@charset "UTF-8";
:root {
  --brand-blue: #066169;
  --brand-yellow: #ffd402;
  --gray-background: #f2f2f2;
  --border-color: #e5e7eb;
  --border-radius-sm: 4px;
  --border-radius: 6px;
  --border-radius-md: 8px;
  --border-radius-lg: 10px;
  --border-radius-pill: 999px;
  --border-radius-circle: 100%;
}

.mh {
  max-height: 100px;
}

.navbar-brand-wrapper {
  border-right: none;
}

.navbar {
  border-bottom: 1px solid var(--border-color);
}

.page-body-wrapper {
  background: var(--gray-background);
  padding-left: 220px;
}
.page-body-wrapper .main-panel {
  position: relative;
  width: 100%;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.row {
  --bs-gutter-x: 1rem;
  margin-top: 0;
}

/*Categorieen*/
.primary_cat {
  padding-left: 5px;
  font-weight: bold;
  background-color: #f2f9fa;
}

.sub_cat_1 {
  padding-left: 20px;
}

.sub_cat_2 {
  padding-left: 35px;
}

.sub_cat_3 {
  padding-left: 45px;
}

.sub_cat_4 {
  padding-left: 60px;
}

.sub_cat_5 {
  padding-left: 75px;
}

/*Formulier*/
table.formulierOpmaak {
  width: 80%;
  margin: 0px;
  margin-bottom: 20px;
  padding: 0px;
}

table.formulierOpmaak tr th {
  height: 30px !important;
  height: 20px;
  width: 280px;
  padding: 5px;
  margin: 0px;
  text-align: left;
  color: black;
  font-weight: normal;
  border-bottom: 1px #ccc solid;
}

table.formulierOpmaak tr td {
  height: 30px !important;
  height: 20px;
  width: auto;
  padding: 5px;
  margin: 0px;
  border-bottom: 1px #ccc solid;
  border-left: 1px #ccc solid;
  line-height: 14pt;
}

table.formulierOpmaak tr th.header {
  width: auto;
  height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left;
  color: black;
  font-weight: bold;
  font-size: 8pt;
  line-height: 16pt;
  background-color: #f2f2f2;
  background: none;
  border-bottom: 1px #ccc solid;
  vertical-align: bottom;
}

div.scrollbox {
  position: relative;
  height: 250px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-top: 1px solid #808080;
  border-left: 1px solid #808080;
  border-right: 1px solid #d4d0c8;
  border-bottom: 1px solid #d4d0c8;
  font-size: 1rem;
  color: #333;
}

table.formulierOpmaak tr td.spacer {
  height: 10px !important;
  line-height: 10px;
  padding: 0px;
  border-left: none;
}

table.formulierOpmaak .required,
.card .required {
  background-color: #d8d8d8;
}

small {
  font-size: smaller;
}

table.overzicht tr td {
  padding: 7px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 0.9rem;
  border-bottom: 1px #ccc solid;
  border-left: 1px #ccc dotted;
}

/*Bootstrap Duallistbox*/
.moveall,
.removeall,
.move {
  border: 1px solid #ccc !important;
}

.moveall:hover,
.removeall:hover,
.move:hover {
  background: #efefef;
}

.moveall::after {
  content: attr(title);
}

.removeall::after {
  content: attr(title);
}

.form-group label {
  margin-bottom: 0.1rem !important;
}

textarea.form-control {
  padding-top: 10px !important;
  height: auto !important;
  min-height: unset !important;
}

.form-control {
  padding: 0.375rem 0.75rem !important;
  min-height: 2.5rem;
  border-radius: 10px !important;
  border-color: var(--border-color) !important;
  background-color: #fff !important;
  transition: all 0.3s ease;
}

/* File inputs: stretch the native button so it fills the control height
   (the global .form-control padding/min-height otherwise leaves the
   "Choose File" button top-aligned and misaligned with the filename text). */
.form-control[type="file"] {
  display: flex;
  align-items: center;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  overflow: hidden;
}
.form-control[type="file"]::file-selector-button {
  margin: 0 0.75rem 0 -0.75rem !important;
  padding: 0.75rem 0.75rem !important;
  border: 0 !important;
  border-right: 1px solid var(--border-color) !important;
  border-radius: 0 !important;
  background-color: #e9ecef !important;
  color: #212529 !important;
}
.form-control[type="file"]:hover::file-selector-button {
  background-color: #dde0e3 !important;
}

.input-group-prepend.pr-0 {
  padding-right: 0;
}

.input-group-prepend .fa-calendar {
  margin-top: 5px;
}

select.form-control-sm,
select.custom-select-sm,
select.custom-select.custom-select-sm.form-control.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px) !important;
  height: calc(1.5em + 0.5rem + 2px) !important;
  padding: 0.25rem 1.75rem 0.25rem 0.5rem !important;
}

.form-control option {
  padding: 10px;
  color: black;
  border-bottom: 1px solid #efefef;
}

/* Filter / search bar rows */
.row.border-top {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.table-search-field {
  position: relative;
}

.table-search-field .search-icon {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  color: #9ca3af;
  pointer-events: none;
  z-index: 2;
}

.table-search-field .form-control {
  min-height: 2.5rem;
  height: 2.5rem;
  padding-left: 2.2rem !important;
}

.form-select,
.bootstrap-select > .dropdown-toggle,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
  border: 1px solid var(--border-color) !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  transition: all 0.3s ease;
  box-shadow: none !important;
}

.bootstrap-select.form-control {
  padding: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
}

.bootstrap-select > .dropdown-toggle {
  min-height: 2.5rem;
  padding: 0.75rem !important;
}

.bootstrap-select .bs-actionsbox .btn-group {
  gap: 0.5rem;
}

