/* Minification failed. Returning unminified contents.
(110,20): run-time error CSS1032: Expected identifier or string, found '3'
(129,24): run-time error CSS1032: Expected identifier or string, found '3'
 */
.overlay3 {
    height: 100%;
    width: 0px;
    position: fixed;
    z-index: 4;
    top: 0px;
    left: 0px;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    opacity: 0;
    transition: opacity 1s;
}
        
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    /*left: 0;*/
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    text-align: left;
}

.sidenav a, .dropdown-btn {
    width: 250px;
    padding: 8px 8px 8px 32px;
    cursor: pointer;
    text-decoration: none;
    font-size: 20px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav a {
        font-size: 15px;
    }
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
    display: none;
    background-color: #262626;
    padding-left: 8px;
    transition: 0.3s;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
    float: right;
    padding-right: 8px;
}

.tableindentWidth {
    width: 30px;
}

.SclName {
    text-align: left;
    border-radius: 18px 0 0 18px;
    overflow: hidden;
}

.tableFamily tr.cat > td.SclName:first-child ~ td.dueCartName.nomobile:last-child {
    border-radius: 0 18px 18px 0;
    overflow: hidden;
}

.SclName img {
    display: inline-block;
    margin-left: 10px;
    float: left;
}

.SclName span {
    display: inline-block;
    margin-top: 5px;
    margin-left: 10px;
    color: white;
    font-size: 120%;
    font-weight: bold;
    font-style: normal;
    text-align: left;
}

tr.cat .fn[colspan=3] {
    min-width: 22ex;
}

tr.d1WebItem .fn {
    /* IE11 only supports "word-wrap" instead of proper "overflow-wrap" property. */
    word-wrap: break-word;
    max-width: 36ex;
}

@media only screen and (max-device-width: 640px), (max-width: 1100px) {
    .tableindentWidth {
        width: 0px;
    }

    td.fn {
        font-size: 11pt;
    }

    tr.cat .fn[colspan=3] {
        min-width: 10ex;
    }

    tr.d1WebItem .fn {
        max-width: 16ex;
    }

    .SclName span {
        font-size: inherit;
        margin-top: 10px;
    }

    .SclName {
        border-radius: 18px;
    }
}

.separatorLight {
    box-shadow: inset 0 2px 1px -1px #C0C0C0;
}

.separatorDark {
    box-shadow: inset 0 2px 1px -1px #000;
}

/* ============================================================
   Fee table modernization – Figma 77:2089 (master-detail accordion)
   Tokens: Title #1C211F, Body #616369, Pale-Blue BG #F0F5FA,
   Mid-Blue #7191B1, Light Stroke #E8E8E8, Stroke #C7C7C7,
   Radius 16px, Inner Shadow inset 0 1px 4px rgba(12,12,13,.05).
   Scoped to .feetable-accordion (emitted verbatim as CssClass, so it
   survives ASP.NET ClientID rewriting of the mainDiv wrapper).
   ============================================================ */
.feetable-accordion {
    border-collapse: separate;
    border-spacing: 0;
    color: #616369;
    font-size: 13px;
    width: 100%;
}

/* School header row – plain white heading, no colored bar (Figma 77:2089) */
.feetable-accordion tr.cat > td.SclName {
    border-radius: 0;
    padding: 24px 4px 12px;
    background-color: transparent;
    border-bottom: 1px solid #E5E7EB;
    vertical-align: middle;
}

.feetable-accordion tr.cat > td.SclName img {
    float: none;
    height: 40px;
    max-height: 44px;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
    margin-left: 0;
    margin-right: 12px;
}

.feetable-accordion tr.cat > td.SclName span {
    display: inline-block;
    margin: 0 0 0 4px;
    color: #1C211F;
    font-size: 19px;
    font-weight: 650;
    font-weight: 700;
    vertical-align: middle;
}

.feetable-accordion tr.cat > td.SclName span.feeSchoolCount {
    margin-left: 10px;
    color: #9CA3AF;
    font-size: 14px;
    font-weight: 500;
}

/* ---- Year master row (collapsible) ---- */
.feetable-accordion tr.feeYearRow {
    cursor: pointer;
}

.feetable-accordion tr.feeYearRow td.feeYearMaster {
    padding: 17px 18px;
    color: #1C211F;
    border: 0;
    border-radius: 0;
    background-color: #FFFFFF;
}

.feetable-accordion tr.feeYearRow.is-collapsed td.feeYearMaster {
    border-radius: 12px;
}

