/* __V3D_TEMPLATE__ - template-based file; delete this line to prevent this file from being updated */


body {
    margin: 0px;
    overflow: hidden;
    width: 100vh;
    height: 100vh;
    /* background-image: url('./media/bckg_AD.jpg'); */
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    
}

.v3d-container {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    
}

/* removes tap blinking on ios devices */
* { -webkit-tap-highlight-color:rgba(0,0,0,0); }

.controls {
  position: absolute;
  bottom: 1%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  gap: 20px;
  font-family: 'Neo Sans Std', Helvetica, sans-serif;
  font-weight: 700;
  
}

.swatches-container,.swatches-container2,.swatches-container3,.swatches-container4,.swatches-container5,.swatches-container6,.swatches-container7,.swatches-container8,.swatches-container9,.swatches-container10,.swatches-container11,.swatches-container12,.swatches-container13 {
    position: absolute;
    bottom: 0;
    padding: 8px 12px;
    border-radius: 20px;
    background: #134a70;
    display: flex;
    align-items: center;
    gap: 8px;
    visibility: hidden;
    border: 0.2vw solid #134a70;
    color: #FFFFFF;
  }

 .help-share {
    position: absolute;
    bottom: 0;
    left: 10%;
    padding: 8px 12px;
    border-radius: 20px;
    background: #134a70;
    display: flex;
    gap: 8px;
    visibility: hidden;
    border: 0.2vw solid #134a70;
    color: #FFFFFF;
    text-align: center;
    line-height: 20px;
  }

.color-item,.color-item2,.color-item3,.color-item4,.color-item5,.color-item6,.color-item7,.color-item8,.color-item9,.color-item10,.color-item11,.color-item12,.color-item13 {
     width: 30px;
     height: 30px;
     border-radius: 50%;
     cursor: pointer;
     border: 0.1vw solid #FFFFFF;
     position: relative;
}


.color-item[title]:hover:after,
.color-item2[title]:hover:after,
.color-item3[title]:hover:after,
.color-item4[title]:hover:after,
.color-item5[title]:hover:after,
.color-item6[title]:hover:after,
.color-item7[title]:hover:after,
.color-item8[title]:hover:after,
.color-item9[title]:hover:after,
.color-item10[title]:hover:after,
.color-item11[title]:hover:after,
.color-item12[title]:hover:after,
.color-item13[title]:hover:after,
.help-share a[title]:hover:after {

  content: attr(title);
  font-size: 15px;
  top: -65px; 
  cursor: pointer;
  padding: 4px 4px;
  border: 0.2vw solid #134a70;
  border-radius: 4px; 
  position: absolute;
  color:#134a70
}

title {
  display: none;
}


.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  cursor: pointer;
  border: 0.1vw solid #FFFFFF;
  font-size: 23px;
  color: #333;
}

.btn:hover {
    border: 0.2vw solid #FFFFFF; 
}

.btn i {
    color: #FFFFFF;
}

#help_div {
  display: none;
  position: absolute;
  font-family: 'Neo Sans Std';
  border-radius: 25px;
  border: 0.2vw solid #134a70;
  background-color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 42vw;
  max-width: 80%;
  max-height: 80%;
  text-align: center;
}

   
  h1 {
    color:#134a70;
    font-family: 'Neo Sans Std';
    font-size: 2.5vw;
  
  }
  
  h3 {
    color:#134a70;
    padding:0.3vw;
    font-family: 'Neo Sans Std';
    font-size: 1.0vw;
  }
  
  
  hr.rounded {
    border-top: 20px solid #134a70;
    border-radius: 5px;
  }
  
  
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box
  }
  
  #preloader-wrapper {
    position: fixed;
    width: 100vw;
    height:100vh;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
.help-close-button {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  /*

  .AD_logo {
    position: absolute;
    bottom: 1%;
    right: 1%;
    visibility: hidden;
    z-index: -1;
  }
  .Stripe {
    position: absolute;
    background-image: url('./media/controls.svg');
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0%;
    Z-index: -2;
     
  }

  .AD_logo img {
    width: 200px;
    height: auto;
  }
*/
@media screen and (max-width: 767px) {
/*
  body{
    background-image: url('./media/bckg_mobile.jpg');
  }
  
  .Stripe{
    position: absolute;
    background-image: url('./media/controls2.svg');
    
  }

  .AD_logo img {
    width: 70px;
    height: auto;
  }

  .controls {
    flex-direction: column;
    bottom: 1%;
    transform: translateX(-50%);
    gap: 5px;
    font-family: 'Neo Sans Std', Helvetica, sans-serif;
    font-weight: 300;
  }
*/
  .swatches-container,.swatches-container2,.swatches-container3,.swatches-container4,.swatches-container5,.swatches-container6,.swatches-container7,.swatches-container8,.swatches-container9,.swatches-container10,.swatches-container11,.swatches-container12,.swatches-container13 {
    left: 15%;
    display:flex;
    bottom: 0;
    padding: 1px 2px;
    border-radius: 20px;
    background: #134a70;
    display: flex;
    align-items: center;
    gap: 1px;
    visibility: hidden;
    border: 0.2vw solid #134a70;
    color: #FFFFFF;
    font-size: 12px;
  }

  .help-share {
    left: 0%;
    display: flex;
    padding: 1px 2px;
    gap: 1px;
    visibility: hidden;
    border: 0.2vw solid #134a70;
    color: #FFFFFF;
    text-align: center;
    line-height: 15px;
    font-size: 13px;
  }

  
  #help_div {
    width: 90vw;
    max-width: 90%;
    max-height: 90%;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    text-align: center;
    font-family: 'Neo Sans Std';
  }

  h1 {
    font-size: 20px;
  }

  h3 {
    font-size: 12px;
  }
  
  .color-item,.color-item2,.color-item3,.color-item4,.color-item5,.color-item6,.color-item7,.color-item8,.color-item9,.color-item10,.color-item11,.color-item12,.color-item13,.color-item:hover,.color-item2:hover,.color-item3:hover,.color-item4:hover,.color-item5:hover,.color-item6:hover,.color-item7:hover,.color-item8:hover,.color-item9:hover,.color-item10:hover,.color-item11:hover,.color-item12:hover,.color-item13:hover, .btn, .btn:hover  {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 0.1vw solid #FFFFFF;
    font-size: 15px;
}

#v3d-container {
  transform: scale(1.1);
}
}