/*
      custom code 
*/
.az-resapp .az-navbar-backdrop {
  z-index: 1;
}
.az-resapp .az-iconbar-logo {
  padding: 10px;
}
@media (min-width: 992px) {
  .az-content-dashboard-fix.az-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    box-shadow: 0 0 12px rgba(33, 34, 41, 0.21);
  }
}
.az-content-body-dashboard-fix {
  margin-top: 64px;
  padding: 20px;
}
.az-resapp .az-logo {
  margin-left: 58px;
}

.az-iconbar-primary .nav {
  justify-content: normal;
}

@media (min-width: 768px) {
  .font-response {
    font-size: 1.2vw;
  }
}
.nav-link {
  position: relative;
}
.nav-link.active::before {
  content: '';
  position: absolute;
  top: -1px;
  left: -20px;
  right: -20px;
  background-color: #4309a2;
  height: 41px;
}
.az-sidebar {
  z-index: 2;
}
.az-sidebar-indigo-dark .az-sidebar-body .nav-link.active a {
  color: #fff;
}
.az-img-logo {
  width: 100%;
  height: 100%;
  position: relative;
}
.az-img-logo > img {
  width: 100%;
  height: auto;
}
.az-logo-login > img {
  width: 83px;
  height: auto;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
}

.az-logo-login {
  position: relative;
  display: inline-block;
  text-align: center;
}
.az-sidebar-indigo-dark {
  background-color: #6968ac !important;
  border-right-width: 0;
}
.az-card-signin {
  height: auto !important;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.5);
}
.logo-bg {
  background: url('../img/logo.jpg');
  background-size: cover;
}
