.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  margin-right: 0px !important;
  margin-bottom: 0 !important;
}

.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;
}

.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: #6c5ffc;
}

input:focus + .slider {
  box-shadow: 0 0 1px #6c5ffc;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.error{
  color: red
}

.filter-multi span{
  white-space:normal;
  }
  
  .product-datatable th,.product-datatable td{
      font-size: 12px !important;
      white-space: normal;
      padding: 6px !important;
      max-width: 200px;
  }
     .product-datatable th{
         padding-right:24px !important;
     }
     
     .product-datatable td:last-child{
  display: flex;
  flex-wrap: wrap;
  gap: 5px 0px;
  align-items: center;
  justify-content: center;
     }
     
     .table-responsive+nav{
             width: 100%;
  justify-content: space-between;
  display: flex;
  flex-direction: row-reverse;
  padding:15px 0px;
     }
     
     .mail-option{
         flex-wrap: wrap;
  justify-content: flex-start !important;
     }
     
     .mail-option .inbox-pagination{
             width: 100%;
  display: flex;
  gap: 10px !important;
     }
     
    .mail-option .inbox-pagination nav{
             width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
     }
     
     #exportModal .modal-dialog{
         height:100% !important;
     }
     #exportModal .modal-content{
         overflow:visible !important;
     }
     #exportModal .ms-drop{
         position:relative;
     }
     #exportModal .ms-drop ul>li.multiple{
         width:auto !important;
             margin-right: 10px;
     }
     #name_ar ,#area_ar,#location_ar{
    text-align: right !important;
}
.response-img
{
    width:200px;
}
img.header-brand-img.light-logo1 {
  width: 105px;
  height: 65px;
  object-fit: cover;
}
.form-label
{
  font-weight: 800 !important;
}
h3#total_sales_amount {
    font-size: 22px !important;
}
 .summary-allowance .card {
    height: 112px !important;
}
.row.g-3.employer-stat .border {
    height: 140px !important;
}
li.parsley-type {
    color: red !important;
}
button.btn.btn-sm.btn-info {
    background: #dc7e1c;
    border: #dc7e1c;
}
.mail-inbox .icons {
    color: #ca751c !important;
}
.bg-secondary {
    background: #d77510 !important;
}
span.w-3.h-3.brround.bg-info.me-2 {
    background: #d77510 !important;
}
div#employee_details_inline {
    font-size: 18px;
}
.select2-container--default .select2-selection--single {
    width: 100% !important;
    field-sizing: fixed !important;
}
.select2-container--default .select2-selection--multiple {
    width: 100% !important;
    field-sizing: fixed !important;
}

div#moreDetailsModal .modal-header
 {
    background: #9a6a12 !important;
}
div#moreDetailsModal h6

 {
    color: #9a6a12 !important;
}