@import '_content/TheTaste.SharedComponents/TheTaste.SharedComponents.21vwbo9erk.bundle.scp.css';

/* /Components/Layout/Header.razor.rz.scp.css */
.navbar-header[b-e6lzwctlpv] {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.navbar[b-e6lzwctlpv] {
    padding: 0.75rem 0;
    transition: all 0.3s ease;
}

.navbar-brand[b-e6lzwctlpv] {
    font-size: 1.75rem;
    color: #e74c3c !important;
    letter-spacing: -0.5px;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-right: auto;
}

.brand-icon[b-e6lzwctlpv] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    margin-right: 30px;
}

.logo-img[b-e6lzwctlpv] {
    margin-left: 90px;
    max-height: 100px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
    border-radius: 4px;
}

.navbar-brand:hover[b-e6lzwctlpv] {
    color: #c0392b !important;
    text-decoration: none;
}

.navbar-nav .nav-link[b-e6lzwctlpv] {
    color: #2c3e50 !important;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
}

.navbar-nav .nav-link:hover[b-e6lzwctlpv],
.navbar-nav .nav-link.active[b-e6lzwctlpv] {
    color: #e74c3c !important;
}

.navbar-nav .nav-link[b-e6lzwctlpv]::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 0;
    height: 3px;
    background: linear-gradient(90deg, #e74c3c, #e67e22);
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover[b-e6lzwctlpv]::after,
.navbar-nav .nav-link.active[b-e6lzwctlpv]::after {
    width: 80%;
}


.navbar-toggler[b-e6lzwctlpv] {
    border: none;
    padding: 0.25rem 0.75rem;
}

.navbar-toggler:focus[b-e6lzwctlpv] {
    box-shadow: none;
    outline: 2px solid #e74c3c;
    border-radius: 4px;
}

.navbar-toggler-icon[b-e6lzwctlpv] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%232c3e50' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile responsiveness */
@media (max-width: 991.98px) {
    .navbar-brand[b-e6lzwctlpv] {
        font-size: 1.5rem;
    }

    .brand-icon[b-e6lzwctlpv] {
        height: 65px;
        width: 65px;
        margin-right: 20px;
    }

    .logo-img[b-e6lzwctlpv] {
        max-height: 65px;
        max-width: 65px;
    }

    .navbar-nav[b-e6lzwctlpv] {
        margin-top: 1rem;
        padding-top: 1rem;
        border-top: 1px solid #e9ecef;
    }

    .navbar-nav .nav-link[b-e6lzwctlpv] {
        padding: 0.75rem 1rem !important;
        border-radius: 6px;
        margin: 0.25rem 0;
    }

    .navbar-nav .nav-link:hover[b-e6lzwctlpv] {
        background-color: #f8f9fa;
    }

    .navbar-nav .nav-link[b-e6lzwctlpv]::after {
        display: none;
    }

    .d-flex[b-e6lzwctlpv] {
        flex-direction: column !important;
        margin-top: 1rem;
        gap: 0.75rem !important;
    }

    .btn[b-e6lzwctlpv] {
        width: 100%;
        text-align: center;
    }
}

@media (max-width: 576px) {
    .brand-icon[b-e6lzwctlpv] {
        height: 55px;
        width: 55px;
        margin-right: 15px;
    }

    .logo-img[b-e6lzwctlpv] {
        max-height: 55px;
        max-width: 55px;
    }
}

/* Sticky header shadow on scroll */
.navbar-header.scrolled[b-e6lzwctlpv] {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-n23sscgo8d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n23sscgo8d] {
    flex: 1;
}

.sidebar[b-n23sscgo8d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n23sscgo8d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-n23sscgo8d]  a, .top-row[b-n23sscgo8d]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-n23sscgo8d]  a:hover, .top-row[b-n23sscgo8d]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-n23sscgo8d]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-n23sscgo8d] {
        justify-content: space-between;
    }

    .top-row[b-n23sscgo8d]  a, .top-row[b-n23sscgo8d]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n23sscgo8d] {
        flex-direction: row;
    }

    .sidebar[b-n23sscgo8d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n23sscgo8d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-n23sscgo8d]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-n23sscgo8d], article[b-n23sscgo8d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-n23sscgo8d] {
    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-n23sscgo8d] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-v9cngtxwpl] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    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-v9cngtxwpl] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-v9cngtxwpl] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-v9cngtxwpl] {
    font-size: 1.1rem;
}

