@charset "UTF-8";
/* Muted Rainbow */
/* Grayscale */
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Stencil:opsz,wght@10..72,900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://cdn.jsdelivr.net/npm/@tabler/icons-webfont@2.47.0/tabler-icons.min.css");
@font-face {
  font-family: 'h1font';
  src: url("http://sw-mot.aresmush.com/game/uploads/styles/h1font.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'h2font';
  src: url("http://sw-mot.aresmush.com/game/uploads/styles/h2font.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'h3font';
  src: url("http://sw-mot.aresmush.com/game/uploads/styles/h3font.otf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'sec-font';
  src: url("http://sw-mot.aresmush.com/game/uploads/styles/sec-font.ttf") format("opentype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'aure';
  src: url("/game/uploads/styles/aurebesh.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'aurecond';
  src: url("/game/uploads/styles/aurebesh_cond.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'dotobold';
  src: url("/game/uploads/styles/doto_bold.ttf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

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

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

body {
  font-size: 14px;
  font-family: "sec-font", sans-serif;
  line-height: 1.428571429;
  background-color: #0c1319;
  color: #ebebeb; }

.body-wrap {
  background-color: #0c1319;
  margin: auto;
  max-width: 2500px;
  display: flex;
  flex-direction: row;
  justify-content: space-between; }

.body-container {
  padding: 0px 15px 0px 10px;
  flex-grow: 3; }

.sidebar {
  width: 350px;
  min-width: 350px; }

.centered {
  text-align: center; }

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

.thumbnail-gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; }

.thumbnail-gallery-item {
  height: 150px;
  width: 150px; }

.code-editor {
  font-family: Consolas,Monaco,Lucida Console,monospace; }

.idle-status, .app-status, #console, #console pre, #sendMsg, #sendMsg2, #manageLog {
  white-space: pre-wrap;
  background-color: black;
  color: white;
  font-family: "Lucida Console", Monaco, 'Andale Mono', 'Courier New', Courier, monospace;
  font-size: 14px;
  padding: 10px; }

code {
  white-space: pre-wrap;
  color: #ECF0EF;
  background-color: #14202a;
  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: #0c1319; }

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

.tooltip-button:hover,
.tooltip-button > a:hover {
  color: #6b926b;
  background-color: #0c1319; }

label {
  font-weight: bold; }

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

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

.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 #6b926b; }

.dropdown-divider {
  background-color: #75adbb; }

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

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

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

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

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

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

.markdown-controls a:hover {
  color: #6b926b;
  background-color: #0c1319; }

.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: #6b926b;
  color: #ebebeb;
  border-bottom: 0px;
  border-radius: 4px 4px 0px 0px;
  font-weight: 700; }

.markdown-format-controls {
  background-color: #6b926b;
  border-color: #447c8a;
  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 #3d5954;
  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: #75adbb;
  border-color: #75adbb;
  color: #ebebeb; }

.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: #6b926b;
  border: #6b926b;
  color: #ebebeb; }

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

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

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

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

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

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

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

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

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

.toc {
  padding: 10px;
  background-color: #14202a;
  color: #ECF0EF;
  width: 300px;
  max-width: 100%;
  border: 1px solid #3d5954;
  box-shadow: 5px 5px 5px #75adbb;
  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: #6b926b;
  padding: .1em 1.2em;
  color: #ebebeb;
  font-weight: normal;
  border: 3px solid #447c8a;
  letter-spacing: 0.1em;
  margin: 0px 0px 10px 0px;
  font-family: "Big Shoulders Stencil", sans-serif; }

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

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

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

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

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

pre {
  border: 0;
  padding: 0;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: normal;
  word-break: normal;
  overflow-x: hidden;
  overflow-wrap: normal;
  background-color: inherit; }

.ace-editor {
  position: relative;
  height: 500px;
  width: 100%;
  padding: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

blockquote {
  margin: 0.4em 0;
  width: 80%;
  padding: 10px;
  font-size: 1em;
  background-color: #14202a;
  color: #ECF0EF;
  border: 0px;
  border-left: 1px solid #75adbb;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px; }

pre code {
  border: 2px solid #3d5954;
  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: #6b926b;
  color: #ebebeb;
  padding: 8px; }

td {
  border-bottom: 1px solid #3d5954;
  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: #0c1319;
  color: #ebebeb;
  border: 1px solid #3d5954; }

form {
  padding-bottom: 50px;
  background-color: #0c1319;
  color: #ebebeb; }

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

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

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

input {
  color: #7c858a;
  outline: 0;
  border: 2px solid #3d5954;
  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 #3d5954;
  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: #75adbb;
  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: #0c1319;
  --bs-body-color: #ebebeb;
  --bs-border-color: #3d5954; }

.navbar {
  margin-bottom: 0px; }

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

.badge-primary {
  background-color: #6b926b;
  color: #ebebeb; }

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

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

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

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

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

.tab-content {
  border: 1px solid #3d5954;
  border-top: 2px solid #447c8a;
  padding: 10px;
  min-height: 50px; }

.card {
  background-color: #14202a;
  border-color: #3d5954;
  margin-bottom: 20px;
  border-radius: 4px; }

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

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

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

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

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

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

.btn-primary, .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #6b926b;
  border-color: #447c8a;
  color: #ebebeb; }

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: #0c1319;
  border-color: #3d5954;
  color: #ebebeb; }

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

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

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

.dropdown-item.active, .dropdown-item:active {
  background-color: #6b926b;
  color: #ebebeb; }

.dropdown-item:hover, .dropdown-item:focus {
  background-color: #75adbb;
  color: #ebebeb; }

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

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

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

/* --------------------------
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 #3d5954;
  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: "Big Shoulders Stencil", sans-serif;
  text-transform: uppercase; }

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

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

footer a {
  color: #3d5954; }

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

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

.sidebar-box {
  border-top: 1px solid #3d5954;
  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: #ebebeb;
  padding: 0px;
  margin-top: 20px;
  margin-bottom: 10px;
  text-transform: uppercase; }

.search-bar {
  padding: 10px; }

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

.search-hint {
  color: #999999;
  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 #3d5954; }

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

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

.hint {
  color: #999999;
  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: #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: #0c1319;
  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: #3d5954; }

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

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

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

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

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

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

#sceneMenuCollapseButton {
  display: none; }

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

.app-status {
  padding: 10px; }

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

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

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

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

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

.scene-ooc-pose {
  background-color: #14202a;
  color: #ebebeb;
  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: #999999;
  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: #164059; }

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

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

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

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

.bg-ooc {
  background-color: #6b926b;
  border: 1px solid #3d5954; }

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

.log-wrap {
  border-radius: 8px;
  border: 1px solid #447c8a;
  background-color: #0c1319;
  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 #14202a; }

.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 #3d5954;
  background: #14202a;
  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: #14202a;
  border: 1px solid #3d5954; }

.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: #6b926b;
  color: #ebebeb;
  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: #3d5954;
  padding: 10px; }

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

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

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

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

.plot-subheader {
  display: flex;
  justify-content: space-between;
  padding: 5px;
  border-bottom: 1px solid #3d5954;
  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: #ebebeb;
  background-color: #0c1319; }

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

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

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

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

.profile-divider {
  background-color: #6b926b;
  color: #ebebeb;
  padding: 10px;
  margin-top: -21px;
  margin-bottom: -10px; }

.profile-wrap {
  border: 1px solid #447c8a;
  background-color: #0c1319;
  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 #3d5954; }

.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: #6b926b;
  padding: .1em 1.2em;
  color: #ebebeb;
  font-weight: normal;
  border: 3px solid #447c8a;
  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: #164059;
  margin-right: 15px; }

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

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

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

.status-message {
  color: #ebebeb;
  background-color: #75adbb;
  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: #999999; }

.fs3-gear-row {
  border-bottom: 1px solid #3d5954;
  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 #447c8a;
  background-color: #0c1319;
  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: #14202a;
  color: #ECF0EF;
  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: #6b926b;
  padding: .1em 1.2em;
  color: #ebebeb;
  font-weight: normal;
  border: 3px solid #447c8a;
  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 #3d5954;
  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 #3d5954;
  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: #ebebeb; }

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

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

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

.chat-button-active {
  color: #ebebeb;
  background-color: #6b926b; }

.chat-button-active:focus {
  color: #ebebeb;
  background-color: #6b926b; }

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

.play-section-title {
  font-variant: small-caps;
  margin: 10px 5px 5px 5px;
  font-weight: 400;
  font-family: "Big Shoulders Stencil", sans-serif;
  text-transform: uppercase;
  font-size: 1.5em; }

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

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

.play-selector:hover {
  background-color: #75adbb;
  color: #ebebeb; }

.play-selector-active {
  background-color: #75adbb;
  color: #ebebeb; }

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

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

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

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

.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 #3d5954;
  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: #6b926b;
  color: #ebebeb;
  padding: 5px;
  margin: 0px; }

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

.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 #3d5954;
  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: #6b926b;
  color: #ebebeb;
  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: #3d5954; }

.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 #3d5954;
  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 #3d5954;
  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 #3d5954;
  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: #0c1319; }

.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;
  flex-wrap: wrap;
  border-bottom: 1px solid #3d5954;
  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: #0c1319; }
  .navbar-collapse ul {
    padding: 5px; }
  .navbar-dark .navbar-nav .nav-link {
    color: #ebebeb; }
  .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 QUERY SIZES
   ========================================================= */
/* =========================================================
   GLOBAL TYPOGRAPHY / HEADINGS
   ========================================================= */
/* Global lowercase enforcement */
h1, h2, h3, h4, h5, h6 {
  text-transform: lowercase; }

/* H1 */
h1, .h1 {
  color: #ebebeb;
  font-weight: 80;
  font-family: 'h1font';
  font-size: 2.0rem;
  letter-spacing: 1;
  text-transform: lowercase !important;
  border-left: 2px solid #75adbb;
  margin-left: 0.5em;
  border-right: 0;
  border-top: 0;
  border-bottom: 0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0; }

/* H2 */
h2, .h2 {
  font-family: 'h2font';
  font-size: 2.25em;
  text-transform: lowercase !important; }

/* H3 */
h3, .h3 {
  font-family: 'h3font';
  font-size: 2em;
  text-transform: lowercase !important;
  background-color: #6b926b;
  padding: 0em 1.2em;
  color: #ebebeb;
  font-weight: normal;
  border: 3px solid #447c8a;
  letter-spacing: 0.1em;
  margin: 0; }

/* Utility */
.lowercase-h2font {
  font-family: 'h2font', serif;
  text-transform: lowercase; }

/* =========================================================
   HEADER / FOOTER
   ========================================================= */
.site-title {
  font-family: 'h1font';
  font-size: 2.75em;
  text-transform: lowercase;
  border-image: linear-gradient(to right, #B77D27, rgba(0, 0, 0, 0)) 1;
  border-bottom: 2px solid; }

/* =========================================================
   SIDEBAR
   ========================================================= */
.sidebar {
  width: 250px;
  min-width: 250px;
  padding-left: 7px;
  line-height: 1.2; }

.sidebar-heading h2 {
  font-family: 'h2font';
  font-size: 1.4em;
  text-transform: lowercase; }

/* =========================================================
   LAYOUT STRUCTURE
   ========================================================= */
.body-wrap {
  display: flex;
  flex-direction: column; }

@media (min-width: 1250px) {
  .body-wrap {
    flex-direction: row; }
  .sidebar {
    order: -1; } }

/* =========================================================
   NAVIGATION
   ========================================================= */
@media (max-width: 1400px) {
  .navbar-collapse {
    background-color: unset; } }

@media (max-width: 1250px) {
  .navbar-collapse {
    background-color: #0c1319; } }

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  font-weight: normal !important; }

.navbar-nav .dropdown-menu a[href="#"] {
  pointer-events: none;
  cursor: default;
  color: #F0D8BB;
  background-color: transparent;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, transparent, #F7B834, #6b926b, #447c8a, transparent) 1;
  padding-bottom: 0.1; }

/* =========================================================
   FS3 SHEET LAYOUT
   ========================================================= */
.fs3-sheet {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px; }

.fs3-ability-table:has(.fs3-ability-list-attribute) {
  grid-column: 1 / span 2;
  grid-row: 1; }

.fs3-ability-table:has(.fs3-ability-list-action) {
  grid-column: 1;
  grid-row: 2; }

.fs3-ability-table:has(.fs3-ability-list-language) {
  grid-column: 2;
  grid-row: 2; }

.fs3-ability-table:has(.fs3-ability-list-background) {
  grid-column: 1;
  grid-row: 3; }

.fs3-ability-table:has(.fs3-ability-list-advantage) {
  grid-column: 2;
  grid-row: 3; }

/* =========================================================
   JUMBOTRON
   ========================================================= */
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 100; }

.jumbotron img {
  display: none; }

.jumbotron .splash {
  max-width: 600px;
  margin: 0 auto;
  padding: 1.75rem;
  background-color: rgba(12, 19, 25, 0.9);
  border-radius: 8px; }

.jumbotron .splash p {
  font-size: 1em;
  line-height: 1.2; }

/* =========================================================
   FORCE SECTION SYSTEM (CORE GAME UI)
   ========================================================= */
.force-section p {
  font-family: 'sec-font', sans-serif;
  font-size: 17px;
  line-height: 1.3;
  color: #B39B7F;
  margin: 3px 0 12px;
  padding-left: 3px; }

.force-section br {
  display: none; }

/* FORCE HEADER */
.force-section h5 {
  color: #F0D8BB;
  font-family: 'h2font', sans-serif;
  font-size: 26px;
  padding-bottom: 4px;
  padding-left: 3px;
  margin: 1px 0 3px;
  border: none;
  border-bottom: 2px solid;
  border-image: linear-gradient(to right, #F7B834 0%, #6b926b 40%, #447c8a 70%, rgba(68, 124, 138, 0) 100%) 1;
  display: block;
  width: 100%; }

/* HEADER LINE */
.force-section h5::after {
  display: none; }

.force-box {
  background: #3a3a3a;
  padding: 8px;
  border-radius: 6px; }

.force-tab ul li::marker {
  color: #F0D8BB; }

/* =========================================================
   IMAGE GRID TABLE SYSTEM
   ========================================================= */
.table:has(.hoverZoomLink img.thumbnail) tbody {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px 20px; }

.table:has(.hoverZoomLink img.thumbnail) tbody tr {
  display: flex;
  flex-direction: column;
  min-height: 180px;
  border: 1px solid #444;
  padding: 8px;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.03); }

.table:has(.hoverZoomLink img.thumbnail) tbody td {
  display: block; }

.table:has(.hoverZoomLink img.thumbnail) tbody td:first-child {
  text-align: center;
  font-size: 0.95em;
  margin-bottom: 6px; }

.table:has(.hoverZoomLink img.thumbnail) tbody td:nth-child(2) {
  text-align: center;
  margin: auto 0; }

.table:has(.hoverZoomLink img.thumbnail) tbody td:nth-child(3) {
  margin-top: auto;
  text-align: right;
  font-size: 0.85em;
  opacity: 0.7; }

.table:has(.hoverZoomLink img.thumbnail) .thumbnail {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto; }

/* =========================================================
   EMBER / TYPOGRAPHY OVERRIDES
   ========================================================= */
h2 + span.ember-view p,
h3 + span.ember-view p,
h1 + p + span.ember-view p {
  font-family: 'sec-font', sans-serif;
  font-size: 17px;
  line-height: 1.3;
  color: #B39B7F;
  display: block;
  max-width: 950px;
  margin-left: 20px;
  margin-bottom: 1.1em; }

h1 + p + span.ember-view p {
  margin-bottom: 0.4em; }

/* =========================================================
   NPC PIP SYSTEM
   ========================================================= */
.pip {
  width: 9px;
  height: 9px;
  border-radius: 2px;
  display: inline-block; }

.pip-empty {
  background: rgba(255, 255, 255, 0.07);
  border: 0.5px solid rgba(255, 255, 255, 0.12); }

.p1 {
  background: #3B6D11; }

.p2 {
  background: #639922; }

.p3 {
  background: #EF9F27; }

.p4 {
  background: #D85A30; }

.p5 {
  background: #C23838; }

.p6 {
  background: #A32D4A; }

.p7 {
  background: #993556; }

.p8 {
  background: #7A2D56; }

.p9 {
  background: #5C2456; }

/* =========================================================
   MASK OF TYRANNY — INTERCEPTED TRANSMISSION
   ========================================================= */
.live-scenes-title a.scene-title {
  color: #ffffff;
  text-decoration: none; }

.live-scenes-title a.scene-title:hover {
  color: #ffffff;
  text-decoration: underline; }

/* ===== Mask of Tyranny — intercepted transmission ===== */
/* the animated signal dot + blinking cursor */
@keyframes motpulse {
  0%, 100% {
    opacity: .4;
    transform: scale(0.8); }
  50% {
    opacity: 1;
    transform: scale(1); } }

@keyframes motblink {
  0%, 49% {
    opacity: 1; }
  50%, 100% {
    opacity: 0; } }

.mot-dot {
  animation: motpulse 1.7s ease-in-out infinite; }

.mot-cur {
  animation: motblink 1.1s steps(1) infinite; }

/* removes the site's default gaps between the rows (tightens top/bottom) */
.mot-box > div {
  margin: 0 !important; }

/* keep the homepage's big, centered text styling off the box */
.mot-box {
  text-align: left; }

.mot-line {
  font-family: 'dotobold', monospace !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  letter-spacing: -0.05em !important;
  color: #cdb06a !important; }

/* ===== Mask of Tyranny — home briefing ===== */
.mhb {
  text-align: left; }

.mhb-pnl {
  position: relative; }

.mhb-pnl::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #e0a64f;
  border-left: 2px solid #e0a64f;
  opacity: .6; }

.mhb-pnl::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 10px;
  height: 10px;
  border-bottom: 2px solid #e0a64f;
  border-right: 2px solid #e0a64f;
  opacity: .6; }

.mhb > .mhb-pnl:first-child {
  flex: 1 1 340px !important; }

.mhb > .mhb-pnl:last-child {
  flex: 0 1 220px !important; }

.mhb-pnl > div:first-child > span {
  font-size: 12px !important; }

.mhb-pnl > div:first-child > span:nth-child(2) {
  font-size: 11px !important; }

.mhb-p {
  font-size: 16px !important;
  color: #cdb06a !important;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 .7em; }

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

.mhb-a {
  font-size: 13px !important;
  color: #F0D8BB !important; }

.mhb-a:hover {
  color: #c4daa8 !important; }

/* ===== Mask of Tyranny — signal animation (60s loop) ===== */
@keyframes motsig1 {
  0% {
    background: #e0a64f; }
  4% {
    background: #f0463a; }
  7% {
    background: #e0a64f; }
  9% {
    background: #f0463a; }
  12% {
    background: #e0a64f; }
  25% {
    background: #d8d83c; }
  27% {
    background: #e0a64f; }
  29% {
    background: #d8d83c; }
  31% {
    background: #e0a64f; }
  32% {
    background: #d8d83c; }
  38% {
    background: #e0a64f; }
  51% {
    background: #f0463a; }
  54% {
    background: #e0a64f; }
  72% {
    background: #d8d83c; }
  74% {
    background: #e0a64f; }
  76% {
    background: #d8d83c; }
  78% {
    background: #e0a64f; }
  79% {
    background: #d8d83c; }
  85% {
    background: #e0a64f; }
  100% {
    background: #e0a64f; } }

@keyframes motsig2 {
  0% {
    background: #e0a64f; }
  4% {
    background: #1f3a44; }
  7% {
    background: #e0a64f; }
  9% {
    background: #1f3a44; }
  12% {
    background: #e0a64f; }
  25% {
    background: #d8d83c; }
  27% {
    background: #e0a64f; }
  29% {
    background: #d8d83c; }
  31% {
    background: #e0a64f; }
  32% {
    background: #d8d83c; }
  38% {
    background: #e0a64f; }
  51% {
    background: #1f3a44; }
  54% {
    background: #e0a64f; }
  72% {
    background: #d8d83c; }
  74% {
    background: #e0a64f; }
  76% {
    background: #d8d83c; }
  78% {
    background: #e0a64f; }
  79% {
    background: #d8d83c; }
  85% {
    background: #e0a64f; }
  100% {
    background: #e0a64f; } }

@keyframes motsig3 {
  0% {
    background: #1f3a44; }
  25% {
    background: #d8d83c; }
  27% {
    background: #1f3a44; }
  29% {
    background: #d8d83c; }
  31% {
    background: #1f3a44; }
  32% {
    background: #d8d83c; }
  38% {
    background: #1f3a44; }
  72% {
    background: #d8d83c; }
  74% {
    background: #1f3a44; }
  76% {
    background: #d8d83c; }
  78% {
    background: #1f3a44; }
  79% {
    background: #d8d83c; }
  85% {
    background: #1f3a44; }
  100% {
    background: #1f3a44; } }

@keyframes motsigw {
  0% {
    opacity: 1; }
  4% {
    opacity: 0; }
  7% {
    opacity: 1; }
  9% {
    opacity: 0; }
  12% {
    opacity: 1; }
  25% {
    opacity: 0; }
  27% {
    opacity: 1; }
  29% {
    opacity: 0; }
  31% {
    opacity: 1; }
  32% {
    opacity: 0; }
  38% {
    opacity: 1; }
  51% {
    opacity: 0; }
  54% {
    opacity: 1; }
  72% {
    opacity: 0; }
  74% {
    opacity: 1; }
  76% {
    opacity: 0; }
  78% {
    opacity: 1; }
  79% {
    opacity: 0; }
  85% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes motsigg {
  0% {
    opacity: 0; }
  25% {
    opacity: 1; }
  27% {
    opacity: 0; }
  29% {
    opacity: 1; }
  31% {
    opacity: 0; }
  32% {
    opacity: 1; }
  38% {
    opacity: 0; }
  72% {
    opacity: 1; }
  74% {
    opacity: 0; }
  76% {
    opacity: 1; }
  78% {
    opacity: 0; }
  79% {
    opacity: 1; }
  85% {
    opacity: 0; }
  100% {
    opacity: 0; } }

@keyframes motsigc {
  0% {
    opacity: 0; }
  4% {
    opacity: 1; }
  7% {
    opacity: 0; }
  9% {
    opacity: 1; }
  12% {
    opacity: 0; }
  51% {
    opacity: 1; }
  54% {
    opacity: 0; }
  100% {
    opacity: 0; } }

.motsig-b1 {
  animation: motsig1 60s step-end infinite; }

.motsig-b2 {
  animation: motsig2 60s step-end infinite; }

.motsig-b3 {
  animation: motsig3 60s step-end infinite; }

.motsig-w {
  animation: motsigw 60s step-end infinite; }

.motsig-g {
  animation: motsigg 60s step-end infinite; }

.motsig-c {
  animation: motsigc 60s step-end infinite; }

/* ===== Mask of Tyranny — breathing source bangs ===== */
@keyframes motbreathe {
  0%, 100% {
    opacity: 1; }
  50% {
    opacity: .25; } }

.motbang {
  animation: motbreathe 1.5s ease-in-out infinite; }

/* ===== Mask of Tyranny — link hover ===== */
.mot-lk {
  transition: all .18s ease; }

.mot-lk:hover {
  transform: translateX(8px);
  color: #c4daa8 !important; }

.mot-lk:hover .motlk-f, .mot-lk:hover .motlk-g {
  color: #c4daa8 !important; }

/* ===== Mask of Tyranny — mobile ===== */
@media (max-width: 720px) {
  .motbody {
    flex-direction: column !important;
    padding: 6px 14px 0 !important; }
  .motstrip {
    width: auto !important;
    padding: 6px 4px 10px !important;
    display: flex !important;
    flex-wrap: wrap;
    gap: 2px 16px; }
  .motfeed {
    display: none !important; }
  .motmani {
    width: auto !important;
    padding-left: 0 !important; }
  .motside {
    display: none !important; }
  .motrow2 {
    flex-direction: column !important; } }

/* =========================================================
   COOKIES — SPARKLE FRAME
   ========================================================= */
@keyframes twinkle1 {
  0%, 100% {
    opacity: 0;
    transform: scale(0.4); }
  50% {
    opacity: 1;
    transform: scale(1); } }

@keyframes twinkle2 {
  0%, 100% {
    opacity: 0;
    transform: scale(0.3); }
  40% {
    opacity: 0.9;
    transform: scale(1); } }

@keyframes twinkle3 {
  0%, 100% {
    opacity: 0;
    transform: scale(0.5); }
  60% {
    opacity: 1;
    transform: scale(1.1); } }

@keyframes twinkle4 {
  0%, 100% {
    opacity: 0;
    transform: scale(0.2); }
  45% {
    opacity: 0.8;
    transform: scale(0.9); } }

@keyframes twinkle5 {
  0%, 100% {
    opacity: 0;
    transform: scale(0.4); }
  55% {
    opacity: 1;
    transform: scale(1); } }

.ck-s1, .ck-s2, .ck-s3, .ck-s4, .ck-s5, .ck-s6, .ck-s7, .ck-s8 {
  display: flex;
  align-items: center;
  justify-content: center;
  transform-origin: center; }

.ck-s1 {
  animation: twinkle1 1.8s ease-in-out infinite; }

.ck-s2 {
  animation: twinkle2 2.3s ease-in-out infinite 0.4s; }

.ck-s3 {
  animation: twinkle3 1.6s ease-in-out infinite 0.9s; }

.ck-s4 {
  animation: twinkle4 2.1s ease-in-out infinite 1.3s; }

.ck-s5 {
  animation: twinkle5 1.9s ease-in-out infinite 0.2s; }

.ck-s6 {
  animation: twinkle1 2.4s ease-in-out infinite 1.1s; }

.ck-s7 {
  animation: twinkle3 1.7s ease-in-out infinite 0.6s; }

.ck-s8 {
  animation: twinkle2 2.0s ease-in-out infinite 1.5s; }

.lfrp-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-right: 8px;
  border-bottom: 2px solid rgba(156, 156, 156, 0.5); }

.lfrp-row .fa-solid {
  color: #45a366;
  font-size: .9em;
  padding-left: 15px;
  padding-top: 27px; }

.lfrp-row .fa-stack {
  margin-right: -17px; }

.fa-mobile-retro::before {
  background-color: black;
  border-radius: 5px; }

.badge-sidebar-bgs {
  padding-left: .42em;
  padding-right: .22em;
  padding-top: .32em;
  padding-bottom: .22em;
  margin-right: 3px;
  border-radius: .3em;
  transition: background-color .5s; }

.badge-sidebar-bgs:hover {
  background-color: rgba(255, 238, 225, 0.805);
  padding-left: .42em;
  padding-right: .22em;
  padding-top: .32em;
  padding-bottom: .22em;
  margin-right: 3px;
  border-radius: .3em; }
