<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Override the page-title padding in the template to better center the title */
.page_title {
    padding-left: 0 !important;
    padding-right: 300px !important;
}
.isCV_PublicChat {
  z-index: 99999 !important;
}
.chat-widget-web-widget.chat-widget-web-standalone {
  z-index: 999999 !important;
  font-family: 'Open Sans', sans-serif !important;
}

.chat-widget-web-widget.chat-widget-web-standalone * {
  font-family: 'Open Sans', sans-serif !important;
}
.isCV_PublicIcon {
  background-color: #20558b !important;
}
.chat-widget-web-standalone .chat-widget-web-header-title {
    color: #20558b !important;
  font-family: 'Open Sans', sans-serif !important;

}
.chat-widget-web-footer .chat-widget-web-toolbar .chat-widget-web-icon-button {
    background: #20558b !important;
}
.chat-widget-web-right .chat-widget-web-message-bubble,
.chat-widget-web-right .chat-widget-web-message-bubble::before {
    background: #20558b !important;
}
.chat-widget-web-message-actions .chat-widget-web-action-postback,
.chat-widget-web-widget a {
    color: #20558b !important;
}
.chat-widget-web-left img.chat-widget-web-message-profile-pic {
/* content:url("https://vccsstage.wpengine.com/wp-content/uploads/2022/11/nrcc-chatbot-logo.png") !important; */
content:url("https://www.nr.edu/images/favicon-50x50.png") !important;
}
/* Read More Link Fix */
.chat-widget-web-message-bubble.chat-widget-web-message-flyout.is-thumbs-class {
    margin-top: 0px !important;
}
.chat-widget-web-message-wrapper .is-thumbs-class {
    padding-top: 0px !important;
}
/* End Read More Link Fix */
@media (max-width: 767px) {
    #isChatWelcomeText {
      padding-top: 0px !important;
      font-size: 14px !important;
      line-height: normal !important;
      vertical-align: middle !important;
      display: inline-block !important;
    }
    #isChatWelcomeBubble {
      line-height: 40px !important;
      height: 40px !important;
    }
}

</pre></body></html>