:root {
  /*--main-color: #8E59B3;*/
  --main-color: #003049;
  --second-color: #f77f00;
  --thired-color: #0056b3;
  --light-color: #edf1f5;


  --main-color-light: #edece8;
  --second-color-light: #f8f9fa;
  --main-font: "Tajawal", sans-serif;
  --all-ease: all .2s ease-in-out ;


  --text-main:#003049;
  --text-second: #f77f00;
  --text-thired: #0056b3;
  --text-light: #edf1f5;
}

.main-color {
  color: var(--main-color);
}

.main-bg {
  background-color: var(--main-color);
}

.main-border {
  border-color: var(--main-color) !important;
}

.second-color {
  color: var(--second-color);
}

.second-bg {
  background-color: var(--second-color);
}

.thired-bg{
background-color: var(--thired-color);
}

.thired-bg:hover {
    background-color: #0150a5; /* اللون عند hover */
    color: #fff; /* تأكد أن النص يبقى أبيض */
    text-decoration: none; /* إزالة أي خط تحت النص */
}

.thired-color{
  background-color: var(--thired-color);
  }

.text-main{
  color: var(--text-main);
}
.text-second{
color:var(--text-second)
}
.text-thired{
  color: var(--text-thired);
}
.order-green{
  background-color:rgb(37, 151, 52);
}
.order-orang{
background-color: #f39a00;
}
.order-blue{
  background-color: rgb(0, 89, 255);
}
.order-red{
  background-color: rgb(218, 10, 10);
}
.order-purple{
  background-color: #2674bc
}

.order-green:hover{
  background-color:rgb(37, 151, 52);
}
.order-orang:hover{
background-color: #f39a00;
}
.order-blue:hover{
  background-color: rgb(0, 89, 255);
}
.order-red:hover{
  background-color: rgb(218, 10, 10);
}
.order-purple:hover{
  background-color: #2674bc
}

.light-bg{
background-color: rgb(227, 223, 252);
}
.second-border {
  border-color: var(--second-color);
}

.main-color-light {
  color: var(--main-color-light);
}

.main-bg-light {
  background-color: var(--main-color-light);
}

.main-border-light {
  border-color: var(--main-color-light);
}

.second-color-light {
  color: var(--second-color-light);
}

.second-bg-light {
  background-color: var(--second-color-light);
}

.second-border-light {
  border-color: var(--second-color-light);
}

body {
  font-family: var(--main-font);
  padding-top: 80px;
  background-color: #e6eaed;
}

.categories-btn:hover {
  background-color: var(--main-color) !important;
  color: #fff;
}

.form-control, button {
  box-shadow: none !important;
}

.form-control:focus {
  border-color: var(--main-color) !important;
}

.form-switch .form-check-input {
  height: 20px;
  width: 40px;
}
.form-switch .form-check-input:checked {
  background-color: var(--main-color);
  border-color: var(--second-color);
}
button:disabled {
  opacity: 0.6;
  cursor: not-allowed;
  pointer-events: none;
}
.form-check-input:checked {
  background-color: var(--second-color);
  border-color: var(--second-color);
}
.form-check-input[type=radio]:checked {
  background-color: var(--main-color);
  border-color: var(--second-color);
}
.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(226, 136, 0, 0.815);
}

::placeholder {
  font-size: 12px;
  color: #aaa !important;
  font-weight: 500;
  text-align: right;
}

button:hover {
  opacity: 0.9;
}

a:hover {
  opacity: 0.7;
  color: var(--second-color);
}


.splide__pagination {
  top: -5rem;
  bottom: auto;
  left: 3.5rem;
}

.splide__pagination__page.is-active {
  background-color: var(--main-color);
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.bg-cover {
  background-size: cover;
}

.quantity button {
  width: 30px;
  height: 30px;
}
.quantity button:hover {
  background-color: var(--main-color) !important;
  color: #fff;
}
.quantity input {
  all: unset;
  width: 40px;
  pointer-events: none;
  text-align: center;
  font-weight: bold;
}
.quantity input::-webkit-inner-spin-button {
  display: none;
}

.card:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  transition: var(--all-ease);
}
.card:hover img {
  transform: scale(1.1);
  transition: var(--all-ease);
}

