/* _content/CarHostingWeb/Components/Layout/AdminNavMenu.razor.rz.scp.css */
.admin-sidebar[b-z1kmi376sp] {
    width: 250px;
    min-height: 100vh;
    background-color: #f8f9fa;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    overflow-y: auto;
    box-shadow: 2px 0 4px rgba(0,0,0,0.1);
}

.admin-sidebar-header[b-z1kmi376sp] {
    padding: 1.25rem 1rem;
    background-color: #495057;
    color: white;
}

.admin-nav[b-z1kmi376sp] {
    padding: 1rem 0;
}

.admin-nav .nav-link[b-z1kmi376sp] {
    color: #495057;
    padding: 0.75rem 1rem;
    border-radius: 0;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}

.admin-nav .nav-link:hover[b-z1kmi376sp] {
    background-color: #e9ecef;
    color: #0d6efd;
    text-decoration: none;
}

.admin-nav .nav-link.active[b-z1kmi376sp] {
    background-color: #0d6efd;
    color: white;
    font-weight: 500;
}

.admin-nav .nav-link.active:hover[b-z1kmi376sp] {
    background-color: #0b5ed7;
    color: white;
}

.admin-nav .nav-link.text-danger:hover[b-z1kmi376sp] {
    background-color: #f8d7da;
    color: #dc3545 !important;
}

.admin-nav hr[b-z1kmi376sp] {
    margin: 0.5rem 1rem;
    border-color: #dee2e6;
}

/* Add spacing to body when admin sidebar is present */
body:has(.admin-sidebar) .admin-content[b-z1kmi376sp],
.admin-sidebar ~ *[b-z1kmi376sp] {
    margin-left: 250px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .admin-sidebar[b-z1kmi376sp] {
        width: 100%;
        position: relative;
        min-height: auto;
    }

    body:has(.admin-sidebar) .admin-content[b-z1kmi376sp],
    .admin-sidebar ~ *[b-z1kmi376sp] {
        margin-left: 0;
    }
}
/* _content/CarHostingWeb/Components/Layout/ContactSection.razor.rz.scp.css */
.phone-link[b-i35xjxx2q0] {
    position: relative;
    transition: color 0.2s ease;
}

.phone-link:hover[b-i35xjxx2q0] {
    color: var(--bs-primary) !important;
    text-decoration: underline !important;
}

.whatsapp-link[b-i35xjxx2q0] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    transition: all 0.2s ease;
    text-decoration: none;
}

.whatsapp-link:hover[b-i35xjxx2q0] {
    background-color: rgba(37, 211, 102, 0.1);
    transform: scale(1.1);
}

.whatsapp-link i[b-i35xjxx2q0] {
    transition: color 0.2s ease;
}

.whatsapp-link:hover i[b-i35xjxx2q0] {
    color: #25d366 !important;
}
/* _content/CarHostingWeb/Components/Layout/CultureSelector.razor.rz.scp.css */
.dropdown-flags[b-j96a605yqi] {
    min-width: auto !important;
    width: auto;
    padding: 0.25rem;
}

.dropdown-flags .dropdown-item[b-j96a605yqi] {
    justify-content: center;
}
/* _content/CarHostingWeb/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-57voghji0e] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #e5e5e5;
}

main[b-57voghji0e] {
    flex: 1;
}

.sidebar[b-57voghji0e] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-57voghji0e] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-57voghji0e]  a, .top-row[b-57voghji0e]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-57voghji0e]  a:hover, .top-row[b-57voghji0e]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-57voghji0e]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin-content[b-57voghji0e] {
    margin-left: 250px; /* Same width as your admin sidebar */
    min-height: 100vh;
    padding: 1rem;
}

@media (max-width: 768px) {
    .admin-content[b-57voghji0e] {
        margin-left: 0;
    }
}

@media (max-width: 641px) {
    .top-row[b-57voghji0e] {
        justify-content: space-between;
    }

    .top-row[b-57voghji0e]  a, .top-row[b-57voghji0e]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-57voghji0e] {
        flex-direction: row;
    }

    .sidebar[b-57voghji0e] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-57voghji0e] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-57voghji0e]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-57voghji0e], article[b-57voghji0e] {
        /*padding-left: 2rem !important;*/
        /*padding-right: 1.5rem !important;*/
    }
}

