@import "./palette.css";
@import "./typography.css";
@import "./header.css";
@import "./footer.css";

@media (max-width: 1100px) {
    .modal.show .modal-dialog {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media (max-width: 575px) {
    .modal-dialog {
        margin: 8rem auto;
    }
}
@media (min-width: 576px) {
    .modal-dialog {
        max-width: 1030px;
        margin: 5rem auto;
    }
}
.modal-content {
    position: relative;
}
.floor-plan-view .modal-body img {
    width: 100%;
}
button.modal-close {
    width: 48px;
    height: 48px;
    background-color: #0c257c;
    opacity: 1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 47px;
    font-weight: 400;
    position: absolute;
    top: -60px;
    right: 0;
    z-index: 10;
    outline: none;
}
.close:hover {
    color: #fff;
}
.clone {
    position: absolute;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow-x: scroll;
}
.clone > img {
    width: 180%;
    height: 180%;
}
.hidden-svg {
    display: flex;
    align-items: center;
    justify-content: center;
}
.hidden-svg svg {
    width: 21px;
    height: 18px;
}



