@import '_content/BlazorSortableList/BlazorSortableList.nyb42hwjlt.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-owtvh30afb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-owtvh30afb] {
    flex: 1;
}

.sidebar[b-owtvh30afb] {
    background-image: linear-gradient(180deg, rgb(0, 174, 239) 70%, rgb(237, 28, 36) 90%);
}

.top-row[b-owtvh30afb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-owtvh30afb]  a, .top-row[b-owtvh30afb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-owtvh30afb]  a:hover, .top-row[b-owtvh30afb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-owtvh30afb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-owtvh30afb] {
        justify-content: space-between;
    }

    .top-row[b-owtvh30afb]  a, .top-row[b-owtvh30afb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-owtvh30afb] {
        flex-direction: row;
    }

    .sidebar[b-owtvh30afb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-owtvh30afb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-owtvh30afb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-owtvh30afb], article[b-owtvh30afb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-owtvh30afb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-owtvh30afb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* Reconnect toasts: default hidden; Blazor will toggle them when needed */
#components-reconnect-modal[b-owtvh30afb],
#components-reconnect-failed[b-owtvh30afb],
#components-reconnect-rejected[b-owtvh30afb] {
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16px;
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(0, 0, 0, 0.90);
    color: #fff;
    z-index: 9999;
    box-shadow: 0 6px 24px rgba(0,0,0,.3);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    display: none; /* Hidden by default; Blazor shows/hides these */
}

/* (Nice-to-have) Don�t flash for very brief blips */
#components-reconnect-modal[b-owtvh30afb] {
    transition: opacity .2s ease-in-out;
    transition-delay: 2s; /* waits 2s before becoming visible */
}
/* Small, non-blocking toast for reconnect states */
.reconnect-toast[b-owtvh30afb] {
    position: fixed;
    right: 16px;
    top: 8px; /* use bottom:16px if you prefer bottom-right */
    padding: 10px 14px;
    border-radius: 8px;
    background: rgba(0,0,0,0.90);
    color: #fff;
    z-index: 9999;
    box-shadow: 0 6px 24px rgba(0,0,0,.3);
    font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    /* Visibility is controlled by inline style (display:none/block) set by Blazor */
}

/* Optional: avoid flashing for brief blips */
#components-reconnect-modal[b-owtvh30afb] {
    transition: opacity .2s ease-in-out;
    transition-delay: 2s; /* wait 2s before showing "Reconnecting�" */
}
/* /Components/Layout/MinLayout.razor.rz.scp.css */
.page[b-1n7uo1uitb] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-1n7uo1uitb] {
    flex: 1;
}

.sidebar[b-1n7uo1uitb] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-1n7uo1uitb] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1n7uo1uitb]  a, .top-row[b-1n7uo1uitb]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1n7uo1uitb]  a:hover, .top-row[b-1n7uo1uitb]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1n7uo1uitb]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-1n7uo1uitb] {
        justify-content: space-between;
    }

    .top-row[b-1n7uo1uitb]  a, .top-row[b-1n7uo1uitb]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1n7uo1uitb] {
        flex-direction: row;
    }

    .sidebar[b-1n7uo1uitb] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1n7uo1uitb] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1n7uo1uitb]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1n7uo1uitb], article[b-1n7uo1uitb] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-1n7uo1uitb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-1n7uo1uitb] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-qgg5urusxw] {
    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-qgg5urusxw] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-qgg5urusxw] {
    height: 3.5rem;
    background-color: rgba(0, 132, 182,1);
}

.navbar-brand[b-qgg5urusxw] {
    font-size: 1.1rem;
}

.bi[b-qgg5urusxw] {
    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-qgg5urusxw] {
    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-qgg5urusxw] {
    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-qgg5urusxw] {
    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");
}

.bi-lock-nav-menu[b-qgg5urusxw] {
    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 d='M8 1a2 2 0 0 1 2 2v4H6V3a2 2 0 0 1 2-2zm3 6V3a3 3 0 0 0-6 0v4a2 2 0 0 0-2 2v5a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2V9a2 2 0 0 0-2-2zM5 8h6a1 1 0 0 1 1 1v5a1 1 0 0 1-1 1H5a1 1 0 0 1-1-1V9a1 1 0 0 1 1-1z'/%3E%3C/svg%3E");
}

.bi-person-nav-menu[b-qgg5urusxw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
}

