/* Muted Rainbow */
/* Grayscale */
@import url("https://fonts.googleapis.com/css2?family=Almendra+Display&family=Almendra:ital,wght@0,400;0,700;1,400;1,700&family=Meddon&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
/* -------------------------
BASIC CONTAINERS
------------------------- */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: #163832; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
  padding: 0px; }

.container-fluid {
  margin: 0;
  padding: 0; }

.header-wrap {
  background-image: url("/game/uploads/theme_images/background.png");
  background-size: cover;
  height: 200px;
  background-position: center;
  margin-bottom: 10px; }

.title-wrap {
  height: 148px;
  color: #ebebeb;
  padding: 10px;
  padding-left: 20px;
  padding-top: 21px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.25); }

body {
  font-size: 14px;
  font-family: "Open Sans", serif;
  line-height: 1.428571429;
  background-color: #0D0D0D;
  color: #ECF0EF; }

.body-wrap {
  background-color: #0D0D0D;
  margin: auto;
  max-width: 2500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.body-container {
  padding: 0px 15px 0px 10px;
  flex-grow: 3; }

.sidebar {
  width: 350px;
  min-width: 350px; }

.centered {
  text-align: center; }

.thumbnail {
  max-width: 100px;
  max-height: 100px; }

.thumbnail-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.thumbnail-gallery-item {
  height: 150px;
  width: 150px; }

.code-editor {
  font-family: Consolas,Monaco,Lucida Console,monospace; }

.idle-status, .app-status, #console, #console pre, #sendMsg, #sendMsg2, #manageLog {
  white-space: pre-wrap;
  background-color: black;
  color: white;
  font-family: "Lucida Console", Monaco, 'Andale Mono', 'Courier New', Courier, monospace;
  font-size: 14px;
  padding: 10px; }

code {
  white-space: pre-wrap;
  color: #8EB69B;
  background-color: #051F20;
  font-family: "Lucida Console", Monaco, 'Andale Mono', 'Courier New', Courier, monospace;
  font-size: 14px; }

#console pre, #console p {
  padding: 0px;
  margin: 0px;
  border: none; }

.inline-block {
  display: inline-block; }

.ember-basic-dropdown-content {
  z-index: 3001; }

