body,
    html {
      height: 100%;
      font-size: 10pt;
      overflow: hidden;
      font-family: 'AudiTypeNormal';
      margin: 0px;
    }

    label {
      display: inline-block;
      width: 120px;
      height: 24px;
    }
    .car_txt
    {
      color: #ffffff;
      font-size: 13px;
      font-family: 'AudiTypeBold';
    }
    input {
      vertical-align: middle;
    }
    
    input.number {
      border: 0;
      background: transparent;
      font-size: 16px;
      width: 32px;
      outline: none;
    }

    select {
      font-size: 14px;
    }

    #container {
      display: flex;
      height: 100%;
    }

    #instructions {
      width: 320px;
      margin-top: 10px;
      margin-left: 30px;
      margin-bottom: 20px;
    }

    .hotspot {
      width: 41px;
      height: 41px;
      border-radius: 10px;
      border: none;
      background-image: url("images/hotspot.png");
      background-color: rgba(0,0,0,0);;
      --min-hotspot-opacity: 0;
      
    }
    ul#diffuse {
      display: flex;
      justify-content: center;
  }
    #diffuse
  {
    position:absolute;
    /* width: 270px;
    max-width: 400px; */
    /* overflow: scroll; */
    bottom: 0px;
    right: 29%;
    left: 16%;
   
    -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  height: 130px;
  }
  #diffuse.move {
    /* left: 100%; */
    /* margin-right: -100px; .animate width */
    -webkit-animation-duration: 1s;
            -webkit-animation-name: slidein;

            /*for firefox*/
            -moz-animation-duration: 1s;
            -moz-animation-name: slidein;

              /* for opera*/
            -o-animation-duration: 1s;
            -o-animation-name: slidein;

              /* Standard syntax*/
            animation-duration: 1s;
            animation-name: slidein;
  }
  .color-btn {
    height: 30px;
    width: 30px;
   
    border-radius: 22px;
    background-color: #a3a677;
}
.color-btn1 {
  height: 30px;
  width: 30px;
 
  border-radius: 22px;
  background-color: hsla(219, 83%, 41%, 0.959);
}
.color-btn6 {
  height: 30px;
  width: 30px;
 
  border-radius: 22px;
  background-color: #1f1d18;
}
.color-btn2 {
  height: 30px;
  width: 30px;
 
  border-radius: 22px;
  background-color: #142e62;
}
.color-btn3 {
  height: 30px;
  width: 30px;
 
  border-radius: 22px;
  background-color: #a6a8a3;
}
.color-btn4 {
  height: 30px;
  width: 30px;
 
  border-radius: 22px;
  background-color:#dbdbdb;
}
.color-btn5 {
  height: 30px;
  width: 30px;
 
  border-radius: 22px;
  background-color: #3b3b38;
}

.color-btn7 {
  height: 30px;
  width: 30px;
 
  border-radius: 22px;
  background-color:#414443;
}
.color-btn8 {
  height: 30px;
  width: 30px;
 
  border-radius: 22px;
  background-color: #74828d;
}
.color-btn9 {
  height: 30px;
  width: 30px;
 
  border-radius: 22px;
  background-color: #3b5061;
}
.color-btn10 {
  height: 30px;
  width: 30px;
 
  border-radius: 22px;
  background-color: #434631;
}

.color-btn11 {
  height: 30px;
  width: 30px;
 
  border-radius: 22px;
  background-color: #d2d2d2;
}

