@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-mtli8b7eyf] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-mtli8b7eyf] {
    flex: 1;
}

.sidebar[b-mtli8b7eyf] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-mtli8b7eyf] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-mtli8b7eyf]  a, .top-row[b-mtli8b7eyf]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-mtli8b7eyf]  a:hover, .top-row[b-mtli8b7eyf]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-mtli8b7eyf]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-mtli8b7eyf] {
        justify-content: space-between;
    }

    .top-row[b-mtli8b7eyf]  a, .top-row[b-mtli8b7eyf]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-mtli8b7eyf] {
        flex-direction: row;
    }

    .sidebar[b-mtli8b7eyf] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-mtli8b7eyf] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-mtli8b7eyf]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-mtli8b7eyf], article[b-mtli8b7eyf] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-mtli8b7eyf] {
    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-mtli8b7eyf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kve5aoo1oj],
.components-reconnect-repeated-attempt-visible[b-kve5aoo1oj],
.components-reconnect-failed-visible[b-kve5aoo1oj],
.components-pause-visible[b-kve5aoo1oj],
.components-resume-failed-visible[b-kve5aoo1oj],
.components-rejoining-animation[b-kve5aoo1oj] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-kve5aoo1oj],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-kve5aoo1oj],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-kve5aoo1oj],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-kve5aoo1oj],
#components-reconnect-modal.components-reconnect-retrying[b-kve5aoo1oj],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-kve5aoo1oj],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-kve5aoo1oj],
#components-reconnect-modal.components-reconnect-failed[b-kve5aoo1oj],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-kve5aoo1oj] {
    display: block;
}


#components-reconnect-modal[b-kve5aoo1oj] {
    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-kve5aoo1oj 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-kve5aoo1oj 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-kve5aoo1oj 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-kve5aoo1oj]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-kve5aoo1oj 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-kve5aoo1oj {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-kve5aoo1oj {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-kve5aoo1oj {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-kve5aoo1oj] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-kve5aoo1oj] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-kve5aoo1oj] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-kve5aoo1oj] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-kve5aoo1oj] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-kve5aoo1oj] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-kve5aoo1oj] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-kve5aoo1oj 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-kve5aoo1oj] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-kve5aoo1oj {
    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 */
.calendar-table[b-rmzzn6jrvx] {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

    .calendar-table th[b-rmzzn6jrvx] {
        font-weight: 600;
        padding: 10px 0;
        border-bottom: 2px solid #dee2e6;
        font-size: 0.9rem;
        background-color: #f8f9fa;
    }

.calendar-cell[b-rmzzn6jrvx] {
    vertical-align: top;
    height: 120px;
    border: 1px solid #dee2e6;
    cursor: pointer;
    transition: background-color 0.2s;
    padding: 0 !important;
}

    .calendar-cell:hover[b-rmzzn6jrvx] {
        background-color: #f8f9fa;
    }

.bg-today[b-rmzzn6jrvx] {
    background-color: #fcfcfc !important;
    box-shadow: inset 0 0 0 2px #8abce6;
}

.schedule-container[b-rmzzn6jrvx] {
    display: flex;
    flex-direction: column;
    max-height: 90px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 2px;
}

    .schedule-container[b-rmzzn6jrvx]::-webkit-scrollbar {
        width: 0px;
    }

.schedule-bar[b-rmzzn6jrvx] {
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    overflow: hidden;
    white-space: nowrap;
    opacity: 0.9;
    transition: opacity 0.2s;
    position: relative;
    z-index: 10;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}

    .schedule-bar:hover[b-rmzzn6jrvx] {
        opacity: 1.0;
        z-index: 20;
    }
/* /Components/Pages/Login.razor.rz.scp.css */
/* 1. 페이지 레이아웃 및 배경 (새로운 디자인 적용) */
.login-page[b-l8n4cf9t7f] {
    min-height: 100vh;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%); /* 진한 블루 그라데이션 */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* 2. 로그인 카드 스타일 (글래스 효과) */
.login-card[b-l8n4cf9t7f] {
    width: 100%;
    max-width: 420px;
    background-color: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    border: none; /* 기본 테두리 제거 */
}

/* 3. 로고 아이콘 */
.logo-icon[b-l8n4cf9t7f] {
    width: 60px;
    height: 60px;
    background-color: #eef2ff;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* 4. 입력 폼 스타일 */
.form-control:focus[b-l8n4cf9t7f] {
    border-color: #2a5298;
    box-shadow: 0 0 0 0.25rem rgba(42, 82, 152, 0.15);
}

/* 5. 버튼 스타일 */
.btn-primary[b-l8n4cf9t7f] {
    background-color: #1e3c72;
    border-color: #1e3c72;
    transition: all 0.3s ease;
}

    .btn-primary:hover[b-l8n4cf9t7f] {
        background-color: #2a5298;
        border-color: #2a5298;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(30, 60, 114, 0.3);
    }

/* 6. 링크 스타일 */
.hover-link:hover[b-l8n4cf9t7f] {
    color: #1e3c72 !important;
    text-decoration: underline !important;
}

/* ------------------------------------------------------- */
/* 애니메이션 영역 */
/* ------------------------------------------------------- */

/* A. 페이지 진입 시 페이드인 업 (새로운 디자인) */
.fade-in-up[b-l8n4cf9t7f] {
    animation: fadeInUp-b-l8n4cf9t7f 0.8s ease-out forwards;
}

.opacity-0[b-l8n4cf9t7f] {
    opacity: 0;
}

@keyframes fadeInUp-b-l8n4cf9t7f {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* B. 에러 발생 시 흔들림 효과 (ViewModel 로직 연동용 - 필수 유지) */
.animate-shake[b-l8n4cf9t7f] {
    animation: shake-b-l8n4cf9t7f 0.5s cubic-bezier(.36,.07,.19,.97) both;
    border: 2px solid #dc3545 !important; /* 에러 시 빨간 테두리 강조 */
}

@keyframes shake-b-l8n4cf9t7f {
    0%, 100% {
        transform: translateX(0);
    }

    10%, 30%, 50%, 70%, 90% {
        transform: translateX(-5px);
    }

    20%, 40%, 60%, 80% {
        transform: translateX(5px);
    }
}
