/* -------------------------
BASIC CONTAINERS
------------------------- */
@import url("https://fonts.googleapis.com/css?family=Permanent+Marker&display=swap");
@import url("https://fonts.googleapis.com/css?family=Trade+Winds");
::-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: 149px;
  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: "Helvetica Neue", Helvetica, Arial, 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: #16100a;
  color: #dfa973;
  border: none;
  padding: 1px 3px 1px 3px; }

.tooltip-button:hover {
  background-color: #dfa973;
  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; }

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

.ember-basic-dropdown-trigger,
.ember-power-select-option,
.ember-power-select-dropdown.ember-basic-dropdown-content {
  background-color: #16100a;
  color: #faefe4;
  border-color: #634a32; }

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

/* -------------------------
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;
  border-top: 1px solid #634a32;
  border-bottom: 1px solid #634a32; }

.markdown-preview {
  width: 98%;
  min-height: 300px;
  padding: 5px;
  margin: 0px 10px 10px 10px;
  -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: 0;
  margin: 0; }

.markdown-control-toggle {
  margin-left: 10px;
  margin-right: 5px;
  padding: 5px 10px 10px 10px;
  border: 1px solid #634a32;
  background-color: #16100a;
  color: #dfa973; }

.markdown-control-toggle.active {
  background-color: #634a32;
  color: #e8e8d9;
  border-bottom: 0px; }

.toastui-editor-defaultUI-toolbar button {
  background-color: #634a32;
  border-color: #634a32;
  margin: 0px 0px; }

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

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

.toastui-editor-toolbar-divider {
  margin: 7px 12px; }

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

.toastui-editor-popup-body input[type='text'] {
  color: #e8e8d9; }

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

.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: #faefe4;
  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,
.toastui-editor-mode-switch {
  background-color: transparent;
  border-color: transparent;
  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: 1px solid #634a32; }

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

.toastui-editor-mode-switch .tab-item {
  margin-left: 10px;
  background-color: #16100a;
  border-color: #634a32;
  color: #faefe4; }

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

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

a:hover,
a:focus {
  color: #171817;
  background-color: #dfa973;
  text-decoration: none; }

.user-bar {
  padding-right: 10px; }

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

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

.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; }

h2 {
  padding-top: 20px;
  padding-bottom: 10px; }

.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 0;
  border-bottom: 1px solid #634a32; }

.form-item-label {
  font-weight: bold;
  min-width: 300px; }

input,
textarea,
.ember-power-select-trigger,
.ember-basic-dropdown-trigger,
.ember-power-select-search-input,
.ember-text-field {
  background-color: #16100a;
  color: #faefe4;
  border: 1px solid #634a32;
  border-radius: 3px;
  transition: border 0.3s linear;
  padding-top: 4px;
  padding-bottom: 4px;
  max-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; }

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

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

.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: #16100a;
  border: none;
  color: #dfa973;
  text-decoration: none;
  padding: 0px; }

.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  background-color: #dfa973;
  color: #16100a; }

.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; }

.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: #dfa973;
  font-variant: small-caps;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px; }

.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; }

.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%; }

.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: 15px; }

.scene-pose-header {
  font-size: .8em;
  border-top: 1px dashed #634a32;
  padding-top: 10px;
  color: #dfa973;
  margin-bottom: 20px; }

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

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

.scene-ooc-pose {
  margin-left: 25px;
  background-color: #ffffff;
  color: #ffffff;
  padding: 0px 10px 10px 10px; }

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

.scene-log {
  border: 1px solid #634a32;
  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; }

.scene-event {
  background-color: #337ab7; }

.scene-social {
  background-color: #408040; }

.scene-vignette {
  background-color: #b7337a; }

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

.scene-privacy-private {
  background-color: #337ab7; }

.scene-privacy-openstar {
  background-color: #5bc0de; }

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

.scene-pacing-asynchronous {
  background-color: #337ab7;
  color: white; }

.scene-pacing-distracted {
  background-color: #b7337a;
  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: red; }

.pose-divider {
  margin: 20px 25px 20px 25px;
  border: 1px solid #eee;
  align: center;
  height: 1px; }

.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;
  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 {
  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-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; }

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

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

.scene-card-top {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.scene-card-profile {
  flex-basis: 40%; }

.scene-card-demographics {
  flex-basis: 60%; }

@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; } }

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

.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;
  gap: 25px;
  justify-content: space-around; }

.fs3-ability-table {
  min-width: 400px; }

.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: 2em;
  color: #dfa973; }

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

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

.play-hint {
  color: #dfa973;
  margin-left: 5px;
  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 {
  color: #dfa973;
  font-variant: small-caps;
  font-weight: bold;
  margin: 10px 5px 5px 5px; }

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

.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-general {
  background-color: white;
  border: 1px solid gray; }

.job-category-ALERT, .job-category-BUG {
  background-color: red;
  color: white; }

.job-category-BUILD, .job-category-CODE {
  background-color: orange;
  color: black; }

.job-category-APP {
  background-color: purple;
  color: white; }

.job-category-APP, .job-category-REQ {
  background-color: purple;
  color: white; }

.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 0px;
  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-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; }
  .scene-card-top {
    flex-direction: column; }
  .form-item {
    flex-direction: column; }
  .fs3-damage-block {
    flex-direction: column; }
  #sceneMenuCollapseButton {
    display: block; }
  .play-screen {
    flex-direction: column; } }

@media (max-width: 768px) {
  .left-sidebar {
    order: 2; }
  .right-sidebar {
    order: 2; }
  .left-body {
    order: 1; }
  .right-body {
    order: 1; } }

/* Put any custom styles here.  They will override the default styles. */
@font-face {
  font-family: "CloneWars";
  src: url("/game/uploads/fonts/trek.ttf") format("truetype"); }

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

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;
  object-fit: cover;
  font-family: "Lato", san-serif;
  font-size: 16.5px;
  line-height: 1.675;
  background-repeat: no-repeat;
  object-position: top center;
  background-size: 100%;
  min-height: 100vh; }

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

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

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