.bootstrap-select .bs-actionsbox {
  margin-top: 0.5rem;
}

.bootstrap-select .bs-actionsbox .actions-btn {
  border: 1px solid var(--brand-blue) !important;
  border-radius: 8px !important;
  background: #fff !important;
  color: var(--brand-blue) !important;
}

.bootstrap-select .bs-actionsbox .actions-btn:hover,
.bootstrap-select .bs-actionsbox .actions-btn:focus,
.bootstrap-select .bs-actionsbox .actions-btn:focus-visible {
  background: var(--brand-blue) !important;
  color: #fff !important;
  border-color: var(--brand-blue) !important;
  outline: none !important;
  box-shadow: 0 0 0 1px var(--brand-blue) !important;
}

/* .form-control:hover:not(:disabled):not([readonly]),
.form-select:hover:not(:disabled),
.bootstrap-select > .dropdown-toggle:hover,
.select2-container--default:hover .select2-selection--single,
.select2-container--default:hover .select2-selection--multiple {
  border-color: #cbd5e1 !important;
  background-color: var(--gray-background) !important;
  color: #000 !important;
} */
.dropdown-toggle:hover {
  background-color: var(--gray-background) !important;
  color: #000 !important;
}

.form-control:focus,
.form-control:focus-visible,
.form-select:focus,
.form-select:focus-visible,
.bootstrap-select > .dropdown-toggle:focus,
.bootstrap-select > .dropdown-toggle:focus-visible,
.bootstrap-select.show > .dropdown-toggle,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: var(--brand-blue) !important;
  box-shadow: 0 0 0 1px var(--brand-blue) !important;
  background-color: #fff !important;
  outline: none !important;
}