#blazor-error-ui[b-57voghji0e] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-57voghji0e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CarHostingWeb/Components/Layout/NavMenu.razor.rz.scp.css */
/* Modified styles for top navigation that pushes content down */

.nav-link.btn.btn-link[b-hz86d89wsi] {
    border: none;
    padding: 0.5rem 1rem;
    text-align: left;
    text-decoration: none;
    background: none;
    color: black;
    width: 100%;
}

.nav-link.btn.btn-link:hover[b-hz86d89wsi] {
    color: inherit;
    text-decoration: none;
}

.mr-1[b-hz86d89wsi] {
    margin-right: 0.75rem;
}

.top-navbar[b-hz86d89wsi] {
    position: relative; /* Default for mobile */
    width: 100%;
    z-index: 1000;
    background-color: transparent;
}

.top-row[b-hz86d89wsi] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-hz86d89wsi] {
    font-size: 1.1rem;
    color: black;
}

.navbar-toggler[b-hz86d89wsi] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: black;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-hz86d89wsi] {
    background-color: rgba(255, 255, 255, 0.5);
}

/* Modified styles to convert from sidebar to horizontal */
.nav[b-hz86d89wsi] {
    flex-direction: row !important;
    justify-content: flex-end;
    padding-right: 1rem;
}

.nav-item[b-hz86d89wsi] {
    font-size: 0.9rem;
    padding: 0;
    display: inline-block;
}

.nav-item:first-of-type[b-hz86d89wsi] {
    padding-top: 0;
}

.nav-item:last-of-type[b-hz86d89wsi] {
    padding-bottom: 0;
}

.nav-item[b-hz86d89wsi]  .nav-link {
    color: #000000;
    background: #e3e3e3;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    width: auto;
    padding: 0 1rem;
}

.nav-scrollable[b-hz86d89wsi] {
    display: none;
}

.nav-scrollable.show[b-hz86d89wsi] {
    display: block;
    padding: 1rem;
}

.nav-scrollable.show .nav[b-hz86d89wsi] {
    flex-direction: column !important;
}

.nav-scrollable.show .nav-item[b-hz86d89wsi] {
    display: block;
    padding: 0.5rem 0;
}

/*!* Keep existing styles *!*/
/*.bi {*/
/*    display: inline-block;*/
/*    position: relative;*/
/*    width: 1.25rem;*/
/*    height: 1.25rem;*/
/*    margin-right: 0.75rem;*/
/*    top: -1px;*/
/*    background-size: cover;*/
/*}*/


.bi-house-door-fill-nav-menu[b-hz86d89wsi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-hz86d89wsi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-hz86d89wsi] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-hz86d89wsi]  a.active {
    background-color: rgba(94, 94, 94, 0.45);;
}

.nav-item[b-hz86d89wsi]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: #000000;
}

@media (min-width: 768px) {
    /*.top-navbar {*/
    /*    position: fixed;*/
    /*    top: 0;*/
    /*    left: 0;*/
    /*    right: 0;*/
    /*}*/
}

@media (min-width: 641px) {
    .navbar-toggler[b-hz86d89wsi] {
        display: none;
    }

    .nav-scrollable[b-hz86d89wsi] {
        display: block;
        height: auto;
        overflow-y: visible;
    }

    .top-navbar[b-hz86d89wsi] {
        position: fixed; /* or absolute */
        /*top: 0;*/
        /*left: 0;*/
        /*right: 0;*/
        width: 100%;
        z-index: 1000;
    }
}

/* Remove margin-top since we're now using static positioning */
.content[b-hz86d89wsi] {
    margin-top: 0;
}
/* _content/CarHostingWeb/Components/Pages/EditCarDetails.razor.rz.scp.css */
/* Mobile-first button styling */
.btn[b-ysrfp6r1k5] {
    min-height: 44px; /* Touch-friendly minimum */
    font-size: 0.9rem;
    padding: 0.75rem 1rem;
    white-space: nowrap;
    transition: all 0.2s ease;
}

/* Mobile: Stack buttons vertically */
@media (max-width: 767px) {
    .btn[b-ysrfp6r1k5] {
        width: 100%;
        justify-content: center !important;
        font-size: 1rem;
        padding: 0.875rem 1rem;
    }

    .btn i[b-ysrfp6r1k5] {
        font-size: 1.1rem;
    }
}

