/* ===================================== Import Fonts ================================== */

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*,
::after,
::before {
  box-sizing: border-box;
} 
body {
  background-color: #fff;
  font-size: 14px;
  font-family: "Poppins", sans-serif;
}
.mn-300{
  min-height: 300px;
}
.mn-200{
  min-height: 200px;
}
.bg-primary {
  /* background-color: #3D3786!important; */
  background-color: #3D3786!important;
}
.text-primary{
  color: #3D3786!important;
}
.log_left {
  min-height: 100vh;
  background: #fff;
  position: relative;
}
.log_left .vectors {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.log_left .vectors img{
  width: 550px;
}
.log_right {
  background: #eff3fd;
  padding: 50px 30px;
  margin: 50px 0;
}
.log_right_parent{
  background: #eff3fd;
}
.log_right .hr{
  position: relative;
}
.log_right .hr p {
  background: #eff3fd;
  padding: 0 10px;
  z-index: 1;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  margin-bottom: 30px;
}
.log_right .hr::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
  height: 1px;
  background: #ccc;
}
.forget_password {
  text-align: end;
}
.btn-submit {
  padding: 6px 20px;
  background: #5d87ff;
  color: #fff;
  border: 4px;
  border: 1px solid #5d87ff;
  transition: 100ms all ease-in;
  /* max-width: 100px; */
  margin: 0 auto;
}
.btn-submit-lg{
  padding: 10px 40px;
  background: #5d87ff;
  color: #fff;
  border: 4px;
  border: 1px solid #5d87ff;
  transition: 100ms all ease-in;
  margin: 0 auto;
}
.btn-submit-lg:hover{
  background: #4c71d6;
  color: #fff;
}
.sidenavbar{
  background: #fff;
  box-shadow: 0 3px 6px 0 rgba(136,152,170,.15);
  display: block;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100%;
  max-width: 15.625rem!important;
  overflow-y: auto;
  padding: 0;
  z-index: 9999;
  transition: all .2s ease-in-out;
  border-radius: 10px;
}
.sidenav-header {
  height: 6rem;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.sidenav .navbar-brand {
  padding: 1.5rem 2rem;
}
.sidenav .navbars{
  list-style-type: none;
}
.sidenav .navbars .nav-link{
  display: flex;
  align-items: center;
  white-space: nowrap;
  padding-top: 0.675rem;
  padding-bottom: 0.675rem;
  margin: 0 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-weight: 500;
  color: #67748e;
  margin-bottom: 3px;
}
.sidenav .navbars .nav-link.active,
.dropdown-menu li.active{
  font-weight: 600;
  box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
  border-radius: 0.5rem;
  color: #344767;
  background-color: #cecaff;
  box-shadow: none;
}

.sidenav .navbars .nav-link .icon{
  width: 32px ;
  height: 32px;
  padding: 10px;
}
.main_wrapper{
  position: relative;
  margin-left: 17.125rem;
  min-height: 10rem;
  transition: all .2s ease-in-out;
}
.g-sidenav-hidden .main_wrapper{
  margin-left: 7.125rem;
  transition: all .2s ease-in-out;
}
.g-sidenav-hidden .sidenavbar{
  max-width: 6rem!important;
}
.g-sidenav-hidden .navbar-brand img{
  width: 68px !important;
}
.g-sidenav-hidden .sidenav-header{
  height: 4rem;
  padding: 10px 10px 0 10px;
}
.g-sidenav-show .sidenav .nav-link-text {
  transition: .3s ease;
  opacity: 1;
}
.g-sidenav-hidden .sidenav .nav-link-text {
  width: 0;
  opacity: 0;
  display: none;
}
.g-sidenav-hidden .sidenav .nav-link{
  width: 70px;
}
.navbar .sidenav-toggler-inner {
  margin-left: 15px;
  cursor: pointer;
}
.btn.btn-primary{
  font-size: 14px ;
}
.navbar .sidenav-toggler-inner .sidenav-toggler-line {
  transition: all .15s ease;
  background: #67748e;
  border-radius: 0.125rem;
  position: relative;
  display: block;
  height: 2px;
  cursor: pointer;
}
.navbar .sidenav-toggler-inner .sidenav-toggler-line:not(:last-child) {
  margin-bottom: 3px;
}
.g-sidenav-show.g-sidenav-pinned .navbar .sidenav-toggler-inner .sidenav-toggler-line:first-child, .g-sidenav-show.g-sidenav-pinned .navbar .sidenav-toggler-inner .sidenav-toggler-line:last-child {
  width: 13px;
  transform: translateX(5px);
}
.bg-gradient-primary{
  background-image: linear-gradient(310deg,#3D3786,#825ee4);
}
.bg-gradient-danger {
  background-image: linear-gradient(310deg,#f5365c,#f56036);
}
.bg-gradient-success {
  background-image: linear-gradient(310deg,#2dce89,#2dcecc);
}
.bg-gradient-warning {
  background-image: linear-gradient(310deg,#fb6340,#fbb140);
}
.counters,
.card{
  background: #fff;
  box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
  border-radius: 10px;
  min-height: 115px;
}
.counters .counters_body{
  display: flex;
  justify-content: space-between;
}
.counters_body .icon{
  width: 48px ;
  height: 48px;
  background-position: 50%;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}
.font-weight-bold{
  font-weight: 600;
}
.counters_body .icon i {
  color: #fff;
  opacity: .8;
  top: 14px;
  position: relative;
}
.counters .data{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.bg_counter{
  background: #fef0e5;
}
.text-sm {
  font-size: .875rem!important;
  line-height: 1.5;
}
.font-weight-bolder {
  font-weight: 700!important;
}
.table thead th {
  padding: 0.75rem 1.5rem;
  text-transform: capitalize;
  letter-spacing: 0;
  border-bottom: 1px solid #e9ecef;
}
.table td, .table th {
  white-space: nowrap;
}
.icon-shape {
  width: 48px;
  height: 48px;
  background-position: 50%;
  border-radius: 0.75rem;
}
.shadow {
  box-shadow: 0 .25rem .375rem -.0625rem hsla(0,0%,8%,.12),0 .125rem .25rem -.0625rem hsla(0,0%,8%,.07)!important;
}
.icon-sm {
  width: 32px;
  height: 32px;
}
.table>:not(:last-child)>:last-child>* {
  border-bottom-color: #e9ecef;
}
.table.align-items-center td, .table.align-items-center th {
  vertical-align: middle;
}
.avatar {
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  border-radius: 0.75rem;
  height: 48px;
  width: 48px;
  transition: all .2s ease-in-out;
}
.avatar-sm {
  width: 36px!important;
  height: 36px!important;
  font-size: .875rem;
}
.text-xs {
  font-size: .75rem!important;
  margin-bottom: 0!important;
}
.text-secondary {
  color: #8392ab!important;
}
.badge {
  text-transform: uppercase;
}
.badge-sm {
  padding: 0.45em 0.775em;
  font-size: .65em;
  border-radius: 0.25rem;
}
.badge-success {
  color: #1aae6f;
  background-color: #b0eed3;
}
.badge-secondary {
  color: #5974a2;
  background-color: #e4e8ed;
}
.border-radius-lg {
  border-radius: 0.75rem;
}
.bg-gradient-dark {
  background-image: linear-gradient(310deg,#212229,#212529);
}
.icon-sm i {
  top: 6px;
  font-size: 20px;
  position: relative;
}
.text-dark {
  color: #344767!important;
}
.dropdown-menu.show {
  display: block;
  position: static !important;
  width: 84%;
  margin-left: 25px !important;
  transform: none !important;
  border: 0;
  background: #f6f9fc;
}
.dropdown-menu.show li{
  display: flex;
    align-items: center;
    white-space: nowrap;
    padding-top: 0.575rem;
    padding-bottom: 0.575rem;
    margin: 0 0.5rem 0.5rem 0.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    font-size: 14px;
}
.dropdown-menu.show li.active{  
  box-shadow: 0 0 2rem 0 rgba(136,152,170,.15);
  border-radius: 0.5rem;
  color: #344767;
  background-color: #cee4fa;
  box-shadow: none;
}
.dropdown-menu.show li.active a{
  font-weight: 600;
}
.dropdown-menu.show li .dropdown-item{
  padding: 0;
}
.dropdown-menu.show li .dropdown-item:focus, .dropdown-item:hover {
  color: initial;
  background-color: transparent;;
}
.sidenav .navbars .nav-link:hover,
.dropdown-menu.show li:hover{
  background-color: #cecaff;
  font-weight: 600;
  color: #344767;
  border-radius: 0.5rem; 
}

.dropdown-menu.show li:hover{
  background-color: #c1d7ed;
}
.file-preview {
  display: flex;
  padding: 16px 10px;
  background: #F1F9FC;
}
.file-preview  .img_box {
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 15px;
  border: 1px solid #333;
}
.modal-dialog .btn-close{
  background: #5d87ff;
  opacity: 0.8;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  position: absolute;
  top: -10px;
  right: -10px;
  z-index: 1;
}
.counters_body .text-uppercase{
  font-size: 18px;
}
.status_div{
  padding: 8px 12px;
  margin-top: 35px;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #ccc;
}
.download_all{ 
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 1rem 3rem rgba(0,0,0,.175);
  overflow: hidden;
}
.download_all .text{
  padding: 20px 30px;
}
.log_btn{
  background: #cecaff;
  width: 100%;
  display: inline-block;
  padding: 10px;
  border-radius: 10px;
  text-decoration: none;
}