.bi[b-v9cngtxwpl] {
    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-v9cngtxwpl] {
    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-v9cngtxwpl] {
    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-v9cngtxwpl] {
    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-v9cngtxwpl] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-v9cngtxwpl] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-v9cngtxwpl] {
        padding-bottom: 1rem;
    }

    .nav-item[b-v9cngtxwpl]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-v9cngtxwpl]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-v9cngtxwpl]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-v9cngtxwpl] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-v9cngtxwpl] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-v9cngtxwpl] {
        display: none;
    }

    .nav-scrollable[b-v9cngtxwpl] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-nxbmxytglj],
.components-reconnect-repeated-attempt-visible[b-nxbmxytglj],
.components-reconnect-failed-visible[b-nxbmxytglj],
.components-pause-visible[b-nxbmxytglj],
.components-resume-failed-visible[b-nxbmxytglj],
.components-rejoining-animation[b-nxbmxytglj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-nxbmxytglj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-nxbmxytglj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-nxbmxytglj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-nxbmxytglj],
#components-reconnect-modal.components-reconnect-retrying[b-nxbmxytglj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-nxbmxytglj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-nxbmxytglj],
#components-reconnect-modal.components-reconnect-failed[b-nxbmxytglj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-nxbmxytglj] {
    display: block;
}


#components-reconnect-modal[b-nxbmxytglj] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-nxbmxytglj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-nxbmxytglj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-nxbmxytglj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-nxbmxytglj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-nxbmxytglj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-nxbmxytglj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-nxbmxytglj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-nxbmxytglj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-nxbmxytglj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-nxbmxytglj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-nxbmxytglj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-nxbmxytglj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-nxbmxytglj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-nxbmxytglj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-nxbmxytglj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-nxbmxytglj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-nxbmxytglj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-nxbmxytglj {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* Hero Section */
.hero-section[b-mcua0yo2wj] {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.05) 0%, rgba(230, 126, 34, 0.05) 100%);
    
    border-bottom: 1px solid #e9ecef;
}

.min-vh-50[b-mcua0yo2wj] {
    min-height: 50vh !important;
}

.hero-title[b-mcua0yo2wj] {
    font-size: 3.5rem;
    font-weight: 700;
    line-height: 1.2;
    color: #2c3e50;
    margin-bottom: 1.5rem;
}

.hero-title .text-primary[b-mcua0yo2wj] {
    background: linear-gradient(135deg, #e74c3c 0%, #e67e22 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.hero-subtitle[b-mcua0yo2wj] {
    font-size: 1.25rem;
    color: #555;
    line-height: 1.8;
    max-width: 600px;
}

.hero-image[b-mcua0yo2wj] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 400px;
}

.placeholder-image[b-mcua0yo2wj] {
    font-size: 8rem;
    animation: float-b-mcua0yo2wj 3s ease-in-out infinite;
    text-align: center;
    filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.1));
}

