:root {
    --cs-primary: #56ab91;
    --cs-primary-dark: #036666;
    --cs-primary-light: #D6EFE4;
    --cs-primary-black: #000000;
    --cs-light: #F4F4F4;
    --cs-strokeline: #D5DCE1;
    --card-entry-thumbnail-w: 176px;
    --card-entry-thumbnail-h-sm: 136px;
    --card-entry-thumbnail-w-sm: 136px;
}
#mapLoading {
    position: absolute;
    z-index: 999999;
    background: rgba(0, 0, 0, 0.3) url('http://localhost:8000/img/ajax_loading.gif') center center no-repeat;
    -webkit-background-size: 50px 50px;
    background-size: 50px 50px;
    left: 0;
    height: 500px;
    width: 100%;
    display: none;
}
.footer-link-group a {
    display: inline-block !important;
    border-right: 2px solid var(--cs-primary-light) !important;
    padding: 0 6px 0 2px !important;
    font-size: 14px;
}

.footer-link-group a.last {
    border-right: 0 !important;
}
.custom-card {
    border-radius:20px;
    box-shadow: 0px 0px 10px 0px rgba(87, 171, 146, 0.00), 0px 0px 9px 0px rgba(87, 171, 146, 0.01), 0px 0px 8px 0px rgba(87, 171, 146, 0.05), 0px 0px 6px 0px rgba(87, 171, 146, 0.09), 0px 0px 3px 0px rgba(87, 171, 146, 0.10);
}
.object-fit-cover {
    object-fit: cover;
}
.entry-thumbnail {
    height: var(--card-entry-thumbnail-w) !important;
    width: var(--card-entry-thumbnail-w) !important;
}
.overlay-bottom-left {
    position: absolute;
    bottom: 2rem;
    left: 1rem;
    width: 350px;
    max-width: 40%;
    height: auto;
}
.accordion-button:not(.collapsed) {
    background-color: var(--cs-primary) !important;
    color: var(--cs-primary-light) !important;
    border-radius: 16px;
    box-shadow: none !important;
    
}

.card-entry:hover {
    box-shadow: 5px 0px 10px 0px rgba(87, 171, 146, 0.00), 3px 0px 9px 0px rgba(87, 171, 146, 0.04), 2px 0px 8px 0px rgba(87, 171, 146, 0.13), 1px 0px 6px 0px rgba(87, 171, 146, 0.21), 0px 0px 3px 0px rgba(87, 171, 146, 0.25);
}
.dx-vectormap svg rect {
    fill: #696cff00;
    height: 600px;
    stroke: none;
}
.dx-vectormap svg path {
    stroke: #56AB91;
}
.dx-vectormap svg path:hover {
    cursor: pointer;
}
/* Set border radius to 16px */
.accordion-item {
    border-radius: 16px;
    overflow: hidden; /* Ensure content doesn't overflow out of the rounded corners */
}

.card-green {
    margin-bottom:5rem; 
    padding-top:1rem; 
    padding-bottom:1rem; 
    border-radius:25px; 
    box-shadow: 5px 0px 10px 0px rgba(87, 171, 146, 0.00), 3px 0px 9px 0px rgba(87, 171, 146, 0.04), 2px 0px 8px 0px rgba(87, 171, 146, 0.13), 1px 0px 6px 0px rgba(87, 171, 146, 0.21), 0px 0px 3px 0px rgba(87, 171, 146, 0.25);
}

/* Override the default background image to use a white icon */
.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='currentColor' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

/* Optionally, you can also override the icon color if it's using CSS filters */
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2'%3E%3Cpath d='M4 6l4 4 4-4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.page-item .page-link {
    border-radius: 4px !important;
}

.form-range {
    width: 100%;
    height: 1.475rem;
    padding: 0;
    appearance: none;
    background-color: rgba(0, 0, 0, 0)
}

.form-range:focus {
    outline: 0
}

.form-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #f5f5f9, 0 .125rem .25rem 0 rgba(105, 108, 255, .4)
}

.form-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #f5f5f9, 0 .125rem .25rem 0 rgba(105, 108, 255, .4)
}

.form-range::-moz-focus-outer {
    border: 0
}

.form-range::-webkit-slider-thumb {
    width: 2rem;
    height: 2rem;
    margin-top: -0.5rem;
    appearance: none;
    background-color: var(--cs-primary-dark);
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-webkit-slider-thumb {
        transition: none
    }
}

.form-range::-webkit-slider-thumb:active {
    background-color: var(--cs-primary-dark)
}

