/* /Modules/Contact/ContactPage.razor.rz.scp.css */

.pageHeaderOffset[b-n495803t1x] {
    padding-top: 2.3em;
}

.quickAccessCard[b-n495803t1x] {
    box-shadow: 0px 6px 12px -3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 6px 12px -3px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border-width: 0px;
    min-height: 50vh;
    cursor: default;
    margin: 1em;
    background-color: rgb(228,233,244, 1);
    z-index: 2;
}

.quickAccessCard-footer[b-n495803t1x] {
    padding: 1rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.quickAccessCard-header[b-n495803t1x] {
    padding: 1rem 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    cursor: default;
}

.textAreaUX[b-n495803t1x] {
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    width: 100%;
}

    .textAreaUX:focus[b-n495803t1x] {
        border: 1px solid #EEEEEE;
    }

.buttonSendUX[b-n495803t1x] {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0px 6px 12px -3px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 6px 12px -3px rgba(0, 0, 0, 0.5);
    margin-right: 1em;
    margin-bottom: 0.5em;
    background-color: rgb(136, 150, 209,1);
    font-weight: 600;
    color: white;
}

    .buttonSendUX:hover[b-n495803t1x] {
        background-color: rgb(228,233,244,1);
        color: black;
    }

.sendIconUX[b-n495803t1x] {
    padding-right: 1em;
    font-weight: 600;
}

.contactDropdownUX[b-n495803t1x] {
    background-color: rgb(136, 150, 209, 0.9);
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);
    color: white;
    font-weight: 600;
    padding-left: 2em;
    padding-right: 2em;
    text-align: left;
    text-overflow: ellipsis;
    height: 2em;
    min-width: 15em;
    border-radius: 10px;
}
/* /Modules/Login/Components/LoginCard.razor.rz.scp.css */
html[b-apr79l7w4e], body[b-apr79l7w4e] {
    background-color: white;
}

.indexCard[b-apr79l7w4e] {
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    width: 22rem;
    font-weight: 800;
    cursor: pointer;
}

.indexCardImage[b-apr79l7w4e] {
    padding: 15px;
}

