.archive-title {
    color: blue;
    text-align: center;
    padding: 10px;
    background-color: #ffeeee;
    border: 1px solid #dd4444;
    border-radius: 5px;
    margin-bottom: 10px;
}
.archive-title-span {
    font-size: 1.2em;
    margin-right: 10px;
}


/*********************ستايل الاخفاء *****************/
.hidden-items {
    display: none;
}

/********************************************/

/************************ستايل عناصر ال سينتر center *************/
.center-items-div {
color: blue;
    text-align: center;
font-size: 20px ;
}

/***********************************************************/

/*********************ديف متحرك للجدول من الهاتف **************/
.slider-div-for-mobile {
overflow-x: auto;
    display: flex;

} 

/*********************انتهاء ديف متحرك للجدول من الهاتف **************/


/********************ستايل الكابتشا*/
.capatcadiv {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}
/********************ستايل الكابتشا*/

/******************************************ستايل فورم الصفحات يلي بس بدي الزر *********************/
.form-button-only {
    background-color: transparent;
    padding: 0;
    border: none;
    box-shadow: none;
    outline: none; 
    width: 100%; 
    height: auto; 
    margin: 0; 
    appearance: none; 
    -webkit-appearance: none;
    -moz-appearance: none; 
}
/******************************************انتهاء ستايل فورم الصفحات يلي بس بدي الزر *********************/

/*************************************ستايل الديف p في الفقرات *******************/
.red-p-style {
    color: red;
    padding: 10px;
    background-color: #ffeeee;
    border: 1px solid #dd4444;
    border-radius: 5px;
    margin-bottom: 10px;
}
/*************************************ستايل الديف p في الفقرات *******************/
/*****************************ستايل التيكست اريا في صفحة صيغ الرسائل ***********/
.arabic {
    direction: rtl; /* تحديد الاتجاه من اليمين لليسار */
    text-align: right; /* محاذاة النص لليمين */
}

.turkish {
    direction: ltr; /* تحديد الاتجاه من اليمين لليسار */
    text-align: left; /* محاذاة النص لليمين */
}

/*****************************ستايل التيكست اريا في صفحة صيغ الرسائل ***********/




/**********************ستايل العام للصفحة ********************/
html, body {
align-items: center;
font-family: Arial, sans-serif;
background-color: #f0f2f5;
margin: 0;
padding: 0;
}
/******************************************************/
/****************************************************************************************ستايل الاعدادات ************************************************************/
.settings_php_h1 {
color: #1877F2;
text-align: center;
}
ul {
list-style: none;
padding: 0;
}
li {
margin: 10px;
}

.special-link a {
text-decoration: none;
color: #333;
display: block;
background-color: #fff;
padding: 10px;
border-radius: 5px;
box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
transition: background-color 0.3s;
}
a:hover {
background-color: #1877F2;
color: #fff;
}
/****************************************************************************************انتهاء ستايل الاعدادات ************************************************************/

/**************************************************************************************الفورم وغراضو ******************************************************************/
/*************************************************************الفورم ******************************************/  
  form {
    background-color: #ffffff;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    margin: 40px auto;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    animation: fadeIn 1s ease-out;
    border: 4px solid #ff0000;;
}
/**********حركات الفورم***********/
  @keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}
/**********انتهاء حركات الفورم***********/

  /************ستايل الفورم من الهاتف *****/
    @media (max-width: 768px) {
    form {
      padding: 30px;
      border-radius: 15px;
    }

    form h5 {
      font-size: 22px;
    }

    textarea {
      font-size: 15px;
      padding: 16px;
    }
  }
  
  
/*****الاجهزة الاصغر******/
  @media (max-width: 480px) {
    form {
      padding: 20px;
      max-width: 90%;
    }

    form h5 {
      font-size: 20px;
    }

    textarea {
      font-size: 14px;
      padding: 14px;
    }

   
  }

  /************انتهاء ستايل الفورم من الهاتف *****/
/*************************************************************انتهاء الفورم ******************************************/  


  

