.birthday-validation-message {
  position: relative;
  margin-top: 24px;
  padding: 12px;
  display: none;
}

.birthday-validation-message::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  background-image: url('/themes/custom/life_fit_group_cohesion_theme/src/images/attention-icon.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.birthday-default-validation-trial,
.birthday-default-validation {
  display: none;
  font-size: 0.75rem;
  line-height: 16px;
  position: relative;
  top: 6px;
  color: #e20d0d;
  margin-bottom: 10px;
}

.text--error {
  font-size: 12px;
  line-height: 20px;
  color: #3e3d40;
  background-color: #eceded;
  border-left: 3px solid #e20d0d;
  padding-left: 36px;
}

.custom-link {
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-top: 16px;
  color: #3e3d40;
  text-decoration: underline;
  text-underline-offset: 2px;
}
