/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-x6xhzb82a7] {
    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-x6xhzb82a7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Pages/Admin/Admin.razor.rz.scp.css */
body[b-pbipw96ba2] {
}

.admin-wrapper[b-pbipw96ba2] {
    display: flex;
    flex-direction: column;
    padding: 20px 20px 20px 30px;
    width: 100%;
    height: 100vh;
    background-color: #F0F0F1;
    overflow-y: auto;
    
}

.dxbl-active .tab-template[b-pbipw96ba2] {
    background-color: #00467F;
    color: white;
}

.admin-tabs ul[role="tablist"][b-pbipw96ba2] {
    gap: 10px;
}

.admin-tabs .dxbl-tabs-item:not(.dxbl-active):hover[b-pbipw96ba2] {
    background-color: #EBEBEB;
    border-radius: 12px;
}

.tab-template[b-pbipw96ba2] {
    padding: 6px 12px;
    border-radius: 12px;
    transition: background-color 0.2s ease;
    cursor: pointer;
    padding: 10px 10px;
}

    .tab-template i[b-pbipw96ba2] {
        margin-right: 5px;
    }

.tab-content[b-pbipw96ba2] {
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    background-color: #FFF;
    margin-top: 20px;
    margin-bottom: 60px;
    padding: 20px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
}

.tab-header[b-pbipw96ba2] {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}

.tab-header-title[b-pbipw96ba2] {
    font-size: 24px;
    font-weight: 600;
}

[b-pbipw96ba2] .admin-button-primary {
    background-color: #00467F;
    height: 40px;
}

    [b-pbipw96ba2] .admin-button-primary:hover {
        background-color: rgba(0,70,127,0.8) !important;
    }

[b-pbipw96ba2] .admin-button-secondary {
    border: 1px solid #00467F;
    color: #00467F;
    height: 40px;
}

[b-pbipw96ba2] .admin-button-secondary:hover  {
    color: black;
    background-color: rgb(239,246,255) !important;
}

[b-pbipw96ba2] .password-action-btn {
    height: unset;
    padding: 15px 10px 15px 10px;
}

[b-pbipw96ba2] .password-action-btn.active {
    background: rgb(239,246,255);
    border: 2px solid #00345f;
}

.send-email-button-section[b-pbipw96ba2] {
    display: flex;
    flex-direction: column;
    background: rgb(239,246,255);
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: 1px solid rgb(191,219,254);
}


/* /Components/Pages/Admin/Dashboard.razor.rz.scp.css */
body[b-gkx4ik4006] {
}


.dashboard-header[b-gkx4ik4006] {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.dashboard-header-icon[b-gkx4ik4006] {
}

.dashboard-header-info[b-gkx4ik4006] {
    display: flex;
    flex-direction: column;
}

.dashboard-content-wrapper[b-gkx4ik4006] {
    display: flex;
    flex-direction: column;
    background-color: #F0F0F1;
    padding: 20px 30px;
    height: 100vh;
    width: 100%;
}
/* /Components/Pages/Admin/Violations.razor.rz.scp.css */
body[b-fxp8nofb1n] {
}

.violations-header[b-fxp8nofb1n] {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.violations-header-icon[b-fxp8nofb1n] {
    /* You can style this if you want an icon background later */
}

.violations-header-info[b-fxp8nofb1n] {
    display: flex;
    flex-direction: column;
}

.violations-content-wrapper[b-fxp8nofb1n] {
    display: flex;
    flex-direction: column;
    background-color: #F0F0F1;
    padding: 20px 30px;
    height: 100vh;
    width: 100%;
}

.violations-page-title[b-fxp8nofb1n] {
    display: flex;
    flex-direction: column;
}

.violations-title[b-fxp8nofb1n] {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

/* Widget Panel */
.violation-widget-panel-container[b-fxp8nofb1n] {
    display: flex;
    gap: 20px;
}

.violation-widget-panel[b-fxp8nofb1n] {
    display: flex;
    background: #FFF;
    border-radius: 8px;
    flex-direction: column;
    padding: 25px 20px;
    flex: 1 1 25%;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    gap: 10px;
}

.violation-widget-panel-title[b-fxp8nofb1n] {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 15px;
    color: rgba(71,85,105,1);
}

.violation-widget-panel-value[b-fxp8nofb1n] {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}
/* /Components/Pages/Dashboard.razor.rz.scp.css */
body[b-cbfgim1kwb] {
}

.event-dashboard-header[b-cbfgim1kwb] {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.event-dashboard-header-icon[b-cbfgim1kwb] {
}

.event-dashboard-header-info[b-cbfgim1kwb] {
    display: flex;
    flex-direction: column;
}

.event-dashboard-content-wrapper[b-cbfgim1kwb] {
    display: flex;
    flex-direction: column;
    background-color: #F0F0F1;
    padding: 20px 30px;
    height: 100vh;
    width: 100%;
    
    overflow-y: auto;
}

.dashboard-widget-panel-container[b-cbfgim1kwb] {
    display: flex;
    margin-bottom: 30px;
    gap: 20px;
}

.dashboard-widget-panel[b-cbfgim1kwb] {
    display: flex;
    background: #FFF;
    border-radius: 8px;
    flex-direction: column;
    padding: 25px 20px 25px 20px;
    flex: 0 1 20%;
    box-shadow: 0 10px 15px -3px rgb(0,0,0,0.1), 0 4px 6px -4px rgb(0,0,0,0.1);
    gap: 10px;
}

.dashboard-widget-panel-title[b-cbfgim1kwb] {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 15px;
}

    .dashboard-widget-panel-title i[b-cbfgim1kwb] {
        font-size: 22px;
    }

.dashboard-violation-alert-container[b-cbfgim1kwb] {
    display: flex;
    gap: 20px;
    margin-bottom: 70px;
}

.dashboard-violation-alert-widget-panel[b-cbfgim1kwb] {
    display: flex;
    background: #FFF;
    border-radius: 8px;
    flex-direction: column;
    box-shadow: 0 10px 15px -3px rgb(0,0,0,0.1), 0 4px 6px -4px rgb(0,0,0,0.1);
    overflow: hidden;
}

.dashboard-violation-alert-widget-panel-header[b-cbfgim1kwb] {
    display: flex;
    gap: 10px;
    padding: 20px 20px 20px 20px;
    border-bottom: 1px solid rgba(241,245,249,1);
}

[b-cbfgim1kwb] .dashboard-listbox {
    border: none;
    height: 100%;
}

.dashboard-recent-violation-item[b-cbfgim1kwb] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
}

[b-cbfgim1kwb] #recent-violations-listbox.dxbl-list-box li:not(:last-child) {
    border-bottom: 1px solid rgba(241,245,249,1) !important;
}

.dashboard-recent-violation-item-info[b-cbfgim1kwb], .dashboard-recent-violation-item-details[b-cbfgim1kwb] {
    display: flex;
    gap: 10px;
}

.dashboard-recent-violation-item-details-type-pill[b-cbfgim1kwb] {
    background-color: rgba(29,58,109,.8);
    border-radius: 25px;
    color: #FFF;
    font-weight: 500;
    padding: 2px 15px 2px 15px;
}

.dashboard-recent-violation-item-details-location-pill[b-cbfgim1kwb] {
    background-color: #FFF;
    border: 1px solid #e5e7eb;
    border-radius: 25px;
    font-weight: 500;
    padding: 2px 15px 2px 15px;
}

.dashboard-alert-item[b-cbfgim1kwb] {
    display: flex;
    background-color: rgba(255,251,235,1);
    border: 1px solid rgba(253,230,138,1);
    border-radius: 8px;
    gap: 10px;
    padding: 10px;
}

.dashboard-alert-label[b-cbfgim1kwb] {
    color: rgb(146,64,14);
    font-weight: 500;
}

.dashboard-alert-details[b-cbfgim1kwb] {
    display: flex;
    justify-content: space-between;
}


.dashboard-alert-pill[b-cbfgim1kwb] {
    border: 1px solid rgb(252,211,77);
    border-radius: 50px;
    padding: 0 10px 0 10px;
    color: rgb(217,119,6);
    margin-left: auto;
}

.dashboard-alert-details[b-cbfgim1kwb] {
    display: flex;
    align-items: center;
    width: 100%;
}


.dashboard-alert-item.at-risk[b-cbfgim1kwb] {
    background-color: rgba(255,251,235,1);
    border-color: rgba(253,230,138,1);
}

    .dashboard-alert-item.at-risk .dashboard-alert-label[b-cbfgim1kwb] {
        color: rgb(146,64,14);
    }

    .dashboard-alert-item.at-risk .dashboard-alert-pill[b-cbfgim1kwb] {
        border: 1px solid rgb(252,211,77);
        color: rgb(217,119,6);
    }


.dashboard-alert-item.revoked[b-cbfgim1kwb] {
    background-color: rgba(254,242,242,1);
    border-color: rgba(254,202,202,1);
}

    .dashboard-alert-item.revoked .dashboard-alert-label[b-cbfgim1kwb] {
        color: rgb(185,28,28);
    }

    .dashboard-alert-item.revoked .dashboard-alert-pill[b-cbfgim1kwb] {
        border: 1px solid rgb(248,113,113);
        color: rgb(185,28,28);
    }


.dashboard-alert-item.ejected[b-cbfgim1kwb] {
    background-color: rgba(254,226,226,1);
    border-color: rgba(252,165,165,1);
}

    .dashboard-alert-item.ejected .dashboard-alert-label[b-cbfgim1kwb] {
        color: rgb(153,27,27);
    }

    .dashboard-alert-item.ejected .dashboard-alert-pill[b-cbfgim1kwb] {
        border: 1px solid rgb(239,68,68);
        color: rgb(153,27,27);
    }

/* /Components/Pages/Entry.razor.rz.scp.css */
.entry-header[b-u0ceidzxhm] {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.entry-header-icon[b-u0ceidzxhm] {
}

.entry-header-info[b-u0ceidzxhm] {
    display: flex;
    flex-direction: column;
}

.entry-content-wrapper[b-u0ceidzxhm] {
    display: flex;
    flex-direction: column;
    background-color: #F0F0F1;
    padding: 20px 30px;
    height: 100vh;
    width: 100%;
    align-items: center;
    overflow-y: auto;
}

.entry-content-header[b-u0ceidzxhm] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
}

.entry-content-header-title[b-u0ceidzxhm] {
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.entry-content-header-subtitle[b-u0ceidzxhm] {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.entry-content[b-u0ceidzxhm] {
    display: flex;
    gap: 20px;
    width: 65%;
    justify-content: center;
    flex-wrap: wrap;

    /*border: 1px solid black;*/
}

.entry-logged-info-panel[b-u0ceidzxhm] {
    display: flex;
    gap: 5px;
    background-color: rgba(240,253,244,1);
    border: 1px solid rgb(187, 247, 208,1);
    border-radius: 8px;
    font-size: 14px;
    padding: 15px 20px;
    width: 870px;
    align-items: center;
    justify-content: space-between;
}

.entry-panel[b-u0ceidzxhm] {
    display: flex;
    flex-direction: column;
    flex: 0 0 50%;
    align-items: center;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    max-width: 425px;
    min-width: 425px;
}

.entry-type-header[b-u0ceidzxhm] {
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 500;
    padding: 20px;
    border-bottom: 1px solid #f1f5f9;
    gap: 10px;
    width: 100%;
}

.entry-body[b-u0ceidzxhm] {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    padding: 20px;
    width: 100%;
}

.entry-icon-circle[b-u0ceidzxhm] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    background-color: #00467F;
}

    .entry-icon-circle i[b-u0ceidzxhm] {
        color: #FFF;
        font-size: 48px;
    }

.entry-button-primary[b-u0ceidzxhm] {
    background-color: #00467F;
    width: 100%;
    height: 44px;
}

    .entry-button-primary:hover[b-u0ceidzxhm] {
        background-color: rgba(0,70,127,0.8) !important;
    }

.entry-button-secondary[b-u0ceidzxhm] {
    border-radius: 8px;
    color: gray;
    width: 100%;
    height: 44px;
}

.entry-textbox[b-u0ceidzxhm] {
    width: 100%;
    border-radius: 8px;
    height: 44px;
}

.entry-instruction[b-u0ceidzxhm] {
    font-size: 14px;
    color: #666;
}

.entry-wait-indicator[b-u0ceidzxhm] {
    width: 96px;
    height: 96px;
}

.scanner-hidden-input[b-u0ceidzxhm] {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.entry-violation-form[b-u0ceidzxhm] {
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
    align-items: center;
    background-color: #FFF;
    border-radius: 8px;
    box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);
    max-width: 870px;
    margin-bottom: 80px;
}

.entry-violation-form-header[b-u0ceidzxhm] {
    display: flex;
    font-size: 24px;
    font-weight: 500;
    align-content: flex-start;
    padding: 20px;
    border-bottom: 1px solid #f1f5f9;
    gap: 10px;
    width: 100%;
}

.entry-violation-form-member[b-u0ceidzxhm] {
    display: flex;
    flex-direction: column;
    padding: 15px;
    background-color: rgb(248, 250, 252, 1);
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
}

.entry-violation-form-content[b-u0ceidzxhm] {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
}

.entry-violation-form-member-header[b-u0ceidzxhm] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.entry-violation-form-member-info[b-u0ceidzxhm] {
    display: grid;
    grid-template-columns: 1fr 1fr; 
    grid-template-rows: auto auto; 
    gap: 12px;
    margin-bottom: 20px;
}

[b-u0ceidzxhm] .entry-violation-entry-memo {
    height: unset;
}

[b-u0ceidzxhm] .entry-button-primary {
    background-color: #00467F;
    width: 100%;
    height: 44px;
}

[b-u0ceidzxhm]    .entry-button-primary:hover {
        background-color: rgba(0,70,127,0.8) !important;
    }

[b-u0ceidzxhm] .dxbl-btn.dxbl-disabled.dxbl-btn-primary {
    opacity: .4;
    cursor: not-allowed;
}

.entry-logged-info-panel[b-u0ceidzxhm] {
    opacity: 1;
    transition: opacity 0.8s ease-in-out;
}

    .entry-logged-info-panel.fade-out[b-u0ceidzxhm] {
        opacity: 0;
    }

/* /Components/Pages/Events.razor.rz.scp.css */

.events-wrapper[b-h36z5vm9lq] {
    display: flex;
    flex-direction: column;
    padding: 20px;
    width: 100%;
    height: 100vh;
    background-color: #F0F0F1;
}

[b-h36z5vm9lq] .events-action-btn {
    height: 24px;
    font-size: 20px;
}

[b-h36z5vm9lq] .event-edit-form-layout {
    margin-top: 10px;
}

.recipient-row[b-h36z5vm9lq] {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-bottom: 10px;
}

.violation-checkboxes[b-h36z5vm9lq] {
    display: flex;
    gap: 10px;
}


/* /Components/Pages/Help.razor.rz.scp.css */
body[b-h7x36t7k4b] {
}

.help-header[b-h7x36t7k4b] {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.help-header-info[b-h7x36t7k4b] {
    display: flex;
    flex-direction: column;
}

.help-content-wrapper[b-h7x36t7k4b] {
    display: flex;
    flex-direction: column;
    background-color: #F0F0F1;
    padding: 20px 30px;
    height: 100vh;
    width: 100%;
    overflow-y: auto;
}
/* /Components/Pages/Index.razor.rz.scp.css */
[b-sq7q84lqhh] .index-gridlayout {
    container-type: inline-size;
    height: auto;
    margin-top: auto;
    margin-bottom: auto;
    padding-bottom: 9rem;
}

[b-sq7q84lqhh] .title {
    padding-bottom: 3rem;
    text-align: center;
}

[b-sq7q84lqhh] .tiles {
    --tile-column-count: 4;

    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(var(--tile-column-count), max-content);
    justify-content: center;

    @container (max-width: 60.5rem) {
        --tile-column-count: 3;
    }
    @container (max-width: 45.125rem) {
        --tile-column-count: 2;
    }
    @container (max-width: 29.75rem) {
        --tile-column-count: 1;
    }
}
/* /Components/Pages/Violations.razor.rz.scp.css */
body[b-073ijgl9m1] {
}

.violations-header[b-073ijgl9m1] {
    display: flex;
    width: 100%;
    gap: 15px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.violations-header-icon[b-073ijgl9m1] {
    /* You can style this if you want an icon background later */
}

.violations-header-info[b-073ijgl9m1] {
    display: flex;
    flex-direction: column;
}

.violations-content-wrapper[b-073ijgl9m1] {
    display: flex;
    flex-direction: column;
    background-color: #F0F0F1;
    padding: 20px 30px;
    height: 100vh;
    width: 100%;
}

.violations-page-title[b-073ijgl9m1] {
    margin-bottom: 10px;
}

.violations-title[b-073ijgl9m1] {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

/* Widget Panel */
.violation-widget-panel-container[b-073ijgl9m1] {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
}

.violation-widget-panel[b-073ijgl9m1] {
    display: flex;
    background: #FFF;
    border-radius: 8px;
    flex-direction: column;
    padding: 25px 20px;
    flex: 1 1 25%;
    box-shadow: 0 10px 15px -3px rgba(0,0,0,0.1), 0 4px 6px -4px rgba(0,0,0,0.1);
    gap: 10px;
}

.violation-widget-panel-title[b-073ijgl9m1] {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    justify-content: space-between;
    margin-bottom: 15px;
    color: rgba(71,85,105,1);
}

.violation-widget-panel-value[b-073ijgl9m1] {
    font-size: 30px;
    font-weight: 700;
    color: #000;
}

[b-073ijgl9m1] .violations-grid {
    border-radius: 8px;
    box-shadow: 0 10px 15px -3px rgb(0,0,0,0.1), 0 4px 6px -4px rgb(0,0,0,0.1);
    overflow: hidden;
    border: none;
}

[b-073ijgl9m1] .violation-toolbar-button .dxbl-btn-icon {
    font-size: 20px;
}

[b-073ijgl9m1] .violation-export-button button:first-of-type {
    justify-content: flex-start;
    width: 100px;
}

[b-073ijgl9m1] .violation-export-button button > span {
    margin-left: 5px;
}

.violation-type-pill[b-073ijgl9m1] {
    border-radius: 50px;
    border: 1px solid #e5e7eb;
    font-weight: 500;
    width: fit-content;
    padding: 0px 10px 0px 10px;
}

/* Neutral: Coach Misconduct */
.pill--neutral[b-073ijgl9m1] {
    background-color: #f0f0f0;
    border-color: #dcdcdc;
    color: #1a1a1a;
}

/* Warning: Unsportsmanlike Conduct */
.pill--warning[b-073ijgl9m1] {
    background-color: #fff8e1;
    border-color: #ffecb3;
    color: #7a5c00;
}

/* Critical: Flagrant Misconduct */
.pill--critical[b-073ijgl9m1] {
    background-color: #ffe5e5;
    border-color: #ffcccc;
    color: #990000;
}

/* Toolbar */
.violations-toolbar-left[b-073ijgl9m1] {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 24px;
    color: rgba(71,85,105,1);
    height: 100%;
}

[b-073ijgl9m1] .violation-form-layout {
    width: 100%;
}

[b-073ijgl9m1] .entry-violation-entry-memo {
    height: unset;
}

[b-073ijgl9m1] .violation-pager {
    --dxbl-pager-bg: #FFF;
    --dxbl-pager-border-radius: 12px;
    --dxbl-pager-active-page-btn-bg: #00467F;
    height: 38px;
    border: 1px solid #d3d3d2;
}

    [b-073ijgl9m1] .violation-pager button:hover {
        background-color: lightgray !important;
    }

.badge[b-073ijgl9m1] {
    padding: 4px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 600;
    display: inline-block;
}

    /* --- ACTION TYPES --- */

    .badge.Warning[b-073ijgl9m1] {
        background-color: #fef9c3;
        color: #854d0e;
        border: 1px solid #fde047;
    }

    .badge.Ejected[b-073ijgl9m1] {
        background-color: #fee2e2;
        color: #b91c1c;
        border: 1px solid #fca5a5;
    }

    .badge.CoachingPrivilegesRevoked[b-073ijgl9m1] {
        background-color: #fef3c7;
        color: #b45309;
        border: 1px solid #fdba74;
    }

    .badge.None[b-073ijgl9m1] {
        background-color: #e5e7eb;
        color: #374151;
        border: 1px solid #d1d5db;
    }

