#event-map a {
    text-decoration: none;
}
#event-map a .hall {
    padding: 10px;
    border: 1px solid rgb(240, 240, 240);
    border-radius: 5px;
    position: relative;
    transition: all 0.2s;
}
#event-map .floor-hall {
    box-shadow: 1px 2px 5px #00000029;
    height: 60px;
    width: 190px;
    border-radius: 8px;
}

#event-map a .hall:hover {
    border: none;
    transform: scale(1.02);
    box-shadow: 0 1px 8px #ef5360;
}
#event-map .hall img {
    width: 100%;
    height: auto;
}
#event-map .hall .title {
    padding: 14px 35px;
    font-size: 18px;
}
    #event-map .hall .title:focus {
        background: #EF5360;
        color: #fff;
    }
.map-detail {
    border-radius: 8px;
}
#event-map .btn-select-floor {
    padding: 0;
    height: 100%;
    margin: 0;
    border-radius: 8px;
    color: #EF5360;
}
    #event-map .btn-select-floor:focus {
        box-shadow: none;
    }
.selected-floor {
    background: #EF5360;
    border-radius: 8px;
    color: #fff !important;
}
