/*
--DALEEL-BUSINEES-DESIGN-SYSTEM
--6-8-2025
--HAZEM ANWAR
*/
/* 
:root {
  --bs-primary: #ea5849;
  --bs-link-color: #ea5849;
  --bs-btn-active-bg: #ea5849;
  --bs-btn-active-border-color: #ea5849;
  --bs-btn-bg: #ea5849;
  --bs-btn-border-color: #ea5849;
  --bs-btn-color: #ea5849;
  --bs-btn-disabled-bg: #ea5849;
  --bs-btn-disabled-border-color: #ea5849;
  --bs-btn-disabled-color: #ea5849;
  --bs-btn-hover-bg: #ea5849;
  --bs-btn-hover-border-color: #ea5849;
  --bs-component-active-bg: #ea5849;
  --bs-component-checked-bg: #ea5849;
  --bs-component-hover-color: #ea5849;
  --bs-menu-link-color-active: #ea5849;
  --bs-menu-link-color-here: #ea5849;
  --bs-menu-link-color-hover: #ea5849;
  --bs-menu-link-color-show: #ea5849;
  --bs-nav-pills-link-active-bg: #ea5849;
  --bs-progress-bar-bg: #ea5849;
  --bs-ribbon-label-bg: #ea5849;
  --bs-scrolltop-bg-color-hover: #ea5849;
  --bs-scrolltop-bg-color: #ea5849;
  --bs-text-primary: #ea5849;
  --bs-gray-800: var(--Cetacean-Blue-1000);
}
.form-check.form-check-danger .form-check-input:checked {
  background-color: var(--bs-primary);
} */
/*
END-DALEEL-BUSINEES-DESIGN-SYSTEM
*/
.products-list-card .nav-icon img {
  -webkit-filter: invert(52%) sepia(60%) saturate(3003%) hue-rotate(220deg) brightness(93%) contrast(90%);
  filter: invert(52%) sepia(60%) saturate(3003%) hue-rotate(220deg) brightness(93%) contrast(90%);
}

.select-store img {
  border-radius: 50% !important;
  cursor: pointer;
  border: #fff solid 3px;
}

.select-store img.active {
  border: #ea5849 solid 3px;
}

.text-mute {
  color: var(--Cetacean-Blue-400);
}

.select-classes {
  display: none;
}

.select-classes .list-group-item {
  border: none;
  border-bottom: 1px #eee solid;
  color: #b6b6b6;
}

.symbol.symbol-50px .symbol-label {
  width: 70px;
}

hr {
  border-top: 1px solid #b3b3b3;
}

@media print {

  .app-sidebar-logo,
  .app-navbar,
  #kt_app_sidebar_mobile_toggle,
  .fw-semibold.order-1 {
    visibility: hidden;
  }
}

.select-classes .list-group-item {
  background-color: transparent;
  border: none;
}

.card {
  border: 1px solid var(--bs-card-border-color);
}

.text-hover-primary {
  color: #a1a5b7;
}

div.dataTables_wrapper div.dataTables_processing {
  display: block;
  position: absolute;
  width: 50%;
  top: 220px;
  background: #fff;
  text-align: center;
  left: 33vw;
}

.nav.nav-pills.nav-pills-custom .nav-link.nav-link-border-solid,
.nav.nav-pills.nav-pills-custom .show>.nav-link.nav-link-border-solid {
  width: 117px;
}

.nav.nav-pills.nav-pills-custom .nav-link.nav-link-border-solid span.text-gray-800.fw-bold.fs-5.d-block {
  font-size: 11px !important;
}

.products-list-card .card {
  border: 2px solid var(--bs-card-border-color);
}

.nav.nav-pills.nav-pills-custom .nav-link .nav-icon img,
.nav.nav-pills.nav-pills-custom .show>.nav-link .nav-icon img {
  filter: invert(81%) sepia(24%) saturate(2416%) hue-rotate(326deg) brightness(216%) contrast(65%);
}

