body {
 font-size: 13px;
 background-color: #f3f3f3;
}
.check i {
  font-size: 24px;
}
.sidebar-wrapper .menu .sidebar-link {
  padding: 11px 11.5px;
  font-size: 14px;
}
.sidebar-link .bi {
  width: auto;
  height: auto;
}
.sidebar-wrapper .menu .sidebar-link span {
  margin-left: 8px;
}
.sidebar-wrapper .sidebar-header img {
 height: auto;
}
.spinner-grow-sm {
 width: 8px;
 height: 8px;
 position: absolute;
 top: 10px;
 right: 20px;
}
.bg-header {
background: rgb(7,58,45);
background: linear-gradient(90deg, rgba(7,58,45,1) 0%, rgba(7,58,45,1) 25%, rgba(66,113,92,1) 75%, rgba(66,113,92,1) 100%);
}
.table-responsive{
	min-height: 300px;
}
#error {
 height: 100vh;
 padding-top: 5rem
}
#error .img-error {
 width: 100%
}
#error .error-title {
 font-size: 4rem;
 margin-top: 3rem
}
@media (max-width:767px) {
 .user-name {
  display: none !important;
 }
 #main {
  margin-left: 0px;
  padding: 110px 20px 20px 20px;
 }
 .burger-btn {
  position: absolute;
  left: 20px;
   color: #fff;
 }
 .sidebar-wrapper .menu {
  margin-top: 0;
  padding: 120px 20px 20px 20px;
 }
 .sidebar-wrapper .menu .sidebar-item:first-child {
  margin-top: 0px;
 }
 .dropdown-menu {
  min-width: 15rem;
 }
 .dropdown-mobile {
  width: 320px;
  margin-right: -60px;
 }
 .dropdown-item {
  white-space: normal;
 }
 .sidebar-wrapper .menu .submenu.active {
  max-height: 999px;
  display: block
 }
}
@media (min-width:768px) {
 .sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-link:after {
   display: none !important;
 }
 #main {
  margin-left: 0px;
  padding: 188px 20px 20px 20px;
 }
 #sidebar {
  width: 100%;
  z-index: 2;
  position: fixed;
  top: 90px;
  left: 0px;
 }
#auth #auth-right {
  height: 100%;
  background: url(../../images/bg/4853433.jpg),linear-gradient(90deg,#492161,#073a2d);
}
 .sidebar-wrapper {
  overflow-y: unset;
  position: relative;
  width: 100%;
  height: auto;
 }
 .sidebar-wrapper .menu {
  padding: 16px 20px;
  margin: 0px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 0;
  list-style: none;
  position: relative;
 }
 .sidebar-wrapper .menu .sidebar-item {
  margin-top: 0px;
 }
 .sidebar-wrapper .menu .submenu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  background: #fff;
  border-radius: .25rem;
  padding: 0px;
  margin: 0px;
  width: 230px;
 }
}