* {
  box-sizing: border-box;
}

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  /* Font varient */
  font-variant-ligatures: none;
  -webkit-font-variant-ligatures: none;
  /* Smoothing */
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Source Sans Pro", sans-serif;
  color: #1c1c1c;
  background-color: #f3f9f9;
  overflow-y: hidden;
}

.login-iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  background-color: #1e1e1e;
  visibility: hidden;
  border-width: 0; /*otherwise qt defaults to 2*/
}

.websocket-body {
  color: #f3f9f9;
  background-color: #1e1e1e;
  height: 100vh;
  width: 100vw;
  position: absolute;
  left: 0;
  top: 0;
}

.loader {
  text-align: center;
  width: 100vw;
  height: calc(100vh - 5vh);
  padding-top: 100px;
}

.message {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto,
    Ubuntu;
  color: #ababab;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: center;
  padding: 25px 0 20px 0;
  max-width: 600px;
  margin: 0;
}

#error {
  display: none;
  font-size: 48px;
  color: red;
}

#spinner {
  display: block;
  font-size: 48px;
}

.deeplink-login-message {
  font-size: 13px;
  font-weight: 600;
  margin-top: -12px;
}

#bbLogo {
  width: 200px;
  display: none;
}

.orange-spinner {
  animation: rotation 2s infinite linear;
  padding: 15px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}

.loading-message-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 42px;
}

.loading-message-container-facebookdeletion {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 42px;
}

.loading-message-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 42px;
}

#remove-data-button {
  align-items: center;
  justify-content: center;
  width: 200px;
  padding: 10px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  background-image: linear-gradient(to right, #f16522, #f37025);
  border: none;
  color: white;
  outline: none;
  border-radius: 3px;
  text-decoration: none;
  margin: 16px;
}

@media (max-width: 700px) {
  p {
    width: 100%;
    font-size: 24px;
  }
}

html {
  visibility: visible;
  opacity: 1;
}
