body {
  font-family: "Poppins", sans-serif;
  font-size: 0.835rem;
}

.login-page {
  height: 100vh;
  position: relative;
  z-index: 0;
}
.login-page:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 0;
  background: linear-gradient(0deg, rgba(11, 14, 71, 0.9) 0%, rgba(11, 14, 71, 0.9) 100%);
}
.login-page .login-cont {
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  z-index: 1;
}
.login-page .login-cont p {
  font-size: 13px;
  color: #31313190;
}
.login-page .login-info {
  position: relative;
  z-index: 1;
}
.login-page .login-info h1 {
  color: #FFF;
  font-size: 5em;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3em;
}
.login-page .login-info p {
  color: #fff;
}

#filterfade {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #33333330;
}

#side-filter-box {
  background-color: #fff;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20%;
  z-index: 999;
  box-shadow: 0px 0px 3px #33333320;
  padding: 20px;
  transform: translateX(100%);
  transition: all 320ms;
}

.form-label .req {
  color: #CE0058;
}

.showside {
  transform: translateX(0) !important;
  transition: all 320ms;
}

.footer {
  position: fixed;
  bottom: 0;
  padding: 16px 12px;
  left: 18%;
  right: 0;
  color: #777;
  z-index: -1;
}
.footer a {
  color: #777;
  text-decoration: none;
}

.left-sidebar {
  background-color: #fff;
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  width: 18%;
  overflow-y: scroll;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.left-sidebar::-webkit-scrollbar {
  width: 2px;
}
.left-sidebar::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.left-sidebar::-webkit-scrollbar-thumb {
  background: #888;
}
.left-sidebar::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.left-sidebar .left-menu .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.left-sidebar .left-menu .menu .menu-head {
  margin: 8px 16px;
  text-transform: uppercase;
  font-weight: 500;
}
.left-sidebar .left-menu .menu .menu-item {
  margin: 0px 16px;
  border-radius: 12px;
  margin-bottom: 4px;
}
.left-sidebar .left-menu .menu .menu-item a {
  display: inline-block;
  padding: 10px 12px;
  color: #00000090;
  text-decoration: none;
  border-radius: 12px;
}
.left-sidebar .left-menu .menu .menu-item a svg {
  width: 17px;
}
.left-sidebar .left-menu .menu .menu-item a:hover {
  background-color: #D2D4FE;
  color: #333;
}
.left-sidebar .left-menu .menu .active {
  background-color: #4D55FE;
}
.left-sidebar .left-menu .menu .active a {
  color: #fff;
}

.main-container {
  background: linear-gradient(90deg, rgba(77, 85, 254, 0.1) 0%, rgba(77, 85, 254, 0.1) 100%);
  margin-left: 18%;
  width: 82%;
  min-height: 100vh;
  padding-top: 60px;
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 60px;
}
.main-container .page-info h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.main-container .main-content {
  margin-top: 24px;
}

.top-bar {
  position: fixed;
  left: 15%;
  top: 0;
  right: 0;
  padding: 12px 12px;
  font-size: 14px;
}
.top-bar .userbox {
  height: 30px;
  width: 30px;
  background-color: #D9D9D9;
  border-radius: 100%;
}
.top-bar .userbox svg {
  width: 17px;
}

.dash-cards .dash-card .title {
  color: #8E95A9;
  /* Content Text/ 14 - Medium */
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
}
.dash-cards .dash-card .desc {
  color: #1C2A53;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px;
}
.dash-cards .dash-card .value {
  color: #FF8901;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

.name-avatar {
  width: 42px;
  height: 42px;
  border-radius: 100%;
  background-color: #898989;
  color: #fff;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: -2px 2px 4px 0 #0003 !important;
}

.action-btn {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 100%;
}
.action-btn:hover {
  background-color: #4D55FE40;
}
.action-btn svg {
  width: 17px;
}

/*# sourceMappingURL=style.css.map */