/* Disabled form controls */
.form-control:disabled,
.form-select:disabled {
  background-color: #eef0f3 !important;
  color: #9aa0a6 !important;
  border-color: #d0d5db !important;
  cursor: not-allowed !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single,
.select2-container--default.select2-container--disabled .select2-selection--multiple,
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple {
  background-color: #eef0f3 !important;
  border-color: #d0d5db !important;
  box-shadow: none !important;
  cursor: not-allowed !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__rendered,
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--single .select2-selection__rendered,
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__rendered {
  color: #9aa0a6 !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow,
.select2-container--default.select2-container--disabled .select2-selection--multiple .select2-selection__arrow,
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--single .select2-selection__arrow,
.select2-container--default.select2-container--disabled.select2-container--focus .select2-selection--multiple .select2-selection__arrow {
  background-color: #eef0f3 !important;
  border-left-color: #d0d5db !important;
  border-radius: 0 10px 10px 0 !important;
}

.input-group:has(.form-control:disabled) .input-group-text,
.input-group:has(.form-select:disabled) .input-group-text,
.input-group:has(.select2-container--disabled) .input-group-text {
  background-color: #eef0f3 !important;
  color: #9aa0a6 !important;
  border-color: #d0d5db !important;
}
.input-group:has(.form-control:disabled):focus-within,
.input-group:has(.form-select:disabled):focus-within,
.input-group:has(.select2-container--disabled):focus-within {
  box-shadow: none !important;
}
.select2-results__option[aria-disabled="true"] {
  color: #b0b8c1 !important;
  font-style: italic;
}

.input-group-text {
  border-color: var(--border-color) !important;
  background-color: #fff !important;
  min-height: 2.5rem;
  border-radius: 0 !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease, color 0.2s ease;
}

/* Input groups — restore BS5 radius handling overridden by .form-control border-radius: 10px !important */
.input-group > .form-control:not(:first-child),
.input-group > .form-select:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group:not(.has-validation) > .form-control:not(:last-child),
.input-group:not(.has-validation) > .form-select:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group > .input-group-text:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group > .input-group-text:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

/* Outer corners — match .form-control 10px radius */
.input-group > .input-group-text:first-child,
.input-group > .input-group-prepend:first-child .input-group-text,
.input-group > .input-group-prepend:first-child > .btn {
  border-radius: 10px 0 0 10px !important;
}

.input-group > .form-control:first-child,
.input-group > .form-select:first-child {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

.input-group > .input-group-text:last-child,
.input-group > .input-group-append:last-child .input-group-text,
.input-group > .input-group-append:last-child > .btn {
  border-radius: 0 10px 10px 0 !important;
}

.input-group > .form-control:last-child,
.input-group > .form-select:last-child {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

/* Strip inner corners from prepend/append wrappers */
.input-group > .input-group-prepend .input-group-text,
.input-group > .input-group-prepend > .btn {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group > .input-group-append .input-group-text,
.input-group > .input-group-append > .btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group:hover .input-group-text {
  border-color: #cbd5e1 !important;
  background-color: #fcfcfc !important;
}

.input-group:focus-within {
  border-radius: 10px !important;
  box-shadow: 0 0 0 1px var(--brand-blue) !important;
}

.input-group:focus-within .input-group-text {
  border-color: var(--brand-blue) !important;
  background-color: #fff !important;
  color: var(--brand-blue) !important;
}

/* Select2 inside input-group — stretch to fill and strip the joined border-radius */
.input-group .select2-container {
  flex: 1 1 auto;
  min-width: 0;
  width: auto !important; /* select2 JS sets inline width:100% — override it */
}

.input-group .select2-container .select2-selection--single,
.input-group .select2-container .select2-selection--multiple {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  height: 100%;
}

.input-group .select2-container--focus .select2-selection--single,
.input-group .select2-container--focus .select2-selection--multiple,
.input-group .select2-container--open .select2-selection--single,
.input-group .select2-container--open .select2-selection--multiple {
  box-shadow: none !important;
  border-color: var(--border-color) !important;
}

.input-group:has(.select2-container--open),
.input-group:has(.btn:focus) {
  box-shadow: none !important;
}

/* Buttons inside input-group should not carry the .home-tab margin overrides */
.input-group .btn {
  margin-bottom: 0 !important;
  margin-right: 0 !important;
}

/* Direct .btn children in input-group — restore correct radius (.btn global sets 10px !important) */
.input-group > .btn:not(:first-child) {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.input-group > .btn:not(:last-child) {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.input-group > .btn:last-child {
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

.input-group > .btn:first-child {
  border-top-left-radius: 10px !important;
  border-bottom-left-radius: 10px !important;
}

/* Suppress individual focus rings — the group :focus-within handles it */
.input-group .form-control:focus,
.input-group .form-control:focus-visible {
  box-shadow: none !important;
}

.input-group .btn:focus,
.input-group .btn:focus-visible {
  box-shadow: none !important;
  outline: none !important;
}

.btn:focus,
.btn:focus-visible {
  outline: none !important;
  box-shadow: 0 0 0 1px var(--brand-blue) !important;
}

.btn.edit_button,
.btn.delete_button,
.btn.show_button {
  box-shadow: none !important;
  border: none !important;
  background-color: transparent !important;
  background-position: center center !important;
  background-size: 14px !important;
  width: 2rem !important;
  height: 2rem !important;
  min-height: unset !important;
  padding: 0 !important;
  border-radius: 6px !important;
}

/* .btn-group .btn {
  padding: 0 !important;
} */
.btn-group {
  gap: 0.5rem !important;
}

@media (min-width: 992px) {
  .container-scroller {
    overflow: visible !important;
  }
  .sidebar {
    position: fixed;
    top: 97px;
    left: 0;
    width: 220px;
    height: calc(100vh - 97px);
    overflow-y: auto;
    z-index: 12;
    padding-right: 12px;
  }
  .main-panel {
    margin-left: 220px;
    width: calc(100% - 220px);
  }
  .app-footer {
    width: 100%;
    margin-left: 0;
    padding-left: calc(220px + 1rem);
    box-sizing: border-box;
    position: relative;
    z-index: 12;
  }
}
.form-check-input:focus,
.form-check-input:focus-visible,
.status-filter:focus + .form-check-label,
.status-filter:focus-visible + .form-check-label {
  outline: none !important;
  box-shadow: 0 0 0 2px var(--brand-blue) !important;
}

.bootstrap-select.required_select .btn {
  background-color: #d8d8d8;
  color: black;
}

/*Voorraad Error*/
.stock_error {
  animation: error_animation 1s;
  /*animation: shake 0.5s;*/
}

@keyframes error_animation {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    background-color: white;
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    background-color: red;
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    background-color: white;
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    background-color: red;
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    background-color: white;
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}
.dropzone .dz-preview .dz-image {
  width: 250px !important;
  height: 250px !important;
}

#tabs .ui-tabs-nav {
  display: flex;
  align-items: flex-end;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  background: transparent;
  border-bottom: 1px solid var(--border-color) !important;
}

#tabs .ui-tabs-nav.ui-widget-header {
  border: none;
}

#tabs .ui-tabs-tab {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none !important;
  background: transparent !important;
}

.home-tab .tab-content {
  padding: 0px 0 !important;
}

#tabs .ui-corner-top {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}

#tabs .ui-tabs-anchor {
  display: block;
  padding: 0.65rem 1rem !important;
  border: 1px solid;
  border-color: transparent;
  border-radius: 16px 16px 0 0;
  background: #fff;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  color: #6c757d;
}

#tabs .ui-tabs-active,
#tabs .ui-state-active {
  background: transparent !important;
  /* border-color: transparent !important; */
}

#tabs .ui-tabs-active .ui-tabs-anchor,
#tabs .ui-state-active .ui-tabs-anchor {
  background: var(--brand-blue) !important;
  /* border-color: var(--brand-blue) !important; */
  color: #ffffff !important;
  position: relative;
  z-index: 4;
  /* box-shadow: 0 10px 24px rgba(6, 97, 105, 0.22); */
}

#tabs .ui-tabs-anchor:hover,
#tabs .ui-tabs-anchor:focus,
#tabs .ui-tabs-anchor:focus-visible {
  outline: none !important;
  border: 1px solid var(--brand-blue) !important;
}

/* #tabs .ui-tabs-panel {
  overflow: hidden;
} */
#tabs .ui-tabs-panel,
#tabs .card {
  position: relative;
  padding: 20px !important;
}

#tabs .ui-tabs-panel {
  overflow: visible !important;
  min-height: 150px;
  background-color: #ffffff;
  border-radius: 0 10px 10px 10px !important;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
  border: none !important;
  outline: none !important;
}

#tabs .card,
#tabs .card-body,
#tabs table,
#tabs tbody,
#tabs tr,
#tabs td {
  overflow: visible !important;
}

#tabs .card-body.table-responsive,
#tabs .ui-tabs-panel .table-responsive {
  overflow: visible !important;
}

#tabs .bootstrap-select.show,
#tabs .bootstrap-select.show > .dropdown-toggle {
  position: relative;
  z-index: 1070 !important;
}

#tabs .bootstrap-select .dropdown-menu {
  z-index: 1060 !important;
}

