#app-container {
  font-family: "Verdana" !important;
  color: #d3d6e0 !important;
  max-width: 480px !important;
  margin: auto !important;
  display: flex !important;
  flex-direction: row !important;
  justify-content: center !important;
  align-items: center !important;
}
#app-container div {
  width: 100% !important;
}
#app-container .p-6 {
  padding: 1rem 0 !important;
}
#app-container h3, #app-container h4 {
  font-family: "Verdana" !important;
}
#app-container .tracking-tight {
  letter-spacing: normal !important;
}
#app-container div div div img {
  width: 164px !important;
  height: 40px !important;
}
#app-container .bg-black {
  background-color: #1e1e24 !important;
}
#app-container .dark\:bg-gray-800 {
  background-color: #000000 !important;
}
#app-container .border {
  border: 1px solid transparent !important;
}
#app-container .bg-blue-900 {
  background-color: transparent !important;
}
#app-container .text-xs {
  font-family: "Verdana" !important;
  font-size: 1.125rem !important;
  line-height: 1.5 !important;
  text-transform: lowercase !important;
  font-weight: bold !important;
  color: #F5F5F6 !important;
}
#app-container .text-white {
  color: #edeff7 !important;
}
#app-container .text-sm {
  font-family: "Verdana" !important;
  font-size: 1rem !important;
  line-height: 1.5 !important;
  font-weight: normal !important;
}
#app-container .\[\&_svg\]\:size-4 svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
}
#app-container .h-9 {
  height: 3rem !important;
}
#app-container button, select {
  background-color: #000000 !important;
  transition: background-color 0.3s ease-in-out;
}
#app-container button:hover {
  background-color: #40424d !important;
  border: 2px solid #f3791f !important;
}
#app-container input {
  outline: none !important;
  height: 48px !important;
}
#app-container input:focus {
  border: 2px solid #f3791f !important;
}
#app-container .text-xl {
  font-family: "Verdana" !important;
  font-size: 1.5rem !important;
  line-height: 1.5 !important;
}
#app-container > div > div:first-child > div {
  flex-direction: column !important;
  gap: .5rem !important;
}
#app-container > div > div:first-child > div .font-bold {
  font-weight: bold !important;
}
#app-container > div > div:last-child .text-sm {
  font-size: 0.875rem !important;
  font-weight: bold !important;
  transition: color 0.3s ease-in-out;
}
#app-container > div > div:last-child .text-sm:hover {
  color: #f3791f !important;
}
#app-container > div > div:nth-child(2) > div:last-child > div {
  width: 100% !important;
}

/* Adjusts the padding when logged in */
@media (min-width: 768px) {
    .md\:p-8 {
        padding: 1rem;
    }
}