/* index.css */

@charset "UTF-8";
@font-face {
	font-display: swap;
	font-family: "Rubik";
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/rubik/v12/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4iFWUU1Z4Y.woff2)
		format("woff2");
	unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB,
		U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
:root {
	--selected-bg-color: gray;
	--already-read: palevioletred;
	--own-content: lightsteelblue;
	--color-own-content: lightsteelblue;
	--gt-background-color: #000033;
	--pg-background-color: #003300;
	--festival-red: #ff2828;
	--color-disabled: #666666;
	--color-active: #ff2828;
	--background-color-active: #00d7d7;
	--background-color-own-content: #917d56;
	--pg-icon-color: #f7b9a1;
}

body {
	background: radial-gradient(black, #003300);
	height: 100%;
	margin: 0;
	overflow: scroll;
	padding: 0;
	width: 100%;
}
html {
	height: 100%;
	margin: 0;
	padding: 0;
	width: 100%;
}
/*
input { font-family: 'Font Awesome 5 Free'; font-weight: 900; max-width: 100%;}
*/
td {
	padding: 0.2em 0;
	text-align: center;
}
th {
	border-left: 1px solid white;
	border-right: 1px solid white;
	padding: 0 0.25em;
}
#app {
	color: white;
	display: flex;
	flex-direction: column;
	font-family: "Rubik", sans-serif;
}
#DisplayBar {
	bottom: 0;
	position: fixed;
	width: 100%;
}
#upgrade-notice {
	background-color: #4b0082;
	font-size: 40px;
	font-variant: small-caps;
	left: 50%;
	position: fixed;
	top: 0;
	transform: translateX(-50%);
	z-index: 10;
}
#entry-form {
	color: white;
	display: flex;
	flex-direction: column;
}
#entry-form label {
	padding: 1em 0;
}
#entry-form input[type="text"] {
	font-size: 16px;
	margin: 0 0 0.5em 0;
	padding: 0.75em;
}
.app-description {
	color: white;
	padding: 1em 0;
}
.app-title,
.app-greeting {
	color: white;
}
.App {
	display: flex;
	flex-direction: column;
}
.banner-button {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	text-align: right;
}
.banner-button svg {
	position: relative;
}

.c44-up-container {
	color: var(--background-color-active);
}
.c44-up-header {
}
.c44-up-content-private {
}
.c44-up-content-mixed {
}
.c44-up-mixed-public {
}
.c44-up-mixed-private {
}

/* borders */
.c44-bl1ca {
	border-left: 1px solid var(--color-active);
}
.c44-br1ca {
	border-right: 1px solid var(--color-active);
}

/* colors */
/* color: disabled */
.c44-cd {
	color: var(--color-disabled);
}
/* color: active */
.c44-ca {
	color: var(--color-active);
}
/* color: own-content */
.c44-coc {
	color: var(--color-own-content);
}
/* color: fill white */
.c44-c-fw {
	fill: white;
}

/* background color: active */
.c44-bca {
	background-color: var(--background-color-active);
}
/* background color: own-content */
.c44-bcoc {
	background-color: var(--background-color-own-content);
}
.c44-bcca {
	background-color: var(--color-active);
}
.c44-bcg {
	background-color: gray;
}
.c44-cp {
	cursor: pointer;
}

/* display */
.c44-df {
	display: flex;
}
.c44-dn {
	display: none;
}
.c44-dib {
	display: inline-block;
}
.c44-dif {
	display: inline-flex;
}

/* flex */
.c44-fais {
	align-items: flex-start;
}
.c44-faic {
	align-items: center;
}
.c44-fdc {
	flex-direction: column;
}
.c44-fg1 {
	flex-grow: 1;
}
.c44-fjcc {
	justify-content: center;
}
.c44-fjcs {
	justify-content: flex-start;
}
.c44-fjcsa {
	justify-content: space-around;
}
.c44-fjcsb {
	justify-content: space-between;
}
.c44-asc {
	align-self: center;
}
.c44-fhf {
	display: flex;
}
.c44-fvf {
	display: flex;
	flex-direction: column;
}

/* font-size */
.c44-fs-36px {
	font-size: 36px;
}