.bi-person-badge-nav-menu[b-qgg5urusxw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-badge' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 2a.5.5 0 0 0 0 1h3a.5.5 0 0 0 0-1h-3zM11 8a3 3 0 1 1-6 0 3 3 0 0 1 6 0z'/%3E%3Cpath d='M4.5 0A2.5 2.5 0 0 0 2 2.5V14a2 2 0 0 0 2 2h8a2 2 0 0 0 2-2V2.5A2.5 2.5 0 0 0 11.5 0h-7zM3 2.5A1.5 1.5 0 0 1 4.5 1h7A1.5 1.5 0 0 1 13 2.5v10.795a4.2 4.2 0 0 0-.776-.492C11.392 12.387 10.063 12 8 12s-3.392.387-4.224.803a4.2 4.2 0 0 0-.776.492V2.5z'/%3E%3C/svg%3E");
}


.bi-person-fill-nav-menu[b-qgg5urusxw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-person-fill' viewBox='0 0 16 16'%3E%3Cpath d='M3 14s-1 0-1-1 1-4 6-4 6 3 6 4-1 1-1 1H3Zm5-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6Z'/%3E%3C/svg%3E");
}

.bi-arrow-bar-left-nav-menu[b-qgg5urusxw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-arrow-bar-left' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 15a.5.5 0 0 1-.5-.5v-13a.5.5 0 0 1 1 0v13a.5.5 0 0 1-.5.5ZM10 8a.5.5 0 0 1-.5.5H3.707l2.147 2.146a.5.5 0 0 1-.708.708l-3-3a.5.5 0 0 1 0-.708l3-3a.5.5 0 1 1 .708.708L3.707 7.5H9.5a.5.5 0 0 1 .5.5Z'/%3E%3C/svg%3E");
}
.bi-building-add-nav-menu[b-qgg5urusxw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-building-add' viewBox='0 0 16 16'%3E%3Cpath d='M12.5 16a3.5 3.5 0 1 0 0-7 3.5 3.5 0 0 0 0 7m.5-5v1h1a.5.5 0 0 1 0 1h-1v1a.5.5 0 0 1-1 0v-1h-1a.5.5 0 0 1 0-1h1v-1a.5.5 0 0 1 1 0M2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v6.5a.5.5 0 0 1-1 0V1H3v14h3v-2.5a.5.5 0 0 1 .5-.5H8v4H3a1 1 0 0 1-1-1zM4.5 2a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm-6 3a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm3 0a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5z'/%3E%3C/svg%3E");
}
.bi-building-nav-menu[b-qgg5urusxw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-building-add' viewBox='0 0 16 16'%3E%3Cpath d='M4 2.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3 0a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM4 5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM7.5 5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM4.5 8a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zm2.5.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zm3.5-.5a.5.5 0 0 0-.5.5v1a.5.5 0 0 0 .5.5h1a.5.5 0 0 0 .5-.5v-1a.5.5 0 0 0-.5-.5zM2 1a1 1 0 0 1 1-1h10a1 1 0 0 1 1 1v14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1zm11 0H3v14h3v-2.5a.5.5 0 0 1 .5-.5h3a.5.5 0 0 1 .5.5V15h3z'/%3E%3C/svg%3E");
}
.bi-calendar-event-nav-menu[b-qgg5urusxw] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-calendar-event' viewBox='0 0 16 16'%3E%3Cpath d='M11 6.5a.5.5 0 0 1 .5-.5h1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-1a.5.5 0 0 1-.5-.5zM3.5 0a.5.5 0 0 1 .5.5V1h8V.5a.5.5 0 0 1 1 0V1h1a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2H2a2 2 0 0 1-2-2V3a2 2 0 0 1 2-2h1V.5a.5.5 0 0 1 .5-.5M1 4v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V4z'/%3E%3C/svg%3E");
}


.nav-item[b-qgg5urusxw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-qgg5urusxw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-qgg5urusxw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-qgg5urusxw]  .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-qgg5urusxw]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-qgg5urusxw]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-qgg5urusxw] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-qgg5urusxw] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-qgg5urusxw] {
        display: none;
    }

    .nav-scrollable[b-qgg5urusxw] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
.bottom-div[b-qgg5urusxw] {
    position: absolute;
    
}

