@charset "UTF-8";
/*-------------------------------------------------------------------------------------------------*/
/* PARTIALS ---------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* PARTIALS ---------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FONTS ------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.material-icons {
  font-family: "Material-Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material-Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIconsOutlined-Regular.otf") format("truetype");
}
@font-face {
  font-family: "MainFont-Regular";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MainFont-Medium";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MainFont-Light";
  src: url("../fonts/Rubik-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MainFont-Bold";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* FONTS */
/*-------------------------------------------------------------------------------------------------*/
/* GLOBAL VARIABLES -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* BREAKPOINTS ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* MAIN COLORS ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* NEUTRAL */
/* PRIMARY */
/* SECONDARY */
/* SUCCESS */
/* WARNING */
/* ERROR */
/* WHITE BLACK */
/* FILTERS */
/*-------------------------------------------------------------------------------------------------*/
/* BUTTONS ----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* TEXT -------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* MISC -------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY SETUP -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FORM AND INPUT ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* MODALS -----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* NAVIGATION -------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* CARDS ------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* SCROLLBARS -------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* VERTICAL NAVIGATION ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* SEARCH -----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* UNITY MAIN MENU --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* UNITY OBJECT MENU ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* GLOBAL VARIABLES */
/*-------------------------------------------------------------------------------------------------*/
/* FORMS ------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FLUID TYOGRAPHY --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FLUID TYPOGRAPHY */
.headline {
  padding-bottom: 20px;
}

.formContainer {
  display: flex;
  justify-content: center;
  flex-flow: column;
  opacity: 0;
  margin-left: 10px;
  margin-right: 10px;
  padding: 30px;
  width: auto;
  max-width: 800px;
  background-color: transparent;
  border-radius: 15px;
  background-color: #1f232f;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 16px rgba(0, 0, 0, 0.3);
  animation: fadein 0.2s forwards;
}
.formContainer h1, .formContainer p {
  color: #FFFFFF;
}

.login-logo {
  max-width: 320px;
  width: 100%;
  margin-bottom: 1rem;
}

form {
  /* NEW FORM */
}
form .input-buttons {
  margin-top: 40px;
}
form input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
form input::-webkit-caps-lock-indicator {
  visibility: hidden;
  display: none !important;
}
form input::-webkit-credentials-auto-fill-button {
  visibility: hidden;
  display: none !important;
}
form input::-ms-clear {
  visibility: hidden;
  display: none !important;
}
form input::-ms-reveal {
  visibility: hidden;
  display: none !important;
}
form input#password[type=password] + .show-toggle:before,
form input#password_confirmation[type=password] + .show-toggle:before {
  content: "\e8f4";
  color: white !important;
}
form label {
  color: #fffff6;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.5rem;
}
form button:hover {
  cursor: pointer;
}
form input, form textarea, form select {
  box-sizing: border-box;
  background: transparent;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid white;
  padding: 15px 40px 15px 50px;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  font-size: 0.8rem;
  display: block;
  font-size: 0.9rem;
  font-size: clamp(0.9rem, 0.7636363636rem + 0.6818181818vw, 1.2rem);
  background-color: #363e4e;
}
form input, form textarea {
  width: 100%;
}
form ::-moz-placeholder {
  color: #ffffff;
  opacity: 1;
}
form ::placeholder {
  color: #ffffff;
  opacity: 1;
}
form :-ms-input-placeholder {
  color: #ffffff;
}
form ::-ms-input-placeholder {
  color: #ffffff;
}
form .headline {
  margin-bottom: 1rem;
}
form .input-group:not(.checkbox) {
  position: relative;
  display: block;
  height: 75px;
  margin-bottom: 1rem;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}
form .input-group.checkbox {
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: revert;
}
form .input-group.checkbox input {
  width: 40px;
  height: 40px;
  margin: 0 20px 0 0;
}
form .round {
  position: relative;
}
form .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  left: 0;
  position: absolute;
  top: 0;
  width: 28px;
}
form .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 8px;
  transform: rotate(-45deg);
  width: 12px;
}
form .round input[type=checkbox] {
  visibility: hidden;
}
form .round input[type=checkbox]:checked + label {
  background-color: #1DB954;
  border-color: #009133;
}
form .round input[type=checkbox]:checked + label:after {
  opacity: 1;
}
form .person-icon:before {
  content: "\e8a6";
}
form .email-icon:before {
  content: "\e0be";
}
form .password-icon:before {
  content: "\e897";
}
form .message-icon:before {
  content: "\e0c9";
}
form .show-toggle:before {
  content: "\e897";
  color: red !important;
}
form .hide-toggle:before {
  content: "\e0be";
  color: green !important;
}
form [class*=-icon]:before {
  position: absolute;
  font-family: "Material-Icons";
  display: flex;
  align-items: center;
  color: #fffff6;
  top: 15px;
  left: 15px;
  z-index: 1px;
}
form [class*=-toggle]:before {
  position: absolute;
  font-family: "Material-Icons";
  display: flex;
  align-items: center;
  color: red;
  top: 15px;
  right: 45px;
}
form input#password[type=text] + .show-toggle:before {
  content: "\e8f5";
  color: white !important;
}
form input#password[type=text] + .show-toggle.grey:before {
  content: "\e8f5";
  color: grey !important;
}
form input#password[type=password] + .show-toggle:before {
  content: "\e8f4";
  color: white !important;
}
form input#password[type=password] + .show-toggle.grey:before {
  content: "\e8f4";
  color: grey !important;
}
form input#newPassword[type=text] + .show-toggle:before {
  content: "\e8f5";
  color: white !important;
}
form input#newPassword[type=text] + .show-toggle.grey:before {
  content: "\e8f5";
  color: grey !important;
}
form input#newPassword[type=password] + .show-toggle:before {
  content: "\e8f4";
  color: white !important;
}
form input#newPassword[type=password] + .show-toggle.grey:before {
  content: "\e8f4";
  color: grey !important;
}
form input#password_confirmation[type=text] + .show-toggle:before {
  content: "\e8f5";
  color: white !important;
}
form input#password_confirmation[type=text] + .show-toggle.grey:before {
  content: "\e8f5";
  color: grey !important;
}
form input#password_confirmation[type=password] + .show-toggle:before {
  content: "\e8f4";
  color: white !important;
}
form input#password_confirmation[type=password] + .show-toggle.grey:before {
  content: "\e8f4";
  color: grey !important;
}
form .clearField > [data-clear-input] {
  color: #fffff6;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  display: none;
  position: absolute;
  right: 0;
  height: 100%;
  font-weight: bold;
  padding: 0 0.2em;
  cursor: pointer;
}
form .clearField > [data-clear-input]:before {
  content: "\e5cd";
  font-family: "Material-Icons";
  display: flex;
  align-items: center;
  color: white;
}
form .clearField > input::-ms-clear {
  display: none;
}
form .showPassword > [data-show-input] {
  color: #fffff6;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  display: none;
  position: absolute;
  right: 0;
  height: 100%;
  font-weight: bold;
  padding: 0 0.2em;
  cursor: pointer;
}
form .showPassword > [data-show-input]:before {
  content: "\e8f4";
  font-family: "Material-Icons";
  display: flex;
  align-items: center;
  color: white;
}
form .showPassword > [data-show-input].hidePassword:before {
  content: "\e8f5";
  font-family: "Material-Icons";
  display: flex;
  align-items: center;
  color: white;
}
form .showPassword > input::-ms-clear {
  display: none;
}
form .title {
  margin-bottom: 2rem;
}
form .hidden {
  display: none;
}
form .icon {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  pointer-events: none;
  z-index: 2;
}
form .icon.icon-for-label {
  top: 0;
  right: 0;
}
form .icon.icon-success {
  fill: #1DB954;
}
form .icon.icon-error {
  fill: #FF0033;
}
form .icon.icon-question {
  fill: #ff0033;
  position: absolute;
  z-index: 0;
  pointer-events: all;
  top: unset;
  right: unset;
}
form .icon.icon-showhide {
  fill: #FFFFFF;
  right: 40px;
}
form .label {
  font-weight: bold;
  display: block;
  color: #F0F0F0;
  margin-bottom: 0.25rem;
}
form .input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  line-height: 1.25;
  background: transparent;
  border-radius: 5px;
  color: #ffffff;
  border: 1px solid white;
  padding: 15px 40px 15px 50px;
  font-size: 0.9rem;
  font-size: clamp(0.9rem, 0.7636363636rem + 0.6818181818vw, 1.2rem);
  display: block;
  background-color: #363e4e;
}
form .input::-moz-placeholder {
  color: #a0aec0;
}
form .input::placeholder {
  color: #a0aec0;
}
form .input.input-error {
  border: 1px solid #F4083E;
}
form .input.input-error:focus {
  border: 1px solid #F4083E;
}
form .input:focus {
  outline: none;
  border: 1px solid #a0aec0;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  background-clip: padding-box;
}
form textarea::-moz-placeholder {
  color: #a0aec0;
}
form textarea::placeholder {
  color: #a0aec0;
}
form .error-message {
  font-size: 0.85rem;
  font-size: clamp(0.85rem, 0.7818181818rem + 0.3409090909vw, 1rem);
  color: red;
}
form input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #363e4e inset; /* Change the color to your own background color */
  -webkit-text-fill-color: #ffffff;
}
form input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 1000px #363e4e inset;
  -webkit-text-fill-color: #ffffff;
}
form .slideUp {
  animation: slide-up 0.4s ease;
}
@keyframes slide-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* FORMS */
/*-------------------------------------------------------------------------------------------------*/
/* UPPY -------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
#uppy .uppy-Root {
  height: 50vh;
}

file-metadata-snapshot-component > #uppy > .uppy-Root {
  height: unset;
}

/* UPPY */
/*-------------------------------------------------------------------------------------------------*/
/* STORAGE BREADCRUMBS ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
#storageBreadCrumbs {
  display: flex;
  justify-content: start;
  flex-wrap: wrap;
  position: relative;
}
#storageBreadCrumbs ul {
  display: flex;
}
#storageBreadCrumbs button {
  margin: 0 0 10px 0;
  border-radius: 50px;
  border: none;
  padding: 5px 10px 5px 10px;
  font-size: 14px;
  background-color: #838383;
  color: #FFFFFF;
  transition: all 0.2s ease-in-out;
}
#storageBreadCrumbs button:hover {
  cursor: pointer;
  color: #FFFFFF;
  background-color: #4A4A4A;
}
#storageBreadCrumbs li:nth-last-child(n+2):after {
  content: "​";
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%23767676' stroke-width='2' stroke-linecap='round' stroke-linejoin='round%5C'%3E%3Cpolyline points='9 18 15 12 9 6'%3E%3C/polyline%3E%3C/svg%3E") center/16px 16px no-repeat;
  width: 16px;
  margin: 0 8px;
}

/* STORAGE BREADCRUMBS */
/*-------------------------------------------------------------------------------------------------*/
/* MODAL ------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FLUID TYOGRAPHY --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FLUID TYPOGRAPHY */
modal-component, modal-create-component, modal-confirm-template-component, modal-delete-component, modal-edit-component, modal-duplicate-component, modal-addcollection-component, modal-share-component {
  position: absolute;
  z-index: 99999;
}

@media screen and (max-width: 850px) {
  .modal-imageviewer {
    display: flex;
    flex-flow: row;
    width: 100%;
  }
}

.modal-description {
  height: 50vh;
  overflow: scroll;
}
.modal-description.modal-fullsize {
  width: 300px;
  /*  height: 100vh;  
   flex: initial;*/
  overflow-y: auto;
  overflow-x: auto;
  border-left: 1px solid gray;
  padding: 0 20px 0 20px;
  margin: 0 0 0 20px;
  max-width: 25vw;
}
@media screen and (max-width: 815px) {
  .modal-description.modal-fullsize {
    display: flex;
    width: 100%;
    height: unset !important;
    border-left: unset;
    overflow: scroll;
    padding: 0 0 0 0;
    margin: 0 0 0 0.1px;
    max-width: unset;
  }
}
@media screen and (max-width: 815px) and (orientation: landscape) {
  .modal-description.modal-fullsize {
    max-width: 50vw;
  }
}

.modal-component {
  position: absolute;
  z-index: 99999;
}

.sized-bar {
  display: inline-block;
  position: relative;
}
.sized-bar:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #C5C5C5;
  width: 100%;
  transform: translateX(-50%);
  bottom: -15px;
  left: 50%;
}

.wrapper {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transform: scale(1.1);
  transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
  z-index: 1;
}

.toggle {
  display: none;
}

.visible {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}

.m {
  overflow: hidden;
}

.modal::-webkit-scrollbar {
  display: none;
}

.modal {
  position: fixed;
  padding: 10px;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: auto;
  display: flex;
  -moz-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
  transition: background 0.5s ease 0.06s;
}
.modal.modal-fullsize {
  background: rgb(0, 0, 0);
  padding: unset;
}
.modal .modalContainer {
  max-width: 800px;
  width: 100%;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.85);
  border-radius: 10px;
  z-index: 11;
}
.modal .modalContainer.show {
  transform: scale(1);
  transition: all 0.3s ease 0s;
  display: flex !important;
  flex-flow: column;
  height: unset;
}
.modal .modalContainer.show.modal-fullsize {
  max-width: initial;
  width: 100%;
  height: 100%;
}
.modal .modalContainer.pushdown {
  transform: scale(0.98) translateY(-20px);
  transition: all 0.5s ease 0s;
  box-shadow: 0px 0px 0px 0px rgba(30, 30, 30, 0.4);
  opacity: 0;
}
.modal .modalContainer.pushdown.show {
  box-shadow: 0px -20px 80px 0px rgba(30, 30, 30, 0.4);
  opacity: 1;
}
.modal .modalContainer ::-webkit-scrollbar {
  width: 15px;
}
.modal .modalContainer ::-webkit-scrollbar-track {
  background: transparent;
}
.modal .modalContainer ::-webkit-scrollbar-thumb {
  background: transparent;
  border-radius: 10px;
  border: 2px solid #1b1d1f;
  box-shadow: 0px 0px 0px 100000vh #1b1d1f;
}
.modal .modalContainer ::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
}
.modal .modalContainer.fullSize {
  max-width: 100%;
  height: 100%;
}
.modal .modalHeaderContainer {
  background: #FFFFFF;
  word-break: break-all;
  white-space: pre-wrap;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 1rem;
  border-radius: 10px 10px 0 0;
  color: #fff;
}
.modal .modalHeaderContainer.glass {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: none;
}
.modal .modalHeaderContainer.glass h1 {
  color: #FFFFFF;
}
.modal .modalHeaderContainer h1, .modal .modalHeaderContainer h2, .modal .modalHeaderContainer h3, .modal .modalHeaderContainer h4, .modal .modalHeaderContainer h5, .modal .modalHeaderContainer h6 {
  font-family: "MainFont-Medium", Arial, Helvetica, sans-serif;
  margin-bottom: unset;
}
.modal .modalHeaderContainer p {
  margin: unset;
}
.modal .modalHeaderContainer > .modalClose, .modal .modalHeaderContainer > .modalActionButton {
  font-family: "HeadlineFont-Regular", Arial, Helvetica, sans-serif;
  text-align: right;
  padding: inherit;
  margin-left: auto;
  text-decoration: none;
  color: #4A4A4A;
  border: 1px solid #C5C5C5;
  border-radius: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  background: inherit;
  font-size: 1rem;
}
.modal .modalHeaderContainer > .modalClose:hover, .modal #catalogselection .modalHeaderContainer > ol.modalClose.selected, #catalogselection .modal .modalHeaderContainer > ol.modalClose.selected, .modal .modalHeaderContainer > .modalActionButton:hover, .modal #catalogselection .modalHeaderContainer > ol.modalActionButton.selected, #catalogselection .modal .modalHeaderContainer > ol.modalActionButton.selected {
  cursor: pointer;
}
.modal .modalHeaderContainer > .modalClose > :hover, .modal #catalogselection .modalHeaderContainer > .modalClose > ol.selected, #catalogselection .modal .modalHeaderContainer > .modalClose > ol.selected, .modal .modalHeaderContainer > .modalActionButton > :hover, .modal #catalogselection .modalHeaderContainer > .modalActionButton > ol.selected, #catalogselection .modal .modalHeaderContainer > .modalActionButton > ol.selected {
  cursor: pointer;
}
.modal .modalHeaderContainerbutton.modalClose {
  color: #4A4A4A;
  border: 1px solid #C5C5C5;
  background-color: transparent;
  transition: all 0.2s ease-in-out;
  border-radius: 50px;
}
.modal .modalHeaderContainerbutton.modalClose:hover, .modal #catalogselection ol.modalHeaderContainerbutton.modalClose.selected, #catalogselection .modal ol.modalHeaderContainerbutton.modalClose.selected {
  color: #fff;
  border: 1px solid #C5C5C5;
  background-color: #4A4A4A;
}
.modal .modalBody {
  background: #FFFFFF;
  position: relative;
  border: none;
  padding: 2%;
  display: flex;
  border-bottom: 1px solid #afafaf;
  max-height: 50vh;
  flex-flow: column;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  /* MODAL FORM */
  /* END MODAL FORM */
}
.modal .modalBody::-webkit-scrollbar {
  display: none;
}
.modal .modalBody.modal-fullsize {
  max-height: 100vh;
  height: 100%;
  flex: 1 1 100%;
}
.modal .modalBody .imgframe {
  margin: 15px 0 15px 0;
  padding: 5px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal .modalBody img.infoicon {
  width: 20px;
  height: auto;
}
.modal .modalBody form {
  padding: 10px;
  flex: 1;
}
.modal .modalBody.glass {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: none;
}
.modal .modalBody.glass h1 {
  color: #FFFFFF;
}
.modal .modalBody h1,
.modal .modalBody h2,
.modal .modalBody h3,
.modal .modalBody h4,
.modal .modalBody h5 {
  font-family: "MainFont-Medium", Arial, Helvetica, sans-serif;
  inline-size: auto;
  overflow-wrap: break-word;
  color: #1C1C1C;
  margin-bottom: 1.5%;
  margin-top: 1.5%;
}
.modal .modalBody ul {
  list-style-type: none;
}
.modal .modalBody li {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
}
.modal .modalBody #updatePasswordForm input {
  padding: 15px 15px 15px 50px;
}
.modal .modalBody #updatePasswordForm [class*=-icon]:before {
  color: #393939;
  opacity: 0.8;
}
.modal .modalBody #updatePasswordForm ::-moz-placeholder {
  color: #393939;
  opacity: 0.8;
}
.modal .modalBody #updatePasswordForm ::placeholder {
  color: #393939;
  opacity: 0.8;
}
.modal .modalBody #updatePasswordForm :-ms-input-placeholder {
  color: #393939;
}
.modal .modalBody #updatePasswordForm ::-ms-input-placeholder {
  color: #393939;
}
.modal .modalBody textarea {
  resize: none;
}
.modal .modalBody input, .modal .modalBody textarea, .modal .modalBody select {
  background-color: #ffffff;
  border: 1px solid #4A4A4A;
  padding: 15px 15px 15px 15px;
  margin: 10px 0 0 0;
  width: 100%;
  color: #393939;
}
.modal .modalBody img.m-img {
  max-width: 250px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
@media screen and (max-width: 850px) {
  .modal .modalBody img.m-img {
    width: 100%;
    max-width: 850px;
    max-height: 250px;
  }
}
.modal .modalBody .input-group:not(.checkbox) {
  height: unset;
}
.modal .modalBody p {
  margin-bottom: 0;
  font-size: 0.8rem;
  font-size: clamp(0.8rem, 0.6181818182rem + 0.9090909091vw, 1.2rem);
}
.modal .modalBody h1 {
  font-family: "MainFont-Medium", Arial, Helvetica, sans-serif;
  text-shadow: none;
}
.modal .modalBody h4 {
  color: black;
}
.modal .modalBody label {
  font-size: 0.5rem;
  font-weight: 200;
  font-family: "HeadlineFont-Regular", Arial, Helvetica, sans-serif;
  color: #393939;
}
.modal .modalBody form label {
  font-size: unset;
}
.modal .modalBody #socialCopyBtn {
  font-weight: bold;
  flex: 45%;
  padding: 0;
  margin: 0;
}
.modal .modalBody .modalBody h2 {
  color: grey;
  text-shadow: none;
  font-size: 1.5rem;
}
@media (max-width: 815px) {
  .modal .modalBody .modalBody h2 {
    margin-bottom: 1rem;
    line-height: 1;
  }
}
.modal .modalBody .modalBody p, .modal .modalBody .modalBody p a {
  color: #4A4A4A;
}
.modal .modalBody .modalBody p a, .modal .modalBody .modalBody p a:hover {
  text-decoration: underline;
}
.modal .modalButtons {
  text-align: right;
  padding: 2%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  background: #FFFFFF;
  border-radius: 0 0 10px 10px;
}
.modal .modalButtons.glass {
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.4);
  border-bottom: none;
}
.modal .modalButtons.glass h1 {
  color: #FFFFFF;
}
.modal .modalButtons button {
  font-family: "MainFont-Bold", Arial, Helvetica, sans-serif;
  /* background: transparent; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  margin: 5px;
  min-width: 100px;
  max-width: 220px;
  border-radius: 10px;
  margin-right: unset;
  margin: 0 1% 0 1%;
  padding: 0 1.5% 0 1.5%;
  width: 100%;
  border: none;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
}
.modal .modalButtons button:hover {
  cursor: pointer;
}
.modal .modalButtons button.modalClose {
  color: #FFFFFF;
  border: none;
  background-color: #C5C5C5;
  transition: all 0.2s ease-in-out;
  border-radius: 10px;
}
.modal .modalButtons button.modalClose:hover {
  color: #fff;
  border: none;
  background-color: #696969;
}
.modal .modalButtons button.modalClose.hollow {
  color: #FE9300;
  border: 1px solid #FE9300;
  background-color: transparent;
}
.modal .modalButtons button.modalClose.hollow:hover {
  color: #fff;
  background-color: #D17900;
}
.modal .modalButtons button.modalActionButton {
  color: #FFFFFF;
  background-color: #FE9300;
  transition: all 0.2s ease-in-out;
}
.modal .modalButtons button.modalActionButton:disabled, .modal .modalButtons button.modalActionButton[disabled] {
  border: 1px solid #393939;
  background-color: transparent;
  color: #393939;
}
.modal .modalButtons button.modalActionButton:disabled:hover, .modal .modalButtons button.modalActionButton[disabled]:hover {
  cursor: not-allowed;
  background-color: #393939;
  color: #fff;
}
.modal .modalButtons button.modalActionButton:hover {
  background-color: #D17900;
  color: #fff;
}
.modal.delete .icon-modal {
  max-width: 100px;
  height: auto;
}
.modal.delete .modalBody {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: unset;
}
.modal.delete .modalBody .flex-column-override {
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.modal.delete button.modalActionButton {
  background-color: #F44545;
  border: none;
  color: #FFFFFF;
}
.modal.delete button.modalActionButton:hover {
  color: #fff;
  background-color: #B91C1C;
}
.modal.delete .modalHeaderContainer {
  background-color: #FFFFFF;
}
.modal.addcollection .modalBody.flex-column-override {
  margin-left: 20px;
  justify-content: center;
  flex-flow: column;
}
.modal.duplicate .icon-modal {
  max-width: 100px;
  height: auto;
}
.modal.duplicate .modalBody {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  border-bottom: unset;
}
.modal.duplicate .modalBody .flex-column-override {
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
.modal.duplicate .modalHeaderContainer {
  background-color: #FFFFFF;
}
.modal.success .modalBody .flex-column {
  justify-content: center;
  margin-bottom: 20px;
}
.modal.success .modalBody .flex-column h4 {
  margin-top: 20px;
}
.modal.account .modalBody .userDetails p {
  margin-top: unset;
}
.modal.account .modalBody #updateUserPic {
  margin-top: 10px;
}
.modal.account .modalBody .imgframe {
  border-radius: 10px;
  width: 200px;
  height: 200px;
  max-width: 200px;
  max-height: 200px;
  display: flex;
  flex-flow: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
@media screen and (max-width: 850px) {
  .modal.account .modalBody .imgframe {
    width: 100px;
    height: 100px;
  }
}
.modal.account .modalBody .imgframe img {
  max-width: 250px;
  height: 100%; 
  -o-object-fit: contain;
     object-fit: contain; 
}
@media screen and (max-width: 850px) {
  .modal.account .modalBody .imgframe img {
    padding: 10px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.modal .showdetails .modalContainer .modalClose {
  position: absolute;
  z-index: 9;
  right: 0;
  padding: 15px;
}
.modal .showdetails .modalContainer .modalBody {
  padding: 0;
  border-radius: 5px 5px 0 0;
  overflow-y: hidden;
}
.modal .showdetails .modalContainer .modalBody .imgframe {
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: flex-end;
  padding: 0;
  max-height: 300px;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
}
.modal .showdetails .modalContainer .modalBody .imgframe p {
  color: #fff;
}
.modal .showdetails .modalContainer .modalBody .saganDetails {
  background: rgba(0, 0, 0, 0.8);
  padding: 15px;
}
.modal .showdetails .modalContainer .modalBody .saganDetails p {
  line-height: 0.5rem;
  font-size: 16px;
}

#modalMessage {
  display: flex;
  justify-content: center;
  position: absolute;
  z-index: 99999;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  right: 0;
  top: 0;
  color: white;
  background: rgba(0, 0, 0, 0.9);
}
#modalMessage p {
  align-self: center;
  color: #fff;
}

/* MODAL */
/*-------------------------------------------------------------------------------------------------*/
/* TOURS ------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
unitywebui-tour-menu-component {
  overflow: hidden;
  position: absolute;
  margin: 10px;
  right: 0;
  top: 0;
  perspective: 500px;
  transform: rotateX(0deg) rotateY(90deg);
  transform-style: preserve-3d;
  animation: slideInRight ease-in-out 0.5s forwards;
  padding-left: env(safe-area-inset-left);
  padding-right: env(safe-area-inset-right);
}

unitywebui-tour-stop-carousel-card-component {
  /*   max-width: 200px;
    min-width: 200px; */
  max-height: 200px;
  min-width: 200px;
}
@media (max-width: 815px) {
  unitywebui-tour-stop-carousel-card-component {
    /*     max-width: 150px;
        min-width: 150px; */
    max-height: 150px;
    min-width: 150px;
  }
}
unitywebui-tour-stop-carousel-card-component:hover {
  cursor: pointer;
}

