/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* line 26, app/assets/stylesheets/layout/header.scss */
body > header {
  background-color: #1a221f;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 10;
}

/* line 34, app/assets/stylesheets/layout/header.scss */
body > header .header-inner {
  width: 1400px;
  margin: 0 auto;
  padding: 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 96px;
}

/* line 42, app/assets/stylesheets/layout/header.scss */
body > header .header-inner .title-container {
  height: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: all 0.05s ease-in-out;
  padding-left: 120px;
  padding-right: 28px;
  background-image: url(/images/69th-logo-150x150.png);
  background-size: auto 80%;
  background-position: 24px 50%;
  background-repeat: no-repeat;
}

/* line 19, app/assets/stylesheets/layout/header.scss */
body > header .header-inner .title-container:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffc107;
}

/* line 56, app/assets/stylesheets/layout/header.scss */
body > header .header-inner .title-container .title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.2em;
}

/* line 63, app/assets/stylesheets/layout/header.scss */
body > header .header-inner .title-container .subtitle {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 0.2em;
  opacity: 0.8;
  letter-spacing: 0.1em;
}

/* line 72, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav {
  height: 100%;
}

/* line 75, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul {
  display: flex;
  align-items: center;
  height: 100%;
  flex-direction: row;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 86, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li {
  display: block;
  height: 100%;
}

/* line 90, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li > a, body > header .header-inner nav > ul > li > button, body > header .header-inner nav > ul > li > form button {
  background: none;
  border: none;
  height: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: all 0.05s ease-in-out;
}

/* line 19, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li > a:hover, body > header .header-inner nav > ul > li > button:hover, body > header .header-inner nav > ul > li > form button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffc107;
}

/* line 97, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li.separator {
  width: 1px;
  height: 60%;
  background-color: rgba(255, 255, 255, 0.2);
  margin: 0 1em;
}

/* line 105, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li > form {
  height: 100%;
}

/* line 109, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li.login-dev button {
  color: orange;
}

/* line 113, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li.account {
  position: relative;
  min-width: 120px;
  max-width: 200px;
}

/* line 114, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li.account img {
  width: 48px;
  border-radius: 50%;
  margin: 0 auto 0.4em;
}

/* line 124, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li.account .username {
  font-weight: 600;
  text-align: center;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

/* line 132, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li.account:hover .account-menu {
  visibility: visible;
}

/* line 136, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li.account .account-menu {
  visibility: hidden;
  position: absolute;
  top: calc(100% + 1px);
  left: 0;
  width: 100%;
  background-color: #1a221f;
  margin: 0;
  padding: 0;
  list-style: none;
}

/* line 149, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li.account .account-menu li {
  display: block;
  width: 100%;
}

/* line 153, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li.account .account-menu li > a, body > header .header-inner nav > ul > li.account .account-menu li > button {
  background: none;
  border: none;
  height: 100%;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  cursor: pointer;
  transition: all 0.05s ease-in-out;
  padding: 12px 16px;
}

/* line 19, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li.account .account-menu li > a:hover, body > header .header-inner nav > ul > li.account .account-menu li > button:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  color: #ffc107;
}

/* line 162, app/assets/stylesheets/layout/header.scss */
body > header .header-inner nav > ul > li.account .account-menu li.sign-out a {
  color: #f44336;
}

/* line 174, app/assets/stylesheets/layout/header.scss */
nav.secondary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: row;
  margin-top: -12px;
}

/* line 181, app/assets/stylesheets/layout/header.scss */
nav.secondary > a {
  display: block;
  flex: 1;
  max-width: 80px;
  text-align: center;
  padding: 14px;
  text-decoration: none;
  transition: all 0.05s ease-in-out;
}

/* line 192, app/assets/stylesheets/layout/header.scss */
nav.secondary > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
@charset "UTF-8";
/*
 * Provides a drop-in pointer for the default Trix stylesheet that will format the toolbar and
 * the trix-editor content (whether displayed or under editing). Feel free to incorporate this
 * inclusion directly in any other asset bundle and remove this file.
 *
 * require trix
*/
/*
* Remix Icon v2.5.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-05-23
*/
@font-face {
  font-family: "remixicon";
  src: url(/assets/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815);
  /* IE9*/
  src: url(/assets/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815#iefix) format("embedded-opentype"), url(/assets/remixicon-9ec1723f207a4945dfaee350960a1834d8ee560ef767066fad86eb3c21c36745.woff2?t=1590207869815) format("woff2"), url(/assets/remixicon-ece6bff4445c24c37c0649ca3e86160624c86b96d4f7ce662a5f581331e77cfe.woff?t=1590207869815) format("woff"), url(/assets/remixicon-ab5769a97382874bc49bad18d49800149ba19f86ec3cb3d7cfcbb55045ea41cc.ttf?t=1590207869815) format("truetype"), url(/assets/remixicon-d2557a2e953a6b7b5c3762c1373525f82b2754427dd81d250130d8c05afbf056.svg?t=1590207869815#remixicon) format("svg");
  /* iOS 4.1- */
  font-display: swap;
}

/* line 36, app/assets/stylesheets/misc/remixicon.scss */
.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 37, app/assets/stylesheets/misc/remixicon.scss */
.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -.075em;
}

/* line 38, app/assets/stylesheets/misc/remixicon.scss */
.ri-xxs {
  font-size: .5em;
}

/* line 39, app/assets/stylesheets/misc/remixicon.scss */
.ri-xs {
  font-size: .75em;
}

/* line 40, app/assets/stylesheets/misc/remixicon.scss */
.ri-sm {
  font-size: .875em;
}