/* Chevron toggles rotation when collapsed */
.feetable-accordion .feeYearChevron {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 12px;
    vertical-align: middle;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #8E8F92;
    transition: transform 0.15s ease;
}

.feetable-accordion tr.feeYearRow.is-collapsed .feeYearChevron {
    transform: rotate(-90deg);
}

.feetable-accordion .feeYearLabel {
    font-size: 16px;
    font-weight: 700;
    color: #1C211F;
    vertical-align: middle;
}

.feetable-accordion .feeYearCount {
    display: inline-block;
    margin-left: 8px;
    padding: 0;
    background: none;
    color: #9CA3AF;
    font-size: 13px;
    font-weight: 500;
    vertical-align: middle;
}

/* ---- Badge pills (object-type / category) ---- */
.feetable-accordion .feeYearBadges {
    float: right;
    text-align: right;
    max-width: 55%;
}

.feetable-accordion .feeBadge {
    display: inline-block;
    margin-left: 6px;
    margin-bottom: 4px;
    padding: 5px 9px;
    border-radius: 5px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.feetable-accordion .feeBadge--school {
    background-color: #74A6E2;
}

.feetable-accordion .feeBadge--courses {
    background-color: #87CC67;
}

.feetable-accordion .feeBadge--cte {
    background-color: #0B896D;
}

.feetable-accordion .feeBadge--districts {
    background-color: #EBB500;
}

.feetable-accordion .feeBadge--default {
    background-color: #7191B1;
}

/* ---- Collapsed detail rows ---- */
.feetable-accordion tr.feeYear-hidden {
    display: none;
}

/* ---- Detail: category header row ---- */
.feetable-accordion tr.feeCatRow td {
    padding-top: 14px;
}

.feetable-accordion td.feeCatName {
    font-weight: 600;
    font-size: 15px;
    color: #1C211F;
    text-transform: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #E5E7EB;
}

.feetable-accordion .feeCatBadge {
    display: inline-block;
    padding: 5px 9px;
    border-radius: 5px;
    background-color: #7191B1;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: .02em;
    margin-right: 8px;
}

/* ---- Category theme tints & accents (direct, non-fragile) ---- */
/* School */
.feetable-accordion tr.feeTint--school.d0,
.feetable-accordion tr.feeTint--school.d1 {
    background-color: #F2F7FD;
}

.feetable-accordion tr.feeCat--school .feeCatBadge,
.feetable-accordion tr.feeColHdr--school .dueCat {
    color: #6EA0DB;
}

.feetable-accordion tr.feeCat--school .feeCatBadge {
    background-color: #6EA0DB;
    color: #FFFFFF;
}

.feetable-accordion tr.feeColHdr--school td {
    background-color: #F2F7FD;
}

/* CTE */
.feetable-accordion tr.feeTint--cte.d0,
.feetable-accordion tr.feeTint--cte.d1 {
    background-color: #F0F9F7;
}

.feetable-accordion tr.feeCat--cte .feeCatBadge {
    background-color: #14977D;
    color: #FFFFFF;
}

.feetable-accordion tr.feeColHdr--cte .dueCat {
    color: #14977D;
}

.feetable-accordion tr.feeColHdr--cte td {
    background-color: #F0F9F7;
}

/* Course */
.feetable-accordion tr.feeTint--course.d0,
.feetable-accordion tr.feeTint--course.d1,
.feetable-accordion tr.feeTint--courses.d0,
.feetable-accordion tr.feeTint--courses.d1 {
    background-color: #F4FAEF;
}

.feetable-accordion tr.feeCat--course .feeCatBadge,
.feetable-accordion tr.feeCat--courses .feeCatBadge {
    background-color: #7CC85D;
    color: #FFFFFF;
}

.feetable-accordion tr.feeColHdr--course .dueCat,
.feetable-accordion tr.feeColHdr--courses .dueCat {
    color: #7CC85D;
}

.feetable-accordion tr.feeColHdr--course td,
.feetable-accordion tr.feeColHdr--courses td {
    background-color: #F4FAEF;
}

/* District */
.feetable-accordion tr.feeTint--district.d0,
.feetable-accordion tr.feeTint--district.d1,
.feetable-accordion tr.feeTint--districts.d0,
.feetable-accordion tr.feeTint--districts.d1 {
    background-color: #FFF9E8;
}

.feetable-accordion tr.feeCat--district .feeCatBadge,
.feetable-accordion tr.feeCat--districts .feeCatBadge {
    background-color: #E5AD00;
    color: #FFFFFF;
}

.feetable-accordion tr.feeColHdr--district .dueCat,
.feetable-accordion tr.feeColHdr--districts .dueCat {
    color: #E5AD00;
}

.feetable-accordion tr.feeColHdr--district td,
.feetable-accordion tr.feeColHdr--districts td {
    background-color: #FFF9E8;
}

/* Column header labels (Fee / Paid / All Adj / Due) */
.feetable-accordion .dueCat {
    color: #7191B1;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .02em;
    padding: 8px 4px;
}

/* Money columns – consistent width & alignment */
.feetable-accordion td.dueCartName {
    width: 105px;
    min-width: 105px;
    text-align: right;
    vertical-align: middle;
    color: #1C211F;
    font-size: 14px;
    font-variant-numeric: tabular-nums;
}

/* Fee name / body cells */
.feetable-accordion td.fn {
    color: #616369;
    width: auto;
    font-size: 14px;
    font-weight: 500;
}

/* Neutralize legacy indent spacer cells in modern layout */
.feetable-accordion td.tableindentWidth {
    width: 0;
    padding: 0;
}

/* Detail rows – comfortable padding + subtle separators */
.feetable-accordion tr.d0 td,
.feetable-accordion tr.d1 td {
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #EEF1F4;
}

/* Alternating body rows – white by default; category tint overrides */
.feetable-accordion tr.d0 {
    background-color: #FFFFFF;
}

.feetable-accordion tr.d1 {
    background-color: #FFFFFF;
}

/* Soft inner shadow separators between sections */
.feetable-accordion .separatorLight {
    box-shadow: inset 0 1px 4px rgba(12, 12, 13, 0.05);
}

/* Summary / total row emphasis */
.feetable-accordion td.dueSubTtlCart,
.feetable-accordion td.dueFmly {
    color: #1C211F;
    font-weight: 700;
    font-size: 14px;
    border-top: 1px solid #C7C7C7;
    padding-top: 12px;
    padding-bottom: 12px;
}

.cStu
{
    padding-top:10px;
    padding-left: 17px;
    color: #F1F2F2;
    font-family: "Driod SansX", Sans-Serif;
    float:left;
}



.lblStuName
{
    float: left;
    clear: left;
    font-weight: bold;
    font-size: 18pt;
    margin-bottom: 12px;
}

.lblStuNum
{
    float: left;
    margin-top: 3px;
    /*
    clear:left;
    margin-left:15px;
    */
    font-family:"Driod SansX", Sans-Serif;
    font-size: 10.5pt;
    color: #8E8F92;
}

.lblStuDetail {
    margin-top: 3px;
    margin-bottom: 2px;
    clear: left;
    margin-right: 15px;
    float: left;
    font-size: 10.5pt;
    font-family: "Driod SansX", Sans-Serif;
    color: #8E8F92;
    /*
    font-family: "Open Sans";
    font-weight:bold;
    */
}


/**********************************************/
.cSum
{
    color: #F1F2F2;
    font-family: "Driod SansX", Sans-Serif;
    float:left;
    width:100%;
}


.lblSumTXT
{
    float: left;
    width:100%;
    margin-top:20px; 
    padding-bottom:1px;
    font-family:"Driod SansX", Sans-Serif;
    font-size: 12pt;
    /*font-style:italic;*/
    color:#6C6D71;
    text-align:center;
}

.lblSumTtl
{
    float: left;
    width:100%;
    font-family:"Driod SansX", Sans-Serif;
    font-size: 12pt;
    font-weight:bold;
    color:#6C6D71;
    text-align:center;
 }


.lblDue
{
    /*color:#EB008C;*/
    color:green;

}
.lblDueTtl
{
    /*color:#EB008C;*/
    color:green;
 }

.hlnkSum
{
    font-family: "Driod SansX", Sans-Serif;
    font-size: 8pt;
    font-weight:bold;
    font-style:italic;
    text-align:center;
    padding-top:10px;
    
}

.hlnkTtlDue
{
    /*color:#EB008C;*/
    color:green;
    text-decoration:none;            
}

.hlnkTtlFee
{
    color:#00ADEE;
    text-decoration:none;
}

.hlnkTtlOp
{
    color:#00ADEE;   
    text-decoration:none;
}


#StudentDemoInfoWrap {
    /*color: white;*/
    height: auto;
    /*background-color: rgb(40,40,40);*/
    width: 100%;
    float: left;
    clear: left;
}

