@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/Auth/Login.razor.rz.scp.css */
.login-container[b-xdqwti0107] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 80vh;
    padding: 1rem;
}

.login-card[b-xdqwti0107] {
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding: 2rem;
    width: 100%;
    max-width: 400px;
}

:global(.dark) .login-card[b-xdqwti0107] {
    background: rgb(38 38 38);
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.login-card h2[b-xdqwti0107] {
    margin: 0 0 0.25rem;
    text-align: center;
    color: rgb(23 23 23);
}

:global(.dark) .login-card h2[b-xdqwti0107] {
    color: rgb(245 245 245);
}

.login-subtitle[b-xdqwti0107] {
    text-align: center;
    color: rgb(115 115 115);
    margin-bottom: 1.5rem;
}

:global(.dark) .login-subtitle[b-xdqwti0107] {
    color: rgb(163 163 163);
}

.login-options[b-xdqwti0107] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.btn-google[b-xdqwti0107] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid #dadce0;
    color: #3c4043;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
}

:global(.dark) .btn-google[b-xdqwti0107] {
    background: rgb(64 64 64);
    border-color: rgb(82 82 82);
    color: rgb(229 229 229);
}

.btn-google:hover:not(:disabled)[b-xdqwti0107] {
    background: #f8f9fa;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

:global(.dark) .btn-google:hover:not(:disabled)[b-xdqwti0107] {
    background: rgb(82 82 82);
}

.btn-google:disabled[b-xdqwti0107] {
    opacity: 0.6;
    cursor: not-allowed;
}

.google-icon[b-xdqwti0107] {
    flex-shrink: 0;
}

.btn-microsoft[b-xdqwti0107] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    background: #fff;
    border: 1px solid #dadce0;
    color: #3c4043;
    padding: 0.75rem 1rem;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s, box-shadow 0.2s;
}

:global(.dark) .btn-microsoft[b-xdqwti0107] {
    background: rgb(64 64 64);
    border-color: rgb(82 82 82);
    color: rgb(229 229 229);
}

.btn-microsoft:hover:not(:disabled)[b-xdqwti0107] {
    background: #f8f9fa;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

:global(.dark) .btn-microsoft:hover:not(:disabled)[b-xdqwti0107] {
    background: rgb(82 82 82);
}

.btn-microsoft:disabled[b-xdqwti0107] {
    opacity: 0.6;
    cursor: not-allowed;
}

.microsoft-icon[b-xdqwti0107] {
    flex-shrink: 0;
}

.divider[b-xdqwti0107] {
    display: flex;
    align-items: center;
    text-align: center;
    color: rgb(115 115 115);
}

:global(.dark) .divider[b-xdqwti0107] {
    color: rgb(163 163 163);
}

.divider[b-xdqwti0107]::before,
.divider[b-xdqwti0107]::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid rgb(229 229 229);
}

:global(.dark) .divider[b-xdqwti0107]::before,
:global(.dark) .divider[b-xdqwti0107]::after {
    border-color: rgb(64 64 64);
}

.divider span[b-xdqwti0107] {
    padding: 0 0.75rem;
    font-size: 0.875rem;
}

.email-form[b-xdqwti0107] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.email-form .form-control[b-xdqwti0107] {
    padding: 0.75rem;
    border: 1px solid rgb(212 212 212);
    border-radius: 4px;
    background: white;
    color: rgb(23 23 23);
}

:global(.dark) .email-form .form-control[b-xdqwti0107] {
    background: rgb(64 64 64);
    border-color: rgb(82 82 82);
    color: rgb(245 245 245);
}

.email-form .form-control[b-xdqwti0107]::placeholder {
    color: rgb(163 163 163);
}

.email-form .form-control:focus[b-xdqwti0107] {
    outline: none;
    border-color: rgb(59 130 246);
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.2);
}

.email-form .btn-primary[b-xdqwti0107] {
    padding: 0.75rem;
    background: rgb(59 130 246);
    color: white;
    border: none;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.2s;
}

.email-form .btn-primary:hover:not(:disabled)[b-xdqwti0107] {
    background: rgb(37 99 235);
}

.email-form .btn-primary:disabled[b-xdqwti0107] {
    background: rgb(147 197 253);
    cursor: not-allowed;
}

.alert[b-xdqwti0107] {
    padding: 0.75rem 1rem;
    border-radius: 4px;
    margin-bottom: 1rem;
}

.alert-danger[b-xdqwti0107] {
    background: rgb(254 226 226);
    border: 1px solid rgb(252 165 165);
    color: rgb(153 27 27);
}