/* only on mobile / small tablets */
@media (max-width: 768px) {
    /* make the scrollable nav fill the viewport minus your top bar */
    .nav-scrollable[b-qgg5urusxw] {
        position: relative;
        max-height: calc(100vh - 56px); /* tweak �56px� to match your .top-row height */
        overflow-y: auto;
    }

    /* override the fixed-bottom so that it sticks inside the scrollable area */
    .bottom-div.fixed-bottom[b-qgg5urusxw] {
        position: sticky !important;
        bottom: 0;
        width: 100%; /* ensure it fills the nav width */
        z-index: 10; /* keep it above the menu items as you scroll */
        background-color: #343a40; /* match your navbar-dark background */
    }

    /* give your nav some padding at the bottom so nothing scrolls underneath it */
    .nav-scrollable nav[b-qgg5urusxw] {
        padding-bottom: 3.5rem; /* adjust to bottom-div�s total height */
    }
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.public-page[b-xixn6cfdqw] {
    min-height: calc(100vh - 112px); /* subtract header and footer heights */
    display: flex;
    flex-direction: column;
}


.top-row.public[b-xixn6cfdqw] {
    background-image: linear-gradient( 90deg, rgb(0, 174, 239) 50%, rgb(237, 28, 36) 90% );
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1000;
    color: #fff;
}

    .top-row.public[b-xixn6cfdqw]  a, .top-row.public[b-xixn6cfdqw]  .btn-link {
        margin-left: 1rem;
        text-decoration: none;
        color: #fff;
    }

.top-row.public[b-xixn6cfdqw]  a:hover, .top-row.public[b-xixn6cfdqw]  .btn-link:hover {
    text-decoration: underline;
}

@media (max-width: 640.98px) {
    .top-row.public[b-xixn6cfdqw] {
        justify-content: space-between;
    }
    .top-row.public[b-xixn6cfdqw]  a, .top-row.public[b-xixn6cfdqw]  .btn-link {
        margin-left: 0.5rem;
    }
}

.footer[b-xixn6cfdqw] {
    background-color: #f7f7f7;
    border-top: 1px solid #d6d5d5;
    position: sticky;
    bottom: 0;
    width: 100%;
}

.hero-section[b-xixn6cfdqw] {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    height: 75vh; /* adjust as needed */
    min-height: 400px; /* never gets too short */
    background-size: cover; /* scale & crop to fill */
    background-position: center; /* keep focal point centered */
}
    /* Dark overlay to improve contrast */
    .hero-section .hero-overlay[b-xixn6cfdqw] {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
    }
/* Ensure text sits above the overlay */
.hero-content[b-xixn6cfdqw] {
    position: relative;
    z-index: 1;
    max-width: 800px;
    padding: 0 1rem;
}

    .hero-section .container[b-xixn6cfdqw] {
        z-index: 1; /* Bring text above the overlay */
    }

    .hero-section h1[b-xixn6cfdqw],
    .hero-section p[b-xixn6cfdqw] {
        color: #fff;
    }

    .hero-section .btn-lg[b-xixn6cfdqw] {
        background-color: rgba(237,28,36,0.9);
        border: none;
    }
#blazor-error-ui[b-xixn6cfdqw] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-xixn6cfdqw] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Admin/ProducerOrgManagement.razor.rz.scp.css */

.producer-org-card[b-7ygz34vlxw] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.producer-org-title[b-7ygz34vlxw] {
    font-size: 1.2rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.producer-org-desc[b-7ygz34vlxw] {
    flex-grow: 1;
    min-height: 3em;
    margin-bottom: 1rem;
    color: #555;
    /* Clamp to 3 lines with ellipsis */
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.producer-org-action[b-7ygz34vlxw] {
    margin-top: auto;
    display: flex;
    justify-content: flex-end;
}

/* /Components/Pages/EventParts/BoothChangeRequests.razor.rz.scp.css */
.req-card[b-uhqlhmfqqi] {
    background: #10141a;
    border: 1px solid #2a2f39;
    border-radius: .75rem;
}

.req-header[b-uhqlhmfqqi] {
    background: #0b0e13;
    border-bottom: 1px solid #2a2f39;
}

.chip[b-uhqlhmfqqi] {
    display: inline-block;
    padding: .2rem .5rem;
    border-radius: 1rem;
    font-size: .75rem;
    margin-right: .25rem;
}

.chip-new[b-uhqlhmfqqi] {
    background: #fff3cd;
    color: #664d03;
}

.chip-approved[b-uhqlhmfqqi] {
    background: #d1e7dd;
    color: #0f5132;
}

.chip-denied[b-uhqlhmfqqi] {
    background: #f8d7da;
    color: #842029;
}

.diff-box[b-uhqlhmfqqi] {
    border-radius: .5rem;
    padding: .35rem .5rem;
}

.diff-old[b-uhqlhmfqqi] {
    background: #1a1f2a;
    color: #adb5bd;
    border: 1px dashed #3b4252;
}

.diff-new[b-uhqlhmfqqi] {
    background: #102a17;
    color: #b7f7c1;
    border: 1px dashed #204c29;
}

.sticky-tools[b-uhqlhmfqqi] {
    position: sticky;
    top: 0;
    z-index: 2;
    background: linear-gradient(#0b0e13, #0b0e13cc);
    padding: .75rem .75rem .5rem;
    border-bottom: 1px solid #2a2f39;
}

.muted[b-uhqlhmfqqi] {
    color: #93a1b1;
}

.btn-ghost[b-uhqlhmfqqi] {
    background: transparent;
    border: 1px solid #2a2f39;
}

.table-compact td[b-uhqlhmfqqi], .table-compact th[b-uhqlhmfqqi] {
    padding: .35rem .5rem;
}

code[b-uhqlhmfqqi] {
    color: #e6edf3;
}
/* /Components/Pages/EventParts/EducationSessionManager.razor.rz.scp.css */
.session-card[b-ryyxkq3l8q] {
    transition: box-shadow 0.2s, transform 0.2s;
    border-radius: 1rem;
}

    .session-card:hover[b-ryyxkq3l8q] {
        box-shadow: 0 6px 36px 0 rgba(0, 0, 0, 0.10);
        transform: translateY(-2px) scale(1.01);
    }
/* /Components/Pages/EventParts/EducationSessionScheduler.razor.rz.scp.css */

.scheduler-container[b-jkm0j17s6c] {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
}

.scheduler-header[b-jkm0j17s6c] {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
    margin: 0;
    padding: 15px 0;
}

.time-column-header[b-jkm0j17s6c] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dee2e6;
    padding: 0 15px;
}

.location-column[b-jkm0j17s6c] {
    border-right: 1px solid #dee2e6;
    padding: 0 10px;
}

    .location-column:last-child[b-jkm0j17s6c] {
        border-right: none;
    }

.location-header[b-jkm0j17s6c] {
    min-height: 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.time-slot-row[b-jkm0j17s6c] {
    border-bottom: 1px solid #e9ecef;
    margin: 0;
    min-height: 80px;
}

    .time-slot-row:last-child[b-jkm0j17s6c] {
        border-bottom: none;
    }

.time-column[b-jkm0j17s6c] {
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #dee2e6;
    padding: 10px 15px;
    background-color: #f8f9fa;
}

.time-label[b-jkm0j17s6c] {
    text-align: center;
}

.drop-zone[b-jkm0j17s6c] {
    min-height: 80px;
    padding: 5px;
    border-right: 1px solid #dee2e6;
    transition: background-color 0.2s;
}

    .drop-zone:last-child[b-jkm0j17s6c] {
        border-right: none;
    }

    .drop-zone.drag-over[b-jkm0j17s6c] {
        background-color: #e3f2fd;
        border: 2px dashed #2196f3;
    }

.session-card[b-jkm0j17s6c] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 6px;
    padding: 8px 12px;
    color: white;
    cursor: move;
    transition: all 0.2s;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

    .session-card:hover[b-jkm0j17s6c] {
        transform: translateY(-2px);
        box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }

    .session-card.dragging[b-jkm0j17s6c] {
        opacity: 0.5;
        transform: rotate(5deg);
    }

.session-content[b-jkm0j17s6c] {
    flex: 1;
}

.session-title[b-jkm0j17s6c] {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 1.2;
}

.session-time[b-jkm0j17s6c] {
    font-size: 0.75rem;
    opacity: 0.9;
    display: block;
    margin-bottom: 6px;
}

.session-signups[b-jkm0j17s6c] {
    font-size: 0.75rem;
    opacity: 0.9;
    margin-bottom: 6px;
}

.session-badges[b-jkm0j17s6c] {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
}

    .session-badges .badge[b-jkm0j17s6c] {
        font-size: 0.65rem;
        padding: 2px 6px;
    }

.draggable[b-jkm0j17s6c] {
    cursor: grab;
}

    .draggable:active[b-jkm0j17s6c] {
        cursor: grabbing;
    }

@media (max-width: 768px) {
    .scheduler-container[b-jkm0j17s6c] {
        overflow-x: auto;
    }

    .time-column-header[b-jkm0j17s6c],
    .time-column[b-jkm0j17s6c] {
        min-width: 80px;
    }

    .location-column[b-jkm0j17s6c] {
        min-width: 200px;
    }
}


/* /Components/Pages/EventParts/EventQuestionsModal.razor.rz.scp.css */

.modal[b-8zdiopci2u] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999 !important;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.5);
}

.modal-dialog[b-8zdiopci2u] {
    width: 600px;
    max-width: 90%;
    margin: auto;
}

.modal-content[b-8zdiopci2u] {
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    overflow: hidden;
}

.modal-header[b-8zdiopci2u],
.modal-body[b-8zdiopci2u],
.modal-footer[b-8zdiopci2u] {
    padding: 1rem;
}

.modal-header[b-8zdiopci2u] {
    border-bottom: 1px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.modal-footer[b-8zdiopci2u] {
    border-top: 1px solid #dee2e6;
    display: flex;
    justify-content: flex-end;
}

.modal-backdrop[b-8zdiopci2u] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 900 !important;
}
.move-option[b-8zdiopci2u] {
    transition: transform 0.3s ease;
}


.rz-dialog[b-8zdiopci2u] {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1060 !important;
}


/* /Components/Pages/EventParts/Exhibitor-Booth-Print.razor.rz.scp.css */

/* Screen & Print Layout */
.booth-sheet[b-wnnoldu1va] {
    border: 1px solid #e3e3e3;
    border-radius: .5rem;
    padding: 18px 18px 22px;
    margin-bottom: 24px;
    background: #fff;
    break-inside: avoid;
    page-break-inside: avoid;
}

/* One booth per printed page */
@media print {
    .no-print[b-wnnoldu1va] {
        display: none !important;
    }

    .booth-sheet[b-wnnoldu1va] {
        page-break-after: always;
        border: none;
        margin: 0 0 0 0;
        padding: 8px 0 16px 0;
    }

    body[b-wnnoldu1va] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/* Header */
.booth-header[b-wnnoldu1va] {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 16px;
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
    margin-bottom: 14px;
}

.booth-title .event[b-wnnoldu1va] {
    font-size: .9rem;
    line-height: 1rem;
    color: #444;
}

.booth-title .org[b-wnnoldu1va] {
    font-size: 1.6rem;
    margin: 2px 0 0 0;
}

.booth-number[b-wnnoldu1va] {
    text-align: right;
}

    .booth-number .label[b-wnnoldu1va] {
        font-size: .75rem;
        letter-spacing: .08em;
        text-transform: uppercase;
        color: #444;
    }

    .booth-number .value[b-wnnoldu1va] {
        font-size: 2rem;
        font-weight: 800;
        margin-top: -2px;
    }

/* Ticket links (print-friendly; shows raw URLs) */
.ticket-links[b-wnnoldu1va] {
    border: 1px solid #d9d9d9;
    border-radius: .35rem;
    padding: 10px 12px;
    margin-bottom: 12px;
}

.ticket-label[b-wnnoldu1va] {
    font-weight: 700;
    margin-bottom: 6px;
}

.ticket-links ul[b-wnnoldu1va] {
    padding-left: 18px;
    margin: 0;
}

.ticket-links li[b-wnnoldu1va] {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
    word-break: break-all;
}

/* Details grid */
.section-heading[b-wnnoldu1va] {
    font-size: 1.05rem;
    font-weight: 700;
    margin: 12px 0 8px;
    border-bottom: 1px solid #000;
}

.details-grid[b-wnnoldu1va] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 14px;
    row-gap: 8px;
}

.detail[b-wnnoldu1va] {
    border: 1px solid #d9d9d9;
    border-radius: .35rem;
    padding: 8px 10px;
}

    .detail .name[b-wnnoldu1va] {
        font-size: .8rem;
        color: #444;
        margin-bottom: 2px;
    }

    .detail .value[b-wnnoldu1va] {
        font-weight: 800;
        font-size: 1.5rem;
        word-break: break-word;
    }

/* Narrow print/screen */
@media (max-width: 768px), print {
    .details-grid[b-wnnoldu1va] {
        grid-template-columns: 1fr;
    }
}


/* /Components/Pages/EventParts/ParticipatingOrganizationCard.razor.rz.scp.css */
.loading-overlay[b-7rhbbomksr] {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(2px);
    border-radius: 0.375rem;
}

.loading-spinner[b-7rhbbomksr] {
    animation: pulse-b-7rhbbomksr 2s infinite;
}

@keyframes pulse-b-7rhbbomksr {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.7;
    }
}

/* Skeleton loading animations */
.placeholder[b-7rhbbomksr] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: loading-b-7rhbbomksr 1.5s infinite;
}

