/* shared/errors */

.error_explanation {
  border-radius: 7px;
  background-color: #fee;
  color: red;
  padding: 7px;
}

.error-header {
  display: flex;
  justify-content: space-between;
  width: 100%;
  border-radius: 7px;
  margin-left: 0px !important;
  margin-bottom: 15px !important;
  background-color: #fdd;
  padding: 3px 10px 3px 10px;
}

.close-button {
  text-align: right;
}

.clear {
  font-size: 17;
  color: red;
  z-index: 1000;
  cursor: pointer;
}

.left {width: auto;}
.right {width: auto;}

.error-list {
  flex-direction: column;
  align-content: center;
  text-align: left;
}

.ul-error {
  list-style-type: none;
  padding-left: 0px;
  background-color: transparent !important;
}