.card.new-products .options {
  opacity: 0;
  transition: var(--all-ease);
  transform: translateY(-2.5rem);
}
.card.new-products:hover {
  box-shadow: none;
}
.card.new-products:hover .options {
  opacity: 1;
}

.navbar .navbar-brand span:last-of-type {
  color: var(--main-color);
}
.navbar .nav-link {
  font-size: 14px;
}
.navbar .nav-link.icon::after {
  content: "";
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  transition: var(--all-ease);
  z-index: -1;
}
.navbar .nav-link.icon.active, .navbar .nav-link.icon:hover {
  color: white;
}
.navbar .nav-link.icon.active::after, .navbar .nav-link.icon:hover::after {
  background-color: var(--main-color);
}
.navbar .nav-link.icon span {
    display:flex;
    justify-content: center;
    align-items: center;
    top: -5px;
    left: 10px;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    font-weight: bold;
}
.navbar .navbar-nav .icon span {
  top: 3px;
  left: 18px;
}

.bottom-list {
  background-color: #f8f8f8;
}
.bottom-list a {
  font-weight: 500;
  border-bottom: 3px solid transparent;
}
.bottom-list a:hover, .bottom-list a.active {
  color: #000 !important;
  border-color: var(--main-color) !important;
}
.bottom-list a:hover svg, .bottom-list a.active svg {
  color: var(--main-color);
}

footer .copyright {
  border-top: 1px solid #999;
  color: #ccc;
}

.header-div{
  height: 80px;
}
.profile-page .profile-cover {
  height: 200px;
  background-image: linear-gradient(130deg, var(--main-color), var(--second-color));
  background-size: cover;
}
.profile-page .profile-cover label {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  background-color: #ff9ebd;
  cursor: pointer;
}
.profile-page .profile-cover label:hover {
  opacity: 0.9;
}