@keyframes loading-b-7rhbbomksr {
    0% {
        background-position: 200% 0;
    }

    100% {
        background-position: -200% 0;
    }
}
/* /Components/Pages/MakerProfileParts/FullDescription.razor.rz.scp.css */
.rz-dialog[b-n3rr4kw0lo] {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1060 !important;
}

.modal[b-n3rr4kw0lo] {
    z-index: 999 !important;
}
/* /Components/Pages/MakerProfileParts/ShortDescription.razor.rz.scp.css */
.rz-dialog[b-nq9qg9rqsz] {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1060 !important;
}

.modal[b-nq9qg9rqsz] {
    z-index: 999 !important;
}
/* /Components/Pages/ManageEvent.razor.rz.scp.css */
/* in your site stylesheet, or inside a <style> in _Host.cshtml/_Layout */
@media (max-width: 767.98px) {
    .card-header .btn-group[b-e5oow92jd2] {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch;
    }

        .card-header .btn-group .btn[b-e5oow92jd2] {
            width: 100%;
            margin-bottom: 0.5rem;
        }
}

.dropdown-item-text[b-e5oow92jd2] {
    padding: 0.25rem 1rem;
}

.dropdown-item-text:hover[b-e5oow92jd2] {
    background-color: var(--bs-gray-100);
}

