: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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.badge_badge__BHeKC,.badge_badgemini__rPHzN{background:linear-gradient(90deg,#cad0ff,#e3e3e3);border-radius:1000%;width:max-content;height:max-content;padding:.5rem .8rem;font-size:.75rem;margin-right:.5rem;color:#0a0f20}.badge_badgemini__rPHzN{padding:.2rem .4rem}.popUp_popup__VFBGR{width:-moz-fit-content;width:fit-content;overflow-x:hidden;background:linear-gradient(90deg,#cad0ff,#e3e3e3)}.popUp_record2__d8bf5,.popUp_record__4_opR,.popUp_upload__Vl4H0{display:flex;padding:.5rem;border:none;color:#0a0f20}.popUp_record2_icon__DDJek,.popUp_record_icon__4i1Ij,.popUp_upload_icon__ZmbLy{margin-right:.5rem}.popUp_record2__d8bf5{padding:.2rem;background:none}.popUp_record2_icon__DDJek{margin-right:0;color:#0a0f20;border:none}.popUp_share__zdaeD{max-width:100%}.popUp_share_title__W97on{font-size:1rem;font-weight:900;margin:.5rem 0 2rem}.popUp_share_title_span__5T4Ho{margin-left:.5rem;color:linear-gradient(90deg,#cad0ff,#e3e3e3)}.popUp_share_maillist__Yz0iR{display:flex;flex-wrap:wrap;margin:1rem .2rem}.popUp_share_maillist_ml__GuIBK{display:flex;background:linear-gradient(90deg,#cad0ff,#e3e3e3);color:#0a0f20;max-width:-moz-fit-content;max-width:fit-content;padding:.2rem;border-radius:.3rem;margin-right:.2rem;font-size:.875rem}.popUp_share_maillist_ml_icon__EU9u_{margin-top:.2rem;margin-right:.2rem}.popUp_share_inputml__mW_8G{width:100%;display:flex;align-items:center}.popUp_share_inputml_box__1rKwT{padding:.6rem .8rem;background:none;flex:1 1;color:#fff;border-radius:.5rem;border:.1px solid #d3d6e3}.popUp_share_inputml_invite__PhAU3{background:linear-gradient(90deg,#cad0ff,#e3e3e3);border:none;font-size:.875rem;color:#0a0f20;padding:.5rem 1rem;border-radius:.3rem;margin-left:.5rem}.popUp_share_msg__QzsoA{margin:.5rem 0;display:flex;flex-direction:column;align-items:flex-end}.popUp_share_msg_box__hHZZa{width:100%;display:flex;align-items:center}.popUp_share_msg_box_input__yBJpr{padding:.6rem .8rem;min-height:3rem;background:none;flex:1 1;color:#fff;border-radius:.5rem;border:.1px solid #d3d6e3}.popUp_share_msg_actions__31z_f{margin:.5rem 0;align-items:flex-end}.popUp_share_msg_actions_cancel__ocaZB,.popUp_share_msg_actions_invite__zMPX7{background-color:#071229;border:none;font-size:.875rem;color:#fff;padding:.5rem 1rem;border-radius:.3rem;margin-left:.5rem}.popUp_share_msg_actions_invite__zMPX7{background:linear-gradient(90deg,#cad0ff,#e3e3e3);color:#0a0f20}.popUp_share_access__tUrOR{margin:1rem 0;border-top:.1rem solid #343b5b;padding-top:1rem}.popUp_share_access_anyone__J8wWt,.popUp_share_access_org__llkXK{display:flex;margin:.5rem 0;justify-content:space-between}.popUp_share_access_anyone_profile__Rx63C,.popUp_share_access_org_profile__cIDoL{display:flex}.popUp_share_access_anyone_profile_title__O97JF,.popUp_share_access_org_profile_title__zK7mR{margin:.4rem 1rem 0 .2rem;font-size:.875rem}.popUp_share_access_anyone_select__kS2Gu,.popUp_share_access_org_select__s7WwE{background-color:#071229;border:none;color:#fff;padding:0 1rem}.popUp_share_actions__14BSB{border-top:.1rem solid #343b5b;padding-top:1rem}.popUp_share_actions_copy__w_Qwz,.popUp_share_actions_save__GTIqx{background-color:#071229;border:none;font-size:.875rem;color:#fff;padding:.5rem 1rem;border-radius:.3rem;margin-right:.5rem}.popUp_container__ktQLm{position:relative}.popUp_popover__SUAxE{position:absolute;top:2%;left:100%;z-index:9999;background:linear-gradient(90deg,#cad0ff,#e3e3e3);box-shadow:0 0 10px rgba(0,0,0,.2);padding:10px;border-radius:4px;width:max-content;max-height:200px;overflow:auto}.header_header__A5I_i,.header_headermini__JZ5bu{background-color:#0a0f20;color:#d3d6e3;font-size:.875rem;height:calc(100vh - 26px);display:flex;justify-content:space-between;flex-direction:column;padding:.8rem;position:relative}.header_header_profile__MAP4h,.header_headermini_profile___ztY4{display:flex;justify-content:space-between;padding:.4rem;margin:.4rem 0 2.5rem}.header_header_profile_team__MJPG7,.header_headermini_profile_team__ODVmt{display:flex;justify-content:center;align-items:center}.header_header_profile_team_tag__suoj3,.header_headermini_profile_team_tag__y1C_N{margin-right:.5rem;background-color:blue;padding:.2rem .42rem;border-radius:.2rem;font-weight:bolder;color:#fff}.header_header_profile_team_tag_name__xWaE_,.header_headermini_profile_team_tag_name__iYB5_{color:#fff;border:none;text-decoration:none;font-weight:900;font-size:1rem;background-image:linear-gradient(90deg,#ff89be,#689fd0);background:linear-gradient(90deg,#01dbff,#cac3f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.header_header_profile_name__EZfOz,.header_headermini_profile_name__Jp7y0{background-color:linear-gradient(90deg,#cad0ff,#e3e3e3);padding:.2rem .42rem;border-radius:.2rem;font-weight:bolder;border:none;color:#fff}.header_header_new_btn__lW9Ac,.header_headermini_new_btn__qkt6U{background-color:#0a0f20;background:linear-gradient(90deg,#cad0ff,#e3e3e3);color:#0a0f20;padding:.5rem;margin:1.5rem 0;font-weight:700;display:flex;align-items:center;border-radius:.5rem;border:none;width:100%}.header_header_link__IBmVx,.header_header_link_invite__Btmn_,.header_headermini_link__q5Qda,.header_headermini_link_invite__aup3x{font-weight:400;margin:.5rem;display:flex;align-items:center;text-decoration:none;color:#d3d6e3}.header_header_link_invite_logo__K0DHa,.header_header_link_logo__e9qdh,.header_headermini_link_invite_logo__RnLWy,.header_headermini_link_logo__Y_zkv{scale:1.2;margin-right:.8rem}.header_header_link_active___N9nd,.header_header_link_invite_active__fl6kz,.header_headermini_link_active__QS8jM,.header_headermini_link_invite_active__eWiNu{color:#fff;font-weight:400;background-color:#343b5b;padding:.5rem;margin:-.2rem 0;border-radius:.5rem;display:flex;text-decoration:none;align-items:center}.header_header_teams__kvL7e,.header_headermini_teams__Pptv6{margin-top:2rem;padding:0 .5rem}.header_header_teams_tag__aES6X,.header_headermini_teams_tag__ClSMt{font-size:.875rem;color:#989eb9;margin-bottom:1rem}.header_header_teams_p_list__Tuh0U,.header_headermini_teams_p_list__MNqTt{display:flex;justify-content:space-between;align-items:center;text-decoration:none;color:#d3d6e3}.header_header_teams_p_list_name__W0o2O,.header_headermini_teams_p_list_name__6uk_U{display:flex;margin:.35rem 1rem;align-items:center;color:#d3d6e3;font-weight:400;text-decoration:none}.header_header_teams_p_list_name_icon__P_l4a,.header_headermini_teams_p_list_name_icon__exZBU{margin:0 .5rem;color:#ff4500}.header_header_teams_p_list_name_icon_d__NHq7P,.header_headermini_teams_p_list_name_icon_d__lUlZs{margin:0 .5rem;color:#ff0}.header_header_teams_p_list_name_icon_p__5AGJ6,.header_headermini_teams_p_list_name_icon_p__b1gvP{margin:0 .5rem;color:#fff}.header_header_teams_list__PvGTt,.header_headermini_teams_list__teQJK{display:flex;justify-content:space-between;align-items:center}.header_header_teams_list_name__Y7W9h,.header_headermini_teams_list_name__H69AI{display:flex;margin-bottom:.5rem;margin-top:0;align-items:center;color:#fff;font-weight:400}.header_header_teams_list_name_a__ImYr7,.header_headermini_teams_list_name_a__oSN8p{font-weight:400;display:flex;align-items:center;color:#989eb9}.header_header_teams_list_name_a_icon__SIJJN,.header_headermini_teams_list_name_a_icon__YCZI9{margin:1rem .4rem;scale:1.2}.header_header_teams_list_name_icon__4x1Ek,.header_headermini_teams_list_name_icon__QxM0d{margin:0 .8rem;color:#1e90ff}.header_headermini_new__NFvK5{align-items:center}.header_headermini_new_btn__qkt6U{align-items:center;padding:.5rem;margin:1.5rem 0;width:auto}.header_headermini_link__q5Qda{margin:1rem 0 0 .5rem;padding:0;align-items:center}.header_headermini_link_active__QS8jM{margin:1rem 0}.header_headermini_link_logo__Y_zkv{margin:0}.header_logout__rDOty{margin:2rem .5rem .5rem;background-color:#343b5b;background:linear-gradient(90deg,#cad0ff,#e3e3e3);padding:1rem;border:none;border-radius:.5rem}.header_logout_banner__YoYy1{display:flex;margin:1rem 0;color:#0a0f20;font-weight:800;text-align:center;font-size:.875rem}.header_logout_banner_name__1xCcc{font-size:.875rem;display:flex;margin:0 .5rem;align-items:center;justify-self:center}.header_logout_out__u6rcb{width:100%;margin:0 auto;background:none;border:.1rem solid #0a0f20;border-radius:.5rem;padding:.5rem;font-size:.75rem}.header_container__cv77f{position:relative}.header_popover__hQt55{position:absolute;top:2%;left:100%;z-index:9999;background-color:linear-gradient(90deg,#cad0ff,#e3e3e3);box-shadow:0 0 10px rgba(0,0,0,.2);padding:10px;border-radius:4px;width:max-content;max-height:200px;overflow:auto}@media(max-width:768px){.header_header__A5I_i{background-color:transparent}.header_header_link_invite__Btmn_,.header_header_new_btn__lW9Ac{display:none}}.page_shared__B4y69{background-color:#030a1c;min-height:100vh;color:#fff}.page_shared_headline__dTBVo{display:flex;align-items:center;padding:1.407rem 2rem;justify-content:space-between}.page_shared_headline_name__z9OHz{font-weight:400;display:flex;align-items:center}.page_shared_headline_name_header_icon__7dC4g{display:none}.page_shared_headline_name_icon__0gdM7{scale:1.2;margin:0 .6rem}.page_shared_list__QsXlI{height:100%;display:flex;flex-direction:column;align-items:center;padding-top:1rem}.page_shared_list_card__nFJI8{width:52%;color:#fff;text-decoration:none;margin:.5rem;border-radius:.5rem;display:flex;background-color:#071229}.page_shared_list_card_img__uiRZm{width:10rem;height:auto;object-fit:contain;box-sizing:border-box;border-radius:.5rem}.page_shared_list_card_flex__SCKGE{display:flex;width:100%;flex-direction:column;margin:1rem}.page_shared_list_card_flex_name__88_7Y{font-size:.875rem;margin:1rem 0}.page_shared_list_card_flex_dt__dhwec{display:flex;font-size:.75rem;justify-content:space-between}.page_shared_list_card_flex_dt_lf__cAud2{display:flex;align-items:center}.page_shared_list_card_flex_dt_lf_icon___9J2f{background-color:#ff4500;padding:.2rem .4rem;border-radius:1000%;margin-right:.4rem}.page_shared_list_card_flex_dt_lf_name__7tyHr{margin-right:.4rem}.page_shared_list_card_flex_dt_lf_time__Uew71{color:#d3d6e3}.page_shared_list_card_flex_dt_rt__8x5So{display:flex;align-items:center;color:#d3d6e3}.page_shared_list_card_flex_dt_rt_cnt__QJ8BZ{margin-right:.5rem}.page_shared_list_card_flex_dt_rt_cnt_icon__MKjzK{scale:1.5;margin-right:.3rem}.page_shared_list_card_flex_dt_rt_cnt_icon_2__paTvk{scale:1.2;margin-right:.3rem}.page_inbox__klj2R{align-items:center;padding:2rem;height:100%;color:#fff}.page_inbox_card__ijJU1{display:flex;justify-content:space-between;text-decoration:none;color:#d3d6e3;align-items:center;padding:.4rem;border-radius:.5rem}.page_inbox_card__ijJU1:hover{background-color:#0a0f20}.page_inbox_card_title__8RoUh{display:flex;align-items:center;flex-grow:1;color:#d3d6e3}.page_inbox_card_title_time__L0pDS{font-size:.875rem;margin-left:.5rem;color:#989eb9}.page_inbox_card_flex__AuEHS{display:flex}.page_inbox_card_flex_author__tC2Lp{display:flex;align-items:center;margin-right:4rem}.page_inbox_card_flex_author_badge__9oak5{background-color:#ff4500;border-radius:1000%;padding:.2rem .5rem;font-size:.75rem;margin-right:.5rem}.page_inbox_card_flex_author_name__uLGm4{font-size:.875rem}.page_inbox_card_flex_date__G9jll{margin-right:1rem;font-size:.75rem;color:#989eb9}.page_inbox_card_flex_delete_icon__JMWgv{color:#989eb9;scale:1.2;padding-top:.4rem}.page_empty__7B6RN{display:flex;justify-content:center;margin-top:4rem;height:100vh;font-weight:400;color:#d3d6e3}.page_empty_span__seAzy{color:linear-gradient(90deg,#cad0ff,#e3e3e3);padding-left:1rem;background-image:linear-gradient(90deg,#ff89be,#689fd0);background:linear-gradient(90deg,#01dbff,#cac3f9);-webkit-background-clip:text;-webkit-text-fill-color:transparent}@media(max-width:768px){.page_shared_headline_name_icon__0gdM7{scale:1;margin:0 .4rem}.page_shared_headline_name_headericon__eCwCW{display:block}.page_shared_list_card__nFJI8{width:80%}.page_shared_list_card_img__uiRZm{width:50%;height:auto;object-fit:cover}.page_shared_list_card_flex_name__88_7Y{font-size:.75rem;margin:.5rem 0}.page_shared_list_card_flex_dt__dhwec{font-size:.625rem}.page_shared_list_card_flex_dt_lf_icon___9J2f{padding:.1rem .3rem;margin-right:.2rem}.page_shared_list_card_flex_dt_lf_time__Uew71{display:none}.page_shared_list_card_flex_dt_lf_name__7tyHr{margin-right:.2rem}.page_empty__7B6RN{display:flex;justify-content:center;width:80%;margin:0 auto}.page_inbox_card__ijJU1{display:flex;flex-direction:column}.page_inbox_card_title__8RoUh{font-size:.875rem;margin-right:.8rem;margin-bottom:.8rem}.page_inbox_card_flex__AuEHS{display:flex;justify-self:start;align-self:start}.page_inbox_card_flex_author__tC2Lp{align-items:center;display:flex}.page_inbox_card_flex_author_badge__9oak5,.page_inbox_card_flex_author_name__uLGm4{font-size:.75rem}.page_inbox_card_flex_delete_icon__JMWgv{color:#989eb9;scale:1.1;padding-top:.4rem}}