<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.eml_modal_input-group {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.eml_modal_input {
    border: 1px solid #e6e6e6!important;
    padding: 5px;
    width: 80%;
    min-width: 200px;
}

.eml_modal_subscribe-button {
    margin-top: 30px;
    float: right;
}

.eml_modal_message {
    margin-top: 20px;
}

.eml_default-btn {
    font-size: 16px;
    display: inline-flex;
    height: 40px;
    padding: 0px 36px;
    user-select: none;
    transition: color 0.3s ease 0s, background 0.3s ease 0s, box-shadow 0.3s ease 0s, -webkit-box-shadow 0.3s ease 0s;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: rgb(255, 255, 255)!important;
    border-radius: 30px;
    background: linear-gradient( 135deg, #4854a2, #772088)!important;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.eml_nomodal_form {
    max-width: 600px;
}

.eml_modal_info-message {
    margin-top: 15px;
    color: lightcoral;
}

.eml_categories-list {
    list-style-type: none;
    padding-left: 10px;
}
.modal_subscribe .modal-dialog {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.modal_subscribe .modal-content {
    width: 100%;
}
.modal_subscribe .auth-text {
    font-size: 26px;
}
.modal.eml_nomodal_success-modal .modal-dialog{
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 100% !important;
    transform: translate(-50%, -50%) !important;
}</pre></body></html>