/* loader component */
.loader {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 10vh;
}

.spinner {
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left-color: #e6582a;
  animation: spin 1s linear infinite;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.ml-4 {
  margin-left: 4px;
}

.btn:disabled {
  opacity: 0.5;
  background-color: #777777;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.disabled {
  pointer-events: none;
  /* Disable click events on the button */
  opacity: 0.6;
  /* Lower opacity for visual indication of disabled state */
}

.mysr-form-footer span {
  display: none;
}

.mysr-form-alertContainer {
  display: flex;
  width: 100% !important;
  justify-content: space-between;
}

.mysr-form-alertContainer span {
  display: flex;
  justify-items: flex-start;
  width: 100% !important;
}

.react-datepicker-wrapper {
  display: flex !important;
}

.react-datepicker__input-container {
  position: relative !important;
  /* display: inline-block; */
  width: 100% !important;
  display: flex !important;
  justify-content: end !important;
  align-items: center !important;
}

.react-datepicker__day-names {
  margin-top: 15px !important;
}

/* React Select Custom Styles */
.react-select__control {
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem !important;
  box-shadow: none !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}

.react-select__control:hover {
  border-color: #86b7fe !important;
}

.react-select__control--is-focused {
  border-color: #0d6efd !important;
  box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25) !important;
}

.react-select__control--is-focused:hover {
  border-color: #0d6efd !important;
}

.react-select__control.is-invalid {
  border-color: #dc3545 !important;
}

.react-select__control.is-invalid:hover {
  border-color: #dc3545 !important;
}

.react-select__control.is-invalid:focus {
  border-color: #dc3545 !important;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25) !important;
}

.react-select__menu {
  border: 1px solid #ced4da !important;
  border-radius: 0.375rem !important;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  z-index: 1000 !important;
}

.react-select__option {
  padding: 0.5rem 0.75rem !important;
  cursor: pointer !important;
}

.react-select__option--is-focused {
  background-color: #e9ecef !important;
  color: #212529 !important;
}

.react-select__option--is-selected {
  background-color: #0d6efd !important;
  color: white !important;
}

.react-select__placeholder {
  color: #6c757d !important;
}

.react-select__single-value {
  color: #212529 !important;
}

.react-select__input-container {
  color: #212529 !important;
}

.react-select__indicator-separator {
  background-color: #ced4da !important;
}

.react-select__indicator {
  color: #6c757d !important;
}

.react-select__indicator:hover {
  color: #495057 !important;
}

.order-title-width {
  width: 200px;
}

.mr-58 {
  margin-inline-end: 3.625rem !important;
}

.pl-5 {
  padding-inline-end: 3rem !important;
}

@media (max-width: 1200px) {
  .home-page-png {
    gap: 5px !important;
  }

  .img-button-width {
    width: auto;
    height: 50px;
  }

  .mobile-img-section {
    margin-top: 50px;
  }
}

.slider-container {
  overflow: hidden;
  /* white-space: nowrap;  */
  /* max-height: 50px; */
  max-width: auto;
  /* margin: 10px; */
}

/* Slider Content */
.slider-left {
  display: inline-flex;
  animation: slideInfiniteLeft 30s linear infinite;
  gap: 20px;
  /* Adjust the gap between items */
}

/* Pause the animation on hover */
.slider-left:hover {
  animation-play-state: paused;
}

.slider-right {
  display: inline-flex;
  animation: slideInfiniteRight 30s linear infinite;
  gap: 20px;
  /* Adjust the gap between items */
}

/* Pause the animation on hover */
.slider-right:hover {
  animation-play-state: paused;
}

/* Slider Content Category */
.category-slider-left {
  display: inline-flex;
  animation: slideInfiniteLeftCategory 30s linear infinite;
  gap: 20px;
  /* Adjust the gap between items */
}

/* Pause the animation on hover */
.category-slider-left:hover {
  animation-play-state: paused;
}

/* Slider Content Category */
.category-slider-right {
  display: inline-flex;
  animation: slideInfiniteRightCategory 30s linear infinite;
  gap: 20px;
  /* Adjust the gap between items */
}

/* Pause the animation on hover */
.category-slider-right:hover {
  animation-play-state: paused;
}

/* Slider Animation */
@keyframes slideInfiniteLeft {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-75%);
  }
}

/* Slider Animation */
@keyframes slideInfiniteRight {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(75%);
  }
}

/* Slider Animation Category */
@keyframes slideInfiniteLeftCategory {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(-75%);
  }
}

/* Slider Animation */
@keyframes slideInfiniteRightCategory {
  from {
    transform: translateX(0%);
  }

  to {
    transform: translateX(75%);
  }
}

.header-transparent {
  z-index: 10000000;
}

.message-center-sidebar {
  margin-inline: 1.5rem !important;
}

.message-center-toggle-icon {
  margin-inline-start: auto !important;
}

.search-product-section {
  padding: 0px 20px;
}

.language-switcher {
  border: 2px;
  border-style: solid;
  gap: 6px;
  height: 40px;
  width: 95px;
  border-color: #f6f6f6;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 576px) {
  .language-switcher {
    height: 34px;
    margin: 0 !important;
  }
}

[dir="rtl"] .language-switcher {
  font-family: "Satoshi" !important;
}