.card .box-title {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.card .box-subtitle {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.1;
  margin-bottom: 0.3rem;
}

hr {
  background-color: var(--border-color) !important;
  opacity: 1 !important;
}

.border-bottom {
  border-bottom: 1px solid var(--border-color) !important;
}

.ui-tabs-panel {
  padding-left: 0 !important;
  padding-right: 0 !important;
  padding-top: 0 !important;
}

.hide {
  display: none !important;
}

/* Tabs */
/*Data Tables*/
.dataTable tr img {
  width: 38px !important;
  height: 38px !important;
  border-radius: 20% !important;
}

/*Data Tables*/
/* Background */
.bg-primary {
  background-color: #ffd402 !important;
}

/* Background */
/*Duallist*/
.moveall,
.removeall {
  background: #393939 !important;
  color: white !important;
}

.dualbox-option:not(.disabled):hover {
  color: var(--bs-primary);
}

.select_div {
  min-height: 150px;
  overflow: auto;
}

.dualbox-option {
  max-height: 40px;
  min-height: 40px;
  padding-bottom: 2px;
  cursor: pointer;
}

/*Duallist*/
/*tags*/
div.tagsinput span.tag {
  background: var(--bs-secondary) !important;
  color: white !important;
}

div.tagsinput span.tag a {
  color: var(--bs-primary) !important;
}

/*tags*/
#tabs .ui-tabs-active a {
  color: white !important;
}

/*Modal*/
.modal-content {
  background-color: #f2f2f2 !important;
}

.modal-title {
  font-size: 1.2rem;
  font-weight: 600;
}

/*Modal*/
/*Order Repeater*/
.order-repeater .order-repeater-item:not(.repeater-template) {
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.07);
}
.order-repeater .card {
  box-shadow: none !important;
}
.order-repeater .custom-inner-card {
  border-color: var(--border-color) !important;
}
.order-repeater hr {
  background-color: #ccc !important;
}

/*Order Repeater*/
/*Media Table*/
.media_table td:hover {
  cursor: move;
}

.ui-sortable-handle {
  cursor: move;
}

.media-thumb {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
  border-radius: 8px !important;
}

.media-status-switch {
  width: 2.5rem !important;
  height: 1.25rem !important;
}
.media-status-switch:checked {
  background-color: var(--brand-blue) !important;
  border-color: var(--brand-blue) !important;
}

/*Media Table*/
/*Dashboard Chart*/
.chartjs-legend ul li span,
.widget-span {
  height: 10px;
  width: 10px;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-block;
  font-size: 0.812rem;
}

/*Dashboard Chart*/
/*Navbar*/
.navbar .navbar-menu-wrapper .navbar-nav .nav-item .button {
  padding: 8px 15px;
  border-radius: 6px;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  min-width: auto;
  height: 34px;
}

/*Navbar*/
/*Buttons*/
.edit_button {
  opacity: 5 !important;
  width: 18px !important;
  height: 18px !important;
  border: none !important;
  background-image: url("../images/buttons/edit_button.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
}

.show_button {
  opacity: 5 !important;
  width: 18px !important;
  height: 18px !important;
  border: none !important;
  background-image: url("../images/buttons/view_button.svg") !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}

.account_button {
  opacity: 5 !important;
  width: 36px !important;
  height: 36px !important;
  border: none !important;
  background-image: url("../images/buttons/Account.svg") !important;
  background-repeat: no-repeat !important;
  background-color: transparent !important;
}

.check_mark_icon {
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  padding: 0 !important;
  border: none !important;
  background-image: url("../images/buttons/check_mark.svg") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: contain !important;
  background-color: transparent !important;
}

.delete_button {
  width: 18px !important;
  height: 18px !important;
  border: none !important;
  background-image: url("../images/buttons/delete_button.png") !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-color: transparent !important;
}

.btn.edit_button:hover,
.btn.edit_button:focus,
.btn.delete_button:hover,
.btn.delete_button:focus,
.btn.show_button:hover,
.btn.show_button:focus {
  background-color: rgba(0, 0, 0, 0.08) !important;
  opacity: 1 !important;
}

/*Buttons*/
.loader-box {
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.7;
  background-color: #fff;
  z-index: 99;
}

.card {
  border-radius: 10px !important;
}

.bg-table-head {
  background-color: #d4d7dd !important;
}

/* Heading restyle (blue text + compact size) scoped to the
   inkooporders > products tab table only */
.inkooporder-product-table .bg-table-head,
.inkooporder-product-table .bg-table-head th,
.inkooporder-product-table .bg-table-head th a {
  color: var(--brand-blue) !important;
}

.inkooporder-product-table .bg-table-head th {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  font-size: 0.875rem !important;
  line-height: 1.2;
}

.table > tbody > tr:nth-child(odd) {
  background-color: #ffffff !important;
}

.table > tbody > tr:nth-child(odd) > td,
.table > tbody > tr:nth-child(odd) > th {
  --bs-table-accent-bg: transparent;
  background-color: #ffffff !important;
}

.table > tbody > tr:nth-child(even) {
  background-color: #f2f4f6 !important;
}

.table > tbody > tr:nth-child(even) > td,
.table > tbody > tr:nth-child(even) > th {
  --bs-table-accent-bg: transparent;
  background-color: #f2f4f6 !important;
}

/* Restore hover overlay — same specificity as rules above, must come after so it wins */
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
}

.crm-action-link {
  opacity: 1;
  transition: opacity 0.2s ease;
}
.crm-action-link:hover {
  opacity: 0.65;
}

.saveNotes:hover .saveNotesIcon {
  color: #fff !important;
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #000 !important;
}

.navbar-nav .previous,
.navbar-nav .next {
  background-color: white;
  padding: 0.3rem 0.5rem !important;
}

.custom-inner-card {
  border: 1px solid #ccc !important;
  border-radius: 8px !important;
}

.crm-compact-card .card-body {
  padding: 0.875rem 1rem !important;
}

.crm-compact-card h6 {
  margin-bottom: 0.35rem;
}

.crm-compact-card h6:last-child {
  margin-bottom: 0;
}