.modal-content {
  background-color: #0D0D0D; }

td > ul {
  padding-inline-start: 10px; }

p {
  margin: 0px;
  margin-bottom: 10px; }

.action-buttons {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-end;
  align-items: center; }

.action-buttons .btn {
  margin-left: 5px; }

.action-buttons-spaced {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 10px;
  align-items: center; }

.tooltip-button {
  background-color: transparent;
  color: #8EB69B;
  border: none;
  padding: 1px 3px 1px 3px; }

.tooltip-button:hover,
.tooltip-button > a:hover {
  color: #A67F38;
  background-color: #0D0D0D; }

label {
  font-weight: bold; }

.form-control:disabled, .form-control[readonly] {
  background-color: #0D0D0D; }

button {
  border: 1px solid #3d5954; }

/* -------------------------
BOOTSTRAP OVERRIDES
------------------------- */
/* These colors come from bootstrap's dark mode */
.alert-info, .btn-info {
  background-color: #032830;
  border-color: #087990;
  color: #6edff6; }

.alert-success, .btn-success {
  background-color: #051b11;
  border-color: #0f5132;
  color: #75b798; }

.alert-warning, .btn-warning {
  background-color: #332701;
  border-color: #997404;
  color: #ffda6a; }

.alert-danger, .btn-danger {
  background-color: #2c0b0e;
  border-color: #842029;
  color: #ea868f; }

.dropdown-menu {
  border-top: 4px solid #A67F38; }

.dropdown-divider {
  background-color: #8EB69B; }

/* -------------------------
EMBER POWER SELECT (Dropdowns)
------------------------- */
.ember-power-select-search {
  background-color: #0D0D0D; }

.ember-power-select-dropdown.ember-basic-dropdown-content,
.ember-power-select-option {
  background-color: #3a4146;
  color: #B3B3B3;
  border-color: #3d5954; }

.ember-power-select-option[aria-current="true"],
.ember-power-select-option[aria-selected="true"] {
  color: #163832;
  background-color: #8EB69B; }

.ember-power-select-trigger,
.ember-basic-dropdown-trigger,
.ember-power-select-search-input,
select {
  background-color: #3a4146;
  color: #B3B3B3;
  border: 1px solid #3d5954;
  border-radius: 3px;
  transition: border 0.3s linear;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 100%;
  min-height: 39px; }

/* -------------------------
MARKDOWN EDITOR (Toast UI)
------------------------- */
.markdown-editor {
  padding: 0px;
  margin-bottom: 5px;
  border: 0px;
  background-color: transparent; }

.markdown-editor > textarea {
  margin: 0;
  width: 100%;
  padding: 1rem; }

.markdown-preview {
  width: 100%;
  min-height: 300px;
  padding: 5px;
  margin: 0px 10px 10px 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0D0D0D;
  color: #ECF0EF;
  border: 1px solid #3d5954; }

.markdown-editor textarea {
  margin-top: 0px; }

.markdown-controls {
  padding: 0px 1px;
  margin-bottom: -1px; }

.markdown-controls a:hover {
  color: #A67F38;
  background-color: #0D0D0D; }

.markdown-control-toggle {
  border: 0;
  background-color: #3a4146;
  color: #B3B3B3;
  padding: 0;
  border-radius: 4px 4px 0px 0px;
  width: 96px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: -1px -1px 0px 10px;
  font-weight: 500;
  font-size: 0.9em; }

.markdown-control-toggle.active {
  background-color: #A67F38;
  color: #ebebeb;
  border-bottom: 0px;
  border-radius: 4px 4px 0px 0px;
  font-weight: 700; }

.toastui-editor-defaultUI-toolbar button {
  background-color: #23272a;
  border-color: #171a1c;
  color: #B3B3B3;
  margin: 0px 0px; }

.toastui-editor-defaultUI-toolbar button:not(:disabled):hover {
  background-color: #23272a;
  border-color: #171a1c;
  color: #B3B3B3; }

.toastui-editor-toolbar-divider {
  margin: 7px 12px;
  background-color: #8EB69B; }

.toastui-editor-md-code-block-line-background {
  background-color: transparent; }

.toastui-editor-popup-body input[type='text'] {
  color: #ECF0EF;
  border-color: #3d5954; }

.toastui-editor-popup-body input[type='text']:focus {
  color: #ECF0EF;
  border-color: #3d5954; }

.toastui-editor-popup-body label {
  color: #ECF0EF; }

.toastui-editor-dropdown-toolbar {
  background-color: #A67F38;
  border-color: #3d5954; }

.toastui-editor-popup-body,
.toastui-editor-popup-add-table .toastui-editor-table-cell,
.toastui-editor-popup-add-table .toastui-editor-table-cell.header,
.toastui-editor-popup-add-table .toastui-editor-table-description,
.toastui-editor-popup {
  background-color: #23272a;
  color: #ECF0EF;
  border-color: #3a4146; }

.toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .toastui-editor-ok-button {
  font-size: 1.25em;
  background-color: #8EB69B;
  border-color: #8EB69B;
  color: #163832; }

.toastui-editor-defaultUI .toastui-editor-close-button:hover,
.toastui-editor-defaultUI .toastui-editor-ok-button:hover {
  color: #ebebeb;
  background-color: #A67F38;
  border-color: #A67F38; }

.ProseMirror {
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14.5px;
  height: 100%; }

.toastui-editor-main-container .md-mode,
.toastui-editor-main-container .ww-mode {
  background-color: #0D0D0D; }

.toastui-editor-main-container {
  border-bottom: 1px solid #A67F38; }

.toastui-editor-md-mode .toastui-editor-md-container,
.toastui-editor-ww-mode .toastui-editor-ww-container,
.ProseMirror,
.toastui-editor-contents p {
  background-color: transparent;
  border-color: transparent;
  color: #ECF0EF; }

.toastui-editor-mode-switch {
  background-color: transparent;
  border-top: 4px solid #A67F38;
  color: #ECF0EF; }

.toastui-editor-defaultUI-toolbar,
.toastui-editor-main .toastui-editor-md-tab-style {
  background-color: #A67F38;
  border-color: #A67F38; }

button.image.toastui-editor-toolbar-icons,
button.indent.toastui-editor-toolbar-icons,
button.outdent.toastui-editor-toolbar-icons {
  display: none; }

.toastui-editor-defaultUI > .toastui-editor-main {
  resize: vertical; }

.toastui-editor-defaultUI {
  border-color: transparent; }

.toastui-editor-defaultUI-toolbar {
  border-bottom: 0;
  border-radius: 0; }

.toastui-editor-mode-switch .tab-item {
  margin-left: 10px;
  background-color: #3a4146;
  border-color: #3a4146;
  border-top: 1px solid #A67F38;
  color: #B3B3B3;
  font-size: 1em; }

.toastui-editor-mode-switch .tab-item.active {
  margin-left: 10px;
  background-color: #A67F38;
  border-color: #A67F38;
  color: #ebebeb;
  font-weight: bold; }

.toastui-editor-tabs {
  display: none; }

.toastui-editor-toolbar-icons.heading,
.toastui-editor-toolbar-icons.bold,
.toastui-editor-toolbar-icons.italic,
.toastui-editor-toolbar-icons.strike,
.toastui-editor-toolbar-icons.hrline,
.toastui-editor-toolbar-icons.quote,
.toastui-editor-toolbar-icons.bullet-list,
.toastui-editor-toolbar-icons.ordered-list,
.toastui-editor-toolbar-icons.indent,
.toastui-editor-toolbar-icons.task-list,
.toastui-editor-toolbar-icons.outdent,
.toastui-editor-toolbar-icons.table,
.toastui-editor-toolbar-icons.image,
.toastui-editor-toolbar-icons.link,
.toastui-editor-toolbar-icons.code,
.toastui-editor-toolbar-icons.codeblock {
  background-position-y: -49px; }

.toastui-editor-md-code,
.toastui-editor-contents code {
  background-color: #051F20;
  color: #8EB69B; }

.toastui-editor-md-table .toastui-editor-md-table-cell,
.toastui-editor-md-link.toastui-editor-md-link-desc.toastui-editor-md-marked-text,
.toastui-editor-md-code.toastui-editor-md-marked-text {
  color: #ebebeb; }

.toastui-editor-md-delimiter,
.toastui-editor-md-thematic-break,
.toastui-editor-md-link,
.toastui-editor-md-table,
.toastui-editor-md-block-quote {
  color: #ECF0EF; }

.toastui-editor-md-block-quote .toastui-editor-md-marked-text {
  background-color: #051F20;
  color: #8EB69B; }

.toastui-editor-popup-body > label {
  color: #8EB69B; }

.toastui-editor-defaultUI-toolbar {
  padding: 5px 10px 5px 10px; }

.toastui-editor-toolbar-group {
  column-gap: 6px; }

.toastui-editor-toolbar {
  height: 42px; }

/* -------------------------
CALENDAR (Flatpickr)
------------------------- */
.flatpickr-calendar {
  background: #3a4146;
  box-shadow: none;
  border: 1px solid #3d5954;
  color: #B3B3B3; }

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-current-month,
span.flatpickr-weekday,
.flatpickr-day {
  color: #B3B3B3;
  fill: #B3B3B3; }

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.notAllowed.nextMonthDay {
  color: #7c858a; }

.flatpickr-day.inRange,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.today.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day:hover,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  background: #8EB69B;
  border-color: #8EB69B;
  color: #163832; }

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  background: #A67F38;
  border: #A67F38;
  color: #ebebeb; }

.flatpickr-monthDropdown-month {
  background-color: #0D0D0D !important; }

.flatpickr-months .flatpickr-month {
  height: 50px; }

/* -------------------------
NAVIGATION
------------------------- */
a, .nav-link {
  color: #8EB69B;
  text-decoration: none; }

a:hover,
a:focus {
  font-weight: bold;
  color: #8EB69B;
  text-decoration: none; }

.user-bar {
  text-align: right; }

.user-bar a {
  color: #ebebeb; }

.user-bar p {
  line-height: .75em; }

.header-wrap nav {
  background-color: rgba(0, 0, 0, 0.45);
  border: none;
  padding-left: 10px;
  padding-right: 10px; }

.navbar-dark .navbar-nav .nav-link {
  color: #ebebeb; }

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  color: #8EB69B; }

.navbar {
  z-index: 2000; }

.navbar-nav > .nav-item {
  padding-right: 15px; }

.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus,
.navbar-nav .open > a,
.navbar-nav .open > a:hover,
.navbar-nav .open > a:focus
.navbar-nav .open > a {
  background-color: #0D0D0D; }

.toc {
  padding: 10px;
  background-color: #051F20;
  color: #8EB69B;
  width: 300px;
  max-width: 100%;
  border: 1px solid #3d5954;
  box-shadow: 5px 5px 5px #8EB69B;
  padding: 15px;
  margin: 15px 15px 15px 0px;
  border-radius: 8px; }

.toc li {
  list-style-type: square; }

/* -------------------------
GENERAL HTML ELEMENTS
------------------------- */
h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px; }

h1 {
  background-color: #A67F38;
  padding: .1em 1.2em;
  color: #ebebeb;
  font-weight: normal;
  border: 3px solid #A67F38;
  letter-spacing: 0.1em;
  margin: 0px 0px 10px 0px;
  font-family: "Meddon", cursive; }

h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Meddon", cursive; }

.table th {
  padding: 5px;
  vertical-align: middle;
  color: #ebebeb; }

td, .table td {
  padding: 5px;
  vertical-align: middle;
  color: #ECF0EF; }

textarea.pre {
  font-family: Consolas,Monaco,Lucida Console,monospace; }

.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: #051F20;
  color: #8EB69B; }

pre {
  border: 0;
  padding: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: normal;
  word-break: normal;
  overflow-x: hidden;
  overflow-wrap: normal;
  background-color: inherit; }

.ace-editor {
  position: relative;
  height: 500px;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

blockquote {
  margin: 0.4em 0;
  width: 80%;
  padding: 10px;
  font-size: 1em;
  background-color: #051F20;
  color: #8EB69B;
  border: 0px;
  border-left: 1px solid #8EB69B;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

pre code {
  border: 2px solid #3d5954;
  border-radius: 5px;
  font-size: 1em;
  margin: 0.4em 0;
  width: 700px;
  padding: 10px;
  overflow: auto;
  word-wrap: break-word;
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

th {
  background-color: #A67F38;
  color: #ebebeb;
  padding: 8px; }

td {
  border-bottom: 1px solid #3d5954;
  padding: 8px; }

textarea {
  width: 98%;
  padding: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #0D0D0D;
  color: #ECF0EF;
  border: 1px solid #3d5954; }

form {
  padding-bottom: 50px;
  background-color: #0D0D0D;
  color: #ECF0EF; }

.form-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px 0 10px 0px;
  border-bottom: 1px dotted #3d5954; }

.form-item-label {
  font-weight: bold;
  flex-basis: 17%; }

.form-item-entry {
  flex-basis: 83%; }

input {
  color: #7c858a;
  outline: 0;
  border: 2px solid #3d5954;
  border-radius: 0; }

input[type="checkbox"] {
  vertical-align: middle; }

textarea,
input,
.markdown-preview,
.toastui-editor-defaultUI .ProseMirror,
.toastui-editor-main-container .md-mode > div,
.ember-text-field {
  background-color: #3a4146;
  color: #B3B3B3;
  padding: 4px;
  max-width: 100%;
  outline: 0;
  min-height: 32px; }

input[type="text"],
.ember-text-field {
  background: #3a4146;
  border: 1px solid #3d5954;
  padding: 5px;
  outline: 0;
  height: 39px;
  width: 100%; }

input.color-select {
  height: 40px; }

.ember-basic-dropdown-trigger {
  min-width: 400px; }

li hr {
  margin: 2px;
  border-color: #8EB69B;
  border-width: 4px; }

.emoji {
  font-size: 1.5em;
  vertical-align: middle; }

.emoji-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.emoji-example {
  display: flex;
  flex-direction: column;
  width: 300px; }

.emoji-name {
  font-size: .7em; }

.emoji-symbol {
  font-size: 1.25em; }

/* -------------------------
BOOTSTRAP OVERRIDES
------------------------- */
:root {
  --bs-body-bg: #0D0D0D;
  --bs-body-color: #ECF0EF;
  --bs-border-color: #3d5954; }

.navbar {
  margin-bottom: 0px; }

.badge-pill {
  padding-right: .6em;
  padding-left: .6em;
  border-radius: 20rem; }

.badge-primary {
  background-color: #A67F38;
  color: #ebebeb; }

.nav-tabs {
  border-bottom: none; }

.nav-tabs > .nav-item {
  padding-right: 2px; }

.nav-tabs .nav-link {
  border: 1px solid #3d5954;
  border-bottom: none; }

.nav-tabs .nav-link,
.nav-tabs .nav-link > a:hover,
.nav-tabs .nav-link > a:focus {
  color: #8EB69B; }

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active > a:hover,
.nav-tabs .nav-link.active > a:focus {
  background-color: #A67F38;
  color: #ebebeb; }

.tab-content {
  border: 1px solid #3d5954;
  border-top: 2px solid #A67F38;
  padding: 10px;
  min-height: 50px; }

.card {
  background-color: #051F20;
  border-color: #3d5954;
  margin-bottom: 20px;
  border-radius: 4px; }

.card-heading {
  padding: 10px 15px; }

.card-default > .card-heading {
  background-color: #3d5954;
  border-color: #3d5954; }

.card-primary > .card-heading {
  background-color: #8EB69B;
  border-color: #8EB69B; }

.card-primary, .card-default {
  border-top: none; }

.btn {
  font-size: 1em;
  margin-top: 2px;
  padding-bottom: 4px; }

.btn-primary a {
  color: #ebebeb; }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #A67F38;
  border-color: #A67F38;
  color: #ebebeb; }

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #0D0D0D;
  border-color: #3d5954;
  color: #ECF0EF; }

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: #8EB69B;
  border-color: #8EB69B; }

.btn-link {
  text-align: left;
  background-color: transparent;
  border: none;
  color: #8EB69B;
  text-decoration: none;
  padding: 0px; }

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #8EB69B;
  text-decoration: none;
  font-weight: bold; }

.float-right {
  padding: 10px; }

.modal {
  z-index: 3000; }

.row {
  margin-right: 0px;
  margin-left: 0px; }

.dropdown-item {
  font-size: 14px;
  padding: 3px 20px;
  color: #ECF0EF;
  line-height: 1.4; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #A67F38;
  color: #ebebeb; }

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #8EB69B;
  color: #163832; }

.form-group {
  margin-bottom: 1rem; }

.modal-dialog {
  max-width: 650px; }

/* --------------------------
ALERTIFY DIALOGS
---------------------------*/
.alertify-notifier .ajs-message.ajs-success {
  background-color: #A67F38;
  color: #ebebeb; }

/* --------------------------
YOUTUBE MUSIC PLAYER
---------------------------*/
.musicplayer-button {
  cursor: pointer;
  border: none;
  background: transparent;
  outline: none;
  display: block; }

.musicplayer-frame, .musicplayer-preload {
  width: 1px;
  height: 1px;
  overflow: hidden;
  position: absolute;
  display: inline; }

.musicplayer-wrap {
  border-bottom: 1px solid #3d5954;
  margin: 5px; }

.musicplayer-description {
  margin-left: 10px;
  margin-bottom: 10px;
  padding: 5px; }

/* -------------------------
HEADER
------------------------- */
.site-banner {
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.site-title {
  margin: 0px;
  font-size: 3em;
  font-family: "Meddon", cursive;
  text-transform: uppercase; }

.site-subtitle {
  font-size: 1.2em; }

.site-title a, .site-title a:hover, .site-title a:active {
  color: #ebebeb;
  text-decoration: none;
  background-color: transparent; }

.user-bar {
  margin-top: 15px; }

.loginDisplay {
  text-align: right; }

.alts-switcher {
  width: 100%; }

.captcha-block {
  padding-top: 15px; }

/* -------------------------
FOOTER
------------------------- */
footer {
  font-size: 0.9em;
  color: #d0d0d0;
  margin-top: 10px;
  padding: 20px; }

/* -------------------------
SIDEBAR
------------------------- */
.sidebar-box-left {
  border-right: 1px solid #3d5954;
  padding-right: 10px; }

.sidebar-box-right {
  border-left: 1px solid #3d5954;
  padding-left: 10px; }

.sidebar-box {
  border-top: 1px solid #3d5954;
  margin: 2px;
  font-size: .9em; }

.sidebar-heading {
  text-align: center;
  padding-bottom: 10px; }

.sidebar-heading h2 {
  text-align: center;
  font-size: 1.5em;
  color: #ECF0EF;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.search-bar {
  padding: 10px; }

.sidebar-list {
  word-wrap: break-word; }

.search-hint {
  color: #d0d0d0;
  font-style: italic; }

.search-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  align-items: center;
  border-bottom: 1px solid #3d5954; }

.search-row label {
  font-weight: bold;
  flex-basis: 200px; }

/* -------------------------
GENERAL UTILITIES
------------------------- */
.clearfix {
  clear: both; }

.small-profile-icon {
  width: 50px;
  height: 50px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  margin: 2px;
  object-fit: cover;
  object-position: center 10%; }

.tiny-profile-icon {
  width: 25px;
  height: 25px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin: 2px;
  object-fit: cover;
  object-position: center 10%; }

.icon-row img {
  margin-left: 20px; }

.faded {
  background-color: gray;
  opacity: 0.4;
  filter: alpha(opacity=40); }

.inline-response {
  border: 1px solid #3d5954;
  margin: 20px;
  padding-left: 20px;
  margin-top: 30px; }

.inline-response form {
  padding-bottom: 20px; }

.hint {
  color: #d0d0d0;
  font-style: italic;
  font-weight: bold;
  padding-top: 5px; }

.hint.float-right,
.hint.float-end {
  padding-top: 5px;
  padding-right: 5px;
  text-align: right; }

.tinyhint {
  color: #d0d0d0;
  font-style: italic;
  padding-left: 10px;
  font-size: .8em; }

img {
  max-width: 100%; }

.image-container {
  padding: 5px;
  max-width: 100%; }

.image-container img {
  max-width: 100%; }

.image-container.center img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.image-container.right img {
  display: block;
  margin-left: auto;
  margin-right: 0; }

.icon-status-web-active {
  border: 3px double #176109;
  border-radius: 30px; }

.icon-status-game-active {
  border: 3px solid #176109;
  border-radius: 30px; }

.icon-status-web-inactive {
  border: 3px double #ccc;
  border-radius: 30px; }

.icon-status-game-inactive {
  border: 3px solid #ccc;
  border-radius: 30px; }

.folder-list {
  column-count: 4; }

.folder-item {
  width: 200px; }

/* -------------------------
HOME SCREEN
------------------------- */
.jumbotron {
  background-color: #0D0D0D;
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px; }

.jumbotron-image {
  height: 250px;
  max-width: 100%;
  background: url("/game/uploads/theme_images/jumbotron.png");
  background-size: cover;
  background-position: center;
  margin: auto; }

.jumbotron img {
  max-width: 70%;
  width: 400px; }

.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200; }

.jumbotron > hr {
  border-top-color: #3d5954; }

.jumbotron-tagline {
  font-size: 3em; }

.container .jumbotron {
  border-radius: 0px; }

.splash-box {
  border-top: 1px solid #3d5954;
  border-left: 1px solid #3d5954;
  min-height: 200px; }

.splash-heading {
  text-align: center;
  padding-bottom: 10px; }

.jumbotron .splash {
  padding-top: 20px;
  text-align: left;
  margin: auto;
  width: 80%; }

.jumbotron .splash p {
  font-size: 1.25em;
  font-weight: 200; }

/* -------------------------
PLAY SCREEN
------------------------- */
#console {
  height: calc(100vh - 325px);
  min-height: 400px;
  overflow-y: scroll; }

#sendMsg, #sendMsg2 {
  width: 100%;
  height: 100px;
  border: 2px solid #3d5954;
  margin: 0px;
  margin-top: 5px;
  border: 0px; }

.play-screen {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.play-sidebar {
  flex-basis: 20%;
  background-color: #051F20;
  height: fit-content; }

.play-main {
  flex-basis: 80%; }

#sceneMenuCollapseButton {
  display: none; }

/* -------------------------
CHARGEN SCREEN
------------------------- */
.cg-tip {
  color: #d0d0d0;
  font-style: italic;
  font-size: 1em; }

.app-status {
  padding: 10px; }

.fs3-skillbutton {
  border: 1px solid #3d5954; }

.fs3-abilitybox {
  padding: 5px;
  border-bottom: 3px solid #3d5954; }

.chargen-section-title {
  font-size: 1.2em;
  font-weight: bold;
  padding: 10px 0 10px 0; }

.fs3-rating-display {
  text-align: center; }

.fs3-ability-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.fs3-ability-name {
  flex-basis: 60%; }

.fs3-rating-control {
  display: flex;
  justify-content: space-between;
  flex-basis: 40%; }

.fs3-skillscan-rating {
  width: 100px; }

.card-abilities {
  column-count: 2;
  padding-bottom: 10px;
  column-gap: 40px; }

.card-ability {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.card-specialties {
  color: #d0d0d0;
  font-style: italic;
  padding-bottom: 10px; }

.card-ability-name {
  padding-right: 10px; }

/* -------------------------
SCENES SCREEN
------------------------- */
.scene-pose {
  padding: 10px;
  margin: 0px 0px 10px 10px; }

.scene-pose-header {
  font-size: .8em;
  border-top: 1px dotted #3d5954;
  padding-top: 10px;
  color: #d0d0d0;
  margin-bottom: 10px; }

.scene-system-pose {
  margin: 0px 0px 10px 10px;
  color: #d0d0d0;
  font-style: italic; }

.scene-set-pose {
  margin: 0px 0px 10px 10px;
  border-left: 1px solid #8EB69B;
  font-style: italic;
  padding: 0px 10px 10px 10px; }

.scene-ooc-pose {
  background-color: #051F20;
  color: #ECF0EF;
  padding: 5px;
  margin: 0px 0px 10px 10px;
  display: flex;
  flex-direction: row;
  align-items: center; }

.scene-ooc-pose p {
  margin: 5px; }

.scene-ooc-pose .badge {
  float: left;
  margin: 0.4em 0.5em 0em 0em; }

.scene-command {
  margin-left: 25px;
  color: #d0d0d0;
  font-style: italic; }

.scene-log {
  margin: 2px;
  padding: 10px; }

#live-scene-log {
  height: calc(100vh - 400px);
  min-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 2px 0px; }

.log-icon-container {
  width: 150px;
  height: 150px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  background: #163832; }

.log-icon {
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  object-position: center 10%; }

.log-icon-title-container {
  width: 150px;
  background-color: #163832;
  z-index: 98;
  position: relative;
  top: -19px;
  -moz-border-radius: 0px 25px 25px 0px;
  -webkit-border-radius: 0px 25px 25px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  vertical-align: middle; }

.log-icon-title {
  z-index: 99;
  text-align: center;
  font-weight: bold;
  color: #ECF0EF; }

/* !important needed because of bootstrap */
.bg-primary {
  background-color: #A67F38 !important; }

.bg-secondary {
  background-color: #8EB69B !important; }

.bg-info {
  background-color: #8EB69B !important; }

.bg-ooc {
  background-color: #A67F38;
  border: 1px solid #3d5954; }

.scene-event {
  background-color: #0b5889; }

.scene-social {
  background-color: #578c63; }

.scene-vignette {
  background-color: #68459d; }

.scene-privacy-open {
  background-color: #578c63; }

.scene-privacy-private {
  background-color: #0b5889; }

.scene-privacy-limited,
.scene-privacy-openstar {
  background-color: #df62ea; }

.scene-pacing-traditional {
  background-color: #578c63;
  color: white; }

.scene-pacing-asynchronous {
  background-color: #0b5889;
  color: white; }

.scene-pacing-distracted {
  background-color: #df62ea;
  color: white; }

.log-box {
  background-color: #051F20;
  color: #8EB69B;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px; }

.log-wrap {
  border-radius: 8px;
  border: 1px solid #A67F38;
  background-color: #0D0D0D;
  margin: 5px;
  padding: 5px;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/game/uploads/theme_images/box-bg.png"); }

.log-participants-box {
  padding-top: 20px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block; }

.badge-likes {
  background-color: #852730;
  box-shadow: none; }

.pose-divider {
  margin: 20px 25px 20px 25px;
  align: center;
  height: 1px;
  border: 1px dotted #051F20; }

.scene-pose-order {
  padding-left: 10px; }

.scene-pose-order .hint {
  padding-left: 0px; }

.your-pose-order {
  font-weight: bold;
  color: green; }

.scene-menu {
  display: inline-block; }

.scene-pose-select, .scene-char-select, .forum-char-select {
  width: 175px;
  padding-top: 10px; }

.scene-pose-select .ember-basic-dropdown-trigger {
  min-width: 175px; }

.scene-pose-box {
  margin: 10px 0px 0px 0px;
  width: 100%; }

.scene-controls-box {
  border: 1px solid #3d5954;
  background: #051F20;
  padding: 5px; }

.scene-controls {
  display: flex;
  flex-flow: row-reverse wrap; }

.pose-buttons {
  display: flex;
  flex-flow: row-reverse wrap; }

.pose-buttons .btn {
  margin-left: 4px; }

.scene-controls-left {
  padding: 5px;
  flex-basis: 50%; }

.scene-controls-right {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
  padding: 5px;
  flex-basis: 50%; }

.scene-char-select .tiny-profile-icon {
  margin: 0 2px 3px 0; }

.live-scenes-entry,
.unshared-scene-block {
  margin-bottom: 20px;
  background-color: #051F20;
  border: 1px solid #3d5954; }

.live-scene-controls button, .chat-controls button, .unshared-scene-controls button {
  padding-right: 15px;
  padding-bottom: 5px;
  display: inline-block; }

.live-scene-controls button, .chat-controls button {
  font-size: 1.1em; }

.live-scenes-controls {
  padding: 5px 0px 5px 10px; }

.live-scenes-notes {
  padding: 5px 0px 5px 10px; }

.live-scenes-controls a {
  padding-right: 10px; }

.unshared-scene-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px; }

.unshared-scene-participants {
  flex-basis: 40%; }

.unshared-scene-warnings {
  margin-bottom: 10px; }

.live-scenes-block, .unshared-scene-block {
  padding-bottom: 5px;
  margin-bottom: 10px; }

.live-scenes-heading, .unshared-scene-heading {
  background-color: #A67F38;
  color: #ebebeb;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px; }

.unshared-scene-controls {
  padding: 10px 0px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }

.live-scenes-body {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px; }

.content-tags-selector {
  margin-bottom: 5px; }

.scene-title {
  font-weight: bold; }

.live-scenes-block .scene-title-block {
  background-color: #3d5954;
  padding: 10px; }

.content-warning-label {
  margin: 0px 5px;
  background-color: #ffc107; }

.card-ability-title {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #3d5954;
  margin-bottom: 5px; }

.scene-card-top {
  display: grid;
  grid-template-columns: 180px auto; }

.scene-card .log-icon-container {
  margin: auto; }

.scene-card-profile {
  text-align: center; }

@media (max-width: 767px) {
  .scene-controls-left {
    display: flex;
    flex-flow: column;
    justify-content: flex-end;
    padding-top: 10px;
    align-items: flex-end; }
  .scene-controls-left .scene-menu {
    margin-left: 4px; }
  .scene-controls-left .dropdown-menu {
    right: 0;
    left: auto; } }

@media (max-width: 560px) {
  .scene-card-top {
    grid-template-columns: 100%; } }

/* -------------------------
CHARACTERS SCREEN
------------------------- */
.profile-gallery, .icon-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.icon-gallery .icon-gallery-item {
  width: 150px;
  margin: 5px 5px 0px 0px; }

.icon-gallery .icon-gallery-item img {
  width: 150px; }

.profile-gallery img {
  padding: 10px;
  width: 150px; }

.profile-gallery-input textarea {
  margin: 0px;
  width: 100%; }

.profile-gallery-input code {
  color: #ECF0EF;
  background-color: #0D0D0D; }

.profile-box {
  background-color: #051F20;
  color: #8EB69B;
  margin-left: 30px;
  margin-right: 30px;
  flex-basis: 60%; }

.profile-image-wrap {
  flex-basis: 30%; }

.profile-box .row {
  border-bottom: 1px solid #3d5954;
  margin: 10px;
  padding: 3px; }

.profile-title {
  background-color: #A67F38;
  color: #ebebeb;
  padding: 20px;
  margin: 0;
  font-size: 1.5em; }

.profile-divider {
  background-color: #A67F38;
  color: #ebebeb;
  padding: 10px;
  margin-top: -21px;
  margin-bottom: -10px; }

.profile-wrap {
  border: 1px solid #A67F38;
  background-color: #0D0D0D;
  padding: 15px;
  margin-top: -10px;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("/game/uploads/theme_images/box-bg.png");
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.profile-item-list {
  padding: 10px; }

.profile-item {
  margin: 10px 0px 10px 0px;
  padding-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #3d5954; }

.profile-item-name {
  flex-basis: 40%;
  font-weight: bold; }

.profile-item-value {
  flex-basis: 60%; }

.achievement-levels {
  padding-top: 5px;
  color: #bbb; }

.char-achievements {
  column-count: 2; }

.char-achievement {
  padding-bottom: 5px; }

.char-achievement .achievement-message, .char-achievement .achievement-icon {
  vertical-align: middle; }

.char-achievement i {
  margin-right: 10px; }

table.char-ability-list {
  width: 100%; }

.char-ability-title {
  font-size: 1.5em;
  background-color: #A67F38;
  padding: .1em 1.2em;
  color: #ebebeb;
  font-weight: normal;
  border: 3px solid #A67F38;
  letter-spacing: 0.1em;
  margin: 20px 0px 10px 0px; }

.profile-image {
  width: 300px;
  margin: auto;
  display: block;
  border-radius: 4px;
  max-width: 100%; }

.relationship-icon {
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  object-fit: cover;
  object-position: center 10%; }

.relationship-icon-container {
  width: 100px;
  height: 100px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  overflow: hidden;
  background: #163832;
  margin-right: 15px; }

.relationship-title-container {
  text-align: center; }

.relationship-row {
  margin: 10px;
  padding: 5px;
  border: 1px solid #3d5954;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.relationship-name {
  font-weight: bold; }

.status-message {
  color: #163832;
  background-color: #8EB69B;
  text-align: center;
  font-size: 1.25em;
  font-weight: bold;
  padding: 2px; }

.tab-cover {
  font-size: 2em;
  font-variant: small-caps;
  text-align: center; }

.profile-tab {
  padding-top: 15px;
  padding-bottom: 15px; }

.char-scene-list {
  max-width: 50%; }
  .char-scene-list span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%; }

.relaedScenesList, .participantsList {
  margin-top: 20px;
  margin-bottom: 20px; }

.file-image {
  max-width: 500px; }

.upload-preview {
  max-width: 100px;
  max-height: 100px; }

input[type='file'] {
  color: transparent; }

.combat-damage {
  color: red; }

.fs3-sheet {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around; }

.fs3-ability-table {
  flex-basis: 48%;
  margin-left: 10px;
  margin-right: 10px; }

.fs3-dots-attribute > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-0,
.fs3-dots-action > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-0,
.fs3-dots-action > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-1,
.fs3-dots-background > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-0,
.fs3-dots-language > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-0,
.fs3-dots-advantage > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-0 {
  color: #852730; }

.fs3-dots-attribute > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-1,
.fs3-dots-action > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-2,
.fs3-dots-action > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-3,
.fs3-dots-background > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-1,
.fs3-dots-language > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-1,
.fs3-dots-advantage > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-1 {
  color: #ffc107; }

.fs3-dots-attribute > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-2,
.fs3-dots-action > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-4,
.fs3-dots-action > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-5,
.fs3-dots-background > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-2,
.fs3-dots-language > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-2,
.fs3-dots-advantage > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-1 {
  color: #578c63; }

.fs3-dots-attribute > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-3,
.fs3-dots-action > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-6,
.fs3-dots-action > .fas.fa-circle.fa-sm.char-dot-fill.fs3-dot-7 {
  color: #0b5889; }

.fs3-luck {
  margin-top: 25px;
  text-align: center; }

.fs3-damage-desc {
  flex-basis: 30%; }

.fs3-damage-date {
  flex-basis: 30%; }

.fs3-damage-sev {
  flex-basis: 40%; }

.fs3-combat-hud h3 {
  font-size: 1.2em; }

#combat-log {
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  margin: 5px; }

.fs3-linked-attr {
  font-size: .7em;
  color: #d0d0d0; }

.fs3-gear-row {
  border-bottom: 1px solid #3d5954;
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.fs3-gear-title {
  flex-basis: 30%; }

.fs3-gear-detail {
  flex-basis: 70%; }

.fs3-combat-command {
  padding-bottom: 10px; }

.roster-table {
  width: 100%; }

.roster-info {
  padding: 10px; }

.roster-char-title {
  font-size: 1.5em;
  background-color: #A67F38;
  padding: .1em 1.2em;
  color: #ebebeb;
  font-weight: normal;
  border: 3px solid #A67F38;
  letter-spacing: 0.1em;
  margin: 20px 0px 10px 0px; }

.roster-char-warnings {
  margin-bottom: 5px; }

.file-uploader-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #3d5954;
  padding-top: 15px; }

.file-uploader-item-detail {
  padding: 0 20px 0 20px; }

/* -------------------------
CHAT SCREEN
------------------------- */
#chat-window {
  height: calc(100vh - 400px);
  min-height: 400px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid #3d5954;
  margin: 2px;
  padding: 10px; }

.play-sidebar {
  max-height: 800px;
  overflow-y: hidden;
  overflow-x: hidden;
  padding: 5px; }

.play-sidebar:hover {
  overflow-y: auto; }

.play-scene-title {
  font-size: 1.5em;
  color: #ECF0EF; }

.play-scene-context-prompt {
  font-weight: bold;
  font-size: 1.5em;
  color: #ECF0EF; }

.play-scene-context-wrap {
  margin-top: 5px; }

.play-scene-controls-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #3d5954;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.play-hint {
  color: #ECF0EF;
  margin: 0px 0px 5px 10px;
  font-size: .8em; }

.chat-box {
  padding: 3px;
  margin: 0px; }

.chat-report {
  max-height: 200px;
  overflow-y: scroll; }

.timestamp-tip {
  color: #d0d0d0;
  font-style: italic;
  font-size: .8em; }

.chat-button-active {
  color: #ebebeb;
  background-color: #A67F38; }

.chat-button-active:focus {
  color: #ebebeb;
  background-color: #A67F38; }

.chat-add-convo {
  display: inline-block; }

.chat-nav > li > a {
  padding: 0px; }

.chat-control-row {
  margin: 0px;
  padding: 0px 15px 0px 0px; }

.play-section-title {
  font-variant: small-caps;
  margin: 10px 5px 5px 5px;
  font-weight: 400;
  font-family: "Meddon", cursive;
  text-transform: uppercase;
  font-size: 1.5em; }

.play-section-title i {
  font-size: 0.75em; }

.play-selector {
  width: 100%;
  padding: 5px;
  background-color: transparent; }

.play-selector:hover {
  background-color: #8EB69B;
  color: #163832; }

.play-selector-active {
  background-color: #8EB69B;
  color: #163832; }

.navbar-nav > li > a.dropdown-toggle.chat-menu {
  padding: 10px 0px 0px 0px; }

/* -------------------------
JOBS SCREEN
------------------------- */
.job-filter {
  margin-left: 10px; }

.job-status {
  background-color: gray; }

.job-status-DONE {
  background-color: gray;
  color: white; }

.job-status-NEW {
  background-color: yellow;
  color: black; }

.job-status-OPEN {
  background-color: green;
  color: white; }

.job-status-HOLD {
  background-color: red;
  color: white; }

.job-category {
  background-color: gray; }

.job-category-APP {
  background-color: #852730; }

.job-category-BUILD {
  background-color: #ff8307; }

.job-category-BUG {
  background-color: #ffc107; }

.job-category-CODE {
  background-color: #578c63; }

.job-category-ALERT {
  background-color: #3bc4c4; }

.job-category-MISC {
  background-color: #0b5889; }

.job-category-PLOT {
  background-color: #4e5294; }

.job-category-REQ {
  background-color: #68459d; }

.job-category-RP {
  background-color: #df62ea; }

.job-category-SYS {
  background-color: #fb9dde; }

.job-category-general {
  background-color: #3a4146; }

.job-reply {
  padding: 5px;
  margin-top: 5px; }

.admin-only-reply-label {
  background-color: #172234;
  border: 1px solid white;
  color: white;
  font-size: 1em; }

.admin-only-reply, .admin-only-reply .markdown-editor {
  background-color: #172234;
  border-color: white;
  color: white;
  padding: 8px; }

.player-reply-label {
  background-color: white;
  color: #172234;
  border: 1px solid #172234;
  font-size: 1em; }

.player-reply, .player-reply .markdown-editor {
  padding: 8px; }

.job-template-editor {
  margin: 0px; }

.preset-responses {
  margin: 5px 0px 15px 0px; }

.create-job-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  align-items: center;
  border-bottom: 1px solid #3d5954; }

.create-job-row label {
  font-weight: bold;
  flex-basis: 200px; }

.create-job-row .job-category {
  height: 1.5em; }

.edit-job-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  align-items: center;
  border-bottom: 1px solid #3d5954; }

.edit-job-row label {
  font-weight: bold;
  flex-basis: 200px; }

.display-job-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 10px 20px;
  align-items: center;
  border-bottom: 1px solid #3d5954; }

.display-job-row label {
  font-weight: bold;
  flex-basis: 200px; }

.display-job-row .display-job-selection {
  align-self: center;
  flex-basis: 400px;
  flex-grow: 2; }

.display-job-row .display-job-controls {
  flex-basis: 200px; }

/* -------------------------
MAIL
---------------------------- */
.mail-selected-tag {
  font-weight: bold;
  background-color: #A67F38;
  color: #ebebeb; }

.mail-message-inbox {
  font-size: 2em;
  padding: 10px 0px 10px 0px; }

/* -------------------------
LOCATIONS SCREEN
------------------------- */
.area-directory {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1em; }

.area-entry {
  height: 100%;
  border: 1px solid #3d5954;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-self: stretch; }

.area-entry-summary {
  padding: 10px; }

.area-entry h2 {
  font-size: 1.25em;
  background-color: #A67F38;
  color: #ebebeb;
  padding: 5px;
  margin: 0px; }

.area-entry h2 a {
  color: #ebebeb; }

.area-entry h3 {
  font-size: 1em;
  margin: 0px; }

.area-buttons {
  align-self: center;
  margin: 10px; }

.area-quickjump {
  margin-left: 5px;
  margin-bottom: 10px; }

.location-directory {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px; }

.location-entry {
  width: 400px;
  border: 1px solid #3d5954;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between; }

.location-entry-summary {
  padding: 10px; }

.location-entry h2 {
  font-size: 1.25em;
  background-color: #A67F38;
  color: #ebebeb;
  padding: 5px;
  margin: 0px; }

.location-entry h3 {
  font-size: 1em;
  margin: 0px; }

.location-buttons {
  align-self: center;
  margin: 10px; }

.location-quickjump {
  margin-left: 10px;
  margin-bottom: 10px; }

/* -------------------------
ACCOUNT SCREEN
------------------------- */
.block-list-item:nth-child(even) {
  background-color: #3d5954; }

.block-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 5px;
  align-items: center; }

.block-list-name {
  flex-basis: 60%; }

.block-list-type {
  flex-basis: 20%; }

/* -------------------------
OTHER
------------------------- */
.small-who-icon {
  float: left;
  padding: 15px; }

.who-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #3d5954;
  padding: 10px 0px 10px 0px; }

.icon-legend-heading {
  font-weight: bold;
  font-size: 1.25em;
  padding-top: 10px; }

.xp-progress {
  max-width: 100%;
  width: 200px;
  display: inline-block;
  margin-bottom: 5px;
  position: relative; }

.progress-value {
  width: 100%;
  text-align: center; }

.xp-ability {
  border-bottom: 1px solid #3d5954;
  padding: 5px;
  margin: 5px 0px;
  min-height: 50px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.xp-progress {
  flex-basis: 40%; }

.xp-ability-name {
  font-weight: bold;
  flex-basis: 20%; }

.xp-learning {
  flex-basis: 10%; }

.xp-list {
  margin: 5px 0px; }

.xp-list h1 {
  font-size: 1em; }

.fs3-damage-list {
  margin-bottom: 20px; }

.fs3-damage-block {
  border-bottom: 1px solid #3d5954;
  padding: 5px;
  margin: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.fs3-damage-title {
  font-weight: bold; }

.wiki-page-nav {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }

.wiki-breadcrumbs {
  margin-bottom: 10px; }

.wiki-page-columns {
  column-count: 3; }

.help-heading {
  margin-top: 5px; }

.help-topic img {
  max-width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 10px; }

ul.regular-help-list {
  list-style-type: square; }

ul.reference-help-list {
  padding-left: 25px; }

ul.reference-help-list li {
  display: inline; }

ul.reference-help-list > li:not(:last-child)::after {
  content: "\00b7";
  margin: 0 .25em; }

.reference-help-title {
  color: #d0d0d0;
  font-style: italic;
  font-weight: bold;
  padding-left: 25px; }

.emoji-example {
  font-size: 24px; }

.forum-reply-panel {
  padding: 10px; }

.idle-status {
  white-space: normal; }

.server-migration {
  padding-right: 10px; }

.server-plugin {
  padding-right: 15px; }

.prefs-list-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  border-bottom: 1px solid #3d5954;
  padding: 10px; }

.prefs-list-description {
  padding-left: 20px; }

/*.char-scene-list li:before { content: "\2666  "; }*/
.event-signup-details {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row; }

.event-signup-item {
  margin: 10px; }

.event-signup-char {
  flex-basis: 30%; }

.teststyle {
  color: green; }

@media (max-width: 1400px) {
  .site-title {
    font-size: 2em;
    max-height: 50px; }
  h1, h2 {
    font-size: 1.5em; }
  h3 {
    font-size: 1.25em; }
  .char-ability-title {
    font-size: 1.25em; }
  .body-wrap {
    flex-direction: column; }
  .profile-wrap {
    padding: 5px;
    flex-direction: column; }
  .profile-box {
    padding: 5px;
    margin: 5px; }
  .log-wrap {
    padding: 5px; }
  .log-box {
    padding: 5px;
    margin: 5px; }
  .container {
    padding-left: 0px;
    padding-right: 0px; }
  .profile-image-wrap, .profile-demo-wrap {
    padding: 5px; }
  .xp-ability {
    min-height: 100px; }
  .wiki-page-columns {
    column-count: 1; }
  .char-achievements {
    column-count: 1; }
  .navbar-collapse {
    background-color: #0D0D0D; }
  .navbar-collapse ul {
    padding: 5px; }
  .navbar-dark .navbar-nav .nav-link {
    color: #ECF0EF; }
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #8EB69B; }
  .form-item {
    flex-direction: column; }
  .fs3-damage-block {
    flex-direction: column; }
  #sceneMenuCollapseButton {
    display: block; }
  .play-screen {
    flex-direction: column;
    flex-wrap: no-wrap; } }

@media (max-width: 768px) {
  .site-title {
    font-size: 1.5em; }
  .site-banner {
    flex-direction: column; }
  .left-sidebar {
    order: 2; }
  .right-sidebar {
    order: 2; }
  .left-body {
    order: 1; }
  .right-body {
    order: 1; }
  .play-scene-title,
  .play-scene-context-prompt {
    font-size: 1.2em;
    padding-left: 5px; }
  .live-scene-controls {
    padding-left: 5px; }
  .play-main {
    padding-left: 0px; }
  .scene-log {
    padding: 0px; }
  .scene-controls-right {
    flex-flow: column;
    flex-basis: 100%; }
  .scene-controls-left {
    flex-flow: column;
    flex-basis: 100%; }
  .scene-char-select,
  .scene-pose-select {
    width: 100%; } }

/* BASIC BLU: v2.0 | Best Used with Ares v2.5 */
.body-container p {
  margin-bottom: 1em; }

.body-wrap {
  padding: 0 1rem;
  display: grid;
  grid-template-columns: minmax(75%, 2150px) auto; }

@media screen and (min-width: 1470px) {
  body {
    font-size: 1em; } }

@media screen and (max-width: 600px) {
  .body-wrap,
  .body-container {
    padding: 0px; } }

.alert {
  padding: 2px;
  text-align: center; }

.alert-warning {
  text-align: left;
  padding: 10px; }

.alert p {
  margin: 0 !important; }

a:hover,
a:focus {
  color: #A67F38;
  background-color: transparent;
  font-weight: normal; }

.btn-link:hover {
  font-weight: normal; }

.content-warning-label {
  margin: 0px 5px;
  background-color: #e69138; }

.notification-bell {
  background-color: #051F20 !important; }

.tooltip-button {
  background-color: transparent; }

.tooltip-button:hover,
.tooltip-button > a:hover,
.play-section-title .tooltip-button a:hover,
.play-section-title .tooltip-button:hover {
  background-color: transparent;
  color: #A67F38; }

.markdown-controls > .tooltip-button:hover,
.markdown-controls > .tooltip-button a:hover {
  color: #A67F38; }

::-webkit-resizer {
  border: 0; }

.code-editor {
  color: #d0d0d0; }

textarea,
input,
.markdown-preview,
.toastui-editor-defaultUI
.ProseMirror,
.toastui-editor-main-container .md-mode > div,
.ember-text-field {
  color: #ECF0EF;
  scrollbar-color: #8EB69B transparent;
  scrollbar-width: thin;
  width: 100%; }

.toastui-editor-mode-switch .tab-item.active {
  background-color: #051F20;
  border-color: #051F20; }

.markdown-preview {
  border-top: 8px solid #051F20; }

.ProseMirror {
  padding: 10px !important; }

.toastui-editor-mode-switch .tab-item {
  border-top: 1px solid #051F20; }

.toastui-editor-mode-switch {
  border-top: 4px solid #051F20; }

.toastui-editor-defaultUI-toolbar {
  background-color: #051F20; }

.toastui-editor-toolbar {
  margin-bottom: -1px; }

.toastui-editor-main-container {
  border-bottom: 1px solid #051F20; }

.markdown-control-toggle.active {
  background-color: #051F20; }

.toastui-editor-defaultUI-toolbar button:not(:disabled):hover {
  background-color: #A67F38;
  border-color: #A67F38; }

.form-item {
  border: 0; }

.form-control[readonly] {
  display: none; }

.title-wrap,
.header-wrap nav {
  background-color: transparent; }

.site-banner {
  display: grid !important;
  grid-template-rows: auto;
  grid-template-columns: 100%; }

.site-info {
  grid-row: 2;
  display: block;
  height: 157px; }

.site-title {
  padding-top: 175px;
  padding-left: 15px;
  font-family: "Meddon", cursive;
  text-transform: none; }

.site-subtitle {
  display: none; }

.header-wrap {
  height: 300px; }

.title-wrap {
  height: 245px; }

@media screen and (min-width: 1401px) and (max-width: 1471px) {
  .title-wrap {
    height: 245px; }
  .site-title {
    padding-top: 185px; } }

@media screen and (min-width: 992px) and (max-width: 1400px) {
  .title-wrap {
    height: 245px; }
  .site-title {
    padding-top: 130px; } }

.container-fluid > hr:last-of-type {
  display: none; }

.user-bar {
  padding-right: 0;
  margin-top: 0;
  text-align: right; }

.user-bar p {
  line-height: 1; }

@media screen and (max-width: 1400px) {
  .site-title {
    font-size: 3em;
    max-height: unset; } }

@media screen and (max-width: 600px) {
  .site-title {
    border: 0;
    font-size: 3em;
    text-align: center; }
  .site-subtitle {
    font-size: 1.2em;
    text-align: center; }
  .title-wrap {
    background-color: rgba(0, 0, 0, 0.25) !important; }
  .account-actions {
    display: none; } }

@media screen and (max-width: 991px) {
  .title-wrap {
    height: 148px !important; }
  .header-wrap {
    height: 200px !important; }
  .navbar-collapse {
    background-color: #23272a !important; }
  .account-actions {
    display: none; }
  .site-title {
    padding-top: 0;
    text-align: center; } }

@media (max-width: 1400px) {
  .navbar-collapse {
    background-color: inherit; } }

@media screen and (max-width: 600px) {
  .header-wrap {
    background-position: center bottom; }
  .site-banner {
    flex-direction: column; } }

@media screen and (max-width: 600px) {
  .jumbotron img {
    display: none; } }

h1, .h1 {
  padding: 0.2em 1.2em 0.1em;
  border: 0;
  margin-top: 10px; }

@media (max-width: 1190px) {
  h1, .h1 {
    padding-top: 0.3em !important;
    font-size: 2em !important; } }

@media (max-width: 1400px) {
  h1, .h1 {
    padding-top: 0.3em !important;
    font-size: 2.5em !important; } }

h2, .h2 {
  padding-bottom: 10px;
  font-family: "Almendra", serif;
  text-transform: uppercase; }

h3, .h3 {
  font-family: "Almendra", serif;
  font-size: 2.2em; }

h4, .h4,
h5, .h5,
h6, .h6 {
  font-family: "Almendra", serif;
  text-transform: uppercase; }

.toc {
  background-color: #A67F38;
  width: 350px;
  border: 0;
  box-shadow: none;
  margin: 15px 0px 15px 15px;
  border-radius: 0px;
  float: right; }

.toc::after {
  clear: both; }

.toc h4 {
  font-family: "Meddon", cursive;
  font-size: 2em; }

@media screen and (max-width: 600px) {
  .toc {
    width: 100%; } }

.navbar-dark .navbar-nav .nav-link {
  font-family: "Almendra", serif;
  font-size: 1em; }

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
  background-color: transparent; }

.dropdown-menu {
  background-color: #23272a;
  border-top: 4px solid #A67F38;
  font-family: "Open Sans", serif; }

.header-wrap nav {
  font-weight: 100;
  font-size: 1.13em; }

.dropdown-divider {
  background-color: #8EB69B; }

@media screen and (max-width: 991px) {
  .navbar > .container-fluid {
    width: 100%;
    flex-flow: column;
    align-items: start; }
  .navbar-collapse {
    max-width: 320px;
    width: 100%; }
  .navbar {
    max-height: 52px; } }

.navbar-dark .navbar-toggler {
  border-color: rgba(255, 255, 255, 0.25); }

.sidebar-box,
.sidebar-box-right {
  border: 0; }

.sidebar-heading h2 {
  font-family: "Meddon", cursive;
  font-variant: none;
  color: #ECF0EF;
  padding: 15px 0px 10px;
  margin-top: 10px; }

@media screen and (max-width: 1400px) {
  .sidebar {
    min-width: unset;
    width: 100%; } }

/* Profile Box */
.profile-title {
  display: none; }

.profile-wrap {
  border: 0;
  border-radius: 0;
  display: grid;
  grid-template-columns: 460px auto;
  gap: 20px;
  justify-content: unset;
  margin-top: 12px; }

.profile-box {
  background-color: #0D0D0D;
  border-radius: 4px;
  margin: 0 auto;
  width: 100%; }

.profile-image-wrap {
  flex-basis: 40%;
  margin: 0 auto 10px auto; }

.profile-image {
  width: auto;
  min-width: 300px;
  max-width: 450px; }

.profile-demographics .profile-item:last-of-type {
  border-bottom: 0; }

.profile-demographics > .profile-item:first-child > .profile-item-name:first-of-type {
  display: none; }

.profile-demographics > .profile-item:first-of-type {
  background-color: #A67F38;
  font-family: "Meddon", cursive;
  font-weight: bold;
  font-size: 1.75em;
  padding: 20px 25px;
  margin: 0 0 11px;
  border-bottom: none;
  display: block; }

.profile-item-name {
  padding-left: 12px; }

.profile-item {
  margin: 10px 10px 10px 10px; }

.profile-divider {
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px; }

/* Relationship Box */
.relationship-row {
  display: grid;
  grid-template-columns: 140px auto;
  background-color: #051F20;
  border: 2px solid #A67F38; }

.relationship-icon-container,
.relationship-icon {
  width: 125px;
  height: 125px;
  border-radius: 0; }

.relationship-name {
  font-family: "Almendra", serif; }

/* Other */
.status-message {
  background-color: #A67F38;
  color: #ECF0EF; }

.nav-tabs .nav-link {
  color: #ced3d6;
  border-radius: 0;
  font-size: 1em;
  text-transform: uppercase;
  border: 1px solid #A67F38;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  background-color: #051F20; }

.nav-tabs .nav-link.active {
  border-top: 2px solid #A67F38;
  background-color: #A67F38;
  color: #ECF0EF;
  border: 0;
  height: calc(100% + 2px);
  font-weight: 600; }

.nav-item:first-of-type .nav-link.active,
.nav-item:first-of-type .nav-link {
  border-radius: 5px 0 0 0; }

.nav-item:only-of-type .nav-link.active {
  border-radius: 5px 5px 0 0 !important; }

.nav-item:last-of-type .nav-link.active,
.nav-item:last-of-type .nav-link {
  border-radius: 0 5px 0 0; }

.tab-content {
  border: 2px solid #A67F38;
  padding: 10px;
  min-height: 50px;
  background: #0D0D0D;
  color: #8EB69B; }

.nav-tabs .nav-link:focus {
  border-color: transparent; }

.nav-tabs .nav-link:hover {
  color: #ECF0EF;
  border-color: #A67F38;
  background-color: #A67F38; }

.nav-tabs > li {
  white-space: nowrap; }

.nav-tabs {
  flex-flow: row; }

.nav-tabs:not(.--jsfied) {
  overflow-x: auto;
  overflow-y: hidden; }

.nav-tabs {
  scrollbar-width: thin;
  scrollbar-color: #0D0D0D #A67F38; }

.character-tabs .nav-item:nth-of-type(9),
.character-tabs .nav-item:nth-of-type(10),
.character-tabs .nav-item:nth-of-type(11) {
  display: none; }

.card.card-default.profile-gallery {
  border: 1px #0c0c0c solid;
  background-color: transparent; }

.profile-gallery,
.thumbnail-gallery {
  justify-content: center; }

.profile-gallery img,
.thumbnail-gallery-item {
  padding: 2px;
  margin-bottom: 2px;
  width: unset;
  height: 200px; }

.thumbnail {
  max-width: 100%;
  max-height: 200px; }

.profile-gallery img:hover,
.thumbnail-gallery-item img:hover {
  transform: scale(1.75);
  transition: all 500ms; }

.play-screen {
  display: grid;
  grid-template-columns: 350px auto; }

.play-title {
  display: none; }

.play-hint {
  margin-left: 10px;
  color: #ECF0EF;
  margin-bottom: 5px; }

.scene-controls {
  margin-top: -10px; }

/* Poses */
.scene-controls-box {
  border: 1px solid #3d5954;
  background: #163832 !important;
  padding: 5px; }

.pose-divider {
  border: 1px dotted;
  border-top-color: #051F20; }

.scene-ooc-pose .badge {
  margin: 0.4em 0.5em 0.3em 0em; }

.bg-ooc {
  background-color: #8EB69B; }

.scene-ooc-pose p {
  margin-bottom: 4px;
  margin-left: 5px;
  margin-top: 4px; }

.scene-ooc-pose {
  margin: 0px 0px 10px 6.5px; }

.scene-pose-header {
  border: 1px none transparent;
  margin-bottom: 0;
  background-color: #23272a;
  padding: 0.1em 0.5em 0.1em 0.1em;
  margin-left: 0.5em; }

.scene-pose-header .btn-link {
  background-color: transparent; }

.scene-pose-header .btn-link:hover {
  color: #A67F38; }

#chat-window .scene-pose-header {
  background-color: transparent; }

#chat-window {
  border: 0; }

.hint.float-right,
.hint.float-end {
  padding-top: 0.25em;
  padding-right: 0.25em;
  text-align: right; }

.play-main {
  padding-left: 20px; }

.play-main h3 {
  margin-top: 2px;
  margin-bottom: 0; }

.pose-order {
  color: #0D0D0D; }

.your-pose-order {
  color: #578c63; }

#live-scene-log,
#chat-window {
  scrollbar-color: #8EB69B transparent;
  scrollbar-width: thin; }

/* Scenes */
@media screen and (max-width: 600px) {
  .play-main {
    padding-left: 0px; }
  .play-scene-title {
    font-size: 1.2em !important;
    padding-left: 5px; }
  .play-scene-context-prompt {
    padding-left: 5px; }
  .scene-controls-right {
    flex-flow: column;
    flex-basis: 100%; }
  .scene-controls-left {
    flex-flow: column;
    flex-basis: 100%; }
  .scene-char-select,
  .scene-pose-select {
    width: 100%; } }

.play-scene-context {
  margin-top: 0px; }

.play-scene-context-prompt {
  font-size: 1.1em; }

.hint--:after,
.hint--:before {
  right: 100%;
  bottom: 50%; }

@media screen and (min-width: 1080px) {
  .chat-controls > .btn-link > .fas {
    visibility: visible;
    font-size: 16px;
    margin-left: 1em; }
  .chat-controls > .btn-link {
    visibility: hidden;
    font-size: 0;
    padding: 0; } }

.live-scene-controls > .btn-link:hover,
.chat-controls > .btn-link:hover {
  color: #A67F38; }

/* Chat */
.chat-controls {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  column-gap: 0.5em;
  margin-bottom: 5px; }

.chat-controls > a:first-child {
  flex: 1 1 auto; }

.chat-controls > a {
  flex: 0 0 auto; }

/* Active Scenes & Unshared Scenes */
.scene-privacy-private {
  background-color: #0b5889;
  text-transform: uppercase; }

.scene-privacy-open {
  background-color: #578c63;
  text-transform: uppercase; }

.scene-pacing-traditional {
  background-color: #578c63;
  text-transform: uppercase; }

.scene-pacing-distracted {
  background-color: #df62ea;
  text-transform: uppercase; }

.scene-pacing-asynchronous {
  background-color: #0b5889;
  text-transform: uppercase; }

.live-scenes-heading,
.unshared-scenes-heading {
  background-color: #A67F38; }

.live-scenes-entry,
.unshared-scenes-entry {
  border-color: #A67F38; }

.live-scenes-entry,
.unshared-scene-block {
  display: grid;
  grid-template-columns: auto 140px;
  grid-template-rows: auto; }

.live-scenes-heading,
.unshared-scene-heading {
  grid-column: span 2 / span 2; }

.live-scenes-controls {
  padding: 5px 10px;
  text-align: right; }

.unshared-scene-body {
  grid-column: span 2 / span 2; }

/* Side Bar */
.play-sidebar {
  background-color: transparent; }

.play-section-title {
  color: #ECF0EF;
  font-variant: none;
  font-weight: 400;
  font-family: "Almendra Display", serif;
  font-size: 1.3em;
  text-transform: none; }

.play-section-title .tooltip-button a,
.play-section-title .tooltip-button {
  color: #8EB69B; }

.play-section-title i {
  font-size: 0.75em; }

.btn-link.play-selector-active {
  background-color: #0D0D0D;
  color: #ECF0EF; }

.btn-link.play-selector .bg-primary {
  background-color: #0D0D0D !important; }

.pose-divider {
  border: 1px inset #0D0D0D; }

.scene-log {
  border: 0; }

.scene-social {
  background-color: #578c63;
  text-transform: uppercase; }

.scene-vignette {
  background-color: #68459d;
  text-transform: uppercase; }

.scene-event {
  background-color: #0b5889;
  text-transform: uppercase; }

.scene-text {
  background-color: #df62ea;
  text-transform: uppercase; }

.scene-action {
  background-color: #852730;
  text-transform: uppercase; }

.scene-story {
  background-color: #ff8307;
  text-transform: uppercase; }

.content-warning-label {
  background-color: #ffc107; }

.badge-likes {
  background-color: #852730;
  box-shadow: none; }

.table.plots-list {
  border: 0; }

.plots-list .inline-block {
  margin-left: 5px;
  margin-right: 5px; }

.table-striped.plots-list > tbody > tr:nth-of-type(even) > * {
  background-color: #0D0D0D; }

.table-striped.plots-list > tbody > tr:nth-of-type(odd) > * {
  background-color: #0D0D0D; }

.table-striped.plots-list > tbody > tr:nth-of-type(odd) > *,
.table-striped.plots-list > tbody > tr:nth-of-type(even) > * {
  padding: 5px; }

.table-striped.plots-list > tbody > tr {
  padding: 0; }

.plots-list tr {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  margin-bottom: 2em; }

.plots-list td:first-child {
  flex-basis: 100%;
  font-size: 1.5em;
  font-family: "Almendra Display", serif;
  background-color: #051F20;
  padding-top: 8px !important; }

.plots-list td:first-child a::after {
  content: "\f101";
  display: inline-block;
  float: right;
  font-family: 'FontAwesome';
  font-weight: bold;
  font-size: 0.7em;
  margin: 5px 3px 0 0; }

.plots-list td {
  border-bottom: none !important;
  flex: 1 1 255px; }

.plots-list td:first-of-type {
  background-color: #051F20 !important;
  border-top: 2px solid #8EB69B; }

.plots-list th:nth-of-type(3),
.plots-list td:nth-of-type(3) {
  flex: 0 0 250px;
  text-align: right;
  line-height: 29px; }

.plots-list td:nth-of-type(3)::before {
  content: "\f073";
  font-weight: bold;
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 2px;
  color: #8EB69B; }

.plots-list td:last-child {
  flex-basis: 100%;
  border-bottom: 1px solid #8EB69B !important;
  border-top: 1px inset #A67F38 !important; }

.plots-list thead {
  display: none; }

.plots-list td:nth-of-type(2)::before {
  content: "\f4ff";
  font-weight: bold;
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 2px;
  color: #8EB69B; }

.table {
  --bs-table-striped-bg: transparent;
  border: 1px solid #163832; }

.table > thead {
  font-family: "Almendra", serif;
  text-transform: uppercase;
  line-height: 2; }

th {
  background-color: #3d5954; }

.table th {
  padding: 10px 5px 5px; }

td {
  border-top: 1px solid #23272a;
  border-bottom: 0; }

/* Striped Tables */
.table-striped > tbody > tr:nth-of-type(odd) > *,
.table-striped > tbody > tr:nth-of-type(even) > *,
tr {
  padding: 10px 5px; }

.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: #23272a; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: #171a1c; }

/* Specific Tables */
.notifications-list p,
.mail-list p {
  margin-bottom: 0; }

.log-icon-title-container {
  background-color: transparent;
  top: -30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "Almendra Display", serif;
  font-size: 1.5em; }

.log-icon-container {
  height: 185px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #163832;
  border: 4px solid #163832; }

.log-participants-box .icon-gallery {
  justify-content: center; }

.xp-progress-points {
  color: #171a1c; }

.xp-ability {
  border-bottom: 0;
  border-top: 1px solid #3d5954;
  margin: 0;
  padding: 10px 5px; }

.fs3-divider {
  visibility: hidden; }

.fs3-skillbutton {
  color: #ECF0EF;
  background-color: #3a4146;
  width: 30px;
  height: 30px; }

.fs3-sheet {
  display: grid;
  flex-direction: row;
  gap: 20px;
  justify-content: space-around;
  grid-template-columns: 48% 48%; }

.fs3-rating-display {
  flex-basis: 40%; }

.combat-specials {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(125px, 1fr)); }

.fs3-rating-control {
  display: flex;
  justify-content: space-around; }

.char-dot-empty {
  color: #aaa; }

.char-ability-title {
  background-color: #163832;
  font-size: 1.5em;
  color: #ECF0EF;
  font-family: "Meddon", cursive;
  font-weight: 400;
  padding: 15px 15px 11px;
  margin: 0px;
  border: 0; }

.fs3-ability-list-action > tr > td:nth-of-type(2) > br {
  display: none; }

.modal-header .btn-close {
  filter: invert(1); }

.scene-card .tab-content {
  max-height: 27vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #8EB69B transparent; }

.scene-card a {
  font-size: 0.9em; }

.scene-card .log-icon-container {
  margin: auto; }

.scene-card .log-icon-title-container {
  margin: auto;
  left: 0; }

.card-specialties {
  color: #A67F38; }

.scene-card-demo {
  font-size: 0.95em; }

.scene-card-top {
  padding-bottom: 20px; }

.scene-card > hr {
  display: none; }

.scene-card-demo > .profile-item-list {
  padding: 0;
  border: 1px solid #0c0c0c; }

.scene-card-demo > .profile-demographics > .profile-item:first-of-type {
  padding: 15px 20px;
  display: block; }

.scene-card-demo > .profile-demographics > .profile-item {
  margin: 1px;
  padding-bottom: 3px;
  padding-top: 3px; }

.scene-card-profile .char-icon-container {
  height: 200px; }

.scene-card-profile {
  text-align: center; }

.alts-switcher > tr > td:nth-of-type(2) {
  text-align: center; }

.alts-switcher > tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.7); }

.ProseMirror::-webkit-scrollbar {
  background-color: transparent; }

.card {
  border-color: transparent;
  background: transparent; }

.display-job-row {
  padding-left: 20px; }

.admin-only-reply,
.admin-only-reply .markdown-editor {
  background-color: #cb6a6c;
  border-color: #cb6a6c; }

.admin-only-reply-label {
  background-color: #852730;
  border-color: #0D0D0D; }

.player-reply,
.player-reply .markdown-editor {
  background-color: #73a4a4;
  border-color: #73a4a4;
  margin-right: 20px; }

.player-reply-label {
  background-color: #578c63;
  border-color: #0D0D0D; }

.inline-response {
  padding-right: 20px;
  border-color: #A67F38; }

.area-entry {
  border: 1px solid #A67F38; }

.area-entry h2 {
  padding: 9px 5px 5px; }

.btn {
  text-transform: uppercase;
  font-family: "Almendra", serif;
  font-size: 1.25em;
  padding-bottom: 4px;
  margin-top: 2px; }

.btn-link {
  background-color: transparent; }

.btn-primary,
.btn-secondary,
.btn-default {
  background-color: #A67F38;
  border-color: #A67F38;
  color: #ECF0EF; }

.toastui-editor-defaultUI .toastui-editor-close-button,
.toastui-editor-defaultUI .toastui-editor-ok-button {
  text-transform: uppercase;
  font-family: "Almendra", serif;
  font-size: 1.25em;
  background-color: #8EB69B;
  border-color: #8EB69B;
  color: #163832; }

.toastui-editor-defaultUI .toastui-editor-close-button:hover,
.toastui-editor-defaultUI .toastui-editor-ok-button:hover {
  color: #ECF0EF;
  background-color: #A67F38;
  border-color: #A67F38; }

.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #0c0c0c;
  background-color: #8EB69B;
  border-color: #8EB69B;
  box-shadow: none; }

.box {
  background: #0D0D0D;
  margin: 10px;
  padding: 12px;
  display: flex;
  flex-flow: row;
  align-items: stretch;
  justify-content: flex-end; }

.boxinfo-tab > div > .tab-content,
.boxinfo-tab-sm > div > .tab-content {
  background: #051F20; }

.boxinfo-tab > div,
.boxinfo-tab-sm > div,
.boxinfo-tab > div > .tab-content,
.boxinfo-tab-sm > div > .tab-content {
  min-height: calc(100% - 15px);
  height: calc(100% - 15px); }

.boxinfo {
  margin-top: 3px; }

.boxinfo-tab {
  flex-basis: 70%;
  padding: 0; }

.boxinfo-tab-sm {
  flex-basis: 85%;
  padding: 0; }

.box a,
.advantage-box a {
  color: #3bc4c4; }

.box a:hover,
.advantage-box a:hover {
  color: #3bc4c4; }

.boxpic {
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  flex-basis: 30%;
  padding: 0 10px 0 0; }

.boxpic-sm {
  padding: 0 10px 0 0;
  flex-basis: 15%;
  margin-left: auto;
  margin-right: auto;
  max-width: 250px;
  padding: 0 10px 0 0; }

.boxpic img,
.boxpic-sm img {
  width: 100%;
  border: 2px solid #3d5954;
  margin-top: 3px;
  border-radius: 5px; }

.boxpic p
.boxpic-sm p {
  margin: 0;
  line-height: 0;
  padding: 0; }

.boxpic .image-container
.boxpic-sm .image-container {
  padding: 0;
  margin-top: -17px; }

.box-header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  border-bottom: 2px solid #ECF0EF;
  margin-right: 4px; }

.box-title {
  flex-basis: 60%; }

.box-title h2,
.box-title .h2 {
  font-size: calc(14px + 0.4vw) !important;
  margin-bottom: 0;
  margin-top: 0.15em;
  padding-top: 0;
  line-height: 1.1; }

.box-header p {
  margin-bottom: 5px; }

.box-type {
  flex-basis: 40%;
  text-align: right;
  font-family: "Almendra", serif;
  font-size: calc(14px + 0.4vw); }

.box .tab-content {
  box-shadow: none;
  border: 0;
  border-top: 1px solid #8EB69B; }

.box .nav-tabs > li > a {
  font-size: 1em;
  letter-spacing: 1px;
  font-weight: none;
  line-height: 1;
  padding-bottom: 0.25em; }

@media screen and (max-width: 1080px) {
  .box {
    flex-flow: column; }
  .boxpic,
  .boxpic-sm {
    flex-basis: auto;
    width: 100%;
    margin-bottom: 5px; }
  .boxpic img,
  .boxpic-sm img {
    max-width: 400px; }
  .boxinfo-tab {
    flex-basis: auto; } }

@media screen and (max-width: 560px) {
  .scene-card-top {
    grid-template-columns: 100%; } }

@media screen and (max-width: 1130px) {
  .profile-wrap {
    grid-template-columns: 100%; } }

@media screen and (max-width: 1079px) {
  .play-screen {
    grid-template-columns: 100%; } }

@media screen and (max-width: 1000px) {
  .body-wrap,
  .fs3-sheet {
    grid-template-columns: 100%; } }

h1, .h1 {
  background-color: transparent;
  border: 0;
  font-family: 'Almendra Display', serif; }

.sidebar-heading h2 {
  text-transform: none; }

.jumbotron img {
  width: 0px; }

.wrapper {
  /* clearfix so the parent encloses the floated image */
  overflow: auto; }

.float-image {
  float: left;
  width: 30%;
  margin: 0 1rem 1rem 0; }

.float-image img {
  display: block;
  width: 100%;
  height: auto; }

/* Responsive: stack */
@media (max-width: 600px) {
  .float-image {
    float: none;
    width: 100%;
    margin: 0 0 1rem; } }

.split-container {
  display: flex;
  align-items: flex-start;
  /* or center */
  gap: 1rem;
  /* space between image and text */ }

.split-image {
  flex: 0 0 30%;
  /* fixed 30% width */ }

.split-image img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover; }

.split-text {
  flex: 1;
  /* remaining 70% */
  line-height: 1.5; }

/* Stack vertically on narrow viewports */
@media (max-width: 600px) {
  .split-container {
    flex-direction: column; }
  .split-image,
  .split-text {
    flex: none;
    width: 100%; } }