:global(.dark) .alert-danger[b-xdqwti0107] {
    background: rgba(153, 27, 27, 0.2);
    border-color: rgb(153 27 27);
    color: rgb(252 165 165);
}

.spinner-border[b-xdqwti0107] {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: 2px solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border-b-xdqwti0107 0.75s linear infinite;
}

.spinner-border-sm[b-xdqwti0107] {
    width: 0.875rem;
    height: 0.875rem;
    border-width: 1.5px;
}

@keyframes spinner-border-b-xdqwti0107 {
    to {
        transform: rotate(360deg);
    }
}
/* /Components/Auth/UserMenu.razor.rz.scp.css */
.user-menu[b-ae8gx99jmw] {
    position: relative;
    z-index: 50;
}

.user-info[b-ae8gx99jmw] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    cursor: pointer;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    border: none;
    background: transparent;
    font: inherit;
}

.user-info:hover[b-ae8gx99jmw] {
    background: rgba(0,0,0,0.05);
}

:global(.dark) .user-info:hover[b-ae8gx99jmw] {
    background: rgba(255,255,255,0.05);
}

.user-info:focus[b-ae8gx99jmw] {
    outline: none;
    box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.5);
}

.user-avatar[b-ae8gx99jmw] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgb(59 130 246);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 0.875rem;
}

.user-name[b-ae8gx99jmw] {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: rgb(64 64 64);
}

:global(.dark) .user-name[b-ae8gx99jmw] {
    color: rgb(229 229 229);
}

.dropdown-arrow[b-ae8gx99jmw] {
    font-size: 0.625rem;
    opacity: 0.6;
    color: rgb(115 115 115);
}

:global(.dark) .dropdown-arrow[b-ae8gx99jmw] {
    color: rgb(163 163 163);
}

.dropdown-menu[b-ae8gx99jmw] {
    position: absolute;
    top: 100%;
    right: 0;
    min-width: 200px;
    background: white;
    border: 1px solid rgb(229 229 229);
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 0.5rem 0;
    margin-top: 0.25rem;
}

:global(.dark) .dropdown-menu[b-ae8gx99jmw] {
    background: rgb(38 38 38);
    border-color: rgb(64 64 64);
    box-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.dropdown-header[b-ae8gx99jmw] {
    padding: 0.5rem 1rem;
    color: rgb(38 38 38);
}

:global(.dark) .dropdown-header[b-ae8gx99jmw] {
    color: rgb(245 245 245);
}

.dropdown-header .text-muted[b-ae8gx99jmw] {
    color: rgb(115 115 115);
    font-size: 0.75rem;
}

:global(.dark) .dropdown-header .text-muted[b-ae8gx99jmw] {
    color: rgb(163 163 163);
}

.dropdown-divider[b-ae8gx99jmw] {
    margin: 0.5rem 0;
    border: none;
    border-top: 1px solid rgb(229 229 229);
}

:global(.dark) .dropdown-divider[b-ae8gx99jmw] {
    border-color: rgb(64 64 64);
}

.dropdown-item[b-ae8gx99jmw] {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    border: none;
    background: none;
    text-align: left;
    cursor: pointer;
    color: rgb(64 64 64);
    font-size: 0.875rem;
}

:global(.dark) .dropdown-item[b-ae8gx99jmw] {
    color: rgb(229 229 229);
}

.dropdown-item:hover[b-ae8gx99jmw] {
    background: rgb(245 245 245);
}

:global(.dark) .dropdown-item:hover[b-ae8gx99jmw] {
    background: rgb(64 64 64);
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-71yoxtqt1d] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-71yoxtqt1d] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-71yoxtqt1d] {
    font-size: 1.1rem;
    display: flex;
    align-items: center;
}

.navbar-logo[b-71yoxtqt1d] {
    height: 32px;
    width: auto;
    filter: invert(1) brightness(2);
}

.bi[b-71yoxtqt1d] {
    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-71yoxtqt1d] {
    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-71yoxtqt1d] {
    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-71yoxtqt1d] {
    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-71yoxtqt1d] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-71yoxtqt1d] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-71yoxtqt1d] {
        padding-bottom: 1rem;
    }

    .nav-item[b-71yoxtqt1d]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-71yoxtqt1d]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-71yoxtqt1d]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-71yoxtqt1d] {
        display: none;
    }

    .collapse[b-71yoxtqt1d] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-71yoxtqt1d] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
