
@charset "UTF-8";
.toast_box {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-30%,-50%);
  justify-content: center;
  display: none;
}

.toast_box p {
  box-sizing: border-box;
  padding: 10px;
  max-width: 72%;
  width: max-content;
  color: #FFF;
  font-size: 16px;
  text-align: center;
  border-radius: 8px;
  background: rgba(50, 50, 52, 0.7);
}