.error {
  font-size: 80%;
  color: #dc3545;
  background-color: transparent !important;
}

.btn-outline-secondary {
  color: #6c757d !important;
  border-color: #6c757d !important;
}

.picker-error {
  max-width: 230px;
}

.step-summary-funeral {
  .form-group {
    max-width: 230px;
    margin-bottom: 0px;
  }
}

.bg-date-picker{
  position: fixed;
  top:0px;
  left:0px;
  width:100vw;
  height: 100vh;
  background-color: rgba(0,0,0,0.2);
  z-index: 2;
}