.indexCardHeader[b-apr79l7w4e] {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(187, 203, 237, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}


.indexCardFooter[b-apr79l7w4e] {
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    width: 22rem;
    font-weight: 800;
    cursor: pointer;
}

.indexFooterIcon[b-apr79l7w4e] {
    color: #8896d1;
    font-weight: bolder;
    font-size: 1.4em;
}

.indexFooterText[b-apr79l7w4e] {
    font-weight: bold;
}

/* /Modules/Login/Components/LoginDisplay.razor.rz.scp.css */
body[b-d8ks8m9iuq] {
}


.buttonLogoutUX[b-d8ks8m9iuq] {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    font-size: 1.1em;
    background-color: rgb(230, 200, 0, 1);
    color: black;
    padding-top: 0.2em;
}

    .buttonLogoutUX:hover[b-d8ks8m9iuq] {
        background-color: rgb(196, 45, 0, 1);
        color: white;
    }




.ErrorUX[b-d8ks8m9iuq] {
    background-color: rgb(196, 45, 0, 1);
    color: black;
}

.WarnUX[b-d8ks8m9iuq] {
    background-color: rgb(230, 200, 0, 1);
    color: black;
}

.SuccessUX[b-d8ks8m9iuq] {
    background-color: rgb(17, 238, 86, 1);
    color: black;
}

.InactiveUX[b-d8ks8m9iuq] {
    background-color: rgb(228,233,244, 1);
    color: black;
}

.buttonSettingsUX[b-d8ks8m9iuq] {
    /*background-color: rgb(187, 203, 237, 0.9);*/
    border: 0px solid rgba(0,0,0,.2);
    /*box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);*/
    position: absolute;
    right: 4.2em;
    top: 0em;
    color: rgb(136, 150, 209, 1);
    /*color: #8896d1;*/
    font-size: 1.2em;
}

    .buttonSettingsUX:hover[b-d8ks8m9iuq] {
        /* background-color: rgb(187, 203, 237, 0.9);*/
        text-shadow: 0 0 10px rgba(87, 203, 237,0.8), 0 0 20px rgba(187, 203, 237,0.8), 0 0 30px rgba(187, 203, 237,0.8); /* Set the glow effect */
        color: black;
    }

.loginUserTitleUX[b-d8ks8m9iuq] {
    position: absolute;
    right: 10em;
    top: 0.85em;
    color: rgb(136, 150, 209, 1);
    /*color: #8896d1;*/
    font-size: 0.75em;
    cursor:pointer;
}

    .loginUserTitleUX:hover[b-d8ks8m9iuq] {
        /* background-color: rgb(187, 203, 237, 0.9);*/
        text-shadow: 0 0 10px rgba(87, 203, 237,0.8), 0 0 20px rgba(187, 203, 237,0.8), 0 0 30px rgba(187, 203, 237,0.8); /* Set the glow effect */
        color: black;
    }

.settingsCard[b-d8ks8m9iuq] {
    border: 1px solid rgba(0,0,0,.2);
    position: absolute;
    right: 2.85em;
    top: 0.5em;
    margin: 2em;
    font-weight: 800;
    background-color: white;
    border-radius:10px;
}

.settingsCard-headerUX[b-d8ks8m9iuq] {
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .settingsToggle[b-d8ks8m9iuq] {
        color: #8896d1;
        cursor: pointer;
    }
.settingsToggle:hover[b-d8ks8m9iuq] {
    transform: rotateX(180deg);
}

.settingsCard-body[b-d8ks8m9iuq]
{
    padding: 0.5em;
}

/* /Modules/Navigation/Components/NavigationHistory.razor.rz.scp.css */
body[b-j579lwdgv1] {
}


.navigationHistoryHome[b-j579lwdgv1] {
    margin-top: -4px !important;
    padding-top: 1.4em;
    height: 60px;
    width: 55px;
    border: 1px solid;
    cursor: pointer;
    z-index: 10;
}

    .navigationHistoryHome[b-j579lwdgv1]:after {
        content: '';
        display: block;
        
        border-bottom-color: none;
        position: absolute;
        bottom: 0;
    }

.navigationHistoryIcon[b-j579lwdgv1] {
    font-size: 1.8em;
}


.navigationHistoryHomeCSS[b-j579lwdgv1] {
    
    border-color: #EEEEEE;
}

.navigationHistoryCurrent[b-j579lwdgv1] {
    position: absolute;
    margin: auto;
    left: calc(50% - 28px);
    box-shadow: 0px 12px 12px -6px rgba(67, 186, 222, 0.5);
    -webkit-box-shadow: 0px 16px 12px -6px rgba(67, 186, 222, 0.5);
    border-color: rgba(67, 186, 222, 0.8);
    border-width: 1px;
}



.navigationHistoryBar[b-j579lwdgv1] {
    min-height: 60px;
}

.navigationHistoryHelp[b-j579lwdgv1]
{

}

.quickAccessCardHistoryTeachM[b-j579lwdgv1] {
    box-shadow: 0px 12px 24px -6px rgba(10, 209, 147, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 72, 94, 0.5);
    border-color: rgba(0, 72, 94, 0.2);
    color: rgba(0, 72, 94, 1);
}


.quickAccessCardHistoryGuideM[b-j579lwdgv1] {
    box-shadow: 0px 12px 24px -6px rgba(194, 69, 80, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(62, 172, 206, 0.5);
    border-color: rgba(62, 172, 206, 1);
}

.quickAccessCardHistorySettings[b-j579lwdgv1] {
    box-shadow: 0px 12px 24px -6px rgba(187, 203, 237, 1);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(187, 203, 237, 1);
    border-color: rgba(228,233,244, 1);
    color: #777777;
}

.quickAccessCardHistoryHome[b-j579lwdgv1] {
    box-shadow: 0px 12px 24px -6px rgba(187, 203, 237, 1);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(187, 203, 237, 1);
    border-color: rgba(228,233,244, 1);
    color: #777777;
}


/* /Modules/Navigation/Components/QuickNavigation.razor.rz.scp.css */
body[b-sgs08zj3xd] {
}


.quickAccessCard[b-sgs08zj3xd] {
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border-width: 0px;
    width: 22rem;
    font-weight: 800;
    min-height: 20rem;
    cursor: pointer;
    margin: 1em;
}

.quickAccessCard-footer[b-sgs08zj3xd] {
    padding: 1rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

.quickAccessCard-header[b-sgs08zj3xd] {
    padding: 1rem 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    cursor: pointer;
}

.quickAccessCardClass[b-sgs08zj3xd] {
    border-color: #00485E;
}

.quickAccessCardHeaderFooterClass[b-sgs08zj3xd] {
    background-color: rgba(0, 72, 94, 1.03);
}

.quickAccessCardImage[b-sgs08zj3xd] {
    padding: 15px;
}

.quickAccessCardIconClass[b-sgs08zj3xd] {
    color: white;
    font-size: 3em;
}

.quickAccessCardBoard[b-sgs08zj3xd] {
    border-color: #0097c4;
}



.quickAccessCardIconBoard[b-sgs08zj3xd] {
    color: white;
}

.quickAccessCardHeaderFooterGUIDEM[b-sgs08zj3xd] {
    background-color: rgba(0, 72, 94, 1)
}

.quickAccessCardIconTeam[b-sgs08zj3xd] {
    color: white;
}

.quickAccessCardIconBacklog[b-sgs08zj3xd] {
    color: white;
}

.quickAccessCardWIKI[b-sgs08zj3xd] {
    border-color: #0097c4;
}

.quickAccessCardIconWIKI[b-sgs08zj3xd] {
    color: white;
}

.quickAccessCardHeaderFooterWIKI[b-sgs08zj3xd] {
    background-color: rgba(10, 209, 147, 1.03);
}

.quickAccessCardHeaderFooterTEACHM[b-sgs08zj3xd] {
    background-color: rgba(10, 209, 147, 1.03);
}

.quickAccessCardHeaderFooterACCOUNT[b-sgs08zj3xd] {
    background-color: rgba(0, 151, 196, 1.03);
}

.quickAccessCardHeaderFooterFUNNEL[b-sgs08zj3xd] {
    background-color: rgba(0, 72, 94, 1.03);
}

.quickAccessCardHeaderFooterUSERADMIN[b-sgs08zj3xd] {
    background-color: rgba(196, 45, 0, 1.03);
}

.quickAccessCardHeaderFooterSUBMITM[b-sgs08zj3xd] {
    background-color: rgba(0, 151, 196, 1.03);
}

.quickAccessCardHeaderFooterCONFIGUREM[b-sgs08zj3xd] {
    background-color: rgba(0, 151, 196, 1.03);
}
.quickAccessCardHeaderFooterCONTACT[b-sgs08zj3xd] {
    background-color: #bbcbed;
}

.quickAccessCardDMS[b-sgs08zj3xd] {
    border-color: rgb(11, 116, 219,1);
}

.quickAccessCardIconDMS[b-sgs08zj3xd] {
    color: white;
}

.quickAccessCardHeaderFooterDMS[b-sgs08zj3xd] {
    background-color: rgba(11, 116, 219, 1.03);
}

.quickAccessCardReporting[b-sgs08zj3xd] {
    border-color: #0097c4;
}

.quickAccessCardIconReporting[b-sgs08zj3xd] {
    color: white;
}

.quickAccessCardHeaderFooterReporting[b-sgs08zj3xd] {
    background-color: rgba(10, 209, 147, 1.03);
}


.quickAccessCardSettings[b-sgs08zj3xd] {
    border-color: #8896d1;
}

.quickAccessCardIconSettings[b-sgs08zj3xd] {
    color: white;
}

.quickAccessCardHeaderFooterSettings[b-sgs08zj3xd] {
    background-color: #8896d1;
}



.quickAccessCardHome[b-sgs08zj3xd] {
    border-color: #EEEEEE;
}

.quickAccessCardIconHome[b-sgs08zj3xd] {
    color: white;
}

.quickAccessCardHeaderFooterHome[b-sgs08zj3xd] {
    background-color: #bbcbed !important;
}

.navigationHistoryHome[b-sgs08zj3xd] {
    background-color: #e4e9f4;
    border-color: #EEEEEE;
}


.quickAccessCardProject[b-sgs08zj3xd] {
    border-color: #00485E;
}

.quickAccessCardIconProject[b-sgs08zj3xd] {
    color: white;
}

.quickAccessCardHeaderFooterProject[b-sgs08zj3xd] {
    background-color: rgba(0, 72, 94, 1.03);
}



.quickAccessCardTeams[b-sgs08zj3xd] {
    border-color: #3EACCE;
}

.quickAccessCardIconTeams[b-sgs08zj3xd] {
    color: white;
}

.quickAccessCardHeaderFooterTeams[b-sgs08zj3xd] {
    background-color: #3EACCE;
}

.quickAccessCardUser[b-sgs08zj3xd] {
    border-color: #43BADE;
}

.quickAccessCardIconUser[b-sgs08zj3xd] {
    color: white;
}

.quickAccessCardHeaderFooterUser[b-sgs08zj3xd] {
    background-color: #43BADE;
}


.quickAccessCardPlans[b-sgs08zj3xd] {
    border-color: #8896d1;
}

.quickAccessCardIconPlans[b-sgs08zj3xd] {
    color: white;
}

.quickAccessCardHeaderFooterPlans[b-sgs08zj3xd] {
    background-color: #8896d1;
}

.quickAccessCardFooterClass[b-sgs08zj3xd] {
    background-color: #FFFFFF;
}


.quickAccessCardHistoryBuild[b-sgs08zj3xd] {
    background-color: rgb(0, 72, 94);
}

.quickAccessCardBuild[b-sgs08zj3xd] {
    border-color: rgb(0, 72, 94);
}

.quickAccessCardHeaderFooterBuild[b-sgs08zj3xd] {
    background-color: rgb(0, 72, 94);
}

.quickAccessCardIconBuild[b-sgs08zj3xd] {
    color: white;
}



.quickAccessCardHistoryBacklog[b-sgs08zj3xd] {
    background-color: rgb(228,233,244);
}

.quickAccessCardBacklog[b-sgs08zj3xd] {
    border-color: rgb(228,233,244);
}

.quickAccessCardHeaderFooterBacklog[b-sgs08zj3xd] {
    background-color: rgb(228,233,244);
}

.quickAccessCardIconBacklog[b-sgs08zj3xd] {
    color: white;
}



.quickAccessCardHistorySprint[b-sgs08zj3xd] {
    background-color: rgb(0, 151, 196);
}

.quickAccessCardSprint[b-sgs08zj3xd] {
    border-color: rgb(0, 151, 196);
}

.quickAccessCardHeaderFooterSprint[b-sgs08zj3xd] {
    background-color: rgb(0, 151, 196);
}

.quickAccessCardIconSprint[b-sgs08zj3xd] {
    color: white;
}


.quickAccessCardHeaderFooterReportingSprints[b-sgs08zj3xd] {
    background-color: rgb(10, 209, 147);
}



.quickAccessCardRow[b-sgs08zj3xd] {
    background-color: rgb(228,233,244, 0.85);
    width: 100%;
    font-weight: 800;
    cursor: pointer;
    padding: 0px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-width: 1px;
}

    .quickAccessCardRow:hover[b-sgs08zj3xd] {
        -webkit-box-shadow: 6px 6px 6px 6px rgba(228,233,244, 0.25);
        background-color: rgb(255,255,255, 1);
    }

.quickAccessCardRow-footer[b-sgs08zj3xd] {
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    padding-top: 2rem;
    padding-bottom: 2rem;
    min-width: 5.5rem;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 100%;
    background-color: #00485E;
    color: white;
}

    .quickAccessCardRow-footer:hover[b-sgs08zj3xd] {
        background-color: #e4e9f4;
        color: white;
    }

.quickAccessCardRow-header[b-sgs08zj3xd] {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    min-width: 5.5rem;
    height: 100%;
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
}

.quickAccessCardPlaceholder[b-sgs08zj3xd] {
    opacity: 0.5;
}



.navigationHistoryHome[b-sgs08zj3xd] {
    margin-top: -4px !important;
    padding-top: 1.4em;
    height: 60px;
    width: 55px;
    border: 1px solid;
    cursor: pointer;
    z-index: 10;
}

    .navigationHistoryHome[b-sgs08zj3xd]:after {
        content: '';
        display: block;
        border-bottom-color: none;
        position: absolute;
        bottom: 0;
    }

.navigationHistoryIcon[b-sgs08zj3xd] {
    font-size: 1.8em;
}


.navigationHistoryHomeCSS[b-sgs08zj3xd] {
    border-color: #EEEEEE;
}

.navigationHistoryCurrent[b-sgs08zj3xd] {
    position: absolute;
    margin: auto;
    left: calc(50% - 28px);
    box-shadow: 0px 12px 12px -6px rgba(67, 186, 222, 0.5);
    -webkit-box-shadow: 0px 16px 12px -6px rgba(67, 186, 222, 0.5);
    border-color: rgba(67, 186, 222, 0.8);
    border-width: 1px;
}

.navUX[b-sgs08zj3xd] {
    fill: #F9E2AE;
    background-color: rgb(136, 150, 209, 0.1);
    color: black;
}

.scrollContainer[b-sgs08zj3xd] {
    height: calc(100vh - 5.8em);
    overflow-x: hidden;
    padding-left: 2em;
    padding-right: 2.5em;
    z-index: 10;
}


.quickAccessCard:hover[b-sgs08zj3xd] {
    animation: wobble-b-sgs08zj3xd 15.5s infinite;
}

@keyframes wobble-b-sgs08zj3xd {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-2deg);
    }

    40% {
        transform: rotate(2deg);
    }

    60% {
        transform: rotate(-1deg);
    }

    80% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}


.pageHeaderOffset[b-sgs08zj3xd] {
    padding-top: 2.3em;
}

.centerRow[b-sgs08zj3xd] {
    top: calc(50% - 6.77em);
    position: absolute;
    left: 0;
}
/* /Modules/Navigation/Pages/Index.razor.rz.scp.css */
html[b-g29ha7v68p], body[b-g29ha7v68p] {
    background-color: white;
}

.indexCard[b-g29ha7v68p] {
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    width: 22rem;
    font-weight: 800;
    cursor: pointer;
}

.indexCardImage[b-g29ha7v68p] {
    padding: 15px;
}

.indexCardHeader[b-g29ha7v68p] {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(187, 203, 237, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}


.indexCardFooter[b-g29ha7v68p] {
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    width: 22rem;
    font-weight: 800;
    cursor: pointer;
}

.indexFooterIcon[b-g29ha7v68p] {
    color: #8896d1;
    font-weight: bolder;
    font-size: 1.4em;
}

.indexFooterText[b-g29ha7v68p] {
    font-weight: bold;
}
/* /Modules/Toaster/Toaster.razor.rz.scp.css */
body[b-iebc9ol72l] {
}


.toaster[b-iebc9ol72l] {
    display: flex;
    flex-direction: column;
    position: fixed;
    bottom: 0.5rem;
    right: 0.5rem;
    z-index: 100;
}

.toast-header[b-iebc9ol72l] {
    height: 100%;
    border-radius: 10px;
    border-width: 0px;
}

.toast[b-iebc9ol72l] {
    display: flex;
    flex-direction: row;
    animation: fadeIn-b-iebc9ol72l 1s;
    animation-fill-mode: forwards;
    position: relative;
    box-shadow: rgba(0,0,0,0.5) 0px 10px 10px;
    border-radius: 10px;
}

@keyframes fadeIn-b-iebc9ol72l {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.toastWarning[b-iebc9ol72l] {
    color: #E6C800;
}

.toastError[b-iebc9ol72l] {
    color: #C42D00;
}

.toastSuccess[b-iebc9ol72l] {
    color: rgb(0, 72, 94, 1);
    border-color: rgb(0, 72, 94, 0.3);
}
/* /Pages/Index.razor.rz.scp.css */

.button-container[b-v4mkwbi28d] {

    display: flex;
    align-items: center;
    justify-content: center;

    }

.glass-btn[b-v4mkwbi28d] {

    border-radius: 50%;
    width: 100px;
    height: 100px;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px;
    border-color: #99CCFF;
    margin-left: 1em;
    margin-right: 1em;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-box-shadow: 0px 20px 35px -16px rgba(0, 111, 255, 0.65);
    -moz-box-shadow: 0px 20px 35px -16px rgba(0, 111, 255, 0.65);
    box-shadow: 0px 10px 45px -15px rgba(0, 111, 255, 0.65);
    animation: glowing 2s ease-in-out infinite alternate;
}
@-webkit-keyframes glowing {
    from {
        box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff, 0 0 50px #fff, 0 0 60px #fff, 0 0 70px #fff;
    }

    to {
        box-shadow: 0 0 20px #fff, 0 0 30px #99CCFF, 0 0 40px #99CCFF, 0 0 50px #99CCFF, 0 0 60px #99CCFF, 0 0 70px #99CCFF, 0 0 80px #99CCFF;
    }
}

.lp-logo[b-v4mkwbi28d] {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    border: 4px solid black;
    border-radius: 50%;
    color: black;
}




.nav-button-blue[b-v4mkwbi28d] {
    color: #012e67;
    background-color: #e4e9f4;
    border-color: #e4e9f4;
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}
body[b-v4mkwbi28d] {
}


.headerText[b-v4mkwbi28d] {
    color: #0097c4;
}

@keyframes wiggle-b-v4mkwbi28d {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(5deg);
    }

    50% {
        transform: rotate(-5deg);
    }


    80% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

div.wiggle[b-v4mkwbi28d] {
    display: inline-block;
    animation: wiggle-b-v4mkwbi28d 2.5s infinite;
}



.row-index-top[b-v4mkwbi28d] {
    margin-top: 0.5em;
}

.row-index-pad[b-v4mkwbi28d] {
    padding-top: 0.5em;
    padding-bottom: 2em;
}

.row-index[b-v4mkwbi28d] {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    /*
        min-height: 7.6em;
        margin-right: -15px;
        margin-left: -15px;
    */
}

.container-index[b-v4mkwbi28d] {
    padding: 1em;
}


.col-index-main[b-v4mkwbi28d] {
    /*z-index: 10;*/
}


.row-index-main[b-v4mkwbi28d] {
    
}

.container-index-hero[b-v4mkwbi28d] {
    
    padding-bottom: 1.5em;
}

.row-index-hero-beam[b-v4mkwbi28d] {
    background-color: rgba(48,21,0,0.9);
    color: #F9E2AE;
    height: 2em;
    border-radius: 5px;
    margin-left: 7vw;
    margin-right: 7vw;
}

.row-index-funnelcards[b-v4mkwbi28d] {
    padding-bottom: 2em;
}

.col-index-pad[b-v4mkwbi28d] {
    padding-left: 10px;
}

.col-index-width[b-v4mkwbi28d] {
    /*min-width: 30em;*/
}

.index-quote-card[b-v4mkwbi28d] {
    position: absolute;
    width: 15em;
    z-index: 3;
    background-color: rgba(253,192,48,0.75);
    padding: 1em;
    box-shadow: 0px 12px 28px 0px rgba(39,13,64,0.25);
}

.index-quote[b-v4mkwbi28d] {
}


.index-banner-quote-card[b-v4mkwbi28d] {
    position: absolute;
    width: 15em;
    z-index: 3;
    background-color: rgba(253,192,48,0.75);
    padding: 1em;
    box-shadow: 0px 12px 28px 0px rgba(39,13,64,0.25);
    font-size: 1.2vw;
    top: 5vh;
    left: calc(50% - 15vw);
}

.index-banner-quote[b-v4mkwbi28d] {
}

/* card items */

.card-vertical-rule[b-v4mkwbi28d] {
    border-left: 6px solid #301500;
    height: 1.5em;
}

.card-index-brown[b-v4mkwbi28d] {
    background-color: rgba(48,21,0,.85); /*#301500*/
}


.card-index-text-brown[b-v4mkwbi28d] {
    color: rgba(48,21,0,.99); /*#301500*/
}

.card-index-darkorange[b-v4mkwbi28d] {
    background-color: rgba(170,61,0,.85); /*#AA3D00*/
    color: black;
}

.card-index-orange[b-v4mkwbi28d] {
    background-color: rgba(223,134,30,.85); /*#DF861E*/
    color: black;
}

.card-index-yellow[b-v4mkwbi28d] {
    background-color: rgba(253,192,48,.85); /*#FDC030*/
    color: black;
}


.card-index-image-container[b-v4mkwbi28d] {
    opacity: 0.8;
}

.card-all-image[b-v4mkwbi28d] {
    width: 80%;
    max-height: 25em;
    max-width: 35em;
}

.card-appm-image[b-v4mkwbi28d] {
    width: 45%;
}

.card-guidem-image[b-v4mkwbi28d] {
    width: 20em;
    padding-top: 2em;
    padding-bottom: 2em;
}

.card-teachm-image[b-v4mkwbi28d] {
    width: 60%;
}

.card-banner-appm-image[b-v4mkwbi28d] {
    width: 50%;
    margin-left: 2vw;
}

.card-banner-guidem-image[b-v4mkwbi28d] {
    width: 4em;
}

.card-banner-teachm-image[b-v4mkwbi28d] {
    width: 5.5em;
}

.card-banner-image-container[b-v4mkwbi28d] {
}

.index-banner-container[b-v4mkwbi28d] {
    position: absolute;
    display: flex;
    top: 0;
    left: 20vw;
    right: 20vw;
    opacity: 0.8;
    bottom: 0;
}

.index-banner[b-v4mkwbi28d] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.card-index-banner[b-v4mkwbi28d] {
    /*background-color: rgba(253,192,48,.85); /*#FDC030*/
    /*box-shadow: 0px 2px 18px 0px rgba(39, 13, 64, 0.25);*/
    color: black;

    
    min-height: 35em;
    z-index: 2;
}

.row-index-hero[b-v4mkwbi28d] {
    min-height: 8em;
    background-color: transparent;

}

.row-index-hero-logo-container[b-v4mkwbi28d] {
    position: absolute;
    left: calc(50% - 7em);
    display: flex;
    margin-top: 2em;
    margin-bottom: 2em;

}

.row-index-hero-background[b-v4mkwbi28d] {
    background-color: rgba(228,233,244,.75); /*#FDC030*/
}

.card-index-hero[b-v4mkwbi28d] {

    color: black;
    border-radius: 0;

}

.card-index-appm[b-v4mkwbi28d] {
    background-color: rgba(228,233,244,.85); /*#FDC030*/
    color: black;
}

.card-index-guidem[b-v4mkwbi28d] {
    
    color: black;
}

.card-index-teachm[b-v4mkwbi28d] {
    background-color: rgba(153,204,255,.85); /*#FDC030*/
    color: black;
}

.card-index-header-block[b-v4mkwbi28d] {
    display: flex;
    height: 100%;
    padding-bottom: 1em;
}

.card-index-header[b-v4mkwbi28d] {
    /*padding: 0.2rem 0.2rem;*/
    /*padding-top: 0.2em;*/
    margin-bottom: 0;
    background-color: rgb(228,233,244);
    border-bottom: 1px solid rgba(0,0,0,.125);
    height: 7em;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.card-index-logo-text[b-v4mkwbi28d] {
    font-size: 2.5em; /*calc(100% + 1vw + 1vh);*/
    margin-top: auto;
    /*padding-right: 0.2em;*/
    padding-bottom: 0.3em;
    color: black;
}

.card-index-logo-outer[b-v4mkwbi28d] {
    margin-top: auto;
    height: 5em;
    width: 5em;
    border: 7px solid rgba(0,0,0,1);
    /*box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);*/
    border-radius: 50%;
    margin-left: 0.2em;
}

.card-index-logo[b-v4mkwbi28d] {
    position: absolute;
    height: 3em;
    padding-left: 0.48em;
    margin-top: 0.6em;
}

.card-hero[b-v4mkwbi28d] {
    border: 0;
    background-color: transparent;
}
.card-hero-header[b-v4mkwbi28d] {
    border: 0;
    background-color: transparent;
    min-height:44em;
}

.card-hero-images[b-v4mkwbi28d] {
    border: 0;
    background-color: transparent;
    min-height: 35em;
}

.card-hero-video[b-v4mkwbi28d] {
    box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);
}

.card-main[b-v4mkwbi28d] {
    background-color: rgba(238,238,238,1);
    border: 0;
    
}

.card-hero-logo-outer[b-v4mkwbi28d] {
    margin-top: auto;
    height: 5em;
    width: 5em;
    border: 7px solid rgba(0,0,0,1);
    /*box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);*/
    border-radius: 50%;
    margin-left: calc(50% - 2.5em);
}

.card-hero-logo[b-v4mkwbi28d] {
    position: absolute;
    height: 3em;
    padding-left: 0.48em;
    margin-top: 0.6em;
}

.card-index-logo-path[b-v4mkwbi28d] {
    fill: black;
    stroke-width: 1;
    stroke-miterlimit: 4;
    stroke-dasharray: none;
    stroke-opacity: 1;
}

.card-index-slogan-text[b-v4mkwbi28d] {
    margin-top: 0.5em;
    padding-left: 0.2em;
}

.card-index-header-beam[b-v4mkwbi28d] {
    position: absolute;
    right: 0;
    height: 6.4em;
    background-color: #301500;
    width: 0.5em;
    margin-top: 0.3em;
}

/*subject to media queries*/
.card-index[b-v4mkwbi28d] {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);
    z-index: 2; /*keep cards on top*/
    border-radius: 15px;
}

.card-index-body-text[b-v4mkwbi28d] {
    font-weight: normal;
    font-size: 1.5rem;
}

.card-index-body-image[b-v4mkwbi28d] {

}

.card-index-header-image-appm[b-v4mkwbi28d] {
    position: absolute;
    top: 10%;
    left: 37%;
    width: 35%;
}

.card-index-header-image-guidem[b-v4mkwbi28d] {
    position: absolute;
    right: 0px;
    width: 35%;
    top: 30%;
}
.card-index-header-image-teachm[b-v4mkwbi28d] {
    position: absolute;
    top: 36%;
    width: 50%;
}

.card-index-button[b-v4mkwbi28d] {
    position: absolute;
    bottom: 1em;
    left: 1.2em;
}

.vertical-rule[b-v4mkwbi28d] {
    border-left: 6px solid #301500;
    height: 1.5em;
}

.nav-button-label[b-v4mkwbi28d] {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.nav-button-label-notext[b-v4mkwbi28d] {
    display: inline-block;
    padding: 0.4em;
    border-radius: 3px 0 0 3px;
}

.nav-button-labeled[b-v4mkwbi28d] {
    padding-top: 0;
    padding-bottom: 0;
    border: 0;
}

.nav-button-brown[b-v4mkwbi28d] {
    color: #FDC030;
    background-color: #301500;
    border-color: #FDC030;
}

.btn-index-demo[b-v4mkwbi28d] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    /* border: 1px solid transparent; */
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn-index-banner-demo[b-v4mkwbi28d] {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    /* border: 1px solid transparent; */
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.nav-button-banner-container[b-v4mkwbi28d] {
    position: absolute;
    top: 10vh;
    left: calc(50% - 15vw);
}

.nav-button-container[b-v4mkwbi28d] {
    position: absolute;
    top: 5vh;
    left: calc(50% - 15vw);
}

.nav-button-big[b-v4mkwbi28d] {
    border-radius: 50%;
    box-shadow: 0px 12px 28px 0px rgba(39,13,64,0.25);
    z-index: 2;
    font-size: 10vw;
    left: calc(50% - 20vw);
    width: calc(40vw);
    height: calc(40vw);
    border-width: 0.2em;
    border-color: black;
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
    position: absolute;
    top: -12vw;
}

.nav-button-banner-big[b-v4mkwbi28d] {
    border-radius: 50%;
    box-shadow: 0px 12px 28px 0px rgb(39 13 64 / 25%);
    z-index: 2;
    font-size: clamp(1em, 5vw, 10em);
    /* left: calc(50% - 2.6em); */
    width: calc(26vw);
    height: calc(26vw);
    border-width: 0.2em;
    border-color: black;
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
    max-height: 575px;
    max-width: 575px;
}

.nav-button-orange[b-v4mkwbi28d] {
    color: #FDC030;
    background-color: #AA3D00;
    border-color: #AA3D00;
}

.nav-button-darkorange[b-v4mkwbi28d] {
    color: #F9E2AE;
    background-color: #AA3D00;
    border-color: #F9E2AE;
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
}

.nav-button-scaleUp[b-v4mkwbi28d] {
    transition: all .2s ease-in-out;
}

    .nav-button-scaleUp:hover[b-v4mkwbi28d] {
        transform: scale(1.1);
    }

.nav-button-teachm[b-v4mkwbi28d] {
    color: #99CCFF;
    background-color: #012e67;
    border-color: #99CCFF;
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
}

.nav-button-appm[b-v4mkwbi28d] {
    color: #06397d;
    background-color: #e4e9f4;
    border-color: #06397d;
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
}

.nav-button-guidem[b-v4mkwbi28d] {
    color: #0097c4;
    background-color: #edf8f0;
    border-color: #AA3D00;
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
}

.nav-button-header[b-v4mkwbi28d] {
    color: #edf8f0;
    background-color: #012e67;
    border-color: #edf8f0;
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
}

.socialicon[b-v4mkwbi28d]
{
    width: 40px;
    height: 40px;
}

.index-banner-left[b-v4mkwbi28d] {
    width: 25em;
    margin-top: 15em;
    margin-right: 10vw;
    /*z-index: 10;
    height: auto;
    max-height: 45em;
    max-width: 45em;
    padding-top: 0.8em;
     padding-right: 2em;*/
}


.index-banner-right[b-v4mkwbi28d] {
    width: 35em;
    margin-top: 7em;
    margin-left: 5vw;
    /* 
    width: 50%;
    z-index: 10;
    height: auto;
    max-height: 45em;
    max-width: 45em;
    padding-top: 0.5em;
    padding-left: 0.5em; */
}

.index-banner-right-container[b-v4mkwbi28d] {
}

.index-banner-left-container[b-v4mkwbi28d] {
}

@media (max-width: 640.98px) {
    .col-index-pad[b-v4mkwbi28d] {
        padding-left: 10px;
        padding-right: 10px;
    }

    .card-index-slogan-text[b-v4mkwbi28d] {
        margin-top: 0.5em;
        font-size: 0.8em;
    }

    .card-index-logo-text[b-v4mkwbi28d] {
        font-size: 1.8em;
        margin-top: auto;
        padding-bottom: 0.6em;
    }

    .index-banner-quote-card[b-v4mkwbi28d] {
        position: absolute;
        width: 15em;
        z-index: 3;
        background-color: rgba(253,192,48,0.75);
        padding: 1em;
        box-shadow: 0px 12px 28px 0px rgba(39,13,64,0.25);
        font-size: 0.9em;
        top: 5vh;
        left: calc(50vw - 8em);
    }
}

@media (max-width: 1024px) {
    .nav-button-banner-container[b-v4mkwbi28d] {
        position: absolute;
        top: 5vh;
        left: calc(50% - 15vw);
        display: none;
    }

    .card-hero-images[b-v4mkwbi28d] {
        border: 0;
        background-color: transparent;
        min-height: 20em;
    }

}

@media (min-width: 641px) {

    .col-index-pad[b-v4mkwbi28d] {
        padding-left: 2em;
    }

    .card-index[b-v4mkwbi28d] {
        position: relative;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-clip: border-box;
        border: 0px solid rgba(0,0,0,.125);
        box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);
        z-index: 2;
    }

    .index-banner-quote-card[b-v4mkwbi28d] {
        position: absolute;
        width: 15em;
        z-index: 3;
        background-color: rgba(253,192,48,0.75);
        padding: 1em;
        box-shadow: 0px 12px 28px 0px rgba(39,13,64,0.25);
        font-size: 1.1em;
        top: 5vh;
        left: calc(50vw - 8em);
    }

    .card-hero-images[b-v4mkwbi28d] {
        border: 0;
        background-color: transparent;
        min-height: 35em;
    }

}


@media (min-width: 1024px) {
    .index-banner-quote-card[b-v4mkwbi28d] {
        position: absolute;
        width: 15em;
        z-index: 3;
        background-color: rgba(253,192,48,0.75);
        padding: 1em;
        box-shadow: 0px 12px 28px 0px rgba(39,13,64,0.25);
        font-size: 1.1em;
        top: 5vh;
        left: 35vw;
    }

    .card-hero-images[b-v4mkwbi28d] {
        border: 0;
        background-color: transparent;
        min-height: 35em;
    }

}

.card-index-footer[b-v4mkwbi28d] {
    background-color: rgb(228,233,244);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}


.indexCard[b-v4mkwbi28d] {
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    width: 22rem;
    font-weight: 800;
    cursor: pointer;
}


    .indexCard:hover[b-v4mkwbi28d] {
        animation: wobble-b-v4mkwbi28d 15.5s infinite;
    }

@keyframes wobble-b-v4mkwbi28d {
    0% {
        transform: rotate(0deg);
    }

    20% {
        transform: rotate(-2deg);
    }

    40% {
        transform: rotate(2deg);
    }

    60% {
        transform: rotate(-1deg);
    }

    80% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

.indexCardImage[b-v4mkwbi28d] {
    padding: 15px;
}

.indexCardHeader[b-v4mkwbi28d] {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(187, 203, 237, 0.8);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}


.indexCardFooter[b-v4mkwbi28d] {
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    border-radius: 22px;
    border-color: rgba(0, 0, 0, 0.3);
    border-width: 1px;
    width: 22rem;
    font-weight: 800;
    cursor: pointer;
}

.indexFooterIcon[b-v4mkwbi28d] {
    color: #8896d1;
    font-weight: bolder;
    font-size: 1.4em;
}

.indexFooterText[b-v4mkwbi28d] {
    font-weight: bold;
}

.pageHeaderOffset[b-v4mkwbi28d] {
    padding-top: 15vh;
}

.loginDisplayContainer[b-v4mkwbi28d]
{
    padding-top: 15vh;
}

/* /Pages/InfoModal.razor.rz.scp.css */

.nav-button-label[b-42zprdgl41] {
    position: relative;
    left: -12px;
    display: inline-block;
    padding: 6px 12px;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 3px 0 0 3px;
}

.nav-button-label-notext[b-42zprdgl41] {
    display: inline-block;
    padding: 0.4em;
    border-radius: 3px 0 0 3px;
}

.nav-button-labeled[b-42zprdgl41] {
    padding-top: 0;
    padding-bottom: 0;
}

.nav-button-darkpurple[b-42zprdgl41] {
    color: #3CBA94;
    background-color: #270D40;
    border-color: #270D40;
}

.nav-button-purple[b-42zprdgl41] {
    color: #fff;
    background-color: #784988;
    border-color: #784988;
}

.nav-button-green[b-42zprdgl41] {
    color: #fff;
    background-color: #3CBA94;
    border-color: #3CBA94;
}

.nav-vertical-rule[b-42zprdgl41] {
    border-left: 6px solid #D5C7DA;
    height: 2.4em;
    position: absolute;
    left: 50%;
    right: 50%;
}


.nav-top-row[b-42zprdgl41] {
    position: relative;
    top: 0;
    left: 0;
    background-color: #270D40;
    height: 7em;
    display: flex;
    align-items: center;
}

.nav-top-row-detail[b-42zprdgl41] {
    position: relative;
    top: 0;
    left: 0;
    background-color: #784988;
    height: 3.5em;
    display: flex;
    align-items: flex-start;
}

.page-plug[b-42zprdgl41] {
    position: absolute;
    left: calc(50% - 25px);
    top: 1.5em;
    width: 50px;
    height: 50px;
    cursor: pointer;
    border-top-color: #fefefe;
    border-radius: 50%;
    box-shadow: rgba(0,0,0,.4) 0 1px 2px;
    color: white;
    background: #783188;
    z-index: 1000; /* I really need to stop doing this*/
}

.nav-button-IV[b-42zprdgl41] {
    fill: #06397d;
    background-color: #06397d;
    color: white;
}

.page-plug-title[b-42zprdgl41] {
    position: absolute;
    /*left: calc(50% - 2.9em);*/
    font-size: 2.5em;
    top: 0px;
    opacity: 1;
    color: #06397d;
}


/* individual button icons are stubborn and need to be put in their place*/
.page-plug-icon-list[b-42zprdgl41] {
    padding-top: 0.7rem;
    padding-left: 0.7rem;
    font-size: 1.5rem;
    z-index: 1000; /* I really need to stop doing this*/
}


.nav-button-info[b-42zprdgl41] {
    position: fixed;
    right: 0.5em;
    margin-top: 0.5em;
    bottom: 0.5em;
    opacity: 0.5;
}

.nav-row-padding[b-42zprdgl41] {
    padding-bottom: 15px;
}


.modal-registration-content[b-42zprdgl41] {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: white;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);
    border-radius: 1em;
    outline: 0;
}

.input-group-text-lightpurple[b-42zprdgl41] {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #270D40;
    text-align: center;
    white-space: nowrap;
    background-color: #D5C7DA;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}


.card-event-create[b-42zprdgl41] {
    background-color: #D5C7DA;
}


.card-scroll[b-42zprdgl41] {
    height: calc(100vh - 15em);
    overflow: scroll;
    overflow-x: hidden;
}

.closeButton[b-42zprdgl41]
{
    border:0px;
    background-color:transparent;
}
/* /Shared/LandingPageLayout.razor.rz.scp.css */
.page[b-esp44p16f0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-esp44p16f0] {
    flex: 1;
}

.loggedInNavbar[b-esp44p16f0] {
    background-color: white;
    border-bottom: 1px solid #dddddd;
    z-index: 100;
    position: fixed;
    Width: 100%;
    top: 0;
    min-height: 2.5em;
    box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.1);
}

.loggedInNavbarShadow[b-esp44p16f0] {
    box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0px 3px 6px -3px rgba(0, 0, 0, 0.1);
}

.sidebar[b-esp44p16f0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.page-plug-title[b-esp44p16f0] {
    position: absolute;
    font-size: 2.7em;
    z-index: 5;
    background-color: transparent;
    color: black;
    opacity: 1;
    right: 0;
    top: -0.2em;
    font-weight: lighter;
    padding-right: 0.1em;
    
}

.top-row[b-esp44p16f0] {
    position: fixed;
    width: 100%;
    background-color: white;
    box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);
    /*justify-content: flex-end;*/
    height: 2.8rem;
    display: flex;
    align-items: center;
    border-bottom: 1px;
    border-bottom-color: black;
    z-index: 5;
}

    .top-row[b-esp44p16f0]  a, .top-row .btn-link[b-esp44p16f0] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-esp44p16f0] {
        overflow: hidden;
        text-overflow: ellipsis;
    }


.nav-button-outer-right[b-esp44p16f0] {
    position: absolute;
    right: 4.5em;
    top: 0.3em;
    color: #cecece;
    fill: #270D40;
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
}

.nav-button-outer-left[b-esp44p16f0] {
    position: absolute;
    left: 0.55em;
    color: #cecece;
    fill: #270D40;
    filter: drop-shadow( 4px 4px 3px rgba(0, 0, 0, .7));
    top: 0.3em;
}

.nav-button-logout[b-esp44p16f0] {
    position: absolute;
    left: 0.4em;
    top: 0.2em;
    cursor: pointer;
    text-align: center;
}

    .nav-button-logout:hover[b-esp44p16f0] {
        color: #5F71A8;
    }

    .nav-button-logout:active[b-esp44p16f0] {
        color: #5F71A8;
    }


.bigbox[b-esp44p16f0] {
    width: 2em;
    height: 2em;
}

.nav-button-menu[b-esp44p16f0] {
    position: absolute;
    width: 50px;
    height: 50px;
    left: 0.4em;
    cursor: pointer;
    text-align: center;
    border: 4px solid black;
    border-radius: 50%;
    color: black;
    box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);
}

    .nav-button-menu:hover[b-esp44p16f0] {
        color: white;
    }

    .nav-button-menu:active[b-esp44p16f0] {
        color: white;
    }

.nav-button-icon-logout[b-esp44p16f0] {
    padding-top: 0.5em;
    font-size: 1.2rem;
    left: 0.3em;
}

.nav-button-icon-menu[b-esp44p16f0] {
    padding-top: 0.5em;
    font-size: 1.2rem;
}

.nav-margin[b-esp44p16f0] {
    /* margin-left: 0.2rem;*/
}

.nav-panel[b-esp44p16f0] {
    padding-left: 0.2rem;
    padding-top: 0.2rem;
    width: 5.3rem;
    margin-right: 0.5rem;
    position: absolute;
    z-index: 1000; /*always on top*/
    background-color: transparent;
    left: 0;
}

.nav-button-yellow[b-esp44p16f0] {
    color: #301500;
    background-color: transparent;
    border-color: transparent;
}
    .nav-button-yellow:hover[b-esp44p16f0] {
        background-color: #99CCFF;
    }

@media (max-width: 640.98px) {
}

@media (min-width: 641px) {
    .page[b-esp44p16f0] {
        flex-direction: row;
    }

    .sidebar[b-esp44p16f0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .main > div[b-esp44p16f0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.lp-background[b-esp44p16f0] {
    background-color: green;
    background-image: url(images/baseline.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.img-scalar[b-esp44p16f0] {
    width: 100%;
    height: auto;
}


.lp-circle-tl[b-esp44p16f0] {
    position: fixed;
    top: -60em;
    left: -20%;
    height: 120em;
    width: 120em;
    border-radius: 50%;
    border-color: #0097c4;
}


.lp-circle-br[b-esp44p16f0] {
    position: fixed;
    bottom: -25em;
    right: -10%;
    height: 50em;
    width: 50em;
    border-radius: 50%;
    background-color: #99CCFF;
    opacity: 50%;
}

.lp-company[b-esp44p16f0] {
    position: absolute;
    font-size: 5em;
}

.lp-bubble[b-esp44p16f0] {
    position: absolute;
    top: 300px;
    left: 300px;
    background-color: transparent;
    width: 10em;
    height: 10em;
}

.lp-bubble-inner[b-esp44p16f0] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: transparent;
    background: -webkit-radial-gradient(center, circle cover, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 255) 100%);
    background: -moz-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 255) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(50%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 255)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 255) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 255) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 255) 100%);
    background: radial-gradient(center, ellipse cover, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 255) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ff140006',GradientType=1 );
}