.TabSelBoxWrap {
    float: left;
    position: relative;
}

.TabcStuSelLbl {
    border-bottom-width: 3px;
    border-bottom-style: solid;
    border-bottom-color: rgb(0, 162, 232);
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    font-weight: 500;
    float: left;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
}

.TabNonSelBoxWrap {
    float: left;
    position: relative;
}

.TabNonSelBoxWrap:hover {
    color: rgb(0, 162, 232);
}

.TabcStuNonSelLbl {
    padding: 10px 15px;
    width: 100%;
    text-align: center;
    float: left;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif !important;
    font-weight: 500;
    text-decoration: none;
    margin-bottom : 3px;
}


.StoreItemOut {
    color: white;
}

.StoreItemOut:hover {
    color: green;
}


@media only screen and (max-device-width: 640px), (max-width: 640px) {
    .StoreItemOut{
        zoom: 1.25;
    }
}

.ItemBox_Centerx:hover {
    border-bottom: solid 3px rgb(0,162,232);
    color: rgb(0,162,232);
    height: 191px;
}

.ItemBox_Centerx:hover .ItemDetail {
    color: rgb(0,162,232);
}

.ItemBox_Centerx {
    /*background-color:rgb(69,68,70);*/
    background-color: white;
    color: black;
    height: 191px;
}

