@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';
@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Pages/BingoConfig.razor.rz.scp.css */
.main[b-7acgpauedq] {
    flex-grow: 1;
    overflow-y: auto;
    background: linear-gradient(rgba(0,0,0,0) 40%, rgba(164, 9, 9, 0.4) 80%);
    padding: 1.5rem !important;
}

.checkout-cols[b-7acgpauedq] {
    display: flex;
}

    .checkout-cols h4[b-7acgpauedq] {
        margin-bottom: 1.5rem;
    }

    .checkout-cols > div[b-7acgpauedq] {
        flex: 1;
        margin: 1rem;
        border: 1px solid #ddd;
        background: rgba(255,255,255,0.3);
        padding: 1.25rem 1rem;
    }

        .checkout-cols > div:first-child[b-7acgpauedq] {
            margin-left: 0;
        }

        .checkout-cols > div:last-child[b-7acgpauedq] {
            margin-right: 0;
        }

.form-field[b-7acgpauedq] {
    display: flex;
    margin: 0.5rem;
}

    .form-field > label[b-7acgpauedq] {
        width: 6rem;
    }

    .form-field > div[b-7acgpauedq] {
        flex-grow: 1;
    }

    .form-field input[b-7acgpauedq] {
        width:400px;
       /* width: 100vw;*/
    }


.u-background-brightest[b-7acgpauedq] {
    /*    background-color: #82823a;*/
   /* background: linear-gradient(rgba(0,0,0,0) 5%, rgb(55, 207, 26) 30%,rgba(0,0,0,0) 50%, rgb(55, 207, 26) 70%,rgba(0,0,0,0) 95%);
*/
}

.u-maxwidth-unset[b-7acgpauedq] {
    max-width: unset !important;
}

.alert[b-7acgpauedq]{
    color:red;
    background-color:lightyellow;
}
/* /Pages/BingoDetail.razor.rz.scp.css */
.bingo_detail-titles[b-2azsvzi9u9] {
/*    color: #7979ac;*/
    font-size: 1.125rem;
    font-weight: 700;
/*    margin-bottom: 1.5rem;*/
    text-transform: uppercase;
}

.bingo_detail-title[b-2azsvzi9u9] {
/*    color: #7979ac;*/
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: uppercase;
}

.bingo_detail-items[b-2azsvzi9u9] {
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 1.5rem;
}

.bingo_detail-thumbnail-container[b-2azsvzi9u9] {
    width: 10rem;
}

.bingo_detail-thumbnail-wrapper[b-2azsvzi9u9] {
    background-color: #dbdede;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}

.bingo_detail-thumbnail[b-2azsvzi9u9] {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}
/* /Pages/BingoMainAdminbackup.razor.rz.scp.css */
/*.page {
    position: relative;
    display: flex;
    flex-direction: column;
}
*/



    .bingonum[b-xtr0wxsle4] {
        min-width: 360px;
        min-height: 360px;
        /*    max-width: 600px;
    max-height: 600px;*/
        width: 100%;
        font-size: 20em;
        align-content: center;
        align-items: center;
        text-align: center;
        background-color: lightblue;
        padding: 5px;
        margin: 5px;
    }

    .center-row[b-xtr0wxsle4] {
        display: flex;
        flex-flow: row wrap;
        overflow: scroll;
        background-color: orange;
        border: 1px solid;
        justify-content: flex-start;
/*        height: 8rem;*/
        /*    width:100%;*/
        display: flex;
        /*    align-items: center;*/
        width: 100%;
        /*    max-width: 600px;*/
        /*    max-width: 100%;*/
        /*    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);*/
        /*    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);*/
    }

        .center-row span[b-xtr0wxsle4] {
            height: 2rem;
            padding: 5px;
            font-size: 1.5em;
        }
@media (max-width: 767.98px) {
    .center-row[b-xtr0wxsle4] {
        height: 8em;
    }
}

@media (min-width: 768px) {
    .center-row[b-xtr0wxsle4] {
        height: 50vh;
    }
}
/* /Pages/BingoMainbackup.razor.rz.scp.css */
.page[b-gmmpn64jlm] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.vcenter[b-gmmpn64jlm] {
/*    vertical-align: central;*/
    align-items: center;
}

.bingopic[b-gmmpn64jlm] {
    min-width: 80px;
    min-height: 80px;
    max-width: 100px;
    max-height: 100px;
    width: 18%;
    height: 18%;
    text-align: center;
    vertical-align: central;
    align-content: center;
    align-items: center;
    background-color: blue;
    padding: 0;
    margin: 2px;
}

.center-row[b-gmmpn64jlm] {
    display: flex;
    flex-flow: row wrap;
    overflow: scroll;
    background-color: orange;
    border: 1px solid;
    justify-content: flex-start;
    height: 8rem;
    /*    width:100%;*/
    display: flex;
    /*    align-items: center;*/
    width: 100%;
    max-width: 600px;
    /*    max-width: 100%;*/
    /*    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y);*/

    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5);
}

    .center-row span[b-gmmpn64jlm] {

        height:2rem;
        padding:5px;
        font-size:1.5em;
    }