.lp-logo[b-esp44p16f0] {
    position: absolute;
    width: 50px;
    height: 50px;
    cursor: pointer;
    text-align: center;
    border: 4px solid black;
    border-radius: 50%;
    color: black;
}


.lp-logo-inner[b-esp44p16f0] {
    position: absolute;
    top: 0.4em;
    left: 0.25em;
    width: 2.1em;
    height: 100%;
}

.lp-m[b-esp44p16f0] {
}



.lp-footer[b-esp44p16f0] {
    bottom: 0;
    position: fixed;
    width: 100%;
    border-top: 1px solid;
    font-size: 0.5em;
    border-top-color: lightgray;
    background-color: white;
    z-index: 5;
    box-shadow: 0px -1px 8px rgba(39,13,64,0.25);
    
}



/* bubble animations */


#bubbles[b-esp44p16f0] {
    height: 100%;
    z-index: 0;
    position: absolute;
}



#bubbles[b-esp44p16f0] {
    padding: 100px 0;
}

.bubble[b-esp44p16f0] {
    width: 60px;
    height: 60px;
    background: #99CCFF;
    border-radius: 50%;
    position: absolute;
}

.b1[b-esp44p16f0] {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.25;
    -webkit-animation: bubblebobble 14s linear infinite, horizontal 5s ease-in-out infinite alternate;
    -moz-animation: bubblebobble 14s linear infinite, horizontal 5s ease-in-out infinite alternate;
    -o-animation: bubblebobble 14s linear infinite, horizontal 5s ease-in-out infinite alternate;
}

