.um-account-tab-newsletter .newsletter-banner {
    margin: 10px 0;

    display: flex;
    align-items: center;

    color: #fff;
}

.um-account-tab-newsletter .newsletter-banner.banner-green {
    background: #00B200;
}

.um-account-tab-newsletter .newsletter-banner.banner-blue {
    background: #00366C;
}

.um-account-tab-newsletter .newsletter-banner.banner-red {
    background: #D90000;
}

.um-account-tab-newsletter .newsletter-banner .newsletter-banner-icon {
    padding: 15px;

    font-size: 18px;
    font-weight: 500;
}

.um-account-tab-newsletter .newsletter-banner .newsletter-banner-text {
    margin: 15px;

    font-size: 12px;
    font-weight: 400;
}



.um-account-tab-newsletter .newsletter-state {
    position: relative;
    margin: 15px 0;
}

.um-account-tab-newsletter .newsletter-state .newsletter-state-icon {
    position: absolute;
    height: 100%;
    width: 100%;

    opacity: 0.1;
    font-size: 75px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.um-account-tab-newsletter .newsletter-state .newsletter-state-icon .fa-check-circle {
    color: #00B200;
}

.um-account-tab-newsletter .newsletter-state .newsletter-state-icon .fa-times-circle {
    color: #00366C;
}

.um-account-tab-newsletter .newsletter-state .newsletter-state-text {
    text-align: center;
}

.um-account-tab-newsletter .newsletter-state .newsletter-state-text .newsletter-mail {
    position: relative;
    margin: 15px 0;

    font-size: 18px;
    font-weight: 600;
    color: #4c4c4c;
}

.um-account-tab-newsletter .newsletter-hint {
    text-align: center;
    font-size: 12px;
    margin: 15px;
    color: #999;
}

.um-account-tab-newsletter .newsletter-actions {
    display: flex;
    justify-content: center;
    
    margin: 15px;
}

.um-account-tab-newsletter .newsletter-actions .btn {
    margin: 15px;
    min-width: unset;
    align-items: center;
    justify-content: center;
    border-bottom-style: solid !important;
    border-bottom-width: 1px !important;
}

.um-account-tab-newsletter .newsletter-actions .btn.btn-delete {
    color: #D90000;
    background: transparent !important;
    border-color: transparent !important;
}

.um-account-tab-newsletter .newsletter-actions .btn.btn-delete:hover {
    color: #D90000;
    background: transparent;
    border-color: transparent;
    border-bottom: 1px solid #D90000 !important;
}