.single-product .carousel .carousel-inner {
  height: calc(100% - 150px);
  width: 98%;
  margin: 0.4rem auto auto;
}
.single-product .carousel .carousel-inner .carousel-item {
  height: 100%;
  max-height: 400px;
  display: flex;
  opacity: 0;
}
.single-product .carousel .carousel-inner .carousel-item.active {
  opacity: 1;
  align-items: center;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
.single-product .carousel .carousel-inner .carousel-item.active img {
  flex-grow: 1;
}
.single-product .carousel .carousel-inner .carousel-item.active img:hover {
  cursor: zoom-in;
}
.single-product .carousel .carousel-inner .carousel-item img {
  padding: 1rem;
}
.carsoul_img{
  width: 100%;
  object-fit: cover;
  object-position:center;
}

.single-product .carousel .carousel-indicators {
  align-items: center;
  gap: 0.5rem;
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 0 1rem 1rem;
  max-height: 400px;
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #f4f4f4 #fafafa;
}
.single-product .carousel .carousel-indicators::-webkit-scrollbar {
  width: 5px;
  height: 3px;
}
.single-product .carousel .carousel-indicators::-webkit-scrollbar-track {
  background: #fafafa;
}
.single-product .carousel .carousel-indicators::-webkit-scrollbar-thumb {
  background-color: #f4f4f4;
  border-radius: 10px;
  border: 0px solid #ffffff;
}
.single-product .carousel .carousel-indicators li {
  text-indent: unset;
  box-sizing: border-box;
  min-width: 70px;
  width: 70px;
  height: 70px;
  padding: 0.5rem;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 0.8rem;
  display: flex;
  justify-content: center;
}
.single-product .carousel .carousel-indicators li.active {
  border-color: var(--main-color);
}
.single-product .size label {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  cursor: pointer;
}
.single-product .size .form-check-input:checked ~ label {
  border-color: var(--second-color);
  background-color: var(--second-color);
  color: #fff;
}
.single-product .color label {
  width: 30px;
  height: 30px;
  cursor: pointer;
  opacity: 0.9;
}
.single-product .color .form-check-input:checked ~ label {
  opacity: 1;
  box-shadow: 0 0 0 0.25rem rgba(126, 126, 126, 0.25);
}
.card{
  margin-bottom: 10px;
}


.loader {
  position: fixed;
  height: 100px;
  width: 100px;
  top: 50%;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  background-size: 100%;
  z-index: 1000;
  display: none;
}
.btn-disable
{
cursor: not-allowed;
pointer-events: none;

/*Button disabled - CSS color class*/
color: #c0c0c0;
background-color: #ffffff;

}

.payment-button {
  
  border: none;
  
  width: 100%;
  height: 40px;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  font-size: 16px;
  display: block;
margin: 0px 0px;
}
.payment-button:hover{
  
  text-decoration: none;
  color: white;
}
.payment-button:disabled {
  background: #999;
  color: #555;
  cursor: not-allowed;
}
.clicked:hover{
  
  text-decoration: none;
  color: white;
}
.wallet-box{
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  padding: 20px;
  margin-bottom: 20px;
  transition:1s ease;
}
.wallet-box-ico{
  font-size: 30px;
  color:#2674bc;
}
.wallet-box-txt{
  font-size: 16px;
  font-weight:bold;
 color: black;
}
.blance-txt{
  color:#f39a00;
}
.wallet-box:hover{
  -webkit-transform: scale(1.1);
-ms-transform: scale(1.1);
transform: scale(1.1);
transition: 1s ease;
cursor: pointer;
}
.wallet-box-href{
  text-decoration: none;
}
.bank-img{
    width: 100px;
    height: 50px;
    
}
/*# File Input */

.file-input {
  margin: 10px 0px;
  text-align: right;
  background: #f1efef;
  padding: 16px;
  width: 100%;
  position: relative;
  border-radius: 3px;
}

.file-input > [type="file"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
  cursor: pointer;
}

.file-input > .button {
  display: inline-block;
  cursor: pointer;
  background: #f39a00;
  padding: 8px 16px;
  border-radius: 2px;
  margin-right: 8px;
}

.file-input:hover > .button {
  background: #ff9c39;
  color: white;
}

.file-input > .label {
  color: #333;
  white-space: nowrap;
  opacity: 0.3;
  background-color: #eee;
  padding: 10px;
  
}

.file-input.-chosen > .label {
  opacity: 1;
}
 /* تغطية كامل الصفحة */
 #loadingOverlaye {
  position: fixed; /* تجعل الـ div ثابت في الشاشة */
  top: 0;
  left: 0;
  width: 100%; /* تغطي عرض الشاشة */
  height: 100%; /* تغطي ارتفاع الشاشة */
  background-color: rgba(0, 0, 0, 0.5); /* خلفية شبه شفافة */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* التأكد من أنه يظهر فوق جميع العناصر */
  pointer-events: all; /* تفعيل التفاعل مع الأيقونة فقط */
}

/* تصميم الأيقونة */
.spinner-border {
  width: 3rem;
  height: 3rem;
  border-width: 0.25em;
}
.active_hart{
  background-color: #003049;
  color: white;
  transition:all 2s ease;
}

.otp_div {
  max-width: 280px;
  margin: 0 auto;
  direction: ltr;
}

.otp_input {
  width: 60px;
  height: 60px;
  font-size: 2.5rem;
  font-weight: 700;
  border-radius: 12px;
  border: 2.5px solid #ddd;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  background-color: #f8f9fa;
  color: #333;
  outline: none;
  user-select: text;
  box-shadow: inset 0 1px 3px rgb(0 0 0 / 0.1);
}