.b2[b-esp44p16f0] {
    left: 22vw;
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0.6;
    -webkit-animation: bubblebobble 24s linear infinite, horizontal 3s ease-in-out infinite alternate;
    -moz-animation: bubblebobble 24s linear infinite, horizontal 3s ease-in-out infinite alternate;
    -o-animation: bubblebobble 24s linear infinite, horizontal 3s ease-in-out infinite alternate;
}

.b3[b-esp44p16f0] {
    left: 52vw;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.25;
    -webkit-animation: bubblebobble 20s linear infinite, horizontal 4s ease-in-out infinite alternate;
    -moz-animation: bubblebobble 20s linear infinite, horizontal 4s ease-in-out infinite alternate;
    -o-animation: bubblebobble 20s linear infinite, horizontal 4s ease-in-out infinite alternate;
}

.b4[b-esp44p16f0] {
    left: 17vw;
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    transform: scale(0.75);
    opacity: 0.35;
    -webkit-animation: bubblebobble 18s linear infinite, horizontal 2s ease-in-out infinite alternate;
    -moz-animation: bubblebobble 18s linear infinite, horizontal 2s ease-in-out infinite alternate;
    -o-animation: bubblebobble 18s linear infinite, horizontal 2s ease-in-out infinite alternate;
}

.b5[b-esp44p16f0] {
    left: 65vw;
    animation-delay: 2s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.4;
    -webkit-animation: bubblebobble 13s linear infinite, horizontal 3s ease-in-out infinite alternate;
    -moz-animation: bubblebobble 13s linear infinite, horizontal 3s ease-in-out infinite alternate;
    -o-animation: bubblebobble 13s linear infinite, horizontal 3s ease-in-out infinite alternate;
}

