.contact-mailer-form {
    
}

.contact-mailer-message-container {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 20%;
    min-width: 320px;
    z-index: 10;
}

.contact-mailer-message {
    border: 1px solid;
    padding: 15px 70px 15px 10px;
    border-radius: 2px;
    position: relative;
}

.contact-mailer-plain-message-error {
    color: white;
    background-color: #ef4757;
    border-color: #ef4757;
}

.contact-mailer-plain-message-success {
    color: white;
    background-color: #00B06A;
    border-color: #00B06A;
}

.contact-mailer-light-message-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.contact-mailer-light-message-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.contact-mailer-sending {
    padding: 5px 10px;
}

.contact-mailer-message-close-button {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 60px;
    height: calc(100% - 10px);
    width: 60px;
    border-left: 1px solid currentColor;
    padding: 5px 5px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: unset;
}