/* Muted Rainbow */
/* Grayscale */
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Cinzel+Decorative:wght@400;700;900&family=Manrope:wght@400;500;600;700&display=swap");
/* -------------------------
BASIC CONTAINERS
------------------------- */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: #180D1D; }

::-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: #F4E6D3;
  padding: 10px;
  padding-left: 20px;
  padding-top: 21px;
  margin: 0px;
  background-color: rgba(0, 0, 0, 0.25); }

body {
  font-size: 14px;
  font-family: "Manrope", Verdana, Geneva, sans-serif;
  line-height: 1.428571429;
  background-color: #09070C;
  color: #E5DCE8; }

.body-wrap {
  background-color: #09070C;
  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: #E5DCE8;
  background-color: #100B16;
  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: #09070C; }

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: #C9A15C;
  border: none;
  padding: 1px 3px 1px 3px; }

.tooltip-button:hover,
.tooltip-button > a:hover {
  color: #1A1022;
  background-color: #09070C; }

label {
  font-weight: bold; }

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

button {
  border: 1px solid #59385F; }

/* -------------------------
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, .label-success {
  background-color: #051b11;
  border-color: #0f5132;
  color: #75b798; }

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

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

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

.dropdown-divider {
  background-color: #C9A15C; }

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

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

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

.ember-power-select-trigger,
.ember-basic-dropdown-trigger,
.ember-power-select-search-input,
select {
  background-color: #3a4146;
  color: #B3B3B3;
  border: 1px solid #59385F;
  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: #09070C;
  color: #E5DCE8;
  border: 1px solid #59385F; }

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

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

.markdown-controls a:hover {
  color: #1A1022;
  background-color: #09070C; }

.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: #1A1022;
  color: #F4E6D3;
  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: #C9A15C; }

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

.toastui-editor-popup-body input[type='text'] {
  color: #E5DCE8;
  border-color: #59385F; }

.toastui-editor-popup-body input[type='text']:focus {
  color: #E5DCE8;
  border-color: #59385F; }

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

.toastui-editor-dropdown-toolbar {
  background-color: #1A1022;
  border-color: #59385F; }

.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: #E5DCE8;
  border-color: #3a4146; }

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

.toastui-editor-defaultUI .toastui-editor-close-button:hover,
.toastui-editor-defaultUI .toastui-editor-ok-button:hover {
  color: #F4E6D3;
  background-color: #1A1022;
  border-color: #1A1022; }

.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: #09070C; }

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

.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: #E5DCE8; }

.toastui-editor-mode-switch {
  background-color: transparent;
  border-top: 4px solid #1A1022;
  color: #E5DCE8; }

.toastui-editor-defaultUI-toolbar,
.toastui-editor-main .toastui-editor-md-tab-style {
  background-color: #1A1022;
  border-color: #59385F; }

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 #1A1022;
  color: #B3B3B3;
  font-size: 1em; }

.toastui-editor-mode-switch .tab-item.active {
  margin-left: 10px;
  background-color: #1A1022;
  border-color: #1A1022;
  color: #F4E6D3;
  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: #100B16;
  color: #E5DCE8; }

.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: #F4E6D3; }

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

.toastui-editor-md-block-quote .toastui-editor-md-marked-text {
  background-color: #100B16;
  color: #E5DCE8; }

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

.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 #59385F;
  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: #C9A15C;
  border-color: #C9A15C;
  color: #120916; }

.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: #1A1022;
  border: #1A1022;
  color: #F4E6D3; }

.flatpickr-monthDropdown-month {
  background-color: #09070C !important; }

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

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

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

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

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

.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: #F4E6D3; }

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active {
  color: #C9A15C; }

.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: #09070C; }

.toc {
  padding: 10px;
  background-color: #100B16;
  color: #E5DCE8;
  width: 300px;
  max-width: 100%;
  border: 1px solid #59385F;
  box-shadow: 5px 5px 5px #C9A15C;
  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;
  word-break: break-word; }

h1 {
  background-color: #1A1022;
  padding: .1em 1.2em;
  color: #F4E6D3;
  font-weight: normal;
  border: 3px solid #59385F;
  letter-spacing: 0.1em;
  margin: 0px 0px 10px 0px;
  font-family: "Cinzel Decorative", Georgia, serif; }

h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Cinzel Decorative", Georgia, serif; }

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

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

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

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

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: #100B16;
  color: #E5DCE8;
  border: 0px;
  border-left: 1px solid #C9A15C;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

pre code {
  border: 2px solid #59385F;
  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: #1A1022;
  color: #F4E6D3;
  padding: 8px; }

td {
  border-bottom: 1px solid #59385F;
  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: #09070C;
  color: #E5DCE8;
  border: 1px solid #59385F; }

form {
  padding-bottom: 50px;
  background-color: #09070C;
  color: #E5DCE8; }

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

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

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

input {
  color: #7c858a;
  outline: 0;
  border: 2px solid #59385F;
  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 #59385F;
  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: #C9A15C;
  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: #09070C;
  --bs-body-color: #E5DCE8;
  --bs-border-color: #59385F; }

.navbar {
  margin-bottom: 0px; }

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

.badge-primary {
  background-color: #1A1022;
  color: #F4E6D3; }

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

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

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

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active > a:hover,
.nav-tabs .nav-link.active > a:focus {
  background-color: #1A1022;
  color: #F4E6D3; }

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

.card {
  background-color: #100B16;
  border-color: #59385F;
  margin-bottom: 20px;
  border-radius: 4px; }

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

.card-default > .card-heading {
  background-color: #59385F;
  border-color: #59385F; }

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

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

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

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

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #1A1022;
  border-color: #59385F;
  color: #F4E6D3; }

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #09070C;
  border-color: #59385F;
  color: #E5DCE8; }

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

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

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  color: #C9A15C;
  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: #E5DCE8;
  line-height: 1.4; }

.dropdown-item.active, .dropdown-item:active {
  background-color: #1A1022;
  color: #F4E6D3; }

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #C9A15C;
  color: #120916; }

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

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

/* --------------------------
ALERTIFY DIALOGS
---------------------------*/
.alertify-notifier .ajs-message.ajs-success {
  background-color: #1A1022;
  color: #F4E6D3; }

/* --------------------------
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 #59385F;
  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: "Cinzel Decorative", Georgia, serif;
  text-transform: uppercase; }

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

.site-title a, .site-title a:hover, .site-title a:active {
  color: #F4E6D3;
  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: #B9AABD;
  margin-top: 10px;
  padding: 20px; }

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

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

.sidebar-box {
  border-top: 1px solid #59385F;
  margin: 2px;
  font-size: .9em;
  word-break: break-word; }

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

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

.search-bar {
  padding: 10px; }

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

.search-hint {
  color: #B9AABD;
  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 #59385F; }

.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 #59385F;
  margin: 20px;
  padding-left: 20px;
  margin-top: 30px; }

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

.hint {
  color: #B9AABD;
  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: #B9AABD;
  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: #09070C;
  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: #59385F; }

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

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

.splash-box {
  border-top: 1px solid #59385F;
  border-left: 1px solid #59385F;
  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 #59385F;
  margin: 0px;
  margin-top: 5px;
  border: 0px; }

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

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

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

#sceneMenuCollapseButton {
  display: none; }

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

.app-status {
  padding: 10px; }

.fs3-skillbutton {
  border: 1px solid #59385F; }

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

.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: #B9AABD;
  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 #59385F;
  padding-top: 10px;
  color: #B9AABD;
  margin-bottom: 10px; }

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

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

.scene-ooc-pose {
  background-color: #100B16;
  color: #E5DCE8;
  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: #B9AABD;
  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: #1F1428; }

.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: #1F1428;
  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: #F4E6D3; }

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

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

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

.bg-ooc {
  background-color: #1A1022;
  border: 1px solid #59385F; }

.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: #100B16;
  color: #E5DCE8;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px; }

.log-wrap {
  border-radius: 8px;
  border: 1px solid #59385F;
  background-color: #09070C;
  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 #100B16; }

.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 #59385F;
  background: #100B16;
  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: #100B16;
  border: 1px solid #59385F; }

.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: #1A1022;
  color: #F4E6D3;
  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: #59385F;
  padding: 10px; }

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

.card-ability-title {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #59385F;
  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%; } }

/* -------------------------
PLOTS SCREEN
-------------------------- */
.plot-container {
  margin-bottom: 20px;
  background-color: #100B16;
  border: 1px solid #59385F; }

.plot-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #1A1022;
  padding: 5px;
  font-size: 1.25rem; }

.plot-header a {
  color: #F4E6D3; }

.plot-subheader {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid #59385F;
  margin: 0px 5px; }

.plot-storytellers-icon, .plot-dates-icon {
  margin-right: 5px; }

.plot-summary {
  padding: 5px; }

/* -------------------------
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: #E5DCE8;
  background-color: #09070C; }

.profile-box {
  background-color: #100B16;
  color: #E5DCE8;
  margin-left: 30px;
  margin-right: 30px;
  flex-basis: 60%; }

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

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

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

.profile-divider {
  background-color: #1A1022;
  color: #F4E6D3;
  padding: 10px;
  margin-top: -21px;
  margin-bottom: -10px; }

.profile-wrap {
  border: 1px solid #59385F;
  background-color: #09070C;
  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 #59385F; }

.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: #1A1022;
  padding: .1em 1.2em;
  color: #F4E6D3;
  font-weight: normal;
  border: 3px solid #59385F;
  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: #1F1428;
  margin-right: 15px; }

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

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

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

.status-message {
  color: #120916;
  background-color: #C9A15C;
  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-2 {
  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: #B9AABD; }

.fs3-gear-row {
  border-bottom: 1px solid #59385F;
  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-wrap {
  border: 1px solid #59385F;
  background-color: #09070C;
  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: flex-start; }

.roster-info {
  padding: 10px;
  background-color: #100B16;
  color: #E5DCE8;
  margin-left: 15px;
  flex-grow: 1; }

.roster-buttons {
  width: 100%;
  text-align: right;
  margin-top: 15px; }

.roster-char-title {
  font-size: 1.5em;
  background-color: #1A1022;
  padding: .1em 1.2em;
  color: #F4E6D3;
  font-weight: normal;
  border: 3px solid #59385F;
  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 #59385F;
  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 #59385F;
  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: #E5DCE8; }

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

.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 #59385F;
  padding-bottom: 5px;
  margin-bottom: 5px; }

.play-hint {
  color: #E5DCE8;
  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: #B9AABD;
  font-style: italic;
  font-size: .8em; }

.chat-button-active {
  color: #F4E6D3;
  background-color: #1A1022; }

.chat-button-active:focus {
  color: #F4E6D3;
  background-color: #1A1022; }

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

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

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

.chat-join-note {
  margin: 5px; }

.chat-msg-flagged {
  border: 1px solid #59385F;
  background-color: #100B16; }

.play-section-title {
  font-variant: small-caps;
  margin: 10px 5px 5px 5px;
  font-weight: 400;
  font-family: "Cinzel Decorative", Georgia, serif;
  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: #C9A15C;
  color: #120916; }

.play-selector-active {
  background-color: #C9A15C;
  color: #120916; }

.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 #59385F; }

.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 #59385F; }

.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 #59385F; }

.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: #1A1022;
  color: #F4E6D3; }

.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 #59385F;
  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: #1A1022;
  color: #F4E6D3;
  padding: 5px;
  margin: 0px; }

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

.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 #59385F;
  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: #1A1022;
  color: #F4E6D3;
  padding: 5px;
  margin: 0px; }

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

.location-legend {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  font-size: 0.9rem;
  margin-bottom: 20px; }

.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: #59385F; }

.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 #59385F;
  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 #59385F;
  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 #59385F;
  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; }

.diff ul {
  background-color: #09070C; }

.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: #B9AABD;
  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 #59385F;
  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: 1200px) {
  .left-sidebar {
    order: 2; }
  .right-sidebar {
    order: 2; }
  .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: #09070C; }
  .navbar-collapse ul {
    padding: 5px; }
  .navbar-dark .navbar-nav .nav-link {
    color: #E5DCE8; }
  .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%; } }

/* Put any custom styles here. They will override the default styles. */
/* Extra local accents not currently in colors.css */
/* -------------------------
   FONT ROLES
------------------------- */
body:not(.btn) {
  font-family: "Manrope", Verdana, Geneva, sans-serif;
  font-size: 1.03em;
  line-height: 1.55; }

.site-title, h1, h2, .sidebar-heading h2, .card-heading, .profile-title, .plot-header, .live-scenes-heading, .unshared-scene-heading, .roster-char-title, .char-ability-title {
  font-family: "Cinzel Decorative", Georgia, serif; }

.header-wrap nav, .navbar, .btn, .dropdown-item, .badge, th, .toc h4, h6, .hint, .tinyhint, .timestamp-tip, .cg-tip, .scene-system-pose, .jumbotron-tagline {
  font-family: "Barlow Condensed", "Manrope", sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase; }

.emoji {
  font-size: 1em; }

/* -------------------------
   BASE PAGE
------------------------- */
html, body {
  min-height: 100%; }

body {
  background-color: #09070C;
  color: #E5DCE8;
  background-image: radial-gradient(circle at 82% -10%, rgba(89, 56, 95, 0.28), transparent 28rem), radial-gradient(circle at 16% 10%, rgba(185, 121, 159, 0.1), transparent 20rem), linear-gradient(rgba(9, 7, 12, 0.76), rgba(9, 7, 12, 0.76)), repeating-linear-gradient(45deg, rgba(89, 56, 95, 0.1) 0px, rgba(89, 56, 95, 0.1) 1px, transparent 1px, transparent 28px), repeating-linear-gradient(-45deg, rgba(89, 56, 95, 0.06) 0px, rgba(89, 56, 95, 0.06) 1px, transparent 1px, transparent 28px);
  background-attachment: fixed; }

.container-fluid, .body-wrap {
  background: transparent; }

.body-wrap {
  gap: 26px;
  padding: 0 28px 32px 28px;
  align-items: flex-start;
  max-width: 1480px; }

.body-container {
  flex-grow: 1;
  min-width: 0;
  padding: 0;
  background: transparent; }

.left-body {
  order: 1; }

.right-sidebar, .sidebar {
  order: 2; }

::selection {
  background: rgba(201, 161, 92, 0.35);
  color: #F4E6D3; }

/* -------------------------
   LINKS
------------------------- */
a, .nav-link, .btn-link, .wiki-page-nav a, .sidebar-list a {
  color: #C9A15C;
  text-decoration: none; }

a:hover, a:focus, .btn-link:hover, .btn-link:focus, .wiki-page-nav a:hover, .sidebar-list a:hover {
  color: #F4E6D3;
  text-decoration: none;
  font-weight: inherit;
  text-shadow: 0 0 8px rgba(201, 161, 92, 0.32); }

/* -------------------------
   HEADER / NAV
------------------------- */
.header-wrap {
  position: relative;
  height: 214px;
  margin-bottom: 24px;
  overflow: visible;
  background-image: none !important;
  background: radial-gradient(circle at 72% 0%, rgba(89, 56, 95, 0.34), transparent 22rem), linear-gradient(180deg, rgba(9, 7, 12, 0.96) 0%, rgba(20, 13, 27, 0.94) 72%, rgba(9, 7, 12, 0.98) 100%);
  border-bottom: 1px solid rgba(201, 161, 92, 0.55);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.35); }

.header-wrap::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: radial-gradient(circle, rgba(201, 161, 92, 0.85) 0 1px, transparent 1.5px), radial-gradient(circle, rgba(244, 230, 211, 0.65) 0 1px, transparent 1.5px);
  background-size: 96px 52px, 142px 74px;
  background-position: 18px 12px, 73px 25px;
  opacity: 0.55; }

.header-wrap::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 48px;
  width: 46%;
  height: 92px;
  pointer-events: none;
  opacity: 0.42;
  background-image: linear-gradient(135deg, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.72) 58%, transparent 58%, transparent 100%), linear-gradient(135deg, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.72) 58%, transparent 58%, transparent 100%), linear-gradient(135deg, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.72) 58%, transparent 58%, transparent 100%), linear-gradient(135deg, transparent 0%, transparent 42%, rgba(0, 0, 0, 0.72) 42%, rgba(0, 0, 0, 0.72) 58%, transparent 58%, transparent 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.82), rgba(0, 0, 0, 0.82));
  background-position: 10% 100%, 28% 100%, 47% 100%, 66% 100%, 0 100%;
  background-size: 54px 76px, 72px 96px, 62px 84px, 82px 104px, 100% 34px;
  background-repeat: no-repeat;
  filter: drop-shadow(0 0 10px rgba(89, 56, 95, 0.35)); }

