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 {
  max-width: 784px;
  margin: 5rem auto;
}
body>main>header>h1 {
  text-align: center;
  margin: 0;
  font-size: 1.5rem;
}
#stryfe-logo {
  max-width: 256px;
  margin: 0 auto;
  display: block;
}
#about-stryfe, #stryfe-features {
  max-width: 95%;
  margin: 0 auto;
  display: block;
}
.stryfe {
  font-style: italic;
  text-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
}
#button-discord-login, #account-servers button#button-discord-login {
  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 {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}
#account-servers ul {
  list-style-type: none;
  margin: 0;
}
#post-reactions {
  display: inline-block;
  vertical-align: top;
  width: 450px;
  position: relative;
}
#post-reactions ol {
  margin-top: 4rem;
}
#account-servers h1, #post-reactions h1 {
  display: inline-block;
  font-size: 1.5rem;
  margin: 0;
}
#account-servers button#reload {
  font-size: 1.5rem;
  background: transparent;
  border: 0;
  padding: 0;
}
#account-servers h2, #post-reactions h2 {
  font-size: 1.25rem;
  margin: 0;
}
#account-servers h3, #post-reactions h3 {
  font-size: 1.15rem;
  margin: 0;
}
#account-servers button, #post-reactions button {
  background: transparent;
  border: 0;
  padding: .5rem 1rem;
  cursor:pointer;
}
#account-servers button + ul, #post-reactions button + ul {
  display: none;
}
#account-servers button, #post-reactions button {
  border: 1px transparent solid;
  margin: 2px 0;
}
#account-servers .selected>button, #post-reactions .selected>button {
  background: rgba(255, 255, 255, .25);
  border: 1px #fff solid;
  border-radius: 3px;
}
#account-servers .selected>button:hover, #post-reactions .selected>button:hover {
  background: rgba(255, 255, 255, .35);
}
#account-servers .selected button, #post-reactions .selected button, #account-servers .selected button + ul, #post-reactions .selected button + ul {
  display: block;
}
#post-reactions select, #post-reactions input {
  padding: .5rem 1rem;
}
#post-reactions>section>ol>li>div {
  margin-bottom: .5rem;
}
#post-reactions>section>ol>li>div>label {
  display: inline-block;
  width: 100px;
}
.footnote {
  font-size: .8rem;
  font-style: italic;
}
#post-reactions button {
  text-align: left;
  margin-right: 0.5rem;
  line-height: 16px;
}
button#button-add-message {
  position: absolute;
  right: 0;
}
button#button-add-message, #post-reactions button.interactive {
  background: rgba(255, 255, 255, .25);
  border: 1px #fff solid;
  border-radius: 3px;
}
button#button-add-message:hover, #post-reactions button.interactive:hover {
  background: rgba(255, 255, 255, .35);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, .15);
}
.emoji {
  display: inline-block;
  font-family: "Noto sans";
}
.info-message {
  background: rgba(255, 255, 0, .15);
  border: 1px #ff0 solid;
  border-radius: 3px;
  padding: .5rem;
  width: 76%;
  left: 12%;
  position: relative;
  text-align: center;
  margin-top: 1rem;
}
#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, #display-selected-emoji img {
  max-width: 16px;
  max-height: 16px;
}
#close-emoji-list, #close-system-message {
  position: absolute;
  right: -1.5rem;
  top: -1.5rem;
  border: 1px #000 solid;
  border-radius: 50%;
  padding: 0.5rem;
  width: 3rem;
  height: 3rem;
  font-size: 2rem;
  line-height: 2rem;
}
#reaction-configuration {
  position: fixed;
  background: rgba(255, 255, 255, .75);
  width: 50vw;
  left: 25vw;
  display: none;
  top: 4rem;
  padding: 1rem;
  border-radius: 6px;
}
#reaction-configuration.show {
  display: block;
  max-height: 90vh;
  overflow-y: auto;
}
#display-selected-emoji {
  display: inline-block;
  cursor: pointer;
}
.select-role {
  display: none;
}
.select-role.show {
  display: block;
}
[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;
}
.ui-checkboxradio-checked {
  border: 1px #000 solid;
  box-shadow: 2px 2px 4px #000;
}
.radiobutton {
  border: 1px transparent solid;
}
 .colored-radio.ui-button.ui-state-active:hover {
  background: inherit;
  border-width: 1px;
  border-color: #000;
}
.reaction-button-text, .reaction-role, .reaction-emoji, .reaction-row {
  margin-top:.5rem;
  display: inline-block;
  vertical-align: top;
}
#post-reactions-header {
  display: none;
}
#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;
}
.message-timestamp {
  position: absolute;
  bottom: -.25rem;
  right: 0;
  font-size: .65rem;
  font-style: italic;
}
button[data-message_id] {
  position: relative;
  width: 100%;
}
#post-preview-message .message-timestamp {
  display: none;
}
.current-reaction-emoji {
  display: inline-block;
}
.current-reaction-emoji img, .emoji {
  max-width: 16px;
  max-height: 16px;
  vertical-align: middle;
}
.current-reaction-emoji {
  border:1px hsl(235, 85.6%, 64.7%) solid;
  border-radius: 6px;
  margin-right: .5rem;
  height: 22px;
  padding: 0 .25rem .25rem .25rem;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  line-height: 17px;
}
.emoji-counter {
  position: relative;
  top: 3px;
  display: inline-block;
  margin-left: .5rem;
}
#button-remove-reaction {
  position: absolute;
  right: 2rem;
  display: none;
}
.button-text {
  display: inline-block;
}
[data-delete_button] {
  display: none;
}
#loading>img#loading-dark {
  display: none;
}
#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);
}
.reaction-message {
  display: none;
}
textarea#reaction-message, textarea#reaction-ticket-message {
  width: 100%;
  min-height: 4rem;
}
.current-reaction-button .emoji>img {
  margin-right: .5rem;
}
#no-server-access-instructions {
  display: none;
}
[title="Red Heart"] {
  color: red;
}
#system-message {
  position: fixed;
  width: 50vw;
  left: 25vw;
  top: 2rem;
  background: rgba(255, 128, 0, .75);
  border: 1px #000 solid;
  box-shadow: 2px 2px 4px rgb(0 0 0 / 50%);
  border-radius: 4px;
  display: none;
  color: #000;
  padding: 1rem;
  text-align: center;
  font-weight: bold;
  z-index: 3;
}
#close-system-message {
  background: rgba(255, 128, 0, .5);
  cursor: pointer;
}
#server-configuration {
  display: none;
}
button#button-save-server-configuration {
  position: absolute;
  right: 0;
}
.server-configuration-default-roles {
  display: none;
  max-height: 20rem;
  overflow-y: auto;
}
#post-reactions button:hover {
  background:rgba(255, 255, 0, .25);
}
div#post-preview-message {
  white-space: break-spaces;
  max-width: 48vw;
}
.reaction-ticket-target-category fieldset {
  display: inline-block;
}
.ui-checkboxradio-label.ui-button {
  margin-right: 0;
}
[for="is_closable_yes"] {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
[for="is_closable_no"] {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#levels-configuration {
  display: none;
}
#level-logistic-configuration, #level-linear-configuration, #level-point-configuration, #level-reward-configuration {
  display: none;
}
#level-logistic-configuration input, #level-linear-configuration input {
  width: 4rem;
}
#level-logistic-configuration label, #level-linear-configuration label {
  width: 19rem;
  display: inline-block;
}
#level-linear-level-points, #level-logistic-level-points {
    max-height: 10rem;
    overflow-y: auto;
}
.stryfe-plan {
  border:1px #fff solid;
  box-shadow: 1px 1px 6px rgba(255, 255, 255, .5);
  border-radius: 8px;
  margin-top: 1rem;
}
.stryfe-plan p {
  padding: 0 1rem;
}
.stryfe-plan h2 {
  text-align: center;
  background: rgba(255, 255, 255, .25);
  margin-top: 0;
  border-radius: 8px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 1px #fff solid;
  box-shadow: 0 1px 2px rgba(255, 255, 255, .25);
}
.stryfe-plan ul {
  list-style-type: none;
}
.stryfe-plan>ul>li{
  margin-top: .75rem;
}
.stryfe-plan img {
  max-width: 95%;
}
.green-mark {
  display: inline-block;
  color: #0d0;
}
sup {
  font-size: 80%;
}
.footnote {
  margin-left: 1rem;
}
@media only screen and (max-width: 768px) {
  .stryfe {
    font-size: 1.5rem;
  }
  .stryfe-plan>ul {
    padding-left: 0;
  }
}