.popup {display: none;position: fixed;background: #000000c7;padding: 20px;text-align: center;z-index: 99999; width: 100%;height: 100vh;top: 0; left: 0;} .message-bold { font-size: 20px;font-weight: 700;text-transform: uppercase;color: #EC6624;}
.popup-content {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);padding: 0px;max-width: 400px;width:100%;background-color: #fff;}
.green-bg-success {background-color: #fff;} .message-small{padding-left:20px; padding-right:20px;padding-bottom:20px;}
.bottom-bar-cst {background-color: #fff;padding-top: 0px;line-height: 1.4;}
button.popup-close.success-cst {background-color: #EC6624;}
.top-icon-bar {
    padding: 27px 20px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.bottom-bar-cst .message-small {
    margin-bottom: 12px;
}
.green-bg-success svg {border: 2px solid #fff;padding: 20px;border-radius: 12px;}
.top-icon-bar svg {height: 85px;}
.red-bg-error {background-color: #ED6A4E;}
.popup-close {margin-top: 10px;padding: 4px 12px;background: #ED6A4E;color: white !important;border: none;cursor: pointer;font-size: 16px;text-transform: none !important;margin:0;width:100%;font-weight:lighter;	}

a.popup-close.close-cst {
    position: absolute;
    top: -16px;
    right: -16px;
    width: 35px;
    padding: 0px;
    height: 35px;
    border-radius: 999px;
    background-color: #EC6624;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
}
a.popup-close.close-cst svg {
    position: relative;
    left: 1px;
    top: -1px;
    width: 14px;
}
@media(max-width:480px){
.popup-content {max-width: 318px;}		
}