.print_3d_row {
    display: flex;
    flex-direction: row;

    /** temporary **/
    height: 70vh;
}

.print-3d-row {
    display: flex;
    flex-direction: row;
    margin: 0 -10px;
}

.print-3d-col {
    flex-grow: 1;
    width: 50%;
    margin: 0 10px;
}

.print_3d_col_1 {
    flex-grow: 3;
    width: 80%;
}

.print_3d_col_2 {
    flex-grow: 1;
}

.print_3d_container {
   height: 100%;
}

.print_3d_settings {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

#configurator_canvas {
    width: 100%;
}

@media only screen and (max-width: 600px) {
    .print_3d_row {
        display: flex;
        flex-direction: column;
    }
    .print_3d_col_1 {
        flex-grow: 3;
        width: 100%;
        height: 600px;
    }

    .print_3d_settings {
        margin: 0;
    }
}

.file-upload {
    position: relative;
    display:block;
    width: 100%;
    height:80px;
    border-radius: 3px;
    background-color: #345192;
    font-size: 14px;
    color:white;
    text-align: center;
    line-height: 80px;

}

.file-upload input {
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
}

.file-preview img{
    width:100%;
    height: auto;
}

.file-preview .print-3d-file-name {
    position: absolute;
    width:100%;
    height:100%;
    overflow: hidden;
}

.print-3d-select {
    background-color: white
}

.print-3d-num {
    width: 100%;
    height: 2rem;
}

#print-3d-error {
    color: red;
}
