@font-face {
  font-family: "alarmclock";
  src: url("../cdn/fonts/alarmclock.ttf") format("truetype");
}

body,
html,
.fullscreen {
  width: 100%;
  height: 100%;
  color: var(--main-theme-color);
}

li {
  list-style-type: none;
}

select:focus {
  outline: none;
}

#ResourcesMain {
  z-index: 1;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
}

#ResourcesLeft {
  z-index: 2000;
  position: fixed;
  left: 35%;
  top: 50%;
  transform: translate(-65%, -50%);
  width: 8%;
  height: 16%;
  display: none;
}

#ResourcesRight {
  z-index: 2000;
  position: fixed;
  left: 65%;
  top: 50%;
  transform: translate(-25%, -50%);
  width: 8%;
  height: 16%;
  display: none;
}

.closeInfo {
  opacity: 1;
  height: 3%;
  width: 3%;
  transition: 0.4s;
  float: right;
  position: relative;
  top: 0vh;
  right: -2vh;
}

.btn-close {
  border: 2px solid black !important;
  border-radius: 20%;
  background-color: white !important;
  z-index: 11111 !important;
}

.close-tablet {
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1;
  height: 5%;
  width: 3%;
  transition: 0.4s;
  float: right;
  position: absolute;
  left: 80%;
  top: 9%;
}

.close-game-container {
  height: 5vh;
  width: 5vh;
  opacity: 1;
  transition: 0.4s;
  position: fixed;
  right: 0;
  top: 2vh;
}

#ClosePuzzle {
  position: absolute;
  top: 11%;
  right: 6%;
}

.close {
  opacity: 1;
  height: 5.3vh;
  width: 5.3vh;
  transition: 0.4s;
  z-index: 10000;
}

.fatimes {
  margin-top: 10px;
}

.ssk {
  border: 1px solid black;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
}

#CloseResources {
  z-index: 2000;
  position: fixed;
  left: 68%;
  top: 10%;
  transform: translate(-20%, -90%);
  display: none;
}

#MouseOverlay {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

#MouseOverlayWinnerPage {
  display: none;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  position: fixed;
}

.tablet-container {
  padding: 10% !important;
  font-size: 1.6vh;
  height: 90%;
  overflow: hidden;
}

#RedFilter {
  position: fixed;
  height: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 2;
  background-image: url(../img/misc/glasses.webp);
  background-size: cover;
  display: none;
  pointer-events: none;
}

img {
  max-width: 100%;
  max-height: 100%;
}

#viewerContainer {
  width: 100vw;
  height: 100vh;
  position: absolute;
}

.circle,
.hiddengame,
.polygon {
  opacity: 0 !important;
}

.circle:hover,
.polygon:hover,
.visiblegame {
  opacity: 1 !important;
}

#QualityButton {
  background-image: url(../img/UIelements/Picture-INACTIVE-button.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.4vh;
  height: 4.4vh;
  transition: 0.5s;
  position: absolute;
  right: 12%;
  bottom: 10%;
}

#QualityButtonV {
  background-image: url(../img/UIelements/Picture-ACTIVE-button.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.4vh;
  height: 4.4vh;
  transition: 0.5s;
  position: absolute;
  right: 12%;
  bottom: 10%;
  display: none;
}

#VideoContainer {
  display: none;
  position: fixed;
  z-index: 22001;
  background-color: black;
  width: 100%;
  height: 100%;
}

#VideoViewer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: inherit;
}

#videoPlayerEnd {
  width: 100vh;
}

#PlayButton {
  border: none;
  display: none;
  font-size: 30vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--main-theme-color);
  z-index: 220002;
}

#PlayButtonEnd {
  border: none;
  display: none;
  font-size: 30vh;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -100%);
  color: #b67942 !important;
  z-index: 22906;
}

#GameMenu {
  display: block;
  right: 3.6vh;
  top: 5vh;
  width: auto;
  height: auto;
  text-align: center;
  z-index: 2000;
}

#JitsiContainer {
  position: fixed;
  visibility: visible;
  z-index: 22905;
  bottom: 35vh;
}

.input-group-prepend,
.input-group-append {
  display: inline-flex;
}

#lock,
#TextLock {
  margin-top: 6%;
  padding: 20%;
  border: var(--main-theme-border);
  background-color: var(--main-bg-color);
  color: var(--main-txt-color);
  width: 100%;
  border-radius: 20px;
  z-index: 2000;
}

