.header {
    border-bottom: 1px solid #aaa57d;
    border-left: 1px solid #aaa57d;
    color: white;
}

.configurations {
    border-bottom: 1px solid #b6aa4f;
}

.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(0, 0, 0);
    background: #ffffff;
}

.search-button {
    background-color: rgb(255, 255, 255);
    color: #000000;
}

#svgDisplayed {
    max-width: 1380px;
    max-height: 1000px;
}

#svgContent polygon {
    fill: rgb(255, 255, 255);
    opacity: 0.2;
    stroke: #000000;
    stroke-width: 2;
}

#svgContent polygon:hover {
    fill: rgb(255, 255, 255);
    opacity: 0.8;
    stroke: #000000;
}