@font-face {
  font-family: n;
  src: url(../../../rg/fonts/AvenirNextLTPro-Bold.otf);
}
@font-face {
  font-family: r;
  src: url(../../../rg/fonts/AvenirNextLTPro-Regular.otf);
}
/* alert styles */
body {
  position: relative;
}

#alertContainer {
  display: none;
  z-index: 100;
}

.alert_container {
  position: fixed;
  top: 20px;
  right: 20px;
  padding: 20px;
  max-width: 30%;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: rgb(60 64 67 / 30%) 0px 1px 2px 0px,
    rgb(60 64 67 / 15%) 0px 1px 3px 1px;
  font-family: r;
}
.alert_container .alert_message {
  width: 95%;
  padding: 5px;
  user-select: none;
}
.alert_container .alert_button {
  width: 5%;
  padding: 5px;
  color: #6666ff;
  cursor: pointer;
  user-select: none;
}

/* alert styles */

@media (min-width: 481px) and (max-width: 767px) {
  .alert_container {
    padding: 10px 20px 10px 10px;
    max-width: 60%;
  }
}
@media (min-width: 320px) and (max-width: 480px) {
  .alert_container {
    padding: 10px 20px 10px 10px;
    max-width: 70%;
  }
}
