@import '_content/BlazorCalendar/BlazorCalendar.bw5idj54w0.bundle.scp.css';
@import '_content/BlazorColorPicker/BlazorColorPicker.d6615pwxbx.bundle.scp.css';
@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.ewdlgswx1m.bundle.scp.css';

/* /Components/Account/Shared/ExternalLoginPicker.razor.rz.scp.css */
.gsi-material-button[b-gs6el4jxpm] {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -webkit-appearance: none;
    background-color: #f2f2f2;
    background-image: none;
    border: none;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #1f1f1f;
    cursor: pointer;
    font-family: 'Roboto', arial, sans-serif;
    font-size: 14px;
    height: 40px;
    letter-spacing: 0.25px;
    outline: none;
    overflow: hidden;
    padding: 0 12px;
    position: relative;
    text-align: center;
    -webkit-transition: background-color .218s, border-color .218s, box-shadow .218s;
    transition: background-color .218s, border-color .218s, box-shadow .218s;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
    max-width: 400px;
    min-width: min-content;
}

    .gsi-material-button .gsi-material-button-icon[b-gs6el4jxpm] {
        height: 20px;
        margin-right: 12px;
        min-width: 20px;
        width: 20px;
    }

    .gsi-material-button .gsi-material-button-content-wrapper[b-gs6el4jxpm] {
        -webkit-align-items: center;
        align-items: center;
        display: flex;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        height: 100%;
        justify-content: space-between;
        position: relative;
        width: 100%;
    }

    .gsi-material-button .gsi-material-button-contents[b-gs6el4jxpm] {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        font-family: 'Roboto', arial, sans-serif;
        font-weight: 500;
        overflow: hidden;
        text-overflow: ellipsis;
        vertical-align: top;
    }

    .gsi-material-button .gsi-material-button-state[b-gs6el4jxpm] {
        -webkit-transition: opacity .218s;
        transition: opacity .218s;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
    }

    .gsi-material-button:disabled[b-gs6el4jxpm] {
        cursor: default;
        background-color: #ffffff61;
    }

        .gsi-material-button:disabled .gsi-material-button-state[b-gs6el4jxpm] {
            background-color: #1f1f1f1f;
        }

        .gsi-material-button:disabled .gsi-material-button-contents[b-gs6el4jxpm] {
            opacity: 38%;
        }

        .gsi-material-button:disabled .gsi-material-button-icon[b-gs6el4jxpm] {
            opacity: 38%;
        }

    .gsi-material-button:not(:disabled):active .gsi-material-button-state[b-gs6el4jxpm],
    .gsi-material-button:not(:disabled):focus .gsi-material-button-state[b-gs6el4jxpm] {
        background-color: #001d35;
        opacity: 12%;
    }

    .gsi-material-button:not(:disabled):hover[b-gs6el4jxpm] {
        -webkit-box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
        box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .30), 0 1px 3px 1px rgba(60, 64, 67, .15);
    }

        .gsi-material-button:not(:disabled):hover .gsi-material-button-state[b-gs6el4jxpm] {
            background-color: #001d35;
            opacity: 8%;
        }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navmenu-username[b-hutqzydgxp] {
    display: flex;
    align-items: center;
    gap: 8px;
    /* Left inset matches the FluentNavLink icons: fluent-anchor's default
       control padding is 10px (content-region adds the 8px gap to the text). */
    padding: 8px 16px 8px 10px;
    font-weight: 600;
    color: var(--neutral-foreground-rest);
    overflow: hidden;
}

/* FluentNavLink sizes its own icons; a bare FluentIcon does not, so match them explicitly. */
.navmenu-username[b-hutqzydgxp]  svg {
    width: 20px;
    height: 20px;
}

/* Keep a long name on one line and ellipsize rather than widening the collapsed menu. */
.navmenu-username span[b-hutqzydgxp] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* /Components/Pages/Admin/PtoStatuses.razor.rz.scp.css */
/* CSS for PtoStatuses component */