#DateLock,
#CodeLock,
#MoveLock {
  border: var(--main-theme-border);
  background-color: var(--main-bg-color);
  width: 60vh;
  border-radius: 20px;
  display: none;
  z-index: 2000;
}

#DateLockImg {
  background-position: center;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-image: url("/assets/360/img/locks/datelock/datelock.webp");
}

#CodeLockImg {
  background-position: center;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-image: url("/assets/360/img/locks/codelock/codelock.webp");
}

#CodeLock1,
#CodeLock2,
#CodeLock3,
#CodeLock4 {
  left: 75%;
  text-align: center;
}

#CodeLock1 {
  top: 50%;
}

#CodeLock2 {
  top: 62%;
}

#CodeLock3 {
  top: 74%;
}

#CodeLock4 {
  top: 86%;
}

.lock__input {
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 3vh;
  font-family: "alarmclock";
  color: black;
  background-color: #f2c335;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  border-radius: 0.9vh;
  border-color: #000;
  border-style: solid;
  padding: 0.1vh 0 0.1vh 0.1vh;
}

#DateLockDay,
#DateLockMonth,
#DateLockYear {
  top: 72%;
}

#DateLockDay {
  left: 31%;
}

#DateLockMonth {
  left: 50%;
}

#DateLockYear {
  left: 69%;
}

#DetailContainer {
  display: none;
  position: fixed;
  z-index: 20000;
  top: 50%;
  left: 50%;
  width: 100vh;
  height: 74vh;
  padding: 9vh;
  background-size: cover;
  background-image: url(../img/UIelements/Rectangular-Pop-Up-containerV3-01.webp);
  transform: translate(-50%, -50%);
}

#MoveLockImg {
  background-position: center;
  background-size: auto 90%;
  background-repeat: no-repeat;
  background-image: url("/assets/360/img/locks/movelock/movelock.webp");
}

.movelock__arrow {
  width: 10%;
  height: 10%;
  transform: translate(-50%, -50%);
  position: absolute;
}

#MoveLockUp {
  top: 52%;
  left: 50%;
}

#MoveLockRight {
  top: 68%;
  left: 67%;
}

#MoveLockDown {
  top: 85%;
  left: 50%;
}

#MoveLockLeft {
  top: 68%;
  left: 33%;
}

#GameTimer {
  font-size: 3vh;
  color: #fff;
  font-family: "Inconsolata", monospace;
}

.list-group-item {
  background-color: #ad9e82;
}

.list-group-flush > .list-group-item {
  background-color: rgba(255, 255, 255, 0.1);
}

#NotificationCard {
  display: none;
  z-index: 1000;
  width: auto;
  position: fixed;
  height: auto;
  left: 3.6vh;
  top: 2vh;
  border: 4px solid #000000;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

b {
  color: #241e16;
}

.theme__border {
  border: var(--main-border-color);
  background-color: var(--main-bg-color);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

#ModalTitle {
  color: black;
}

.hintBtn {
  background-color: black;
  border: 1px solid white;
  transition: 0.9s;
}

.hintBtn:hover {
  border: var(--main-border-color);
  color: black;
  background-color: white;
}

#ModalText {
  color: black;
}

.modal__button {
  border: 1px solid black;
  color: black;
  background-color: white;
  transition: 0.9s;
}

.modal__button:hover {
  background-color: black;
  border: 1px solid white;
  color: white;
}

.osd {
  position: fixed;
  z-index: 980;
  width: auto;
  height: auto;
  border-radius: 0.8vh;
  padding: 1.06vh;
  vertical-align: center;
}

.osd-container {
  display: none;
  width: 75vh;
  height: 50vh;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.osd-container__media {
  height: 100%;
  border-width: 0.1vw 0 0 0.1vw;
  padding: 3.6vh;
  margin-top: 10px;
  background-position: center;
  background-size: auto 90%;
  background-repeat: no-repeat;
}

.osd-container__text {
  padding: 3.6vh;
}

.osd-container__album {
  padding: 0.9vh;
  text-align: center;
}

.osd-menu__item {
  width: 100%;
  text-align: center;
  position: relative;
}

.osd__game__image {
  max-width: 50%;
}

#InventoryChild {
  position: fixed;
  bottom: 20px;
}