.otp_input:focus {
  border-color: #0d6efd; /* لون ازرق احترافي */
  box-shadow: 0 0 8px #0d6efd99;
  background-color: #fff;
  color: #000;
}

/* تغيير لون الكتابة داخل الخانات */
.otp_input::placeholder {
  color: #bbb;
}

.otp-btn-ok:hover{
background-color: #2674bc;
}
.catogre-text:hover{
  color:black;
  
}
.cart_div{
  position: relative;
}
.cart_conter{
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
    top: -5px;
    left: 50%;
    border-radius: 50%;
    font-size: 12px;
    width: 18px;
    height: 18px;
    text-align: center;
    font-weight: bold;
}

.ui-menu{
  z-index: 40000 !important;
}
.ui-menu-item-wrapper:hover{
  background-color: #2674bc;
}
.search_txt{
  border-radius: 0;
}


.loader-div {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

body.loading-mode {
  pointer-events: none;
  user-select: none;
}

.loader-text {
  font-size: 18px;
  font-weight: bold;
  color: #003049;
}


.img_fit{
  object-fit: contain;
}


/*******************تتبع الطلبات***********************/
.timeline {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}

.timeline::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #f39a00;
  right:5%;
  transform: translateX(-50%);
}

.timeline-item {
  position: relative;
  margin-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
  width:300px;
}

.timeline-item .timeline-icon {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  background: #0d6efd;
  border-radius: 50%;
  z-index: 1;
}

.timeline-item.right {
  text-align: right;
}

.timeline-item .timeline-content {
  padding: 15px;
  background: #f8f9fa;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}

.timeline-item.right .timeline-content {
  margin-right: auto;
}

.timeline-item.left .timeline-content {
  margin-left: auto;
}
.nav-btn{
  background-color: var(--main-color);
  border-radius: 10px;
  transition: 1s ease;
  width: 140px;
  text-align: center;
}
.nav-btn:hover{
background-color: var(--second-color);
cursor: pointer;
}
.nav-btn a{
  color: var(--text-light);
  text-decoration: none;
}
.nav-btn a:hover{
  color: var(--text-main);
  text-decoration: none;
}
.header-div{
  background-color: white;
}
.navbar-toggler{
  background-color: none;
  color: var(--text-main);
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
}
.round-div{
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 33%;
}
.circled{
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--text-light);
  font-size: 24px;
  background-color: var(--second-color);
}
.brand-text{
  text-decoration: none;
  font-size: 1.2rem;
  
  text-transform: uppercase;
  color: var(--text-main);
  font-family: "Shrikhand", serif;
  font-weight: 400;
  font-style: normal;
}
 /* تنسيق العنوان مع الخط أسفله */
 .font-title {
  font-size: 1.5rem;
  color: var(--text-main);
  text-align: right;
  margin-right: 100px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: bold;
  display: inline-block;
  position: relative;
}

/* إضافة خط جذاب أسفل العنوان */
.font-title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 100%; /* عرض الخط */
  height: 3px; /* ارتفاع الخط */
  background: linear-gradient(to right, #2474bc, #f77f00); /* تدرج لوني */
  border-radius: 5px;
  transition: width 0.3s ease-in-out, background 0.3s ease-in-out;
}

/* تأثير عند تمرير الماوس على العنوان */
.font-title:hover::after {
  width: 100%;
  background: linear-gradient(to right, #f77f00, #2474bc); /* تغيير التدرج عند hover */
}

.banner-image {
  width: 100%;  /* الصورة ستكون بنسبة 100% من عرض العنصر الحاوي */
  object-fit: cover;  /* يجعل الصورة تتكيف مع الأبعاد المحددة دون التشويه */
}
/******************************************زر احترافي*********************************************/
/*********************************************************************************/
.Enter-btn{
  position: relative;
  transition: transform 0.3s, background-color 0.3s, box-shadow 0.3s;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.08); /* تأثير الظل */
  overflow: hidden; /* لإخفاء الأجزاء التي تخرج من حدود الزر */
}
.Enter-btn:hover {
  
  transform: scale(1.04); /* تكبير الزر عند المرور بالفأرة */
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15), 0 2px 6px rgba(0, 0, 0, 0.1); /* زيادة الظل عند المرور بالفأرة */
}

