.unavailable {
  position: relative;
}

/* الكفر الأسود الخفيف */
.unavailable::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 14px;
  z-index: 2;
}

/* كلمة محجوز في منتصف الكرت */
.unavailable .overlay-label {
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000000;
  color: #ffffff;
  padding: 6px 15px;
  border-radius: 6px;
  border: 1px solid #FFFFFF;
  font-weight: bold;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
}



.have_offer {
  position: relative;
}

/* الكفر الأسود الخفيف */
/*.have_offer::after {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 14px;
  z-index: 2;
}*/

/* كلمة عرض في منتصف الكرت */
.have_offer .overlay-label_have_offer {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #000000a8;
  color: #ffffff;
  padding: 6px 15px;
  border-radius: 6px;
  border: 1px solid #9e9e9e;
  font-weight: bold;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 70%;
}

.shadow-offer {
box-shadow: 0 0 10px #FFC107 !important;
}


.smart_search {
    border: 1px solid #04af00;
    background-color: #00c716;
    color: #FFFFFF;
    font-weight: bold;
    padding: 4px;
    border-radius: 6px;
    width: 200px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 4px -1px 4px -1px;
}

.available {
  opacity: 1;
  filter: none;
}
		
		.search-more {
    height: 26px;
    width: 50%;
    margin: 2px;
    padding: 0px 0px 0px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #0A78A5;
    border-radius: 6px;
    background: #FFFFFF;
    border: #DCDCDC 1px solid;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
		.resetSelections {
    height: 26px;
    width: 50%;
    margin: 2px;
    padding: 0px 0px 0px 20px;
    font-size: 12px;
    font-weight: 700;
    color: #0A78A5;
    border-radius: 6px;
    background: #FFFFFF;
    border: #DCDCDC 1px solid;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
}
#backToTop {
  position: fixed;
  bottom: 80px;
  left: 15px;
  width: 40px;
  height: 40px;
  background: #FFFFFF; /* لون شدو وردي */
  color: #39A8E6;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  transition: background 0.3s ease;
}


#backToTop i {
  font-size: 20px;
}

        
        .offer-show
        {
            
            background-color: #FFFFFF; 
            border: 0px solid #ffc107; 
            padding: 0px; 
            border-radius: 10px; 
            margin-top: 20px;
            box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
        }
        
    .blinking-dot {
  width: 10px;
  height: 10px;
  background-color: #EB5A74;
  border-radius: 50%;
  display: inline-block;
  animation: blink 1.5s infinite;
  margin-left: 5px;
  vertical-align: middle;
}

@keyframes blink {
  0%   { opacity: 0.2; }
  50%  { opacity: 1; }
  100% { opacity: 0.2; }
}

.full
{
    display: inline-block;
    padding: 0px 15px;
    background: #FFFFFF;
    border: 2px dotted #2196F3;
    border-radius: 6px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0px 3px 7px rgba(0, 0, 0, .15) !important;
    margin: 10 0px 0px 0px;
}

.t100
{
    background-color: #FFFFFF;
                                        border: 1px #f1fafe solid;
                                        font-size: 12px;
                                        font-weight: 400;
                                        height: 32px;
                                        text-align: center;
                                        border-radius: 0px 0px 10px 10px;
                                        box-shadow: rgba(0, 0, 0, 0.1) 0px -4px 6px -1px, rgba(0, 0, 0, 0.06) 0px -2px 4px -1px;
                                        padding: 5px;
                                        color: #B84749;
                                        z-index: 100;
    
}

  .truncate {
        /*      white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 93px;*/
        overflow: hidden;
        /* line-height: 2rem;
        max-height: 8rem;*/
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-line-clamp: 3;
    }

    .Headtruncate {
        /*      white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 93px;*/
        overflow: hidden;
        /* line-height: 2rem;
        max-height: 8rem;*/
        -webkit-box-orient: vertical;
        display: block;
        display: -webkit-box;
        overflow: hidden !important;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
    }
.button-pay
{
    
     width: 80%;
        height: 34px;
        padding: 0px !important;
        background-color: #4CAF50;
        color: white;
        border: none;
        border-radius: 6px;
        font-weight: bold;
}


  .holidays-button 
        {
            border: 1px solid #000000;   
            background-color:#292929; 
            color:#FFFFFF; 
            font-weight:bold; 
            padding:6px; 
            border-radius:6px; 
            width: 120px; 
            box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 4px -1px 4px -1px;
        }
/* start FeedBack */
   /* ==== العملاء ==== */
.comment-wrapper {
    display: flex;
    align-items: flex-start;
    margin: 0px -10px 15px 5px;
}
.right_feedback {
    flex-direction: row-reverse;
    justify-content: flex-start;
}
.left_feedback {
    flex-direction: row;
    justify-content: flex-start;
}
.comment-img {
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin: 0 10px;
    padding: 2px;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, .15);
}
.comment-box_feedback {
    position: relative;
    border-radius: 6px;
    padding: 2px 8px;
    max-width: 100%;
    border: 1px solid #D7D7D7;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, .15);
    font-size: 11px;
    line-height: 1.8;
    background-color: #fdfce8;
    direction: rtl;
    text-align: right;
    min-height: 45px;
    width: 80%;
}
.right_feedback .comment-box_feedback {
    background-color: #ffffff;
}

/* ==== الأسهم - العملاء ==== */
.comment-box_feedback::before,
.comment-box_feedback::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    z-index: 2;
}
.comment-box_feedback::after {
    border: 9px solid transparent;
    z-index: 1;
}
.right_feedback .comment-box_feedback::before {
    right: -16px;
    border-left-color: #ffffff;
}
.right_feedback .comment-box_feedback::after {
    right: -19px;
    border-left-color: #D7D7D7;
}
.left_feedback .comment-box_feedback::before {
    left: -16px;
    border-right-color: #fdfce8;
}
.left_feedback .comment-box_feedback::after {
    left: -19px;
    border-right-color: #D7D7D7;
}

