<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
 
 .modal {
  padding: 15px !important;
}
.mailbox-modal {
  box-shadow: none !important;
  max-width: 550px !important;
  border-radius: 0px !important;
  background: url('../img/mailbg_soft.png') !important;
}
.mailbox-modal .innercont {
  background: #fff;
  padding-top: 1px;
}
.mailbox-modal .modaltxt {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.mailbox-modal .modaltxt h1 {
  padding: 0px;
}
.mailbox-modal .modalform {
  text-align: center;
  max-width: 350px;
  margin: 0 auto;
}
.mailbox-modal .modalform .subbutton {
  margin: 0 auto;
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
}
.mailbox-modal .nospam {
  padding-top: 45px;
  padding-bottom: 10px;
}
.mboxalert
{
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}
.mboxalert-warning
{
    color: #664d03;
    background-color: #fff3cd;
    border-color: #ffecb5;
}
.mboxalert-success
{
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.blocker
{
  z-index: 9 !important;
}

.mailbox-modal .modal
{
  z-index: 9999 !important;
}</pre></body></html>