#data_tourStopCarousel {
  overflow-x: scroll;
  width: 100%;
}

.btn-tour-menu {
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 80px;
  max-width: 80px;
  padding: 5px;
  border-radius: 10px;
  border: none;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn-tour-menu img:not(unitywebui-tour-control-component) {
  width: 20px;
}
@media (max-width: 815px) {
  .btn-tour-menu {
    font-size: 12px;
    width: 50px;
    height: 50px;
  }
  .btn-tour-menu:not(#btn_previousStop):not(#btn_nextStop) img {
    width: 15px;
    padding-bottom: 0 !important;
  }
}
.btn-tour-menu:hover, #catalogselection ol.btn-tour-menu.selected {
  cursor: pointer;
}
.btn-tour-menu.chevron {
  width: 40px;
  height: 40px;
}
.btn-tour-menu.chevron.left {
  transform: rotate(180deg);
}
.btn-tour-menu.chevron.right {
  transform: rotate(-180deg);
}
.btn-tour-menu.transparent {
  background-color: transparent;
}

unitywebui-tour-stop-information-component {
  overflow: hidden;
  position: absolute;
  margin: 10px;
  left: 0;
  top: 0;
  min-width: 50%;
  max-width: 50%;
  perspective: 500px;
  transform: rotateX(0deg) rotateY(90deg);
  transform-style: preserve-3d;
  animation: slideInLeft ease-in-out 0.5s forwards;
}
@media (max-width: 815px) {
  unitywebui-tour-stop-information-component h1 {
    font-size: 15px !important;
  }
  unitywebui-tour-stop-information-component p {
    font-size: 12px !important;
    line-height: 1.5 !important;
  }
}

unitywebui-tour-control-component {
  overflow: hidden;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 0%);
  display: inline-block;
  position: fixed;
  perspective: 500px;
  transform: rotateX(0deg) rotateY(90deg);
  transform-style: preserve-3d;
  animation: slideUpCenter ease-in-out 0.5s forwards;
}

unitywebui-tour-stop-carousel-component {
  overflow: hidden;
  width: 95%;
  left: 50%;
  bottom: 5%;
  transform: translate(-50%, 0%);
  display: inline-block;
  position: fixed;
  background: rgb(0, 0, 0);
  padding: 2%;
  border-radius: 10px;
  perspective: 500px;
  transform: rotateX(0deg) rotateY(90deg);
  transform-style: preserve-3d;
  animation: slideUpCenter ease-in-out 0.5s forwards;
}
@media (max-width: 815px) {
  unitywebui-tour-stop-carousel-component {
    padding: 1%;
  }
}

.tourStopCard {
  border: 1px solid white;
  border-radius: 10px;
  height: 150px;
  display: flex;
  flex-direction: column;
}

unitywebui-tour-audio-control-component, unitywebui-tour-transition-audio-control-component {
  overflow: hidden;
  left: 50%;
  bottom: 15%;
  transform: translate(-50%, 0%);
  display: inline-block;
  position: fixed;
  perspective: 500px;
  transform: rotateX(0deg) rotateY(90deg);
  transform-style: preserve-3d;
  animation: slideUpCenter ease-in-out 0.5s forwards;
}
@media screen and (max-width: 815px) and (orientation: landscape) {
  unitywebui-tour-audio-control-component, unitywebui-tour-transition-audio-control-component {
    bottom: 25%;
  }
}

#tourStopInformation, #tourControl {
  background: rgba(0, 0, 0, 0.4);
  padding: 2%;
  border-radius: 10px;
}

@media screen and (orientation: landscape) {
  #fullTourDescription.fadein {
    max-height: 50vh !important;
  }
}
#tourStopInformationContainer {
  max-height: 25vh;
}

#fullTourDescription {
  max-height: 50vw;
  overflow-y: auto;
}

.btn-box {
  border-radius: 5px;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
}

#tourProgress {
  border-left: 1px solid white;
  border-right: 1px solid white;
  padding-left: 15px;
  padding-right: 15px;
}
@media (max-width: 815px) {
  #tourProgress p {
    font-size: 12px;
    line-height: 1.5;
  }
}

.cameraPerspective {
  position: fixed;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  z-index: 999;
}

#data_RoomTours, #data_RoomTourStopListing {
  overflow-y: scroll;
}

.tour-thumbnail {
  width: 100%;
  max-width: 100px;
  height: auto;
  border: 1px solid white;
  border-radius: 10px;
}
@media (max-width: 815px) {
  .tour-thumbnail {
    width: 40px;
  }
}

#data_RoomTours p {
  font-size: 15px;
}

.btn-tour {
  background-color: transparent;
  color: #FE9300;
  background: transparent;
  border: 1px solid #FE9300;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  min-height: 35px;
  min-width: 100px;
  max-width: 200px;
  white-space: nowrap;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn-tour.solidbg {
  background-color: #4A4A4A;
  border: 1px solid #FE9300;
}
.btn-tour.solidbg-orange {
  background-color: #FE9300;
  border: 1px solid #FE9300;
}
.btn-tour.white {
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
.btn-tour:hover, #catalogselection ol.btn-tour.selected {
  color: white;
  background-color: #FE9300;
  cursor: pointer;
}
.btn-tour:hover .svg-orange, #catalogselection ol.btn-tour.selected .svg-orange {
  filter: invert(99%) sepia(2%) saturate(308%) hue-rotate(145deg) brightness(120%) contrast(100%);
}
.btn-tour:hover .svg-chevron path, #catalogselection ol.btn-tour.selected .svg-chevron path {
  fill: #ffffff;
}
.btn-tour:disabled, .btn-tour[disabled] {
  border: 1px solid #454c5b;
  background-color: #555e70;
  color: #FFFFFF;
  cursor: not-allowed;
}

/* TOURS */
/*-------------------------------------------------------------------------------------------------*/
/* BUTTONS ----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FLUID TYOGRAPHY --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FLUID TYPOGRAPHY */
.button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 100px;
  width: 100%;
  border-radius: 10px;
  padding: 5px;
  border: none;
  margin-right: 20px;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: all 0.2s ease-in-out;
}
.button.orange {
  color: #FFFFFF;
  background: #FE9300;
}
.button.warning {
  color: #FFFFFF;
  background: #B91C1C;
}
.button.warning:hover, #catalogselection ol.button.warning.selected {
  background: #930B0B;
}
.button.grey {
  color: #FFFFFF;
  background: #4A4A4A;
}
.button.blue {
  color: #FFFFFF;
  background: #0A4274;
}
.button:hover, #catalogselection ol.button.selected {
  cursor: pointer;
}
@media screen and (max-width: 850px) {
  .button {
    min-width: unset;
    margin-left: 0px;
  }
}

/* UNITY MENU BUTTONS */
.menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  /* padding: 10px; */
  border-radius: 10px;
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
  font-size: 15px;
}
.menu-btn.no-border {
  border: unset;
}
.menu-btn.square {
  width: 40px;
  height: 40px;
}
.menu-btn.grey {
  color: #FFFFFF;
  background: #4A4A4A;
}
.menu-btn:hover, #catalogselection ol.menu-btn.selected {
  cursor: pointer;
}

.btn-hollow {
  background-color: transparent;
  color: #0a4274;
  background: transparent;
  border: 1px solid #0A4274;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  min-width: 100px;
  max-width: 200px;
  white-space: nowrap;
  border-radius: 10px;
  padding: 0 20px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.btn-hollow.orange {
  color: #FFFFFF;
  border: 1px solid #FE9300;
}
.btn-hollow.orange:hover, #catalogselection ol.btn-hollow.orange.selected {
  background: #FE9300;
  cursor: pointer;
}
.btn-hollow:hover, #catalogselection ol.btn-hollow.selected {
  color: white;
  background-color: #0A4274;
  cursor: pointer;
}
.btn-hollow:hover .svg-chevron path, #catalogselection ol.btn-hollow.selected .svg-chevron path {
  fill: #ffffff;
}

.formContainer .button {
  border-radius: 50px;
  background-color: #555e70;
  color: white;
  border: 1px solid white;
  width: 50%;
  align-self: center;
  margin: 50px 0 50px 0;
  max-width: 250px;
  width: 100%;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
  flex-grow: 1;
  margin: 10px;
  width: 50%;
  padding: 10px;
  transition: background-color 0.2s ease-in-out;
}
.formContainer .button:hover, .formContainer #catalogselection ol.button.selected, #catalogselection .formContainer ol.button.selected {
  background-color: #0A4274;
  cursor: pointer;
}
.formContainer .button:disabled, .formContainer .button[disabled] {
  border: 1px solid #454c5b;
  background-color: #555e70;
  color: #666666;
  cursor: not-allowed;
}
.formContainer .button.hollow {
  background: transparent;
}
.formContainer .button.hollow:hover, .formContainer #catalogselection ol.button.hollow.selected, #catalogselection .formContainer ol.button.hollow.selected {
  border: 1px solid #FFFFFF;
  box-shadow: inset 0 0 0 25px transparent;
}

/* BUTTONS */
/*-------------------------------------------------------------------------------------------------*/
/* PERCENTAGE BAR ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
storagemeter-componentspan, storagemeter-component p, storagemeter-component div, storagemeter-component small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.percentageContainer {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.percentageContainerspan, .percentageContainer p, .percentageContainer div, .percentageContainer small {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
}

.percentageBar {
  display: inline-flex;
  width: 200px;
  height: 20px;
  overflow: hidden;
  /* padding:15px 0 0 0; */
  margin: 0;
  background: none;
  border: 0;
  border-radius: 15px;
  text-align: left;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.8em;
  /* &:after {
      //margin:-26px 0 0 -7px;
       padding:0;
       display:inline-block; 
       content: attr(value) '%';
   } */
}
.percentageBar::-webkit-progress-bar {
  height: 20px;
  width: 200px;
  margin: 0 auto;
  background-color: #CCC;
  border-radius: 15px;
  box-shadow: 0px 0px 2px #777 inset;
}
.percentageBar::-webkit-progress-value {
  display: inline-block;
  height: 20px;
  margin: 0px -10px 0 0;
  background: #D17900;
  border-radius: 15px;
  box-shadow: 0px 0px 2px #666 inset;
}

/* PERCENTAGEBAR */
/*-------------------------------------------------------------------------------------------------*/
/* HEADER -----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
header {
  display: flex;
  align-items: center;
  position: fixed;
  width: 100%;
  z-index: 5;
  height: 50px;
  /* box-shadow: 0 1px 1px #f4f7f9; */
  /* padding: 0 2vh 0 2vh; */
  padding: 0;
  margin: 0 15px 0 15px;
  justify-content: end;
  /* JG Software Archaeology: margin-bottom was 20px before */
  /* margin-bottom: 20px; */
  background: white;
}

/* MOBILE PANCAKE */
a.mobile {
  display: none;
  border-radius: 10px;
  font-size: 40px;
  background: #05233E;
  box-sizing: border-box;
  cursor: pointer;
  height: 40px;
  position: relative;
  width: 40px;
  min-width: 40px;
}
a.mobile span {
  top: 50%;
  margin: -0.0625em 0 0;
  font-size: inherit;
}
a.mobile span, a.mobile span:before, a.mobile span:after {
  border-radius: 0.1em;
  content: "";
  background: white;
  display: block;
  height: 0.125em;
  left: 50%;
  margin-left: -0.375em;
  position: absolute;
  transition: 0.3s all;
  width: 0.75em;
}
a.mobile span:before {
  transform: translateY(-0.25em);
}
a.mobile span:after {
  transform: translateY(0.25em);
}
a.mobile.active span {
  animation: transition-menu-middle 0.25s 1 forwards;
}
a.mobile.active span:before {
  animation: transition-menu-top 0.25s 1 forwards;
}
a.mobile.active span:after {
  animation: transition-menu-bottom 0.25s 1 forwards;
}
@media screen and (max-width: 815px) {
  a.mobile {
    display: flex;
  }
}
@keyframes transition-menu-top {
  50% {
    transform: translateX(0);
  }
  100% {
    transform: rotate(45deg);
  }
}
@keyframes transition-menu-middle {
  0% {
    background: transparent;
  }
  50% {
    background: transparent;
  }
  51% {
    background: transparent;
  }
  100% {
    background: transparent;
  }
}
@keyframes transition-menu-bottom {
  50% {
    transform: translateX(0);
  }
  100% {
    transform: rotate(-45deg);
  }
}
/* MOBILE PANCAKE */
.access {
  display: flex;
}
.access.show {
  display: flex;
  top: 70px;
  position: absolute;
  right: 0;
  flex-flow: column;
  width: 200px;
  border-radius: 5px;
  background: #1f232f;
}
.access.show .button {
  justify-content: flex-start;
}
.access.show .button div {
  display: block;
}
@media screen and (max-width: 375px) {
  .access {
    flex: 1;
  }
}
@media screen and (max-width: 1040px) {
  .access {
    display: none;
  }
}

.logo {
  display: block;
  max-width: 160px;
  width: 100%;
  height: 100%;
  background: url(../img/sagenverse_logo_dark.svg) no-repeat;
  background-size: 100% 100%;
  margin-right: auto; /* PUSH LOGO TO RIGHT */
}
@media screen and (max-width: 900px) {
  .logo {
    max-width: 30px !important;
    background: url(../img/saganwork_square-01.svg) no-repeat !important;
    background-size: 100% 100%;
    background-position: center !important;
  }
}

#useraccount {
  display: flex;
  flex-flow: row-reverse;
  position: relative;
  align-items: center;
}
#useraccount img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  display: inline-block;
  padding: 2px;
}
#useraccount img:hover {
  cursor: pointer;
}
#useraccount p {
  line-height: 1;
}
#useraccount p:first-of-type {
  font-size: 14px;
  color: #0A4274;
  font-weight: bold;
  font-family: "HeadlineFont-Regular", Arial, Helvetica, sans-serif;
}
@media screen and (max-width: 1190px) {
  #useraccount p:first-of-type {
    display: none;
  }
}
#useraccount p:nth-of-type(2) {
  font-size: 13px;
  color: #D17900;
}
@media screen and (max-width: 1190px) {
  #useraccount p:nth-of-type(2) {
    display: none;
  }
}

/*-------------------------------------------------------------------------------------------------*/
/* HEADER BUTTONS ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
header .button:not(.searchButton) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 40px;
  width: 100%;
  border-radius: 10px;
  padding: 5px;
  border: none;
  margin-right: 20px;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  top: 0;
  transition: top ease-in-out 250ms;
}
header .button:not(.searchButton):hover, header #catalogselection ol.button.selected:not(.searchButton), #catalogselection header ol.button.selected:not(.searchButton) {
  top: -2px;
}
@media screen and (max-width: 850px) {
  header .button:not(.searchButton) {
    margin-left: 0px;
  }
}

header button:hover {
  cursor: pointer;
}

header .createNew, header .close {
  background-color: #D17900;
  color: #F0F0F0;
  padding: 0px 15px 0 15px;
}

header button:disabled,
header button[disabled] {
  cursor: default;
  background-color: #393939;
  color: #F0F0F0;
}

#btnhelp {
  max-width: 40px;
  width: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  background: white;
  color: #0A4274;
  height: 40px;
  font-weight: bold;
  font-family: "HeadlineFont-Regular", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 650px) {
  header img.userpic {
    display: block;
  }
}

header .access button {
  background-color: transparent !important;
  color: #F0F0F0;
  white-space: nowrap;
}
header .access button img {
  width: 30px;
  margin-right: 5px;
}
@media screen and (max-width: 770px) {
  header .access button div {
    display: none;
  }
}

header .inputIcon {
  width: 20px;
  height: 20px;
}

button.btn-sm {
  background-color: transparent;
  color: #ffffff;
  background: #0A4274;
  text-shadow: 0px 1px 0px rgb(0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  min-width: 100px;
  max-width: 200px;
  white-space: nowrap;
  border-radius: 50px;
  padding: 0 20px;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
button.btn-sm.shadow {
  text-shadow: 1px 1px 1px rgb(0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}
button.btn-sm:hover {
  cursor: pointer;
  padding: 0 40px;
  color: #fff;
  border: 1px solid #333;
  background-color: #333;
}

button.btn {
  font-family: "MainFont-Bold", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #FE9300;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  min-height: 35px;
  min-width: 100px;
  max-width: 220px;
  border-radius: 10px;
  margin: 0 1% 0 1%;
  padding: 0 1.5% 0 1.5%;
  width: 100%;
  border: none;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
button.btn:disabled, button.btn[disabled] {
  border: 1px solid #4A4A4A;
  background-color: #696969;
  color: #FFFFFF;
}
button.btn:disabled:hover, button.btn[disabled]:hover {
  cursor: not-allowed;
  background-color: #393939;
  color: #FFFFFF;
}
button.btn:hover {
  background-color: #D17900;
  cursor: pointer;
}

/* 
button.btn {

  background-color: transparent; 
  color: #ffffff;
  border: none;
  background: $primary300;
  text-shadow: 0px 1px 0px rgb(0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); 
  display: inline-flex; 
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 100px;
  max-width:200px;  
  white-space: nowrap;
  border-radius: 50px;
  padding: 0 20px;
  font-size: $buttonfontsize;
  text-decoration: none; 
  transition: all 0.2s ease-in-out;
  &.shadow {
    text-shadow: 1px 1px 1px rgba(0,0,0,1); 
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5); 
  }
  &:hover {
    cursor: pointer;
    padding: 0 40px; 
    color: #fff;
    border: 1px solid #333;
    background-color: #333;

  }
} */
button.btn-orange-sm {
  background-color: #0A4274;
  text-shadow: 0px 1px 0px rgb(0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  min-width: 250px;
  max-width: 100%;
  white-space: nowrap;
  border-radius: 50px;
  padding: 0 20px;
  border: none;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: padding 250ms ease-in-out;
}
button.btn-orange-sm:hover {
  cursor: pointer;
}

button.btn-orange {
  background-color: #0A4274;
  text-shadow: 0px 1px 0px rgb(0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 100px;
  max-width: 100%;
  white-space: nowrap;
  border-radius: 50px;
  padding: 0 20px;
  border: none;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: padding 250ms ease-in-out;
}
button.btn-orange:hover {
  cursor: pointer;
}

button.btn-create-new {
  background-color: #047B57;
  text-shadow: 0px 1px 0px rgb(0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 100px;
  max-width: 150px;
  white-space: nowrap;
  border-radius: 50px;
  padding: 0 20px;
  border: none;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: padding 250ms ease-in-out;
}
button.btn-create-new:hover {
  cursor: pointer;
  padding: 0 40px;
}

button.btn-see-more {
  background: #0A4274;
  text-shadow: 0px 1px 2px rgb(0, 0, 0);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 100px;
  max-width: 150px;
  white-space: nowrap;
  border-radius: 50px;
  padding: 0 20px;
  color: #ffffff;
  font-size: 15px;
  text-decoration: none;
  transition: padding 250ms ease-in-out;
}
button.btn-see-more.orange {
  background-color: #0A4274;
  max-width: 180px;
  padding: 0 20px;
}
button.btn-see-more:hover {
  cursor: pointer;
  padding: 0 40px;
}

/* HEADER */
/*-------------------------------------------------------------------------------------------------*/
/* VERTCIAL NAVIGATION ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
vertical-navigation-component {
  /* MOBILE TOGGLE BUTTON */
  /* INITIAL MEDIA QUERY FOR UNDECIDED MOBILE DESIGN */
}
@media (max-width: 815px) {
  vertical-navigation-component a.mobile {
    position: fixed;
    right: 0;
    z-index: 9;
    margin: 15px;
    border-radius: 10px;
  }
}
@media (max-width: 815px) {
  vertical-navigation-component {
    display: none;
    opacity: 0;
  }
  vertical-navigation-component.active {
    animation: fadeUp 0.5s forwards ease-in-out;
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(10px);
            backdrop-filter: saturate(180%) blur(10px);
    display: block;
    height: auto;
    width: 100%;
    height: 100%;
    opacity: 1;
    position: fixed;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    z-index: 2;
  }
  vertical-navigation-component.active::-webkit-scrollbar {
    display: none;
  }
}
vertical-navigation-component .verticalNavigation {
  width: 190px;
  background: white;
  padding-top: 70px;
  display: flex;
  flex-flow: column;
  flex: 1;
  position: fixed;
  z-index: 1;
  height: 100%;
  /* INITIAL MEDIA QUERY FOR UNDECIDED MOBILE DESIGN */
  /* MAIN NAV SUBSEQUENT DIV'S */
  /* COLLECTIONS */
  /* ORG MANAGEMENT */
  /* SETTINGS */
  /* NAVIGATION BUTTONS */
}
@media (max-width: 815px) {
  vertical-navigation-component .verticalNavigation {
    position: fixed;
    background: transparent;
    display: block;
    height: auto;
    width: 100%;
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 25%;
  }
}
vertical-navigation-component .verticalNavigation > div {
  width: 190px;
  display: flex;
  flex-flow: column;
  margin-top: 40px;
}
@media (max-width: 815px) {
  vertical-navigation-component .verticalNavigation > div {
    width: 50%;
  }
}
vertical-navigation-component .verticalNavigation > div:nth-of-type(2) {
  align-self: center;
}
vertical-navigation-component .verticalNavigation > div:nth-of-type(3) {
  align-self: center;
}
vertical-navigation-component .verticalNavigation > div:nth-of-type(4) {
  border-top: 1px solid #f4f7f9;
  align-self: center;
  margin-top: auto;
}
vertical-navigation-component .verticalNavigation .navbutton {
  border-radius: 15px;
  border: none;
  padding: 5px 5px 5px 5px;
  margin: 5px 5px 5px 5px;
  background: white;
  color: #1c1c1c;
}
vertical-navigation-component .verticalNavigation .navbutton > div {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
vertical-navigation-component .verticalNavigation .navbutton > div img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
vertical-navigation-component .verticalNavigation .navbutton:hover, vertical-navigation-component .verticalNavigation #catalogselection ol.navbutton.selected, #catalogselection vertical-navigation-component .verticalNavigation ol.navbutton.selected {
  background: #0a4274;
  transition: background 0.2s ease-in-out;
  color: white;
  cursor: pointer;
}
vertical-navigation-component .verticalNavigation .navbutton:hover img, vertical-navigation-component .verticalNavigation #catalogselection ol.navbutton.selected img, #catalogselection vertical-navigation-component .verticalNavigation ol.navbutton.selected img {
  filter: invert(99%) sepia(2%) saturate(308%) hue-rotate(145deg) brightness(120%) contrast(100%);
}

/* VERTICAL NAVIGATION */
/*-------------------------------------------------------------------------------------------------*/
/* VERTICAL SCROLL COMPONENT ----------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FILES COMPONENT OVERFLOW HANDLING FOR COMPONENT INSIDE UNITY - TO ALLOW FOR SCROLLING INSIDE HUD DUE TO OVERFLOW HIDDEN ON BODY FOR UNITY AND ADJUST TO CUSTOM UI DESIGN */
unitywebui-files-component vertical-scroll-component {
  overflow-y: scroll;
  height: 100vh;
  height: 62.5vh; /* ADD FOR SCROLLING WHEN HORIZONTAL FOLDERS ARE ADDED */
}

/* OVERFLOW HANDLING FOR COMPONENT INSIDE UNITY - TO ALLOW FOR SCROLLING INSIDE HUD DUE TO OVERFLOW HIDDEN ON BODY FOR UNITY AND ADJUST TO CUSTOM UI DESIGN */
unitywebui-furniture-component vertical-scroll-component {
  overflow-y: scroll;
  height: 100vh;
  height: 100vh; /* ADD FOR SCROLLING WHEN HORIZONTAL FOLDERS ARE ADDED */
}

/* OVERFLOW HANDLING FOR COMPONENT INSIDE UNITY - TO ALLOW FOR SCROLLING INSIDE HUD DUE TO OVERFLOW HIDDEN ON BODY FOR UNITY AND ADJUST TO CUSTOM UI DESIGN */
unity-roomfile-selection-component vertical-scroll-component {
  overflow-y: scroll;
  height: 100vh;
  height: 62.5vh; /* ADD FOR SCROLLING WHEN HORIZONTAL FOLDERS ARE ADDED */
}

/* OVERFLOW HANDLING FOR MAIN VIEW OUTSIDE OF UNITY */
#main vertical-scroll-component {
  overflow: hidden;
  height: initial;
}

