.g_notification--error__icon {
  width: 18px;
  height: 18px;

  margin-right: 10px;
}
.g_notification--error {
  color: #D0021B;
  font-size: 14px;
  font-weight: 900;
}

.text-danger.validation-summary-errors {
    color: #D0021B !important;
    font-size: 14px !important;
    font-weight: 900 !important;
}

.g_notification-wrapper {
    color: #fff;
    font-family: 'Metropolis', 'Helvetica', sans-serif;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-radius: 10px;
    padding: 10px 20px;
}

.g_notification--success {
    background-color: #28995b;
}

.g_notification--warning {
    background-color: #ff8700;
}

.g_notification--error {
    background-color: #df1c15;
}

.g_notification__icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: 20px;
    border: 2px solid #fff;
    border-radius: 100%;
}

.g_notification__icon {
    height: 20px;
}

.g_notification__icon__paid {
    height: 28px;
    border-radius: 100%;
}