.product-favorite {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.btn-entry:disabled {
  background: rgba(230, 88, 42, 0.5);
  cursor: not-allowed;
}

.footer-img {
  width: 50px;
  margin-right: 10px;
  height: 60px;
}

.fixed-dimensions {
  width: 1300px;
  /* Set the width to 1300 pixels */
  height: 528px;
  /* Set the height to 528 pixels */
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .fixed-dimensions {
    width: 1100px;
    height: 446px;
  }
}

@media (max-width: 992px) {
  .fixed-dimensions {
    width: 900px;
    height: 380px;
  }

  .invoice-code-div {
    justify-content: end;
  }
}

@media (max-width: 768px) {
  .fixed-dimensions {
    width: 700px;
    height: 320px;
  }

  .under-order-detail {
    flex-direction: column;
  }

  .invoice-code-div {
    display: none;
  }
}

@media (max-width: 576px) {
  .fixed-dimensions {
    width: 500px;
    height: 220px;
  }

  .under-order-detail {
    flex-direction: column;
  }

  .invoice-code-div {
    display: none;
  }
}

@media (max-width: 400px) {
  .fixed-dimensions {
    width: 300px;
    height: 200px;
  }

  .under-order-detail {
    flex-direction: column;
  }

  .invoice-code-div {
    display: none;
  }
}

@media (min-width: 1400px) {
  .features-list-arabic .features-list ul {
    list-style: none;
    padding: 0;
    margin-top: 141px;
  }
}

[dir="rtl"] .form-control.is-invalid {
  background-position: left calc(0.375em + 0.1875rem) center !important;
}

[dir="rtl"] .form-control.form-select.is-invalid {
  background-position: left calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

[dir="ltr"] .form-control.form-select.is-invalid {
  background-position: right calc(0.375em + 0.1875rem) center !important;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
}

/* Target the scrollbar for elements with the class .custom-scrollbar */
.custom-scrollbar {
  max-height: 320px;
  max-width: 225px;
}

.custom-scrollbar a {
  border-radius: 6px;
}

.custom-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.custom-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* border-radius: 10px; */
}

.custom-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.category-dropdown {
  border-radius: 8px;
}

.category-item a:hover,
.category-item a:focus {
  background-color: rgba(230, 88, 42, 0.1);
}

.category-item a:focus {
  outline: none;
}

.disabled-payment-div {
  pointer-events: none;
  opacity: 0.5;
}

.cursor-none {
  pointer-events: none !important;
  filter: none;
}

.whatsapp-icon {
  position: fixed;
  right: 35px;
  bottom: 35px;
  z-index: 999;
}

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

#dropdownElastic {
  opacity: 1 !important;
  visibility: visible !important;
  position: absolute !important;
  top: 97%;
  left: 0%;
  right: 0%;
}

#dropdownSearch {
  position: absolute !important;
  top: 97%;
  left: 0%;
  right: 0%;
}

.currency_icon {
  width: 16px;
  max-width: unset;
  height: 16px;
  max-height: unset;
}

.bg-dark-wine {
  background-color: #47072c;
}

.bg-red {
  background: #950246 !important;
}

.bg-primary-shade-2 {
  background: #f2d6cc !important;
}

.color-gray-400 {
  color: #535862 !important;
}

.color-gray-1000 {
  color: #181d27 !important;
}

.fs-24px {
  font-size: 24px !important;
}

.fs-18px {
  font-size: 18px !important;
}

[dir="rtl"] .ar-justify-content-end {
  justify-content: flex-end;
}

[dir="rtl"] .ar-rotate-180 {
  transform: rotate(180deg);
}

.text-left {
  text-align: left;
}

.group-avatar.ms-n20 img+img,
.group-avatar.ms-n20 img+.avatar {
  margin-inline-start: -20px !important;
}

.mt-n8 {
  margin-top: -8px !important;
}

.z-1 {
  z-index: 1 !important;
}

@media (min-width: 576px) {
  .nav-mobile-list {
    display: none !important;
  }
}

@media (max-width: 576px) {
  .navbar .nav-mobile-list {
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    display: block !important;
    background: #fff;
    height: 100%;
    inset-inline-end: -100%;
    transition: 0.4s ease-in-out;
    padding-top: 60px;
  }

  .navbar .nav-mobile-list li {
    font-size: 20px !important;
    margin-bottom: 16px;
  }

  .bi-x {
    font-size: 34px !important;
  }

  .navbar.navbar-mobile ul {
    inset-inline-end: 0;
    transition: 0.4s ease-in-out;
  }

  .nav-tab-list {
    display: none !important;
  }
}

.me-3 {
  margin-right: 0 !important;
  margin-inline-end: 1rem !important;
}

/* Pricing Tabs Styles */
.pricing-tabs-container {
  background: #f8f9fa;
  border-radius: 12px;
  padding: 4px;
  display: inline-block;
}

.pricing-tabs {
  gap: 0;
  border-radius: 8px;
  overflow: hidden;
}

.pricing-tab {
  background: transparent;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  color: #6c757d;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  min-width: 100px;
  text-align: center;
}

.pricing-tab:hover {
  color: #495057;
  background: rgba(255, 255, 255, 0.5);
}

.pricing-tab.active {
  background: #ffffff;
  color: #e6582a;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}

.pricing-tab.active::after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #e6582a;
}

/* RTL Support */
[dir="rtl"] .pricing-tab {
  text-align: center;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .pricing-tab {
    padding: 10px 16px;
    font-size: 14px;
    min-width: 80px;
  }

  .pricing-tabs-container {
    padding: 2px;
  }
}

.max-w-px-325 {
  max-width: 325px;
}

/* Target the scrollbar for elements with the class .custom-scrollbar */
.search-homepage-scrollbar {
  max-height: 180px;
}

.search-section-scrollbar {
  max-height: 400px;
}

.elastic-scrollbar a {
  border-radius: 6px;
}

.elastic-scrollbar::-webkit-scrollbar {
  width: 8px;
}

.elastic-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /* border-radius: 10px; */
}

.elastic-scrollbar::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}