.badge {
  padding: 7px 9px;
}

.search-content.d-flex {
  z-index: 107;
  position: fixed;
  inset: 0px auto auto 0px;
  margin: 0px;
  transform: translate3d(280px, 70px, 0px);
  will-change: transform;
  border-radius: 0.75rem;
  animation: menu-sub-dropdown-animation-fade-in 0.3s ease 1,
    menu-sub-dropdown-animation-move-up 0.3s ease 1;
  background-color: var(--bs-menu-dropdown-bg-color);
  box-shadow: var(--bs-menu-dropdown-box-shadow);
}

.card-body .float-btn {
  position: absolute;
  right: 23px;
  top: 27px;
  width: 42px;
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.products-list-card .card-body:hover .float-btn {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.float-btn .btn {
  background-color: #ffffff;
  width: 33px;
  font-size: 12px;
  height: 32px;
  margin-bottom: 5px;
  text-align: center;
  padding: 7px 8px !important;
}

.float-btn .btn.btn-danger {
  background-color: var(--bs-danger);
}

.float-btn .btn i {
  font-size: 17px;
}

.products-list-card .card .card-body .btn-primary {
  width: 80%;
}

.products-list-card .card .card-body .btn>i {
  padding-right: 0px !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.775rem 1rem;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  color: var(--bs-gray-700);
  background-color: var(--bs-body-bg);
  background-clip: padding-box;
  border: 1px solid var(--Cetacean-Blue-200);
  appearance: none;
  border-radius: 0.75rem;
  box-shadow: false;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.form-control::placeholder {
  color: var(--Cetacean-Blue-500);
  opacity: 1;
  font-size: 12px;
}

/*********************Sign-Up****************/
.bussiness-header {
  margin-top: 40px;
}

.language-switcher .btn {
  background-color: var(--Cetacean-Blue-100);
  padding: 12px 24px;
  border-radius: 50px;
}

.language-switcher .btn:hover {
  opacity: 0.8;
}

.language-switcher .btn:focus {
  background-color: var(--Cetacean-Blue-200);
}

.d-bussiness-logo img {
  max-height: 48px;
}

.signup_box {
  box-shadow: 0 4px 42.9px 2px rgba(0, 0, 0, 0.1);
}

/* .text-dark {
  color: var(--Cetacean-Blue-1000) !important;
} */
.btn {
  border-radius: 50px !important;
  /* padding: 12px 24px !important; */
}

.container {
  --bs-gutter-x: 2.5rem;
}

.bgi-position-lg-center {
  background-position: center !important;
}

.countryDropdown .btn.btn-light:hover:not(.btn-active):hover {
  background-color: #fff !important;
}

.countryDropdown_scroll {
  max-height: 200px;
  overflow-y: auto;
  background-color: white;
  /* خلفية العنصر نفسه */
}

/* شريط التمرير - Chrome, Edge, Safari */
.countryDropdown_scroll::-webkit-scrollbar {
  width: 8px;
}

.countryDropdown_scroll::-webkit-scrollbar-track {
  background-color: white !important;
  /* ✅ يظل أبيض دائمًا */
}

.countryDropdown_scroll::-webkit-scrollbar-track:hover {
  background-color: white !important;
  /* ✅ حتى عند الهوفر */
}

.countryDropdown_scroll::-webkit-scrollbar-thumb {
  background-color: #dadada;
  border-radius: 10px;
}

/* فايرفوكس */
.countryDropdown_scroll {
  scrollbar-width: thin;
  scrollbar-color: #dadada white;
}

.countryDropdown_scroll img {
  border-radius: 50px;
  margin-inline-end: 6px;
}

/*
-------------------- b-onboarding --------------------
*/

.onboarding-container {
  position: relative;
  min-height: 100%;
}

.onboarding-container .onb-left-notsh {
  position: absolute;
  left: 0;
  top: 80px;
  max-width: 100%;
}

.onboarding-container .onb-bottom-notsh {
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 100%;
}

.onboarding-container .b-onboarding {
  position: relative;
  z-index: 9999;
  margin-bottom: 40px;
}

/* .welcome-text-head,
.entity-option {
  margin-top: 80px;
} */
.single-entity {
  padding: 16px;
  border-radius: 12px;
  border: 1.523px solid var(--Cetacean-Blue-100);
  transition: all ease-in-out 0.3s;
  cursor: pointer;
  background-color: var(--bs-app-content-bg-color);
}

.single-entity .option-radio {
  width: 18px;
  height: 18px;
  border-radius: 50px;
  background-color: var(--Cetacean-Blue-100);
  margin-inline-end: 8px;
  transition: all ease-in-out 0.1.5s;
  flex: none;
}

.single-entity p {
  color: var(--Cetacean-Blue-500);
  margin-bottom: 0;
}

.single-entity:hover {
  border-color: var(--Cetacean-Blue-300);
}

.single-entity.active {
  background-color: var(--Cetacean-Blue-50);
  border-color: var(--Cetacean-Blue-1000);
}

.single-entity.active .option-radio {
  border: 5.5px solid var(--bs-primary);
  background-color: #fff;
}

.b-info-steps .b-step-number {
  position: relative;
}

.b-info-steps ul {
  position: relative;
}

.b-info-steps ul::after {
  left: 24px;
  right: 0px;
  top: 0px;
  height: 100%;
  width: 1px;
  border: 1px dashed var(--Cetacean-Blue-300);
  position: absolute;
  content: "";
}

.b-info-steps li {
  position: relative;
  z-index: 9999;
}

.b-info-steps li:last-of-type .b-step-number::after {
  display: none;
}

.b-info-steps .b-step-number {
  width: 46px;
  height: 46px;
  border-radius: 9px;
  background-color: var(--Cetacean-Blue-100);
}

.b-info-steps li h3 {
  color: var(--Cetacean-Blue-300);
}

.b-info-steps li.active .b-step-number {
  background-color: var(--bs-primary);
  color: #fff;
}

.b-info-steps li.active h3 {
  color: var(--bs-primary);
}

.b-info-steps li i {
  display: none;
}

.b-info-steps li.done .b-step-number {
  background-color: #ebf8f1;
}

.b-info-steps li.done i {
  display: block;
  color: var(--bs-success);
}

.b-info-steps li.done span {
  display: none;
}

.b-info-steps li.done h3 {
  color: var(--bs-success);
}

.b-card .accordion-item {
  border-radius: 16px;
  border: 1px solid var(--Cetacean-Blue-100);
  background: var(--bs-app-content-bg-color);
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.05);
}

.b-onboarding-card {
  border-radius: 16px;
  border: 1px solid var(--Cetacean-Blue-100);
  background: var(--bs-app-content-bg-color);
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.05);
  padding: 0px 24px 24px;
}

.b-card .form-control,
.form-select,
textarea {
  border-radius: 6px;
}

.b-card .accordion-button:not(.collapsed) {
  background-color: var(--bs-app-content-bg-color);
  color: #000;
  box-shadow: none;
}

.b-card .upload-box {
  display: flex;
  align-items: center;
  border: 1px dashed #ccc;
  border-radius: 8px;
  padding: 12px 16px;
  cursor: pointer;
}

.b-card .upload-text {
  font-size: 0.9rem;
  color: #6c757d;
}

.b-card .upload-text span {
  font-size: 0.8rem;
  color: #a0a0a0;
}

.select2-container {
  z-index: 9999 !important;
}

.select2-dropdown {
  z-index: 9999 !important;
}

.select2-search {
  display: none !important;
}

.b-card .accordion-button::after {
  background-image: var(--bs-accordion-btn-icon) !important;
}

.b-date-input {
  background-color: #fff !important;
  border: 1px solid var(--Cetacean-Blue-200) !important;
}

/* السهم على اليمين */
.select-ar.select2-selection {
  background-position: right 1rem center !important;
  padding: 0.775rem 1rem 0.775rem 1rem !important;
  background-color: var(--bs-app-content-bg-color) !important;
  border: 1px solid var(--Cetacean-Blue-200) !important;
}

.b-card .accordion-button {
  padding: 24px;
}

/* التحكم بالاتجاه */
.select2-container--default.select2-container--rtl .select2-selection--single {
  text-align: right;
}

.select2-container--default.select2-container--ltr .select2-selection--single {
  text-align: left;
}

.b-card .timeline {
  list-style: none;
  padding: 24px;
  margin: 0;
  border-radius: 6px;
  border: 1px dashed var(--CetaceanBlue-shades-CetaceanBlue---200, #cecfd6);

  position: relative;
}

/* الخط الرأسي للتايملاين */
.b-card .timeline::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 31px;
  /* للـ LTR */
  width: 1px;
  height: 54%;
  margin-top: auto;
  margin-bottom: auto;
  background: var(--Cetacean-Blue-100);
}

/* عناصر التايملاين */
.b-card .timeline-item {
  position: relative;
  padding-inline-start: 40px;
  /* للـ LTR */
}

/* الدائرة الصغيرة على الخط */
.b-card .timeline-badge {
  position: absolute;
  left: 0;
  /* للـ LTR */
  top: 14px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: var(--Cetacean-Blue-100);
}

.b-card .timeline-badge.bottom {
  top: unset;
  bottom: 14px;
}

/* أزرار التحميل */
.b-card .btn-outline-primary,
.b-card .btn-outline-secondary {
  border-width: 2px;
  font-weight: 500;
}

/* المسافات بين العناصر */
.b-card h3 {
  font-weight: 600;
}

.b-card .form-check-label a {
  text-decoration: underline;
}

/* --- محاذاة RTL --- */
html[dir="rtl"] .b-card .timeline::before {
  right: auto;
  left: 8px;
  /* بدل الـ right */
}

.b-card .timeline-item {
  padding-inline-start: 30px;
}

.b-bottom::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  /* لو LTR */
  width: 97%;
  /* هنا تتحكم في العرض */
  border-bottom: 1px solid var(--Cetacean-Blue-100);
}

