.overlay-landscape-modal {
    background-color: rgba(0,0,0,1);
    position: absolute;
    z-index: 1041;
    opacity: 0.85;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.draggable {
    touch-action: none;
    user-select: none;
    box-sizing: border-box;
}

#model {
    top: 0;
    right: 0;
    width: 100dvw;
    height: 100dvh;
    z-index: 997;
    position: absolute;
}

.add-object-modal {
    position: absolute;
    z-index: 999;
    bottom: calc(10% + 10px);
    width: 100%;
    text-align: center;
    background-image: url("./assets/拍照頁/選擇欄背景.png");
}

.head-wrapper {
    position: absolute;
    z-index: 998;
    top: 0%;
    width: 100%;
    padding: 45px;
    display: flex;
}

.foot-wrapper {
    position: absolute;
    z-index: 998;
    bottom: 0%;
    width: 100%;
    text-align: center;
}

#webcam-app {
    background-position: center;
    background-repeat: no-repeat;
    background-color: black;
    background-size: cover;
    width: 100%;
    height: 100%;
}
  
.webcam-container{
    height: 100%;
    width: 100%;
    background-color: black;
}

@media screen and (min-width: 768px) {
    .webcam-container {
        background-attachment: fixed;
    }
}

#webcam{
    pointer-events: none;
    position: relative;
    z-index: 993;
    margin: auto;
    width: 100%;
    height: 100%;
}

#errorMsg {
    position: fixed;
    top: 22vh;
    right: 0;
    padding: 20px;
    z-index: 9999;
    font-size: 2rem;
}

#canvas{
    background-color: transparent;
    position: absolute;
    z-index: 995;
    margin: auto;
    width: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.app-panel{
    height: 100%;
    width: 100%;
    text-align: center;
    background-color: black;
}

.md-modal {
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 994;
}

.popover {
    max-width: none!important;
}

.popover-body {
    padding: none
}

.popover-font {
    font-weight: bold;
    font-size: 3rem
}

@media screen and (device-aspect-ratio: 3/4) {
    .rwd-introduce-padding {
        padding: 2%!important;
    }
    .rwd-introduce-header {
        font-size: 4rem!important;
    }
    .rwd-introduce-text {
        font-size: 1.5rem!important;
    }
    .rwd-add-object-modal {
        bottom: 15%!important;
    }
}