
@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

:root {
    --primary-main-width: 480px;
    --primary-column-gap: 8px;
    --primary-row-gap: 10px;
    --primary-border-color: #D6D6D6;
    --primary-font-header-color: #000;
    /*--primary-font-header-color: #fff;*/
    --primary-footer-color: #f3f3f3;
    --primary-background-color-panel: #f3fbff;
    --primary-border-radius: 5px;
    --primary-background-color-balance: #f3f3f3;
    --primary-background-color-labeled: #f3f3f3;
    --primary-border-color-home: #2580A7;
    --primary-icon-button-size: 18px;
    --primary-font-size-balance: 1.2em;
    --primary-background-color-body: #090909;
    /*--primary-background-color-body: #0f1715;*/
    --primary-font-color: rgba(0,0,0,0.55);
    --primary-font-color-footer-link: #E64B35;
}
.grecaptcha-badge{
    display:none!important;
}
.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.pusher {
    height: 100% !important;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    background-color: #010101;
    min-width: 280px !important;
}

h2, h3, h4, h5 {
    color: var(--primary-font-header-color);
}

.vertical.sidebar.menu {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

input, button, span {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

.grid-main {
    display: grid;
    grid-template-columns: auto minmax(250px, var(--primary-main-width)) auto;
    min-height: 100%;
}

    .grid-main > div:nth-child(2) {
        background-color: var(--primary-background-color-body);
    }

.ui.right.sidebar {
    width: 100%;
}

.ui.checkbox .box:before, .ui.checkbox label:before {
    background: #1a1a1a !important;
    border: 1px solid #3c3c3c!important;
}
.ui.checkbox input:checked ~ .box:after, .ui.checkbox input:checked ~ label:after {
    color: #fff!important;
    font-weight:lighter!important;
}
.close {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 5px;
    cursor: pointer;
}

    .close:hover::before, .close:hover::after {
        background: #000000;
    }

    .close::before, .close::after {
        content: "";
        position: absolute;
        height: 2px;
        width: 100%;
        top: 50%;
        left: 0;
        margin-top: -1px;
        background: rgba(0,0,0,0.25);
    }

    .close::before {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .close::after {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .close.hairline::before, .close.hairline::after {
        height: 1px;
    }

.grid-header {
    display: grid;
    grid-template-columns: 40px auto 40px;
    align-items: center;
    grid-column-gap: var(--primary-column-gap);
    min-height: 100%;
    border-bottom: 1px solid var(--primary-border-color);
    justify-items: center;
}

    .grid-header > div:nth-child(1) {
        font-size: 1.4em !important;
        font-weight: 100;
        color: var(--primary-font-header-color);
    }

        .grid-header > div:nth-child(1) > span {
            cursor: pointer;
            line-height: 40px;
            margin: 0 !important;
        }

            .grid-header > div:nth-child(1) > span > i {
                margin: 0 !important;
            }

    .grid-header > div:nth-child(2) {
        text-align: center;
        text-transform: uppercase;
    }

a {
    color: var(--primary-font-color-footer-link);
}

    a:hover {
        color: var(--primary-font-color-footer-link-hover);
        text-decoration: underline;
    }

.privacy {
    padding: 0 15px;
    padding-top: 20px;
    color: #fff;
}

    .privacy ol {
        list-style: none;
        counter-reset: li;
    }

        .privacy ol > li:before {
            counter-increment: li;
            content: counters(li, ".") ". ";
        }

    .privacy h2 {
        margin-bottom: 5px;
        text-align: center;
        color: #fff;
    }

    .privacy h3 {
        display: inline-block;
        margin-bottom: 1px;
        margin-top: 10px;
        color: #fff;
    }

    .privacy > ol {
        padding-left: 5px;
    }

        .privacy > ol > li > ol {
            margin: 5px 0;
        }

    .privacy ol > li:before {
        font-size: 1.1em;
    }

[data-scroll="tab_panel"] {
    padding-right: 10px;
}

    [data-scroll="tab_panel"]::-webkit-scrollbar-thumb {
        border-radius: 2px !important;
        background-color: #2895D2 !important;
    }

    [data-scroll="tab_panel"]::-webkit-scrollbar {
        width: 2px !important;
    }

#panel_privacy {
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 516px);
    padding-bottom: 20px;
}

.grid-main-panel-account {
    display: grid;
    grid-template-rows: 45px 1fr 50px;
    min-height: 100%;
    position: relative;
}

    .grid-main-panel-account > div:nth-child(3) {
        display: grid;
        grid-template-columns: repeat(4,auto);
        /*background-color: #f3f3f3;*/
        border-top: 1px solid var(--primary-border-color);
        align-items: center;
        justify-items: center;
        text-align: center;
    }

        .grid-main-panel-account > div:nth-child(3) > div {
            display: grid;
            grid-template-rows: repeat(2,auto);
            align-content: center;
            line-height: 15px;
            cursor: pointer;
        }

            .grid-main-panel-account > div:nth-child(3) > div > div:nth-child(1) {
                font-size: 1.1em;
            }

                .grid-main-panel-account > div:nth-child(3) > div > div:nth-child(1) > i {
                    margin: 0 !important;
                    color: #2580A7;
                }

            .grid-main-panel-account > div:nth-child(3) > div > div:nth-child(2) {
                font-size: 0.7em;
            }

            .grid-main-panel-account > div:nth-child(3) > div.disabled, .grid-main-panel-account > div:nth-child(3) > div.disabled > div:nth-child(1) > i {
                color: rgba(0,0,0,0.25) !important;
                cursor: auto;
            }

    .grid-main-panel-account.account-page > div:nth-child(3) {
        grid-template-columns: 1fr;
    }

        .grid-main-panel-account.account-page > div:nth-child(3) > div {
            cursor: auto !important;
            color: var(--primary-font-color);
        }

.grid-sidebar-main {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-auto-rows: var(--primary-row-gap);
    height: 100%;
}

    .grid-sidebar-main > div:nth-child(1) {
        text-align: right;
        padding-right: 4px;
    }

    .grid-sidebar-main > div:nth-child(2) {
        padding: 10px 20px;
    }

.grid-login-panel {
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 5px;
    color: #fff;
    padding: 0 25px;
}

h3.header-brand {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 70px;
    font-weight: normal;
    margin-bottom: 0 !important;
}

.input-brand {
    background-color: #151515 !important;
    color: #fff !important;
    border: 1px solid #3c3c3c !important;
}

.label-brand {
    color: #fff;
    opacity: 0.5;
}

.field-validation-error-in {
    background-color: #ff00000f !important;
    border: 1px solid red !important;
}

.field-validation-error {
    display:none;
    position: absolute;
    top: -30px;
    width: fit-content;
    right: 0;
    display: inline-block;
    padding: 2px 5px;
    background-color: red;
    color: #fff;
    border-radius: 5px;
}

.error-validation-field {
    border: 1px solid red !important;
}

[data-validate-field="label"] > .field-validation-error {
    top: -5px !important;
}

[data-validate-field="checkbox"] > div > .field-validation-error {
    top: -2px !important;
    z-index: 9999;
    left: 30px;
}

[data-message="Error"], .block-mess-error {
    color: red;
    font-weight: bold;
    padding: 10px 0;
}

[data-message="Panel"], .panel-mess-error {
    display: none;
    background-color: red;
    padding: 3px 8px;
    color: #fff;
    border-radius: 4px;
    position: absolute;
    top: -26px;
    font-size: 13px;
    -webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
    box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.25);
}

.panel-label-error {
    display: none !important;
    position: absolute !important;
}

.mess-active {
    display: block;
    z-index: 1000;
}

.mess-active-fix {
    width: 34px;
    height: 34px;
    margin-left: 5px;
    top: 0;
}

    .mess-active-fix span {
        font-size: 24px;
        text-align: center;
        margin-left: 4px;
    }

.mess-error {
    display: none;
}

.grid-send-panel {
    display: grid;
    grid-template-columns: 1fr 120px;
}

.grid-panel-balance-main {
    display: grid;
    grid-template-rows: 1fr auto;
    grid-row-gap: 10px;
    height: 100%;
}

.grid-panel-balance {
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 5px;
    padding: 0px 25px;
    align-content: start;
}

    .grid-panel-balance > div.item-balance {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-column-gap: 5px;
    }

        .grid-panel-balance > div.item-balance > span {
            font-size: var(--primary-font-size-balance);
        }

            .grid-panel-balance > div.item-balance > span:nth-child(2) {
                text-align: right;
            }

.img-panel-card {
    padding: 15px 20px;
}

    .img-panel-card > img {
        border-radius: 15px;
        width: 100%;
        vertical-align: bottom;
    }

.ui.menu .grid-transactions-data {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.grid-transactions-data {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-column-gap: var(--primary-column-gap);
    margin-top: 10px;
}

    .grid-transactions-data > div:nth-child(1) {
        display: grid;
        grid-template-rows: repeat(3,auto);
        grid-row-gap: 2px;
        font-size: 1.2em;
        color: rgba(0,0,0,0.65);
        font-weight: 400;
    }

        .grid-transactions-data > div:nth-child(1) > div:nth-child(1) {
            color: #000;
            font-weight: bold;
        }

    .grid-transactions-data > div:nth-child(2) {
        display: grid;
        grid-template-rows: auto;
        justify-items: end;
        font-size: 1.2em;
    }

        .grid-transactions-data > div:nth-child(2) > div:nth-child(1) {
            font-weight: 500;
        }

        .grid-transactions-data > div:nth-child(2) > div:nth-child(2) {
            font-size: 0.85em;
            color: #19aa40;
        }

        .grid-transactions-data > div:nth-child(2) > div:nth-child(3) {
            font-size: 0.85em;
            color: red;
        }

        .grid-transactions-data > div:nth-child(2) > div:nth-child(4) {
            font-size: 0.85em;
            color: rgba(0,0,0,0.55);
        }

.grid-panel-registration {
    display: grid;
    padding: 15px 20px;
}

.grid-birthday {
    display: grid;
    width: 280px;
    grid-template-columns: 83px 83px 1fr;
    grid-column-gap: 10px;
}

    .grid-birthday > .field {
        margin: 0 !important;
    }

        .grid-birthday > .field > .dropdown {
            min-width: 100% !important;
        }

.grid-panel-getpass-registration {
    display: grid;
    grid-template-rows: auto;
    grid-row-gap: 20px;
    margin-bottom: 30px;
}

.button-gender {
    border: 1px solid #3C3C3C !important;
    background: #151515 !important;
    color: #fff !important;
    font-weight: 400 !important;
}

    .button-gender > span {
        opacity: 0.3 !important;
    }

    .button-gender.active {
        border: 1px solid #3C3C3C !important;
        background: #1F1F1F !important;
        color: #fff !important;
        font-weight: 400 !important;
    }

        .button-gender.active > span {
            opacity: 1 !important;
        }

.grid-panel-main-accaunt-new {
    display: grid;
    grid-template-rows: 88px 1fr auto 110px;
    height: 100%;
    width: 100%;
    max-width: 480px;
    padding: 0 20px;
    background-color: #010101;
}

    .grid-panel-main-accaunt-new > div:nth-child(1) {
        text-align: center;
        line-height: 88px;
        background-color: #010101;
    }

    .grid-panel-main-accaunt-new > div:nth-child(3) > img {
        width: 100%;
        padding-top: 40px;
    }

    .grid-panel-main-accaunt-new > div:nth-child(4) {
        display: grid;
        grid-template-rows: auto;
        grid-row-gap: 10px;
        align-content: center;
        justify-items: center;
    }

    .grid-panel-main-accaunt-new > div:nth-child(4) {
        background-color: #010101;
    }

        .grid-panel-main-accaunt-new > div:nth-child(4) > span:first-child > a {
            color: var(--primary-font-color-footer-link);
        }

        .grid-panel-main-accaunt-new > div:nth-child(4) > span:last-child {
            color: #FFFFFF;
        }

    .grid-panel-main-accaunt-new > div:nth-child(2) {
        display: grid;
        grid-template-rows: 56px 1fr;
        grid-column-gap: 0px;
        border: 2px solid #3c3c3c;
        border-radius: 16px;
        background-color: #1F1F1F;
    }

        .grid-panel-main-accaunt-new > div:nth-child(2) > div:nth-child(1) {
            display: grid;
            grid-template-columns: 1fr 1fr;
        }

            .grid-panel-main-accaunt-new > div:nth-child(2) > div:nth-child(1) > a {
                background-color: #1F1F1F;
                width: 100%;
                line-height: 56px;
                text-align: center;
            }

                .grid-panel-main-accaunt-new > div:nth-child(2) > div:nth-child(1) > a:first-child {
                    border-radius: 16px 0 0 0;
                }

                .grid-panel-main-accaunt-new > div:nth-child(2) > div:nth-child(1) > a:last-child {
                    border-radius: 0 16px 0 0;
                }

                .grid-panel-main-accaunt-new > div:nth-child(2) > div:nth-child(1) > a > span {
                    color: #fff;
                }

.not-active-menu {
    background-color: #151515 !important;
}

    .not-active-menu > span {
        opacity: 0.3;
    }

.ui.button.color-brend {
    border: 1px solid #D85057;
    background: #C82D35;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    color: #fff;
    width: 100%;
    opacity: 0.5;
}

    .ui.button.color-brend:hover {
        opacity: 1;
    }
    .ui.button.color-brend.active-button{
        opacity:1;
    }