.Vue-Toastification__container{z-index:9999;position:fixed;padding:4px;width:600px;box-sizing:border-box;display:flex;min-height:100%;color:#fff;flex-direction:column;pointer-events:none}@media only screen and (min-width : 600px){.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:1em}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:1em;flex-direction:column-reverse}.Vue-Toastification__container.top-left,.Vue-Toastification__container.bottom-left{left:1em}.Vue-Toastification__container.top-left .Vue-Toastification__toast,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast{margin-right:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl{margin-right:unset;margin-left:auto}}.Vue-Toastification__container.top-right,.Vue-Toastification__container.bottom-right{right:1em}.Vue-Toastification__container.top-right .Vue-Toastification__toast,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast{margin-left:auto}@supports not (-moz-appearance: none){.Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,.Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl{margin-left:unset;margin-right:auto}}.Vue-Toastification__container.top-center,.Vue-Toastification__container.bottom-center{left:50%;margin-left:-300px}.Vue-Toastification__container.top-center .Vue-Toastification__toast,.Vue-Toastification__container.bottom-center .Vue-Toastification__toast{margin-left:auto;margin-right:auto}}@media only screen and (max-width : 600px){.Vue-Toastification__container{width:100vw;padding:0;left:0;margin:0}.Vue-Toastification__container .Vue-Toastification__toast{width:100%}.Vue-Toastification__container.top-left,.Vue-Toastification__container.top-right,.Vue-Toastification__container.top-center{top:0}.Vue-Toastification__container.bottom-left,.Vue-Toastification__container.bottom-right,.Vue-Toastification__container.bottom-center{bottom:0;flex-direction:column-reverse}}.Vue-Toastification__toast{display:inline-flex;position:relative;max-height:800px;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:22px 24px;border-radius:8px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;justify-content:space-between;font-family:Lato,Helvetica,Roboto,Arial,sans-serif;max-width:600px;min-width:326px;pointer-events:auto;overflow:hidden;transform:translateZ(0);direction:ltr}.Vue-Toastification__toast--rtl{direction:rtl}.Vue-Toastification__toast--default{background-color:#1976d2;color:#fff}.Vue-Toastification__toast--info{background-color:#2196f3;color:#fff}.Vue-Toastification__toast--success{background-color:#4caf50;color:#fff}.Vue-Toastification__toast--error{background-color:#ff5252;color:#fff}.Vue-Toastification__toast--warning{background-color:#ffc107;color:#fff}@media only screen and (max-width : 600px){.Vue-Toastification__toast{border-radius:0;margin-bottom:.5rem}}.Vue-Toastification__toast-body{flex:1;line-height:24px;font-size:16px;word-break:break-word;white-space:pre-wrap}.Vue-Toastification__toast-component-body{flex:1}.Vue-Toastification__toast.disable-transition{-webkit-animation:none!important;animation:none!important}.Vue-Toastification__close-button{font-weight:700;font-size:24px;line-height:24px;background:transparent;outline:none;border:none;padding:0 0 0 10px;cursor:pointer;transition:.3s ease;align-items:center;color:#fff;opacity:.3;transition:visibility 0s,opacity .2s linear}.Vue-Toastification__close-button:hover,.Vue-Toastification__close-button:focus{opacity:1}.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover{opacity:0}.Vue-Toastification__toast--rtl .Vue-Toastification__close-button{padding-left:unset;padding-right:10px}@-webkit-keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes scale-x-frames{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Vue-Toastification__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:10000;background-color:#ffffffb3;transform-origin:left;-webkit-animation:scale-x-frames linear 1 forwards;animation:scale-x-frames linear 1 forwards}.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar{right:0;left:unset;transform-origin:right}.Vue-Toastification__icon{margin:auto 18px auto 0;background:transparent;outline:none;border:none;padding:0;transition:.3s ease;align-items:center;width:20px;height:100%}.Vue-Toastification__toast--rtl .Vue-Toastification__icon{margin:auto 0 auto 18px}@-webkit-keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@-webkit-keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@-webkit-keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@-webkit-keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@-webkit-keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@-webkit-keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@-webkit-keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@-webkit-keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Vue-Toastification__bounce-enter-active.top-left,.Vue-Toastification__bounce-enter-active.bottom-left{-webkit-animation-name:bounceInLeft;animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{-webkit-animation-name:bounceInRight;animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{-webkit-animation-name:bounceInDown;animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{-webkit-animation-name:bounceInUp;animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{-webkit-animation-name:bounceOutLeft;animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{-webkit-animation-name:bounceOutRight;animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{-webkit-animation-name:bounceOutUp;animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{-webkit-animation-name:bounceOutDown;animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@-webkit-keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@-webkit-keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@-webkit-keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@-webkit-keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@-webkit-keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInLeft{0%{transform:translate(-50px);opacity:0}to{transform:translate(0);opacity:1}}@-webkit-keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes fadeInRight{0%{transform:translate(50px);opacity:0}to{transform:translate(0);opacity:1}}@-webkit-keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInTop{0%{transform:translateY(-50px);opacity:0}to{transform:translateY(0);opacity:1}}@-webkit-keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes fadeInBottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.Vue-Toastification__fade-enter-active.top-left,.Vue-Toastification__fade-enter-active.bottom-left{-webkit-animation-name:fadeInLeft;animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{-webkit-animation-name:fadeInRight;animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{-webkit-animation-name:fadeInTop;animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{-webkit-animation-name:fadeInBottom;animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{-webkit-animation-name:fadeOutLeft;animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{-webkit-animation-name:fadeOutRight;animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{-webkit-animation-name:fadeOutTop;animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{-webkit-animation-name:fadeOutBottom;animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@-webkit-keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredLeft{0%{transform:translate(-1000px) scaleX(2.5) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@-webkit-keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredTop{0%{transform:translateY(-1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@-webkit-keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredRight{0%{transform:translate(1000px) scaleX(2.5) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}to{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@-webkit-keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@keyframes slideInBlurredBottom{0%{transform:translateY(1000px) scaleY(2.5) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}to{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}}@-webkit-keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredTop{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 0%;filter:blur(0);opacity:1}to{transform:translateY(-1000px) scaleY(2) scaleX(.2);transform-origin:50% 0%;filter:blur(240px);opacity:0}}@-webkit-keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@keyframes slideOutBlurredBottom{0%{transform:translateY(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translateY(1000px) scaleY(2) scaleX(.2);transform-origin:50% 100%;filter:blur(240px);opacity:0}}@-webkit-keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredLeft{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(-1000px) scaleX(2) scaleY(.2);transform-origin:100% 50%;filter:blur(40px);opacity:0}}@-webkit-keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}@keyframes slideOutBlurredRight{0%{transform:translate(0) scaleY(1) scaleX(1);transform-origin:50% 50%;filter:blur(0);opacity:1}to{transform:translate(1000px) scaleX(2) scaleY(.2);transform-origin:0% 50%;filter:blur(40px);opacity:0}}.Vue-Toastification__slideBlurred-enter-active.top-left,.Vue-Toastification__slideBlurred-enter-active.bottom-left{-webkit-animation-name:slideInBlurredLeft;animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{-webkit-animation-name:slideInBlurredRight;animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{-webkit-animation-name:slideInBlurredTop;animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{-webkit-animation-name:slideInBlurredBottom;animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{-webkit-animation-name:slideOutBlurredLeft;animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{-webkit-animation-name:slideOutBlurredRight;animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{-webkit-animation-name:slideOutBlurredTop;animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{-webkit-animation-name:slideOutBlurredBottom;animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{-webkit-animation-duration:.75s;animation-duration:.75s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}.lottie-animation-container{width:var(--lottie-animation-container-width);height:var(--lottie-animation-container-height);background-color:var(--lottie-animation-container-background-color);overflow:hidden;margin:0 auto}.button-blue{background-color:#1abae5}.button-red{background-color:#fa6255}.button-green{background-color:#42cc7f}.button-black{background-color:#000}.button-gray{background-color:#f6f6f7;color:#000}.button-shade{background-color:#536069}label{font-weight:700;margin-bottom:8px;font-size:14px}input[type=text],input[type=email],input[type=password],input[type=number],select{border-radius:8px;padding:16px;background-color:#f6f6f7;font-weight:400;outline:none;border:none;font-size:14px}*{font-family:Circular,sans-serif;box-sizing:border-box;scroll-behavior:smooth;margin:0;padding:0}a{color:#001221;text-decoration:none}:root{--darkblue: #001221}body{background:#F6F6F7;overflow-x:hidden}.container{padding:2rem;width:100%;max-width:100vw}@media (max-width: 40em){.container{padding:1rem}}.toast_url{color:#fff;text-decoration:underline}section{border-radius:10px;padding-top:64px;z-index:1;background-color:#f6f6f7;transition:.3s ease all}@media (max-width: 1200px){section{padding-top:0}}@media (max-width: 40em){section{margin-top:-100vh}}.app{background-color:#f6f6f7;transition:.3s ease all;min-height:100vh;z-index:10;display:grid;grid-template-columns:400px 1fr;position:relative}@media (min-width: 40em) and (max-width: 1200px){.app{grid-template-columns:100px 1fr}}@media (max-width: 40em){.app{grid-template-columns:1fr}}@media (max-width: 40em){.scaledown .sidemenu{transform:translate(0)!important}}.disable-scroll{overflow:hidden}.skeleton-relative{position:relative}.skeleton-loader{border-radius:8px;position:absolute;top:0;left:0;width:inherit;height:-webkit-fill-available;background-color:#dbdbdf;overflow:hidden;pointer-events:none}.skeleton-loader:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));-webkit-animation:shimmer 2s infinite;animation:shimmer 2s infinite;content:""}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex{display:flex}.gap{gap:1rem}.items-center{align-items:center}.mr{margin-right:1rem}.ml{margin-left:1rem}.mb{margin-bottom:1rem}.mt{margin-top:1rem}.loader{overflow:hidden;background-color:#dbdbdf;pointer-events:none;position:relative;border-radius:10px}.loader-circle,.loader-button{border-radius:200px}.loader:after{width:inherit;height:inherit;position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));-webkit-animation:shimmer 2s infinite;animation:shimmer 2s infinite;content:""}@-webkit-keyframes shimmer{to{transform:translate(100%)}}@keyframes shimmer{to{transform:translate(100%)}}.pagetitle[data-v-3f71bb07]{font-size:40px;font-weight:700;line-height:50px}.truncate[data-v-3f71bb07]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1[data-v-3f71bb07]{font-style:normal;font-weight:700;font-size:40px;line-height:51px}.toggle[data-v-3f71bb07]{border-radius:200px;background:#dbdbdf;position:relative;cursor:pointer;transition:.1s ease all}.toggle-switch[data-v-3f71bb07]{border-radius:200px;transition:.3s ease all;background:#FFFFFF;position:absolute;top:5px;left:5px;width:30px;height:30px}button{border-radius:35px;color:#fff;outline:none;border:none;font-weight:500;font-size:18px;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;cursor:pointer;transition:.3s ease}.button{font-style:normal;font-weight:500;font-size:18px;line-height:120%}.button-small{padding:8px 16px;font-size:14px}.button-normal{padding:14px 46px}@media (max-width: 1200px){.button-normal{padding:8px 26px}}.button-header{padding:14px 24px}@media (max-width: 1200px){.button-header{font-size:16px;padding:12px 24px}}.spinner{width:25px;height:25px;-webkit-animation:1s rotate linear infinite;animation:1s rotate linear infinite}@-webkit-keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}img{width:20px;height:20px}.pagetitle[data-v-97186a54]{font-size:40px;font-weight:700;line-height:50px}.truncate[data-v-97186a54]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1[data-v-97186a54]{font-style:normal;font-weight:700;font-size:40px;line-height:51px}.pageheader[data-v-97186a54]{display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding-inline:2rem}@media (max-width: 40em){.pageheader[data-v-97186a54]{position:-webkit-sticky;position:sticky;top:0;left:0;z-index:500;background:white;padding:1rem}}@media (max-width: 1200px){.pageheader[data-v-97186a54]{padding:1rem}.pageheader-title[data-v-97186a54]{font-size:24px}.pageheader button[data-v-97186a54]{padding:7px 23px}}.pageheader-title[data-v-97186a54]{max-width:35ch}@media (max-width: 1200px){.pageheader-title[data-v-97186a54]{max-width:50vw}}.pageheader-selection-bar[data-v-97186a54]{border-radius:200px;background-color:#001221;height:0;width:100%;display:flex;align-items:center;justify-content:space-between;padding:0 1rem;transition:.3s ease all;overflow:hidden;margin-block:2rem}.pageheader-selection-bar-amount[data-v-97186a54]{font-size:18px;font-weight:700;color:#fff;height:100%;display:flex;align-items:center}@media (max-width: 40em){.pageheader-selection-bar-amount[data-v-97186a54]{font-size:16px}}.pageheader-selection-bar-actions[data-v-97186a54]{display:flex;align-items:center;gap:1rem}.pageheader-selection-bar-actions button[data-v-97186a54]{height:45px;display:flex;justify-content:center;align-items:center;text-decoration:none;font-size:14px}@media (max-width: 40em){.pageheader-selection-bar-actions button[data-v-97186a54]{font-size:12px;padding:8px 16px;height:40px}}.pageheader-content[data-v-97186a54]{display:flex;justify-content:space-between;align-items:center;width:100%}@media (max-width: 1200px){.pageheader-content button[data-v-97186a54]{font-size:16px;padding:12px 24px}}.pageheader-content-image[data-v-97186a54]{display:flex;margin-right:2rem;height:100%;width:80px}.pageheader-content-image img[data-v-97186a54]{width:auto;height:80px}.pageheader-content-title[data-v-97186a54]{display:flex;flex-direction:row;justify-content:space-between;height:100%;min-width:inherit;gap:8px}.pageheader-content-title-wrapper[data-v-97186a54]{display:flex;flex-direction:column;justify-content:space-between}.pageheader-content-title-box[data-v-97186a54]{display:flex;align-items:center}.pageheader-content-title-toggle[data-v-97186a54]{margin-right:2rem}.pageheader-content-title-back[data-v-97186a54]{display:flex;align-items:center;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}@media (max-width: 1200px){.pageheader-content-title-back[data-v-97186a54]{margin-bottom:1rem}}.pageheader-content-title-back svg[data-v-97186a54]{margin-right:1rem}.pageheader-content-actions[data-v-97186a54]{display:flex;align-items:center;gap:1rem}@media (min-width: 40em){.pageheader-menu[data-v-97186a54]{display:none}}.pagetitle[data-v-7a1e568b]{font-size:40px;font-weight:700;line-height:50px}.truncate[data-v-7a1e568b]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1[data-v-7a1e568b]{font-style:normal;font-weight:700;font-size:40px;line-height:51px}input[data-v-7a1e568b]{cursor:pointer}img[data-v-10083ca6]{-o-object-fit:cover;object-fit:cover}.pagetitle[data-v-9d5cec36]{font-size:40px;font-weight:700;line-height:50px}.truncate[data-v-9d5cec36]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1[data-v-9d5cec36]{font-style:normal;font-weight:700;font-size:40px;line-height:51px}.clickable[data-v-9d5cec36]:hover{cursor:pointer;text-decoration:underline}.numberinput input{width:-webkit-fill-available}.selection-notice{border-radius:200px;padding:.5rem 1rem;transition:.3s ease all;color:#fff;margin-left:1rem;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.textinput{display:flex;flex-direction:column;position:relative}.textinput .save{display:flex;justify-content:center;align-items:center;border-radius:8px;position:absolute;right:1rem;bottom:1.5rem;cursor:pointer}.pagetitle[data-v-505e923d]{font-size:40px;font-weight:700;line-height:50px}.truncate[data-v-505e923d]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1[data-v-505e923d]{font-style:normal;font-weight:700;font-size:40px;line-height:51px}.colorselector[data-v-505e923d]{display:flex;align-items:center}.colorselector-input[data-v-505e923d]{display:flex;flex-direction:column}.colorselector input[type=color][data-v-505e923d]{width:50px;height:50px;border-radius:8px;margin-left:8px;background:#000000;align-self:flex-end;margin-bottom:0;border:none;border-color:transparent;outline:none;-webkit-appearance:none}.colorselector[data-v-505e923d] ::-webkit-color-swatch,.colorselector[data-v-505e923d] ::-moz-color-swatch{border:none;border-color:transparent;-webkit-appearance:none}.pagetitle[data-v-3facb9e4]{font-size:40px;font-weight:700;line-height:50px}.truncate[data-v-3facb9e4]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1[data-v-3facb9e4]{font-style:normal;font-weight:700;font-size:40px;line-height:51px}.wrapper[data-v-3facb9e4]{display:flex;flex-direction:column}.wrapper label[data-v-3facb9e4]{font-weight:700;margin-bottom:8px;font-size:14px}.wrapper .fileuploader[data-v-3facb9e4]{display:none}.wrapper .dropzone[data-v-3facb9e4]{border-radius:10px;display:flex;justify-content:center;align-items:center;padding:50px;border:2px dashed rgba(0,0,0,.2);width:150px;height:150px;transition:.3s ease all;cursor:pointer;background-size:cover;background-position:center center;position:relative}.wrapper .dropzone[data-v-3facb9e4]:hover{border:2px dashed black}.wrapper .dropzone:hover .plus[data-v-3facb9e4],.wrapper .dropzone:hover .edit[data-v-3facb9e4]{opacity:1}.wrapper .dropzone svg[data-v-3facb9e4]{width:50px;height:auto;transition:.3s ease}.wrapper .dropzone .plus[data-v-3facb9e4]{opacity:.5;width:50px;height:50px;transition:.3s ease all}.wrapper .dropzone .delete[data-v-3facb9e4]{position:absolute;right:-100px;top:50%;transform:translateY(-50%)}.wrapper .dropzone .edit[data-v-3facb9e4]{border-radius:200px;opacity:0;position:absolute;bottom:1rem;right:1rem;background-color:#fff;fill:#fff;padding:4px;width:2.5rem;height:2.5rem;transition:.3s ease all}.alert{border-radius:8px;padding:16px}.alert-warning{color:#faa255;background-color:#faa2551a}.alert-error{color:#fa6255;background-color:#fa62551a}.alert-success{color:#81fa55;background-color:#81fa551a}.options{display:flex;flex-direction:column}.pagetitle[data-v-5d2b2631]{font-size:40px;font-weight:700;line-height:50px}.truncate[data-v-5d2b2631]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1[data-v-5d2b2631]{font-style:normal;font-weight:700;font-size:40px;line-height:51px}div[data-v-5d2b2631]{display:flex;flex-direction:column}div label[data-v-5d2b2631]{font-weight:700;margin-bottom:8px;font-size:14px}div textarea[data-v-5d2b2631]{border-radius:8px;padding:16px;background-color:#f6f6f7;font-weight:400;outline:none;border:none;font-size:14px}.basketcard{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;padding:1rem}.basketcard-config{display:flex;justify-content:space-between;border-bottom:1px solid rgba(0,0,0,.1);padding-bottom:1rem}.basketcard-config-actions{display:flex;align-items:center;gap:1.5rem}.basketcard-config-actions div[data-type=icon]{border-radius:8px;padding:.5rem;cursor:pointer}.basketcard-config-actions div[data-type=icon]:hover{background:#D4EBF4}.basketcard-content{display:flex;padding-block:1rem}.basketcard-content-cover{display:flex;align-items:center;padding:1rem;background-image:linear-gradient(rgba(0,0,0,.2) 33%,rgba(255,255,255,0) 0%);background-position:right;background-size:3px 15px;background-repeat:repeat-y}@media (min-width: 40em) and (max-width: 1200px){.basketcard-content-cover{padding:1rem}}.basketcard-content-cover img{width:5rem;height:5rem;-o-object-fit:cover;object-fit:cover}@media (min-width: 40em) and (max-width: 1200px){.basketcard-content-cover img{height:100px}}.basketcard-content-details{padding-left:1rem;display:flex;flex-direction:column;width:100%;gap:1rem}@media (min-width: 40em) and (max-width: 1200px){.basketcard-content-details{justify-content:center}}.basketcard-content-details-title{font-size:1.5rem}.basketcard-content-details-items{display:flex;flex-direction:column;font-size:.8rem}.basketcard-content-details-item{display:flex;justify-content:space-between;align-items:center;font-size:1rem}.basketcard-content-details-item p{opacity:.5}.basketcard-content-details-item svg{margin-right:1rem;width:25px;height:25px}.logo{margin-inline:auto;cursor:pointer}.notice{border-radius:8px;padding-block:1rem;display:flex;align-items:center;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content}.notice-icon{margin-block:auto;margin-inline:1rem;width:24px;height:24px}.notice-content{padding-right:1rem}.notice-warning{background:#fee6d1;color:#faa255}.pagetitle[data-v-51470cb9]{font-size:40px;font-weight:700;line-height:50px}.truncate[data-v-51470cb9]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1[data-v-51470cb9]{font-style:normal;font-weight:700;font-size:40px;line-height:51px}.product-tile[data-v-51470cb9]{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;padding:1rem}.product-tile-config[data-v-51470cb9]{display:flex;justify-content:space-between}.product-tile-config input[type=checkbox][data-v-51470cb9]{width:25px;height:25px}.product-tile-config-actions[data-v-51470cb9]{display:flex;gap:1rem}.product-tile-config-actions div[data-type=icon][data-v-51470cb9]{border-radius:8px;padding:.5rem;cursor:pointer}.product-tile-config-actions div[data-type=icon][data-v-51470cb9]:hover{background:#D4EBF4}.product-tile-image[data-v-51470cb9]{display:flex;justify-content:center;align-items:center}.product-tile-image img[data-v-51470cb9]{margin:1rem;width:100px;height:100px;-o-object-fit:cover;object-fit:cover}.product-tile-name-title[data-v-51470cb9]{font-size:14px}.product-tile-name-price[data-v-51470cb9]{font-size:12px;color:#00000080}.selection-bar{border-radius:200px;z-index:100;bottom:2rem;left:0;position:-webkit-sticky;position:sticky;width:calc(100% - 4rem);height:56px;display:flex;justify-content:space-between;align-items:center;background-color:#001221;margin:2rem;color:#fff;overflow:hidden;transition:.3s ease all;padding-inline:1rem}.selection-bar-actions{display:flex;gap:1rem}.selection-bar-actions button{font-size:14px;padding:.5rem 1rem}.usercard{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;padding:1rem}.usercard h3{margin-bottom:.5rem}.usercard-image{border-radius:200px;display:flex;justify-content:center;align-items:center;padding:1rem;background:#F6F6F7;width:50px;height:50px;margin-bottom:1rem}.usercard-email{opacity:.5;font-size:.8rem}.usercard-config{margin-top:.5rem;border-top:2px dashed rgba(0,0,0,.2);padding-top:1rem;display:flex;justify-content:space-between}.usercard-config-role{opacity:.8}.usercard-config-status{border-radius:200px;padding:4px 16px}.usercard-config-status-pending{color:#faa255;background-color:#faa25533}.pagetitle[data-v-5f166382]{font-size:40px;font-weight:700;line-height:50px}.truncate[data-v-5f166382]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1[data-v-5f166382]{font-style:normal;font-weight:700;font-size:40px;line-height:51px}.tablenotice[data-v-5f166382]{display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;flex-direction:column;gap:1rem;width:100%;height:60vh;padding-inline:2rem}.tablenotice h2[data-v-5f166382]{text-align:center;max-width:35ch}.tablenotice .subtitle[data-v-5f166382]{max-width:500px;text-align:center}.tablenotice img[data-v-5f166382]{-o-object-fit:contain;object-fit:contain;width:15rem;height:auto}.modal{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;border-radius:8px;background:#FFFFFF;box-shadow:0 30px 45px #1616160d}@media (min-width: 1200px){.modal{transform:translate(-50%,-50%)}}@media (max-width: 1200px){.modal{width:400px;transform:translate(-50%,-50%)}}@media (max-width: 40em){.modal{transform:translate(-50%,-50%)}}@media (max-width: 40em){.modal{width:90vw}}.modal>div{padding:1.5rem}.modal-header{border-bottom:1px solid rgba(0,0,0,.1)}.modal-content{max-height:60vh;overflow:auto}.modal-footer{border-top:1px solid rgba(0,0,0,.1);display:flex;justify-content:flex-end;gap:1rem}.modal-footer button{display:flex;justify-content:center;align-items:center;min-width:100px;height:50px;max-height:50px}.modal-backdrop{min-height:100vh;position:absolute;left:0;top:0;background:rgba(0,0,0,.6);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);height:-webkit-fill-available;width:100vw;z-index:5}@media (max-width: 1200px){.modal-backdrop{width:100vw}}.modal-wrapper{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:100}@media (min-width: 40em) and (max-width: 1200px){.add-products-modal .modal{width:600px}}.modal-confirmation .title{font-size:20px;font-weight:500}.modal-confirmation .content{color:#536069;font-weight:400;font-size:14px;line-height:18px}.modal-confirmation-buttons{width:100%;display:flex;justify-content:flex-end;gap:1rem}@media (max-width: 1200px){.modal-confirmation-buttons{justify-content:center}}@media (max-width: 1200px){.modal-confirmation-buttons button{font-size:14px}}.create-basket-content{display:flex;flex-direction:column;gap:1rem}.create-basket-content-togglewrapper{display:flex;align-items:center;justify-content:space-between}.import-product-card{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;padding:1rem;cursor:pointer}.import-product-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.import-product-card-header-title{display:flex;align-items:center}.import-product-card-header-title p{max-width:210px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.import-product-card-header-title input{margin-right:1rem}.import-product-card-content{display:flex;justify-content:space-between;align-items:center}.import-product-card-content img{width:35px;height:35px;-o-object-fit:cover;object-fit:cover}.import-product-variant{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;padding:1rem}.import-product-variant-title{margin-bottom:.5rem;display:flex;align-items:center}.import-product-variant-title img{width:24px;height:24px;margin-right:1rem}.import-product-variant-title input{margin-right:1rem}.import-product-variant-content{display:flex;justify-content:space-between}.import-product-variant-content img{height:80px;width:80px;-o-object-fit:cover;object-fit:cover;align-self:center}.import-product-variant-content-prices{display:flex;gap:1rem}.import-product-variant-content-prices-input{position:relative}.import-product-variant-content-prices-input span{position:absolute;top:50%;transform:translateY(-50%);left:1rem;font-size:1.2rem;opacity:.5}.import-product-variant-content-prices-input input{border-radius:5px;background:#F6F6F7;outline:none;border:none;height:30px;padding-left:3rem;max-width:125px}.import-product-variant-content-prices>div{display:flex;flex-direction:column}.add-products-modal .modal{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media (min-width: 40em) and (max-width: 1200px){.add-products-modal .modal{width:500px}}@media (max-width: 40em){.add-products-modal .modal{width:90vw;overflow-x:hidden}}.add-products-modal .modal-header{display:flex;align-items:center}@media (max-width: 1200px){.add-products-modal .modal-header{justify-content:space-between}.add-products-modal .modal-header img{width:30px;height:30px}}.add-products-modal .modal-header .download{margin-right:1rem}.add-products-modal .modal-content{display:flex;flex-direction:column;gap:1rem;background:#F6F6F7;overflow-x:hidden;overflow-y:auto;max-height:50vh}.add-products-modal .modal-footer{justify-content:flex-end;display:flex}@media (max-width: 1000px){.add-products-modal .modal-footer button{font-size:12px;padding:1rem}}.add-products-modal .modal-content{padding:0}.add-products-modal-content-mobile{width:400px;display:flex;transition:.3s ease all}@media (min-width: 40em) and (max-width: 1200px){.add-products-modal-content-mobile{min-width:500px}}@media (max-width: 40em){.add-products-modal-content-mobile{min-width:90vw}}.add-products-modal-content-mobile-cards{gap:1rem;display:flex;flex-direction:column;padding:1rem}@media (min-width: 40em) and (max-width: 1200px){.add-products-modal-content-mobile-cards{min-width:500px}}@media (max-width: 40em){.add-products-modal-content-mobile-cards{min-width:90vw}}.add-products-modal-content-mobile-variants{display:flex;flex-direction:column;gap:1rem;padding:1rem}@media (min-width: 40em) and (max-width: 1200px){.add-products-modal-content-mobile-variants{min-width:500px}}@media (max-width: 40em){.add-products-modal-content-mobile-variants{min-width:90vw}}.add-products-modal-content-mobile-variants-title{display:flex;align-items:center}.add-products-modal-content-mobile-variants-title img{margin-right:1rem}.add-products-modal-content-mobile-swiped{transform:translate(-90vw)}@media (min-width: 40em) and (max-width: 1200px){.add-products-modal-content-mobile-swiped{transform:translate(-500px)}}@media (min-width: 1200px){.invite-user-modal .modal{width:500px}}.invite-user-modal .modal-content{display:flex;flex-direction:column;gap:1rem}.link-products-modal .modal-header{position:relative}.link-products-modal .modal-header svg{position:absolute;top:50%;right:2rem;width:24px;transform:translateY(-50%)}.link-products-modal .modal-content{display:flex;flex-direction:column;gap:1rem;max-height:500px;overflow:auto}.link-products-modal .modal-content .product{display:flex;align-items:center;gap:1rem}.searchbar{border-radius:10px;margin-inline:2rem;background:#dbdbdf;position:-webkit-sticky;position:sticky;top:5rem;margin-block:1rem}@media (max-width: 40em){.searchbar{margin:0;border-radius:0}}.searchbar-config{gap:1rem;display:flex;justify-content:center;align-items:center;position:absolute;right:1rem;top:0;height:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;padding-inline:1rem}.searchbar input{padding-left:1rem;font-size:1.1rem;background:none;width:100%}.searchbar .spinner{position:absolute;top:1rem;transform:translateY(-50%)}.pagetitle[data-v-6e3e0a7a]{font-size:40px;font-weight:700;line-height:50px}.truncate[data-v-6e3e0a7a]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1[data-v-6e3e0a7a]{font-style:normal;font-weight:700;font-size:40px;line-height:51px}.sidemenu[data-v-6e3e0a7a]{display:grid;grid-template-rows:auto 1fr 10%;grid-template-columns:1fr;background-color:#fff;height:100vh;flex-direction:column;justify-content:space-between;padding:4rem;z-index:1000;transition:.3s ease all;min-height:100vh;position:relative;top:0}@media (max-width: 40em){.sidemenu[data-v-6e3e0a7a]{width:100vw;height:100vh;padding:1rem;min-height:0;position:-webkit-sticky;position:sticky;transform:translate(-100vw)}}@media (min-width: 40em) and (max-width: 1200px){.sidemenu[data-v-6e3e0a7a]{padding:1rem;position:-webkit-sticky;position:sticky}}.sidemenu-sticky-wrapper[data-v-6e3e0a7a]{height:100vh}.sidemenu-header[data-v-6e3e0a7a]{display:flex;flex-direction:column;gap:1rem;position:relative}@media (max-width: 40em){.sidemenu-header[data-v-6e3e0a7a]{padding-top:2rem}}.sidemenu-header-close[data-v-6e3e0a7a]{transform:scale(1.5);position:absolute;top:5px;right:5px}@media (min-width: 40em){.sidemenu-header-close[data-v-6e3e0a7a]{display:none}}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-header a[data-v-6e3e0a7a]{display:flex;justify-content:center;align-items:center}}.sidemenu-header-subtitle[data-v-6e3e0a7a]{display:flex;justify-content:center}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-header-subtitle[data-v-6e3e0a7a]{display:none}}.sidemenu-header-profile[data-v-6e3e0a7a]{border-radius:8px;border:1px solid rgba(0,0,0,.1);height:44px;display:flex;padding-inline:1rem;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;align-self:center;cursor:pointer;transition:.3s ease all}.sidemenu-header-profile[data-v-6e3e0a7a]:hover{background:#D4EBF4}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-header-profile[data-v-6e3e0a7a]{border:none;align-self:center}}@media (max-width: 40em){.sidemenu-header-profile[data-v-6e3e0a7a]{width:150px;margin-inline:auto}}.sidemenu-header-profile-image[data-v-6e3e0a7a]{display:flex;justify-content:center;align-items:center;-o-object-fit:cover;object-fit:cover;height:100%;padding-right:1rem;border-right:1px solid rgba(0,0,0,.1)}.sidemenu-header-profile-image img[data-v-6e3e0a7a]{height:30px;width:30px;-o-object-fit:cover;object-fit:cover;border-radius:5px}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-header-profile-image img[data-v-6e3e0a7a]{transform:scale(1.5)}}.sidemenu-header-profile-name[data-v-6e3e0a7a]{display:flex;align-items:center;padding-left:1rem}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-header-profile-name[data-v-6e3e0a7a]{display:none}}.sidemenu-content[data-v-6e3e0a7a]{margin-block:auto}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-content[data-v-6e3e0a7a]{justify-content:center}}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-content-title[data-v-6e3e0a7a]{display:none}}.sidemenu-content ul[data-v-6e3e0a7a]{list-style:none}.sidemenu-content ul li[data-v-6e3e0a7a]{border-radius:8px;display:flex;align-items:center;height:60px;cursor:pointer;padding:1rem 2rem;font-size:18px}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-content ul li[data-v-6e3e0a7a]{padding:1rem;justify-content:center}}.sidemenu-content ul li[data-v-6e3e0a7a]:hover{background:#D4EBF4}.sidemenu-content ul li img[data-v-6e3e0a7a]{margin-right:1rem}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-content ul li img[data-v-6e3e0a7a]{transform:scale(1.2);margin-right:0}}.sidemenu-content ul .active[data-v-6e3e0a7a]{background:#D4EBF4}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-footer[data-v-6e3e0a7a]{width:100%;display:flex;justify-content:center}}.sidemenu-footer-logout[data-v-6e3e0a7a]{border-radius:8px;height:60px;cursor:pointer;padding:1rem 2rem;font-size:18px;background:rgba(0,0,0,.2);display:flex;align-items:center;justify-content:center;gap:1rem}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-footer-logout[data-v-6e3e0a7a]{padding:1rem;justify-content:center}}.sidemenu-footer-logout[data-v-6e3e0a7a]:hover{background:#D4EBF4}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-footer-logout img[data-v-6e3e0a7a]{transform:scale(1.2);margin-right:0}}@media (min-width: 40em) and (max-width: 1200px){.sidemenu-footer-logout-title[data-v-6e3e0a7a]{display:none}}.pagetitle[data-v-28bc8e73]{font-size:40px;font-weight:700;line-height:50px}.truncate[data-v-28bc8e73]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1[data-v-28bc8e73]{font-style:normal;font-weight:700;font-size:40px;line-height:51px}.row[data-v-28bc8e73]{display:flex;padding-block:4px;cursor:pointer}.row[data-v-28bc8e73]:hover{background-color:#f6f6f7}.row-columns[data-v-28bc8e73]{display:flex;width:100%}.row-columns-column[data-v-28bc8e73]{display:flex;align-items:center}.row-columns-column[data-v-28bc8e73]:last-child{justify-content:flex-end;padding-right:1rem}.row-columns-column-content[data-v-28bc8e73]{display:flex}.row-columns-column-checkbox[data-v-28bc8e73]{margin-inline:1rem}.row-columns-column-image[data-v-28bc8e73]{border-radius:200px;margin-right:1rem}.row-columns-column-text[data-v-28bc8e73]{font-style:normal;font-weight:400;font-size:14px;line-height:18px}.row-columns-column-button[data-v-28bc8e73]{margin-right:2rem}.row-columns-column-button button[data-v-28bc8e73]{font-style:normal;font-weight:500;font-size:14px;line-height:120%;padding:8px 16px}.divided-table-labels{display:flex;padding-left:12px}.divided-table-labels-label{display:flex;justify-content:flex-start;align-items:center;height:60px}.divided-table-labels-label>div{display:flex}.divided-table-labels-label-checkbox{margin-inline:1rem}.divided-table-rows{display:flex;flex-direction:column;gap:1rem}.divided-table-rows-row{border-radius:10px;background:#FFFFFF;padding:8px 12px}.divided-table-skeleton-row{display:flex;height:60px;border-bottom:1px solid rgba(0,0,0,.1)}.divided-table-skeleton-column{display:flex;align-items:center;gap:1rem}.divided-table-skeleton-column:last-child{justify-content:flex-end;padding-right:1rem}.divider-vertical{height:100%}.bg-white[data-v-6b7098bc]{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-gray-100[data-v-6b7098bc]{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.rounded[data-v-6b7098bc]{border-radius:.25rem}.cursor-pointer[data-v-6b7098bc]{cursor:pointer}.flex[data-v-6b7098bc]{display:flex}.grid[data-v-6b7098bc]{display:grid}.flex-col[data-v-6b7098bc]{flex-direction:column}.place-content-center[data-v-6b7098bc]{place-content:center}.items-end[data-v-6b7098bc]{align-items:flex-end}.items-center[data-v-6b7098bc]{align-items:center}.justify-end[data-v-6b7098bc]{justify-content:flex-end}.justify-center[data-v-6b7098bc]{justify-content:center}.justify-between[data-v-6b7098bc]{justify-content:space-between}.font-sans[data-v-6b7098bc]{font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"}.font-mono[data-v-6b7098bc]{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}.font-medium[data-v-6b7098bc]{font-weight:500}.font-bold[data-v-6b7098bc]{font-weight:700}.font-semibold[data-v-6b7098bc]{font-weight:600}.text-xl[data-v-6b7098bc]{font-size:1.25rem;line-height:1.75rem}.text-sm[data-v-6b7098bc]{font-size:.875rem;line-height:1.25rem}.text-2xl[data-v-6b7098bc]{font-size:1.5rem;line-height:2rem}.mb-2[data-v-6b7098bc]{margin-bottom:.5rem}.mb-4[data-v-6b7098bc]{margin-bottom:1rem}.mt-4[data-v-6b7098bc]{margin-top:1rem}.mt-2[data-v-6b7098bc]{margin-top:.5rem}.max-w-5xl[data-v-6b7098bc]{max-width:64rem}.min-h-screen[data-v-6b7098bc]{min-height:100vh}.p-4[data-v-6b7098bc]{padding:1rem}.p-8[data-v-6b7098bc]{padding:2rem}.p-1[data-v-6b7098bc]{padding:.25rem}.pb-1[data-v-6b7098bc]{padding-bottom:.25rem}.fixed[data-v-6b7098bc]{position:fixed}.left-0[data-v-6b7098bc]{left:0px}.right-0[data-v-6b7098bc]{right:0px}.text-black[data-v-6b7098bc]{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.antialiased[data-v-6b7098bc]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.w-full[data-v-6b7098bc]{width:100%}.w-40[data-v-6b7098bc]{width:10rem}.z-10[data-v-6b7098bc]{z-index:10}.z-20[data-v-6b7098bc]{z-index:20}.gap-4[data-v-6b7098bc]{grid-gap:1rem;gap:1rem}.gap-y-4[data-v-6b7098bc]{-webkit-row-gap:1rem;-moz-row-gap:1rem;grid-row-gap:1rem;row-gap:1rem}.grid-cols-3[data-v-6b7098bc]{grid-template-columns:repeat(3,minmax(0,1fr))}.col-span-3[data-v-6b7098bc]{-ms-grid-column-span:span 3 / span 3;grid-column:span 3 / span 3}@media (min-width: 640px){.sm\:text-base[data-v-6b7098bc]{font-size:1rem;line-height:1.5rem}.sm\:pb-2[data-v-6b7098bc]{padding-bottom:.5rem}.sm\:col-span-1[data-v-6b7098bc]{-ms-grid-column-span:span 1 / span 1;grid-column:span 1 / span 1}}@media (min-width: 768px){.md\:gap-8[data-v-6b7098bc]{grid-gap:2rem;gap:2rem}}@media (prefers-color-scheme: dark){.dark\:bg-black[data-v-6b7098bc]{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.dark\:bg-white\/10[data-v-6b7098bc]{--tw-bg-opacity:.1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.dark\:text-white[data-v-6b7098bc]{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}}.spotlight[data-v-6b7098bc]{background:linear-gradient(45deg,#00DC82 0%,#36E4DA 50%,#0047E1 100%);filter:blur(20vh);height:50vh;bottom:-40vh}.spotlight-wrapper[data-v-6b7098bc]{opacity:.5;transition:opacity .4s ease-in}.nuxt-logo:hover~.spotlight-wrapper[data-v-6b7098bc]{opacity:.95}.gradient-border[data-v-6b7098bc]{position:relative;border-radius:.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);width:100%}@media (prefers-color-scheme: light){.gradient-border[data-v-6b7098bc]{background-color:#ffffff4d}.gradient-border[data-v-6b7098bc]:before{background:linear-gradient(90deg,#e2e2e2 0%,#e2e2e2 25%,#00DC82 50%,#36E4DA 75%,#0047E1 100%)}}@media (prefers-color-scheme: dark){.gradient-border[data-v-6b7098bc]{background-color:#1414144d}.gradient-border[data-v-6b7098bc]:before{background:linear-gradient(90deg,#303030 0%,#303030 25%,#00DC82 50%,#36E4DA 75%,#0047E1 100%)}}.gradient-border[data-v-6b7098bc]:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:.5rem;padding:2px;width:100%;background-size:400% auto;background-position:0 0;opacity:.5;transition:background-position .3s ease-in-out,opacity .2s ease-in-out;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}.gradient-border[data-v-6b7098bc]:hover:before{background-position:-50% 0;opacity:1}.row{display:flex;padding-block:4px;border-bottom:1px solid #F6F6F7}.row-columns{display:flex;width:100%;min-height:60px;transition:.3s ease all}.row-columns-column{display:flex;align-items:center}.row-columns-column:last-child{justify-content:flex-end;padding-right:1rem}.row-columns-column-chevronDown{transition:.3s ease all;transform:rotate(0)}.row-columns-column-title{min-width:250px;max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.row-columns-column-content{display:flex}.row-columns-column-checkbox{margin-inline:1rem}.row-columns-column-image{border-radius:4px;margin-right:1rem}.row-columns-column-text{font-style:normal;font-weight:400;font-size:14px;line-height:18px}.row-columns-column-button{margin-right:2rem;font-size:14px;padding:.5rem 1rem}.row-columns-column-button:hover{background:#D4EBF4}.row-columns-column-button button{font-style:normal;font-weight:500;font-size:14px;line-height:120%;padding:8px 16px}.row-columns-column-config{gap:1rem}.row-columns-column-config div[data-type=icon]{border-radius:8px;padding:.5rem;cursor:pointer}.row-columns-column-config div[data-type=icon]:hover{background:#D4EBF4}.row-expandable .row-columns{justify-content:space-between}.row-expandable .row-childs{transition:.3s ease all;height:0;overflow:hidden}.row-expandable .row-childs-open{height:auto}.row-expandable .row-childs-child{display:flex;height:60px}.row-expandable .row-childs-child>div{display:flex;align-items:center}.table{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF}.table-labels{display:flex}.table-labels-label{display:flex;justify-content:flex-start;align-items:center;height:60px;border-bottom:1px solid rgba(0,0,0,.2)}.table-labels-label>div{display:flex}.table-labels-label-checkbox{margin-inline:1rem}.table-loaders{display:flex;padding-block:5px;height:55px}.table-loaders-column{display:flex}.table-loaders-column:first-child{padding-left:1rem}.table-loaders-column:last-child{padding-right:1rem;justify-content:flex-end}.table-loaders-column-item{display:flex;align-items:center}.table-loaders-column-item:not(:last-child){margin-right:1rem}.table-expandable .table-content{display:flex;flex-direction:column;gap:1rem;background:#F6F6F7;padding-top:1rem}.table-expandable .table-content .row{background:#FFFFFF}.baskets{position:relative;min-height:100vh}.baskets-mobile{display:grid;grid-template-columns:1fr;grid-gap:1rem;padding:1rem}@media (min-width: 40em){.baskets-mobile{grid-template-columns:1fr 1fr}}.baskets .notice{display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;flex-direction:column;gap:1rem;width:100%;height:60vh}.baskets .notice img{-o-object-fit:contain;object-fit:contain;width:15rem;height:auto}.customize .container{position:relative;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media (max-width: 1200px){.customize .container{padding-bottom:0}}@media (min-width: 1200px){.customize-wrapper{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem}}@media (max-width: 1200px){.customize-wrapper{display:flex;flex-direction:column-reverse;height:100%;gap:1rem}}.customize-settings{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;display:flex;flex-direction:column;gap:2rem;padding:32px}@media (max-width: 1200px){.customize-settings{position:-webkit-sticky;position:sticky;z-index:100;bottom:0;left:0;width:100%;max-height:80vh;min-height:100px;height:50px;box-shadow:0 0 15px #0003;border-radius:20px 20px 0 0;transition:.3s ease all;background:rgba(255,255,255,.5);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}}.customize-settings-open{height:50vh;background:white!important}.customize-settings-open .customize-settings-handle{margin-bottom:0}.customize-settings-content{overflow-x:hidden;overflow-y:auto;gap:1rem;display:flex;flex-direction:column}.customize-settings-content textarea{resize:none;height:250px;min-width:100%;max-width:100%;max-height:500px}.customize-settings-handle{display:flex;justify-content:center;align-items:center;min-height:25px;border-radius:25px;margin-inline:auto;width:100%;height:20px;margin-bottom:50px}@media (min-width: 1200px){.customize-settings-handle{display:none}}.customize-settings-handle-icon{margin-inline:auto;transition:.3s ease all}.customize-preview{display:flex;justify-content:center;align-items:center;border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;flex-direction:column;padding:44px 90px}@media (max-width: 1200px){.customize-preview{min-height:90vh}}.customize-preview h2{font-size:20px;font-weight:700;text-align:center;margin-bottom:40px}@media (max-width: 1200px){.customize-preview h2{display:none}}.customize-preview-app{border-radius:10px;padding:16px 21px;height:763px;width:375px;background-size:100% 300px;background-repeat:no-repeat;background-color:#001221;position:relative;overflow:hidden}.customize-preview-app .topbar{display:flex;justify-content:space-between;margin-bottom:27px}.customize-preview-app .back{margin-bottom:35px}.customize-preview-app .profilepic{border-radius:10px;overflow:hidden;width:128px;height:128px;margin-inline:auto;margin-bottom:25px}.customize-preview-app .profilepic img{width:inherit;height:inherit;-o-object-fit:cover;object-fit:cover;image-orientation:none}.customize-preview-app .title{font-size:30px;color:#fff;font-weight:500;text-align:center;margin-bottom:1rem}.customize-preview-app .description{font-size:14px;font-weight:400;margin-inline:auto;color:#fff;text-align:center;margin-bottom:1rem}.customize-preview-app .description span{font-weight:700;cursor:pointer}.customize-preview-app .follow{display:flex;justify-content:center;align-items:center;border-radius:200px;padding:12px 20px;background:rgba(255,255,255,.2);color:#fff;width:150px;margin-inline:auto;margin-bottom:1rem}.customize-preview-app .toggle{display:flex;justify-content:center;align-items:center;margin-bottom:3rem}.customize-preview-app .toggle div{border-radius:200px;padding:8px 16px;color:#fff;font-size:14px;cursor:pointer}.customize-preview-app .toggle .active{background-color:#fff3}.customize-preview-app .items{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;position:relative;overflow:hidden}.customize-preview-app .items .product-tile{width:160px;height:250px;font-size:14px}.customize-preview-app .items .product-tile img{border-radius:8px;width:160px;height:160px;-o-object-fit:cover;object-fit:cover}.customize-preview-app .items .product-tile-title{font-weight:700;color:#fff}.customize-preview-app .items .product-tile-price{color:#536069}.customize-preview-app .fade{background:linear-gradient(180deg,rgba(0,18,33,0),#001221);bottom:0;height:200px;left:0;position:absolute;width:100%;z-index:10}.forgot-password-wrapper{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;display:flex;justify-content:center;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:2rem}.forgot-password-wrapper button{align-self:flex-end}.login-wrapper{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;display:flex;margin-bottom:43px;width:500px;overflow:hidden}@media (max-width: 1200px){.login-wrapper{gap:16px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}}@media (max-width: 1200px){.login-wrapper{margin-inline:auto}}@media (max-width: 40em){.login-wrapper{width:90vw}}.login-wrapper>div{display:flex;flex-direction:column;gap:1rem;padding:32px;min-width:500px;transform:translate(0);transition:.3s ease all}@media (max-width: 40em){.login-wrapper>div{min-width:90vw}}.login-wrapper>div button{align-self:flex-end}.login-wrapper-shops{display:flex;flex-direction:column;justify-content:space-between}.login-wrapper-shops h2{text-align:center}.login-wrapper-shops-shop{border-radius:8px;display:flex;padding:1rem;box-shadow:0 30px 45px #1616160d;cursor:pointer;height:60px}.login-wrapper-shops-shop .box{flex:1;align-items:center;display:flex;justify-content:center}.login-wrapper-shops-shop .box:first-child{flex:1;justify-content:flex-start}.login-wrapper-shops-shop .box:nth-child(2){flex:4}.login-wrapper-shops-shop .box:nth-child(2) p{text-align:center}.login-wrapper-shops-shop .box:last-child{flex:1;justify-content:flex-end}.login-wrapper-shops-shop img{width:50px;height:50px;-o-object-fit:cover;object-fit:cover}.login-wrapper-shops-shop .icon-right{width:1rem;height:auto;-o-object-fit:contain;object-fit:contain;transition:.3s ease all}.login-wrapper-shops-shop:hover .icon-right{transform:translate(5px)}.login-wrapper-shops .back{text-align:center;font-size:.8rem;cursor:pointer}.login .nextstep>div{transform:translate(-500px)}@media (max-width: 40em){.login .nextstep>div{transform:translate(calc(-100% - 1rem))}}@media (max-width: 40em){.product .pageheader-title{display:none}}.product-details{display:grid;grid-template-columns:1fr 1fr;padding-bottom:2rem;border-bottom:2px dashed rgba(0,0,0,.2)}@media (max-width: 1500px){.product-details{grid-template-columns:1fr}}.product-details-content{display:flex;flex-direction:column;gap:1rem}@media (max-width: 1500px){.product-details-content{order:1}}.product-details-image{display:flex;height:100%;justify-content:flex-end}@media (max-width: 1500px){.product-details-image{justify-content:center;margin-bottom:1rem}}.product-details-image img{border-radius:10px;height:325px;width:400px;-o-object-fit:cover;object-fit:cover}@media (max-width: 1500px){.product-details-image img{max-width:100%}}.product-variants{padding-top:2rem;display:flex;flex-direction:column;gap:1rem;margin-bottom:1rem}@media (min-width: 1200px){.product-variants{width:70%}}.product-variants-rows{display:flex;flex-direction:column;gap:1rem;max-height:20rem;overflow-y:scroll;padding-bottom:1rem}.product-variants-labels,.product-variants-variant{display:grid;grid-template-columns:4fr 1fr 1fr;gap:1rem}.product-variants-variant-title{display:flex;align-items:center;background-color:#fff;padding:1rem}.product-variants-variant-title .toggle{width:15px;margin-right:1rem}.product-variants-variant-price{position:relative}.product-variants-variant-price span{position:absolute;top:50%;transform:translateY(-50%);left:1rem;font-size:1.2rem}.product-variants-variant-price input{padding-left:3rem}.product-variants-add-variant{border-radius:8px;display:flex;justify-content:center;align-items:center;border:2px dashed rgba(0,0,0,.2);padding:1rem;gap:1rem;transition:.3s ease all;cursor:pointer}@media (min-width: 1200px){.product-variants-add-variant{width:70%}}.product-variants-add-variant:hover{border:2px dashed #000000}.product-variants-add-variant svg{height:24px}.products{position:relative;min-height:100vh}.products header{position:-webkit-sticky;position:sticky;top:0;left:0;background:#F6F6F7}.products-mobile{display:grid;grid-template-columns:1fr 1fr;grid-gap:1rem;padding-inline:1rem}@media (min-width: 1100px){.products-mobile{grid-template-columns:1fr 1fr 1fr 1fr}}@media (max-width: 600px){.products-mobile{grid-template-columns:1fr}}.register{display:flex;flex-direction:column;justify-content:center;align-items:center}.register-wrapper{border-radius:10px;background-color:#fff;display:flex;flex-direction:column;gap:1rem;box-shadow:0 30px 45px #16161610;margin-bottom:43px;width:500px;padding:32px;min-height:-webkit-fit-content;min-height:-moz-fit-content;min-height:fit-content}@media (max-width: 40em){.register-wrapper{width:90vw}}.forgot-password-wrapper{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;display:flex;justify-content:center;flex-direction:column;gap:1rem;margin-bottom:2rem;padding:2rem}.forgot-password-wrapper button{align-self:flex-end}.settings-option{display:flex;flex-direction:column;gap:1rem}.settings-option-language{border-radius:10px;display:flex;gap:1rem;padding:1rem;padding-inline:2rem;background:#FFFFFF;transition:.3s ease all;cursor:pointer}.settings-option-language-wrapper{flex-wrap:wrap}@media (max-width: 40em){.settings-option-language-wrapper{flex-direction:column}}.settings-option-language:hover,.settings-option-language-active{background:#D4EBF4}@media (max-width: 1200px){.setup{height:auto;padding-bottom:50px}}.setup-wrapper{display:grid;grid-template-columns:1fr 1.7fr 1fr;grid-gap:25px}@media (max-width: 1200px){.setup-wrapper{display:flex;flex-direction:column;max-width:80vw;margin-inline:auto}.setup-wrapper .setup-preview{order:1;width:100%;background:none;box-shadow:none}.setup-wrapper .setup-preview-background{display:none}.setup-wrapper .setup-steps{order:2;width:80vw;margin-inline:auto}.setup-wrapper .setup-content{order:3;width:100%}}.setup-steps{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:relative}.setup-steps-step{display:flex;padding:30px;align-items:center;font-weight:700;color:#536069}.setup-steps-step-mobile{display:none}.setup-steps-step:not(:last-child){border-bottom:1px solid rgba(0,0,0,.1)}.setup-steps-step-number{border-radius:200px;display:flex;justify-content:center;align-items:center;margin-right:1rem;padding:1rem;background-color:#f6f6f7;width:32px;height:32px;color:#536069}@media (max-width: 1200px){.setup-steps-step-number{display:none}}@media (max-width: 1200px){.setup-steps-step-title{display:none}}.setup-steps .active .setup-steps-step-number{background:#1ABAE5;color:#fff}.setup-steps .done .setup-steps-step-number{background:#D4EBF4}@media (max-width: 1200px){.setup-steps{display:flex;justify-content:space-between;align-items:center;background:none;box-shadow:none;transition:.3s ease all}.setup-steps .done{-webkit-animation:fillCompletedCircle;animation:fillCompletedCircle}.setup-steps .done path{stroke:#1abae5}.setup-steps .active{-webkit-animation:fillActiveCircle;animation:fillActiveCircle}.setup-steps .active path,.setup-steps .active circle{stroke:#fff}.setup-steps .active circle{fill:#fff}.setup-steps .done,.setup-steps .active{-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes fillActiveCircle{0%{background:#FFFFFF}to{background:#1ABAE5}}@keyframes fillActiveCircle{0%{background:#FFFFFF}to{background:#1ABAE5}}@-webkit-keyframes fillCompletedCircle{0%{background:#FFFFFF}to{background:#D4EBF4}}@keyframes fillCompletedCircle{0%{background:#FFFFFF}to{background:#D4EBF4}}.setup-steps-step{border-radius:200px;display:flex;justify-content:center;align-items:center;width:80px;height:80px;background:#FFFFFF;z-index:2}.setup-steps-step-mobile{display:flex}.setup-steps-step-mobile svg{width:30px;height:30px}.setup-steps-progress{background:#1ABAE5;min-height:5px;width:0;transition:2s ease all}.setup-steps-progress-wrapper{background:#dbdbdf;min-height:5px;width:100%;position:absolute;top:50%;left:0;z-index:1}}.setup-content{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;padding:32px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.setup-content>div{display:flex;flex-direction:column;gap:1rem}.setup-content h2{font-style:normal;font-weight:700;font-size:21px;line-height:27px}.setup-content p{font-style:normal;font-weight:400;font-size:14px;line-height:18px;color:#536069;margin-bottom:1rem}.setup-content-organize-buttons{display:flex;flex-direction:column;gap:1rem;margin-bottom:3rem}.setup-content-published button{opacity:.6}.setup-preview{border-radius:10px;box-shadow:0 30px 45px #16161610;background:#FFFFFF;min-height:100px;min-width:100px;position:relative;text-align:center;padding:0 0 50px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}@media (max-width: 1200px){.setup-preview{padding-bottom:16px}}.setup-preview-background{width:calc(100% - 10px);height:80px;border-radius:8px 8px 0 0;background-color:#f6f6f7;position:absolute;top:0;left:0;margin:5px;z-index:0}.setup-preview-content{position:relative;z-index:10}.setup-preview-content-image{border-radius:8px;overflow:hidden;margin-top:2rem;margin-inline:auto;width:150px;height:150px;background-color:#f6f6f7;box-shadow:0 30px 45px #1616160d;margin-bottom:1.5rem;image-orientation:none}.setup-preview-content-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.setup-preview-content h2{font-style:normal;font-weight:700;font-size:21px;line-height:27px;margin-bottom:1rem}.setup-preview-content-status{display:flex;justify-content:center;align-items:center;border-radius:25px;padding:3px 12px;margin-inline:auto;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.setup-preview-content .pending{background:rgba(26,186,229,.1);color:#1abae5}.setup-preview-content .connected{background:rgba(66,204,127,.1);color:#42cc7f}.setup .lottie-animation-container{position:absolute;top:0;left:0;z-index:500;pointer-events:none}.users{min-height:100vh;position:relative}.users-cards{padding-inline:1rem;display:flex;flex-direction:column;gap:1rem}@media (max-width: 1200px){.users-cards{padding-bottom:2rem}}@font-face{font-family:Circular Book;src:url(./Circular-Book.8d176328.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Circular Book;src:url(./Circular-BookItalic.4bdcc56b.ttf) format("truetype");font-weight:400;font-style:italic;font-display:swap}@font-face{font-family:Circular;src:url(./Circular-BlackItalic.f7c89ad4.ttf) format("truetype");font-weight:900;font-style:italic;font-display:swap}@font-face{font-family:Circular;src:url(./Circular-Bold.50c63641.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Circular;src:url(./Circular-Black.e8dca2b9.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Circular;src:url(./Circular-BoldItalic.5a4a8a1d.ttf) format("truetype");font-weight:700;font-style:italic;font-display:swap}@font-face{font-family:Circular;src:url(./Circular-Medium.3699cee4.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Circular;src:url(./Circular-MediumItalic.ccfe24e3.ttf) format("truetype");font-weight:500;font-style:italic;font-display:swap}.pagetitle{font-size:40px;font-weight:700;line-height:50px}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}h1{font-style:normal;font-weight:700;font-size:40px;line-height:51px}.error{justify-content:center;align-items:center;width:100vw;height:100vh;background:#000E25;border-radius:0;display:flex;flex-direction:column;gap:2rem}.error img{width:400px;height:auto}.error h1{color:#fff}.error button{display:flex;justify-content:center;align-items:center;background:#000000;padding:8px 1rem}.error button svg{width:.5rem;margin-right:1rem}.error button svg *{fill:#fff}
