: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: rgba(255, 255, 255, .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( to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,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:translate(-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:translate(-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-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;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 #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;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__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;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--light,.Toastify__toast-theme--colored.Toastify__toast--default{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--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{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;-ms-flex-item-align:start;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:hover,.Toastify__close-button:focus{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:initial;transform-origin:right;border-bottom-left-radius:initial;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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}body{margin:auto;font-family:-apple-system,BlinkMacSystemFont,sans-serif;overflow:auto;background:linear-gradient(315deg,rgba(101,0,94,1) 3%,rgba(60,132,206,1) 38%);animation:gradient 15s ease infinite;background-size:400% 400%;background-attachment:fixed}@keyframes gradient{0%{background-position:0% 0%}50%{background-position:100% 100%}to{background-position:0% 0%}}.wave{background:rgb(255 255 255 / 25%);border-radius:1000% 1000% 0 0;position:fixed;width:200%;height:12em;animation:wave 10s -3s linear infinite;transform:translateZ(0);opacity:.8;bottom:0;left:0;z-index:-1}.wave:nth-of-type(2){bottom:-1.25em;animation:wave 18s linear reverse infinite;opacity:.8}.wave:nth-of-type(3){bottom:-2.5em;animation:wave 20s -1s reverse infinite;opacity:.9}@keyframes wave{2%{transform:translate(1)}25%{transform:translate(-25%)}50%{transform:translate(-50%)}75%{transform:translate(-25%)}to{transform:translate(1)}}h3{font-weight:600;color:#495057;margin-top:0}svg{cursor:pointer}.MuiTypography-root,.MuiButton-root{font-family:Nunito,sans-serif!important}.split-page{display:flex;height:100vh}.file-icon{font-size:40px;color:#888;margin-bottom:5px}.content-page{justify-content:center;align-items:center;height:100vh;flex-grow:1;overflow-y:scroll;background-color:#f5f7fb;padding:0 24px}.content-page::-webkit-scrollbar{width:10px}.content-page::-webkit-scrollbar-thumb{background:#c4ccdbb2;border-radius:10px}.content-header{align-items:center;justify-content:space-between}.content-header button{background-color:#7269ef;color:#fff;border:none;border-radius:5px;padding:10px 20px;font-size:14px;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;gap:5px}.content-header button:hover{background-color:#5c51d0}.content-title{color:#495057;font-weight:600}.content-container{text-align:center;padding:0 20px}.content-box-container{display:flex;flex-direction:row;justify-content:space-between;width:100%}.content-box{background-color:#fff;padding:20px;border-radius:5px;box-shadow:0 0 4px #0f223a1f;margin-bottom:24px;width:850px}.content-box-sub{background-color:#fff;padding:20px;border-radius:5px;box-shadow:0 0 4px #0f223a1f;flex:1;margin:0 24px 24px 0}._block_1cyqr_1{background-color:#fff;border-radius:8px;padding:24px 26px}._body_1cyqr_7{display:flex;flex-direction:column}._title_1cyqr_12{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#000;text-align:center;font-size:1.8rem;margin-bottom:24px;max-width:800px;justify-self:center}._block_1o0zl_1{display:flex;flex-direction:column}._body_1o0zl_6{display:flex;align-items:center;background-color:#e4e9f3;border-radius:4px;gap:10px;padding:0 10px;width:100%}._block_1o0zl_1 input,._block_1o0zl_1 textarea{background-color:transparent;height:2.5rem;border:none;color:#000;outline:none;font-size:17px;resize:none;flex:1;width:100%;&:disabled{color:#818181}}._block_1o0zl_1 input::placeholder{font-size:14px;color:#999}._block_1o0zl_1 input:-webkit-autofill,._block_1o0zl_1 input:-webkit-autofill:hover,._block_1o0zl_1 input:-webkit-autofill:focus,._block_1o0zl_1 input:-webkit-autofill:active{transition:background-color 99999s ease-in-out 0s}._block_1o0zl_1 textarea{padding:10px 0;height:155px}._title_1o0zl_53{color:#616161;margin-bottom:10px}._block_1m53n_1{border-radius:5px;padding:10px 20px;font-size:14px;cursor:pointer;transition:background-color .3s ease;display:flex;align-items:center;justify-content:center;gap:5px;border:none;outline:none}._primary_1m53n_15{background-color:#7269ef;color:#fff}._primary_1m53n_15:hover{background-color:#5c51d0}._secondary_1m53n_24{background-color:transparent;color:#6357e6;font-weight:600}._secondary_1m53n_24:hover{background-color:#6357e620}._block_1m53n_1:disabled{background-color:#00000030}._block_l3cjy_1{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#00b5ff;text-decoration:underline}._body_niwdf_1{display:flex;flex-direction:column;gap:20px;width:30rem}._submit_niwdf_9{& button{width:100%;font-size:16px;font-family:Nunito,"sans-serif"}}._error_niwdf_19{color:brown}._links_niwdf_23{display:flex;align-items:center;justify-content:space-between}._block_1mnes_1{display:flex}._body_1mnes_5{flex:1;background-color:#f5f7fb;display:flex;flex-direction:column;height:100vh;overflow-y:auto}._partner_code_1mnes_14{position:absolute;right:3%;top:2%}._block_1i9f5_1{width:200px;min-width:200px;height:100vh;background-color:#fff;box-shadow:0 2px 4px #0f223a1f;display:flex;flex-direction:column;padding:10px 0 15px;box-sizing:border-box;z-index:1299}._block_1i9f5_1 svg{cursor:pointer;font-size:1.7rem}._header_1i9f5_20{position:relative;display:flex;flex-direction:column;align-items:center;margin:0 auto 25px}._avatar_1i9f5_28{cursor:pointer}._logout_1i9f5_32{position:absolute!important;top:50%!important;left:100%!important;transform:translate(10%,-50%)!important;background-color:#e6ebf5!important;color:#495057!important;border:none!important;border-radius:5px!important;padding:5px 10px!important;font-size:.875rem!important;cursor:pointer!important;transition:background-color .3s ease!important}._logout_button_1i9f5_47:hover{background-color:#d5d9e2!important}._items_1i9f5_51,._channels_section_1i9f5_59,._chat_section_1i9f5_59,._settings_section_1i9f5_59{display:flex;flex-direction:column;width:100%}._channels_section_header_1i9f5_65{display:flex;align-items:center;justify-content:space-between;padding-right:10px}._add_channel_button_1i9f5_72{color:#6f7178}._add_channel_button_1i9f5_72:hover{color:#3a76f5}._menu_item_1i9f5_81,._channel_item_1i9f5_81{display:flex;align-items:center;padding:15px;cursor:pointer}._menu_item_1i9f5_81 span,._channel_item_1i9f5_81{margin-left:10px}._menu_item_1i9f5_81:hover,._active_1i9f5_96,._channel_item_1i9f5_81:hover{background-color:#e6ebf5}._menu_item_1i9f5_81._non_hoverable_1i9f5_104:hover{background-color:transparent!important}._block_agfoj_1{display:flex;align-items:center;padding:15px;cursor:pointer;gap:10px;color:#000;&:hover{background-color:#e6ebf5}}._icon_agfoj_14{display:flex;align-items:center;justify-content:center}._block_agfoj_1>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._active_agfoj_26{background-color:#e6ebf5}._block_17qbm_1{display:flex;align-items:center;&:hover{background-color:#e6ebf5}cursor:pointer;padding-inline:15px}._link_17qbm_11{color:#000;flex:1;padding-block:15px}._body_17qbm_18{display:flex;align-items:center;gap:10px}._add_button_17qbm_24{display:block;color:#6f7178;padding:0 1px}._add_button_17qbm_24:hover{color:#3a76f5}._block_ozide_1{position:absolute;width:100vw;height:100vh;background-color:#00000030;top:0;left:0;display:flex;align-items:center;justify-content:center;z-index:99999}._block_1mmzp_1{position:absolute;background-color:#fff;width:fit-content;padding:10px;border-radius:8px;box-shadow:0 0 5px #00000030}._item_1mmzp_10{display:flex;align-items:center;gap:8px;border-radius:4px;padding:2px 10px;cursor:pointer;font-size:14px}._item_1mmzp_10 svg{width:20px}._item_1mmzp_10:hover{background-color:#00000020}._block_12ysx_1{position:absolute;width:100vw;height:100vh;background-color:#00000030;top:0;left:0;display:flex;align-items:center;justify-content:center;z-index:99999}._body_12ysx_14{display:flex;justify-content:center;gap:20%;margin-top:40px}._body_12ysx_14 button{padding:10px 20px;border:none;cursor:pointer;font-size:18px;border-radius:4px;transition:background-color .3s ease-in-out}._body_12ysx_14 button[name=yes]{background-color:#008500a6;color:#fff;&:hover{background-color:#008500bf}}._body_12ysx_14 button[name=no]{background-color:#c50024bf;color:#fff;&:hover{background-color:#c50024}}._body_1hohq_1{width:36rem;display:flex;flex-direction:column;gap:20px}._messengers_1hohq_9{display:flex;flex-direction:column;gap:10px;&>div{display:flex;gap:30px;align-items:center}&>div>p{width:40rem}}._main_1hohq_26{flex:1}._close_1hohq_30{display:flex;justify-content:flex-end}._block_1nixq_1{border-radius:6px;border:1px solid #00000030;background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:20px;font-size:16px;padding:20px;width:100%;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease,border 0s ease;&:hover{transform:translateY(-4px);box-shadow:0 4px 12px #0003}& svg{width:36px;height:36px}}._block_1d9g2_1{flex:1;display:flex;align-items:center;justify-content:center}._block_kflze_1{text-align:center;padding:0 20px;& h2{font-size:3.4rem;margin:40px 0 20px}& p{font-size:25px;color:#495057;margin-bottom:40px}}._large_button_kflze_16{transform:scale(2)}._block_remqy_1{flex:1;background-color:#f5f7fb}._block_89ubx_1{width:320px;height:100vh;background-color:#f5f7fb;display:flex;flex-direction:column;color:#495057;box-shadow:inset 0 -2px 4px #0f223a1f}._header_89ubx_11{display:flex;align-items:center;justify-content:space-between;padding:24px}._actions_89ubx_18{display:flex;gap:20px}._list_89ubx_23{flex-grow:1;overflow-y:auto;margin:20px 0;display:flex;flex-direction:column;gap:8px}._support_89ubx_32{display:flex;align-items:center;justify-content:center;padding:16px 0;border-top:1px solid #d9d8dd;& a{background-color:#7269ef;color:#fff;padding:10px;border-radius:8px;cursor:pointer;text-decoration:none}}._search_89ubx_49{margin:0 20px}._popover_1m58w_1{width:250px;max-height:300px;overflow-y:auto;border-radius:10px;box-shadow:0 2px 4px #0003;padding:10px;background-color:#fff;gap:8px;display:flex;flex-direction:column}._item_1m58w_14{padding:10px;border-radius:5px;background-color:#f5f7fb;transition:background-color .3s ease;color:#495057;margin-bottom:10px}._item_1m58w_14:hover{background-color:#e6ebf5;cursor:pointer}._item_1m58w_14 ._empty_1m58w_28{text-align:center;color:#7a7f9a}._item_1m58w_14 ._chat_name_1m58w_34{font-weight:700}._item_1m58w_14 ._chat_text_1m58w_38{font-weight:400}._reset_text_1m58w_43{cursor:pointer;color:#d53630}._block_15qql_1{display:flex;justify-content:space-between;align-items:center;padding:14px;margin:0 12px;cursor:pointer;border-radius:8px;&:hover{background-color:#e6ebf5}}._body_15qql_14{display:flex;align-items:center;gap:10px}._title_15qql_19{display:flex;flex-direction:column;width:150px;&>*{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}._name_15qql_29{color:#495057;font-size:12px;font-weight:600;margin-bottom:0;margin-left:14px}._last_message_15qql_37{font-size:12px;margin-top:0;margin-left:14px;color:#7a7f9a}._time_15qql_44{font-size:11px;color:#7a7f9a}._selected_15qql_48{background-color:#e6ebf5}._block_1gxcu_1{position:relative}._input_1gxcu_5{cursor:pointer;display:flex;align-items:center;justify-content:space-between;background-color:#e4e9f3;border-radius:4px;gap:10px;padding:0 10px;width:100%;height:2.5rem}._items_1gxcu_18{position:absolute;background-color:#fff;display:flex;flex-direction:column;width:100%;border-bottom-right-radius:8px;border-bottom-left-radius:8px;padding:10px;box-shadow:0 10px 28px #00000030;z-index:1;&>*{cursor:pointer;padding:4px 10px;border-radius:4px}&>*:hover{background-color:#00000020}}._title_1gxcu_41{color:#616161;margin-bottom:10px}._phone_suxno_1{display:flex;align-items:end;&>div{flex:1}& button{height:40px;border-bottom-left-radius:0;border-top-left-radius:0;width:50px;padding:0}&:has(button){flex:1;&>div>div{border-bottom-right-radius:0;border-top-right-radius:0}}}._body_suxno_27{width:28rem;display:flex;flex-direction:column;gap:20px}._message_suxno_34{display:flex;align-items:end;gap:20px;& div{flex:1}& label{display:flex;align-items:center;justify-content:center;background-color:#e4e9f3;padding:5px;border-radius:4px;width:40px;height:40px}}._buttons_suxno_55{display:flex;gap:20px}._submit_suxno_60{flex:1;& button{width:100%}}._block_1vr4z_1{display:flex;flex-wrap:wrap;gap:15px;padding:0 15px 15px 0;max-height:370px;overflow-y:auto}._preview_1vr4z_10{position:relative;display:flex;flex-direction:column;justify-content:space-between;width:90px;height:90px;align-items:center;background:#f5f7fb;border-radius:6px;box-shadow:0 1px 3px #0000001a;overflow:hidden;padding:5px}._image_1vr4z_25,._video_1vr4z_26{max-width:100%;max-height:60px;object-fit:cover;border-radius:4px;margin-bottom:5px}._name_1vr4z_34{font-size:12px;color:#333;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._remove_button_1vr4z_43{position:absolute;top:4px;right:4px;background:rgba(0,0,0,.3);color:#fff;font-size:14px;border:none;border-radius:3px;cursor:pointer;width:20px;height:20px;line-height:20px;padding:0;display:flex;justify-content:center;align-items:center}._file_1vr4z_62{display:flex;align-items:center;flex:1}._block_hnj48_1{display:flex;align-items:center;justify-content:center;flex-grow:1;background-color:#fff;box-shadow:0 2px 4px #0f223a1f;height:100vh}._block_hnj48_1 p{color:#7a7f9a}._body_hnj48_14{display:flex;flex-direction:column;align-items:center}._block_17tmj_1{flex:1;background-color:#fff;display:flex;flex-direction:column}._header_17tmj_8{display:flex;flex-direction:column}._user_17tmj_13{display:flex;align-items:center;gap:15px;padding:15px;border-bottom:1px solid #f0eff5;& span{color:#495057;font-weight:600;display:flex;flex-direction:column;& a{color:#0096d1;font-size:12px}}}._body_17tmj_33{display:flex;flex:1;overflow-y:auto}._footer_17tmj_39{display:flex;flex-direction:column;border-top:1px solid #f0eff5;padding:15px}._replied_view_17tmj_46{display:flex;align-items:center;padding:10px;justify-content:space-between;background-color:#f3f3f3;gap:10px;& svg{color:#495057}}._block_hgx8b_1{display:flex;flex:1;overflow-y:auto}._body_hgx8b_7{display:flex;flex:1;flex-direction:column}._block_1uyf2_1{position:relative}._file_1uyf2_5{opacity:1;border-radius:8px}._isLoading_1uyf2_10{opacity:.5}._image_1uyf2_14{max-width:200px;border-radius:8px}._other_files_1uyf2_19{background-color:#fff;padding:15px 10px;border-radius:8px;display:flex;flex-direction:column;align-items:center}._name_1uyf2_28{max-width:100px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;text-align:center}._progress_bar_1uyf2_36{position:absolute;inset:0;display:flex;flex-direction:column;gap:10px;color:#fff;align-items:center;justify-content:center;& svg{color:#fff}}._progress_1uyf2_36{margin-top:4px;font-size:.8rem;color:#fff}._progress_error_1uyf2_58{margin-top:4px;font-size:.85rem;color:#d30000}._title_1uyf2_65{font-size:14px}._block_1xpgz_1{display:flex;align-items:center;gap:10px;padding:8px;border-radius:8px;height:75px;& button{border-radius:50%;padding:6px 8px;width:40px;height:40px}}._from_me_1xpgz_17{& button{background-color:#fff;&:hover{background-color:#fff}& svg{color:#7269ef;fill:#7269ef}}& ._duration_1xpgz_31{color:#fff}}._audio_1xpgz_36{display:flex;flex-direction:column}._duration_1xpgz_31{font-size:13px;color:#383838}._block_asxiy_1{--forwarded-color: #999;display:flex;margin-bottom:5px;gap:5px;& svg{fill:var(--forwarded-color);width:16px;height:16px;transform:scaleX(-1)}& p{color:var(--forwarded-color);font-style:italic;font-size:12px}}._block_mly10_1{display:flex;padding:0 20px}._selected_mly10_5{background-color:#e3e3e3}._message_mly10_9{flex:1;display:flex}._left_mly10_14{flex-direction:row-reverse;& ._content_mly10_17{--message-color: #7269ef;& p{color:#fff}}& ._main_mly10_24{flex-direction:row-reverse}}._right_mly10_29{& ._body_mly10_30{flex-direction:row-reverse}}._body_mly10_30{display:flex;align-items:center;gap:10px;max-width:400px;position:relative}._body_mly10_30:hover ._actions_mly10_43{opacity:1}._selectMode_mly10_47 ._actions_mly10_43{width:0}._main_mly10_24{display:flex}._content_mly10_17{--message-color: #f5f7fb;background-color:var(--message-color);padding:8px;border-radius:10px;margin:3px;flex:1;word-break:break-word;overflow-wrap:anywhere;position:relative;& p{font-size:14px;margin:0;white-space:pre-wrap}}._info_mly10_74{margin-top:5px;display:flex;gap:5px;align-items:center}._reactions_mly10_81{display:flex}._time_and_sender_mly10_85{display:flex;align-items:center;flex:1 1;gap:5px;& p{font-size:10px!important;color:#999}}._info_mly10_74{margin-top:5px;display:flex;gap:5px;align-items:end}._status_mly10_108{padding-bottom:1px;display:flex;color:#fff}._reactions_mly10_81{display:flex}._selected_emoji_mly10_119:before{content:"";position:absolute;z-index:-1;top:50%;left:50%;height:22px;width:22px;border-radius:50%;transform:translate(-50%,-50%);background-color:#7269ef}._open_picker_mly10_132{width:14px!important;height:14px!important}._picker_mly10_137{position:absolute;top:-50%;left:-360px}._actions_mly10_43{overflow:hidden;opacity:0;align-self:center;display:flex;gap:2px;transition:width .2s linear;width:50px}._actions_mly10_43>*{display:flex;cursor:pointer;fill:#000;& svg{opacity:.15}&:hover svg{opacity:.3}}._left_mly10_14 ._actions_mly10_43{flex-direction:row-reverse;& svg{transform:scaleX(-1)}}._selectMode_mly10_47 ._select_mly10_5{width:40px}._select_mly10_5{overflow:hidden;display:flex;align-items:center;width:0px;transition:width .2s linear}._left_mly10_14 ._select_mly10_5{margin-right:14px}._right_mly10_29 ._select_mly10_5{margin-left:14px}._emojis_mly10_195{--offset: -110px;position:absolute;top:50%;transform:translateY(-50%);padding-bottom:100px;z-index:1}._right_mly10_29 ._emojis_mly10_195{right:var(--offset)}._left_mly10_14 ._emojis_mly10_195{left:var(--offset)}._user_icon_mly10_210{align-self:flex-end;margin-bottom:3px}._body_ylfrs_1{display:flex;gap:6px;background-color:#fff;box-shadow:0 0 20px #00000020;border-radius:8px;padding:8px 10px;align-items:center}._body_ylfrs_1 p{font-size:20px}._body_ylfrs_1>*{margin:0;cursor:pointer;opacity:.6}._body_ylfrs_1>*:hover{opacity:1}._add_ylfrs_24{background-color:#e3e7ec;border-radius:50%;color:#919191}._replied_1yxmw_1{margin-bottom:4px;background-color:#dfdfdf;border-radius:6px;display:flex;flex-direction:column;overflow:hidden;position:relative;justify-content:space-between;cursor:pointer}._replied_file_preview_1yxmw_13{display:flex;align-items:center;justify-content:center;padding:10px;max-width:100px}._replied_file_preview_1yxmw_13:has([data-title]){max-width:fit-content}._replied_1yxmw_1:has(._file_1yxmw_26){align-items:center}._replied_1yxmw_1 img,._replied_1yxmw_1 video{width:100%;height:auto;border-radius:4px}._replied_1yxmw_1:before{position:absolute;content:"";left:0;top:0;height:100%;width:4px;background-color:#7269ef}._replied_message_1yxmw_48{padding:6px 10px;display:-webkit-box;-webkit-line-clamp:2;margin:0;font-size:14px;-webkit-box-orient:vertical;text-overflow:ellipsis;overflow:hidden;color:#595959}._from_me_1yxmw_60{background-color:#5d56c1}._from_me_1yxmw_60:before{background-color:#dbdbdb}._from_me_1yxmw_60 ._replied_message_1yxmw_48{color:#dbdbdb}._from_me_1yxmw_60>* span{color:#dbdbdb}._file_1yxmw_26{display:flex;align-items:center;justify-content:center;width:200px;height:50px;flex-direction:column;background-color:#fff;color:#666;gap:5px;font-size:14px;padding:10px;border-radius:8px}._block_62tm7_1{display:flex;align-items:center;gap:10px;position:relative;z-index:1}._send_message_62tm7_9{display:flex;align-items:center;justify-content:space-between;width:100%;border-radius:5px;position:relative;flex:1}._send_message_62tm7_9 textarea{outline:none;border:none;width:100%;background-color:#e6ebf5;padding:10px;box-sizing:content-box;font-size:17px;resize:none;border-radius:5px;min-height:24px;max-height:200px;overflow-y:auto}._inputs_62tm7_34{display:flex;flex:1}._icon_62tm7_39{padding:3px 0 0 7px}._emoji_button_62tm7_43{background:none;border:none;cursor:pointer;font-size:20px;position:relative;z-index:1}._emoji_picker_62tm7_52{position:absolute;bottom:60px;right:0;z-index:1000;box-shadow:0 0 10px #0000001a}._controls_62tm7_60{display:flex;align-items:center;gap:8px}._selected_62tm7_66{display:flex;align-items:center;gap:10px;margin-left:14px;color:#696969;min-height:25px}._selected_62tm7_66 p{margin:0}._selected_62tm7_66 svg:hover{color:#3b3b3b}._template_picker_62tm7_83{position:absolute;bottom:60px;right:0}._send_62tm7_9{display:flex;align-items:center;gap:10px}._record_62tm7_95{cursor:pointer;background-color:#7269ef;width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:50%}._recorder_62tm7_106{position:absolute;top:-140px;left:50%;background-color:#7269ef;padding:20px;border-radius:50%;z-index:-2;& svg:hover{color:#fff}}._recorder_62tm7_106:before{content:"";width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;border-radius:50%;transition:transform linear .5s;background-color:#7269ef;transform:scale(var(--volume));opacity:.5}._isPaused_62tm7_137{background-color:#cb0022}._isPaused_62tm7_137:before{opacity:0}._block_jmx12_1{display:flex;flex-direction:column}._name_jmx12_6{font-size:16px;font-weight:500;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._content_jmx12_14{color:#898989;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._block_u4jpo_1{width:500px;background-color:#fff;box-shadow:0 0 10px #0003;padding:10px;border-radius:8px}._body_u4jpo_9{border-bottom:1px solid #00000020;padding-bottom:10px;display:flex;flex-direction:column;gap:12px}._search_u4jpo_17{display:flex;gap:10px}._tags_picker_u4jpo_23{font-size:14px;cursor:pointer;display:flex;background-color:#e4e9f3;align-items:center;color:#6b6b6b;justify-content:center;border-radius:6px;padding:0 10px}._tags_picker_u4jpo_23 svg{padding:0;margin:0;font-size:18px}._search_tags_u4jpo_43{display:flex;flex-direction:column;gap:5px;background-color:#e4e9f3;border-top-right-radius:4px;border-top-left-radius:4px;padding:10px;&+div div{border-top-left-radius:0;border-top-right-radius:0}&>*{color:#036de7;font-size:14px;background-color:#036de730;padding:3px 10px;width:fit-content;border-radius:10px;display:flex;align-items:center;justify-content:space-between;gap:5px}}._templates_u4jpo_71{display:flex;flex-direction:column;height:300px;overflow-y:auto}._view_template_u4jpo_79{padding:8px 10px;cursor:pointer;&:hover{background-color:#e4e9f3}}._tags_select_u4jpo_87{position:relative;width:50%;&>div{width:100%}}._view_tags_u4jpo_95{display:flex;flex-direction:column;box-shadow:0 10px 28px #00000030;border-bottom-right-radius:8px;border-bottom-left-radius:8px;padding:10px;max-height:12rem;overflow:auto;position:absolute;background-color:#fff;z-index:1;&>*{cursor:pointer;padding:4px 10px;border-radius:4px}&>*:hover{background-color:#00000020}}._close_u4jpo_119{width:16px;height:16px;color:#616161}._empty_u4jpo_125{flex:1;display:flex;align-items:center;justify-content:center;font-size:14px;width:100%;text-align:center;color:#00000070}._test_vqkwa_2{background-color:#f4cc524d;color:#634f28}._expired_vqkwa_7,._not_payed_vqkwa_12{background-color:#f1506745;color:#673239}._block_vqkwa_17{display:flex;align-items:center;justify-content:left;font-size:12px;padding:4px;& button{margin-right:10px;display:flex;height:20px;background-color:#fff;justify-content:center;align-items:center;line-height:35px;border-radius:5px;text-align:center;font-size:12px;padding:0 6px;color:#000;text-decoration:none;box-sizing:border-box;border:1px #9f2832;transition:all .5s;cursor:pointer;&:hover{box-shadow:inset 5em 0 #dd7e2a,inset -5em 0 #dd7e2a;border-color:#dd7e2a;color:#fff}}}._payed_vqkwa_52{display:none}._tariff_8duyx_1{box-sizing:border-box;cursor:pointer;border-radius:12px;width:224px;height:232px;padding:22px;border:1px solid rgb(227,228,230);display:flex;flex-direction:column;align-items:center;transition:transform .3s ease,box-shadow .3s ease,border 0s ease}._tariff_8duyx_1._selected_8duyx_15{border:2px solid #5865f2}._tariff_8duyx_1:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0003}._tariff_header_8duyx_24{display:flex;gap:5px}._discount_8duyx_29{background-color:#22be62;color:#fff;padding:2px 5px;border-radius:12px}._month_price_8duyx_36{margin:26px 0 0;font-size:30px;font-weight:700;color:#000}._month_text_8duyx_43{margin:2px 0 0;font-size:14px;line-height:1.43;font-weight:400;filter:blur()}._line_through_text_8duyx_51{margin:15px 0 0;font-size:15px;line-height:1.33;color:#595f6c;text-decoration:line-through}._period_8duyx_59{background-color:#5865f2;color:#fff;padding:2px 5px;border-radius:12px}._price_8duyx_66{font-size:20px;margin-top:26px}._total_price_8duyx_71{margin:0;font-size:1.2em;font-weight:700}._typography_8duyx_77{font-family:Nunito,sans-serif}._modal_content_8duyx_81{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:32px;border-radius:8px;max-width:900px;max-height:90vh;overflow-y:auto;height:450px;width:700px;outline:none}._payment_container_8duyx_97{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:20px;margin-top:20px}._auto_payment_switcher_8duyx_106{font-family:Nunito,sans-serif}._total_amount_8duyx_110{display:flex;flex-direction:column;align-items:flex-start;margin:0}._total_amount_label_8duyx_117{font-size:16px;color:#595f6c;margin-bottom:4px}._total_amount_value_8duyx_123{font-size:29px;font-weight:700;margin:0}._tariffs_8duyx_129{display:flex;flex-direction:row;gap:20px;justify-content:space-between;margin-bottom:20px}._payment_button_8duyx_137{height:55px;padding:0 24px!important;border-radius:12px!important}._block_gjuc2_1{display:flex;align-items:center;height:100%;margin:0 20px}._instruction_container_gjuc2_8{flex:1;display:flex;justify-content:center;align-items:center}._text_content_gjuc2_15{text-align:left;font-size:clamp(.8rem,2vw,1rem);line-height:1.2;word-wrap:break-word;& p{margin:16px 0}& ol{padding-inline-start:40px}}._bold_text_gjuc2_30{font-weight:700;font-size:1.2rem;justify-content:center;text-align:center;margin-bottom:20px}._button_container_gjuc2_38{display:flex;justify-content:center;margin-top:20px}._button_style_gjuc2_44{width:100%;height:40px;font-size:1.2rem!important;font-family:Nunito,sans-serif!important;font-weight:700!important}._image_container_gjuc2_52{flex:1;display:flex;justify-content:center;align-items:center}._instruction_image_gjuc2_59{max-width:80%;max-height:100%;object-fit:contain}._image_qr_container_gjuc2_65{display:flex;justify-content:center}._instruction_image_qr_gjuc2_70{width:clamp(300px,50vw,650px);height:70%;object-fit:contain}._qr_container_gjuc2_76{flex:1;display:flex;justify-content:center;align-items:center;min-width:500px}._block_1e61i_1{display:flex;flex:1;align-items:center;justify-content:space-between;height:100%;padding:0 10%;gap:20px}._instructions_1e61i_11{display:flex;flex-direction:column;gap:20px;height:350px;& p{font-size:clamp(14px,1.5vw,18px)}}._main_1e61i_23{display:flex;flex-direction:column;align-items:center;gap:20px}._qr_1e61i_31{display:flex;justify-content:center;flex:1}._body_q3drn_1{display:flex;flex-direction:column;gap:20px}._error_q3drn_7{color:brown}._block_qbbu5_1{display:flex;align-items:center;justify-self:center;height:100vh}._body_qbbu5_8{max-width:30rem;display:flex;flex-direction:column;gap:16px}._contract_qbbu5_15{display:flex;flex-direction:column;align-items:center;gap:10px}._contract_text_qbbu5_22{font-size:.8rem;& span{color:#099bd6}}._submit_qbbu5_30{display:flex;flex-direction:column;gap:10px}._submit_qbbu5_30>button{width:100%}._submit_qbbu5_30>p{color:#00b5ff;cursor:pointer;text-align:center}._details_qbbu5_46{display:flex;justify-content:space-between}._error_qbbu5_51{color:brown}._update-code_qbbu5_55{color:#00b5ff;cursor:pointer;text-align:end}._update-code-disabled_qbbu5_61{color:#a8aaaf;cursor:default}._block_6482n_1{display:flex;flex:1;align-items:center;justify-content:space-between;height:100%;padding:0 10%;gap:20px}._instructions_6482n_11{display:flex;flex-direction:column;gap:20px;height:350px;& p{font-size:clamp(14px,1.5vw,18px)}}._main_6482n_23{display:flex;flex-direction:column;align-items:center;gap:20px}._block_1ev06_1,._chat_1ev06_1{display:flex;flex:1;height:100vh}._block_124nv_1{flex:1;display:flex;flex-direction:column}._body_124nv_7{display:flex;flex-direction:column;gap:20px}._header_124nv_13{display:grid;grid-template-columns:var(--grid-cols);background-color:#fff;padding:20px;margin-bottom:40px;border-radius:5px;box-shadow:0 5px 5px #00000010}._header_124nv_13>span{display:flex;align-items:center;gap:10px;font-size:18px;font-weight:600;color:#1c1c1c}._item_124nv_32{display:grid;grid-template-columns:var(--grid-cols);background-color:#fff;padding:10px 20px;column-gap:6px;align-items:center;border-radius:5px;box-shadow:0 0 10px #00000010}._item_124nv_32>span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._item_124nv_32:hover *[data-actions]{opacity:.5}._item_124nv_32>span>*[data-actions]{stroke-width:4px;opacity:0;justify-self:end;&:hover{opacity:1}}._item_124nv_32>span:has([data-no-overflow-hide]){overflow:visible}._empty_124nv_68{flex:1;display:flex;justify-content:center;align-items:center}._block_kqy4k_1{display:flex;flex-direction:column;gap:12px;background-color:#fff;box-shadow:0 0 10px #00000040;padding:20px;border-radius:8px;width:14rem;& h3{text-align:center}}._filter_icon_ft7mp_1{display:flex;justify-self:end;align-items:center;position:relative;grid-column:-2/-1}._filter_ft7mp_1{position:absolute;z-index:1}._is-not-default_ft7mp_16:before{content:"";width:8px;height:8px;position:absolute;border-radius:50%;background-color:orange;top:-1px;right:-2px}._channel_ft7mp_28{display:flex;align-items:center;gap:10px}._btns_ft7mp_34{display:flex;align-items:center;gap:20px;justify-self:end;width:248px}._menu_ft7mp_42{justify-self:end}._block_15ht8_1{padding:5px 10px;border-radius:15px;text-align:center;font-size:.675rem;width:6rem;align-items:center;color:#6c757d;background-color:#b6b6b6;display:block}._payed_15ht8_15{color:#1a682c;background-color:#3cef6666}._expired_15ht8_20{color:#9f2832;background-color:#f4647b69}._test_15ht8_25{color:#4e535a;background-color:#d5d5d580}._not_payed_15ht8_30{color:#ac8207;background-color:#f4cc526e}._block_xw5rx_1{display:flex;flex-direction:column;gap:20px;width:30rem}._body_5xj6m_1{display:flex;flex-direction:column;gap:12px;& h3{text-align:center}}._block_1o5cp_1{width:400px}._body_1o5cp_5{gap:12px;display:flex;flex-direction:column}._period_1o5cp_11{display:flex;align-items:end;gap:6px;&>button{padding:8px 14px}}._period_input_1o5cp_21{flex:1}._links_1o5cp_25{display:flex;flex-direction:column;gap:10px;margin-bottom:20px;max-height:140px;overflow-y:auto;border:1px solid #00000050;border-radius:4px;padding:10px}._block_vc4xk_1{display:flex;align-items:center;gap:10px}._link_vc4xk_7{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;color:#666}._actions_vc4xk_15{display:flex;align-items:center;gap:5px;&>*{width:22px;opacity:.6}&>*:hover{opacity:1}}._block_1rhhm_1{display:flex;flex-direction:column;flex:1;padding:20px}._title_1rhhm_9{margin-bottom:20px;color:#495057;font-weight:600}._subscription_settings_header_f1ukj_1{display:flex;justify-content:space-between;padding:5px;margin:20px 0 5px 10px;font-size:.875rem;width:850px}._subscription_settings_header_f1ukj_1 span,._subscription_settings_content_f1ukj_10 span{flex:1;text-align:left}._subscription_settings_content_f1ukj_10{display:flex;justify-content:space-between;padding:10px;width:850px;align-items:center}._auth_form_f1ukj_23{background-color:#fff;max-width:80vw;padding:40px 20px;justify-self:center;align-self:center;border-radius:8px}._content_r4ij8_1{background-color:#fff;padding:20px;border-radius:5px;box-shadow:0 0 4px #0f223a1f;margin-bottom:24px;& h3{padding-bottom:12px}& p{padding-bottom:12px}}._switches_container_r4ij8_17{display:flex;flex-direction:column;gap:20px}._switch_label_r4ij8_23{font-family:Nunito,sans-serif!important;display:flex!important;justify-content:left;width:100%}._text_input_r4ij8_30{background-color:#e4e9f3;width:70%;border-radius:5px;& ._MuiOutlinedInput-notchedOutline_r4ij8_34{border:none}}._title_r4ij8_39{margin:20px 0;color:#495057;font-weight:600}._list_1gx36_1{display:flex;flex-direction:column;overflow-y:auto;padding:20px}._list_1gx36_1::-webkit-scrollbar{width:10px}._list_1gx36_1::-webkit-scrollbar-thumb{background:#c4ccdbb2;border-radius:10px}._manager_1gx36_17{display:flex;align-items:center;justify-content:space-between;padding:10px 15px;margin-bottom:10px;border-radius:7px;background-color:#fff;box-shadow:0 2px 4px #0f223a1f;cursor:pointer;transition:background-color .3s ease}._manager_1gx36_17:hover{background-color:#e6ebf5}._manager_info_1gx36_34{display:flex;align-items:center}._manager_avatar_1gx36_39{margin-right:15px}._manager_name_1gx36_43{font-weight:600;color:#495057}._manager_email_1gx36_48{color:#7a7f9a}._manager_actions_1gx36_52{display:flex;align-items:center;gap:10px}._manager_actions_1gx36_52 button{padding:5px 10px;font-size:14px;cursor:pointer;border:none;border-radius:5px;transition:background-color .3s ease}._manager_actions_1gx36_52 ._edit_btn_1gx36_68{background-color:#7269ef;color:#fff}._manager_actions_1gx36_52 ._edit_btn_1gx36_68:hover{background-color:#5c51d0}._manager_actions_1gx36_52 ._delete_btn_1gx36_77{background-color:#ef476f;color:#fff}._manager_actions_1gx36_52 ._delete_btn_1gx36_77:hover{background-color:#d43b5b}._block_lup64_1{display:flex;align-items:center;justify-content:center;height:100vh}._body_lup64_8{width:30rem;display:flex;flex-direction:column;gap:20px;& button{width:100%}}._block_1hl86_1{display:flex;flex-direction:column;gap:10px}._received_1hl86_7,._sent_1hl86_8{display:flex;align-items:center;gap:10px}._body_tuwzn_1{display:flex;flex-direction:column;gap:20px;width:20rem}._block_4bdww_1{display:flex}._block_4bdww_1>*{cursor:pointer;padding:10px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px}._active_4bdww_17{background-color:#5c51d0;color:#fff}._pagination_1qahn_1{align-self:center;padding:20px}._filter_1qahn_6{position:absolute;z-index:1;&>*{box-shadow:0 0 10px #00000040}}._filter_block_1qahn_16{display:flex}._total_1qahn_20{font-size:18px;font-weight:600}._add_btn_1qahn_25,._filter_block_1qahn_16,._total_1qahn_20{justify-self:end;align-self:center}._body_ygy80_1{width:500px;display:flex;flex-direction:column;gap:25px}._block_1c08i_1{display:flex;align-items:center;justify-self:center;height:100vh}._body_1c08i_8{width:30rem;display:flex;flex-direction:column;gap:16px}._contract_1c08i_15{display:flex;flex-direction:column;align-items:center;gap:10px}._contract_text_1c08i_21{font-size:.8rem;& span{color:#099bd6}}._submit_1c08i_29{display:flex;flex-direction:column;gap:10px}._submit_1c08i_29>button{width:100%}._submit_1c08i_29>p{color:#00b5ff;cursor:pointer;text-align:center}._details_1c08i_44{display:flex;justify-content:space-between}._error_1c08i_49{color:brown}._update-code_1c08i_52{color:#00b5ff;cursor:pointer;text-align:end}._update-code-disabled_1c08i_58{color:#a8aaaf;cursor:default}._block_9dw70_1{display:flex;align-items:center;justify-self:center;height:100vh}._block_wxko3_1{display:flex;flex-direction:column;gap:20px;--grid-cols: 600px 250px 1fr;--grid-gap: 80px;flex:1;width:100%;padding-bottom:24px;&:has(._empty_wxko3_11){justify-content:center;margin-bottom:160px}}._header_wxko3_17{padding:0 10px;display:grid;gap:var(--grid-gap);grid-template-columns:var(--grid-cols);align-items:end;& p{margin:0;font-size:14px;font-weight:600}}._add_wxko3_31{width:fit-content;justify-self:end}._body_wxko3_36{display:flex;flex-direction:column;gap:20px;position:relative}._block_197um_1{border-radius:5px;background-color:#fff;padding:10px;box-shadow:0 0 4px #0f223a1f}._block_197um_1:hover ._actions_197um_8{display:flex}._body_197um_12{display:grid;gap:var(--grid-gap);grid-template-columns:var(--grid-cols)}._tags_197um_18{align-items:center;column-gap:20px;row-gap:8px;flex-wrap:wrap;display:flex;& p{margin:0}}._actions_197um_8{justify-content:end;align-self:center;display:none;&>*{color:#b3b3b3;padding:0 10px;border-right:1px solid #c7c7c7;transition:color .3s ease,color .3s ease;&:hover{color:#62bbff}&:last-child{border:none}}}._drag_197um_51{cursor:grab}._block_9282l_1{white-space:nowrap;text-overflow:ellipsis;cursor:pointer;position:relative;background-color:#f0f4f8;color:#555;font-size:12px;font-weight:500;padding:6px 12px;border-radius:16px;width:fit-content;border:1px solid #d1d9e6;transition:background-color .3s ease,color .3s ease;overflow:hidden}._block_9282l_1:hover{background-color:#d1e8ff;color:#0078d4;& ._icon_9282l_23{top:0;color:#d43c00}}._icon_9282l_23{cursor:pointer;transition:top .3s ease,color .3s ease;position:absolute;background-color:#f0f4f8;width:100%;height:100%;left:0;top:100%;display:flex;justify-content:center;align-items:center}._block_wptco_1{display:flex;gap:20px;flex-direction:column;align-items:center;flex:1;justify-content:center}._icon_wptco_10{height:45px;width:45px;color:#5c51d0}._title_wptco_16{font-weight:600;font-size:18px}._add_wptco_21{height:50px}._block_1sf5f_1{background-color:#fff;padding:10px 25px;border-radius:12px}._block_1sf5f_1 h2{text-align:center}._body_1sf5f_11{display:flex;flex-direction:column;gap:15px;width:500px}._add_1sf5f_19{display:flex;align-items:flex-end}._add_1sf5f_19 button{padding:8px 10px;border-top-left-radius:0;border-bottom-left-radius:0}._add_1sf5f_19 input{border-top-right-radius:0;border-bottom-right-radius:0}._tags_1sf5f_36{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:30px;max-height:270px;overflow-y:auto}._submit_1sf5f_45 button{width:100%;margin-bottom:10px;font-size:17px;padding-block:15px;justify-content:center}._add_input_1sf5f_53{position:relative;width:70%;& input:focus{border-bottom-left-radius:0}}._prompt_tags_1sf5f_63{display:flex;padding:10px 5px;gap:5px;flex-wrap:wrap}._prompt_1sf5f_63{background-color:#fff;box-shadow:0 3px 6px #00000040;width:100%;position:absolute;top:100%;left:0;z-index:1;border-bottom-right-radius:8px;border-bottom-left-radius:8px}._block_1cits_1{height:100vh;display:flex;background-color:#fff;width:100%;justify-content:center}._block_1smgm_1{display:flex;flex:1;align-items:center;justify-content:center}._block_19ht4_1{padding:40px;height:100vh;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:10px;& h3{font-size:2vw}& video{margin-top:20px;width:65vw}}._block_1207f_1{display:flex;border-bottom:2px solid #cfcfcf}._block_1207f_1>*{color:#a5a5a5;padding:10px 20px}._selected_1207f_12{color:#5ea4ff;font-weight:500;position:relative;&:before{content:"";width:100%;height:3px;background-color:#5ea4ff;position:absolute;bottom:-2px;left:0}}._block_1yz3j_1{flex:1;display:flex;flex-direction:column;background-color:#f5f7fb;padding:20px;gap:20px}._actions_1wzjd_1{justify-self:end;color:#999;display:block;& svg{stroke-width:4px}}._body_1wzjd_11{width:1000px}._body_3iimz_1{width:400px;display:flex;flex-direction:column;gap:16px}._add_button_1lzt2_1{justify-self:end}._body_1wx5m_1{width:400px;display:flex;flex-direction:column;gap:16px}._price_block_1wx5m_8{display:flex;align-items:center;gap:10px}._discount_1wx5m_14{flex:22%;display:flex;align-items:end;gap:5px;&>span{padding-bottom:10px}}._price_1wx5m_8{flex:78%}._add_tariff_61dg5_1{justify-self:end}._block_6cszl_1{display:flex;align-items:center;height:100vh;justify-content:center}._error_block_6cszl_8{background-color:#fff;padding:40px;border-radius:4px;width:695px;display:flex;flex-direction:column;gap:32px;& svg{align-self:center;width:60px;height:60px}& button{padding:12px 20px;font-size:18px}}._body_1aio6_1{width:25rem;display:flex;flex-direction:column;gap:20px}._error_1aio6_8{color:brown}._block_1qqk3_1{display:flex;align-items:center;justify-content:center;height:100vh}@font-face{font-family:Nunito;src:url(/assets/Nunito-regular.880ead81.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Nunito-bold;src:url(/assets/Nunito.f922b74e.ttf) format("truetype");font-weight:400;font-style:normal}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Nunito,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{min-height:100vh}a{text-decoration:none}*::-webkit-scrollbar{width:10px}*::-webkit-scrollbar-thumb{background:#c4ccdbb2;border-radius:10px}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}
