body {
    background-color: #4f4f4f;
    margin: 0 !important;
}

.hotspot {
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 20px;
    border: none;
    background-color: rgba(0, 202, 151, 0.25);
    box-sizing: border-box;
    pointer-events: none;
}

.hotspot[slot="hotspot-hand"] {
    --min-hotspot-opacity: 0;
    background-color: red;
}

.logo {
    float: left;
    width: 20%;
    height: auto;
    padding: 8px;
}

.hotspot[slot="hotspot-foot"]:not([data-visible]) {
    background-color: transparent;
    border: 3px solid rgb(0, 202, 152, 0.25);
}

.topic {
    padding-top: 5%;
    float: left;
    text-align: left;
}

.cover {
    width: 100%;
    height: auto;
}

.button_vr {
    background-color: #da680b;
    border: none;
    font-family: 'Noto Sans Thai', sans-serif;
    font-weight: 500;
    width: 90%;
    color: white;
    padding: 5px 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

.annotation {
    color: #E9E9E9;
    font-family: 'Noto Sans Thai', sans-serif;
    font-weight: 500;
    font-size: 25px;
    width: 250px;
    height: auto;
    font-family: 'Noto Sans Thai', sans-serif;
    background-color: rgb(53 53 53);
    position: absolute;
    transform: translate(10px, 15px);
    border-radius: 10px;
    padding: 5px;
}

.annotation_infomation {
    color: #E9E9E9;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    width: 240px;
    height: auto;
    font-family: 'Noto Sans Thai', sans-serif;
    background-color: rgba(38, 38, 38, 0.7);
    position: absolute;
    transform: translate(10px, 105px);
    border-radius: 10px;
    padding: 10px;
}

.annotation-box {
    color: #E9E9E9;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    width: 300px;
    height: auto;
    font-family: 'Noto Sans Thai', sans-serif;
    background-color: rgba(4, 87, 89, 0.70);
    position: absolute;
    transform: translate(10px, 15px);
    border-radius: 10px;
    padding: 10px;
}

.annotation-box-left {
    color: #E9E9E9;
    font-weight: 300;
    font-size: 13px;
    text-align: left;
    width: 300px;
    height: auto;
    font-family: 'Noto Sans Thai', sans-serif;
    background-color: rgba(4, 87, 89, 0.70);
    position: absolute;
    transform: translate(-300px, 10px);
    border-radius: 10px;
    padding: 10px;
}

.vr_mobile {
    display: none;
}

:not(:defined)>* {
    display: none;
}

model-viewer {
    width: 100%;
    height: 100vh;
    background-color: #4f4f4f;
}

.demo {
    width: 100%;
    height: 100%;
}

#np {
    position: fixed;
    display: none !important;
}

@media all and (max-width: 959px) {
    .annotation_infomation {
        display: none;
    }

    .vr_mobile {
        display: block;
        position: fixed;
        left: 0;
        bottom: 0;
        width: 30px;
        background-color: #fff;
        box-shadow: 1px 2px #9c9a9a;
        border: none;
        padding: 10px;
        border-radius: 50%;
        margin: 15px;
    }

    .textcolor {
        margin: 3px;
    }

    #np {
        font-family: 'Noto Sans Thai', sans-serif;
        font-weight: 500;
        text-align: center;
        text-decoration: none;
        color: #FFF;
        position: fixed;
        display: block !important;
        width: 100px !important;
        height: 100px !important;
        left: 20px !important;
        border-radius: 50% !important;
        bottom: 20px;
        background-color: rgba(200, 200, 200, 0.5);
        z-index: 20;
        touch-action: none;
    }

    #np p {
        margin-top: 15px !important;
    }
}

/* Model Viewer */
model-viewer {
    width: 100vw;
    height: 99vh !important;
}