*{
    direction: rtl !important;
}
html {
  font-size: 0.95rem;
  font-family: 'Tajawal', sans-serif;
  line-height: 1em;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.alert-box {
            background-color: #ffeeba;
            color: #85640c;
            border: 1px solid #ffe082;
            padding: 15px;
            margin-bottom: 20px;
            border-radius: 5px;
            display: flex;
            align-items: center;
            
        }
.alert-icon {
            margin-left: 10px;
            font-size: 1.2em;
        }
.alertanma {
	animation: alertpulse 1.5s infinite alternate; /* إضافة أنيميشن النبض */
            
}
.ordercount {
            color: #ff6b6b; /* لون الكتابة المميز */
            font-weight: bold; /* لجعل النص أكثر بروزًا */
            margin-right: 3px; /* مسافة بين الأيقونة والنص */
            margin-left: 3px;
        }
@keyframes alertpulse {
            0% {
                transform: scale(1);
                opacity: 0.8;
            }
            100% {
                transform: scale(1.1);
                opacity: 1;
            }
        }
        
.btn-app-tools .f-5{
/*  display: block;*/
  font-size: 20px !important;
},

/* لجعل النصوص في Select2 متوافقة مع اللغة العربية */
.select2-container .select2-selection --single {
    direction: rtl;
    text-align: right;
}

.select2-dropdown {
    direction: rtl;
    text-align: right;
}
.select2-selection.is-invalid {
    border: 1px solid #dc3545 !important; /* لون الإطار الأحمر مثل Bootstrap */
    border-radius: 4px; /* للحفاظ على شكل الإطار */
}
.select2-selection.is-valid {
    border: 1px solid #28a745 !important; /* لون الإطار الأحمر مثل Bootstrap */
    border-radius: 4px; /* للحفاظ على شكل الإطار */
}
/* لضمان ظهور القائمة بشكل صحيح */
.select2-container--default .select2-dropdown {
    z-index: 1050; /* قيمة أعلى من العناصر الأخرى */
}

/* الحاوية التي تحتوي القائمة */
.zindexselect2 {
    position: relative;
    z-index: 1;
}
.notification-bar {
   position: fixed;
   top: 45px; /* Navbar height */
   left: 0;
   width: 100%;
   z-index: 1040; /* Ensure it's above content but below modals */
   box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.notification-icon {
   font-size: 11px;
   margin-right: 10px;
}

.notification-title {
   font-weight: bold;
   margin-right: 10px;
 }
.notification-message {
            margin-right: 9px;
        }
.contacts-list-info {
  color: #ffffff;
  margin-left: 5px;
  margin-right: 5px;
}

.contacts-list > li {

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  padding: 5px;
}

.contacts-list > li::after {
  display: block;
  clear: both;
  content: "";
}

.contacts-list > li:last-of-type {
  border-bottom: 0;
}

.contacts-list-img {
  border-radius: 50%;
 
  float: right;
  width: 40px;
  margin-left: -20px;
}

.contacts-list-info {
  color: #ffffff;
  margin-right: 5px;
}

.contacts-list-name,
.contacts-list-status {
  display: block;
}

.contacts-list-name {
    margin-right: -30px;
  font-weight: 400;
   font-size: 17px;
  padding-left:0px;
}

.contacts-list-status {
  font-size: 0.875rem;
}

.contacts-list-date {
  color: #ced4da;
  font-weight: normal;
  font-size: 12px;

  position: relative;
  left: 5px;
  
}

.contacts-list-msg {
  color: #b1bbc4;
  font-weight: 400;
   font-size: 15px;
   text-align: left;
   margin-right 0px;
   padding-left:0px;
}

.progress-container {
    width: 100%;
    background-color: #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
    height: 20px;
    margin: 10px 0;
    position: relative;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}

.progress-bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, #4caf50, #81c784);
    text-align: center;
    line-height: 20px;
    color: white;
    font-weight: bold;
    font-size: 14px;
    border-radius: 8px;
    transition: width 0.4s ease-in-out;
}


   .warehouse-card {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            height: 150px;
            color: #fff;
            font-size: 1.2rem;
            font-weight: bold;
            border-radius: 10px;
            cursor: pointer;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }
        .warehouse-card:hover {
            transform: scale(1.1);
            box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
        }
        .warehouse-card i {
            font-size: 2.5rem;
            margin-bottom: 10px;
        }

        .warehouse-1 { background-color: #0078D7; } /* أزرق */
		.warehouse-2 { background-color: #E81123; } /* أحمر */
		.warehouse-3 { background-color: #2D7D46; } /* أخضر */
		.warehouse-4 { background-color: #F9A825; } /* أصفر */
		.warehouse-5 { background-color: #8E44AD; } /* بنفسجي */
		.warehouse-6 { background-color: #FF5733; } /* برتقالي */
		.warehouse-7 { background-color: #1ABC9C; } /* تركواز */
		.warehouse-8 { background-color: #34495E; } /* رمادي غامق */
		.warehouse-9 { background-color: #D35400; } /* بني */
		.warehouse-10 { background-color: #2C3E50; } /* أزرق داكن */
		
		.warehouse {
			//display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
        }
		.warehouse .container {
            background: rgba(255, 255, 255, 0.1);
            padding: 30px;
            border-radius: 15px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
            
        }

        .warehouse h4 {
            font-size: 1.5rem;
            margin-bottom: 30px;
            text-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
        }

        .warehouse .option-card {
            background: rgba(255, 255, 255, 0.2);
            border: none;
            border-radius: 15px;
            padding: 20px;
            transition: transform 0.4s ease, box-shadow 0.4s ease;
            cursor: pointer;
        }

        .warehouse .option-card:hover {
            transform: scale(1.1);
            box-shadow: 0 8px 20px rgba(255, 255, 255, 0.3);
        }

        .warehouse .option-card i {
            font-size: 3rem;
            margin-bottom: 10px;
        }

        .warehouse .form-section {
            display: none;
            margin-top: 30px;
            background: rgba(0, 0, 0, 0.1);
            padding: 20px;
            border-radius: 10px;
        }

        .warehouse .select2-container--default .select2-selection--single {
            background-color: #fff;
            border-radius: 5px;
            height: 40px;
            display: flex;
            align-items: center;
        }

        .warehouse .select2-container .select2-selection--multiple {
            background-color: #fff;
            border-radius: 5px;
        }

        

.text-table td {
 text-align: center;
}
 /* body.swal2-shown > [aria-hidden="true"] {
  transition: 0.1s filter;
  filter: blur(10px);
} */
.btn-scroll-new-msg {
   display: none;
    position: absolute;
    bottom: 85px;
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 99;
    font-size: 35px;
    border: none;
    outline: none;
    background-color: #161414a3;
    color: #ffffff;
    cursor: pointer;
    border-radius: 14px;
}

.btn-scroll-new-msg:hover {
  background-color: #555;
}
.newmsgbtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}
.newmsgCS {
  /*display: none;*/
  position: absolute;
  /*bottom: 20px;
 /* right: 22px;*/
  margin-right : -45px;
  z-index: 990;
  font-size: 15px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding-right: 5px;
  padding-left: 5px;
  border-radius: 4px;
}
.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.0rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.0rem;
  color: #6c757d;
  content: "/";
}

.fa-lg {
  font-size: 1.25em;
  line-height: normal;
  vertical-align: -0.075em;
}
.fa-ul {
  list-style-type: none;
  margin-right: var(--fa-li-margin, 2.5em);
  padding-right: 0; }
.fa-ul > li {
    position: relative; 
}

.fa-li {
  right: calc(var(--fa-li-width, 2em) * -1);
  position: absolute;
  text-align: center;
  width: var(--fa-li-width, 2em);
  line-height: inherit; }

.badge-done {
  color: #ffffff !important;
  background-color: #c26a06 !important;
}

a.badge-done:hover, a.badge-secondary:focus {
  color: #ffffff;
  background-color: #c26a06;
}

a.badge-done:focus, a.badge-secondary.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.colored-toast.swal2-icon-success {
  background-color: #5cb85c !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-title {
  color: white;
}

.colored-toast .swal2-close {
  color: white;
}

.colored-toast .swal2-html-container {
  color: white !important;
}

.btn-app-tools {

  border-radius: 3px;

  background-color: #f8f9fa;
  border: 0px solid #ddd;
  color: #6c757d;
  font-size: 15px;
  height: 50px;
  margin: 5 0 5 0px;
  min-width: 40px;
  padding: 5px 5px;
  position: relative;
  text-align: center;
}

.btn-app-tools > .fa,
.btn-app-tools > .fas,
.btn-app-tools > .far,
.btn-app-tools > .fab,
.btn-app-tools > .glyphicon,
.btn-app-tools > .ion {
  display: block;
  font-size: 25px;
}

.btn-app-tools:hover {
  background: #f8f9fa;
  border-color: #aaaaaa;
  color: #444;
}

.btn-app-tools:active, .btn-app-tools:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app-tools > .badge {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: -10px;
  top: -3px;
}



/* تنسيق الزر */
.btn-pulse {
   /* background: linear-gradient(45deg, #007bff, #0056b3);*/
    color: #000;
    border: 1px;
    padding: 5px 10px;
    font-size: 0.8rem;
    font-weight: bold;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
    //box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
}

/* تأثير عند تمرير الماوس */
.btn-pulse:hover {
    /*background: linear-gradient(45deg, #0056b3, #004099);*/
    transform: scale(1.05);
    //box-shadow: 0 6px 15px rgba(0, 123, 255, 0.5);
}

/* تأثير النبض */
@keyframes pulse {
    0% { transform: scale(1); }
    25% { transform: scale(1.1); }
    50% { transform: scale(1.1); }
    75% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.btn-pulse {
    animation: pulse 1.5s infinite alternate ease-in-out;
}

/* تأثير الاهتزاز عند تمرير الماوس */
.btn-pulse:hover {
    animation: shake 0.5s ease-in-out;
}

@keyframes shake {
    0%, 100% { transform: translateX(0); }
    25% { transform: translateX(-4px); }
    50% { transform: translateX(4px); }
    75% { transform: translateX(-4px); }
}


@keyframes pulse2 {
    0% { transform: scale(1); box-shadow: 0 0 10px rgba(0, 123, 255, 0.7); }
    40% { transform: scale(1.2); box-shadow: 0 0 20px rgba(0, 123, 255, 1); }
    60% { transform: scale(0.9); box-shadow: 0 0 10px rgba(0, 123, 255, 0.5); }
    80% { transform: scale(1.15); box-shadow: 0 0 25px rgba(0, 123, 255, 0.9); }
    100% { transform: scale(1); box-shadow: 0 0 10px rgba(0, 123, 255, 0.7); }
}

@keyframes radar {
    0% { transform: scale(1); opacity: 0.6; }
    100% { transform: scale(2.5); opacity: 0; }
}

.cart {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    position: fixed;
    bottom: 80px; /* رفع العنصر الأساسي للأعلى */
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #dc3545; /* اللون الأساسي Primary */
    border: 2px solid #dc3545;
    background:#fff;
    animation: pulse24 1.5s infinite ease-in-out;
    cursor: pointer;
}

.cart::before {
    content: "";
    position: absolute;
    top: 0px; /* رفع تأثير الرادار للأعلى */
    left: 0%;
    width: 100%;
    height: 100%;
    border: 2px solid rgba(220, 53, 69, 1);
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: radar 1.5s infinite ease-out;
}

.btn-group .btn-app-row {

  border-radius: 3px !important;
  background-color: #fff !important;
  border: 1px solid #ddd;
  color: rgb(52, 58, 64) !important;
  font-size: 20px;
  height: 80px;
  width: 80px;
 
  padding: 8px;
  /*position: relative;*/
  text-align: center;
}

.btn-app-row > .fa,
.btn-app-row > .fas,
.btn-app-row > .far,
.btn-app-row > .fab,
.btn-app-row > .glyphicon,
.btn-app-row > .ion {
  display: block;
  font-size: 20px;
}

.btn-app-row:hover {
  background: #f8f9fa;
  border-color: #aaaaaa;
  color: #444;
}

.btn-app-row:active, .btn-app-row:focus {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-app-row > .badge {
  font-size: 12px;
  font-weight: 400;
  position: absolute;
  right: -10px;
  top: -3px;
}




.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #000000;
  margin: -4px 0 0 -4px;
}
.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}
.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}
.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}
.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}
.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}
.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}
.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}
.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}


.layout-fixed .main-sidebar {
    right: 0;
}
.products-list .product-info-right{
  margin-right: 60px;
}
.products-list .product-img img {
  height: 70px;
  width: 70px;
}
.brand-image {
    float: right;
}
.centered {
  position: fixed;
  top: 300px;
  left: 50%;
  /* bring your own prefixes */
  transform: translate(-50%, -50%);
}
.content-wrapper, .main-footer, .main-header {
    margin-left: 0px;
    margin-right: 250px;
}
.mr-auto-navbav{
    margin-right: auto!important;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
}

[class*=icheck-]>input:first-child:checked+input[type=hidden]+label::after, 
[class*=icheck-]>input:first-child:checked+label::after {
    right: 15px;
    left: auto;
}
.nav-sidebar .nav-link>.right, 
.nav-sidebar .nav-link>p>.right {
    left: 1rem;
    right: auto;
}
.nav-sidebar .nav-link>.right:nth-child(2), 
.nav-sidebar .nav-link>p>.right:nth-child(2) {
    left: 2.2rem;
    right: auto;
}
.small-box .icon>i {
    left: 15px;
    right: auto;
}
.login-card-body .input-group-rtl .input-group-text ,
.register-card-body .input-group-rtl .input-group-text {
  background-color : transparent;
  border-bottom-right-radius: 0.25rem !important;
  border-right: 0;
  border-top-left-radius: 0.25rem !important;
  color: #777;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 992px){
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
        margin-right: 4.6rem!important;
    }
    .sidebar-mini.sidebar-collapse .content-wrapper, .sidebar-mini.sidebar-collapse .main-footer, .sidebar-mini.sidebar-collapse .main-header {
        margin-right: 4.6rem!important;
        margin-left: 0!important;
    }
}

@media (max-width: 767.98px) {
    .main-sidebar, .main-sidebar::before {
        box-shadow: none !important;
        margin-right: -250px;
    }

    .content-wrapper, .content-wrapper::before, .main-footer, .main-footer::before, .main-header, .main-header::before {
        margin-right: 0;
    }

    .sidebar-open .main-sidebar, .sidebar-open .main-sidebar::before {
        margin-right: 0;
    }
}
.containerload {
  justify-content: center 
}
.dots {
  position: relative;
  width: 150px;
  height: 20px;
  transform: scale(.25,.25)
}
.dot {
  width: 25px;
  height: 25px;
  position: absolute;
  top : 50%;
  transform: translate(0,-50%);
  opacity: 0;
  border-radius: 50%;
  background-color: #0082C3
}
.dot-1 {
  animation : animation-dots 1.5s infinite linear 1s
}
.dot-2 {
  animation : animation-dots 1.5s infinite linear 0.7s
}
.dot-3 {
  animation : animation-dots 1.5s infinite linear 0.6s
}
.dot-4 {
  animation : animation-dots 1.5s infinite linear 0.5s
}
.dot-5 {
  animation : animation-dots 1.5s infinite linear 0.6s
}
.dot-6 {
  animation : animation-dots 1.5s infinite linear 0.7s
}
.dot-7 {
  animation : animation-dots 1.5s infinite linear
}
@keyframes lds-roller {

  0% {

    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes animation-dots {
  0% {
    right: -300px;
    opacity: 0
  }
  12.5% {
    right: 0px;
    opacity: 0.5
  }
  25% {
    right: 0px;
    opacity: 1
  }
  37.5% {
    right: 0px;
    opacity: 1
  }
  50% {
    right: 0px;
    opacity: 1
  }
  62.5% {
    right: 0px;
    opacity: 1
  }
  75.8% {
    right: 100px;
    opacity: 1
  }
  
  87.5% {
    right: 100px;
    opacity: 0.5
  }
  100% {
    opacity: 0;
    right: 300px
  }
}


.text-red10 {
  font-size:9px !important;
  color: #ff8085 !important;
}

.badge-blue0 {
  color: #101517 !important;
  background-color: #f0f6fc !important;
}
.badge-blue5 {
  color: #101517 !important;
  background-color: #c5d9ed !important;
}
.badge-blue10 {
  color: #101517 !important;
  background-color: #9ec2e6 !important;
}
.badge-blue20 {
  color: #101517 !important;
  background-color: #72aee6 !important;
}
.badge-blue30 {
  color: #101517 !important;
  background-color: #4f94d4 !important;
}
.badge-blue40 {
  color: #101517 !important;
  background-color: #3582c4 !important;
}
.badge-blue50 {
  color: #ffffff !important;
  background-color: #2271b1 !important;
}
.badge-blue60 {
  color: #ffffff !important;
  background-color: #135e96 !important;
}
.badge-blue70 {
  color: #ffffff !important;
  background-color: #0a4b78 !important;
}
.badge-blue80 {
  color: #ffffff !important;
  background-color: #043959 !important;
}
.badge-blue90 {
  color: #ffffff !important;
  background-color: #01263a !important;
}
.badge-blue100 {
  color: #ffffff !important;
  background-color: #00131c !important;
}


.badge-gray0 {
  color: #101517 !important;
  background-color: #f6f7f7 !important;
}
.badge-gray2 {
  color: #101517 !important;
  background-color: #f0f0f1 !important;
}
.badge-gray5 {
  color: #101517 !important;
  background-color: #dcdcde !important;
}
.badge-gray10 {
  color: #101517 !important;
  background-color: #c3c4c7 !important;
}
.badge-gray20 {
  color: #101517 !important;
  background-color: #a7aaad !important;
}
.badge-blue30 {
  color: #101517 !important;
  background-color: #8c8f94 !important;
}
.badge-gray40 {
  color: #101517 !important;
  background-color: #787c82 !important;
}
.badge-gray50 {
  color: #ffffff !important;
  background-color: #646970 !important;
}
.badge-gray60 {
  color: #ffffff !important;
  background-color: #50575e !important;
}
.badge-gray70 {
  color: #ffffff !important;
  background-color: #3c434a !important;
}
.badge-gray80 {
  color: #ffffff !important;
  background-color: #2c3338 !important;
}
.badge-gray90 {
  color: #ffffff !important;
  background-color: #1d2327 !important;
}
.badge-gray100 {
  color: #ffffff !important;
  background-color: #101517 !important;
}


.badge-red0 {
  color: #101517 !important;
  background-color: #fcf0f1 !important;
}
.badge-red5 {
  color: #101517 !important;
  background-color: #facfd2 !important;
}
.badge-red10 {
  color: #101517 !important;
  background-color: #ffabaf !important;
}
.badge-red20 {
  color: #101517 !important;
  background-color: #ff8085 !important;
}
.badge-red30 {
  color: #101517 !important;
  background-color: #f86368 !important;
}
.badge-red40 {
  color: #101517 !important;
  background-color: #e65054 !important;
}
.badge-red50 {
  color: #ffffff !important;
  background-color: #d63638 !important;
}
.badge-red60 {
  color: #ffffff !important;
  background-color: #b32d2e !important;
}
.badge-red70 {
  color: #ffffff !important;
  background-color: #8a2424 !important;
}
.badge-red80 {
  color: #ffffff !important;
  background-color: #691c1c !important;
}
.badge-red90 {
  color: #ffffff !important;
  background-color: #451313 !important;
}
.badge-red100 {
  color: #ffffff !important;
  background-color: #240a0a !important;
}


.badge-yellow0 {
  color: #101517 !important;
  background-color: #fcf9e8 !important;
}
.badge-yellow5 {
  color: #101517 !important;
  background-color: #f5e6ab !important;
}
.badge-yellow10 {
  color: #101517 !important;
  background-color: #f2d675 !important;
}
.badge-yellow20 {
  color: #101517 !important;
  background-color: #f0c33c !important;
}
.badge-yellow30 {
  color: #101517 !important;
  background-color: #dba617 !important;
}
.badge-yellow40 {
  color: #101517 !important;
  background-color: #bd8600 !important;
}
.badge-yellow50 {
  color: #ffffff !important;
  background-color: #996800 !important;
}
.badge-yellow60 {
  color: #ffffff !important;
  background-color: #755100 !important;
}
.badge-yellow70 {
  color: #ffffff !important;
  background-color: #614200 !important;
}
.badge-yellow80 {
  color: #ffffff !important;
  background-color: #4a3200 !important;
}
.badge-yellow90 {
  color: #ffffff !important;
  background-color: #362400 !important;
}
.badge-yellow100 {
  color: #ffffff !important;
  background-color: #211600 !important;
}


.badge-green0 {
  color: #101517 !important;
  background-color: #edfaef !important;
}
.badge-green5 {
  color: #101517 !important;
  background-color: #b8e6bf !important;
}
.badge-green10 {
  color: #101517 !important;
  background-color: #68de7c !important;
}
.badge-green20 {
  color: #101517 !important;
  background-color: #1ed14b !important;
}
.badge-green30 {
  color: #101517 !important;
  background-color: #00ba37 !important;
}
.badge-green40 {
  color: #101517 !important;
  background-color: #00a32a !important;
}
.badge-green50 {
  color: #ffffff !important;
  background-color: #008a20 !important;
}
.badge-green60 {
  color: #ffffff !important;
  background-color: #007017 !important;
}
.badge-green70 {
  color: #ffffff !important;
  background-color: #005c12 !important;
}
.badge-green80 {
  color: #ffffff !important;
  background-color: #00450c !important;
}
.badge-green90 {
  color: #ffffff !important;
  background-color: #003008 !important;
}
.badge-green100 {
  color: #ffffff !important;
  background-color: #001c05 !important;
}
.swal2-radio {
	display: grid !important;
    text-align: right !important;
}

/* الخلفية الشفافة */
#overlay2 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5); /* خلفية شفافة */
    z-index: 1000;
    display: none; /* إخفاء العلامة في البداية */
    justify-content: center;
    align-items: center;
}

/* علامة التحميل */
.spinner {
    border: 12px solid #f3f3f3;
    border-radius: 50%;
    border-top: 12px solid #3498db;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
}

/* الحركة الدورانية */
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.table-wrapper {
    position: relative;
}

.tbody-relative {
    position: relative;
    z-index: 1;
}

.table-overlay1 {
    position: absolute;
    top: 1%; /* حسب ارتفاع thead */
    left: 0;
    width: 100%;
    height: 100%; /* تغطي فقط tbody */
    background: rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}
 

.table-overlay1 .spinner {
    font-size: 0rem;
    color: #007bff;
}
/*.dropup,
.dropdown {
  position: relative;
  z-index: 0; /* قيمة عالية لضمان الظهور فوق العناصر الأخرى */
/*}*/

.clear-daterange {
    cursor: pointer;
    color: red;
    font-size: 18px;
    padding: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.clear-daterange:hover {
    color: darkred;
}
.custom-dropdown-menu {
    position: absolute;
    background: white;
    border: 1px solid #ddd;
    border-radius: 5px;
    z-index: 0;
    list-style: none;
    padding: 5px 0;
    min-width: 150px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    
}

.custom-dropdown-item {
   
    cursor: pointer;
    transition: background 0.3s;
}

.custom-dropdown-item:hover {
    background: #f8f9fa;
}






.metro-tile {
            background: #007bff;
            color: white;
            border-radius: 8px;
            padding: 40px;
            text-align: center;
            font-size: 24px;
            margin-bottom: 20px;
            transition: background 0.3s ease;
        }

        .metro-tile:hover {
            background: #0056b3;
            cursor: pointer;
        }

        .metro-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 20px;
        }

        .tile-icon {
            font-size: 40px;
            margin-bottom: 10px;
        }

        .tile-title {
            font-size: 18px;
        }

        .form-container {
            display: none;
        }

        .form-container.active {
            display: block;
        }

        .btn-primary {
            background-color: #007bff;
            border-color: #007bff;
        }

        /* Hide the metro-container when form is active */
        .metro-container {
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
            gap: 20px;
        }

        .form-section {
            display: none;
        }

        .form-section.active {
            display: block;
        }

        .btn-back {
            margin-top: 20px;
        }