.crm-address-card {
  max-width: 500px;
}

.crm-contact-card {
  max-width: 500px;
}

.crm-note-card,
#addNoteFormCard {
  width: 50%;
}

@media (max-width: 767.98px) {
  .crm-note-card,
  #addNoteFormCard {
    width: 100%;
  }
}
.form-check {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 4px !important;
  min-height: 0 !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
  padding-left: 0 !important;
}

.form-check .form-check-input {
  float: none !important;
  margin: 0 !important;
  vertical-align: middle !important;
  position: relative !important;
  top: -1px !important;
}

.form-check-input:checked {
  background-color: #066169;
  border-color: #066169;
}

.form-check-input:focus {
  border-color: #066169;
  box-shadow: 0 0 0 0.25rem rgba(6, 97, 105, 0.25);
}

.form-check .checkbox {
  position: relative;
  margin-top: 0 !important;
  float: none !important;
}

.form-check .form-check-label {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin-bottom: 0 !important;
  margin-left: 0.4rem !important;
  float: none !important;
  min-height: 0 !important;
}

/* Status filter pills */
.form-check .status-filter {
  position: absolute !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.form-check .status-filter + .form-check-label {
  position: relative;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.form-check .status-filter + .form-check-label .input-helper,
.form-check .status-filter + .form-check-label .input-helper::before,
.form-check .status-filter + .form-check-label .input-helper::after {
  display: none !important;
  content: none !important;
}

.form-check .status-filter:focus + .form-check-label,
.form-check .status-filter:focus-visible + .form-check-label {
  outline: none !important;
  box-shadow: 0 0 0 1px var(--brand-blue) !important;
}

.form-check .status-filter + .form-check-label.badge {
  border: 1px solid transparent !important;
  background: linear-gradient(#fff, #fff) padding-box, linear-gradient(currentColor, currentColor) border-box !important;
}

.form-check .status-filter:checked + .form-check-label.badge {
  background: linear-gradient(currentColor, currentColor) padding-box, linear-gradient(currentColor, currentColor) border-box !important;
  -webkit-text-fill-color: #fff;
}

.table td label.badge[style*=background-color],
.jsgrid .jsgrid-table td label.badge[style*=background-color] {
  display: inline-block;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
}

label.badge.badge-success,
span.badge.badge-success,
a.badge.badge-success {
  background-color: #34B1AA !important;
  color: #ffffff !important;
  border-color: #34B1AA !important;
}

label.badge.badge-danger,
span.badge.badge-danger,
a.badge.badge-danger {
  background-color: #F95F53 !important;
  color: #ffffff !important;
  border-color: #F95F53 !important;
}

label.badge.badge-warning,
span.badge.badge-warning,
a.badge.badge-warning {
  background-color: #ffaf00 !important;
  color: #ffffff !important;
  border-color: #ffaf00 !important;
}

label.badge.badge-info,
span.badge.badge-info,
a.badge.badge-info {
  background-color: #52CDFF !important;
  color: #ffffff !important;
  border-color: #52CDFF !important;
}

label.badge.badge-secondary.campaign-status-draft,
span.badge.badge-secondary.campaign-status-draft,
a.badge.badge-secondary.campaign-status-draft {
  background-color: #475569 !important;
  color: #fff !important;
  border-color: #475569 !important;
  -webkit-text-fill-color: #fff !important;
}

.badge.text-bg-success.bg-white {
  background-color: #34B1AA !important;
}

.badge.text-bg-danger.bg-white {
  background-color: #F95F53 !important;
}

.badge.text-bg-warning.bg-white {
  background-color: #ffaf00 !important;
}

.badge.text-bg-info.bg-white {
  background-color: #52CDFF !important;
}

/* Datepicker — the .datepicker class sits on the input-group wrapper AND the dropdown.
   The datepicker CSS gives the wrapper padding:4px which pushes children inward, causing
   double-border and misaligned focus ring. Strip it so children fill edge-to-edge. */
.input-group.datepicker,
.input-group.date {
  padding: 0 !important;
}

.datepicker {
  border-radius: 10px;
}

/* Datepicker input group — force correct border-radius on icon and input */
.input-group.date > .input-group-text:first-child,
.input-group.datepicker > .input-group-text:first-child {
  border-radius: 10px 0 0 10px !important;
  box-shadow: none !important;
}

.input-group.date > .form-control,
.input-group.datepicker > .form-control {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

/* Remove focus-ring bleed onto the calendar icon */
.input-group.date:focus-within .input-group-text,
.input-group.datepicker:focus-within .input-group-text {
  box-shadow: none !important;
  border-color: var(--brand-blue) !important;
}

.customer-validation-group {
  padding: 0 !important;
}

/* Dropdown popup */
.datepicker.datepicker-dropdown {
  border-radius: 10px !important;
  padding: 8px !important;
  border: 1px solid var(--brand-blue) !important;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1) !important;
}

/* Datepicker — isolate from global .btn and table overrides */
.datepicker table tr td,
.datepicker table tr th {
  display: table-cell !important;
  min-height: 0 !important;
  padding: 4px !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  outline: none !important;
  text-shadow: none !important;
  background-image: none !important;
  align-items: unset !important;
  gap: unset !important;
}

.datepicker {
  padding: 0;
}

/* Strip inset shadow from every interactive state on td cells */
.datepicker table tr td:hover,
.datepicker table tr td:focus,
.datepicker table tr td:active,
.datepicker table tr td.focused,
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active.focused,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  box-shadow: none !important;
  outline: none !important;
  text-shadow: none !important;
  background-image: none !important;
}

/* Strip same on span elements (months / years / decades / centuries views) */
.datepicker table tr td span,
.datepicker table tr td span:hover,
.datepicker table tr td span:focus,
.datepicker table tr td span:active,
.datepicker table tr td span.focused,
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active.focused {
  display: inline-block !important;
  box-shadow: none !important;
  outline: none !important;
  text-shadow: none !important;
  background-image: none !important;
}

/* Hover state — light tint */
.datepicker table tr td:hover:not(.active):not(.today):not(.disabled),
.datepicker table tr td span:hover:not(.active):not(.disabled) {
  background-color: rgba(6, 97, 105, 0.08) !important;
  color: inherit !important;
}

/* Selected day */
.datepicker table tr td.active,
.datepicker table tr td.active:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active.focused,
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
  background-color: var(--brand-blue) !important;
  background-image: none !important;
  color: #fff !important;
}

/* Selected month / year / decade / century */
.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active.focused {
  background-color: var(--brand-blue) !important;
  color: #fff !important;
}

/* Today */
.datepicker table tr td.today,
.datepicker table tr td.today:hover {
  background-color: var(--brand-yellow) !important;
  background-image: none !important;
  color: #000 !important;
}

.datepicker tfoot tr th.today,
.datepicker tfoot tr th.clear {
  display: none !important;
}

/* Select2 — match form-control appearance */
.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
  border: 1px solid var(--border-color) !important;
  border-radius: 10px !important;
  background-color: #fff !important;
  min-height: 2.5rem !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  position: relative !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 1.5 !important;
  padding: 0 2rem 0 0.75rem !important;
  color: #495057;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100% !important;
  top: 0 !important;
  right: 0 !important;
  width: 2.5rem !important;
  background-color: #fff !important;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: 12px 8px !important;
  border-radius: 0 10px 10px 0 !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  padding: 0 2.25rem 0 0.75rem !important;
  margin: 0 !important;
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0 !important;
  width: 100% !important;
  list-style: none !important;
  line-height: 1 !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background: none !important;
  border: none !important;
  color: #333 !important;
  border-radius: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice::after {
  content: ", ";
}
.select2-container--default .select2-selection--multiple .select2-selection__choice:last-of-type::after {
  content: "";
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0 !important;
  position: absolute !important;
}

.select2-container--default .select2-selection--multiple .select2-search--inline {
  margin: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-search--inline .select2-search__field {
  margin: 0 !important;
  padding: 0 1px !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--single,
.select2-container--default.select2-container--open .select2-selection--multiple,
.select2-container--default.select2-container--open .select2-selection--single {
  border-color: var(--brand-blue) !important;
  box-shadow: 0 0 0 1px var(--brand-blue) !important;
  outline: none !important;
}

.select2-dropdown {
  border: 1px solid var(--brand-blue) !important;
  border-radius: 10px !important;
  overflow: hidden;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--border-color) !important;
  border-radius: 6px !important;
  padding: 0.375rem 0.5rem !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: rgba(6, 97, 105, 0.1) !important;
  color: #333 !important;
}

.select2-container--default .select2-selection--multiple ~ .select2-dropdown .select2-results__option,
.select2-container--default.select2-container--open .select2-dropdown .select2-results__option {
  padding-left: 2rem !important;
  position: relative;
}
.select2-container--default .select2-selection--multiple ~ .select2-dropdown .select2-results__option::before,
.select2-container--default.select2-container--open .select2-dropdown .select2-results__option::before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.75rem;
  color: var(--brand-blue);
  position: absolute;
  left: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  text-align: center;
}
.select2-container--default .select2-selection--multiple ~ .select2-dropdown .select2-results__option[aria-selected=true]::before,
.select2-container--default.select2-container--open .select2-dropdown .select2-results__option[aria-selected=true]::before {
  content: "\f00c";
}

.select2-container--default .select2-selection__clear {
  font-size: 0 !important;
  width: 18px !important;
  height: 18px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: absolute !important;
  right: 0.5rem !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  float: none !important;
}
.select2-container--default .select2-selection__clear::before {
  content: "\f00d";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 0.8rem;
  color: #6c757d;
}

/* Buttons */
.btn {
  transition: all 0.3s ease !important;
  min-height: 2.5rem;
  padding: 12px 20px !important;
  border-radius: 10px !important;
  outline: none !important;
  border: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  box-shadow: 0 1px 4px rgba(6, 97, 105, 0.1) !important;
  font-weight: 500;
}

.btn:disabled,
.btn.disabled,
button:disabled {
  cursor: not-allowed !important;
  opacity: 0.55 !important;
}

.btn-primary,
.wizard > .actions a {
  background: #ffd402 !important;
  color: #000 !important;
}

.btn-primary:hover,
.btn-primary:focus,
.wizard > .actions a:hover,
.wizard > .actions a:focus {
  background: rgb(216.2, 179.4545454545, 0) !important;
  color: #000 !important;
}

.btn-primary:not(:disabled):not(.disabled):active {
  background: rgb(195.8, 162.5217391304, 0) !important;
  color: #000 !important;
  box-shadow: none !important;
}

.btn-secondary,
.wizard > .actions .disabled a {
  background: #495057 !important;
  color: #fff !important;
}

.btn-secondary:hover,
.btn-secondary:focus,
.wizard > .actions .disabled a:hover,
.wizard > .actions .disabled a:focus {
  background: #343a40 !important;
  color: #fff !important;
}

.btn-danger {
  background: #F95F53 !important;
  color: #fff !important;
}

.btn-danger:hover,
.btn-danger:focus {
  background: rgb(247.6247191011, 58.3258426966, 43.5752808989) !important;
  color: #fff !important;
}

.btn-outline-primary {
  border: 2px solid var(--brand-blue) !important;
  background-color: transparent !important;
  color: var(--brand-blue) !important;
  box-shadow: none !important;
}

.btn-outline-primary:hover:not(.edit_button):not(.inline_edit):not(.show_button),
.btn-outline-primary:focus:not(.edit_button):not(.inline_edit):not(.show_button) {
  background-color: var(--brand-blue) !important;
  background-image: none !important;
  color: #fff !important;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:not(.edit_button):not(.inline_edit):not(.show_button) {
  background-color: var(--brand-blue) !important;
  background-image: none !important;
  color: #fff !important;
  box-shadow: none !important;
}

.btn.inline_edit:focus,
.btn.inline_edit:active,
.btn.inline_edit:focus-visible {
  background-color: transparent !important;
  background-image: url("../images/buttons/check_mark.svg") !important;
  color: inherit !important;
  box-shadow: none !important;
  outline: none !important;
}

.btn-outline-secondary {
  border: 2px solid var(--brand-blue) !important;
  background-color: transparent !important;
  color: var(--brand-blue) !important;
  box-shadow: none !important;
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus {
  background-color: var(--brand-blue) !important;
  background-image: none !important;
  color: #fff !important;
}

.btn-outline-danger {
  border: 2px solid #F95F53 !important;
  background-color: transparent !important;
  color: #F95F53 !important;
  box-shadow: none !important;
}

.btn-outline-danger:hover:not(.delete_button),
.btn-outline-danger:focus:not(.delete_button) {
  background-color: #F95F53 !important;
  background-image: none !important;
  color: #fff !important;
}

.mb-3\.5 {
  margin-bottom: 1.25rem !important;
}

.text-inherit {
  color: inherit !important;
}

.welcome-text a.text-inherit {
  color: #6c757d !important;
}
.welcome-text a.text-inherit:hover {
  opacity: 0.75;
}

.tab-pane.show.active {
  margin-bottom: 0;
}

.size-5 {
  width: 20px !important;
  height: 20px !important;
}

.inkooporder-link {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.inkooporder-attachment-lines {
  max-height: 240px;
  overflow-y: auto;
}

.inkooporder-status-badge {
  color: var(--inkooporder-status-color, #6c757d) !important;
  border: 1px solid var(--inkooporder-status-color, #6c757d) !important;
}

.inkooporder-modal-wide {
  max-width: 80vw;
}

.inkooporder-modal-line {
  max-width: 1100px;
}

.inkooporder-loading-spinner,
.inkooporder-loading-label {
  color: #ffd402;
}

.finance-card textarea.form-control,
.memo-card textarea.form-control,
#deliveryConditionsField {
  min-height: 9rem;
  resize: vertical;
}

.order-attachment-summary-item + .order-attachment-summary-item {
  margin-top: 0.75rem;
}

.inkooporder-nowrap {
  white-space: nowrap;
}

#productTable .product-create-btn {
  background-color: #ffd402 !important;
  color: #fff !important;
  border-color: #ffd402 !important;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.12) !important;
  border-radius: 0.25rem;
  font-weight: 600;
  padding: 0.35rem 0.6rem;
}

#productTable .product-create-btn:hover,
#productTable .product-create-btn:focus {
  background-color: rgb(216.2, 179.4545454545, 0) !important;
  color: #fff !important;
  border-color: rgb(216.2, 179.4545454545, 0) !important;
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.16) !important;
}

#productTable .product-create-btn:disabled,
#productTable .product-create-btn.disabled {
  background-color: #ffd402 !important;
  color: #fff !important;
  border-color: #ffd402 !important;
  opacity: 0.55;
  box-shadow: none !important;
}

