#account-past-due-accounts-receivable-email-modal-overlay {
  display: flex;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,.8);
  z-index: 10000;
  overflow: hidden;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
#account-past-due-accounts-receivable-email-modal-overlay #account-past-due-accounts-receivable-email-modal {
    text-align: center;
    align-content: center;
    align-items: center;
    background: white;
    padding: 30px;
    border-radius: 21px;
    margin: 10px;
}
button#submit-accounts-receivable-email {
    background: #147bce;
    border-radius: 1000px;
    padding: 20px 62px;
    border: 6px solid #9adeff;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
}
.user-part-of-this-company span {
    text-decoration: underline;
    font-weight: bold;
    color: #147bce;
}
.selected.active a.user-part-of-this-company span {
    text-decoration: underline;
    font-weight: bold;
    color: #ffffff;
}
.card-past-due {
    position: absolute;
    color: red;
    margin-left: -12px;
    display: inline-block;
    height: 32px;
    top: 3px;
    font-size: 1.2rem;
}