.dropdown-menu[b-e5oow92jd2] {
    min-width: 250px;
}

.badge .btn-close[b-e5oow92jd2] {
    --bs-btn-close-width: 0.5em;
    --bs-btn-close-height: 0.5em;
}

/* Custom styles for mobile dropdown */
.dropdown-item.active[b-e5oow92jd2] {
    background-color: #0d6efd;
    color: white;
}

    .dropdown-item.active .badge[b-e5oow92jd2] {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

/* Ensure dropdown button looks good on mobile */
@media (max-width: 767.98px) {
    .dropdown-toggle[b-e5oow92jd2] {
        padding: 0.75rem 1rem;
        font-size: 1rem;
    }

    .dropdown-menu[b-e5oow92jd2] {
        border-radius: 0.375rem;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

    .dropdown-item[b-e5oow92jd2] {
        padding: 0.75rem 1rem;
    }
}

.input-group .btn[b-e5oow92jd2] {
    border-left: 0;
}

.form-control:focus[b-e5oow92jd2] {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    border-color: #86b7fe;
}

.input-group-text[b-e5oow92jd2] {
    background-color: #f8f9fa;
    border-color: #ced4da;
}
/* /Components/Pages/Organizations.razor.rz.scp.css */
.create-org-card[b-gj5z5mldji] {
    border: 1px solid #dee2e6;
    background-color: #ffffff;
    transition: background-color 0.2s, border-color 0.2s;
}

    .create-org-card:hover[b-gj5z5mldji] {
        background-color: #f1f3f5;
        border-color: #adb5bd;
    }

    .create-org-card .card-body[b-gj5z5mldji] {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        height: 100%;
        cursor: pointer;
    }

    .create-org-card .plus-icon[b-gj5z5mldji] {
        font-size: 3rem;
        color: #6c757d;
    }

    .create-org-card .label[b-gj5z5mldji] {
        margin-top: 0.5rem;
        font-weight: 600;
        color: #495057;
    }
/* /Components/Pages/OrgProjects.razor.rz.scp.css */
.rz-dialog[b-3lov6w2fqz] {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 1060 !important; 
}
.modal[b-3lov6w2fqz] {
    z-index: 999 !important;
}
/* /Components/Pages/Producer.razor.rz.scp.css */
/* shrink & fade past events */
.past-events .card[b-0evfq9c3d1] {
    transform: scale(0.9);
    opacity: 0.7;
    transition: transform 0.2s, opacity 0.2s;
}

    /* make space in header for status badge */
    .active-events .card .card-header[b-0evfq9c3d1],
    .past-events .card .card-header[b-0evfq9c3d1] {
        position: relative;
    }

        /* Active badge */
        .active-events .card .card-header[b-0evfq9c3d1]::after {
            content: "Active";
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            background-color: #198754;
            color: #fff;
            padding: 0.2rem 0.5rem;
            font-size: 0.75rem;
            border-radius: 0.25rem;
        }

        /* Past badge */
        .past-events .card .card-header[b-0evfq9c3d1]::after {
            content: "Past";
            position: absolute;
            top: 0.5rem;
            right: 0.5rem;
            background-color: #ccc;
            color: #fff;
            padding: 0.2rem 0.5rem;
            font-size: 0.75rem;
            border-radius: 0.25rem;
        }
/* Hide the checkbox by default */
#producerMenuToggle[b-0evfq9c3d1] {
    display: none;
}

/* Style for when the menu is collapsed on smaller screens */
@media (max-width: 991.98px) { /* Bootstrap's medium breakpoint */
    .navbar-collapse[b-0evfq9c3d1] {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: rgba(248, 249, 250, 0.95); /* Light background with some transparency */
        z-index: 1000; /* Ensure it's above other content */
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }

        .navbar-collapse.show[b-0evfq9c3d1] {
            display: block !important; /* Override the default none */
        }

    .nav-scrollable[b-0evfq9c3d1] {
        overflow-y: auto; /* If your menu has many items */
        max-height: 80vh; /* Adjust as needed */
    }
}

/* Style for the label (hamburger icon) on smaller screens */
@media (max-width: 991.98px) {
    .navbar-toggler-icon[b-0evfq9c3d1] {
        display: inline-block; /* Make it visible */
    }
}

/* Hide the default Bootstrap toggler icon */
/*.navbar-toggler[data-bs-toggle="collapse"] {
    display: none;
}*/
/* /Components/Pages/Public/Maker.razor.rz.scp.css */
.public-profile-outer[b-e1hubk4h6o] {
    max-width: 1650px;
    margin: 0 auto;
    padding: 0;
}
.public-profile-header[b-e1hubk4h6o] {
    background: #fff;
    width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    padding: 0; /* We'll control inner padding below */
    border-bottom: 2px solid #e5e9ef; /* subtle divider, optional */
}

.public-profile-header-inner[b-e1hubk4h6o] {
    max-width: 90%; /* or your preferred width—match your site cards */
    margin: 0 auto;
    padding: 44px 0px 36px 0px; /* a bit wider */
    display: flex;
    gap: 48px; /* wider gap for logo vs. info */
    align-items: center;
    box-sizing: border-box;
}

@media (max-width: 900px) {
    .public-profile-header-inner[b-e1hubk4h6o] {
        flex-direction: column;
        align-items: flex-start;
        gap: 18px;
        padding: 32px 12px 24px 12px;
    }
}



.public-profile-header-card[b-e1hubk4h6o] {
    background: #fff; /* Use solid white for max contrast */
    border-radius: 22px;
    box-shadow: 0 6px 32px rgba(20,25,50,0.10);
    padding: 36px 38px;
    display: flex;
    gap: 36px;
    align-items: center;
    margin-bottom: 34px;
    border: 1.5px solid #e5e9ef;
}

.public-profile-image[b-e1hubk4h6o] {
    width: 185px;
    height: 185px;
    object-fit: cover;
    border-radius: 16px;
    box-shadow: 0 3px 18px rgba(0,0,0,0.13);
    background: #fafcff;
    border: 2px solid #30aadd;
}

.public-profile-main[b-e1hubk4h6o] {
    flex: 1;
    min-width: 200px;
}

    .public-profile-main h1[b-e1hubk4h6o] {
        color: #184674;
        font-size: 2.5rem;
        margin-bottom: 8px;
    }

    .public-profile-main .mb-2[b-e1hubk4h6o] {
        color: #406080;
        font-weight: 500;
    }

.public-profile-links[b-e1hubk4h6o] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 12px;
}

    .public-profile-links a[b-e1hubk4h6o] {
        display: inline-flex;
        align-items: center;
        gap: 7px;
        background: #f5f9fc;
        color: #205c7a;
        border-radius: 5px;
        padding: 8px 15px;
        text-decoration: none;
        font-size: 1.08rem;
        border: 1px solid #e5e9ef;
        box-shadow: 0 1px 3px rgba(50,120,180,0.07);
        transition: background 0.2s, color 0.2s;
    }

        .public-profile-links a:hover[b-e1hubk4h6o] {
            background: #e8f3ff;
            color: #003e5d;
            border-color: #30aadd;
        }

