/* /Pages/Panel/Calendar.razor.rz.scp.css */
.calendar[b-l0uhxht2rg] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.header[b-l0uhxht2rg] {
    color: #9ca3af;
    text-align: center;
    padding: 0.5rem 1rem;
    border-right: 1px solid #0000001e;
    border-bottom: 1px solid #0000001e;
}

.day[b-l0uhxht2rg] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-right: 1px solid #0000001e;
    border-bottom: 1px solid #0000001e;
    padding: 1rem;
    aspect-ratio: 1;
}

.dimmed[b-l0uhxht2rg] {
    color: #9ca3af;
}

.last-col[b-l0uhxht2rg] {
    border-right: none;
}

.last-row[b-l0uhxht2rg] {
    border-bottom: none;
}

.working-day[b-l0uhxht2rg] {
    background-color: #fef2f2;
}

.free-day[b-l0uhxht2rg] {
    background-color: #f0fdf4;
}

.legend[b-l0uhxht2rg] {
    display: flex;
    column-gap: 1rem;
}

.legend-item[b-l0uhxht2rg] {
    display: flex;
    column-gap: 0.5rem;
    align-items: center;
}

.legend-point[b-l0uhxht2rg] {
    width: 1rem;
    height: 1rem;
    border-radius: 0.5rem;
    overflow: hidden;
    border: 1px solid #0000001e;
}
/* /Pages/Panel/ChildrenPage.razor.rz.scp.css */
.guardian-table[b-o6wm8y132d] {
    width: 100%;
    border-collapse: collapse;
}

.guardian-table tr:not(:last-child)[b-o6wm8y132d] {
    border-bottom: 1px solid #e0e0e0ff;
}

.guardian-table td[b-o6wm8y132d] {
    padding: 0.5rem 1rem;
}

.guardian-table td.center[b-o6wm8y132d] {
    text-align: center;
}

.guardian-table td.right[b-o6wm8y132d] {
    text-align: right;
}
/* /Shared/AuthLayout.razor.rz.scp.css */
.logo[b-963hzwbd33] {
    width: 100%;
    max-height: 150px;
    object-fit: contain;
}
