body {
  font-family: Open Sans;
  background: #9392fb url("/images/background.png") top left no-repeat;
  overflow-y: scroll;
}
body>header>h1 {
  font-size: 3rem;
  margin: 0;
  position: fixed;
  z-index: 3;
  top: 0;
  line-height: 2.75rem;
}
body>header>nav {
  position: fixed;
  top: 0;
  width: 100%;
  text-align: center;
  background: rgba(255, 255, 255, .85);
  left: 0;
  box-shadow: 2px 2px 2px rgb(0 0 0 / 50%);
  z-index: 2;
}
body>header>nav>ul {
  display: inline-block;
  list-style-type: none;
}
body>header>nav>ul>li {
  display: inline-block;
  padding: 0 1rem;
}
body>header>nav>ul>li>a {
  color: #000;
  text-decoration: none;
}
body>main {
  width: 50vw;
  margin: 5rem auto 0rem auto;
  overflow: hidden;
  height: calc(100vh - 9rem);
  position: relative;
}
main>header>h1 {
  text-align: center;
}
#stryfe-logo {
  max-width: 256px;
  margin: 0 auto;
  display: block;
}
#loading {
  display: none;
}
#loading>img#loading-light {
  display: block;
}
#loading>img#loading-dark {
  display: none;
}
.discord-server {
  display: inline-block;
  cursor: pointer;
  margin: 0 1rem;
  text-align: center;
}
.discord-icon {
  border-radius: 25%;
  display: block;
}
.default-discord-icon {
  width: 8rem;
  background: #7289DA;
  text-align: center;
  color: #fff;
  height: 8rem;
  line-height: 8rem;
}
#mode-selector {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  box-shadow: 2px 2px 4px rgb(128 128 128 / 50%);
}
#mode-selector button {
  background: transparent;
  border: 1px #fff solid;
  padding: .5rem;
}
#mode-selector button#mode-light {
  border-radius: 4px 0px 0px 4px;
  color: #fff;
  text-shadow: 0px 0px 2px #000;
}
#mode-selector button#mode-dark {
  border-radius: 0px 4px 4px 0px;
  color: #000;
  text-shadow: 0px 0px 2px #fff;
}
#mode-selector button#mode-light.selected {
  background: rgba(255, 255, 255, .5);
}
#mode-selector button#mode-dark.selected {
  background: rgba(255, 255, 255, .5);
}
#account-servers {
  text-align: center;
}
#button-discord-login, #account-servers button#button-discord-login, .button-discord-register {
  background: hsl(235, 85.6%, 64.7%);
  color: #fff;
  border:0;
  letter-spacing: 1px;
  padding: .5rem 1rem;
  cursor: pointer;
  border-radius: 3px;
  margin: 1rem auto;
}
#button-discord-login:hover, #account-servers button#button-discord-login:hover {
  box-shadow: 2px 2px 6px 0 hsl(214deg 9% 15%);
  background: hsl(235, 46.7%, 44.1%);
}
.centered {
  text-align: center;
}
#account-servers button#reload {
  font-size: 1.5rem;
  background: transparent;
  border: 0;
  padding: 0;
}
.emoji {
  display: inline-block;
  font-family: "Noto sans";
  max-height: 16px;
  margin: 0px 4px;
}
#emojis .emoji {
  cursor: pointer;
}
#emojis.searching .emoji {
  display: none;
}
#emojis.searching .emoji.found {
  display: inline-block;
}
#emoji-search {
  width: 100%;
  border-radius: 3px;
  padding: 0.5rem 1rem;
}
#emoji-list {
  position: fixed;
  top: 6rem;
  display: none;
  background: rgba(255, 255, 255, .75);
  width: 50vw;
  left: 26vw;
}
#emoji-list.show {
  display: block;
}
.custom-emojis {
  display: none;
}
.custom-emojis.show {
  display: block;
}
#emojis {
  height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 1rem;
}
.emoji img, #selected-emoji img, .dropdown-emoji+button>img {
  max-width: 16px;
  max-height: 16px;
}
#close-emoji-list {
  position: absolute;
  right: -0.5rem;
  top: -1rem;
  border: 1px #000 solid;
  border-radius: 50%;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  line-height: .5rem;
  color: #000;
}
#loading {
  position: fixed;
  top: 8rem;
  left: calc(50vw - 128px);
  box-shadow: 2px 2px 4px #000;
  border-radius: 50%;
  overflow: hidden;
}
#loading>img {
  display: block;
}
#loading div {
  position: absolute;
  top: 90px;
  text-align: center;
  width: 100%;
  font-size: 3rem;
}
.positionable-panel {
  position: absolute;
  transition: left 2s;
  width: 95%;
  left: 0vw;
}
.positionable-panel.stage-left {
  left: -65vw;
}
.positionable-panel.stage-right {
  left: 65vw;
}
.positionable-panel>header>button {
  position: absolute;
}
.positionable-panel>header>h1 {
  margin-top: 0;
}
.brand-button {
  background: rgba(255, 255, 255, .25);
  border: 1px #fff solid;
  border-radius: 3px;
  padding: 0.25rem 1rem;
  font-size: 125%;
  cursor: pointer;
}
.discord-category-channels .discord-channel {
  text-indent: 1rem;
}
.discord-channel {
  line-height: 2rem;
  cursor: pointer;
}
.discord-category {
  font-weight: bold;
}
select {
  padding: .25rem 1rem;
}
.discord-role-checkbox input {
  width: 1.25rem;
  height: 1.25rem;
}
.discord-role-checkbox label {
  line-height: 1.5rem;
  vertical-align: text-bottom;
}
.delay-container>input {
  width: 5rem;
}
div#server-configuration-default-roles {
  max-height: 50vh;
  overflow-y: auto;
}
.discord-message-timestamp {
  font-family: monospace;
}

