@import url(https://fonts.googleapis.com/css2?family=Quicksand:wght@500;600;700&display=swap);.editor-container{border:8px;border-radius:10px;box-shadow:0 4px 12px rgba(0,0,0,.1);position:relative;width:fit-content}.react-pdf__Page.loadingPage{display:none}.editor-container .loadingDiv{align-items:center;display:flex;flex-direction:column;justify-content:center;position:fixed;top:50%;transform:translate(-50%,-50%)}#loading-container{width:150px}.text{color:#3a3a3a;font-family:Ubuntu,sans-serif;font-size:20px;letter-spacing:1px;text-align:center;width:100%}.boxes{background:#ff3158;border-radius:8px;height:50px;width:50px}.boxes,.pdf1{position:relative}.pdf1{animation:movePdf1 1s ease-in-out infinite;left:0}@keyframes movePdf1{0%{left:0}25%{left:100px;top:0}50%{left:100px;top:100px}75%{left:0;top:100px}to{left:0;top:0}}.pdf2{background:#3a3a3a;left:50px}.pdf3{animation:movePdf3 1s ease-in-out infinite}@keyframes movePdf3{0%{left:0;top:0}25%{left:0;top:-100px}50%{left:100px;top:-100px}75%{left:100px;top:0}to{left:0;top:0}}.side_bar_pages .loadingDiv{align-items:center;display:flex;flex-direction:column;height:80vh;justify-content:center}.side_bar_pages .boxes{background:#ff3158;border-radius:8px;height:25px;position:relative;width:25px}.side_bar_pages .pdf2{left:50px}.side_bar_pages #loading-container{width:75px}.side_bar_pages .text{color:#3a3a3a;font-family:Ubuntu,sans-serif;font-size:20px;letter-spacing:1px;text-align:center;width:100%}.side_bar_pages .pdf1{animation:moveSidePdf1 1s ease-in-out infinite;left:0;position:relative}@keyframes moveSidePdf1{0%{left:0}25%{left:50px;top:0}50%{left:50px;top:50px}75%{left:0;top:50px}to{left:0;top:0}}.side_bar_pages .pdf2{background:#3a3a3a;left:25px}.side_bar_pages .pdf3{animation:moveSidePdf3 1s ease-in-out infinite}@keyframes moveSidePdf3{0%{left:0;top:0}25%{left:0;top:-50px}50%{left:50px;top:-50px}75%{left:50px;top:0}to{left:0;top:0}}.annotation-input{background:transparent;-webkit-box-shadow:none;box-shadow:none!important;field-sizing:content;border:1px dashed #ff3158;padding:2px}.displayAnnotation,.readOnlyAnnotation{padding:5px;width:max-content}.displayAnnotation:hover{border:1px dashed #ff3158;border-radius:6px;padding:4px}.ant-popover-content:after{border:4px solid transparent;content:"";position:absolute;width:100%}.annotationControlDiv{background-clip:padding-box;background:#fff;border:1px solid #ececec;border-radius:8px;box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05);cursor:default;left:50%;padding:12px;position:absolute;top:-62px;transform:translate(-50%,-50%);width:max-content}.annotation-container{z-index:3}.input_drag_box_tooltip .ant-tooltip-inner{background:#ff3158;font-size:10px;min-height:auto;min-width:auto;padding:4px}.input_drag_box_tooltip .ant-tooltip-arrow:after,.input_drag_box_tooltip .ant-tooltip-arrow:before{background:#ff3158}.ant-select-selector{border-color:#ffe0de!important}.ant-color-picker-trigger{border-color:#ffe0de}.cursor,.react-draggable{cursor:move}.toolsDropDown .rc-virtual-list-scrollbar{width:6px!important}.toolsDropDown .rc-virtual-list-scrollbar .rc-virtual-list-scrollbar-thumb{background:#ffa4a4!important}.is_active{border-color:#ff3158;box-shadow:inset 0 0 0 .02rem #ff3158;color:#ff3158}.signatureOverlay{background:transparent;height:100%;left:0;position:absolute;top:-8px;width:100%}.signatureControlBar{background-clip:padding-box;background:#fff;border:1px solid #ececec;border-radius:8px;box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05);cursor:default;left:50px;padding:6px;position:fixed;top:-26px;transform:translate(-50%,-50%);width:max-content;z-index:6}.imageOverlay{background:transparent;height:100%;left:0;position:absolute;top:-8px;width:100%}.imageControlBar{left:50px;top:-26px}.formFieldControlBar,.imageControlBar{background-clip:padding-box;background:#fff;border:1px solid #ececec;border-radius:8px;box-shadow:0 6px 16px 0 rgba(0,0,0,.08),0 3px 6px -4px rgba(0,0,0,.12),0 9px 28px 8px rgba(0,0,0,.05);cursor:default;padding:6px;position:fixed;transform:translate(-50%,-50%);width:max-content;z-index:6}.formFieldControlBar{left:24px;top:-30px}.topResize{height:0!important;width:0!important}.formFields input{appearance:none;background-color:#ffe0de!important;border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px*var(--scale-factor)) sans-serif;height:100%;margin:0;position:relative;vertical-align:top;width:100%}.formFields input:hover{border:2px solid #ff3158;border-radius:4px}.formFields input:focus{border:2px solid #ffa4a4;border-radius:2px;outline:var(--input-focus-outline)}.formFieldOverlay{height:100%;position:absolute;width:100%}.formFieldOverlay:before{border:12px solid transparent;content:"";height:110%;left:-12px;position:absolute;top:-12px;width:100%}.invalidField:after{animation:shadows 1.5s ease-out infinite;content:"*";font-family:system-ui;font-size:xx-large;left:-1px;position:absolute;top:-24px}@keyframes blinker{50%{opacity:0}}@keyframes shadows{0%{color:#ff3158;text-shadow:#fff 0 0 10px}50%{color:#ffa4a4;text-shadow:#fff1f0 0 0 10px}75%{color:#3a3a3a;text-shadow:#ffa4a4 0 0 10px}to{color:#000;text-shadow:#ff3158 0 0 10px}}.formFields input:checked:after,.formFields input:checked:before{background-color:CanvasText;content:"";display:block;height:100%;left:50%;position:absolute;width:1px}.formFields input:checked:before{transform:rotate(45deg)}.formFields input:checked:after{transform:rotate(-45deg)}.formFields select.dropdownField{background-color:#ffe0de!important;border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:15px sans-serif;height:100%;margin:0;position:relative;vertical-align:top;width:100%}.formFields select:hover{border:2px solid #ff3158;border-radius:4px}.formFields select:focus{background:#ffd3db!important;border:1px solid #ff3158;outline:#000}.formFields input[type=radio]{border-radius:50%}.formFields input[type=radio]:checked:after,.formFields input[type=radio]:checked:before{border-radius:50%;height:60%;left:20%;top:20%;width:60%}.formFields .signatureField{align-items:center;background-color:#ffe0de;border:2px dashed #ff3158;border-radius:4px;box-sizing:border-box;display:flex;height:100%;justify-content:center;pointer-events:none;width:100%}.formFields .signatureIcon{color:#ff3158}.signatureDivTrigger{cursor:pointer;height:100%;position:absolute;top:0;width:100%}.side_bar_pages{bottom:0;height:87vh;left:0;overflow:auto;position:sticky;scroll-behavior:smooth;scrollbar-color:#fff1f0 #fff;scrollbar-width:thin;top:0}.side_bar_pages:hover{scrollbar-color:#ff3158 #fff}.side-bar-pages{padding-bottom:10%;padding-top:10%}.side-bar-pages li{color:#ff3158!important;flex-direction:column;height:auto!important;padding:16px 0 0!important;text-align:center}.side-bar-pages li span{margin:0!important}.side-bar-pages .ant-menu-item-selected canvas{border:2px solid #ff3158}.side-bar-pages canvas{border:2px solid #ececec}.border-success{border-color:#ff3158}.bg-success{background-color:#92bec1}.bg-warning{background-color:#faad14}.topLeft{border:2px solid #ff3158;border-bottom:none;border-right:none}.topLeft,.topRight{height:10px!important;width:10px!important}.topRight{border:2px solid #ff3158;border-bottom:none;border-left:none}.bottomRight{border:2px solid #ff3158;border-left:none;border-top:none}.bottomLeft,.bottomRight{height:10px!important;width:10px!important}.bottomLeft{border:2px solid #ff3158;border-right:none;border-top:none}.controlBox{line-height:normal;margin:0 0 0 14px;text-orientation:mixed;transform:rotate(180deg);writing-mode:vertical-rl}.sm_show{display:none}@media(max-width:768px){.sm_hide{display:none}.sm_show{display:block}.sm_icon_only .ant-btn span{display:none}header.ant-layout-header{padding:0 18px}.sm_icon_only .ant-btn span.ant-btn-icon,.sm_icon_only .ant-btn span.anticon{display:inline-block;margin-right:0!important}}.multiSelectTeamMembers:after{border:4px solid transparent;content:"";position:absolute;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation :is(input,textarea){background-color:#ffe0de!important;--annotation-unfocused-field-background:none}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation :is(input,textarea):focus{background:#ffd3db!important;border:1px solid #ff3158;outline:#000}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid #ff3158;border-radius:4px}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid #ffa4a4;border-radius:2px}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid #ffa4a4}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{left:25%;top:25%}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:100%;left:50%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid #ff3158}.rdp-root{--rdp-accent-color:#ff3158;--rdp-day_button-border-radius:6px;--rdp-day-height:2rem;--rdp-day-width:2rem;--rdp-weekday-opacity:0.85;--rdp-font-family:"Quicksand",sans-serif;--rdp-weekday-font:500 inherit "Quicksand"}.rdp-root thead{color:#fff}.rdp-root thead th{background:#ff3158}.rdp-root thead th:first-child{border-radius:5px 0 0 0}.rdp-root thead th:last-child{border-radius:0 5px 0 0}.rdp-root .rdp-selected .rdp-day_button{background:#ffe0de;border:none;outline:2px solid #ff3158;outline-offset:-3px}.rdp-root tbody{outline:1px solid #ff3158;outline-offset:-1px;padding-bottom:2px}.editor-side-ad-section{background-color:#f5f5f5;flex-direction:column;height:100%;justify-content:flex-start;max-width:220px;min-width:160px;overflow-y:auto;padding:16px;scrollbar-width:none}.editor-side-ad-div,.editor-side-ad-section{align-items:center;box-sizing:border-box;display:flex;position:relative;width:100%}.editor-side-ad-div{background:hsla(0,0%,96%,.95);border:3px double #ff3158;border-radius:16px;box-shadow:0 2px 20px rgba(0,0,0,.06);font-size:12px;justify-content:center;margin-bottom:16px;max-height:80vh;min-width:140px;padding:10px;text-align:center;transition:all .3s ease}.editor-side-ad-div:hover{box-shadow:0 4px 30px rgba(0,0,0,.1);transform:translateY(-1px)}.editor-side-ad-div:before{background:#ff3158;border:1px solid #ff3158;border-radius:4px;color:#fff;content:"Advertisement";font-size:10px;font-weight:600;left:20px;letter-spacing:.5px;padding:2px 8px;position:absolute;text-transform:uppercase;top:-12px;z-index:1}.editor-side-ad-div .adsbygoogle{align-items:center;background:hsla(0,0%,96%,.8);border-radius:8px;box-sizing:border-box;display:flex;flex-shrink:0;height:600px!important;justify-content:center;margin:0 auto;max-width:200px!important;min-width:120px!important;width:100%!important}@media(max-width:768px){.editor-side-ad-section{max-width:180px;padding:12px}.editor-side-ad-div{border-radius:12px;max-height:70vh;min-width:120px;padding:8px}.editor-side-ad-div:before{font-size:9px;left:15px;padding:1px 6px;top:-8px}.editor-side-ad-div .adsbygoogle{height:400px!important;max-width:160px!important}}@media(max-width:480px){.editor-side-ad-section{max-width:140px;padding:8px}.editor-side-ad-div{border-radius:10px;max-height:60vh;min-width:100px;padding:6px}.editor-side-ad-div:before{font-size:8px;padding:1px 4px;top:-6px}.editor-side-ad-div .adsbygoogle{height:300px!important;max-width:120px!important}}.bodyScrollHidden{margin:0;overflow:hidden}.submission-error-modal .ant-modal-content{text-align:center}.submission-error-modal .logo{height:auto;width:100px}.submission-error-modal .ant-modal-body{background:#fff1f0;border-radius:12px 80px 12px 12px}.submission-error-modal .ant-modal-body:before{background-color:rgba(0,0,0,.02);border-radius:0 80px 0 40px;box-shadow:-4px 5px 6px -3px rgba(0,0,0,.1);content:"";height:15%;margin-right:24px;position:absolute;right:0;width:16%}.submission-error-modal .logo-container{padding-top:24px}.auth-modal .ant-modal-content{text-align:center}.auth-modal .logo{height:auto;width:100px}.auth-modal .ant-modal-body{background:#fff1f0;border-radius:12px 80px 12px 12px}.auth-modal .ant-modal-body:before{background-color:rgba(255,14,53,.702);border-radius:0 80px 0 40px;box-shadow:-4px 5px 6px -3px rgba(0,0,0,.3);content:"";height:15%;margin-right:24px;position:absolute;right:0;width:16%}.auth-modal .logo-container{padding-top:24px}.auth-modal .auth-form{padding:0 24px}.auth-modal .auth-form .google-button{border-color:#ff3158}.auth-modal .auth-form h2{color:#3a3a3a}.auth-modal .auth-form .ant-form-item{margin-bottom:16px}.auth-modal .auth-form button{margin-top:12px}.auth-modal .auth-form .google-login{display:flex;justify-content:center}.auth-modal .auth-form .ant-divider{border-block-start-color:#ff3158}.auth-modal .auth-form .google-logo{display:inline-block;vertical-align:middle}.auth-modal .auth-form .devise_links{padding-bottom:12px}.auth-modal .auth-form .devise_links span{color:#3a3a3a;padding:0 8px}.auth-modal .auth-form .devise_links span a{white-space:nowrap}.upgrade-modal .ant-modal-content{text-align:center}.upgrade-modal .logo{height:auto;width:100px}.upgrade-modal .ant-modal-body{background:#fff1f0;border-radius:12px 80px 12px 12px}.upgrade-modal .ant-modal-body:before{background-color:rgba(255,14,53,.702);border-radius:0 80px 0 40px;box-shadow:-4px 5px 6px -3px rgba(0,0,0,.1);content:"";height:18%;margin-right:24px;position:absolute;right:0;width:16%}.upgrade-modal .logo-container{padding-top:24px}.pricing-container{margin:0 auto;padding:20px;text-align:center;width:97vw}.pricing-container .ant-card .current-plan-button{border-color:#ff3158;color:#ff3158}@keyframes zoomInOut{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.pricing-container .lifetimeCard .ant-card-head-title{animation:zoomInOut 2s infinite;display:inline-block}.pricing-container .heading{margin:0 0 32px}.pricing-container .loop_card .ant-card{box-shadow:0 2px 3px 3px rgba(255,49,89,.2)}.pricing-container .ant-card-head{background:#ff3158;color:#f5fffa}.pricing-container .ant-card-body{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#fff;border:1px solid #ff3158;text-align:center}.pricing-container .ant-card-body button{margin-top:30px;width:80%}.pricing-container .ant-card-body .priceContent{text-align:left}.pricing-container .ant-card-body .priceDiv .counter{font-size:52px;font-weight:600;margin:0}.pricing-container .ant-card-body .priceDiv p{margin:0}.pricing-container .ant-card-body .priceDiv span{font-size:16px;font-weight:100}.pricing-container .ant-card-body .featureDiv p{margin:8px 0}.pricing-container .ant-card-body .featureDiv .primaryBold{color:#ff3158;font-weight:700}.pricing-container .ant-card-body .featureDiv .anticon{font-size:16px;margin-right:8px}.toggle-switch{align-items:center;display:flex;justify-content:center;margin-bottom:12px}.toggle-switch span{font-size:16px}.toggle-switch .ant-switch{margin:0 10px}@property --rotate{syntax:"<angle>";initial-value:132deg;inherits:false}.special-glow-card{background:transparent;border-radius:6px;position:relative}.special-glow-card:hover{transition:color 1s}.card:hover:after,.special-glow-card:hover:before{animation:none;opacity:0}.special-glow-card:before{animation:spin 5s linear infinite;background-image:linear-gradient(var(--rotate),#ff3158,#fff,#ff3158);border-radius:8px;content:"";height:102%;left:-1%;position:absolute;top:-1%;width:102%;z-index:-1}@keyframes spin{0%{--rotate:0deg}to{--rotate:360deg}}@keyframes strike{0%{width:0}to{width:100%}}.strike{position:relative}.strike:after{animation-duration:4s;animation-fill-mode:forwards;animation-iteration-count:1;animation-name:strike;animation-timing-function:linear;background:#000;content:" ";height:1px;left:0;position:absolute;top:50%;width:100%}.priceContent .offer300:before{background:red;border-radius:.1em;content:"";display:block;height:.2em;left:-5%;opacity:.7;position:absolute;top:50%;transform:rotate(-15deg);white-space:nowrap;width:110%}.priceContent .offer300{border-radius:8px;font-size:20px;left:25px;padding:0 4px;position:absolute;text-align:center;top:10px}.priceContent .spotLimit{left:0;position:absolute;text-align:center;width:-webkit-fill-available}.priceContent .spotLimit span{background:#fff1f0;border-radius:4px;color:#ff3158;padding:2px 6px}.teamTitle{border-radius:16px;font-size:16px;padding:4px 12px}.teamSlider{display:flex;justify-content:center;margin-bottom:12px;width:100%}.teamSlider .icon-wrapper{padding:0 30px;position:relative;width:100%}.teamSlider .icon-wrapper .anticon{line-height:1;position:absolute;top:15px}.teamSlider .ant-slider-mark-text{text-wrap:nowrap}.teamSlider .icon-wrapper .icon-wrapper-active{color:rgba(0,0,0,.45)}.teamSlider .icon-wrapper .anticon:first-child{font-size:20px!important;inset-inline-start:0}.teamSlider .icon-wrapper .anticon:last-child{font-size:20px!important;inset-inline-end:0}.teamSlider .icon-wrapper{max-width:370px}#success button{margin:30px 0}#success .tagText{font-size:24px}body{font-weight:500!important}.bg-primary{background-color:#ff3158!important}.bg-secondary{background-color:rgba(255,187,51,.5)!important}.bg-tertiary{background-color:rgba(30,133,139,.5)!important}.has-shapes{position:relative;z-index:0}.has-shapes .shape-lg,.has-shapes .shape-md,.has-shapes .shape-sm,.has-shapes .shape-sm-2,.has-shapes .shape-xl,.has-shapes .shape-xs,.has-shapes .shape-xs-2{border-radius:50%;pointer-events:none;position:absolute;z-index:-1}.has-shapes .shape-xl{height:105px;width:105px}.has-shapes .shape-lg{height:93px;width:93px}.has-shapes .shape-md{height:76px;width:76px}.has-shapes .shape-sm{height:55px;width:55px}.has-shapes .shape-sm-2{height:35px;width:35px}.has-shapes .shape-xs{height:26px;width:26px}.has-shapes .shape-xs-2{height:15px;width:15px}.has-shapes .shape-1{height:18px;left:100px;position:absolute;top:15px;width:18px}.has-shapes .shape-2{height:12px;left:25%;opacity:.5;top:50px;width:12px}.has-shapes .shape-3{bottom:40%;left:15%}.has-shapes .shape-4{bottom:45%;height:22px;left:32%;width:22px}.has-shapes .shape-5{height:18px;right:35%;top:30px;width:18px}.has-shapes .shape-6{right:8%;top:50px}.has-shapes .shape-7{height:9px;opacity:.7;right:19%;top:15px;width:9px}.has-shapes .shape-8{bottom:100px;right:25%}.ant-dropdown-menu-item,.ant-select-selection-item,.ant-space-item,button{font-weight:500!important}.heading{text-align:center}.ant-drawer .drawer-header{background:#ff3158}.ant-drawer .drawer-header .ant-drawer-header-title{flex-direction:row-reverse}.ant-drawer .drawer-header .ant-drawer-close,.ant-drawer .drawer-header .ant-drawer-title{color:#fff}.ant-drawer .drawer-body{padding:8px}.custom-card{background-color:#fff!important;border-radius:8px;box-shadow:0 4px 8px rgba(0,0,0,.1);transition:box-shadow .3s ease}.custom-card:hover{box-shadow:0 8px 16px rgba(0,0,0,.2)}.account-page .ant-form-item{margin-bottom:16px}.account-page .ant-btn{margin-top:16px}.custom-cancel-button:hover{border-color:#000!important;color:#000!important}.shareViaDiv .ant-radio{align-self:flex-start;top:3px}.ant-card-meta-description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ant-progress{padding:12px}.custom-table .ant-table-thead>tr>th{background-color:#f5f5f5}.custom-table .ant-table-tbody>tr.ant-table-row:hover>td{background-color:#fafafa}.card-loader-center .ant-card-body,.profile-modal .ant-modal-content{text-align:center}.profile-modal .logo{height:auto;width:100px}.profile-modal .ant-modal-body{background:#fff1f0;border-radius:12px 80px 12px 12px}.profile-modal .ant-modal-body:before{background-color:rgba(0,0,0,.02);border-radius:0 80px 0 40px;box-shadow:-4px 5px 6px -3px rgba(0,0,0,.1);content:"";height:15%;margin-right:24px;position:absolute;right:0;width:16%}.profile-modal .logo-container{padding-top:24px}.profile-modal .profile-modal-form{padding:0 24px}.profile-modal .profile-modal-form h2{color:#3a3a3a}.profile-modal .profile-modal-form .ant-form-item{margin-bottom:16px}.profile-modal .profile-modal-form button{margin-bottom:24px;margin-top:12px}.profile-modal .profile-modal-form .devise_links{padding-bottom:12px}.profile-modal .profile-modal-form .devise_links span{color:#3a3a3a;padding:0 8px}.profile-modal .profile-modal-form .devise_links span a{white-space:nowrap}
/*# sourceMappingURL=hello-world-bundle-69b25cdd.css.map*/