/* Tablet and up: Horizontal layout */
@media (min-width: 768px) {
    .btn[b-ysrfp6r1k5] {
        min-width: 120px;
        font-size: 0.875rem;
    }
}

/* Desktop: Slightly larger */
@media (min-width: 992px) {
    .btn[b-ysrfp6r1k5] {
        min-width: 140px;
        font-size: 0.9rem;
        padding: 0.75rem 1.25rem;
    }
}

/* Loading state improvements */
.btn:disabled[b-ysrfp6r1k5] {
    opacity: 0.6;
    cursor: not-allowed;
}

.spinner-border-sm[b-ysrfp6r1k5] {
    width: 1rem;
    height: 1rem;
}

/* Button hover states */
.btn:hover:not(:disabled)[b-ysrfp6r1k5] {
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0,0,0,0.15);
}

.btn:active:not(:disabled)[b-ysrfp6r1k5] {
    transform: translateY(0);
}
/* _content/CarHostingWeb/Components/Pages/Home.razor.rz.scp.css */
.stock-header[b-3wp3qghyev] {
    background: rgba(255, 255, 255, 0.85); /* Light transparent background */
    backdrop-filter: blur(6px); /* Glassmorphism effect */
    border: 1px solid #dee2e6;
}

.contact-card[b-3wp3qghyev] {
    transition: all 0.3s ease;
}

