

/* @egt [UWS-9007] */
.uv-checkout-form fieldset.hidelabel label#dobmonth-error, 
.uv-checkout-form fieldset.hidelabel label#dobday-error {
    opacity: 1;
}

/* @egt [UWS-9007] */
label#dobdayy2-error, 
label#dobmonth-error, 
label#dobday-error {
  bottom: 3px;
}

/* @egt [UWS-9007] */
.uv-ckinputgroup-bdate fieldset::before {
    position: absolute;
    color: #fc4545;
    right: 10px;
    top: 12px;
    z-index: 10;
    content: "\f069";
    display: block;
    font: normal normal normal 12px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
}

@media screen and (max-width: 471px) {
  /* @egt [UWS-9007] */
  label#dobdayy2-error, 
  label#dobmonth-error, 
  label#dobday-error {
    bottom: 3px;
    left: 12px;
  }

  /* @egt [UWS-9007] */
  label#dobdayy2-error {
    opacity: 0;
  }

  /* @egt [UWS-9007] */
  /* select#dobdayy2.error {
    border: 2px solid red;
  } */
}