input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="date"],
input[type="url"] {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box; 
    transition: border 0.3s, box-shadow 0.3s;
}




  







    form h5 {
    color: #333;
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
  }
    textarea {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border-radius: 15px;
    border: 1px solid #ddd;
    background-color: #ffffff;
    resize: vertical;
    transition: border-color 0.3s, background-color 0.3s;
    box-sizing: border-box;
  }
    textarea:focus {
    border-color: #ff6f61;
    background-color: #fdfdfd;
    outline: none;
  }
  
  select {
width: 100%; 
padding: 10px; 
font-size: 18px;
text-align: center; 
border-radius: 5px;
border: 1px solid #ccc;
}

 label {
            font-size: 14px;
            color: #333;
            display: block;
            margin-bottom: 8px;
            font-weight: bold;
        }
        

        input[type="text"]:focus, input[type="password"]:focus , input[type="number"]:focus , input[type="email"]:focus{
            border-color: #007BFF;
            box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
        }
        
           input[type="date"] {
            width: 100%;
            padding: 10px;
            border: 1px solid #ccc;
            border-radius: 8px;
            outline: none;
            text-align: center;
            transition: border 0.3s, box-shadow 0.3s;
        }
        
        
/************************************************************************************/
       
        input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
}

input[type="checkbox"]:checked {
  background-color: #4caf50; 
  border-color: #4caf50;
}
/************************************************************************************/
  

  
  
/**************************************************************************************انتهاء الفورم وغراضو ******************************************************************/
 
  
  
/***************************************صفحة edit_phone_number.php *****************************************/
 .sms-system-or-balnce-status-err {
    font-size: 18px;
    color: red;
    text-align: center;
    padding: 15px;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    margin: 20px auto;
    width: 80%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.sms-err-link {
color: blue; 
text-decoration: underline;
cursor: pointer;
}
.sms-err-link:hover { 
color: darkblue; 
    
}
/***************************************صفحة edit_phone_number.php  end *****************************************/


 
  
  
  
  
  
  
  
/**************************************************************************الجداول *************************************************************************/
table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ddd;
  animation: rotateInFromLeft 0.8s ease-out; 
}
th, td {
  padding: 10px;
  text-align: center;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  cursor: pointer;
}

th {
  background-color: #1d4ed8;
  color: white;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

.th:not(:last-child),
.td:not(:last-child) {
  border-right: 1px solid #ddd;
}

.tr:hover {
  background-color: #f5f5f5;
}
  
  
  
  
  
/**************************************************************************انتهاء الجداول *************************************************************************/

/****************************************************************صفحة تفاصيل الفواتير حسب الزبون*/
.invoice-dt-td {
    color: blue;
}
.invoice-dt-td-value {
    color: red;
}

/****************************************************************صفحة تفاصيل الفواتير حسب الزبون*/
/***********************************أخفاء  في صفحة تفاصيل الفاتورة **********************************/
.hidden-br {
    display: none;
}
/***************************************************************************************/






/****************************************************************صفجة اضافة زبون*************************************************************************/
.addcustomertextarea {
    width: 90%; /* عرض الحقل */
    padding: 12px; 
    border-radius: 8px; 
    font-size: 16px; 
    border: 2px solid #ccc; 
    margin-top: 20px; 
    background-color: #f9f9f9;
    color: #333; 
    min-height: 120px; 
    resize: both; 
    transition: border-color 0.3s ease, box-shadow 0.3s ease; 
}


.addcustomertextarea:focus {
    border-color: #4CAF50; 
    outline: none; /*  إزالة الداير الافتراضي حواليه   */
    box-shadow: 0 0 8px rgba(76, 175, 80, 0.6); 
}

/***************************************************************************************************************************************/
/*************************************************************صورة تحميل التطبيق ********************/
.app-icon {
    width: 100px;
    height: 100px; 
    display: block; 
    margin: 0 auto; 
}
/*************************************************************صورة تحميل التطبيق ********************/
  
  
  
/***********************************************ستايل صفحة سجل البحث ***********************************************************/
.footer-for-searchbox {
background-color: #f0f0f0;
color: #fff;
text-align: center;
padding: 10px;
position: fixed;
bottom: 0;
width: 100%;
}


#search-input-u-box {
width: 50%;
padding: 10px;
border: 2px solid #007bff;
border-radius: 5px;
font-size: 18px;
outline: none;
box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
transition: border-color 0.3s, box-shadow 0.3s;
direction: rtl;
text-align: right;
margin-top: 13px;
margin-bottom: 10px; 
}
#search-input-u-box::placeholder {
color: #ccc;
}
#search-input-u-box:hover,
#search-input-u-box:focus {
border-color: #0056b3;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
/***********************************************انتهاء ستايل صفحة سجل البحث ***********************************************************/

