.box-map.flex {
    display: flex;
}

.box-map.min-h-\[496px\] {
    min-height: 496px;
}

.box-map.w-full {
    width: 100%;
}

.box-map .flex-1 {
    flex: 1 1 0%;
}

.box-map .w-full {
    width: 100%;
}

.box-map .h-full {
    height: 100%;
}