.downloadAndroidLink {
  border: none !important;
  width: auto !important;
  background-size: 55px !important;
  background-position: 49% !important;
}
.downloadAndroidLink > span {
  display: none !important;
}

.default-logo {
  background-image: url(./icons/default-logo.svg);
  background-size: 123%;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: inline-block;
  margin-bottom: -7px;
}

.loading {
  background-image: url(./icons/loading.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  width: 200px;
  height: 200px;
  margin-right: calc(50% - 100px);
  float: right;
}

.loginControlContainer input:not([type="checkbox"]) {
  border: none;
  border-bottom: 1px solid var(--main-control-color);
}

.darkoob-rebrand-name {
  color: var(--main-control-color);
}

.generalSettingsButton {
  *display: none !important;
}

.chat_background_1::before {
  width: 80%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  background-image: url(./icons/background/1-light.webp);
}

.chat_background_2::before {
  width: 80%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  background-image: url(./icons/background/2-light.webp);
}

.chat_background_3::before {
  width: 80%;
  height: 100%;
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: fixed;
  background-image: url(./icons/background/3-light.webp);
}

html[theme="dark"] .chat_background_1::before {
  background-image: url(./icons/background/1-dark.webp);
}

html[theme="dark"] .chat_background_2::before {
  background-image: url(./icons/background/2-dark.webp);
}

html[theme="dark"] .chat_background_3::before {
  background-image: url(./icons/background/3-dark.webp);
}

.background-chooser-container .chat_background_1::before,
.background-chooser-container .chat_background_2::before,
.background-chooser-container .chat_background_3::before {
  position: absolute !important;
  transform: scale(10);
  width: 100%;
}

@media only screen and (max-width: 799px) {
  .chat_background_1::before {
    width: 170% !important;
  }

  .chat_background_2::before {
    width: 170% !important;
  }

  .chat_background_3::before {
    width: 170% !important;
  }
}
