@media (min-width: 992px) {
  .modern-layout .m-header {
    margin-right: 20px;
  }
}

@media (min-width: 1025px) {
  .modern-layout .pc-sidebar {
    top: calc(70px + 30px);
    bottom: 30px;
    left: 30px;
  }

  .modern-layout .pc-sidebar .navbar-content {
    height: calc(100vh - 70px - 70px);
  }

  .modern-layout .page-header {
    background: transparent;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: none;
    padding: 13px 0;
  }

  .modern-layout .page-header + .row {
    margin-top: 0;
    padding-top: 10px;
  }

  .modern-layout .pc-header {
    left: 0;
    z-index: 1029;
  }

  /* .modern-layout .pc-container {
    margin-left: 310px;
  } */

  .modern-layout .pc-container .pcoded-content {
    padding-top: 30px;
  }
}

@media (max-width: 1024px) {
  .modern-layout .pc-sidebar .navbar-content {
    height: 100vh;
  }

  .modern-layout .pc-header .b-brand {
    display: none;
  }
}

.modern-layout .pct-customizer {
  display: none;
}