.circle-container[b-fspqf3y9ka] {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.circle-wrapper[b-fspqf3y9ka] {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circle-title[b-fspqf3y9ka] {
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 6px;
    color: #333;
    text-align: center;
}

.circle[b-fspqf3y9ka] {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #4CAF50;
    border: 1px solid gray; /* Thin gray border */
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
}
/* /Components/Pages/Home.razor.rz.scp.css */
/* CSS for Home2 component */
.pto-dashboard[b-o449bswixr] {
    background: #F1EFE8;
    border-radius: 12px;
    padding: 1rem;
    max-width: 1400px;
    margin: 0 auto;
    font-family: system-ui, sans-serif;
}

.hero-banner[b-o449bswixr] {
    background: #E6F1FB;
    border-radius: 12px;
    padding: 1.25rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 12px;
    overflow: hidden;
}

.hero-school[b-o449bswixr] {
    font-size: 12px;
    color: #185FA5;
    margin: 0 0 2px;
}

.hero-greeting[b-o449bswixr] {
    margin: 0 0 4px;
    font-size: 20px;
    font-weight: 500;
    color: #042C53;
}

.hero-subtitle[b-o449bswixr] {
    font-size: 13px;
    color: #185FA5;
    margin: 0 0 12px;
}

.request-btn[b-o449bswixr] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #378ADD;
    border: none;
    border-radius: 8px;
    padding: 0.6rem 1.1rem;
    font-size: 13px;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
}

    .request-btn:hover[b-o449bswixr] {
        background: #185FA5;
    }

.hero-illustration[b-o449bswixr] {
    flex-shrink: 0;
}

.stats-row[b-o449bswixr] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    margin-bottom: 12px;
}

.stat-card[b-o449bswixr] {
    background: #FFFFFF;
    border: 0.5px solid #D3D1C7;
    border-radius: 12px;
    padding: 0.875rem;
}

.stat-icon[b-o449bswixr] {
    width: 30px;
    height: 30px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 16px;
}

.icon-pending[b-o449bswixr] {
    background: #FAEEDA;
    color: #854F0B;
}

.icon-approved[b-o449bswixr] {
    background: #EAF3DE;
    color: #3B6D11;
}

.icon-cancelled[b-o449bswixr] {
    background: #FCEBEB;
    color: #A32D2D;
}

.icon-balance[b-o449bswixr] {
    background: #E1F5EE;
    color: #0F6E56;
}

.stat-value[b-o449bswixr] {
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    color: #2C2C2A;
}

.stat-label[b-o449bswixr] {
    font-size: 12px;
    color: #5F5E5A;
    margin: 0;
}

.bottom-grid[b-o449bswixr] {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 10px;
}

.panel[b-o449bswixr] {
    background: #FFFFFF;
    border: 0.5px solid #D3D1C7;
    border-radius: 12px;
    padding: 1rem 1.25rem;
}

.panel-title[b-o449bswixr] {
    font-size: 13px;
    font-weight: 500;
    margin: 0 0 10px;
    color: #2C2C2A;
}

.timeoff-row[b-o449bswixr] {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 0;
    border-bottom: 0.5px solid #D3D1C7;
}

    .timeoff-row.last[b-o449bswixr] {
        border-bottom: none;
    }

.date-chip[b-o449bswixr] {
    width: 38px;
    text-align: center;
    border-radius: 6px;
    padding: 4px 0;
}

.chip-approved[b-o449bswixr] {
    background: #E1F5EE;
}

    .chip-approved .date-month[b-o449bswixr] {
        color: #0F6E56;
    }

    .chip-approved .date-day[b-o449bswixr] {
        color: #04342C;
    }

.chip-pending[b-o449bswixr] {
    background: #FAEEDA;
}

    .chip-pending .date-month[b-o449bswixr] {
        color: #854F0B;
    }

    .chip-pending .date-day[b-o449bswixr] {
        color: #412402;
    }

.date-month[b-o449bswixr] {
    font-size: 10px;
    margin: 0;
    text-transform: uppercase;
}

.date-day[b-o449bswixr] {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}

.timeoff-desc[b-o449bswixr] {
    font-size: 13px;
    flex: 1;
    color: #2C2C2A;
}

.timeoff-empty[b-o449bswixr] {
    color: #5F5E5A;
}

.badge[b-o449bswixr] {
    font-size: 11px;
    padding: 2px 8px;
    border-radius: 10px;
}

.badge-approved[b-o449bswixr] {
    background: #EAF3DE;
    color: #3B6D11;
}

.badge-pending[b-o449bswixr] {
    background: #FAEEDA;
    color: #854F0B;
}

.calendar-row[b-o449bswixr] {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 0;
}

.cal-icon[b-o449bswixr] {
    font-size: 15px;
}

