#pickup-simulator {
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
}

#pickup-simulator .accessible-orange-text {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0,0,0,.25);
}

#pickup-simulator .overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.7);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#pickup-simulator .form-group.row {
  margin-right: 0px !important;
}
.pt-3 {
    margin-right: 0px !important;
}
.btn-warning.disabled, .btn-warning:disabled {
    color: #000;
    background-color: #ffc107 !important;
    border-color: #ffc107;
}
.rounded.shadow-sm input:not([type="checkbox"]):not([type="radio"]),
.rounded.shadow-sm select,
.rounded.shadow-sm textarea {
    padding: 10px 10px;
    border-width: 1px;
    border-style: double;
	border-radius: 5px;
    background: #0000 !important;
}
.btn-warning mb-2{
	border-radius: 5px;
}
.rounded.shadow-sm select:disabled {
    background-color: #d7d3d361 !important;
    opacity: 1; /* override browser default */
}
