.msgAlert {
    width: 400px;
    position: fixed;
    left: 50%;
    top: 50px;
    margin-left: -200px;
    z-index: 9999;
    border: 3px solid rgba(0, 0, 0, 0);
    border: 3px solid #bbbbbb;
    *border: 3px solid #bbb;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.4);
    font-size: 11px;
}
.on-hold-subscrptn .msgAlert {
    width: 650px;
    margin-left: -300px;
}

.msgAlert_header {
    background: #BBB url(../images/alertbox/msgAlert_header.png)repeat-x 0 0;
    height: 39px;
    line-height: 39px;
    margin: 0 0 1.5em;
    border: 1px solid #999;
    position: relative;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.msgAlert_header h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 2.75em;
    color: #FFF;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, .25);
    position: relative;
    left: 10px;
}

.msgAlert_header .msgAlert_close {
    background: url(../images/alertbox/msgAlert_close.png)no-repeat 0 0;
    width: 20px;
    height: 20px;
    line-height: 800px;
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    overflow: hidden;
}

.msgAlert_header .msgAlert_close:hover {
    background-position: 0 -20px;
}

.msgAlert_popup {
    color: #444;
    display: block;
    padding: 10px 10px 20px;
    background: #fff;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.msgAlert_popup p:last-child {
    margin-bottom: 0;
}

.msgAlert_footer {
    background: #EEE;
    width: auto;
    text-align: right;
    padding: 10px 10px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.msgAlert_footer button {
    margin: 0 .35em;
}

.msgAlert_overlay {
    position: fixed;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 9999;
    filter: alpha(opacity=15);
    filter: progid: DXImageTransform.Microsoft.Alpha(opacity=15);
    -moz-opacity: 0.15;
    opacity: 0.5;
}

.msgAlert_content {
    color: #555;
    min-height: 50px;
    margin-top: .75em;
}

.msgAlert_content h3 {
    margin-bottom: 1em;
}

.msgAlert_content ul {
    list-style-type: square;
    padding: 0;
    margin: 0 0 0 24px;
}

.warning .msgAlert_content,
.info .msgAlert_content,
.success .msgAlert_content,
.error .msgAlert_content {
    background-repeat: no-repeat;
    background-position: 16px 2px;
    padding-left: 85px;
}

.info .msgAlert_content {
    background-image: url(../images/alertbox/msgAlert_info.png);
}

.success .msgAlert_content {
    background-image: url(../images/alertbox/msgAlert_success.png);
}

.warning .msgAlert_content {
    background-image: url(../images/alertbox/msgAlert_warning.png);
}

.error .msgAlert_content {
    background-image: url(../images/alertbox/msgAlert_error.png);
}

.msgAlert.success .msgAlert_header {
    background-color: #7B9534;
    border-color: #627036;
}

.msgAlert.warning .msgAlert_header {
    background-color: #E6BA01;
    border-color: #AC9207;
}

.msgAlert.error .msgAlert_header {
    background-color: #AF4434;
    border-color: #782E25;
}

.msgAlert.info .msgAlert_header {
    background-color: #FF372D;
    border-color: #D92F26;
}

.msgAlert_footer.left {
    text-align: left;
}

.msgAlert_footer.middle {
    text-align: center;
}

.msgAlert_footer.right {
    text-align: right;
}

.msgAlert_footer button {
    background-image: url(../images/alertbox/msgAlert_button_bg.png);
    background-color: #DDD;
    background-repeat: repeat-x;
    color: #666;
    font-weight: bold;
    display: inline-block;
    text-decoration: none;
    border-color: #BBB;
    border-width: 1px;
    border-style: solid;
    padding: 0 15px 4px;
    *padding: 0 5px 4px;
    margin: 0 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, .1);
    cursor: pointer;
    position: relative;
}

.msgAlert_footer button:hover {
    background-position: 0 -100px;
}


/* Active/Click state */

.msgAlert_footer button:active {
    top: 1px;
}


/* Sizes */

