@import url(https://fonts.googleapis.com/css?family=Public+Sans:300,400,500,600,700,800);
.Scripts-Components-Common-sidebar-___sidebar__sidebar___K9rhz {
    height: 100%;
    width: 248px;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #4c5f6e;
    overflow-x: hidden;
    transition: transform 0.3s ease-in-out;
}

    .Scripts-Components-Common-sidebar-___sidebar__sidebar___K9rhz a {
        color: #242d34;
        font-size: 14px;
        border-radius: 8px;
        background: #ffffff;
        display: flex;
        column-gap: 5px;
        padding: 6px 10px;
        user-select: none;
        margin: 10px;
        align-items: center;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease 0s;
    }

        .Scripts-Components-Common-sidebar-___sidebar__sidebar___K9rhz a:hover {
            background-color: #a1acb8;
            color: #ffffff;
            font-weight: 700;
        }

.Scripts-Components-Common-sidebar-___sidebar__menu-toggle___Wnkte {
    position: fixed;
    top: 10px;
    left: 10px;
    background: #ffb200;
    border: none;
    border-radius: 8px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 5px;
}

.Scripts-Components-Common-sidebar-___sidebar__menu-icon___lIrbF {
    color: #ffffff;
}

.Scripts-Components-Common-sidebar-___sidebar__icon___DNhcn {
    color: #242d34;
    font-size: 24px !important;
}

.Scripts-Components-Common-sidebar-___sidebar__brand-name___ULUry {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
    padding: 10px 12px;
    gap: 6px;
}

.Scripts-Components-Common-sidebar-___sidebar__brand-icon___O7dxr {
    color: #FFB200;
    font-size: 26px !important;
}

@media only screen and (max-width: 1366px) {
    .Scripts-Components-Common-sidebar-___sidebar__sidebar___K9rhz {
        width: 180px; /* Set the width of the sidebar */
    }
}


@media only screen and (max-width: 768px) {
    .Scripts-Components-Common-sidebar-___sidebar__sidebar___K9rhz {
        transform: translateX(-100%);
        width: 200px;
    }

        .Scripts-Components-Common-sidebar-___sidebar__sidebar___K9rhz.Scripts-Components-Common-sidebar-___sidebar__open___jnA_f {
            transform: translateX(0);
        }

    .Scripts-Components-Common-sidebar-___sidebar__brand-name___ULUry{
        justify-content: right;
    }
}
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;
    }
}
.Scripts-Components-Common-sidebar-admin-___sidebar-admin__sidebar___MNnyr {
    height: 100%;
    width: 248px;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background-color: #4c5f6e;
    overflow-x: hidden;
    transition: transform 0.3s ease-in-out;
}

    .Scripts-Components-Common-sidebar-admin-___sidebar-admin__sidebar___MNnyr a {
        color: #242d34;
        font-size: 14px;
        border-radius: 8px;
        background: #ffffff;
        display: flex;
        column-gap: 5px;
        padding: 6px 10px;
        user-select: none;
        margin: 10px;
        align-items: center;
        text-decoration: none;
        font-weight: 500;
        transition: all 0.3s ease 0s;
    }

        .Scripts-Components-Common-sidebar-admin-___sidebar-admin__sidebar___MNnyr a:hover {
            background-color: #a1acb8;
            color: #ffffff;
            font-weight: 700;
        }

.Scripts-Components-Common-sidebar-admin-___sidebar-admin__menu-toggle___nTZgi {
    position: fixed;
    top: 10px;
    left: 10px;
    background: #ffb200;
    border: none;
    border-radius: 8px;
    font-size: 24px;
    color: white;
    cursor: pointer;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px 5px;
}

.Scripts-Components-Common-sidebar-admin-___sidebar-admin__menu-icon___bcqPp {
    color: #ffffff;
}

.Scripts-Components-Common-sidebar-admin-___sidebar-admin__icon___QOjAC {
    color: #242d34;
    font-size: 24px !important;
}

.Scripts-Components-Common-sidebar-admin-___sidebar-admin__brand-name___UKIF5 {
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
    color: #ffffff;
    padding: 10px 12px;
    gap: 6px;
}

.Scripts-Components-Common-sidebar-admin-___sidebar-admin__brand-icon___sy7az {
    color: #FFB200;
    font-size: 26px !important;
}

@media only screen and (max-width: 1366px) {
    .Scripts-Components-Common-sidebar-admin-___sidebar-admin__sidebar___MNnyr {
        width: 180px; /* Set the width of the sidebar */
    }
}


@media only screen and (max-width: 768px) {
    .Scripts-Components-Common-sidebar-admin-___sidebar-admin__sidebar___MNnyr {
        transform: translateX(-100%);
        width: 200px;
    }

        .Scripts-Components-Common-sidebar-admin-___sidebar-admin__sidebar___MNnyr.Scripts-Components-Common-sidebar-admin-___sidebar-admin__open___L6600 {
            transform: translateX(0);
        }

    .Scripts-Components-Common-sidebar-admin-___sidebar-admin__brand-name___UKIF5 {
        justify-content: right;
    }
}

.Scripts-Components-Common-topbar-___topbar__topbar___U2EsF {
    background: #f8f9fa;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    margin: 6px;
    border-radius: 10px;
    position: fixed;
    left: 258px;
    right: 10px;
    height: 50px;
    z-index: 1;
}

