:root {
  --bgImg: url("images/R66BG_1920x1080.jpg");
  --bg-color: rgb(35, 35, 35);
  --R66Orange: #DE5A33;
  --R66Orange2: #F15A29;
  --R66Orangebright: #ff8056;
  --R66OrangeA: #fa3a0060;
  --hover-hl: #6bfffc;
  --active-hl: #3fff04;
  --item-disabled: #7a7a7a;
  --thin-ui-primary: var(--R66Orange);
  --thin-ui-secondary: transparent;
  --thin-ui-neutral: #e4e9ef;
  --thin-ui-action: #4fae33;
  --thin-ui-warning: #ff7f00;
  --form-control-color: rebeccapurple;
  --form-control-disabled: #959495;
  --linkbox-width: 20rem;
  --popup-bg-color: #232428;
  --popup-screen-bg-color: rgba(0,0,0,0.8);
}

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
  overscroll-behavior: none;
}

.svg_on svg .fill {
  fill: var(--R66Orange);
}

.svg_off svg .fill {
  fill: var(--item-disabled);
}

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

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

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

[draggable=true] {
  user-select: none;
}

ul.moveable {
  list-style: none;
  margin: 0px;
}
ul.moveable li {
  list-style-image: none;
  padding: 1em;
  cursor: move;
}
ul.moveable li:hover {
  background-color: lightsteelblue;
  color: black;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100vh;
  color: #fff;
  font-family: "rawline", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  letter-spacing: 0.5px;
  background: radial-gradient(#5c5c5c, #1f1013);
  overflow-y: hidden;
}
body svg {
  position: relative;
  top: 2px;
}
body svg.icon.fill-white {
  fill: white;
}
body svg.icon.fill-R6Orange {
  fill: var(--R66Orange);
}
body svg.icon.fill-R6Orange2 {
  fill: var(--R66Orange2);
}
body svg.icon.fill-R6OrangeBrt {
  fill: var(--R66Orangebright);
}
body svg.icon.fill-transparent {
  fill: transparent;
}
body svg.icon.stroke-transparent {
  stroke: transparent;
}
body svg.icon.stroke-white {
  stroke: white;
}
body svg.icon.stroke-R6Orange {
  stroke: var(--R66Orange);
}
body svg.icon.stroke-R6Orange2 {
  stroke: var(--R66Orange2);
}
body svg.icon.stroke-R6OrangeBrt {
  stroke: var(--R66Orangebright);
}
body .UIVPU-userinfo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 201;
  width: 100vw;
  height: 100vh;
  display: none;
  animation: zoom 0.3s ease-in-out;
  background-color: var(--popup-screen-bg-color);
}
body .UIVPU-userinfo .inner {
  position: relative;
  width: 30vw;
  height: 10vh;
  padding: 1.5em;
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: var(--popup-bg-color);
  flex-direction: column;
}
body .UIVPU-userinfo .inner .exit {
  position: absolute;
  cursor: pointer;
  height: 1.5em;
  right: 0.5em;
  top: 0.5em;
}
body .UIVPU-userinfo .inner .exit * {
  pointer-events: none;
}
body .UIVPU-userinfo .inner .exit svg {
  height: 100%;
}
body.UIVPU-userinfo .UIVPU-userinfo {
  display: flex;
  justify-content: center;
  align-items: center;
}
body .user-menu-container {
  max-width: 0vw;
}
body.userMenu .user-menu-container {
  max-width: 20vw !important;
}
body .userMenuBtn {
  display: block;
  aspect-ratio: 1/1;
  width: 1.4em;
  margin: 1em 1em;
  cursor: pointer;
  padding: 0.5em 0.5em 0.1em;
  z-index: 100;
  background-color: transparent;
  display: block;
}
body .userMenuBtn.global {
  position: absolute;
  top: 0vh;
  right: 0vw;
  z-index: 200;
}
body .userMenuBtn * {
  pointer-events: none;
  width: 100%;
  height: 2px;
  background-color: var(--R66Orange2);
  margin-bottom: 7px;
  transition: transform 0.35s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.35s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.25s ease;
}
body .userMenuBtn div:first-child {
  transform-origin: 0% 0%;
}
body .userMenuBtn div:last-child {
  transform-origin: 0% 100%;
}
body.userMenu .userMenuBtn div {
  opacity: 0;
}
body.userMenu .userMenuBtn div:first-child, body.userMenu .userMenuBtn div:last-child {
  opacity: 1;
}
body.userMenu .userMenuBtn div:first-child {
  transform: rotate(45deg) scale(1.05, 1);
}
body.userMenu .userMenuBtn div:last-child {
  transform: rotate(-45deg) scale(1.05, 1);
}
body.loggedIn {
  background-image: url("images/site_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
body.loggedIn .h-b {
  display: block;
}
body .img-popup {
  opacity: 1;
  transition: opacity 0.25s ease;
  animation: zoom 0.3s ease-in-out;
}
body .img-popup.fadeOut {
  opacity: 0;
}
body .vid-container {
  position: absolute;
  z-index: 101;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  background-color: var(--popup-screen-bg-color);
  animation: zoom 0.3s ease-in-out;
  cursor: pointer;
  transition: opacity 0.25s ease;
  opacity: 1;
}
body .vid-container.fadeOut {
  opacity: 0;
}
body .vid-container .info {
  position: absolute;
  display: inline-block;
  background-color: var(--popup-screen-bg-color);
  width: 99.5%;
  text-align: center;
  top: 1vh;
  padding: 0.25vw;
  border-radius: 1em;
  margin: 0 auto;
  pointer-events: none;
}
body .vid-container video {
  width: 100%;
  height: 100%;
}
body *:not(input) {
  user-select: none;
}

@media (min-width: 1024px) {
  body {
    font-size: 18px;
  }
}
a:link, a:hover, a:visited, a:active {
  text-decoration: none;
  color: #fff;
}

.flexbox {
  display: flex;
}
.flexbox.justify-center {
  justify-content: center;
}
.flexbox.justify-between {
  justify-content: space-between;
}
.flexbox.justify-around {
  justify-content: space-around;
}
.flexbox.justify-start {
  justify-content: start;
}
.flexbox.justify-end {
  justify-content: end;
}
.flexbox.align-center {
  align-items: center;
}
.flexbox.align-start {
  align-items: start;
}
.flexbox.align-end {
  align-items: end;
}

.pointer {
  cursor: pointer;
}

@keyframes blinker {
  40% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  60% {
    opacity: 1;
  }
}
@keyframes pulse-color {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(var(--R66Orange), 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(var(--R66Orange), 0);
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(var(--R66Orange), 0);
  }
}
.ico-mglass {
  position: relative;
  display: inline-block;
  background: #fff;
  border-radius: 30px;
  height: 8px;
  width: 8px;
  border: 2px solid #888;
}
.ico-mglass:after {
  content: "";
  height: 3px;
  width: 8px;
  background: #888;
  position: absolute;
  top: 9px;
  left: 6px;
  transform: rotate(45deg);
}

@keyframes offRightOn {
  0% {
    left: 120vw;
  }
  100% {
    left: 0.5vw;
  }
}
.btn {
  background-color: var(--R66Orange);
  color: white;
  font-weight: bold;
  pointer-events: all;
  border-radius: 0.5em;
  cursor: pointer;
  font-size: 0.9em;
  padding: 0.15em 0.8em;
  margin-left: 1em;
  text-transform: uppercase;
}
.btn.disabled {
  background-color: gray;
}
.btn * {
  pointer-events: none;
}

.flexrow {
  display: flex;
}
.flexrow.justify.start {
  justify-content: start;
}
.flexrow.justify.jright {
  justify-content: end;
}
.flexrow.justify.jcenter {
  justify-content: center;
}
.flexrow.justify.jbetween {
  justify-content: space-between;
}
.flexrow.justify.jevenly {
  justify-content: space-evenly;
}
.flexrow.valign.vstart {
  align-items: start;
}
.flexrow.valign.vend {
  align-items: end;
}
.flexrow.valign.vcenter {
  align-items: center;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted gray;
}
.tooltip .tooltiptext {
  visibility: hidden;
  width: fit-content;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 1em;
  padding: 0.7em;
  font-size: 0.5em;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: -50%;
  opacity: 0;
  transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.app {
  position: relative;
  width: 100vw;
  height: 100vh;
}
.app .privacy {
  text-shadow: 0 0 8px white;
  color: transparent !important;
}
.app > .inner {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  color: white;
  background-color: black;
}
.app > .inner > header {
  background-color: #4E535F;
  display: flex;
  justify-content: space-between;
}
.app > .inner > header > h2 {
  margin-right: 4em;
}
.app > .inner .user-ui {
  position: absolute;
  top: 0.2vh;
  left: 0.2vw;
  z-index: 1;
  width: 98vw;
  height: 90vh;
  background-color: var(--popup-screen-bg-color);
  backdrop-filter: blur(10px);
  padding: 1em 1em 0.5em 1.5em;
  transition: right 1s ease;
  border-radius: 0.5em;
  overflow: hidden;
  animation: offRightOn 0.3s ease-out;
}
.app > .inner .user-ui > .inner {
  position: relative;
}
.app > .inner .user-ui > .inner .tool-box {
  position: absolute;
  top: 8vh;
  width: 10vw;
  background-color: #e6e6e6;
  color: black;
  padding: 1.5em 0.5em 1em 2.5em;
  left: -12vw;
  font-size: 0.5vw;
  z-index: 1;
  border-radius: 6px;
  transition: left 0.5s ease;
}
.app > .inner .user-ui > .inner .tool-box.open {
  left: -2.1vw;
}
.app > .inner .user-ui > .inner .tool-box > .inner {
  position: relative;
}
.app > .inner .user-ui > .inner .tool-box > .inner .opener {
  cursor: pointer;
  right: 0px;
  position: absolute;
  width: 1vw;
  height: 100%;
  text-align: right;
  display: inline-flex;
  justify-content: flex-end;
}
.app > .inner .user-ui > .inner .tool-box > .inner .opener svg {
  aspect-ratio: 1/1;
  width: 1em;
  transform: rotate(-90deg);
  pointer-events: none;
  transition: transform 0.25s ease;
}
.app > .inner .user-ui > .inner .tool-box > .inner .opener.closed svg {
  transform: rotate(90deg);
}
.app > .inner .user-ui > .inner .tool-box > .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.app > .inner .user-ui > .inner .tool-box > .inner ul li {
  margin: 0 0 0.5em;
  padding: 0;
  cursor: pointer;
}
.app > .inner .user-ui input {
  min-width: 18em;
  padding: 0.5em;
  font-size: 1em;
  border-radius: 0.25em;
  outline: 0px;
}
.app > .inner .user-ui input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: rgba(0, 0, 0, 0.5);
  font-size: 0.65em;
}
.app > .inner .user-ui .refer-ui-control {
  cursor: pointer;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 1em;
  align-items: center;
  border-bottom: 1px solid white;
}
.app > .inner .user-ui .refer-ui-control svg {
  aspect-ratio: 1/1;
  width: 1em;
  pointer-events: none;
}
.app > .inner .user-ui .refer-ui-control.up svg {
  transform: rotate(180deg);
}
.app > .inner .user-ui .refer-ui {
  max-height: 20vh;
  overflow: hidden;
  transition: max-height 0.25s ease;
}
.app > .inner .user-ui .refer-ui.closed {
  max-height: 0vh;
}
.app > .inner .user-ui .row {
  width: 100%;
}
.app > .inner .user-ui .row:not(:nth-child(1)) {
  margin-bottom: 0.6em;
}
.app > .inner .user-ui .row.info {
  font-size: 0.8em;
  margin: 0em;
}
.app > .inner .user-ui .row.event-info {
  border-top: 2px solid green;
  border-bottom: 2px solid green;
  padding: 1em;
  margin-top: 1em;
  max-width: fit-content;
  color: lawngreen;
}
.app > .inner .user-ui .row .exit {
  color: var(--R66Orange);
  font-weight: bold;
  font-size: 1.1em;
  cursor: pointer;
  margin-right: 1em;
}
.app > .inner .user-ui .row .exit svg, .app > .inner .user-ui .row .exit img {
  aspect-ratio: 1/1;
  width: 1em;
}
.app > .inner .user-ui .row .btn {
  background-color: var(--R66Orange);
  color: white;
  font-weight: bold;
  pointer-events: all;
  border-radius: 0.5em;
  cursor: pointer;
  font-size: 0.9em;
  padding: 0.15em 0.8em;
  margin-left: 1em;
  text-transform: uppercase;
}
.app > .inner .user-ui .row .btn.disabled {
  background-color: gray;
}
.app > .inner .user-ui .row .btn * {
  pointer-events: none;
}
.app > .inner .user-ui .row .key {
  color: var(--R66Orange);
}
.app > .inner .user-ui .row.error {
  background-color: darkred;
  border-radius: 0.5em;
  font-size: 0.85em;
  width: fit-content;
  padding: 1em;
}
.app > .inner .user-ui .row.error .key {
  color: yellow;
  font-weight: bold;
  margin-right: 1em;
}
.app > .inner .user-ui .row.error .val {
  color: white;
}
.app > .inner .search-bar-container {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 1vh;
  width: 95vw;
  left: 0.45em;
  height: 85vh;
  background-color: var(--popup-screen-bg-color);
  backdrop-filter: blur(10px);
  padding: 2em;
  z-index: 1;
  border-radius: 0.5em;
}
.app > .inner .search-bar-container .key {
  color: var(--R66Orange);
  padding-right: 1em;
  font-weight: bold;
}
.app > .inner .search-bar-container .input-container {
  height: 2.5em;
  padding: 0.25em;
  display: inline-flex;
  justify-content: start;
  align-items: center;
  width: 100%;
  background-color: white;
  border-radius: 1em;
  color: var(--R66Orange);
  font-size: 0.75em;
  font-weight: bold;
}
.app > .inner .search-bar-container .input-container ul {
  list-style: none;
  padding: 0px 0px 0em 1em;
  display: flex;
}
.app > .inner .search-bar-container .input-container ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 0.5em;
  color: white;
  background-color: var(--R66Orange);
  border-radius: 1em;
  padding: 0.5em 1em;
}
.app > .inner .search-bar-container .input-container ul li .removeSrchItem {
  margin: 0.1em 0em 0em 0.8em;
  cursor: pointer;
  font-size: 0.7rem;
  border: 1px solid white;
  border-radius: 0.5em;
  text-align: center;
  padding: 0.1em 0.2em 0px 0.2em;
  background-color: white;
  color: red;
}
.app > .inner .search-bar-container .input-container input {
  border: 0px;
  color: var(--R66Orange);
  font-size: 1.4em;
  font-weight: bold;
  min-width: 13em;
}
.app > .inner .search-bar-container .input-container input:focus, .app > .inner .search-bar-container .input-container input:active {
  outline: none;
}
.app > .inner .search-bar-container .input-container .srch-actions {
  display: none;
  margin-left: auto;
  padding: 1em;
  cursor: pointer;
}
.app > .inner .search-bar-container .input-container .close-search {
  cursor: pointer;
  font-size: 1.5em;
  margin: 0 0.5em;
  margin-left: auto;
}
.app > .inner .search-bar-container .search-results {
  display: flex;
  justify-content: space-between;
}
.app > .inner .search-bar-container .search-results .found-terms-container {
  width: 45%;
  margin-top: 0.5em;
}
.app > .inner .search-bar-container .search-results .found-terms-container ul {
  margin: 0;
  list-style: none;
  background-color: #e5e5e5;
  color: black;
  border-radius: 1em;
  padding: 0.5em 0em 0.025em 1em;
}
.app > .inner .search-bar-container .search-results .found-terms-container ul:empty {
  background-color: transparent;
}
.app > .inner .search-bar-container .search-results .found-terms-container ul li {
  margin-bottom: 1em;
  cursor: pointer;
}
.app > .inner .search-bar-container .search-results .found-terms-container ul li * {
  pointer-events: none;
}
.app > .inner .search-bar-container .search-results .found-terms-container ul li .add {
  color: var(--R66Orange);
  font-weight: bold;
  padding-right: 1em;
  font-size: 1.1em;
}
.app > .inner .search-bar-container .search-results .matched-projects {
  width: 52%;
  color: black;
  margin-top: 0.5em;
}
.app > .inner .search-bar-container .search-results .matched-projects ul {
  margin: 0;
  border-radius: 1em;
  list-style: none;
  background-color: #e5e5e5;
  padding: 0.5em 0em 0.025em 1em;
}
.app > .inner .search-bar-container .search-results .matched-projects ul:empty {
  background-color: transparent;
}
.app > .inner .search-bar-container .search-results .matched-projects ul li {
  margin: 0.45em 1em 1em 0;
  cursor: pointer;
}
.app > .inner .search-bar-container .search-results .matched-projects ul li * {
  pointer-events: none;
}
.app > .inner .search-bar-container .search-results .matched-projects ul li .add {
  color: var(--R66Orange);
  font-weight: bold;
  padding-right: 1em;
  font-size: 1.1em;
}
.app > .inner nav {
  max-height: 0vh;
  overflow: hidden;
}
.app .countdown {
  position: absolute;
  top: 2vh;
  right: 1vw;
  min-width: 12em;
  text-align: center;
  background-color: var(--R66Orange);
  padding: 0.5em 1em;
  border-radius: 1em;
  z-index: 1;
  box-shadow: 0 0 0 0 rgba(var(--R66Orange), 1);
  --color: var(--R66Orange);
  animation: pulse-color 2s infinite;
}
.app ol li::marker {
  display: none;
  opacity: 0;
  color: red;
  content: "";
}
.app .cust-scrollbar::-webkit-scrollbar {
  width: 1em;
}
.app .cust-scrollbar {
  overflow-x: hidden !important;
}
.app .cust-scrollbar.zero::-webkit-scrollbar {
  width: 0em;
}
.app .cust-scrollbar.zero::-webkit-scrollbar-thumb {
  background-color: var(--R66Orange);
  border-radius: 0em;
}
.app .cust-scrollbar.zero::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
.app .cust-scrollbar.thin::-webkit-scrollbar {
  width: 0.2em;
}
.app .cust-scrollbar.thin::-webkit-scrollbar-thumb {
  background-color: var(--R66Orange);
  border-radius: 0.2em;
}
.app .cust-scrollbar.thin::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
}
.app .cust-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.app .cust-scrollbar::-webkit-scrollbar-thumb {
  background-color: var(--R66Orange);
  border-radius: 1em;
}
.app #loading-modal {
  pointer-events: none;
}
.app .hide {
  opacity: 0;
  pointer-events: all;
}
.app .hidden {
  display: none;
}
.app .removeMe {
  opacity: 0 !important;
}
.app .togCheck {
  display: none;
}
.app .togContent {
  max-height: 0;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  transition: opacity 0.15s ease-in, max-height 0.65s ease-out;
}
.app .togContent.cust-scrollbar::-webkit-scrollbar {
  width: 0.5em;
}
.app .togContent.cust-scrollbar::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 0.5em rgba(0, 0, 0, 0.3);
}
.app .togCheck:checked + .togContent {
  min-height: 5em;
  max-height: 14vh; /* any insanely large number if a lot of contents */
  opacity: 1;
  visibility: visible;
}
.app .npenc {
  pointer-events: none;
}
.app .p-link {
  cursor: pointer;
}
.app .p-link:hover {
  color: var(--hover-hl);
}
.app .color-r6orange {
  color: var(--R66Orange);
}
.app ul.bubble-attributes li {
  display: inline-block;
}
.app hr.key {
  border: 1px solid var(--R66Orange);
  border-radius: 1em;
  width: 94%;
  margin: 1vh auto !important;
}
.app.registration {
  padding: 1em;
}
.app.registration .f-options {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.app.registration .f-options .btn {
  background-color: var(--R66Orange);
  width: fit-content;
  padding: 0.5em;
  border-radius: 0.5vw;
  cursor: pointer;
}
.app.registration .f-options .btn.submit {
  background-color: #4fae33;
}
.app.registration .f-options .btn.submit.npe {
  background-color: #777;
}
.app.registration .registration_form {
  font-size: 1em;
  margin: 2vh auto;
  width: 50vw;
}
.app.registration .registration_form p {
  line-height: 1.5em;
}
.app.registration .registration_form > .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.app.registration .registration_form .key {
  padding-right: 4em;
  color: var(--R66Orange);
  font-weight: bold;
}
.app.registration .registration_form input {
  min-width: 20em;
}
.app.registration .registration_form a {
  color: var(--R66Orange);
  text-decoration: underline;
  margin: 0 auto;
  font-weight: bold;
  background-color: black;
  padding: 0.5em 1em;
}
.app.registration .registration_form .legal-text {
  padding: 1em;
  margin: 1em;
  border: 1px solid var(--R66Orange);
}
.app.registration .registration_form tr td {
  padding-bottom: 1em;
}
.app.registration .registration_form .submit {
  margin: 0.5em 1em 0 auto;
}
.app.registration img {
  width: 5em;
}
.app .scroll {
  overflow: auto;
}
.app .scrollX {
  overflow-x: auto;
}
.app .scrollY {
  overflow-y: auto;
}
.app .login-center-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  opacity: 1;
  transition: opacity 0.35s ease-in;
}
.app .login-box {
  /*
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  */
  width: 400px;
  padding: 40px;
  background: rgba(0, 0, 0, 0.5);
  box-sizing: border-box;
  box-shadow: 0 15px 25px rgba(0, 0, 0, 0.6);
  border-radius: 10px;
}
.app .login-box *:not(input) {
  user-select: none;
}
.app .login-box.shake {
  animation: shakeX 0.82s cubic-bezier(0.36, 0.07, 0.19, 0.97) both;
  animation-fill-mode: both;
}
.app .login-box h2 {
  margin: 0 0 30px;
  padding: 0;
  color: #fff;
  text-align: center;
}
.app .login-box .user-box {
  position: relative;
}
.app .login-box .user-box input {
  width: 100%;
  padding: 10px 0;
  font-size: 16px;
  color: #000;
  margin-bottom: 30px;
  border: none;
  border-bottom: 1px solid #fff;
  outline: none;
  background: #e6f5fe;
  padding: 0.25em;
}
.app .login-box .user-box input:focus ~ label, .app .login-box .user-box input:valid ~ label {
  top: -20px;
  left: 0;
  color: var(--R66Orange);
  opacity: 1 !important;
  font-size: 12px;
}
.app .login-box .user-box input[type=checkbox] {
  appearance: none;
  margin: 0;
  width: 1.15em;
  height: 1.15em;
  display: grid;
  place-content: center;
}
.app .login-box .user-box input[type=checkbox]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--R66Orange);
  /* Windows High Contrast Mode */
  background-color: var(--R66Orange);
}
.app .login-box .user-box input[type=checkbox]:checked::before {
  transform: scale(1);
}
.app .login-box .user-box input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.app .login-box .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.25em;
  font-size: 0.9em;
  color: #333333;
  pointer-events: none;
  transition: 0.5s;
}
.app .login-box .user-box.inline {
  width: 100%;
  display: flex;
  align-items: start;
  cursor: pointer;
}
.app .login-box .user-box.inline * {
  pointer-events: none;
}
.app .login-box .user-box.inline input[type=checkbox] {
  aspect-ratio: 1/1;
  width: fit-content;
}
.app .login-box .user-box.inline label {
  position: relative;
  top: 0 !important;
  color: var(--R66Orange);
  opacity: 1 !important;
  padding-left: 1em;
}
.app .login-box .notice {
  color: yellow;
  padding: 0.5em;
  font-size: 0.65em;
  text-align: center;
  border-radius: 0.5em;
}
.app .login-box .notice.active {
  border: 2px solid #f00;
}
.app .login-box .submit {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: var(--R66Orange);
  font-size: 16px;
  text-decoration: none;
  text-transform: uppercase;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 40px;
  letter-spacing: 4px;
  width: fit-content;
  cursor: pointer;
}
.app .login-box .submit._locked, .app .login-box .submit._lockedOUT {
  pointer-events: none;
  cursor: not-allowed !important;
  opacity: 0;
}
.app .login-box .submit:not(._locked, ._lockedOUT):hover {
  background: var(--R66Orange);
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 5px var(--R66Orange), 0 0 25px var(--R66Orange), 0 0 50px var(--R66Orange), 0 0 100px var(--R66Orange);
}
.app .login-box .submit span {
  position: absolute;
  display: block;
}
.app .login-box .submit span:nth-child(1) {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--R66Orange));
  animation: btn-anim1 1s linear infinite;
}
.app .login-box .submit span:nth-child(2) {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, var(--R66Orange));
  animation: btn-anim2 1s linear infinite;
  animation-delay: 0.25s;
}
.app .login-box .submit span:nth-child(3) {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, var(--R66Orange));
  animation: btn-anim3 1s linear infinite;
  animation-delay: 0.5s;
}
.app .login-box .submit span:nth-child(4) {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, var(--R66Orange));
  animation: btn-anim4 1s linear infinite;
  animation-delay: 0.75s;
}
.app header {
  position: relative;
  background-color: #4E535F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100vw;
  max-height: 10vh;
}
.app header .logo {
  margin: 0.5em 1em 0em 1em;
}
.app header .logo img {
  height: 4.85vh;
}
.app header h2 {
  margin-left: auto;
}
.app header .user-menu-container {
  position: absolute;
  top: 0vh;
  right: -1px;
  height: 100vh;
  background-color: var(--popup-bg-color);
  color: white;
  -webkit-transition: max-width 1s ease;
  transition: max-width 0.25s ease;
  overflow: hidden;
  z-index: 100;
  box-shadow: -0.2em 0em 8px rgba(0, 0, 0, 0.5);
}
.app header .user-menu-container .inner {
  width: fit-content;
  padding: 0;
  margin-top: 5vh;
}
.app header .user-menu-container .inner ul.user-menu-options {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 15em;
  min-height: 83vh;
  list-style: none;
  margin: 0;
  padding: 0.25em 0em;
  font-size: 0.85em;
}
.app header .user-menu-container .inner ul.user-menu-options li {
  cursor: pointer;
  margin: 0.5em 0 0.5em;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
  text-align: right;
}
.app header .user-menu-container .inner ul.user-menu-options li.cmd * {
  pointer-events: none;
}
.app header .user-menu-container .inner ul.user-menu-options li:hover, .app header .user-menu-container .inner ul.user-menu-options li:active {
  color: var(--R66Orangebright);
}
.app header .user-menu-container .inner ul.user-menu-options li.last {
  text-align: center;
  margin-top: auto;
}
.app header .user-menu-container .inner ul.user-menu-options li.cmd {
  color: white;
  text-align: left;
}
.app header .user-menu-container .inner ul.user-menu-options li.cmd:hover {
  background-color: var(--R66Orange);
}
.app header .user-menu-container .inner ul.user-menu-options li > div {
  text-align: left;
  padding: 0.25em 0.5em;
  display: flex;
  justify-content: start;
  align-items: center;
}
.app header .user-menu-container .inner ul.user-menu-options li > div svg {
  margin-right: 0.5em;
  width: 1.4em;
  height: 100%;
  pointer-events: none;
}
.app header .user-menu-container .inner ul.user-menu-options li > div .btn {
  border-radius: 0 !important;
  font-weight: 100;
}
.app main {
  display: flex;
}
.app main .menu.left {
  background-color: #7C8394;
  font-size: 0.7em;
  padding: 1vh 0.25em;
  width: 15.24vw;
  overflow: auto;
  min-height: 82.25vh;
}
.app main .menu.left .btn_row {
  display: flex;
  align-items: center;
  justify-content: start;
}
.app main .menu.left .btn_row div {
  height: 1vw;
  width: 1vw;
  padding: 0;
  margin: 0 0.1vw 0 0.7vw;
  cursor: pointer;
}
.app main .menu.left svg {
  display: block;
  width: 1.3vw;
}
.app main .menu.left .title {
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-size: 1.4em;
  margin-left: 1vw;
  font-weight: bold;
  cursor: pointer;
}
.app main .menu.left .title.home {
  margin-bottom: 1em;
}
.app main .menu.left .title.tbtn {
  margin-bottom: 1em;
}
.app main .menu.left .title * {
  pointer-events: none !important;
}
.app main .menu.left ul {
  list-style: none;
  padding: 0.25em 0 0 0;
  margin: 0.5vh 0.5vw 2vh 1.5vw;
}
.app main .menu.left ul li.grouping {
  color: var(--R66Orange);
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  margin-bottom: 0.3em;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 0.2em 0.5em;
  width: 90%;
}
.app main .menu.left ul li.grouping:not(:first-child) {
  margin-top: 1em;
}
.app main .menu.left ul li.link {
  cursor: pointer;
  user-select: none;
  margin: 0;
  padding: 0 1em;
  font-size: 1em;
}
.app main .menu.left ul li.link:hover, .app main .menu.left ul li.link.active {
  color: var(--hover-hl);
}
.app main .menu.left ul li.link * {
  pointer-events: none;
}
.app main .menu.left ul li.link .starred {
  display: inline-flex;
  width: 100%;
  /*
  &::after {
      content : ' \272D';
      margin-left: auto;
      margin-right:1vw;
  }
  */
}
.app main .content {
  position: relative;
  overflow: hidden;
  max-width: 84.76%;
}
.app main .content a {
  color: var(--R66Orange);
  text-decoration: underline;
}
.app main .content .key {
  color: var(--R66Orange);
  font-weight: bold;
  margin-bottom: 1em;
}
.app main .content ul.bubble-attributes {
  padding: 0;
  font-size: 0.8em;
  font-weight: bold;
  text-transform: uppercase;
}
.app main .content ul.bubble-attributes li {
  background-color: var(--R66Orange);
  color: #fff;
  border-radius: 1em;
  min-width: fit-content;
  padding: 0.25vw 0.5vw;
  margin: 0vw 0.3vw 0.5vw !important;
}
.app main .content ul.bubble-attributes li.not-available {
  background-color: rgba(255, 255, 255, 0.3);
  color: #ddd;
}
.app main .content .projectUI > .inner, .app main .content .assetUI > .inner, .app main .content .detailUI > .inner {
  margin-right: 2vw;
}
.app main .content .projectUI .project-header.flexbox {
  justify-content: space-between;
  align-items: center;
}
.app main .content .projectUI .project-header.flexbox .top-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
  background-color: var(--R66Orange);
  border-radius: 5px;
  padding: 0.5em 0em;
  font-size: 1.25em;
  margin: 0;
  width: var(--linkbox-width);
  height: 1.5em;
  text-align: center;
  font-weight: bold;
}
.app main .content .projectUI .two-columns {
  overflow-y: auto;
  max-height: 78vh;
}
.app main .content .projectUI .two-columns .project-details {
  width: 100%;
  font-size: 0.78em;
}
.app main .content .projectUI .two-columns .project-details .upper .left > *, .app main .content .projectUI .two-columns .project-details .lower > * {
  margin: 0 0 2vh 0;
}
.app main .content .projectUI .two-columns .project-details .upper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.app main .content .projectUI .two-columns .project-details .upper .side.left {
  width: 70%;
}
.app main .content .projectUI .two-columns .project-details .upper .side.left .more-cntr {
  max-height: 1em;
  overflow: hidden;
  cursor: pointer;
  transition: max-height 0.4s ease;
}
.app main .content .projectUI .two-columns .project-details .upper .side.left .more-cntr.open {
  max-height: 50em;
}
.app main .content .projectUI .two-columns .project-details .upper .side.left .more-cntr *:not(.asset-link) {
  margin: 0.75em 0;
}
.app main .content .projectUI .two-columns .project-details .upper .side.left .more-cntr .key img {
  width: 2em;
  padding: 0px;
  margin: 0px !important;
  position: relative;
  top: 0.25em;
  transform: rotateZ(-45deg);
  opacity: 1;
  transition: scale 0.25s ease, opacity 0.25s ease;
  animation: pointer-anim 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
}
.app main .content .projectUI .two-columns .project-details .upper .side.left .more-cntr .key img.hide {
  animation: none;
  opacity: 0 !important;
}
.app main .content .projectUI .two-columns .project-details .upper .side.right .link-box {
  width: var(--linkbox-width);
  min-height: 25vh;
  margin-top: 0.5vh;
}
.app main .content .projectUI .two-columns .project-details .upper .side.right .link-box > * {
  background-color: var(--R66Orange);
  border-radius: 5px;
  padding: 0.5em 0.65em;
  font-size: 1em;
  margin-bottom: 1vh;
}
.app main .content .projectUI .two-columns .project-details .upper .side.right .link-box .title {
  font-size: 1.5em;
  font-weight: bold;
}
.app main .content .projectUI .two-columns .project-details .upper .side.right .link-box .key {
  color: white;
  font-size: 1em;
  cursor: pointer;
}
.app main .content .projectUI .two-columns .project-details .upper .side.right .link-box .pointer {
  cursor: pointer;
  background-color: white;
  color: black;
  border-radius: 1em;
  max-width: 55%;
  text-align: center;
  margin: 1vh auto 1.5vh auto;
  padding: 0.5vh 0;
  font-size: 1.25em;
  font-weight: bold;
}
.app main .content .projectUI .two-columns .project-details .upper .side.right .link-box a.email_link {
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 0 1.25vh 0;
}
.app main .content .projectUI .two-columns .project-details .lower hr.key {
  margin: 0 auto 1vh auto !important;
}
.app main .content .projectUI .two-columns .media {
  width: 100%;
}
.app main .content .projectUI .two-columns .media * {
  width: 98%;
  margin: 0 auto 1em auto;
  display: block;
}
.app main .content .projectUI .two-columns .media img {
  cursor: pointer;
}
.app main .content .projectUI .two-columns .media .media-box {
  width: 100%;
  height: fit-content;
  margin: 0 0 0.5vh 0;
  background-color: rgba(0, 255, 13, 0.5);
}
.app main .content .projectUI .two-columns .media .media-box * {
  width: 100%;
}
.app main .content .assetUI .scroller {
  height: 75.5vh;
  overflow: hidden;
  overflow-y: auto;
}
.app main .content .assetUI .scroller .top-pane {
  position: relative;
  font-size: 0.78em;
  width: 100%;
  padding-right: 1em;
}
.app main .content .assetUI .scroller .top-pane > div {
  margin-bottom: 1em;
}
.app main .content .assetUI .scroller .top-pane .link-box {
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: orange;
  color: white;
}
.app main .content .assetUI .media {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.app main .content .assetUI .media > * {
  width: 98%;
  margin: 0.5em auto 2vh auto;
}
.app main .content .assetUI .media img {
  cursor: pointer;
}
.app main .content .assetUI .media .vidThumb {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 11vh;
  background-color: var(--R66Orange);
  border-radius: 0.25em;
  cursor: pointer;
  width: 60%;
  cursor: pointer;
}
.app main .content .assetUI .media .vidThumb div {
  pointer-events: none;
  width: 28%;
  text-align: center;
  color: #000;
  background-color: #fff;
  border-radius: 1vw;
  font-weight: bold;
  padding: 0.25em 0.5em;
}
.app main .content .assetUI .media .media-box {
  width: 100%;
  height: fit-content;
  margin: 0 0 0.5vh 0;
  background-color: rgba(0, 255, 13, 0.5);
}
.app main .content .assetUI .media .media-box * {
  width: 100%;
}
.app main .content .assetUI, .app main .content .detailUI, .app main .content .landingUI {
  width: 84.76vw;
  background-image: var(--bgImg);
}
.app main .content .detailUI {
  opacity: 1;
  transition: opacity 0.5s ease;
  padding: 1vw;
}
.app main .content .detailUI .left-pane {
  font-size: 0.78em;
  width: 45vw;
}
.app main .content .detailUI .left-pane > * {
  margin: 0 0 2vh 0;
}
.app main .content .landingUI {
  position: relative;
  display: flex;
  flex-direction: column;
  transition: top 0.35s ease, max-height 0.35s ease-out, opacity 0.5s ease-in;
  overflow: hidden;
  height: 85.2vh;
}
.app main .content .landingUI.hidden {
  top: 150vh;
  opacity: 0;
}
.app main .content .landingUI .intro {
  position: relative;
  padding: 0 2vw;
  overflow: auto;
  height: 15em;
}
.app main .content .landingUI .intro p {
  font-size: 0.95rem;
}
.app main .content .landingUI .intro .anim_text {
  border-top: 1px solid gray;
  padding-top: 0.5vw;
}
.app main .content .landingUI .intro .color-shift {
  animation: colorShift 10s ease var(--animDelay) infinite;
}
.app main .content .block-ad-media {
  /* height: 38.5vh; */
  margin: 0px;
  border-bottom: 0px solid var(--R66Orange);
  padding: 0px;
  background-color: var(--R66Orange);
}
.app main .content .block-ad-media video {
  width: 100%;
  height: 100%;
}
.app main .content .block-ad-media img {
  width: 100%;
}
.app main .content .carousel-container {
  position: absolute;
  bottom: 0px;
  width: 100%;
  border-top: 4px solid var(--R66Orange);
  border-bottom: 4px solid var(--R66Orange);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
}
.app main .content .carousel-container .carousel [role=list] {
  padding: 0;
  list-style: none;
}
.app main .content .carousel-container .carousel-scroll-container {
  /* Enable horizontal scrolling */
  /* Enable horizontal scroll snap */
  scroll-snap-type: x proximity;
  /* Smoothly snap from one focal point to another */
  scroll-behavior: smooth;
}
.app main .content .carousel-container .carousel-media {
  /* Arrange media horizontally */
  display: flex;
  max-width: 77vw;
  overflow: hidden;
  padding: 0px;
  margin: 0px;
}
.app main .content .carousel-container .carousel-item {
  /* Limit the height of each media item */
  aspect-ratio: 16/9;
  height: 25.65vh;
  /* Prevent media from shrinking */
  flex-shrink: 0;
  /* The focal point for each item is the center */
  scroll-snap-align: center;
  height: 25.7vh;
  opacity: 1;
  transition: max-width 0.15s ease, opacity 0.15s ease;
  cursor: pointer;
}
.app main .content .carousel-container .carousel-item * {
  pointer-events: none;
}
.app main .content .carousel-container .carousel-item.closed {
  max-width: 0vw;
  pointer-events: none;
  opacity: 0;
}
.app main .content .carousel-container .carousel-item:first-of-type {
  /* Allow users to fully scroll to the start */
  scroll-snap-align: start;
}
.app main .content .carousel-container .carousel-item:last-of-type {
  /* Allow users to fully scroll to the end */
  scroll-snap-align: end;
}
.app main .content .carousel-container .carousel-item > *,
.app main .content .carousel-container .carousel-item :is(picture, figure, img) {
  height: 100%;
}
.app main .content .carousel-container .carousel-item img {
  /* Remove line height (typically done in a CSS reset) */
  display: block;
  /* Responsive width based on aspect ratio */
  width: auto;
}
.app footer {
  position: sticky;
  bottom: 0vh;
  left: 0vw;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #4E535F;
  width: 100vw;
  height: 8vh;
}
.app footer a {
  margin: 0px 2vw;
}
.app footer div.logout {
  margin-right: 3vw;
  cursor: pointer;
}
@keyframes btn-anim1 {
  0% {
    left: -100%;
  }
  50%, 100% {
    left: 100%;
  }
}
@keyframes btn-anim2 {
  0% {
    top: -100%;
  }
  50%, 100% {
    top: 100%;
  }
}
@keyframes btn-anim3 {
  0% {
    right: -100%;
  }
  50%, 100% {
    right: 100%;
  }
}
@keyframes btn-anim4 {
  0% {
    bottom: -100%;
  }
  50%, 100% {
    bottom: 100%;
  }
}

.UIVPU-referral {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100vw;
  height: 100vh;
  z-index: 201;
  background-color: rgba(0, 0, 0, 0.7);
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.UIVPU-referral > .inner {
  position: relative;
  overflow: hidden;
  padding: 1em 2em;
  background-color: var(--popup-bg-color);
  width: 40vw;
  min-height: 15vh;
}
.UIVPU-referral > .inner .exit {
  position: absolute;
  top: 1vw;
  right: 1vw;
  width: 1em;
  aspect-ratio: 1/1;
  cursor: pointer;
}
.UIVPU-referral > .inner .exit svg, .UIVPU-referral > .inner .exit img {
  pointer-events: none;
}
.UIVPU-referral > .inner .btn .disabled {
  background-color: gray;
}
.UIVPU-referral > .inner .error {
  margin: 4em;
}
.UIVPU-referral > .inner .error .key {
  color: red;
  font-weight: bold;
}
.UIVPU-referral > .inner .error .val {
  color: yellow;
}
.UIVPU-referral > .inner input#refer {
  width: 70%;
  min-width: 30vw;
  height: 1em;
  border: 2px solid var(--R66Orange);
  padding: 0.5em;
  font-size: 1em;
}
.UIVPU-referral > .inner .btn {
  border-radius: 0;
  height: 2em;
}
.UIVPU-referral > .inner .btn svg {
  pointer-events: none;
  height: 65%;
  top: 0px;
  padding-left: 0.5em;
}

@keyframes shakeX {
  from, to {
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    transform: translateX(10px);
  }
}
.thin-ui-grid {
  box-sizing: border-box;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
}

.thin-ui-grid-start {
  justify-content: flex-start;
}

.thin-ui-grid-center {
  justify-content: center;
}

.thin-ui-grid-end {
  justify-content: flex-end;
}

.thin-ui-grid-around {
  justify-content: space-around;
}

.thin-ui-grid-between {
  justify-content: space-between;
}

.thin-ui-grid-push {
  margin-bottom: 16px;
}

.thin-ui-col {
  box-sizing: border-box;
  flex: 0 0 auto;
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
  min-width: 0;
  padding: 0;
}

.thin-ui-col-align-top {
  align-self: flex-start;
}

.thin-ui-col-align-bottom {
  align-self: flex-end;
}

.thin-ui-col-align-middle {
  align-self: center;
}

.thin-ui-col-top {
  justify-content: flex-start;
  flex-direction: column;
  display: flex;
}

.thin-ui-col-bottom {
  justify-content: flex-end;
  flex-direction: column;
  display: flex;
}

.thin-ui-col-middle {
  justify-content: center;
  flex-direction: column;
  display: flex;
}

.thin-ui-col-first {
  order: -1;
}

.thin-ui-col-last {
  order: 1;
}

.thin-ui-col-fixed {
  flex: initial;
}

.thin-ui-col-grow-2 {
  flex-grow: 2;
}

.thin-ui-col-grow-3 {
  flex-grow: 3;
}

.thin-ui-col-grow-4 {
  flex-grow: 4;
}

.thin-ui-col-grow-5 {
  flex-grow: 5;
}

.thin-ui-col-grow-6 {
  flex-grow: 6;
}

.thin-ui-col-grow-7 {
  flex-grow: 7;
}

.thin-ui-col-grow-8 {
  flex-grow: 8;
}

.thin-ui-col-grow-9 {
  flex-grow: 9;
}

.thin-ui-col-grow-10 {
  flex-grow: 10;
}

.thin-ui-col-grow-11 {
  flex-grow: 11;
}

.thin-ui-col-1 {
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.thin-ui-col-2 {
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.thin-ui-col-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.thin-ui-col-4 {
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.thin-ui-col-5 {
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.thin-ui-col-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.thin-ui-col-7 {
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.thin-ui-col-8 {
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.thin-ui-col-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.thin-ui-col-10 {
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.thin-ui-col-11 {
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.thin-ui-col-12 {
  flex-basis: 100%;
  max-width: 100%;
}

@media only screen and (max-width: 768px) {
  .thin-ui-col-1,
  .thin-ui-col-2,
  .thin-ui-col-3,
  .thin-ui-col-4,
  .thin-ui-col-5,
  .thin-ui-col-6,
  .thin-ui-col-7,
  .thin-ui-col-8,
  .thin-ui-col-9,
  .thin-ui-col-10,
  .thin-ui-col-11,
  .thin-ui-col-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.thin-ui-svg {
  display: inline-block;
  font-size: inherit;
  height: 1em;
  overflow: visible;
  vertical-align: -0.125em;
}

/**
 * Form elements reset
 */
.thin-ui-form input[type=text],
.thin-ui-form input[type=url],
.thin-ui-form input[type=email],
.thin-ui-form input[type=tel],
.thin-ui-form input[type=search],
.thin-ui-form input[type=number],
.thin-ui-form input[type=file],
.thin-ui-form input[type=password],
.thin-ui-form input[type=submit],
.thin-ui-form input[type=button],
.thin-ui-form input[type=reset],
.thin-ui-form input[type=date],
.thin-ui-form input[type=month],
.thin-ui-form input[type=week],
.thin-ui-form input[type=time],
.thin-ui-form input[type=datetime],
.thin-ui-form input[type=datetime-local],
.thin-ui-form input[type=color],
.thin-ui-form button,
.thin-ui-form select,
.thin-ui-form textarea,
.thin-ui-color-well {
  font-family: inherit;
  font-weight: 400;
  font-size: 16px;
  padding: 10px 12px;
  margin: 2px;
  color: #000000;
  border: 1px solid var(--thin-ui-neutral);
  background-color: #ffffff;
  border-radius: 2px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  outline-color: var(--thin-ui-secondary);
  transition: 100ms all ease-in-out;
}

.thin-ui-form input[type=submit],
.thin-ui-form input[type=button],
.thin-ui-form input[type=reset],
.thin-ui-form input[type=file],
.thin-ui-form button {
  color: #000000;
  background-color: var(--thin-ui-neutral);
  border: 0 none;
  cursor: pointer;
}

.thin-ui-form input::placeholder,
.thin-ui-form textarea::placeholder {
  color: var(--thin-ui-neutral);
}

.thin-ui-form input:hover,
.thin-ui-form button:hover,
.thin-ui-form select:hover,
.thin-ui-form textarea:hover {
  border-color: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.075);
}

/*
 * Buttons
 *
 * Button types: Primary, secondary, neutral
 * Button sizes: Hero, large, regular, small
 * Button roles: File download, (external) link, (internal) action
 */
.thin-ui-button {
  font-family: inherit;
  font-weight: 400;
  display: inline-block;
  width: fit-content;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  cursor: pointer;
  box-sizing: border-box;
  border: 0 none;
  border-radius: 2px;
}

.thin-ui-button:hover {
  box-shadow: inset 0 99px 0 rgba(0, 0, 0, 0.05);
  text-decoration: none;
}

.thin-ui-button-primary {
  color: #ffffff;
  background-color: var(--thin-ui-primary);
  border-radius: 1em;
}

.thin-ui-button-secondary {
  color: #000000;
  background-color: var(--thin-ui-secondary);
  border: 1px solid #000;
  border-radius: 1em;
}

.thin-ui-button-neutral {
  color: #000000;
  background-color: var(--thin-ui-neutral);
}

.thin-ui-button-action {
  color: #ffffff;
  background-color: var(--thin-ui-action);
}

.thin-ui-button-mini {
  padding: 4px 12px;
  font-size: 12px;
}

.thin-ui-button-small {
  padding: 6px 18px;
  font-size: 13px;
}

.thin-ui-button-regular {
  padding: 8px 24px;
  font-size: 14px;
}

.thin-ui-button-large {
  padding: 12px 32px;
  font-size: 16px;
}

.thin-ui-button-giant {
  padding: 16px 36px;
  font-size: 20px;
}

.thin-ui-button-hero {
  padding: 16px 48px;
  font-size: 18px;
  border-radius: 38px;
}

.thin-ui-button-rounded {
  border-radius: 64px;
}

.thin-ui-warning {
  color: var(--thin-ui-warning);
}

/**
 * Thin UI Checkblock
 * Thin UI Group Switch
 */
.thin-ui-checkblock,
.thin-ui-group-switch input {
  display: none;
}

.thin-ui-group-switch {
  white-space: nowrap;
  background-color: var(--thin-ui-neutral);
  display: inline-flex;
  border-radius: 2px;
  padding: 4px;
}

.thin-ui-checkblock + label,
.thin-ui-group-switch label {
  display: inline-block;
  padding: 8px 12px;
  background-color: var(--thin-ui-neutral);
  border-radius: 2px;
  color: #000000;
  cursor: pointer;
  transition: all 0.1s ease-in-out;
  user-select: none;
}

.thin-ui-checkblock + label:hover,
.thin-ui-group-switch label:hover {
  cursor: pointer;
  background-color: var(--thin-ui-secondary);
}

.thin-ui-checkblock:checked + label,
.thin-ui-group-switch input:checked + label {
  background-color: var(--thin-ui-primary);
  color: #ffffff;
}

/**
 * Thin UI Switch
 */
.thin-ui-switch-container {
  display: block;
  position: relative;
}

.thin-ui-switch-container .thin-ui-switch {
  display: inline-block;
  position: relative;
  width: 24px;
  height: 14px;
  cursor: pointer;
  user-select: none;
}

.thin-ui-switch-container .thin-ui-switch input[type=checkbox] {
  display: none;
}

.thin-ui-switch-container .thin-ui-switch .thin-ui-switch-track {
  background-color: var(--thin-ui-secondary);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 7px;
  transition: background-color 0.1s ease;
}

.thin-ui-switch .thin-ui-switch-button {
  background: #ffffff;
  position: absolute;
  top: 2px;
  right: 12px;
  bottom: 2px;
  left: 2px;
  border-radius: 100%;
  transition: left 0.1s ease-in-out, right 0.1s ease-in-out;
}

.thin-ui-switch input[type=checkbox]:checked ~ .thin-ui-switch-track {
  background-color: var(--thin-ui-primary);
}

.thin-ui-switch input[type=checkbox]:checked ~ .thin-ui-switch-button {
  right: 2px;
  left: 12px;
}

.col--inner {
  background-color: #ffffff;
  margin: 4px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.025), 0 2px 4px rgba(0, 0, 0, 0.025), 0 4px 8px rgba(0, 0, 0, 0.025), 0 8px 16px rgba(0, 0, 0, 0.025);
}

.col--inner-blank {
  box-shadow: none;
}

.col--inner-highlight {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 2px 4px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.05), 0 8px 16px rgba(0, 0, 0, 0.05), 0 16px 32px rgba(0, 0, 0, 0.05), 0 32px 64px rgba(0, 0, 0, 0.05);
}

.col--inner-title {
  margin-top: 0;
  padding-top: 0;
}

.col-item--value {
  font-weight: 500;
  font-size: 16px;
}

/**
 * Thin UI Pills
 */
.thin-ui-pills {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  margin: 8px 0;
  padding: 0;
}

.thin-ui-pill {
  white-space: nowrap;
  display: flex;
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 2px;
  line-height: 1.2;
  max-width: 100%;
  margin: 0px 10px 10px 0px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(189, 180, 199);
  border-image: initial;
  border-radius: 2px;
}

.thin-ui-pill-name {
  font-weight: 400;
  min-width: 0px;
  white-space: nowrap;
  padding: 4px 8px;
}

.thin-ui-pill-value {
  min-width: 0px;
  white-space: nowrap;
  font-family: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace;
  max-width: 100%;
  padding: 4px 8px;
  background: rgb(251, 251, 252);
  border-left: 1px solid rgb(189, 180, 199);
  border-radius: 0 2px 2px 0;
}

.thin-ui-pill-value > a {
  text-decoration: none;
  white-space: nowrap;
  display: inline-block;
}

.thin-ui-badge {
  display: inline-block;
  font-size: 10px;
  text-transform: uppercase;
  line-height: 1;
  background-color: var(--thin-ui-warning);
  color: #ffffff;
  padding: 4px;
  border-radius: 2px;
}

.thin-ui-notification-bar {
  position: fixed;
  z-index: 999;
  padding: 16px 8px;
  background-color: rgb(121, 198, 152);
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  width: 100%;
  top: 0;
  left: 0;
  text-align: center;
  transition: all 0.5s ease-out;
  transform: translateY(-72px);
}

/**
 * Thin UI Popovers
 */
label.thin-ui-popover {
  position: relative;
}

label.thin-ui-popover button[name=popover] {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: 0 none;
  display: inline;
  outline: none;
  color: inherit;
  padding: unset;
  cursor: pointer;
}

label.thin-ui-popover .thin-ui-popover-body {
  display: none;
  font-size: 13px;
  border-radius: 2px;
  padding: 16px 36px 16px 16px;
  background-color: #ffffff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
  position: absolute;
  z-index: 128;
  top: 32px;
  left: 0;
  min-width: 320px;
  max-width: 480px;
}

label.thin-ui-popover button:focus + .thin-ui-popover-body {
  display: block;
}

/**
 * Thin UI Spacers
 */
.thin-ui-spacer-v {
  margin: 24px 0;
}

/**
 * Thin UI Tabs
 */
.thin-ui-tabstrip {
  display: flex;
  flex-wrap: wrap;
}

.thin-ui-tabstrip label {
  order: 1;
  display: block;
  margin-right: 2px;
  background-color: var(--thin-ui-neutral);
  color: #000000;
  cursor: pointer;
  white-space: nowrap;
  color: #000000;
  padding: 8px 14px;
  font-size: 13px;
  border-radius: 2px 2px 0 0;
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  transition: background-color 0.05s ease-out;
}

.thin-ui-tabstrip label:hover {
  background-color: var(--thin-ui-secondary);
  color: #ffffff;
}

.thin-ui-tabstrip .thin-ui-tab {
  order: 99;
  flex-grow: 1;
  width: 100%;
  display: none;
  padding: 1em;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.025), 0 2px 4px rgba(0, 0, 0, 0.025), 0 4px 8px rgba(0, 0, 0, 0.025), 0 8px 16px rgba(0, 0, 0, 0.025);
}

.thin-ui-tabstrip input[type=radio] {
  display: none;
}

.thin-ui-tabstrip input[type=radio]:checked + label {
  background-color: var(--thin-ui-primary);
  color: #ffffff;
}

.thin-ui-tabstrip input[type=radio]:checked + label + .thin-ui-tab {
  display: block;
}

@media (max-width: 768px) {
  .thin-ui-tabstrip .thin-ui-tab,
  .thin-ui-tabstrip label {
    order: initial;
  }
  .thin-ui-tabstrip label {
    width: 100%;
    margin-right: 0;
    margin-top: 0.2rem;
  }
}
/**
 * Thin UI Modal Dialog
 */
.thin-ui-modal-dialog * {
  box-sizing: border-box;
}

.thin-ui-modal-dialog {
  position: fixed;
  z-index: 1001;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.thin-ui-modal-window {
  background-color: #fff;
  min-width: 480px;
  max-width: 65vw;
  border: 4px solid black;
  border-top-width: 0;
  display: flex;
  flex-flow: column wrap;
  border-radius: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.thin-ui-modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  background-color: var(--R66Orange);
  width: 100%;
  color: #fff;
  padding: 4px 16px;
  border-radius: 0.8em 0.8em 0 0;
}

.thin-ui-modal-close {
  margin-left: auto;
  background: none;
  border: 0 none;
  font-size: 26px;
  font-weight: inherit;
  font-family: inherit;
  color: #fff;
}

.thin-ui-modal-text {
  position: relative;
  margin: 48px 0;
  padding: 1em;
  user-select: text;
  background-color: rgba(255, 255, 255, 0.75);
}
.thin-ui-modal-text::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -1em;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 1em;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}
.thin-ui-modal-text::after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -1em;
  left: 0;
  pointer-events: none;
  width: 100%;
  height: 1em;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 100%);
}

.thin-ui-modal-button-group {
  margin: auto 0 16px 0;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.thin-ui-modal-button-group button {
  font-weight: inherit;
  font-family: inherit;
}

/*Image modal*/
.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.733);
  margin-top: -1px;
  animation: zoom 0.3s ease-in-out;
}
.modal * {
  pointer-events: none;
}

@keyframes zoom {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.modal img {
  width: 85vw;
  height: 85vh;
  object-fit: contain;
}

.closeBtn {
  color: rgba(255, 255, 255, 0.87);
  font-size: 25px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 20px;
  cursor: pointer;
  transition: 0.2s ease-in-out;
}

.closeBtn:hover {
  color: rgb(255, 255, 255);
}

.fit-content-w {
  width: fit-content;
}

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

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

.npe {
  pointer-events: none;
}

.ape {
  pointer-events: all;
  cursor: pointer;
}

.width-1 {
  width: 1vw;
}

.pdl-1 {
  padding-left: 1em !important;
}

.pdr-1 {
  padding-right: 1em !important;
}

.pdt-1 {
  padding-top: 1em !important;
}

.pdb-1 {
  padding-bottom: 1em !important;
}

.ml-1 {
  margin-left: 1em !important;
}

.mr-1 {
  margin-right: 1em !important;
}

.mt-1 {
  margin-top: 1em !important;
}

.mb-1 {
  margin-top: 1em !important;
}

.width-2 {
  width: 2vw;
}

.pdl-2 {
  padding-left: 2em !important;
}

.pdr-2 {
  padding-right: 2em !important;
}

.pdt-2 {
  padding-top: 2em !important;
}

.pdb-2 {
  padding-bottom: 2em !important;
}

.ml-2 {
  margin-left: 2em !important;
}

.mr-2 {
  margin-right: 2em !important;
}

.mt-2 {
  margin-top: 2em !important;
}

.mb-2 {
  margin-top: 2em !important;
}

.width-3 {
  width: 3vw;
}

.pdl-3 {
  padding-left: 3em !important;
}

.pdr-3 {
  padding-right: 3em !important;
}

.pdt-3 {
  padding-top: 3em !important;
}

.pdb-3 {
  padding-bottom: 3em !important;
}

.ml-3 {
  margin-left: 3em !important;
}

.mr-3 {
  margin-right: 3em !important;
}

.mt-3 {
  margin-top: 3em !important;
}

.mb-3 {
  margin-top: 3em !important;
}

.width-4 {
  width: 4vw;
}

.pdl-4 {
  padding-left: 4em !important;
}

.pdr-4 {
  padding-right: 4em !important;
}

.pdt-4 {
  padding-top: 4em !important;
}

.pdb-4 {
  padding-bottom: 4em !important;
}

.ml-4 {
  margin-left: 4em !important;
}

.mr-4 {
  margin-right: 4em !important;
}

.mt-4 {
  margin-top: 4em !important;
}

.mb-4 {
  margin-top: 4em !important;
}

.width-5 {
  width: 5vw;
}

.pdl-5 {
  padding-left: 5em !important;
}

.pdr-5 {
  padding-right: 5em !important;
}

.pdt-5 {
  padding-top: 5em !important;
}

.pdb-5 {
  padding-bottom: 5em !important;
}

.ml-5 {
  margin-left: 5em !important;
}

.mr-5 {
  margin-right: 5em !important;
}

.mt-5 {
  margin-top: 5em !important;
}

.mb-5 {
  margin-top: 5em !important;
}

.width-6 {
  width: 6vw;
}

.pdl-6 {
  padding-left: 6em !important;
}

.pdr-6 {
  padding-right: 6em !important;
}

.pdt-6 {
  padding-top: 6em !important;
}

.pdb-6 {
  padding-bottom: 6em !important;
}

.ml-6 {
  margin-left: 6em !important;
}

.mr-6 {
  margin-right: 6em !important;
}

.mt-6 {
  margin-top: 6em !important;
}

.mb-6 {
  margin-top: 6em !important;
}

.width-7 {
  width: 7vw;
}

.pdl-7 {
  padding-left: 7em !important;
}

.pdr-7 {
  padding-right: 7em !important;
}

.pdt-7 {
  padding-top: 7em !important;
}

.pdb-7 {
  padding-bottom: 7em !important;
}

.ml-7 {
  margin-left: 7em !important;
}

.mr-7 {
  margin-right: 7em !important;
}

.mt-7 {
  margin-top: 7em !important;
}

.mb-7 {
  margin-top: 7em !important;
}

.width-8 {
  width: 8vw;
}

.pdl-8 {
  padding-left: 8em !important;
}

.pdr-8 {
  padding-right: 8em !important;
}

.pdt-8 {
  padding-top: 8em !important;
}

.pdb-8 {
  padding-bottom: 8em !important;
}

.ml-8 {
  margin-left: 8em !important;
}

.mr-8 {
  margin-right: 8em !important;
}

.mt-8 {
  margin-top: 8em !important;
}

.mb-8 {
  margin-top: 8em !important;
}

.width-9 {
  width: 9vw;
}

.pdl-9 {
  padding-left: 9em !important;
}

.pdr-9 {
  padding-right: 9em !important;
}

.pdt-9 {
  padding-top: 9em !important;
}

.pdb-9 {
  padding-bottom: 9em !important;
}

.ml-9 {
  margin-left: 9em !important;
}

.mr-9 {
  margin-right: 9em !important;
}

.mt-9 {
  margin-top: 9em !important;
}

.mb-9 {
  margin-top: 9em !important;
}

.width-10 {
  width: 10vw;
}

.pdl-10 {
  padding-left: 10em !important;
}

.pdr-10 {
  padding-right: 10em !important;
}

.pdt-10 {
  padding-top: 10em !important;
}

.pdb-10 {
  padding-bottom: 10em !important;
}

.ml-10 {
  margin-left: 10em !important;
}

.mr-10 {
  margin-right: 10em !important;
}

.mt-10 {
  margin-top: 10em !important;
}

.mb-10 {
  margin-top: 10em !important;
}

.width-11 {
  width: 11vw;
}

.width-12 {
  width: 12vw;
}

.width-13 {
  width: 13vw;
}

.width-14 {
  width: 14vw;
}

.width-15 {
  width: 15vw;
}

.width-16 {
  width: 16vw;
}

.width-17 {
  width: 17vw;
}

.width-18 {
  width: 18vw;
}

.width-19 {
  width: 19vw;
}

.width-20 {
  width: 20vw;
}

.width-21 {
  width: 21vw;
}

.width-22 {
  width: 22vw;
}

.width-23 {
  width: 23vw;
}

.width-24 {
  width: 24vw;
}

.width-25 {
  width: 25vw;
}

.width-26 {
  width: 26vw;
}

.width-27 {
  width: 27vw;
}

.width-28 {
  width: 28vw;
}

.width-29 {
  width: 29vw;
}

.width-30 {
  width: 30vw;
}

.width-31 {
  width: 31vw;
}

.width-32 {
  width: 32vw;
}

.width-33 {
  width: 33vw;
}

.width-34 {
  width: 34vw;
}

.width-35 {
  width: 35vw;
}

.width-36 {
  width: 36vw;
}

.width-37 {
  width: 37vw;
}

.width-38 {
  width: 38vw;
}

.width-39 {
  width: 39vw;
}

.width-40 {
  width: 40vw;
}

.width-41 {
  width: 41vw;
}

.width-42 {
  width: 42vw;
}

.width-43 {
  width: 43vw;
}

.width-44 {
  width: 44vw;
}

.width-45 {
  width: 45vw;
}

.width-46 {
  width: 46vw;
}

.width-47 {
  width: 47vw;
}

.width-48 {
  width: 48vw;
}

.width-49 {
  width: 49vw;
}

.width-50 {
  width: 50vw;
}

.width-51 {
  width: 51vw;
}

.width-52 {
  width: 52vw;
}

.width-53 {
  width: 53vw;
}

.width-54 {
  width: 54vw;
}

.width-55 {
  width: 55vw;
}

.width-56 {
  width: 56vw;
}

.width-57 {
  width: 57vw;
}

.width-58 {
  width: 58vw;
}

.width-59 {
  width: 59vw;
}

.width-60 {
  width: 60vw;
}

.width-61 {
  width: 61vw;
}

.width-62 {
  width: 62vw;
}

.width-63 {
  width: 63vw;
}

.width-64 {
  width: 64vw;
}

.width-65 {
  width: 65vw;
}

.width-66 {
  width: 66vw;
}

.width-67 {
  width: 67vw;
}

.width-68 {
  width: 68vw;
}

.width-69 {
  width: 69vw;
}

.width-70 {
  width: 70vw;
}

.width-71 {
  width: 71vw;
}

.width-72 {
  width: 72vw;
}

.width-73 {
  width: 73vw;
}

.width-74 {
  width: 74vw;
}

.width-75 {
  width: 75vw;
}

.width-76 {
  width: 76vw;
}

.width-77 {
  width: 77vw;
}

.width-78 {
  width: 78vw;
}

.width-79 {
  width: 79vw;
}

.width-80 {
  width: 80vw;
}

.width-81 {
  width: 81vw;
}

.width-82 {
  width: 82vw;
}

.width-83 {
  width: 83vw;
}

.width-84 {
  width: 84vw;
}

.width-85 {
  width: 85vw;
}

.width-86 {
  width: 86vw;
}

.width-87 {
  width: 87vw;
}

.width-88 {
  width: 88vw;
}

.width-89 {
  width: 89vw;
}

.width-90 {
  width: 90vw;
}

.width-91 {
  width: 91vw;
}

.width-92 {
  width: 92vw;
}

.width-93 {
  width: 93vw;
}

.width-94 {
  width: 94vw;
}

.width-95 {
  width: 95vw;
}

.width-96 {
  width: 96vw;
}

.width-97 {
  width: 97vw;
}

.width-98 {
  width: 98vw;
}

.width-99 {
  width: 99vw;
}

.width-100 {
  width: 100vw;
}

.lds-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.9);
  transition: opacity 0.15s ease;
  opacity: 1;
}
.lds-container.hidden {
  opacity: 0;
  pointer-events: none;
}

.lds-roller {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-roller div {
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  transform-origin: 40px 40px;
}

.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--R66Orange);
  margin: -4px 0 0 -4px;
}

.lds-roller div:nth-child(1) {
  animation-delay: -0.036s;
}

.lds-roller div:nth-child(1):after {
  top: 63px;
  left: 63px;
}

.lds-roller div:nth-child(2) {
  animation-delay: -0.072s;
}

.lds-roller div:nth-child(2):after {
  top: 68px;
  left: 56px;
}

.lds-roller div:nth-child(3) {
  animation-delay: -0.108s;
}

.lds-roller div:nth-child(3):after {
  top: 71px;
  left: 48px;
}

.lds-roller div:nth-child(4) {
  animation-delay: -0.144s;
}

.lds-roller div:nth-child(4):after {
  top: 72px;
  left: 40px;
}

.lds-roller div:nth-child(5) {
  animation-delay: -0.18s;
}

.lds-roller div:nth-child(5):after {
  top: 71px;
  left: 32px;
}

.lds-roller div:nth-child(6) {
  animation-delay: -0.216s;
}

.lds-roller div:nth-child(6):after {
  top: 68px;
  left: 24px;
}

.lds-roller div:nth-child(7) {
  animation-delay: -0.252s;
}

.lds-roller div:nth-child(7):after {
  top: 63px;
  left: 17px;
}

.lds-roller div:nth-child(8) {
  animation-delay: -0.288s;
}

.lds-roller div:nth-child(8):after {
  top: 56px;
  left: 12px;
}

@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body::-webkit-scrollbar {
  width: 12px; /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
  background: orange; /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
  background-color: blue; /* color of the scroll thumb */
  border-radius: 20px; /* roundness of the scroll thumb */
  border: 3px solid orange; /* creates padding around scroll thumb */
}

@keyframes pointer-anim {
  0% {
    transform: scale(1) rotate(-45deg);
  }
  25% {
    transform: scale(1.2) rotate(-10deg);
  }
  75% {
    transform: scale(1) rotate(-45deg);
  }
}
.arrowed {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 25.7vh;
  background-color: #000;
  cursor: pointer;
}
.arrowed div {
  pointer-events: none;
  height: 0px;
  width: 0px;
  border: 1vw solid;
  border-color: var(--R66Orange) var(--R66Orange) transparent transparent;
}
.arrowed div.right {
  transform: rotate(45deg);
  margin-right: 1em;
}
.arrowed div.left {
  transform: rotate(-135deg);
  margin-left: 1em;
}

@keyframes colorShift {
  0%, 100% {
    color: white;
  }
  2% {
    color: var(--R66Orange);
  }
  7% {
    color: var(--R66Orange);
  }
  22% {
    color: white;
  }
}
#toast {
  opacity: 0;
  min-width: 20vw;
  width: fit-content;
  color: white;
  text-align: center;
  border-radius: 0.5em;
  padding: 1em;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 2vh;
  cursor: none;
  pointer-events: none;
  transition: opacity 0.5s ease, bottom 0.25s ease;
  background-color: #4E535F;
  box-shadow: rgba(0, 0, 0, 0.8) 0 0 1em;
  z-index: 1000;
}
#toast.show {
  opacity: 1;
}
#toast.center {
  bottom: 50%;
  transform: translate(-50%, -50%);
}
#toast.alert {
  background-color: #ff5353;
  color: white;
}
#toast.success {
  background-color: #02b902;
}
#toast.warning {
  background-color: #dcf900;
  color: black;
}
#toast.userInfo {
  color: black;
  background-color: #bdffbd;
  padding: 2em;
}/*# sourceMappingURL=style.css.map */