/*# sourceMappingURL=custom.min.css.map */
.navbar-header {
  height: 50px;
}
.header-item {
  height: 50px;
}
.page-content {
  padding: calc(50px + var(--vz-grid-gutter-width)) calc(var(--vz-grid-gutter-width) * 0.5) 60px calc(var(--vz-grid-gutter-width) * 0.5);
}
@media (min-width: 768px) {
  :is([data-layout="vertical"], [data-layout="semibox"])[data-sidebar-size="sm"] {
    min-height: 100vh;
  }
}
.table > :not(caption) > * > * {
  padding: 0.1rem 0.1rem;
}
.form-control:focus {
  border-color: rgba(0, 0, 0);
}
.form-select:focus {
  border-color: rgba(0, 0, 0);
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
}
.btn-icon {
  height: calc(1rem + 1em + 2px);
  width: calc(1rem + 1em + 2px);
}
.btn-icon :is(i, svg, img) {
  vertical-align: middle;
}
.btn-icon.btn-sm {
  height: calc(0.5rem + 1em + 2px);
  width: calc(0.5rem + 1em + 2px);
}
.btn-icon.btn-lg {
  height: calc(1.4rem + 1em + 2px);
  width: calc(1.4rem + 1em + 2px);
}
/* Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #cbd5e1 transparent;
}

/* Chrome, Edge, Safari */
*::-webkit-scrollbar {
  width: 4px;
  height: 4px; /* también scroll horizontal */
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #cbd5e1; /* gris suave */
  border-radius: 10px;
}
