﻿@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-Light.ttf") format("truetype");
  font-weight: 300;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-Bold.ttf") format("truetype");
  font-weight: 700;
}
@font-face {
  font-family: "Chivo";
  src: url("../fonts/Chivo-Black.ttf") format("truetype");
  font-weight: 900;
}
#help-and-primary-progress #primary-progress circle:nth-child(1) {
  stroke: rgba(255, 255, 255, 0.6);
}
#help-and-primary-progress #primary-progress #primary-progress-done {
  stroke: #391e3e;
}
#cover-image {
  background-image: none !important;
  background-color: white;
  display: none !important;
  /*    background-image: url("../img/cover.png") !important;*/
}
#home-screen {
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  /* Fallback if background image failed to load.*/
  background-color: #fff;
  display: none;
}
#home-screen.show {
  display: block;
}
#menu-bar {
  bottom: 20px !important;
  right: 20px !important;
}
#menu-bar #menu-bar-folder {
  display: none;
}
#menu-bar #menu-bar-content #menu-buttons .menu-button {
  padding: 0;
  background-color: transparent;
  /*    background-image: url("../img/gradient.png");*/
  background-repeat: no-repeat;
  background-size: 40%;
  background-position: center;
  line-height: 52px;
  text-align: center;
  font-size: 20px;
  color: #391e3e;
  border: 1px solid #391e3e;
  cursor: pointer;
}
#menu-bar #menu-bar-content #menu-buttons .menu-button img {
  display: none;
}
#menu-bar #menu-bar-content #menu-buttons #fullscreen-button {
  background-image: url(../img/fullscreen.svg);
}
#menu-bar #menu-bar-content #menu-buttons #tour-button {
  background-image: url(../img/tour.svg);
}
#menu-bar .ui-panel {
  background-color: initial;
}
@media (max-width: 639px), (max-height: 639px) {
  .menu-item {
    line-height: 42px !important;
  }
}
#view-list {
  display: none;
}
#view-list-slide {
  z-index: 1;
  background-color: #391e3e;
  background-image: url("../img/gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#view-list-slide #view-list-items .ui-panel {
  background-color: initial;
  font-family: "Chivo";
  font-size: 15px;
}
#view-list-slide #view-list-folder {
  background-color: initial;
  padding: 15px;
}
.ui-top {
  top: 20px;
}
.ui-right {
  right: 20px;
}
.border {
  position: fixed;
  background-color: #391e3e;
  background-repeat: repeat;
  opacity: 1;
  z-index: 1;
  transition: all 0.3s;
}
.border.hide {
  opacity: 1;
}
.border.top,
.border.bottom {
  right: calc(20px + 0px + 10px);
  height: 1px;
}
.border.top {
  left: 20px;
  top: 20px;
}
.border.top.full {
  left: 20px !important;
  right: 20px;
}
.border.bottom {
  left: 20px;
  bottom: 20px;
  right: calc(20px + 0px + 10px);
}
.border.bottom.full {
  right: 20px;
}
.border.left,
.border.right {
  bottom: 20px;
  width: 1px;
}
.border.left {
  left: 20px;
  top: 20px;
}
.border.left.full {
  top: 20px !important;
}
.border.right {
  right: 20px;
  top: calc(20px + 34px + 10px);
  bottom: calc(20px + 0px + 10px);
}
.border.right.full {
  top: 20px;
  bottom: 20px;
}
img.logo {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 15%;
  min-width: 100px;
  max-width: 200px;
  z-index: 1;
  transform: translateX(0);
  transition: all 0.3s;
}
img.logo.center {
  top: 25%;
  left: 50%;
  width: 20%;
  max-width: initial;
  transform: translateX(-50%);
}
#expand-menu {
  position: fixed;
  top: 20px;
  right: 20px;
  background-color: #391e3e;
  background-image: url("../img/gradient.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 80px;
  height: 30px;
  display: none;
}
#expand-menu img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scaleY(-1);
  width: 100%;
  height: 5px;
}
/*#show-help {

    position: fixed;

    bottom: @borderMargin;

    right: @borderMargin;

    background-color: transparent;*/