#productTable .order-product-cancelled {
  background-color: #f2f2f2;
  color: #9aa0a6;
}

#productTable .order-product-cancelled a {
  color: #9aa0a6 !important;
  text-decoration: none !important;
}

/* Plain chevron toggle — no button chrome */
#productTable .product-toggle-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  height: 1.25rem;
  padding: 0;
  background: none;
  border: none;
  box-shadow: none;
  color: #6b7280;
  cursor: pointer;
  transition: color 0.15s ease, transform 0.15s ease;
  flex-shrink: 0;
}
#productTable .product-toggle-btn i {
  font-size: 0.75rem;
  transition: transform 0.2s ease;
}
#productTable .product-toggle-btn:hover, #productTable .product-toggle-btn:focus, #productTable .product-toggle-btn:focus-visible {
  background: none !important;
  box-shadow: none !important;
  border: none !important;
  color: var(--brand-blue);
  outline: none;
  transform: none;
}
#productTable .product-toggle-btn[aria-expanded=true] i {
  transform: rotate(90deg);
}

/* Alternating row colors for product rows */
#productTable > tbody > tr.product-row-odd > td,
#productTable > tbody > tr.product-row-odd > th {
  --bs-table-accent-bg: transparent;
  background-color: #ffffff !important;
}

#productTable > tbody > tr.product-row-even > td,
#productTable > tbody > tr.product-row-even > th {
  --bs-table-accent-bg: transparent;
  background-color: #f2f4f6 !important;
}

