.border-px {
  
  border-top-width: 0px;
  border-left-width:0px;
  border-right-width: 0px;
  border-bottom-width: 1px;
  border-left-style: none;
  border-top-style: none;
  border-bottom-style: solid;
  border-right-style: none;
}
.rounded-lg {
  border-radius: 0.8rem;
}
.border-color {
  border-bottom-color: #959595;
}
.custom-flex{
    display: flex;
    flex-direction: row;
}
@media (max-width: 480px) {
  .custom-flex {
    flex-direction: column;
  }
}
.oxy-toggle {
    display: flex;
    flex-direction: row;
    cursor: pointer;
}