.title-wrap {
  position: relative;
  z-index: 2;
  height: 162px;
  padding: 28px 38px 10px 38px;
  background: transparent;
  color: #F4E6D3; }

.site-banner {
  align-items: flex-start; }

.site-title {
  margin: 0;
  font-size: 4.2rem;
  line-height: 0.92;
  letter-spacing: 0.065em;
  text-transform: uppercase; }

.site-title a, .site-title a:hover, .site-title a:focus, .site-title a:active {
  color: #F4E6D3;
  background: transparent;
  text-decoration: none;
  text-shadow: 0 2px 2px #000, 0 0 18px rgba(201, 161, 92, 0.2); }

.site-subtitle {
  margin-top: 0.72rem;
  color: rgba(185, 170, 189, 0.95);
  font-family: "Manrope", Verdana, Geneva, sans-serif;
  font-size: 1.03rem;
  letter-spacing: 0.03em; }

.user-bar {
  margin-top: 0;
  text-align: right;
  color: rgba(185, 170, 189, 0.92);
  font-family: "Barlow Condensed", "Manrope", sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase; }

.user-bar p {
  line-height: 1.35;
  margin-bottom: 0.35rem; }

.user-bar a {
  color: rgba(244, 230, 211, 0.86); }

.user-bar a:hover, .user-bar a:focus {
  color: #C9A15C; }

.header-wrap nav, .navbar {
  position: relative;
  z-index: 3;
  min-height: 52px;
  background: rgba(9, 7, 12, 0.76);
  border-top: 1px solid rgba(89, 56, 95, 0.62);
  border-bottom: 1px solid rgba(89, 56, 95, 0.65);
  box-shadow: inset 0 1px 0 rgba(201, 161, 92, 0.18); }

.header-wrap nav .container-fluid, .navbar .container-fluid {
  background: transparent; }

.navbar-nav {
  align-items: center;
  gap: 0.15rem 0.8rem; }

.navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav button.nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-height: 2.85rem;
  padding: 0.7rem 0.95rem;
  color: rgba(229, 220, 232, 0.82);
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: "Barlow Condensed", "Manrope", sans-serif;
  font-size: 1.04rem;
  letter-spacing: 0.115em;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: inherit; }

.navbar-dark .navbar-nav .nav-link::after, .navbar-dark .navbar-nav button.nav-link::after {
  opacity: 0.82; }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav button.nav-link:hover, .navbar-dark .navbar-nav button.nav-link:focus, .navbar-dark .navbar-nav button.nav-link.show {
  color: #C9A15C;
  background: transparent;
  font-weight: inherit; }

.navbar-dark .navbar-nav .nav-link.active::before, .navbar-dark .navbar-nav .nav-link:hover::before, .navbar-dark .navbar-nav button.nav-link:hover::before, .navbar-dark .navbar-nav button.nav-link.show::before {
  content: "";
  position: absolute;
  left: 0.95rem;
  right: 0.95rem;
  bottom: 0.42rem;
  height: 2px;
  background: #C9A15C;
  box-shadow: 0 0 10px rgba(201, 161, 92, 0.35); }

.navbar-toggler {
  background: rgba(31, 20, 40, 0.65);
  border: 1px solid rgba(89, 56, 95, 0.75);
  border-radius: 0; }

.navbar-toggler:focus {
  box-shadow: 0 0 0 0.15rem rgba(201, 161, 92, 0.28); }

/* -------------------------
   DROPDOWNS
------------------------- */
.dropdown-menu {
  min-width: 15rem;
  padding: 0.55rem 0.4rem;
  background: linear-gradient(180deg, rgba(20, 13, 27, 0.98), rgba(16, 11, 22, 0.98)), repeating-linear-gradient(45deg, rgba(89, 56, 95, 0.08) 0px, rgba(89, 56, 95, 0.08) 1px, transparent 1px, transparent 22px);
  border: 1px solid rgba(89, 56, 95, 0.72);
  border-top: 3px solid rgba(201, 161, 92, 0.86);
  border-radius: 0;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.48);
  z-index: 5000; }

.dropdown-item {
  position: relative;
  color: rgba(229, 220, 232, 0.9);
  background: transparent;
  border-radius: 0;
  padding: 0.55rem 0.85rem 0.55rem 1.55rem;
  font-family: "Barlow Condensed", "Manrope", sans-serif;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  white-space: normal; }

.dropdown-item::before {
  content: "";
  position: absolute;
  left: 0.55rem;
  top: 50%;
  width: 6px;
  height: 6px;
  background: rgba(89, 56, 95, 0.8);
  transform: translateY(-50%) rotate(45deg); }

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.active, .dropdown-item:active {
  color: #F4E6D3;
  background: linear-gradient(90deg, rgba(89, 56, 95, 0.28), rgba(89, 56, 95, 0.08), transparent);
  font-weight: inherit; }

.dropdown-item:hover::before, .dropdown-item:focus::before, .dropdown-item.active::before, .dropdown-item:active::before {
  background: #C9A15C;
  box-shadow: 0 0 8px rgba(201, 161, 92, 0.38); }

.dropdown-divider, li hr {
  height: 1px;
  margin: 0.45rem 0.8rem;
  border: 0;
  opacity: 1;
  background: linear-gradient(90deg, transparent, rgba(201, 161, 92, 0.66), rgba(89, 56, 95, 0.38), transparent); }

/* -------------------------
   HOMEPAGE HERO / JUMBOTRON
------------------------- */
.jumbotron {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 2.6rem 3.4rem 2.8rem 3.4rem;
  background: radial-gradient(circle at 50% 7rem, rgba(89, 56, 95, 0.28), transparent 10rem), linear-gradient(180deg, rgba(31, 20, 40, 0.7), rgba(16, 11, 22, 0.82)), repeating-linear-gradient(45deg, rgba(89, 56, 95, 0.055) 0px, rgba(89, 56, 95, 0.055) 1px, transparent 1px, transparent 26px);
  border: 1px solid rgba(89, 56, 95, 0.72);
  border-radius: 8px;
  color: #E5DCE8;
  text-align: center;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(244, 230, 211, 0.08); }

.jumbotron::before {
  content: "";
  position: absolute;
  top: 2rem;
  left: 50%;
  width: 9rem;
  height: 9rem;
  transform: translateX(-50%);
  border: 1px solid rgba(89, 56, 95, 0.62);
  border-radius: 50%;
  box-shadow: 0 0 0 1.35rem rgba(89, 56, 95, 0.18), 0 0 0 2.7rem rgba(201, 161, 92, 0.1);
  opacity: 0.75;
  pointer-events: none; }

.jumbotron::after {
  content: "";
  position: absolute;
  top: 6.45rem;
  left: 18%;
  right: 18%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 161, 92, 0.72), rgba(89, 56, 95, 0.45), rgba(201, 161, 92, 0.72), transparent);
  pointer-events: none; }

