.SingleDatePickerInput_clearDate {
  outline-color: transparent !important;
  padding-bottom: 10px;
  &:hover {
    background: transparent !important;
  }
}

.requiredLabel {
  display: flex;
  font-weight: bold;
  .required {
    padding-left: 5px;
    color: #d9534f;
  }
}
