.kt-aside__brand {
  background-color: #fff;
  border-right: 1px solid #1a1a27;
}

.kt-aside__brand .kt-aside__brand-logo img {
  width: 170px;
}

.kt-login__logo img {
  width: 200px;
}

.kt-header-mobile__logo img {
  height: 40px;
}

@media (max-width: 1024px) {
  .kt-header-mobile {
    background-color: white;
  }
}

@media all and (max-width: 768px) {
  div.dataTables_wrapper div.dataTables_info {
    white-space: normal;
  }

  div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

#kt_daterangepicker_6 input {
  width: 260px;
}

@media all and (max-width: 768px) {
  #kt_daterangepicker_6 input {
    width: 1%;
  }
}

