/*=====================================
 preload class
======================================*/
html.preload_screen {
    overflow: hidden;
    position: relative;
}

.preload {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: 1035;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    line-height: 0;
}

.preload.hide {
    opacity: 0;
    visibility: hidden;
}

.processing-transfer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 1035;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    line-height: 0;
}

.processing-transfer.hide {
    opacity: 0;
    visibility: hidden;
}

@keyframes blink {
    0% {
        opacity: .2;
    }
    20% {
        opacity: 1;
    }
    100% {
        opacity: .2;
    }
}

.preload span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
    color: #fff;
}

.preload span:nth-child(2) {
    animation-delay: .2s;
}

.preload span:nth-child(3) {
    animation-delay: .4s;
}

.profile-logo {
    width: 20px;
    height: 20px;
}

.preload-logo {
    width: 60px;
    height: 60px;
}

.rotate {
    animation: rotation 7.2s infinite linear;
}

.x-header .x-logged .-logged-container .dropdown-content {
    top: 100%;
    animation: fadeinDropDown .3s;
}

.img-box-shadow {
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
}

.arrow-show-Info {
    animation: hithere 1s ease infinite;
}

.arrow-show-Info-2 {
    animation: hithere2 1s ease infinite;
}

@keyframes fadeinDropDown {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

@keyframes hithere {
    30% { transform: scale(1.2); }
    40%, 60% { transform: rotate(-20deg) scale(1.2); }
    50% { transform: rotate(20deg) scale(1.2); }
    70% { transform: rotate(0deg) scale(1.2); }
    100% { transform: scale(1); }
}

@keyframes hithere2 {
    30% { transform: scale(1.2); }
    40%, 60% { transform: rotate(-10deg) scale(1.2); }
    50% { transform: rotate(10deg) scale(1.2); }
    70% { transform: rotate(0deg) scale(1.2); }
    100% { transform: scale(1); }
}

.customTooltip * {
    color: #4a4a4a;
    font-size: 18px
}
  
.customTooltip .introjs-tooltip-title {
    color: #0a41c9;
}

#app {
    width: 400px;
    height: 400px;
    margin: 0 auto;
    position: relative;
    top: 20%;
}

.display {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 50px;
    border: 1px solid black;
    border-radius: 20px;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2rem;
    margin: 20px auto;
}

.marker {
    position: absolute;
    width: 60px;
    left: 171px;
    top: -20px;
    z-index: 2;
}

.wheel {
    width: 100%;
    height: 100%;
}

.button {
    display: block;
    width: 250px;
    margin: 10px auto;
    cursor: pointer;
}

.button:hover {
    opacity: 0.8;
}

.blur {
    animation: blur 10s;
}

.master-layout {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 1035;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 5rem;
    line-height: 0;
    z-index: 9999;
}

@keyframes blur {
    0% {
        filter: blur(1.5px);
    }
    80% {
        filter: blur(1.5px);
    }
    100% {
        filter: blur(0px);
    }
}

#btnTranser {
    color: #151515;
    background: linear-gradient(
            180deg
            , #765300, #926d24 3%, #a98242 6%, #b99157 9%, #c39a63 12%, #c79e68 15%, #d5b87e 25%, #e3d193 40%, #e9db9c 50%, #c79e68 84%, #c19963 87%, #b28c58 90%, #997644 97%, #8c6a3a);
    border: none;
    box-shadow: 0 0 2px 2px rgb(236 189 123 / 10%);
}
.btnTransferCreditToWallet {
    color: #151515;
    background: linear-gradient(
            180deg
            , #765300, #926d24 3%, #a98242 6%, #b99157 9%, #c39a63 12%, #c79e68 15%, #d5b87e 25%, #e3d193 40%, #e9db9c 50%, #c79e68 84%, #c19963 87%, #b28c58 90%, #997644 97%, #8c6a3a);
    border: none;
    box-shadow: 0 0 2px 2px rgb(236 189 123 / 10%);
}
.hvr-pop:hover, .hvr-pop:focus, .hvr-pop:active {
    -webkit-animation-name: hvr-pop;
    animation-name: hvr-pop;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}
.hvr-pop {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
}
@keyframes hvr-pop {
    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}

#customer_bank_account_name {
    display: none;
}

.flatpickr-calendar {
    z-index: 9999;
}

/* ------------------------------ MODAL DEPOSIT (START) ------------------------------ */

#depositModal.-v2 .-spacer {
    /* padding-right: 4rem;
    padding-left: 4rem; */
}

#depositModal.-v2 .-liner {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, .5);
}

.x-customer-bank-info-container.-v2, .x-deposit-bank-info-container.-v2 {
    width: 100%;
    /* padding: .8rem 1.5rem; */
    border-radius: 5px;
    background-color: #fff;
    background-image: url(/build/images/deposit-bank-info-bg.1b35fc4e.png);
    background-size: cover;
    background-position: 100% 100%;
    background-repeat: no-repeat;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .12), 0 1px 2px hsla(0, 7.3%, 92%, .24);
}

.x-customer-bank-info-container.-v2 .media, .x-deposit-bank-info-container.-v2 .media {
    justify-content: center;
    align-items: center;
}

.x-customer-bank-info-container.-v2 .media .-img, .x-deposit-bank-info-container.-v2 .media .-img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}

.x-customer-bank-info-container.-v2 .-content-wrapper, .x-deposit-bank-info-container.-v2 .-content-wrapper {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.x-customer-bank-info-container.-v2 .-content-wrapper .-name, .x-deposit-bank-info-container.-v2 .-content-wrapper .-name {
    font-size: .875rem;
    font-weight: 300;
    color: #606b7d;
}

.x-customer-bank-info-container.-v2 .-content-wrapper .-own-name, .x-deposit-bank-info-container.-v2 .-content-wrapper .-own-name {
    font-size: 1rem;
    font-weight: 400;
    color: #606b7d;
}

.x-customer-bank-info-container.-v2 .-content-wrapper .-number, .x-deposit-bank-info-container.-v2 .-content-wrapper .-number {
    font-size: 1.125rem;
    font-weight: 600;
    color: #29313e;
}

.x-customer-bank-info-container.-v2 .-copy-wrapper, .x-deposit-bank-info-container.-v2 .-copy-wrapper {
    margin-left: auto;
}

.x-customer-bank-info-container.-v2 .-copy-wrapper .-btn, .x-deposit-bank-info-container.-v2 .-copy-wrapper .-btn {
    padding: 1px 8px;
    font-size: .75rem;
    font-weight: 400;
    color: #f2f2f2;
    background: #3c68a5;
    border-radius: 15px;
    line-height: unset;
}

/* ------------------------------ MODAL DEPOSIT (END) ------------------------------ */

.img-bank-qr button {
    cursor: pointer;
    padding-top: 6px;
    border-radius: 30px;
}

/* .wrapperDepositAccountList {
    max-height: 500px;
    overflow: auto;
} */

.wrapperDepositAccountList::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #333;
    border-radius: 5px;
}

.wrapperDepositAccountList::-webkit-scrollbar-thumb {
    background-color: #333;
    border-radius: 5px;
}

.wrapperDepositAccountList::-webkit-scrollbar-track {
    background-color: #333;
    border-radius: 5px;
}