/* BEGIN EPIC COMMUNITY MEMBER CUSTOM CSS */
/* Epic recommends any additional CSS be placed below this line. Avoid adding CSS above because it makes it difficult to determine which are your changes and which are Epic's. */

/* Hide FHIR logo on mobile for top secret project that has NDA */
.mobile #OAuthAccessForm #IconPane {
   display: none;
   margin: 0 auto;
}

/* Hide Estimates Category Tags SLG 5246827 - DC */
.essCategoryTags {
    visibility: hidden;
    display: none;
}

/* External Payments - Apple/Google Pay - DC */
body #extPmtPageFrame {
height: 68rem;
}

body .mobileExtPmtPage#extPmtPageFrame {
height: 70rem;
}


/*RYAN A 2/11/25 */
.verticalDate,
.Visits .date div, .visitdetails .date div {
    color: #191919;
}