/*!
 * Theme Name: Default
 * Package : DashLite
 * Author: Softnio
 * Author URI: http://themeforest.net/user/softnio
 * Version	 :	1.0.0
 * Updated	 :	07.23.2020
**/

/* .logo-img-lg:not(:first-child) { */
.logo-img-header:not(:first-child) {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.nk-header-menu.mobile-menu {
  padding-top: 90px;
}

.logo-img-login {
  max-height: 100px;
}

.logo-img-header {
  max-width: 120px;
  max-height: 75px;
}

#body {
  overflow-x: scroll;
}

.progress {
  background-color: rgba(37, 37, 37, 0.25);
  border-radius: 100px;
}

.progress-bar {
  border: 1px #fff;
  background-color: #0D47A1;
}

.nk-header-menu {
  width: 650px;
}

.custom-bg {
  background: url(../images/mmm-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.custom-bg-overlay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  backface-visibility: hidden;
  z-index: 1;

  opacity: 1;
  background-color: rgb(10, 0, 0, 0.5);
}

@media (min-width: 576px) {
  .nk-content {
    padding: 22px 22px; !important;
  }
}

@media (min-width: 768px) {
  .nk-content-body > .nk-block-head:first-child {
    padding-bottom: 2.0rem;
  }
}

.tb-odr-total {
  font-size: 15px;
}

.btn-primary {
  font-size: 14px;
}

.nk-block-middle {
  margin-bottom: unset; !important;
}