::-webkit-scrollbar {
    width: 4px;
    background-color: #e8e8e8;
}

::-webkit-scrollbar-thumb {
    background-color: #999;
}

.app-brand-link img {
    width: 100%;
}

.paginate-box {
    float: right;
    margin: 30px 25px;
}

.searchLoading::after {
    content: "";
    width: 48px;
    height: 48px;
    border: 2px solid #aaa;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -24px;
    margin-top: -24px;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 678ms linear infinite;
    z-index: 2;
}

.is-required {
    color: #ff3e1d;
    font-size: 16px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.searchLoading::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 10px;
    background-color: rgba(255 255 255 / 70%);
    filter: blur(5px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* width */
*::-webkit-scrollbar {
    width: 5px;
}

/* Track */
*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 2px grey;
    border-radius: 10px;
}

/* Handle */
*::-webkit-scrollbar-thumb {
    background-color: rgba(105, 108, 255, 0.5);
    border-radius: 10px;
}

.modal .modal-fw {
    max-width: 100% !important;
 }


.wallet-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: 30px;
}

.wallet-info {
    margin-left: 10px;
}

.wallet-info .wallet-amount {
    font-weight: 700;
    color: #000 !important;
    font-size: 18px;
}

.wallet-header i {
    font-size: 24px;
}
