.custom-loading{pointer-events:none;cursor:not-allowed}.custom-loading *:not(.loader){display:none}.custom-loading .loader{margin:auto;display:block;border:2px solid #f3f3f3;border-radius:50%;border-top:2px solid transparent;height:16px;width:16px;-webkit-animation:spin 1s linear infinite;animation:spin 1s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.custom-form{font-family:neulis-sans,sans-serif;background-color:#fcfcfd}.custom-form .d-none{display:none!important}.custom-form .error-message{color:red;margin:-4px 20px 12px;font-size:12px;line-height:16px;font-weight:400}.custom-form [disabled]{pointer-events:none;cursor:not-allowed;opacity:.5}.custom-form .custom-container{padding:40px 20px;position:relative;display:flex;flex-direction:column}.custom-form .form-section{order:1}.custom-form .info-section{order:0}.custom-form .form-section .form-heading-wrapper{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:30px}.custom-form .form-section .form-heading,.custom-form .info-section .info-heading{font-size:28px;line-height:28px;font-weight:600;letter-spacing:-1px;color:#282828}.custom-form .form-section .step-indicator{font-size:12px;line-height:16px;font-weight:400;border:1px solid #00A65626;background-color:#00a6560d;color:#00a656;border-radius:45px;padding:4px 20px}.custom-form .form-section .field-wrapper{padding:0 20px;border-radius:12px;border:1.5px solid #E7E7E7;margin-bottom:16px;background-color:#fff}.custom-form .form-section .field-wrapper:has(.prefix){display:flex;align-items:center;gap:3px}.custom-form .form-section .field-wrapper:has(.secondary-legend),.custom-form .form-section .field-wrapper:has(.remove-input-btn){gap:0;position:relative}.custom-form .form-section .secondary-legend{position:absolute;top:-8px;left:calc(50% + 20px);transform:translateY(-50%)}.custom-form .form-section .input-field-wrapper{width:50%;padding-right:20px}.custom-form .form-section .input-field-wrapper-2{padding-left:20px;padding-right:0;display:flex;align-items:center;gap:3px;position:relative}.custom-form .form-section .input-field-wrapper-2:before{content:"";border-left:1.5px solid #E7E7E7;display:inline-block;left:0;position:absolute;bottom:0;height:52px}.custom-form .form-section .field-title{font-size:12px;line-height:16px;font-weight:400;color:#454545;padding:0 4px;transform:translateY(-2px)}.custom-form .form-section .form-field::placeholder,.custom-form .form-section .prefix{font-size:14px;line-height:20px;font-weight:400;color:#888}.custom-form .form-section:has(.form-field:focus-visible) .prefix{color:#282828}.custom-form .form-section .form-field{font-size:14px;line-height:20px;font-weight:400;padding:12px 0;color:#282828;width:100%}.custom-form .form-section .form-field:focus-visible{outline:unset}.custom-form .form-section .form-button-wrapper{display:flex;flex-direction:column;margin-top:20px;gap:16px}.custom-form .form-section .form-prev-btn{font-size:14px;line-height:20px;font-weight:600;color:#888;border-radius:12px;border:1px solid #E7E7E7;padding:14px 48px}.custom-form .form-section .form-next-btn{font-size:14px;line-height:20px;font-weight:600;color:#fff;border-radius:12px;background-color:#282828;padding:14px 48px}.custom-form .form-section .add-input-btn{display:flex;align-items:center;gap:10px;border-radius:12px;border:1.5px solid #E7E7E7;padding:14px 20px;font-size:14px;line-height:20px;font-weight:400;color:#454545}.custom-form .form-section .remove-input-btn{width:32px;height:32px;background-color:#fff;box-shadow:2px 2px 5px #0003;border-radius:4px;padding:8px;display:flex;justify-content:center;align-items:center;position:absolute;right:0;top:0;transform:translate(50%,-50%)}.custom-form .form-section .remove-input-btn .tooltiptext{visibility:hidden;width:60px;background-color:#282828;color:#fdfdfd;border-radius:6px;font-size:12px;line-height:10px;padding:5px 0 7px;position:absolute;z-index:1;bottom:125%;left:50%;margin-left:-45px;opacity:0;transition:opacity .3s}.custom-form .form-section .remove-input-btn .tooltiptext:after{content:"";position:absolute;top:100%;left:50%;margin-left:-5px;border-width:5px;border-style:solid;border-color:#282828 transparent transparent transparent}.custom-form .form-section .remove-input-btn:hover .tooltiptext{visibility:visible;opacity:1}.custom-form .form-section .upload-box-wrapper{background-color:#f1f2f6;border:1px dotted transparent;cursor:pointer;border-radius:24px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.custom-form .form-section .upload-preview-container{margin-bottom:24px}.custom-form .form-section .upload-label{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:180px}.custom-form .form-section .upload-icon{width:32px;height:32px;object-fit:contain;object-position:center}.custom-form .form-section .upload-file-description{font-size:16px;line-height:20px;font-weight:400;margin-top:16px;color:#888}.custom-form .form-section .browse-text{color:#282828}.custom-form .info-section .info-heading-description-wrapper{min-height:425px}.custom-form .info-section .info-heading-description-wrapper{margin-top:30px}.custom-form .info-section .info-heading-description-wrapper{background-color:#f1f2f6;border-radius:32px;padding:32px 16px}.custom-form .info-section .trusted-wrapper{display:flex;justify-content:space-between;gap:10px}.custom-form .info-section .trusted-image-wrapper{display:flex;position:relative;width:100%;max-width:270px}.custom-form .info-section .trusted-image{width:24%;height:auto;object-fit:cover;object-position:center;border-radius:50%;border:2px solid #fff;filter:grayscale(100%);position:absolute;top:50%}.custom-form .info-section .trusted-image:nth-of-type(1){left:0;z-index:2;transform:translateY(-50%)}.custom-form .info-section .trusted-image:nth-of-type(2){left:25%;transform:translate(-25%,-50%)}.custom-form .info-section .trusted-image:nth-of-type(3){left:50%;z-index:2;transform:translate(-50%,-50%)}.custom-form .info-section .trusted-image:nth-of-type(4){left:75%;transform:translate(-75%,-50%)}.custom-form .info-section .trusted-image:nth-of-type(5){right:0;z-index:2;transform:translateY(-50%)}.custom-form .info-section .trusted-description{font-size:12px;line-height:16px;font-weight:600;letter-spacing:0;width:max-content;color:#454545}.custom-form .info-section .info-heading{margin:32px 0 16px}.custom-form .info-section .info-description{font-size:11px;line-height:16px;font-weight:400;color:#454545}.custom-form .info-section .info-card{background-color:#f9fafb;padding:16px 16px 0;border-radius:32px;width:92%;margin:-160px 4% 32px;box-shadow:5px 5px 10px #0003}.custom-form .info-section .info-card-detail-wrapper{display:flex;justify-content:space-between}.custom-form .info-section .info-card-heading:before{content:"";width:8px;height:8px;border-radius:50%;margin-right:4px;background-color:#00a656;display:inline-block}.custom-form .info-section .info-card-heading{font-size:11px;line-height:16px;font-weight:400;color:#454545}.custom-form .info-section .info-card-subheading{font-size:9px;line-height:12px;font-weight:400;margin-top:4px;color:#727272}.custom-form .info-section .info-card-image-wrapper{display:flex;align-items:center}.custom-form .info-section .info-card-image-wrapper:before{content:"";width:52px;height:24px;border-radius:32px;margin-right:8px;background-color:#f1f2f6;display:inline-block}.custom-form .info-section .info-card-image{width:32px;height:32px;object-fit:cover;object-position:top;border-radius:50%}.custom-form .info-section .info-card-description-wrapper{background-color:#f1f2f6;padding:16px;margin-top:16px;border-radius:16px}.custom-form .info-section .info-card-description-wrapper:nth-of-type(3){margin-top:10px}.custom-form .info-section .info-card-description{font-size:10px;line-height:16px;font-weight:400;color:#1b1b1b;min-height:16px}.custom-form .info-section .info-card-description-line{height:38px;margin:16px 0 0;position:relative}.custom-form .info-section .info-card-description-line:after{content:"";background-color:#727272;border-radius:2px;opacity:10%;height:6px;width:100%;display:block;position:absolute;bottom:0}.custom-form .info-section .info-card-description-line:before{content:"";background-color:#727272;border-radius:2px;opacity:10%;height:6px;width:40%;display:block;position:absolute;top:0}.custom-form .info-section .info-card-description-line-2{background-color:#727272;border-radius:2px;opacity:10%;height:6px;width:100%;display:block;position:absolute;top:50%;transform:translateY(-50%)}.custom-form .form-submitted-message-wrapper{display:flex;align-items:center;justify-content:center;padding:45% 0}.custom-form .form-submitted-message-wrapper .horizontal-lines:after,.custom-form .form-submitted-message-wrapper .horizontal-lines:before,.custom-form .form-submitted-message-wrapper .vertical-lines:after,.custom-form .form-submitted-message-wrapper .vertical-lines:before{content:"";position:absolute;background-color:#e7e7e773}.custom-form .form-submitted-message-wrapper .horizontal-lines:after{height:1.5px;width:100%;top:12%;right:0}.custom-form .form-submitted-message-wrapper .horizontal-lines:before{height:1.5px;width:100%;top:32%;right:0}.custom-form .form-submitted-message-wrapper .vertical-lines:after{width:1.5px;height:100%;top:0;right:16%}.custom-form .form-submitted-message-wrapper .vertical-lines:before{width:1.5px;height:100%;top:0;left:16%}.custom-form .form-submitted-message-wrapper .message-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:500px}.custom-form .form-submitted-message-wrapper .message-heading{font-size:31px;line-height:40px;font-weight:600;color:#282828;text-align:center;margin-bottom:24px}.custom-form .form-submitted-message-wrapper .message-description{font-size:16px;line-height:16px;font-weight:400;color:#454545;text-align:center}.custom-form .datepicker-container{width:100%;background:#fff;padding:20px;border-radius:12px;box-shadow:5px 5px 10px #0003;text-align:center;font-size:12px;line-height:16px;display:flex;flex-direction:column;gap:20px}.custom-form .calendar-header{display:flex;justify-content:space-between;align-items:center;font-size:14px;line-height:16px;font-weight:600;margin-bottom:10px;color:#282828;width:100%}.custom-form .datepicker-container button{cursor:pointer;border:none;padding:10px 0;border-radius:6px;background:transparent;font-size:14px}.custom-form .datepicker-container #next_month{rotate:180deg}.custom-form .calendar-body{display:flex;flex-direction:column;align-items:center}.custom-form .calendar-days{padding:14px 0}.custom-form .calendar-days,.custom-form .calendar-dates{display:grid;grid-template-columns:repeat(7,auto);width:100%;color:#727272}.custom-form .calendar-dates div:empty{visibility:hidden}.custom-form .calendar-dates div{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer}.custom-form .calendar-dates div.selected{background:#000;color:#fff}.custom-form .calendar-dates div:hover{background:#282828;color:#fff}.custom-form .quick-select{display:flex;flex-direction:column;gap:16px}.custom-form .quick-select button{padding:10px;border-radius:46px;background:transparent;border:2px solid #E7E7E7;font-size:14px;color:#1b1b1b}.custom-form .quick-select button:hover{background:#282828;color:#fff;border:2px solid #282828}.custom-form .calendar-dates div.disabled{pointer-events:none;opacity:.5}.custom-form .calendar-dates div.selected{background:#282828;color:#fff;border-radius:50%}.upload-box-wrapper.dragover{background-color:#f3f3f3!important;border:1px dotted gray!important}.upload-preview-container{display:flex;flex-wrap:wrap;gap:10px}.upload-preview-box{width:80px;height:80px;position:relative;border-radius:8px;overflow:hidden;box-shadow:0 2px 5px #0003}.upload-preview-box img{width:100%;height:100%;object-fit:cover}.upload-preview-remove-btn{position:absolute;top:0;right:0;background:#282828;color:#fff;border:none;width:20px;height:20px;font-size:12px;border-radius:50%;cursor:pointer;display:flex;justify-content:center}@media screen and (min-width: 575px){.custom-form .error-message{margin:-8px 2px 13px;font-size:14px;line-height:20px}.custom-form .custom-container{padding:40px}.custom-form .form-section .form-heading-wrapper{margin-bottom:60px}.custom-form .form-section .form-heading,.custom-form .info-section .info-heading{font-size:48px;line-height:48px;letter-spacing:0}.custom-form .form-section .step-indicator{font-size:16px;line-height:24px;border-radius:60px;padding:6px 30px}.custom-form .form-section .field-wrapper{padding:0 28px;margin-bottom:20px}.custom-form .form-section .secondary-legend{left:calc(50% + 28px)}.custom-form .form-section .input-field-wrapper{padding-right:28px}.custom-form .form-section .input-field-wrapper-2{padding-left:28px}.custom-form .form-section .input-field-wrapper-2:before{height:60px}.custom-form .form-section .form-field{padding:16px 0}.custom-form .form-section .form-button-wrapper{display:flex;flex-direction:row;justify-content:space-between}.custom-form .form-section .form-prev-btn,.custom-form .form-section .form-next-btn{font-size:16px;line-height:24px;padding:16px 48px;min-width:170px}.custom-form .form-section .add-input-btn{padding:18px 28px;font-size:16px;line-height:20px}.custom-form .form-section .remove-input-btn .tooltiptext{margin-left:-30px}.custom-form .form-section .upload-box-wrapper,.custom-form .form-section .upload-preview-container{margin-bottom:32px}.custom-form .form-section .upload-label{min-height:220px}.custom-form .info-section .info-heading-description-wrapper{min-height:740px}.custom-form .info-section .info-heading-description-wrapper{border-radius:45px;padding:32px}.custom-form .info-section .trusted-wrapper{gap:16px}.custom-form .info-section .trusted-image{border:4px solid #fff}.custom-form .info-section .trusted-description{font-size:20px;line-height:20px}.custom-form .info-section .info-heading{margin:70px 0 30px}.custom-form .info-section .info-description{font-size:18px;line-height:28px}.custom-form .info-section .info-card{padding:45px 45px 0;border-radius:45px;width:88%;margin:-290px 6% 40px}.custom-form .info-section .info-card-heading:before{width:12px;height:12px;margin-right:8px}.custom-form .info-section .info-card-heading{font-size:18px;line-height:24px}.custom-form .info-section .info-card-subheading{font-size:13px;line-height:24px}.custom-form .info-section .info-card-image-wrapper:before{width:104px;height:36px;border-radius:40px;margin-right:12px}.custom-form .info-section .info-card-image{width:48px;height:48px}.custom-form .info-section .info-card-description-wrapper{padding:32px;margin-top:32px}.custom-form .info-section .info-card-description-wrapper:nth-of-type(3){margin-top:16px}.custom-form .info-section .info-card-description{font-size:14px;line-height:20px;min-height:20px}.custom-form .form-submitted-message-wrapper{padding:30% 0}.custom-form .form-submitted-message-wrapper .message-heading{font-size:60px;line-height:76px;margin-bottom:32px}.custom-form .form-submitted-message-wrapper .message-description{font-size:24px;line-height:24px}.custom-form .datepicker-container{padding:40px;border-radius:24px;flex-direction:row;justify-content:center;gap:24px;font-size:14px;line-height:16px}.custom-form .datepicker-container .calendar-wrapper{display:flex;flex-direction:column;align-items:center}.custom-form .datepicker-container button{padding:10px 16px}.custom-form .calendar-header{font-size:16px;line-height:22px}.custom-form .calendar-body{width:max-content}.custom-form .calendar-dates div{width:44px;height:44px}.custom-form .quick-select{min-width:110px}}@media screen and (min-width: 768px){.custom-form .info-section .info-heading-description-wrapper{min-height:670px}.custom-form .calendar-header{min-width:420px}}@media screen and (min-width: 1200px){.custom-form .custom-container{display:flex;flex-direction:row;justify-content:center;gap:30px;padding:80px}.custom-form .form-section{width:45%;order:0}.custom-form .form-section .form-heading,.custom-form .info-section .info-heading{font-size:42px;line-height:42px}.custom-form .form-section .form-step-button-wrapper{height:100%;display:flex;flex-direction:column;justify-content:space-between}.custom-form .info-section{width:55%;order:1}.custom-form .info-section .info-card{margin:-270px 6% 0}.custom-form .info-section .info-heading-description-wrapper{margin-top:0}.custom-form .form-submitted-message-wrapper{padding:12% 0}.custom-form .calendar-header{min-width:unset}}@media screen and (min-width: 1400px){.custom-form .custom-container{gap:50px}.custom-form .form-section{width:48%}.custom-form .form-section .form-heading,.custom-form .info-section .info-heading{font-size:48px;line-height:48px}.custom-form .form-section .form-heading{max-width:550px}.custom-form .info-section{width:52%}.custom-form .calendar-header{min-width:420px}}@media screen and (min-width: 1600px){.custom-form .custom-container{gap:140px}.custom-form .form-section{width:800px}.custom-form .info-section{width:700px}.custom-form .info-section .info-card{margin:-280px 6% 0}.custom-form .info-section .info-heading-description-wrapper{min-height:700px}}
/*# sourceMappingURL=/cdn/shop/t/236/assets/custom-form.css.map */
