.custom-checkbox input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    left: -9999px;
  }
  
  
  /* Define styles for the label when the checkbox is checked */
  .custom-checkbox input[type="checkbox"]:checked{
    padding: 12px 30px;
    min-height: 50px;
    background: var(--white);
    box-shadow: 0 4px 8px rgb(0 0 0 / 2%);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    margin-bottom: 10px;
    border-radius: 50rem;
    cursor: pointer;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background: var(--dark);
  }

  .irs-bar, .from i , .to i ,.irs-from , .irs-to, .irs-single {
    background-color: #e1bcbb !important;
   
}
.irs-from::before , .irs-to::before ,.irs-single::before{
  border-top-color: #fff !important;
}
.pagination  {
  font-size: 14 px !important;
  padding: 5px 10px !important;
}





