/*Imports*/

@import url("https://www.cjoint.com/doc/22_03/LClePKlRPmB_main.css");
@import url("https://slddev.github.io/SpotiCord/src/fixes.css");

/*Version System*/
:root {
  --theme-version: "0.1 ";
}

[id^="SpotiCord"] .bd-addon-header .bd-version:before {
  content: "v"var(--theme-version);
}

.info-3pQQBb:after {
  content: "SpotiCord - "var(--theme-version);
  top: 16px;
  color: var(--text-muted);
  position: relative;
}

[id^="SpotiCord"] .bd-addon-header .bd-version {
  font-size: 0;
}

[id^="SpotiCord"] .bd-addon-header .bd-version:before {
  font-size: 14px;
}

.bd-switch input:checked+.bd-switch-body {
  --switch-color: var(--background-accent);
}

.wordmarkWindows-2dq6rw:after {
  content: "DrDan "var(--theme-version)"";
  color: var(--text-muted);
  font-size: 12px;
  padding-left: 10px;
  position: relative;
  bottom: 4px;
}