@import url(https://fonts.googleapis.com/css?family=Public+Sans:300,400,500,600,700,800);
.Scripts-Components-Login-___login__login-container___BSFOH {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background: #ffffff;
    width: 400px;
    margin: 0 auto;
    padding: 30px;
    text-align: center;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
}

.Scripts-Components-Login-___login__welcome-container___q1ss9 {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    max-width: 768px;
    margin: 0 auto;
    padding: 4% 0 0;
    text-align: center;
}

.Scripts-Components-Login-___login__welcome-container--welcome___nOcxz {
    font-size: 30px;
    font-weight: 600;
}

.Scripts-Components-Login-___login__welcome-container--school-name___g97rC {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.Scripts-Components-Login-___login__welcome-container--app-name____dVK8 {
    color: #242d34;
    margin-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
}

.Scripts-Components-Login-___login__wave-icon___dsYtu {
    color: #ffb200;
    font-size: 20px;
    margin: 0 0 2px 5px;
}

.Scripts-Components-Login-___login__login-form__input-text___JWVQ_ {
    outline: 0;
    width: 100%;
    margin: 0 0 15px;
    padding: 12px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 8px;
    border: 1px solid #7e7e7e;
    background-color: #F5F3F6;
}
/**************/
/* Sign in */
/**************/
.Scripts-Components-Login-___login__signin-container___YnMpl {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    margin: 30px auto;
    text-align: center;
}

.Scripts-Components-Login-___login__signin--button___h0oAy {
    outline: 0;
    background: #00C32E;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Public Sans';
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 8px;
}

.Scripts-Components-Login-___login__signin--button--highlight___KWvgt:hover, .Scripts-Components-Login-___login__login-form__button--highlight___T3F2G:active, .Scripts-Components-Login-___login__login-form__button--highlight___T3F2G:focus {
    background: #43A047;
}

.Scripts-Components-Login-___login__signin-signup-container___Yi6yM {
    padding: 30px 0 0 0;
    font-size: 14px;
}
/**************/
/* Sign up */
/**************/
.Scripts-Components-Login-___login__signup-container___xlZC3 {
    position: relative;
    z-index: 1;
    background: #FFFFFF;
    margin: 20px auto;
    text-align: center;
    display: none;
}

.Scripts-Components-Login-___login__signup-container--title___eSaLl {
    font-weight: 600;
    margin-bottom: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Scripts-Components-Login-___login__sign-up-new___jFh3t{
    margin-bottom: 20px;
}

.Scripts-Components-Login-___login__signup--button___DuZ3t {
    outline: 0;
    background: #00C32E;
    width: 100%;
    border: 0;
    padding: 15px;
    color: #FFFFFF;
    font-size: 14px;
    font-family: 'Public Sans';
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
    margin-top: 10px;
    border-radius: 8px;
}

.Scripts-Components-Login-___login__signup--button--highlight___VjE1F:hover, .Scripts-Components-Login-___login__login-form__button--highlight___T3F2G:active, .Scripts-Components-Login-___login__login-form__button--highlight___T3F2G:focus {
    background: #43A047;
}

.Scripts-Components-Login-___login__signin-signup--dont-have-account___gko_u {
    font-weight: 500;
}

.Scripts-Components-Login-___login__signin-signup--signup___bcQDn {
    padding: 0 0 0 5px;
}

.Scripts-Components-Login-___login__signup-signin-container___XM6lx {
    padding: 30px 0 0 0;
    font-size: 14px;
}

.Scripts-Components-Login-___login__signup-signin--already-have-account___yusCv {
}

.Scripts-Components-Login-___login__signup-signin--signin___KxYnB {
    padding: 0 0 0 5px;
}

.Scripts-Components-Login-___login__need-access-key-container____4YKs {
    
}

.Scripts-Components-Login-___login__need-to-contact-school_container___BswVO {
    padding: 30px 0 0 0;
}

.Scripts-Components-Login-___login__need-to-contact-school___ulwxY {
    margin: 0 0 30px 0;
    text-align: center;
}

select:required:invalid {
    color: gray;
}

option[value=""][disabled] {
    display: none;
}

option {
    color: black;
}

.Scripts-Components-Login-___login__forgot-link-container___KEFrJ {
    margin: 20px 0 0 0;
}

.Scripts-Components-Login-___login__forgot-link___RgW6I {
    font-size: 14px;
    color: #797d85;
    text-decoration: none;
}

.Scripts-Components-Login-___login__forgot-link___RgW6I:hover{
    color: #242d34;
}

.Scripts-Components-Login-___login__login-form__message___Ld_g6 {
    color: #FF0000;
    display: block;
    margin: 20px 0 0;
}

@media only screen and (max-width: 1366px) {
    .Scripts-Components-Login-___login__signup-container___xlZC3 {
        padding: 0;
    }
}

@media screen and (max-width: 480px){
    .Scripts-Components-Login-___login__login-container___BSFOH{
        width: 80%;
    }
}
html {
    height: 100%;
    min-height: 100%;
}

body {
    margin: 0;
    font-family: "Public Sans";
    height: 100%;
    min-height: 100%;
    background: #d6dde3;
}

.Styles-___site__action-link___IxUXj {
    margin: 0 0 10px 0;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.Styles-___site__main-list-container___gsyI8 {
    padding: 25px 20px 20px 15px;
}

.Styles-___site__main-list-layout___fOk_0 {
    font-size: 14px;
}

.Styles-___site__main-list__table___E_2hl {
    border-collapse: collapse;
    width: 100%;
}

.Styles-___site__main-list__table-col-header___gU3lF {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    background: #D6DDE3;
}

.Styles-___site__main-list__table-col-header--center___LWAqk {
    text-align: center;
}

.Styles-___site__main-list__table-row___eV3By {
    border-bottom: 1px solid #ddd;
}

.Styles-___site__main-list__table-row___eV3By td{
    padding: 4px;
}

.Styles-___site__main-list-header___hTeWS {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    align-items: center;
    padding-top: 70px;
}

.Styles-___site__main-list-header__title___tRZNu {
    font-size: 20px;
    font-weight: 700;
}

.Styles-___site__table-child___l_oIb {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
}

.Styles-___site__table-child-header___pOXlr {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    background: #D6DDE3;
}

.Styles-___site__table-child-header--right___HqUbl {
    text-align: right;
}

.Styles-___site__table-child-header--center___NoJzW {
    text-align: center;
}

.Styles-___site__table-child-data___gImys {
    padding: 8px;
    text-align: left;
    border-bottom: 1px solid #ddd;
}

.Styles-___site__table-child-data--right___jNfQ6 {
    text-align: right;
}

.Styles-___site__table-child-data--center___tGW8b {
    text-align: center;
}

.Styles-___site__table-child-action-link___u72sb {
    margin: 0 0 10px 0;
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.Styles-___site__note___gMMZY {
    font-size: 13px;
    font-style: italic;
}

.Styles-___site__main-form-layout___nvqFv {
    display: grid;
    font-size: 14px;
}

.Styles-___site__main-form-container-section___5FhP4 {
    margin: 20px 0 0 20px;
}

.Styles-___site__main-form-container-section__header___e1cbC {
    font-weight: 700;
    font-size: 18px;
    color: #1e1e1e;
    display: inline-block;
    margin: 0 0 10px 0;
}

.Styles-___site__field-container___czZPx {
    margin: 0 0 10px 0;
}

.Styles-___site__field-container__label___pMFdX {
    display: inline-block;
    height: 22px;
    text-align: left;
    width: 130px;
    margin: 0 10px 0 0;
}

.Styles-___site__field-container__label-check-radio___iF0CK {
    display: inline-block;
    height: 22px;
    text-align: left;
    min-width: 80px;
    max-width: 180px;
    margin: 0 10px 0 0;
}

.Styles-___site__field-container__label--long___kQdsY {
    display: inline-block;
    height: 22px;
    text-align: left;
    width: 150px;
    margin: 0 10px 0 0;
}

.Styles-___site__field-container__label--long-2____Eeov {
    display: inline-block;
    height: 22px;
    text-align: left;
    width: 180px;
    margin: 0 10px 0 0;
}

.Styles-___site__field-container__label--close___Pv4p4 {
    width: auto;
    margin: 0 10px 0 0;
}

.Styles-___site__field-container__input-text___rC9r4 {
    border: 1px solid #7e7e7e;
    border-radius: 8px;
    width: 280px;
    height: 20px;
    padding: 6px 12px;
}

.Styles-___site__field-container__input-text--small___NdRoN {
    border: 1px solid #7e7e7e;
    border-radius: 8px;
    width: 280px;
    height: 20px;
    padding: 2px 4px;
    font-size: 12px;
}

.Styles-___site__field-container__input-select___i18Ja {
    border: 1px solid #7e7e7e;
    border-radius: 8px;
    width: 280px;
    height: 35px;
    padding: 6px 12px;
}

.Styles-___site__field-container__input-select--small___M7UEy {
    width: 280px;
    height: 35px;
    font-size: 12px;
    border: 1px solid #7e7e7e;
    border-radius: 8px;
    padding: 2px 4px;
}

.Styles-___site__field-container__input-select--medium___whBtu {
    width: 184px;
}

.Styles-___site__field-container__input-select--long___wqPRl {
    width: 380px;
}

.Styles-___site__field-container__input-select--short___INMXr {
    width: 120px;
}

.Styles-___site__field-container__input-text--medium___Pje62 {
    width: 180px;
}

.Styles-___site__field-container__input-text--long___dtaGW {
    width: 354px;
}

.Styles-___site__field-container__input-text--short___kCv92 {
    width: 120px;
}

.Styles-___site__field-container__input-text--short_date___jFlv3 {
    width: 150px;
    height: 29px;
    font-size: 12px;
    border: 1px solid #7e7e7e;
    border-radius: 8px;
    padding: 2px 4px
}

.Styles-___site__field-container__input-text--shorter_date___nNrce {
    width: 120px;
    height: 29px;
    font-size: 12px;
    border: 1px solid #7e7e7e;
    border-radius: 8px;
    padding: 2px 4px
}

.Styles-___site__field-container__input-text--shorter___WlbbK {
    width: 60px;
}

.Styles-___site__field-container__input-amount___Pj0_d {
    text-align: right;
}

.Styles-___site__checkbox-field-container___kz0ro {
    margin: 30px 0 0 0;
}

.Styles-___site__checkbox-label___zyuvG {
    display: flex;
    align-items: center;
    width: fit-content;
}

input[type="checkbox"] {
    width: 14px;
    height: 14px;
    accent-color: #242d34;
}

input[type="radio"] {
    accent-color: #242d34;
}

.Styles-___site__delete-icon___tC4hp {
    color: #FF7169;
    vertical-align: middle;
    font-size: 20px;
}

.Styles-___site__delete-icon___tC4hp:hover{
    color: #e5655e;
}

.Styles-___site__action-icon___oNk_R {
    color: #242d34;
    vertical-align: middle;
    font-size: 20px;
}

.Styles-___site__action-icon___oNk_R:hover{
    color: #444;
}

.Styles-___site__main_btn___smfpV {
    background-color: #00C32E;
    padding: 14px 25px;
    display: inline-block;
    min-width: 60px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
    padding: 0px 20px;
    color: #ffffff;
    margin: 0 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.Styles-___site__main_btn___smfpV:hover {
    background-color:  #00aa28;
    transform: translateY(-1px);
}

.Styles-___site__main_btn___smfpV:active {
    background-color:  #00aa28;
}

.Styles-___site__main_btn--disabled___GaG8f {
    background-color: #bdc4c9;
    pointer-events: none;
}

.Styles-___site__modal-overlay___sGanH {
    position: fixed;
    z-index: 999;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0); /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}

.Styles-___site__modal-form___J3s11 {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    overflow: hidden;
    border-radius: 10px;
}

.Styles-___site__modal-form-main-container___AJMww {
    width: 35%;
    min-width: 600px;
}

.Styles-___site__modal-form-container-section___p3Dbc {
    margin: 10px;
}

.Styles-___site__modal-form__title___Bhc49 {
    background: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    margin: 0 0 20px 0;
}

.Styles-___site__modal-form__btn-container___d0Pgq {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0 0 0;
}

.Styles-___site__modal-form__cancel-btn___hq_3K {
    background-color: #FF7000;
    padding: 14px 25px;
    display: inline-block;
    min-width: 60px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
    padding: 0px 20px;
    color: #ffffff;
    margin: 10px 5px 10px 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.Styles-___site__modal-form__cancel-btn___hq_3K:hover {
    background-color:  #E56400;
    transform: translateY(-1px);
}

.Styles-___site__modal-form__cancel-btn___hq_3K:active {
    background-color: #E56400;
}

.Styles-___site__modal-form__ok-btn___DpdLm {
    background-color: #00C32E;
    padding: 14px 25px;
    display: inline-block;
    min-width: 60px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
    padding: 0px 20px;
    color: #ffffff;
    margin: 10px 5px 10px 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.Styles-___site__modal-form__ok-btn___DpdLm:hover {
    background-color: #00aa28;
    transform: translateY(-1px);
}

.Styles-___site__modal-form__ok-btn___DpdLm:active {
    background-color: #00aa28;
}

.Styles-___site__modal-form__ok-btn--neutral___YkuAj {
    background-color: #00C32E;
    display: inline-block;
    min-width: 60px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
    padding: 0px 20px;
    color: #ffffff;
    margin: 10px 5px 10px 5px;
    font-family: 'Public Sans';
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.Styles-___site__modal-form__ok-btn--neutral___YkuAj:hover {
    background-color: #00aa28;
    transform: translateY(-1px);
}

.Styles-___site__modal-form__ok-btn--neutral___YkuAj:active {
    background-color: #00C32E;
}

.Styles-___site__modal-form__action-btn___HWyhf {
    background-color: #0098FF;
    padding: 14px 25px;
    display: inline-block;
    min-width: 60px;
    margin-left: 20px;
    cursor: pointer;
    border-radius: 8px;
    box-shadow: 0 0.125rem 0.25rem 0 rgba(133, 146, 163, 0.4);
    padding: 0px 20px;
    color: #ffffff;
    margin: 10px 5px 10px 5px;
    font-size: 13px;
    font-weight: 500;
    line-height: 40px;
    outline: none !important;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    .Styles-___site__modal-form__action-btn___HWyhf:hover {
        background-color: #0088E5;
        transform: translateY(-1px);
    }

    .Styles-___site__modal-form__action-btn___HWyhf:active {
        background-color: #0088E5;
    }

.Styles-___site__main-list__active-status___HRa7y {
    --borderWidth: 4px;
    --height: 15px;
    --width: 6px;
    --borderColor: #47d247;
    display: inline-block;
    transform: rotate(45deg);
    height: var(--height);
    width: var(--width);
    border-bottom: var(--borderWidth) solid var(--borderColor);
    border-right: var(--borderWidth) solid var(--borderColor);
}

.Styles-___site__top-bar__greeting___mj6vq {
    font-size: 18px;
    font-weight: bold;
}

.Styles-___site__content___vMAaL {
    margin-left: 264px; /* Same as the width of the sidebar */
    padding: 0px 0px;
    height: 100%;
    margin-right: 15px;
}

@media only screen and (max-width: 1366px) {
    .Styles-___site__content___vMAaL {
        margin-left: 195px; /* Same as the width of the sidebar */
        padding: 0px 0px;
    }
}

@media only screen and (max-width: 768px) {
    .Styles-___site__content___vMAaL {
        margin-left: 15px; /* Same as the width of the sidebar */
    }
    .Styles-___site__modal-overlay___sGanH{
        padding-top: 50px;
    }
    .Styles-___site__modal-form-main-container___AJMww{
        width: 80%;
        min-width: initial;
    }
    .Styles-___site__main-list-header___hTeWS .Styles-___site__main_btn___smfpV{
        min-width: initial;
        padding: 0 10px;
    }
    .Styles-___site__main-list-header___hTeWS .Styles-___site__main-list-header__title___tRZNu{
        font-size: 18px;
    }
    .Styles-___site__modal-form__btn-container___d0Pgq{
        margin-top: 10px;
    }
}

@media screen and (max-width: 480px){
    .Styles-___site__main-form-container-section___5FhP4{
        margin: 0;
    }
}

/*# sourceMappingURL=login.css.map*/