:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Home_sign_up_card__G_TQK{width:495px;margin:0 auto;position:relative}@media screen and (max-width:767px){.Home_sign_up_card__G_TQK{width:100%;height:auto;padding:0 10px}}.Home_sign_up_card__G_TQK button[class="btn btn-outline-dark"],.Home_sign_up_card__G_TQK button[class="btn btn-theme"]{width:100%}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD{border:1px solid var(--border);background:var(--card-bg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:18px 50px;height:calc(100vh - 238px);overflow-y:auto}@media screen and (max-width:767px){.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD{padding:15px}}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD form{width:100%}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_followers_user_list__nZ5g0 li{display:flex;align-items:center;gap:15px;border-top:1px solid var(--border);padding:20px 0}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_followers_user_list__nZ5g0 li:first-child{border:0;padding-top:0}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_followers_user_list__nZ5g0 li .Home_user_profile__nlYbT{width:42px;min-width:42px;height:42px;border-radius:50%}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_followers_user_list__nZ5g0 li .Home_user_profile__nlYbT img{border-radius:50%}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_followers_user_list__nZ5g0 li button{width:105px;padding:4px 10px;border-radius:8px}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_favorite_Category_list__8oi1Z{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:12px}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_favorite_Category_list__8oi1Z .Home_team_box__e2yDI{width:85px;min-width:78px;height:78px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:22px;font-weight:400;line-height:26px;border-radius:4px;-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);cursor:pointer;background-size:cover!important;background-position:50%!important}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_favorite_Category_list__8oi1Z .Home_team_box__e2yDI.Home_select__7kSUQ{border:4px solid var(--primary);box-shadow:0 4px 5px 0 rgba(0,0,0,.25)}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_select_language_list__eoor4{display:flex;align-items:center;flex-wrap:wrap;gap:24px}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_select_language_list__eoor4 .Home_languages__z_iqM{width:110px;text-align:center;overflow:hidden;cursor:pointer}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_select_language_list__eoor4 .Home_languages__z_iqM img{width:110px;min-width:110px;height:110px;object-fit:cover;object-position:center;border-radius:50%;margin-bottom:8px;border:1px solid rgba(0,0,0,.1)}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_select_language_list__eoor4 .Home_languages__z_iqM.Home_religion_interest___7dBN .Home_religion_interest_img__NHcuo{border-radius:50%;margin-bottom:8px;border:1px solid rgba(0,0,0,.1);background:#fff;width:110px;min-width:110px;height:110px}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_select_language_list__eoor4 .Home_languages__z_iqM.Home_religion_interest___7dBN .Home_religion_interest_img__NHcuo img{width:100%;min-width:100%;height:100%;border:0;padding:0;object-fit:cover}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_select_language_list__eoor4 .Home_languages__z_iqM.Home_select_religion__2IOY5{position:relative}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_select_language_list__eoor4 .Home_languages__z_iqM.Home_select_religion__2IOY5 .Home_select_language_check__qlUhI{position:absolute;right:2px;top:0;width:30px;height:30px;min-width:auto;background:#fff;border-radius:50%;display:block!important}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_select_language_list__eoor4 .Home_languages__z_iqM .Home_select_language_check__qlUhI{position:absolute;right:0;top:0;width:30px;height:30px;min-width:auto;background:#fff;border-radius:50%}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_select_language_list__eoor4 .Home_languages__z_iqM.Home_selected_language__jrXOC{position:relative}.Home_sign_up_card__G_TQK .Home_sign_up_card_body__c6iHD .Home_select_language_list__eoor4 .Home_languages__z_iqM.Home_selected_language__jrXOC .Home_select_language_check__qlUhI{display:block!important}.Home_sign_up_card_footer__hD1Dw{background:var(--card-bg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:10px 50px}@media screen and (max-width:767px){.Home_sign_up_card_footer__hD1Dw{position:fixed;width:calc(100% - 20px);left:0;bottom:0;margin:auto;right:0;padding:10px}}.Home_main_wrapper__bE1fu{display:flex}@media screen and (max-width:767px){.Home_main_wrapper__bE1fu{padding:0!important;flex-wrap:wrap;flex-direction:column-reverse}}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy{width:350px;min-width:350px;height:calc(100vh - 63px);padding:24px 24px 0 0;position:-webkit-sticky;position:sticky;top:63px;z-index:4}@media screen and (max-width:1200px){.Home_main_wrapper__bE1fu .Home_side_bar__wklfy{width:300px;min-width:300px}}@media screen and (max-width:991px){.Home_main_wrapper__bE1fu .Home_side_bar__wklfy{background:var(--side_bar_bg);position:fixed;left:0;bottom:0;z-index:9;box-shadow:0 6px 10px rgba(0,0,0,.25);top:auto;height:calc(100vh - 72px)}}@media screen and (max-width:767px){.Home_main_wrapper__bE1fu .Home_side_bar__wklfy{width:100%;height:auto;border-right:0;border-top:1px solid var(--border);top:auto;padding:0}}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy div.Home_mw-100__25qDM{width:350px!important;min-width:350px!important}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy .Home_location_select__I3WgA{background:var(--modal_input);padding:12px;border-radius:4px;margin-bottom:24px}@media screen and (max-width:991px){.Home_main_wrapper__bE1fu .Home_side_bar__wklfy .Home_location_select__I3WgA{margin-left:15px}}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy .Home_location_select__I3WgA label{font-size:12px;margin-bottom:4px}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy .Home_location_select__I3WgA h6{font-size:12px}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy .Home_location_select__I3WgA select{width:100%;background:transparent;font-size:14px;border:0;outline:none;padding:0 3px;overflow:hidden;text-overflow:ellipsis}@media screen and (max-width:768px){.Home_main_wrapper__bE1fu .Home_side_bar__wklfy .Home_location_select__I3WgA{position:fixed;inset:0;background:var(--modal_input)}}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul{height:calc(100vh - 350px);padding-right:15px;overflow-y:auto}@media screen and (max-width:767px){.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul{height:auto;padding:0;display:flex;align-items:center;justify-content:space-between}}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a{display:flex;align-items:center;gap:22px;color:var(--black1);font-size:16px;font-weight:400;text-decoration:none;padding:10px 6px;border-left:2.5px solid transparent;margin-bottom:12px;width:100%}@media screen and (max-width:991px){.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a{padding-left:12px;font-size:18px}}@media screen and (max-width:767px){.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a{border:0!important;background:transparent!important;padding:16px 22px;flex-direction:column;gap:4px;border-bottom:2px solid transparent!important;margin-bottom:0}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a span{display:none}}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a.Home_notification_link__iyx5E{gap:0}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a.Home_notification_link__iyx5E span{margin-left:22px}@media screen and (max-width:767px){.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a.Home_notification_link__iyx5E span{margin-left:4px}}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a.Home_notification_link__iyx5E [class*=count-badge]{--count-badge-ratio:18px;min-width:var(--count-badge-ratio);width:auto;height:auto;line-height:var(--count-badge-ratio);font-size:10px!important;padding:0 3.4px;text-align:center;border-radius:var(--count-badge-ratio);transform:translateY(calc(var(--count-badge-ratio) / -10))}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a.Home_active__Sh8rs{border-left:2.5px solid var(--primary);color:var(--primary);background:var(--chat_side_bar_li)}@media screen and (max-width:767px){.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a.Home_active__Sh8rs{filter:invert(29%) sepia(7%) saturate(5079%) hue-rotate(225deg) brightness(96%) contrast(89%);background:transparent}}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a.Home_active__Sh8rs img{opacity:1}@media screen and (max-width:767px){.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a.Home_active__Sh8rs{border-color:#000!important}}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy ul li a .Home_notif_badge__3RR8h{width:auto;min-width:21px;min-height:14px;border-radius:50%;background-color:var(--red);color:#fff;display:inline-block;font-size:14px;margin:0 0 0 auto;text-align:center;line-height:17px;padding:2px}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy .Home_account_sect__8uQzB{padding-top:30px}@media screen and (max-width:991px){.Home_main_wrapper__bE1fu .Home_side_bar__wklfy .Home_account_sect__8uQzB{padding-left:20px}}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy .Home_account_sect__8uQzB .Home_user_profile__nlYbT{width:46px;min-width:46px;height:46px;border-radius:50%}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy .Home_account_sect__8uQzB .Home_user_profile__nlYbT img{border-radius:50%}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy .Home_account_sect__8uQzB ol{display:flex;align-items:center;gap:9px;padding-top:16px;flex-wrap:wrap;line-height:12px}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy .Home_account_sect__8uQzB ol li a{color:var(--gray);font-size:12px;text-decoration:none}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy [class*=createEvent-btn] button{gap:4px}.Home_main_wrapper__bE1fu .Home_side_bar__wklfy [class*=createEvent-btn] span{font-size:16px;line-height:25px}.Home_main_wrapper__bE1fu .Home_main_wrapper_pages__UTXHB{padding:18px;width:calc(100% - 700px);min-width:auto;border-left:1px solid var(--border);border-right:1px solid var(--border);position:relative;z-index:4;margin-top:-56px;min-height:calc(100vh + 4px)}@media screen and (max-width:1200px){.Home_main_wrapper__bE1fu .Home_main_wrapper_pages__UTXHB{width:calc(100% - 620px);min-width:auto}}@media screen and (max-width:991px){.Home_main_wrapper__bE1fu .Home_main_wrapper_pages__UTXHB{padding:20px 20px 0 0;width:calc(100% - 300px);min-width:auto;border-left-width:0;margin-top:0;min-height:auto}}@media screen and (max-width:767px){.Home_main_wrapper__bE1fu .Home_main_wrapper_pages__UTXHB{padding:20px 0 0;width:100%;min-width:100%;margin:0;border:0}}.Home_main_wrapper__bE1fu .Home_main_wrapper_pages__UTXHB.Home_main_all_business_wrapper_pages__JGKC4{width:100%}.Home_main_wrapper__bE1fu .Home_main_wrapper_pages__UTXHB.Home_main_all_business_wrapper_pages__JGKC4 ul li{border:1px solid var(--border);border-radius:5px;padding:10px;margin-bottom:10px}.Home_main_wrapper__bE1fu .Home_main_wrapper_pages__UTXHB.Home_main_all_business_wrapper_pages__JGKC4 ul li h6{margin:10px 0!important}@media screen and (max-width:991px){.Home_main_wrapper__bE1fu .Home_main_wrapper_pages__UTXHB.Home_main_explore_wrapper_pages__FA_G2{width:calc(100% - 350px)}}@media screen and (max-width:767px){.Home_main_wrapper__bE1fu .Home_main_wrapper_pages__UTXHB.Home_main_explore_wrapper_pages__FA_G2{width:100%}}.Home_auth_header__d2KDq{padding-top:10px;margin-top:23px}@media screen and (max-width:767px){.Home_auth_header__d2KDq{padding:40px 10px 0;margin-top:0}}.Home_auth_header__d2KDq h6{text-align:center;color:var(--gray);font-size:20px;font-weight:400;line-height:26px}@media screen and (max-width:767px){.Home_auth_header__d2KDq h6{font-size:18px}}.Home_auth_header__d2KDq h6 a{color:var(--black1)}.Home_auth_header__d2KDq .Home_sign_up_steps_card__dVqBW{border-radius:12px 12px 0 0;border:1px solid var(--border);background:var(--card-bg);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);padding:20px 50px;display:flex;align-items:center;width:495px;height:85px;gap:12px;margin:0 auto 10px}@media screen and (max-width:767px){.Home_auth_header__d2KDq .Home_sign_up_steps_card__dVqBW{margin-top:10px;width:100%;height:auto;padding:10px 20px}}.Home_auth_header__d2KDq .Home_sign_up_steps_card__dVqBW a{width:28px;min-width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:static;background:var(--side_bar_li)}.Home_auth_header__d2KDq .Home_sign_up_steps_card__dVqBW h3{color:var(--black);font-size:16px;font-weight:500;line-height:26px}.Home_auth_header__d2KDq .Home_sign_up_steps_card__dVqBW .Home_sign_up_progress___zkQQ{width:40px;min-width:40px;height:40px;position:relative}@media screen and (max-width:575px){.Home_auth_header__d2KDq .Home_sign_up_steps_card__dVqBW .Home_sign_up_progress___zkQQ{width:40px;min-width:40px;height:40px}}.Home_auth_header__d2KDq .Home_sign_up_steps_card__dVqBW .Home_sign_up_progress___zkQQ span{width:40px!important;height:40px!important;border-radius:50%;border:1.5px solid var(--progress_line);background:var(--white);color:var(--black)}@media screen and (max-width:575px){.Home_auth_header__d2KDq .Home_sign_up_steps_card__dVqBW .Home_sign_up_progress___zkQQ span{width:40px!important;height:40px!important}}.Home_auth_header__d2KDq .Home_sign_up_steps_card__dVqBW .Home_sign_up_progress___zkQQ span svg{transform:scale(1.11);color:var(--primary)}.Home_auth_header__d2KDq .Home_sign_up_steps_card__dVqBW .Home_sign_up_progress___zkQQ span svg circle{stroke-width:1.5px}.Home_auth_header__d2KDq .Home_sign_up_steps_card__dVqBW .Home_sign_up_progress___zkQQ h6{color:var(--black);font-size:16px;font-weight:400;line-height:26px;position:absolute;top:calc(50% - 13px);left:0;right:0;margin:auto}@media screen and (max-width:575px){.Home_auth_header__d2KDq .Home_sign_up_steps_card__dVqBW .Home_sign_up_progress___zkQQ h6{font-size:16px}}@media screen and (max-width:767px){.Home_create_form_btn__xD_n3{position:fixed;z-index:1;bottom:115px;right:15px}.Home_create_form_btn__xD_n3 button{padding:0!important;width:50px!important;height:50px!important;border-radius:50%!important;box-shadow:0 0 10px rgba(0,0,0,.49)}.Home_create_form_btn__xD_n3 button span{display:none}}.Home_auth_logo__Kt80d{max-width:90%;margin:auto;padding:0 1.5rem}@media screen and (max-width:767px){.Home_auth_logo__Kt80d{max-width:100%;padding:0}}.Home_language_continue_btn__6TSqR{padding:62px 50px 50px}html[lang=ru] .Home_account_sect__8uQzB ol{flex-wrap:wrap!important}html[lang=ru] .Home_side_bar__wklfy ul{height:calc(100vh - 362px)}@media screen and (max-width:767px){html[lang=ru] .Home_side_bar__wklfy ul{height:auto}}html[lang=es] .Home_side_bar__wklfy ul{height:calc(100vh - 370px)}@media screen and (max-width:767px){html[lang=es] .Home_side_bar__wklfy ul{height:auto}}html[lang=es] .Home_account_sect__8uQzB ol{flex-wrap:wrap!important}html[lang=fr] .Home_side_bar__wklfy ul{height:calc(100vh - 370px)}@media screen and (max-width:767px){html[lang=fr] .Home_side_bar__wklfy ul{height:auto}}html[lang=fr] .Home_account_sect__8uQzB ol{flex-wrap:wrap!important}.profile_profile_wrapper__gcMrY{position:relative;min-height:calc(100vh - 93px);padding-bottom:30px}@media screen and (max-width:767px){.profile_profile_wrapper__gcMrY{display:block;min-height:auto}}.profile_profile_wrapper__gcMrY .profile_profile_head__rUt4_{display:flex;align-items:center;gap:17px;padding:0 18px 17px;margin:0 -18px 35px;border-bottom:1px solid var(--border);box-shadow:0 2px 4px rgba(0,0,0,.05);background:var(--white);z-index:1}.profile_profile_wrapper__gcMrY .profile_back_arrow__8qtY8{position:absolute;left:-360px;min-width:300px;margin-bottom:15px}@media screen and (max-width:991px){.profile_profile_wrapper__gcMrY .profile_back_arrow__8qtY8{position:relative;min-width:100px;left:0}}@media screen and (max-width:767px){.profile_profile_wrapper__gcMrY .profile_back_arrow__8qtY8{position:static;margin-bottom:20px}}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG{width:100%;min-height:calc(100vh - 125px);position:relative}@media screen and (max-width:1200px){.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG{width:100%;min-height:calc(100vh - 173px)}}@media screen and (max-width:767px){.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG{padding:10px;min-height:auto}}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj{width:100%;margin:0 auto 18px;color:var(--black1);position:relative}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj h3{margin-bottom:0;font-size:22px;font-weight:400;line-height:26px}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj h6{font-weight:500;line-height:22px}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj p{font-size:14px;font-style:normal;font-weight:400;line-height:22px}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj p a{color:#3c5eb6!important;font-size:14px;font-weight:400;line-height:22px;text-decoration:none}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj span{font-size:14px;font-weight:500;line-height:18px}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_profile__5deGr{width:110px;min-width:110px;height:110px;border-radius:50%}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_profile__5deGr img{border-radius:50%;object-fit:cover;object-position:top}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_profile__5deGr .profile_premium_badge__yKrgO{left:auto;right:0;top:0;width:35px;height:35px}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_edit_button__6so1g{border-radius:4px;background:var(--modal_input);border:0;padding:10px;position:absolute;right:0;top:-10px;border-radius:50%}@media screen and (max-width:767px){.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_edit_button__6so1g{top:-12px}}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj button{border-radius:4px;background:rgba(0,0,0,.1);border:0;padding:10px}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj button.profile_follow_btn__h8zjG{right:auto;left:30px;height:30px;min-width:102px}@media screen and (max-width:767px){.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj button.profile_follow_btn__h8zjG{left:auto;right:60px}}@media screen and (max-width:400px){.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj button.profile_follow_btn__h8zjG{min-width:90px}}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_other_profile_icon__PSOcn{position:absolute;right:0;top:-6px;z-index:1;background:var(--border);border-radius:50px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;gap:12px}@media screen and (max-width:767px){.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_other_profile_icon__PSOcn{top:-74px;padding:9px}}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_other_profile_icon__PSOcn span{font-size:20px;color:var(--black)}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_other_profile_icon__PSOcn button{position:static;min-width:auto!important}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_followers__YkVko{display:flex;align-items:center;gap:12px;padding:10px 18px;margin:24px -18px;border-bottom:1px solid var(--border)}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_followers__YkVko.profile_top_border__inl0t{border-top:1px solid var(--border)}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_followers__YkVko>div{display:flex;align-items:center;gap:6px;width:100%}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_followers__YkVko>div .profile_attendees_user_list__kj6w1{display:flex;align-items:center;justify-content:flex-end}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_followers__YkVko>div .profile_attendees_user_list__kj6w1 .profile_followers_profile__iIutw{width:24px;min-width:24px;height:24px;border-radius:50%;border:1px solid var(--white)}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_followers__YkVko>div .profile_attendees_user_list__kj6w1 .profile_followers_profile__iIutw:not(f:first-child){margin-left:-5px}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_followers__YkVko>div .profile_attendees_user_list__kj6w1 .profile_followers_profile__iIutw img{object-fit:cover;border-radius:50%}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_followers__YkVko>div span{font-size:14px}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_followers__YkVko>div:nth-child(2){justify-content:flex-end;border-left:1px solid var(--border)}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_user_details_content__wUHaj .profile_user_followers__YkVko .profile_btn_chat__kr2Yo{background:var(--border);min-width:50px;height:30px}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG hr{opacity:1;border-color:var(--border)}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_time_list_sect__dydfk{display:flex;align-items:flex-start;justify-content:space-between;padding:0 15px 12px;margin:-10px -15px 18px;border-bottom:1px solid rgba(25,27,45,.1)}@media screen and (max-width:420px){.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_time_list_sect__dydfk{font-size:12px;padding:0 0 12px}}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_Business_time_list__j1wpY{width:100%;margin:0 auto;max-width:300px}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_Business_time_list__j1wpY span{text-transform:capitalize;font-size:14px;margin-bottom:5px;display:inline-block}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_Business_time_list__j1wpY .profile_Business_time_day__VHenn{min-width:130px}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_profile_user_people_list__ekbYE ul a,.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_profile_user_people_list__ekbYE ul li{display:flex;align-items:center;gap:12px;overflow:hidden;padding:12px 0;cursor:pointer;color:var(--black1);text-decoration:none}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_profile_user_people_list__ekbYE ul a h6,.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_profile_user_people_list__ekbYE ul li h6{line-height:30px}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_profile_user_people_list__ekbYE ul a:first-child,.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_profile_user_people_list__ekbYE ul li:first-child{border-top:0;padding-top:0}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_profile_user_people_list__ekbYE ul a .profile_user_profile__5deGr,.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_profile_user_people_list__ekbYE ul li .profile_user_profile__5deGr{width:42px;min-width:42px;height:42px;border-radius:50%}@media screen and (max-width:767px){.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_profile_user_people_list__ekbYE ul a .profile_user_profile__5deGr,.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_profile_user_people_list__ekbYE ul li .profile_user_profile__5deGr{width:35px;min-width:35px;height:35px}}.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_profile_user_people_list__ekbYE ul a .profile_user_profile__5deGr img,.profile_profile_wrapper__gcMrY .profile_profile_card__37lSG .profile_profile_user_people_list__ekbYE ul li .profile_user_profile__5deGr img{border-radius:50%}.profile_profile_wrapper__gcMrY .profile_edit_profile__yTwFH{position:relative}.profile_profile_wrapper__gcMrY .profile_edit_profile__yTwFH .profile_premium_badge__yKrgO{position:absolute;right:-15px;top:-15px}.profile_profile_wrapper__gcMrY .profile_edit_profile__yTwFH .profile_upload_profile__N9H6K .profile_profile__PEA__{display:flex;align-items:center;gap:18px}@media screen and (max-width:575px){.profile_profile_wrapper__gcMrY .profile_edit_profile__yTwFH .profile_upload_profile__N9H6K .profile_profile__PEA__{flex-wrap:wrap;gap:0;justify-content:center}}.profile_profile_wrapper__gcMrY .profile_edit_profile__yTwFH .profile_upload_profile__N9H6K .profile_profile__PEA__ .profile_user_profile__5deGr{width:110px;min-width:110px;height:110px;border-radius:50%;background:var(--modal_input);-webkit-backdrop-filter:blur(7.5px);backdrop-filter:blur(7.5px);margin:0 0 20px}.profile_profile_wrapper__gcMrY .profile_edit_profile__yTwFH .profile_upload_profile__N9H6K .profile_profile__PEA__ .profile_user_profile__5deGr .profile_icon__ntYUA{right:0;margin:auto}.profile_profile_wrapper__gcMrY .profile_edit_profile__yTwFH .profile_upload_profile__N9H6K .profile_profile__PEA__ .profile_user_profile__5deGr img{border-radius:50%}.profile_profile_wrapper__gcMrY .profile_edit_profile__yTwFH .profile_upload_profile__N9H6K .profile_profile__PEA__ .profile_user_profile__5deGr .profile_upload_icon__t8sEI{border:1px solid var(--border);background:#000;width:30px;min-width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;left:auto;right:10px;bottom:0;overflow:hidden;top:auto}.profile_profile_wrapper__gcMrY .profile_edit_profile__yTwFH .profile_upload_profile__N9H6K .profile_profile__PEA__ .profile_user_profile__5deGr .profile_upload_icon__t8sEI img{border-radius:0}.profile_profile_wrapper__gcMrY .profile_edit_profile__yTwFH .profile_upload_profile__N9H6K .profile_profile__PEA__ .profile_user_profile__5deGr .profile_upload_icon__t8sEI input{position:absolute;width:560%;height:100%;left:-100px;right:0;opacity:0;cursor:pointer}.profile_profile_wrapper__gcMrY .profile_edit_profile__yTwFH .profile_change_email_btn___75A8{font-size:14px;padding:5px 8px;min-width:auto}.profile_profile_wrapper__gcMrY .profile_content_management_page__gzGtt h6{color:var(--black1);font-size:20px;font-weight:400;line-height:22px;margin-bottom:12px}.profile_profile_wrapper__gcMrY .profile_content_management_page__gzGtt p{font-size:14px;font-weight:400;line-height:22px;margin-bottom:12px}.profile_business_info_modal__SYu_i ul{list-style-type:disc;padding:5px 0 20px 20px}.profile_business_info_modal__SYu_i ul li{margin-bottom:8px;font-size:14px}.profile_user_report_list__kXwRc .profile_user_desc__9Nd1D{position:relative;margin-bottom:20px}.profile_user_report_list__kXwRc label{font-family:Poppins,sans-serif!important;font-size:14px!important;font-weight:400!important;letter-spacing:normal!important}.profile_unfollow_icon__GD3Sl{background:red}.profile_setup_business_sect__hyWMk ul{margin-bottom:50px}.profile_setup_business_sect__hyWMk ul li{display:flex;align-items:center;gap:10px;margin-bottom:12px}.profile_setup_business_sect__hyWMk ul li div{margin-right:auto}.profile_setup_business_sect__hyWMk ul li div:not(:first-child){max-width:180px;margin:initial}.profile_setup_business_sect__hyWMk button{min-width:150px}.profile_interest_select__UqXEL{border:1px solid var(--input_border);background-color:var(--input_bg);padding:10px;border-radius:4px}.profile_interest_select__UqXEL .profile_interest_badge__ewD_J{border:1px solid var(--side_bar_li);border-radius:4px;padding:4px 10px;font-size:14px;color:var(--black);display:flex;align-items:center;gap:10px}.profile_live_tag__SzNM3{background:#f24d4d;width:-moz-fit-content;width:fit-content;height:18px;font-size:12px;line-height:18px;color:#fff;text-align:center;padding:0 8px;border-radius:4px;top:auto;bottom:-12px;left:0;right:0;margin:0 auto;cursor:pointer;position:absolute;z-index:1}.profile_report_textarea__2LZRf{width:100%;border-radius:10px;background:#fff;border:1px solid rgba(25,27,45,.1);padding:8px}.profile_report_textarea__2LZRf textarea{width:100%;overflow-y:auto;border:none;color:#000;background:none;outline:none;padding-bottom:0!important;min-height:30px!important}.profile_unfollow_dialog__DpILw [class*=modal-content]{max-width:393px;margin:auto}@media screen and (max-width:575px){.profile_unfollow_dialog__DpILw [class*=modal-content]{max-width:100%}}.profile_verified_badge__YUv8J{width:17px!important;height:17px!important;left:calc(100% - 14px)!important;top:-2px!important;position:absolute;z-index:1}.profile_post_time_badge_active__zqYb6{display:inline-block;margin-top:2px;font-size:13px;padding:0 9px;border-radius:50px;color:var(--black)}.profile_event_anlytics__goDac{display:flex;gap:30px;justify-content:space-between}.profile_event_anlytics__goDac h4{font-size:18px!important;font-weight:500!important;text-align:center}.profile_event_anlytics__goDac p{font-size:14px!important;font-weight:400!important;margin-bottom:0;text-align:center}.profile_event_anlytics__goDac .profile_anlytics_box__YBSg9{display:flex;flex-direction:column;justify-content:center;align-items:center}.profile_event_anlytics__goDac .profile_anlytics_box__YBSg9 .profile_anlytics_icon__b55ql{height:40px;width:40px;justify-content:center;align-items:center;margin:0 auto;display:flex}.profile_event_anlytics_container__pnGv2{display:flex;gap:30px;margin-bottom:15px}.profile_event_anlytics_container__pnGv2 p{margin-bottom:0;font-size:14px;color:var(--gray)}.profile_event_anlytics_container__pnGv2 h3{margin-bottom:0!important;font-size:18px;color:var(--black)}.profile_event_anlytics_container__pnGv2 .profile_icon_div__EET2T{height:54px;width:54px;border-radius:50%;background:#fff;display:flex;justify-content:center;align-items:center;min-width:54px}.profile_event_anlytics_container__pnGv2 .profile_post__uDF_c{border:1px solid rgba(0,0,0,.1);background:#d6cff0;width:100%;padding:15px;border-radius:8px;display:flex;gap:15px;align-items:center}.profile_event_anlytics_container__pnGv2 .profile_post_view__lhrqk{background:#fad59e;border:1px solid rgba(0,0,0,.1);width:100%;padding:15px;border-radius:8px;display:flex;gap:15px;align-items:center}html[lang=ru] button.profile_follow_btn__h8zjG{min-width:120px!important}html[lang=es] button.profile_follow_btn__h8zjG{min-width:123px!important}html[lang=fr] button.profile_follow_btn__h8zjG{min-width:115px!important}