@import url("styles-base.css");

html[data-boxed-layout=boxed] .container-fluid,
html[data-boxed-layout=boxed] .container-lg,
html[data-boxed-layout=boxed] .container-md,
html[data-boxed-layout=boxed] .container-sm,
html[data-boxed-layout=boxed] .container-xl,
html[data-boxed-layout=boxed] .container-xxl {
  max-width: 100%;
  margin: 0 auto;
}

html.stock-page,
body.stock-page,
html:has(.stock-list-card),
body:has(.stock-list-card),
.stock-list-table-wrap {
  scrollbar-width: none;
}

html.stock-page::-webkit-scrollbar,
body.stock-page::-webkit-scrollbar,
body:has(.stock-list-card)::-webkit-scrollbar,
.stock-list-table-wrap::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.stock-list-card,
.stock-list-card .card-body,
.stock-list-card .dataTables_wrapper {
  height: auto !important;
  max-height: none !important;
  overflow-y: visible !important;
}

.stock-list-card .stock-list-table-wrap {
  height: auto !important;
  max-height: none !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
}
