/* /Pages/Authentication/External/RegistrationConsent.cshtml.rz.scp.css */
.submit-button__label[b-ybkuwq7rvx] {
    display: inline;
}

.submit-button__spinner[b-ybkuwq7rvx] {
    display: none;
    align-items: center;
}

.submit-button--loading .submit-button__label[b-ybkuwq7rvx] {
    display: none;
}

.submit-button--loading .submit-button__spinner[b-ybkuwq7rvx] {
    display: inline;
}
/* /Pages/Dashboard/Index.cshtml.rz.scp.css */
.dashboard-balance-box[b-btzfi7m6ud] {
    height: 170px;
    border-radius: 28px;
    background: linear-gradient(111deg, #6EA4BD 3.56%, #25AC4F 95.98%) !important;
}

.dashboard-contact[b-btzfi7m6ud] {
    transition: 0.3s;
}

    .dashboard-contact:hover[b-btzfi7m6ud] {
        background-color: var(--bs-light);
    }

@media screen and (max-width: 992px) {
    .carousel[b-btzfi7m6ud]:after {
        content: 'flickity';
        display: none;
    }

    .carousel-cell[b-btzfi7m6ud] {
        width: 300px;
        align-items: center;
    }

        .carousel-cell img[b-btzfi7m6ud] {
            transform: scale(0.85);
            transition: opacity 0.3s, transform 0.3s, filter 0.3s;
        }

        .carousel-cell.is-selected img[b-btzfi7m6ud] {
            transform: scale(1);
        }
}
/* /Pages/Index.cshtml.rz.scp.css */
/* /Pages/Invoicing/Merchant/Terminals/AutomaticTransfer/Index.cshtml.rz.scp.css */
#scheduledWithdrawalAccordion > .accordion-item[b-7c3tynxr8s] {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

    #scheduledWithdrawalAccordion > .accordion-item:last-child[b-7c3tynxr8s] {
        margin-bottom: 0;
    }

#scheduledWithdrawalAccordion .accordion-button[b-7c3tynxr8s] {
    outline: none;
    box-shadow: none;
}
/* /Pages/Manage/Customer/Files/Index.cshtml.rz.scp.css */
.dropdown-toggle[b-kz2yd3dt5d]::after {
    display: none !important;
}

.dropdown-item:focus[b-kz2yd3dt5d], .dropdown-item:hover[b-kz2yd3dt5d] {
    background-color: lightgray;
}

.dropdown-menu[b-kz2yd3dt5d] {
    --bs-dropdown-min-width: 7rem !important;
}
/* /Pages/Manage/Customer/Files/List/Index.cshtml.rz.scp.css */
.dropdown-toggle[b-hwcy76p8e9]::after {
    display: none !important;
}

.dropdown-item:focus[b-hwcy76p8e9], .dropdown-item:hover[b-hwcy76p8e9] {
    background-color: lightgray;
}

.dropdown-menu[b-hwcy76p8e9] {
    --bs-dropdown-min-width: 7rem !important;
}

.selected-item[b-hwcy76p8e9] {
    border: solid;
    border-color: limegreen;
}

.modal[b-hwcy76p8e9] {
    --bs-modal-width: 1200px;
}
/* /Pages/Manage/Customer/Kyc/Index.cshtml.rz.scp.css */
tbody[b-9fyz51k2az], td[b-9fyz51k2az], tfoot[b-9fyz51k2az], th[b-9fyz51k2az], thead[b-9fyz51k2az], tr[b-9fyz51k2az] {
    border-style: none
}
/* /Pages/Register/Company.cshtml.rz.scp.css */
.stepper-wrapper[b-schc5xsb91] {
    margin-top: auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.stepper-item[b-schc5xsb91] {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    font-size: 12px;
}

    .stepper-item[b-schc5xsb91]::before {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 35px;
        left: -50%;
        z-index: 2;
    }

    .stepper-item[b-schc5xsb91]::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #ccc;
        width: 100%;
        top: 35px;
        left: 50%;
        z-index: 2;
    }

    .stepper-item .step-counter[b-schc5xsb91] {
        position: relative;
        z-index: 5;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background: #ccc;
        margin-bottom: 6px;
    }

    .stepper-item.active[b-schc5xsb91] {
        font-weight: bolder;
    }

        .stepper-item.active .step-counter[b-schc5xsb91] {
            border-style: solid;
            border-width: 3px;
            border-color: #0d6efd
        }

    .stepper-item.completed .step-counter[b-schc5xsb91] {
        background-color: #0d6efd;
    }

    .stepper-item.completed[b-schc5xsb91]::after {
        position: absolute;
        content: "";
        border-bottom: 2px solid #0d6efd;
        width: 100%;
        top: 35px;
        left: 50%;
        z-index: 3;
    }

    .stepper-item:first-child[b-schc5xsb91]::before {
        content: none;
    }

    .stepper-item:last-child[b-schc5xsb91]::after {
        content: none;
    }