.color-btn12 {
  height: 30px;
  width: 30px;
 
  border-radius: 22px;
  background-color: #0981c9;
}



  button{
   background: none;
    border: none;
    margin-top: 54px;
    outline: none !important;
  }
 
  #diffuse li{
    display: inline;
    list-style: none;
    padding-left: 12px;
    color: #000;
    font-family: VWTypeNormal;
    text-align: center;
    font-size: 11px;
  }
 
  #diffuse li a
  {
    color: #000000;
    display: none;
    font-family: 'AudiTypeNormal';
  }
  #diffuse li.active a
  {
    color: #000000;
    display: block;
    font-family: 'AudiTypeNormal';
  }
  #diffuse li img
  {
    color: #000000;
    content-visibility: hidden;
  }

  #diffuse li.active img
  {
    content-visibility: visible;
  }

    .annotation {
      background-color: #888888;
      position: absolute;
      transform: translate(10px, 10px);
      border-radius: 10px;
      padding: 10px;
      text-align: left;
    }

    

    .hotspot.selected {
      background-color: red;
    }

    .hotspot:not(.selected)>.annotation {
      display: none;
    }

    @media screen and (max-width: 320px) {
      #instructions {
        display: none;
      }
    }

    .inst_360 {
      position: absolute;
      left: 50%;
      top: 60%;
      transform: translate(-50%, -50%);
      width: 175px;
      height: 50px;
      padding: 20px;
    }

    .logo_list li {
      display: inline-block;
      zoom: 1;
      *display: inline;
      padding-left: 10px;
      margin: 0px;
      z-index: 1;
    }

    li img {
        vertical-align:middle;
    }

    .logo {
      width: 100%;
    }

    .logo_list {
      margin-left: -50px;
      float: left;
      width: 50%;
    }

    .act_ar {
      height: 44px;
      width: 105px;
      color: white;

    }

    --ar-button-display {
      display: block;
    }

    .slot.ar-button {
      display: block !important;
    }
    #button-load {
      background-image: url(../assets/ic_get_app_white_24dp.svg);
      background-repeat: no-repeat;
      background-size: 24px 24px;
      background-position: 6% 50%;
      background-color: #000;
      color: white;
      cursor: pointer;
      border-radius: 6px;
      display: inline-block;
      padding: 10px 18px 9px 40px;
      font-weight: 500;
      box-shadow: 0 0 8px rgba(0,0,0,.2), 0 0 4px rgba(0,0,0,.25);
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate3d(-50%, -50%, 0);
      z-index: 100;
  }
  .slot.ar-button:not(.enabled), .fullscreen .slot.ar-button {
    display: block !important;
  }
  .ar-button{
    display: block !important;
  }
/* NOTE: This ruleset is our integration surface area with the
 * :focus-visible polyfill.
 *
 * @see https://github.com/WICG/focus-visible/pull/196 */
:host([data-js-focus-visible]:focus:not(.focus-visible)),
:host([data-js-focus-visible]) :focus:not(.focus-visible) {
  outline: none;
}

.bg {
    background-image: url("../images/bg.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  


  @media screen and (max-width: 1024px) {
    .bg {
      visibility: hidden;
      clear: both;
      float: left;
      margin: 10px auto 5px 20px;
      width: 28%;
      display: none;
    }
    .logo_list {
        margin-left: -29px;
        float: left;
        width: 50%;
        position: fixed;
        top: 30px;
    }
  }



  @media only screen 
  and (device-width: 1024px) 
  and (device-height: 1366px) 
  {
    .logo_list {
        margin-left: -29px;
        float: left;
        width: 50%;
        position: fixed;
        top: 56px;
    }
    .arbtn
    {
      top: 60px !important;
      left: 83% !important;
    }
  }

  @media(min-width: 1025px)
  {
      model-viewer
      {
        display:none;
      }
      .logo_list {
          margin-left: -29px;
          float: left;
          width: 50%;
      }
  }

  .popuplist  li{
    margin: 0px;
    list-style-type: none;
    margin-top: 30px;
    color: #ffffff;
    font-family: 'AudiTypeBold';
    list-style-position: outside;
    padding: 0;
    font-size: 10px;
    margin-left: -40px;
}

.popuplist ul li span {
  display: inline-block;
  vertical-align: middle;
}
.popuplist img{
  vertical-align: middle;
  padding-right: 8px;
  width: 30px;
  height: 30px;
}