body {
  overflow-x: hidden;
}

.erp-grid-filter-wrap {
  min-width: 0;
}

.grid-sort-th {
  cursor: pointer;
}

.grid-table {
  table-layout: fixed;
}

.grid-sort-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}

.grid-sort-cell > span {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.grid-sort-cell > i {
  flex: 0 0 auto;
  margin-left: auto;
}

.erp-grid-filter-row {
  display: flex;
  align-items: stretch;
  gap: 0.25rem;
}

.erp-grid-filter-field-wrap {
  position: relative;
  flex: 1 1 auto;
  min-width: 0;
}

.erp-grid-filter-operator-menu {
  position: absolute;
  top: 50%;
  right: 0.65rem;
  transform: translateY(-50%);
  z-index: 3;
}

.erp-grid-filter-operator-btn {
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #000 !important;
  box-shadow: none !important;
  outline: none !important;
}

.erp-grid-filter-operator-btn::after {
  display: none !important;
}

.erp-grid-filter-operator-btn:hover,
.erp-grid-filter-operator-btn:focus,
.erp-grid-filter-operator-btn:focus-visible,
.erp-grid-filter-operator-btn:active,
.erp-grid-filter-operator-btn.show {
  border: 0 !important;
  background: transparent !important;
  background-color: transparent !important;
  background-image: none !important;
  color: #000 !important;
  box-shadow: none !important;
  outline: none !important;
}

.erp-grid-filter-operator-icon,
.erp-grid-filter-operator-item-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  min-width: 1rem;
  color: #000;
}

.erp-grid-filter-operator-dropdown,
.erp-grid-filter-operator-popover {
  min-width: 10rem;
  z-index: 1080;
}

.erp-grid-filter-operator-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.erp-grid-filter-row .form-control,
.erp-grid-filter-row .form-select {
  min-width: 0;
  flex: 1 1 auto;
  width: 100%;
}

.erp-grid-filter-input-with-operator {
  padding-right: 2.1rem;
}

.choices {
  margin-bottom: 0;
}

.choices[data-type*="select-one"] .choices__inner {
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
}

.choices[data-type*="select-one"] .choices__list--single {
  padding: 0;
  width: 100%;
}

.choices[data-type*="select-one"] .choices__list--single .choices__item {
  line-height: 1.5;
}

.choices[data-type*="select-one"]::after {
  right: 11.5px;
}

.choices-sm[data-type*="select-one"] .choices__inner {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 2rem 0.25rem 0.5rem;
  font-size: 0.875rem;
}

.choices-sm[data-type*="select-one"]::after {
  right: 9px;
}

.sidebar {
  width: 260px;
  min-width: 260px;
  max-width: 260px;
  flex: 0 0 260px;
  height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  transition: width 0.15s ease;
}

.sidebar .sidebar-brand {
  height: 57px;
  min-height: 57px;
  flex: 0 0 57px;
}