.inventory__cell {
  display: block;
  float: left;
  height: 15vh;
  width: 15vh;
  margin: 0;
  margin-bottom: 20px;
  padding: 0vh;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.inventory__cell::before {
  display: block;
  content: '';
  background-image: var(--inventory-background, url("../img/UIelements/can-background.svg"));
  position: absolute;
  top: -2vh;
  left: -2vh;
  right: -2vh;
  bottom: -2vh;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: -1;
}

.inventory__cell::after {
  display: block;
  content: '';
  position: absolute;
  top: -2vh;
  left: -2vh;
  right: -2vh;
  bottom: -2vh;
  background-image: url("../img/UIelements/can1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: rotate(var(--rotation-angle));
  z-index: 1;
  pointer-events: none;
}

#SelectedInventoryItem {
  height: 10vh;
  width: 10vh;
  z-index: 2;
  display: none;
  position: fixed;
  transform: translate(-50%, -50%);
  background-size: contain;
  border: none !important;
  pointer-events: none;
}

.interface-bg {
  opacity: 0.9;
  z-index: 1 !important;
  background-image: url("../img/UIelements/inventory-background.svg");
  background-position: bottom;
  height: 22.2vh;
  background-size: cover;
  width: 151vh;
}

.inventory__cell__item {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
}

.inventory__cell__button {
  display: flex;
  position: absolute;
}

.inventory__cell__button__info {
  background-image: url("../img/UIelements/info.svg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 3vh;
  width: 3vh;
  left: 3vh;
  bottom: 2.5vh;
  z-index: 2
}

.inventory__cell__button__use {
  background-repeat: no-repeat;
  background-size: cover;
  height: 4vh;
  width: 4vh;
  left: 0;
  bottom: 2vh;
  z-index: 2
}

#DetailMedia {
  background-repeat: no-repeat;
  top: 50%;
  left: 47%;
  transform: translate(-53%, -50%);
  width: 80%;
  height: 60%;
  position: absolute;
}

#DetailAlbum {
  z-index: 3000;
  display: flex !important;
  width: 26.7vh;
}

.all-cards {
  margin: 1%;
  float: left;
}

#DetailText {
  background-repeat: no-repeat;
  top: 1%;
  margin-top: 40px;
  left: 13%;
  width: auto;
  transform: translate(0%, 1%);
  height: 490px;
}

@keyframes shake {
  0% {
    transform: translate(1px, 1px) rotate(0deg);
  }
  10% {
    transform: translate(-1px, -2px) rotate(-1deg);
  }
  20% {
    transform: translate(-3px, 0px) rotate(1deg);
  }
  30% {
    transform: translate(3px, 2px) rotate(0deg);
  }
  40% {
    transform: translate(1px, -1px) rotate(1deg);
  }
  50% {
    transform: translate(-1px, 2px) rotate(-1deg);
  }
  60% {
    transform: translate(-3px, 1px) rotate(0deg);
  }
  70% {
    transform: translate(3px, 1px) rotate(-1deg);
  }
  80% {
    transform: translate(-1px, -1px) rotate(1deg);
  }
  90% {
    transform: translate(1px, 2px) rotate(0deg);
  }
  100% {
    transform: translate(1px, -2px) rotate(-1deg);
  }
}

@keyframes glowing {
  0% {
    background-color: var(--main-bg-color);
  }
  50% {
    color: var(--main-txt-color);
    background-color: var(--main-theme-color);
  }
  100% {
    background-color: var(--main-bg-color);
  }
}

#QualityControl {
  display: none;
}

#AudioButton {
  background-image: url(../img/UIelements/volume.svg);
}

#AudioButtonV {
  background-image: url(../img/UIelements/volume-mute.svg);
  display: none;
}

.audio-button {
  background-repeat: no-repeat;
  background-size: cover;
  width: 4.4vh;
  height: 4.4vh;
  position: absolute;
  right: 20vh;
  bottom: 6vh;
}

.drop-shadow {
  filter: drop-shadow(0.2vh 0.2vh 0.2vh rgba(0, 0, 0, 0.8));
}

.range {
  background-image: url(../img/UIelements/volume_slider.svg);
  background-color: transparent;
  -webkit-appearance: none;
  background-size: cover;
  outline: none;
  height: 5vh;
  width: 15vh;
  float: left;
  transform: rotateZ(0deg);
  position: absolute;
  bottom: 6vh;
  right: 4vh;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  background-image: url(../img/UIelements/volume_slider-button.svg);
  background-color: transparent;
  background-size: cover;
  height: 2.5vh;
  width: 2vh;
  transform: rotateZ(0deg);
  cursor: pointer;
}