.Scripts-Components-Common-topbar-___topbar__topbar__section-user___mBF_M {
    margin-right: 20px;
    display: flex;
    align-items: center;
}

.Scripts-Components-Common-topbar-___topbar__topbar__user-greeting___U5zfC {
    display: flex;
    align-items: center;
    gap: 2px;
    font-weight: 600;
    margin-right: 15px;
    white-space: nowrap;
    cursor: default;
}

.Scripts-Components-Common-topbar-___topbar__hello-icon___h2_YS {
    color: #ffb200;
    font-size: 18px;
    vertical-align: sub;
}

.Scripts-Components-Common-topbar-___topbar__user-avatar___Lcpjb {
    display: inline-block;
    font-size: .8em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    border-radius: 50%;
    background: #242d34;
    vertical-align: middle;
    margin-right: 1em;
    color: white;
    cursor: pointer;
}

.Scripts-Components-Common-topbar-___topbar__user-actions-container___t2Syd {
    display: none;
    position: fixed;
    background-color: #ffffff;
    border-radius: 10px;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    font-size: 14px;
    font-weight: normal;
    z-index: 9999;
}

.Scripts-Components-Common-topbar-___topbar__user-actions-item___bPFs0 {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.Scripts-Components-Common-topbar-___topbar__user-actions-item___bPFs0:hover {
    background-color: #ddd;
}

@media only screen and (max-width: 1366px) {
    .Scripts-Components-Common-topbar-___topbar__topbar___U2EsF {
        left: 190px; /* Set the width of the sidebar */
    }
}

@media only screen and (max-width: 768px) {
    .Scripts-Components-Common-topbar-___topbar__topbar___U2EsF {
        left: 15px; /* Set the width of the sidebar */
    }
}
.Scripts-Components-Home-___layout__main-container___gpZzO {
    height: 100%;
}

.Scripts-Components-Home-___layout__main-content-container___epSzm {
    display: grid;
    font-size: 14px;
    background: #ffffff;
    border-radius: 10px;
    min-height: 80vh;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 20px;
}

.Scripts-Components-Grading-student-grades-___student-grades__layout___PosSY {
    display: grid;
    grid-template-columns: 80% auto;
    grid-template-rows: auto;
    grid-template-areas:
        "studinfo legend"
        "grades legend";
    font-size: 14px;
    column-gap: 15px;
}

.Scripts-Components-Grading-student-grades-___student-grades__section__stud-info___BD3Wb {
    grid-area: studinfo;
}

.Scripts-Components-Grading-student-grades-___student-grades__section__grades___j1JIU {
    grid-area: grades;
    overflow-x: auto;
}

.Scripts-Components-Grading-student-grades-___student-grades__section__legend___rTqeD {
    margin-top: 70px;
    grid-area: legend;
}

.Scripts-Components-Grading-student-grades-___student-grades__legend-title___Antj9 {
    display: inline-block;
    margin: 0 0 6px 6px;
    font-weight: 600;
    font-size: 13px;
}

.Scripts-Components-Grading-student-grades-___student-grades__legend-container___BLSFQ {
    border:1px solid #777;
    border-radius: 8px;
    padding: 10px;
    font-size: 13px;
}

.Scripts-Components-Grading-student-grades-___student-grades__td-legend--display-value___jvCRW {
    width: 200px;
}

.Scripts-Components-Grading-student-grades-___student-grades__td-legend--grade-from-to___nBJ6j {
    text-align: center;
}

.Scripts-Components-Grading-student-grades-___student-grades__field-container__label--long___DIR0s {
    width: 280px;
}

.Scripts-Components-Grading-student-grades-___student-grades__table-child__grades___ERt4D {
    width: 100%;
    margin: 0 0 60px 0;
    white-space: nowrap;
}

.Scripts-Components-Grading-student-grades-___student-grades__table-child__grades___ERt4D td{
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.Scripts-Components-Grading-student-grades-___student-grades__for-which-student___FHhjB {
}

.Scripts-Components-Grading-student-grades-___student-grades__student-select___fqI5z {
    margin-left: 10px;
}

.Scripts-Components-Grading-student-grades-___student-grades__payment-for___XyLtM {
    padding: 0 0 40px 0;
    padding: 0 0 0 38px;
}

.Scripts-Components-Grading-student-grades-___student-grades__note-nopayments___MyUVJ {

}

.Scripts-Components-Grading-student-grades-___student-grades__main_btn__cancel___coIVL {
    background-color: #FF7000; /*#87bfe9;*/
    margin-left: 0px;
}

    .Scripts-Components-Grading-student-grades-___student-grades__main_btn__cancel___coIVL:hover {
        background-color: #E56400;
    }

    .Scripts-Components-Grading-student-grades-___student-grades__main_btn__cancel___coIVL:active {
        background-color: #FF7000;
    }

.Scripts-Components-Grading-student-grades-___student-grades__remarks___wVCvz {
    display: inline-block;
    max-width: 200px;
    word-wrap: break-word;
    white-space: normal;
}

@media screen and (max-width: 768px) {
    .Scripts-Components-Grading-student-grades-___student-grades__student-select___fqI5z {
        width: 250px;
    }
    .Scripts-Components-Grading-student-grades-___student-grades__layout___PosSY {
        grid-template-columns: 100%;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "studinfo"
            "legend"
            "grades";
    }
    .Scripts-Components-Grading-student-grades-___student-grades__section__legend___rTqeD{
        margin: 10px 0;
    }
}

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