@import"../../../styles/index.css";@import"../../styles/index.css";@import"../styles/index.css";.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{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}@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;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}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes bounceOutRight{40%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(1000px,0,0)}}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes 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 bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes 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{animation-name:bounceInLeft}.Vue-Toastification__bounce-enter-active.top-right,.Vue-Toastification__bounce-enter-active.bottom-right{animation-name:bounceInRight}.Vue-Toastification__bounce-enter-active.top-center{animation-name:bounceInDown}.Vue-Toastification__bounce-enter-active.bottom-center{animation-name:bounceInUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left{animation-name:bounceOutLeft}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right{animation-name:bounceOutRight}.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center{animation-name:bounceOutUp}.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center{animation-name:bounceOutDown}.Vue-Toastification__bounce-leave-active,.Vue-Toastification__bounce-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__bounce-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@keyframes fadeOutTop{0%{transform:translateY(0);opacity:1}to{transform:translateY(-50px);opacity:0}}@keyframes fadeOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-50px);opacity:0}}@keyframes fadeOutBottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(50px);opacity:0}}@keyframes fadeOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(50px);opacity:0}}@keyframes fadeInLeft{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}}@keyframes fadeInTop{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{animation-name:fadeInLeft}.Vue-Toastification__fade-enter-active.top-right,.Vue-Toastification__fade-enter-active.bottom-right{animation-name:fadeInRight}.Vue-Toastification__fade-enter-active.top-center{animation-name:fadeInTop}.Vue-Toastification__fade-enter-active.bottom-center{animation-name:fadeInBottom}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left{animation-name:fadeOutLeft}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right{animation-name:fadeOutRight}.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center{animation-name:fadeOutTop}.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center{animation-name:fadeOutBottom}.Vue-Toastification__fade-leave-active,.Vue-Toastification__fade-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__fade-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@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 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 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 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 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 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 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 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{animation-name:slideInBlurredLeft}.Vue-Toastification__slideBlurred-enter-active.top-right,.Vue-Toastification__slideBlurred-enter-active.bottom-right{animation-name:slideInBlurredRight}.Vue-Toastification__slideBlurred-enter-active.top-center{animation-name:slideInBlurredTop}.Vue-Toastification__slideBlurred-enter-active.bottom-center{animation-name:slideInBlurredBottom}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left{animation-name:slideOutBlurredLeft}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right{animation-name:slideOutBlurredRight}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center{animation-name:slideOutBlurredTop}.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center{animation-name:slideOutBlurredBottom}.Vue-Toastification__slideBlurred-leave-active,.Vue-Toastification__slideBlurred-enter-active{animation-duration:.75s;animation-fill-mode:both}.Vue-Toastification__slideBlurred-move{transition-timing-function:ease-in-out;transition-property:all;transition-duration:.4s}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/app/assets/Inter-Thin-B4o5siQk.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/app/assets/Inter-ExtraLight-DDkcCnmI.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/app/assets/Inter-Light-MWFfSqj5.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/app/assets/Inter-Regular-B0QUfDW0.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/app/assets/Inter-Medium-B0NFony0.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/app/assets/Inter-SemiBold-_JLwM7Yv.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/app/assets/Inter-Bold-CytjP_7U.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/app/assets/Inter-ExtraBold-BN24N3BS.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/app/assets/Inter-Black-COIgjx2i.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:100;font-display:swap;src:url(/app/assets/InterDisplay-Thin-DMFvXDOM.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:200;font-display:swap;src:url(/app/assets/InterDisplay-ExtraLight-CkrcZ2OC.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:300;font-display:swap;src:url(/app/assets/InterDisplay-Light-DB1R7qf0.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:400;font-display:swap;src:url(/app/assets/InterDisplay-Regular-C0mmbI_t.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:500;font-display:swap;src:url(/app/assets/InterDisplay-Medium-BRBaQVhl.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:600;font-display:swap;src:url(/app/assets/InterDisplay-SemiBold-J6ePsRbj.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:700;font-display:swap;src:url(/app/assets/InterDisplay-Bold-CXJyJlfA.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:800;font-display:swap;src:url(/app/assets/InterDisplay-ExtraBold-DsWMgBJM.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:900;font-display:swap;src:url(/app/assets/InterDisplay-Black-DM1fLmGj.woff2) format("woff2")}.auth-layout[data-v-5ba96fb4]{display:flex;flex-direction:column;width:100%;height:100%}.input[data-v-eeffa8dc]{display:flex;flex-direction:column;gap:1rem;min-width:10rem}.input[data-v-eeffa8dc] ::placeholder{color:#9ca3af;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400}.input[data-v-eeffa8dc] :focus{border:#f1b24c;outline:#f1b24c}.input__content[data-v-eeffa8dc]{border:none;width:100%}.input__label[data-v-eeffa8dc]{display:flex;flex-direction:column;color:#111928;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:500}.input__wrapper[data-v-eeffa8dc]{display:flex;align-items:center;background:#fff;border-radius:6px;padding:12px 16px;color:#111928;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400}.input__errors[data-v-eeffa8dc]{color:#e10e0e}.input__errors ol[data-v-eeffa8dc]{list-style:none}.input__error[data-v-eeffa8dc]{color:#e10e0e}.default-border[data-v-eeffa8dc]{outline:1px solid #dfe4ea}.error-border[data-v-eeffa8dc]{outline:1px solid #e10e0e}.success-border[data-v-eeffa8dc]{outline:1px solid #15b40f}.textarea[data-v-eeffa8dc]{resize:vertical}.text-error[data-v-eeffa8dc]{color:#e10e0e}.dropdown[data-v-c48b04c5]{display:flex;align-items:center;position:relative}.dropdown__title[data-v-c48b04c5]{color:#111928;text-align:center;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;padding:1.3rem 1.8rem;border-top-left-radius:6px;border-bottom-left-radius:6px}.dropdown__activator[data-v-c48b04c5]{padding:1.3rem .9rem;cursor:pointer;border-top-right-radius:6px;border-bottom-right-radius:6px}.menu[data-v-c48b04c5]{display:flex;flex-direction:column;justify-content:space-between;position:absolute;top:100%;right:0;background:#fff;border-radius:6px;box-shadow:0 1px 3px #a6afc366;width:23rem;z-index:10}.menu__item[data-v-c48b04c5]{color:#637381;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;padding:.8rem 2rem}.menu__item[data-v-c48b04c5]:hover{color:#111928;background:#f3f4f6;cursor:pointer}.active[data-v-c48b04c5]{background:#e5e7eb}.admin__title[data-v-c48b04c5]{color:#fff;background-color:#343b48}.admin__activator[data-v-c48b04c5],.admin__menu[data-v-c48b04c5]{background-color:#343b48}.admin__item[data-v-c48b04c5]{color:#fff}.admin__item[data-v-c48b04c5]:hover{background:#2b3240;color:#fff}.button[data-v-5fd4db17]{display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;padding:.9rem 1.8rem;border-radius:.6rem;text-align:center;font-family:Inter,sans-serif;font-size:1.6rem;font-style:normal;font-weight:400;gap:.9rem;line-height:100%}.button.yellow[data-v-5fd4db17]{background-color:#ffd166}.button.yellow[data-v-5fd4db17]:not(:disabled):hover{background-color:#ffc233}.button.yellow[data-v-5fd4db17]:not(:disabled):active{background-color:#ffba1a}.button.yellow[data-v-5fd4db17]:disabled{background-color:#fff0cc}.button.gray[data-v-5fd4db17]{background-color:#f3f4f6}.button.gray[data-v-5fd4db17]:not(:disabled):hover{background-color:#d6d9e0}.button.gray[data-v-5fd4db17]:not(:disabled):active{background-color:#c7ccd5}.button.gray[data-v-5fd4db17]:disabled{background-color:#fff}.button.light-red[data-v-5fd4db17]{background-color:#feebeb}.button.light-red[data-v-5fd4db17]:not(:disabled):hover{background-color:#fcbaba}.button.light-red[data-v-5fd4db17]:not(:disabled):active{background-color:#faa2a2}.button.light-red[data-v-5fd4db17]:disabled{background-color:#fff}.button.red[data-v-5fd4db17]{background-color:#e10e0e}.button.red[data-v-5fd4db17]:not(:disabled):hover{background-color:#b10b0b}.button.red[data-v-5fd4db17]:not(:disabled):active{background-color:#990a0a}.button.red[data-v-5fd4db17]:disabled{background-color:#f56060}.button.text-dark-blue[data-v-5fd4db17]{color:#111928}.button.text-white[data-v-5fd4db17]{color:#fff}.button.text-red[data-v-5fd4db17]{color:#e10e0e}.button[data-v-5fd4db17]:disabled{cursor:not-allowed}.icon[data-v-5fd4db17]{display:flex;align-self:center;justify-self:center}.code-inputs[data-v-d8a076a7]{display:flex;flex-direction:column;gap:10px;width:100%}.code-inputs__label[data-v-d8a076a7]{color:#111928;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;text-align:center}.code-inputs__row[data-v-d8a076a7]{display:flex;gap:10px;justify-content:center}.code-inputs__input[data-v-d8a076a7]{width:40px;height:40px;font-size:24px;border-radius:6px;border:1px solid #dfe4ea;color:#111928;text-align:center;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;caret-color:transparent}.code-inputs__input[data-v-d8a076a7]:focus{outline:1px solid #f1b24c}.bounce[data-v-d8a076a7]{animation:pulse-d8a076a7 .3s ease-in-out alternate}@keyframes pulse-d8a076a7{0%{transform:scale(1)}to{transform:scale(1.3)}}.loader[data-v-200207a7]{color:#ffd166;font-size:45px;text-indent:-9999em;overflow:hidden;width:1em;height:1em;border-radius:50%;position:absolute;top:50%;left:50%;transform:translateZ(0);animation:mltShdSpin-200207a7 1.7s infinite ease,round-200207a7 1.7s infinite ease}@keyframes mltShdSpin-200207a7{0%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}5%,95%{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}10%,59%{box-shadow:0 -.83em 0 -.4em,-.087em -.825em 0 -.42em,-.173em -.812em 0 -.44em,-.256em -.789em 0 -.46em,-.297em -.775em 0 -.477em}20%{box-shadow:0 -.83em 0 -.4em,-.338em -.758em 0 -.42em,-.555em -.617em 0 -.44em,-.671em -.488em 0 -.46em,-.749em -.34em 0 -.477em}38%{box-shadow:0 -.83em 0 -.4em,-.377em -.74em 0 -.42em,-.645em -.522em 0 -.44em,-.775em -.297em 0 -.46em,-.82em -.09em 0 -.477em}to{box-shadow:0 -.83em 0 -.4em,0 -.83em 0 -.42em,0 -.83em 0 -.44em,0 -.83em 0 -.46em,0 -.83em 0 -.477em}}@keyframes round-200207a7{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.auth[data-v-c3070165]{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:auto;padding:0;width:100%;height:100vh}.auth__content[data-v-c3070165]{display:flex;flex-direction:column;gap:25px;border-radius:10px;padding:40px;border:1px solid #dfe4ea;background:#fff;width:430px}.auth__logo[data-v-c3070165]{display:flex;justify-content:center;align-items:center;margin-bottom:7px;gap:11px}.auth__btn[data-v-c3070165]{justify-content:center}.auth__icon[data-v-c3070165]{align-self:center}.auth__heading[data-v-c3070165]{display:flex;flex-direction:column;text-align:center;gap:15px;max-width:450px}.auth__heading-title[data-v-c3070165]{color:#111928;font-family:Inter;font-size:2.4rem;font-style:normal;font-weight:600}.auth__heading-text[data-v-c3070165]{color:#637381;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;cursor:pointer}.auth__actions[data-v-c3070165]{display:flex;flex-direction:column;width:100%;gap:18px}.auth__actions-row[data-v-c3070165]{display:flex;justify-content:space-between;width:100%;gap:11px}.auth__action-btn[data-v-c3070165]{width:50%}.auth__messages[data-v-c3070165]{color:#637381;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;cursor:pointer;transition:ease-in-out .3s;cursor:none;align-self:left}.success[data-v-c3070165]{color:var(--text-green);text-align:center}.error[data-v-c3070165]{color:var(--text-red);text-align:center}.breadcrums[data-v-0e71fb91]{display:flex;align-items:center;background:#fff;border:1px solid #dfe4ea;padding:2.2rem 3rem;border-radius:1rem;width:100%;gap:.8rem}.breadcrums__home[data-v-0e71fb91]{cursor:pointer}.breadcrums__list[data-v-0e71fb91]{display:flex;align-items:center;justify-content:center;gap:.8rem}.breadcrums__link[data-v-0e71fb91]{display:flex;align-items:center;gap:.8rem}.breadcrums__text[data-v-0e71fb91]{cursor:pointer;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:500;color:#637381}.active[data-v-0e71fb91]{color:#111928}.container[data-v-7536ed6f]{background:#fff;border:1px solid #dfe4ea;padding:4rem;border-radius:1rem;width:100%;position:relative}.container__header[data-v-7536ed6f]{display:flex;justify-content:space-between;margin-bottom:3rem}.title[data-v-7536ed6f]{color:#111928;font-family:Inter;font-size:2.4rem;font-style:normal;font-weight:600}.table[data-v-f1fd3804]{width:100%;position:relative;border-spacing:0}.thead[data-v-f1fd3804]{border-radius:6px;border-top:1px solid #dfe4ea;border-bottom:1px solid #dfe4ea;background:#f9fafb;position:relative}.th[data-v-f1fd3804]{color:#111928;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;text-align:left;border-top:1px solid #dfe4ea;border-bottom:1px solid #dfe4ea;padding:1.1rem 2.5rem}.th[data-v-f1fd3804]:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px;border-left:1px solid #dfe4ea}.th[data-v-f1fd3804]:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px;border-right:1px solid #dfe4ea}.tr[data-v-f1fd3804]{position:relative}.tr[data-v-f1fd3804]:after{position:absolute;top:100%;bottom:0;right:0;content:"";width:100%;height:1px;background-color:#dfe4ea}.td[data-v-f1fd3804]{padding:1.1rem 2.5rem;color:#111928;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400}.td_actions[data-v-f1fd3804]{display:flex;flex-direction:row;gap:.5rem;padding:.5rem}.action_buttons button[data-v-f1fd3804]{max-width:3.5rem}.avatars-container[data-v-f1fd3804]{display:flex;align-items:center}.avatars-container__wrapper[data-v-f1fd3804]{padding-left:15px}.user-avatar[data-v-f1fd3804]{width:32px;height:32px;border-radius:50%;border:2px solid #fff;margin-left:-10px}.other-avatars[data-v-f1fd3804]{border-radius:50%;border:2px solid #fff;background:#f3f4f6;padding:10px;color:#6f7cb2;font-family:Inter;font-size:1rem;font-weight:700;margin-left:-10px}.actions[data-v-f1fd3804]{display:flex;gap:8px}.avatar-name-td[data-v-f1fd3804]{display:flex;align-items:center;white-space:nowrap}.organization-image[data-v-f1fd3804]{display:inline-flex;padding:8px;justify-content:center;align-items:center;width:40px;height:40px;border-radius:3px}.no-data[data-v-f1fd3804]{text-align:center;vertical-align:middle;height:100px;color:#111928;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.no-data__loading[data-v-f1fd3804]{height:15rem;display:flex;align-items:center;justify-content:center;padding-bottom:0;width:100%}.create-organisation[data-v-f1fd3804]{text-align:start;vertical-align:baseline;padding:2.5rem;color:#637381}.organizations{width:100%}.table-wrapper{padding:1px;border-radius:6px;max-height:600px;overflow-y:scroll}.membership__item[data-v-ee4d2710]{display:flex;align-items:center;padding:2.5rem 0;gap:16px}.membership__item[data-v-ee4d2710]:not(:first-of-type){border-top:1px solid #dfe4ea}.membership__img[data-v-ee4d2710]{width:48px;height:48px;border-radius:10rem;background-repeat:no-repeat;background-size:cover}.membership__info[data-v-ee4d2710]{display:flex;flex-direction:column;text-align:start;max-width:65%}.membership__title[data-v-ee4d2710]{color:#111928;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400}.membership__organization[data-v-ee4d2710]{color:#637381;font-family:Inter;font-size:1.4rem;font-style:normal;font-weight:400}.membership__actions[data-v-ee4d2710]{display:flex;gap:.9rem;margin-left:auto}.membership__actions[data-v-ee4d2710] button{padding:.9rem}.membership-requests{display:flex;flex-direction:column;width:100%}.membership-requests__wrapper{overflow-y:scroll;padding:0 5px}.content[data-v-81552827]{display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%;padding:4rem 28rem}.content__md[data-v-81552827]{padding:4rem}.content-wrapper[data-v-81552827]{display:grid;grid-template-columns:3fr 2fr;margin-top:20px;gap:1rem}.content-wrapper__sm[data-v-81552827]{grid-template-columns:1fr}.card[data-v-ff61d732]{display:flex;flex-direction:column;padding:5rem 4rem;background:#f9fafb;border-radius:6px;width:100%;min-width:400px;border:1px solid #dfe4ea}.card__title-wrapper[data-v-ff61d732]{display:flex;justify-content:space-between;align-items:center;gap:10px}.card__title[data-v-ff61d732]{font-family:Inter;font-size:1.8rem;font-style:normal;font-weight:600;align-self:center;margin:0}.card__active[data-v-ff61d732]{display:inline-flex;padding:6px 12px;justify-content:center;align-items:center;color:#1a8245;text-align:center;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;border-radius:30px;background:#daf8e6}.card__month-price[data-v-ff61d732]{color:#111928;font-family:Inter;font-size:4.2rem;font-style:normal;font-weight:700}.card__postscript[data-v-ff61d732]{color:#637381;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:500}.card__year-price[data-v-ff61d732]{display:flex;align-items:center}.card__year-price-full[data-v-ff61d732]{color:#637381;font-family:Inter;font-size:2.4rem;font-style:normal;font-weight:400;text-decoration:line-through;margin-right:8px}.card__year-price-discount[data-v-ff61d732]{color:#111928;font-family:Inter;font-size:2.4rem;font-style:normal;font-weight:600}.card__description[data-v-ff61d732]{color:#637381;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400}.card__divider[data-v-ff61d732]{height:1px;width:100%;background-color:#dfe4ea;margin:30px auto}.card__features[data-v-ff61d732]{display:flex;flex-direction:column;gap:14px}.card__feature[data-v-ff61d732]{color:#637381;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400}.card__btn[data-v-ff61d732]{justify-content:center;justify-self:end;margin-top:4rem;margin-bottom:0}.text-yellow[data-v-ff61d732]{color:#f1b24c}.tariff-cards[data-v-3aa2c5da]{display:grid;grid-template-columns:1fr 1fr 1fr;width:100%;gap:2rem}.tariff-cards__xl[data-v-3aa2c5da]{grid-template-columns:1fr 1fr 1fr 1fr}.tariff-cards__sm[data-v-3aa2c5da]{grid-template-columns:1fr 1fr}.tariff-cards__xs[data-v-3aa2c5da]{grid-template-columns:1fr}.content[data-v-7cd74b1f]{display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%;padding:4rem 28rem;gap:20px}.content__md[data-v-7cd74b1f]{padding:4rem}.file-loader[data-v-f3c07c16]{display:flex;flex-direction:column;position:relative}.file-loader__wrapper[data-v-f3c07c16]{padding:.9rem 1.8rem;border-radius:.6rem;background-color:#f3f4f6;cursor:pointer}.file-loader__wrapper[data-v-f3c07c16]:not(:disabled):hover{background-color:#d6d9e0}.file-loader__label[data-v-f3c07c16]{text-align:center;font-family:Inter,sans-serif;font-size:1.6rem;font-style:normal;font-weight:400;color:#111928;line-height:100%}.file-loader__input[data-v-f3c07c16]{display:none}.file-loader__message[data-v-f3c07c16]{position:absolute;top:100%;color:#e10e0e;font-size:13px}.avatar-settings[data-v-7185a431]{display:flex;flex-direction:column;gap:1rem}.avatar-settings__label[data-v-7185a431]{color:#111928;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:500}.avatar-settings__actions[data-v-7185a431]{display:flex;align-items:center;gap:.8rem}.avatar-settings__avatar[data-v-7185a431]{width:40px;height:40px}.avatar-settings__img[data-v-7185a431]{width:46px;height:46px}.avatar-settings__errors[data-v-7185a431],.avatar-settings__error[data-v-7185a431]{color:#e10e0e}.circle[data-v-7185a431]{border-radius:50%;background-size:cover;background-repeat:no-repeat;padding:0}.gray-bg[data-v-7185a431]{background:#f3f4f6;padding:1.1rem;border-radius:3px}.text-error[data-v-7185a431]{color:#e10e0e}.dropdown[data-v-46cadb47]{display:flex;flex-direction:column;position:relative;cursor:pointer;gap:1rem}.dropdown__label[data-v-46cadb47]{display:flex;flex-direction:column;position:relative;gap:1rem;color:#111928;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:500}.dropdown__label[data-v-46cadb47] :focus{outline:none}.dropdown__input-wrapper[data-v-46cadb47]{display:flex;outline:1px solid #dfe4ea;padding:1.2rem 1.6rem;border-radius:6px}.dropdown__input[data-v-46cadb47]{border:none;cursor:pointer;color:#111928;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;line-height:21px;width:100%}.dropdown__input[data-v-46cadb47]:focus{outline:none;border:none}.dropdown__icon[data-v-46cadb47]{display:flex;cursor:pointer;transition:all ease .3s}.dropdown__icon svg[data-v-46cadb47]{align-self:flex-end}.dropdown__content[data-v-46cadb47]{display:flex;border-radius:6px;background:#fff;box-shadow:0 1px 3px #a6afc366;position:absolute;top:8.2rem;left:0;right:0;visibility:hidden;opacity:0;width:100%;z-index:10}.dropdown__list[data-v-46cadb47]{display:flex;flex-direction:column;width:100%}.dropdown__list-item[data-v-46cadb47]{color:#637381;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px;padding:8px 20px}.dropdown__list-item[data-v-46cadb47]:hover{background:#f3f4f6;color:#111928;cursor:pointer}.dropdown__error[data-v-46cadb47],.dropdown__errors[data-v-46cadb47]{color:#e10e0e;font-size:1rem}.opened[data-v-46cadb47]{visibility:visible;opacity:1}.default-border[data-v-46cadb47]{outline:1px solid #dfe4ea}.error-border[data-v-46cadb47]{outline:1px solid #e10e0e}.success-border[data-v-46cadb47]{outline:1px solid #15b40f}.text-error[data-v-46cadb47]{color:#e10e0e}.rotate[data-v-46cadb47]{transform:rotate(180deg)}.organization__wrapper[data-v-726ae396]{display:flex;flex-direction:column;gap:3.2rem}.organization__info[data-v-726ae396]{display:flex;flex-wrap:wrap;align-items:start;gap:3rem;width:100%}.organization__info[data-v-726ae396] .input,.organization__info[data-v-726ae396] .dropdown{width:33%}.organization__actions[data-v-726ae396]{display:flex;gap:2rem;justify-content:flex-end}.content[data-v-6db57317]{display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%;padding:4rem 28rem}.content__md[data-v-6db57317]{padding:4rem}.content-wrapper[data-v-6db57317]{display:flex;flex-wrap:wrap;margin-top:20px;gap:2rem}.content[data-v-5459922d]{display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%;padding:4rem 28rem}.content__md[data-v-5459922d]{padding:4rem}.content-wrapper[data-v-5459922d]{display:flex;flex-wrap:wrap;margin-top:20px;gap:2rem}.modal[data-v-79a51449]{display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:10px;padding:4rem;max-width:400px;background:#fff;text-align:center}.modal__overlay[data-v-79a51449]{position:fixed;top:0;left:0;right:0;bottom:0;margin:0;padding:0;display:flex;justify-content:center;align-items:center;background:#1119284d}.modal__image-wrapper[data-v-79a51449]{display:flex;justify-content:center;align-items:center;border-radius:50%;width:60px;height:60px;background:#feebeb;margin-bottom:2.2rem}.modal__info[data-v-79a51449]{display:flex;flex-direction:column;gap:1rem;margin-bottom:3.2rem}.modal__info h2[data-v-79a51449]{color:#111928;font-family:Inter;font-size:2.4rem;font-weight:600}.modal__info p[data-v-79a51449]{color:#637381;font-family:Inter;font-size:1.6rem;font-weight:400}.modal__content[data-v-79a51449]{display:flex;flex-direction:row}.modal__actions[data-v-79a51449]{display:flex;gap:1rem}.profile__wrapper[data-v-a0b00c55]{display:flex;flex-direction:column;gap:4rem}.profile__info[data-v-a0b00c55]{display:flex;flex-wrap:wrap;gap:3rem}.profile__info[data-v-a0b00c55] .input{width:33%}.profile__actions[data-v-a0b00c55]{display:flex;justify-content:space-between}.profile__save[data-v-a0b00c55]{display:flex;gap:1.6rem}.content[data-v-a7cb9510]{display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%;padding:4rem 28rem}.content__md[data-v-a7cb9510]{padding:4rem}.profile-wrapper[data-v-a7cb9510]{margin-top:2rem}.tariff__wrapper[data-v-f95a253e]{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:900px;width:100%;gap:20px}.tariff__info[data-v-f95a253e]{display:flex;flex-direction:column;gap:16px}.tariff__title[data-v-f95a253e]{color:#111928;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.tariff__list[data-v-f95a253e]{display:flex;flex-direction:column;gap:14px;list-style:none;padding:0}.tariff__list-item[data-v-f95a253e]{color:#637381;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.tariff__plans[data-v-f95a253e]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:20px}.tariff__block[data-v-f95a253e]{display:flex;flex-direction:column;justify-content:flex-start;align-items:self-start;padding:20px;border-radius:6px;width:260px;border:1px solid #c6cdd6;cursor:pointer;transition:ease-in-out .25s}.tariff__block-text[data-v-f95a253e]{color:#637381;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.tariff__block-price[data-v-f95a253e]{color:#111928;text-align:right;font-family:Inter;font-size:24px;font-style:normal;font-weight:700;line-height:24px;margin-top:8px}.tariff__block-span[data-v-f95a253e]{display:flex;gap:8px}.tariff__block-badge[data-v-f95a253e]{display:flex;padding:4px 12px;justify-content:center;align-items:center;border-radius:30px;background:#e1e6fe;color:#3758f9;text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;margin-top:15px}.active[data-v-f95a253e]{border:1px solid #3758f9}.discount[data-v-f95a253e]{color:#637381;text-decoration:line-through}.payment[data-v-e707d693]{display:flex;flex-direction:column;max-width:440px;width:100%;gap:25px}.payment__sum[data-v-e707d693]{display:flex;justify-content:space-between}.payment__text[data-v-e707d693]{color:#111928;font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.payment__price[data-v-e707d693]{color:#111928;text-align:right;font-family:Inter;font-size:24px;font-style:normal;font-weight:700;line-height:24px}.payment__block[data-v-e707d693]{display:flex;flex-direction:column;gap:16px}.payment__methods[data-v-e707d693]{display:flex;gap:10px}.payment__method[data-v-e707d693]{display:flex;justify-content:center;align-items:center;width:175px;padding:12px 50px;border-radius:6px;border:1px solid #c6cdd6;background:#fff;transition:ease-in-out .3s}.payment__method-mir[data-v-e707d693],.payment__method-sbp[data-v-e707d693]{width:50%;cursor:pointer}.payment__actions[data-v-e707d693]{display:flex;flex-direction:column;gap:16px}.payment__btn[data-v-e707d693]{justify-content:center;width:100%}.active[data-v-e707d693]{border:1px solid #3758f9}.content[data-v-1dd69a7d]{display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%;padding:4rem 28rem;gap:20px}.content__md[data-v-1dd69a7d]{padding:4rem}.subscription-content[data-v-1dd69a7d]{display:grid;grid-template-columns:2fr 1fr;gap:20px}.organization[data-v-e2ae6104]{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;gap:20px;padding-bottom:3rem}.organization__wrapper[data-v-e2ae6104]{display:flex;flex-direction:column;gap:3.2rem}.organization__info[data-v-e2ae6104]{display:flex;flex-wrap:wrap;align-items:start;gap:3rem;width:100%}.organization__info[data-v-e2ae6104] .input,.organization__info[data-v-e2ae6104] .dropdown{width:33%}.organization__actions[data-v-e2ae6104]{display:flex;justify-content:space-between}.organization__save[data-v-e2ae6104]{display:flex;gap:1.6rem}.organization__add_user[data-v-e2ae6104]{display:grid;grid-template-columns:1fr 25rem;gap:2rem;height:8rem;padding-bottom:10rem}.organization__add_user .custom_button[data-v-e2ae6104]{margin-top:3.3rem;height:4.8rem;align-self:baseline}.spinner__wrapper[data-v-e2ae6104]{padding:3em;display:flex;align-items:center;justify-content:center}.spinner__wrapper[data-v-e2ae6104] .loader{position:static;top:0;left:0}.widget[data-v-929de565]{display:flex;flex-direction:column;border:1px solid #dfe4ea;border-radius:10px;padding:4rem;gap:1.6rem}.widget__title[data-v-929de565]{color:#111928;font-family:Inter;font-size:2.4rem;font-style:normal;font-weight:600}.widget__count[data-v-929de565]{color:#f1b24c;font-family:Inter;font-size:4.2rem;font-style:normal;font-weight:600;line-height:normal}.widget__btn[data-v-929de565]{border:1px solid #dfe4ea}.admin-main[data-v-00338f8a]{display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%;padding:4rem 28rem}.admin-main__md[data-v-00338f8a]{padding:4rem}.admin-main__info[data-v-00338f8a]{display:grid;grid-template-columns:1fr 1fr 1fr;gap:20px;margin-top:4rem}.admin-main__info__sm[data-v-00338f8a]{grid-template-columns:1fr 1fr}.admin-main__info__xs[data-v-00338f8a]{grid-template-columns:1fr}.spinner__wrapper[data-v-00338f8a] .loader{top:6.5em}.organizations[data-v-27061cfc]{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1360px;margin:4rem auto 0;width:100%;gap:20px}.spinner__wrapper[data-v-27061cfc]{padding:3em;display:flex;align-items:center;justify-content:center}.spinner__wrapper[data-v-27061cfc] .loader{position:static;top:0;left:0}.subscriptions[data-v-e7c79f91]{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1360px;margin:4rem auto 0;width:100%;gap:20px}.spinner__wrapper[data-v-e7c79f91]{padding:3em;display:flex;align-items:center;justify-content:center}.spinner__wrapper[data-v-e7c79f91] .loader{position:static;top:0;left:0}.content[data-v-9d00f376]{display:flex;flex-direction:column;justify-content:center;margin:0 auto;width:100%;padding:4rem 28rem}.profile-wrapper[data-v-9d00f376]{margin-top:2rem}.usersettings[data-v-77548cf7]{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1360px;margin:4rem auto 0;width:100%;gap:20px}.profile__wrapper[data-v-77548cf7]{display:flex;flex-direction:column;gap:4rem}.profile__info[data-v-77548cf7]{display:flex;flex-wrap:wrap;gap:3rem}.profile__info[data-v-77548cf7] .input{width:20%}.profile__actions[data-v-77548cf7]{display:flex;justify-content:space-between}.profile__save[data-v-77548cf7]{display:flex;gap:1.6rem}.table-wrapper[data-v-77548cf7]{display:flex;flex-direction:column;gap:2rem;padding-top:3rem}.table-wrapper .title[data-v-77548cf7]{color:#111928;font-family:Inter;font-size:2.4rem;font-style:normal;font-weight:600}.usersettings[data-v-ee9a9ebc]{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1360px;margin:4rem auto 0;width:100%;gap:20px}.profile__wrapper[data-v-ee9a9ebc]{display:flex;flex-direction:column;gap:4rem}.profile__info[data-v-ee9a9ebc]{display:flex;flex-wrap:wrap;gap:3rem}.profile__info[data-v-ee9a9ebc] .input{width:23%}.profile__actions[data-v-ee9a9ebc]{display:flex;justify-content:end}.profile__save[data-v-ee9a9ebc]{display:flex;gap:1.6rem}.profile__save button[data-v-ee9a9ebc]{min-height:4rem}.profile__save button[data-v-ee9a9ebc]:nth-of-type(2){min-width:22rem}.table-wrapper[data-v-ee9a9ebc]{display:flex;flex-direction:column;gap:2rem;padding-top:3rem}.table-wrapper .title[data-v-ee9a9ebc]{color:#111928;font-family:Inter;font-size:2.4rem;font-style:normal;font-weight:600}.organization[data-v-497b5461]{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1360px;margin:4rem auto 0;width:100%;gap:20px}.organization__wrapper[data-v-497b5461]{display:flex;flex-direction:column;gap:3.2rem}.organization__info[data-v-497b5461]{display:flex;flex-wrap:wrap;align-items:start;gap:3rem;width:100%}.organization__info[data-v-497b5461] .input,.organization__info[data-v-497b5461] .dropdown{width:33%}.organization__actions[data-v-497b5461]{display:flex;gap:2rem;justify-content:flex-end}.organization__add_user[data-v-497b5461]{display:grid;grid-template-columns:1fr 25rem;gap:2rem;height:8rem;padding-bottom:10rem}.organization__add_user .custom_button[data-v-497b5461]{margin-top:3.3rem;height:4.8rem;align-self:baseline}.organization[data-v-0788786d]{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1360px;margin:4rem auto 0;width:100%;gap:20px;padding-bottom:3rem}.organization__wrapper[data-v-0788786d]{display:flex;flex-direction:column;gap:3.2rem}.organization__info[data-v-0788786d]{display:flex;flex-wrap:wrap;align-items:start;gap:3rem;width:100%}.organization__info[data-v-0788786d] .input,.organization__info[data-v-0788786d] .dropdown{width:33%}.organization__actions[data-v-0788786d]{display:flex;justify-content:space-between}.organization__save[data-v-0788786d]{display:flex;gap:1.6rem}.organization__add_user[data-v-0788786d]{display:grid;grid-template-columns:1fr 25rem;gap:2rem;height:8rem;padding-bottom:10rem}.organization__add_user .custom_button[data-v-0788786d]{margin-top:3.3rem;height:4.8rem;align-self:baseline}.spinner__wrapper[data-v-0788786d]{padding:3em;display:flex;align-items:center;justify-content:center}.spinner__wrapper[data-v-0788786d] .loader{position:static;top:0;left:0}.subscription[data-v-5e9becd1]{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1360px;margin:4rem auto 0;width:100%;gap:20px}.subscription__wrapper[data-v-5e9becd1]{display:flex;flex-direction:column;gap:3.2rem}.subscription__info[data-v-5e9becd1]{display:flex;flex-wrap:wrap;align-items:start;gap:3rem;width:100%}.subscription__info[data-v-5e9becd1] .input,.subscription__info[data-v-5e9becd1] .dropdown{width:30%}.subscription__actions[data-v-5e9becd1]{display:flex;gap:2rem;justify-content:flex-end}.subscription[data-v-b082d9af]{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1360px;margin:4rem auto 0;width:100%;gap:20px}.subscription__wrapper[data-v-b082d9af]{display:flex;flex-direction:column;gap:3.2rem}.subscription__info[data-v-b082d9af]{display:flex;flex-wrap:wrap;align-items:start;gap:3rem;width:100%}.subscription__info[data-v-b082d9af] .input,.subscription__info[data-v-b082d9af] .dropdown{width:30%}.subscription__actions[data-v-b082d9af]{display:flex;justify-content:space-between}.subscription__save[data-v-b082d9af]{display:flex;gap:1.6rem}.spinner__wrapper[data-v-b082d9af]{padding:3em;display:flex;align-items:center;justify-content:center}.spinner__wrapper[data-v-b082d9af] .loader{position:static;top:0;left:0}.error[data-v-f5313c4a]{font-family:Inter;color:#111928;text-align:center;font-size:10rem;font-style:normal;font-weight:700}.error-title[data-v-f5313c4a]{font-family:Inter;color:#111928;text-align:center;font-size:2.2rem;font-style:normal;font-weight:600;margin-top:3rem}.error-subtitle[data-v-f5313c4a]{font-family:Inter;color:#111928;text-align:center;font-size:1.6rem;font-style:normal;font-weight:400;margin-bottom:3rem}.error-wrapper[data-v-9593d8f9]{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;gap:1rem}.subscriptions[data-v-48ef23f0]{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:1360px;margin:4rem auto 0;width:100%;gap:20px}.header[data-v-e63ead40]{display:flex;justify-content:center;align-items:center;width:100%;border-bottom:1px solid #dfe4ea;padding:1.5rem 16rem}.header__md[data-v-e63ead40]{padding:1.5rem 4rem}.header__logo[data-v-e63ead40]{opacity:1;transition:ease .3s}.header__logo[data-v-e63ead40]:hover{opacity:.7;transition:ease .3s;cursor:pointer}.header__content[data-v-e63ead40]{display:flex;justify-content:space-between;align-items:center;max-width:1920px;width:100%}.header__nav-wrapper[data-v-e63ead40]{display:flex;align-items:center;justify-content:space-between;gap:6rem}.header__nav[data-v-e63ead40]{display:flex;flex-wrap:wrap;gap:3.2rem}.header__links[data-v-e63ead40]{display:flex}.header__link[data-v-e63ead40]{color:#637381;font-family:Inter;font-size:1.6rem;font-style:normal;font-weight:400;cursor:pointer}.header__search[data-v-e63ead40]{display:inline-block}.header__controls[data-v-e63ead40]{display:flex;gap:1.6rem}.blue-bg[data-v-e63ead40]{background-color:#111928}.default-layout[data-v-5d10a702],.admin-layout[data-v-036001a7]{display:flex;flex-direction:column;height:100vh;width:100%;background:#f9fafb}.error-layout[data-v-de91221c]{display:flex;flex-direction:column;width:100%;height:100%}@font-face{font-family:Inter;font-style:normal;font-weight:100;font-display:swap;src:url(/app/assets/Inter-Thin-B4o5siQk.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:200;font-display:swap;src:url(/app/assets/Inter-ExtraLight-DDkcCnmI.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:300;font-display:swap;src:url(/app/assets/Inter-Light-MWFfSqj5.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url(/app/assets/Inter-Regular-B0QUfDW0.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url(/app/assets/Inter-Medium-B0NFony0.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url(/app/assets/Inter-SemiBold-_JLwM7Yv.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url(/app/assets/Inter-Bold-CytjP_7U.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:800;font-display:swap;src:url(/app/assets/Inter-ExtraBold-BN24N3BS.woff2) format("woff2")}@font-face{font-family:Inter;font-style:normal;font-weight:900;font-display:swap;src:url(/app/assets/Inter-Black-COIgjx2i.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:100;font-display:swap;src:url(/app/assets/InterDisplay-Thin-DMFvXDOM.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:200;font-display:swap;src:url(/app/assets/InterDisplay-ExtraLight-CkrcZ2OC.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:300;font-display:swap;src:url(/app/assets/InterDisplay-Light-DB1R7qf0.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:400;font-display:swap;src:url(/app/assets/InterDisplay-Regular-C0mmbI_t.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:500;font-display:swap;src:url(/app/assets/InterDisplay-Medium-BRBaQVhl.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:600;font-display:swap;src:url(/app/assets/InterDisplay-SemiBold-J6ePsRbj.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:700;font-display:swap;src:url(/app/assets/InterDisplay-Bold-CXJyJlfA.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:800;font-display:swap;src:url(/app/assets/InterDisplay-ExtraBold-DsWMgBJM.woff2) format("woff2")}@font-face{font-family:InterDisplay;font-style:normal;font-weight:900;font-display:swap;src:url(/app/assets/InterDisplay-Black-DM1fLmGj.woff2) format("woff2")}:root{font-family:Inter,Helvetica,Arial,sans-serif;line-height:1.5;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--bg-main: #f9fafb;--bg-containers: #ffffff;--bg-modal-layout: #1119284d;--bg-green-light: #daf8e6;--bg-dark-blue: #111928;--bg-dark-gray: #222937;--border: #dfe4ea;--btn-yellow: #ffd166;--btn-gray: #f3f4f6;--btn-dark-gray: #e5e7eb;--btn-light-red: #feebeb;--btn-red: #e10e0e;--text-dark-blue: #111928;--text-gray-dark: #637381;--text-gray-placeholder: #9ca3af;--text-red: #e10e0e;--text-green: #1a8245;--text-yellow: #f1b24c;--text-white: #ffffff}::-webkit-scrollbar{width:.6rem}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--btn-yellow);cursor:pointer}html{background:var(--bg-main);font-size:10px}*,*:before,*:after{box-sizing:border-box}body{font-family:Inter,Helvetica,Arial,sans-serif;margin:0 auto;padding:0;scroll-behavior:smooth;text-rendering:optimizeSpeed;min-width:320px;min-height:100vh}h1,h2,h3,h4,h5,h6,p,ul[class],ol[class],li,figure,figcaption,blockquote,dl,dd{margin:0}ul[class],ol[class]{list-style:none;padding:0}.fade-enter-active,.fade-leave-active{transition:all .2s ease}.fade-enter-from,.fade-leave-to{opacity:0;visibility:visible}.fade-enter-to,.fade-leave-from{transition-delay:.2s;opacity:1;visibility:hidden}.toast{max-width:300px}
