.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;
  }
  
  .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: #8dc63f;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #8dc63f;
  }
  
  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%;
  }

  button.swal2-confirm.swal2-styled {
    background: #8dc63f;
}
div:where(.swal2-icon).swal2-info{
    color:#8dc63f;
    border-color: #8dc63f;
}
.swal2-icon{
    margin-left: 42%;
}

.swal2-icon.swal2-success.swal2-icon-show{
    margin-top: 11px;

}

/* .staff-div ul.list-unstyled {

  float: right;
} */

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}
.badge-success {
  color: #fff;
  background-color: #28a745;
}
.badge-info {
  color: #fff;
  background-color: #17a2b8;
}
span.select2-selection.select2-selection--multiple{
  display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 48.59px;
}
ul.m-2.d-flex li a {
  color: #fff;
  margin-right: 12px;
}
.page-item.active .page-link {
  background: #8dc63f !important;
  border-color: #8dc63f !important;
}


.select2-container--default .select2-selection--single {

  height: 49px;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,-webkit-box-shadow 0.15s ease-in-out;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  color: white !important;
  background-color: #8dc63f !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 5px 10px !important;
  margin: 0 2px !important;
  cursor: pointer !important;
  transition: background-color 0.3s ease !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background-color: #fff !important;
  color: #8dc63f !important;
  border: 1px solid #8dc63f !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #394854 !important;
  color: white !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  background-color: #e9ecef !important;
  color: #6c757d !important;
  cursor: not-allowed !important;
}

.dataTables_wrapper .dataTables_paginate {
  margin-bottom: 10px !important;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #8DC63F;
  /* color: white; */
}

/* abhishek css */

.footer_items {
  display: flex;
  justify-content: space-between;
  padding: 20px 20px;
  background-image: linear-gradient(#6eb148, #64ca4d);
  margin-bottom: 20px;
}

.footer_items p,
.footer_items p a {
  color: #fff;
  text-decoration: none;
}

.footer_items .footer_item img {
  width: 24px;
  margin-right: 5px;
  transition: 0.4s ease;
}

.footer_items .footer_item img:hover {
  transform: translateY(-3px);
}

.invoice_header h5 {
  font-size: 48px;
  font-weight: 500;
  text-align: right;
  width: 81%;
}