/*******************************************************للـtooltip****************************************************************/
.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: #007bff;
  text-decoration: underline;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%; 
  left: 50%;
  margin-left: -100px;
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  .tooltip .tooltiptext {
    width: 150px; 
    font-size: 12px; 
  }
}
/*******************************************للـtooltip*****************************************************/
  
  
  
  
  
  
  
  
  
  
  
  
  
/******************************************************ستايل فورم ازرار السحب slider ***************************************/

.slider-form {
width: 80%;
max-width: 400px;
margin: 20px auto;
padding: 20px;
border-radius: 10px;
}
/*************************************************************************************************************/
/****************************************************************************ستايل زر السحب slider******************************************/

.switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}
.switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
-webkit-transition: .4s;
transition: .4s;
text-align: right;
}
.slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
left: 4px;
bottom: 4px;
background-color: white;
-webkit-transition: .4s;
transition: .4s;
}
input:checked + .slider {
background-color: #2196F3;
}
input:focus + .slider {
box-shadow: 0 0 1px #2196F3;
}
input:checked + .slider:before {
-webkit-transform: translateX(26px);
-ms-transform: translateX(26px);
transform: translateX(26px);
}
.slider.round {
border-radius: 34px;
}
.slider.round {
border-radius: 34px;
text-align: right;
}
input:checked + .slider {
text-align: left;
}

/***********************************************************************************انتهاء زر السحب slider************************************************/
/*################################################################ستايل ازرار صفحة تفاصيل الفاتورة  ##############################################################*/
/* ستايل الأزرار */
.screensho-button,
.ControlBoard {
    font-size: 20px; 
    margin: 1px; 
    border: none; 
    border-radius: 5px; 
    color: white; 
    cursor: pointer; 
    transition: background-color 0.3s ease; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 50px; 
    width: 50px; 
}


.ControlBoard {
    background-color: #28a745;
}


.screensho-button img i {
    width: 25px; 
    height: 25px; 
}


.screensho-button:hover,
.ControlBoard:hover {
    background-color: #0056b3;
}

/* تحديد المكان العائم للأزرار في يسار الصفحة من الأسفل */
#capture-button,
#capture-button-pdf,
.ControlBoard {
    position: fixed;
    left: 20px;
    bottom: 20px; 
}

/* ترتيب الأزرار */
#capture-button {
    bottom: 80px; 
}

#capture-button-pdf {
    bottom: 140px; 
}
/*################################################################انتهاء ستايل ازرار صفحة تفاصيل الفاتورة  ##############################################################*/
/****************************************************شريط التقدم لرفع الملف في صفحة ادارة الموقع قسم تطبيق الهاتف المحمول ***************************************/
/*  شريط التقدم */
.progress-bar {
    width: 100%; 
    height: 20px;
    border-radius: 10px; 
    appearance: none;
    background-color: #f3f3f3; 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
}


.progress-bar::-webkit-progress-value {
    background-color: #4caf50;
    border-radius: 10px;
}

/* تنسيق  (النسبة) */
.progress-status {
    display: block; /* لتظهر في سطر منفصل تحت الشريط */
    text-align: center; /* محاذاة النص في المنتصف */
    margin-top: 10px; /* مسافة بين الشريط والنص */
    font-size: 16px; /* حجم الخط */
    font-weight: bold; /* جعل النص عريض */
    color: #333; /* لون النص */
    font-family: 'Arial', sans-serif; /* الخط */
}
/****************************************************انتهاء شريط التقدم لرفع الملف في صفحة ادارة الموقع قسم تطبيق الهاتف المحمول ***************************************/




