.view-facilities-list::-webkit-scrollbar {
  height: 20px;
}

.view-facilities-list::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.view-facilities-list::-webkit-scrollbar-thumb {
  background: #888; 
}

.view-facilities-list::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


.view-facilities-list::-webkit-scrollbar-button {
  width: 20px; 
  height: 20px;
}


.view-facilities-list::-webkit-scrollbar-button:horizontal:decrement {
  background: #f1f1f1 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%23888" d="M15 18l-6-6 6-6"/></svg>') no-repeat center; 
}


.view-facilities-list::-webkit-scrollbar-button:horizontal:increment {
  background: #f1f1f1 url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24"><path fill="%23888" d="M9 18l6-6-6-6"/></svg>') no-repeat center; 
}

.view-facilities-list::-webkit-scrollbar-button:horizontal:increment:start {
  display: none; 
}

.view-facilities-list::-webkit-scrollbar-button:horizontal:decrement:end {
  display: none; 
}

.view-facilities-list::-webkit-scrollbar-button:horizontal:decrement:hover,
.view-facilities-list::-webkit-scrollbar-button:horizontal:increment:hover {
  background-color: #ddd;
}