body {
    background-color: #f4f3ef;
}
.sticky-top {
    z-index: auto;
}
.no_underline {
    text-decoration: none !important
}
.des_text{
    font-size:12px !important;
}
.select-grade-pill {
    border-radius: 0px !important;
    background: #ebedf2 !important;
}
.custom-file > .form-control-feedback {
    display: none !important;
}
.g-recaptcha {
    display: inline-block;
}
.grade-dropdown .program_tree, .grade-dropdown .program_tree ul {
    width: 170px;
}
.grade-dropdown ul {
    padding: 0;
}
.grade-dropdown .program_tree .dropdown-submenu > a:after {
    font-family: "Font Awesome 5 Free";
    position: absolute;
    display: inline-block;
    font-size: 14px;
    right: 7px;
    top: 7px;
    height: auto;
    content: "\f054";
    font-weight: 900;
}