/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-a0xf2mew23] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-a0xf2mew23] {
    flex: 1;
}

.sidebar[b-a0xf2mew23] {
}

.sidebar-production[b-a0xf2mew23] {
    background-image: linear-gradient(180deg, #0d47a1 0%, #1565c0 50%, #1976d2 100%);
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-a0xf2mew23] {
    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-a0xf2mew23] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-s4pi4dyy2h] {
    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-s4pi4dyy2h] {
    background-color: rgba(255, 255, 255, 0.5);
}

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

.navbar-brand[b-s4pi4dyy2h] {
    font-size: 1.1rem;
}

.bi[b-s4pi4dyy2h] {
    font-size: 1.1rem;
    margin-right: 0.75rem;
    vertical-align: middle;
}

.nav-item[b-s4pi4dyy2h] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-s4pi4dyy2h] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-s4pi4dyy2h] {
        padding-bottom: 1rem;
    }

    .nav-item[b-s4pi4dyy2h]  .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-s4pi4dyy2h]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

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

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

.navbar-toggler:checked ~ .nav-scrollable[b-s4pi4dyy2h] {
    display: block;
}

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

    .nav-scrollable[b-s4pi4dyy2h] {
        /* 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-lghktq5vvi],
.components-reconnect-repeated-attempt-visible[b-lghktq5vvi],
.components-reconnect-failed-visible[b-lghktq5vvi],
.components-pause-visible[b-lghktq5vvi],
.components-resume-failed-visible[b-lghktq5vvi],
.components-rejoining-animation[b-lghktq5vvi] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lghktq5vvi],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lghktq5vvi],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lghktq5vvi],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lghktq5vvi],
#components-reconnect-modal.components-reconnect-retrying[b-lghktq5vvi],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lghktq5vvi],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lghktq5vvi],
#components-reconnect-modal.components-reconnect-failed[b-lghktq5vvi],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lghktq5vvi] {
    display: block;
}


#components-reconnect-modal[b-lghktq5vvi] {
    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-lghktq5vvi 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lghktq5vvi 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lghktq5vvi 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lghktq5vvi]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lghktq5vvi 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lghktq5vvi {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lghktq5vvi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lghktq5vvi {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lghktq5vvi] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lghktq5vvi] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lghktq5vvi] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lghktq5vvi] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lghktq5vvi] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lghktq5vvi] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lghktq5vvi] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lghktq5vvi 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lghktq5vvi] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lghktq5vvi {
    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/Issues/Detail.razor.rz.scp.css */
.issue-detail-page[b-uekm1hcd7h] {
    max-width: 1100px;
}

.issue-conversation-shell[b-uekm1hcd7h] {
    border: 1px solid #dbe5ef;
    border-radius: 14px;
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
    padding: 0.95rem;
}

.issue-conversation-toolbar[b-uekm1hcd7h] {
    display: flex;
    gap: 1rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 0.85rem;
}

.issue-conversation-copy[b-uekm1hcd7h] {
    max-width: 68ch;
}

.issue-assignee-picker[b-uekm1hcd7h] {
    width: 220px;
    max-width: 100%;
}

.issue-conversation-thread[b-uekm1hcd7h] {
    max-height: 58vh;
    overflow-y: auto;
    padding: 0.2rem 0;
}

.issue-timeline-item[b-uekm1hcd7h] {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 0.7rem;
    margin-bottom: 0.85rem;
    position: relative;
}

.issue-timeline-item:last-child[b-uekm1hcd7h] {
    margin-bottom: 0;
}

.issue-timeline-item[b-uekm1hcd7h]::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 34px;
    bottom: -14px;
    width: 2px;
    background: #dbeafe;
}

.issue-timeline-item:last-child[b-uekm1hcd7h]::before {
    display: none;
}

.issue-timeline-marker[b-uekm1hcd7h] {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 2px solid #bfdbfe;
    background: #dbeafe;
    color: #1d4ed8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.05rem;
    font-weight: 600;
}

