@font-face {
  font-family: "Montserrat";
  font-weight: bolder;
  font-style: normal;
  src: url("/fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: bold;
  font-style: normal;
  src: url("/fonts/Montserrat/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/Montserrat/Montserrat-Light.ttf");
}
html {
  font-size: 10px;
}
body {
  font-family: "Montserrat" !important;
}
body p {
  font-size: 1.6rem;
  font-family: "Montserrat" !important;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
}
body .user-name {
  display: inline-block;
  margin-top: 0.75rem;
}
body h5 {
  font-size: 1.7rem;
}
body h6 {
  font-size: 1.5rem;
}
body.open aside.left-panel {
  max-width: 90px;
}
body .btn {
  font-size: 1.6rem;
  border-radius: 0.3rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 1rem 2.5rem;
}
body .btn.btn-sm {
  padding: 0.65rem 2rem;
  font-size: 1.2rem;
}
body .select2-container .select2-selection--single,
body select.form-control:not([size]):not([multiple]) {
  height: calc(3.25rem + 2px);
  border-radius: 0.25rem;
  color: #495057;
  border: 1px solid #ced4da;
  padding: 0.375rem 0.75rem;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: calc(3.25rem + 2px);
}
body .form-control {
  font-size: 1.6rem;
}
body .form-control-sm,
body .input-group-sm > .form-control,
body .input-group-sm > .input-group-append > .btn,
body .input-group-sm > .input-group-append > .input-group-text,
body .input-group-sm > .input-group-prepend > .btn,
body .input-group-sm > .input-group-prepend > .input-group-text {
  font-size: 1.2rem;
}
body .card h4 {
  font-size: 1.8rem;
}
body .page-title h1 {
  color: #1d73be;
  font-weight: bold;
}
body .page-title ol > li {
  font-size: 1.4rem;
}
body .page-title ol > li:not(.active) {
  color: #344767 !important;
}
body .title-decoration {
  font-weight: bold;
  color: #344767 !important;
}
body .strong {
  font-weight: bold;
}
body .border-bottom-primary {
  border-bottom: 0.15rem solid rgba(29, 115, 190, 0.5);
}
body .em-card {
  height: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  padding: 0.75rem 1rem;
}
body .em-card .em-card__title {
  font-weight: bold;
  margin-bottom: 0.75rem;
}
body .em-card .em-card__details {
  font-size: 1.5rem;
  color: #344767 !important;
  margin: 0;
}
body .nav-tabs {
  border-bottom: none;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
body .nav-tabs .nav-item.nav-link {
  color: #1d73be;
  margin-bottom: 0px;
  border: none;
  padding-block: 1.2rem;
}
body .nav-tabs .nav-item.nav-link:hover {
  border: none;
}
body .nav-tabs .nav-item.nav-link.active {
  color: #f69b38;
  border: none;
}
.sufee-login {
  height: 100vh;
  height: 100dvh;
  background-image: linear-gradient(rgba(140, 140, 140, 0.5), rgba(120, 120, 120, 0.5)), url("/images/bg.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.sufee-login > .container {
  height: 100%;
  display: grid;
  place-items: center;
}
.sufee-login > .container .login-content {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 440px;
}
.sufee-login > .container .login-content .login-logo {
  background-color: white;
  position: absolute;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  padding: 2rem;
  left: 50%;
  transform: translateX(-50%);
  top: -8rem;
  width: 85%;
  border-radius: 0.5rem;
}
.sufee-login > .container .login-content .login-form {
  border-radius: 0.5rem;
  padding-top: 6rem;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.sufee-login > .container .login-content .login-form > h3 {
  margin-bottom: 2rem;
}
aside.left-panel {
  width: 280px;
  padding: 0 1rem;
  background: none;
  background-image: linear-gradient(rgba(29 115 190/0.9), rgba(29 115 190/0.9)), url("/images/sidebar.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0 rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);
}
aside.left-panel > nav.navbar {
  background: transparent;
  margin-bottom: 0px;
  height: 100%;
}
aside.left-panel > nav.navbar > .main-menu > ul.nav.navbar-nav li > a {
  font-size: 1.4rem;
  margin: 1rem 0.5rem 0;
  padding: 0.8rem 1rem;
  display: block;
  width: calc(100% - 1rem) !important;
  border-radius: 0.3rem;
  color: white !important;
}
aside.left-panel > nav.navbar > .main-menu > ul.nav.navbar-nav li > a:hover {
  background-color: rgba(199, 199, 199, 0.2) !important;
}
aside.left-panel > nav.navbar > .main-menu > ul.nav.navbar-nav li > a > .menu-icon {
  color: white;
  width: 3rem;
}
aside.left-panel > nav.navbar > .main-menu > ul.nav.navbar-nav li.show > a {
  background-color: rgba(199, 199, 199, 0.2) !important;
}
aside.left-panel > nav.navbar > .main-menu > ul.nav.navbar-nav li.active > a {
  background-color: #f69b38 !important;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(233, 179, 30, 0.4);
}
aside.left-panel > nav.navbar > .main-menu > ul.nav.navbar-nav li.menu-item-has-children > a::before {
  right: 10px;
}
aside.left-panel > nav.navbar > .main-menu > ul.nav.navbar-nav li.menu-item-has-children ul.sub-menu {
  background-color: transparent;
  padding-left: 2rem;
}
aside.left-panel > nav.navbar > .main-menu > ul.nav.navbar-nav li.menu-item-has-children ul.sub-menu i {
  color: white;
  float: none;
  position: unset;
  font-size: 1.4rem;
  line-height: 2;
  padding-right: 1rem;
}
aside.left-panel > nav.navbar .menu-title {
  color: white;
}


/* Nav Bar Items */
.notifications {
  position: absolute;
  background: #dd9221;
  border-radius: 50%;
  color: #fff !important;
  cursor: pointer;
  font-size: 18px;
  height: 40px;
  line-height: 44px;
  margin: 1px 20px 0 -57px;
  text-align: center;
  width: 40px
}

.notifications .dropdown .superscript {
  position: relative;
  /* background-color: green; */
}

.superscript span {
  position: absolute;
  top: 0px;
  right: -8px;
  background-color: red;
  color: white;
  padding: 4px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 14px;
  font-size: x-small;
  font-weight: bolder;
}

.hide {
  display: none;
}

.show {
  display: block;
}