.enablediv {
    background-color: #74b741 !important;
    box-shadow: none !important;
    border: none;
}

.adminmngicons {
    color: #3a008c;
    font-size: 80px;
}

.customModalForImage {
    z-index: 99999;
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0px;
    background-color: #000;
}

.imageContent {
    z-index: 999999;
    color: #fff;
    opacity: 1;
    margin: auto;
    width: 80%;
    text-align: center;
    padding: 10px;
}

.isgreen {
    background-color: #b0ff74;
}

.isyellow {
    background-color: rgb(252, 252, 128);
}

.isred {
    background-color: rgb(252, 146, 146);
}

.isblue {
    background-color: #d2b3ff;
}

.text-me {
    color: #3a008c !important;
}

.bg-me {
    background-color: #3a008c;
    color: white;
}

.imageForSlide {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

#tableSearhing1 input {
    border-radius: 50px;
}

#tableSearhing1_info {
    display: none;
}

#tableSearhing1_length {
    display: none;
}

.btn-success-dark {
    background-color: #004F04 !important;
    outline: #004F04 !important;
}

.font-bold {
    font-weight: bold !important;
}

.btn-info {
    background-color: #0044c4 !important;
}

.page-item.active .page-link {
    z-index: 1;
    color: rgb(255 255 255);
    background-color: #3a008c !important;
    border-color: #3a008c !important;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #3a008c;
    background-color: rgb(255 255 255);
}

.custom-control-label::before,
.custom-control-label::after {
    right: 0;
}

label span {
    width: 150px;
    position: absolute;
    right: 21px;
}

ul.list-group {
    padding-right: 0px !important;
}

.can-x-scroll {
    overflow-x: scroll !important;
}

thead.thead-dark {
    background: rgb(62,1,120) !important;
    background: linear-gradient(90deg, rgba(62,1,120,1) 0%, rgba(131,40,161,1) 100%) !important;
    color: white !important;
}

.shadow-1 {
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.middleTable td {
    vertical-align: middle !important;
}

.textBigTable td,
.textBigTable th {
    font-size: 15px !important;
}

.card {
    border: none !important;
    border-radius: 0px !important;
    border: 1px solid rgb(233, 233, 233) !important;
}

.card-body {
    border-radius: 0px !important;
}

.card-header {
    border-radius: 0px !important;
    background: rgb(62,1,120) !important;
    background: linear-gradient(90deg, rgba(62,1,120,1) 0%, rgba(131,40,161,1) 100%) !important;
    color: white !important;
}

.bg-primary {
    border-radius: 0px !important;
    background: rgb(62,1,120) !important;
    background: linear-gradient(90deg, rgba(62,1,120,1) 0%, rgba(131,40,161,1) 100%) !important;
    color: white !important;
}

.bg-me-light {
    background: rgb(239, 223, 255) !important;
    color: rgb(62,1,120) !important;
    font-weight: bold;
}

.text-bold {
    font-weight: bold !important;
}

.order-table {
    border: 1px solid rgb(218, 218, 218) !important;
}

.btn-sizes {
    cursor: pointer;
    font-size: 9px;
    padding: 3px !important;
    /* border: 1px solid rgba(62,1,120,1)!important; */
}

.btn-sizes:active {
    color: #fff !important;
    /* background-color: rgba(62,1,120,1); */
}

.size-radio {
    display: none;
}

.sub-sub-icon {
    top: 0px !important;
}

.btn-primary {
    box-shadow: none !important;
}

.btn {
    padding: 3px 14px !important;
}

.form-control {
    height: 30px !important;
}

.branch-text {
    font-size: 10px !important;
    margin-top: -2px !important;
    display: block;
}

/* ============================
   🔰 زر واتساب عائم ثابت
   ============================ */

.whatsapp-icon {
    position: fixed;
    bottom: 90px;          /* ديسكتوب: فوق شوية من تحت */
    right: 18px;

    width: 60px;
    height: 60px;

    background-color: #25D366;   /* لون واتساب */
    border-radius: 50%;
    box-shadow: 0 6px 18px rgba(0,0,0,.35);

    display: flex;
    align-items: center;
    justify-content: center;

    z-index: 99999;
    cursor: pointer;
    transition: all .25s ease;
}

/* الرابط داخل الزر */
.whatsapp-icon a {
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

/* لو تستخدم Font Awesome */
.whatsapp-icon i {
    font-size: 30px;
    line-height: 1;
}

/* لو تستخدم صورة داخل الزر */
.whatsapp-icon img {
    width: 70%;
    height: 70%;
    object-fit: contain;
}

/* حركة بسيطة عند المرور */
.whatsapp-icon:hover {
    transform: scale(1.08) translateY(-3px);
    box-shadow: 0 10px 25px rgba(0,0,0,.45);
    filter: brightness(1.05);
}

/* موبايل: نرفعه فوق شوية عشان ما يغطيش شريط التنقل السفلي */
@media (max-width: 576px) {
    .whatsapp-icon {
        bottom: 120px;
        right: 15px;
        width: 54px;
        height: 54px;
    }

    .whatsapp-icon i {
        font-size: 26px;
    }
}

/* ============================
   🛒 دائرة السلة + عنوانها
   ============================ */

.header-icons-noti {
    background-color: #d32f2f !important;   /* أحمر */
    color: #ffffff !important;              /* رقم أبيض */
    border-radius: 50%;
    min-width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: bold;
}

/* نص "حقيبة التسوق" تحت الأيقونة في الهيدر */
.cart-label {
    font-size: 11px;
    color: #3a008c;
    margin-top: 2px;
    font-weight: 600;
    text-align: center;
    display: block;
}
