@font-face {
    font-family: 'Didact Gothic';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/DidactGothic-Regular.ttf');
}

#formButton:hover {
    background-color: #39424a !important;
    color: #FFFFFF;
}

#formButton {
    background-color: #47812d;
    color: #FFFFFF;
    /* text-transform: uppercase; */
	width:200px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    outline: 0;
    justify-content: center;
    height: 48px;
    cursor: pointer;
    padding: 0 20px;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;

    font-family: 'Staatliches', Sans-serif;
    font-size: 20px;
	font-weight: bold;
    letter-spacing: 1px;
    margin-left: 10px;
	border-width:0px;
}

.formErrorDiv {
    background-color: #f23a3c;
    color: #ffffff;
    font-size: 12px;
    border-radius: 4px;
    padding: 2px 5px 2px 20px;
    position: relative;
    margin-top: 5px;
}

.formErrorDiv > img {
    width: 10px;
    height: 10px;
    position: absolute;
    top: 7px;
    left: 5px;
}

#formHelpMessage {
    outline: none;

    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#orderForm {
    font-family: 'Didact Gothic', Sans-serif;
    width: 595px;
    max-height: 760px;
	height: 100vh;
    background-color: #ffffff;
    box-shadow: 0px 0px 18px rgba(52, 52, 52, 0.2);
    border-radius: 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow-y: auto;
    overflow-x: hidden;
}

#orderForm::-webkit-scrollbar {
    width: 5px;
}

#orderForm::-webkit-scrollbar-thumb {
    background: #cccccc;
}

.formCheckBox {
    flex-basis: 100%;
    margin-bottom: 10px;
}

#formContainer {
    overflow-y: hidden;
    overflow-x: hidden;
    height: auto;
    width: 100%;
    padding: 10px 20px;
	background-color: #f0f0f0;
}

#formContainer input:hover {
	box-shadow: 0 0 0 2px rgba(201, 216, 254, 0.25);
}

.formWrapper {
    display: flex !important;
    gap: 2px;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    height: 100%;
}

.formLogo,
.formScreenShot {
    flex-basis: 100%;
}

.formLogo {
    margin-top: 30px;
    padding: 0 10px;
}

#logoForm {
    height: 90px;
    left: 42px;
    top: 44px;
}

#screenShot {
    width: 100% !important;
    height: max-content !important;
}

#formText {
    flex-basis: 100%;
    margin: 0;
    padding: 0 10px;
}

#formTitle {
    font-family: 'Didact Gothic', Sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
}

#formDescription {
    font-family: 'Didact Gothic', Sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
}

#formButton11 {
    flex-basis: 100%;
    height: 52px;
    margin-bottom: 10px;
    text-align: center;
    color: white;

    background-color: #ffffff;

    border: none;
    font-family: 'Didact Gothic', Sans-serif;
    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: 'Didact Gothic', Sans-serif;
    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: 'Didact Gothic', Sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    padding: 0;
    color: #4b3c24;
    margin-bottom: 4px;
    margin-top: 5px;
}

.inputBlockTextAll::after {
    content: '*';
    color: #f23a3c;
    margin-left: 5px;
}

#checkBoxtextForm {
    color: rgba(131, 145, 163, 1);
    font-family: 'Didact Gothic', Sans-serif;

    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}

#formNameFirst,
#formEmail,
#formAddress,
#formAddress2,
#formAddress3,
#formAddress4,
#formNameLast,
#formPhone,
#inputBlockBackground,
#formWanneerWil {
    display: block;
    padding-left: 10px;
    margin-bottom: 0px !important;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    border: 1px solid #818a91;
    border-radius: 0px;
    font-family: 'Didact Gothic', Sans-serif;
    background-color: #ffffff;
	transition: none;
}

#orderForm input[type='text']:focus,
#orderForm select:focus {
    border: 2px solid #818a91 !important;
    box-shadow: 0 0 0 3px rgba(201, 216, 254, 0.25);
}

#orderForm input[type='text']:hover,
#orderForm select:hover {
    box-shadow: 0 0 0 2px rgba(201, 216, 254, 0.25);
}

#selectFormWanneer {
    flex-basis: 100%;
    margin-right: 0;
}

