/*
Theme Name: BLUERABBIT v12
Theme URI: https://bluerabbit.io
Text Domain: bluerabbit
Domain Path: /languages
Description: Gamified Engagement Platform
Author: BLUERABBIT EDU, SAPI de CV
Author URI: https://bluerabbit.io 
Version: 12.2.1
*/
@font-face {
  font-family: "Preospe";
  src: url("fonts/Preospe.otf") format("opentype");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
* {
  outline: none;
  font-family: inherit;
  box-sizing: border-box;
  background-position: center center;
  background-size: cover;
}

:-moz-selection {
  background-color: #222;
  color: #FFF;
}

:selection {
  background-color: #222;
  color: #FFF;
}

body, html {
  margin: 0;
  width: 100%;
  font-family: "proxima-nova", sans-serif;
  font-size: 16px;
  line-height: 1.42857143;
}
body.login, html.login {
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}

a:link, a:visited, a:focus, a:hover, a:active {
  color: inherit;
  text-decoration: none;
}

button {
  cursor: pointer;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 1.1;
  font-family: inherit;
  position: relative;
}
h1 .small, h1 small, h2 .small, h2 small, h3 .small, h3 small, h4 .small, h4 small, h5 .small, h5 small, h6 .small, h6 small {
  color: inherit;
}
h1:hover .tool-tip, h2:hover .tool-tip, h3:hover .tool-tip, h4:hover .tool-tip, h5:hover .tool-tip, h6:hover .tool-tip {
  display: block;
}

img {
  background-size: cover;
  background-position: center center;
}
img.w320 {
  width: 320px;
}
img.w340 {
  width: 340px;
}
img.w500 {
  width: 500px;
}
img.w540 {
  width: 540px;
}
img.w680 {
  width: 680px;
}
img.full-height {
  height: 100%;
}
img.half-height {
  height: 50%;
}
img.h320 {
  height: 320px;
}
img.h340 {
  height: 340px;
}
img.h500 {
  height: 500px;
}
img.h540 {
  height: 540px;
}
img.h680 {
  height: 680px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

::-webkit-scrollbar-track {
  background-color: rgb(38, 79, 152);
}

::-webkit-scrollbar {
  width: 12px;
  height: 10px;
  background-color: rgba(84, 110, 122, 0);
}

::-webkit-scrollbar-thumb {
  cursor: pointer;
  width: 3px;
  border-radius: 10px;
  border: solid 4px rgb(38, 79, 152);
  background-color: rgb(36, 154, 220);
}

/* GENERAL ITEMS */
.icon, span.icon {
  display: inline-block;
  position: relative;
}

header.super-header {
  z-index: 51;
  width: 100%;
  height: 50px;
  padding: 10px;
  background-color: rgba(4, 22, 30, 0.75);
  position: sticky;
  top: 0;
}
header.super-header .tools {
  float: right;
}
header.super-header .nav-content {
  text-align: center;
  position: sticky;
  top: 20px;
}
header.super-header.profile {
  order: 4;
}
header.super-header button.icon-button, header.super-header a.icon-button {
  width: 32px;
  height: 32px;
  border-radius: 0;
  margin: 0;
}
header.super-header a.current-quest-torch {
  border-radius: 100px;
  background-color: rgb(255, 231, 188);
  animation-duration: 1s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-name: torch;
  animation-iteration-count: infinite;
}
header.super-header .nav-opener {
  display: inline-block;
  padding: 0 7px 0 0;
  margin: 0 7px 0 0;
  color: #FFF;
  font-size: 24px;
  position: relative;
  width: 18px;
  overflow: hidden;
  cursor: pointer;
}
header.super-header .nav-opener span.icon {
  position: relative;
  left: -12px;
}
header.super-header .logo {
  display: inline-block;
  padding: 0 7px 0 0;
  margin: 0 7px 0 0;
  position: relative;
  top: -4px;
}
header.super-header .adventure-title {
  display: inline-block;
  position: relative;
  top: -4px;
}
header.super-header .adventure-title .adventure-title-logo {
  display: inline-block;
  position: relative;
  z-index: 10;
}
header.super-header .adventure-title a.adventure-title-text {
  display: inline-block;
  font-size: 18px;
  font-weight: 300;
  position: relative;
  border-radius: 4px;
  padding: 5px 12px 5px 30px;
  background-color: rgba(0, 0, 0, 0.85);
  left: -24px;
  top: -10px;
  color: #FFF;
}

footer.taskbar {
  z-index: 51;
  width: 100%;
  height: 50px;
  padding: 10px;
  background-color: rgba(4, 22, 30, 0.75);
  position: fixed;
  bottom: 0;
  text-align: center;
}
footer.taskbar .show-on-start {
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
  position: absolute;
  bottom: 55px;
  left: 0;
  text-align: center;
  width: 100%;
}
footer.taskbar.start-active .show-on-start {
  visibility: visible;
  opacity: 1;
}
footer.taskbar button.icon-button, footer.taskbar a.icon-button {
  width: 64px;
  height: 64px;
  border-radius: 4px;
  margin: 0;
  display: inline-block;
  font-size: 34px;
  position: relative;
}
footer.taskbar button.start-button {
  font-size: 14px;
  transition: all 0.3s ease-out;
  font-family: "Rajdhani", sans-serif;
  display: inline-block;
  width: 135px;
  height: 32px;
  background-color: #F7CB15;
  text-align: center;
  color: #2A3C43;
  border-radius: 4px;
  border: none;
  background-position: center -2px;
  background-size: 100%;
}
footer.taskbar button.start-button .idle-text {
  display: inline;
}
footer.taskbar button.start-button .active-text {
  display: none;
}
footer.taskbar button.start-button.close {
  color: #FFF;
  background-position: center 27px;
  background-color: #2A3C43;
}
footer.taskbar button.start-button.close .idle-text {
  display: none;
}
footer.taskbar button.start-button.close .active-text {
  display: inline;
}

.main-content {
  display: flex;
  position: relative;
  width: 100%;
  min-height: calc(100% - 140px);
  background-position: center center;
  background-size: cover;
  z-index: 3;
}
.main-content .main-container {
  width: 100%;
  flex-grow: 1;
  order: 5;
  padding: 0 0 50px;
}

.main-loader {
  visibility: hidden;
  opacity: 0;
  order: 6;
  transition: opacity 0.5s 0.2s ease-out;
  position: fixed;
  top: 0;
  right: 0;
  width: 0;
  height: 100%;
  z-index: 40;
  overflow-y: scroll;
}
.main-loader.active {
  visibility: visible;
  opacity: 1;
  width: 50%;
}

.page-header {
  max-width: 1245px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 10px;
}
.page-header h1 {
  display: inline-block;
  margin: 0;
  padding: 0;
  font: 300 26px "proxima-nova", sans-serif;
}
.page-header .actions {
  height: 38px;
  padding: 5px;
  float: right;
  text-align: right;
}

.glowing-choice {
  box-shadow: none !important;
  animation-iteration-count: 6;
  animation-duration: 1s;
  animation-direction: alternate;
  animation-fill-mode: backwards;
  animation-timing-function: ease-out;
  animation-name: br-glowing-choice;
  animation-iteration-count: 1;
}

/***************************************************************/
/************************** BR FORM ****************************/
/***************************************************************/
input.form-ui {
  font-size: 1em;
  font-weight: 300;
  padding: 0.5em;
  border: solid 1px #e0e0e0;
  color: #607d8b;
  background-color: #E3E3E3;
  display: block;
}
input.form-ui::-webkit-input-placeholder {
  color: #BDBDBD;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2px;
}
input.form-ui:-moz-placeholder {
  color: #BDBDBD;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2px;
}
input.form-ui:-ms-input-placeholder {
  color: #BDBDBD;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2px;
}
input.form-ui[disabled] {
  cursor: no-drop;
  background-color: #e0e0e0;
  color: #757575;
}
input.form-ui:focus {
  border: solid 1px #333;
}
input.form-ui.editable-on-click {
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0.1em 15px;
}
input.form-ui.editable-on-click:focus {
  background-color: rgba(255, 255, 255, 0.2);
  border: none;
}

select.form-ui {
  cursor: pointer;
  padding: 0.5em;
  border: none;
  font-size: 1em;
  font-weight: 300;
  display: block;
  width: 100%;
  background-color: whitesmoke;
}
select.form-ui.xl {
  font-size: 2.5em;
  font-weight: 900;
}
select.form-ui.xl option {
  font-size: 0.5em;
  font-weight: 300;
}
select.form-ui option {
  font-size: 0.75em;
  font-weight: 300;
}

button.form-ui, a.form-ui, span.button-form-ui, input[type=submit] {
  font-family: "proxima-nova-extra-condensed", sans-serif;
  display: inline-block;
  padding: 0.5em;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  color: #FFF;
  background-color: #1976D2;
}
button.form-ui[disabled], a.form-ui[disabled], span.button-form-ui[disabled], input[type=submit][disabled] {
  cursor: no-drop;
  background-color: #e0e0e0;
  color: #757575;
}
button.form-ui[disabled] span.enabled-text, a.form-ui[disabled] span.enabled-text, span.button-form-ui[disabled] span.enabled-text, input[type=submit][disabled] span.enabled-text {
  display: none;
}
button.form-ui[disabled] span.disabled-text, a.form-ui[disabled] span.disabled-text, span.button-form-ui[disabled] span.disabled-text, input[type=submit][disabled] span.disabled-text {
  display: inline;
}
button.form-ui span.disabled-text, a.form-ui span.disabled-text, span.button-form-ui span.disabled-text, input[type=submit] span.disabled-text {
  display: none;
}
button.form-ui .icon-button.badge-icon, a.form-ui .icon-button.badge-icon, span.button-form-ui .icon-button.badge-icon, input[type=submit] .icon-button.badge-icon {
  position: absolute;
  top: 50%;
  right: 100%;
  transform: translateY(-50%);
}
button.form-ui .background-badge, a.form-ui .background-badge, span.button-form-ui .background-badge, input[type=submit] .background-badge {
  width: 125%;
  left: -20%;
  border-radius: 8px;
}
button.form-ui.item-shop, a.form-ui.item-shop, span.button-form-ui.item-shop, input[type=submit].item-shop {
  border: solid 1px #EC407A;
  color: #EC407A;
  background-color: #263238;
}
button.form-ui.buy-item, a.form-ui.buy-item, span.button-form-ui.buy-item, input[type=submit].buy-item {
  cursor: pointer;
  display: inline-block;
  border: solid 2px #1cc2eb;
  background-color: #04161e;
  color: #1cc2eb;
  font-family: "Rajdhani", sans-serif;
  padding: 5px 10px;
  border-radius: 0;
  transition: all 0.3s ease-out;
}
button.form-ui.buy-item:hover, a.form-ui.buy-item:hover, span.button-form-ui.buy-item:hover, input[type=submit].buy-item:hover {
  border: solid 2px #FFFFFF;
  background-color: #1cc2eb;
  color: #04161e;
}

button.action-button, a.action-button {
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  display: inline-block;
  padding: 0.5em;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  color: #FFF;
  background-color: #04161e;
  transition: all 0.3s ease-out;
}
button.action-button:hover, a.action-button:hover {
  color: #FFF;
  background-color: #0b3d4f;
}
button.action-button:hover.confirm, button.action-button:hover.success, button.action-button:hover.danger, button.action-button:hover.warning, a.action-button:hover.confirm, a.action-button:hover.success, a.action-button:hover.danger, a.action-button:hover.warning {
  color: #FFF;
  background-color: #0b3d4f;
}
button.action-button[disabled], a.action-button[disabled] {
  cursor: no-drop;
  background-color: #7d7f7f !important;
  color: #bebfbf !important;
}
button.action-button.confirm, a.action-button.confirm {
  background-color: #1cc2eb;
  color: #04161e;
}
button.action-button.success, a.action-button.success {
  background-color: #24da98;
  color: #04161e;
}
button.action-button.danger, a.action-button.danger {
  background-color: #e24040;
  color: #FFFFFF;
}
button.action-button.warning, a.action-button.warning {
  background-color: #f7cb15;
  color: #04161e;
}

button.icon-button, a.icon-button, span.icon-button, .icon-button {
  position: relative;
  border: none;
  border-width: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
  text-align: center;
  color: #FFF;
  vertical-align: bottom;
  border-radius: 100em;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 10px;
  min-height: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
button.icon-button .icon, a.icon-button .icon, span.icon-button .icon, .icon-button .icon {
  z-index: 1;
  width: 100%;
}
button.icon-button .icon.perfect-center, a.icon-button .icon.perfect-center, span.icon-button .icon.perfect-center, .icon-button .icon.perfect-center {
  position: absolute;
}
button.icon-button.square, a.icon-button.square, span.icon-button.square, .icon-button.square {
  border-radius: 0 !important;
}

button.hex-button, a.hex-button, span.hex-button, .hex-button {
  position: relative;
  border: none;
  border-width: 0;
  display: inline-block;
  padding: 0;
  margin: 0;
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 33px;
  min-height: 38px;
  background-color: transparent;
}
button.hex-button:nth-child(even) .hex.half-hex, a.hex-button:nth-child(even) .hex.half-hex, span.hex-button:nth-child(even) .hex.half-hex, .hex-button:nth-child(even) .hex.half-hex {
  clip-path: polygon(0% 25%, 100% 0%, 100% 100%, 0% 75%);
}
button.hex-button.flat, a.hex-button.flat, span.hex-button.flat, .hex-button.flat {
  min-width: 38px;
  min-height: 33px;
}
button.hex-button.flat .hex, a.hex-button.flat .hex, span.hex-button.flat .hex, .hex-button.flat .hex {
  clip-path: polygon(25% 100%, 75% 100%, 100% 50%, 75% 0%, 25% 0%, 0px 50%);
  clip-path: url("#hex-clip-flat-svg");
}
button.hex-button.long-flat, a.hex-button.long-flat, span.hex-button.long-flat, .hex-button.long-flat {
  min-width: 45px;
  min-height: 28px;
}
button.hex-button.long-flat .hex, a.hex-button.long-flat .hex, span.hex-button.long-flat .hex, .hex-button.long-flat .hex {
  clip-path: polygon(12.5% 0, 87.5% 0, 100% 50%, 87.5% 0%, 12.5% 0%, 0 50%);
  clip-path: url("#hex-clip-long-flat-svg");
}
button.hex-button.longer-flat, a.hex-button.longer-flat, span.hex-button.longer-flat, .hex-button.longer-flat {
  min-width: 60px;
  min-height: 26px;
}
button.hex-button.longer-flat .hex, a.hex-button.longer-flat .hex, span.hex-button.longer-flat .hex, .hex-button.longer-flat .hex {
  clip-path: polygon(12.5% 0, 87.5% 0, 100% 50%, 87.5% 0%, 12.5% 0%, 0 50%);
  clip-path: url("#hex-clip-longer-flat-svg");
}
button.hex-button .icon, a.hex-button .icon, span.hex-button .icon, .hex-button .icon {
  position: relative;
  z-index: 10;
}
button.hex-button .hex, a.hex-button .hex, span.hex-button .hex, .hex-button .hex {
  display: block;
  position: absolute;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: url("#hex-clip-svg");
  width: 100%;
  height: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
}
button.hex-button .hex.half-hex, a.hex-button .hex.half-hex, span.hex-button .hex.half-hex, .hex-button .hex.half-hex {
  top: 0;
  left: 0;
  transform: translate(0, 0);
  width: 100%;
  height: 100%;
  z-index: 6;
  clip-path: polygon(0% 0%, 100% 25%, 100% 75%, 0% 100%);
}
button.hex-button .hex-text, a.hex-button .hex-text, span.hex-button .hex-text, .hex-button .hex-text {
  position: absolute;
  top: 100%;
  width: 100%;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 400;
  text-align: center;
  display: block;
}

.toggle-button {
  transition: all 0.3s ease-out;
  border: none;
  border-radius: 1000em;
  background-color: transparent;
  background-image: url("images/toggle-button.png");
  background-repeat: no-repeat;
  background-position: 101% center;
  background-size: auto 100%;
  background-color: #757575;
  width: 75px;
  height: 30px;
}
.toggle-button.question {
  width: 92px;
  height: 30px;
  background-image: url("images/toggle-button-question.png");
  background-color: #EF5350;
}
.toggle-button.active {
  background-position: -1% center;
  background-color: #DCE775;
}

textarea.form-ui {
  padding: 0.5em;
  border: solid 1px #04161e;
  display: block;
  min-width: 100%;
  max-width: 100%;
}
textarea.form-ui::-webkit-input-placeholder {
  color: #CCC;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2px;
}
textarea.form-ui:-moz-placeholder {
  color: #CCC;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2px;
}
textarea.form-ui:-ms-input-placeholder {
  color: #CCC;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  font-style: italic;
  letter-spacing: 2px;
}

#loginform, #registration-form {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 0 0 10px 0;
  width: 100%;
}
#loginform p, #loginform .aiowps-captcha-equation, #registration-form p, #registration-form .aiowps-captcha-equation {
  width: 100%;
  margin: 0;
}
#loginform p.login-username, #loginform p.login-password, #loginform p.form-group, #registration-form p.login-username, #registration-form p.login-password, #registration-form p.form-group {
  position: relative;
  margin-bottom: 20px;
  display: block;
}
#loginform p.login-username input, #loginform p.login-username select, #loginform p.login-password input, #loginform p.login-password select, #loginform p.form-group input, #loginform p.form-group select, #registration-form p.login-username input, #registration-form p.login-username select, #registration-form p.login-password input, #registration-form p.login-password select, #registration-form p.form-group input, #registration-form p.form-group select {
  width: 100%;
  font-size: 20px;
  background-color: transparent;
  color: #FFF;
  border-left: none;
  border-top: none;
  border-right: none;
  border-bottom: solid 1px #FFF;
}
#loginform p.login-username label, #loginform p.login-password label, #loginform p.form-group label, #registration-form p.login-username label, #registration-form p.login-password label, #registration-form p.form-group label {
  background-color: transparent;
  display: block;
  color: #FFF;
  position: absolute;
  top: 100%;
  left: 0;
  opacity: 0.5;
  font-size: 12px;
}
#loginform p.login-remember, #registration-form p.login-remember {
  position: relative;
  width: 100%;
  height: 30px;
  padding: 10px 0 0;
  margin-bottom: 20px;
}
#loginform p.login-remember label, #registration-form p.login-remember label {
  width: 100%;
  display: block;
  cursor: pointer;
  color: #FFF;
  font-size: 12px;
}
#loginform p.login-submit input.button, #loginform button.register-submit, #registration-form p.login-submit input.button, #registration-form button.register-submit {
  border: none;
  color: white;
  font-family: "proxima-nova", sans-serif;
  display: block;
  cursor: pointer;
  width: 100%;
  padding: 10px;
  border-radius: 8px;
  background: linear-gradient(90deg, rgb(156, 39, 176) 0%, rgb(63, 81, 181) 100%) !important;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  margin: 0 0 10px 0;
}
.input-group label {
  padding: 0px 12px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  background-color: #607d8b;
}
.input-group label span.instructions {
  display: block;
  padding: 5px;
  width: 90%;
  max-width: 300px;
  clear: both;
  font-size: 12px;
  font-weight: 300;
  text-transform: none;
}
.input-group label a.form-ui, .input-group label button.form-ui {
  margin: 0;
  box-shadow: none;
}
.input-group textarea.form-ui, .input-group input.form-ui, .input-group select.form-ui {
  width: 100%;
}
.input-group.w-full label {
  width: 1%;
}
.input-group:hover .tool-tip {
  display: block;
}

ul.form-ui {
  margin: 0;
  padding: 0;
}
ul.form-ui li {
  position: relative;
  display: block;
}

.icon-group {
  display: table;
  position: relative;
  padding: 0 10px;
  vertical-align: middle;
  z-index: 3;
}
.icon-group .icon-content {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  z-index: 1;
}
.icon-group .icon-content span.line {
  display: block;
  clear: both;
}
.icon-group .icon-content.top {
  vertical-align: top;
}
.icon-group .icon-button {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  line-height: 1;
  z-index: 3;
}
.icon-group .icon-button.top {
  vertical-align: top;
}
.icon-group.labeled .icon-content span.line {
  position: relative;
  left: -20px;
  padding: 5px 10px 5px 30px;
}

.halo {
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  top: -5px;
  left: -5px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 8;
}
.halo.halo-2 {
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  top: -8px;
  left: -8px;
  z-index: 7;
}
.halo.halo-3 {
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  top: -10px;
  left: -10px;
  z-index: 6;
}
.halo.halo-4 {
  width: calc(100% + 26px);
  height: calc(100% + 26px);
  top: -13px;
  left: -13px;
  z-index: 5;
}
.halo.halo-5 {
  width: calc(100% + 30px);
  height: calc(100% + 30px);
  top: -15px;
  left: -15px;
  z-index: 4;
}
.halo.halo-7 {
  width: calc(100% + 70px);
  height: calc(100% + 70px);
  top: -35px;
  left: -35px;
  z-index: 4;
}
.halo.halo-10 {
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  top: -50px;
  left: -50px;
  z-index: 4;
}
.halo.floor-halo {
  z-index: 1;
  top: 50%;
}

.legend {
  display: none;
  position: absolute;
  bottom: 105%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}
.legend.active {
  display: block;
}
.legend.bottom {
  bottom: auto;
  top: 105%;
}

.divider {
  border-bottom: solid 1px #DDD;
  margin: 0 auto 45px;
  padding: 0 0 45px;
  width: 80%;
  height: 1px;
  clear: both;
}
.divider.long {
  width: 100%;
}
.divider.short {
  width: 50%;
}
.divider.thin {
  margin: 0 auto 15px;
  padding: 0 0 15px;
}

span.divider {
  display: block;
}

.ui-datepicker {
  z-index: 150 !important;
}

/*************************************************************/
/************************** ADVENTURES ****************************/
/*************************************************************/
.adventures {
  width: 100%;
  padding: 10px;
  display: block;
}
.adventures ul {
  margin: 0;
  padding: 0;
  padding: 0 20px 30px;
  position: relative;
  display: flex;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  align-items: center;
}
.adventures ul li.adventure {
  flex: 0 0 100vw;
  background-position: center center;
  background-size: cover;
  border-radius: 20px;
  position: relative;
  max-width: 320px;
  max-height: 560px;
  perspective: 600px;
  scroll-snap-align: center;
  height: 100vh;
  width: 100vw;
  order: 49;
  overflow: hidden;
  border-radius: 12px;
  border: solid 2px #37474F;
  background-color: #FFF;
}
.adventures ul li.adventure.add-new {
  position: relative;
  display: inline-flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease-out;
  flex-direction: column;
  border: solid 2px rgb(25, 118, 210);
  background-color: rgba(25, 118, 210, 0.5);
}
.adventures ul li.adventure.add-new.from-template {
  border: solid 2px #F57C00;
  background-color: rgba(245, 124, 0, 0.5);
}
.adventures ul li.adventure.add-new button, .adventures ul li.adventure.add-new a {
  width: 100%;
  text-align: center;
  background-color: transparent;
  color: #FFF;
  border: none;
  font-size: 24px;
}
.adventures ul li.adventure.add-new button .icon.icon-add, .adventures ul li.adventure.add-new a .icon.icon-add {
  font-size: 40px;
}
.adventures ul li.adventure:hover .adventure-content .adventure-actions {
  visibility: visible;
  opacity: 1;
  padding-top: 50px;
}
.adventures ul li.adventure:hover .adventure-content .adventure-play-button {
  padding-top: 0px;
}
.adventures ul li.adventure.template {
  background-color: #FFCC80;
  border: solid 2px #FFCC80;
  background-image: url("images/template-bg-pattern.png");
  background-blend-mode: soft-light;
  background-repeat: repeat;
  background-size: auto;
}
.adventures ul li.adventure .adventure-image {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #263238;
  background-blend-mode: luminosity;
}
.adventures ul li.adventure .adventure-image .adventure-type, .adventures ul li.adventure .adventure-image .adventure-org {
  position: absolute;
  top: 0;
  left: 0;
  padding: 3px;
  font: 300 14px "proxima-nova", sans-serif;
}
.adventures ul li.adventure .adventure-content {
  position: relative;
  z-index: 1;
  display: flex;
  overflow: hidden;
  flex-direction: column;
  height: 100%;
  align-items: stretch;
  justify-content: space-around;
}
.adventures ul li.adventure .adventure-content .adventure-name {
  width: 100%;
  align-self: flex-start;
  padding: 5px 10px;
}
.adventures ul li.adventure .adventure-content .adventure-name h1 {
  padding: 0;
  margin: 0;
  font: 600 36px "proxima-nova", sans-serif;
  color: #FFF;
}
.adventures ul li.adventure .adventure-content .adventure-name p.change-title {
  margin: 0;
  padding: 0;
  font: 600 12px "proxima-nova", sans-serif;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  text-transform: uppercase;
}
.adventures ul li.adventure .adventure-content .adventure-name p.change-title:hover {
  color: rgb(255, 255, 255);
}
.adventures ul li.adventure .adventure-content .adventure-status {
  display: none;
  padding: 5px 10px;
  width: 100%;
  align-self: flex-end;
}
.adventures ul li.adventure .adventure-content .adventure-status h3 {
  padding: 0;
  font: 300 16px "proxima-nova", sans-serif;
  opacity: 0.5;
}
.adventures ul li.adventure .adventure-content .adventure-status p {
  padding: 0;
  margin: 0;
  font: 300 14px "proxima-nova", sans-serif;
}
.adventures ul li.adventure .adventure-content .adventure-status p em {
  display: inline-block;
  padding: 5px;
  font-style: normal;
}
.adventures ul li.adventure .adventure-content .adventure-status p em .icon, .adventures ul li.adventure .adventure-content .adventure-status p em span.icon {
  width: 30px;
  height: 30px;
  border-radius: 15px;
  margin: 0 5px 0 0;
}
.adventures ul li.adventure .adventure-content .adventure-status p em .icon:before, .adventures ul li.adventure .adventure-content .adventure-status p em span.icon:before {
  font-size: 16px;
  width: 23px;
  text-align: center;
  padding: 6px 0;
}
.adventures ul li.adventure .adventure-content .adventure-actions {
  padding: 0px 5px 5px;
  width: 85%;
  text-align: center;
  position: relative;
  margin: 5px auto;
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease-out;
}
.adventures ul li.adventure .adventure-content .adventure-actions button.trash-adventure {
  cursor: pointer;
  border-radius: 0;
  padding: 0.25em 0.5em;
}
.adventures ul li.adventure .adventure-content .adventure-actions a.form-ui {
  border-radius: 0;
  padding: 0.25em 0.5em;
}
.adventures ul li.adventure .adventure-content .adventure-enroll-code {
  cursor: pointer;
  padding: 5px;
  margin: 5px auto;
  width: 70%;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-out;
}
.adventures ul li.adventure .adventure-content .adventure-enroll-code:hover {
  opacity: 0.8;
  width: 75%;
}
.adventures ul li.adventure .adventure-content .adventure-enroll-code .button-icon {
  display: none;
  width: 25px;
  font-size: 23px;
}
.adventures ul li.adventure .adventure-content .adventure-enroll-code .button-text {
  padding: 0 0 0 10px;
}
.adventures ul li.adventure .adventure-content .adventure-enroll-code .button-text h3.big-text {
  margin: 0;
  padding: 0;
  font: 500 12px "proxima-nova", sans-serif;
}
.adventures ul li.adventure .adventure-content .adventure-enroll-code .button-text h3.small-text {
  margin: 0;
  padding: 0;
  font: 300 10px "proxima-nova", sans-serif;
  opacity: 0.5;
}
.adventures ul li.adventure .adventure-content .adventure-play-button {
  position: relative;
  display: block;
  transition: all 0.3s ease-out;
  text-align: center;
  padding-top: 70px;
}
.adventures ul li.adventure .adventure-content .adventure-play-button a, .adventures ul li.adventure .adventure-content .adventure-play-button button {
  padding: 10px;
  text-transform: uppercase;
  border-radius: 0;
  cursor: pointer;
  border: none;
  display: inline-block;
  text-align: center;
  font: 900 20px "proxima-nova", sans-serif;
  color: #FFF;
  transition: all 0.8s ease-in-out;
}
.adventures ul li.adventure .adventure-content .adventure-play-button a:hover, .adventures ul li.adventure .adventure-content .adventure-play-button button:hover {
  padding: 50px;
}
.adventures ul li.adventure .adventure-title-update-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  padding: 15px;
  color: #FFF;
  visibility: hidden;
  z-index: 10;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.adventures ul li.adventure .adventure-title-update-form.active {
  visibility: visible;
  opacity: 1;
}
.adventures ul li.adventure .adventure-title-update-form input.form-ui {
  width: 100%;
  font: 300 18px;
  margin: 5px 0;
}

