@media (min-width: 992px) {
  html {
    font-size: 0.578vw;
  }

  /* sticky-top */
  .sticky-top {
    top: 10.5rem;
  }

  /* ============= Sidebar_reduced ============ */
  .Sidebar_reduced .side_bar {
    width: 12rem;
  }

  .Sidebar_reduced .main_sections {
    width: calc(100% - 12rem);
  }

  .Sidebar_reduced .menu_text span,
  .Sidebar_reduced .menu_text p {
    display: none;
  }

  .Sidebar_reduced .primary_menu .dropdown_link {
    font-size: 1.4rem;
    padding: 0.6rem 1rem;
    text-align: center;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .Sidebar_reduced .primary_menu .accordion_content {
    padding: 0;
    text-align: center;
    width: 100%;
    gap: 0;
  }

  .Sidebar_reduced .menu_text {
    gap: 0;
    display: flex;
    justify-content: center;
  }

  .Sidebar_reduced .menulink > img {
    display: none;
  }

  .Sidebar_reduced .menulink {
    justify-content: center !important;
    width: 5rem;
    margin: 0 auto;
    border-radius: 1rem;
    padding: 0;
    height: 5rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .Sidebar_reduced .dropdown-menu * {
    font-size: 1.4rem;
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .Sidebar_reduced .expand_icon {
    display: none;
  }

  .Sidebar_reduced .unexpand_icon {
    display: block;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 62.5%;
  }

  /* -------------------- Mobile Menu ------------------ */
  .side_bar {
    left: -32rem;
    transition: 0.4s ease;
  }
  .active_mobile_menu .side_bar {
    left: 0;
  }
  .main_sections {
    width: 100%;
  }
  .main_sections {
    width: 100%;
  }
  tr {
    white-space: nowrap;
  }

  .order_right {
    justify-content: center !important;
  }

  .order_left {
    justify-content: center;
  }

  .search_box {
    width: 80%;
    margin: 2rem 0;
  }

  .order_top,
  .section_top {
    padding: 3rem;
  }

  .logo img {
    width: 18rem;
  }

  .site_header .container-fluid {
    padding: 0 3rem 0 3rem;
  }

  .hide_overlay {
    width: 100%;
    position: fixed;
    height: 100%;
    background: #00000050;
    z-index: 999;
    transition: 0.35s ease;
    opacity: 0;
    pointer-events: none;
  }

  .active_mobile_menu .hide_overlay {
    opacity: 1;
    pointer-events: all;
  }

  .expand_icon {
    display: none;
  }

  .arrow_menu,
  .hide_menu {
    width: 2.5rem;
  }

  .arrow_menu {
    display: block !important;
  }

  .active_mobile_menu .hide_menu {
    display: block !important;
  }

  .active_mobile_menu .arrow_menu {
    display: none !important;
  }

  .order_container {
    overflow: auto;
    width: 100%;
  }

  .sticky-top {
    position: relative;
  }

  .orders-table {
    width: 100%;
    overflow-x: auto;
  }
}
@media (max-width: 766px) {
  .site_header .container-fluid {
    padding: 0 2rem 0 2rem;
  }

  .logo img {
    width: 16rem;
  }

  .site_header {
    height: 8rem;
  }

  .main_sections {
    padding: 8rem 0 0 0;
  }

  .search_box {
    width: 100%;
  }

  .nav_tabs {
    margin-top: 2.5rem;
  }

  .stats_right .nav_tabs {
    justify-content: center;
    margin: 0 auto;
    margin-top: 2rem;
  }

  .stats_content_top .col-sm-1 a {
    font-size: 1.2rem;
    width: 4rem;
    height: 4rem;
  }

  .stats_content_top .col-8 .nice-select {
    width: 18rem;
    height: 4rem;
  }

  .stats_content_top h3 {
    font-size: 2.4rem;
  }

  .stats_content_top .col-8 {
    gap: 1rem;
  }

  .order_type > span {
    font-size: 1.6rem;
  }

  .chartbox {
    padding: 2rem;
  }
}
@media (max-width: 566px) {
  html {
    font-size: 2.32vw;
  }

  .chartbox canvas {
    width: 100% !important;
    height: auto !important;
  }

  .order_container {
    overflow: auto;
    width: calc(100% + 6rem);
    transform: translateX(-3rem);
  }

  td:first-child,
  th:first-child {
    padding-left: 3rem;
  }
}