.discord-message-content {
  margin-left: 2rem;
}

.discord-message {
  margin-bottom: 1rem;
  cursor: pointer;
}
.discord-message:hover {
  background:rgba(255, 255, 255, .25);
}
[data-click_handler="NewMessage"] {
  right: 1rem;
  top: 0;
}
[for=button-color-primary], .button-color-1 {
  background: #5865f2 !important;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
}
[for=button-color-secondary], .button-color-2 {
  background: #474c53 !important;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
}
[for=button-color-success], .button-color-3 {
  background: #3ba55c !important;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
}
[for=button-color-danger], .button-color-4 {
  background: #ed4245 !important;
  color: #fff;
  font-weight: bold;
  border-radius: 2px;
}
[for=button-color-primary]:hover, .button-color-1:hover {
  background: #4752c4 !important;
  color: #fff;
  font-weight: bold !important;
}
[for=button-color-secondary]:hover, .button-color-2:hover {
  background: #474c53 !important;
  color: #fff;
  font-weight: bold !important;
}
[for=button-color-success]:hover, .button-color-3:hover {
  background: #359553 !important;
  color: #fff;
  font-weight: bold !important;
}
[for=button-color-danger]:hover, .button-color-4:hover {
  background: #d53b3e !important;
  color: #fff;
  font-weight: bold !important;
}
#system-message {
  display: none;
}
#reaction-message-content, #ticket-message {
  width: 100%;
  min-height: 3rem;
}
#mode-selector>button, .dropdown-emoji+button {
  cursor: pointer;
}
.save-button-box {
  margin: 0.5rem;
  position: relative;
  height: 1.5rem;
  width: 100%;
}
[data-click_handler="Save"] {
  position: absolute;
  right: 1rem;
}
div#server-channels-list {
  height: 60vh;
  overflow-y: auto;
}
#level-linear-configuration, #level-logistic-configuration {
  display: none;
  line-height: 2rem;
}
#level-linear-level-points-graph-canvas, #level-logistic-level-points-graph-canvas {
  width: 100%;
}
div#server-leveling {
  height: 63vh;
  overflow: auto;
}
.help {
  display: inline-block;
  margin-right: .5rem;
  cursor: pointer;
}
h3.centered {
  margin: 0.5rem;
}
div#level-linear-level-points {
  height: 10rem;
  overflow: auto;
}