.fire-50 {
  background-color: var(--Fire-Opal-50);
}

.laveder {
  background-color: var(--Lavender);
}

.order-sent-successfuly .profile-name {
  width: 46px;
  height: 46px;
  background-color: #eef6ff;
}

.order-sent-successfuly .profile-name img {
  max-width: 46px;
}

.bg-success-light {
  background: rgba(58, 185, 116, 0.1);
}

.bg-lavender-light {
  background-color: #dde0ff33;
}

.bg-fire-light {
  background: rgba(249, 208, 204, 0.2);
}

.order-status-label {
  border-color: var(--Cetacean-Blue-100) !important;
}

.b-onboarding-card a:hover {
  opacity: 0.8;
  color: var(--bs-primary);
}

.flatpickr-input {
  background-color: var(--bs-app-content-bg-color) !important;
}

/***********************Media*********************/
@media (max-width: 991px) {
  .b-info-steps ul {
    display: flex;
  }

  .b-info-steps li {
    display: grid !important;
  }

  .b-info-steps ul::after {
    left: 0;
    right: 0px;
    top: 24px;
    height: 1px;
    width: 80%;
    border: 1px dashed var(--Cetacean-Blue-300);
    position: absolute;
    content: "";
    bottom: 0;
    margin: 0 auto;
  }

  .b-info-steps ul {
    justify-content: space-between;
  }

  .b-info-steps li .b-step-number {
    margin: auto;
  }

  .b-info-steps li h3 {
    margin: 0 auto !important;
    font-size: 14px !important;
  }
}