/* VERTICAL SCROLL COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* CATEGORY DROPDOWN ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
category-dropdown-component {
  background: transparent;
  position: absolute;
  right: 0;
  border-radius: 10px;
  margin-right: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
  height: 100%;
  align-items: flex-end;
}
category-dropdown-component select {
  background: #0A4274;
  color: white;
  border: none;
  padding: 5px 20px 5px 10px;
  border-radius: 5px;
  width: 40%;
}
category-dropdown-component select:focus {
  outline: none;
}

/* CATEGORY DROPDOWN */
/*-------------------------------------------------------------------------------------------------*/
/* VEIEWCOUNT COMPONENT ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
viewcount-component .view-count {
  display: flex;
  justify-content: center;
  align-self: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  right: 0;
  margin-right: 5px;
  border-radius: 15px;
  padding: 5px 10px 5px 10px;
}
viewcount-component .view-count img {
  width: 25px;
}
viewcount-component .view-count div {
  padding-left: 10px;
  font-size: 14px;
  color: #FFFFFF;
}

/* VIEWCOUNT COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* DROPDOWN COMPONENT -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.dropdown {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0px;
}
.dropdown label {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
  color: #05233E;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  font-weight: 100;
  line-height: 16pt;
}
.dropdown .dropdownbutton {
  display: flex;
  border-radius: 10px;
  background-color: white;
  color: black;
  padding: 5px;
  font-size: 12pt;
  border: none;
  cursor: pointer;
}
.dropdown .dropdownbutton:hover, .dropdown #catalogselection ol.dropdownbutton.selected, #catalogselection .dropdown ol.dropdownbutton.selected, .dropdown .dropdownbutton:focus {
  background-color: grey;
}
.dropdown .dropdownbutton.b-1 {
  border: 1px solid #C5C5C5 !important;
}
.dropdown .dropdowndata {
  display: none;
  border-radius: 10px;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  font-size: 12pt;
}
.dropdown .dropdowndata a {
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #1C1C1C;
  padding: 5px;
  text-decoration: none;
  display: block;
}
.dropdown .dropdowndata a:hover {
  background-color: #ddd;
  border-radius: 10px;
}
.dropdown .show {
  display: block;
}

/* DROPDOWN COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* TOGGLE COMPONENT -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
toggle-component {
  /*  input:checked + .toggleslider {
     background-color: $secondary300;
   }

   input:focus + .toggleslider {
     box-shadow: 0 0 1px $secondary300;
   }
    */
  /* Rounded sliders */
  /* TOGGLE ON OFF */
}
toggle-component .toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
toggle-component sub {
  color: #C5C5C5;
  padding-top: 5px;
  padding-right: 10px;
}
toggle-component .toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
toggle-component .toggleslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4A4A4A;
  transition: 0.4s;
}
toggle-component .toggleslider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #C5C5C5;
  transition: 0.4s;
}
toggle-component input:checked + .toggleslider:before {
  background-color: #FE9300;
  transform: translateX(26px);
}
toggle-component .toggleslider.round {
  border-radius: 34px;
}
toggle-component .toggleslider.round:before {
  border-radius: 50%;
}
toggle-component .hidden {
  display: none;
}
toggle-component .show {
  display: block;
}
toggle-component .on {
  display: none;
}
toggle-component .on,
toggle-component .off {
  color: #C5C5C5;
  position: absolute;
  transform: translate(-50%, -15%);
  top: 15%;
  left: 25%;
  font-size: 10px;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
}
toggle-component .on {
  top: 10px;
}
toggle-component .off {
  left: auto;
  right: -5px;
  top: 10px;
}
toggle-component input:checked + .toggleslider .on {
  display: block;
}
toggle-component input:checked + .toggleslider .off {
  display: none;
}

toggle-component .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}
toggle-component .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
toggle-component .switch input:checked + .toggleswitch {
  background-color: #FE9300;
}
toggle-component .switch input:focus + .toggleswitch {
  box-shadow: 0 0 1px #FE9300;
}
toggle-component .switch input:checked + .toggleswitch:before {
  transform: translateX(26px);
}
toggle-component .toggleswitch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
toggle-component .toggleswitch.round {
  border-radius: 34px;
}
toggle-component .toggleswitch:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}
toggle-component [id$=-hudadvancedtoggle-label] {
  top: 3px;
  position: relative;
  left: 4px;
  color: #5c5858;
}

[class$=-hudadvancedtoggle-switch] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50px;
}

[class$=-hudadvancedtoggle-switch]:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50px;
}

/* TOGGLE COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* GRIDLIST COMPONENT -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.grid-list-button {
  padding: 8px;
  border: 0;
  border-radius: 8px;
  background-color: #05233E;
  outline: none;
  cursor: pointer;
  transition: 0.3s ease-in-out;
}
.grid-list-button :hover, .grid-list-button #catalogselection ol.selected, #catalogselection .grid-list-button ol.selected {
  background-color: grey;
}
.grid-list-button :active {
  transform: scale(0.9);
}
.grid-list-button .icon {
  position: relative;
  display: block;
  width: 24px;
  height: 24px;
}
.grid-list-button .dots i {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background-color: #D17900;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: reverse;
}
.grid-list-button .dots i:nth-child(1) {
  left: 0;
  top: 0;
}
.grid-list-button .dots i:nth-child(2) {
  left: 14px;
  top: 0;
}
.grid-list-button .dots i:nth-child(3) {
  left: 0;
  top: 14px;
}
.grid-list-button .dots i:nth-child(4) {
  left: 14px;
  top: 14px;
}
.grid-list-button .lines i {
  position: absolute;
  right: 0;
  width: 24px;
  height: 3px;
  border-radius: 2px;
  background-color: #ffffff;
  animation-duration: 0.4s;
  animation-fill-mode: forwards;
  animation-direction: reverse;
  transform-origin: 100% 0;
  transform: scaleX(1);
}
.grid-list-button .lines i:nth-child(1) {
  top: 1px;
}
.grid-list-button .lines i:nth-child(2) {
  top: 8px;
}
.grid-list-button .lines i:nth-child(3) {
  top: 15px;
}
.grid-list-button .lines i:nth-child(4) {
  top: 22px;
}

/* GRIDLIST COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* CATALOG SELECTION COMPONENT --------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
#catalogselection {
  padding: 0 1.042vw 1.042vw 0;
}
#catalogselection ul {
  display: flex;
}
#catalogselection ol {
  font-size: 1rem;
  font-size: clamp(1rem, 0.7727272727rem + 1.1363636364vw, 1.5rem);
  display: flex;
  flex-flow: column;
  justify-content: center;
  color: black;
  position: relative;
  text-decoration: none;
  font-weight: 400;
  transition: all 0.35s ease;
  margin: 0 0 15px 0;
  height: 100%;
  padding-right: 1.042vw;
  border-right: 1px solid #d3d3d3;
}
#catalogselection ol:nth-of-type(1) {
  margin-left: 0px;
}
#catalogselection ol:last-child {
  margin-left: 0px;
  border-right: none;
}
#catalogselection ol::before {
  content: "";
  position: absolute;
  width: calc(40% - 1.042vw);
  margin: 0 auto;
  height: 4px;
  border-radius: 0px; /* JG Software Archaeology: Changed this from 50px to 0px */
  bottom: 0vh;
  left: 0;
  right: 0;
  background-color: #D17900;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
#catalogselection ol:hover, #catalogselection ol.selected {
  color: #D17900;
  cursor: pointer;
}
#catalogselection ol:hover::before, #catalogselection ol.selected::before {
  visibility: visible;
  transform: scaleX(1);
  margin: 0 auto;
}
#catalogselection .menu {
  position: relative;
  text-decoration: none;
  font-weight: 400;
  color: blue;
  transition: all 0.35s ease;
}
#catalogselection .menu::before {
  content: "";
  position: absolute;
  width: 40%;
  margin: 0 auto;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #D17900;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
#catalogselection .menu:hover, #catalogselection ol.menu.selected {
  color: #D17900;
}
#catalogselection .menu:hover::before, #catalogselection ol.menu.selected::before {
  visibility: visible;
  transform: scaleX(1);
  margin: 0 auto;
}

/* CATALOG SELECTION COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* SEARCH FORMS -----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
searchbar-component {
  display: flex;
  width: 100%;
  justify-content: center;
  /*  flex-flow: column;
   justify-content: center;
   align-items: center; */
  flex: 1;
  /*  margin: 15px; */
}

#searchForm.form {
  display: flex;
  flex: 1;
  position: relative;
  max-width: 800px;
  width: 100%;
  margin: 15px;
}

#searchForm.form input {
  font-family: "MainFont-Light", Arial, Helvetica, sans-serif;
  color: #000000;
  border: none;
  border-radius: 10px;
  background-color: #f1f1f1;
  height: 40px;
  display: block;
  font-size: 0.9rem;
  font-size: clamp(0.9rem, 0.7636363636rem + 0.6818181818vw, 1.2rem);
  width: 100%;
  padding: 5px 35px 5px 35px;
}
#searchForm.form input::-moz-placeholder {
  color: #000000;
  opacity: 1;
}
#searchForm.form input::placeholder {
  color: #000000;
  opacity: 1;
}

#searchForm.form input:focus,
#searchForm.form select:focus,
#searchForm.form textarea:focus,
#searchForm.form button:focus {
  outline: none;
}

#searchForm.form .searchButton {
  border: none;
  border-radius: 0 50px 50px 0;
  background: #555e70;
  right: 0px;
  position: absolute;
  height: 40px;
}

#searchForm.form .searchButton:hover, #searchForm.form #catalogselection ol.searchButton.selected, #catalogselection #searchForm.form ol.searchButton.selected {
  cursor: pointer;
}

#searchForm.form .searchButton[disabled] {
  cursor: default;
}

#searchForm.form .searchIcon {
  position: absolute;
  width: 20px;
  height: 20px;
  margin: 10px 20px 10px 10px;
}

#clearSearchIcon {
  right: 20px;
  position: absolute;
  height: 15px;
}
#clearSearchIcon:hover, #catalogselection ol#clearSearchIcon.selected {
  cursor: pointer;
}

/* SEARCH */
/*-------------------------------------------------------------------------------------------------*/
/* FOOTER -----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
footer {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: linear-gradient(rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.65) 100%) no-repeat center;
  display: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
  height: 70px;
}
footer #footerNav {
  padding: 0 2vh 0 2vh;
  display: flex;
  align-self: flex-end;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.65) 100%) no-repeat center;
  bottom: 0;
  width: 100%;
  position: absolute;
}
footer #footerNav div {
  display: flex;
}
footer #footerNav a {
  padding: 0 5px 0 5px;
}

/*-------------------------------------------------------------------------------------------------*/
/* NAV BUTTONS ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
footer button:not(.searchButton), footer .button:not(.searchButton) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  min-width: 150px;
  border-radius: 50px;
  font-size: 13px;
  position: absolute;
  top: -25px;
  text-decoration: none;
  z-index: 1;
}
@media screen and (max-width: 375px) {
  footer button:not(.searchButton), footer .button:not(.searchButton) {
    min-width: unset;
  }
}

footer .createNew, footer .close, footer button {
  background-color: #047B57;
  text-shadow: 0px 1px 2px rgb(0, 0, 0);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.65);
  color: #F0F0F0;
  padding: 8px 40px;
  transition: padding 250ms ease-in-out;
}

footer button:hover {
  cursor: pointer;
  max-width: 100%;
  padding: 8px 50px;
  top: -12px;
}

footer button:disabled,
footer button[disabled] {
  cursor: default;
  background-color: #393939;
  color: #F0F0F0;
}

footer .signup {
  background-color: #0A4274;
  color: #F0F0F0;
}

footer .inputIcon {
  width: 40px;
  height: 40px;
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}

/* FOOTER */
/*-------------------------------------------------------------------------------------------------*/
/* ALERT BOX --------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
#alertContainer {
  display: flex;
  flex-flow: column;
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
  max-width: 450px;
  width: 100%;
  position: fixed;
  z-index: 99999;
  right: 0;
  bottom: 8%;
}

.alertBox {
  display: flex;
  align-items: center;
  margin: 10px;
  border: 1px solid #bd002c;
  background-color: #dc3545;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 16px;
  position: relative;
  z-index: 9999;
}
.alertBox.ok {
  border: 1px solid #3fbd00;
  background-color: #0a5304;
}
.alertBox.ok .close {
  background-color: #235700;
}
.alertBox.ok .close:hover, .alertBox.ok #catalogselection ol.close.selected, #catalogselection .alertBox.ok ol.close.selected {
  cursor: pointer;
  background-color: #235700;
}
.alertBox.warning {
  border: 1px solid #d2b700;
  background-color: #948100;
}
.alertBox.warning .close {
  background-color: #bdaa00;
}
.alertBox.warning .close:hover, .alertBox.warning #catalogselection ol.close.selected, #catalogselection .alertBox.warning ol.close.selected {
  cursor: pointer;
  background-color: #bdaa00;
}
.alertBox.error {
  border: 1px solid #bd002c;
  background-color: #dc3545;
}
.alertBox.error .close {
  background-color: #dc3545;
}
.alertBox.error .close:hover, .alertBox.error #catalogselection ol.close.selected, #catalogselection .alertBox.error ol.close.selected {
  cursor: pointer;
  background-color: #dc3545;
}
.alertBox.primary {
  border: 1px solid #000dbd;
  background-color: #0d0453;
}
.alertBox.primary .close {
  background-color: #0003bd;
}
.alertBox.primary .close:hover, .alertBox.primary #catalogselection ol.close.selected, #catalogselection .alertBox.primary ol.close.selected {
  cursor: pointer;
  background-color: #0003bd;
}

.alertBox.show {
  animation: fadein 0.5s forwards;
}

.alertBox p {
  flex: 1;
  margin: 0;
  padding: 0;
  font-family: "HeadlineFont-Regular", Arial, Helvetica, sans-serif;
  color: #FFFBEB;
  text-align: initial;
  line-height: normal;
}

.alertBox button {
  width: initial;
  min-width: 35px;
  background-color: #bd002c;
  font-weight: bold;
}

.alertBox button.close {
  color: white;
  border: 1px solid #ffffff !important;
  border-radius: 5px;
  padding: 5px;
}
.alertBox button.close:hover {
  cursor: pointer;
  background-color: #bd002c;
}

#alertBoxCloseAll {
  display: flex;
  align-items: center;
  margin: 10px;
  border: 1px solid #565656;
  background-color: #4b4b4b;
  color: #fff;
  text-align: center;
  border-radius: 10px;
  padding: 16px;
  position: fixed;
  bottom: 0;
  z-index: 9999;
  justify-content: space-between;
  width: -webkit-fill-available;
}
#alertBoxCloseAll p {
  flex: 1;
  margin: 0;
  padding: 0;
  font-family: "HeadlineFont-Regular", Arial, Helvetica, sans-serif;
  color: #FFFBEB;
  text-align: initial;
  line-height: normal;
}

#alertBoxCloseAll button.closeAll {
  color: white;
  border: 1px solid #ffffff !important;
  border-radius: 5px;
  padding: 5px;
  width: initial;
  min-width: 35px;
  background-color: #4b4b4b;
  font-weight: bold;
}
#alertBoxCloseAll button.closeAll:hover {
  cursor: pointer;
  background-color: #565656;
}
@keyframes fadein {
  from {
    bottom: 0;
    opacity: 0;
  }
  to {
    bottom: 30px;
    opacity: 1;
  }
}
@keyframes fadeout {
  from {
    bottom: 30px;
    opacity: 1;
  }
  to {
    bottom: 0;
    opacity: 0;
  }
}
/* ALERT BOX */
/*-------------------------------------------------------------------------------------------------*/
/* TOGGLE BOX -------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
toggle-box {
  display: block;
  width: 100%;
  margin: 10px 0 0 0;
}
toggle-box .toggle-header {
  background-color: rgba(50, 51, 55, 0);
  background-image: linear-gradient(rgba(225, 225, 225, 0.12), rgba(225, 225, 225, 0.02));
  border-color: rgba(255, 255, 255, 0.14) rgba(255, 255, 255, 0.04) #131212;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  padding: 5px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
  font-weight: bold;
  color: #FFFFFF;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
}
toggle-box .chevron {
  display: inline-block;
  transition: transform 0.3s ease;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
}
toggle-box .chevron.open {
  transform: rotate(90deg);
}
toggle-box .toggle-content {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.3s ease-out, padding 0.3s ease;
  padding: 0 10px;
  border: unset;
  border-top: none;
}
toggle-box .toggle-content.open {
  max-height: 1000px;
  padding: 5px;
}

/* TOGGLE BOX */
/*-------------------------------------------------------------------------------------------------*/
/* CONTROLS ALERT ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.controls-alert, .welcome-alert {
  position: fixed;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99999;
  width: 100%;
  margin-bottom: 10px;
  height: 100%;
}
@media screen and (max-width: 900px) {
  .controls-alert, .welcome-alert {
    margin-left: initial;
    margin-right: initial;
    margin-bottom: initial;
  }
}
.controls-alert h1, .welcome-alert h1 {
  color: #FFFFFF;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
}
.controls-alert p, .welcome-alert p {
  color: #FFFFFF;
  margin-bottom: initial;
  line-height: 1.2rem;
  font-size: 0.8rem;
  font-size: clamp(0.8rem, 0.7090909091rem + 0.4545454545vw, 1rem);
}
.controls-alert p.c, .welcome-alert p.c {
  text-align: center;
}
.controls-alert a, .welcome-alert a {
  color: #FFFFFF;
  text-decoration: underline;
  cursor: pointer;
}
.controls-alert button, .welcome-alert button {
  margin: 10px;
  height: 35px;
  color: #fffff6;
  font-size: 0.8rem;
  font-size: clamp(0.8rem, 0.7090909091rem + 0.4545454545vw, 1rem);
  border: 1px solid #333;
  background-color: transparent;
  transition: background-color 0.2s ease-in-out;
  border-radius: 50px;
  padding: 0px 20px 0 20px;
}
.controls-alert button:hover, .welcome-alert button:hover {
  cursor: pointer;
  border: 1px solid #333;
  background-color: #565656;
  border-right: unset;
}

/* CONTROLS ALERT */
/*-------------------------------------------------------------------------------------------------*/
/* FLUID TYOGRAPHY --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FLUID TYPOGRAPHY */
/*-------------------------------------------------------------------------------------------------*/
/* FLEX MIXINS ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FLEXBOX MIXINS */
/*-------------------------------------------------------------------------------------------------*/
/* FONTS ------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.material-icons {
  font-family: "Material-Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material-Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIconsOutlined-Regular.otf") format("truetype");
}
@font-face {
  font-family: "MainFont-Regular";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MainFont-Medium";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MainFont-Light";
  src: url("../fonts/Rubik-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MainFont-Bold";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* FONTS */