/* Restore hover — higher specificity than the rules above, wins on hover */
#productTable > tbody > tr.order-product-row:hover > td,
#productTable > tbody > tr.order-product-row:hover > th {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
}

#productTable .product-detail-row > td {
  padding: 0;
  border-top: 0;
  position: relative;
  --bs-table-accent-bg: transparent;
  background-color: #ffffff !important;
}

/* No hover highlight on detail rows */
#productTable > tbody > tr.product-detail-row:hover > td {
  --bs-table-accent-bg: transparent !important;
}

#productTable .product-detail-collapse {
  display: none;
}

#productTable .product-detail-inner {
  /* Styled like a true back-end developer */
  padding: 1rem 1.25rem 1.25rem 2rem;
  padding-top: 0;
  padding-bottom: 0;
}

#productTable .line-table td,
#productTable .line-table th {
  vertical-align: middle;
}

#productTable .line-table-actions {
  white-space: nowrap;
  width: 1%;
}

#productTable .order-product-actions {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  flex-wrap: nowrap;
}

#productTable .order-action-btn {
  width: 2rem;
  height: 2rem;
  min-width: 2rem;
  padding: 0;
  border-radius: 0.7rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d8dee8;
  background: #ffffff;
  color: #4b5563;
  box-shadow: 0 1px 1px rgba(15, 23, 42, 0.08);
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}

