form.login * {
  display: block;
  width: 100%;
}
form.login h4 {
  text-align: center;
  margin-top: -5em;
}
form.login .error {
  margin: 1.4em 0 0.7em;
  padding: 1em 0.8em;
  border-radius: 10px;
  background: #f8d7da;
  border: 1px solid #f5c6cb;
  color: #721c24;
}
form.login label {
  margin: 1.4em 0 0.7em;
}
form.login input {
  border: none;
  padding: 1em 0.8em;
  border-radius: 10px;
  box-shadow: rgba(3, 3, 3, 0.1) 0 0 1em;
}
form.login input[type=submit] {
  margin: 1.4em 0;
  width: 100%;
  background: #3164f4;
  color: white;
}
form.login .input-with-action {
  position: relative;
}
form.login .input-with-action input + .inside {
  cursor: pointer;
  display: inline-block;
  width: fit-content;
  position: absolute;
  right: 0.8em;
  bottom: 1em;
  color: #3164f4;
  font-weight: bold;
  border: none;
  background: none;
}

form .card {
  display: flex;
  justify-content: space-between;
}
form .card.multiple input[type=checkbox] {
  margin-bottom: 1em;
  margin-right: 0.5em;
}
form .card.multiple input[type=checkbox]:last-of-type {
  margin-bottom: inherit;
}
form .card input[type=text], form .card select {
  background: #f1f3f4;
  border: none;
  border-radius: 4px;
  padding: 0.5em;
  margin: -0.5em;
}
form .card select {
  box-sizing: content-box;
  width: 181px;
}
form .card label:after {
  content: "\a";
  white-space: pre;
}
form .card div label.no-label {
  display: none;
}
form .card input[type=checkbox] {
  display: inline-flex;
  position: relative;
  width: 28px;
  height: 12px;
  appearance: none;
}
form .card input[type=checkbox]:before {
  margin: auto;
  display: flex;
  content: "";
  width: 28px;
  height: 12px;
  transition: 0.2s;
  border-radius: 10px;
  background: #bdc1c6;
}
form .card input[type=checkbox]:after {
  position: absolute;
  right: 14px;
  top: -2px;
  margin: auto;
  display: flex;
  content: "";
  width: 16px;
  height: 16px;
  transition: 0.2s;
  box-shadow: var(--cr-toggle-box-shadow, 0 1px 3px 0 rgba(0, 0, 0, 0.4));
  border-radius: 100%;
  background: white;
}
form .card input[type=checkbox]:checked:before {
  background: rgba(26, 115, 232, 0.5019607843);
}
form .card input[type=checkbox]:checked:after {
  background: #1a73e8;
  right: -2px;
}

button[type=submit], a.button {
  cursor: pointer;
  border: none;
  padding: 1em 0.8em;
  border-radius: 10px;
  box-shadow: rgba(3, 3, 3, 0.1) 0 0 1em;
  margin: 1.4em 0;
  width: 100%;
  background: #3164f4;
  color: white;
  text-align: center;
}
button[type=submit].red, a.button.red {
  background: red;
}

.messenger {
  display: flex;
  flex-direction: column-reverse;
  max-height: 720px;
  overflow-y: scroll !important;
}
.messenger .message .message-content {
  white-space: pre-wrap;
}
.messenger .message .bot {
  color: #3164f4;
}
.messenger .message-date {
  color: gray;
  font-size: 12px;
  margin-top: 0.4em;
}

* {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: sans-serif;
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
}

body {
  position: relative;
  display: flex;
  min-height: 100%;
  width: 100%;
  max-width: 1600px;
  margin: auto;
}

.mt-0 {
  margin-top: 0 !important;
}

hr.separator {
  margin: 1em 0;
}

.page {
  display: flex;
  width: 100%;
}

.menu {
  order: 1;
}

.info-column {
  order: 3;
  margin-top: 1em;
  height: fit-content;
}
.info-column .info {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
  padding: 2em 5em 2em 3em;
}
.info-column .info a {
  margin-right: 1em;
}
.info-column .info > * {
  margin: 1em 0;
}
.info-column .info > *:first-child {
  margin-top: 0;
}
.info-column .info > *:last-child {
  margin-bottom: 0;
}
.info-column .discord {
  position: absolute;
  bottom: 2em;
}

.content {
  order: 2;
  margin: 2em auto;
  width: 42%;
  padding-top: 1em;
}

h2, h3, h4, h5, h6 {
  font-weight: normal;
}

h1 {
  color: rgb(32, 33, 36);
  font-size: 22px;
}

h2 {
  color: rgb(32, 33, 36);
  font-size: 14px;
  margin: 1em 0;
}

h3 {
  font-weight: bold;
  margin-bottom: 0.5em;
}

a {
  color: #3164f4;
  font-weight: bold;
  border: none;
  background: none;
  text-decoration: none;
}

.disabled {
  color: lightgray !important;
  cursor: default !important;
}

.page {
  padding: 4em 6em;
}

.header {
  padding-right: 7em;
}

.logo {
  display: inline-block;
  background-size: cover;
  width: 50px;
  height: 50px;
  margin: 1em 0 1em 1em;
}

.cardboard {
  border-radius: 10px;
  box-shadow: rgba(3, 3, 3, 0.1) 0 2px 10px;
  overflow: hidden;
}
.cardboard .card {
  padding: 1.2em 2em;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.cardboard .card .picture {
  display: inline-block;
  background-size: cover;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  margin-right: 0.5em;
}
.cardboard .card .card-content {
  display: inline-block;
}
.cardboard .card .card-content .username {
  font-weight: bold;
  margin-bottom: 0.3em;
}

.center {
  margin: auto;
}
.center.login {
  width: 250px;
}

.iconised {
  display: flex;
}
.iconised .inline {
  display: inline;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 1em;
}

.options {
  margin-left: 2em;
  font-size: 14px;
  font-weight: bold;
  color: rgb(95, 99, 104);
  list-style: none;
}
.options .option {
  padding: 0.7em 1em;
  cursor: pointer;
  border-radius: 100px;
  color: inherit;
}
.options .option:hover, .options .option.active {
  background: rgb(232, 234, 237);
}

.current {
  background-color: #f3f6fe;
}

.player-status {
  font-variation-settings: "FILL" 1;
  vertical-align: middle;
  color: #d1d3d6;
}
.player-status.active {
  color: #3ea83e;
}
.player-status.inactive {
  color: #ff707c;
}

.reverse {
  display: flex;
  flex-direction: column-reverse;
}

/*# sourceMappingURL=app.output.css.map */