#AlbumContainer {
  display: block;
  height: 100%;
  z-index: 3000px;
  width: auto;
}

#AtticPoint {
  left: 48%;
  width: 2.6%;
  top: 28%;
  cursor: pointer;
}

#KichenPoint {
  width: 2.6%;
  left: 49%;
  top: 45%;
  cursor: pointer;
}

#GardenPoint {
  width: 2.6%;
  left: 77.6%;
  top: 44%;
  cursor: pointer;
}

#FrontdoorPoint {
  width: 2.6%;
  left: 37.5%;
  top: 52%;
  cursor: pointer;
}

#CafePoint {
  width: 2.6%;
  top: 80%;
  left: 17.5%;
  cursor: pointer;
}

.psv-loader {
  color: #8e6c20;
}

#loadingPanorama {
  font-weight: bold;
  text-align: center;
  color: #966508;
  display: none;
  position: fixed;
  z-index: 3000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0.5px 0.5px 0 black) drop-shadow(-0.5px -0.5px 0 black);
}

#loadingPanoramaWinnerPage {
  font-weight: bold;
  text-align: center;
  color: #966508;
  display: none;
  position: fixed;
  z-index: 3000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  filter: drop-shadow(0.5px 0.5px 0 black) drop-shadow(-0.5px -0.5px 0 black);
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#preloaderWinnerPage {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #916d25;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #c5ad73;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}

#ContentMiddle {
  overflow: hidden;
}

.form-row {
  display: inline-flex;
}

#loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #966508;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#SocialImageCanvas {
  width: 100%;
  height: 100%;
  z-index: 1002;
  border: 2px solid black;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  border-radius: 2%;
}

#PuzzleCanvas {
  height: 100%;
  width: auto;
}

#TakePictureContainer {
  top: 60vh;
  left: 60px;
}

#TakePicture {
  position: absolute;
  top: 515px;
  left: 50px;
}

*/ .title {
  margin-top: 20px;
  text-align: center;
}

.btn:link,
.btn:visited {
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.56) 0px 22px 70px 4px;
  border: 2px solid black;
  text-transform: uppercase;
  padding: 20px 40px;
  border-radius: 100px;
  transition: all 0.5s;
  z-index: 3000;
  display: none;
}

#myPicture {
  float: right;
}

.btn-white {
  background-color: #28abe2 !important;
  color: #000;
}

.btn:hover {
  background-color: white;
  box-shadow: 0px 10px 10px rgba(255, 255, 255, 0.2);
  transform: translateY(-3px);
}

.btn:active {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  transform: translateY(-1px);
}

.btn-bottom-animation-1 {
  animation: comeFromBottom 1s ease-out 0.8s;
}

.btn::after {
  content: "";
  text-decoration: none;
  text-transform: uppercase;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 100px;
  display: inline-block;
  z-index: -1;
  transition: all 0.5s;
}

.btn-white::after {
  background: #28abe2;
}

.btn-animation-1:hover::after {
  transform: scaleX(1.4) scaleY(1.6);
  opacity: 0;
}

@keyframes comeFromBottom {
  0% {
    opacity: 0;
    transform: translateY(40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes moveJitsi {
  0% {
    position: absolute;
    margin-top: 0px;
    margin-left: 0px;
    z-index: 5000;
  }
  100% {
    left: 10px;
    top: 40%;
  }
}

.top-row {
  text-align: center;
  height: 13%;
}

.mid-row {
  height: auto;
  margin-right: 5%;
  margin-left: 5%;
}

.buttons-row {
  margin-top: 1%;
  margin-right: 4%;
  margin-left: 5%;
  height: 100px;
}

#winnerpage {
  background-image: url("/assets/360/img/social-image/background.webp");
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 21000 !important;
}

.btn_wrap {
  margin-top: 3%;
  box-shadow: #f1e6ba 0px 4px 12px, #cc9933 0px 8px 28px, #cc9933 0px 12px 40px;
  border: 2px solid black;
  float: right;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  width: 150px;
  height: 66px;
  background-color: #cc9933;
  border-radius: 80px;
  padding: 0 18px;
  will-change: transform;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.btn_wrap:hover {
  /* transition-delay: .4s; */
  background-color: #daba7c;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#Share {
  position: absolute;
  z-index: 99;
  width: 150px;
  height: 66px;
  border-radius: 80px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  font-size: 20px;
  text-align: center;
  line-height: 70px;
  letter-spacing: 2px;
  color: black;
  background-color: #cc9933;
  padding: 0 18px;
  -webkit-transition: all 1.2s ease;
  transition: all 1.2s ease;
}

.carousel-control-next-btn {
  background-image: url("/assets/360/img/misc/slider-arrow-right.webp");
  background-size: cover;
  height: 139px;
  width: 66;
}

.carousel-control-prev-btn {
  background-image: url("/assets/360/img/misc/slider-arrow-left.webp");
  background-size: cover;
  height: 139px;
  width: 66;
}

.btn-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 240px;
  height: 64px;
  border-radius: 80px;
}

.dr {
  position: absolute;
  bottom: 16px;
  right: 16px;
  width: 100px;
}

#CameraShutter {
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: 22000;
  display: none;
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translate(50%, 50%);
}

#counter.big {
  font-size: 200%;
  opacity: 1;
  transition: ease-out 1s;
  z-index: 21002;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
  font-size: 2180%;
  -webkit-text-stroke: 2px black;
  /* width and color */
  font-family: sans;
  color: #28abe2;
}

