* {
    padding: 0px;
    margin: 0px;
    outline: none;
    border: none;
    font-family: Arial;
    text-decoration: none;
}

html {
    height: 100%;
}

body {
    height: 100%;
    text-align: center;
    vertical-align: middle;
    background-color: gray;
    overflow: hidden;
}

#loader {
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 0px;
    z-index: 10;
    background: #000;
}

#loader.hide {
    animation: hide 0s ease-out;
    animation-fill-mode: forwards;
}

@keyframes hide {
    to {
        opacity: 0;
        z-index: -10;
    }
}

@keyframes big {
    to {
        top: 10px;
        left: 10px;
        width: 775px;
        height: 380px;
    }
}

@keyframes small {
    from {
        top: 20px;
        left: 20px;
        width: 760px;
        height: 360px;
    }
}

.debug {
    font-size: 10px;
}

#pageWrapper {
    position: relative;
    width: 1920px;
    height: 1080px;
    background: url("/image/fall1.jpg") no-repeat center center;
    background-size: cover;
    overflow: hidden !important;
    border: 1px solid black;
}

#pageWrapper .iframe3dprinter {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 800px !important;
    height: 480px;
    margin-bottom: 1px;
    background: black;
    overflow-x: hidden;
    z-index: 99;
}

#pageWrapper .iframe3dprinterclosebutton {
    font-size: 4px;
    display: none;
    background: url("../image/icons/x.svg") center center;
    background-size: auto auto;
    position: absolute;
    right: 20px;
    top: 0px;
    width: 40px;
    height: 40px;
    z-index: 999;
}

#pageWrapper #topBar {
    width: 100%;
    height: 70px;
    /*background: linear-gradient(to bottom, rgba(30, 87, 153, 0.2) 0%, rgba(32, 124, 202, 0.2) 41%, rgba(41, 137, 216, 0.2) 63%, rgba(41, 137, 216, 0.2) 84%, rgba(125, 185, 232, 0.2) 100%);*/
}

#pageWrapper #topBar #time {
    display: inline-block;
    margin-top: 20px;
    font-size: 30px;
    color: white;
}

#pageWrapper #body {
    width: 800px;
    position: relative;
}

#plan {
    margin-top: 20px;
    margin-left: 20px;
    width: 1250px;
    height: 750px;
    border-radius: 10px;
}

.glassy {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(20px);
}

#roomPlan {
    position: absolute;
    width: 98%;
    height: 98%;
    left: 1%;
    top: 1%;
}