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