@font-face{font-display:swap;font-family:HelveticaNeue;src:url(/static/media/HelveticaNeue-Regular.f0cf2111420398857473.otf) format("opentype")}:root{--primary-color:#7250f8;--secondary-color:#000;--ternary-color:#fff;--disabled-color:#bfbfbf;--gradient-color-1:#4a1ff6;--error-color:#ea2a2a}body{font-family:Inter,sans-serif;letter-spacing:-.14px;min-height:100%}body,p{margin:0}html{background-color:#111;height:100%}.profile-modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:16px;position:fixed;right:0;top:0;z-index:1000}.profile-modal-content{background:#fff;border-radius:12px;box-shadow:0 3px 4px #00000008;box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter;gap:24px;height:auto;max-width:440px;min-height:280px;padding:24px;position:relative;width:100%}.profile-modal-loader{align-items:center;background:#fffc;border-radius:12px;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0;z-index:10}.profile-modal-header{padding:6px;position:absolute;right:0;top:0;z-index:2}.profile-modal-actions{display:flex;gap:8px}.profile-modal-button{background:#f9f9f9;border:1px solid #f1f1f4;border-radius:6px}.profile-modal-button,.profile-modal-button-save{align-items:center;cursor:pointer;display:flex;height:28px;justify-content:center;transition:all .2s ease;width:28px}.profile-modal-button-save{background:#7239ea;border:none;border-radius:6px}.profile-modal-button-save:hover{background:#4a1ff6}.profile-modal-button:hover{background:#f1f1f4}.profile-modal-gradient{background:linear-gradient(180deg,#7239ea66,#fff6);border-radius:12px 12px 0 0;height:80px;left:0;position:absolute;top:0;width:100%}.profile-modal-user{display:flex;gap:12px;margin-top:36px;position:relative}.profile-modal-avatar{background:#fff;border:1.25px solid #f1f1f4;border-radius:50%;flex-shrink:0;height:80px;overflow:hidden;position:relative;width:80px;z-index:1}.profile-modal-avatar.editing{cursor:pointer}.profile-modal-avatar img{height:100%;object-fit:cover;width:100%}.profile-modal-avatar-edit{align-items:center;background:#00000080;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:absolute;top:0;transition:opacity .2s ease;width:100%}.profile-modal-avatar:hover .profile-modal-avatar-edit{opacity:1}.profile-modal-error-img{bottom:-20px;left:0;position:absolute}.profile-modal-error,.profile-modal-error-img{align-items:center;color:#ea2a2a;display:flex;font-size:10px;gap:4px}.profile-modal-error{align-self:flex-end;margin-top:-10px;padding-right:40px}.profile-modal-info{flex:1 1;flex-direction:column;gap:6px;margin-top:30px}.profile-modal-info,.profile-modal-name{box-sizing:border-box;display:flex;width:100%}.profile-modal-name{align-items:center;flex-wrap:wrap;gap:4px}.profile-modal-name>h3{color:#071937;display:block;font-size:16px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.profile-modal-username{color:#78829e;font-size:12px;word-break:break-all}.profile-modal-details{display:flex;flex-direction:column;gap:12px;width:100%}.profile-modal-detail{align-items:center;border-bottom:1px solid #dbdfe9;display:flex;gap:20px;justify-content:space-between;padding:10px 0}.profile-modal-detail.editing{border-bottom:none;gap:3px;padding:0}.profile-modal-detail:last-child{border-bottom:none}.profile-modal-label{color:#78829e;flex-shrink:0;font-size:12px;min-width:120px}.profile-modal-value{color:#4b5675;font-size:14px;text-align:left}.profile-modal-input{background:#fcfcfc;border:1px solid #dbdfe9;border-radius:6px;color:#4b5675;font-size:16px;max-width:200px;padding:10px;transition:all .2s ease;width:100%}.profile-modal-input:focus{background:#fff;outline:none}.profile-modal-input::placeholder{color:#9aa1b7}@media screen and (max-width:492px){.profile-modal-error{align-self:flex-start;padding-right:0}.profile-modal-detail{align-items:flex-start;flex-direction:column;gap:8px}.profile-modal-name h3{font-size:14px}.profile-modal-input{box-sizing:border-box;max-width:100%}}@media screen and (max-width:270px){.profile-modal-user{align-items:center;flex-direction:column}.profile-modal-info{align-items:center;margin-top:0}.profile-modal-name h3{text-align:center}}.loader-overlay{align-items:center;-webkit-backdrop-filter:blur(6.449999809265137px);backdrop-filter:blur(6.449999809265137px);background-color:#92929280;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10}.spinner{animation:rotate 2s linear infinite;transform-origin:center}.spinner circle{stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:0 150;stroke-dashoffset:0}47.5%{stroke-dasharray:42 150;stroke-dashoffset:-16}95%,to{stroke-dasharray:42 150;stroke-dashoffset:-59}}.toast{align-items:center;background:#fff;border:1px solid #f1f1f4;border:1px solid var(--LightMode-Grey-Grey-200,#f1f1f4);border-radius:12px;box-shadow:0 4px 12px 0 #00000012;display:flex;gap:12px;height:auto;max-height:none;max-width:500px;min-height:auto;min-width:500px;padding:16px;transition:background-color .2s ease,box-shadow .2s ease}.toast:hover{background:#f9f9f9;box-shadow:0 6px 12px 0 #00000012}.toast.toast-custom,.toast.toast-error,.toast.toast-info,.toast.toast-warning{border:none}.toast__left{align-items:center;align-self:stretch;display:flex;flex:1 0;gap:16px;height:auto;min-height:auto}.toast-circle{background:#eafff1;border-radius:50%;height:40px;position:relative;width:40px}.toast-circle.toast-info{background:#eff6ff}.toast-circle.toast-success{background:#eafff1}.toast-circle.toast-error{background:#ffeef3}.toast-circle.toast-warning{background:#fff8dd}.toast-circle.toast-custom{background:#f8f5ff}.toast-circle__icon{border-radius:50%;height:20px;position:absolute;top:10px;width:20px}.toast.toast-info .toast-circle__icon,.toast.toast-success .toast-circle__icon{right:10px}.toast.toast-custom .toast-circle__icon,.toast.toast-error .toast-circle__icon,.toast.toast-warning .toast-circle__icon{left:10px}.toast__text{align-items:flex-start;display:flex;flex:1 0;flex-direction:column;gap:4px;height:auto;justify-content:center;min-height:auto}.toast__title{color:#252f4a;color:var(--LightMode-Grey-Grey-800,#252f4a);font-size:14px;font-weight:600;line-height:14px}.toast__desc,.toast__title{font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif}.toast__desc{color:#78829d;color:var(--LightMode-Grey-Grey-600,#78829d);font-size:13px;font-weight:500;letter-spacing:-.13px}.toast-btn{background:#fff;border:1px solid #dbdfe9;border:1px solid var(--LightMode-Grey-Grey-300,#dbdfe9);border-radius:6px;color:#4b5675;color:var(--LightMode-Grey-Grey-700,#4b5675);font-size:12px;font-weight:500;line-height:12px;padding:10px 12px}.toast-btn,.toast-icon-btn{align-items:center;display:flex;gap:10px;justify-content:center}.toast-icon-btn{background:#0000;border:none;border-radius:6px;cursor:pointer;padding:6px}.toast-icon-btn__x{height:16px;position:relative;width:16px}.toast-icon-btn__x:after,.toast-icon-btn__x:before{background:#4b5675;content:"";height:16px;left:7px;position:absolute;top:0;width:2px}.toast-icon-btn__x:before{transform:rotate(45deg)}.toast-icon-btn__x:after{transform:rotate(-45deg)}@media screen and (max-width:834px){.toast__left{gap:10px}}@media screen and (max-width:600px){.toast{min-width:auto}.toast__title{font-size:12px}.toast__desc{font-size:11px}.toast-icon-btn__x{height:12px;width:12px}.toast-icon-btn__x:after,.toast-icon-btn__x:before{height:12px}}.influenly-toast{max-width:100vw}.error__page{height:100vh}.error__container{align-items:center;display:flex;flex-direction:column;gap:40px;height:100%;justify-content:center;max-width:100%;padding:0 16px}.error__title{color:#000;font-size:32px;font-weight:600}.error__text,.error__title{max-width:663px;text-align:center}.error__text{color:grey;font-size:16px}.error__button{align-items:center;background-color:#7250f8;border:none;border-radius:8px;color:#fff;display:flex;font-size:16px;font-style:normal;font-weight:600;justify-content:center;line-height:normal;padding:12px 16px}.error__button:hover{background:#4a1ff6;cursor:pointer}@media (max-width:490px){.error__container{gap:32px}.error__title{font-size:20px}.error__text{font-size:11px}.error__container>img{height:auto;width:80%}}.overlayTourModal{-webkit-backdrop-filter:blur(6.45px);backdrop-filter:blur(6.45px);background-color:#92929280;box-sizing:border-box;height:100%;justify-content:center;left:0;padding:16px;position:fixed;top:0;width:100%;z-index:100}.overlayTourModal,.tour-modal{align-items:center;display:flex}.tour-modal{background:linear-gradient(180deg,#fff0 50%,#fff),url(/static/media/background_modal_tour.b412bd2258854e4a4a2a.png) #d3d3d3 0 -.111px /100% 100.461% no-repeat;border-radius:24px;box-shadow:0 4px 12px 0 #00000012;flex-direction:column;gap:64px;padding:48px 64px 64px;position:relative;width:600px}.tour-modal__close{align-items:flex-start;background:#0000;border:none;border-radius:6px;color:#4b5675;cursor:pointer;display:flex;font-size:18px;gap:10px;padding:7px;position:absolute;right:15.5px;top:16px;transition:all .2s ease}.tour-modal__close:hover{background:#0000000d}.tour-modal__preview{align-items:center;align-self:stretch;display:flex;justify-content:center;padding:12px 149px 5px;position:relative}.tour-modal__preview-container{align-items:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#bcbcbc1a;border:1px solid #fff;border-radius:20px;box-shadow:0 4px 12px 0 #00000012;display:flex;gap:8px;padding:8px;position:relative}.tour-modal__profile-card{background:linear-gradient(0deg,#fff0 62.28%,#5014d02e),#fff;border-radius:12px;box-shadow:0 3px 4px 0 #00000008;padding:16px}.tour-modal__profile-card,.tour-modal__profile-header{align-items:center;display:flex;flex-direction:column;gap:12px;justify-content:center}.tour-modal__profile-avatar{align-items:center;aspect-ratio:1/1;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Ccircle cx='32' cy='32' r='30' fill='%23ddd'/%3E%3C/svg%3E") #d3d3d3 50% /cover no-repeat;border:2px solid #f1f1f4;border-radius:80px;display:flex;height:64px;justify-content:space-between;padding-right:19.071px;position:relative;width:64px}.tour-modal__avatar-image{aspect-ratio:99.1/100;background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='45' fill='%23ccc'/%3E%3C/svg%3E");height:100px;position:absolute;right:-17.548px;top:-18px;width:99.095px}.tour-modal__profile-info{align-items:center;display:flex;flex-direction:column;justify-content:center}.tour-modal__profile-name{color:#071437;font-size:12px;font-weight:600}.tour-modal__profile-name,.tour-modal__profile-username{font-family:Inter;font-style:normal;line-height:normal;margin:0}.tour-modal__profile-username{color:#78829d;font-size:10px;font-weight:400}.tour-modal__profile-tags{align-content:center;flex-wrap:wrap;gap:4px;width:126px}.tour-modal__profile-tags,.tour-modal__tag{align-items:center;display:flex;justify-content:center}.tour-modal__tag{background:#f1f1f4;border-radius:30px;color:#071437;font-family:Inter;font-size:8px;font-weight:500;gap:5px;line-height:normal;padding:4px 8px}.tour-modal__floating-element{position:absolute}.tour-modal__floating-element--left{height:50px;left:83px;top:65px;width:98px}.tour-modal__floating-element--right-top{padding:8px;right:94px;top:1px}.tour-modal__floating-element--right-bottom,.tour-modal__floating-element--right-top{align-items:flex-start;background:#fff;border-radius:8px;box-shadow:0 4px 12px 0 #00000012;display:flex}.tour-modal__floating-element--right-bottom{bottom:0;height:46px;padding:6px;right:131px}.tour-modal__collab-card{align-items:flex-start;background:#fff;border-radius:8px;box-shadow:0 4px 12px 0 #00000012;display:flex;flex-direction:column;gap:6px;justify-content:center;padding:8px;position:relative;width:98px}.tour-modal__collab-header{align-items:center;display:flex;gap:4px}.tour-modal__collab-title{color:#071437;font-family:Inter;font-size:10px;font-style:normal;font-weight:600;line-height:normal}.tour-modal__verified-icon{background:#04b440;border-radius:50%;height:10px;width:10px}.tour-modal__collab-tags{align-items:flex-start;align-self:stretch;display:flex;flex-direction:column;gap:4px}.tour-modal__collab-avatar{align-items:center;background:linear-gradient(180deg,#5b32f2 -2.08%,#dd2483 52.06%,#ffad14 104.17%);border:1px solid #f1f1f4;border-radius:200px;box-shadow:0 5px 9px 0 #0108122b;display:flex;height:24px;justify-content:center;position:absolute;right:-7px;top:-5px;width:24px}.tour-modal__stats-card{width:49px}.tour-modal__stats-card,.tour-modal__stats-content{align-items:flex-start;display:flex;flex-direction:column;gap:6px}.tour-modal__stats-number{color:#071437;font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:normal}.tour-modal__social-icons{align-items:center;display:flex;gap:6px;padding-top:3px}.tour-modal__social-icon{border-radius:4px;height:12px;width:12px}.tour-modal__social-icon.instagram{background:linear-gradient(45deg,#f09433,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888)}.tour-modal__social-icon.tiktok{background:#fe2c55}.tour-modal__social-icon.youtube{background:red}.tour-modal__views-card{align-items:flex-start;display:flex;flex-direction:column;gap:6px;position:relative;width:54px}.tour-modal__views-label{color:#071437;font-family:Inter;font-size:10px;font-style:normal;font-weight:600;line-height:normal}.tour-modal__chart{bottom:-2.416px;height:29.049px;left:-2px;position:absolute;width:83px}.tour-modal__chart-line{stroke-width:1px;stroke:#5014d0;background:linear-gradient(45deg,#0000 49%,#5014d0 50%,#0000 51%);height:22.988px;position:absolute;width:83px}.tour-modal__chart-percentage{align-items:center;display:flex;gap:2px;position:absolute;right:3px;top:9px}.tour-modal__chart-percentage span{color:#04b440;font-family:Inter;font-size:8px;font-style:normal;font-weight:500;line-height:normal}.tour-modal__arrow-up{background:#04b440;clip-path:polygon(50% 0,0 100%,100% 100%);height:9px;width:9px}.tour-modal__content{align-items:center;align-self:stretch;display:flex;flex-direction:column;gap:16px}.tour-modal__title{color:#071437;font-size:24px;font-weight:600;letter-spacing:-.24px;line-height:24px}.tour-modal__description,.tour-modal__title{align-self:stretch;font-family:Inter;font-style:normal;margin:0;text-align:center}.tour-modal__description{color:#4b5675;font-size:14px;font-weight:400;line-height:22px}.tour-modal__buttons{align-items:center;display:flex;gap:12px}.tour-modal__button{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-family:Inter;font-size:13px;font-style:normal;font-weight:500;gap:10px;letter-spacing:-.13px;line-height:14px;padding:13px 16px;transition:all .2s ease}.tour-modal__button--secondary{background:#f9f9f9;border:1px solid #f1f1f4;color:#4b5675}.tour-modal__button--secondary:hover{background:#f1f1f4}.tour-modal__button--primary{background:#7239ea;color:#fff;gap:5px;padding:11px 12px}.tour-modal__button--primary:hover{background:#5b32f2}.tour-modal__button--primary svg{height:18px;width:18px}@media (max-width:768px){.tour-modal{gap:48px;max-width:500px;padding:32px 24px 48px;width:90%}.tour-modal__preview{padding:12px 24px 5px}.tour-modal__title{font-size:20px;line-height:24px}.tour-modal__description{font-size:13px;line-height:20px}}.driver-active *,.driver-active .driver-overlay{pointer-events:none}.driver-active .driver-active-element,.driver-active .driver-active-element *,.driver-popover,.driver-popover *{pointer-events:auto}@keyframes animate-fade-in{0%{opacity:0}to{opacity:1}}.driver-fade .driver-overlay{animation:animate-fade-in .2s ease-in-out}.driver-fade .driver-popover{animation:animate-fade-in .2s}.driver-popover{all:unset;background-color:#fff;border-radius:5px;box-shadow:0 1px 10px #0006;box-sizing:border-box;color:#2d2d2d;margin:0;max-width:300px;min-width:250px;padding:15px;position:fixed;right:0;top:0;z-index:1000000000}.driver-popover *{font-family:Helvetica Neue,Inter,ui-sans-serif,Apple Color Emoji,Helvetica,Arial,sans-serif}.driver-popover-title{zoom:1;display:block;font:19px/normal sans-serif;font-weight:700;line-height:1.5;margin:0;position:relative}.driver-popover-close-btn{all:unset;color:#d2d2d2;cursor:pointer;font-size:18px;font-weight:500;height:28px;position:absolute;right:0;text-align:center;top:0;transition:color;transition-duration:.2s;width:32px;z-index:1}.driver-popover-close-btn:focus,.driver-popover-close-btn:hover{color:#2d2d2d}.driver-popover-title[style*=block]+.driver-popover-description{margin-top:5px}.driver-popover-description{zoom:1;font:14px/normal sans-serif;font-weight:400;line-height:1.5;margin-bottom:0}.driver-popover-footer{zoom:1;align-items:center;display:flex;justify-content:space-between;margin-top:15px;text-align:right}.driver-popover-progress-text{zoom:1;color:#727272;font-size:13px;font-weight:400}.driver-popover-footer button{zoom:1;all:unset;background-color:#fff;border:1px solid #ccc;border-radius:3px;box-sizing:border-box;color:#2d2d2d;cursor:pointer;display:inline-block;font:12px/normal sans-serif;line-height:1.3;outline:0;padding:3px 7px;text-decoration:none;text-shadow:1px 1px 0 #fff}.driver-popover-footer .driver-popover-btn-disabled{opacity:.5;pointer-events:none}:not(body):has(>.driver-active-element){overflow:hidden!important}.driver-no-interaction,.driver-no-interaction *{pointer-events:none!important}.driver-popover-footer button:focus,.driver-popover-footer button:hover{background-color:#f7f7f7}.driver-popover-navigation-btns{display:flex;flex-grow:1;justify-content:flex-end}.driver-popover-navigation-btns button+button{margin-left:4px}.driver-popover-arrow{border:5px solid #fff;content:"";position:absolute}.driver-popover-arrow-side-over{display:none}.driver-popover-arrow-side-left{border-bottom-color:#0000;border-right-color:#0000;border-top-color:#0000;left:100%}.driver-popover-arrow-side-right{border-bottom-color:#0000;border-left-color:#0000;border-top-color:#0000;right:100%}.driver-popover-arrow-side-top{border-bottom-color:#0000;border-left-color:#0000;border-right-color:#0000;top:100%}.driver-popover-arrow-side-bottom{border-left-color:#0000;border-right-color:#0000;border-top-color:#0000;bottom:100%}.driver-popover-arrow-side-center{display:none}.driver-popover-arrow-side-left.driver-popover-arrow-align-start,.driver-popover-arrow-side-right.driver-popover-arrow-align-start{top:15px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-start,.driver-popover-arrow-side-top.driver-popover-arrow-align-start{left:15px}.driver-popover-arrow-align-end.driver-popover-arrow-side-left,.driver-popover-arrow-align-end.driver-popover-arrow-side-right{bottom:15px}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-end,.driver-popover-arrow-side-top.driver-popover-arrow-align-end{right:15px}.driver-popover-arrow-side-left.driver-popover-arrow-align-center,.driver-popover-arrow-side-right.driver-popover-arrow-align-center{margin-top:-5px;top:50%}.driver-popover-arrow-side-bottom.driver-popover-arrow-align-center,.driver-popover-arrow-side-top.driver-popover-arrow-align-center{left:50%;margin-left:-5px}.driver-popover-arrow-none{display:none}.overlayTourFinishModal{align-items:center;-webkit-backdrop-filter:blur(6.45px);backdrop-filter:blur(6.45px);background-color:#92929280;box-sizing:border-box;display:flex;height:100%;justify-content:center;left:0;padding:16px;position:fixed;top:0;width:100%;z-index:100}.tour-finish-modal{align-items:center;background:#fff;border:1px solid #f1f1f4;border-radius:12px;box-shadow:0 3px 4px 0 #00000008;display:flex;flex-direction:column;gap:24px;max-width:400px;padding:24px;position:relative;width:100%}.tour-finish-modal__icon{align-items:center;background:#eafff1;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.tour-finish-modal__content{align-items:center;display:flex;flex-direction:column;gap:16px;text-align:center}.tour-finish-modal__title{color:#071437;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:14px}.tour-finish-modal__description{color:#4b5675;font-family:Inter;font-size:13px}.tour-finish-modal__description-container{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;width:100%}.tour-finish-modal__buttons{align-items:center;display:flex;gap:12px;justify-content:center;width:100%}.tour-finish-modal__button{align-items:center;border:none;border-radius:6px;cursor:pointer;display:flex;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;gap:4px;justify-content:center;line-height:100%;padding:9px 10px;transition:all .2s ease}.tour-finish-modal__button--primary{background:#7239ea;color:#fff}.tour-finish-modal__button--primary:hover{background:#5b32f2}
/*# sourceMappingURL=main.80adbb5b.css.map*/