.b6[b-esp44p16f0] {
    left: 55vw;
    animation-delay: 1s;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.3;
    -webkit-animation: bubblebobble 12s linear infinite, horizontal 6s ease-in-out infinite alternate;
    -moz-animation: bubblebobble 12s linear infinite, horizontal 6s ease-in-out infinite alternate;
    -o-animation: bubblebobble 12s linear infinite, horizontal 6s ease-in-out infinite alternate;
}

.b7[b-esp44p16f0] {
    left: 55vw;
    animation-delay: 5s;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0.7;
    -webkit-animation: bubblebobble 22s linear infinite, horizontal 11s ease-in-out infinite alternate;
    -moz-animation: bubblebobble 22s linear infinite, horizontal 11s ease-in-out infinite alternate;
    -o-animation: bubblebobble 22s linear infinite, horizontal 11s ease-in-out infinite alternate;
}

.b8[b-esp44p16f0] {
    left: 15vw;
    animation-delay: 1s;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0.2;
    -webkit-animation: bubblebobble 27s linear infinite, horizontal 8s ease-in-out infinite alternate;
    -moz-animation: bubblebobble 27s linear infinite, horizontal 8s ease-in-out infinite alternate;
    -o-animation: bubblebobble 27s linear infinite, horizontal 8s ease-in-out infinite alternate;
}