.body-container {
  padding: 1em;
  margin: 1em 0 0;
  background: rgba(0, 0, 0, 0.65);
  box-shadow: 0 0 0.25em 0.25em rgba(0, 128, 128, 0.85);
  margin-right: 10px;
  /* Add space between main content and sidebar */
  box-sizing: border-box; }

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

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

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

.status-message {
  color: black; }

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

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

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

/* Title stuff */
.site-title {
  color: #000000 !important;
  text-decoration: none;
  font-size: 4em;
  letter-spacing: .05em;
  font-family: 'CloneWars', sans-serif;
  line-height: 1em;
  font-weight: normal;
  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: black;
  text-decoration: none; }

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

.title-wrap {
  height: 155px;
  color: #ffffff;
  padding: 10px;
  padding-left: 20px;
  padding-top: 21px;
  margin: 0px;
  background: transparent; }

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

.header-wrap nav {
  border-radius: 0px;
  z-index: 1;
  min-height: auto;
  border: none;
  padding: 0 10px;
  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%);
  min-height: 40px; }

.user-bar a {
  color: black; }

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

.navbar {
  z-index: 100; }

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

/* Headers, etc. */
.jumbotron {
  font-size: 1.2em;
  background-color: 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: normal;
  line-height: 1em;
  margin-top: 15px;
  font-family: "Gothic", sans-serif; }

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