/*-------------------------------------------------------------------------------------------------*/
/* MONETIZATION -----------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
#accountPlans button {
  width: auto;
}

.monetization-bg {
  background: linear-gradient(145deg, rgba(0, 93, 160, 0.9), rgba(0, 34, 64, 0.9)), url("../img/upsell_room.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.monetization-bg .img-fluid {
  width: 100%;
  max-width: unset;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: flex;
}
.monetization-bg h1, .monetization-bg p, .monetization-bg ul, .monetization-bg li {
  color: white;
}
.monetization-bg li {
  font-size: 15px;
  list-style-image: url("../img/checkmark.svg");
}
.monetization-bg ::marker {
  font-size: 40px;
}
.monetization-bg ul {
  list-style: none;
}
.monetization-bg ul li {
  padding-left: 0.5em;
  margin-bottom: 0.5em;
  margin-right: 10px;
}

#card-element {
  padding: 10px;
  border: 1px solid grey;
  background-color: #e4e4e4;
  border-radius: 5px;
  margin: 10px 0 10px 0;
}

#card-errors, #error, .error {
  padding: 10px;
  border: 1px solid #d76969;
  background-color: #ffdbdb;
  border-radius: 5px;
  margin: 10px 0 10px 0;
  color: #e90707;
  display: none;
}

#payment-processing, #processing, .processing {
  padding: 10px;
  border: 1px solid #6ad769;
  background-color: #dbffe5;
  border-radius: 5px;
  margin: 10px 0 10px 0;
  color: #000000;
  display: none;
}

/* MONETIZATION */
/*-------------------------------------------------------------------------------------------------*/
/* COLLECTIONS ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
collections-nav-component {
  display: flex;
  border-top: 1px solid #f4f7f9;
  border-bottom: 1px solid #f4f7f9;
  padding: 20px 0px 20px 0px;
}
collections-nav-component p {
  font-family: "HeadlineFont-Regular", Arial, Helvetica, sans-serif;
  font-size: 15px;
  font-weight: bold;
  color: #0A4274;
}
collections-nav-component .addNew {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50px;
  color: white;
  background: #D17900;
}

/* COLLECTIONS */
/*-------------------------------------------------------------------------------------------------*/
/* CARDS ------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.folder-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  /* aspect-ratio: 1 / 1; */
  background-color: #C5E0F8;
}

/* Outline on top of masked image */
.folder-outline {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  z-index: 1;
  max-width: 200px;
}

.highlightedcard {
  border: 5px solid #FE9300 !important;
  border-radius: 10px;
}

/* CATEGORY CARDS - ROOM CARDS */
.category-selected, .room-selected {
  outline: 5px solid #FE9300 !important;
  border-radius: 10px;
}

/* END CATEGORY CARDS */
#categories {
  margin-top: 70px;
  /*  padding: 0 2vh 0 2vh; */
}
#categories .card-header {
  position: relative;
  padding: 0 2vh 2vh 0;
}
#categories #userSaganCount {
  position: absolute;
  left: 0;
  bottom: 0;
}

#results {
  margin-top: 70px;
  /*  FIX FOR MAIN LAYOUT
     flex: 1;
    height: 100vh; */
  padding: 0 2vh 0 2vh;
}
#results.createBg {
  background: black;
}

#gridResults {
  flex: 1;
  height: 100vh;
  padding: 0 2vh 0 2vh;
  overflow-y: scroll;
  box-sizing: content-box;
}

.list-card-container {
  max-width: 1100px;
  display: flex;
  flex-flow: column;
  margin: 0;
  padding: 0 2vh 0 2vh;
}
.list-card-container .card-control .control-menu {
  border-radius: 15px 0 0 15px;
}
.list-card-container .card-control button.btn-control {
  margin-bottom: 10px;
}
.list-card-container .card-control button:last-child {
  margin-bottom: 0;
}
.list-card-container .card-control .btn-control {
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0 5px 0 0;
  /* border: $cardControlBtnBorder;
  border-radius: 5px; */
  background: rgba(0, 0, 0, 0.1);
  border: 5px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
}
.list-card-container .card-control img {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  /*   background: $cardControlBtnBg;
    border: $cardControlBtnBorder; */
  border: 0;
}
.list-card-container .card .card-title {
  margin-top: unset;
}
.list-card-container .card .card-button {
  position: unset;
}
.list-card-container > li.card:last-child {
  margin-bottom: 80px;
}
.list-card-container .card .card-item {
  border-radius: 15px;
  flex-direction: unset;
}
.list-card-container .card .card-image-container {
  display: block;
  overflow: hidden;
  width: 100%;
  max-width: 300px;
  height: auto;
  align-self: flex-start;
  display: flex;
  justify-content: center;
  flex-flow: column;
}
.list-card-container .card .card-info {
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: baseline;
  background: #f3f3f3;
  border-radius: 0 15px 15px 0;
  line-height: 1.5em;
}
.list-card-container .card:not(:last-child) {
  margin-right: unset;
}
.list-card-container .card sub {
  line-height: initial;
}
.list-card-container .card .card-title {
  align-items: baseline;
}
.list-card-container .card .card-description {
  font-size: 12px;
  font-weight: normal;
  color: #7C7C7C;
}
.list-card-container .card button.btn-view-room, .list-card-container .card button .btn {
  top: unset;
  position: unset;
}
.list-card-container .card {
  background: transparent;
}
.list-card-container .card .card-image {
  border-radius: 15px 0 0 15px;
  min-height: 250px;
}

.vertical-card-wrapper, .vertical-scroll-wrapper {
  width: calc(100vw - 190px);
  background: linear-gradient(90deg, rgb(237, 237, 237) 0%, rgb(239, 239, 239) 25%, rgb(255, 255, 255) 100%);
}

.vertical-card-container, .vertical-scroll-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 0 7px 0 7px;
  justify-content: space-between;
}
.vertical-card-container:after, .vertical-scroll-container:after {
  content: "";
  flex: auto;
}
.vertical-card-container .card, .vertical-scroll-container .card {
  flex: 0 0 100%;
}

.horizontal-card-container {
  display: flex;
  width: 100%;
  padding: 25px 0px;
  list-style: none;
  overflow-x: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  border-radius: 5px;
  display: grid;
  grid-gap: 10px;
  padding: 16px;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, 1fr);
}
.card {
  flex: 0 0 100%;
}

.card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vh 0 0vh;
}

.card {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  background: #05233e;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  scroll-snap-align: start;
  transition: all 0.2s;
  width: 100%;
  /* CREATE NEW ROOM*/
}
.card:first-of-type:hover, #catalogselection ol.card.selected:first-of-type {
  cursor: pointer;
}
.card:hover, #catalogselection ol.card.selected {
  cursor: grab;
}
.card.dragging {
  cursor: grabbing;
}

.cardfilebg {
  background: #C5E0F8;
}

.card-button {
  position: absolute;
}

.card .card-item {
  display: flex;
  width: 100%;
  position: relative; /* NEW CARD CONTROL MENU */
  min-height: 100%; /* NEW CARD CONTROL MENU */
  align-self: center;
  flex-direction: column;
  border-radius: 15px 15px 0 0;
  overflow: hidden;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}

.card button.btn-view-room, .card button.btn, .btn-view-folder, .btn-view-drive, .btn-select-file {
  background: #363f4e;
  border: 1px solid #363f4e;
  text-shadow: 0px 1px 2px rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  min-width: 100px;
  border-radius: 50px;
  color: #ffffff;
  padding: 0 20px;
  font-size: 15px;
  text-decoration: none;
  top: -16px;
  position: relative;
  transition: padding 250ms ease-in-out;
}
.card button.btn-view-room:hover, .card button.btn:hover, .btn-view-folder:hover, #catalogselection ol.btn-view-folder.selected, .btn-view-drive:hover, #catalogselection ol.btn-view-drive.selected, .btn-select-file:hover, #catalogselection ol.btn-select-file.selected {
  cursor: pointer;
  padding: 0 25px;
}
.card button.btn-view-room:disabled, .card button.btn-view-room[disabled], .card button.btn:disabled, .card button.btn[disabled], .btn-view-folder:disabled, .btn-view-folder[disabled], .btn-view-drive:disabled, .btn-view-drive[disabled], .btn-select-file:disabled, .btn-select-file[disabled] {
  border: none;
  background-color: #000000;
  color: #666666;
  cursor: not-allowed;
}

.card .card-item:hover .card-image, .card #catalogselection ol.card-item.selected .card-image, #catalogselection .card ol.card-item.selected .card-image {
  filter: contrast(100%);
  transform: scale(1.02);
  opacity: 1;
}

.card .card-image-container {
  display: block;
  overflow: hidden;
  /* NEW CONTROL UPDATE */
  display: flex;
  flex-flow: column;
  /* position: relative; */ /* NEW CONTROL MENU */
  justify-content: flex-start;
  /* NEW CONTROL UPDATE */
}
.card .card-image-container .card-control button.btn-control {
  margin-bottom: 10px;
}
.card .card-image-container .card-control button:last-child {
  margin-bottom: 0;
}
.card .card-image-container .card-control .btn-control {
  /*   border: $cardControlBtnBorder;
    border-radius: 5px; */
  width: 35px;
  height: 35px;
  padding: 0;
  margin: 0 5px 0 0;
  /*       border: $cardControlBtnBorder;
        border-radius: 5px; */
  background: rgba(0, 0, 0, 0.1);
  border: 5px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
}
.card .card-image-container .card-control img {
  /* MODIFIED FOR NEW CARD CONTROL MENU */
  /* width: 100%;
  height: 100%; */
  padding: 0;
  margin: 0;
  /*        background: $cardControlBtnBg;
         border: $cardControlBtnBorder;  */
}

.card .card-info {
  display: flex;
  background: #f3f3f3;
  border-radius: 0 0 15px 15px;
  flex-direction: column;
  align-items: center;
  padding: 0.2rem;
  line-height: 1.5em;
  position: relative;
  flex: 1;
}
.card .card-info .timestamps {
  display: flex;
  flex-flow: column;
  flex-grow: 1;
  justify-content: end;
}
.card .card-info .timestamps .subtext {
  margin-bottom: 0px !important;
  text-align: center;
}
.card .card-info .btn-control {
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  /*  border: $cardControlBtnBorder;
   border-radius: 5px; */
  background: transparent;
}

.card .card-title {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  flex: 1;
  font-size: 20px;
  margin-top: 35px;
  font-weight: bold;
  line-height: 1.1em;
  color: #393939;
  margin-bottom: 0.2em;
  padding: 0.2rem 1rem;
  /* text-align: center; */
  word-break: break-word;
}

.card .card-title-search {
  display: flex;
  flex-wrap: wrap;
  flex-flow: column;
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1em;
  color: #393939;
  margin-bottom: 0.2em;
  padding: 0.2rem;
  /* text-align: center; */
  word-break: break-word;
}

.card .card-user-name {
  font-weight: normal;
  font-size: 14px;
}

.card .card-publish-date {
  font-size: 12px;
  font-weight: normal;
  color: #838383;
}

.card .card-image {
  border-radius: 15px 15px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  filter: contrast(100%);
  overflow: hidden;
  position: relative;
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), transform 0.5s;
}

.card .newroom-image {
  border-radius: 15px 15px 0 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: inherit;
  filter: contrast(100%);
  overflow: hidden;
  position: relative;
  transition: filter 0.5s cubic-bezier(0.43, 0.41, 0.22, 0.91), transform 0.5s;
}

.card .newroom-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 640px) {
  .card .newroom-image::before {
    padding-top: 66.6%;
  }
}

.card .card-image.resetpadding::before {
  content: "";
  padding-top: 56.25%;
}
.card .card-image::before {
  content: "";
  display: block;
  padding-top: 56.25%;
  border-radius: 15px 15px 0 0;
}
@media screen and (min-width: 640px) {
  .card .card-image::before {
    padding-top: 66.6%;
  }
}

.card-image.resetpadding:before {
  content: "";
  padding-top: 56.25%;
}

.card-name-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 2.4em;
  height: 2.4em;
  line-height: 1.2em;
}

.card .card-kicount {
  font-size: 16px;
  display: flex;
  justify-items: center;
  align-items: flex-start;
  align-self: flex-start;
}

.card:not(:last-child) {
  margin-right: 10px;
}

.card .card-title {
  font-size: 20px;
}

.card sub {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
  color: #1C1C1C;
  font-family: "MainFont-Bold", Arial, Helvetica, sans-serif;
  line-height: 1.5rem;
}
.card sub:nth-of-type(1) {
  margin-bottom: 10px;
}
.card sub.subtext {
  font-family: "MainFont-Light", Arial, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.1rem;
}

.horizontal-card-container::-webkit-scrollbar {
  display: none;
}

@media (min-width: 500px) {
  .card {
    flex-basis: calc(50% - 20px);
  }
  .card:not(:last-child) {
    margin-right: 40px;
  }
  .vertical-card-container .card, .vertical-scroll-container .card {
    flex-basis: calc(50% - 15px);
  }
  .vertical-card-container .card:not(:last-child), .vertical-scroll-container .card:not(:last-child) {
    margin-right: 30px;
  }
}
@media (min-width: 860px) {
  .card {
    flex-basis: calc(33.3333333333% - 30px);
  }
  .card:not(:last-child) {
    margin-right: 40px;
  }
  .vertical-card-container .card, .vertical-scroll-container .card {
    flex-basis: calc(32% - 10px);
  }
  .vertical-card-container .card:not(:last-child), .vertical-scroll-container .card:not(:last-child) {
    margin-right: 30px;
  }
  .vertical-card-container .card:nth-of-type(3n), .vertical-scroll-container .card:nth-of-type(3n) {
    margin-right: 0px;
  }
}
@media (min-width: 1130px) {
  .card {
    flex-basis: calc(30% - 30px);
  }
  .card:not(:last-child) {
    margin-right: 45px;
  }
  .vertical-card-container .card, .vertical-scroll-container .card {
    flex-basis: calc(25% - 25px);
    margin-bottom: 30px;
    margin-right: 30px;
    /*     &:nth-of-type(4n) {
          margin-right:
        } */
  }
  .vertical-card-container .card:not(:last-child), .vertical-scroll-container .card:not(:last-child) {
    margin-right: 30px;
  }
  .vertical-card-container .card:nth-of-type(4n), .vertical-scroll-container .card:nth-of-type(4n) {
    margin-right: 0px;
  }
}
@media (min-width: 1460px) {
  .card {
    flex-basis: calc(20% - 30px);
  }
  .card:not(:last-child) {
    margin-right: 37.5px;
  }
  .vertical-card-container .card, .vertical-scroll-container .card {
    flex-basis: calc(25% - 25px);
  }
  .vertical-card-container .card:not(:last-child), .vertical-scroll-container .card:not(:last-child) {
    margin-right: 30px;
  }
  .vertical-card-container .card:nth-of-type(4n), .vertical-scroll-container .card:nth-of-type(4n) {
    margin-right: 0px;
  }
}
@media (min-width: 1800px) {
  .card {
    flex-basis: calc(20% - 30px);
  }
  .card:not(:last-child) {
    margin-right: 37.5px;
  }
  .vertical-card-container .card, .vertical-scroll-container .card {
    flex-basis: calc(20% - 30px);
  }
  .vertical-card-container .card:not(:last-child), .vertical-scroll-container .card:not(:last-child) {
    margin-right: 30px;
  }
  .vertical-card-container .card:nth-of-type(5n), .vertical-scroll-container .card:nth-of-type(5n) {
    margin-right: 0px;
  }
}
@media (max-width: 450px) {
  .vertical-scroll-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(50%, 1fr));
    grid-gap: 10px;
  }
}
@media (min-width: 450px) {
  .vertical-scroll-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
    grid-gap: 10px;
  }
}
@media (min-width: 820px) {
  .vertical-scroll-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(24%, 1fr));
    grid-gap: 10px;
  }
}
@media (min-width: 1024px) {
  .vertical-scroll-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-gap: 10px;
  }
}
@media (min-width: 1200px) {
  .vertical-scroll-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-gap: 10px;
  }
}
@media (min-width: 1400px) {
  .vertical-scroll-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
    grid-gap: 10px;
  }
}
@media (min-width: 1400px) {
  .vertical-scroll-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(14%, 1fr));
    grid-gap: 10px;
  }
}
/* CARDS */
/*-------------------------------------------------------------------------------------------------*/
/* INLINE SVGS ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.svg-chevron {
  width: 20px;
  height: 20px;
  padding: 5px;
  transform: rotate(90deg);
  transition: all 0.2s;
}
.svg-chevron.blue > path {
  fill: #0A4274;
}
.svg-chevron.orange > path {
  fill: #D17900;
}
.svg-chevron.down {
  transform: rotate(0deg);
}

/* SVG */
/*-------------------------------------------------------------------------------------------------*/
/* CARD CONTROL COMPONENT -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.card-control .controls {
  height: 100%;
  display: flex;
  flex-flow: column;
  width: 100%;
  align-items: center;
  overflow-y: scroll;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.card-control .controls::-webkit-scrollbar {
  display: none;
}
.card-control .controls button {
  font-size: 14px;
  border: none;
  background: transparent;
  padding: 5px;
  margin: 5px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #838383;
  padding-bottom: 5px;
  text-align: start;
}
.card-control .controls button img {
  margin: 0 10px 0 0 !important;
  filter: invert(60%) sepia(0%) saturate(43%) hue-rotate(153deg) brightness(86%) contrast(82%); /* MATCH COLOR ABOVE NEUTRAL 500 */
}
.card-control .controls button:hover {
  cursor: pointer;
  background: #0A4274;
  border-radius: 10px;
  color: #FFFFFF;
}
.card-control .controls button:hover img {
  filter: unset;
}
.card-control button.btn-control {
  margin-bottom: 10px;
}
.card-control button:last-child {
  margin-bottom: 0;
}
.card-control .btn-control {
  width: 25px;
  height: 25px;
  padding: 0;
  margin: 0;
  border: 0;
}
.card-control .btn-control :hover, .card-control .btn-control #catalogselection ol.selected, #catalogselection .card-control .btn-control ol.selected {
  cursor: pointer;
}
.card-control img {
  width: 25px;
  height: 25px;
  /*   padding: 0;
   margin: 0;
  background: rgba(0,0,0,1); */
  border: 0;
}
.card-control .control-menu {
  display: flex;
  flex-flow: column;
  background: #FFFFFF;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  border-radius: 15px;
}
.card-control .control-menu > div:nth-of-type(1) button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 0 10px 0;
  color: #838383;
  font-size: 15px;
  border: none;
  background: transparent;
}
.card-control .control-menu > div:nth-of-type(1) button img {
  filter: invert(60%) sepia(0%) saturate(43%) hue-rotate(153deg) brightness(86%) contrast(82%); /* MATCH COLOR ABOVE NEUTRAL 500 */
}
.card-control .control-menu > div:nth-of-type(1) button :hover, .card-control .control-menu > div:nth-of-type(1) button #catalogselection ol.selected, #catalogselection .card-control .control-menu > div:nth-of-type(1) button ol.selected {
  cursor: pointer;
}
.card-control .control-menu p {
  font-family: "MainFont-Bold", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: normal;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* CARD CONTROL COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* CATEGORY PAGINATION ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
horizontal-slider-component, horizontal-folder-slider-component {
  padding: 0 2vh 0 2vh;
  display: flex;
  flex-flow: column;
  justify-content: center;
  width: calc(100vw - 190px);
}

.horizontal-card-wrapper {
  display: flex;
  flex-flow: row;
  position: relative;
  width: 100%;
  margin-bottom: 50px;
}
.horizontal-card-wrapper .horizontal-card-container {
  padding: 0;
  margin: 0;
}
.horizontal-card-wrapper .card {
  margin-bottom: 0;
  /* OVERRIDE VERTCIAL CARD CONTAINER - DUE TO DESIGN CHANGE */
}
.horizontal-card-wrapper .card:nth-of-type(4n) {
  margin-right: 30px !important;
}

.horizontal_pagination_left, .horizontal_pagination_right {
  background-size: 1px 200px;
  width: 50px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  color: grey;
  height: 100%;
  position: absolute;
  z-index: 4;
}
@media (max-width: 815px) {
  .horizontal_pagination_left, .horizontal_pagination_right {
    width: 25px;
  }
}
.horizontal_pagination_left:hover, #catalogselection ol.horizontal_pagination_left.selected, .horizontal_pagination_right:hover, #catalogselection ol.horizontal_pagination_right.selected {
  background-position: 50px;
  cursor: pointer;
}
.horizontal_pagination_left.horizontal_pagination_left, .horizontal_pagination_right.horizontal_pagination_left {
  border-radius: 5px 0 0 5px;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  left: 0;
}
.horizontal_pagination_left.horizontal_pagination_right, .horizontal_pagination_right.horizontal_pagination_right {
  border-radius: 0 5px 5px 0;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
  right: 0;
}
.horizontal_pagination_left img, .horizontal_pagination_right img {
  max-width: 40px;
  filter: drop-shadow(1px 1px 1px #000);
}

/* CATEGORY PAGINATION */
/*-------------------------------------------------------------------------------------------------*/
/* ACCOUNT COMPONENT ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
accountdetails-component {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 11;
}

accountpicture-component, accountpasswordupdate-component, accountmanage-component {
  z-index: 12;
}

accountupsell-component {
  z-index: 13;
}

accountpayment-component, accountpaymentupdate-component {
  z-index: 14;
}

accountcongratulations-component, accountpaymentupdatesuccess-component {
  z-index: 15;
}

/* ACCOUNT COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* PDF VIEWER COMPONENT --------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
pdfviewer-component .pdf-toolbar {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #838383;
  border-radius: 50px;
  padding: 2% 2% 2% 2%;
}
pdfviewer-component .pdf-toolbar button {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  border-radius: 10px;
  background-color: #393939;
  color: #FFFFFF;
  padding: 2%;
  border: none;
  margin-right: 2% !important;
  margin-left: 2% !important;
  max-width: 40px !important;
  min-width: 40px !important;
}
pdfviewer-component #zoom_controls {
  display: flex;
  margin-right: 5%;
}
pdfviewer-component #navigation_controls {
  display: flex;
  margin-left: 5%;
}
pdfviewer-component #navigation_controls input.pdf-input {
  margin: unset !important;
  padding: unset !important;
}
pdfviewer-component #navigation_controls input.pdf-input[type=number], pdfviewer-component #navigation_controls input.pdf-input select {
  width: 20%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  text-align: center;
}
pdfviewer-component #canvas_container {
  text-align: center;
}
/* PDF VIEWER COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* URL VIEWER COMPONENT ---------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
urlviewer-component #urliframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* URL VIEWER COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* VIDEO PLAYER COMPONENT -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.video-js {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  -o-object-fit: fill;
     object-fit: fill;
  /* KEEP ASPECT RATIO  */
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* VIDEO PLAYER COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* VIDEO PLAYER COMPONENT -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.audio-js {
  position: relative !important;
  width: 100% !important;
  height: auto !important;
  -o-object-fit: fill;
     object-fit: fill;
}

/* AUDIO PLAYER COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* IMAGE VIEWER COMPONENT -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
imageviewer-component:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(8px);
  -webkit-filter: blur(8px);
  display: block;
  z-index: 9999;
}

@media screen and (max-width: 815px) {
  .imgviewercontainer {
    height: calc(50vh - 50px) !important;
    flex: unset !important;
  }
}
@media screen and (max-width: 815px) and (orientation: landscape) {
  .imgviewercontainer {
    height: 100vh !important;
    width: 50vw !important;
  }
}

/* IMAGE VIEWER COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* UESR MODEL VIEWER COMPONENT --------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
usermodelviewer-component .container {
  width: 100%;
  height: 100%;
  background: white !important;
}

model-viewer {
  width: 100%;
  height: 100%;
  background: black !important;
}
model-viewer .container {
  width: 100%;
  height: 100%;
  background: black !important;
}

/* USER MODEL VIEWER COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* PLACEHOLDER TOUR STOP CARD COMPONENT -----------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
unitywebui-placeholder-tour-stop-card-component .card {
  display: flex;
  flex-direction: row;
  width: 100%;
  background-color: transparent;
  border-radius: 5px;
}
unitywebui-placeholder-tour-stop-card-component .card .product-image {
  width: 100px;
  height: 100px;
  border: 1px solid white;
  border-radius: 10px;
}
unitywebui-placeholder-tour-stop-card-component .card .desc-wrapper .heading {
  width: 100%;
  height: 25px;
  border-radius: 50px;
}
unitywebui-placeholder-tour-stop-card-component .card .desc-wrapper .desc {
  height: 16px;
  border-radius: 50px;
  width: 100%;
  margin: 15px 0;
}
@keyframes shimmering {
  0% {
    background-position: -1300px 0;
  }
  100% {
    background-position: 1300px 0;
  }
}
unitywebui-placeholder-tour-stop-card-component .shimmer {
  animation: shimmering 3.1s linear infinite;
  background: rgba(0, 0, 0, 0.5);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 9%, rgba(255, 255, 255, 0.5) 18%, rgba(0, 0, 0, 0.5) 31%);
  background-size: 1300px 100%;
}

unitywebui-placeholder-tour-stop-card-component1 .material-icons {
  color: rgba(0, 0, 0, 0.54);
}
unitywebui-placeholder-tour-stop-card-component1 .container {
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.4);
}
unitywebui-placeholder-tour-stop-card-component1 .nav {
  display: flex;
  height: 56px;
  padding: 8px;
  justify-content: space-between;
}
unitywebui-placeholder-tour-stop-card-component1 .nav-items {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}
unitywebui-placeholder-tour-stop-card-component1 .content {
  padding: 16px 30px 24px;
}
unitywebui-placeholder-tour-stop-card-component1 .animated {
  background-color: #f3f3f3;
  background: linear-gradient(to right, #f3f3f3 5%, #eee 20%, #f3f3f3 35%);
  animation: placeholderShimmer 2s linear 0s infinite normal forwards;
}
unitywebui-placeholder-tour-stop-card-component1 .title {
  position: relative;
  height: 28px;
}
unitywebui-placeholder-tour-stop-card-component1 .title:after {
  position: absolute;
  right: 0;
  content: "";
  background: #fff;
  height: 28px;
  width: 0%;
}
unitywebui-placeholder-tour-stop-card-component1 .padding {
  height: 16px;
  background: #fff;
}
unitywebui-placeholder-tour-stop-card-component1 .parent {
  position: relative;
  height: 13px;
}
unitywebui-placeholder-tour-stop-card-component1 .parent:after {
  position: absolute;
  right: 0;
  content: "";
  background: #fff;
  height: 14px;
  width: 70%;
}
unitywebui-placeholder-tour-stop-card-component1 .followers {
  position: relative;
  height: 14px;
}
unitywebui-placeholder-tour-stop-card-component1 .followers:after {
  position: absolute;
  right: 0;
  content: "";
  background: #fff;
  height: 14px;
  width: 80%;
}
unitywebui-placeholder-tour-stop-card-component1 .description {
  position: relative;
  height: 14px;
}
unitywebui-placeholder-tour-stop-card-component1 .description:after {
  position: absolute;
  right: 0;
  content: "";
  background: #fff;
  height: 14px;
  width: 0%;
}
unitywebui-placeholder-tour-stop-card-component1 .avatar {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
unitywebui-placeholder-tour-stop-card-component1 .avatar:before {
  position: absolute;
  left: 0;
  content: "";
  background: #fff;
  height: 40px;
  width: calc(100% - 40px);
}
unitywebui-placeholder-tour-stop-card-component1 .avatar-image {
  width: 40px;
  height: 40px;
}
@keyframes placeholderShimmer {
  0% {
    background-position: -500px 0;
  }
  100% {
    background-position: 500px 0;
  }
}

/* PLACEHOLDER TOUR STOP CARD COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY COMPONENT --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* UNITY PARTIALS ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* CONTROLS CAROUSEL ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.dynamicSlider {
  width: 100%;
  max-width: 800px;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
}
.dynamicSlider .slide {
  width: 100%;
  max-width: 800px;
  height: auto;
  position: absolute;
  transition: all 0.5s;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
}
.dynamicSlider .slide .slide-headline {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.dynamicSlider .slide img {
  /*  width: 100%;
   height: 100%;
   object-fit: cover; */
}
.dynamicSlider .slide video {
  display: flex;
  border-radius: 8px;
  max-width: 800px;
  flex: 1;
}
.dynamicSlider .btn {
  position: absolute;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  z-index: 10px;
  display: flex;
  justify-content: center;
  min-width: unset;
  border-radius: unset;
  cursor: pointer;
}
.dynamicSlider .btn img {
  width: 40px;
  height: 40px;
}
.dynamicSlider .btn :active {
  transform: scale(1.1);
}
.dynamicSlider .btn:hover, .dynamicSlider #catalogselection ol.btn.selected, #catalogselection .dynamicSlider ol.btn.selected {
  border: unset;
  background-color: unset;
}
.dynamicSlider .chevron-container {
  width: 100%;
  align-self: center;
  display: flex;
  flex-flow: column;
  flex: 1 1 100%;
}
.dynamicSlider .chevron-container .btn-prev {
  top: 45%;
  left: 0%;
}
.dynamicSlider .chevron-container .btn-next {
  top: 45%;
  right: 0%;
}
.dynamicSlider .bullets-container {
  position: absolute;
  display: flex;
  justify-content: center;
  width: 100%;
  align-self: flex-end;
  flex-direction: row-reverse;
  z-index: 1;
}
.dynamicSlider .bullet {
  width: 20px;
  height: 20px;
  border-radius: 50px;
  color: white;
  border: 2px solid white;
  margin: 5px;
}
.dynamicSlider .bullet.bullet-filled {
  background-color: white;
}
.dynamicSlider .bullet:hover, .dynamicSlider #catalogselection ol.bullet.selected, #catalogselection .dynamicSlider ol.bullet.selected {
  cursor: pointer;
}

