  :not(:defined)>* {
     display: none;
 }
 
 body {
     margin: 0;
     padding: 0;
     width: 100vw;
     height: 100vh;
     background: rgb(255, 255, 255);
     background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(232, 232, 232, 1) 41%, rgba(239, 248, 255, 1) 100%);
     font-family: "Inter", sans-serif;
 }

 .container {
     width: auto;
     height: auto;
     text-align: center;
 }
 
 .container model-viewer {
     width: 100vw;
     height: 100vh;
 }
 
 .btn-ar {
     animation: hideShow 2s infinite ease-in-out;
 }
 
 .full-screen {
    position: fixed;
    z-index: 17;
    bottom: 10px;
    right: 5px;
    transform: scale(-0.8);
    cursor: pointer;
 }

 .container-buttons-hotspot {
     position: fixed;
     z-index: 18;
     bottom: 40px;
     right: 5px;
     /*transform: scale(-0.8);*/
 }

 /*.container-buttons-carousell {

     display: table;
  margin: 0 auto;
 }

  .container-buttons-carousell p {
     position: fixed;
     z-index: 18;
     bottom: 27px;
     right: 53px;
    font-size: 12px;
 }
*/

 .container-buttons-carousell {
     position: fixed;
     z-index: 18;
     bottom: 10px;
     right: 115px;
     /*transform: scale(-0.8);*/
 }

  .container-buttons-carousell p {
     position: fixed;
     z-index: 18;
     bottom: 27px;
     right: 53px;
    font-size: 12px;
     /*transform: scale(-0.8);*/
 }

 .outside-iframe{
    bottom: auto;
    right: auto;
 }
 

 .button-carousell {
     /*position: fixed;
     z-index: 18;
     bottom: 10px;
     right: 35px;*/
     float: left;
     /*background-color: #ccc;*/
     padding: 5px;
     margin-right: 20px;
     cursor: pointer;
     
     transition-timing-function: ease-in;
    transition-duration: 0.3s;
    color: #aaa;
    font-weight: bold;
    font-family: "InterBold900", sans-serif;
    font-size: 14px
 }

  .button-carousell:hover {

     /*background-color: #fcc;*/
    color: #000;


 }

 .button-selected{
    /*transition-property: background-color;
    transition-timing-function: ease-in;
    transition-duration: 0.3s;*/
    color: #000;

 }

 .hidden{
    display: none;
 }
 

 
 
 .ar-button {
    cursor: pointer;
    position: fixed;
    left: 5px;
    white-space: nowrap;
    bottom: 10px;
    width: 172px;
    height: 33px;
    border-radius: 7px;
    border: 1.5px solid #FF2E00;
 }
 
 .txt-ar {
    font-family: 'InterBold900', sans-serif;
    font-size: 10.2pt;
    font-weight: bold;
    position: absolute;
    left: 50%;
    bottom: 50%;
    transform: translate(-50%, 50%);
    color: #FF2E00;
    display: block;
 }
 
 .ico-ar {
     width: 19px;
     vertical-align: middle;
     position: relative;
     top: -1px;
     margin-left: 5px;
 }
 
 .ar-button:focus {
     outline: none;
 }
 
 .ar-button:focus-visible {
     outline: 1px solid #4285f4;
 }

 @keyframes circle {
    from {
        transform: translateX(-50%) rotate(0deg) translateX(50px) rotate(0deg);
    }
    to {
        transform: translateX(-50%) rotate(360deg) translateX(50px) rotate(-360deg);
    }
}

@keyframes elongate {
    from {
        transform: translateX(100px);
    }
    to {
        transform: translateX(-100px);
    }
}

@keyframes hideShow {
    0% {
        opacity: 0.3;
        transform: scale(0.8);
    }
    50% {
        opacity: 1;
        transform: scale(1.3);
    }
    100% {
        opacity: 0.3;
        transform: scale(0.8);
    }
}

@keyframes ShowSlow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes UptoDown {
    from {
        top: -500%;
    }
    to {
        top: 50%;
    }
}

