/**
 * Copyright (c) 2021, IKEA Digital (https://www.ikea.com/). All Rights Reserved.
 * Redistribution and use in source and binary forms or copying, with or without modification
 * is strictly prohibited without prior written permission. Proprietary and confidential.
 */

 #model-container {
    width: 100%;
    height: 100%;
}

#lazy-load-poster {
    position: absolute;
    left: 35%;
    top: 35%;
    bottom: 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#button-load, #button-3d-close, #qr-close-button {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px 18px;
    background-color: #EFEFEF;
    color: white;
    cursor: pointer;
    border-radius: 50%;
    display: inline-block;
    padding: 20px;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2), 0 0 4px rgba(0, 0, 0, .25);
    position: absolute;
    left: 6%;
    top: 20px;
    transform: translate3d(-50%, -50%, 0);
    z-index: 100;
    border: none;
    text-align: center;
    margin: 4px 2px;
}

#button-3d-close, #qr-close-button {
    background-color: transparent;
    border: 0;
    box-shadow: none;
    background-size: 12px 12px;
    left: auto;
    right: 0;
}

#ar-button {
    background-position: 11px;
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    color: #222;
    cursor: pointer;
    display: inline-block;
    padding: .6rem 1rem .6rem 2.5rem;
    box-shadow: 0 0 8px rgb(0 0 0 / 20%), 0 0 4px rgb(0 0 0 / 25%);
    position: absolute;
    left: 5%;
    top: 0%;
    border: none;
    text-align: center;
    text-decoration: none;
    margin: 4px 2px;
    height: 25px;
    border-radius: 10rem;
    font-size: 12px;
}

#ar-desktop-button{
    background-position: 11px;
    background-color: #EFEFEF;
    background-repeat: no-repeat;
    background-size: 22px 22px;
    color: #222;
    cursor: pointer;
    border-radius: 10rem;
    display: inline-block;
    padding: .6rem 1rem .6rem 2.5rem;
    box-shadow: 0 0 8px rgba(0, 0, 0, .2), 0 0 4px rgba(0, 0, 0, .25);
    position: absolute;
    left: 2%;
    top: .1%;
    border: none;
    text-align: center;
    text-decoration: none;
    font-size: 12px;
    margin: 4px 2px;
}

.d-none {
    display: none !important;
}

#ar-desktop {
    padding-top: 15%;
}

#ar-desktop p {
    text-align: center;
}

#qrcode {
    padding: 0% 19% 0% 19%;
}

#qrcode img {
    width: 100%;
}

#qr-close-button {
    left: 44.8%;
}

[dir=rtl] #button-load {
    left: auto;
    right: 0;
}

[dir=rtl] #button-3d-close {
    right: auto;
    left: 6%;
}

[dir=rtl] #qr-close-button {
    left:53.9%;
}

[dir=rtl] #ar-desktop-button {
    left: auto;
    right: 4%;
}

[dir=rtl] #ar-button {
    left: auto;
    right: 2.5%;
}