.guarantee-form-wrap{background-color:#fff;padding:20px;border-radius:10px;display:flex;flex-direction:column;gap:20px;max-width:600px;margin:0 auto}.guarantee-form-wrap *{box-sizing:border-box}.guarantee-form-wrap .gf-checkbox-wrap{position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;display:flex;gap:7px;align-items:center}.guarantee-form-wrap .gf-checkbox-wrap input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.guarantee-form-wrap .gf-checkbox-wrap .gf-checkmark{display:block;height:24px;width:24px;background-color:#fff;border:2px solid #0b0c0d;border-radius:0;position:relative}.guarantee-form-wrap .gf-checkbox-wrap .gf-checkmark:after{content:"";position:absolute;display:none;left:7px;top:2px;width:5px;height:11px;border:solid #fff;border-width:0 2px 2px 0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.guarantee-form-wrap .gf-checkbox-wrap:hover input:not(:checked)~.gf-checkmark{background-color:#fafafa}.guarantee-form-wrap .gf-checkbox-wrap input:checked~.gf-checkmark{background-color:#0b0c0d}.guarantee-form-wrap .gf-checkbox-wrap input:checked~.gf-checkmark:after{display:block}.guarantee-form-wrap .gf-checkbox-wrap input:focus+.gf-checkmark{box-shadow:0 0 0 1px #0b0c0d}.guarantee-form-wrap .gf-checkbox-wrap input[disabled]+.gf-checkmark{opacity:.7}.guarantee-form-wrap select{color:#0b0c0d;border:1px solid #0b0c0d;padding:8px 12px;border-radius:10px;font-weight:400;width:100%;max-width:500px}.guarantee-form-wrap select:not([multiple]){-webkit-appearance:none;background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="$cyprus" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') no-repeat right 10px top 55%}.guarantee-form-wrap select:hover{color:#0b0c0d;border-color:#000}.guarantee-form-wrap select:focus{box-shadow:none;outline:#0b0c0d solid 2px}.guarantee-form-wrap select[multiple]:focus:checked{background:#fff;color:#fff}.guarantee-form-wrap select option{background-color:#fff}.guarantee-form-wrap select option:checked{background:#fff;color:#fff}.guarantee-form-wrap .form-control-group{display:flex;gap:5px;align-items:center}.guarantee-form-wrap .form-control-wrap{position:relative;width:100%;border:1px solid rgba(0,0,0,0);border-bottom-color:#0b0c0d}.guarantee-form-wrap .form-control-wrap:focus-within{border-color:#0b0c0d}.guarantee-form-wrap .form-control-wrap>label{position:absolute;left:19px;top:25px;transition:.25s ease-in-out;transform-origin:top left;letter-spacing:.25px}.guarantee-form-wrap .form-control-wrap>svg{position:absolute;right:18px;top:18px;cursor:pointer}.guarantee-form-wrap .form-control-wrap input:focus+label{transform:scale(0.8) translateY(-25px)}.guarantee-form-wrap .form-control-wrap.form-control-val label,.guarantee-form-wrap .form-control-wrap.form-control-default-val label{transform:scale(0.8) translateY(-25px)}.guarantee-form-wrap .form-control-wrap.form-control-select{border-color:#0b0c0d}.guarantee-form-wrap .form-control-wrap.form-control-no-border{border-color:rgba(0,0,0,0)}.guarantee-form-wrap .form-control-wrap.form-control-submit{display:flex;justify-content:start;gap:15px}.guarantee-form-wrap .form-control-wrap.dont-have-invoice-field{padding:10px 0;border-color:rgba(0,0,0,0)}.guarantee-form-wrap .form-control-wrap.dont-have-invoice-field:focus-within{border-color:rgba(0,0,0,0)}.guarantee-form-wrap .form-control-wrap.dont-have-invoice-field label{position:inherit;top:inherit;left:inherit;transform:none}.guarantee-form-wrap .icon-tooltip{position:relative}.guarantee-form-wrap .icon-tooltip .icon-tooltip-trigger{background-color:#fff;border:.1rem solid #0b0c0d;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;font-family:Lab Grotesque,Helvetica,Arial,sans-serif;font-size:14px;font-weight:800;letter-spacing:.025rem;line-height:1;text-align:center;transition:all .25s ease;height:30px;width:30px;padding:10px;z-index:1;text-decoration:none}.guarantee-form-wrap .icon-tooltip .icon-tooltip-trigger:hover{background-color:#0b0c0d;color:#fff}.guarantee-form-wrap .icon-tooltip .icon-tooltip-trigger:hover+.icon-tooltip-text{visibility:visible}.guarantee-form-wrap .icon-tooltip .icon-tooltip-trigger:focus{outline:none}.guarantee-form-wrap .icon-tooltip:focus-within .icon-tooltip-text{visibility:visible}.guarantee-form-wrap .icon-tooltip .icon-tooltip-text{background-color:#000;box-shadow:0 .6rem .8rem 0 rgba(0,0,0,.12);color:#fff;font-family:Lab Grotesque,Helvetica,Arial,sans-serif;font-size:14px;font-weight:300;left:15px;letter-spacing:.025rem;line-height:1.4rem;margin-bottom:0;margin-top:1rem;padding:1rem;position:absolute;text-align:left;visibility:hidden;width:15rem;z-index:1}.guarantee-form-wrap .icon-tooltip .icon-tooltip-text:before{border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #000;border-style:solid;border-width:1rem 0 0 1rem;content:"";height:0;left:0;position:absolute;top:-1rem;transform:rotate(0deg);width:0}.guarantee-form-wrap #barcode-reader{max-width:100%;width:100%;border-color:#0b0c0d !important;border-radius:3px !important}.guarantee-form-wrap input[type=text],.guarantee-form-wrap input[type=email],.guarantee-form-wrap input[type=tel],.guarantee-form-wrap select,.guarantee-form-wrap .select2-container{padding:27px 50px 10px 20px;border:none;width:100%;max-width:100%;background-color:#fff;font-size:18px;font-weight:bold;height:inherit}.guarantee-form-wrap input[type=text]:focus,.guarantee-form-wrap input[type=email]:focus,.guarantee-form-wrap input[type=tel]:focus,.guarantee-form-wrap select:focus,.guarantee-form-wrap .select2-container:focus{border:none;box-shadow:none;outline:none}.guarantee-form-wrap .select2-container{background:#fff url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" height="14" viewBox="0 0 29 14" width="29"><path fill="$cyprus" d="M9.37727 3.625l5.08154 6.93523L19.54036 3.625"/></svg>') no-repeat right 10px top 55%}.guarantee-form-wrap .select2-container .select2-selection__arrow{display:none}.guarantee-form-wrap .select2-container .select2-selection--single{border:none}.guarantee-form-wrap .select2-container .select2-selection--single:focus{outline:none}.guarantee-form-wrap .select2-container .select2-selection--single .select2-selection__rendered{padding-left:0}.guarantee-form-wrap input[type=file]{padding:30px 50px 10px 20px}.guarantee-form-wrap input[type=file]:focus{border:none;box-shadow:none;outline:none}.guarantee-form-wrap input[type=file]::file-selector-button{border-radius:3px;padding:10px 25px;cursor:pointer;background-color:#fff;border:1px solid #0b0c0d;box-shadow:0px 1px 0px rgba(0,0,0,.05);margin-right:16px;transition:background-color 200ms}.guarantee-form-wrap input[type=file]::file-selector-button:hover{background-color:#f3f4f6}.guarantee-form-wrap input[type=file]::file-selector-button:active{background-color:#e5e7eb}.guarantee-form-wrap button{display:flex;align-items:center;align-self:normal;gap:7px;border:1px solid #7a7a7a;font-weight:bold;padding:10px 20px;border-radius:3px;cursor:pointer;background-color:#fff;outline:none;box-shadow:0 1px 0 rgba(0,0,0,.05);white-space:nowrap}.guarantee-form-wrap button:hover,.guarantee-form-wrap button:focus{background-color:#eaeaea}.guarantee-form-wrap button svg{width:25px;height:25px}.guarantee-form-wrap button[type=submit]{background-color:#0b0c0d;color:#f6f6f6;border-color:#000;text-transform:uppercase;max-width:300px;justify-content:center}.guarantee-form-wrap button[type=submit]:hover,.guarantee-form-wrap button[type=submit]:focus{background-color:#313131}.guarantee-form-wrap .device-info-result{display:flex;flex-direction:column;gap:10px}.guarantee-form-wrap .device-info-result>div{display:flex;gap:10px}.guarantee-form-wrap .device-info-result>div .info-label{width:100px}.guarantee-form-wrap .guarantee-form-loading{display:flex;gap:10px;align-items:center}.guarantee-form-wrap .guarantee-form-loading .loader{display:inline-block;border:3px solid #f3f3f3;border-radius:50%;border-top:3px solid #313131;width:15px;height:15px;-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.guarantee-form-wrap .ltr{direction:ltr;text-align:left}.guarantee-form-wrap #barcode-reader{border-radius:5px;overflow:hidden}.guarantee-form-wrap #barcode-reader:not(:empty){margin-top:20px}.guarantee-form-wrap #barcode-reader #barcode-reader__dashboard_section{display:flex;align-items:center;flex-direction:column;gap:15px}.guarantee-form-alert{padding:15px 25px;background-color:#d0e6dc;border:1px solid #0f5132;border-radius:5px;color:#0f5132;margin-bottom:15px}.guarantee-form-alert a{color:#972ec0;text-decoration:underline}.guarantee-form-alert.guarantee-form-alert-warning{background-color:#fff3cd;border:1px solid #664d03;color:#664d03}.guarantee-form-alert.guarantee-form-alert-danger{background-color:#f8d7da;border:1px solid #842029;color:#842029}.select2-container--open .select2-dropdown{top:-5px;border:none}.select2-container--open .select2-search--dropdown .select2-search__field{padding:5px;border:none;width:100%;max-width:100%;background-color:#fff;font-size:18px;font-weight:bold;border-color:#0b0c0d !important}.select2-container--open .select2-search--dropdown .select2-search__field:focus{outline:none}.select2-container--open .select2-results{border:1px solid #0b0c0d}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media screen and (max-width: 768px){.guarantee-form-wrap{padding:5px}.guarantee-form-wrap #guarantee-barcode-scanner{justify-content:center;padding:10px}.guarantee-form-wrap .icon-tooltip .icon-tooltip-trigger{height:20px;width:20px;padding:8px}.guarantee-form-wrap .icon-tooltip .icon-tooltip-text{right:10px;left:inherit}.guarantee-form-wrap .icon-tooltip .icon-tooltip-text:before{left:inherit;right:0;transform:scale(-1, 1)}.guarantee-form-wrap input[type=file]{max-width:170px}.guarantee-form-wrap input[type=file]::file-selector-button{padding:5px}}@media screen and (max-width: 575.98px){.guarantee-form-wrap #guarantee-barcode-scanner span{display:none}}/*# sourceMappingURL=style.min.css.map */
