.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(237, 78, 151);
    background: #ffffff;
}

.search-button {
    background-color: rgb(237, 78, 151);
    color: #ffffff;
}

#svgDisplayed {
    max-width: 1280px;
    max-height: 860px;
}

#svgContent polygon {
    fill: rgb(255, 255, 255);
    opacity: 0.2;
    stroke: #ED4E97;
    stroke-width: 2;
}

#svgContent polygon:hover {
    fill: rgb(255, 255, 255);
    opacity: 0.8;
    stroke: #ED4E97;
}