/* /Components/Features/Calendar/CalendarCellTemplates/HolidayCellTemplate.razor.rz.scp.css */
.holiday-name-bar[b-zha6qmv2z6]{
    cursor: pointer;
    opacity: 0.8;
    transition: 0.1s ease-in-out;
}

.holiday-name-bar:hover[b-zha6qmv2z6]{
    opacity: 1;
    scale:1.2;
}
/* /Components/Features/Messages/MessageListComponent.razor.rz.scp.css */
.message-list[b-yhyfe2yr8g] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.message-item[b-yhyfe2yr8g] {
  padding: 12px 16px;
  border-radius: 8px;
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
  cursor: pointer;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-left: 4px solid transparent;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.message-item:hover[b-yhyfe2yr8g] {
  transform: translateY(-3px) translateX(2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.12) !important;
}

.message-item:active[b-yhyfe2yr8g] {
  transform: translateY(-1px) translateX(1px);
}

.message-item.selected[b-yhyfe2yr8g] {
  background: linear-gradient(135deg, var(--mud-palette-primary-lighten) 0%, var(--mud-palette-surface) 100%);
  border-left-color: var(--mud-palette-primary);
  transform: translateX(4px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.1) !important;
}

.message-item.unread[b-yhyfe2yr8g] {
  background: var(--mud-palette-surface);
  border-left-color: var(--mud-palette-primary);
  border-left-width: 4px;
}

.message-item.read[b-yhyfe2yr8g] {
  opacity: 0.75;
}

.message-item.read:hover[b-yhyfe2yr8g] {
  opacity: 1;
}
/* /Components/Features/Schedules/ScheduleEditor/ScheduleDayEditorComponent.razor.rz.scp.css */
.thead[b-xjwy8bwcmq]{
   margin-right:15px;
    transition: scale 0.5s ease-in-out;
}

.header-timeblock-caption[b-xjwy8bwcmq]{
    padding:2px !important;
    padding-top:10px !important;
    margin:0px;
    
}

th.rotate[b-xjwy8bwcmq] {
    /* Something you can count on */
    height: 50px;
    white-space: nowrap;
}

th.rotate > div[b-xjwy8bwcmq] {
    transform:
    translate(-20px,0)
        /* Magic Numbers */
        /*    translate(0, 51px)*/
                /* 45 is really 360 - 45 */
            rotate(315deg);
    width: 30px;
}
th.rotate > div > span[b-xjwy8bwcmq] {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

th:hover[b-xjwy8bwcmq]{    
    font-weight: bold;
    
}

tr:hover .name-cell[b-xjwy8bwcmq] {
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;
    
}

.menu-cell[b-xjwy8bwcmq]{
    padding: 0 !important;
}
/* /Components/Features/Schedules/ScheduleViewer/ScheduleViewDayComponent.razor.rz.scp.css */
.thead[b-gi54gnoyh1]{
    margin-right:15px;
    transition: scale 0.5s ease-in-out;
}

.header-timeblock-caption[b-gi54gnoyh1]{
    padding:2px !important;
    padding-top:10px !important;
    margin:0px;

}

th.rotate[b-gi54gnoyh1] {
    /* Something you can count on */
    height: 50px;
    white-space: nowrap;
}

th.rotate > div[b-gi54gnoyh1] {
    transform:
            translate(-20px,0)
                /* Magic Numbers */
                /*    translate(0, 51px)*/
                /* 45 is really 360 - 45 */
            rotate(315deg);
    width: 30px;
}
th.rotate > div > span[b-gi54gnoyh1] {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
}

th:hover[b-gi54gnoyh1]{
    font-weight: bold;

}

tr:hover .name-cell[b-gi54gnoyh1] {
    text-shadow: 0 0 .65px #333, 0 0 .65px #333;

}

.menu-cell[b-gi54gnoyh1]{
    padding: 0 !important;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-60712qzjvj] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-60712qzjvj] {
    flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

#blazor-error-ui[b-60712qzjvj] {
    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-60712qzjvj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-tcvz563pfy],
.components-reconnect-repeated-attempt-visible[b-tcvz563pfy],
.components-reconnect-failed-visible[b-tcvz563pfy],
.components-pause-visible[b-tcvz563pfy],
.components-resume-failed-visible[b-tcvz563pfy],
.components-rejoining-animation[b-tcvz563pfy] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-tcvz563pfy {
    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;
    }
}
