.notification.notific_normal {
    padding: 7px 0;
    background: #FF9500;
    text-align: center;
    color: #fff;
}
.notification p {
    margin: 0;
}
.notification {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
}
.notific_normal a.close_notific {
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}

.notification.notific_error {
    padding: 7px 0;
    background: #FF3B30;
    text-align: center;
    color: #fff;
}

a.notof_link_pay {
    text-decoration: underline!important;
    color: #fff;
}
a.blocked_account{
        background: #fff;
        font-size: 13px;
        border-radius: 3px;
        margin: 9px auto 5px;
        padding: 5px 7px;
        display: block;
        width: 185px;
    }

.notific_success a.close_notific {
    position: absolute;
    top: 5px;
    right: 10px;
    font-weight: normal;
    font-size: 14px;
    color: #fff;
}
.notification.notific_success {
    background: #34C759;
    padding: 7px 0;
    color: #fff;
    text-align: center;
}