p.wppb-success strong {
display: none;
}
p.wppb-front-end-logout,
p.alert,
p.wppb-alert,
p.warning,
p.error,
p.wppb-success {
border-radius: 4px;
padding: 20px 15px 20px 57px;
font-style: normal;
font-weight: 400;
font-size: 16px;
line-height: 22px;
margin-top: 50px !important;
color: var(--wppb-notifications-text-color) !important;
}
#wppb_register_pre_form_message {
margin-bottom: 50px;
}
p.wppb-front-end-logout a,
p.alert a,
p.wppb-alert a,
p.warning a,
p.error a,
p.wppb-success a {
color: var(--wppb-primary-color);
text-decoration: none;
}
p.wppb-front-end-logout a:hover,
p.alert a:hover,
p.wppb-alert a:hover,
p.warning a:hover,
p.error a:hover,
p.wppb-success a:hover {
text-decoration: underline;
}
p.wppb-front-end-logout a:focus,
p.alert a:focus,
p.wppb-alert a:focus,
p.warning a:focus,
p.error a:focus,
p.wppb-success a:focus {
background: transparent !important;
}
p.error {
background: var(--wppb-notifications-background-color-error);
border: 1px solid var(--wppb-notifications-border-color-error);
}
p.error .wppb-alert-title {
color: #C62828;
}
p.wppb-success {
background: var(--wppb-notifications-background-color-success);
border: 1px solid var(--wppb-notifications-border-color-success);
}
p.wppb-success .wppb-alert-title {
color: #558B2F;
}
p.warning {
background: var(--wppb-notifications-background-color-warning);
border: 1px solid var(--wppb-notifications-border-color-warning);
}
p.warning .wppb-alert-title {
color: #F9A825;
}
p.wppb-front-end-logout,
p.wppb-alert:not(.wppb-success),
p.alert:not(.wppb-success) {
background: var(--wppb-notifications-background-color-note);
border: 1px solid var(--wppb-notifications-border-color-note);
}
p.wppb-front-end-logout .wppb-alert-title,
p.wppb-alert:not(.wppb-success) .wppb-alert-title,
p.alert:not(.wppb-success) .wppb-alert-title {
color: #00A0D2;
}
.wppb-alert-title {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: flex-start;
align-items: center;
gap: 15px;
margin-left: -40px;
font-style: normal;
font-weight: 500;
font-size: 16px;
line-height: 26px;
text-transform: uppercase;
}