.ItemBox_BoxWrap {
    /*width:auto; */
    border: 1px solid dimgray;
    background-color: white;
    width: 220px;
    /*height: 128px;*/
    /*width: 183px;*/
    float: left;
}

.ItemTitle {
    font-family: "Driod SansX", Sans-Serif;
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

.ItemDetail {
    color: #6C6D71;
    font-family: "Driod SansX", Sans-Serif;
    font-size: 8pt;
    font-weight: bold;
    text-align: center;
    padding-top: 10px;
}

/****************************************/
/* Cart */

.CartWrap { 
 height:121px;
 /*background: white;*/
 
 float:right;
 clear:right;
 /*margin-top: 22px;*/
 margin-bottom: 0px;
 margin-right: 0px;
}


#CartSummary {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    height: auto;
    margin-top: 5px;
}
    
    #CartTitleWrap
    {
     float:right;   
    }
    
    #CartTitle  
    {
     margin-top: 5px;
     /*text-align:center;*/
     font-size: 11pt;
     font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
     font-weight:500;
     /*font-family: "Driod SansX", Sans-Serif;*/
     /*font-style:italic;*/
     /*font-weight:bold;*/
     /*color:#6C6D71;*/   
     color:rgb(60,60,60);  
    }
    #CartTotal  
    {
     /*text-align:center;*/        
     /*margin-top: 5px;*/
     font-size:12pt;
     /*font-weight:bold;*/

     clear:left;
     text-align:left;
     
     
     /*color:#EB008C;*/
     color:white;
     /*font-family: "Driod SansX", Sans-Serif;*/
     /*font-weight:bold;*/
     
    }

#CartInfo
{
 float:right;
 font-family:'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif; 
}

    #CartInfoHeader
    {
     /*background:white;*/
     font-size:large;
     border-bottom-width:  1px;
     border-bottom-style: solid;
     border-bottom-color: Black;
    }
    #CartInfoSummary
    {
     /*background:white;*/
     font-size:small;
    }
                        
    #CartButtonWrap
    {
     /*background:white;*/
     font-size:medium;
     text-align:center;
     font-weight:bold;
     margin-top:0px;
     margin-bottom:0px;
     margin-left:10px;
     float:left;
    }    

    #CartBtn1Wrap
    {
     font-size:medium;
     float:left;
     color:white;
     /*width:100px;*/
     height:30px;
    }    

    #CartBtn2Wrap
    {
     font-size:medium;
     float:left;
     clear:left;
     color:white;
     /*width:100px;*/
       height:30px;
     margin-top: 0px;
     padding-top: 0px;
     padding-bottom: 3px;


    }        



.viewcartBtn
{
    float:right;
    text-decoration:none;
    color:white;
}

.cartBtn
{
 background: url('cartButton.png') 100% 0 no-repeat; 
 width:110px; 
 height:25px;   
}

.cartBtnText
{
    float:left;
    font-weight:bold; 
    font-family: "Driod SansX", Sans-Serif;
}
.viewcartBtn:hover
{
    text-decoration:none; 
    color:yellow;
}

.payNowBtnView
{
    text-decoration:none; 
    color:white;
}

.payNowBtnView:hover
{
    text-decoration:none; 
    float:right;
    color:Yellow;
}

.payNowBtn
{
    font-weight:bold;
    font-size:medium;
    background:green;
    width:120px;
    height:30px;
    float:right;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
    color:White;
    text-decoration:none;
}



