::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

::-webkit-scrollbar-track {
    background-color: #f1f3f5;
}

.sticky-menu {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.justify {
    text-align: justify;
}

.custom-tooltip {
    --bs-tooltip-bg: #000000;
    --bs-tooltip-color: #efc543;
}

.bg-warning {
    background-color: #efc543 !important;
}

.text-warning {
    color: #efc543 !important;
}

.btn-warning {
    background-color: #efc543 !important;
}

.btn-warning:hover {
    background-color: #ffbf00be !important;
}

.btn-outline-warning {
    border-color: #efc543 !important;
}

.btn-outline-warning:hover {
    background-color: #efc543 !important;
}

.bg-dark {
    background-color: #333333 !important;
}

.form-control.focus-border-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25) !important;
    border: 1px solid #efc543 !important;
}

.form-select.focus-border-warning:focus {
    box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.25) !important;
    border: 1px solid #efc543 !important;
}

.border-warning {
    border-color: #efc543 !important;
}

.pagination .page-link {
    color: white;
    font-weight: bold;
    background-color: #333333;
}

.pagination .page-item.active .page-link {
    background-color: #efc543 !important;
    color: #333333;
    border: solid 1px #333333;
}

.pagination .page-item:hover .page-link {
    background-color: #efc543;
    color: black;
    border: solid 1px #333333;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    width: fit-content;
    padding-bottom: 5px;
    font-weight: bold;
    font-family: monospace;
    font-size: 0;
    overflow: hidden;
    color: #0000;
    text-shadow: 0 0 0 #000, 10ch 0 0 #000;
    background: linear-gradient(#000 0 0) bottom left/0% 3px no-repeat;
    animation: l14 1.5s infinite;
}

.loader img {
    display: block;
    max-width: 135px;
    height: auto;
}

@keyframes l1 {
    to {
        opacity: 0;
    }
}

#back-to-top {
    animation: bounce-in-fwd 2s 5;
    transition: all 0.3s ease;
    -webkit-animation: bounce-in-fwd 2s 5;
}

#back-to-top:hover i {
    transform: translateY(-5px);
}

@keyframes bounce-in-fwd {
    0% {
        transform: scale(1);
        animation-timing-function: ease-in;
        opacity: 1;
    }

    38% {
        transform: scale(1);
        animation-timing-function: ease-out;
        opacity: 1;
    }

    55% {
        transform: scale(0.7);
        animation-timing-function: ease-in;
    }

    72% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }

    81% {
        transform: scale(0.84);
        animation-timing-function: ease-in;
    }

    89% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }

    95% {
        transform: scale(0.95);
        animation-timing-function: ease-in;
    }

    100% {
        transform: scale(1);
        animation-timing-function: ease-out;
    }
}

.two-line-truncate {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 2.3em;
}

html {
    scroll-behavior: smooth;
}

@keyframes soundWaves {
    0% {
        transform: scale(1) !important;
        opacity: 1;
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
    }

    50% {
        transform: scale(1.02) !important;
        opacity: 1;
        -webkit-transform: scale(1.02) !important;
        -moz-transform: scale(1.02) !important;
        -ms-transform: scale(1.02) !important;
        -o-transform: scale(1.02) !important;
    }

    100% {
        transform: scale(1) !important;
        opacity: 1;
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        -o-transform: scale(1) !important;
    }
}

.sound-waves {
    animation: soundWaves 1.5s infinite !important;
    -webkit-animation: soundWaves 1.5s infinite !important;
}

.hidded-share-bi {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 200px;
    height: 30px;
    margin-bottom: 10px;
    background-color: #eaeaea;
}
