*{
    margin: 0px;
    padding: 0px;
    direction: rtl !important;
    font-family: 'Tajawal', sans-serif !important;
}

.fa, .far, .fas{
    font-family: "Font Awesome 5 Free" !important;
}

.sidebar {
    position: fixed;
    top: 0;
    right: 0;
    height: 100%;
    width: 280px;
    background: rgba(255, 255, 255, 1);
    z-index: 100;
    border-right: 2px solid rgba(230, 232, 236, 1);
    transition: all 0.5s ease;
    padding: 15px 0px;
  }
  .home-section {
    position: relative;
    background: #f7fafc;
    min-height: 100vh;
    right: 280px;
    width: calc(100% - 280px);
    transition: all 0.5s ease;
  }

  .sidebar.close~.home-section {
    right: 78px;
    width: calc(100% - 78px);
  }
  .sidebar .nav-links li .sub-menu {
    padding-right: 60px !important;
    margin-top: -10px;

    display: none;
  }
  .selected::after {
    content: "";
    background: url("../img/Frame.svg");
    background-size: contain;
    background-repeat: no-repeat;



    right: 90% ;
    top: 10px;

    transition: all 0.4s;
  }
  .toggle-switch-handle {
    position: absolute;
    top: 5px;
    right: 5px !important;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease-in-out;
  }


  .toggle-switch input[type="checkbox"]:checked+.toggle-switch:before {
    content: "On";
    color: #05c46b;
    right: -15px;
  }

  .toggle-switch input[type="checkbox"]:checked+.toggle-switch-background .toggle-switch-handle {
    transform: translateX(-40px);
  }
  .sidebar.close .nav-links li .sub-menu {
    position: absolute;
    right: 100% !important;
    top: -10px;
    margin-top: 0;
    padding: 10px !important;
    border-radius: 6px 0px 0px 6px;
    opacity: 0;
    display: block;
    pointer-events: none;
    transition: 0s;
    min-width: 150px !important;

  }
.but-part-right-action-table i{
  transform: rotate(180deg);
}

.dropdown{
  text-align: right !important;
}
/* table{
  text-align: right !important;

}
table tbody tr td{
  text-align: right !important;

} */
.dropdown h4{
  text-align: right !important;
}
/* .table-dashborad thead tr th{
  text-align: right !important;

}
.table-dashborad tbody tr td{
  text-align: left !important;

}

.table-branh{
  text-align: right !important;
}
.table-branh table{
  text-align: right !important;
} */
.customeDrop_profile .dropdown-menu{
  text-align: right !important;
}
.table-branh table thead tr th{
  color: rgba(111, 118, 135, 1) !important;
  font-size: 16px !important;
  text-align: right !important;
}
.table-branh table tbody tr td{
  text-align: right !important;
}
.flex-table-heading{
  display: flex;
  align-items: center !important;
}
.all-input-failds-phone .box-phone-number .falg-info{
  width: 30%;
  display: flex;
  align-items: center;
  border-left: 2px solid #E6E8EC !important;
  border-right: none !important;
}

.All-prag-table-big{
  height: 1.3em !important; /* تحديد ارتفاع العنوان لعرض سطرين */
  line-height: 1.1em; /* تحديد ارتفاع الخط */
  overflow: hidden; /* الكلمات التي تتجاوز ارتفاع النص يتم قصها */
  text-overflow: ellipsis; /* إظهار النقاط إذا تم قص النص */
  display: -webkit-box; /* إظهار المحتوى بشكل صندوق من النص */
  -webkit-line-clamp: 1; /* تحديد عدد الأسطر المطلوبة */
  -webkit-box-orient: vertical; /* إظهار المحتوى عموديًا */
  width: 100% !important;

}
.page-list i{
  transform: rotate(180deg);
}
.part-left-info-table select{
  direction: rtl !important;
  text-align: right !important;
}
.logo-details-admin .mnueBars{
  transform: rotate(180deg) !important;
}
.content-Notifications{
  text-align: right !important;
}
.back-page-admin a i{
  transform: rotate(180deg) !important;
}
.vscomp-arrow{
  right: 90% !important;
}
.vscomp-wrapper.has-clear-button .vscomp-toggle-button{
  padding-right: 10px !important;
}
.vscomp-option{
  direction: rtl !important;
}
.vscomp-wrapper.has-select-all .vscomp-search-input, .vscomp-wrapper.has-select-all .vscomp-toggle-all-label{
  width: 100%;
  margin-right: 20px !important;
  background: transparent !important;
}
.vscomp-wrapper.multiple .vscomp-option .vscomp-option-text{
  text-align: right !important;
  padding-right: 10px !important;
}
.table-product-offer table thead tr th{
  text-align: right ;
}
.table-product-offer table tbody tr td{
  text-align: right !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
  right: 85% !important;
}

.action-table-admim{
  justify-content: start !important;
}