/* /Pages/BingoMainCreateStep1.razor.rz.scp.css */
.main[b-x3le9prsah] {
    flex-grow: 1;
    overflow-y: auto;
    background: linear-gradient(rgba(0,0,0,0) 40%, rgba(164, 9, 9, 0.4) 80%);
    padding: 1.5rem !important;
}

.checkout-cols[b-x3le9prsah] {
    display: flex;
}

    .checkout-cols h4[b-x3le9prsah] {
        margin-bottom: 1.5rem;
    }

    .checkout-cols > div[b-x3le9prsah] {
        flex: 1;
        margin: 1rem;
        border: 1px solid #ddd;
        background: rgba(255,255,255,0.3);
        padding: 1.25rem 1rem;
    }

        .checkout-cols > div:first-child[b-x3le9prsah] {
            margin-left: 0;
        }

        .checkout-cols > div:last-child[b-x3le9prsah] {
            margin-right: 0;
        }

.form-field[b-x3le9prsah] {
    display: flex;
    margin: 0.5rem;
}

    .form-field > label[b-x3le9prsah] {
        width: 6rem;
    }

    .form-field > div[b-x3le9prsah] {
        flex-grow: 1;
    }

    .form-field input[b-x3le9prsah] {
        width:400px;
       /* width: 100vw;*/
    }


.u-background-brightest[b-x3le9prsah] {
    /*    background-color: #82823a;*/
   /* background: linear-gradient(rgba(0,0,0,0) 5%, rgb(55, 207, 26) 30%,rgba(0,0,0,0) 50%, rgb(55, 207, 26) 70%,rgba(0,0,0,0) 95%);
*/
}

.u-maxwidth-unset[b-x3le9prsah] {
    max-width: unset !important;
}

.alert[b-x3le9prsah]{
    color:red;
    background-color:lightyellow;
}
/* /Pages/BingoMainCreateStep2.razor.rz.scp.css */
.esh-basket-delete[b-nlvfq0113g] {
    height: 25em;
    width: 25em;
}



.bingoarea[b-nlvfq0113g] {
    min-width: 400px;
    /*   overflow:auto;*/
}

.maxcardfix[b-nlvfq0113g] {
    min-height: 410px;
    min-width: 400px;
    max-height: 725px;
    max-width: 715px;
}

.mynowrap[b-nlvfq0113g] {
    flex-direction: row;
    flex-wrap: nowrap;
    /* height:100%*/
}

.mybigfont[b-nlvfq0113g] {
    /*    padding-top:0;
    margin-top:0;*/
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 20em;
    font-weight: bold;
    text-align: center;
    aspect-ratio: 1;
}

.vcenter[b-nlvfq0113g] {
    /*    vertical-align: central;*/
    align-items: center;
    vertical-align: middle;
}

.topbottommargain[b-nlvfq0113g] {
    margin-top: 4px;
    margin-bottom: 12px;
}