/* /Pages/Shared/_CustomerLayout.cshtml.rz.scp.css */
.navbar-active-link[b-6asvjnp9hl] {
    background-color: var(--bs-light);
    border-right: 4px solid var(--bs-success);
}

.navbar-ul li.nav-item[b-6asvjnp9hl],
.navbar-ul li.nav-item span[b-6asvjnp9hl],
.navbar-ul li.nav-item a[b-6asvjnp9hl] {
    transition: 0.1s ease-in;
}

    .navbar-ul li.nav-item:hover[b-6asvjnp9hl] {
        background-color: var(--bs-light);
    }

        .navbar-ul li.nav-item:hover span[b-6asvjnp9hl] {
            transform: scale(0.9);
        }

        .navbar-ul li.nav-item:hover a[b-6asvjnp9hl] {
            transform: scale(0.95) !important;
        }

.navbar-main-div[b-6asvjnp9hl] {
    width: 92px;
    transition: width 0.4s ease;
}

.navbar[b-6asvjnp9hl] {
    border-right: none;
}

@media (min-width: 992px) {
    .navbar[b-6asvjnp9hl] {
        position: sticky;
        top: 0;
        height: 100vh;
        border-right: calc(2 * var(--bs-border-width)) var(--bs-border-style) var(--bs-border-color);
    }
}

@media (max-width: 991.8px) {
    .navbar-main-div[b-6asvjnp9hl] {
        transition: 0.2s;
    }
}

