@font-face{font-family:poppins regular;src:url(/assets/Poppins-Regular-CTKNfV9P.ttf)}@font-face{font-family:poppins semibold;src:url(/assets/Poppins-SemiBold-B_fPDAUb.ttf)}@font-face{font-family:"source sans 3 regular";src:url(/assets/SourceSans3-Regular-aunJycyj.ttf)}@font-face{font-family:"source sans 3 semibold";src:url(/assets/SourceSans3-SemiBold-DTHdMIjc.ttf)}@font-face{font-family:"source sans 3 bold";src:url(/assets/SourceSans3-Bold-SfOnmQYd.ttf)}:root{color:#000000de;background-color:#fff;--font-family-primary: "source sans 3 regular";--font-family-secondary: "poppins regular";--primary: #4568dc;--primary-v2: #b06ab3;--secondary: #8ba915;--secondary-v2: #3dc2d9;--dark-grey: #5c5c5c;--black: black;--input-color: #f9f9f9;--border-color: #ccc;--border-color-focus: var(--primary);--border-radius: 0px;--input-border: var(--border-color) 1px solid;--input-border-focus: var(--border-color-focus) 1px solid;--checkbox-background: #ccc;--gradient-v1: linear-gradient(30deg, var(--primary), #b06ab3);--gradient-v2: linear-gradient(30deg, #8fa4ea, #d0a6d1)}body{margin:0;display:flex;flex-direction:column;align-items:center;width:100vw;height:100vh;font-family:var(--font-family-primary)}h1{font-family:var(--font-family-secondary);font-size:1.5rem;margin:0}h3{font-family:var(--font-family-secondary);font-size:1rem;margin:0 0 10px}p{margin:20px 0;font-family:var(--font-family-primary);font-size:1.2rem}ul{margin:0}li{margin-bottom:5px}form{display:flex;flex-direction:column;align-items:center}textarea{width:100%;height:60px;font-family:var(--font-family-primary);font-size:.9rem}input[type=file]{margin:20px 0;padding:10px;font-size:1rem;border:var(--input-border);border-radius:var(--border-radius);background-color:#f9f9f9;cursor:pointer}input[type=file]::file-selector-button{background-color:var(--black);color:#fff;border:none;border-radius:var(--border-radius);padding:5px 10px;cursor:pointer}input[type=date]{-moz-appearance:none;appearance:none;-webkit-appearance:none;padding:1px}input[type=date]::-webkit-calendar-picker-indicator{background-size:16px 16px;margin-right:20px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.app-wrapper{width:100vw;max-width:700px}.header-wrapper{display:flex;flex-direction:column;position:relative;height:23rem;border-radius:var(--border-radius);overflow:hidden;margin:0 .5rem}.signet-img-wrapper{position:absolute;top:0;right:0;width:75%;transform:translate(16%,-12%)}.logo-img-wrapper{position:absolute;width:45%;top:0;left:0;transform:translate(12%,100%)}.page-title-wrapper{position:absolute;top:0;left:0;font-size:2rem;transform:translate(10%,167%);font-family:poppins semibold}.header-img-wrapper{position:absolute}.header-img-wrapper>img{width:100%}.form-wrapper{margin:0 .5rem}.component-wrapper{margin-top:10px;display:flex;flex-direction:column;width:100%}.section-wrapper{margin:0 15px;transition:max-height 0s ease-out;max-height:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.active~.section-wrapper{max-height:10000px}.section-title{font-family:"source sans 3 semibold";font-size:1.2rem;color:#fff;background:var(--gradient-v1);cursor:pointer;border:none;border-radius:var(--border-radius);display:flex;align-items:center;justify-content:space-between;margin-bottom:10px;padding:5px 10px;text-align:left;outline:none;transition:.1s}.section-title:after{font-size:2rem;content:"+";font-weight:700;position:relative;margin:0 20px;transform:rotate(90deg);transition:opacity .3s ease,transform .3s ease;opacity:1}.active .section-title:after{content:"−";opacity:1;transform:rotate(0)}.margin-top{margin-top:1.5rem}.section{display:flex;flex-direction:column;align-items:flex-start;width:100%}.button{width:fit-content;padding:10px 40px;font-size:1rem;background:var(--black);border:none;border-radius:var(--border-radius);color:#fff;cursor:pointer}.button:active{background-color:var(--dark-grey)}.open-all-forms-button{position:absolute;bottom:.5rem;background:#fff;color:var(--black);border:2px black solid;height:auto;right:0;width:13rem}.save-button-wrapper{margin:15px}.save-button{margin:50px 0}.save-button:hover{opacity:.8}.visual-descriptions-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:inherit}.visual-description-wrapper{margin:10px;display:flex;flex-direction:column;flex-wrap:wrap}.visual-description-img-wrapper{width:100%;height:auto}.visual-description-img-wrapper>img{width:100%;height:auto;object-fit:contain}.input{margin-top:20px;display:flex;flex-direction:column;width:100%;position:relative}.input .symbol{position:absolute;right:10px;top:50%;pointer-events:none}.input>label{margin-right:20px;max-width:100%;word-wrap:break-word;white-space:normal}.input>input{border:var(--input-border);background-color:var(--input-color);border-radius:var(--border-radius);height:1.8rem;font-size:.9rem}.input>select{border:var(--input-border);background-color:var(--input-color);border-radius:var(--border-radius);font-size:.9rem}.select-input{max-width:10rem;margin-right:1rem}.select-input>select{height:2rem}.telephon-input{display:flex;flex-direction:row;align-items:end;width:100%}input:-internal-autofill-selected{-webkit-appearance:menulist-button;-moz-appearance:menulist-button;appearance:menulist-button;background-image:none;background-color:none}input:-internal-autofill-selected input+span{color:var(--dark-grey)}.input>input:focus{border:var(--input-border-focus);outline:none}.radio-input{display:flex;flex-direction:column;margin-top:20px}.radio-input>legend{margin-right:10px}.custom-radio{display:inline-block;position:relative;padding-left:25px;margin-top:15px;cursor:pointer;font-size:1rem;-webkit-user-select:none;user-select:none}.custom-radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-radio .radiomark{position:absolute;top:0;left:0;height:20px;width:20px;background-color:var(--checkbox-background);border-radius:50%}.custom-radio input:checked~.radiomark{background-color:var(--primary)}.custom-radio .radiomark:after{content:"";position:absolute;display:none}.custom-radio input:checked~.radiomark:after{display:block}.custom-radio .radiomark:after{top:6px;left:6px;width:8px;height:8px;border-radius:50%;background:#fff}.checkboxes-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:flex-end}.checkbox-wrapper{margin:10px;display:flex;flex-direction:column;flex-wrap:wrap;align-items:center}.checkbox-img-wrapper{width:100px;height:80px;margin-bottom:15px}.checkbox-img-wrapper>img{width:100%;height:100%;object-fit:cover}.checked-input{display:flex;align-items:center;max-width:100%;margin:10px}.img-checkbox-label-wraper{display:flex;align-items:center}.text-area-input{width:inherit;margin-top:20px}.text-area-input>textarea{width:99%;height:150px;border:var(--input-border);border-radius:var(--border-radius);background-color:var(--input-color);padding:0;resize:none}.text-area-input>textarea:focus{border:var(--input-border-focus);outline:none}.custom-checkbox{position:relative;display:flex;margin-bottom:12px;cursor:pointer;font-size:1rem;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.custom-checkbox-imgs{display:flex;position:relative;flex-direction:column;margin-bottom:12px;cursor:pointer;font-size:1rem;justify-content:center;align-items:center;-webkit-user-select:none;user-select:none}.custom-checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.custom-checkbox .checkmark{position:relative;left:0;margin-right:.5rem;display:inline-block;height:20px;width:20px;background-color:var(--checkbox-background);border-radius:4px;flex-shrink:0}.custom-checkbox input:checked~.checkmark{background-color:var(--primary);border:none}.custom-checkbox .checkmark:after{content:"";position:absolute;display:none;left:6px;top:2px;width:5px;height:11px;border:solid white;border-width:0 3px 3px 0;transform:rotate(45deg)}.custom-checkbox input:checked~.checkmark:after{display:block}.delete-button-wrapper{display:flex;flex-direction:row;align-items:baseline}.delete-button{height:fit-content;width:fit-content;background-color:var(--input-color);color:var(--black);cursor:pointer;padding:.5rem .7rem;border:var(--input-border);border-radius:var(--border-radius)}.delete-button:active{color:red}.add-button{width:fit-content;height:auto;padding:0 1rem;margin-left:.5rem;cursor:pointer;border:var(--input-border);border-radius:var(--border-radius)}.dynamic-list-input{display:flex;flex-direction:row;margin-bottom:1rem}.dynamic-list-input>input{width:100%}.validation-error{color:red;margin-top:.2rem}.popup-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.canvas-content{position:absolute;inset:50% auto auto 50%;background:#fff;overflow:hidden;outline:none;padding:20px;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;width:90vw;height:90vh;justify-content:center}.canvas-wrapper{align-items:center;flex-direction:column;display:flex;justify-content:center;border:1px solid black;aspect-ratio:1 / 1;width:300px;height:300px;margin:0 auto}.canvas{width:100%;height:100%}.popup-buttons{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.popup-buttons>button{margin:.2rem}.color-button{width:2rem;height:2rem;border-radius:5rem;margin:1rem}.color-button:active{opacity:.5}.saved-drawing-img{width:200px;height:200px;margin:2rem;overflow:hidden;border:var(--input-border)}.file-upload-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}.uploaded-imgs-area{width:auto;max-height:500px;padding:2rem;overflow-y:scroll;border:var(--input-border);background-color:var(--input-color)}.uploaded-img-wrapper{display:flex;align-items:center;margin-top:1rem}.uploaded-img-delete-button{margin-left:1rem}@media (min-width: 576px){.page-title-wrapper{font-size:2rem;transform:translate(9%,158%)}.signet-img-wrapper{position:absolute;width:65%;transform:translate(16%,-21%)}.logo-img-wrapper{position:absolute;width:34%;transform:translate(12%,75%)}.canvas-wrapper{width:auto;height:auto;max-height:70vh;aspect-ratio:1 / 1}}@media (min-width: 768px){.page-title-wrapper{font-size:2rem;transform:translate(9%,155%)}.signet-img-wrapper{position:absolute;width:63%;transform:translate(16%,-18%)}.logo-img-wrapper{position:absolute;width:35%;transform:translate(12%,70%)}}.resultBox>ul{margin:20px 0;padding:0}.resultBox li{list-style:none;padding:8px 12px;display:block;width:100%;cursor:pointer;border:1px solid var(--border-color)}.searchInput>input:focus+.resultBox li{display:block}.resultBox li:hover{background:#efefef}input:disabled{cursor:not-allowed;border:0px;background-image:linear-gradient(45deg,#f0f0f0 25%,transparent 25%,transparent 50%,#f0f0f0 50%,#f0f0f0 75%,transparent 75%,transparent);background-size:10px 10px}.secondAddress{margin-top:30px}.secondAddress-ort{margin-top:0}
