/* ========================================================================= \\
    Notification Widget Modal Styles
\\ ========================================================================= */

.modal-hr-divider {
    border-top: 1px solid #fff;
    border-bottom: 0;
    margin: 20px 0px;
}

#notification-modal button.lg-modal__close {
    color: #fff;
}

#notification-modal .lg-modal__title-2 {
    text-transform: uppercase;
    font-size: 0.75em;
    letter-spacing: 2.5px;
    border-radius: 15px 15px 0px 0px;
    color: #fff;
    font-weight: 600;
    border-bottom: 1px solid #fff;
    padding: 0em 0em 0.6em 0em;
    margin-bottom: 0px;
}

#notification-modal {
    color: #fff;
    font-weight: 300;
    padding: 0em 2em 1em 2em;
    font-size: 1.1em;
    line-height: 1.6;
    letter-spacing: 0.5px;
}

#notification-modal .lg-modal {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    vertical-align: middle;
    position: fixed;
}

#notification-modal .notification-modal-description {
    padding: 0em 2em 1em 2em;
}

#notification-modal .notification-modal-title {
    padding: 2em 2em 0.6em 2em;
}

#notification-modal
    .notification-modal-description
    .notification-modal-description-title {
    width: 100%;
    margin-bottom: 15px;
    display: block;
}

#notification-modal
    .notification-modal-description
    .notification-modal-description-message {
    font-size: 1em;
}

#notification-modal .notification-modal-description-link {
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
}
#notification-modal .notification-modal-description-link .lgfe-button {
    line-height: 1.1;
}