.cal-empty[b-o449bswixr] {
    font-size: 12px;
    color: #5F5E5A;
    margin: 6px 0;
}

.cal-name[b-o449bswixr] {
    font-size: 12px;
    flex: 1;
    color: #2C2C2A;
}

.cal-date[b-o449bswixr] {
    font-size: 11px;
    color: #5F5E5A;
}

@media (max-width: 900px) {
    .stats-row[b-o449bswixr] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bottom-grid[b-o449bswixr] {
        grid-template-columns: 1fr;
    }

    .hero-illustration[b-o449bswixr] {
        display: none;
    }
}

/* Landing page (NotAuthorized) */
.notauth-page[b-o449bswixr] {
    min-height: 100%;
    margin: -0.5rem -1.5rem; /* cancel .content padding so the color reaches the edges */
    background: #EEF1F6;
    container-type: inline-size; /* breakpoints below react to this div's width, not the window's */
}

.notauth-hero[b-o449bswixr] {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    padding: 0 15px 0 0;
    background: linear-gradient(90deg, #E7F0F9 0%, #F4F8FC 55%, #FDFDFE 100%);
    border-bottom: 1px solid #D9E1EC; /* divider between hero and cards */
}

    .notauth-hero > div[b-o449bswixr] {
        background: transparent;
    }

    .notauth-hero img[b-o449bswixr] {
        max-width: 100%;
        height: auto;
    }

.notauth-features[b-o449bswixr] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    padding: 32px 40px;
}

.feature-card[b-o449bswixr] {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    background: #FFFFFF;
    border-radius: 12px;
    padding: 18px;
    box-shadow: 0 4px 12px rgba(15, 76, 129, 0.10);
}

    .feature-card img[b-o449bswixr] {
        flex-shrink: 0;
        width: 48px;
        height: 48px;
        object-fit: contain;
    }

    .feature-card h3[b-o449bswixr] {
        margin: 0 0 4px;
        font-size: 15px;
        font-weight: 600;
        color: #12365E;
    }

    .feature-card p[b-o449bswixr] {
        margin: 0;
        font-size: 13px;
        color: #4B5563;
        line-height: 1.4;
    }

.notauth-footer[b-o449bswixr] {
    text-align: center;
    padding: 16px;
    font-size: 15px;
    font-weight: 600;
    color: #12365E;
    background: #F7F9FC;
    border-top: 1px solid #D9E1EC;
}

@container (max-width: 900px) {
    .notauth-hero[b-o449bswixr] {
        flex-direction: column; /* text div drops under the image */
        gap: 0;
        padding: 0 15px;
    }

    .notauth-intro[b-o449bswixr] {
        padding: 20px 8px 24px;
    }

    .notauth-features[b-o449bswixr] {
        grid-template-columns: repeat(2, 1fr);
        padding: 24px;
    }

    .notauth-footer[b-o449bswixr] {
        font-size: 13px;
        padding: 12px;
    }
}

@container (max-width: 640px) {
    .notauth-features[b-o449bswixr] {
        grid-template-columns: 1fr;
    }

    .notauth-footer[b-o449bswixr] {
        font-size: 12px;
        padding: 10px;
    }
}

.notauth-intro[b-o449bswixr] {
    flex: 1;
    min-width: 0;
    padding: 32px 0 24px;
}

    .notauth-intro h1[b-o449bswixr] {
        margin: 0 0 14px;
        font-size: clamp(26px, 3.2vw, 38px);
        font-weight: 700;
        color: #1E3A5F;
    }

    .notauth-intro p[b-o449bswixr] {
        margin: 0 0 20px;
        font-size: 17px;
        color: #1E3A5F;
        max-width: 48ch;
        line-height: 1.5;
    }

.notauth-checklist[b-o449bswixr] {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #1F2937;
}

    .notauth-checklist li[b-o449bswixr] {
        padding: 6px 0 6px 34px;
        background: url("/images/img-check.jpg") no-repeat left center;
        background-size: 20px 20px;
    }