.b9[b-esp44p16f0] {
    left: 5vw;
    -webkit-transform: scale(0.4);
    -moz-transform: scale(0.4);
    transform: scale(0.4);
    opacity: 0.6;
    -webkit-animation: bubblebobble 6s linear infinite, horizontal 4s ease-in-out infinite alternate;
    -moz-animation: bubblebobble 6s linear infinite, horizontal 4s ease-in-out infinite alternate;
    -o-animation: bubblebobble 6s linear infinite, horizontal 4s ease-in-out infinite alternate;
}

.b10[b-esp44p16f0] {
    left: 10vw;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.5;
    -webkit-animation: bubblebobble 14s linear infinite, horizontal 6s ease-in-out infinite alternate;
    -moz-animation: bubblebobble 14s linear infinite, horizontal 6s ease-in-out infinite alternate;
    -o-animation: bubblebobble 14s linear infinite, horizontal 6s ease-in-out infinite alternate;
}

@-webkit-keyframes bubblebobble {
    0% {
        top: 90vh;
    }

    100% {
        top: -10vh;
    }
}

@-moz-keyframes bubblebobble {
    0% {
        top: 90vh;
    }

    100% {
        top: -10vh;
    }
}

@-o-keyframes bubblebobble {
    0% {
        top: 90vh;
    }

    100% {
        top: -10vh;
    }
}


