/* Visual styles come from the original downloaded stylesheets. */
.mock-hidden { display: none !important; }
.message-search-overlay { position: fixed; inset: 0; z-index: 1000; background: #fff; opacity: .1; cursor: wait; }
.message-search-loading { position: fixed; top: 40%; left: 45%; z-index: 1011; padding: 0; margin: 0; border: 1px solid #aaa; background: #fff; color: #000; text-align: center; cursor: wait; }
.eml-logo-frame { display: flex; align-items: center; width: 159px; height: 158px; overflow: hidden; }
.eml-logo-frame .header__logo-image { flex: none; width: 445px; height: auto; max-width: none; }
@media (max-width: 767px) {
  .eml-logo-frame { width: 45px; height: 45px; }
  .eml-logo-frame .header__logo-image { width: 126px; }
}
/* Leave room for four year digits and the native dropdown arrow. */
#ui-datepicker-div select.ui-datepicker-month { width: 43%; }
#ui-datepicker-div select.ui-datepicker-year { width: 55%; }