.smallbingopic[b-nlvfq0113g] {
    /*    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;*/
    width: 60px;
    height: 60px;
    /*   text-align: center;
    vertical-align: central;
    align-content: center;
    align-items: center;*/
    /*    background-color: blue;*/
    background-image: url("../../pic/ball120.jpg");
    background-size: cover;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 2.8em;
    font-weight: bold;
    text-align: center;
    aspect-ratio: 1;
}

.topmmargain[b-nlvfq0113g] {
    margin-top: 2px;
}

.longbox[b-nlvfq0113g] {
    width: 230px;
    /*    height: 60px;*/
}
/*@media (max-width: 855.98px) {
    .bingopic {
        padding: 12px 0 0 0;
        font-size: 2.8em;
    }
}
@media (min-width: 856px) {

    .bingopic {
        padding: 18px 0 0 0;
        font-size: 3.2em;
    }
}*/
.alert[b-nlvfq0113g] {
    color: red;
    background-color: lightyellow;
}
/* /Pages/BingoMainJoin.razor.rz.scp.css */
.esh-basket-delete[b-19xpuds5ig] {
    height: 25em;
    width: 25em;
}



.bingoarea[b-19xpuds5ig] {
    min-width: 400px;
    /*   overflow:auto;*/
}

.maxcardfix[b-19xpuds5ig] {
    min-height: 410px;
    min-width: 400px;
    max-height: 725px;
    max-width: 715px;
}

.mynowrap[b-19xpuds5ig] {
    flex-direction: row;
    flex-wrap: nowrap;
    /* height:100%*/
}

.mybigfont[b-19xpuds5ig] {
    /*    padding-top:0;
    margin-top:0;*/
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 20em;
    font-weight: bold;
    text-align: center;
    aspect-ratio: 1;
}

.vcenter[b-19xpuds5ig] {
    /*    vertical-align: central;*/
    align-items: center;
    vertical-align: middle;
}

.topbottommargain[b-19xpuds5ig] {
    margin-top: 4px;
    margin-bottom: 12px;
}

.smallbingopic[b-19xpuds5ig] {
    /*    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;*/
    width: 60px;
    height: 60px;
    /*   text-align: center;
    vertical-align: central;
    align-content: center;
    align-items: center;*/
    /*    background-color: blue;*/
    background-image: url("../../pic/ball120.jpg");
    background-size: cover;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 2.8em;
    font-weight: bold;
    text-align: center;
    aspect-ratio: 1;
}

.topmmargain[b-19xpuds5ig] {
    margin-top: 2px;
}

.longbox[b-19xpuds5ig] {
    width: 230px;
    /*    height: 60px;*/
}
/*@media (max-width: 855.98px) {
    .bingopic {
        padding: 12px 0 0 0;
        font-size: 2.8em;
    }
}
@media (min-width: 856px) {

    .bingopic {
        padding: 18px 0 0 0;
        font-size: 3.2em;
    }
}*/
/* /Pages/BingoMainList.razor.rz.scp.css */

.bottomdivider[b-f5g43lj3wv] {
    border-bottom: 3px solid #f3f4f3;
}

#myList p[b-f5g43lj3wv]{
    padding-top:15px;
}

.btn-myinfo[b-f5g43lj3wv] {
    color:#fff;
    background-color: #5799fb;
}
/* /Pages/CreateBingoNums.razor.rz.scp.css */

.bingoarea[b-ahopa418wq] {
    min-width: 400px;
    /*   overflow:auto;*/
   
}
.maxcardfix[b-ahopa418wq] {
    min-height: 410px;
    min-width: 400px;
    max-height: 725px;
    max-width: 715px;
}
.mynowrap[b-ahopa418wq] {
    flex-direction: row;
    flex-wrap: nowrap;

    /* height:100%*/
}
.mybigfont[b-ahopa418wq] {
/*    padding-top:0;
    margin-top:0;*/
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 20em;
    font-weight: bold;
    text-align: center;
    aspect-ratio: 1;
}
.vcenter[b-ahopa418wq] {
    /*    vertical-align: central;*/
    align-items: center;
    vertical-align: middle;
}