.pages-nav {
  text-align: center;
  width: 100vw;
  max-width: 400px;
  margin: 0 auto;
  padding: 5px;
}
.pages-nav ul {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
}
.pages-nav ul li.page-button {
  display: inline-block;
  width: 30px;
  height: 30px;
  position: relative;
  font: 300 18px "proxima-nova", sans-serif;
  border: solid 1px #1976D2;
  background-color: rgba(25, 118, 210, 0.6);
  color: #FFF;
  text-align: center;
  opacity: 0.8;
  border-radius: 4px;
  /*font _24 sq-40  blue-border-400 white-color transparent-bg border border-all font _24*/
}
.pages-nav ul li.page-button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1px 0 0;
}
.pages-nav ul li.page-button.current {
  padding: 1px 0 0;
  font: 600 18px "proxima-nova", sans-serif;
  border: solid 1px #1976D2;
  background-color: #FFF;
  color: #1976D2;
  opacity: 1;
}

.templates {
  width: 100%;
  display: flex;
  flex-flow: column;
}
.templates .template {
  margin: 0 0 10px 0;
  padding: 10px;
  background-color: #FFF;
  box-shadow: 0px 14px 10px -14px rgba(0, 0, 0, 0.3);
  width: 100%;
}
.templates .template .template-content {
  width: 100%;
  display: flex;
  flex-flow: row;
  flex-wrap: nowrap;
  align-content: stretch;
  align-items: center;
  justify-content: center;
}
.templates .template .template-content .template-name {
  flex-grow: 3;
}
.templates .template .template-content .template-org {
  flex-grow: 1;
}
.templates .template .template-content .template-actions {
  flex-grow: 1;
}
.templates .template .template-preview {
  transition: all 0.5s ease-out;
  overflow: hidden;
  max-height: 0;
  padding: 0;
  background-color: #EEE;
}
.templates .template .template-preview .template-preview-content {
  display: flex;
  flex-flow: row;
  width: 100%;
  align-content: space-around;
  justify-content: space-around;
}
.templates .template .template-preview .template-preview-content .template-content-list ul {
  margin: 0;
  padding: 0;
}
.templates .template .template-preview .template-preview-content .template-content-list ul li {
  padding: 3px;
  display: block;
}
.templates .template .template-preview .template-preview-content .template-content-list ul li:nth-child(even) {
  background-color: #FFF;
}
.templates .template .template-preview .template-preview-footer {
  padding: 10px;
  text-align: right;
  background-color: #DDD;
}
.templates .template .template-preview.active {
  margin: 10px 0;
  padding: 10px 0;
  max-height: 500px;
  overflow-y: scroll;
}

/*************************************************************/
/************************** DASHBOARD ****************************/
/*************************************************************/
.dashboard {
  position: relative;
  width: 100%;
  z-index: 10;
  display: flex;
  font-family: "Rajdhani", sans-serif;
  font-weight: 400;
  font-size: 16px;
}
.dashboard select.form-ui option {
  font-weight: 500;
  font-size: 16px;
}
.dashboard .form-ui {
  font-weight: 400;
}
.dashboard > .dashboard-sidebar {
  order: 1;
  width: 180px;
}
.dashboard > .dashboard-sidebar .tabs-buttons ul li.block {
  margin: 10px 0 0;
}
.dashboard > .dashboard-content {
  flex: 2;
  order: 2;
  margin: 0 auto;
  position: relative;
}
.dashboard > .dashboard-content .dashboard-container {
  width: 100%;
  max-width: 1320px;
  padding: 20px;
  margin: 0 auto;
}
.dashboard > .dashboard-content h3.dashboard-grid-cell-headline {
  font-weight: 400;
}
.dashboard > .dashboard-content h3.dashboard-grid-cell-headline::before {
  content: "..// ";
}
.dashboard > .dashboard-content .dashboard-sidebar {
  float: left;
  position: sticky;
  top: 100px;
}
.dashboard > .dashboard-content .dashboard-grid {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-auto-rows: minmax(55px, auto);
  gap: 10px;
  padding: 10px;
}
.dashboard > .dashboard-content .dashboard-grid .input-group {
  width: 100%;
}
.dashboard > .dashboard-content .dashboard-grid .cell {
  grid-column: span 12;
  grid-row: auto;
  transition: all 0.3s ease-out;
}
.dashboard > .dashboard-content .dashboard-grid .cell.chunk {
  grid-row: span 6;
  background-color: rgba(29, 45, 52, 0.1);
  border: solid 1px rgba(29, 45, 52, 0.5);
  border-radius: 8px;
  padding: 10px;
}
.dashboard > .dashboard-content .dashboard-type-selector button {
  background-color: rgba(29, 45, 52, 0.25);
  border: none;
  display: inline-block;
  width: 80px;
  height: 80px;
  transition: all 0.3s ease-out;
}
.dashboard > .dashboard-content .dashboard-type-selector button:hover {
  background-color: rgba(29, 45, 52, 0.75);
}
.dashboard > .dashboard-content .dashboard-type-selector button.active {
  background-color: #1d2d34;
}
.dashboard > .dashboard-content .dashboard-type-selector button svg {
  width: 100%;
  height: 100%;
}
.dashboard > .dashboard-content .dashboard-type-selector button span.button-legend {
  font-size: 14px;
}