.Enter-btn:active {
  transform: scale(0.98); /* تصغير الزر عند الضغط */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1); /* تقليل الظل عند الضغط */
}
/* الفقاعة */
.bubble {
  position: absolute;
  bottom: -15px;
  right: 0px;
  background-color: rgba(255, 255, 255, 0.267);
  color: rgba(255, 255, 255, 0.404);
  width: 100%;
  height: 25px;
  border-radius: 50%;
  opacity: 1; /* إخفاء الفقاعة في البداية */
}

/* إظهار الفقاعة عند المرور بالفأرة على الزر */
.Enter-btn:hover .bubble {
  opacity: 0;
}
.card-boxs-div{
  width: 20%;
}
.deleted-hope{
  top:0;
  left:0;
  z-index: 30000;
}
@media (max-width: 768px) {
  .nav-btn{
    width: 100%;
    text-align: right;
    padding: 5px 10px;
  }
  .header-div{
    height: 50px;
  }
  body{
    padding-top: 50px;
  }
  .card-boxs-div{
    width: 50%;
  }
  /* تنسيق العنوان مع الخط أسفله */
 .font-title {
  margin-right: 20px;
}
}
@media (max-width: 425px) {
  .card-boxs-div{
    width: 50%;
  }
}
.term-div{
  margin: 0 auto;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.term_h {
  font-size: 1.8rem;
  color: var(--text-thired);
  margin-bottom: 10px;
  border-bottom: 1px solid var(--text-thired);
  padding-bottom: 5px;
}

.term_p {
  font-size: 1rem;
  margin-bottom: 15px;
  color: var(--text-main);
  text-align: justify;
}

/***********************************************/

.empty-cart {
    text-align: center;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 40px;
    max-width: 500px;
    width: 100%;
    margin: 0px 20px;
}

.cart-icon img {
    width: 80px;
    height: 80px;
    margin-bottom: 20px;
}

.cart-message {
    font-size: 24px;
    color: var(--text-main);
    margin-bottom: 10px;
}

.cart-description {
    font-size: 16px;
    color: #666;
    margin-bottom: 30px;
}

.shop-now-btn {
    padding: 12px 30px;
    background-color: #f77f00;
    color: white;
    text-decoration: none;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.shop-now-btn:hover {
    background-color: #e77a05;
    color: white;
}

@media (max-width: 768px) {
    .empty-cart {
        padding: 30px;
    }

    .cart-message {
        font-size: 20px;
    }

    .cart-description {
        font-size: 14px;
    }

    .shop-now-btn {
        font-size: 14px;
    }
}
/* تخصيص المودال ليظهر في المنتصف */
.free_shipping_modal {
  width: 300px; /* عرض المودال 500px */
  height: 300px; /* ارتفاع المودال 500px */
  margin: 0 auto; /* لضمان أن المودال يظهر في المنتصف عموديًا */
  border-radius: 5px;
  padding: 0 !important;
}
.free_shipping_modal .modal-body{
  position: relative;
}
/* تخصيص صورة المودال لتكون متجاوبة */
.free_shipping_modal .modal-body img {
  width: 100%; /* تجعل الصورة تأخذ العرض الكامل للمودال */
  height: 100%; /* تجعل الصورة تأخذ الارتفاع الكامل للمودال */
  object-fit: cover; /* ضمان أن الصورة تملأ المساحة بالكامل دون تشويه */
  border-radius: 5px;
}

/* زر الإغلاق فوق الصورة في الجهة اليمنى */
.shipping-close {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 10000; /* التأكد من أن الزر فوق الصورة */
  color: red;
  font-size: 24px;
  cursor: pointer;
}
.copun-alert{
  background-color: var(--text-thired);
  color: white;
  padding: 10px 10px;
  text-align: center;
  font-weight: bold;
  z-index: 20000;
  width: 100%;
  margin-bottom: 10px;
}

/***********************نافذة الكوبون*******************************/
 /* تحسين تصميم المودل */
 .couponModal .modal-content {
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.couponModal .modal-header {
  background-color: #343a40;
  color: white;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.couponModal .modal-body {
  background-color: #f8f9fa;
  font-size: 16px;
  text-align: center;
}

.couponModal .modal-footer {
  background-color: #f8f9fa;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.couponModal .modal-title {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
}


#couponCode {
  font-size: 1.2rem;
  text-align: center;
  font-weight: bold;
  border-radius: 0px 10px 10px 0px;
  padding: 10px;
  margin-right: 10px;
  color: var(--text-second);
  background-color: var(--main-color-light);
}
#couponCode:focus{
  border-color: var(--thired-color);
}
#copyButton {
  background-color: var(--thired-color);
  color: white;
  font-weight: bold;
  border-radius: 10px 0px 0px 10px;
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  transition: background-color 0.3s;
}

#copyButton:hover {
  background-color: #0056b3;
}

