.label-required:after {
  content: " *";
  color: #dc3545;
}

.information {
  color: #dc3545;
}

.danger-alert {
  position: fixed;
  z-index: 10002;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
  display: none;
}

.alert-solid-success {
  position: fixed;
  z-index: 10002;
  top: 50px;
  right: 50px;
  font-size: 20px;
  width: 500px;
  height: 100px;
  display: none;
}

.bg-fix {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background: #000;
  opacity: 0.6;
  right: 0;
  z-index: 10001;
}

.custom-error {
  color: #dc3545;
  margin-top: 8px;
}

.image-edit {
  width: 200px;
}
