@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Russo+One&display=swap);*{font-family:Inter,sans-serif;margin:0;padding:0}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#121212;color:#fafafa;font-family:Inter,sans-serif}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#1d1d1d80;border-radius:4px}::-webkit-scrollbar-thumb{background:#2d2d2d80;border-radius:4px}.mainLoadingContainer{align-items:center;display:flex;height:100vh;justify-content:center;transform:translateY(-15%);width:100%}.rdtPicker{background:#242526!important;border:1px solid #404040!important;border-radius:3px;bottom:45px;margin-top:5px!important;width:100%}.rdtPicker table{display:table!important}.rdtPicker td.rdtToday:before{border-bottom:7px solid #5d7fff!important}.rdtPicker .rdtCounter .rdtBtn:hover,.rdtPicker .rdtTimeToggle:hover,.rdtPicker td.rdtDay:hover,.rdtPicker td.rdtHour:hover,.rdtPicker td.rdtMinute:hover,.rdtPicker td.rdtMonth:hover,.rdtPicker td.rdtSecond:hover,.rdtPicker td.rdtYear:hover,.rdtPicker thead tr:first-of-type th:hover{background:#181818!important;border-radius:3px}.rdtPicker input[type=text]{background:#2f2f2f;border:1px solid #404040;border-radius:4px;color:#fafafa;margin-left:5px;outline:none;padding:5px 10px;width:400px}.rdtPicker.form-control:focus{border-color:#5d7fff!important;box-shadow:none!important}.rdtPicker td.rdtActive,.rdtPicker td.rdtActive:hover{background-color:#5d7fff!important;border-radius:3px}.rdtPicker th{border-bottom:1px solid #3a3a3a!important}.rdtPicker tfoot{border-top:1px solid #3a3a3a!important}: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:#ffffffb3;--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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.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{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.MasterLayout_masterLayout__rlU97{display:flex;flex-direction:row;width:100%}.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h{display:flex;flex-direction:column;margin-left:auto;transition:.3s;width:calc(100% - 260px)}.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h .MasterLayout_contentContainer__jQ5KY{box-sizing:border-box;display:flex;flex-direction:column;height:auto;margin:40px auto;max-width:1450px;padding:0 40px;width:100%}.MasterLayout_loadingContainer__M4pte{height:100vh;width:100%}@media(max-width:768px){.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h{margin-left:0;width:100%!important}.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h .MasterLayout_contentContainer__jQ5KY{margin-bottom:20px;margin-top:20px;padding:0 20px}}@media(max-width:430px){.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h .MasterLayout_contentContainer__jQ5KY{margin-bottom:10px;margin-top:10px;padding:0 10px}}@keyframes Sidebar_beta__9LyRB{0%{box-shadow:0 0 3px #f33333}50%{box-shadow:0 0 16px #f33333}to{box-shadow:0 0 3px #f33333}}@keyframes Sidebar_new__u-qiW{0%{box-shadow:0 0 3px #5d7fff}50%{box-shadow:0 0 16px #5d7fff}to{box-shadow:0 0 3px #5d7fff}}.Sidebar_sidebar__S9EbY{background:#222;box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:100vh;min-width:260px;padding:16px;position:fixed;transition:.3s;width:260px}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:5px;height:auto;justify-content:space-between;width:100%}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_logo__Mc4Gd{align-self:flex-start;height:44px}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_hiddenLogo__kupqb{align-self:flex-start;display:none;height:44px}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_toggleSidebarSize__Watt2{align-items:center;background:#0000;border:none;display:flex;flex-direction:row;height:auto;justify-content:center;outline:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_toggleSidebarSize__Watt2 svg{fill:#868b90;color:#fafafa;cursor:pointer;height:22px;transition:.2s;width:22px}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_toggleSidebarSize__Watt2.Sidebar_active__K1ykg svg{transform:rotate(-180deg)}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_toggleSidebarSize__Watt2:hover svg{fill:#6e7275}.Sidebar_sidebar__S9EbY .Sidebar_close__ayIH4{cursor:pointer;display:none;position:fixed;right:24px;top:36px}.Sidebar_sidebar__S9EbY .Sidebar_close__ayIH4 img{filter:brightness(.5);height:20px;transition:.3s;width:20px}.Sidebar_sidebar__S9EbY .Sidebar_close__ayIH4:hover img{filter:brightness(1)}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w{display:flex;flex-direction:column;gap:12px;height:auto;overflow:auto;width:100%}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz{align-items:center;background:#0000;border-radius:8px;box-sizing:border-box;color:#868b90;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:10px;padding:12px;transition:.3s}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz .Sidebar_icon__O94Zq{align-items:center;display:flex;flex-direction:row;justify-content:center}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz svg{stroke:none;transition:.3s}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz.Sidebar_active__K1ykg{background:#363636;color:#fafafa}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz.Sidebar_active__K1ykg img{filter:brightness(2)}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz:hover{background:#363636;color:#fafafa}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz:hover img{filter:brightness(2)}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz .Sidebar_beta__9LyRB{animation:Sidebar_beta__9LyRB 2s ease-in-out infinite;background:#f33333;border-radius:3px;color:#fafafa;font-size:10px;padding:2px;text-transform:uppercase}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz .Sidebar_new__u-qiW{animation:Sidebar_new__u-qiW 2s ease-in-out infinite;background:#5d7fff;border-radius:3px;color:#fafafa;font-size:10px;padding:2px;text-transform:uppercase}.Sidebar_sidebar__S9EbY .Sidebar_promoteWidget__JMlqu{background:#3a3a3a;border-radius:16px;bottom:16px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;height:auto;left:16px;max-width:228px;padding:16px;position:fixed;transition:.3s;width:100%}.Sidebar_sidebar__S9EbY .Sidebar_promoteWidget__JMlqu:hover{background:#2e2e2e}.Sidebar_sidebar__S9EbY .Sidebar_promoteWidget__JMlqu img{align-self:flex-start;display:flex;margin:0 auto;width:100%}.Sidebar_sidebar__S9EbY .Sidebar_promoteWidget__JMlqu .Sidebar_slogan__MxxA7{bottom:0;font-family:Russo One,sans-serif;font-size:18px;text-align:center;width:100%}.Sidebar_sidebar__S9EbY .Sidebar_promoteWidget__JMlqu .Sidebar_slogan__MxxA7 i{color:#5d7fff}@media(max-width:768px){.Sidebar_sidebar__S9EbY{min-width:260px!important;position:fixed;transform:translateX(-300px);width:260px!important}.Sidebar_sidebar__S9EbY.Sidebar_active__K1ykg{box-shadow:0 0 20px #0a0a0a;transform:translateX(0);z-index:100}.Sidebar_sidebar__S9EbY.Sidebar_active__K1ykg .Sidebar_close__ayIH4{display:flex}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_logoMark__jeUq2{display:none!important}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_hiddenLogo__kupqb{display:inline!important;display:initial!important}.Sidebar_sidebar__S9EbY .Sidebar_logoSection__uOiQF .Sidebar_toggleSidebarSize__Watt2{display:none}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz{justify-content:normal!important}.Sidebar_sidebar__S9EbY .Sidebar_menu__dxY8w .Sidebar_menuItem__wtfLz .Sidebar_sideBarItem__0wRgz{display:inline!important;display:initial!important}}.Header_header__OKWO7{align-items:center;background:#1d1d1d;box-sizing:border-box;display:flex;flex-direction:row;height:54px;justify-content:space-between;min-width:100%;padding:24px;width:100%}.Header_header__OKWO7 .Header_mobileMenu__it1w-{align-items:center;display:none;flex-direction:row;gap:16px;height:54px;justify-content:center}.Header_header__OKWO7 .Header_mobileMenu__it1w- .Header_hamburgerIcon__vqvNE{cursor:pointer;transition:.3s}.Header_header__OKWO7 .Header_mobileMenu__it1w- .Header_hamburgerIcon__vqvNE:hover{filter:brightness(.8)}.Header_header__OKWO7 .Header_mobileMenu__it1w- .Header_mobileLogo__3Vskg{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMAAAAA3CAYAAABaS0WmAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyNpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDYuMC1jMDAyIDc5LjE2NDQ2MCwgMjAyMC8wNS8xMi0xNjowNDoxNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIDIxLjIgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjE5REM1RDdCMTg4MjExRUM5MUY5REYwQzVEQkEzQTIwIiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjE5REM1RDdDMTg4MjExRUM5MUY5REYwQzVEQkEzQTIwIj4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6MTlEQzVENzkxODgyMTFFQzkxRjlERjBDNURCQTNBMjAiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6MTlEQzVEN0ExODgyMTFFQzkxRjlERjBDNURCQTNBMjAiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5iPdBzAAAL0ElEQVR42uxdC3RUxRn+d4OAxfCOSIAaKaG8A8pDsGiCYAmvQiWA2kJ7RKQSDI9SIVKIAaGVVyFiBYI9ggergVM8EKFgtUDxCCikhiMSLE8LpCDBSEji3kf/2Tt3c3O5c1+5u0nIfHu+7GZm/pnZe+e/888/j/XJsgwcHHUVfn4JOLgCcHBwBeDg4AoQTmQgf8MvOUddU4CfIU8iFyJfQ+5B9uSXnuN2V4CuyJ3I7ciOmvAhyGPILGRTfgs4bjcFuBO5HHkcOdwkXSryK+Rz/DZwVBd8Hs8DpCHnIu9xKJdHxwjv8VvCURsVYChyCbJXFfP5GzId+SW/NRy1wQRqj3wHucui8eciOyEfRn5hkm4M8gRyKbIhvz0cNVUBiJ2/AHkKOc4kHWnME5AjQPEEHaCD43nI6yZyc+n44Nf8FnHUNBPoaeQiZGuTNMXUpl9lkqYZMpMOhs1whCrMP/jt4qiuHqAecjDyX8hsi8a/ERkfbPwlJSDn5ADcvBmKLMBXjpxDPhYhpyMfAGVugIU+yA+Qb9Heg4PDO5AewAafkq2xD/mgKiNt2waB2Fj4npRx5Uoory3SFoAADgaEh+GQdEhbxnjkaRvldLdZZ05OS9pN2Aw5EflvgwZZQOOUhn/kCAjJycGGTxggCkB6Ahr/kfQRgEAj8P1Z8Vk4L59X4+shFyC/MyhnJ/IxZEN+4zgjrQBaztQ0yheRwXGEfPkyCM88o234rfD9PXH69B0Y31qVL5VL+/UQe+Rh4/8LsiFRggZCA1gkLtKWQdJn0zLOIUfzm8VZUxSAsAOyq/q/uHIlBBo3Dj3x8X12ICamWFy3TlWUkRrZjagE8jxxnoyN/zwKTFJ7hE5CJ9gqbdWW0wv5gwhfFCNsDFNZjzPKSzNIewfyAiP9gSrUYa6JudnMRK6FiZyAbOSiLr3lqqEEeRT5OnJEOBVAMXdycyHQvbu24Y9A5okzsZO4fl1bscEauWVq4Bf4Gi2OJorwIbKvqgjDxeGQL+VX11PBCCvDVNZwRnmTGekfNLn5CS7K9yOLGflNtJDNtmiMS1zUJ0H2Fp8hk7xVgLIykPLzQZg8OWTuIHshtwspKbJ07JhRRR7V5PGKPjJXypX7CH2IImQj2wYVAZkhZkCBVACSLFW3AiwPU1nDGOU9bSLzIUPm7y7Kf46R11kLuRgbje97F71ADzk8mOKJAoipqYCmjfq0J++N8X11ICFBlnbuNKuAqQKoeFV6VW4uNC/DjF9QlYCwndAOlonLuAIo7GZynbs6LP8yI5+xFnJv2Gx4q2qIAsisnsDRDQt07gzl1NwhJnugefMr4qpVdgq3pQAERfhKFVPl+kJ97GYgWjWLJomTuAJUcDdDbq+Dslmu7a8s5No6bHiNa4gCFBqVaTYRtgP5U21AVFYW+NT5A4D2/pSUlv4ZMzydl2iKryx/FsT74rvhv9HB2TqfH5b4l+iTPl6Hp2+mM8LJZGVHm3ksYoSnWcj9kRH+DSN8qQffdxe93+M0TKFhk5BTQdlfcsgkj7uRY51MhKl4CxmnhguDBql2/yPilCl2tc92D6Cim9itHJ/+d5MeIE1M09ZrIPJTmqyu9gCEOxiy223IjmDInrSQi2PInaKmWSkjvmUVe4AMB9eUeBzLGPnkOOkBLtP3p+iit+CTwT9nTkUKQQjbI07CF+lmovE13z9fXYC3AbmfLp8oreOT+M8zwskW1A4WsksY4TMt5P7ECCc7/47TVb/h6AWaO0i7w2QRZU8na4H8urVAGcFPTZqEzKBIoDW+WuKLdmGTNVFCHVeAM8gcRtxyEzmyJL27QThpwO+byN1HlcsIWRblkvsWG8Fr8zbymkF4O7eL4QjOBv9qFrY5wF06W8w2AsEhd6jBi3z1ViXMMekF7mXE/YERbjWYW8MIJ0pzmn7+BJT93k7GDuHCaYOwBlVRALdbx/4XXARagT283XqGc8hNDswOYgL0Nwj/HMyXm3cGZU+HUZvI0IVlMPL4BfKHEbw2ATuJwn0synJqj57QhG0BZXfYVt5+PcELjPAnkG1tPv2tDiYw29exAvkx9cAcNKmPVT5eo2F1KgAZiPSgXfR3BvEnqRuLPFXyeRuuEoizYj0j7hXN5x+Bzq1NcYQ2XBYSGHIEZDg4kPYqfZEDKFn4OTIuAtckCpQ9KXoI4VaAE7Rhj9I17PrU86D3X+dSRfktKBtkNH2rHFUFs6uuId2kF1BP6HDr+VntcV3XROB6TNaNO1Wcr7oClJWpn+6EolCbJft7iZu0i4FpM5EOSObRL/8J9UTou9H7tBf7GlwjCtBAqBnOnhs1XAHIJNRaRtwk+m60d/ugxdOfHHTwiMd1HQn2J+tUlDhImwQVXik9PtUH1HNc/RYt1E95kJT0Du1upsKtM4H96ch/oC68H3IfcjN9cn1Nw7+lngiy9fHlkTDy42zILi6DsprQwGJNvCpOTJXyMNZxLrXl9V7qachBDJnnLfJ8zSTuEu3ZWRDoU7gRoxcY6uC73WNy/cn3JVt0f4wcRi0QFt6+dRjPnlEr1M2iHQ3NBsfHB2eDpUuXWCsFs23OEJOZw3Sj8o9KR4Pj+FQxVQ1rQ9eZqyiO4EywF+jv8UywEVc4qI/VHoJ+JrKJdH/CXSZsgGyFvOpg+XY41wJ97XQtEHvkvHp1UNB38YJeE3+H/A8oJ0fYHam/TMcO47UReb7PggaawRqg2oqoCJTxe1AW6trBNJe2Opn1/Sd1M94wIentCmmdqtsjpI6HvPEC+ZKTIWrf+wD3t1eDfkI9O8TkiXaRJXGL/hW5F9kGgv3YANjj3xlcCnGbIBKTeDd1nh8WyHX+3CQ+kXp13JhNevyZ4QkktnrvCF174nw5YBThZAxQyX5dJyTDBmz297aSwOeDoUlJED9tmnunEplgXrxYGlxQAB3Ly+G/pRe7wJbVXRTVqhjocViDdJmzQVk7BS49P6ynM5nDOeOiTi+B8TKJNRZuUy+cA9MNbX8XYwBy+kOUGp+XJ0FcnHq8QyAOxzwr+vYV5L17JcfGWXa2JMfGCkWYRxrm1YTkOWqUCIWFlepDjkMRa/EY4FGDsiYw0s6p4ndIN6nHLgvZGSayrVzWx2+Sp3a809eja/0lPV2kmVXdnPQAZGKBrApdjHwjIcEHZ85EwcKFEmRmymfJU+fwYfnNIUOkFydM8I1bsMAHnTubL5vbvVvGp74MBw9KK9CwWorq+E2jRj7YvNkPY8aEZO9AkuWgsyAyP+jxZpjyPWcQdoJR3qEqlrUSlIkvo3FHpoVsI+qJEw1ciIUu6yOBsqr4MQMLpKnOs+T2+l8F5TjNfOpqt2dyunwSEg/Cw2ra/fslGDBAhNAeRggMw/dj6emiXGqwQvzUKXz0TRBlTLMd2U2Ve/JJES5cqFSHJ+j+VCOU82M9OMN5LMpuG13NRu2ZP+vXS9CmjebUKwjMxP+/3bSpwizKyBBln084jvFj1Ibfu7cAaDqBriv8wEb5/CZyhvVcoF+ZnEWj4gZytipTUiLDrFna3kCIQW4YOlSU+/QhT/3APPVouOhoAdaulfRzCGttNPzDVsddcHJ6dS4QmdCYjwxYNEoySB6vyqFdD61bC1pF6I3soDb+hx4S4eLFWw5oKrYo4zzyl/zGcVbHyXDtkVtsPJ33IHsSmaIiGRITld7A7xcATZ9g409NFbX5kmMPT9jId7HMzwXl9Jhufh+A/MojWVd+v0U6MqF1kXyIiRHh6lUlMCXFB+++G3LmJIP5NjyCbXQh3Snu4ufwGm7cimQW8QE6lX7ZJF1oIiYnhxQjQ716AJs2VSqymYn8UVCWVY/ljZ+jJimACrJSkKyFWMaID61jTkz0QXKyHzIz/dCw8j6dMoY/dypVsh38FnGEE179SmQXOkE2RhNG9n9esJAjm7e366bgM0D5iSUOjhrdA2hBfvmRbHcbDRW78e2sYlOPyiAb5XvR2V7e+DlqXQ9QKU/akIn5UmCRlhzlRzbNv85vBcftogAcHHXOBOLg4ArAwcEVgIODKwAHR+3A/wUYACOcJ53l8G4HAAAAAElFTkSuQmCC) no-repeat;background-size:contain;height:34px;width:120px}.Header_header__OKWO7 .Header_message__1vwhr{color:#fcfcfc;font-size:20px;font-weight:600;margin-right:auto}.Header_header__OKWO7 .Header_search__u\+26P{align-items:center;display:flex;flex-direction:row;position:relative}.Header_header__OKWO7 .Header_search__u\+26P input{background:#323232;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:text;font-size:16px;height:36px;outline:none;padding:6px 52px 6px 20px;width:300px}.Header_header__OKWO7 .Header_search__u\+26P img{cursor:pointer;height:22px;position:absolute;right:20px;width:22px}.Header_header__OKWO7 .Header_userMenu__NSzpP{align-items:center;display:flex;flex-direction:row;gap:20px;margin-left:auto}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_profileMenu__OsyIf{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:8px}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_profileMenu__OsyIf .Header_profilePicture__-w6YF{border-radius:50%;height:34px;width:34px}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_profileMenu__OsyIf .Header_profileInfo__96BxV{display:flex;flex-direction:column;gap:2px}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_profileMenu__OsyIf .Header_profileInfo__96BxV .Header_name__59-C5{color:#fafafa;font-size:16px}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_profileMenu__OsyIf .Header_profileInfo__96BxV .Header_username__x77JC{align-items:center;color:#868b90;display:flex;flex-direction:row;font-size:14px;gap:4px}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_profileMenu__OsyIf .Header_profileInfo__96BxV .Header_username__x77JC .Header_platform__CHAAK{height:14px}@media(max-width:768px){.Header_header__OKWO7{left:0}.Header_header__OKWO7 .Header_mobileMenu__it1w-{display:flex}}@media(max-width:430px){.Header_header__OKWO7{padding:24px 12px}.Header_header__OKWO7 .Header_mobileMenu__it1w-{gap:8px}.Header_header__OKWO7 .Header_mobileMenu__it1w- .Header_mobileLogo__3Vskg{background:url(/static/media/logoMark.9f340d0f4332ad405040.png) no-repeat;background-size:contain;height:30px;width:30px}}.DropdownMenu_dropdownMenu__R6R3n{background:#2d2d2d;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:12px;position:absolute;right:24px;top:54px;width:260px;z-index:100}.DropdownMenu_dropdownMenu__R6R3n:before{border-bottom:16px solid #2d2d2d;border-left:16px solid #0000;border-right:16px solid #0000;content:"";left:78%;position:absolute;top:-7px;width:0}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D{display:flex;flex-direction:column;gap:10px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearch__n9NZS{display:flex;flex-direction:row;width:100%}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearch__n9NZS input{background:#292929;border:none;border-radius:6px 0 0 6px;box-sizing:border-box;color:#fafafa;font-size:16px;outline:none;padding:10px 12px;width:100%}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearch__n9NZS button{align-items:center;background:#292929;border:none;border-radius:0 6px 6px 0;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:38.33px;justify-content:center;padding-right:12px;width:38.33px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearch__n9NZS button img{height:20px;transition:.3s}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearch__n9NZS button img:hover{filter:brightness(1.4)}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearchResults__8cUmo{background:#323232;border-radius:6px;box-sizing:border-box;color:#7d7d7d;display:flex;flex-direction:column;gap:10px;padding:12px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearchResults__8cUmo .DropdownMenu_adminUserResultItem__A86cE{align-items:center;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:4px;padding:4px 6px;transition:.3s}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearchResults__8cUmo .DropdownMenu_adminUserResultItem__A86cE:hover{background:#3d3d3d}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearchResults__8cUmo .DropdownMenu_adminUserResultItem__A86cE .DropdownMenu_platform__-Vq3c{height:14px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearchResults__8cUmo .DropdownMenu_adminUserResultItem__A86cE .DropdownMenu_picture__Kbm4G{border-radius:50%;height:14px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_adminMenu__gNm1D .DropdownMenu_adminUserSearchResults__8cUmo .DropdownMenu_adminUserResultItem__A86cE .DropdownMenu_username__-tHxO{color:#cecece;font-size:16px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z{align-items:center;border-bottom:1px solid #3d3d3d;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:6px;padding:10px 12px;transition:.2s}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z:last-child{border-bottom:none}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z:hover{background:#3d3d3d;border-radius:6px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z img{height:16px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z .DropdownMenu_dropdownMenuItemText__u5gfV{color:#fafafa;font-size:16px}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z.DropdownMenu_isMobile__A1TUB{display:none}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_languageSelect__QViuU{align-items:center;background:#292929;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:none;flex-direction:row;font-size:16px;gap:6px;outline:none;padding:10px 12px;transition:.2s;width:100%}@media(max-width:768px){.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z.DropdownMenu_isMobile__A1TUB,.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_languageSelect__QViuU{display:flex}}.QuickMenu_quickMenu__pYPKn{align-items:center;border-right:1px solid #363636;display:flex;flex-direction:row;gap:14px;padding-right:19px}.QuickMenu_quickMenu__pYPKn .QuickMenu_quickMenuItem__ipKDR{align-items:center;cursor:pointer;display:flex;flex-direction:row}.QuickMenu_quickMenu__pYPKn .QuickMenu_quickMenuItem__ipKDR img{height:24px;width:24px}.QuickMenu_quickMenu__pYPKn .QuickMenu_quickMenuItem__ipKDR .QuickMenu_addBalance__aFCpV{align-items:center;background:#5d7fff;border:none;border-radius:4px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;gap:2px;justify-content:center;outline:none;padding:6px;transition:.3s;white-space:nowrap}.QuickMenu_quickMenu__pYPKn .QuickMenu_quickMenuItem__ipKDR .QuickMenu_addBalance__aFCpV:hover{box-shadow:0 0 4px 1px #5d7fff}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA{align-items:center;background:#272727;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;padding:6px;position:relative;transition:.3s}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA:hover{background:#303030}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_currentBalance__M8FgR{display:flex;flex-direction:row;gap:4px}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_currentBalance__M8FgR .QuickMenu_balanceItem__AMuMn{align-items:center;color:#cecece;display:flex;flex-direction:row;font-size:14px;gap:2px}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_currentBalance__M8FgR .QuickMenu_balanceItem__AMuMn .QuickMenu_currencyIcon__qBfM3{color:#d3d3d3;font-weight:500}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_currentBalance__M8FgR .QuickMenu_balanceItem__AMuMn .QuickMenu_balanceAmount__3RV8W{color:#cecece;font-weight:400}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_otherBalances__ajrt4{background:#272727;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;font-size:14px;gap:6px;left:0;min-width:80px;padding:6px;position:absolute;top:34px;transition:.3s;z-index:2}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_otherBalances__ajrt4 .QuickMenu_balanceItem__AMuMn{align-items:center;border-radius:4px;box-sizing:border-box;color:#cecece;display:flex;flex-direction:row;font-size:14px;gap:2px;padding:4px 6px;transition:.3s}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_otherBalances__ajrt4 .QuickMenu_balanceItem__AMuMn .QuickMenu_currencyIcon__qBfM3{color:#d3d3d3;font-weight:500}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_otherBalances__ajrt4 .QuickMenu_balanceItem__AMuMn .QuickMenu_balanceAmount__3RV8W{color:#cecece;font-weight:400}.QuickMenu_quickMenu__pYPKn .QuickMenu_balanceBox__Pp7AA .QuickMenu_otherBalances__ajrt4 .QuickMenu_balanceItem__AMuMn:hover{background:#494949}@media(max-width:768px){.QuickMenu_quickMenu__pYPKn{display:none}}.Loading_loadingContainer__wnuVF{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}@keyframes SidePopup_slideIn__ZcYPd{0%{transform:translateX(100%)}to{transform:translateX(0)}}.SidePopup_sidePopup__kw4n3{animation:SidePopup_slideIn__ZcYPd .3s;background:#222;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:column;font-family:"Inter,sans-serif";gap:20px;height:auto;padding:20px;transition:.3s;width:100%}.SidePopup_sidePopup__kw4n3 .SidePopup_closeButton__0TMdV{align-items:center;align-self:flex-start;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;font-size:20px;height:20px;justify-content:center;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.SidePopup_sidePopup__kw4n3 .SidePopup_closeButton__0TMdV img{filter:brightness(.6);height:20px;max-height:20px;min-height:20px;transition:.3s}.SidePopup_sidePopup__kw4n3 .SidePopup_closeButton__0TMdV:hover img{filter:brightness(1)}.CustomFilterList_customFilterList__64BCf{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(6,1fr)}@media(max-width:1280px){.CustomFilterList_customFilterList__64BCf{grid-template-columns:repeat(5,1fr)}}@media(max-width:1024px){.CustomFilterList_customFilterList__64BCf{grid-template-columns:repeat(4,1fr)}}@media(max-width:868px){.CustomFilterList_customFilterList__64BCf{grid-template-columns:repeat(3,1fr)}}@media(max-width:480px){.CustomFilterList_customFilterList__64BCf{grid-template-columns:repeat(2,1fr)}}@media(max-width:320px){.CustomFilterList_customFilterList__64BCf{grid-template-columns:1fr}}@keyframes FilterItem_liveAnimation__vOzug{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}.FilterItem_filterItem__CC4RE{display:flex;flex-direction:column;gap:6px;height:auto;position:relative;width:100%}.FilterItem_filterItem__CC4RE .FilterItem_filterTitle__t1-wI{align-items:center;color:#e7e7e7;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:6px;height:auto;white-space:nowrap;width:100%}.FilterItem_filterItem__CC4RE .FilterItem_filterTitle__t1-wI svg{fill:#b3b3b3;height:14px;width:14px}.FilterItem_filterItem__CC4RE .FilterItem_filterInput__0l7PD{align-items:center;background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:36px;justify-content:space-between;padding:8px;width:100%}.FilterItem_filterItem__CC4RE .FilterItem_filterInput__0l7PD .FilterItem_inputPlaceholder__xBP6O{color:#b3b3b3;font-size:16px}.FilterItem_filterItem__CC4RE .FilterItem_filterInput__0l7PD .FilterItem_inputPlaceholder__xBP6O.FilterItem_text__wPs2f{color:#fafafa}.FilterItem_filterItem__CC4RE .FilterItem_filterInput__0l7PD img{height:16px}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf{background:#212121;border:1px solid #383838;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;margin-top:70px;max-height:190px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:8px;position:absolute;width:100%;z-index:1}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_filterSearch__ygLys{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:6px;width:100%}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_filterSearch__ygLys input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;display:inline-flex;font-size:16px;outline:none;padding:8px;width:100%}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_filterSearch__ygLys .FilterItem_searchBtn__e2rPE{align-items:center;background:#555;border:none;border-radius:8px;cursor:pointer;display:flex;flex-direction:row;height:36px;justify-content:center;max-height:36px;max-width:36px;min-height:36px;min-width:36px;outline:none;width:36px}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_filterSearch__ygLys .FilterItem_searchBtn__e2rPE svg{fill:#fafafa;height:calc(100% - 18px);transition:.3s;width:calc(100% - 18px)}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_filterSearch__ygLys .FilterItem_searchBtn__e2rPE:hover{fill:#5d7fff}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek{display:flex;flex-direction:column;gap:10px;overflow:auto;width:100%}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac{align-items:center;display:flex;flex-direction:row;gap:6px}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac .FilterItem_liveIcon__PTxpO{animation:FilterItem_liveAnimation__vOzug 1s infinite;color:#f33;height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac .FilterItem_checkbox__6QJlh{align-items:center;background:#383838;border-radius:6px;cursor:pointer;display:inline-flex;height:20px;justify-content:center;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac .FilterItem_checkbox__6QJlh img{height:12px;opacity:0;transition:.3s}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac .FilterItem_checkbox__6QJlh:hover{background:#555}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac .FilterItem_checkbox__6QJlh.FilterItem_selected__eYbFP{background:#5d7fff}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac .FilterItem_checkbox__6QJlh.FilterItem_selected__eYbFP img{opacity:1}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac .FilterItem_checkbox__6QJlh.FilterItem_selected__eYbFP:hover{background:#5d7fff}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac .FilterItem_text__wPs2f{color:#fafafa;display:block;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac .FilterItem_logo__6\+BU5{border-radius:50%;height:18px;max-height:18px;min-height:18px;object-fit:contain;vertical-align:middle;width:18px}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac .FilterItem_roundedLogo__yQzNd{border-radius:2px;height:18px;max-height:18px;min-height:18px;object-fit:contain;vertical-align:middle;width:18px}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac .FilterItem_notRoundedLogo__8fQpt{height:18px;max-height:18px;min-height:18px;object-fit:contain;vertical-align:middle;width:18px}.FilterItem_filterItem__CC4RE .FilterItem_filterResult__o3Ryf .FilterItem_itemList__l71ek .FilterItem_item__pEVac .FilterItem_platform__7eiWe{border-radius:2px;height:18px;max-height:18px;min-height:18px;object-fit:contain;vertical-align:middle;width:18px}.ToggleSwitch_toggleSwitch__sqJyR{align-items:center;background:#292929;border:1px solid #303030;border-radius:18px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;gap:10px;height:30px;justify-content:start;padding:4px;transition:.3s;width:60px}.ToggleSwitch_toggleSwitch__sqJyR .ToggleSwitch_toggleDot__6r90z{align-items:center;background:#5d5d5d;border-radius:50%;display:flex;height:18px;justify-content:center;transition:.3s;width:18px}.ToggleSwitch_toggleSwitch__sqJyR.ToggleSwitch_active__jmDCW{background:#5d7fff;border:1px solid #5d7fff}.ToggleSwitch_toggleSwitch__sqJyR.ToggleSwitch_active__jmDCW .ToggleSwitch_toggleDot__6r90z{background:#fafafa;margin-left:32px}.ToggleSwitch_toggleSwitch__sqJyR.ToggleSwitch_small__UAHut{height:20px;width:40px}.ToggleSwitch_toggleSwitch__sqJyR.ToggleSwitch_small__UAHut .ToggleSwitch_toggleDot__6r90z{height:14px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.ToggleSwitch_toggleSwitch__sqJyR.ToggleSwitch_small__UAHut.ToggleSwitch_active__jmDCW .ToggleSwitch_toggleDot__6r90z{margin-left:18px}.ToggleSwitch_toggleSwitch__sqJyR.ToggleSwitch_medium__HwNa\+{height:25px;width:50px}.ToggleSwitch_toggleSwitch__sqJyR.ToggleSwitch_medium__HwNa\+ .ToggleSwitch_toggleDot__6r90z{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.ToggleSwitch_toggleSwitch__sqJyR.ToggleSwitch_medium__HwNa\+.ToggleSwitch_active__jmDCW .ToggleSwitch_toggleDot__6r90z{margin-left:24px}.CustomDatePicker_datePickerContent__eZjIr{box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;padding:3px 0;width:100%}.CustomDatePicker_datePickerContent__eZjIr *{cursor:pointer}.CustomDatePicker_datePickerContent__eZjIr .css-q2lp9a-MuiInputBase-root-MuiOutlinedInput-root:hover .MuiOutlinedInput-notchedOutline{border-color:#8c8c8c}.CustomDatePicker_datePickerContent__eZjIr .css-axj3wf-MuiFormLabel-root-MuiInputLabel-root.Mui-focused{color:#5d7fff}.AdsPopup_adsPopup__JQGYo{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.TabSwitcher_tabSwitcher__C5NrO{border-bottom:1px solid #5d7fff;flex-wrap:wrap;height:auto;max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabItem_tabItem__\+8GJ9,.TabSwitcher_tabSwitcher__C5NrO{align-items:center;box-sizing:border-box;display:flex;flex-direction:row}.TabItem_tabItem__\+8GJ9{border-left:1px solid #0000;border-right:1px solid #0000;border-top:1px solid #0000;border-top-left-radius:6px;border-top-right-radius:6px;color:#cecece;cursor:pointer;justify-content:center;padding:10px;transition:.3s}.TabItem_tabItem__\+8GJ9.TabItem_active__PQEIY{background-color:#5d7fff33;border-left:1px solid #5d7fff;border-right:1px solid #5d7fff;border-top:1px solid #5d7fff;color:#fafafa}.TabItem_tabItem__\+8GJ9:hover{background-color:#5d7fff0d}.TabItem_tabItem__\+8GJ9:hover.TabItem_active__PQEIY{background-color:#5d7fff33}.Labelling_labelling__qE4Qz{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.Labelling_labelling__qE4Qz .Labelling_clipTypeSwitcher__lxAIY{align-items:center;background:#353535;border-radius:6px;display:flex;flex-direction:row;flex-wrap:wrap;gap:6px;height:auto;padding:6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Labelling_labelling__qE4Qz .Labelling_clipTypeSwitcher__lxAIY svg{fill:#868686;height:14px;width:14px}.Labelling_labelling__qE4Qz .Labelling_clipTypeSwitcher__lxAIY .Labelling_typeItem__EErJ1{align-items:center;background:#2d2d2d;border-radius:6px;box-sizing:border-box;color:#cdcdcd;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:2px;padding:6px 10px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Labelling_labelling__qE4Qz .Labelling_clipTypeSwitcher__lxAIY .Labelling_typeItem__EErJ1.Labelling_active__fcBCi{background:#5d7fff;color:#fafafa}.Labelling_labelling__qE4Qz .Labelling_clipTypeSwitcher__lxAIY .Labelling_typeItem__EErJ1.Labelling_active__fcBCi svg{fill:#fafafa}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;width:100%}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU{align-self:flex-start;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;max-width:1024px;width:100%}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_actionSection__UaXds{align-items:center;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:center;width:100%}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_actionSection__UaXds .Labelling_editVideoBtn__nfX0u{align-items:center;align-self:flex-end;background:#414141;border:none;border-radius:6px;color:#cdcdcd;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:6px;padding:10px 12px;transition:.3s}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_actionSection__UaXds .Labelling_editVideoBtn__nfX0u svg{fill:#cdcdcd;height:20px;width:20px}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_actionSection__UaXds .Labelling_editVideoBtn__nfX0u:hover{background:#484848;color:#fafafa}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_actionSection__UaXds button{align-items:center;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:6px;height:auto;justify-content:center;padding:10px 12px;transition:.3s;white-space:nowrap;width:100%}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_actionSection__UaXds button.Labelling_approve__QjLRo{background:#494949}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_actionSection__UaXds button.Labelling_approve__QjLRo:hover{background:#5d7fff80}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_actionSection__UaXds button.Labelling_approve__QjLRo.Labelling_selected__fP6nG{background:#5d7fff}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_actionSection__UaXds button.Labelling_reject__QvBjW{background:#383838}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_actionSection__UaXds button.Labelling_reject__QvBjW:hover{background:#ff333380}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_actionSection__UaXds button.Labelling_reject__QvBjW.Labelling_selected__fP6nG{background:#f33}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_videoContainer__NGaVR{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:100%}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_videoContainer__NGaVR source,.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_videoContainer__NGaVR video{border-radius:12px;box-sizing:border-box;height:auto;width:100%}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_chatSection__H9bqh{align-self:flex-start;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;max-height:620px;min-width:400px;overflow:auto;width:100%}@media(max-width:1580px){.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_chatSection__H9bqh{max-width:300px}}@media(max-width:1160px){.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_chatSection__H9bqh{max-height:560px}}@media(max-width:1024px){.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ{flex-direction:column}.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_chatSection__H9bqh,.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU{max-width:100%}}@media(max-width:428px){.Labelling_labelling__qE4Qz .Labelling_section__SY4oJ .Labelling_videoSection__yObuU .Labelling_actionSection__UaXds{flex-direction:column}}.LabellingChat_chatContainer__poTI-{background:#0f1214;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;overflow:auto;padding:12px;width:100%}.LabellingChat_chatContainer__poTI- .LabellingChat_chatItem__c1kOT{border-bottom:1px solid #1a1a1a;color:#fafafa;font-size:16px;font-weight:500;line-height:1.25rem;padding-bottom:10px;word-break:break-word}.LabellingChat_chatContainer__poTI- .LabellingChat_chatItem__c1kOT .LabellingChat_username__CzK2k{color:#5d7fff;font-weight:600}.LabellingChat_chatContainer__poTI- .LabellingChat_chatItem__c1kOT:last-child{border-bottom:none}.LabellingChat_chatContainer__poTI- .LabellingChat_notAvailable__X9gO0{align-items:center;background:#1a1a1a;border-radius:6px;box-sizing:border-box;color:#686868;display:flex;flex-direction:column;font-size:20px;font-weight:500;gap:6px;height:auto;justify-content:center;padding:24px 10px;width:100%}.LabellingChat_chatContainer__poTI- .LabellingChat_notAvailable__X9gO0 svg{fill:#7d7d7d;height:34px;width:34px}.TranscriptText_transcriptText__\+ZMjV{background:#0f1214;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;overflow:auto;padding:12px;width:100%}.TranscriptText_transcriptText__\+ZMjV .TranscriptText_textSection__ntriG{border-bottom:1px solid #1a1a1a;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:20px;width:100%}.TranscriptText_transcriptText__\+ZMjV .TranscriptText_textSection__ntriG:last-child{border-bottom:none}.TranscriptText_transcriptText__\+ZMjV .TranscriptText_textSection__ntriG .TranscriptText_type__H\+xjv{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:20px;font-weight:500;gap:4px;height:auto;width:100%}.TranscriptText_transcriptText__\+ZMjV .TranscriptText_textSection__ntriG .TranscriptText_notAvailable__wXIOk{align-items:center;background:#1a1a1a;border-radius:6px;box-sizing:border-box;color:#686868;display:flex;flex-direction:column;font-size:20px;font-weight:500;gap:6px;height:auto;justify-content:center;padding:24px 10px;width:100%}.TranscriptText_transcriptText__\+ZMjV .TranscriptText_textSection__ntriG .TranscriptText_notAvailable__wXIOk svg{fill:#7d7d7d;height:34px;width:34px}.TranscriptSubtitle_transcriptSubtitle__U6M6t{background:#0f1214;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;height:auto;overflow:auto;padding:12px;width:100%}.TranscriptSubtitle_transcriptSubtitle__U6M6t .TranscriptSubtitle_notAvailable__EmMAf{align-items:center;background:#1a1a1a;border-radius:6px;box-sizing:border-box;color:#686868;display:flex;flex-direction:column;font-size:20px;font-weight:500;gap:6px;height:auto;justify-content:center;padding:24px 10px;width:100%}.TranscriptSubtitle_transcriptSubtitle__U6M6t .TranscriptSubtitle_notAvailable__EmMAf svg{fill:#7d7d7d;height:34px;width:34px}.SubtitleItem_subtitleItem__Sk8an{align-items:baseline;border-bottom:1px solid #292929;border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:10px;height:auto;padding:20px 10px;transition:.3s;width:100%}.SubtitleItem_subtitleItem__Sk8an:last-child{border-bottom:none}.SubtitleItem_subtitleItem__Sk8an .SubtitleItem_timeStamps__px\+M5{border-left:2px solid #0000;border-radius:3px;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:auto;min-width:70px;padding-bottom:5px;padding-left:5px;padding-top:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SubtitleItem_subtitleItem__Sk8an .SubtitleItem_timeStamps__px\+M5 .SubtitleItem_endTime__cGr\+-,.SubtitleItem_subtitleItem__Sk8an .SubtitleItem_timeStamps__px\+M5 .SubtitleItem_startTime__ZnRlM{align-items:center;color:#868686;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:2px}.SubtitleItem_subtitleItem__Sk8an .SubtitleItem_timeStamps__px\+M5 .SubtitleItem_endTime__cGr\+- svg,.SubtitleItem_subtitleItem__Sk8an .SubtitleItem_timeStamps__px\+M5 .SubtitleItem_startTime__ZnRlM svg{height:14px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}.SubtitleItem_subtitleItem__Sk8an .SubtitleItem_subtitleContent__UHHho{border:1px solid #0000;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:auto;padding:6px;transition:.3s;width:100%}.SubtitleItem_subtitleItem__Sk8an .SubtitleItem_subtitleContent__UHHho .SubtitleItem_main__YTQcv{border-bottom:1px solid #1a1a1a;padding-bottom:6px}.SubtitleItem_subtitleItem__Sk8an .SubtitleItem_subtitleContent__UHHho .SubtitleItem_main__YTQcv,.SubtitleItem_subtitleItem__Sk8an .SubtitleItem_subtitleContent__UHHho .SubtitleItem_translated__L5KbC{display:flex;flex-direction:row;gap:4px}.SubtitleItem_subtitleItem__Sk8an .SubtitleItem_subtitleContent__UHHho .SubtitleItem_main__YTQcv svg,.SubtitleItem_subtitleItem__Sk8an .SubtitleItem_subtitleContent__UHHho .SubtitleItem_translated__L5KbC svg{fill:#5d7fff;height:14px;min-height:14px;min-width:14px;width:14px}.SubtitleItem_subtitleItem__Sk8an.SubtitleItem_highlighted__WsKwK .SubtitleItem_timeStamps__px\+M5{border-left:2px solid #5d7fff}.SubtitleItem_subtitleItem__Sk8an.SubtitleItem_highlighted__WsKwK .SubtitleItem_subtitleContent__UHHho{background:#5d7fffb3;border:1px solid #5d7fff}.SubtitleItem_subtitleItem__Sk8an.SubtitleItem_highlighted__WsKwK .SubtitleItem_subtitleContent__UHHho .SubtitleItem_main__YTQcv{border-bottom:1px solid #5d7fff}.SubtitleItem_subtitleItem__Sk8an.SubtitleItem_highlighted__WsKwK .SubtitleItem_subtitleContent__UHHho .SubtitleItem_main__YTQcv svg,.SubtitleItem_subtitleItem__Sk8an.SubtitleItem_highlighted__WsKwK .SubtitleItem_subtitleContent__UHHho .SubtitleItem_translated__L5KbC svg{fill:#fafafa}.SubtitleItem_subtitleItem__Sk8an:hover{background:#1a1a1a}.TranscriptDetection_transcriptDetection__xAaZb{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_sectionInfoBox__H9NTh{align-items:flex-start;background:#252525;border-radius:10px;box-sizing:border-box;color:#c9c9c9;display:flex;flex-direction:row;font-size:13px;font-weight:400;gap:5px;height:auto;padding:10px;width:100%}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_sectionInfoBox__H9NTh svg{color:#5d7fff;height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;margin-top:4px;width:100%}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh .TranscriptDetection_labels__pWMLP{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:auto;width:100%}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh .TranscriptDetection_labels__pWMLP .TranscriptDetection_labelItem__SHYkd{align-items:center;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:5px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh .TranscriptDetection_labels__pWMLP .TranscriptDetection_labelItem__SHYkd .TranscriptDetection_status__luc8k{border-radius:2px;display:flex;height:14px;width:14px}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh .TranscriptDetection_labels__pWMLP .TranscriptDetection_labelItem__SHYkd .TranscriptDetection_status__luc8k.TranscriptDetection_brandMention__JbY9B{background:#234e23;border:1px solid #3ed13c}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh .TranscriptDetection_labels__pWMLP .TranscriptDetection_labelItem__SHYkd .TranscriptDetection_status__luc8k.TranscriptDetection_brandSafety__xB74l{background:#763232;border:1px solid #e24241}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh .TranscriptDetection_scriptContent__fNWRP{background:#272727;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;max-height:300px;overflow-y:auto;padding:16px;width:100%}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh .TranscriptDetection_scriptContent__fNWRP .TranscriptDetection_notAvailable__1NRB6{align-items:center;background:#292929;border-radius:6px;box-sizing:border-box;color:#686868;display:flex;flex-direction:column;font-size:20px;font-weight:500;gap:6px;height:auto;justify-content:center;padding:24px 10px;width:100%}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh .TranscriptDetection_scriptContent__fNWRP .TranscriptDetection_notAvailable__1NRB6 svg{fill:#7d7d7d;height:34px;width:34px}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh .TranscriptDetection_scriptContent__fNWRP .TranscriptDetection_scriptTitle__in6qi{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:5px}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh .TranscriptDetection_scriptContent__fNWRP .TranscriptDetection_scriptText__nW9Np{color:#fafafa;font-size:16px;font-weight:400;height:auto;line-height:24px;width:100%}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh .TranscriptDetection_scriptContent__fNWRP .TranscriptDetection_scriptText__nW9Np .TranscriptDetection_brandMention__JbY9B{background:#234e23;border:1px solid #3ed13c;border-radius:4px;box-sizing:border-box;color:#d7ffd9;padding:2px 4px}.TranscriptDetection_transcriptDetection__xAaZb .TranscriptDetection_detectionContent__uZ-Dh .TranscriptDetection_scriptContent__fNWRP .TranscriptDetection_scriptText__nW9Np .TranscriptDetection_brandSafety__xB74l{background:#763232;border:1px solid #e24241;border-radius:4px;box-sizing:border-box;color:#fff0f0;padding:2px 4px}.ClipEditorPopup_newAssetPopup__v97xJ{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b3;color:#fafafa;height:100vh;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:101}.ClipEditorPopup_newAssetPopup__v97xJ .ClipEditorPopup_popupContent__-SK0W{background:#222;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;margin:40px auto;max-width:680px;min-height:395px;padding:20px;position:relative;width:100%}.ClipEditorPopup_newAssetPopup__v97xJ .ClipEditorPopup_popupContent__-SK0W .ClipEditorPopup_popupCloseBtn__BdP2h{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:24px;justify-content:center;max-height:24px;max-width:24px;min-height:24px;min-width:24px;outline:none;position:absolute;right:20px;top:20px;transition:.3s;width:24px}.ClipEditorPopup_newAssetPopup__v97xJ .ClipEditorPopup_popupContent__-SK0W .ClipEditorPopup_popupCloseBtn__BdP2h svg{color:#fafafa;height:100%;transition:.3s;width:100%}.ClipEditorPopup_newAssetPopup__v97xJ .ClipEditorPopup_popupContent__-SK0W .ClipEditorPopup_popupCloseBtn__BdP2h:hover{opacity:.8}.ClipEditorPopup_newAssetPopup__v97xJ .ClipEditorPopup_popupContent__-SK0W .ClipEditorPopup_popupHeaderSection__6P5Oo{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;width:100%}.ClipEditorPopup_newAssetPopup__v97xJ .ClipEditorPopup_popupContent__-SK0W .ClipEditorPopup_popupHeaderSection__6P5Oo .ClipEditorPopup_popupTitle__E\+C6\+{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:20px;font-weight:500;gap:8px}.ClipEditorPopup_newAssetPopup__v97xJ .ClipEditorPopup_popupContent__-SK0W .ClipEditorPopup_popupHeaderSection__6P5Oo .ClipEditorPopup_popupTitle__E\+C6\+ svg{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.ClipEditorPopup_newAssetPopup__v97xJ .ClipEditorPopup_popupContent__-SK0W .ClipEditorPopup_popupHeaderSection__6P5Oo .ClipEditorPopup_popupTitle__E\+C6\+ svg path{fill:#5d7fff}.ClipEditorPopup_newAssetPopup__v97xJ .ClipEditorPopup_popupContent__-SK0W .ClipEditorPopup_popupHeaderSection__6P5Oo .ClipEditorPopup_popupDesc__M-5fd{align-items:center;box-sizing:border-box;color:#d9d9d9;display:flex;flex-direction:row;font-size:16px;font-weight:400;height:auto;width:100%}.ClipEditorPopup_newAssetPopup__v97xJ .ClipEditorPopup_popupContent__-SK0W .ClipEditorPopup_popupHeaderSection__6P5Oo .ClipEditorPopup_backBtn__ZL3T9{align-items:center;background:#303030;border:none;border-radius:5px;box-sizing:border-box;color:#c9c9c9;cursor:pointer;display:flex;flex-direction:row;font-family:Inter;font-size:14px;font-weight:500;gap:5px;height:auto;justify-content:center;padding:4px 6px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ClipEditorPopup_newAssetPopup__v97xJ .ClipEditorPopup_popupContent__-SK0W .ClipEditorPopup_popupHeaderSection__6P5Oo .ClipEditorPopup_backBtn__ZL3T9:hover{background:#3a3a3a}.PrepareStep_prepareStep__Wnxa-{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoEmbed__o4tQp{border-radius:10px;box-sizing:border-box;display:flex;flex-direction:row;height:auto;overflow:hidden;position:relative;width:100%}.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoEmbed__o4tQp:after{background-color:#0000;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoEmbed__o4tQp video{aspect-ratio:16/9;border-radius:10px;height:auto;width:100%}.PrepareStep_prepareStep__Wnxa- .PrepareStep_trimTimeline__aK5XC{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAIASURBVHgB7ZrbigIxDIbjuIIH9MITgoLg+7+RKIo3gngAUURxdvkLLWVcpOO0ITvbD8QOnvI3SZtmrMxms28qAQmVhChEGl/kkUajQf1+n9I0pd1uR/f7nbjwJqRardJkMqFaraaukyShzWZDXHgLLRiuRYB6vU6cxBwJRavVona7TbfbjU6nk/PnRAmBiOl0aq4fjwddLhenz+YKLfzQYDAIFv/NZvPt9TucPQLj9WxBzHq9dp4tDpw9gri1yTNbHMQS5VP0quQb1lULuYUHuF6vtFqtyBesHul0OmaMHLMrgaKwCkEZE+y77QsUfnhIB57M2mlyBAk4Ho/VrB0OB9putySR0WhE3W5XjVFdn89nNTYeGQ6HxvV4o8/49QW8oEWAXq9nxkZIyPj1RdZGe7LjhiiNKEQa5ROC05gNWjrSsW02QrAB6hfQk3o+nyQN2AfbACba3rTNzo7D/nw+V2u1ZG9AyH6/f7HxJUf+Qkj9ZiNrsoecJFYhx+PRjFGYZheYIrCeEGE8qlUUf8hJn7A36OAFn57Q/L+dHSGhkxXPefqyHDiHFmJ6sViodg46jCHCowi5cgTGh/QEWkQ2+hjrgqhuPDy9XC5V/wCi8qxs4u6PwPhPluZ4HpFGFJIFe4tdFHLfBPImBAcxdNex2uC8oA9AXFTiv4OEEYVI4wflL9IckBudRwAAAABJRU5ErkJggg==);background-repeat:repeat-x;box-sizing:border-box;display:flex;flex-direction:row;height:auto;margin-top:20px;min-height:50px;width:100%}.PrepareStep_prepareStep__Wnxa- .PrepareStep_trimTimeline__aK5XC .PrepareStep_trimSlider__-80mt{margin-top:30px}.PrepareStep_prepareStep__Wnxa- .PrepareStep_trimTimeline__aK5XC .PrepareStep_trimSlider__-80mt>.MuiSlider-thumb{z-index:2}.PrepareStep_prepareStep__Wnxa- .PrepareStep_trimTimeline__aK5XC .PrepareStep_trimSlider__-80mt>.MuiSlider-thumb:nth-child(4){background:linear-gradient(270deg,#c10000,#5d7fff);z-index:1}.PrepareStep_prepareStep__Wnxa- .PrepareStep_trimTimeline__aK5XC .PrepareStep_trimSlider__-80mt>.MuiSlider-thumb:nth-child(3){background:linear-gradient(90deg,#47c100,#5d7fff);z-index:1}.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoControlSection__R4UMt{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:30px;height:auto;justify-content:space-between;width:100%}.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoControlSection__R4UMt .PrepareStep_endTime__fvl9x,.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoControlSection__R4UMt .PrepareStep_startTime__WY5wB{box-sizing:border-box;height:auto;position:relative;width:100%}.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoControlSection__R4UMt .PrepareStep_endTime__fvl9x input[type=text],.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoControlSection__R4UMt .PrepareStep_startTime__WY5wB input[type=text]{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter;font-size:16px;font-weight:400;height:auto;outline:none;padding:18px 10px 10px 20px;width:100%}.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoControlSection__R4UMt .PrepareStep_endTime__fvl9x .PrepareStep_inputLabel__E\+H1R,.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoControlSection__R4UMt .PrepareStep_startTime__WY5wB .PrepareStep_inputLabel__E\+H1R{color:#c9c9c9;font-size:16px;font-weight:500;left:12px;position:absolute;top:-8px}.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoControlSection__R4UMt .PrepareStep_controlBtn__k7iyE{align-items:center;background:#0000;border:2.4px solid #fafafa;border-radius:50%;cursor:pointer;display:flex;flex-direction:row;height:50px;justify-content:center;max-height:50px;max-width:50px;min-height:50px;min-width:50px;padding:12px;transition:.3s;width:50px}.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoControlSection__R4UMt .PrepareStep_controlBtn__k7iyE:hover{opacity:.8}.PrepareStep_prepareStep__Wnxa- .PrepareStep_videoControlSection__R4UMt .PrepareStep_controlBtn__k7iyE svg{color:#fafafa;height:100%;width:100%}.PrepareStep_prepareStep__Wnxa- .PrepareStep_stepFooter__F4N0F{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:flex-end;margin-top:10px;width:100%}.PrepareStep_prepareStep__Wnxa- .PrepareStep_stepFooter__F4N0F .PrepareStep_cancelBtn__u5\+nT{background:#303030;border:none;border-radius:6px;color:#fafafa;cursor:pointer;font-size:16px;font-weight:500;padding:10px 15px;transition:.3s}.PrepareStep_prepareStep__Wnxa- .PrepareStep_stepFooter__F4N0F .PrepareStep_cancelBtn__u5\+nT:hover{background:#3a3a3a}.PrepareStep_prepareStep__Wnxa- .PrepareStep_stepFooter__F4N0F .PrepareStep_nextBtn__7248j{background:#5d7fff;border:none;border-radius:6px;color:#fafafa;cursor:pointer;font-size:16px;font-weight:500;padding:10px 15px;transition:.3s}.PrepareStep_prepareStep__Wnxa- .PrepareStep_stepFooter__F4N0F .PrepareStep_nextBtn__7248j:hover{background:#5d7fffcc}.PrepareStep_loadingSection__Z4qp2{align-items:center;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:20px;height:100%;justify-content:center;width:100%}.PrepareStep_loadingSection__Z4qp2 .PrepareStep_loadingText__ZR7f9{color:#fafafa;font-size:18px;font-weight:500;text-align:center}.PrepareStep_loadingSection__Z4qp2 .PrepareStep_loadingIcon__Q1Y7p{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:center;width:100%}.FinishStep_finishStep__lrtSV{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.FinishStep_finishStep__lrtSV .FinishStep_videoPreview__qYg77{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.FinishStep_finishStep__lrtSV .FinishStep_videoPreview__qYg77 video{aspect-ratio:16/9;border-radius:10px;height:auto;width:100%}.FinishStep_finishStep__lrtSV .FinishStep_approveClip__WUT7-{align-items:center;display:flex;flex-direction:row;gap:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.FinishStep_finishStep__lrtSV .FinishStep_approveClip__WUT7- .FinishStep_checkboxLabel__0TtIG{color:#fafafa;cursor:pointer;font-size:16px;font-weight:400;-webkit-user-select:none;user-select:none}.FinishStep_finishStep__lrtSV .FinishStep_assetDetailsForm__cHr1Z{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.FinishStep_finishStep__lrtSV .FinishStep_assetDetailsForm__cHr1Z .FinishStep_formItem__qlWX4{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.FinishStep_finishStep__lrtSV .FinishStep_assetDetailsForm__cHr1Z .FinishStep_formItem__qlWX4 .FinishStep_inputLabel__FDGhW{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:5px;height:auto;width:100%}.FinishStep_finishStep__lrtSV .FinishStep_assetDetailsForm__cHr1Z .FinishStep_formItem__qlWX4 .FinishStep_inputField__JHObQ{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter;font-size:16px;font-weight:400;height:auto;outline:none;padding:10px 14px;width:100%}.FinishStep_finishStep__lrtSV .FinishStep_assetDetailsForm__cHr1Z .FinishStep_formItem__qlWX4 .FinishStep_inputWrapper__WwWZU{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;position:relative;width:100%}.FinishStep_finishStep__lrtSV .FinishStep_assetDetailsForm__cHr1Z .FinishStep_formItem__qlWX4 .FinishStep_inputWrapper__WwWZU .FinishStep_inputField__JHObQ{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter;font-size:16px;font-weight:400;height:auto;outline:none;padding:10px 14px 10px 35px;width:100%}.FinishStep_finishStep__lrtSV .FinishStep_assetDetailsForm__cHr1Z .FinishStep_formItem__qlWX4 .FinishStep_inputWrapper__WwWZU .FinishStep_inputField__JHObQ[type=number]{-webkit-appearance:textfield;appearance:textfield}.FinishStep_finishStep__lrtSV .FinishStep_assetDetailsForm__cHr1Z .FinishStep_formItem__qlWX4 .FinishStep_inputWrapper__WwWZU .FinishStep_inputField__JHObQ[type=number]::-webkit-inner-spin-button,.FinishStep_finishStep__lrtSV .FinishStep_assetDetailsForm__cHr1Z .FinishStep_formItem__qlWX4 .FinishStep_inputWrapper__WwWZU .FinishStep_inputField__JHObQ[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.FinishStep_finishStep__lrtSV .FinishStep_assetDetailsForm__cHr1Z .FinishStep_formItem__qlWX4 .FinishStep_inputWrapper__WwWZU .FinishStep_selectField__t5Q2m{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter;font-size:16px;font-weight:400;height:auto;outline:none;padding:6px 14px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.FinishStep_finishStep__lrtSV .FinishStep_assetDetailsForm__cHr1Z .FinishStep_formItem__qlWX4 .FinishStep_inputWrapper__WwWZU .FinishStep_inputSuffix__zljBx{color:#fafafa;font-size:16px;font-weight:400;left:14px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.FinishStep_finishStep__lrtSV .FinishStep_stepFooter__mpCf4{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:flex-end;margin-top:10px;width:100%}.FinishStep_finishStep__lrtSV .FinishStep_stepFooter__mpCf4 .FinishStep_cancelBtn__DNPP7{background:#303030;border:none;border-radius:6px;color:#fafafa;cursor:pointer;font-size:16px;font-weight:500;padding:10px 15px;transition:.3s}.FinishStep_finishStep__lrtSV .FinishStep_stepFooter__mpCf4 .FinishStep_cancelBtn__DNPP7:hover{background:#3a3a3a}.FinishStep_finishStep__lrtSV .FinishStep_stepFooter__mpCf4 .FinishStep_finishBtn__M9OMK{background:#5d7fff;border:none;border-radius:6px;color:#fafafa;cursor:pointer;font-size:16px;font-weight:500;padding:10px 15px;transition:.3s}.FinishStep_finishStep__lrtSV .FinishStep_stepFooter__mpCf4 .FinishStep_finishBtn__M9OMK:hover{background:#5d7fffcc}.FinishStep_loadingSection__kEljI{align-items:center;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;gap:20px;height:100%;justify-content:center;width:100%}.FinishStep_loadingSection__kEljI .FinishStep_loadingText__29sq7{color:#fafafa;font-size:18px;font-weight:500;text-align:center}.FinishStep_loadingSection__kEljI .FinishStep_loadingIcon__6gtXT{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:center;width:100%}.ScreenshotGif_screenshotGif__ZKRgM{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.ScreenshotGif_screenshotGif__ZKRgM .ScreenshotGif_screenshotList__fxjMs{grid-gap:1rem;box-sizing:border-box;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);height:auto;width:100%}.ScreenshotGif_screenshotGif__ZKRgM .ScreenshotGif_notAvailable__6xvhL{align-items:center;background:#1a1a1a;border-radius:6px;box-sizing:border-box;color:#686868;display:flex;flex-direction:column;font-size:20px;font-weight:500;gap:6px;height:auto;justify-content:center;padding:24px 10px;width:100%}.ScreenshotGif_screenshotGif__ZKRgM .ScreenshotGif_notAvailable__6xvhL svg{fill:#7d7d7d;height:34px;width:34px}@media(max-width:1580px){.ScreenshotGif_screenshotGif__ZKRgM .ScreenshotGif_screenshotList__fxjMs{grid-template-columns:repeat(1,1fr)}}.ScreenshotGifItem_screenshotGifItem__p9JsC{align-self:flex-start;background:#292929;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:10px;width:100%}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_screenshotDetails__8j8Fo{display:flex;flex-direction:column;flex-wrap:wrap;gap:6px 10px}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_screenshotDetails__8j8Fo .ScreenshotGifItem_streamer__HddDY{align-items:center;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_screenshotDetails__8j8Fo .ScreenshotGifItem_streamer__HddDY img{height:14px;width:14px}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_screenshotDetails__8j8Fo .ScreenshotGifItem_streamer__HddDY img:first-child{border-radius:50%;height:22px;width:22px}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_screenshotDetails__8j8Fo .ScreenshotGifItem_screenshotDate__dLLZm{align-items:center;color:#a3a3a3;display:flex;flex-direction:row;font-size:14px;font-weight:300;gap:4px}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_screenshotDetails__8j8Fo .ScreenshotGifItem_autoApproved__ozjFf{align-items:center;color:#a3a3a3;display:flex;flex-direction:row;font-size:14px;font-weight:300;justify-content:space-between}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_screenshotDetails__8j8Fo .ScreenshotGifItem_autoApproved__ozjFf button{align-items:center;background-color:#494949;border:none;border-radius:4px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-weight:500;height:24px;justify-content:center;max-height:24px;max-width:24px;min-height:24px;min-width:24px;padding:0!important;width:24px}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_screenshotDetails__8j8Fo .ScreenshotGifItem_autoApproved__ozjFf button svg{box-sizing:border-box;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:100%;padding:4px;transition:.3s;width:100%}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_screenshotDetails__8j8Fo .ScreenshotGifItem_autoApproved__ozjFf button:hover{background-color:#5d7fff80}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_buttonsContainer__SNM0k{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;height:auto;width:100%}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_buttonsContainer__SNM0k button{align-items:center;background-color:#494949;border:none;border-radius:4px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-weight:500;height:24px;justify-content:center;max-height:24px;max-width:24px;min-height:24px;min-width:24px;padding:0!important;width:24px}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_buttonsContainer__SNM0k button svg{box-sizing:border-box;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:100%;padding:4px;transition:.3s;width:100%}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_buttonsContainer__SNM0k button:hover{background-color:#5d7fff80}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_screenshot__3R\+6A{display:flex;flex-direction:column}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_screenshot__3R\+6A img{border-radius:8px;height:auto;width:100%}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_actionSection__TidKC{align-items:center;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:center;width:100%}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_actionSection__TidKC button{align-items:center;border:none;border-radius:4px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:6px;height:auto;justify-content:center;padding:6px 8px;transition:.3s;width:100%}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_actionSection__TidKC button.ScreenshotGifItem_approve__J9\+FE{background:#494949}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_actionSection__TidKC button.ScreenshotGifItem_approve__J9\+FE:hover{background:#5d7fff80}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_actionSection__TidKC button.ScreenshotGifItem_approve__J9\+FE.ScreenshotGifItem_selected__J31Hc{background:#5d7fff}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_actionSection__TidKC button.ScreenshotGifItem_reject__\+F4NM{background:#383838}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_actionSection__TidKC button.ScreenshotGifItem_reject__\+F4NM:hover{background:#ff333380}.ScreenshotGifItem_screenshotGifItem__p9JsC .ScreenshotGifItem_actionSection__TidKC button.ScreenshotGifItem_reject__\+F4NM.ScreenshotGifItem_selected__J31Hc{background:#f33}.PageSwitcher_pageSwitcher__kmwiO{align-items:center;display:flex;flex-direction:row;gap:clamp(1rem,2vw,2rem);justify-content:space-between}.PageSwitcher_pageSwitcher__kmwiO .PageSwitcher_actionBtn__Y-7aT{align-items:center;background:#0000;border:none;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:1rem;gap:4px;height:auto;outline:none;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.PageSwitcher_pageSwitcher__kmwiO .PageSwitcher_actionBtn__Y-7aT svg{height:1.2rem;transition:.3s;width:1.2rem}.PageSwitcher_pageSwitcher__kmwiO .PageSwitcher_actionBtn__Y-7aT:hover svg{color:#5d7fff}.DataCardSection_dataCardSection__9m4Bw{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.DataCardItem_dataCardItem__YPUwi{align-self:flex-start;background:#2c2c2c;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DataCardItem_dataCardItem__YPUwi .DataCardItem_title__ki03U{color:#c1c1c1;font-size:14px;font-weight:500}.DataCardItem_dataCardItem__YPUwi .DataCardItem_value__2muBD{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px}.DataCardItem_dataCardItem__YPUwi .DataCardItem_value__2muBD img{border-radius:2px;height:20px;object-fit:contain;width:20px}.DataCardItem_dataCardItem__YPUwi .DataCardItem_value__2muBD span{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px}.DataCardItem_dataCardItem__YPUwi .DataCardItem_value__2muBD span img{border-radius:2px;height:20px;object-fit:contain;width:20px}.DataCardItem_connectionDot__IxTlx{border-radius:50%;display:inline-block;height:8px;vertical-align:middle;width:8px}.AdInfo_adInfo__0NQVA{flex-direction:column;gap:20px}.AdInfoHeader_adInfoHeader__gNRc7,.AdInfo_adInfo__0NQVA{box-sizing:border-box;display:flex;height:auto;width:100%}.AdInfoHeader_adInfoHeader__gNRc7{align-items:center;flex-direction:row;flex-wrap:wrap;gap:20px 40px}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl{display:flex;flex-direction:column;gap:10px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_brand__Yl1Ec{align-items:center;display:flex;flex-direction:row;gap:10px}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_brand__Yl1Ec .AdInfoHeader_logo__ZElBT{align-items:center;display:flex;flex-direction:row;height:50px;justify-content:center;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_brand__Yl1Ec .AdInfoHeader_logo__ZElBT img{border-radius:6px;height:100%;object-fit:contain;width:100%}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_brand__Yl1Ec .AdInfoHeader_section__yok7H{box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_brand__Yl1Ec .AdInfoHeader_section__yok7H .AdInfoHeader_brandName__f\+Bjx{color:#fafafa;cursor:pointer;font-size:26px;font-weight:500;transition:.3s}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_brand__Yl1Ec .AdInfoHeader_section__yok7H .AdInfoHeader_brandName__f\+Bjx:hover{opacity:.8}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_brand__Yl1Ec .AdInfoHeader_section__yok7H .AdInfoHeader_campaignName__kO5YV{color:#999;cursor:pointer;font-size:19px;font-weight:400;transition:.3s}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_brand__Yl1Ec .AdInfoHeader_section__yok7H .AdInfoHeader_campaignName__kO5YV:hover{opacity:.8}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_status__XwE-p{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_status__XwE-p .AdInfoHeader_label__rondp{align-items:center;background:linear-gradient(180deg,#343434,#34343400);border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;gap:4px;height:auto;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_status__XwE-p .AdInfoHeader_label__rondp .AdInfoHeader_dot__AiXUh{background:#888;border-radius:50%;height:12px;max-height:12px;max-width:12px;min-height:12px;min-width:12px;width:12px}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_status__XwE-p .AdInfoHeader_label__rondp .AdInfoHeader_dot__AiXUh.AdInfoHeader_green__WAo0v{background:#4caf4f}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_status__XwE-p .AdInfoHeader_label__rondp .AdInfoHeader_dot__AiXUh.AdInfoHeader_orange__uRdx1{background:#fba801}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_status__XwE-p .AdInfoHeader_label__rondp .AdInfoHeader_dot__AiXUh.AdInfoHeader_yellow__b0S89{background:#fdd835}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_status__XwE-p .AdInfoHeader_label__rondp .AdInfoHeader_dot__AiXUh.AdInfoHeader_cyan__0doFV{background:#00bdaf}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_status__XwE-p .AdInfoHeader_label__rondp .AdInfoHeader_statusText__IUSWZ{color:#cecece;font-size:14px;font-weight:500}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_status__XwE-p .AdInfoHeader_date__QQC0b{align-items:center;color:#d9d9d9;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:10px}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_adDetail__X\+PMl .AdInfoHeader_status__XwE-p .AdInfoHeader_date__QQC0b .AdInfoHeader_timeLeft__d2Olr{color:#ff6b6b}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_progressList__gi5UV{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 50px;height:auto;width:100%}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_progressList__gi5UV .AdInfoHeader_campaignProgress__chNm-{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;max-width:475px;width:100%}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_progressList__gi5UV .AdInfoHeader_campaignProgress__chNm- .AdInfoHeader_progressTitles__9CPC\+{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:space-between}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_progressList__gi5UV .AdInfoHeader_campaignProgress__chNm- .AdInfoHeader_progressTitles__9CPC\+ .AdInfoHeader_title__Zr8rg{color:#d9d9d9;font-size:14px;font-weight:500}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_progressList__gi5UV .AdInfoHeader_campaignProgress__chNm- .AdInfoHeader_progressTitles__9CPC\+ .AdInfoHeader_title__Zr8rg .AdInfoHeader_value__tcPNM{color:#5d7fff;font-size:16px;font-weight:500}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_progressList__gi5UV .AdInfoHeader_campaignProgress__chNm- .AdInfoHeader_progressBar__IF0d6{background:linear-gradient(180deg,#404040,#5c5c5c);border-radius:10px;box-sizing:border-box;display:flex;flex-direction:row;height:30px;overflow:hidden;position:relative;width:100%}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_progressList__gi5UV .AdInfoHeader_campaignProgress__chNm- .AdInfoHeader_progressBar__IF0d6 .AdInfoHeader_progress__-cBay{align-items:center;background:linear-gradient(90deg,#5d7fff,#869fff);border-radius:10px;box-sizing:border-box;display:flex;flex-direction:row;height:30px;justify-content:center;left:0;position:absolute;top:0}.AdInfoHeader_adInfoHeader__gNRc7 .AdInfoHeader_progressList__gi5UV .AdInfoHeader_campaignProgress__chNm- .AdInfoHeader_progressBar__IF0d6 .AdInfoHeader_progressValue__3FU80{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:30px;justify-content:center;line-height:30px;text-shadow:0 0 5px #00000080;width:100%;z-index:2}.CampaignsPopup_campaignsPopup__GLHAK,.EditCampaign_editCampaign__Dew6P{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.SectionSwitcher_sectionSwitcher__EYNjG{flex-wrap:wrap;gap:12px;height:auto;max-width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SectionSwitcher_sectionSwitcher__EYNjG,.TabItem_tabItem__Co3zW{align-items:center;box-sizing:border-box;display:flex;flex-direction:row}.TabItem_tabItem__Co3zW{background:#0000;border:1px solid #454545;border-radius:12px;color:#cecece;cursor:pointer;justify-content:center;padding:10px;transition:.3s}.TabItem_tabItem__Co3zW.TabItem_active__uFm8O{background-color:#424242;border:1px solid #454545;color:#fafafa}.TabItem_tabItem__Co3zW:hover{background-color:#292929}.TabItem_tabItem__Co3zW:hover.TabItem_active__uFm8O{background-color:#424242}.MainSettings_mainSettings__buXgf{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.MainSettings_mainSettings__buXgf .MainSettings_customSection__-VlJJ{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:14px;height:auto;padding-bottom:10px;width:100%}.MainSettings_mainSettings__buXgf .MainSettings_customSection__-VlJJ .MainSettings_title__dPUph{align-items:center;color:#9f9f9f;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:500;gap:5px}.CustomForm_customForm__ybYyM{display:flex;flex-direction:column;gap:10px}.CustomForm_customForm__ybYyM,.CustomForm_customForm__ybYyM .CustomForm_datePicker__sNxZX{box-sizing:border-box;height:auto;width:100%}.CustomForm_customForm__ybYyM .CustomForm_datePicker__sNxZX input[type=text]{background:#292929!important;border:1px solid #303030!important;border-radius:8px!important;box-sizing:border-box!important;color:#fafafa!important;font-size:16px!important;height:44px!important;outline:none!important;padding:16px!important;width:100%!important}.CustomForm_customForm__ybYyM .CustomForm_datePicker__sNxZX input[type=text]:focus,.CustomForm_customForm__ybYyM .CustomForm_datePicker__sNxZX input[type=text]:hover{background:#3f3f3f!important}.CustomForm_customForm__ybYyM button{align-items:center;background:#3f3f3f;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:15px;font-weight:500;height:44px;justify-content:center;line-height:44px;margin-left:auto;max-height:44px;min-width:80px;padding:4px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CustomForm_customForm__ybYyM button:hover{background:#5d7fff}.CustomFormItem_line__lJrIr{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding-bottom:10px;width:100%}.CustomFormItem_line__lJrIr .CustomFormItem_lineTitle__OdtyQ{align-items:center;color:#9f9f9f;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:500}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:6px;height:auto;width:100%}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr div[content=currencySign]{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;position:relative;width:100%}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr div[content=currencySign] input{padding-left:24px}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr div[content=currencySign] span{color:#d9d9d9;left:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:1}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=number]{-moz-appearance:textfield}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=email],.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=number],.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=text]{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-size:16px;height:44px;outline:none;padding:16px;width:100%}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=email]:focus,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=email]:hover,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=number]:focus,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=number]:hover,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=text]:focus,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=text]:hover{background:#3f3f3f}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=email]::-webkit-inner-spin-button,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=email]::-webkit-outer-spin-button,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=number]::-webkit-inner-spin-button,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=number]::-webkit-outer-spin-button,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=text]::-webkit-inner-spin-button,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=text]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=email]:disabled,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=number]:disabled,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=text]:disabled{cursor:not-allowed;opacity:.6}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=email]:disabled:hover,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=number]:disabled:hover,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=text]:disabled:hover{background:#292929}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=checkbox]{cursor:pointer;height:26px;position:relative}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=checkbox]:hover:before{background:#505050}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=checkbox]:before{background:#434343;border-radius:8px;content:"";display:block;height:26px;line-height:26px;position:absolute;transition:.3s;width:26px}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=checkbox]:checked:before{background:#5d7fff}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr input[type=checkbox]:checked:after{border:solid #fafafa;border-width:0 2px 2px 0;content:"";display:block;height:10px;left:9px;position:absolute;top:5px;transform:rotate(45deg);width:6px}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr select{background:#2f2f2f;border:1px solid #404040;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-size:16px;height:44px;min-height:44px;outline:none;padding:5px 10px;transition:.3s;width:100%}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr select:disabled{cursor:not-allowed;opacity:.6}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr select:disabled:hover{background:#2f2f2f}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr select:hover{background:#3f3f3f}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr textarea{background:#2f2f2f;border:1px solid #404040;border-radius:6px;box-sizing:border-box;color:#fafafa;font-size:16px;height:auto;max-height:300px;min-height:70px;outline:none;padding:5px 10px;resize:vertical;transition:.3s;width:100%}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr textarea:focus,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr textarea:hover{background:#3f3f3f}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr .CustomFormItem_datePicker__ehTJk{box-sizing:border-box;height:auto;width:100%}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr .CustomFormItem_datePicker__ehTJk input[type=text]{background:#2f2f2f!important;border:1px solid #404040!important;border-radius:6px!important;box-sizing:border-box!important;color:#fafafa!important;cursor:pointer!important;height:auto!important;margin-left:0!important;outline:none!important;padding:5px 10px!important;transition:.3s!important;width:100%!important}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr .CustomFormItem_datePicker__ehTJk input[type=text]:focus,.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr .CustomFormItem_datePicker__ehTJk input[type=text]:hover{background:#3f3f3f!important}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr .CustomFormItem_button__ppqCq{align-items:center;background:#3f3f3f;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:500;height:36px;justify-content:center;margin-left:auto;max-height:36px;padding:5px 10px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CustomFormItem_line__lJrIr .CustomFormItem_lineContent__fthhr .CustomFormItem_button__ppqCq:hover{background:#5d7fff}.CustomFormItem_line__lJrIr:last-child{border-bottom:none}
/*!
 * https://github.com/arqex/react-datetime
 */.rdt{position:relative}.rdtPicker{background:#fff;border:1px solid #f9f9f9;box-shadow:0 1px 3px #0000001a;display:none;margin-top:1px;min-width:250px;padding:4px;position:absolute;z-index:99999!important}.rdtOpen .rdtPicker{display:block}.rdtStatic .rdtPicker{box-shadow:none;position:static}.rdtPicker .rdtTimeToggle{text-align:center}.rdtPicker table{margin:0;width:100%}.rdtPicker td,.rdtPicker th{height:28px;text-align:center}.rdtPicker td{cursor:pointer}.rdtPicker .rdtTimeToggle:hover,.rdtPicker td.rdtDay:hover,.rdtPicker td.rdtHour:hover,.rdtPicker td.rdtMinute:hover,.rdtPicker td.rdtSecond:hover{background:#eee;cursor:pointer}.rdtPicker td.rdtNew,.rdtPicker td.rdtOld{color:#999}.rdtPicker td.rdtToday{position:relative}.rdtPicker td.rdtToday:before{border-bottom:7px solid #428bca;border-left:7px solid #0000;border-top-color:#0003;bottom:4px;content:"";display:inline-block;position:absolute;right:4px}.rdtPicker td.rdtActive,.rdtPicker td.rdtActive:hover{background-color:#428bca;color:#fff;text-shadow:0 -1px 0 #00000040}.rdtPicker td.rdtActive.rdtToday:before{border-bottom-color:#fff}.rdtPicker td.rdtDisabled,.rdtPicker td.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker td span.rdtOld{color:#999}.rdtPicker td span.rdtDisabled,.rdtPicker td span.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker th{border-bottom:1px solid #f9f9f9}.rdtPicker .dow{border-bottom:none;cursor:default;width:14.2857%}.rdtPicker th.rdtSwitch{width:100px}.rdtPicker th.rdtNext,.rdtPicker th.rdtPrev{font-size:21px;vertical-align:top}.rdtNext span,.rdtPrev span{-webkit-touch-callout:none;display:block;-webkit-user-select:none;user-select:none}.rdtPicker th.rdtDisabled,.rdtPicker th.rdtDisabled:hover{background:none;color:#999;cursor:not-allowed}.rdtPicker thead tr:first-of-type th{cursor:pointer}.rdtPicker thead tr:first-of-type th:hover{background:#eee}.rdtPicker tfoot{border-top:1px solid #f9f9f9}.rdtPicker button{background:none;border:none;cursor:pointer}.rdtPicker button:hover{background-color:#eee}.rdtPicker thead button{height:100%;width:100%}td.rdtMonth,td.rdtYear{cursor:pointer;height:50px;width:25%}td.rdtMonth:hover,td.rdtYear:hover{background:#eee}.rdtCounters{display:inline-block}.rdtCounters>div{float:left}.rdtCounter{height:100px;width:40px}.rdtCounterSeparator{line-height:100px}.rdtCounter .rdtBtn{-webkit-touch-callout:none;cursor:pointer;display:block;height:40%;line-height:40px;-webkit-user-select:none;user-select:none}.rdtCounter .rdtBtn:hover{background:#eee}.rdtCounter .rdtCount{font-size:1.2em;height:20%}.rdtMilli{padding-left:8px;vertical-align:middle;width:48px}.rdtMilli input{font-size:1.2em;margin-top:37px;width:100%}.rdtTime td{cursor:default}.CustomDateInput_datePicker__P7s\+K{box-sizing:border-box;height:auto;width:100%}.CustomDateInput_datePicker__P7s\+K input{background:#292929!important;border:1px solid #303030!important;border-radius:8px!important;box-sizing:border-box!important;color:#fafafa!important;font-size:16px!important;height:44px!important;outline:none!important;padding:16px!important;width:100%!important}.CustomDateInput_datePicker__P7s\+K input:focus,.CustomDateInput_datePicker__P7s\+K input:hover{background:#3f3f3f!important}.LockToggleButton_lockBtn__DkbNn{-webkit-tap-highlight-color:rgba(0,0,0,0);align-items:center;background:#24b191;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:34px;justify-content:center;padding:0 5px 0 10px;transition:background .3s ease;width:34px}.LockToggleButton_lockBtn__DkbNn svg{fill:none;transform:translateZ(0)}.LockToggleButton_lockBtn__DkbNn svg .LockToggleButton_bling__CtDpy{stroke:#fff;stroke-width:2.5;stroke-linecap:round;stroke-dasharray:3;stroke-dashoffset:15;transition:all .3s ease}.LockToggleButton_lockBtn__DkbNn svg .LockToggleButton_lock__a6tis{stroke:#fff;stroke-width:4;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:36;transition:all .4s ease}.LockToggleButton_lockBtn__DkbNn svg .LockToggleButton_lockb__3PfXd{fill:#fff;fill-rule:evenodd;clip-rule:evenodd;transform:rotate(8deg);transform-origin:14px 20px;transition:all .2s ease}.LockToggleButton_lockBtn__DkbNn.LockToggleButton_isLocked__3Ki\+R{background:#ff5b5b}.LockToggleButton_lockBtn__DkbNn.LockToggleButton_isLocked__3Ki\+R svg .LockToggleButton_bling__CtDpy{animation:LockToggleButton_bling__CtDpy .3s linear forwards;animation-delay:.2s}.LockToggleButton_lockBtn__DkbNn.LockToggleButton_isLocked__3Ki\+R svg .LockToggleButton_lock__a6tis{stroke-dasharray:48;animation:LockToggleButton_locked__ALUvO .3s linear forwards}.LockToggleButton_lockBtn__DkbNn.LockToggleButton_isLocked__3Ki\+R svg .LockToggleButton_lockb__3PfXd{transform:rotate(0);transform-origin:14px 22px}@keyframes LockToggleButton_bling__CtDpy{50%{stroke-dasharray:3;stroke-dashoffset:12}to{stroke-dasharray:3;stroke-dashoffset:9}}@keyframes LockToggleButton_locked__ALUvO{50%{transform:translateY(1px)}}.LanguageTargeting_languageTargeting__RYa78{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.LanguageTargeting_languageTargeting__RYa78 .LanguageTargeting_selectedList__CU3mL{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.LanguageTargeting_languageTargeting__RYa78 .LanguageTargeting_selectedList__CU3mL .LanguageTargeting_listItem__L\+64f{align-items:center;background:#292929;border:1px solid #292929;border-radius:6px;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px 16px;transition:.3s}.LanguageTargeting_languageTargeting__RYa78 .LanguageTargeting_selectedList__CU3mL .LanguageTargeting_listItem__L\+64f img{height:auto;max-width:20px;min-width:20px;object-fit:cover;width:20px}.LanguageTargeting_languageTargeting__RYa78 .LanguageTargeting_selectedList__CU3mL .LanguageTargeting_listItem__L\+64f .LanguageTargeting_removeBtn__L\+VoA{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:20px;justify-content:center;margin-left:4px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;width:20px}.LanguageTargeting_languageTargeting__RYa78 .LanguageTargeting_selectedList__CU3mL .LanguageTargeting_listItem__L\+64f .LanguageTargeting_removeBtn__L\+VoA svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.LanguageTargeting_languageTargeting__RYa78 .LanguageTargeting_selectedList__CU3mL .LanguageTargeting_listItem__L\+64f .LanguageTargeting_removeBtn__L\+VoA:hover svg{fill:#f33}.SelectInput_selectWrapper__MeE03{display:flex;flex-direction:column;gap:10px;height:auto;position:relative;width:100%}.SelectInput_selectWrapper__MeE03 .SelectInput_selectInput__hmXyb{align-items:center;background:#292929;border:1px solid #303030;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:38px;justify-content:space-between;line-height:38px;padding:8px;width:100%}.SelectInput_selectWrapper__MeE03 .SelectInput_selectInput__hmXyb .SelectInput_inputPlaceholder__eYeXi{color:#b3b3b3;font-size:16px}.SelectInput_selectWrapper__MeE03 .SelectInput_selectInput__hmXyb img{height:14px;max-height:14px;min-height:14px;width:auto}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW{background:#212121;border:1px solid #383838;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;margin-top:46px;max-height:200px;padding:8px;position:absolute;width:100%;z-index:2}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_selectSearch__Uuvdh{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:5px;width:100%}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_selectSearch__Uuvdh .SelectInput_searchBtn__2uSrD{align-items:center;background:#373737;border:none;border-radius:6px;cursor:pointer;display:flex;flex-direction:row;height:32px;justify-content:center;max-height:32px;max-width:32px;min-height:32px;min-width:32px;outline:none;transition:.3s;width:32px}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_selectSearch__Uuvdh .SelectInput_searchBtn__2uSrD svg{fill:#fafafa;height:18px;max-height:18px;max-width:18px;min-height:18px;min-width:18px;width:18px}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_selectSearch__Uuvdh input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-size:16px;height:32px;max-height:32px;min-height:32px;outline:none;padding:16px;width:100%}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_searchResultList__V2z4q{display:flex;flex-direction:column;gap:10px;overflow:auto;width:100%}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_searchResultList__V2z4q .SelectInput_resultItem__a72A\+{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:6px}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_searchResultList__V2z4q .SelectInput_resultItem__a72A\+ :hover{background-color:#5d7fff;color:#fafafa}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_searchResultList__V2z4q .SelectInput_resultItem__a72A\+ .SelectInput_resultCheckbox__UG3nm{align-items:center;background:#444;border-radius:4px;cursor:pointer;display:inline-flex;height:18px;justify-content:center;max-height:18px;max-width:18px;min-height:18px;min-width:18px;transition:.3s;width:18px}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_searchResultList__V2z4q .SelectInput_resultItem__a72A\+ .SelectInput_resultCheckbox__UG3nm img{height:12px;max-height:12px;min-height:12px;opacity:0;transition:.3s}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_searchResultList__V2z4q .SelectInput_resultItem__a72A\+ .SelectInput_resultCheckbox__UG3nm.SelectInput_checked__uxUSy{background:#5d7fff}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_searchResultList__V2z4q .SelectInput_resultItem__a72A\+ .SelectInput_resultCheckbox__UG3nm.SelectInput_checked__uxUSy img{opacity:1}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_searchResultList__V2z4q .SelectInput_resultItem__a72A\+ .SelectInput_resultText__Wd4u9{border-radius:4px;box-sizing:border-box;color:#fafafa;display:block;font-size:16px;overflow:hidden;padding:4px;text-overflow:ellipsis;white-space:nowrap;width:100%}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_searchResultList__V2z4q .SelectInput_resultItem__a72A\+ .SelectInput_resultText__Wd4u9 img{border-radius:2px;height:14px;margin-right:4px;margin-top:-2px;max-height:15px;min-height:14px;object-fit:cover;vertical-align:middle;width:auto}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW.SelectInput_show__HoyBb{display:flex}.CountryTargeting_countryTargeting__zQKS0{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.CountryTargeting_countryTargeting__zQKS0 .CountryTargeting_selectedList__k9NAN{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.CountryTargeting_countryTargeting__zQKS0 .CountryTargeting_selectedList__k9NAN .CountryTargeting_listItem__r0dZo{align-items:center;background:#292929;border:1px solid #292929;border-radius:6px;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px 16px;transition:.3s}.CountryTargeting_countryTargeting__zQKS0 .CountryTargeting_selectedList__k9NAN .CountryTargeting_listItem__r0dZo img{height:auto;max-width:20px;min-width:20px;object-fit:cover;width:20px}.CountryTargeting_countryTargeting__zQKS0 .CountryTargeting_selectedList__k9NAN .CountryTargeting_listItem__r0dZo .CountryTargeting_removeBtn__OFht\+{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:20px;justify-content:center;margin-left:4px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;width:20px}.CountryTargeting_countryTargeting__zQKS0 .CountryTargeting_selectedList__k9NAN .CountryTargeting_listItem__r0dZo .CountryTargeting_removeBtn__OFht\+ svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.CountryTargeting_countryTargeting__zQKS0 .CountryTargeting_selectedList__k9NAN .CountryTargeting_listItem__r0dZo .CountryTargeting_removeBtn__OFht\+:hover svg{fill:#f33}.SimpleSelectInput_selectWrapper__0wlo4{display:flex;flex-direction:column;gap:10px;height:auto;position:relative;width:100%}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectInput__0nrzv{align-items:center;background:#292929;border:1px solid #303030;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:38px;justify-content:space-between;line-height:38px;padding:8px;width:100%}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectInput__0nrzv .SimpleSelectInput_inputPlaceholder__4Cyuh{color:#b3b3b3;font-size:16px}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectInput__0nrzv img{height:14px;max-height:14px;min-height:14px;width:auto}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ{background:#212121;border:1px solid #383838;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;margin-top:46px;max-height:200px;padding:8px;position:absolute;width:100%;z-index:1}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_selectSearch__jArbD{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:5px;width:100%}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_selectSearch__jArbD .SimpleSelectInput_searchBtn__lJbra{align-items:center;background:#373737;border:none;border-radius:6px;cursor:pointer;display:flex;flex-direction:row;height:32px;justify-content:center;max-height:32px;max-width:32px;min-height:32px;min-width:32px;outline:none;transition:.3s;width:32px}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_selectSearch__jArbD .SimpleSelectInput_searchBtn__lJbra svg{fill:#fafafa;height:18px;max-height:18px;max-width:18px;min-height:18px;min-width:18px;width:18px}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_selectSearch__jArbD input{height:32px;max-height:32px;min-height:32px}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_searchResultList__aFG93{display:flex;flex-direction:column;gap:10px;overflow:auto;width:100%}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_searchResultList__aFG93 .SimpleSelectInput_resultItem__VVb0B{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:6px}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_searchResultList__aFG93 .SimpleSelectInput_resultItem__VVb0B :hover{background-color:#5d7fff;color:#fafafa}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_searchResultList__aFG93 .SimpleSelectInput_resultItem__VVb0B .SimpleSelectInput_resultCheckbox__9VWBk{align-items:center;background:#444;border-radius:4px;cursor:pointer;display:inline-flex;height:18px;justify-content:center;max-height:18px;max-width:18px;min-height:18px;min-width:18px;transition:.3s;width:18px}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_searchResultList__aFG93 .SimpleSelectInput_resultItem__VVb0B .SimpleSelectInput_resultCheckbox__9VWBk img{height:12px;max-height:12px;min-height:12px;opacity:0;transition:.3s}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_searchResultList__aFG93 .SimpleSelectInput_resultItem__VVb0B .SimpleSelectInput_resultCheckbox__9VWBk.SimpleSelectInput_checked__hS3iB{background:#5d7fff}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_searchResultList__aFG93 .SimpleSelectInput_resultItem__VVb0B .SimpleSelectInput_resultCheckbox__9VWBk.SimpleSelectInput_checked__hS3iB img{opacity:1}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_searchResultList__aFG93 .SimpleSelectInput_resultItem__VVb0B .SimpleSelectInput_resultText__bRMnO{border-radius:4px;box-sizing:border-box;color:#fafafa;display:block;font-size:16px;overflow:hidden;padding:4px;text-overflow:ellipsis;white-space:nowrap;width:100%}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ .SimpleSelectInput_searchResultList__aFG93 .SimpleSelectInput_resultItem__VVb0B .SimpleSelectInput_resultText__bRMnO img{border-radius:2px;height:14px;margin-right:4px;margin-top:-2px;max-height:15px;min-height:14px;object-fit:cover;vertical-align:middle;width:auto}.SimpleSelectInput_selectWrapper__0wlo4 .SimpleSelectInput_selectResult__VwjSZ.SimpleSelectInput_show__Xk\+0\+{display:flex}.CategoryTargeting_categoryTargeting__9xQSa{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.CategoryTargeting_categoryTargeting__9xQSa .CategoryTargeting_selectedList__APnhm{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.CategoryTargeting_categoryTargeting__9xQSa .CategoryTargeting_selectedList__APnhm .CategoryTargeting_listItem__Fto5k{align-items:center;background:#292929;border:1px solid #292929;border-radius:6px;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px 16px;transition:.3s}.CategoryTargeting_categoryTargeting__9xQSa .CategoryTargeting_selectedList__APnhm .CategoryTargeting_listItem__Fto5k .CategoryTargeting_removeBtn__3Y1Dk{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:20px;justify-content:center;margin-left:4px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;width:20px}.CategoryTargeting_categoryTargeting__9xQSa .CategoryTargeting_selectedList__APnhm .CategoryTargeting_listItem__Fto5k .CategoryTargeting_removeBtn__3Y1Dk svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.CategoryTargeting_categoryTargeting__9xQSa .CategoryTargeting_selectedList__APnhm .CategoryTargeting_listItem__Fto5k .CategoryTargeting_removeBtn__3Y1Dk:hover svg{fill:#f33}.ExcludedCategoryTargeting_excludedCategoryTargeting__MrK5H{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.ExcludedCategoryTargeting_excludedCategoryTargeting__MrK5H .ExcludedCategoryTargeting_selectedList__JGRFr{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.ExcludedCategoryTargeting_excludedCategoryTargeting__MrK5H .ExcludedCategoryTargeting_selectedList__JGRFr .ExcludedCategoryTargeting_listItem__rM-li{align-items:center;background:#292929;border:1px solid #292929;border-radius:6px;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px 16px;transition:.3s}.ExcludedCategoryTargeting_excludedCategoryTargeting__MrK5H .ExcludedCategoryTargeting_selectedList__JGRFr .ExcludedCategoryTargeting_listItem__rM-li .ExcludedCategoryTargeting_removeBtn__LQPms{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:20px;justify-content:center;margin-left:4px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;width:20px}.ExcludedCategoryTargeting_excludedCategoryTargeting__MrK5H .ExcludedCategoryTargeting_selectedList__JGRFr .ExcludedCategoryTargeting_listItem__rM-li .ExcludedCategoryTargeting_removeBtn__LQPms svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.ExcludedCategoryTargeting_excludedCategoryTargeting__MrK5H .ExcludedCategoryTargeting_selectedList__JGRFr .ExcludedCategoryTargeting_listItem__rM-li .ExcludedCategoryTargeting_removeBtn__LQPms:hover svg{fill:#f33}.CampaignAssetPreview_previewScreen__itfuP{align-items:stretch;border-radius:8px;display:flex;flex-direction:row;height:auto;max-width:915px;width:100%}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoScreen__xr0lh{align-self:center;aspect-ratio:16/9;background:url(/static/media/demoScreenBg.484c65ea0c7307a481c2.jpg);background-size:cover;border-bottom-left-radius:8px;border-top-left-radius:8px;box-sizing:border-box;height:auto;object-fit:cover;position:relative;width:100%}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoScreen__xr0lh:before{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border-bottom-left-radius:8px;border-top-left-radius:8px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoScreen__xr0lh .CampaignAssetPreview_content__rxiuK{box-sizing:border-box;height:100%;position:relative;width:100%;z-index:2}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoScreen__xr0lh .CampaignAssetPreview_content__rxiuK img,.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoScreen__xr0lh .CampaignAssetPreview_content__rxiuK video{position:absolute}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoChat__c\+dyo{aspect-ratio:1/1;background:#18181b;border-bottom-right-radius:8px;border-top-right-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px 0;height:auto;max-height:100%;min-width:160px;overflow:auto;padding:12px;width:200px}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoChat__c\+dyo .CampaignAssetPreview_demoUser__d2QSK{display:block;font-size:15px;line-height:1.5;word-break:break-word}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoChat__c\+dyo .CampaignAssetPreview_demoUser__d2QSK .CampaignAssetPreview_username__8W4pw{color:#1f69ff;font-size:14px;font-weight:600}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoChat__c\+dyo .CampaignAssetPreview_demoUser__d2QSK img{vertical-align:middle}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoChat__c\+dyo .CampaignAssetPreview_demoUser__d2QSK a{color:#bf94ff;display:block;font-size:14.5px;text-decoration:none}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoChat__c\+dyo .CampaignAssetPreview_chatLoop__t5i2x{height:auto;width:100%}@media(max-width:1190px){.CampaignAssetPreview_previewScreen__itfuP{flex-direction:column;height:auto;position:relative;width:100%}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoScreen__xr0lh,.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoScreen__xr0lh:before{border-bottom-left-radius:0;border-top-right-radius:8px}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoChat__c\+dyo{aspect-ratio:unset;border-bottom-left-radius:8px;border-bottom-right-radius:0;border-bottom-right-radius:8px;border-top-right-radius:0;min-width:100%;width:100%}.CampaignAssetPreview_previewScreen__itfuP .CampaignAssetPreview_demoChat__c\+dyo .CampaignAssetPreview_chatLoop__t5i2x{display:none}}.StreamerTargeting_streamerTargeting__izkf3{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.StreamerTargeting_streamerTargeting__izkf3 .StreamerTargeting_selectedList__XHpoV{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.StreamerTargeting_streamerTargeting__izkf3 .StreamerTargeting_selectedList__XHpoV .StreamerTargeting_listItem__0F2gx{align-items:center;background:#292929;border:1px solid #292929;border-radius:6px;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px 16px;transition:.3s}.StreamerTargeting_streamerTargeting__izkf3 .StreamerTargeting_selectedList__XHpoV .StreamerTargeting_listItem__0F2gx img{height:auto;max-width:20px;min-width:20px;object-fit:cover;width:20px}.StreamerTargeting_streamerTargeting__izkf3 .StreamerTargeting_selectedList__XHpoV .StreamerTargeting_listItem__0F2gx .StreamerTargeting_removeBtn__DbRXI{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:20px;justify-content:center;margin-left:4px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;width:20px}.StreamerTargeting_streamerTargeting__izkf3 .StreamerTargeting_selectedList__XHpoV .StreamerTargeting_listItem__0F2gx .StreamerTargeting_removeBtn__DbRXI svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.StreamerTargeting_streamerTargeting__izkf3 .StreamerTargeting_selectedList__XHpoV .StreamerTargeting_listItem__0F2gx .StreamerTargeting_removeBtn__DbRXI:hover svg{fill:#f33}.CampaignPollPreview_pollDemo__PZg1U{align-items:normal;box-sizing:border-box;display:flex;flex-direction:row;height:auto;max-width:915px;overflow:hidden;width:100%}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_demoScreen__do\+Lr{align-self:center;aspect-ratio:16/9;background:url(/static/media/demoScreenBg.484c65ea0c7307a481c2.jpg);background-size:cover;border-bottom-left-radius:8px;border-top-left-radius:8px;box-sizing:border-box;height:auto;object-fit:cover;position:relative;width:100%}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_demoScreen__do\+Lr:before{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;border-bottom-left-radius:8px;border-top-left-radius:8px;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_demoScreen__do\+Lr .CampaignPollPreview_content__bVciC{box-sizing:border-box;height:100%;position:relative;width:100%;z-index:2}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_demoScreen__do\+Lr .CampaignPollPreview_content__bVciC img,.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_demoScreen__do\+Lr .CampaignPollPreview_content__bVciC video{position:absolute}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q{aspect-ratio:1/1;background:#18181b;border-bottom-right-radius:8px;border-top-right-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px 0;height:auto;max-height:100%;min-width:250px;overflow:auto;padding:12px;width:200px}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q .CampaignPollPreview_chatLoop__Cdxvf{align-items:center;display:flex;flex-direction:row;height:auto;width:100%}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q .CampaignPollPreview_pollSession__SG5Dl{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q .CampaignPollPreview_pollSession__SG5Dl .CampaignPollPreview_title__B-LBD{color:#999;font-size:15px;font-weight:400}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q .CampaignPollPreview_pollSession__SG5Dl .CampaignPollPreview_pollOptions__0KqBm{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q .CampaignPollPreview_pollSession__SG5Dl .CampaignPollPreview_pollOptions__0KqBm .CampaignPollPreview_option__kOXGx{align-items:center;background:#242427;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;font-size:15px;padding:4px 8px}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q .CampaignPollPreview_pollSession__SG5Dl .CampaignPollPreview_pollOptions__0KqBm .CampaignPollPreview_option__kOXGx .CampaignPollPreview_optionText__8innh{color:#fafafa}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q .CampaignPollPreview_pollSession__SG5Dl .CampaignPollPreview_pollOptions__0KqBm .CampaignPollPreview_option__kOXGx:before{background:#0000;border:1px solid #cecece;border-radius:50%;content:"";display:block;height:10px;margin-right:8px;max-height:10px;max-width:10px;min-height:10px;min-width:10px;width:10px}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q .CampaignPollPreview_pollSession__SG5Dl .CampaignPollPreview_voteBtn__n4W0d{align-items:center;background:#9147ff;border:none;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;font-size:15px;font-weight:400;justify-content:center;padding:4px 10px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q .CampaignPollPreview_pollSession__SG5Dl .CampaignPollPreview_voteBtn__n4W0d:hover{opacity:.8}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q .CampaignPollPreview_pollSession__SG5Dl .CampaignPollPreview_timerBar__ThbuO{align-items:center;background:#464649;display:flex;flex-direction:row;height:4px;width:100%}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q .CampaignPollPreview_pollSession__SG5Dl .CampaignPollPreview_timerBar__ThbuO:before{background:#9147ff;content:"";display:block;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:0;transition:.3s;width:50%}@media(max-width:1190px){.CampaignPollPreview_pollDemo__PZg1U{flex-direction:column;height:auto;position:relative;width:100%}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_demoScreen__do\+Lr,.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_demoScreen__do\+Lr:before{border-bottom-left-radius:0;border-top-right-radius:8px}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q{aspect-ratio:unset;border-bottom-left-radius:8px;border-bottom-right-radius:0;border-bottom-right-radius:8px;border-top-right-radius:0;min-width:100%;width:100%}.CampaignPollPreview_pollDemo__PZg1U .CampaignPollPreview_previewChat__WtJ\+q .CampaignPollPreview_chatLoop__Cdxvf{display:none}}.AdDisplaySettings_adDisplaySettings__YUYpZ,.AdformSettings_adformSettings__imj6Y,.ImpressionUrlSettings_impressionUrlSettings__0MlSm,.PostReview_postReview__v7lnL{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_keywordsInput__6TFrg{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;width:100%}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_keywordsInput__6TFrg input{max-width:300px}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_keywordsInput__6TFrg .ChatEngagementKeywords_addBtn__mzO8q{margin-left:0}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP{align-items:center;background:#292929;border:1px solid #292929;border-radius:6px;cursor:pointer;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px;transition:.3s}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP .ChatEngagementKeywords_count__MP-bi{align-items:center;background:#222;border-radius:4px;box-sizing:border-box;color:#a3a3a3;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px;justify-content:center;margin-right:4px;padding:2px 4px;transition:.3s}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP .ChatEngagementKeywords_count__MP-bi span{align-items:center;background:#ffffff0f;border-radius:4px;color:#d3d3d3;display:flex;flex-direction:row;font-size:12px;font-weight:500;gap:0;padding:0 2px}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP img{height:auto;max-width:20px;min-width:20px;object-fit:cover;width:20px}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP .ChatEngagementKeywords_removeBtn__q9pqM{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:20px;justify-content:center;margin-left:4px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;width:20px}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP .ChatEngagementKeywords_removeBtn__q9pqM svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP .ChatEngagementKeywords_removeBtn__q9pqM:hover svg{fill:#f33}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP:hover{background:#303030;border:1px solid #303030}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP.ChatEngagementKeywords_active__VqcPd{background:#5d7fff80;border:1px solid #5d7fff}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP.ChatEngagementKeywords_active__VqcPd .ChatEngagementKeywords_count__MP-bi{background:#5d7fff;color:#fafafa}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP.ChatEngagementKeywords_active__VqcPd .ChatEngagementKeywords_count__MP-bi span{background:#0003}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP.ChatEngagementKeywords_active__VqcPd .ChatEngagementKeywords_removeBtn__q9pqM svg{fill:#d3d3d3}.ChatEngagementKeywords_chatEngagementKeywords__OP6rZ .ChatEngagementKeywords_selectedList__dHxaG .ChatEngagementKeywords_listItem__ijKDP.ChatEngagementKeywords_active__VqcPd .ChatEngagementKeywords_removeBtn__q9pqM:hover svg{fill:#f33}.ChatMessageList_chatMessageList__r\+VZ-{grid-gap:14px;box-sizing:border-box;display:grid;gap:14px;grid-template-columns:repeat(5,1fr);height:auto;width:100%}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6{align-self:flex-start;background:#292929;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;padding:10px;width:100%}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6 .ChatMessageList_messageContent__8Z06m{display:flex;flex-direction:column;gap:6px;height:auto;width:100%}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6 .ChatMessageList_messageContent__8Z06m .ChatMessageList_messageDetails__rCOLl{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:6px 10px;justify-content:space-between;margin-top:6px}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6 .ChatMessageList_messageContent__8Z06m .ChatMessageList_messageDetails__rCOLl .ChatMessageList_streamer__SpNp\+{align-items:center;color:#a3a3a3;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6 .ChatMessageList_messageContent__8Z06m .ChatMessageList_messageDetails__rCOLl .ChatMessageList_streamer__SpNp\+ img{height:14px;width:14px}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6 .ChatMessageList_messageContent__8Z06m .ChatMessageList_messageDetails__rCOLl .ChatMessageList_streamer__SpNp\+ img:first-child{border-radius:50%}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6 .ChatMessageList_messageContent__8Z06m .ChatMessageList_messageDetails__rCOLl .ChatMessageList_messageDate__l5CFf{align-items:center;color:#a3a3a3;display:flex;flex-direction:row;font-size:14px;font-weight:300;gap:4px}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6 .ChatMessageList_messageContent__8Z06m .ChatMessageList_messageSender__-Ax0d{box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:auto;width:100%}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6 .ChatMessageList_messageContent__8Z06m .ChatMessageList_messageSender__-Ax0d .ChatMessageList_senderName__9HSBf{align-items:center;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6 .ChatMessageList_messageContent__8Z06m .ChatMessageList_messageSender__-Ax0d .ChatMessageList_senderName__9HSBf img{border-radius:50%;height:22px}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6 .ChatMessageList_messageContent__8Z06m .ChatMessageList_messageSender__-Ax0d .ChatMessageList_keyword__xnAc9{align-items:center;background:#222;border-radius:6px;box-sizing:border-box;color:#d3d3d3;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px;height:auto;padding:4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6 .ChatMessageList_messageContent__8Z06m .ChatMessageList_messageSender__-Ax0d .ChatMessageList_keyword__xnAc9 b{color:#a3a3a3;font-size:14px;font-weight:500}.ChatMessageList_chatMessageList__r\+VZ- .ChatMessageList_message__bJ0U6 .ChatMessageList_messageContent__8Z06m .ChatMessageList_messageText__Arznt{box-sizing:border-box;color:#fafafa;font-size:16px;font-style:italic;font-weight:400;height:auto;width:100%}@media(max-width:1060px){.ChatMessageList_chatMessageList__r\+VZ-{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.ChatMessageList_chatMessageList__r\+VZ-{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.ChatMessageList_chatMessageList__r\+VZ-{grid-template-columns:repeat(2,1fr)}}@media(max-width:400px){.ChatMessageList_chatMessageList__r\+VZ-{grid-template-columns:repeat(1,1fr)}}.Pagination_pagination__QL3ph{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;height:auto;justify-content:flex-end;margin-top:auto;width:100%}.Pagination_pagination__QL3ph .Pagination_backBtn__Hd4Dk,.Pagination_pagination__QL3ph .Pagination_nextBtn__m5PO1{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:28px;justify-content:center;max-height:28px;max-width:28px;min-height:28px;min-width:28px;outline:none;transition:.3s;width:28px}.Pagination_pagination__QL3ph .Pagination_backBtn__Hd4Dk svg,.Pagination_pagination__QL3ph .Pagination_nextBtn__m5PO1 svg{fill:#fafafa;color:#fafafa;height:18px;max-height:18px;min-height:18px;width:auto}.Pagination_pagination__QL3ph .Pagination_backBtn__Hd4Dk:hover,.Pagination_pagination__QL3ph .Pagination_nextBtn__m5PO1:hover{opacity:.8}.Pagination_pagination__QL3ph .Pagination_nextBtn__m5PO1 svg{transform:rotate(180deg)}.Pagination_pagination__QL3ph .Pagination_pageNumbers__AWgIe{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Pagination_pagination__QL3ph .Pagination_pageNumbers__AWgIe .Pagination_pageNumber__OtmBG{align-items:center;background:#0000;border:1px solid #0000;border-radius:6px;box-sizing:border-box;color:#bfbfcb;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:28px;justify-content:center;max-height:28px;max-width:28px;min-height:28px;min-width:28px;transition:.3s;width:28px}.Pagination_pagination__QL3ph .Pagination_pageNumbers__AWgIe .Pagination_pageNumber__OtmBG:hover{color:#fafafa}.Pagination_pagination__QL3ph .Pagination_pageNumbers__AWgIe .Pagination_pageNumber__OtmBG.Pagination_active__yaPsQ{background:#5d7fff33;border:1px solid #5d7fff;border-radius:6px;color:#fafafa}.Pagination_pagination__QL3ph .Pagination_pageNumbers__AWgIe .Pagination_pageNumber__OtmBG.Pagination_active__yaPsQ:hover{color:#fafafa}.RequestedStreamers_requestedStreamers__BpV9g{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.RequestedStreamers_requestedStreamers__BpV9g .RequestedStreamers_section__1wdBI{display:flex;flex-direction:row;gap:10px;justify-content:flex-end}.RequestedStreamers_requestedStreamers__BpV9g .RequestedStreamers_section__1wdBI button,.RequestedStreamers_requestedStreamers__BpV9g .RequestedStreamers_section__1wdBI select{align-items:center;background:#404040;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:4px;padding:8px 12px;transition:.3s}.RequestedStreamers_requestedStreamers__BpV9g .RequestedStreamers_section__1wdBI button svg,.RequestedStreamers_requestedStreamers__BpV9g .RequestedStreamers_section__1wdBI select svg{height:16px;width:16px}.RequestedStreamers_requestedStreamers__BpV9g .RequestedStreamers_section__1wdBI button:hover,.RequestedStreamers_requestedStreamers__BpV9g .RequestedStreamers_section__1wdBI select:hover{background:#505050}.StatusCircle_statusCircle__AgjpZ{background:#888;border-radius:50%;display:inline-block;height:11px;margin-right:6px;max-height:11px;max-width:11px;min-height:11px;min-width:11px;vertical-align:middle;width:11px}.StatusCircle_statusCircle__AgjpZ.StatusCircle_green__bDT9K{background:#4caf4f}.StatusCircle_statusCircle__AgjpZ.StatusCircle_orange__sPhwP{background:#fba801}.StatusCircle_statusCircle__AgjpZ.StatusCircle_yellow__1x8EF{background:#fdd835}.StatusCircle_statusCircle__AgjpZ.StatusCircle_cyan__HsYxH{background:#00bdaf}.StatusCircle_statusCircle__AgjpZ.StatusCircle_red__jKEyQ{background:#f44336}.StatusCircle_statusCircle__AgjpZ.StatusCircle_primary__rJWvG{background:#5d7fff}.StatusCircle_statusCircle__AgjpZ.StatusCircle_pink__xuW1G{background:#ff8b8b}.CustomComponentCell_customComponentCell__4kUIZ .CustomComponentCell_circleDataIcon__TUIKs,.CustomComponentCell_customComponentCell__4kUIZ .CustomComponentCell_dataIcon__\+twhe{height:18px;margin-right:6px;max-height:18px;min-height:18px;object-fit:contain;vertical-align:middle;width:18px}.CustomComponentCell_customComponentCell__4kUIZ .CustomComponentCell_circleDataIcon__TUIKs{border-radius:50%}.CustomComponentCell_customComponentCell__4kUIZ .CustomComponentCell_roundedDataIcon__LuREz{border-radius:2px;height:18px;margin-right:6px;max-height:18px;min-height:18px;object-fit:contain;vertical-align:middle;width:18px}.CustomDataGrid_dataGrid__oCwOz{display:grid;max-height:80dvh;min-height:200px}.CustomDataGrid_dataGrid__oCwOz .CustomDataGrid_dataButton__pnoWq{align-items:center;background:#2f2f2f;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:center;outline:none;padding:4px 6px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CustomDataGrid_dataGrid__oCwOz .CustomDataGrid_dataButton__pnoWq:hover{opacity:.8}.CustomDataGrid_dataGrid__oCwOz a{color:#5d7fff}.CustomDataGrid_dataGrid__oCwOz .CustomDataGrid_circleDataIcon__EY0ga,.CustomDataGrid_dataGrid__oCwOz .CustomDataGrid_dataIcon__sxnu0{height:18px;margin-right:6px;max-height:18px;min-height:18px;vertical-align:middle}.CustomDataGrid_dataGrid__oCwOz .CustomDataGrid_circleDataIcon__EY0ga{border-radius:50%}.CustomDataGrid_dataGrid__oCwOz .CustomDataGrid_roundedDataIcon__ygkm-{border-radius:2px;height:18px;margin-right:6px;max-height:18px;min-height:18px;vertical-align:middle}.CustomDataGrid_dataGrid__oCwOz .CustomDataGrid_clickableDataCell__uaBLX{color:#5d7fff;cursor:pointer}.CustomDataGrid_dataGrid__oCwOz .CustomDataGrid_clickableDataCell__uaBLX .CustomDataGrid_flex__7K7nt{align-items:center;display:flex;flex-direction:row}.CustomDataGrid_dataGrid__oCwOz .CustomDataGrid_clickableDataCell__uaBLX .CustomDataGrid_flex__7K7nt.CustomDataGrid_right__Dmtmz{flex-direction:row-reverse}.ChangeStatus_changeStatus__-\+32b{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;height:auto;width:100%}.ChangeStatus_changeStatus__-\+32b .ChangeStatus_section__OfE-h{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChangeStatus_changeStatus__-\+32b .ChangeStatus_section__OfE-h .ChangeStatus_title__y8evw{align-items:center;box-sizing:border-box;color:#e7e7e7;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChangeStatus_changeStatus__-\+32b .ChangeStatus_section__OfE-h select{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-size:16px;outline:none;padding:8px 12px}.ChangeStatus_changeStatus__-\+32b .ChangeStatus_saveChanges__snH-9{align-items:center;align-self:flex-end;background:#5d7fff;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px;height:auto;justify-content:center;min-height:37.72px;padding:8px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChangeStatus_changeStatus__-\+32b .ChangeStatus_saveChanges__snH-9:hover{opacity:.8}.OtherStreamers_otherStreamers__\+QMsm{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.OtherStreamers_otherStreamers__\+QMsm .OtherStreamers_section__FnIpc{display:flex;flex-direction:row;gap:10px;justify-content:flex-end}.OtherStreamers_otherStreamers__\+QMsm .OtherStreamers_section__FnIpc button,.OtherStreamers_otherStreamers__\+QMsm .OtherStreamers_section__FnIpc select{align-items:center;background:#404040;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:4px;padding:8px 12px;transition:.3s}.OtherStreamers_otherStreamers__\+QMsm .OtherStreamers_section__FnIpc button svg,.OtherStreamers_otherStreamers__\+QMsm .OtherStreamers_section__FnIpc select svg{height:16px;width:16px}.OtherStreamers_otherStreamers__\+QMsm .OtherStreamers_section__FnIpc button:hover,.OtherStreamers_otherStreamers__\+QMsm .OtherStreamers_section__FnIpc select:hover{background:#505050}.ChangeStatus_changeStatus__sdQKd{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;height:auto;width:100%}.ChangeStatus_changeStatus__sdQKd .ChangeStatus_section__r2g8W{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChangeStatus_changeStatus__sdQKd .ChangeStatus_section__r2g8W .ChangeStatus_title__V7oX-{align-items:center;box-sizing:border-box;color:#e7e7e7;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChangeStatus_changeStatus__sdQKd .ChangeStatus_section__r2g8W select{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-size:16px;outline:none;padding:8px 12px}.ChangeStatus_changeStatus__sdQKd .ChangeStatus_saveChanges__owVH6{align-items:center;align-self:flex-end;background:#5d7fff;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px;height:auto;justify-content:center;min-height:37.72px;padding:8px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChangeStatus_changeStatus__sdQKd .ChangeStatus_saveChanges__owVH6:hover{opacity:.8}.ChangeStatus_changeStatus__sdQKd .ChangeStatus_actionBtn__KCjoO{align-items:center;align-self:flex-end;background:#404040;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px;height:auto;justify-content:center;min-height:37.72px;padding:8px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChangeStatus_changeStatus__sdQKd .ChangeStatus_actionBtn__KCjoO:hover{background:#505050}.Screenshots_screenshots__wEYCF{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.ScreenshotList_screenshotList__Np3SN{grid-gap:1rem;box-sizing:border-box;display:grid;gap:1rem;grid-template-columns:repeat(5,1fr);height:auto;width:100%}@media(max-width:1236px){.ScreenshotList_screenshotList__Np3SN{grid-template-columns:repeat(4,1fr)}}@media(max-width:1010px){.ScreenshotList_screenshotList__Np3SN{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.ScreenshotList_screenshotList__Np3SN{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.ScreenshotList_screenshotList__Np3SN{grid-template-columns:repeat(1,1fr)}}.ScreenshotListItem_screenshotListItem__131GN{align-self:flex-start;background:#292929;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:10px;width:100%}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_screenshotDetails__Wp9R3{display:flex;flex-direction:column;flex-wrap:wrap;gap:6px 10px}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_screenshotDetails__Wp9R3 .ScreenshotListItem_streamer__7GIbQ{align-items:center;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_screenshotDetails__Wp9R3 .ScreenshotListItem_streamer__7GIbQ img{height:14px;width:14px}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_screenshotDetails__Wp9R3 .ScreenshotListItem_streamer__7GIbQ img:first-child{border-radius:50%;height:22px;width:22px}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_screenshotDetails__Wp9R3 .ScreenshotListItem_screenshotDate__Q7xCq{align-items:center;color:#a3a3a3;display:flex;flex-direction:row;font-size:14px;font-weight:300;gap:4px}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_buttonsContainer__9txnx{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;height:auto;width:100%}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_buttonsContainer__9txnx button{align-items:center;background-color:#494949;border:none;border-radius:4px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-weight:500;height:24px;justify-content:center;max-height:24px;max-width:24px;min-height:24px;min-width:24px;padding:0!important;width:24px}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_buttonsContainer__9txnx button svg{box-sizing:border-box;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:100%;padding:4px;transition:.3s;width:100%}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_buttonsContainer__9txnx button:hover{background-color:#5d7fff80}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_screenshot__XNipa{display:flex;flex-direction:column}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_screenshot__XNipa img{border-radius:8px;height:auto;width:100%}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_actionSection__02EDm{align-items:center;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:center;width:100%}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_actionSection__02EDm button{align-items:center;border:none;border-radius:4px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:6px;height:auto;justify-content:center;padding:6px 8px;transition:.3s;width:100%}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_actionSection__02EDm button.ScreenshotListItem_approve__WA9hI{background:#494949}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_actionSection__02EDm button.ScreenshotListItem_approve__WA9hI:hover{background:#5d7fff80}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_actionSection__02EDm button.ScreenshotListItem_approve__WA9hI.ScreenshotListItem_selected__pa60I{background:#5d7fff}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_actionSection__02EDm button.ScreenshotListItem_reject__B4KNA{background:#383838}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_actionSection__02EDm button.ScreenshotListItem_reject__B4KNA:hover{background:#ff333380}.ScreenshotListItem_screenshotListItem__131GN .ScreenshotListItem_actionSection__02EDm button.ScreenshotListItem_reject__B4KNA.ScreenshotListItem_selected__pa60I{background:#f33}.PostAd_postAd__1hmx9{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.PostAd_postAd__1hmx9 .PostAd_wrapper__G\+f4U{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;height:auto;margin-bottom:-10px;max-width:90dvh;width:100%}.DragAndDrop_previewSection__sx5MG{aspect-ratio:16/9;border:1px dashed #f33;border-radius:2px;height:auto;width:100%}.DragAndDrop_previewSection__sx5MG .DragAndDrop_previewNotAvailable__nWa47{align-items:center;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#000c;display:none;flex-direction:row;font-weight:500;height:100%;justify-content:center;position:absolute;width:100%;z-index:9999}.DragAndDrop_previewSection__sx5MG .DragAndDrop_previewSectionBlur__eT6M6{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);height:100%;width:100%}.DragAndDrop_previewSection__sx5MG .DragAndDrop_previewSectionBlur__eT6M6 .DragAndDrop_previewAdCard__-u\+KD{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.301);display:flex!important;justify-content:center}.DragAndDrop_previewSection__sx5MG .DragAndDrop_demoDragScreen__n6iOe{align-self:center;aspect-ratio:16/9;background:url(/static/media/demoScreenBg.484c65ea0c7307a481c2.jpg) no-repeat;background-size:cover;box-sizing:border-box;height:auto;object-fit:cover;position:relative;width:100%}@media(max-width:1023px){.DragAndDrop_previewSection__sx5MG .DragAndDrop_previewNotAvailable__nWa47{display:flex}}.ConfirmPopup_confirmPopup__pzk6\+{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00000080;box-sizing:border-box;height:100dvh;left:0;padding:20px;position:fixed;top:0;width:100%;z-index:100}.ConfirmPopup_confirmPopup__pzk6\+ .ConfirmPopup_popupContent__hM9ik{background:#222;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;left:0;margin:30px auto;max-width:340px;padding:16px;position:relative;right:0;top:0;width:100%}.ConfirmPopup_confirmPopup__pzk6\+ .ConfirmPopup_popupContent__hM9ik .ConfirmPopup_title__5Jxga{box-sizing:border-box;color:#5d7fff;display:flex;flex-direction:row;font-size:18px;font-weight:500;height:auto;width:100%}.ConfirmPopup_confirmPopup__pzk6\+ .ConfirmPopup_popupContent__hM9ik .ConfirmPopup_buttonSection__5eskm{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:14px;height:auto;justify-content:space-between;width:100%}.ConfirmPopup_confirmPopup__pzk6\+ .ConfirmPopup_popupContent__hM9ik .ConfirmPopup_buttonSection__5eskm button{align-items:center;background:#3b3b3b;border:none;border-radius:5px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;height:auto;justify-content:center;padding:8px 10px;transition:.3s;width:100%}.ConfirmPopup_confirmPopup__pzk6\+ .ConfirmPopup_popupContent__hM9ik .ConfirmPopup_buttonSection__5eskm button:hover{opacity:.8}.ConfirmPopup_confirmPopup__pzk6\+ .ConfirmPopup_popupContent__hM9ik .ConfirmPopup_buttonSection__5eskm button:hover:first-child{background:#28a745}.ChatEngagement_chatEngagement__JtBRA{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.ChatEngagement_chatEngagement__JtBRA .ChatEngagement_section__Sp1Qr{display:flex;flex-direction:row;gap:10px;justify-content:flex-end}.ChatEngagement_chatEngagement__JtBRA .ChatEngagement_section__Sp1Qr button,.ChatEngagement_chatEngagement__JtBRA .ChatEngagement_section__Sp1Qr select{align-items:center;background:#404040;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:4px;padding:8px 12px;transition:.3s}.ChatEngagement_chatEngagement__JtBRA .ChatEngagement_section__Sp1Qr button svg,.ChatEngagement_chatEngagement__JtBRA .ChatEngagement_section__Sp1Qr select svg{height:16px;width:16px}.ChatEngagement_chatEngagement__JtBRA .ChatEngagement_section__Sp1Qr button:hover,.ChatEngagement_chatEngagement__JtBRA .ChatEngagement_section__Sp1Qr select:hover{background:#505050}.ChatMessageList_chatMessageList__izzk9{grid-gap:14px;box-sizing:border-box;display:grid;gap:14px;grid-template-columns:repeat(5,1fr);height:auto;width:100%}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA{align-self:flex-start;background:#292929;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;padding:10px;width:100%}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi{display:flex;flex-direction:column;gap:6px;height:auto;width:100%}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_messageDetails__kWrdb{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:6px 10px;justify-content:space-between;margin-top:6px}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_messageDetails__kWrdb .ChatMessageList_streamer__xr2\+L{align-items:center;color:#a3a3a3;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_messageDetails__kWrdb .ChatMessageList_streamer__xr2\+L img{height:14px;width:14px}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_messageDetails__kWrdb .ChatMessageList_streamer__xr2\+L img:first-child{border-radius:50%}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_messageDetails__kWrdb .ChatMessageList_messageDate__yKMv1{align-items:center;color:#a3a3a3;display:flex;flex-direction:row;font-size:14px;font-weight:300;gap:4px}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_messageSender__UN\+hB{box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:auto;width:100%}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_messageSender__UN\+hB .ChatMessageList_senderName__0dO\+H{align-items:center;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_messageSender__UN\+hB .ChatMessageList_senderName__0dO\+H img{border-radius:50%;height:22px}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_messageSender__UN\+hB .ChatMessageList_keyword__e8fqv{align-items:center;background:#222;border-radius:6px;box-sizing:border-box;color:#d3d3d3;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px;height:auto;padding:4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_messageSender__UN\+hB .ChatMessageList_keyword__e8fqv b{color:#a3a3a3;font-size:14px;font-weight:500}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_messageText__RA3PQ{box-sizing:border-box;color:#fafafa;font-size:16px;font-style:italic;font-weight:400;height:auto;width:100%}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_actionSection__-7hJ\+{align-items:center;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:center;width:100%}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_actionSection__-7hJ\+ button{align-items:center;border:none;border-radius:4px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:6px;height:auto;justify-content:center;padding:6px 8px;transition:.3s;width:100%}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_actionSection__-7hJ\+ button.ChatMessageList_approve__ujLND{background:#494949}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_actionSection__-7hJ\+ button.ChatMessageList_approve__ujLND:hover{background:#5d7fff80}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_actionSection__-7hJ\+ button.ChatMessageList_approve__ujLND.ChatMessageList_selected__iVuG7{background:#5d7fff}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_actionSection__-7hJ\+ button.ChatMessageList_reject__bI1Uj{background:#383838}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_actionSection__-7hJ\+ button.ChatMessageList_reject__bI1Uj:hover{background:#ff333380}.ChatMessageList_chatMessageList__izzk9 .ChatMessageList_message__YdJNA .ChatMessageList_messageContent__lidLi .ChatMessageList_actionSection__-7hJ\+ button.ChatMessageList_reject__bI1Uj.ChatMessageList_selected__iVuG7{background:#f33}@media(max-width:1060px){.ChatMessageList_chatMessageList__izzk9{grid-template-columns:repeat(4,1fr)}}@media(max-width:800px){.ChatMessageList_chatMessageList__izzk9{grid-template-columns:repeat(3,1fr)}}@media(max-width:600px){.ChatMessageList_chatMessageList__izzk9{grid-template-columns:repeat(2,1fr)}}@media(max-width:400px){.ChatMessageList_chatMessageList__izzk9{grid-template-columns:repeat(1,1fr)}}.ChatEngagementKeywords_chatEngagementKeywords__pgAIC{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.ChatEngagementKeywords_chatEngagementKeywords__pgAIC .ChatEngagementKeywords_selectedList__nyOzV{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.ChatEngagementKeywords_chatEngagementKeywords__pgAIC .ChatEngagementKeywords_selectedList__nyOzV .ChatEngagementKeywords_listItem__ZPDYf{align-items:center;background:#292929;border:1px solid #292929;border-radius:6px;cursor:pointer;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px;transition:.3s}.ChatEngagementKeywords_chatEngagementKeywords__pgAIC .ChatEngagementKeywords_selectedList__nyOzV .ChatEngagementKeywords_listItem__ZPDYf .ChatEngagementKeywords_count__WP4sf{align-items:center;background:#222;border-radius:4px;box-sizing:border-box;color:#a3a3a3;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px;justify-content:center;margin-right:4px;padding:2px 4px;transition:.3s}.ChatEngagementKeywords_chatEngagementKeywords__pgAIC .ChatEngagementKeywords_selectedList__nyOzV .ChatEngagementKeywords_listItem__ZPDYf .ChatEngagementKeywords_count__WP4sf span{align-items:center;background:#ffffff0f;border-radius:4px;color:#d3d3d3;display:flex;flex-direction:row;font-size:12px;font-weight:500;gap:0;padding:0 2px}.ChatEngagementKeywords_chatEngagementKeywords__pgAIC .ChatEngagementKeywords_selectedList__nyOzV .ChatEngagementKeywords_listItem__ZPDYf img{height:auto;max-width:20px;min-width:20px;object-fit:cover;width:20px}.ChatEngagementKeywords_chatEngagementKeywords__pgAIC .ChatEngagementKeywords_selectedList__nyOzV .ChatEngagementKeywords_listItem__ZPDYf:hover{background:#303030;border:1px solid #303030}.ChatEngagementKeywords_chatEngagementKeywords__pgAIC .ChatEngagementKeywords_selectedList__nyOzV .ChatEngagementKeywords_listItem__ZPDYf.ChatEngagementKeywords_active__Pf61N{background:#5d7fff80;border:1px solid #5d7fff}.ChatEngagementKeywords_chatEngagementKeywords__pgAIC .ChatEngagementKeywords_selectedList__nyOzV .ChatEngagementKeywords_listItem__ZPDYf.ChatEngagementKeywords_active__Pf61N .ChatEngagementKeywords_count__WP4sf{background:#5d7fff;color:#fafafa}.ChatEngagementKeywords_chatEngagementKeywords__pgAIC .ChatEngagementKeywords_selectedList__nyOzV .ChatEngagementKeywords_listItem__ZPDYf.ChatEngagementKeywords_active__Pf61N .ChatEngagementKeywords_count__WP4sf span{background:#0003}.CustomSelect_customSelect__3bsrf{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(5,1fr)}@media(max-width:1280px){.CustomSelect_customSelect__3bsrf{grid-template-columns:repeat(4,1fr)}}@media(max-width:1024px){.CustomSelect_customSelect__3bsrf{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.CustomSelect_customSelect__3bsrf{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.CustomSelect_customSelect__3bsrf{grid-template-columns:repeat(1,1fr)}}@media(max-width:320px){.CustomSelect_customSelect__3bsrf{grid-template-columns:1fr}}.SelectItem_selectItem__dF0JJ{background:#303030;border:1px solid #303030;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:2px;height:auto;padding:8px;position:relative;width:100%}.SelectItem_selectItem__dF0JJ .SelectItem_selectTitle__qFC49{align-items:center;color:#b3b3b3;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:6px;height:auto;width:100%}.SelectItem_selectItem__dF0JJ .SelectItem_selectTitle__qFC49 svg{stroke:#b3b3b3;height:14px;width:14px}.SelectItem_selectItem__dF0JJ .SelectItem_selectInput__zlbqj{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:auto;justify-content:space-between;width:100%}.SelectItem_selectItem__dF0JJ .SelectItem_selectInput__zlbqj .SelectItem_inputPlaceholder__3DUnI{color:#e7e7e7;font-size:16px}.SelectItem_selectItem__dF0JJ .SelectItem_selectInput__zlbqj img{height:16px}.SelectItem_selectItem__dF0JJ .SelectItem_selectResult__a2Smb{background:#212121;border:1px solid #383838;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;left:0;margin-top:60px;max-height:190px;padding:8px;position:absolute;width:100%;z-index:1}.SelectItem_selectItem__dF0JJ .SelectItem_selectResult__a2Smb .SelectItem_itemList__HhNbs{display:flex;flex-direction:column;gap:10px;overflow:auto;width:100%}.SelectItem_selectItem__dF0JJ .SelectItem_selectResult__a2Smb .SelectItem_itemList__HhNbs .SelectItem_item__oAUFv{align-items:center;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:6px;padding:4px 8px;transition:.3s}.SelectItem_selectItem__dF0JJ .SelectItem_selectResult__a2Smb .SelectItem_itemList__HhNbs .SelectItem_item__oAUFv .SelectItem_text__OsjHA{color:#fafafa;display:block;font-size:16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.SelectItem_selectItem__dF0JJ .SelectItem_selectResult__a2Smb .SelectItem_itemList__HhNbs .SelectItem_item__oAUFv.SelectItem_selected__a8plB{background:#5d7fff;color:#fafafa}.SelectItem_selectItem__dF0JJ .SelectItem_selectResult__a2Smb .SelectItem_itemList__HhNbs .SelectItem_item__oAUFv:hover{background:#555}.SelectItem_selectItem__dF0JJ .SelectItem_selectResult__a2Smb .SelectItem_itemList__HhNbs .SelectItem_item__oAUFv:hover.SelectItem_selected__a8plB{background:#5d7fff}.CampaignAdAutomationAnalyticsDetailPanel_campaignAdAutomationAnalyticsDetailPanel__SxGPZ{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;padding:14px;width:100%}.Clips_clips__brVSJ{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.ClipList_clipList__K7X\+4{grid-gap:1rem;box-sizing:border-box;display:grid;gap:1rem;grid-template-columns:repeat(5,1fr);height:auto;width:100%}@media(max-width:1236px){.ClipList_clipList__K7X\+4{grid-template-columns:repeat(4,1fr)}}@media(max-width:1010px){.ClipList_clipList__K7X\+4{grid-template-columns:repeat(3,1fr)}}@media(max-width:720px){.ClipList_clipList__K7X\+4{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.ClipList_clipList__K7X\+4{grid-template-columns:repeat(1,1fr)}}.ClipListItem_clipListItem__IHSuW{align-self:flex-start;background:#292929;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:10px;width:100%}.ClipListItem_clipListItem__IHSuW .ClipListItem_clipDetails__6vL1X{display:flex;flex-direction:column;flex-wrap:wrap;gap:6px 10px}.ClipListItem_clipListItem__IHSuW .ClipListItem_clipDetails__6vL1X .ClipListItem_streamer__ggPtr{align-items:center;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px}.ClipListItem_clipListItem__IHSuW .ClipListItem_clipDetails__6vL1X .ClipListItem_streamer__ggPtr img{height:14px;width:14px}.ClipListItem_clipListItem__IHSuW .ClipListItem_clipDetails__6vL1X .ClipListItem_streamer__ggPtr img:first-child{border-radius:50%;height:22px;width:22px}.ClipListItem_clipListItem__IHSuW .ClipListItem_clipDetails__6vL1X .ClipListItem_clipDate__q7jGM{align-items:center;color:#a3a3a3;display:flex;flex-direction:row;font-size:14px;font-weight:300;gap:4px}.ClipListItem_clipListItem__IHSuW .ClipListItem_buttonsContainer__sy526{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:8px;height:auto;width:100%}.ClipListItem_clipListItem__IHSuW .ClipListItem_buttonsContainer__sy526 button{align-items:center;background-color:#494949;border:none;border-radius:4px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-weight:500;height:24px;justify-content:center;max-height:24px;max-width:24px;min-height:24px;min-width:24px;padding:0!important;width:24px}.ClipListItem_clipListItem__IHSuW .ClipListItem_buttonsContainer__sy526 button svg{box-sizing:border-box;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:100%;padding:4px;transition:.3s;width:100%}.ClipListItem_clipListItem__IHSuW .ClipListItem_buttonsContainer__sy526 button:hover{background-color:#5d7fff80}.ClipListItem_clipListItem__IHSuW .ClipListItem_clip__atLYf{display:flex;flex-direction:column}.ClipListItem_clipListItem__IHSuW .ClipListItem_clip__atLYf video{border-radius:8px;height:auto;width:100%}.ClipListItem_clipListItem__IHSuW .ClipListItem_actionSection__bU-BO{align-items:center;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:center;width:100%}.ClipListItem_clipListItem__IHSuW .ClipListItem_actionSection__bU-BO button{align-items:center;border:none;border-radius:4px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:6px;height:auto;justify-content:center;padding:6px 8px;transition:.3s;width:100%}.ClipListItem_clipListItem__IHSuW .ClipListItem_actionSection__bU-BO button.ClipListItem_approve__-8COh{background:#494949}.ClipListItem_clipListItem__IHSuW .ClipListItem_actionSection__bU-BO button.ClipListItem_approve__-8COh:hover{background:#5d7fff80}.ClipListItem_clipListItem__IHSuW .ClipListItem_actionSection__bU-BO button.ClipListItem_approve__-8COh.ClipListItem_selected__DlX8x{background:#5d7fff}.ClipListItem_clipListItem__IHSuW .ClipListItem_actionSection__bU-BO button.ClipListItem_reject__-ZYux{background:#383838}.ClipListItem_clipListItem__IHSuW .ClipListItem_actionSection__bU-BO button.ClipListItem_reject__-ZYux:hover{background:#ff333380}.ClipListItem_clipListItem__IHSuW .ClipListItem_actionSection__bU-BO button.ClipListItem_reject__-ZYux.ClipListItem_selected__DlX8x{background:#f33}.CampaignInfo_campaignInfo__4B9bz{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.CampaignInfoHeader_campaignInfoHeader__oGOak{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 40px;height:auto;width:100%}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF{display:flex;flex-direction:column;gap:10px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_brand__IaHBj{align-items:center;display:flex;flex-direction:row;gap:10px}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_brand__IaHBj .CampaignInfoHeader_logo__SqkB8{align-items:center;display:flex;flex-direction:row;height:50px;justify-content:center;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_brand__IaHBj .CampaignInfoHeader_logo__SqkB8 img{border-radius:6px;height:100%;object-fit:contain;width:100%}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_brand__IaHBj .CampaignInfoHeader_section__ZpLeU{box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_brand__IaHBj .CampaignInfoHeader_section__ZpLeU .CampaignInfoHeader_brandName__XkKFE{color:#fafafa;cursor:pointer;font-size:26px;font-weight:500;transition:.3s}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_brand__IaHBj .CampaignInfoHeader_section__ZpLeU .CampaignInfoHeader_brandName__XkKFE:hover{opacity:.8}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_brand__IaHBj .CampaignInfoHeader_section__ZpLeU .CampaignInfoHeader_campaignName__UXifC{color:#999;font-size:19px;font-weight:400}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_status__7u80W{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_status__7u80W .CampaignInfoHeader_label__OnSGu{align-items:center;background:linear-gradient(180deg,#343434,#34343400);border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;gap:4px;height:auto;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_status__7u80W .CampaignInfoHeader_label__OnSGu .CampaignInfoHeader_dot__VV3QZ{background:#888;border-radius:50%;height:12px;max-height:12px;max-width:12px;min-height:12px;min-width:12px;width:12px}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_status__7u80W .CampaignInfoHeader_label__OnSGu .CampaignInfoHeader_dot__VV3QZ.CampaignInfoHeader_green__zsk3y{background:#4caf4f}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_status__7u80W .CampaignInfoHeader_label__OnSGu .CampaignInfoHeader_dot__VV3QZ.CampaignInfoHeader_orange__7OYag{background:#fba801}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_status__7u80W .CampaignInfoHeader_label__OnSGu .CampaignInfoHeader_dot__VV3QZ.CampaignInfoHeader_yellow__h3Ofk{background:#fdd835}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_status__7u80W .CampaignInfoHeader_label__OnSGu .CampaignInfoHeader_dot__VV3QZ.CampaignInfoHeader_cyan__vNXVf{background:#00bdaf}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_status__7u80W .CampaignInfoHeader_label__OnSGu .CampaignInfoHeader_statusText__ezewu{color:#cecece;font-size:14px;font-weight:500}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_status__7u80W .CampaignInfoHeader_date__5Kfow{align-items:center;color:#d9d9d9;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:10px}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_campaignDetail__Yq7UF .CampaignInfoHeader_status__7u80W .CampaignInfoHeader_date__5Kfow .CampaignInfoHeader_timeLeft__f-two{color:#ff6b6b}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_progressList__ITO9V{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 50px;height:auto;width:100%}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_progressList__ITO9V .CampaignInfoHeader_campaignProgress__t\+REi{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;max-width:475px;width:100%}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_progressList__ITO9V .CampaignInfoHeader_campaignProgress__t\+REi .CampaignInfoHeader_progressTitles__73ICn{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:space-between}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_progressList__ITO9V .CampaignInfoHeader_campaignProgress__t\+REi .CampaignInfoHeader_progressTitles__73ICn .CampaignInfoHeader_title__nrOKJ{color:#d9d9d9;font-size:14px;font-weight:500}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_progressList__ITO9V .CampaignInfoHeader_campaignProgress__t\+REi .CampaignInfoHeader_progressTitles__73ICn .CampaignInfoHeader_title__nrOKJ .CampaignInfoHeader_value__uhzxy{color:#5d7fff;font-size:16px;font-weight:500}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_progressList__ITO9V .CampaignInfoHeader_campaignProgress__t\+REi .CampaignInfoHeader_progressBar__v1zHZ{background:linear-gradient(180deg,#404040,#5c5c5c);border-radius:10px;box-sizing:border-box;display:flex;flex-direction:row;height:30px;overflow:hidden;position:relative;width:100%}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_progressList__ITO9V .CampaignInfoHeader_campaignProgress__t\+REi .CampaignInfoHeader_progressBar__v1zHZ .CampaignInfoHeader_progress__Izuec{align-items:center;background:linear-gradient(90deg,#5d7fff,#869fff);border-radius:10px;box-sizing:border-box;display:flex;flex-direction:row;height:30px;justify-content:center;left:0;position:absolute;top:0}.CampaignInfoHeader_campaignInfoHeader__oGOak .CampaignInfoHeader_progressList__ITO9V .CampaignInfoHeader_campaignProgress__t\+REi .CampaignInfoHeader_progressBar__v1zHZ .CampaignInfoHeader_progressValue__Cw9IU{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:30px;justify-content:center;line-height:30px;text-shadow:0 0 5px #00000080;width:100%;z-index:2}.StreamersPopup_streamersPopup__Qz-M0{gap:30px}.AddableDataList_addableDataList__uTSkV,.StreamersPopup_streamersPopup__Qz-M0{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.AddableDataList_addableDataList__uTSkV{gap:20px}.AddableDataList_addableDataList__uTSkV .AddableDataList_selectedList__gkPN\+{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.AddableDataList_addableDataList__uTSkV .AddableDataList_selectedList__gkPN\+ .AddableDataList_listItem__bqBrz{align-items:center;background:#292929;border:1px solid #292929;border-radius:6px;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px 16px;transition:.3s}.AddableDataList_addableDataList__uTSkV .AddableDataList_selectedList__gkPN\+ .AddableDataList_listItem__bqBrz img{height:auto;max-width:20px;min-width:20px;object-fit:cover;width:20px}.AddableDataList_addableDataList__uTSkV .AddableDataList_selectedList__gkPN\+ .AddableDataList_listItem__bqBrz .AddableDataList_removeBtn__X0tSj{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:20px;justify-content:center;margin-left:4px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;width:20px}.AddableDataList_addableDataList__uTSkV .AddableDataList_selectedList__gkPN\+ .AddableDataList_listItem__bqBrz .AddableDataList_removeBtn__X0tSj svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.AddableDataList_addableDataList__uTSkV .AddableDataList_selectedList__gkPN\+ .AddableDataList_listItem__bqBrz .AddableDataList_removeBtn__X0tSj:hover svg{fill:#f33}.StreamerInfo_streamerInfo__wCCQJ{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.StreamerInfo_autoAcceptedClients__GbTzW{width:100%}.StreamerInfo_autoAcceptedClients__GbTzW .StreamerInfo_clientsScroll__6teNx{display:flex;flex-direction:row;gap:12px;margin:-4px;overflow-x:auto;padding:4px}.StreamerInfo_autoAcceptedClients__GbTzW .StreamerInfo_clientsScroll__6teNx::-webkit-scrollbar{height:6px}.StreamerInfo_autoAcceptedClients__GbTzW .StreamerInfo_clientsScroll__6teNx::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.StreamerInfo_autoAcceptedClients__GbTzW .StreamerInfo_clientsScroll__6teNx::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.StreamerInfo_autoAcceptedClients__GbTzW .StreamerInfo_clientsScroll__6teNx::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.StreamerInfo_autoAcceptedClients__GbTzW .StreamerInfo_clientItem__CZQXO{align-items:center;background:#ffffff0d;border-radius:6px;display:flex;flex-direction:row;gap:8px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:8px 12px}.StreamerInfo_autoAcceptedClients__GbTzW .StreamerInfo_clientItem__CZQXO .StreamerInfo_clientLogo__HGzkL{border-radius:4px;height:20px;overflow:hidden;width:20px}.StreamerInfo_autoAcceptedClients__GbTzW .StreamerInfo_clientItem__CZQXO .StreamerInfo_clientLogo__HGzkL img{height:100%;object-fit:contain;width:100%}.StreamerInfo_autoAcceptedClients__GbTzW .StreamerInfo_clientItem__CZQXO .StreamerInfo_clientName__sj0ha{color:#fafafa;font-size:14px;white-space:nowrap}.StreamerInfo_noClients__-ZjHq{color:#a0a0a0;font-size:14px;padding:8px 0}.StreamerInfoHeader_streamerInfoHeader__dvXYM{align-items:center;background:#0000;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 40px;height:auto;padding:20px;width:100%}.StreamerInfoHeader_streamerInfoHeader__dvXYM .StreamerInfoHeader_streamerDetail__yY2Ar{display:flex;flex-direction:column;gap:10px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamerInfoHeader_streamerInfoHeader__dvXYM .StreamerInfoHeader_streamerDetail__yY2Ar .StreamerInfoHeader_brand__g15Jd{align-items:center;display:flex;flex-direction:row;gap:16px}.StreamerInfoHeader_streamerInfoHeader__dvXYM .StreamerInfoHeader_streamerDetail__yY2Ar .StreamerInfoHeader_brand__g15Jd .StreamerInfoHeader_avatar__VpnVQ{align-items:center;border-radius:8px;display:flex;flex-direction:row;height:64px;justify-content:center;max-height:64px;max-width:64px;min-height:64px;min-width:64px;overflow:hidden;width:64px}.StreamerInfoHeader_streamerInfoHeader__dvXYM .StreamerInfoHeader_streamerDetail__yY2Ar .StreamerInfoHeader_brand__g15Jd .StreamerInfoHeader_avatar__VpnVQ img{height:100%;object-fit:contain;width:100%}.StreamerInfoHeader_streamerInfoHeader__dvXYM .StreamerInfoHeader_streamerDetail__yY2Ar .StreamerInfoHeader_brand__g15Jd .StreamerInfoHeader_section__p17VV{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamerInfoHeader_streamerInfoHeader__dvXYM .StreamerInfoHeader_streamerDetail__yY2Ar .StreamerInfoHeader_brand__g15Jd .StreamerInfoHeader_section__p17VV .StreamerInfoHeader_streamerName__L-Omq{color:#fafafa;cursor:pointer;font-size:26px;font-weight:500;transition:.3s}.StreamerInfoHeader_streamerInfoHeader__dvXYM .StreamerInfoHeader_streamerDetail__yY2Ar .StreamerInfoHeader_brand__g15Jd .StreamerInfoHeader_section__p17VV .StreamerInfoHeader_streamerName__L-Omq:hover{opacity:.8}.StreamerInfoHeader_streamerInfoHeader__dvXYM .StreamerInfoHeader_streamerDetail__yY2Ar .StreamerInfoHeader_brand__g15Jd .StreamerInfoHeader_section__p17VV .StreamerInfoHeader_platform__niOv0{align-items:center;color:#a0a0a0;display:flex;font-size:14px;gap:8px;text-transform:capitalize}.StreamerInfoHeader_streamerInfoHeader__dvXYM .StreamerInfoHeader_streamerDetail__yY2Ar .StreamerInfoHeader_brand__g15Jd .StreamerInfoHeader_section__p17VV .StreamerInfoHeader_platform__niOv0 .StreamerInfoHeader_dataIcon__j6keQ{height:16px;object-fit:contain;width:16px}.StreamerInfoHeader_streamerInfoHeader__dvXYM .StreamerInfoHeader_streamerDetail__yY2Ar .StreamerInfoHeader_brand__g15Jd .StreamerInfoHeader_section__p17VV .StreamerInfoHeader_platform__niOv0 span{line-height:16px}.StreamerAdAutomationAnalytics_streamerAdAutomationAnalytics__KfDj6{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.StreamerAdAutomationAnalyticsDetailPanel_streamerAdAutomationAnalyticsDetailPanel__hK5RW{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;padding:14px;width:100%}.DocumentPreview_documentPreview__k11ik{display:flex;height:auto;width:100%}.DocumentPreview_documentPreview__k11ik .DocumentPreview_documentIframe__wgZa\+{aspect-ratio:1/1.414;border-radius:6px;height:auto;max-width:1024px;width:100%}.DocumentPreview_documentPreview__k11ik .DocumentPreview_documentImage__ERph1{border-radius:6px;height:auto;max-width:1024px;object-fit:contain;width:100%}.StreamerPayoutAccount_streamerPayoutAccount__3Hsyd .StreamerPayoutAccount_notAvailable__CYJ3V{align-items:center;background:#1a1a1a;border-radius:6px;box-sizing:border-box;color:#686868;display:flex;flex-direction:column;font-size:20px;font-weight:500;gap:6px;height:auto;justify-content:center;padding:24px 10px;width:100%}.StreamerPayoutAccount_streamerPayoutAccount__3Hsyd .StreamerPayoutAccount_notAvailable__CYJ3V svg{fill:#7d7d7d;height:34px;width:34px}.PayoutAccountsPopup_payoutAccountsPopup__d2IG1{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.PayoutAccountInfo_payoutAccountInfo__bZAe6{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 40px;height:auto;width:100%}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_payoutAccountDetail__7m3hT{display:flex;flex-direction:column;gap:10px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_payoutAccountDetail__7m3hT .PayoutAccountInfoHeader_status__QCOK6{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_payoutAccountDetail__7m3hT .PayoutAccountInfoHeader_status__QCOK6 .PayoutAccountInfoHeader_label__IRkni{align-items:center;background:linear-gradient(180deg,#343434,#34343400);border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;gap:4px;height:auto;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_payoutAccountDetail__7m3hT .PayoutAccountInfoHeader_status__QCOK6 .PayoutAccountInfoHeader_label__IRkni .PayoutAccountInfoHeader_dot__56uZ8{background:#888;border-radius:50%;height:12px;max-height:12px;max-width:12px;min-height:12px;min-width:12px;width:12px}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_payoutAccountDetail__7m3hT .PayoutAccountInfoHeader_status__QCOK6 .PayoutAccountInfoHeader_label__IRkni .PayoutAccountInfoHeader_dot__56uZ8.PayoutAccountInfoHeader_green__KHeFi{background:#4caf4f}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_payoutAccountDetail__7m3hT .PayoutAccountInfoHeader_status__QCOK6 .PayoutAccountInfoHeader_label__IRkni .PayoutAccountInfoHeader_dot__56uZ8.PayoutAccountInfoHeader_orange__8Thi3{background:#fba801}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_payoutAccountDetail__7m3hT .PayoutAccountInfoHeader_status__QCOK6 .PayoutAccountInfoHeader_label__IRkni .PayoutAccountInfoHeader_dot__56uZ8.PayoutAccountInfoHeader_yellow__Q1\+f0{background:#fdd835}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_payoutAccountDetail__7m3hT .PayoutAccountInfoHeader_status__QCOK6 .PayoutAccountInfoHeader_label__IRkni .PayoutAccountInfoHeader_dot__56uZ8.PayoutAccountInfoHeader_cyan__2eIi5{background:#00bdaf}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_payoutAccountDetail__7m3hT .PayoutAccountInfoHeader_status__QCOK6 .PayoutAccountInfoHeader_label__IRkni .PayoutAccountInfoHeader_statusText__9byee{color:#cecece;font-size:14px;font-weight:500}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_payoutAccountDetail__7m3hT .PayoutAccountInfoHeader_status__QCOK6 .PayoutAccountInfoHeader_date__Emi-2{align-items:center;color:#d9d9d9;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:10px}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_payoutAccountDetail__7m3hT .PayoutAccountInfoHeader_status__QCOK6 .PayoutAccountInfoHeader_date__Emi-2 .PayoutAccountInfoHeader_timeLeft__jDf1F{color:#ff6b6b}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_progressList__ZehoB{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 50px;height:auto;width:100%}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_progressList__ZehoB .PayoutAccountInfoHeader_campaignProgress__feFTV{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;max-width:475px;width:100%}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_progressList__ZehoB .PayoutAccountInfoHeader_campaignProgress__feFTV .PayoutAccountInfoHeader_progressTitles__KFnXu{align-items:center;display:flex;flex-direction:row;gap:20px;justify-content:space-between}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_progressList__ZehoB .PayoutAccountInfoHeader_campaignProgress__feFTV .PayoutAccountInfoHeader_progressTitles__KFnXu .PayoutAccountInfoHeader_title__cWEWq{color:#d9d9d9;font-size:14px;font-weight:500}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_progressList__ZehoB .PayoutAccountInfoHeader_campaignProgress__feFTV .PayoutAccountInfoHeader_progressTitles__KFnXu .PayoutAccountInfoHeader_title__cWEWq .PayoutAccountInfoHeader_value__m0vWm{color:#5d7fff;font-size:16px;font-weight:500}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_progressList__ZehoB .PayoutAccountInfoHeader_campaignProgress__feFTV .PayoutAccountInfoHeader_progressBar__Q364N{background:linear-gradient(180deg,#404040,#5c5c5c);border-radius:10px;box-sizing:border-box;display:flex;flex-direction:row;height:30px;overflow:hidden;position:relative;width:100%}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_progressList__ZehoB .PayoutAccountInfoHeader_campaignProgress__feFTV .PayoutAccountInfoHeader_progressBar__Q364N .PayoutAccountInfoHeader_progress__6tXT7{align-items:center;background:linear-gradient(90deg,#5d7fff,#869fff);border-radius:10px;box-sizing:border-box;display:flex;flex-direction:row;height:30px;justify-content:center;left:0;position:absolute;top:0}.PayoutAccountInfoHeader_payoutAccountInfoHeader__vcPs3 .PayoutAccountInfoHeader_progressList__ZehoB .PayoutAccountInfoHeader_campaignProgress__feFTV .PayoutAccountInfoHeader_progressBar__Q364N .PayoutAccountInfoHeader_progressValue__ckb1Z{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:30px;justify-content:center;line-height:30px;text-shadow:0 0 5px #00000080;width:100%;z-index:2}.InteractiveTriggersPopup_payoutAccountsPopup__ysRo5{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.GameEventsPopup_gameEventsPopup__vOg4N{box-sizing:border-box;display:flex;flex-direction:column;gap:15px;height:auto;width:100%}.GameEventsPopup_gameEventsPopup__vOg4N .GameEventsPopup_eventContainer__7XJzv{box-sizing:border-box;display:flex;flex-direction:row;gap:15px;height:auto;width:100%}.GameEventsPopup_gameEventsPopup__vOg4N .GameEventsPopup_eventContainer__7XJzv .GameEventsPopup_eventContent__KbyUb{background:#1f1f1f;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:20px;width:100%}@media(max-width:768px){.GameEventsPopup_gameEventsPopup__vOg4N .GameEventsPopup_eventContainer__7XJzv{flex-direction:column}}.EventHeader_eventHeader__1mcPC{align-items:center;background:#1f1f1f;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:space-between;padding:20px;width:100%}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_name__reRwG,.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_name__reRwG .EventHeader_item__RamIf{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:6px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_name__reRwG .EventHeader_item__RamIf{color:#fafafa;font-size:16px;font-weight:600;white-space:nowrap}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_name__reRwG .EventHeader_item__RamIf img{border-radius:50%;height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_name__reRwG .EventHeader_x__FcI9j{color:#5d7fff;font-size:16px;font-weight:300}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_date__SdA4U{align-items:center;box-sizing:border-box;color:#c7c7c7;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:5px;height:auto;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_date__SdA4U svg{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:25px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_joinedFans__iAtXx{align-items:center;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:5px;height:auto;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_joinedFans__iAtXx svg{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_joinedFans__iAtXx svg path{fill:#5d7fff}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_joinedFans__iAtXx .EventHeader_count__NV186{color:#5d7fff;font-size:16px;font-weight:500}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_startEventBtn__hOYBu{align-items:center;background:#5d7fff;border:none;border-radius:10px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;outline:none;padding:8px 12px;transition:.3s;white-space:nowrap}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_startEventBtn__hOYBu:hover{opacity:.8}@media(max-width:1068px){.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_name__reRwG .EventHeader_item__RamIf{font-size:14px;gap:4px}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_name__reRwG .EventHeader_item__RamIf img{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_name__reRwG .EventHeader_x__FcI9j{font-size:14px}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_date__SdA4U{font-size:12px;gap:4px}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_date__SdA4U svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_joinedFans__iAtXx{font-size:14px;gap:4px}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_joinedFans__iAtXx svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_joinedFans__iAtXx .EventHeader_count__NV186{font-size:14px}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_startEventBtn__hOYBu{font-size:14px;padding:8px 10px}}@media(max-width:928px){.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_date__SdA4U{gap:3px}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_date__SdA4U svg{height:12px;max-height:12px;max-width:12px;min-height:12px;min-width:12px;width:12px}}@media(max-width:586px){.EventHeader_eventHeader__1mcPC{align-items:flex-start;flex-direction:column;gap:10px;height:auto;justify-content:flex-start;width:100%}.EventHeader_eventHeader__1mcPC .EventHeader_details__jl6TM .EventHeader_name__reRwG{flex-wrap:wrap}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP{flex-wrap:wrap;gap:10px}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_joinedFans__iAtXx{font-size:14px;gap:4px}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_joinedFans__iAtXx svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_joinedFans__iAtXx .EventHeader_count__NV186{font-size:14px}.EventHeader_eventHeader__1mcPC .EventHeader_rightUnit__9oRIP .EventHeader_startEventBtn__hOYBu{font-size:13px;padding:6px 8px}}.ActionList_actionList__HVagO{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.ActionList_actionList__HVagO .ActionList_title__3vEwK{color:#fafafa;font-size:16px;font-weight:500}.ActionList_actionList__HVagO .ActionList_actionBtn__uIzFo{align-items:center;background:#363636;border:none;border-radius:10px;color:#cecece;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:5px;height:auto;justify-content:center;outline:none;padding:8px 10px;transition:.3s;width:100%}.ActionList_actionList__HVagO .ActionList_actionBtn__uIzFo:hover{background:#5d7fff;color:#fafafa}.GameState_gameState__VCAMp{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;justify-content:space-between;width:100%}.GameState_gameState__VCAMp .GameState_title__-WDR\+{color:#fafafa;font-size:16px;font-weight:500}.GameState_gameState__VCAMp .GameState_stateToggle__o8Nww{background:#2e2e2e;border-radius:10px}.GameState_gameState__VCAMp .GameState_stateToggle__o8Nww,.GameState_gameState__VCAMp .GameState_stateToggle__o8Nww .GameState_stateToggleBtn__2o7O9{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameState_gameState__VCAMp .GameState_stateToggle__o8Nww .GameState_stateToggleBtn__2o7O9{background:#0000;border:1px solid #0000;border-radius:10px;color:#fafafa;cursor:pointer;font-size:16px;font-weight:600;gap:4px;justify-content:center;outline:none;padding:8px 16px;transition:.3s}.GameState_gameState__VCAMp .GameState_stateToggle__o8Nww .GameState_stateToggleBtn__2o7O9 svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameState_gameState__VCAMp .GameState_stateToggle__o8Nww .GameState_stateToggleBtn__2o7O9.GameState_active__YSAYW{background:#5d7fff40;border:1px solid #5d7fff}.Leaderboard_leaderboard__4Ns77{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.Leaderboard_leaderboard__4Ns77 .Leaderboard_title__fYWlq{color:#fafafa;font-size:16px;font-weight:500}.Leaderboard_leaderboard__4Ns77 .Leaderboard_description__YXmln{color:#8e8e8e;font-size:14px;font-weight:400}.Leaderboard_leaderboard__4Ns77 .Leaderboard_inputLine__KFmyd{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.Leaderboard_leaderboard__4Ns77 .Leaderboard_inputLine__KFmyd input{background:#292929;border:1px solid #303030;border-radius:6px;box-sizing:border-box;color:#fafafa;outline:none;padding:6px 12px}.Leaderboard_leaderboard__4Ns77 .Leaderboard_inputLine__KFmyd .Leaderboard_showBtn__FaIxd{align-items:center;background:#3a3a3a;border:none;border-radius:10px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:600;justify-content:center;padding:6px 15px;transition:.3s}.Leaderboard_leaderboard__4Ns77 .Leaderboard_inputLine__KFmyd .Leaderboard_showBtn__FaIxd:hover{background:#5d7fff}.EventActions_eventActions__oty4o{background:#1f1f1f;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;max-width:330px;min-width:280px;padding:20px;width:100%}.EventActions_eventActions__oty4o hr{background:#373737;border:none;height:1px;width:100%}@media(max-width:768px){.EventActions_eventActions__oty4o{max-width:100%}}.SimulateEvent_simulateEvent__A1bj3{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;justify-content:space-between;width:100%}.SimulateEvent_simulateEvent__A1bj3 .SimulateEvent_title__vc4Qx{color:#fafafa;font-size:16px;font-weight:500}.SimulateEvent_simulateEvent__A1bj3 .SimulateEvent_stateToggle__0oKaE{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ShowOnStreamer_showOnStreamer__4MVdp{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;justify-content:space-between;width:100%}.ShowOnStreamer_showOnStreamer__4MVdp .ShowOnStreamer_title__KC1wO{color:#fafafa;font-size:16px;font-weight:500}.ShowOnStreamer_showOnStreamer__4MVdp .ShowOnStreamer_stateToggle__tGUvi{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ContentTabs_contentTabs__-9bVR{align-items:center;border-bottom:1px solid #373737;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;padding-bottom:20px;width:100%}.ContentTabs_contentTabs__-9bVR .ContentTabs_tab__StjkH{background:#2b2b2b;border:1px solid #0000;border-radius:10px;color:#bababa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:400;height:auto;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ContentTabs_contentTabs__-9bVR .ContentTabs_tab__StjkH.ContentTabs_active__nd7tI{background:#3e3e3e;border:1px solid #4d4d4d;color:#fafafa}.TabooGameQuestions_tabooGameQuestions__wGebf{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TabooGameQuestions_buttonsContainer__IqUdH{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;height:auto;width:100%}.TabooGameQuestions_buttonsContainer__IqUdH .TabooGameQuestions_refreshButton__vUC3f{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameQuestions_buttonsContainer__IqUdH .TabooGameQuestions_refreshButton__vUC3f svg{transition:.3s}.TabooGameQuestions_buttonsContainer__IqUdH .TabooGameQuestions_refreshButton__vUC3f:hover{opacity:.8}.TabooGameQuestions_buttonsContainer__IqUdH .TabooGameQuestions_refreshButton__vUC3f:hover svg{transform:rotate(1turn)}.TabooGameQuestionsDetailPanel_tabooGameQuestionsDetailPanel__MM28I{padding:14px}.TabooGameQuestionsDetailPanel_tabooGameQuestionsDetailPanel__MM28I,.TabooGameSessions_tabooGameSessions__NVj8A{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TabooGameSessions_buttonsContainer__aQFRn{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;height:auto;width:100%}.TabooGameSessions_buttonsContainer__aQFRn .TabooGameSessions_refreshButton__CZ9GA{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameSessions_buttonsContainer__aQFRn .TabooGameSessions_refreshButton__CZ9GA svg{transition:.3s}.TabooGameSessions_buttonsContainer__aQFRn .TabooGameSessions_refreshButton__CZ9GA:hover{opacity:.8}.TabooGameSessions_buttonsContainer__aQFRn .TabooGameSessions_refreshButton__CZ9GA:hover svg{transform:rotate(1turn)}.TabooGameSessionsDetailPanel_tabooGameSessionsDetailPanel__Dp7TJ{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;padding:14px;width:100%}.CustomComponentCellWithPlatform_customComponentCell__CMTYv .CustomComponentCellWithPlatform_dataIcon__q3i04{height:18px;margin-right:6px;max-height:18px;min-height:18px;object-fit:contain;vertical-align:middle;width:18px}.CustomComponentCellWithPlatform_customComponentCell__CMTYv .CustomComponentCellWithPlatform_circleDataIcon__8ub4\+{border-radius:50%;height:18px;margin-right:6px;max-height:18px;min-height:18px;object-fit:contain;vertical-align:middle;width:18px}.CustomComponentCellWithPlatform_customComponentCell__CMTYv .CustomComponentCellWithPlatform_roundedDataIcon__VOw\+e{border-radius:2px;height:18px;margin-right:6px;max-height:18px;min-height:18px;object-fit:contain;vertical-align:middle;width:18px}.ActionSection_actionSection__p\+M\+n{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;justify-content:flex-end;width:100%}.ActionSection_actionSection__p\+M\+n button{align-items:center;background:#404040;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:4px;padding:8px 12px;transition:.3s}.ActionSection_actionSection__p\+M\+n button svg{height:16px;width:16px}.ActionSection_actionSection__p\+M\+n button:hover{background:#505050}.TabooGameRankings_tabooGameRankings__YZwZO{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TabooGameRankings_buttonsContainer__MyC9E{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;height:auto;width:100%}.TabooGameRankings_buttonsContainer__MyC9E .TabooGameRankings_refreshButton__KCyCX{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameRankings_buttonsContainer__MyC9E .TabooGameRankings_refreshButton__KCyCX svg{transition:.3s}.TabooGameRankings_buttonsContainer__MyC9E .TabooGameRankings_refreshButton__KCyCX:hover{opacity:.8}.TabooGameRankings_buttonsContainer__MyC9E .TabooGameRankings_refreshButton__KCyCX:hover svg{transform:rotate(1turn)}.TabooGameRankingsRedis_tabooGameRankings__2teH\+{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TabooGameRankingsRedis_buttonsContainer__1XxQf{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;height:auto;width:100%}.TabooGameRankingsRedis_buttonsContainer__1XxQf .TabooGameRankingsRedis_refreshButton__h3Buz{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameRankingsRedis_buttonsContainer__1XxQf .TabooGameRankingsRedis_refreshButton__h3Buz svg{transition:.3s}.TabooGameRankingsRedis_buttonsContainer__1XxQf .TabooGameRankingsRedis_refreshButton__h3Buz:hover{opacity:.8}.TabooGameRankingsRedis_buttonsContainer__1XxQf .TabooGameRankingsRedis_refreshButton__h3Buz:hover svg{transform:rotate(1turn)}.TabooGameActions_container__1lopv{display:flex;flex-direction:column;gap:20px;height:100%;padding:20px}.TabooGameActions_header__T0Vti{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding-bottom:10px}.TabooGameActions_header__T0Vti h3{font-size:18px;font-weight:600;margin:0}.TabooGameActions_actionsContainer__yp8B2{display:flex;flex-direction:column;gap:12px;overflow-y:auto}.TabooGameActions_actionItem__tfhgL{align-items:center;background-color:var(--background-color-secondary);border-radius:8px;display:flex;justify-content:space-between;padding:12px}.TabooGameActions_actionInfo__mvMXS{align-items:center;display:flex;gap:12px}.TabooGameActions_username__EJBhe{color:var(--primary-color);font-weight:600}.TabooGameActions_actionType__uw4LR{color:var(--text-color-secondary)}.TabooGameActions_timestamp__rQrg8{color:var(--text-color-tertiary);font-size:14px}.TabooGameActions_buttonsContainer__VU9f9{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;height:auto;width:100%}.TabooGameActions_buttonsContainer__VU9f9 .TabooGameActions_refreshButton__KHYjc{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameActions_buttonsContainer__VU9f9 .TabooGameActions_refreshButton__KHYjc svg{transition:.3s}.TabooGameActions_buttonsContainer__VU9f9 .TabooGameActions_refreshButton__KHYjc:hover{opacity:.8}.TabooGameActions_buttonsContainer__VU9f9 .TabooGameActions_refreshButton__KHYjc:hover svg{transform:rotate(1turn)}.TabooGameActions_tabooGameActions__q4cAC{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TabooGameActionsRedis_container__WNO34{display:flex;flex-direction:column;gap:20px;height:100%;padding:20px}.TabooGameActionsRedis_header__p9HTG{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding-bottom:10px}.TabooGameActionsRedis_header__p9HTG h3{font-size:18px;font-weight:600;margin:0}.TabooGameActionsRedis_actionsContainer__htIvG{display:flex;flex-direction:column;gap:12px;overflow-y:auto}.TabooGameActionsRedis_actionItem__qZkd9{align-items:center;background-color:var(--background-color-secondary);border-radius:8px;display:flex;justify-content:space-between;padding:12px}.TabooGameActionsRedis_actionInfo__qr7Zy{align-items:center;display:flex;gap:12px}.TabooGameActionsRedis_username__\+WYfX{color:var(--primary-color);font-weight:600}.TabooGameActionsRedis_actionType__O2Q12{color:var(--text-color-secondary)}.TabooGameActionsRedis_timestamp__LI-KC{color:var(--text-color-tertiary);font-size:14px}.TabooGameActionsRedis_tabooGameActions__TK\+Og{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TabooGameActionsRedis_buttonsContainer__gZpgq{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;height:auto;width:100%}.TabooGameActionsRedis_buttonsContainer__gZpgq .TabooGameActionsRedis_refreshButton__vF04s{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameActionsRedis_buttonsContainer__gZpgq .TabooGameActionsRedis_refreshButton__vF04s svg{transition:.3s}.TabooGameActionsRedis_buttonsContainer__gZpgq .TabooGameActionsRedis_refreshButton__vF04s:hover{opacity:.8}.TabooGameActionsRedis_buttonsContainer__gZpgq .TabooGameActionsRedis_refreshButton__vF04s:hover svg{transform:rotate(1turn)}.TabooGameFans_container__fdbV7{display:flex;flex-direction:column;gap:20px;height:100%;padding:20px}.TabooGameFans_header__GHkkF{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding-bottom:10px}.TabooGameFans_header__GHkkF h3{font-size:18px;font-weight:600;margin:0}.TabooGameFans_actionsContainer__SEYib{display:flex;flex-direction:column;gap:12px;overflow-y:auto}.TabooGameFans_actionItem__AIiuY{align-items:center;background-color:var(--background-color-secondary);border-radius:8px;display:flex;justify-content:space-between;padding:12px}.TabooGameFans_actionInfo__sMh7P{align-items:center;display:flex;gap:12px}.TabooGameFans_username__Q\+rP2{color:var(--primary-color);font-weight:600}.TabooGameFans_actionType__oqRDD{color:var(--text-color-secondary)}.TabooGameFans_timestamp__w4Z5z{color:var(--text-color-tertiary);font-size:14px}.TabooGameFans_tabooGameFans__SMi2g{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TabooGameFans_buttonsContainer__Hej3U{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;height:auto;width:100%}.TabooGameFans_buttonsContainer__Hej3U .TabooGameFans_refreshButton__zuh9L{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameFans_buttonsContainer__Hej3U .TabooGameFans_refreshButton__zuh9L svg{transition:.3s}.TabooGameFans_buttonsContainer__Hej3U .TabooGameFans_refreshButton__zuh9L:hover{opacity:.8}.TabooGameFans_buttonsContainer__Hej3U .TabooGameFans_refreshButton__zuh9L:hover svg{transform:rotate(1turn)}.PayoutsPopup_payoutsPopup__wcxo\+{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.ExportCsvPopup_exportCsvPopup__1XHbu{display:flex;flex-direction:column;gap:20px}.ExportCsvPopup_exportCsvPopup__1XHbu .ExportCsvPopup_pageTitle__yvjHI{align-items:center;box-sizing:border-box;color:#c9c9c9;display:flex;flex-direction:row;font-size:18px;font-weight:600;height:auto;width:100%}.ExportCsvPopup_exportCsvPopup__1XHbu .ExportCsvPopup_line__ql4PN{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;width:100%}.ExportCsvPopup_exportCsvPopup__1XHbu .ExportCsvPopup_line__ql4PN .ExportCsvPopup_formItem__\+-imi{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.ExportCsvPopup_exportCsvPopup__1XHbu .ExportCsvPopup_line__ql4PN .ExportCsvPopup_formItem__\+-imi .ExportCsvPopup_title__scC7t{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:6px}.ExportCsvPopup_exportCsvPopup__1XHbu .ExportCsvPopup_line__ql4PN .ExportCsvPopup_formItem__\+-imi .ExportCsvPopup_title__scC7t .ExportCsvPopup_optional__RAdpG{align-items:center;background:#333;border-radius:4px;box-sizing:border-box;color:#a8a8a8;display:flex;flex-direction:row;font-size:12px;font-weight:300;height:auto;line-height:19px;padding:1px 4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ExportCsvPopup_exportCsvPopup__1XHbu .ExportCsvPopup_line__ql4PN .ExportCsvPopup_formItem__\+-imi input,.ExportCsvPopup_exportCsvPopup__1XHbu .ExportCsvPopup_line__ql4PN .ExportCsvPopup_formItem__\+-imi select{align-items:center;background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;height:36px;outline:none;padding:8px;width:100%}.ExportCsvPopup_exportCsvPopup__1XHbu .ExportCsvPopup_line__ql4PN .ExportCsvPopup_downloadBtn__5zK0\+{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:auto;margin-left:auto;padding:10px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ExportCsvPopup_exportCsvPopup__1XHbu .ExportCsvPopup_line__ql4PN .ExportCsvPopup_downloadBtn__5zK0\+:hover{opacity:.8}.PercentageCell_percentageCell__OTyjy{align-items:center;background:#5d7fff40;border-radius:8px;box-sizing:border-box;display:flex;height:calc(100% - 10px);margin-top:5px;max-height:calc(100% - 10px);min-height:calc(100% - 10px);width:100%}.PercentageCell_percentageCell__OTyjy .PercentageCell_valueContainer__97oCc{align-items:center;background:#5d7fff;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;font-size:14px;font-weight:500;height:100%;justify-content:center;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.LanguageFlags_languageFlags__rdNH4{align-items:center;display:flex;gap:4px}.LanguageFlags_flagContainer__zW-RA{align-items:center;display:flex;position:relative}.LanguageFlags_flag__hvHB2{border:1px solid #ffffff1a;border-radius:2px;cursor:pointer;height:13px;overflow:hidden;position:relative;transition:all .2s ease;width:18px}.LanguageFlags_flag__hvHB2:hover{border-color:#ffffff4d;box-shadow:0 2px 8px #0000004d;transform:scale(1.1)}.LanguageFlags_flagImage__76cG2{display:block;height:100%;object-fit:cover;width:100%}.LanguageFlags_flagPlaceholder__3tpFt{background:linear-gradient(45deg,#2a2a2a,#3a3a3a);height:100%;text-align:center;width:100%}.LanguageFlags_flagPlaceholder__3tpFt,.LanguageFlags_remainingCount__OC5BN{align-items:center;color:#fff;display:flex;font-size:8px;font-weight:600;justify-content:center}.LanguageFlags_remainingCount__OC5BN{background:#ffffff1a;border:1px solid #fff3;border-radius:2px;cursor:pointer;height:13px;transition:all .2s ease;width:18px}.LanguageFlags_remainingCount__OC5BN:hover{background:#fff3;box-shadow:0 2px 8px #0000004d;transform:scale(1.1)}.LanguageFlags_tooltip__IX6ev{background:#292929;border:1px solid #303030;border-radius:6px;box-shadow:0 2px 8px #0000004d;color:#fafafa!important;font-size:11px;font-weight:500;left:50%;min-width:-webkit-max-content;min-width:max-content;padding:4px 8px;pointer-events:none;position:absolute;top:-35px;transform:translateX(-50%);white-space:nowrap;z-index:9999!important}.LanguageFlags_tooltip__IX6ev:after{border:4px solid #0000;border-top-color:#303030}.LanguageFlags_tooltip__IX6ev:after,.LanguageFlags_tooltip__IX6ev:before{content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.LanguageFlags_tooltip__IX6ev:before{border:3px solid #0000;border-top-color:#292929;margin-top:-1px}.LanguageFlags_tooltipPortal__E9z5D{animation:LanguageFlags_tooltipFadeIn__hysNo .15s ease-out;background:#292929;border:1px solid #303030;border-radius:6px;box-shadow:0 2px 8px #0000004d;color:#fafafa!important;font-size:11px;font-weight:500;padding:4px 8px;pointer-events:none;position:fixed;transform:translateX(-50%);white-space:nowrap;z-index:9999!important}.LanguageFlags_tooltipPortal__E9z5D:after{border:4px solid #0000;border-top-color:#303030;content:"";left:50%;position:absolute;top:100%;transform:translateX(-50%)}.LanguageFlags_tooltipPortal__E9z5D:before{border:3px solid #0000;border-top-color:#292929;content:"";left:50%;margin-top:-1px;position:absolute;top:100%;transform:translateX(-50%)}@keyframes LanguageFlags_tooltipFadeIn__hysNo{0%{opacity:0}to{opacity:1}}.AgenciesDetailPanel_agenciesDetailPanel__iZVBb,.GameEventsDetailPanel_gameEventsDetailPanel__pSz5i{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;padding:14px;width:100%}.ClientsPopup_clientsPopup__rvN3F{gap:30px}.ClientInfo_clientInfo__qMUDf,.ClientsPopup_clientsPopup__rvN3F{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.ClientInfo_clientInfo__qMUDf{gap:20px}.ClientInfoHeader_clientInfoHeader__UVbB6{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 40px;height:auto;width:100%}.ClientInfoHeader_clientInfoHeader__UVbB6 .ClientInfoHeader_clientDetail__PAggm{display:flex;flex-direction:column;gap:10px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ClientInfoHeader_clientInfoHeader__UVbB6 .ClientInfoHeader_clientDetail__PAggm .ClientInfoHeader_brand__DODDZ{align-items:center;display:flex;flex-direction:row;gap:10px}.ClientInfoHeader_clientInfoHeader__UVbB6 .ClientInfoHeader_clientDetail__PAggm .ClientInfoHeader_brand__DODDZ .ClientInfoHeader_logo__O3H5f{align-items:center;display:flex;flex-direction:row;height:50px;justify-content:center;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.ClientInfoHeader_clientInfoHeader__UVbB6 .ClientInfoHeader_clientDetail__PAggm .ClientInfoHeader_brand__DODDZ .ClientInfoHeader_logo__O3H5f img{border-radius:6px;height:100%;object-fit:contain;width:100%}.ClientInfoHeader_clientInfoHeader__UVbB6 .ClientInfoHeader_clientDetail__PAggm .ClientInfoHeader_brand__DODDZ .ClientInfoHeader_section__HeLJt{box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ClientInfoHeader_clientInfoHeader__UVbB6 .ClientInfoHeader_clientDetail__PAggm .ClientInfoHeader_brand__DODDZ .ClientInfoHeader_section__HeLJt .ClientInfoHeader_brandName__QTC0z{color:#fafafa;font-size:26px;font-weight:500}.UploadPhoto_uploadPhoto__CQVnK{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;width:100%}.UploadPhoto_uploadPhoto__CQVnK .UploadPhoto_currentPhoto__KDoAT{border-radius:6px;box-sizing:border-box;height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;object-fit:contain;width:50px}.UploadPhoto_uploadPhoto__CQVnK .UploadPhoto_uploadBtn__qgXJK{background:#5d7fff;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;gap:10px;margin:0;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.UploadPhoto_uploadPhoto__CQVnK .UploadPhoto_uploadBtn__qgXJK:hover{opacity:.8}.UploadPhoto_uploadPhoto__CQVnK input[type=file]{display:none}.ClientBillingSettings_clientBillingSettings__yJPcg{box-sizing:border-box;display:flex;flex-direction:column;gap:16px;height:auto;width:100%}.ClientBillingSettings_clientBillingSettings__yJPcg .ClientBillingSettings_sectionTitle__yNaBf{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:16px;font-weight:500}.ClientBillingSettings_clientBillingSettings__yJPcg .ClientBillingSettings_createNewEntityButton__pDe7L{align-items:center;background:#5d7fff;border:none;border-radius:4px;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:500;gap:8px;height:auto;justify-content:center;margin-bottom:16px;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ClientBillingSettings_clientBillingSettings__yJPcg .ClientBillingSettings_createNewEntityButton__pDe7L:hover{opacity:.8}.ClientBillingSettings_clientBillingSettings__yJPcg .ClientBillingSettings_billingEntitiyList__Yww5-{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(400px,1fr))}.ClientBillingSettings_clientBillingSettings__yJPcg .ClientBillingSettings_notAvailable__DtlmD{align-items:center;background:#292929;border-radius:6px;box-sizing:border-box;color:#686868;display:flex;flex-direction:column;font-size:20px;font-weight:500;gap:6px;height:auto;justify-content:center;padding:24px 10px;width:100%}.ClientBillingSettings_clientBillingSettings__yJPcg .ClientBillingSettings_notAvailable__DtlmD svg{fill:#7d7d7d;height:34px;width:34px}.BillingEntityItem_billingEntityItem__5mk\+x{background:#1c1c1c;border:1px solid #2d2d2d;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;height:auto;justify-content:space-between;padding:16px;position:relative;width:100%}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_inputLine__7kG2e{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:4px;height:auto;width:100%}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_inputLine__7kG2e .BillingEntityItem_inputLineLabel__93Umh{color:#9f9f9f;font-family:Inter,sans-serif;font-size:14px;font-weight:500;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_inputLine__7kG2e .BillingEntityItem_inputLineValue__WIYLT{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:400;width:100%}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_inputLine__7kG2e .BillingEntityItem_inputLineValue__WIYLT input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-size:164x;height:auto;outline:none;padding:8px 14px;width:100%}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_inputLine__7kG2e .BillingEntityItem_inputLineValue__WIYLT select{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;height:34px;line-height:34px;max-height:34px;min-height:34px;outline:none;padding:0 7px;transition:.3s;width:100%}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_inputLine__7kG2e .BillingEntityItem_inputLineValue__WIYLT .BillingEntityItem_selectWrapper__ihd6\+{display:inline-block;position:relative}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_inputLine__7kG2e .BillingEntityItem_inputLineValue__WIYLT .BillingEntityItem_selectWrapper__ihd6\+ select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#0000;color:#0000;position:relative;z-index:2}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_inputLine__7kG2e .BillingEntityItem_inputLineValue__WIYLT .BillingEntityItem_selectWrapper__ihd6\+ select option{background:#292929;color:#fafafa}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_inputLine__7kG2e .BillingEntityItem_inputLineValue__WIYLT .BillingEntityItem_selectWrapper__ihd6\+ .BillingEntityItem_selectedValue__JNhQp{align-items:center;background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;height:100%;left:0;padding:0 7px;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_inputLine__7kG2e .BillingEntityItem_inputLineValue__WIYLT .BillingEntityItem_selectWrapper__ihd6\+ .BillingEntityItem_selectedValue__JNhQp:after{background:url(/static/media/downArrow.51808a0e80c8ce3934e0.svg) no-repeat 50%;background-size:contain;color:#fafafa;content:"";height:14px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:14px}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_inputLine__7kG2e .BillingEntityItem_inputInlineValue__QjUA1{align-items:center;display:flex;flex-direction:row;gap:6px}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_inputLine__7kG2e .BillingEntityItem_inputInlineValue__QjUA1 .BillingEntityItem_limitWidth__Nu3sT{width:80px}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_editButton__10OoR{align-items:center;cursor:pointer;display:flex;flex-direction:row;height:18px;justify-content:center;margin-left:auto;max-height:18px;max-width:18px;min-height:18px;min-width:18px;position:absolute;right:16px;top:16px;transition:.3s;width:18px}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_editButton__10OoR svg{color:#fafafa;height:100%;transition:.3s;width:100%}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_editButton__10OoR:hover svg{color:#5d7fff}.BillingEntityItem_billingEntityItem__5mk\+x hr{background:#2d2d2d;border:none;height:1px;width:100%}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_entityActiveOn__hfBCI{align-items:center;color:#14b87f;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:600;gap:4px}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_entityActiveOn__hfBCI .BillingEntityItem_entityActiveOnItem__1TFOf{background:#2d2d2d;border-radius:4px;color:#fafafa;font-family:Inter,sans-serif;font-size:12px;font-weight:500;padding:2px 6px}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_entityStatus__77d21{align-items:center;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none;background:#2d2d2d;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:auto;justify-content:center;outline:none;padding:14px;transition:.3s;width:100%}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_entityStatus__77d21:hover{background:#14b87f40}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_entityStatus__77d21.BillingEntityItem_active__IwdlS{background:#14b87f}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_entityStatus__77d21.BillingEntityItem_active__IwdlS:hover{cursor:default;opacity:1}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_editingButtons__Hdt7s{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:8px;height:auto;width:100%}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_editingButtons__Hdt7s .BillingEntityItem_cancelBtn__tL8l0{align-items:center;background:#5c5c5c;border:none;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:auto;justify-content:center;padding:14px;transition:.3s;width:100%}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_editingButtons__Hdt7s .BillingEntityItem_cancelBtn__tL8l0:hover{opacity:.8}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_editingButtons__Hdt7s .BillingEntityItem_saveBtn__tA5I5{align-items:center;background:#5d7fff;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:auto;justify-content:center;padding:14px;transition:.3s;width:100%}.BillingEntityItem_billingEntityItem__5mk\+x .BillingEntityItem_editingButtons__Hdt7s .BillingEntityItem_saveBtn__tA5I5:hover{opacity:.8}.BillingEntityItem_billingEntityItem__5mk\+x.BillingEntityItem_editingMode__vpV\+2 .BillingEntityItem_inputLine__7kG2e{gap:8px}.NewBillingEntityItem_newBillingEntityItem__\+gs7P{background:#1c1c1c;border:1px solid #2d2d2d;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;height:auto;justify-content:space-between;padding:16px;position:relative;width:100%}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_inputLine__b2nQW{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:4px;height:auto;width:100%}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_inputLine__b2nQW .NewBillingEntityItem_inputLineLabel__VG\+qZ{color:#9f9f9f;font-family:Inter,sans-serif;font-size:14px;font-weight:500;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_inputLine__b2nQW .NewBillingEntityItem_inputLineValue__5qajN{color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:400;width:100%}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_inputLine__b2nQW .NewBillingEntityItem_inputLineValue__5qajN input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-size:164x;height:auto;outline:none;padding:8px 14px;width:100%}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_inputLine__b2nQW .NewBillingEntityItem_inputLineValue__5qajN select{background:#292929;border:1px solid #303030;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-family:Inter,sans-serif;font-size:14px;height:34px;line-height:34px;max-height:34px;min-height:34px;outline:none;padding:0 7px;transition:.3s;width:100%}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_inputLine__b2nQW .NewBillingEntityItem_inputLineValue__5qajN .NewBillingEntityItem_selectWrapper__bQU-W{display:inline-block;position:relative}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_inputLine__b2nQW .NewBillingEntityItem_inputLineValue__5qajN .NewBillingEntityItem_selectWrapper__bQU-W select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#0000;color:#0000;position:relative;z-index:2}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_inputLine__b2nQW .NewBillingEntityItem_inputLineValue__5qajN .NewBillingEntityItem_selectWrapper__bQU-W select option{background:#292929;color:#fafafa}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_inputLine__b2nQW .NewBillingEntityItem_inputLineValue__5qajN .NewBillingEntityItem_selectWrapper__bQU-W .NewBillingEntityItem_selectedValue__7s8cS{align-items:center;background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;height:100%;left:0;padding:0 7px;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_inputLine__b2nQW .NewBillingEntityItem_inputLineValue__5qajN .NewBillingEntityItem_selectWrapper__bQU-W .NewBillingEntityItem_selectedValue__7s8cS:after{background:url(/static/media/downArrow.51808a0e80c8ce3934e0.svg) no-repeat 50%;background-size:contain;color:#fafafa;content:"";height:14px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:14px}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_inputLine__b2nQW .NewBillingEntityItem_inputInlineValue__KzVsq{align-items:center;display:flex;flex-direction:row;gap:4px}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_inputLine__b2nQW .NewBillingEntityItem_inputInlineValue__KzVsq .NewBillingEntityItem_limitWidth__a4P2u{width:80px}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_editButton__FArSh{align-items:center;cursor:pointer;display:flex;flex-direction:row;height:18px;justify-content:center;margin-left:auto;max-height:18px;max-width:18px;min-height:18px;min-width:18px;position:absolute;right:16px;top:16px;transition:.3s;width:18px}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_editButton__FArSh svg{color:#fafafa;height:100%;transition:.3s;width:100%}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_editButton__FArSh:hover svg{color:#5d7fff}.NewBillingEntityItem_newBillingEntityItem__\+gs7P hr{background:#2d2d2d;border:none;height:1px;width:100%}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_entityActiveOn__UfKma{align-items:center;color:#14b87f;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:600;gap:4px}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_entityActiveOn__UfKma .NewBillingEntityItem_entityActiveOnItem__t3J9R{background:#2d2d2d;border-radius:4px;color:#fafafa;font-family:Inter,sans-serif;font-size:12px;font-weight:500;padding:2px 6px}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_entityStatus__1G-5F{align-items:center;appearance:none;-webkit-appearance:none;-moz-appearance:none;background:none;background:#2d2d2d;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:auto;justify-content:center;outline:none;padding:14px;transition:.3s;width:100%}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_entityStatus__1G-5F:hover{background:#14b87f40}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_entityStatus__1G-5F.NewBillingEntityItem_active__fXZnm{background:#14b87f}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_entityStatus__1G-5F.NewBillingEntityItem_active__fXZnm:hover{cursor:default;opacity:1}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_editingButtons__uJLRj{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:8px;height:auto;width:100%}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_editingButtons__uJLRj .NewBillingEntityItem_cancelBtn__O9w3A{align-items:center;background:#5c5c5c;border:none;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:auto;justify-content:center;padding:14px;transition:.3s;width:100%}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_editingButtons__uJLRj .NewBillingEntityItem_cancelBtn__O9w3A:hover{opacity:.8}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_editingButtons__uJLRj .NewBillingEntityItem_saveBtn__Qe1l2{align-items:center;background:#5d7fff;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:auto;justify-content:center;padding:14px;transition:.3s;width:100%}.NewBillingEntityItem_newBillingEntityItem__\+gs7P .NewBillingEntityItem_editingButtons__uJLRj .NewBillingEntityItem_saveBtn__Qe1l2:hover{opacity:.8}.NewBillingEntityItem_newBillingEntityItem__\+gs7P.NewBillingEntityItem_editingMode__R8Bbb .NewBillingEntityItem_inputLine__b2nQW{gap:8px}.AgenciesPopup_agenciesPopup__rg4Ta,.AgencyInfo_agencyInfo__RkAVs{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.AgencyInfoHeader_agencyInfoHeader__utq3d{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 40px;height:auto;width:100%}.AgencyInfoHeader_agencyInfoHeader__utq3d .AgencyInfoHeader_agencyDetail__HseL5{display:flex;flex-direction:column;gap:10px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AgencyInfoHeader_agencyInfoHeader__utq3d .AgencyInfoHeader_agencyDetail__HseL5 .AgencyInfoHeader_brand__JuxZK{align-items:center;display:flex;flex-direction:row;gap:10px}.AgencyInfoHeader_agencyInfoHeader__utq3d .AgencyInfoHeader_agencyDetail__HseL5 .AgencyInfoHeader_brand__JuxZK .AgencyInfoHeader_logo__tLzTf{align-items:center;display:flex;flex-direction:row;height:50px;justify-content:center;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.AgencyInfoHeader_agencyInfoHeader__utq3d .AgencyInfoHeader_agencyDetail__HseL5 .AgencyInfoHeader_brand__JuxZK .AgencyInfoHeader_logo__tLzTf img{border-radius:6px;height:100%;object-fit:contain;width:100%}.AgencyInfoHeader_agencyInfoHeader__utq3d .AgencyInfoHeader_agencyDetail__HseL5 .AgencyInfoHeader_brand__JuxZK .AgencyInfoHeader_section__9DIyJ{box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AgencyInfoHeader_agencyInfoHeader__utq3d .AgencyInfoHeader_agencyDetail__HseL5 .AgencyInfoHeader_brand__JuxZK .AgencyInfoHeader_section__9DIyJ .AgencyInfoHeader_brandName__MdlHr{color:#fafafa;font-size:26px;font-weight:500}.UploadPhoto_uploadPhoto__vMvTu{display:flex;flex-direction:column;gap:15px}.UploadPhoto_photoContainer__Dpo17{height:100px;position:relative;width:100px}.UploadPhoto_photo__xOjhC{border:2px solid #e5e7eb;border-radius:8px;height:100%;object-fit:cover;width:100%}.UploadPhoto_uploadOverlay__D41XB{align-items:center;background:#000000b3;border-radius:8px;bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;position:absolute;right:0;top:0}.UploadPhoto_progressBar__zxYTU{background:#ffffff4d;border-radius:2px;height:4px;overflow:hidden;width:70%}.UploadPhoto_progressFill__YAfMP{background:#10b981;height:100%;transition:width .3s ease}.UploadPhoto_progressText__uSmQJ{font-size:12px;font-weight:600;margin-top:8px}.UploadPhoto_uploadControls__iGhaZ{display:flex;flex-direction:column}.UploadPhoto_uploadButton__D-Kt1{background:#3b82f6;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;text-align:center;transition:background-color .2s}.UploadPhoto_uploadButton__D-Kt1:hover{background:#2563eb}.UploadPhoto_uploadButton__D-Kt1:disabled{background:#9ca3af;cursor:not-allowed}.UploadPhoto_fileInput__Tgqca{display:none}.FansPopup_fansPopup__\+RdBa{gap:30px}.FanInfo_fanInfo__cRet2,.FansPopup_fansPopup__\+RdBa{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.FanInfo_fanInfo__cRet2{gap:20px}.FanInfo_autoAcceptedClients__irgrh{width:100%}.FanInfo_autoAcceptedClients__irgrh .FanInfo_clientsScroll__nnFFT{display:flex;flex-direction:row;gap:12px;margin:-4px;overflow-x:auto;padding:4px}.FanInfo_autoAcceptedClients__irgrh .FanInfo_clientsScroll__nnFFT::-webkit-scrollbar{height:6px}.FanInfo_autoAcceptedClients__irgrh .FanInfo_clientsScroll__nnFFT::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.FanInfo_autoAcceptedClients__irgrh .FanInfo_clientsScroll__nnFFT::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.FanInfo_autoAcceptedClients__irgrh .FanInfo_clientsScroll__nnFFT::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.FanInfo_autoAcceptedClients__irgrh .FanInfo_clientItem__UE3hj{align-items:center;background:#ffffff0d;border-radius:6px;display:flex;flex-direction:row;gap:8px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:8px 12px}.FanInfo_autoAcceptedClients__irgrh .FanInfo_clientItem__UE3hj .FanInfo_clientLogo__nrjQD{border-radius:4px;height:20px;overflow:hidden;width:20px}.FanInfo_autoAcceptedClients__irgrh .FanInfo_clientItem__UE3hj .FanInfo_clientLogo__nrjQD img{height:100%;object-fit:contain;width:100%}.FanInfo_autoAcceptedClients__irgrh .FanInfo_clientItem__UE3hj .FanInfo_clientName__d\+jUf{color:#fafafa;font-size:14px;white-space:nowrap}.FanInfo_noClients__V3Egj{color:#a0a0a0;font-size:14px;padding:8px 0}.FanInfoHeader_fanInfoHeader__Rg3c4{align-items:center;background:#0000;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px 40px;height:auto;padding:20px;width:100%}.FanInfoHeader_fanInfoHeader__Rg3c4 .FanInfoHeader_fanDetail__O1ogv{display:flex;flex-direction:column;gap:10px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.FanInfoHeader_fanInfoHeader__Rg3c4 .FanInfoHeader_fanDetail__O1ogv .FanInfoHeader_brand__ajNfF{align-items:center;display:flex;flex-direction:row;gap:16px}.FanInfoHeader_fanInfoHeader__Rg3c4 .FanInfoHeader_fanDetail__O1ogv .FanInfoHeader_brand__ajNfF .FanInfoHeader_avatar__WsRws{align-items:center;border-radius:8px;display:flex;flex-direction:row;height:64px;justify-content:center;max-height:64px;max-width:64px;min-height:64px;min-width:64px;overflow:hidden;width:64px}.FanInfoHeader_fanInfoHeader__Rg3c4 .FanInfoHeader_fanDetail__O1ogv .FanInfoHeader_brand__ajNfF .FanInfoHeader_avatar__WsRws img{height:100%;object-fit:contain;width:100%}.FanInfoHeader_fanInfoHeader__Rg3c4 .FanInfoHeader_fanDetail__O1ogv .FanInfoHeader_brand__ajNfF .FanInfoHeader_section__WXugm{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.FanInfoHeader_fanInfoHeader__Rg3c4 .FanInfoHeader_fanDetail__O1ogv .FanInfoHeader_brand__ajNfF .FanInfoHeader_section__WXugm .FanInfoHeader_streamerName__ZXvBE{color:#fafafa;cursor:pointer;font-size:26px;font-weight:500;transition:.3s}.FanInfoHeader_fanInfoHeader__Rg3c4 .FanInfoHeader_fanDetail__O1ogv .FanInfoHeader_brand__ajNfF .FanInfoHeader_section__WXugm .FanInfoHeader_streamerName__ZXvBE:hover{opacity:.8}.FanInfoHeader_fanInfoHeader__Rg3c4 .FanInfoHeader_fanDetail__O1ogv .FanInfoHeader_brand__ajNfF .FanInfoHeader_section__WXugm .FanInfoHeader_platform__XopqX{align-items:center;color:#a0a0a0;display:flex;font-size:14px;gap:8px;text-transform:capitalize}.FanInfoHeader_fanInfoHeader__Rg3c4 .FanInfoHeader_fanDetail__O1ogv .FanInfoHeader_brand__ajNfF .FanInfoHeader_section__WXugm .FanInfoHeader_platform__XopqX .FanInfoHeader_dataIcon__jlkTV{height:16px;object-fit:contain;width:16px}.FanInfoHeader_fanInfoHeader__Rg3c4 .FanInfoHeader_fanDetail__O1ogv .FanInfoHeader_brand__ajNfF .FanInfoHeader_section__WXugm .FanInfoHeader_platform__XopqX span{line-height:16px}.FanWallets_fanWallets__jPXsk{display:flex;flex-direction:column;height:auto;width:100%}.Transactions_transactionsContainer__HdaXm{display:flex;flex-direction:column;gap:48px}.Transactions_transactionsContainer__HdaXm .Transactions_pageTitle__jsl8T{color:#fafafa;font-size:24px;height:auto;width:100%}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy{background:#1b1b1b;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;max-height:500px;min-height:100px;overflow:auto;padding:12px;width:100%}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7{align-items:center;background:#242424;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:row;gap:12px;padding:6px}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7 .Transactions_transactionIcon__VsnCk{align-items:center;background:#363636;border-radius:8px;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:24px;font-weight:500;height:38px;justify-content:center;line-height:38px;max-height:38px;max-width:38px;min-height:38px;min-width:38px;width:38px}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7 .Transactions_transactionInfo__kyGgK{display:flex;flex-direction:column;gap:2px;height:auto;width:100%}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7 .Transactions_transactionInfo__kyGgK .Transactions_infoHeader__l3llg{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-between;width:100%}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7 .Transactions_transactionInfo__kyGgK .Transactions_infoHeader__l3llg .Transactions_transactionAmount__1\+BPH{color:#d9d9d9;font-size:16px;font-weight:500}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7 .Transactions_transactionInfo__kyGgK .Transactions_infoHeader__l3llg .Transactions_transactionDate__hvS8B{color:#7c7e80;font-size:14px;font-weight:500}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7 .Transactions_transactionInfo__kyGgK .Transactions_infoFooter__\+z7rc{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-between;width:100%}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7 .Transactions_transactionInfo__kyGgK .Transactions_infoFooter__\+z7rc .Transactions_transactionType__vjQB1{color:#bababa;font-size:14px}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7 .Transactions_transactionInfo__kyGgK .Transactions_infoFooter__\+z7rc .Transactions_transactionType__vjQB1 img{border-radius:50%;height:16px;vertical-align:middle}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7 .Transactions_transactionInfo__kyGgK .Transactions_infoFooter__\+z7rc .Transactions_transactionTime__HStWK{color:#7c7e80;font-size:12px;font-weight:500}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7.Transactions_up__QciW2 .Transactions_transactionIcon__VsnCk{background:#1f3029;color:#68b584}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7.Transactions_up__QciW2 .Transactions_transactionInfo__kyGgK .Transactions_infoHeader__l3llg .Transactions_transactionAmount__1\+BPH{color:#68b584}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7.Transactions_down__9-4pK .Transactions_transactionIcon__VsnCk{background:#2c1919;color:#c9544f}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_transactionsList_item__3kAB7.Transactions_down__9-4pK .Transactions_transactionInfo__kyGgK .Transactions_infoHeader__l3llg .Transactions_transactionAmount__1\+BPH{color:#c9544f}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_noTransactions__RpbKv{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.Transactions_transactionsContainer__HdaXm .Transactions_transactionsList__\+iASy .Transactions_noTransactions__RpbKv .Transactions_noTransactions_text__Tf0T3{align-items:center;color:#7c7e80;display:flex;flex-direction:row;font-size:18px;height:auto;justify-content:center;width:100%}.FanWalletsDetailPanel_fanWalletsDetailPanel__akVjj{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;padding:14px;width:100%}.GamesPopup_gamesPopup__qh1UO{box-sizing:border-box;display:flex;flex-direction:column;gap:15px;height:auto;width:100%}.GamesPopup_gamesPopup__qh1UO .GamesPopup_gameContainer__uQqKw{box-sizing:border-box;display:flex;flex-direction:row;gap:15px;height:auto;width:100%}.GamesPopup_gamesPopup__qh1UO .GamesPopup_gameContainer__uQqKw .GamesPopup_gameContent__aJNxL{background:#1f1f1f;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:20px;width:100%}@media(max-width:768px){.GamesPopup_gamesPopup__qh1UO .GamesPopup_gameContainer__uQqKw{flex-direction:column}}.EventHeader_eventHeader__ZxzFV{align-items:center;background:#1f1f1f;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:space-between;padding:20px;width:100%}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_name__e03Z2,.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_name__e03Z2 .EventHeader_item__kgv4U{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:6px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_name__e03Z2 .EventHeader_item__kgv4U{color:#fafafa;font-size:16px;font-weight:600;white-space:nowrap}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_name__e03Z2 .EventHeader_item__kgv4U img{border-radius:50%;height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_name__e03Z2 .EventHeader_x__IzyY9{color:#5d7fff;font-size:16px;font-weight:300}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_date__ZnYAr{align-items:center;box-sizing:border-box;color:#c7c7c7;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:5px;height:auto;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_date__ZnYAr svg{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:25px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_joinedFans__aQgbU{align-items:center;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:5px;height:auto;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_joinedFans__aQgbU svg{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_joinedFans__aQgbU svg path{fill:#5d7fff}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_joinedFans__aQgbU .EventHeader_count__nzaI8{color:#5d7fff;font-size:16px;font-weight:500}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_startEventBtn__E-wlj{align-items:center;background:#5d7fff;border:none;border-radius:10px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;outline:none;padding:8px 12px;transition:.3s;white-space:nowrap}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_startEventBtn__E-wlj:hover{opacity:.8}@media(max-width:1068px){.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_name__e03Z2 .EventHeader_item__kgv4U{font-size:14px;gap:4px}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_name__e03Z2 .EventHeader_item__kgv4U img{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_name__e03Z2 .EventHeader_x__IzyY9{font-size:14px}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_date__ZnYAr{font-size:12px;gap:4px}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_date__ZnYAr svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_joinedFans__aQgbU{font-size:14px;gap:4px}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_joinedFans__aQgbU svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_joinedFans__aQgbU .EventHeader_count__nzaI8{font-size:14px}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_startEventBtn__E-wlj{font-size:14px;padding:8px 10px}}@media(max-width:928px){.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_date__ZnYAr{gap:3px}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_date__ZnYAr svg{height:12px;max-height:12px;max-width:12px;min-height:12px;min-width:12px;width:12px}}@media(max-width:586px){.EventHeader_eventHeader__ZxzFV{align-items:flex-start;flex-direction:column;gap:10px;height:auto;justify-content:flex-start;width:100%}.EventHeader_eventHeader__ZxzFV .EventHeader_details__nd2Op .EventHeader_name__e03Z2{flex-wrap:wrap}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0{flex-wrap:wrap;gap:10px}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_joinedFans__aQgbU{font-size:14px;gap:4px}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_joinedFans__aQgbU svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_joinedFans__aQgbU .EventHeader_count__nzaI8{font-size:14px}.EventHeader_eventHeader__ZxzFV .EventHeader_rightUnit__Mwzo0 .EventHeader_startEventBtn__E-wlj{font-size:13px;padding:6px 8px}}.ContentTabs_contentTabs__N-sx-{align-items:center;border-bottom:1px solid #373737;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;padding-bottom:20px;width:100%}.ContentTabs_contentTabs__N-sx- .ContentTabs_tab__leNvd{background:#2b2b2b;border:1px solid #0000;border-radius:10px;color:#bababa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:400;height:auto;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ContentTabs_contentTabs__N-sx- .ContentTabs_tab__leNvd.ContentTabs_active__12KmY{background:#3e3e3e;border:1px solid #4d4d4d;color:#fafafa}.TabooGameQuestions_tabooGameQuestions__APF73{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TabooGameQuestions_searchContainer__Poidr{align-items:center;display:flex;flex-direction:row;gap:16px}.TabooGameQuestions_searchContainer__Poidr input[type=text]{background-color:#1e1e1e;border:1px solid #3a3a3a;border-radius:8px;box-sizing:border-box;color:#e7e7e7;font-size:14px;font-weight:500;height:40px;padding:0 16px;width:100%}.TabooGameQuestions_searchContainer__Poidr input[type=text]:focus{border:1px solid #3a3a3a;outline:none}.TabooGameQuestions_buttonsContainer__sXD2m{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;height:auto;width:100%}.TabooGameQuestions_buttonsContainer__sXD2m .TabooGameQuestions_addQuestionButton__L5ydl{align-items:center;background:#5d7fff;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s}.TabooGameQuestions_buttonsContainer__sXD2m .TabooGameQuestions_addQuestionButton__L5ydl:hover{opacity:.8}.TabooGameQuestions_buttonsContainer__sXD2m .TabooGameQuestions_refreshButton__xYG35{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameQuestions_buttonsContainer__sXD2m .TabooGameQuestions_refreshButton__xYG35 svg{transition:.3s}.TabooGameQuestions_buttonsContainer__sXD2m .TabooGameQuestions_refreshButton__xYG35:hover{opacity:.8}.TabooGameQuestions_buttonsContainer__sXD2m .TabooGameQuestions_refreshButton__xYG35:hover svg{transform:rotate(1turn)}.TabooGameQuestionsDetailPanel_tabooGameQuestionsDetailPanel__tLlQl{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;padding:14px;width:100%}.TabooGameQuestionsDetailPanel_tabooGameQuestionsDetailPanel__tLlQl .TabooGameQuestionsDetailPanel_addHintButton__UZYIj{align-items:center;background:#5d7fff;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s}.TabooGameQuestionsDetailPanel_tabooGameQuestionsDetailPanel__tLlQl .TabooGameQuestionsDetailPanel_addHintButton__UZYIj:hover{opacity:.8}.TabooGameSessions_tabooGameSessions__B4fxD{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TabooGameSessions_buttonsContainer__RYxAA{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;height:auto;width:100%}.TabooGameSessions_buttonsContainer__RYxAA .TabooGameSessions_refreshButton__5bUju{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameSessions_buttonsContainer__RYxAA .TabooGameSessions_refreshButton__5bUju svg{transition:.3s}.TabooGameSessions_buttonsContainer__RYxAA .TabooGameSessions_refreshButton__5bUju:hover{opacity:.8}.TabooGameSessions_buttonsContainer__RYxAA .TabooGameSessions_refreshButton__5bUju:hover svg{transform:rotate(1turn)}.TabooGameSessionsDetailPanel_tabooGameSessionsDetailPanel__gFvvt{padding:14px}.TabooGameRankings_tabooGameRankings__eMp49,.TabooGameSessionsDetailPanel_tabooGameSessionsDetailPanel__gFvvt{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TabooGameRankings_buttonsContainer__bQKN-{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;height:auto;width:100%}.TabooGameRankings_buttonsContainer__bQKN- .TabooGameRankings_refreshButton__5oP5z{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameRankings_buttonsContainer__bQKN- .TabooGameRankings_refreshButton__5oP5z svg{transition:.3s}.TabooGameRankings_buttonsContainer__bQKN- .TabooGameRankings_refreshButton__5oP5z:hover{opacity:.8}.TabooGameRankings_buttonsContainer__bQKN- .TabooGameRankings_refreshButton__5oP5z:hover svg{transform:rotate(1turn)}.TabooGameFans_container__L\+3UQ{display:flex;flex-direction:column;gap:20px;height:100%;padding:20px}.TabooGameFans_header__3mCq9{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding-bottom:10px}.TabooGameFans_header__3mCq9 h3{font-size:18px;font-weight:600;margin:0}.TabooGameFans_actionsContainer__2tknV{display:flex;flex-direction:column;gap:12px;overflow-y:auto}.TabooGameFans_actionItem__0qdws{align-items:center;background-color:var(--background-color-secondary);border-radius:8px;display:flex;justify-content:space-between;padding:12px}.TabooGameFans_actionInfo__FKGhY{align-items:center;display:flex;gap:12px}.TabooGameFans_username__xrAOM{color:var(--primary-color);font-weight:600}.TabooGameFans_actionType__MVy5f{color:var(--text-color-secondary)}.TabooGameFans_timestamp__G0uBv{color:var(--text-color-tertiary);font-size:14px}.TabooGameFans_tabooGameFans__1rMrr{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TabooGameFans_buttonsContainer__89rfv{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;height:auto;width:100%}.TabooGameFans_buttonsContainer__89rfv .TabooGameFans_refreshButton__BL8sR{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameFans_buttonsContainer__89rfv .TabooGameFans_refreshButton__BL8sR svg{transition:.3s}.TabooGameFans_buttonsContainer__89rfv .TabooGameFans_refreshButton__BL8sR:hover{opacity:.8}.TabooGameFans_buttonsContainer__89rfv .TabooGameFans_refreshButton__BL8sR:hover svg{transform:rotate(1turn)}.GameState_gameState__8LLlJ{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;justify-content:space-between;width:100%}.GameState_gameState__8LLlJ .GameState_title__2dRk7{color:#fafafa;font-size:16px;font-weight:500}.GameState_gameState__8LLlJ .GameState_stateToggle__TU7fN{background:#2e2e2e;border-radius:10px}.GameState_gameState__8LLlJ .GameState_stateToggle__TU7fN,.GameState_gameState__8LLlJ .GameState_stateToggle__TU7fN .GameState_stateToggleBtn__k7n5N{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameState_gameState__8LLlJ .GameState_stateToggle__TU7fN .GameState_stateToggleBtn__k7n5N{background:#0000;border:1px solid #0000;border-radius:10px;color:#fafafa;cursor:pointer;font-size:16px;font-weight:600;gap:4px;justify-content:center;outline:none;padding:8px 16px;transition:.3s}.GameState_gameState__8LLlJ .GameState_stateToggle__TU7fN .GameState_stateToggleBtn__k7n5N svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.GameState_gameState__8LLlJ .GameState_stateToggle__TU7fN .GameState_stateToggleBtn__k7n5N.GameState_active__jdHKP{background:#5d7fff40;border:1px solid #5d7fff}.GameCompetitionActions_gameCompetitionActions__ol6Dp{background:#1f1f1f;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;max-width:330px;min-width:280px;padding:20px;width:100%}.GameCompetitionActions_gameCompetitionActions__ol6Dp hr{background:#373737;border:none;height:1px;width:100%}@media(max-width:768px){.GameCompetitionActions_gameCompetitionActions__ol6Dp{max-width:100%}}.SimulateEvent_simulateEvent__VtpGQ{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;justify-content:space-between;width:100%}.SimulateEvent_simulateEvent__VtpGQ .SimulateEvent_title__dONmc{color:#fafafa;font-size:16px;font-weight:500}.SimulateEvent_simulateEvent__VtpGQ .SimulateEvent_stateToggle__PoMib{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameStreamers_container__0nXQV{display:flex;flex-direction:column;gap:20px;height:100%;padding:20px}.TabooGameStreamers_header__2Wkz9{align-items:center;border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;padding-bottom:10px}.TabooGameStreamers_header__2Wkz9 h3{font-size:18px;font-weight:600;margin:0}.TabooGameStreamers_actionsContainer__AVlZb{display:flex;flex-direction:column;gap:12px;overflow-y:auto}.TabooGameStreamers_actionItem__ee3wO{align-items:center;background-color:var(--background-color-secondary);border-radius:8px;display:flex;justify-content:space-between;padding:12px}.TabooGameStreamers_actionInfo__jN37V{align-items:center;display:flex;gap:12px}.TabooGameStreamers_username__xfwpn{color:var(--primary-color);font-weight:600}.TabooGameStreamers_actionType__1-NNk{color:var(--text-color-secondary)}.TabooGameStreamers_timestamp__My7E7{color:var(--text-color-tertiary);font-size:14px}.TabooGameStreamers_tabooGameStreamers__U-ylL{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TabooGameStreamers_buttonsContainer__k-FlW{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:18px;height:auto;width:100%}.TabooGameStreamers_buttonsContainer__k-FlW .TabooGameStreamers_refreshButton__YV9kI{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TabooGameStreamers_buttonsContainer__k-FlW .TabooGameStreamers_refreshButton__YV9kI svg{transition:.3s}.TabooGameStreamers_buttonsContainer__k-FlW .TabooGameStreamers_refreshButton__YV9kI:hover{opacity:.8}.TabooGameStreamers_buttonsContainer__k-FlW .TabooGameStreamers_refreshButton__YV9kI:hover svg{transform:rotate(1turn)}.TriviaGameQuestions_triviaGameQuestions__fCWyG{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;width:100%}.TriviaGameQuestions_searchContainer__IG77w{align-items:center;display:flex;flex-direction:row;gap:16px}.TriviaGameQuestions_searchContainer__IG77w input[type=text]{background-color:#1e1e1e;border:1px solid #3a3a3a;border-radius:8px;box-sizing:border-box;color:#e7e7e7;font-size:14px;font-weight:500;height:40px;padding:0 16px;width:100%}.TriviaGameQuestions_searchContainer__IG77w input[type=text]:focus{border:1px solid #3a3a3a;outline:none}.TriviaGameQuestions_buttonsContainer__3SpiY{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;height:auto;width:100%}.TriviaGameQuestions_buttonsContainer__3SpiY .TriviaGameQuestions_addQuestionButton__9NMl3{align-items:center;background:#5d7fff;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s}.TriviaGameQuestions_buttonsContainer__3SpiY .TriviaGameQuestions_addQuestionButton__9NMl3:hover{opacity:.8}.TriviaGameQuestions_buttonsContainer__3SpiY .TriviaGameQuestions_refreshButton__xNV9f{align-items:center;background:#494949;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:10px 14px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.TriviaGameQuestions_buttonsContainer__3SpiY .TriviaGameQuestions_refreshButton__xNV9f svg{transition:.3s}.TriviaGameQuestions_buttonsContainer__3SpiY .TriviaGameQuestions_refreshButton__xNV9f:hover{opacity:.8}.TriviaGameQuestions_buttonsContainer__3SpiY .TriviaGameQuestions_refreshButton__xNV9f:hover svg{transform:rotate(1turn)}.BlogsPopup_clientsPopup__bwQAE{box-sizing:border-box;display:flex;flex-direction:column;gap:16px;height:auto;width:100%}.BlogsPopup_clientsPopup__bwQAE .BlogsPopup_title__\+x6Kn{border-bottom:1px solid #3d3d3d;box-sizing:border-box;color:#5d7fff;font-size:1.5rem;font-weight:600;padding-bottom:10px}.EditBlog_blogs__dH1Ie{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;width:100%}.EditBlog_blogs__dH1Ie .EditBlog_saveBtn__OQJbS{align-items:center;background:#3f3f3f;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:15px;font-weight:500;height:44px;justify-content:center;line-height:44px;max-height:44px;max-width:1200px;min-width:80px;padding:4px 12px;transition:.3s;width:100%}.EditBlog_blogs__dH1Ie .EditBlog_saveBtn__OQJbS:hover{background:#5d7fff}.EditBlog_blogs__dH1Ie .EditBlog_saveBtn__OQJbS:disabled{cursor:not-allowed;opacity:.5}.EditBlog_blogs__dH1Ie .EditBlog_saveBtn__OQJbS:disabled:hover{background:#3f3f3f}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf{box-sizing:border-box;max-width:1200px;width:100%}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV{border-bottom:1px solid #e9ecef;box-sizing:border-box;height:auto;padding:20px;width:100%}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postTitle__UieqO{color:#2c3e50;font-size:36px;font-weight:700;line-height:1.2;margin-bottom:16px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postTitle__UieqO textarea{background:none;border:1px solid #e9ecef;border-radius:6px;box-sizing:border-box;color:#2c3e50;font-size:36px;font-weight:700;height:auto;line-height:1.2;min-height:40px;outline:none;overflow:hidden;padding:10px;resize:none;width:100%}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postTitle__UieqO textarea:focus{border:1px solid #5d7fff;outline:#5d7fff}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postMeta__DlsXq{color:#6c757d;display:flex;font-size:14px;gap:20px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postAuthor__WjUvC,.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postDate__GgD8d,.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postStatus__-5sNz{align-items:center;display:flex;font-weight:500;gap:6px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postStatus__-5sNz .EditBlog_postStatusCircle__aQDDf{border-radius:50%;display:inline-block;height:10px;width:10px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postStatus__-5sNz .EditBlog_postStatusCircle__aQDDf.EditBlog_published__Uw\+XH{background:#28a745}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postStatus__-5sNz .EditBlog_postStatusCircle__aQDDf.EditBlog_unpublished__ZUEwX{background:#dc3545}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postAuthor__WjUvC select,.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postStatus__-5sNz select{background:none;border:1px solid #e9ecef;border-radius:6px;box-sizing:border-box;color:#6c757d;cursor:pointer;font-size:.9rem;font-weight:500;outline:none;padding:10px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postAuthor__WjUvC select:focus,.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postStatus__-5sNz select:focus{border:1px solid #5d7fff;outline:#5d7fff}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postDate__GgD8d input{background:none;border:1px solid #e9ecef;border-radius:6px;box-sizing:border-box;color:#6c757d;cursor:pointer;font-size:.9rem;outline:none;padding:10px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_postDate__GgD8d input:focus{border:1px solid #5d7fff;outline:#5d7fff}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_postHeader__sJlpV .EditBlog_authorImage__M\+l\+U{border-radius:50%;height:24px;width:24px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2{box-sizing:border-box;color:#333;height:auto;line-height:1.8;padding:20px;width:100%}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3{font-size:16px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 h1,.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 h2,.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 h3,.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 h4,.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 h5,.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 h6{color:#2c3e50;line-height:1.3;margin:24px 0 16px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 h1{font-size:28px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 h2{font-size:24px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 h3{font-size:20px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 a,.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 a:hover{color:#5d7fff}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 p{margin-bottom:16px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 ol,.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 ul{margin:16px 0;padding-left:24px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 li{margin-bottom:8px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 blockquote{background-color:#f8f9fa;border-left:4px solid #5d7fff;font-style:italic;margin:20px 0;padding:16px 20px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 code{background-color:#f1f3f4;border-radius:4px;font-size:14px;padding:2px 6px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 pre{background-color:#f8f9fa;border-radius:6px;margin:16px 0;overflow-x:auto;padding:16px}.EditBlog_blogs__dH1Ie .EditBlog_blogPostContainer__MIfXf .EditBlog_blogPost__MFkRz .EditBlog_postContent__clvJ2 .EditBlog_postBody__kspy3 iframe{border:none;border-radius:6px}.ImageButton_imageButtonContainer__a\+CkM{align-items:center;color:#222;display:flex;height:32px;justify-content:center;max-height:32px;max-width:32px;min-height:32px;min-width:32px;width:32px}.ImageButton_imageButtonContainer__a\+CkM:hover{background:#eaeaea}.ImageButton_imageButtonContainer__a\+CkM label{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.ImageButton_imageButtonContainer__a\+CkM label svg{width:16px}.ImageButton_imageButtonContainer__a\+CkM input[type=file]{display:none}.EditBlogMetadata_editBlogMetadata__3Dsv5 .EditBlogMetadata_thumbnailContainer__Sf80W{align-items:flex-start;display:flex;flex-direction:column;gap:10px;justify-content:flex-start;width:100%}.EditBlogMetadata_editBlogMetadata__3Dsv5 .EditBlogMetadata_thumbnailContainer__Sf80W .EditBlogMetadata_uploadBtn__ZO-Go{align-items:center;background:#5d7fff;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:500;height:36px;justify-content:center;max-height:36px;padding:4px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EditBlogMetadata_editBlogMetadata__3Dsv5 .EditBlogMetadata_thumbnailContainer__Sf80W .EditBlogMetadata_uploadBtn__ZO-Go:hover{opacity:.8}.EditBlogMetadata_editBlogMetadata__3Dsv5 .EditBlogMetadata_thumbnailContainer__Sf80W .EditBlogMetadata_uploadInput__7h\+uz{display:none}.EditBlogMetadata_editBlogMetadata__3Dsv5 .EditBlogMetadata_slugPrefix__qSsL6{color:#5d7fff;font-size:15px;font-weight:500}.EditBlogMetadata_editBlogMetadata__3Dsv5 .EditBlogMetadata_saveBtn__VZLYf{align-items:center;background:#3f3f3f;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:15px;font-weight:500;height:44px;justify-content:center;line-height:44px;max-height:44px;max-width:1200px;min-width:80px;padding:4px 12px;transition:.3s;width:100%}.EditBlogMetadata_editBlogMetadata__3Dsv5 .EditBlogMetadata_saveBtn__VZLYf:hover{background:#5d7fff}.EditBlogMetadata_editBlogMetadata__3Dsv5 .EditBlogMetadata_saveBtn__VZLYf:disabled{cursor:not-allowed;opacity:.5}.EditBlogMetadata_editBlogMetadata__3Dsv5 .EditBlogMetadata_saveBtn__VZLYf:disabled:hover{background:#3f3f3f}.CampaignSelect_campaignSelect__WR4LG{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.CampaignSelect_campaignSelect__WR4LG .CampaignSelect_selectedList__GNNHN{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.CampaignSelect_campaignSelect__WR4LG .CampaignSelect_selectedList__GNNHN .CampaignSelect_listItem__-8slm{align-items:center;background:#292929;border:1px solid #292929;border-radius:6px;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px 16px;transition:.3s}.CampaignSelect_campaignSelect__WR4LG .CampaignSelect_selectedList__GNNHN .CampaignSelect_listItem__-8slm img{height:auto;max-width:20px;min-width:20px;object-fit:cover;width:20px}.CampaignSelect_campaignSelect__WR4LG .CampaignSelect_selectedList__GNNHN .CampaignSelect_listItem__-8slm .CampaignSelect_removeBtn__PLxFI{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:20px;justify-content:center;margin-left:4px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;outline:none;width:20px}.CampaignSelect_campaignSelect__WR4LG .CampaignSelect_selectedList__GNNHN .CampaignSelect_listItem__-8slm .CampaignSelect_removeBtn__PLxFI svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.CampaignSelect_campaignSelect__WR4LG .CampaignSelect_selectedList__GNNHN .CampaignSelect_listItem__-8slm .CampaignSelect_removeBtn__PLxFI:hover svg{fill:#f33}.TeamUserLogsPopup_teamUserLogsPopup__Szdhh{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.TeamUserLogsPopup_teamUserLogsPopup__Szdhh .TeamUserLogsPopup_textInput__4ipR6{background-color:#1e1e1e;border:1px solid #3a3a3a;border-radius:8px;box-sizing:border-box;color:#e7e7e7;font-size:14px;font-weight:500;height:40px;padding:0 16px;width:100%}.TeamUserLogsPopup_teamUserLogsPopup__Szdhh .TeamUserLogsPopup_textInput__4ipR6:focus{border:1px solid #3a3a3a;outline:none}.TeamUserLogsDetailPanel_teamUserLogsPopupDetailPanel__EBP0f{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-height:800px;padding:14px;width:100%}.Login_authBody__w2Qhm{background:#121212;height:100%;left:0;position:fixed;top:0;width:100%}.Login_livadAuth__bRa5c{display:flex;height:500px;left:0;margin-left:auto;margin-right:auto;position:absolute;right:0;top:50%;transform:translateY(-50%);width:900px;z-index:999999}.Login_livadAuth__bRa5c .Login_authBanner__MXKRR{background-color:#465fbf;display:flex;flex-direction:column;justify-content:space-around;min-height:100%;position:relative;width:60%}.Login_livadAuth__bRa5c .Login_authBanner__MXKRR,.Login_livadAuth__bRa5c .Login_authBanner__MXKRR:before{background-attachment:cover;background-size:cover;border-bottom-left-radius:6px;border-top-left-radius:6px}.Login_livadAuth__bRa5c .Login_authBanner__MXKRR:before{background-image:url(/static/media/livad-pattern.9dbdbabf726a718bedcc.svg);content:"";display:block;height:100%;position:absolute;width:100%}.Login_livadAuth__bRa5c .Login_authBanner__MXKRR .Login_bannerTitle__W0y4A{color:#fafafa;font-size:28.5px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0 auto;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:1}.Login_livadAuth__bRa5c .Login_authForm__KMNbc{background:#222;border-bottom-right-radius:6px;border-top-right-radius:6px;display:flex;flex-direction:column;min-height:100%;position:relative;width:40%}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ{display:flex;flex-direction:column;height:100%;width:100%}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ #Login_logo__W\+opJ{margin-left:60px;margin-top:60px;width:140px}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authH1__6EkSF{color:#5d7fff;font-size:23px;font-weight:400;margin-bottom:50px;margin-left:60px}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_inputLine__t9xSL{overflow:hidden;position:relative;width:250px}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_inputLine__t9xSL input{background:#292929;border:2px solid #303030;border-radius:6px;box-sizing:border-box;color:#efefef;display:flex;font-size:16px;margin:5px 0;outline:0;padding:8.5px 0 8.5px 40px;width:250px}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_inputLine__t9xSL .Login_inputIcon__bzvoI{align-items:center;border-bottom-left-radius:6px;border-top-left-radius:6px;display:flex;height:calc(100% - 10px);justify-content:flex-end;padding-left:5px;position:absolute;top:5px;width:25px;z-index:2}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_inputLine__t9xSL .Login_inputIcon__bzvoI img{height:15px}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_inputLine__t9xSL .Login_resetPasswordBtn__hGSDe{align-items:center;background:#5d7fff;border:none;border-radius:4px;color:#efefef;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px!important;height:35px;justify-content:center;line-height:35px;margin-top:10px;max-height:35px;outline:none;padding:8.5px 30px;transition:.3s ease-in-out;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content;width:100%}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_inputLine__t9xSL .Login_resetPasswordBtn__hGSDe .Login_isLoading__x3Idb{align-items:center;display:flex;justify-content:center}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_inputLine__t9xSL .Login_resetPasswordBtn__hGSDe .Login_isLoading__x3Idb img{height:16px}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_inputLine__t9xSL .Login_resetPasswordBtn__hGSDe.Login_disabled__4wgBA{background:#666;cursor:not-allowed}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_inputLine__t9xSL .Login_resetPasswordBtn__hGSDe.Login_disabled__4wgBA:hover{transform:none}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_authActionLine__n-PWA{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin-top:10px;overflow:visible;overflow:initial;width:250px}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_authActionLine__n-PWA .Login_btnForget__Cl34-{color:#999;cursor:pointer;font-size:14px}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_authActionLine__n-PWA .Login_btnLogin__Crsbt{align-items:center;background:#5d7fff;border:none;border-radius:4px;color:#efefef;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px!important;height:35px;justify-content:center;line-height:35px;max-height:35px;max-width:95px;outline:none;padding:8.5px 30px;transition:.3s ease-in-out;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:95px}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_authActionLine__n-PWA .Login_btnLogin__Crsbt:hover{transform:scale(1.04)}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_authActionLine__n-PWA .Login_btnLogin__Crsbt .Login_isLoading__x3Idb{align-items:center;display:flex;justify-content:center}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_authActionLine__n-PWA .Login_btnLogin__Crsbt .Login_isLoading__x3Idb img{height:16px}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_authActionLine__n-PWA .Login_btnLogin__Crsbt.Login_disabled__4wgBA{background:#666;cursor:not-allowed}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_authActionLine__n-PWA .Login_btnLogin__Crsbt.Login_disabled__4wgBA:hover{transform:none}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_errorMessage__TCZLP{color:#f33;font-size:14px;margin-top:20px}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_backBtn__O-5jk{align-items:center;background:#0000;border:none;color:#888;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:500;gap:10px;height:auto;margin-bottom:20px;outline:none;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_backBtn__O-5jk img{height:16px;max-height:16px;min-height:16px;opacity:.5;transition:.3s;width:auto}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_backBtn__O-5jk:hover{color:#fafafa}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_backBtn__O-5jk:hover img{opacity:1}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_needHelp__tQ\+eZ{bottom:35px;color:#797979;display:block;font-size:14px;position:absolute;text-align:center;width:100%}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_needHelp__tQ\+eZ a{color:#5d7fff;text-decoration:none}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authAgree__WcMZ-{bottom:73px;box-sizing:border-box;color:#666;display:block;font-size:13px;padding:0 15px;position:absolute;text-align:center;width:100%}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authAgree__WcMZ- a{color:#888;text-decoration:none}@media only screen and (max-width:900px){.Login_livadAuth__bRa5c{height:450px;width:calc(100% - 20px)}.Login_livadAuth__bRa5c .Login_authForm__KMNbc{border-radius:6px;width:100%}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ #Login_logo__W\+opJ{margin-top:20px}.Login_livadAuth__bRa5c .Login_authBanner__MXKRR{display:none}}@media only screen and (max-width:320px){.Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authAgree__WcMZ- br{display:none}}.Ads_ads__2422v{gap:30px}.Ads_ads__2422v,.Ads_ads__2422v .Ads_titleSection__s4g73{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.Ads_ads__2422v .Ads_titleSection__s4g73{border-bottom:1px solid #303030;gap:5px;padding-bottom:10px}.Ads_ads__2422v .Ads_titleSection__s4g73 .Ads_pageTitle__1I7f4{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.Ads_ads__2422v .Ads_titleSection__s4g73 .Ads_pageDescription__A1SZ0{color:#cecece;font-size:14px;font-weight:400}.Campaigns_campaigns__mXqA5{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.Campaigns_campaigns__mXqA5 .Campaigns_titleSection__PDatJ{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.Campaigns_campaigns__mXqA5 .Campaigns_titleSection__PDatJ .Campaigns_pageTitle__jwcw4{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:10px}.Campaigns_campaigns__mXqA5 .Campaigns_titleSection__PDatJ .Campaigns_pageDescription__QfAsr{color:#cecece;font-size:14px;font-weight:400}.QuickFilters_quickFilters__4vIhj{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;width:100%}.QuickFilters_quickFilters__4vIhj .QuickFilters_title__aJG88{color:#cecece;font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;width:100%}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8{align-items:center;background:#292929;border:1px solid #303030;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;height:auto;justify-content:center;min-height:32px;padding:6px 12px;transition:all .2s ease;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8 .QuickFilters_statusDot__1SlA1{background:#4caf50;border-radius:50%;flex-shrink:0;height:8px;width:8px}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8 .QuickFilters_flag__h9beN{border:1px solid #ffffff1a;border-radius:2px;flex-shrink:0;height:12px;overflow:hidden;position:relative;transition:all .2s ease;width:16px}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8 .QuickFilters_flag__h9beN .QuickFilters_flagImage__CEtG6{display:block;height:100%;object-fit:cover;width:100%}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8 .QuickFilters_flag__h9beN .QuickFilters_flagPlaceholder__1BwwC{align-items:center;background:linear-gradient(45deg,#2a2a2a,#3a3a3a);color:#fff;display:flex;font-size:7px;font-weight:600;height:100%;justify-content:center;text-align:center;width:100%}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8:hover{background:#5d7fff1a;border-color:#5d7fff;color:#5d7fff}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8:hover .QuickFilters_flag__h9beN{border-color:#ffffff4d;transform:scale(1.05)}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8.QuickFilters_active__HO6\+k{background:#5d7fff26;border-color:#5d7fff;color:#5d7fff}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8.QuickFilters_active__HO6\+k .QuickFilters_flag__h9beN{border-color:#fff6;box-shadow:0 2px 8px #5d7fff4d;transform:scale(1.05)}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8.QuickFilters_active__HO6\+k:hover{background:#5d7fff33;color:#5d7fff}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8.QuickFilters_active__HO6\+k:hover .QuickFilters_flag__h9beN{border-color:#ffffff80}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8:disabled{cursor:not-allowed;opacity:.5}.QuickFilters_quickFilters__4vIhj .QuickFilters_filterChips__HM2s0 .QuickFilters_filterChip__wJ9O8:disabled:hover{background:#292929;border-color:#303030;color:#fafafa}.EditCampaignsBulk_editCampaignsBulk__nvjH3{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;height:auto;width:100%}.EditCampaignsBulk_editCampaignsBulk__nvjH3 .EditCampaignsBulk_section__vSahX{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EditCampaignsBulk_editCampaignsBulk__nvjH3 .EditCampaignsBulk_section__vSahX .EditCampaignsBulk_title__X\+hQy{align-items:center;box-sizing:border-box;color:#e7e7e7;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EditCampaignsBulk_editCampaignsBulk__nvjH3 .EditCampaignsBulk_section__vSahX select{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-size:16px;outline:none;padding:8px 12px}.EditCampaignsBulk_editCampaignsBulk__nvjH3 .EditCampaignsBulk_section__vSahX select option .EditCampaignsBulk_logo__6jDox{border-radius:50%;height:18px;max-height:18px;min-height:18px;object-fit:contain;vertical-align:middle;width:18px}.EditCampaignsBulk_editCampaignsBulk__nvjH3 .EditCampaignsBulk_saveChanges__e0t7n{align-items:center;align-self:flex-end;background:#5d7fff;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px;height:auto;justify-content:center;min-height:37.72px;padding:8px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.EditCampaignsBulk_editCampaignsBulk__nvjH3 .EditCampaignsBulk_saveChanges__e0t7n:hover{opacity:.8}.SelectInputOwner_selectWrapper__-opO9{display:flex;flex-direction:column;gap:10px;height:auto;position:relative;width:100%}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectInput__sOAoF{align-items:center;background:#292929;border:1px solid #303030;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:40px;justify-content:space-between;line-height:40px;min-width:119px;padding:8px 1px 8px 12px;width:100%}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectInput__sOAoF .SelectInputOwner_inputPlaceholder__BMje2{color:#fafafa;font-size:16px}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectInput__sOAoF img{height:14px;max-height:14px;min-height:14px;width:auto}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY{background:#212121;border:1px solid #383838;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;margin-top:46px;max-height:200px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:8px;position:absolute;width:100%;z-index:2}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_selectSearch__b8xXp{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:5px;width:100%}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_selectSearch__b8xXp .SelectInputOwner_searchBtn__bYxEb{align-items:center;background:#373737;border:none;border-radius:6px;cursor:pointer;display:flex;flex-direction:row;height:32px;justify-content:center;max-height:32px;max-width:32px;min-height:32px;min-width:32px;outline:none;transition:.3s;width:32px}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_selectSearch__b8xXp .SelectInputOwner_searchBtn__bYxEb svg{fill:#fafafa;height:18px;max-height:18px;max-width:18px;min-height:18px;min-width:18px;width:18px}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_selectSearch__b8xXp input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-size:16px;height:32px;max-height:32px;min-height:32px;outline:none;padding:16px;width:100%}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_searchResultList__vyB9f{display:flex;flex-direction:column;gap:10px;overflow:auto;width:100%}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_searchResultList__vyB9f .SelectInputOwner_resultItem__vXNXx{align-items:center;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:6px}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_searchResultList__vyB9f .SelectInputOwner_resultItem__vXNXx :hover{background-color:#5d7fff;color:#fafafa}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_searchResultList__vyB9f .SelectInputOwner_resultItem__vXNXx .SelectInputOwner_resultCheckbox__Fj0iv{align-items:center;background:#444;border-radius:4px;cursor:pointer;display:inline-flex;height:18px;justify-content:center;max-height:18px;max-width:18px;min-height:18px;min-width:18px;transition:.3s;width:18px}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_searchResultList__vyB9f .SelectInputOwner_resultItem__vXNXx .SelectInputOwner_resultCheckbox__Fj0iv img{height:12px;max-height:12px;min-height:12px;opacity:0;transition:.3s}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_searchResultList__vyB9f .SelectInputOwner_resultItem__vXNXx .SelectInputOwner_resultCheckbox__Fj0iv.SelectInputOwner_checked__mL074{background:#5d7fff}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_searchResultList__vyB9f .SelectInputOwner_resultItem__vXNXx .SelectInputOwner_resultCheckbox__Fj0iv.SelectInputOwner_checked__mL074 img{opacity:1}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_searchResultList__vyB9f .SelectInputOwner_resultItem__vXNXx .SelectInputOwner_resultText__303Vx{border-radius:4px;box-sizing:border-box;color:#fafafa;display:block;font-size:16px;overflow:hidden;padding:4px;text-overflow:ellipsis;white-space:nowrap;width:100%}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY .SelectInputOwner_searchResultList__vyB9f .SelectInputOwner_resultItem__vXNXx .SelectInputOwner_resultText__303Vx img{border-radius:50%;height:14px;margin-right:4px;margin-top:-2px;max-height:15px;min-height:14px;object-fit:cover;vertical-align:middle;width:auto}.SelectInputOwner_selectWrapper__-opO9 .SelectInputOwner_selectResult__INKUY.SelectInputOwner_show__-kVcJ{display:flex}.Clients_clients__22DCG{gap:30px}.Clients_clients__22DCG,.Clients_clients__22DCG .Clients_titleSection__Mrjlu{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.Clients_clients__22DCG .Clients_titleSection__Mrjlu{border-bottom:1px solid #303030;gap:5px;padding-bottom:10px}.Clients_clients__22DCG .Clients_titleSection__Mrjlu .Clients_pageTitle__dB6k6{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.Clients_clients__22DCG .Clients_titleSection__Mrjlu .Clients_pageDescription__ga\+It{color:#cecece;font-size:14px;font-weight:400}.Agencies_agencies__ARdSg{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.Agencies_agencies__ARdSg .Agencies_titleSection__JeDke{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.Agencies_agencies__ARdSg .Agencies_titleSection__JeDke .Agencies_pageTitle__ssthG{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.Agencies_agencies__ARdSg .Agencies_titleSection__JeDke .Agencies_pageDescription__t-bBJ{color:#cecece;font-size:14px;font-weight:400}.Streamers_streamers__6Y7dd{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.Streamers_streamers__6Y7dd .Streamers_titleSection__HkVIK{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.Streamers_streamers__6Y7dd .Streamers_titleSection__HkVIK .Streamers_pageTitle__Iggg6{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.Streamers_streamers__6Y7dd .Streamers_titleSection__HkVIK .Streamers_pageDescription__A4bVX{color:#cecece;font-size:14px;font-weight:400}.Fans_fans__qPFdf{gap:30px}.Fans_fans__qPFdf,.Fans_fans__qPFdf .Fans_titleSection__4zc8Z{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.Fans_fans__qPFdf .Fans_titleSection__4zc8Z{border-bottom:1px solid #303030;gap:5px;padding-bottom:10px}.Fans_fans__qPFdf .Fans_titleSection__4zc8Z .Fans_pageTitle__UEKb9{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.Fans_fans__qPFdf .Fans_titleSection__4zc8Z .Fans_pageDescription__\+uiCw{color:#cecece;font-size:14px;font-weight:400}.Payouts_payouts__b-wZq{gap:30px}.Payouts_payouts__b-wZq,.Payouts_payouts__b-wZq .Payouts_titleSection__rtCr5{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.Payouts_payouts__b-wZq .Payouts_titleSection__rtCr5{border-bottom:1px solid #303030;gap:5px;padding-bottom:10px}.Payouts_payouts__b-wZq .Payouts_titleSection__rtCr5 .Payouts_pageTitle__x\+RTp{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.Payouts_payouts__b-wZq .Payouts_titleSection__rtCr5 .Payouts_pageDescription__wkDRU{color:#cecece;font-size:14px;font-weight:400}.ChangeStatus_changeStatus__iSaqL{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:16px;height:auto;width:100%}.ChangeStatus_changeStatus__iSaqL .ChangeStatus_section__5LRiy{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChangeStatus_changeStatus__iSaqL .ChangeStatus_section__5LRiy .ChangeStatus_title__gbGqx{align-items:center;box-sizing:border-box;color:#e7e7e7;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChangeStatus_changeStatus__iSaqL .ChangeStatus_section__5LRiy select{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-size:16px;outline:none;padding:8px 12px}.ChangeStatus_changeStatus__iSaqL .ChangeStatus_saveChanges__2SSHr{align-items:center;align-self:flex-end;background:#5d7fff;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px;height:auto;justify-content:center;min-height:37.72px;padding:8px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChangeStatus_changeStatus__iSaqL .ChangeStatus_saveChanges__2SSHr:hover{opacity:.8}.BulkPayoutInput_bulkPayoutInput__PTBPg{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;width:100%}.BulkPayoutInput_bulkPayoutInput__PTBPg .BulkPayoutInput_title__\+YpIi{align-items:center;box-sizing:border-box;color:#e7e7e7;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.BulkPayoutInput_bulkPayoutInput__PTBPg .BulkPayoutInput_input__udIJ9{align-items:center;display:flex;flex-direction:row;gap:16px}.BulkPayoutInput_bulkPayoutInput__PTBPg .BulkPayoutInput_input__udIJ9 input[type=text]{background-color:#1e1e1e;border:1px solid #3a3a3a;border-radius:8px;box-sizing:border-box;color:#e7e7e7;font-size:14px;font-weight:500;height:40px;padding:0 16px;width:100%}.BulkPayoutInput_bulkPayoutInput__PTBPg .BulkPayoutInput_input__udIJ9 input[type=text]:focus{border:1px solid #3a3a3a;outline:none}.BulkPayoutInput_bulkPayoutInput__PTBPg .BulkPayoutInput_input__udIJ9 .BulkPayoutInput_selectBtn__0aE-s{align-items:center;background:#404040;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:4px;height:40px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:8px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.BulkPayoutInput_bulkPayoutInput__PTBPg .BulkPayoutInput_input__udIJ9 .BulkPayoutInput_selectBtn__0aE-s:hover{background:#505050}.PayoutScoreCards_scoreCardsContainer__Djjz0{display:flex;flex-direction:row;flex-wrap:wrap;gap:12px;margin-bottom:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC{background:#222;border:1px solid #303030;border-radius:6px;display:flex;flex-direction:column;flex-shrink:0;min-height:95px;overflow:hidden;padding:10px;position:relative;transition:all .3s ease;width:320px}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardHeader__L045\+{align-items:center;border-bottom:1px solid #30303026;display:flex;gap:6px}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardHeader__L045\+ .PayoutScoreCards_cardIcon__9KY1R{align-items:center;border-radius:3px;display:flex;flex-shrink:0;font-size:11px;height:20px;justify-content:center;margin-top:1px;width:20px}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardHeader__L045\+ .PayoutScoreCards_cardIcon__9KY1R.PayoutScoreCards_pendingIcon__jIM5F{background:#ffa726;color:#fff}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardHeader__L045\+ .PayoutScoreCards_cardIcon__9KY1R.PayoutScoreCards_completedIcon__dDIxI{background:#66bb6a;color:#fff}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardHeader__L045\+ .PayoutScoreCards_cardTitleContainer__fFipF{display:flex;flex:1 1;flex-direction:column;gap:1px}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardHeader__L045\+ .PayoutScoreCards_cardTitle__ShVXW{color:#fafafa;font-size:13px;font-weight:600;line-height:1.1;margin:0}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardHeader__L045\+ .PayoutScoreCards_statusList__76aw\+{color:#fafafa99;font-size:9px;font-weight:400;height:10px;line-height:1}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx{display:flex;flex-direction:column;gap:0}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_totalCount__0Lrnh{align-items:center;background:#30303026;border:1px solid #0000;border-radius:3px;color:#fafafab3;cursor:pointer;display:flex;font-size:13px;justify-content:space-between;padding:4px 8px;transition:all .2s ease}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_totalCount__0Lrnh:hover{background:#3f3f3f;color:#fafafa}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_totalCount__0Lrnh .PayoutScoreCards_toggleArrow__wum2i{font-size:9px;transition:transform .3s ease}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_totalCount__0Lrnh .PayoutScoreCards_toggleArrow__wum2i.PayoutScoreCards_expanded__kFiwV{transform:rotate(180deg)}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h{align-items:center;border-bottom:1px solid #30303026;display:flex;justify-content:space-between;padding:6px 0}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h:last-of-type:not(.PayoutScoreCards_exchangeTotal__OtHy7){border-bottom:none;margin-bottom:8px}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h .PayoutScoreCards_currencyLabel__CAjWA{color:#fafafab3;font-size:13px;font-weight:500;line-height:1.2;min-width:45px}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h .PayoutScoreCards_currencyValueContainer__Vr0ZP{align-items:flex-end;display:flex;flex-direction:column;gap:1px}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h .PayoutScoreCards_currencyValue__tyzgv{color:#fafafa;font-size:14px;font-weight:600;line-height:1.2}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h .PayoutScoreCards_usdEquivalent__PL-jY{color:#fafafa80;font-size:10px;font-weight:400;line-height:1.1}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h.PayoutScoreCards_exchangeTotal__OtHy7{background:#5d7fff08;border-bottom:none;border-top:1px solid #3d3d3d;margin-left:-10px;margin-right:-10px;margin-top:8px;padding-left:10px;padding-right:10px;padding-top:8px}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h.PayoutScoreCards_exchangeTotal__OtHy7 .PayoutScoreCards_currencyLabel__CAjWA{color:#5d7fff;font-size:13px;font-weight:600}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h.PayoutScoreCards_exchangeTotal__OtHy7 .PayoutScoreCards_currencyValue__tyzgv{color:#5d7fff;font-size:15px;font-weight:700}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_exchangeRateInfo__IdYIx{align-items:center;background:#3030301a;border-radius:3px;color:#fafafa99;display:flex;font-size:10px;gap:4px;line-height:1.2;margin-top:8px;padding:4px 6px}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_exchangeRateInfo__IdYIx .PayoutScoreCards_infoIcon__eMbTP{flex-shrink:0;font-size:10px}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_collapsibleDetails__qu9-o{overflow:hidden;transition:max-height .3s ease,opacity .3s ease}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_collapsibleDetails__qu9-o.PayoutScoreCards_collapsed__ZS9lX{max-height:0;opacity:0}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_collapsibleDetails__qu9-o.PayoutScoreCards_expanded__kFiwV{max-height:500px;opacity:1}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC.PayoutScoreCards_loading__sgStW .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h .PayoutScoreCards_currencyValueContainer__Vr0ZP .PayoutScoreCards_currencyValue__tyzgv,.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC.PayoutScoreCards_loading__sgStW .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h .PayoutScoreCards_currencyValueContainer__Vr0ZP .PayoutScoreCards_usdEquivalent__PL-jY{animation:PayoutScoreCards_pulse__-F\+b5 1.5s ease-in-out infinite;background:#3030304d;border-radius:3px;color:#0000}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC.PayoutScoreCards_loading__sgStW .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h .PayoutScoreCards_currencyValueContainer__Vr0ZP .PayoutScoreCards_currencyValue__tyzgv{height:12px;width:50px}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC.PayoutScoreCards_loading__sgStW .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_currencyRow__QuD9h .PayoutScoreCards_currencyValueContainer__Vr0ZP .PayoutScoreCards_usdEquivalent__PL-jY{height:8px;margin-top:1px;width:40px}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC.PayoutScoreCards_loading__sgStW .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_exchangeRateInfo__IdYIx{background:#30303033;color:#0000}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC.PayoutScoreCards_loading__sgStW .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_exchangeRateInfo__IdYIx .PayoutScoreCards_infoIcon__eMbTP{opacity:.3}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC.PayoutScoreCards_loading__sgStW .PayoutScoreCards_cardContent__4RAJx .PayoutScoreCards_totalCount__0Lrnh{animation:PayoutScoreCards_pulse__-F\+b5 1.5s ease-in-out infinite;background:#3030304d;color:#0000}@keyframes PayoutScoreCards_pulse__-F\+b5{0%,to{opacity:.4}50%{opacity:.8}}@keyframes PayoutScoreCards_spin__ykB2P{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media(max-width:768px){.PayoutScoreCards_scoreCardsContainer__Djjz0{flex-direction:column;width:100%}.PayoutScoreCards_scoreCardsContainer__Djjz0 .PayoutScoreCards_scoreCard__Z\+iCC{max-width:320px;width:100%}}.PayoutAccounts_payoutAccounts__WfIx4{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.PayoutAccounts_payoutAccounts__WfIx4 .PayoutAccounts_titleSection__oOhUO{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.PayoutAccounts_payoutAccounts__WfIx4 .PayoutAccounts_titleSection__oOhUO .PayoutAccounts_pageTitle__AQyKQ{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.PayoutAccounts_payoutAccounts__WfIx4 .PayoutAccounts_titleSection__oOhUO .PayoutAccounts_pageDescription__DwIB0{color:#cecece;font-size:14px;font-weight:400}.InteractiveTriggers_interactiveTriggers__bjZ5Q{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.InteractiveTriggers_interactiveTriggers__bjZ5Q .InteractiveTriggers_titleSection__\+BJ7o{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.InteractiveTriggers_interactiveTriggers__bjZ5Q .InteractiveTriggers_titleSection__\+BJ7o .InteractiveTriggers_pageTitle__fmjh4{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.InteractiveTriggers_interactiveTriggers__bjZ5Q .InteractiveTriggers_titleSection__\+BJ7o .InteractiveTriggers_pageDescription__vLQJI{color:#cecece;font-size:14px;font-weight:400}.GameSessions_gameSessions__MsL\+t{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.GameSessions_gameSessions__MsL\+t .GameSessions_titleSection__kmAyz{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.GameSessions_gameSessions__MsL\+t .GameSessions_titleSection__kmAyz .GameSessions_pageTitle__8\+X6Z{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.GameSessions_gameSessions__MsL\+t .GameSessions_titleSection__kmAyz .GameSessions_pageDescription__dSChm{color:#cecece;font-size:14px;font-weight:400}.Donations_donations__skps0{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.Donations_donations__skps0 .Donations_titleSection__NGNTN{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.Donations_donations__skps0 .Donations_titleSection__NGNTN .Donations_pageTitle__mnqNp{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.Donations_donations__skps0 .Donations_titleSection__NGNTN .Donations_pageDescription__1KfQv{color:#cecece;font-size:14px;font-weight:400}.GameEvents_gameEvents__gUelh{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.GameEvents_gameEvents__gUelh .GameEvents_titleSection__4\+TBb{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.GameEvents_gameEvents__gUelh .GameEvents_titleSection__4\+TBb .GameEvents_pageTitle__KaGmQ{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.GameEvents_gameEvents__gUelh .GameEvents_titleSection__4\+TBb .GameEvents_pageDescription__wGGQQ{color:#cecece;font-size:14px;font-weight:400}.LiveConsole_liveConsole__nDDgT{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.LiveConsole_liveConsole__nDDgT .LiveConsole_titleSection__uH\+p3{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.LiveConsole_liveConsole__nDDgT .LiveConsole_titleSection__uH\+p3 .LiveConsole_pageTitle__Son53{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.LiveConsole_liveConsole__nDDgT .LiveConsole_titleSection__uH\+p3 .LiveConsole_pageDescription__rIjMI{color:#cecece;font-size:14px;font-weight:400}.LiveConsole_liveConsole__nDDgT .LiveConsole_containerSection__ArFXn{background:#222;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;min-height:400px;padding:16px;width:100%}.LiveConsole_liveConsole__nDDgT .LiveConsole_containerSection__ArFXn .LiveConsole_contentSection__q1Xyd{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;width:100%}.LiveConsole_liveConsole__nDDgT .LiveConsole_containerSection__ArFXn .LiveConsole_contentSection__q1Xyd .LiveConsole_contentTitle__uDjTb{color:#fafafa;font-size:18px;font-weight:500}.LiveConsole_liveConsole__nDDgT .LiveConsole_containerSection__ArFXn .LiveConsole_contentSection__q1Xyd .LiveConsole_itemList__j5\+il{grid-gap:16px;box-sizing:border-box;display:grid;gap:16px;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));height:auto;max-height:640px;overflow:auto;width:100%}.ScheduledItem_scheduledItem__CdWie{background:#292929;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:10px;width:100%}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_dateSection__MX3yG{align-items:center;box-sizing:border-box;color:#5d7fff;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px;height:auto;width:100%}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_dateSection__MX3yG svg{height:16px;width:16px}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_streamerSection__c-btC{align-items:center;background:#303030;border-radius:5px;box-sizing:border-box;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:8px;height:auto;padding:5px;width:100%}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_streamerSection__c-btC .ScheduledItem_avatar__emmG0{display:flex;position:relative}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_streamerSection__c-btC .ScheduledItem_avatar__emmG0 .ScheduledItem_streamerAvatar__ST5YX{border-radius:50%;height:30px;object-fit:cover;width:30px}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_streamerSection__c-btC .ScheduledItem_avatar__emmG0 .ScheduledItem_platform__eyrMq{bottom:0;box-sizing:border-box;display:flex;height:auto;padding:0;position:absolute;right:0;width:14px;z-index:1}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_streamerSection__c-btC .ScheduledItem_avatar__emmG0 .ScheduledItem_platform__eyrMq img{width:100%}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_streamerSection__c-btC .ScheduledItem_streamerName__Xf91\+{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_clientSection__3Wogh{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:100%}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_clientSection__3Wogh .ScheduledItem_client__F83wu{align-items:center;color:#e6e6e6;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_clientSection__3Wogh .ScheduledItem_client__F83wu .ScheduledItem_clientLogo__r\+\+93{border-radius:4px;height:20px;object-fit:contain;vertical-align:middle;width:20px}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_clientSection__3Wogh .ScheduledItem_client__F83wu .ScheduledItem_clientName__ULcMV{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ScheduledItem_scheduledItem__CdWie .ScheduledItem_clientSection__3Wogh .ScheduledItem_campaign__W\+fJv{color:#d9d9d9;font-size:14px;font-weight:400;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ScheduledItem_scheduledItem__CdWie.ScheduledItem_posted__Esk0i{background:#1e1e1e}.ScheduledItem_scheduledItem__CdWie.ScheduledItem_posted__Esk0i .ScheduledItem_dateSection__MX3yG{color:#a4a4a4}.ScheduledItem_scheduledItem__CdWie.ScheduledItem_posted__Esk0i .ScheduledItem_dateSection__MX3yG svg{stroke-width:1px}.ScheduledItem_scheduledItem__CdWie.ScheduledItem_posted__Esk0i .ScheduledItem_streamerSection__c-btC{background:#262626}.Analytics_analytics__WFYbU{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.Analytics_analytics__WFYbU .Analytics_titleSection__X9CZI{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.Analytics_analytics__WFYbU .Analytics_titleSection__X9CZI .Analytics_pageTitle__vvdo9{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.Analytics_analytics__WFYbU .Analytics_titleSection__X9CZI .Analytics_pageDescription__HJXlH{color:#cecece;font-size:14px;font-weight:400}.Analytics_analytics__WFYbU iframe{background:#cecece;border:none;border-radius:10px;height:100dvh;width:100%}.AdAutomationAnalytics_adAutomationAnalytics__GL2\+q{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.AdAutomationAnalytics_adAutomationAnalytics__GL2\+q .AdAutomationAnalytics_titleSection__wZvkD{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.AdAutomationAnalytics_adAutomationAnalytics__GL2\+q .AdAutomationAnalytics_titleSection__wZvkD .AdAutomationAnalytics_pageTitle__CkaJe{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.AdAutomationAnalytics_adAutomationAnalytics__GL2\+q .AdAutomationAnalytics_titleSection__wZvkD .AdAutomationAnalytics_pageDescription__E\+8FW{color:#cecece;font-size:14px;font-weight:400}.AdAutomationAnalyticsDetailPanel_adAutomationAnalyticsDetailPanel__RZd\+-{background:#1b1b1b;box-sizing:border-box;display:flex;flex-direction:column;gap:0;height:auto;padding:14px;width:100%}.FinancialTransactions_financialTransactions__xmpIr{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.FinancialTransactions_financialTransactions__xmpIr .FinancialTransactions_titleSection__fhbMN{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.FinancialTransactions_financialTransactions__xmpIr .FinancialTransactions_titleSection__fhbMN .FinancialTransactions_pageTitle__8Yx8w{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.FinancialTransactions_financialTransactions__xmpIr .FinancialTransactions_titleSection__fhbMN .FinancialTransactions_pageDescription__X0-e5{color:#cecece;font-size:14px;font-weight:400}.Games_games__ppCfS{gap:30px}.Games_games__ppCfS,.Games_games__ppCfS .Games_titleSection__cTCS5{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.Games_games__ppCfS .Games_titleSection__cTCS5{border-bottom:1px solid #303030;gap:5px;padding-bottom:10px}.Games_games__ppCfS .Games_titleSection__cTCS5 .Games_pageTitle__16CeL{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.Games_games__ppCfS .Games_titleSection__cTCS5 .Games_pageDescription__LzVN1{color:#cecece;font-size:14px;font-weight:400}.Blogs_blogs__TSw5u{gap:30px}.Blogs_blogs__TSw5u,.Blogs_blogs__TSw5u .Blogs_titleSection__WM9Ll{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.Blogs_blogs__TSw5u .Blogs_titleSection__WM9Ll{border-bottom:1px solid #303030;gap:5px;padding-bottom:10px}.Blogs_blogs__TSw5u .Blogs_titleSection__WM9Ll .Blogs_pageTitle__3oJZc{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.Blogs_blogs__TSw5u .Blogs_titleSection__WM9Ll .Blogs_pageDescription__pjKHR{color:#cecece;font-size:14px;font-weight:400}.TeamUserLogs_teamUserLogs__IfW93{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.TeamUserLogs_teamUserLogs__IfW93 .TeamUserLogs_titleSection__D275O{border-bottom:1px solid #303030;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding-bottom:10px;width:100%}.TeamUserLogs_teamUserLogs__IfW93 .TeamUserLogs_titleSection__D275O .TeamUserLogs_pageTitle__WVSXi{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:24px;font-weight:700;gap:8px}.TeamUserLogs_teamUserLogs__IfW93 .TeamUserLogs_titleSection__D275O .TeamUserLogs_pageDescription__hWM8s{color:#cecece;font-size:14px;font-weight:400}
/*# sourceMappingURL=main.10df55c1.css.map*/