*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p,span{color:#212427;color:var(--text-color)}:disabled{cursor:not-allowed!important}.code,code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.code{color:#000;color:initial}.code *{color:#ccc}:root{--text-color:#212427;--secundary-text-color:#6b6b6b;--nav-height:60px;--border-color:#dfdfdf;--border-color-light:#eee;--gray-background:#f0f4f7;--color_orange_aj:#f36c30;--color_gray_aj:#58585a;--title-size:2rem;--subtitle-size:1.4rem;font-size:12px}.lg_btn{align-items:center;background-color:#f36c30;background-color:var(--color_orange_aj);border:1px solid #f36c30;border:1px solid var(--color_orange_aj);border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1.3rem;height:36px;justify-content:center;min-width:84px;padding:0 23px;transition:.2s;-webkit-user-select:none;user-select:none;white-space:nowrap}.lg_btn:hover{background-color:#ff996d;border-color:#ff996d}.lg_btn.secundary{background-color:initial;color:#f36c30;color:var(--color_orange_aj);font-weight:500}.full_input{display:flex;flex-direction:column;height:50px;margin-bottom:10px;position:relative;width:100%}.full_input>label{left:6px;position:absolute;top:5px;-webkit-user-select:none;user-select:none}.full_input.dark>label{color:#ccc}.full_input input{border:1px solid #c1e4fe;border-radius:6px;color:#162d3d;display:block;font-size:1.1rem;height:100%;padding:20px 3px 5px 6px;transition:.2s}.full_input.dark input{background-color:#23262c;border:1px solid #393b42;color:#ccc}.full_input input:hover{background-color:#eaf7ff}.full_input.dark input:hover{background-color:#292b30}.full_input input:focus{border-color:#3899ec;box-shadow:0 0 0 3px #aadbfc;outline:none}.full_input.dark input:focus{border-color:#f36c30;box-shadow:0 0 0 1px #f36c30;outline:none}.full_input select{border:1px solid #c1e4fe;border-radius:6px;color:#162d3d;display:block;font-size:1.1rem;height:100%;padding:20px 3px 5px 6px;transition:.2s}.full_input select:hover{background-color:#eaf7ff}.full_input select:focus{border-color:#3899ec;box-shadow:0 0 0 3px #aadbfc;outline:none}.blue_btn{align-items:center;background-color:#635bff;border:1px solid #635bff;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:1.3rem;justify-content:center;line-height:1;padding:.4vw 1.5vw;transition:.2s;-webkit-user-select:none;user-select:none;white-space:nowrap;width:fit-content}.blue_btn:hover{background-color:#766fff;border-color:#766fff;color:#fff}.light_btn{align-items:center;background-color:#3899ec;border:1px solid #3899ec;border-radius:6px;color:#fff;cursor:pointer;display:flex;font-size:16px;height:36px;justify-content:center;line-height:24px;min-width:84px;padding:0 23px;transition:.2s;-webkit-user-select:none;user-select:none;white-space:nowrap}.light_btn.secundary{background-color:#fff;color:#3899ec}.light_btn.danger{background-color:#c00;border:1px solid #0000}.light_btn.danger:hover{background-color:#a80000;border:1px solid #0000}.light_btn:hover{background-color:#4eb7f5;border-color:#4eb7f5;color:#fff}.fancy_input{border:1px solid #c1e4fe;border-radius:6px;color:#162d3d;display:block;font-size:16px;line-height:24px;padding:5px 3px 5px 6px;transition:.2s}.fancy_input:hover{background-color:#eaf7ff}.fancy_input:focus{border-color:#3899ec;box-shadow:0 0 0 3px #aadbfc;outline:none}.fancy_radio{-webkit-appearance:none;appearance:none;background:#0000;border:1px solid #3899ec;border-radius:50%;height:16px;min-width:16px}.fancy_radio:before{background-color:#3899ec;border-radius:50%;content:"";display:block;height:10px;left:0;margin:2px;top:0;transform:scale(0);transition:.2s;width:10px}.fancy_radio:checked:before{transform:scale(1)}.form_group{display:flex;gap:30px;margin-bottom:20px}.inputs_group{display:flex;gap:20px;width:100%}.input_group{display:flex;flex-direction:column;margin-bottom:10px;width:100%}.input_group .question>label,.input_group>label{color:#32536a;display:inline-block!important;font-size:14px;line-height:18px;margin-bottom:6px;white-space:nowrap!important}.input_group>span{color:#c00;font-size:12px;font-weight:500;margin-top:2px}.input_group input{width:100%}.error_msg{color:#c00;font-size:1rem;font-weight:500;margin-top:5px}.radio_option{align-items:center;display:flex;font-size:1.2rem;gap:10px}.radio_option label{-webkit-user-select:none;user-select:none}.modal_container{align-items:center;background-color:#000000bf;display:flex;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:.25s;visibility:hidden;width:100%;z-index:401}.modal_container.active{opacity:1;visibility:visible}.modal_container.nb{background-color:initial}.form_modal{background-color:#fff;border-radius:6px;display:flex;flex-direction:column;overflow-y:auto}.form_modal .header{align-items:center;border-bottom:1px solid #dfdfdf;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:15px;width:100%}.form_modal .header h2{font-size:1.5rem;font-weight:600}.form_modal .header .close{background-color:initial;border:none;color:#212427;color:var(--text-color);cursor:pointer;font-size:2rem;outline:none;width:40px}.form_modal .body{padding:20px 15px}.form_modal .body .input_group{margin-bottom:10px}.form_modal .footer{align-items:center;border-top:1px solid #dfdfdf;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;padding:15px;width:100%}.form_modal .footer .submit{display:flex;gap:10px}.form_modal .footer .loader{opacity:0;transition:.2s;visibility:hidden}.form_modal .footer .loader.active{opacity:1;visibility:visible}.steps_modal{background-color:#fff;display:grid;grid-template-rows:60px 6px 75px 1fr;height:100%;position:relative;width:100%}.steps_modal .header{align-items:center;border-bottom:1px solid #dfdfdf;border-bottom:1px solid var(--border-color);display:flex;height:60px;justify-content:center;padding:10px 2%;width:100%}.steps_modal .header .logo{height:100%}.steps_modal .progress{background-color:#dfdfdf;background-color:var(--border-color);height:6px;position:relative;width:100%}.steps_modal .progress .bar{background-color:#f36c30;background-color:var(--color_orange_aj);border-bottom-right-radius:5px;border-top-right-radius:5px;height:100%;left:0;position:absolute;top:0;transition:.25s;width:100%}.steps_modal>.actions{align-items:center;display:flex;justify-content:space-between;padding:15px 2%}.steps_modal>.actions .close{background-color:#e4e4e4;color:#6b6b6b;color:var(--secundary-text-color);width:45px}.steps_modal>.actions .close,.steps_modal>.actions .next{border:none;border-radius:5px;cursor:pointer;font-size:1.6rem;height:45px;outline:none}.steps_modal>.actions .next{background-color:#f36c30;background-color:var(--color_orange_aj);color:#fff;padding:0 20px}.steps_modal>.actions .next:disabled{background-color:#e4e4e4;color:#6b6b6b;color:var(--secundary-text-color)}.steps_modal .step{align-items:center;display:flex;flex-direction:column;height:100%;overflow-y:auto;padding:20px;position:absolute;top:141px;transform:translateX(100%);transition:.25s;width:100%}.steps_modal .step.active{transform:translateX(0)}.steps_modal .step h1{font-size:1.6rem;font-weight:600}.steps_modal .step .description{font-size:1.2rem;margin-top:10px}.delete_circular_btn{--size:35px;background-color:#c00;border:1px solid #dfdfdf;border:1px solid var(--border-color);border-radius:50%;color:#fff;cursor:pointer;font-size:1rem;max-height:var(--size);max-width:var(--size);min-height:var(--size);min-width:var(--size)}.delete_circular_btn:hover{background-color:red}.error_result{background-color:#ff00001a;border:1px solid red;border-radius:5px}.error_result,.success_result{align-items:center;display:flex;gap:10px;margin-bottom:20px;padding:10px}.success_result{background-color:#00ff001a;border:1px solid green;border-radius:5px}.login_app{display:grid;grid-template-rows:90px auto;height:100vh;width:100%}.header_login{align-items:center;display:flex;height:90px;justify-content:space-between;padding:20px 2%;width:100%}.header_login>div{align-items:center;display:flex;height:100%}.header_login .logo{height:100%}.header_login .spacer{background-color:#e0e0e0;height:50%;margin:0 50px;width:1px}.header_login .name{color:#7a7a7a;font-size:1.2rem;font-weight:400}.login_form_container{align-items:center;display:flex;justify-content:center;padding-bottom:90px}.login_form_container .form{width:30%}.login_form_container button{height:50px;position:relative;width:100%}.login_form_container button .loader{bottom:0;left:0;position:absolute;width:100%}.login_form_container .full_input{margin-bottom:20px}.login_form_container .remember{align-items:center;display:flex;margin-bottom:20px}.login_form_container .remember label{margin-left:10px;-webkit-user-select:none;user-select:none}.login_form_container .links{align-items:center;display:flex;margin-top:20px}.login_form_container .links a{font-size:1.2rem;text-decoration:none}.login_form_container .links .separator{background-color:var(--color_gray_aj);height:20px;margin:0 20px;width:1px}.bar_loader{--height-of-loader:4px;--loader-color:var(--color_orange_aj);background-color:#0003;border-radius:30px;height:var(--height-of-loader);position:relative;width:100%}.bar_loader:before{animation:moving 1s ease-in-out infinite;background:var(--loader-color);border-radius:30px;content:"";height:100%;left:0;position:absolute;top:0;width:0}@keyframes moving{50%{width:100%}to{left:auto;right:0;width:0}}.auth_screen{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;opacity:1;position:absolute;top:0;transition:.25s;visibility:visible;width:100%;z-index:801}.auth_screen.hidden{opacity:0;visibility:hidden}.pl{height:6em;width:6em}.pl__ring{animation:ringA 2s linear infinite}.pl__ring--a{stroke:#f42f25}.pl__ring--b{stroke:#f49725;animation-name:ringB}.pl__ring--c{stroke:#255ff4;animation-name:ringC}.pl__ring--d{stroke:#f42582;animation-name:ringD}@keyframes ringA{0%,4%{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-330}12%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-335}32%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-595}40%,54%{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-660}62%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-665}82%{stroke-dasharray:60 600;stroke-width:30;stroke-dashoffset:-925}90%,to{stroke-dasharray:0 660;stroke-width:20;stroke-dashoffset:-990}}@keyframes ringB{0%,12%{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-110}20%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-115}40%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-195}48%,62%{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-220}70%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-225}90%{stroke-dasharray:20 200;stroke-width:30;stroke-dashoffset:-305}98%,to{stroke-dasharray:0 220;stroke-width:20;stroke-dashoffset:-330}}@keyframes ringC{0%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:0}8%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-5}28%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-175}36%,58%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-220}66%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-225}86%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-395}94%,to{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-440}}@keyframes ringD{0%,8%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:0}16%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-5}36%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-175}44%,50%{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-220}58%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-225}78%{stroke-dasharray:40 400;stroke-width:30;stroke-dashoffset:-395}86%,to{stroke-dasharray:0 440;stroke-width:20;stroke-dashoffset:-440}}.create_business_app{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100%}.create_business_app .form_container{border:1px solid #ebebeb;border-radius:12px;width:45%}.create_business_app .form_container .header{align-items:center;display:flex;padding:15px 2%}.create_business_app .form_container .header .logo{width:100px}.create_business_app .form_container .header .divider{background-color:#d2d2d2;height:30px;margin:0 20px;width:1px}.create_business_app .form_container .header h2{color:var(--color_gray_aj);font-size:1.3rem;font-weight:500}.create_business_app .form_container .body{padding:15px 2%}.create_business_app .form_container .loader{margin-bottom:10px}.create_business_app .form_container .submit{align-items:center;display:flex;justify-content:space-between;width:100%}.spinner_loader{animation:spin89345 1s linear infinite;border:4px solid var(--color_orange_aj);border-left:4px solid #0000;border-radius:50%;height:36px;width:36px}@keyframes spin89345{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.dashboard_loader_app{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100%}.dashboard_loader_app p{margin-top:20px}.dashboard_app{width:100%}.dashboard_app>.header{background-color:#fff;border-bottom:1px solid var(--border-color);height:80px;padding:20px 2%;width:100%}.dashboard_app .header h2{color:var(--text-color);font-size:1.8rem;font-weight:500}.dashboard_app .header .title{align-items:center;display:flex;justify-content:space-between;width:100%}.dashboard_content{padding:20px;width:100%}.widgets_grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);width:100%}.widgets_grid .widget{background-color:#fff;border:1px solid var(--border-color);display:grid;grid-template-rows:55px auto 50px;height:350px;width:100%}.widgets_grid .widget .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:20px;width:100%}.widgets_grid .widget .header h3{color:var(--text-color);font-size:1.4rem;font-weight:600}.widgets_grid .widget .body{overflow-y:auto}.widgets_grid .widget .footer{align-items:center;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;padding:20px;width:100%}.widgets_grid .widget .footer a{font-size:1.2rem;text-decoration:none}.dashboard_banners{position:relative;width:100%}.dashboard_banners .close{background-color:initial;border:none;color:var(--text-color);cursor:pointer;font-size:2.5rem;position:absolute;right:20px;top:10px;z-index:10}.dashboard_banners .slider,.dashboard_banners .slider img{width:100%}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:8px;bottom:var(--swiper-pagination-bottom,8px);left:0;top:auto;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:auto;left:var(--swiper-pagination-left,auto);right:8px;right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:inherit;color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:#00000040;background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px;width:var(--swiper-pagination-progressbar-size,4px)}.swiper-pagination-lock{display:none}.transaction_widget .transaction_item{align-items:center;border-bottom:1px solid var(--border-color);cursor:pointer;display:flex;justify-content:space-between;padding:10px 20px;transition:.25s;width:100%}.transaction_widget .transaction_item:hover{background-color:#f5f5f5}.transaction_widget .transaction_item .info h4{color:var(--text-color);font-size:1.2rem;font-weight:500}.transaction_widget .transaction_item .info p{color:var(--secundary-text-color);font-size:1.1rem;font-weight:500}.transaction_widget .transaction_item .ammount h4{color:var(--text-color);font-size:1.6rem;font-weight:600;text-align:right}.transaction_widget .transaction_item .ammount p{color:var(--secundary-text-color);font-size:1.1rem;font-weight:500;text-align:right}.dailyrevenue_widget .revenue_item{align-items:center;border-bottom:1px solid var(--border-color);cursor:pointer;display:flex;justify-content:space-between;padding:10px 20px;transition:.25s;width:100%}.dailyrevenue_widget .revenue_item:hover{background-color:#f5f5f5}.dailyrevenue_widget .revenue_item .info h4{color:var(--text-color);font-size:1.4rem;font-weight:500}.dailyrevenue_widget .revenue_item .ammount h4{color:var(--text-color);font-size:1.6rem;font-weight:600;text-align:right}.clocked_in_employes_widget .clockedin_employee_item{align-items:center;border-bottom:1px solid var(--border-color);cursor:pointer;display:flex;justify-content:space-between;padding:10px 20px;transition:.25s;width:100%}.clocked_in_employes_widget .clockedin_employee_item:hover{background-color:#f5f5f5}.clocked_in_employes_widget .clockedin_employee_item .info h4{color:var(--text-color);font-size:1.4rem;font-weight:500}.clocked_in_employes_widget .clockedin_employee_item .ammount h4{color:var(--text-color);font-size:1.6rem;font-weight:600;text-align:right}.week_schedule_modal{z-index:501}.week_schedule_editor_modal{width:60%}.week_schedule_editor_modal .availability{width:fit-content}.week_schedule_editor_modal .body{max-height:80vh;overflow-y:auto}.week_schedule_editor_modal .body .add_btn{background-color:#7f79ff;font-size:1.5rem}.week_schedule_editor_modal .body .add_btn,.week_schedule_editor_modal .body .delete_btn{align-items:center;align-self:flex-end;border:none;border-radius:5px;color:#fff;cursor:pointer;display:flex;height:38px;justify-content:center;margin-bottom:10px;min-width:38px}.week_schedule_editor_modal .body .delete_btn{background-color:#ff4d4d;font-size:1.2rem}.grocery_message_notification{animation:enterNotification .3s ease-in-out;background-color:#fff;border:1px solid var(--border-color);border-radius:8px;bottom:20px;position:fixed;right:20px;width:400px;z-index:501}@keyframes enterNotification{0%{opacity:0;transform:translateX(calc(100% + 20px))}to{opacity:1;transform:translateX(0)}}.grocery_message_notification .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:10px}.grocery_message_notification .header h2{font-size:1.1rem;font-weight:600}.grocery_message_notification .header .close_btn{background:none;border:none;color:var(--text-color);cursor:pointer;font-size:1.3rem;outline:none;padding:0 10px}.grocery_message_notification .body{padding:10px}.grocery_message_notification .footer{border-top:1px solid var(--border-color);display:flex;justify-content:flex-end;padding:10px}.grocery_message_notification .footer button{font-size:1rem;height:auto;padding:3px 30px}.dashboard_admin_layout{background-color:var(--gray-background);display:flex;height:calc(100vh - var(--nav-height));max-height:calc(100vh - var(--nav-height));overflow:hidden;width:100%}.dashboard_admin_layout .window{flex:1 1;height:100%;max-height:100%;max-width:100%;overflow-x:hidden;overflow-y:auto;width:100%}.dashboard_admin_layout .window>.loader{align-items:center;background-color:var(--gray-background);display:flex;flex-direction:column;height:calc(100% - var(--nav-height));justify-content:center;left:300px;opacity:0;position:absolute;top:var(--nav-height);transition:.25s;visibility:hidden;width:calc(100% - 300px);z-index:801}.dashboard_admin_layout .window>.loader.active{opacity:1;visibility:visible}.navbar{border-bottom:1px solid var(--border-color);height:var(--nav-height);justify-content:space-between;padding:8px 2%;width:100%}.navbar,.navbar>div{align-items:center;display:flex}.navbar>div{height:100%}.navbar .logo{height:100%;margin-right:20px}.navbar .logo img{height:100%}.navbar .divider{background-color:var(--border-color);height:100%;margin:0 10px;width:1px}.nav_user{align-items:center;background-color:initial;border-radius:5px;cursor:pointer;display:flex;height:100%;margin-left:10px;padding:0 10px;transition:.2s}.nav_user:hover{background-color:#eaf7ff}.nav_user .user_info{align-items:flex-end;display:flex;flex-direction:column}.nav_user .user_info p{font-size:1rem;line-height:1.2}.nav_user .user_info p.email{font-weight:500}.nav_user .profile_picture{border:1px solid var(--border-color);border-radius:50%;height:38px;margin-left:10px;overflow:hidden;position:relative;width:38px}.nav_user .profile_picture img{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.businesses_dropdown_container{height:100%;position:relative;width:250px;z-index:401}.businesses_dropdown_container .current_container{align-items:center;border:1px solid var(--border-color);border-radius:7px;cursor:pointer;display:flex;height:100%;padding:5px 15px;transition:.2s;width:100%}.businesses_dropdown_container .current_container:hover{background-color:#eaf7ff;border-color:#3899ec;box-shadow:0 0 0 3px #aadbfc}.businesses_dropdown_container .current_container>h2{color:#4a4a4a;font-size:1.1rem;font-weight:500;-webkit-user-select:none;user-select:none}.businesses_dropdown_container .current_container>button{background:#0000;border:none;color:#4a4a4a;cursor:pointer;outline:none;position:absolute;right:10px}.businesses_dropdown_container .current_container>button i{transform:rotate(0deg);transition:.2s}.businesses_dropdown_container.active .current_container>button i{transform:rotate(180deg)}.businesses_dropdown_container .dropdown_container{background-color:#fff;border-radius:7px;bottom:0;left:0;opacity:0;position:absolute;transform:translateY(100%);transition:.2s;visibility:hidden;width:150%}.businesses_dropdown_container .dropdown_container.active{opacity:1;transform:translateY(calc(100% + 10px));visibility:visible}.businesses_dropdown_container .dropdown_container .search_selector .title{top:10px;transform:translateY(0)}.businesses_dropdown_container .dropdown_container .search_selector{padding-top:30px}.search_selector{border:1px solid var(--border-color);border-radius:6px;margin-bottom:20px;padding:20px;position:relative;width:100%}.search_selector .title{background-color:#fff;left:10px;position:absolute;top:0;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.search_selector .title p{color:var(--secundary-text-color);font-size:1rem;line-height:1;-webkit-user-select:none;user-select:none}.search_selector .results_count{color:#32536a;display:inline-block!important;font-size:14px;line-height:18px;margin-bottom:6px;white-space:nowrap!important}.search_selector .results_container{border:1px solid var(--border-color);border-radius:6px;max-height:200px;overflow-y:auto;padding:10px;width:100%}.search_selector .results_container .result .info{align-items:center;display:flex;gap:10px}.search_selector .results_container .result{align-items:center;background-color:initial;border-radius:6px;cursor:pointer;display:flex;justify-content:space-between;padding:5px 10px;transition:.2s;width:100%}.search_selector .results_container .result:hover{background-color:#9ddbff76}.search_selector .add_btn,.search_selector .results_container .result button{font-size:1.1rem;height:auto;min-width:0;min-width:auto;padding:2px 10px;width:fit-content}.dashboard_sidenav{background-color:#fff;border-right:1px solid var(--border-color);height:100%;max-width:300px;min-width:300px}.dashboard_sidenav .links{border-bottom:1px solid var(--border-color);height:70%;overflow-y:auto;padding:20px;width:100%}.dashboard_sidenav .links a{background-color:initial;border-radius:12px;display:block;font-size:1.4rem;font-weight:500;margin-bottom:5px;padding:10px 15px;text-decoration:none;width:100%}.dashboard_sidenav .links a,.dashboard_sidenav .links a i{color:var(--text-color);transition:.2s}.dashboard_sidenav .links a:hover{background-color:#b5dcff7d;color:#002a4e}.dashboard_sidenav .links a:hover i{color:#002a4e}.dashboard_sidenav .links a.active{background-color:#b5dcff7d;color:#002a4e}.dashboard_sidenav .links a.active i{color:#002a4e}.selected_business_nav{border-bottom:1px solid var(--border-color);padding:20px;width:100%}.selected_business_nav h2{color:var(--text-color);font-size:1.6rem;font-weight:500;line-height:1.2;word-break:break-word}.selected_business_nav .timezone{color:var(--secundary-text-color);font-size:1.1rem;margin-top:5px}.menus_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.menus_app .no_menus{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.menus_app .no_menus h2{font-size:2rem;font-weight:500;margin-bottom:10px}.menus_app .no_menus p{color:var(--secundary-text-color);font-size:1.2rem;margin-bottom:20px;text-align:center;width:50%}.menus_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.menus_app .header h2{font-size:2rem;font-weight:500}.menus_app .header .actions{display:flex;gap:10px}.menus_app .header .toggle_container{align-items:center;display:flex}.menus_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.create_menu_modal{width:600px}.create_menu_modal .error_msg{display:block;margin-top:20px}.create_menu_modal .locations_container{border:1px solid var(--border-color);border-radius:6px;display:flex;flex-wrap:wrap;gap:10px;padding:5px}.create_menu_modal .location_item{align-items:center;background-color:#003e6b;border-radius:5px;display:flex;gap:15px;padding:3px 10px;width:fit-content}.create_menu_modal .location_item.hide{display:none}.create_menu_modal .location_item span{color:#fff;font-size:1.3rem;font-weight:500}.create_menu_modal .location_item button{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:1.3rem;outline:none}.menu_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.menu_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.menu_item .picture,.menu_item>div{align-items:center;display:flex;height:100%}.menu_item .picture{background-color:#f1f1f1;border-radius:6px;justify-content:center;position:relative;width:50px}.menu_item .picture p{color:#7e7e7e;font-size:1.2rem;font-weight:600}.menu_item .picture img{border-radius:6px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.menu_item .name{font-size:1.5rem;font-weight:500;margin-left:20px}.menu_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.toggle_switch{background-color:#def4d4;border-radius:75px;cursor:pointer;height:24px;position:relative;transition:.2s;width:48px}.toggle_switch.active{background-color:#60bc57}.toggle_switch>div{align-items:center;background:#fff;border-radius:50%;box-shadow:0 2px 1px 0 #162d3d7a,0 0 3px 0 #162d3d1f;box-shadow:var(--wsr-shadow10,0 2px 1px 0 #162d3d7a,0 0 3px 0 #162d3d1f);display:flex;height:22px;justify-content:center;left:1px;position:absolute;top:1px;transform:translate(0);transition:.2s;width:22px}.toggle_switch.active>div{transform:translate(24px)}.toggle_switch>div i{color:#def4d4}.toggle_switch.active>div .toggle_switch_disabled{display:none}.toggle_switch>div .toggle_switch_enable{color:#60bc57;display:none;font-size:12px}.toggle_switch.active>div .toggle_switch_enable{display:flex}.menu_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.menu_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.menu_app .header h2{font-size:2rem;font-weight:500}.menu_app .header .actions{display:flex;gap:10px}.menu_app .header .toggle_container{align-items:center;display:flex}.menu_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.menu_app .header .info{align-items:center;display:flex;position:relative}.menu_app .header .info .menu_dp{background-color:#fff;border-radius:6px;bottom:0;box-shadow:0 0 23px -6px #0000001a;opacity:0;padding:15px;position:absolute;right:0;transform:translateY(100%) translateX(calc(100% - 50px));transition:.15s;visibility:hidden;width:300px}.menu_app .header .info .menu_dp.active{opacity:1;visibility:visible}.menu_app .header .info .menu_dp button{background-color:initial;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.4rem;font-weight:500;line-height:1.2;padding:10px;text-align:left;transition:.2s;width:100%}.menu_app .header .info .menu_dp button:hover{background-color:#b5dcff7d}.menu_app .header .info .menu_dp button span{color:var(--secundary-text-color);font-size:.9rem}.menu_app .header .info .menu_dp .divider{background-color:var(--border-color-light);height:1px;width:100%}.menu_app .header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.menu_app .header .info .more_btn{background-color:initial;border:none;color:var(--secundary-text-color);cursor:pointer;font-size:1.5rem;padding:10px}.menu_app .header .info .more_btn:hover{color:var(--text-color)}.menu_app .body{padding-top:20px}.menu_app .body .loader{padding:20px 0}.delete_menu_modal{width:600px}.delete_menu_modal .error_msg{display:block;margin-top:20px}.delete_menu_modal .warning{font-size:1.2rem;font-weight:400}.menu_navigation{border-bottom:1px solid var(--border-color);padding-top:15px;width:100%}.menu_navigation a{border-bottom:4px solid #0000;color:var(--text-color);cursor:pointer;display:inline-block;font-size:1.3rem;font-weight:600;padding:10px 20px;text-decoration:none;transition:.2s}.menu_navigation a:hover{border-bottom:4px solid #48a0ed}.menu_navigation a.active{border-bottom:4px solid #0067c1}.menu_category_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.menu_category_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.menu_category_item>div{align-items:center;display:flex;height:100%}.menu_category_item .drag_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.menu_category_item .picture{align-items:center;background-color:#f1f1f1;border-radius:6px;display:flex;height:100%;justify-content:center;position:relative;width:50px}.menu_category_item .picture p{color:#7e7e7e;font-size:1.2rem;font-weight:600}.menu_category_item .picture img{border-radius:6px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.menu_category_item .name{font-size:1.5rem;font-weight:500;margin-left:20px}.menu_category_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.menu_category_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.menu_category_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;position:relative;width:100%;z-index:101}.menu_category_app .header h2{font-size:2rem;font-weight:500}.menu_category_app .header .actions{display:flex;gap:10px}.menu_category_app .header .toggle_container{align-items:center;display:flex}.menu_category_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.menu_category_app .header .info{align-items:center;display:flex;position:relative;z-index:101}.menu_category_app .header .info .menu_dp{background-color:#fff;border-radius:6px;bottom:0;box-shadow:0 0 23px -6px #0000001a;opacity:0;padding:15px;position:absolute;right:0;transform:translateY(100%) translateX(calc(100% - 50px));transition:.15s;visibility:hidden;width:300px;z-index:101}.menu_category_app .header .info .menu_dp.active{opacity:1;visibility:visible}.menu_category_app .header .info .menu_dp button{background-color:initial;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.4rem;font-weight:500;line-height:1.2;padding:10px;text-align:left;transition:.2s;width:100%}.menu_category_app .header .info .menu_dp button:hover{background-color:#b5dcff7d}.menu_category_app .header .info .menu_dp button span{color:var(--secundary-text-color);font-size:.9rem}.menu_category_app .header .info .menu_dp .divider{background-color:var(--border-color-light);height:1px;width:100%}.menu_category_app .header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.menu_category_app .header .info .more_btn{background-color:initial;border:none;color:var(--secundary-text-color);cursor:pointer;font-size:1.5rem;padding:10px}.menu_category_app .header .info .more_btn:hover{color:var(--text-color)}.menu_category_app .body{padding-top:20px}.menu_category_app .body .loader{padding:20px 0}.update_menu_category_modal_container{background-color:#000000b3;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:.2s;visibility:hidden;width:100%;z-index:501}.update_menu_category_modal_container.active{opacity:1;visibility:visible}.update_menu_category_modal{background-color:#fff;border-left:1px solid var(--border-color);display:grid;grid-template-rows:var(--nav-height) auto var(--nav-height);height:100vh;position:absolute;right:0;top:0;transform:translateX(100%);transition:.2s;width:50vw}.update_menu_category_modal_container.active .update_menu_category_modal{transform:translateX(0)}.update_menu_category_modal .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;height:var(--nav-height);justify-content:space-between;padding:0 20px}.update_menu_category_modal .header h2{font-size:1.5rem;font-weight:500}.update_menu_category_modal .header .close_btn{background-color:initial;border:none;color:var(--text-color);cursor:pointer;font-size:2rem;outline:none;width:50px}.update_menu_category_modal .footer{align-items:center;border-top:1px solid var(--border-color);display:flex;height:var(--nav-height);justify-content:space-between;padding:0 20px}.update_menu_category_modal .footer .loader{opacity:0;transition:.2s;visibility:hidden}.update_menu_category_modal .footer .loader.active{opacity:1;visibility:visible}.update_menu_category_modal .footer .actions{display:flex;gap:10px}.update_menu_category_modal .body{overflow-y:auto;padding:20px}.update_menu_category_modal .body .title_toggle{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.update_menu_category_modal .body .title_toggle h3{font-size:1.4rem;font-weight:500}.update_menu_category_modal .body .title_toggle .toggle_container{align-items:center;display:flex}.update_menu_category_modal .body .title_toggle .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.update_menu_category_modal .body .input_group{margin-bottom:20px}.update_menu_category_modal .body .radio_option{margin-bottom:10px;-webkit-user-select:none;user-select:none}.update_menu_category_modal .body .divider{background-color:var(--border-color);height:1px;margin:20px 0;width:100%}.colors_input{display:flex;flex-wrap:wrap;gap:10px;width:100%}.colors_input .color{align-items:center;border:1px solid var(--border-color-light);border-radius:50%;color:var(--secundary-text-color);cursor:pointer;display:flex;font-size:2rem;height:50px;justify-content:center;width:50px}.colors_input .color.selected{outline:2px solid #2fb3ff;outline-offset:2px}.colors_input #custom_color{opacity:0}.colors_input .color.nocolor{position:relative}.colors_input .color.nocolor:before{background-color:var(--border-color);content:"";height:100%;left:50%;position:absolute;top:0;transform:translateX(-50%) rotate(45deg);width:2px}.create_product_modal{width:55%}.create_product_modal .error_msg{display:block;margin-top:20px}.create_product_modal .body{max-height:calc(100vh - 200px);overflow-y:auto}.product_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.product_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.product_item>div{align-items:center;display:flex;height:100%}.product_item .drag_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.product_item .picture{align-items:center;background-color:#f1f1f1;border-radius:6px;display:flex;height:100%;justify-content:center;position:relative;width:50px}.product_item .picture p{color:#7e7e7e;font-size:1.2rem;font-weight:600}.product_item .picture img{border-radius:6px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.product_item .name{font-size:1.5rem;font-weight:500;margin-left:20px}.product_item .price{font-size:1.3rem;font-weight:500;margin-left:20px}.product_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.product_item .inactive{background-color:#c00;border-radius:20px;color:#fff;font-size:1.2rem;padding:3px 20px}.taxgroups_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.taxgroups_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.taxgroups_app .header h2{font-size:2rem;font-weight:500}.taxgroups_app .header .actions{display:flex;gap:10px}.taxgroups_app .header .toggle_container{align-items:center;display:flex}.taxgroups_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.taxgroups_app .header .info{align-items:center;display:flex;position:relative}.taxgroups_app .header .info .menu_dp{background-color:#fff;border-radius:6px;bottom:0;box-shadow:0 0 23px -6px #0000001a;opacity:0;padding:15px;position:absolute;right:0;transform:translateY(100%) translateX(calc(100% - 50px));transition:.15s;visibility:hidden;width:300px}.taxgroups_app .header .info .menu_dp.active{opacity:1;visibility:visible}.taxgroups_app .header .info .menu_dp button{background-color:initial;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.4rem;font-weight:500;line-height:1.2;padding:10px;text-align:left;transition:.2s;width:100%}.taxgroups_app .header .info .menu_dp button:hover{background-color:#b5dcff7d}.taxgroups_app .header .info .menu_dp button span{color:var(--secundary-text-color);font-size:.9rem}.taxgroups_app .header .info .menu_dp .divider{background-color:var(--border-color-light);height:1px;width:100%}.taxgroups_app .header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.taxgroups_app .header .info .more_btn{background-color:initial;border:none;color:var(--secundary-text-color);cursor:pointer;font-size:1.5rem;padding:10px}.taxgroups_app .header .info .more_btn:hover{color:var(--text-color)}.taxgroups_app .body{padding-top:20px}.taxgroups_app .body .loader{padding:20px 0}.taxgroup_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.taxgroup_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.taxgroup_item>div{align-items:center;display:flex;height:100%}.taxgroup_item .name{font-size:1.3rem;font-weight:500;margin-left:20px}.taxgroup_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.3rem;height:45px;transition:.2s;width:45px}.taxgroup_item .default{background-color:#3899ec;border-radius:15px;color:#fff;font-size:1rem;font-weight:500;padding:3px 20px}.grocery_inventory_navigation{border-bottom:1px solid var(--border-color);padding-top:15px;width:100%}.grocery_inventory_navigation a{border-bottom:4px solid #0000;color:var(--text-color);cursor:pointer;display:inline-block;font-size:1.3rem;font-weight:600;padding:10px 20px;text-decoration:none;transition:.2s}.grocery_inventory_navigation a:hover{border-bottom:4px solid #48a0ed}.grocery_inventory_navigation a.active{border-bottom:4px solid #0067c1}.locations_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.locations_app .no_menus{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.locations_app .no_menus h2{font-size:2rem;font-weight:500;margin-bottom:10px}.locations_app .no_menus p{color:var(--secundary-text-color);font-size:1.2rem;margin-bottom:20px;text-align:center;width:50%}.locations_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.locations_app .header h2{font-size:2rem;font-weight:500}.locations_app .header .actions{display:flex;gap:10px}.locations_app .header .toggle_container{align-items:center;display:flex}.locations_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.location_create_modal{align-items:center;background-color:#000000bf;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transform:translateY(100%);transition:.25s;width:100%;z-index:401}.location_create_modal.active{transform:translateY(0)}.location_create_modal .find_location{width:70%}.location_create_modal .find_location .searchbox{align-items:center;display:flex;gap:10px;margin-top:20px}.location_create_modal .find_location .searchbox button{border:none;border-radius:5px;cursor:pointer;height:50px;margin-bottom:10px;width:50px}.create_location_find_step .results_box{margin-bottom:10px;max-height:300px;overflow-y:auto}.create_location_find_step .results_box .result{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.create_location_find_step .results_box .result>div{align-items:center;display:flex;height:100%}.create_location_find_step .results_box .result:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.create_location_find_step .results_box .result .picture{align-items:center;background-color:#f1f1f1;border-radius:6px;display:flex;height:90px;justify-content:center;margin-right:10px;position:relative;width:160px}.create_location_find_step .results_box .result .picture img{border-radius:6px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.create_location_address_step{width:70%}.create_location_address_step .input_group{margin-bottom:10px}.create_location_address_step .address{display:grid;grid-template-columns:50% 50%;margin-top:10px}.create_location_address_step .address>div{display:flex;flex-direction:column}.create_location_address_step .address .map_container{padding-left:20px}.create_location_address_step .address .map{background-color:red;border-radius:5px;height:300px;width:100%}.create_location_details_step{width:70%}.create_location_details_step .description{margin-bottom:20px}.create_location_details_step .input_group{margin-bottom:10px}.create_location_details_step .input_group .question{display:flex;gap:10px}.create_location_details_step .input_group .question p{color:blue;cursor:pointer}.create_location_details_step .submit{align-items:center;display:flex;justify-content:space-between;margin-top:20px;width:100%}.question_modal{z-index:901}.question_response_modal{background-color:#fff;border-radius:6px;padding:20px;width:600px}.question_response_modal h2{font-size:1.7rem;font-weight:600;margin-bottom:20px}.stripe_onboard_app{background-color:#fff;justify-content:center;min-height:100%;width:100%}.stripe_onboard_app,.stripe_onboard_app .content{align-items:center;display:flex;flex-direction:column}.stripe_onboard_app .content>h2{font-size:1.6rem;font-weight:600;margin-bottom:20px;text-align:center}.stripe_onboard_app .content>p{font-size:1.2rem;font-weight:400;margin-bottom:20px;text-align:center}.banking_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.banking_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.banking_app .header h2{font-size:2rem;font-weight:500}.banking_app .header .actions{display:flex;gap:10px}.banking_app .body{padding-top:20px}.banking_app .body .loader{padding:20px 0}.stripe_account_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.stripe_account_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.stripe_account_item>div{align-items:center;display:flex;height:100%}.stripe_account_item .group{align-items:flex-start;display:flex;flex-direction:column}.stripe_account_item .name{font-size:1.5rem;font-weight:500}.stripe_account_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.stripe_account_item .good_status{background-color:#635bff}.stripe_account_item .bad_status,.stripe_account_item .good_status{border-radius:5px;color:#fff;font-size:1.1rem;font-weight:500;margin-left:10px;padding:5px 10px}.stripe_account_item .bad_status{background-color:#ff4d4d}.teststripepayment_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.teststripepayment_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.teststripepayment_app .header h2{font-size:2rem;font-weight:500}.teststripepayment_app .header .actions{display:flex;gap:10px}.teststripepayment_app .body{padding-top:20px}.teststripepayment_app .body>.loader{padding:20px 0}.teststripepayment_app .body .forms_container{display:flex;flex-wrap:wrap;gap:20px}.teststripepayment_app .body .form{border:1px solid var(--border-color);border-radius:8px;padding:20px;width:500px}.teststripepayment_app .body .form .submit{align-items:center;display:flex;justify-content:space-between;padding-top:10px}.teststripepayment_app .payment-form{width:400px}.payments_dashboard_app{background-color:#fff;display:grid;grid-template-columns:250px auto;height:100%;width:100%}.payments_dashboard_app .sidenav{border-right:1px solid var(--border-color);padding:12px;position:relative;width:100%}.payments_dashboard_app .sidenav .business_selector_container{margin-bottom:30px;position:relative}.payments_dashboard_app .sidenav .selected_business{align-items:center;border-radius:8px;cursor:pointer;display:flex;padding:6px;width:100%}.payments_dashboard_app .sidenav .selected_business span{color:#353a44;font-size:1.2rem;font-weight:500;margin:0 10px;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none;white-space:nowrap;width:100%;word-break:break-all}.payments_dashboard_app .sidenav .selected_business:hover{background-color:#f5f6f8}.payments_dashboard_app .sidenav .selected_business i{color:#6b7687;font-size:1.1rem}.payments_dashboard_app .sidenav .business_selector_container .business_dropdown{background-color:#fff;border:1px solid var(--border-color);border-radius:6px;bottom:0;left:0;opacity:0;padding:10px;position:absolute;transform:translateY(100%);transition:.25s;visibility:hidden;width:130%;z-index:201}.payments_dashboard_app .sidenav .business_selector_container .business_dropdown.active{opacity:1;visibility:visible}.payments_dashboard_app .sidenav .business_selector_container .business_dropdown .header{border-bottom:1px solid var(--border-color);font-size:1.2rem;font-weight:500;margin-bottom:6px;padding-bottom:6px;-webkit-user-select:none;user-select:none}.payments_dashboard_app .sidenav .account_id{bottom:10px;left:10px;position:absolute}.payments_dashboard_app .body{height:100%;overflow-y:auto;padding:20px;width:100%}.payments_dashboard_app .link{background-color:initial;border:none;border-radius:5px;color:#353a44;cursor:pointer;font-size:1.2rem;font-weight:500;padding:.4vw;text-align:left;width:100%}.payments_dashboard_app .link:hover{background-color:#f5f6f8}.payments_dashboard_app .link i{color:#6b7687;font-size:1.2rem;margin-right:10px}.payments_dashboard_app .link.active i,.payments_dashboard_app .link.active span{color:#635bff}.payments_dashboard_app .balances_container{border:1px solid var(--border-color);border-radius:8px;padding:20px}.payments_dashboard_app .complete_btn{margin-bottom:20px}.plugins_marketplace_app{background-color:#fff;min-height:100%;padding:25px 30px;width:100%}.plugins_marketplace_app .header{margin-bottom:20px;padding-left:30px}.plugins_marketplace_app .header h1{font-size:1.8rem;font-weight:500}.plugins_marketplace_app .plugin_list{display:flex;flex-wrap:wrap;gap:25px;justify-content:center}.plugins_marketplace_app .plugin_list .plugin_item{border:1px solid var(--border-color);border-radius:12px;display:grid;grid-template-columns:40% 60%;height:200px;padding:20px;width:500px}.plugins_marketplace_app .plugin_list .plugin_item .media{padding-right:30px}.plugins_marketplace_app .plugin_list .plugin_item .media img{width:100%}.plugins_marketplace_app .plugin_list .plugin_item .info{display:flex;flex-direction:column;height:100%;width:100%}.plugins_marketplace_app .plugin_list .plugin_item .info h2{font-size:1.7rem;font-weight:600;line-height:1.1;margin-bottom:5px}.plugins_marketplace_app .plugin_list .plugin_item .info p{color:var(--secundary-text-color);font-size:1.1rem;font-weight:400;line-height:1.2}.plugins_marketplace_app .plugin_list .plugin_item .info .actions{align-self:flex-end;display:flex;justify-content:space-between;margin-top:auto;width:100%}.plugins_marketplace_app .plugin_list .plugin_item .info button{background-color:#635bff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:1.2rem;font-weight:500;padding:5px 25px;width:fit-content}.order_online_pages_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.order_online_pages_app .no_order_pages{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.order_online_pages_app .no_order_pages h2{font-size:2rem;font-weight:500;margin-bottom:10px}.order_online_pages_app .no_order_pages p{color:var(--secundary-text-color);font-size:1.2rem;margin-bottom:20px;text-align:center;width:50%}.order_online_pages_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.order_online_pages_app .header h2{font-size:2rem;font-weight:500}.order_online_pages_app .header .actions{display:flex;gap:10px}.order_online_pages_app .header .toggle_container{align-items:center;display:flex}.order_online_pages_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}#svg_svg{zoom:.3}.estrobo_animation{animation:floatAndBounce 1.5s ease-in-out infinite,strobe .8s infinite}.estrobo_animationV2{animation:floatAndBounce 1.5s ease-in-out infinite,strobev2 .8s infinite}#float_server{animation:floatAndBounce 1.5s ease-in-out infinite}@keyframes floatAndBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes strobe{0%,50%,to{fill:#17e300}25%,75%{fill:#17e300b4}}@keyframes strobev2{0%,50%,to{fill:#ff5f4a}25%,75%{fill:#103573}}@keyframes animateGradient{0%{stop-color:#313f8773}50%{stop-color:#040d3a}to{stop-color:#313f8773}}#paint13_linear_163_1030 stop{animation:animateGradient 4s infinite alternate}.order_online_page_create_modal{align-items:center;background-color:#000000bf;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;transform:translateY(100%);transition:.25s;width:100%;z-index:401}.order_online_page_create_modal.active{transform:translateY(0)}.creating_order_online_page_loader{align-items:center;background-color:#fff;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:.15s;visibility:hidden;width:100%;z-index:1001}.creating_order_online_page_loader.active{opacity:1;visibility:visible}.select_subdomain_step{width:70%}.select_subdomain_step .description,.select_subdomain_step h1{margin-bottom:20px}.select_subdomain_step .browser_input{background-color:#282b30;border-radius:12px;display:grid;grid-template-rows:50px auto;height:200px;margin-bottom:20px;overflow:hidden;position:relative;width:100%;z-index:201}.select_subdomain_step .browser_input .tabs{align-items:flex-end;color:#e5e2e3;display:flex;padding-left:30px}.select_subdomain_step .browser_input .tabs .tab{align-items:center;background-color:#383b42;border-radius:8px 8px 0 0;display:flex;height:70%;padding-left:20px;position:relative;width:200px}.select_subdomain_step .browser_input .tabs .tab:after{border-top-left-radius:0;border-top-right-radius:8px;left:100%}.select_subdomain_step .browser_input .tabs .tab:after,.select_subdomain_step .browser_input .tabs .tab:before{background-color:#282b30;bottom:0;box-shadow:0 -8px 0 0 #383b42;content:"";height:16px;position:absolute;right:100%;transform:rotate(180deg);width:8px}.select_subdomain_step .browser_input .tabs .tab:before{border-top-left-radius:8px;border-top-right-radius:0}.select_subdomain_step .browser_input .address_container{background-color:#383b42;padding:20px}.select_subdomain_step .browser_input .address_container .address{align-items:center;background-color:#23262c;border-radius:25px;display:flex;height:40px;padding:0 20px;width:100%}.select_subdomain_step .browser_input .address_container .address i{color:#c8c6c7;margin-right:10px}.select_subdomain_step .browser_input .address_container .address i.available{color:#4caf50;margin-left:auto;margin-right:0}.select_subdomain_step .browser_input .address_container .address i.unavailable{color:#f44336;margin-left:auto;margin-right:0}.select_subdomain_step .browser_input .address_container .address span{color:#c8c6c7;font-size:1.2rem}.select_subdomain_step .browser_input .address_container .address input{background-color:initial;border:none;color:#c8c6c7;font-size:1.2rem;height:100%;outline:none;width:300px}.select_subdomain_step .result{font-size:1.3rem}.select_subdomain_step .result span{font-weight:500}.select_subdomain_step .subdomain_result_container{opacity:0;position:relative;transform:translateY(calc(-25px - 100%));transition:.2s;visibility:hidden;z-index:101}.select_subdomain_step .subdomain_result_container.active{opacity:1;transform:translateY(0);visibility:visible}.select_subdomain_step .subdomain_result_container p{margin-bottom:20px}.select_subdomain_step .subdomain_result_container .loader{margin-bottom:10px}.select_subdomain_step .subdomain_result_container .submit{align-items:center;display:flex;gap:10px}.select_orderlocations_step{width:70%}.select_orderlocations_step .description,.select_orderlocations_step h1{margin-bottom:20px}.select_orderlocations_step .locations_container{border:1px solid var(--border-color);border-radius:12px;padding:20px;width:100%}.select_orderlocations_step .orderonline_modal_location_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.select_orderlocations_step .orderonline_modal_location_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.select_orderlocations_step .orderonline_modal_location_item>div{align-items:center;display:flex;height:100%}.select_orderlocations_step .orderonline_modal_location_item .picture{align-items:center;background-color:#f1f1f1;border-radius:6px;display:flex;height:100%;justify-content:center;position:relative;width:50px}.select_orderlocations_step .orderonline_modal_location_item .picture p{color:#7e7e7e;font-size:1.2rem;font-weight:600}.select_orderlocations_step .orderonline_modal_location_item .picture img{border-radius:6px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.select_orderlocations_step .orderonline_modal_location_item .details{margin-left:20px}.select_orderlocations_step .orderonline_modal_location_item .name{font-size:1.5rem;font-weight:500}.select_orderlocations_step .orderonline_modal_location_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.order_online_page_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.order_online_page_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.order_online_page_item>div{align-items:center;display:flex;height:100%}.order_online_page_item .name{font-size:1.5rem;font-weight:500}.order_online_page_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.product_app{min-height:100%;padding:20px 30px;width:100%}.product_app>.header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;position:relative;width:100%;z-index:101}.product_app>.header h2{font-size:2rem;font-weight:500}.product_app>.header .actions{display:flex;gap:10px}.product_app>.header .toggle_container{align-items:center;display:flex}.product_app>.header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.product_app>.header .info{align-items:center;display:flex;position:relative;z-index:101}.product_app>.header .info .menu_dp{background-color:#fff;border-radius:6px;bottom:0;box-shadow:0 0 23px -6px #0000001a;opacity:0;padding:15px;position:absolute;right:0;transform:translateY(100%) translateX(calc(100% - 50px));transition:.15s;visibility:hidden;width:300px;z-index:101}.product_app>.header .info .menu_dp.active{opacity:1;visibility:visible}.product_app>.header .info .menu_dp button{background-color:initial;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.4rem;font-weight:500;line-height:1.2;padding:10px;text-align:left;transition:.2s;width:100%}.product_app>.header .info .menu_dp button:hover{background-color:#b5dcff7d}.product_app>.header .info .menu_dp button span{color:var(--secundary-text-color);font-size:.9rem}.product_app>.header .info .menu_dp .divider{background-color:var(--border-color-light);height:1px;width:100%}.product_app>.header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.product_app>.header .info .more_btn{background-color:initial;border:none;color:var(--secundary-text-color);cursor:pointer;font-size:1.5rem;padding:10px}.product_app>.header .info .more_btn:hover{color:var(--text-color)}.product_app>.header .actions .product_active{align-items:center;display:flex;gap:5px}.product_app>.header .actions .product_active span{font-size:1.1rem}.product_app .body{padding-top:20px}.product_app .body>.loader{padding:20px 0}.product_app .body .two_col{grid-gap:20px;display:grid;gap:20px;grid-template-columns:65% 35%;padding-right:20px;width:100%}.product_main_info{grid-gap:20px;background-color:#fff;border:1px solid var(--border-color);border-radius:12px;display:grid;gap:20px;grid-template-columns:350px auto;grid-template-rows:max-content auto;margin-bottom:20px;padding-bottom:20px;width:100%}.product_main_info .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;grid-column:1/span 2;height:60px;padding:20px}.product_main_info .header h2{font-size:1.4rem;font-weight:500}.product_main_info .product_image{padding-left:20px}.product_main_info .product_image .img{aspect-ratio:16/9;border:1px solid var(--border-color);border-radius:12px;overflow:hidden;position:relative;width:100%}.product_main_info .product_image .img img{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.product_main_info .product_image .actions{display:flex;gap:10px;margin-top:10px}.product_main_info .product_image .actions .delete{background-color:#c00;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;line-height:1;padding:1px 15px}.product_main_info .product_image .actions .change_image{border-radius:12px;font-size:1.1rem;font-weight:500;height:auto;padding:1px 15px}.product_main_info .product_details{padding-right:20px}.product_online_settings{background-color:#fff;border:1px solid var(--border-color);border-radius:12px;margin-bottom:20px;width:100%}.product_online_settings .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;height:60px;padding:20px}.product_online_settings .header h2{font-size:1.4rem;font-weight:500}.product_online_settings .body{padding:20px}.product_online_settings .body .input_group.toggle{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.product_pos_settings{background-color:#fff;border:1px solid var(--border-color);border-radius:12px;margin-bottom:20px;width:100%}.product_pos_settings .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;height:60px;padding:20px}.product_pos_settings .header h2{font-size:1.4rem;font-weight:500}.product_pos_settings .body{padding:20px}.product_pos_settings .body .input_group.toggle{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.product_pricing_form{background-color:#fff;border:1px solid var(--border-color);border-radius:12px;margin-bottom:20px;width:100%}.product_pricing_form .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;height:60px;padding:20px}.product_pricing_form .header h2{font-size:1.4rem;font-weight:500}.product_pricing_form .body{padding:20px}.product_pricing_form .input_group.toggle{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.product_online_sale_settings{background-color:#fff;border:1px solid var(--border-color);border-radius:12px;margin-bottom:20px;width:100%}.product_online_sale_settings .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;height:60px;padding:20px}.product_online_sale_settings .header h2{font-size:1.4rem;font-weight:500}.product_online_sale_settings .body{padding:20px}.product_online_sale_settings .input_group.toggle{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.product_pos_sales_settings_form{background-color:#fff;border:1px solid var(--border-color);border-radius:12px;margin-bottom:20px;width:100%}.product_pos_sales_settings_form .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;height:60px;padding:20px}.product_pos_sales_settings_form .header h2{font-size:1.4rem;font-weight:500}.product_pos_sales_settings_form .body{padding:20px}.product_pos_sales_settings_form .input_group.toggle{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.product_tax_settings_form{background-color:#fff;border:1px solid var(--border-color);border-radius:12px;margin-bottom:20px;width:100%}.product_tax_settings_form .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;height:60px;padding:20px;position:relative}.product_tax_settings_form .header h2{font-size:1.4rem;font-weight:500}.product_tax_settings_form .header .loader{bottom:-20px;left:0;position:absolute;width:100%}.product_tax_settings_form .body{padding:20px}.product_tax_settings_form .input_group.toggle{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.product_modifiers_form{background-color:#fff;border:1px solid var(--border-color);border-radius:12px;margin-bottom:20px;width:100%}.product_modifiers_form .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;height:60px;justify-content:space-between;padding:20px}.product_modifiers_form .header h2{font-size:1.4rem;font-weight:500}.product_modifiers_form .body{padding:20px 0}.add_product_modifier_set_modal{width:50%}.add_product_modifier_set_modal .selected_modifier table{border:1px solid var(--border-color);border-collapse:collapse;margin-bottom:20px;width:100%}.add_product_modifier_set_modal .selected_modifier table th{background-color:#f5f5f5;border:1px solid var(--border-color);font-size:1rem;font-weight:600;padding:5px 10px}.add_product_modifier_set_modal .selected_modifier table td{border:1px solid var(--border-color);font-size:1rem;font-weight:500;padding:5px 15px}.product_modifier_set_item{align-items:center;background-color:initial;border-radius:0;cursor:pointer;display:flex;justify-content:space-between;padding:5px 10px;transition:background-color .25s;width:100%}.product_modifier_set_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.product_modifier_set_item>div{align-items:center;display:flex;height:100%}.product_modifier_set_item .name{font-size:1.3rem;font-weight:500;margin-left:20px}.product_modifier_set_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1rem;height:30px;transition:.2s;width:30px}.product_modifier_set_item_container .product_modifier_set_item .next_btn i{transform:rotate(0deg);transition:.2s}.product_modifier_set_item_container.active .product_modifier_set_item .next_btn i{transform:rotate(180deg)}.product_modifier_set_item .sort_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1rem;height:30px;transition:.2s;width:30px}.product_modifier_set_item_body{border-bottom:1px solid var(--border-color-light);max-height:0;overflow:hidden;padding:0 60px;transition:.2s}.product_modifier_set_item_body.active{max-height:500px}.product_modifier_set_item_body .option{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px;width:100%}.product_modifier_set_item_body .option .name,.product_modifier_set_item_body .option .price{font-size:1.1rem;font-weight:500}.danger_alert{background-color:#f44336;border-radius:12px;left:50%;overflow:hidden;padding:20px;position:fixed;top:0;transform:translateX(-50%) translateY(-100%);transition:.2s;width:60%;z-index:2001}.danger_alert.active{transform:translateX(-50%) translateY(20px)}.danger_alert p{color:#fff;font-size:1.1rem;font-weight:500}.danger_alert .progress_bar{background-color:#ff6464;bottom:0;height:5px;left:0;position:absolute;width:100%}.danger_alert .progress_bar .bar{background-color:red;height:100%;transition:1.2s}.danger_alert .close_btn{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:1.5rem;height:30px;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:30px}.success_alert{background-color:#4caf50;border-radius:12px;left:50%;overflow:hidden;padding:20px;position:fixed;top:0;transform:translateX(-50%) translateY(-100%);transition:.2s;width:60%;z-index:2001}.success_alert.active{transform:translateX(-50%) translateY(20px)}.success_alert p{color:#fff;font-size:1.1rem;font-weight:500}.success_alert .progress_bar{background-color:#46a149;bottom:0;height:5px;left:0;position:absolute;width:100%}.success_alert .progress_bar .bar{background-color:#2f6a31;height:100%;transition:1.2s}.success_alert .close_btn{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:1.5rem;height:30px;position:absolute;right:20px;top:50%;transform:translateY(-50%);width:30px}.modifiers_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.modifiers_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.modifiers_app .header h2{font-size:2rem;font-weight:500}.modifiers_app .header .actions{display:flex;gap:10px}.modifiers_app .header .toggle_container{align-items:center;display:flex}.modifiers_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.modifiers_app .header .info{align-items:center;display:flex;position:relative}.modifiers_app .header .info .menu_dp{background-color:#fff;border-radius:6px;bottom:0;box-shadow:0 0 23px -6px #0000001a;opacity:0;padding:15px;position:absolute;right:0;transform:translateY(100%) translateX(calc(100% - 50px));transition:.15s;visibility:hidden;width:300px}.modifiers_app .header .info .menu_dp.active{opacity:1;visibility:visible}.modifiers_app .header .info .menu_dp button{background-color:initial;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.4rem;font-weight:500;line-height:1.2;padding:10px;text-align:left;transition:.2s;width:100%}.modifiers_app .header .info .menu_dp button:hover{background-color:#b5dcff7d}.modifiers_app .header .info .menu_dp button span{color:var(--secundary-text-color);font-size:.9rem}.modifiers_app .header .info .menu_dp .divider{background-color:var(--border-color-light);height:1px;width:100%}.modifiers_app .header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.modifiers_app .header .info .more_btn{background-color:initial;border:none;color:var(--secundary-text-color);cursor:pointer;font-size:1.5rem;padding:10px}.modifiers_app .header .info .more_btn:hover{color:var(--text-color)}.modifiers_app .body{padding-top:20px}.modifiers_app .body .loader{padding:20px 0}.modifier_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.modifier_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.modifier_item .picture,.modifier_item>div{align-items:center;display:flex;height:100%}.modifier_item .picture{background-color:#f1f1f1;border-radius:6px;justify-content:center;position:relative;width:50px}.modifier_item .picture p{color:#7e7e7e;font-size:1.2rem;font-weight:600}.modifier_item .picture img{border-radius:6px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.modifier_item .name{font-size:1.5rem;font-weight:500;margin-left:20px;margin-right:10px}.modifier_item .price{font-size:1.2rem;font-weight:500}.modifier_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.modifier_item .inactive{background-color:#c00;border-radius:20px;color:#fff;font-size:1.2rem;padding:3px 20px}.create_modifier_modal_container{background-color:#000000b3;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:.2s;visibility:hidden;width:100%;z-index:501}.create_modifier_modal_container.active{opacity:1;visibility:visible}.create_modifier_modal{background-color:#fff;border-left:1px solid var(--border-color);display:grid;grid-template-rows:var(--nav-height) auto var(--nav-height);height:100vh;position:absolute;right:0;top:0;transform:translateX(100%);transition:.2s;width:50vw}.create_modifier_modal_container.active .create_modifier_modal{transform:translateX(0)}.create_modifier_modal .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;height:var(--nav-height);justify-content:space-between;padding:0 20px}.create_modifier_modal .header h2{font-size:1.5rem;font-weight:500}.create_modifier_modal .header .close_btn{background-color:initial;border:none;color:var(--text-color);cursor:pointer;font-size:2rem;outline:none;width:50px}.create_modifier_modal .footer{align-items:center;border-top:1px solid var(--border-color);display:flex;height:var(--nav-height);justify-content:space-between;padding:0 20px}.create_modifier_modal .footer .loader{opacity:0;transition:.2s;visibility:hidden}.create_modifier_modal .footer .loader.active{opacity:1;visibility:visible}.create_modifier_modal .footer .actions{display:flex;gap:10px}.create_modifier_modal .body{overflow-y:auto;padding:20px}.create_modifier_modal .body .title_toggle{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.create_modifier_modal .body .title_toggle h3{font-size:1.4rem;font-weight:500}.create_modifier_modal .body .title_toggle label{color:var(--text-color);font-size:1.2rem;font-weight:500}.create_modifier_modal .body .title_toggle .toggle_container{align-items:center;display:flex}.create_modifier_modal .body .title_toggle .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.create_modifier_modal .body .radio_option{margin-bottom:10px;-webkit-user-select:none;user-select:none}.create_modifier_modal .body .divider{background-color:var(--border-color);height:1px;margin:20px 0;width:100%}.create_modifierset_modal_container{background-color:#000000b3;height:100vh;left:0;opacity:0;position:fixed;top:0;transition:.2s;visibility:hidden;width:100%;z-index:501}.create_modifierset_modal_container.active{opacity:1;visibility:visible}.create_modifierset_modal{background-color:#fff;border-left:1px solid var(--border-color);display:grid;grid-template-rows:var(--nav-height) auto var(--nav-height);height:100vh;position:absolute;right:0;top:0;transform:translateX(100%);transition:.2s;width:50vw}.create_modifierset_modal_container.active .create_modifierset_modal{transform:translateX(0)}.create_modifierset_modal .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;height:var(--nav-height);justify-content:space-between;padding:0 20px}.create_modifierset_modal .header h2{font-size:1.5rem;font-weight:500}.create_modifierset_modal .header .close_btn{background-color:initial;border:none;color:var(--text-color);cursor:pointer;font-size:2rem;outline:none;width:50px}.create_modifierset_modal .footer{align-items:center;border-top:1px solid var(--border-color);display:flex;height:var(--nav-height);justify-content:space-between;padding:0 20px}.create_modifierset_modal .footer .loader{opacity:0;transition:.2s;visibility:hidden}.create_modifierset_modal .footer .loader.active{opacity:1;visibility:visible}.create_modifierset_modal .footer .actions{display:flex;gap:10px}.create_modifierset_modal .body{overflow-y:auto;padding:20px}.create_modifierset_modal .body .title_toggle{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.create_modifierset_modal .body .title_toggle h3{font-size:1.4rem;font-weight:500}.create_modifierset_modal .body .title_toggle label{color:var(--text-color);font-size:1.2rem;font-weight:500}.create_modifierset_modal .body .title_toggle .toggle_container{align-items:center;display:flex}.create_modifierset_modal .body .title_toggle .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.create_modifierset_modal .body .radio_option{margin-bottom:10px;-webkit-user-select:none;user-select:none}.create_modifierset_modal .body .divider{background-color:var(--border-color);height:1px;margin:20px 0;width:100%}.create_modifierset_modal .body table{border:1px solid var(--border-color);border-collapse:collapse;margin-bottom:20px;width:100%}.create_modifierset_modal .body table th{background-color:#f5f5f5;border:1px solid var(--border-color);font-size:1.2rem;font-weight:600;padding:15px}.create_modifierset_modal .body table td{border:1px solid var(--border-color);font-size:1rem;font-weight:500;padding:5px 15px}.create_modifierset_modal .body table td.default_price{color:var(--secundary-text-color);width:130px}.create_modifierset_modal .body table td.price_container{width:130px}.create_modifierset_modal .body table td input{width:100px}.create_modifierset_modal .body table td.actions{width:60px}.create_modifierset_modal .body table td .sort,.create_modifierset_modal .body table td.actions button{background-color:initial;border:none;color:var(--secundary-text-color);cursor:pointer;height:30px;width:30px}.grocery_inventories_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.grocery_inventories_app .no_grocery_inventories{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.grocery_inventories_app .no_grocery_inventories h2{font-size:2rem;font-weight:500;margin-bottom:10px}.grocery_inventories_app .no_grocery_inventories p{color:var(--secundary-text-color);font-size:1.2rem;margin-bottom:20px;text-align:center;width:50%}.grocery_inventories_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.grocery_inventories_app .header h2{font-size:2rem;font-weight:500}.grocery_inventories_app .header .actions{display:flex;gap:10px}.grocery_inventories_app .header .toggle_container{align-items:center;display:flex}.grocery_inventories_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.grocery_inventory_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.grocery_inventory_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.grocery_inventory_item .picture,.grocery_inventory_item>div{align-items:center;display:flex;height:100%}.grocery_inventory_item .picture{background-color:#f1f1f1;border-radius:6px;justify-content:center;position:relative;width:50px}.grocery_inventory_item .picture p{color:#7e7e7e;font-size:1.2rem;font-weight:600}.grocery_inventory_item .picture img{border-radius:6px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.grocery_inventory_item .name{font-size:1.5rem;font-weight:500;margin-left:20px}.grocery_inventory_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.grocery_inventory_view_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.grocery_inventory_view_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.grocery_inventory_view_app .header h2{font-size:2rem;font-weight:500}.grocery_inventory_view_app .header .actions{display:flex;gap:10px}.grocery_inventory_view_app .header .toggle_container{align-items:center;display:flex}.grocery_inventory_view_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.grocery_inventory_view_app .header .info{align-items:center;display:flex;position:relative}.grocery_inventory_view_app .header .info .menu_dp{background-color:#fff;border-radius:6px;bottom:0;box-shadow:0 0 23px -6px #0000001a;opacity:0;padding:15px;position:absolute;right:0;transform:translateY(100%) translateX(calc(100% - 50px));transition:.15s;visibility:hidden;width:300px}.grocery_inventory_view_app .header .info .menu_dp.active{opacity:1;visibility:visible}.grocery_inventory_view_app .header .info .menu_dp button{background-color:initial;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.4rem;font-weight:500;line-height:1.2;padding:10px;text-align:left;transition:.2s;width:100%}.grocery_inventory_view_app .header .info .menu_dp button:hover{background-color:#b5dcff7d}.grocery_inventory_view_app .header .info .menu_dp button span{color:var(--secundary-text-color);font-size:.9rem}.grocery_inventory_view_app .header .info .menu_dp .divider{background-color:var(--border-color-light);height:1px;width:100%}.grocery_inventory_view_app .header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.grocery_inventory_view_app .header .info .more_btn{background-color:initial;border:none;color:var(--secundary-text-color);cursor:pointer;font-size:1.5rem;padding:10px}.grocery_inventory_view_app .header .info .more_btn:hover{color:var(--text-color)}.grocery_inventory_view_app .body{padding-top:20px}.grocery_inventory_view_app .body .loader{padding:20px 0}.grocery_inventory_modal_locations{max-height:250px;overflow-y:auto}.grocery_inventory_modal_location_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.grocery_inventory_modal_location_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.grocery_inventory_modal_location_item>div{align-items:center;display:flex;height:100%}.grocery_inventory_modal_location_item .picture{align-items:center;background-color:#f1f1f1;border-radius:6px;display:flex;height:100%;justify-content:center;position:relative;width:50px}.grocery_inventory_modal_location_item .picture p{color:#7e7e7e;font-size:1.2rem;font-weight:600}.grocery_inventory_modal_location_item .picture img{border-radius:6px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.grocery_inventory_modal_location_item .details{margin-left:20px}.grocery_inventory_modal_location_item .name{font-size:1.5rem;font-weight:500}.grocery_inventory_modal_location_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.grocery_category_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.grocery_category_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;position:relative;width:100%;z-index:101}.grocery_category_app .header h2{font-size:2rem;font-weight:500}.grocery_category_app .header .actions{display:flex;gap:10px}.grocery_category_app .header .toggle_container{align-items:center;display:flex}.grocery_category_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.grocery_category_app .header .info{align-items:center;display:flex;position:relative;z-index:101}.grocery_category_app .header .info .menu_dp{background-color:#fff;border-radius:6px;bottom:0;box-shadow:0 0 23px -6px #0000001a;opacity:0;padding:15px;position:absolute;right:0;transform:translateY(100%) translateX(calc(100% - 50px));transition:.15s;visibility:hidden;width:300px;z-index:101}.grocery_category_app .header .info .menu_dp.active{opacity:1;visibility:visible}.grocery_category_app .header .info .menu_dp button{background-color:initial;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.4rem;font-weight:500;line-height:1.2;padding:10px;text-align:left;transition:.2s;width:100%}.grocery_category_app .header .info .menu_dp button:hover{background-color:#b5dcff7d}.grocery_category_app .header .info .menu_dp button span{color:var(--secundary-text-color);font-size:.9rem}.grocery_category_app .header .info .menu_dp .divider{background-color:var(--border-color-light);height:1px;width:100%}.grocery_category_app .header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.grocery_category_app .header .info .more_btn{background-color:initial;border:none;color:var(--secundary-text-color);cursor:pointer;font-size:1.5rem;padding:10px}.grocery_category_app .header .info .more_btn:hover{color:var(--text-color)}.grocery_category_app .body{padding-top:20px}.grocery_category_app .body .loader{padding:20px 0}.grocery_product_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.grocery_product_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.grocery_product_item>div{align-items:center;display:flex;height:100%}.grocery_product_item .drag_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.grocery_product_item .picture{align-items:center;background-color:#f1f1f1;border-radius:6px;display:flex;height:100%;justify-content:center;position:relative;width:50px}.grocery_product_item .picture p{color:#7e7e7e;font-size:1.2rem;font-weight:600}.grocery_product_item .picture img{border-radius:6px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.grocery_product_item .name{font-size:1.5rem;font-weight:500;margin-left:20px}.grocery_product_item .price{font-size:1.3rem;font-weight:500;margin-left:20px}.grocery_product_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.grocery_product_item .inactive{background-color:#c00;border-radius:20px;color:#fff;font-size:1.2rem;padding:3px 20px}.paginate_container{align-items:center;display:flex;gap:5px;justify-content:center;width:100%}.paginate_container button{background-color:#fff;border:1px solid #3899ec;border-radius:4px;cursor:pointer;font-size:1.2rem;font-weight:500;height:35px;outline:none;width:35px}.paginate_container button:hover{background-color:#3898ec49}.paginate_container button.active{background-color:#3899ec;color:#fff}.grocery_product_app{min-height:100%;padding:20px 30px;width:100%}.grocery_product_app>.header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;position:relative;width:100%;z-index:101}.grocery_product_app>.header h2{font-size:2rem;font-weight:500}.grocery_product_app>.header .actions{display:flex;gap:10px}.grocery_product_app>.header .toggle_container{align-items:center;display:flex}.grocery_product_app>.header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.grocery_product_app>.header .info{align-items:center;display:flex;position:relative;z-index:101}.grocery_product_app>.header .info .menu_dp{background-color:#fff;border-radius:6px;bottom:0;box-shadow:0 0 23px -6px #0000001a;opacity:0;padding:15px;position:absolute;right:0;transform:translateY(100%) translateX(calc(100% - 50px));transition:.15s;visibility:hidden;width:300px;z-index:101}.grocery_product_app>.header .info .menu_dp.active{opacity:1;visibility:visible}.grocery_product_app>.header .info .menu_dp button{background-color:initial;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.4rem;font-weight:500;line-height:1.2;padding:10px;text-align:left;transition:.2s;width:100%}.grocery_product_app>.header .info .menu_dp button:hover{background-color:#b5dcff7d}.grocery_product_app>.header .info .menu_dp button span{color:var(--secundary-text-color);font-size:.9rem}.grocery_product_app>.header .info .menu_dp .divider{background-color:var(--border-color-light);height:1px;width:100%}.grocery_product_app>.header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.grocery_product_app>.header .info .more_btn{background-color:initial;border:none;color:var(--secundary-text-color);cursor:pointer;font-size:1.5rem;padding:10px}.grocery_product_app>.header .info .more_btn:hover{color:var(--text-color)}.grocery_product_app>.header .actions .product_active{align-items:center;display:flex;gap:5px}.grocery_product_app>.header .actions .product_active span{font-size:1.1rem}.grocery_product_app .body{padding-top:20px}.grocery_product_app .body>.loader{padding:20px 0}.grocery_product_app .body .two_col{grid-gap:20px;display:grid;gap:20px;grid-template-columns:65% 35%;padding-right:20px;width:100%}.grocery_product_main_info{grid-gap:20px;background-color:#fff;border:1px solid var(--border-color);border-radius:12px;display:grid;gap:20px;grid-template-columns:350px auto;grid-template-rows:max-content auto;margin-bottom:20px;padding-bottom:20px;width:100%}.grocery_product_main_info .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;grid-column:1/span 2;height:60px;padding:20px}.grocery_product_main_info .header h2{font-size:1.4rem;font-weight:500}.grocery_product_main_info .product_image{padding-left:20px}.grocery_product_main_info .product_image .img{aspect-ratio:16/9;border:1px solid var(--border-color);border-radius:12px;overflow:hidden;position:relative;width:100%}.grocery_product_main_info .product_image .img img{height:100%;left:0;object-fit:contain;position:absolute;top:0;width:100%}.grocery_product_main_info .product_image .actions{display:flex;gap:10px;margin-top:10px}.grocery_product_main_info .product_image .actions .delete{background-color:#c00;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1.1rem;font-weight:500;line-height:1;padding:1px 15px}.grocery_product_main_info .product_image .actions .change_image{border-radius:12px;font-size:1.1rem;font-weight:500;height:auto;padding:1px 15px}.grocery_product_main_info .product_details{padding-right:20px}.grocery_product_pricing_form{background-color:#fff;border:1px solid var(--border-color);border-radius:12px;margin-bottom:20px;width:100%}.grocery_product_pricing_form .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;height:60px;padding:20px}.grocery_product_pricing_form .header h2{font-size:1.4rem;font-weight:500}.grocery_product_pricing_form .body{padding:20px}.grocery_product_pricing_form .input_group.toggle{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.grocery_product_sale_settings{background-color:#fff;border:1px solid var(--border-color);border-radius:12px;margin-bottom:20px;width:100%}.grocery_product_sale_settings .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;height:60px;padding:20px}.grocery_product_sale_settings .header h2{font-size:1.4rem;font-weight:500}.grocery_product_sale_settings .body{padding:20px}.grocery_product_sale_settings .input_group.toggle{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.grocery_mobile_apps_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.grocery_mobile_apps_app .no_grocery_apps{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.grocery_mobile_apps_app .no_grocery_apps h2{font-size:2rem;font-weight:500;margin-bottom:10px}.grocery_mobile_apps_app .no_grocery_apps p{color:var(--secundary-text-color);font-size:1.2rem;margin-bottom:20px;text-align:center;width:50%}.grocery_mobile_apps_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.grocery_mobile_apps_app .header h2{font-size:2rem;font-weight:500}.grocery_mobile_apps_app .header .actions{display:flex;gap:10px}.grocery_mobile_apps_app .header .toggle_container{align-items:center;display:flex}.grocery_mobile_apps_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.select_groceryapplocations_step{width:70%}.select_groceryapplocations_step .description,.select_groceryapplocations_step h1{margin-bottom:20px}.select_groceryapplocations_step .locations_container{border:1px solid var(--border-color);border-radius:12px;padding:20px;width:100%}.select_groceryapplocations_step .orderonline_modal_location_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.select_groceryapplocations_step .orderonline_modal_location_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.select_groceryapplocations_step .orderonline_modal_location_item>div{align-items:center;display:flex;height:100%}.select_groceryapplocations_step .orderonline_modal_location_item .picture{align-items:center;background-color:#f1f1f1;border-radius:6px;display:flex;height:100%;justify-content:center;position:relative;width:50px}.select_groceryapplocations_step .orderonline_modal_location_item .picture p{color:#7e7e7e;font-size:1.2rem;font-weight:600}.select_groceryapplocations_step .orderonline_modal_location_item .picture img{border-radius:6px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.select_groceryapplocations_step .orderonline_modal_location_item .details{margin-left:20px}.select_groceryapplocations_step .orderonline_modal_location_item .name{font-size:1.5rem;font-weight:500}.select_groceryapplocations_step .orderonline_modal_location_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.grocery_mobile_app_app{background-color:#fff;min-height:100%;padding:20px 30px;width:100%}.grocery_mobile_app_app>.header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;position:relative;width:100%;z-index:101}.grocery_mobile_app_app>.header h2{font-size:2rem;font-weight:500}.grocery_mobile_app_app>.header .actions{display:flex;gap:10px}.grocery_mobile_app_app>.header .toggle_container{align-items:center;display:flex}.grocery_mobile_app_app>.header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.grocery_mobile_app_app>.header .info{align-items:center;display:flex;position:relative;z-index:101}.grocery_mobile_app_app>.header .info .menu_dp{background-color:#fff;border-radius:6px;bottom:0;box-shadow:0 0 23px -6px #0000001a;opacity:0;padding:15px;position:absolute;right:0;transform:translateY(100%) translateX(calc(100% - 50px));transition:.15s;visibility:hidden;width:300px;z-index:101}.grocery_mobile_app_app>.header .info .menu_dp.active{opacity:1;visibility:visible}.grocery_mobile_app_app>.header .info .menu_dp button{background-color:initial;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.4rem;font-weight:500;line-height:1.2;padding:10px;text-align:left;transition:.2s;width:100%}.grocery_mobile_app_app>.header .info .menu_dp button:hover{background-color:#b5dcff7d}.grocery_mobile_app_app>.header .info .menu_dp button span{color:var(--secundary-text-color);font-size:.9rem}.grocery_mobile_app_app>.header .info .menu_dp .divider{background-color:var(--border-color-light);height:1px;width:100%}.grocery_mobile_app_app>.header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.grocery_mobile_app_app>.header .info .more_btn{background-color:initial;border:none;color:var(--secundary-text-color);cursor:pointer;font-size:1.5rem;padding:10px}.grocery_mobile_app_app>.header .info .more_btn:hover{color:var(--text-color)}.grocery_mobile_app_app>.header .actions .product_active{align-items:center;display:flex;gap:5px}.grocery_mobile_app_app>.header .actions .product_active span{font-size:1.1rem}.grocery_mobile_app_app>.body .container1{display:grid;grid-template-columns:auto 300px}.grocery_mobile_app_app>.body .container1>div{position:relative}.grocery_mobile_app_app>.body .container1 .phone_preview{position:sticky;top:20px}.grocery_mobile_app_app>.body .container1 .form_container{padding-right:50px}.grocery_mobile_app_app>.body .app_details{border:1px solid var(--border-color);border-radius:6px;margin-bottom:20px;width:100%}.grocery_mobile_app_app>.body .app_details .header{border-bottom:1px solid var(--border-color);padding:10px 20px;width:100%}.grocery_mobile_app_app>.body .app_details .header h2{color:var(--text-color);font-size:1.3rem;font-weight:500}.grocery_mobile_app_app>.body .app_details .body{padding:20px}.grocery_mobile_app_app>.body .app_details .footer{align-items:center;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;padding:10px 20px}.grocery_mobile_app_app>.body .app_details .locations_container{max-height:300px;overflow-y:auto;width:100%}.grocery_mobile_app_app .grocery_mobile_app_location_item{align-items:center;background-color:initial;border-bottom:1px solid var(--border-color-light);border-radius:0;cursor:pointer;display:flex;height:90px;justify-content:space-between;padding:20px;transition:background-color .25s;width:100%}.grocery_mobile_app_app .grocery_mobile_app_location_item:hover{background-color:#9ddbff76;border-color:#0000;border-radius:5px}.grocery_mobile_app_app .grocery_mobile_app_location_item>div{align-items:center;display:flex;height:100%}.grocery_mobile_app_app .grocery_mobile_app_location_item .picture{align-items:center;background-color:#f1f1f1;border-radius:6px;display:flex;height:100%;justify-content:center;position:relative;width:50px}.grocery_mobile_app_app .grocery_mobile_app_location_item .picture p{color:#7e7e7e;font-size:1.2rem;font-weight:600}.grocery_mobile_app_app .grocery_mobile_app_location_item .picture img{border-radius:6px;height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.grocery_mobile_app_app .grocery_mobile_app_location_item .details{margin-left:20px}.grocery_mobile_app_app .grocery_mobile_app_location_item .name{font-size:1.5rem;font-weight:500}.grocery_mobile_app_app .grocery_mobile_app_location_item .next_btn{background-color:initial;border:none;border-radius:50%;color:#7e7e7e;cursor:pointer;font-size:1.5rem;height:45px;transition:.2s;width:45px}.grocery_mobile_app_app .settings_container{background-color:#fff;border:1px solid var(--border-color);border-radius:6px;margin-bottom:20px;width:100%}.grocery_mobile_app_app .settings_container .header{border-bottom:1px solid var(--border-color);padding:10px 20px}.grocery_mobile_app_app .settings_container .header h2{font-size:var(--subtitle-size);font-weight:500}.grocery_mobile_app_app .settings_container .body{padding:20px}.grocery_mobile_app_app .settings_container .dns_records_table{border:none;border-collapse:collapse;width:100%}.grocery_mobile_app_app .settings_container .dns_records_table td{border:1px solid var(--border-color);padding:5px 10px}.grocery_mobile_app_app .settings_container .dns_records_table th{border:1px solid var(--border-color);padding:5px 10px;text-align:left}.grocery_mobile_app_app .settings_container .footer{align-items:center;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;padding:10px 20px;position:relative}.grocery_mobile_app_app .settings_container .footer .loader{left:0;position:absolute;top:0;width:100%}.phone_preview{overflow:hidden;position:relative;width:300px}.phone_preview>img{pointer-events:none;position:relative;-webkit-user-select:none;user-select:none;width:100%;z-index:101}.phone_preview iframe{zoom:.6;border-radius:80px;height:97%;left:10px;position:absolute;top:10px;-moz-transform:scale(.6);-moz-transform-origin:0 0;width:300px;width:96%;z-index:9}.settings_app{min-height:100%;padding:30px 5%;width:100%}.settings_app>.header{margin-bottom:20px}.settings_app>.header h2{font-size:2rem;font-weight:500}.settings_app .settings_container{background-color:#fff;border:1px solid var(--border-color);border-radius:12px;margin-bottom:20px;padding:20px;width:100%}.settings_app .settings_container h2{color:var(--secundary-text-color);font-size:1rem;font-weight:400;margin-bottom:20px}.settings_app .settings_container .settings_list{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fill,264px);width:100%}.settings_app .settings_container .settings_list .item{text-decoration:none}.settings_app .settings_container .settings_list .item .content{background:#fff;border-radius:4px;cursor:pointer;display:grid;grid-template-columns:20% 80%;min-height:80px;padding-top:5px;transition:.2s}.settings_app .settings_container .settings_list .item .content:hover{background:#eee8ff}.settings_app .settings_container .settings_list .item .content .icon{align-items:flex-start;display:flex;justify-content:center}.settings_app .settings_container .settings_list .item .content .icon svg{width:60%}.settings_app .settings_container .settings_list .item .content .text{display:flex;flex-direction:column;padding-right:5px}.settings_app .settings_container .settings_list .item .content .text h3{font-size:1.2rem;font-weight:600;line-height:1}.settings_app .settings_container .settings_list .item .content .text p{color:var(--secundary-text-color);font-size:1.1rem;font-weight:400;line-height:1.1;padding:6px 0}.firebase_auth_settings_app{min-height:100%;padding:5% 10%;width:100%}.firebase_auth_settings_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.firebase_auth_settings_app .header h2{font-size:2rem;font-weight:500}.firebase_auth_settings_app .header .actions{display:flex;gap:10px}.firebase_auth_settings_app .header .info{align-items:center;display:flex;position:relative}.firebase_auth_settings_app .header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.firebase_auth_settings_app .body{background-color:#fff;border:1px solid var(--border-color);border-radius:8px;padding:20px}.firebase_auth_settings_app .body .loader{padding:20px 0}.location_app{background-color:#fff;min-height:100%;padding:20px 30px;width:100%}.location_app>.header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;position:relative;width:100%;z-index:101}.location_app>.header h2{font-size:2rem;font-weight:500}.location_app>.header .actions{display:flex;gap:10px}.location_app>.header .toggle_container{align-items:center;display:flex}.location_app>.header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.location_app>.header .info{align-items:center;display:flex;position:relative;z-index:101}.location_app>.header .info .menu_dp{background-color:#fff;border-radius:6px;bottom:0;box-shadow:0 0 23px -6px #0000001a;opacity:0;padding:15px;position:absolute;right:0;transform:translateY(100%) translateX(calc(100% - 50px));transition:.15s;visibility:hidden;width:300px;z-index:101}.location_app>.header .info .menu_dp.active{opacity:1;visibility:visible}.location_app>.header .info .menu_dp button{background-color:initial;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.4rem;font-weight:500;line-height:1.2;padding:10px;text-align:left;transition:.2s;width:100%}.location_app>.header .info .menu_dp button:hover{background-color:#b5dcff7d}.location_app>.header .info .menu_dp button span{color:var(--secundary-text-color);font-size:.9rem}.location_app>.header .info .menu_dp .divider{background-color:var(--border-color-light);height:1px;width:100%}.location_app>.header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.location_app>.header .info .more_btn{background-color:initial;border:none;color:var(--secundary-text-color);cursor:pointer;font-size:1.5rem;padding:10px}.location_app>.header .info .more_btn:hover{color:var(--text-color)}.location_app>.header .actions .product_active{align-items:center;display:flex;gap:5px}.location_app>.header .actions .product_active span{font-size:1.1rem}.location_app .location_info_container{grid-gap:10px;display:grid;gap:10px;grid-template-columns:55% 45%;width:100%}.location_app .location_info_container .location_form{border:1px solid var(--border-color);border-radius:7px;width:100%}.location_app .location_info_container .location_form .header{border-bottom:1px solid var(--border-color);padding:10px 20px}.location_app .location_info_container .location_form .header h2{font-size:1.3rem;font-weight:600}.location_app .location_info_container .location_form .body{padding:20px}.location_app .location_info_container .map{border-radius:7px;height:100%;overflow:hidden;width:100%}.location_app .location_info_container .datails{grid-column:1/span 2}.location_app .settings_container{border:1px solid var(--border-color);border-radius:7px;margin-top:20px;padding:25px 30px 10px;position:relative;width:100%}.location_app .settings_container .title{background-color:#fff;font-size:1rem;left:15px;padding:0 10px;position:absolute;top:0;transform:translateY(-50%)}.location_app .settings_container .container{grid-gap:10px;display:grid;grid-template-columns:repeat(auto-fill,264px);width:100%}.location_app .settings_container .container .item{text-decoration:none}.location_app .settings_container .container .item .content{background:#fff;border-radius:4px;cursor:pointer;display:grid;grid-template-columns:20% 80%;min-height:80px;padding-top:5px;transition:.2s}.location_app .settings_container .container .item .content:hover{background:#eee8ff}.location_app .settings_container .container .item .content .icon{align-items:flex-start;display:flex;justify-content:center}.location_app .settings_container .container .item .content .icon svg{width:60%}.location_app .settings_container .container .item .content .text{display:flex;flex-direction:column;padding-right:5px}.location_app .settings_container .container .item .content .text h3{font-size:1.2rem;font-weight:600;line-height:1}.location_app .settings_container .container .item .content .text p{color:var(--secundary-text-color);font-size:1.1rem;font-weight:400;line-height:1.1;padding:6px 0}.delivery_settings_modal{align-items:center;background-color:#0009;display:flex;flex-direction:column;height:100vh;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:.2s;visibility:hidden;width:100%;z-index:401}.delivery_settings_modal.active{opacity:1;visibility:visible}.delivery_settings_modal .container{background-color:#fff;border:1px solid var(--border-color);border-radius:8px;width:90%}.delivery_settings_modal .container .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:15px 20px;width:100%}.delivery_settings_modal .container .header h2{font-size:1.3rem;font-weight:600}.delivery_settings_modal .container .header .actions{align-items:center;display:flex}.delivery_settings_modal .container .header .actions .close{background-color:initial;border:none;color:var(--text-color);cursor:pointer;font-size:2rem;outline:none;width:40px}.delivery_settings_modal .container .body .delivery_settings_container{display:grid;grid-template-columns:55% 45%;min-height:400px;width:100%}.delivery_settings_modal .container .body .delivery_settings_container .map_container{border-left:1px solid var(--border-color);max-height:70vh;overflow-y:auto;padding:20px}.delivery_settings_modal .container .body .delivery_settings_container .map_container .map{border-radius:8px;height:300px;margin-bottom:20px;overflow:hidden;width:100%}.delivery_settings_modal .container .body .delivery_settings_container .form_body .toggle{align-items:center;flex-direction:row;justify-content:space-between;width:100%}.delivery_settings_modal .container .body .delivery_areas{padding:20px}.delivery_settings_modal .container .body .delivery_areas h2{font-size:1.2rem;font-weight:600;margin-bottom:10px}.delivery_settings_modal .container .footer{align-items:center;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;padding:15px 20px}.delivery_settings_modal .container .footer .actions{display:flex;gap:10px}.delivery_area_item{align-items:center;border:1px solid #daeffe!important;border-radius:8px;cursor:pointer;display:flex;height:102px;justify-content:space-between;margin-bottom:10px;padding-left:39px;padding-right:30px;position:relative;transition:.2s;width:100%}.delivery_area_item:hover{background-color:#daeffe!important;border-color:#4eb7f5!important}.delivery_area_item .color{background:#c00;border-radius:4px 0 0 4px;height:94px;left:2px;position:absolute;top:50%;transform:translateY(-50%);width:7px}.delivery_area_item h3{color:#162d3d;font-size:20px;font-weight:500;line-height:24px;margin-bottom:6px}.delivery_area_item .delivery_area_info{display:flex;gap:20px;padding-top:9px}.delivery_area_item .delivery_area_info .info{align-items:center;color:#32536a;display:flex;font-size:14px;line-height:18px}.delivery_area_item .delivery_area_info .info svg{fill:#20455e;height:18px;margin-right:10px}.delivery_area_item .toggle_container{align-items:center;display:flex}.delivery_area_item .toggle_container .light_btn{opacity:0;transition:.2s;visibility:hidden}.delivery_area_item:hover .toggle_container .light_btn{opacity:1;visibility:visible}.delivery_area_item .toggle_container .delete_btn{align-items:center;background:#c00;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:15px;height:30px;justify-content:center;margin:0 10px;opacity:0;transition:.2s;visibility:hidden;width:30px}.delivery_area_item:hover .toggle_container .delete_btn{opacity:1;visibility:visible}.delivery_area_item .loader{bottom:0;left:0;position:absolute;width:100%}.grocery_orders_page{height:100%;overflow-y:auto;padding:20px 5%;width:100%}.grocery_orders_page>h2{font-size:1.8rem;font-weight:500;margin-bottom:20px}.grocery_orders_page .orders_container{background-color:#fff;border:1px solid var(--border-color);border-radius:5px;margin-bottom:30px;width:100%}.grocery_orders_page .orders_container .header{border-bottom:1px solid var(--border-color);padding:12px 15px;position:relative}.grocery_orders_page .orders_container .header .loader{bottom:0;left:0;position:absolute;width:100%}.grocery_orders_page .orders_container .header h2{font-size:1.4rem;font-weight:500}.grocery_orders_page .orders_container .body{padding:20px 0}.grocery_orders_page .orders_container .body .load_orders_btn{margin-left:auto;margin-right:auto}.grocery_order_item{align-items:center;background:#fff;cursor:pointer;display:flex;justify-content:space-between;padding:20px 30px;transition:background .3s ease-out;width:100%}.grocery_order_item:hover{background:#daeffe}.grocery_order_item .info{align-items:center;display:flex}.grocery_order_item .info .profile_pic{border-radius:50%;height:50px;margin-right:20px;overflow:hidden;position:relative;width:50px}.grocery_order_item .info .profile_pic img{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.grocery_order_item .info .customer_info{display:flex;flex-direction:column;margin-right:30px}.grocery_order_item .info .customer_info h2{color:#162d3d;font-size:1.2rem;font-weight:400;line-height:1}.grocery_order_item .info .customer_info span{color:#577083;font-size:.9rem;font-weight:500;line-height:1;margin-top:6px}.grocery_order_item .info .delivery_method{margin-right:30px}.grocery_order_item .info .delivery_method p{color:#162d3d;font-size:1.2rem;font-weight:400;line-height:1;text-transform:lowercase}.grocery_order_item .info .payment_info{align-items:center;display:flex;flex-direction:column}.grocery_order_item .info .payment_info h2{color:#162d3d;font-size:1.2rem;font-weight:400;line-height:1}.grocery_order_item .info .payment_info span{color:#577083;font-size:1.2rem;font-weight:500;line-height:18px;margin-top:6px}.grocery_order_item .actions{align-items:center;display:flex;gap:10px}.grocery_order_item .actions .status{background-color:#25ec25;border-radius:12px;font-size:1rem;font-weight:500;padding:3px 20px}.grocery_order_item .actions .status.red{background-color:#c00;color:#fff}.grocery_order_item .actions .status.blue{background-color:#3899ec;color:#fff}.grocery_order_item .actions .status.orange{background-color:#f36c30;color:#fff}.grocery_order_item .actions .order_id{font-size:1.2rem;font-weight:500}.grocery_order_item .deleted{border:1px solid #c00;border-radius:12px;color:#c00;font-size:1rem;font-weight:500;margin-left:10px;padding:3px 20px;text-align:center}.grocery_order_app{height:100%;padding:30px 5%;width:100%}.grocery_order_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;position:relative;width:100%;z-index:101}.grocery_order_app .header h2{font-size:2rem;font-weight:500}.grocery_order_app .header .actions{display:flex;gap:10px}.grocery_order_app .header .info{align-items:center;display:flex;position:relative;z-index:101}.grocery_order_app .header .info .back_btn{background-color:#e7e7e7;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:20px;width:45px}.grocery_order_app>.body{grid-gap:20px;display:grid;gap:20px;grid-template-columns:65% 35%;padding-bottom:60px;width:100%}.grocery_order_info_container{background-color:#fff;border:1px solid var(--border-color);border-radius:5px;width:100%}.grocery_order_info_container .header{border-bottom:1px solid var(--border-color);padding:15px 20px;position:relative}.grocery_order_info_container .header h2{font-size:1.6rem;line-height:1}.grocery_order_info_container .header span{color:var(--secundary-text-color);display:block;font-size:1rem;font-weight:500;margin-top:5px}.grocery_order_info_container .header .actions{display:flex;gap:10px}.grocery_order_info_container .header .loader{bottom:0;left:0;position:absolute;width:100%}.grocery_order_info_container .body{padding:20px}.grocery_order_info_container .body .grocery_order_items{max-height:500px;overflow-y:auto}.grocery_order_info_container .footer{border-top:1px solid var(--border-color);padding:15px 20px}.grocery_order_info_container .footer h2{font-size:1.4rem;font-weight:600}.grocery_ordered_item{align-items:flex-start;display:flex;padding:10px;width:100%}.grocery_ordered_item .image{--image-size:40px;background-color:#fff;border:1px solid var(--border-color);border-radius:6px;max-height:var(--image-size);max-width:var(--image-size);min-height:var(--image-size);min-width:var(--image-size);overflow:hidden;position:relative}.grocery_ordered_item .image img{height:100%;left:0;object-fit:contain;object-position:center;position:absolute;top:0;width:100%}.grocery_ordered_item .qty{color:var(--secundary-text-color);font-size:1.2rem;font-weight:500;padding:0 20px}.grocery_ordered_item .name{color:var(--text-color);font-size:1.2rem;font-weight:400;margin-right:20px;max-width:600px}.grocery_ordered_item .price{color:var(--text-color);font-size:1.2rem;font-weight:500;margin-left:auto}.grocery_order_payment_details{border-top:1px solid var(--border-color);padding:20px}.grocery_order_payment_details .item{align-items:center;display:flex;justify-content:space-between}.grocery_order_payment_details .item h2{font-size:1.2rem;font-weight:500}.grocery_order_payment_details .item span{color:var(--secundary-text-color);font-size:1.2rem;font-weight:500;padding:3px 0}.grocery_order_customer_container{background-color:#fff;border:1px solid var(--border-color);border-radius:5px;width:100%}.grocery_order_customer_container .header{border-bottom:1px solid var(--border-color);padding:15px 20px}.grocery_order_customer_container .map{height:200px;width:100%}.grocery_order_customer_container .customer_profile{align-items:center;border-bottom:1px solid var(--border-color);display:flex;flex-direction:column;margin-bottom:20px;padding-bottom:10px;padding-top:50px;position:relative;width:100%}.grocery_order_customer_container .customer_profile .profile_image{--image-size:90px;background-color:var(--border-color);border:3px solid #fff;border-radius:50%;max-height:var(--image-size);max-width:var(--image-size);min-height:var(--image-size);min-width:var(--image-size);overflow:hidden;position:absolute;top:0;transform:translateY(-50%)}.grocery_order_customer_container .customer_profile .profile_image img{height:100%;left:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}.grocery_order_customer_container .customer_profile h2{font-size:1.4rem;font-weight:600}.grocery_order_customer_container .details{border-bottom:1px solid var(--border-color);padding:10px 20px 20px}.grocery_order_customer_container .details .item{align-items:center;display:flex;padding:4px 0}.grocery_order_customer_container .details .item span{font-size:1.1rem;font-weight:500}.grocery_order_customer_container .details .item svg{margin-right:10px;width:16px}.google_map_point_text{color:#000;font-size:.8rem;font-weight:900;text-shadow:-1px -1px 0 #fff,1px -1px 0 #fff,-1px 1px 0 #fff,1px 1px 0 #fff,-1px 0 0 #fff,1px 0 0 #fff,0 -1px 0 #fff,0 1px 0 #fff}.grocery_order_chat{border:1px solid var(--border-color);border-bottom:#0000;border-top-left-radius:6px;border-top-right-radius:6px;bottom:0;position:fixed;right:20px;transform:translateY(calc(100% - 45px));transition:.25s;width:400px;z-index:301}.grocery_order_chat.active{transform:translateY(0)}.grocery_order_chat .header{align-items:center;background-color:#fff;border-bottom:1px solid var(--border-color);border-top-left-radius:6px;border-top-right-radius:6px;cursor:pointer;display:flex;height:45px;padding:5px 20px;width:100%}.grocery_order_chat .header h2{font-size:1.2rem;font-weight:500;line-height:1}.grocery_order_chat .header .new_messages_count{margin-left:auto}.online_indicator{display:inline-block;margin-right:10px;position:relative}.online_indicator,.online_indicator span.blink{background-color:#0fcc45;border-radius:50%;height:10px;width:10px}.online_indicator span.blink{animation:blink 2s linear infinite;display:block;opacity:.7}@keyframes blink{to{opacity:0;transform:scale(2)}}.grocery_order_chat .body{background-color:#fff;display:grid;grid-template-rows:50vh 50px}.grocery_order_chat .body .chat_input_container{align-items:center;border-top:1px solid var(--border-color);display:flex;gap:5px;padding:6px 10px;position:relative}.grocery_order_chat .body .chat_input_container .chat_input{background-color:#e8e8e8;border:1px solid var(--border-color);border-radius:75px;height:100%;overflow:hidden;position:relative;width:100%}.grocery_order_chat .body .chat_input_container .chat_input input{background-color:initial;border:none;height:100%;outline:none;padding:0 16px;position:absolute;width:100%}.grocery_order_chat .body .chat_input_container .send_btn{background-color:#e8e8e8;border:1px solid var(--border-color);border-radius:50%;color:#3f3f3f;cursor:pointer;height:100%;outline:none;width:38px}.grocery_order_chat .body .chat_input_container .loader{left:0;position:absolute;top:0;width:100%}.grocery_order_chat .body .chat_body{background-color:#fff;overflow-y:auto;padding:10px 20px}.grocery_order_chat .body .chat_body .message{background-color:#efefef;border-radius:6px;border-top-left-radius:0;margin-bottom:10px;max-width:90%;padding:7px 12px;position:relative;width:fit-content}.grocery_order_chat .body .chat_body .message.own{background-color:#0285ff;border-top-left-radius:6px;border-top-right-radius:0;margin-left:auto}.grocery_order_chat .body .chat_body .message:before{border-color:#0000 #0000 #efefef;border-style:solid;border-width:0 0 12px 10px;content:"";height:0;left:-1px;position:absolute;top:-1px;transform:translateX(-100%) rotate(270deg);width:0}.grocery_order_chat .body .chat_body .message.own:before{border-color:#0000 #0000 #0285ff;border-width:0 0 10px 12px;left:auto;right:0;top:0;transform:translateX(100%) rotate(180deg)}.grocery_order_chat .body .chat_body .message p{text-wrap:balance;font-size:1.1rem}.grocery_order_chat .body .chat_body .message.own p{color:#fff}.rewards_program_app{min-height:100%;padding:20px 30px;width:100%}.rewards_program_app>h2{display:block;font-size:var(--title-size);font-weight:500;margin-bottom:20px}.rewards_program_app .rewards_settings{background-color:#fff;border:1px solid var(--border-color);border-radius:6px;width:100%}.rewards_program_app .rewards_settings .header{border-bottom:1px solid var(--border-color);padding:10px 20px;width:100%}.rewards_program_app .rewards_settings .header h2{font-size:1.3rem;font-weight:500}.rewards_program_app .rewards_settings .body{padding:20px}.rewards_program_app .rewards_settings .footer{align-items:center;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;padding:10px 20px}.customers_app{min-height:100%;padding:20px 30px;width:100%}.customers_app .loading{margin-bottom:20px;width:100%}.customers_app>h2{display:block;font-size:var(--title-size);font-weight:500;margin-bottom:20px}.customers_app .customers_container{background-color:#fff;border:1px solid var(--border-color);border-radius:6px;margin-bottom:20px;width:100%}.customers_app .customers_container .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:10px 20px;width:100%}.customers_app .customers_container .header h2{font-size:var(--subtitle-size);font-weight:500;line-height:1}.customers_app .customers_container .header .search{align-items:center;display:flex;gap:10px}.customers_app .customers_container .header .search input{width:300px}.customers_app .customers_container .body{max-height:500px;overflow-y:auto;padding:20px 0}.customer_app{min-height:100%;padding:5%;width:100%}.customer_app>.header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;position:relative;width:100%;z-index:101}.customer_app>.header h2{font-size:var(--subtitle-size);font-weight:500}.customer_app>.header .actions{display:flex;gap:10px}.customer_app>.header .info{align-items:center;display:flex;position:relative;z-index:101}.customer_app>.header .info .back_btn{border:1px solid var(--border-color);border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.customer_app .customer_app_grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:60% 40%}.customer_app .information_container{background-color:#fff;border:1px solid var(--border-color);border-radius:6px;margin-bottom:10px;width:100%}.customer_app .information_container .header{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding:10px 15px;position:relative}.customer_app .information_container .header h2{font-size:var(--subtitle-size);font-weight:500}.customer_app .information_container .header .loader{bottom:0;margin-left:-15px;position:absolute;width:100%}.customer_app .information_container .body{padding:20px}.reward_points_customer_transactions_body{max-height:150px;overflow-y:auto}.reward_points_customer_transactions_body .reward_points_transaction{background-color:#29b648;border-radius:6px;margin-bottom:5px;padding:5px 15px;width:fit-content}.reward_points_customer_transactions_body .reward_points_transaction.red{background-color:#e63946}.reward_points_customer_transactions_body .reward_points_transaction span{color:#fff;font-size:1rem;font-weight:500}.payment_method_customer_item{align-items:center;border-radius:7px;display:flex;font-size:1.1rem;font-weight:400;gap:10px;height:45px;margin-bottom:10px;padding:10px 15px;width:100%}.payment_method_customer_item:hover{background-color:#f0f8ff}.payment_method_customer_item svg{width:30px}.website_editor_app{height:100vh;width:100%}.website_editor{background-color:#181818;display:grid;grid-template-columns:280px auto;grid-template-rows:40px auto;height:100%;width:100%}.website_editor_page_item{width:100%}.website_editor_page_item>.name{align-items:center;cursor:pointer;display:flex;gap:5px;padding:5px 10px 5px 15px;-webkit-user-select:none;user-select:none;width:100%}.website_editor_page_item>.name:hover{background-color:#2a2d2f}.website_editor_page_item>.name h2{color:#ccc;font-size:1rem;font-weight:500}.website_editor_page_item>.name i{color:#ccc}.website_editor_page_item .collapseIcon{transform:rotate(-90deg);transition:.25s}.website_editor_page_item .files{max-height:0;overflow:hidden;position:relative;transition:.25s}.website_editor_page_item.collapsed .files{max-height:300px}.website_editor_page_item.collapsed .collapseIcon{transform:rotate(0deg)}.website_editor_page_item .files:before{background-color:#3d3f40;content:"";height:100%;left:15px;position:absolute;top:0;width:1px}.website_editor_file_item{width:100%}.website_editor_file_item>.name{align-items:center;cursor:pointer;display:flex;gap:5px;padding:5px 10px 5px 25px;width:100%}.website_editor_file_item>.name:hover{background-color:#2a2d2f}.website_editor_file_item>.name h2{color:#ccc;font-size:1rem;font-weight:500;-webkit-user-select:none;user-select:none}.website_editor_file_item>.name i{color:#ccc}.website_editor_file_item>.name svg{width:10px}.website_page_create_modal{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;top:0;transition:.2s;visibility:hidden;width:100%;z-index:401}.website_page_create_modal.active{opacity:1;visibility:visible}.website_editor_modal{background-color:#181818;border:1px solid #2b2b2b;border-radius:6px;width:50vw}.website_editor_modal .header{align-items:center;border-bottom:1px solid #2b2b2b;display:flex;justify-content:space-between;padding:10px 20px}.website_editor_modal .header h2{color:#ccc;font-size:var(--subtitle-size);font-weight:600;-webkit-user-select:none;user-select:none}.website_editor_modal .header .close_button{align-items:center;background-color:initial;border:none;border-radius:6px;cursor:pointer;display:flex;height:30px;justify-content:center;outline:none;width:30px}.website_editor_modal .header .close_button:hover{background-color:#2b2b2b}.website_editor_modal .header .close_button i{color:#ccc;font-size:1.7rem}.website_editor_modal .body{max-height:80vh;overflow-y:auto;padding:20px}.website_editor_modal .footer{align-items:center;border-top:1px solid #2b2b2b;display:flex;justify-content:space-between;padding:10px 20px}.website_editor_modal .footer .actions{align-items:center;display:flex;gap:10px}.website_editor_modal .browser_input{background-color:#282b30;border-radius:12px;display:grid;grid-template-rows:50px auto;height:200px;margin-bottom:20px;overflow:hidden;position:relative;width:100%;z-index:201}.website_editor_modal .browser_input .tabs{align-items:flex-end;color:#e5e2e3;display:flex;padding-left:30px}.website_editor_modal .browser_input .tabs .tab{align-items:center;background-color:#383b42;border-radius:8px 8px 0 0;display:flex;height:70%;padding-left:20px;position:relative;width:200px}.website_editor_modal .browser_input .tabs .tab:after{border-top-left-radius:0;border-top-right-radius:8px;left:100%}.website_editor_modal .browser_input .tabs .tab:after,.website_editor_modal .browser_input .tabs .tab:before{background-color:#282b30;bottom:0;box-shadow:0 -8px 0 0 #383b42;content:"";height:16px;position:absolute;right:100%;transform:rotate(180deg);width:8px}.website_editor_modal .browser_input .tabs .tab:before{border-top-left-radius:8px;border-top-right-radius:0}.website_editor_modal .browser_input .address_container{background-color:#383b42;padding:20px}.website_editor_modal .browser_input .address_container .address{align-items:center;background-color:#23262c;border-radius:25px;display:flex;height:40px;padding:0 20px;width:100%}.website_editor_modal .browser_input .address_container .address i{color:#c8c6c7;margin-right:10px}.website_editor_modal .browser_input .address_container .address i.available{color:#4caf50;margin-left:auto;margin-right:0}.website_editor_modal .browser_input .address_container .address i.unavailable{color:#f44336;margin-left:auto;margin-right:0}.website_editor_modal .browser_input .address_container .address span{color:#c8c6c7;font-size:1.2rem}.website_editor_modal .browser_input .address_container .address input{background-color:initial;border:none;color:#c8c6c7;font-size:1.2rem;height:100%;outline:none;width:300px}.website_editor_modal .requires_authentication{align-items:center;display:flex;gap:10px;margin-top:10px}.website_editor_modal .requires_authentication label{color:#ccc;font-size:1rem}#website_editor_static_file_viewer_modal .image_preview{max-height:300px;object-fit:contain;width:100%}#website_editor_static_file_viewer_modal .download_link{align-items:center;display:flex;gap:10px;text-decoration:none;width:fit-content}.website_editor_header{align-items:center;border-bottom:1px solid #2b2b2b;display:flex;grid-column:1/span 2;justify-content:space-between;padding:3px 10px;position:relative}.website_editor_header .loader{bottom:0;left:0;position:absolute;width:100%}.website_editor_header .actions{display:flex;gap:10px}.website_editor_header .actions button{background-color:#f36c30;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1rem;font-weight:500;outline:none;padding:3px 10px}.website_editor_code{display:grid;grid-template-rows:40px auto;height:100%;width:100%}.website_editor_opened_files{background-color:#181818;border-bottom:1px solid #2b2b2b}.website_editor_code .code{opacity:0;transition:.2s;visibility:hidden}.website_editor_code .code.active{opacity:1;visibility:visible}.website_editor_opened_files{display:flex;width:100%}.website_editor_opened_files .opened_file{align-items:center;background-color:#181818;border-right:1px solid #2b2b2b;cursor:pointer;display:flex;height:100%;padding:0 10px 0 15px;position:relative;width:fit-content}.website_editor_opened_files .opened_file.active{background-color:#1e1e1e}.website_editor_opened_files .opened_file.active:before{background-color:#202020;bottom:-1px;content:"";height:1px;left:0;position:absolute;width:100%}.website_editor_opened_files .opened_file.active:after{background-color:#f36c30;content:"";height:1px;left:0;position:absolute;top:0;width:100%}.website_editor_opened_files .opened_file span{color:#ccc;font-size:.9rem;-webkit-user-select:none;user-select:none}.website_editor_opened_files .opened_file .close_file{align-items:center;background-color:initial;border:none;border-radius:6px;cursor:pointer;display:flex;height:20px;justify-content:center;margin-left:15px;opacity:0;outline:none;transition:.2s;visibility:hidden;width:20px}.website_editor_opened_files .opened_file.active .close_file,.website_editor_opened_files .opened_file:hover .close_file{opacity:1;visibility:visible}.website_editor_opened_files .opened_file .close_file:hover{background-color:#2b2b2b}.website_editor_opened_files .opened_file .close_file i{color:#ccc;font-size:1rem}.website_editor_opened_files .opened_file svg{margin-right:7px;width:10px}.website_editor_filenav{background-color:#181818;border-right:1px solid #2b2b2b}.website_editor_filenav .group{width:100%}.website_editor_filenav .group>.name{align-items:center;border-bottom:1px solid #2b2b2b;cursor:pointer;display:flex;gap:5px;padding:5px 10px;-webkit-user-select:none;user-select:none;width:100%}.website_editor_filenav .group>.name h2{color:#ccc;font-size:1rem;font-weight:600}.website_editor_filenav .group>.name>i{color:#ccc;font-size:1rem;transform:rotate(-90deg);transition:.25s}.website_editor_filenav .group.collapsed>.name>i{transform:rotate(0deg)}.website_editor_filenav .group .add_page_button{align-items:center;background-color:initial;border:1px solid #2b2b2b;border-radius:6px;cursor:pointer;display:flex;height:20px;justify-content:center;margin-left:auto;width:20px}.website_editor_filenav .group .add_page_button:hover{background-color:#2b2b2b}.website_editor_filenav .group .add_page_button i{color:#ccc;font-size:.9rem}.website_editor_filenav .group .folders{max-height:0;overflow:hidden;position:relative;scrollbar-width:none;transition:.25s}.website_editor_filenav .group .folders:before{background-color:#3d3f40;content:"";display:none;height:calc(100% - 10px);left:10px;position:absolute;top:5px;width:1px}.website_editor_filenav .group .folders::-webkit-scrollbar{display:none}.website_editor_filenav .group.collapsed .folders{max-height:500px;overflow:hidden;overflow-y:auto}.website_static_file_item{width:100%}.website_static_file_item>.name{align-items:center;cursor:pointer;display:flex;gap:5px;padding:5px 10px;width:100%}.website_static_file_item>.name:hover{background-color:#2a2d2f}.website_static_file_item>.name h2{color:#ccc;font-size:1rem;font-weight:500;-webkit-user-select:none;user-select:none}.website_static_file_item>.name i{color:#ccc}.website_static_file_item>.name svg{width:10px}.website_app{min-height:100%;padding:3% 5%;width:100%}.website_app>.header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.website_app>.header h2{font-size:var(--title-size);font-weight:500}.website_app>.header .actions{display:flex;gap:10px}.website_app>.header .toggle_container{align-items:center;display:flex}.website_app>.header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.website_app .settings_container{background-color:#fff;border:1px solid var(--border-color);border-radius:6px;margin-bottom:20px;width:100%}.website_app .settings_container .header{border-bottom:1px solid var(--border-color);padding:10px 20px}.website_app .settings_container .header h2{font-size:var(--subtitle-size);font-weight:500}.website_app .settings_container .body{padding:20px}.website_app .settings_container .dns_records_table{border:none;border-collapse:collapse;width:100%}.website_app .settings_container .dns_records_table td{border:1px solid var(--border-color);padding:5px 10px}.website_app .settings_container .dns_records_table th{border:1px solid var(--border-color);padding:5px 10px;text-align:left}.website_app .settings_container .footer{align-items:center;border-top:1px solid var(--border-color);display:flex;justify-content:space-between;padding:10px 20px;position:relative}.website_app .settings_container .footer .loader{left:0;position:absolute;top:0;width:100%}.website_logo_input{grid-gap:10px;display:grid;gap:10px;grid-template-columns:40% 60%;width:100%}.website_logo_input .logo_preview{border:1px solid var(--border-color);border-radius:8px;height:190px;overflow:hidden;position:relative;width:100%}.website_logo_input .logo_preview img{height:100%;left:0;object-fit:contain;object-position:center;position:absolute;top:0;width:100%}.promotional_sliders_app{background-color:#fff;min-height:100%;padding:5% 10%;width:100%}.promotional_sliders_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;width:100%}.promotional_sliders_app .header h2{font-size:var(--title-size);font-weight:500}.promotional_sliders_app .header .actions{display:flex;gap:10px}.promotional_sliders_app .header .toggle_container{align-items:center;display:flex}.promotional_sliders_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.promotional_slider_app{background-color:#fff;min-height:100%;padding:5%;width:100%}.promotional_slider_app .header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;position:relative;width:100%;z-index:101}.promotional_slider_app .header h2{font-size:2rem;font-weight:500}.promotional_slider_app .header .actions{display:flex;gap:10px}.promotional_slider_app .header .toggle_container{align-items:center;display:flex}.promotional_slider_app .header .toggle_container p{font-size:1rem;font-weight:500;margin-right:10px}.promotional_slider_app .header .info{align-items:center;display:flex;position:relative;z-index:101}.promotional_slider_app .header .info .menu_dp{background-color:#fff;border-radius:6px;bottom:0;box-shadow:0 0 23px -6px #0000001a;opacity:0;padding:15px;position:absolute;right:0;transform:translateY(100%) translateX(calc(100% - 50px));transition:.15s;visibility:hidden;width:300px;z-index:101}.promotional_slider_app .header .info .menu_dp.active{opacity:1;visibility:visible}.promotional_slider_app .header .info .menu_dp button{background-color:initial;border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.4rem;font-weight:500;line-height:1.2;padding:10px;text-align:left;transition:.2s;width:100%}.promotional_slider_app .header .info .menu_dp button:hover{background-color:#b5dcff7d}.promotional_slider_app .header .info .menu_dp button span{color:var(--secundary-text-color);font-size:.9rem}.promotional_slider_app .header .info .menu_dp .divider{background-color:var(--border-color-light);height:1px;width:100%}.promotional_slider_app .header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.promotional_slider_app .header .info .more_btn{background-color:initial;border:none;color:var(--secundary-text-color);cursor:pointer;font-size:1.5rem;padding:10px}.promotional_slider_app .header .info .more_btn:hover{color:var(--text-color)}.promotional_slider_app .body{padding-top:20px}.promotional_slider_app .body .loader{padding:20px 0}.promotional_slider_app .body .slides h2{border-bottom:1px solid var(--border-color);font-size:var(--subtitle-size);font-weight:500;margin-bottom:20px;padding-bottom:10px;width:100%}.promotional_slider_slide_item{align-items:center;background-color:#fff;border:1px solid var(--border-color);border-radius:8px;display:flex;gap:10px;justify-content:space-between;margin-bottom:10px;padding:6px 15px;position:relative;width:100%}.promotional_slider_slide_item .loader{bottom:-20px;left:0;position:absolute;width:100%}.promotional_slider_slide_item .info{align-items:center;display:flex;gap:10px}.promotional_slider_slide_item .info .drag_btn{background-color:initial;border:none;color:var(--color_orange_aj);font-size:1.8rem;height:50px;outline:none;width:30px}.promotional_slider_slide_item .info .image{background-color:#f7f7f7;border-radius:8px;height:150px;position:relative;width:330px}.promotional_slider_slide_item .info .image img{height:100%;left:0;object-fit:contain;object-position:center;position:absolute;top:0;width:100%}.promotional_slider_slide_item .form{width:100%}.promotional_slider_slide_item .delete_circular_btn{bottom:5px;position:absolute;right:5px}.terms_and_conditions_app{background-color:#fff;min-height:100%;padding:30px 5%;width:100%}.terms_and_conditions_app .header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px;width:100%}.terms_and_conditions_app .header h1{font-size:var(--title-size);font-weight:600}._wrap_5y04w_1{border:1px dashed #e4e4e7!important;border:1px dashed hsl(var(--richtext-border))!important;border-radius:6px;display:flex;flex-direction:column;height:100%;line-height:0;max-width:100%;overflow:hidden}._wrap_5y04w_1 ._handlerWrap_5y04w_11{display:flex;padding:10px}._wrap_5y04w_1 ._innerWrap_5y04w_15{border-radius:var(--richtext-border-radius);flex:1 1;height:100%;overflow:hidden;position:relative;width:100%}._wrap_5y04w_1 ._emptyWrap_5y04w_23{align-items:center;display:flex;height:100%;justify-content:center}._wrap_5y04w_1 iframe{border:0;border:none!important;height:100%;width:100%}::backdrop,:root{--richtext-border-spacing-x:0;--richtext-border-spacing-y:0;--richtext-translate-x:0;--richtext-translate-y:0;--richtext-rotate:0;--richtext-skew-x:0;--richtext-skew-y:0;--richtext-scale-x:1;--richtext-scale-y:1;--richtext-pan-x: ;--richtext-pan-y: ;--richtext-pinch-zoom: ;--richtext-scroll-snap-strictness:proximity;--richtext-gradient-from-position: ;--richtext-gradient-via-position: ;--richtext-gradient-to-position: ;--richtext-ordinal: ;--richtext-slashed-zero: ;--richtext-numeric-figure: ;--richtext-numeric-spacing: ;--richtext-numeric-fraction: ;--richtext-ring-inset: ;--richtext-ring-offset-width:0px;--richtext-ring-offset-color:#fff;--richtext-ring-color:#3b82f680;--richtext-ring-offset-shadow:0 0 #0000;--richtext-ring-shadow:0 0 #0000;--richtext-shadow:0 0 #0000;--richtext-shadow-colored:0 0 #0000;--richtext-blur: ;--richtext-brightness: ;--richtext-contrast: ;--richtext-grayscale: ;--richtext-hue-rotate: ;--richtext-invert: ;--richtext-saturate: ;--richtext-sepia: ;--richtext-drop-shadow: ;--richtext-backdrop-blur: ;--richtext-backdrop-brightness: ;--richtext-backdrop-contrast: ;--richtext-backdrop-grayscale: ;--richtext-backdrop-hue-rotate: ;--richtext-backdrop-invert: ;--richtext-backdrop-opacity: ;--richtext-backdrop-saturate: ;--richtext-backdrop-sepia: ;--richtext-contain-size: ;--richtext-contain-layout: ;--richtext-contain-paint: ;--richtext-contain-style: }:root{--richtext-background:0 0% 100%;--richtext-foreground:240 10% 3.9%;--richtext-muted:240 4.8% 95.9%;--richtext-muted-foreground:240 3.8% 46.1%;--richtext-popover:0 0% 100%;--richtext-popover-foreground:240 10% 3.9%;--richtext-card:0 0% 100%;--richtext-card-foreground:240 10% 3.9%;--richtext-border:240 5.9% 90%;--richtext-input:240 5.9% 90%;--richtext-primary:240 5.9% 10%;--richtext-primary-foreground:0 0% 98%;--richtext-secondary:240 4.8% 95.9%;--richtext-secondary-foreground:240 5.9% 10%;--richtext-accent:0 0% 88.24%;--richtext-accent-foreground:240 5.9% 10%;--richtext-destructive:0 84.2% 60.2%;--richtext-destructive-foreground:0 0% 98%;--richtext-ring:240 10% 3.9%;--richtext-radius:.5rem;--red:#ff5c33}.dark{--richtext-background:240 10% 3.9%;--richtext-foreground:0 0% 98%;--richtext-muted:240 3.7% 15.9%;--richtext-muted-foreground:240 5% 64.9%;--richtext-popover:240 10% 3.9%;--richtext-popover-foreground:0 0% 98%;--richtext-card:240 10% 3.9%;--richtext-card-foreground:0 0% 98%;--richtext-border:240 3.7% 15.9%;--richtext-input:240 3.7% 15.9%;--richtext-primary:0 0% 98%;--richtext-primary-foreground:240 5.9% 10%;--richtext-secondary:240 3.7% 15.9%;--richtext-secondary-foreground:0 0% 98%;--richtext-accent:240 3.7% 15.9%;--richtext-accent-foreground:0 0% 98%;--richtext-destructive:0 62.8% 30.6%;--richtext-destructive-foreground:0 0% 98%;--richtext-ring:240 4.9% 83.9%;--red:#ff5c33}.richtext-sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.richtext-pointer-events-none{pointer-events:none}.richtext-pointer-events-auto{pointer-events:auto}.richtext-fixed{position:fixed}.richtext-absolute{position:absolute}.richtext-relative{position:relative}.richtext-inset-0{bottom:0;left:0;right:0;top:0}.richtext-inset-y-0{bottom:0;top:0}.-richtext-top-px{top:-1px}.richtext-left-0{left:0}.richtext-left-2{left:.5rem}.richtext-left-\[50\%\]{left:50%}.richtext-left-px{left:1px}.richtext-right-2{right:.5rem}.richtext-right-4{right:1rem}.richtext-start-0{inset-inline-start:0}.richtext-top-0{top:0}.richtext-top-2{top:.5rem}.richtext-top-4{top:1rem}.richtext-top-\[50\%\]{top:50%}.richtext-isolate{isolation:isolate}.richtext-z-0{z-index:0}.richtext-z-50{z-index:50}.richtext-z-\[100\]{z-index:100}.richtext-z-\[1\]{z-index:1}.richtext-z-\[99999\]{z-index:99999}.richtext-col-\[1\/-1\]{grid-column:1/-1}.\!richtext-mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.\!richtext-mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.\!richtext-mx-\[10px\]{margin-left:10px!important;margin-right:10px!important}.\!richtext-my-2{margin-bottom:.5rem!important;margin-top:.5rem!important}.\!richtext-my-\[10px\]{margin-bottom:10px!important;margin-top:10px!important}.richtext--mx-1{margin-left:-.25rem;margin-right:-.25rem}.richtext-mx-2{margin-left:.5rem;margin-right:.5rem}.richtext-mx-auto{margin-left:auto;margin-right:auto}.richtext-my-1{margin-bottom:.25rem;margin-top:.25rem}.richtext-my-\[10px\]{margin-bottom:10px;margin-top:10px}.richtext-my-\[12px\]{margin-bottom:12px;margin-top:12px}.richtext-my-\[5px\]{margin-bottom:5px;margin-top:5px}.\!richtext-mr-1{margin-right:.25rem!important}.richtext-mb-8{margin-bottom:2rem}.richtext-mb-\[10px\]{margin-bottom:10px}.richtext-mb-\[16px\]{margin-bottom:16px}.richtext-mb-\[5px\]{margin-bottom:5px}.richtext-mb-\[6px\]{margin-bottom:6px}.richtext-mb-\[8px\]{margin-bottom:8px}.richtext-ml-1{margin-left:.25rem}.richtext-ml-1\.5{margin-left:.375rem}.richtext-ml-auto{margin-left:auto}.richtext-mt-1{margin-top:.25rem}.richtext-mt-2{margin-top:.5rem}.richtext-mt-\[8px\]{margin-top:8px}.richtext-box-border{box-sizing:border-box}.richtext-block{display:block}.richtext-inline-block{display:inline-block}.\!richtext-flex{display:flex!important}.richtext-flex{display:flex}.richtext-inline-flex{display:inline-flex}.richtext-grid{display:grid}.\!richtext-size-7{height:1.75rem!important;width:1.75rem!important}.richtext-size-3{height:.75rem;width:.75rem}.richtext-size-4{height:1rem;width:1rem}.richtext-size-5{height:1.25rem;width:1.25rem}.richtext-size-6{height:1.5rem;width:1.5rem}.richtext-size-7{height:1.75rem;width:1.75rem}.richtext-size-\[18px\]{height:18px;width:18px}.richtext-size-\[1em\]{height:1em;width:1em}.richtext-size-\[28px\]{height:28px;width:28px}.richtext-size-full{height:100%;width:100%}.\!richtext-h-3{height:.75rem!important}.\!richtext-h-4{height:1rem!important}.\!richtext-h-\[16px\]{height:16px!important}.\!richtext-h-\[32px\]{height:32px!important}.\!richtext-h-\[342px\]{height:342px!important}.\!richtext-h-auto{height:auto!important}.richtext-h-10{height:2.5rem}.richtext-h-11{height:2.75rem}.richtext-h-12{height:3rem}.richtext-h-2{height:.5rem}.richtext-h-3\.5{height:.875rem}.richtext-h-4{height:1rem}.richtext-h-5{height:1.25rem}.richtext-h-6{height:1.5rem}.richtext-h-7{height:1.75rem}.richtext-h-8{height:2rem}.richtext-h-9{height:2.25rem}.richtext-h-\[1px\]{height:1px}.richtext-h-\[26px\]{height:26px}.richtext-h-\[32px\]{height:32px}.richtext-h-\[var\(--radix-select-trigger-height\)\]{height:var(--radix-select-trigger-height)}.richtext-h-auto{height:auto}.richtext-h-full{height:100%}.richtext-h-px{height:1px}.richtext-max-h-60{max-height:15rem}.richtext-max-h-96{max-height:24rem}.richtext-max-h-\[280px\]{max-height:280px}.richtext-max-h-\[320px\]{max-height:320px}.richtext-max-h-\[min\(80vh\,24rem\)\]{max-height:min(80vh,24rem)}.richtext-max-h-full{max-height:100%}.richtext-max-h-screen{max-height:100vh}.richtext-min-h-\[80px\]{min-height:80px}.\!richtext-w-12{width:3rem!important}.\!richtext-w-3{width:.75rem!important}.\!richtext-w-4{width:1rem!important}.richtext-w-10{width:2.5rem}.richtext-w-11{width:2.75rem}.richtext-w-2{width:.5rem}.richtext-w-3{width:.75rem}.richtext-w-3\.5{width:.875rem}.richtext-w-32{width:8rem}.richtext-w-4{width:1rem}.richtext-w-48{width:12rem}.richtext-w-5{width:1.25rem}.richtext-w-72{width:18rem}.richtext-w-80{width:20rem}.richtext-w-\[160px\]{width:160px}.richtext-w-\[1px\]{width:1px}.richtext-w-\[200px\]{width:200px}.richtext-w-\[32px\]{width:32px}.richtext-w-\[60px\]{width:60px}.richtext-w-auto{width:auto}.richtext-w-fit{width:fit-content}.richtext-w-full{width:100%}.richtext-min-w-0{min-width:0}.richtext-min-w-24{min-width:6rem}.richtext-min-w-32{min-width:8rem}.richtext-min-w-4{min-width:1rem}.richtext-min-w-48{min-width:12rem}.richtext-min-w-\[8rem\]{min-width:8rem}.richtext-min-w-\[var\(--radix-select-trigger-width\)\]{min-width:var(--radix-select-trigger-width)}.\!richtext-max-w-\[1300px\]{max-width:1300px!important}.richtext-max-w-24{max-width:6rem}.richtext-max-w-\[286px\]{max-width:286px}.richtext-max-w-\[600px\]{max-width:600px}.richtext-max-w-lg{max-width:32rem}.richtext-max-w-sm{max-width:24rem}.richtext-flex-1{flex:1 1}.richtext-flex-\[0_0_auto\]{flex:0 0 auto}.richtext-flex-none{flex:none}.\!richtext-shrink-0{flex-shrink:0!important}.richtext-shrink-0{flex-shrink:0}.richtext-grow{flex-grow:1}.richtext-translate-x-\[-50\%\]{--richtext-translate-x:-50%}.richtext-translate-x-\[-50\%\],.richtext-translate-y-\[-50\%\]{transform:translate(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.richtext-translate-y-\[-50\%\]{--richtext-translate-y:-50%}.richtext-animate-spin{animation:richtext-spin 1s linear infinite}.richtext-cursor-default{cursor:default}.richtext-cursor-grab{cursor:grab}.richtext-cursor-pointer{cursor:pointer}.richtext-select-none{-webkit-user-select:none;user-select:none}.richtext-scroll-my-1{scroll-margin-bottom:.25rem;scroll-margin-top:.25rem}.richtext-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.richtext-grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.richtext-flex-row{flex-direction:row}.richtext-flex-col{flex-direction:column}.richtext-flex-col-reverse{flex-direction:column-reverse}.richtext-flex-wrap{flex-wrap:wrap}.richtext-flex-nowrap{flex-wrap:nowrap}.\!richtext-items-center{align-items:center!important}.richtext-items-center{align-items:center}.richtext-justify-start{justify-content:flex-start}.richtext-justify-end{justify-content:flex-end}.\!richtext-justify-center{justify-content:center!important}.richtext-justify-center{justify-content:center}.richtext-justify-between{justify-content:space-between}.richtext-gap-0\.5{gap:.125rem}.richtext-gap-1{gap:.25rem}.richtext-gap-1\.5{gap:.375rem}.richtext-gap-2{gap:.5rem}.richtext-gap-3{gap:.75rem}.richtext-gap-4{gap:1rem}.richtext-gap-\[10px\]{gap:10px}.richtext-gap-\[4px\]{gap:4px}.richtext-gap-\[6px\]{gap:6px}.richtext-gap-x-1{column-gap:.25rem}.richtext-gap-y-1{row-gap:.25rem}.richtext-space-x-2>:not([hidden])~:not([hidden]){--richtext-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--richtext-space-x-reverse)));margin-right:calc(.5rem*var(--richtext-space-x-reverse))}.richtext-space-x-4>:not([hidden])~:not([hidden]){--richtext-space-x-reverse:0;margin-left:calc(1rem*(1 - var(--richtext-space-x-reverse)));margin-right:calc(1rem*var(--richtext-space-x-reverse))}.richtext-space-y-1\.5>:not([hidden])~:not([hidden]){--richtext-space-y-reverse:0;margin-bottom:calc(.375rem*var(--richtext-space-y-reverse));margin-top:calc(.375rem*(1 - var(--richtext-space-y-reverse)))}.richtext-self-end{align-self:flex-end}.richtext-overflow-auto{overflow:auto}.richtext-overflow-hidden{overflow:hidden}.richtext-overflow-y-auto{overflow-y:auto}.richtext-overflow-x-hidden{overflow-x:hidden}.richtext-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.richtext-whitespace-nowrap{white-space:nowrap}.richtext-break-all{word-break:break-all}.\!richtext-rounded-sm{border-radius:calc(.5rem - 4px)!important;border-radius:calc(var(--richtext-radius) - 4px)!important}.richtext-rounded-\[0\.5rem\]{border-radius:.5rem}.richtext-rounded-\[10px\]{border-radius:10px}.richtext-rounded-\[12px\]{border-radius:12px}.richtext-rounded-\[2px\]{border-radius:2px}.richtext-rounded-\[6px\]{border-radius:6px}.richtext-rounded-full{border-radius:9999px}.richtext-rounded-lg{border-radius:.5rem;border-radius:var(--richtext-radius)}.richtext-rounded-md{border-radius:calc(.5rem - 2px);border-radius:calc(var(--richtext-radius) - 2px)}.richtext-rounded-sm{border-radius:calc(.5rem - 4px);border-radius:calc(var(--richtext-radius) - 4px)}.\!richtext-border{border-width:1px!important}.richtext-border{border-width:1px}.richtext-border-2{border-width:2px}.\!richtext-border-b{border-bottom-width:1px!important}.richtext-border-b{border-bottom-width:1px}.richtext-border-t{border-top-width:1px}.richtext-border-solid{border-style:solid}.richtext-border-none{border-style:none}.\!richtext-border-border{border-color:#e4e4e7!important;border-color:hsl(var(--richtext-border))!important}.\!richtext-border-neutral-200{--richtext-border-opacity:1!important;border-color:#e5e5e5!important;border-color:rgb(229 229 229/var(--richtext-border-opacity,1))!important}.\!richtext-border-primary{border-color:#18181b!important;border-color:hsl(var(--richtext-primary))!important}.richtext-border-\[\#3a3f4b\]{--richtext-border-opacity:1;border-color:#3a3f4b;border-color:rgb(58 63 75/var(--richtext-border-opacity,1))}.richtext-border-\[\#ccc\]{--richtext-border-opacity:1;border-color:#ccc;border-color:rgb(204 204 204/var(--richtext-border-opacity,1))}.richtext-border-border{border-color:#e4e4e7;border-color:hsl(var(--richtext-border))}.richtext-border-destructive{border-color:#ef4444;border-color:hsl(var(--richtext-destructive))}.richtext-border-input{border-color:#e4e4e7;border-color:hsl(var(--richtext-input))}.richtext-border-neutral-200{--richtext-border-opacity:1;border-color:#e5e5e5;border-color:rgb(229 229 229/var(--richtext-border-opacity,1))}.richtext-border-transparent{border-color:#0000}.\!richtext-bg-foreground{background-color:#09090b!important;background-color:hsl(var(--richtext-foreground))!important}.\!richtext-bg-primary{background-color:#18181b!important;background-color:hsl(var(--richtext-primary))!important}.\!richtext-bg-transparent{background-color:initial!important}.\!richtext-bg-white{--richtext-bg-opacity:1!important;background-color:#fff!important;background-color:rgb(255 255 255/var(--richtext-bg-opacity,1))!important}.richtext-bg-\[\#21252b\]{--richtext-bg-opacity:1;background-color:#21252b;background-color:rgb(33 37 43/var(--richtext-bg-opacity,1))}.richtext-bg-\[\#5a5d5e4f\]{background-color:#5a5d5e4f}.richtext-bg-background{background-color:#fff;background-color:hsl(var(--richtext-background))}.richtext-bg-black\/80{background-color:#000c}.richtext-bg-border{background-color:#e4e4e7;background-color:hsl(var(--richtext-border))}.richtext-bg-destructive{background-color:#ef4444;background-color:hsl(var(--richtext-destructive))}.richtext-bg-muted{background-color:#f4f4f5;background-color:hsl(var(--richtext-muted))}.richtext-bg-popover{background-color:#fff;background-color:hsl(var(--richtext-popover))}.richtext-bg-secondary{background-color:#f4f4f5;background-color:hsl(var(--richtext-secondary))}.richtext-bg-transparent{background-color:initial}.richtext-bg-white{--richtext-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--richtext-bg-opacity,1))}.richtext-bg-opacity-10{--richtext-bg-opacity:.1}.richtext-fill-current{fill:currentColor}.\!richtext-p-0{padding:0!important}.\!richtext-p-2{padding:.5rem!important}.\!richtext-p-\[4px\]{padding:4px!important}.richtext-p-0{padding:0}.richtext-p-0\.5{padding:.125rem}.richtext-p-1{padding:.25rem}.richtext-p-1\.5{padding:.375rem}.richtext-p-2{padding:.5rem}.richtext-p-3{padding:.75rem}.richtext-p-4{padding:1rem}.richtext-p-6{padding:1.5rem}.richtext-p-\[10px\]{padding:10px}.richtext-px-1{padding-left:.25rem;padding-right:.25rem}.richtext-px-1\.5{padding-left:.375rem;padding-right:.375rem}.richtext-px-2{padding-left:.5rem;padding-right:.5rem}.richtext-px-3{padding-left:.75rem;padding-right:.75rem}.richtext-px-4{padding-left:1rem;padding-right:1rem}.richtext-px-5{padding-left:1.25rem;padding-right:1.25rem}.richtext-px-8{padding-left:2rem;padding-right:2rem}.richtext-px-\[5px\]{padding-left:5px;padding-right:5px}.richtext-py-0{padding-bottom:0;padding-top:0}.richtext-py-1{padding-bottom:.25rem;padding-top:.25rem}.richtext-py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.richtext-py-2{padding-bottom:.5rem;padding-top:.5rem}.richtext-py-3{padding-bottom:.75rem;padding-top:.75rem}.richtext-pb-1{padding-bottom:.25rem}.richtext-pb-2{padding-bottom:.5rem}.richtext-pl-10{padding-left:2.5rem}.richtext-pl-4{padding-left:1rem}.richtext-pl-8{padding-left:2rem}.richtext-pr-2{padding-right:.5rem}.richtext-pr-8{padding-right:2rem}.richtext-pt-3\.5{padding-top:.875rem}.richtext-text-left{text-align:left}.richtext-text-center{text-align:center}.\!richtext-text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.richtext-text-\[0\.65rem\]{font-size:.65rem}.richtext-text-base{font-size:1rem;line-height:1.5rem}.richtext-text-lg{font-size:1.125rem;line-height:1.75rem}.richtext-text-sm{font-size:.875rem;line-height:1.25rem}.richtext-text-xs{font-size:.75rem;line-height:1rem}.richtext-font-medium{font-weight:500}.richtext-font-normal{font-weight:400}.richtext-font-semibold{font-weight:600}.richtext-uppercase{text-transform:uppercase}.richtext-leading-none{line-height:1}.richtext-tracking-tight{letter-spacing:-.025em}.richtext-tracking-wider{letter-spacing:.05em}.richtext-tracking-widest{letter-spacing:.1em}.\!richtext-text-black{--richtext-text-opacity:1!important;color:#000!important;color:rgb(0 0 0/var(--richtext-text-opacity,1))!important}.\!richtext-text-current{color:currentColor!important}.\!richtext-text-neutral-500{--richtext-text-opacity:1!important;color:#737373!important;color:rgb(115 115 115/var(--richtext-text-opacity,1))!important}.\!richtext-text-neutral-800{--richtext-text-opacity:1!important;color:#262626!important;color:rgb(38 38 38/var(--richtext-text-opacity,1))!important}.\!richtext-text-primary-foreground{color:#fafafa!important;color:hsl(var(--richtext-primary-foreground))!important}.richtext-text-\[\#ccc\]{--richtext-text-opacity:1;color:#ccc;color:rgb(204 204 204/var(--richtext-text-opacity,1))}.richtext-text-destructive-foreground{color:#fafafa;color:hsl(var(--richtext-destructive-foreground))}.richtext-text-foreground{color:#09090b;color:hsl(var(--richtext-foreground))}.richtext-text-foreground\/50{color:#09090b80;color:hsl(var(--richtext-foreground)/.5)}.richtext-text-gray-500{--richtext-text-opacity:1;color:#6b7280;color:rgb(107 114 128/var(--richtext-text-opacity,1))}.richtext-text-gray-800{--richtext-text-opacity:1;color:#1f2937;color:rgb(31 41 55/var(--richtext-text-opacity,1))}.richtext-text-muted-foreground{color:#71717a;color:hsl(var(--richtext-muted-foreground))}.richtext-text-neutral-600{--richtext-text-opacity:1;color:#525252;color:rgb(82 82 82/var(--richtext-text-opacity,1))}.richtext-text-popover-foreground{color:#09090b;color:hsl(var(--richtext-popover-foreground))}.richtext-text-primary{color:#18181b;color:hsl(var(--richtext-primary))}.richtext-text-red-500{--richtext-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--richtext-text-opacity,1))}.richtext-text-secondary-foreground{color:#18181b;color:hsl(var(--richtext-secondary-foreground))}.richtext-text-zinc-500{--richtext-text-opacity:1;color:#71717a;color:rgb(113 113 122/var(--richtext-text-opacity,1))}.richtext-text-zinc-600{--richtext-text-opacity:1;color:#52525b;color:rgb(82 82 91/var(--richtext-text-opacity,1))}.richtext-underline{text-decoration-line:underline}.richtext-underline-offset-4{text-underline-offset:4px}.richtext-opacity-0{opacity:0}.richtext-opacity-50{opacity:.5}.richtext-opacity-60{opacity:.6}.richtext-opacity-70{opacity:.7}.richtext-opacity-90{opacity:.9}.richtext-shadow{--richtext-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;--richtext-shadow-colored:0 1px 3px 0 var(--richtext-shadow-color),0 1px 2px -1px var(--richtext-shadow-color)}.richtext-shadow,.richtext-shadow-lg{box-shadow:0 0 #0000,0 0 #0000,0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.richtext-shadow-lg{--richtext-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--richtext-shadow-colored:0 10px 15px -3px var(--richtext-shadow-color),0 4px 6px -4px var(--richtext-shadow-color)}.richtext-shadow-md{--richtext-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;--richtext-shadow-colored:0 4px 6px -1px var(--richtext-shadow-color),0 2px 4px -2px var(--richtext-shadow-color)}.richtext-shadow-md,.richtext-shadow-sm{box-shadow:0 0 #0000,0 0 #0000,0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.richtext-shadow-sm{--richtext-shadow:0 1px 2px 0 #0000000d;--richtext-shadow-colored:0 1px 2px 0 var(--richtext-shadow-color)}.richtext-outline-none{outline:2px solid #0000;outline-offset:2px}.richtext-outline{outline-style:solid}.richtext-outline-1{outline-width:1px}.richtext-ring-0{--richtext-ring-offset-shadow:var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color);--richtext-ring-shadow:var(--richtext-ring-inset) 0 0 0 calc(var(--richtext-ring-offset-width)) var(--richtext-ring-color);box-shadow:0 0 #0000,0 0 #0000,0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow,0 0 #0000)}.\!richtext-ring-offset-background{--richtext-ring-offset-color:hsl(var(--richtext-background))!important}.richtext-ring-offset-background{--richtext-ring-offset-color:hsl(var(--richtext-background))}.richtext-transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.richtext-transition-colors{transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.richtext-transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}.richtext-transition-transform{transition-duration:.15s;transition-property:transform;transition-timing-function:cubic-bezier(.4,0,.2,1)}.richtext-duration-200{transition-duration:.2s}.richtext-ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@keyframes aenter{0%{opacity:1;opacity:var(--richtext-enter-opacity,1);transform:translateZ(0) scaleX(1) rotate(0);transform:translate3d(var(--richtext-enter-translate-x,0),var(--richtext-enter-translate-y,0),0) scale3d(var(--richtext-enter-scale,1),var(--richtext-enter-scale,1),var(--richtext-enter-scale,1)) rotate(var(--richtext-enter-rotate,0))}}@keyframes aexit{to{opacity:1;opacity:var(--richtext-exit-opacity,1);transform:translateZ(0) scaleX(1) rotate(0);transform:translate3d(var(--richtext-exit-translate-x,0),var(--richtext-exit-translate-y,0),0) scale3d(var(--richtext-exit-scale,1),var(--richtext-exit-scale,1),var(--richtext-exit-scale,1)) rotate(var(--richtext-exit-rotate,0))}}.richtext-animate-in{--richtext-enter-opacity:initial;--richtext-enter-scale:initial;--richtext-enter-rotate:initial;--richtext-enter-translate-x:initial;--richtext-enter-translate-y:initial;animation-duration:.15s;animation-name:aenter}.richtext-fade-in-0{--richtext-enter-opacity:0}.richtext-zoom-in-95{--richtext-enter-scale:.95}.richtext-duration-200{animation-duration:.2s}.richtext-ease-in-out{animation-timing-function:cubic-bezier(.4,0,.2,1)}.\[transition-property\:top\,_left\]{transition-property:top,left}html body[data-scroll-locked]{--removed-body-scroll-bar-size:0!important;position:static!important}.character-count--warning{color:#ff5c33!important;color:var(--red)!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror{caret-color:#000;outline-width:0;padding:4rem 2rem 4rem 5rem;z-index:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror:is([class~=dark] *){caret-color:#fff}@media (min-width:1024px){.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror{padding-left:2rem;padding-right:2rem}}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror{min-height:180px;padding:32px 80px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .img-placeholder{--richtext-backdrop-blur:blur(4px);-webkit-backdrop-filter:var(--richtext-backdrop-blur) var(--richtext-backdrop-brightness) var(--richtext-backdrop-contrast) var(--richtext-backdrop-grayscale) var(--richtext-backdrop-hue-rotate) var(--richtext-backdrop-invert) var(--richtext-backdrop-opacity) var(--richtext-backdrop-saturate) var(--richtext-backdrop-sepia);backdrop-filter:var(--richtext-backdrop-blur) var(--richtext-backdrop-brightness) var(--richtext-backdrop-contrast) var(--richtext-backdrop-grayscale) var(--richtext-backdrop-hue-rotate) var(--richtext-backdrop-invert) var(--richtext-backdrop-opacity) var(--richtext-backdrop-saturate) var(--richtext-backdrop-sepia);background-color:#ffffff4d;position:relative;width:fit-content}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .img-placeholder:before{box-sizing:border-box;content:"";display:inline-block;height:24px;left:50%;margin:-12px 0 0 -12px;position:absolute;top:50%;width:24px}@keyframes richtext-spin{to{transform:rotate(1turn)}}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .img-placeholder:before{animation:richtext-spin 1s linear infinite;border-color:#0000 currentColor currentColor;border-radius:9999px;border-width:3px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper{margin:1em 0;overflow-x:auto}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table{display:table;overflow:hidden;width:100%}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .column-resize-handle{background-color:#18181b;background-color:hsl(var(--richtext-primary));bottom:-2px;pointer-events:none;position:absolute;right:-2px;top:0;width:.25rem;z-index:10}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .resize-cursor{cursor:"col-resize"}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .selectedCell{background-color:#0000000d;border-color:#0003;border-style:double}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .tableWrapper table .selectedCell:is([class~=dark] *){background-color:#ffffff1a;border-color:#fff3}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule]{animation-duration:.1s;animation-timing-function:cubic-bezier(.4,0,.2,1);cursor:pointer;transition-duration:.1s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode{background-color:#0000000d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode:is([class~=dark] *){background-color:#ffffff1a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode hr{border-top-color:#0000004d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode hr:is([class~=dark] *){border-top-color:#ffffff4d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule]:hover:not(.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode){background-color:#0000000d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule]:hover:not(.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror [data-type=horizontalRule].ProseMirror-selectednode):is([class~=dark] *){background-color:#ffffff1a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.dragging) .ProseMirror-selectednode:not(.image-view){--richtext-shadow:0 0 #0000;--richtext-shadow-colored:0 0 #0000;background-color:#0000001a;box-shadow:0 0 #0000,0 0 #0000,0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow);outline:2px solid #0000;outline-offset:2px;transition-duration:.15s;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.dragging) .ProseMirror-selectednode:not(.image-view):is([class~=dark] *){background-color:#fff3}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .selection:not(.image-view),.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.image-view)::selection{background-color:#0000001a}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .selection:not(.image-view):is([class~=dark] *),.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror :not(.image-view):is([class~=dark] *)::selection{background-color:#fff3}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .is-empty:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none;width:100%}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .columns.is-empty:before{display:none!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .is-editor-empty:first-child:before,.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;height:0;pointer-events:none;width:100%}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .ProseMirror-gapcursor{margin-left:auto;margin-right:auto;max-width:42rem;position:relative;width:100%}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .ProseMirror-gapcursor:after{border-top-color:#0006;left:0;margin-left:auto;margin-right:auto;max-width:42rem;right:0;top:-1.5em;width:100%}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .ProseMirror-gapcursor:is([class~=dark] *):after{border-top-color:#fff6}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view{display:inline-block;float:none;line-height:0;max-width:100%;-webkit-user-select:none;user-select:none;vertical-align:initial}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body{clear:both;display:inline-block;max-width:100%;outline:2px solid #0000;position:relative;transition:all .2s ease-in}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body__button-wrap{align-items:center;background:#26262699;border-radius:8px;display:none;justify-content:center;position:absolute;right:9px;top:9px;z-index:4}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body:hover{outline-color:#ffc83d}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body:hover .image-view__body__button-wrap{display:block}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body--focused:hover,.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body--resizing:hover{outline-color:#18181b;outline-color:hsl(var(--richtext-primary))}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body__placeholder{height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view__body__image{cursor:pointer!important;margin:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view .image-view__body--focused{outline-color:#18181b!important;outline-color:hsl(var(--richtext-primary))!important}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view.focus img{outline-color:#18181b;outline-color:hsl(var(--richtext-primary));outline-style:solid;outline-width:2px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-view img{display:inline;vertical-align:initial}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer{border-color:#e4e4e7!important;border-color:hsl(var(--richtext-border))!important;border-width:1px!important;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler{background-color:#18181b;background-color:hsl(var(--richtext-primary));border:1px solid #fff;border-radius:2px;box-sizing:border-box;display:block;height:12px;position:absolute;width:12px;z-index:2}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--tl{cursor:nw-resize;left:-6px;top:-6px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--tr{cursor:ne-resize;right:-6px;top:-6px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--bl{bottom:-6px;cursor:sw-resize;left:-6px}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror.ProseMirror.ProseMirror .image-resizer__handler--br{bottom:-6px;cursor:se-resize;right:-6px}.reactjs-tiptap-editor.reactjs-tiptap-editor.dense .ProseMirror{min-height:32px;padding:6px 12px}.reactjs-tiptap-editor.reactjs-tiptap-editor.dense p{line-height:1.2rem;padding:0}.reactjs-tiptap-editor.reactjs-tiptap-editor .ProseMirror[contenteditable=true].resize-cursor{cursor:col-resize}.slash-command-active.slash-command-active{background-color:#e1e1e1!important;background-color:hsl(var(--richtext-accent))!important}[data-dui-1-3-5~=dui-tooltip-wrapper]{display:inline-block;position:relative}.heading-0{font-size:16px;font-weight:700}.heading-1{font-size:28px}.heading-1,.heading-2{font-weight:700;line-height:1.6}.heading-2{font-size:24px}.heading-3{font-size:20px}.heading-3,.heading-4{font-weight:700;line-height:1.6}.heading-4{font-size:16px}.heading-5,.heading-6{font-size:14px;font-weight:700;line-height:1.6}.tableCellActive{border-radius:2px!important;transition:all .1s ease-in-out}.tableCellActive>div{border:initial!important}.node-tableOfContents.focus{border-radius:6px;border-width:1px}div[data-twitter]>div{margin:10px auto}.react-renderer.node-twitter.focus{border-radius:6px;border-width:1px}.ProseMirror p{line-height:1.625;margin-bottom:.375rem}.ProseMirror p:first-child{margin-top:0}.ProseMirror p:last-child{margin-bottom:0}.ProseMirror>p{margin-bottom:.375rem}.ProseMirror>p:first-child{margin-top:0}.ProseMirror>p:last-child{margin-bottom:0}.ProseMirror h1{font-size:1.875rem;line-height:2.25rem}.ProseMirror h2{font-size:1.5rem;line-height:2rem}.ProseMirror h3{font-size:1.25rem;line-height:1.75rem}.ProseMirror h4{font-size:1.125rem;line-height:1.75rem}.ProseMirror h5{font-size:1rem;line-height:1.5rem}.ProseMirror h6{font-size:.875rem;line-height:1.25rem}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3,.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{font-weight:700}.ProseMirror h1:first-child,.ProseMirror h2:first-child,.ProseMirror h3:first-child,.ProseMirror h4:first-child,.ProseMirror h5:first-child,.ProseMirror h6:first-child{margin-top:0}.ProseMirror h1:last-child,.ProseMirror h2:last-child,.ProseMirror h3:last-child,.ProseMirror h4:last-child,.ProseMirror h5:last-child,.ProseMirror h6:last-child{margin-bottom:0}.ProseMirror h1,.ProseMirror h2,.ProseMirror h3{margin-top:3rem}.ProseMirror h4,.ProseMirror h5,.ProseMirror h6{margin-top:2rem}.ProseMirror a.link{--richtext-text-opacity:1;color:#3b82f6;color:rgb(59 130 246/var(--richtext-text-opacity,1));font-weight:800}.ProseMirror a.link:is([class~=dark] *){--richtext-text-opacity:1;color:#60a5fa;color:rgb(96 165 250/var(--richtext-text-opacity,1))}.ProseMirror mark{--richtext-bg-opacity:1;background-color:#ef4444;background-color:rgb(239 68 68/var(--richtext-bg-opacity,1));border-radius:calc(.5rem - 4px);border-radius:calc(var(--richtext-radius) - 4px);-webkit-box-decoration-break:clone;box-decoration-break:clone;color:inherit;padding:.25rem 0}.ProseMirror mark:is([class~=dark] *){--richtext-bg-opacity:1;background-color:#f87171;background-color:rgb(248 113 113/var(--richtext-bg-opacity,1))}.ProseMirror img{height:auto;max-width:100%}.ProseMirror [data-indent="1"]{text-indent:2em!important}.ProseMirror [data-indent="2"]{text-indent:4em!important}.ProseMirror [data-indent="3"]{text-indent:6em!important}.ProseMirror [data-indent="4"]{text-indent:8em!important}.ProseMirror [data-indent="5"]{text-indent:10em!important}.ProseMirror [data-indent="6"]{text-indent:12em!important}.ProseMirror [data-indent="7"]{text-indent:14em!important}.ProseMirror iframe{border-color:#e4e4e7;border-color:hsl(var(--richtext-border));border-radius:calc(.5rem - 4px);border-radius:calc(var(--richtext-radius) - 4px);border-width:1px!important;height:100%;margin-top:.5rem;width:100%}.ProseMirror [data-type=horizontalRule]{margin-bottom:2rem;margin-top:2rem;padding-bottom:1rem;padding-top:1rem}.ProseMirror [data-type=horizontalRule] hr{background-color:#000c;border-color:#0003;border-width:1px 0 0}.ProseMirror [data-type=horizontalRule] hr:is([class~=dark] *){background-color:#fffc;border-color:#fff3}.ProseMirror .blockquote{--richtext-border-opacity:1;--richtext-bg-opacity:.8;--richtext-text-opacity:1;border-radius:.5rem;border-radius:var(--richtext-radius);border-bottom-left-radius:0;border-left-color:#404040;border-left-color:rgb(64 64 64/var(--richtext-border-opacity,1));border-left-width:4px;border-top-left-radius:0;color:#000;color:rgb(0 0 0/var(--richtext-text-opacity,1));padding:.5rem 1rem}.ProseMirror .blockquote:is([class~=dark] *){--richtext-border-opacity:1;--richtext-text-opacity:1;border-left-color:#d4d4d4;border-left-color:rgb(212 212 212/var(--richtext-border-opacity,1));color:#fff;color:rgb(255 255 255/var(--richtext-text-opacity,1))}.ProseMirror code{--richtext-bg-opacity:1;--richtext-text-opacity:1;--richtext-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--richtext-shadow-colored:0 10px 15px -3px var(--richtext-shadow-color),0 4px 6px -4px var(--richtext-shadow-color);background-color:#171717;background-color:rgb(23 23 23/var(--richtext-bg-opacity,1));border-radius:calc(.5rem - 4px);border-radius:calc(var(--richtext-radius) - 4px);box-shadow:0 0 #0000,0 0 #0000,0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow);caret-color:#fff;color:#fff;color:rgb(255 255 255/var(--richtext-text-opacity,1));font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.ProseMirror code::selection{background-color:#ffffff4d}.ProseMirror pre{--richtext-border-opacity:1;--richtext-bg-opacity:1;--richtext-text-opacity:1;background-color:#404040;background-color:rgb(64 64 64/var(--richtext-bg-opacity,1));border-color:#000;border-color:rgb(0 0 0/var(--richtext-border-opacity,1));border-radius:.25rem;border-width:1px!important;caret-color:#fff;color:#fff;color:rgb(255 255 255/var(--richtext-text-opacity,1));margin-bottom:3rem;margin-top:3rem;padding:1rem}.ProseMirror pre:is([class~=dark] *){--richtext-border-opacity:1;--richtext-bg-opacity:1;background-color:#171717;background-color:rgb(23 23 23/var(--richtext-bg-opacity,1));border-color:#262626;border-color:rgb(38 38 38/var(--richtext-border-opacity,1))}.ProseMirror pre ::selection{background-color:#fff3}.ProseMirror pre code{--richtext-shadow:0 0 #0000;--richtext-shadow-colored:0 0 #0000;background-color:inherit;box-shadow:0 0 #0000,0 0 #0000,0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow);color:inherit;padding:0}.ProseMirror ol{list-style-type:decimal}.ProseMirror ul{list-style-type:disc}.ProseMirror ol,.ProseMirror ul{margin-bottom:1.5rem;margin-top:1.5rem;padding:0 2rem}.ProseMirror ol:first-child,.ProseMirror ul:first-child{margin-top:0}.ProseMirror ol:last-child,.ProseMirror ul:last-child{margin-bottom:0}.ProseMirror ol li,.ProseMirror ol ol,.ProseMirror ol ul,.ProseMirror ul li,.ProseMirror ul ol,.ProseMirror ul ul{margin-bottom:.25rem;margin-top:.25rem}.ProseMirror ol p,.ProseMirror ul p{margin-bottom:.25rem;margin-top:0}.ProseMirror>ol,.ProseMirror>ul{margin-bottom:2rem;margin-top:2rem}.ProseMirror>ol:first-child,.ProseMirror>ul:first-child{margin-top:0}.ProseMirror>ol:last-child,.ProseMirror>ul:last-child{margin-bottom:0}.ProseMirror ul[data-type=taskList]{list-style-type:none;padding:0}.ProseMirror ul[data-type=taskList] p{margin:0}.ProseMirror ul[data-type=taskList] li{display:flex}.ProseMirror ul[data-type=taskList] li>label{display:inline;flex:1 1 auto;flex-grow:0;flex-shrink:0;margin-right:.5rem;-webkit-user-select:none;user-select:none}.ProseMirror ul[data-type=taskList] li>div{flex:1 1 auto}.ProseMirror ul[data-type=taskList] li[data-checked=true]{text-decoration-line:line-through}.ProseMirror table{border:1px solid #0000001a;border-collapse:collapse;box-sizing:border-box;display:block;overflow-x:auto;overflow-y:hidden;table-layout:fixed}.ProseMirror table:is([class~=dark] *){border-color:#fff3}.ProseMirror table td,.ProseMirror table th{border-width:1px!important;border:1px solid #0000001a;box-sizing:border-box;min-width:1em;padding:.5rem;position:relative;text-align:left;vertical-align:top}.ProseMirror table td:is([class~=dark] *),.ProseMirror table th:is([class~=dark] *){border-color:#fff3}.ProseMirror table td:first-of-type:not(a),.ProseMirror table th:first-of-type:not(a){margin-top:0}.ProseMirror table td p,.ProseMirror table th p{margin:0}.ProseMirror table td p+p,.ProseMirror table th p+p{margin-top:.75rem}.ProseMirror table th{font-weight:700;text-align:left}.ProseMirror .search-result{background:#c4eed0}.ProseMirror .search-result-current{background:#6cd58b}.columns{display:flex;gap:8px;margin-top:.75em;width:100%}.columns .column{border:1px solid #e4e4e7;border-color:hsl(var(--richtext-border));border-radius:2px;box-sizing:border-box;flex:1 1;min-width:0;padding:12px}.columns .column p:first-of-type{margin-top:0}.mention{background-color:#666e76;border-radius:6px;color:#fff;padding:2px 6px}.file\:richtext-border-0::file-selector-button{border-width:0}.file\:richtext-bg-transparent::file-selector-button{background-color:initial}.file\:richtext-text-sm::file-selector-button{font-size:.875rem;line-height:1.25rem}.file\:richtext-font-medium::file-selector-button{font-weight:500}.placeholder\:richtext-text-muted-foreground::placeholder{color:#71717a;color:hsl(var(--richtext-muted-foreground))}.first\:richtext-mt-0\.5:first-child{margin-top:.125rem}.last\:richtext-pb-2:last-child{padding-bottom:.5rem}.hover\:richtext-cursor-pointer:hover{cursor:pointer}.hover\:richtext-border-border:hover{border-color:#e4e4e7;border-color:hsl(var(--richtext-border))}.hover\:\!richtext-bg-accent:hover{background-color:#e1e1e1!important;background-color:hsl(var(--richtext-accent))!important}.hover\:\!richtext-bg-primary\/90:hover{background-color:#18181be6!important;background-color:hsl(var(--richtext-primary)/.9)!important}.hover\:richtext-bg-\[\#5a5d5e4f\]:hover{background-color:#5a5d5e4f}.hover\:richtext-bg-accent:hover{background-color:#e1e1e1;background-color:hsl(var(--richtext-accent))}.hover\:richtext-bg-destructive\/90:hover{background-color:#ef4444e6;background-color:hsl(var(--richtext-destructive)/.9)}.hover\:richtext-bg-muted:hover{background-color:#f4f4f5;background-color:hsl(var(--richtext-muted))}.hover\:richtext-bg-red-400:hover{--richtext-bg-opacity:1;background-color:#f87171;background-color:rgb(248 113 113/var(--richtext-bg-opacity,1))}.hover\:richtext-bg-secondary:hover{background-color:#f4f4f5;background-color:hsl(var(--richtext-secondary))}.hover\:richtext-bg-secondary\/80:hover{background-color:#f4f4f5cc;background-color:hsl(var(--richtext-secondary)/.8)}.hover\:richtext-bg-opacity-20:hover{--richtext-bg-opacity:.2}.hover\:richtext-text-accent-foreground:hover{color:#18181b;color:hsl(var(--richtext-accent-foreground))}.hover\:richtext-text-foreground:hover{color:#09090b;color:hsl(var(--richtext-foreground))}.hover\:richtext-text-muted-foreground:hover{color:#71717a;color:hsl(var(--richtext-muted-foreground))}.hover\:richtext-underline:hover{text-decoration-line:underline}.hover\:richtext-opacity-100:hover{opacity:1}.hover\:richtext-shadow-sm:hover{--richtext-shadow:0 1px 2px 0 #0000000d;--richtext-shadow-colored:0 1px 2px 0 var(--richtext-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.focus\:richtext-bg-accent:focus{background-color:#e1e1e1;background-color:hsl(var(--richtext-accent))}.focus\:richtext-bg-red-400:focus{--richtext-bg-opacity:1;background-color:#f87171;background-color:rgb(248 113 113/var(--richtext-bg-opacity,1))}.focus\:richtext-bg-opacity-30:focus{--richtext-bg-opacity:.3}.focus\:richtext-text-accent-foreground:focus{color:#18181b;color:hsl(var(--richtext-accent-foreground))}.focus\:richtext-text-red-500:focus{--richtext-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--richtext-text-opacity,1))}.focus\:richtext-opacity-100:focus{opacity:1}.focus\:richtext-outline-none:focus{outline:2px solid #0000;outline-offset:2px}.focus\:richtext-ring-2:focus{--richtext-ring-offset-shadow:var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color);--richtext-ring-shadow:var(--richtext-ring-inset) 0 0 0 calc(2px + var(--richtext-ring-offset-width)) var(--richtext-ring-color);box-shadow:0 0 #0000,0 0 #0000,0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow,0 0 #0000)}.focus\:richtext-ring-ring:focus{--richtext-ring-color:hsl(var(--richtext-ring))}.focus\:richtext-ring-offset-2:focus{--richtext-ring-offset-width:2px}.focus-visible\:\!richtext-outline-none:focus-visible{outline:2px solid #0000!important;outline-offset:2px!important}.focus-visible\:richtext-outline-none:focus-visible{outline:2px solid #0000;outline-offset:2px}.focus-visible\:\!richtext-ring-2:focus-visible{--richtext-ring-offset-shadow:var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color)!important;--richtext-ring-shadow:var(--richtext-ring-inset) 0 0 0 calc(2px + var(--richtext-ring-offset-width)) var(--richtext-ring-color)!important;box-shadow:0 0 #0000,0 0 #0000,0 0 #0000!important;box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow,0 0 #0000)!important}.focus-visible\:richtext-ring-2:focus-visible{--richtext-ring-offset-shadow:var(--richtext-ring-inset) 0 0 0 var(--richtext-ring-offset-width) var(--richtext-ring-offset-color);--richtext-ring-shadow:var(--richtext-ring-inset) 0 0 0 calc(2px + var(--richtext-ring-offset-width)) var(--richtext-ring-color);box-shadow:0 0 #0000,0 0 #0000,0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow),var(--richtext-ring-shadow),var(--richtext-shadow,0 0 #0000)}.focus-visible\:\!richtext-ring-ring:focus-visible{--richtext-ring-color:hsl(var(--richtext-ring))!important}.focus-visible\:richtext-ring-ring:focus-visible{--richtext-ring-color:hsl(var(--richtext-ring))}.focus-visible\:\!richtext-ring-offset-2:focus-visible{--richtext-ring-offset-width:2px!important}.focus-visible\:richtext-ring-offset-2:focus-visible{--richtext-ring-offset-width:2px}.focus-visible\:richtext-ring-offset-background:focus-visible{--richtext-ring-offset-color:hsl(var(--richtext-background))}.disabled\:richtext-pointer-events-none:disabled{pointer-events:none}.disabled\:\!richtext-cursor-not-allowed:disabled{cursor:not-allowed!important}.disabled\:richtext-cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:\!richtext-opacity-50:disabled{opacity:.5!important}.disabled\:richtext-opacity-50:disabled{opacity:.5}.richtext-group:hover .group-hover\:richtext-opacity-100{opacity:1}.richtext-group.destructive .group-\[\.destructive\]\:richtext-border-muted\/40{border-color:#f4f4f566;border-color:hsl(var(--richtext-muted)/.4)}.richtext-group.destructive .group-\[\.destructive\]\:richtext-text-red-300{--richtext-text-opacity:1;color:#fca5a5;color:rgb(252 165 165/var(--richtext-text-opacity,1))}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-border-destructive\/30:hover{border-color:#ef44444d;border-color:hsl(var(--richtext-destructive)/.3)}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-bg-destructive:hover{background-color:#ef4444;background-color:hsl(var(--richtext-destructive))}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-text-destructive-foreground:hover{color:#fafafa;color:hsl(var(--richtext-destructive-foreground))}.richtext-group.destructive .group-\[\.destructive\]\:hover\:richtext-text-red-50:hover{--richtext-text-opacity:1;color:#fef2f2;color:rgb(254 242 242/var(--richtext-text-opacity,1))}.richtext-group.destructive .group-\[\.destructive\]\:focus\:richtext-ring-destructive:focus{--richtext-ring-color:hsl(var(--richtext-destructive))}.richtext-group.destructive .group-\[\.destructive\]\:focus\:richtext-ring-red-400:focus{--richtext-ring-opacity:1;--richtext-ring-color:rgb(248 113 113/var(--richtext-ring-opacity,1))}.richtext-group.destructive .group-\[\.destructive\]\:focus\:richtext-ring-offset-red-600:focus{--richtext-ring-offset-color:#dc2626}.richtext-peer:disabled~.peer-disabled\:richtext-cursor-not-allowed{cursor:not-allowed}.richtext-peer:disabled~.peer-disabled\:richtext-opacity-70{opacity:.7}.data-\[disabled\]\:richtext-pointer-events-none[data-disabled]{pointer-events:none}.data-\[side\=bottom\]\:richtext-translate-y-1[data-side=bottom]{--richtext-translate-y:.25rem}.data-\[side\=bottom\]\:richtext-translate-y-1[data-side=bottom],.data-\[side\=left\]\:richtext--translate-x-1[data-side=left]{transform:translate(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[side\=left\]\:richtext--translate-x-1[data-side=left]{--richtext-translate-x:-.25rem}.data-\[side\=right\]\:richtext-translate-x-1[data-side=right]{--richtext-translate-x:.25rem}.data-\[side\=right\]\:richtext-translate-x-1[data-side=right],.data-\[side\=top\]\:richtext--translate-y-1[data-side=top]{transform:translate(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[side\=top\]\:richtext--translate-y-1[data-side=top]{--richtext-translate-y:-.25rem}.data-\[state\=checked\]\:richtext-translate-x-5[data-state=checked]{--richtext-translate-x:1.25rem}.data-\[state\=checked\]\:richtext-translate-x-5[data-state=checked],.data-\[state\=unchecked\]\:richtext-translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:richtext-translate-x-0[data-swipe=cancel]{transform:translate(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[state\=unchecked\]\:richtext-translate-x-0[data-state=unchecked],.data-\[swipe\=cancel\]\:richtext-translate-x-0[data-swipe=cancel]{--richtext-translate-x:0px}.data-\[swipe\=end\]\:richtext-translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end]{--richtext-translate-x:var(--radix-toast-swipe-end-x)}.data-\[swipe\=end\]\:richtext-translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe=end],.data-\[swipe\=move\]\:richtext-translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{transform:translate(0) rotate(0) skew(0) skewY(0) scaleX(1) scaleY(1);transform:translate(var(--richtext-translate-x),var(--richtext-translate-y)) rotate(var(--richtext-rotate)) skew(var(--richtext-skew-x)) skewY(var(--richtext-skew-y)) scaleX(var(--richtext-scale-x)) scaleY(var(--richtext-scale-y))}.data-\[swipe\=move\]\:richtext-translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe=move]{--richtext-translate-x:var(--radix-toast-swipe-move-x)}.data-\[active\]\:richtext-bg-accent[data-active]{background-color:#e1e1e1;background-color:hsl(var(--richtext-accent))}.data-\[state\=active\]\:richtext-bg-background[data-state=active]{background-color:#fff;background-color:hsl(var(--richtext-background))}.data-\[state\=checked\]\:\!richtext-bg-primary[data-state=checked]{background-color:#18181b!important;background-color:hsl(var(--richtext-primary))!important}.data-\[state\=checked\]\:richtext-bg-primary[data-state=checked]{background-color:#18181b;background-color:hsl(var(--richtext-primary))}.data-\[state\=on\]\:richtext-bg-accent[data-state=on],.data-\[state\=open\]\:richtext-bg-accent[data-state=open]{background-color:#e1e1e1;background-color:hsl(var(--richtext-accent))}.data-\[state\=unchecked\]\:richtext-bg-input[data-state=unchecked]{background-color:#e4e4e7;background-color:hsl(var(--richtext-input))}.data-\[state\=active\]\:richtext-text-foreground[data-state=active]{color:#09090b;color:hsl(var(--richtext-foreground))}.data-\[state\=checked\]\:\!richtext-text-primary-foreground[data-state=checked]{color:#fafafa!important;color:hsl(var(--richtext-primary-foreground))!important}.data-\[state\=on\]\:richtext-text-accent-foreground[data-state=on]{color:#18181b;color:hsl(var(--richtext-accent-foreground))}.data-\[state\=open\]\:richtext-text-muted-foreground[data-state=open]{color:#71717a;color:hsl(var(--richtext-muted-foreground))}.data-\[disabled\]\:richtext-opacity-50[data-disabled]{opacity:.5}.data-\[state\=active\]\:richtext-shadow-sm[data-state=active]{--richtext-shadow:0 1px 2px 0 #0000000d;--richtext-shadow-colored:0 1px 2px 0 var(--richtext-shadow-color);box-shadow:0 0 #0000,0 0 #0000,0 0 #0000;box-shadow:var(--richtext-ring-offset-shadow,0 0 #0000),var(--richtext-ring-shadow,0 0 #0000),var(--richtext-shadow)}.data-\[swipe\=move\]\:richtext-transition-none[data-swipe=move]{transition-property:none}.data-\[state\=open\]\:richtext-animate-in[data-state=open]{--richtext-enter-opacity:initial;--richtext-enter-scale:initial;--richtext-enter-rotate:initial;--richtext-enter-translate-x:initial;--richtext-enter-translate-y:initial;animation-duration:.15s;animation-name:aenter}.data-\[state\=closed\]\:richtext-animate-out[data-state=closed],.data-\[swipe\=end\]\:richtext-animate-out[data-swipe=end]{--richtext-exit-opacity:initial;--richtext-exit-scale:initial;--richtext-exit-rotate:initial;--richtext-exit-translate-x:initial;--richtext-exit-translate-y:initial;animation-duration:.15s;animation-name:aexit}.data-\[state\=closed\]\:richtext-fade-out-0[data-state=closed]{--richtext-exit-opacity:0}.data-\[state\=closed\]\:richtext-fade-out-80[data-state=closed]{--richtext-exit-opacity:.8}.data-\[state\=open\]\:richtext-fade-in-0[data-state=open]{--richtext-enter-opacity:0}.data-\[state\=closed\]\:richtext-zoom-out-95[data-state=closed]{--richtext-exit-scale:.95}.data-\[state\=open\]\:richtext-zoom-in-95[data-state=open]{--richtext-enter-scale:.95}.data-\[side\=bottom\]\:richtext-slide-in-from-top-2[data-side=bottom]{--richtext-enter-translate-y:-.5rem}.data-\[side\=left\]\:richtext-slide-in-from-right-2[data-side=left]{--richtext-enter-translate-x:.5rem}.data-\[side\=right\]\:richtext-slide-in-from-left-2[data-side=right]{--richtext-enter-translate-x:-.5rem}.data-\[side\=top\]\:richtext-slide-in-from-bottom-2[data-side=top]{--richtext-enter-translate-y:.5rem}.data-\[state\=closed\]\:richtext-slide-out-to-left-1\/2[data-state=closed]{--richtext-exit-translate-x:-50%}.data-\[state\=closed\]\:richtext-slide-out-to-right-full[data-state=closed]{--richtext-exit-translate-x:100%}.data-\[state\=closed\]\:richtext-slide-out-to-top-\[48\%\][data-state=closed]{--richtext-exit-translate-y:-48%}.data-\[state\=open\]\:richtext-slide-in-from-left-1\/2[data-state=open]{--richtext-enter-translate-x:-50%}.data-\[state\=open\]\:richtext-slide-in-from-top-\[48\%\][data-state=open]{--richtext-enter-translate-y:-48%}.data-\[state\=open\]\:richtext-slide-in-from-top-full[data-state=open]{--richtext-enter-translate-y:-100%}.dark\:\!richtext-border-neutral-800:is([class~=dark] *){--richtext-border-opacity:1!important;border-color:#262626!important;border-color:rgb(38 38 38/var(--richtext-border-opacity,1))!important}.dark\:richtext-border-neutral-800:is([class~=dark] *){--richtext-border-opacity:1;border-color:#262626;border-color:rgb(38 38 38/var(--richtext-border-opacity,1))}.dark\:\!richtext-bg-black:is([class~=dark] *){--richtext-bg-opacity:1!important;background-color:#000!important;background-color:rgb(0 0 0/var(--richtext-bg-opacity,1))!important}.dark\:richtext-bg-black:is([class~=dark] *){--richtext-bg-opacity:1;background-color:#000;background-color:rgb(0 0 0/var(--richtext-bg-opacity,1))}.dark\:\!richtext-text-neutral-200:is([class~=dark] *){--richtext-text-opacity:1!important;color:#e5e5e5!important;color:rgb(229 229 229/var(--richtext-text-opacity,1))!important}.dark\:richtext-text-gray-100:is([class~=dark] *){--richtext-text-opacity:1;color:#f3f4f6;color:rgb(243 244 246/var(--richtext-text-opacity,1))}.dark\:richtext-text-neutral-200:is([class~=dark] *){--richtext-text-opacity:1;color:#e5e5e5;color:rgb(229 229 229/var(--richtext-text-opacity,1))}.dark\:hover\:richtext-bg-opacity-20:hover:is([class~=dark] *){--richtext-bg-opacity:.2}.dark\:hover\:richtext-text-red-500:hover:is([class~=dark] *){--richtext-text-opacity:1;color:#ef4444;color:rgb(239 68 68/var(--richtext-text-opacity,1))}@media (min-width:640px){.sm\:richtext-bottom-0{bottom:0}.sm\:richtext-right-0{right:0}.sm\:richtext-top-auto{top:auto}.sm\:richtext-flex-row{flex-direction:row}.sm\:richtext-flex-col{flex-direction:column}.sm\:richtext-justify-end{justify-content:flex-end}.sm\:richtext-space-x-2>:not([hidden])~:not([hidden]){--richtext-space-x-reverse:0;margin-left:calc(.5rem*(1 - var(--richtext-space-x-reverse)));margin-right:calc(.5rem*var(--richtext-space-x-reverse))}.sm\:richtext-rounded-lg{border-radius:.5rem;border-radius:var(--richtext-radius)}.sm\:richtext-text-left{text-align:left}.data-\[state\=open\]\:sm\:richtext-slide-in-from-bottom-full[data-state=open]{--richtext-enter-translate-y:100%}}@media (min-width:768px){.md\:richtext-max-w-\[420px\]{max-width:420px}}.\[\&\>span\]\:richtext-line-clamp-1>span{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden}._listUsers_en3pm_1{border-radius:4px;box-shadow:0 0 1px #091e424f,0 4px 8px -2px #091e4240;max-height:320px;overflow-x:hidden;overflow-y:auto;width:160px}._itemUser_en3pm_10{align-items:center;background-color:#fff;border:0;border-radius:0;color:#091e42;cursor:pointer;display:flex;flex:0 0 auto;padding:12px 12px 11px;text-decoration:none;width:100%}._itemUser_en3pm_10:hover{background-color:#f4f5f7}._itemUser_en3pm_10 img{height:1em;width:1em}._selectedUser_en3pm_31{fill:#deebff;background-color:#deebff;color:#0052cc;text-decoration:none}._attachment_1x1ms_1,._wrap_1x1ms_2{align-items:center;border-radius:4px;border-width:1px!important;display:flex;justify-content:space-between;margin:10px 0;padding:10px}._attachment_1x1ms_1 .attachment__icon,._wrap_1x1ms_2 .attachment__icon{text-align:center;width:32px}._attachment_1x1ms_1 .attachment__icon svg,._wrap_1x1ms_2 .attachment__icon svg{display:inline-block;width:32px}._toc_aag8a_1{border-radius:.5rem;max-width:100%;opacity:.75;width:max-content}._toc_aag8a_1._visible_aag8a_7{margin:.75em 0;padding:.75rem}._toc_aag8a_1 ._list_aag8a_11{list-style:none;margin:0 0 12px;padding:0}._toc_aag8a_1 ._item_aag8a_16 a:hover{opacity:.5}._toc_aag8a_1 ._item--3_aag8a_19{padding-left:1rem}._toc_aag8a_1 ._item--4_aag8a_22{padding-left:2rem}._toc_aag8a_1 ._item--5_aag8a_25{padding-left:3rem}._toc_aag8a_1 ._item--6_aag8a_28{padding-left:4rem}._wrap_15k3c_1{line-height:0;max-width:100%;overflow:visible;position:relative}._wrap_15k3c_1 ._renderWrap_15k3c_7{border:1px dashed #e4e4e7!important;border:1px dashed hsl(var(--richtext-border))!important;border-radius:6px}._wrap_15k3c_1 ._renderWrap_15k3c_7:after{background-color:initial!important}._wrap_15k3c_1 ._title_15k3c_14{left:10px;position:absolute;top:10px;z-index:2}._wrap_15k3c_1 ._title_15k3c_14 ._icon_15k3c_20{align-items:center;background-color:#f80;border-radius:2px;color:#fff;display:flex;height:18px;justify-content:center;width:18px}._wrap_15k3c_1 ._handlerWrap_15k3c_30{border:1px solid #e4e4e7;border:1px solid hsl(var(--richtext-border));border-radius:6px;bottom:10px;padding:2px 4px;position:absolute;right:10px;z-index:2}._verified_lvyh0_1{fill:currentColor;height:1.25em;margin-left:.125rem;max-height:20px;max-width:20px;-webkit-user-select:none;user-select:none;vertical-align:text-bottom}._root_98iqw_1{background-color:var(--richtexteet-bg-color);border:var(--richtexteet-border);border-radius:12px;box-sizing:border-box;color:var(--richtexteet-font-color);font-family:var(--richtexteet-font-family);font-weight:400;margin:var(--richtexteet-container-margin);max-width:550px;min-width:250px;overflow:hidden;transition-duration:.2s;transition-property:background-color,box-shadow;width:100%}._root_98iqw_1:hover{background-color:var(--richtexteet-bg-color-hover)}._article_98iqw_21{box-sizing:inherit;padding:.75rem 1rem;position:relative}.react-tweet-theme{--richtexteet-container-margin:1.5rem 0;--richtexteet-header-font-size:.9375rem;--richtexteet-header-line-height:1.25rem;--richtexteet-body-font-size:1.25rem;--richtexteet-body-font-weight:400;--richtexteet-body-line-height:1.5rem;--richtexteet-body-margin:0;--richtexteet-quoted-container-margin:.75rem 0;--richtexteet-quoted-body-font-size:.938rem;--richtexteet-quoted-body-font-weight:400;--richtexteet-quoted-body-line-height:1.25rem;--richtexteet-quoted-body-margin:.25rem 0 .75rem 0;--richtexteet-info-font-size:.9375rem;--richtexteet-info-line-height:1.25rem;--richtexteet-actions-font-size:.875rem;--richtexteet-actions-line-height:1rem;--richtexteet-actions-font-weight:700;--richtexteet-actions-icon-size:1.25em;--richtexteet-actions-icon-wrapper-size:calc(var(--richtexteet-actions-icon-size) + 0.75em);--richtexteet-replies-font-size:.875rem;--richtexteet-replies-line-height:1rem;--richtexteet-replies-font-weight:700}:where(.react-tweet-theme) *{box-sizing:border-box;margin:0;padding:0}:is([data-theme=light],.light) :where(.react-tweet-theme),:where(.react-tweet-theme){--richtexteet-skeleton-gradient:linear-gradient(270deg,#fafafa,#eaeaea,#eaeaea,#fafafa);--richtexteet-border:1px solid #cfd9de;--richtexteet-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--richtexteet-font-color:#0f1419;--richtexteet-font-color-secondary:#536471;--richtexteet-bg-color:#fff;--richtexteet-bg-color-hover:#f7f9f9;--richtexteet-quoted-bg-color-hover:#00000008;--richtexteet-color-blue-primary:#1d9bf0;--richtexteet-color-blue-primary-hover:#1a8cd8;--richtexteet-color-blue-secondary:#006fd6;--richtexteet-color-blue-secondary-hover:#006fd61a;--richtexteet-color-red-primary:#f91880;--richtexteet-color-red-primary-hover:#f918801a;--richtexteet-color-green-primary:#00ba7c;--richtexteet-color-green-primary-hover:#00ba7c1a;--richtexteet-twitter-icon-color:var(--richtexteet-font-color);--richtexteet-verified-old-color:#829aab;--richtexteet-verified-blue-color:var(--richtexteet-color-blue-primary)}:is([data-theme=dark],.dark) :where(.react-tweet-theme){--richtexteet-skeleton-gradient:linear-gradient(270deg,#15202b,#1e2732,#1e2732,#15202b);--richtexteet-border:1px solid #425364;--richtexteet-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--richtexteet-font-color:#f7f9f9;--richtexteet-font-color-secondary:#8b98a5;--richtexteet-bg-color:#15202b;--richtexteet-bg-color-hover:#1e2732;--richtexteet-quoted-bg-color-hover:#ffffff08;--richtexteet-color-blue-primary:#1d9bf0;--richtexteet-color-blue-primary-hover:#1a8cd8;--richtexteet-color-blue-secondary:#6bc9fb;--richtexteet-color-blue-secondary-hover:#6bc9fb1a;--richtexteet-color-red-primary:#f91880;--richtexteet-color-red-primary-hover:#f918801a;--richtexteet-color-green-primary:#00ba7c;--richtexteet-color-green-primary-hover:#00ba7c1a;--richtexteet-twitter-icon-color:var(--richtexteet-font-color);--richtexteet-verified-old-color:#829aab;--richtexteet-verified-blue-color:#fff}@media (prefers-color-scheme:dark){:where(.react-tweet-theme){--richtexteet-skeleton-gradient:linear-gradient(270deg,#15202b,#1e2732,#1e2732,#15202b);--richtexteet-border:1px solid #425364;--richtexteet-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--richtexteet-font-color:#f7f9f9;--richtexteet-font-color-secondary:#8b98a5;--richtexteet-bg-color:#15202b;--richtexteet-bg-color-hover:#1e2732;--richtexteet-color-blue-primary:#1d9bf0;--richtexteet-color-blue-primary-hover:#1a8cd8;--richtexteet-color-blue-secondary:#6bc9fb;--richtexteet-color-blue-secondary-hover:#6bc9fb1a;--richtexteet-color-red-primary:#f91880;--richtexteet-color-red-primary-hover:#f918801a;--richtexteet-color-green-primary:#00ba7c;--richtexteet-color-green-primary-hover:#00ba7c1a;--richtexteet-twitter-icon-color:var(--richtexteet-font-color);--richtexteet-verified-old-color:#829aab;--richtexteet-verified-blue-color:#fff}}._header_nqq4j_1{display:flex;font-size:var(--richtexteet-header-font-size);line-height:var(--richtexteet-header-line-height);overflow:hidden;overflow-wrap:break-word;padding-bottom:.75rem;white-space:nowrap}._avatar_nqq4j_11{height:48px;position:relative;width:48px}._avatarOverflow_nqq4j_16{border-radius:9999px;height:100%;overflow:hidden;position:absolute;width:100%}._avatarSquare_nqq4j_23{border-radius:4px}._avatarShadow_nqq4j_26{box-shadow:inset 0 0 2px #00000008;height:100%;transition-duration:.2s;transition-property:background-color;width:100%}._avatarShadow_nqq4j_26:hover{background-color:#1a1a1a26}._author_nqq4j_37{display:flex;flex-direction:column;justify-content:center;margin:0 .5rem;max-width:calc(100% - 84px)}._authorLink_nqq4j_44{align-items:center;color:inherit;display:flex;text-decoration:none}._authorLink_nqq4j_44:hover{text-decoration-line:underline}._authorVerified_nqq4j_53{display:inline-flex}._authorLinkText_nqq4j_56{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._authorFollow_nqq4j_66,._authorMeta_nqq4j_63{display:flex}._username_nqq4j_69{color:var(--richtexteet-font-color-secondary);text-decoration:none;text-overflow:ellipsis}._follow_nqq4j_74{color:var(--richtexteet-color-blue-secondary);font-weight:700;text-decoration:none}._follow_nqq4j_74:hover{text-decoration-line:underline}._separator_nqq4j_82{padding:0 .25rem}._brand_nqq4j_86{margin-inline-start:auto}._twitterIcon_nqq4j_90{fill:currentColor;color:var(--richtexteet-twitter-icon-color);height:23.75px;-webkit-user-select:none;user-select:none;width:23.75px}._verifiedOld_lcna5_1{color:var(--richtexteet-verified-old-color)}._verifiedBlue_lcna5_4{color:var(--richtexteet-verified-blue-color)}._verifiedGovernment_lcna5_7{color:#829aab}._root_1ec15_1{color:var(--richtexteet-font-color-secondary);font-size:.9375rem;line-height:1.25rem;margin-bottom:.25rem;overflow-wrap:break-word;text-decoration:none;white-space:pre-wrap}._root_1ec15_1:hover{text-decoration-line:underline;text-decoration-thickness:1px}._root_eihfa_1{color:var(--richtexteet-color-blue-secondary);cursor:pointer;font-weight:inherit;text-decoration:none}._root_eihfa_1:hover{text-decoration-line:underline;text-decoration-thickness:1px}._root_1xq52_1{font-size:var(--richtexteet-body-font-size);font-weight:var(--richtexteet-body-font-weight);line-height:var(--richtexteet-body-line-height);margin:var(--richtexteet-body-margin);overflow-wrap:break-word;white-space:pre-wrap}._root_g9tkv_1{margin-top:.75rem;overflow:hidden;position:relative}._rounded_g9tkv_6{border:var(--richtexteet-border);border-radius:12px}._mediaWrapper_g9tkv_10{grid-gap:2px;display:grid;gap:2px;grid-auto-rows:1fr;height:100%;width:100%}._grid2Columns_g9tkv_17{grid-template-columns:repeat(2,1fr)}._grid3_g9tkv_20>a:first-child{grid-row:span 2}._grid2x2_g9tkv_23{grid-template-rows:repeat(2,1fr)}._mediaContainer_g9tkv_26{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}._mediaLink_g9tkv_34{outline-style:none;text-decoration:none}._skeleton_g9tkv_38{display:block;padding-bottom:56.25%;width:100%}._image_g9tkv_43{bottom:0;height:100%;left:0;margin:0;object-fit:cover;object-position:center;position:absolute;top:0;width:100%}._anchor_fp31d_1{border:1px solid #0000;border-radius:9999px;color:#fff;font-weight:700;outline-style:none;padding:0 1rem;text-decoration:none;text-overflow:ellipsis;transition:background-color .2s;-webkit-user-select:none;user-select:none;white-space:nowrap}._anchor_fp31d_1,._videoButton_fp31d_17{align-items:center;cursor:pointer;display:flex}._videoButton_fp31d_17{background-color:var(--richtexteet-color-blue-primary);border:4px solid #fff;border-radius:9999px;height:67px;justify-content:center;position:relative;transition-duration:.2s;transition-property:background-color;width:67px}._videoButton_fp31d_17:focus-visible,._videoButton_fp31d_17:hover{background-color:var(--richtexteet-color-blue-primary-hover)}._videoButtonIcon_fp31d_35{fill:currentColor;color:#fff;height:calc(50% + 4px);margin-left:3px;max-width:100%;-webkit-user-select:none;user-select:none;width:calc(50% + 4px)}._watchOnTwitter_fp31d_44{position:absolute;right:8px;top:12px}._watchOnTwitter_fp31d_44>a{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#0f1419bf;font-size:.875rem;line-height:1rem;min-height:2rem;min-width:2rem}._watchOnTwitter_fp31d_44>a:hover{background-color:#272c30bf}._viewReplies_fp31d_60{background-color:var(--richtexteet-color-blue-primary);border-color:var(--richtexteet-color-blue-primary);font-size:.9375rem;line-height:1.25rem;min-height:2rem;position:relative}._viewReplies_fp31d_60:hover{background-color:var(--richtexteet-color-blue-primary-hover)}._root_i24yn_1{color:inherit;font-size:var(--richtexteet-info-font-size);line-height:var(--richtexteet-info-line-height);text-decoration:none}._root_i24yn_1:hover{text-decoration-line:underline;text-decoration-thickness:1px}._info_19qcj_1{align-items:center;color:var(--richtexteet-font-color-secondary);display:flex;margin-top:.125rem;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap}._infoLink_19qcj_10{align-items:center;border-radius:9999px;color:inherit;display:flex;font:inherit;height:var(--richtexteet-actions-icon-wrapper-size);justify-content:center;margin-left:auto;margin-right:-4px;text-decoration:none;transition-duration:.2s;transition-property:background-color;width:var(--richtexteet-actions-icon-wrapper-size)}._infoLink_19qcj_10:hover{background-color:var(--richtexteet-color-blue-secondary-hover)}._infoIcon_19qcj_30{fill:currentColor;color:inherit;height:var(--richtexteet-actions-icon-size);-webkit-user-select:none;user-select:none}._infoLink_19qcj_10:hover>._infoIcon_19qcj_30{color:var(--richtexteet-color-blue-secondary)}._actions_n2anf_1{align-items:center;border-top:var(--richtexteet-border);color:var(--richtexteet-font-color-secondary);display:flex;margin-top:.25rem;overflow-wrap:break-word;padding-top:.25rem;text-overflow:ellipsis;white-space:nowrap}._copy_n2anf_15,._like_n2anf_13,._reply_n2anf_14{align-items:center;color:inherit;display:flex;margin-right:1.25rem;text-decoration:none}._copy_n2anf_15:hover,._like_n2anf_13:hover,._reply_n2anf_14:hover{background-color:#0000}._like_n2anf_13:hover>._likeIconWrapper_n2anf_27{background-color:var(--richtexteet-color-red-primary-hover)}._like_n2anf_13:hover>._likeCount_n2anf_30{color:var(--richtexteet-color-red-primary);text-decoration-line:underline}._copyIconWrapper_n2anf_36,._likeIconWrapper_n2anf_27,._replyIconWrapper_n2anf_35{align-items:center;border-radius:9999px;display:flex;height:var(--richtexteet-actions-icon-wrapper-size);justify-content:center;margin-left:-.25rem;width:var(--richtexteet-actions-icon-wrapper-size)}._copyIcon_n2anf_36,._likeIcon_n2anf_27,._replyIcon_n2anf_35{fill:currentColor;height:var(--richtexteet-actions-icon-size);-webkit-user-select:none;user-select:none}._likeIcon_n2anf_27{color:var(--richtexteet-color-red-primary)}._copyText_n2anf_57,._likeCount_n2anf_30,._replyText_n2anf_56{font-size:var(--richtexteet-actions-font-size);font-weight:var(--richtexteet-actions-font-weight);line-height:var(--richtexteet-actions-line-height);margin-left:.25rem}._reply_n2anf_14:hover>._replyIconWrapper_n2anf_35{background-color:var(--richtexteet-color-blue-secondary-hover)}._reply_n2anf_14:hover>._replyText_n2anf_56{color:var(--richtexteet-color-blue-secondary);text-decoration-line:underline}._replyIcon_n2anf_35{color:var(--richtexteet-color-blue-primary)}._copy_n2anf_15{background:none;border:none;cursor:pointer;font:inherit}._copy_n2anf_15:hover>._copyIconWrapper_n2anf_36{background-color:var(--richtexteet-color-green-primary-hover)}._copy_n2anf_15:hover ._copyIcon_n2anf_36,._copy_n2anf_15:hover>._copyText_n2anf_57{color:var(--richtexteet-color-green-primary)}._copy_n2anf_15:hover>._copyText_n2anf_57{text-decoration-line:underline}._replies_1cutb_1{padding:.25rem 0}._link_1cutb_4{align-items:center;border:var(--richtexteet-border);border-radius:9999px;color:var(--richtexteet-color-blue-secondary);display:flex;justify-content:center;min-height:32px;min-width:32px;outline-style:none;padding:0 1rem;text-decoration:none;transition-duration:.2s;transition-property:background-color;-webkit-user-select:none;user-select:none}._link_1cutb_4:hover{background-color:var(--richtexteet-color-blue-secondary-hover)}._text_1cutb_23{font-size:var(--richtexteet-replies-font-size);font-weight:var(--richtexteet-replies-font-weight);line-height:var(--richtexteet-replies-line-height);overflow:hidden;overflow-wrap:break-word;text-overflow:ellipsis;white-space:nowrap}._root_q5799_1{border:var(--richtexteet-border);border-radius:12px;cursor:pointer;margin:var(--richtexteet-quoted-container-margin);overflow:hidden;transition-duration:.2s;transition-property:background-color,box-shadow;width:100%}._root_q5799_1:hover{background-color:var(--richtexteet-quoted-bg-color-hover)}._article_q5799_16{box-sizing:inherit;position:relative}._header_r31i5_1{display:flex;font-size:var(--richtexteet-header-font-size);line-height:var(--richtexteet-header-line-height);overflow:hidden;overflow-wrap:break-word;padding:.75rem .75rem 0;white-space:nowrap}._avatar_r31i5_11{height:20px;position:relative;width:20px}._avatarSquare_r31i5_17{border-radius:4px}._author_r31i5_21{display:flex;margin:0 .5rem}._authorText_r31i5_26{font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}._username_r31i5_33{color:var(--richtexteet-font-color-secondary);margin-left:.125rem;text-decoration:none;text-overflow:ellipsis}._root_175ot_1{font-size:var(--richtexteet-quoted-body-font-size);font-weight:var(--richtexteet-quoted-body-font-weight);line-height:var(--richtexteet-quoted-body-line-height);margin:var(--richtexteet-quoted-body-margin);overflow-wrap:break-word;padding:0 .75rem;white-space:pre-wrap}._root_16yxa_1{align-items:center;display:flex;flex-direction:column;padding-bottom:.75rem}._root_16yxa_1>h3{font-size:1.25rem;margin-bottom:.5rem}._skeleton_oi7hr_1{animation:_loading_oi7hr_1 8s ease-in-out infinite;background-image:var(--richtexteet-skeleton-gradient);background-size:400% 100%;border-radius:5px;display:block;width:100%}@media (prefers-reduced-motion:reduce){._skeleton_oi7hr_1{animation:none;background-position:200% 0}}@keyframes _loading_oi7hr_1{0%{background-position:200% 0}to{background-position:-200% 0}}._root_17qqv_1{padding-bottom:.25rem;pointer-events:none}._wrapper_rraz2_1{border:1px solid #eee;border-radius:10px;box-shadow:0 0 10px #0000001a;gap:10px;left:0;padding:10px;position:absolute;top:0;z-index:100}._tool_rraz2_17,._wrapper_rraz2_1{background-color:#fff;cursor:pointer}._tool_rraz2_17{border:none;border-radius:5px;color:#595353!important;outline:none;padding:5px;transition:all .3s}._tool_rraz2_17 svg{height:20px;width:20px}._tool_rraz2_17:hover{background-color:#f5f5f5}._active_rraz2_37{background-color:#eee!important}._pen_rraz2_41{align-items:center;display:flex;flex-wrap:wrap;gap:4px}._line_rraz2_48{background-color:#bcb9b9;height:20px;margin:0 6px;transform:rotate(18deg);width:1px}._options_rraz2_56{align-items:center;border-top:1px dashed #eee;display:flex;flex-wrap:wrap;gap:4px;margin-top:10px;padding:10px 0 0}._colorWrap_rraz2_66{align-items:center;display:flex;gap:8px;margin:4px 0}._color_rraz2_66{border:none!important;border:1px solid #eee;border-radius:4px;cursor:pointer;height:20px;outline:none!important;width:20px}._colorActive_rraz2_83{outline:2px solid #2576b9!important}._wrap_1x3wi_1{--editor__bg:#292c33;--widget__border:#3a3f4b;--widget__color:#ccc}._wrap_1x3wi_1 .richtext-node-code-block{border-radius:4px;outline:1px solid #000;overflow:hidden;position:relative;width:100%}._wrap_1x3wi_1 .richtext-code-block-toolbar{align-items:center;background-color:var(--editor__bg);border-bottom:1px solid var(--widget__border);color:var(--widget__color);display:flex;gap:8px;padding:4px;z-index:10}._wrap_1x3wi_1 .richtext-code-block-toolbar .toolbar-divider{background-color:var(--widget__border);height:16px;margin:0 4px;width:1px}._blockInfoEditable_1x3wi_30{pointer-events:none}.supported_languages{background-color:#fff;min-height:100%;padding:30px 5%;width:100%}.supported_languages>.header{align-items:center;display:flex;justify-content:space-between;padding-bottom:20px;position:relative;width:100%;z-index:101}.supported_languages>.header h2{font-size:var(--title-size);font-weight:500}.supported_languages>.header .actions{display:flex;gap:10px}.supported_languages>.header .info{align-items:center;display:flex;position:relative;z-index:101}.supported_languages>.header .info .back_btn{border:none;border-radius:6px;color:var(--text-color);cursor:pointer;font-size:1.5rem;height:45px;margin-right:10px;width:45px}.supported_languages .body{display:flex;flex-wrap:wrap;gap:20px;padding-top:30px}.supported_languages .body .supported_language_item{align-items:center;background-color:#f5f5f5;border:1px solid var(--border-color);border-radius:8px;display:flex;gap:20px;padding:7px 15px}.supported_languages .body .supported_language_item h3{font-size:1rem;font-weight:500}
/*# sourceMappingURL=main.fa7216ed.css.map*/