﻿/*UCI customizations - update override.css in es and zh as well*/

/*remove old blurred background image */
body:not(.graphicHeader) #content:after, body.accessPage #content:after, body.recoveryPage #content:after, body.resetPage #content:after {
  background: white;
}

/* update logo to remove blur and replicate legacy MyChart instance */
.logo {
    background: transparent url(../images/loginlogo.png) no-repeat scroll center center;
    content: none;
    display: block;
    height: 6rem;
    margin: 0 0 2.5rem;
}

/* CSS that will only display in mobile; use this h2 class to show in mobile and hide on the website */
@media(min-width: 601px) {
  .uciMobileonly {
    display: none;
  }
}

/* remove video and scheduling from ACP page */
.jumbotron-actions-container {
    background: none;
}

.jumbotron-actions {
    margin: auto;
    display: none;
}

/* External Payment Page adjustment */
#extPmtPageFrame {
    height: 46rem;
}

/* styling for uciChat to hide once logged in */
body.isInside div#uciChat {
    visibility: hidden;
}

/* styling to hide chat box from prelogin workflows like OMW */
body.embedded.isPrelogin div#uciChat {
    visibility: hidden;
}

/* uciChat css - header height, no scroll bars */
.kuXYWF {
    height: fit-content!important;
}

/* change header color */
.kTUrwH {
    background: #003da5!important;
}

/*uciChat submit button color */
.iDhzRL {
    background-color: #F0AB00!important;
	color: #FFFFFF!important;
}

/*uciChat end chat button color */
.fgSGc {
    color: #FFFFFF!important;
    background: linear-gradient(rgb(240, 171, 0), rgb(240, 171, 0) 80%, rgb(240, 171, 0))!important;
}

.fgSGc:hover {
    background: linear-gradient(rgb(240, 171, 0), rgb(240, 171, 0))!important;
}

/* chat bubble background color */
.iQzifD {
    background: rgba(37, 140, 219, 0.2)!important;
}

/* fix spacing on uciChat entry fields */
.cOWINi {
    letter-spacing: normal!important;
}
/* hide triangle in chat */
.iQzifD::after {
    display: none!important;
}