/* line 41, app/assets/stylesheets/misc/remixicon.scss */
.ri-1x {
  font-size: 1em;
}

/* line 42, app/assets/stylesheets/misc/remixicon.scss */
.ri-2x {
  font-size: 2em;
}

/* line 43, app/assets/stylesheets/misc/remixicon.scss */
.ri-3x {
  font-size: 3em;
}

/* line 44, app/assets/stylesheets/misc/remixicon.scss */
.ri-4x {
  font-size: 4em;
}

/* line 45, app/assets/stylesheets/misc/remixicon.scss */
.ri-5x {
  font-size: 5em;
}

/* line 46, app/assets/stylesheets/misc/remixicon.scss */
.ri-6x {
  font-size: 6em;
}

/* line 47, app/assets/stylesheets/misc/remixicon.scss */
.ri-7x {
  font-size: 7em;
}

/* line 48, app/assets/stylesheets/misc/remixicon.scss */
.ri-8x {
  font-size: 8em;
}

/* line 49, app/assets/stylesheets/misc/remixicon.scss */
.ri-9x {
  font-size: 9em;
}

/* line 50, app/assets/stylesheets/misc/remixicon.scss */
.ri-10x {
  font-size: 10em;
}

/* line 51, app/assets/stylesheets/misc/remixicon.scss */
.ri-fw {
  text-align: center;
  width: 1.25em;
}

/* line 2, app/assets/stylesheets/misc/trix.scss */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 6, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 13, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button-group {
  display: flex;
}

/* line 17, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  /* line 22, app/assets/stylesheets/misc/trix.scss */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 27, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button {
  margin: 0;
  outline: none;
  border: none;
  opacity: 1;
}

/* line 34, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button.trix-active {
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

/* line 39, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 43, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button:disabled {
  opacity: 0.5;
}

/* line 47, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 51, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 65, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 79, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 83, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 89, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 93, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 98, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 102, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 108, app/assets/stylesheets/misc/trix.scss */
trix-editor {
  min-height: 5em;
  outline: none;
}

/* line 112, app/assets/stylesheets/misc/trix.scss */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 119, app/assets/stylesheets/misc/trix.scss */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection,
trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 125, app/assets/stylesheets/misc/trix.scss */
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection,
trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 131, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 135, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 139, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 144, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 148, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment {
  position: relative;
}

/* line 152, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 156, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 160, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 171, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 175, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 192, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 201, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 205, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 219, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 223, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 227, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 231, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 245, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 259, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 263, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 267, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 271, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 284, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 293, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 299, app/assets/stylesheets/misc/trix.scss */
.trix-content {
  line-height: 1.5;
}

/* line 302, app/assets/stylesheets/misc/trix.scss */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 308, app/assets/stylesheets/misc/trix.scss */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 315, app/assets/stylesheets/misc/trix.scss */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 323, app/assets/stylesheets/misc/trix.scss */
.trix-content li {
  margin-left: 1em;
}

/* line 327, app/assets/stylesheets/misc/trix.scss */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 331, app/assets/stylesheets/misc/trix.scss */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 343, app/assets/stylesheets/misc/trix.scss */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 348, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 354, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 359, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment a:hover,
.trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 364, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 368, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' · ';
}

/* line 372, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 377, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 383, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 392, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 398, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 404, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment,
.trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 12, app/assets/stylesheets/misc/actiontext.scss */
trix-toolbar {
  cursor: default;
  margin-bottom: 12px;
}

/* line 15, app/assets/stylesheets/misc/actiontext.scss */
trix-toolbar .trix-button-group {
  margin-right: 24px;
}

/* line 18, app/assets/stylesheets/misc/actiontext.scss */
trix-toolbar .trix-button-group .trix-button {
  color: rgba(255, 255, 255, 0.8);
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  padding: 4px 6px;
  font-size: 0;
}

/* line 25, app/assets/stylesheets/misc/actiontext.scss */
trix-toolbar .trix-button-group .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 29, app/assets/stylesheets/misc/actiontext.scss */
trix-toolbar .trix-button-group .trix-button:not(:disabled):hover {
  color: #ffc107;
}