.jumbotron img {
  position: relative;
  z-index: 1;
  display: block;
  width: 520px;
  max-width: 72%;
  max-height: 180px;
  margin: 0 auto 1.2rem auto;
  filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.8)) drop-shadow(0 0 12px rgba(201, 161, 92, 0.18)); }

.jumbotron-tagline {
  position: relative;
  z-index: 1;
  display: inline-block;
  margin: 0.75rem auto 0.35rem auto;
  color: #F4E6D3;
  font-size: 2.2rem;
  line-height: 1.15;
  letter-spacing: 0.11em;
  text-shadow: 0 2px 3px #000; }

.jumbotron span p {
  position: relative;
  z-index: 1;
  color: rgba(185, 170, 189, 0.94);
  font-size: 1.05rem;
  font-weight: 400; }

.jumbotron > hr {
  position: relative;
  z-index: 1;
  width: 88%;
  max-width: 780px;
  margin: 1.55rem auto 1.65rem auto;
  opacity: 1;
  border: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(201, 161, 92, 0.75), rgba(89, 56, 95, 0.46), transparent); }

.jumbotron .splash {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 920px;
  margin: 0 auto;
  padding-top: 0;
  text-align: left; }

.jumbotron .splash p {
  position: relative;
  margin: 0 0 0.9rem 0;
  padding: 0.85rem 1.05rem 0.9rem 1.25rem;
  background: linear-gradient(90deg, rgba(31, 20, 40, 0.42), rgba(31, 20, 40, 0.16), rgba(31, 20, 40, 0.04));
  border: 1px solid rgba(89, 56, 95, 0.32);
  border-left: 4px solid rgba(201, 161, 92, 0.58);
  color: #E5DCE8;
  font-size: 1.05rem;
  font-weight: 400; }