/************************************ستايل معاينة الصورة في صفحة الصور ************************/
#previewImage {
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

/**********اختر صورة *****/
  .chooseimagebtnlabel {
    display: inline-block;
    padding: 10px 20px;
    background: linear-gradient(135deg, #4A90E2, #007AFF);
    color: white;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
  }

  .chooseimagebtnlabel:hover {
    background: linear-gradient(135deg, #007AFF, #4A90E2);
    box-shadow: 0px 4px 10px rgba(0, 122, 255, 0.4);
  }
#imageInput {
    display: none;
  }
/**********اختر صورة *****/
/***********apk file **********/
#fileToUpload {
    display: none;
  }
/***********apk file **********/

/************************************انتهاء ستايل معاينة الصورة في صفحة الصور ************************/

/********************************************ستايل تغيير اللغة***********************************************/
.language-switcher {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Arial, sans-serif;
    padding: 10px;
    border-radius: 5px;
}

.language-switcher a {
    color: #333;
    text-decoration: none;
    margin: 0 10px;
    font-size: 16px;
    transition: color 0.3s, transform 0.3s;
}

.language-switcher a:hover {
    color: #007bff;
    transform: scale(1.1);
}

.language-switcher .active {
    font-weight: bold;
    color: #007bff;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}
/********************************************انتهاء ستايل تغيير اللغة***********************************************/


/***************************صفحة تسجيل الدخول ******************************************************/
.welcomebar {
background-color: #fff;
color: red;
padding: 20px;
position: sticky;
top: 0;
}


.password-container {
position: relative;
}
.password-toggle {
position: absolute;
top: 50%;
right: 10px;
transform: translateY(-50%);
cursor: pointer;
}
.password-toggle i {
font-size: 18px;
color: #888;
}
/****تلميح كلمة المرور و اسم المستخدم او الايميل في صفحة تسجيل الدخول */
#password::placeholder,
#username_email::placeholder {
    text-align: center;
}

/********************************تحميل التطبيق في صفحة تسجيل الدخول **************************************/
.app-notification {
    background-color: #28a745;
    color: white;
    padding: 3px;
    position: fixed;
    left: 0;
    right: 0;
    top: 77px; /* تغيير القيمة لتكون تحت topbar */
    text-align: center;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 8px 8px; /* تغيير الزوايا لتناسب الموقع الجديد */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    font-size: 14px;
}


.notification-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}


/********************************انتهاء تحميل التطبيق في صفحة تسجيل الدخول **************************************/



/*#################################################################### الازرار ################################################################################################*/
/*ازرار تسجيل الدخول تحميل التطبيق بدا تغيير*/
.download-button {
    background-color: #0056b3;
    color: white;
    padding: 8px 12px; 
    text-decoration: none;
    border-radius: 4px; 
    margin: 0 5px;
    transition: background-color 0.3s;
    font-size: 14px;
}

.download-button:hover {
    background-color: #004494;
}

.close_appnoti-btn {
    background: none;
    border: none;
    color: white;
    font-size: 18px; 
    cursor: pointer;
    margin-left: 10px;
}