@media (max-width: 767px) {
  .signup_box {
    padding: 32px 24px !important;
  }

  .bgi-position-start {
    background-position: right !important;
  }

  .d-bussiness-logo img {
    max-height: 32px;
  }

  .bussiness-header {
    margin-top: 24px;
  }

  .language-switcher .btn {
    padding: 8px 16px !important;
  }

  .timeline-item {
    display: grid !important;
    gap: 10px;
  }

  .b-bottom::after {
    width: 90%;
  }

  .b-info-steps li h3 {
    margin-inline-start: 0 !important;
    margin-inline-end: 16px;

    padding-top: 8px;
  }

  .order-status-label h3 {
    font-size: 14px;
  }

  .w-40 {
    width: 40% !important;
  }

  .w-60 {
    width: 60% !important;
  }

  .profile-info-label span {
    font-size: 10px;
  }
}

.swal2-container.swal2-center.swal2-backdrop-show {
  z-index: 999999999999999;
}


.form-select:disabled,
.flatpickr-input:disabled,
.fv-row.disabled,
.upload-box.disabled {
  background-color: var(--bs-gray-200) !important;
  border-color: var(--bs-gray-300) !important;
  opacity: 1 !important;
}

/* الاستايل الخاص بالـ select */
.form-select:disabled {
  color: var(--bs-gray-500) !important;
}

