.preferred-hotel {
    height: 400px;
    overflow-y: scroll;
}

select-hotel-checkbox{
    display: flex;
  justify-content: space-evenly;
}

.dataTables_length{
  display: none !important;
}

.paginate_button first disabled{
  display: none !important;
}

.button-sticky{
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  
}