.public-profile-section[b-e1hubk4h6o] {
    background: rgba(255,255,255,0.96);
    border-radius: 18px;
    box-shadow: 0 4px 16px rgba(60,70,100,0.08);
    margin-top: 40px;
    padding: 32px 34px 22px 34px;
    border: 1.2px solid #e5e9ef;
}

    .public-profile-section h2[b-e1hubk4h6o] {
        font-family: 'Montserrat', sans-serif;
        font-size: 2rem;
        color: #176ca7;
        margin-bottom: 16px;
        border-bottom: 3px solid #ed1c24;
        padding-bottom: 7px;
    }

    .public-profile-section > div[b-e1hubk4h6o] {
        font-size: 1.11rem;
        color: #222b36;
        font-weight: 400;
        line-height: 1.7;
    }

.public-projects-grid[b-e1hubk4h6o] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 26px;
    margin-top: 10px;
}

.public-project-card[b-e1hubk4h6o] {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 3px 12px rgba(120,130,180,0.10);
    border: 1.2px solid #dde6ee;
    padding: 19px 15px 18px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    transition: transform 0.15s, box-shadow 0.15s;
}

    .public-project-card:hover[b-e1hubk4h6o] {
        transform: translateY(-2px) scale(1.01);
        box-shadow: 0 8px 26px rgba(60,120,200,0.12);
        border-color: #30aadd;
    }

    .public-project-card img[b-e1hubk4h6o] {
        max-width: 100%;
        max-height: 170px;
        border-radius: 7px;
        margin-bottom: 13px;
        background: #f2f7fa;
    }

    .public-project-card h5[b-e1hubk4h6o] {
        margin-bottom: 7px;
        font-size: 1.13rem;
        color: #1560b0;
    }

    .public-project-card p[b-e1hubk4h6o] {
        font-size: 1.01rem;
        color: #353d4d;
        margin-bottom: 0;
    }
