.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-close {
  display: flex;
  flex-direction: row;
  justify-content: end;
}

.modal-close button {
  height: 1.5rem;
  width: 1.5rem;
}

.login-modal-content {
  line-height: 1.2;
  font-family: "Times New Roman";
  border-radius: 0.3in;
  background-repeat: repeat;
  background-image: url("/images/id.png");
  margin: 5% auto;
  margin-top: 1%;
  padding: 0.15in;
  border: 2px solid #888;
  width: 4.8in;
}

.bunuelo-image {
  margin-top: 15%;
  object-fit: scale-down;
  width: 30%;
  height: 100%;
}

.login-submit {
  width: 100%;
  display: flex;
  justify-content: center;
}

.token-login-modal-content {
  border-radius: 0.3in;
  line-height: 1.2;
  border-radius: 0.3in;
  justify-content: center;
  background-repeat: repeat;
  background-image: url("/images/ourple.png");
  margin: 15% auto;
  padding: 0.15in;
  background-size: 15px;
  border: 2px solid #888;
  width: 4.8in;
}

.confirmation-modal-content {
  border-radius: 0.3in;
  line-height: 1.2;
  border-radius: 0.3in;
  background-repeat: repeat;
  background-image: url("/images/ourple.png");
  margin: 15% auto;
  padding: 0.15in;
  background-size: 15px;
  border: 2px solid #888;
  width: 4.8in;
}

.login-messages {
  background-size: 15px;
  border-radius: 0.3in;
  margin: auto;
  margin-top: 10%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  background-repeat: repeat;
  background-image: url("/images/ourple.png");
  padding: 0.15in;
  border: 2px solid #888;
  width: 4.8in;
}

.modal-button {
  display: inline-block;
  box-shadow: rgba(0, 0, 0, 0.2) 2px 2px 2px;
  border: 2px solid var(--nav-color-darker-border);
  background-color: var(--accent-color);
}

.modal-button button {
  min-width: 2rem;
  box-sizing: border-box;
  padding: 0;
  cursor: pointer;
  font-family: "0xProto Nerd Font Mono";
  color: whitesmoke;
  font-size: 15px;
  background-color: rgba(0, 0, 0, 0.2);
  border: none;
}

.modal-button button:hover {
  background-color: rgba(100, 100, 100, 0.1);
}
