.formErrorDiv {
    color: red;
    font-size: 12px;
}

#formHelpMessage {
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#orderForm {
    position: absolute;
    z-index: 5;
    border-radius: 2vmin;
    top: 10vh;
    left: calc((100vw - 595px) / 2);
    height: 80vh;
    width: 595px;
    background-color: #ffffff;

    overflow-y: auto;
    overflow-x: hidden;
    box-shadow: 0px 0px 18px rgba(52, 52, 52, 0.2);
}

#orderForm::-webkit-scrollbar {
    width: 5px;
}

#orderForm::-webkit-scrollbar-thumb {
    background: #17181b;
}

.formCheckBox {
    flex-basis: 100%;
    margin-bottom: 10px;
}

#formContainer {
    overflow-y: hidden;
    overflow-x: hidden;
    height: auto;
    width: 100%;
    padding: 20px 30px;
}

.formWrapper {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.formLogo, .formScreenShot {
    flex-basis: 100%;
}

#logoForm {
    height: 40px;
}

#screenShot {
    width: 100% !important;
    height: max-content !important;
}

#formText {
    flex-basis: 100%;
    margin: 10px 0 20px 0;
}

#formTitle {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
}


#formDescription {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
}

#formButton {
    flex-basis: 100%;
    height: 52px;
    margin-bottom: 10px;
    text-align: center;
    color: white;

    background-color: #17181b;

    border: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;

    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;

    cursor: pointer;
}

#descrButtonFornm {
    line-height: 0px;
    font-size: 10px;
    color: #b9c8d9;
    font-weight: 400;
}

#descrSpam {
    color: #8391a3;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    flex-basis: 100%;
    text-align: center;
    margin-bottom: 10px;
}

.lineWidthBlockForm {
    width: 516px;
    height: 1px;
    border-top: 1px solid #f3f3f3;
}

.inputBlockTextAll {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    position: absolute;
    top: -12px;
    left: 10px;
    background-color: #fff;
    padding: 0 5px;
}

#checkBoxtextForm {
    color: rgba(131, 145, 163, 1);
    font-family: 'Montserrat';

    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

#formNameFirst,
#formEmail,
#formAddress,
#formAddress2,
#formAddress3,
#formAddress4,
#formNameLast,
#formPhone,
#inputBlockBackground {
    border-color: #b5bdc7;
    border-width: 1px;
    border-style: solid;
    padding-left: 16px;


    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    height: 46px;
}

.inputBlockBackground {
    border-color: #b5bdc7;
    border-width: 1px;
    border-style: solid;
    padding-left: 16px;


    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
    height: inherit;
}

#buttonBuitenzijde {
    height: 42px;
    width: 157px !important;
    background-color: white;

    border-width: 1px;
    border-color: #dadee3;
    border-style: solid;


    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #17181b;

    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;

    transition: 0.3s;
}

#titleConfigForm {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #17181b;
    flex-basis: 100%;
    text-align: center;
}

.configForm {
    flex-basis: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 40px;
}

.configFormHeader {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    border-bottom: 1px solid #f3f3f3;
}

.configFormItem {
    flex-basis: 100%;
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    border-bottom: 1px solid #f3f3f3;
}

#optieForm {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #b5bdc7;
}

#optieVariatie {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #b5bdc7;
}

.lineForm {
    width: 516px;
    height: 1px;
    border-top: 1px solid #f3f3f3;
}

.textConfigFormLeft {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #17181b;
    flex-basis: 50%;
}

.textConfigFormRight {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #b5bdc7;
    flex-basis: 50%;
    text-align: right;
}

#formButtonOpslaan {
    flex-basis: calc(50% - 5px);

    margin-right: 5px;
    margin-top: 5px;
    height: 48px;
    text-align: center;
    color: white;

    background-color: #17181b;

    border: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;

    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;

    cursor: pointer;
}

#formButtonOpslaan > div {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}


#formButtonOntwerp {
    flex-basis: calc(50% - 5px);
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-left: 5px;
    margin-top: 5px;
    height: 48px;
    text-align: center;
    color: #17181b;
    background-color: #ffffff;

    border-color: #17181b;
    border: solid 1px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;

    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;

    cursor: pointer;
}

#lineBlockBottom {
    width: 81px;
    height: 1px;
    border-top: 1px solid #f3f3f3;
}

#descrBottom {
    color: #8391a3;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    flex-basis: 100%;
    text-align: center;
    padding-top: 20px;
    border-top: 1px solid #f3f3f3;
}

#formRequest {
    position: relative;
    text-align: center;
    display: block;
    padding-top: 30vh;
    padding-left: 50px;
    padding-right: 50px;
}

#formRequestButton {
    cursor: pointer;
    position: relative;
    margin: 20px auto;
    text-align: center;
    width: 80%;
    color: white;
    background-color: #17181b;
    border: none;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

#closeCross2 {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 22px;
    width: 22px;
    background-image: url("../css/cross.png");
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    z-index: 100;
}

.inputFormControl {
    display: flex;
    flex-wrap: wrap;
    flex-basis: calc(50% - 5px);
    position: relative;
    margin-bottom: 10px;
}

.inputFormControl:nth-child(2n) {
    margin-right: 5px;
}

.inputFormControl:nth-child(2n+1) {
    margin-left: 5px;
}

#inputFormStraatnaam {
    flex-basis: 100%;
    margin-right: 0;
    margin-left: 0;
}

#inputFormHuisnummer {
    flex-basis: calc(100% / 3 - 5px);
    margin-right: 5px;
    margin-left: 0;
}

#inputFormPostcode {
    flex-basis: calc(100% / 3 - 10px);
    margin-right: 5px;
    margin-left: 5px;
}

#inputFormPlaatsnaam {
    flex-basis: calc(100% / 3 - 5px);
    margin-right: 0;
    margin-left: 5px;
}

@media screen and (max-width: 768px) {
    #orderForm {
        width: 90%;
        left: 5%;
    }
}

@media screen and (max-width: 520px) {
    #orderForm {
        width: 100%;
        left: 0;
    }

    #formContainer {
        padding: 20px;
    }

    #inputFormHuisnummer {
        flex-basis: calc(100% / 2 - 5px);
        margin-right: 5px;
        margin-left: 0;
    }

    #inputFormPostcode {
        flex-basis: calc(100% / 2 - 5px);
        margin-right: 0;
        margin-left: 5px;
    }

    #inputFormPlaatsnaam {
        flex-basis: 100%;
        margin-right: 0;
        margin-left: 0;
    }
}