.issue-timeline-avatar[b-uekm1hcd7h] {
    background: #1e293b;
    color: #fff;
    border-color: #1e293b;
    font-size: 0.85rem;
}

.issue-timeline-card[b-uekm1hcd7h] {
    border: 1px solid #dbe5ef;
    border-radius: 12px;
    background: #fff;
    padding: 0.75rem 0.85rem;
    box-shadow: 0 4px 16px rgba(30, 41, 59, 0.08);
}

.issue-timeline-header[b-uekm1hcd7h] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.issue-empty-thread[b-uekm1hcd7h] {
    text-align: center;
    color: #64748b;
    background: rgba(255, 255, 255, 0.75);
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 1.1rem;
}

.issue-comment-content[b-uekm1hcd7h] {
    line-height: 1.5;
    word-break: break-word;
}

[b-uekm1hcd7h] .issue-comment-content code {
    background: #f1f5f9;
    border-radius: 4px;
    padding: 0.08rem 0.3rem;
    font-size: 0.85rem;
}

[b-uekm1hcd7h] .issue-comment-content a {
    color: #2563eb;
    text-decoration: none;
}

[b-uekm1hcd7h] .issue-comment-content a:hover {
    text-decoration: underline;
}

[b-uekm1hcd7h] .issue-mention {
    color: #1d4ed8;
    font-weight: 600;
    background: #dbeafe;
    border-radius: 4px;
    padding: 0 0.22rem;
}

.issue-comment-attachments[b-uekm1hcd7h] {
    margin-top: 0.75rem;
    display: grid;
    gap: 0.6rem;
}

.issue-attachment[b-uekm1hcd7h] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    padding: 0.55rem;
}

.issue-attachment-video[b-uekm1hcd7h],
.issue-attachment-image[b-uekm1hcd7h] {
    width: 100%;
    max-height: 300px;
    border-radius: 8px;
    object-fit: contain;
    margin-bottom: 0.45rem;
    background: #000;
}

.issue-attachment-link[b-uekm1hcd7h] {
    color: #334155;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
}

.issue-attachment-link:hover[b-uekm1hcd7h] {
    color: #0f172a;
}

