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

.bg-login {
  /* background: url(../images/paperwork.jpg) no-repeat center; */
}

/* .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/client-bg-40.jpg) no-repeat center;
}

.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;
}

.icon-status:after {
  right: -7px;
  top: -6px;
}

#goTopButton {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

.progress.progress-custom {
  height: 2rem;
}