.payNowBtn:hover
{
    font-weight:bold;
    font-size:medium;
    background:palegreen;
    width:120px;
    float:right;
    padding-top:5px;
    padding-bottom:5px;
    text-align:center;
    color:black;
    text-decoration:none;
}


.LunchCardSummaryBoxBalanceHigh{
    float:left; 
    clear:both; 
    /*padding: 12px 17px 12px 17px;*/ 
    /*font-family: Driod SansX, Sans-Serif;*/ 
    font-family: Segoe UI, Driod SansX, Sans-Serif;
    font-weight:bold; 
    font-size:12pt; 
    background-color:rgba(34,177,86,0.9); 
    color:white; 
    border-radius:0; 
    /*width: 375px;*/ 
}

/* Stage 2: action hierarchy + compact summary styling while preserving existing IDs/behavior */
/* NOTE: Do NOT force the background transparent here. The DB-driven school category
   color (SclOnlineCategoryBackgroundColor) is applied as an inline style in
   LunchCardSummary.ascx.cs and must be allowed to show, matching the banner used on
   the other popups. */
#SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox {
    color: #172033;
    border-radius: 0 !important;
}

#LunchCardSummary_LunchCardAddMoneyWrap.meal-account-addmoney-region {
    width: 100%;
    margin-top: 0 !important;
    padding-top: 10px;
    border-top: 1px solid #e7edf4;
}

#LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-popup-shell,
#LunchCardSummary_LunchCardAddMoneyWrap #pnlAddMoneyRoot {
    width: 100% !important;
    margin: 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
}

#LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-popup-header,
#LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-popup-body,
#LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-popup-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#LunchCardSummary_LunchCardAddMoneyWrap .sqp-ac-section {
    margin-left: 0 !important;
    align-items: stretch !important;
    flex-wrap: wrap !important;
    gap: 12px !important;
}

#LunchCardSummary_LunchCardAddMoneyWrap #pnlAddMoneyPresets,
#LunchCardSummary_LunchCardAddMoneyWrap .sqp-ac-presets {
    align-items: stretch !important;
    flex: 1 1 auto !important;
    max-width: none !important;
    gap: 12px !important;
    box-sizing: border-box !important;
}

#LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-inputrow {
    align-items: stretch !important;
    flex: 0 0 calc((100% - 48px) / 5) !important;
    max-width: calc((100% - 48px) / 5) !important;
    box-sizing: border-box !important;
    display: flex !important;
}

#LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-input,
#LunchCardSummary_LunchCardAddMoneyWrap .sqp-ac-input {
    min-width: 0 !important;
    max-width: none !important;
    width: 100% !important;
    flex: 1 1 auto !important;
    align-self: center !important;
    display: flex !important;
    align-items: center !important;
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 12px !important;
    line-height: 22px !important;
    box-sizing: border-box !important;
}

#LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-input input,
#LunchCardSummary_LunchCardAddMoneyWrap .sqp-ac-input input,
#LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-input .sqp-am-currency,
#LunchCardSummary_LunchCardAddMoneyWrap .sqp-ac-input .sqp-ac-currency {
    font-size: 18px !important;
    line-height: 22px !important;
}

#LunchCardSummary_LunchCardAddMoneyWrap .sqp-ac-preset-btn,
#LunchCardSummary_LunchCardAddMoneyWrap .sqp-ac-preset-btn.sqp-ac-preset-amount {
    height: 50px !important;
    min-height: 50px !important;
    padding: 0 10px !important;
    line-height: 22px !important;
    box-sizing: border-box !important;
}

#LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-okbtn:focus-visible,
#LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-secondarybtn:focus-visible,
#LunchCardSummary_LunchCardAddMoneyWrap .sqp-ac-preset-btn:focus-visible,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardAddMoney:focus-visible,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardHistory:focus-visible,
#SelectedStuWrap #LunchCardSummary_lnkAutochargeStatus:focus-visible,
#SelectedStuWrap #LunchCardSummary_lnkNotificationStatus:focus-visible,
#SelectedStuWrap #LunchCardSummary_lnkSpendingLimitStatus:focus-visible {
    outline: 2px solid #1d63b8;
    outline-offset: 2px;
}

