<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.popup-success {
    min-width: 300px;
    max-width: 800px;
    min-height: 20px;
    font-size: 16px;
    color: green;
    font-weight: bold;
    text-align: center;
    margin: 20px 0;
    padding: 20px;
}
/****************************************************************************************************************/
/**************************************************POPUP_UPDATE*************************************************/
/**************************************************************************************************************/
div.popup-window {
    z-index: 9999999999 !important;
}
div.popup-window.popup-window-with-titlebar {
    padding: 0;
    border-radius: 6px;
}
div.popup-window.popup-window-with-titlebar .popup-window-titlebar {
    height: 42px;
    background: #59626a;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
div.popup-window.popup-window-with-titlebar .popup-window-titlebar div{
    height: 42px;
    line-height: 42px;
    padding-left: 16px;
    font-size: 16px;
    font-family: "Open Sans";
    color: #fff;    
}
div.popup-window.popup-window-with-titlebar .popup-window-content {
    padding: 0;
    background: transparent;
}
div.popup-window.popup-window-with-titlebar .popup-window-close-icon.popup-window-titlebar-close-icon{
    width: 18px;
    height: 18px;
}

.success-message {
    text-align: center;
    font-size: 16px;
}

.starrequired {
    color: red;
}

.errortext {
    margin: 20px 0;
    display: block;
}

#sender_subscribe_component .popup-window-close-icon:before {
    position: absolute;
    top: 4px !important;
    left: 5px !important;
}

.popup-window-close-icon:before {
    position: absolute;
    top: 0 !important;
    left: 1px !important;
}

.popup-window-close-icon:hover:after {
    background-image: none;
}

label.accept-form {
    max-width: 400px;
    padding-left: 20px;
    position: relative;
}
label.accept-form input{
    position: absolute;
    left: 0;
    margin-top: 1px;
}
/****************************************************************************************************************/
/**************************************************POPUP_UPDATE*************************************************/
/**************************************************************************************************************/
</pre></body></html>