@keyframes DowntoUp {
    from {
        top: 50%;
    }
    to {
        top: -500%;
    }
}
 
 model-viewer>#ar-prompt {
     position: absolute;
     left: 50%;
     bottom: 175px;
     animation: elongate 2s infinite ease-in-out alternate;
     display: none;
 }
 
 model-viewer[ar-status="session-started"]>#ar-prompt {
     display: block;
 }
 
 model-viewer>#ar-prompt>img {
     animation: circle 4s linear infinite;
 }
 
 model-viewer {
     /*background-color: unset;*/
     /*background-color: rgba(0,80,80);*/
     background-color: rgba(255,255,255) !important;
     --poster-color: transparent;
     position: absolute;
     /*--poster-image:url(assets/poster_.png);*/
 }

  .hotspotsToggle {
    position: fixed;
    z-index: 17;
    bottom: 10px;
    right: 25px;
    transform: scale(-0.8);
    cursor: pointer;
 }

/* button {
     border: none;
 }
 
 button:focus {
     outline: none;
 }*/

button{
  /*display:  block;*/
  width: 15px;
  height: 15px;

   border: none;

    background: rgba(76, 175, 80, 0.0);

  background-image: url(../assets/hotspot.png);
  background-repeat: no-repeat;

  background-size: 15px 15px;
}


button[slot="hotspot-balibed1"]{
  /*background-color: #FF2E00;*/
  /*border-style: solid;*/

  --min-hotspot-opacity: 0.7;
  --max-hotspot-opacity: 1;

  /*border-radius: 20px;*/
  /*border: none;*/
  /*border-width: 3px;
  border-color: rgb(0,26, 255);
  -webkit-appearance: none;*/
}

button[slot="hotspot-balibed2"]{
  /*background-color: #FF2E00;*/
  /*border-style: solid;*/

  --min-hotspot-opacity: 0.7;
  --max-hotspot-opacity: 1;
}

.annotation{
  /*background-color: #dedede;*/
  position:  absolute;
  font-weight: bold;
  text-align: left;
  /*transform: translate(10px 10px);*/
  background: #FFFFFF;

  padding: 10px;
  /*padding-top: 15px;*/
  font-size: 14px;
  width: 180px;
  min-height: 54px;
box-sizing: border-box;
  border-radius: 12px;
  border: 1.50102px solid #FBFBFB;
  /*box-shadow: 0px 0px 12.008146286010742px 0px #000000 12%;*/
  box-shadow: 0px 0px 12px rgba(68, 68, 68, 0.6);
  /*box-shadow: 5px 10px 8px #888888;*/
  /*z-index: 200;*/
}


.annotationCloseButton{
    background-image: url(../assets/closeAnnotation.svg);
    background-repeat: no-repeat;
    position: relative;
    width: 10px;
    height: 10px; 
    float: right;
}

.annotationWithImage{
    width: 150px;
    margin-top: 10px
}


/* HOTSPOTS ON/OFF TOGGLE */
.toggleHotspots{
    position: fixed;
    z-index: 18;
    bottom: 12px;
    right: 43px;
}

.toggleHotspotsText{
    font-size: 14px;
    font-family: "Inter", sans-serif;
    position: relative;
    font-weight: bold;
    top: -5px;
    left: -7px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 5px;
    top: 5px;
}

/* Hide default HTML checkbox */
.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: -5px;
    background-color: #FF2E00;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #6f6f6f;
}

input:focus+.slider {
    box-shadow: 0 0 1px #FF2E00;
}

input:checked+.slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}
/* Rounded sliders */

.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.modalQR {
    background-color: #fff;
    border: 1px solid #7b7b7b;
    position: absolute;
    z-index: 100;
    top: -500%;
    left: 50%;
    width: 50%;
    /* height: 80vh; */
    transform: translate(-50%, -50%);
    border-radius: 18px;
    cursor: pointer;
}

.modalQR p {
    margin: 5%;
    font-size: 3vw;
}

.modalQR img {
    width: 36vw;
}

.animate-down {
    animation: UptoDown 0.5s ease-in-out forwards;
}

.animate-up {
    animation: DowntoUp 0.5s ease-in-out forwards;
}