.form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: .375rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range::-moz-range-thumb {
    width: 1.375rem;
    height: 1.375rem;
    appearance: none;
    background-color: var(--cs-primary-dark);
    border: 0;
    border-radius: 1rem;
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media(prefers-reduced-motion: reduce) {
    .form-range::-moz-range-thumb {
        transition: none
    }
}

.form-range::-moz-range-thumb:active {
    background-color: var(--cs-primary-dark)
}

.form-range::-moz-range-track {
    width: 100%;
    height: .375rem;
    color: rgba(0, 0, 0, 0);
    cursor: pointer;
    background-color: var(--bs-secondary-bg);
    border-color: rgba(0, 0, 0, 0);
    border-radius: 1rem
}

.form-range:disabled {
    pointer-events: none
}

.form-range:disabled::-webkit-slider-thumb {
    background-color: #a7acb2
}

.form-range:disabled::-moz-range-thumb {
    background-color: #a7acb2
}

.form-floating>.form-control,
.form-floating>.form-control-plaintext,
.form-floating>.form-select .form-range::-webkit-slider-thumb {
    box-shadow: 0 .112rem .375rem 0 rgba(34, 48, 62, .08)
}

.form-range::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 8px rgba(105, 108, 255, .16)
}

.form-range::-webkit-slider-thumb:active,
.form-range::-webkit-slider-thumb:focus {
    box-shadow: 0 0 0 13px rgba(105, 108, 255, .16);
    border-color: var(--cs-primary)
}

.form-range::-moz-range-thumb:hover {
    box-shadow: 0 0 0 8px rgba(105, 108, 255, .16)
}

.form-range::-moz-range-thumb:active,
.form-range::-moz-range-thumb:focus {
    box-shadow: 0 0 0 13px rgba(105, 108, 255, .16);
    border-color: var(--cs-primary-dark)
}

.form-range:disabled::-webkit-slider-runnable-track {
    background-color: #a7acb2
}

.form-range:disabled::-moz-range-track {
    background-color: #a7acb2
}

.seekBar {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 4px;
    background: var(--cs-light);
    /* fallback, JS will override */
    outline: none;
}

/* Chrome / WebKit thumb */
.seekBar::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 24px;
    width: 24px;
    border-radius: 50%;
    background: var(--cs-primary-dark);
    cursor: pointer;
    margin-top: -10px;
    /* (thumb height - track height) / 2 */
}

/* Firefox support */
.seekBar::-moz-range-track {
    height: 8px;
    border-radius: 4px;
    background: var(--cs-light);
}

.seekBar::-moz-range-progress {
    height: 8px;
    border-radius: 4px;
    background: var(--cs-primary);
}

.seekBar::-moz-range-thumb {
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: var(--cs-primary-dark);
    border: none;
    cursor: pointer;
}

.btn-primary-black {
    background-color: var(--cs-primary-black) !important;
    box-shadow: none !important;
    border: none !important;
}

.pagination .page-link {
    color: var(--bs-pagination-color);
    background-color: transparent !important;
    border-color: var(--cs-strokeline) !important;
}

.page-link.active,
.active>.page-link {
    z-index: 3;
    color: var(--cs-primary) !important;
    background-color: transparent !important;
    border-color: var(--cs-primary) !important;
}

.relative {
    position: relative !important;
}

.btn-outline-dark:hover {
    background-color: white !important;
    color: var(--cs-primary-black) !important;
    border-color: var(--cs-primary) !important;
}
.alert-danger-custom {
    background-color: #FFF6F8;
    border-color: #FFF6F8;
    color: #ff3e1d;
}

html,
body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
} */

.ff-inter {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

/* .ff-jakarta {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
} */

.rounded-mid {
    border-radius: 16px;
}

/* Border radius from 10px to 20px */
.br-10 {
    border-radius: 10px !important;
}

.br-11 {
    border-radius: 11px !important;
}

.br-12 {
    border-radius: 12px !important;
}

.br-13 {
    border-radius: 13px !important;
}

.br-14 {
    border-radius: 14px !important;
}

.br-15 {
    border-radius: 15px !important;
}

.br-16 {
    border-radius: 16px !important;
}

.br-17 {
    border-radius: 17px !important;
}

.br-18 {
    border-radius: 18px !important;
}

.br-19 {
    border-radius: 19px !important;
}

.br-20 {
    border-radius: 20px !important;
}

body {
    background: #fff;
}

/* Custom white link style */
a.light-link {
    color: white;
    /* Default link color */
    text-decoration: none;
    /* Remove underline */
}

a.light-link:hover {
    color: #d3d3d3;
    /* Light grey color when hovering */
}

a.light-link:focus {
    color: #d3d3d3;
    /* Light grey color on focus */
}

a.light-link:active {
    color: #a9a9a9;
}

.bg-primary-dark {
    background-color: var(--cs-primary-dark) !important
}

.bg-primary-light {
    background-color: var(--cs-primary-light) !important
}

.text-primary-dark {
    color: var(--cs-primary-dark) !important
}

.text-primary-light {
    color: var(--cs-primary-light) !important
}

footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 20px 0;
}

