.leaved-warning {
  background-color: lightgoldenrodyellow;
}
.leaved-action {
 background-color: lightpink;
}

.full {
  width: 100%;
}

.leaved-warning {
  background-color: lightgoldenrodyellow;
}
.leaved-action {
 background-color: lightpink;
}

.chuen-alert {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(#e2e3e6, 0.51);
  display: flex;
  justify-content: center;
  align-items: center;
}

.chuen-alert-container {
  padding: 20px;
  background-color: white;
  width: 50%;
  box-shadow: 3px 3px rgba(184, 181, 183, 0.85);
  text-align: left;
}