.create_acc-btn,
.login-btn,
.cancel-btn,
.copy-btn,
.Changelogbuttun,
.download-btn,
.save-btn,
.close-btn,
.selectall-buttons,
.sent-buttons,
.update-buttons,
.search-buttons,
.payments-buttons,
.invoices-buttons,
.add-buttons,
.print-buttons,
.edit-buttons,
.continue-btn,
.view-buttons,
.reset-butuns,
.delete-buttons,
#permissionsButton {
        color: white; /* لون النص */
    border: none; /* إزالة الحدود */
    padding: 12px 12px; /* مسافات داخلية  */
    text-align: center; /* محاذاة النص */
    text-decoration: none; /* إزالة التسطير */
    display: inline-block; /* السماح للزر بالظهور بجانب العناصر الأخرى */
    font-size: 16px; /* حجم الخط */
    border-radius: 1px; /* زوايا مدورة بشكل خفيف */
    cursor: pointer; /* تغيير شكل المؤشر إلى يد */
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.2s; /* تأثيرات الانتقال */
    margin-right: 15px; /* إضافة تباعد بين الأزرار */
    margin-bottom: 10px; /* إضافة تباعد من الأسفل */
  margin-top: 15px; /* إضافة تباعد من الأعلى */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* ظل ناعم للأزرار */
    
}

.create_acc-btn:hover,
.login-btn:hover,
.cancel-btn:hover,
.copy-btn:hover,
.Changelogbuttun:hover,
.download-btn:hover,
.save-btn:hover,
.close-btn:hover,
.selectall-buttons:hover,
.sent-buttons:hover,
.update-buttons:hover,
.search-buttons:hover,
.payments-buttons:hover,
.invoices-buttons:hover,
.add-buttons:hover,
.print-buttons:hover,
.edit-buttons:hover,
.continue-btn:hover,
.view-buttons:hover,
.reset-butuns:hover,
.delete-buttons:hover,
#permissionsButton:hover {
    background-color: black; /* تغيير اللون عند التمرير */
    transform: scale(1.05); /* زيادة الحجم عند التمرير */
}



  /**************************************/

/**************************************/

/**********زر الصلاحيات*******/
#permissionsButton {
    background-color: #FF6347;
}  

/**********ازرار الحذف************/
.delete-buttons {
    background-color: red;
}  

.reset-butuns {
    background-color: #FF8C00;
}  

.view-buttons {
    background-color: #32CD32;
}  

.continue-btn {
    background-color: #3CB371;
}  

.edit-buttons {
    background-color: #20B2AA;
} 

.print-buttons {
    background-color: #4682B4;
}

.add-buttons {
    background-color: #6A5ACD;
}  

.invoices-buttons {
    background-color: #8A2BE2;
} 

.payments-buttons {
    background-color: #8B0000;
} 

.search-buttons {
    background-color: #FFD700;
} 

.update-buttons {
    background-color: #FF1493;
}  

.sent-buttons {
    background-color: #7B68EE;
} 

.selectall-buttons {
    background-color: #00FA9A;
} 

.close-btn {
    background-color: #F44336;
}

.save-btn {
    background-color: #4CAF50;
}

.download-btn {
    background-color: #3CB371;
}

/***************زر فتح التعديلات ***********/
.Changelogbuttun {
    background-color: #66CDAA;
}

.copy-btn {
    background-color: #40E0D0;
}

.cancel-btn {
    background-color: #FF6347;
}

/*********زر تسجيل الدخول ********/
.login-btn {
    background-color: #4169E1;
}

/**********زر انشاء حساب *********/
.create_acc-btn {
    background-color: #FF69B4;
}


  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
/******************************************** زر فتح الواتساب */
.open-whatsapp-button {
  all: unset; /*الغاء الخصايص الافتراضية */
  justify-content: center;
  cursor: pointer;
  width: 40px;
  height: 40px; 
  background-color: #25D366; 
  border-radius: 8px; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.open-whatsapp-button img {
  width: 24px; 
  height: 24px;
}

/******************************************** زر فتح الواتساب */

/***********************************************************زر الايميل ***********************/
.sendemail-btn {
  all: unset; 
  justify-content: center;
  cursor: pointer; 
  width: 40px; 
  height: 40px; 
  background-color: #25D366;
  border-radius: 8px; 
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2); 
}

.sendemail-btn img {
  width: 24px; 
  height: 24px;
}

/**************************************************************** انتهاء زر الايميل *******************/

  
  