h1, h2 {
  font-family: "Rose", sans-serif;
  padding-left: 0.0em;
  background: transparent;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding-bottom: .25em;
  background-size: 100% 25px;
  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;
  background-size: 100% 18px;
  align-items: center;
  gap: .5em;
  border-bottom: 3px solid rgba(61, 102, 133, 0.6);
  border-image: linear-gradient(to right, #3D6685, transparent) 27/0 0 3px 0; }

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

.h3, h3 {
  margin-top: 5px;
  margin-bottom: 5px;
  color: #ffffff; }

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

.highlight {
  color: #fff; }

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

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

.btn-primary {
  background-color: #000;
  border-color: #582c51; }

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

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

/* Profiles */
.profile-title {
  background-color: #718c9f;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  margin: 0;
  font-size: 1.5em;
  letter-spacing: 0.1em;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border-radius: 25px; }

/* Updated from table row to div-based selectors */
.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-left: 30px;
  margin-right: 30px;
  padding: 20px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

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

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

/* /chars list */
.log-icon-title-container {
  width: 150px;
  background-color: #718c9f;
  z-index: 98;
  position: relative;
  top: -21px;
  height: 20px;
  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: #000;
  line-height: 1em; }

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

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

blockquote {
  margin: 0.4em 0;
  width: 80%;
  padding: 10px;
  font-size: 1em;
  background-color: #5a4252;
  border: 0px;
  border-left: 1px solid #718c9f;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

/* Templates */
.org-template {
  float: left;
  margin-right: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  border: 3px solid #718c9f;
  width: 450px;
  overflow: hidden; }

.topicbox {
  float: left;
  margin: 5px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
  border: 3px solid #718c9f;
  width: 375px;
  overflow: hidden;
  height: 300px;
  position: relative; }

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

@media only screen and (max-width: 700px) {
  .org-template {
    width: 100%; }
  table {
    width: 100%; }
  .toc {
    width: 100%; }
  .topicbox {
    width: 100%; } }

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

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

/* This sets the colors of the logs */
legend, pre {
  color: #AAA; }

/* Updated for div-based tables instead of actual tables */
.table {
  --bs-table-bg: transparent; }

/* Add new div-based stripes for alternating rows */
.table-striped > div:nth-of-type(odd) {
  background-color: #222; }

/* Keep the original for backward compatibility */
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #222; }

/* This is for picking drop-downs on the profile edit. I only changed 'background-color' */
.ember-power-select-trigger {
  background-color: #718c9f; }

.ember-basic-dropdown-content {
  background-color: #222; }

.dropdown-item {
  color: text-color; }

.dropdown-menu {
  background-color: black; }

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

.ember-basic-dropdown-content:selected {
  color: #000000; }

.ember-power-select-option[aria-current=true] {
  background-color: #718c9f;
  color: #105a8e; }

.ember-power-select-option[aria-selected="true"] {
  background-color: #718c9f;
  color: #105a8e; }

.card {
  color: white; }

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

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

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

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

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

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

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

.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; } }

.panel-heading a {
  color: white; }

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

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

.user-bar {
  opacity: 0.8;
  filter: alpha(opacity=80);
  border-radius: 25px;
  padding-right: 20px;
  font-weight: bold;
  background-color: #3D6685;
  width: auto;
  position: absolute;
  right: 50px;
  padding-top: 10px;
  padding-left: 20px; }

.alert-info, .alert-info a, .alert-info a:hover {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
  a: black; }

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

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

.btn-primary_OLD {
  background-color: #634a32;
  border-color: #eeaa77; }

.btn-primary:active_OLD, .btn-primary:hover_OLD {
  background-color: #EBC278;
  border-color: #EBC278; }

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

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

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

.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; }

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

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

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

/* Character abilities section - updated for div structure */
.char-ability-title {
  font-family: "Rose", san-serif;
  background-color: transparent;
  border: none;
  font-size: 1.75em;
  display: grid;
  background-size: 100% 18px;
  background-position: bottom left;
  background-repeat: no-repeat;
  padding: 0;
  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; }

/* Updated to work with both table cells and div columns */
.char-ability-list td,
.char-ability-list .col {
  background-color: transparent;
  font-size: 1.0em;
  color: #cecece;
  border-bottom: 0px;
  padding: 0px;
  width: 33%; }

/* Add specific styling for Bootstrap columns */
.char-ability-list .row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.char-ability-list .col-sm-4,
.char-ability-list .col-md-4,
.char-ability-list .col-4 {
  background-color: transparent;
  font-size: 1.0em;
  color: #cecece;
  border-bottom: 0px;
  padding: 0px 15px; }

/* Strengthen the header alignment within rows */
.row > .char-ability-title {
  width: 100%;
  padding-left: 15px;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 15px;
  box-sizing: border-box; }

.badge-likes {
  background-color: red;
  visibility: hidden; }

/* Target character sheet sections */
.row .char-ability-title + [class*="col-"] {
  padding-left: 15px; }

/* Ensure tables inside columns align properly */
.row [class*="col-"] .char-ability-list {
  width: 100%;
  margin-left: 0; }

/* Grid system updates for Bootstrap 4/5 compatibility */
/* Ensure rows maintain proper alignment */
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: 0;
  /* Change from -15px to 0 */
  margin-left: 0;
  /* Change from -15px to 0 */
  width: 100%; }

/* Added styles for the new col-based layout */
[class*="col-"] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

/* Profile specific col styling */
.profile-wrap .row {
  margin-bottom: 10px; }

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

/* Responsive col classes */
@media (min-width: 576px) {
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; } }

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

/* Data-related styling for div-based tables */
.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: bold;
  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; }

/* Style the PowerSelect placeholder text to be white */
.ember-power-select-placeholder {
  color: white !important; }

/* Also style the trigger text when no selection is made */
.ember-power-select-trigger-multiple-input::placeholder,
.ember-power-select-search-input::placeholder {
  color: white !important; }

/* Ensure the PowerSelect trigger has white text */
.ember-power-select-trigger {
  color: white !important; }