.sidebar nav {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.sidebar nav::-webkit-scrollbar {
  display: none;
}

.erp-hide-scrollbar {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.erp-hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.erp-modal-max {
  max-height: calc(100vh - 0.5rem);
}

select[data-erp-multi-checkbox="1"]+.choices .choices__list--dropdown .choices__item--choice {
  position: relative;
  padding-left: 2.15rem;
}

select[data-erp-multi-checkbox="1"]+.choices .choices__list--dropdown .choices__item--choice::before {
  content: "";
  position: absolute;
  left: 0.75rem;
  top: 50%;
  width: 0.95rem;
  height: 0.95rem;
  transform: translateY(-50%);
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 0.2rem;
  background: #fff;
}

select[data-erp-multi-checkbox="1"]+.choices .choices__list--dropdown .choices__item--choice.is-selected::before {
  background: #0d6efd;
  border-color: #0d6efd;
  box-shadow: inset 0 0 0 2px #fff;
}

[data-operation-buy-summary] .choices__inner,
[data-operation-buy-summary] .form-select,
[data-operation-buy-summary] .form-control,
[data-operation-sale-summary] .choices__inner,
[data-operation-sale-summary] .form-select,
[data-operation-sale-summary] .form-control {
  background-color: var(--bs-body-bg, #fff);
}

.sidebar .sidebar-footer {
  flex: 0 0 auto;
}

.sidebar .logo-short {
  display: none;
}

.sidebar .logo-long {
  display: inline-block;
}

.sidebar .sidebar-brand img {
  filter: brightness(0) invert(1);
}

.sidebar-collapsed .sidebar {
  width: 84px;
  min-width: 84px;
  max-width: 84px;
  flex-basis: 84px;
}

.sidebar-collapsed .sidebar .logo-long {
  display: none;
}

.sidebar-collapsed .sidebar .logo-short {
  display: inline-block;
}

.sidebar-collapsed .sidebar .sidebar-brand {
  justify-content: center;
}

.sidebar-collapsed .sidebar nav {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sidebar-collapsed .sidebar .nav-text,
.sidebar-collapsed .sidebar .nav-section {
  display: none;
}

.sidebar-collapsed .sidebar .nav-link {
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}

.sidebar-collapsed .sidebar .nav-link i {
  margin-right: 0 !important;
}

.sidebar-collapsed .sidebar button.nav-link {
  justify-content: center !important;
}

.sidebar-collapsed .sidebar .collapse .ps-2 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.sidebar .sidebar-group {
  position: relative;
}

.sidebar-collapsed .sidebar .sidebar-group>.collapse {
  display: none !important;
  position: absolute;
  left: 100%;
  top: 0;
  min-width: 220px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 0.5rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  padding: 0.25rem;
  z-index: 1050;
}

.sidebar-collapsed .sidebar .sidebar-group:hover>.collapse {
  display: block !important;
}

.sidebar-collapsed .sidebar .sidebar-group.open>.collapse {
  display: block !important;
}

.sidebar-collapsed .sidebar .sidebar-group:hover>.collapse .nav-text {
  display: inline !important;
}

.sidebar-collapsed .sidebar .sidebar-group.open>.collapse .nav-text {
  display: inline !important;
}

.sidebar-collapsed .sidebar .sidebar-group:hover>.collapse .nav-link {
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.sidebar-collapsed .sidebar .sidebar-group.open>.collapse .nav-link {
  text-align: left;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.sidebar-collapsed .sidebar .sidebar-group:hover>.collapse .nav-link i {
  margin-right: 0.5rem !important;
}

.sidebar-collapsed .sidebar .sidebar-group.open>.collapse .nav-link i {
  margin-right: 0.5rem !important;
}

.sidebar .nav-link.active {
  font-weight: 600;
}

.sidebar nav>* {
  width: 100%;
  flex-shrink: 0;
}

.content {
  min-height: 100vh;
  min-width: 0;
}

.grid-table {
  table-layout: fixed;
  max-width: 100%;
}

.grid-table th,
.grid-table td {
  padding-top: 0.35rem;
  padding-bottom: 0.35rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
}

.grid-table .btn.btn-link {
  text-decoration: none;
}

.grid-table .btn.btn-link:hover {
  text-decoration: none;
}

.grid-table thead tr:nth-child(2) th {
  padding: 0;
  overflow: visible;
}

.grid-table thead tr:nth-child(2) .form-control {
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  min-width: 120px;
}

.grid-table[data-grid-width-mode="mixed"] thead tr:nth-child(2) .form-control,
.grid-table[data-grid-width-mode="percent"] thead tr:nth-child(2) .form-control {
  min-width: 0;
  width: 100%;
}

.grid-table[data-grid-width-mode="mixed"] thead tr:nth-child(2) .choices,
.grid-table[data-grid-width-mode="percent"] thead tr:nth-child(2) .choices {
  min-width: 0;
  max-width: 100%;
}

.grid-sort {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  color: inherit;
  text-decoration: none;
}

.grid-sort:hover {
  color: inherit;
  text-decoration: underline;
}

.grid-sort-th {
  cursor: pointer;
  user-select: none;
}

.grid-sort-cell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  width: 100%;
}

.grid-truncate {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.table-responsive {
  max-width: 100%;
  overflow-y: visible;
}

.grid-footer .grid-nowrap {
  white-space: nowrap;
}

.grid-footer select[data-grid-pagesize],
.grid-footer select[data-grid-page-size] {
  width: 100px !important;
  min-width: 100px !important;
}

.grid-footer select[data-grid-pagesize]+.choices,
.grid-footer select[data-grid-page-size]+.choices {
  width: 100px !important;
  min-width: 100px !important;
}

.grid-footer select[data-grid-pagesize]+.choices .choices__inner,
.grid-footer select[data-grid-page-size]+.choices .choices__inner {
  width: 100px !important;
  min-width: 100px !important;
}

.erp-field-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  min-height: 1.75rem;
  margin-bottom: 0;
}

.erp-flex-min-0 {
  min-height: 0;
}

.erp-tab-scroll {
  flex: 1 1 auto;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.product-modal-dialog {
  height: calc(100vh - 5rem - 80px);
}

.product-modal-dialog .modal-content {
  height: 100%;
}

[data-product-additional-units-scroll] {
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

[data-product-additional-units-scroll]::-webkit-scrollbar {
  display: none;
}

.vstack[data-product-additional-units] {
  gap: 2px !important;
}

.vstack[data-product-additional-units] > .product-unit-card {
  margin: 0 !important;
}

.product-unit-card {
  border-color: rgba(0, 0, 0, 0.08);
}

.product-unit-add-btn {
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #fff;
}

.product-unit-card .card-body {
  padding: 24px 8px;
}

.product-unit-card .row {
  --bs-gutter-x: 8px;
  --bs-gutter-y: 0;
  margin-top: 0;
}

.product-unit-card .row > * {
  margin-top: 0 !important;
  padding-top: 0;
}

.product-unit-card .form-label {
  margin-top: 0;
  margin-bottom: 0.375rem;
  font-size: 0.82rem;
  line-height: 1;
}

.product-unit-card .product-unit-spacer-label {
  visibility: hidden;
  display: block;
}

.product-unit-card .form-control,
.product-unit-card .form-select,
.product-unit-card .btn {
  min-height: 30px;
  padding-top: 0.15rem;
  padding-bottom: 0.15rem;
}

.product-unit-card .product-unit-delete-btn {
  min-height: auto;
  width: 24px;
  min-width: 24px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #dc3545 !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
}

.product-unit-card .product-unit-delete-btn i {
  color: inherit;
}

.product-unit-card .product-unit-delete-btn:hover,
.product-unit-card .product-unit-delete-btn:focus,
.product-unit-card .product-unit-delete-btn:active {
  border: 0;
  background: transparent;
  color: #dc3545 !important;
  box-shadow: none;
}

.product-unit-preview {
  min-height: 30px;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
  font-size: 0.82rem;
  line-height: 1;
}

.erp-tab-scroll::-webkit-scrollbar {
  display: none;
}

.erp-modal-underlay-disabled {
  pointer-events: none;
}

.erp-tab-scroll .nav {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.erp-tab-scroll > .nav {
  flex-wrap: nowrap;
}

.grid-footer .choices {
  width: 100px !important;
  min-width: 100px !important;
}

.grid-footer .choices .choices__inner {
  width: 100px !important;
  min-width: 100px !important;
}

.grid-loading-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(248, 249, 250, 0.85);
  z-index: 50;
}

.grid-loading-overlay.d-none {
  display: none !important;
}

.grid-col-hidden {
  display: none !important;
}

.grid-settings-item {
  user-select: none;
}

.grid-settings-handle {
  cursor: grab;
  opacity: 0.6;
  line-height: 1;
}

.grid-settings-handle:active {
  cursor: grabbing;
}

.grid-settings-width-input {
  width: 86px;
}

.grid-settings-unit-select {
  width: 86px;
}

.grid-table thead tr:first-child th {
  color: #000 !important;
}

.rights-panel {
  border: 1px solid var(--bs-border-color);
  border-radius: 1rem;
  background: var(--bs-body-bg);
  overflow: hidden;
}

.rights-toolbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  padding: 0.55rem 0.75rem;
  border-bottom: 1px solid var(--bs-border-color);
  background: var(--bs-tertiary-bg);
}

.rights-toolbar .form-check {
  margin-bottom: 0;
}

.rights-toolbar-note {
  color: var(--bs-secondary-color);
  font-size: 0.875rem;
}

.rights-modules {
  display: grid;
  gap: 0.5rem;
  padding: 0.5rem;
}

.rights-module-card {
  border: 1px solid var(--bs-border-color);
  border-radius: 0.7rem;
  background: #f8f9fa;
  overflow: hidden;
}

.rights-tree,
.rights-children {
  list-style: none;
  margin: 0;
  padding: 0;
}

.rights-group-item + .rights-group-item {
  margin-top: 0.35rem;
}

.rights-group-details {
  border: 1px solid var(--bs-border-color-translucent);
  border-radius: 0.65rem;
  background: var(--bs-body-bg);
  overflow: hidden;
}

.rights-group-details > summary {
  list-style: none;
}

.rights-group-details > summary::-webkit-details-marker {
  display: none;
}

.rights-group-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  padding: 0.5rem 0.65rem;
  cursor: pointer;
  user-select: none;
}

.rights-group-heading {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  min-width: 0;
}

.rights-group-title {
  font-weight: 600;
  color: var(--bs-heading-color);
  font-size: 0.9rem;
}

.rights-group-checkbox,
.rights-toolbar input[type="checkbox"] {
  margin-top: 0;
  flex: 0 0 auto;
}

.rights-group-chevron::before {
  content: "\F282";
  font-family: bootstrap-icons !important;
  font-style: normal;
  font-weight: 400 !important;
  display: inline-block;
  transition: transform 0.2s ease;
  color: var(--bs-secondary-color);
}

.rights-group-details[open] > .rights-group-summary .rights-group-chevron::before {
  transform: rotate(180deg);
}

.rights-group-body {
  padding: 0 0.65rem 0.65rem;
  border-top: 1px solid var(--bs-border-color-translucent);
}

.rights-group-body > .rights-tree,
.rights-group-body > .rights-children {
  margin-top: 0.4rem;
  display: grid;
  gap: 0.35rem;
}

.rights-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
  padding-top: 0.4rem;
}

.rights-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.32rem 0.58rem;
  border: 1px solid var(--bs-border-color);
  border-radius: 999px;
  background: var(--bs-tertiary-bg);
  cursor: pointer;
  line-height: 1.1;
  font-size: 0.85rem;
}

.rights-chip:hover {
  border-color: var(--bs-primary);
  background: rgba(13, 110, 253, 0.08);
}

.rights-chip input {
  margin-top: 0;
}

.rights-group-item--level-1 .rights-group-details {
  background: var(--bs-tertiary-bg);
}

.rights-group-item--level-2 .rights-group-details {
  background: var(--bs-body-bg);
}

@media (max-width: 767.98px) {
  .rights-toolbar {
    flex-direction: column;
    align-items: flex-start;
  }
}

.catalog-list .catalog-action-btn {
  line-height: 1;
}

.catalog-list .catalog-action-btn:hover {
  text-decoration: none;
}

.catalog-list .catalog-selected {
  background-color: rgba(13, 110, 253, 0.08);
}

.catalog-list .catalog-selected:hover {
  background-color: rgba(13, 110, 253, 0.12);
}

.catalog-list .list-group-item {
  text-align: left;
}

.navbar.bg-primary .btn-outline-light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.85);
}

.navbar.bg-primary .btn-outline-light:hover,
.navbar.bg-primary .btn-outline-light:focus,
.navbar.bg-primary .btn-outline-light:active {
  color: #fff;
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.85);
}

