@charset "UTF-8";
/* Muted Rainbow */
/* Grayscale */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:ital,wght@0,300;0,400;0,500;0,600;1,400&family=Oswald:wght@300;400;500;600&family=Source+Sans+3:ital,wght@0,300..700;1,300..700&display=swap");
/* -------------------------
BASIC CONTAINERS
------------------------- */
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: #18231e; }

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

body {
  font-size: 14px;
  font-family: "Source Sans 3", Arial, sans-serif;
  line-height: 1.428571429;
  background-color: #0b100e;
  color: #d8d7cf; }

.body-wrap {
  background-color: #0b100e;
  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: #d8d7cf;
  background-color: #111815;
  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: #0b100e; }

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

.tooltip-button:hover,
.tooltip-button > a:hover {
  color: #17271f;
  background-color: #0b100e; }

label {
  font-weight: bold; }

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

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

.hidden {
  display: none !important; }

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

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

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

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

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

.dropdown-divider {
  background-color: #91b89b; }

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

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

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

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

.card.markdown-editor {
  margin-bottom: 5px; }

.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: #0b100e;
  color: #d8d7cf;
  border: 1px solid #3f5648; }

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

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

.markdown-controls a:hover {
  color: #17271f;
  background-color: #0b100e; }

.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: #17271f;
  color: #e6e3d8;
  border-bottom: 0px;
  border-radius: 4px 4px 0px 0px;
  font-weight: 700; }

.markdown-format-controls {
  background-color: #17271f;
  border-color: #5f8f70;
  padding: 5px 10px 5px 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 6px; }

.markdown-control-divider {
  margin: 5px; }

.markdown-format-controls button {
  background-color: #23272a;
  border-color: #171a1c;
  color: #B3B3B3;
  margin: 0px 0px; }

/* -------------------------
CALENDAR (Flatpickr)
------------------------- */
.flatpickr-calendar {
  background: #3a4146;
  box-shadow: none;
  border: 1px solid #3f5648;
  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: #91b89b;
  border-color: #91b89b;
  color: #101310; }

.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: #17271f;
  border: #17271f;
  color: #e6e3d8; }

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

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

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

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

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

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

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

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

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

.toc {
  padding: 10px;
  background-color: #111815;
  color: #d8d7cf;
  width: 300px;
  max-width: 100%;
  border: 1px solid #3f5648;
  box-shadow: 5px 5px 5px #91b89b;
  padding: 15px;
  margin: 15px 15px 15px 0px;
  border-radius: 8px; }

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

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

h1 {
  background-color: #17271f;
  padding: .1em 1.2em;
  color: #e6e3d8;
  font-weight: normal;
  border: 3px solid #5f8f70;
  letter-spacing: 0.1em;
  margin: 0px 0px 10px 0px;
  font-family: "Oswald", Impact, sans-serif; }

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

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

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

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

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

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: #111815;
  color: #d8d7cf;
  border: 0px;
  border-left: 1px solid #91b89b;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

pre code {
  border: 2px solid #3f5648;
  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: #17271f;
  color: #e6e3d8;
  padding: 8px; }

td {
  border-bottom: 1px solid #3f5648;
  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: #0b100e;
  color: #d8d7cf;
  border: 1px solid #3f5648; }

form {
  padding-bottom: 50px;
  background-color: #0b100e;
  color: #d8d7cf; }

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

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

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

input {
  color: #7c858a;
  outline: 0;
  border: 2px solid #3f5648;
  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 #3f5648;
  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: #91b89b;
  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: #0b100e;
  --bs-body-color: #d8d7cf;
  --bs-border-color: #3f5648; }

.navbar {
  margin-bottom: 0px; }

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

.badge-primary {
  background-color: #17271f;
  color: #e6e3d8; }

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

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

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

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active > a:hover,
.nav-tabs .nav-link.active > a:focus {
  background-color: #17271f;
  color: #e6e3d8; }

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

.card {
  background-color: #111815;
  border-color: #3f5648;
  margin-bottom: 20px;
  border-radius: 4px; }

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

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

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

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

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

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

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #17271f;
  border-color: #5f8f70;
  color: #e6e3d8; }

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #0b100e;
  border-color: #3f5648;
  color: #d8d7cf; }

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

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

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

.dropdown-item.active, .dropdown-item:active {
  background-color: #17271f;
  color: #e6e3d8; }

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #91b89b;
  color: #101310; }

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

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

/* --------------------------
ALERTIFY DIALOGS
---------------------------*/
.alertify-notifier .ajs-message.ajs-success {
  background-color: #17271f;
  color: #e6e3d8; }

/* --------------------------
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 #3f5648;
  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: "Oswald", Impact, sans-serif;
  text-transform: uppercase; }

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

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

footer a {
  color: #3f5648; }

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

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

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

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

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

.search-bar {
  padding: 10px; }

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

.search-hint {
  color: #858b84;
  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 #3f5648; }

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

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

.hint {
  color: #858b84;
  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: #858b84;
  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: #0b100e;
  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: #3f5648; }

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

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

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

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

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

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

#sceneMenuCollapseButton {
  display: none; }

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

.app-status {
  padding: 10px; }

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

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

.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: #858b84;
  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 #3f5648;
  padding-top: 10px;
  color: #858b84;
  margin-bottom: 10px; }

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

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

.scene-ooc-pose {
  background-color: #111815;
  color: #d8d7cf;
  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: #858b84;
  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: #202c25; }

.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: #202c25;
  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: #e6e3d8; }

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

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

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

.bg-ooc {
  background-color: #17271f;
  border: 1px solid #3f5648; }

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

.log-wrap {
  border-radius: 8px;
  border: 1px solid #5f8f70;
  background-color: #0b100e;
  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 #111815; }

.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 #3f5648;
  background: #111815;
  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: #111815;
  border: 1px solid #3f5648; }

.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: #17271f;
  color: #e6e3d8;
  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: #3f5648;
  padding: 10px; }

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

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

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

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

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

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

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

/* -------------------------
PLOTS SCREEN
-------------------------- */
.plot-container {
  margin-bottom: 20px;
  background-color: #111815;
  border: 1px solid #3f5648; }

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

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

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

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

.plot-summary {
  padding: 5px; }

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

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

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

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

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

.profile-gallery-input code {
  color: #d8d7cf;
  background-color: #0b100e; }

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

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

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

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

.profile-divider {
  background-color: #17271f;
  color: #e6e3d8;
  padding: 10px;
  margin-top: -21px;
  margin-bottom: -10px; }

.profile-wrap {
  border: 1px solid #5f8f70;
  background-color: #0b100e;
  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 #3f5648; }

.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: #17271f;
  padding: .1em 1.2em;
  color: #e6e3d8;
  font-weight: normal;
  border: 3px solid #5f8f70;
  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: #202c25;
  margin-right: 15px; }

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

.relationship-details {
  flex-basis: 90%; }

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

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

.status-message {
  color: #101310;
  background-color: #91b89b;
  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: #858b84; }

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

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

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

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

.roster-table {
  width: 100%; }

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

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

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

.roster-char-title {
  font-size: 1.5em;
  background-color: #17271f;
  padding: .1em 1.2em;
  color: #e6e3d8;
  font-weight: normal;
  border: 3px solid #5f8f70;
  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 #3f5648;
  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 #3f5648;
  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: #d8d7cf; }

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

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

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

.chat-button-active {
  color: #e6e3d8;
  background-color: #17271f; }

.chat-button-active:focus {
  color: #e6e3d8;
  background-color: #17271f; }

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

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

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

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

.chat-msg-flagged {
  border: 1px solid #3f5648;
  background-color: #111815; }

.play-section-title {
  font-variant: small-caps;
  margin: 10px 5px 5px 5px;
  font-weight: 400;
  font-family: "Oswald", Impact, 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, .play-selector:focus {
  background-color: #91b89b;
  color: #101310; }

.play-selector-active {
  background-color: #91b89b;
  color: #101310; }

.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 #3f5648; }

.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 #3f5648; }

.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 #3f5648; }

.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: #17271f;
  color: #e6e3d8; }

.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 #3f5648;
  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: #17271f;
  color: #e6e3d8;
  padding: 5px;
  margin: 0px; }

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

.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 #3f5648;
  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: #17271f;
  color: #e6e3d8;
  padding: 5px;
  margin: 0px; }

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

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

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

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

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

.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 #3f5648;
  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 #3f5648;
  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 #3f5648;
  padding: 5px;
  margin: 5px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

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

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

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

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

.diff ul {
  background-color: #0b100e; }

.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: #858b84;
  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 #3f5648;
  padding: 10px; }

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

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

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

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

.teststyle {
  color: green; }

@media (max-width: 1200px) {
  .left-sidebar {
    order: 2; }
  .right-sidebar {
    order: 2; }
  .site-title {
    font-size: 2em;
    max-height: 50px; }
  h1, h2 {
    font-size: 1.5em; }
  h3 {
    font-size: 1.25em; }
  .char-ability-title {
    font-size: 1.25em; }
  .body-wrap {
    flex-direction: column; }
  .profile-wrap {
    padding: 5px;
    flex-direction: column; }
  .profile-box {
    padding: 5px;
    margin: 5px; }
  .log-wrap {
    padding: 5px; }
  .log-box {
    padding: 5px;
    margin: 5px; }
  .container {
    padding-left: 0px;
    padding-right: 0px; }
  .profile-image-wrap, .profile-demo-wrap {
    padding: 5px; }
  .xp-ability {
    min-height: 100px; }
  .wiki-page-columns {
    column-count: 1; }
  .char-achievements {
    column-count: 1; }
  .navbar-collapse {
    background-color: #0b100e; }
  .navbar-collapse ul {
    padding: 5px; }
  .navbar-dark .navbar-nav .nav-link {
    color: #d8d7cf; }
  .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%; }
  .markdown-format-controls {
    font-size: .8em; } }

@media screen and (max-width: 1469.98px) {
  body, .code-editor {
    font-size: 0.9em; } }

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

.ansi-green-bg {
  background-color: #446d4d; }

.alert p {
  margin: 0 !important; }

::-webkit-resizer {
  border-color: transparent; }

html {
  background: #070a08; }

body {
  font-family: "Source Sans 3", Arial, sans-serif;
  font-size: 1em;
  line-height: 1.58;
  color: #d8d7cf;
  background-color: #0b100e;
  background-image: radial-gradient(circle at 16% 4%, rgba(75, 105, 84, 0.12), transparent 30rem), radial-gradient(circle at 78% 18%, rgba(32, 51, 40, 0.1), transparent 36rem), repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.009) 0, rgba(255, 255, 255, 0.009) 1px, transparent 1px, transparent 4px), linear-gradient(180deg, #0b100e 0%, #080c0a 100%);
  background-attachment: fixed;
  letter-spacing: 0.006em; }

::selection {
  color: #081009;
  background: #91b89b; }

hr {
  border: 0;
  border-top: 1px solid rgba(95, 143, 112, 0.35);
  opacity: 1; }

small, .text-muted, .timestamp-tip, .hint {
  color: #858b84 !important; }

a {
  color: #91b89b;
  text-decoration-color: rgba(145, 184, 155, 0.45);
  text-underline-offset: 3px; }

a:hover, a:focus {
  font-weight: inherit;
  color: #c1d8c7;
  background: transparent;
  text-decoration: underline;
  text-decoration-thickness: 1px; }

.body-wrap {
  display: grid;
  width: 100%;
  max-width: 1720px;
  margin: 0 auto;
  padding: 1.4rem 1.25rem 2rem;
  gap: 1.25rem;
  grid-template-columns: minmax(0, 1fr) minmax(285px, 340px); }

.body-container {
  min-width: 0;
  color: #d8d7cf;
  border: 1px solid rgba(95, 143, 112, 0.32);
  border-radius: 0;
  box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.018);
  padding: 1.35rem 1.5rem;
  background-color: #0b100e;
  background-image: linear-gradient(135deg, rgba(16, 23, 19, 0.965), rgba(8, 13, 10, 0.985)), url("/game/uploads/theme_images/dg-paper-texture.jpg");
  background-repeat: no-repeat, repeat;
  background-size: auto, 700px auto;
  background-blend-mode: normal, multiply; }

.body-container p {
  margin-bottom: 1em; }

.alert {
  padding: 2px;
  text-align: center;
  border-radius: 0;
  border: 1px solid #3f5648;
  background: #101713;
  color: #d8d7cf; }

.alert-warning {
  text-align: left;
  padding: 10px;
  color: #e5dec0;
  background: #272317;
  border-color: #6f6541; }

.alert-danger, .alert-error {
  color: #ead5d2;
  background: #271514;
  border-color: #714943; }

.alert-success {
  color: #d7e5d8;
  background: #142219;
  border-color: #4d7557; }

.notification-bell {
  color: #91b89b !important;
  background: transparent !important; }

@media screen and (max-width: 575.98px) {
  .scene-card-top {
    display: block !important; } }

@media screen and (min-width: 991.98px) and (max-width: 1469.98px) {
  .profile-wrap {
    grid-template-columns: 300px auto;
    gap: 10px; } }

@media screen and (max-width: 991.98px) {
  .profile-wrap {
    display: block !important; }
  .profile-image-wrap {
    transform: none !important;
    margin: 20px auto !important; }
  .profile-box {
    margin: 10px auto; } }

@media screen and (max-width: 991.98px) {
  .play-screen {
    display: block !important; }
  .play-main h3 {
    width: calc(100% - 170px); } }

@media screen and (max-width: 991.98px) {
  .body-wrap {
    display: block !important; } }

@media screen and (max-width: 1399.98px) {
  .site-title {
    font-size: 4rem; }
  h1, .h1 {
    font-size: 2.2rem; }
  .jumbotron {
    padding: 3rem; }
  .jumbotron-tagline {
    font-size: 2.1rem; } }

@media screen and (max-width: 991.98px) {
  .header-wrap {
    height: 200px !important; }
  .title-wrap {
    height: 148px !important; }
  .navbar-collapse {
    width: 100%;
    max-width: 340px;
    background: #080d0a !important;
    border: 1px solid #3f5648;
    border-top: 0; }
  .body-wrap {
    width: 100%;
    display: block !important;
    padding: 0.75rem; }
  .sidebar {
    margin-top: 1rem; }
  .profile-wrap {
    display: block !important; }
  .profile-image-wrap {
    transform: none !important; }
  .play-screen {
    display: block !important;
    background: transparent;
    border: 0; }
  .play-sidebar {
    margin-bottom: 1px;
    border: 1px solid #3f5648; }
  .play-main {
    border: 1px solid #3f5648; } }

@media screen and (max-width: 575.98px) {
  body {
    font-size: 0.94em; }
  .header-wrap {
    background-position: center, center, 62% center; }
  .site-title {
    font-size: 2.65rem;
    text-align: left; }
  .site-subtitle {
    font-size: 0.62rem;
    text-align: left; }
  .body-wrap {
    padding: 0; }
  .body-container {
    padding: 1rem;
    border-left: 0;
    border-right: 0; }
  h1, .h1 {
    font-size: 1.55rem !important; }
  .jumbotron {
    min-height: 430px;
    padding: 2rem 1.2rem;
    border-left: 0;
    border-right: 0; }
  .jumbotron img {
    display: block;
    width: 86%; }
  .jumbotron::after {
    right: 0.8rem;
    font-size: 0.52rem; }
  .profile-item {
    grid-template-columns: 1fr;
    gap: 0.15rem; }
  .relationship-row {
    display: block; }
  .relationship-icon-container, .relationship-icon {
    width: 100%;
    height: auto;
    max-width: 180px; }
  .log-box, .scene-log {
    padding: 1rem;
    border-left-width: 2px; } }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.001ms !important;
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important; } }

@media screen and (max-width: 575.98px) {
  .site-title {
    font-size: 3rem; }
  h1, .h1 {
    font-size: 1.8rem; }
  .jumbotron {
    padding: 1.5rem; }
  .jumbotron-tagline {
    font-size: 1.55rem; } }

.code-editor {
  color: #858b84; }

@media screen and (min-width: 1469.98px) {
  .code-editor {
    font-size: 0.9em; } }

textarea, input, .markdown-preview {
  color: #d8d7cf;
  scrollbar-color: #91b89b transparent;
  scrollbar-width: thin;
  width: 100%; }

.create-job-row > input[type="text"], .create-job-row > .ember-basic-dropdown-trigger {
  width: calc(100% - 210px); }

input[type="checkbox"] {
  width: unset; }

.markdown-format-controls {
  height: 45px; }

.markdown-format-controls button {
  width: 35px; }

.markdown-editor textarea {
  border: 0; }

@media screen and (max-width: 767.98px) {
  .markdown-format-controls {
    height: 35px !important;
    overflow-x: auto;
    flex-wrap: nowrap;
    scrollbar-width: thin;
    scrollbar-color: #0b100e auto !important;
    scrollbar-gutter: stable; } }

.form-item {
  border: 0; }

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

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

input, textarea, select, .form-control, .ember-basic-dropdown-trigger, .markdown-preview, .code-editor {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  color: #dbe0da !important;
  background-color: #090e0b !important;
  border-color: #435549 !important;
  border-radius: 0 !important;
  box-shadow: none !important; }

input::placeholder, textarea::placeholder {
  color: #6f7770 !important;
  opacity: 1; }

input:focus, textarea:focus, select:focus, .form-control:focus, .ember-basic-dropdown-trigger:focus {
  outline: 0;
  border-color: #5f8f70 !important;
  box-shadow: 0 0 0 1px rgba(95, 143, 112, 0.3) !important; }

.markdown-editor, .card-body.markdown-editor {
  background: #0c120f;
  border: 1px solid #3f5648;
  border-radius: 0; }

.markdown-format-controls, .markdown-controls {
  background: #101713;
  border-bottom: 1px solid rgba(95, 143, 112, 0.28); }

@media screen and (min-width: 1199.98px) and (max-width: 1469.98px) {
  .title-wrap {
    height: 150px; }
  .header-wrap {
    height: 210px; } }

@media screen and (min-width: 991.98px) and (max-width: 1199.98px) {
  .title-wrap {
    height: 150px; }
  .header-wrap {
    height: 210px; } }

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

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

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

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

@media screen and (max-width: 991.98px) {
  .title-wrap {
    height: 148px !important; }
  .header-wrap {
    height: 200px !important; }
  .navbar-collapse {
    background-color: #23272a !important; }
  .account-actions {
    display: none; } }

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

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

@media screen and (max-width: 700px) {
  .wiki-page-nav:not(.action-buttons) {
    display: grid;
    justify-content: initial;
    height: fit-content;
    padding: 5px 0px; } }

.wiki-page-nav a {
  text-align: right; }

.header-wrap {
  height: 210px;
  border-bottom: 1px solid #3f5648;
  background-color: #080d0a;
  background-image: linear-gradient(90deg, rgba(4, 8, 6, 0.98) 0%, rgba(4, 8, 6, 0.87) 50%, rgba(4, 8, 6, 0.58) 100%), repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(255, 255, 255, 0.012) 4px), url("/game/uploads/theme_images/dg-boston-header.png");
  background-position: center, center, center 46%;
  background-size: auto, auto, cover;
  box-shadow: inset 0 -34px 70px rgba(0, 0, 0, 0.38); }

.title-wrap {
  height: 150px;
  background: transparent !important; }

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

.site-title {
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 500;
  font-size: 5.25rem;
  line-height: 0.92;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #e8e6de;
  text-shadow: 0 1px 0 #000, 0 0 24px rgba(0, 0, 0, 0.75); }

.site-subtitle {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.20em;
  text-transform: uppercase;
  color: #91b89b; }

.site-subtitle::before {
  content: "/// ";
  color: #5f8f70; }

.user-bar, .account-actions {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.74rem;
  letter-spacing: 0.04em; }

footer {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.64rem;
  letter-spacing: 0.045em;
  color: #69716b;
  border-top: 1px solid #263129;
  padding: 1rem 0 2rem; }

footer a {
  color: #7f9585; }

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

.jumbotron {
  position: relative;
  min-height: 510px;
  overflow: hidden;
  padding: 4.25rem;
  color: #e5e5dd;
  background-color: #0a100c;
  background-image: linear-gradient(90deg, rgba(7, 14, 10, 0.96) 0%, rgba(7, 14, 10, 0.79) 48%, rgba(7, 14, 10, 0.32) 100%), repeating-linear-gradient(0deg, transparent 0, transparent 3px, rgba(255, 255, 255, 0.011) 4px), url("/game/uploads/theme_images/dg-boston-skyline.png");
  background-position: center, center, center;
  background-size: auto, auto, cover;
  border: 1px solid #3f5648;
  border-radius: 0;
  box-shadow: inset 0 0 90px rgba(0, 0, 0, 0.48); }

.jumbotron::after {
  content: "RESTRICTED // BOSTON AOR";
  position: absolute;
  right: 1.4rem;
  bottom: 1rem;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.62rem;
  letter-spacing: 0.14em;
  color: rgba(169, 192, 175, 0.58); }

.jumbotron img {
  display: block;
  width: 72%;
  max-width: 520px;
  max-height: 180px;
  object-fit: contain;
  object-position: left center;
  margin: 0 0 2rem;
  filter: grayscale(1) contrast(1.13) brightness(1.16); }

.jumbotron-tagline {
  max-width: 690px;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 2.55rem;
  line-height: 1.32;
  color: #f0eee7; }

.splash {
  max-width: 680px;
  font-size: 1.02rem;
  line-height: 1.72; }

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

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

h1, .h1 {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-weight: 400;
  font-size: 2.55rem;
  line-height: 1.24;
  letter-spacing: 0.01em;
  text-transform: none;
  color: #eceae3;
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(95, 143, 112, 0.45);
  padding: 0.3em 0 0.55em;
  margin: 0 0 1.15rem; }

h1::before, .h1::before {
  content: "// ";
  color: #5f8f70; }

h2, .h2 {
  padding-bottom: 10px;
  font-family: "Oswald", Impact, sans-serif;
  font-weight: 400;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #e4e4dd; }

h3, .h3 {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #91b89b; }

h4, .h4, h5, .h5, h6, .h6 {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  color: #cdd1cc; }

.toc::after {
  clear: both; }

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

.toc {
  margin: 15px 0px 15px 15px;
  float: right;
  width: 100%;
  max-width: 350px;
  color: #d8d7cf;
  background: #101713;
  border: 1px solid #3f5648;
  border-left: 3px solid #5f8f70;
  border-radius: 0;
  box-shadow: none; }

.toc h4 {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 1rem;
  letter-spacing: 0.1em; }

.wiki-page-nav {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.77rem;
  letter-spacing: 0.04em; }

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

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

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

.navbar, .header-wrap nav {
  background: rgba(5, 9, 7, 0.96) !important;
  border-top: 1px solid rgba(95, 143, 112, 0.18);
  border-bottom: 1px solid rgba(95, 143, 112, 0.5);
  box-shadow: 0 9px 24px rgba(0, 0, 0, 0.22); }

.navbar-dark .navbar-nav .nav-link {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.77rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.10em;
  text-transform: uppercase;
  color: #b9c0ba;
  padding: 1rem 0.9rem; }

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link.active {
  color: #f0efe9;
  background: rgba(95, 143, 112, 0.12);
  text-decoration: none; }

.navbar-dark .navbar-toggler {
  border: 1px solid #3f5648;
  border-radius: 0; }

.dropdown-menu {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.78rem;
  background: #0c120f;
  border: 1px solid #3f5648;
  border-top: 3px solid #5f8f70;
  border-radius: 0;
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.48); }

.dropdown-item {
  color: #d8d7cf;
  padding: 0.55rem 0.85rem; }

.dropdown-item:hover, .dropdown-item:focus {
  color: #fff;
  background: #17271f; }

.dropdown-divider {
  border-color: rgba(95, 143, 112, 0.3);
  background: transparent; }

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

@media screen and (min-width: 991.98px) and (max-width: 1469.98px) {
  .sidebar {
    min-width: 300px;
    width: 300px; } }

.sidebar {
  background: transparent; }

.sidebar-box, .sidebar-box-right {
  color: #d8d7cf;
  border: 1px solid rgba(95, 143, 112, 0.38);
  border-radius: 0;
  margin: 0 0 1rem;
  padding: 0 1rem 1rem;
  box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
  background-color: #0d1511;
  background-image: linear-gradient(180deg, rgba(21, 30, 25, 0.98), rgba(11, 17, 14, 0.99)), url("/game/uploads/theme_images/dg-paper-texture.jpg");
  background-repeat: no-repeat, repeat;
  background-size: auto, 700px auto;
  background-blend-mode: normal, multiply; }

.sidebar-heading h2 {
  font-variant: none;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #dce1dc;
  background: transparent;
  border-bottom: 1px solid rgba(95, 143, 112, 0.45);
  padding: 0.95rem 0.1rem 0.68rem;
  margin: 0 0 0.85rem; }

.sidebar-heading h2::before {
  content: "FILE //";
  color: #5f8f70;
  margin-right: 0.6rem; }

.sidebar-heading h2 i {
  margin-left: auto;
  color: #5f8f70; }

.sidebar-list, .sidebar-box p {
  line-height: 1.45; }

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

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

.profile-title {
  display: block; }

.profile-wrap {
  border-radius: 0;
  display: grid;
  justify-content: unset;
  background-image: url(/game/uploads/theme_images/dg-boston-skyline.png);
  grid-template-columns: minmax(260px, 340px) minmax(0, 1fr);
  gap: 2rem;
  border: 0;
  margin-top: 0.7rem; }

.profile-image-wrap {
  flex-basis: 40%;
  position: relative;
  width: fit-content;
  max-width: 100%;
  padding: 12px;
  margin: 0 auto 1rem;
  background: #bdb8aa;
  border: 1px solid #6c6b63;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.52);
  transform: rotate(-0.35deg); }

.profile-image-wrap::before {
  content: "PERSONNEL FILE // VISUAL ID";
  display: block;
  margin: 0 0 8px;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.61rem;
  font-weight: 600;
  letter-spacing: 0.14em;
  color: #2a2e29; }

.profile-image {
  width: auto;
  min-width: 0;
  max-width: 100%;
  border: 1px solid #5f615b;
  filter: grayscale(1) sepia(0.08) contrast(1.06) brightness(0.84); }

.profile-box {
  margin: 0 auto;
  width: 100%;
  color: #d8d7cf;
  border: 1px solid #3f5648;
  border-radius: 0;
  background-color: rgba(10, 15, 12, 0.91);
  background-image: linear-gradient(rgba(10, 15, 12, 0.92), rgba(10, 15, 12, 0.92)), url("/game/uploads/theme_images/dg-paper-texture.jpg");
  background-repeat: repeat;
  background-size: auto, 700px auto;
  background-blend-mode: normal, multiply; }

.profile-demographics > .profile-item:first-of-type {
  display: block;
  margin: 0 0 0.6rem;
  padding: 1rem 1.2rem;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 1.35rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  background: #17271f;
  border: 0;
  border-left: 3px solid #5f8f70; }

.profile-item {
  display: grid;
  grid-template-columns: minmax(125px, 27%) minmax(0, 1fr);
  gap: 0.75rem;
  margin: 0 0.8rem;
  padding: 0.46rem 0;
  border-bottom: 1px solid rgba(95, 143, 112, 0.17); }

.profile-item-name {
  padding-left: 0;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.71rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #858b84; }

.profile-item-value {
  color: #dedfd8; }

.profile-divider {
  margin-left: 10px;
  margin-right: 10px;
  padding: 5px;
  border-color: rgba(95, 143, 112, 0.28); }

.status-message {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.78rem;
  color: #d8d7cf;
  background: #15231b;
  border-left: 3px solid #5f8f70; }

.relationship-row {
  display: grid;
  grid-template-columns: 135px minmax(0, 1fr);
  color: #d8d7cf;
  background: #0e1511;
  border: 1px solid #3f5648;
  border-left: 3px solid #5f8f70; }

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

.relationship-icon {
  filter: grayscale(0.82) contrast(1.07) brightness(0.88); }

.relationship-name {
  width: calc(100% - 50px);
  display: inline-grid;
  font-family: "IBM Plex Mono", "Courier New", monospace; }

.profile-gallery img, .thumbnail-gallery-item img, .char-icon-container img {
  filter: grayscale(0.6) contrast(1.04) brightness(0.92); }

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

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

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

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

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

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

.nav-tabs {
  flex-flow: row;
  scrollbar-width: thin;
  scrollbar-color: #0b100e #5f8f70;
  border-bottom: 1px solid #3f5648; }

.nav-tabs .nav-link {
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.73rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #9da49e;
  background: #0d1410;
  border: 1px solid transparent;
  border-right: 1px solid #27342c;
  border-radius: 0 !important; }

.nav-tabs .nav-link:hover {
  color: #dce2dd;
  background: #17231c;
  border-color: #3f5648; }

.nav-tabs .nav-link.active {
  height: auto;
  font-weight: 600;
  color: #edf0eb;
  background: #17271f;
  border: 1px solid #5f8f70;
  border-bottom-color: #17271f; }

.tab-content {
  min-height: 50px;
  color: #d8d7cf;
  border: 1px solid #3f5648;
  border-radius: 0;
  padding: 1.15rem;
  background-color: rgba(9, 14, 11, 0.89);
  background-image: linear-gradient(rgba(9, 14, 11, 0.9), rgba(9, 14, 11, 0.9)), url("/game/uploads/theme_images/dg-paper-texture.jpg");
  background-repeat: repeat;
  background-size: auto, 700px auto;
  background-blend-mode: normal, multiply; }

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

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

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

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

.profile-gallery img:hover, .thumbnail-gallery-item img:hover {
  filter: grayscale(0.15) contrast(1.04) brightness(1);
  transform: scale(1.75);
  transition: all 500ms; }

@media screen and (max-width: 1469.98px) {
  .play-screen {
    grid-template-columns: 300px auto; } }

.play-title {
  display: none; }

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

.scene-controls-right, .scene-controls-left {
  padding: 0; }

.scene-char-select .ember-basic-dropdown-trigger {
  min-width: unset; }

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

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

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

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

#chat-window {
  border: 0; }

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

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

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

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

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

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

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

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

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

.chat-controls > .btn-link > .fas {
  visibility: visible;
  font-size: 1.1rem;
  margin-left: 1em; }

.chat-controls > .btn-link {
  visibility: hidden;
  font-size: 0;
  padding: 0; }

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

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

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

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

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

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

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

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

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

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

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

.play-section-title .tooltip-button a, .play-section-title .tooltip-button {
  color: #91b89b; }

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

.form-item-entry [class*=hint--] {
  display: inline-block; }

.btn-link.play-selector:hover, .btn-link.play-selector:hover .bg-primary, .btn-link.play-selector:active, .btb-link.play-selector:focus {
  background-color: #91b89b !important; }

.markdown-editor.card, .card-body.markdown-editor {
  margin-bottom: 0; }

.body-wrap:has(.play-screen), .body-wrap:has(.play-scene-controls-wrap), .body-wrap:has(.live-scene-controls) {
  max-width: none;
  grid-template-columns: minmax(0, 1fr); }

.body-wrap:has(.play-screen) .body-container, .body-wrap:has(.play-scene-controls-wrap) .body-container, .body-wrap:has(.live-scene-controls) .body-container {
  width: 100%;
  max-width: none;
  min-width: 0; }

.play-screen {
  display: grid;
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 1px;
  overflow: hidden;
  background: #3f5648;
  border: 1px solid #3f5648; }

.play-sidebar {
  height: fit-content;
  color: #d8d7cf;
  background: linear-gradient(180deg, #131f19, #0c120f);
  padding: 0.7rem;
  border: 0; }

.play-section-title {
  font-variant: none;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.73rem;
  font-weight: 500;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  color: #91b89b;
  border-bottom: 1px solid #3f5648;
  padding: 0.76rem 0.45rem; }

.play-section-title::before {
  content: "// ";
  color: #5f8f70; }

.btn-link.play-selector {
  width: 100%;
  text-align: left;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.76rem;
  color: #bcc4bd;
  border-left: 2px solid transparent;
  border-radius: 0; }

.btn-link.play-selector:hover, .btn-link.play-selector:hover .bg-primary, .btn-link.play-selector:active, .btn-link.play-selector:focus {
  color: #ecf0ec;
  background: rgba(95, 143, 112, 0.16) !important;
  border-left-color: #5f8f70; }

.btn-link.play-selector-active {
  color: #eef1ee;
  background: #0a100d;
  border-left: 2px solid #91b89b; }

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

.play-main {
  min-width: 0;
  padding: 1.15rem 1.35rem;
  background: #090e0b; }

.play-main h3 {
  margin-top: 2px;
  margin-bottom: 0;
  position: absolute;
  font-size: 1rem;
  color: #91b89b; }

.play-scene-context-prompt {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.78rem;
  color: #aeb8b0;
  letter-spacing: 0.03em; }

.scene-controls-box {
  color: #d8d7cf;
  background: #111914 !important;
  border: 1px solid #3f5648;
  padding: 0.7rem; }

.chat-controls {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  column-gap: 0.5em;
  margin: 10px 10px 0 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(95, 143, 112, 0.4); }

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

.scene-pose-header {
  margin: 1.25rem 0 0.32rem;
  padding: 0.22rem 0.58rem;
  background: transparent;
  border: 0;
  border-left: 2px solid #5f8f70; }

.scene-pose-header .btn-link {
  background-color: transparent;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #91b89b; }

.scene-pose {
  line-height: 1.68;
  padding: 0 0.8rem 0.72rem;
  border-bottom: 1px solid rgba(95, 143, 112, 0.14); }

.small-profile-icon {
  border-radius: 0;
  border: 1px solid #506056;
  filter: grayscale(0.8) contrast(1.06) brightness(0.9); }

.scene-system-pose {
  margin: 0.8rem 0;
  padding: 0.55rem 0.72rem;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.76rem;
  color: #a3ada5;
  background: rgba(95, 143, 112, 0.075);
  border-left: 2px solid #425e4c; }

.scene-ooc-pose {
  margin: 0px 0px 10px 6.5px;
  margin-left: 0;
  padding: 0.5rem 0.7rem;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.76rem;
  color: #adb5ae;
  background: #111713;
  border: 1px dashed #3f5145; }

.bg-ooc {
  background: #465c4c !important; }

.timestamp-tip {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.63rem;
  letter-spacing: 0.02em; }

.pose-divider {
  height: 1px;
  margin: 1.5rem 0;
  background: linear-gradient(90deg, transparent, #3f5648 15%, #3f5648 85%, transparent);
  border: 1px inset #0b100e; }

.scene-log {
  border: 0; }

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

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

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

.log-wrap {
  max-width: 1120px;
  margin: 0 auto; }

.log-box, .scene-log {
  color: #d8d7cf;
  border: 1px solid #3f5648;
  border-left: 3px solid #5f8f70;
  border-radius: 0;
  padding: 1.4rem 1.5rem;
  box-shadow: 0 16px 34px rgba(0, 0, 0, 0.16);
  background-color: #0a100c;
  background-image: linear-gradient(180deg, rgba(13, 19, 15, 0.98), rgba(8, 13, 10, 0.99)), url("/game/uploads/theme_images/dg-paper-texture.jpg");
  background-repeat: no-repeat, repeat;
  background-size: auto, 700px auto;
  background-blend-mode: normal, multiply; }

.log-box b, .scene-log b {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.075em;
  text-transform: uppercase;
  color: #858b84; }

.badge {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.62rem;
  font-weight: 500;
  letter-spacing: 0.065em;
  text-transform: uppercase;
  border-radius: 0;
  box-shadow: none; }

.scene-social, .scene-privacy-open, .scene-pacing-traditional {
  background: #496b54; }

.scene-vignette {
  text-transform: uppercase;
  background: #5d5368; }

.scene-event, .scene-pacing-asynchronous, .scene-privacy-private {
  background: #485f64; }

.scene-text, .scene-pacing-distracted {
  background: #68475a; }

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

.scene-story {
  text-transform: uppercase;
  background: #785b3e; }

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

.badge-likes {
  box-shadow: none;
  background: #6f4744; }

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

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

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

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

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

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

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

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

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

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

.plots-list td:first-of-type {
  background-color: #111815 !important;
  border-top: 2px solid #91b89b; }

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

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

.plots-list thead {
  display: none; }

.plots-list td:nth-of-type(2)::before {
  content: "";
  font-weight: bold;
  font-family: "FontAwesome";
  display: inline-block;
  margin-right: 2px;
  color: #91b89b; }

.plots-list td:first-child, .plots-list td:first-of-type {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  color: #e5e8e4;
  background: #17271f !important;
  border-top-color: #5f8f70; }

.plots-list td:last-child {
  flex-basis: 100%;
  border-bottom: 1px solid #91b89b !important;
  border-top: 1px inset #5f8f70 !important;
  border-bottom-color: #5f8f70 !important;
  border-top-color: #3f5648 !important; }

.table > thead {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  text-transform: uppercase;
  line-height: 2; }

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

td {
  border-top: 1px solid #23272a;
  border-bottom: 0;
  vertical-align: top;
  min-width: fit-content; }

tr:first-of-type > td {
  border-top: 0; }

th {
  background-color: #5f8f70;
  font-family: "Oswald", Impact, sans-serif;
  font-size: calc(clamp(0.875rem, 0.455vw + 0.705rem, 1.25rem)); }

@media screen and (max-width: 767.98px) {
  table {
    display: block;
    overflow-x: auto; } }

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

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

.alts-switcher td {
  border: 0; }

.notifications-list p, .mail-list p {
  margin-bottom: 0; }

.table {
  --bs-table-color: #d8d7cf;
  --bs-table-bg: transparent;
  --bs-table-striped-color: #d8d7cf;
  --bs-table-striped-bg: transparent;
  color: #d8d7cf;
  border: 1px solid #3f5648; }

.table > thead, th {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.07em;
  text-transform: uppercase; }

th, .table th {
  color: #e4e8e4;
  background: #17271f;
  border-color: #3f5648; }

td, .table td {
  color: #d8d7cf;
  border-color: #253129; }

.table-striped > tbody > tr:nth-of-type(even) > *, .alts-switcher > tr:nth-of-type(even) {
  color: #d8d7cf;
  background: #0f1512; }

.table-striped > tbody > tr:nth-of-type(odd) > *, .alts-switcher > tr:nth-of-type(odd) {
  color: #d8d7cf;
  background: #0a100d; }

.log-icon-title-container {
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #e4e8e4;
  background: rgba(8, 13, 10, 0.92);
  border-radius: 0;
  background-color: transparent;
  top: -30px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  font-family: "Oswald", Impact, sans-serif;
  font-size: 1.5em; }

.log-icon-container {
  filter: grayscale(0.75) contrast(1.05);
  height: 185px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  background: #202c25;
  border: 4px solid #202c25; }

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

.fs3-sheet {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px; }

.fs3-specialties {
  font-size: 0.8em;
  color: #858b84; }

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

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

.xp-learning {
  text-align: right; }

.xp-ability-name {
  margin: auto 0; }

@media (max-width: 1399.98px) {
  .xp-ability {
    min-height: 3.75em; } }

@media (max-width: 575.98px) {
  .xp-ability {
    min-height: 3.75em;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto;
    gap: 5px; }
  .xp-progress {
    max-width: unset;
    width: 100%;
    grid-row-start: 2;
    grid-column: span 2 / span 2; } }

.xp-progress {
  margin: .25em 0;
  align-items: center;
  width: 100%;
  min-width: 150px;
  font-weight: bold;
  position: relative; }

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

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

@media screen and (max-width: 575.98px) {
  .fs3-ability-row {
    display: block; }
  .fs3-sheet {
    display: block; } }

.fs3-ability-list-action > tr > td:first-of-type {
  width: 206px; }

.char-ability-list td {
  min-width: 120px; }

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

.fs3-divider {
  visibility: hidden; }

.table-responsive.fs3-combat-hud > .table {
  min-width: 1000px; }

.table-responsive.fs3-combat-hud {
  overflow-x: scroll;
  scrollbar-width: thin;
  scrollbar-color: #91b89b #111815; }

.fs3-combat-hud h3 {
  margin-top: 20px; }

.combat-header-name {
  min-width: 259px; }

.combat-header-weapon {
  min-width: 225px; }

.combat-header-armor {
  min-width: 225px; }

.combat-header-action {
  min-width: 200px; }

.combat-header-edit {
  min-width: 30px; }

.combat-hud-edit {
  text-align: center; }

.combat-damage-0 {
  color: #578c63; }

.combat-damage-1 {
  color: #ffc107; }

.combat-damage-2 {
  color: #ff8307; }

.combat-damage-3, .combat-damage-4 {
  color: #852730; }

.combat-damage-5::before {
  content: "";
  font-family: var(--fa-font-solid);
  color: #c94955; }

.combat-hud-ko {
  color: #c94955;
  font-weight: bold; }

.char-ability-title {
  margin: 0px;
  border: 0;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #e4e8e4;
  background: #17271f;
  border-left: 3px solid #5f8f70;
  padding: 0.75rem 0.9rem; }

.fs3-specialties, .card-specialties {
  color: #858b84; }

.fs3-skillbutton {
  width: 30px;
  height: 30px;
  color: #d8d7cf;
  background: #1a251f;
  border: 1px solid #3c4c42;
  border-radius: 0; }

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

.progress {
  width: 100%;
  height: 1.55rem;
  background: #1b261f;
  border: 1px solid #3f5648;
  border-radius: 0; }

.progress-bar {
  color: #081009;
  background: #91b89b; }

.progress-value {
  width: 100%;
  position: absolute;
  top: 1px;
  color: #e4e8e4;
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.7rem; }

.xp-ability {
  border-bottom: 0;
  border-top: 1px solid #3f5648;
  margin: 0;
  padding: 10px 5px;
  display: grid;
  grid-template-columns: minmax(100px, 10%) auto max-content;
  justify-content: stretch;
  gap: 1rem;
  border-top-color: #3f5648; }

.fs3-combat-hud h3::before {
  font: var(--fa-font-solid);
  content: "";
  margin: 0px 10px 0px 5px;
  color: #5f8f70; }

.combat-hud-team {
  background: #17271f !important; }

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

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

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

.fs3-dots-attribute {
  flex-basis: 106px; }

.card-abilities {
  column-gap: 20px; }

.card-specialties {
  color: #17271f; }

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

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

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

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

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

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

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

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

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

.live-scenes-heading, .unshared-scenes-heading, .unshared-scene-heading {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  color: #e4e8e4;
  background: #17271f;
  border-left: 3px solid #5f8f70; }

.live-scenes-entry, .unshared-scenes-entry, .unshared-scene-block, .scene-card {
  color: #d8d7cf;
  background: #0d1410;
  border-color: #3f5648;
  border-radius: 0; }

.scene-card .tab-content {
  max-height: 27vh;
  overflow-y: scroll;
  scrollbar-width: thin;
  scrollbar-color: #91b89b transparent;
  font-size: 0.95rem;
  background: #09100c; }

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

.card-header, .modal-header {
  color: #e5e8e4;
  background: #17271f;
  border-color: #3f5648;
  border-radius: 0; }

.card-footer, .modal-footer {
  background: #0c120f;
  border-color: #3f5648; }

.modal-content {
  color: #d8d7cf;
  background: #0b110e;
  border: 1px solid #3f5648;
  border-radius: 0; }

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

* {
  scrollbar-width: thin;
  scrollbar-color: #5f8f70 #0b100e; }

::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: #0b100e; }

::-webkit-scrollbar-thumb {
  background: #3f5f49;
  border: 2px solid #0b100e; }

::-webkit-scrollbar-thumb:hover {
  background: #5f8f70; }

.card {
  color: #d8d7cf;
  border: 1px solid rgba(95, 143, 112, 0.3);
  border-radius: 0;
  border-color: transparent;
  background: transparent; }

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

.admin-only-reply, .admin-only-reply .markdown-editor {
  color: #e9dbd9;
  background: #241514;
  border-color: #6d4540; }

.admin-only-reply-label {
  background: #754943;
  border-color: #0b100e; }

.player-reply, .player-reply .markdown-editor {
  margin-right: 20px;
  color: #dce6dd;
  background: #142219;
  border-color: #4b7054; }

.player-reply-label {
  background: #496b54;
  border-color: #0b100e; }

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

.location-directory {
  display: grid;
  grid-gap: 1em; }

.location-entry {
  width: unset; }

.area-directory, .location-directory {
  grid-template-columns: repeat(auto-fill, minmax(350px, 1fr)); }

.area-entry, .location-entry {
  color: #d8d7cf;
  background: #0d1410;
  border: 1px solid #3f5648;
  border-radius: 0; }

.area-entry h2, .location-entry h2 {
  padding: 9px 5px 5px;
  color: #e5e8e4;
  background: #17271f;
  border-left: 3px solid #5f8f70; }

.area-entry h3, .location-entry h3 {
  font-size: 1.2em;
  color: #91b89b; }

.location-legend {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  font-size: 0.9rem;
  margin-bottom: 10px;
  font-family: "IBM Plex Mono", "Courier New", monospace; }

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

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

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

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

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

.btn {
  font-family: "IBM Plex Mono", "Courier New", monospace;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0.62rem 0.92rem;
  margin-top: 2px;
  box-shadow: none !important; }

.btn-primary, .btn-secondary, .btn-default {
  color: #e4e9e4;
  background: #17271f;
  border: 1px solid #5f8f70; }

.btn-default:active, .btn-default:focus, .btn-default:hover, .btn-secondary:active, .btn-secondary:focus, .btn-secondary:hover, .btn-warning:active, .btn-warning:focus, .btn-warning:hover, .btn-success:active, .btn-success:focus, .btn-success:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .btn-primary.dropdown-toggle.focus, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle:hover {
  box-shadow: none;
  color: #07100a;
  background: #91b89b;
  border-color: #91b89b; }

.btn-link, .tooltip-button {
  color: #91b89b;
  background: transparent;
  border: 0; }

.btn-link:hover, .btn-link:focus, .tooltip-button:hover, .tooltip-button > a:hover, .play-section-title .tooltip-button a:hover, .play-section-title .tooltip-button:hover {
  color: #c1d8c7;
  background: transparent;
  text-decoration: none; }
