.tds-notify_alert {
    font-weight: normal!important;
    display: block!important;
    justify-content: left!important;
    text-align: left!important;
    padding: 0.5rem 9%!important;
    font-size: 1.125em;
    line-height: 1.5;
}
@media (max-width: 767px) {
    .tds-notify_alert {
        padding: 0.5rem 0.75rem!important;
    }
}
.alert_position {
    position: relative!important;
    top: 91px;
    z-index: 90;
}
.icon-align {
    position: relative;
    bottom: 2px;
}
.alert-text-bold {
    font-weight: bold!important;
}
.slds-theme_success {
    background-color: #51a351!important;
}
.slds-theme_success h2, .slds-theme_success h2 a {
    font-size: 14px!important;
    color: #ffffff;
}
.slds-theme_success h2.alert-text-header {
    font-size: 18px!important;
}
.slds-theme_success h2.alert-text-center {
    text-align: center!important;
    display: block;
}