/* horizontal sway <> */

@-moz-keyframes horizontal {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 10vw;
    }
}


@-o-keyframes horizontal {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 10vw;
    }
}

@-webkit-keyframes horizontal {
    0% {
        margin-left: 0px;
    }

    100% {
        margin-left: 10vw;
    }
}

.socialicon[b-esp44p16f0] {
    width: 40px;
    height: 40px;
}

body[b-esp44p16f0] {
}





.btn-menu[b-esp44p16f0] {
    color: black;
    margin-left: 15px;
    font-size: 1.8rem;
}



.bodyContainer[b-esp44p16f0] {
    height: calc( 100vh - 0.1em);
    z-index: 2;
}


.headerIcon[b-esp44p16f0] {
    font-size: 1.5em;
}

.headerIconProject[b-esp44p16f0] {
}

.headerTitle[b-esp44p16f0] {
    font-size: 2em;
    font-weight: bold;
}

.headerColor[b-esp44p16f0] {
    color: rgb(0, 72, 94, 1);
}

.version[b-esp44p16f0] {
    font-size: 0.7em;
    padding-left: 1.5em;
    line-height: 1.4em;
    font-weight: 600;
}


.infoButton[b-esp44p16f0] {
    position: absolute;
    height: 2.25em;
    width: 2.5em;
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    border: 1px solid #AAAAAA;
    cursor: pointer;
    border-radius: 0.25em;
    z-index: 20;
    right: 1em;
    font-size: 1em;
}

    .infoButton:hover[b-esp44p16f0] {
        background-color: rgb(228,233,244);
    }