#selectFormWanneer > select {
    width: 50%;
    margin-right: 50%;
}

.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: 'Didact Gothic', Sans-serif;
    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: 'Didact Gothic', Sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #ffffff;

    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: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: normal;
    color: #000000;
    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: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #b5bdc7;
}

#optieVariatie {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #b5bdc7;
}

.lineForm {
    width: 516px;
    height: 1px;
    border-top: 1px solid #f3f3f3;
}

.textConfigFormLeft {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 20px;
    color: #000000;
    flex-basis: 50%;
}

.textConfigFormRight {
    font-family: 'Roboto';
    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% - 4px);

    margin-right: 5px;
    margin-top: 5px;
    height: 48px;
    text-align: center;
    color: white;

    background-color: #ffffff;

    border: none;
    font-family: 'Roboto';
    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: #000000;
    background-color: #ffffff;

    border-color: #000000;
    border: solid 1px;

    font-family: 'Roboto';
    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: 'Roboto';
    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: #ffffff;
    border: none;
    font-family: 'Roboto';
    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% - 4px);
    position: relative;
    align-content: flex-start;
    padding: 10px;
    border-radius: 3px;
}

.inputFormControl.error {
    background: #FFD6D6;
}

#inputFormStraatnaam {
    flex-basis: calc(75% - 4px);
}

#inputFormHuisnummer {
    flex-basis: calc(25% - 4px);
}

#inputFormPostcode {
    flex-basis: calc(25% - 4px);
}

#inputFormPlaatsnaam {
    flex-basis: calc(75% - 4px);
}

@media screen and (max-width: 768px) {
    #orderForm {
        width: 90%;
    }
}

@media screen and (max-width: 520px) {
    #orderForm {
        width: 100%;
    }

    .inputFormControl {
        flex-basis: 100%;
    }

    #inputFormStraatnaam {
        flex-basis: 100%;
    }

    #inputFormHuisnummer {
        flex-basis: 100%;
    }

    #inputFormPostcode {
        flex-basis: 100%;
    }

    #inputFormPlaatsnaam {
        flex-basis: 100%;
    }

    #selectFormWanneer > select {
        width: 100%;
        margin-right: 0;
    }
}


#inputMy_62_container {
	flex-basis: 100%;
	margin: 12px;
}

#inputMy_62 {
	position: absolute;
    opacity: 0;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

#inputMy_62_container label {
	color: #4b3c24;
	padding-left: 30px;
    min-height: 20px;
    font-size: 15px;
    position: relative;
    cursor: pointer;
    user-select: none;
    word-break: break-word;
}

#inputMy_62_container label::before {
    background-color: #ffffff;
    border-color: #818a91;
	border-radius: 2px;
    transition: background-color .15s, border-color .15s;
    width: 20px;
    height: 20px;
	border: 1px solid;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

#inputMy_62:focus + label:before {
    border-color: #2e69ff;
    box-shadow: 0 0 0 3px rgba(46, 105, 255, 0.25);
}

#inputMy_62:hover + label:before {
    border-color: rgba(46, 105, 255, 0.5);
    box-shadow: 0 0 0 2px rgba(46, 105, 255, 0.25);
}

#inputMy_62:checked + label:after {
    opacity: 1;
    transform: scale(1);
}

#inputMy_62:checked+label:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4l2.667 3L9 1' stroke='%23fff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background-size: 10px;
    background-position: 50%;
    background-repeat: no-repeat;
}

#inputMy_62:checked + label:after {
    border-radius: 2px;
    transition: background-color .15s, border-color .15s;
    width: 20px;
    height: 20px;
}

#inputMy_62 + label::after {
    background-color: #000000 !important;
}

#inputMy_62_div3 {
	width: 100%;
	margin: 12px;
}

#inputMy_62_textarea {
	background-color: #ffffff;
    border: 1px solid #818a91;
    border-radius: 0px;
	min-width: 100%;
    max-width: 100%;
	height: 163px;
	width: 100%;
	color: #2c3345;
	outline: 0;
    margin: 0;
    text-align: left;
	font-size: 16px;
	padding: 10px;
}

#inputMy_62_textarea:focus {
	box-shadow: 0 0 0 3px rgba(201, 216, 254, 0.25);
}
