﻿:root {
    --color-accent-1: #3E7B27;
    --color-accent-1-rgb: 62, 123, 39;
    --color-white-bone: #F5F5F5;
    --bs-primary: #3E7B27;
    --bs-primary-rgb: 62, 123, 39;
    --second-primary: #85A947;
    --second-primary-rgb: 133, 169, 71;
    --third-primary: #123524;
    --third-primary-rgd: 18, 53, 36;
    --bs-light-primary: #E0F2FE;
    --bs-light: #0BA5EC;
    --bs-white-primary: #F0F9FF;
    --bs-secondary: #85A947;
    --bs-secondary-rgb: 133, 169, 71;
    --font-primary: 'Inter', sans-serif;
    --light-gray: #f4f6f8;
    --medium-gray: #dee2e6;
    --dark-gray: #495057;
    --border-radius: 0.5rem;
    --card-shadow: 0 6px 18px rgba(0,0,0,0.07);
}

body {
    font-family: var(--font-primary);
    background-color: #FFF;
    color: var(--text-color);
    line-height: 1.6;
}

.auth-message {
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #f8f9fa;
    text-align: center;
    border-radius: 5px;
}

    .auth-message .btn {
        margin: 5px;
    }

    .auth-message.no-bg {
        background-color: transparent;
        border: none;
        padding: 0;
    }

.btn-outline-primary {
    --bs-btn-color: var(--bs-black);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 13, 110, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--bs-primary);
    --bs-btn-active-border-color: var(--bs-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: var(--second-primary);
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: var(--bs-primary);
    --bs-gradient: none;
    background: #f1f1f1;
    border: none;
}

.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-primary);
    --bs-btn-border-color: var(--bs-primary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-secondary);
    --bs-btn-hover-border-color: var(--bs-secondary);
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--third-primary);
    --bs-btn-active-border-color: var(--third-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-primary);
    --bs-btn-disabled-border-color: var(--bs-primary);
}

.btn-secondary {
    --bs-btn-color: #fff;
    --bs-btn-bg: var(--bs-secondary);
    --bs-btn-border-color: var(--bs-secondary);
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: var(--bs-primary);
    --bs-btn-hover-border-color: var(--bs-primary);
    --bs-btn-focus-shadow-rgb: 130, 138, 145;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: var(--third-primary);
    --bs-btn-active-border-color: var(--third-primary);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: var(--bs-secondary);
    --bs-btn-disabled-border-color: var(--bs-secondary);
}

.btn-favorite {
    font-family: var(--bs-font-sans-serif) !important;
    color: var(--color-accent-1);
    margin: 1rem !important;
    z-index: 999;
    top: 0;
    right: 0;
    position: absolute;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    background: rgba(213, 226, 232, 0.35);
    border-radius: 50%;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(7.1px);
    -webkit-backdrop-filter: blur(7.1px);
}

    .btn-favorite:hover {
        color: var(--color-accent-1) !important;
    }

    .btn-favorite i {
        font-size: 25px;
        transition: transform 0.3s ease;
    }

    .btn-favorite:hover i {
        transform: scale(0.9);
    }

    .btn-favorite.filled {
        color: var(--color-accent-1);
    }

        .btn-favorite.filled i {
            color: var(--color-accent-1);
        }


.nav-underline .nav-link.active, .nav-underline .show > .nav-link {
    border-bottom-color: var(--bs-primary);
}

.responsive-search {
    width: 100%;
}

@media (min-width: 1300px) {
    .responsive-search {
        width: 50%;
    }
}

.mobile-text {
    font-size: 24px !important;
}

@media (max-width: 820px) {
    .mobile-text {
        font-size: 20px !important;
    }
}


.cursor-pointer {
    cursor: pointer !important;
}

.w-0 {
    width: 0% !important;
}

.w-5 {
    width: 5% !important;
}

.w-10 {
    width: 10% !important;
}

.w-15 {
    width: 15% !important;
}

.w-20 {
    width: 20% !important;
}

.w-30 {
    width: 30% !important;
}

.w-35 {
    width: 35% !important;
}

.w-40 {
    width: 40% !important;
}

.w-45 {
    width: 45% !important;
}

.w-55 {
    width: 55% !important;
}

.w-60 {
    width: 60% !important;
}

.w-65 {
    width: 65% !important;
}

.w-70 {
    width: 70% !important;
}

