* {
  margin: 0;
  padding: 0;
  box-sizing: border-box !important;
}
#__react-alert__ div div div {
  width: auto !important;
}
.image-component {
  display: flex;
}
.display-image {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 20%;
  bottom: 20%;
}
body {
  background-color: #f1f2f7 !important;
  font-family: Open Sans, sans-serif;
  overflow-x: hidden;
}
.navigation {
  position: sticky;
  top: 0;
  left: 15.25rem;
  width: calc(100vw - 15.25rem);
  margin-left: 15.25rem;
  z-index: 1000;
  transition: margin-left 0.5s, width 0.5s;
}
.navigation.close {
  margin-left: 0;
  width: 100%;
  transition: margin-left 0.5s, width 0.5s;
}
.navigation .navbar {
  display: flex;
  justify-content: space-between;
  padding: 10px 20px;
  box-shadow: 1px 1px 4px #00000040;
  background-color: #fff;
}
.navigation .navbar .left-section {
  display: flex;
  justify-content: space-between;
  width: 13rem;
  align-items: center;
}
.navigation .navbar .backbtn {
  border: 2px solid #17a2b8;
  padding: 0.5rem 0.7rem;
  font-size: 1.2rem;
  border-radius: 0.25rem;
  transition: color 0.5s ease-in-out, background-color 0.5s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
}
.navigation .navbar .backbtn:hover,
.navigation .navbar .backbtn.active {
  background-color: #17a2b8;
  color: #fff;
}
.navigation .navbar .middle-section {
  align-self: center;
  font: 700 26px RobotoBold, sans-serif;
}
.navigation .navbar .right-section {
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  align-items: center;
}
.navigation .navbar .right-section .not-image {
  display: grid;
  grid-template-columns: repeat(2, 0.8fr);
  align-items: center;
}
.navigation .navbar .right-section .profile-image {
  width: 40px;
  height: 45px;
  border-radius: 50%;
  margin-right: 5px;
}
.user-name {
  display: flex;
  font: 700 16px Poppins, sans-serif;
  letter-spacing: 0.5px;
}
.navigation .navbar .notification__icon,
.navigation .navbar .arrow {
  font-size: 25px;
  cursor: pointer;
}
.navigation .navbar .notification__symbol {
  width: 10px;
  height: 10px;
  background-color: #ec5252;
  border-radius: 50%;
  position: relative;
  left: 15px;
  top: 7px;
}
.navigation .menu {
  position: absolute;
  right: 2%;
  background: #ffffff;
  box-shadow: 0 4px 4px #00000040;
  border-radius: 5px;
  margin-top: 10px;
  width: 9rem;
}
.menu.notification {
  right: 13%;
  max-height: 20rem;
  width: 20rem;
  overflow: auto;
}
.menu.notification .heading {
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid #a8bbbf;
  padding: 10px;
}
.menu.notification .section {
  display: grid;
  grid-template-columns: 20px 1fr 40px;
  gap: 5px;
  border-bottom: 1px solid #c5c6ca;
  padding: 0 10px;
  width: 100%;
}
.menu.notification .body-section:hover {
  background-color: #273240;
}
.menu.notification .body-section:hover .message {
  color: #fff;
}
.menu.notification .body-section:hover .createdBy {
  color: #a8bbbf;
}
.menu.notification .section .catagory {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #2172f2;
  margin: 15px 0;
}
.section .breadcrumb {
  margin: 0 5px;
  font-weight: 700;
}
.section .photo img {
  max-width: 40px;
  max-height: 50px;
  border-radius: 6px;
}
.section .photo {
  align-self: center;
}
.menu.notification .message {
  padding: 10px 0;
}
.menu.notification .message_text {
  font: 700 13px Poppins;
  padding-bottom: 5px;
}
.menu.notification .createdBy {
  display: flex;
  font: 700 11.5px Open Sans;
  color: #6c6c6c;
}
.navigation .menu.inactive {
  visibility: hidden;
  transition: visibility 0.1s;
}
.navigation .menu.active {
  visibility: visible;
  transition: visibility 0.5s;
}
.profile-options li {
  list-style-type: none;
  padding: 8px 0 !important;
  font: 15px Poppins, sans-serif;
}
.navigation .menu .menu-icon {
  vertical-align: middle;
  font-size: 18px;
  margin-right: 10px;
  color: #a6abc8;
}
.navigation .menu .menu-link {
  text-decoration: none;
  color: #273240;
  cursor: pointer;
}
.visible-sidemenu {
  position: fixed;
  background-color: #f8f9fc;
  width: 15.25rem;
  height: 100vh;
  left: -15.5rem;
  transition: all 0.5s;
  overflow-y: auto;
  box-shadow: 0 0 4px #00000014;
  z-index: 1001;
}
.visible-sidemenu .title {
  font: 25px PoppinsBold, sans-serif;
  letter-spacing: 0.5px;
  background-color: #000000d9;
  padding: 30px 0;
  text-align: center;
  box-shadow: 1px 1px 4px #00000040;
  width: 100%;
}
.sidemenu {
  padding: 20px 30px;
}
.sidemenu li {
  list-style-type: none;
  padding: 8px 0;
  font: 16px Poppins, sans-serif;
}
::-webkit-scrollbar {
  width: 20px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar-thumb {
  background-color: #d6dee1;
  border-radius: 20px;
  border: 6px solid transparent;
  background-clip: content-box;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #a8bbbf;
}
.visible-sidemenu.active {
  left: 0;
}
.submenu-parents {
  cursor: pointer;
}
.sidemenu .submenu {
  padding-left: 20px;
  box-sizing: border-box;
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s cubic-bezier(0, 1, 0, 1);
  margin: 10px 0;
  border-left: 2px solid #5a6acf;
}
.sidemenu .submenu.collapse {
  margin: 0;
}
.submenu.active {
  max-height: 200px;
  transition: max-height 1s ease-in-out;
}
.sidemenu .active-link {
  color: #5a6acf;
  border-radius: 5px;
}
.sidemenu .linktext {
  text-decoration: none;
}
.btn-active {
  color: #f1f2f7;
  background-color: #5a6acf;
}
.sidemenu .active-sublink {
  background-color: #707fdd1a;
  padding: 5px;
}
.sidemenu .inactive-link {
  color: #000;
}
.sidemenu .submenuitems {
  display: grid;
  grid-template-columns: 2rem auto 0.9rem;
  line-height: 20px;
}
.sidemenu .submenuitems .icon,
.submenuitems .submenuicon {
  line-height: 24px;
}
.MuiToolbar-regular {
  padding-top: 25px !important;
  padding-bottom: 16px !important;
}
.MuiPaper-rounded {
  border-radius: 10px !important;
}
.main-container {
  margin-left: 15.3rem;
  transition: margin-left 0.5s;
  margin-top: 1.5rem;
}
.main-container .main-content {
  margin: 20px 40px;
}
.main-container.close {
  margin-left: 0rem;
  transition: margin-left 0.5s;
}
.main-container .header {
  font: 16px Poppins, sans-serif;
  padding-bottom: 10px;
  border-bottom: 0.7px solid #c8cbd9;
}
.main-container .header .IconName {
  margin-left: 40px;
  display: grid;
  grid-template-columns: 24px auto;
  grid-gap: 10px;
}
.main-container .header .IconName .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  color: #fff;
  background-color: #707fdd;
}
.main-container .header .reference {
  width: 72px;
  height: 8px;
  background: #27ae60;
  position: relative;
  top: 10px;
  left: 40px;
  z-index: 100;
}
.main-content .cardelement {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-gap: 20px;
}
.main-content .cardelement .cards {
  height: 9rem;
  background-color: #fff;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.cards .name-details .number {
  font: 700 35px Open Sans, sans-serif;
  letter-spacing: 0.5px;
}
.cards .name-details .name {
  font: 18px Open Sans, sans-serif;
  letter-spacing: 0.5px;
}
.cards .card-icons {
  font-weight: 900;
  font-size: 70px;
  display: flex;
  align-items: center;
}
.card-section {
  margin: 40px 0;
  font: 16px Open Sans, sans-serif;
  padding-bottom: 30px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 1px 1px 4px #00000040;
}
.card-section .heading,
.assignment_id {
  padding: 15px;
  border-bottom: 0.7px solid #c8cbd9;
  width: auto;
}
.card-section .heading .title-icon {
  margin-right: 10px;
  vertical-align: middle;
}
.card-section .heading .title {
  font-weight: 700;
}
.content-section {
  margin: 0 40px;
}
.content-section .message {
  color: #00529b;
  background-color: #bde5f8;
  width: auto !important;
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
}
.content-section .mid-content,
.content-section.assignment_mid {
  margin-top: 30px;
}
.content-section .new-announcement {
  border-bottom: 0.7px solid #c8cbd9;
  padding-bottom: 20px;
  text-align: justify;
  text-justify: inter-word;
}
.custom-grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 8rem;
}
.morebutton {
  border-radius: 4px;
  border-style: none;
  text-align: center;
  vertical-align: middle;
  background-color: #222;
  padding: 10px;
  line-height: 1.5;
  margin-bottom: 10px;
  cursor: pointer;
}
.morebutton:hover {
  opacity: 0.75;
}
.btn-text {
  text-decoration: none;
  color: #fff;
  margin: 5px;
  width: 100%;
}
.btn {
  border: none;
  width: 6rem;
  color: #fff;
  font: 16px Poppins, sans-serif;
}
.btn-custom-selection {
  margin-top: 20px;
  width: 10rem;
}
.allinputfield {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 15px 40px;
}
.custom-announcementCreate {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 5rem;
}
.modal-inputfield {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 15px 40px;
}
.inputfield {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  margin-bottom: 20px;
}
.main-contentsection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.headerinputfield {
  justify-items: right;
}
.label-title {
  color: #81878c;
  margin-bottom: 10px;
}
.mid-icon {
  font-size: 20px;
  vertical-align: middle;
  margin-right: 5px;
  border: 1px solid #c8cbd9;
  border-radius: 50%;
  padding: 3px;
}
.mid-title {
  font: 700 14.5px Open Sans, sans-serif;
  vertical-align: middle;
  letter-spacing: 0.5px;
}
.input {
  border: 1px solid #c8cbd9;
  box-sizing: border-box;
  padding: 7px 12px;
  width: 100%;
  border-radius: 4px;
  outline: none;
  line-height: 38px;
  font: 16px Open Sans, sans-serif;
}
.input:focus {
  border: 2px solid #2684ff;
}
.input-select {
  width: 100%;
  margin-left: 5px;
  transition: width 0.5s;
}
input[type='file'] {
  color: #83889c;
}
.required {
  color: red;
  font-size: 20px;
}
.content-section.custom-content,
.custom-selection {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px 40px;
}
.textarea {
  resize: none;
}
.errors {
  color: #ba3939;
  font: 700 10.5px Open Sans, sans-serif;
  background: #ffe0e0;
  border: 1px solid #a33a3a;
  padding: 2px 8px;
  margin: 30px 10px;
  vertical-align: middle;
}
.assignment_detail .assignment_id {
  color: #6e6e6e;
}
.grid_assignment {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.assignment_mid .info {
  display: grid;
  grid-template-columns: 10rem 1fr;
}
.assignment_mid .info h4 {
  color: #6e6e6e;
  padding: 10px;
}
.assignment_mid .info .content {
  border-left: 1px solid #c8cbd9;
  color: #6e6e6e;
  padding: 10px 0 10px 10px;
}
.instruction_info {
  border-top: 2px solid #c8cbd9;
  margin-top: 20px;
  padding-top: 20px;
  color: #6e6e6e;
}
.instruction_info .content {
  padding: 10px;
  margin-left: 10px;
  border-left: 1px solid #c8cbd9;
}
@media only screen and (max-width: 1350px) {
  .main-content .cardelement {
    grid-template-columns: repeat(2, auto);
  }
  .allinputfield,
  .modal-inputfield {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 1250px) {
  .main-content .cardelement {
    grid-template-columns: repeat(2, auto);
  }
  .main-contentsection {
    display: grid;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
@media only screen and (max-width: 1000px) {
  .modal-inputfield,
  .allinputfield {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media only screen and (max-width: 850px) {
  .main-content .cardelement,
  .custom-content {
    grid-template-columns: repeat(1, auto);
  }
  .allinputfield,
  .content-section.custom-content,
  .modal-inputfield {
    display: grid;
    grid-template-columns: 1fr;
  }
  .custom-announcementCreate {
    grid-template-columns: 1fr;
  }
}
@font-face {
  font-family: Roboto;
  src: url(/assets/Roboto-Regular-319cff6e.ttf);
}
@font-face {
  font-family: Poppins;
  src: url(/assets/Poppins-Regular-78f12727.ttf);
}
@font-face {
  font-family: PoppinsBold;
  src: url(/assets/Poppins-Bold-c24de569.ttf);
}
@font-face {
  font-family: Open-Sans;
  src: url(/assets/OpenSans-Regular-8c23cd4f.ttf);
}
@font-face {
  font-family: Open Sans;
  src: url(/assets/OpenSans-Regular-8c23cd4f.ttf);
}
@font-face {
  font-family: RobotoBold;
  src: url(/assets/RobotoCondensed-Bold-14948aed.ttf);
}
.main {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  margin: auto;
}
#logo img {
  width: 27rem;
  height: 26rem;
  position: relative;
}
#forms {
  background: #ffffff;
  min-height: 37rem;
  width: 30rem;
  box-shadow: 0 0 4px #00000014;
  border-radius: 8px;
}
#forms img {
  padding-top: 1.2rem;
}
#forms .form_input {
  padding-left: 2.5rem;
}
.information {
  margin-top: 2rem;
  font-family: Roboto, sans-serif;
}
.information #welcome-info {
  font-size: 12px;
  margin-bottom: 3px;
}
.information #login-message {
  font-size: 18px;
  font-weight: 700;
}
.input-field {
  margin: 1.2rem auto;
}
.input-field label {
  display: block;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  margin-bottom: 0.75rem;
}
.input-field input {
  border: 1px solid #e8e8e8;
  box-sizing: border-box;
  border-radius: 5px;
  height: 2.5rem;
  width: 90%;
  padding-left: 12px;
  font-size: 14px;
}
.input-field input::placeholder {
  font-size: 13px;
  color: #989292;
  font-family: Poppins, sans-serif;
}
.password input::placeholder {
  margin-top: 2px;
}
.password .icons {
  position: relative;
  right: 1.5rem;
  font-size: 0.8rem;
  cursor: pointer;
}
.section {
  display: flex;
  justify-content: space-between;
  margin-right: 3rem;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}
