e/* Responsive */
@media screen and (max-width: 1280px) {
  .email-header {
    height: auto;
  }
  .email-content {
    padding: 100px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .email-header {
    border-top-left-radius: 0.25rem;
  }
  .email-sidebar {
    left: -280px;
  }
  .email-content {
    margin-left: 0;
  }
  .email-header {
    left: 0;
  }
  .email-toggled .email-sidebar {
    left: 0;
  }
  .email-toggled .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 250px;
    background: #000;
    opacity: 0.5;
    z-index: 9;
    display: block;
    cursor: move;
    transition: all 0.3s ease-out;
  }
  .chat-header {
    border-top-left-radius: 0.25rem;
  }
  .chat-footer {
    border-bottom-left-radius: 0.25rem;
  }
  .chat-sidebar {
    left: -370px;
  }
  .chat-content {
    margin-left: 0;
  }
  .chat-header {
    left: 0;
  }
  .chat-footer {
    left: 0;
  }
  .chat-toggled .chat-sidebar {
    left: 0;
  }
  .chat-toggled .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 340px;
    background: #000;
    opacity: 0.5;
    z-index: 11;
    display: block;
    cursor: move;
    transition: all 0.3s ease-out;
  }
}
/* Toogle in responsive */
@media only screen and (max-width: 1199px) {
  .table-responsive {
    white-space: nowrap;
  }
  .sidebar-wrapper {
    left: -260px;
  }
  .sidebar-wrapper .sidebar-header .sidebar-close {
    display: flex;
  }
  .top-header .navbar {
    left: 0;
  }
  .page-content {
    margin-left: 0;
  }
  .toggled .sidebar-wrapper {
    width: 260px;
    left: 0px;
  }
  .toggled .sidebar-wrapper .sidebar-header {
    width: 260px;
  }
  .toggled .sidebar-wrapper .sidebar-bottom {
    width: 260px;
  }
  .toggled .logo-name {
    display: block;
  }
  .toggled .top-header .navbar {
    left: 0px;
  }
  .toggled .page-footer {
    left: 0px;
  }
  .toggled .main-wrapper {
    margin-left: 0;
  }
  .toggled .overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
    z-index: 13;
    display: block;
    cursor: pointer;
    transition: all 0.23s ease-out;
  }
}
@media only screen and (max-width: 1199px) {
  .top-header .navbar {
    left: 0;
  }
  .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;
  }
  .main-wrapper {
    margin-left: 0;
  }
  /*page footer*/
  .page-footer {
    left: 0px;
  }
  /*mini sidebar*/
  .mini-sidebar {
    left: -70px;
  }
}
@media only screen and (max-width: 992px) {
  .search-popup {
    position: fixed !important;
    top: 0 !important;
    z-index: 10;
  }
}

/* Mobile specific fixes - Real mobile devices */
@media only screen and (max-width: 768px), 
       only screen and (max-device-width: 768px),
       only screen and (orientation: portrait) and (max-width: 1024px) {
  .sidebar-wrapper {
    left: -260px !important;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    z-index: 1000 !important;
    position: fixed !important;
  }
  
  .toggled .sidebar-wrapper {
    left: 0px !important;
    transform: translateX(0) !important;
    z-index: 1000 !important;
    position: fixed !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  
  .toggled .overlay {
    position: fixed !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 999 !important;
    display: block !important;
    cursor: pointer;
    transition: all 0.3s ease-out;
    width: 100vw !important;
    height: 100vh !important;
  }
  
  .main-wrapper {
    margin-left: 0 !important;
  }
  
  .top-header .navbar {
    left: 0 !important;
  }
  
  .page-footer {
    left: 0 !important;
  }
  
  /* Force mobile behavior */
  body.toggled {
    overflow: hidden;
  }
}

/* Extra small mobile devices */
@media only screen and (max-width: 480px) {
  .sidebar-wrapper {
    width: 280px !important;
    left: -280px !important;
  }
  
  .toggled .sidebar-wrapper {
    left: 0px !important;
  }
  
  .sidebar-wrapper .sidebar-header {
    width: 280px !important;
  }
}

/* Touch device improvements */
@media (hover: none) and (pointer: coarse) {
  .btn-toggle a {
    padding: 10px;
    min-height: 44px;
    min-width: 44px;
  }
  
  .overlay {
    -webkit-tap-highlight-color: transparent;
  }
}/*# sourceMappingURL=responsive.css.map */
