/* 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;
}

p a, /* Ryan A - 04-06-25 - add the 'p a' a selector to this rule to for text links in paragraphs to be underlined */
.embedded a,
#ba_details_main a /* Ryan A - 07-23-25 - added to fix display of inline links on Billing Details page */ {
    color: #191919;
    text-decoration: underline;
}

p a:hover, /* Ryan A - 04-06-25 - add the 'p a:hover and p a:focus' to check text to red */
p a:focus, /* Ryan A - 04-06-25 - add the 'p a:hover and p a:focus' to check text to red */
.embedded a:hover,
.embedded a:focus,
#ba_details_main a:hover, /* Ryan A - 07-23-25 - added to fix display of inline links on Billing Details page */
#ba_details_main a:focus /* Ryan A - 07-23-25 - added to fix display of inline links on Billing Details page */ {
    color: #dc1f34;
}

/*RYAN A 2/11/25 */
.verticalDate,
.Visits .date div, .visitdetails .date div {
    color: #191919;
}