@keyframes float-b-mcua0yo2wj {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

/* Features Section */
.features-section[b-mcua0yo2wj] {
    background-color: #ffffff;
    border-bottom: 1px solid #e9ecef;
}

.section-title[b-mcua0yo2wj] {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin-bottom: 3rem;
}

.feature-card[b-mcua0yo2wj] {
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 2.5rem 2rem;
    text-align: center;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-card:hover[b-mcua0yo2wj] {
    border-color: #e74c3c;
    box-shadow: 0 12px 24px rgba(231, 76, 60, 0.15);
    transform: translateY(-8px);
}

.feature-icon[b-mcua0yo2wj] {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, #e74c3c 0%, #e67e22 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.75rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.3);
}

.feature-card h3[b-mcua0yo2wj] {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    color: #2c3e50;
}

.feature-card p[b-mcua0yo2wj] {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    flex-grow: 1;
}

/* CTA Section */
.cta-section[b-mcua0yo2wj] {
    background: linear-gradient(135deg, #e74c3c 0%, #e67e22 100%);
    color: white;
    border-radius: 12px;
    margin: 4rem 0;
}

.cta-section h2[b-mcua0yo2wj] {
    font-size: 2rem;
    color: white;
    margin: 0;
}

.cta-section p[b-mcua0yo2wj] {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1.1rem;
    margin: 0;
}

.btn-light[b-mcua0yo2wj] {
    background-color: white !important;
    color: #e74c3c !important;
    border: none;
}

.btn-light:hover[b-mcua0yo2wj] {
    background-color: #f8f9fa !important;
    color: #c0392b !important;
}

/* Stats Section */
.stats-section[b-mcua0yo2wj] {
    background-color: #f5f7fa;
    border-top: 1px solid #e9ecef;
    border-bottom: 1px solid #e9ecef;
}

.stat-card[b-mcua0yo2wj] {
    padding: 2rem;
    background: white;
    border-radius: 12px;
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.stat-card:hover[b-mcua0yo2wj] {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-4px);
    border-color: #e74c3c;
}

.stat-number[b-mcua0yo2wj] {
    font-size: 2.5rem;
    font-weight: 700;
    background: linear-gradient(135deg, #e74c3c 0%, #e67e22 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0 0 0.5rem 0;
}

.stat-label[b-mcua0yo2wj] {
    color: #666;
    font-weight: 500;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 991.98px) {
    .hero-title[b-mcua0yo2wj] {
        font-size: 2.5rem;
    }

    .hero-subtitle[b-mcua0yo2wj] {
        font-size: 1.1rem;
    }

    .placeholder-image[b-mcua0yo2wj] {
        font-size: 6rem;
        min-height: 300px;
    }

    .section-title[b-mcua0yo2wj] {
        font-size: 2rem;
    }

    .cta-section[b-mcua0yo2wj] {
        margin: 2rem 0;
    }

    .cta-section .text-lg-end[b-mcua0yo2wj] {
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .hero-section[b-mcua0yo2wj] {
        padding: 2rem 0;
    }

    .min-vh-50[b-mcua0yo2wj] {
        min-height: auto !important;
    }

    .hero-title[b-mcua0yo2wj] {
        font-size: 2rem;
    }

    .hero-subtitle[b-mcua0yo2wj] {
        font-size: 1rem;
    }

    .placeholder-image[b-mcua0yo2wj] {
        font-size: 4rem;
        min-height: 250px;
    }

    .feature-card[b-mcua0yo2wj] {
        padding: 1.5rem 1rem;
    }

    .section-title[b-mcua0yo2wj] {
        font-size: 1.75rem;
    }

    .stat-number[b-mcua0yo2wj] {
        font-size: 2rem;
    }
}

/* Button adjustments for hero section */
.hero-section .btn[b-mcua0yo2wj] {
    padding: 0.75rem 2rem;
    font-size: 1.1rem;
    border-radius: 8px;
}
/* /Components/Pages/Login.prototype.design.razor.rz.scp.css */
.login-section[b-20g9ghiu5k] {
    background: linear-gradient(135deg, rgba(231, 76, 60, 0.05) 0%, rgba(230, 126, 34, 0.05) 100%);
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.login-card[b-20g9ghiu5k] {
    background: white;
    border-radius: 12px;
    padding: 3rem 2rem;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border: 1px solid #e9ecef;
}

.login-card h1[b-20g9ghiu5k] {
    color: #2c3e50;
    font-weight: 700;
    font-size: 1.75rem;
}

.login-card .form-label[b-20g9ghiu5k] {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 0.75rem;
}

.login-card .form-control[b-20g9ghiu5k] {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 0.75rem 1rem;
    font-size: 1rem;
}

.login-card .form-control:focus[b-20g9ghiu5k] {
    border-color: #e74c3c;
    box-shadow: 0 0 0 0.2rem rgba(231, 76, 60, 0.25);
}

.login-card .form-check-label[b-20g9ghiu5k] {
    color: #666;
}

.login-card .btn-primary[b-20g9ghiu5k] {
    border-radius: 6px;
    padding: 0.75rem 2rem;
    font-weight: 600;
}

.login-card .btn-primary:hover[b-20g9ghiu5k] {
    transform: translateY(-2px);
}

.login-card a[b-20g9ghiu5k] {
    color: #e74c3c;
    text-decoration: none;
}

.login-card a:hover[b-20g9ghiu5k] {
    text-decoration: underline;
}

.login-card hr[b-20g9ghiu5k] {
    border: none;
    border-top: 1px solid #e9ecef;
}

/* Responsive design */
@media (max-width: 768px) {
    .login-card[b-20g9ghiu5k] {
        padding: 2rem 1.5rem;
    }

    .login-card h1[b-20g9ghiu5k] {
        font-size: 1.5rem;
    }
}
/* /Components/Pages/RegisterBusiness.razor.rz.scp.css */
:root[b-6nmbq2wqnl]{
  --card-radius:12px;
  --input-radius:10px;
  --card-width:420px;
}

.register-page .register-hero-left[b-6nmbq2wqnl]{
  background-color:#f6f5f3; /* subtle neutral background, replace with image if needed */
  min-height:100vh;
  padding:6rem 3rem;
  display:flex;
  align-items:center;
}

.register-page .hero-content[b-6nmbq2wqnl]{
  max-width:680px;
}

.register-page .hero-content .display-5[b-6nmbq2wqnl]{
  color:#222;
  line-height:1.05;
}

.hero-image-placeholder[b-6nmbq2wqnl]{
  margin-top:2rem;
  width:320px;
  height:320px;
  background-repeat:no-repeat;
  background-position:center center;
  background-size:contain;
  /* leave empty; user can set background-image or put <img> inside */
  
}

.register-card[b-6nmbq2wqnl]{
  width:100%;
  max-width:var(--card-width);
  border-radius:var(--card-radius);
  background:#fff;
  overflow:hidden;
}

.register-card .card-body[b-6nmbq2wqnl]{
  padding:2rem;
}

.section-title[b-6nmbq2wqnl]{
  font-size:0.95rem;
}

.form-input[b-6nmbq2wqnl], .form-select[b-6nmbq2wqnl]{
  border-radius:var(--input-radius);
  padding:0.9rem 1rem;
}

.register-card .form-label[b-6nmbq2wqnl]{
  font-weight:600;
  font-size:0.85rem;
}

.register-card .section[b-6nmbq2wqnl]{
  border-top:1px solid #eef0f2;
  padding-top:1rem;
}

.register-card .section:first-of-type[b-6nmbq2wqnl]{
  border-top:0;
  padding-top:0;
}

.btn-black[b-6nmbq2wqnl]{
  background:#000;
  color:#fff;
  border-radius:28px;
  padding:0.9rem 1.2rem;
  font-weight:600;
  border:0;
}

.btn-black:disabled[b-6nmbq2wqnl]{
  opacity:0.7;
}

@media (max-width:991.98px){
  .register-page .register-hero-left[b-6nmbq2wqnl]{
    min-height:auto;
    padding:3rem 1.5rem;
    text-align:center;
  }

  .hero-image-placeholder[b-6nmbq2wqnl]{margin:1.5rem auto 0}

  .register-card[b-6nmbq2wqnl]{margin-top:1rem;}
}
