.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 {
  background-image: url(./icons/background/1.png);
}

.chat_background_2 {
  background-image: url(./icons/background/2.png);
}

.chat_background_3 {
  background-image: url(./icons/background/3.png);
}

.chat_background_4 {
  background-size: 250px;
  background-image: url(./icons/background/4.png);
}

.chat_background_5 {
  background-size: contain;
  background-image: url(./icons/background/5.png);
}
