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

::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 5px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

.justify {
    text-align: justify;
}

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

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

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

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

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

.focus-border-warning:focus {
    box-shadow: 0 0 0 0.25rem #ffc900 !important;
}

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

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

select option:hover {
    background-color: #d1d1d1 !important;
}

select option:checked {
    background-color: #b0b0b0 !important;
}

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

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

.pagination .page-item:hover .page-link {
    background-color: #ffc900;
    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-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;
    animation: wobble-hor-bottom 0.8s both;
    -webkit-animation: wobble-hor-bottom 0.8s both;
}

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

@keyframes wobble-hor-bottom {
    0%,
    100% {
        transform: translateX(0%);
        transform-origin: 50% 50%;
    }
    15% {
        transform: translateX(-30px) rotate(-6deg);
    }
    30% {
        transform: translateX(15px) rotate(6deg);
    }
    45% {
        transform: translateX(-15px) rotate(-3.6deg);
    }
    60% {
        transform: translateX(9px) rotate(2.4deg);
    }
    75% {
        transform: translateX(-6px) rotate(-1.2deg);
    }
}

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

.custom-rounded-card {
    border-radius: 1.2rem;
    border-top-left-radius: 0 !important;
}

.shadow-personalized {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4);
}

.bg-secondary-subtle {
    background-color: #d5d6da !important;
}

.bg-gray {
    background-color: #97969b !important;
}

.dot-anim {
    display: inline-block;
    width: 1.5em;
    text-align: left;
}

.dot-anim::after {
    content: ".";
    animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }

    100% {
        content: "";
    }
}

.swal2-loader {
    border-color: #ffc107 !important;
    border-top-color: #fff !important;
}

.title-index {
    transition: margin-left 0.3s ease, color 0.3s ease;
}

.title-index.sidebar-open {
    margin-left: 265px !important;
}
