.container {
  width: 100%;
  max-width: 400px;
  display: flex;
  padding: 0px 10px;
  flex-direction: column;
  align-items: center;
  height: 100vh;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
}

img {
  width: 13rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.titles {
  display: grid;
  text-align: center;
}

.nfe-title {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: block;
  color: #fa5a3c;
  padding-bottom: 1rem;
}

.welcome-title {
  color: #004bff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.content {
  margin-top: 1rem;
  background: #f3f3f3ee;
  padding: 20px 15px;
  border-radius: 10px;
  display: grid;
}

.content span, .support-contact {
  color: #3f3f3f;
  font-size: 14px;
  display: block;
  margin-bottom: 1rem;
}

.namanyay-search-btn {
  background: #004bff;
  cursor: pointer;
  color: white;
  padding: 10px 20px;
  border-radius: 0 10px 10px 0;
  -moz-border-radius: 0 10px 10px 0;
  -webkit-border-radius: 10px;
  -o-border-radius: 0 10px 10px 0;
  border: 0 none;
  font-weight: bold;
  border: 2px solid transparent;
  width: 100%;
  margin-top: 1rem;
}

.namanyay-search-btn:focus {
  border: 2px solid #079c3c;
}

::placeholder {
  color: white;
}

.namanyay-search-box {
  outline: none;
  background-color: white;
  color: #3f3f3f;
  border-radius: 10px;
  backdrop-filter: blur(10px);
  padding: 10px;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid transparent;
}

.namanyay-search-box:focus {
  border: 2px solid #0e1538;
}

.support-contact {
  margin-bottom: 0rem;
  margin-top: 1rem;
}

#status {
  margin-top: 1rem;
}

#statusText {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #3f3f3f;
  background: #f3f3f3ee;
  backdrop-filter: blur(10px);
  border: 1px solid gray;
  border-radius: 6px;
  padding: 10px 15px;
  font-weight: 500;
  font-size: 1rem;
}

#statusText a {
  margin-top: 10px;
  color: white;
  text-decoration: none;
  padding: 5px 8px;
  border-radius: 6px;
  background-color: #004bff;
  backdrop-filter: blur(10px);
}

#statusText a:hover {
  opacity: 0.8;
}