.ssk-group {
  float: right;
  margin-top: 10px;
}

.grid-container {
  z-index: 1000;
  position: absolute;
  bottom: 30;
}

.interface-background {
  background-repeat: no-repeat;
  background-size: cover;
  height: 22vh;
  opacity: 0.9;
}

.tablet-icon {
  background-image: url(../img/UIelements/Ipad.svg);
  background-repeat: no-repeat;
  height: 17.7vh;
  width: 24.9vh;
  background-size: cover;
  -ms-transform: rotate(75deg);
  /* IE 9 */
  transform: rotate(75deg);
  z-index: 22000 !important;
}

#TabletContainer {
  z-index: 1000;
}

.bottom-grid-container {
  z-index: 999;
  position: absolute;
  bottom: 0;
}

.jitsi-row {
  height: 32vh;
}

.Fullscreen {
  width: 100%;
  height: 100%;
  z-index: 1;
  position: absolute;
}

.interface-settings {
  z-index: 10000;
  position: fixed;
}

.open-video {
  background-image: url(../img/UIelements/camera_on.svg);
  display: none;
}

.close-video {
  background-image: url(../img/UIelements/camera_off.svg);
}

.open-close-video {
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 8vh;
  height: 6vh;
  bottom: 15.5vh;
  right: 1vh;
}

.open-control {
  background-image: url(../img/UIelements/controller.svg);
  transform: translate(-50%, -50%);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 9vh;
  height: 5vh;
  bottom: 17vh;
  right: 12vh;
}

.open-hint {
  background-image: url(../img/UIelements/hint.svg);
  background-repeat: no-repeat;
  background-size: cover;
  transform: translate(-50%, -50%);
  position: absolute;
  width: 6vh;
  height: 6vh;
  right: 10vh;
  bottom: 0vh;
}

#GameContainer {
  display: none;
  position: fixed;
  z-index: 20000;
  top: 50%;
  left: 50%;
  width: 100vh;
  height: 74vh;
  padding: 9vh;
  background-size: cover;
  background-image: url(../img/UIelements/Rectangular-Pop-Up-containerV3-01.webp);
  transform: translate(-50%, -50%);
}

.circle-bg {
  height: 30vh;
  width: 30vh;
  z-index: 9999;
  bottom: 0vh;
  right: 0vh;
  background-size: cover;
  background-image: url(../img/UIelements/panel-background.svg);
}

.open-tablet {
  animation: open-tablet 1s forwards;
}

.close-tablet-btn {
  animation: close-tablet 1s reverse;
}

.close-lock {
  float: right;
}

@keyframes open-tablet {
  100% {
    left: 50%;
    top: 50vh;
    height: 90vh;
    width: 130vh;
    position: fixed;
    transform: rotate(0deg) translate(8%, -50%);
  }
}

@keyframes close-tablet {
  100% {
    top: 50vh;
    left: 50%;
    height: 90vh;
    width: 130vh;
    position: fixed;
    transform: rotate(0deg) translate(8%, -50%);
  }
}

#CloseTablet {
  display: none;
  left: 10%;
  top: 5%;
}

.close-btn-tablet {
  display: none !important;
}

/* only animate if the device supports hover */