/*    background-image: url("../img/gradient.png");*/
/*background-repeat: no-repeat;

    background-size: cover;

    width: @iconSize;

    height: @iconSize;

    line-height: calc(@iconSize - 2 * @borderWidth);

    text-align: center;

    font-size: 20px;

    color: @primeColor;

    border: @borderWidth solid @primeColor;

    cursor: pointer;

}



#show-vr {

    position: fixed;

    bottom: @borderMargin;

    right: calc(@borderMargin + @iconSize);

    background-color: transparent;*/
/*    background-image: url("../img/gradient.png");*/
/*background-repeat: no-repeat;

    background-size: cover;

    width: @iconSize;

    height: @iconSize;

    line-height: calc(@iconSize - 2 * @borderWidth);

    text-align: center;

    font-size: 20px;

    color: @primeColor;

    border-top: @borderWidth solid @primeColor;

    border-bottom: @borderWidth solid @primeColor;

    border-left: @borderWidth solid @primeColor;

    cursor: pointer;

}*/
#desktop-help-switch {
  display: none;
}
.hamburger-menu {
  position: absolute;
  top: 20px;
  right: 20px;
  width: calc(0px - 10px);
  height: 34px;
  display: none;
}
.hamburger-menu.show {
  display: block;
}
.hamburger-menu #menu__toggle {
  opacity: 0;
}
.hamburger-menu #menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
.hamburger-menu #menu__toggle:checked + .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}
.hamburger-menu #menu__toggle:checked + .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
.hamburger-menu #menu__toggle:checked ~ .menu__box {
  right: 30px !important;
}
.hamburger-menu .menu__btn {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 34px;
  cursor: pointer;
  z-index: 3;
}
.hamburger-menu .menu__btn > span,
.hamburger-menu .menu__btn > span::before,
.hamburger-menu .menu__btn > span::after {
  display: block;
  top: 14px;
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #391e3e;
  transition-duration: 0.25s;
}
.hamburger-menu .menu__btn > span::before {
  content: '';
  top: -14px;
}
.hamburger-menu .menu__btn > span::after {
  content: '';
  top: 14px;
}
.hamburger-menu .menu__box {
  display: block;
  position: fixed;
  top: 70px;
  bottom: 70px;
  z-index: 2;
  right: -100%;
  margin: 0;
  padding: 0px 0;
  transition-duration: 0.25s;
  overflow-y: auto;
}
.hamburger-menu .menu__box ul {
  list-style: none;
  position: relative;
  margin: 0;
  padding: 0px 0;
}
.hamburger-menu .menu__box ul:after {
  content: "";
  background: url("../img/gradient.png");
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
.hamburger-menu .menu__box .menu__item {
  display: block;
  padding: 8px 24px;
  margin: 2px 0px;
  color: white;
  font-size: 24px;
  font-weight: 300;
  text-decoration: none;
  transition-duration: 0.25s;
  text-align: right;
  font-family: "Chivo";
}
.hamburger-menu .menu__box .menu__item:hover {
  text-decoration: underline;
}
#info-text {
  display: none;
}
#textures {
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  z-index: 1000;
  gap: 10px;
  max-width: 50%;
}
#textures .slot {
  gap: 10px;
  flex-wrap: wrap;
  display: none;
}
#textures .slot a {
  display: block;
  width: 100px;
  height: 100px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 475px) {
  .hamburger-menu {
    /*

        #menu__toggle {

            &:checked ~ .menu__box {

                right: @borderMargin !important;

                left: @borderMargin !important

            }

        }



        .menu__box {

            .menu__item {

                text-align: center;

            }

        }*/
  }
}
::-webkit-scrollbar {
  width: 10px;
  right: -2px;
  position: absolute;
}
/* Track */
::-webkit-scrollbar-track {
  border-radius: 5px;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #9A7558;
  border-radius: 5px;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #391e3e;
}