.border-gold {
    width: 6px !important;
    height: 100%;
    flex-shrink: 0;
    margin-right: 8px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    background: #F4A200;
}

::-webkit-scrollbar {
    width: 4px;
    height:  4px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 16px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 16px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    border-radius: 16px;
    background: #555;
}

button.nav-link.active{
    color: white !important;
}

th {
    font-weight: 300 !important;
    padding-top: 12px !important;
    padding-bottom: 12px !important;
}

.table-responsive .dropdown {
    position: static;
}

.dropdown-toggle::after {
    display: none !important;
}

.form-floating>label {
    line-clamp: 1;
    -webkit-line-clamp: 1;
    overflow: hidden;
    white-space: nowrap;
}

.form-floating {
    overflow: hidden;
}

textarea {
    min-height: 150px !important;
}


.blink {
    animation: blinker 1s step-start infinite !important;
}

@keyframes blinker {
    0% {
        opacity: 1;
        color: white;
    }

    50% {
        opacity: 0.5;
        color: black;
    }

    100% {
        opacity: 1;
        color: white;
    }
}


.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.line-clamp-desc {
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.opacity-rule {
    opacity: 70% !important;
}

.text-justify {
    text-align: justify;
}

.text-justify::after {
    content: "";
    display: inline-block;
    width: 100%;
}

.inner-shadow {
    box-shadow: inset #e4e4e4 0px 0px 200px 200px;
}

.inner-shadow-2 {
    box-shadow: inset #f4f4f4 0px 0px 200px 200px;
}

.inner-shadow-white {
    box-shadow: inset #e4e4e4 0px 0px 200px 20px;
}

.text-small {
    font-size: .75rem !important;
}

.blurry-white {
    /* background: red !important; */
    backdrop-filter: blur(8px) !important;
    background-color: rgba(255, 255, 255, 0.711) !important;
}

.bg-gray {
    background: #e7e7e7 !important;
}

.underline {
    text-decoration: underline;
}

.text-gold {
    color: #F4A200 !important;
}

.bg-gold {
    background-color: #F4A200 !important;
}

.text-bold {
    font-weight: 500 !important;
}

.hbg-gold:hover {
    color: white !important;
    background-color: #F4A200 !important;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.row-eq-height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.hover-gray {
    transition: all;
    transition-duration: 1s;
}

.hover-gray:hover,
.hover-gray:has(input[checked]) {
    background: #dbdbdc !important;
    transition: all;
    transition-duration: .1s;
}

.fa-chevron-right {
    color: #c4c4c4;
}

.form-group.rounded{
    zoom: 85% !important;
}

@media (max-width: 576px) {
    .navbar * {
        zoom: 95%;
    }

    /* * {
    zoom: 95%;
    } */
    .custom-fixed {
        position: fixed !important;
        padding-top: 40px !important;
        top: 0px !important;
        right: 0 !important;
        left: 0 !important;
        z-index: 999 !important;

        .sticky-top {
            position: fixed !important;
        }
    }

    .w-md-100 {
        width: 100% !important;
    }

    .container-md:not(.navbar),
    .container-fluid:not(.navbar) {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    /* .mx-4 {
        margin-left: 8px !important;
        margin-right: 8px !important;
    }

    .px-4 {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .px-3 {
        padding-left: 12px !important;
        padding-right: 12px !important;
    } */
    .form-floating,
    h6,
    h5,
    h4,
    h3,
    h2,
    h2,
    h1,
    .h6,
    .h5,
    .h4,
    .h3,
    .h2,
    .h2,
    .h1,
    svg,
    .text-small,
    .btn.py-3 {
        zoom: 85% !important;
    }

    .card {
        border-radius: 2px !important;
        border: none !important;
        zoom: 85%;

        ::not([class^="p-"]) {
            padding: 2px !important;

            .card-body {
                padding: 0px !important;
            }

            .card-header {
                padding-left: 4px !important;
            }
        }
    }

    .event-md .blog-img,
    .event-md .blog-item {
        border-radius: 0px !important;
    }

    .event-md .blog-item * {
        zoom: 98% !important;
    }

    .footer {
        font-size: .75rem !important;
    }

    .event-md .blog-item .blog-content .p-3,
    .event-md .blog-item .blog-content .p-4 {
        padding: 8px !important;
    }

    .event-md .blog-item .blog-content .collapse,
    .event-md .blog-item .blog-content .d-lg-none.p-3 {
        padding: 0px !important;
    }

    .event-md .blog-item .blog-content .gy-2 {
        --bs-gutter-y: 0rem !important;
    }

    .event-md .blog-item .blog-content .blog-footer .btn {
        border-radius: 0rem !important;
        text-align: start;
        width: 100% !important;
        border-top: 0px !important;
    }
    .form-card .row.gy-2:has(.action-btn){
        --bs-gutter-y: 0rem !important ;
    }
    .form-card .collapse{
        border-bottom: none !important;
    }
    .action-btn{
        border: none !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        border-top: #ced4da 1px solid !important;
        border-radius: 0px !important;
        span.w-100{
            text-align: start !important;
        }
    }

    .event-md .blog-item .blog-content .blog-footer {

        .btn:active,
        .btn:focus,
        .btn:focus-visible {
            border: 0px !important;
            outline: none !important;
            background-color: #f4a200 !important;
            box-shadow: 0 0 0 .25rem rgba(244, 162, 0, .5) !important;

            .fa-chevron-right {
                color: white !important;
            }
        }
    }

    .info-btn {
        border-bottom: 1px solid #dee2e6 !important;
        padding-top: 16px !important;
        padding-bottom: 12px !important;
    }

    .event-md .blog-item .blog-content .blog-footer .btn.py-2 {
        padding-top: 16px !important;
        padding-bottom: 12px !important;
    }

    .event-md .blog-item .blog-content .blog-footer .w-auto {
        width: 100% !important;
    }
}

.loader::before,
.loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #e4e4e4;
    animation: prixClipFix 2s linear infinite;
}

.loader::after {
    transform: rotate3d(90, 90, 0, 180deg);
    border-color: #F4A200;
}

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

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

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%, 0 0, 0 0, 0 0, 0 0, 0 0)
    }

    50% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 0, 100% 0, 100% 0)
    }

    75%,
    100% {
        clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 100% 100%, 100% 100%)
    }
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
}

.hover-none:hover {
    background-color: transparent !important;
    --bs-table-accent-bg: transparent !important;
}

.hover-none-grey:hover {
    background-color: #f4f4f4 !important;
    --bs-table-accent-bg: transparent !important;
}

.hover-none-grey {
    background-color: #f4f4f4 !important;
    --bs-table-accent-bg: transparent !important;
}

.fade-in,
td {
    animation: fadeIn ease 1s;
    -webkit-animation: fadeIn ease 1s;
    -moz-animation: fadeIn ease 1s;
    -o-animation: fadeIn ease 1s;
    -ms-animation: fadeIn ease 1s;
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}