.alert {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: unset;
}

.alert .alert-body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 8px;
  padding-bottom: 8px;
}

.alert .alert-icon {
  width: 24px;
  margin-right: 1.25rem;
  margin-left: 1.25rem;
}

.alert .alert-message {
  margin-bottom: 0;
}

.alert .close {
  font-size: 1.5rem;
  position: relative;
}

.alerts-area {
  margin-bottom: 30px;
}

.alerts-area ul.errorlist {
  margin-bottom: 0;
}

.alerts-area .alert.alert-success {
  background: #f2fffc;
  color: black;
  font-weight: 400;
  border: 1px solid var(--pearl-green);
}

.alerts-area .alert.alert-success .close {
  color: var(--pearl-green);
}