.msgAlert_footer button {
    background-position: 0 0;
    font-size: 10px;
    height: 26px;
    line-height: 23px;
}

.msgAlert_popup {
    padding: 0;
}

.msgAlert.info .msgAlert_header,
.msgAlert.error .msgAlert_header,
.msgAlert.success .msgAlert_header,
.msgAlert .msgAlert_header {
    height: 68px;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    background-image: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 0 20px;
    border: none;
    border-bottom: 1px solid #eee;
}

.msgAlert_header h4 {
    color: #221638;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    left: 0;
    text-shadow: none;
}

.msgAlert_header .msgAlert_close,
.msgAlert_header .msgAlert_close:hover {
    position: relative;
    right: auto;
    top: auto;
    background: url("../images/close-icon-black.png") no-repeat left center;
}

.msgAlert {
    box-shadow: 0 4px 16px 2px rgba(61, 69, 94, 0.14);
    border-radius: 2px;
    width: 450px;
    border: none;
    background: #fff;
}

.msgAlert.cancel-popup {
    width: 550px;
}
.msgAlert.cancel-popup .msgAlert_content p {
    line-height: 2;
}
.msgAlert_footer {
    background: #fff;
    display: flex;
    justify-content: flex-end;
    padding: 20px;
}

.msgAlert_footer button:first-child, .cancel-popup .msgAlert_footer button:last-child {
    height: 48px !important;
    width: 140px;
    border: 1px solid #EEEEEE;
    background-image: none;
    border-radius: 4px;
    background: #fff;
    color: #221638;
    font-size: 14px;
    transition: all 0.3s;
    box-shadow: none;
    padding: 0;
    font-weight: 600;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}



.msgAlert_footer button:first-child:hover, .msgAlert_footer button:first-child:active, .cancel-popup .msgAlert_footer button:last-child:hover {
    border-color: #221638;
    background: #fff;
}


.msgAlert_footer button:last-child, .cancel-popup .msgAlert_footer button:first-child {
    height: 48px !important;
    padding: 0;
    background-image: none;
    width: 140px;
    border-radius: 4px;
    background-color: #23BDBD;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    font-weight: 600;
    border: none;
    transition: all 0.3s;
    box-shadow: none;
    margin-left: 20px;
    box-shadow: none;
    font-family: 'Poppins', sans-serif;
    padding: 0px 2px 0px 2px;
}

.cancel-popup .msgAlert_footer button:last-child {
    width: 160px;
    font-size: 12px;
}

.msgAlert_footer button:last-child:hover, .cancel-popup .msgAlert_footer button:first-child:hover {
    background-color: #158D8D;
}

.msgAlert_footer button:last-child:active,
.msgAlert_footer button:last-child:focus
, .cancel-popup .msgAlert_footer button:first-child:active
, .cancel-popup .msgAlert_footer button:first-child:focus {
    background: #23BDBD;
    border: 1px solid #158D8D;
    outline: none;
}
.cancel-popup .msgAlert_footer button:first-child {
    width: 160px;
    font-size: 12px;
    margin-right: 10px;
}

.msgAlert_content {
    padding: 41px 0 41px 10px;
    border-bottom: 1px solid #eee;
    color: #8A8496;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px !important;
    margin: 0;
    line-height: 20px;
    min-height: auto;
    background-position: 40px center;
    background-size: 60px;
}

.info .msgAlert_content,
.success .msgAlert_content {
    padding: 41px 20px 41px 120px;
    background-image: url("../images/img_checkmark.svg");
    background-position: 40px center;
    background-size: 60px;
}
.info.cancel-popup .msgAlert_content{
    padding: 20px 20px 20px 20px;
    background: none;
}

.error .msgAlert_content,
.error .msgAlert_content {
    padding: 41px 20px 41px 120px;
    background-image: url("../images/cross.svg");
    background-position: 40px center;
    background-size: 60px;
}

.error .msgAlert_content {
    padding: 41px 0 41px 130px;
    background-position: 40px center;
    background-size: 60px;
}