/* ==== المالك ==== */
.owner-wrapper {
    display: flex;
    align-items: flex-start;
    margin: 0px -10px 15px 5px;
}
.owner-img {
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin: 0 10px;
    padding: 2px;
    border: 1px solid #c1d9e7;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, .15);
}
.owner-box_feedback {
    position: relative;
    border-radius: 6px;
    padding: 2px 8px;
    max-width: 100%;
    border: 1px solid #0A78A5;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, .15);
    font-size: 14px;
    line-height: 1.8;
    background-color: #0A78A5;
    direction: rtl;
    text-align: right;
    min-height: 45px;
    width: 80%;
    color: #FFFFFF;
}

/* ==== الأسهم - المالك ==== */
.owner-box_feedback::before,
.owner-box_feedback::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    z-index: 2;
}
.owner-box_feedback::after {
    border: 9px solid transparent;
    z-index: 1;
}
.right_feedback .owner-box_feedback::before {
    right: -16px;
    border-left-color: #0A78A5;
}
.right_feedback .owner-box_feedback::after {
    right: -19px;
    border-left-color: #c1d9e7;
}
.left_feedback .owner-box_feedback::before {
    left: -16px;
    border-right-color: #0A78A5;
}
.left_feedback .owner-box_feedback::after {
    left: -19px;
    border-right-color: #c1d9e7;
}
    .App-wrapper {
    display: flex;
    align-items: flex-start;
    margin: 0px -10px 15px 5px;
}
.App-img {
    background: #FFFFFF;
    width: 40px;
    height: 40px;
    border-radius: 6px;
    margin: 0 10px;
    padding: 2px;
    border: 1px solid #ffffff;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, .15);
}
.App-box_feedback {
    position: relative;
    border-radius: 6px;
    padding: 2px 8px;
    max-width: 100%;
    border: 1px solid #000000;
    box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, .15);
    font-size: 14px;
    line-height: 1.8;
    background-color: #4E4E4E;
    direction: rtl;
    text-align: right;
    min-height: 45px;
    width: 80%;
    color: #FFFFFF;
    font-style: normal;
}

/* الأسهم الخاصة بـ App */
.App-box_feedback::before,
.App-box_feedback::after {
    content: "";
    position: absolute;
    top: 12px;
    width: 0;
    height: 0;
    border: 8px solid transparent;
    z-index: 2;
}
.App-box_feedback::after {
    border: 9px solid transparent;
    z-index: 1;
}
.right_feedback .App-box_feedback::before {
    right: -16px;
    border-left-color: #4E4E4E;
}
.right_feedback .App-box_feedback::after {
    right: -19px;
    border-left-color: #ffffff;
}
.left_feedback .App-box_feedback::before {
    left: -16px;
    border-right-color: #4E4E4E;
}
.left_feedback .App-box_feedback::after {
    left: -19px;
    border-right-color: #ffffff;
}
    
        
        
        
        
        
.ltr {
    direction: ltr;
    text-align: left;
}

/* end FeedBack */
    @keyframes shake {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(2deg); }
  50% { transform: rotate(-2deg); }
  75% { transform: rotate(2deg); }
  100% { transform: rotate(0deg); }
}

.shake-clock {
  animation: shake 1s infinite;
  display: inline-block;
  width: 30px;
  height: 30px;
}


.buttons-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 20px;
}

.option-box {
    flex: 1;
}

.option-box input[type="checkbox"] {
    display: none; /* نخفي الـ Checkbox العادي */
}

.option-box label {
display: block;
    text-align: center;
    padding: 6px 0;
    background-color: #2196F3;
    color: white;
    font-weight: bold;
    border-radius: 6px;
    cursor: pointer;
    font-size: 11px;
    width: 90%;
        margin-bottom: -10px;
}




/* تغيير لون الزر عند التحديد */
.option-box input[type="checkbox"]:checked + label {
    background-color: #0d8bf2;
}

.scroll-to-comments {
display: inline-block;
    background-color: #ffe01a;
    color: #333;
    padding: 2px 9px;
    border-radius: 6px;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #b3a12e;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
        margin-left: 10px;
}




.linked_id {
display: inline-block;
    background-color: #ffe01a;
    color: #333;
    padding: 8px 25px;
    border-radius: 8px;
    font-size: 12px;
    text-decoration: none;
    border: 1px solid #b3a12e;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
    transition: background 0.3s;
}

    h3, h4, h5, h6 {
        font-weight: 100;
	}
	.vip {
    background-color: #93cfff;
    border: 1px solid #23689f;
    color: #000000;
    font-weight: bold;
    padding: 1px 2px;
    border-radius: 4px;
    font-size: 12px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
		margin: -2px 0px 0px 0px;
}
	.vvip {
    background-color: #ffeb3b;
    border: 1px solid #ff9800;
    color: #c01a0e;
    font-weight: bold;
    padding: 1px 2px;
    border-radius: 4px;
    font-size: 12px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.1);
    letter-spacing: 1px;
		margin: -2px 0px 0px 0px;
}
    .btn {
    display: inline-block;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15sease-in-out, background-color .15sease-in-out, border-color .15sease-in-out, box-shadow .15sease-in-out;
}
		
		.product img.icon-img {
    all: unset;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.circle-question {
    display: inline-block;
    width: 16px;
    height: 16px;
    line-height: 16px;
    border-radius: 50px;
    background-color: red;
   
    text-align: center;
    font-weight: bold;
    font-size: 14px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px;
}