.loading_wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    display: block;
    position: absolute;
  }

  .loader_logo {
    height: 80px;
    width: 80px;
    position: absolute;
    left: calc(50% - 50px);
    top: 38%;
  }

  .loader_logo img {
    height: 100%;
    width: 100%;
  }

  .loading {
    border: 3px solid rgba(240, 117, 74, 0.45);
    position: absolute;
    left: calc(50% - 40px);
    top: 50%;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border-top-color: #F0754A;
    animation: loader 1s ease-in-out infinite;
    -webkit-animation: loader 1s ease-in-out infinite;
  }

  @keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

  @-webkit-keyframes loader {
    to {
      -webkit-transform: rotate(360deg);
    }
  }

/* ============================================
   CUSTOM THEME OVERRIDES
   ============================================ */

/* Main Header Background */
.dark-theme .main-header,
.layout-sidebar-large .main-header {
  background: #f7f7f7 !important;
}

/* Side Content Wrap Background */
.dark-theme .side-content-wrap,
.side-content-wrap {
  background: #1D1D1D !important;
}

/* Sidebar Left Background */
.dark-theme .sidebar-left,
.dark-theme .sidebar-left-secondary {
  background: #f7f7f7 !important;
}

/* Sidebar Icon Colors - Change from #111827 to #0b0b0b */
.dark-theme .navigation-left .nav-item .nav-item-hold,
.dark-theme .navigation-left .nav-item .nav-item-hold .nav-icon,
.dark-theme .navigation-left .nav-item .nav-item-hold .nav-text,
.navigation-left .nav-item .nav-item-hold,
.navigation-left .nav-item .nav-item-hold .nav-icon,
.navigation-left .nav-item .nav-item-hold .nav-text {
  color: #0b0b0b !important;
}

/* Secondary Sidebar Icons */
.dark-theme .sidebar-left-secondary .childNav li.nav-item a .nav-icon,
.sidebar-left-secondary .childNav li.nav-item a .nav-icon {
  color: #0b0b0b !important;
}

/* Header Icons - Changed to #F0754A */
.dark-theme .main-header .header-icon,
.main-header .header-icon {
  color: #F0754A !important;
}

/* Primary Color Override - Changed to #F0754A */
.dark-theme .nav-item.active .nav-item-hold,
.dark-theme .nav-item.active .nav-item-hold .nav-icon,
.dark-theme .nav-item.active .nav-item-hold .nav-text,
.nav-item.active .nav-item-hold,
.nav-item.active .nav-item-hold .nav-icon,
.nav-item.active .nav-item-hold .nav-text {
  color: #F0754A !important;
}

.dark-theme .nav-item.active .triangle,
.nav-item.active .triangle {
  border-color: transparent transparent #F0754A transparent !important;
}

/* Active Links in Secondary Sidebar */
.dark-theme .sidebar-left-secondary .childNav li.nav-item a.router-link-active,
.dark-theme .sidebar-left-secondary .childNav li.nav-item a.router-link-active .nav-icon,
.sidebar-left-secondary .childNav li.nav-item a.router-link-active,
.sidebar-left-secondary .childNav li.nav-item a.router-link-active .nav-icon {
  color: #F0754A !important;
}

/* Buttons Primary */
.btn-primary {
  background-color: #F0754A !important;
  border-color: #F0754A !important;
  color: #1D1D1D !important;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  background-color: #D8633F !important;
  border-color: #D8633F !important;
  color: #1D1D1D !important;
}

.btn-outline-primary {
  color: #F0754A !important;
  border-color: #F0754A !important;
}

.btn-outline-primary:hover {
  background-color: #F0754A !important;
  color: #1D1D1D !important;
}

/* Badge Primary */
.badge-primary {
  background-color: #F0754A !important;
  color: #1D1D1D !important;
}

/* Text Primary */
.text-primary {
  color: #F0754A !important;
}

/* Background Primary */
.bg-primary {
  background-color: #F0754A !important;
}

/* Links */
a.text-primary:hover,
a.text-primary:focus {
  color: #D8633F !important;
}

/* Pagination Active */
.page-item.active .page-link {
  background-color: #F0754A !important;
  border-color: #F0754A !important;
  color: #1D1D1D !important;
}

/* Form Focus States */
.form-control:focus {
  border-color: #F0754A !important;
  box-shadow: 0 0 0 0.2rem rgba(240, 117, 74, 0.25) !important;
}

/* Switch/Toggle */
.custom-control-input:checked ~ .custom-control-label::before {
  background-color: #F0754A !important;
  border-color: #F0754A !important;
}

/* Progress Bar */
.progress-bar {
  background-color: #F0754A !important;
}

/* Vue Navigation Bar Submenu */
.dark-theme .vnb__sub-menu-options__option__link {
  border-left-color: #F0754A !important;
}

.dark-theme .vnb__sub-menu-options__option__link:hover {
  background-color: #F0754A !important;
  color: #1D1D1D !important;
}

/* Spinner/Loader */
.spinner-border {
  color: #F0754A !important;
}

/* ============================================
   ARLENE ETIKET STILI - 3x5 cm
   ============================================ */
.barcode_arlene {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

.arlene-label {
  width: 3cm;
  height: 5cm;
  border: 1px solid #ccc;
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2mm;
  box-sizing: border-box;
  font-family: 'Arial', sans-serif;
  page-break-inside: avoid;
  overflow: hidden;
}

.arlene-logo {
  width: 100%;
  text-align: center;
  padding: 1mm 0;
  flex-shrink: 0;
}

.arlene-logo img {
  width: auto;
  max-width: 18mm;
  height: 4mm;
  object-fit: contain;
}

.arlene-divider {
  width: 90%;
  height: 0.3mm;
  background-color: #333;
  margin: 1mm 0;
  flex-shrink: 0;
}

.arlene-product-name {
  font-size: 8px;
  font-weight: bold;
  text-align: center;
  padding: 1mm 0;
  line-height: 1.2;
  word-break: break-word;
  flex-shrink: 0;
}

.arlene-prices {
  text-align: center;
  padding: 0.5mm 0;
  flex-shrink: 0;
}

.arlene-price {
  font-size: 8.4px;
  font-weight: bold;
  line-height: 1.4;
}

.arlene-barcode {
  width: 100%;
  text-align: center;
  padding: 1mm 0;
  flex-shrink: 0;
}

.arlene-barcode svg {
  width: 28.6mm !important;
  height: auto !important;
  max-height: 11mm !important;
}

.arlene-footer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 2mm;
  padding: 1mm 0;
  width: 100%;
  flex-shrink: 0;
  margin-top: auto;
}

.arlene-qr {
  width: 5mm !important;
  height: 5mm !important;
  object-fit: contain;
}

.arlene-instagram {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5mm;
}

.arlene-instagram .instagram-icon {
  width: 3.5mm !important;
  height: 3.5mm !important;
  object-fit: contain;
}

.arlene-instagram span {
  font-size: 5px;
  font-weight: 500;
}