/*Color variables*/
/*gray variables*/
/*white variables*/
/*black variables*/
/*color1*/
/*color2*/
/*color3*/
/*color4*/
/*color5*/
@media (min-width: 1025px) {
  .boxed.dark-theme .page {
    width: 1170px;
    margin: 0 auto;
    background: #24243e;
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    min-height: 100vh;
    -webkit-box-shadow: #0e0e23 0px 5px 0px 0px, #0e0e23 0px 5px 25px 0px;
    box-shadow: #0e0e23 0px 5px 0px 0px, #0e0e23 0px 5px 25px 0px;
  }
  .boxed.dark-theme body.dark-theme {
    background: #22223e !important;
    color: #ffffff;
  }
  .boxed.dark-theme .dark-theme .header.top-header {
    width: 1170px !important;
    margin: 0 auto;
  }
  .boxed.dark-theme .dark-theme .hor-menu.horizontal-main {
    max-width: 1170px;
  }
  .boxed.dark-theme .dark-theme .main-content .container,
  .boxed.dark-theme .dark-theme .main-content .container-fluid {
    padding-left: 20px;
    padding-right: 20px;
  }
  .boxed.dark-theme .dark-theme .main-header > .container,
  .boxed.dark-theme .dark-theme .main-header > .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .boxed.dark-theme .dark-theme .app-sidebar {
    left: auto !important;
  }
  .boxed.dark-theme .dark-theme .side-header {
    left: auto !important;
    right: auto !important;
    z-index: 1044;
  }
  .boxed.dark-theme .dark-theme .main-header.side-header {
    max-width: 1170px;
  }
  .boxed.dark-theme .dark-theme .nav-tabs .nav-link {
    padding: 1rem 1.2rem;
  }
  .boxed.dark-theme .dark-theme.sidenav-toggled .comb-page .horizontal-main {
    max-width: 1170px;
  }
  .boxed.dark-theme .dark-theme.app.sidenav-toggled .app-sidebar.comb-sidebar {
    left: -230px !important;
  }
  .boxed.dark-theme .dark-theme .horizontalMenu > .horizontalMenu-list > li:last-child > ul.sub-menu {
    right: 0;
  }
  .boxed.dark-theme .dark-theme .page-style1 .page-content {
    z-index: 999;
  }
  .boxed.dark-theme .dark-theme .app-header {
    padding-right: 10px !important;
  }
  .boxed.dark-theme .dark-theme .second-sidemenu {
    left: auto !important;
    margin-left: 70px;
  }
  .boxed.dark-theme .dark-theme.app.sidebar-mini.sidenav-toggled4 .first-sidemenu {
    left: auto !important;
  }
  .boxed.dark-theme .dark-theme .header .form-inline .form-control {
    width: auto;
  }
}
/*# sourceMappingURL=dark-boxed.css.map */
