
.hide-sidebar[data-v-633387ce] {
  display: none !important;
  width: 0;
  height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.warehouse-split-layout[data-v-633387ce] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.warehouse-main-content[data-v-633387ce] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
}
.warehouse-sidebar[data-v-633387ce] {
  border-radius: 8px !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 400px;
          flex: 0 0 400px;
  position: sticky;
  top: 1rem;
  max-height: calc(100vh - 2rem);
  overflow-y: auto;
}
@media (max-width: 1264px) {
.warehouse-split-layout[data-v-633387ce] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
}
.warehouse-sidebar[data-v-633387ce] {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    width: 100%;
    position: relative;
    top: 0;
    max-height: none;
}
}
@media (max-width: 960px) {
.warehouse-split-layout[data-v-633387ce] {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
}