.org-diagram-wrap {
  overflow-x: auto;
  padding: 0.75rem;
}

.org-diagram {
  margin: 0;
  padding-left: 0;
}

.org-chart,
.org-chart ul {
  padding-top: 1.25rem;
  position: relative;
  display: flex;
  justify-content: center;
  gap: 0;
}

.org-chart {
  display: inline-flex;
}

.org-chart li {
  list-style-type: none;
  text-align: center;
  position: relative;
  padding: 1.25rem 0.35rem 0 0.35rem;
}

.org-chart li::before,
.org-chart li::after {
  content: "";
  position: absolute;
  top: 0;
  right: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  width: 50%;
  height: 1.25rem;
  z-index: 0;
}

.org-chart li::after {
  right: auto;
  left: 50%;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.org-chart li::before {
  border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.org-chart li:only-child::after,
.org-chart li:only-child::before {
  display: none;
}

.org-chart li:only-child {
  padding-top: 0;
}

.org-chart li:first-child::before {
  border: none;
}

.org-chart li:last-child::after {
  border: none;
}

.org-chart ul::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  width: 0;
  height: 1.25rem;
  z-index: 0;
}

.org-node-card {
  display: inline-block;
  text-align: left;
  min-width: 200px;
  max-width: 300px;
  border-top-width: 0;
  border-top-style: solid;
  border-top-color: var(--org-color, #0d6efd);
  cursor: pointer;
  position: relative;
  z-index: 1;
  border-radius: var(--bs-border-radius, 0.375rem);
  overflow: hidden;
}

.org-node-card-header {
  background: var(--org-color, #0d6efd);
  color: #fff;
  height: 30px;
  padding: 0 0.5rem !important;
  display: flex;
  align-items: center;
}

.org-node-card-info {
  padding: 0.5rem 0.5rem 0.25rem 0.5rem;
}

.org-node-card-title {
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.15;
  white-space: normal;
  word-break: break-word;
  max-width: 100%;
  margin-bottom: 16px;
}

.org-node-card-subtitle {
  font-size: 0.78rem;
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.org-node-card-positions-table {
  table-layout: fixed;
}

.org-node-card-positions-table th,
.org-node-card-positions-table td {
  vertical-align: middle;
}

.org-pos-name {
  white-space: normal;
  word-break: break-word;
}

.org-pos-row {
  cursor: pointer;
}

.org-pos-row:hover td {
  background-color: rgba(13, 110, 253, 0.08);
}

.org-node-card-icon {
  color: #fff;
}

.org-node-card-icon:hover,
.org-node-card-icon:focus {
  color: #fff;
  opacity: 0.9;
}

.org-node-card .form-control-color {
  width: 2.25rem;
  padding: 0;
}

.choices {
  margin-bottom: 0;
  width: 100%;
  display: block;
}

.choices__inner {
  background-color: var(--bs-body-bg);
  border: var(--bs-border-width, 1px) solid var(--bs-border-color, rgba(0, 0, 0, 0.2)) !important;
  border-radius: var(--bs-border-radius);
  min-height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  min-width: 0;
}

.choices.is-focused .choices__inner,
.choices.is-open .choices__inner {
  border-color: var(--bs-primary, #0d6efd) !important;
}

.choices[data-type*="select-one"] .choices__inner {
  padding-right: 2.5rem;
  height: calc(1.5em + 0.75rem + 2px);
}

.choices[data-type*="select-one"]::after {
  right: 0.75rem;
  top: 50%;
  margin-top: -2.5px !important;
  border-style: solid !important;
  border-width: 5px 5px 0 5px !important;
  border-color: var(--bs-secondary-color, #6c757d) transparent transparent transparent !important;
  transform: none !important;
  transition: none !important;
}

.choices.is-open[data-type*="select-one"]::after {
  margin-top: -2.5px !important;
  border-width: 0 5px 5px 5px !important;
  border-color: transparent transparent var(--bs-secondary-color, #6c757d) transparent !important;
  transform: none !important;
  transition: none !important;
}

.choices.is-flipped[data-type*="select-one"]::after {
  top: 50%;
  margin-top: -2.5px !important;
}

.choices.is-open.is-flipped[data-type*="select-one"]::after {
  top: 50%;
  margin-top: -2.5px !important;
}

.choices__list--single {
  padding: 0;
  min-width: 0;
  display: flex;
  align-items: center;
}

.choices__list--single .choices__item {
  padding: 0;
  margin: 0;
  line-height: 1.5;
}

.choices__inner {
  line-height: 1.5;
}

.choices__input--cloned {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  height: 1.5em;
}

.choices.is-disabled .choices__inner {
  background-color: var(--bs-secondary-bg, #e9ecef);
  color: var(--bs-body-color, #212529);
  opacity: 1;
}

.choices.is-disabled .choices__list--single .choices__item,
.choices.is-disabled .choices__input--cloned {
  color: rgba(0, 0, 0, 0.65);
}

select:disabled,
.form-select:disabled,
.form-control:disabled {
  color: rgba(0, 0, 0, 0.65);
  -webkit-text-fill-color: rgba(0, 0, 0, 0.65);
}

.choices__input {
  background-color: transparent;
}

.choices__input--cloned {
  width: 100% !important;
  min-width: 0 !important;
}

.choices__list--dropdown .choices__input {
  width: 100% !important;
  box-sizing: border-box;
}

.choices__list--dropdown,
.choices__list[aria-expanded] {
  z-index: 2000;
}

.choices-sm .choices__inner {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  border-radius: var(--bs-border-radius-sm);
}

.choices-sm[data-type*="select-one"] .choices__inner {
  height: calc(1.5em + 0.5rem + 2px);
}

.grid-table thead tr:nth-child(2) .choices__inner {
  border-radius: 0;
  border-left: 0 !important;
  border-right: 0 !important;
  border-top: 0 !important;
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  height: calc(1.5em + 0.5rem + 2px);
}

.erp-date-overlay {
  z-index: 2000;
}

.erp-date-overlay .erp-date-week {
  gap: 0.25rem;
}

.erp-date-overlay .erp-date-day {
  height: 2rem;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: transparent;
  border-radius: 0.5rem;
}

.erp-date-overlay .erp-date-day:hover {
  background-color: rgba(var(--bs-primary-rgb, 13, 110, 253), 0.12);
}

.erp-date-overlay .erp-date-day.selected {
  background-color: var(--bs-primary, #0d6efd);
  color: #fff;
}

.erp-date-overlay .erp-date-day.selected:hover {
  background-color: var(--bs-primary, #0d6efd);
}

.border-dashed {
  border-style: dashed !important;
}

.uppercase-text {
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
 . c u r s o r - p o i n t e r   {   c u r s o r :   p o i n t e r ;   } 
 . p o i n t e r - e v e n t s - n o n e   {   p o i n t e r - e v e n t s :   n o n e ;   } 
 . e x t r a - s m a l l   {   f o n t - s i z e :   0 . 7 r e m ;   } 
 . u p l o a d - z o n e   {   t r a n s i t i o n :   a l l   0 . 2 s   e a s e ;   } 
 . u p l o a d - z o n e : h o v e r   { 
     b o r d e r - c o l o r :   v a r ( - - b s - p r i m a r y )   ! i m p o r t a n t ; 
     b a c k g r o u n d - c o l o r :   r g b a ( v a r ( - - b s - p r i m a r y - r g b ) ,   0 . 0 5 )   ! i m p o r t a n t ; 
 } 
 
 
 