/* height */
.c44-h-10vh {
	height: 10vh;
}
.c44-h-80vh {
	height: 80vh;
}
.c44-h-80px {
	height: 80px;
}
.c44-h-160px {
	height: 160px;
}
.c44-h-m160px {
	min-height: 160px;
}
.c44-h-ma50vh {
	max-height: 50vh;
}
.c44-h-ma25vh {
	max-height: 25vh;
}

/* hover */
.c44-hov-cp {
	cursor: pointer;
}

/* margin */
.c44-mla {
	margin-left: auto;
}
.c44-mra {
	margin-right: auto;
}

/* object fit */
.c44-of-con {
	object-fit: contain;
}

/* offsets */
.c44-l-0 {
	left: 0;
}
.c44-t-0 {
	top: 0;
}
.c44-r-0 {
	right: 0;
}
.c44-b-0 {
	bottom: 0;
}
.c44-z-10 {
	z-index: 10;
}
.c44-l-m50pc {
	left: -50%;
}
.c44-l-50pc {
	left: 50%;
}

/* overflow */
.c44-oys {
	overflow-y: scroll;
}

/* padding */
.c44-p-5-10 {
	padding: 5px 10px;
}

/* position */
.c44-pa {
	position: absolute;
}
.c44-pr {
	position: relative;
}

/* text-align */
.c44-tac {
	text-align: center;
}

/* width */
.c44-w-10vh {
	width: 10vh;
}
.c44-w-60 {
	width: 60%;
}
.c44-w-90 {
	width: 90%;
}
.c44-w-100 {
	width: 100%;
}
.c44-w-480px {
	width: 480px;
}
.c44-w-600px {
	width: 600px;
}
.c44-w-ma6em {
	max-width: 6em;
}
.c44-w-ma90 {
	max-width: 90%;
}
.c44-w-min {
	width: min-width;
}
.c44-w-max {
	width: max-width;
}

/* tricks */
.c44-stack {
	will-change: opacity;
}

