.table {
    border-spacing: 0;
    border-collapse: separate;
    max-width: 90%;
}

.table a {
    color: #000;
}

.table td {
    text-align: center;
    width: auto;
    padding: 8px 30px;
    font-weight: normal;
    font-size: 15px;
}

.table tr:hover td {
    background-color: rgba(0, 0, 0, 0.4);
}

.table th:first-child {
    border-top-left-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -webkit-border-top-left-radius: 10px;
}

.table th:last-child {
    border-top-right-radius: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-right-radius: 10px;
}

.table th {
    text-align: center;
    padding: 8px;
    background-color: #0086c0;
    font-weight: bold;
    font-size: 15px;
    color: white;
}

.table tr {
    height: 10px;
    cursor: pointer;
}

.table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -webkit-border-bottom-left-radius: 10px;
}

.table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-right-radius: 10px;
}

.table tr:nth-child(even) {
    background-color: #e2e2e2;
}

.table tr:nth-child(2n+3) {
    background-color: #c2c2c2;
}

.visible-odd {
    background-color: #e2e2e2 !important;
}

.visible-last td {
    border-bottom-left-radius: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
}

.visible-even {
    background-color: #c2c2c2 !important;
}

.email-visible-last td:first-child {
    border-bottom-left-radius: 10px !important;
    -moz-border-radius-bottomleft: 10px !important;
    -webkit-border-bottom-left-radius: 10px !important;
}

.email-visible-last td:last-child {
    border-bottom-right-radius: 10px !important;
    -moz-border-radius-bottomright: 10px !important;
    -webkit-border-bottom-right-radius: 10px !important;
}

.left {
    text-align: left !important;
    padding-left: 15px !important;
}

.right {
    text-align: right !important;
    padding-right: 15px !important;
}

.notification-remove {
    cursor: pointer;
    padding-top: 2px;
    height: 20px;
    width: 20px;
    padding-left: 10px !important;
    padding-right: 20px !important;
}

.notification-remove img {
    height: 20px;
    width: 20px;
    opacity: 0.7;
}

.notification-remove img:hover {
    opacity: 1;
}

.head-column {
    position: absolute;
    width: 69px !important;
    top: auto;
    left: 20px;
}

.col-android {
    background-color: #e2e2e2 !important;
}

.col-ios {
    background-color: #c2c2c2 !important;
}

.col-verified {
    background-color: #e2e2e2 !important;
}

.table-app-list {
    margin: 0 auto;
    padding-top: 20px;
    min-width: 345px;
    max-width: 100%;
}

.table-app-list td {
    padding: 8px 50px;
}

.table-push-notifications-list {
    padding-top: 0;
    overflow-x: auto;
    padding-bottom: 97px;
    max-width: 95%;
}

.table-push-notifications-list td {
    font-size: 14px;
}

.table-statistics {
    border-spacing: 1px;
    overflow-x: auto;
    display: block;
    border-collapse: separate;
    margin-left: 91px;
}

.table-statistics th {
    font-size: 13px;
}

.table-statistics td {
    padding: 8px 8px;
    min-width: 45px;
}

.table-statistics tr:hover td {
    background-color: rgba(0, 0, 0, 0);
}

.table-statistics td:hover {
    background-color: rgba(0, 0, 0, 0.4) !important;
}

.table-statistics td:last-child {
    font-weight: bold;
}

.table-form {
    padding-top: 10px;
}

.table-form td {
    padding-left: 0;
    padding-right: 25px;
}

.table-form label {
    color: #161616;
    font-size: 14px;
}

.table-voucher {
    padding-top: 0;
    border-collapse: separate;
    border-spacing: 0 8px;
}

#voucher-name {
    width: 94.5% !important;
}

#voucher-description {
    width: 92% !important;
}

#voucher-image-text {
    font-size: 13px;
    padding-left: 5px;
    white-space: nowrap;
}

#app-list-premium {
    float: right;
    padding-left: 0;
    padding-top: 0;
    padding-right: 3px;
    margin-right: -20px;
    margin-top: -2px;
}

#app-list-check {
    float: right;
    padding-left: 0;
    padding-top: 0;
    margin-right: -40px;
}

#app-list-check img {
    opacity: 0.66;
}

#app-list-admob {
    float: left;
    padding-right: 0;
    padding-top: 0;
    padding-left: 2px;
    margin-left: -20px;
}

#app-list-admob img {
    opacity: 0.8;
}

#app-list-language {
    float: left;
    padding-right: 0;
    padding-top: 0;
    padding-left: 2px;
    margin-left: -20px;
}

#app-list-language img {
    opacity: 0.65;
}

#app-list-published {
    float: left;
    padding-right: 0;
    padding-top: 0;
    margin-left: -40px;
}

#app-list-published img {
    opacity: 0.4;
}

.table-fix-header {
    overflow-y: auto;
    min-height: 0;
    max-height: 400px;
    width: 100%;
}

.table-emails {
    border-collapse: collapse;
    width: 100%;
    max-width: 100%;
}

.table-emails th {
    position: sticky;
    top: 0;
    z-index: 1;
}

.table-emails td {
    padding: 8px 6px;
}

.table-emails-email, .table-emails-name, .table-emails-phone, .table-emails-address, .table-emails-tariff, .table-emails-paid, .table-emails-active, .table-emails-referral, .table-emails-discount, .table-emails-private, .table-emails-discount-code-stats {
    overflow-wrap: anywhere;
}

.table-emails-remove {
    cursor: pointer;
    padding-top: 2px;
    height: 20px;
    width: 20px;
}

.table-emails-remove img {
    height: 20px;
    width: 20px;
    opacity: 0.7;
}

.table-emails-remove img:hover {
    opacity: 1;
}

.table-register-data .required-text {
    padding-right: 2px;
    font-size: 13px;
}

.table-register-data .readonly {
    pointer-events: none;
    accent-color: #000000;
    opacity: 0.9;
}

.table-register-data .required-readonly {
    pointer-events: none;
    accent-color: #000000;
    opacity: 0.4;
}

@media (max-width: 1200px) {

    .table-push-notifications-list {
        padding-bottom: 27px;
    }

}

@media (max-width: 520px) {

    .table {
        max-width: 100%;
    }

    .table-form td {
        padding-left: 0;
        padding-right: 10px;
    }

    .table-form .form-input {
        padding-right: 0;
    }

    .left {
        padding-right: 5px !important;
    }

    .right {
        padding-left: 5px !important;
    }

    .notification-remove {
        padding-left: 5px !important;
        padding-right: 10px !important;
    }

    .table-push-notifications-list {
        max-width: 99%;
    }

    .head-column {
        width: 72px !important;
        border-right: 1px solid white;
    }

    .table-fix-header {
        width: 100%;
        white-space: nowrap;
        display: table;
        table-layout: fixed;
    }

    .table-emails {
        width: 100%;
        table-layout: fixed;
        overflow-x: auto;
        display: block;
        white-space: nowrap;
        max-height: 300px;
    }

}
