.header {
    border-bottom: 1px solid #aaa57d;
    border-left: 1px solid #aaa57d;
    color: white;
}

.configurations {
    border-bottom: 1px solid #aaa57d;
}

.config-item:not(:last-child) {
    border-right: 1px solid #aaa57d;
}

.select-container {
    border-bottom: 1px solid #aaa57d;
}

.select-container .custom-select select {
    background: #ffffff;
    color: #444444;
}

.select-container .custom-select::after {
    color: rgb(10, 63, 134);
    background: #ffffff;
}

.search-button {
    background-color: rgb(10, 63, 134);
    color: #ffffff;
}

#svgDisplayed {
    max-width: 3840px;
    max-height: 1896px;
}

#svgContent polygon {
    fill: rgb(10, 63, 134);
    opacity: 0.3;
    stroke: rgb(255, 255, 255);
    stroke-width: 2;
}

#svgContent polygon:hover {
    fill: rgb(10, 63, 134);
    opacity: 0.8;
    stroke: rgb(255, 255, 255);
    stroke-width: 4;
}