@media only screen and (max-device-width: 640px), (max-width: 900px) {
    #LunchCardSummary_LunchCardAddMoneyWrap .sqp-ac-section,
    #LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-inline .sqp-ac-section,
    #LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-inline-form .sqp-ac-section {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    #LunchCardSummary_LunchCardAddMoneyWrap #pnlAddMoneyPresets,
    #LunchCardSummary_LunchCardAddMoneyWrap .sqp-ac-presets,
    #LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-inputrow,
    #LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-inline-actions {
        width: 100%;
        margin-left: 0 !important;
    }

    #LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-inline-actions {
        justify-content: flex-start;
    }

    #LunchCardSummary_LunchCardAddMoneyWrap .sqp-am-balance-note {
        width: 100%;
        text-align: left;
    }
}

#SelectedStuWrap #LunchCardSummary_LunchBalanceLabel {
    color: #e3edf9;
    font-size: 18px;
    line-height: normal;
    text-transform: none;
    letter-spacing: normal;
    font-weight: 500;
}

#SelectedStuWrap #LunchCardSummary_LunchBalanceDiv,
#SelectedStuWrap #LunchCardSummary_LunchBalance {
    color: #ffffff;
    font-size: 28px;
    line-height: normal;
    font-weight: 600;
}

#SelectedStuWrap #LunchCardSummary_LunchCardImage img {
    max-height: 60px;
    max-width: 130px;
    width: auto;
    object-fit: contain;
}

#SelectedStuWrap #LunchCardSummary_LunchBalanceNegative {
    color: #b42318 !important;
    font-size: 13px !important;
    line-height: 18px;
    font-weight: 600;
}

#SelectedStuWrap #LunchCardSummary_lnkLunchCardHistory,
#SelectedStuWrap #LunchCardSummary_lnkAutochargeStatus,
#SelectedStuWrap #LunchCardSummary_lnkNotificationStatus,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardRefund,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardTransfer,
#SelectedStuWrap #LunchCardSummary_lnkSpendingLimitStatus {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
    color: #ffffff !important;
    padding: 12px !important;
    border-radius: 9999px !important;
    gap: 8px !important;
}

#SelectedStuWrap #LunchCardSummary_lnkLunchCardHistory:hover,
#SelectedStuWrap #LunchCardSummary_lnkAutochargeStatus:hover,
#SelectedStuWrap #LunchCardSummary_lnkNotificationStatus:hover,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardRefund:hover,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardTransfer:hover,
#SelectedStuWrap #LunchCardSummary_lnkSpendingLimitStatus:hover {
    background: rgba(255,255,255,0.12) !important;
    border: 0 !important;
}

#SelectedStuWrap #LunchCardSummary_lnkLunchCardHistory .lunchLinkIcon,
#SelectedStuWrap #LunchCardSummary_lnkAutochargeStatus .lunchLinkIcon,
#SelectedStuWrap #LunchCardSummary_lnkNotificationStatus .lunchLinkIcon,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardRefund .lunchLinkIcon,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardTransfer .lunchLinkIcon,
#SelectedStuWrap #LunchCardSummary_lnkSpendingLimitStatus .lunchLinkIcon {
    background: #e3edf9;
    color: #74A6E2;
    width: 28px;
    height: 28px;
    flex: 0 0 28px;
}

#SelectedStuWrap #LunchCardSummary_lnkLunchCardHistory .lunchLinkIcon svg,
#SelectedStuWrap #LunchCardSummary_lnkAutochargeStatus .lunchLinkIcon svg,
#SelectedStuWrap #LunchCardSummary_lnkNotificationStatus .lunchLinkIcon svg,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardRefund .lunchLinkIcon svg,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardTransfer .lunchLinkIcon svg,
#SelectedStuWrap #LunchCardSummary_lnkSpendingLimitStatus .lunchLinkIcon svg {
    width: 16px;
    height: 16px;
}

#SelectedStuWrap #LunchCardSummary_lnkLunchCardHistory .lunchLinkLabel,
#SelectedStuWrap #LunchCardSummary_lnkAutochargeStatus .lunchLinkLabel,
#SelectedStuWrap #LunchCardSummary_lnkNotificationStatus .lunchLinkLabel,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardRefund .lunchLinkLabel,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardTransfer .lunchLinkLabel,
#SelectedStuWrap #LunchCardSummary_lnkSpendingLimitStatus .lunchLinkLabel {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
}