.couponModal .btn-close {
  background-color: #007bff;
  border-radius: 50%;
  width: 30px;
  height: 30px;
}

.couponModal .btn-close:hover {
  background-color: #0056b3;
}

/* تحسين النصوص */
.couponModal .modal-body p {
  font-size: 18px;
  margin-top: 20px;
}

.text-muted {
  font-size: 14px;
}

.alert {
  font-size: 16px;
  text-align: center;
  font-weight: bold;
}
/***********************شريط الخصم المتحرك*****************************/
.copun-marquee {
  width: 100%;
  overflow: hidden;
  background: #0056b3;  /* يمكن تغيير اللون حسب التصميم */
  color: white;
  padding: 10px 0;
  box-sizing: border-box;
  align-items: center;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

.copun-marquee p {
  display: inline-block;
  white-space: nowrap;
  margin: 0 !important;
  animation: copunMarquee 15s linear infinite;
}

@keyframes copunMarquee {
  0% {
      transform: translateX(-100%);
  }
  100% {
      transform: translateX(100%);
  }
}
.list-group-item.active {
  background-color: #f0f0f0;
  color: #000;
}
.currency-labeled {
  color: #888;
  font-size: 0.75em;
  margin-right: 0px;
  font-weight: normal;
  white-space: nowrap;
}
button[disabled] {
  border: 1px solid #ccc !important; /* حدود رمادية */
  color: #666666 !important;
  background-color: #e4e2e2 !important; /* خلفية فاتحة */
  cursor: not-allowed !important; /* شكل مؤشر الماوس */
}


/* wrapper لتثبيت الأيقونة على الجانب */
.whatsapp-wrapper {
    position: fixed;
    bottom: 100px;
    left: 10px;
    z-index: 1000;
    text-align: center;
}

/* أيقونة واتساب */
.whatsapp-float {
    width: 40px;
    height: 40px;
    background-color: #25D366;  /* اللون الرسمي للواتساب */
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s, box-shadow 0.3s;
}

.whatsapp-float:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 14px rgba(0,0,0,0.4);
    text-decoration: none;
    color: #fff;
}

/* النص أسفل الأيقونة */
.badge.whatsapp-text {
    background-color: #25D366;
    color: #fff;
    font-size: 0.50rem;
    padding: 0.35em 0.7em;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    transition: transform 0.3s;
}

.badge.whatsapp-text:hover {
    transform: scale(1.05);
}

@media (max-width: 768px) { /* يستهدف الشاشات الصغيرة */
    .modal-dialog {
        margin-bottom: 60px; /* نفس ارتفاع القائمة السفلية */
    }
}