.infoButtonIcon[b-esp44p16f0] {
    padding-top: 0.4em;
    font-size: 1em;
    padding-left: 0.85em;
}




.pill[b-esp44p16f0] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.35rem 0.55rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0.25em;
}

.pillVersionUX[b-esp44p16f0] {
    border: 1px solid #AAAAAA;
    box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);
    color: black;
    font-weight: 400;
    cursor: auto;
    background-color: rgb(187, 203, 237, 1);
}


.foobar[b-esp44p16f0] {
    background-color: white;
    border-top: 1px solid #dddddd;
    z-index: 5;
    position: fixed;
    Width: 100%;
    bottom: 0;
    box-shadow: 0px -3px 6px -3px rgba(0,0,0,0.1);
    max-height: 3.5em;
}
/* /Shared/LoginDisplay.razor.rz.scp.css */
body[b-w3plhr5lk4] {
}



.buttonLogoutUX[b-w3plhr5lk4] {
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    font-size: 1.1em;
    background-color: rgb(230, 200, 0, 1);
    color: black;
    padding-top: 0.2em;
}

    .buttonLogoutUX:hover[b-w3plhr5lk4] {
        background-color: rgb(196, 45, 0, 1);
        color: white;
    }




.ErrorUX[b-w3plhr5lk4] {
    background-color: rgb(196, 45, 0, 1);
    color: black;
}

.WarnUX[b-w3plhr5lk4] {
    background-color: rgb(230, 200, 0, 1);
    color: black;
}

.SuccessUX[b-w3plhr5lk4] {
    background-color: rgb(17, 238, 86, 1);
    color: black;
}

.InactiveUX[b-w3plhr5lk4] {
    background-color: rgb(228,233,244, 1);
    color: black;
}

.buttonSettingsUX[b-w3plhr5lk4] {
    /*background-color: rgb(187, 203, 237, 0.9);*/
    border: 0px solid rgba(0,0,0,.2);
    /*box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);*/
    position: absolute;
    right: 4.2em;
    top: 0em;
    color: rgb(136, 150, 209, 1);
    /*color: #8896d1;*/
    font-size: 1.2em;
}

    .buttonSettingsUX:hover[b-w3plhr5lk4] {
        /* background-color: rgb(187, 203, 237, 0.9);*/
        text-shadow: 0 0 10px rgba(87, 203, 237,0.8), 0 0 20px rgba(187, 203, 237,0.8), 0 0 30px rgba(187, 203, 237,0.8); /* Set the glow effect */
        color: black;
    }

.loginUserTitleUX[b-w3plhr5lk4] {
    position: absolute;
    right: 10em;
    top: 0.85em;
    color: rgb(136, 150, 209, 1);
    /*color: #8896d1;*/
    font-size: 0.75em;
    cursor: pointer;
}

    .loginUserTitleUX:hover[b-w3plhr5lk4] {
        /* background-color: rgb(187, 203, 237, 0.9);*/
        text-shadow: 0 0 10px rgba(87, 203, 237,0.8), 0 0 20px rgba(187, 203, 237,0.8), 0 0 30px rgba(187, 203, 237,0.8); /* Set the glow effect */
        color: black;
    }

.settingsCard[b-w3plhr5lk4] {
    border: 1px solid rgba(0,0,0,.2);
    position: absolute;
    right: 2.85em;
    top: 0.5em;
    margin: 2em;
    font-weight: 800;
    background-color: white;
    border-radius: 10px;
}

.settingsCard-headerUX[b-w3plhr5lk4] {
    background-color: white;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.settingsToggle[b-w3plhr5lk4] {
    color: #8896d1;
    cursor: pointer;
}

    .settingsToggle:hover[b-w3plhr5lk4] {
        transform: rotateX(180deg);
    }

.settingsCard-body[b-w3plhr5lk4] {
    padding: 0.5em;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-r0c7qsl178] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-r0c7qsl178] {
    flex: 1;
}

.navUX[b-r0c7qsl178] {
    background-color: rgb(136, 150, 209, 0.1);
    border-bottom: 1px solid #d6d5d5;
    color: black;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}


.sidebar[b-r0c7qsl178] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-r0c7qsl178] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-r0c7qsl178]  a, .top-row[b-r0c7qsl178]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-r0c7qsl178]  a:hover, .top-row[b-r0c7qsl178]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-r0c7qsl178]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-r0c7qsl178] {
        display: none;
    }

    .top-row.auth[b-r0c7qsl178] {
        justify-content: space-between;
    }

    .top-row[b-r0c7qsl178]  a, .top-row[b-r0c7qsl178]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-r0c7qsl178] {
        flex-direction: row;
    }

    .sidebar[b-r0c7qsl178] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-r0c7qsl178] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-r0c7qsl178]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-r0c7qsl178], article[b-r0c7qsl178] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.version[b-r0c7qsl178] {
    font-size: 0.7em;
    padding-left: 1.5em;
    line-height: 1.4em;
    font-weight: 600;
}

.pill[b-r0c7qsl178] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    padding: 0.35rem 0.55rem;
    font-size: 1rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    border-radius: 0.25em;
}

.pillVersionUX[b-r0c7qsl178] {
    background-color: #bbcbed;
    border: 1px solid #AAAAAA;
    box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);
    color: black;
    font-weight: 400;
    cursor: auto;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-zbms5wtg7r] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-zbms5wtg7r] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-zbms5wtg7r] {
    font-size: 1.1rem;
}

.oi[b-zbms5wtg7r] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-zbms5wtg7r] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-zbms5wtg7r] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-zbms5wtg7r] {
        padding-bottom: 1rem;
    }

    .nav-item[b-zbms5wtg7r]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-zbms5wtg7r]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-zbms5wtg7r]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-zbms5wtg7r] {
        display: none;
    }

    .collapse[b-zbms5wtg7r] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/OutdatedVersionComponent.razor.rz.scp.css */
.overlayContainer[b-9kiacx1x6v] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(228,233,244, 0.5);
    z-index: 200;
    padding-top: 15%;
}

.outdatedVersionCard[b-9kiacx1x6v] {
    box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 12px 24px -6px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    border-width: 0px;
    min-width: 40em;
    font-weight: 800;
    margin: 1em;
}

.outdatedVersionCard-Body[b-9kiacx1x6v]
{
    padding:1em;
    font-size: 1.25em;
}

.outdatedVersionCard-footer[b-9kiacx1x6v] {
    padding: 1rem 1rem;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background-color: rgb(250, 220, 0,1);
}

.outdatedVersionCard-header[b-9kiacx1x6v] {
    padding: 1rem 1rem;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    display: inline-block;
    background-color: rgb(250, 220, 0,1);
}

.outdatedVersionCardIconClass[b-9kiacx1x6v] {
    color: white;
}

.buttonContinueUX[b-9kiacx1x6v] {
    background-color: rgb(253,192,48, 0.9);
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0px 2px 18px 0px rgba(39,13,64,0.25);
    font-size: 1.5em;
}

    .buttonContinueUX:hover[b-9kiacx1x6v] {
        background-color: rgb(249,226,174);
    }
