/* responsive */
@media only screen and (max-width: 1024px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  body {
    position: relative;
  }
  .top-header,
  .main-wrapper {
    width: 100%;
    max-width: 100%;
  }
  .top-header .navbar {
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100vw;
    padding: 0 0.75rem;
    overflow: visible;
  }
  .top-header .navbar .dropdown {
    position: static;
  }
  .top-header .navbar .dropdown .dropdown-menu {
    width: 100%;
  }
  .top-header .navbar .dropdown .dropdown-menu::after {
    display: none;
  }
  .top-header .navbar .mega-menu-widgets {
    padding: 1rem;
    position: relative;
    height: 480px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .top-header .navbar .search-bar {
    width: 0 !important;
    min-width: 0;
    flex: 0 0 0;
    overflow: visible;
  }
  .main-wrapper {
    margin-left: 0;
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  .main-wrapper .main-content {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }
  /*page footer*/
  .page-footer {
    left: 0px;
  }
  /*mini sidebar*/
  .mini-sidebar {
    position: fixed;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    width: 100%;
    max-width: 100vw;
    height: 70px;
    border-right: 0;
    border-top: 1px solid #dee2e6;
    box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, 0.08);
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    overflow: hidden;
    padding: 0 0.15rem;
  }
  .mini-sidebar .user,
  .mini-sidebar .mini-footer {
    width: 48px;
    height: 100%;
  }
  .mini-sidebar .quick-menu.mobile-horizontal-strip {
    flex: 1 1 auto;
    min-width: 0;
    height: 40px;
    max-height: 40px;
    display: block;
    overflow-x: auto !important;
    overflow-y: clip !important;
    padding: 0;
    margin-bottom: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    -ms-overflow-style: auto;
    scrollbar-color: #ffffff #ffffff;
    touch-action: pan-x;
    overscroll-behavior-x: contain;
    overscroll-behavior-y: none;
  }
  .mini-sidebar .quick-menu.mobile-horizontal-strip::-webkit-scrollbar {
    width: 0;
    height: 0;
    display: none;
    background: transparent;
  }
  .mini-sidebar .quick-menu.mobile-horizontal-strip::-webkit-scrollbar-thumb {
    background: #ffffff;
  }
  .mini-sidebar .quick-menu.mobile-horizontal-strip::-webkit-scrollbar-track {
    background: #ffffff;
  }
  .mini-sidebar .quick-menu .nav {
    width: max-content;
    min-width: max-content;
    min-height: 0;
    height: 40px;
    max-height: 40px;
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: flex-start;
    gap: 10px !important;
    padding: 0 6px;
    margin: 0;
    overflow-y: hidden !important;
  }
  .mini-sidebar .quick-menu .nav.flex-column {
    display: flex;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
  }
  .mini-sidebar .quick-menu .nav-link,
  .mini-sidebar .user .user-icon,
  .mini-sidebar .mini-footer .footer-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
  }
  .mini-sidebar .quick-menu .nav-link {
    margin: 0;
    flex: 0 0 36px;
    line-height: 1;
    display: inline-flex;
  }
  .mini-sidebar .mobile-horizontal-strip .ps__thumb-x,
  .mini-sidebar .ps__rail-x .ps__thumb-x {
    background-color: transparent !important;
  }
  .main-wrapper {
    margin-left: 0;
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .mini-sidebar {
    padding: 0 1rem;
  }
  .mini-sidebar .user,
  .mini-sidebar .mini-footer {
    width: 64px;
  }
  .mini-sidebar .quick-menu.mobile-horizontal-strip {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-x: hidden !important;
  }
  .mini-sidebar .quick-menu .nav {
    min-width: 0;
    width: auto;
    justify-content: center;
    padding: 0;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 992px) {
  .search-popup {
    position: fixed !important;
    top: 0 !important;
    z-index: 10;
  }
}/*# sourceMappingURL=responsive.css.map */
