#unsupported-message {
  display: none;
  text-align: center;
  margin-top: 20%;
}

#main-content {
  display: block;
}

@media (max-width: 768px) {
  #main-content {
    display: none;
  }
  #unsupported-message {
    display: block;
  }
}
body {
  margin: 0;
  font-family: "Belleza", cursive;
  color: #004aad;
  background-color: #0e234f;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
}

h1 {
  font-size: 48px;
}

.input-container {
  display: flex;
  align-items: center;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50px;
  padding: 5px;
  max-width: 600px;
  width: 600px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  margin: auto;
}

.input-container input {
  border: none;
  background: transparent;
  outline: none;
  flex-grow: 1;
  padding: 10px 15px;
  font-size: 20px;
  color: #fff;
  transition: color 0.3s ease;
}

.input-container input::placeholder {
  color: rgba(255, 255, 255, 0.6);
  transition: color 0.3s ease;
}

.input-container button {
  background-color: #004aad;
  border: none;
  border-radius: 50%;
  color: #fff;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.input-container button:hover {
  background-color: #0e234f;
  transform: scale(1.1);
}

.input-container button span {
  font-size: 20px;
  font-weight: bold;
  transition: transform 0.3s ease;
}

.message-box {
  margin-bottom: 15px;
  padding: 10px;
  border-radius: 5px;
}

.error {
  background-color: #f8d7da;
  color: #721c24;
}

.arrow-circle {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #004aad;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 30px;
}

.arrow-circle:hover {
  background-color: #0e234f;
}

.alert-danger {
  color: red;
  font-size: 20px;
}

.alert-success {
  font-size: 20px;
  margin-top: 50px;
}

.audio-container {
  position: absolute;
  top: 20px;
  left: 20px;
}

.audio-container button {
  position: fixed;
  width: 50px;
  height: 50px;
  background-color: #004aad;
  color: white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  font-size: 30px;
}

.audio-container button:hover {
  background-color: #0e234f;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22../../assets/styles/app.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAEA;EACI;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;IACI;;EAGJ;IACI;;;AAaR;EACI;EACA;EACA,OATG;EAUH,kBAXe;;;AAcnB;AAAA;AAAA;AAAA;EAII;;;AAKJ;EACI;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA,OA5CI;EA6CJ;;;AAGJ;EACI;EACA;;;AAGJ;EACI,kBAvDG;EAwDH;EACA;EACA,OAzDI;EA0DJ;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI,kBAtEe;EAuEf;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;;;AAGJ;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI%22,%22file%22:%22app.output.css%22%7D */