/*#################################################################### انتهاء الازرار ################################################################################################*/

  
/***********************************************************************ازار التنقل بين الفواتير *********************************************************************/
  /*زر الفاتورة التالية*/
  .next-button {
      position: fixed;
      top: 50%;
      right: 20px;
      transform: translateY(-50%);
      background-color: transparent;
      border: none;
      font-size: 30px;
      cursor: pointer;
    }

.next-button:after {
  content: '→';
  font-size: 60px; /* زيادة حجم السهم */
  font-weight: bold; /* جعل السهم أكثر سمكًا */
  color: #333;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* إضافة تأثير الظل لجعل السهم أكثر وضوحًا */
}
/*انتهاء زر الفاتورة التالية*/
/*زر الفاتورة السابقة*/
.prev-button {
    position: fixed;
    top: 50%;
    left: 20px; /* الزر في الجهة اليسرى */
    transform: translateY(-50%);
    background-color: transparent;
    border: none;
    font-size: 30px;
    cursor: pointer;
}

.prev-button:after {
    content: '←'; /* تغيير السهم إلى اليسار */
    font-size: 60px; /* زيادة حجم السهم */
    font-weight: bold; /* جعل السهم أكثر سمكًا */
    color: #333;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* إضافة تأثير الظل لجعل السهم أكثر وضوحًا */
}


/*انتهاء زر الفاتورة السابقة*/
/***********************************************************************انتهاء ازار التنقل بين الفواتير *********************************************************************/
  
/********************************************************************************* صفحة index *****************************************************************************/ 
#buttons-container {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff; /* لون خلفية الزرار */
    box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1); /* ظل لزرار أسفل الصفحة */
    display: flex;
    justify-content: space-around;
    padding: 10px;
    z-index: 999; /* تأكد من أن الزر يظهر أعلى العناصر الأخرى */
}
#buttons-container button {
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#buttons-container button:hover {
    background-color: #005F80; /* لون الخلفية عند التحويل على الزر */
}
  
   #callButton {
    background-color: #fff; /* لون الخلفية */
    color: #008CBA; /* لون النص */
    border: none; /* إزالة الحدود */
    padding: 10px 20px; /* هوامش داخلية للزر */
    border-radius: 5px; /* زاوية الزر */
    cursor: pointer; /* تغيير المؤشر عند تمريره فوق الزر */
  }


#callButton i {
    font-size: 30px; /* تكبير حجم أيقونة الواتساب */
}

  #callButton:hover {
    background-color: #005F80; /* لون الخلفية عند تمرير المؤشر فوق الزر */
  }
    #whatsappButton {
    background-color: #fff; /* لون الخلفية لواتساب */
    color: #25d366; /* لون النص */
    border: none; /* إزالة الحدود */
    padding: 10px 20px; /* هوامش داخلية للزر */
    border-radius: 5px; /* زاوية الزر */
    cursor: pointer; /* تغيير المؤشر عند تمريره فوق الزر */

      
  }



#whatsappButton:hover {
    background-color: #128C7E; /* لون الخلفية عند تمرير المؤشر فوق الزر */
}
.button-style, #saveAndSendButton {
    background-color: #FFf;
    color: #FF5733;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.button-style i, #saveAndSendButton i {
    font-size: 40px; /* حجم الأيقونة */
}

.button-style:hover, #saveAndSendButton:hover {
    background-color: #005F80;
}
.button-style, #arsaveAndSendButton {
    background-color: #FF5733;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}
.button-style:hover, #arsaveAndSendButton:hover {
    background-color: #005F80;
}

  #saveButton {
    background-color: #fff; /* لون الخلفية */
    color: #fff; /* لون النص */
    border: none; /* إزالة الحدود */
    padding: 10px 20px; /* هوامش داخلية للزر */
    border-radius: 5px; /* زاوية الزر */
    cursor: pointer; /* تغيير المؤشر عند تمريره فوق الزر */
    font-size: 40px; /* حجم النص والأيقونة */
  }
  
  

 #saveButton:hover {
    background-color: #128C7E; /* لون الخلفية عند تمرير المؤشر فوق الزر */
}
/********************************************************************************* انتهاء صفحة index  *****************************************************************************/ 
        
  
  
  