@charset "UTF-8";
/* Muted Rainbow */
/* Grayscale */
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil:opsz,wght@10..72,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@font-face {
  font-family: "Marvel";
  src: url("/game/uploads/fonts/marvel.ttf") format("truetype"); }

@font-face {
  font-family: "Rose";
  src: url("/game/uploads/fonts/mavenpro.ttf") format("truetype"); }

/* -------------------------
BASIC CONTAINERS
------------------------- */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: #16100a; }

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

body {
  font-size: 14px;
  font-family: "Rose", sans-serif;
  line-height: 1.428571429;
  background-color: #16100a;
  color: #faefe4; }

.body-wrap {
  background-color: #16100a;
  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: #ECF0EF;
  background-color: #101c1a;
  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: #16100a; }

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

.tooltip-button:hover,
.tooltip-button > a:hover {
  color: #634a32;
  background-color: #16100a; }

label {
  font-weight: bold; }

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

button {
  border: 1px solid #634a32; }

/* -------------------------
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 #634a32; }

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

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

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

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

.ember-power-select-trigger,
.ember-basic-dropdown-trigger,
.ember-power-select-search-input,
select {
  background-color: #3a4146;
  color: #B3B3B3;
  border: 1px solid #634a32;
  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: #16100a;
  color: #faefe4;
  border: 1px solid #634a32; }

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

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

.markdown-controls a:hover {
  color: #634a32;
  background-color: #16100a; }

.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: #634a32;
  color: #e8e8d9;
  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: #dfa973; }

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

.toastui-editor-popup-body input[type='text'] {
  color: #faefe4;
  border-color: #634a32; }

.toastui-editor-popup-body input[type='text']:focus {
  color: #faefe4;
  border-color: #634a32; }

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

.toastui-editor-dropdown-toolbar {
  background-color: #634a32;
  border-color: #634a32; }

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

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

.toastui-editor-defaultUI .toastui-editor-close-button:hover,
.toastui-editor-defaultUI .toastui-editor-ok-button:hover {
  color: #e8e8d9;
  background-color: #634a32;
  border-color: #634a32; }

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

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

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

.toastui-editor-mode-switch {
  background-color: transparent;
  border-top: 4px solid #634a32;
  color: #faefe4; }

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

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

.toastui-editor-mode-switch .tab-item.active {
  margin-left: 10px;
  background-color: #634a32;
  border-color: #634a32;
  color: #e8e8d9;
  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: #101c1a;
  color: #ECF0EF; }

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

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

.toastui-editor-md-block-quote .toastui-editor-md-marked-text {
  background-color: #101c1a;
  color: #ECF0EF; }

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

.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 #634a32;
  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: #dfa973;
  border-color: #dfa973;
  color: #171817; }

.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: #634a32;
  border: #634a32;
  color: #e8e8d9; }

.flatpickr-monthDropdown-month {
  background-color: #16100a !important; }

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

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

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

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

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

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

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

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

.toc {
  padding: 10px;
  background-color: #101c1a;
  color: #ECF0EF;
  width: 300px;
  max-width: 100%;
  border: 1px solid #634a32;
  box-shadow: 5px 5px 5px #dfa973;
  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: #634a32;
  padding: .1em 1.2em;
  color: #e8e8d9;
  font-weight: normal;
  border: 3px solid #dfa973;
  letter-spacing: 0.1em;
  margin: 0px 0px 10px 0px;
  font-family: "Lato", sans-serif; }

h2 {
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: "Lato", sans-serif; }

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

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

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

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

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: #101c1a;
  color: #ECF0EF;
  border: 0px;
  border-left: 1px solid #dfa973;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

pre code {
  border: 2px solid #634a32;
  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: #634a32;
  color: #e8e8d9;
  padding: 8px; }

td {
  border-bottom: 1px solid #634a32;
  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: #16100a;
  color: #faefe4;
  border: 1px solid #634a32; }

form {
  padding-bottom: 50px;
  background-color: #16100a;
  color: #faefe4; }

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

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

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

input {
  color: #7c858a;
  outline: 0;
  border: 2px solid #634a32;
  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 #634a32;
  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: #dfa973;
  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: #16100a;
  --bs-body-color: #faefe4;
  --bs-border-color: #634a32; }

.navbar {
  margin-bottom: 0px; }

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

.badge-primary {
  background-color: #634a32;
  color: #e8e8d9; }

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

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

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

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active > a:hover,
.nav-tabs .nav-link.active > a:focus {
  background-color: #634a32;
  color: #e8e8d9; }

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

.card {
  background-color: #101c1a;
  border-color: #634a32;
  margin-bottom: 20px;
  border-radius: 4px; }

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

.card-default > .card-heading {
  background-color: #634a32;
  border-color: #634a32; }

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

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

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

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

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #634a32;
  border-color: #dfa973;
  color: #e8e8d9; }

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #16100a;
  border-color: #634a32;
  color: #faefe4; }

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

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

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

.dropdown-item.active, .dropdown-item:active {
  background-color: #634a32;
  color: #e8e8d9; }

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #dfa973;
  color: #171817; }

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

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

/* --------------------------
ALERTIFY DIALOGS
---------------------------*/
.alertify-notifier .ajs-message.ajs-success {
  background-color: #634a32;
  color: #e8e8d9; }

/* --------------------------
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 #634a32;
  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: "Lato", sans-serif;
  text-transform: uppercase; }

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

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

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

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

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

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

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

.search-bar {
  padding: 10px; }

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

.search-hint {
  color: #dfa973;
  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 #634a32; }

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

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

.hint {
  color: #dfa973;
  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: #dfa973;
  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: #16100a;
  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: #634a32; }

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

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

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

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

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

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

#sceneMenuCollapseButton {
  display: none; }

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

.app-status {
  padding: 10px; }

.fs3-skillbutton {
  border: 1px solid #634a32; }

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

.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: #dfa973;
  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 #634a32;
  padding-top: 10px;
  color: #dfa973;
  margin-bottom: 10px; }

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

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

.scene-ooc-pose {
  background-color: #101c1a;
  color: #faefe4;
  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: #dfa973;
  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: #ffffff; }

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

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

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

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

.bg-ooc {
  background-color: #634a32;
  border: 1px solid #634a32; }

.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: #101c1a;
  color: #ECF0EF;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px; }

.log-wrap {
  border-radius: 8px;
  border: 1px solid #dfa973;
  background-color: #16100a;
  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 #101c1a; }

.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 #634a32;
  background: #101c1a;
  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: #101c1a;
  border: 1px solid #634a32; }

.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: #634a32;
  color: #e8e8d9;
  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: #634a32;
  padding: 10px; }

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

.card-ability-title {
  text-transform: uppercase;
  font-weight: bold;
  border-bottom: 1px solid #634a32;
  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: #faefe4;
  background-color: #16100a; }

.profile-box {
  background-color: #101c1a;
  color: #ECF0EF;
  margin-left: 30px;
  margin-right: 30px;
  flex-basis: 60%; }

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

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

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

.profile-divider {
  background-color: #634a32;
  color: #e8e8d9;
  padding: 10px;
  margin-top: -21px;
  margin-bottom: -10px; }

.profile-wrap {
  border: 1px solid #dfa973;
  background-color: #16100a;
  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 #634a32; }

.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: #634a32;
  padding: .1em 1.2em;
  color: #e8e8d9;
  font-weight: normal;
  border: 3px solid #dfa973;
  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: #ffffff;
  margin-right: 15px; }

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

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

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

.status-message {
  color: #171817;
  background-color: #dfa973;
  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: #dfa973; }

.fs3-gear-row {
  border-bottom: 1px solid #634a32;
  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: #634a32;
  padding: .1em 1.2em;
  color: #e8e8d9;
  font-weight: normal;
  border: 3px solid #dfa973;
  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 #634a32;
  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 #634a32;
  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: #faefe4; }

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

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

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

.chat-button-active {
  color: #e8e8d9;
  background-color: #634a32; }

.chat-button-active:focus {
  color: #e8e8d9;
  background-color: #634a32; }

.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: "Lato", sans-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: #dfa973;
  color: #171817; }

.play-selector-active {
  background-color: #dfa973;
  color: #171817; }

.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 #634a32; }

.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 #634a32; }

.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 #634a32; }

.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: #634a32;
  color: #e8e8d9; }

.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 #634a32;
  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: #634a32;
  color: #e8e8d9;
  padding: 5px;
  margin: 0px; }

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

.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 #634a32;
  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: #634a32;
  color: #e8e8d9;
  padding: 5px;
  margin: 0px; }

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

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

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

.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 #634a32;
  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 #634a32;
  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 #634a32;
  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: #dfa973;
  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 #634a32;
  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: #16100a; }
  .navbar-collapse ul {
    padding: 5px; }
  .navbar-dark .navbar-nav .nav-link {
    color: #faefe4; }
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #dfa973; }
  .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. */
/* ===== Base ===== */
body {
  color: #faefe4;
  background-color: #202f35;
  background-image: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.65)), url(/game/uploads/theme_images/background.webp);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 100vh;
  font-family: "Lato", sans-serif;
  font-size: 16.5px;
  line-height: 1.675; }

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: #fff; }

a:hover, a:focus {
  color: yellow;
  text-decoration: none; }

code {
  background: none;
  color: #c44; }

.highlight {
  color: #fff; }

/* ===== Layout / Containers ===== */
.body-wrap {
  padding: 0 20px;
  margin: 3em 0 0;
  background: transparent;
  max-width: 100vw; }

.body-container {
  padding: 1em;
  margin: 1em 10px 0 0;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 0.25em 0.25em rgba(0, 128, 128, 0.85);
  box-sizing: border-box; }

/* Sidebar */
.sidebar-box {
  font-size: .9em;
  border-top: none;
  border-left: none; }

.sidebar-box-right {
  border-left: none;
  margin: 1.1em 0 0;
  padding: .667em 10px;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 0.25em 0.25em rgba(0, 128, 128, 0.85); }

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

.sidebar-heading h2 {
  text-align: center;
  font-size: 1.375em;
  padding: 0 0 .25em;
  margin: 0 0 .25em;
  color: #fff;
  text-shadow: none;
  font-variant: normal;
  border-bottom: 3px solid rgba(61, 102, 133, 0.6);
  border-image: linear-gradient(to right, #3D6685, transparent) 27/0 0 3px 0; }

/* ===== Header / Nav ===== */
.title-wrap {
  height: 155px;
  color: #fff;
  padding: 21px 10px 10px 20px;
  margin: 0;
  background: transparent; }

.header-wrap {
  height: 175px;
  background-image: unset; }

.header-wrap nav {
  z-index: 1;
  border: none;
  padding: 0 10px;
  min-height: 40px;
  border-radius: 0;
  background-color: rgba(204, 163, 129, 0.85);
  box-shadow: 0 0 0.25em 0.25em rgba(0, 128, 128, 0.85);
  background: linear-gradient(to left, rgba(61, 102, 133, 0.85) 0%, rgba(61, 102, 133, 0.85) 25em, transparent 100%); }

.site-title {
  color: #000 !important;
  text-decoration: none;
  font-size: 4em;
  letter-spacing: .05em;
  font-family: "Marvel", sans-serif;
  line-height: 1em;
  font-weight: 400;
  text-shadow: -1px -1px 0 #b9c6cf, 1px -1px 0 #8cc7f5, -1px 1px 0 #8cc7f5, 1px 1px 0 #8cc7f5; }

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

.site-subtitle {
  padding-top: 2.8em;
  font-size: 1.5em;
  letter-spacing: .02em;
  font-weight: 700;
  color: #8cc7f5;
  font-variant: small-caps;
  text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }

.user-bar {
  opacity: .8;
  border-radius: 25px;
  padding: 10px 20px 0 20px;
  font-weight: 700;
  background-color: #3D6685;
  position: absolute;
  right: 50px;
  width: auto; }

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

.nav {
  font-size: 100%;
  background-color: #000; }

.navbar {
  z-index: 100; }

.navbar-right {
  float: right !important;
  margin-right: -15px;
  border-radius: 25px; }

.navbar-inverse .navbar-nav > li > a {
  color: #ffff80; }

.navbar-inverse .navbar-nav > li > a:hover {
  color: #8ea3b2; }

.navbar-inverse .navbar-nav > li > a:active {
  color: #ff0; }

.nav > li > a:focus, .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee; }

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

.nav-tabs > li > a {
  border: 2px solid #718c9f;
  margin-top: 15px;
  margin-right: 5px; }

.nav-tabs > li > a,
.nav-tabs > li > a:focus,
.nav-tabs > li > a:hover {
  background-color: #718c9f;
  cursor: default; }

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  background-color: #000;
  border-bottom-color: #000;
  cursor: default; }

/* ===== Jumbotron ===== */
.jumbotron {
  font-size: 1.2em;
  background: transparent;
  padding: 2em;
  text-align: left; }

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

.jumbotron-tagline {
  font-size: 4em;
  letter-spacing: .11em;
  font-weight: 400;
  line-height: 1em;
  margin-top: 15px;
  font-family: "Gothic", sans-serif; }

.jumbotron img {
  width: 0;
  max-width: 0; }

/* ===== Headings ===== */
h1, h2 {
  font-family: "Rose", sans-serif;
  padding-left: 0;
  background: transparent;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: .25em;
  border-bottom: 3px solid rgba(61, 102, 133, 0.6);
  border-image: linear-gradient(to right, #3D6685, transparent) 27/0 0 3px 0; }

h2 {
  font-size: 1.75rem;
  display: flex;
  align-items: center;
  gap: .5em; }

.h2, h2 {
  font-size: 200%; }

.h3, h3 {
  margin: 5px 0;
  color: #fff; }

.h4, h4 {
  font-size: 125%;
  color: #a79494; }

/* ===== Buttons / Inputs ===== */
.btn-primary {
  background-color: #000;
  border-color: #582c51; }

.btn-default {
  color: #fff;
  background-color: #000;
  border-color: #ccc; }

button {
  color: #000;
  font: inherit;
  font-weight: 700;
  margin: 0;
  background-color: #718c9f;
  border: 0;
  border-radius: 4px; }

input {
  max-width: 100%;
  border: 1px solid; }

.ember-text-field {
  background-color: #16100a;
  color: #faefe4;
  border: 1px solid #fff;
  border-radius: 3px;
  transition: border .3s linear;
  padding: 4px;
  width: auto; }

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

/* Make form/editor text bright on dark theme */
body textarea,
body input,
body .ember-text-field,
body .markdown-preview,
body .toastui-editor-defaultUI .ProseMirror,
body .toastui-editor-contents {
  color: #fff;
  caret-color: #fff; }

body textarea::placeholder,
body input::placeholder,
body .ember-text-field::placeholder {
  color: #d7d7d7;
  opacity: 1; }

/* ===== Alerts ===== */
.alert-info,
.alert-info a,
.alert-info a:hover {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }

.alert-info a {
  font-weight: 700; }

.alert-info a:hover {
  text-decoration: underline; }

/* ===== Panels / Cards ===== */
.panel-default > .panel-heading {
  background-color: #634a32;
  border-color: #634a32;
  color: #fff; }

.panel-heading a {
  color: #fff; }

.panel-heading a:hover {
  color: yellow; }

.card {
  color: #fff; }

.card-default > .card-heading {
  background-color: #4c4f36;
  border-color: #fff; }

/* ===== TOC ===== */
.toc {
  background-color: rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 0 #dbccce;
  border: 3px solid #dfa973;
  letter-spacing: .1em;
  border-radius: 25px;
  float: right;
  margin-left: 10px;
  max-width: 400px;
  padding: 0 10px 0 15px; }

/* ===== Profiles / Logs ===== */
.profile-title {
  background-color: #718c9f;
  color: #000;
  margin: 0;
  padding: 0 20px;
  font-size: 1.5em;
  letter-spacing: .1em; }

.profile-box .row:first-child,
.profile-divider,
.roster-char-title {
  background: linear-gradient(to right, #3D6685, #3D6685 33%, transparent); }

.profile-box {
  background-color: #293343;
  border-radius: 20px;
  margin: 0 30px;
  padding: 20px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2), 0 6px 20px rgba(0, 0, 0, 0.19); }

.profile-wrap {
  border-radius: 8px;
  border: 0 solid #011C26;
  background: transparent;
  margin: 5px;
  padding: 15px;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url(""); }

.profile-wrap .row {
  margin-bottom: 10px; }

.profile-wrap .col-form-label {
  font-weight: 700;
  color: #718c9f; }

.log-wrap {
  background: url(/game/uploads/theme_images/comicbg.png) center/auto repeat; }

.log-box {
  background-color: #222;
  margin: 0 30px;
  padding: 20px; }

.scene-ooc-pose {
  margin-left: 25px;
  background-color: #222;
  color: #fff;
  font-style: italic;
  padding: 0 10px 10px; }

.log-icon {
  width: 150px;
  height: 150px;
  object-fit: cover;
  margin: 0 auto;
  display: block; }

.log-icon-title-container {
  width: 150px;
  height: 20px;
  position: relative;
  top: -21px;
  z-index: 98;
  background-color: #718c9f;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  opacity: .8;
  vertical-align: middle; }

.log-icon-title {
  z-index: 99;
  text-align: center;
  font-weight: 700;
  color: #000;
  line-height: 1em; }

.small-profile-icon {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 25px;
  margin: 2px; }

blockquote {
  margin: .4em 0;
  width: 80%;
  padding: 10px;
  font-size: 1em;
  background-color: #5a4252;
  border: 0;
  border-left: 1px solid #718c9f; }

/* ===== Templates ===== */
.org-template, .topicbox {
  float: left;
  margin: 5px;
  padding: 10px 20px;
  border-radius: 25px;
  border: 3px solid #718c9f;
  overflow: hidden; }

.org-template {
  width: 450px; }

.topicbox {
  width: 375px;
  height: 300px;
  position: relative; }

.topiclink {
  position: absolute;
  bottom: 10px; }

.org-template-header {
  background-color: #000;
  color: #eeaa77;
  margin: 0;
  font-size: 150%;
  letter-spacing: .1em;
  text-align: center;
  border-radius: 25px;
  border: 3px solid #718c9f;
  overflow: visible; }

.org-template-clear {
  clear: both; }

/* ===== Tables (div/table hybrids) ===== */
legend, pre {
  color: #AAA; }

.table {
  --bs-table-bg: transparent; }

.table-striped > div:nth-of-type(odd),
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #222; }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

.data-table {
  display: flex;
  flex-direction: column;
  width: 100%; }

.data-table-header {
  font-weight: 700;
  background-color: #333; }

.data-table-row {
  display: flex;
  border-bottom: 1px solid #444; }

.data-table-row:nth-child(odd) {
  background-color: #222; }

.data-table-cell {
  flex: 1;
  padding: 8px; }

/* ===== Web client ===== */
#console {
  height: 400px;
  overflow-y: scroll;
  border: 1px solid #fff !important; }

#sendMsg, #sendMsg2 {
  width: 100%;
  height: 100px;
  border: 1px solid #fff !important;
  margin: 5px 0 0; }

/* ===== Scene lists / status ===== */
.status-message {
  color: #000; }

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

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

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

.live-scenes-heading, .unshared-scenes-heading {
  background-color: #333;
  padding: 5px 0;
  border-radius: 5px; }

/* ===== Power Select / Dropdowns ===== */
.ember-power-select-trigger {
  background-color: #3a4146;
  color: #fff !important;
  border: 1px solid #fff; }

.ember-power-select-placeholder,
.ember-power-select-trigger-multiple-input::placeholder,
.ember-power-select-search-input::placeholder {
  color: #fff !important; }

.ember-basic-dropdown-content,
.ember-power-select-dropdown {
  background-color: #333;
  color: #fff;
  border: 1px solid #555; }

.ember-power-select-option {
  color: #e8e8e8; }

.ember-power-select-option[aria-current="true"] {
  background-color: #3D6685;
  color: #fff; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #3D6685;
  color: #fff; }

.ember-power-select-option[aria-disabled="true"] {
  color: #8a8a8a; }

.dropdown-menu {
  background-color: #000; }

.dropdown-item {
  color: #fff; }

/* ===== Chat bits ===== */
.label-primary {
  background-color: #718c9f;
  color: #000; }

.timestamp-tip {
  color: #c8c8c8;
  font-style: italic;
  font-size: .75em; }

/* ===== Utility / Test layout (kept minimal) ===== */
.test-wrapper {
  position: relative; }

.test-pinbox {
  height: 700px;
  background: tomato; }

@media screen and (min-width: 48em) {
  .test-wrapper:before {
    content: '';
    float: right;
    display: block;
    width: 300px;
    height: 700px;
    margin: 0 0 15px 15px; }
  .test-pinbox {
    position: absolute;
    top: 0;
    right: 0;
    width: 300px; } }

/* ===== Tabs / Buttons colors already covered; keep panel links ===== */
/* ===== Rows / Grid Adjustments ===== */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
  width: 100%; }

[class*="col-"] {
  position: relative;
  width: 100%;
  padding: 0 15px; }

@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

@media (min-width: 768px) {
  .col-md-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%; }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-8 {
    flex: 0 0 66.6667%;
    max-width: 66.6667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

/* ===== Character Ability Sheet (unified) ===== */
/* Title */
.char-ability-title {
  font-family: "Rose", sans-serif;
  background: transparent;
  border: 0;
  font-size: 1.75em;
  display: grid;
  padding: 0 0 .25em 0;
  border-bottom: 3px solid rgba(61, 102, 133, 0.6);
  border-image: linear-gradient(to right, #3D6685, transparent) 27/0 0 3px 0; }

/* Table base + cells */
.char-ability-list {
  width: 100%;
  border-collapse: collapse; }

.char-ability-list tr > td {
  width: auto;
  padding: 2px 0;
  vertical-align: middle;
  white-space: nowrap;
  background: transparent;
  font-size: 1em;
  color: #cecece;
  border: 0; }

/* Two-cell rows: label | dots */
.char-ability-list tr > td:first-child {
  width: auto; }

.char-ability-list tr > td:nth-child(2) {
  width: 160px;
  white-space: nowrap; }

/* One-cell rows: label | dots | notes (+) */
.char-ability-list tr > td:only-child {
  display: grid;
  grid-template-columns: 1fr 160px 28px;
  align-items: center;
  column-gap: 8px; }

.char-ability-list tr > td:only-child b,
.char-ability-list tr > td:only-child u {
  grid-column: 1;
  margin-right: auto; }

.char-ability-list tr > td:only-child :is(Fs3Dots, .fs3-rating-display) {
  grid-column: 2;
  justify-self: start; }

.char-ability-list tr > td:only-child > span :is(Fs3Dots, .fs3-rating-display) {
  grid-column: 2; }

.char-ability-list tr > td:only-child details {
  grid-column: 3;
  justify-self: start;
  margin-left: 0; }

/* Inline items stay tidy */
.char-ability-list td > * {
  display: inline-block;
  vertical-align: middle; }

/* Notes toggle + tooltip */
.notes-toggle {
  list-style: none;
  cursor: pointer;
  font-weight: 700;
  color: #0f0;
  background: rgba(0, 255, 0, 0.1);
  padding: 2px 6px;
  border-radius: 3px;
  border: 1px solid rgba(0, 255, 0, 0.3);
  display: inline-block;
  vertical-align: middle; }

.notes-toggle::-webkit-details-marker {
  display: none; }

.notes-toggle::before {
  content: '+'; }

details[open] .notes-toggle::before {
  content: '−'; }

.char-ability-list td > details {
  position: relative; }

.power-row {
  margin-bottom: 6px; }

.power-name {
  display: inline-flex;
  align-items: center;
  gap: 4px; }

.power-name details.power-notes {
  position: relative;
  display: inline-block;
  margin-left: 4px; }

.power-name summary.notes-toggle {
  display: inline-block !important;
  margin: 0;
  padding: 0 4px;
  cursor: pointer; }

.power-name details.power-notes .notes-tooltip {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  z-index: 1000;
  min-width: 500px;
  max-width: 500px;
  padding: 8px 10px;
  border-radius: 6px;
  background: rgba(0, 0, 0, 0.85);
  border: 1px solid rgba(0, 255, 0, 0.3);
  color: #ccc;
  font-style: italic;
  line-height: 1.4;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
  white-space: pre-line !important;
  overflow-wrap: break-word; }

.power-name details.power-notes[open] .notes-tooltip {
  display: block; }

/* Prevent clipping around cards */
.ab-card, .ab-card-body {
  overflow: visible; }

/* Tooltip anchors in power rows */
.ab-card-body .power-row details {
  position: relative !important;
  display: inline-block;
  vertical-align: baseline;
  margin-left: 4px; }

.ab-card-body .power-row summary.notes-toggle {
  display: inline-block !important;
  margin: 0;
  padding: 0 4px;
  cursor: pointer; }

.ab-card-body .power-row .notes-tooltip {
  position: absolute;
  left: 0;
  top: calc(100% + 6px);
  z-index: 1000;
  min-width: 520px;
  max-width: 520px; }

.ab-card-body .power-row .power-name > details.power-notes {
  position: relative;
  display: inline-block;
  margin-left: 4px; }

/* render YAML/Formatted newlines inside the tooltip */
.power-name details.power-notes .notes-tooltip,
.ab-card-body .power-row .notes-tooltip {
  white-space: pre-line !important; }

/* Two-column “Traits & Tags” */
.ab-card--twocol .tt-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px; }

.tt-col {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  padding: 10px;
  min-width: 0;
  /* prevent overflow */ }

.tt-sub {
  margin: 0 0 8px 0;
  font-size: .85rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #cfe9ff;
  opacity: .9; }

/* make rows breathe a bit inside the columns */
.tt-col .power-row {
  margin-bottom: 6px; }

/* keep tooltips from blasting past column width */
.tt-col .power-name details.power-notes .notes-tooltip {
  max-width: clamp(260px, 44vw, 560px); }

/* stack on narrow screens */
@media (max-width: 980px) {
  .ab-card--twocol .tt-grid {
    grid-template-columns: 1fr; } }

/* FS3 ability editor row */
.fs3-abilitybox {
  display: flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 1rem;
  padding: .25rem 0; }

.fs3-abilitybox > .col,
.fs3-abilitybox > [class*="col-"] {
  float: none !important;
  width: auto !important;
  flex: 0 0 auto !important;
  padding-left: 0;
  padding-right: 0; }

.fs3-abilitybox > .col-sm-7 {
  flex: 1 1 auto !important;
  min-width: 0; }

.fs3-abilitybox > .col-sm-5 {
  margin-left: auto !important;
  flex: 0 0 auto !important; }

.fs3-rating-control {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 0.25rem !important;
  /* absolute override */ }

.fs3-rating-control > * {
  flex: 0 0 auto !important;
  /* stop auto-expansion */
  margin: 0 2px !important;
  /* tiny spacing */ }

.fs3-rating-display {
  display: inline-block;
  width: 2ch;
  text-align: center; }

.power-line {
  display: inline-flex;
  align-items: baseline;
  gap: .35rem;
  /* space between name and dots */
  white-space: nowrap; }

.power-notes {
  display: block;
  /* push notes to next line */
  margin-top: .25rem; }

/* make YAML newlines visible */
.notes-tooltip,
.power-desc {
  white-space: pre-line; }

/* ===== Play Sidebar ===== */
.play-sidebar {
  max-height: 800px;
  overflow: hidden;
  padding: 5px;
  border: 2px solid #3D6685;
  border-radius: 8px; }

/* ===== Ability Blocks / Cards Layout ===== */
.ab-table {
  background: linear-gradient(180deg, #b71919, #7f1212);
  border-radius: 12px;
  padding: 10px;
  color: #fff;
  max-width: 350px; }

.ab-table-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  align-items: start; }

.ab-cell {
  text-align: center; }

.ab-head, .ab-label {
  font-weight: 800;
  font-size: .72rem;
  text-transform: uppercase; }

.ab-label {
  margin-top: 4px; }

/* Info rows (General + Speed) */
.ab-info-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 10px;
  margin-bottom: 12px; }

.ab-info-row .info-cell {
  background: rgba(20, 20, 20, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 6px;
  padding: 6px 10px;
  font-size: .9rem;
  color: #eee; }

.stat-main {
  font-weight: 800;
  margin-left: 6px; }

.stat-dr {
  display: inline-block;
  margin-left: 6px;
  padding: 1px 6px;
  border-radius: 999px;
  background: rgba(0, 255, 0, 0.1);
  border: 1px solid rgba(0, 255, 0, 0.3);
  color: #9ff89f;
  font-weight: 700; }

/* Two-column layout: table | sidebar */
.ab-layout {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 16px;
  align-items: start; }

.ab-table {
  max-width: 400px; }

.ab-layout .ab-side {
  display: grid;
  gap: 16px; }

.ab-card {
  background: rgba(20, 26, 30, 0.85);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
  min-height: 140px; }

.ab-card-title {
  margin: 0 0 8px 0;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  font-size: .9rem; }

.ab-card-body .tag {
  display: inline-block;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 999px;
  padding: 3px 8px;
  margin: 0 6px 6px 0;
  font-size: .8rem; }

.ab-card-body .power-row {
  padding: 6px 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  margin-bottom: 6px; }

@media (max-width: 760px) {
  .ab-layout {
    grid-template-columns: 1fr; }
  .ab-table {
    max-width: 100%; } }

/* Boxes */
.ab-box {
  background: #fffaf7;
  color: #111;
  border-radius: 8px;
  border: 2px solid #fff;
  box-shadow: inset 0 0 0 2px #e6e6e6, 0 2px 0 rgba(0, 0, 0, 0.2);
  display: grid;
  place-items: center;
  height: 44px; }

.ab-box--octo {
  clip-path: polygon(10% 0, 90% 0, 100% 10%, 100% 90%, 90% 100%, 10% 100%, 0 90%, 0 10%); }

.ab-num {
  font-size: 1.2rem;
  font-weight: 900; }

.ab-bonus {
  font-size: 1.1rem;
  font-weight: 900; }

/* ===== Misc ===== */
.badge-likes {
  background-color: red;
  visibility: hidden; }

/* ===== Media Queries for narrow layouts ===== */
@media only screen and (max-width: 700px) {
  .org-template, table, .toc, .topicbox {
    width: 100%; } }

/* Initials column centering */
.ab-initial {
  display: flex;
  align-items: center;
  /* vertical center */
  justify-content: center;
  /* horizontal center */
  font-weight: 800;
  font-size: 1em;
  line-height: 1;
  /* prevents extra vertical padding */
  height: 100%;
  /* match the row height */ }

/* Make room for the initial column on the left */
.ab-table-grid.ab-grid-with-initials {
  display: grid;
  grid-template-columns: 28px repeat(4, 1fr);
  /* initial + 4 data columns */
  gap: 12px; }

/* Blank header over the initials column */
.ab-head--initial {
  opacity: 0; }

/* Style for the single-letter cells */
.ab-initial {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 0.9em;
  letter-spacing: 0.05em; }

.ab-table-header {
  text-align: center;
  font-weight: 800;
  /* keep it bold */
  letter-spacing: 0.05em;
  /* optional, gives it a nice spacing */ }