.section__remember input {
  margin-right: 5px;
}
.section__remember label,
.section__forget {
  position: relative;
  bottom: 2.5px;
}
.links {
  text-decoration: none;
  color: #6358dc;
}
.links:hover {
  color: #4d44ad;
}
.login__btn {
  width: 90%;
  margin: 20px auto;
  padding: 10px 0;
  font-size: 16px;
  font-family: Poppins;
  color: #fff;
  background-color: #6358dc;
  cursor: pointer;
  border: none;
}
.login__btn:hover {
  background-color: #4d44ad;
}
.account {
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
}
@media screen and (max-width: 1050px) {
  #main {
    display: inline-block;
  }
  #logo {
    display: none;
  }
}
@media screen and (max-width: 550px) {
  #forms {
    width: 20rem;
  }
  #forms .image-container {
    text-align: center;
  }
  #forms .form_input {
    padding-left: 1.5rem;
  }
  #forms img {
    width: 17rem;
  }
}
table {
  border-spacing: 1;
  border-collapse: collapse;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
table thead tr {
  background: #36304a;
}
table tbody tr {
  height: 50px;
}
tbody tr {
  font-family: Open Sans;
  font-size: 15px;
  color: gray;
}
table td {
  text-align: left;
  padding: 15px;
}
table th {
  text-align: left;
  padding: 10px;
}
table th.secondary-heading {
  background-color: #aeaeae;
  padding: 4px 5px 7px;
}
thead th {
  font-family: Open Sans;
  font-size: 18px;
  color: #fff;
  line-height: 1.2;
  font-weight: unset;
}
tbody tr:nth-child(2n) {
  background-color: #f5f5f5;
}
table tbody tr:hover {
  color: #212529;
  background-color: #dee2e6;
  transition: background-color 0.5s;
}
.btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.btn-primary:hover {
  background-color: #06f;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
}
.btn-danger:hover {
  background-color: #ff0f27;
}
.btn-custom {
  padding: 4px 6px;
  font-size: 14px;
  border-radius: 5px;
  border: none;
  outline: none;
  cursor: pointer;
  margin: 5px;
}
.btn-1 {
  margin-right: 10px;
}
.table-heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.select-entries span {
  margin: 0 10px;
  font-family: Arial, Helvetica, sans-serif;
}
.global-search span {
  font-family: Arial, Helvetica, sans-serif;
}
.global-filter {
  border: 1px solid #aaa;
  border-radius: 3px;
  padding: 4px 8px;
  background-color: transparent;
  margin-left: 3px;
  width: 150px;
  font-size: 0.7rem;
}
.select-entries {
  color: #333;
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-size: 90%/1.45rem;
}
.select-entries select {
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: transparent;
  padding: 4px;
  width: 60px;
  font-size: 100%;
}
.bottom {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  font-size: 90%/1.45rem;
  font-family: Arial, Helvetica, sans-serif;
}
.table-btn {
  cursor: pointer;
  margin: 0 10px;
  padding: 4px 10px;
}
.table-btn:hover {
  background-color: #36304a;
  color: #dee2e6;
  font: 100%;
}
.input-page {
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: transparent;
  padding: 4px;
  width: 60px;
  font-size: 100%;
}
.local-filter {
  width: 100%;
  max-width: 150px;
  border-radius: 4px;
  padding: 2px 6px;
}
.error404 td {
  text-align: center;
  font-size: 2rem;
  padding: 5rem;
  color: #dc3545;
}
.input-range {
  display: flex;
  max-width: 15rem;
}
.input-range span {
  text-align: center;
  margin: 0 10px;
}
.subject-column {
  text-align: center;
}
.detail-column {
  min-width: 100%;
}
.body {
  width: calc(100% - 60px);
  height: calc(100vh - 130px);
  margin: 30px;
  text-align: center;
}
.loader {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  border: 4px solid #fff;
  top: 45%;
  animation: loader 2s infinite ease;
}
.loader-inner {
  vertical-align: top;
  display: inline-block;
  width: 100%;
  background-color: #fff;
  animation: loader-inner 2s infinite ease-in;
}
.loading-title {
  color: #fff;
  font: 700 40px Poppins;
  position: relative;
  top: 50%;
}
@keyframes loader {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(180deg);
  }
  50% {
    transform: rotate(180deg);
  }
  75% {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes loader-inner {
  0% {
    height: 0%;
  }
  25% {
    height: 0%;
  }
  50% {
    height: 100%;
  }
  75% {
    height: 100%;
  }
  to {
    height: 0%;
  }
}
@font-face {
  font-family: Fontdiner Swanky;
  src: url(/assets/Fontdiner-ddca3c9d.ttf);
}
.error404 {
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 25rem;
  margin: 0 auto;
}
.custom404 {
  height: 35rem;
}
.error404 img {
  display: block;
  width: 25rem;
}
.error404 main {
  text-align: center;
  max-width: 20rem;
}
.error404 main h1 {
  font-family: Fontdiner Swanky, cursive;
  font-size: 4rem;
  color: #1096e9;
  margin-bottom: 1rem;
}
.error404 main p {
  margin-bottom: 2.5rem;
}
.error404 main p em {
  font-style: italic;
  color: #1096e9;
}
.error404 main button {
  font-family: Fontdiner Swanky, cursive;
  font-size: 1rem;
  color: #383838;
  border: none;
  background-color: #956af3;
  padding: 1rem 2.5rem;
  transform: skew(-5deg);
  transition: all 0.1s ease;
  color: #dadada;
}
.error404 main button:hover {
  background-color: #1096e9;
  transform: scale(1.15);
  cursor: pointer;
}
.main-section {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 50px;
}
.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 30px;
}
.profile .image {
  width: 100%;
  height: 100%;
  text-align: center;
}
.content-image-p {
  position: relative;
  width: 300px;
  max-width: 400px;
  margin: auto;
  cursor: pointer;
}
.content-image-p.userprofile {
  position: relative;
  width: 100%;
  max-width: 270px;
  margin: auto;
  cursor: pointer;
}
.content-image-p .content-overlay {
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  width: 300px;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
}
.content-image-p:hover .content-overlay {
  opacity: 1;
  border-radius: 10px;
}
.content-image {
  width: 300px;
  border-radius: 10px;
}
.content-details {
  position: absolute;
  text-align: center;
  width: 300px;
  top: 50%;
  opacity: 0;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out 0s;
}
.content-image-p:hover .content-details {
  top: 50%;
  opacity: 1;
}
.content-details h3 {
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  text-transform: uppercase;
}
.content-details p {
  color: #fff;
  font-size: 0.8em;
}
.fadeIn-bottom {
  top: 80%;
}
.profile .profile-name {
  font: 700 1.5rem Roboto;
  text-transform: uppercase;
  color: #858796;
  margin-bottom: 10px;
}
.profile .role {
  color: #858796;
  font-size: 1.1rem;
}
.profile-info {
  background-color: #fff;
  padding: 10px 20px;
}
.profile-info__inner {
  border-bottom: 1px solid #e3e6f0;
  display: grid;
  grid-template-columns: 200px 1fr;
  font: 1.1rem Poppins;
  color: #858796;
  padding: 10px;
}
.model-section {
  display: none;
  position: fixed;
  z-index: 10001;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000c;
}
.model-section.visible {
  display: block;
}
.upload-image {
  text-align: center;
}
.model-section .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
.model-section .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: 700;
}
.model-section .close:hover,
.model-section .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.content h2 {
  margin-bottom: 20px;
}
.content .imageholder img {
  width: 250px;
  margin-bottom: 20px;
  border: 1px solid hsl(0, 0%, 0%, 0.4);
}
.content .label {
  margin-bottom: 20px;
  background-color: #e3e6f0;
  max-width: 20rem;
  line-height: 1.5;
  padding: 9px 20px 8px;
  margin-right: 20px;
}
.content .label:hover {
  cursor: pointer;
  background-color: #e3eaff;
}
.content #file-upload {
  display: none;
}
.content button,
.btn-edit {
  background-color: #222;
  border-radius: 4px;
  border-style: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  width: 100px;
  padding: 9px 20px 8px;
}
.content button:hover,
.btn-edit:hover {
  opacity: 0.75;
}
.modal h2 {
  padding-bottom: 10px;
  border-bottom: 1px solid #bfc4d1;
}
.modal h3,
.h3 {
  margin: 20px 0;
  background-color: #000c;
  color: #e3e6f0;
  padding: 10px 20px;
}
.custom-modal-input {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.sort-icon {
  margin-left: 10px;
}
.toggle-switch {
  position: relative;
  margin-right: 10px;
  width: 50px;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.toggle-switch-checkbox {
  display: none;
}
.toggle-switch-label {
  display: block;
  overflow: hidden;
  cursor: pointer;
  border: 0 solid #bbb;
  border-radius: 20px;
  margin: 0;
}
.toggle-switch-label:focus {
  outline: none;
}
.toggle-switch-label:focus > span {
  box-shadow: 0 0 2px 5px red;
}
.toggle-switch-label > span:focus {
  outline: none;
}
.toggle-switch-inner {
  display: block;
  width: 200%;
  margin-left: -100%;
  transition: margin 0.3s ease-in 0s;
}
.toggle-switch-inner:before,
.toggle-switch-inner:after {
  display: block;
  float: left;
  width: 50%;
  height: 24px;
  padding: 0;
  line-height: 24px;
  font-size: 14px;
  color: #fff;
  font-weight: 700;
  box-sizing: border-box;
}
.toggle-switch-inner:before {
  content: attr(data-true);
  text-transform: uppercase;
  padding-left: 10px;
  background-color: #2f855a;
  color: #fff;
}
.toggle-switch-inner:after {
  content: attr(data-false);
  text-transform: uppercase;
  padding-right: 10px;
  background-color: #bbb;
  color: #fff;
  text-align: right;
}
.toggle-switch-switch {
  display: block;
  width: 20px;
  margin: 2px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 24px;
  border: 0 solid #bbb;
  border-radius: 20px;
  transition: all 0.3s ease-in 0s;
}
.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-inner {
  margin-left: 0;
}
.toggle-switch-checkbox:checked + .toggle-switch-label .toggle-switch-switch {
  right: 0;
}
.content-section .custom-info-show {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
}
.information__info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 40px;
}
.profile-image .image {
  margin: 0 auto;
}
.profile-image .image img {
  width: 250px;
  border-radius: 50%;
  cursor: pointer;
  margin: 30px 0;
}
.profile-image .camera {
  font-size: 2rem;
  border: 2px solid #6764b3;
  border-radius: 50%;
  padding: 4px;
  position: relative;
  top: -55px;
  left: -55px;
  cursor: pointer;
  background-color: #242526;
  color: #fff;
}
.announcementtable {
  display: grid;
  grid-template-columns: 1fr 90px;
  align-items: center;
  gap: 40px;
}
.dasboardannouncement {
  border-bottom: 0.7px solid #c8cbd9;
  grid-template-columns: 1fr 90px 60px;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.announcementtable .title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.announcementtable .subjects {
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0 20px 8px 0;
}
.announcementtable .createdate .info .date {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid grey;
}
.announcementtable .info .announced .createdby {
  font-weight: 'bold';
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid grey;
}
.announcementtable .info .announced .createdat {
  font-weight: 'bold';
}
.announcementtable .profilephoto img,
.profilephoto img {
  width: 60px;
  border-radius: 4px;
}
.dialog-ovelay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #00000080;
  z-index: 99999;
}
.dialog-ovelay .dialog {
  width: 400px;
  margin: 100px auto 0;
  background-color: #fff;
  box-shadow: 0 0 20px #0003;
  border-radius: 3px;
  overflow: hidden;
}
.dialog-ovelay .dialog.custom {
  width: 80%;
  margin: 100px auto;
}
.dialog-ovelay .dialog header {
  padding: 10px 8px;
  background-color: #f6f7f9;
  border-bottom: 1px solid #e5e5e5;
}
.dialog-ovelay .dialog header h3 {
  font-size: 14px;
  margin: 0;
  color: #555;
  display: inline-block;
}
.dialog-ovelay .dialog header .fa-close {
  float: right;
  font-size: 1.5rem;
  color: #c4c5c7;
  cursor: pointer;
  transition: all 0.5s ease;
  padding: 0 2px;
  border-radius: 1px;
}
.dialog-ovelay .dialog header .fa-close:hover {
  color: #b9b9b9;
}
.dialog-ovelay .dialog header .fa-close:active {
  box-shadow: 0 0 5px #673ab7;
  color: #a2a2a2;
}
.dialog-ovelay .dialog .dialog-msg {
  padding: 12px 10px;
}
.dialog-ovelay .dialog .dialog-msg p {
  margin: 0;
  font-size: 15px;
  color: #333;
}
.dialog-ovelay .dialog footer {
  border-top: 1px solid #e5e5e5;
  padding: 8px 10px;
}
.dialog-ovelay .dialog footer .controls {
  direction: rtl;
}
.dialog-ovelay .dialog footer .controls .button {
  padding: 5px 15px;
  border-radius: 3px;
}
.button {
  cursor: pointer;
}
.button-false {
  background-color: #f8f8f8;
  border: 1px solid rgba(204, 204, 204, 0.5);
  color: #5d5d5d;
  margin-right: 10px;
}
.button-danger {
  background-color: #f44336;
  border: 1px solid #d32f2f;
  color: #f5f5f5;
}
.link {
  padding: 5px 10px;
  cursor: pointer;
}
.button-false:hover {
  background-color: #f3f3f3;
}
.button-danger:hover {
  background-color: #ff1302;
}
.input-icon-container {
  display: flex;
  align-items: center;
}
.input-icon-container .fa {
  font-size: 1rem;
  position: relative;
  right: 2rem;
  color: #000c;
}
.eye-button {
  border: none;
  cursor: pointer;
  background: none;
}
.horizontal-container {
  margin: 0 auto;
  width: 100%;
}
@media (min-width: 768px) {
  .horizontal-container {
    width: 500px;
  }
}
.row {
  margin-top: 60px;
}
.reset-message {
  color: #00529b;
  background-color: #bde5f8;
  width: auto !important;
  margin-top: 20px;
  padding: 10px;
  border-radius: 5px;
  font-size: 14px;
  margin-bottom: 20px;
}
.horizontal-container .horizontal-form-box {
  background-color: #fff;
  border: 1px solid #e5e5e5;
  padding: 30px;
}
.horizontal-container .horizontal-info-container {
  text-align: center;
}
.horizontal-container .horizontal-info-container img {
  height: 75px;
  margin-bottom: 20px;
}
.horizontal-container .horizontal-heading {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  text-transform: capitalize;
}
.horizontal-container .horizontal-subtitle {
  letter-spacing: 1px;
  margin-bottom: 20px;
  text-align: left;
  margin-top: 10px;
  font-size: 14px;
}
.horizontal-form .o3-form-group {
  display: flex;
  flex-direction: column;
  font-family: sans-serif;
}
.horizontal-form .o3-form-group label {
  margin-bottom: 9px;
}
.horizontal-form .o3-form-group .custom_pass {
  margin-bottom: 20px;
}
