body {
    display: block;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

iframe,
#panorama {
    /* height: calc(100vh - 6px);
    width: calc(100vw - 4px); */
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    background: #f4f4f4 url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2267%22%20height%3D%22100%22%20viewBox%3D%220%200%2067%20100%22%3E%0A%3Cpath%20stroke%3D%22%23ccc%22%20fill%3D%22none%22%20d%3D%22M33.5%2C50%2C0%2C63%2C33.5%2C75%2C67%2C63%2C33.5%2C50m-33.5-50%2C67%2C25m-0.5%2C0%2C0%2C75m-66.5-75%2C67-25m-33.5%2C75%2C0%2C25m0-100%2C0%2C50%22%2F%3E%0A%3C%2Fsvg%3E%0A) repeat;
}

.furniture-change {
    z-index: 999;
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

.furniture-change img#fullscreen {
    position: absolute;
    top: 25px;
    right: 80px;
    cursor: pointer;
    z-index: 999;
    max-width: 28px;
}
.furniture-change img#btnChangeType {
    position: absolute;
    top: 24px;
    right: 32px;
    cursor: pointer;
    z-index: 999;
    max-width: 34px;
}

.container-room-selector {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 16px;
    z-index: 2;
    width: 90%;
    max-width: 640px;
    pointer-events: auto;
    transition-property: width, height, padding, transform;
    transition-duration: 0.7s;
}

.container-room-selector>.button-change-room {
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    cursor: pointer;
}

.container-room-selector>.button-change-room>img {
    border: 1px solid #EDE5E5;
    width: 100%;
    aspect-ratio: 192 / 108;
    min-width: 192px;
}

.container-room-selector>.button-change-room.active>img {
    border: 1px solid #F4E9AD;
}

.container-room-selector>.button-change-room>p {
    font-size: 20px;
    color: white;
    margin-block-start: 6px;
    margin-block-end: 0;
    max-width: 194px;
    line-height: 1;
    word-wrap: normal;
    text-align: center;
}

.wrapper-container-room {
    max-height: 210px;
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    pointer-events: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    transition-property: width, height, padding, transform, max-height;
    transition-duration: 0.6s;
}
.wrapper-container-room.mini {
    max-height: 36px;
}

.wrapper-container-room.hide {
    max-height: 0;
}

.btn-room-selection {
    z-index: 2;
    pointer-events: auto;
}

#btnRoom {
    cursor: pointer;
    pointer-events: auto;
    transform: rotate(90deg);
    z-index: 2;
    margin-bottom: 6px;
    transition-property: width, height, padding, transform;
    transition-duration: 0.7s;
}

.control-cam {
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    top: 120px;
    left: 32px;
    gap: 16px;
    z-index: 2;
}

.control-cam img {
    cursor: pointer !important;
    max-width: 24px;
    padding: 6px 0 6px 0;
}

.floorplan {
    position: absolute;
    top: 66px;
    right: 32px;
    width: 30%;
    max-width: 190px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    overflow: hidden;
    z-index: 2;
    transition-property: width, height, padding, transform;
    transition-duration: 0.7s;
}

.floorplan>img {
    width: 100%;
    margin-bottom: 8px;
    transition-property: width, height, padding, transform;
    transition-duration: 0.7s;
    z-index: 2;
}

.btn-floorplan {
    overflow: hidden;
    pointer-events: all;
}

.btn-floorplan>img {
    pointer-events: all;
    cursor: pointer;
    max-width: 34px;
    transition-property: width, height, padding, transform;
    transition-duration: 0.7s;
    z-index: 2;
}

.marker-container {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 48px);
    transition-property: width, height, padding, transform;
    transition-duration: 0.7s;
    z-index: 2;
}

.ldk-mark {
    width: 16px;
    height: 16px;
    background: #021DEB;
    z-index: 999;
    position: absolute;
    right: 36%;
    bottom: 23%;
    border-radius: 50%;
}

.bedroom-mark {
    width: 16px;
    height: 16px;
    background: #021DEB;
    z-index: 999;
    position: absolute;
    right: 57%;
    bottom: 23%;
    border-radius: 50%;
}

.guest-mark {
    width: 16px;
    height: 16px;
    background: #021DEB;
    z-index: 999;
    position: absolute;
    right: 36%;
    top: 8.5%;
    border-radius: 50%;
}

.ldk-mark.active,
.bedroom-mark.active,
.guest-mark.active {
    background-color: #EB0202;
}

.pnlm-panorama-info {
    display: none !important;
}

.logo-cd {
    position: absolute;
    z-index: 2;
    top: 24px;
    left: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.logo-cd>img {
    max-width: 60px;
    margin-right: 16px;
}

.logo-cd>span {
    font-size: 28px;
    font-weight: bold;
    color: white;
}

#cdlogo {
    width: 200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.powered-by {
    position: absolute;
    bottom: 2px;
    right: 110px;
    z-index: 2;
    display: flex;
    flex-direction: row;
    align-items: center;
    color: white;
}
.powered-by img {
    height: 40px;
    margin-left: 12px;
}
#cdlogo .loadingImg {
    width: 100%;
}
#textPowered {
    text-shadow: 1px 1px 1px rgb(0 0 0 / 60%);
}
.hidden {
    display: none;
}
#powerAnim {
    max-width: 60px;
}