.topbottommargain[b-ahopa418wq] {
    margin-top: 4px;
    margin-bottom: 12px;
}

.smallbingopic[b-ahopa418wq] {
    /*    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;*/
    width: 60px;
    height: 60px;
    /*   text-align: center;
    vertical-align: central;
    align-content: center;
    align-items: center;*/
    /*    background-color: blue;*/
    background-image: url("../../pic/ball120.jpg");
    background-size: cover;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 2.8em;
    font-weight: bold;
    text-align: center;
    aspect-ratio: 1;
}
.topmmargain[b-ahopa418wq] {
    margin-top: 2px;
}
.longbox[b-ahopa418wq] {
    width: 230px;
/*    height: 60px;*/
}
/*@media (max-width: 855.98px) {
    .bingopic {
        padding: 12px 0 0 0;
        font-size: 2.8em;
    }
}
@media (min-width: 856px) {

    .bingopic {
        padding: 18px 0 0 0;
        font-size: 3.2em;
    }
}*/
.alert[b-ahopa418wq] {
    color: red;
    background-color: lightyellow;
}
/* /Pages/CreateBingoNumsDel.razor.rz.scp.css */
/*.container �o
    width: 30%;
}

.box {
    width: 100%;
    padding-top: 100%;
    background: red;
}*/

.esh-orders-wrapper[b-n0p4ujru5k] {
    background-color: #fff;
    padding-bottom: 4rem;
    padding-top: 4rem;
    padding-left: 0;
}

.esh-orders-titles[b-n0p4ujru5k] {
    color: #7979ac;
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 1rem;
    padding-left: 0rem;
/*    text-transform: uppercase;*/
}

.mydivider[b-n0p4ujru5k] {
    border-top: 3px solid #f3f4f3;
}

.mydivider--bottom[b-n0p4ujru5k] {
    border-top: 0;
    border-bottom: 3px solid #f3f4f3;
}

.esh-orders-item[b-n0p4ujru5k] {
    font-size: 1rem;
    font-weight: 400;
    height: 6rem;
    line-height: 6rem;
    padding-left: 5rem;
  /*  position: relative;*/
}

.esh-orders-link[b-n0p4ujru5k] {
    color: #0d2092;
    text-decoration: none;
    transition: color 0.35s;
}

    .esh-orders-link:hover[b-n0p4ujru5k] {
        color: #292929;
    }

.u-background-brightest[b-n0p4ujru5k] {
    background-color: #fff;
}

.alert[b-n0p4ujru5k] {
    background-color: white;
    border: 1px solid red;
    color: #0d2092;
    font-size: 1.25rem;
}

.notmargin[b-n0p4ujru5k] {
    width:100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
}



.esh-orders_detail-titles[b-n0p4ujru5k] {
    color: #7979ac;
    font-size: 1.125rem;
    font-weight: 300;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
}

.esh-orders_detail-title[b-n0p4ujru5k] {
    color: #7979ac;
    font-size: 1.125rem;
    font-weight: 300;
    text-transform: uppercase;
}

.esh-orders_detail-items[b-n0p4ujru5k] {
    font-size: 1rem;
    font-weight: 400;
}

.esh-orders_detail-thumbnail-container[b-n0p4ujru5k] {
    width: 10rem;
}

.esh-orders_detail-thumbnail-wrapper[b-n0p4ujru5k] {
    background-color: #dbdede;
    height: 0;
    overflow: hidden;
    padding-top: 100%;
    position: relative;
}

.esh-orders_detail-thumbnail[b-n0p4ujru5k] {
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: auto;
}

/*
.box-new {
    width: 100%;
    background: lightblue;
    aspect-ratio: 1;
}
*/


.mymain[b-n0p4ujru5k] {
    flex-grow: 1;
    overflow-y: auto;
    background: linear-gradient(rgba(0,0,0,0) 40%, rgba(0,0,0,0.4) 80%);
    padding: 1.5rem !important;
}