.jumbotron .splash p:last-child {
  margin-bottom: 0; }

/* -------------------------
   SIDEBAR
------------------------- */
.sidebar {
  width: 360px;
  min-width: 360px;
  flex-shrink: 0;
  padding: 0; }

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

.sidebar-box {
  position: relative;
  overflow: hidden;
  margin: 0 0 18px 0;
  padding: 1.15rem 1.25rem 1.2rem 1.25rem;
  background: linear-gradient(180deg, rgba(31, 20, 40, 0.82), rgba(16, 11, 22, 0.92)), repeating-linear-gradient(45deg, rgba(89, 56, 95, 0.055) 0px, rgba(89, 56, 95, 0.055) 1px, transparent 1px, transparent 24px);
  border: 1px solid rgba(89, 56, 95, 0.72);
  border-radius: 8px;
  color: #E5DCE8;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  word-break: break-word; }

.sidebar-box::before {
  content: "";
  position: absolute;
  inset: 0;
  border-top: 1px solid rgba(244, 230, 211, 0.07);
  pointer-events: none; }

.sidebar-heading {
  padding-bottom: 0.35rem; }

.sidebar-heading h2 {
  position: relative;
  margin: 0 0 0.85rem 0;
  padding: 0 0 0.6rem 0;
  color: #C9A15C;
  border: 0;
  border-bottom: 1px solid rgba(89, 56, 95, 0.58);
  background: transparent;
  font-size: 1.22rem;
  letter-spacing: 0.08em;
  text-align: center;
  text-shadow: 0 2px 3px #000; }

.sidebar-heading h2::before {
  content: "";
  display: inline-block;
  width: 0.55rem;
  height: 0.55rem;
  margin-right: 0.6rem;
  background: #C9A15C;
  transform: rotate(45deg);
  vertical-align: 0.08em;
  box-shadow: 0 0 8px rgba(201, 161, 92, 0.35); }

.sidebar-heading h2 i, .sidebar-heading h2 .fa, .sidebar-heading h2 .fas, .sidebar-heading h2 .far, .sidebar-heading h2 .fab {
  display: none; }

.sidebar-box p {
  color: rgba(229, 220, 232, 0.92);
  margin-bottom: 0.75rem; }

.sidebar-box p:last-child {
  margin-bottom: 0; }

.sidebar-box br + a, .sidebar-box p a {
  display: inline-block;
  margin-top: 0.2rem; }

/* -------------------------
   HEADINGS / TEXT
------------------------- */
h1 {
  position: relative;
  margin: 0 0 1.35rem 0;
  padding: 0.2em 0 0.45em 0;
  background: transparent;
  border: 0;
  color: #F4E6D3;
  letter-spacing: 0.1em;
  text-shadow: 0 2px 3px #000; }

h1::before {
  content: "";
  display: inline-block;
  width: 0.7rem;
  height: 0.7rem;
  margin-right: 0.65rem;
  background: #C9A15C;
  transform: rotate(45deg);
  vertical-align: 0.09em;
  box-shadow: 0 0 8px rgba(201, 161, 92, 0.35); }

h1::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin-top: 0.36em;
  background: linear-gradient(90deg, rgba(201, 161, 92, 0.88), rgba(89, 56, 95, 0.45), transparent); }

h2 {
  color: #F4E6D3;
  border-bottom: 1px solid rgba(89, 56, 95, 0.72);
  padding-bottom: 0.4em;
  letter-spacing: 0.06em;
  text-shadow: 0 2px 3px #000; }

h3, h4, h5 {
  color: #E5DCE8; }

h6 {
  color: #B9AABD; }

/* -------------------------
   CARDS / PANELS
------------------------- */
.card, .log-box, .play-sidebar, .scene-controls-box, .live-scenes-entry, .unshared-scene-block, .plot-container, .roster-info, .chat-msg-flagged, .toc {
  background: linear-gradient(180deg, rgba(31, 20, 40, 0.72), rgba(16, 11, 22, 0.88));
  border: 1px solid rgba(89, 56, 95, 0.62);
  color: #E5DCE8;
  border-radius: 8px;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18); }

.card-default > .card-heading, .live-scenes-heading, .unshared-scene-heading, .plot-header, .roster-char-title {
  background: linear-gradient(90deg, rgba(31, 20, 40, 0.86), rgba(16, 11, 22, 0.76));
  border-color: rgba(89, 56, 95, 0.72);
  color: #C9A15C; }

.card-primary > .card-heading {
  background: rgba(201, 161, 92, 0.78);
  border-color: rgba(201, 161, 92, 0.85);
  color: #120916; }

.card-heading {
  letter-spacing: 0.085em; }

/* -------------------------
   BUTTONS / BADGES
------------------------- */
.btn {
  border-radius: 0;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  box-shadow: none; }

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active, .bg-primary {
  background-color: #1A1022 !important;
  border-color: rgba(201, 161, 92, 0.78);
  color: #F4E6D3; }

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #09070C;
  border-color: rgba(89, 56, 95, 0.86);
  color: #E5DCE8; }

.btn-info, .btn-info:hover, .btn-info:focus, .btn-info:active, .bg-info {
  background-color: #C9A15C !important;
  border-color: #C9A15C;
  color: #120916; }

.btn-success, .btn-success:hover, .btn-success:focus, .btn-success:active, .alert-success, .label-success {
  background-color: #102018;
  border-color: #4C8561;
  color: #A9D8B7; }

.btn-warning, .btn-warning:hover, .btn-warning:focus, .btn-warning:active, .alert-warning, .label-warning {
  background-color: #2C210B;
  border-color: #B7893E;
  color: #E8C77A; }

.btn-danger, .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .alert-danger, .label-danger {
  background-color: #281017;
  border-color: #94445E;
  color: #E4A4B7; }

.alert-info, .btn-info {
  background-color: rgba(89, 56, 95, 0.32);
  border-color: rgba(185, 121, 159, 0.75);
  color: #F4E6D3; }

.badge, .badge-primary, .badge-pill {
  border: 1px solid rgba(89, 56, 95, 0.72);
  background: rgba(31, 20, 40, 0.75);
  color: #F4E6D3;
  letter-spacing: 0.07em; }

/* -------------------------
   TABLES
------------------------- */
.table, table {
  color: #E5DCE8; }

th, .table th {
  background: linear-gradient(180deg, rgba(31, 20, 40, 0.92), rgba(16, 11, 22, 0.92));
  color: #F4E6D3;
  border-color: rgba(89, 56, 95, 0.72); }

td, .table td {
  color: #E5DCE8;
  border-color: rgba(89, 56, 95, 0.48); }

.table-striped > tbody > tr:nth-of-type(even) > * {
  background-color: rgba(31, 20, 40, 0.45);
  color: #E5DCE8; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(16, 11, 22, 0.16);
  color: #E5DCE8; }

/* -------------------------
   FORMS / INPUTS
------------------------- */
form {
  background: transparent;
  color: #E5DCE8; }

label {
  color: #F4E6D3; }

textarea, input, .markdown-preview, .toastui-editor-defaultUI .ProseMirror, .toastui-editor-main-container .md-mode > div, .ember-text-field, .form-control, .ember-power-select-trigger, .ember-basic-dropdown-trigger, .ember-power-select-search-input, select {
  background-color: rgba(31, 20, 40, 0.78);
  color: #E5DCE8;
  border: 1px solid rgba(89, 56, 95, 0.78);
  border-radius: 0;
  outline: 0; }

input[type="text"], .ember-text-field, .form-control {
  background-color: rgba(31, 20, 40, 0.78);
  color: #E5DCE8;
  border: 1px solid rgba(89, 56, 95, 0.78); }

textarea:focus, input:focus, .form-control:focus, .ember-text-field:focus, select:focus {
  background-color: rgba(20, 13, 27, 0.92);
  color: #F4E6D3;
  border-color: rgba(201, 161, 92, 0.82);
  box-shadow: 0 0 0 0.15rem rgba(201, 161, 92, 0.18); }

.form-control:disabled, .form-control[readonly] {
  background-color: rgba(9, 7, 12, 0.7);
  color: #B9AABD; }

.form-item {
  border-bottom: 1px dotted rgba(89, 56, 95, 0.72); }

/* -------------------------
   MARKDOWN / EDITOR
------------------------- */
.markdown-preview, .toastui-editor-main-container .md-mode, .toastui-editor-main-container .ww-mode {
  background-color: rgba(16, 11, 22, 0.92);
  color: #E5DCE8;
  border-color: rgba(89, 56, 95, 0.72); }

.markdown-control-toggle {
  background-color: rgba(31, 20, 40, 0.85);
  color: #B9AABD; }

.markdown-control-toggle.active {
  background-color: #1A1022;
  color: #F4E6D3; }

.toastui-editor-defaultUI-toolbar, .toastui-editor-main .toastui-editor-md-tab-style, .toastui-editor-dropdown-toolbar {
  background-color: #100B16;
  border-color: rgba(89, 56, 95, 0.72); }

.toastui-editor-defaultUI-toolbar button, .toastui-editor-defaultUI-toolbar button:not(:disabled):hover {
  background-color: rgba(31, 20, 40, 0.85);
  border-color: rgba(89, 56, 95, 0.65);
  color: #E5DCE8; }

.toastui-editor-toolbar-divider {
  background-color: rgba(201, 161, 92, 0.72); }

.toastui-editor-mode-switch {
  background-color: rgba(9, 7, 12, 0.9);
  border-top: 2px solid rgba(89, 56, 95, 0.72);
  color: #E5DCE8; }

.toastui-editor-mode-switch .tab-item {
  background-color: rgba(31, 20, 40, 0.85);
  border-color: rgba(89, 56, 95, 0.5);
  color: #B9AABD; }

.toastui-editor-mode-switch .tab-item.active {
  background-color: #1A1022;
  border-color: #1A1022;
  color: #F4E6D3; }

/* -------------------------
   BLOCKQUOTES / CODE
------------------------- */
blockquote {
  background: linear-gradient(90deg, rgba(31, 20, 40, 0.58), rgba(16, 11, 22, 0.28));
  color: #E5DCE8;
  border-left: 4px solid rgba(201, 161, 92, 0.72); }

code, pre code, .toastui-editor-md-code, .toastui-editor-contents code {
  background-color: rgba(9, 7, 12, 0.88);
  color: #F4E6D3;
  border-color: rgba(89, 56, 95, 0.72); }

/* -------------------------
   SCENES / LOGS
------------------------- */
.scene-log, #live-scene-log {
  background: linear-gradient(180deg, rgba(16, 11, 22, 0.82), rgba(9, 7, 12, 0.72));
  border: 1px solid rgba(89, 56, 95, 0.45); }

.scene-pose {
  padding: 12px 14px;
  margin: 0 0 10px 10px; }

.scene-pose-header {
  color: rgba(185, 170, 189, 0.95);
  border-top: 1px dotted rgba(89, 56, 95, 0.72); }

.scene-set-pose {
  border-left: 4px solid rgba(201, 161, 92, 0.72);
  color: rgba(229, 220, 232, 0.95); }

.scene-system-pose {
  color: rgba(185, 170, 189, 0.95); }

.scene-ooc-pose {
  background: rgba(31, 20, 40, 0.68);
  border: 1px solid rgba(89, 56, 95, 0.42);
  color: #E5DCE8; }

.scene-command {
  color: rgba(185, 170, 189, 0.95); }

/* -------------------------
   PLAY SCREEN
------------------------- */
#console, #console pre, #sendMsg, #sendMsg2, #manageLog, .idle-status, .app-status {
  background-color: rgba(9, 7, 12, 0.95);
  color: #E5DCE8;
  border-color: rgba(89, 56, 95, 0.72); }

.play-sidebar {
  background: linear-gradient(180deg, rgba(31, 20, 40, 0.76), rgba(16, 11, 22, 0.92));
  border: 1px solid rgba(89, 56, 95, 0.72); }

.play-main {
  min-width: 0; }

/* -------------------------
   CHARGEN / FS3
------------------------- */
.cg-tip, .hint, .tinyhint, .search-hint {
  color: rgba(185, 170, 189, 0.95); }

.fs3-skillbutton, .fs3-abilitybox {
  border-color: rgba(89, 56, 95, 0.72); }

.fs3-abilitybox {
  background: rgba(31, 20, 40, 0.24); }

.chargen-section-title {
  color: #F4E6D3;
  font-family: "Cinzel Decorative", Georgia, serif;
  letter-spacing: 0.055em; }

/* -------------------------
   ICONS / PROFILE IMAGES
------------------------- */
.small-profile-icon, .tiny-profile-icon, .log-icon-container, .log-icon {
  border-color: rgba(89, 56, 95, 0.72); }

.log-icon-container, .log-icon-title-container {
  background: #1F1428; }

.log-icon-title {
  color: #F4E6D3; }

/* -------------------------
   SCROLLBARS
------------------------- */
::-webkit-scrollbar {
  width: 8px;
  background-color: #09070C; }

::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background-color: rgba(89, 56, 95, 0.78);
  border: 1px solid rgba(9, 7, 12, 0.92); }

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(201, 161, 92, 0.72); }

/* -------------------------
   MOBILE
------------------------- */
@media screen and (max-width: 992px) {
  .header-wrap {
    height: auto;
    min-height: 190px; }
  .title-wrap {
    height: auto;
    padding: 24px 22px 14px 22px; }
  .site-banner {
    display: block; }
  .user-bar {
    margin-top: 1rem;
    text-align: left; }
  .header-wrap::after {
    width: 70%;
    opacity: 0.24; }
  .body-wrap {
    display: block;
    padding: 0 14px 28px 14px; }
  .body-container {
    padding: 0; }
  .sidebar {
    width: 100%;
    min-width: 0;
    margin-top: 20px; }
  .navbar-nav {
    align-items: stretch;
    gap: 0; }
  .navbar-dark .navbar-nav .nav-link, .navbar-dark .navbar-nav button.nav-link {
    width: 100%;
    justify-content: flex-start; }
  .dropdown-menu {
    width: 100%;
    min-width: 0; }
  .jumbotron {
    padding: 2rem 1.15rem; }
  .jumbotron::after {
    left: 8%;
    right: 8%; }
  .jumbotron .splash p {
    font-size: 1rem; } }

@media screen and (max-width: 640px) {
  .site-title {
    font-size: 2.35rem; }
  .site-subtitle {
    font-size: 0.88rem; }
  h1 {
    font-size: 1.7rem; }
  .jumbotron-tagline {
    font-size: 1.4rem; }
  .card-abilities {
    column-count: 1; }
  .folder-list {
    column-count: 1; } }
