.page-territory_map {
        width: 100%;
    display: flex;
    position: relative;
}
.page-territory_map>#map {
    margin: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: calc(var(--border-radius) - 5px);
}