
.configurator-display {
    width: 48vw;
    height: 71vh;
    position: absolute;
    left: 0;
    top: 10vh;
}
#configuratorSelectMake {
display: none;
}

#configuratorSelectModel {
    display: none;
}

#configuratorSelectSubmodel {
    display: none;
}

#configuratorSelectSeries {
    display: none;
}

#successMessage {
    display: none;
    color: orangered;
    width: 100%;
    text-align: center;
}

.configuratorFooterWrapper {
    justify-content: space-between;
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    background-color: #333;
    width: 100vw;
    height: 19vh;
}

.configuratorFooterLogo {
    height: 13vh;
    width: 10vw;
    margin-top: 3vh;
    margin-left: 1vw;
    cursor: pointer;
}

.textBox {
    text-align: center;
    width: 60%;
    color: white;
}

.MuiBox-root {
    position: absolute;
    right: 0;
    width: 52vw;
    height: 71vh;
}

.MuiTabs-root {
    height: 10vh;
}

.MuiButtonBase-root {
    height: 10vh;
}

.ppfPaper {
margin-top: 5vh;
}

.ppfHeader {
text-align: center;
}

.MuiButtonGroup-root {
    margin-top: 5vh;
}