/* line 34, app/assets/stylesheets/misc/actiontext.scss */
trix-toolbar .trix-button-group .trix-button::before {
  font-size: 14pt;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-bold::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-italic::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-strike::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-link::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-heading-1::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-quote::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-code::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-bullet-list::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-number-list::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-decrease-nesting-level::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-increase-nesting-level::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-attach::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-undo::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
trix-toolbar .trix-button-group .trix-button.trix-button--icon-redo::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 59, app/assets/stylesheets/misc/actiontext.scss */
trix-editor {
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  padding: 12px 16px;
}

/* line 64, app/assets/stylesheets/misc/actiontext.scss */
trix-editor:focus {
  border: 1px solid white;
}

/* line 68, app/assets/stylesheets/misc/actiontext.scss */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 77, app/assets/stylesheets/misc/actiontext.scss */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 81, app/assets/stylesheets/misc/actiontext.scss */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 97, app/assets/stylesheets/misc/actiontext.scss */
.trix-content h1 {
  font-size: 1.4em;
  line-height: 1.5em;
}

/*
 * We need to override trix.css’s image gallery styles to accommodate the
 * <action-text-attachment> element we wrap around attachments. Otherwise,
 * images in galleries will be squished by the max-width: 33%; rule.
*/
/* line 108, app/assets/stylesheets/misc/actiontext.scss */
.trix-content .attachment-gallery > action-text-attachment,
.trix-content .attachment-gallery > .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 115, app/assets/stylesheets/misc/actiontext.scss */
.trix-content .attachment-gallery.attachment-gallery--2 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--2 > .attachment, .trix-content .attachment-gallery.attachment-gallery--4 > action-text-attachment,
.trix-content .attachment-gallery.attachment-gallery--4 > .attachment {
  flex-basis: 50%;
  max-width: 50%;
}

/* line 122, app/assets/stylesheets/misc/actiontext.scss */
.trix-content action-text-attachment .attachment {
  padding: 0 !important;
  max-width: 100% !important;
}

/* line 127, app/assets/stylesheets/misc/actiontext.scss */
action-text-attachment figcaption {
  display: none;
}
/*
* Remix Icon v2.5.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-05-23
*/
@font-face {
  font-family: "remixicon";
  src: url(/assets/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815);
  /* IE9*/
  src: url(/assets/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815#iefix) format("embedded-opentype"), url(/assets/remixicon-9ec1723f207a4945dfaee350960a1834d8ee560ef767066fad86eb3c21c36745.woff2?t=1590207869815) format("woff2"), url(/assets/remixicon-ece6bff4445c24c37c0649ca3e86160624c86b96d4f7ce662a5f581331e77cfe.woff?t=1590207869815) format("woff"), url(/assets/remixicon-ab5769a97382874bc49bad18d49800149ba19f86ec3cb3d7cfcbb55045ea41cc.ttf?t=1590207869815) format("truetype"), url(/assets/remixicon-d2557a2e953a6b7b5c3762c1373525f82b2754427dd81d250130d8c05afbf056.svg?t=1590207869815#remixicon) format("svg");
  /* iOS 4.1- */
  font-display: swap;
}

/* line 36, app/assets/stylesheets/misc/remixicon.scss */
.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 37, app/assets/stylesheets/misc/remixicon.scss */
.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -.075em;
}

/* line 38, app/assets/stylesheets/misc/remixicon.scss */
.ri-xxs {
  font-size: .5em;
}

/* line 39, app/assets/stylesheets/misc/remixicon.scss */
.ri-xs {
  font-size: .75em;
}

/* line 40, app/assets/stylesheets/misc/remixicon.scss */
.ri-sm {
  font-size: .875em;
}

/* line 41, app/assets/stylesheets/misc/remixicon.scss */
.ri-1x {
  font-size: 1em;
}

/* line 42, app/assets/stylesheets/misc/remixicon.scss */
.ri-2x {
  font-size: 2em;
}

/* line 43, app/assets/stylesheets/misc/remixicon.scss */
.ri-3x {
  font-size: 3em;
}

/* line 44, app/assets/stylesheets/misc/remixicon.scss */
.ri-4x {
  font-size: 4em;
}

/* line 45, app/assets/stylesheets/misc/remixicon.scss */
.ri-5x {
  font-size: 5em;
}

/* line 46, app/assets/stylesheets/misc/remixicon.scss */
.ri-6x {
  font-size: 6em;
}

/* line 47, app/assets/stylesheets/misc/remixicon.scss */
.ri-7x {
  font-size: 7em;
}

/* line 48, app/assets/stylesheets/misc/remixicon.scss */
.ri-8x {
  font-size: 8em;
}

/* line 49, app/assets/stylesheets/misc/remixicon.scss */
.ri-9x {
  font-size: 9em;
}

/* line 50, app/assets/stylesheets/misc/remixicon.scss */
.ri-10x {
  font-size: 10em;
}

/* line 51, app/assets/stylesheets/misc/remixicon.scss */
.ri-fw {
  text-align: center;
  width: 1.25em;
}
@charset "UTF-8";
/* line 2, app/assets/stylesheets/misc/trix.scss */
trix-toolbar * {
  box-sizing: border-box;
}

/* line 6, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button-row {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  overflow-x: auto;
}

/* line 13, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button-group {
  display: flex;
}

/* line 17, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button-group-spacer {
  flex-grow: 1;
}

@media (max-device-width: 768px) {
  /* line 22, app/assets/stylesheets/misc/trix.scss */
  trix-toolbar .trix-button-group-spacer {
    display: none;
  }
}

/* line 27, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button {
  margin: 0;
  outline: none;
  border: none;
  opacity: 1;
}

/* line 34, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button.trix-active {
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.8);
}

/* line 39, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 43, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button:disabled {
  opacity: 0.5;
}

/* line 47, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-dialogs {
  position: relative;
}

/* line 51, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-dialog {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  font-size: 0.75em;
  padding: 15px 10px;
  background: #fff;
  box-shadow: 0 0.3em 1em #ccc;
  border-top: 2px solid #888;
  border-radius: 5px;
  z-index: 5;
}

/* line 65, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-input--dialog {
  font-size: inherit;
  font-weight: normal;
  padding: 0.5em 0.8em;
  margin: 0 10px 0 0;
  border-radius: 3px;
  border: 1px solid #bbb;
  background-color: #fff;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 79, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-input--dialog.validate:invalid {
  box-shadow: #F00 0px 0px 1.5px 1px;
}

/* line 83, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-button--dialog {
  font-size: inherit;
  padding: 0.5em;
  border-bottom: none;
}

/* line 89, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-dialog--link {
  max-width: 600px;
}

/* line 93, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-dialog__link-fields {
  display: flex;
  align-items: baseline;
}

/* line 98, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-dialog__link-fields .trix-input {
  flex: 1;
}

/* line 102, app/assets/stylesheets/misc/trix.scss */
trix-toolbar .trix-dialog__link-fields .trix-button-group {
  flex: 0 0 content;
  margin: 0;
}

