body,
    html {
      height: 100%;
      font-size: 10pt;
      overflow: hidden;
      font-family: 'AudiTypeNormal';
      margin: 0px;
    }

    label {
      display: inline-block;
      width: 120px;
      height: 24px;
    }

    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;
      
    }

    .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;
}