.choices__list.choices__list--dropdown {
  z-index: 9999999999999;
}

.choices__input {
  pointer-events: none !important;
  caret-color: transparent !important;
  background-color: #fff !important;
}

.choices:not(.is-disabled) .choices__list--multiple .choices__item {
  background-color: var(--bs-primary) !important;
  border: 1px solid var(--bs-primary) !important;
}

.choices.is-disabled .choices__list--multiple .choices__item {
  background-color: var(--bs-gray-200) !important;
  border: 1px solid #929292 !important;
  color: #929292 !important;
}

.choices[data-type*="select-multiple"] .choices__button,
.choices[data-type*="text"] .choices__button {
  border-color: #ffffff79 !important;
}

.choices.is-disabled[data-type*="select-multiple"] .choices__button,
.choices.is-disabled[data-type*="text"] .choices__button {
  border-color: #929292 !important;
  filter: brightness(0) saturate(100%) invert(71%) sepia(2%) saturate(21%) hue-rotate(326deg) brightness(83%) contrast(82%);
}


.choices__inner {
  border: 1px solid var(--Cetacean-Blue-200) !important;
  background-color: #fff !important;
  border-radius: 6px !important;
  min-height: 45px !important;
}

.choices {
  margin-bottom: 9px !important;
}

.choices[data-type*=select-one]:after {
  right: 15px !important;
  left: unset !important;
}

.choices__input {
  pointer-events: all;
  caret-color: black !important;
  background-color: #fff !important;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 96% !important;
  padding: 10px;
  border-bottom: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  margin: 16px auto !important;
  border-radius: 8px;
}




/**************7/1/2026******************/
:root {
  --bs-app-aside-width: 20px !important;
}

.products-list-card .nav-pills-custom li a {
  border-radius: 24px !important;
  padding: 12px 8px !important;
}

.products-list-card .nav-pills-custom::-webkit-scrollbar {
  display: none;
}

@media (min-width: 992px) {
  [data-kt-app-aside-enabled="true"] .app-header-separator {
    margin-left: 0px;
    margin-right: 0px;
  }

  .app-header {
    padding-inline-end: 20px;
  }
}

.wallet-balance {
  border: 0.8px solid rgba(16, 146, 75, 0.4);
}

@media (max-width: 992px) {
  .products-list-card .nav-pills-custom {
    flex-wrap: nowrap;
    align-items: center;
    overflow-x: scroll;
  }

  .products-list-card .nav-pills-custom li {
    width: 30% !important;
  }

  .products-list-card .nav-pills-custom li a {
    width: 100px !important;
  }
}

