.container-fluid {
    height: 100vh;
}


img {
    border-radius: 50px;
}


.model-container {
    width: 100%;
    height: 100vh;
}

[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 50px;
}

[type="radio"] + img {
    cursor: pointer;
    width: 30%;
    border: solid 1px;
    border-color: black;
}

.row {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #ededed;
}

.accordion {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.accordion-body {
    display: flex;
}

#popup {
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 109, 0.27);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
}

.popupp-class {
    display: none;
}

.popupp-class.active {
    display: flex;
}

.view-button {
    background-color: #fff;
    border: none;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 13px;
    margin: 4px 2px;
}

.dimm {
    position: absolute;
    bottom: 0;
    left: calc(50% - 88px);
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    background-color: #fff;
    box-shadow: 0px 0px 4px rgb(0 0 0 / 15%);
    border-radius: 0px;
    width: 176px;
    height: 40px;
    margin-bottom: 10px;
}

.logo {
    border-radius: 00px;
    width: 200px;
}

@media (min-width: 1441px) {
    #controls {
        position: absolute;
        bottom: 16px;
        right: 16px;
        max-width: unset;
        transform: unset;
        width: 21% !important;
        padding: 10px;
    }

    #controls-ge {
        position: absolute;
        bottom: 16px;
        right: 0;
        max-width: unset;
        transform: unset;
        z-index: 100;
        width: 25% !important;
        margin-left: -110px;
        padding: 10px;
        background-color: #5c7f71;
    }
}

#controls-ge {
    position: absolute;
    bottom: 16px;
    right: 0;
    max-width: unset;
    transform: unset;
    z-index: 100;
    width: 20%;
    margin-left: -110px;
    padding: 10px;
}

@media (max-width: 767px) {
    #controls-ge {
        position: absolute;
        bottom: 26px;
        right: 0;
        max-width: unset;
        transform: unset;
        z-index: 100;
        width: 50%;
        margin-left: 30px;
    }
}

@media (min-width: 768px) {
    #controls-ge {
        position: absolute;
        bottom: 16px;
        right: 0;
        max-width: unset;
        transform: unset;
        z-index: 100;
        width: 30%;
        margin-left: -16px;
        padding: 10px;
    }
}

@media (min-width: 1024px) {
    #controls-ge {
        position: absolute;
        bottom: 16px;
        right: 0;
        max-width: unset;
        transform: unset;
        z-index: 100;
        width: 25%;
        margin-left: -110px;
        padding: 10px;
    }
}

@media only screen and (max-width: 500px) {
    .model-container {
        height: 40vh;
    }

    .fordstsmallscreen {
        display: none;
    }

    .logo {
        width: 100px;
    }
}

.qr-code {
    width: 200px;
}

.arButtonImage {
    border-radius: 0px;
}
