@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,0.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em}[dir=ltr] .Toastify__toast-container--top-left{left:1em}[dir=rtl] .Toastify__toast-container--top-left{right:1em}.Toastify__toast-container--top-center{top:1em}[dir=ltr] .Toastify__toast-container--top-center{left:50%;transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--top-center{right:50%;transform:translateX(50%)}.Toastify__toast-container--top-right{top:1em}[dir=ltr] .Toastify__toast-container--top-right{right:1em}[dir=rtl] .Toastify__toast-container--top-right{left:1em}.Toastify__toast-container--bottom-left{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-left{left:1em}[dir=rtl] .Toastify__toast-container--bottom-left{right:1em}.Toastify__toast-container--bottom-center{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-center{left:50%;transform:translateX(-50%)}[dir=rtl] .Toastify__toast-container--bottom-center{right:50%;transform:translateX(50%)}.Toastify__toast-container--bottom-right{bottom:1em}[dir=ltr] .Toastify__toast-container--bottom-right{right:1em}[dir=rtl] .Toastify__toast-container--bottom-right{left:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;margin:0}[dir=ltr] .Toastify__toast-container{left:0}[dir=rtl] .Toastify__toast-container{right:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}[dir=ltr] .Toastify__toast-container--rtl{right:0;left:auto}[dir=rtl] .Toastify__toast-container--rtl{left:0;right:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer}[dir=ltr] .Toastify__toast{direction:ltr}[dir=ltr] .Toastify__toast--rtl,[dir=rtl] .Toastify__toast{direction:rtl}[dir=rtl] .Toastify__toast--rtl{direction:ltr}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7}[dir=ltr] .Toastify__progress-bar{left:0;transform-origin:left}[dir=rtl] .Toastify__progress-bar{right:0;transform-origin:right}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}[dir=ltr] .Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}[dir=rtl] .Toastify__progress-bar--rtl{left:0;right:auto;transform-origin:left}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);animation:Toastify__spin .65s linear infinite}[dir=ltr] .Toastify__spinner{border-right-color:var(--toastify-spinner-color)}[dir=rtl] .Toastify__spinner{border-left-color:var(--toastify-spinner-color)}@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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.sidebar_v2_sidebar__2RDpo{--anim-dur:.1s;background-color:#011f3b;height:100%;position:relative;min-width:28rem;transition:all var(--anim-dur) linear;display:flex;flex-direction:column;justify-content:space-between;max-width:22%}.sidebar_v2_sidebar__2RDpo[data-collapsed=true]{min-width:8rem;max-width:8rem}.sidebar_v2_navImage__1z36s{filter:invert(1);width:2.5rem}[dir=ltr] .sidebar_v2_navImage__1z36s{margin-right:2rem}[dir=rtl] .sidebar_v2_navImage__1z36s{margin-left:2rem}.sidebar_v2_navlist__3tNbG{overflow-y:auto}.sidebar_v2_navlist__3tNbG[data-collapsed=true]{overflow:visible;overflow:initial}.sidebar_v2_navElement__292KA{transition:all var(--anim-dur) linear}.sidebar_v2_navElement__292KA:focus,.sidebar_v2_navElement__292KA div:focus{border:transparent;outline:none}.sidebar_v2_navElement__292KA div span{width:100%;display:flex;align-items:center}[dir=ltr] .sidebar_v2_navElement__292KA div span{margin-right:auto}[dir=rtl] .sidebar_v2_navElement__292KA div span{margin-left:auto}.sidebar_v2_navElement__292KA div::-webkit-details-marker{color:transparent}.sidebar_v2_navElement__292KA div img{width:1.5rem;transform:rotate(0deg);transition:all .2s ease-in-out}.sidebar_v2_navElement__292KA[open] div img{transform-origin:center;transition:all .2s ease-in-out}[dir=ltr] .sidebar_v2_navElement__292KA[open] div img{transform:rotate(-90deg)}[dir=rtl] .sidebar_v2_navElement__292KA[open] div img{transform:rotate(90deg)}.sidebar_v2_navElement__292KA div{font-size:1.6rem;padding:2rem;color:#e9ebff;display:flex;align-items:center}.sidebar_v2_navElement__292KA:not([open])[data-active=true] div{background-color:#b2c4fa!important;color:#011f3b;fill:#011f3b}.sidebar_v2_navElement__292KA[data-active=true][data-collapsed=true] div{background-color:#b2c4fa}.sidebar_v2_navElement__292KA[data-active=false] div,.sidebar_v2_navElement__292KA[data-active=true][data-collapsed=false] div,.sidebar_v2_navElement__292KA[data-active=true] div{background-color:#041f3b}.sidebar_v2_navElement__292KA[data-collapsed=true] div img{display:none}.sidebar_v2_navElement__292KA svg{width:2.5rem}[dir=ltr] .sidebar_v2_navElement__292KA svg{margin-right:2rem}[dir=rtl] .sidebar_v2_navElement__292KA svg{margin-left:2rem}.sidebar_v2_navElement__292KA[data-collapsed=true] svg{margin:auto;width:3.5rem}.sidebar_v2_navElement__292KA[data-collapsed=true] .sidebar_v2_navLabel__OnPr-{display:none}.sidebar_v2_navElement__292KA ul{padding:0;margin:0}.sidebar_v2_navElement__292KA:not([open])[data-active=true] svg path[fill="#DFE6F8"],.sidebar_v2_navElement__292KA[data-active=true][data-collapsed=true] svg path:not([fill=none]){fill:#011f3b}.sidebar_v2_navElement__292KA[data-active=true][data-collapsed=false] svg path:not([fill=none]){fill:#dfe6f8}.sidebar_v2_navElement__292KA:not([open])[data-active=true] svg path:not([fill=none]){fill:#011f3b}.sidebar_v2_navElement__292KA[data-active=false] svg path:not([fill=none]){fill:#dfe6f8}.sidebar_v2_navElement__292KA[data-active=true] svg path[stroke]{stroke:#011f3b}.sidebar_v2_navElement__292KA[data-active=false] svg path[stroke]{stroke:#dfe6f8}.sidebar_v2_navElement__292KA:not([open])[data-active=true] img{filter:invert(1)}.sidebar_v2_subNavElement__18mpv{height:6.5rem;display:flex;align-items:center;cursor:pointer;font-size:1.6rem;background-color:#000e1c}.sidebar_v2_subNavElement__18mpv[data-active=false]:hover a{background-color:#000!important}.sidebar_v2_subNavElement__18mpv[data-active=true],.sidebar_v2_subNavElement__18mpv[data-active=true] .sidebar_v2_sidebar_nav_link__2MLD9{background-color:#b2c4fa;color:#011f3b}.sidebar_v2_subNavElement__18mpv[data-active=false],.sidebar_v2_subNavElement__18mpv[data-active=false] .sidebar_v2_sidebar_nav_link__2MLD9{background-color:#000e1c;color:#e9ebff}.sidebar_v2_subNavElement__18mpv[data-disabled=true],.sidebar_v2_subNavElement__18mpv[data-disabled=true] .sidebar_v2_sidebar_nav_link__2MLD9{background-color:#000e1c;color:#666;cursor:not-allowed;opacity:.5}.sidebar_v2_navElement__292KA[data-disabled=true]{opacity:.5;cursor:not-allowed}.sidebar_v2_navElement__292KA[data-disabled=true] div{color:#666}.sidebar_v2_navElement__292KA[data-disabled=true] svg path:not([fill=none]){fill:#666}.sidebar_v2_navElement__292KA[data-disabled=true] svg path[stroke]{stroke:#666}.sidebar_v2_disabled__Tv19S{cursor:not-allowed}.sidebar_v2_sidebar_nav_link__2MLD9:hover{text-decoration:none}.sidebar_v2_sidebar_nav_link__2MLD9{padding:2rem;width:100%;text-decoration:none;border-bottom:1px solid transparent}.sidebar_v2_sidebar_nav_link__2MLD9 span{font-size:1.6rem;font-weight:600}.sidebar_v2_arrow_div__1GhZY{width:3.7rem;height:3.7rem;display:flex;justify-content:center;align-items:center;box-shadow:0 0 6px 0 rgba(0,0,0,.24);background-color:#a3b6ed;position:absolute;bottom:1.6rem;border-radius:50%;font-size:2rem;cursor:pointer;z-index:100}[dir=ltr] .sidebar_v2_arrow_div__1GhZY{right:-1.6rem}[dir=rtl] .sidebar_v2_arrow_div__1GhZY{left:-1.6rem}.sidebar_v2_toggle_switch__19yyZ{padding:1rem 0 3rem;transform-origin:center;transition:all var(--anim-dur) linear;transform:scale(1)}.sidebar_v2_toggle_switch__19yyZ[data-collapsed=true]{transform-origin:center;transform:scale(0)}.sidebar_v2_toggle_switch__19yyZ[data-collapsed=true] div>p{font-size:0}.sidebar_v2_text1__1MVjq,.sidebar_v2_text__OWnBJ{font-size:1.6rem;color:#e9ebff;font-weight:600;margin-bottom:0;position:absolute;transition:all var(--anim-dur) ease}[dir=ltr] .sidebar_v2_text1__1MVjq,[dir=ltr] .sidebar_v2_text__OWnBJ{left:26%}[dir=rtl] .sidebar_v2_text1__1MVjq,[dir=rtl] .sidebar_v2_text__OWnBJ{right:26%}.sidebar_v2_text1__1MVjq{color:#000e1c}[dir=ltr] .sidebar_v2_text1__1MVjq{left:17%}[dir=rtl] .sidebar_v2_text1__1MVjq{right:17%}.sidebar_v2_arrow_span__2VlNu{display:flex;justify-content:center;align-items:center}.sidebar_v2_slider__3d51W{height:5rem;width:80%;margin:auto;background-color:#000e1c;border-radius:25px;position:relative;display:flex;align-items:center;cursor:pointer;transition:all var(--anim-dur) ease}.sidebar_v2_switch__3R8Wj{height:4.5rem;width:4.5rem;border-radius:50%;position:absolute;transform:translateY(-50%);top:5%;border:1px solid #d2d4ef;transition:all .2s ease}.sidebar_v2_switch_left__WuzzU{background-color:#fff;transform:translateX(0)}[dir=ltr] .sidebar_v2_switch_left__WuzzU{left:2.5%}[dir=rtl] .sidebar_v2_switch_left__WuzzU{right:2.5%}.sidebar_v2_switch_right__3RaRJ{background-color:#000e1c}[dir=ltr] .sidebar_v2_switch_right__3RaRJ{left:98.5%;transform:translateX(-100%)}[dir=rtl] .sidebar_v2_switch_right__3RaRJ{right:98.5%;transform:translateX(100%)}.sidebar_v2_toggle_arrow__3Sqbr{display:flex;margin:0 auto;width:60%;height:100%}.sidebar_v2_switch_right__3RaRJ .sidebar_v2_toggle_arrow__3Sqbr{filter:invert(1)}[dir=ltr] .sidebar_v2_switch_right__3RaRJ .sidebar_v2_toggle_arrow__3Sqbr{transform:rotate(180deg)}[dir=rtl] .sidebar_v2_switch_right__3RaRJ .sidebar_v2_toggle_arrow__3Sqbr{transform:rotate(-180deg)}.sidebar_v2_as__2t9qu{font-size:1.4rem;color:#9ca6bf;font-weight:600;width:100%;margin:1rem auto;text-align:center;overflow:hidden;white-space:wrap;text-overflow:ellipsis}.sidebar_v2_navHolder__3ZOxX{position:relative;cursor:pointer}.sidebar_v2_navHolder__3ZOxX:hover>.sidebar_v2_floatingList__HaJmK{display:block;height:auto!important}.sidebar_v2_dockedList__2ZC6F{counter-reset:dropdown;display:block;margin:0;z-index:10;transition:all var(--anim-dur) linear;overflow-y:hidden}[dir=ltr] .sidebar_v2_dockedList__2ZC6F{text-align:left}[dir=rtl] .sidebar_v2_dockedList__2ZC6F{text-align:right}[dir=ltr] .sidebar_v2_dockedList__2ZC6F span{margin-left:6rem}[dir=rtl] .sidebar_v2_dockedList__2ZC6F span{margin-right:6rem}.sidebar_v2_floatingList__HaJmK{position:absolute;top:0;display:none;width:20rem;z-index:10}[dir=ltr] .sidebar_v2_floatingList__HaJmK{left:100%;padding:0 0 0 1rem}[dir=rtl] .sidebar_v2_floatingList__HaJmK{right:100%;padding:0 1rem 0 0}.sidebar_v2_floatingList__HaJmK span{margin:0}.sidebar_v2_no_permissions__3ayne{color:#fff;font-size:1.8rem;padding:1rem;margin-top:2rem;text-align:center}.sidebar_v2_hidden__AZic6{display:none}@media only screen and (min-width:1025px){.sidebar_v2_backdrop__HemOW{display:none}.sidebar_v2_sidebar__2RDpo{transform:none!important}}@media only screen and (max-width:1024px){.sidebar_v2_backdrop__HemOW{z-index:18;width:100vw!important;background-color:#0a0b0cba;height:100vh!important;position:fixed;top:0}[dir=ltr] .sidebar_v2_backdrop__HemOW{left:0}[dir=rtl] .sidebar_v2_backdrop__HemOW{right:0}.sidebar_v2_sidebar__2RDpo{position:relative;width:80%;max-width:255px;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);z-index:20;position:fixed;top:0}[dir=ltr] .sidebar_v2_sidebar__2RDpo{left:0}[dir=rtl] .sidebar_v2_sidebar__2RDpo{right:0}.sidebar_v2_arrow_div__1GhZY{display:none}.sidebar_v2_text1__1MVjq,.sidebar_v2_text__OWnBJ{font-size:1.8rem}.sidebar_v2_as__2t9qu,.sidebar_v2_signemail__2hLNX{margin:1rem auto 3rem}}.sidebar_v2_navlist__3tNbG::-webkit-scrollbar{width:0!important}@keyframes sidebar_v2_gradient__66hQ4{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.sidebar_v2_sidebarStandBy__3JEuY{display:flex;flex-direction:column;justify-content:space-evenly}.sidebar_v2_navStandBy__P8zac{background-color:#000e1c;width:85%;margin:0 auto;padding:1.5rem;border-radius:5px}.sidebar_v2_standby_animation__3B7A1{animation:sidebar_v2_gradient__66hQ4 2s ease infinite}[dir=ltr] .sidebar_v2_standby_animation__3B7A1{background:linear-gradient(-45deg,#000e1c,#151e27,#1d2429,#000e1c)}[dir=rtl] .sidebar_v2_standby_animation__3B7A1{background:linear-gradient(45deg,#000e1c,#151e27,#1d2429,#000e1c)}[dir] .sidebar_v2_standby_animation__3B7A1{background-size:400% 400%}.button_custom_color_light_border__37lKV,.button_delete_button__OTkcT,.button_dropdown_button__3_6EE,.button_main_border__3u246,.button_main_div__gG7pi,.button_next_button__1a03I,.button_previous_button__1nmSv{height:4rem;width:11rem;border-radius:4px;display:flex;justify-content:center;align-items:center;color:#fff;font-size:1.6rem;font-weight:600;font-weight:700;cursor:pointer;font-family:Open Sans,sans-serif!important;background-color:#2a3aff;border:none;padding-inline:1rem}[dir=ltr] .button_custom_color_light_border__37lKV,[dir=ltr] .button_delete_button__OTkcT,[dir=ltr] .button_dropdown_button__3_6EE,[dir=ltr] .button_main_border__3u246,[dir=ltr] .button_main_div__gG7pi,[dir=ltr] .button_next_button__1a03I,[dir=ltr] .button_previous_button__1nmSv{margin-left:0;margin-right:1.5rem}[dir=rtl] .button_custom_color_light_border__37lKV,[dir=rtl] .button_delete_button__OTkcT,[dir=rtl] .button_dropdown_button__3_6EE,[dir=rtl] .button_main_border__3u246,[dir=rtl] .button_main_div__gG7pi,[dir=rtl] .button_next_button__1a03I,[dir=rtl] .button_previous_button__1nmSv{margin-right:0;margin-left:1.5rem}.button_custom_color_light_border__37lKV:last-child,.button_custom_color_light_border__37lKV:only-child,.button_delete_button__OTkcT:last-child,.button_delete_button__OTkcT:only-child,.button_dropdown_button__3_6EE:last-child,.button_dropdown_button__3_6EE:only-child,.button_main_border__3u246:last-child,.button_main_border__3u246:only-child,.button_main_div__gG7pi:last-child,.button_main_div__gG7pi:only-child,.button_next_button__1a03I:last-child,.button_next_button__1a03I:only-child,.button_previous_button__1nmSv:last-child,.button_previous_button__1nmSv:only-child{margin-left:0!important;margin-right:0!important}.button_button_container__3tfW_{position:relative;border:none;padding:0}[dir=ltr] .button_button_container__3tfW_{margin-left:0;margin-right:1.5rem}[dir=rtl] .button_button_container__3tfW_{margin-right:0;margin-left:1.5rem}.button_button_container__3tfW_:disabled{filter:grayscale(1) brightness(1.7);pointer-events:none;cursor:not-allowed}.button_dropdown_button__3_6EE{padding:0 1rem;width:auto;text-decoration:none;margin:0!important}.button_dropdown_button__3_6EE:hover{color:#fff;text-decoration:none;background-color:#2464f5}.button_button_secondary__qadAs .button_dropdown_button__3_6EE{color:#2a3aff;background-color:#fff;border:1px solid #2a3aff}.button_arrow__A9U3K>img{transform:rotate(90deg);filter:invert(1)}.button_arrow__A9U3K{margin-bottom:2px}[dir=ltr] .button_arrow__A9U3K{padding:0 0 0 5px;border-left:1px solid #fff}[dir=rtl] .button_arrow__A9U3K{padding:0 5px 0 0;border-right:1px solid #fff}.button_button_secondary__qadAs .button_arrow__A9U3K>img{filter:invert(.5)}[dir=ltr] .button_button_secondary__qadAs .button_arrow__A9U3K{border-left:1px solid #2a3aff}[dir=rtl] .button_button_secondary__qadAs .button_arrow__A9U3K{border-right:1px solid #2a3aff}.button_button_text__3eDhO{width:100%;height:100%;display:flex;align-items:center;text-align:center;margin:0;cursor:pointer}[dir=ltr] .button_button_text__3eDhO{padding:0 2rem 0 1rem}[dir=rtl] .button_button_text__3eDhO{padding:0 1rem 0 2rem}.button_button_options__1VvYN{position:absolute;width:100%;padding:5px 0;list-style-type:none;background-color:#2a3aff;margin:5px 0 0;border-radius:5px;min-width:20rem;max-width:90vw;cursor:pointer;box-shadow:0 3px 6px 0 #00000045;overflow:auto;z-index:9999}[dir=ltr] .button_button_options__1VvYN{border-top-right-radius:0;right:0}[dir=rtl] .button_button_options__1VvYN{border-top-left-radius:0;left:0}.button_button_options__1VvYN>li{font-size:1.6rem;font-weight:600;padding:2px 1rem;color:#d8e4f9}[dir=ltr] .button_button_options__1VvYN>li{text-align:left}[dir=rtl] .button_button_options__1VvYN>li{text-align:right}.button_button_options__1VvYN>li:nth-child(2n){background-color:#2c40e6}.button_button_options__1VvYN>li:hover{background-color:#202dc3}.button_previous_button__1nmSv{color:#0f7aa7;background-color:#edf9ff;border:1px solid #a2e4ff}.button_previous_button__1nmSv:hover{background-color:#56bdf1;color:#fff}.button_next_button__1a03I{background-color:#acf5b1;color:#006307;border:1px solid #01ea13}.button_next_button__1a03I:hover{background-color:#61da69;color:#fff}.button_delete_button__OTkcT{background-color:#f5b3b3;color:#bd0000;border:1px solid #f9a0b1}.button_delete_button__OTkcT:hover{background-color:#ff4568;color:#fff}[dir=ltr] .button_custom_color_light_border__37lKV:active,[dir=ltr] .button_main_border__3u246:active,[dir=ltr] .button_main_div__gG7pi:active{box-shadow:2px 2px 2px #ccc}[dir=rtl] .button_custom_color_light_border__37lKV:active,[dir=rtl] .button_main_border__3u246:active,[dir=rtl] .button_main_div__gG7pi:active{box-shadow:-2px 2px 2px #ccc}.button_custom_color_light_border__37lKV:focus,.button_main_border__3u246:focus,.button_main_div__gG7pi:focus{outline:none}.button_custom_color_light_border__37lKV:disabled,.button_delete_button__OTkcT:disabled,.button_main_border__3u246:disabled,.button_main_div__gG7pi:disabled,.button_next_button__1a03I:disabled,.button_previous_button__1nmSv:disabled{background-color:#ddd!important;cursor:not-allowed;pointer-events:none;border:none;color:rgba(70,80,110,.7)}.button_main_div__gG7pi:hover{background-color:#212ece}.button_main_border__3u246{color:#2a3aff;background-color:#fff;border:1px solid #2a3aff}.button_main_border__3u246:hover{background-color:#2a3aff;color:#fff}.button_custom_color_light_border__37lKV{border:1px solid #bdc4d0;background-color:#fff;color:#4a4848}.button_custom_color_light_border__37lKV:hover{background-color:#bdc4d0;color:#4a4848}.header_main_header__3B44A{width:100%;z-index:1000;grid-area:header;position:relative}.header_main_div__2KDDA{width:100%;height:8rem;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);background-color:#fff;z-index:15;display:flex;justify-content:space-between;align-items:center;top:0}[dir=ltr] .header_main_div__2KDDA{padding:0 6rem 0 4rem;left:0}[dir=rtl] .header_main_div__2KDDA{padding:0 4rem 0 6rem;right:0}.header_header_info__2r1ch{font-size:18px;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;color:#e9ebff}[dir=ltr] .header_header_info__2r1ch{text-align:left}[dir=rtl] .header_header_info__2r1ch{text-align:right}.header_test_mode__3q6Mo{position:absolute;top:0;width:100%;text-align:center;border-top:1px solid #f40}[dir=ltr] .header_test_mode__3q6Mo{right:0}[dir=rtl] .header_test_mode__3q6Mo{left:0}.header_test_mode_pill__QHQPL{font-size:1.3rem;font-weight:700;line-height:1.4rem;background-color:#f40;color:#fff;border-radius:0 0 4px 4px;padding:2px 10px}.header_header_click__1SV7O{background-color:#fff;border-radius:4px;border:none;font-family:Open Sans;font-size:1.8rem;font-weight:600;font-stretch:normal;font-style:normal;line-height:1.33;letter-spacing:normal;color:#01182f;padding:1rem 2.2rem;text-decoration:none;display:inline-block;cursor:pointer}[dir=ltr] .header_header_click__1SV7O{text-align:left}[dir=rtl] .header_header_click__1SV7O{text-align:right}[dir] .header_header_click__1SV7O{text-align:center}.header_actionWrapper__9K_nD{flex-basis:24rem;justify-content:flex-end}.header_actionWrapper__9K_nD,.header_user_image_div__25QIm{display:flex;align-items:center}.header_user_name__E9nch{font-size:2rem;font-weight:400;line-height:1.35;color:#404040;margin-bottom:0;display:none}[dir=ltr] .header_user_name__E9nch{margin-right:1.6rem}[dir=rtl] .header_user_name__E9nch{margin-left:1.6rem}.header_user_image_bg__luG_J{width:5.4rem;height:5.4rem;-o-object-fit:contain;object-fit:contain;background-color:#ccc;border-radius:100%}.header_user_logout__1xkCF{display:flex;align-items:center;justify-content:flex-start}.header_logout_icon__1fuHl{fill:#2a3aff}.header_logout_icon__1fuHl:hover{color:#212ece;fill:#212ece}.header_icon__Ewk2i{fill:#404040;cursor:pointer}.header_icon__Ewk2i:hover,.header_icon__Ewk2i:hover~.header_logout_text__82LPt,.header_logout_text__82LPt:hover~.header_icon__Ewk2i{color:#212ece;fill:#212ece}.header_locale_holder__1ETqf{display:flex;align-items:center;cursor:pointer;position:relative;background-color:#e9ebfd;border-radius:3px}[dir=ltr] .header_locale_holder__1ETqf{margin-right:2rem;padding:7px 5px 7px 7px}[dir=rtl] .header_locale_holder__1ETqf{margin-left:2rem;padding:7px 7px 7px 5px}.header_current_locale__2URJ8{font-size:1.6rem;display:flex;justify-content:space-between;align-items:center;margin:0}.header_current_locale__2URJ8>img{transform:rotate(90deg);width:2rem;filter:opacity(.6)}[dir=ltr] .header_current_locale__2URJ8>img{margin-left:5px}[dir=rtl] .header_current_locale__2URJ8>img{margin-right:5px}.header_locale_holder__1ETqf>summary::-webkit-details-marker{display:none}.header_local_options__1NLYd{position:absolute;top:100%;list-style-type:none;box-shadow:0 3px 6px 0 rgb(0 0 0/16%);background-color:#fff;padding:0}[dir=ltr] .header_local_options__1NLYd{left:0;text-align:left}[dir=rtl] .header_local_options__1NLYd{right:0;text-align:right}.header_local_options__1NLYd>li{border-bottom:1px solid #d3d3d3;font-size:1.6rem}.header_local_options__1NLYd>li a{display:block;padding:.5rem 1.5rem}.header_profile_pic_wrapper__1hdpj{border-radius:50%;height:4.3rem;width:4.3rem;background-color:#7fa079;cursor:pointer;position:relative;display:flex;justify-content:center;align-items:center;font-size:2.7rem;color:#fff}.header_dropdown_menu__38hoq{position:absolute;top:7rem;display:flex;flex-direction:column;background-color:#fff;box-shadow:0 3px 6px 0 rgba(0,0,0,.16);border-radius:1rem;z-index:9999}[dir=ltr] .header_dropdown_menu__38hoq{right:6.7rem}[dir=rtl] .header_dropdown_menu__38hoq{left:6.7rem}.header_dropdown_menu__38hoq span{padding:1.2rem 2.5rem;font-size:1.6rem;font-weight:700;line-height:1.38;color:#7b8295;cursor:pointer}.header_dropdown_menu__38hoq span:hover{background-color:var(--faint-grey)}@media only screen and (min-width:1025px){.header_hamburder_icon__1lWzJ{display:none}}@media only screen and (max-width:480px){[dir=ltr] .header_main_div__2KDDA{padding:0 2rem 0 .8rem}[dir=rtl] .header_main_div__2KDDA{padding:0 .8rem 0 2rem}.header_hero_div__27qF6{display:flex;flex-direction:column}.header_hero_info__wTPP5{width:100%}}.header_team_info__17S7r{font-size:1.4rem;color:#404040;margin:0;font-weight:600;white-space:nowrap}.header_signemail__gsyYJ{font-size:1.8rem;color:#021f3b;font-weight:600;margin-bottom:0;text-align:center;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.header_user_detail__13RGZ{display:flex;flex-direction:column;align-items:flex-end}[dir=ltr] .header_user_detail__13RGZ{margin-right:2rem}[dir=rtl] .header_user_detail__13RGZ{margin-left:2rem}.header_dropdown_group__3xzLj{display:flex;flex-direction:row;justify-content:flex-start}.header_disabled__2vBbl{cursor:not-allowed!important;opacity:.5}.header_dropdown_group__3xzLj p{margin-top:.4rem}.header_icon_dropdown__2qIXW{width:25px;height:25px;opacity:.6;fill:#ccc}[dir=ltr] .header_icon_dropdown__2qIXW{margin-right:2rem}[dir=rtl] .header_icon_dropdown__2qIXW{margin-left:2rem}.header_options__-kThf{display:flex;flex-direction:row;align-items:center}.header_options__-kThf img{width:10px;height:10px;filter:invert(100%) sepia(93%) saturate(1352%) hue-rotate(87deg) brightness(119%) contrast(119%);opacity:.5;cursor:pointer}[dir=ltr] .header_options__-kThf img{margin-left:.5rem}[dir=rtl] .header_options__-kThf img{margin-right:.5rem}@media screen and (max-width:420px){.header_user_detail__13RGZ{display:none}}.bottomBanner_subscribe_btn__3RYHn{font-family:Open Sans,sans-serif;font-weight:600;font-size:1.5rem!important;color:#fff;background:#2a3aff!important;padding:5px 10px;border-radius:5px;text-decoration:none}.bottomBanner_subscribe_btn__3RYHn:hover{background:#2464f5;color:#fff;text-decoration:none}.layout_content__3EbwV{height:100vh;width:100vw;display:grid;grid-gap:0;gap:0;grid-template-rows:8rem calc(100vh - 8rem);grid-template-columns:auto 1fr;grid-template-areas:"header header" "sidebar content"}[dir=ltr] .layout_content__3EbwV{text-align:left}[dir=rtl] .layout_content__3EbwV{text-align:right}.layout_content__3EbwV[data-header=false]{grid-template-rows:1fr;grid-template-areas:"sidebar content"}.layout_container__2yT5o{display:flex;flex-flow:nowrap;justify-content:space-between;width:100%;height:100%;overflow:hidden;grid-area:content}.layout_main__3O2ar{width:100%;height:100%}@media only screen and (max-width:1025px){.layout_content__3EbwV{grid-template-columns:1fr;grid-template-areas:"header" "content"}.layout_content__3EbwV[data-header=false]{grid-template-rows:1fr;grid-template-areas:"content"}}html{width:100vw;overflow-x:hidden}body,html{color:#404040;padding:0;margin:0;font-family:Open Sans,sans-serif;font-size:62.5%;--light-grey:#ededed;--slate-grey:#7b8295;--dark_blue:#2a6aff;--pale-yellow:#ffc900;--pastel-blue:#a3b6ed;--slate-blue:#9ca6bf;--pastel-red:#f78e8e;--pale-green:#40f24d;--pale-blue:#e9ebff;--faint-grey:#f7f7f7}kbd{background-color:#eee;border-radius:3px;border:1px solid #b4b4b4;box-shadow:0 1px 1px rgb(0 0 0/20%),inset 0 2px 0 0 rgb(255 255 255/70%);color:#333;display:inline-block;font-size:.85em;font-weight:700;line-height:1;padding:2px 4px;white-space:nowrap}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.toast-container{top:0!important;transform:translateY(9rem);z-index:2000!important}.toast-message{border-radius:5px!important}.toast-message-container{width:auto!important;max-width:70rem!important;bottom:50%!important;min-width:33rem!important}.toast-message .title{font-size:1.3rem;margin-bottom:0!important}.Toastify__toast-container{width:auto!important;max-width:70rem!important;min-width:33rem!important}.Toastify__toast-body{font-size:1.55rem!important;font-weight:500;color:#1b1b1b}.container_wrapper{height:100%}[dir=ltr] .container_wrapper{text-align:left}[dir=rtl] .container_wrapper{text-align:right}.container_top{display:flex;justify-content:space-between;box-shadow:0 0 5px 0 rgba(0,0,0,.16);clip-path:inset(-3px 0 -150px 0);padding:2rem 4rem!important;position:sticky;top:0;background-color:#fff;z-index:5;margin:0 2rem;border:1px solid #fff;align-items:center}.container_header{font-size:2rem;font-weight:700;color:#2a3aff;margin-bottom:0}.container_header_item{display:flex;align-items:center}.container_header_item>button:last-child,.container_header_item>button:last-child a,a:first-child[tabindex="-1"]{margin-left:0!important;margin-right:0!important}.policy{padding:8rem 4rem 4rem;font-size:2rem;height:100%;overflow:auto}[dir=ltr] .policy{text-align:left}[dir=rtl] .policy{text-align:right}.policy h1{font-size:4rem}.policy h1,.policy h2{font-weight:700;margin:3rem 0 1rem;color:#5a5e67}.policy h2{font-size:3rem}.policy h3{font-size:2rem;font-weight:700;color:#5a5e67;margin:3rem 0 1rem}@media only screen and (max-width:1100px){html{font-size:50%}.toast-container{transform:translateY(10rem)}}*{box-sizing:border-box}.cXcRCo,.eQmQXs{z-index:1;border:1px solid #ccc!important}.kqzMit{border-bottom:1px solid #ccc!important}@media(min-width:1024px){body,html{font-size:55%}}@media(min-width:1920px){body,html{font-size:62%}}@media(min-width:2559px){body,html{font-size:100%}}@media(max-width:767px){.container_top{flex-direction:column;width:100%;margin:0 auto}[dir=ltr] .container_top{padding-left:3rem}[dir=rtl] .container_top{padding-right:3rem}}@media(max-width:378){[dir=ltr] .cXcRCo{left:-2.6rem}[dir=rtl] .cXcRCo{right:-2.6rem}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#ccc;border-radius:5px;position:absolute}::-webkit-scrollbar-thumb:hover{background:#999898}::-webkit-scrollbar-track{display:none}.PhoneInputInput{background-color:#f3f7ff;border:none;width:100%;color:#404040;font-size:1.6rem}[dir=ltr] .PhoneInputInput{padding-left:1rem;border-top-right-radius:5px;border-bottom-right-radius:5px}[dir=rtl] .PhoneInputInput{padding-right:1rem;border-top-left-radius:5px;border-bottom-left-radius:5px}.PhoneInputInput::-moz-placeholder{color:#a3b6ed}.PhoneInputInput::placeholder{color:#a3b6ed}.PhoneInput{border:1px solid #d6e4ff;border-radius:5px;display:flex;justify-content:space-between;align-items:stretch;min-height:4rem}.PhoneInputCountrySelect{width:100%;height:100%;border:none;background-color:transparent;color:transparent;position:absolute}[dir=ltr] .PhoneInputCountrySelect{left:0}[dir=rtl] .PhoneInputCountrySelect{right:0}.PhoneInputCountryText{color:#404040}.PhoneInputCountry{display:flex;max-width:5rem;position:relative;align-items:stretch;margin:0;padding:0 5px;font-size:1.6rem;background-color:#fff}[dir=ltr] .PhoneInputCountry{border-right:1px solid #d6e4ff;border-top-left-radius:5px;border-bottom-left-radius:5px}[dir=rtl] .PhoneInputCountry{border-left:1px solid #d6e4ff;border-top-right-radius:5px;border-bottom-right-radius:5px}.PhoneInputCountryIconUnicode{font-size:2.5rem}.PhoneInputCountrySelectArrow{display:none}[dir=ltr] iframe[id=launcher],[dir=ltr] iframe[id=webWidget]{left:auto!important;right:0!important}[dir=rtl] iframe[id=launcher],[dir=rtl] iframe[id=webWidget]{right:auto!important;left:0!important}iframe[id=launcher][style*="width: 240px;"]{width:110px!important}#autocomplete-select,.autocomplete-select input,.outlined-basic input,.outlined-basic label,div#demo-simple-select{line-height:2rem;font-size:1.4rem}.MuiPaper-root ul li{font-size:1.5rem}.primary-filter legend,.secondary-filter legend{font-size:1.1rem!important}.basicDatePicker{background:#fff}[dir=ltr] .basicDatePicker label.Mui-focused,[dir=ltr] .basicDatePicker label.MuiFormLabel-filled{transform:translate(14px,-9px) scale(.75)}[dir=rtl] .basicDatePicker label.Mui-focused,[dir=rtl] .basicDatePicker label.MuiFormLabel-filled{transform:translate(-14px,-9px) scale(.75)}.MuiButtonBase-root.MuiPickersDay-root.MuiPickersDay-dayWithMargin,.MuiPickersCalendarHeader-label,.MuiPickersYear-root button,.MuiTypography-root.MuiTypography-caption.MuiDayCalendar-weekDayLabel{font-size:1.5rem}.MuiButtonBase-root.MuiIconButton-root.MuiIconButton-sizeSmall svg{font-size:2rem}.secondary-filter fieldset{border-color:#2a3aff}.secondary-filter label{color:#2a3aff}.mui-auto-select input{width:auto!important}.modal_main_div__12TJn{max-width:80%;max-height:100%;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1500;background-color:#fff;border-radius:8px}.modal_animationFadeIn__2zLHX{animation:modal_fadeIn__79utB .3s}.modal_animationFadeOut__3e2Mh{animation:modal_fadeOut__2MPif .3s}.modal_shake__3s7dH{animation:modal_shake__3s7dH .3s}@keyframes modal_shake__3s7dH{0%{transform:translate(calc(-50% - 30px),-50%)}20%{transform:translate(calc(-50% - -30px),-50%)}40%{transform:translate(calc(-50% - 15px),-50%)}60%{transform:translate(calc(-50% - -15px),-50%)}80%{transform:translate(calc(-50% - 8px),-50%)}to{transform:translate(calc(-50% - 0px),-50%)}}@keyframes modal_fadeIn__79utB{0%{opacity:0;transform:translate(-50%,-75%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes modal_fadeOut__2MPif{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-75%)}}.backdrop_backdrop__2xGZ6{width:100%;height:100%;position:fixed;top:0;z-index:1000;background-color:#000000c2}[dir=ltr] .backdrop_backdrop__2xGZ6{left:0}[dir=rtl] .backdrop_backdrop__2xGZ6{right:0}.backdrop_animationFadeIn__3yA_n{animation:backdrop_fadeIn__2Oerq .3s}.backdrop_animationFadeOut__1g3nu{animation:backdrop_fadeOut__3webQ .3s}@keyframes backdrop_fadeIn__2Oerq{0%{opacity:0}to{opacity:1}}@keyframes backdrop_fadeOut__3webQ{0%{opacity:1}to{opacity:0}}.AmountInWords_summary_item_label__1pDvS{display:flex;align-items:center;justify-content:flex-end;width:100%;font-size:1.6rem;padding-bottom:1rem}.AmountInWords_summary_item_value__2H8r7{display:flex;justify-content:space-between;margin:0}.AmountInWords_summary_item_label__1pDvS>*{margin:0}.standardInvoice_main__3vPPE *{color:#36495c}.standardInvoice_main__3vPPE p{margin-bottom:0}.standardInvoice_main__3vPPE article,.standardInvoice_main__3vPPE section{width:100%}.standardInvoice_main__3vPPE th,.standardInvoice_main__3vPPE tr{vertical-align:top}.standardInvoice_label__32Kpi{font-size:11px;font-weight:600}.standardInvoice_value__1A5ld{font-size:11px;font-weight:400}[dir=ltr] .standardInvoice_rtl__2MTZx{text-align:right!important}[dir=ltr] .standardInvoice_ltr__1a2iF,[dir=rtl] .standardInvoice_rtl__2MTZx{text-align:left!important}[dir=rtl] .standardInvoice_ltr__1a2iF{text-align:right!important}.standardInvoice_column-2-layout__2mIai{width:100%;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:nowrap;align-items:stretch;flex-basis:0}.standardInvoice_column-2-layout__2mIai>article{width:50%}.standardInvoice_row-2-layout__1wlTz{width:100%;display:flex;flex-direction:column;justify-content:space-between;flex-wrap:nowrap;align-items:stretch}.standardInvoice_flex-column__1q8oJ{display:flex;flex-direction:column}.standardInvoice_flex-between__2hIfn{display:flex;justify-content:space-between;align-items:center}.standardInvoice_flex-start__2Sm-b{display:flex;justify-content:flex-start;align-items:center}.standardInvoice_flex-end__3LJvv{display:flex;justify-content:flex-end;align-items:center}.standardInvoice_column__Xmqf5{width:50%;display:block}.standardInvoice_column-padding__1eYOa{padding:30px}.standardInvoice_row-flex__1sjhQ{width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.standardInvoice_document-title__1Fgnn,.standardInvoice_header__QFNnP{width:100%;display:flex;justify-content:space-between;align-items:flex-start}.standardInvoice_document-title__1Fgnn{font-weight:700;font-size:18px}.standardInvoice_document-title__1Fgnn>span{white-space:nowrap;display:block}.standardInvoice_bg_left__3jFvB{background-color:var(--bg_left)}.standardInvoice_bg_left__3jFvB *{color:var(--text_primary)}.standardInvoice_bg_right__1JIUr{background-color:var(--bg_right);color:var(--text_primary)}.standardInvoice_bg_right__1JIUr *{color:var(--text_primary)}.standardInvoice_bg_accent__1tVdk{background-color:var(--bg_accent)}.standardInvoice_text_accent__27a1A{color:var(--text_accent)}.standardInvoice_sub-header__fZZJj{font-weight:600;width:100%;display:flex;justify-content:space-between;align-items:flex-start;font-size:15px;margin-bottom:11px}.standardInvoice_sub-header__fZZJj>span{white-space:nowrap;display:block;color:var(--text_primary)}.standardInvoice_block__1ETCe{width:100%;display:block}.standardInvoice_list__2w5GE{width:100%;padding:0;margin:0;list-style-type:none}.standardInvoice_list__2w5GE>li{margin-bottom:4px}.standardInvoice_total-box__19crw{width:100%;margin-top:5px;padding:20px 20px 10px;background-color:var(--bg_document_total);border-radius:5px;color:#fff}.standardInvoice_total-box__19crw *{color:var(--text_document_total);font-size:12px}.standardInvoice_logo_div__4y4jG{max-height:60px;margin-bottom:5px}.standardInvoice_logo_div__4y4jG>img{max-height:60px;max-width:100%}.standardInvoice_company_name__zEqxy{width:100%;font-weight:600;font-size:20px}.standardInvoice_address__wj8Li{width:100%;font-size:11px;margin-block-end:15px!important;white-space:normal}.standardInvoice_qr_code_wrapper__1LlQz{width:150px;margin-top:25px}[dir=ltr] .standardInvoice_qr_code_wrapper__1LlQz{margin-left:auto}[dir=rtl] .standardInvoice_qr_code_wrapper__1LlQz{margin-right:auto}.standardInvoice_qr_code_wrapper__1LlQz>img{width:150px;max-width:100%}.standardInvoice_never-break-before__1ZVpm{page-break-before:avoid}.standardInvoice_never-break-inside__1FUGb{page-break-inside:avoid}.standardInvoice_always-break-before__ScoKH{page-break-before:always}.standardInvoice_table__9GGRF,.standardInvoice_the-table__1bYRt{table-layout:fixed;overflow-wrap:break-word;border-collapse:collapse}.standardInvoice_the-table__1bYRt>thead{background-color:var(--bg_table_header)}.standardInvoice_table__9GGRF *,.standardInvoice_the-table__1bYRt *{font-size:11px}.standardInvoice_alternate-row-color__1ebrg:nth-child(2n){background:rgba(0,0,0,.16)}.standardInvoice_alternate-row-color__1ebrg:nth-child(odd){background:rgba(0,0,0,.04)}.standardInvoice_alternate-row-color2__1k80_:nth-child(2n){background:rgba(0,0,0,.16)}.standardInvoice_th__JLkAO{padding:22px 9px;font-weight:600;color:#46506e;white-space:nowrap;border:2px solid #fff}[dir=ltr] .standardInvoice_th__JLkAO{text-align:right}[dir=rtl] .standardInvoice_th__JLkAO{text-align:left}.standardInvoice_th__JLkAO>span{display:block;color:var(--text_table_header)}[dir=ltr] .standardInvoice_th__JLkAO>span{text-align:right}[dir=rtl] .standardInvoice_th__JLkAO>span{text-align:left}.standardInvoice_td__1YDnL{vertical-align:top;padding:10px 9px;font-weight:400;border:2px solid var(--bg_table_header)}[dir=ltr] .standardInvoice_td__1YDnL{text-align:right}[dir=rtl] .standardInvoice_td__1YDnL{text-align:left}.standardInvoice_text_table_header_secondary__2u2hz{color:var(--text_table_header);filter:contrast(.5)}[dir=ltr] .standardInvoice_td__1YDnL:first-child,[dir=ltr] .standardInvoice_th__JLkAO:first-child{padding-left:30px}[dir=ltr] .standardInvoice_td__1YDnL:last-child,[dir=ltr] .standardInvoice_th__JLkAO:last-child,[dir=rtl] .standardInvoice_td__1YDnL:first-child,[dir=rtl] .standardInvoice_th__JLkAO:first-child{padding-right:30px}[dir=rtl] .standardInvoice_td__1YDnL:last-child,[dir=rtl] .standardInvoice_th__JLkAO:last-child{padding-left:30px}.standardInvoice_grey-text__1gw0P,.standardInvoice_grey-text__1gw0P *{color:var(--text_secondary)!important}.standardInvoice_dont-break-word__2O5im{white-space:nowrap}.standardInvoice_new-page__1Ym2t{display:block;width:100%}.standardInvoice_color_light_slate_grey__nA8ei{background-color:#dae0e5}.previewEnglish_row__9-d1V{margin:auto 0 .3rem;display:flex;width:100%;justify-content:flex-end}[dir=ltr] .previewEnglish_row__9-d1V{margin-left:0}[dir=rtl] .previewEnglish_row__9-d1V{margin-right:0}.previewEnglish_main_div__y-5Jf{display:flex;justify-content:space-between;flex-direction:column;width:595px;height:842px;padding:0;margin:0;font-family:Open Sans,sans-serif;--font-scale:0.8}.previewEnglish_key__1Mp41{font-weight:600;font-size:calc(var(--font-scale, 1) * 1rem);display:flex;justify-content:space-between;width:100%!important}.previewEnglish_article_left__16Ief{width:40%}@media (max-width:1100px){.previewEnglish_main_div__y-5Jf{width:595px;height:842px;padding:0;margin:0;font-family:Open Sans,sans-serif;--font-scale:1}}.preview_from_to__3HHC7{color:#7b8295;white-space:nowrap}.preview_previewContainer__2ELyA{background-color:#fff;border-radius:.1px;height:auto!important}.preview_previewContainer__2ELyA::-webkit-scrollbar{scrollbar-width:0!important;width:0!important;background:transparent!important;display:none!important}#preview_invoice_wrapper__3uynN{margin:auto}.preview_main_div__2pVns{display:flex;justify-content:space-between;flex-direction:column;width:595px;height:842px;padding:0;margin:0;font-family:Open Sans,sans-serif;--font-scale:0.8}.preview_header__39pSF{background-color:#f3f7ff;padding:calc(var(--font-scale, 1) * 3rem) calc(var(--font-scale, 1) * 4rem) calc(var(--font-scale, 1) * 1rem) calc(var(--font-scale, 1) * 4rem)}.preview_paragraph_text__Bg1o7{font-size:calc(var(--font-scale, 1) * 1rem);font-weight:400}.preview_section1__18TDd{justify-content:space-between;align-items:flex-start;display:flex;font-family:Open Sans,sans-serif;color:#404040;margin-bottom:1rem}.preview_labels__2Oi68{font-weight:600;font-size:calc(var(--font-scale, 1) * 1rem)}.preview_invoice_date_number__3EzoP>.preview_row__3ftA6>span{font-size:calc(var(--font-scale, 1) * 1.3rem)}.preview_invoice_date_number__3EzoP>.preview_row__3ftA6:last-child{margin-bottom:0}.preview_values__2Pcmr{font-weight:400;display:flex;flex-direction:column;justify-content:space-between}[dir=ltr] .preview_values__2Pcmr{text-align:left}[dir=rtl] .preview_values__2Pcmr{text-align:right}.preview_header_section_1__L2B9u{display:flex;align-items:center;width:45%}.preview_logo_wrapper__3Dqlr{width:calc(var(--font-scale, 1) * 8rem);display:flex;justify-content:space-around;align-items:center;background-color:#f3f7ff}[dir=ltr] .preview_logo_wrapper__3Dqlr{margin-right:1rem}[dir=rtl] .preview_logo_wrapper__3Dqlr{margin-left:1rem}.preview_image__C3M2n{width:100%}.preview_notes_remarks__29W8p{width:45%;align-items:flex-start}.preview_notes_remarks__29W8p,.preview_signature__td1GC{display:flex;justify-content:space-between;flex-direction:column}.preview_signature__td1GC{width:35%;padding-bottom:1.5rem}[dir=ltr] .preview_signature__td1GC{text-align:left}[dir=rtl] .preview_signature__td1GC{text-align:right}.preview_signature__td1GC h2{white-space:pre-wrap;text-align:center}.preview_signature_holder__2Vstz{border-bottom:2px solid #9ca6bf;display:flex;justify-content:center;align-items:center;padding:1rem}.preview_company_name__1_F8t{font-size:calc(var(--font-scale, 1) * 1.7rem);font-weight:600;margin:auto 0 1rem;display:flex;justify-content:space-between;align-items:flex-start}.preview_billed_by_address__3HhiV{font-size:calc(var(--font-scale, 1) * 1rem)}.preview_billed_by__eqdYq{display:flex;flex-direction:column}.preview_billed_by__eqdYq>.preview_row__3ftA6:last-child{margin-bottom:0}.preview_row__3ftA6{margin:auto 0 .3rem;display:flex;justify-content:space-between;width:100%}[dir=ltr] .preview_row__3ftA6{margin-left:0}[dir=rtl] .preview_row__3ftA6{margin-right:0}[dir=ltr] .preview_row__3ftA6>span:first-child{text-align:left}[dir=ltr] .preview_row__3ftA6>span:nth-child(2),[dir=rtl] .preview_row__3ftA6>span:first-child{text-align:right}[dir=rtl] .preview_row__3ftA6>span:nth-child(2){text-align:left}.preview_article_left__1YUWH,.preview_article_right__3vJBb{width:45%}.preview_invoice__1BjFr{font-size:calc(var(--font-scale, 1) * 2.4rem);margin:auto 0 8px;font-weight:700}.preview_table_header__9kBpS{width:45%}.preview_table_header_d1__3Djxa{font-weight:700;font-size:calc(var(--font-scale, 1) * 1.7rem);padding-bottom:.5rem}[dir=ltr] .preview_table_header_d1__3Djxa{text-align:left}[dir=rtl] .preview_table_header_d1__3Djxa{text-align:right}.preview_table_header_d2__2dFhg{font-size:calc(var(--font-scale, 1) * 1.7rem)}[dir=ltr] .preview_table_header_d2__2dFhg{text-align:right}[dir=rtl] .preview_table_header_d2__2dFhg{text-align:left}.preview_invoice_no__2MOfn{display:flex;justify-content:space-between;font-size:calc(var(--font-scale, 1) * 3.2rem);width:54.8rem}[dir=ltr] .preview_invoice_no__2MOfn{text-align:right}[dir=rtl] .preview_invoice_no__2MOfn{text-align:left}.preview_invoice_date__1Ujz3{font-size:calc(var(--font-scale, 1) * 2.2rem)}[dir=ltr] .preview_invoice_date__1Ujz3{text-align:right}[dir=rtl] .preview_invoice_date__1Ujz3{text-align:left}.preview_section2__2xcc3{color:#404040;display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.preview_section_sub_div__2unGU{margin:auto 0 10px}.preview_due_title__lL7_B,.preview_po_title__2cl6Z{font-size:calc(var(--font-scale, 1) * 1.8rem);font-weight:600;font-weight:700}.preview_due_date__2kh7b,.preview_po_no__2WQk6{font-size:calc(var(--font-scale, 1) * 1.8rem);font-weight:400;line-height:1.38}[dir=ltr] .preview_due_date__2kh7b,[dir=ltr] .preview_po_no__2WQk6{margin-left:8px;text-align:left}[dir=rtl] .preview_due_date__2kh7b,[dir=rtl] .preview_po_no__2WQk6{margin-right:8px;text-align:right}.preview_client_title__2er7T{font-size:calc(var(--font-scale, 1) * 3.2rem);font-weight:600;margin:auto 0 6px;font-style:normal}.preview_cin__3sHz2,.preview_client_city__28c43,.preview_gst_no__Y2k5Z{font-size:calc(var(--font-scale, 1) * 1.8rem);font-weight:400;margin:auto 0 8px}[dir=ltr] .preview_cin__3sHz2,[dir=ltr] .preview_client_city__28c43,[dir=ltr] .preview_gst_no__Y2k5Z{text-align:right}[dir=rtl] .preview_cin__3sHz2,[dir=rtl] .preview_client_city__28c43,[dir=rtl] .preview_gst_no__Y2k5Z{text-align:left}.preview_section4__1azRC{display:flex;justify-content:space-between;align-items:flex-start;color:#404040}[dir=ltr] .preview_section4__1azRC{text-align:right}[dir=rtl] .preview_section4__1azRC{text-align:left}.preview_section5__1y6Ok{display:flex;justify-content:space-between;align-items:flex-end;color:#404040}[dir=ltr] .preview_section5__1y6Ok{text-align:right}[dir=rtl] .preview_section5__1y6Ok{text-align:left}.preview_section6__2EDd1{width:100%}.preview_section7__8B97F{padding:2rem 4rem;display:flex;justify-content:space-between;align-items:flex-start;color:#404040}[dir=ltr] .preview_section7__8B97F{text-align:right}[dir=rtl] .preview_section7__8B97F{text-align:left}.preview_section7__8B97F>.preview_article_left__1YUWH{width:30%}.preview_section7__8B97F>.preview_article_right__3vJBb{width:60%}.preview_section8__BGdnz{padding:2rem 4rem;background-color:#f3f7ff;display:flex;justify-content:flex-end;align-items:center;color:#46506e}.preview_notes_terms__3uA_V>.preview_row__3ftA6{flex-direction:column;font-size:calc(var(--font-scale, 1) * 1rem)}.preview_notes__3h_5D,.preview_terms__3ANgP{margin-top:.5rem}[dir=ltr] .preview_notes__3h_5D,[dir=ltr] .preview_terms__3ANgP{text-align:left}[dir=rtl] .preview_notes__3h_5D,[dir=rtl] .preview_terms__3ANgP{text-align:right}.preview_item_table__pNPX8{margin:0;width:100%}.preview_item_table__pNPX8>tbody>tr{border-bottom:2px solid #f3f7ff}.preview_item_table__pNPX8>thead{border-bottom:2px solid #e4e4e4}.preview_cust_name__172b3{font-size:calc(var(--font-scale, 1) * 1rem);font-weight:600;margin:auto 0 10px}.preview_cust_address__2aI6K{font-size:calc(var(--font-scale, 1) * 1.8rem);font-weight:400}.preview_section3__yOplG{display:flex;justify-content:space-between;align-items:flex-end;color:#404040}.preview_payment_info_title__1dgVK{font-size:calc(var(--font-scale, 1) * 1.4rem);font-weight:600;margin:auto 0 10px}.preview_section_sub_div__2unGU{font-family:Open Sans,sans-serif;color:#404040;font-size:calc(var(--font-scale, 1) * 1.8rem);font-weight:400;margin:auto 0 8px}.preview_acc_no_title__8FdD_,.preview_bank_conuntry_title__Ztrhf,.preview_bank_name_title__1zlFJ,.preview_iban_title__2xnLi,.preview_swift_code_title__2xOvz{font-size:calc(var(--font-scale, 1) * 1rem);font-weight:600;font-weight:700;padding-bottom:.5rem}.preview_acc_no__a7VtO,.preview_bank_conuntry__3pQYi,.preview_bank_name__10UcB,.preview_iban__3Puhp,.preview_swift_code__1oIzV{font-size:calc(var(--font-scale, 1) * 1rem);font-weight:400}[dir=ltr] .preview_acc_no__a7VtO,[dir=ltr] .preview_bank_conuntry__3pQYi,[dir=ltr] .preview_bank_name__10UcB,[dir=ltr] .preview_iban__3Puhp,[dir=ltr] .preview_swift_code__1oIzV{text-align:left}[dir=rtl] .preview_acc_no__a7VtO,[dir=rtl] .preview_bank_conuntry__3pQYi,[dir=rtl] .preview_bank_name__10UcB,[dir=rtl] .preview_iban__3Puhp,[dir=rtl] .preview_swift_code__1oIzV{text-align:right}.preview_payment_box__1E_8t{border-radius:8px;background-color:#2e3641;color:#fff;padding:1.2rem 2rem;flex-direction:column}.preview_invoice_total_align__1mv6T,.preview_payment_box__1E_8t{display:flex;justify-content:space-between}.preview_total_amount_due__2s9xu,.preview_total_amount_due_arabic__N_Ega{font-size:calc(var(--font-scale, 1) * 1rem);font-weight:700}[dir=ltr] .preview_total_amount_due_arabic__N_Ega{text-align:right}[dir=rtl] .preview_total_amount_due_arabic__N_Ega{text-align:left}.preview_amount__ow8sC{font-size:calc(var(--font-scale, 1) * 2.5rem);font-weight:600;margin:0;align-self:flex-end}.preview_currency__r2knH{font-size:calc(var(--font-scale, 1) * 1.5rem);align-self:flex-end;margin:0}.preview_items__2tyug{font-family:Open Sans,sans-serif}.preview_th__O34SP{border:none;padding:2rem 0 1rem;font-size:calc(var(--font-scale, 1) * .9rem);font-weight:600;color:#46506e}[dir=ltr] .preview_th__O34SP{text-align:left}[dir=rtl] .preview_th__O34SP{text-align:right}.preview_td__3fzkh{border:none;font-size:calc(var(--font-scale, 1) * 1.1rem);font-weight:400;color:#404040;word-break:break-all}[dir=ltr] .preview_td__3fzkh{padding:2rem 1rem 2rem 0;text-align:left}[dir=rtl] .preview_td__3fzkh{padding:2rem 0 2rem 1rem;text-align:right}[dir=ltr] .preview_td__3fzkh:first-child,[dir=ltr] .preview_th__O34SP:first-child{padding-left:4rem!important}[dir=ltr] .preview_td__3fzkh:last-child,[dir=ltr] .preview_th__O34SP:last-child,[dir=rtl] .preview_td__3fzkh:first-child,[dir=rtl] .preview_th__O34SP:first-child{padding-right:4rem!important}[dir=rtl] .preview_td__3fzkh:last-child,[dir=rtl] .preview_th__O34SP:last-child{padding-left:4rem!important}[dir=ltr] .preview_customer_address__156vo,[dir=ltr] .preview_customer_name__3YMd8{text-align:right}[dir=rtl] .preview_customer_address__156vo,[dir=rtl] .preview_customer_name__3YMd8{text-align:left}.preview_customer_name__3YMd8{font-size:calc(var(--font-scale, 1) * 1.6rem);font-weight:600;display:flex;justify-content:space-between;align-items:flex-start}.preview_items_review__Sqjj3{padding-right:4rem;padding-left:4rem;padding-top:4rem;font-family:Open Sans,sans-serif;display:flex;justify-content:space-between}.preview_final_div__1InGx{width:30%}.preview_items_review_sub_div__36wW6{color:#46506e}.preview_calculations__2248X{width:55%;display:flex;flex-direction:column;justify-content:space-between}.preview_calculations__2248X>.preview_row__3ftA6{margin-bottom:.7rem}.preview_key__mKmR1{width:70%;font-weight:600;font-size:calc(var(--font-scale, 1) * 1rem);display:flex;justify-content:space-between}.preview_calculation_values__2btxR{width:30%;display:flex;justify-content:space-between}.preview_calculation_title__1DR10{font-weight:600;width:45%}.preview_calculation_currency__23YLY,.preview_calculation_title__1DR10{font-size:calc(var(--font-scale, 1) * 1rem)}[dir=ltr] .preview_calculation_currency__23YLY{text-align:left!important;margin:0 1rem 0 0}[dir=rtl] .preview_calculation_currency__23YLY{text-align:right!important;margin:0 0 0 1rem}.preview_items_review_value__1pGLj{font-size:calc(var(--font-scale, 1) * 1.2rem);font-weight:400}[dir=ltr] .preview_items_review_value__1pGLj{text-align:right}[dir=rtl] .preview_items_review_value__1pGLj{text-align:left}.preview_total_amount_title__2a6x8{font-size:calc(var(--font-scale, 1) * 1.2rem);font-weight:600}.preview_grand_total__EjcG5{width:55%}.preview_grand_total__EjcG5,.preview_total_amount_calc__1G6mf{display:flex;justify-content:space-between}.preview_total_amount_sign__1C9JZ{font-size:calc(var(--font-scale, 1) * 2rem);font-weight:700;margin-top:.4rem}[dir=ltr] .preview_total_amount_sign__1C9JZ{text-align:right;margin-right:1rem}[dir=rtl] .preview_total_amount_sign__1C9JZ{text-align:left;margin-left:1rem}.preview_total_amount_value__cAEQr{min-width:30%;font-size:calc(var(--font-scale, 1) * 2rem);font-weight:600}[dir=ltr] .preview_total_amount_value__cAEQr{text-align:right}[dir=rtl] .preview_total_amount_value__cAEQr{text-align:left}.preview_total_amount_decimal__1a1KL{font-size:calc(var(--font-scale, 1) * 2.4rem);font-weight:600}.preview_footer__1Kdmu{padding:1rem 4rem 4rem;display:flex;justify-content:space-between;color:#404040}.preview_footer_image__2HJfN{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end;width:20%}.preview_footer_image__2HJfN>img{width:70%}.preview_footer_title_align__1vJPe{display:flex;justify-content:space-between}.preview_made_with__30EHy{font-weight:600;font-size:calc(var(--font-scale, 1) * 1rem);padding-bottom:0;color:#404040}[dir=ltr] .preview_made_with__30EHy{margin:0 .8rem 0 0}[dir=rtl] .preview_made_with__30EHy{margin:0 0 0 .8rem}.preview_incoterms_label__2OR9E{font-size:calc(var(--font-scale, 1) * 1.1rem);font-weight:600}.preview_incoterms_value__3JVJN{font-size:calc(var(--font-scale, 1) * 1.1rem);font-weight:400}.preview_footer_value__9Nrs8{font-weight:400;font-size:calc(var(--font-scale, 1) * 1rem);color:#404040}[dir=ltr] .preview_right__1Kj7D{text-align:right}[dir=rtl] .preview_right__1Kj7D{text-align:left}@media (max-width:1100px){.preview_main_div__2pVns{width:595px;height:842px;padding:0;margin:0;font-family:Open Sans,sans-serif;--font-scale:1}}.preview_preview_top__2ZtOU{width:45px;padding-top:5px;z-index:20000;position:absolute}[dir=ltr] .preview_preview_top__2ZtOU{text-align:right;border-top-right-radius:8px;border-bottom-right-radius:8px;margin-right:-.05px;left:100%}[dir=rtl] .preview_preview_top__2ZtOU{text-align:left;border-top-left-radius:8px;border-bottom-left-radius:8px;margin-left:-.05px;right:100%}[dir] .preview_preview_top__2ZtOU{text-align:center}.preview_preview_top__2ZtOU img{cursor:pointer}.preview_preview_top_inner__3a6Xs{background-color:none;text-align:center}.preview_attachmentsContainer__1WNkp{width:595px;margin:0 0 2rem}.preview_attachmentsContainer__1WNkp>h3{text-align:center;margin:0 0 1rem;font-weight:600;color:#fff}.preview_attachmentsList__2SCte{align-items:center}.preview_attachmentsList__2SCte,.preview_otherAttachmentsList__CCE4x{margin:0;padding:0;display:flex;justify-content:space-evenly;flex-direction:column}.preview_otherAttachmentsList__CCE4x{list-style:none}.preview_otherAttachmentsListItem__2ZsAg{width:100%;display:flex;position:relative}.preview_itemRemoveIcon__2K3uY{height:2rem;width:2rem;cursor:pointer;position:absolute;top:0}[dir=ltr] .preview_itemRemoveIcon__2K3uY{left:-1%}[dir=rtl] .preview_itemRemoveIcon__2K3uY{right:-1%}.preview_attachment_list_item__2lAbw{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:flex-start;background-color:#eef1f3;padding:5px;border-radius:5px;margin:1rem 0}.preview_attachment_name__3umdR{font-size:1.5rem;width:100%;overflow-wrap:anywhere}[dir=ltr] .preview_attachment_name__3umdR{margin:0 0 0 2rem;text-align:left}[dir=rtl] .preview_attachment_name__3umdR{margin:0 2rem 0 0;text-align:right}.preview_attachment_image__2pxtO{height:7rem}.preview_image_preview__1NYoP{width:100%;margin:1rem 0}.preview_image_preview__1NYoP>img{width:100%}.preview_color_scheme_selection_wrapper__3G28w{display:flex;justify-content:flex-start}.preview_color_slection_container__1JNSo{padding:3rem;font-size:1.6rem;width:100%;max-height:95vh;overflow-y:auto}.preview_color_list__3NKFQ{padding:0;list-style-type:none}.preview_color_li__3K99Z{border-bottom:1px solid #d2d2d2;padding:2rem}.preview_color_li__3K99Z>div{display:flex;align-items:center;justify-content:flex-start}.preview_color_block__2WoYj{height:3rem;width:3rem;border:1px solid #d4d4d4;display:block}@media (max-width:1024px){.preview_color_scheme_selection_wrapper__3G28w{width:100%!important;flex-direction:column}.preview_color_scheme_selection_wrapper__3G28w>div{width:100%;height:50vh}.preview_color_slection_container__1JNSo{box-shadow:0 -10px 18px 0 #0000005e}}.Loader_main_div__2GEIr{width:100%;height:100%}.Loader_loader__T-V4A,.Loader_main_div__2GEIr{display:flex;justify-content:center;align-items:center}.Loader_loader__T-V4A{border-bottom:16px solid #f3f3f3;border-top:16px solid #f3f3f3;border-color:#2a3aff #f3f3f3;border-style:solid;border-width:16px;border-radius:50%;width:10rem;height:10rem;animation:Loader_spin__28UQM 2s linear infinite}.Loader_container__2n8Wb{background-color:#fff;display:block;width:100%}.Loader_container__2n8Wb>*{border-radius:3px;animation:Loader_AnimationName__3bbb7 2s ease infinite}[dir=ltr] .Loader_container__2n8Wb>*{background:linear-gradient(to right,#fff,#eae9e9,var(--faint-grey),#f5f5f5)}[dir=rtl] .Loader_container__2n8Wb>*{background:linear-gradient(to left,#fff,#eae9e9,var(--faint-grey),#f5f5f5)}[dir] .Loader_container__2n8Wb>*{background-size:400% 400%}.Loader_segment__ACXKr{border:none;margin:0 auto;display:block}.Loader_main__2PGvm{margin:1rem 0;border:none;padding:4rem 5px 5px}.Loader_main__2PGvm>.Loader_sub__2Ucxn{border:none;background-color:#fff;min-height:25vh;display:block}.Loader_comments__1IXPa{margin:1rem 0;border:none;padding:5px 5px 5rem}.Loader_comments__1IXPa>.Loader_sub__2Ucxn{border:none;min-height:5rem;background-color:#fff}@keyframes Loader_AnimationName__3bbb7{0%{background-position:0 0}50%{background-position:100% 0}to{background-position:0 0}}@keyframes Loader_spin__28UQM{0%{transform:rotate(0deg)}50%{transform:rotate(315deg)}to{transform:rotate(1turn)}}.Loader_micro_loader__3sid8{height:15px;width:15px;position:relative;margin:0;display:flex;justify-content:space-between;align-items:center}.Loader_micro_loader__3sid8>span{padding:5px;position:absolute;border-bottom:3px solid transparent;border-top:3px solid transparent;border-radius:100%;animation:Loader_spin__28UQM 1s cubic-bezier(.45,.25,.6,.95) infinite;border-color:#69728b transparent;border-style:solid;border-width:3px}.Loader_loading_overlay__2c2Aa{width:116%;height:100%;background-color:hsla(0,0%,100%,.8);position:absolute;top:0;display:flex;justify-content:center;align-items:center;color:#64646a;z-index:1;pointer-events:all}[dir=ltr] .Loader_loading_overlay__2c2Aa{left:0}[dir=rtl] .Loader_loading_overlay__2c2Aa{right:0}.Loader_loading_text__31FPn{font-size:2rem}.infoCard_card__3N3Sp{border-radius:5px;display:flex;justify-content:flex-start;align-items:center;background-color:#fff6d3;margin-bottom:2rem;border:1px solid #f3e7bb;width:100%}[dir=ltr] .infoCard_card__3N3Sp{padding:1.5rem 2.5rem 1.5rem 1.5rem}[dir=rtl] .infoCard_card__3N3Sp{padding:1.5rem 1.5rem 1.5rem 2.5rem}.infoCard_icon__3fxJu{height:3.2rem}[dir=ltr] .infoCard_icon__3fxJu{margin-right:1rem}[dir=rtl] .infoCard_icon__3fxJu{margin-left:1rem}.infoCard_text__2lF-O{font-size:1.6rem;margin:0}.infoCard_childrensHouse__3QNjC,.infoCard_childrensHouse__3QNjC p{font-size:1.6rem}.infoCard_downloadCardWrapper__3srlX{display:flex;align-items:center}[dir=ltr] .infoCard_downloadCardWrapper__3srlX{margin-left:1rem}[dir=rtl] .infoCard_downloadCardWrapper__3srlX{margin-right:1rem}.infoCard_downloadBtn__Hpv72{cursor:pointer;font-weight:700;display:inline-block;border:1px solid #b7b7b7;text-decoration:none;text-align:center;transition:all .25s ease-out;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;font-family:inherit;padding:0;margin:0;outline:none;overflow:visible;border-radius:5px}[dir=ltr] .infoCard_downloadBtn__Hpv72{margin-right:2rem}[dir=rtl] .infoCard_downloadBtn__Hpv72{margin-left:2rem}.infoCard_downloadBtn__Hpv72:hover{background-color:#efefef}.infoCard_downloadBtn__Hpv72:disabled{background-color:#666;cursor:not-allowed}.infoCard_imgWrapper__3yYtP{height:4rem;width:4rem;display:flex;justify-content:center;align-items:center}[dir=ltr] .infoCard_imgWrapper__3yYtP{border-right:5px}[dir=rtl] .infoCard_imgWrapper__3yYtP{border-left:5px}.renderJSON_container__Pu-Fr{height:100%;overflow:auto}.renderJSON_container__Pu-Fr ul{padding:0}.renderJSON_key_value_list__hSgKN{display:flex;font-size:1.6rem;width:100%;justify-content:flex-start;padding:5px;align-items:flex-start;background-color:#ebeeef}.renderJSON_key_value_list__hSgKN:nth-child(2n){background-color:#f8fafb}.renderJSON_list_key__3BCNC{font-weight:600;color:#404040;min-width:30%;white-space:normal;margin:0}[dir=ltr] .renderJSON_list_key__3BCNC{padding-left:1rem}[dir=rtl] .renderJSON_list_key__3BCNC{padding-right:1rem}.renderJSON_list_value__2tCZM{width:100%;color:#404040;margin:0;white-space:normal}.renderJSON_details__1fgff{display:block;width:100%}[dir=ltr] .renderJSON_details__1fgff[open] .renderJSON_arrow__26ozK{transform:rotate(90deg)}[dir=rtl] .renderJSON_details__1fgff[open] .renderJSON_arrow__26ozK{transform:rotate(-90deg)}.renderJSON_details__1fgff>ul{padding-top:5px}.renderJSON_summary__VKVrb{list-style-type:none}.renderJSON_summary__VKVrb>p{margin:0}.renderJSON_flex_between__3gWFb{display:flex;justify-content:space-between;width:100%}.renderJSON_arrow__26ozK{max-height:2.5rem}[dir=ltr] .renderJSON_indent__g9bYV{margin-left:4rem!important}[dir=rtl] .renderJSON_indent__g9bYV{margin-right:4rem!important}@media(max-width:768px){.renderJSON_key_value_list__hSgKN{flex-direction:column}[dir=ltr] .renderJSON_key_value_list__hSgKN>*{padding-left:1rem}[dir=rtl] .renderJSON_key_value_list__hSgKN>*{padding-right:1rem}[dir=ltr] .renderJSON_indent__g9bYV{padding-left:2rem!important}[dir=rtl] .renderJSON_indent__g9bYV{padding-right:2rem!important}}.Dropdown_searchBox__3L7As:disabled{background-color:#f1f1f1!important}.Dropdown_searchBox__3L7As{width:calc(100% - 4rem);border-color:transparent}.Dropdown_searchBoxBorder__2gzVW{border:1px solid transparent}.Dropdown_searchContainer__ZySMN{font-size:1.6rem;position:absolute;width:100%;height:inherit}.Dropdown_couchWarmer__RyAXW{position:relative;height:4rem}.Dropdown_selected__2vfV5{background-color:#e4e4e4}.Dropdown_searchListContainer__SnZVf{list-style-type:none;font-size:1.3rem;margin:0 auto;padding:0;top:100%;width:100%;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 3px 3px 0 rgba(0,0,0,.16);background-color:#fff;z-index:1;position:absolute;max-height:200px;min-width:30rem;overflow-x:auto}.Dropdown_searchListItem__M_PiU:last-child{border:none}.Dropdown_searchListItem__M_PiU{padding:1rem;width:100%;color:#000;border-bottom:1px solid #e0e0e0}[dir=ltr] .Dropdown_searchListItem__M_PiU{text-align:left}[dir=rtl] .Dropdown_searchListItem__M_PiU{text-align:right}.Dropdown_searchListItem__M_PiU:hover{background-color:#efefef}.Dropdown_no_options__3KnHm{background-color:#efefef;padding:1rem;width:100%;color:#000;border:1px solid #e0e0e0;text-align:center}.Dropdown_Search__3lnil{display:flex;align-items:center}.Dropdown_search_icon__2e1E_{position:absolute;top:50%;transform:translateY(-50%);cursor:pointer}[dir=ltr] .Dropdown_search_icon__2e1E_{right:1rem}[dir=rtl] .Dropdown_search_icon__2e1E_{left:1rem}.Dropdown_Search_input__202va{width:100%;font-size:1.4rem;border-radius:5px;border:1px solid #d6e4ff}.Dropdown_Search_clear__3LvUP{display:flex;align-items:center;cursor:pointer}[dir=ltr] .Dropdown_Search_clear__3LvUP{transform:translateX(-150%)}[dir=rtl] .Dropdown_Search_clear__3LvUP{transform:translateX(150%)}.Dropdown_file_name__1-ZUf{background-color:#dae2f7;border-radius:15px;margin:.5rem 1rem;padding:.5rem 1.5rem;display:flex;align-items:center;justify-content:space-between;font-size:1.4rem;color:#404040;text-overflow:ellipsis}.Dropdown_file_name__1-ZUf>span{text-overflow:ellipsis;max-width:45rem;overflow:hidden}[dir=ltr] .Dropdown_file_name__1-ZUf>span{margin-right:1rem}[dir=rtl] .Dropdown_file_name__1-ZUf>span{margin-left:1rem}.Dropdown_tag_holder__j5daW{padding:1rem 0;display:flex;width:100%;flex-wrap:wrap}.Dropdown_select_button__11vWr{position:relative;cursor:pointer;text-decoration:none;color:#404040;align-items:center;display:flex;overflow:hidden}.Dropdown_select_button__11vWr>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Dropdown_select_button__11vWr:hover{text-decoration:none;color:#404040}.Dropdown_hidden_input__2YKWt{width:0;height:0;border:none;padding:0;margin:0;color:transparent;background-color:transparent}.Dropdown_animate__1uDkh{animation:Dropdown_animate1__PgH96 .2s cubic-bezier(.5,0,1,1) 1 forwards}@keyframes Dropdown_animate1__PgH96{0%{background:#fbefd4;opacity:1}to{background:f3f7ff;opacity:0}}@media (max-width:575px){.Dropdown_Search_input__202va{width:100%}}.invoice-form_invalid__2A7On{border-color:#dc3545!important}.invoice-form_form_container__1Yjkw{padding:0 4rem}.invoice-form_sticky_title__fX-j7{display:flex;justify-content:space-between;margin:0;box-shadow:0 0 5px 0 #00000029;clip-path:inset(-3px 0 -150px 1px);padding:2rem 0;position:sticky;top:0;background-color:#fff;z-index:5;border:1px solid #fff;align-items:center}.invoice-form_invoice_form__3C22O{margin:3rem 0}[dir=ltr] .invoice-form_invoice_form__3C22O{text-align:left}[dir=rtl] .invoice-form_invoice_form__3C22O{text-align:right}.invoice-form_seperator__WW_sc{width:100%;margin:4rem 0;border-top:2px solid #f3f7ff}.invoice-form_billing_info__2GZrA{width:100%;display:flex;flex-wrap:wrap}.invoice-form_item_details_wrapper__3Mslx{width:100%}.invoice-form_column__3gr_2{display:flex;flex-wrap:wrap;justify-content:space-between;width:100%}[dir=ltr] .invoice-form_column__3gr_2{text-align:left}[dir=rtl] .invoice-form_column__3gr_2{text-align:right}.invoice-form_item_details_header__t-G82{margin:4rem 0 2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.invoice-form_item_details_title__2LVSJ{font-size:2rem;color:#46506e;font-weight:700;margin:0}[dir=ltr] .invoice-form_item_details_title__2LVSJ{padding-right:4rem}[dir=rtl] .invoice-form_item_details_title__2LVSJ{padding-left:4rem}.invoice-form_item_details_header_fields__2dVX8{display:flex;justify-content:flex-end;align-items:center;flex-flow:wrap}.invoice-form_invoice_summary__1uQl7{width:100%;padding:0}.invoice-form_summary_item__3psgt{margin:0;display:flex;justify-content:space-between;align-items:center;padding:1rem;width:70%}[dir=ltr] .invoice-form_summary_item__3psgt{margin-left:auto;text-align:left}[dir=rtl] .invoice-form_summary_item__3psgt{margin-right:auto;text-align:right}.invoice-form_summary_item__3psgt>*{display:flex;align-items:center;width:100%;font-size:1.6rem}.invoice-form_summary_item_value__3K4Xu{display:flex;justify-content:space-between;margin:0}.invoice-form_summary_item_label__FHx2u>*{white-space:nowrap;margin:0}.invoice-form_notes__ZKN6U{width:100%}.invoice-form_notes__ZKN6U>p{font-size:1.6rem;font-weight:600;color:#46506eb3;padding:0}[dir=ltr] .invoice-form_notes__ZKN6U>p{text-align:left}[dir=rtl] .invoice-form_notes__ZKN6U>p{text-align:right}.invoice-form_pct_icon__tCknL{position:absolute;top:50%;font-size:1.6rem;transform:translateY(-50%)}[dir=ltr] .invoice-form_pct_icon__tCknL{right:1rem}[dir=rtl] .invoice-form_pct_icon__tCknL{left:1rem}.invoice-form_form_layout__1vAz6{padding:0;display:flex;flex-direction:column}.invoice-form_image_placeholder__x8z7C{border-radius:8px;border:1px dashed #5680e9;background-color:#f3f7ff;margin:2.8rem 0 0 15px;height:15.7rem;width:100%;display:flex;justify-content:center;align-items:center}.invoice-form_image_preview__1wqpA{margin:2.8rem auto;height:15.7rem;width:100%;display:flex;justify-content:center;align-items:flex-start}.invoice-form_flex_between__2BXSI{display:flex;justify-content:space-between;width:100%}.invoice-form_description__3uEn9{font-size:1.8rem;color:#7b8295}.invoice-form_width_half_to_full__6TWq9{width:50%!important}@media(min-width:1025px){.invoice-form_form_layout__1vAz6{width:33.3%}.invoice-form_form_layout__1vAz6:nth-child(3n-1){padding:0 2rem}[dir=ltr] .invoice-form_form_layout__1vAz6:nth-child(3n-2){padding-right:2rem}[dir=ltr] .invoice-form_form_layout__1vAz6:nth-child(3n),[dir=rtl] .invoice-form_form_layout__1vAz6:nth-child(3n-2){padding-left:2rem}[dir=rtl] .invoice-form_form_layout__1vAz6:nth-child(3n){padding-right:2rem}}@media (max-width:1024px){.invoice-form_order_last__21mu3{order:100}.invoice-form_order_first__2gyx2{order:-1}.invoice-form_image_placeholder__x8z7C,.invoice-form_image_preview__1wqpA{margin-top:0}.invoice-form_width_half_to_full__6TWq9{width:100%!important}}@media (max-width:1024px) and (min-width:769px){.invoice-form_form_layout__1vAz6{width:50%}[dir=ltr] .invoice-form_form_layout__1vAz6:nth-child(odd){padding-right:2rem}[dir=ltr] .invoice-form_form_layout__1vAz6:nth-child(2n),[dir=rtl] .invoice-form_form_layout__1vAz6:nth-child(odd){padding-left:2rem}[dir=rtl] .invoice-form_form_layout__1vAz6:nth-child(2n){padding-right:2rem}.invoice-form_form_layout__1vAz6:last-child{width:100%;padding:0}.invoice-form_width_half_to_full__6TWq9{width:100%!important}}@media (max-width:768px) and (min-width:513px){.invoice-form_summary_item__3psgt{width:100%}.invoice-form_form_layout__1vAz6{width:100%;padding:0}.invoice-form_width_half_to_full__6TWq9{width:100%!important}}@media(max-width:512px){.invoice-form_billing_info_column__2tOBp,.invoice-form_column__3gr_2{padding:0}.invoice-form_summary_item__3psgt{width:100%}.invoice-form_with_input__19vNj{flex-direction:column}.invoice-form_with_input__19vNj>.invoice-form_summary_item_value__3K4Xu{margin-top:1rem}.invoice-form_form_container__1Yjkw{padding:0 2rem}.invoice-form_item_details_header_fields__2dVX8{justify-content:flex-start}.invoice-form_item_details_header_fields__2dVX8>*{margin:5px 0!important;width:100%;display:flex;justify-content:space-between}.invoice-form_form_layout__1vAz6{width:100%;padding:0}.invoice-form_width_half_to_full__6TWq9{width:100%!important}}.invoice-form_item_detail_title__gBy6_{display:flex;justify-content:flex-end;align-items:center;width:70%;flex-flow:wrap}.invoice-form_billing_info_column__2tOBp{justify-content:stretch;display:flex;flex-direction:column;margin-bottom:4rem}.invoice-form_content_header__3EJnM{display:flex;justify-content:space-between;flex-direction:column;align-items:center}.invoice-form_invoice_list_top__SsBzJ{display:flex;justify-content:space-between;margin-bottom:2rem}.invoice-form_invoice_list_header__2Cxim{font-size:2rem;font-weight:700;color:#2a3aff}.invoice-form_align_header_item__3J06L{display:flex;align-items:center}.invoice-form_billing_info_container__2gopl,.invoice-form_item_details_container__1Iawt{border-top:2px solid #f3f7ff}.invoice-form_billing_info_container__2gopl,.invoice-form_invoice_details_form__2WZk1,.invoice-form_item_details_container__1Iawt,.invoice-form_item_details_notes__1F5y8,.invoice-form_item_details_summary__1Do4I,.invoice-form_item_details_table__ir60S{padding:4rem 0;margin:0 6.4rem;width:90%}.invoice-form_item_details_table__ir60S{padding-top:0}.invoice-form_item_details_container__1Iawt{align-items:flex-start!important}.invoice-form_input_label__3jYsz{width:100%;font-size:1.6rem;white-space:nowrap;font-weight:600;color:rgba(70,80,110,.7);display:flex;align-items:center}[dir=ltr] .invoice-form_input_label__3jYsz{margin-right:1rem;text-align:left}[dir=rtl] .invoice-form_input_label__3jYsz{margin-left:1rem;text-align:right}.invoice-form_required_field_asterisk__329Da{color:rgba(255,0,0,.7)}.invoice-form_form_control__3epOq{background-color:#f3f7ff;color:#404040;font-size:1.6rem;border:1px solid #d6e4ff;border-radius:4px;min-height:4rem}[dir=ltr] .invoice-form_form_control__3epOq{text-align:left}[dir=rtl] .invoice-form_form_control__3epOq{text-align:right}.invoice-form_form_control__3epOq:disabled{background-color:#f1f1f1}.invoice-form_form_control__3epOq::-moz-placeholder{color:#a3b6ed}.invoice-form_form_control__3epOq::placeholder{color:#a3b6ed}.invoice-form_form_control_container__1BJCn{position:relative}[dir=ltr] .invoice-form_inco_select__3bKGT{padding-left:0}[dir=rtl] .invoice-form_inco_select__3bKGT{padding-right:0}.invoice-form_date_picker__2tEFU{position:absolute;top:25%;cursor:pointer}[dir=ltr] .invoice-form_date_picker__2tEFU{right:18%}[dir=rtl] .invoice-form_date_picker__2tEFU{left:18%}.invoice-form_custom_select_opt__115bG{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;height:auto!important}[dir=ltr] .invoice-form_custom_select_opt__115bG{padding-right:4rem}[dir=rtl] .invoice-form_custom_select_opt__115bG{padding-left:4rem}.invoice-form_down_arrow_solid_1__qkb0N,.invoice-form_down_arrow_solid_2__1WpwO{position:absolute;top:50%;transform:translateY(-50%) rotate(90deg);pointer-events:none}[dir=ltr] .invoice-form_down_arrow_solid_1__qkb0N,[dir=ltr] .invoice-form_down_arrow_solid_2__1WpwO{right:1rem!important}[dir=rtl] .invoice-form_down_arrow_solid_1__qkb0N,[dir=rtl] .invoice-form_down_arrow_solid_2__1WpwO{left:1rem!important}.invoice-form_logo_text__1cpfj{text-align:center;color:#c1c8e4;font-size:2rem;line-height:1.34;font-weight:800}.invoice-form_logo_text_secondary__3sHXH{text-align:center;color:rgba(70,80,110,.7);font-size:1.4rem;margin-top:1rem}.invoice-form_logo_input__34L3m{display:none}.invoice-form_billing_info_header__3ZLab{display:flex;justify-content:space-between;margin-bottom:2rem}.invoice-form_billing_info_text_container__1ZN5g>h5{font-size:2rem;color:#46506e;font-weight:700;display:flex;align-items:center}.invoice-form_billing_info_text_container__1ZN5g small{font-size:1.4rem;font-weight:700;color:hsla(0,0%,44%,.5)}.invoice-form_edit_info__3d-b1{font-size:1.6rem;font-weight:600;line-height:1.38;color:#2a3aff;cursor:pointer}[dir=ltr] .invoice-form_edit_info__3d-b1{margin-left:1rem}[dir=rtl] .invoice-form_edit_info__3d-b1{margin-right:1rem}.invoice-form_edit_info__3d-b1:hover{color:#212ece}.invoice-form_text_information_group__2LKdU:not(:last-child){margin-bottom:1.4rem}.invoice-form_text_information_group__2LKdU>*{margin-bottom:0}.invoice-form_text_information__2XYvK{margin-bottom:0;font-size:1.6rem;font-weight:600;line-height:1.38;white-space:nowrap;color:#404040}.invoice-form_text_information_muted__3U1NF{font-size:1.6rem;line-height:1.38;color:rgb(64,64,64,.7);font-weight:400}.invoice-form_search_container__1YKgk{position:relative}.invoice-form_search_icon__3qTtB{position:absolute;top:25%;cursor:pointer}[dir=ltr] .invoice-form_search_icon__3qTtB{right:2%}[dir=rtl] .invoice-form_search_icon__3qTtB{left:2%}.invoice-form_item_details_head__3Az-Y{font-size:2rem;line-height:1.35;color:#46506e;font-weight:700;margin-top:.8rem}[dir=ltr] .invoice-form_item_details_head__3Az-Y{margin-right:auto;padding-right:5rem}[dir=rtl] .invoice-form_item_details_head__3Az-Y{margin-left:auto;padding-left:5rem}.invoice-form_item_options_container__2PC9C{display:flex;flex-direction:row;justify-content:flex-end}.invoice-form_item_options_sub_container__W9al_{display:flex}[dir=ltr] .invoice-form_item_options_sub_container__W9al_{margin-left:2rem}[dir=rtl] .invoice-form_item_options_sub_container__W9al_{margin-right:2rem}.invoice-form_item_options_sub_container__W9al_ .invoice-form_form_control_container__1BJCn .invoice-form_form_control__3epOq{width:10rem}[dir=ltr] .invoice-form_pct_icon_1__3C3c9{right:15%}[dir=rtl] .invoice-form_pct_icon_1__3C3c9{left:15%}[dir=ltr] .invoice-form_pct_icon_2__3w7_L{right:15%}[dir=rtl] .invoice-form_pct_icon_2__3w7_L{left:15%}[dir=ltr] .invoice-form_item_details_table__ir60S td:first-child,[dir=ltr] .invoice-form_item_details_table__ir60S th:first-child{padding-left:0!important}[dir=rtl] .invoice-form_item_details_table__ir60S td:first-child,[dir=rtl] .invoice-form_item_details_table__ir60S th:first-child{padding-right:0!important}.invoice-form_item_details_table__ir60S td{vertical-align:top}.invoice-form_detail_column_name__3BnAv{font-size:1.4rem;line-height:1.36;font-weight:700;color:#46506e;vertical-align:top!important;padding-top:3rem!important}.invoice-form_detail_column_values__2bKy5{font-size:1.6rem;line-height:1.38;color:#404040;border:none!important}[dir=ltr] .invoice-form_item_details_summary__1Do4I>.invoice-form_row__2tdd8{padding-right:5%}[dir=rtl] .invoice-form_item_details_summary__1Do4I>.invoice-form_row__2tdd8{padding-left:5%}[dir=ltr] .invoice-form_item_details_summary__1Do4I>.invoice-form_row__2tdd8>*{text-align:right}[dir=rtl] .invoice-form_item_details_summary__1Do4I>.invoice-form_row__2tdd8>*{text-align:left}.invoice-form_additional_info__1YOVt{display:flex;align-items:center;font-size:1.6rem;font-weight:600;line-height:1.38;color:#46506e}.invoice-form_amount_value__3C3Ye,.invoice-form_currency__17veF,.invoice-form_form_check_label__2HGXN{font-size:1.6rem}.invoice-form_info_tip__2tH8j{border-radius:50%;background-color:#46506e;color:#fff;width:15px;min-width:15px;height:15px;text-align:center;display:flex;align-items:center;justify-content:center;font-size:1rem;margin-top:.5%}[dir=ltr] .invoice-form_info_tip__2tH8j{margin-right:5%}[dir=rtl] .invoice-form_info_tip__2tH8j{margin-left:5%}.invoice-form_item_details_summary_row__1VaAk{display:flex;align-items:center;margin-bottom:1rem}[dir=ltr] .invoice-form_item_details_summary_row__1VaAk{margin-left:30%}[dir=rtl] .invoice-form_item_details_summary_row__1VaAk{margin-right:30%}.invoice-form_sub_item_align1__2C9JG,.invoice-form_sub_item_align__WoKEO{display:flex;width:100%}.invoice-form_amount_value__3C3Ye,.invoice-form_currency__17veF{width:auto}[dir=ltr] .invoice-form_amount_value__3C3Ye,[dir=ltr] .invoice-form_currency__17veF{text-align:right;margin-left:auto}[dir=rtl] .invoice-form_amount_value__3C3Ye,[dir=rtl] .invoice-form_currency__17veF{text-align:left;margin-right:auto}.invoice-form_currency__17veF{width:10%}[dir=ltr] .invoice-form_currency__17veF{margin-left:10%}[dir=rtl] .invoice-form_currency__17veF{margin-right:10%}.invoice-form_item_details_notes__1F5y8{margin-top:1.05rem}.invoice-form_item_details_notes__1F5y8>p{font-size:1.6rem;font-weight:600;line-height:1.38;color:rgba(70,80,110,.7);padding:0!important}.invoice-form_notes_textarea__2td8B{width:100%;padding:.375rem .75rem;margin-bottom:10rem;min-height:4rem}.invoice-form_notes_textarea__2td8B:focus{outline-color:#80bdff!important}.invoice-form_invalid_feedback__cceAQ,.invoice-form_invalid_feedback_items__4acu4{width:100%;font-size:1.2rem;margin-bottom:0;color:#dc3545}.invoice-form_invalid_feedback_items__4acu4{height:auto}.invoice-form_add_item__3sIn_{padding:5px 10px;font-size:1.4rem;color:blue;cursor:pointer;font-weight:700}.invoice-form_logo_image__3FJSo{max-width:100%;max-height:100%;display:flex;margin:0 auto}.invoice-form_logo_preview__1vfOH{border-radius:8px;border:1px dashed #5680e9;background-color:#f3f7ff;height:15.7rem;width:25rem;display:flex;justify-content:center;align-items:center}[dir=ltr] .invoice-form_logo_preview__1vfOH{margin:2.8rem 0 0 15px}[dir=rtl] .invoice-form_logo_preview__1vfOH{margin:2.8rem 15px 0 0}.invoice-form_logo_preview_img__3Ffee{margin:2.8rem auto;height:15.7rem;width:25rem;display:flex;justify-content:center;align-items:flex-start}.invoice-form_vat_gst_div__3hpT-{display:flex;margin-top:1rem;margin-bottom:1rem;align-items:center}[dir=ltr] .invoice-form_vat_gst_div__3hpT-{margin-left:1rem}[dir=rtl] .invoice-form_vat_gst_div__3hpT-{margin-right:1rem}.invoice-form_gst_div__2ZcQO{display:flex;align-items:center}.invoice-form_additional_disc__289pX{display:flex;justify-content:space-between}@media only screen and (max-width:767px){.invoice-form_invoice_list_top__SsBzJ{flex-direction:column}}@media (max-width:1600px){.invoice-form_billing_info_container__2gopl,.invoice-form_invoice_details_form__2WZk1,.invoice-form_item_details_container__1Iawt,.invoice-form_item_details_notes__1F5y8,.invoice-form_item_details_summary__1Do4I,.invoice-form_item_details_table__ir60S{margin:0 auto}.invoice-form_notes_textarea__2td8B{width:100%;margin:0 auto 10rem}}@media (max-width:1199px){[dir=ltr] .invoice-form_select_container__3htAT{padding-right:0!important}[dir=rtl] .invoice-form_select_container__3htAT{padding-left:0!important}[dir=ltr] .invoice-form_search_container__1YKgk>.invoice-form_form_control__3epOq{padding-right:2.5rem}[dir=rtl] .invoice-form_search_container__1YKgk>.invoice-form_form_control__3epOq{padding-left:2.5rem}[dir=ltr] #invoice-form_carriageId__39I1S{margin-left:15px}[dir=rtl] #invoice-form_carriageId__39I1S{margin-right:15px}.invoice-form_item_details_heading__27ckz{margin-bottom:1rem;width:30%}.invoice-form_detail_column__20siz{margin-bottom:3.15rem}[dir=ltr] .invoice-form_pct_icon__tCknL{right:20%}[dir=rtl] .invoice-form_pct_icon__tCknL{left:20%}}@media (max-width:1100px){.invoice-form_date_picker__2tEFU{top:20%}.invoice-form_search_icon__3qTtB{top:17.5%}}@media (max-width:1070px){.invoice-form_billing_info_container__2gopl,.invoice-form_invoice_details_form__2WZk1{padding:4.25rem 0}.invoice-form_item_details_table__ir60S{padding:0 0 3.2rem}[dir=ltr] .invoice-form_search_container__1YKgk>.invoice-form_form_control__3epOq{padding-right:.75rem}[dir=rtl] .invoice-form_search_container__1YKgk>.invoice-form_form_control__3epOq{padding-left:.75rem}}@media (max-width:767px){.invoice-form_item_detail_title__gBy6_{width:100%;justify-content:flex-start}.invoice-form_form_col__thYmP{margin-bottom:3rem;padding:0!important}[dir=ltr] .invoice-form_item_details_summary_row__1VaAk{margin-left:0!important}[dir=rtl] .invoice-form_item_details_summary_row__1VaAk{margin-right:0!important}[dir=ltr] .invoice-form_invoice_details_form__2WZk1{margin-left:3rem}[dir=rtl] .invoice-form_invoice_details_form__2WZk1{margin-right:3rem}.invoice-form_search_icon__3qTtB{top:15%}.invoice-form_item_options_container__2PC9C{justify-content:flex-end}[dir=ltr] .invoice-form_amount_value__3C3Ye,[dir=ltr] .invoice-form_currency__17veF{margin-left:8%}[dir=rtl] .invoice-form_amount_value__3C3Ye,[dir=rtl] .invoice-form_currency__17veF{margin-right:8%}.invoice-form_item_details_summary_row__1VaAk:first-child>*{margin-bottom:1rem}[dir=ltr] .invoice-form_pct_icon_2__3w7_L{right:5%}[dir=rtl] .invoice-form_pct_icon_2__3w7_L{left:5%}.invoice-form_additional_info__1YOVt{justify-content:flex-start}[dir=ltr] .invoice-form_vat_gst_div__3hpT-{margin-left:0}[dir=rtl] .invoice-form_vat_gst_div__3hpT-{margin-right:0}.invoice-form_item_details_head__3Az-Y{margin-top:.5rem}}@media(max-width:600px){[dir=ltr] .invoice-form_item_details_summary_row__1VaAk{margin-left:0!important}[dir=rtl] .invoice-form_item_details_summary_row__1VaAk{margin-right:0!important}.invoice-form_additional_disc__289pX{width:100%;display:flex;justify-content:space-between}}@media (max-width:575px){[dir=ltr] .invoice-form_item_details_summary_row__1VaAk{margin-left:0!important}[dir=rtl] .invoice-form_item_details_summary_row__1VaAk{margin-right:0!important}.invoice-form_additional_info__1YOVt{white-space:nowrap}[dir=ltr] .invoice-form_additional_info__1YOVt{padding-left:0!important}[dir=rtl] .invoice-form_additional_info__1YOVt{padding-right:0!important}[dir=ltr] .invoice-form_currency__17veF{padding-right:5px!important}[dir=rtl] .invoice-form_currency__17veF{padding-left:5px!important}[dir=ltr] .invoice-form_amount_value__3C3Ye{padding-left:0!important}[dir=rtl] .invoice-form_amount_value__3C3Ye{padding-right:0!important}.invoice-form_billing_info_header__3ZLab{min-height:auto;margin-bottom:2rem}.invoice-form_billing_info_container__2gopl,.invoice-form_invoice_details_form__2WZk1,.invoice-form_item_details_container__1Iawt,.invoice-form_item_details_notes__1F5y8,.invoice-form_item_details_summary__1Do4I,.invoice-form_item_details_table__ir60S{width:80%}.invoice-form_notes_textarea__2td8B{width:100%}}@media (max-width:425px){[dir=ltr] .invoice-form_item_options_sub_container__W9al_:first-child{margin-right:3.5rem}[dir=rtl] .invoice-form_item_options_sub_container__W9al_:first-child{margin-left:3.5rem}.invoice-form_item_options_container__2PC9C{flex-direction:column}.invoice-form_item_options_sub_container__W9al_ .invoice-form_input_label__3jYsz{width:auto;margin-bottom:1rem}[dir=ltr] .invoice-form_item_options_sub_container__W9al_ .invoice-form_select_container__3htAT{margin-left:2rem}[dir=rtl] .invoice-form_item_options_sub_container__W9al_ .invoice-form_select_container__3htAT{margin-right:2rem}.invoice-form_additional_info__1YOVt,.invoice-form_amount_value__3C3Ye,.invoice-form_currency__17veF{font-size:1.6rem}.invoice-form_notes_textarea__2td8B{width:100%}.invoice-form_vat_gst_div__3hpT-{flex-direction:column}.invoice-form_gst_div__2ZcQO{margin-top:1rem;flex-direction:column}}.invoice-form_section__2GPyN:before{height:2em;display:table-row;content:""}.invoice-form_table__3Sw4r{border-collapse:separate;border-spacing:0 7px;table-layout:auto;overflow-x:auto;width:100%}thead>tr>.invoice-form_detail_column_name__3BnAv:last-child{width:10%}@media (max-width:512px){.invoice-form_table__3Sw4r{display:block}.invoice-form_item_details_summary_row__1VaAk{flex-direction:column}}.invoice-form_table__3Sw4r td,.invoice-form_table__3Sw4r thead th{border:none}.invoice-form_notes__ZKN6U{font-size:1.6rem;color:#46506e;font-weight:600}[dir=ltr] .invoice-form_notes__ZKN6U{text-align:left}[dir=rtl] .invoice-form_notes__ZKN6U{text-align:right}.invoice-form_popup_main__3RJO8{height:auto;padding:3rem;max-width:60rem}.invoice-form_popup_top_div__3FEjY{font-size:2rem;color:#404040;font-weight:700;display:flex;justify-content:space-between}.invoice-form_cross__2f9QY{cursor:pointer;color:#424f62}.invoice-form_popup_text__2lltA{font-size:1.6rem;color:#2d2d2d;font-weight:600;opacity:.8;margin-bottom:5rem}.invoice-form_information_text__1Y7yP{font-size:1.5rem;color:#2d2d2d;font-weight:600;opacity:.8;margin:0 0 .5rem}@media(max-width:1199px){.invoice-form_po_info_column__2lTnh:last-child{margin-top:0}}@media(max-width:768px){.invoice-form_information_text__1Y7yP{visibility:hidden}}@media(max-width:767px){.invoice-form_po_validity_end__cC6d9{margin-bottom:1rem!important}}@media(max-width:635px){.invoice-form_po_info_column__2lTnh:last-child{margin-top:4.5rem}}@media (max-width:767px){.invoice-form_form_col_quotation__WqkZa{margin-bottom:0}.invoice-form_form_col_quotation_date__C1Pba{display:none}}@media (min-width:768px){.invoice-form_form_col_quotation_date_mobile__2123I{display:none}}.invoice-form_isSaudiVATRegistered__3QWTy{padding:5px}[dir=ltr] .invoice-form_isSaudiVATRegistered__3QWTy{margin-right:1rem}[dir=rtl] .invoice-form_isSaudiVATRegistered__3QWTy{margin-left:1rem}.invoice-form_input_label_extended_style__1BwEh,.invoice-form_isSaudiVATRegistered__3QWTy~label{margin-bottom:0}[dir=ltr] .invoice-form_input_label_extended_style__1BwEh,[dir=ltr] .invoice-form_isSaudiVATRegistered__3QWTy~label{margin-right:3rem}[dir=rtl] .invoice-form_input_label_extended_style__1BwEh,[dir=rtl] .invoice-form_isSaudiVATRegistered__3QWTy~label{margin-left:3rem}[dir=ltr] .invoice-form_radio_group__2YFk9{margin-left:1.5rem}[dir=rtl] .invoice-form_radio_group__2YFk9{margin-right:1.5rem}.invoice-form_mute_text__m-0Yb{height:0;margin:0;font-size:11.5px;font-weight:700;color:rgb(131 131 131/63%)}.invoice-form_add_deductions__ycTjz{padding:5px 10px;font-size:1.4rem;color:blue;cursor:pointer;font-weight:700}.invoice-form_add_deduction_dropdown__34xm3{list-style-type:none;font-size:1.3rem;margin:0 auto;padding:0;top:5rem;width:100%;border-bottom-left-radius:5px;border-bottom-right-radius:5px;box-shadow:0 3px 3px 0 rgba(0,0,0,.16);background-color:#fff;z-index:1;position:absolute;max-height:200px;min-width:30rem;overflow-x:auto}.invoice-form_add_deduction_dropdown_item__3gsjS{width:100%;color:#000;border-bottom:1px solid #e0e0e0}[dir=ltr] .invoice-form_add_deduction_dropdown_item__3gsjS{text-align:left}[dir=rtl] .invoice-form_add_deduction_dropdown_item__3gsjS{text-align:right}.invoice-form_add_deduction_dropdown_item__3gsjS:last-child{border:none}.invoice-form_add_deduction_dropdown_item__3gsjS:hover{background-color:#efefef}.invoice-form_add_deduction_dropdown_item__3gsjS label{padding:1rem;margin:0;display:flex;align-items:center}[dir=ltr] .invoice-form_add_deduction_dropdown_item__3gsjS label input[type=checkbox]{margin-right:5px}[dir=rtl] .invoice-form_add_deduction_dropdown_item__3gsjS label input[type=checkbox]{margin-left:5px}.invoice-form_bold__3cdVb{font-weight:700}@keyframes InputCustom_spin__3U2q_{0%{transform:rotate(0deg)}50%{transform:rotate(315deg)}to{transform:rotate(1turn)}}.InputCustom_color__2lJH4.InputCustom_color__2lJH4{border-color:#d6e4ff;background-color:#f3f7ff}[dir=ltr] .InputCustom_color__2lJH4.InputCustom_color__2lJH4{text-align:left}[dir=rtl] .InputCustom_color__2lJH4.InputCustom_color__2lJH4{text-align:right}.InputCustom_color__2lJH4.InputCustom_color__2lJH4~img{width:2.5rem;height:2.5rem;position:absolute;cursor:pointer;bottom:50%;transform:translateY(50%);opacity:.8}[dir=ltr] .InputCustom_color__2lJH4.InputCustom_color__2lJH4~img{right:10px;left:auto!important}[dir=rtl] .InputCustom_color__2lJH4.InputCustom_color__2lJH4~img{left:10px;right:auto!important}.InputCustom_invalid__3F9cx.InputCustom_invalid__3F9cx{border-color:#dc3545}.InputCustom_input_style__N07Fr:disabled{background-color:#f1f1f1!important}.InputCustom_hide_calendar_icon__3VOcp{visibility:hidden}.InputCustom_loader__gF2ZH{height:100%;width:15px;position:absolute;top:0;transform-origin:center center;margin:0;display:flex;justify-content:space-between;align-items:center}[dir=ltr] .InputCustom_loader__gF2ZH{right:10px}[dir=rtl] .InputCustom_loader__gF2ZH{left:10px}.InputCustom_loader__gF2ZH>span{padding:5px;position:absolute;border-bottom:3px solid transparent;border-top:3px solid transparent;border-radius:100%;animation:InputCustom_spin__3U2q_ 1s cubic-bezier(.45,.25,.6,.95) infinite;border-color:#69728b transparent;border-style:solid;border-width:3px}.InputCustom_container__vjVLR{position:relative}.InputCustom_logo_cross__NFikB{position:absolute;top:0;height:2.5rem;cursor:pointer}[dir=ltr] .InputCustom_logo_cross__NFikB{right:0;transform:translate(50%,-50%)}[dir=rtl] .InputCustom_logo_cross__NFikB{left:0;transform:translate(-50%,-50%)}.InputCustom_tele__bHfOR[data-valid=false]>div{border:1px solid red}.InputCustom_tele__bHfOR[data-disabled=true]>{pointer-events:none}.InputCustom_tele__bHfOR input:disabled,.InputCustom_tele__bHfOR select:disabled{background-color:#f1f1f1!important}.InputCustom_radio_input__rhWe3{display:none}.InputCustom_label_radio__T4Bt1{font-size:1.6rem;cursor:pointer;position:relative}[dir=ltr] .InputCustom_label_radio__T4Bt1{padding-left:4.5rem}[dir=rtl] .InputCustom_label_radio__T4Bt1{padding-right:4.5rem}.InputCustom_radio_button__S9Mc7{height:3rem;width:3rem;border:3px solid #82abff;border-radius:50%;display:inline-block;position:absolute;top:-.4rem}[dir=ltr] .InputCustom_radio_button__S9Mc7{left:0}[dir=rtl] .InputCustom_radio_button__S9Mc7{right:0}.InputCustom_radio_button__S9Mc7:after{content:"";display:block;height:1.3rem;width:1.3rem;border-radius:50%;position:absolute;top:50%;background-color:#82abff;opacity:0;transition:opacity .2s}[dir=ltr] .InputCustom_radio_button__S9Mc7:after{left:50%;transform:translate(-50%,-50%)}[dir=rtl] .InputCustom_radio_button__S9Mc7:after{right:50%;transform:translate(50%,-50%)}.InputCustom_radio_input__rhWe3:checked~.InputCustom_label_radio__T4Bt1 .InputCustom_radio_button__S9Mc7:after{opacity:1}.InputCustom_toggle_wrapper__2p9xZ{align-items:center}.InputCustom_toggle_title__1m2kM{font-size:1.6rem;position:relative;flex:0.2 1}.InputCustom_toggle__L4eqF{display:none}.InputCustom_toggle__L4eqF,.InputCustom_toggle__L4eqF *,.InputCustom_toggle__L4eqF+.InputCustom_toggle_btn__20Jf3,.InputCustom_toggle__L4eqF:after,.InputCustom_toggle__L4eqF :after,.InputCustom_toggle__L4eqF:before,.InputCustom_toggle__L4eqF :before{box-sizing:border-box}.InputCustom_toggle__L4eqF+.InputCustom_toggle_btn__20Jf3::-moz-selection,.InputCustom_toggle__L4eqF::-moz-selection,.InputCustom_toggle__L4eqF ::-moz-selection,.InputCustom_toggle__L4eqF:after::-moz-selection,.InputCustom_toggle__L4eqF :after::-moz-selection,.InputCustom_toggle__L4eqF:before::-moz-selection,.InputCustom_toggle__L4eqF :before::-moz-selection{background:none}.InputCustom_toggle__L4eqF+.InputCustom_toggle_btn__20Jf3::selection,.InputCustom_toggle__L4eqF::selection,.InputCustom_toggle__L4eqF ::selection,.InputCustom_toggle__L4eqF:after::selection,.InputCustom_toggle__L4eqF :after::selection,.InputCustom_toggle__L4eqF:before::selection,.InputCustom_toggle__L4eqF :before::selection{background:none}.InputCustom_toggle__L4eqF+.InputCustom_toggle_btn__20Jf3{outline:0;display:block;width:5rem;height:3rem;position:relative;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.InputCustom_toggle__L4eqF+.InputCustom_toggle_btn__20Jf3:after,.InputCustom_toggle__L4eqF+.InputCustom_toggle_btn__20Jf3:before{position:relative;display:block;content:"";width:50%;height:100%}[dir=ltr] .InputCustom_toggle__L4eqF+.InputCustom_toggle_btn__20Jf3:after{left:0}[dir=rtl] .InputCustom_toggle__L4eqF+.InputCustom_toggle_btn__20Jf3:after{right:0}.InputCustom_toggle__L4eqF+.InputCustom_toggle_btn__20Jf3:before{display:none}[dir=ltr] .InputCustom_toggle__L4eqF:checked+.InputCustom_toggle_btn__20Jf3:after{left:50%}[dir=rtl] .InputCustom_toggle__L4eqF:checked+.InputCustom_toggle_btn__20Jf3:after{right:50%}.InputCustom_toggle_flat__3cbCZ+.InputCustom_toggle_btn__20Jf3{padding:2px;transition:all .2s ease;background:#fff;border:4px solid #d3d2d2;border-radius:2rem}.InputCustom_toggle_flat__3cbCZ+.InputCustom_toggle_btn__20Jf3:after{transition:all .2s ease;background:#d3d2d2;content:"";border-radius:1rem}.InputCustom_toggle_flat__3cbCZ:checked+.InputCustom_toggle_btn__20Jf3{border:4px solid #82abff}.InputCustom_toggle_flat__3cbCZ:checked+.InputCustom_toggle_btn__20Jf3:after{background:#82abff}[dir=ltr] .InputCustom_toggle_flat__3cbCZ:checked+.InputCustom_toggle_btn__20Jf3:after{left:50%}[dir=rtl] .InputCustom_toggle_flat__3cbCZ:checked+.InputCustom_toggle_btn__20Jf3:after{right:50%}.customForm_form_article__u4a99{width:100%}.customForm_heading__2IiZV{color:#404040;margin-bottom:3rem;font-size:2rem;font-weight:600}.customForm_description__3LZST{font-size:1.8rem;color:#404040;margin-bottom:3rem}.customForm_input_container__2vxPx{display:flex;justify-content:space-between;flex-wrap:wrap}.customForm_full_width__OxM-H{width:100%}.customForm_input_wrapper__1ljTt{margin:5px 0;width:45%;max-width:35rem}.customForm_attachment_name__1GM_l{font-size:1.6rem;font-weight:500;margin:0 0 6px;white-space:nowrap}[dir=ltr] .customForm_attachment_name__1GM_l{margin-left:1rem}[dir=rtl] .customForm_attachment_name__1GM_l{margin-right:1rem}.customForm_attachment__2SgXC{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:45%;max-width:35rem;margin:0 0 1rem}.customForm_attachment__2SgXC>label{white-space:normal}.customForm__custom_form__3uba- .customForm_heading__2IiZV{margin-bottom:2rem;margin-top:2rem}.customForm__custom_form__3uba- .customForm_description__3LZST{margin-bottom:1.5rem}.customForm_comment_holder__2Mkug .customForm_heading__2IiZV{margin-bottom:1rem;margin-top:1rem}.customForm_summary__1gBr2{position:relative;background-color:#ededed;list-style-type:none}.customForm_summary__1gBr2::-webkit-details-marker{background:url(/img/arrow.svg);background-repeat:no-repeat;background-size:cover;padding:1rem;position:absolute;transform:translateY(-50%);top:50%;filter:opacity(.6)}[dir=ltr] .customForm_summary__1gBr2::-webkit-details-marker{right:10px}[dir=rtl] .customForm_summary__1gBr2::-webkit-details-marker{left:10px}[dir=ltr] .customForm_details__1Ujs6[open] summary::-webkit-details-marker{transform:rotate(90deg)}[dir=rtl] .customForm_details__1Ujs6[open] summary::-webkit-details-marker{transform:rotate(-90deg)}.customForm_summary__1gBr2:before{content:".";position:absolute;top:2px;height:3rem;width:3rem;color:transparent;background-color:#7b8295;border-radius:100%;z-index:2}[dir=ltr] .customForm_summary__1gBr2:before{left:-5rem}[dir=rtl] .customForm_summary__1gBr2:before{right:-5rem}.customForm_summary__1gBr2:after{content:".";position:absolute;top:7px;height:2rem;width:2rem;color:transparent;background-color:#ededed;z-index:-1}[dir=ltr] .customForm_summary__1gBr2:after{left:-1.3rem;transform:rotate(-45deg);border-bottom-right-radius:100%}[dir=rtl] .customForm_summary__1gBr2:after{right:-1.3rem;transform:rotate(45deg);border-bottom-left-radius:100%}.customForm_comment_holder__2Mkug{position:relative;border-color:#ededed}.customForm_comment_holder__2Mkug:before{content:".";position:absolute;top:0;height:calc(50% + 8rem);width:2px;color:transparent;background-color:#e9ebfd;z-index:-10}[dir=ltr] .customForm_comment_holder__2Mkug:before{left:-3.8rem}[dir=rtl] .customForm_comment_holder__2Mkug:before{right:-3.8rem}.customForm_comment_holder__2Mkug:after{content:".";position:absolute;top:60%;height:calc(50% + 8rem);width:2px;color:transparent;background-color:#e9ebfd;z-index:-10}[dir=ltr] .customForm_comment_holder__2Mkug:after{left:-3.8rem}[dir=rtl] .customForm_comment_holder__2Mkug:after{right:-3.8rem}.customForm_comment_holder__2Mkug:first-child:before{height:calc(100% + 10rem);top:-10rem}.customForm_dropdown_container__3hUvm{border:2px solid #dae2f7;border-radius:3px}.customForm_searchArea__3Eccj{width:90%;max-height:5rem;overflow-y:auto;background-color:#fff!important;border:none;color:#404040;font-size:1.6rem;border-radius:4px;resize:none}.customForm_searchArea__3Eccj::-webkit-scrollbar{width:0!important}.customForm_searchArea__3Eccj:disabled{background-color:#f1f1f1!important}.customForm_add_category__13iqT{font-size:1.4rem;font-weight:600;color:#2a3aff;cursor:pointer;display:inline-block}.customForm_business_categories_table__23lVN{border-collapse:collapse;border-spacing:0;width:100%}.customForm_business_categories_table__23lVN thead{background-color:#dae2f7;font-size:1.8rem;color:#404040;text-align:center;width:100%}.customForm_business_categories_table__23lVN th{padding:.7rem 10px;font-size:1.4rem}[dir=ltr] .customForm_business_categories_table__23lVN th{text-align:left}[dir=rtl] .customForm_business_categories_table__23lVN th{text-align:right}.customForm_business_categories_table__23lVN ul{border-top:4px solid var(--faint-grey)}[dir=ltr] .customForm_business_categories_table__23lVN td:nth-child(3) ul{right:0}[dir=rtl] .customForm_business_categories_table__23lVN td:nth-child(3) ul{left:0}[dir=ltr] .customForm_business_categories_table__23lVN td:nth-child(3) li{text-align:right}[dir=rtl] .customForm_business_categories_table__23lVN td:nth-child(3) li{text-align:left}.customForm_radio_wrapper__PzSLr input,.customForm_radio_wrapper__PzSLr label{cursor:pointer}.customForm_rich_text_wrappper__3Ayz0{font-size:1.6rem;font-family:Open Sans,sans-serif}.customForm_key_value_list__2aMeQ{display:flex;font-size:1.6rem;width:100%;justify-content:flex-start;padding:5px;align-items:flex-start;background-color:#ebeeef}.customForm_key_value_list__2aMeQ:nth-child(2n){background-color:#f8fafb}.customForm_list_key__3GEn2{font-weight:500;min-width:30%}.customForm_list_key__3GEn2,.customForm_list_value__1QsVd{color:#404040;white-space:normal;margin:0}.customForm_search_info__3Gkcc{font-size:1.6rem;display:flex;justify-content:space-between;text-transform:capitalize}.customForm_search_info__3Gkcc>span:nth-child(2){text-transform:capitalize}[dir=ltr] .customForm_search_info__3Gkcc>span:nth-child(2){margin-left:2rem}[dir=rtl] .customForm_search_info__3Gkcc>span:nth-child(2){margin-right:2rem}@media(max-width:768px){.customForm_key_value_list__2aMeQ{width:100%}.customForm_attachment__2SgXC{width:100%;max-width:100%;min-width:90%}.customForm_input_wrapper__1ljTt{margin:1rem 0!important;flex-direction:column!important;justify-content:space-evenly;align-items:flex-start!important;flex-wrap:nowrap;width:100%!important;max-width:none}.customForm_input_wrapper__1ljTt>label{margin:0 0 1rem}.customForm_radio_wrapper__PzSLr{flex-direction:row!important;max-width:none;justify-content:flex-start;align-items:center!important}.customForm_input_container__2vxPx{width:100%}.customForm_business_categories_container__2v7d5>div{overflow-x:auto}.customForm_form_article__u4a99{width:100%}}.customForm_embed__3kJoU{font-size:1.6rem;display:flex;justify-content:flex-start;align-items:center}.customForm_embed__3kJoU>img{height:100%;max-height:1.5rem}[dir=ltr] .customForm_embed__3kJoU>img{margin-left:1rem}[dir=rtl] .customForm_embed__3kJoU>img{margin-right:1rem}.customForm_file_upload_TnC__1Hf90{display:inline-block;overflow:hidden;vertical-align:middle;width:100%;white-space:nowrap;text-overflow:ellipsis}@media(min-width:1025px){.customForm_input_container__2vxPx label{font-size:1.4rem}.customForm_input_container__2vxPx{max-width:calc(35rem * 2.5)}.customForm_input_container__2vxPx input,.customForm_input_container__2vxPx select,.customForm_input_container__2vxPx textarea{font-size:1.4rem;min-height:3.5rem}.customForm_heading__2IiZV{font-size:1.6rem}.customForm_description__3LZST{font-size:1.4rem}}.forms_title_bar__11aki{border:0;padding:8px;background-color:#e9ebff}.forms_title_bar__11aki>p{margin:0}[dir=ltr] .forms_title_bar__11aki>p{margin-left:2rem}[dir=rtl] .forms_title_bar__11aki>p{margin-right:2rem}.forms_form_holder__3FckR{border:4px solid #eae7fd;border-radius:5px;background-color:#fff}.forms_main_content__3Oecy{padding-bottom:2rem}.forms_userName__2o0Rr{font-size:1.6rem;color:#404040;font-weight:700}.forms_title__1HXVf{font-size:1.8rem;font-weight:700;color:#46506eb3}.forms_main__Ez6kc{width:100%;padding-bottom:4rem}.forms__fields_container__1_2pu{margin-bottom:4rem!important}@media(max-width:768px){.forms__fields_container__1_2pu div:nth-child(2n){order:1}.forms__fields_container__1_2pu div:nth-child(7),.forms__fields_container__1_2pu div:nth-child(8){margin-bottom:4rem!important}}.forms_approved__3Pg73{font-size:4rem;font-weight:700;display:inline-block;padding:.25rem 1rem;text-transform:uppercase;font-family:Courier;-webkit-mask-image:url(/img/texture.webp);-webkit-mask-size:500%;mix-blend-mode:multiply;color:#0a9928;border:5px solid #0a9928;-webkit-mask-position:23rem 6rem;border-radius:10px;bottom:0;position:absolute;opacity:.5}[dir=ltr] .forms_approved__3Pg73{transform:rotate(-14deg);right:0}[dir=rtl] .forms_approved__3Pg73{transform:rotate(14deg);left:0}.forms_rejected__1OUfV{font-size:4rem;font-weight:700;display:inline-block;padding:.25rem 1rem;text-transform:uppercase;font-family:Courier;-webkit-mask-image:url(/img/texture.webp);-webkit-mask-size:500%;mix-blend-mode:multiply;color:crimson;border:5px solid crimson;-webkit-mask-position:23rem 6rem;border-radius:10px;bottom:0;position:absolute;opacity:.5}[dir=ltr] .forms_rejected__1OUfV{transform:rotate(-14deg);right:0}[dir=rtl] .forms_rejected__1OUfV{transform:rotate(14deg);left:0}.forms_submitted__2q4Gt{font-size:4rem;font-weight:700;display:inline-block;padding:.25rem 1rem;text-transform:uppercase;font-family:Courier;-webkit-mask-image:url(/img/texture.webp);-webkit-mask-size:500%;mix-blend-mode:multiply;color:#047af7;border:5px solid #047af7;-webkit-mask-position:23rem 6rem;border-radius:10px;bottom:0;position:absolute;opacity:.5}[dir=ltr] .forms_submitted__2q4Gt{transform:rotate(-14deg);right:0}[dir=rtl] .forms_submitted__2q4Gt{transform:rotate(14deg);left:0}@media(max-width:768px){.forms_approved__3Pg73,.forms_rejected__1OUfV,.forms_submitted__2q4Gt{bottom:50%}}@media(min-width:1025px){.forms_title__1HXVf,.forms_userName__2o0Rr{font-size:1.4rem}}.pagination_paginatorButtons__1QDNm,.pagination_paginatorButtons__1QDNm:active,.pagination_paginatorButtons__1QDNm:focus,.pagination_paginatorButtons__1QDNm:hover{padding:1rem 2rem;display:flex;justify-content:center;align-items:stretch;margin:0;border:1px solid #e2e2e2;font-size:1.4rem;font-weight:700;text-decoration:none;list-style-type:none}.pagination_paginatorButtonsCommonStyle__edSab{cursor:pointer;background-color:#fff}.pagination_paginatorWrapper__2J1vz{display:flex;justify-content:space-between;width:100%;flex-wrap:wrap-reverse}.pagination_paginator__Cl96a{display:flex;margin:1rem 0;align-items:baseline;overflow-x:auto}[dir=ltr] .pagination_paginator__Cl96a{margin-left:2rem}[dir=rtl] .pagination_paginator__Cl96a{margin-right:2rem}.pagination_paginatorButtonsContainer__37v_A{padding:0;margin:0;overflow:auto;display:flex}.pagination_paginationShifter__3aiOg{border:1px solid #c7c7c7;font-weight:600}.pagination_paginatorGoTo__38m4S{display:flex;justify-content:space-between;align-items:center;background-color:#fff;font-size:1.6rem;margin:1rem 0}.pagination_goToSearchLabel__jPoXd{display:flex;align-items:center;color:#afb2b9;font-weight:600;white-space:nowrap;margin:0}.pagination_goToSearchInput__1E85K{max-width:6rem;border-radius:5px;border:2px solid #e9ebff;margin:0 5px;text-align:center}.pagination_goToButton__2M7J1{cursor:pointer;margin:0;border:none;padding:0;font-size:1.8rem;font-weight:600;background-color:inherit;color:inherit;display:flex;align-items:center}.pagination_goToButton__2M7J1:disabled{cursor:not-allowed;color:#afb2b9}.pagination_goToButtonImg__JqzUg{filter:invert(1);width:10px}[dir=ltr] .pagination_goToButtonImg__JqzUg{transform:rotate(-90deg);margin-left:5px}[dir=rtl] .pagination_goToButtonImg__JqzUg{transform:rotate(90deg);margin-right:5px}.pagination_goToButton__2M7J1:disabled .pagination_goToButtonImg__JqzUg{opacity:.3}.reloadbutton_reload__3yjbL{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--faint-grey);padding:.5rem;border:1px solid #ececec;border-radius:5px;cursor:pointer;outline:none;height:4rem}[dir=ltr] .reloadbutton_reload__3yjbL{margin-right:1.5rem}[dir=rtl] .reloadbutton_reload__3yjbL{margin-left:1.5rem}.reloadbutton_reload__3yjbL img{height:100%;opacity:.5}.reloadbutton_reload__3yjbL span{min-width:15rem;background-color:#555;color:#fff;text-align:center;border-radius:6px;position:absolute;bottom:-6px;font-size:1.4rem;padding:5px .5rem;display:none;transition:all .5s ease-in-out}[dir=ltr] .reloadbutton_reload__3yjbL span{right:133%;margin-left:-60px}[dir=rtl] .reloadbutton_reload__3yjbL span{left:133%;margin-right:-60px}.reloadbutton_reload__3yjbL:hover{background-color:#ececec}.reloadbutton_reload__3yjbL:hover span{display:block}.reloadbutton_reload__3yjbL:focus{outline:none}.reloadbutton_reload__3yjbL:hover.reloadbutton_reload__3yjbL:after{content:" ";position:absolute;bottom:var(--bottom);border:5px solid transparent;border-top-color:#555;transform:rotate(var(--rotate))}[dir=ltr] .reloadbutton_reload__3yjbL:hover.reloadbutton_reload__3yjbL:after{right:var(--right)}[dir=rtl] .reloadbutton_reload__3yjbL:hover.reloadbutton_reload__3yjbL:after{left:var(--right)}.reloadbutton_reload__3yjbL:disabled{background-color:#ddd!important;cursor:not-allowed;pointer-events:none;border:none;color:rgba(70,80,110,.7)}.modals_popup_payment__1TzX9{height:auto;padding:3rem;width:68rem}.modals_row_even__TMh3w{background-color:#f0f8ff}.modals_row_even__TMh3w,.modals_row_odd__1XDbo{outline:none;border:none;flex-grow:2;max-width:40%}.modals_row_odd__1XDbo{background-color:#b9d9eb}.modals_column_payment__1IFKY{height:35rem;width:100%;border:2px solid #000;font-size:15px;font-weight:700;overflow-y:scroll;line-height:5px}[dir=ltr] .modals_column_payment__1IFKY{margin:0 0 10px 11px;text-align:left}[dir=rtl] .modals_column_payment__1IFKY{margin:0 11px 10px 0;text-align:right}.modals_popup_main__2bTft{height:auto;padding:3rem;max-width:60rem}[dir=ltr] .modals_popup_main__2bTft{text-align:left}[dir=rtl] .modals_popup_main__2bTft{text-align:right}.modals_popup_top_div__26WSK{font-size:2rem;color:#404040;font-weight:700;display:flex;justify-content:space-between}.modals_popup_banner_div__7jAWt{font-size:2rem;color:#404040;font-weight:700;display:flex;background:#e9ebff;margin-bottom:1rem}.modals_cross__YXErT{cursor:pointer;color:#424f62;font-size:1.6rem;padding:0 1rem}.modals_popup_banner_text__2VxE8{font-size:1.6rem;color:#2d2d2d;font-weight:600;opacity:.8;margin:1.2rem}.modals_popup_text__30SCg{font-size:1.6rem;color:#2d2d2d;font-weight:600;opacity:.8;margin-bottom:4rem}.modals_invitee_details__3u7ex{font-size:2rem}.modals_invitee_details__3u7ex>p{display:inline-block}.modals_form_control__2yO7f{background-color:#f3f7ff!important;color:#404040;font-size:1.6rem;border:1px solid #f3f7ff;border-radius:4px;min-height:4rem}.modals_form_control__2yO7f::-moz-placeholder{color:#a3b6ed}.modals_form_control__2yO7f::placeholder{color:#a3b6ed}.modals_form_control_container__33XAf{position:relative}.modals_custom_select_opt__1P8Pn{-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;height:auto!important}.modals_down_arrow_solid_1__3BX85{position:absolute;top:50%;pointer-events:none}[dir=ltr] .modals_down_arrow_solid_1__3BX85{right:15%;transform:rotate(90deg)}[dir=rtl] .modals_down_arrow_solid_1__3BX85{left:15%;transform:rotate(-90deg)}.modals_item_options_container__2FmsQ{display:flex;flex-direction:row;justify-content:flex-end}.modals_popup_vendor_reg_div__Au-cB{display:flex;justify-content:space-between;margin-bottom:2rem}.modals_popup_vendor_reg_div1__3oGCb{width:50%}[dir=ltr] .modals_popup_vendor_reg_div1__3oGCb{margin-right:2rem}[dir=rtl] .modals_popup_vendor_reg_div1__3oGCb{margin-left:2rem}.modals_vat_report_table__12bip{border:none;width:60vw;min-width:40rem;font-Size:1.6rem}.modals_vat_report_table__12bip th{padding:1.5rem 2rem;background-color:var(--pale-blue);font-weight:600;text-align:center;border:1px solid #e1e1e1;vertical-align:top}.modals_vat_report_table__12bip td{padding:1rem;text-align:center;border:1px solid #e1e1e1}.modals_filter_selector__1FF99{display:flex;width:100%;margin-bottom:2.5rem;align-items:center}.modals_filter_selector_label__1PwMJ{font-size:1.8rem;display:flex;align-items:center;cursor:pointer}[dir=ltr] .modals_filter_selector_label__1PwMJ:first-child{margin-right:4rem}[dir=rtl] .modals_filter_selector_label__1PwMJ:first-child{margin-left:4rem}.modals_filter_selector_label__1PwMJ>input{cursor:pointer}[dir=ltr] .modals_filter_selector_label__1PwMJ>input{margin-left:1rem}[dir=rtl] .modals_filter_selector_label__1PwMJ>input{margin-right:1rem}.modals_log_table__1G7Ex{width:100%;font-size:1.8rem;border:1px solid #fff;margin-bottom:auto}.modals_log_table__1G7Ex thead{background-color:rgba(0,140,255,.102)}.modals_col_center__1JfLD{text-align:center}.modals_status_badge__2SRbN{height:2.3rem}[dir=ltr] .modals_status_badge__2SRbN{margin-right:1rem}[dir=rtl] .modals_status_badge__2SRbN{margin-left:1rem}.modals_log_table_row__3ArMB{border:1px solid #fff}.modals_log_table__1G7Ex td,.modals_log_table__1G7Ex th{padding:2.5px 5px}.modals_template_layout__3UyRB{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:10px;gap:10px;max-height:60vh;overflow-y:auto;margin-bottom:1.6rem}.modals_flex_start__1BIeQ{display:flex;align-items:center;justify-content:flex-start}.modals_xero_table_wrapper__1C7yA{height:100%;overflow-y:scroll;overflow-x:hidden;width:100%}.modals_xero_table__oBtP4{width:100%;font-size:1.6rem;word-break:break-word}.modals_xero_table_head__nbQek{background-color:#cedbe7}.modals_xero_table_head__nbQek th{padding:1rem 2rem}.modals_xero_table_body__1c0gJ td{padding:5px 2rem;border:1px solid #f5f7f9}.modals_xero_table_body__1c0gJ tr:nth-child(2n){border-bottom:1px solid #f5f7f9}.modals_TnC_container__2BB0G{padding-bottom:2rem;display:flex;flex-direction:column;align-items:center}.modals_TnC_wrapper__2iVsG{font-size:1.6rem;display:flex;align-items:center;margin-bottom:1rem}[dir=ltr] .modals_TnC_wrapper__2iVsG>input{margin-right:1rem}[dir=rtl] .modals_TnC_wrapper__2iVsG>input{margin-left:1rem}.modals_TnC_wrapper__2iVsG>label{cursor:pointer;margin-bottom:0}@media only screen and (max-width:600px){.modals_popup_vendor_reg_div__Au-cB{display:flex;flex-direction:column}.modals_popup_vendor_reg_div1__3oGCb{margin-bottom:2rem;width:100%}.modals_vat_report_table__12bip{width:75vw}.modals_filter_selector_label__1PwMJ{font-size:1.6rem}}@media only screen and (max-width:1024px){.modals_template_layout__3UyRB{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:768px){.modals_template_layout__3UyRB{grid-template-columns:repeat(2,1fr)}}@media only screen and (max-width:480px){.modals_template_layout__3UyRB{grid-template-columns:repeat(1,1fr)}}.notificationLog_notification_card__dWMlW{color:#1e1e1e;margin:5px;padding:10px;display:flex;align-items:center;border:1px solid #ececec;border-radius:5px}.notificationLog_notification_content__31E7O{display:flex;align-items:center;gap:20px}.notificationLog_notification_text__1k2m-{display:flex;flex-direction:column}.notificationLog_notification_message__19gSV{font-size:1.6rem;margin:0}.notificationLog_notification_footer__2VeE1{font-size:1.2rem;color:#b0b0b0;margin:0}.portal_portal_backdrop__2tlR-{width:100%;height:100%;position:fixed;top:0;z-index:1000;background-color:#000000c2;display:none}[dir=ltr] .portal_portal_backdrop__2tlR-{left:0}[dir=rtl] .portal_portal_backdrop__2tlR-{right:0}.portal_portal_div__2j4Xi{position:fixed;top:50%;z-index:1500;background-color:#fff;overflow:auto;border-radius:5px;display:none}[dir=ltr] .portal_portal_div__2j4Xi{left:50%;transform:translate(-50%,-50%)}[dir=rtl] .portal_portal_div__2j4Xi{right:50%;transform:translate(50%,-50%)}@keyframes portal_backdropFadeOut__199kV{0%{opacity:1}to{opacity:0}}@keyframes portal_backdropFadeIn__1F5J3{0%{opacity:0}to{opacity:1}}@keyframes portal_fadeOutRight__3gQq1{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(120%,-50%)}}@keyframes portal_fadeInRight__1Ef1O{0%{opacity:0;transform:translate(120%,-50%)}to{opacity:1;transform:translate(-50%,-50%)}}@keyframes portal_modalFadeOut__1_ysz{0%{opacity:1;transform:translate(-50%,-50%)}to{opacity:0;transform:translate(-50%,-75%)}}@keyframes portal_modalFadeIn__2VOTs{0%{opacity:0;transform:translate(-50%,-75%)}to{opacity:1;transform:translate(-50%,-50%)}}