/* line 108, app/assets/stylesheets/misc/trix.scss */
trix-editor {
  min-height: 5em;
  outline: none;
}

/* line 112, app/assets/stylesheets/misc/trix.scss */
trix-editor [data-trix-mutable]:not(.attachment__caption-editor) {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* line 119, app/assets/stylesheets/misc/trix.scss */
trix-editor [data-trix-mutable]::-moz-selection,
trix-editor [data-trix-cursor-target]::-moz-selection,
trix-editor [data-trix-mutable] ::-moz-selection {
  background: none;
}

/* line 125, app/assets/stylesheets/misc/trix.scss */
trix-editor [data-trix-mutable]::selection,
trix-editor [data-trix-cursor-target]::selection,
trix-editor [data-trix-mutable] ::selection {
  background: none;
}

/* line 131, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::-moz-selection {
  background: highlight;
}

/* line 135, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__caption-editor[data-trix-mutable]:focus::selection {
  background: highlight;
}

/* line 139, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment.attachment--file[data-trix-mutable] {
  box-shadow: 0 0 0 2px highlight;
  border-color: transparent;
}

/* line 144, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment[data-trix-mutable] img {
  box-shadow: 0 0 0 2px highlight;
}

/* line 148, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment {
  position: relative;
}

/* line 152, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment:hover {
  cursor: default;
}

/* line 156, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment--preview .attachment__caption:hover {
  cursor: text;
}

/* line 160, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__progress {
  position: absolute;
  z-index: 1;
  height: 20px;
  top: calc(50% - 10px);
  left: 5%;
  width: 90%;
  opacity: 0.9;
  transition: opacity 200ms ease-in;
}

/* line 171, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__progress[value="100"] {
  opacity: 0;
}

/* line 175, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__caption-editor {
  display: inline-block;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
  vertical-align: top;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* line 192, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__toolbar {
  position: absolute;
  z-index: 1;
  top: -0.9em;
  left: 0;
  width: 100%;
  text-align: center;
}

/* line 201, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button-group {
  display: inline-flex;
}

/* line 205, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button {
  position: relative;
  float: left;
  color: #666;
  white-space: nowrap;
  font-size: 80%;
  padding: 0 0.8em;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  background: transparent;
}

/* line 219, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button:not(:first-child) {
  border-left: 1px solid #ccc;
}

/* line 223, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button.trix-active {
  background: #cbeefa;
}

/* line 227, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button:not(:disabled) {
  cursor: pointer;
}

/* line 231, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button--remove {
  text-indent: -9999px;
  display: inline-block;
  padding: 0;
  outline: none;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid highlight;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.25);
}

/* line 245, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button--remove::before {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.7;
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 90%;
}

/* line 259, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button--remove:hover {
  border-color: #333;
}

/* line 263, app/assets/stylesheets/misc/trix.scss */
trix-editor .trix-button--remove:hover::before {
  opacity: 1;
}

/* line 267, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__metadata-container {
  position: relative;
}

/* line 271, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__metadata {
  position: absolute;
  left: 50%;
  top: 2em;
  transform: translate(-50%, 0);
  max-width: 90%;
  padding: 0.1em 0.6em;
  font-size: 0.8em;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
}

/* line 284, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__metadata .attachment__name {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* line 293, app/assets/stylesheets/misc/trix.scss */
trix-editor .attachment__metadata .attachment__size {
  margin-left: 0.2em;
  white-space: nowrap;
}

/* line 299, app/assets/stylesheets/misc/trix.scss */
.trix-content {
  line-height: 1.5;
}

/* line 302, app/assets/stylesheets/misc/trix.scss */
.trix-content * {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* line 308, app/assets/stylesheets/misc/trix.scss */
.trix-content blockquote {
  border: 0 solid #ccc;
  border-left-width: 0.3em;
  margin-left: 0.3em;
  padding-left: 0.6em;
}

/* line 315, app/assets/stylesheets/misc/trix.scss */
.trix-content [dir=rtl] blockquote,
.trix-content blockquote[dir=rtl] {
  border-width: 0;
  border-right-width: 0.3em;
  margin-right: 0.3em;
  padding-right: 0.6em;
}

/* line 323, app/assets/stylesheets/misc/trix.scss */
.trix-content li {
  margin-left: 1em;
}

/* line 327, app/assets/stylesheets/misc/trix.scss */
.trix-content [dir=rtl] li {
  margin-right: 1em;
}

/* line 331, app/assets/stylesheets/misc/trix.scss */
.trix-content pre {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  font-family: monospace;
  font-size: 0.9em;
  padding: 0.5em;
  white-space: pre;
  background-color: #eee;
  overflow-x: auto;
}

/* line 343, app/assets/stylesheets/misc/trix.scss */
.trix-content img {
  max-width: 100%;
  height: auto;
}

/* line 348, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

/* line 354, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment a {
  color: inherit;
  text-decoration: none;
}

/* line 359, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment a:hover,
.trix-content .attachment a:visited:hover {
  color: inherit;
}

/* line 364, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment__caption {
  text-align: center;
}

/* line 368, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment__caption .attachment__name + .attachment__size::before {
  content: ' · ';
}

/* line 372, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment--preview {
  width: 100%;
  text-align: center;
}

/* line 377, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment--preview .attachment__caption {
  color: #666;
  font-size: 0.9em;
  line-height: 1.2;
}

/* line 383, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment--file {
  color: #333;
  line-height: 1;
  margin: 0 2px 2px 2px;
  padding: 0.4em 1em;
  border: 1px solid #bbb;
  border-radius: 5px;
}

/* line 392, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment-gallery {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

/* line 398, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment-gallery .attachment {
  flex: 1 0 33%;
  padding: 0 0.5em;
  max-width: 33%;
}

/* line 404, app/assets/stylesheets/misc/trix.scss */
.trix-content .attachment-gallery.attachment-gallery--2 .attachment,
.trix-content .attachment-gallery.attachment-gallery--4 .attachment {
  flex-basis: 50%;
  max-width: 50%;
}
/* line 1, app/assets/stylesheets/pages/admin.scss */
table.permissions-matrix {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 6, app/assets/stylesheets/pages/admin.scss */
table.permissions-matrix thead th:first-child {
  text-align: start;
}

/* line 10, app/assets/stylesheets/pages/admin.scss */
table.permissions-matrix tr {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

/* line 14, app/assets/stylesheets/pages/admin.scss */
table.permissions-matrix td, table.permissions-matrix th {
  text-align: center;
}

/* line 17, app/assets/stylesheets/pages/admin.scss */
table.permissions-matrix td:first-child, table.permissions-matrix th:first-child {
  padding: 4px 0;
  text-align: start;
}

/* line 23, app/assets/stylesheets/pages/admin.scss */
table.permissions-matrix label {
  padding: 4px 0;
  display: block;
  cursor: pointer;
}
@charset "UTF-8";
/*
* Remix Icon v2.5.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-05-23
*/
@font-face {
  font-family: "remixicon";
  src: url(/assets/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815);
  /* IE9*/
  src: url(/assets/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815#iefix) format("embedded-opentype"), url(/assets/remixicon-9ec1723f207a4945dfaee350960a1834d8ee560ef767066fad86eb3c21c36745.woff2?t=1590207869815) format("woff2"), url(/assets/remixicon-ece6bff4445c24c37c0649ca3e86160624c86b96d4f7ce662a5f581331e77cfe.woff?t=1590207869815) format("woff"), url(/assets/remixicon-ab5769a97382874bc49bad18d49800149ba19f86ec3cb3d7cfcbb55045ea41cc.ttf?t=1590207869815) format("truetype"), url(/assets/remixicon-d2557a2e953a6b7b5c3762c1373525f82b2754427dd81d250130d8c05afbf056.svg?t=1590207869815#remixicon) format("svg");
  /* iOS 4.1- */
  font-display: swap;
}

/* line 36, app/assets/stylesheets/misc/remixicon.scss */
.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 37, app/assets/stylesheets/misc/remixicon.scss */
.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -.075em;
}

/* line 38, app/assets/stylesheets/misc/remixicon.scss */
.ri-xxs {
  font-size: .5em;
}

/* line 39, app/assets/stylesheets/misc/remixicon.scss */
.ri-xs {
  font-size: .75em;
}

/* line 40, app/assets/stylesheets/misc/remixicon.scss */
.ri-sm {
  font-size: .875em;
}

/* line 41, app/assets/stylesheets/misc/remixicon.scss */
.ri-1x {
  font-size: 1em;
}

/* line 42, app/assets/stylesheets/misc/remixicon.scss */
.ri-2x {
  font-size: 2em;
}

/* line 43, app/assets/stylesheets/misc/remixicon.scss */
.ri-3x {
  font-size: 3em;
}

/* line 44, app/assets/stylesheets/misc/remixicon.scss */
.ri-4x {
  font-size: 4em;
}

/* line 45, app/assets/stylesheets/misc/remixicon.scss */
.ri-5x {
  font-size: 5em;
}

/* line 46, app/assets/stylesheets/misc/remixicon.scss */
.ri-6x {
  font-size: 6em;
}

/* line 47, app/assets/stylesheets/misc/remixicon.scss */
.ri-7x {
  font-size: 7em;
}

/* line 48, app/assets/stylesheets/misc/remixicon.scss */
.ri-8x {
  font-size: 8em;
}

/* line 49, app/assets/stylesheets/misc/remixicon.scss */
.ri-9x {
  font-size: 9em;
}

/* line 50, app/assets/stylesheets/misc/remixicon.scss */
.ri-10x {
  font-size: 10em;
}

/* line 51, app/assets/stylesheets/misc/remixicon.scss */
.ri-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, app/assets/stylesheets/pages/missions.scss */
.controller-missions .mission {
  display: block;
  text-decoration: none;
  padding: 12px 24px;
  background-color: #126341;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin-bottom: 12px;
  transition: all 0.06s ease-in-out;
}

/* line 15, app/assets/stylesheets/pages/missions.scss */
.controller-missions .mission:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 19, app/assets/stylesheets/pages/missions.scss */
.controller-missions .mission .mission-title {
  display: block;
  font-size: 1.1em;
}

/* line 24, app/assets/stylesheets/pages/missions.scss */
.controller-missions .mission .mission-start {
  display: block;
  font-size: 0.9em;
}

/* line 30, app/assets/stylesheets/pages/missions.scss */
.controller-missions .squad-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: start;
  margin: 0 auto;
  max-width: 100%;
}

/* line 40, app/assets/stylesheets/pages/missions.scss */
.controller-missions .squad {
  margin-top: 24px;
}

/* line 44, app/assets/stylesheets/pages/missions.scss */
.controller-missions .squad-list > .squad {
  flex-grow: 1;
  border: 3px solid rgba(255, 255, 255, 0.2);
  border-radius: 3px;
  padding: 10px;
  margin: 24px 12px 0;
  text-align: center;
}

/* line 54, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slots {
  display: block;
  min-width: 240px;
  max-width: 300px;
  list-style: none;
  padding-left: 0;
  margin: 0;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

/* line 66, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot {
  border: 1px solid #404040;
  margin-bottom: -1px;
  font-size: 0.9em;
  font-weight: 600;
  cursor: default;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

/* line 78, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot > * {
  flex: 1;
  text-align: center;
  padding: 4px;
}

/* line 84, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .actions {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
}

/* line 91, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .actions > a {
  text-decoration: none;
  display: block;
  width: 32px;
  border: none;
  background: grey;
  color: white;
  font-size: 1.1em;
  line-height: 1.4em;
  cursor: pointer;
  opacity: 0.8;
  transition: opacity 0.05s ease-in-out;
}

/* line 105, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .actions > a:hover {
  opacity: 1;
}

/* line 109, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .actions > a.radio {
  background-color: #08853c;
}

/* line 110, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .actions > a.icon-add {
  background-color: #1f5ebb;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
.controller-missions .slot .actions > a.icon-add::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 111, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .actions > a.icon-remove {
  background-color: #a11717;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
.controller-missions .slot .actions > a.icon-remove::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 112, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .actions > a.icon-edit {
  background-color: #1190da;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
.controller-missions .slot .actions > a.icon-edit::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 113, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .actions > a.icon-lock {
  background-color: #4b3232;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
.controller-missions .slot .actions > a.icon-lock::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 117, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .role {
  position: relative;
  border-right: inherit;
}

/* line 121, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .role .actions {
  left: 0;
  width: 100%;
  justify-content: start;
}

/* line 126, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .role .actions > a {
  width: 12px;
  color: rgba(255, 255, 255, 0);
  transition: all 0.1s ease-in-out;
}

/* line 132, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .role .actions:hover > a {
  width: 32px;
  color: white;
}

/* line 139, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .player {
  position: relative;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

/* line 145, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .player .actions {
  right: 0;
  width: 0px;
  overflow: hidden;
  justify-content: end;
  transition: width 0.1s ease-in-out;
}

/* line 154, app/assets/stylesheets/pages/missions.scss */
.controller-missions .slot .player:hover > .actions {
  width: 100%;
}
/*
* Remix Icon v2.5.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-05-23
*/
@font-face {
  font-family: "remixicon";
  src: url(/assets/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815);
  /* IE9*/
  src: url(/assets/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815#iefix) format("embedded-opentype"), url(/assets/remixicon-9ec1723f207a4945dfaee350960a1834d8ee560ef767066fad86eb3c21c36745.woff2?t=1590207869815) format("woff2"), url(/assets/remixicon-ece6bff4445c24c37c0649ca3e86160624c86b96d4f7ce662a5f581331e77cfe.woff?t=1590207869815) format("woff"), url(/assets/remixicon-ab5769a97382874bc49bad18d49800149ba19f86ec3cb3d7cfcbb55045ea41cc.ttf?t=1590207869815) format("truetype"), url(/assets/remixicon-d2557a2e953a6b7b5c3762c1373525f82b2754427dd81d250130d8c05afbf056.svg?t=1590207869815#remixicon) format("svg");
  /* iOS 4.1- */
  font-display: swap;
}

/* line 36, app/assets/stylesheets/misc/remixicon.scss */
.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 37, app/assets/stylesheets/misc/remixicon.scss */
.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -.075em;
}

/* line 38, app/assets/stylesheets/misc/remixicon.scss */
.ri-xxs {
  font-size: .5em;
}

/* line 39, app/assets/stylesheets/misc/remixicon.scss */
.ri-xs {
  font-size: .75em;
}

/* line 40, app/assets/stylesheets/misc/remixicon.scss */
.ri-sm {
  font-size: .875em;
}

/* line 41, app/assets/stylesheets/misc/remixicon.scss */
.ri-1x {
  font-size: 1em;
}

/* line 42, app/assets/stylesheets/misc/remixicon.scss */
.ri-2x {
  font-size: 2em;
}

/* line 43, app/assets/stylesheets/misc/remixicon.scss */
.ri-3x {
  font-size: 3em;
}

/* line 44, app/assets/stylesheets/misc/remixicon.scss */
.ri-4x {
  font-size: 4em;
}

/* line 45, app/assets/stylesheets/misc/remixicon.scss */
.ri-5x {
  font-size: 5em;
}

/* line 46, app/assets/stylesheets/misc/remixicon.scss */
.ri-6x {
  font-size: 6em;
}

/* line 47, app/assets/stylesheets/misc/remixicon.scss */
.ri-7x {
  font-size: 7em;
}

/* line 48, app/assets/stylesheets/misc/remixicon.scss */
.ri-8x {
  font-size: 8em;
}

/* line 49, app/assets/stylesheets/misc/remixicon.scss */
.ri-9x {
  font-size: 9em;
}

/* line 50, app/assets/stylesheets/misc/remixicon.scss */
.ri-10x {
  font-size: 10em;
}

/* line 51, app/assets/stylesheets/misc/remixicon.scss */
.ri-fw {
  text-align: center;
  width: 1.25em;
}

/* line 4, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist {
  display: block;
  text-decoration: none;
  padding: 12px 24px;
  background-color: #126341;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin-bottom: 12px;
  transition: all 0.06s ease-in-out;
}

/* line 15, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist:hover {
  border-color: rgba(255, 255, 255, 0.8);
}

/* line 19, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist .modlist-title {
  display: block;
  font-size: 1.1em;
}

/* line 24, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist .modlist-start {
  display: block;
  font-size: 0.9em;
}

/* line 30, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  column-gap: 24px;
}

/* line 35, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod {
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 4px;
  margin-bottom: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: center;
}

/* line 48, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod.deleted.deleted.deleted {
  opacity: 0.2;
}

/* line 51, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod.deleted.deleted.deleted .actions {
  justify-content: right;
}

/* line 54, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod.deleted.deleted.deleted .actions :not(.restore) {
  display: none;
}

/* line 58, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod.deleted.deleted.deleted .actions .restore {
  display: block;
}

/* line 64, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod:not(.restore) .actions .restore {
  display: none;
}

/* line 68, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod .thumbnail {
  flex-shrink: 0;
  width: 128px;
  height: 128px;
  overflow: hidden;
  border-top-left-radius: inherit;
  border-bottom-left-radius: inherit;
}

/* line 76, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 83, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod .content {
  width: 100%;
  height: calc(100% - 24px);
  padding: 12px 16px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: stretch;
}

/* line 93, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod .content .title {
  font-size: 1.1em;
  font-weight: 600;
  max-height: 3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-bottom: 2px;
  margin-bottom: -2px;
}

/* line 107, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod .content .details {
  margin-top: 8px;
  font-size: 0.9em;
}

/* line 112, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod .content .spacer {
  flex-grow: 1;
}

/* line 116, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod .content .actions {
  width: 100%;
  font-size: 0.9em;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
}

/* line 125, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod .content .actions label {
  flex-grow: 1;
  display: block;
  cursor: pointer;
}

/* line 130, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod .content .actions label input[type=checkbox] {
  position: relative;
  top: 2px;
  margin-right: 2px;
}

/* line 138, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod .content .optional {
  text-align: right;
  color: #43b8fb;
}

/* line 143, app/assets/stylesheets/pages/modlists.scss */
.controller-modlists .modlist-mods .mod .content .server-only {
  text-align: right;
  color: #52f56d;
}
/* line 1, app/assets/stylesheets/pages/server.scss */
.controller-manage-server {
  padding-bottom: 32px;
}

/* line 2, app/assets/stylesheets/pages/server.scss */
.controller-manage-server .quick-settings {
  display: flex;
  flex-direction: row;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 16px;
  padding-bottom: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 12, app/assets/stylesheets/pages/server.scss */
.controller-manage-server .quick-settings > * {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  padding-bottom: 2px;
}

/* line 22, app/assets/stylesheets/pages/server.scss */
.controller-manage-server .quick-settings > * h2 {
  margin-top: 0;
  margin-bottom: 0;
}

/* line 27, app/assets/stylesheets/pages/server.scss */
.controller-manage-server .quick-settings > *:not(:first-child) {
  padding-left: 24px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* line 33, app/assets/stylesheets/pages/server.scss */
.controller-manage-server .quick-settings .misc label {
  display: block;
}

/* line 36, app/assets/stylesheets/pages/server.scss */
.controller-manage-server .quick-settings .misc label:not(:last-child) {
  margin-bottom: 4px;
}

/* line 40, app/assets/stylesheets/pages/server.scss */
.controller-manage-server .quick-settings .misc label.headless-clients {
  margin-top: 12px;
}

/* line 47, app/assets/stylesheets/pages/server.scss */
.controller-manage-server .button-bar {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  margin-bottom: 1rem;
  padding-left: 0;
  list-style: none;
}

/* line 56, app/assets/stylesheets/pages/server.scss */
.controller-manage-server .button-bar > * {
  margin-right: 1rem;
}

/* line 63, app/assets/stylesheets/pages/server.scss */
.controller-manage-server .server-log {
  margin-top: 32px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.6);
  overflow-y: auto;
  height: calc(100vh - 96px);
  white-space: pre-wrap;
  font-family: Hack, Menlo, Consolas, Monaco, Liberation Mono, Lucida Console, monospace;
  font-size: 0.85em;
  line-height: 1.3em;
}
@charset "UTF-8";
/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS (and SCSS, if configured) file within this directory, lib/assets/stylesheets, or any plugin's
 * vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *



 */
/*
* Remix Icon v2.5.0
* https://remixicon.com
* https://github.com/Remix-Design/RemixIcon
*
* Copyright RemixIcon.com
* Released under the Apache License Version 2.0
*
* Date: 2020-05-23
*/
@font-face {
  font-family: "remixicon";
  src: url(/assets/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815);
  /* IE9*/
  src: url(/assets/remixicon-2fa689ec631cd80bdc6238c7f33c43bc0112960d827b31a25552d787753d552d.eot?t=1590207869815#iefix) format("embedded-opentype"), url(/assets/remixicon-9ec1723f207a4945dfaee350960a1834d8ee560ef767066fad86eb3c21c36745.woff2?t=1590207869815) format("woff2"), url(/assets/remixicon-ece6bff4445c24c37c0649ca3e86160624c86b96d4f7ce662a5f581331e77cfe.woff?t=1590207869815) format("woff"), url(/assets/remixicon-ab5769a97382874bc49bad18d49800149ba19f86ec3cb3d7cfcbb55045ea41cc.ttf?t=1590207869815) format("truetype"), url(/assets/remixicon-d2557a2e953a6b7b5c3762c1373525f82b2754427dd81d250130d8c05afbf056.svg?t=1590207869815#remixicon) format("svg");
  /* iOS 4.1- */
  font-display: swap;
}

/* line 36, app/assets/stylesheets/misc/remixicon.scss */
.ri-lg {
  font-size: 1.3333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}

/* line 37, app/assets/stylesheets/misc/remixicon.scss */
.ri-xl {
  font-size: 1.5em;
  line-height: 0.6666em;
  vertical-align: -.075em;
}

/* line 38, app/assets/stylesheets/misc/remixicon.scss */
.ri-xxs {
  font-size: .5em;
}

/* line 39, app/assets/stylesheets/misc/remixicon.scss */
.ri-xs {
  font-size: .75em;
}

/* line 40, app/assets/stylesheets/misc/remixicon.scss */
.ri-sm {
  font-size: .875em;
}

/* line 41, app/assets/stylesheets/misc/remixicon.scss */
.ri-1x {
  font-size: 1em;
}

/* line 42, app/assets/stylesheets/misc/remixicon.scss */
.ri-2x {
  font-size: 2em;
}

/* line 43, app/assets/stylesheets/misc/remixicon.scss */
.ri-3x {
  font-size: 3em;
}

/* line 44, app/assets/stylesheets/misc/remixicon.scss */
.ri-4x {
  font-size: 4em;
}

/* line 45, app/assets/stylesheets/misc/remixicon.scss */
.ri-5x {
  font-size: 5em;
}

/* line 46, app/assets/stylesheets/misc/remixicon.scss */
.ri-6x {
  font-size: 6em;
}

/* line 47, app/assets/stylesheets/misc/remixicon.scss */
.ri-7x {
  font-size: 7em;
}

/* line 48, app/assets/stylesheets/misc/remixicon.scss */
.ri-8x {
  font-size: 8em;
}

/* line 49, app/assets/stylesheets/misc/remixicon.scss */
.ri-9x {
  font-size: 9em;
}

/* line 50, app/assets/stylesheets/misc/remixicon.scss */
.ri-10x {
  font-size: 10em;
}

/* line 51, app/assets/stylesheets/misc/remixicon.scss */
.ri-fw {
  text-align: center;
  width: 1.25em;
}

/* line 21, app/assets/stylesheets/application.scss */
html {
  font-family: -apple-system, BlinkMacSystemFont, Avenir Next, Avenir, Segoe UI, Helvetica Neue, Helvetica, Cantarell, Ubuntu, Roboto, Noto, Arial, sans-serif;
}

/* line 27, app/assets/stylesheets/application.scss */
body {
  background-color: #0f4b32;
  color: white;
}

/* line 32, app/assets/stylesheets/application.scss */
body > main {
  width: 1336px;
  margin: 0 auto;
  padding: 0 32px;
  background-color: #1c1c1c;
  padding-top: 12px;
  padding-bottom: 64px;
}

/* line 39, app/assets/stylesheets/application.scss */
a:link, a:visited {
  color: white;
}

/* line 43, app/assets/stylesheets/application.scss */
a:hover {
  color: #ffc107;
}

/* line 47, app/assets/stylesheets/application.scss */
input[type="text"], input[type="number"] {
  background: black;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 2px;
  color: white;
  padding: 6px 8px;
  outline: none;
}

/* line 55, app/assets/stylesheets/application.scss */
input[type="text"]:focus, input[type="number"]:focus {
  border: 1px solid white;
}

/* line 60, app/assets/stylesheets/application.scss */
h3 {
  margin-top: 16px;
  margin-bottom: 4px;
}

/* line 65, app/assets/stylesheets/application.scss */
input[type=checkbox] {
  appearance: none;
  width: 20px;
  height: 20px;
  margin-top: 3px;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0);
  transition: all 0.04s ease-in-out, background-color 0.1s ease-in-out;
}

/* line 23, app/assets/stylesheets/misc/remixicon.scss */
input[type=checkbox]::before {
  content: "";
  font-family: 'remixicon' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* line 79, app/assets/stylesheets/application.scss */
input[type=checkbox]:checked {
  background: rgba(144, 238, 144, 0.5);
  color: white;
  text-align: center;
}

/* line 85, app/assets/stylesheets/application.scss */
input[type=checkbox]:not(:disabled) {
  cursor: pointer;
}

/* line 88, app/assets/stylesheets/application.scss */
input[type=checkbox]:not(:disabled):hover {
  border-color: rgba(255, 255, 255, 0.7);
}

/* line 93, app/assets/stylesheets/application.scss */
input[type=checkbox]:disabled {
  opacity: 0.5;
}

/* line 98, app/assets/stylesheets/application.scss */
label.pointer {
  cursor: pointer;
}

/* line 102, app/assets/stylesheets/application.scss */
button, input[type="submit"] {
  background: #2f352f;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  color: white;
  padding: 6px 8px;
  cursor: pointer;
  transition: all 0.04s ease-in-out;
}

/* line 111, app/assets/stylesheets/application.scss */
button:hover:not(:disabled), input[type="submit"]:hover:not(:disabled) {
  background: #3f4f3f;
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 116, app/assets/stylesheets/application.scss */
button:disabled, input[type="submit"]:disabled {
  opacity: 0.5;
  cursor: default;
}

/* line 122, app/assets/stylesheets/application.scss */
select {
  position: relative;
  background: #2f352f;
  /* background applies to dropdown; bg image doesn't */
  background-image: linear-gradient(to right, #2f352f, #2f352f);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 2px;
  color: white;
  padding: 6px 8px;
  cursor: pointer;
  transition: all 0.04s ease-in-out;
}

/* line 133, app/assets/stylesheets/application.scss */
select:hover:not(:disabled) {
  background-image: linear-gradient(to right, #3f4f3f, #3f4f3f);
  border-color: rgba(255, 255, 255, 0.6);
}

/* line 138, app/assets/stylesheets/application.scss */
select:disabled {
  opacity: 0.5;
  cursor: default;
}