@media (hover: hover) {
  #creditcard {
    /*  set start position */
    transform: translateY(110px);
    transition: transform 0.1s ease-in-out;
    /*  set transition for mouse enter & exit */
  }
  #money {
    /*  set start position */
    transform: translateY(180px);
    transition: transform 0.1s ease-in-out;
    /*  set transition for mouse enter & exit */
  }
  button:hover #creditcard {
    transform: translateY(0px);
    transition: transform 0.2s ease-in-out;
    /*  overide transition for mouse enter */
  }
  button:hover #money {
    transform: translateY(0px);
    transition: transform 0.3s ease-in-out;
    /*  overide transition for mouse enter */
  }
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-0.25rem);
  }
  100% {
    transform: translateY(0);
  }
}

.donate-button:hover .donate-button-text span {
  transform: translateY(-0.25rem);
  transition: transform 0.2s ease-in-out;
}

.donate-button {
  border: 2px solid black;
  outline: none;
  background-color: purple;
  padding: 0.5rem 90px 1rem 1rem;
  position: relative;
  border-radius: 100px;
  line-height: 1.5;
  background-color: #28abe2;
  color: black;
  font-size: 1rem;
  font-weight: 400;
  cursor: pointer;
  box-shadow: rgba(0, 9, 61, 0.2) 0px 4px 8px 0px;
  margin-top: 14px;
  margin-left: 70px;
  width: 280px;
  height: 68px;
}

.donate-button:active {
  transform: translateY(1px);
}

.donate-button-svg {
  position: absolute;
  overflow: visible;
  bottom: 6px;
  right: 0.2rem;
  height: 140%;
}

.chart-canvas {
  width: 100% !important;
  height: 50% !important;
}

#susChart {
  height: 45% !important;
}

.menu-item-scan {
  width: 8.9vh;
  height: 8.9vh;
  background-color: black;
  color: white !important;
  border: 3px solid rgb(116, 116, 116);
  border-radius: 50%;
  transition: linear 0.3s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.menu-item-scan:hover {
  background-color: white;
  color: black;
}

.fa-qrcode:hover {
  color: black;
}

.fa-qrcode {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  color: white;
  font-size: 2.7vh;
}

.menu-item-rules {
  width: 8.9vh;
  height: 8.9vh;
  transition: linear 0.3s;
  background-color: black;
  color: white !important;
  border: 3px solid rgb(116, 116, 116);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.start-game-btn {
  margin-top: 20% !important;
  font-size: 2.3vh !important;
}

.menu-item-start {
  width: 8.9vh;
  height: 8.9vh;
  transition: linear 0.3s;
  background-color: black;
  color: white !important;
  border: 3px solid rgb(116, 116, 116);
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.menu-item-start:hover {
  background-color: white;
  color: black;
}

.start-game-btn:hover {
  color: #000;
}

.fa-pencil-ruler {
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  color: white;
  font-size: 2.7vh;
}

.menu-item-rules:hover {
  background-color: white;
  color: black;
}

.fa-pencil-ruler:hover {
  color: black;
}

.modal-dialog {
  max-width: 60% !important;
  margin: 1.75rem auto;
}

.modal-controls {
  max-width: 90% !important;
  margin: 1.75rem auto;
}

.carousel-control-next-icon {
  background-color: black !important;
}

.carousel-control-next {
  right: -60 !important;
}

.carousel-control-prev-icon {
  background-color: black !important;
}

.carousel-control-prev {
  left: -60 !important;
}

.modal-content {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px,
    rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px,
    rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px !important;
}

.carousel-inner > .item {
  /*disables white flash*/
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
}

.close-popup {
  font-size: 3.6vh !important;
  line-height: normal !important;
}

.fade {
  z-index: 22901 !important;
}

.modal {
  z-index: 22906 !important;
}

.modal-content {
  z-index: 22906 !important;
  text-align: center;
}

.controls-info {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999998;
  transform: translate(-48%, -50%);
  width: 95%;
  display: none;
}

.blur-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999997;
  background-color: black;
  opacity: 0.8;
  display: none;
}

.close-controle {
  position: absolute;
  right: 10% !important;
  top: 4% !important;
  z-index: 999999;
}

.inventoryAnimationContainer {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10000;
  pointer-events: none;
}

#inventoryAnimationImage {
  position: absolute;
  width: 0;
  height: 0;
  transform: translateY(0);
}