.landing[b-o449bswixr] {
    max-width: 1100px;
    margin: 0 auto 16px;
    background: linear-gradient(180deg, #F4F9FE 0%, #EAF3FB 100%);
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(15, 76, 129, 0.10);
    overflow: hidden;
    font-family: "Segoe UI", Roboto, sans-serif;
    border-top: 5px solid #2D7DD2;
}

.landing-hero[b-o449bswixr] {
    display: flex;
    align-items: center;
    gap: 36px;
    padding: 32px 40px;
    background: linear-gradient(135deg, #E3F0FB 0%, #F6FAFE 60%, #EAF4FC 100%);
    border-bottom: 1px solid #DCE8F3;
}

.landing-hero-left[b-o449bswixr] {
    flex: 0 0 42%;
    display: flex;
    justify-content: center;
}

.landing-hero-art[b-o449bswixr] {
    width: 100%;
    max-width: 420px;
    height: auto;
    filter: drop-shadow(0 6px 14px rgba(45, 125, 210, 0.18));
}

.landing-hero-right[b-o449bswixr] {
    flex: 1;
    min-width: 0;
}

    .landing-hero-right h1[b-o449bswixr] {
        margin: 0 0 10px;
        font-size: clamp(24px, 3.2vw, 34px);
        font-weight: 700;
        color: #12365E;
    }

    .landing-hero-right p[b-o449bswixr] {
        font-size: 15px;
        color: #12365E;
        margin: 0 0 16px;
        max-width: 46ch;
    }

.landing-checklist[b-o449bswixr] {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: #1F2937;
}

    .landing-checklist li[b-o449bswixr] {
        position: relative;
        padding: 4px 0 4px 30px;
    }

        .landing-checklist li[b-o449bswixr]::before {
            content: "✅";
            position: absolute;
            left: 0;
            top: 4px;
            font-size: 15px;
            line-height: 1;
        }

.landing-features[b-o449bswixr] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 28px 40px;
}

.landing-feature[b-o449bswixr] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: #FFFFFF;
    border: 1px solid #E2EBF4;
    border-radius: 12px;
    padding: 16px;
    box-shadow: 0 2px 6px rgba(15, 76, 129, 0.06);
}

.feature-icon[b-o449bswixr] {
    flex-shrink: 0;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #EAF3FB;
}

    .feature-icon svg[b-o449bswixr] {
        width: 24px;
        height: 24px;
    }

.icon-approved[b-o449bswixr] {
    background: #E7F6EC;
}

.icon-pending[b-o449bswixr] {
    background: #FDF3E0;
}

.icon-report[b-o449bswixr] {
    background: #F0F7EC;
}

.feature-text h3[b-o449bswixr] {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
    color: #12365E;
}

.feature-text p[b-o449bswixr] {
    margin: 0;
    font-size: 12.5px;
    color: #4B5563;
    line-height: 1.4;
}

.landing-footer[b-o449bswixr] {
    text-align: center;
    font-size: 13px;
    color: #12365E;
    padding: 14px;
    background: #EDF4FB;
    border-top: 1px solid #DCE8F3;
}

@media (max-width: 900px) {
    .landing-features[b-o449bswixr] {
        grid-template-columns: repeat(2, 1fr);
        padding: 20px 24px;
    }

    .landing-hero[b-o449bswixr] {
        padding: 24px;
        gap: 24px;
    }
}

@media (max-width: 640px) {
    .landing-hero[b-o449bswixr] {
        flex-direction: column;
        text-align: left;
    }

    .landing-hero-left[b-o449bswixr] {
        flex: none;
        width: 100%;
    }

    .landing-hero-art[b-o449bswixr] {
        max-width: 340px;
    }

    .landing-features[b-o449bswixr] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Reports/ReportDashboard.razor.rz.scp.css */
.pto-dashboard[b-lt8attgfhr] {
    background: #EEF1F6;
    border-radius: 12px;
    padding: 1rem;
    max-width: 1400px;
    margin: 0 auto;
    font-family: system-ui, sans-serif;
}

.report-grid[b-lt8attgfhr] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    max-width: 810px; /* 3 x 250 + 2 x 1rem gaps */
}

/* Same look as .solid-border-box3 in app.css, restated here because scoped
   styles win over the global rule on this page. */
.report-tile[b-lt8attgfhr] {
    border: 1px solid lightgrey;
    border-radius: 5px;
    box-shadow: 0 0 5px 0 lightgrey;
    padding: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    text-align: center;
    width: 250px;
    height: 150px;
    background: #fff;
    text-decoration: none;
    color: inherit;
}

.report-tile:hover[b-lt8attgfhr] {
    background: var(--neutral-fill-stealth-hover);
}

@media (max-width: 600px) {
    .report-tile[b-lt8attgfhr] {
        width: 100%;
    }
}