.orders-list .list-group-item[b-n0p4ujru5k] {
    display: flex;
}

.orders-list .col[b-n0p4ujru5k] {
    margin: auto;
}

.orders-list h5[b-n0p4ujru5k] {
    color: #c03939;
    font-size: 1.3rem;
    font-weight: 300;
    margin: 0.2rem 0 0 0;
    font-family: 'Bahnschrift', Arial, Helvetica, sans-serif;
    text-transform: uppercase;
}

.testCenter[b-n0p4ujru5k] {
    justify-content: center;
}
/* /Pages/CreateGuestBingoNums.razor.rz.scp.css */

.bingoarea[b-o8cnvpc1gf] {
    min-width: 400px;
    /*   overflow:auto;*/
   
}
.maxcardfix[b-o8cnvpc1gf] {
    min-height: 410px;
    min-width: 400px;
    max-height: 725px;
    max-width: 715px;
}
.mynowrap[b-o8cnvpc1gf] {
    flex-direction: row;
    flex-wrap: nowrap;

    /* height:100%*/
}
.bingopic[b-o8cnvpc1gf] {
    /*    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;*/
    /*   width: 18%;
    height: 18%;
    text-align: center;
    vertical-align: central;
    align-content: center;
    align-items: center;*/
    /*    background-color: blue;*/

    background-size: cover;
    padding: 12px 0 0 0;
    margin: 0 0 0 0;
    font-size: 2.8em;
    font-weight: bold;
    text-align: center;
    aspect-ratio: 1;
}

.bingopicimage[b-o8cnvpc1gf] {
    background-image: url("../../pic/ball120lightgray.jpg");
}

.bingopicimagelight[b-o8cnvpc1gf] {
    background-image: url("../../pic/ball120light.jpg");
}


.bingopicimagelightgray[b-o8cnvpc1gf] {
    background-image: url("../../pic/ball120lightgray.jpg");
}

.fontwhite[b-o8cnvpc1gf] {
    color:white;
}

.fontblack[b-o8cnvpc1gf] {
    color: black;
}

.vcenter[b-o8cnvpc1gf] {
    /*    vertical-align: central;*/
    align-items: center;
    vertical-align: middle;
}


.topbottommargain[b-o8cnvpc1gf] {
    margin-top: 4px;
    margin-bottom: 12px;
}

.smallbingopic[b-o8cnvpc1gf] {
    /*    min-width: 80px;
    min-height: 80px;
    max-width: 80px;
    max-height: 80px;*/
    width: 60px;
    height: 60px;
    /*   text-align: center;
    vertical-align: central;
    align-content: center;
    align-items: center;*/
    /*    background-color: blue;*/
    background-image: url("../../pic/ball120.jpg");
    background-size: cover;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    font-size: 2.8em;
    font-weight: bold;
    text-align: center;
    aspect-ratio: 1;
}

@media (max-width: 855.98px) {
    .bingopic[b-o8cnvpc1gf] {
        padding: 12px 0 0 0;
        font-size: 2.8em;
    }
}
@media (min-width: 856px) {

    .bingopic[b-o8cnvpc1gf] {
        padding: 18px 0 0 0;
        font-size: 3.2em;
    }
}
/* /Pages/Index.razor.rz.scp.css */
.menu[b-x01a2twcit] {
    background-color: lightblue;
}
/* /Shared/Identity.razor.rz.scp.css */
.esh-identity[b-m3mlkri0u0] {
    position: relative;
}

.esh-identity-section[b-m3mlkri0u0] {
    width: 100%;
}

.esh-identity-name[b-m3mlkri0u0] {
    font-size: 0.875rem;
    display: inline-block;
}

.esh-identity-name--upper[b-m3mlkri0u0] {
    text-transform: uppercase;
}

.esh-identity-image[b-m3mlkri0u0] {
    height: auto;
    width: 1.5rem;
}

.esh-identity-drop[b-m3mlkri0u0] {
    background: #fff;
    height: 0;
    min-width: 10rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 2.5rem;
    transition: height 0.35s;
}