.project-modal-overlay[b-e1hubk4h6o] {
    position: fixed;
    z-index: 2000;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(30,40,60,0.80);
    display: flex;
    justify-content: center;
    align-items: center;
    animation: fadeInModal-b-e1hubk4h6o 0.18s;
}

@keyframes fadeInModal-b-e1hubk4h6o {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.project-modal-content[b-e1hubk4h6o] {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 12px 44px rgba(10,22,50,0.18);
    padding: 34px 32px 28px 32px;
    max-width: 570px;
    width: 96vw;
    max-height: 92vh;
    overflow-y: auto;
    position: relative;
    text-align: left;
}

.close-modal-btn[b-e1hubk4h6o] {
    position: absolute;
    top: 15px;
    right: 18px;
    background: #ed1c24;
    border: none;
    color: #fff;
    font-size: 1.7rem;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    cursor: pointer;
    line-height: 1;
    box-shadow: 0 1px 4px rgba(100,0,0,0.12);
    transition: background 0.18s;
}

    .close-modal-btn:hover[b-e1hubk4h6o] {
        background: #c71b22;
    }

.project-modal-carousel[b-e1hubk4h6o] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0 4px 0;
}

.carousel-arrow[b-e1hubk4h6o] {
    background: rgba(30,40,60,0.07);
    border: none;
    color: #0a3d62;
    font-size: 2.1rem;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0 12px;
    transition: background 0.16s, color 0.16s;
}

    .carousel-arrow:hover[b-e1hubk4h6o] {
        background: #30aadd;
        color: #fff;
    }

    .carousel-arrow.left[b-e1hubk4h6o] {
        order: 1;
    }

    .carousel-arrow.right[b-e1hubk4h6o] {
        order: 3;
    }

