#unsupported-screen {
  font-family: "Roboto", sans-serif;
  /* Set this to 'block' to show the unsupported browser screen. */
  display: none;
}

.img-container {
  max-height: 300px;
  max-width: 400px;
  width: 95vw;
}

#unsupported-screen .celo-app-content {
  width: 100%;
  overflow-y: auto;
}

#unsupported-screen .celo-app-content.full-height {
  height: 100vh;
  max-height: 100vh;
}

#unsupported-screen .relative {
  position: relative;
}

#unsupported-screen .loading-screen {
  background: rgba(255, 255, 255, 0.99);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#unsupported-screen.unsupported {
  padding: 5%;
}

#unsupported-screen .get-container {
  align-self: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: white;
  text-align: center;
}

#unsupported-screen .get-container .logo {
  width: 240px;
  margin-bottom: 20px;
}

#unsupported-screen .get-container ul {
  list-style-type: none;
}

#unsupported-screen .get-container .text {
  font-size: 18px;
}

#unsupported-screen .get-container .app-download-buttons {
  display: flex;
  flex-direction: row;
}

#unsupported-screen .get-container .app-download-buttons a {
  margin: 0 14px;
}

@media (max-width: 600px) {
  #unsupported-screen .get-container .app-download-buttons a {
    margin-right: 5px;
    margin-left: 5px;
  }
}

#unsupported-screen .get-container .text-32 {
  font-size: 32px;
}

#unsupported-screen .get-container .text-22 {
  font-size: 22px;
}

#unsupported-screen .get-container .text-18 {
  font-size: 18px;
}

#unsupported-screen .get-container .bold {
  font-weight: bold;
}

#unsupported-screen .get-container .mt-42 {
  margin-top: 42px;
}

#unsupported-screen .get-container .mt-24 {
  margin-top: 24px;
}

#unsupported-screen .get-container .mt-12 {
  margin-top: 12px;
}

#unsupported-screen .get-container .browser-card-container a {
  text-decoration: none;
}

#unsupported-screen .get-container .browser-card-container a:hover {
  text-decoration: underline;
}

#unsupported-screen .get-container .browser-card-container {
  display: flex;
  justify-content: center;
}

#unsupported-screen .get-container .browser-card {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  padding: 16px;
  border-radius: 5px;
}

#unsupported-screen .get-container .browser-card .icon {
  width: 50px;
  height: 50px;
  object-fit: cover;
}

#unsupported-screen .get-container .browser-card .content {
  margin-left: 15px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
}

#unsupported-screen .get-container .browser-card:hover {
  background-color: rgba(236, 239, 241, 0.341);
}