/* UNITY CONTROLS CAROUSEL */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY MAIN MENUS -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* PRIVATE MENU */
#unity-main-menu {
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
          backdrop-filter: saturate(180%) blur(10px);
  border-radius: 0px;
  margin: 0px;
  height: 100%;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
  /* HOVER STATE */
}
#unity-main-menu::-webkit-scrollbar {
  display: none;
}
#unity-main-menu ol {
  height: 100%;
  text-align: center;
  display: flex;
  flex-flow: column;
  align-items: flex-start;
  justify-content: flex-start;
}
#unity-main-menu li {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  background-color: #565656;
  /*  border-top: 2px solid rgba(255,255,255, 0.04); */
  background-color: rgba(50, 51, 55, 0);
  background-image: linear-gradient(rgba(225, 225, 225, 0.12), rgba(225, 225, 225, 0.02));
  border-color: rgba(255, 255, 255, 0.14) rgba(255, 255, 255, 0.04) #131212;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
  /*
      #unity-main-menu li:first-of-type > button img {
          width: 30px;
      }

      #unity-main-menu li:not(:first-of-type) > button img {
          width: 20px;
      filter: invert(99%) sepia(2%) saturate(308%) hue-rotate(145deg) brightness(120%) contrast(100%);
      }
  */
}
#unity-main-menu li:not(:first-of-type) button.buttonActive {
  background: #10B981;
}
#unity-main-menu li:not(:first-of-type) button.buttonActive :hover, #unity-main-menu li:not(:first-of-type) button.buttonActive #catalogselection ol.selected, #catalogselection #unity-main-menu li:not(:first-of-type) button.buttonActive ol.selected {
  background: #047B57;
}
#unity-main-menu li:not(:first-of-type) button.unityFeatureActive {
  background: #10B981;
}
#unity-main-menu li:not(:first-of-type) button.unityFeatureActive :hover, #unity-main-menu li:not(:first-of-type) button.unityFeatureActive #catalogselection ol.selected, #catalogselection #unity-main-menu li:not(:first-of-type) button.unityFeatureActive ol.selected {
  background: #047B57;
}
#unity-main-menu li:not(:first-of-type) button img {
  width: 20px;
  filter: invert(99%) sepia(2%) saturate(308%) hue-rotate(145deg) brightness(120%) contrast(100%);
}
@media (max-width: 815px) {
  #unity-main-menu li:not(:first-of-type) button img {
    width: 14px;
  }
}
#unity-main-menu li:first-of-type :hover, #unity-main-menu li:first-of-type #catalogselection ol.selected, #catalogselection #unity-main-menu li:first-of-type ol.selected {
  cursor: unset;
}
#unity-main-menu li:first-of-type button img {
  width: 30px;
}
@media (max-width: 815px) {
  #unity-main-menu li:first-of-type button img {
    width: 20px;
  }
}
#unity-main-menu li:first-of-type button:hover {
  cursor: unset;
}
#unity-main-menu li > button {
  display: flex;
  justify-content: center;
  flex-flow: column;
  color: white;
  width: 70px;
  height: 70px;
  text-align: center;
  margin: 0;
  padding: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgb(27, 29, 31)));
  outline: none;
  border: none;
}
@media (max-width: 815px) {
  #unity-main-menu li > button {
    width: 45px;
    height: 45px;
  }
}
#unity-main-menu li > button span {
  font-size: 12px;
  margin-top: 5px;
  width: 100%;
}
@media (max-width: 815px) {
  #unity-main-menu li > button span {
    font-size: 8px;
  }
}
#unity-main-menu li > button img {
  width: 20px;
}
#unity-main-menu li > div {
  display: flex;
  justify-content: center;
  flex-flow: column;
  border: 1px solid white;
  color: white;
  background-color: #999999;
  border-radius: 50px;
  width: 35px;
  height: 35px;
}
#unity-main-menu button.audioControl.on {
  background: url("../img/audio-off-white.svg"), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgb(27, 29, 31))) !important;
}
#unity-main-menu button.audioControl.on:hover {
  background: url("../img/audio-off-white.svg"), -webkit-gradient(linear, left top, left bottom, from(#616161), to(rgb(27, 29, 31))) !important;
}
#unity-main-menu button.audioControl.off {
  background: url("../img/audio-on-white.svg"), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.25)), to(rgb(27, 29, 31))) !important;
}
#unity-main-menu button.audioControl.off:hover {
  background: url("../img/audio-on-white.svg"), -webkit-gradient(linear, left top, left bottom, from(#616161), to(rgb(27, 29, 31))) !important;
}
#unity-main-menu li > div:hover, #unity-main-menu li > button:hover {
  background-color: #616161;
  cursor: pointer;
}

/* UNITY MAIN MENU */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY WEB UI OBJECT MENU COMPONENT -------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* BUTTON MENU ADJUSTMENT TO WRAP MORE THAN 3 DIV */
.buttonGroupInner {
  display: flex;
  flex: 1;
  overflow: hidden;
}

.buttonGroupInner:has(unity-button-component:nth-of-type(3)) unity-button-component > button {
  margin: 5px 2px 5px 2px;
}

.buttonGroupInner:has(unity-button-component:nth-of-type(4)) unity-button-component > button {
  margin: 5px;
}

.buttonGroupInner:has(unity-button-component:nth-of-type(4)) {
  flex-wrap: wrap;
}

/* END BUTTON MENU ADJUST */
/* MENU TABS */
div#dynamicComponents {
  height: 100%;
  max-height: 50vh;
  overflow-y: auto;
  padding-bottom: 10px;
}

[id*=-hudcomponentscontainer] {
  display: none;
}

[class*=-standard] {
  display: none;
}

[class*=-advanced] {
  display: none;
}

.selected {
  display: block;
}

/* MAIN CLASS FOR ALL UNITYWEBUI COMPONENTS */
[class^=unitywebui] {
  position: absolute;
  top: 0;
  /*  margin-left: $unityuiroommenu-width; */
  height: 100vh; /* CHANGED FROM % FOR PUBLIC MENU DESIGN CHANGE */
  width: -moz-max-content;
  width: max-content; /* DO NOT OVERTAKE UNITY CANVAS WHICH INTERUPTS PLAYER CONTROL */
  /* ANIMATION */
}
[class^=unitywebui]:not(.animation-reset) {
  animation: slideinleft-slow ease-in-out 0.5s forwards;
}
@media (max-width: 815px) {
  [class^=unitywebui]:not(.animation-reset) {
    animation: slideinleft-slow-mobile ease-in-out 0.5s forwards;
    width: unset;
  }
}
[class^=unitywebui]:is(.animation-reset) {
  animation: modalfadein ease-in-out 0.5s forwards;
}

/* OBJECTMENU COMPONENT */
objectmenu-component {
  width: 350px;
  z-index: 999;
  overflow: hidden;
  /*  background: rgba(0, 0, 0, 0.5); */
  position: absolute;
  margin: 10px;
  right: 0;
  top: 0;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-content: center;
  align-items: flex-start;
  /* BORDER BOTTOM FOR UNITY OBJECT MENU */
  /* ANIMATION */
  perspective: 500px;
  transform: rotateX(0deg) rotateY(90deg);
  transform-style: preserve-3d;
  animation: slidein ease-in-out 0.4s forwards;
}
objectmenu-component input:focus {
  outline: 2px solid #FE9300;
}
objectmenu-component .border-bottom {
  border-bottom: 1px solid #393939;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
objectmenu-component .border-top {
  border-top: 1px solid #393939;
  padding-top: 10px;
  margin-top: 10px;
}
objectmenu-component.b-btm {
  border-bottom: 1px solid #404040;
  padding-bottom: 10px;
}
objectmenu-component p {
  font-size: 18px;
  color: white;
}
objectmenu-component h1, objectmenu-component h2, objectmenu-component h3, objectmenu-component h4, objectmenu-component h5, objectmenu-component h6 {
  color: white;
}
objectmenu-component > div {
  width: 350px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
          backdrop-filter: saturate(180%) blur(10px);
  padding: 10px;
  border-radius: 10px;
  display: flex;
  flex-flow: column;
  /*  background-color: rgba(50, 51, 55, 0);
   background-image: linear-gradient(rgba(225, 225, 225, 0.12), rgba(225, 225, 225, 0.02)); */
  border-left: 2px solid rgba(255, 255, 255, 0.04);
  border-top: 2px solid rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14) rgba(255, 255, 255, 0.04) #131212;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
}
objectmenu-component > div #selectedObjectName {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #4A4A4A;
  border-radius: 10px;
  padding: 10px;
  height: 40px;
}
objectmenu-component > div #selectedObjectName p {
  font-family: "MainFont-Light", Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 12px;
}
objectmenu-component > div #closeUnityWebUi {
  display: flex;
  font-family: "MainFont-Bold", Arial, Helvetica, sans-serif;
  align-self: flex-end;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin: 0;
  padding: 0;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 47, 47, 0.75)), to(rgba(47, 47, 47, 0.75)));
  outline: none;
  border: none;
}
objectmenu-component > div #closeUnityWebUi:hover, objectmenu-component > div #catalogselection ol#closeUnityWebUi.selected, #catalogselection objectmenu-component > div ol#closeUnityWebUi.selected {
  cursor: pointer;
}
objectmenu-component > div .p-button {
  font-size: 18px;
  color: white;
  margin: 5px 0 5px 0;
  padding: 10px 15px 10px 15px;
  border-radius: 50px;
  background-color: rgba(50, 51, 55, 0);
  background-image: linear-gradient(rgba(225, 225, 225, 0.12), rgba(225, 225, 225, 0.02));
  border-left: 2px solid rgba(255, 255, 255, 0.04);
  border-top: 2px solid rgba(255, 255, 255, 0.04);
  border-color: rgba(255, 255, 255, 0.14) rgba(255, 255, 255, 0.04) #131212;
  border-bottom: 2px solid rgba(255, 255, 255, 0.04);
}

@keyframes slidein {
  from {
    transform: rotateX(0deg) rotateY(90deg);
  }
  to {
    transform: rotateX(0deg) rotateY(0deg);
  }
}
@keyframes slideinleft {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0%);
  }
}
@keyframes slideinleft-slow {
  from {
    transform: translateX(-10%);
    margin-left: 70px;
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    margin-left: 70px;
    opacity: 100%;
  }
}
@keyframes slideinleft-slow-mobile {
  from {
    transform: translateX(-10%);
    margin-left: 45px;
    opacity: 0;
  }
  to {
    transform: translateX(0%);
    margin-left: 45px;
    opacity: 100%;
  }
}
@keyframes modalfadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    transform: translateX(0%);
  }
}
@keyframes slideinright {
  from {
    transform: translateX(0%);
  }
  to {
    transform: translateX(100%);
  }
}
/* UNITY OBJECT MENU COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY OBJECT MENU SECTION COMPONENT ------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.unity-object-menu-selection {
  display: flex;
  justify-content: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #393939;
  border-bottom: 1px solid #393939;
}
.unity-object-menu-selection > div {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  min-width: 40px;
  /* BORDERS */
}
.unity-object-menu-selection > div[id^=btn-]:last-child:after {
  border-right: none;
}
.unity-object-menu-selection > div[id^=btn-]:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  border-right: 1px solid #393939;
  right: -8px;
}
.unity-object-menu-selection > div::before {
  content: "";
  position: absolute;
  width: 100%;
  margin: 0 auto;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #D17900;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.unity-object-menu-selection > div p {
  font-size: 13px;
}
.unity-object-menu-selection > div:hover {
  color: #D17900;
  cursor: pointer;
}
.unity-object-menu-selection > div:hover img {
  filter: invert(72%) sepia(48%) saturate(5002%) hue-rotate(0deg) brightness(99%) contrast(102%);
}
.unity-object-menu-selection > div:hover p {
  color: #D17900;
}
.unity-object-menu-selection > div:hover::before {
  visibility: visible;
  transform: scaleX(1);
  margin: 0 auto;
}
.unity-object-menu-selection > div.selected img {
  filter: invert(72%) sepia(48%) saturate(5002%) hue-rotate(0deg) brightness(99%) contrast(102%);
}
.unity-object-menu-selection > div.selected p {
  color: #D17900;
}
.unity-object-menu-selection > div.selected::before {
  visibility: visible;
  transform: scaleX(1);
  margin: 0 auto;
}

/* UNITY OBJECT MENU SECTION COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY MENU OPTIONS COMPONENT -------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.unity-menu-container {
  display: flex;
  flex-flow: column;
  height: 100%;
  min-width: 300px;
  max-width: 750px; /* 800px initially - TEMP TO GET FILES DRAG DROP SETUP */
  /* max-width: calc(100% / 2); SET WIDTH FOR INITIAL FILES IMPLEMENTATION  - REMOVED AS OVERFLOW WAS COVERING UNITY FOR DRAG DROP*/
  padding: 0px 20px 20px 20px;
  background: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: saturate(180%) blur(10px);
  backdrop-filter: saturate(180%) blur(10px);
}
@media (max-width: 815px) {
  .unity-menu-container {
    height: 100%;
    min-width: unset;
    max-width: unset;
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .unity-menu-container::-webkit-scrollbar {
    display: none;
  }
}
.unity-menu-container h1 {
  color: #FFFFFF;
}

.unity-file-component {
  display: flex;
  height: 100%;
  background: white;
}

/* UNITY MENU COMPONENT - FOR SUB MENUS FROM ROOM MENU */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY ROOM MENU --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
roommenu-component {
  position: absolute;
  height: 100%;
  /* ANIMATION FOR MENU */
  perspective: 500px;
  transform: rotateX(0deg) rotateY(90deg);
  transform-style: preserve-3d;
  animation: slideinleft ease-in-out 0.5s forwards;
}

/* MAIN CONTAINER FOR ROOM MENU */
/* MOVED BELOW TO ABOVE FOR PUBLIC MENU LAYOUT THAT DOES NOT REQUIRE A FULL HEIGHT BACKGROUND 
#roommenu-components {
        position: absolute;
        display: flex; 
        height: 100%;  
}

*/
/* UNITY ROOM MENU COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY PUBLIC ROOM MENU -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
public-roommenu-component {
  position: fixed;
  height: 100%; /* DO NOT EXTEND FULL LENGTH OF BROWSER WINDOW */
  /* ANIMATION FOR MENU */
  perspective: 500px;
  transform: rotateX(0deg) rotateY(90deg);
  transform-style: preserve-3d;
  animation: slideinleft ease-in-out 0.5s forwards;
}
public-roommenu-component #unity-main-menu {
  margin: 10px 0 0 10px;
  background: initial;
  -webkit-backdrop-filter: initial;
          backdrop-filter: initial;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
public-roommenu-component #unity-main-menu li {
  margin-bottom: 10px;
  border-radius: 10px;
}
public-roommenu-component #unity-main-menu li > button {
  border-radius: 10px;
}
public-roommenu-component #unity-main-menu li > button img {
  width: 20px !important;
  filter: invert(99%) sepia(2%) saturate(308%) hue-rotate(145deg) brightness(120%) contrast(100%);
}
public-roommenu-component #menu {
  margin: 10px 0 10vw 0;
}
public-roommenu-component .unity-menu-container {
  margin: 0 0 0 10px; /* OFFSET ADJUSTMENT FOR PUBLIC MENU MARGIN UNITY-MAIN-MENU ABOVE*/
}