div#level-logistic-level-points {
  height: 10rem;
  overflow: auto;
}
div#system-message {
  border: 1px #ff0 solid;
  padding: 0.25rem;
  border-radius: 8px;
  background-color: rgba(255, 255, 0, .75);
  text-align: center;
  position: fixed;
  width: 80vw;
  left: 10vw;
  top: 10vh;
  color: #000;
  font-weight: bold;
}
[type="number"] {
  text-align: right;
}
div#discord-recent-messages {
  height: calc(100vh - 21rem);
  overflow: auto;
}
div#message-details {
  height: calc(100vh - 10rem);
  overflow: auto;
}
button.delete-button {
  background: transparent;
  border: none;
  vertical-align: top;
}
h2 {
  font-size: 1.25rem;
  margin: .5rem 0 0 0;
  text-align: center;
}
div#levels-config-channels, div#levels-config-rewards {
  line-height: 2rem;
}
.update-channel-description, .add-reward-level-description {
  display: inline-block;
  line-height: 1.4rem;
}
#reaction-ticket-closable, #reaction-emoji, #reaction-row {
  display: inline-block;
  vertical-align: top;
}
.info-message {
  background: rgba(255, 255, 0, .25);
  border: 1px #f90 solid;
  margin: 0;
  border-radius: 4px;
  padding: 0.5rem;
  text-align: center;
}
#post-preview-message, #button-remove-reaction, #button-apply-reaction {
  margin-top: 0.5rem;
}
#post-preview-message, .discord-message-content {
  white-space: break-spaces;
  max-height: 10rem;
  overflow: auto;
}
.discord-role-checkbox {
  position: relative;
  width: calc(100% - 1rem);
  height: 2rem;
}
[type="checkbox"]+label+.delay-container {
  display: none;
}
[type="checkbox"]:checked+label+.delay-container {
  display: inline-block;
}
.delay-container {
  position: absolute;
  right: 0;
}
input {
  line-height: 1.5rem;
}
.footnote {
  font-size: .8rem;
  margin: 0;
}
label.colored-radio.ui-checkboxradio-checked {
  box-shadow: 0px 0px 8px #fff;
}
.discord-message-button, .discord-message-ticket {
  display: inline-block;
  padding: 0.5rem;
}
.discord-message-reaction {
  cursor: pointer;
  margin-right: 1rem;
  margin-top: 1.5rem;
}
button#button-save-and-close-reaction-configuration {
  margin: 1rem 0 2rem 0;
}
[data-is_editable="Yes"] {
  font-weight: bold;
}
[data-is_editable="No"] {
  color: #aaa;
}
#selected-emoji {
  cursor: pointer;
}
#reaction-dropdown {
  margin-top: 1rem;
}
#reaction-dropdown-options {
  max-height: 20rem;
  overflow-y: auto;
}
.dropdown-emoji+button {
  display: inline-block;
  background: transparent;
  border: none;
}
@media only screen and (max-width: 768px) {
  body>main {
    width: 96vw;
  }
  .positionable-panel {
    width: 100%;
  }
  .positionable-panel.stage-left {
    left: -100vw;
  }
  .positionable-panel.stage-right {
    left: 100vw;
  }
  .positionable-panel>header>h1 {
    margin-top: 2rem;
    margin-bottom: 0.5rem;
  }
  .positionable-panel>header>button {
    top: 0;
  }
  .stryfe {
    font-size: 1.5rem;
  }
  #discord-server-list {
    padding-left: 0;
  }
  .ui-tabs .ui-tabs-nav li, .ui-widget .ui-widget.ui-checkboxradio-radio-label, #reaction-button-color>fieldset>label {
    font-size: .7rem;
  }
  .buttons-small button {
    font-size: .6rem;
    margin-bottom: .25rem;
  }
  input[type=number] {
    width: 5rem;
  }
  #emoji-list {
    width: 90vw;
    left: 5vw;
  }
  .emoji, .emoji img {
    font-size: 2rem;
    max-width: 48px;
    max-height: 48px;
  }
  div#custom-emoji-list {
    margin-bottom: 1.5rem;
  }
  .discord-message-emoji, .discord-message-button>.emoji, .discord-message-ticket>.emoji {
    font-size: 1rem;
    max-height: 16px;
  }
  .discord-message-emoji {
    margin-top:1.5rem;
  }
  .button-micro {
    font-size: .9rem;
  }
  #levels-config-channels>label, #level-point-configuration-global>label {
    width: 11rem;
    display: inline-block;
    font-size: .9rem;
    line-height: 2.5rem;
  }
  #level-point-configuration-global>[for="leveling-point-basis"], #levels-config-channels>[for="add-channel-setting-leveling-point-basis"] {
    width: 8rem;
  }
  div#levels-config-rewards>label {
    width: 6rem;
    display: inline-block;
  }
}