.search-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: #888;
    pointer-events: none;
    /* Prevents interaction */
}

.suggestion-value {
    word-break: break-word;
    /* Ensures long words wrap */
    white-space: normal;
    /* Allows text to wrap */
    overflow-wrap: break-word;
    /* Ensures proper breaking */
}

.mobile {
    display: none;
}

.text-truncate-5 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    min-height: calc(1.5em * 5);
    line-height: 1.5em;
}
.text-truncate-4 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    min-height: calc(1.5em * 4);
    line-height: 1.5em;
}

.text-truncate-3 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: calc(1.5em * 3);
    line-height: 1.5em;
}

.text-truncate-2 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: calc(1.5em * 2);
    line-height: 1.5em;
}

.text-truncate-1 {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    min-height: calc(1.5em * 1);
    line-height: 1.5em;
}

.fz-10 {
    font-size: 10px !important;
}

.fz-11 {
    font-size: 11px !important;
}

.fz-12 {
    font-size: 12px !important;
}

.fz-13 {
    font-size: 13px !important;
}

.fz-14 {
    font-size: 14px !important;
}

.fz-15 {
    font-size: 15px !important;
}

.fz-16 {
    font-size: 16px !important;
}

.fz-17 {
    font-size: 17px !important;
}

.fz-18 {
    font-size: 18px !important;
}

.fz-19 {
    font-size: 19px !important;
}

.fz-20 {
    font-size: 20px !important;
}

.fz-21 {
    font-size: 21px !important;
}

.fz-22 {
    font-size: 22px !important;
}

.fz-23 {
    font-size: 23px !important;
}

.fz-24 {
    font-size: 24px !important;
}

/* Extra small devices (phones, less than 576px) */
@media (max-width: 575.98px) {
    .xs-w-100 {
        width: 100% !important;
    }

    .xs-d-none {
        display: none !important;
    }

    .xs-d-block {
        display: block !important;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (max-width: 767.98px) {
    .pt-sm-0 {
        padding-top: 0 !important;
    }
    .sm-me-16 {
        margin-right: 16px !important;
    }
    .sm-btn-sms {
        padding: 0.25rem 1rem;
        font-size: 0.875rem;
        line-height: 1.5;
        border-radius: 0.2rem;
    }
    .sm-w-100 {
        width: 100% !important;
    }
    .sm-mx-auto {
        margin: 0 auto !important;
    }
    .sm-w-50 {
        width: 50% !important;
    }
    .sm-w-60 {
        width: 60% !important;
    }
    .sm-w-70 {
        width: 70% !important;
    }
    .sm-w-80 {
        width: 80% !important;
    }
    .sm-w-90 {
        width: 90% !important;
    }
    .sm-text-truncate-2 {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        min-height: calc(1.5em * 2);
        line-height: 1.5em;
    }
    .card-body {
        padding: 14px;
    }
    .auth-banner {
        display: none !important;
    }

    .auth-buttons {
        display: none;
    }

    .sm-d-none {
        display: none !important;
    }

    .gap-mobile {
        margin-bottom: 20px !important;
    }

    .sm-d-block {
        display: block !important;
    }

    .row .col-card-entry {
        padding-left: 10px;
        padding-right: 10px;
    }      

    .mobile {
        display: block;
    }

    .disclaimer-alert {
        top: 82px !important;
    }

    footer {
        padding: 20px 0 20px 0 !important;
    }

    .footer-link-group a {
        font-size: 14px;
        display: inline-block !important;
        border-right: 2px solid var(--cs-primary-light) !important;
        padding: 0 6px 0 2px !important;
    }

    .footer-link-group a.last {
        border-right: 0 !important;
    }

    .footer-right {
        gap: 0 !important;
    }

    .footer-col-left {
        text-align: center !important;
    }

    .footer-col-left .footer-left {
        display: inline-block !important;
    }

    .footer-socmed-bottom {
        display: block !important;
        text-align: center;
    }

    .socmed-right {
        margin-top: 1rem;
    }

    .entry-thumbnail {
        height: var(--card-entry-thumbnail-h-sm) !important;
        width: var(--card-entry-thumbnail-w-sm) !important;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (max-width: 991.98px) {
    .md-d-none {
        display: none !important;
    }

    .md-d-block {
        display: block !important;
    }

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

}

/* Large devices (desktops, 992px and up) */
@media (max-width: 1199.98px) {
    .lg-d-none {
        display: none !important;
    }

    .lg-d-block {
        display: block !important;
    }

    .w-lg-50 {
        width: 50% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (max-width: 1399.98px) {
    .xl-d-none {
        display: none !important;
    }

    .xl-d-block {
        display: block !important;
    }
}

/* Extra extra large devices (1400px and up) */
@media (min-width: 1400px) {
    .xlg-d-none {
        display: none !important;
    }

    .xlg-d-block {
        display: block !important;
    }
}