.language-radio-container:has(input[type=radio]:checked)[b-6asvjnp9hl] {
    background-color: var(--bs-light);
    border-radius: 8px;
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* /Pages/Shared/_UnauthorizedCustomerLayout.cshtml.rz.scp.css */
.language-switch[b-5grnubha5g] {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 15px;
}

    .language-switch input[b-5grnubha5g] {
        opacity: 0;
        width: 0;
        height: 0;
    }

    .language-switch .slider[b-5grnubha5g] {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: var(--bs-gray-800);
        -webkit-transition: .4s;
        transition: .4s;
        border-radius: 25px;
    }

        .language-switch .slider[b-5grnubha5g]:before {
            position: absolute;
            content: "";
            height: 12px;
            width: 12px;
            left: 1.5px;
            top: 1.5px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
            border-radius: 50%;
        }

    .language-switch input:focus + .slider[b-5grnubha5g] {
        box-shadow: 0 0 1px #2196F3;
    }

    .language-switch input:checked + .slider[b-5grnubha5g]:before {
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(13px);
    }
/* /Pages/Utilities/Index.cshtml.rz.scp.css */
.nav-underline .nav-link.active[b-mon57cxrvr], .nav-underline .show > .nav-link[b-mon57cxrvr]  {
    color: #34229A !important;
    border-bottom-color: #34229A !important;
}
/* /Pages/Utilities/Pay/ChooseMethod.cshtml.rz.scp.css */
.topup-link[b-7ezmu5bpsl] {
    opacity: 1 !important;
    pointer-events: auto !important;
}
/* /Pages/Utilities/Pay/Index.cshtml.rz.scp.css */
.after-check[b-h2lkplrnko] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 1s ease-in-out, opacity 1s ease-in-out;
    transform: scaleY(1);
    opacity: 1;
}
/* /Pages/Utilities/Templates/Index.cshtml.rz.scp.css */
.nav-underline .nav-link.active[b-247w2sebxu], .nav-underline .show > .nav-link[b-247w2sebxu]  {
    color: #34229A !important;
    border-bottom-color: #34229A !important;
}
/* /Pages/Wallet/Index.cshtml.rz.scp.css */
.wallet-balance-box[b-l3fehlvzl1] {
    border-radius: 28px;
    background: linear-gradient(111deg, #6EA4BD 3.56%, #25AC4F 95.98%) !important;
}

@media (max-width: 767.8px) {
    .wallet-balance-box[b-l3fehlvzl1] {
        border-radius: 11px;
    }

    .transaction-option-text[b-l3fehlvzl1] {
        font-size: 13px;
    }
}
/* /Pages/Wallet/Transactions/Index.cshtml.rz.scp.css */
body[b-8e8ihf59y3] {
    font-family: 'Noto Sans Georgian', sans-serif;
}

.cursor-pointer[b-8e8ihf59y3] {
    cursor: pointer !important;
}

.navbar-active-link[b-8e8ihf59y3] {
    background-color: var(--bs-light);
    border-right: 4px solid var(--bs-success);
}

.navbar-ul li[b-8e8ihf59y3],
.navbar-ul li span[b-8e8ihf59y3],
.navbar-ul li a[b-8e8ihf59y3] {
    transition: 0.1s ease-in;
}

    .navbar-ul li:hover[b-8e8ihf59y3] {
        background-color: var(--bs-light);
    }

        .navbar-ul li:hover span[b-8e8ihf59y3] {
            transform: scale(0.9);
        }

        .navbar-ul li:hover a[b-8e8ihf59y3] {
            transform: scale(0.95) !important;
        }
.navbar-main-div[b-8e8ihf59y3] {
    width: 92px;
    transition: width 0.4s ease;
}

/* carousel */
.carousel[b-8e8ihf59y3] {
    background: #fff;
}

.carousel-cell[b-8e8ihf59y3] {
    width: 70%;
    height: 200px;
    background: #8C8;
    border-radius: 5px;
}

    .carousel-cell[b-8e8ihf59y3]:before {
        display: inline-block;
        text-align: center;
    }

.flickity-prev-next-button.previous[b-8e8ihf59y3],
.flickity-prev-next-button.next[b-8e8ihf59y3] {
    color: #D9D9D9;
    background: transparent;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 24px;
    outline: none !important;
}

    .flickity-prev-next-button.previous:focus[b-8e8ihf59y3],
    .flickity-prev-next-button.next:focus[b-8e8ihf59y3] {
        outline: none !important;
        border: none;
    }

.flickity-button-icon[b-8e8ihf59y3] {
    outline: none !important;
}

    .flickity-button-icon:hover[b-8e8ihf59y3] {
        outline: none !important;
    }

@media (min-width: 992px) {
    .navbar[b-8e8ihf59y3] {
        position: sticky;
        top: 0;
        height: 100vh;
    }
}

@media (max-width: 991.8px) {
    .navbar-main-div[b-8e8ihf59y3] {
        display: flex;
        height: 94vh !important;
    }
}

/* wallet css */
.wallet-balance-box[b-8e8ihf59y3] {
    /* height: 140px; */
    border-radius: 28px;
    background: linear-gradient(111deg, #6EA4BD 3.56%, #25AC4F 95.98%) !important;
}

@media (max-width: 767.8px) {
    .wallet-balance-box[b-8e8ihf59y3] {
        border-radius: 11px;
    }

    .transaction-option-text[b-8e8ihf59y3] {
        font-size: 13px;
    }
}
/* /Pages/Wallet/Withdraw/ChooseAccount.cshtml.rz.scp.css */
input[type=radio]:checked + div[b-zsgpd5ap4s] {
    border: 3px solid var(--bs-indigo) !important;
}
/* /Pages/Wallet/Withdraw/Recipient.cshtml.rz.scp.css */
input[type=radio]:checked + div[b-18lhzzocqz] {
    border: 3px solid var(--bs-indigo) !important;
}