/* UNITY PUBLIC ROOM MENU COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY COLOR PICKER -----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
unity-colorpicker-component input {
  width: 55px;
  border: none;
  background: #4A4A4A;
  color: #FFFFFF;
  font-size: 13px;
  border-radius: 10px;
  height: 35px;
  padding: 5px;
  margin: 5px;
  text-align: center;
  /* REMOVE UP DOWN ARROWS */
  /* REMOVE UP DOWN ARROWS - FIREFOX */
}
unity-colorpicker-component inputinput::-webkit-outer-spin-button,
unity-colorpicker-component input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
unity-colorpicker-component inputinput[type=number] {
  -moz-appearance: textfield;
}
unity-colorpicker-component #colorpicker-color-canvas {
  border: none;
  border-radius: 10px;
}
unity-colorpicker-component .colorpicker-colorpicker-info {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
unity-colorpicker-component .colorpicker-color-selected {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid rgba(15, 15, 15, 0.2);
}
unity-colorpicker-component ul.objectColors {
  display: flex;
  overflow-x: scroll;
  overflow: auto;
  white-space: nowrap;
}
unity-colorpicker-component ul.objectColors li {
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
}
unity-colorpicker-component ul.objectColors li div {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  margin: 5px;
}
unity-colorpicker-component ul.objectColors li div:hover {
  cursor: pointer;
  border: 2px solid white;
}
unity-colorpicker-component ul.objectColors li div.colorpicker-color-selected {
  border: 2px solid white;
}
unity-colorpicker-component ul.objectColors li p {
  font-size: 12px;
}
unity-colorpicker-component .colorpicker-rgbinput {
  display: flex;
  flex-flow: column;
}
/* UNITY COLOR PICKER */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY SLIDER COMPONENT -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* PARTIALS ---------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FONTS ------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.material-icons {
  font-family: "Material-Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "liga";
}

@font-face {
  font-family: "Material-Icons";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MaterialIconsOutlined-Regular.otf") format("truetype");
}
@font-face {
  font-family: "MainFont-Regular";
  src: url("../fonts/Rubik-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MainFont-Medium";
  src: url("../fonts/Rubik-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MainFont-Light";
  src: url("../fonts/Rubik-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MainFont-Bold";
  src: url("../fonts/Rubik-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* FONTS */
/*-------------------------------------------------------------------------------------------------*/
/* GLOBAL VARIABLES -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* BREAKPOINTS ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* MAIN COLORS ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* NEUTRAL */
/* PRIMARY */
/* SECONDARY */
/* SUCCESS */
/* WARNING */
/* ERROR */
/* WHITE BLACK */
/* FILTERS */
/*-------------------------------------------------------------------------------------------------*/
/* BUTTONS ----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* TEXT -------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* MISC -------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* TYPOGRAPHY SETUP -------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* FORM AND INPUT ---------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* MODALS -----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* NAVIGATION -------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* CARDS ------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* SCROLLBARS -------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* VERTICAL NAVIGATION ----------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* SEARCH -----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* UNITY MAIN MENU --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* UNITY OBJECT MENU ------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* GLOBAL VARIABLES */
unity-slider-component img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  filter: invert(100%) sepia(0%) saturate(549%) hue-rotate(45deg) brightness(121%) contrast(100%);
}
unity-slider-component .slider-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  align-content: flex-start;
  height: 45px;
}
unity-slider-component .slide-range-container {
  width: 100%;
  margin-right: 15px;
}
unity-slider-component .slide-vals {
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #4A4A4A;
  display: flex;
  justify-content: space-between;
}
unity-slider-component .slider-input {
  width: 55px;
  border: none;
  background: #4A4A4A;
  color: #FFFFFF;
  font-size: 13px;
  border-radius: 10px;
  height: 35px;
  padding: 5px;
  text-align: center;
  /* REMOVE UP DOWN ARROWS */
  /* REMOVE UP DOWN ARROWS - FIREFOX */
}
unity-slider-component .slider-inputinput::-webkit-outer-spin-button,
unity-slider-component .slider-input input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
unity-slider-component .slider-inputinput[type=number] {
  -moz-appearance: textfield;
}
unity-slider-component .slider {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 13px;
  border-radius: 10px;
  background: #4A4A4A;
  outline: none;
  transition: opacity 0.2s;
}
unity-slider-component .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FE9300;
  cursor: pointer;
}
unity-slider-component .slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #FE9300;
  cursor: pointer;
}

/* UNITY SLIDER COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY BUTTON COMPONENT -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
unity-button-component {
  display: flex;
  flex: 1 1 auto;
}
unity-button-component .btn {
  font-family: "MainFont-Bold", Arial, Helvetica, sans-serif;
  color: #FFFFFF;
  background-color: #4A4A4A;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  min-width: 100px;
  margin: 5px;
  border-radius: 10px;
  max-width: 100%;
  width: 100%;
  border: none;
  font-size: 15px;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  /* DYNAMIC BUTTONS MADE FOR UNITY UI - ADD MORE FOR SPECIAL DESIGN USE CASES LIKE DELETE */
}
unity-button-component .btn.btntype-delete {
  border: 1px solid #FE9300;
  color: #FE9300;
}
unity-button-component .btn.btntype-delete img {
  /* SECONDARY 300 */
  filter: invert(72%) sepia(48%) saturate(5002%) hue-rotate(0deg) brightness(99%) contrast(102%);
}
unity-button-component .btn.btntype-delete:hover, unity-button-component #catalogselection ol.btn.btntype-delete.selected, #catalogselection unity-button-component ol.btn.btntype-delete.selected {
  color: #FFFFFF;
}
unity-button-component .btn.btntype-delete:hover img, unity-button-component #catalogselection ol.btn.btntype-delete.selected img, #catalogselection unity-button-component ol.btn.btntype-delete.selected img {
  /* WHITE */
  filter: invert(100%) sepia(0%) saturate(549%) hue-rotate(45deg) brightness(121%) contrast(100%);
}
unity-button-component .btn img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  /* WHITE */
  filter: invert(100%) sepia(0%) saturate(549%) hue-rotate(45deg) brightness(121%) contrast(100%);
}
unity-button-component .btn:disabled, unity-button-component .btn[disabled] {
  border: 1px solid #4A4A4A;
  background-color: #696969;
  color: #FFFFFF;
}
unity-button-component .btn:disabled:hover, unity-button-component #catalogselection ol.btn.selected:disabled, #catalogselection unity-button-component ol.btn.selected:disabled, unity-button-component .btn[disabled]:hover, unity-button-component #catalogselection ol.btn[disabled].selected, #catalogselection unity-button-component ol.btn[disabled].selected {
  cursor: not-allowed;
  background-color: #FE9300;
  color: #FFFFFF;
}
unity-button-component .btn:hover, unity-button-component #catalogselection ol.btn.selected, #catalogselection unity-button-component ol.btn.selected {
  background-color: #FE9300;
  cursor: pointer;
}

/* UNITY BUTTON COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY TEXT EDITOR COMPONENT --------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
unity-texteditor-component #texteditor-controls {
  display: inline-block;
  white-space: nowrap;
}
unity-texteditor-component button[data-edit] {
  float: left;
  border: 0;
  font: 12px/1 monospace;
  color: #FFFFFF;
  background: #4A4A4A;
  padding: 4px 8px;
  border-radius: 5px;
  margin: 0 5px 0 0;
}
unity-texteditor-component button[data-edit].active {
  background: #FE9300;
}
unity-texteditor-component button[data-edit]:hover {
  cursor: pointer;
  color: #FFFFFF;
  background: #FE9300;
}
unity-texteditor-component #texteditor-content {
  display: inline-block; /* DIV FIX FOR EDITOR */
  background-color: #FFFFFF;
  overflow-y: scroll;
  resize: none;
  padding: 5px;
  border-radius: 10px;
  width: 100% !important;
  height: 120px !important;
}
unity-texteditor-component #texteditor-content:focus {
  outline: 2px solid #FE9300;
}
unity-texteditor-component textarea {
  overflow-y: scroll;
  resize: none;
  padding: 5px;
  width: 100% !important;
  height: 120px !important;
}

/* UNITY TEXT EDITOR COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY TOGGLE COMPONENT -------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
unity-toggle-component {
  /*  input:checked + .toggleslider {
     background-color: $secondary300;
   }

   input:focus + .toggleslider {
     box-shadow: 0 0 1px $secondary300;
   }
    */
  /* Rounded sliders */
  /* TOGGLE ON OFF */
}
unity-toggle-component img {
  width: 16px;
  height: 16px;
  margin-right: 10px;
  filter: invert(100%) sepia(0%) saturate(549%) hue-rotate(45deg) brightness(121%) contrast(100%);
}
unity-toggle-component .toggle {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
unity-toggle-component sub {
  color: #C5C5C5;
  padding-top: 5px;
  padding-right: 10px;
}
unity-toggle-component .toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
unity-toggle-component .toggleslider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #4A4A4A;
  transition: 0.4s;
}
unity-toggle-component .toggleslider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: #C5C5C5;
  transition: 0.4s;
}
unity-toggle-component input:checked + .toggleslider:before {
  background-color: #FE9300;
  transform: translateX(26px);
}
unity-toggle-component .toggleslider.round {
  border-radius: 34px;
}
unity-toggle-component .toggleslider.round:before {
  border-radius: 50%;
}
unity-toggle-component .hidden {
  display: none;
}
unity-toggle-component .show {
  display: block;
}
unity-toggle-component .on {
  display: none;
}
unity-toggle-component .on,
unity-toggle-component .off {
  color: #C5C5C5;
  position: absolute;
  transform: translate(-50%, -15%);
  top: 15%;
  left: 25%;
  font-size: 10px;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
}
unity-toggle-component .on {
  top: 10px;
}
unity-toggle-component .off {
  left: auto;
  right: -5px;
  top: 10px;
}
unity-toggle-component input:checked + .toggleslider .on {
  display: block;
}
unity-toggle-component input:checked + .toggleslider .off {
  display: none;
}

unity-toggle-component .switch {
  position: relative;
  display: inline-block;
  width: 55px;
  height: 28px;
}
unity-toggle-component .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
unity-toggle-component .switch input:checked + .toggleswitch {
  background-color: #FE9300;
}
unity-toggle-component .switch input:focus + .toggleswitch {
  box-shadow: 0 0 1px #FE9300;
}
unity-toggle-component .switch input:checked + .toggleswitch:before {
  transform: translateX(26px);
}
unity-toggle-component .toggleswitch {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
unity-toggle-component .toggleswitch.round {
  border-radius: 34px;
}
unity-toggle-component .toggleswitch:before {
  position: absolute;
  content: "";
  border-radius: 50%;
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}
unity-toggle-component [id$=-hudadvancedtoggle-label] {
  top: 3px;
  position: relative;
  left: 4px;
  color: #5c5858;
}

[class$=-hudadvancedtoggle-switch] {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 50px;
}

[class$=-hudadvancedtoggle-switch]:before {
  position: absolute;
  content: "";
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50px;
}

/* UNITY TOGGLE COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY UI TOGGLES FOR UI IN UNITY ---------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* DRAG OBJECTS */
.dragObject {
  width: 0px;
  height: 0px;
  border-radius: 50%;
  font-weight: 700;
  transform: translateX(-100%);
}
.dragObject .card-item {
  display: flex;
  width: 100%;
  position: relative;
  min-height: 100%;
  align-self: center;
  flex-direction: column;
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
  transition: transform 0.5s;
  -webkit-transition: transform 0.5s;
}
.dragObject .card-image {
  width: 50px;
  height: 50px;
  border: 2px solid turquoise;
}
.dragObject .card-info {
  display: none;
}

/* SECTIONS */
.inunitytoggle {
  /* NESTED COMPONENTS IN UNITYWEBUI BACKGROUND SET TO TRANSPARENT */
}
.inunitytoggle .mt-70 {
  margin-top: initial;
}
.inunitytoggle .p-40 {
  padding: initial !important;
}
.inunitytoggle .vertical-scroll-wrapper {
  background: transparent !important;
}

/* UNITY FILES MENU */
#unitywebui-files-listing.inunitytoggle .vertical-card-wrapper {
  background: transparent !important;
}
#unitywebui-files-listing.inunitytoggle .vertical-card-wrapper .vertical-scroll-wrapper {
  background: transparent !important;
}

/* FOLDERS LAYOUT */
.inunitytoggle .createNewOrgDriveFolder p, .inunitytoggle .createNewRoomFolder p, .inunitytoggle .uploadNewFile p, .inunitytoggle .createOrgDriveNewFolder p {
  font-size: 15px;
  line-height: normal;
}
.inunitytoggle .btn-view-folder, .inunitytoggle .btn-view-drive {
  height: 25px;
  top: -12px;
  font-size: 12px;
}
.inunitytoggle .horizontal-card-container {
  display: inherit;
}
.inunitytoggle .horizontal-card-container.hgrid > * li {
  max-width: 150px;
  max-height: 150px;
}
.inunitytoggle .horizontal-card-wrapper {
  margin-bottom: 15px;
}
.inunitytoggle .horizontal-card-wrapper .card {
  margin-right: 10px;
}
.inunitytoggle .cardfilebg > .card-item .card-info {
  display: flex !important;
}
.inunitytoggle .cardfilebg > .card-item .card-info sub {
  font-size: 14px;
  display: unset;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
}

/* FILES LAYOUT */
.inunitytoggle {
  /* IN UNITY CARDS FOR FILES AND FURNITURE */
  /* END IN UNITY CARDS FOR FILES AND FURNITURE */
  /* CARD HEADER */
  /* UPLOAD NEW FILE */
  /* SECOND SUB FOR FILE SIZE */
}
.inunitytoggle horizontal-slider-component, .inunitytoggle horizontal-folder-slider-component {
  padding: unset;
}
.inunitytoggle file-details-card-component .card-title {
  margin-top: 0;
  margin-bottom: 0;
}
.inunitytoggle file-details-card-component .card-title sub:nth-of-type(1) {
  margin-bottom: 0;
}
.inunitytoggle .vertical-scroll-container {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  grid-gap: 10px;
}
@media (max-width: 815px) {
  .inunitytoggle .vertical-scroll-container {
    grid-template-columns: repeat(1, 1fr);
  }
}
.inunitytoggle .vertical-scroll-container.vgrid > * li {
  max-width: 150px;
  max-height: 150px;
}
.inunitytoggle li.card {
  height: auto;
}
.inunitytoggle .card-image-container {
  height: initial;
}
.inunitytoggle vertical-scroll-component {
  padding: 0px 19px 20px 0px;
}
.inunitytoggle .unity-menu-heading h1 {
  font-size: 32px;
}
.inunitytoggle .card-header h1 {
  font-size: 16px;
}
.inunitytoggle .card {
  flex: 0 0 8em;
}
.inunitytoggle .card-info {
  background: #4A4A4A !important;
}
.inunitytoggle .vertical-card-container, .inunitytoggle .vertical-scroll-container {
  padding: initial;
}
.inunitytoggle .card-title {
  margin-top: 5px;
  padding: 5px 0 0 0;
}
.inunitytoggle .card-button {
  height: 0;
}
.inunitytoggle .card-image-container {
  height: initial;
  flex: unset;
}
.inunitytoggle .card {
  height: 100%;
  height: 100%;
}
.inunitytoggle .uploadNewFile > div div:nth-of-type(2) {
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 15px;
  margin-top: -15px;
}
.inunitytoggle .card sub {
  color: #FFFFFF;
  font-size: 14px;
  text-align: center;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
}
.inunitytoggle .card sub:nth-of-type(2) {
  display: none;
}

/* UNITY UI TOGGLES FOR UI IN UNITY - CHANGING LAYOUT/LOOK OF DASHBOARD COMPONENTS FOR UNITY */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY LABEL DROPDOWN COMPONENT -----------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
unity-labeldropdown-component .dropdown {
  position: relative;
  display: inline-block;
  padding: 0 10px 0 0px;
}
unity-labeldropdown-component .dropdown label {
  font-size: 18px;
  color: #FFFFFF;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.5rem;
}
unity-labeldropdown-component .dropdown .dropdownbutton {
  display: flex;
  border-radius: 10px;
  background-color: white;
  color: black;
  padding: 5px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
unity-labeldropdown-component .dropdown .dropdownbutton:hover, unity-labeldropdown-component .dropdown #catalogselection ol.dropdownbutton.selected, #catalogselection unity-labeldropdown-component .dropdown ol.dropdownbutton.selected, unity-labeldropdown-component .dropdown .dropdownbutton:focus {
  background-color: #FFFFFF;
}
unity-labeldropdown-component .dropdown .dropdownbutton.b-1 {
  border: 1px solid #C5C5C5 !important;
}
unity-labeldropdown-component .dropdown .dropdowndata {
  display: none;
  border-radius: 10px;
  position: absolute;
  background-color: #f1f1f1;
  font-size: 12pt;
  padding: 5px;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
unity-labeldropdown-component .dropdown .dropdowndata a {
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  color: #1C1C1C;
  padding: 5px;
  text-decoration: none;
  display: block;
}
unity-labeldropdown-component .dropdown .dropdowndata a:hover {
  background-color: #ddd;
  border-radius: 10px;
}
unity-labeldropdown-component .dropdown .show {
  display: block;
}

/* UNITY DROPDOWN COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* UNITY FILEPICKER COMPONENT ---------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
unity-filepicker-component .img-thumbnail-45 {
  width: 45px;
  height: 45px;
}
unity-filepicker-component .squarebutton {
  display: flex;
  font-family: "MainFont-Bold", Arial, Helvetica, sans-serif;
  align-self: flex-end;
  justify-content: center;
  color: #FFFFFF;
  border-radius: 10px;
  width: 44px;
  height: 44px;
  text-align: center;
  margin: 0;
  padding: 0;
  align-items: center;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(47, 47, 47, 0.75)), to(rgba(47, 47, 47, 0.75)));
  outline: none;
  border: none;
}
unity-filepicker-component .squarebutton:hover, unity-filepicker-component #catalogselection ol.squarebutton.selected, #catalogselection unity-filepicker-component ol.squarebutton.selected {
  cursor: pointer;
}

/* UNITY FILEPICKER COMPONENT */
/*-------------------------------------------------------------------------------------------------*/
/* ACCORDION --------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.accordion-unitywebui {
  width: 100%;
  max-width: 500px;
  overflow: hidden;
  margin-top: 10px;
  background-color: transparent;
  border-radius: 10px;
  border: 1px solid #393939;
}

.accordion-unitywebui__intro {
  position: relative;
  padding: 10px;
  cursor: pointer;
}

.accordion-unitywebui__content {
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  will-change: max-height;
  transition: all 0.25s ease-out;
  color: #f1f1f1;
  opacity: 0;
}

.accordion-unitywebui h4,
.accordion-unitywebui p {
  margin: 0;
  line-height: 1;
}

.accordion-unitywebui h4 {
  color: #fff;
  font-size: 26px;
  font-weight: 500;
}

.accordion-unitywebui p {
  color: #f1f1f1;
  font-size: 15px;
  margin: 0;
}

.accordion-unitywebui__active .accordion-unitywebui__content {
  padding: 0 10px 10px;
  opacity: 1;
}

/* REFACTOR BELOW WHEN TIME PERMITS - UPDATE OBJECTMENU-COMPONENT ACCORDION MARKUP AND JS AS WELL
.accordion-unitywebui {
    width: 100%;
    max-width: 500px;
    overflow: hidden;
    margin-top: 20px;
    background-color: #2c3e50;

    & .intro {
      position: relative;
      padding: 20px;
      cursor: pointer;
    }

    & .content {
      padding: 0 20px;
      max-height: 0;
      overflow: hidden;
      will-change: max-height;
      transition: all 0.25s ease-out;
      color: #f1f1f1;
      opacity: 0;
    }

    & hr, & p {
      margin: 0;
      line-height: 1;
    }

    & h4 {
      color: #fff;
      font-size: 26px;
      font-weight: 500;
    }

    & p {
      color: #f1f1f1;
      font-size: 15px;
      margin: 0;
    }

    & .active, & .content {
      padding: 0 20px 20px;
      opacity: 1;
    }  

}
*/
/* UNITY ACCORDION COMPONENT */
unity-component {
  z-index: 10;
  position: absolute;
}
unity-component #dashboardBuild {
  right: -2pt;
  bottom: 200pt;
  transform: rotate(270deg) translate(20pt, 0%);
  transform-origin: bottom right;
  display: inline-block;
  position: fixed;
  color: white;
  z-index: 9999999;
  font-size: 12px;
  background: #000000;
  font-family: "Courier New";
  padding: 4px;
  border-radius: 5px;
  line-height: 0.8;
}

#unity {
  width: 0;
  height: 0;
  margin-left: 0px;
  display: none;
}
@media screen and (max-width: 850px) {
  #unity {
    margin-left: unset;
  }
}

.aspectRatio {
  position: relative;
  height: 0;
  width: 100%;
  background: transparent;
}

.aspectratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 99vh;
  align-items: center;
  justify-content: center;
}

#gameContainer {
  height: 100vh;
  width: 100vw;
  overflow: hidden;
}
#gameContainer.fullscreen {
  width: calc(100vw - 0px) !important;
}
#gameContainer #canvas {
  width: 100%;
  height: 100%;
}
#gameContainer #canvas.fullscreen {
  width: calc(100vw - 0px) !important;
}

.fullscreen {
  width: calc(100vw - 0px) !important;
  margin-left: unset !important;
}

/* RESIZE BROWSER TO SMALL - UPDATE FOR NAVIGATION CHANGE */
@media (max-width: 850px) {
  #gameContainer {
    width: 100vw !important;
  }
  #gameContainer #canvas {
    width: 100vw !important;
  }
}
/* COVER PAGE */
#brandOverlay, #coverPage, .coverGradient {
  display: flex;
  flex-flow: column;
  width: 100vw;
  height: 100vh;
  position: fixed;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  background: #393939;
  top: 0;
  /* FOR DYNAMICALLY APPENDED BG LOADING IMAGE */
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}
#brandOverlay #arrowsvg, #coverPage #arrowsvg, .coverGradient #arrowsvg {
  width: 80px;
}
#brandOverlay #arrowsvg:hover, #brandOverlay #catalogselection ol#arrowsvg.selected, #catalogselection #brandOverlay ol#arrowsvg.selected, #coverPage #arrowsvg:hover, #coverPage #catalogselection ol#arrowsvg.selected, #catalogselection #coverPage ol#arrowsvg.selected, .coverGradient #arrowsvg:hover, .coverGradient #catalogselection ol#arrowsvg.selected, #catalogselection .coverGradient ol#arrowsvg.selected {
  cursor: pointer;
}
#brandOverlay #loadUnity:hover, #brandOverlay #catalogselection ol#loadUnity.selected, #catalogselection #brandOverlay ol#loadUnity.selected, #coverPage #loadUnity:hover, #coverPage #catalogselection ol#loadUnity.selected, #catalogselection #coverPage ol#loadUnity.selected, .coverGradient #loadUnity:hover, .coverGradient #catalogselection ol#loadUnity.selected, #catalogselection .coverGradient ol#loadUnity.selected {
  cursor: pointer;
}
#brandOverlay p, #coverPage p, .coverGradient p {
  color: #FFFFFF;
}
#brandOverlay img, #coverPage img, .coverGradient img {
  max-width: 200px;
  height: auto;
}
#brandOverlay .grid, #coverPage .grid, .coverGradient .grid {
  position: absolute;
  bottom: -20%;
  left: 0;
  margin-left: -50%;
  width: 200%;
  height: 100%;
  background-position-y: 0px;
  --outrunGrid-color: rgba(255, 255, 255, 0.06);
  --outrunGrid-size: 70px;
  --outrunGrid-blur: 0px;
  background-image: repeating-linear-gradient(90deg, var(--outrunGrid-color, black) 0%, transparent calc(1px + var(--outrunGrid-blur, 0px)), transparent var(--outrunGrid-size), var(--outrunGrid-color, black) calc(var(--outrunGrid-size) + 1px + var(--outrunGrid-blur, 0px))), repeating-linear-gradient(180deg, var(--outrunGrid-color, black) 0%, transparent calc(1px + var(--outrunGrid-blur, 0px)), transparent var(--outrunGrid-size), var(--outrunGrid-color, black) calc(var(--outrunGrid-size) + 1px + var(--outrunGrid-blur, 0px)));
  transform: perspective(50vh) rotateX(60deg) translateZ(10px);
  animation: outrunGrid 0.5s infinite linear;
  z-index: -1;
  overflow: hidden;
}
@keyframes outrunGrid {
  0% {
    transform: perspective(50vh) rotateX(60deg) translateZ(10px) translateY(-var(--outrunGrid-size));
  }
  100% {
    transform: perspective(50vh) rotateX(60deg) translateZ(10px) translateY(var(--outrunGrid-size));
  }
}
@media screen and (max-width: 850px) {
  #brandOverlay, #coverPage, .coverGradient {
    width: 100%;
  }
}