.issue-reactions[b-uekm1hcd7h] {
    margin-top: 0.65rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.issue-reaction-chip[b-uekm1hcd7h] {
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    color: #334155;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
}

.issue-reaction-chip.active[b-uekm1hcd7h] {
    border-color: #3b82f6;
    background: #dbeafe;
    color: #1d4ed8;
}

.issue-reaction-add[b-uekm1hcd7h] {
    border-radius: 999px;
    border: 1px dashed #cbd5e1;
    background: #fff;
    min-width: 2rem;
}

.issue-edited-badge[b-uekm1hcd7h] {
    font-size: 0.7rem;
    font-weight: 500;
}

.issue-composer[b-uekm1hcd7h] {
    margin-top: 0.95rem;
    border: 1px solid #dbe5ef;
    border-radius: 12px;
    background: #fff;
    padding: 0.85rem;
}

.issue-composer-input[b-uekm1hcd7h] {
    min-height: 96px;
}

.issue-mention-list[b-uekm1hcd7h] {
    margin-top: 0.55rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.issue-composer-upload[b-uekm1hcd7h] {
    margin-top: 0.65rem;
}

.issue-selected-files[b-uekm1hcd7h] {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.issue-composer-actions[b-uekm1hcd7h] {
    margin-top: 0.75rem;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
}

@media (max-width: 767.98px) {
    .issue-conversation-toolbar[b-uekm1hcd7h] {
        flex-direction: column;
        align-items: stretch;
    }

    .issue-assignee-picker[b-uekm1hcd7h] {
        width: 100%;
    }

    .issue-conversation-thread[b-uekm1hcd7h] {
        max-height: 48vh;
    }

    .issue-composer-actions[b-uekm1hcd7h] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/Issues/Index.razor.rz.scp.css */
.issue-conversation-backdrop[b-6ht7lks71n] {
    background: rgba(17, 24, 39, 0.55);
}

.issue-conversation-dialog[b-6ht7lks71n] {
    max-width: 1050px;
}

.issue-conversation-content[b-6ht7lks71n] {
    border: 0;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.28);
}

.issue-conversation-header[b-6ht7lks71n] {
    border-bottom: 1px solid #e5e7eb;
    background: #f8fafc;
}

.issue-conversation-body[b-6ht7lks71n] {
    background: linear-gradient(180deg, #f8fafc 0%, #eef2ff 100%);
    padding: 1rem;
}

.issue-conversation-toolbar[b-6ht7lks71n] {
    display: flex;
    gap: 1rem;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 0.85rem;
}

.issue-conversation-copy[b-6ht7lks71n] {
    max-width: 68ch;
}

.issue-assignee-picker[b-6ht7lks71n] {
    width: 220px;
    max-width: 100%;
}

.issue-conversation-thread[b-6ht7lks71n] {
    max-height: 430px;
    overflow-y: auto;
    padding: 0.25rem 0 0.25rem 0;
}

.issue-timeline-item[b-6ht7lks71n] {
    display: grid;
    grid-template-columns: 40px minmax(0, 1fr);
    column-gap: 0.7rem;
    margin-bottom: 0.85rem;
    position: relative;
}

.issue-timeline-item:last-child[b-6ht7lks71n] {
    margin-bottom: 0;
}

.issue-timeline-item[b-6ht7lks71n]::before {
    content: "";
    position: absolute;
    left: 19px;
    top: 34px;
    bottom: -14px;
    width: 2px;
    background: #dbeafe;
}

.issue-timeline-item:last-child[b-6ht7lks71n]::before {
    display: none;
}

.issue-timeline-marker[b-6ht7lks71n] {
    width: 40px;
    height: 40px;
    border-radius: 999px;
    border: 2px solid #bfdbfe;
    background: #dbeafe;
    color: #1d4ed8;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    font-weight: 600;
}

.issue-timeline-avatar[b-6ht7lks71n] {
    background: #1e293b;
    color: #fff;
    border-color: #1e293b;
    font-size: 0.85rem;
}

.issue-timeline-card[b-6ht7lks71n] {
    border: 1px solid #dbe5ef;
    border-radius: 12px;
    background: #fff;
    padding: 0.75rem 0.85rem;
    box-shadow: 0 4px 16px rgba(30, 41, 59, 0.08);
}

.issue-timeline-header[b-6ht7lks71n] {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
    flex-wrap: wrap;
    font-size: 0.9rem;
}

.issue-empty-thread[b-6ht7lks71n] {
    text-align: center;
    color: #64748b;
    background: rgba(255, 255, 255, 0.75);
    border: 1px dashed #cbd5e1;
    border-radius: 10px;
    padding: 1.1rem;
}

.issue-comment-content[b-6ht7lks71n] {
    line-height: 1.5;
    word-break: break-word;
}

[b-6ht7lks71n] .issue-comment-content code {
    background: #f1f5f9;
    border-radius: 4px;
    padding: 0.08rem 0.3rem;
    font-size: 0.85rem;
}

[b-6ht7lks71n] .issue-mention {
    color: #1d4ed8;
    font-weight: 600;
    background: #dbeafe;
    border-radius: 4px;
    padding: 0 0.22rem;
}

.issue-comment-attachments[b-6ht7lks71n] {
    margin-top: 0.75rem;
    display: grid;
    gap: 0.6rem;
}

.issue-attachment[b-6ht7lks71n] {
    border: 1px solid #e2e8f0;
    border-radius: 10px;
    background: #f8fafc;
    padding: 0.55rem;
}

.issue-attachment-video[b-6ht7lks71n],
.issue-attachment-image[b-6ht7lks71n] {
    width: 100%;
    max-height: 280px;
    border-radius: 8px;
    object-fit: contain;
    margin-bottom: 0.45rem;
    background: #000;
}

.issue-attachment-link[b-6ht7lks71n] {
    color: #334155;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 0.9rem;
}

.issue-attachment-link:hover[b-6ht7lks71n] {
    color: #0f172a;
}

.issue-reactions[b-6ht7lks71n] {
    margin-top: 0.65rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
}

.issue-reaction-chip[b-6ht7lks71n] {
    border-radius: 999px;
    border: 1px solid #cbd5e1;
    background: #f8fafc;
    color: #334155;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.82rem;
}

.issue-reaction-chip.active[b-6ht7lks71n] {
    border-color: #3b82f6;
    background: #dbeafe;
    color: #1d4ed8;
}

.issue-reaction-add[b-6ht7lks71n] {
    border-radius: 999px;
    border: 1px dashed #cbd5e1;
    background: #fff;
    min-width: 2rem;
}

.issue-edited-badge[b-6ht7lks71n] {
    font-size: 0.7rem;
    font-weight: 500;
}

.issue-composer[b-6ht7lks71n] {
    margin-top: 0.95rem;
    border: 1px solid #dbe5ef;
    border-radius: 12px;
    background: #fff;
    padding: 0.85rem;
}

.issue-composer-input[b-6ht7lks71n] {
    min-height: 96px;
}

.issue-mention-list[b-6ht7lks71n] {
    margin-top: 0.55rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.issue-composer-upload[b-6ht7lks71n] {
    margin-top: 0.65rem;
}

.issue-selected-files[b-6ht7lks71n] {
    margin-top: 0.5rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    align-items: center;
}

.issue-composer-actions[b-6ht7lks71n] {
    margin-top: 0.75rem;
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    align-items: center;
}

@media (max-width: 767.98px) {
    .issue-conversation-dialog[b-6ht7lks71n] {
        margin: 0.4rem;
        max-width: calc(100vw - 0.8rem);
    }

    .issue-conversation-toolbar[b-6ht7lks71n] {
        flex-direction: column;
        align-items: stretch;
    }

    .issue-assignee-picker[b-6ht7lks71n] {
        width: 100%;
    }

    .issue-conversation-thread[b-6ht7lks71n] {
        max-height: 48vh;
    }

    .issue-composer-actions[b-6ht7lks71n] {
        flex-direction: column;
        align-items: stretch;
    }
}
/* /Components/Pages/MenuPlanner/Index.razor.rz.scp.css */
.menu-cell[b-rkjbtv1gr4] {
    cursor: pointer;
    transition: background-color 0.15s;
}

.menu-cell:hover[b-rkjbtv1gr4] {
    background-color: #f0f4ff;
}
/* /Components/Pages/Parent/Calendar.razor.rz.scp.css */
.legend-dot[b-dtg455qblf] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}

.dot-attendance[b-dtg455qblf] {
    background-color: #198754;
}

.dot-payment[b-dtg455qblf] {
    background-color: #ffc107;
}

.dot-activity[b-dtg455qblf] {
    background-color: #6c757d;
}

.dot-grade[b-dtg455qblf] {
    background-color: #0dcaf0;
}

.dot-meeting[b-dtg455qblf] {
    background-color: #0d6efd;
}
/* /Components/Pages/Teacher/Calendar.razor.rz.scp.css */
.legend-dot[b-rgmgqha59l] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
}

.dot-attendance[b-rgmgqha59l] {
    background-color: #198754;
}

.dot-grade[b-rgmgqha59l] {
    background-color: #0dcaf0;
}

.dot-meeting[b-rgmgqha59l] {
    background-color: #0d6efd;
}

.dot-interview[b-rgmgqha59l] {
    background-color: #dc3545;
}
/* /Components/Shared/CalendarMonth.razor.rz.scp.css */
.calendar-container[b-2e9j3f8prw] {
    width: 100%;
}

.calendar-grid[b-2e9j3f8prw] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 1px;
    background-color: #dee2e6;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}

.calendar-header[b-2e9j3f8prw] {
    background-color: #f8f9fa;
    padding: 0.5rem;
    text-align: center;
    font-weight: 600;
    font-size: 0.875rem;
}

.calendar-day[b-2e9j3f8prw] {
    background-color: white;
    min-height: 80px;
    padding: 0.25rem;
    cursor: pointer;
    transition: background-color 0.15s ease;
}

.calendar-day:hover[b-2e9j3f8prw] {
    background-color: #f8f9fa;
}

.calendar-day.other-month[b-2e9j3f8prw] {
    background-color: #f8f9fa;
    color: #adb5bd;
}

.calendar-day.today[b-2e9j3f8prw] {
    background-color: #e7f1ff;
}

.today-number[b-2e9j3f8prw] {
    background-color: #0d6efd;
    color: white;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.day-number[b-2e9j3f8prw] {
    font-weight: 500;
    font-size: 0.875rem;
    margin-bottom: 0.25rem;
}

.event-dots[b-2e9j3f8prw] {
    display: flex;
    flex-wrap: wrap;
    gap: 2px;
}

.event-dot[b-2e9j3f8prw] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
}

.dot-attendance[b-2e9j3f8prw] {
    background-color: #198754;
}

.dot-payment[b-2e9j3f8prw] {
    background-color: #ffc107;
}

.dot-activity[b-2e9j3f8prw] {
    background-color: #6c757d;
}

.dot-grade[b-2e9j3f8prw] {
    background-color: #0dcaf0;
}

.dot-meeting[b-2e9j3f8prw] {
    background-color: #0d6efd;
}

.dot-interview[b-2e9j3f8prw] {
    background-color: #dc3545;
}

.dot-default[b-2e9j3f8prw] {
    background-color: #6c757d;
}

.event-count[b-2e9j3f8prw] {
    color: #6c757d;
    font-size: 0.75rem;
}

@media (max-width: 576px) {
    .calendar-day[b-2e9j3f8prw] {
        min-height: 60px;
        padding: 0.125rem;
    }

    .calendar-header[b-2e9j3f8prw] {
        padding: 0.25rem;
        font-size: 0.75rem;
    }

    .day-number[b-2e9j3f8prw] {
        font-size: 0.75rem;
    }

    .event-dot[b-2e9j3f8prw] {
        width: 6px;
        height: 6px;
    }
}
/* /Components/Shared/MultiStudentSelect.razor.rz.scp.css */
.ms-trigger[b-xh1llo7y4f] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 4px;
    min-height: 38px;
    cursor: pointer;
    border: 1px solid #ced4da;
    border-radius: 4px;
    padding: 4px 8px;
    background: white;
    user-select: none;
}

.ms-trigger:focus-within[b-xh1llo7y4f] {
    border-color: #86b7fe;
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);
}

.ms-dropdown[b-xh1llo7y4f] {
    position: absolute;
    top: 100%;
    margin-top: 2px;
    width: 100%;
    z-index: 1050;
    background: white;
    border: 1px solid #ced4da;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
}

.ms-dropdown.up[b-xh1llo7y4f] {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 2px;
}

.ms-search-row[b-xh1llo7y4f] {
    border-bottom: 1px solid #ced4da;
    padding: 6px 8px;
}

.ms-search[b-xh1llo7y4f] {
    border: none;
    outline: none;
    box-shadow: none !important;
}

.ms-list[b-xh1llo7y4f] {
    max-height: 260px;
    overflow-y: auto;
}

.ms-group-header[b-xh1llo7y4f] {
    padding: 6px 12px 4px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6c757d;
    border-top: 1px solid #e9ecef;
}

.ms-group-header:first-child[b-xh1llo7y4f] {
    border-top: none;
}

.ms-option[b-xh1llo7y4f] {
    padding: 8px 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ms-option:hover[b-xh1llo7y4f] {
    background: #f0f0f0;
}

.ms-option.selected[b-xh1llo7y4f] {
    background: #2c3e50;
    color: white;
}

.ms-option.selected code[b-xh1llo7y4f] {
    color: #adb5bd;
}

.ms-option.selected .form-check-input[b-xh1llo7y4f] {
    accent-color: white;
}
