html,
body {
  height: 100%;
}
body {
  margin: 0;
  padding: 0;
}
@font-face {
  font-family: "Prompt-Light";
  src: url("/cmt2563/fonts/Prompt/Prompt-Light.ttf");
}
@font-face {
  font-family: "Prompt-Medium";
  src: url("/cmt2563/fonts/Prompt/Prompt-Medium.ttf");
}
.dep_container {
  font-family: "Prompt-Light", sans-serif;
  position: relative !important;
  /* overflow-y: scroll; */
}
.dep_head {
  font-family: "Prompt-Medium", sans-serif;
  /* font-weight: bold; */
  color: #12356e;
}
.nav-link {
  border-bottom: 1px dotted #ff6f4c;
}
.nav-link:hover {
  cursor: pointer;
  background-color: #ffbe76;
}
.orange-color {
  color: #ff6f4c;
}
.bg-orange {
  background-color: #ff6f4c !important;
}
.bg-orange:hover {
  background-color: #cd6133 !important;
}
@media (max-width: 574px) {
  .nav-link {
    height: 20px;
    border: none;
    font-size: 0.7rem;
    margin: 5px;
    background-color: #83bef5;
  }
}
