.datepicker-inline {
  width: 100%;
}
.switch-field label {
  display: inline-block;
  width: 70px;
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-shadow: none;
  padding: 6px 14px;
  border: 1px solid #dc143c;
  margin-right: 10px;
  margin-bottom: 1.5rem;
  transition: all 0.1s ease-in-out;
}
.switch-field label:first-of-type {
  border-radius: 0;
}
.switch-field input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.switch-field input:checked + label {
  background-color: #dc143c;
  color: #fff;
  box-shadow: none;
}


.switch-field input:disabled + label {
  background-color: #efefef;
  color: #838383;
  box-shadow: none;
  border: 1px solid #efefef;
}

.switch-field label:hover {
  cursor: pointer;
}