.collapsible-menu {
	display: inline-block;
	position: absolute;
}
.footer {
	height: 80px;
	width: 100%;
}
.form-question {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.form-question label {
	padding: 0;
}
.ft-already-read.ft-already-read {
	background-color: var(--already-read);
}
.ft-als-l {
	align-self: start;
}
.ft-als-r {
	align-self: end;
}
.ft-average-rating-field {
	display: flex;
	flex-direction: row;
	justify-content: left;
}
.ft-banner-button-container {
	display: flex;
	flex-direction: row;
	height: 1em;
	justify-content: flex-end;
	width: 38%;
}
.ft-banner-menu {
	bottom: 0;
	right: 0;
	z-index: 10;
}
.ft-banner-menu-content {
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	display: flex;
	flex-direction: column;
	opacity: 1;
	position: absolute;
	top: 100%;
}
.ft-button-forty {
	align-items: center;
	background-color: blue;
	color: red;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 18px;
	justify-content: center;
	margin: 0px 5px;
	height: 40px;
	overflow: hidden;
	text-align: center;
	width: 40px;
}
.ft-button-live {
	align-self: center;
	background-color: var(--gt-background-color);
	color: cyan;
	display: flex;
	justify-content: center;
	left: 0;
	margin: 1em 0;
	padding: 1em;
	text-align: center;
	width: 50px;
}
.ft-card {
	background: white;
	color: black;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	font-size: 100%;
	justify-content: space-between;
	margin: 0.5em;
	padding: 0.5em;
}
.ft-card-above-overlay {
	justify-content: flex-end;
	z-index: 3;
}
.ft-card-container {
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
}
.ft-card-container .ft-icon {
	height: 25px;
	width: 25px;
}
.ft-card-container > .ft-horizontal-fields > .ft-card-large {
	flex-shrink: 1;
}
.ft-card-container-horizontal {
	box-sizing: border-box;
	color: #dd00dd;
	display: flex;
	height: 60px;
	justify-content: space-around;
	padding: 0;
	position: sticky;
	top: 0px;
	z-index: 1;
}
.ft-card-container-horizontal > .ft-card {
	flex-grow: 1;
	flex-shrink: 1;
	min-width: 3em;
}
.ft-card-large {
	align-items: center;
	background: white;
	color: black;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: 0;
	font-size: 100%;
	justify-content: flex-start;
	margin: 0.5em;
	max-width: 100%;
	padding: 0.5em;
	position: relative;
}
.ft-card-overlay {
	align-items: flex-end;
	display: flex;
	flex-direction: row-reverse;
	height: 100%;
	left: 0;
	opacity: 0.5;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2;
}
.ft-card-selected {
	background-color: var(--selected-bg-color);
}
.ft-card-thumbnail {
	width: 50px;
}
.ft-card-title {
	color: white;
	background-color: black;
	flex-grow: 1;
	min-height: 25px;
	text-align: center;
	z-index: 3;
}
.ft-center {
	display: block;
	text-align: center;
	width: 100%;
}
.ft-close-click {
	float: right;
}
.ft-event-selector {
	align-content: flex-start;
	align-items: flex-start;
	display: inline-flex;
	flex-direction: column;
	margin: 5px;
	width: 100%;
}
.ft-fb-fg4 {
	flex-grow: 4;
}
.ft-field {
	font-size: 100%;
	display: inline-block;
	margin: 0 0.25em 0;
}
.ft-fields {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	min-height: 1.5em;
}
.ft-fields-with-thumbnail {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	min-height: 1.5em;
	overflow: hidden;
	position: relative;
}
.ft-fifty-button {
	align-items: center;
	background-color: blue;
	color: red;
	display: flex;
	font-size: 20px;
	justify-content: center;
	margin: 0px 5px;
	min-height: 50px;
	overflow: hidden;
	text-align: center;
	width: 50px;
}
.ft-flex-grow {
	flex-grow: 1;
}
.ft-full-image {
	display: flex;
	flex-direction: column;
}
.ft-full-image > image {
	display: flex;
	flex-grow: 1;
}
.ft-full-image > .ft-image-attribution {
	display: flex;
	flex-grow: 0;
	flex-shrink: 1;
}
.ft-horizontal-fields {
	display: flex;
	flex-direction: row;
	position: relative;
}
.ft-icon {
	height: 50px;
	max-height: 100%;
	max-width: 100%;
	width: 50px;
}
.ft-icon-div {
	fill: var(--pg-icon-color);
	height: 100%;
	left: 0;
	position: relative;
	top: 0;
	width: 100%;
}
.ft-icon-span {
	display: inline-block;
	height: 1em;
	width: 1em;
}
.ft-icon-stack-lower-right {
	bottom: 0;
	height: 45%;
	position: absolute;
	right: 0;
	width: 45%;
}
.ft-icon-stack-upper-left {
	height: 45%;
	left: 0;
	position: absolute;
	top: 0;
	width: 45%;
}
.ft-icon-stack.ft-icon-stack {
	display: inline-block;
	height: 50px;
	margin: 0;
	position: relative;
	vertical-align: baseline;
	width: 50px;
}
.ft-icon-stack .ft-icon-div {
	position: absolute;
}
.ft-image-attribution a {
	color: lightskyblue;
	font-size: 75%;
}
.ft-menu-field {
	color: black;
	cursor: pointer;
	display: inline-block;
	font-size: 150%;
	padding: 0.25em;
	width: 100%;
}
.ft-menu-item {
	border: 1px solid var(--festival-red);
	border-width: 1px 0 1px 0;
	display: inline-block;
	text-decoration: none;
	width: 10em;
}
.ft-menu-item .ft-icon {
	height: 35px;
	width: 35px;
}
.ft-menu-item-disabled {
	display: inline-block;
	font-weight: bold;
	width: 10em;
}
.ft-menu-item-header {
	background-color: var(--selected-bg-color);
	font-size: 110%;
	text-decoration: none;
}
.ft-menu-item-selected {
	background-color: var(--selected-bg-color);
	font-size: 110%;
	text-decoration: none;
}
.ft-menu-item-fields {
	display: inline-flex;
	flex-direction: row;
	justify-content: left;
	vertical-align: top;
}
.ft-modal {
	bottom: 10%;
	color: black;
	left: 50%;
	max-height: 80%;
	position: fixed;
	z-index: 30;
}
.ft-modal-content {
	align-items: center;
	background-color: #00d7d7;
	display: flex;
	flex-direction: column;
	left: -50%;
	min-height: 320px;
	opacity: 1;
	position: relative;
	width: 300px;
}
.ft-modal-content > .ft-close-click {
	align-self: flex-end;
}
.ft-modal-content > .ft-menu-item {
	width: 100%;
}
.ft-modal-textarea {
	height: 150px;
	width: 280px;
}
.ft-name-fields {
	display: flex;
	flex-direction: row;
	justify-content: left;
}
.ft-nav-button {
	cursor: pointer;
	flex-shrink: 0;
	font-size: 150%;
	height: 50px;
	width: 50px;
}
.ft-nav-button > svg {
	margin: 0 auto;
	display: block;
}
.ft-nav-button input {
	display: none;
}
.ft-own-content.ft-own-content {
	background-color: var(--own-content);
}
.ft-pane-single {
	min-width: 300px;
	overflow-y: scroll;
	width: 33%;
}
.ft-pane-double {
	min-width: 600px;
	overflow-y: scroll;
	width: 66%;
}
.ft-pane-double .widget-container section {
	width: 100%;
}
.ft-pane-triple {
	min-width: 900px;
	overflow-y: scroll;
	width: 99%;
}
.ft-quarter {
	background-color: black;
	color: red;
	flex-grow: 0;
	flex-shrink: 0;
	font-size: 25px;
	text-align: center;
	width: 25px;
}
.ft-quarter-button {
	align-items: center;
	background-color: blue;
	color: red;
	display: inline-flex;
	flex-shrink: 0;
	font-size: 18px;
	justify-content: center;
	margin: 0px 5px;
	min-height: 25px;
	overflow: hidden;
	text-align: center;
	width: 25px;
}
.ft-rating-field {
	display: flex;
	flex-direction: row;
	font-size: 200%;
	justify-content: left;
}
.ft-search-bar {
	flex-grow: 1;
}
.ft-search-field {
}
.ft-search-field-input {
	width: 8em;
}
.ft-schedule {
	width: 100%;
	overflow-x: scroll;
}
.ft-schedule-container {
	position: sticky;
	top: 0;
}
.ft-schedule-header {
	box-sizing: border-box;
	color: #dd00dd;
	display: flex;
	height: 60px;
	justify-content: space-around;
	padding: 0 6em;
	position: sticky;
	top: 0px;
	z-index: 1;
}
.ft-schedule-header-field {
	flex-shrink: 0;
	text-align: center;
	width: 300px;
}
.ft-set-diff-fields {
	display: flex;
	flex-direction: row;
	font-size: 85%;
	justify-content: space-between;
	margin: 0.5em 0 0;
	min-height: 1.27em;
	text-transform: uppercase;
}
.ft-set-diff-fields > .ft-name-field {
	width: 25%;
}
.ft-set-name-field {
	display: flex;
	flex-direction: row;
	justify-content: center;
}
.ft-set-name-fields {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.ft-spacer {
	margin: 0 0.25em 0;
}
.ft-stage-banner {
	align-items: center;
	background-image: url(img/Crowdshot.jpg);
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: 0.5em;
	position: relative;
}
.ft-stage-banner svg {
	color: #f7b9a1;
	font-size: 180%;
}
.ft-stage-banner-container {
	overflow-y: visible;
	position: static;
	width: 100%;
}
.ft-stage-banner-outer-container {
	flex-direction: column;
	position: fixed;
	top: 0;
	width: 100%;
}
.ft-stage-title {
	color: #f7b9a1;
	display: inline-flex;
	flex-grow: 9;
	flex-shrink: 9;
	font-size: 180%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 5px;
	overflow: hidden;
	padding: 10px 0;
	text-align: left;
	text-transform: uppercase;
	white-space: nowrap;
}
.ft-ui-button {
	align-self: center;
	background: radial-gradient(#ee5f28, black);
	color: cyan;
	display: flex;
	justify-content: center;
	left: 0;
	margin: 1em 0;
	padding: 1em;
	right: 0;
	width: 50%;
}
.ft-user-avatar-image {
	height: 60px;
	width: 60px;
}
.ft-vertical-fields {
	display: flex;
	flex-direction: column;
	justify-content: left;
}
.ft-vertical-fields-100-width {
	display: flex;
	flex-direction: column;
	justify-content: left;
	width: 100%;
}
.ft-widget-container {
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	flex-wrap: wrap;
	justify-content: flex-start;
	min-height: 0px;
	overflow-y: scroll;
	padding: 0 0 80px;
	width: 100%;
}
.ft-widget-container > div {
	display: flex;
}
.ft-widget-container footer {
	border-top: 1px solid black;
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
}
.ft-widget-container footer > span {
	flex-grow: 1;
}
.ft-widget-container header {
	color: white;
	border-bottom: 1px solid black;
}
.ft-widget-container section {
	border: 1px solid black;
	display: flex;
	flex-direction: column;
	margin: 10px;
	max-height: 300px;
	width: 300px;
}
.ft-widget-container section.full {
	max-height: none;
	width: 98%;
}
.ft-widget-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ft-widget-header-text {
	height: 50px;
	line-height: 50px;
}
.ft-widget-fixed-card {
	border: 1px solid black;
	display: flex;
	flex-direction: column;
	margin: 10px;
	max-height: 300px;
	width: 300px;
}
.ft-widget-tall.ft-widget-tall {
	height: 720px;
	max-height: 720px;
}
.gametime-banner {
	align-items: center;
	display: flex;
	flex-direction: row;
	height: 60px;
	justify-content: space-between;
	position: absolute;
	right: 0;
	top: 0.5em;
	width: 100%;
	z-index: 10;
}
.gt-feeling-weak-hate {
	background-color: #ff6961;
}
.gt-feeling-weak-like {
	background-color: #fdfd96;
}
.gt-feeling-weak-love {
	background-color: #77dd77;
}
.gt-feeling-strong-hate {
	background-color: #ff0800;
}
.gt-feeling-strong-like {
	background-color: #fff600;
}
.gt-feeling-strong-love {
	background-color: #66ff00;
}
.gt-feeling-unsure {
	background-color: #a9a9a9;
}
.gt-schedule-now-bar {
	border: 0;
	box-shadow: 0 -12px 12px -12px white inset;
	height: 12px;
	margin: 0 auto;
	position: absolute;
	width: 100%;
}
.gu-mirror {
	margin: 0;
	opacity: 0.8;
	position: fixed;
	z-index: 9999;
}
.gu-hide {
	display: none;
}
.gu-unselectable {
	user-select: none;
}
.gu-transit {
	opacity: 0.2;
}
.hidden {
	display: none;
}
.ft-launcher-container {
	flex-direction: column;
	padding: 85px 5px 5px 5px;
}
.login-button {
	color: white;
	display: flex;
	flex: 1;
	flex-direction: column;
	justify-content: center;
}
.main-stage {
	background: radial-gradient(black, #003300);
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	overflow-y: hidden;
	padding: 5px 5px 5px 5px;
	position: fixed;
	width: 100%;
	z-index: 1;
}
.main-stage-content {
	display: inline-flex;
	flex-direction: column;
}
.main-stage-content-scroll {
	height: 720px;
	overflow-y: scroll;
	padding: 0 0 80px;
}
.main-stage-content-panes {
	display: inline-flex;
	flex-direction: column;
	flex-shrink: 0;
	height: 100%;
	overflow-y: scroll;
	width: 100%;
}
.main-stage-gametime {
	background: radial-gradient(var(--gt-background-color), black);
	display: inline-flex;
	flex-direction: column;
	height: 100%;
	overflow-y: hidden;
	padding: 5px 5px 5px 5px;
	position: fixed;
	width: 100%;
	z-index: 1;
}
.main-stage-gametime-content-scroll {
	overflow-y: scroll;
	padding: 80px 0;
}
.nav-bar {
	align-items: center;
	background: #ee5f28;
	display: flex;
	flex: 1;
	justify-content: space-around;
}
.schedule-label {
	height: 60px;
	left: 1em;
	position: sticky;
}
.schedule-labels {
	display: inline-block;
	flex-shrink: 0;
}
.schedule-ladder {
	display: flex;
	height: 720px;
	overflow-y: scroll;
	position: relative;
}
.schedule-set {
	border: 1px solid black;
	box-sizing: border-box;
	color: black;
	display: block;
	font-size: 100%;
	justify-content: space-between;
	margin: 0.5em;
	position: absolute;
	text-align: center;
	width: 300px;
}
.schedule-set-end-handle {
	height: 5px;
	position: absolute;
	top: 0;
	width: 100%;
}
.schedule-set-hook {
	display: flex;
	height: 5px;
	min-width: 100%;
	overflow: visible;
}
.schedule-set-start-handle {
	bottom: 0;
	height: 5px;
	position: absolute;
	width: 100%;
}
.schedule-setbox {
	margin: 0 auto;
	position: relative;
	width: 300px;
}
.spacer {
	min-width: 5%;
	width: 5%;
}
.top-border {
	border-top: 1px solid white;
	height: 4px;
}

/*
	toggle button css based on:
	https://codepen.io/mallendeo/pen/eLIiG

*/

ul,
li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.ft-toggle-control {
	align-items: center;
	text-align: center;
}

.ft-toggle-list-item {
	align-items: center;
	display: flex;
	margin: 0 2em;
}
.ft-toggle-list-item > div {
	display: inline-block;
}
.ft-toggle {
	display: none;
}

.ft-toggle,
.ft-toggle:after,
.ft-toggle:before,
.ft-toggle *,
.ft-toggle *:after,
.ft-toggle *:before,
.ft-toggle + .ft-toggle-btn {
	box-sizing: border-box;
}
.ft-toggle::selection,
.ft-toggle:after::selection,
.ft-toggle:before::selection,
.ft-toggle *::selection,
.ft-toggle *:after::selection,
.ft-toggle *:before::selection,
.ft-toggle + .ft-toggle-btn::selection {
	background: none;
}
.ft-toggle + .ft-toggle-btn {
	cursor: pointer;
	display: inline-block;
	height: 2em;
	outline: 0;
	position: relative;
	user-select: none;
	width: 4em;
}
.ft-toggle + .ft-toggle-btn:after,
.ft-toggle + .ft-toggle-btn:before {
	content: "";
	display: block;
	height: 100%;
	position: relative;
	width: 50%;
}
.ft-toggle + .ft-toggle-btn:after {
	left: 0;
}
.ft-toggle + .ft-toggle-btn:before {
	display: none;
}
.ft-toggle:checked + .ft-toggle-btn:after {
	left: 50%;
}
.ft-toggle-light + .ft-toggle-btn {
	background: #f0f0f0;
	border-radius: 2em;
	padding: 0 2px;
	transition: all 0.4s ease;
}
.ft-toggle-light + .ft-toggle-btn:after {
	border-radius: 50%;
	background: #fff;
	transition: all 0.2s ease;
}
.ft-toggle-light:checked + .ft-toggle-btn {
	background: #9fd6ae;
}

/* colors */
/* color: disabled */
.ft-cd {
	color: var(--color-disabled);
}

/* color: active */
.ft-ca {
	color: var(--color-active);
}

/* background color: active */
.ft-bca {
	background-color: var(--background-color-active);
}

/* display */
.ft-df {
	display: flex;
}
.ft-dn {
	display: none;
}
.ft-dib {
	display: inline-block;
}

/* flex */
.ft-fjcc {
	justify-content: center;
}
.ft-fjcs {
	justify-content: flex-start;
}
.ft-asc {
	align-self: center;
}

/* font-size */
.ft-fs-36px {
	font-size: 36px;
}

/* offsets */
.ft-l-0 {
	left: 0;
}
.ft-r-0 {
	right: 0;
}
.ft-t-0 {
	top: 0;
}
.ft-z-10 {
	z-index: 10;
}

/* overflow */
.ft-oys {
	overflow-y: scroll;
}

/* padding */
.ft-p-5-10 {
	padding: 5px 10px;
}

/* position */
.ft-pa {
	position: absolute;
}
.ft-pr {
	position: relative;
}

/* width */
.ft-w-100 {
	width: 100%;
}
.ft-w-60 {
	width: 60%;
}

/* tricks */
.ft-stack {
	will-change: opacity;
}