.esh-identity:hover .esh-identity-drop[b-m3mlkri0u0] {
    height: 5rem;
}

.esh-identity-item[b-m3mlkri0u0] {
    color: #0d2092;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    transition: all 0.35s;
}

.esh-identity-item:hover[b-m3mlkri0u0] {
    background-color: #f3f4f3;
    color: #292929;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-scyzzmydzo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.contentplus[b-scyzzmydzo] {
    background-image: url("../../pic/bkg-blu.jpg");
    background-size: cover;
}

main[b-scyzzmydzo] {
    flex: 1;
    min-height: 98vh;
}

.sidebar[b-scyzzmydzo] {
    background-image: linear-gradient(180deg, #5799fb 0%, #0c50b4 70%);
}

.footer[b-scyzzmydzo] {
    position: sticky;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px;
    color: #fff;
    background-color: #0c50b4;
    border-color: #0c50b4;
}
.top-row[b-scyzzmydzo] {
    background-color: #5799fb;
/*    border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

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

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

@media (max-width: 640.98px) {
/*    .footer {
        position: relative;
    }*/
        .top-row:not(.auth)[b-scyzzmydzo] {
/*        display: none;*/
    }

    .top-row.auth[b-scyzzmydzo] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
/*    .footer {
        position: sticky;
    }*/

    .page[b-scyzzmydzo] {
        flex-direction: row;
    }

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

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

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

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

/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-g7qktxqsdp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-g7qktxqsdp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-g7qktxqsdp] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0);
}

.navbar-brand[b-g7qktxqsdp] {
    font-size: 1.1rem;
}

.bi[b-g7qktxqsdp] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-g7qktxqsdp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-g7qktxqsdp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-g7qktxqsdp] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

/*.bi-list-nested-nav-menu-logout {
    background-image: url('data:image/svg+xml,%3Csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'16\' height=\'16\' fill=\'white\' class=\'bi bi-list-nested\' viewBox=\'0 0 16 16\'%3E%3Cpath fill-rule=\'evenodd\' d=\'M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z\'/%3E%3C/svg%3E'); width: 16px; height: 16px;"></div> ");
}*/

.nav-item[b-g7qktxqsdp] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-g7qktxqsdp] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-g7qktxqsdp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-g7qktxqsdp]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-g7qktxqsdp]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-g7qktxqsdp]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-g7qktxqsdp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-g7qktxqsdp] {
    display: block;
}

.identity[b-g7qktxqsdp] {
    position: relative;
}

.identity-drop[b-g7qktxqsdp] {
    
    background-image: linear-gradient(180deg, #5799fb 0%, #0c50b4 70%);
    height: 0;
    min-width: 30rem;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 2.5rem;
    transition: height 0.35s;
}

.identity:hover .identity-drop[b-g7qktxqsdp] {
    height: 2.5rem;
}

.identity-item[b-g7qktxqsdp] {
    min-width: 30rem;
    color: #0d2092;
    cursor: pointer;
    font-size: 0.875rem;
    line-height: 2.5rem;
    padding: 0 1rem;
    transition: all 0.35s;
}

    .identity-item:hover[b-g7qktxqsdp] {
        min-width: 30rem;
        /*    background-color: #f3f4f3;*/
        /*        background-image: linear-gradient(180deg, #5799fb 0%, #0c50b4 70%,50);*/
        background-color: rgba(255,255,255,0.1);
        color: white;
        /*        color: #292929;*/
    }

.identity-section[b-g7qktxqsdp] {
    width: 100%;
}

.identity-image[b-g7qktxqsdp] {
    height: auto;
    width: 1.5rem;
}

.identity-name[b-g7qktxqsdp] {
    color:#fff;
    font-size: 0.875rem;
    display: inline-block;
}

.esh-identity-name--upper[b-g7qktxqsdp] {
    text-transform: uppercase;
}

@media (min-width: 641px) {
    .navbar-toggler[b-g7qktxqsdp] {
        display: none;
    }

    .nav-scrollable[b-g7qktxqsdp] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
