.aside-width-default {
  width: 220px !important;
  transition: width 0.3s ease;
}

.aside-width64 {
  width: 64px !important;
  transition: width 0.3s ease;
}

.layout-container {
  width: 100%;
  height: 100vh;
  .layout-aside {
    background: var(--bg-menuBar);
    box-shadow: 2px 0 6px rgb(0 21 41 / 1%);
    height: inherit;
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    overflow-x: hidden !important;
  }

  .layout-header {
    padding: 0 !important;
  }
}
