::-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(4, 182, 228, 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;
}

/* ============================================================
   Colorick brand: main color = cyan; BUTTONS = logo red/pink
   (override Sneat .btn-primary which inherits the cyan primary)
   ============================================================ */
.btn-primary,
.btn-primary:not(:disabled):not(.disabled) {
    background-color: #fa2573 !important;
    border-color: #fa2573 !important;
    color: #fff !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #d6004f !important;
    border-color: #d6004f !important;
    color: #fff !important;
    box-shadow: 0 0.125rem 0.25rem rgba(250, 37, 115, 0.4) !important;
}

.btn-primary:focus,
.btn-primary.focus {
    box-shadow: 0 0 0 0.15rem rgba(250, 37, 115, 0.4) !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #fa2573 !important;
    border-color: #fa2573 !important;
    opacity: 0.55;
}

/* Outline buttons follow the same red */
.btn-outline-primary {
    color: #fa2573 !important;
    border-color: #fa2573 !important;
    background-color: transparent !important;
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active {
    color: #fff !important;
    background-color: #fa2573 !important;
    border-color: #fa2573 !important;
}

/* Tinted "label" primary buttons: soft red bg -> solid red on hover */
.btn-label-primary {
    color: #fa2573 !important;
    border-color: transparent !important;
    background-color: #ffe3ee !important;
}

.btn-label-primary:hover,
.btn-label-primary:focus,
.btn-label-primary:active,
.btn-label-primary.active,
.btn-label-primary:not(:disabled):not(.disabled):active {
    color: #fff !important;
    background-color: #fa2573 !important;
    border-color: #fa2573 !important;
    box-shadow: 0 0.125rem 0.25rem rgba(250, 37, 115, 0.4) !important;
}

/* Custom primary action buttons used in storefront/livewire */
.btn.primary,
button.primary,
a.primary {
    background-color: #fa2573 !important;
    border-color: #fa2573 !important;
    color: #fff !important;
}

.btn.primary:hover,
button.primary:hover,
a.primary:hover {
    background-color: #d6004f !important;
    border-color: #d6004f !important;
    color: #fff !important;
}