#productTable .order-action-btn:hover,
#productTable .order-action-btn:focus,
#productTable .order-action-btn:focus-visible {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(15, 23, 42, 0.12);
}

#productTable .order-action-btn i {
  font-size: 0.95rem;
  line-height: 1;
}

#productTable .order-action-btn.action-toggle {
  border-color: #cfd8e3;
  color: #0f4c81;
}

#productTable .order-action-btn.action-toggle:hover,
#productTable .order-action-btn.action-toggle:focus,
#productTable .order-action-btn.action-toggle:focus-visible {
  background: #eef6ff;
  border-color: #b7cee7;
  color: #0b3c66;
}

#productTable .order-action-btn.action-cancel {
  border-color: #f5d2a4;
  color: #b45309;
}

#productTable .order-action-btn.action-cancel:hover,
#productTable .order-action-btn.action-cancel:focus,
#productTable .order-action-btn.action-cancel:focus-visible {
  background: #fff7ed;
  border-color: #edb777;
  color: #92400e;
}

#productTable .line-rule-cell {
  min-width: 220px;
}

#productTable .line-rule-label {
  display: block;
  font-weight: 600;
  color: #212529;
}

#productTable .line-level-1 .line-rule-label,
#productTable .line-level-2 .line-rule-label {
  padding-left: 0;
}

#productTable .line-rule-number {
  margin-bottom: 4px;
}

/* Shrink the leading actions column to its content (like the nested
   .line-table-actions) so the product Regelnummer lines up vertically
   with the Sub-regelnummer column below it — scoped to the
   inkooporders > products tab table only */
.inkooporder-product-table thead th:first-child,
.inkooporder-product-table .order-product-row td.inkooporder-nowrap {
  width: 1%;
}

#productTable .order-product-row td.inkooporder-nowrap {
  position: relative;
  padding-left: 0;
}

#productTable .order-product-row td.inkooporder-nowrap .order-product-actions {
  display: flex;
  align-items: center;
  padding-left: 2.9rem;
}

#productTable .line-table-actions {
  position: relative;
  padding-left: 0;
  min-width: 8.5rem;
}

#productTable .order-product-line-row.line-level-1 .line-table-actions .order-product-actions {
  display: flex;
  align-items: center;
  padding-left: 2.9rem;
}

#productTable .order-product-line-row.line-level-2 .line-table-actions .order-product-actions {
  display: flex;
  align-items: center;
  padding-left: 6.5rem;
}

.ltv {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 0;
  border-left: 1.5px solid #9ba3ab;
  pointer-events: none;
}
.ltv.ltv-half {
  bottom: 50%;
}
.ltv.ltv-x1 {
  left: 0.8rem;
}
.ltv.ltv-x2 {
  left: 5.6rem;
}

.lth {
  position: absolute;
  top: 50%;
  height: 0;
  border-top: 1.5px solid #9ba3ab;
  pointer-events: none;
}
.lth.lth-x1 {
  left: 0.8rem;
  width: 2.1rem;
}
.lth.lth-x2 {
  left: 5.6rem;
  width: 0.9rem;
}

#productTable .line-sub-toggle {
  min-width: 2rem;
}

#productTable .line-toggle-spacer {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  flex: 0 0 2rem;
}

#productTable .order-product-line-row.is-sub-line {
  display: none;
}

/* Parent level-1 rows (e.g. Robot) — always white, no striping interference */
#productTable .order-product-line-row.line-level-1.has-sub-lines > td {
  background-color: #ffffff !important;
}

/* Sub-line rows (e.g. Controller, Teach Pendant) — clearly subordinate */
#productTable .order-product-line-row.is-sub-line > td {
  background-color: #eef2f7 !important;
}

/* Indent sub-line rule number content to reinforce child relationship */
#productTable .order-product-line-row.is-sub-line .line-rule-number,
#productTable .order-product-line-row.is-sub-line .line-rule-label {
  padding-left: 1rem;
}

/* User account dropdown — align with the rest of the system */
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown.user-dropdown .navbar-dropdown {
  min-width: 220px;
  padding: 6px;
  border: 1px solid var(--border-color);
  border-radius: var(--border-radius-md);
  box-shadow: 0 8px 24px rgba(6, 97, 105, 0.12);
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown.user-dropdown .navbar-dropdown .dropdown-item {
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-bottom: none;
  border-radius: var(--border-radius);
  line-height: 1.2;
  color: #374151;
  transition: background-color 0.15s ease, color 0.15s ease;
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown.user-dropdown .navbar-dropdown .dropdown-item i {
  font-size: 16px;
  width: 18px;
  text-align: center;
  color: var(--brand-blue);
}
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown.user-dropdown .navbar-dropdown .dropdown-item:hover,
.navbar .navbar-menu-wrapper .navbar-nav .nav-item.dropdown.user-dropdown .navbar-dropdown .dropdown-item:focus {
  background-color: var(--gray-background);
  color: var(--brand-blue);
}

/*# sourceMappingURL=main.css.map */
