#table_wrapper .row:nth-of-type(1), #table_wrapper .row:nth-of-type(3) {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.semi-dark-layout .main-menu-content .navigation-main .nav-item .menu-content li.active a {
  background: transparent !important;
}
.semi-dark-layout .main-menu-content .navigation-main > li.sidebar-group-active > a {
  background-color: #161d31 !important;
}
.semi-dark-layout .main-menu-content .navigation-main li ul .open > a,
.semi-dark-layout .main-menu-content .navigation-main li ul .sidebar-group-active > a {
  background-color: #161d31 !important;
}

.checkmark {
  width: 100px;
  margin: 0 auto;
  padding-bottom: 20px;
}
.checkmark img {
  max-width: 100%;
}
.checkmark .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0;
  animation: dash 2s ease-in-out;
  -webkit-animation: dash 2s ease-in-out;
}
.checkmark .spin {
  animation: spin 2s;
  -webkit-animation: spin 2s;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 50% 50%;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 1000;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

.error:not(input) {
  margin-top: 5px;
  display: block;
}

.table-modal tr td {
  padding: 0.5rem 0;
}

img,
svg {
  max-width: 100%;
}

img {
  object-fit: cover;
}

.preloader {
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #283046;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* Safari */
}

.preloader span {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-top: 15px;
}

.preloader .preloader-icon {
  border: 2px solid #eeeeee;
  border-radius: 50%;
  border-top: 2px solid #4199fa;
  width: 70px;
  height: 70px;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.avatar img {
  object-fit: cover;
}

.menu-light .logo-site .logo-text {
  color: #FACC26;
}

.logo-site {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.logo-site .logo-text {
  color: #FACC26;
  font-size: 22px;
  font-weight: bold;
  margin-left: 10px;
}
.logo-site .logo-text .text-alt {
  font-weight: 300;
}
.logo-site img {
  height: 30px;
}

.substr {
  max-width: 200px;
  text-overflow: ellipsis;
  overflow: hidden;
}

/*# sourceMappingURL=style.css.map */