.coverImage {
  height: 100vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

/* COVER PAGE */
/* LOADER SPINNER */
.spinner {
  animation: rotate 2s linear infinite;
  /*  z-index: 999999;
   position: absolute;
   top: 50%;
   left: 50%;
   margin: -25px 0 0 -25px; */
  width: 50px;
  height: 50px;
  background: none;
}
.spinner .path {
  stroke: rgb(172, 203, 234);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/* END LOADER SPINNER */
#swOverlay, .loader, #coverPage #unity {
  display: none;
}

/* UNITY */
/*-------------------------------------------------------------------------------------------------*/
/* FOOTER -----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
footer {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  background: linear-gradient(rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.65) 100%) no-repeat center;
  display: fixed;
  bottom: 0;
  width: 100%;
  z-index: 5;
  height: 70px;
}
footer #footerNav {
  padding: 0 2vh 0 2vh;
  display: flex;
  align-self: flex-end;
  justify-content: center;
  align-items: center;
  background: linear-gradient(rgba(0, 0, 0, 0) 43%, rgba(0, 0, 0, 0.4) 65%, rgba(0, 0, 0, 0.65) 100%) no-repeat center;
  bottom: 0;
  width: 100%;
  position: absolute;
}
footer #footerNav div {
  display: flex;
}
footer #footerNav a {
  padding: 0 5px 0 5px;
}

/*-------------------------------------------------------------------------------------------------*/
/* NAV BUTTONS ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
footer button:not(.searchButton), footer .button:not(.searchButton) {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  min-width: 150px;
  border-radius: 50px;
  font-size: 13px;
  position: absolute;
  top: -25px;
  text-decoration: none;
  z-index: 1;
}
@media screen and (max-width: 375px) {
  footer button:not(.searchButton), footer .button:not(.searchButton) {
    min-width: unset;
  }
}

footer .createNew, footer .close, footer button {
  background-color: #047B57;
  text-shadow: 0px 1px 2px rgb(0, 0, 0);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.65);
  color: #F0F0F0;
  padding: 8px 40px;
  transition: padding 250ms ease-in-out;
}

footer button:hover {
  cursor: pointer;
  max-width: 100%;
  padding: 8px 50px;
  top: -12px;
}

footer button:disabled,
footer button[disabled] {
  cursor: default;
  background-color: #393939;
  color: #F0F0F0;
}

footer .signup {
  background-color: #0A4274;
  color: #F0F0F0;
}

footer .inputIcon {
  width: 40px;
  height: 40px;
  filter: drop-shadow(1px 1px 1px rgb(0, 0, 0));
}

/* FOOTER */
/*-------------------------------------------------------------------------------------------------*/
/* NICE PROMPT ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
html:has(dialog[open]) {
  overflow: hidden;
}

.niceprompt-dialog {
  position: fixed;
  border: none;
  border-radius: 10px;
  max-width: 45em;
  padding: 2rem;
  margin: 0 auto;
  top: 25%;
  overflow: hidden;
}
.niceprompt-dialog::backdrop {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.85);
  width: 100%;
  height: 100%;
  top: 0;
}

.niceprompt-dialog-question {
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
}

.niceprompt-dialog-button-group {
  display: flex;
  justify-content: flex-end;
  margin: 1rem -1rem -1rem;
}
.niceprompt-dialog-button-group > * {
  margin: 1rem;
}

.niceprompt-dialog-button {
  font-size: 1rem;
}

/* NICE PROMPT - CUSTOM DIALOG BOX */
/*-------------------------------------------------------------------------------------------------*/
/* TOOLTIP ----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.tooltip {
  display: inline-block;
  position: absolute;
  text-align: left;
  animation: bounce 1s ease forwards;
}
.tooltip ul {
  padding-left: 20px;
  list-style-type: circle;
}
.tooltip li {
  display: list-item;
  line-height: initial;
  font-size: 0.8rem;
}

.tooltip .top p, .tooltip .top h4 {
  line-height: initial;
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
  color: black;
  font-size: 15px;
}

.tooltip .top h4 {
  text-shadow: none;
  font-size: 15px;
}

.tooltip .top {
  min-width: 250px;
  text-align: left;
  transform: translate(-50%, -100%);
  padding: 15px 15px;
  color: #444444;
  background-color: #EEEEEE;
  font-weight: normal;
  font-size: 13px;
  border-radius: 8px;
  position: absolute;
  z-index: 99999999;
  box-sizing: border-box;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

.tooltip:hover .top, #catalogselection ol.tooltip.selected .top {
  display: block;
}

.tooltip .top i {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12px;
  width: 24px;
  height: 12px;
  overflow: hidden;
}

.tooltip .top i::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #EEEEEE;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.5);
}

/* TOOLTIPS */
/*-------------------------------------------------------------------------------------------------*/
/* ANIMATIONS -------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
/* AOS ANIMATIONS */
[data-aos=example-anim1] {
  transform: skewX(45deg);
  opacity: 0;
  transition-property: transform, opacity;
}
[data-aos=example-anim1].aos-animate {
  transform: skewX(0);
  opacity: 1;
}

[data-aos=example-anim2] {
  transform: translate(330, 330);
  opacity: 0;
  right: 0;
  transition-property: transform, opacity;
}
[data-aos=example-anim2].aos-animate {
  transform: translate(-30, -30);
  opacity: 1;
}

.animatthis {
  animation-duration: 1s;
  animation-duration: var(--animate-duration);
  animation-fill-mode: both;
}

/* LOADER */
.loader-ring {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
}

.loader-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  margin: 0px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: loader-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.loader-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.loader-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.loader-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes loader-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* END LOADER */
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation: slideInRight 0.5s forwards ease-in-out;
  display: flex !important;
}

@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation: slideInLeft 0.5s forwards ease-in-out;
  display: flex !important;
}

.bounce {
  animation: bounce 2s forwards ease-in-out;
}

.fadein {
  animation: fadein 0.5s forwards ease-in-out;
}

.fadeout {
  animation: fadeout 0.5s forwards ease-in-out;
}

.slideup {
  animation: slideUp 0.5s forwards ease-in-out;
  display: flex !important;
}

.fadeUp {
  animation: fadeUp 0.5s forwards ease-in-out;
}

@keyframes anglein {
  0% {
    transform: perspective(1000px) rotateY(50deg);
  }
  100% {
    -webkit-transform: perspective(1000px) rotateY(0deg);
    transition: all 0.5s ease-in;
  }
}
@keyframes bounce {
  0% {
    transform: scale(1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.5);
  }
  30% {
    transform: scale(1, 1) translateY(-2px);
  }
  50% {
    transform: scale(1) translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes slideUp {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideUpCenter {
  0% {
    opacity: 0;
    transform: translate(-50%, 50%);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%);
  }
}
@keyframes fadeUp {
  0% {
    filter: alpha(opacity=0);
    opacity: 0;
    transform: scale(0.8);
  }
  100% {
    filter: alpha(opacity=100);
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.show {
  animation: fadein 0.2s forwards;
}

.hide {
  opacity: 0;
  width: 0;
  height: 0;
}

.angle {
  animation-name: perspective;
  animation-fill-mode: forwards;
  animation-duration: 1s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
}

@keyframes perspective {
  0% {
    transform: perspective(400px) rotateY(0deg);
  }
  100% {
    transform: perspective(500px) rotateY(5deg);
  }
}
/* LOADER SPINNER */
#useraccount .spinner {
  animation: rotate 2s linear infinite;
  z-index: 999999;
  width: 25px;
  height: 25px;
  animation: rotate 2s linear infinite;
  z-index: 999999;
  background: none;
}
#useraccount .spinner .path {
  stroke: rgb(172, 203, 234);
  stroke-linecap: round;
  animation: dash 1.5s ease-in-out infinite;
}

@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes dash {
  0% {
    stroke-dasharray: 1, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 90, 150;
    stroke-dashoffset: -124;
  }
}
/* UNITY LOADING ANIMATIONS */
.fadein-bars {
  position: fixed;
  width: 100%;
  height: 100%;
}

.fadein-bars::before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  animation: fadein-bar-top-animation 0.5s forwards;
}

.fadein-bars::after {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  bottom: 0px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 100%);
  animation: fadein-bar-bottom-animation 0.5s forwards;
}

@keyframes fadein-bar-top-animation {
  0% {
    height: 0px;
  }
  100% {
    height: 25%;
  }
}
@keyframes fadein-bar-bottom-animation {
  0% {
    height: 0px;
  }
  100% {
    bottom: -20px;
    height: 25%;
  }
}
/* END UNITY LOADING ANIMATIONS */
/* ANIMATIONS */
/*-------------------------------------------------------------------------------------------------*/
/* PRIVACY ----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
#privacy_policy ul {
  margin-bottom: 20px;
}

#privacy_policy h1, #privacy_policy h2, #privacy_policy h3, #privacy_policy h4, #gdpr h1, #gdpr h2, #gdpr h3, #gdpr h4, #copyright_legal h1, #copyright_legal h2, #copyright_legal h3, #copyright_legal h4, #status_code h1, #status_code h2, #status_code h3, #status_code h4, #eula h1, #eula h2, #eula h3, #eula h4 {
  color: #fffff6;
}

#privacy_policy p, #privacy_policy li, #gdpr p, #gdpr li, #copyright_legal p, #copyright_legal li, #status_code p, #status_code li, #eula p, #eula li {
  color: #fffff6;
}

#privacy_policy a, #privacy_policy a:hover, #privacy_policy a:visited, #gdpr a, #gdpr a:hover, #gdpr a:visited, #copyright_legal a, #copyright_legal a:hover, #copyright_legal a:visited, #status_code a, #status_code a:hover, #status_code a:visited, #eula a, #eula a:hover, #eula a:visited {
  color: #fffff6;
}

/* PRIVACY */
/*-------------------------------------------------------------------------------------------------*/
/* SOCIALSHARE ------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.socialShare {
  position: absolute;
  text-align: right;
  bottom: 10px;
  right: 70px;
  color: white;
  font-weight: bold;
  font-size: 15px;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

.icon {
  width: 20px;
  height: 20px;
}

.socialIcons {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.socialIcons a {
  display: flex;
  margin: 15px 0 15px 0;
}

.socialIcons a:not(:first-child) {
  margin: 15px 0 15px 15px;
}

.social-icon {
  width: 50px;
  height: 50px;
}

.social-icon:hover, #catalogselection ol.social-icon.selected {
  cursor: pointer;
}

/* SOCIAL SHARE */
/*-------------------------------------------------------------------------------------------------*/
/* POWERED BY -------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
#poweredBy {
  position: absolute;
  width: 100px;
  height: auto;
  margin: 0 0 5px 5px;
  bottom: 0;
  animation: fadein 0.5s forwards;
}
#poweredBy :hover, #poweredBy #catalogselection ol.selected, #catalogselection #poweredBy ol.selected {
  cursor: pointer;
}

/* POWERED BY */
/*-------------------------------------------------------------------------------------------------*/
/* HELPERS ----------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
.img-thumbnail-32 {
  width: 32px;
  height: 32px;
}

.img-thumbnail-45 {
  width: 45px;
  height: 45px;
}

.img-thumbnail-250 {
  width: 250px;
  height: auto;
}

.img-thumbnail-300 {
  width: 300px;
  height: auto;
}

.b-radius-g {
  border-radius: 10px;
}

.disableCursor {
  pointer-events: none;
  cursor: wait;
}

.pvw-0 {
  padding: 0vw !important;
}

.pvw-1 {
  padding: 0.0520833333vw !important;
}

.pvw-2 {
  padding: 0.1041666667vw !important;
}

.pvw-3 {
  padding: 0.15625vw !important;
}

.pvw-4 {
  padding: 0.2083333333vw !important;
}

.pvw-5 {
  padding: 0.2604166667vw !important;
}

.pvw-6 {
  padding: 0.3125vw !important;
}

.pvw-7 {
  padding: 0.3645833333vw !important;
}

.pvw-8 {
  padding: 0.4166666667vw !important;
}

.pvw-9 {
  padding: 0.46875vw !important;
}

.pvw-10 {
  padding: 0.5208333333vw !important;
}

.pvw-11 {
  padding: 0.5729166667vw !important;
}

.pvw-12 {
  padding: 0.625vw !important;
}

.pvw-13 {
  padding: 0.6770833333vw !important;
}

.pvw-14 {
  padding: 0.7291666667vw !important;
}

.pvw-15 {
  padding: 0.78125vw !important;
}

.pvw-16 {
  padding: 0.8333333333vw !important;
}

.pvw-17 {
  padding: 0.8854166667vw !important;
}

.pvw-18 {
  padding: 0.9375vw !important;
}

.pvw-19 {
  padding: 0.9895833333vw !important;
}

.pvw-20 {
  padding: 1.0416666667vw !important;
}

.pvw-21 {
  padding: 1.09375vw !important;
}

.pvw-22 {
  padding: 1.1458333333vw !important;
}

.pvw-23 {
  padding: 1.1979166667vw !important;
}

.pvw-24 {
  padding: 1.25vw !important;
}

.pvw-25 {
  padding: 1.3020833333vw !important;
}

.pvw-26 {
  padding: 1.3541666667vw !important;
}

.pvw-27 {
  padding: 1.40625vw !important;
}

.pvw-28 {
  padding: 1.4583333333vw !important;
}

.pvw-29 {
  padding: 1.5104166667vw !important;
}

.pvw-30 {
  padding: 1.5625vw !important;
}

.pvw-31 {
  padding: 1.6145833333vw !important;
}

.pvw-32 {
  padding: 1.6666666667vw !important;
}

.pvw-33 {
  padding: 1.71875vw !important;
}

.pvw-34 {
  padding: 1.7708333333vw !important;
}

.pvw-35 {
  padding: 1.8229166667vw !important;
}

.pvw-36 {
  padding: 1.875vw !important;
}

.pvw-37 {
  padding: 1.9270833333vw !important;
}

.pvw-38 {
  padding: 1.9791666667vw !important;
}

.pvw-39 {
  padding: 2.03125vw !important;
}

.pvw-40 {
  padding: 2.0833333333vw !important;
}

.svg-white {
  filter: invert(99%) sepia(2%) saturate(308%) hue-rotate(145deg) brightness(120%) contrast(100%);
}

.svg-black {
  filter: brightness(0) saturate(100%);
}

.svg-orange {
  filter: invert(65%) sepia(79%) saturate(3282%) hue-rotate(1deg) brightness(103%) contrast(105%);
}

.missing-data {
  border: 1px solid #de5756 !important;
  background: pink !important;
}

.f-15 {
  font-size: 15px;
}
@media (max-width: 815px) {
  .f-15 {
    font-size: 12px;
  }
}

.f-12 {
  font-size: 12px;
}

.f-10 {
  font-size: 10px;
}

.pad-unset {
  padding: unset !important;
}

.c-white {
  color: #FFFFFF !important;
}

.c-orange {
  color: #FE9300 !important;
}

.c-black {
  color: #1C1C1C !important;
}

.bg-white {
  background-color: #FFFFFF !important;
}

.bg-neutral50 {
  background-color: #F8F8F8 !important;
}

.bg-neutral700 {
  background-color: #4A4A4A !important;
}

.bg-transparent {
  background: transparent !important;
}

.svg-neutral700 {
  filter: invert(26%) sepia(0%) saturate(398%) hue-rotate(141deg) brightness(99%) contrast(86%);
}

.blur {
  filter: blur(8px);
  -webkit-filter: blur(8px);
}

.border-none {
  border: none !important;
}

.reset-shadow {
  box-shadow: initial !important;
}

.hr-top {
  border-top: 1px solid #393939;
}

.hr-bottom {
  border-bottom: 1px solid #393939;
}

.hr-bottom-600 {
  border-bottom: 1px solid #696969;
}

.hr-top-600 {
  border-top: 1px solid #696969;
}

.flex {
  display: flex;
}

.flex-column {
  flex-flow: column;
}

.flex-row {
  flex-flow: row;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.f {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  align-items: start;
  align-content: start;
}

.f:after {
  display: block;
  content: "";
  margin: 10px;
  flex: 999 999 auto;
}

.f-item {
  width: 100%;
  flex: 1 1 auto;
  margin: 10px;
}

.f-grow {
  flex: 1 1 auto;
}

.align-base {
  align-items: baseline;
}

.align-end {
  align-items: end;
}

.align-center {
  align-items: center;
}

.align-c-center {
  align-content: center;
}

.wrap {
  flex-wrap: wrap;
}

.flex-column {
  flex-flow: column;
}

.j-center {
  justify-content: safe center;
}

.j-between {
  justify-content: space-between;
}

.j-start {
  justify-content: start;
}

.j-end {
  justify-content: end;
}

.j-around {
  justify-content: space-around;
}

.j-even {
  justify-content: space-evenly;
}

.flex-1 {
  flex: 1;
}

.flex-1-1-100 {
  flex: 1 1 100%;
}

.flex-1-1-auto {
  flex: 1 1 auto;
}

.flex-1-0-auto {
  flex: 1 0 auto;
}

.flex-0-1-auto {
  flex: 0 1 auto;
}

.a-self-start {
  margin-top: auto;
  align-self: flex-start !important;
}

.a-self-c {
  align-self: center;
}

.a-self-r {
  align-self: right;
}

.a-self-l {
  align-self: left;
}

.a-self-end {
  align-self: end;
}

.a-items-c {
  align-items: center;
}

.a-items-r {
  align-items: flex-end;
}

.a-items-l {
  align-items: flex-start;
}

.a-items-bl {
  align-items: baseline;
}

.a-content-bl {
  align-content: baseline;
}

.a-content-c {
  align-content: center;
}

.m-bottom {
  margin-bottom: 1.5rem;
}

.m-left-auto {
  margin-left: auto;
}

.m-right-auto {
  margin-right: auto;
}

.m-auto {
  margin: 0 auto;
}

.m-top {
  margin-top: 1.5rem;
}

.m-reset {
  margin: unset !important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.d-inline-block {
  display: inline-block;
}

.d-block {
  display: block;
}

.sponsor {
  height: 30px;
}

.b-radius {
  border-radius: 10px;
}

.keepaspect {
  width: 100%;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.img-circle {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 20px;
  overflow: hidden;
  border-radius: 50%;
}
.img-circle:after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border: 10px solid #90320e;
  border-radius: 50%;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -8px;
  top: -8px;
}
.img-circle:before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  border: 10px solid #90320e;
  border-radius: 50%;
  width: calc(100% + 16px);
  height: calc(100% + 16px);
  left: -8px;
  bottom: 0px;
  z-index: 1;
}
.img-circle img {
  /* width: 100%;
   height: 100%; */
  width: 356px;
  height: 200px;
  left: -74px;
  position: absolute;
}

.img-150 {
  max-width: 150px;
  height: auto;
}

.img-80 {
  max-width: 80%;
  height: auto;
}

.img-50 {
  max-width: 50%;
  height: auto;
}

.img-40 {
  width: auto;
  max-height: 35px;
  height: 35px;
}

.break {
  flex-basis: 100%;
  height: 0;
}

.errorBox {
  border: 1px solid #F4083E;
  background-color: #F4083E;
  color: #FFFFFF;
  padding: 10px;
  border-radius: 5px;
  margin: 25px 0px 25px 0px;
  animation: fadein 0.2s forwards;
}
.errorBox p {
  font-size: 0.85rem;
  font-size: clamp(0.85rem, 0.7818181818rem + 0.3409090909vw, 1rem);
  line-height: normal;
}

.pos-abs {
  position: absolute;
}

.pos-rel {
  position: relative;
}

.z-2 {
  z-index: 2;
}

.z-4 {
  z-index: 4;
}

.z-6 {
  z-index: 6;
}

.z-8 {
  z-index: 8;
}

.z-10 {
  z-index: 10;
}

.z-12 {
  z-index: 12;
}

.z-14 {
  z-index: 14;
}

.z-16 {
  z-index: 16;
}

.z-18 {
  z-index: 18;
}

.z-20 {
  z-index: 20;
}

.z-99999 {
  z-index: 99999;
}

.z-9999 {
  z-index: 9999;
}

.z-999 {
  z-index: 999;
}

.z-99 {
  z-index: 99;
}

.z-9 {
  z-index: 9;
}

.z-1 {
  z-index: 1;
}

.z-0 {
  z-index: 0;
}

.zneg-1 {
  z-index: -1;
}

.zneg-9 {
  z-index: -9;
}

.zneg-99 {
  z-index: -99;
}

.overflow-h {
  overflow: hidden !important;
}

.w-100 {
  width: 100%;
}

.vw-100 {
  width: 100vw;
}

.h-100 {
  height: 100% !important;
}

.vh-100 {
  height: 100vh;
}

.mw-100 {
  max-width: 100% !important;
}

.mw-300 {
  max-width: 300px !important;
}

.mvh-100 {
  max-height: 100vh !important;
}

.mh-100 {
  max-height: 100% !important;
}

.halfheight {
  height: 50vh;
}

.halfwidth {
  height: 50vw;
}

.wh-100 {
  width: 100%;
  height: 100%;
}

.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
}
.row.reverse {
  flex-direction: row-reverse;
}

.col {
  /*  margin: 15px; */
  display: flex;
  flex-direction: column;
  flex-basis: 100%;
}
@media screen and (min-width: 800px) {
  .col {
    flex: 1;
  }
}

.col-2 {
  -moz-column-count: 2;
  column-count: 2;
}

.col-3 {
  -moz-column-count: 3;
  column-count: 3;
}

.headerTransparent {
  width: 100%;
  position: absolute;
  z-index: 1;
  background: transparent;
}

.t-center {
  text-align: center;
  text-wrap: balance;
}

.t-shadow {
  text-shadow: 0px 1px 2px rgb(0, 0, 0);
}

.right-center-align {
  top: 50%;
  right: 0;
  margin: 0 10px;
  transform: translateY(-50%);
}

.p-0 {
  padding: 0;
}

.pr-300 {
  padding-right: 300px;
}

.pr-250 {
  padding-right: 250px !important;
}

.plr-15 {
  padding: 0 15px 0 15px !important;
}

.btn-width-reset {
  min-width: inherit !important;
  max-width: inherit !important;
  width: auto !important;
}

.m-0 {
  margin: 0;
}

.mw-800 {
  max-width: 800px;
}

.mw-50 {
  max-width: 50%;
}

.mh-480 {
  min-height: 480px;
}

.mh-240 {
  min-height: 240px;
}

.new {
  top: 0;
  right: 0;
  padding: 5px;
  border-radius: 8px;
  background: #616161;
  margin: 8px;
}
.new p {
  font-family: "HeadlineFont-Regular", Arial, Helvetica, sans-serif;
}

.mp-l-0 {
  margin-left: 200px;
}

.mp-l-1 {
  margin-left: 201px;
}

.mp-l-2 {
  margin-left: 202px;
}

.mp-l-3 {
  margin-left: 203px;
}

.mp-l-4 {
  margin-left: 204px;
}

.mp-l-5 {
  margin-left: 205px;
}

.mp-l-6 {
  margin-left: 206px;
}

.mp-l-7 {
  margin-left: 207px;
}

.mp-l-8 {
  margin-left: 208px;
}

.mp-l-9 {
  margin-left: 209px;
}

.mp-l-10 {
  margin-left: 210px;
}

.mp-l-11 {
  margin-left: 211px;
}

.mp-l-12 {
  margin-left: 212px;
}

.mp-l-13 {
  margin-left: 213px;
}

.mp-l-14 {
  margin-left: 214px;
}

.mp-l-15 {
  margin-left: 215px;
}

.mp-l-16 {
  margin-left: 216px;
}

.mp-l-17 {
  margin-left: 217px;
}

.mp-l-18 {
  margin-left: 218px;
}

.mp-l-19 {
  margin-left: 219px;
}

.mp-l-20 {
  margin-left: 220px;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 1px !important;
}

.p-2 {
  padding: 2px !important;
}

