#sidebar-wrapper {
  top: 13vh;
  border-top-right-radius: 14px;
  left: -200px;
  width: 200px;
  position: fixed;
  height: 100%;
  z-index: 1;
  background: white;
  overflow-y: scroll;
  border-right: solid #838d9f38 1px;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#sidebar-wrapper.sidebar-toggle {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  margin-left: -200px;
}

@media (min-width: 768px) {
  #sidebar-wrapper.sidebar-toggle {
    -webkit-transition: 0s;
    transition: 0s;
    left: 200px;
  }
}

.sidebar-nav {
  position: absolute;
  top: 0;
  margin: 0;
  padding: 0;
  width: 200px;
  height: 100%;
  list-style: none;
}

.sidebar-nav .profile {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.sidebar-nav .profile img {
  width: 100%;
}

.sidebar-nav .mymenu {
  color: #D9D9D9;
  margin-left: 35px;
}

.sidebar-nav ul {
  list-style: none;
}

.sidebar-nav li {
  text-indent: 20px;
  line-height: 50px;
}

.sidebar-nav li a {
  color: #8E96B7;
  display: block;
  text-decoration: none;
  text-transform: capitalize;
  font-size: 14px;
}

.sidebar-nav li a:hover {
  color: #2882F4;
  text-decoration: none;
}

.sidebar-nav li a:active, .sidebar-nav li a:focus {
  text-decoration: none;
  color: #2882F4;
}

.sidebar-nav li a.active {
  text-decoration: none;
  color: #2882F4;
}

.sidebar-nav li {
  line-height: 40px;
}

footer {
  margin-left: 200px;
}

.body-with-nav {
  margin-left: 200px;
  background: #F3F5F9;
  min-height: 100vh;
}

@media (max-width: 770px) {
  .body-with-nav {
    margin-left: 0;
  }
  footer {
    margin-left: 0 !important;
  }
}

.pl-23 {
  padding-left: 1rem;
}

.space-out {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 86%;
}

.btn-white {
  font-size: 12px;
  color: #838D9F;
  background: white;
}

.btn-white:hover {
  color: #838D9F;
}

.btn {
  padding: .6rem .75rem;
  font-family: 'museo-bd';
}

.btn:hover {
  color: white;
  background: #0b80c8;
}

.btn-blue {
  background: #599bf0;
  color: white;
  padding: .6rem .75rem;
}

.btn-blue:hover {
  color: white;
}

.btn-red {
  background: #CF1322;
  color: white;
  padding: .6rem .75rem;
}

.btn-red:hover {
  color: white;
}

.btn-darkgrey {
  background: #595959;
  color: white;
  padding: .6rem .75rem;
}

.btn-darkgrey:hover {
  color: white;
}

.btn-green {
  background: #03A677;
  color: white;
  padding: .6rem .75rem;
}

.btn-green:hover {
  color: white;
}

.btn-grey {
  background: #EAEEFA;
  border-radius: 8px;
  color: #838D9F;
  font-family: 'museo-bd';
}

.btn-sm {
  padding: .3rem .75rem;
}

.btn-lg {
  padding: .6rem 3rem;
  font-size: 16px;
}

.btn-outline-white {
  color: #FCFDFF;
  border: solid 1px #FCFDFF;
}

.btn-outline-red {
  color: #F07867;
  border: solid 1px #F07867;
  background: white;
}

@font-face {
  font-family: "Museo-bd";
  src: url("../font/museoSans/MuseoSans_700.otf");
}

@font-face {
  font-family: "Museo-md";
  src: url("../font/museoSans/MuseoSans_500.otf");
}

@font-face {
  font-family: "Museo-lt";
  src: url("../font/museoSans/MuseoSans-300.otf");
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Museo-lt";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

a {
  color: inherit;
}

.font10 {
  font-size: 10px;
}

.font14 {
  font-size: 14px;
}

.font13 {
  font-size: 13px;
}

.font12 {
  font-size: 12px;
}

.font20 {
  font-size: 20px !important;
}

.font48 {
  font-size: 48px !important;
}

.font18 {
  font-size: 18px !important;
}

.font36 {
  font-size: 36px !important;
}

.font68 {
  font-size: 68px !important;
}

.font15 {
  font-size: 15px !important;
}

.font24 {
  font-size: 24px !important;
}

.font30 {
  font-size: 30px !important;
}

.font40 {
  font-size: 40px !important;
}

.font34 {
  font-size: 34px !important;
}

.font-light {
  font-weight: 300;
  font-family: "Museo-lt" !important;
}

.font-bold {
  font-weight: 500;
  font-family: "Museo-bd" !important;
}

.title {
  font-size: 24px;
  font-family: "Museo-bd";
}

@media (max-width: 800px) {
  .font68 {
    font-size: 50px !important;
  }
  .sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sm-mt {
    margin-top: 2rem !important;
  }
  .sm-d-none {
    display: none !important;
  }
  .sm-dflex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .sm-mt-none {
    margin-top: 0 !important;
  }
  .sm-pt-none {
    padding-top: 0 !important;
  }
  .sm-ml-none {
    margin-left: 0 !important;
  }
  .sm-text-left {
    text-align: left !important;
  }
  .sm-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sm-text-center {
    text-align: center !important;
  }
}

.text-grey {
  color: #838d9f !important;
}

.bg-grey {
  background: #f4f7ff !important;
}

.bg-blue {
  background: #0b80c8 !important;
}

.text-brown {
  color: #4f4f4f !important;
}

.text-blue {
  color: #0b80c8 !important;
}

.bg-grey {
  background: #f5f6f7 !important;
}

.border-radius {
  border-radius: 5px;
}

.box-shadow {
  -webkit-box-shadow: 0px 2px 4px rgba(14, 86, 124, 0.165308);
          box-shadow: 0px 2px 4px rgba(14, 86, 124, 0.165308);
}

.bg-white {
  background: white !important;
}

.hidden {
  overflow: hidden !important;
}

.text-white {
  color: white !important;
}

.text-navy {
  color: #3d3d74;
}

.click {
  cursor: pointer;
}

.logo-mb {
  margin-bottom: 8rem;
}

.login-mb {
  margin-bottom: 3rem !important;
}

.login-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

.login-bg .cartoon {
  background: url("../img/login-bg.png");
  background-size: cover;
  min-height: 55vh;
  background-position-y: bottom;
}

.login-bg p {
  color: #8c8c8c;
}

.login-container {
  padding: 2rem 6rem;
}

@media (max-width: 770px) {
  .login-container {
    padding: 2rem 3rem;
  }
  .logo-mb {
    margin-bottom: 3rem !important;
  }
}

.form-control {
  padding: 1.3rem 0.75rem;
  border: 1px solid rgba(131, 141, 159, 0.5);
}

.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

input::-webkit-input-placeholder {
  font-size: 14px !important;
  color: #595959 !important;
}

input:-ms-input-placeholder {
  font-size: 14px !important;
  color: #595959 !important;
}

input::-ms-input-placeholder {
  font-size: 14px !important;
  color: #595959 !important;
}

input::placeholder {
  font-size: 14px !important;
  color: #595959 !important;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.dot-nav span {
  background-color: #eaeefa;
  margin: 0 4px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.dot-nav span.active {
  background: #0b80c8;
}

.text-black {
  color: black !important;
}

input.date {
  width: 100%;
  padding: 5px 9px;
  border: 1px solid rgba(216, 216, 216, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
}

.selection-container {
  margin: 0 10vw;
}

.selection-container .school-logo .box {
  border: 1.95946px solid rgba(216, 216, 216, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 5.87838px;
  min-height: 215.54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.selection-container .school-logo p {
  color: #bfbfbf;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}

.selection-container .school-logo:hover .box {
  border: 1.95946px solid rgba(15, 112, 183, 0.5);
}

.selection-container .school-logo:hover p {
  color: black;
}

nav {
  padding: 0 !important;
}

nav.bg-light {
  background: #d9d9d9 !important;
}

nav .nav-link {
  font-size: 14px;
  color: #595959;
  padding: 1rem;
}

nav .nav-item.active {
  background: #0B80C8;
}

nav .nav-item.active .nav-link {
  color: white !important;
}

textarea {
  resize: none;
}

/* The check-container */
.check-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Hide the browser's default checkbox */
  /* Create a custom checkbox */
  /* On mouse-over, add a grey background color */
  /* When the checkbox is checked, add a blue background */
  /* Create the checkmark/indicator (hidden when not checked) */
  /* Show the checkmark when checked */
  /* Style the checkmark/indicator */
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.check-container .checkmark {
  position: absolute;
  top: -7px;
  left: 17px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: #cfcfdf solid 0.7px;
}

.check-container tr td .checkmark {
  top: 0;
  left: 16px;
}

.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.check-container input:checked ~ .checkmark {
  background-color: #1cb4ae;
}

.check-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

.check-container .checkmark:after {
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

input.search {
  background: url("../img/Search.png");
  background-repeat: no-repeat;
  background-position: 9px;
  background-color: white;
  padding-left: 27px;
}

input.search::-webkit-input-placeholder {
  color: #999999;
}

input.search:-ms-input-placeholder {
  color: #999999;
}

input.search::-ms-input-placeholder {
  color: #999999;
}

input.search::placeholder {
  color: #999999;
}

input.search::-moz-placeholder {
  color: #999999;
}
/*# sourceMappingURL=index.css.map */