body{
  background-color: #f0f1f5 !important;
}
.hide-step {
  opacity: 0.1;
}
.internet-option:hover {
  background-color: #007bff !important;
  cursor: pointer;
}
.internet-option:hover,
.internet-option {
  transition: all ease 200ms;
}