.contact-card:hover[b-3wp3qghyev] {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.btn[b-3wp3qghyev] {
    transition: all 0.3s ease;
}

.btn:hover[b-3wp3qghyev] {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.logo-container[b-3wp3qghyev] {
    transition: all 0.3s ease;
}

.logo-container:hover[b-3wp3qghyev] {
    transform: scale(1.05);
}


.hero[b-3wp3qghyev] {
    background: linear-gradient(135deg, #ffffff 0%, #f8fafc 50%, #ffffff 100%);
    padding: 4rem 2rem;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    overflow: hidden;

    /* Height constraints */
    min-height: 500px;
    max-height: 70vh;

    /* Flex container for centering */
    display: flex;
    align-items: center;
    justify-content: center;
}

 /*Subtle shared background element for unity */
.hero[b-3wp3qghyev]::before {
    content: '';
    position: absolute;
    top: 30%;
    left: 40%;
    width: 20%;
    height: 40%;
    background: radial-gradient(ellipse, rgba(52, 144, 220, 0.03), transparent);
    border-radius: 50%;
    z-index: 1;
}

.hero-container[b-3wp3qghyev] {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 3rem;
    flex-wrap: wrap;
    position: relative;
    z-index: 2;
}

.hero-text[b-3wp3qghyev] {
    flex: 1;
    min-width: 280px;
    position: relative;
}

/* Connecting element from text to image */
.hero-text[b-3wp3qghyev]::after {
    content: '';
    position: absolute;
    right: -2rem;
    top: 50%;
    width: 4rem;
    height: 2px;
    background: linear-gradient(to right, #3490dc, transparent);
    transform: translateY(-50%);
    z-index: 1;
}

.hero-logo[b-3wp3qghyev] {
    width: 250px;
    margin-bottom: 0.5rem;
    position: relative;
    transition: transform 0.3s ease;
}

/* Accent bar under logo for brand unity */
.hero-logo[b-3wp3qghyev]::after {
    content: '';
    position: absolute;
    bottom: -0.5rem;
    left: 0;
    width: 60px;
    height: 3px;
    background: #3490dc;
    border-radius: 2px;
}

.hero-title[b-3wp3qghyev] {
    font-size: 2rem;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 1rem;
    position: relative;
}

/* Blue highlight for key word - creates color unity */
.hero-title .highlight[b-3wp3qghyev] {
    color: #3490dc;
}

.hero-subtitle[b-3wp3qghyev] {
    font-size: 1.2rem;
    color: #4b5563;
    margin-bottom: 2rem;
    line-height: 1.6;
}

/* Enhanced buttons with unified blue theme */
.btn-primary[b-3wp3qghyev] {
    background: linear-gradient(45deg, #3490dc, #2563eb);
    border: none;
    box-shadow: 0 4px 15px rgba(52, 144, 220, 0.2);
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-primary:hover[b-3wp3qghyev] {
    background: linear-gradient(45deg, #2563eb, #1d4ed8);
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(52, 144, 220, 0.3);
}

.btn-secondary[b-3wp3qghyev] {
    background: #6b7280;
    border: none;
    transition: all 0.3s ease;
    font-weight: 600;
}

.btn-secondary:hover[b-3wp3qghyev] {
    background: #4b5563;
    transform: translateY(-2px);
}

.hero-image[b-3wp3qghyev] {
    flex: 1;
    min-width: 280px;
    text-align: center;
    position: relative;
}

/* Shadow connection from car to text + subtle animation */
.hero-image img[b-3wp3qghyev] {
    width: 100%;
    max-width: 500px;
    border-radius: 1rem;
    animation: subtle-pulse-b-3wp3qghyev 4s ease-in-out infinite;
    filter: drop-shadow(-3rem 0 3rem rgba(52, 144, 220, 0.08));
    position: relative;
    z-index: 2;
}

/* Refined animation - more professional */
@keyframes subtle-pulse-b-3wp3qghyev {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.03);
    }
}

/* Additional shadow element for stronger connection */
.hero-text[b-3wp3qghyev]::before {
    content: '';
    position: absolute;
    right: -1rem;
    top: 40%;
    width: 2rem;
    height: 20%;
    background: linear-gradient(to right, rgba(52, 144, 220, 0.05), transparent);
    border-radius: 0 10px 10px 0;
    z-index: 1;
}

/* Responsive design */
@media (max-width: 768px) {
    .hero[b-3wp3qghyev] {
        padding: 2rem 1rem;
        max-height: 85vh;
    }

    .hero-container[b-3wp3qghyev] {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .hero-text[b-3wp3qghyev]::after,
    .hero-text[b-3wp3qghyev]::before {
        display: none;
    }

    .hero-title[b-3wp3qghyev] {
        font-size: 1.75rem;
    }

    .hero[b-3wp3qghyev]::before {
        display: none;
    }
    
    .hero-image[b-3wp3qghyev] {
        display: none;
    }
    
    .hero-logo[b-3wp3qghyev] {
        margin: auto auto 1rem;
    }
}

/* Entrance animations for polish */
.fade-in-up[b-3wp3qghyev] {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeInUp-b-3wp3qghyev 0.8s ease-out forwards;
}

.fade-in-left[b-3wp3qghyev] {
    opacity: 0;
    transform: translateX(-30px);
    animation: fadeInLeft-b-3wp3qghyev 0.8s ease-out forwards;
}

.fade-in-right[b-3wp3qghyev] {
    opacity: 0;
    transform: translateX(30px);
    animation: fadeInRight-b-3wp3qghyev 0.8s ease-out forwards;
}

@keyframes fadeInUp-b-3wp3qghyev {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInLeft-b-3wp3qghyev {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight-b-3wp3qghyev {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Stagger the entrance animations */
.hero-logo[b-3wp3qghyev] { animation-delay: 0.1s; }
.hero-title[b-3wp3qghyev] { animation-delay: 0.3s; }
.hero-subtitle[b-3wp3qghyev] { animation-delay: 0.5s; }
.cta-buttons[b-3wp3qghyev] { animation-delay: 0.7s; }
.hero-image[b-3wp3qghyev] { animation-delay: 0.9s; }

/* Additional polish - subtle glow on hover for logo */
.hero-logo:hover[b-3wp3qghyev] {
    transform: scale(1.02);
}

.hero-logo:hover[b-3wp3qghyev]::after {
    box-shadow: 0 0 10px rgba(52, 144, 220, 0.3);
}
/* _content/CarHostingWeb/Components/Shared/CarImageGallery.razor.rz.scp.css */
/* Primary temp image styling */
.primary-temp-image[b-dr9jalqpo1] {
    border: 3px solid #ffc107;
    box-shadow: 0 0 15px rgba(255, 193, 7, 0.3);
}

/* Primary indicator overlay */
.primary-indicator[b-dr9jalqpo1] {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
}

.primary-indicator .badge[b-dr9jalqpo1] {
    font-size: 0.75rem;
    padding: 0.5rem 0.75rem;
    border-radius: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Clear primary button */
.clear-primary-btn[b-dr9jalqpo1] {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
}

.clear-primary-btn .btn[b-dr9jalqpo1] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.clear-primary-btn .btn:hover[b-dr9jalqpo1] {
    background: rgba(255, 255, 255, 0.3);
    transform: scale(1.1);
}

.editable[b-dr9jalqpo1] {
    cursor: pointer;
}

.primary-image-border[b-dr9jalqpo1] {
    border: 3px dashed #ffc107 !important;
    background-color: #fff8e1;
}

.primary-image-border:hover[b-dr9jalqpo1] {
    border-color: #ffb300 !important;
    box-shadow: 0 4px 8px rgba(255, 193, 7, 0.4) !important;
}

.image-container[b-dr9jalqpo1] {
    position: relative;
    cursor: pointer;
    width: 100%;
    aspect-ratio: 16 / 9; /* or 4 / 3, adjust to your preference */
    overflow: hidden;
}

.overlay[b-dr9jalqpo1] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4); /* semi-transparent black */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 1;
}

.image-container:hover .overlay[b-dr9jalqpo1] {
    opacity: 1;
}

.overlay-text[b-dr9jalqpo1] {
    color: white;
    font-size: 1.25rem;
    font-weight: bold;
}

.sub-image-box[b-dr9jalqpo1] {
    width: 100%;
    height: 110px;
    background-color: #bbbbbb;
    border: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    color: #333;
    border-radius: 0.375rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    overflow: hidden; /* Add this to prevent image overflow */
    cursor: pointer;
}

.editable:hover[b-dr9jalqpo1] {
    cursor: pointer;
}

.sub-image-box-image[b-dr9jalqpo1] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 0.375rem;
}

.card-footer[b-dr9jalqpo1] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 195px));
    gap: 8px;
    padding: 1rem;
}

.custom-close-btn[b-dr9jalqpo1] {
    top: 15px;
    right: 15px;
    z-index: 1060;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
}

.custom-close-btn:hover[b-dr9jalqpo1] {
    background: rgba(0, 0, 0, 0.8);
    transform: scale(1.1);
    color: white;
}

.temp-image[b-dr9jalqpo1] {
    border: 2px dashed #ffc107;
    opacity: 0.8;
}

.spinner-border-sm[b-dr9jalqpo1] {
    flex-shrink: 0;
}

.make-primary-btn[b-dr9jalqpo1] {
    position: absolute;
    bottom: 5px;
    left: 5px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    background: #3490dc;
    border: none;
    color: white;
    font-size: 12px;
}

.sub-image-container:hover .make-primary-btn[b-dr9jalqpo1] {
    opacity: 1;
}

@media (max-width: 576px) {
    .card-footer[b-dr9jalqpo1] {
        grid-template-columns: repeat(auto-fit, minmax(100px, 120px));
    }

    .sub-image-box[b-dr9jalqpo1] {
        height: 70px;
    }
    
    .make-primary-btn[b-dr9jalqpo1] {
        position: absolute;
        bottom: 5px;
        left: 5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        opacity: 1;
        background: #3490dc;
        border: none;
        color: white;
        font-size: 12px;
    }
}
/* _content/CarHostingWeb/Components/Shared/DisplayCarCards.razor.rz.scp.css */
.card-hover[b-2i3fl05p9g] {
    transition: all 0.3s ease;
    position: relative;
    z-index: 1;
}

.card-hover:hover[b-2i3fl05p9g] {
    transform: translateY(-10px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1) !important;
    z-index: 2;
}
/* _content/CarHostingWeb/Components/Shared/SearchAndFilter.razor.rz.scp.css */
.custom-input-group .form-control[b-vuaduq5h49] {
    border-radius: 0 0.5rem 0.5rem 0;
    border: 1px solid #ced4da;
    transition: box-shadow 0.2s ease;
}

.custom-input-group .input-group-text[b-vuaduq5h49] {
    border-radius: 0.5rem 0 0 0.5rem;
    border: 1px solid #ced4da;
    border-right: none;
    background-color: #fff;
}

.custom-input-group .form-control:focus[b-vuaduq5h49] {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.2);
}

.search-icon[b-vuaduq5h49] {
    width: 1rem;
    height: 1rem;
    opacity: 0.6;
}
/* _content/CarHostingWeb/Components/Shared/SectionHeader.razor.rz.scp.css */
.stock-header[b-40gpmxlejm] {
    background: rgba(255, 255, 255, 0.85); /* Light transparent background */
    backdrop-filter: blur(6px); /* Glassmorphism effect */
    border: 1px solid #dee2e6;
}

.mt-top[b-40gpmxlejm] {
    margin-top: 5rem !important;
}