.carousel-indicator[b-e1hubk4h6o] {
    font-size: 1rem;
    color: #888;
}
.public-profile-header-actions[b-e1hubk4h6o] {
    display: flex;
    gap: 18px;
    margin-top: 6px;
}

    .public-profile-header-actions .btn[b-e1hubk4h6o] {
        font-size: 1.09rem;
        font-weight: 500;
        padding: 7px 22px;
        border-radius: 6px;
    }
/* /Components/Pages/Public/PublicHome.razor.rz.scp.css */

.intro h2[b-huabo9076b] {
    font-size: 2.5rem;
    font-weight: 600;
    color: #0a3d62;
}

.intro .lead[b-huabo9076b] {
    font-size: 1.25rem;
    font-weight: 300;
}

.intro p.text-muted[b-huabo9076b] {
    font-size: 1rem;
}

.intro .btn-lg[b-huabo9076b] {
    padding: 0.75rem 1.5rem;
    font-size: 1.125rem;
}
.pricing-section h2[b-huabo9076b] {
    font-size: 2rem;
    margin-bottom: 1.5rem;
    color: #0a3d62;
}

.pricing-card-title[b-huabo9076b] {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
}

.card-header[b-huabo9076b] {
    background-color: #f7f7f7;
}

.list-unstyled li[b-huabo9076b] {
    padding: 0.25rem 0;
}

.btn-block[b-huabo9076b] {
    width: 100%;
}
/* A muted teal that complements the blue without competing */
.steps-section[b-huabo9076b] {
    background-color: #e6f7f5; /* very light teal */
}

/* A soft terracotta that echoes the red but with an earthy tone */
.producers-section[b-huabo9076b] {
    background-color: #fbeae5; /* pale terracotta */
}

/* Custom animation for hero text */
@keyframes fadeIn-b-huabo9076b {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.animate-fade-in[b-huabo9076b] {
    animation: fadeIn-b-huabo9076b 1s ease-out;
}
