.sa-error-outer {
    display: none;
}

.sa-error-wrap{
    z-index: 2147483648;
    font: 14px arial,sans-serif !important;
    color: black !important;
    /* display: none; */
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
    display: flex;
    align-items: center;
}
.sa-error-content{
    background-color: white !important;
    padding: 30px !important;
    border-radius: 3px;
    border: 1px solid #ccc !important;
    -moz-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15) !important;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15) !important;
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15) !important;
    max-width: 500px;
    margin:0px auto 0;
    width: 100%;
}
.sa-error-header {
    text-align: center;
    position: relative;
}
.sa-error-header a.sa-close-pop {
    position: absolute;
    right: 0;
    top: -15px;
    z-index: 9;
}

#shopper_approved .sa-error-header .sa-logo, #contentblock .sa-error-header .sa-logo{
    max-width: 280px;
    width: 100% !important;
}

.sa-error-body {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 20px 0;
    padding: 20px 0;
}

.sa-error-body h5 {
    font-size: 20px;
}

.sa-error-footer {
    text-align: right;
}

.sa-error-footer a.sa-close-btn {
    background: #01669A;
    padding: 10px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    min-width: 120px;
    display: inline-block;
    text-align: center;
}
.sa-error-overlay{
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 32765 !important;
    background-color: #333333 !important;
    display: none;
    opacity: 0.40 !important;
    filter: alpha(opacity=40) !important;
}

#shopper_approved .sa_comments {
    z-index: 32764 !important;
}