body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@font-face{font-family:Qualy Logo;src:url(/assets/QualyLogo-BdaZxGCp.otf);font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Product Sans;src:url(/assets/Product%20Sans%20Regular-mlVrTZKO.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Product Sans;src:url(/assets/Product%20Sans%20Bold-bDehMR2y.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}:root{--white: #ffffff;--white50: #f5f5f5;--white100: #ffffff1a;--white200: #ffffff4d;--white300: #ffffff80;--white400: #ffffff99;--white450: #919191;--white500: #ffffffb3;--white600: #ffffffcc;--white700: #ffffff14;--white800: #ffffff26;--white900: #ffffff52;--offwhite: #fdfeff;--offwhite1: #fbfbfb;--black8: #00000008;--black150-100: #2424241a;--black150-200: #24242433;--black: #222222;--black100: #202020;--black200: #2f2f2f;--black150: #242424;--black300: #363636;--black400: #383838;--black500: #4e4e4e;--black550: #505050;--black600: #646464;--black950: #000000e5;--dark-black: #0f081d;--dark-black1: #0f081db3;--blue: #1b2c3e;--blue100: #314151;--blue150: #afafaf;--blue200: #caced2;--blue300: #dde0e2;--blue350: #e7e7e7;--blue400: #edeef0;--blue-dark: #2c3e50;--blue-gray: #7d7887;--gray: #eaeaea;--gray100: #f2f2f2;--gray400: #a9a5b4;--gray150: #f0f0f0;--gray200: #f8f8f8;--gray210: #e9ecef;--gray250: #dddddda9;--gray275: #e0e0e0;--gray300: #cccccc;--gray350: #a6afc366;--gray600: #6c757d;--subheader: #a3a3a3;--darkgray: #7a7a7a;--darkgray50: #8e8e93;--darkgray100: #969696;--darkgray200: #a7a7a7;--darkgray300: #bcbcbc;--darkgray400: #d3d3d3;--darkgray500: #495057;--grayblue: #4b5563;--inputborderColor: #6e839d4d;--inputborderFocused: #6e839db3;--green100: #dcfce7;--green600: #16a34a;--gray-archive: #f3f4f6;--gray100-archive: #6b7280;--red100: #fee2e2;--red500: #f95f5f;--red600: #dc2626;--delete: #e10e0e;--danger: #c33f38;--yellow100: #fef9c3;--yellow600: #ca8a04;--blue150: #dbeafe;--blue600: #2563eb;--indigo100: #dfa7ed;--indigo600: #87259f;--bluegray-200: #b0bec5;--surface-gray: #aeaeb2;--border: #dee0e2;--search-bg: #e5e5ea;--color-blue-blue-light-2: #8099ec;--color-blue-blue-light-5: #e1e8ff;--color-blue-blue-dark: #1c3fb7;--warning: #e3b851}html body{font-family:Poppins,sans-serif!important;font-weight:500;color:var(--black);overflow-x:hidden}.bg-black{background-color:var(--black)!important}.bg-black1{background-color:var(--black500)!important}.bg-white{background-color:var(--white)!important}.bg-gray{background-color:var(--gray)}.bg-gray1{background-color:var(--gray200)!important}.bg-dark-gray{background-color:var(--black300)!important}.bg-dark-gray1{background-color:var(--black200)!important}.bg-transparent{background-color:transparent!important}.bg-offwhite{background-color:var(--offwhite)!important}.text-dark-gray{color:var(--black300)!important}.text-gray{color:var(--gray)!important}.text-off-white{color:var(--offwhite)}.text-white{color:var(--white)!important}.text-black{color:var(--black150)!important}.text-muted{color:#6c757d!important}.text-gray1{color:var(--white200)!important}.text-gray2{color:var(--white500)}.text-gray3{color:var(--white300)!important}.text-danger{color:#dc3545!important}.text-warning{color:var(--warning)!important}.border-bottom-0{border-bottom:none!important}.border-bottom-gray{border-bottom:2px solid #22222226!important}label{display:inline-block}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}body input:-internal-autofill-selected{background-color:fieldtext!important;color:fieldtext!important}body .all-image{max-width:100%;max-height:100%;width:auto;height:auto;display:block;margin:0 auto}.MuiTooltip-tooltip{font-family:Poppins,sans-serif!important}body .authentication-bg{background:url(/assets/authentication-bg-vB2Ed4ZY.svg) repeat scroll 0 0 transparent;min-height:100dvh;width:100%;display:flex;justify-content:center;align-items:flex-start;box-sizing:border-box}.authentication-otp-input input{border-radius:12px;background:var(--black);box-shadow:none;font-family:Poppins,sans-serif;font-weight:500;color:var(--white);border:2px solid var(--inputborderColor);width:50px!important;height:50px;margin:0 7px;padding:12px 5px;text-align:center}.authentication-otp-input input:focus-visible{border:2px solid var(--inputborderColor)!important;outline:0!important}.authentication-otp-input input:focus{border-color:var(--inputborderFocused)!important}.authentication-otp-input input::placeholder{color:var(--white);opacity:.6;text-align:center}.authentication-otp-input input:last-of-type::selection{background-color:transparent}.authentication-otp-input-white input{border-radius:12px;background:var(--white);box-shadow:none;font-family:Poppins,sans-serif;font-weight:500;color:var(--black150);border:1px solid var(--border);width:50px!important;height:50px;margin:0 7px;padding:12px 5px;text-align:center}.authentication-otp-input-white input:focus-visible{border:2px solid var(--border)!important;outline:0!important}.authentication-otp-input-white input:focus{border-color:var(--border)!important}.authentication-otp-input-white input::placeholder{color:var(--black150);opacity:.6;text-align:center}.authentication-otp-input-white input:last-of-type::selection{background-color:transparent}.slideModal .MuiDrawer-paper{width:640px;overflow-x:hidden}.two-fa-issuer{max-width:350px!important}.sideModal-loader{margin-right:305px!important}.custom-backdrop{justify-content:end!important}.slideModal .modal-sub-title{bottom:-20px}.slideModal .modal-body{padding:35px 34px 42px 35px}.slideModal .field-wrap,.edit-payment-card .field-wrap{border-bottom:2px solid var(--white700);padding:0 29.5px 28px;margin-bottom:36px}.view-more-wrap{margin-bottom:36px}.slideModal .field-title,.edit-payment-card .field-title{margin-bottom:18px;align-items:center}.slideModal .field-icon,.edit-payment-card .field-icon{margin-right:10px;width:20px;height:20px}.slideModal .modalBtnsWrap button{margin:0 26px}.slideModal .modalBtnsWrap button.border-button.Mui-disabled{border-color:var(--darkgray100);background:transparent;color:var(--white300)}.slideModal .attach-file-div>label{border:2px dashed var(--white200);letter-spacing:.16px;padding:16px 5px}.slideModal .attach-file-div>label img.uploadfile-icon{margin-right:14px}.slideModal .selected-file-item img{margin-right:14px}body .select-user-roll-popup>.MuiPaper-root{width:132px;padding:0}.select-user-roll-popup ul.MuiList-root li.MuiButtonBase-root{padding:5.5px 15px;min-height:auto}.share-with-form{display:flex;align-items:center;justify-content:space-between}body .childModal,body .info-modal{width:640px;left:auto;right:0}body .childModalCenter,body .info-modal{width:100%;display:flex;align-items:center;justify-content:center}.confirm-dialogbox>.MuiModal-backdrop{opacity:.5!important}.select-item-modal .modal-header{padding:7px 30px 19px;border-bottom:1px solid #e4e4e4}.select-item-modal .close-modal{top:40%;transform:translateY(-50%);color:var(--darkgray400);height:35px;width:35px}.select-item-modal .close-modal>svg{font-size:30px}.select-item-modal .modal-body{padding:7px 11px;max-height:524px;overflow-y:auto}.select-item-modal .modal-body ul>li.record-template-item{margin:14px 0}.select-item-modal .modal-body ul>li.record-template-item:last-child{margin-bottom:7px}body .sticky-top{width:calc(100% - 280px)}.record-type-dropdown .type-dropdown-icon{min-width:18px;margin-right:12px}body .modal-backdrop{pointer-events:none}.sticky-header .logoutbtn-wrap{padding:20px 0 40px 51px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}ul.inputFields>li{margin-bottom:16px}.user-img-setting .camera-icon .MuiInputBase-root{background:url("data:image/svg+xml,%3csvg%20id='Camera'%20xmlns='http://www.w3.org/2000/svg'%20width='16.9'%20height='15.211'%20viewBox='0%200%2016.9%2015.211'%3e%3cpath%20id='Camera-2'%20data-name='Camera'%20d='M13.216,15.211H3.684A3.686,3.686,0,0,1,0,11.53V6.516a3.686,3.686,0,0,1,3.684-3.68.167.167,0,0,0,.161-.1l.05-.1.07-.148c.221-.465.47-.991.623-1.3A2.056,2.056,0,0,1,6.456,0h3.98a2.062,2.062,0,0,1,1.876,1.19c.133.266.335.693.53,1.105l.12.254.085.186a.191.191,0,0,0,.169.1A3.686,3.686,0,0,1,16.9,6.516V11.53A3.686,3.686,0,0,1,13.216,15.211ZM8.45,5.41a3.314,3.314,0,0,0-2.358.98,3.268,3.268,0,0,0-.964,2.338A3.316,3.316,0,0,0,8.45,12.045a3.292,3.292,0,0,0,2.341-.97A3.309,3.309,0,0,0,10.8,6.382,3.3,3.3,0,0,0,8.45,5.41Zm4.74-.2a.764.764,0,1,0,.77.768A.765.765,0,0,0,13.191,5.208ZM8.45,10.779A2.047,2.047,0,0,1,6.4,8.728V8.719a1.975,1.975,0,0,1,.592-1.435A2.053,2.053,0,1,1,8.45,10.779Z'%20transform='translate(0)'%20fill='%23222'/%3e%3c/svg%3e") no-repeat scroll center var(--white)}input[type=file],input[type=file]::-webkit-file-upload-button{cursor:pointer}.groups-wrapper .items-inner:before{content:"";position:absolute;top:-25px;left:0;background:url("data:image/svg+xml,%3csvg%20width='240'%20height='113'%20viewBox='0%200%20240%20113'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M60.6548%200C64.7305%200%2068.6526%201.55542%2071.6206%204.3488L79.3794%2011.6512C82.3474%2014.4446%2086.2695%2016%2090.3452%2016H224C232.837%2016%20240%2023.1634%20240%2032V97C240%20105.837%20232.837%20113%20224%20113H16C7.16344%20113%200%20105.837%200%2097V16C0%207.16344%207.16344%204.5098e-07%2016%200H60.6548Z'%20fill='%234B4B4B'/%3e%3c/svg%3e") no-repeat transparent;width:100%;height:40px;z-index:-1;background-size:cover}.trash-group-card .items-inner:before{content:"";position:absolute;top:-25px;left:0;background:url("data:image/svg+xml,%3csvg%20width='240'%20height='113'%20viewBox='0%200%20240%20113'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M60.6548%200C64.7305%200%2068.6526%201.55542%2071.6206%204.3488L79.3794%2011.6512C82.3474%2014.4446%2086.2695%2016%2090.3452%2016H224C232.837%2016%20240%2023.1634%20240%2032V97C240%20105.837%20232.837%20113%20224%20113H16C7.16344%20113%200%20105.837%200%2097V16C0%207.16344%207.16344%204.5098e-07%2016%200H60.6548Z'%20fill='%234B4B4B'/%3e%3c/svg%3e") no-repeat transparent;width:100%;height:40px;z-index:0;background-size:cover}.groups-wrapper .empty-group-box:before{content:"";position:absolute;top:-25px;left:-2px;background:url(/assets/emptyfoldercurve-DkRGvhum.svg) no-repeat scroll 0 0 transparent;width:calc(100% + 4px);height:40px;z-index:1;background-size:cover}@media(max-width:425px){.groups-wrapper .empty-group-box:before{top:-34px}.groups-wrapper.grid-view .empty-group-box:before{top:-34px}.groups-wrapper .items-inner:before{top:-34px;height:50px}}p.text-danger,p.MuiFormHelperText-root.Mui-error{position:relative;padding-left:25px}p.text-danger:before,p.MuiFormHelperText-root.Mui-error:before{content:"";position:absolute;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%2016C3.58172%2016%200%2012.4182%200%208C0%203.58172%203.58172%200%208%200C12.4182%200%2016%203.58172%2016%208C16%2012.4182%2012.4182%2016%208%2016ZM7.2%2010.4V12H8.8V10.4H7.2ZM7.2%204V8.8H8.8V4H7.2Z'%20fill='%23D10909'/%3e%3c/svg%3e") no-repeat scroll 0 0 transparent;height:16px;width:16px;left:5px;top:10px}p.text-warning{position:relative;padding-left:30px}p.text-warning:before{content:"";position:absolute;background-color:var(--warning)!important;mask:url("data:image/svg+xml,%3csvg%20width='16'%20height='15'%20viewBox='0%200%2016%2015'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.7599%2012.066L9.49322%201.51935C9.17988%200.986016%208.62655%200.666016%207.99988%200.666016C7.37322%200.666016%206.81988%200.986016%206.51322%201.51935L0.239883%2012.066C-0.0734505%2012.6127%20-0.0734505%2013.2593%200.239883%2013.7993C0.553216%2014.3393%201.11322%2014.666%201.73322%2014.666H14.2732C14.8999%2014.666%2015.4599%2014.3393%2015.7666%2013.7993C16.0732%2013.2593%2016.0732%2012.6127%2015.7599%2012.066ZM8.66655%2011.9993H7.33322V10.666H8.66655V11.9993ZM8.66655%209.33268H7.33322V5.33268H8.66655V9.33268Z'%20fill='%23E3B851'/%3e%3c/svg%3e") no-repeat;mask-size:100%;height:16px;width:16px;left:5px;top:10px}p.MuiFormHelperText-root.Mui-error{padding-left:15px}p.MuiFormHelperText-root.Mui-error:before{top:3px;left:-5px}@supports (-webkit-touch-callout: none){body.modal-open div#root{position:fixed;height:100%;width:100%;overflow:auto}}@media only screen and (min-width:1536px)and (max-width:1700px){.record-wrap>.MuiGrid-container>.MuiGrid-item,.template-list-wrapper>.MuiGrid-container>.MuiGrid-item{-webkit-flex-basis:25%;-ms-flex-preferred-size:25%;flex-basis:25%;max-width:25%}}@media(max-width:1199px){body .sticky-top{width:calc(100% - 250px)}}@media(max-width:900px){body .sticky-top{width:calc(100% + -0px)}.sticky-header .logoutbtn-wrap{padding-left:31px}.with-update-banner{top:55px!important}}@media(max-width:1300px){.slideModal .MuiDrawer-paper,body .childModal,body .info-modal{width:500px}.two-fa-issuer{max-width:250px!important}.two-fa-code{font-size:18px!important}.sideModal-loader{margin-right:236px!important}.custom-backdrop{justify-content:end!important}.slideModal .modal-body{padding:25px}.slideModal .field-wrap,.edit-payment-card .field-wrap{padding:0 20px 25px;margin-bottom:22px}.view-more-wrap{margin-bottom:22px}.slideModal .modal-header{padding:15px 20px 20px;min-height:80px}.slideModal .field-title{margin-bottom:12px}.slideModal .modal-sub-title{bottom:-17px}.modal-header-custom{padding:15px 20px 20px}.view-header-custom{min-height:135px!important}.modal-header-center-content .modal-title{font-size:20px!important}.modal-header-center-content .modal-sub-title{font-size:12px!important}.modal-header-button .modal-header-icon{height:12px;width:12px}.two-factor-authentication-tabs{min-width:100px!important}}@media(max-width:600px){.slideModal .modal-header{padding:15px 10px;min-height:60px}.slideModal .modal-sub-title{bottom:-14px}.slideModal .modal-body{padding:15px 10px 28px}.slideModal .field-wrap,.edit-payment-card .field-wrap{padding:0 15px 15px;margin-bottom:12px}.view-more-wrap{margin-bottom:12px;font-size:16px}.slideModal .field-title,.edit-payment-card .field-title{margin-bottom:10px}.slideModal .field-icon,.edit-payment-card .field-icon{margin-right:10px;width:18px;height:20px}.slideModal .field-wrap .field-title,.edit-payment-card .field-wrap .field-title{font-size:16px}.slideModal .modalBtnsWrap button{margin:0 8px}.slideModal .view-record-wrap .field-wrap{padding:0 5px 15px}img.remove-icon{width:22px;height:22px}.slideModal .attach-file-div>label img.uploadfile-icon{margin-right:8px;height:15px;width:15px}.slideModal .attach-file-div>label{font-size:12px!important;padding:10px 5px}.slideModal .selected-file-item img{margin-right:8px;height:18px;width:18px}.slideModal .selected-file-wrap-box .MuiIconButton-root img{height:22px;width:22px}.user-roll-access-wrap>.justify-content-end{justify-content:end!important;margin-top:20px}body .share-data-wrap .item-col{margin-bottom:15px;border-bottom:2px solid var(--white700);padding-bottom:15px}body .share-data-wrap .already-shared-items .item-col:last-child{border-bottom:none}.confirm-dialogbox>.MuiBox-root,.logout-dialogbox>.MuiBox-root{width:calc(100% - 35px);max-width:300px}.select-group-box>.MuiOutlinedInput-root .MuiIconButton-root{padding:0}.select-group-box>.MuiOutlinedInput-root .MuiIconButton-root>svg{font-size:25px}.top-search-modal>.MuiBox-root{width:calc(100% - 30px);max-width:400px}.slideModal .modal-title-subtitle-wrap{width:calc(100% - 150px)}.slideModal .modal-title-width{width:calc(100% - 65px)}.select-item-modal .modal-header{padding:7px 30px 10px}.select-item-modal .modal-body ul>li.record-template-item{margin:10px 0}.Toastify__toast-container{width:290px!important;left:auto!important;right:0!important}.recordDate{font-size:14px;padding:9px 15px}.authentication-otp-input input{width:45px!important;height:45px;margin:0 5px}p.text-danger:before,p.MuiFormHelperText-root.Mui-error:before{height:14px;width:14px;top:9px;background-size:100%}p.MuiFormHelperText-root.Mui-error:before{top:4px}.modal-header-custom{padding:10px 8px}.view-header-custom{min-height:110px!important}.modal-header-left,.modal-header-right{min-width:35px}.modal-header-center-content .modal-title{font-size:18px!important}.modal-header-button .modal-header-icon{height:30px!important;width:30px!important}.modal-action-icons-container{margin-top:6px;gap:6px}.two-factor-authentication-tabs{min-width:100px!important}}@media(max-width:580px){.slideModal .MuiDrawer-paper,body .childModal,body .info-modal{width:410px}.protect-and-private-status-icon{width:24px!important;height:24px!important}.sideModal-loader{margin-right:186px!important}.custom-backdrop{justify-content:end!important}}@media(max-width:440px){.slideModal .MuiDrawer-paper,body .childModal,body .info-modal{width:100%}.two-fa-issuer{max-width:150px!important;font-size:16px!important}.two-fa-code{font-size:16px!important}.sideModal-loader{margin-right:0!important}.custom-backdrop{justify-content:center!important}}@media(max-width:424px){.authentication-bg>.MuiContainer-root>.MuiGrid-root{flex:1;min-width:100%}body .authentication-box{min-width:100%}.record-wrap>.MuiGrid-container>.MuiGrid-item,.groups-wrapper>.MuiGrid-container>.MuiGrid-item,.trash-group-card>.MuiGrid-container>.MuiGrid-item,.trash-record-card>.MuiGrid-container>.MuiGrid-item,.groupRecord-wrap>.MuiGrid-container>.MuiGrid-item,.template-list-wrapper>.MuiGrid-container>.MuiGrid-item{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;max-width:100%}}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}img,svg{vertical-align:middle}.fs-1{font-size:24px!important}.fs-2{font-size:22px!important}.fs-3{font-size:20px!important}.fs-4{font-size:18px!important}.fs-5{font-size:16px!important}.fs-6{font-size:14px!important}.fs-7{font-size:12px!important}.text-normal{font-weight:400!important}.text-medium{font-weight:500!important}.text-semibold{font-weight:600!important}.cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default!important}.text-center{text-align:center!important}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-capitalize{text-transform:capitalize!important}.text-lowercase{text-transform:lowercase!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-overflow{text-overflow:ellipsis!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-none{display:none!important}.flex-wrap{flex-wrap:wrap!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-self-center{align-self:center!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.rounded-0{border-radius:0!important}.rounded{border-radius:12px!important}.rounded-1{border-radius:8px!important}.rounded-2{border-radius:16px!important}.rounded-3{border-radius:20px!important}.rounded-4{border-radius:28px!important}.rounded-circle{border-radius:50%!important}.rounded-bottom{border-bottom-right-radius:50%!important;border-bottom-left-radius:50%!important}.border-0{border:0!important}.dropdown-border{border:1px solid #dbdbdb}.p-0{padding:0!important}.m-0{margin:0!important}.m-auto{margin:auto!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.mb-0{margin-bottom:0!important}.height-100{height:100%!important}.min-vh-100{min-height:100vh!important}.mh-100{max-height:100%!important}.width-fit-content{width:fit-content!important}.width-100{width:100%!important}.mw-100{max-width:100%!important}.minw-auto{min-width:auto!important}.zindex-1{z-index:1!important}.zindex-9{z-index:9!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.top-auto{top:auto!important}.bottom-0,.bottom-50{bottom:0!important}.bottom-auto{bottom:auto!important}.left-0{left:0!important}.left-50{left:50%!important}.left-auto{left:auto!important}.right-0{right:0!important}.right-auto{right:auto!important}.flex-grow-1{flex-grow:1!important}.shadow-none{box-shadow:none!important}.box-shadow{box-shadow:0 30px 40px #2222220f!important}.box-shadow1{box-shadow:0 -50px 50px #263d570d!important}.box-shadow2{box-shadow:0 40px 60px #00000008!important}.box-shadow3{box-shadow:0 4px 8px #0000000d!important}.box-shadow4{box-shadow:0 -60px 50px #2b2b2b0a!important}.box-shadow5{box-shadow:0 7px 18px #0003!important}.transform-50{transform:translate(-50%,-50%)}.align-middle{vertical-align:middle!important}.list-unstyled{padding-left:0;list-style:none}.opacity1{opacity:1!important}.opacity0{opacity:0!important}@media(max-width:900px){.d-md-block{display:block!important}.d-md-flex{display:flex!important}.d-md-none{display:none!important}}@media(max-width:600px){.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}.d-sm-none{display:none!important}.fs-1,.fs-2{font-size:20px!important}.fs-3{font-size:18px!important}.fs-4{font-size:16px!important}.fs-5{font-size:14px!important}.fs-6{font-size:12px!important}}@media(max-width:450px){.protection-toggle-icon{left:185px!important}}.pin-modal>.MuiBackdrop-root{background-color:var(--white)}.cropper-drag-box{background-color:var(--darkgray400)!important}.black-button{background-color:var(--black150)!important;color:#fff!important;border-radius:4px;cursor:pointer}.black-button:hover{background-color:var(--black150)!important}.black-button:disabled{background-color:#00000080!important;cursor:not-allowed;opacity:.6}.protect-and-private-status-icon{width:28px;height:28px;filter:brightness(0) invert(1);transition:opacity .2s ease}.disable-icon{opacity:.2}.custom-search-group-field{height:30px;min-width:160px;border-radius:8px}.custom-search-group-field .MuiOutlinedInput-root{padding:0 8px;height:30px;font-size:14px}.group-header{display:flex;justify-content:space-between;align-items:center;width:100%;gap:8px;padding:2px 10px 9px;border-bottom:2px solid var(--white700)}.MuiButton-startIcon{margin-right:10px!important}input::-ms-reveal,input::-ms-clear{display:none}.ellipsis-text{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;max-width:100px}.disabled-owner-select .MuiInputBase-root{pointer-events:none}.disabled-owner-select .MuiSelect-select{pointer-events:auto;cursor:not-allowed!important}.disabled-owner-select .MuiSelect-icon{opacity:.6}.owner-select+.MuiSelect-icon{opacity:.6}.disabled-owner-select .MuiSelect-select:hover{cursor:not-allowed!important}.close-button{background-color:var(--white400)!important}.close-button:hover{background-color:var(--blue300)!important}.selection-header{padding:12px 16px;display:flex;justify-content:space-between;align-items:center;background-color:var(--green600)}.select-all-container{display:flex;align-items:center}.select-checkbox{color:var(--darkgray2)!important;padding:4px!important}.select-checkbox.Mui-checked,.select-checkbox.MuiCheckbox-indeterminate{color:var(--black)!important}.select-all-text{margin-left:8px;color:var(--black500)!important;font-weight:500!important}.selected-count{color:var(--black500)!important;font-weight:500!important}.loader-container{display:flex;justify-content:center;padding:32px 0}.records-list-container{max-height:300px;overflow-y:auto}.records-list-container::-webkit-scrollbar{width:8px}.records-list-container::-webkit-scrollbar-thumb{background-color:var(--blue300);border-radius:4px}.record-item{display:grid;grid-template-columns:1fr auto;align-items:center;gap:16px;padding:8px 16px;cursor:pointer}.record-item:hover{background-color:var(--gray150)}.alternate-row{background-color:var(--white50)}.record-checkbox{color:#999!important;padding:4px!important}.record-checkbox.Mui-checked{color:#666!important}.record-name{margin-left:12px;font-size:14px;color:var(--black400)}.remove-profile{margin-top:16px;font-size:13px!important;cursor:pointer}.remove-profile.disabled{cursor:default;opacity:.6}.view-toggle-container{display:flex;align-items:center;justify-content:center;overflow:hidden}.toggle-btn{border-radius:0;padding:8px 14px;background-color:transparent;transition:background-color .3s ease}.toggle-btn.active{background-color:var(--gray)}.toggle-btn:hover{background-color:var(--blue300)}.tiptap p.is-editor-empty:first-child:before{content:attr(data-placeholder);float:left;color:var(--darkgray50);pointer-events:none;height:0}.tiptap:focus{outline:none}.tiptap p{margin:0}.tiptap{color:var(--black100)}.modal-header-custom{background-color:var(--black);border-bottom:1px solid var(--white700);padding:15px 10px;display:flex;align-items:flex-start;justify-content:space-between;position:relative;width:100%}.modal-header-side-item{display:flex;align-items:center;min-width:40px}.modal-header-left{justify-content:flex-start;margin-top:-10px}.modal-header-right{justify-content:flex-end;margin-top:-10px}.modal-header-center-content{flex-grow:1;display:flex;flex-direction:column;align-items:center;text-align:center;overflow:hidden;margin:0 5px}.modal-header-button{padding:8px!important;color:var(--white)!important}.modal-header-button .modal-header-icon{height:44px;width:44px;display:block}.modal-header-center-content .modal-title{line-height:1.3;width:100%}.modal-header-center-content .modal-sub-title{margin-top:2px;line-height:1.2;width:100%}.modal-action-icons-container{display:flex;justify-content:center;align-items:center;margin-top:8px;gap:0px}.remove-option-text{color:red!important}.link-white300{color:var(--white300)!important;text-decoration:underline;text-decoration-color:var(--white300)!important;cursor:pointer}.link-white300:hover{color:var(--white600)!important;text-decoration-color:var(--white600)!important}.custom-toast{transition:all .2s ease-in-out!important;border-radius:14px!important;padding:16px!important;box-shadow:0 4px 12px #00000026!important;border:1px solid rgba(255,255,255,.1)!important}.Toastify__close-button{position:relative!important;top:0!important;right:0!important;flex:1;text-align:right}.Toastify__toast{align-items:flex-start!important}.custom-toast .Toastify__toast-body{align-items:flex-start}.cursor-not-allowed{cursor:not-allowed!important}.opacity-50{opacity:.5!important}.qualy-logo-font{font-family:Qualy Logo,sans-serif!important}.product-sans-font{font-family:Product Sans,sans-serif!important}.sub-header-sticky{position:sticky;z-index:8;background-color:var(--white);top:0}.google-signin-button{width:100%;background-color:var(--white);color:var(--black);text-transform:none;font-weight:500;border:1px solid var(--white);font-family:inherit}.google-signin-button:hover{background-color:var(--white)}.tabsDesktop{display:flex!important}.tabsMobile{display:none!important}.tabsContainer{display:flex;flex-direction:row;justify-content:space-between;gap:0}@media(max-width:459px){.tabsDesktop{display:none!important}.tabsMobile{display:block!important;width:100%;min-width:150px;padding:8px}}@media(min-width:970px){.tabsContainer{flex-direction:row;justify-content:space-between;gap:0}.desktop-controls{display:flex;align-items:center;justify-content:flex-end;column-gap:5px}.tabs-viewtoggle-row,.controls-row{display:none}.desktop-tabs{display:flex}}@media(max-width:969px){.tabsContainer{flex-direction:column;justify-content:flex-start;gap:6px}.tabs-viewtoggle-row{display:flex;justify-content:space-between;align-items:center;width:100%}.controls-row{display:flex;justify-content:flex-end;column-gap:5px;width:100%}.desktop-tabs,.desktop-controls{display:none}}.ellipsis-text-notification{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align:bottom;max-width:300px}@media(max-width:480px){.ellipsis-text-notification{max-width:200px}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinning-icon{animation:spin 2s linear infinite}.back-button{padding:6px;align-self:center;border-radius:50%;transition:background-color .2s ease}.back-icon{width:16px;height:16px}.radio-check-uncheck{color:var(--blue150)!important}.radio-check-uncheck.Mui-checked{color:#000!important}*::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.1)!important;background-color:var(--gray275)!important;border-radius:30px!important}*::-webkit-scrollbar{width:10px!important;height:10px!important;border-radius:30px!important}*::-webkit-scrollbar-thumb{border-radius:10px!important;background-color:var(--white)!important;box-shadow:inset 0 0 0 2px var(--gray275)}*::-webkit-scrollbar-thumb:hover{box-shadow:inset 0 0 0 2px var(--darkgray400)}#root{display:flex;flex-direction:column;min-height:100vh;height:100vh}body.temp-link-page #root{height:auto}.header-notification-loader-backdrop,.share-records-side-modal-bg-loader{color:var(--gray400)!important;background-color:#ffffff80!important}div.grecaptcha-badge{visibility:hidden!important;opacity:0!important;pointer-events:none!important;transition:opacity .3s ease}.show-captcha div.grecaptcha-badge{visibility:visible!important;opacity:1!important;pointer-events:auto!important}.mySwiper .swiper-wrapper{transition-timing-function:linear!important}.mySwiper .swiper-slide{width:max-content!important;height:"100%"}.mySwiper{overflow:visible!important}.font-karla{font-family:Karla,sans-serif!important}.font-raleway{font-family:Raleway,sans-serif!important}.text-bold{font-weight:700!important}.text-bolder{font-weight:800!important}.landing-page .MuiContainer-root{max-width:1367px}.section-bottom-padding{padding-bottom:124px}.section-top-padding{padding-top:124px}.primary-text{color:var(--white400)}.text-dark-black{color:var(--dark-black)!important}.text-dark-black1{color:var(--dark-black1)!important}.h1{font-size:50px!important}.h2{font-size:40px!important}.h3{font-size:36px!important}.h4{font-size:34px!important}.h5{font-size:32px!important}.h6{font-size:26px!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.pt-3{padding-top:1rem!important}.pt-5{padding-top:3rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pe-2{padding-right:.5rem!important}.ml-0{margin-left:0!important}.mr-0{margin-right:0!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.mt-2{margin-top:.5rem!important}.mt-4{margin-top:1.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.col-10{width:83.33333333%!important}.get-started:before{content:"";position:absolute;border:4px solid var(--black);max-height:458px;height:100%;width:100%;border-radius:75px;z-index:-1;right:0;top:0;max-width:1255px}.landing-page .MuiFormControl-root .MuiInputBase-root{border:1px solid var(--white300);font-size:14px;color:var(--white);font-family:Karla,sans-serif}.landing-page .MuiFormControl-root .MuiInputBase-root.Mui-focused{border-color:var(--darkgray200)}.landing-page .MuiFormControl-root .MuiInputBase-root input{padding:12.5px 22px}.landing-page .MuiFormControl-root .MuiInputBase-multiline{padding:14px 22px}.landing-page .MuiFormControl-root .MuiInputBase-root input::placeholder,.landing-page .MuiFormControl-root .MuiInputBase-root textarea::placeholder{color:var(--white300);opacity:1}.landing-page p.Mui-error{position:absolute;top:auto;bottom:3px;margin:0 5px;padding:0;letter-spacing:0px}.gradiont-bg-section:before{content:"";background:linear-gradient(90deg,rgba(255,255,255,0) -31.7%,var(--gray200) 49.07%,rgba(255,255,255,0) 127.6%);position:absolute;left:-50%;right:-50%;top:0;height:100%;width:1500px;z-index:-1;margin:0 auto}img.BgPattern{position:absolute;height:auto;left:-670px;right:0;margin:0 auto;top:760px;max-width:1500px;z-index:-1}@media(min-width:768px){.ml-md-0{margin-left:0!important}.mr-md-0{margin-right:0!important}}@media(max-width:1535px){.get-started:before{width:92%;right:-5px;height:72%}img.BgPattern{left:-530px;top:700px}}@media(max-width:1199px){.h2{font-size:30px!important}.h4,.h5{font-size:26px!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.pt-md-0{padding-top:0!important}.landing-page .MuiContainer-root{padding-left:16px;padding-right:16px}.top-background{max-height:670px}.landing-page .MuiTypography-root.fs-20{font-size:18px}.get-started:before{top:10px;max-height:320px}img.BgPattern{height:auto;left:-570px;top:590px;max-width:1199px;min-height:3700px}}@media(max-width:899px){.h1{font-size:42px!important}.h2{font-size:22px!important}.h4{font-size:24px!important}.h5{font-size:20px!important}.col-10{width:100%!important}.section-bottom-padding{padding-bottom:80px}.section-top-padding{padding-top:80px}.top-background{max-height:480px}.get-started:before{top:28px;display:none}.envolap-img-wrap>img{max-width:90%}.landing-page .MuiFormControl-root .MuiInputBase-root input{padding:12.5px 10px}.landing-page .MuiFormControl-root .MuiInputBase-multiline{padding:14px 10px}.landing-page .MuiTypography-root.fs-20{font-size:16px}.main-content:before,img.BgPattern{display:none}.bottom-background{max-height:649px}.landing-page .MuiTypography-root.fs-14{font-size:12px}.align-items-sm-start{align-items:flex-start!important}}@media(max-width:599px){.logo-wrap{text-align:center;margin:0 auto}.bottom-background{max-height:890px}.get-started:before{display:none}.section-bottom-padding{padding-bottom:40px}.section-top-padding{padding-top:40px}.h1,.h1-xs{font-size:34px!important}.h2,.h3{font-size:24px!important}.h4{font-size:22px!important}.h5{font-size:20px!important}.h6{font-size:18px!important}.pt-5{padding-top:1.5rem!important}.mb-4{margin-bottom:1rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.mb-xs-0{margin-bottom:0!important}.mt-xs-3{margin-top:.5rem!important}.mt-xs-5{margin-top:1.5rem!important}.mr-xs-auto{margin-right:auto!important}.my-xs-5{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.mx-xs-auto{margin-right:auto!important;margin-left:auto!important}.text-xs-center{text-align:center!important}.justify-content-xs-center{justify-content:center!important}.order-xs-0{order:0}.order-xs-1{order:1}}.top-banner-img,.iphone-image{width:100%;height:auto;max-width:400px}.android-image{width:100%;height:auto;max-width:450px}.mac-book-image{height:auto;width:100%;max-width:460px}@media(min-width:600px){.top-banner-img{max-width:100%}.iphone-image{max-width:514px}.android-image{max-width:566px}.mac-book-image{max-width:777px}}@media(min-width:1200px){.iphone-image,.android-image,.mac-book-image{width:auto}}.gradient-text{background:linear-gradient(91.24deg,#000 42.24%,#363636 51.21%,#767676 96.06%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent}.custom-table-container{display:grid!important;border-radius:10px;border:1px solid var(--border);overflow-x:auto}.custom-table{min-width:150px!important;color:#000}.custom-table-heading-row{background-color:var(--black150)!important}.custom-table-heading-row .MuiTableCell-head{font-weight:500!important;font-size:16px!important;color:var(--white)!important;padding:20px 24px!important;white-space:nowrap!important}.custom-table-row{background-color:#fff;transition:background-color .2s ease}.custom-table-row:hover{background-color:var(--gray250)}.custom-table-row:last-child td{border-bottom:0}.custom-table-row.odd-row{background-color:var(--gray200)}.custom-table-row.odd-row:hover{background-color:var(--gray250)}.userroll-img-list{cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center}.custom-typography{font-weight:500!important;font-size:16px!important;color:var(--black150)!important;transition:color .2s ease}.group-record-container{display:flex;align-items:center}.group-record-container.hidden{display:none}.group-record{cursor:pointer;color:var(--black150)!important;font-size:16px!important}.flex-box-right{display:flex;justify-content:flex-right;align-items:center;margin-right:10px}.avatar-group-root .MuiAvatar-root{height:26px;width:26px;border:1px solid white;background-color:var(--white50)!important;font-size:11px!important;font-weight:600;color:var(--black150)!important;cursor:pointer;transition:all .2s ease}.avatar-group-root .MuiAvatar-root:hover{transform:scale(1.1);z-index:5;box-shadow:0 2px 8px #00000026}.avatar-group-root .MuiAvatar-colorDefault{background-color:var(--gray210);color:var(--gray600)}.flex-end-container{display:flex;align-items:center;justify-content:flex-end;gap:8px}.preview-modal{display:flex;align-items:center;justify-content:center}.preview-modal-backdrop{background-color:#000c!important;backdrop-filter:blur(3px)!important}.preview-container{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;user-select:none;outline:none;cursor:default}.preview-container.dragging{cursor:grabbing!important}.preview-container.zoomed{cursor:grab!important}.preview-header{position:absolute;top:0;left:0;right:0;display:flex;justify-content:space-between;color:#fff;z-index:10;pointer-events:auto;background-color:var(--black);padding:.5rem 1rem}.preview-image{max-width:90%;max-height:90%}.preview-image.no-max-size{max-width:none;max-height:none}.pdf-scroll-container{width:100%;height:100%;overflow:auto;display:flex;flex-direction:column;align-items:center;padding:60px 20px 80px}.centered-box{display:flex;align-items:center;justify-content:center;height:50vh}.text-canvas{background-color:#fff;max-width:100%;margin:0 auto 20px;padding:40px;box-shadow:0 4px 8px #0000004d;border-radius:4px;font-family:Courier New,monospace;font-size:16px;line-height:1.6;color:var(--black);word-wrap:break-word;overflow:hidden}.text-page.pre{white-space:pre-wrap}.text-page.normal{white-space:normal}.pdf-canvas.mobile{width:90%!important;padding:20px!important;margin:4px auto;max-width:calc(100vw - 32px);border-radius:4px}@media(max-width:900px){.pdf-scroll-container{padding:60px 16px 80px}}@media(max-width:600px){.pdf-scroll-container{padding:50px 8px 70px}}.pdf-scroll-container::-webkit-scrollbar{width:8px}@media(max-width:900px){.pdf-scroll-container::-webkit-scrollbar{width:6px}}@media(max-width:600px){.pdf-scroll-container::-webkit-scrollbar{width:4px}}.pdf-scroll-container::-webkit-scrollbar-track{background:var(--white800);border-radius:4px}.pdf-scroll-container::-webkit-scrollbar-thumb{background:var(--white900);border-radius:4px}.pdf-scroll-container::-webkit-scrollbar-thumb:hover{background:var(--white300)}.pdf-transform-wrapper{max-width:100%}@media(max-width:900px){.pdf-transform-wrapper{max-width:calc(100vw - 32px)}}@media(max-width:600px){.pdf-transform-wrapper{max-width:calc(100vw - 16px)}}.pdf-canvas{display:block;margin:8px auto;box-shadow:0 4px 8px #0000004d;background-color:#fff;height:auto;border-radius:0;max-width:100%}.preview-not-supported{color:#fff;background-color:var(--white100);backdrop-filter:blur(6px);border-radius:16px;padding:32px;text-align:center;max-width:400px;margin:auto}.preview-toolbar{position:absolute;bottom:24px;background-color:var(--black)!important;border-radius:9999px;padding:4px 12px;box-shadow:0 2px 10px #00000080;display:flex;align-items:center;z-index:10}.preview-toolbar .MuiIconButton-root,.preview-toolbar .MuiIconButton-root.Mui-disabled{color:#fff}.preview-shortcuts{position:absolute;bottom:16px;right:16px;color:var(--white500);font-size:12px;background-color:#0009;border-radius:4px;padding:4px 12px;user-select:none;text-align:right}.preview-shortcuts strong{color:#fff}.preview-shortcuts span{font-weight:700;color:#fff}.show-text{word-wrap:break-word;overflow-wrap:break-word}.show-text.clamped{display:-webkit-box;-webkit-line-clamp:var(--line-clamp, 3);-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.show-toggle{margin-left:4px;font-weight:400;color:var(--white300)!important;text-decoration:underline;cursor:pointer;font-size:inherit;word-break:keep-all;padding-left:28px;position:absolute;bottom:0;right:0;background:linear-gradient(to right,transparent 0%,rgba(34,34,34,.47) 2%,var(--black) 19%)}.show-toggle.expanded{background:none;position:static;padding-left:4px}.page-container{min-height:100vh;background-color:var(--black);color:#fff;padding-top:1rem!important;padding-bottom:1rem!important}.centered-box{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%!important;width:650px;max-width:100%;margin:0 20px;text-align:center}.temp-link-title{margin-bottom:10px!important;margin-top:50px!important;font-size:1.5rem;font-weight:500}.temp-link-description{font-size:16px;color:gray;margin-top:10px!important;display:inline}.record-detail-box{background-color:var(--white);border-radius:10px;max-width:800px;width:100%;margin:30px auto;overflow:hidden}.records-container{background-color:var(--gray150);margin:16px;padding:20px;border-radius:8px}.title{display:flex;align-items:center;gap:10px!important;font-size:18px!important;font-weight:600!important}.record-details-wrapper{text-align:start;margin-top:30px!important}.record-key,.record-value{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.record-value{font-weight:600}.attached-files-list{text-align:start;margin-top:20px}.attached-file-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.attached-file-name{flex-grow:1;margin-bottom:6px}.download-icon-button.p-0{padding:0}.download-icon-button.disabled{opacity:.4;pointer-events:none}.notes-content{color:var(--black150);text-align:start;margin-top:10px;justify-content:space-between}.notes-typo>p{word-break:break-word!important;overflow-wrap:anywhere;white-space:pre-line;margin:0}.notes-typo p:empty{min-height:1em}.MuiDialogContent-root{padding:0!important}.MuiDialogActions-root{padding:0 0 16px!important}.custom-datepicker-layout{margin:0!important;padding:22px!important;width:100%;height:320px;border-radius:14px;display:flex;flex-direction:column;border-width:1px;border-style:solid;border-color:var(--border)}.custom-datepicker-layout .MuiPickersCalendarHeader-root{margin:0;padding:0}.custom-datepicker-layout .MuiPickersCalendar-weekContainer{gap:4px;display:flex;justify-content:space-between}.custom-datepicker-layout .MuiPickersDay-root{margin:0 4px;width:36px;height:34px;font-size:14px}.custom-datepicker-layout .MuiDateCalendar-root{width:100%;height:100%;max-height:100%;gap:0}.custom-datepicker-layout .MuiDayCalendar-header,.custom-datepicker-layout .MuiDayCalendar-weekContainer{justify-content:space-between}.custom-datepicker-layout .MuiPickersLayout-contentWrapper,.custom-datepicker-layout .MuiPickersFadeTransitionGroup-root{height:100%}.custom-datepicker-layout .MuiDayCalendar-root{display:flex;flex-direction:column;height:100%;gap:0}.custom-datepicker-layout .MuiPickersSlideTransition-root{height:80%;min-height:80%}.custom-datepicker-layout .MuiDayCalendar-monthContainer{height:100%;display:flex;flex-direction:column;justify-content:space-between}.custom-datepicker-layout .MuiPickersFadeTransitionGroup-root>div{height:100%}.custom-datepicker-layout .MuiPickersCalendarHeader-label{font-weight:500;font-size:16px;text-align:center}.custom-datepicker-layout .MuiPickersDay-today{background-color:var(--gray300);border:none!important;color:var(--black)!important}.custom-datepicker-layout .MuiDayCalendar-weekDayLabel{font-size:14px;color:var(--darkgray50)}.custom-datepicker-layout .MuiYearCalendar-root{height:fit-content}.custom-datepicker-day.Mui-selected{background-color:var(--black)!important;color:var(--white)!important}.custom-datepicker-day.Mui-selected:hover{background-color:var(--black)!important}.custom-datepicker-layout .MuiPickersYear-yearButton.Mui-selected{color:var(--white)!important;background-color:var(--black)!important}@media(max-width:600px){.custom-datepicker-layout{min-width:100%!important}.custom-datepicker-layout .MuiPickersLayout-contentWrapper{min-width:100%}.custom-datepicker-layout .MuiPickersDay-root{height:20px;font-size:12px}.custom-datepicker-layout .MuiPickersCalendarHeader-label{font-size:14px}.custom-datepicker-layout .MuiDayCalendar-weekDayLabel{font-size:12px}}.generate-link-button{padding:8px 10px!important;border-radius:16px;font-weight:700;background-color:var(--black)!important;transition:background-color .3s ease}.generate-link-button:hover{background-color:var(--black200)!important}