.w-80 {
    width: 80% !important;
}

.w-85 {
    width: 85% !important;
}

.w-90 {
    width: 90% !important;
}

.w-95 {
    width: 95% !important;
}

.py-10 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.px-10 {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.py-15 {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.px-15 {
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.py-20 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.px-20 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.mx-10 {
    margin-left: 10px !important;
    margin-right: 10px !important;
}

.my-15 {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.mx-15 {
    margin-left: 15px !important;
    margin-right: 15px !important;
}

.my-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.mx-20 {
    margin-left: 20px !important;
    margin-right: 20px !important;
}


.bg-image {
    /*background: linear-gradient( rgba(0, 119, 190, 0.85), rgba(0, 92, 153, 0.95) ), url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&q=80&w=1920');*/
    background: linear-gradient( rgba(var(--bs-primary-rgb), 0.85), rgba(var(--second-primary-rgb), 0.95)), url('https://images.unsplash.com/photo-1560518883-ce09059eeffa?auto=format&fit=crop&q=80&w=1920');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-button {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    line-height: 1.5;
    border-radius: 100%;
    cursor: pointer;
    transition: all .2s ease-out;
    background: var(--bs-primary);
    color: white;
}

.icon-padding {
    padding: .375rem;
}

.map-filter-button {
    position: absolute;
    top: 138px;
    right: 10px;
    z-index: 10;
    color: #82898d;
    width: 32px;
    height: 32px;
    background-color: white;
    cursor: pointer;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .map-filter-button:hover {
        background-color: #f2f2f2;
        color: #31ACCE;
    }

.map-loading-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, var(--bs-primary), var(--bs-secondary));
    animation: loading 1.5s infinite;
    display: none;
    z-index: 10;
}

@keyframes loading {
    0% {
        width: 0%;
    }

    100% {
        width: 100%;
    }
}

.profile-circle {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.2s ease-out;
    border: 2px solid var(--bs-primary);
    overflow: hidden;
}

body #hero_banner {
    background-color: #e0e0e0;
    height: 50vh;
}

.icon-padding {
    padding-right: 40px; /* Space for icon on the right */
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 0;
}

.underline-link {
    position: relative;
    display: inline-block;
}

    .underline-link:after {
        content: '';
        position: absolute;
        border-bottom: 4px solid var(--bs-primary);
        color: var(--bs-primary) !important;
        top: 100%;
        transition: all 0.4s;
    }

    .underline-link:after {
        left: 51%;
        right: 49%;
    }

.semibold-icon {
    -webkit-text-stroke: .50px !important;
}

.bold-icon {
    -webkit-text-stroke: .75px !important;
}

.bolder-icon {
    -webkit-text-stroke: .85px !important;
}

.underline-link:hover:after {
    right: 0;
    left: 0;
}

.underline-link.active {
    color: var(--bs-primary) !important;
    border-bottom: 4px solid var(--bs-primary);
}

.nav-filters.underline-link {
    color: var(--bs-white-primary) !important;
    font-weight: 700;
    border-radius: 0 !important;
}

.tab-pills-filters .nav-item {
    width: 161px;
    text-align: center;
}

.nav-filters.underline-link:after {
    border-bottom: 4px solid var(--bs-white);
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link .nav-filters {
    color: var(--bs-white-primary);
    border-bottom: 4px solid var(--bs-white);
    background-color: var(--bs-transparent);
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    #hero_banner {
        height: 30vh;
        padding: 2rem 1rem;
    }

    .btn-group-custom {
        flex-direction: column;
        width: 100%;
    }

    .icon-button {
        font-size: 1.2rem;
    }

    .icon-padding {
        padding-right: 30px;
    }

    .form-control {
        height: 44px;
    }

    .btn-group-custom label {
        font-size: 1rem;
    }

    .card-img-top {
        max-height: 200px;
    }
}

/*FONT CLASSES*/
.fs-14 {
    font-size: 14px;
}

.fs-16 {
    font-size: 16px;
}

.fs-18 {
    font-size: 18px;
}

.fs-20 {
    font-size: 20px;
}

.fs-24 {
    font-size: 24px;
}

.fs-small {
    font-size: .75em !important;
}

.text-shadow-1 {
    text-shadow: 0 2px 3px rgba(0,0,0,0.61);
}

.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 95%;
}

/* BUTTON CLASSES */
.btn-google {
    color: #545454;
    background-color: #ffffff;
    box-shadow: 0 1px 2px 1px #ddd;
}

    .btn-google:hover {
        background-color: #f1f1f1;
    }

/*TRANSITIONS*/
.transition-enter {
    transition: opacity 0.3s ease-out;
}

.transition-enter-start {
    opacity: 0;
}

.transition-enter-end {
    opacity: 1;
}

/* Leave transition */
.transition-leave {
    transition: opacity 0.3s ease-in;
}

.transition-leave-start {
    opacity: 1;
}

.transition-leave-end {
    opacity: 0;
}

/* Background Colors */
.bg-light-blue {
    background-color: #F3F5F7;
}

.bg-white-bone {
    background-color: #F5F5F5;
}

/* Autocomplete */
.autocomplete-suggestions {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    width: 100%;
    background: white;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    text-align: start;
    padding: 20px;
}

    .autocomplete-suggestions .cursor-pointer {
        padding: 4px;
        margin: 5px 0 5px 0;
        border-radius: 10px;
        cursor: pointer;
        color: #c1c1c1;
    }

        /* Apply hover effect only to elements that are NOT the first child */
        .autocomplete-suggestions .cursor-pointer:hover {
            background-color: #F3FAFE !important;
        }

    .autocomplete-suggestions hr {
        margin: 0 10px 0 10px;
        border: none;
        border-top: 1px solid #ddd;
    }

.loading-autocomplete span::after {
    content: "";
    animation: dots 1.5s steps(4, end) infinite;
}

@keyframes dots {
    0% {
        content: "";
    }

    25% {
        content: ".";
    }

    50% {
        content: "..";
    }

    75% {
        content: "...";
    }
}

.filter-modal {
    border-radius: var(--bs-border-radius-xxl);
}

.skeleton {
    display: block;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: pulse 1.5s infinite ease-in-out;
}

.skeleton-text {
    height: 20px;
    width: 100%;
    margin-bottom: 10px;
}

.skeleton-img {
    height: 300px;
    width: 100%;
    margin-bottom: 15px;
}

/* Create a stronger pulsing effect */
@keyframes pulse {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}

.card-skeleton {
    background-color: #f9f9f9;
    border-radius: 15px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 1rem;
}

@media (min-width: 1200px) {
    .card-hover {
        transition: transform 0.3s ease, box-shadow 0.3s ease; /* Animaci�n suave para el zoom y la sombra */
    }

        .card-hover:hover {
            transform: scale(1.05); /* Aumenta el tama�o al 105% */
            box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); /* A�ade una sombra para dar m�s �nfasis */
        }
}

.cards-container {
    padding-left: 4rem !important;
    padding-right: 4rem !important;
}

@media (max-width: 1400px) {
    .cards-container {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

.tab-pills-wrapper {
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(4px);
    border-radius: 50px;
    padding: 4px;
    position: relative;
    display: inline-flex;
    margin-bottom: 1rem;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .tab-pills-wrapper::-webkit-scrollbar {
        display: none;
    }

    .tab-pills-wrapper .nav-link {
        color: rgba(255, 255, 255, 0.8);
        padding: 0.75rem 1.5rem;
        border: none;
        background: transparent;
        position: relative;
        z-index: 1;
        transition: color 0.3s ease;
        white-space: nowrap;
        font-size: 0.95rem;
        font-weight: 500;
    }

        .tab-pills-wrapper .nav-link.active {
            background: rgba(var(--bs-primary-rgb), 0.7);
            border-radius: 50px;
            color: #fff;
            margin: 3px;
        }

@media (max-width: 576px) {
    .cards-container {
        padding-left: 0rem !important;
        padding-right: 0rem !important;
    }


    .tab-pills-wrapper {
        width: 100%;
        justify-content: flex-start;
        margin-bottom: 0.75rem;
        padding: 0;
        height: 40px;
    }

        .tab-pills-wrapper .nav-link {
            padding: 0.5rem 1rem;
            font-size: 0.875rem;
        }


    .remove-on-mobile {
        margin-top: 0 !important;
        border-radius: 0 !important;
        --bs-gutter-x: 0 !important;
    }

    /* Autocomplete */
    .autocomplete-suggestions {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        width: 100%;
        background: white;
        border: 1px solid #ddd;
        border-radius: 15px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
        text-align: start;
        padding: 10px;
    }

        .autocomplete-suggestions div {
            padding: 10px;
            margin: 5px 0 5px 0;
            border-radius: 10px;
            cursor: pointer;
            color: #c1c1c1;
        }

            .autocomplete-suggestions div:hover {
                background-color: #F3FAFE;
            }

        .autocomplete-suggestions hr {
            margin: 0 5px 0 5px;
            border: none;
            border-top: 1px solid #ddd;
        }
}

.property-card-header {
    height: 100%;
    max-height: 55px;
    margin-bottom: 0.5rem;
}

.property-card-observations {
    height: 100%;
    max-height: 75px;
}

.register-pills .btn-check:checked + .btn {
    background-color: #0a4a6e;
}


.auth-btn {
    font-weight: 500;
    border-width: 2px;
    transition: all 0.2s ease;
}

/* Sign up button */
.auth-btn-outline-primary {
    color: #394150;
    border-color: #dedede;
    background-color: var(--bs-white);
}

    .auth-btn-outline-primary:hover {
        color: #394150;
        border-color: #dedede;
        background-color: #dedede;
    }

    .auth-btn-outline-primary:active {
        transform: scale(0.98);
        color: #394150 !important;
        border-color: #dedede !important;
        background-color: var(--bs-white) !important;
    }

/* Sign in button */
.auth-btn-primary {
    color: var(--bs-white);
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}

    .auth-btn-primary:hover {
        color: var(--bs-white);
        background-color: var(--second-primary);
        border-color: var(--second-primary);
    }

    .auth-btn-primary:active {
        transform: scale(0.98);
        color: var(--bs-white) !important;
        background-color: var(--second-primary) !important;
        border-color: var(--second-primary) !important;
    }

.text-gray {
    color: #4b5464 !important;
}

.text-dark-gray {
    color: #364053 !important;
}

/* Default styling for all dropdown items */
.dropdown-menu .dropdown-item {
    background-color: white;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
}

    /* Hover effect for all items */
    .dropdown-menu .dropdown-item:hover {
        background-color: #f0f0f0;
    }

    /* Active state */
    .dropdown-menu .dropdown-item:active {
        background-color: #e0e0e0;
        color: #364053;
    }

.dropdown-toggle.no-arrow::after {
    display: none !important;
}


/* Rounded corners for the last item */
.dropdown-menu li:last-child .dropdown-item {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

    .dropdown-menu li:last-child .dropdown-item:active {
        background-color: #e0e0e0;
    }
/* Ensure no border-radius for middle items */
.dropdown-menu li:not(:first-child):not(:last-child) .dropdown-item {
    border-radius: 0;
}

.dropdown-menu-size-sm {
    min-width: 13rem;
}

.dropdown-menu-size-md {
    min-width: 22rem;
}

@media (max-width: 576px) {
    .dropdown-menu-size-md {
        min-width: 17rem;
    }

    .dropdown-menu-size-sm {
        min-width: 13rem;
    }
}
/* ---- Badges ---- */
.status-badge {
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 500;
}

.status-review {
    background-color: #FFF3CD;
    color: #856404;
}

.status-approved {
    background-color: #D4EDDA;
    color: #155724;
}

.status-published {
    background-color: #D1ECF1;
    color: #0C5460;
}

.status-rejected {
    background-color: #F8D7DA;
    color: #721C24;
}

.notif-badge {
    width: 8px;
    height: 8px;
    background: #e15a61;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.notification-card-header {
    padding: 1.25rem;
}

.notification-card-footer {
    padding: 1.25rem;
}

.btn-saved {
    background-color: #f0f9ff !important;
    color: #036aa3 !important;
    border: 1px solid #f0f9ff !important;
}

    .btn-saved:hover {
        background-color: #e0f2fe !important;
        color: #036aa3 !important;
        border: 1px solid #e0f2fe !important;
    }

    .btn-saved:active {
        background-color: #e0f2fe !important;
        color: #036aa3 !important;
        border: 1px solid #e0f2fe !important;
    }

.dropdown-menu.dropdown-animation.show {
    animation-duration: 0.3s !important;
    animation-fill-mode: both;
    animation-name: dropdownslideIn;
    position: absolute !important;
    top: 100% !important;
    transition: none;
}

@keyframes dropdownslideIn {
    0% {
        transform: translateY(1rem);
        opacity: 0;
    }

    100% {
        transform: translateY(0rem);
        opacity: 1;
    }
}


::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #a0a0a0;
    border-radius: 10px;
    background-clip: content-box;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #767676;
    }
/* Scrollable content styles */
.scrollable-content {
    overflow-y: auto;
    max-height: 300px;
    padding: 1rem;
    border-radius: 0.5rem;
    -ms-overflow-style: none;
}

    /* Show scrollbar only while scrolling */
    .scrollable-content::-webkit-scrollbar-thumb {
        background-color: #a0a0a0;
        border-radius: 2px;
        background-clip: content-box;
    }

    .scrollable-content::-webkit-scrollbar-track {
        background: transparent;
    }

    .scrollable-content::-webkit-scrollbar {
        width: 5px;
    }

    .scrollable-content::-webkit-scrollbar-thumb:hover {
        background-color: #767676;
    }


/* Slider */
.noUi-target {
    height: 3px;
    border: none;
}

.noUi-base {
    background-color: var(--color-border);
}

.noUi-connect {
    background-color: var(--color-accent-1) !important;
    box-shadow: 0 !important;
}

.noUi-handle {
    border-radius: 100%;
    width: 30px !important;
    height: 30px !important;
    top: 50% !important;
    transform: translateY(-50%);
    border: 2px solid var(--color-accent-1);
    box-shadow: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

    .noUi-handle::after {
        content: "|||";
        position: absolute;
        left: unset !important;
        top: unset !important;
        width: auto !important;
        height: auto !important;
        background-color: transparent !important;
        font-size: 13px;
        color: var(--color-accent-1);
    }

.noUi-marker-large {
    display: none !important;
}

.active-pip {
    font-weight: bold;
    color: var(--color-accent-1);
}

/* Register Modal*/
.user-type-option {
    display: none;
}

.user-type-card {
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
}

    .user-type-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 20px rgba(0,0,0,0.1);
        background-color: rgb(var(--bs-primary-rgb), 0.05);
    }

.user-type-option:checked + .user-type-card {
    transform: translateY(0px);
    border: 2px solid var(--bs-primary);
    background-color: rgb(var(--bs-primary-rgb), 0.05);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.user-type-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: var(--bs-primary);
}

.user-type-title {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: var(--bs-primary);
}

.user-type-desc {
    font-size: 0.9rem;
    color: #6c757d;
}


/* Cards Styling */
.card-hover {
    transition: all 0.3s ease;
}

    .card-hover:hover {
        border-color: #f9f9f9 !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    }

    .card-hover:focus {
        background-color: #f0f8ff;
        box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
        outline: none;
    }


/* Maps Css */
.atlas-map .popup-content-container {
    max-width: 600px !important;
    border-radius: 8px !important;
}

.atlas-map .popup-close {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    height: 25px !important;
    width: 25px !important;
    font-size: 30px !important;
    padding: 0 !important;
}

.atlas-map * + .tooltiptext {
    display: none !important;
}

/* Chat CSS */
.chat_search {
    position: relative;
    display: flex;
    align-items: center;
}

    .chat_search i {
        position: absolute;
        left: 18px;
    }

    .chat_search input {
        background-color: var(--color-white-bone);
        border-radius: 12px;
        height: 50px;
        padding: 0 20px 0 50px;
        width: 100%;
        border: 0;
        outline: none;
    }


.chat_message {
    height: 60px;
    gap: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .chat_message input {
        background-color: var(--color-white-bone);
        border-radius: 12px;
        height: 60px;
        padding: 0 20px 0 50px;
        width: 100%;
        border: 0;
        outline: none;
    }

.canvas {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    padding: 20px;
    transition: left 0.3s ease-in-out;
    border-radius: 0.5rem;
}

    .canvas.show {
        left: 0;
    }

.close-btn {
    position: absolute;
    top: -10px;
    right: 15px;
    color: #000000;
    background-color: transparent;
    border: none;
    font-size: 2.5rem;
    cursor: pointer;
}

.hidden-tabs {
    display: none !important;
}

.visible-tabs {
    display: block !important;
}

/* Loading Classes */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid white;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.hidden {
    display: none;
}

.stepper {
    list-style-type: none;
    padding: 0;
    position: relative;
}

    .stepper::before {
        content: '';
        position: absolute;
        top: 16px;
        left: 15px;
        width: 2px;
        background-color: var(--bs-gray-200);
        z-index: 0;
        height: calc(100% - 60px);
    }

.stepper-item {
    position: relative;
    counter-increment: step-counter;
    padding-bottom: 30px;
    display: flex;
    align-items: flex-start;
}

    .stepper-item:last-child {
        padding-bottom: 0;
    }

.stepper-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: #e9ecef;
    color: var(--bs-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    z-index: 1;
    position: absolute;
}

.stepper-content {
    color: #212529;
    margin-left: 45px;
}

.stepper-item.active .stepper-circle {
    background-color: #007bff;
    color: white;
}

.stepper-item.active .stepper-content {
    color: #233f7b;
}

.stepper-item.completed .stepper-circle {
    background-color: #28a745;
    color: white;
}

.stepper-item.completed .stepper-content {
    color: #005000;
}

.selectable-card {
    position: relative;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 15px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
}

    .selectable-card:hover {
        transform: translateY(-5px) !important;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1) !important;
    }


.profile-img {
    height: 200px;
    object-fit: contain;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

.selected-checkmark {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 28px;
    height: 28px;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    z-index: 10;
    opacity: 0;
    transform: scale(0.5);
    transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
}

.btn-check:checked + .selectable-card {
    border-color: var(--bs-primary) !important;
    box-shadow: 0 0.5rem 1rem rgba(var(--bs-primary-rgb), 0.25) !important;
}

    .btn-check:checked + .selectable-card .selected-checkmark {
        opacity: 1 !important;
        transform: scale(1) !important;
    }

.content-preview-wrapper {
    position: relative; 
    border-radius: 0.75rem; 
    overflow: hidden;
}

.blurred-content {
    filter: blur(8px); 
    pointer-events: none; 
    user-select: none; 
    padding: 1.5rem; 
}

@media (min-width: 640px) { 
    .blurred-content {
        padding: 2.5rem; 
    }
}

.login-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom right, rgba(15, 23, 42, 0.7), rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.7)); /* Equivalent to bg-gradient-to-br from-slate-900/70 via-slate-900/80 to-slate-900/70 */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1rem; 
    text-align: center;
    color: white;
}

.login-prompt-box {
    background-color: white;
    color: #333;
    padding: 2rem; 
    border-radius: 0.75rem; 
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -2px rgba(0,0,0,0.05); 
    max-width: 512px; 
    width: 100%;
    transform: scale(1);
    transition: transform 0.3s ease-out;
}

@media (min-width: 640px) { 
    .login-prompt-box {
        padding: 3rem; 
    }
}

.login-prompt-box .icon {
    width: 4rem;
    height: 4rem;
    color: var(--bs-primary);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
}

.login-prompt-box h2 {
    font-size: 1.5rem; 
    font-weight: 800; 
    color: #1f2937; 
    margin-bottom: 0.75rem; 
}

@media (min-width: 640px) { 
    .login-prompt-box h2 {
        font-size: 1.875rem;
    }
}

.login-prompt-box .prompt-text {
    color: #4b5563; 
    margin-bottom: 2rem; 
    font-size: 1rem; 
    line-height: 1.625; 
}

@media (min-width: 640px) {
    .login-prompt-box .prompt-text {
        font-size: 1.125rem;
    }
}

.login-prompt-box .btn-login {
    color: white;
    font-weight: 700; 
    padding: 0.875rem 2rem;
    font-size: 1.125rem; 
    transition: background-color 0.2s ease-in-out, transform 0.2s ease-in-out;
}

    .login-prompt-box .btn-login:hover {
        transform: scale(1.05);
    }

    .login-prompt-box .btn-login:focus {
        box-shadow: 0 0 0 0.25rem rgba(14, 165, 233, 0.5); 
    }

.login-prompt-box .signup-link {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 1.5rem; 
}

    .login-prompt-box .signup-link a {
        font-weight: 600;
        color: var(--bs-primary);
        text-decoration: none;
    }

        .login-prompt-box .signup-link a:hover {
            color: var(--bs-primary);
            text-decoration: underline;
        }

.blurred-content img {
    max-width: 100%;
    height: auto;
    border-radius: 0.5rem; 
    margin-bottom: 1.5rem; 
    box-shadow: 0 4px 6px -1px rgba(0,0,0,0.1), 0 2px 4px -1px rgba(0,0,0,0.06); 
    aspect-ratio: 16 / 9; 
    object-fit: cover; 
}

.blurred-content .btn {
    opacity: 0.5;
    cursor: not-allowed;
}