/* -------------------------
BASIC CONTAINERS
------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300&display=swap");
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  background-color: #5c5c5c; }

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

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

body {
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.428571429;
  background-color: #181b1d;
  color: #c7c7c7; }

.body-wrap {
  padding: 0px 20px 0px 20px;
  background-color: #181b1d;
  margin: auto;
  max-width: 2500px; }

.body-container {
  padding: 10px; }

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

.markdown-editor {
  padding: 0px;
  margin-bottom: 5px;
  border: 0px; }

.markdown-preview {
  width: 98%;
  padding: 5px;
  margin: 0px 10px 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #181b1d;
  color: #c7c7c7;
  border: 1px solid #dddddd; }

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

.markdown-controls {
  margin-top: 3px;
  padding: 5px; }

.markdown-control-toggle {
  margin-left: 10px;
  margin-right: 5px;
  padding: 5px 10px 10px 10px;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd; }

.markdown-control-toggle.active {
  background-color: #6e4cae;
  color: #ffffff;
  border-bottom: 0px; }

.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: #6e4cae;
  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: #181b1d; }

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

label {
  font-weight: bold; }

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

a:hover,
a:focus {
  color: #6e4cae;
  text-decoration: none; }

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

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

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

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

.navbar {
  z-index: 2000; }

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

.navbar-collapse.in {
  background-color: #000; }

.toc {
  padding: 10px;
  background-color: #dddddd;
  width: 300px;
  max-width: 100%;
  border: 1px solid white;
  box-shadow: 5px 5px 5px #80b2f5;
  padding: 15px;
  margin: 15px 15px 15px 0px;
  border-radius: 8px; }

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

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

h1 {
  background-color: #6e4cae;
  padding: .1em 1.2em;
  color: #ffffff;
  font-weight: normal;
  border: 3px solid #572083;
  letter-spacing: 0.1em;
  -moz-border-radius: 0px 25px;
  -webkit-border-radius: 0px 25px;
  border-top-right-radius: 25px;
  border-bottom-left-radius: 25px; }

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

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

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

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

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: #dddddd;
  border: 0px;
  border-left: 1px solid #80b2f5;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

pre code {
  border: 2px solid #dddddd;
  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: #6e4cae;
  color: #ffffff;
  padding: 8px; }

td {
  border-bottom: 1px solid #dddddd;
  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: #181b1d;
  color: #c7c7c7;
  border: 1px solid #dddddd; }

form {
  padding-bottom: 50px;
  background-color: #181b1d;
  color: #c7c7c7; }

input,
textarea,
.ember-power-select-trigger,
.ember-basic-dropdown-trigger,
.ember-power-select-search-input,
.ember-text-field {
  background-color: #181b1d;
  color: #c7c7c7;
  border: 1px solid #dddddd;
  border-radius: 3px;
  transition: border 0.3s linear;
  padding-top: 4px;
  padding-bottom: 4px;
  max-width: 100%; }

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

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

li hr {
  margin: 2px;
  border-color: #80b2f5;
  border-width: 4px; }

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

/* -------------------------
BOOTSTRAP OVERRIDES
------------------------- */
:root {
  --bs-body-bg: #181b1d;
  --bs-body-color: #c7c7c7;
  --bs-border-color: #dddddd; }

.navbar {
  margin-bottom: 0px; }

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

.badge-primary {
  background-color: #6e4cae;
  color: #ffffff; }

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

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

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

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

.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active > a:hover,
.nav-tabs .nav-link.active > a:focus {
  background-color: #6e4cae;
  color: white; }

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

.card {
  background-color: #181b1d;
  border-color: #dddddd;
  margin-bottom: 20px;
  border-radius: 4px; }

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

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

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

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

.btn {
  font-size: 1em; }

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

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

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #181b1d;
  border-color: #dddddd;
  color: #c7c7c7; }

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

mark {
  padding: 0;
  background-color: orange;
  color: white; }

.float-right {
  padding: 10px; }

.modal {
  z-index: 3000; }

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

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

.dropdown-item.active, .dropdown-item:active {
  background-color: #6e4cae;
  color: #ffffff; }

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

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

/* -------------------------
GOOGLE SEARCH OVERRIDES
------------------------- */
form.gsc-search-box {
  padding: 0px; }

/* Fixes the search box icon */
/* !important needed because of google search */
.cse .gsc-search-button input.gsc-search-button-v2,
input.gsc-search-button-v2 {
  height: 26px !important;
  margin-top: 0 !important;
  min-width: 13px !important;
  padding: 5px 26px !important;
  width: 68px !important; }

/* Placeholder text keeps getting chopped off, so just hide it.*/
input.gsc-input::placeholder {
  color: white; }

table.gsc-search-box td {
  vertical-align: top !important;
  border: none;
  padding: 3px; }

.gsst_b {
  padding: 0px; }

.gsc-search-box-tools .gsc-search-box .gsc-input, .gscb_a {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.25em; }

/* --------------------------
ALERTIFY DIALOGS
---------------------------*/
.alertify-notifier .ajs-message.ajs-success {
  background-color: #6e4cae;
  color: #ffffff; }

/* --------------------------
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 #dddddd;
  margin: 5px; }

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

/* -------------------------
HEADER
------------------------- */
.site-title {
  margin: 0px;
  font-size: 3em; }

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

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

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

.loginDisplay {
  text-align: right; }

.alts-switcher {
  width: 100%; }

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

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

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

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

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

.sidebar-heading h2 {
  text-align: center;
  font-size: 1.5em;
  color: #999999;
  font-variant: small-caps;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px; }

.search-bar {
  padding: 10px; }

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

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

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

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

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

.hint {
  color: #999999;
  font-style: italic;
  font-weight: bold;
  padding-left: 10px; }

.tinyhint {
  color: #999999;
  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: #181b1d;
  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: #dddddd; }

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

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

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

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

.app-status {
  padding: 10px; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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: #000000;
  z-index: 98;
  position: relative;
  top: -19px;
  -moz-border-radius: 0px 25px 25px 0px;
  -webkit-border-radius: 0px 25px 25px 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  opacity: 0.8;
  filter: alpha(opacity=80);
  vertical-align: middle; }

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

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

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

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

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

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

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

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

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

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

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

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

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

.log-box {
  background-color: white;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px; }

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

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

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

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

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

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

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

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

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

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

.scene-controls-box {
  border: 1px solid #ccc;
  background: #F5F5F5;
  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; }

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

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

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

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

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

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

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

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

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

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

.scene-info-label {
  font-weight: bold; }

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

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

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

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

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

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

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

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

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

.profile-gallery-input code {
  color: #c7c7c7;
  background-color: #181b1d; }

.profile-box {
  background-color: white;
  margin-left: 30px;
  margin-right: 30px;
  padding: 20px; }

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

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

.profile-divider {
  background-color: #6e4cae;
  color: #ffffff;
  padding: 5px;
  margin: 0; }

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

.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: #6e4cae;
  padding: .1em 1.2em;
  color: #ffffff;
  font-weight: normal;
  border: 3px solid #572083;
  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: #000000; }

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

.relationship-row {
  margin: 10px;
  padding: 5px;
  border: 1px solid #dddddd; }

.status-message {
  color: white;
  background-color: #80b2f5;
  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-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: #999999; }

.fs3-gear-row {
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px; }

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

.roster-table {
  width: 100%; }

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

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

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

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

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

.play-scene-title {
  font-size: 2em;
  color: #999999; }

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

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

.play-hint {
  color: #999999;
  margin-left: 5px;
  font-size: .8em; }

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

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

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

.chat-button-active {
  color: #ffffff;
  background-color: #6e4cae; }

.chat-button-active:focus {
  color: #ffffff;
  background-color: #6e4cae; }

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

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

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

.play-section-title {
  color: #999999;
  font-variant: small-caps;
  font-weight: bold;
  margin: 10px 5px 5px 5px; }

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

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

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

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

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

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

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

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

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

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

.job-category-general {
  background-color: white;
  border: 1px solid gray; }

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

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

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

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

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

.admin-only-reply-label {
  background-color: #977b62;
  font-size: 1em; }

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

.player-reply-label {
  background-color: #0F6466;
  font-size: 1em; }

.player-reply, .player-reply .markdown-editor {
  background-color: #cfe0e0;
  border-color: #cfe0e0;
  padding: 8px; }

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

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

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

.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;
  gap: 10px;
  margin: 10px 0px 10px 0px;
  padding: 5px 0px 10px 0px;
  align-items: center;
  border-bottom: 1px solid #dddddd; }

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

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

.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;
  color: #6e4cae; }

.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 #dddddd;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch; }

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

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

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

.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 #dddddd;
  min-height: 200px;
  display: flex;
  flex-direction: column;
  justify-content: space-between; }

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

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

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

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

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

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

.who-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dddddd;
  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 #dddddd;
  padding: 5px;
  margin: 5px 0px;
  min-height: 50px; }

.xp-ability .col {
  padding-right: 5px;
  padding-left: 5px; }

.xp-ability-name {
  font-weight: bold; }

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

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

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

.fs3-damage-block {
  border-bottom: 1px solid #dddddd;
  padding: 5px;
  margin: 5px; }

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

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

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

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

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

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

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

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

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

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

.reference-help-title {
  color: #999999;
  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;
  border-bottom: 1px solid #dddddd;
  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%; }

@media (max-width: 992px) {
  .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; }
  .profile-wrap {
    padding: 5px; }
  .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; } }

@media (max-width: 768px) {
  .body-row {
    display: flex;
    flex-direction: column; }
  .left-sidebar {
    order: 2; }
  .right-sidebar {
    order: 2; }
  .left-body {
    order: 1; }
  .right-body {
    order: 1; }
  .navbar-collapse {
    background-color: #181b1d; }
  .navbar-collapse ul {
    padding: 5px; }
  .navbar-dark .navbar-nav .nav-link {
    color: #c7c7c7; }
  .navbar-dark .navbar-nav .nav-link:hover,
  .navbar-dark .navbar-nav .nav-link:focus,
  .navbar-dark .navbar-nav .nav-link.active {
    color: #80b2f5; } }

/* -------------------------
WHO
------------------------- */
.icon-status-web-active {
  border: 3px dashed #6e4cae;
  border-radius: 30px; }

.icon-status-web-inactive {
  border: 3px dashed #80b2f5;
  border-radius: 30px; }

.icon-status-game-active {
  border: 3px solid #6e4cae; }

.icon-status-game-inactive {
  border: 3px solid #80b2f5; }

.who-list td:nth-of-type(2) {
  text-align: right;
  vertical-align: middle; }

/* -------------------------
PREVIEW
------------------------- */
.markdown-control-toggle.active {
  border-radius: 5px 5px 0px 0px;
  border: 1px solid #3473AA;
  background-color: #3473AA; }

.markdown-preview {
  color: #ebebeb;
  outline: none;
  background-color: #22232b;
  border: 0px solid #000000;
  border-radius: 2px;
  position: relative;
  z-index: 100;
  margin-top: -2px;
  min-height: 40px; }

.markdown-control-toggle {
  border-left: 1px solid #4D2A82;
  border-right: 1px solid #4D2A82;
  border-top: 1px solid #4D2A82;
  border-bottom: 1px solid #4D2A82;
  background-color: #181b1d;
  border-radius: 5px 5px 0px 0px;
  background-color: #4D2A82; }

.chat-box .markdown-controls {
  padding-top: 15px; }

.chat-box {
  background-color: #22232b; }

/* -------------------------
RANDOM
------------------------- */
:root {
  scroll-behavior: auto; }

body {
  font-family: Verdana, Geneva, sans-serif;
  background-image: linear-gradient(180deg, #5c5c5c 50%, #181b1d calc(100% - 50px));
  font-size: 14.5px; }

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

footer {
  padding: 0 2em; }

p {
  margin: 0 0 16px;
  line-height: 1.6; }

::-webkit-scrollbar-thumb {
  background-color: #9456FF; }

::-webkit-scrollbar {
  background-color: #27577F;
  width: 8px; }

::-webkit-scrollbar:horizontal {
  height: 8px; }

::-webkit-scrollbar-thumb:horizontal {
  background-color: #9456FF; }

.wiki-breadcrumbs {
  margin-bottom: 10px;
  margin-left: 0px;
  margin-right: 0px;
  padding: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #2C184A; }

.wiki-breadcrumbs .col-xs-10 {
  width: 75%; }

.wiki-breadcrumbs .col-xs-2 {
  white-space: nowrap;
  text-align: right;
  width: 25%; }

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

.alert-info {
  background-color: #2C184A;
  color: #ebebeb;
  border-color: #4D2A82; }

.alert-success {
  background-color: #2C184A;
  border-color: #5E35A0;
  color: #ebebeb; }

select {
  background-color: #414453;
  color: #ebebeb;
  min-height: 30px; }

.close {
  text-shadow: 1px 1px 0 #f4cf0d; }

.toc {
  background-color: #22232b;
  border-radius: 0px 10px 10px 0px;
  border: 0px solid transparent;
  border-left: 5px solid #22232b;
  width: 400px; }

.markdown-editor,
.fs3-divider {
  background-color: #27577F; }

.inline-response {
  border: 2px solid #22232b;
  background-color: #22232b;
  padding-right: 20px; }

input,
textarea,
.ember-power-select-trigger,
.ember-basic-dropdown-trigger,
.ember-power-select-search-input,
.ember-text-field {
  background-color: #414453;
  border: 1px solid #000000;
  border-radius: 0px;
  transition: border 0.3s linear;
  padding: 4px;
  align-self: center; }

blockquote {
  background-color: #22232b; }

pre {
  color: #c7c7c7; }

pre code {
  color: #c7c7c7;
  width: 70%; }

.frontpage {
  font-size: 1em; }

.jumbotron .splash p {
  font-size: .9em; }

.status-message {
  background: #007cf9; }

.diff {
  background: #414453;
  font: #c7c7c7; }

.unchanged {
  background: #414453;
  font: #c7c7c7; }

textarea:focus {
  box-shadow: 0px 0px 8px 0px #5E35A0; }

.title-wrap {
  height: 150px; }

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

.fs3-skillbutton {
  color: #ffffff; }

/* -------------------------
MODAL
------------------------- */
.modal-footer {
  border-image: linear-gradient(to right, #6e4cae, #80b2f5);
  border-image-slice: 1;
  border-top: 1px solid;
  background-color: #22232b; }

.modal-header {
  border-image: linear-gradient(to right, #6e4cae, #80b2f5);
  border-image-slice: 1;
  border-bottom: 1px solid;
  background-color: #22232b; }

.modal-content {
  background-image: url(https://app.mugames.org/game/uploads/theme_images/box-bg.png);
  width: 600px; }

.modal-content .row {
  margin-top: 5px; }

.modal-body {
  background-color: rgba(35, 39, 42, 0.75); }

.modal-body .col-sm-3 {
  width: 30%; }

.modal-body .col-sm-9 {
  width: 70%; }

.modal-content > .alts-switcher {
  background-image: none; }

.alts-switcher td {
  border-bottom: 1px none #6e4cae;
  vertical-align: middle; }

.alts-switcher tr {
  background: rgba(24, 27, 29, 0.7); }

.alts-switcher {
  border: none; }

.alts-switcher .btn .btn-default {
  margin: auto; }

input,
textarea,
input[type="text"] {
  outline: none; }

textarea {
  margin: 10px;
  width: calc(100% - 20px); }

button.close {
  text-shadow: none;
  color: #c7c7c7; }

/* -------------------------
BUTTONS
------------------------- */
button {
  background: #181b1d;
  border-color: #5E35A0;
  border-style: hidden;
  padding: .225em .75em .35em;
  border-radius: 4px; }

.nav > li > a:hover {
  background-color: #22232b; }

.nav .open > a,
.nav .open > a:focus,
.nav .open > a:hover {
  background-color: #22232b; }

.btn-default,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-warning {
  background-color: #6e4cae;
  border-color: #6e4cae;
  color: #ebebeb; }

.btn-default:active,
.btn-default:focus,
.btn-default:hover,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:hover,
.btn-success:active,
.btn-success:focus,
.btn-success:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover,
.open > .btn-primary.dropdown-toggle.focus,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle:hover {
  color: #ebebeb;
  background-color: #3473AA;
  border-color: #3473AA;
  box-shadow: none; }

.btn-warning:disabled,
.btn-warning.disabled {
  color: #ebebeb;
  background-color: #414453;
  border-color: #ebebeb;
  box-shadow: none; }

.btn-grp {
  float: right; }

/* -------------------------
IMAGE GALLERY (NOT PROFILE GALLERY)
------------------------- */
.thumbnail-gallery-item {
  margin-bottom: 5px;
  margin-right: 5px;
  height: unset;
  width: unset; }

.thumbnail {
  max-width: none;
  max-height: none;
  height: 150px;
  padding: 0px;
  margin-bottom: 0px;
  background-color: #4D2A82;
  border: 2px solid #4D2A82;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

/* -------------------------
REQUESTS/JOBS
------------------------- */
.admin-only-reply {
  background-color: #22232b;
  border-color: transparent; }

.admin-only-reply .markdown-editor {
  background-color: #27577F;
  border-color: transparent;
  color: #ebebeb; }

.job-category-ALERT {
  background-color: #FF0000;
  color: white; }

.job-category-APP {
  background-color: #00AA00;
  color: white; }

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

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

.job-category-CODE {
  background-color: #AA9F00;
  color: white; }

.job-category-FEEDBACK {
  background-color: #8861B5;
  color: white; }

.job-category-MISC {
  background-color: #606060;
  color: white; }

.job-category-PART {
  background-color: #5B9B64;
  color: white; }

.job-category-PLOT {
  background-color: #2600C1;
  color: white; }

.job-category-REQ {
  background-color: #4BAAC6;
  color: white; }

.job-category-RP {
  background-color: #7E15BF;
  color: white; }

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

/* -------------------------
SIDEBAR
------------------------- */
.sidebar-box {
  border-top: 0px; }

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

.sidebar-heading h2 {
  color: #ffffff; }

.right-sidebar p {
  margin: 0 0 10px;
  line-height: 1.45; }

.right-sidebar {
  background-color: #181b1d;
  padding-top: 10px; }

.sidebar-heading h2 {
  text-align: center;
  color: #ffffff;
  padding: 5px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.45em;
  font-family: 'Nunito', sans-serif;
  border: 0px;
  border-top: 2px solid #22232b;
  border-bottom: 2px solid #22232b;
  text-transform: none;
  font-variant: normal; }

/* -------------------------
TOP HEADER
------------------------- */
.user-bar p {
  line-height: normal;
  margin: 0 0 10px;
  text-align: right; }

.header-wrap {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  height: 202px; }

.header-wrap nav {
  background-color: rgba(0, 0, 0, 0.75); }

.site-title a,
.site-title a:hover,
.site-title a:active {
  color: #ffffff;
  text-decoration: none;
  text-shadow: 2px 2px #000;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  font-size: 1.2em; }

.site-subtitle {
  text-transform: uppercase;
  font-size: 1.1em;
  text-indent: 2.1em;
  font-family: 'Nunito', sans-serif;
  font-weight: bold; }

.user-bar .badge-pill {
  padding-right: .5em;
  padding-left: .7em; }

/* -------------------------
PROFILE
------------------------- */
.profile-wrap {
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 15px;
  border-radius: 0;
  margin: 0;
  margin-bottom: 15px;
  border-color: #572083;
  background-image: url(/game/uploads/theme_images/box-bg.png); }

@media (min-width: 767px) {
  .profile-wrap .col-lg-8 {
    width: 58.33333% !important; }
  .profile-wrap .col-lg-4 {
    width: 41.66667% !important; }
  .profile-wrap > div:only-of-type {
    padding: 0; }
  #scenelist td:last-of-type {
    min-width: 200px;
    width: 20%; }
  .nav-tabs > li > a {
    font-size: .95em; }
  .pagebox-pic {
    mid-width: 95%; } }

.profile-box,
.log-box {
  background-color: rgba(35, 39, 42, 0.8);
  margin: 0; }

.profile-tab + .ember-view {
  padding: 15px 0; }

.profile-tab .card {
  padding: .5em; }

.profile-image {
  margin-bottom: 20px;
  width: 400px; }

.profile-box > .row:first-child {
  background-color: #6e4cae;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  font-size: 1.75em;
  padding: 20px 25px;
  margin: 0 0 11px;
  border-bottom: none; }

.profile-box > .row:first-child a {
  color: #c7c7c7; }

.profile-box > .row:first-child a:hover,
.profile-box > .row:first-child a:focus {
  color: #ffffff; }

.profile-box > .row:first-child > div:first-child {
  display: none; }

.profile-box > .row:first-child > div:last-child {
  padding: 0;
  width: 100%;
  white-space: normal; }

.profile-box .row {
  margin-top: 0;
  padding-bottom: 12px; }

.profile-title + .row {
  margin-top: 11px; }

.profile-divider {
  margin-top: -11px;
  margin-bottom: 8px; }

.tab-cover {
  font-family: 'Nunito', san-serif;
  text-transform: uppercase;
  font-variant: normal;
  font-weight: bold;
  font-size: 1.50em; }

.relationship-row {
  padding: 1em;
  background-color: #2C184A;
  border: 2px solid #5E35A0;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

.relationship-icon-container {
  box-shadow: 0 0 1px 1px #5E35A0;
  margin: 0 !important;
  border-radius: 0; }

.relationship-row > .col-sm-3 {
  width: auto;
  margin: 0;
  padding: 0; }

.relationship-row > .col-sm-8 {
  padding: 0 0 0 1em;
  width: calc(100% - 100px);
  margin-top: -.25em !important; }

.relationship-row > .col-sm-8 > p {
  margin: 0; }

.relationship-row > p,
.role-icon > p {
  display: none; }

.card.profile-gallery {
  display: flex;
  flex-flow: row wrap; }

.card.profile-gallery img {
  height: 150px;
  width: unset;
  padding: 0;
  margin: .25em;
  border: 2px solid #4D2A82;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); }

#systemfs3xp > div:first-child > p:first-child {
  margin: 0 .25em 1em; }

#systemfs3xp > div > div > p {
  font-size: 1.625em;
  margin: 1.5em .25em .25em; }
  #systemfs3xp > div > div > p b {
    font-weight: normal; }

#systemfs3xp hr {
  margin-top: 0; }

#systemfs3xp .char-ability-title {
  margin-bottom: 0; }

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

#systemfs3xp .progress {
  width: 100%;
  height: 2em;
  border-radius: 1em; }

#systemfs3xp .progress-bar.bg-success {
  background-color: #6e4cae !important; }

#systemfs3xp .progress-value {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  color: #2C184A; }

#systemfs3xp .xp-ability {
  border-bottom: 1px dotted #6e4cae;
  height: fit-content; }

@media screen and (max-width: 767px) {
  #systemfs3xp .xp-ability {
    width: 100%;
    margin: 0;
    min-height: unset; }
    #systemfs3xp .xp-ability .col-xs-12 {
      flex-basis: 100%; }
    #systemfs3xp .xp-ability .col:last-of-type {
      text-align: center; }
    #systemfs3xp .xp-ability .col:last-of-type .btn {
      width: 100%; }
    #systemfs3xp .xp-ability .col:first-of-type {
      width: 33.3333333%;
      overflow: visible;
      white-space: nowrap;
      flex: 0 0 0%; }
    #systemfs3xp .xp-ability .col.col-xs-8:last-of-type {
      text-align: right; }
  #systemfs3xp > div > p:last-of-type {
    margin: 0 10px; }
    #systemfs3xp > div > p:last-of-type > input {
      width: 100%;
      margin: .25em 0; }
    #systemfs3xp > div > p:last-of-type .btn {
      width: 100%; } }

@media screen and (min-width: 768px) {
  #systemfs3xp .xp-ability {
    margin: 0px;
    display: flex;
    align-items: center;
    min-height: 3em;
    padding-bottom: .375em; }
  #systemfs3xp .xp-ability-name,
  #systemfs3xp .xp-ability > .row,
  #systemfs3xp .xp-ability .col {
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 0;
    flex-basis: auto; }
  #systemfs3xp .xp-ability .col:first-of-type,
  #systemfs3xp > div > p:last-of-type > b {
    width: 10em;
    min-width: 10em;
    flex: 0 0 10em;
    display: inline-block; }
  #systemfs3xp .xp-ability .col:nth-of-type(2) {
    max-width: 20em; }
  #systemfs3xp .xp-ability .col:nth-of-type(3) {
    padding-left: 1em;
    min-width: 3em;
    flex: 1 0 0%; }
  #systemfs3xp .xp-progress {
    margin: 0; }
  #systemfs3xp .xp-ability .row {
    display: flex;
    align-items: center;
    padding-bottom: .125em; }
  #systemfs3xp .xp-ability > .row > .col.col-xs-12.col-sm-6:last-child {
    position: relative;
    top: .075em; }
  #systemfs3xp .btn {
    padding: .25em .5em; }
  #systemfs3xp .col .btn {
    position: relative;
    top: .125em; }
  #systemfs3xp > div > p {
    padding: .5em; }
  #systemfs3xp p {
    padding: .5em .375em !important;
    margin: 0 !important; }
  #systemfs3xp > div > p > input {
    margin: 0 .425em 0 0;
    position: relative;
    top: 1px;
    width: 15em; }
  #systemfs3xp > div > p:last-of-type > b {
    padding-left: .25em; } }

/* -------------------------
PROFILE AND SCENES
------------------------- */
.play-scene-context-wrap {
  margin-top: 0;
  margin-bottom: .25em; }

#chat-window {
  border: none !important; }

#chat-window .scene-pose-header {
  margin-bottom: 1px;
  padding-top: 7px; }

#chat-window p {
  margin: 0 0 10px; }

h1 + p + p + .row > .col.col-xs-12.col-md-3:first-child {
  position: sticky;
  top: 1.75em; }

.play-sidebar {
  padding-left: 10px;
  padding-right: 10px;
  background-color: #22232b;
  border-radius: 5px;
  overflow-y: auto;
  max-height: calc(100vh - 1.25em);
  margin-top: .5em; }

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

.play-sidebar a {
  color: #ebebeb;
  font-family: 'Nunito', sans-serif;
  font-size: 1em;
  font-weight: bold; }

.play-sidebar a:hover {
  color: #6e4cae; }

.play-section-title {
  font-family: 'Nunito', sans-serif;
  font-variant: normal;
  font-size: 1.25em !important; }

.play-selector-active {
  background-color: #5E35A0;
  margin-bottom: 5px; }

.play-selector {
  margin-bottom: 5px; }

.play-hint {
  margin-left: 5px;
  padding-left: 10px;
  margin-bottom: 2px;
  color: #9456FF;
  font-family: Verdana, Geneva, sans-serif;
  font-size: .875em; }

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

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

#live-scene-log {
  clear: both;
  height: calc(100vh - 300px); }

.scene-alerts,
.chat-alerts {
  padding: 5px;
  margin-bottom: 0px;
  height: 2rem; }

.scene-controls-box {
  background-color: #22232b;
  border: none; }

.scene-pose-box {
  margin: 0; }

.scene-pose-box .markdown-editor {
  margin: 0; }

.card-body textarea {
  margin-bottom: 5px; }

.scene-controls-left, .scene-controls-right {
  background-color: #22232b;
  padding: 5px 1px; }

.scene-controls ul.dropdown-menu {
  background-color: #22232b; }

.scene-pose-select, .scene-char-select, .forum-char-select {
  padding-top: 5px; }

.scene-char-select .ember-power-select-trigger, .scene-pose-select .ember-power-select-trigger {
  padding: .125em; }

.dropdown-menu .divider {
  background-image: linear-gradient(to right, #6e4cae, #80b2f5); }

.scene-card .col.col-3 {
  white-space: nowrap;
  width: 100px; }

.scene-card .col.col-8 {
  padding-right: 0; }

.scene-card .col.col-4 {
  text-align: center;
  width: fit-content;
  padding-top: .675em; }

.scene-card .col.col-9 {
  width: calc(100% - 100px); }

@media screen and (max-width: 992px) {
  .col-xs-12 {
    flex-basis: 100%; } }

@media screen and (min-width: 768px) {
  /* Scene-Only Styling */
  .live-scene-controls {
    max-height: 1.25em;
    position: absolute;
    right: 3em; }
  .live-scene-controls + .alert-warning {
    position: relative;
    top: 1.5em; }
  .live-scene-controls + .alert-warning + div .play-scene-context-prompt {
    position: relative;
    top: -2.5em; }
  /* Play Styling */
  .play-scene-context-wrap {
    margin-top: 0; }
  .live-scene-controls a,
  .chat-controls a {
    padding: 0 .5em 0 0; }
  .live-scene-controls > a {
    visibility: hidden;
    font-size: 0; }
  .live-scene-controls > a > .fas {
    visibility: visible;
    font-size: 16px;
    margin-left: .5em; }
  .play-scene-title + div {
    display: flex;
    flex-flow: row wrap;
    align-items: baseline; }
  .play-scene-title + div > .alert.alert-warning.scene-alerts {
    order: 1; }
  .play-scene-title + div > * {
    order: 1;
    width: 100%; }
  .play-scene-title + div > .live-scene-controls + div,
  .play-scene-title + div > .live-scene-controls + .alert + div {
    flex: 1 0 calc(100% - 6em);
    justify-self: left;
    order: 0; }
  .play-scene-title + div #scene-context {
    width: calc(100% + 6em); }
  .live-scene-controls + .scene-alerts {
    width: 100%;
    float: left; }
  .play-scene-title + div > .live-scene-controls {
    flex: 1 0 6em;
    justify-self: right;
    max-height: 1.25em;
    float: none;
    position: static;
    text-align: right; }
  .play-scene-title + div > .live-scene-controls a:last-child {
    margin-right: 0; }
  .play-scene-title + div > .live-scene-controls + .alert-warning,
  .play-scene-title + div > .live-scene-controls + .alert-warning + div .play-scene-context-prompt {
    position: static; } }

.scene-privacy-limited {
  background-color: #bd7410; }

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

.scene-social {
  background-color: #2F74AC; }

.scene-vignette {
  background-color: #7b4a91; }

.scene-story {
  background-color: #7b4a91; }

.scene-text {
  background-color: #c10097; }

.scene-correspondence {
  background-color: #0019c1; }

.scene-journal {
  background-color: #147f42; }

.scene-commercial {
  background-color: #00a547; }

.scene-holiday-special {
  background-color: #a50013; }

.scene-special-episode {
  background-color: #ea3600; }

.scene-flashback {
  background-color: #007777; }

.scene-event {
  background-color: #6c1c67; }

.scene-ooc {
  background-color: #2F74AC;
  text-transform: uppercase !important; }

.log-wrap {
  border: 1px solid #572083;
  border-radius: 0;
  margin: 0;
  padding: 2em 2em .25em; }

.scene-log {
  border: 0px solid transparent;
  margin: 10px 0;
  padding: 10px; }

.scene-pose-header {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: .5em;
  padding: 1em 10px 0; }

.scene-log div.scene-pose-header:nth-child(2) {
  border-top: none; }

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

.scene-log .hint.float-end {
  text-align: right; }

.scene-pose {
  padding: 0 5px;
  margin: 0 5px; }

.scene-pose p {
  margin-bottom: 1em; }

.scene-ooc-pose {
  background-color: #4D2A82;
  padding: 5px;
  border-radius: 2px;
  margin: 0 10px 1em 12px;
  font-style: normal;
  color: #ebebeb; }

.scene-ooc-pose p {
  margin-bottom: 0;
  margin-left: 2px; }

.scene-ooc-pose .badge {
  border-radius: 2px;
  font-style: normal;
  font-weight: bold;
  float: left;
  padding: .25em .5em !important;
  margin: .325em .5em 0 0.25em !important; }

.scene-ooc-pose .emoji {
  line-height: 1.06667;
  top: -.125em;
  position: relative; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #3473AA;
  clear: both; }

.scene-set-pose {
  border-left: 1px solid #80b2f5;
  font-style: normal;
  padding: 0 10px;
  margin: .75em 0px 1em 15px; }

.scene-log:not(#live-scene-log) .scene-set-pose {
  margin-left: 2px; }

.badge-likes {
  background-color: #5E35A0;
  border-style: hidden; }

.pose-divider {
  border: 0.5px solid #5E35A0;
  border-width: .5px 0 0;
  line-height: 1px; }

.pose-divider + .pose-divider {
  display: none; }

.card-default > .card-heading {
  color: #ebebeb;
  background-color: #6e4cae;
  border-color: #5c5c5c; }

.card {
  background-color: #22232b;
  border-color: transparent;
  border-radius: 0px;
  margin: 0px; }

a[name="bottom"] + .card > .card-heading, .action-buttons + .card > .card-heading, .action-buttons + .card + .card > .card-heading {
  background: #4D2A82; }

.log-participants-box {
  padding: 20px 0; }

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

.icon-gallery {
  row-gap: 1em;
  column-gap: 1em;
  justify-content: flex-start; }

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

h1 + p + .action-buttons + div > p,
#scenelist > div > p {
  margin: 0 0 .5em;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

h1 + p + .action-buttons + div > p > b,
#scenelist > div > p > b {
  display: block;
  margin-left: 2px;
  flex: 100% 1 1; }

h1 + p + .action-buttons + div > p > .ember-power-select-trigger,
#scenelist > div > p > .ember-power-select-trigger {
  width: calc(100% - 155px);
  display: inline-block; }

h1 + p + .action-buttons + div > p > .btn,
#scenelist > div > p > .btn {
  display: inline-flex;
  width: 150px;
  padding: 5.5px 10px 5px;
  height: 38.8px;
  flex-flow: row;
  align-items: center;
  justify-content: space-evenly; }

h1 + p + .action-buttons + div > table:not(.plots-list) td:last-child,
#scenelist > div > table:not(.plots-list) td:last-child {
  max-width: 250px;
  width: 25%; }

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

/* -------------------------
TABS
------------------------- */
.nav-tabs {
  display: flex;
  flex-flow: row;
  border-bottom: 1px solid #6e4cae; }

.nav-tabs .nav-item {
  white-space: nowrap; }

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

.nav-tabs > .nav-item > .nav-link.active,
.nav-tabs > .nav-item > .nav-link.active:focus,
.nav-tabs > .nav-item > .nav-link.active:hover,
.nav-tabs > .nav-item > .nav-link:hover {
  background-color: #3473AA;
  color: #ffffff;
  text-shadow: none; }

.nav-tabs > .nav-item > .nav-link {
  background-color: #4D2A82;
  border-color: #4D2A82;
  color: #ffffff;
  padding: .5em 1em .675em; }

.tab-content {
  background-color: #22232b;
  border-color: #181b1d;
  border-top: 1px solid #3473AA; }

/* -------------------------
EMBER POWER SELECT (LOG/CHARACTER CREATION/EDITS)
------------------------- */
.ember-power-select-option[aria-current=true] {
  background-color: #6e4cae;
  color: inherit; }

.ember-power-select-option[aria-selected=true] {
  background-color: #572083; }

/* ul.dropdown-menu {
    background-color: $dark-grey;
} */
select {
  color: #c7c7c7;
  background-color: #414453; }

code {
  background-color: #414453;
  color: #c7c7c7; }

/* -------------------------
DROPDOWN MENU
------------------------- */
.dropdown-menu > li > a {
  font-weight: 400;
  color: #ebebeb;
  background-color: #22232b; }

.dropdown-menu > li > a:hover {
  color: #ebebeb;
  background-color: #5E35A0; }

li hr {
  border-color: #6e4cae; }

.dropdown-menu {
  background-color: #22232b;
  color: #ebebeb;
  font-size: 15px;
  text-transform: none;
  font-family: 'Nunito', sans-serif; }

ul.dropdown-menu,
.navbar-dark .navbar-nav > .open > a,
.navbar-dark .navbar-nav > .open > a:focus,
.navbar-dark .navbar-nav > .open > a:hover {
  background-color: rbga(35, 39, 42, 0.5); }

.navbar {
  text-transform: uppercase;
  font-size: 14px;
  font-family: 'Nunito', sans-serif;
  font-weight: bold; }

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

.ember-basic-dropdown-content,
.navbar-collapse.collapse.show .navbar-nav {
  background-color: #22232b; }

.navbar-collapse.collapse.show .navbar-nav {
  padding: .5em; }

/* -------------------------
TABLES
------------------------- */
.table-striped > tbody > tr:nth-of-type(odd) {
  background: #181b1d;
  color: #ffffff; }

.table-striped > tbody > tr:nth-of-type(even) {
  background: #22232b;
  color: #ffffff; }

.table > tbody > tr > th {
  border-bottom: 1px solid #ebebeb; }

.table > tbody > tr > td {
  border-top: 1px solid #5E35A0;
  color: #ffffff;
  vertical-align: top; }

th,
.table > thead > tr > th {
  background-color: #4D2A82;
  border-bottom: 1px solid #ebebeb; }

.table > tbody > tr > td {
  color: #ebebeb; }

/* -------------------------
ICONS
------------------------- */
.log-icon-container {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  overflow: hidden;
  overflow-x: hidden;
  background: #181b1d;
  width: 150px;
  height: 150px; }

.log-icon-title-container {
  background-color: transparent;
  background-image: url("https://app.mugames.org/game/uploads/theme_images/iconframe-01.png");
  background-size: cover;
  background-position: center top;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  opacity: 1.0;
  filter: alpha(opacity=100);
  text-align: center;
  text-transform: uppercase;
  font-size: 1.0em;
  letter-spacing: 0.03em;
  height: 20px;
  top: -20px; }

.log-icon-title {
  font-family: 'Nunito', sans-serif;
  line-height: 1.5em; }

/* -------------------------
ACTIVE SCENES
------------------------- */
.row > .float-right:first-child {
  padding-right: 16px; }

.left-body > h1 + p + p + .row + .table-responsive > .table-striped th:nth-of-type(4), .left-body > h1 + p + p + .row + .table-responsive > .table-striped td:nth-of-type(4) {
  white-space: nowrap;
  min-width: 100px;
  text-align: center; }

.left-body > h1 + p + p + .row + .table-responsive > .table-striped td {
  vertical-align: top; }

.left-body > h1 + p + p + .row + .table-responsive > .table-striped td > p:nth-of-type(2),
.left-body > h1 + p + p + .row + .table-responsive > .table-striped td > p:nth-of-type(3) {
  overflow: visible;
  padding: .5em 0;
  border-top: 1px solid #22232b;
  margin: 0;
  width: 180%;
  max-width: 1200px; }

.left-body > h1 + p + p + .row + .table-responsive > .table-striped td > p:nth-of-type(2) > span > p {
  display: inline-block; }

.left-body > h1 + p + p + .row + .table-responsive > .table-striped td > p:nth-of-type(2) > span > p:last-of-type,
.left-body > h1 + p + p + .row + .table-responsive > .table-striped td > p:last-child {
  margin-bottom: 0;
  padding-bottom: 0; }

.left-body > h1 + p + p + .row + .table-responsive > .table-striped td > p:first-of-type:not(:last-of-type) {
  margin-bottom: .5em; }

.left-body > h1 + p + p + .row + .table-responsive > .table-striped td:last-child, .left-body > h1 + p + p + .row + .table-responsive > .table-striped th:last-child {
  width: fit-content; }

.left-body > h1 + p + p + .row + .table-responsive > .table-striped td > p {
  margin-left: 0; }

.left-body > h1 + p + p + .row + .table-responsive > .table-striped td:nth-of-type(3) > span {
  display: inline-block;
  width: 23.5%;
  min-width: min-content;
  text-align: center;
  margin-bottom: .5em;
  vertical-align: top; }

.left-body > h1 + p + p + .row + .table-responsive > .table-striped td:nth-of-type(3) > span > span > a:first-child {
  display: block !important; }

/* -------------------------
MEDIA QUERY SETTINGS
------------------------- */
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 5vw !important;
    vertical-align: center !important;
    background-size: cover !important;
    height: auto !important; }
  .container,
  .container-fluid {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto; }
  .site-subtitle {
    text-transform: uppercase;
    text-indent: 0px;
    text-align: center;
    font-size: 1em;
    letter-spacing: 1px; }
  .site-title {
    text-align: center; }
  .jumbotron-tagline {
    font-size: 2em; }
  body > .container-fluid {
    padding: 0;
    margin: 0; }
  /* scenes-live */
  h1 + p + p + .row + .table-responsive {
    border: none; }
  h1 + p + p + .row + .table-responsive > .table * {
    display: block;
    width: 100%; }
  h1 + p + p + .row + .table-responsive > .table th {
    border-bottom: 1px solid #5E35A0; }
  h1 + p + p + .row + .table-responsive > .table td {
    border-bottom: 1px solid #22232b; }
  h1 + p + p + .row + .table-responsive > .table > tr > th:first-of-type,
  h1 + p + p + .row + .table-responsive > .table > tr > th:last-of-type,
  h1 + p + p + .row + .table-responsive > .table > tr > td:first-of-type,
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(2) > br {
    display: none; }
  h1 + p + p + .row + .table-responsive > .table > tr > th:nth-of-type(4),
  h1 + p + p + .row + .table-responsive > .table > tr > th:nth-of-type(5),
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(4),
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(5),
  h1 + p + p + .row + .table-responsive > .table > tr > td:last-of-type {
    display: table-cell; }
  h1 + p + p + .row + .table-responsive > .table > tr > th:nth-of-type(4),
  h1 + p + p + .row + .table-responsive > .table > tr > th:nth-of-type(5) {
    border-right: 1px solid #5E35A0; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(4),
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(5) {
    border-right: 1px solid #22232b; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(5):empty,
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(5):blank,
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(5):-moz-only-whitespace {
    border-right: none; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(4),
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(5),
  h1 + p + p + .row + .table-responsive > .table > tr > td:last-of-type {
    padding: .5em;
    margin: 0;
    vertical-align: middle; }
  h1 + p + p + .row + .table-responsive > .table > tr > th:nth-of-type(4),
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(4) {
    width: 3em;
    white-space: nowrap; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(4) > p {
    padding: 0;
    margin: 0; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(2) {
    background-color: #45839a;
    position: relative;
    min-height: 4em; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(2) > a {
    width: calc(100% - 3.75em);
    text-indent: -6.5em;
    padding-left: 6.5em;
    color: white; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(2) > span {
    width: auto;
    display: inline-block;
    position: absolute;
    right: .75em;
    top: .75em; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(2) > span:last-of-type {
    top: 2.175em; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(3) {
    display: flex;
    flex-flow: row wrap;
    position: relative; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(3) > span {
    display: inline-block;
    padding: 0 .25em .5em;
    width: 25%;
    font-size: .875em;
    text-align: center; }
  h1 + p + p + .row + .table-responsive > .table .inline-block,
  h1 + p + p + .row + .table-responsive > .table b {
    display: inline-block;
    width: auto; }
  h1 + p + p + .row + .table-responsive > .table .inline-block a {
    text-align: center;
    margin: 0 auto;
    width: fit-content; }
  h1 + p + p + .row + .table-responsive > .table .inline-block a:last-of-type {
    margin-top: -.25em; }
  h1 + p + p + .row + .table-responsive > .table .small-profile-icon {
    min-width: 50px;
    width: 50px; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(3) p {
    margin: 0; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(3) > p:first-of-type {
    text-align: right; }
  h1 + p + p + .row + .table-responsive > .table > tr > td:nth-of-type(3) > p:nth-of-type(2) p:not(:empty) {
    margin-top: .25em;
    padding-top: .25em;
    /* border-top: 1px solid $darker-grey; */ } }

@media screen and (min-width: 1400px) {
  ::-webkit-scrollbar {
    width: 10px; }
  ::-webkit-scrollbar:horizontal {
    width: 10px; } }

@media screen and (max-width: 576px) {
  .col-xs-12 {
    flex-basis: 100%; } }

@media (max-width: 400px) {
  .body-container {
    padding: 0px; }
  .col-xs-12 {
    padding: 0px; }
  .body-wrap {
    padding: 0px 0px 0px 0px; } }

/* -------------------------
HEADERS
------------------------- */
h1 {
  background-color: transparent;
  min-height: 32px;
  padding: 0px;
  text-decoration: none;
  color: #ebebeb;
  font-weight: bold;
  text-shadow: 1px 1px 5px #5c5c5c;
  font-size: 2.25em;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0;
  border: 0px;
  background-position: left center;
  background-size: 100% 50px;
  background-repeat: repeat-y;
  border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px; }

h2 {
  text-decoration: none;
  color: #ebebeb;
  font-weight: bold;
  vertical-align: middle;
  text-shadow: 1px 1px 5px #5c5c5c;
  font-size: 1.75em;
  font-family: 'Nunito', sans-serif;
  letter-spacing: 0;
  border-top: 0px solid;
  border-bottom: 1px solid;
  border-left: 0px;
  border-right: 0px;
  border-image: linear-gradient(to right, #6e4cae, #80b2f5);
  border-image-slice: 1;
  border-radius: 0;
  -moz-border-radius: 0px 0px;
  -webkit-border-radius: 0px 0px; }

div.clearfix + h2 {
  padding-top: 2em; }

h3 {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.5em;
  font-family: 'Nunito', sans-serif;
  color: #9456FF; }

h4 {
  text-decoration: none;
  font-weight: bold;
  font-size: 1.25em;
  font-family: 'Nunito', sans-serif;
  color: #80b2f5; }

/* -------------------------
EVENTS
------------------------- */
h1 + p + table ~ span + hr + h2 ~ div {
  position: relative; }

h1 + p + table ~ span + hr + h2 ~ div > p:last-of-type:not(:first-of-type) {
  display: block;
  position: absolute;
  right: 1em;
  top: .25em; }

h1 + p + table ~ span + hr + h2 ~ div > p:last-of-type:not(:first-of-type) > button {
  background: #5E35A0;
  border-style: hidden;
  padding: .3em .5em; }

h1 ~ .event-signup-details {
  position: relative; }

h1 ~ .event-signup-details .event-signup-char {
  flex-basis: 100%; }

h1 ~ .event-signup-details .event-signup-item {
  margin: 0; }

h1 ~ .event-signup-details .event-signup-item:nth-of-type(2),
h1 ~ .event-signup-details .event-signup-item:nth-of-type(3) {
  margin-top: 10px; }

h1 ~ .event-signup-details .event-signup-item > button {
  position: absolute;
  right: 1em;
  top: 13.5px; }

h2 + .event-signup-details {
  padding-top: 10px; }

.fa-trash {
  color: #80b2f5; }

/* -------------------------
CREATE SCENE
------------------------- */
.form-group .card-body.markdown-editor {
  margin-bottom: 0; }

.form-group .card-body.markdown-editor textarea {
  max-width: calc(100% - 20px); }

/* -------------------------
NOTIFICATIONS
------------------------- */
.notifications-list p {
  margin: 0; }

/* Commented out until mail-nav is fixed.
.notification-nav {
    width: fit-content;
    max-width: calc(100% - 138px);
    margin-top: -3.125em;
}
*/
.notifications-list td:nth-child(2),
.notification-controls {
  white-space: nowrap; }

@media screen and (max-width: 991px) {
  .notifications-list tr {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: stretch;
    width: 100%; }
  .notifications-list td:first-child {
    flex: 0 0 2.5em;
    border-bottom: none; }
  .notifications-list td:nth-child(2) {
    flex: 1 1 auto;
    border-bottom: none; }
  .notifications-list td:nth-child(3) {
    order: 1;
    flex: 0 0 100%;
    padding-left: 2.875em;
    border-top: 1px dotted #3473AA;
    border-bottom: 1px solid #5E35A0; }
  .notifications-list td:last-child {
    justify-self: flex-end;
    border-bottom: none; } }

/* -------------------------
PLOTS AND PLOT ARCHIVE
------------------------- */
.plots-list {
  margin-top: .5em; }

.plots-list thead {
  display: none; }

.plots-list tr {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  border-width: 2px 0;
  border-color: #5E35A0;
  margin-bottom: 2em; }

.plots-list td {
  border-bottom: none !important;
  border-top: 1px solid rgba(94, 53, 160, 0.5);
  flex: 1 1 225px;
  background-color: #22232b; }

.plots-list td:first-child {
  font-weight: bold;
  flex-basis: 100%;
  font-size: 1.25em;
  font-family: 'Nunito', sans-serif;
  border-top: none;
  background-color: #414453; }

.plots-list td:first-child a:after {
  content: "\f101";
  display: inline-block;
  float: right;
  font-family: 'FontAwesome';
  font-weight: bold; }

.plots-list td:nth-of-type(2):before {
  content: "STs:"; }

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

.plots-list td:last-child {
  flex-basis: 100%; }

.plots-list td:last-child img {
  margin: 0 1em 0 0; }

.plots-list td:last-child span:first-child p:last-child {
  display: inline; }

.plots-list .content-warning-label [class*=hint--]::after {
  position: relative;
  background: transparent;
  visibility: visible;
  opacity: 1;
  box-shadow: none;
  padding-right: 0;
  padding-left: .675em;
  z-index: 10000002; }

.plots-list .content-warning-label {
  width: 2.275em;
  overflow: hidden;
  vertical-align: middle; }

.plots-list .content-warning-label:hover,
.plots-list .content-warning-label *:hover {
  width: fit-content; }

@media screen and (max-width: 576px) {
  .plots-list td {
    flex-basis: 100% !important; } }

/* -------------------------
CHARACTER IMAGE LISTS
------------------------- */
.profile-gallery:not(.card) {
  vertical-align: top; }

.char-icon-container {
  padding: 0px 5px 0px 5px; }

.profile-gallery img {
  padding: 0; }

/* -------------------------
FORUM POST LIST
------------------------- */
h1 + .row + .action-buttons-spaced + div > .table.table-striped td {
  vertical-align: middle; }

h1 + .row + .action-buttons-spaced + div > .table.table-striped td .inline-block {
  display: inline-flex;
  justify-content: flex-start;
  align-items: center;
  column-gap: .25em; }

/* -------------------------
ACHIEVEMENT TABLE
------------------------- */
.achievement-table tr {
  display: flex;
  flex-flow: row wrap;
  margin-bottom: 0.5em;
  border-width: 1px;
  border-color: #2C184A; }

.achievement-table .col-xs-1 {
  flex: 0 1 50px;
  width: 50px;
  color: #9456FF; }

.achievement-table .col-xs-2 {
  flex: 1;
  font-size: 1.25em;
  text-shadow: 0px 0px 1px #9456FF, 0px 0px 2px #9456FF; }

.achievement-table .col-xs-1,
.achievement-table .col-xs-2 {
  align-self: stretch;
  background-color: #2C184A;
  align-items: center;
  display: flex !important;
  border-bottom: 1px solid #9456FF !important; }

.achievement-table td.col-xs-9 {
  padding: 1em;
  width: 100%;
  color: #ffffff;
  font-size: 0.95em;
  display: block;
  background-color: #181b1d;
  border-bottom: 1px solid #2C184A !important; }

.achievement-chars {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start; }

.achievement-char {
  display: inline-block;
  flex: 0 0 15em;
  margin-right: 0.75em; }

.achievement-levels {
  padding-top: 10px;
  color: #6e4cae; }

/* -------------------------
DATING APP
------------------------- */
.dating-name {
  border: 0px;
  padding: 10px 0px 10px 0px;
  margin: 10px 0px 10px 0px;
  text-align: center;
  background-color: #6e4cae; }

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

.dating-profile-link {
  font-size: 0.8em; }

.dating-buttons {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px; }

.dating-facts-box {
  margin-left: 30px;
  margin-right: 30px; }

@media screen and (max-width: 991px) {
  .dating-facts-box {
    margin-top: 20px; } }

.dating-facts-box .row {
  border-bottom: 1px solid #dddddd;
  padding: 10px; }

.dating-facts-box .row:first-child {
  border-top: 10px solid #6e4cae; }

.dating-facts-box .row:last-child {
  border-bottom: 0px; }

.dating-facts-divider {
  background-color: #6e4cae;
  color: #ffffff;
  padding: 5px;
  margin: 0; }

.dating-facts-profile {
  border-top: 10px solid #6e4cae;
  border-bottom: 10px solid #6e4cae;
  margin-left: 30px;
  margin-right: 30px;
  padding: 10px; }

.dating-facts-profile p {
  margin: 0px; }

.dating-alts-match-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0px; }

.dating-alts-match-list li {
  display: inline-block;
  margin-right: 1rem;
  margin-top: 0.5rem; }

.dating-alts-match-list li > div {
  display: flex;
  flex-direction: column;
  place-items: center; }

.dating-alts-match-list li > div > * + * {
  margin-top: 0.25rem; }

.dating-summary-alt-header {
  display: flex;
  align-items: center; }

.dating-unswiped-icon {
  height: 1.5rem;
  width: 1.5rem;
  margin-left: 0.75rem; }

.dating-char-select {
  width: 175px; }

.dating-char-select .ember-power-select-trigger {
  padding: .125em; }

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

.dating-ui {
  padding-top: 16px;
  padding-bottom: 6px;
  border-top: 1px solid #6e4cae;
  display: flex;
  justify-content: space-between;
  align-items: center; }

.dating-ui > div {
  display: flex;
  gap: 5px; }

.dating-ui dl {
  margin: 0px;
  margin-right: 2rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 5px; }

.dating-ui dl > div {
  display: flex; }

.dating-ui dt, .dating-ui dd {
  margin: 0px;
  padding: 6px 12px 6px 12px; }

.dating-ui dt {
  background-color: #6e4cae;
  border: 1px solid #6e4cae;
  color: #ebebeb;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem; }

.dating-ui dd {
  border: 1px solid #6e4cae;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  color: #ebebeb; }

#dateprof-matches {
  padding: 10px; }

#dateprof-matches h3:first-of-type {
  margin-top: 0px; }

#dateprof-matches ul:last-of-type {
  margin-bottom: 0px; }
