@import url('https://fonts.googleapis.com/css2?family=Exo&display=swap');

/* General Styling */
h1,
h2,
h3,
h4,
h5,
p,
a,
label {
    color: black;
    font-family: 'Exo', sans-serif;
    margin-bottom: 0;
}

body{
    overflow: hidden;
}

.slider-item {
    color: rgba(0, 255, 191, 0.853);

}

.content-body {
    display: flex;
}

.colorOption {
    text-align: justify;
    height: 40px;
}

.inputColor {
    float: right;
    margin-right: 12px;
}

.menu-items {
    background-color: white;
    width: 496px;
}

/* Head text */
.head-text {
    height: 142px;
    width: 496px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-bottom: solid 1px #EBEBEB;
}

.head-text h1 {
    font-size: 25px;
    font-weight: 400;
}

.head-text h2 {
    font-size: 19px;
    font-weight: 400;
}

/* Slider box */
.slider-box {
    display: block;
    margin-bottom: 15px;
}

.slider-label {
    display: block;
}

/* File box */
.file-box {
    padding: 25px 25px 19px 25px;
}

.file-name-label {
    display: inline;
    font-weight: 400;
    font-size: 19px;
    font-family: Arial, Helvetica, sans-serif;
}

.input-field-box {
    border: solid 1px black;
    width: 219px;
}

.downloadPage{
    position: absolute;
    background-color: rgba(0, 0, 0, 0.5);
    height: 100vh;
    width: 100vw;
    top: 0px;
    left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.downloadPopup{
    width: 500px;
    height: 500px;
    background-color: white;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.margin{
    margin: 10px;
}

#modelPage{
    position:absolute;
    width: 100vw;
    height: 100vh;
    background-color: white;
    display: flex;
    left: 0px;
    top: 0px;
    justify-content: center;
    align-items: center;
}

.modelButton{
    width: 400px;
    height: 400px;
    margin: 20px;
}

#materialEditor {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.configurator-button {
    background-color: white;
    border-bottom: solid 1px #EBEBEB;
    border-top: none;
    border-left: none;
    border-right: solid 1px #EBEBEB;
    height: 159px;
    transition: background-color ease 0.4s;
}

.configurator-button:hover {
    transition: background-color ease 0.4s;
    background-color: #EBEBEB;
}

.configurator-img {
    margin-top: 25px;
    margin-bottom: 32px;
}

.configurator-text {
    font-size: 19px;
    font-weight: 900;
    margin-bottom: 21px;
}

.export-container {
    padding: 0px 25px 25px 25px;
}

#export {
    width: 100%;
    background-color: black;
    border: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.export-text {
    color: white;
    font-size: 19px;
    font-weight: 400;
    margin: 0;
    padding: 10px 0 10px 18px;
}

.configurator-divider {
    height: 1px;
    background-color: #EBEBEB;
}

.configurator-back-container {
    padding: 24px 24px 49px 24px;
}

#backModel {
    width: 100%;
    background-color: white;
    border: solid black 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.configurator-back-text {
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    padding: 7px 0px 6px 39px;
}

.logo-img {
    width: 452px;
    height: 74px;
    position: absolute;
    left: 38px;
    top: 25px;
    mix-blend-mode: darken;
}

.configurator-price-head {
    font-weight: 500;
    font-size: 30px;
    color: black;
    margin: 0;
}

.configurator-price {
    font-weight: 500;
    font-size: 24px;
    position: absolute;
    left: 38px;
    bottom: 38px;
    margin: 0;
}

.configurator-texture-top-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: solid #EBEBEB 1px;
}

#textureText {
    font-size: 25px;
    font-weight: 500;
    padding-top: 21px;
}

.previousButton {
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 25px;
    padding-top: 26px;
    padding-bottom: 39px;
}
.nextButton {
    background: none;
    border: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-right: 25px;
    padding-top: 26px;
    padding-bottom: 39px;
}

.next-button-text {
    padding-right: 8px;
    font-weight: 500;
    color: #757575;
    font-size: 15px;
}
.previous-button-text {
    padding-left: 8px;
    font-weight: 500;
    color: #757575;
    font-size: 15px;
}

.textureButton {
    background-color: white;
    border-bottom: solid 1px #EBEBEB;
    border-top: none;
    border-left: none;
    border-right: solid 1px #EBEBEB;
    height: 159px;
    transition: background-color ease 0.4s;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.textureButton:hover {
    transition: background-color ease 0.4s;
    background-color: #EBEBEB;
}

.textures-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.texture-text {
    font-weight: 500;
    font-size: 19px;
    padding-top: 15px;
}

#closeTexture {
    width: 100%;
    background-color: white;
    border: solid black 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.configurator-return-to-overview-container {
    padding: 24px 24px 0px 24px;
}