footer {
    margin-top: 60px;
}
.img-position img {
    margin: auto;
}

.building-select, .floor-select {
    width: 60px;
}

.building-select div, .floor-select div {
    width: -webkit-fill-available;
    max-width: 60px;
}

.btn.btn-active {
    color: #fff;
    background-color: var(--flame);
    border-color: var(--flame);
}

.img-container svg {
    width: 850px;
    height: 650px;
}

.reserved {
    fill: rgba(170, 170, 201, 0.62);
    stroke: #000000;
    stroke-width: 2;
}

.sold {
    fill: rgba(212, 84, 40, 0.65);
    stroke: #000000;
    stroke-width: 2;
}

.highlighted {
    /*fill: rgba(204, 201, 199, 0.75);*/
    fill: rgba(212, 84, 40, 0.65)
    /*stroke: #FFFFFF;*/
    /*stroke-width: 2;*/
}


body {
    background: #F8F8F8;
}

.tooltip {
    position: absolute;
    color: #FFFFFF;
    font-size: 16px;
    width: auto;
    text-align: center;
    opacity: 1;
}

#tooltipMap {
    top: 46px;
    left: 31%;
}

@media (max-width: 1280px) {
    .img-container{
        width: 100%;
    }
    .img-container svg {
        width: auto;
        height: auto;
    }

    #tooltipMap {
        left: 21%;
    }
}

@media (max-width: 992px) {
    .floor-info span {
        font-size: 11px;
        font-weight: 600;
        line-height: 20px;
        margin-right: 5px;
    }
}

@media (max-width: 768px) {
    #tooltipMap {
        left: 31%;
    }
}