.p-3 {
  padding: 3px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-6 {
  padding: 6px !important;
}

.p-7 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-9 {
  padding: 9px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-11 {
  padding: 11px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-13 {
  padding: 13px !important;
}

.p-14 {
  padding: 14px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-17 {
  padding: 17px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-19 {
  padding: 19px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-21 {
  padding: 21px !important;
}

.p-22 {
  padding: 22px !important;
}

.p-23 {
  padding: 23px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-25 {
  padding: 25px !important;
}

.p-26 {
  padding: 26px !important;
}

.p-27 {
  padding: 27px !important;
}

.p-28 {
  padding: 28px !important;
}

.p-29 {
  padding: 29px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-31 {
  padding: 31px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-33 {
  padding: 33px !important;
}

.p-34 {
  padding: 34px !important;
}

.p-35 {
  padding: 35px !important;
}

.p-36 {
  padding: 36px !important;
}

.p-37 {
  padding: 37px !important;
}

.p-38 {
  padding: 38px !important;
}

.p-39 {
  padding: 39px !important;
}

.p-40 {
  padding: 40px !important;
}

.p-40 {
  padding: 4% !important;
}

.pt-0 {
  padding-top: 0px !important;
}

.pt-1 {
  padding-top: 1px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-3 {
  padding-top: 3px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-5 {
  padding-top: 5px !important;
}

.pt-6 {
  padding-top: 6px !important;
}

.pt-7 {
  padding-top: 7px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-9 {
  padding-top: 9px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-11 {
  padding-top: 11px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-13 {
  padding-top: 13px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-17 {
  padding-top: 17px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pt-19 {
  padding-top: 19px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-21 {
  padding-top: 21px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pt-23 {
  padding-top: 23px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-26 {
  padding-top: 26px !important;
}

.pt-27 {
  padding-top: 27px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pt-29 {
  padding-top: 29px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-31 {
  padding-top: 31px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pt-33 {
  padding-top: 33px !important;
}

.pt-34 {
  padding-top: 34px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pt-37 {
  padding-top: 37px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

.pt-39 {
  padding-top: 39px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-1 {
  padding-left: 1px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-3 {
  padding-left: 3px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-6 {
  padding-left: 6px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-9 {
  padding-left: 9px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-11 {
  padding-left: 11px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-13 {
  padding-left: 13px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pl-15 {
  padding-left: 15px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pl-17 {
  padding-left: 17px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pl-19 {
  padding-left: 19px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pl-21 {
  padding-left: 21px !important;
}

.pl-22 {
  padding-left: 22px !important;
}

.pl-23 {
  padding-left: 23px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.pl-26 {
  padding-left: 26px !important;
}

.pl-27 {
  padding-left: 27px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pl-29 {
  padding-left: 29px !important;
}

.pl-30 {
  padding-left: 30px !important;
}

.pl-31 {
  padding-left: 31px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pl-33 {
  padding-left: 33px !important;
}

.pl-34 {
  padding-left: 34px !important;
}

.pl-35 {
  padding-left: 35px !important;
}

.pl-36 {
  padding-left: 36px !important;
}

.pl-37 {
  padding-left: 37px !important;
}

.pl-38 {
  padding-left: 38px !important;
}

.pl-39 {
  padding-left: 39px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-1 {
  padding-right: 1px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-3 {
  padding-right: 3px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-5 {
  padding-right: 5px !important;
}

.pr-6 {
  padding-right: 6px !important;
}

.pr-7 {
  padding-right: 7px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-9 {
  padding-right: 9px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-11 {
  padding-right: 11px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-13 {
  padding-right: 13px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-17 {
  padding-right: 17px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pr-19 {
  padding-right: 19px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-21 {
  padding-right: 21px !important;
}

.pr-22 {
  padding-right: 22px !important;
}

.pr-23 {
  padding-right: 23px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pr-25 {
  padding-right: 25px !important;
}

.pr-26 {
  padding-right: 26px !important;
}

.pr-27 {
  padding-right: 27px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.pr-29 {
  padding-right: 29px !important;
}

.pr-30 {
  padding-right: 30px !important;
}

.pr-31 {
  padding-right: 31px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pr-33 {
  padding-right: 33px !important;
}

.pr-34 {
  padding-right: 34px !important;
}

.pr-35 {
  padding-right: 35px !important;
}

.pr-36 {
  padding-right: 36px !important;
}

.pr-37 {
  padding-right: 37px !important;
}

.pr-38 {
  padding-right: 38px !important;
}

.pr-39 {
  padding-right: 39px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-1 {
  padding-bottom: 1px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-3 {
  padding-bottom: 3px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-6 {
  padding-bottom: 6px !important;
}

.pb-7 {
  padding-bottom: 7px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-9 {
  padding-bottom: 9px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-11 {
  padding-bottom: 11px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-13 {
  padding-bottom: 13px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-17 {
  padding-bottom: 17px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.pb-19 {
  padding-bottom: 19px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-21 {
  padding-bottom: 21px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.pb-23 {
  padding-bottom: 23px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-26 {
  padding-bottom: 26px !important;
}

.pb-27 {
  padding-bottom: 27px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.pb-29 {
  padding-bottom: 29px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-31 {
  padding-bottom: 31px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.pb-33 {
  padding-bottom: 33px !important;
}

.pb-34 {
  padding-bottom: 34px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.pb-37 {
  padding-bottom: 37px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.pb-39 {
  padding-bottom: 39px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.m-0 {
  margin: 0px !important;
}

.m-1 {
  margin: 1px !important;
}

.m-2 {
  margin: 2px !important;
}

.m-3 {
  margin: 3px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-6 {
  margin: 6px !important;
}

.m-7 {
  margin: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-9 {
  margin: 9px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-11 {
  margin: 11px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-13 {
  margin: 13px !important;
}

.m-14 {
  margin: 14px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-17 {
  margin: 17px !important;
}

.m-18 {
  margin: 18px !important;
}

.m-19 {
  margin: 19px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-21 {
  margin: 21px !important;
}

.m-22 {
  margin: 22px !important;
}

.m-23 {
  margin: 23px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-25 {
  margin: 25px !important;
}

.m-26 {
  margin: 26px !important;
}

.m-27 {
  margin: 27px !important;
}

.m-28 {
  margin: 28px !important;
}

.m-29 {
  margin: 29px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-31 {
  margin: 31px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-33 {
  margin: 33px !important;
}

.m-34 {
  margin: 34px !important;
}

.m-35 {
  margin: 35px !important;
}

.m-36 {
  margin: 36px !important;
}

.m-37 {
  margin: 37px !important;
}

.m-38 {
  margin: 38px !important;
}

.m-39 {
  margin: 39px !important;
}

.m-40 {
  margin: 40px !important;
}

.m-perc-0 {
  margin: 0% !important;
}

.m-perc-1 {
  margin: 1% !important;
}

.m-perc-2 {
  margin: 2% !important;
}

.m-perc-3 {
  margin: 3% !important;
}

.m-perc-4 {
  margin: 4% !important;
}

.m-perc-5 {
  margin: 5% !important;
}

.m-perc-6 {
  margin: 6% !important;
}

.m-perc-7 {
  margin: 7% !important;
}

.m-perc-8 {
  margin: 8% !important;
}

.m-perc-9 {
  margin: 9% !important;
}

.m-perc-10 {
  margin: 10% !important;
}

.m-perc-11 {
  margin: 11% !important;
}

.m-perc-12 {
  margin: 12% !important;
}

.m-perc-13 {
  margin: 13% !important;
}

.m-perc-14 {
  margin: 14% !important;
}

.m-perc-15 {
  margin: 15% !important;
}

.m-perc-16 {
  margin: 16% !important;
}

.m-perc-17 {
  margin: 17% !important;
}

.m-perc-18 {
  margin: 18% !important;
}

.m-perc-19 {
  margin: 19% !important;
}

.m-perc-20 {
  margin: 20% !important;
}

.m-perc-21 {
  margin: 21% !important;
}

.m-perc-22 {
  margin: 22% !important;
}

.m-perc-23 {
  margin: 23% !important;
}

.m-perc-24 {
  margin: 24% !important;
}

.m-perc-25 {
  margin: 25% !important;
}

.m-perc-26 {
  margin: 26% !important;
}

.m-perc-27 {
  margin: 27% !important;
}

.m-perc-28 {
  margin: 28% !important;
}

.m-perc-29 {
  margin: 29% !important;
}

.m-perc-30 {
  margin: 30% !important;
}

.m-perc-31 {
  margin: 31% !important;
}

.m-perc-32 {
  margin: 32% !important;
}

.m-perc-33 {
  margin: 33% !important;
}

.m-perc-34 {
  margin: 34% !important;
}

.m-perc-35 {
  margin: 35% !important;
}

.m-perc-36 {
  margin: 36% !important;
}

.m-perc-37 {
  margin: 37% !important;
}

.m-perc-38 {
  margin: 38% !important;
}

.m-perc-39 {
  margin: 39% !important;
}

.m-perc-40 {
  margin: 40% !important;
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-1 {
  margin-top: 1px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-3 {
  margin-top: 3px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-5 {
  margin-top: 5px !important;
}

.mt-6 {
  margin-top: 6px !important;
}

.mt-7 {
  margin-top: 7px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-9 {
  margin-top: 9px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-11 {
  margin-top: 11px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-13 {
  margin-top: 13px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-17 {
  margin-top: 17px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mt-19 {
  margin-top: 19px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-21 {
  margin-top: 21px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mt-23 {
  margin-top: 23px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-26 {
  margin-top: 26px !important;
}

.mt-27 {
  margin-top: 27px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mt-29 {
  margin-top: 29px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-31 {
  margin-top: 31px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-33 {
  margin-top: 33px !important;
}

.mt-34 {
  margin-top: 34px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mt-37 {
  margin-top: 37px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mt-39 {
  margin-top: 39px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-70 {
  margin-top: 70px;
}

.ml-0 {
  margin-left: 0px !important;
}

.ml-1 {
  margin-left: 1px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-3 {
  margin-left: 3px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-6 {
  margin-left: 6px !important;
}

.ml-7 {
  margin-left: 7px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-9 {
  margin-left: 9px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-11 {
  margin-left: 11px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-13 {
  margin-left: 13px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-17 {
  margin-left: 17px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.ml-19 {
  margin-left: 19px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-21 {
  margin-left: 21px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.ml-23 {
  margin-left: 23px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-25 {
  margin-left: 25px !important;
}

.ml-26 {
  margin-left: 26px !important;
}

.ml-27 {
  margin-left: 27px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.ml-29 {
  margin-left: 29px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-31 {
  margin-left: 31px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.ml-33 {
  margin-left: 33px !important;
}

.ml-34 {
  margin-left: 34px !important;
}

.ml-35 {
  margin-left: 35px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.ml-37 {
  margin-left: 37px !important;
}

.ml-38 {
  margin-left: 38px !important;
}

.ml-39 {
  margin-left: 39px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-1 {
  margin-right: 1px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-3 {
  margin-right: 3px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-6 {
  margin-right: 6px !important;
}

.mr-7 {
  margin-right: 7px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-9 {
  margin-right: 9px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-11 {
  margin-right: 11px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-13 {
  margin-right: 13px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-17 {
  margin-right: 17px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mr-19 {
  margin-right: 19px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-21 {
  margin-right: 21px !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.mr-23 {
  margin-right: 23px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-26 {
  margin-right: 26px !important;
}

.mr-27 {
  margin-right: 27px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.mr-29 {
  margin-right: 29px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-31 {
  margin-right: 31px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mr-33 {
  margin-right: 33px !important;
}

.mr-34 {
  margin-right: 34px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.mr-37 {
  margin-right: 37px !important;
}

.mr-38 {
  margin-right: 38px !important;
}

.mr-39 {
  margin-right: 39px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-1 {
  margin-bottom: 1px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-3 {
  margin-bottom: 3px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}

.mb-6 {
  margin-bottom: 6px !important;
}

.mb-7 {
  margin-bottom: 7px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-9 {
  margin-bottom: 9px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.mb-11 {
  margin-bottom: 11px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-13 {
  margin-bottom: 13px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-17 {
  margin-bottom: 17px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.mb-19 {
  margin-bottom: 19px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-21 {
  margin-bottom: 21px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.mb-23 {
  margin-bottom: 23px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-25 {
  margin-bottom: 25px !important;
}

.mb-26 {
  margin-bottom: 26px !important;
}

.mb-27 {
  margin-bottom: 27px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.mb-29 {
  margin-bottom: 29px !important;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mb-31 {
  margin-bottom: 31px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-33 {
  margin-bottom: 33px !important;
}

.mb-34 {
  margin-bottom: 34px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.mb-37 {
  margin-bottom: 37px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.mb-39 {
  margin-bottom: 39px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

@media (max-width: 815px) {
  .mb-40 {
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 815px) {
  .mobile-mb-25 {
    margin-bottom: 20% !important;
  }
}

.w-5 {
  width: 5%;
}

.w-10 {
  width: 10%;
}

.w-15 {
  width: 15%;
}

.w-20 {
  width: 20%;
}

.w-25 {
  width: 25%;
}

.w-30 {
  width: 30%;
}

.w-35 {
  width: 35%;
}

.w-40 {
  width: 40%;
}

.w-45 {
  width: 45%;
}

.w-50 {
  width: 50%;
}

.w-55 {
  width: 55%;
}

.w-60 {
  width: 60%;
}

.w-65 {
  width: 65%;
}

.w-70 {
  width: 70%;
}

.w-75 {
  width: 75%;
}

.w-80 {
  width: 80%;
}

.bg-black {
  background: black !important;
}

.show {
  display: block !important;
  /*  width: 100%;
   height: 100%; 
   position: absolute;  */
}

.show-flex {
  display: flex;
}

.hide {
  display: none !important;
}

.t-visible {
  animation: fadein ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.d-none {
  display: none !important;
}

.d-contents {
  display: contents !important;
}

.h-0 {
  height: auto;
}

.h-50 {
  height: 50%;
}

.h-70 {
  height: 70%;
}

.h-auto {
  height: auto;
}

.r-0 {
  right: 0;
}

.l-0 {
  left: 0;
}

.t-0 {
  top: 0;
}

.b-0 {
  bottom: 0;
}

.link {
  background: none !important;
  border: none;
  padding: 10px 0 10px 0;
  text-decoration: none;
  color: #fffff6;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
  margin: 0px 20px 0px 20px;
  transition: border-bottom 0.2s ease-in-out;
}
.link:hover, #catalogselection ol.link.selected {
  cursor: pointer;
  border-bottom: 1px solid #ffffff;
}

.comingsoon {
  border: 1px solid #fffff6;
  color: #fffff6;
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
  margin-top: 20px;
  padding: 10px 15px 10px 15px;
  font-family: "HeadlineFont-Regular", Arial, Helvetica, sans-serif;
  border-radius: 10px;
}

.codeSnippet {
  border-radius: 5px;
  background-color: #3b3b3b;
  padding: 15px;
  color: #FFFFFF;
  position: relative;
}
.codeSnippet .copyCode {
  position: absolute;
  top: 0;
  right: 0;
}
.codeSnippet .copyCode :hover, .codeSnippet .copyCode #catalogselection ol.selected, #catalogselection .codeSnippet .copyCode ol.selected {
  cursor: pointer;
}
.codeSnippet .copyCode img {
  width: 45px;
  height: 45px;
  padding: 0;
  margin: 0;
  border: 0;
}

.mobile-show {
  display: flex;
}
@media (min-width: 800px) {
  .mobile-show {
    display: none;
  }
}

.centerModel {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.spacer-1 {
  height: 1vw;
  width: 100%;
}

.spacer-2 {
  height: 2vw;
  width: 100%;
}

.spacer-3 {
  height: 3vw;
  width: 100%;
}

.spacer-4 {
  height: 4vw;
  width: 100%;
}

.spacer-5 {
  height: 5vw;
  width: 100%;
}

.spacer-6 {
  height: 6vw;
  width: 100%;
}

.spacer-7 {
  height: 7vw;
  width: 100%;
}

.spacer-8 {
  height: 8vw;
  width: 100%;
}

.spacer-9 {
  height: 9vw;
  width: 100%;
}

.spacer-10 {
  height: 10vw;
  width: 100%;
}

@media (max-width: 500px) {
  .flex-column-m {
    flex-flow: column;
  }
  .j-center-m {
    justify-content: center;
    align-items: center;
  }
}
/* HELPERS */
/*-------------------------------------------------------------------------------------------------*/
/* IFRAME CONTROLS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
#iframeControls {
  display: flex;
  position: absolute;
  height: auto;
  margin: 5px 5px 0 0;
  bottom: 0;
  right: 0;
  animation: fadein 0.5s forwards;
}
#iframeControls :hover, #iframeControls #catalogselection ol.selected, #catalogselection #iframeControls ol.selected {
  cursor: pointer;
}
#iframeControls .fullScreen img {
  width: 25px;
}
#iframeControls .sdhd {
  color: white;
  font-weight: bold;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  text-decoration: none;
}

/* IFRAME CONTROLS */
/*-------------------------------------------------------------------------------------------------*/
/* HTML -------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

brandoverlay-component {
  width: 100%;
  position: absolute;
  z-index: 99999;
}

img {
  -webkit-user-drag: none;
  -khtml-user-drag: none;
  -moz-user-drag: none;
  -o-user-drag: none;
  user-drag: none;
}

/* SCROLLBARS */
/* Firefox Fallback */
* {
  scrollbar-width: thin;
  scrollbar-color: #FE9300 rgba(0, 0, 0, 0);
}

*::-webkit-scrollbar {
  width: 10px;
}

*::-webkit-scrollbar-track {
  background: linear-gradient(0deg, #666666 0%, #666666 100%);
}

*::-webkit-scrollbar-thumb {
  background: #FE9300;
  border-radius: 10px;
  border: 2px solid #f1f1f1;
  box-shadow: 0px 0px 0px 100000vh #f1f1f1;
}

*::-webkit-scrollbar-track {
  margin-top: 10px;
  margin-bottom: 10px;
}

/* END SCROLLBARS */
html {
  background-color: black;
  text-rendering: optimizeLegibility;
  scroll-behavior: smooth;
  overflow-y: scroll;
  /* FOR USERS WHO PREFER THE LATTER */
}
@media screen and (prefers-reduced-motion: reduce) {
  html html {
    scroll-behavior: auto;
  }
}

html,
body {
  margin: 0;
  padding: 0;
  background: white;
  background-size: cover;
  /* IOS NOTCH */
  min-height: calc(100% + env(safe-area-inset-top));
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

/* IOS NOTCH */
/* JG Software Archaeology: This was used only for capacitor, and maybe some web. It shouldn't be on by default and breaks main page margins. */
/* header:before {
  content: "";
  background-color: white;
  width: 100%;
  height: 9%;
  position: absolute;
  display: block;
  position: fixed;
  z-index: -1;
  margin-top: 0px;
  top: -20px;
} */

body {
  transition: all 0.5s ease-in-out;
  min-height: 100vh;
  font: 100%;
  margin: 0px;
  padding: 0px;
  line-height: 1.5rem;
  display: flex;
  flex-direction: column;
  scrollbar-width: none;
  animation: fadein ease 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

body > #main {
  display: flex;
  min-height: 100vh;
  margin-left: 190px;
  /* INITIAL MEDIA QUERY FOR UNDECIDED DESIGN */
}
body > #main:has(#notfoundpage) {
  /* UNDO MARGIN LEFT */
  margin-left: unset;
}
@media (max-width: 815px) {
  body > #main {
    margin-left: unset;
  }
}

/*-------------------------------------------------------------------------------------------------*/
/* HEADINGS ---------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5 {
  font-family: "HeadlineFont-Regular", Arial, Helvetica, sans-serif;
  color: #05233E;
  margin-bottom: 0.6rem;
  margin-top: 0.6rem;
  line-height: initial;
}

h1 {
  font-size: 1.35rem;
  font-size: clamp(1.35rem, 1.1rem + 1.25vw, 1.9rem);
}

h2 {
  font-size: 1.25rem;
  font-size: clamp(1.25rem, 1rem + 1.25vw, 1.8rem);
}

h3 {
  font-size: 1.15rem;
  font-size: clamp(1.15rem, 0.9rem + 1.25vw, 1.7rem);
}

h4 {
  font-size: 1.05rem;
  font-size: clamp(1.05rem, 0.8rem + 1.25vw, 1.6rem);
}

h5 {
  font-size: 1rem;
  font-size: clamp(1rem, 0.7727272727rem + 1.1363636364vw, 1.5rem);
}

/*-------------------------------------------------------------------------------------------------*/
/* TEXT -------------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
p, ul, li {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
  color: #1C1C1C;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.5rem;
  inline-size: auto;
  word-break: normal;
  overflow-wrap: break-word;
}

span {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
}

strong {
  font-family: "MainFont-Medium", Arial, Helvetica, sans-serif;
}

button {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
}

input {
  font-size: 1rem;
  font-size: clamp(1rem, 0.9090909091rem + 0.4545454545vw, 1.2rem);
}

sub {
  font-size: 0.6rem;
  font-size: clamp(0.6rem, 0.5318181818rem + 0.3409090909vw, 0.75rem);
  color: #fffff6;
  font-family: "MainFont-Regular", Arial, Helvetica, sans-serif;
  font-weight: 200;
  line-height: 1.5rem;
  margin-top: 0;
}

a {
  font-weight: bold;
  color: #F0F0F0;
  text-decoration: none;
  font-family: "MainFont-Bold", Arial, Helvetica, sans-serif;
}
a:hover {
  cursor: pointer;
  text-decoration: none;
}

hr {
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 50%;
  border: 0;
  height: 1px;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));
}

/*-------------------------------------------------------------------------------------------------*/
/* UNORDERED LISTS --------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------------------*/
ul {
  list-style-type: none;
}

img {
  align-self: center;
}

.container {
  width: 100%;
}
@media screen and (max-width: 850px) {
  .container {
    margin-top: 70px;
  }
}

.container-mw {
  max-width: 1440px;
  width: 100%;
}

section {
  display: flex;
  flex-flow: column;
  flex: 1 1 100%;
  height: auto;
  width: auto;
  overflow: hidden;
}
section div.embelish:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: block;
  left: -25px;
  position: absolute;
  top: -15px;
  z-index: -1;
}
section div.embelish:after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgb(20, 21, 22);
  display: block;
  left: -12px;
  position: absolute;
  top: -10px;
  z-index: -1;
}
section.s-bg {
  background: #232529;
}
section.s-bg div.embelish:before {
  content: "";
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.05);
  display: block;
  left: -25px;
  position: absolute;
  top: -15px;
  z-index: -1;
}
section.s-bg div.embelish:after {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #232529;
  display: block;
  left: -12px;
  position: absolute;
  top: -10px;
  z-index: -1;
}
section.s-bg-02 {
  background: #1b1d20;
}

#categories {
  margin-top: 70px;
}/*# sourceMappingURL=main.css.map */

.main-page-title {
  margin: 0 0 0 15px;
  padding: 0;
  font-size: 20pt;
  font-weight: bold;
  font-family: "HeadlineFont-Regular", Arial, Helvetica, sans-serif;
  color: #05233E;
  line-height: 20pt;
}

.category-page {
  margin: 60px 0 0 0;
}

.override-content-page {
  margin: 60px 0 0 0;
}

.catalog-title {
  margin-left: 15px;
}

.catalog-order-selector {
  margin: 0 0 0 10px;
}

.order-selector-dropdown {
  margin-top: 10px;
}