/* Green "ON" status badge to match the mockup */
#SelectedStuWrap #LunchCardSummary_lnkLunchCardHistory .lunchLinkBadge--on,
#SelectedStuWrap #LunchCardSummary_lnkAutochargeStatus .lunchLinkBadge--on,
#SelectedStuWrap #LunchCardSummary_lnkNotificationStatus .lunchLinkBadge--on,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardRefund .lunchLinkBadge--on,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardTransfer .lunchLinkBadge--on,
#SelectedStuWrap #LunchCardSummary_lnkSpendingLimitStatus .lunchLinkBadge--on {
    background: #87cc67;
    color: #ffffff;
    border-radius: 6px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.24px;
}

/* OFF status badge � AutoPay / Notifications (Figma #5D85B5) */
#SelectedStuWrap #LunchCardSummary_lnkLunchCardHistory .lunchLinkBadge--off,
#SelectedStuWrap #LunchCardSummary_lnkAutochargeStatus .lunchLinkBadge--off,
#SelectedStuWrap #LunchCardSummary_lnkNotificationStatus .lunchLinkBadge--off,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardRefund .lunchLinkBadge--off,
#SelectedStuWrap #LunchCardSummary_lnkLunchCardTransfer .lunchLinkBadge--off,
#SelectedStuWrap #LunchCardSummary_lnkSpendingLimitStatus .lunchLinkBadge--off {
    background: #5D85B5;
    color: #ffffff;
    border-radius: 6px;
    padding: 4px 6px;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.24px;
}

/* Prominent Add Money CTA: keep the white pill + green circular icon (see
   LunchLinkRenderer.lunchLinkPill--addmoney) instead of the secondary treatment. */
#SelectedStuWrap #LunchCardSummary_lnkLunchCardAddMoney {
    background: #ffffff !important;
    border: 1px solid #ffffff !important;
    color: #1c211f !important;
}

#SelectedStuWrap #LunchCardSummary_lnkLunchCardAddMoney .lunchLinkIcon {
    background: #87cc67;
    color: #ffffff;
}

#SelectedStuWrap #LunchCardSummary_lnkLunchCardAddMoney .lunchLinkLabel {
    color: #1c211f;
    font-weight: 600;
}

.LunchCardSummaryBoxBalanceLow{
    float:left; 
    clear:both; 
    /*padding: 12px 17px 12px 17px;*/ 
    font-family: Segoe UI, Driod SansX, Sans-Serif; 
    font-weight:bold; 
    font-size:12pt; 
    background-color:rgba(255,127,39,0.8); 
    color:white; 
    border-radius:0; 
    /*width: 375px;*/ 
}


.LunchCardSummaryBoxBalanceVeryLow{
    float:left; 
    clear:both; 
    /*padding: 12px 17px 12px 17px;*/ 
    font-family: Segoe UI, Driod SansX, Sans-Serif; 
    font-weight:bold; 
    font-size:12pt; 
    background-color:rgba(178,34,34,0.8);
    color:white; 
    border-radius:0; 
    /*width: 375px;*/ 
}


/* =========================================================================
   RESPONSIVE: keep the banner design intact at any frame/container width.
   The markup uses fixed 210px columns + 32px gaps via inline styles; these
   rules relax those constraints so the layout reflows instead of clipping
   or overflowing. Uses !important to override the inline widths/gaps.
   ========================================================================= */

/* Always keep the three action columns side-by-side (Figma 77:2008), no
   matter the screen size. The grid never wraps and each column shares the
   available width equally, shrinking rather than stacking. */
#SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox .meal-account-grid {
    flex-wrap: nowrap !important;
}

#SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox .meal-account-col {
    flex: 1 1 0 !important;
    width: auto !important;
    min-width: 0 !important;
}

/* Below ~1200px: tighten the action gaps so everything fits. */
@media only screen and (max-width: 1200px) {
    #SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox .meal-account-layout {
        gap: 20px !important;
    }

    #SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox .meal-account-actions {
        gap: 20px !important;
    }
}

/* Below ~900px: stack the identity (logo + balance) above the actions and
   let the action grid keep its three columns. */
@media only screen and (max-width: 900px) {
    #SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox .meal-account-layout {
        gap: 16px !important;
    }

    #SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox .meal-account-identity {
        flex: 1 1 100% !important;
    }

    #SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox .meal-account-main {
        flex: 1 1 100% !important;
    }

    #SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox .meal-account-actions {
        gap: 16px !important;
    }

    /* The vertical divider makes little sense once the content wraps. */
    #SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox .meal-account-divider {
        display: none !important;
    }
}

/* Below ~600px: the three fixed-width columns can't fit on a phone without
   overflowing, so flatten the column wrappers and let every pill reflow into
   an even two-across grid that fills the card width. */
