.loading_wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #fff;
  display: block;
  position: absolute;
}

.loader_logo {
  height: 80px;
  width: 140px;
  position: absolute;
  left: calc(50% - 80px);
  top: 38%;
}

.loader_logo img {
  height: 100%;
  width: 100%;
}

.auth-logo img {
  width: 200px !important;
}

.layout-sidebar-large .sidebar-left .navigation-left {
  width: 90px !important;
}

.layout-sidebar-large .sidebar-left-secondary.open {
  left: 90px !important;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .nav-icon, .layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold .feather {
  font-size: 22px !important;
  height: 24px !important;
  width: 24px !important;
  margin: 0 auto !important;
}

.layout-sidebar-large .sidebar-left .navigation-left .nav-item .nav-item-hold {
  padding: 10px 10px !important;
}

.app-footer .footer-bottom .logo {
  /*width: 200px !important;*/
  /*height: 60px !important;*/
}

.loading {
  border: 3px solid rgba(41, 118, 208, 0.45);
  position: absolute;
  left: calc(50% - 40px);
  top: 50%;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  border-top-color: #2976D0;
  animation: loader 1s ease-in-out infinite;
  -webkit-animation: loader 1s ease-in-out infinite;
}

@keyframes loader {
  to {
    -webkit-transform: rotate(360deg);
  }
}

@-webkit-keyframes loader {
  to {
    -webkit-transform: rotate(360deg);
  }
}
