.navbar-container {
    height: 4.5rem;
}

#topNav {
    width: 100%;
}

.navbar-container {
    position: sticky;
    top: 0;
    z-index: 99;
}

#id_roof_section-slope {
    display: grid;
    grid-template-columns: repeat(2, 1fr);  /* 2 equals colums, gap included */
    gap: 8px;
}

#id_roof_section-slope > div {
    padding: 0
}

.content-page-tool.content-page-section {
    overflow: clip;
    border-radius: 4px;
}

.ds-choice-group {
    gap: 8px !important; /* In order to fix weird gap of 10px*/
}