@media (max-width: 374px) {
}
@media (max-width: 767px) {
  .toggle-xs-sidebar {
    margin-left: -100%;
    padding: 0 0 20px 0;
  }
  .mobile-header-expand {
    left: 242px;
  }

  .layout-wrapper {
    padding-bottom: 57px;
    padding-top: 43px;
  }
  .footer {
    bottom: 0;
    position: fixed;
    right: 0;
    left: 0;
    z-index: 3;
  }
}

@media (max-width: 991px) {
}

@media (min-width: 768px) {
  .page-topbar {
    left: 242px;
  }
  .expanded-topbar {
    left: 70px;
  }
  .main-content {
    margin-left: 242px;
  }
  .btn-topbar {
    width: 42px;
  }
  .margin-left-remove {
    margin-left: 70px;
  }
  /* Small Sidebar menu show hover start  */
  .hover-expanded-menu .nav-item:hover .sidebar-nav-menu-box {
    position: absolute;
    width: calc(200px + 70px);
    background: var(--white);
    right: -270px;
    padding: 0.75rem;
    border-top-right-radius: 6px;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
  }
  .hover-expanded-menu .nav-item:hover .sidebar-nav-menu-box.single-nav {
    border-bottom-right-radius: 6px;
  }
  .hover-expanded-menu
    .nav-item:hover
    .sidebar-nav-menu-box
    .sidebar-menu-text {
    display: block !important;
  }
  .hover-expanded-menu
    .nav-item:hover
    .dropdown-content.dropdown-content-collapse-mode {
    position: absolute;
    width: calc(200px + 70px);
    background: var(--white);
    right: -270px;
    padding: 0.75rem;
    display: block !important;
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
    border-bottom-right-radius: 6px;
  }
  .footer {
    left: 242px;
    height: 60px;
  }
}

@media (min-width: 992px) {
  .page-topbar-title {
    font-size: 24px;
  }
  .navbar-header {
    justify-content: space-between;
    align-items: center;
    height: 70px;
    flex-direction: row;
  }
  .page-top-bar-right-content {
    width: auto;
  }
}

@media (min-width: 1700px) {
}
