/* assets/css/date-range/date-range.css */
.ocrdoe-date-notice{
  display:grid;
  grid-template-columns:1.5rem 1fr;
  column-gap:.6rem;
  row-gap:.15rem;
  width:100%;
  margin:.5rem 0 0;
  padding:.75rem .85rem;
  color:#7a1f1f;
  background:#fff5f5;
  border:0.0625rem solid #f0b5b5;
  border-left:.25rem solid #d92d20;
  border-radius:.4rem;
}
.ocrdoe-date-notice::before{
  content:"!";
  display:flex;
  grid-row:1 / span 2;
  align-items:center;
  justify-content:center;
  width:1.5rem;
  height:1.5rem;
  color:#fff;
  background:#d92d20;
  border-radius:50%;
  font-size:.95rem;
  font-weight:700;
  line-height:1;
}
.ocrdoe-date-notice strong{font-size:.9rem;line-height:1.25}
.ocrdoe-date-notice span{font-size:.85rem;line-height:1.35}
.ocrdoe-date-field-error,
.ocrdoe-date-field-error:focus{
  border-color:#d92d20 !important;
  box-shadow:0 0 0 .15rem rgba(217,45,32,.18) !important;
}