.cart-item-box {
  background-color: var(--bs-card-bg-subtle);
  padding: 12px;
  border-radius: 8px;
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important;
  margin-bottom: 12px;
}

/* Export bottom-sheet styling */
.offcanvas.offcanvas-bottom.export-sheet {
  height: auto;
  max-height: 60vh;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  box-shadow: 0 -12px 36px rgba(17, 24, 39, 0.12);
  z-index: 9999999999;
}

.offcanvas.offcanvas-bottom.export-sheet .offcanvas-body {
  padding-bottom: calc(16px + env(safe-area-inset-bottom));
}

.offcanvas.offcanvas-bottom .offcanvas-header {
  border-bottom: 1px solid #f3f4f6;
}

.offcanvas.offcanvas-bottom .list-group-item {
  border: none;
  border-radius: 8px;
  margin-bottom: 8px;
}

.cart-footer-box {
  box-shadow: 0 -3px 18px 0 rgba(0, 0, 0, 0.05);
  border-radius: 20px 20px 0 0;
  background-color: #fff;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 999999;
  padding: 12px !important;
}

.cart-footer-box .invoice-items-cart {
  display: none;
  border-bottom: 1px solid rgba(9, 15, 48, 0.1);
  margin-bottom: 24px;
}

.cart-footer-box .driver-rotate {
  transform: rotateX(180deg);
}

.terms-footer-side {
  padding-top: 14px;
  padding-bottom: 24px;
  border-top: 1px solid rgba(9, 15, 48, 0.1);
  margin-top: 14px;
}

.terms-footer-side p {
  font-size: 11px;
  font-style: normal;
  font-weight: 600;
  color: #9d9fac;
  margin: 0;
}

@media (max-width: 767px) {
  .hero-margin {
    margin-bottom: 120px !important;
  }

  .hero-margin-extra {
    margin-bottom: 260px !important;
  }

  .daterangepicker.opensright {
    position: fixed !important;
    top: unset !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    border-radius: 20px 20px 0;
    z-index: 9999999999 !important;
  }

  .single-info-details {
    padding: 8px;
    border-radius: 8px;
    border: var(--bs-border-width) solid var(--bs-card-border-color);
  }

  .symbol.symbol-125px.symbol-fixed>img {
    width: 100px !important;
    height: 100px !important;
  }
}

.image-input {
  background-size: contain;
  background-image: url(https://business.daleelstore.com/images/AR/ds_logo_light.svg);
  /* replace img */
  background-position: center;
}

.collapse-items {
  display: none;
}

.symbol-user-img img {
  width: 30px !important;
  height: 30px !important;
}

.menu-item {
  padding: 0.5rem 0;
}

.menu-title {
  color: var(--bs-gray-800);
}

.app-sidebar-menu-primary {
  background-color: var(--bs-app-content-bg-color);
}

/***********app bottom sheet**********/


/* .b-card .form-control,
.form-select, */
/* Bottom fixed navigation styles */
.app-bottom-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 64px;
  background-color: var(--bs-app-content-bg-color);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 99;
  padding-bottom: env(safe-area-inset-bottom);
}

.app-bottom-nav .app-bottom-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #6b6b6b;
  text-decoration: none;
  font-size: 12px;
  width: 20%;
  gap: 4px;
  padding: 6px 4px;
}

.app-bottom-nav .app-bottom-nav-item i {
  font-size: 20px;
}

.app-bottom-nav .app-bottom-nav-item.active,
.app-bottom-nav .app-bottom-nav-item:hover {
  color: var(--bs-primary);
}

.app-bottom-nav .app-bottom-nav-item.active i,
.app-bottom-nav .app-bottom-nav-item:hover i {
  color: var(--bs-primary);
}