.add-single-player {
  width: 100%;
  padding: 10px 0;
}
.add-single-player input.form-ui {
  width: 100%;
  max-width: 600px;
  text-align: center;
  margin: 5px auto;
  padding: 10px;
  border-radius: 8px;
  text-align: center;
  color: #263238;
}
.add-single-player .username-search-form {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.add-single-player .username-search-form input.form-ui {
  font-size: 24px;
}
.add-single-player .new-player-warnings {
  padding: 10px;
  width: 50%;
  min-width: 250px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font: 300 20px "proxima-nova", sans-serif;
  text-align: center;
}
.add-single-player .new-player-warnings.warning {
  color: #141d23;
  background-color: #f2d027;
}
.add-single-player .new-player-warnings.success {
  color: #141d23;
  background-color: #3cd380;
}
.add-single-player .new-player-warnings.error {
  color: #FFFFFF;
  background-color: #d83636;
}
.add-single-player .add-single-player-form {
  transition: all 0.5s ease-out;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  padding: 10px;
  margin: 10px;
}
.add-single-player .add-single-player-form.active {
  opacity: 1;
  visibility: visible;
  max-height: 1000px;
}
.add-single-player .add-single-player-form .player-data-content {
  width: 50%;
  min-width: 250px;
  margin: 0 auto;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  display: none;
}
.add-single-player .add-single-player-form .player-data-content.active {
  display: flex;
}
.add-single-player .add-single-player-form .player-data-content .row {
  width: 100%;
  padding: 10px;
}
.add-single-player .add-single-player-form .player-data-content h3 {
  text-align: left;
  width: 100%;
  font-weight: 600;
}
.add-single-player .add-single-player-form .player-data-content input.form-ui {
  font-size: 18px;
  width: 100%;
  background-color: #FFFFFF;
}
.add-single-player .add-single-player-form .player-data-actions {
  text-align: center;
  padding: 10px;
}
.add-single-player .add-single-player-form .player-data-actions button.form-ui {
  font-size: 18px;
}

.sidebar {
  position: absolute;
  z-index: 2101;
  top: 45px;
}
.sidebar.active .slide-button .hide-opened {
  display: none;
}
.sidebar.active .slide-button .hide-closed {
  display: block;
}
.sidebar .slide-button .hide-opened {
  display: block;
}
.sidebar .slide-button .hide-closed {
  display: none;
}
.sidebar ul.cards.items {
  flex-flow: row wrap;
  justify-content: center;
}
.sidebar ul.cards.items li.card {
  width: 46%;
  margin: 5px;
}
.sidebar ul.cards.items li.card .item-name {
  text-align: center;
}
.sidebar ul.cards.items li.card .card-image {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 10px;
}
.sidebar ul.cards.items li.card:nth-of-type(2n+1) {
  order: 1;
}
.sidebar ul.cards.items li.card:nth-of-type(2n) {
  order: 2;
}

.mejs-controls .mejs-button button {
  padding: 0 !important;
  background-color: transparent !important;
}

.steps {
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 30;
}
.steps p {
  margin: 0;
  padding: 0.7em 0;
}
.steps .steps-admin-nav {
  position: fixed;
  top: 50px;
  left: 0;
  height: 40px;
  width: 100%;
  background-color: rgba(38, 50, 56, 0.7);
  z-index: 40;
}
.steps .steps-admin-nav ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.steps .steps-admin-nav ul li {
  display: inline-block;
}
.steps .step {
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  min-height: 100%;
  position: absolute;
  overflow-y: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 20;
}
.steps .step.active {
  opacity: 1;
  visibility: visible;
}
.steps .step.active .step-content-container.step-dialogue .character.character-none .character-image, .steps .step.active .step-content-container.step-dialogue .character.character-left .character-image, .steps .step.active .step-content-container.step-dialogue .character.character-right .character-image {
  transform: translate(0, 0);
}
.steps .step .step-background {
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  z-index: 1;
  background-attachment: fixed;
}
.steps .step .step-buttons {
  text-align: center;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}
.steps .step .step-buttons button, .steps .step .step-buttons a {
  font-size: 20px;
  margin: 5px 20px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  font-family: "Rajdhani", sans-serif;
  display: inline-block;
  padding: 0.5em;
  border-radius: 0px;
  cursor: pointer;
  position: relative;
  color: #FFF;
  border: solid 1px #FFF;
  background-color: #04161e;
  text-transform: uppercase;
  transition: all 0.3s ease-out;
}
.steps .step .step-buttons button.step-next-button, .steps .step .step-buttons a.step-next-button {
  color: #FFF;
  border: solid 1px #41F2B2;
  background-color: #04161e;
}
.steps .step .step-buttons button.step-next-button:hover, .steps .step .step-buttons a.step-next-button:hover {
  color: #04161e;
  padding: 0.5em 0.3em 0.5em 0.7em;
  border: solid 1px #04161e;
  background-color: #41F2B2;
}
.steps .step .step-buttons button.step-back-button, .steps .step .step-buttons a.step-back-button {
  color: #FFF;
  border: solid 1px #EF6F6F;
  background-color: #04161e;
}
.steps .step .step-buttons button.step-back-button:hover, .steps .step .step-buttons a.step-back-button:hover {
  color: #04161e;
  padding: 0.5em 0.7em 0.5em 0.3em;
  border: solid 1px #04161e;
  background-color: #EF6F6F;
}
.steps .step .step-buttons button.finish-quest-button, .steps .step .step-buttons a.finish-quest-button {
  color: #04161e;
  border: solid 1px #04161e;
  background-color: #41F2B2;
}
.steps .step .step-buttons button.finish-quest-button:hover, .steps .step .step-buttons a.finish-quest-button:hover {
  padding: 0.5em 1em 0.5em 1em;
  border: solid 1px #04161e;
  background-color: #1cc2eb;
}
.steps .step .steps-navigation .step-nav-button {
  position: absolute;
  display: block;
  z-index: 100;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.steps .step .steps-navigation .step-nav-button:hover svg {
  transform: scale(1);
}
.steps .step .steps-navigation .step-nav-button:hover svg .arrow.arrow-1 {
  animation: arrow-fade 3s alternate infinite;
}
.steps .step .steps-navigation .step-nav-button:hover svg .arrow.arrow-2 {
  animation: arrow-fade 1s alternate infinite;
}
.steps .step .steps-navigation .step-nav-button:hover svg .arrow.arrow-3 {
  animation: arrow-fade 8s alternate infinite;
}
.steps .step .steps-navigation .step-nav-button:hover svg .arrow.arrow-4 {
  animation: arrow-fade 10s alternate infinite;
}
.steps .step .steps-navigation .step-nav-button:hover svg .arrow.arrow-5 {
  animation: arrow-fade 7s alternate infinite;
}
.steps .step .steps-navigation .step-nav-button:hover svg .arrow.arrow-6 {
  animation: arrow-fade 1.5s alternate infinite;
}
.steps .step .steps-navigation .step-nav-button:hover svg .arrow.arrow-7 {
  animation: arrow-fade 2s alternate infinite;
}
.steps .step .steps-navigation .step-nav-button:hover svg .back-color {
  fill: rgba(29, 45, 52, 0.5);
  stroke-dashoffset: 510;
  transform: scale(1.1);
}
.steps .step .steps-navigation .step-nav-button:hover svg .main-arrow {
  opacity: 1;
  animation: arrow-stroke-animation 3s linear infinite;
}
.steps .step .steps-navigation .step-nav-button:hover svg .outline {
  animation: arrow-outline-stroke-animation 5s linear infinite;
}
.steps .step .steps-navigation .step-nav-button svg {
  transform: scale(0.9);
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.steps .step .steps-navigation .step-nav-button svg .arrow {
  fill: #1d2d34;
  opacity: 0.1;
  transition: all 2s ease-out;
}
.steps .step .steps-navigation .step-nav-button svg .outline {
  stroke: #1d2d34;
  fill: none;
  stroke-dasharray: 60 40 388;
  transition: all 3s cubic-bezier(0.23, 1, 0.32, 1);
}
.steps .step .steps-navigation .step-nav-button svg .main-arrow {
  fill: rgba(29, 45, 52, 0.75);
  stroke: #1d2d34;
  opacity: 0.8;
  stroke-dasharray: 44 10 11 3;
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.steps .step .steps-navigation .step-nav-button svg .back-color {
  transform-origin: center;
  fill: rgba(29, 45, 52, 0.2);
  stroke: #1d2d34;
  stroke-dasharray: 60 60 60 30 100 200;
  transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}
.steps .step .steps-navigation .step-nav-button.step-success {
  width: 140px;
  height: 140px;
  left: 50%;
  margin: 0 0 0 -70px;
  bottom: 95px;
}
.steps .step .steps-navigation .step-nav-button.step-success svg .arrow {
  fill: #24da98;
}
.steps .step .steps-navigation .step-nav-button.step-success svg .outline {
  stroke: #24da98;
  fill: none;
  stroke-dasharray: 60 40 460;
}
.steps .step .steps-navigation .step-nav-button.step-success svg .main-arrow {
  fill: #24da98;
  stroke: #f7cb15;
}
.steps .step .steps-navigation .step-nav-button.step-success svg .back-color {
  stroke: #24da98;
}
.steps .step .steps-navigation .step-nav-button.step-fail {
  width: 140px;
  height: 140px;
  left: 50%;
  margin: 0 0 0 -70px;
  bottom: 95px;
}
.steps .step .steps-navigation .step-nav-button.step-fail svg .arrow {
  fill: #e24040;
}
.steps .step .steps-navigation .step-nav-button.step-fail svg .outline {
  stroke: #e24040;
  fill: none;
  stroke-dasharray: 60 40 460;
}
.steps .step .steps-navigation .step-nav-button.step-fail svg .main-arrow {
  fill: #e24040;
  stroke: #ef5a9d;
}
.steps .step .steps-navigation .step-nav-button.step-fail svg .back-color {
  stroke: #1d2d34;
}
.steps .step .steps-navigation .step-nav-button.step-next {
  width: 100px;
  height: 100px;
  bottom: 65px;
  right: 20px;
}
.steps .step .steps-navigation .step-nav-button.step-next svg .arrow {
  fill: #1cc2eb;
}
.steps .step .steps-navigation .step-nav-button.step-next svg .outline {
  stroke: #1cc2eb;
  fill: none;
  stroke-dasharray: 60 40 460;
}
.steps .step .steps-navigation .step-nav-button.step-next svg .main-arrow {
  fill: rgba(28, 194, 235, 0.75);
  stroke: #f7cb15;
}
.steps .step .steps-navigation .step-nav-button.step-next svg .back-color {
  stroke: #1cc2eb;
}
.steps .step .steps-navigation .step-nav-button.step-back {
  width: 80px;
  height: 80px;
  bottom: 75px;
  left: 20px;
}
.steps .step .steps-navigation .step-nav-button.step-back svg .arrow {
  fill: #ef5a9d;
}
.steps .step .steps-navigation .step-nav-button.step-back svg .outline {
  stroke: #1cc2eb;
}
.steps .step .steps-navigation .step-nav-button.step-back svg .main-arrow {
  fill: rgba(239, 90, 157, 0.75);
  stroke: #ef5a9d;
  stroke-dasharray: 44px 10px 11px 3px;
}
.steps .step .steps-navigation .step-nav-button.step-back svg .back-color {
  stroke: #ef5a9d;
}
.steps .step .step-content-container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}
.steps .step .step-content-container svg.step-tag-img {
  width: 100%;
  height: 100%;
}
.steps .step .step-content-container svg.step-tag-img .outline {
  fill: none;
  stroke-width: 1px;
  stroke: #1cc2eb;
}
.steps .step .step-content-container svg.step-tag-img .outline.yellow {
  stroke: #f7cb15;
}
.steps .step .step-content-container svg.step-tag-img .outline.green {
  stroke: #24da98;
}
.steps .step .step-content-container svg.step-tag-img .outline.red {
  stroke: #e24040;
}
.steps .step .step-content-container svg.step-tag-img .outline.pink {
  stroke: #ef5a9d;
}
.steps .step .step-content-container svg.step-tag-img .outline.grey {
  stroke: #1d2d34;
}
.steps .step .step-content-container svg.step-tag-img .fill {
  fill: #1cc2eb;
}
.steps .step .step-content-container svg.step-tag-img .fill.yellow {
  fill: #f7cb15;
}
.steps .step .step-content-container svg.step-tag-img .fill.green {
  fill: #24da98;
}
.steps .step .step-content-container svg.step-tag-img .fill.red {
  fill: #e24040;
}
.steps .step .step-content-container svg.step-tag-img .fill.pink {
  fill: #ef5a9d;
}
.steps .step .step-content-container svg.step-tag-img .fill.grey {
  fill: #1d2d34;
}
.steps .step .step-content-container .step-tag-container {
  display: flex;
  gap: 0px;
  flex-direction: row;
  margin: 0 0 10px 0;
}
.steps .step .step-content-container .step-tag-container .step-tag-content {
  position: relative;
}
.steps .step .step-content-container .step-tag-container .step-tag-content .step-tag-img-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.steps .step .step-content-container .step-tag-container .step-tag-content .step-tag-text {
  font: 500 28px "Preospe", sans-serif;
  padding: 14px 25px 10px 10px;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.steps .step .step-content-container .step-tag-container .step-tag-before {
  position: relative;
  width: 60px;
}
.steps .step .step-content-container .step-tag-container .step-tag-before svg {
  width: 100%;
  height: 100%;
}
.steps .step .step-content-container .step-tag-container .step-tag-after {
  position: relative;
  width: 15px;
  left: -1px;
}
.steps .step .step-content-container .step-tag-container .step-tag-after svg {
  width: 100%;
  height: 100%;
}
.steps .step .step-content-container .dialogue-box {
  display: grid;
  grid-template-columns: 32px auto 45px;
  grid-template-rows: 35px auto 35px;
}
.steps .step .step-content-container .dialogue-box .grid-cell img {
  width: 100%;
  height: 100%;
}
.steps .step .step-content-container .dialogue-box .corner-tl {
  background-image: url(images/hud/dialogue-box-top-left.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}
.steps .step .step-content-container .dialogue-box .edge-top {
  background-image: url(images/hud/dialogue-box-top.png);
  background-repeat: repeat-x;
  background-size: 100% 100%;
}
.steps .step .step-content-container .dialogue-box .corner-tr {
  background-image: url(images/hud/dialogue-box-top-right.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
}
.steps .step .step-content-container .dialogue-box .edge-left {
  background-image: url(images/hud/dialogue-box-left.png);
  background-repeat: repeat-y;
  background-position: left center;
  background-size: auto;
}
.steps .step .step-content-container .dialogue-box .center {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 0 20px;
  font-size: 18px;
}
.steps .step .step-content-container .dialogue-box .center a {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  background-color: rgba(28, 194, 235, 0.7);
  color: #FFFFFF;
  transition: all 0.3s ease-out;
}
.steps .step .step-content-container .dialogue-box .center a:hover {
  background-color: #04161e;
}
.steps .step .step-content-container .dialogue-box .edge-right {
  background-image: url(images/hud/dialogue-box-right.png);
  background-repeat: repeat-y;
  background-position: right center;
  background-size: auto;
}
.steps .step .step-content-container .dialogue-box .corner-bl {
  background-image: url(images/hud/dialogue-box-bottom-left.png);
  background-position: left bottom;
  background-size: auto;
}
.steps .step .step-content-container .dialogue-box .edge-bottom {
  background-image: url(images/hud/dialogue-box-bottom.png);
  background-repeat: repeat-x;
  background-size: 100% 100%;
}
.steps .step .step-content-container .dialogue-box .corner-br {
  background-image: url(images/hud/dialogue-box-bottom-right.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}
.steps .step .step-content-container .step-choices {
  display: grid;
  position: relative;
  z-index: 5;
  width: 75vw;
  overflow-x: scroll;
  scroll-snap-type: mandatory;
  padding: 10px;
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(200px, 1fr));
  gap: 10px;
  place-items: center;
  align-items: stretch;
}
.steps .step .step-content-container .step-choices .step-choice {
  display: grid;
  place-items: center;
  width: 100%;
  text-align: center;
  font: 500 20px "proxima-nova", sans-serif;
  border-radius: 10px;
  border-style: solid;
  border-width: 1px;
  color: #FFF;
  border-color: #1d2d34;
  background-color: #04161e;
  transition: all 0.3s ease-out;
  padding: 10px;
  overflow: hidden;
}
.steps .step .step-content-container .step-choices .step-choice img {
  max-width: 150px;
  max-height: 150px;
  transition: all 0.3s ease-out;
}
.steps .step .step-content-container .step-choices .step-choice:hover, .steps .step .step-content-container .step-choices .step-choice:active, .steps .step .step-content-container .step-choices .step-choice:focus {
  color: #04161e;
  background-color: #1cc2eb;
}
.steps .step .step-content-container .step-choices .step-choice:hover img, .steps .step .step-content-container .step-choices .step-choice:active img, .steps .step .step-content-container .step-choices .step-choice:focus img {
  transform: scale(1.1);
}
.steps .step .step-content-container .step-image {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.steps .step .step-content-container .step-image img {
  transition: all 0.3s ease-out;
  vertical-align: bottom;
  max-height: 400px;
  max-width: 49%;
}
.steps .step .step-content-container .path-choices {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.steps .step .step-content-container .path-choices .path {
  flex-grow: 1;
  border: none;
  border-radius: 0;
  padding: 20px;
  text-align: center;
  margin: 0 5px;
  background-size: cover;
  background-position: center center;
  opacity: 0.3;
}
.steps .step .step-content-container .path-choices .path.selected {
  opacity: 1;
}
.steps .step .step-content-container .step-warning-sign {
  width: 156px;
  height: 135px;
}
.steps .step .step-content-container .step-warning-sign svg.warning-sign polygon {
  fill: none;
  stroke: #f7cb15;
  stroke-width: 3px;
  stroke-dasharray: 44 10 11 3;
  animation: warning-sign-stroke-animation 2s linear infinite;
}
.steps .step .step-content-container .step-warning-sign svg.warning-sign path {
  fill: #f7cb15;
}
.steps .step .step-content-container .step-content a {
  display: inline-block;
  padding: 5px;
  border-radius: 4px;
  background-color: #1cc2eb;
  color: #FFFFFF;
  transition: all 0.3s ease-out;
}
.steps .step .step-content-container .step-content a:hover {
  background-color: #04161e;
}
.steps .step .step-content-container.jump-to {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.steps .step .step-content-container.jump-to .dialogue-box {
  width: 95%;
  max-width: 75vw;
}
.steps .step .step-content-container.jump-to .dialogue-box .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps .step .step-content-container.grab-item {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.steps .step .step-content-container.grab-item .step-item-to-grab {
  width: 280px;
  height: 280px;
}
.steps .step .step-content-container.grab-item .step-item-to-grab .item .item-content .item-image-container {
  width: 150px;
  height: 150px;
}
.steps .step .step-content-container.grab-item .step-item-to-grab .item .item-content .item-image-container img.item-image {
  max-width: 150px;
  max-height: 150px;
}
.steps .step .step-content-container.avatar-choice {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.steps .step .step-content-container.avatar-choice .step-avatars {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  height: auto;
  max-height: 600px;
  overflow-y: auto;
  margin: 0 0 15px 0;
  padding: 15px;
  position: relative;
  gap: 35px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  place-items: center;
  width: 100vw;
}
.steps .step .step-content-container.avatar-choice .step-avatars .avatar-button {
  width: 150px;
  height: 150px;
  aspect-ratio: 1/1;
  border-radius: 1000px;
  border: solid 1px #ef5a9d;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}
.steps .step .step-content-container.avatar-choice .step-avatars .avatar-button:hover {
  border: solid 1px #1cc2eb;
  transform: scale(1.1);
}
.steps .step .step-content-container.avatar-choice .step-avatars .avatar-button.active {
  border: solid 3px #f7cb15;
  transform: scale(1.2);
}
.steps .step .step-content-container.item-required {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.steps .step .step-content-container.item-required nav.tab-nav {
  width: auto;
  padding: 0 20px;
  margin: 0 auto;
}
.steps .step .step-content-container.item-required .step-backpack {
  display: flex;
  flex-direction: row;
  border: solid 1px #1cc2eb;
  margin: 0 0 15px 0;
  padding: 15px;
  position: relative;
  gap: 15px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  align-items: center;
  width: 90vw;
}
.steps .step .step-content-container.item-required .step-backpack .item {
  flex: 0 0 170px;
  aspect-ratio: 1/1;
  grid-template-rows: 100%;
}
.steps .step .step-content-container.item-required .step-backpack .item .item-content .item-image-container {
  width: 100px;
  height: 100px;
}
.steps .step .step-content-container.item-required .step-backpack .item .item-content .item-image-container img.item-image {
  max-width: 100px;
  max-height: 100px;
}
.steps .step .step-content-container.open-field {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.steps .step .step-content-container.open-field .dialogue-box {
  width: 95%;
  min-height: 350px;
  max-width: 75vw;
}
.steps .step .step-content-container.open-field .step-content {
  max-height: 50%;
  overflow-y: scroll;
}
.steps .step .step-content-container.open-field .step-video {
  width: 100%;
  max-height: 50vh;
}
.steps .step .step-content-container.open-field .step-video video {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.steps .step .step-content-container.open-field .step-content-text-editor {
  min-height: 230px;
}
.steps .step .step-content-container.system-message {
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.steps .step .step-content-container.system-message .dialogue-box {
  width: 95%;
  max-width: 75vw;
}
.steps .step .step-content-container.system-message .dialogue-box .center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.steps .step .step-content-container.system-message .dialogue-box .center .wp-video {
  display: block;
  margin: 5px auto;
}
.steps .step .step-content-container.system-message .action-buttons {
  text-align: center;
  padding: 10px;
  font-size: 30px;
}
.steps .step .step-content-container.step-dialogue {
  flex-direction: row;
  align-items: center;
}
.steps .step .step-content-container.step-dialogue.dialogue-attach-left .character {
  order: 1;
}
.steps .step .step-content-container.step-dialogue.dialogue-attach-left .dialogue-content-container {
  order: 5;
}
.steps .step .step-content-container.step-dialogue.dialogue-attach-left .dialogue-content-spacer {
  order: 10;
}
.steps .step .step-content-container.step-dialogue.dialogue-attach-right .character {
  order: 10;
}
.steps .step .step-content-container.step-dialogue.dialogue-attach-right .dialogue-content-container {
  order: 5;
}
.steps .step .step-content-container.step-dialogue.dialogue-attach-right .dialogue-content-spacer {
  order: 1;
  width: 170px;
  flex-basis: 170px;
}
.steps .step .step-content-container.step-dialogue.dialogue-attach-none {
  justify-content: center;
}
.steps .step .step-content-container.step-dialogue.dialogue-attach-none .character {
  display: none;
}
.steps .step .step-content-container.step-dialogue.dialogue-attach-none .dialogue-content-container {
  order: 5;
  width: 70%;
  flex-basis: 70%;
}
.steps .step .step-content-container.step-dialogue.dialogue-attach-none .dialogue-content-spacer {
  display: none;
}
.steps .step .step-content-container.step-dialogue .character {
  order: 1;
  width: 450px;
  position: relative;
  z-index: 5;
  transition-delay: 0.1s;
  display: grid;
}
.steps .step .step-content-container.step-dialogue .character .character-image {
  transition: transform 0.3s ease-in-out;
  aspect-ratio: 9/16;
}
.steps .step .step-content-container.step-dialogue .character .character-image img {
  width: 100%;
  max-width: 450px;
  max-height: 800px;
  min-width: 200px;
}
.steps .step .step-content-container.step-dialogue .character.character-left .character-image {
  left: 0;
  transform: translate(-100%, 0);
}
.steps .step .step-content-container.step-dialogue .character.character-right .character-image {
  right: 0;
  transform: translate(100%, 0);
}
.steps .step .step-content-container.step-dialogue .dialogue-content-container {
  order: 5;
  width: 100%;
  padding: 0 0 80px;
  position: relative;
}
.steps .step .step-content-container.step-dialogue .dialogue-content-container .dialogue-box {
  width: auto;
  height: auto;
}
.steps .step .step-content-container.step-dialogue .dialogue-content-container.attach-left {
  text-align: left;
}
.steps .step .step-content-container.step-dialogue .dialogue-content-container.attach-left .step-tag {
  position: absolute;
  top: -35px;
  left: 50px;
}
.steps .step .step-content-container.step-dialogue .dialogue-content-container.attach-right {
  text-align: right;
}
.steps .step .step-content-container.step-dialogue .dialogue-content-container.attach-right .step-tag {
  position: absolute;
  top: -35px;
  right: 50px;
}
.steps .step .step-content-container.step-dialogue .dialogue-content-container.attach-none {
  text-align: center;
}
.steps .step .step-content-container.step-dialogue .dialogue-content-container.attach-none .step-tag {
  display: none;
}
.steps .step .step-content-container.step-dialogue .dialogue-content-spacer {
  order: 10;
  width: 200px;
  flex-basis: 200px;
}

.step-buttons-list .gallery {
  grid-template-columns: 1fr;
}
.step-buttons-list .gallery .gallery-item {
  height: 100px;
}

.folder {
  position: relative;
}

.shepherd.tippy-popper .tippy-tooltip {
  border-radius: 10px !important;
  background-color: transparent !important;
  color: #FFF !important;
}

.shepherd-element {
  max-width: 480px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
  border-radius: 0 !important;
  border: solid 3px #212121;
  background-color: transparent !important;
}
.shepherd-element .shepherd-content {
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0.85) !important;
  color: #FFF;
}
.shepherd-element .shepherd-content header.shepherd-header {
  border-radius: 0 !important;
  background-position: center center;
  background-size: cover;
  text-align: center;
  background-color: #000;
  color: #FFF;
  font-weight: 900;
  text-transform: uppercase;
  padding: 0;
}
.shepherd-element .shepherd-content header.shepherd-header .shepherd-cancel-icon {
  background-color: #EF5350;
  padding: 7px 10px;
  color: #FFF !important;
  border-top-right-radius: 6px;
}
.shepherd-element .shepherd-content header.shepherd-header h3.shepherd-title {
  font-kerning: 1px;
  letter-spacing: 2;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  display: block;
  padding: 10px;
  font-size: 20px;
}
.shepherd-element .shepherd-content .shepherd-text {
  padding: 20px;
  color: #FFF;
  font-size: 18px;
}
.shepherd-element .shepherd-content footer.shepherd-footer {
  display: flex;
  border-radius: 0 !important;
  text-align: center;
}
.shepherd-element .shepherd-content footer.shepherd-footer button.shepherd-button {
  display: block;
  border-radius: 0;
  margin: 0 !important;
  font-family: "proxima-nova-extra-condensed", sans-serif;
  font-size: 18px;
  align-self: center;
  flex-grow: 1;
  transition: all 0.5s ease-out;
  background-image: linear-gradient(90deg, rgb(2, 136, 209), rgb(2, 136, 209));
}
.shepherd-element .shepherd-content footer.shepherd-footer button.shepherd-button:hover {
  background-image: linear-gradient(90deg, rgb(26, 35, 126), rgb(2, 136, 209));
}
.shepherd-element .shepherd-content footer.shepherd-footer button.shepherd-button.br-secondary-button {
  background-image: linear-gradient(90deg, rgb(38, 198, 218), rgb(38, 198, 218));
}
.shepherd-element .shepherd-content footer.shepherd-footer button.shepherd-button.br-secondary-button:hover {
  background-image: linear-gradient(90deg, rgb(0, 121, 107), rgb(38, 198, 218));
}
.shepherd-element .shepherd-content footer.shepherd-footer button.shepherd-button.br-end-tutorial {
  background-image: linear-gradient(90deg, rgb(239, 83, 80), rgb(239, 83, 80));
}
.shepherd-element .shepherd-content footer.shepherd-footer button.shepherd-button.br-end-tutorial:hover {
  background-image: linear-gradient(90deg, rgb(255, 193, 7), rgb(239, 83, 80));
}

/*************************************************************/
/************************** LOGIN ****************************/
/*************************************************************/
.login-logo {
  width: 80vw;
  max-width: 600px;
}

.access-code {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20000;
}

.badge-container {
  width: 100%;
  max-width: 340px;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 20px;
}
.badge-container img.badge {
  border-radius: 100em;
  height: 160px;
  margin: 0 auto;
  max-width: none;
}
.badge-container .halo {
  left: 50%;
  top: 10px;
  margin: 0 0 0 -90px;
  width: 180px;
  height: 180px;
}

.tool-tip {
  display: none;
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-weight: 300;
  z-index: 201;
}
.tool-tip.bottom {
  top: 100%;
  bottom: auto;
  left: 0;
}
.tool-tip.top {
  bottom: 100%;
  top: auto;
  left: 0;
}
.tool-tip.left {
  top: 50%;
  right: 105%;
  text-align: right;
  margin: -35% 0 0 0;
  min-width: 100px;
}
.tool-tip.right {
  top: 50%;
  left: 105%;
  text-align: left;
  margin: -35% 0 0 0;
  min-width: 100px;
}
.tool-tip.visible {
  display: block !important;
}
.tool-tip .tool-tip-text {
  display: inline-block;
  border-radius: 4px;
  padding: 5px 10px;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  z-index: 10;
}

.start {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  padding: 0 0 0 0;
  transition: all 0.3s ease-out;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  z-index: 50;
}
.start.active {
  visibility: visible;
  opacity: 1;
}
.start .nav-group {
  display: flex;
  position: absolute;
  bottom: 130px;
  z-index: 20;
  width: 100%;
  text-align: center;
  align-items: stretch;
  justify-content: center;
}
.start .nav-group nav {
  margin: 1px;
  display: inline-flex;
  flex-direction: row;
}
.start .nav-group nav.add-nav {
  order: 10;
}
.start .nav-group nav.add-nav.active {
  order: 3;
}
.start .nav-group nav.add-nav ul li a span.image:after, .start .nav-group nav.add-nav ul li button span.image:after {
  content: "";
  background-image: url("images/icons/icon-add-badge.png");
  background-position: center right;
  background-size: cover;
  display: block;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  position: absolute;
  top: 6px;
  left: 5px;
}
.start .nav-group nav.main-nav {
  order: 5;
}
.start .nav-group nav.admin-nav {
  order: 1;
}
.start .nav-group nav.admin-nav.active {
  order: 7;
}
.start .nav-group nav.active ul {
  width: 340px;
}
.start .nav-group nav.active .show-menu-button {
  width: 0px;
  margin: 0;
  padding: 0;
  border: none;
}
.start .nav-group nav .show-menu-button {
  display: inline-flex;
  background-color: rgba(19, 109, 160, 0.17);
  border: solid 1px rgba(255, 255, 255, 0);
  margin: 1px;
  text-align: center;
  width: 100px;
  height: 100%;
  color: #FFF;
  transition: all 0.3s ease-out;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.start .nav-group nav .show-menu-button:hover {
  background-color: rgba(19, 109, 160, 0.4);
  border: solid 1px rgba(255, 255, 255, 0.4);
}
.start .nav-group nav .show-menu-button span.content span.image {
  display: block;
  position: relative;
}
.start .nav-group nav .show-menu-button span.content span.image img {
  display: block;
  margin: 0 auto;
  max-width: 60px;
}
.start .nav-group nav .show-menu-button span.content span.label {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}
.start .nav-group nav ul {
  position: relative;
  transition: all 0.3s ease-out;
  overflow: hidden;
  width: 0px;
}
.start .nav-group nav ul li {
  display: block;
  background-color: rgba(19, 109, 160, 0.17);
  border: solid 1px rgba(255, 255, 255, 0);
  margin: 1px;
  text-align: center;
  width: 100%;
  height: 35px;
  color: #FFF;
  transition: all 0.3s ease-out;
  cursor: pointer;
}
.start .nav-group nav ul li:hover {
  background-color: rgba(19, 109, 160, 0.4);
  border: solid 1px rgba(255, 255, 255, 0.4);
}
.start .nav-group nav ul li.nav-header {
  background-color: rgba(19, 109, 160, 0.75);
  cursor: default;
  font-size: 24px;
  font-weight: 900;
  font-family: "Rajdhani", sans-serif;
  color: #ffd67b;
}
.start .nav-group nav ul li.nav-header:hover {
  background-color: rgb(19, 109, 160);
}
.start .nav-group nav ul li.highlighted {
  background-color: rgba(75, 138, 249, 0.5);
  cursor: default;
  font-size: 24px;
  font-family: "Rajdhani", sans-serif;
}
.start .nav-group nav ul li.highlighted:hover {
  background-color: rgba(75, 138, 249, 0.75);
}
.start .nav-group nav ul li.highlighted a, .start .nav-group nav ul li.highlighted button {
  color: #ffd67b;
}
.start .nav-group nav ul li.highlighted a span.content span.label, .start .nav-group nav ul li.highlighted button span.content span.label {
  font-weight: 700;
}
.start .nav-group nav ul li a, .start .nav-group nav ul li button {
  border: none;
  background-color: transparent;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  font-size: 0;
  color: #FFF;
}
.start .nav-group nav ul li a span.content, .start .nav-group nav ul li button span.content {
  display: inline-flex;
  width: 240px;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.start .nav-group nav ul li a span.content span.image, .start .nav-group nav ul li button span.content span.image {
  display: inline-block;
  width: 80px;
  height: 35px;
  position: relative;
}
.start .nav-group nav ul li a span.content span.image img, .start .nav-group nav ul li button span.content span.image img {
  display: block;
  margin: 0 auto;
  max-width: 35px;
  max-height: 35px;
}
.start .nav-group nav ul li a span.content span.label, .start .nav-group nav ul li button span.content span.label {
  display: inline-block;
  width: 160px;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
}
.start .nav-sidebar {
  display: none;
  width: 52px;
}
.start .nav-sidebar .hex-button {
  margin: 0 0 -27px;
}
.start .nav-tabs {
  display: none;
}
.start .nav-tabs ul.nav-buttons {
  margin: 0;
  padding: 0;
}
.start .nav-tabs ul.nav-buttons li.nav-button {
  display: block;
  width: 100%;
  background-color: rgba(1, 87, 155, 0.5);
  max-height: 58px;
  overflow: hidden;
}
.start .nav-tabs ul.nav-buttons li.nav-button:hover {
  background-color: rgba(1, 87, 155, 0.75);
}
.start .nav-tabs ul.nav-buttons li.nav-button a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 28px;
}
.start .nav-tabs ul.nav-buttons li.nav-button button {
  background-color: transparent;
  color: #FFF;
  border: none;
  display: block;
  width: 100%;
  height: 100%;
  padding: 8px 28px;
  text-align: left;
}
.start .nav-tabs ul.nav-buttons li.nav-button.highlight {
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: right center;
}
.start .nav-tabs ul.nav-buttons li.nav-button.highlight.purple {
  background-image: url("images/highlight-purple.png");
}
.start .nav-tabs ul.nav-buttons li.nav-button.highlight.yellow {
  background-image: url("images/highlight-yellow.png");
}
.start .nav-tabs ul.nav-buttons li.nav-button.highlight.grey {
  background-image: url("images/highlight-grey.png");
}
.start .nav-tabs ul.nav-buttons li.nav-button.highlight.deep-purple {
  background-image: url("images/highlight-deep-purple.png");
}
.start .nav-tabs ul.nav-buttons li.nav-button.highlight.blue {
  background-image: url("images/highlight-blue.png");
}
.start .nav-tabs ul.nav-buttons li.nav-button.highlight.red {
  background-image: url("images/highlight-red.png");
}
.start .nav-tabs ul.nav-buttons li.nav-button.highlight.green {
  background-image: url("images/highlight-green.png");
}
.start .nav-tabs ul.nav-buttons li.nav-button.highlight:hover {
  background-blend-mode: luminosity;
  background-color: rgb(0, 0, 0);
}
.start .nav-tabs ul.nav-buttons li.nav-button .label {
  padding: 0 0 0 10px;
}
.start .dashboard > .dashboard-content {
  margin: 30px 0 0 5px;
}
.start .dashboard .tabs {
  position: relative;
}
.start .dashboard .tabs .tab {
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: -260px;
  transition: all 0.3s ease-out;
}
.start .dashboard .tabs .tab.active {
  opacity: 1;
  display: block;
  left: 0px;
}

.flipped-card-container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  z-index: -10;
}
.flipped-card-container.active {
  z-index: 2002;
}

/*************************************************************************/
/***************************** Rotating Item *******************************/
/*************************************************************************/
.book-container {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  position: relative;
  transform: scale(1);
}
.book-container img {
  max-width: 100%;
  height: 100%;
  max-height: 260px;
}

.book-scene {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  perspective: 500px;
  top: 0;
  left: 0;
}
.book-scene .book {
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transform: translateZ(-50px);
  transition: all 0.67s ease-out;
}
.book-scene .book .front-gradient {
  opacity: 0;
  transition: all 0.67s ease-out;
}
.book-scene .book .book-face {
  position: absolute;
  background-position: center center;
  background-size: cover;
}
.book-scene .book .book-face.front {
  width: 100%;
  height: 100%;
  transform: rotateY(0deg) translateZ(50px);
}
.book-scene .book .book-face.back {
  width: 100%;
  height: 100%;
  transform: rotateY(0deg) translateZ(-50px);
}
.book-scene .book .book-face.right {
  width: 100px;
  height: 100%;
  right: 100px;
  transform: rotateY(90deg) translateZ(150px);
}
.book-scene .book .book-face.right .spine {
  width: 100%;
  transform: rotate(90deg);
}
.book-scene .book .book-face.left {
  width: 100px;
  height: 100%;
  left: 100px;
  transform: rotateY(-90deg) translateZ(150px);
}
.book-scene .book .book-face.top {
  width: 100%;
  height: 100px;
  top: 50px;
  transform: rotateX(90deg) translateZ(100px);
}
.book-scene .book .book-face.bottom {
  width: 100%;
  height: 100px;
  top: 100%;
  transform: rotateX(-90deg) translateZ(-50px);
}
.book-scene .book.show-front {
  transform: translateZ(-50px) rotateY(0deg);
}
.book-scene .book.show-back {
  transform: translateZ(-50px) rotateY(-180deg);
}
.book-scene .book.show-featured {
  animation-duration: 4s;
  animation-direction: alternate;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-name: featured-item;
  animation-iteration-count: infinite;
  transform: translateZ(-200px) rotateY(-20deg);
}
.book-scene .book.show-featured .front-gradient {
  opacity: 0.7;
}
.book-scene .book.show-right {
  transform: translateZ(-200px) rotateY(-50deg);
}
.book-scene .book.show-right .front-gradient {
  opacity: 0.7;
}
.book-scene .book.show-left {
  transform: translateZ(-200px) rotateY(-225deg);
}
.book-scene .book.show-left .front-gradient {
  opacity: 0.7;
}

.carousel-container {
  overflow: hidden;
  height: 450px;
}

.carousel-scene {
  margin: 0 auto;
  width: 340px;
  height: 400px;
  position: relative;
  padding: 40px 0 0 0;
  perspective: 3000px;
}
.carousel-scene .next.icon-button, .carousel-scene .prev.icon-button {
  z-index: 10;
  transition: all 0.3s ease-out;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}
.carousel-scene .next.icon-button .icon, .carousel-scene .prev.icon-button .icon {
  transition: all 0.3s ease-out;
}
.carousel-scene .next.icon-button:hover, .carousel-scene .next.icon-button:active, .carousel-scene .prev.icon-button:hover, .carousel-scene .prev.icon-button:active {
  box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.3);
}
.carousel-scene .prev {
  position: absolute;
  top: 180px;
  right: 82%;
}
.carousel-scene .next {
  position: absolute;
  top: 180px;
  left: 82%;
}

.card-deck {
  margin: 0;
  padding: 0;
  position: relative;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-gap: 10px;
  grid-auto-rows: 1fr;
}
.card-deck .card {
  display: flex;
  transition: all 1s ease-out;
  position: relative;
  opacity: 1;
  box-shadow: 10px 0 5px -5px rgba(0, 0, 0, 0.2);
  z-index: 10;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  overflow: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.card-deck .card:nth-child(5n+1) {
  grid-column: 1/5;
}
.card-deck .card:nth-child(5n+2) {
  grid-column: 5/9;
}
.card-deck .card:nth-child(5n+3) {
  grid-column: 9/13;
}
.card-deck .card:nth-child(5n+4) {
  grid-column: 1/7;
}
.card-deck .card:nth-child(5n+5) {
  grid-column: 7/13;
}
.card-deck .card .req-status {
  top: 60px;
  left: 180px;
}
.card-deck .card .background {
  opacity: 0.8;
}
.card-deck .card .background-image {
  background-position: 70% center;
  transition: all 1.5s ease-in-out;
}

.journey-padding-spacer {
  position: absolute;
  width: 1px;
  height: 1px;
  bottom: -150px;
  right: -150px;
}

.journey-builder-controls {
  position: fixed;
  top: 50px;
  left: 5px;
  z-index: 28;
}
.journey-builder-controls button.action-button {
  font: 500 16px "Rajdhani", sans-serif;
}

.journey-builder-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow: scroll;
  perspective: 1000px;
}
.journey-builder-container .builder {
  position: absolute;
  transform-style: preserve-3d;
  background-position: center center;
  background-size: cover;
  min-width: 100vw;
  min-height: 100vh;
}
.journey-builder-container .builder .milestone {
  transform-origin: center;
  position: absolute;
  opacity: 0.5;
  width: 108px;
  height: 95px;
  color: #FFFFFF;
  transition: all 0.3s ease-out;
}
.journey-builder-container .builder .milestone .milestone-content {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 108px;
  height: 95px;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  display: grid;
  place-items: center;
  background-blend-mode: luminosity;
}
.journey-builder-container .builder .milestone .milestone-content.white {
  background-color: #FFFFFF;
  color: #04161e;
}
.journey-builder-container .builder .milestone .milestone-content.red {
  background-color: #EF5350;
}
.journey-builder-container .builder .milestone .milestone-content.pink {
  background-color: #EC407A;
}
.journey-builder-container .builder .milestone .milestone-content.purple {
  background-color: #AB47BC;
}
.journey-builder-container .builder .milestone .milestone-content.deep-purple {
  background-color: #7E57C2;
}
.journey-builder-container .builder .milestone .milestone-content.indigo {
  background-color: #5C6BC0;
}
.journey-builder-container .builder .milestone .milestone-content.blue {
  background-color: #42A5F5;
}
.journey-builder-container .builder .milestone .milestone-content.light-blue {
  background-color: #29B6F6;
  color: #04161e;
}
.journey-builder-container .builder .milestone .milestone-content.cyan {
  background-color: #26C6DA;
}
.journey-builder-container .builder .milestone .milestone-content.teal {
  background-color: #26A69A;
}
.journey-builder-container .builder .milestone .milestone-content.green {
  background-color: #66BB6A;
}
.journey-builder-container .builder .milestone .milestone-content.light-green {
  background-color: #9CCC65;
  color: #04161e;
}
.journey-builder-container .builder .milestone .milestone-content.lime {
  background-color: #D4E157;
  color: #04161e;
}
.journey-builder-container .builder .milestone .milestone-content.yellow {
  background-color: #FFEE58;
  color: #04161e;
}
.journey-builder-container .builder .milestone .milestone-content.amber {
  background-color: #FFCA28;
  color: #04161e;
}
.journey-builder-container .builder .milestone .milestone-content.orange {
  background-color: #FFA726;
  color: #04161e;
}
.journey-builder-container .builder .milestone .milestone-content.deep-orange {
  background-color: #FF7043;
}
.journey-builder-container .builder .milestone .milestone-content.brown {
  background-color: #8D6E63;
}
.journey-builder-container .builder .milestone .milestone-content.grey {
  background-color: #BDBDBD;
  color: #04161e;
}
.journey-builder-container .builder .milestone .milestone-content.blue-grey {
  background-color: #78909C;
  color: #04161e;
}
.journey-builder-container .builder .milestone .milestone-content.black {
  background-color: #04161e;
}
.journey-builder-container .builder .milestone.dragging {
  opacity: 1;
  transition: none;
}
.journey-builder-container .builder .milestone.dragging .milestone-name {
  visibility: visible;
}
.journey-builder-container .builder .milestone:hover {
  z-index: 200;
  opacity: 1;
}
.journey-builder-container .builder .milestone:hover .milestone-name {
  opacity: 1;
  visibility: visible;
}
.journey-builder-container .builder .milestone:hover .milestone-controls {
  opacity: 1;
  visibility: visible;
}
.journey-builder-container .builder .milestone .milestone-name {
  z-index: 10;
  display: block;
  position: absolute;
  bottom: 102%;
  padding: 5px;
  border-radius: 5px;
  background-color: rgba(255, 255, 255, 0.5);
  opacity: 0;
  visibility: hidden;
  text-align: center;
  font: 400 16px "Rajdhani", sans-serif;
  transition: all 0.3 ease-out;
}
.journey-builder-container .builder .milestone .milestone-controls {
  opacity: 0;
  visibility: hidden;
  transition: all 0.3 ease-out;
}
.journey-builder-container .builder .milestone .milestone-controls button {
  position: absolute;
  background-color: transparent;
  cursor: pointer;
  border: none;
  width: 40px;
  height: 40px;
  padding: 5px;
  text-align: center;
  z-index: 20;
}
.journey-builder-container .builder .milestone .milestone-controls button:hover {
  background-color: rgba(29, 45, 52, 0.75);
}
.journey-builder-container .builder .milestone .milestone-controls button img {
  max-width: 100%;
  max-height: 100%;
}
.journey-builder-container .builder .milestone .milestone-controls button.drag-top-left {
  top: -40px;
  left: -40px;
}
.journey-builder-container .builder .milestone .milestone-controls button.drag-bottom-right {
  bottom: -40px;
  right: -40px;
}
.journey-builder-container .builder .milestone .milestone-controls button.milestone-reset {
  left: 25%;
  top: 50%;
  margin: -20px 0 0 -20px;
}
.journey-builder-container .builder .milestone .milestone-controls button.z-up {
  left: 50%;
  top: -40px;
  margin: 0 0 0 -20px;
}
.journey-builder-container .builder .milestone .milestone-controls button.z-down {
  left: 50%;
  bottom: -40px;
  margin: 0 0 0 -20px;
}
.journey-builder-container .builder .milestone .milestone-controls button.scale-up {
  top: -40px;
  right: -40px;
}
.journey-builder-container .builder .milestone .milestone-controls button.scale-down {
  bottom: -40px;
  left: -40px;
}
.journey-builder-container .builder .milestone .milestone-controls button.rotate-ccw {
  top: 50%;
  right: -40px;
  margin: -20px 0 0;
}
.journey-builder-container .builder .milestone .milestone-controls button.rotate-cw {
  top: 50%;
  left: -40px;
  margin: -20px 0 0;
}

.journey-container {
  position: fixed;
  overflow: scroll;
  width: 100vw;
  height: 100vh;
  z-index: 26;
  top: 0;
  left: 0;
  perspective: 1000px;
  transform-style: preserve-3d;
}

.journey {
  margin: 0 auto;
  position: relative;
  z-index: 26;
  display: block;
  transition: all 0.5s ease-out;
  min-width: 100vw;
  min-height: 100vh;
}
.journey .milestone-container {
  transition: all 0.3s ease-out;
}
.journey.journey-board {
  padding: 100px 0 200px;
  width: auto !important;
  height: auto !important;
  color: #FFFFFF;
  display: flex;
  flex-direction: row;
  gap: 5rem;
  align-items: flex-start;
  flex-wrap: nowrap;
  background-image: none !important;
}
.journey.journey-board .journey-padding-spacer {
  display: none;
}
.journey.journey-board .board-view-column {
  padding: 10px;
  border-radius: 10px;
  flex: 1 1 100%;
  max-width: 360px;
  width: 100%;
  display: flex;
  flex-direction: column;
  border-top-width: 5px !important;
}
.journey.journey-board .board-view-column.white {
  border: solid 2px #FFFFFF;
  background-color: rgba(255, 255, 255, 0);
}
.journey.journey-board .board-view-column.red {
  border: solid 2px #EF5350;
  background-color: rgba(239, 83, 80, 0);
}
.journey.journey-board .board-view-column.pink {
  border: solid 2px #EC407A;
  background-color: rgba(236, 64, 122, 0);
}
.journey.journey-board .board-view-column.purple {
  border: solid 2px #AB47BC;
  background-color: rgba(171, 71, 188, 0);
}
.journey.journey-board .board-view-column.deep-purple {
  border: solid 2px #7E57C2;
  background-color: rgba(126, 87, 194, 0);
}
.journey.journey-board .board-view-column.indigo {
  border: solid 2px #5C6BC0;
  background-color: rgba(92, 107, 192, 0);
}
.journey.journey-board .board-view-column.blue {
  border: solid 2px #42A5F5;
  background-color: rgba(66, 165, 245, 0);
}
.journey.journey-board .board-view-column.light-blue {
  border: solid 2px #29B6F6;
  background-color: rgba(41, 182, 246, 0);
}
.journey.journey-board .board-view-column.cyan {
  border: solid 2px #26C6DA;
  background-color: rgba(38, 198, 218, 0);
}
.journey.journey-board .board-view-column.teal {
  border: solid 2px #26A69A;
  background-color: rgba(38, 166, 154, 0);
}
.journey.journey-board .board-view-column.green {
  border: solid 2px #66BB6A;
  background-color: rgba(102, 187, 106, 0);
}
.journey.journey-board .board-view-column.light-green {
  border: solid 2px #9CCC65;
  background-color: rgba(156, 204, 101, 0);
}
.journey.journey-board .board-view-column.lime {
  border: solid 2px #D4E157;
  background-color: rgba(212, 225, 87, 0);
}
.journey.journey-board .board-view-column.yellow {
  border: solid 2px #FFEE58;
  background-color: rgba(255, 238, 88, 0);
}
.journey.journey-board .board-view-column.amber {
  border: solid 2px #FFCA28;
  background-color: rgba(255, 202, 40, 0);
}
.journey.journey-board .board-view-column.orange {
  border: solid 2px #FFA726;
  background-color: rgba(255, 167, 38, 0);
}
.journey.journey-board .board-view-column.deep-orange {
  border: solid 2px #FF7043;
  background-color: rgba(255, 112, 67, 0);
}
.journey.journey-board .board-view-column.brown {
  border: solid 2px #8D6E63;
  background-color: rgba(141, 110, 99, 0);
}
.journey.journey-board .board-view-column.grey {
  border: solid 2px #BDBDBD;
  background-color: rgba(189, 189, 189, 0);
}
.journey.journey-board .board-view-column.blue-grey {
  border: solid 2px #78909C;
  background-color: rgba(120, 144, 156, 0);
}
.journey.journey-board .board-view-column.black {
  border: solid 2px #000000;
  background-color: rgba(0, 0, 0, 0);
}
.journey.journey-board .board-view-column .milestone-container {
  width: 320px;
  height: auto;
  position: static;
  background-color: rgba(29, 45, 52, 0.25);
  padding: 10px;
  margin: 10px 0;
  transform: translateZ(0px) scale(1) rotate(0deg) !important;
}
.journey.journey-board .board-view-column .milestone-container.baseZ {
  transform: translateZ(0px) rotate(0deg) !important;
  z-index: 1000 !important;
}
.journey.journey-board .milestone {
  display: flex;
  flex-direction: column;
  position: relative;
  top: 0 !important;
  left: 0 !important;
  transition: all 0.3s ease-out;
}
.journey.journey-board .milestone ::-webkit-scrollbar-track {
  background-color: #263238;
}
.journey.journey-board .milestone ::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background-color: #263238;
}
.journey.journey-board .milestone ::-webkit-scrollbar-thumb {
  cursor: pointer;
  width: 3px;
  border-radius: 10px;
  border: solid 4px #546E7A;
  background-color: #546E7A;
}
.journey.journey-board .milestone .milestone-bg-color {
  position: absolute;
  top: -5%;
  left: -5%;
  width: 110%;
  height: 110%;
  opacity: 0.2;
  z-index: 1;
  border-radius: 10px;
}
.journey.journey-board .milestone .milestone-bg-badge {
  order: 2;
  opacity: 1;
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100px;
  background-size: contain;
  background-repeat: no-repeat;
}
.journey.journey-board .milestone .milestone-cta {
  order: 3;
  position: relative;
  z-index: 2;
}
.journey.journey-board .milestone .milestone-cta .milestone-preview-level {
  display: none;
}
.journey.journey-board .milestone .milestone-cta .milestone-preview-title h1 {
  font: 500 24px "Rajdhani", sans-serif;
}
.journey.journey-board .milestone .milestone-cta .milestone-preview-title h2 {
  text-align: center;
  font: 600 16px "Rajdhani", sans-serif;
  padding: 5px;
}
.journey.journey-board .milestone .milestone-cta .milestone-preview-title h2.finished-legend {
  padding: 10px;
  font-size: 24px;
  background-color: #24da98;
  text-transform: uppercase;
  color: #04161e;
  margin: 10px 0;
}
.journey.journey-board .milestone .milestone-level {
  order: 1;
  padding: 3px;
  background-color: #9f40e2;
  text-align: center;
  color: #FFFFFF;
  position: relative;
  z-index: 2;
}
.journey.journey-board .milestone .milestone-level h2 {
  text-align: center;
  font: 900 16px "Rajdhani", sans-serif;
}
.journey.journey-board .milestone .milestone-level h2::before {
  content: "Level: ";
}
.journey.journey-board .milestone .milestone-resources {
  position: absolute;
  bottom: 5px;
  left: 5px;
  opacity: 0;
  visibility: hidden;
  width: 100px;
}
.journey.journey-board .milestone .milestone-resources .milestone-xp {
  position: relative;
}
.journey.journey-board .milestone .milestone-resources .milestone-bloo {
  position: relative;
}
.journey.journey-board .milestone .milestone-resources .milestone-ep {
  position: relative;
}
.journey.journey-board .milestone .milestone-action-button {
  position: absolute;
  bottom: 5px;
  right: 5px;
  opacity: 0;
  visibility: hidden;
}
.journey.journey-board .milestone .milestone-edit-button {
  position: absolute;
  top: 5px;
  right: 5px;
  opacity: 0;
  visibility: hidden;
}
.journey.journey-board .milestone .milestone-description, .journey.journey-board .milestone .milestone-lock-type {
  overflow: hidden;
  max-height: 0;
  scrollbar-color: #546E7A #263238;
  scrollbar-width: thin;
}
.journey.journey-board .milestone.active {
  height: 200px;
}
.journey.journey-board .milestone.active .milestone-bg-color {
  opacity: 0;
}
.journey.journey-board .milestone.active .milestone-bg-badge {
  opacity: 1;
}
.journey.journey-board .milestone.active .milestone-level {
  opacity: 1;
  visibility: visible;
}
.journey.journey-board .milestone.active .milestone-resources {
  opacity: 1;
  visibility: visible;
}
.journey.journey-board .milestone.active .milestone-action-button {
  opacity: 1;
  visibility: visible;
}
.journey.journey-board .milestone.active .milestone-edit-button {
  opacity: 1;
  visibility: visible;
}
.journey.journey-board .milestone.active .milestone-description {
  max-height: 127px;
  overflow-y: scroll;
}
.journey.journey-map {
  font-size: 0;
  transform-style: preserve-3d;
  transform-origin: top left;
  position: absolute;
  transform-style: preserve-3d;
  background-position: center center;
  background-size: cover;
  min-width: 100vw;
  min-height: 100vh;
}
.journey.journey-map.milestone-on {
  background-image: none !important;
}
.journey.journey-map .board-view-column {
  transform-style: preserve-3d;
}
.journey.journey-map .milestone-container {
  display: inline-block;
  width: 90px;
  height: 105px;
  position: absolute;
}
.journey.journey-map .milestone-container.baseZ {
  transform: translateZ(0px) rotate(0deg) !important;
  z-index: 1000 !important;
}
.journey.journey-map .milestone {
  font-size: 16px;
  margin: 0;
  width: 119.997%;
  height: 90%;
  overflow: hidden;
  position: relative;
  display: inline-block;
  transition: all 0.3s ease-out;
  transform-origin: center;
}
.journey.journey-map .milestone .milestone-cta {
  display: none;
}
.journey.journey-map .milestone .milestone-activate-button {
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  opacity: 0;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  z-index: 10;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.journey.journey-map .milestone .milestone-bg-color {
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translate(0, 0);
  opacity: 1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.journey.journey-map .milestone .milestone-bg-badge {
  z-index: 10;
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  transform: translate(0, 0);
  opacity: 1;
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.journey.journey-map .milestone .milestone-level {
  display: none;
}
.journey.journey-map .milestone .milestone-resources {
  position: absolute;
  top: 160px;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
}
.journey.journey-map .milestone .milestone-resources .milestone-xp {
  opacity: 0;
  visibility: hidden;
  position: relative;
  width: 100px;
}
.journey.journey-map .milestone .milestone-resources .milestone-bloo {
  opacity: 0;
  visibility: hidden;
  width: 100px;
}
.journey.journey-map .milestone .milestone-resources .milestone-ep {
  opacity: 0;
  visibility: hidden;
  width: 100px;
}
.journey.journey-map .milestone .milestone-action-button {
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  visibility: hidden;
}
.journey.journey-map .milestone .milestone-edit-button {
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  visibility: hidden;
}
.journey.journey-map .milestone .milestone-title {
  opacity: 0;
  visibility: hidden;
  top: -50px;
  position: absolute;
}
.journey.journey-map .milestone .milestone-description {
  display: none;
}
.journey.journey-map .milestone .milestone-lock-type {
  width: 150px;
  visibility: hidden;
  opacity: 0;
  top: -50px;
}
.journey.journey-map .milestone .milestone-lock-type .hex-button {
  display: none !important;
}
.journey.journey-map .milestone.active {
  /*transform: translateZ(100px) rotateZ(180deg) rotateX(-45deg) translateY(30px);*/
  overflow: visible;
  z-index: 80 !important;
  transform: scale(1.5);
}
.journey.journey-map .milestone.active .milestone-level {
  top: -31px;
  left: -34px;
  opacity: 1;
  visibility: visible;
}
.journey.journey-map .milestone.active .milestone-resources .milestone-xp, .journey.journey-map .milestone.active .milestone-resources .milestone-bloo, .journey.journey-map .milestone.active .milestone-resources .milestone-ep {
  opacity: 1;
  visibility: visible;
}
.journey.journey-map .milestone.active .milestone-action-button {
  top: 55px;
  opacity: 1;
  visibility: visible;
}
.journey.journey-map .milestone.active .milestone-edit-button {
  opacity: 1;
  visibility: visible;
  top: -30px;
  left: 90px;
}
.journey.journey-map .milestone.active .milestone-title {
  opacity: 1;
  visibility: visible;
  width: 150px !important;
  top: 100px;
}
.journey.journey-map .milestone.active .milestone-lock-type {
  visibility: visible;
  opacity: 1;
  top: 102px;
}
.journey.journey-map .milestone.active.finished .milestone-lock-type .hex-button {
  display: block;
}
.journey.journey-map .milestone.inactive {
  z-index: 10 !important;
  transform: scale(0.85);
  transform-origin: top center;
}
.journey.journey-map .milestone.inactive .milestone-bg-color {
  background-color: #111 !important;
}
.journey.journey-map .milestone.inactive .milestone-bg-badge {
  opacity: 0.1 !important;
  background-color: #111 !important;
  mix-blend-mode: luminosity !important;
}
.journey.journey-map .milestone.inactive.finished .milestone-lock-type {
  transform: scale(40%, 40%);
  visibility: visible;
  top: -40px;
  left: 30px;
  opacity: 0.7;
}
.journey.journey-map .milestone.inactive.finished .milestone-lock-type .milestone-lock-type-legend {
  display: none !important;
}
.journey.journey-map .milestone.inactive.finished .milestone-lock-type .hex-button {
  display: block !important;
}
.journey.journey-map .milestone.inactive.finished .milestone-bg-color {
  background-color: #D4E157 !important;
}
.journey.journey-map .milestone.inactive.finished .milestone-bg-badge {
  opacity: 0.25 !important;
  background-color: #D4E157 !important;
  mix-blend-mode: luminosity !important;
}

.decor-corner {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 20px;
  height: 20px;
}
.decor-corner.top-left {
  top: 0;
  left: 0;
  background-image: url("images/decor-corner-top-left.svg");
}
.decor-corner.top-right {
  top: 0;
  right: 0;
  background-image: url("images/decor-corner-top-right.svg");
}
.decor-corner.bottom-left {
  bottom: 0;
  left: 0;
  background-image: url("images/decor-corner-bottom-left.svg");
}
.decor-corner.bottom-right {
  bottom: 0;
  right: 0;
  background-image: url("images/decor-corner-bottom-right.svg");
}

.milestone-preview {
  position: fixed;
  z-index: 27;
  bottom: -200px;
  left: calc(50% - 255px);
  width: 510px;
  height: 200px;
  color: #FFF;
  transition: all 0.5s ease-out;
  background-color: rgba(9, 114, 140, 0.8);
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.8);
}
.milestone-preview.blocked, .milestone-preview.deadline-missed, .milestone-preview.deadline-cost {
  background-color: rgba(237, 93, 93, 0.8);
}
.milestone-preview.finished {
  background-color: rgba(26, 130, 90, 0.8);
}
.milestone-preview.levelup, .milestone-preview.unlock-cost {
  background-color: rgba(114, 41, 165, 0.8);
}
.milestone-preview.active {
  bottom: 50px;
}
.milestone-preview .decor-corner {
  z-index: 5;
}
.milestone-preview .milestone-preview-resources {
  background-color: rgba(4, 22, 30, 0.6);
  width: 100%;
  height: 45px;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 7px;
  font-weight: 600;
  font-size: 20px;
}
.milestone-preview .milestone-preview-resources .milestone-preview-xp {
  display: inline-block;
  padding: 0 10px 0 30px;
  background-image: url("images/icons/icon-xp.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.milestone-preview .milestone-preview-resources .milestone-preview-bloo {
  display: inline-block;
  padding: 0 10px 0 30px;
  background-image: url("images/icons/icon-bloo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.milestone-preview .milestone-preview-resources .milestone-preview-ep {
  display: inline-block;
  padding: 0 10px 0 30px;
  background-image: url("images/icons/icon-ep.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.milestone-preview .milestone-preview-content {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 150px;
}
.milestone-preview .milestone-preview-content .milestone-preview-level {
  width: 55px;
  text-align: right;
}
.milestone-preview .milestone-preview-content .milestone-preview-level h2 {
  width: 52px;
  height: 60px;
  display: inline-block;
  background-color: #673AB7;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  clip-path: url("#hex-clip-svg");
  overflow: hidden;
  padding: 13px 0 0 0;
  text-align: center;
  margin: 0;
  font-size: 30px;
  font-weight: 900;
}
.milestone-preview .milestone-preview-content .milestone-preview-title {
  width: 75%;
  text-align: left;
  padding: 0 10px;
}
.milestone-preview .milestone-preview-content .milestone-preview-title h1 {
  font-size: 22px;
  font-weight: 600;
}
.milestone-preview .milestone-preview-content .milestone-preview-title h2 {
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  opacity: 0.7;
  font-weight: 900;
  text-transform: uppercase;
}
.milestone-preview .milestone-preview-content .milestone-preview-title p {
  margin: 2.5px 0;
  padding: 2.5px 0;
  border-top: dotted 1px rgba(255, 255, 255, 0.25);
  border-bottom: dotted 1px rgba(255, 255, 255, 0.25);
  font-size: 12px;
  max-height: 42px;
  overflow: hidden;
}

.milestone-preview-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: auto 150%;
  background-position: 50% 0%;
  transition: all 5s ease-out;
  background-blend-mode: luminosity;
  z-index: 15;
  opacity: 0;
}
.milestone-preview-bg.active {
  animation-duration: 90s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-name: br-milestone-background-preview;
  animation-iteration-count: infinite;
  opacity: 0.5;
}

ul {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: left;
  /* CARD LIST */
}
ul li.card {
  vertical-align: top;
  display: inline-block;
  float: none;
  position: relative;
  padding: 0;
  width: 100%;
  height: auto;
  margin: 0 0 5px;
  transition: all 0.3s ease-out;
  z-index: 100;
}
ul li.card.flipped {
  z-index: 125;
}
ul li.card figure {
  padding: 0;
  margin: 0;
}
ul li.card figure.back {
  overflow: hidden;
  border-radius: 6px;
}
ul li.card figure.front {
  border-radius: 12px;
}
ul.carousel {
  width: 100%;
  height: 100%;
  position: absolute;
  transform: rotateX(-5deg) translateZ(-700px);
  transform-style: preserve-3d;
  transition: all 0.5s ease-in-out;
}
ul.carousel .card {
  transition: all 1s ease-in-out;
  position: absolute;
  width: 320px;
  height: 380px;
  overflow: hidden;
  left: 10px;
  top: 10px;
  opacity: 0.75;
}
ul.carousel .card h2.title {
  transition: all 0.5s ease-in-out;
  font-size: 24px;
}
ul.carousel .card h3.welcome {
  transition: all 0.5s ease-in-out;
  opacity: 0;
}
ul.carousel .card.front {
  top: -10px;
  left: 0px;
  width: 340px;
  height: 420px;
  opacity: 1;
}
ul.carousel .card.front h2.title {
  font-size: 40px;
}
ul.carousel .card.front h3.welcome {
  opacity: 1;
}
ul.carousel .card:nth-child(1) {
  transform: rotateY(0deg) translateZ(590px);
}
ul.carousel .card:nth-child(2) {
  transform: rotateY(36deg) translateZ(590px);
}
ul.carousel .card:nth-child(3) {
  transform: rotateY(72deg) translateZ(590px);
}
ul.carousel .card:nth-child(4) {
  transform: rotateY(108deg) translateZ(590px);
}
ul.carousel .card:nth-child(5) {
  transform: rotateY(144deg) translateZ(590px);
}
ul.carousel .card:nth-child(6) {
  transform: rotateY(180deg) translateZ(590px);
}
ul.carousel .card:nth-child(7) {
  transform: rotateY(216deg) translateZ(590px);
}
ul.carousel .card:nth-child(8) {
  transform: rotateY(252deg) translateZ(590px);
}
ul.carousel .card:nth-child(9) {
  transform: rotateY(288deg) translateZ(590px);
}
ul.carousel .card:nth-child(10) {
  transform: rotateY(324deg) translateZ(590px);
}
ul.badges {
  margin: 0 0 50px 0;
}
ul.badges li {
  width: 150px;
  height: 150px;
  clip-path: url("#mask-badge");
  background-position: center center;
  background-size: cover;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
ul.badges li.badge {
  clip-path: url("#mask-badge");
}
ul.badges li.rank {
  clip-path: url("#mask-rank");
}
ul.badges li.path {
  clip-path: url("#mask-path");
}
ul.badges li.consumable {
  clip-path: url("#mask-consumable");
}
ul.badges li.key {
  clip-path: url("#mask-key");
}
ul.badges li.reward {
  clip-path: url("#mask-reward");
}
ul.guilds li.card {
  width: 160px;
  margin: 10px;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
ul.guilds li.card img.badge {
  height: 160px;
  min-height: 160px;
  max-height: 160px;
  position: relative;
  z-index: 2;
}
ul.guilds li.card .halo {
  width: 160px;
  height: 160px;
  top: 0;
  left: 50%;
  margin: 0 0 0 -80px;
  z-index: 3;
}
ul.guilds li.card .halo.floor-halo {
  z-index: 1;
  top: 50%;
}
ul.list li.card.sticky {
  z-index: 200;
}
ul.items {
  position: relative;
  display: flex;
  flex-flow: column wrap;
  align-content: space-between;
}
ul.items li.card {
  width: 300px;
  margin-bottom: 2%; /* Optional */
}
ul.items li.card:nth-of-type(4n+1) {
  order: 1;
}
ul.items li.card:nth-of-type(4n+2) {
  order: 2;
}
ul.items li.card:nth-of-type(4n+3) {
  order: 3;
}
ul.items li.card:nth-of-type(4n) {
  order: 4;
}
ul.items li.card.break {
  flex-basis: 100%;
  width: 0;
  margin: 0;
}
ul.items li.card .overlay-layer {
  z-index: 1000;
}
ul.items li.card .card-image {
  margin: 0;
  width: 100%;
  max-width: 400px;
  display: block;
  position: relative;
  transform: scale(1);
}
ul.items li.card .card-image img {
  width: 100%;
  max-width: 400px;
}
ul.items li.card .item-name {
  text-align: center;
}

.session-detail {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 401;
}
.session-detail .session-detail-content {
  width: 100%;
  max-width: 560px;
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  padding: 0 0 100px;
}

.schedule .schedule-day-date {
  position: sticky;
  top: 50px;
}

.schedule-session {
  background-color: rgba(38, 50, 56, 0.85);
}
.schedule-session:nth-child(odd) {
  background-color: rgba(49, 64, 72, 0.92);
}

.schedule-day {
  box-shadow: 0 15px 10px -5px rgba(0, 0, 0, 0.4);
}

.speaker-bio {
  position: relative;
  display: none;
}
.speaker-bio.active {
  display: block;
}

.item-thumb {
  margin: 0 10px 10px 0;
  position: relative;
  transition: all 0.3s ease-out;
  transform: rotateY(0deg);
  backface-visibility: visible;
}
.item-thumb .item-image {
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 2;
}
.item-thumb .item-shadow {
  width: 75px;
  height: 75px;
  top: 110px;
  left: 50%;
  transform: rotateX(75deg) translateX(-50%);
  filter: blur(8px);
  opacity: 0.3;
  background-color: black;
  position: absolute;
  z-index: 1;
  border-radius: 1000em;
}
.item-thumb .item-category {
  width: 100%;
  height: 52px;
  border-radius: 100em;
  position: absolute;
  bottom: -38px;
  left: 0;
  z-index: 1;
}
.item-thumb .item-back {
  opacity: 0;
  transform: rotateY(180deg);
}
.item-thumb.active {
  transform: rotateY(180deg);
}
.item-thumb.active .item-back {
  z-index: 3;
  opacity: 1;
}

ul.opened-backpack {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.opened-backpack li {
  display: inline-block;
  margin: 5px;
  padding: 5px;
  border: solid 2px #FFF;
  border-radius: 8px;
  box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.3);
  background-color: #B0BEC5;
  cursor: pointer;
}
ul.opened-backpack li img {
  max-width: 100px;
  max-height: 100px;
  cursor: pointer;
}

.headline {
  width: 100%;
  padding: 10px 0;
  display: inline-block;
  font: "Rajdhani", sans-serif;
  font-size: 40px;
  color: #FFF;
}
.headline img {
  vertical-align: top;
  display: inline-block;
  height: 65px;
}

.achievements {
  display: flex;
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  color: #FFF;
  flex-flow: row;
  align-items: flex-start;
}
.achievements.assign-achievement {
  max-width: auto;
  display: flex;
  gap: 10px;
  flex-flow: row;
  align-items: center;
  justify-content: flex-start;
}
.achievements.assign-achievement .achievement-name {
  padding: 0 0 0 20px;
  color: #141d23;
  font-weight: 600;
}
.achievements .achievements-grid {
  width: 65%;
  padding-right: 45px;
  container-type: inline-size;
}
.achievements .achievements-display {
  position: sticky;
  top: 100px;
  transition: all 1s ease-out;
  width: 360px;
  min-height: 540px;
  perspective: 1000px;
  transform-style: preserve-3d;
  backface-visibility: visible;
  transform-origin: 50% 90%;
  transition: all 0.3s ease-out;
}
.achievements .achievements-display.loading .achievement-card {
  animation-duration: 0.3s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-name: loading-achievement;
  animation-iteration-count: 1;
}
.achievements .achievements-display.loaded .achievement-card {
  animation-duration: 0.3s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
  animation-name: loaded-achievement;
  animation-iteration-count: 1;
}
.achievements .achievements-display * {
  transition: all 0.3s ease-out;
}
.achievements .achievements-display.achievement-rank .achievement-card .achievement-card-content .achievement-card-badge-container .achievement-card-badge {
  cursor: pointer;
}
.achievements .achievements-display.achievement-rank .achievement-card .achievement-card-content .achievement-card-badge-container .achievement-card-badge:hover {
  transform-origin: center;
  transform: scale(1.2);
}
.achievements .achievements-display .achievement-card {
  position: sticky;
  top: 100px;
  z-index: 10;
  color: #FFF;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease-out;
}
.achievements .achievements-display .achievement-card .achievement-card-header {
  background-color: rgba(4, 22, 30, 0.6);
  width: 99%;
  height: 45px;
  position: absolute;
  top: 0.5%;
  left: 0.5%;
  z-index: 2;
  text-align: center;
  padding: 7px;
  font-weight: 600;
  font-size: 20px;
  transition: all 0.3s ease-out;
}
.achievements .achievements-display .achievement-card .achievement-card-header .achievement-card-xp {
  display: inline-block;
  padding: 0 10px 0 30px;
  background-image: url("images/icons/icon-xp.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.achievements .achievements-display .achievement-card .achievement-card-header .achievement-card-bloo {
  display: inline-block;
  padding: 0 10px 0 30px;
  background-image: url("images/icons/icon-bloo.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.achievements .achievements-display .achievement-card .achievement-card-header .achievement-card-ep {
  display: inline-block;
  padding: 0 10px 0 30px;
  background-image: url("images/icons/icon-ep.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
}
.achievements .achievements-display .achievement-card .achievement-card-bg {
  position: absolute;
  top: 0.5%;
  left: 0.5%;
  width: 99%;
  height: 99%;
  background-color: rgba(28, 174, 228, 0.2);
  box-shadow: 0 0 10px -5px rgba(0, 0, 0, 0.8);
  z-index: 1;
}
.achievements .achievements-display .achievement-card .achievement-card-decor {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  background-image: url("images/decor-card-corners.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.achievements .achievements-display .achievement-card .achievement-card-content {
  position: relative;
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  transition: all 0.3s ease-out;
  padding-top: 50px;
}
.achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-badge-container {
  position: relative;
  width: 234px;
  height: 270px;
}
.achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-badge-container .achievement-card-decor-outer {
  width: 234px;
  height: 270px;
  position: absolute;
  z-index: 1;
}
.achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-badge-container .achievement-card-decor-outer .achievement-decor-outer-hex {
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
}
.achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-badge-container .achievement-card-decor-outer .achievement-decor-outer-hex polygon.hex-a {
  opacity: 0.27;
  stroke-dasharray: 23px 30px;
  animation: dash-offset-a 3s linear infinite;
}
.achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-badge-container .achievement-card-decor-outer .achievement-decor-outer-hex polygon.hex-b {
  opacity: 1;
  stroke: #FFF335;
  animation: dash-offset-b 5s linear infinite;
  stroke-dasharray: 23px 10px 1px 1px 1px 10px;
}
.achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-badge-container .achievement-card-decor-outer .achievement-decor-outer-hex polygon.hex-c {
  opacity: 0.27;
  animation: dash-offset-c 10s linear infinite;
  stroke-dasharray: 23px 6px 3px 10px 14px 13px;
}
.achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-badge-container .achievement-card-badge {
  width: 200px;
  height: 230px;
  position: absolute;
  z-index: 3;
  top: 20px;
  left: 17px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  overflow: hidden;
}
.achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-badge-container .achievement-card-badge svg.decor-border {
  position: absolute;
  top: -5%;
  left: -5%;
  filter: blur(2px);
  width: 110%;
  height: 110%;
  opacity: 0.4;
}
.achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-badge-container .achievement-card-badge .achievement-card-decor-inner, .achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-badge-container .achievement-card-badge .achievement-card-decor-corners {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  mix-blend-mode: overlay;
}
.achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-title {
  text-align: center;
  font-size: 36px;
  padding: 5px;
  line-height: 1;
  font-weight: 500;
  color: #FFF;
}
.achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-message {
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  color: #FFF;
  padding: 10px;
}
.achievements .achievements-display .achievement-card .achievement-card-content .achievement-card-earned {
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.5);
}
.achievements .achievement-element {
  display: inline-block;
  width: 112.5px;
  height: 130px;
  font-size: 0px;
  position: relative;
}
@container (min-width: 696px) {
  .achievements .achievement-element:nth-child(odd) {
    top: 0px;
  }
  .achievements .achievement-element:nth-child(even) {
    top: 65px;
  }
}
@container (max-width: 695px) and (min-width:563px) {
  .achievements .achievement-element:nth-child(10n+1), .achievements .achievement-element:nth-child(10n+3), .achievements .achievement-element:nth-child(10n+5), .achievements .achievement-element:nth-child(10n+6), .achievements .achievement-element:nth-child(10n+8), .achievements .achievement-element:nth-child(10n+10) {
    top: 0px;
  }
  .achievements .achievement-element:nth-child(10n+2), .achievements .achievement-element:nth-child(10n+4), .achievements .achievement-element:nth-child(10n+7), .achievements .achievement-element:nth-child(10n+9) {
    top: 65px;
  }
}
@container (max-width: 562px) and (min-width:463.1px) {
  .achievements .achievement-element:nth-child(odd) {
    top: 0px;
  }
  .achievements .achievement-element:nth-child(even) {
    top: 65px;
  }
}
@container (max-width: 463px) and (min-width:337px) {
  .achievements .achievement-element:nth-child(6n+1), .achievements .achievement-element:nth-child(6n+3), .achievements .achievement-element:nth-child(6n+4), .achievements .achievement-element:nth-child(6n+6) {
    top: 0px;
  }
  .achievements .achievement-element:nth-child(6n+2), .achievements .achievement-element:nth-child(6n+5) {
    top: 65px;
  }
}
@container (max-width: 336px)and (min-width:229px) {
  .achievements .achievement-element:nth-child(odd) {
    top: 0px;
  }
  .achievements .achievement-element:nth-child(even) {
    top: 65px;
  }
}
@container (max-width: 228px) {
  .achievements .achievement-element:nth-child(odd) {
    top: 0px;
  }
  .achievements .achievement-element:nth-child(even) {
    top: 0px;
  }
}
.achievements .achievement-element.active .achievement-badge, .achievements .achievement-element.active .achievement-decoration, .achievements .achievement-element.active .achievement-rank-decoration {
  transform: scale(1.2);
  opacity: 1;
}
.achievements .achievement-element.active.achievement-type-rank svg.rank-border {
  animation: dash-offset-d 1s linear infinite;
}
.achievements .achievement-element .achievement-rank-decoration {
  transform: scale(0.8);
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 130.333%;
  height: 100%;
  z-index: 1;
}
.achievements .achievement-element .achievement-rank-decoration svg.rank-border {
  transition: all 0.3s ease-out;
  position: absolute;
  top: -1px;
  left: -3px;
  width: 180px;
  height: 156px;
  transform: scale(1);
  opacity: 1;
  animation: dash-offset-d 4s ease-in-out infinite;
  stroke-dasharray: 480px 480px;
}
.achievements .achievement-element .achievement-rank-decoration img.rank-icon {
  transition: all 0.3s ease-out;
  position: absolute;
  bottom: 43px;
  right: -10px;
  width: 40px;
  height: 40px;
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 1;
}
.achievements .achievement-element .achievement-badge {
  transform-origin: center;
  transform: scale(0.8);
  font-size: 14px;
  width: 130.333%;
  height: 100%;
  clip-path: polygon(25% 100%, 75% 100%, 100% 50%, 75% 0%, 25% 0%, 0px 50%);
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-color: #FFF;
  background-blend-mode: luminosity;
  overflow: hidden;
  opacity: 0.35;
}
.achievements .achievement-element .achievement-badge.earned {
  opacity: 1;
  background-blend-mode: normal;
}
.achievements .achievement-element .achievement-decoration {
  transform: scale(0.8);
  transform-origin: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 130.333%;
  height: 100%;
  clip-path: polygon(25% 100%, 75% 100%, 100% 50%, 75% 0%, 25% 0%, 0px 50%);
  overflow: hidden;
}
.achievements .achievement-element .achievement-decoration svg.decor-border {
  position: absolute;
  top: 3px;
  left: 0px;
  filter: blur(2px);
  width: 180px;
  height: 156px;
  transform: scale(1.075);
  opacity: 0.4;
}
.achievements .achievement-element .achievement-decoration svg.decor-corners {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 146px;
  height: 130px;
}

svg.decor-corners path.white, svg.decor-corners polygon.white, svg.decor-border path.white {
  fill: #FFFFFF;
}
svg.decor-corners path.red, svg.decor-corners polygon.red, svg.decor-border path.red {
  fill: #EF5350;
}
svg.decor-corners path.pink, svg.decor-corners polygon.pink, svg.decor-border path.pink {
  fill: #EC407A;
}
svg.decor-corners path.purple, svg.decor-corners polygon.purple, svg.decor-border path.purple {
  fill: #AB47BC;
}
svg.decor-corners path.deep-purple, svg.decor-corners polygon.deep-purple, svg.decor-border path.deep-purple {
  fill: #7E57C2;
}
svg.decor-corners path.indigo, svg.decor-corners polygon.indigo, svg.decor-border path.indigo {
  fill: #5C6BC0;
}
svg.decor-corners path.blue, svg.decor-corners polygon.blue, svg.decor-border path.blue {
  fill: #42A5F5;
}
svg.decor-corners path.light-blue, svg.decor-corners polygon.light-blue, svg.decor-border path.light-blue {
  fill: #29B6F6;
}
svg.decor-corners path.cyan, svg.decor-corners polygon.cyan, svg.decor-border path.cyan {
  fill: #26C6DA;
}
svg.decor-corners path.teal, svg.decor-corners polygon.teal, svg.decor-border path.teal {
  fill: #26A69A;
}
svg.decor-corners path.green, svg.decor-corners polygon.green, svg.decor-border path.green {
  fill: #66BB6A;
}
svg.decor-corners path.light-green, svg.decor-corners polygon.light-green, svg.decor-border path.light-green {
  fill: #9CCC65;
}
svg.decor-corners path.lime, svg.decor-corners polygon.lime, svg.decor-border path.lime {
  fill: #D4E157;
}
svg.decor-corners path.yellow, svg.decor-corners polygon.yellow, svg.decor-border path.yellow {
  fill: #FFEE58;
}
svg.decor-corners path.amber, svg.decor-corners polygon.amber, svg.decor-border path.amber {
  fill: #FFCA28;
}
svg.decor-corners path.orange, svg.decor-corners polygon.orange, svg.decor-border path.orange {
  fill: #FFA726;
}
svg.decor-corners path.deep-orange, svg.decor-corners polygon.deep-orange, svg.decor-border path.deep-orange {
  fill: #FF7043;
}
svg.decor-corners path.brown, svg.decor-corners polygon.brown, svg.decor-border path.brown {
  fill: #8D6E63;
}
svg.decor-corners path.grey, svg.decor-corners polygon.grey, svg.decor-border path.grey {
  fill: #BDBDBD;
}
svg.decor-corners path.blue-grey, svg.decor-corners polygon.blue-grey, svg.decor-border path.blue-grey {
  fill: #78909C;
}

svg.rank-border polygon {
  fill: transparent;
  stroke-width: 5px;
}
svg.rank-border polygon.white {
  stroke: #FFFFFF;
}
svg.rank-border polygon.red {
  stroke: #EF5350;
}
svg.rank-border polygon.pink {
  stroke: #EC407A;
}
svg.rank-border polygon.purple {
  stroke: #AB47BC;
}
svg.rank-border polygon.deep-purple {
  stroke: #7E57C2;
}
svg.rank-border polygon.indigo {
  stroke: #5C6BC0;
}
svg.rank-border polygon.blue {
  stroke: #42A5F5;
}
svg.rank-border polygon.light-blue {
  stroke: #29B6F6;
}
svg.rank-border polygon.cyan {
  stroke: #26C6DA;
}
svg.rank-border polygon.teal {
  stroke: #26A69A;
}
svg.rank-border polygon.green {
  stroke: #66BB6A;
}
svg.rank-border polygon.light-green {
  stroke: #9CCC65;
}
svg.rank-border polygon.lime {
  stroke: #D4E157;
}
svg.rank-border polygon.yellow {
  stroke: #FFEE58;
}
svg.rank-border polygon.amber {
  stroke: #FFCA28;
}
svg.rank-border polygon.orange {
  stroke: #FFA726;
}
svg.rank-border polygon.deep-orange {
  stroke: #FF7043;
}
svg.rank-border polygon.brown {
  stroke: #8D6E63;
}
svg.rank-border polygon.grey {
  stroke: #BDBDBD;
}
svg.rank-border polygon.blue-grey {
  stroke: #78909C;
}

svg.icon-image path, svg.icon-image polygon, svg.icon-image rect {
  transition: all 0.3s ease-out;
  fill: #FFFFFF;
}
svg.icon-image path.blue, svg.icon-image polygon.blue, svg.icon-image rect.blue {
  fill: #FFFFFF;
}
svg.icon-image path.yellow, svg.icon-image polygon.yellow, svg.icon-image rect.yellow {
  fill: #FFFFFF;
}
svg.icon-image path.outline, svg.icon-image polygon.outline, svg.icon-image rect.outline {
  fill: none;
  stroke: #FFFFFF;
  stroke-width: 4px;
}
svg.icon-image line, svg.icon-image polyline, svg.icon-image circle {
  stroke-width: 4px;
  stroke: #FFFFFF;
  transition: all 0.3s ease-out;
  fill: none;
}
svg.icon-image line.blue, svg.icon-image polyline.blue, svg.icon-image circle.blue {
  stroke: #FFFFFF;
}
svg.icon-image line.yellow, svg.icon-image polyline.yellow, svg.icon-image circle.yellow {
  stroke: #FFFFFF;
}
svg.icon-image.active path.blue, svg.icon-image.active polygon.blue, svg.icon-image.active rect.blue, svg.icon-image:hover path.blue, svg.icon-image:hover polygon.blue, svg.icon-image:hover rect.blue {
  fill: #1cc2eb;
}
svg.icon-image.active path.yellow, svg.icon-image.active polygon.yellow, svg.icon-image.active rect.yellow, svg.icon-image:hover path.yellow, svg.icon-image:hover polygon.yellow, svg.icon-image:hover rect.yellow {
  fill: #f7cb15;
}
svg.icon-image.active path.outline, svg.icon-image.active polygon.outline, svg.icon-image.active rect.outline, svg.icon-image:hover path.outline, svg.icon-image:hover polygon.outline, svg.icon-image:hover rect.outline {
  fill: none;
}
svg.icon-image.active path.outline.blue, svg.icon-image.active polygon.outline.blue, svg.icon-image.active rect.outline.blue, svg.icon-image:hover path.outline.blue, svg.icon-image:hover polygon.outline.blue, svg.icon-image:hover rect.outline.blue {
  stroke: #1cc2eb;
}
svg.icon-image.active path.outline.yellow, svg.icon-image.active polygon.outline.yellow, svg.icon-image.active rect.outline.yellow, svg.icon-image:hover path.outline.yellow, svg.icon-image:hover polygon.outline.yellow, svg.icon-image:hover rect.outline.yellow {
  stroke: #f7cb15;
}
svg.icon-image.active line.blue, svg.icon-image.active polyline.blue, svg.icon-image.active circle.blue, svg.icon-image:hover line.blue, svg.icon-image:hover polyline.blue, svg.icon-image:hover circle.blue {
  stroke: #1cc2eb;
}
svg.icon-image.active line.yellow, svg.icon-image.active polyline.yellow, svg.icon-image.active circle.yellow, svg.icon-image:hover line.yellow, svg.icon-image:hover polyline.yellow, svg.icon-image:hover circle.yellow {
  stroke: #f7cb15;
}

.highlight {
  width: 100%;
  position: relative;
  clear: both;
}
.highlight h1, .highlight h2, .highlight h3, .highlight h4, .highlight h5, .highlight h6, .highlight p {
  margin: 0;
}
.highlight .icon-group {
  display: inline-table;
  float: none;
}
.highlight .icon-group .icon-content {
  padding: 0 10px;
  position: relative;
}
.highlight .instructions {
  font-size: 14px;
  line-height: 1.7;
}
.highlight .instructions h1, .highlight .instructions h2, .highlight .instructions h3, .highlight .instructions h4, .highlight .instructions h5, .highlight .instructions h6 {
  font-weight: 300;
}
.highlight .highlight-cell {
  display: inline-table;
  height: 100%;
  position: relative;
  min-height: 60px;
}
.highlight .highlight-cell.pull-right {
  float: right;
  margin: 0;
}
.highlight .highlight-cell.pull-left {
  float: left;
  margin: 0;
}

.gallery {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(23%, 1fr));
  grid-gap: 10px;
  padding: 10px;
}
.gallery.avatar-choice-list {
  max-width: 860px;
}
.gallery .gallery-item {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: relative;
  background-color: #333;
}
.gallery .gallery-item .gallery-image-thumb {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.gallery .gallery-item .gallery-item-video {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  max-height: 250px;
}
.gallery .gallery-item .gallery-item-video video {
  width: 100%;
  height: auto;
  max-height: 250px;
}
.gallery .gallery-item .gallery-item-video.active {
  visibility: visible;
}
.gallery .gallery-item .gallery-item-options {
  position: absolute;
  top: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
  padding: 20px;
}
.gallery .gallery-item .gallery-item-description {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50%;
  z-index: 2;
}

.multimedia-gallery {
  width: 100%;
  display: block;
}
.multimedia-gallery .multimedia-item {
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative;
  background-color: #333;
}
.multimedia-gallery .multimedia-item .action-buttons {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
}
.multimedia-gallery .multimedia-item .multimedia-element {
  height: 100%;
}
.multimedia-gallery .multimedia-item .multimedia-element img, .multimedia-gallery .multimedia-item .multimedia-element video {
  height: 100%;
}

.content-loader .badge {
  display: block;
  position: absolute;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 0.5s ease-out;
}

.card {
  display: inline-block;
  position: relative;
  width: 100%;
  height: auto;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.card div {
  transition: all 0.3s ease-in-out;
}
.card.profile-image {
  width: 320px;
  height: 320px;
  background-color: #DDD;
  border: dashed 2px #CCC;
  overflow: hidden;
}
.card.encounter {
  position: relative;
}
.card.encounter .energy-tank {
  position: absolute;
  width: 341px;
  height: 49px;
  top: -7px;
  left: 50%;
  transform: translateX(-50%);
}
.card.encounter .energy-tank img {
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
}
.card.encounter .energy-tank .energy-bar {
  border-radius: 100em;
  width: 256px;
  height: 36px;
  position: absolute;
  top: 6px;
  left: 42px;
  z-index: 1;
}
.card.encounter .energy-tank .energy-bar .energy-glow {
  border-radius: 100em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  background-image: url("images/gradient-energy.png");
  background-repeat: repeat;
  animation-duration: 3s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: ease-in-out;
  animation-name: energy-bar-animation;
  animation-iteration-count: infinite;
}
.card.encounter .energy-tank .energy-bar .energy-color {
  border-radius: 100em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-image: linear-gradient(90deg, rgb(103, 58, 183), rgb(156, 39, 176), rgb(239, 83, 80), rgb(255, 235, 59));
}
.card.card-scene {
  width: 340px;
  height: 560px;
  perspective: 600px;
  position: absolute;
  top: 200%;
  left: 50%;
  z-index: 100;
  transform: translate(-50%, -50%);
  transition: all 1s ease-in-out;
}
.card.card-scene .card-content {
  position: relative;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  transform-origin: center center;
  transition: transform 1s;
  transform: rotateY(-180deg);
  backface-visibility: hidden;
  transition-delay: 1.1s;
}
.card.card-scene .card-content .card-face {
  position: absolute;
  width: 100%;
  height: 100%;
  color: white;
  border-radius: 10px;
  overflow: hidden;
  top: 0;
  left: 0;
  background: black;
  backface-visibility: hidden;
}
.card.card-scene .card-content .card-face.backface {
  background: red;
  transform: rotateY(180deg);
}
.card.card-scene .card-content .card-type {
  display: block;
  margin: 10px auto;
  padding: 5px 10px;
  border-radius: 100em;
  position: relative;
  text-align: center;
  font-size: 14px;
  font-kerning: 3px;
  color: #FFF;
  font-weight: 600;
  z-index: 10;
  max-width: 70%;
}
.card.card-scene .card-content .card-confirm-action {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 0.3s ease-out;
}
.card.card-scene .card-content .card-confirm-action.active {
  opacity: 1;
  visibility: visible;
}
.card.card-scene .card-content .card-message {
  max-height: 170px;
  overflow-y: auto;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px;
}
.card.card-scene .card-content .card-message h1 {
  font-size: 24px;
}
.card.card-scene .card-content .card-message h2 {
  font-size: 20px;
}
.card.card-scene .card-content .card-message h3 {
  font-size: 18px;
}
.card.card-scene .card-content .card-message h4 {
  font-size: 16px;
}
.card.card-scene .card-content .card-message h5 {
  font-size: 14px;
}
.card.card-scene .card-content .card-message h6 {
  font-size: 12px;
}
.card.card-scene .card-content .card-message p {
  font-size: 16px;
  line-height: 1;
  margin: 0;
}
.card.card-scene .card-content .badge-container {
  transition: all 0.3s cubic-bezier(0.23, 1, 0.32, 1);
}
.card.card-scene .card-content .badge-container .badge {
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
.card.card-scene.flipped {
  top: 50%;
}
.card.card-scene.flipped .card-content {
  transform: rotateY(0deg);
}
.card .card-image {
  position: relative;
  width: 100%;
  max-width: 400px;
  z-index: 50;
}
.card .card-image img {
  display: block;
  width: 100%;
}
.card ul.reqs {
  margin: 0;
  padding: 0;
  text-align: center;
}
.card ul.reqs li {
  display: inline-block;
  margin: 0 5px;
}
.card ul.reqs li .icon-button .background {
  border-radius: 1000em;
}
.card ul.reqs li.disabled {
  cursor: no-drop;
}
.card .badge-img {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  padding: 10px;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-color: #FFF;
  background-image: url("images/no-profile.png");
}

.nav-corner {
  width: 32px;
  position: sticky;
  z-index: 49;
  transition: all 0.3s ease-out;
  top: 22px;
}
.nav-corner.left {
  left: 5px;
}
.nav-corner.right {
  right: 5px;
}
.nav-corner .icon-button {
  margin: 0 0 10px 0 !important;
}

.corner {
  position: absolute;
  text-align: center;
  padding: 5px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 3;
}
.corner .icon {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 1;
}
.corner.circle {
  width: 50px;
  height: 50px;
}
.corner.circle.small {
  width: 30px;
  height: 30px;
}
.corner.upper-center {
  top: 0;
  left: calc(50% - 50px);
}
.corner.upper-center.circle {
  width: 100px;
  height: 50px;
  padding: 10px 0 0 0;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.corner.bottom-center {
  bottom: 0;
  left: calc(50% - 50px);
}
.corner.bottom-center.circle {
  width: 100px;
  height: 50px;
  padding: 10px 0 0 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
}
.corner.upper-right {
  top: 0;
  right: 0;
}
.corner.upper-right.circle {
  padding: 10px 0 0 10px;
  border-bottom-left-radius: 100em;
}
.corner.upper-right .icon {
  transform: translate(-35%, -50%);
}
.corner.upper-left {
  top: 0;
  left: 0;
}
.corner.upper-left.circle {
  padding: 10px 10px 0 0;
  border-bottom-right-radius: 100em;
}
.corner.upper-left .icon {
  transform: translate(-65%, -50%);
}
.corner.bottom-right {
  bottom: 0;
  right: 0;
}
.corner.bottom-right.circle {
  padding: 16px 0 10px 10px;
  border-top-left-radius: 100em;
}
.corner.bottom-right .icon {
  transform: translate(-35%, -50%);
}
.corner.bottom-left {
  bottom: 0;
  left: 0;
}
.corner.bottom-left.circle {
  padding: 16px 10px 10px 0;
  border-top-right-radius: 100em;
}
.corner.bottom-left .icon {
  transform: translate(-65%, -50%);
}

.wall {
  display: flex;
  justify-content: space-between;
}
.wall .wall-nav {
  width: 20%;
  max-width: 200px;
  position: sticky;
  height: 100vh;
  z-index: 20;
  left: 0;
  top: 0;
  text-align: center;
  padding: 10px;
}
.wall .wall-nav button.wall-nav-btn {
  transition: all 0.5s ease-out;
  opacity: 0.7;
  margin: 10px 0;
  border: solid 2px rgba(0, 0, 0, 0);
}
.wall .wall-nav button.wall-nav-btn.active {
  opacity: 1;
  border: solid 2px #FFF;
}
.wall .wall-content {
  position: relative;
  width: 100%;
  transition: all 0.5s ease-out;
  opacity: 0;
  padding: 0 0 120px 0;
  top: 20px;
}
.wall .wall-content.active {
  opacity: 1;
  top: 0;
}
.wall .wall-content .wall-content-header {
  position: sticky;
  z-index: 30;
  top: 0;
  display: none;
  height: 100px;
  width: 100%;
}
.wall .wall-content .wall-content-header.active {
  display: block;
}

.times-up {
  display: none;
}

.mission-status-chart {
  position: relative;
  width: 290px;
  height: 290px;
  margin: 0 auto;
}
.mission-status-chart .icon-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.mission-status-chart .canvas-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
}
.mission-status-chart canvas {
  z-index: 1;
}

.tabs {
  position: relative;
}
.tabs .tabs-header {
  width: 100%;
  padding: 15px;
  z-index: 101;
}
.tabs .tabs-header .tabs-buttons {
  width: 100%;
  margin: 10px 0;
  height: 40px;
}
.tabs .tabs-header .tabs-buttons button.tab-button {
  transition: all 0.3s ease-out;
  display: inline-block;
  margin: 0 10px 0 0;
  border: none;
  background-color: transparent;
  cursor: pointer;
  height: 36px;
  overflow: hidden;
}
.tabs .tabs-header .tabs-buttons button.tab-button.active {
  border-bottom: solid 2px white;
  font-size: 1.2em;
  font-weight: 900;
}
.tabs .tab {
  width: 100%;
  display: none;
}
.tabs .tab.active {
  display: block;
}

.accordion {
  width: 100%;
  height: auto;
}
.accordion .accordion-tab {
  margin-bottom: 10px;
}
.accordion .accordion-tab .accordion-button {
  width: 100%;
  font-weight: 300;
  overflow: hidden;
  border-radius: 8px;
}
.accordion .accordion-tab .accordion-content {
  transition: all 0.3s ease-out;
  overflow: hidden;
  max-height: 0;
}
.accordion .accordion-tab.active .accordion-content {
  max-height: 300vh;
}
.accordion .accordion-tab.active .accordion-button h3 {
  font-weight: 900;
}

.lore-item {
  border-radius: 100em;
  width: 100%;
  margin-bottom: 20px;
  border: solid 2px #111;
  overflow: hidden;
}

.lore-content h1, .lore-content h2, .lore-content h3, .lore-content h4, .lore-content h5, .lore-content h6 {
  margin: 10px 0;
}
.lore-content ul {
  margin: 1em 0;
  padding: 0 0 0 30px;
}

.quest-instructions {
  position: relative;
}
.quest-instructions img.alignleft, .quest-instructions img.alignright, .quest-instructions img.aligncenter, .quest-instructions img {
  margin: 10px;
  max-width: 100% !important;
}
.quest-instructions .instructions-nav {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.quest-instructions .instructions-step {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
  opacity: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.quest-instructions .instructions-step.active {
  opacity: 1;
  visibility: visible;
}
.quest-instructions .instructions-step:first-child .prev-button {
  visibility: hidden;
}

ul.pills {
  padding: 0;
  margin: 0;
}
ul.pills li {
  display: inline-block;
  border-radius: 8px;
  background-color: #FFFFFF;
  color: #141d23;
  padding: 3px 6px;
  font-size: 14px;
  text-transform: uppercase;
}

.adventure-summary {
  position: relative;
}
.adventure-summary h1 {
  width: 100%;
  padding: 5px;
  font-weight: 300;
  font: "Rajdhani", sans-serif;
  color: #FFF;
}
.adventure-summary h1 img {
  vertical-align: text-bottom;
}
.adventure-summary .summary-item {
  position: relative;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.75);
  margin: 0 0 20px 0;
  padding: 10px;
}
.adventure-summary .summary-item .summary-item-base-mechanics, .adventure-summary .summary-item .summary-item-quest-instructions, .adventure-summary .summary-item .summary-item-quest-content {
  display: none;
}
.adventure-summary .summary-item.active .summary-item-base-mechanics, .adventure-summary .summary-item.active .summary-item-quest-instructions, .adventure-summary .summary-item.active .summary-item-quest-content {
  display: block;
}
.adventure-summary .summary-item.type-quest {
  background-color: rgba(75, 138, 249, 0.75);
}
.adventure-summary .summary-item.type-challenge {
  background-color: rgba(255, 167, 128, 0.75);
}
.adventure-summary .summary-item.type-mission {
  background-color: rgba(255, 214, 123, 0.75);
}
.adventure-summary .summary-item.type-survey {
  background-color: rgba(145, 249, 185, 0.75);
}
.adventure-summary .summary-item .summary-item-header {
  position: sticky;
  top: 60px;
  background-color: inherit;
  margin: 0 0 20px;
  box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.5);
  padding: 5px;
  border-radius: 8px;
  z-index: 100;
}
.adventure-summary .summary-item .summary-item-header .toggle-tab {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 10;
}
.adventure-summary .summary-item .summary-item-header .toggle-tab:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.adventure-summary .summary-item .summary-item-header h2 {
  cursor: pointer;
  color: #FFF;
  margin: 10px 0;
  font-size: 28px;
  font-weight: 600;
  position: relative;
  z-index: 100;
}
.adventure-summary .summary-item .summary-item-header ul.pills {
  position: relative;
  z-index: 100;
}
.adventure-summary .summary-item .summary-item-base-mechanics {
  margin: 0 0 10px;
}
.adventure-summary .summary-item .summary-item-base-mechanics ul {
  margin: 0;
  padding: 0;
}
.adventure-summary .summary-item .summary-item-base-mechanics ul li {
  display: block;
  background-color: rgba(255, 255, 255, 0.3);
  margin: 1px;
  padding: 3px 6px;
}
.adventure-summary .summary-item .summary-item-quest-instructions {
  position: relative;
  margin: 0 0 10px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px;
}
.adventure-summary .summary-item .summary-item-quest-instructions .instruction {
  padding: 10px;
  margin: 0 0 10px;
  border-bottom: solid 1px #141d23;
}
.adventure-summary .summary-item .summary-item-quest-instructions .instruction:last-child {
  border-bottom: none;
}
.adventure-summary .summary-item .summary-item-quest-instructions .instruction h3 {
  font: 900 18px "proxima-nova", sans-serif;
}
.adventure-summary .summary-item .summary-item-quest-content {
  position: relative;
  margin: 0 0 10px;
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  padding: 10px;
}
.adventure-summary .summary-item .summary-item-quest-content .instruction {
  padding: 10px;
  margin: 0 0 10px;
  border-bottom: solid 1px #141d23;
}
.adventure-summary .summary-item .summary-item-quest-content .instruction:last-child {
  border-bottom: none;
}
.adventure-summary .summary-item .summary-item-quest-content .instruction h3 {
  font: 900 18px "proxima-nova", sans-serif;
}

.hexad-graph {
  flex-basis: auto;
  max-width: 540px;
  min-width: 360px;
}

.hexad-results .player-type-headline {
  position: relative;
}
.hexad-results .player-type-headline .icon-block {
  z-index: 30;
  position: absolute;
  top: 5px;
  left: -35px;
}
.hexad-results .player-type-headline .icon-block .icon-hexagon {
  font-size: 56px;
}
.hexad-results .player-type-headline .icon-block .icon-icon {
  font-size: 48px;
}
.hexad-results .player-type-headline .headline-square {
  position: relative;
  width: 100%;
  padding: 10px 10px 10px 30px;
}
.hexad-results .player-type-headline .headline-square h6 {
  margin: 0;
  padding: 0;
}
.hexad-results .player-type-headline .headline-square h1 {
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 900;
  text-transform: uppercase;
}
.hexad-results .player-type-description h3 {
  font-size: 16px;
  font-weight: 100;
  border-bottom: solid 1px;
}
.hexad-results .player-type-description h3 strong {
  font-size: 20px;
  font-weight: 900;
}
.hexad-results .player-type-description a.form-ui {
  text-transform: none;
  width: 100%;
  font-size: 16px;
  font-weight: 300;
  margin: 5px 0;
}
.hexad-results .player-type-description a.form-ui:hover {
  opacity: 0.7;
}
.hexad-results .player-type-description a.form-ui .icon-hexad {
  display: block;
  float: left;
  font-size: 36px;
  margin: 0 5px 0 0;
}

ul.player-select {
  width: 100%;
  margin: 0;
  padding: 0 0 20px;
  position: relative;
  text-align: left;
}
ul.player-select li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  width: 300px;
  height: 60px;
  margin: 0 12px 12px 0;
  cursor: pointer;
  text-align: center;
}
ul.player-select li:hover .player-picture {
  border: solid 5px;
}
ul.player-select li .player-picture {
  background-blend-mode: luminosity;
  border: solid 4px #DDD !important;
}
ul.player-select li.active {
  font-weight: 900 !important;
}
ul.player-select li.active .player-picture {
  border: solid 4px #000 !important;
  background-blend-mode: normal;
}

.color-select-popup {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-10%);
  width: 250px;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0px 10px 5px -5px rgba(0, 0, 0, 0.7);
  z-index: 30;
  background-color: rgb(255, 255, 255);
}
.color-select-popup.active {
  display: block;
}
.color-select-popup ul.color-select li {
  width: 20px;
  height: 20px;
  border: solid 4px rgb(238, 238, 238);
}
.color-select-popup ul.color-select li.active {
  border: solid 2px #666;
}

ul.color-select {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
  z-index: 50;
}
ul.color-select li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 5px;
  width: 40px;
  height: 40px;
  border: solid 8px rgb(238, 238, 238);
  cursor: pointer;
  border-radius: 50px;
}
ul.color-select li .icon-check {
  visibility: hidden;
  font-size: 19px;
  color: #FFF;
  top: 5px;
}
ul.color-select li.label {
  padding: 5px;
  width: 75px;
  border: none;
}
ul.color-select li.label:hover {
  border: none;
}
ul.color-select li:hover {
  border: solid 5px;
}
ul.color-select li.active {
  border: solid 4px #666;
}
ul.color-select li.active .icon-check {
  visibility: visible;
}

.icon-select {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.icon-select button.form-ui {
  padding: 5px;
  overflow: hidden;
  border-radius: 8px !important;
  font-size: 24px !important;
  cursor: pointer;
  display: inline-block;
  margin: 5px;
}
.icon-select button.form-ui .on {
  display: none;
}
.icon-select button.form-ui .off {
  display: block;
}
.icon-select button.form-ui.active .on {
  display: block;
}
.icon-select button.form-ui.active .off {
  display: none;
}

.svg-container {
  position: fixed;
  top: 0;
  left: 150%;
}

/*************************************************************/
/************************** CHALLENGES / SURVEYS ****************************/
/*************************************************************/
.challenge-gradient-overlay {
  background-image: linear-gradient(to bottom right, rgb(0, 0, 0), rgba(126, 87, 194, 0.8), rgba(0, 0, 0, 0));
}

.challenge-quest {
  position: relative;
  z-index: 20;
  width: 100%;
  min-height: 100vh;
  display: flex;
}
.challenge-quest .confirm-action {
  bottom: 75%;
  z-index: 20;
}
.challenge-quest .challenge-sidebar {
  transition: all 0.5s ease-in-out;
  width: 43%;
  position: relative;
  color: #FFF;
  flex: 3;
}
.challenge-quest .challenge-sidebar * {
  transition: all 0.5s ease-in-out;
}
.challenge-quest .challenge-sidebar .content {
  position: sticky;
  top: 30px;
}
.challenge-quest .challenge-sidebar .challenge-title {
  padding: 0 15% 20px;
}
.challenge-quest .challenge-sidebar .challenge-title h1 {
  font-size: 80px;
  font-weight: 700;
}
.challenge-quest .challenge-sidebar .challenge-timer {
  position: relative;
  opacity: 0;
  visibility: hidden;
  width: 80%;
  margin: 0;
  height: 0px;
  border-radius: 100em;
  background-color: rgb(117, 117, 117);
}
.challenge-quest .challenge-sidebar .challenge-timer .timer-icon {
  position: absolute;
  top: -5px;
  left: -1px;
}
.challenge-quest .challenge-sidebar .challenge-timer .timer-container {
  color: #111111;
  position: absolute;
  top: 5px;
  right: 10px;
  text-align: right;
  width: 50px;
}
.challenge-quest .challenge-sidebar .challenge-timer .progress {
  height: 100%;
  background-color: rgb(141, 255, 80);
  transition: all 0.3s ease-in-out;
  border-radius: 100em;
  text-align: center;
  font-weight: 600;
  font-size: 24px;
}
.challenge-quest .challenge-sidebar .challenge-timer .progress.warning {
  background-color: rgb(255, 221, 79);
}
.challenge-quest .challenge-sidebar .challenge-timer .progress.danger {
  color: #FFF;
  background-color: rgb(255, 79, 79);
}
.challenge-quest .challenge-sidebar .challenge-timer .progress.dead {
  background-color: rgb(43, 43, 43);
}
.challenge-quest .challenge-sidebar .challenge-nav {
  width: 100%;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
}
.challenge-quest .challenge-sidebar .challenge-nav table {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
.challenge-quest .challenge-sidebar .challenge-nav table tr {
  margin: 0 0 10px 0;
  height: 33px;
  cursor: pointer;
}
.challenge-quest .challenge-sidebar .challenge-nav table tr:hover .question-number, .challenge-quest .challenge-sidebar .challenge-nav table tr:hover .question-title {
  background-color: rgba(0, 151, 167, 0.8);
}
.challenge-quest .challenge-sidebar .challenge-nav table tr.answered .question-number, .challenge-quest .challenge-sidebar .challenge-nav table tr.answered .question-title {
  background-color: rgba(84, 110, 122, 0.8);
}
.challenge-quest .challenge-sidebar .challenge-nav table tr.current .question-number, .challenge-quest .challenge-sidebar .challenge-nav table tr.current .question-title {
  background-color: rgba(126, 87, 194, 0.8);
}
.challenge-quest .challenge-sidebar .challenge-nav table tr td {
  vertical-align: middle;
}
.challenge-quest .challenge-sidebar .challenge-nav table tr td.question-number {
  background-color: rgba(38, 50, 56, 0.8);
  border-radius: 100em;
  width: 33px;
  height: 33px;
  font-size: 23px;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
.challenge-quest .challenge-sidebar .challenge-nav table tr td.question-title {
  background-color: rgba(38, 50, 56, 0.8);
  border-radius: 10px;
  height: 33px;
  font-weight: 400;
  color: #FFF;
  text-align: left;
  overflow: hidden;
  padding: 0 10px;
}
.challenge-quest .challenge-sidebar .challenge-nav-mobile {
  display: none;
  width: 100%;
  padding: 10px 5px;
  text-align: center;
}
.challenge-quest .challenge-sidebar .challenge-nav-mobile button.icon-button {
  width: 33px;
  height: 33px;
  background-color: rgba(38, 50, 56, 0.8);
}
.challenge-quest .challenge-sidebar .challenge-nav-mobile button.icon-button:hover {
  background-color: rgba(0, 151, 167, 0.8);
}
.challenge-quest .challenge-sidebar .challenge-nav-mobile button.icon-button.answered {
  background-color: rgba(84, 110, 122, 0.8);
}
.challenge-quest .challenge-sidebar .challenge-nav-mobile button.icon-button.current {
  background-color: rgba(126, 87, 194, 0.8);
}
.challenge-quest .challenge-conditions {
  transition: all 0.5s ease-in-out;
  width: 35%;
  flex: 3;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.6);
  position: relative;
}
.challenge-quest .challenge-conditions * {
  transition: all 0.5s ease-in-out;
}
.challenge-quest .challenge-conditions .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 30px;
}
.challenge-quest .challenge-conditions .content h1 {
  font-size: 80px;
  font-weight: 700;
}
.challenge-quest .challenge-conditions .content h2 {
  padding: 5px 0;
}
.challenge-quest .challenge-conditions .content h3 {
  padding: 15px 0 5px;
}
.challenge-quest .challenge-conditions .content .block-text {
  margin: 5px;
  font-size: 30px;
}
.challenge-quest .challenge-conditions .content .challenge-actions {
  text-align: center;
  margin: 20px 0;
}
.challenge-quest .challenge-conditions .content .challenge-actions button.challenge-main-action-button {
  border: none;
  background-color: #333;
  color: #FFF;
  border-radius: 12px;
  background-image: linear-gradient(to bottom, rgb(0, 0, 0), rgb(33, 33, 33));
  font-size: 55px;
  margin: 0;
  text-align: center;
  width: 70%;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  max-width: 260px;
  min-width: 200px;
  padding: 10px;
}
.challenge-quest .challenge-conditions .content .challenge-actions .attempt-cost-legend {
  margin: 0 auto;
  padding: 5px 10px;
  text-align: center;
  color: #333;
  width: 50%;
  max-width: 200px;
  min-width: 160px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.challenge-quest .challenge-conditions .content .challenge-actions .attempt-cost-legend h1 {
  font-size: 36px;
}
.challenge-quest .challenge-conditions .content .challenge-actions .attempt-cost-legend h3 {
  padding: 0;
  font-size: 14px;
}
.challenge-quest .challenge-content {
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  flex: 0;
}
.challenge-quest .challenge-content * {
  transition: all 0.5s ease-in-out;
}
.challenge-quest .challenge-content .challenge-questions {
  position: relative;
  text-align: center;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  overflow: hidden;
  height: 0;
}
.challenge-quest .challenge-content .challenge-questions * {
  transition: all 0.3s ease-out;
}
.challenge-quest .challenge-content .challenge-questions .challenge-question {
  padding: 75px 0;
  position: relative;
  min-height: 50vh;
  color: #FFF;
  background-color: rgba(0, 0, 0, 0.75);
  border-bottom: solid 5px rgba(0, 0, 0, 0.8);
}
.challenge-quest .challenge-content .challenge-questions .challenge-question:nth-child(even) {
  color: #000;
  background-color: rgba(255, 255, 255, 0.85);
}
.challenge-quest .challenge-content .challenge-questions .challenge-question h1.question-title {
  font-size: 30px;
  text-align: center;
  margin: 15px;
}
.challenge-quest .challenge-content .challenge-questions .challenge-question .question-image {
  max-height: 300px;
}
.challenge-quest .challenge-content .challenge-questions .challenge-question ul.question-options {
  width: 100%;
  display: flex;
  -moz-column-gap: 15px;
       column-gap: 15px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
}
.challenge-quest .challenge-content .challenge-questions .challenge-question ul.question-options li.question-option {
  align-self: center;
  width: 45%;
  color: #eceff1;
  background-color: #78909c;
  padding: 7px;
  margin: 20px 0;
  border-radius: 10px;
  font-size: 18px;
}
.challenge-quest .challenge-content .challenge-questions .challenge-question ul.question-options li.question-option img {
  display: inline-block;
  max-height: 150px;
  max-width: 200px;
}
.challenge-quest .challenge-content .challenge-questions .challenge-question ul.question-options li.question-option.active {
  color: #FFF;
  background-color: #5e35b1;
}
.challenge-quest.running {
  justify-content: flex-start;
}
.challenge-quest.running .challenge-sidebar {
  width: 25%;
  flex: 1;
}
.challenge-quest.running .challenge-sidebar .challenge-title h1 {
  text-align: right;
  font-size: 40px;
  font-weight: 700;
}
.challenge-quest.running .challenge-sidebar .challenge-timer, .challenge-quest.running .challenge-sidebar .challenge-nav {
  margin: 0 auto 20px;
  height: 30px;
  visibility: visible;
  opacity: 1;
}
.challenge-quest.running .challenge-conditions {
  width: 0;
  flex: 0;
}
.challenge-quest.running .challenge-content {
  flex: 3;
  overflow: visible;
}
.challenge-quest.running .challenge-content .challenge-questions {
  height: auto;
}
.challenge-quest.complete {
  justify-content: flex-end;
}
.challenge-quest.complete .challenge-actions {
  visibility: hidden;
  opacity: 0;
  width: 0;
  margin: 0;
  padding: 0;
}
.challenge-quest.complete .challenge-questions {
  visibility: hidden;
  opacity: 0;
  width: 0;
  flex: 0;
}
.challenge-quest .challenge-complete-actions-mobile {
  display: none;
}

ul.questions {
  margin: 0;
  padding: 0;
}
ul.questions.sortable li.question {
  cursor: all-scroll;
}
ul.questions.sortable li.question ul.question-options, ul.questions.sortable li.question .add-option, ul.questions.sortable li.question .question-actions, ul.questions.sortable li.question .question-image, ul.questions.sortable li.question .content {
  display: none;
}
ul.questions li.question {
  display: block;
  margin: 0 0 20px 0;
  position: relative;
  width: 100%;
}
ul.questions li.question .question-container {
  display: flex;
  width: 100%;
  padding: 10px;
  gap: 10px;
}
ul.questions li.question .question-container .question-content {
  width: 100%;
  display: flex;
  flex-flow: column;
}
ul.questions li.question .question-container .question-content .question-itself, ul.questions li.question .question-container .question-content .question-description, ul.questions li.question .question-container .question-content .question-config {
  border-radius: 4px;
  padding: 5px;
  border: dashed 1px rgba(0, 0, 0, 0.3);
  background-color: rgba(0, 0, 0, 0.1);
  margin: 0 0 10px 0;
}
ul.questions li.question .question-container .question-content h4 {
  padding: 5px 0;
}
ul.questions li.question .question-container .question-content textarea {
  width: 100%;
  background-color: #FFF;
  margin: 0 0 10px 0;
}
ul.questions li.question .question-container .question-image {
  clear: both;
  position: relative;
  width: 150px;
  height: 150px;
  text-align: center;
  z-index: 10;
  padding: 5px;
  border: dashed 1px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.1);
}
ul.questions li.question .question-container .question-image img {
  display: block;
  width: 140px;
  cursor: pointer;
  border-radius: 4px;
}
ul.questions li.question .question-container .question-image .actions {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
}

/* SURVEYS */
.survey-questions-form .add-new-question-header {
  width: 100%;
  padding: 10px;
  position: sticky;
  top: 50px;
  z-index: 100;
  background-color: #ffe0b2;
  text-align: center;
}

.survey-question-block h4 {
  font-size: 14px;
  color: #80CBC4;
  text-align: right;
  padding: 5px;
}
.survey-question-block h2 {
  font-size: 22px;
  font-weight: 600;
  color: #FFF;
  padding: 5px;
}
.survey-question-block .question-image {
  max-height: 200px;
}
.survey-question-block .question-image img {
  max-height: 200px;
}
.survey-question-block ul.question-options {
  width: 100%;
}
.survey-question-block ul.question-options li.option {
  display: flex;
  gap: 10px;
  align-items: center;
}
.survey-question-block ul.question-options li.option .option-image {
  width: 100px;
  height: 100px;
}
.survey-question-block ul.question-options li.option .option-text {
  font-size: 20px;
}

.survey-open-question h3 {
  font-size: 16px;
  color: #FFF;
  margin: 10px 0;
  display: block;
}
.survey-open-question text-area {
  display: block;
  width: 100%;
  background-color: #FFF;
  margin: 0 0 10px 0;
}

.survey-rating-question {
  margin: 0 auto;
  text-align: center;
}
.survey-rating-question button.star {
  border-radius: 50px;
  width: 50px;
  height: 50px;
  background-color: #888;
  transform: scale(0.8);
  transition: all 0.3s ease-out;
  border: solid 2px #37474F;
  color: #37474F;
  font-size: 16px;
}
.survey-rating-question button.star.active {
  color: #333;
  border: solid 2px #FF6F00;
  background-color: #FFD600;
  transform: scale(1);
  font-size: 24px;
}
.survey-rating-question button.star.star-0.active {
  color: #FFF;
  background-color: #F44336;
}

ul.question-options {
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  padding: 10px 0;
  text-align: center;
  vertical-align: top;
}
ul.question-options li {
  margin: 0 5px;
  vertical-align: top;
  display: inline-block;
}
ul.question-options li.option {
  opacity: 0.5;
  z-index: 2;
  position: relative;
  width: 100%;
  border-radius: 8px;
  border: solid 1px;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 7px;
  margin: 5px;
  transition: all 0.3s ease-out;
}
ul.question-options li.option.form {
  display: flex;
  opacity: 1;
  margin: 5px 0;
  align-items: center;
  gap: 5px;
}
ul.question-options li.option.active {
  opacity: 1;
  border: solid 1px #CDDC39;
  background-color: rgba(205, 220, 57, 0.2);
}
ul.question-options li.option .option-image {
  position: relative;
  display: block;
  float: left;
  width: 30%;
  max-width: 100px;
  height: 100px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  cursor: pointer;
  border-radius: 8px;
  margin: 5px 10px 5px 5px;
  border: solid 1px rgba(20, 29, 35, 0.3);
  background-color: rgba(20, 29, 35, 0.1);
}
ul.question-options li.option .option-image-buttons {
  width: 50px;
}
ul.question-options li.option .option-types {
  height: 38px;
  position: relative;
  width: 100%;
}
ul.question-options li.option .option-types .option-type {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 38px;
  padding: 8px;
  text-align: center;
}
ul.question-options li.option .option-text {
  padding: 5px;
  text-align: center;
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 18px;
  display: flex;
  flex-flow: column;
}
ul.question-options li.option .option-text h3 {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 300;
}
ul.question-options li.option .option-text input.form-ui {
  font-size: 24px;
  font-weight: 500;
  box-shadow: none;
  width: 100%;
  padding: 5px;
  color: #141d23;
}
ul.question-options li.option .option-text input.form-ui::-moz-placeholder {
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
  font-style: italic;
  color: rgba(20, 29, 35, 0.5);
}
ul.question-options li.option .option-text input.form-ui::placeholder {
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
  font-style: italic;
  color: rgba(20, 29, 35, 0.5);
}
ul.question-options li.option .option-actions {
  width: 50px;
  padding: 5px;
  position: relative;
}
ul.question-options li.option .option-actions .confirm-action {
  padding: 10px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
  border: solid 1px #d83636;
  border-radius: 4px;
  bottom: -6px;
  width: 140px;
  left: -15px;
  text-align: center;
  transition: all 0.3s ease-out;
}
ul.question-options li.option .option-actions .confirm-action .confirm-buttons-container {
  width: 100%;
  padding: 5px;
  text-align: center;
}

.conversation ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.conversation ul li.message {
  position: relative;
  display: block;
  padding: 5px;
  margin: 10px 0;
  width: 70%;
  float: left;
  clear: both;
}
.conversation ul li.message.mine {
  float: right;
}
.conversation ul li.message.mine .message-profile-picture, .conversation ul li.message.mine .message-content {
  float: right;
  text-align: right;
}
.conversation ul li.message .message-profile-picture {
  position: relative;
  float: left;
}
.conversation ul li.message .message-profile-picture .icon-button {
  margin: 0 5px;
  float: left;
}
.conversation ul li.message .message-profile-picture .icon-button.player-picture {
  background-position: center center;
  background-size: cover;
  border: solid 2px #444;
}
.conversation ul li.message .message-profile-picture .icon-button.player-picture.mine {
  float: right;
}
.conversation ul li.message .message-content {
  width: calc(100% - 50px);
  float: left;
  font-size: 14px;
  font-weight: 500;
  border-radius: 10px;
  padding: 5px 10px;
  background-color: #FFF;
  background-attachment: fixed;
  background-image: linear-gradient(to bottom, rgb(121, 134, 203), rgb(255, 255, 255), rgb(255, 255, 255)) !important;
}
.conversation ul li.message .message-content a {
  font-size: 1em;
  font-weight: 600;
}
.conversation ul li.message .message-content h4.author {
  font-size: 16px;
  font-weight: 500;
}
.conversation ul li.message .message-content h6.date {
  display: block;
  clear: both;
  padding: 5px 0 0;
  font-size: 11px;
  font-weight: 500;
  opacity: 0.5;
}
.conversation ul li.message .message-settings {
  position: absolute;
  top: 0;
  right: 0;
}
.conversation ul li.message .message-settings .icon-button {
  font-size: 12px;
  width: 20px;
  height: 20px;
  padding: 3px;
}
.conversation ul li.message.mine .message-content {
  background-color: rgb(255, 255, 255) !important;
  background-attachment: fixed;
  background-image: linear-gradient(to bottom, rgb(121, 134, 203), rgb(255, 255, 255), rgb(129, 212, 250)) !important;
}
.conversation ul li.message.announcement .message-content {
  color: #FFF !important;
  border-left: solid 20px #AD1457;
  background-color: rgb(236, 64, 122) !important;
  background-attachment: fixed;
  background-image: linear-gradient(to bottom, rgb(142, 36, 170), rgb(236, 64, 122), rgb(136, 14, 79)) !important;
}
.conversation ul li.message.public .message-meta .icon-button.pink, .conversation ul li.message.teacher .message-meta .icon-button.pink, .conversation ul li.message.guild .message-meta .icon-button.pink {
  display: none;
}
.conversation ul li.message.system {
  width: 100%;
}
.conversation ul li.message.system .message-content {
  border: solid 1px;
}

.reply-box {
  left: 0;
  bottom: 0;
  padding: 10px 10px 40px 10px;
}
.reply-box .text-box {
  width: 80%;
  min-width: 0;
  max-width: 800px;
  float: left;
}
.reply-box .buttons {
  width: 20%;
  padding: 5px 10px;
  min-width: 100px;
  float: right;
}
.reply-box .buttons button.form-ui {
  margin: 0;
  width: 100%;
  text-align: center;
}
.reply-box textarea {
  height: 56px;
  background-color: rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 80px;
  max-height: 80px;
  min-height: 80px;
  min-width: 0;
  max-width: 800px;
  color: #FFF;
  transition: all 0.3s ease-out;
}
.reply-box textarea:focus {
  color: #262626;
  background-color: rgb(255, 255, 255);
}

ul.chat-players {
  margin: 0;
  padding: 20px 10px 20px 0;
  border-right: solid 1px #DDD;
}
ul.chat-players li {
  cursor: pointer;
  position: relative;
  display: block;
  clear: both;
  height: 60px;
  padding: 10px 10px 10px 60px;
  border-bottom: solid 1px #DDD;
}
ul.chat-players li:first-child {
  border-top: solid 1px #DDD;
}
ul.chat-players li img.profile-pic {
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  border-radius: 1000em;
  border: solid 1px #CCC;
  width: 50px;
  height: 50px;
}
ul.chat-players li h3 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-weight: 900;
}
ul.chat-players li h5 {
  margin: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 300;
}

/* PAGINATION */
ul.pagination {
  margin: 0;
  padding: 0;
  text-align: center;
}
ul.pagination li {
  display: inline-block;
  padding: 5px;
  border: solid 1px;
  text-align: center;
}

.profile-box {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  overflow: hidden;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 61;
}
.profile-box .profile-box-container {
  position: relative;
  margin: 30px auto;
  padding: 0 20px 20px !important;
  max-width: 500px;
  min-width: 340px;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0px 20px 30px -10px rgba(0, 0, 0, 0.8);
}
.profile-box .progress-bar.gradient-xp-bar .progress {
  left: auto;
  right: 0;
}
.profile-box.active {
  visibility: visible;
  opacity: 1;
}

.status {
  display: block;
  position: relative;
  width: 256px;
  height: 256px;
  border-radius: 5000px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 auto;
  background-image: url("images/profile-placeholder.png");
}
.status img {
  transition: all 0.3s ease-out;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 5000px;
}

.status-stats {
  position: relative;
  z-index: 5;
}
.status-stats .stat {
  margin: 0 0 5px 0;
}

.micro-status {
  width: 100%;
  height: 12px;
  min-width: 340px;
  transition: all 0.6s ease-out;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.45);
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}
.micro-status .progress-bar {
  height: 4px;
  transition: all 0.3s 0.2s ease-out;
}
.micro-status .progress-bar.gradient-xp-bar .progress {
  left: auto;
  right: 0;
}
.micro-status .progress-bar .progress {
  max-width: 100%;
}
.micro-status .status-stats .stat {
  margin: 0;
}
.micro-status .status-stats .stat .stat-legend {
  max-height: 0;
  overflow: hidden;
}
.micro-status .collapsable {
  max-height: 0;
  overflow: hidden;
}
.micro-status.active {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  height: 216px;
}
.micro-status.active .collapsable {
  max-height: 100vh;
}
.micro-status.active .progress-bar {
  height: 12px;
}
.micro-status.active .status-stats .stat {
  margin: 0;
}
.micro-status.active .status-stats .stat .stat-legend {
  padding: 5px;
  max-height: 100px;
}

.progress-bar {
  display: block;
  height: 12px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.progress-bar.active .progress {
  max-width: 100vw;
}
.progress-bar .progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  max-width: 0;
  transition: all 1s ease-out;
  transition-delay: 0.5s;
}
.progress-bar .progress.centered {
  left: 50%;
  transform: translateX(-50%);
}
.progress-bar .progress.animated {
  background-image: url("images/progress-bar.png");
  background-repeat: repeat-x;
  border-radius: 100px;
  transition: all 2s ease-out;
  box-shadow: 10px 0 20px -10px rgba(0, 0, 0, 0.8);
  animation-duration: 3s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-name: progress-bar-animation;
  animation-iteration-count: infinite;
}

.adventure-status-bars {
  transform: rotate(-90deg);
  transform-origin: left center;
  bottom: 29px;
  left: 20px;
}

.players {
  padding: 0 0 30px;
  width: 100%;
  height: 600px;
  overflow: auto;
  position: relative;
}

.search-players {
  position: sticky;
  left: 0;
  top: 0;
  width: auto;
}

.players-list td.roles button.form-ui.role-button-player {
  background-color: #e0e0e0;
}
.players-list td.roles button.form-ui.role-button-player .icon {
  display: none;
}
.players-list td.roles button.form-ui.role-button-gm {
  background-color: #80cbc4;
}
.players-list td.roles button.form-ui.role-button-gm .icon {
  display: none;
}
.players-list td.roles button.form-ui.role-button-npc {
  background-color: #90caf9;
}
.players-list td.roles button.form-ui.role-button-npc .icon {
  display: none;
}
.players-list tr.role-player td.roles button.form-ui.role-button-player {
  background-color: #455a64;
}
.players-list tr.role-player td.roles button.form-ui.role-button-player .icon {
  display: inline-block;
}
.players-list tr.role-gm td.roles button.form-ui.role-button-gm {
  background-color: #26a69a;
}
.players-list tr.role-gm td.roles button.form-ui.role-button-gm .icon {
  display: inline-block;
}
.players-list tr.role-npc td.roles button.form-ui.role-button-npc {
  background-color: #1976d2;
}
.players-list tr.role-npc td.roles button.form-ui.role-button-npc .icon {
  display: inline-block;
}

.players-table .table-row {
  clear: both;
  display: table;
  background-color: white;
}
.players-table .table-row:nth-child(odd) {
  background-color: whitesmoke;
}
.players-table .table-row .cell {
  display: table-cell;
  text-align: center;
  height: 60px;
  padding: 10px;
  vertical-align: middle;
  background-color: inherit;
  position: relative;
  border-right: solid 1px rgb(47, 47, 47);
}
.players-table .table-row .cell input.form-ui, .players-table .table-row .cell select.form-ui {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  display: none;
}
.players-table .table-row .cell .quest-type {
  display: none;
}
.players-table .table-row .cell.player-id {
  width: 50px;
  position: sticky;
  left: 0px;
}
.players-table .table-row .cell.player-name {
  width: 250px !important;
  position: sticky;
  left: 50px;
  box-shadow: 8px 0 4px -4px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  height: 60px;
}
.players-table .table-row .cell.player-hexad {
  width: 100px;
}
.players-table .table-row .cell.player-hexad .icon-button {
  padding: 6px;
  font-size: 18px;
  width: 30px;
  height: 30px;
}
.players-table .table-row .cell.player-level {
  width: 50px;
}
.players-table .table-row .cell.player-xp {
  width: 150px;
}
.players-table .table-row .cell.player-bloo {
  width: 150px;
}
.players-table .table-row .cell.player-gpa {
  width: 80px;
}
.players-table .table-row .cell.player-post {
  width: 170px;
  overflow: hidden;
  font-size: 20px;
}
.players-table .table-row .cell.show-grade-col, .players-table .table-row .cell.show-grade-row, .players-table .table-row .cell.show-grade {
  background-color: rgb(47, 58, 65);
  color: #FFF;
}
.players-table .table-row .cell.show-grade-col input.form-ui, .players-table .table-row .cell.show-grade-col select.form-ui, .players-table .table-row .cell.show-grade-row input.form-ui, .players-table .table-row .cell.show-grade-row select.form-ui, .players-table .table-row .cell.show-grade input.form-ui, .players-table .table-row .cell.show-grade select.form-ui {
  display: block;
  background-color: #FFF;
  color: rgb(47, 58, 65);
}
.players-table .table-row .cell.show-grade-col .quest-type, .players-table .table-row .cell.show-grade-row .quest-type, .players-table .table-row .cell.show-grade .quest-type {
  display: inline-block;
}
.players-table .table-row .cell.show-grade-col.player-id, .players-table .table-row .cell.show-grade-col.player-name, .players-table .table-row .cell.show-grade-row.player-id, .players-table .table-row .cell.show-grade-row.player-name, .players-table .table-row .cell.show-grade.player-id, .players-table .table-row .cell.show-grade.player-name {
  background-color: rgb(47, 58, 65);
  color: #FFF;
}
.players-table .table-row .cell:hover {
  background-color: rgb(47, 58, 65);
  color: #FFF;
}
.players-table .table-header {
  position: sticky;
  top: 38px;
  z-index: 15;
}
.players-table .table-header .table-row .cell {
  font-size: 1em;
  font-weight: 900;
  border-bottom: solid 2px #000;
}
.players-table .table-header .table-row .cell.player-post, .players-table .table-header .table-row .cell.player-level, .players-table .table-header .table-row .cell.player-bloo, .players-table .table-header .table-row .cell.player-xp, .players-table .table-header .table-row .cell.player-gpa {
  font-size: 1em;
  font-weight: 900;
}

ul.blog {
  margin: 0;
  padding: 0 0 20px;
  vertical-align: top;
}
ul.blog li.blog-post {
  position: relative;
  width: 290px;
  height: 60vh;
  overflow: hidden;
  border-radius: 20px;
  box-shadow: -10px 0px 10px -5px rgba(0, 0, 0, 0.4);
  color: #FFF;
  display: inline-block;
}
ul.blog li.blog-post .bg-image {
  opacity: 0.3;
  mix-blend-mode: luminosity;
}
ul.blog li.blog-post .blog-post-content {
  padding: 10px;
  position: absolute;
  bottom: 40px;
}
ul.blog li.blog-post .blog-post-headline {
  color: #d7de21;
  font-size: 36px;
  font-weight: 500;
}
ul.blog li.blog-post .blog-post-level {
  position: absolute;
  top: 10px;
  left: 10px;
  font: 18px;
  color: #FFF;
}
ul.blog li.blog-post p.blog-post-secondary-headline {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 500;
}
ul.blog li.blog-post .cta {
  height: 40px;
  width: 100%;
  padding: 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 20px;
  mix-blend-mode: overlay;
}
ul.blog li.blog-post:nth-child(5n+1) {
  border: solid 4px #2e3190;
}
ul.blog li.blog-post:nth-child(5n+1) .blog-post-headline {
  color: #d7de21;
}
ul.blog li.blog-post:nth-child(5n+1) .blog-post-headline {
  color: #d7de21;
}
ul.blog li.blog-post:nth-child(5n+1) .bg-color {
  background-image: linear-gradient(180deg, #662d8f, #0071ba);
}
ul.blog li.blog-post:nth-child(5n+2) {
  color: #FFF;
  border: solid 4px #9c005d;
}
ul.blog li.blog-post:nth-child(5n+2) .blog-post-headline {
  color: #d7de21;
}
ul.blog li.blog-post:nth-child(5n+2) .bg-color {
  background-image: linear-gradient(180deg, #91278d, #d2145a);
}
ul.blog li.blog-post:nth-child(5n+3) {
  color: #333;
  border: solid 4px #ef5a24;
}
ul.blog li.blog-post:nth-child(5n+3) .blog-post-headline {
  color: #333;
}
ul.blog li.blog-post:nth-child(5n+3) .bg-color {
  background-image: linear-gradient(180deg, #eb1e79, #faec21);
}
ul.blog li.blog-post:nth-child(5n+4) {
  color: #333;
  border: solid 4px #267a6a;
}
ul.blog li.blog-post:nth-child(5n+4) .blog-post-headline {
  color: #333;
}
ul.blog li.blog-post:nth-child(5n+4) .bg-color {
  background-image: linear-gradient(180deg, #00a7ce, #8ac43f);
}
ul.blog li.blog-post:nth-child(5n+5) {
  color: #333;
  border: solid 4px #dba700;
}
ul.blog li.blog-post:nth-child(5n+5) .blog-post-headline {
  color: #333;
}
ul.blog li.blog-post:nth-child(5n+5) .bg-color {
  background-image: linear-gradient(0deg, #00a7ce, #faec21);
}
ul.blog li.blog-post.unavailable {
  border: solid 4px #292929;
}
ul.blog li.blog-post.unavailable .bg-color {
  background-image: linear-gradient(180deg, #777, #DDD);
}
ul.blog li.blog-post.unavailable .blog-post-headline, ul.blog li.blog-post.unavailable .bg-image, ul.blog li.blog-post.unavailable .blog-post-secondary-headline {
  filter: blur(3px);
}

.spinner {
  margin: 0 auto;
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 140px;
}
.spinner.corner {
  position: absolute;
}
.spinner .number {
  text-align: center;
  padding: 0 0 0;
  position: relative;
  z-index: 10;
  background-color: transparent;
  border: none;
  color: #FFF;
  font-size: 28px;
  display: inline-block;
  top: -5px;
  width: 100%;
}
.spinner .number::-webkit-outer-spin-button, .spinner .number::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}
.spinner button.icon-button {
  position: absolute;
  z-index: 12;
  top: 50%;
  margin: -20px 0 0;
}
.spinner button.icon-button.spin-up {
  left: auto;
  right: -20px;
}
.spinner button.icon-button.spin-down {
  left: -20px;
}

.confirm-action {
  position: absolute;
  bottom: 105%;
  width: auto;
  transform: translateX(-50%);
  left: 50%;
  border-radius: 8px;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.confirm-action.active {
  opacity: 1;
  visibility: visible;
}
.confirm-action.shadow {
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.5);
}
.confirm-action.bottom {
  top: 85%;
  bottom: auto;
}
.confirm-action button.form-ui, .confirm-action a.form-ui {
  min-width: 150px;
}
.confirm-action .close-confirm {
  position: absolute;
  left: auto;
  top: -4px;
  right: -4px;
  z-index: 11;
}

ul.selectable-list {
  margin: 0;
  padding: 0;
  display: block;
  min-height: 70px;
  padding: 0 10px 0 0;
}
ul.selectable-list.grid li {
  width: 180px;
  height: 180px;
  display: inline-table;
  vertical-align: top;
  padding: 5px;
  transition: all 0.5s ease-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
}
ul.selectable-list.grid li .color-overlay {
  opacity: 0.7;
}
ul.selectable-list.grid li .achievement-name {
  font-size: 18px;
  font-weight: 300;
  background-color: #FFF;
  color: #333;
  padding: 5px;
}
ul.selectable-list.grid li.active {
  background-blend-mode: normal;
}
ul.selectable-list.grid li.active .color-overlay {
  opacity: 0.2;
}
ul.selectable-list.grid li.active .achievement-name {
  font-size: 18px;
  font-weight: 900;
  background-color: #66BB6A;
  color: #FFF;
  padding: 5px;
}
ul.selectable-list.backpack-items li.backpack-item {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  display: inline-block;
  vertical-align: top;
  padding: 5px;
  transition: all 0.3s ease-out;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: luminosity;
  border: solid 10px #263238;
  background-color: #FFF;
}
ul.selectable-list.backpack-items li.backpack-item .color-overlay {
  opacity: 0.7;
}
ul.selectable-list.backpack-items li.backpack-item.active {
  border: solid 0px #263238;
  background-blend-mode: normal;
  border-radius: 120px;
}
ul.selectable-list.backpack-items li.backpack-item.active .color-overlay {
  opacity: 0.2;
}
ul.selectable-list li {
  position: relative;
  display: table;
  width: 100%;
  border-collapse: separate;
  margin: 0 0 10px 0;
  padding: 0;
  cursor: pointer;
}
ul.selectable-list li.active {
  opacity: 1;
}
ul.selectable-list li.active span.li-cell.cell-content {
  padding: 6px 12px 6px 30px;
}
ul.selectable-list li.active span.li-cell.active-content {
  display: table-cell !important;
}
ul.selectable-list li span.li-cell {
  transition: all 0.5s ease;
  top: 0;
  padding: 6px 12px;
  line-height: 1;
  text-align: center;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  display: table-cell;
  text-transform: uppercase;
}
ul.selectable-list li span.li-cell.cell-content {
  width: 100%;
}
ul.selectable-list li span.li-cell.cell-image {
  height: 100px;
  background-size: cover;
  background-position: center center;
  background-color: #FFF;
}

.confirm-logout {
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.confirm-logout.active {
  visibility: visible;
  opacity: 1;
}

.magic-code-form {
  height: 100vh;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.magic-code-form.active {
  visibility: visible;
  opacity: 1;
}
.magic-code-form input.magic-code-field {
  /*form-ui max-w-500 text-center font _36 inline-block*/
  font-size: 36px;
  text-align: center;
  display: block;
  max-width: 500;
  font-weight: 300;
  padding: 0.5em;
  border: solid 1px #e0e0e0;
  color: #607d8b;
  background-color: #E3E3E3;
  margin: 20px auto 0;
}

.level-up {
  transition-delay: 0.1s;
  transition: all 0.3s ease-out;
  opacity: 0;
  display: none;
}
.level-up.active {
  display: block;
  opacity: 1;
}

.overlay-background-video {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -50%);
}
.overlay-background-video.active {
  visibility: visible;
  opacity: 1;
}

.footer {
  clear: both;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}
.footer.fixed {
  display: none;
  position: fixed;
}
.footer ul {
  z-index: 12;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px;
  text-align: center;
}
.footer ul li {
  display: inline-block;
  border-right: solid 1px #FFF;
  padding: 0.25em 0.5em 0.25em 0;
  margin: 0 0.5em 0 0;
  font-size: 16px;
  font-weight: 100;
}
.footer ul li:last-child {
  border: none;
}

.error-404 {
  text-align: center;
}
.error-404 img {
  width: 100%;
  max-width: 500px;
  margin: 20px 0;
}

/***************************************************************/
/************************** OVERLAY ****************************/
/***************************************************************/
.overlay-layer {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
  /* RESERVED CLASS FOR HIDING OVERLAY */
}
.overlay-layer.active {
  visibility: visible;
  opacity: 1;
}

.loader img.animated {
  animation-duration: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-name: rotate-right;
  animation-iteration-count: infinite;
}

.small-loader {
  position: fixed;
  width: 50px;
  height: 50px;
  bottom: 120px;
  right: 5px;
}
.small-loader img.animated {
  animation-duration: 1s;
  animation-direction: normal;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-name: rotate-right;
  animation-iteration-count: infinite;
}

.feedback {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2200 !important;
  text-align: center;
}

.objective-success-message {
  display: flex;
  margin: 0 auto;
  max-width: 50%;
  min-width: 300px;
  padding: 20px;
  text-align: center;
  flex-direction: column;
  border-radius: 4px;
  border: solid 1px rgba(255, 193, 7, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-out;
  transition-delay: 0.1s;
  transform: scale(1.2);
  opacity: 0;
  cursor: pointer;
}
.objective-success-message.active {
  opacity: 1;
  transform: scale(1);
}
.objective-success-message:hover {
  transform: scale(1.1);
}
.objective-success-message .objective-success-message-header {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  color: #FFC107;
}
.objective-success-message .objective-success-message-content {
  font-size: 20px;
  font-weight: 300;
  color: #FFFFFF;
}
.objective-success-message .objective-success-message-footer {
  font-size: 16px;
  font-weight: 500;
  font-family: "Rajdhani", sans-serif;
  color: #FFC107;
  opacity: 0.5;
}

img.achievement-unlocked {
  width: 100%;
  max-width: 640px;
}

#notify-message {
  position: fixed;
  z-index: 1000;
  width: 250px;
  bottom: 100px;
  right: 0;
  text-align: center;
}
#notify-message ul.content {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow: hidden;
}
#notify-message ul.content li {
  display: block;
  font-size: 18px;
  font-weight: 300;
  padding: 10px;
  margin: 0 0 5px 0;
  width: 100%;
  position: relative;
  right: -100%;
  transition: all 0.3s ease-out;
}
#notify-message ul.content li.active {
  right: 0;
}

h1.page-title {
  font-family: "Rajdhani", sans-serif;
  color: #1cc2eb;
  font-weight: 700;
  text-transform: uppercase;
}

nav.tab-nav {
  width: 100%;
  max-width: 1320px;
  padding: 0 20px;
  margin: 0 auto;
}
nav.tab-nav ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
nav.tab-nav ul li {
  display: inline-block;
  cursor: pointer;
  transform: skewX(-30deg);
  color: rgba(255, 255, 255, 0.25);
  background-color: rgba(255, 255, 255, 0.1);
  font-family: "Preospe", sans-serif;
  border-bottom: solid 2px #1cc2eb;
  font-size: 0;
}
nav.tab-nav ul li a, nav.tab-nav ul li span.nav-item-label {
  font-size: 18px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  transform: skewX(30deg);
}
nav.tab-nav ul li.active {
  border-bottom: solid 2px rgba(28, 194, 235, 0);
  border-top: solid 2px #1cc2eb;
  border-left: solid 2px #1cc2eb;
  border-right: solid 2px #1cc2eb;
  color: #1cc2eb;
  background-color: rgba(28, 194, 235, 0.2);
}

.item {
  aspect-ratio: 1/1.333;
  position: relative;
  display: grid;
  width: 100%;
  grid-template-rows: 75% 25%;
  cursor: pointer;
}
.item:hover .item-content-container .item-bg svg.item-container-bg line, .item:hover .item-content-container .item-bg svg.item-container-bg polyline, .item.active .item-content-container .item-bg svg.item-container-bg line, .item.active .item-content-container .item-bg svg.item-container-bg polyline {
  stroke-dasharray: 340px 340px;
}
.item:hover .item-content-container .item-bg svg.item-container-bg polygon, .item.active .item-content-container .item-bg svg.item-container-bg polygon {
  opacity: 0.25;
}
.item:hover .item-content-container .item-bg svg.item-container-bg polygon.outline, .item.active .item-content-container .item-bg svg.item-container-bg polygon.outline {
  stroke-dashoffset: 0;
}
.item .item-content-container {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  overflow: hidden;
  grid-column: 1/-1;
  grid-row: 1/span 1;
}
.item .item-content-container .item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.item .item-content-container .item-bg svg.item-container-bg polygon {
  transition: all 3s ease-out;
  fill: none;
  stroke-width: 2;
  opacity: 0.1;
}
.item .item-content-container .item-bg svg.item-container-bg polygon.blue {
  fill: #1cc2eb;
}
.item .item-content-container .item-bg svg.item-container-bg polygon.yellow {
  fill: #f7cb15;
}
.item .item-content-container .item-bg svg.item-container-bg polygon.green {
  fill: #24da98;
}
.item .item-content-container .item-bg svg.item-container-bg polygon.red {
  fill: #ef5a9d;
}
.item .item-content-container .item-bg svg.item-container-bg line, .item .item-content-container .item-bg svg.item-container-bg polyline {
  fill: none;
  stroke-width: 2;
  stroke-dasharray: 0px 340px;
  transition: all 1s ease-out;
}
.item .item-content-container .item-bg svg.item-container-bg line.blue, .item .item-content-container .item-bg svg.item-container-bg polyline.blue {
  stroke: #1cc2eb;
}
.item .item-content-container .item-bg svg.item-container-bg line.yellow, .item .item-content-container .item-bg svg.item-container-bg polyline.yellow {
  stroke: #f7cb15;
}
.item .item-content-container .item-bg svg.item-container-bg line.green, .item .item-content-container .item-bg svg.item-container-bg polyline.green {
  stroke: #24da98;
}
.item .item-content-container .item-bg svg.item-container-bg line.red, .item .item-content-container .item-bg svg.item-container-bg polyline.red {
  stroke: #ef5a9d;
}
.item .item-content-container .item-bg svg.item-container-bg polygon.outline {
  opacity: 1;
  fill: none;
  stroke-width: 2;
  transition: all 1s ease-in-out;
  stroke-dasharray: 560 1120;
  stroke-dashoffset: 1120;
}
.item .item-content-container .item-bg svg.item-container-bg polygon.outline.blue {
  stroke: #1cc2eb;
}
.item .item-content-container .item-bg svg.item-container-bg polygon.outline.yellow {
  stroke: #f7cb15;
}
.item .item-content-container .item-bg svg.item-container-bg polygon.outline.green {
  stroke: #24da98;
}
.item .item-content-container .item-bg svg.item-container-bg polygon.outline.red {
  stroke: #ef5a9d;
}
.item .item-content-container .item-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
  font-family: "Rajdhani", sans-serif;
}
.item .item-content-container .item-content .item-image-container {
  width: 50px;
  height: 50px;
  overflow: hidden;
  margin: 5px auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.item .item-content-container .item-content .item-image-container img.item-image {
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
}
.item .item-content-container .item-content h2.item-name {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0;
}
.item .item-content-container .item-content h3.item-cost {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 5px 0;
  color: #24da98;
}
.item .item-content-container .item-content h4.item-stock {
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  color: #f7cb15;
}
.item .item-content-container .item-content .item-level {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
}
.item .item-content-container .item-content .item-level svg.item-level-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.item .item-content-container .item-content .item-level svg.item-level-bg polygon {
  stroke-width: 2;
  stroke: #f7cb15;
  fill: #9f40e2;
}
.item .item-content-container .item-content .item-level .item-level-number {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font: 600 14px "Rajdhani", sans-serif;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 5px 0 0 0;
}
.item .item-actions {
  grid-column: 1/-1;
  grid-row: 2/span 1;
  text-align: center;
  padding: 10px 0 0;
}
.item .item-data {
  overflow: hidden;
  width: 0;
  height: 0;
  display: none;
  pointer-events: none;
}

.item-shop {
  position: relative;
  width: 100%;
  max-width: 1320px;
  padding: 20px;
  display: flex;
  margin: 0 auto;
}
.item-shop .items {
  width: 75%;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-auto-rows: minmax(180px, auto);
  gap: 10px;
}
.item-shop .items.backpack {
  grid-auto-rows: auto;
}
.item-shop .items.backpack .item {
  aspect-ratio: 1/1;
}
.item-shop .items .item-group {
  grid-column: 1/-1;
  height: 40px;
  border-top: solid 2px #f7cb15;
  margin: 5px 0 -10px;
  padding: 10px 0 0;
}
.item-shop .items .item-group h2 {
  color: #f7cb15;
  font-family: "Rajdhani", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.item-shop .items .item-group h2::before {
  content: "..// ";
}
.item-shop .item-shop-video {
  width: 0%;
  overflow: hidden;
  padding: 0;
  transition: all 0.3s ease-out;
}
.item-shop .item-shop-video.active {
  width: 25%;
  padding: 20px;
}
.item-shop .item-shop-video.hud-display .hud-screen-container {
  position: relative;
  width: 90%;
  aspect-ratio: 9/16;
  max-width: 300px;
}
.item-shop .item-preview {
  width: 0%;
  overflow: hidden;
  padding: 0px;
  transition: all 0.3s ease-out;
  position: sticky;
  top: 60px;
}
.item-shop .item-preview.active {
  width: 25%;
  padding: 20px;
}
.item-shop .item-preview .item-preview-screen {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: grid;
}
.item-shop .item-preview .item-preview-type {
  position: absolute;
  top: 3px;
  right: 5px;
  font: 500 17px "Rajdhani", sans-serif;
  color: #FFFFFF;
  text-align: right;
  padding: 9px 25px 5px;
  background-color: rgba(159, 64, 226, 0.8);
  clip-path: polygon(0 0, 12.5% 100%, 100% 100%, 100% 50%, 87.5% 0, 0% 0%);
}
.item-shop .item-preview .item-preview-type.key {
  background-color: rgba(247, 203, 21, 0.8);
}
.item-shop .item-preview .item-preview-type.consumable {
  background-color: rgba(239, 90, 157, 0.8);
}
.item-shop .item-preview .item-preview-name {
  text-align: center;
  font: 600 24px "Rajdhani", sans-serif;
  color: #04161e;
  margin: 0 0 10px 0;
  padding: 38px 0 0;
}
.item-shop .item-preview .item-preview-image-container {
  width: 100%;
  height: 130px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.item-shop .item-preview .item-preview-image-container img.item-preview-image {
  height: 100%;
  max-width: 100%;
  border-radius: 10px;
}
.item-shop .item-preview .item-preview-description {
  font: 500 16px "Rajdhani", sans-serif;
  color: #04161e;
  margin: 0;
  padding: 0 20px;
  text-align: center;
  max-height: 140px;
  overflow-y: scroll;
}
.item-shop .item-preview .item-preview-actions {
  text-align: center;
}
.item-shop .item-preview .item-preview-actions button.buy-item {
  font-size: 20px;
}

.tabi-editor-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(20, 29, 35, 0.85);
  z-index: -1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-out;
}
.tabi-editor-container.active {
  z-index: 1000;
  visibility: visible;
  opacity: 1;
}
.tabi-editor-container .tabi-editor {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.tabi-editor-container .tabi-editor .tabi-editor-header {
  width: 200px;
  background-color: rgba(29, 45, 52, 0.75);
}
.tabi-editor-container .tabi-editor .tabi-editor-header h2 {
  font: 500 16px "Preospe", sans-serif;
  color: #FFFFFF;
}
.tabi-editor-container .tabi-editor .tabi-editor-header h1 {
  font: 600 22px "Rajdhani", sans-serif;
  color: #f7cb15;
}
.tabi-editor-container .tabi-editor .tabi-builder {
  width: 100%;
  max-width: 800px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-hud {
  aspect-ratio: 1/1;
  position: relative;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-hud .hud-display {
  width: 100%;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-hud .hud-display .hud-screen-container {
  width: 100%;
  aspect-ratio: 1/1;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-hud .hud-display .hud-screen-container .hud-screen-content {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  clip-path: url(#tabi-screen-clip);
  overflow: hidden;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece {
  position: absolute;
  top: 100px;
  left: 100px;
  transition: none;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-data {
  visibility: hidden;
  opacity: 0;
  z-index: -100;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece:hover .tabi-piece-controls, .tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece.editing .tabi-piece-controls {
  opacity: 1;
  visibility: visible;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece:hover .tabi-piece-content, .tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece.editing .tabi-piece-content {
  background: rgba(28, 194, 235, 0.25);
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece:hover .tabi-piece-content .tabi-piece-name, .tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece.editing .tabi-piece-content .tabi-piece-name {
  opacity: 1;
  visibility: visible;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-image {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 10;
  position: relative;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-image img {
  max-width: 100%;
  max-height: 100%;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-content {
  text-align: center;
  background: rgba(28, 194, 235, 0);
  border-radius: 15px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-content .tabi-piece-name {
  z-index: 2;
  position: absolute;
  top: 5px;
  width: 100%;
  text-align: center;
  font: 400 14px "Rajdhani", sans-serif;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-content .tabi-piece-content-meta {
  position: absolute;
  left: 100%;
  bottom: 10%;
  z-index: 3;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-content .tabi-piece-content-meta .tabi-meta {
  width: 100px;
  color: #FFFFFF;
  font: 600 12px "Rajdhani", sans-serif;
  background-color: #24da98;
  padding: 5px;
  margin: 3px 0;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-controls {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 100;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-controls button {
  position: absolute;
  background-color: transparent;
  cursor: pointer;
  border: none;
  width: 40px;
  height: 40px;
  padding: 5px;
  text-align: center;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-controls button:hover {
  background-color: rgba(29, 45, 52, 0.75);
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-controls button img {
  max-width: 100%;
  max-height: 100%;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-controls button.drag-top-left {
  top: -40px;
  left: -40px;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-controls button.drag-bottom-right {
  bottom: -40px;
  right: -40px;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-controls button.z-up {
  left: 50%;
  top: -40px;
  margin: 0 0 0 -20px;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-controls button.z-down {
  left: 50%;
  bottom: -40px;
  margin: 0 0 0 -20px;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-controls button.scale-up {
  top: -40px;
  right: -40px;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-controls button.scale-down {
  bottom: -40px;
  left: -40px;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-controls button.rotate-ccw {
  top: 50%;
  right: -40px;
  margin: -20px 0 0;
}
.tabi-editor-container .tabi-editor .tabi-builder .tabi-pieces .tabi-piece .tabi-piece-controls button.rotate-cw {
  top: 50%;
  left: -40px;
  margin: -20px 0 0;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list {
  width: 250px;
  display: block;
  background-color: rgba(29, 45, 52, 0.75);
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-header {
  color: #f7cb15;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-header h3 {
  font: 600 18px "Rajdhani", sans-serif;
  padding: 10px 0;
  text-align: center;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content {
  margin: 0;
  padding: 10px;
  width: 100%;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul {
  margin: 0;
  padding: 0;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item {
  display: block;
  margin: 0 0 10px;
  border: solid 3px #1cc2eb;
  background-color: #04161e;
  font: 400 16px "Rajdhani", sans-serif;
  transition: all 0.3s ease-out;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item.ui-sortable-handle {
  transition: none;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item.editing {
  border: solid 3px #24da98;
  background-color: #04161e;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item.editing .tabi-piece-data-container {
  height: 60px;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item.editing .tabi-piece-name-container .tabi-piece-item-name {
  color: white;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item.editing .tabi-piece-name-container button.select {
  background-color: #24da98;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item.editing .tabi-piece-name-container button.select span.editing-text {
  display: inline;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item.editing .tabi-piece-name-container button.select span.select-text {
  display: none;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item.editing .tabi-piece-name-container button.reset {
  display: block;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item .tabi-piece-name-container {
  height: 35px;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item .tabi-piece-name-container .tabi-piece-item-name {
  padding: 5px;
  color: rgba(255, 255, 255, 0.25);
  text-align: left;
  transition: all 0.3s ease-out;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item .tabi-piece-name-container button {
  font: 500 16px "Rajdhani", sans-serif;
  border: none;
  background-color: #1cc2eb;
  color: #FFFFFF;
  float: right;
  display: block;
  height: 100%;
  padding: 5px;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item .tabi-piece-name-container button.select span.editing-text {
  display: none;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item .tabi-piece-name-container button.reset {
  display: none;
  background-color: #f7cb15;
  color: #04161e;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item .tabi-piece-data-container {
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  background-color: rgba(36, 218, 152, 0.5);
  color: #FFFFFF;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item .tabi-piece-data-container .data-table {
  display: flex;
  flex-direction: column;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item .tabi-piece-data-container .data-table .data-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item .tabi-piece-data-container .data-table .data-row.data-header {
  background-color: rgba(36, 218, 152, 0.5);
  font: 600 14px "Rajdhani", sans-serif;
}
.tabi-editor-container .tabi-editor .tabi-editor-pieces-list .tabi-editor-pieces-list-content ul li.tabi-piece-list-item .tabi-piece-data-container .data-table .data-row .data-cell {
  padding: 5px;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
}

.tabi-collection {
  width: 100%;
  max-width: 1320px;
  padding: 20px;
  margin: 0 auto;
}
.tabi-collection .tabis {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.adv-tabi {
  position: fixed;
  bottom: 60px;
  right: 20px;
  width: 200px;
  height: 200px;
  z-index: 100;
  transition: all 0.3s ease-out;
}
.adv-tabi * {
  transition: all 0.3s ease-out;
}
.adv-tabi:hover {
  width: 400px;
  height: 400px;
}

.tabi {
  aspect-ratio: 1/1;
  position: relative;
}
.tabi .hud-display {
  width: 100%;
}
.tabi .hud-display .hud-screen-container {
  width: 100%;
  aspect-ratio: 1/1;
}
.tabi .hud-display .hud-screen-container .hud-screen-content {
  visibility: visible;
  opacity: 1;
  z-index: 2;
  clip-path: url(#tabi-screen-clip);
  overflow: hidden;
}
.tabi .hud-display .hud-screen-container .hud-screen-content .tabi-pieces {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-position: center center;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.tabi .hud-display .hud-screen-container .hud-screen-content .tabi-pieces .tabi-piece {
  position: absolute;
}
.tabi .hud-display .hud-screen-container .hud-screen-content .tabi-pieces .tabi-piece .tabi-piece-image {
  display: block;
  text-align: center;
  width: 100%;
  height: 100%;
  z-index: 1;
  position: relative;
}
.tabi .hud-display .hud-screen-container .hud-screen-content .tabi-pieces .tabi-piece .tabi-piece-image img {
  max-width: 100%;
  max-height: 100%;
}

.hud-display {
  position: relative;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  width: 90%;
  z-index: 100;
}
.hud-display .hud-screen-container {
  position: relative;
  width: 90%;
  aspect-ratio: 9/16;
}
.hud-display .hud-screen-container .hud-screen-content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: rgba(28, 194, 235, 0.75);
  clip-path: url(#hud-screen-clip);
  transition: all 0.3s ease-out;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.hud-display .hud-screen-container .hud-screen-content.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.hud-display .hud-screen-container .hud-screen-content.flicker {
  visibility: visible;
  animation: flickerPulse 0.3s ease-in-out infinite;
  z-index: 2;
}
.hud-display .hud-screen-container .hud-screen-video-filter {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: url(#hud-screen-clip);
  background-image: url(images/video-filter-lines.png);
  background-repeat: repeat;
  background-size: auto;
  mix-blend-mode: overlay;
  z-index: 3;
  opacity: 0.3;
  animation: video-filter 60s ease-in-out infinite;
  pointer-events: none;
}
.hud-display .hud-screen-container .hud-screen-video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: url(#hud-screen-clip);
  z-index: 1;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
}
.hud-display .hud-screen-container .hud-screen-video.active {
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.hud-display .hud-screen-container svg.hud-screen-graphics {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
}
.hud-display .hud-screen-container svg.hud-screen-graphics path.screen-outline {
  fill: #1cc2eb;
}
.hud-display .hud-screen-container svg.hud-screen-graphics polygon.screen-cover {
  fill: rgba(28, 194, 235, 0.1);
}

.certificate-options {
  width: 100%;
  display: block;
  padding: 10px;
}

.certificate {
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto;
  gap: 10px 0px;
  color: #333 !important;
  width: 100%;
  grid-template-areas: "logo logo logo logo logo logo headline headline headline headline headline headline headline headline headline headline headline headline headline headline headline headline" "logo logo logo logo logo logo content content content content content  content content content content content rank rank rank rank rank rank" "logo logo logo logo logo logo level-icon level xp-icon xp xp xp xp xp bloo-icon bloo bloo bloo ep-icon ep ep ep" "logo logo logo logo logo logo signature signature signature signature signature signature signature signature  signature signature signature signature signature signature signature signature ";
}
.certificate .certificate-logo {
  grid-area: logo;
}
.certificate .certificate-logo img {
  width: 100%;
}
.certificate .certificate-headline {
  width: 100%;
  grid-area: headline;
  place-self: end start;
  border-bottom: solid 1px #C5453D;
}
.certificate .certificate-headline h3 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 30px;
}
.certificate .certificate-content {
  grid-area: content;
  place-self: center start;
}
.certificate .certificate-content h4 {
  font-size: 30px;
  font-weight: 300;
}
.certificate .certificate-content h1 {
  font-size: 70px;
  font-weight: 600;
  line-height: 1;
  margin: 0;
}
.certificate .certificate-content h2 {
  margin: 0;
  line-height: 1;
  font-size: 45px;
  font-weight: 900;
}
.certificate .certificate-content p {
  text-align: left;
  font-size: 18px;
  font-weight: 300;
}
.certificate .certificate-rank {
  grid-area: rank;
  place-self: center;
}
.certificate .certificate-rank h3 {
  text-align: center;
}
.certificate .certificate-rank .certificate-achievement-badge {
  width: 170px;
  height: 196px;
  position: relative;
  margin: 20px auto;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border {
  width: 110%;
  height: 110%;
  position: absolute;
  top: -5%;
  left: -5%;
  z-index: 1;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.white {
  background-color: #FFFFFF;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.red {
  background-color: #EF5350;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.pink {
  background-color: #EC407A;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.purple {
  background-color: #AB47BC;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.deep-purple {
  background-color: #7E57C2;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.indigo {
  background-color: #5C6BC0;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.blue {
  background-color: #42A5F5;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.light-blue {
  background-color: #29B6F6;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.cyan {
  background-color: #26C6DA;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.teal {
  background-color: #26A69A;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.green {
  background-color: #66BB6A;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.light-green {
  background-color: #9CCC65;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.lime {
  background-color: #D4E157;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.yellow {
  background-color: #FFEE58;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.amber {
  background-color: #FFCA28;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.orange {
  background-color: #FFA726;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.deep-orange {
  background-color: #FF7043;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.brown {
  background-color: #8D6E63;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.grey {
  background-color: #BDBDBD;
}
.certificate .certificate-rank .certificate-achievement-badge .rank-badge-border.blue-grey {
  background-color: #78909C;
}
.certificate .certificate-rank .certificate-achievement-badge .achievement-decor-outer-hex {
  position: absolute;
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  z-index: 3;
}
.certificate .certificate-rank .certificate-achievement-badge .achievement-decor-outer-hex polygon.hex-a {
  opacity: 0.27;
}
.certificate .certificate-rank .certificate-achievement-badge .achievement-decor-outer-hex polygon.hex-b {
  opacity: 1;
}
.certificate .certificate-rank .certificate-achievement-badge .achievement-decor-outer-hex polygon.hex-c {
  opacity: 0.27;
  stroke-dasharray: 5px 5px;
}
.certificate .certificate-rank h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  color: #666;
}
.certificate .certificate-stat-cell {
  place-self: center start;
  padding: 20px 0px 10px 10px;
  border-top: solid 1px #C5453D;
  border-bottom: solid 1px #C5453D;
  width: 100%;
  height: 90px;
}
.certificate .certificate-stat-cell h4 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
}
.certificate .certificate-stat-cell h3 {
  font-size: 20px;
  font-weight: 900;
}
.certificate .certificate-stat-cell-icon {
  place-self: center end;
  padding: 10px 0;
  border-top: solid 1px #C5453D;
  border-bottom: solid 1px #C5453D;
  width: 100%;
  height: 90px;
}
.certificate .certificate-stat-cell-icon img {
  height: 60px;
}
.certificate .certificate-stats-level-icon {
  grid-area: level-icon;
}
.certificate .certificate-stats-xp-icon {
  grid-area: xp-icon;
}
.certificate .certificate-stats-bloo-icon {
  grid-area: bloo-icon;
}
.certificate .certificate-stats-ep-icon {
  grid-area: ep-icon;
}
.certificate .certificate-stats-level {
  grid-area: level;
}
.certificate .certificate-stats-xp {
  grid-area: xp;
}
.certificate .certificate-stats-bloo {
  grid-area: bloo;
}
.certificate .certificate-stats-ep {
  grid-area: ep;
}
.certificate .certificate-signature {
  grid-area: signature;
}

.report h1, .report h2, .report h3, .report h4, .report h5, .report h6 {
  font-size: 20px;
}
.report blockquote {
  margin: 0;
  padding: 0;
}
.report .report-header {
  padding: 10px 0;
  position: fixed;
  width: 100%;
  height: 50px;
  top: 0;
  left: 0;
  border-bottom: solid 2px;
  z-index: 10;
}
.report .report-header .report-logo {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 0 0 10px;
}
.report .report-header .report-logo img {
  height: 40px;
}
.report .report-footer {
  padding: 10px 0;
  position: fixed;
  width: 100%;
  height: 50px;
  bottom: 0;
  left: 0;
  border-top: solid 2px;
  z-index: 10;
}
.report .report-footer .report-br-logo {
  width: 40%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  padding: 10px 0 0;
}
.report .report-footer .report-br-logo img {
  height: 40px;
}
.report .header-space, .report .footer-space {
  height: 0px;
  display: none;
}
.report .report-cover {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 80px 15px;
  text-align: right;
}
.report .report-cover .report-logo img {
  max-width: 50%;
  max-height: 250px;
}
.report .report-cover h5 {
  border-bottom: solid 2px;
}
.report .report-cover h1 {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 70px;
}
.report .report-quest-headline {
  border-bottom: solid 2px;
  padding: 40px 0 10px;
}
.report .report-quest-instructions {
  padding: 10px 10px 10px 150px;
  text-align: right;
}
.report .report-quest-charts {
  width: 100%;
}
.report .report-quest-charts .report-quest-chart {
  position: relative;
  float: left;
  width: 250px;
  height: 160px;
}
.report .report-quest-charts .report-quest-chart canvas {
  position: relative;
  top: 35px;
  z-index: 1;
}
.report .report-quest-charts .report-quest-chart .chart-title {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  text-align: center;
  margin: 0;
}
.report .report-quest-charts .report-quest-chart .bg-icon {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 100px;
  height: 50px;
  overflow: hidden;
  margin: -50px 0 0 -50px;
  opacity: 0.25;
}
.report .report-quest-charts .report-quest-chart .bg-icon span.icon-button {
  width: 100px;
  height: 100px;
  text-align: center;
}
.report .report-quest-charts .report-quest-chart .bg-icon span.icon-button span.icon {
  font-size: 50px;
}
.report table tbody tr td {
  vertical-align: top;
  margin: 5px 0;
}
.report table tbody tr td .report-post {
  display: inline-block;
  border-radius: 8px;
  padding: 8px;
}
.report table tbody tr td .report-post .report-entry {
  font-size: 12pt;
}
.report table tbody tr td .report-post .report-entry p {
  font-weight: 500;
  margin: 0;
  padding: 0;
}
.report table tbody tr td .report-post .report-entry img {
  display: inline-block;
  margin: 5px;
  max-width: 45%;
}
.report table tbody tr td .report-post h6.author {
  letter-spacing: normal;
  text-align: right;
  font-size: 12pt;
}

.mejs-container {
  max-width: 100% !important;
  width: 100% !important;
  min-width: 500px !important;
}

/* SM - Tablet Portrait */
@media (max-width: 950px) {
  header.super-header .logo {
    display: none;
  }
  .main-loader {
    position: fixed !important;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
  }
  .main-loader.active {
    width: 100%;
  }
  .reply-box .text-box {
    width: 70%;
  }
  .reply-box .buttons {
    width: 30%;
  }
  .challenge-quest {
    display: flex;
    flex-flow: column;
  }
  .challenge-quest .challenge-sidebar {
    width: 100%;
    flex: 0;
    position: sticky;
    top: 0;
    z-index: 30;
    background-image: linear-gradient(to bottom right, rgb(0, 0, 0), rgba(126, 87, 194, 0.8));
  }
  .challenge-quest .challenge-sidebar .content {
    top: 0;
    transform: translateY(0);
  }
  .challenge-quest .challenge-sidebar .challenge-title {
    padding: 40px 20px;
  }
  .challenge-quest .challenge-sidebar .challenge-title h1 {
    font-size: 56px;
    font-weight: 700;
  }
  .challenge-quest .challenge-sidebar .challenge-nav {
    display: none;
  }
  .challenge-quest .challenge-conditions {
    width: 100%;
  }
  .challenge-quest .challenge-conditions .content {
    width: 100%;
    position: absolute;
    top: 0;
    transform: translateY(0);
    padding: 15px;
  }
  .challenge-quest .challenge-conditions .content h1 {
    font-size: 30px;
    font-weight: 700;
  }
  .challenge-quest .challenge-conditions .content .block-text {
    font-size: 20px;
  }
  .challenge-quest .challenge-content .challenge-questions .challenge-question ul.question-options li.question-option {
    width: 100%;
  }
  .challenge-quest.running .challenge-sidebar {
    width: 100%;
    flex: 0;
  }
  .challenge-quest.running .challenge-sidebar .challenge-title {
    padding: 20px 20px;
    top: 20px;
  }
  .challenge-quest.running .challenge-sidebar .challenge-title h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
  }
  .challenge-quest.running .challenge-sidebar .challenge-nav {
    display: none;
  }
  .challenge-quest.running .challenge-sidebar .challenge-nav-mobile {
    display: block;
  }
  .challenge-quest.running .challenge-complete-actions-mobile {
    display: block;
  }
  .challenge-quest .challenge-complete-actions {
    display: none;
  }
  .steps .step .steps-navigation .step-nav-button.step-next {
    width: 115px;
    height: 115px;
    bottom: 50px;
    right: 10px;
  }
  .steps .step .steps-navigation .step-nav-button.step-back {
    width: 70px;
    height: 70px;
    bottom: 50px;
    left: 10px;
  }
  .steps .step .step-content-container.step-dialogue.dialogue-attach-left, .steps .step .step-content-container.step-dialogue.dialogue-attach-right {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .steps .step .step-content-container.step-dialogue.dialogue-attach-left .character, .steps .step .step-content-container.step-dialogue.dialogue-attach-right .character {
    order: 10;
    width: 100%;
    max-height: 40vh;
    display: flex;
  }
  .steps .step .step-content-container.step-dialogue.dialogue-attach-left .character .character-image img, .steps .step .step-content-container.step-dialogue.dialogue-attach-right .character .character-image img {
    width: 100%;
  }
  .steps .step .step-content-container.step-dialogue.dialogue-attach-left .dialogue-content-container, .steps .step .step-content-container.step-dialogue.dialogue-attach-right .dialogue-content-container {
    order: 1;
    width: 100%;
    flex-basis: 100%;
    max-height: 40vh;
    padding: 0;
    display: flex;
    justify-content: flex-end;
  }
  .steps .step .step-content-container.step-dialogue.dialogue-attach-left .dialogue-content-container .dialogue-box .center, .steps .step .step-content-container.step-dialogue.dialogue-attach-right .dialogue-content-container .dialogue-box .center {
    max-height: 360px;
    overflow-y: scroll;
  }
  .steps .step .step-content-container.step-dialogue.dialogue-attach-left .dialogue-content-spacer, .steps .step .step-content-container.step-dialogue.dialogue-attach-right .dialogue-content-spacer {
    display: none;
  }
  .steps .step .step-content-container.step-dialogue.dialogue-attach-left .character {
    justify-content: flex-start;
  }
  .steps .step .step-content-container.step-dialogue.dialogue-attach-right .character {
    justify-content: flex-end;
  }
  .steps .step .step-content-container.step-dialogue.dialogue-attach-none {
    justify-content: flex-end;
  }
  .steps .step .step-content-container.step-dialogue.dialogue-attach-none .character {
    display: none;
  }
  .steps .step .step-content-container.step-dialogue.dialogue-attach-none .dialogue-content-container {
    order: 1;
    width: 100%;
    flex-basis: 100%;
  }
  .steps .step .step-content-container.step-dialogue.dialogue-attach-none .dialogue-content-spacer {
    display: none;
  }
  .steps .step .step-content-container.open-field {
    padding: 150px 0;
  }
  .steps .step .step-content-container.open-field .dialogue-box {
    width: 100%;
    min-height: auto;
    max-width: 100vw;
  }
  .steps .step .step-content-container.open-field .step-content {
    max-height: 30vh;
    overflow-y: scroll;
  }
  .steps .step .step-content-container.open-field .step-content-text-editor {
    min-height: 230px;
  }
  .steps .step .step-content-container.jump-to {
    padding: 150px 0;
  }
  .steps .step .step-content-container.jump-to .step-choices {
    width: 100vw;
    grid-template-columns: 1fr;
  }
  .steps .step .step-content-container.avatar-choice {
    padding: 150px 0;
  }
  .steps .step .step-content-container.avatar-choice .step-avatars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    height: auto;
    margin: 0 0 15px 0;
    padding: 15px;
    position: relative;
    gap: 35px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    align-items: center;
    justify-content: center;
    width: 100vw;
  }
  footer.taskbar button.icon-button, footer.taskbar a.icon-button {
    width: 40px;
    height: 40px;
    font-size: 24px;
  }
  .shepherd-element {
    max-width: 360px;
  }
  .shepherd-element .shepherd-content header.shepherd-header h3.shepherd-title {
    font-kerning: 0;
    letter-spacing: 0;
    font-size: 14px;
    font-weight: 600;
  }
  .magic-code-form input.magic-code-field {
    font-size: 24px;
    max-width: 360px;
  }
  .mejs-container {
    max-width: 100% !important;
    width: 100% !important;
    min-width: 360px !important;
  }
  .card-deck {
    display: flex;
    flex-flow: column;
  }
  .card-deck .card {
    width: 100%;
  }
}
/* LG - Desktop */
@media print and (-webkit-min-device-pixel-ratio: 0) {
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  body, html {
    /*
    		width: 21.5cm;
    		height: 27.94cm;
    */
    height: 21.5cm;
    width: 27.94cm;
    margin: 0;
    padding: 0;
    background-color: #FFF !important;
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }
  .page-break {
    display: block;
    page-break-before: always;
    -moz-column-break-before: always;
         break-before: always;
  }
  .report .header-space, .report .footer-space {
    height: 50px;
    display: block;
  }
  .report table tbody tr td .report-post {
    border: solid 1px;
  }
  .certificate {
    width: 100%;
    height: 100%;
    background-color: #FFF !important;
  }
  .certificate .certificate-headline {
    padding: 50px 0 0;
  }
  .certificate-options {
    display: none;
  }
  header.super-header {
    display: none;
  }
  footer {
    display: none;
  }
  #main-background.background.black-bg {
    background-image: none !important;
    background-color: #FFF !important;
  }
}
/***************************************************************/
/************************** Animations  ****************************/
/***************************************************************/
@keyframes br-box-shadow-animation {
  from {
    background-color: transparent;
    top: 0px;
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.3);
  }
  to {
    background-color: #FFF;
    top: -5px;
    box-shadow: 0px 15px 10px -10px rgba(0, 0, 0, 0.1);
  }
}
@keyframes br-milestone-background-preview {
  from {
    background-position: 50% 0%;
  }
  to {
    background-position: 50% 300%;
  }
}
@keyframes br-glowing-choice {
  from {
    box-shadow: 0px 0px 0px 0px rgba(205, 220, 57, 0);
  }
  to {
    box-shadow: 0px 0px 30px 20px rgb(205, 220, 57);
  }
}
@keyframes progress-bar-animation {
  from {
    background-position: 0px;
  }
  to {
    background-position: 107px;
  }
}
@keyframes energy-bar-animation {
  from {
    background-position: 0px;
  }
  to {
    background-position: 256px;
  }
}
@keyframes rotate-right {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate-left {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
@keyframes rotate-3D {
  from {
    transform: rotateY(0deg);
  }
  to {
    transform: rotateY(-360deg);
  }
}
@keyframes rotate-3D-cool-anim-R {
  from {
    transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(70deg) rotateY(0deg) rotateZ(360deg);
  }
}
@keyframes rotate-3D-cool-anim-L {
  from {
    transform: rotateX(70deg) rotateY(0deg) rotateZ(0deg);
  }
  to {
    transform: rotateX(70deg) rotateY(0deg) rotateZ(-360deg);
  }
}
@keyframes featured-item {
  from {
    transform: translateZ(-200px) rotateY(-20deg);
  }
  to {
    transform: translateZ(-200px) rotateY(-40deg);
  }
}
@keyframes loading-achievement {
  0% {
    transform: translateZ(0px);
    opacity: 1;
  }
  100% {
    transform: translateZ(-300px);
    opacity: 0;
  }
}
@keyframes loaded-achievement {
  0% {
    transform: translateZ(300px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0px);
    opacity: 1;
  }
}
@keyframes dash-offset-a {
  to {
    stroke-dashoffset: 53;
  }
}
@keyframes dash-offset-b {
  to {
    stroke-dashoffset: -45;
  }
}
@keyframes dash-offset-c {
  to {
    stroke-dashoffset: 68;
  }
}
@keyframes dash-offset-d {
  to {
    stroke-dashoffset: 1020;
  }
}
@keyframes torch {
  0% {
    background-color: rgba(255, 231, 188, 0.5);
    background-position: 60% 50%;
  }
  100% {
    background-color: rgba(255, 231, 188, 0.25);
    background-position: 40% 50%;
  }
}
@keyframes video-filter {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 0% 200%;
  }
}
@keyframes flickerPulse {
  0% {
    opacity: 0.6;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0;
  }
}
@keyframes arrow-stroke-animation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -100;
  }
}
@keyframes arrow-outline-stroke-animation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: 956;
  }
}
@keyframes warning-sign-stroke-animation {
  0% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -133;
  }
}
@keyframes arrow-fade {
  0% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.5;
  }
}/*# sourceMappingURL=style.css.map */