@media only screen and (max-width: 600px) {
    #SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox .meal-account-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        column-gap: 12px !important;
        row-gap: 10px !important;
        width: 100% !important;
        align-items: stretch !important;
    }

    /* Dissolve the column wrappers so their pills become direct grid items. */
    #SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox .meal-account-col {
        display: contents !important;
    }

    /* Each pill fills its own grid cell and left-aligns its icon + label. */
    #SelectedStuWrap #LunchCardSummary_LunchCardSummaryBox .meal-account-col .lunchLinkPill {
        width: 100% !important;
        min-width: 0 !important;
        justify-content: flex-start !important;
        box-sizing: border-box !important;
    }

    #SelectedStuWrap #LunchCardSummary_LunchBalanceDiv,
    #SelectedStuWrap #LunchCardSummary_LunchBalance {
        font-size: 24px;
    }
}




.LunchCardAddMoneyBoxBalanceHigh{
    float:left; 
    clear:both; 
    /*padding: 12px 17px 12px 17px;*/ 
    font-family: Driod SansX, Sans-Serif; 
    font-weight:bold; 
    font-size:14pt; 
    /*background-color:rgb(34,177,86);*/ 
    color:white; 
    width: 375px; 
}

.LunchCardAddMoneyBoxLowBalanceLow{
    float:left; 
    clear:both; 
    /*padding: 12px 17px 12px 17px;*/ 
    font-family: Driod SansX, Sans-Serif; 
    font-weight:bold; 
    font-size:14pt; 
    /*background-color:rgb(255,127,39);*/ 
    color:white; 
    width: 375px; 
}


.LunchCardAddMoneyBoxBalanceVeryLow{
    float:left; 
    clear:both; 
    /*padding: 12px 17px 12px 17px;*/ 
    font-family: Driod SansX, Sans-Serif; 
    font-weight:bold; 
    font-size:14pt; 
    /*background-color:red;*/
    color:white; 
    width: 375px; 
}



#HeaderWrapper {
    width: 100%;
    height: 121px;
    overflow: hidden;
    margin: 0px;
}

.HeaderInner {
    width: 80%;
    margin: 0px auto 0px auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

#SchoolBannerLogoImage {
    height: 64px;
}

#ButtonPanel {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

#LogInLock {
    min-height: 100% !important;
    height: auto;
    padding: 24px 5px;
    background-color: rgb(254,223,1);
    width: 75px;
    color: #000;
    text-align: center;
}

#LogInLock .fas {
    display: block;
    font-size: 20pt;
}

#LogInLock span {
    display: block;  
    width: 100%;
    margin-top: 12px;
    font-size: 10.5pt;
}

#accountSettingPickerMain {
    min-height: 100% !important;
    height: auto;
    padding: 23px 10px 12px 0;
    text-align: center;
}


#lblSchoolName
{
    display:none;
}

@media only screen and (max-device-width: 640px), (max-width: 1100px) {
    
    #HeaderWrapper {
        height: 84px;
    }

    #SchoolBannerLogoImage {
        max-width: 200px;
        height: auto;
        max-height: 55px;
    }

    #accountSettingPickerMain {
        padding: 9px 10px 0 0;
    }

    .CartWrap {
        height: auto;
    }

    #cartPadding {
        padding: 11px 15px 0 11px;
    }

}

#receiptNavigation ul {
    list-style: none;
    padding: 0;
}

#receiptNavigation li {
    margin-left: 25px;
    display: inline-block;
}

#receiptNavigation input {
    cursor: pointer;
}
.reallocateHeader {
    font-family: 'Inter', 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Arial, sans-serif;
    font-weight: bold;
    font-size: large;
    width: 700px;
    margin-bottom: 7px;
}

.formGrid {
    width: 90%;
    margin: 0.5em auto 1em auto;
    display: grid;
    grid-gap: 0.5em;
}

.formRow {
    margin-left: 2em;
    margin-bottom: 0.5em;
}

.reallocateLabel {
    grid-column-start: 1;
    text-align: right;
    margin-right: 0.5em;
}

.reallocateInput {
    grid-column-start: 2;
}

select.reallocateInput {
    min-width: 30em;
}

.buttonRow {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.buttonRow input[type=submit] {
    width: 10em;
}

.spinner {
    width: 30em;
    border: 1px solid dimgray;
    padding: 0.5em;
    background-color: lightyellow;
}

.spinnerImage {
    text-align: center;
}

.spinner img {
    height: 32px;
    width: 32px;
}

.errorMessage {
    margin-top: 1em;
    color: Red;
    font-weight: bold;
}