.app-bottom-nav .app-bottom-nav-item.no-active.active,
.app-bottom-nav .app-bottom-nav-item.no-active:hover {
  color: var(--bs-gray-800) !important;
}

.app-bottom-nav .app-bottom-nav-item.no-active.active i,
.app-bottom-nav .app-bottom-nav-item.no-active:hover i {
  color: var(--bs-gray-800) !important;
}



.app-bottom-nav .app-bottom-nav-item span {
  display: block;
  line-height: 1;
}

@media (min-width: 992px) {
  .app-bottom-nav {
    display: none;
  }
}

/********** 4/2/2026 **************/
.app-content {
  border-radius: 8px !important;
}

.mail-fix {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.mobile-menu-single-card {
  border-radius: 10px;
  background: var(--bs-app-content-bg-color);
  box-shadow: 0 8.293px 37.319px 4.147px rgba(0, 0, 0, 0.08);
}

.mobile-menu-single-card a {
  color: var(--bs-gray-800);
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 2px;
}

.mobile-menu-single-card a:last-child {
  margin-bottom: 0px;
}

html[lang="en"] .mobile-menu-single-card a .ki-left {
  transform: rotate(180deg);
  display: block;
}

html[lang="en"] .logut-btn-item .ki-left {
  display: block;
  transform: rotate(180deg);

}

html[lang="en"] .back-icon {
  transform: rotate(180deg);

}

.menu-sub-accordion .menu-item {
  padding-bottom: 0 !important;
}

.mobile-export .col-md-4 {
  display: none !important;
}

.mobile-export .date-picker-label {
  display: none !important;
}

.main-cart-footer .btn {
  width: 100% !important;
}

.back-page {
  color: var(--bs-text-muted);
}

html[lang="en"] .back-page {
  transform: rotate(180deg);
}

.collapse-items {
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 0;
}

.collapse-items.open {
  opacity: 1;
}

.mobile-orders {
  padding-bottom: 40px;
}

@media (max-width: 991px) {
  .menu-column {
    width: 100% !important;
    transform: translate(0px, -52px) !important;
  }

  .desktop-filters .export-btn {
    display: none;
  }

  .mobile-export .search-box-container {
    display: none !important;

  }

  .box-list-items {
    max-height: 300px;
    overflow-y: scroll;
    padding: 20px 0;
  }
}


/* Mobile Bottom Sheet for API Key Modal */
@media (max-width: 767px) {
  #kt_modal_11 .modal-dialog {
    position: fixed;
    bottom: 0px !important;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 100%;
    border-radius: 0;
    align-items: flex-end;
    display: flex;
    pointer-events: none;
    /* Allow clicks on backdrop */
  }

  #kt_modal_11 .modal-content {
    height: auto;
    max-height: 85vh;
    /* Limit height */
    border-radius: 20px 20px 0 0 !important;
    border: none;
    width: 100%;
    display: flex;
    flex-direction: column;
    pointer-events: auto;
    /* Re-enable clicks on content */
  }

  #kt_modal_11 .modal-body {
    overflow-y: auto;
  }

  #kt_modal_11.fade .modal-dialog {
    transform: translate(0, 100%) !important;
    transition: transform .3s ease-out;
  }

  #kt_modal_11.show .modal-dialog {
    transform: none !important;
  }
}

/* Mobile Fixed Create API Button */
@media (max-width: 767px) {
  .create-api-btn-container {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px;
    background: #fff;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.05);
    z-index: 999;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
  }

  /* Add padding to the bottom of the page so the fixed button doesn't cover content */
  .app-main .app-content {
    padding-bottom: 80px !important;
  }

   .bottom-sheet-modal .modal-content{
      position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
}
}
.app-sidebar-wrapper .app-sidebar-separator {
opacity: 0.3;
}

.radius-force{
  border-radius: 16px !important;
}

#cart_summary{
min-width: 300px;
}
