@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);@import url(https://fonts.googleapis.com/css2?family=Krona+One&display=swap);*{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%}button,input,select,textarea{font-family:Inter,sans-serif}.rdtPicker{background:#242526!important;border:1px solid #404040!important;border-radius:3px;margin-top:10px!important;width:100%}.rdtPicker table{display:table!important}.rdtPicker td.rdtToday:before{border-bottom:7px solid #5d7fff!important}.rdtPicker td.rdtHour:hover,.rdtPicker td.rdtMinute:hover,.rdtPicker td.rdtMonth:hover,.rdtPicker td.rdtSecond:hover,.rdtPicker td.rdtTimeToggle:hover,.rdtPicker td.rdtYear:hover,.rdtPicker td:hover{background:#181818!important;border-radius:3px}.rdtPicker td.rdtActive,.rdtPicker td.rdtActive:hover{background-color:#5d7fff!important;border-radius:3px}.rdtPicker thead tr:first-of-type th:hover{background:#181818!important;border-radius:3px}.rdtPicker thead th{border-bottom:1px solid #3a3a3a!important}.rdtPicker tfoot{border-top:1px solid #3a3a3a!important}.rdtPicker .rdtCounter .rdtBtn:hover{background:#181818!important;border-radius:3px}.rdt input[type=text]{background:#2f2f2f;border:1px solid #404040;border-radius:4px;color:#fafafa;margin-left:5px;outline:none;padding:5px 10px;width:400px}.form-control:focus{border-color:#5d7fff!important;box-shadow:none!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:margin-left .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:1440px;width:100%}.MasterLayout_loadingContainer__M4pte{height:100vh;width:100%}@media(max-width:1760px){.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h .MasterLayout_contentContainer__jQ5KY{padding:0 30px}}@media(max-width:1560px){.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h .MasterLayout_contentContainer__jQ5KY{padding:0 40px}}@media(max-width:768px){.MasterLayout_masterLayout__rlU97 .MasterLayout_content__SaG1h{margin-left:0;width:100%}.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:100%;min-width:260px;padding:16px;position:fixed;transition:transform .3s;width:260px}.Sidebar_sidebar__S9EbY .Sidebar_logo__Mc4Gd{align-self:flex-start;height:44px}.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;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 img{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{position:fixed;transform:translateX(-300px)}.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}}.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}.Header_header__OKWO7 .Header_userMenu__NSzpP .Header_clientSwitcher__0aP9r{display:none}}@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%}.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_clientSwitcher__ext7H{display:none;height:auto;width:100%}@media(max-width:768px){.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_clientSwitcher__ext7H,.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_dropdownMenuItem__ypG3z.DropdownMenu_isMobile__A1TUB,.DropdownMenu_dropdownMenu__R6R3n .DropdownMenu_languageSelect__QViuU{display:flex}}.ClientSwitcher_clientSwitcher__FrQqE{position:relative}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_currentClient__sWUsy{background:#272727;border-radius:6px;box-sizing:border-box;color:#cecece;cursor:pointer;display:inline-block;font-size:15px;font-weight:500;max-width:200px;overflow:hidden;padding:6px 12px;text-overflow:ellipsis;transition:.3s;white-space:nowrap}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_currentClient__sWUsy img{border-radius:4px;height:24px;margin-right:8px;object-fit:contain;vertical-align:middle;width:24px}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_currentClient__sWUsy:hover{background:#2d2d2d}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh{background:#2d2d2d;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:12px;position:absolute;right:0;top:45px;width:260px;z-index:100}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh: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}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_searchInput__d\+eBG{box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:100%}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_searchInput__d\+eBG 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%}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_searchInput__d\+eBG .ClientSwitcher_searchBtn__WhXpR{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}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_searchInput__d\+eBG .ClientSwitcher_searchBtn__WhXpR img{height:20px;transition:.3s}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_searchResults__7D\+2k{background:#323232;border-radius:6px;box-sizing:border-box;color:#7d7d7d;display:flex;flex-direction:column;gap:10px;max-height:150px;overflow:auto;padding:12px;position:-webkit-sticky;position:sticky;top:0}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_searchResults__7D\+2k .ClientSwitcher_resultItem__9\+Zyh{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}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_searchResults__7D\+2k .ClientSwitcher_resultItem__9\+Zyh img{border-radius:2px;height:16px;max-height:16px;min-height:16px;object-fit:contain;width:16px}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_searchResults__7D\+2k .ClientSwitcher_resultItem__9\+Zyh:last-child{border-bottom:none}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_searchResults__7D\+2k .ClientSwitcher_resultItem__9\+Zyh:hover{background:#3d3d3d;border-radius:6px}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_searchResults__7D\+2k .ClientSwitcher_resultItem__9\+Zyh .ClientSwitcher_clientName__8c\+a9{color:#cecece;font-size:16px}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_createBtn__00nOd{align-items:center;background:#454545;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;justify-content:center;padding:8px 6px;transition:.3s}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_createBtn__00nOd svg{color:#fafafa}.ClientSwitcher_clientSwitcher__FrQqE .ClientSwitcher_dropdownContent__driWh .ClientSwitcher_createBtn__00nOd:hover{background:#5d7fff}.Loading_loadingContainer__wnuVF{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.AgencySwitcher_agencySwitcher__X2-F5{position:relative}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_currentClient__gBYhS{background:#272727;border-radius:6px;box-sizing:border-box;color:#cecece;cursor:pointer;display:inline-block;font-size:15px;font-weight:500;max-width:200px;overflow:hidden;padding:6px 12px;text-overflow:ellipsis;transition:.3s;white-space:nowrap}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_currentClient__gBYhS img{border-radius:4px;height:24px;margin-right:8px;object-fit:contain;vertical-align:middle;width:24px}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_currentClient__gBYhS:hover{background:#2d2d2d}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_dropdownContent__qIzl0{background:#2d2d2d;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:12px;position:absolute;right:0;top:45px;width:260px;z-index:100}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_dropdownContent__qIzl0: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}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_dropdownContent__qIzl0 .AgencySwitcher_searchInput__BfyHs{box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:100%}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_dropdownContent__qIzl0 .AgencySwitcher_searchInput__BfyHs 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%}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_dropdownContent__qIzl0 .AgencySwitcher_searchInput__BfyHs .AgencySwitcher_searchBtn__jieBr{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}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_dropdownContent__qIzl0 .AgencySwitcher_searchInput__BfyHs .AgencySwitcher_searchBtn__jieBr img{height:20px;transition:.3s}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_dropdownContent__qIzl0 .AgencySwitcher_searchResults__Hysmb{background:#323232;border-radius:6px;box-sizing:border-box;color:#7d7d7d;display:flex;flex-direction:column;gap:10px;max-height:150px;overflow:auto;padding:12px;position:-webkit-sticky;position:sticky;top:0}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_dropdownContent__qIzl0 .AgencySwitcher_searchResults__Hysmb .AgencySwitcher_resultItem__MlYZv{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}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_dropdownContent__qIzl0 .AgencySwitcher_searchResults__Hysmb .AgencySwitcher_resultItem__MlYZv img{border-radius:2px;height:16px;max-height:16px;min-height:16px;object-fit:contain}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_dropdownContent__qIzl0 .AgencySwitcher_searchResults__Hysmb .AgencySwitcher_resultItem__MlYZv:last-child{border-bottom:none}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_dropdownContent__qIzl0 .AgencySwitcher_searchResults__Hysmb .AgencySwitcher_resultItem__MlYZv:hover{background:#3d3d3d;border-radius:6px}.AgencySwitcher_agencySwitcher__X2-F5 .AgencySwitcher_dropdownContent__qIzl0 .AgencySwitcher_searchResults__Hysmb .AgencySwitcher_resultItem__MlYZv .AgencySwitcher_clientName__KMRxt{color:#cecece;font-size:16px}.SimpleHeader_header__PtztE{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%}.SimpleHeader_header__PtztE .SimpleHeader_logo__CLJZx{display:flex;height:34px}.SimpleHeader_header__PtztE .SimpleHeader_message__v6zXy{color:#fcfcfc;font-size:20px;font-weight:600;margin-right:auto}.SimpleHeader_header__PtztE .SimpleHeader_search__Y2Wda{align-items:center;display:flex;flex-direction:row;position:relative}.SimpleHeader_header__PtztE .SimpleHeader_search__Y2Wda 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}.SimpleHeader_header__PtztE .SimpleHeader_search__Y2Wda img{cursor:pointer;height:22px;position:absolute;right:20px;width:22px}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9{align-items:center;display:flex;flex-direction:row;gap:20px;margin-left:auto}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9 .SimpleHeader_profileMenu__ULRxu{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:8px}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9 .SimpleHeader_profileMenu__ULRxu .SimpleHeader_profilePicture__NHbrw{border-radius:50%;height:34px;width:34px}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9 .SimpleHeader_profileMenu__ULRxu .SimpleHeader_profileInfo__zCY-p{display:flex;flex-direction:column;gap:2px}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9 .SimpleHeader_profileMenu__ULRxu .SimpleHeader_profileInfo__zCY-p .SimpleHeader_name__R840X{color:#fafafa;font-size:16px}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9 .SimpleHeader_profileMenu__ULRxu .SimpleHeader_profileInfo__zCY-p .SimpleHeader_username__xggko{align-items:center;color:#868b90;display:flex;flex-direction:row;font-size:14px;gap:4px}.SimpleHeader_header__PtztE .SimpleHeader_userMenu__\+elc9 .SimpleHeader_profileMenu__ULRxu .SimpleHeader_profileInfo__zCY-p .SimpleHeader_username__xggko .SimpleHeader_platform__N0Gqi{height:14px}@media(max-width:768px){.SimpleHeader_header__PtztE{left:0}}@media(max-width:430px){.SimpleHeader_header__PtztE{padding:24px 12px}}.DropdownMenu_dropdownMenu__RWa7E{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__RWa7E: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__RWa7E .DropdownMenu_adminMenu__uLV0f{display:flex;flex-direction:column;gap:10px}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_adminMenu__uLV0f .DropdownMenu_adminUserSearch__BDj6Y{display:flex;flex-direction:row;width:100%}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_adminMenu__uLV0f .DropdownMenu_adminUserSearch__BDj6Y 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__RWa7E .DropdownMenu_adminMenu__uLV0f .DropdownMenu_adminUserSearch__BDj6Y 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__RWa7E .DropdownMenu_adminMenu__uLV0f .DropdownMenu_adminUserSearch__BDj6Y button img{height:20px;transition:.3s}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_adminMenu__uLV0f .DropdownMenu_adminUserSearch__BDj6Y button img:hover{filter:brightness(1.4)}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_adminMenu__uLV0f .DropdownMenu_adminUserSearchResults__AZtQ4{background:#323232;border-radius:6px;box-sizing:border-box;color:#7d7d7d;display:flex;flex-direction:column;gap:10px;padding:12px}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_adminMenu__uLV0f .DropdownMenu_adminUserSearchResults__AZtQ4 .DropdownMenu_adminUserResultItem__CpKAn{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__RWa7E .DropdownMenu_adminMenu__uLV0f .DropdownMenu_adminUserSearchResults__AZtQ4 .DropdownMenu_adminUserResultItem__CpKAn:hover{background:#3d3d3d}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_adminMenu__uLV0f .DropdownMenu_adminUserSearchResults__AZtQ4 .DropdownMenu_adminUserResultItem__CpKAn .DropdownMenu_platform__50UNI{height:14px}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_adminMenu__uLV0f .DropdownMenu_adminUserSearchResults__AZtQ4 .DropdownMenu_adminUserResultItem__CpKAn .DropdownMenu_picture__MyntB{border-radius:50%;height:14px}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_adminMenu__uLV0f .DropdownMenu_adminUserSearchResults__AZtQ4 .DropdownMenu_adminUserResultItem__CpKAn .DropdownMenu_username__4cyop{color:#cecece;font-size:16px}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_dropdownMenuItem__ztETI{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__RWa7E .DropdownMenu_dropdownMenuItem__ztETI:last-child{border-bottom:none}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_dropdownMenuItem__ztETI:hover{background:#3d3d3d;border-radius:6px}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_dropdownMenuItem__ztETI img{height:16px}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_dropdownMenuItem__ztETI .DropdownMenu_dropdownMenuItemText__FxZgL{color:#fafafa;font-size:16px}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_dropdownMenuItem__ztETI.DropdownMenu_isMobile__nZz\+W{display:none}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_languageSelect__9kRB6{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%}.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_clientSwitcher__QKmFm{display:none;height:auto;width:100%}@media(max-width:768px){.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_clientSwitcher__QKmFm,.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_dropdownMenuItem__ztETI.DropdownMenu_isMobile__nZz\+W,.DropdownMenu_dropdownMenu__RWa7E .DropdownMenu_languageSelect__9kRB6{display:flex}}.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:40px;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_inputLine__t9xSL .Login_signUpBtn__SpOL\+{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_signUpBtn__SpOL\+ .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_signUpBtn__SpOL\+ .Login_isLoading__x3Idb img{height:16px}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_inputLine__t9xSL .Login_signUpBtn__SpOL\+.Login_disabled__4wgBA{background:#666;cursor:not-allowed}.Login_livadAuth__bRa5c .Login_authForm__KMNbc .Login_formContent__sHrGJ .Login_authFormWrap__v5Z4S .Login_inputLine__t9xSL .Login_signUpBtn__SpOL\+.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_btnSignup__JY\+AF{color:#fafafa;font-size:14px;font-weight:400;margin-top:10px}.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}}.NewUser_newUser__K6Bhf{align-items:flex-start;background:#222;border-radius:16px;display:flex;flex-direction:row;font-family:Inter,sans-serif;gap:10px;height:auto;margin-top:40px;max-width:1280px;width:100%}.NewUser_newUser__K6Bhf .NewUser_slideSection__B8RYi{align-items:center;background:linear-gradient(180deg,#5d7fff,#3b55b6);border-bottom-left-radius:16px;border-top-left-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;width:340px}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;padding:20px;width:100%}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_titleSection__e9Zk3{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_titleSection__e9Zk3 .NewUser_subtitle__3nb6c,.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_titleSection__e9Zk3 .NewUser_title__jxtOO{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;margin:0;padding:0;width:100%}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_titleSection__e9Zk3 .NewUser_title__jxtOO{color:#5d7fff;font-size:34px;font-weight:600}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_titleSection__e9Zk3 .NewUser_subtitle__3nb6c{color:#fafafa;font-size:16px;font-weight:400}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_formContent__HeTD9{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_formContent__HeTD9 .NewUser_formLine__GiIgI{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_formContent__HeTD9 .NewUser_formLine__GiIgI .NewUser_formItem__\+mJNf{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:100%}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_formContent__HeTD9 .NewUser_formLine__GiIgI .NewUser_formItem__\+mJNf .NewUser_formTitle__70Irt{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_formContent__HeTD9 .NewUser_formLine__GiIgI .NewUser_formItem__\+mJNf input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:16px;width:100%}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_formContent__HeTD9 .NewUser_formLine__GiIgI .NewUser_formItem__\+mJNf 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;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:0 16px;width:100%}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_formContent__HeTD9 .NewUser_formLine__GiIgI .NewUser_formItem__\+mJNf.NewUser_countryCode__UX2Lf{max-width:300px}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_formContent__HeTD9 .NewUser_formLine__GiIgI .NewUser_saveBtn__Pcz41{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;justify-content:center;margin-left:auto;margin-top:10px;outline:none;padding:8px 24px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_formContent__HeTD9 .NewUser_formLine__GiIgI .NewUser_saveBtn__Pcz41:hover{opacity:.8}@media(max-width:720px){.NewUser_newUser__K6Bhf{flex-direction:column}.NewUser_newUser__K6Bhf .NewUser_slideSection__B8RYi{border-bottom-left-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;height:auto;width:100%}.NewUser_newUser__K6Bhf .NewUser_slideSection__B8RYi img{height:30px}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4{border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:auto;width:100%}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_titleSection__e9Zk3 .NewUser_title__jxtOO{font-size:24px}.NewUser_newUser__K6Bhf .NewUser_formSection__T8eh4 .NewUser_titleSection__e9Zk3 .NewUser_subtitle__3nb6c{font-size:14px}}.UploadPhoto_uploadPhoto__YiZQq{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;width:100%}.UploadPhoto_uploadPhoto__YiZQq .UploadPhoto_currentPhoto__djxBi{border-radius:50%;box-sizing:border-box;height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;width:50px}.UploadPhoto_uploadPhoto__YiZQq .UploadPhoto_uploadBtn__1kbXH{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__YiZQq .UploadPhoto_uploadBtn__1kbXH:hover{opacity:.8}.UploadPhoto_uploadPhoto__YiZQq input[type=file]{display:none}.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:265px;padding:8px;position:absolute;width:100%;z-index:1}.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{height:32px;max-height:32px;min-height:32px}.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\+ .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_searchResultList__V2z4q .SelectInput_resultItem__a72A\+ .SelectInput_resultText__Wd4u9 img.SelectInput_circle__xpR3D{border-radius:50%}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_searchResultList__V2z4q .SelectInput_resultItem__a72A\+ .SelectInput_resultText__Wd4u9 img.SelectInput_flag__5s9c-{border-radius:0!important;border-radius:initial!important;height:auto!important;max-height:none!important;max-width:20px!important;min-height:auto!important;min-width:20px!important;object-fit:cover!important;width:20px!important}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_searchResultList__V2z4q .SelectInput_resultItem__a72A\+ .SelectInput_resultText__Wd4u9 img.SelectInput_category__p-rvI{border-radius:2px!important;height:auto!important;max-height:none!important;min-height:auto!important;width:20px!important}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW .SelectInput_searchResultList__V2z4q .SelectInput_resultItem__a72A\+ .SelectInput_resultText__Wd4u9 .SelectInput_countLabel__FJjrX{background:#ffffff0d;border-radius:4px;box-sizing:border-box;color:#b3b3b3;font-size:13px;font-weight:400;margin-left:8px;padding:2px 4px}.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\+:hover .SelectInput_resultText__Wd4u9 .SelectInput_countLabel__FJjrX{background:#ffffff1f;color:#fafafa}.SelectInput_selectWrapper__MeE03 .SelectInput_selectResult__cQhBW.SelectInput_show__HoyBb{display:flex}.Dashboard_dashboard__NBWgI{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.Dashboard_dashboard__NBWgI .Dashboard_section__NvfjL{align-items:normal;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;overflow:hidden;width:100%}@media(max-width:1024px){.Dashboard_dashboard__NBWgI .Dashboard_section__NvfjL{flex-direction:column}}.UserNavigation_userNavigation__nnsmm{align-items:flex-end;border-bottom:1px solid #202020;box-sizing:border-box;display:flex;flex-direction:row;gap:12px;height:auto;justify-content:space-between;padding:0 0 20px;width:100%}.UserNavigation_userNavigation__nnsmm .UserNavigation_section__xXSgk{align-items:flex-end;display:flex;flex-direction:row;gap:12px;height:auto;justify-content:flex-end;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.UserNavigation_userNavigation__nnsmm .UserNavigation_section__xXSgk .UserNavigation_sectionItem__hyt7n{box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.UserNavigation_userNavigation__nnsmm .UserNavigation_section__xXSgk .UserNavigation_sectionItem__hyt7n .UserNavigation_sectionTitle__fymVA{color:#5d7fff;font-size:16px;font-weight:500}.UserNavigation_userNavigation__nnsmm .UserNavigation_section__xXSgk .UserNavigation_applyBtn__kgV99{align-items:center;background:#303030;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;justify-content:center;outline:none;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.UserNavigation_userNavigation__nnsmm .UserNavigation_section__xXSgk .UserNavigation_applyBtn__kgV99:hover{opacity:.8}.UserNavigation_userNavigation__nnsmm .UserNavigation_section__xXSgk .UserNavigation_newCampaignBtn__d-IO9{align-items:center;background:#5d7fff;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;justify-content:center;outline:none;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.UserNavigation_userNavigation__nnsmm .UserNavigation_section__xXSgk .UserNavigation_newCampaignBtn__d-IO9:hover{opacity:.8}.UserNavigation_userNavigation__nnsmm .UserNavigation_section__xXSgk .UserNavigation_newCampaignBtn__d-IO9 svg{fill:#fafafa;height:20px;width:20px}@media(max-width:768px){.UserNavigation_userNavigation__nnsmm{flex-direction:column}.UserNavigation_userNavigation__nnsmm .UserNavigation_section__xXSgk,.UserNavigation_userNavigation__nnsmm .UserNavigation_section__xXSgk .UserNavigation_newCampaignBtn__d-IO9{width:100%}}
/*!
 * 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__Jr6Mi{box-sizing:border-box;height:auto;width:100%}.CustomDateInput_datePicker__Jr6Mi 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;font-size:16px;height:auto!important;margin-left:0!important;min-height:35.5px;outline:none!important;padding:5px 10px!important;transition:.3s!important;width:100%!important}.CustomDateInput_datePicker__Jr6Mi input[type=text]:focus,.CustomDateInput_datePicker__Jr6Mi input[type=text]:hover{background:#3f3f3f!important}.Stats_loadingContainer__yhrpf{align-items:center;background:#222;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:row;gap:12px;height:auto;justify-content:space-around;min-height:180px;padding:16px;width:100%}.Stats_loadingContainer__yhrpf div div{max-height:30px;max-width:30px}.Stats_stats__DrVqi{grid-gap:12px;align-items:center;background:#222;box-sizing:border-box;display:grid;gap:12px;grid-template-columns:repeat(6,1fr);height:auto;min-height:90px;padding:16px;width:100%}.Stats_stats__DrVqi.Stats_lineOne__ktD-b{border-radius:12px 12px 0 0}.Stats_stats__DrVqi.Stats_lineTwo__y-skm{border-radius:0 0 12px 12px;margin-top:-20px}.Stats_stats__DrVqi .Stats_stat__1IPTW{border-bottom:1px solid #0000;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:4px;padding-bottom:4px;padding-left:12px;position:relative;transition:transform .3s linear}.Stats_stats__DrVqi .Stats_stat__1IPTW:first-child{padding-left:0}.Stats_stats__DrVqi .Stats_stat__1IPTW:after{background:#313131;bottom:0;content:"";height:40px;margin-right:-12px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:2px;z-index:1}.Stats_stats__DrVqi .Stats_stat__1IPTW:last-child:after{content:normal}.Stats_stats__DrVqi .Stats_stat__1IPTW:hover .Stats_statTitle__QEhUR{color:#5d7fff}.Stats_stats__DrVqi .Stats_stat__1IPTW .Stats_statTitle__QEhUR{color:#9d9d9d;font-size:16px;font-weight:500;transition:.3s}.Stats_stats__DrVqi .Stats_stat__1IPTW .Stats_statValue__rEtlv{color:#fafafa;font-size:24px;font-weight:700}.Stats_stats__DrVqi .Stats_stat__1IPTW.Stats_active__NmXC9{border-bottom:1px solid #5d7fff}.Stats_stats__DrVqi .Stats_stat__1IPTW.Stats_active__NmXC9 .Stats_statTitle__QEhUR{color:#5d7fff}.Stats_stats__DrVqi .Stats_stat__1IPTW.Stats_active__NmXC9 .Stats_statValue__rEtlv{color:#fafafa}@media(max-width:1024px){.Stats_stats__DrVqi{display:grid;grid-template-columns:repeat(3,1fr)}.Stats_stats__DrVqi .Stats_stat__1IPTW{align-items:flex-start;justify-content:flex-start;width:100%}.Stats_stats__DrVqi .Stats_stat__1IPTW .Stats_statTitle__QEhUR{font-size:14px}.Stats_stats__DrVqi .Stats_stat__1IPTW .Stats_statValue__rEtlv{font-size:16px}.Stats_stats__DrVqi .Stats_stat__1IPTW:nth-child(3):after{content:normal}.Stats_stats__DrVqi .Stats_stat__1IPTW:nth-child(4){padding-left:0}.Stats_stats__DrVqi .Stats_statDivider__fBEjB{display:none}}@media(max-width:375px){.Stats_stats__DrVqi{display:grid;grid-template-columns:repeat(2,1fr)}.Stats_stats__DrVqi .Stats_stat__1IPTW{align-items:flex-start;justify-content:flex-start;width:100%}.Stats_stats__DrVqi .Stats_stat__1IPTW .Stats_statTitle__QEhUR{font-size:14px}.Stats_stats__DrVqi .Stats_stat__1IPTW .Stats_statValue__rEtlv{font-size:16px}.Stats_stats__DrVqi .Stats_stat__1IPTW:nth-child(3){padding-left:0}.Stats_stats__DrVqi .Stats_stat__1IPTW:nth-child(3):after{content:""}.Stats_stats__DrVqi .Stats_stat__1IPTW:nth-child(2):after{content:normal}.Stats_stats__DrVqi .Stats_stat__1IPTW:nth-child(4){padding-left:12px}.Stats_stats__DrVqi .Stats_stat__1IPTW:nth-child(4):after{content:normal}.Stats_stats__DrVqi .Stats_stat__1IPTW:nth-child(5){padding-left:0}.Stats_stats__DrVqi .Stats_statDivider__fBEjB{display:none}}.BarChart_barChart__0yxtP{background:#222;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;min-height:440px;padding:16px;width:100%}.BarChart_barChart__0yxtP .BarChart_chart__zSnEl{background:#0000}.BarChart_barChart__0yxtP .BarChart_exportCsvBtn__NnLV0{align-items:center;background:#313131;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;height:auto;justify-content:center;margin-left:auto;outline:none;padding:8px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.BarChart_barChart__0yxtP .BarChart_exportCsvBtn__NnLV0 svg{fill:#fafafa;height:16px;width:16px}.BarChart_barChart__0yxtP .BarChart_exportCsvBtn__NnLV0:hover{opacity:.8}.BarChart_barChart__0yxtP .BarChart_noData__1ZYmc{align-items:center;background:#282828;border-radius:10px;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center;width:100%}.BarChart_barChart__0yxtP .BarChart_noData__1ZYmc .BarChart_text__08cMX{box-sizing:border-box;color:#8b8b8b;font-size:18px;font-weight:400;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.BarChart_barChart__0yxtP .BarChart_noData__1ZYmc svg{fill:#8b8b8b;color:#8b8b8b;height:34px;max-height:34px;min-height:34px;width:auto}.PieChart_pieChart__OcAIM{background:#222;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:16px;width:100%}.PieChart_pieChart__OcAIM .PieChart_chart__OqLuJ{background:#0000}.PieChart_pieChart__OcAIM .PieChart_noData__VHIDN{align-items:center;background:#282828;border-radius:10px;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center;width:100%}.PieChart_pieChart__OcAIM .PieChart_noData__VHIDN .PieChart_text__brjki{box-sizing:border-box;color:#8b8b8b;font-size:18px;font-weight:400;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.PieChart_pieChart__OcAIM .PieChart_noData__VHIDN svg{fill:#8b8b8b;color:#8b8b8b;height:34px;max-height:34px;min-height:34px;width:auto}.SectionTab_sectionTab__JW-1a{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.SectionTab_sectionTab__JW-1a .SectionTab_tabItem__J8YBl{-webkit-touch-callout:none;align-items:center;border:1px solid #0000;border-radius:6px;color:#cecece;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:auto;padding:8px 16px;transition:.3s;-webkit-user-select:none;user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SectionTab_sectionTab__JW-1a .SectionTab_tabItem__J8YBl:hover{opacity:.8}.SectionTab_sectionTab__JW-1a .SectionTab_tabItem__J8YBl.SectionTab_active__bHAk7{background:#5d7fff40;border:1px solid #5d7fff;color:#fafafa}.SectionTab_sectionTab__JW-1a .SectionTab_tabItem__J8YBl.SectionTab_active__bHAk7:hover{opacity:1}.DataSection_dataSection__FG8Xx{background:#222;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;max-height:500px;min-height:400px;padding:16px;width:100%}.DataSection_dataSection__FG8Xx .DataSection_noData__hcVU6{align-items:center;background:#282828;border-radius:10px;display:flex;flex-direction:column;gap:10px;height:100%;justify-content:center;width:100%}.DataSection_dataSection__FG8Xx .DataSection_noData__hcVU6 .DataSection_text__Fk5xP{box-sizing:border-box;color:#8b8b8b;font-size:18px;font-weight:400;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DataSection_dataSection__FG8Xx .DataSection_noData__hcVU6 svg{fill:#8b8b8b;color:#8b8b8b;height:34px;max-height:34px;min-height:34px;width:auto}.SectionTab_sectionTab__VbzhU{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.SectionTab_sectionTab__VbzhU .SectionTab_tabItem__TQySQ{-webkit-touch-callout:none;align-items:center;border:1px solid #0000;border-radius:6px;color:#cecece;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:auto;padding:8px 16px;transition:.3s;-webkit-user-select:none;user-select:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SectionTab_sectionTab__VbzhU .SectionTab_tabItem__TQySQ:hover{opacity:.8}.SectionTab_sectionTab__VbzhU .SectionTab_tabItem__TQySQ.SectionTab_active__Lw5rK{background:#5d7fff40;border:1px solid #5d7fff;color:#fafafa}.SectionTab_sectionTab__VbzhU .SectionTab_tabItem__TQySQ.SectionTab_active__Lw5rK:hover{opacity:1}.SectionTab_sectionTab__VbzhU .SectionTab_exportCsvBtn__VXUQk{align-items:center;background:#313131;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;height:auto;justify-content:center;margin-left:auto;outline:none;padding:8px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SectionTab_sectionTab__VbzhU .SectionTab_exportCsvBtn__VXUQk svg{fill:#fafafa;height:16px;width:16px}.SectionTab_sectionTab__VbzhU .SectionTab_exportCsvBtn__VXUQk:hover{opacity:.8}.SortBy_sortBy__0eTwa{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-direction:wrap;gap:10px;height:auto;width:100%}.SortBy_sortBy__0eTwa .SortBy_sortIcon__ub1A0{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:auto}.SortBy_sortBy__0eTwa .SortBy_sortIcon__ub1A0 svg{fill:#d9d9d9;color:#d9d9d9;height:20px;max-height:20px;min-height:20px;width:auto}.SortBy_sortBy__0eTwa .SortBy_sortItem__-\+PVq{align-items:center;background:#292929;border-radius:16px;color:#d9d9d9;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;gap:6px;height:auto;padding:6px 12px;transition:.3s;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SortBy_sortBy__0eTwa .SortBy_sortItem__-\+PVq svg{fill:#d9d9d9;color:#d9d9d9;height:16px;max-height:16px;min-height:16px;transition:.3s;width:auto}.SortBy_sortBy__0eTwa .SortBy_sortItem__-\+PVq.SortBy_asc__HxRla svg{transform:rotate(180deg)}.SortBy_sortBy__0eTwa .SortBy_sortItem__-\+PVq.SortBy_desc__ZGCEW svg{transform:rotate(0deg)}.SortBy_sortBy__0eTwa .SortBy_sortItem__-\+PVq:hover{background:#404040}.DataTable_dataTable__gVfiW{display:block;height:auto;max-height:800px;min-height:280px;overflow:auto;width:100%}.DataTable_dataTable__gVfiW table{border-collapse:collapse;border-spacing:0;height:auto;width:100%}.DataTable_dataTable__gVfiW table tr:last-child td{border-bottom:none}.DataTable_dataTable__gVfiW table tr th{color:#9d9d9d}.DataTable_dataTable__gVfiW table tr td,.DataTable_dataTable__gVfiW table tr th{border-bottom:1px solid #313131;box-sizing:border-box;padding:8px;text-align:left;white-space:nowrap}.DataTable_dataTable__gVfiW table tr td .DataTable_checkbox__XyUwF{align-items:center;background:#313131;border-radius:4px;cursor:pointer;display:flex;flex-direction:row;height:24px;justify-content:center;transition:.3s;width:24px}.DataTable_dataTable__gVfiW table tr td .DataTable_checkbox__XyUwF img{height:14px;max-height:14px;min-height:14px;opacity:0;transition:.3s;width:auto}.DataTable_dataTable__gVfiW table tr td .DataTable_checkbox__XyUwF:hover{background:#4b4b4b}.DataTable_dataTable__gVfiW table tr td .DataTable_checkbox__XyUwF.DataTable_checked__YEr63,.DataTable_dataTable__gVfiW table tr td .DataTable_checkbox__XyUwF.DataTable_checked__YEr63:hover{background:#5d7fff}.DataTable_dataTable__gVfiW table tr td .DataTable_checkbox__XyUwF.DataTable_checked__YEr63 img{opacity:1}.DataTable_dataTable__gVfiW table tr td .DataTable_imageCell__8Enjb{align-items:center;display:flex;flex-direction:row;gap:6px}.DataTable_dataTable__gVfiW table tr td .DataTable_imageCell__8Enjb img{height:16px;max-height:16px;min-height:16px;width:auto}.DataTable_dataTable__gVfiW table tr td .DataTable_imageCell__8Enjb.DataTable_rounded__A60n1 img{border-radius:50%}.DataTable_dataTable__gVfiW table tr td .DataTable_imageCell__8Enjb .DataTable_value__wjCgB{display:inline-block}.DataTable_dataTable__gVfiW table tr td .DataTable_imageCell__8Enjb .DataTable_value__wjCgB.DataTable_ellipsis__kOcg6{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DataTable_dataTable__gVfiW table tr td .DataTable_imageCell__8Enjb .DataTable_value__wjCgB.DataTable_clickable__4-lPi{cursor:pointer;transition:.3s}.DataTable_dataTable__gVfiW table tr td .DataTable_imageCell__8Enjb .DataTable_value__wjCgB.DataTable_clickable__4-lPi:hover{color:#5d7fff;text-decoration:underline}.DataTable_dataTable__gVfiW table tr td .DataTable_value__wjCgB{display:inline-block}.DataTable_dataTable__gVfiW table tr td .DataTable_value__wjCgB.DataTable_ellipsis__kOcg6{max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.DataTable_dataTable__gVfiW table tr td .DataTable_value__wjCgB.DataTable_clickable__4-lPi{cursor:pointer;transition:.3s}.DataTable_dataTable__gVfiW table tr td .DataTable_value__wjCgB.DataTable_clickable__4-lPi:hover{color:#5d7fff;text-decoration:underline}.DataTable_dataTable__gVfiW table tr button{align-items:center;background:#4b4b4b;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-size:14px;font-weight:500;justify-content:center;padding:4px 8px;transition:.3s}.DataTable_dataTable__gVfiW table tr button img{height:14px!important}.DataTable_dataTable__gVfiW table tr button:hover{background:#5a5a5a}.DropMenu_wrapper__fpK\+M{box-sizing:border-box;flex-direction:column;height:auto;position:relative}.DropMenu_wrapper__fpK\+M,.DropMenu_wrapper__fpK\+M .DropMenu_expandBtn__tCTCo{display:flex;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.DropMenu_wrapper__fpK\+M .DropMenu_expandBtn__tCTCo{align-items:center;background:#2d2d2d;border-radius:50%;flex-direction:row;height:26px;justify-content:center;outline:none;padding:0;width:26px}.DropMenu_wrapper__fpK\+M .DropMenu_expandBtn__tCTCo svg{fill:#cfcfcf}.DropMenu_wrapper__fpK\+M .DropMenu_expandBtn__tCTCo.DropMenu_active__SMYCX{background:#5a5a5a}.DropMenu_wrapper__fpK\+M .DropMenu_dropMenu__AjDV2{background:#333;border-radius:6px;box-shadow:0 0 20px 0 #12121280;box-sizing:border-box;display:flex;flex-direction:column;height:auto;margin-top:2px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:6px 0;position:absolute;right:0;top:100%;width:100%;z-index:100}.DropMenu_wrapper__fpK\+M .DropMenu_dropMenu__AjDV2 .DropMenu_dropMenuItem__JRrCR{align-items:center;box-sizing:border-box;color:#cfcfcf;cursor:pointer;display:flex;flex-direction:row;font-size:14px;gap:6px;padding:6px 12px;transition:.2s;z-index:100}.DropMenu_wrapper__fpK\+M .DropMenu_dropMenu__AjDV2 .DropMenu_dropMenuItem__JRrCR:hover{background:#2d2d2d;color:#fafafa}.CampaignReport_wrapper__84jU0{position:absolute;right:100%}.CampaignReport_wrapper__84jU0 .CampaignReport_campaignReport__4bUkW{background:#000;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-width:1260px;min-width:1260px;overflow:hidden;width:1260px}.ReportHeader_reportHeader__gurdA{box-sizing:border-box;display:flex;flex-direction:column;height:auto;position:relative;width:100%}.ReportHeader_reportHeader__gurdA .ReportHeader_headerStyle__8vyKm{border-radius:20px;height:auto;left:0;overflow:hidden;position:absolute;top:0;width:100%;z-index:1}.ReportHeader_reportHeader__gurdA .ReportHeader_headerStyle__8vyKm img{height:100%;object-fit:cover;width:100%}.ReportHeader_reportHeader__gurdA .ReportHeader_headerStyle__8vyKm:after{background:linear-gradient(180deg,#16161600,#000);content:"";height:100%;left:0;position:absolute;top:0;width:100%}.ReportHeader_reportHeader__gurdA .ReportHeader_headerStyle__8vyKm:before{background:url(/static/media/headerGlowEffect.8b384e776cf125bce9e2.png) no-repeat;content:"";height:100%;left:0;position:absolute;top:0;width:100%}.ReportHeader_reportHeader__gurdA .ReportHeader_lvdLogo__D0q2k{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;margin:40px 0 0 40px;position:relative;width:120px;z-index:2}.ReportHeader_reportHeader__gurdA .ReportHeader_lvdLogo__D0q2k img{height:auto;width:100%}.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud{box-sizing:border-box;display:flex;flex-direction:column;gap:80px;height:auto;justify-content:center;margin-top:40px;padding:0 40px;position:relative;width:100%;z-index:2}.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_title__rutRL{color:#fff;font-family:Krona One;font-size:50px;font-style:normal;font-weight:400;line-height:normal;text-align:center}.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y{align-items:center;align-self:center;display:flex;flex-direction:row;gap:200px}.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y .ReportHeader_agency__N5Jrk,.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y .ReportHeader_brand__gRtah{align-items:center;display:flex;flex-direction:row;gap:14px;height:auto;justify-content:center}.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y .ReportHeader_agency__N5Jrk img,.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y .ReportHeader_brand__gRtah img{border-radius:10px;height:80px;max-height:80px;max-width:80px;min-height:80px;min-width:80px;object-fit:contain;width:80px}.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y .ReportHeader_agency__N5Jrk .ReportHeader_details__HLz5G,.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y .ReportHeader_brand__gRtah .ReportHeader_details__HLz5G{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y .ReportHeader_agency__N5Jrk .ReportHeader_details__HLz5G .ReportHeader_name__AhYZM,.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y .ReportHeader_brand__gRtah .ReportHeader_details__HLz5G .ReportHeader_name__AhYZM{color:#fff;font-size:24px;font-weight:600}.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y .ReportHeader_agency__N5Jrk .ReportHeader_details__HLz5G .ReportHeader_campaign__FJySb,.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y .ReportHeader_brand__gRtah .ReportHeader_details__HLz5G .ReportHeader_campaign__FJySb{color:#c9c9c9;font-size:20px;font-weight:400}.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y .ReportHeader_agency__N5Jrk .ReportHeader_details__HLz5G .ReportHeader_date__0puGn,.ReportHeader_reportHeader__gurdA .ReportHeader_campaignInfo__6hhud .ReportHeader_clients__NFM7Y .ReportHeader_brand__gRtah .ReportHeader_details__HLz5G .ReportHeader_date__0puGn{color:#9baae2;font-size:14px;font-weight:400}.KeyMetrics_keyMetrics__e8F1p{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;margin-top:120px;padding:0 40px;width:100%;z-index:2}.KeyMetrics_keyMetrics__e8F1p .KeyMetrics_sectionTitle__l0SAf{color:#c9c9c9;font-family:Krona One;font-size:30px;font-weight:400}.KeyMetrics_keyMetrics__e8F1p .KeyMetrics_metricList__aE2er{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(6,1fr)}.KeyMetrics_keyMetrics__e8F1p .KeyMetrics_metricList__aE2er .KeyMetrics_metric__AfeKm{background:#121212;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:center;min-height:130px;padding:14px;width:100%}.KeyMetrics_keyMetrics__e8F1p .KeyMetrics_metricList__aE2er .KeyMetrics_metric__AfeKm .KeyMetrics_title__-3MLx{color:#5d7fff;font-size:20px;font-weight:500}.KeyMetrics_keyMetrics__e8F1p .KeyMetrics_metricList__aE2er .KeyMetrics_metric__AfeKm .KeyMetrics_value__VE5L1{color:#fafafa;font-size:36px;font-weight:600}.TopBySection_topBySection__3kXdJ{grid-gap:20px;background:linear-gradient(180deg,#000,#1d1d1d 50%,#000);box-sizing:border-box;display:grid;flex-direction:row;gap:20px;grid-template-columns:1fr 1fr;height:auto;margin-top:100px;padding:0 40px;position:relative;width:100%;z-index:2}.TopBySection_topBySection__3kXdJ .TopBySection_topCategories__mS9ly,.TopBySection_topBySection__3kXdJ .TopBySection_topStreamers__sXavg{display:flex;flex-direction:column;gap:20px;width:100%}.TopBySection_topBySection__3kXdJ .TopBySection_topCategories__mS9ly .TopBySection_title__strHP,.TopBySection_topBySection__3kXdJ .TopBySection_topStreamers__sXavg .TopBySection_title__strHP{color:#c9c9c9;font-family:Krona One;font-size:30px;font-weight:400}.TopBySection_topBySection__3kXdJ .TopBySection_topCategories__mS9ly .TopBySection_content__9Gdsh,.TopBySection_topBySection__3kXdJ .TopBySection_topStreamers__sXavg .TopBySection_content__9Gdsh{display:grid;grid-template-columns:1fr 1fr}.TopBySection_topBySection__3kXdJ .TopBySection_topCategories__mS9ly .TopBySection_noData__Caj70,.TopBySection_topBySection__3kXdJ .TopBySection_topStreamers__sXavg .TopBySection_noData__Caj70{align-items:center;background:#15151580;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:100%;justify-content:center;min-height:100%;padding:20px;position:relative;text-align:center;width:100%}.TopBySection_topBySection__3kXdJ .TopBySection_topCategories__mS9ly .TopBySection_noData__Caj70 svg,.TopBySection_topBySection__3kXdJ .TopBySection_topStreamers__sXavg .TopBySection_noData__Caj70 svg{height:38px;width:auto}.TopBySection_topBySection__3kXdJ .TopBySection_topCategories__mS9ly .TopBySection_noData__Caj70 .TopBySection_description__ZTzD4,.TopBySection_topBySection__3kXdJ .TopBySection_topStreamers__sXavg .TopBySection_noData__Caj70 .TopBySection_description__ZTzD4{color:#959595;font-size:22px;font-weight:400}.TopBySection_topBySection__3kXdJ .TopBySection_topCategories__mS9ly .TopBySection_subSection__auGmc,.TopBySection_topBySection__3kXdJ .TopBySection_topStreamers__sXavg .TopBySection_subSection__auGmc{display:flex;flex-direction:column;gap:24px}.TopBySection_topBySection__3kXdJ .TopBySection_topCategories__mS9ly .TopBySection_subSection__auGmc .TopBySection_subtitle__6wLDT,.TopBySection_topBySection__3kXdJ .TopBySection_topStreamers__sXavg .TopBySection_subSection__auGmc .TopBySection_subtitle__6wLDT{color:#5d7fff;font-size:20px;font-weight:500}.TopBySection_topBySection__3kXdJ .TopBySection_topCategories__mS9ly .TopBySection_subSection__auGmc .TopBySection_itemList__xT\+ac,.TopBySection_topBySection__3kXdJ .TopBySection_topStreamers__sXavg .TopBySection_subSection__auGmc .TopBySection_itemList__xT\+ac{box-sizing:border-box;display:flex;flex-direction:column;gap:16px;height:auto;width:100%}.TopBySection_topBySection__3kXdJ .TopBySection_topCategories__mS9ly .TopBySection_subSection__auGmc .TopBySection_itemList__xT\+ac .TopBySection_item__vjqxj,.TopBySection_topBySection__3kXdJ .TopBySection_topStreamers__sXavg .TopBySection_subSection__auGmc .TopBySection_itemList__xT\+ac .TopBySection_item__vjqxj{align-items:center;display:flex;flex-direction:row;gap:8px}.TopBySection_topBySection__3kXdJ .TopBySection_topCategories__mS9ly .TopBySection_subSection__auGmc .TopBySection_itemList__xT\+ac .TopBySection_item__vjqxj img,.TopBySection_topBySection__3kXdJ .TopBySection_topStreamers__sXavg .TopBySection_subSection__auGmc .TopBySection_itemList__xT\+ac .TopBySection_item__vjqxj img{background:#121212;border-radius:50%;height:34px;max-height:34px;max-width:34px;min-height:34px;min-width:34px;width:34px}.TopBySection_topBySection__3kXdJ .TopBySection_topStreamers__sXavg .TopBySection_subSection__auGmc .TopBySection_itemList__xT\+ac{gap:28px}.TopBySection_topBySection__3kXdJ .TopBySection_topCategories__mS9ly .TopBySection_subSection__auGmc .TopBySection_itemList__xT\+ac .TopBySection_item__vjqxj img{border-radius:4px;height:44px;max-height:44px;max-width:34px;min-height:44px;min-width:34px;object-fit:cover;width:34px}.SponsoredMoments_sponsoredMoments__Kiirv{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;margin-top:120px;padding:0 40px;position:relative;width:100%;z-index:2}.SponsoredMoments_sponsoredMoments__Kiirv .SponsoredMoments_sectionTitle__\+TRmg{color:#c9c9c9;font-family:Krona One;font-size:30px;font-weight:400}.SponsoredMoments_sponsoredMoments__Kiirv .SponsoredMoments_momentList__rHh30{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr)}.SponsoredMoments_sponsoredMoments__Kiirv .SponsoredMoments_momentList__rHh30 .SponsoredMoments_moment__eUJra{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;width:100%}.SponsoredMoments_sponsoredMoments__Kiirv .SponsoredMoments_momentList__rHh30 .SponsoredMoments_moment__eUJra .SponsoredMoments_detail__TBsmo{align-items:center;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:6px}.SponsoredMoments_sponsoredMoments__Kiirv .SponsoredMoments_momentList__rHh30 .SponsoredMoments_moment__eUJra .SponsoredMoments_detail__TBsmo .SponsoredMoments_avatar__W27Yh{background:#121212;border-radius:50%;height:26px;max-height:26px;max-width:26px;min-height:26px;min-width:26px;width:26px}.SponsoredMoments_sponsoredMoments__Kiirv .SponsoredMoments_momentList__rHh30 .SponsoredMoments_moment__eUJra .SponsoredMoments_detail__TBsmo .SponsoredMoments_platform__2SVHp{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.SponsoredMoments_sponsoredMoments__Kiirv .SponsoredMoments_momentList__rHh30 .SponsoredMoments_moment__eUJra .SponsoredMoments_screenshot__OusLm,.SponsoredMoments_sponsoredMoments__Kiirv .SponsoredMoments_momentList__rHh30 .SponsoredMoments_moment__eUJra .SponsoredMoments_screenshot__OusLm img{border-radius:10px;box-sizing:border-box;height:auto;width:100%}.SponsoredMoments_sponsoredMoments__Kiirv .SponsoredMoments_noData__tV8Ck{align-items:center;background:#15151580;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:row;gap:6px;height:100%;justify-content:center;min-height:100%;width:100%}.SponsoredMoments_sponsoredMoments__Kiirv .SponsoredMoments_noData__tV8Ck svg{height:38px;width:auto}.SponsoredMoments_sponsoredMoments__Kiirv .SponsoredMoments_noData__tV8Ck .SponsoredMoments_description__ehFLE{color:#959595;font-size:22px;font-weight:400}.ChatEngagement_chatEngagement__\+IVuc{grid-gap:40px;box-sizing:border-box;display:grid;gap:40px;grid-template-columns:1fr 1fr;height:auto;margin-top:120px;padding:0 40px;position:relative;width:100%;z-index:2}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_content__QjZji{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;max-width:570px;min-width:570px;width:100%}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_content__QjZji .ChatEngagement_sectionTitle__7Tbnc{color:#c9c9c9;font-family:Krona One;font-size:30px;font-weight:400}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_content__QjZji .ChatEngagement_subDesc__QDP80{align-items:center;display:flex;flex-direction:row;gap:10px}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_content__QjZji .ChatEngagement_subDesc__QDP80 .ChatEngagement_subTitle__FDyDv{color:#5d7fff;font-size:20px;font-weight:500}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_content__QjZji .ChatEngagement_subDesc__QDP80 .ChatEngagement_keywords__ElDdW{color:#a5a5a5;display:flex;flex-direction:row;flex-wrap:wrap;font-size:16px;font-style:italic;width:100%}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_content__QjZji .ChatEngagement_subDesc__QDP80 .ChatEngagement_keywords__ElDdW .ChatEngagement_keyword__MdGi2{white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_content__QjZji .ChatEngagement_metricList__tEbhu{grid-gap:14px;align-self:flex-start;display:grid;gap:14px;grid-template-columns:repeat(3,1fr);margin-top:20px}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_content__QjZji .ChatEngagement_metricList__tEbhu .ChatEngagement_metric__kWdxO{background:#121212;border-radius:20px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:center;min-height:130px;padding:14px;width:100%}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_content__QjZji .ChatEngagement_metricList__tEbhu .ChatEngagement_metric__kWdxO .ChatEngagement_title__YqEuT{color:#5d7fff;font-size:20px;font-weight:500}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_content__QjZji .ChatEngagement_metricList__tEbhu .ChatEngagement_metric__kWdxO .ChatEngagement_value__F47zH{color:#fafafa;font-size:36px;font-weight:600}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz{grid-gap:20px;align-self:center;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz .ChatEngagement_reaction__cwuXE{align-items:center;background:linear-gradient(82deg,#222,#474747);border-radius:40px 20px 20px 10px;box-sizing:border-box;display:flex;flex-direction:row;gap:14px;padding:14px 14px 14px 20px}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz .ChatEngagement_reaction__cwuXE .ChatEngagement_viewer__DPuNb{display:flex;flex-direction:column;gap:5px}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz .ChatEngagement_reaction__cwuXE .ChatEngagement_viewer__DPuNb img{border-radius:50%;height:28px;max-height:28px;max-width:28px;min-height:28px;min-width:28px;width:28px}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz .ChatEngagement_reaction__cwuXE .ChatEngagement_viewer__DPuNb .ChatEngagement_name__k11IB{color:#c9c9c9;font-size:14px;font-weight:500}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz .ChatEngagement_reaction__cwuXE .ChatEngagement_message__JNpM4{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#fafafa;display:-webkit-box;font-size:16px;font-style:italic;font-weight:300;overflow:hidden;text-overflow:ellipsis;width:100%}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz .ChatEngagement_reaction__cwuXE:nth-child(2n){background:linear-gradient(95deg,#474747,#222);border-radius:20px 40px 10px 20px;padding:14px}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz .ChatEngagement_reaction__cwuXE:first-child{background:linear-gradient(82deg,#222,#1e69ff)}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz .ChatEngagement_reaction__cwuXE:nth-child(2){background:linear-gradient(82deg,#222,#8ebf00)}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz .ChatEngagement_reaction__cwuXE:nth-child(3){background:linear-gradient(82deg,#222,#de1aba)}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz .ChatEngagement_reaction__cwuXE:nth-child(4){background:linear-gradient(82deg,#222,#ffca61)}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz .ChatEngagement_reaction__cwuXE:nth-child(5){background:linear-gradient(82deg,#222,#41145f)}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_chatReactions__POgVz .ChatEngagement_reaction__cwuXE:nth-child(6){background:linear-gradient(82deg,#222,#00c4c4)}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_noData__F35Aq{align-items:center;background:#15151599;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;height:100%;justify-content:center;min-height:100%;position:relative;text-align:center;width:100%}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_noData__F35Aq svg{height:38px;width:auto}.ChatEngagement_chatEngagement__\+IVuc .ChatEngagement_noData__F35Aq .ChatEngagement_description__BS2\+9{color:#959595;font-size:22px;font-weight:400}.ReportFooter_reportFooter__mA0Oe{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:space-between;position:relative;width:100%}.ReportFooter_reportFooter__mA0Oe .ReportFooter_footerStyle__unW-m{height:auto;position:absolute;width:100%;z-index:1}.ReportFooter_reportFooter__mA0Oe .ReportFooter_footerStyle__unW-m:before{background:linear-gradient(180deg,#000,#0000 10%);border-bottom-left-radius:20px;border-bottom-right-radius:20px;content:"";height:100%;position:absolute;width:100%;z-index:1}.ReportFooter_reportFooter__mA0Oe .ReportFooter_merge__Jwx25{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;justify-content:space-between;margin-top:120px;padding:0 40px 40px;width:100%;z-index:2}.ReportFooter_reportFooter__mA0Oe .ReportFooter_merge__Jwx25 .ReportFooter_left__wtqhk,.ReportFooter_reportFooter__mA0Oe .ReportFooter_merge__Jwx25 .ReportFooter_right__vKTVu{align-items:center;display:flex;flex-direction:row;position:relative}.ReportFooter_reportFooter__mA0Oe .ReportFooter_merge__Jwx25 .ReportFooter_left__wtqhk{gap:30px}.ReportFooter_reportFooter__mA0Oe .ReportFooter_merge__Jwx25 .ReportFooter_left__wtqhk .ReportFooter_lvdLogo__8h4xk{align-items:center;border-right:1px solid #7a7a7a;box-sizing:border-box;display:flex;flex-direction:row;height:auto;padding-right:30px;width:180px}.ReportFooter_reportFooter__mA0Oe .ReportFooter_merge__Jwx25 .ReportFooter_left__wtqhk .ReportFooter_lvdLogo__8h4xk img{height:auto;width:100%}.ReportFooter_reportFooter__mA0Oe .ReportFooter_merge__Jwx25 .ReportFooter_left__wtqhk .ReportFooter_socials__vmTIg{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ReportFooter_reportFooter__mA0Oe .ReportFooter_merge__Jwx25 .ReportFooter_left__wtqhk .ReportFooter_socials__vmTIg .ReportFooter_line__C8EfA{align-items:center;color:#c9c9c9;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:8px}.ReportFooter_reportFooter__mA0Oe .ReportFooter_merge__Jwx25 .ReportFooter_left__wtqhk .ReportFooter_socials__vmTIg .ReportFooter_line__C8EfA svg{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.ReportFooter_reportFooter__mA0Oe .ReportFooter_merge__Jwx25 .ReportFooter_right__vKTVu{gap:10px}.ReportFooter_reportFooter__mA0Oe .ReportFooter_merge__Jwx25 .ReportFooter_right__vKTVu .ReportFooter_slogan__0Tm8j{color:#fafafa;font-size:16px;font-weight:400}.ReportFooter_reportFooter__mA0Oe .ReportFooter_merge__Jwx25 .ReportFooter_right__vKTVu .ReportFooter_website__mBk9V{color:#5d7fff;font-size:18px;font-weight:500}.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}.NewCampaign_newCampaign__eZ66G{align-items:flex-start;background:#222;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:row;height:auto;min-height:650px;width:100%}.NewCampaign_newCampaign__eZ66G .NewCampaign_stepContent__aSaOc{box-sizing:border-box;display:flex;flex-direction:column;height:auto;padding:30px;width:calc(100% - 250px)}@media only screen and (max-width:1024px){.NewCampaign_newCampaign__eZ66G .NewCampaign_stepContent__aSaOc{padding:20px;width:calc(100% - 200px)}}@media only screen and (max-width:768px){.NewCampaign_newCampaign__eZ66G{align-items:center;flex-direction:column}.NewCampaign_newCampaign__eZ66G .NewCampaign_stepContent__aSaOc{padding:20px;width:100%}}.Steps_steps__qgB2k{box-sizing:border-box;display:flex;flex-direction:column;height:100%;max-width:250px;min-width:250px;width:100%}@media only screen and (max-width:1024px){.Steps_steps__qgB2k{max-width:200px;min-width:200px}}@media only screen and (max-width:768px){.Steps_steps__qgB2k{max-width:100%;min-width:100%}}.VideoWall_videoWall__7C\+lL{display:flex;flex-direction:column;height:100%;width:100%}.VideoWall_videoWall__7C\+lL source,.VideoWall_videoWall__7C\+lL video{height:100%;object-fit:cover;width:100%}@media only screen and (max-width:768px){.VideoWall_videoWall__7C\+lL,.VideoWall_videoWall__7C\+lL source,.VideoWall_videoWall__7C\+lL video{height:100%}}.StepList_stepList__0icLx{background:#292929;border-bottom-left-radius:12px;border-top-left-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:100%;padding:20px;position:relative;width:100%}.StepList_stepList__0icLx .StepList_logo__\+tKAY{align-items:center;display:flex;flex-direction:row;height:auto;margin-bottom:20px;width:100%}.StepList_stepList__0icLx .StepList_logo__\+tKAY img{height:40px}.StepList_stepList__0icLx .StepList_stepItem__wXzk6{align-items:center;color:#c7c7c7;display:flex;flex-direction:row;font-size:15px;font-weight:500;gap:10px;text-transform:uppercase;z-index:10}.StepList_stepList__0icLx .StepList_stepItem__wXzk6 .StepList_stepNumber__rd16J{align-items:center;border:2px solid #9b9b9b;border-radius:50%;color:#c7c7c7;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:25px;justify-content:center;line-height:25px;max-height:25px;max-width:25px;min-height:25px;min-width:25px;width:25px}.StepList_stepList__0icLx .StepList_stepItem__wXzk6 .StepList_stepNumber__rd16J .StepList_completedIcon__wdiz7{fill:#fafafa;height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.StepList_stepList__0icLx .StepList_stepItem__wXzk6.StepList_current__y9a9W{color:#5d7fff}.StepList_stepList__0icLx .StepList_stepItem__wXzk6.StepList_current__y9a9W .StepList_stepNumber__rd16J{background:#5d7fff;border:2px solid #5d7fff;color:#fafafa}.StepList_stepList__0icLx .StepList_stepItem__wXzk6.StepList_completed__UJpEd{color:#888}.StepList_stepList__0icLx .StepList_stepItem__wXzk6.StepList_completed__UJpEd .StepList_stepNumber__rd16J{background:#28bf4c;border:2px solid #28bf4c}.StepList_stepList__0icLx .StepList_pattern__HhH-x{background:url(/static/media/stepperPattern.e823853cfa8eced72bac.png);background-repeat:no-repeat;background-size:cover;border-bottom-left-radius:12px;bottom:0;display:block;height:150px;left:0;object-fit:cover;position:absolute;width:100%}@media only screen and (max-width:768px){.StepList_stepList__0icLx .StepList_pattern__HhH-x{height:80px}}.CampaignPopup_popupWrap__ZQqT2{background:#000000b3;box-sizing:border-box;color:#fafafa;height:100vh;left:0;overflow:auto;padding:20px;position:fixed;top:0;width:100%;z-index:101}.CampaignPopup_popupWrap__ZQqT2 .CampaignPopup_popup__AWf6g{background:#222;border-radius:6px;box-sizing:border-box;display:flex;height:auto;left:0;margin:30px auto;max-width:1100px;position:relative;right:0;top:0;width:100%}.CampaignPopup_popupWrap__ZQqT2 .CampaignPopup_popup__AWf6g .CampaignPopup_closePopup__pRiMW{align-items:center;background:#292929;border:1px solid #303030;border-bottom-left-radius:6px;border-right:none;border-top:none;border-top-right-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;justify-content:center;padding:6px;position:absolute;right:0;top:0;transition:.3s}.CampaignPopup_popupWrap__ZQqT2 .CampaignPopup_popup__AWf6g .CampaignPopup_closePopup__pRiMW img{height:20px}.CampaignPopup_popupWrap__ZQqT2 .CampaignPopup_popup__AWf6g .CampaignPopup_closePopup__pRiMW:hover{background:#303030}.CampaignPopupMenu_menu__wv-Yq{align-items:center;background:#292929;border-bottom-left-radius:6px;border-right:1px solid #303030;border-top-left-radius:6px;display:flex;flex-direction:column;gap:20px;height:auto;min-height:auto;padding:20px 0;width:110px}.CampaignPopupMenu_menu__wv-Yq .CampaignPopupMenu_brandIcon__xFTHO{border-radius:4px;height:36px;width:36px}.CampaignPopupMenu_menu__wv-Yq .CampaignPopupMenu_brandIcon__xFTHO img{background:#fafafa0f;border-radius:4px;height:100%;object-fit:contain;width:100%}.CampaignPopupMenu_menu__wv-Yq .CampaignPopupMenu_menuItem__A0QoG{border-left:2px solid #0000;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:2px;height:auto;justify-content:center;padding:6px 2px;transition:.3s ease-out;width:100%}.CampaignPopupMenu_menu__wv-Yq .CampaignPopupMenu_menuItem__A0QoG img,.CampaignPopupMenu_menu__wv-Yq .CampaignPopupMenu_menuItem__A0QoG svg{align-self:center;height:24px;max-height:24px;min-height:24px;width:auto}.CampaignPopupMenu_menu__wv-Yq .CampaignPopupMenu_menuItem__A0QoG svg{fill:#fafafa;color:#fafafa}.CampaignPopupMenu_menu__wv-Yq .CampaignPopupMenu_menuItem__A0QoG .CampaignPopupMenu_menuText__hx5Aa{color:#efefef;font-size:14px;text-align:center}.CampaignPopupMenu_menu__wv-Yq .CampaignPopupMenu_menuItem__A0QoG:hover{background:#303030}.CampaignPopupMenu_menu__wv-Yq .CampaignPopupMenu_menuItem__A0QoG.CampaignPopupMenu_active__oFFZn{background:#5d7fff4d;border-left:2px solid #5d7fff}.CampaignPopupMenu_menu__wv-Yq .CampaignPopupMenu_menuItem__A0QoG.CampaignPopupMenu_active__oFFZn:hover{background:#5d7fff4d}.CampaignStreamers_campaignStreamers__DBRsZ{box-sizing:border-box;display:flex;flex-direction:column;gap:14px;height:auto;padding:20px;width:100%}.CampaignStreamers_campaignStreamers__DBRsZ .CampaignStreamers_actionSection__jxp7e{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%}.CampaignStreamers_campaignStreamers__DBRsZ .CampaignStreamers_actionSection__jxp7e input{background:#393939;border:none;border-radius:8px;color:#fafafa;font-size:14px;outline:none;padding:8px 16px}.CampaignStreamers_campaignStreamers__DBRsZ .CampaignStreamers_actionSection__jxp7e button{align-items:center;background:#414141;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;gap:6px;justify-content:center;outline:none;padding:8px 16px;transition:.3s}.CampaignStreamers_campaignStreamers__DBRsZ .CampaignStreamers_actionSection__jxp7e button.CampaignStreamers_exportCsv__LJVXr{background:#5d7fff;white-space:nowrap}.CampaignStreamers_campaignStreamers__DBRsZ .CampaignStreamers_actionSection__jxp7e button.CampaignStreamers_exportCsv__LJVXr svg{fill:#fafafa;color:#fafafa;height:18px;max-height:18px;min-height:18px;width:auto}.CampaignStreamers_campaignStreamers__DBRsZ .CampaignStreamers_actionSection__jxp7e button:hover{opacity:.8}.CampaignStreamers_campaignStreamers__DBRsZ .CampaignStreamers_campaignCustomer__QfNcZ{display:flex;flex-direction:column;gap:4px}.CampaignStreamers_campaignStreamers__DBRsZ .CampaignStreamers_campaignCustomer__QfNcZ .CampaignStreamers_brandName__i49JF{color:#fefefe;font-size:26px;font-weight:500}.CampaignStreamers_campaignStreamers__DBRsZ .CampaignStreamers_campaignCustomer__QfNcZ .CampaignStreamers_campaignName__BgWZe{align-items:center;color:#999;display:flex;flex-direction:row;font-size:19px;gap:10px}.CampaignStreamers_campaignStreamers__DBRsZ .CampaignStreamers_campaignCustomer__QfNcZ .CampaignStreamers_campaignName__BgWZe .CampaignStreamers_editBtn__XnZhQ{align-items:center;background:#414141;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;justify-content:center;padding:4px 8px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CampaignStreamers_campaignStreamers__DBRsZ .CampaignStreamers_campaignCustomer__QfNcZ .CampaignStreamers_campaignName__BgWZe .CampaignStreamers_editBtn__XnZhQ:hover{background:#5d7fff}.CampaignStreamers_campaignStreamers__DBRsZ .CampaignStreamers_campaignCustomer__QfNcZ .CampaignStreamers_campaignName__BgWZe .CampaignStreamers_editBtn__XnZhQ svg{fill:#fafafa;color:#fafafa;height:16px;max-height:16px;min-height:16px;width:auto}.StreamerStatusInput_streamerStatusInput__StkkW{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.StreamerStatusInput_streamerStatusInput__StkkW .StreamerStatusInput_title__spE-0{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:auto;width:100%}.StreamerStatusInput_streamerStatusInput__StkkW select{background:#292929;border:1px solid #303030;border-radius:8px;color:#fafafa;cursor:pointer;font-size:16px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;outline:none;padding:6px 8px}.StreamerSort_streamerSort__U3BKm,.StreamerStatusInput_streamerStatusInput__StkkW select{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:100%}.StreamerSort_streamerSort__U3BKm{flex-direction:wrap;gap:10px}.StreamerSort_streamerSort__U3BKm .StreamerSort_sortIcon__QDLKt{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:auto}.StreamerSort_streamerSort__U3BKm .StreamerSort_sortIcon__QDLKt svg{fill:#d9d9d9;color:#d9d9d9;height:20px;max-height:20px;min-height:20px;width:auto}.StreamerSort_streamerSort__U3BKm .StreamerSort_sortItem__P5aIz{align-items:center;background:#2f2f2f;border:1px solid #404040;border-radius:16px;color:#d9d9d9;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;gap:6px;height:auto;padding:6px 12px;transition:.3s;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamerSort_streamerSort__U3BKm .StreamerSort_sortItem__P5aIz svg{fill:#d9d9d9;color:#d9d9d9;height:16px;max-height:16px;min-height:16px;transition:.3s;width:auto}.StreamerSort_streamerSort__U3BKm .StreamerSort_sortItem__P5aIz.StreamerSort_asc__fFaeB svg{transform:rotate(180deg)}.StreamerSort_streamerSort__U3BKm .StreamerSort_sortItem__P5aIz.StreamerSort_desc__qToXN svg{transform:rotate(0deg)}.StreamerSort_streamerSort__U3BKm .StreamerSort_sortItem__P5aIz:hover{background:#404040}.StreamerList_streamerList__ReyLL{grid-gap:12px;box-sizing:border-box;display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;height:auto;max-height:420px;overflow:auto;width:100%}.StreamerList_loading__aUZlJ,.StreamerList_noData__Cscgb{align-items:center;display:flex;flex-direction:column;height:auto;justify-content:center;max-height:340px;min-height:340px;width:100%}.StreamerList_noData__Cscgb{background:#282828;border-radius:10px;gap:10px}.StreamerList_noData__Cscgb .StreamerList_text__bWRmA{box-sizing:border-box;color:#8b8b8b;font-size:18px;font-weight:400;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamerList_noData__Cscgb svg{fill:#8b8b8b;color:#8b8b8b;height:34px;max-height:34px;min-height:34px;width:auto}@media(max-width:1200px){.StreamerList_streamerList__ReyLL{grid-template-columns:repeat(3,1fr)}}@media(max-width:900px){.StreamerList_streamerList__ReyLL{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.StreamerList_streamerList__ReyLL{grid-template-columns:repeat(1,1fr)}}.StreamerListItem_streamerListItem__YylCk{background:#292929;border-radius:6px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:6px;height:auto;padding:8px;width:100%}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerDetail__J8zy3{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:6px;height:auto;width:100%}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerDetail__J8zy3 .StreamerListItem_streamerAvatar__MbcdT{border-radius:50%;height:28px;max-height:28px;max-width:28px;min-height:28px;min-width:28px;width:28px}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerDetail__J8zy3 .StreamerListItem_streamerPlatform__v3ICD{height:14px;max-height:14px;min-height:14px;width:auto}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerDetail__J8zy3 .StreamerListItem_streamerName__NvDc6{box-sizing:border-box;color:#fafafa;font-size:16px;font-weight:500;height:auto;max-width:126px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerDetail__J8zy3 .StreamerListItem_checkbox__vB0j7{align-items:center;background:#3a3a3a;border-radius:4px;cursor:pointer;display:flex;flex-direction:row;height:20px;justify-content:center;margin-left:auto;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerDetail__J8zy3 .StreamerListItem_checkbox__vB0j7 img{height:12px;max-height:12px;min-height:12px;opacity:0;transition:.3s;width:auto}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerDetail__J8zy3 .StreamerListItem_checkbox__vB0j7:hover{background:#4a4a4a}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerDetail__J8zy3 .StreamerListItem_checkbox__vB0j7.StreamerListItem_checked__ndODW{background:#5d7fff}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerDetail__J8zy3 .StreamerListItem_checkbox__vB0j7.StreamerListItem_checked__ndODW img{opacity:1}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerStats__WmDkw{grid-gap:4px;box-sizing:border-box;display:grid;gap:4px;grid-template-columns:1fr 1fr;grid-template-rows:auto auto;height:auto;padding:0 12px;width:100%}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerStats__WmDkw .StreamerListItem_statItem__s1q7h{align-items:center;box-sizing:border-box;color:#cecece;display:flex;flex-direction:row;font-size:14px;font-weight:500;height:auto;justify-content:flex-start}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerStats__WmDkw .StreamerListItem_statItem__s1q7h:nth-child(3){grid-column:1/-1;justify-content:flex-start}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerStatus__JTnVo{align-items:center;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:12px;font-weight:400;gap:6px;height:auto;padding-left:12px;width:100%}.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerStatus__JTnVo .StreamerListItem_circle__dn\+IZ{align-items:center;border-radius:50%;display:flex;flex-direction:row;height:6px;justify-content:center;max-height:6px;max-width:6px;min-height:6px;min-width:6px;width:6px}.StreamerListItem_streamerListItem__YylCk.StreamerListItem_accepted__vD8ay{border-left:1px solid #37c52d}.StreamerListItem_streamerListItem__YylCk.StreamerListItem_accepted__vD8ay .StreamerListItem_streamerStatus__JTnVo .StreamerListItem_circle__dn\+IZ{background:#37c52d}.StreamerListItem_streamerListItem__YylCk.StreamerListItem_removed__AHGBr{border-left:1px solid #d39d8b}.StreamerListItem_streamerListItem__YylCk.StreamerListItem_removed__AHGBr .StreamerListItem_streamerStatus__JTnVo .StreamerListItem_circle__dn\+IZ{background:#d39d8b}.StreamerListItem_streamerListItem__YylCk.StreamerListItem_denied__Ms0vb{border-left:1px solid #da1313}.StreamerListItem_streamerListItem__YylCk.StreamerListItem_denied__Ms0vb .StreamerListItem_streamerStatus__JTnVo .StreamerListItem_circle__dn\+IZ{background:#da1313}.StreamerListItem_streamerListItem__YylCk.StreamerListItem_pending__8K9bJ{border-left:1px solid #fc9604}.StreamerListItem_streamerListItem__YylCk.StreamerListItem_pending__8K9bJ .StreamerListItem_streamerStatus__JTnVo .StreamerListItem_circle__dn\+IZ{background:#fc9604}@media(max-width:1200px){.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerDetail__J8zy3 .StreamerListItem_streamerName__NvDc6{max-width:122px}}@media(max-width:900px){.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerDetail__J8zy3 .StreamerListItem_streamerName__NvDc6{max-width:100px}}@media(max-width:600px){.StreamerListItem_streamerListItem__YylCk .StreamerListItem_streamerDetail__J8zy3 .StreamerListItem_streamerName__NvDc6{max-width:140px}}.StreamerAction_streamerAction__p2BAX{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.StreamerAction_streamerAction__p2BAX .StreamerAction_actionBtn__9kfly{align-items:center;background:#3c3c3c;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;outline:none;padding:8px 16px;transition:.3s;white-space:nowrap}.StreamerAction_streamerAction__p2BAX .StreamerAction_actionBtn__9kfly svg{color:#fafafa;height:16px;max-height:16px;min-height:16px;width:auto}.StreamerAction_streamerAction__p2BAX .StreamerAction_actionBtn__9kfly svg path{color:#fafafa}.StreamerAction_streamerAction__p2BAX .StreamerAction_actionBtn__9kfly:hover{background:#494949}.StreamerAction_streamerAction__p2BAX select{background:#3c3c3c;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-size:14px;font-weight:500;outline:none;padding:8px 16px;transition:.3s}.StreamerAction_streamerAction__p2BAX select option{background:#3c3c3c}.CampaignPreview_campaignPreview__5fWjC{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:20px;width:100%}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignCustomer__45y2z{display:flex;flex-direction:column;gap:4px}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignCustomer__45y2z .CampaignPreview_brandName__8wlOG{color:#fefefe;font-size:26px;font-weight:500}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignCustomer__45y2z .CampaignPreview_campaignName__UbC1Q{align-items:center;color:#999;display:flex;flex-direction:row;font-size:19px;gap:10px;word-break:break-all}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignCustomer__45y2z .CampaignPreview_campaignName__UbC1Q .CampaignPreview_editBtn__IuIrD{align-items:center;background:#414141;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;justify-content:center;padding:4px 8px;transition:.3s;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-break:normal}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignCustomer__45y2z .CampaignPreview_campaignName__UbC1Q .CampaignPreview_editBtn__IuIrD:hover{background:#5d7fff}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignCustomer__45y2z .CampaignPreview_campaignName__UbC1Q .CampaignPreview_editBtn__IuIrD svg{fill:#fafafa;color:#fafafa;height:16px;max-height:16px;min-height:16px;width:auto}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignDetail_header__X-Kes{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px 20px}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignDetail_header__X-Kes .CampaignPreview_detailHeader_item__sDKSg{background:#292929;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:column;gap:2px;padding:6px}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignDetail_header__X-Kes .CampaignPreview_detailHeader_item__sDKSg .CampaignPreview_item_title__h9CCX{align-items:center;color:#737373;display:flex;flex-direction:row;font-weight:500;gap:2px}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignDetail_header__X-Kes .CampaignPreview_detailHeader_item__sDKSg .CampaignPreview_item_title__h9CCX img,.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignDetail_header__X-Kes .CampaignPreview_detailHeader_item__sDKSg .CampaignPreview_item_title__h9CCX svg{height:20px;max-height:20px;min-height:20px;width:auto}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignDetail_header__X-Kes .CampaignPreview_detailHeader_item__sDKSg .CampaignPreview_item_title__h9CCX svg{fill:#5d7fff;color:#5d7fff}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignDetail_header__X-Kes .CampaignPreview_detailHeader_item__sDKSg .CampaignPreview_item_title__h9CCX.CampaignPreview_startEndDate__FI4lP{color:#5d7fff}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignDetail_header__X-Kes .CampaignPreview_detailHeader_item__sDKSg .CampaignPreview_item_title__h9CCX.CampaignPreview_payableDate__MRwn6 img{filter:brightness(.6)}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignDetail_header__X-Kes .CampaignPreview_detailHeader_item__sDKSg .CampaignPreview_tooltip__83Dd\+{color:#5d7fff;position:relative}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignDetail_header__X-Kes .CampaignPreview_detailHeader_item__sDKSg .CampaignPreview_tooltip__83Dd\+ img{cursor:help}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignDetail_header__X-Kes .CampaignPreview_detailHeader_item__sDKSg .CampaignPreview_tooltip__83Dd\+ .CampaignPreview_tooltipText__C6Yil{word-wrap:wrap;background:#343434;border:1px solid #363636;border-radius:6px;box-shadow:0 0 17px 2px #00000003;box-sizing:border-box;color:#fff;font-size:15px;font-weight:400;left:50%;margin-left:-28px;margin-top:4px;padding:8px 10px;position:absolute;top:100%;visibility:hidden;white-space:normal;width:240px;z-index:1000}.CampaignPreview_campaignPreview__5fWjC .CampaignPreview_campaignDetail_header__X-Kes .CampaignPreview_detailHeader_item__sDKSg .CampaignPreview_tooltip__83Dd\+:hover .CampaignPreview_tooltipText__C6Yil{visibility:visible}@keyframes PollPreview_pollTimer__ePxLL{0%{width:100%}to{width:0}}.PollPreview_pollDemo__OhAiN{align-items:normal;box-sizing:border-box;display:flex;flex-direction:row;height:auto;overflow:hidden;width:100%}.PollPreview_pollDemo__OhAiN.PollPreview_interactive__AWQAI .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_pollOptions__kybhJ .PollPreview_option__5aAXO{cursor:pointer;position:relative}.PollPreview_pollDemo__OhAiN.PollPreview_interactive__AWQAI .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_pollOptions__kybhJ .PollPreview_option__5aAXO.PollPreview_selectedOption__0UHhz{background:#3a3a3c}.PollPreview_pollDemo__OhAiN.PollPreview_interactive__AWQAI .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_pollOptions__kybhJ .PollPreview_option__5aAXO.PollPreview_selectedOption__0UHhz:before{background:#0000;border:1px solid #a970ff;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}.PollPreview_pollDemo__OhAiN.PollPreview_interactive__AWQAI .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_pollOptions__kybhJ .PollPreview_option__5aAXO.PollPreview_selectedOption__0UHhz:after{background:#a970ff;border-radius:50%;content:"";display:block;height:6px;margin-left:3px;max-height:6px;max-width:6px;min-height:6px;min-width:6px;position:absolute;width:6px}.PollPreview_pollDemo__OhAiN .PollPreview_demoScreen__-aY2R{align-self:center;aspect-ratio:16/9;background:url(/static/media/demoScreenBg.5da191be0dd727b827c1.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%}.PollPreview_pollDemo__OhAiN .PollPreview_demoScreen__-aY2R: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}.PollPreview_pollDemo__OhAiN .PollPreview_demoScreen__-aY2R .PollPreview_content__m0HtQ{box-sizing:border-box;height:100%;position:relative;width:100%;z-index:2}.PollPreview_pollDemo__OhAiN .PollPreview_demoScreen__-aY2R .PollPreview_content__m0HtQ img,.PollPreview_pollDemo__OhAiN .PollPreview_demoScreen__-aY2R .PollPreview_content__m0HtQ video{position:absolute}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF{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}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF .PollPreview_chatLoop__YRmoq{align-items:center;display:flex;flex-direction:row;height:auto;width:100%}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_title__0HgJR{color:#999;font-size:15px;font-weight:400}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_pollOptions__kybhJ{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_pollOptions__kybhJ .PollPreview_option__5aAXO{align-items:center;background:#242427;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;font-size:15px;padding:4px 8px}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_pollOptions__kybhJ .PollPreview_option__5aAXO .PollPreview_optionText__u5gHy{color:#fafafa}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_pollOptions__kybhJ .PollPreview_option__5aAXO: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}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_voteBtn__DN\+Ct{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}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_voteBtn__DN\+Ct:hover{opacity:.8}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_timerBar__ajMhY{align-items:center;background:#464649;border-radius:4px;display:flex;flex-direction:row;height:4px;overflow:hidden;width:100%}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF .PollPreview_pollSession__GRfbU .PollPreview_timerBar__ajMhY:before{animation:PollPreview_pollTimer__ePxLL 60s linear infinite;background:#9147ff;content:"";display:block;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:0;transition:.3s}@media(max-width:1190px){.PollPreview_pollDemo__OhAiN{flex-direction:column;height:auto;position:relative;width:100%}.PollPreview_pollDemo__OhAiN .PollPreview_demoScreen__-aY2R,.PollPreview_pollDemo__OhAiN .PollPreview_demoScreen__-aY2R:before{border-bottom-left-radius:0;border-top-right-radius:8px}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF{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%}.PollPreview_pollDemo__OhAiN .PollPreview_previewChat__f4LhF .PollPreview_chatLoop__YRmoq{display:none}}.CampaignAssetPreview_previewScreen__BATY0{align-items:stretch;border-radius:8px;display:flex;flex-direction:row;height:auto;width:100%}.CampaignAssetPreview_previewScreen__BATY0 .CampaignAssetPreview_demoScreen__ndfhK{align-self:center;aspect-ratio:16/9;background:url(/static/media/demoScreenBg.5da191be0dd727b827c1.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__BATY0 .CampaignAssetPreview_demoScreen__ndfhK: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__BATY0 .CampaignAssetPreview_demoScreen__ndfhK .CampaignAssetPreview_content__oCHJt{box-sizing:border-box;height:100%;position:relative;width:100%;z-index:2}.CampaignAssetPreview_previewScreen__BATY0 .CampaignAssetPreview_demoScreen__ndfhK .CampaignAssetPreview_content__oCHJt img,.CampaignAssetPreview_previewScreen__BATY0 .CampaignAssetPreview_demoScreen__ndfhK .CampaignAssetPreview_content__oCHJt video{position:absolute}.CampaignAssetPreview_previewScreen__BATY0 .CampaignAssetPreview_demoChat__lEyqr{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__BATY0 .CampaignAssetPreview_demoChat__lEyqr .CampaignAssetPreview_demoUser__mgIfC{display:block;font-size:15px;line-height:1.5;word-break:break-word}.CampaignAssetPreview_previewScreen__BATY0 .CampaignAssetPreview_demoChat__lEyqr .CampaignAssetPreview_demoUser__mgIfC .CampaignAssetPreview_username__F57kk{color:#1f69ff;font-size:14px;font-weight:600}.CampaignAssetPreview_previewScreen__BATY0 .CampaignAssetPreview_demoChat__lEyqr .CampaignAssetPreview_demoUser__mgIfC img{vertical-align:middle}.CampaignAssetPreview_previewScreen__BATY0 .CampaignAssetPreview_demoChat__lEyqr .CampaignAssetPreview_demoUser__mgIfC a{color:#bf94ff;display:block;font-size:14.5px;text-decoration:none}.CampaignAssetPreview_previewScreen__BATY0 .CampaignAssetPreview_demoChat__lEyqr .CampaignAssetPreview_chatLoop__kx5xw{height:auto;width:100%}@media(max-width:1190px){.CampaignAssetPreview_previewScreen__BATY0{flex-direction:column;height:auto;position:relative;width:100%}.CampaignAssetPreview_previewScreen__BATY0 .CampaignAssetPreview_demoScreen__ndfhK,.CampaignAssetPreview_previewScreen__BATY0 .CampaignAssetPreview_demoScreen__ndfhK:before{border-bottom-left-radius:0;border-top-right-radius:8px}.CampaignAssetPreview_previewScreen__BATY0 .CampaignAssetPreview_demoChat__lEyqr{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__BATY0 .CampaignAssetPreview_demoChat__lEyqr .CampaignAssetPreview_chatLoop__kx5xw{display:none}}.CampaignScreenshots_campaignScreenshots__EkjWI{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:20px;width:100%}.CampaignScreenshots_campaignScreenshots__EkjWI .CampaignScreenshots_campaignCustomer__Q-4c1{display:flex;flex-direction:column;gap:4px}.CampaignScreenshots_campaignScreenshots__EkjWI .CampaignScreenshots_campaignCustomer__Q-4c1 .CampaignScreenshots_brandName__o6aiG{color:#fefefe;font-size:26px;font-weight:500}.CampaignScreenshots_campaignScreenshots__EkjWI .CampaignScreenshots_campaignCustomer__Q-4c1 .CampaignScreenshots_campaignName__d-c\+s{align-items:center;color:#999;display:flex;flex-direction:row;font-size:19px;gap:10px}.CampaignScreenshots_campaignScreenshots__EkjWI .CampaignScreenshots_campaignCustomer__Q-4c1 .CampaignScreenshots_campaignName__d-c\+s .CampaignScreenshots_editBtn__EdFTn{align-items:center;background:#414141;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;justify-content:center;padding:4px 8px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CampaignScreenshots_campaignScreenshots__EkjWI .CampaignScreenshots_campaignCustomer__Q-4c1 .CampaignScreenshots_campaignName__d-c\+s .CampaignScreenshots_editBtn__EdFTn:hover{background:#5d7fff}.CampaignScreenshots_campaignScreenshots__EkjWI .CampaignScreenshots_campaignCustomer__Q-4c1 .CampaignScreenshots_campaignName__d-c\+s .CampaignScreenshots_editBtn__EdFTn svg{fill:#fafafa;color:#fafafa;height:16px;max-height:16px;min-height:16px;width:auto}.ScreenshotList_screenshotList__wJcAh{grid-gap:20px;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;height:auto;max-height:540px;overflow:auto;width:100%}.ScreenshotList_noData__vnaBx{align-items:center;background:#282828;border-radius:10px;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:center;max-height:340px;min-height:340px;width:100%}.ScreenshotList_noData__vnaBx .ScreenshotList_text__S7rgZ{box-sizing:border-box;color:#8b8b8b;font-size:18px;font-weight:400;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ScreenshotList_noData__vnaBx svg{fill:#8b8b8b;color:#8b8b8b;height:34px;max-height:34px;min-height:34px;width:auto}@media(max-width:768px){.ScreenshotList_screenshotList__wJcAh{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.ScreenshotList_screenshotList__wJcAh{grid-template-columns:repeat(1,1fr)}}.ScreenshotListItem_screenshotListItem__ll82b{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.ScreenshotListItem_screenshotListItem__ll82b .ScreenshotListItem_screenshotInfo__simnl{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:6px}.ScreenshotListItem_screenshotListItem__ll82b .ScreenshotListItem_screenshotInfo__simnl .ScreenshotListItem_streamerAvatar__Getlb{border-radius:50%;height:28px;max-height:28px;max-width:28px;min-height:28px;min-width:28px;width:28px}.ScreenshotListItem_screenshotListItem__ll82b .ScreenshotListItem_screenshotInfo__simnl .ScreenshotListItem_streamerPlatform__7ILq\+{height:14px;max-height:14px;min-height:14px;width:auto}.ScreenshotListItem_screenshotListItem__ll82b .ScreenshotListItem_screenshotInfo__simnl .ScreenshotListItem_streamerName__gVmps{color:#fafafa;font-size:16px;font-weight:500}.ScreenshotListItem_screenshotListItem__ll82b .ScreenshotListItem_screenshotInfo__simnl .ScreenshotListItem_downloadAssetBtn__GUQdV{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:auto;justify-content:center;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ScreenshotListItem_screenshotListItem__ll82b .ScreenshotListItem_screenshotInfo__simnl .ScreenshotListItem_downloadAssetBtn__GUQdV svg{fill:#ccc;height:20px;transition:.3s;width:20px}.ScreenshotListItem_screenshotListItem__ll82b .ScreenshotListItem_screenshotInfo__simnl .ScreenshotListItem_downloadAssetBtn__GUQdV:hover svg{fill:#5d7fff}.ScreenshotListItem_screenshotListItem__ll82b .ScreenshotListItem_screenshotContent__qmQ8a{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:100%}.ScreenshotListItem_screenshotListItem__ll82b .ScreenshotListItem_screenshotContent__qmQ8a img{border-radius:6px;box-sizing:border-box;height:auto;width:100%}.GetStarted_getStarted__Qe8gu{display:flex;flex-direction:column;gap:100px;height:100%;width:100%}.GetStarted_getStarted__Qe8gu .GetStarted_logo__4t-fY{align-items:center;display:flex;flex-direction:row;height:auto;width:100%}.GetStarted_getStarted__Qe8gu .GetStarted_logo__4t-fY img{height:40px;max-height:40px;min-height:40px;width:auto}.GetStarted_getStarted__Qe8gu .GetStarted_getStartedContent__jKyMs{display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.GetStarted_getStarted__Qe8gu .GetStarted_getStartedContent__jKyMs .GetStarted_title__9dODW{color:#efefef;font-size:30px;font-weight:500}.GetStarted_getStarted__Qe8gu .GetStarted_getStartedContent__jKyMs .GetStarted_desc__cv4aU{color:#999;font-size:20px}.GetStarted_getStarted__Qe8gu .GetStarted_getStartedContent__jKyMs .GetStarted_getStartedBtn__U3jvh{background:#5d7fff;border:none;border-radius:12px;box-sizing:border-box;color:#fafafa;cursor:pointer;font-size:18px;font-weight:500;margin-top:30px;padding:16px 32px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GetStarted_getStarted__Qe8gu .GetStarted_getStartedContent__jKyMs .GetStarted_getStartedBtn__U3jvh:hover{opacity:.8}@media only screen and (max-width:768px){.GetStarted_getStarted__Qe8gu{gap:30px}.GetStarted_getStarted__Qe8gu .GetStarted_getStartedContent__jKyMs{gap:20px}.GetStarted_getStarted__Qe8gu .GetStarted_getStartedContent__jKyMs .GetStarted_title__9dODW{font-size:24px}.GetStarted_getStarted__Qe8gu .GetStarted_getStartedContent__jKyMs .GetStarted_desc__cv4aU{font-size:16px}.GetStarted_getStarted__Qe8gu .GetStarted_getStartedContent__jKyMs .GetStarted_getStartedBtn__U3jvh{font-size:16px;margin-top:20px;padding:12px 24px}}.CampaignObjective_campaignObjective__9uObs{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.CampaignObjective_campaignObjective__9uObs .CampaignObjective_titleSection__ey12s{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.CampaignObjective_campaignObjective__9uObs .CampaignObjective_titleSection__ey12s .CampaignObjective_title__SnscO{color:#efefef;font-size:24px;font-weight:500}.CampaignObjective_campaignObjective__9uObs .CampaignObjective_titleSection__ey12s .CampaignObjective_desc__DD61J{color:#999;font-size:18px;font-weight:400}.CampaignObjective_campaignObjective__9uObs .CampaignObjective_section__AdGTt{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.CampaignObjective_campaignObjective__9uObs .CampaignObjective_section__AdGTt .CampaignObjective_sectionTitle__6EhYH{color:#cecece;font-size:16px;font-weight:500}.CampaignObjective_campaignObjective__9uObs .CampaignObjective_section__AdGTt input{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%}.CampaignObjective_campaignObjective__9uObs .CampaignObjective_section__AdGTt .CampaignObjective_sectionColumn__K80g1{flex-direction:row}.ObjectiveSelection_objectiveSelection__zhF\+z{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;height:auto;width:100%}.ObjectiveSelection_objectiveSelection__zhF\+z .ObjectiveSelection_objectiveItem__bCdaT{align-items:center;background:#292929;border:1px solid #292929;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:15px;padding:15px;transition:.3s}.ObjectiveSelection_objectiveSelection__zhF\+z .ObjectiveSelection_objectiveItem__bCdaT .ObjectiveSelection_itemIcon__Ggd66{align-items:center;border:1px solid #5d7fff;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;height:45px;justify-content:center;max-height:45px;max-width:45px;min-height:45px;min-width:45px;transition:.3s;width:45px}.ObjectiveSelection_objectiveSelection__zhF\+z .ObjectiveSelection_objectiveItem__bCdaT .ObjectiveSelection_itemIcon__Ggd66 img{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.ObjectiveSelection_objectiveSelection__zhF\+z .ObjectiveSelection_objectiveItem__bCdaT .ObjectiveSelection_objectiveDetails__udRYN{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.ObjectiveSelection_objectiveSelection__zhF\+z .ObjectiveSelection_objectiveItem__bCdaT .ObjectiveSelection_objectiveDetails__udRYN .ObjectiveSelection_objectiveTitle__QhFIj{color:#fff;font-size:16px;font-weight:500}.ObjectiveSelection_objectiveSelection__zhF\+z .ObjectiveSelection_objectiveItem__bCdaT .ObjectiveSelection_objectiveDetails__udRYN .ObjectiveSelection_objectiveDesc__ZatVI{color:#ddd;font-size:14px;font-weight:400}.ObjectiveSelection_objectiveSelection__zhF\+z .ObjectiveSelection_objectiveItem__bCdaT:hover{opacity:.8}.ObjectiveSelection_objectiveSelection__zhF\+z .ObjectiveSelection_objectiveItem__bCdaT.ObjectiveSelection_selected__Y-Iiu{background:#5d7fff33;border:1px solid #5d7fff}.ObjectiveSelection_objectiveSelection__zhF\+z .ObjectiveSelection_objectiveItem__bCdaT.ObjectiveSelection_selected__Y-Iiu .ObjectiveSelection_itemIcon__Ggd66{background:#5d7fff}.ObjectiveSelection_objectiveSelection__zhF\+z .ObjectiveSelection_objectiveItem__bCdaT.ObjectiveSelection_selected__Y-Iiu .ObjectiveSelection_itemIcon__Ggd66 img{filter:grayscale(1) brightness(2)}.ObjectiveSelection_objectiveSelection__zhF\+z .ObjectiveSelection_objectiveItem__bCdaT.ObjectiveSelection_selected__Y-Iiu:hover{opacity:1}@media only screen and (max-width:1080px){.ObjectiveSelection_objectiveSelection__zhF\+z{flex-direction:column;width:100%}.ObjectiveSelection_objectiveSelection__zhF\+z .ObjectiveSelection_objectiveItem__bCdaT{box-sizing:border-box;width:100%}}.StepControls_stepController__lDg9j{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:space-between;margin-top:30px;width:100%}.StepControls_stepController__lDg9j .StepControls_nextBtn__IFKaW{align-items:center;background:#5d7fff;border:none;border-radius:12px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;justify-content:center;margin-left:auto;padding:14px 28px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StepControls_stepController__lDg9j .StepControls_nextBtn__IFKaW img{height:18px;max-height:18px;min-height:18px;width:auto}.StepControls_stepController__lDg9j .StepControls_nextBtn__IFKaW:hover{opacity:.8}.StepControls_stepController__lDg9j .StepControls_backBtn__fd5wu{align-items:center;background:#414141;border:none;border-radius:12px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;justify-content:center;padding:14px 28px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StepControls_stepController__lDg9j .StepControls_backBtn__fd5wu img{height:18px;max-height:18px;min-height:18px;transform:rotate(180deg);width:auto}.StepControls_stepController__lDg9j .StepControls_backBtn__fd5wu:hover{opacity:.8}.StepControls_stepController__lDg9j svg{fill:#fafafa;color:#fafafa;height:18px;max-height:18px;min-height:18px;width:auto}.TargetAudience_targetAudience__9M9Bf{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.TargetAudience_targetAudience__9M9Bf .TargetAudience_titleSection__nfJ2d{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.TargetAudience_targetAudience__9M9Bf .TargetAudience_titleSection__nfJ2d .TargetAudience_title__JBHs3{color:#efefef;font-size:24px;font-weight:500}.TargetAudience_targetAudience__9M9Bf .TargetAudience_titleSection__nfJ2d .TargetAudience_desc__L3iVh{color:#999;font-size:18px;font-weight:400}.TargetAudience_targetAudience__9M9Bf .TargetAudience_section__NpcBQ{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.TargetAudience_targetAudience__9M9Bf .TargetAudience_section__NpcBQ .TargetAudience_sectionTitle__pgmnx{align-items:center;color:#cecece;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:10px}.TargetAudience_targetAudience__9M9Bf .TargetAudience_section__NpcBQ input{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%}.TargetAudience_targetAudience__9M9Bf .TargetAudience_doubleSection__BLDLJ{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;gap:30px;height:auto;width:100%}.TargetAudience_targetAudience__9M9Bf .TargetAudience_doubleSection__BLDLJ .TargetAudience_contentSection__It5vX{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.TargetAudience_targetAudience__9M9Bf .TargetAudience_doubleSection__BLDLJ .TargetAudience_contentSection__It5vX .TargetAudience_section__NpcBQ{background:#252525;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:10px;width:100%}.TargetAudience_targetAudience__9M9Bf .TargetAudience_doubleSection__BLDLJ .TargetAudience_contentSection__It5vX .TargetAudience_section__NpcBQ .TargetAudience_sectionTitle__pgmnx{color:#cecece;font-size:16px;font-weight:500}.TargetAudience_targetAudience__9M9Bf .TargetAudience_doubleSection__BLDLJ .TargetAudience_contentSection__It5vX .TargetAudience_section__NpcBQ input{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%}.TargetAudience_targetAudience__9M9Bf .TargetAudience_doubleSection__BLDLJ .TargetAudience_resultSection__BNYs-{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;max-width:280px;width:100%}@media only screen and (max-width:1124px){.TargetAudience_targetAudience__9M9Bf .TargetAudience_doubleSection__BLDLJ{flex-direction:column;gap:30px;width:100%}.TargetAudience_targetAudience__9M9Bf .TargetAudience_doubleSection__BLDLJ .TargetAudience_contentSection__It5vX .TargetAudience_section__NpcBQ .TargetAudience_sectionTitle__pgmnx,.TargetAudience_targetAudience__9M9Bf .TargetAudience_doubleSection__BLDLJ .TargetAudience_contentSection__It5vX .TargetAudience_section__NpcBQ input{font-size:14px}.TargetAudience_targetAudience__9M9Bf .TargetAudience_doubleSection__BLDLJ .TargetAudience_resultSection__BNYs-{max-width:100%;min-width:100%;width:100%}}.TotalViewsResult_totalViewsResult__DmcdS{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;max-width:280px;padding:15px;width:100%}.TotalViewsResult_totalViewsResult__DmcdS .TotalViewsResult_titleSection__Nfdww{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.TotalViewsResult_totalViewsResult__DmcdS .TotalViewsResult_titleSection__Nfdww .TotalViewsResult_title__2Huhb{color:#efefef;font-size:18px;font-weight:500}.TotalViewsResult_totalViewsResult__DmcdS .TotalViewsResult_titleSection__Nfdww .TotalViewsResult_desc__6OEST{color:#999;font-size:16px;font-weight:400}.TotalViewsResult_totalViewsResult__DmcdS .TotalViewsResult_potentialViews__pq9VR{align-items:center;background:#252525;border:1px solid #292929;border-radius:8px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:auto;justify-content:center;padding:10px 5px;width:100%}.TotalViewsResult_totalViewsResult__DmcdS .TotalViewsResult_infoText__Q3mJK{align-items:flex-start;background:#252525;border:1px solid #292929;border-radius:8px;box-sizing:border-box;color:#b8b8b8;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:6px;height:auto;padding:10px;width:100%}.TotalViewsResult_totalViewsResult__DmcdS .TotalViewsResult_infoText__Q3mJK img{height:14px;margin-top:2.4px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;width:14px}@media only screen and (max-width:1124px){.TotalViewsResult_totalViewsResult__DmcdS{max-width:100%;min-width:100%;width:100%}}.AppliedCost_appliedCost__D33LF{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;max-width:280px;padding:15px;width:100%}.AppliedCost_appliedCost__D33LF .AppliedCost_titleSection__Q5MQ9{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.AppliedCost_appliedCost__D33LF .AppliedCost_titleSection__Q5MQ9 .AppliedCost_title__6rzCO{color:#efefef;font-size:18px;font-weight:500}.AppliedCost_appliedCost__D33LF .AppliedCost_titleSection__Q5MQ9 .AppliedCost_desc__w5ryU{color:#999;font-size:16px;font-weight:400}.AppliedCost_appliedCost__D33LF .AppliedCost_costResults__79Aad{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.AppliedCost_appliedCost__D33LF .AppliedCost_costResults__79Aad .AppliedCost_resultItem__QPXzu{align-items:center;background:#252525;border:1px solid #292929;border-radius:8px;box-sizing:border-box;color:#b8b8b8;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:10px;height:auto;justify-content:space-between;padding:10px;width:100%}.AppliedCost_appliedCost__D33LF .AppliedCost_costResults__79Aad .AppliedCost_resultItem__QPXzu .AppliedCost_type__A38DM{color:#fafafa;font-weight:500;white-space:nowrap}.AppliedCost_appliedCost__D33LF .AppliedCost_costResults__79Aad .AppliedCost_resultItem__QPXzu .AppliedCost_cost__Ee6yk{white-space:nowrap}.AppliedCost_appliedCost__D33LF .AppliedCost_costResults__79Aad .AppliedCost_resultItem__QPXzu .AppliedCost_loadingComponent__zuAp-{align-items:center;display:block;flex-direction:row;height:15px;justify-content:center;max-height:15px;max-width:15px;min-height:15px;min-width:15px;width:15px}@media only screen and (max-width:1124px){.AppliedCost_appliedCost__D33LF{max-width:100%;min-width:100%;width:100%}}.CountryTargeting_countryTargeting__I8hBL{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.CountryTargeting_countryTargeting__I8hBL .CountryTargeting_selectedList__qQR\+4{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.CountryTargeting_countryTargeting__I8hBL .CountryTargeting_selectedList__qQR\+4 .CountryTargeting_listItem__QvmwR{align-items:center;background:#303030;border:1px solid #292929;border-radius:6px;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px 16px;transition:.3s}.CountryTargeting_countryTargeting__I8hBL .CountryTargeting_selectedList__qQR\+4 .CountryTargeting_listItem__QvmwR img{height:auto;max-width:20px;min-width:20px;object-fit:cover;width:20px}.CountryTargeting_countryTargeting__I8hBL .CountryTargeting_selectedList__qQR\+4 .CountryTargeting_listItem__QvmwR .CountryTargeting_removeBtn__1oB48{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__I8hBL .CountryTargeting_selectedList__qQR\+4 .CountryTargeting_listItem__QvmwR .CountryTargeting_removeBtn__1oB48 svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.CountryTargeting_countryTargeting__I8hBL .CountryTargeting_selectedList__qQR\+4 .CountryTargeting_listItem__QvmwR .CountryTargeting_removeBtn__1oB48:hover svg{fill:#f33}.CategoryTargeting_categoryTargeting__QKHxC{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.CategoryTargeting_categoryTargeting__QKHxC .CategoryTargeting_selectedList__r9PEX{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.CategoryTargeting_categoryTargeting__QKHxC .CategoryTargeting_selectedList__r9PEX .CategoryTargeting_listItem__M9\+96{align-items:center;background:#303030;border:1px solid #292929;border-radius:6px;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px 16px;transition:.3s}.CategoryTargeting_categoryTargeting__QKHxC .CategoryTargeting_selectedList__r9PEX .CategoryTargeting_listItem__M9\+96 .CategoryTargeting_categoryThumbnail__WCUVR{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;width:20px}.CategoryTargeting_categoryTargeting__QKHxC .CategoryTargeting_selectedList__r9PEX .CategoryTargeting_listItem__M9\+96 .CategoryTargeting_categoryThumbnail__WCUVR img{border-radius:2px;height:auto;width:100%}.CategoryTargeting_categoryTargeting__QKHxC .CategoryTargeting_selectedList__r9PEX .CategoryTargeting_listItem__M9\+96 .CategoryTargeting_removeBtn__gAc1f{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__QKHxC .CategoryTargeting_selectedList__r9PEX .CategoryTargeting_listItem__M9\+96 .CategoryTargeting_removeBtn__gAc1f svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.CategoryTargeting_categoryTargeting__QKHxC .CategoryTargeting_selectedList__r9PEX .CategoryTargeting_listItem__M9\+96 .CategoryTargeting_removeBtn__gAc1f:hover svg{fill:#f33}.StreamerTargeting_streamerTargeting__7c67A{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.StreamerTargeting_streamerTargeting__7c67A .StreamerTargeting_selectedList__FS231{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.StreamerTargeting_streamerTargeting__7c67A .StreamerTargeting_selectedList__FS231 .StreamerTargeting_listItem__j\+L4-{align-items:center;background:#303030;border:1px solid #292929;border-radius:6px;display:flex;flex-direction:row;gap:2px;justify-content:center;padding:8px 16px;transition:.3s}.StreamerTargeting_streamerTargeting__7c67A .StreamerTargeting_selectedList__FS231 .StreamerTargeting_listItem__j\+L4- img{border-radius:50%;height:auto;max-width:20px;min-width:20px;object-fit:cover;width:20px}.StreamerTargeting_streamerTargeting__7c67A .StreamerTargeting_selectedList__FS231 .StreamerTargeting_listItem__j\+L4- .StreamerTargeting_removeBtn__8g1Rj{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__7c67A .StreamerTargeting_selectedList__FS231 .StreamerTargeting_listItem__j\+L4- .StreamerTargeting_removeBtn__8g1Rj svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.StreamerTargeting_streamerTargeting__7c67A .StreamerTargeting_selectedList__FS231 .StreamerTargeting_listItem__j\+L4- .StreamerTargeting_removeBtn__8g1Rj:hover svg{fill:#f33}.StreamerTargeting_streamerTargeting__7c67A .StreamerTargeting_selectedList__FS231 .StreamerTargeting_listItem__j\+L4- .StreamerTargeting_platformIcon__\+MheU{border-radius:2px;height:14px;object-fit:contain;width:14px}.SlideToggle_slideToggle__\+WyJA{align-items:center;background:#414141;border-radius:12px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;gap:10px;height:25px;justify-content:start;padding:4px;transition:.3s;width:50px}.SlideToggle_slideToggle__\+WyJA .SlideToggle_toggle__ZovX2{align-items:center;background:#7d7d7d;border-radius:50%;display:flex;height:16px;justify-content:center;transition:.3s;width:16px}.SlideToggle_slideToggle__\+WyJA.SlideToggle_active__L2GLX{background:#5d7fff}.SlideToggle_slideToggle__\+WyJA.SlideToggle_active__L2GLX .SlideToggle_toggle__ZovX2{background:#fafafa;margin-left:26px}.LanguageTargeting_languageTargeting__fjhN2{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.LanguageTargeting_languageTargeting__fjhN2 .LanguageTargeting_selectedList__rOAB2{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.LanguageTargeting_languageTargeting__fjhN2 .LanguageTargeting_selectedList__rOAB2 .LanguageTargeting_listItem__NcUo9{align-items:center;background:#303030;border:1px solid #292929;border-radius:6px;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px 16px;transition:.3s}.LanguageTargeting_languageTargeting__fjhN2 .LanguageTargeting_selectedList__rOAB2 .LanguageTargeting_listItem__NcUo9 img{height:auto;max-width:20px;min-width:20px;object-fit:cover;width:20px}.LanguageTargeting_languageTargeting__fjhN2 .LanguageTargeting_selectedList__rOAB2 .LanguageTargeting_listItem__NcUo9 .LanguageTargeting_removeBtn__XCpHz{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__fjhN2 .LanguageTargeting_selectedList__rOAB2 .LanguageTargeting_listItem__NcUo9 .LanguageTargeting_removeBtn__XCpHz svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.LanguageTargeting_languageTargeting__fjhN2 .LanguageTargeting_selectedList__rOAB2 .LanguageTargeting_listItem__NcUo9 .LanguageTargeting_removeBtn__XCpHz:hover svg{fill:#f33}.PlatformTargeting_platformTargeting__g9FBm{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.PlatformTargeting_platformTargeting__g9FBm .PlatformTargeting_selectedList__edn9M{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.PlatformTargeting_platformTargeting__g9FBm .PlatformTargeting_selectedList__edn9M .PlatformTargeting_listItem__bmTtY{align-items:center;background:#303030;border:1px solid #292929;border-radius:6px;display:flex;flex-direction:row;gap:4px;justify-content:center;padding:8px 16px;transition:.3s}.PlatformTargeting_platformTargeting__g9FBm .PlatformTargeting_selectedList__edn9M .PlatformTargeting_listItem__bmTtY img{height:auto;max-width:20px;min-width:20px;object-fit:cover;width:20px}.PlatformTargeting_platformTargeting__g9FBm .PlatformTargeting_selectedList__edn9M .PlatformTargeting_listItem__bmTtY .PlatformTargeting_removeBtn__tkUtV{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}.PlatformTargeting_platformTargeting__g9FBm .PlatformTargeting_selectedList__edn9M .PlatformTargeting_listItem__bmTtY .PlatformTargeting_removeBtn__tkUtV svg{fill:#7e7e7e;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.PlatformTargeting_platformTargeting__g9FBm .PlatformTargeting_selectedList__edn9M .PlatformTargeting_listItem__bmTtY .PlatformTargeting_removeBtn__tkUtV:hover svg{fill:#f33}.CampaignFormat_campaignFormat__OTIJu{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.CampaignFormat_campaignFormat__OTIJu .CampaignFormat_titleSection__9i15t{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.CampaignFormat_campaignFormat__OTIJu .CampaignFormat_titleSection__9i15t .CampaignFormat_title__oPvGO{color:#efefef;font-size:24px;font-weight:500}.CampaignFormat_campaignFormat__OTIJu .CampaignFormat_titleSection__9i15t .CampaignFormat_desc__S9gDQ{color:#999;font-size:18px;font-weight:400}.CampaignFormat_campaignFormat__OTIJu .CampaignFormat_section__PrV3W{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.CampaignFormat_campaignFormat__OTIJu .CampaignFormat_section__PrV3W .CampaignFormat_sectionTitle__Hdg-O{color:#cecece;font-size:16px;font-weight:500}.CampaignFormat_campaignFormat__OTIJu .CampaignFormat_section__PrV3W input{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%}.CampaignFormat_campaignFormat__OTIJu .CampaignFormat_doubleSection__967BK{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;gap:30px;height:auto;width:100%}.CampaignFormat_campaignFormat__OTIJu .CampaignFormat_doubleSection__967BK .CampaignFormat_formatPreview__1JXx6{aspect-ratio:16/9;background:#1f1f1f;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:auto;max-width:510px;position:relative;width:100%}.CampaignFormat_campaignFormat__OTIJu .CampaignFormat_doubleSection__967BK .CampaignFormat_budgetSection__EwEh\+{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;max-width:300px;width:100%}@media only screen and (max-width:1430px){.CampaignFormat_campaignFormat__OTIJu .CampaignFormat_doubleSection__967BK{flex-direction:column;gap:30px}.CampaignFormat_campaignFormat__OTIJu .CampaignFormat_doubleSection__967BK .CampaignFormat_budgetSection__EwEh\+{max-width:100%}}.Formats_formats__Lq4Fp{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:auto;width:100%}.Formats_formats__Lq4Fp .Formats_formatItem__pwxHg{align-items:center;background:#292929;border:1px solid #292929;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:column;font-size:16px;font-weight:500;gap:10px;height:100px;justify-content:center;max-height:100px;max-width:10px;min-height:100px;min-width:100px;transition:.3s;width:100px}.Formats_formats__Lq4Fp .Formats_formatItem__pwxHg .Formats_itemIcon__z\+gHd{align-items:center;border:1px solid #5d7fff;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;height:40px;justify-content:center;max-height:40px;max-width:40px;min-height:40px;min-width:40px;padding:10px;width:40px}.Formats_formats__Lq4Fp .Formats_formatItem__pwxHg .Formats_itemIcon__z\+gHd img,.Formats_formats__Lq4Fp .Formats_formatItem__pwxHg .Formats_itemIcon__z\+gHd svg{height:22px;max-height:22px;min-height:22px;transition:.3s;width:auto}.Formats_formats__Lq4Fp .Formats_formatItem__pwxHg .Formats_itemIcon__z\+gHd svg{fill:#5d7fff;color:#5d7fff}.Formats_formats__Lq4Fp .Formats_formatItem__pwxHg:hover{opacity:.8}.Formats_formats__Lq4Fp .Formats_formatItem__pwxHg.Formats_selected__yOro3{background:#5d7fff40;border:1px solid #5d7fff}.Formats_formats__Lq4Fp .Formats_formatItem__pwxHg.Formats_selected__yOro3 .Formats_itemIcon__z\+gHd{background:#5d7fff}.Formats_formats__Lq4Fp .Formats_formatItem__pwxHg.Formats_selected__yOro3 .Formats_itemIcon__z\+gHd svg{fill:#fafafa;color:#fafafa}.Budget_budget__db2m8{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.Budget_budget__db2m8 .Budget_inlineSection__pX\+rE{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;height:auto;width:100%}.Budget_budget__db2m8 .Budget_inlineSection__pX\+rE .Budget_budgetResultItem__uU\+e\+{background:#292929;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;padding:8px 16px;width:100%}.Budget_budget__db2m8 .Budget_inlineSection__pX\+rE .Budget_budgetResultItem__uU\+e\+ .Budget_title__CtzV0{color:#cecece;font-size:16px;font-weight:500}.Budget_budget__db2m8 .Budget_inlineSection__pX\+rE .Budget_budgetResultItem__uU\+e\+ .Budget_value__McXMz{color:#efefef;font-size:18px;font-weight:500}.Budget_budget__db2m8 .Budget_section__kWOh3{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.Budget_budget__db2m8 .Budget_section__kWOh3 .Budget_sectionTitle__5YRP4{color:#cecece;font-size:16px;font-weight:500}.Budget_budget__db2m8 .Budget_section__kWOh3 input{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%}.Budget_budget__db2m8 .Budget_section__kWOh3 .Budget_budgetInput__em\+rK{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;position:relative;width:100%}.Budget_budget__db2m8 .Budget_section__kWOh3 .Budget_budgetInput__em\+rK .Budget_budgetCurrencySign__rp7jC{align-items:center;display:flex;flex-direction:row;justify-content:center;left:10px;position:absolute;top:50%;transform:translateY(-50%);z-index:2}.Budget_budget__db2m8 .Budget_section__kWOh3 .Budget_budgetInput__em\+rK input[type=number]{padding-left:28px}.Budget_budget__db2m8 .Budget_viewResult__\+1n00{align-items:center;background:#252525;border:1px solid #282828;border-radius:8px;box-sizing:border-box;color:#efefef;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:6px;height:auto;justify-content:center;padding:8px 16px;width:100%}.Budget_budget__db2m8 .Budget_viewResult__\+1n00 svg{fill:#5d7fff;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.VideoFormat_videoFormat__C7VSk{border:1px solid #28292d;border-radius:10px;box-sizing:border-box;height:100%;overflow:hidden;width:100%}.VideoFormat_videoFormat__C7VSk .VideoFormat_slider__IddMB{box-sizing:border-box;cursor:grab;display:flex;flex-direction:row;height:100%;overflow:hidden;width:100%}.VideoFormat_videoFormat__C7VSk .VideoFormat_slider__IddMB .VideoFormat_slide__ZQy4Y{height:100%;width:100%}.VideoFormat_videoFormat__C7VSk .VideoFormat_slider__IddMB .VideoFormat_slide__ZQy4Y img{height:100%;object-fit:cover;width:100%}.keen-slider:not([data-keen-slider-disabled]){-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;align-content:flex-start;display:flex;overflow:hidden;position:relative;touch-action:pan-y;-webkit-user-select:none;user-select:none;-khtml-user-select:none;width:100%}.keen-slider:not([data-keen-slider-disabled]) .keen-slider__slide{min-height:100%;overflow:hidden;position:relative;width:100%}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.keen-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}.PollFormat_pollFormat__L\+8mF{border:1px solid #28292d;border-radius:10px;box-sizing:border-box;height:100%;overflow:hidden;width:100%}.PollFormat_pollFormat__L\+8mF .PollFormat_slider__MNYZj{box-sizing:border-box;cursor:grab;display:flex;flex-direction:row;height:100%;overflow:hidden;width:100%}.PollFormat_pollFormat__L\+8mF .PollFormat_slider__MNYZj .PollFormat_slide__GCqnV{height:100%;width:100%}.PollFormat_pollFormat__L\+8mF .PollFormat_slider__MNYZj .PollFormat_slide__GCqnV img{height:100%;object-fit:cover;width:100%}.InteractiveFormat_interactiveFormat__hjG45{border:1px solid #28292d;border-radius:10px;box-sizing:border-box;height:100%;overflow:hidden;width:100%}.InteractiveFormat_interactiveFormat__hjG45 .InteractiveFormat_slider__VpHxO{box-sizing:border-box;cursor:grab;display:flex;flex-direction:row;height:100%;overflow:hidden;width:100%}.InteractiveFormat_interactiveFormat__hjG45 .InteractiveFormat_slider__VpHxO .InteractiveFormat_slide__lAMOv{height:100%;width:100%}.InteractiveFormat_interactiveFormat__hjG45 .InteractiveFormat_slider__VpHxO .InteractiveFormat_slide__lAMOv img{height:100%;object-fit:cover;width:100%}.RichMediaFormat_richMediaFormat__\+I6Jv{border:1px solid #28292d;border-radius:10px;box-sizing:border-box;height:100%;overflow:hidden;width:100%}.RichMediaFormat_richMediaFormat__\+I6Jv .RichMediaFormat_slider__tijTW{box-sizing:border-box;cursor:grab;display:flex;flex-direction:row;height:100%;overflow:hidden;width:100%}.RichMediaFormat_richMediaFormat__\+I6Jv .RichMediaFormat_slider__tijTW .RichMediaFormat_slide__ZU98g{height:100%;width:100%}.RichMediaFormat_richMediaFormat__\+I6Jv .RichMediaFormat_slider__tijTW .RichMediaFormat_slide__ZU98g img{height:100%;object-fit:cover;width:100%}.SnipeFormat_snipeFormat__KPsTw{border:1px solid #28292d;border-radius:10px;box-sizing:border-box;height:100%;overflow:hidden;width:100%}.SnipeFormat_snipeFormat__KPsTw .SnipeFormat_slider__0nxmA{box-sizing:border-box;cursor:grab;display:flex;flex-direction:row;height:100%;overflow:hidden;width:100%}.SnipeFormat_snipeFormat__KPsTw .SnipeFormat_slider__0nxmA .SnipeFormat_slide__751Cc{height:100%;width:100%}.SnipeFormat_snipeFormat__KPsTw .SnipeFormat_slider__0nxmA .SnipeFormat_slide__751Cc img{height:100%;object-fit:cover;width:100%}.SideBarFormat_sideBarFormat__luHeY{border:1px solid #28292d;border-radius:10px;box-sizing:border-box;height:100%;overflow:hidden;width:100%}.SideBarFormat_sideBarFormat__luHeY .SideBarFormat_slider__o6jZw{box-sizing:border-box;cursor:grab;display:flex;flex-direction:row;height:100%;overflow:hidden;width:100%}.SideBarFormat_sideBarFormat__luHeY .SideBarFormat_slider__o6jZw .SideBarFormat_slide__3zA29{height:100%;width:100%}.SideBarFormat_sideBarFormat__luHeY .SideBarFormat_slider__o6jZw .SideBarFormat_slide__3zA29 img{height:100%;object-fit:cover;width:100%}.Dimension_formatDimensionInfo__G2M3a{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.Dimension_formatDimensionInfo__G2M3a .Dimension_formatDimensionTitle__4dxg9{color:#cecece;font-size:16px;font-weight:500}.Dimension_formatDimensionInfo__G2M3a .Dimension_formatDimensionDesc__KryZW{background:#292929;border-radius:8px;box-sizing:border-box;color:#fafafa;font-size:16px;font-weight:400;height:auto;padding:8px 16px;width:100%}.Dimension_formatDimensionInfo__G2M3a .Dimension_formatDimensionDesc__KryZW .Dimension_infoText__7Kvwh .Dimension_dimensionValue__bVGYY,.Dimension_formatDimensionInfo__G2M3a .Dimension_formatDimensionDesc__KryZW .Dimension_infoText__7Kvwh .Dimension_formatName__fwW92{color:#d8e1ff;font-weight:500}.CampaignAsset_campaignAsset__uIt5o{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.CampaignAsset_campaignAsset__uIt5o .CampaignAsset_titleSection__NUe6u{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.CampaignAsset_campaignAsset__uIt5o .CampaignAsset_titleSection__NUe6u .CampaignAsset_title__03E8Q{color:#efefef;font-size:24px;font-weight:500}.CampaignAsset_campaignAsset__uIt5o .CampaignAsset_titleSection__NUe6u .CampaignAsset_desc__wqC\+3{color:#999;font-size:18px;font-weight:400}.CampaignAsset_campaignAsset__uIt5o .CampaignAsset_section__wckat{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.CampaignAsset_campaignAsset__uIt5o .CampaignAsset_section__wckat .CampaignAsset_sectionTitle__yOVSu{align-items:center;color:#cecece;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;width:100%}.CampaignAsset_campaignAsset__uIt5o .CampaignAsset_section__wckat .CampaignAsset_sectionDesc__xYEt7{color:#999;font-size:14px;font-weight:400}.CampaignAsset_campaignAsset__uIt5o .CampaignAsset_section__wckat .CampaignAsset_sectionDesc__xYEt7 a{color:#5d7fff;text-decoration:underline;transition:.3s}.CampaignAsset_campaignAsset__uIt5o .CampaignAsset_section__wckat .CampaignAsset_sectionDesc__xYEt7 a:hover{opacity:.8}.CampaignAsset_campaignAsset__uIt5o .CampaignAsset_section__wckat input,.CampaignAsset_campaignAsset__uIt5o .CampaignAsset_section__wckat textarea{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%}.CampaignAsset_campaignAsset__uIt5o .CampaignAsset_section__wckat textarea{height:100px;max-height:200px;min-height:100px;resize:vertical}.AssetFormat_section__fBVMK{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.AssetFormat_section__fBVMK .AssetFormat_sectionTitle__9eGCq{align-items:center;color:#cecece;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;width:100%}.AssetFormat_section__fBVMK .AssetFormat_sectionDesc__L7XN4{color:#999;font-size:14px;font-weight:400}.AssetFormat_section__fBVMK .AssetFormat_sectionDesc__L7XN4 a{color:#5d7fff;text-decoration:underline;transition:.3s}.AssetFormat_section__fBVMK .AssetFormat_sectionDesc__L7XN4 a:hover{opacity:.8}.AssetFormat_section__fBVMK .AssetFormat_dimensionDesc__-tq9z{align-items:center;border-radius:8px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:10px;height:auto;width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AssetFormat_section__fBVMK .AssetFormat_dimensionDesc__-tq9z .AssetFormat_dimensionText__WwfiJ .AssetFormat_dimensionValue__lAxqY{color:#d8e1ff;font-weight:500}.AssetFormat_section__fBVMK .AssetFormat_dimensionDesc__-tq9z .AssetFormat_dimensionText__WwfiJ svg{stroke:#5d7fff}.AssetFormat_section__fBVMK .AssetFormat_assetPreview__1NjYJ{display:contents;height:auto;text-align:left;width:auto}.AssetFormat_section__fBVMK .AssetFormat_assetPreview__1NjYJ img,.AssetFormat_section__fBVMK .AssetFormat_assetPreview__1NjYJ video{height:150px;object-fit:contain}.AssetFormat_section__fBVMK .AssetFormat_assetPreview__1NjYJ img,.AssetFormat_section__fBVMK .AssetFormat_assetPreview__1NjYJ video{width:auto}.AssetFormat_section__fBVMK input,.AssetFormat_section__fBVMK textarea{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%}.AssetFormat_section__fBVMK textarea{height:100px;max-height:200px;min-height:100px;resize:vertical}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz{align-items:normal;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;height:auto;overflow:hidden;width:100%}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz .AssetFormat_previewScreen__z\+KNO{aspect-ratio:16/9;background:url(/static/media/demoScreenBg.5da191be0dd727b827c1.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;border:1px dashed #f33;box-sizing:border-box;height:auto;position:relative;width:100%}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz .AssetFormat_previewScreen__z\+KNO .AssetFormat_draggableContent__OEoBC{box-sizing:border-box;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz .AssetFormat_previewScreen__z\+KNO:before{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#00000080;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz .AssetFormat_previewChat__ujzQs{background:#18181b;box-sizing:border-box;display:flex;flex-direction:column;height:100%;height:auto;max-height:348px;max-width:200px;overflow:auto;padding:10px;width:100%}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz .AssetFormat_previewChat__ujzQs .AssetFormat_chatUser__mKION{word-wrap:break-word;box-sizing:border-box;color:#efeff1;display:block;font-size:15px;height:auto;width:100%}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz .AssetFormat_previewChat__ujzQs .AssetFormat_chatUser__mKION img{display:inline-block;height:16px;margin-bottom:-2px;max-height:16px;min-height:16px;width:auto}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz .AssetFormat_previewChat__ujzQs .AssetFormat_chatUser__mKION .AssetFormat_username__HguVB{color:#1f69ff;font-size:16px;font-weight:500}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz .AssetFormat_previewChat__ujzQs .AssetFormat_chatUser__mKION a{color:#bf94ff;font-size:15px;text-decoration:none}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz .AssetFormat_previewChat__ujzQs .AssetFormat_chatLoop__KMrQn{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;width:100%}@media(max-width:1390px){.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz{flex-direction:column}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz .AssetFormat_previewScreen__z\+KNO .AssetFormat_draggableContent__OEoBC video{height:auto;max-width:200px;width:100%}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz .AssetFormat_previewChat__ujzQs{max-width:100%}.AssetFormat_section__fBVMK .AssetFormat_previewSection__vrUcz .AssetFormat_previewChat__ujzQs .AssetFormat_chatLoop__KMrQn{justify-content:flex-start}}.UploadAsset_uploadAsset__VmfXv{align-items:center;display:flex;flex-direction:row}.UploadAsset_uploadAsset__VmfXv input[type=file]{display:none}.UploadAsset_uploadAsset__VmfXv .UploadAsset_uploadBtn__dXr7f{align-items:center;background:#303030;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:6px;height:44px;outline:none;padding:16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.UploadAsset_uploadAsset__VmfXv .UploadAsset_uploadBtn__dXr7f svg{fill:#5d7fff;height:16px;max-height:16px;min-height:16px;transition:.3s;width:auto}.UploadAsset_uploadAsset__VmfXv .UploadAsset_uploadBtn__dXr7f:hover{background:#5d7fff;border:1px solid #5d7fff}.UploadAsset_uploadAsset__VmfXv .UploadAsset_uploadBtn__dXr7f:hover svg{fill:#fafafa}.ProgressBar_progressBar__8d4AF{background:#5d7fff33;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;height:18px;max-height:18px;min-height:18px;overflow:hidden;width:100%}.ProgressBar_progressBar__8d4AF .ProgressBar_bar__iBZh-{background:#5d7fff;color:#fafafa;font-size:14px;font-weight:500;height:100%;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:0 2px}.ProgressBar_progressBar__8d4AF .ProgressBar_bar__iBZh-,.SelectedFormat_selectedFormat__Wf0rg{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;justify-content:center}.SelectedFormat_selectedFormat__Wf0rg{background:#5d7fff40;border:1px solid #5d7fff;border-radius:8px;cursor:pointer;gap:8px;height:auto;padding:6px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SelectedFormat_selectedFormat__Wf0rg .SelectedFormat_formatIcon__6hja0{align-items:center;background:#5d7fff;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;height:20px;justify-content:center;max-height:20px;max-width:20px;min-height:20px;min-width:20px;padding:10px;width:20px}.SelectedFormat_selectedFormat__Wf0rg .SelectedFormat_formatIcon__6hja0 img,.SelectedFormat_selectedFormat__Wf0rg .SelectedFormat_formatIcon__6hja0 svg{fill:#fafafa;color:#fafafa;height:12px;max-height:12px;min-height:12px;transition:.3s;width:auto}.SelectedFormat_selectedFormat__Wf0rg .SelectedFormat_formatName__NmSHV{color:#fafafa;font-size:14px;font-weight:500;white-space:nowrap}@keyframes PollFormat_pollTimer__lh3Y1{0%{width:100%}to{width:0}}.PollFormat_section__CmkO6{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.PollFormat_section__CmkO6 .PollFormat_sectionTitle__pnVpU{color:#cecece;font-size:16px;font-weight:500}.PollFormat_section__CmkO6 .PollFormat_sectionDesc__KkbvL{color:#999;font-size:14px;font-weight:400}.PollFormat_section__CmkO6 .PollFormat_sectionDesc__KkbvL a{color:#5d7fff;text-decoration:underline;transition:.3s}.PollFormat_section__CmkO6 .PollFormat_sectionDesc__KkbvL a:hover{opacity:.8}.PollFormat_section__CmkO6 input,.PollFormat_section__CmkO6 textarea{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%}.PollFormat_section__CmkO6 textarea{height:100px;max-height:200px;min-height:100px;resize:vertical}.PollFormat_section__CmkO6 .PollFormat_optionList__lvc3D{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.PollFormat_section__CmkO6 .PollFormat_optionList__lvc3D .PollFormat_option__OayiD{align-items:center;display:flex;flex-direction:row;gap:10px}.PollFormat_section__CmkO6 .PollFormat_optionList__lvc3D .PollFormat_option__OayiD .PollFormat_remove__4xWRo{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;justify-content:center;outline:none}.PollFormat_section__CmkO6 .PollFormat_optionList__lvc3D .PollFormat_option__OayiD .PollFormat_remove__4xWRo svg{color:#b0b0b0;height:24px;max-height:24px;min-height:24px;transition:.3s;width:auto}.PollFormat_section__CmkO6 .PollFormat_optionList__lvc3D .PollFormat_option__OayiD .PollFormat_remove__4xWRo:hover svg{color:#f33}.PollFormat_section__CmkO6 .PollFormat_addOption__DWzkm{align-items:center;background:#5d7fff33;border:1px solid #5d7fff;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:6px;justify-content:center;outline:none;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.PollFormat_section__CmkO6 .PollFormat_addOption__DWzkm svg{fill:#fafafa;color:#fafafa;height:16px;max-height:16px;min-height:16px;transition:.3s;width:auto}.PollFormat_section__CmkO6 .PollFormat_addOption__DWzkm:hover{background:#5d7fff}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq{align-items:normal;box-sizing:border-box;display:flex;flex-direction:row;height:auto;overflow:hidden;width:100%}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq .PollFormat_previewChat__YgXDP{background:#18181b;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;height:auto;max-height:348px;max-width:500px;overflow:auto;padding:10px;width:100%}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq .PollFormat_previewChat__YgXDP .PollFormat_chatLoop__otmR0{align-items:center;display:flex;flex-direction:row;height:auto;width:100%}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq .PollFormat_previewChat__YgXDP .PollFormat_pollSession__fChFv{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq .PollFormat_previewChat__YgXDP .PollFormat_pollSession__fChFv .PollFormat_title__P96Wv{color:#999;font-size:15px;font-weight:400}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq .PollFormat_previewChat__YgXDP .PollFormat_pollSession__fChFv .PollFormat_pollOptions__Zz3Su{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq .PollFormat_previewChat__YgXDP .PollFormat_pollSession__fChFv .PollFormat_pollOptions__Zz3Su .PollFormat_option__OayiD{align-items:center;background:#242427;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;font-size:15px;padding:4px 8px}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq .PollFormat_previewChat__YgXDP .PollFormat_pollSession__fChFv .PollFormat_pollOptions__Zz3Su .PollFormat_option__OayiD .PollFormat_optionText__zSojC{color:#fafafa}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq .PollFormat_previewChat__YgXDP .PollFormat_pollSession__fChFv .PollFormat_pollOptions__Zz3Su .PollFormat_option__OayiD: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}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq .PollFormat_previewChat__YgXDP .PollFormat_pollSession__fChFv .PollFormat_voteBtn__KNwft{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}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq .PollFormat_previewChat__YgXDP .PollFormat_pollSession__fChFv .PollFormat_voteBtn__KNwft:hover{opacity:.8}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq .PollFormat_previewChat__YgXDP .PollFormat_pollSession__fChFv .PollFormat_timerBar__ypRJ8{align-items:center;background:#464649;border-radius:4px;display:flex;flex-direction:row;height:4px;overflow:hidden;width:100%}.PollFormat_section__CmkO6 .PollFormat_previewSection__bm\+Qq .PollFormat_previewChat__YgXDP .PollFormat_pollSession__fChFv .PollFormat_timerBar__ypRJ8:before{animation:PollFormat_pollTimer__lh3Y1 60s linear infinite;background:#9147ff;content:"";display:block;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:0;transition:.3s}.InteractiveFormat_interactiveFormat__cWzfh{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_sectionTitle__A686i{color:#cecece;font-size:16px;font-weight:500}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_sectionDesc__mGVRL{color:#999;font-size:14px;font-weight:400}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_sectionDesc__mGVRL a{color:#5d7fff;text-decoration:underline;transition:.3s}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_sectionDesc__mGVRL a:hover{opacity:.8}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh input,.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh textarea{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%}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh textarea{height:100px;max-height:200px;min-height:100px;resize:vertical}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_optionList__hg7Yo{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_optionList__hg7Yo .InteractiveFormat_option__fTVqd{align-items:center;display:flex;flex-direction:row;gap:10px}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_optionList__hg7Yo .InteractiveFormat_option__fTVqd .InteractiveFormat_remove__atdGN{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;justify-content:center;outline:none}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_optionList__hg7Yo .InteractiveFormat_option__fTVqd .InteractiveFormat_remove__atdGN svg{fill:#b0b0b0;color:#b0b0b0;height:24px;max-height:24px;min-height:24px;transition:.3s;width:auto}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_optionList__hg7Yo .InteractiveFormat_option__fTVqd .InteractiveFormat_remove__atdGN:hover svg{fill:#f33;color:#f33}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_addOption__O\+TDM{align-items:center;background:#5d7fff33;border:1px solid #5d7fff;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:6px;justify-content:center;outline:none;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_addOption__O\+TDM svg{fill:#fafafa;color:#fafafa;height:16px;max-height:16px;min-height:16px;transition:.3s;width:auto}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_addOption__O\+TDM:hover{background:#5d7fff}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk{align-items:normal;box-sizing:border-box;display:flex;flex-direction:row;height:auto;overflow:hidden;width:100%}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk .InteractiveFormat_previewChat__neYgB{background:#18181b;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;height:auto;max-height:348px;max-width:500px;overflow:auto;padding:10px;width:100%}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk .InteractiveFormat_previewChat__neYgB .InteractiveFormat_chatLoop__kInPu{align-items:center;display:flex;flex-direction:row;height:auto;width:100%}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk .InteractiveFormat_previewChat__neYgB .InteractiveFormat_pollSession__Vq37L{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk .InteractiveFormat_previewChat__neYgB .InteractiveFormat_pollSession__Vq37L .InteractiveFormat_title__TBMiZ{color:#999;font-size:15px;font-weight:400}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk .InteractiveFormat_previewChat__neYgB .InteractiveFormat_pollSession__Vq37L .InteractiveFormat_pollOptions__6FJnT{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk .InteractiveFormat_previewChat__neYgB .InteractiveFormat_pollSession__Vq37L .InteractiveFormat_pollOptions__6FJnT .InteractiveFormat_option__fTVqd{align-items:center;background:#242427;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;font-size:15px;padding:4px 8px}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk .InteractiveFormat_previewChat__neYgB .InteractiveFormat_pollSession__Vq37L .InteractiveFormat_pollOptions__6FJnT .InteractiveFormat_option__fTVqd .InteractiveFormat_optionText__yoJBe{color:#fafafa}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk .InteractiveFormat_previewChat__neYgB .InteractiveFormat_pollSession__Vq37L .InteractiveFormat_pollOptions__6FJnT .InteractiveFormat_option__fTVqd: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}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk .InteractiveFormat_previewChat__neYgB .InteractiveFormat_pollSession__Vq37L .InteractiveFormat_voteBtn__a1ssr{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}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk .InteractiveFormat_previewChat__neYgB .InteractiveFormat_pollSession__Vq37L .InteractiveFormat_voteBtn__a1ssr:hover{opacity:.8}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk .InteractiveFormat_previewChat__neYgB .InteractiveFormat_pollSession__Vq37L .InteractiveFormat_timerBar__KwyKu{align-items:center;background:#464649;display:flex;flex-direction:row;height:4px;width:100%}.InteractiveFormat_interactiveFormat__cWzfh .InteractiveFormat_section__UKJqh .InteractiveFormat_previewSection__k\+Ejk .InteractiveFormat_previewChat__neYgB .InteractiveFormat_pollSession__Vq37L .InteractiveFormat_timerBar__KwyKu:before{background:#9147ff;content:"";display:block;height:100%;max-height:100%;max-width:100%;min-height:100%;min-width:0;transition:.3s;width:50%}.SameAllOptions_useSameAllOptionsSection__-Qnpm{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;width:100%}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_stepTitleSection__SoMti{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_stepTitleSection__SoMti .SameAllOptions_stepTitle__2Oc77{color:#efefef;font-size:24px;font-weight:500}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_stepTitleSection__SoMti .SameAllOptions_stepDesc__XVU8K{color:#999;font-size:18px;font-weight:400}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_section__I9\+8g{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_section__I9\+8g .SameAllOptions_sectionTitle__OZ4Qu{align-items:center;color:#5d7fff;display:flex;flex-direction:row;font-size:18px;font-style:normal;font-weight:500;gap:10px;line-height:normal}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_section__I9\+8g .SameAllOptions_sectionDesc__KJ6QL{color:#9c9c9c;font-size:16px;font-weight:400}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_section__I9\+8g .SameAllOptions_subSectionTitle__JO-X3{align-items:center;color:#cecece;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_section__I9\+8g .SameAllOptions_subSectionDesc__RXLRx{color:#999;font-size:14px;font-weight:400}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_section__I9\+8g .SameAllOptions_subSectionDesc__RXLRx a{color:#5d7fff;text-decoration:underline;transition:.3s}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_section__I9\+8g .SameAllOptions_subSectionDesc__RXLRx a:hover{opacity:.8}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_section__I9\+8g input,.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_section__I9\+8g textarea{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%}.SameAllOptions_useSameAllOptionsSection__-Qnpm .SameAllOptions_step__mKFl0 .SameAllOptions_section__I9\+8g textarea{height:100px;max-height:200px;min-height:100px;resize:vertical}.SlideToggle_slideToggle__SZk7n{align-items:center;background:#414141;border-radius:12px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;gap:10px;height:25px;justify-content:start;padding:4px;transition:.3s;width:50px}.SlideToggle_slideToggle__SZk7n .SlideToggle_toggle__dxiWD{align-items:center;background:#7d7d7d;border-radius:50%;display:flex;height:16px;justify-content:center;transition:.3s;width:16px}.SlideToggle_slideToggle__SZk7n.SlideToggle_active__4ofaC{background:#5d7fff}.SlideToggle_slideToggle__SZk7n.SlideToggle_active__4ofaC .SlideToggle_toggle__dxiWD{background:#fafafa;margin-left:26px}.SameOptionsForm_sameOptionsForm__CgfTm{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;margin-top:20px;width:100%}.SameOptionsForm_sameOptionsForm__CgfTm .SameOptionsForm_section__UAz7Y{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.SameOptionsForm_sameOptionsForm__CgfTm .SameOptionsForm_section__UAz7Y .SameOptionsForm_sectionTitle__\+-HH6{color:#cecece;font-size:16px;font-weight:500}.SameOptionsForm_sameOptionsForm__CgfTm .SameOptionsForm_section__UAz7Y .SameOptionsForm_sectionDesc__CJqA9{color:#999;font-size:14px;font-weight:400}.SameOptionsForm_sameOptionsForm__CgfTm .SameOptionsForm_section__UAz7Y .SameOptionsForm_sectionDesc__CJqA9 a{color:#5d7fff;text-decoration:underline;transition:.3s}.SameOptionsForm_sameOptionsForm__CgfTm .SameOptionsForm_section__UAz7Y .SameOptionsForm_sectionDesc__CJqA9 a:hover{opacity:.8}.SameOptionsForm_sameOptionsForm__CgfTm .SameOptionsForm_section__UAz7Y input,.SameOptionsForm_sameOptionsForm__CgfTm .SameOptionsForm_section__UAz7Y textarea{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%}.SameOptionsForm_sameOptionsForm__CgfTm .SameOptionsForm_section__UAz7Y textarea{height:100px;max-height:200px;min-height:100px;resize:vertical}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_formatList__Fx\+1V{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_formatList__Fx\+1V .SameOptionsFormatSelection_listItem__t9v\+t{align-items:center;background:#38383840;border:1px solid #383838;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:8px;height:auto;padding:8px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_formatList__Fx\+1V .SameOptionsFormatSelection_listItem__t9v\+t .SameOptionsFormatSelection_itemIcon__HnpAC{align-items:center;background:#383838;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;flex-shrink:0;height:20px;justify-content:center;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_formatList__Fx\+1V .SameOptionsFormatSelection_listItem__t9v\+t .SameOptionsFormatSelection_itemIcon__HnpAC svg{fill:#888;height:12px;max-height:12px;max-width:12px;min-height:12px;min-width:12px;transition:.3s;width:12px}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_formatList__Fx\+1V .SameOptionsFormatSelection_listItem__t9v\+t.SameOptionsFormatSelection_selected__o4V9w{background:#5d7fff40;border:1px solid #5d7fff}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_formatList__Fx\+1V .SameOptionsFormatSelection_listItem__t9v\+t.SameOptionsFormatSelection_selected__o4V9w .SameOptionsFormatSelection_itemIcon__HnpAC{background:#5d7fff}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_formatList__Fx\+1V .SameOptionsFormatSelection_listItem__t9v\+t.SameOptionsFormatSelection_selected__o4V9w .SameOptionsFormatSelection_itemIcon__HnpAC svg{fill:#fafafa}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_sectionTitle__YvY9F{align-items:center;color:#cecece;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;width:100%}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_sectionDesc__MtQX7{color:#999;font-size:14px;font-weight:400}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_sectionDesc__MtQX7 a{color:#5d7fff;text-decoration:underline;transition:.3s}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_sectionDesc__MtQX7 a:hover{opacity:.8}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_dimensionDesc__csSKI{align-items:center;border-radius:8px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:10px;height:auto;width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_dimensionDesc__csSKI .SameOptionsFormatSelection_dimensionText__\+5v3o .SameOptionsFormatSelection_dimensionValue__Jwhee{color:#d8e1ff;font-weight:500}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_dimensionDesc__csSKI .SameOptionsFormatSelection_dimensionText__\+5v3o svg{stroke:#5d7fff}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_optionList__h3HjU{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_optionList__h3HjU .SameOptionsFormatSelection_option__AlFLc{align-items:center;display:flex;flex-direction:row;gap:10px}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_optionList__h3HjU .SameOptionsFormatSelection_option__AlFLc .SameOptionsFormatSelection_remove__55uVD{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;justify-content:center;outline:none}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_optionList__h3HjU .SameOptionsFormatSelection_option__AlFLc .SameOptionsFormatSelection_remove__55uVD svg{color:#b0b0b0;height:24px;max-height:24px;min-height:24px;transition:.3s;width:auto}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_optionList__h3HjU .SameOptionsFormatSelection_option__AlFLc .SameOptionsFormatSelection_remove__55uVD:hover svg{color:#f33}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_addOption__ZPfCn{align-items:center;background:#5d7fff33;border:1px solid #5d7fff;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:6px;justify-content:center;outline:none;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_addOption__ZPfCn svg{fill:#fafafa;color:#fafafa;height:16px;max-height:16px;min-height:16px;transition:.3s;width:auto}.SameOptionsFormatSelection_sameOptionsFormatSelection__0OI2f .SameOptionsFormatSelection_section__76OFI .SameOptionsFormatSelection_addOption__ZPfCn:hover{background:#5d7fff}.UploadAsset_uploadAsset__SeXO7{align-items:center;display:flex;flex-direction:row}.UploadAsset_uploadAsset__SeXO7 input[type=file]{display:none}.UploadAsset_uploadAsset__SeXO7 .UploadAsset_uploadBtn__qV9M1{align-items:center;background:#303030;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;gap:6px;height:44px;outline:none;padding:16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.UploadAsset_uploadAsset__SeXO7 .UploadAsset_uploadBtn__qV9M1 svg{fill:#5d7fff;height:16px;max-height:16px;min-height:16px;transition:.3s;width:auto}.UploadAsset_uploadAsset__SeXO7 .UploadAsset_uploadBtn__qV9M1:hover{background:#5d7fff;border:1px solid #5d7fff}.UploadAsset_uploadAsset__SeXO7 .UploadAsset_uploadBtn__qV9M1:hover svg{fill:#fafafa}.SeparateOptionsForm_seperateOptionsForm__rC7Tr{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;margin-top:20px;width:100%}.SeparateOptionsForm_seperateOptionsForm__rC7Tr .SeparateOptionsForm_section__7H1Xg{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.SeparateOptionsForm_seperateOptionsForm__rC7Tr .SeparateOptionsForm_section__7H1Xg .SeparateOptionsForm_sectionTitle__R8Ngh{color:#cecece;font-size:16px;font-weight:500}.SeparateOptionsForm_seperateOptionsForm__rC7Tr .SeparateOptionsForm_section__7H1Xg .SeparateOptionsForm_sectionDesc__O-lEs{color:#999;font-size:14px;font-weight:400}.SeparateOptionsForm_seperateOptionsForm__rC7Tr .SeparateOptionsForm_section__7H1Xg .SeparateOptionsForm_sectionDesc__O-lEs a{color:#5d7fff;text-decoration:underline;transition:.3s}.SeparateOptionsForm_seperateOptionsForm__rC7Tr .SeparateOptionsForm_section__7H1Xg .SeparateOptionsForm_sectionDesc__O-lEs a:hover{opacity:.8}.SeparateOptionsForm_seperateOptionsForm__rC7Tr .SeparateOptionsForm_section__7H1Xg input,.SeparateOptionsForm_seperateOptionsForm__rC7Tr .SeparateOptionsForm_section__7H1Xg textarea{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%}.SeparateOptionsForm_seperateOptionsForm__rC7Tr .SeparateOptionsForm_section__7H1Xg textarea{height:100px;max-height:200px;min-height:100px;resize:vertical}.SeparateOptionsForm_seperateOptionsForm__rC7Tr .SeparateOptionsForm_seperateOptionsItemList__DQTUo{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.SeparateOptionsForm_seperateOptionsForm__rC7Tr .SeparateOptionsForm_addOption__KgZDC{align-items:center;background:#5d7fff33;border:1px solid #5d7fff;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:6px;justify-content:center;outline:none;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SeparateOptionsForm_seperateOptionsForm__rC7Tr .SeparateOptionsForm_addOption__KgZDC svg{fill:#fafafa;color:#fafafa;height:16px;max-height:16px;min-height:16px;transition:.3s;width:auto}.SeparateOptionsForm_seperateOptionsForm__rC7Tr .SeparateOptionsForm_addOption__KgZDC:hover{background:#5d7fff}.SepareteOptionItem_separeteOptionItem__heDQu{background:#2d2d2d;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:14px 14px 20px;transition:.3s;width:100%}.SepareteOptionItem_separeteOptionItem__heDQu:has(.SepareteOptionItem_optionTitle__StmFJ:hover){background:#333}.SepareteOptionItem_separeteOptionItem__heDQu.SepareteOptionItem_toggleView__KEBKi{cursor:pointer;transition:.3s}.SepareteOptionItem_separeteOptionItem__heDQu.SepareteOptionItem_toggleView__KEBKi .SepareteOptionItem_optionTitle__StmFJ .SepareteOptionItem_toggleViewBtn__jJASJ{transform:rotate(-90deg)}.SepareteOptionItem_separeteOptionItem__heDQu.SepareteOptionItem_toggleView__KEBKi:hover{background:#333}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_formatList__bG5Ro{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_formatList__bG5Ro .SepareteOptionItem_listItem__W7zXG{align-items:center;background:#4a404040;border:1px solid #434343;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;gap:8px;height:auto;padding:8px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_formatList__bG5Ro .SepareteOptionItem_listItem__W7zXG .SepareteOptionItem_itemIcon__lCqW-{align-items:center;background:#434343;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;flex-shrink:0;height:20px;justify-content:center;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_formatList__bG5Ro .SepareteOptionItem_listItem__W7zXG .SepareteOptionItem_itemIcon__lCqW- svg{fill:#888;height:12px;max-height:12px;max-width:12px;min-height:12px;min-width:12px;transition:.3s;width:12px}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_formatList__bG5Ro .SepareteOptionItem_listItem__W7zXG.SepareteOptionItem_selected__gxJsl{background:#5d7fff40;border:1px solid #5d7fff}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_formatList__bG5Ro .SepareteOptionItem_listItem__W7zXG.SepareteOptionItem_selected__gxJsl .SepareteOptionItem_itemIcon__lCqW-{background:#5d7fff}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_formatList__bG5Ro .SepareteOptionItem_listItem__W7zXG.SepareteOptionItem_selected__gxJsl .SepareteOptionItem_itemIcon__lCqW- svg{fill:#fafafa}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_optionTitle__StmFJ{align-items:center;border-radius:6px;box-sizing:border-box;color:#5d7fff;cursor:pointer;display:flex;flex-direction:row;font-size:18px;font-weight:500;gap:6px;height:auto;margin-bottom:-6px;padding:6px;transition:.3s;width:100%}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_optionTitle__StmFJ .SepareteOptionItem_allFieldsFilled__eKVr\+{align-items:center;display:flex;flex-direction:row;height:21px;justify-content:center;position:relative;width:21px}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_optionTitle__StmFJ .SepareteOptionItem_allFieldsFilled__eKVr\+ svg{color:#28bf4c;height:100%;position:relative;width:100%;z-index:2}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_optionTitle__StmFJ .SepareteOptionItem_allFieldsFilled__eKVr\+:before{background:#fafafa;border-radius:50%;content:"";display:block;height:12px;margin:0 auto;position:absolute;top:50%;transform:translateY(-50%);width:12px;z-index:1}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_optionTitle__StmFJ .SepareteOptionItem_toggleViewBtn__jJASJ{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:24px;justify-content:center;outline:none;transition:.1s;width:24px}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_optionTitle__StmFJ .SepareteOptionItem_toggleViewBtn__jJASJ svg{color:#5d7fff;height:100%;width:100%}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_optionTitle__StmFJ .SepareteOptionItem_removeOptionBtn__AalzT{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;justify-content:center;margin-left:auto;outline:none}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_optionTitle__StmFJ .SepareteOptionItem_removeOptionBtn__AalzT svg{color:#b0b0b0;height:24px;max-height:24px;min-height:24px;transition:.3s;width:auto}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_optionTitle__StmFJ .SepareteOptionItem_removeOptionBtn__AalzT:hover svg{color:#f33}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_section__W1hh-{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_section__W1hh- .SepareteOptionItem_sectionTitle__N3Smk{align-items:center;color:#cecece;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;width:100%}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_section__W1hh- .SepareteOptionItem_sectionDesc__tRzhh{color:#999;font-size:14px;font-weight:400}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_section__W1hh- .SepareteOptionItem_sectionDesc__tRzhh a{color:#5d7fff;text-decoration:underline;transition:.3s}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_section__W1hh- .SepareteOptionItem_sectionDesc__tRzhh a:hover{opacity:.8}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_section__W1hh- .SepareteOptionItem_dimensionDesc__JpGdP{align-items:center;border-radius:8px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:10px;height:auto;width:100%;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_section__W1hh- .SepareteOptionItem_dimensionDesc__JpGdP .SepareteOptionItem_dimensionText__vtBQP .SepareteOptionItem_dimensionValue__vYttD{color:#d8e1ff;font-weight:500}.SepareteOptionItem_separeteOptionItem__heDQu .SepareteOptionItem_section__W1hh- .SepareteOptionItem_dimensionDesc__JpGdP .SepareteOptionItem_dimensionText__vtBQP svg{stroke:#5d7fff}.TermsPrivacy_termsPrivacy__h4qHS{height:auto}.TermsPrivacy_termsPrivacy__h4qHS,.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;justify-content:center;width:100%}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl{background:url(/static/media/headerBg.2a917a612eb0f7623dff.png);background-color:#121212;background-repeat:no-repeat;background-size:100%;border-radius:32px 32px 0 0;gap:10px;height:130px;padding:10px}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl img{height:32px}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8{align-items:center;background:#12121280;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;justify-content:space-around;padding:10px;width:100%}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8 .TermsPrivacy_termsPrivacy_menuItem__ylwTb{align-items:center;background:#363636;border:1px solid #363636;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;justify-content:center;padding:12px 16px;transition:all .2s ease-in-out;white-space:nowrap;width:100%}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8 .TermsPrivacy_termsPrivacy_menuItem__ylwTb.TermsPrivacy_active__wxHYo{background:#5d7fff40;border:1px solid #5d7fff}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_content__pXHTF{background:#1e1e1e;border-radius:0 0 32px 32px;box-sizing:border-box;height:auto;max-height:800px;min-height:400px;padding:32px;width:100%}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_content__pXHTF iframe{border:none;border-radius:6px;height:736px;width:100%}@media(max-width:768px){.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl{gap:0}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl img{height:18px}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8{flex-wrap:wrap;gap:8px}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8 .TermsPrivacy_termsPrivacy_menuItem__ylwTb{padding:6px 12px}}@media(max-width:430px){.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl{gap:0}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl img{height:18px}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8{flex-wrap:wrap;gap:6px}.TermsPrivacy_termsPrivacy__h4qHS .TermsPrivacy_header__ndIDl .TermsPrivacy_termsPrivacy_menu__Y73j8 .TermsPrivacy_termsPrivacy_menuItem__ylwTb{padding:4px 6px;text-align:center;white-space:normal}}.Members_members__K1eOg{gap:25px}.Members_members__K1eOg,.Members_members__K1eOg .Members_membersContent__qbvbP{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.Members_members__K1eOg .Members_membersContent__qbvbP{background:#1e1e1e;border-radius:12px;gap:20px;padding:20px}.Members_members__K1eOg .Members_membersContent__qbvbP .Members_contentHeader__L9Us9{align-items:center;border-bottom:1px solid #323232;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:space-between;padding-bottom:20px;width:100%}.Members_members__K1eOg .Members_membersContent__qbvbP .Members_contentHeader__L9Us9 .Members_title__R2uqb{color:#fafafa;font-size:16px;font-weight:500}.Members_members__K1eOg .Members_membersContent__qbvbP .Members_contentHeader__L9Us9 .Members_seats__3pJxv{align-items:center;display:flex;flex-direction:row;gap:14px}.Members_members__K1eOg .Members_membersContent__qbvbP .Members_contentHeader__L9Us9 .Members_seats__3pJxv .Members_occupied__ZUQle{color:#959595;font-size:14px;font-weight:400}.Members_members__K1eOg .Members_membersContent__qbvbP .Members_contentHeader__L9Us9 .Members_seats__3pJxv .Members_occupied__ZUQle .Members_number__VFrpd{color:#cecece;font-weight:500}.Members_members__K1eOg .Members_membersContent__qbvbP .Members_contentHeader__L9Us9 .Members_seats__3pJxv .Members_addSeatsBtn__ONRWC{align-items:center;background:#333;border:none;border-radius:8px;box-sizing:border-box;color:#cecece;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:center;outline:none;padding:6px 8px;transition:.3s}.Members_members__K1eOg .Members_membersContent__qbvbP .Members_contentHeader__L9Us9 .Members_seats__3pJxv .Members_addSeatsBtn__ONRWC:hover{background:#5d7fff;color:#fafafa}.MembersHeader_membersHeader__kPCCM{align-items:center;background:#1e1e1e;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:space-between;padding:16px 20px;width:100%}.MembersHeader_membersHeader__kPCCM .MembersHeader_section__y8b98{display:flex;flex-direction:column;gap:6px}.MembersHeader_membersHeader__kPCCM .MembersHeader_section__y8b98 .MembersHeader_title__fvohq{align-items:center;color:#cecece;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px}.MembersHeader_membersHeader__kPCCM .MembersHeader_section__y8b98 .MembersHeader_title__fvohq .MembersHeader_brandName__K4zxe{color:#fafafa;font-size:16px;font-weight:600}.MembersHeader_membersHeader__kPCCM .MembersHeader_section__y8b98 .MembersHeader_title__fvohq img{height:20px;margin:0 2px 0 0;max-height:20px;max-width:20px;min-height:20px;min-width:20px;width:20px}.MembersHeader_membersHeader__kPCCM .MembersHeader_section__y8b98 .MembersHeader_desc__DIcol{color:#959595;font-size:14px;font-weight:400}.MembersHeader_membersHeader__kPCCM .MembersHeader_inviteMemberBtn__\+E6TX{align-items:center;background:#5d7fff;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;justify-content:center;padding:10px;transition:.3s;white-space:nowrap}.MembersHeader_membersHeader__kPCCM .MembersHeader_inviteMemberBtn__\+E6TX:hover{opacity:.8}.MembersHeader_membersHeader__kPCCM .MembersHeader_inviteMemberBtn__\+E6TX svg{fill:#fafafa;color:#fafafa;height:20px}.MemberList_memberList__1j30M{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}@media(max-width:948px){.MemberList_memberList__1j30M{overflow:auto}}.MemberListItem_memberListItem__qaUeG{align-items:center;border-bottom:1px solid #323232;display:flex;flex-direction:row;gap:16px;height:auto;justify-content:space-between;padding-bottom:20px;padding-top:20px;width:100%}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberInfo__ejQEX{align-items:center;display:flex;flex-direction:row;gap:16px;max-width:320px;min-width:320px}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberInfo__ejQEX .MemberListItem_memberAvatar__lIaep{align-items:center;background:#3b3b3b;border-radius:50%;color:#9c9c9c;display:flex;flex-direction:row;flex-shrink:0;font-size:16px;font-weight:600;height:44px;justify-content:center;letter-spacing:1.6px;width:44px}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberInfo__ejQEX .MemberListItem_memberAvatar__lIaep img{border-radius:50%;height:100%;object-fit:cover;width:100%}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberInfo__ejQEX .MemberListItem_memberDetails__NKI0B{display:flex;flex-direction:column;gap:2px}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberInfo__ejQEX .MemberListItem_memberDetails__NKI0B .MemberListItem_memberName__DoY4O{color:#cecece;font-size:16px;font-weight:500;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberInfo__ejQEX .MemberListItem_memberDetails__NKI0B .MemberListItem_memberMail__HVqMb{color:#959595;font-size:16px;font-weight:400;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberStatus__ffxnJ{align-items:center;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:center;max-width:80px;min-width:80px;padding:4px 10px}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberStatus__ffxnJ.MemberListItem_active__ot7qx{background:#0f5132;color:#d1e7dd}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberStatus__ffxnJ.MemberListItem_inactive__48WH5{background:#41464b;color:#e2e3e5}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberStatus__ffxnJ.MemberListItem_invited__HdoSd{background:#664d03;color:#fff3cd}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberPermission__DLeeh{display:flex;flex-direction:column;max-width:110px;min-width:110px;position:relative}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberPermission__DLeeh .MemberListItem_ownerPerm__q\+OZq{box-sizing:border-box;color:#cecece;font-size:16px;font-weight:500;padding:4px 8px}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberPermission__DLeeh .MemberListItem_currentPermission__RLd1j{align-items:center;border-radius:8px;box-sizing:border-box;color:#5d7fff;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;padding:4px 8px;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberPermission__DLeeh .MemberListItem_currentPermission__RLd1j svg{fill:#5d7fff;color:#5d7fff;height:16px;max-height:16px;min-height:16px}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberPermission__DLeeh .MemberListItem_currentPermission__RLd1j.MemberListItem_opened__VxmwA{background:#5d7fff33}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberPermission__DLeeh .MemberListItem_permissionList__UjOT-{align-items:flex-start;background:#2c2c2c;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:8px;left:0;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:10px;position:absolute;top:35.43px;width:100%;z-index:10}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberPermission__DLeeh .MemberListItem_permissionList__UjOT- .MemberListItem_permissionItem__rAcf7{align-items:center;color:#cecece;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;transition:.3s;white-space:nowrap}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberPermission__DLeeh .MemberListItem_permissionList__UjOT- .MemberListItem_permissionItem__rAcf7:hover{opacity:.8}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberPermission__DLeeh .MemberListItem_permissionList__UjOT- .MemberListItem_permissionItem__rAcf7.MemberListItem_selected__XZkDn{color:#5d7fff}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberPermission__DLeeh .MemberListItem_permissionList__UjOT- .MemberListItem_permissionItem__rAcf7.MemberListItem_selected__XZkDn:hover{opacity:1}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberRemove__dIR0x{align-items:center;display:flex;flex-direction:row;justify-content:center;max-width:20px;min-width:20px}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberRemove__dIR0x .MemberListItem_memberRemoveBtn__Pm9s9{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:auto;justify-content:center;width:auto}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberRemove__dIR0x .MemberListItem_memberRemoveBtn__Pm9s9 svg{color:#ee3737;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.MemberListItem_memberListItem__qaUeG .MemberListItem_memberRemove__dIR0x .MemberListItem_memberRemoveBtn__Pm9s9:hover svg{color:#ff5f5f}.MemberListItem_memberListItem__qaUeG:first-child{padding-top:0}.MemberListItem_memberListItem__qaUeG:last-child{border-bottom:none;padding-bottom:0}.MemberInvitePopup_memberInvitePopup__621TI{background:#000000b3;box-sizing:border-box;color:#fafafa;height:100vh;left:0;overflow:auto;padding:20px;position:fixed;top:0;width:100%;z-index:101}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG{background:#1e1e1e;border-radius:24px;box-sizing:border-box;display:flex;flex-direction:column;gap:25px;height:auto;left:0;margin:30px auto;max-width:1100px;padding:26px;position:relative;right:0;top:0;width:100%}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG .MemberInvitePopup_headerSection__Mxv7i{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:space-between;width:100%}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG .MemberInvitePopup_headerSection__Mxv7i .MemberInvitePopup_titleSection__9WnL8{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;width:100%}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG .MemberInvitePopup_headerSection__Mxv7i .MemberInvitePopup_titleSection__9WnL8 .MemberInvitePopup_title__fFgNl{color:#5d7fff;font-size:24px;font-weight:500}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG .MemberInvitePopup_headerSection__Mxv7i .MemberInvitePopup_titleSection__9WnL8 .MemberInvitePopup_subTitle__SH7hv{color:#cecece;font-size:16px;font-weight:400}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG .MemberInvitePopup_headerSection__Mxv7i .MemberInvitePopup_closeBtn__MXfU7{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;width:24px}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG .MemberInvitePopup_headerSection__Mxv7i .MemberInvitePopup_closeBtn__MXfU7 svg{fill:#7b7b7b;height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;transition:.3s;width:24px}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG .MemberInvitePopup_headerSection__Mxv7i .MemberInvitePopup_closeBtn__MXfU7:hover svg{fill:#fafafa}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG .MemberInvitePopup_seatsSection__uvi3b{align-items:center;border-bottom:1px solid #323232;display:flex;flex-direction:row;gap:14px;padding-bottom:25px}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG .MemberInvitePopup_seatsSection__uvi3b .MemberInvitePopup_occupied__pJQ9w{color:#959595;font-size:14px;font-weight:400}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG .MemberInvitePopup_seatsSection__uvi3b .MemberInvitePopup_occupied__pJQ9w .MemberInvitePopup_number__SKEdK{color:#cecece;font-weight:500}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG .MemberInvitePopup_seatsSection__uvi3b .MemberInvitePopup_addSeatsBtn__yfC3l{align-items:center;background:#333;border:none;border-radius:8px;box-sizing:border-box;color:#cecece;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;justify-content:center;outline:none;padding:6px 8px;transition:.3s}.MemberInvitePopup_memberInvitePopup__621TI .MemberInvitePopup_popup__KnUwG .MemberInvitePopup_seatsSection__uvi3b .MemberInvitePopup_addSeatsBtn__yfC3l:hover{background:#5d7fff;color:#fafafa}.EmailInvite_inviteSection__8zBvJ{display:flex;flex-direction:column;gap:14px}.EmailInvite_inviteSection__8zBvJ .EmailInvite_inviteTitle__voTh7{color:#fafafa;font-size:18px;font-weight:500}.EmailInvite_inviteSection__8zBvJ .EmailInvite_inviteSubTitle__HK0Dz{align-items:center;color:#959595;display:flex;flex-direction:row;font-size:14px;font-weight:400;gap:4px}.EmailInvite_inviteSection__8zBvJ .EmailInvite_inviteSubTitle__HK0Dz svg{fill:#959595;height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.EmailInvite_inviteSection__8zBvJ .EmailInvite_inviteInputs__doyZ2{align-items:center;display:flex;flex-direction:row;gap:10px;height:auto;width:100%}.EmailInvite_inviteSection__8zBvJ .EmailInvite_inviteInputs__doyZ2 input[type=text]{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-size:16px;font-weight:400;height:48px;outline:none;padding:14px;width:100%}.EmailInvite_inviteSection__8zBvJ .EmailInvite_inviteInputs__doyZ2 .EmailInvite_sendInviteBtn__NgMUP{align-items:center;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:500;gap:6px;height:48px;justify-content:center;outline:none;padding:14px;transition:.3s;white-space:nowrap;width:auto}.EmailInvite_inviteSection__8zBvJ .EmailInvite_inviteInputs__doyZ2 .EmailInvite_sendInviteBtn__NgMUP svg{fill:#fafafa;height:18px;max-height:18px;max-width:18px;min-height:18px;min-width:18px;width:18px}.EmailInvite_inviteSection__8zBvJ .EmailInvite_inviteInputs__doyZ2 .EmailInvite_sendInviteBtn__NgMUP:hover{opacity:.8}.DeletePopup_deletePopup__SffsA{background:#000000b3;box-sizing:border-box;color:#fafafa;height:100vh;left:0;overflow:auto;padding:20px;position:fixed;top:0;width:100%;z-index:101}.DeletePopup_deletePopup__SffsA .DeletePopup_popupContent__lW07R{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:300px;padding:16px;position:relative;right:0;top:0;width:100%}.DeletePopup_deletePopup__SffsA .DeletePopup_popupContent__lW07R .DeletePopup_title__fmUay{color:#5d7fff;font-size:18px;font-weight:500}.DeletePopup_deletePopup__SffsA .DeletePopup_popupContent__lW07R input[type=text]{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:14px;height:auto;outline:none;padding:8px;width:100%}.DeletePopup_deletePopup__SffsA .DeletePopup_popupContent__lW07R .DeletePopup_buttons__s3b\+O{align-items:center;display:flex;flex-direction:row;gap:10px;height:auto;width:100%}.DeletePopup_deletePopup__SffsA .DeletePopup_popupContent__lW07R .DeletePopup_buttons__s3b\+O button{align-items:center;background:#121212;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%}.DeletePopup_deletePopup__SffsA .DeletePopup_popupContent__lW07R .DeletePopup_buttons__s3b\+O button:hover{opacity:.8}.DeletePopup_deletePopup__SffsA .DeletePopup_popupContent__lW07R .DeletePopup_buttons__s3b\+O button.DeletePopup_delete__iixRs{background:#ee3737}.DeletePopup_deletePopup__SffsA .DeletePopup_popupContent__lW07R .DeletePopup_buttons__s3b\+O button.DeletePopup_cancel__67TLA{background:#3b3b3b}.DeletePopup_deletePopup__SffsA .DeletePopup_popupContent__lW07R .DeletePopup_buttons__s3b\+O button.DeletePopup_disabled__cWonY{background:#3b3b3b;cursor:not-allowed}.CampaignReview_campaignReview__boUSi{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;padding:30px;width:100%}.CampaignReview_campaignReview__boUSi .CampaignReview_campaignCustomer__u5sM2{display:flex;flex-direction:column;gap:4px}.CampaignReview_campaignReview__boUSi .CampaignReview_campaignCustomer__u5sM2 .CampaignReview_brandName__X1s-v{color:#fefefe;font-size:26px;font-weight:500}.CampaignReview_campaignReview__boUSi .CampaignReview_campaignCustomer__u5sM2 .CampaignReview_campaignName__xc7jr{align-items:center;color:#999;display:flex;flex-direction:row;font-size:19px;gap:10px;word-break:break-all}.CampaignReview_campaignReview__boUSi .CampaignReview_campaignCustomer__u5sM2 .CampaignReview_campaignName__xc7jr .CampaignReview_editBtn__uumI8{align-items:center;background:#414141;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;justify-content:center;padding:4px 8px;transition:.3s;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-break:normal}.CampaignReview_campaignReview__boUSi .CampaignReview_campaignCustomer__u5sM2 .CampaignReview_campaignName__xc7jr .CampaignReview_editBtn__uumI8:hover{background:#5d7fff}.CampaignReview_campaignReview__boUSi .CampaignReview_campaignCustomer__u5sM2 .CampaignReview_campaignName__xc7jr .CampaignReview_editBtn__uumI8 svg{fill:#fafafa;color:#fafafa;height:16px;max-height:16px;min-height:16px;width:auto}.CampaignReview_campaignReview__boUSi .CampaignReview_titleSection__h2l15{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.CampaignReview_campaignReview__boUSi .CampaignReview_titleSection__h2l15 .CampaignReview_title__raz7u{color:#efefef;font-size:24px;font-weight:500}.CampaignReview_campaignReview__boUSi .CampaignReview_titleSection__h2l15 .CampaignReview_desc__ZPL53{color:#999;font-size:18px;font-weight:400}.CampaignReview_campaignReview__boUSi .CampaignReview_gridWrapper__Y8LW-{grid-gap:20px;background:#2f2f2f;border-radius:10px;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,1fr);height:auto;padding:12px;width:100%}.CampaignReview_campaignReview__boUSi .CampaignReview_gridWrapper__Y8LW- .CampaignReview_section__04sBH{background:none;border-radius:none;padding:initial}.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH{background:#2f2f2f;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:12px;width:100%}.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH .CampaignReview_sectionTitle__s-b7t{align-items:center;box-sizing:border-box;color:#cecece;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;white-space:nowrap;width:100%}.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH .CampaignReview_sectionDesc__tN4Hg{color:#999;font-size:14px;font-weight:400}.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH .CampaignReview_sectionDesc__tN4Hg a{color:#5d7fff;text-decoration:underline;transition:.3s}.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH .CampaignReview_sectionDesc__tN4Hg a:hover{opacity:.8}.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH input,.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH textarea{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%}.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH textarea{height:100px;max-height:400px;min-height:200px;resize:vertical}.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH .CampaignReview_selectedPreviewList__dqlzE{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;max-height:110px;overflow:auto;width:100%}.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH .CampaignReview_selectedPreviewList__dqlzE .CampaignReview_selectedPreview__lxAGu{align-items:center;background:#292929;border-radius:8px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:8px;padding:8px 16px;white-space:wrap;width:100%;word-break:break-all}.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH .CampaignReview_selectedPreviewList__dqlzE .CampaignReview_selectedPreview__lxAGu img,.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH .CampaignReview_selectedPreviewList__dqlzE .CampaignReview_selectedPreview__lxAGu svg{height:16px;max-height:16px;min-height:16px;width:auto}.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH .CampaignReview_selectedPreviewList__dqlzE .CampaignReview_selectedPreview__lxAGu svg{fill:#5d7fff;color:#5d7fff}@media(max-width:1490px){.CampaignReview_campaignReview__boUSi .CampaignReview_gridWrapper__Y8LW-{grid-template-columns:repeat(4,1fr)}}@media(max-width:1390px){.CampaignReview_campaignReview__boUSi .CampaignReview_gridWrapper__Y8LW-{grid-template-columns:repeat(3,1fr)}}@media(max-width:1190px){.CampaignReview_campaignReview__boUSi .CampaignReview_gridWrapper__Y8LW-{grid-template-columns:repeat(2,1fr)}}@media(max-width:920px){.CampaignReview_campaignReview__boUSi .CampaignReview_gridWrapper__Y8LW-{grid-template-columns:repeat(1,1fr)}.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH .CampaignReview_sectionTitle__s-b7t,.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH .CampaignReview_selectedPreviewList__dqlzE,.CampaignReview_campaignReview__boUSi .CampaignReview_section__04sBH .CampaignReview_selectedPreviewList__dqlzE .CampaignReview_selectedPreview__lxAGu{width:100%}}.CampaignReview_campaignReview__EDQhD{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;width:100%}.CampaignReview_campaignReview__EDQhD .CampaignReview_titleSection__L-yOg{box-sizing:border-box;display:flex;flex-direction:column;gap:5px;height:auto;width:100%}.CampaignReview_campaignReview__EDQhD .CampaignReview_titleSection__L-yOg .CampaignReview_title__4giEG{color:#efefef;font-size:24px;font-weight:500}.CampaignReview_campaignReview__EDQhD .CampaignReview_titleSection__L-yOg .CampaignReview_desc__hdmT5{color:#999;font-size:18px;font-weight:400}.CampaignReview_campaignReview__EDQhD .CampaignReview_gridWrapper__HJdnF{grid-gap:20px;background:#2f2f2f;border-radius:10px;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,1fr);height:auto;padding:12px;width:100%}.CampaignReview_campaignReview__EDQhD .CampaignReview_gridWrapper__HJdnF .CampaignReview_section__wyUSU{background:none;border-radius:none;padding:initial}.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU{background:#2f2f2f;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:12px;width:100%}.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU .CampaignReview_sectionTitle__td3ET{align-items:center;color:#cecece;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;white-space:nowrap;width:100%}.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU .CampaignReview_sectionDesc__m7FDS{color:#999;font-size:14px;font-weight:400}.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU .CampaignReview_sectionDesc__m7FDS a{color:#5d7fff;text-decoration:underline;transition:.3s}.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU .CampaignReview_sectionDesc__m7FDS a:hover{opacity:.8}.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU input,.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU textarea{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%}.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU textarea{height:100px;max-height:400px;min-height:200px;resize:vertical}.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU .CampaignReview_selectedPreviewList__wmxBG{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;max-height:110px;overflow:auto;width:100%}.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU .CampaignReview_selectedPreviewList__wmxBG .CampaignReview_selectedPreview__ALGT7{align-items:center;background:#292929;border-radius:8px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:8px;padding:8px 16px;white-space:wrap;width:100%}.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU .CampaignReview_selectedPreviewList__wmxBG .CampaignReview_selectedPreview__ALGT7 img,.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU .CampaignReview_selectedPreviewList__wmxBG .CampaignReview_selectedPreview__ALGT7 svg{height:16px;max-height:16px;min-height:16px;width:auto}.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU .CampaignReview_selectedPreviewList__wmxBG .CampaignReview_selectedPreview__ALGT7 svg{fill:#5d7fff;color:#5d7fff}@media(max-width:1490px){.CampaignReview_campaignReview__EDQhD .CampaignReview_gridWrapper__HJdnF{grid-template-columns:repeat(4,1fr)}}@media(max-width:1390px){.CampaignReview_campaignReview__EDQhD .CampaignReview_gridWrapper__HJdnF{grid-template-columns:repeat(3,1fr)}}@media(max-width:1190px){.CampaignReview_campaignReview__EDQhD .CampaignReview_gridWrapper__HJdnF{grid-template-columns:repeat(2,1fr)}}@media(max-width:920px){.CampaignReview_campaignReview__EDQhD .CampaignReview_gridWrapper__HJdnF{grid-template-columns:repeat(1,1fr)}.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU .CampaignReview_sectionTitle__td3ET,.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU .CampaignReview_selectedPreviewList__wmxBG,.CampaignReview_campaignReview__EDQhD .CampaignReview_section__wyUSU .CampaignReview_selectedPreviewList__wmxBG .CampaignReview_selectedPreview__ALGT7{width:100%}}.DeletePopup_deletePopup__eZpV8{background:#000000b3;box-sizing:border-box;color:#fafafa;height:100vh;left:0;overflow:auto;padding:20px;position:fixed;top:0;width:100%;z-index:101}.DeletePopup_deletePopup__eZpV8 .DeletePopup_popupContent__w1gzE{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:300px;padding:16px;position:relative;right:0;top:0;width:100%}.DeletePopup_deletePopup__eZpV8 .DeletePopup_popupContent__w1gzE .DeletePopup_title__sXW3j{color:#5d7fff;font-size:18px;font-weight:500}.DeletePopup_deletePopup__eZpV8 .DeletePopup_popupContent__w1gzE input[type=text]{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:14px;height:auto;outline:none;padding:8px;width:100%}.DeletePopup_deletePopup__eZpV8 .DeletePopup_popupContent__w1gzE .DeletePopup_buttons__PUmkR{align-items:center;display:flex;flex-direction:row;gap:10px;height:auto;width:100%}.DeletePopup_deletePopup__eZpV8 .DeletePopup_popupContent__w1gzE .DeletePopup_buttons__PUmkR button{align-items:center;background:#121212;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%}.DeletePopup_deletePopup__eZpV8 .DeletePopup_popupContent__w1gzE .DeletePopup_buttons__PUmkR button:hover{opacity:.8}.DeletePopup_deletePopup__eZpV8 .DeletePopup_popupContent__w1gzE .DeletePopup_buttons__PUmkR button.DeletePopup_delete__aO3cj{background:#ee3737}.DeletePopup_deletePopup__eZpV8 .DeletePopup_popupContent__w1gzE .DeletePopup_buttons__PUmkR button.DeletePopup_cancel__KIg31{background:#3b3b3b}.DeletePopup_deletePopup__eZpV8 .DeletePopup_popupContent__w1gzE .DeletePopup_buttons__PUmkR button.DeletePopup_disabled__l9lK1{background:#3b3b3b;cursor:not-allowed}.NewBrand_newBrand__h6O5R{align-items:flex-start;background:#222;border-radius:16px;display:flex;flex-direction:row;font-family:Inter,sans-serif;gap:10px;height:auto;margin-top:40px;max-width:1280px;width:100%}.NewBrand_newBrand__h6O5R .NewBrand_slideSection__i8A1y{align-items:center;background:linear-gradient(180deg,#5d7fff,#3b55b6);border-bottom-left-radius:16px;border-top-left-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;width:340px}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;padding:20px;width:100%}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_titleSection__UXRSk{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_titleSection__UXRSk .NewBrand_subtitle__3JnrD,.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_titleSection__UXRSk .NewBrand_title__RtZVj{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;margin:0;padding:0;width:100%}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_titleSection__UXRSk .NewBrand_title__RtZVj{color:#5d7fff;font-size:34px;font-weight:600}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_titleSection__UXRSk .NewBrand_subtitle__3JnrD{color:#fafafa;display:block;font-size:16px;font-weight:400}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_testBrandButton__CfLw0{background:#74747440;border:none;border-radius:8px;color:#ececec;cursor:pointer;font-size:14px;font-weight:600;font-weight:500;padding:8px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_testBrandButton__CfLw0:hover{opacity:.8}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_formItem__mXei8{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:100%}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_formItem__mXei8 .NewBrand_formTitle__nF5yT{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_formItem__mXei8 input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:16px;width:100%}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_formItem__mXei8 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;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:0 16px;width:100%}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_formItem__mXei8.NewBrand_countryCode__0Oc86{max-width:300px}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_formItem__mXei8 .NewBrand_radioList__w0F9K{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:auto;width:100%}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_formItem__mXei8 .NewBrand_radioList__w0F9K .NewBrand_radioItem__Cmcy7{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:4px}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_formItem__mXei8 .NewBrand_radioList__w0F9K .NewBrand_radioItem__Cmcy7 .NewBrand_cirlce__S9ZQx{align-items:center;background:#2d2d2d;border:1px solid #2e2e2e;border-radius:50%;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:24px;justify-content:center;margin-right:2px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;transition:.3s;width:24px}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_formItem__mXei8 .NewBrand_radioList__w0F9K .NewBrand_radioItem__Cmcy7 .NewBrand_cirlce__S9ZQx:before{align-items:center;background:#5d7fff;border-radius:50%;content:"";display:flex;flex-direction:row;height:12px;justify-content:center;max-height:12px;max-width:12px;min-height:12px;min-width:12px;opacity:0;transition:.3s;width:12px}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_formItem__mXei8 .NewBrand_radioList__w0F9K .NewBrand_radioItem__Cmcy7.NewBrand_selected__aOKK1 .NewBrand_cirlce__S9ZQx{border:1px solid #5d7fff}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_formItem__mXei8 .NewBrand_radioList__w0F9K .NewBrand_radioItem__Cmcy7.NewBrand_selected__aOKK1 .NewBrand_cirlce__S9ZQx:before{opacity:1}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_saveBtn__ijFoG{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;justify-content:center;margin-left:auto;margin-top:10px;outline:none;padding:8px 24px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.NewBrand_newBrand__h6O5R .NewBrand_formSection__q5C5t .NewBrand_formContent__wH\+VW .NewBrand_formLine__IllVk .NewBrand_saveBtn__ijFoG:hover{opacity:.8}@media(max-width:720px){.NewBrand_newBusiness__mKqmC{flex-direction:column}.NewBrand_newBusiness__mKqmC .NewBrand_slideSection__i8A1y{border-bottom-left-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;height:auto;width:100%}.NewBrand_newBusiness__mKqmC .NewBrand_slideSection__i8A1y img{height:30px}.NewBrand_newBusiness__mKqmC .NewBrand_formSection__q5C5t{border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:auto;width:100%}.NewBrand_newBusiness__mKqmC .NewBrand_formSection__q5C5t .NewBrand_titleSection__UXRSk .NewBrand_title__RtZVj{font-size:24px}.NewBrand_newBusiness__mKqmC .NewBrand_formSection__q5C5t .NewBrand_titleSection__UXRSk .NewBrand_subtitle__3JnrD{font-size:14px}}.BrandType_brandType__Iau8f{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.BrandType_brandType__Iau8f .BrandType_formLine__Xgdgp{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%}.BrandType_brandType__Iau8f .BrandType_formLine__Xgdgp .BrandType_formItem__\+QEqP{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.BrandType_brandType__Iau8f .BrandType_formLine__Xgdgp .BrandType_formItem__\+QEqP .BrandType_formTitle__BtXZv{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.BrandType_brandType__Iau8f .BrandType_formLine__Xgdgp .BrandType_formItem__\+QEqP input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:16px;width:100%}.BrandType_brandType__Iau8f .BrandType_formLine__Xgdgp .BrandType_formItem__\+QEqP 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;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:0 16px;width:100%}.BrandType_brandType__Iau8f .BrandType_formLine__Xgdgp .BrandType_formItem__\+QEqP.BrandType_countryCode__BnXdG{max-width:300px}.BrandType_brandType__Iau8f .BrandType_formLine__Xgdgp .BrandType_saveBtn__z243u{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;justify-content:center;margin-left:auto;margin-top:10px;outline:none;padding:8px 24px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.BrandType_brandType__Iau8f .BrandType_formLine__Xgdgp .BrandType_saveBtn__z243u:hover{opacity:.8}.BrandType_brandType__Iau8f .BrandType_sectionTitle__yAVNj{color:#5d7fff;font-size:18px;font-weight:500;margin:30px 0 0}@media(max-width:920px){.BrandType_brandType__Iau8f .BrandType_formLine__Xgdgp{flex-direction:column}}.UploadPhoto_uploadPhoto__dwmXt{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;width:100%}.UploadPhoto_uploadPhoto__dwmXt .UploadPhoto_currentPhoto__LO8Vl{border-radius:6px;box-sizing:border-box;height:50px;max-height:50px;max-width:50px;min-height:50px;min-width:50px;object-fit:cover;width:50px}.UploadPhoto_uploadPhoto__dwmXt .UploadPhoto_uploadBtn__TooXp{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__dwmXt .UploadPhoto_uploadBtn__TooXp:hover{opacity:.8}.UploadPhoto_uploadPhoto__dwmXt input[type=file]{display:none}.BusinessSettings_businessSettings__QfWIl{align-items:flex-start;background:#222;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:row;font-family:Inter,sans-serif;gap:10px;height:auto;margin-top:40px;max-width:1280px;min-height:400px;padding:12px;width:100%}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_slideSection__JZE1A{align-items:center;background:linear-gradient(180deg,#5d7fff,#3b55b6);border-bottom-left-radius:16px;border-top-left-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;width:340px}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;padding:20px;width:100%}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_titleSection__mjVb5{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_titleSection__mjVb5 .BusinessSettings_subtitle__EhxQ3,.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_titleSection__mjVb5 .BusinessSettings_title__2v16L{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;margin:0;padding:0;width:100%}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_titleSection__mjVb5 .BusinessSettings_title__2v16L{color:#5d7fff;font-size:34px;font-weight:600}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_titleSection__mjVb5 .BusinessSettings_subtitle__EhxQ3{color:#fafafa;font-size:16px;font-weight:400}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_formItem__b4Hmo{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_formItem__b4Hmo .BusinessSettings_formTitle__FTiHn{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_formItem__b4Hmo input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:16px;width:100%}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_formItem__b4Hmo 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;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:0 16px;width:100%}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_formItem__b4Hmo.BusinessSettings_countryCode__2\+dcA{max-width:300px}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_formItem__b4Hmo .BusinessSettings_radioList__Xaazj{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:auto;width:100%}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_formItem__b4Hmo .BusinessSettings_radioList__Xaazj .BusinessSettings_radioItem__yEbTi{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:4px}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_formItem__b4Hmo .BusinessSettings_radioList__Xaazj .BusinessSettings_radioItem__yEbTi .BusinessSettings_cirlce__DLuy5{align-items:center;background:#333;border:1px solid #323232;border-radius:50%;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:26px;justify-content:center;margin-right:2px;max-height:26px;max-width:26px;min-height:26px;min-width:26px;transition:.3s;width:26px}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_formItem__b4Hmo .BusinessSettings_radioList__Xaazj .BusinessSettings_radioItem__yEbTi .BusinessSettings_cirlce__DLuy5:before{align-items:center;background:#5d7fff;border-radius:50%;content:"";display:flex;flex-direction:row;height:13px;justify-content:center;max-height:13px;max-width:13px;min-height:13px;min-width:13px;opacity:0;transition:.3s;width:13px}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_formItem__b4Hmo .BusinessSettings_radioList__Xaazj .BusinessSettings_radioItem__yEbTi.BusinessSettings_selected__u61\+y .BusinessSettings_cirlce__DLuy5{border:1px solid #5d7fff}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_formItem__b4Hmo .BusinessSettings_radioList__Xaazj .BusinessSettings_radioItem__yEbTi.BusinessSettings_selected__u61\+y .BusinessSettings_cirlce__DLuy5:before{opacity:1}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_saveBtn__CHzqo{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;justify-content:center;margin-left:auto;margin-top:10px;outline:none;padding:8px 24px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.BusinessSettings_businessSettings__QfWIl .BusinessSettings_formSection__RpSCR .BusinessSettings_formContent__l7b6k .BusinessSettings_formLine__YTU8S .BusinessSettings_saveBtn__CHzqo:hover{opacity:.8}@media(max-width:720px){.BusinessSettings_newBusiness__EKkOa{flex-direction:column}.BusinessSettings_newBusiness__EKkOa .BusinessSettings_slideSection__JZE1A{border-bottom-left-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;height:auto;width:100%}.BusinessSettings_newBusiness__EKkOa .BusinessSettings_slideSection__JZE1A img{height:30px}.BusinessSettings_newBusiness__EKkOa .BusinessSettings_formSection__RpSCR{border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:auto;width:100%}.BusinessSettings_newBusiness__EKkOa .BusinessSettings_formSection__RpSCR .BusinessSettings_titleSection__mjVb5 .BusinessSettings_title__2v16L{font-size:24px}.BusinessSettings_newBusiness__EKkOa .BusinessSettings_formSection__RpSCR .BusinessSettings_titleSection__mjVb5 .BusinessSettings_subtitle__EhxQ3{font-size:14px}}.BrandType_brandType__04Xx1{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.BrandType_brandType__04Xx1 .BrandType_formLine__OW6MW{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%}.BrandType_brandType__04Xx1 .BrandType_formLine__OW6MW .BrandType_formItem__85nvi{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.BrandType_brandType__04Xx1 .BrandType_formLine__OW6MW .BrandType_formItem__85nvi .BrandType_formTitle__f3TdB{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.BrandType_brandType__04Xx1 .BrandType_formLine__OW6MW .BrandType_formItem__85nvi input{padding:16px}.BrandType_brandType__04Xx1 .BrandType_formLine__OW6MW .BrandType_formItem__85nvi input,.BrandType_brandType__04Xx1 .BrandType_formLine__OW6MW .BrandType_formItem__85nvi select{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;pointer-events:none;width:100%}.BrandType_brandType__04Xx1 .BrandType_formLine__OW6MW .BrandType_formItem__85nvi select{align-items:center;cursor:pointer;display:flex;flex-direction:row;padding:0 16px}.BrandType_brandType__04Xx1 .BrandType_formLine__OW6MW .BrandType_formItem__85nvi.BrandType_countryCode__AD5xp{max-width:300px}.BrandType_brandType__04Xx1 .BrandType_formLine__OW6MW .BrandType_saveBtn__23JJd{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;justify-content:center;margin-left:auto;margin-top:10px;outline:none;padding:8px 24px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.BrandType_brandType__04Xx1 .BrandType_formLine__OW6MW .BrandType_saveBtn__23JJd:hover{opacity:.8}.BrandType_brandType__04Xx1 .BrandType_sectionTitle__Mkhym{color:#5d7fff;font-size:18px;font-weight:500;margin:30px 0 0}@media(max-width:920px){.BrandType_brandType__04Xx1 .BrandType_formLine__OW6MW{flex-direction:column}}.BillingDetails_billingDetails__w7SPQ{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.BillingDetails_billingDetails__w7SPQ .BillingDetails_formSecondTitle__qjPaw{color:#5d7fff;font-size:16px;font-weight:500;margin:30px 0 0}.BillingDetails_billingDetails__w7SPQ .BillingDetails_formLine__nGNGd{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%}.BillingDetails_billingDetails__w7SPQ .BillingDetails_formLine__nGNGd .BillingDetails_formItem__CWV9X{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:100%}.BillingDetails_billingDetails__w7SPQ .BillingDetails_formLine__nGNGd .BillingDetails_formItem__CWV9X .BillingDetails_formTitle__ll46l{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.BillingDetails_billingDetails__w7SPQ .BillingDetails_formLine__nGNGd .BillingDetails_formItem__CWV9X input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:16px;pointer-events:none;width:100%}.BillingDetails_billingDetails__w7SPQ .BillingDetails_formLine__nGNGd .BillingDetails_formItem__CWV9X 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;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:0 16px;pointer-events:none;width:100%}.BillingDetails_billingDetails__w7SPQ .BillingDetails_formLine__nGNGd .BillingDetails_formItem__CWV9X.BillingDetails_countryCode__hgteb{max-width:300px}.BillingDetails_billingDetails__w7SPQ .BillingDetails_formLine__nGNGd .BillingDetails_saveBtn__C-pvl{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;justify-content:center;margin-left:auto;margin-top:10px;outline:none;padding:8px 24px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.BillingDetails_billingDetails__w7SPQ .BillingDetails_formLine__nGNGd .BillingDetails_saveBtn__C-pvl:hover{opacity:.8}@media(max-width:920px){.BillingDetails_billingDetails__w7SPQ .BillingDetails_formLine__nGNGd{flex-direction:column}}.AgencyType_agencyType__ndar9{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.AgencyType_agencyType__ndar9 .AgencyType_formLine__GMOJY{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%}.AgencyType_agencyType__ndar9 .AgencyType_formLine__GMOJY .AgencyType_formItem__cKX2Z{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.AgencyType_agencyType__ndar9 .AgencyType_formLine__GMOJY .AgencyType_formItem__cKX2Z .AgencyType_formTitle__psBvc{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.AgencyType_agencyType__ndar9 .AgencyType_formLine__GMOJY .AgencyType_formItem__cKX2Z input{padding:16px}.AgencyType_agencyType__ndar9 .AgencyType_formLine__GMOJY .AgencyType_formItem__cKX2Z input,.AgencyType_agencyType__ndar9 .AgencyType_formLine__GMOJY .AgencyType_formItem__cKX2Z select{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;pointer-events:none;width:100%}.AgencyType_agencyType__ndar9 .AgencyType_formLine__GMOJY .AgencyType_formItem__cKX2Z select{align-items:center;cursor:pointer;display:flex;flex-direction:row;padding:0 16px}.AgencyType_agencyType__ndar9 .AgencyType_formLine__GMOJY .AgencyType_formItem__cKX2Z.AgencyType_countryCode__2kqHh{max-width:300px}.AgencyType_agencyType__ndar9 .AgencyType_formLine__GMOJY .AgencyType_saveBtn__yM9ae{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;justify-content:center;margin-left:auto;margin-top:10px;outline:none;padding:8px 24px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AgencyType_agencyType__ndar9 .AgencyType_formLine__GMOJY .AgencyType_saveBtn__yM9ae:hover{opacity:.8}.AgencyType_agencyType__ndar9 .AgencyType_sectionTitle__mAnoR{color:#5d7fff;font-size:18px;font-weight:500;margin:30px 0 0}@media(max-width:920px){.AgencyType_brandType__9l0FP .AgencyType_formLine__GMOJY{flex-direction:column}}.MyStreamerLists_myStreamerLists__0iIxu{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.PageHeader_pageHeader__kDBAn{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;justify-content:space-between;width:100%}.PageHeader_pageHeader__kDBAn .PageHeader_title__nCRHz{color:#5d7fff;font-size:20px;font-weight:700}.PageHeader_pageHeader__kDBAn .PageHeader_createListBtn__diIbV{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;gap:4px;height:auto;outline:none;padding:10px 14px;transition:.3s;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.PageHeader_pageHeader__kDBAn .PageHeader_createListBtn__diIbV:hover{opacity:.8}@media(max-width:620px){.PageHeader_pageHeader__kDBAn{align-items:flex-start;flex-direction:column;gap:14px}.PageHeader_pageHeader__kDBAn .PageHeader_title__nCRHz{font-size:18px}.PageHeader_pageHeader__kDBAn .PageHeader_createListBtn__diIbV{font-size:14px;padding:8px 12px}}.StreamerLists_streamerLists__-kDKz{grid-gap:20px;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);grid-template-rows:auto;height:auto;width:100%}.StreamerLists_loadingContainer__nIAur{align-items:center;display:flex;height:auto;justify-content:center;width:100%}@media(max-width:1520px){.StreamerLists_streamerLists__-kDKz{grid-template-columns:repeat(3,1fr)}}@media(max-width:1220px){.StreamerLists_streamerLists__-kDKz{grid-template-columns:repeat(2,1fr)}}@media(max-width:920px){.StreamerLists_streamerLists__-kDKz{grid-template-columns:repeat(1,1fr)}}@media(max-width:768px){.StreamerLists_streamerLists__-kDKz{grid-template-columns:repeat(2,1fr)}}@media(max-width:620px){.StreamerLists_streamerLists__-kDKz{grid-template-columns:repeat(1,1fr)}}.StreamerListItem_streamerListItem__kFO-4{background:#222;border-radius:10px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:12px;height:auto;min-width:280px;padding:12px;transition:.3s;width:100%}.StreamerListItem_streamerListItem__kFO-4:hover{background:#282828}.StreamerListItem_streamerListItem__kFO-4:hover .StreamerListItem_listHeader__YU9MT{background:#303030}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listHeader__YU9MT{align-items:center;background:#282828;border-radius:4px;box-sizing:border-box;display:flex;flex-direction:row;gap:6px;height:auto;justify-content:space-between;padding:8px;transition:.3s;width:100%}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listHeader__YU9MT .StreamerListItem_listName__UtH6s{color:#fafafa;font-size:16px;font-weight:600;max-width:210px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listHeader__YU9MT .StreamerListItem_actions__4jH\+Q{position:relative}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listHeader__YU9MT .StreamerListItem_actions__4jH\+Q .StreamerListItem_moreBtn__3\+kTO{align-items:center;background:#0000;border:none;box-sizing:border-box;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;padding:0;width:24px}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listHeader__YU9MT .StreamerListItem_actions__4jH\+Q .StreamerListItem_moreBtn__3\+kTO svg{height:100%;transition:.3s;width:100%}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listHeader__YU9MT .StreamerListItem_actions__4jH\+Q .StreamerListItem_moreBtn__3\+kTO svg path{transition:.3s}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listHeader__YU9MT .StreamerListItem_actions__4jH\+Q .StreamerListItem_moreBtn__3\+kTO:hover svg path{fill:#5d7fff}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listHeader__YU9MT .StreamerListItem_actions__4jH\+Q .StreamerListItem_actionList__K77sC{background:#2c2c2c;border-radius:8px;box-shadow:0 0 4px 0 #00000040;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;padding:10px;position:absolute;right:0;top:26px;width:124px;z-index:10}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listHeader__YU9MT .StreamerListItem_actions__4jH\+Q .StreamerListItem_actionList__K77sC .StreamerListItem_actionBtn__sw5yw{align-items:center;color:#cecece;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:16px;font-weight:400;gap:6px;height:auto;transition:.3s;width:100%}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listHeader__YU9MT .StreamerListItem_actions__4jH\+Q .StreamerListItem_actionList__K77sC .StreamerListItem_actionBtn__sw5yw:hover{color:#fafafa}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listStreamers__bJM8G{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:100%}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listStreamers__bJM8G .StreamerListItem_streamerItem__0WBV\+{margin-left:-5px}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listStreamers__bJM8G .StreamerListItem_streamerItem__0WBV\+ img{border-radius:50%;box-shadow:0 0 4px 0 #0003;height:30px;max-height:30px;max-width:30px;min-height:30px;min-width:30px;object-fit:cover;width:30px}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listStreamers__bJM8G .StreamerListItem_streamerItem__0WBV\+:first-child{margin-left:0}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listStreamers__bJM8G .StreamerListItem_moreStreamers__g9x1S{align-items:center;background:#5d7fff80;border-radius:50px;color:#fafafa;display:flex;flex-direction:row;font-size:10px;font-weight:500;height:28px;justify-content:center;margin-left:-5px;max-height:28px;max-width:28px;min-height:28px;min-width:28px;width:28px}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_noStreamers__wd3Z6{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:6px;height:34px;max-height:34px;min-height:34px;width:100%}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_noStreamers__wd3Z6 img{height:28px;max-height:28px;min-height:28px}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_noStreamers__wd3Z6 span{color:#cecece;font-size:14px;font-weight:400}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listInfo__AV3d6{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;width:100%}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listInfo__AV3d6 .StreamerListItem_createdBy__kWMo6,.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listInfo__AV3d6 .StreamerListItem_createdDate__mfxGS{align-items:center;box-sizing:border-box;color:#888;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:12px;font-weight:500;gap:4px;height:auto;width:100%}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listInfo__AV3d6 .StreamerListItem_createdBy__kWMo6 img,.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listInfo__AV3d6 .StreamerListItem_createdDate__mfxGS img{border-radius:2px;height:12px;max-height:12px;max-width:12px;min-height:12px;min-width:12px;width:12px}.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listInfo__AV3d6 .StreamerListItem_createdBy__kWMo6 span,.StreamerListItem_streamerListItem__kFO-4 .StreamerListItem_listInfo__AV3d6 .StreamerListItem_createdDate__mfxGS span{color:#bdbdbd;font-size:12px;font-weight:400}@media(max-width:480px){.StreamerListItem_streamerListItem__kFO-4{min-width:100%}}.StreamerListPage_streamerListPage__Z2Z4W{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.StreamerListPage_loadingContainer__xTuOe{align-items:center;display:flex;height:auto;justify-content:center;width:100%}.PageHeader_pageHeader__LIIQG{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.PageHeader_pageHeader__LIIQG .PageHeader_importStreamersWrapper__EYumw{align-items:center;display:flex;flex-direction:row;gap:10px}.PageHeader_pageHeader__LIIQG .PageHeader_importStreamersWrapper__EYumw .PageHeader_csvFileInput__CAyNq{display:none}.PageHeader_pageHeader__LIIQG .PageHeader_importStreamersWrapper__EYumw .PageHeader_importStreamersBtn__Qfkr2{align-items:center;background:#313131;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;justify-content:center;outline:none;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.PageHeader_pageHeader__LIIQG .PageHeader_importStreamersWrapper__EYumw .PageHeader_importStreamersBtn__Qfkr2 svg{fill:#fafafa;height:20px;width:20px}.PageHeader_pageHeader__LIIQG .PageHeader_importStreamersWrapper__EYumw .PageHeader_importStreamersBtn__Qfkr2:hover{opacity:.8}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh{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%}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_listName__iDSRL{color:#5d7fff;font-size:26px;font-weight:700}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_listName__iDSRL input[type=text]{background:#202020;border:none;border-radius:6px;box-sizing:border-box;color:#5d7fff;font-size:26px;font-weight:700;height:auto;max-width:400px;outline:none;padding:6px 12px;transition:.3s}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_actions__BOjoL{margin-right:auto;position:relative}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_actions__BOjoL .PageHeader_moreBtn__al\+47{align-items:center;background:#0000;border:none;box-sizing:border-box;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;padding:0;width:24px}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_actions__BOjoL .PageHeader_moreBtn__al\+47 svg{height:100%;transition:.3s;width:100%}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_actions__BOjoL .PageHeader_moreBtn__al\+47 svg path{transition:.3s}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_actions__BOjoL .PageHeader_moreBtn__al\+47:hover svg path{fill:#fafafa}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_actions__BOjoL .PageHeader_actionList__nNiM9{background:#2c2c2c;border-radius:8px;box-shadow:0 0 4px 0 #00000040;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;padding:10px;position:absolute;right:0;top:26px;width:124px;z-index:10}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_actions__BOjoL .PageHeader_actionList__nNiM9 .PageHeader_actionBtn__Uzy-g{align-items:center;color:#cecece;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:16px;font-weight:400;gap:6px;height:auto;transition:.3s;width:100%}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_actions__BOjoL .PageHeader_actionList__nNiM9 .PageHeader_actionBtn__Uzy-g:hover{color:#fafafa}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_newCampaignWithListBtn__QAjyj{align-items:center;background:#5d7fff;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;justify-content:center;outline:none;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_newCampaignWithListBtn__QAjyj svg{fill:#fafafa;height:20px;width:20px}.PageHeader_pageHeader__LIIQG .PageHeader_listHeader__H47Oh .PageHeader_newCampaignWithListBtn__QAjyj:hover{opacity:.8}.PageHeader_pageHeader__LIIQG .PageHeader_listInfo__odebl{box-sizing:border-box;display:flex;flex-direction:column;gap:8px;height:auto;width:100%}.PageHeader_pageHeader__LIIQG .PageHeader_listInfo__odebl .PageHeader_createdBy__eJ8Cm,.PageHeader_pageHeader__LIIQG .PageHeader_listInfo__odebl .PageHeader_createdDate__198tF{align-items:center;box-sizing:border-box;color:#888;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;font-weight:500;gap:4px;height:auto;width:100%}.PageHeader_pageHeader__LIIQG .PageHeader_listInfo__odebl .PageHeader_createdBy__eJ8Cm img,.PageHeader_pageHeader__LIIQG .PageHeader_listInfo__odebl .PageHeader_createdDate__198tF img{border-radius:2px;height:14px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;object-fit:cover;width:14px}.PageHeader_pageHeader__LIIQG .PageHeader_listInfo__odebl .PageHeader_createdBy__eJ8Cm span,.PageHeader_pageHeader__LIIQG .PageHeader_listInfo__odebl .PageHeader_createdDate__198tF span{color:#bdbdbd;font-size:14px;font-weight:400}.PageHeader_pageHeader__LIIQG .PageHeader_editActions__ciMnE{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;justify-content:flex-end;margin-top:10px;width:100%}.PageHeader_pageHeader__LIIQG .PageHeader_editActions__ciMnE button{align-items:center;background:#2c2c2c;border:none;border-radius:6px;box-sizing:border-box;color:#cecece;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:6px;justify-content:center;outline:none;padding:8px 16px;transition:.3s}.PageHeader_pageHeader__LIIQG .PageHeader_editActions__ciMnE button.PageHeader_saveBtn__6MstS{background:#5d7fff;color:#fafafa}.PageHeader_pageHeader__LIIQG .PageHeader_editActions__ciMnE button.PageHeader_removeBtn__DkZYp{background:#ee3737;color:#fafafa;margin-right:auto}.PageHeader_pageHeader__LIIQG .PageHeader_editActions__ciMnE button:hover{opacity:.8}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc{background:#000000b3;box-sizing:border-box;color:#fafafa;height:100vh;left:0;overflow:auto;padding:20px;position:fixed;top:0;width:100%;z-index:101}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx{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:460px;padding:16px;position:relative;right:0;top:0;width:100%}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_title__TMq1k{color:#5d7fff;font-size:18px;font-weight:500}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_title__TMq1k .ImportStreamersCsvPopup_closeBtn__yXOIv{align-items:center;background:#0000;border:none;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;float:right;justify-content:center}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_title__TMq1k .ImportStreamersCsvPopup_closeBtn__yXOIv svg{height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_title__TMq1k .ImportStreamersCsvPopup_closeBtn__yXOIv svg path{transition:.3s}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_title__TMq1k .ImportStreamersCsvPopup_closeBtn__yXOIv:hover svg path{fill:#fafafa}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_description__8bLT0{color:#fafafa;font-size:14px;font-weight:400;margin-bottom:6px}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_downloadCsvBtn__Q8O4W{align-items:center;background:#313131;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;justify-content:center;outline:none;padding:10px 16px;transition:.3s;width:100%}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_downloadCsvBtn__Q8O4W svg{fill:#fafafa;height:20px;width:20px}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_downloadCsvBtn__Q8O4W:hover{opacity:.8}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_csvFileInput__n6aN\+{display:none}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx hr{border:1px solid #313131;margin:6px 0}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_importBtn__52e8w{align-items:center;background:#5d7fff;border:none;border-radius:6px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;justify-content:center;outline:none;padding:10px 16px;transition:.3s;width:100%}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_importBtn__52e8w svg{fill:#fafafa;height:20px;width:20px}.ImportStreamersCsvPopup_importStreamersCsvPopup__KcHlc .ImportStreamersCsvPopup_popupContent__CkmGx .ImportStreamersCsvPopup_importBtn__52e8w:hover{opacity:.8}.StreamerList_streamerList__4hnJF{grid-gap:20px;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:repeat(5,1fr);grid-template-rows:auto;height:auto;width:100%}.StreamerList_noStreamers__sobU5{align-items:center;background:linear-gradient(180deg,#222,#1e1e1e);border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;height:400px;justify-content:center;padding:10px;width:100%}.StreamerList_noStreamers__sobU5 .StreamerList_title__o5d4G{color:#fafafa;font-size:24px;font-weight:500;text-align:center}.StreamerList_noStreamers__sobU5 .StreamerList_desc__4o3Hf{color:#959595;font-size:20px;text-align:center}.StreamerList_noStreamers__sobU5 .StreamerList_desc__4o3Hf .StreamerList_navigateText__MVlMn{color:#5d7fff;cursor:pointer;font-weight:500;text-decoration:underline;transition:.3s}.StreamerList_noStreamers__sobU5 .StreamerList_desc__4o3Hf .StreamerList_navigateText__MVlMn:hover{opacity:.8}.StreamerList_loadingContainer__p3yBB{align-items:center;display:flex;height:auto;justify-content:center;width:100%}@media(max-width:1380px){.StreamerList_streamerList__4hnJF{grid-template-columns:repeat(4,1fr)}}@media(max-width:1168px){.StreamerList_streamerList__4hnJF{grid-template-columns:repeat(3,1fr)}}@media(max-width:950px){.StreamerList_streamerList__4hnJF{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.StreamerList_streamerList__4hnJF{grid-template-columns:repeat(3,1fr)}}@media(max-width:670px){.StreamerList_streamerList__4hnJF{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.StreamerList_streamerList__4hnJF{grid-template-columns:repeat(1,1fr)}}.StreamerListItem_streamerListItem__MKBow{background:linear-gradient(180deg,#222,#1e1e1e);border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:10px;width:100%}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:8px;height:auto;width:100%}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_avatar__fcStG{align-items:center;display:flex;flex-direction:row;justify-content:center}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_avatar__fcStG img{border-radius:50%;height:38px;max-height:38px;max-width:38px;min-height:38px;min-width:38px;object-fit:cover;width:38px}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_details__7PBFP{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;position:relative;width:100%}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_details__7PBFP .StreamerListItem_streamerName__Q6P0M{align-items:center;color:#fff;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_details__7PBFP .StreamerListItem_streamerName__Q6P0M img{height:14px;max-height:14px;min-height:14px;object-fit:cover;width:auto}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_details__7PBFP .StreamerListItem_streamerName__Q6P0M .StreamerListItem_checkbox__iIL-C{align-items:center;background:#434343;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:18px;justify-content:center;max-height:18px;max-width:18px;min-height:18px;min-width:18px;position:absolute;right:0;top:0;transition:.3s;width:18px;z-index:2}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_details__7PBFP .StreamerListItem_streamerName__Q6P0M .StreamerListItem_checkbox__iIL-C img{height:12px;max-height:12px;min-height:12px;object-fit:cover;opacity:0;transition:.3s;width:auto}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_details__7PBFP .StreamerListItem_streamerName__Q6P0M .StreamerListItem_checkbox__iIL-C:hover{background:#5a5a5a}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_details__7PBFP .StreamerListItem_streamerName__Q6P0M .StreamerListItem_checkbox__iIL-C.StreamerListItem_checked__vsKIV{background:#5d7fff}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_details__7PBFP .StreamerListItem_streamerName__Q6P0M .StreamerListItem_checkbox__iIL-C.StreamerListItem_checked__vsKIV img{opacity:1}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_details__7PBFP .StreamerListItem_streamerName__Q6P0M .StreamerListItem_checkbox__iIL-C.StreamerListItem_checked__vsKIV:hover{background:#5d7fff}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_details__7PBFP .StreamerListItem_section__UVlAu{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;height:auto;width:100%}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_infoSection__1C0pq .StreamerListItem_details__7PBFP .StreamerListItem_section__UVlAu .StreamerListItem_block__jzowK{align-items:center;color:#b1b1b1;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;font-weight:400;gap:4px}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_detailSection__lBbGW{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.StreamerListItem_streamerListItem__MKBow .StreamerListItem_detailSection__lBbGW .StreamerListItem_detailItem__03iUL{align-items:center;background:#2c2c2c;border-radius:4px;box-sizing:border-box;color:#b1b1b1;display:flex;flex-direction:row;font-size:12px;font-weight:500;gap:4px;padding:3px 4px}.Pagination_pagination__FZ5P\+{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__FZ5P\+ .Pagination_backBtn__ztSaB,.Pagination_pagination__FZ5P\+ .Pagination_nextBtn__SaKJ6{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__FZ5P\+ .Pagination_backBtn__ztSaB svg,.Pagination_pagination__FZ5P\+ .Pagination_nextBtn__SaKJ6 svg{fill:#fafafa;color:#fafafa;height:18px;max-height:18px;min-height:18px;width:auto}.Pagination_pagination__FZ5P\+ .Pagination_backBtn__ztSaB:hover,.Pagination_pagination__FZ5P\+ .Pagination_nextBtn__SaKJ6:hover{opacity:.8}.Pagination_pagination__FZ5P\+ .Pagination_nextBtn__SaKJ6 svg{transform:rotate(180deg)}.Pagination_pagination__FZ5P\+ .Pagination_pageNumbers__KiiVZ{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__FZ5P\+ .Pagination_pageNumbers__KiiVZ .Pagination_pageNumber__MRdpY{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__FZ5P\+ .Pagination_pageNumbers__KiiVZ .Pagination_pageNumber__MRdpY:hover{color:#fafafa}.Pagination_pagination__FZ5P\+ .Pagination_pageNumbers__KiiVZ .Pagination_pageNumber__MRdpY.Pagination_active__k\+E4q{background:#5d7fff33;border:1px solid #5d7fff;border-radius:6px;color:#fafafa}.Pagination_pagination__FZ5P\+ .Pagination_pageNumbers__KiiVZ .Pagination_pageNumber__MRdpY.Pagination_active__k\+E4q:hover{color:#fafafa}.StreamerExplorer_streamerExplorer__zn1Yi{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;gap:20px}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_filtersSection__QGcJf{box-sizing:border-box;display:flex;flex-direction:column;gap:15px;height:auto;max-width:226px;min-width:226px;width:100%}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_filtersSection__QGcJf .StreamerExplorer_sectionTitle__odnfM{align-items:center;box-sizing:border-box;color:#5d7fff;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;height:auto;justify-content:space-between;width:100%}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_filtersSection__QGcJf .StreamerExplorer_sectionTitle__odnfM .StreamerExplorer_clearBtn__cJfkN{align-items:center;background:#0000;border:none;box-sizing:border-box;color:silver;cursor:pointer;display:flex;flex-direction:row;gap:2px;height:auto;outline:none;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_filtersSection__QGcJf .StreamerExplorer_sectionTitle__odnfM .StreamerExplorer_clearBtn__cJfkN svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_filtersSection__QGcJf .StreamerExplorer_sectionTitle__odnfM .StreamerExplorer_clearBtn__cJfkN:hover{color:#fafafa}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_filtersSection__QGcJf .StreamerExplorer_applyBtn__URLzz{align-items:center;background:#5d7fff;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:600;gap:10px;justify-content:center;outline:none;padding:11px;transition:.3s}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_filtersSection__QGcJf .StreamerExplorer_applyBtn__URLzz:hover{opacity:.8}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:100%;overflow-x:auto;overflow-y:hidden;width:100%}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_even__lzRue{background:#212121}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_odd__fALE5{background:#191919}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_sortBySection__yiYug{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;height:auto;width:100%}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_sortBySection__yiYug .StreamerExplorer_searchInput__gYCGM{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;max-width:310px;position:relative;width:100%}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_sortBySection__yiYug .StreamerExplorer_searchInput__gYCGM input{align-items:center;background:#292929;border:1px solid #303030;border-radius:6px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:16px;outline:none;padding:8px 10px 8px 34px;width:100%}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_sortBySection__yiYug .StreamerExplorer_searchInput__gYCGM svg{height:16px;left:10px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;position:absolute;width:16px;z-index:1}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;width:100%}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw .StreamerExplorer_viewSectionTitle__Hk7Yb{color:#b0b0b0;font-size:12px;font-weight:400;margin-left:auto}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw button{background:#0000;border:none;cursor:pointer;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw button.StreamerExplorer_gridView__uXsdY svg{stroke-width:2px}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw button.StreamerExplorer_listView__IWqiL svg{stroke-width:1.4px}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw button.StreamerExplorer_exportCsvBtn__ukhr9{align-items:center;background:#313131;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;height:auto;justify-content:center;max-height:none;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;min-height:0;min-height:auto;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;outline:none;padding:8px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw button.StreamerExplorer_exportCsvBtn__ukhr9 svg{fill:#fafafa;height:16px;width:16px}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw button.StreamerExplorer_exportCsvBtn__ukhr9:hover{opacity:.8}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw button.StreamerExplorer_addToListBtn__11myW{align-items:center;background:#313131;border:none;border-radius:6px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;height:auto;justify-content:center;max-height:none;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;min-height:0;min-height:auto;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;outline:none;padding:8px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw button.StreamerExplorer_addToListBtn__11myW svg{fill:#fafafa;height:16px;width:16px}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw button.StreamerExplorer_addToListBtn__11myW:hover{opacity:.8}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw button svg{color:#eaeaea;height:20px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;transition:.3s;width:20px}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw button:hover{opacity:.8}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_contentSection__aJi4G .StreamerExplorer_changeViewSection__Kijiw button.StreamerExplorer_selected__E6DZs svg{color:#5d7fff}@media(max-width:868px){.StreamerExplorer_streamerExplorer__zn1Yi{flex-direction:column}.StreamerExplorer_streamerExplorer__zn1Yi .StreamerExplorer_filtersSection__QGcJf{max-height:300px;max-width:100%;min-width:100%}}.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}.Filters_filters__ruTIw{max-height:75dvh;overflow:auto;padding-right:6px}.FilterBox_filterBox__Y\+\+bP,.Filters_filters__ruTIw{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.FilterBox_filterBox__Y\+\+bP{background:#1e1e1e;border-radius:8px;max-height:180px;padding:16px}.FilterBox_filterBox__Y\+\+bP.FilterBox_searchableFilterBox__FoWfS{max-height:205px!important}.FilterBox_filterBox__Y\+\+bP .FilterBox_filterTitle__NpDnW{color:#cecece;font-size:14px;font-weight:700}.FilterBox_filterBox__Y\+\+bP .FilterBox_searchInput__zQnFg{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;position:relative;width:100%}.FilterBox_filterBox__Y\+\+bP .FilterBox_searchInput__zQnFg input[type=text]{background:#0000;border:1px solid #373737;border-radius:4px;box-sizing:border-box;color:#fafafa;font-size:14px;font-weight:400;height:auto;outline:none;padding:6px 6px 6px 32px;width:100%}.FilterBox_filterBox__Y\+\+bP .FilterBox_searchInput__zQnFg svg{left:8px;position:absolute;top:50%;transform:translateY(-50%)}.FilterBox_filterBox__Y\+\+bP .FilterBox_optionList__n5FuU{display:flex;flex-direction:column;gap:6px;height:auto;max-height:105px;overflow:auto;width:100%}.FilterBox_filterBox__Y\+\+bP .FilterBox_optionList__n5FuU .FilterBox_checkboxItem__bPbom{align-items:center;color:#cecece;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;font-weight:400;gap:8px}.FilterBox_filterBox__Y\+\+bP .FilterBox_optionList__n5FuU .FilterBox_checkboxItem__bPbom .FilterBox_platformIcon__ov7l2 img{height:14px;margin-right:-4px;max-height:14px;min-height:14px;object-fit:cover;width:auto}.FilterBox_filterBox__Y\+\+bP .FilterBox_optionList__n5FuU .FilterBox_checkboxItem__bPbom .FilterBox_checkbox__sQ8k0{align-items:center;background:#0000;border:1px solid #43434c;border-radius:2px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:16px;justify-content:center;max-height:16px;max-width:16px;min-height:16px;min-width:16px;padding:3px;transition:.3s;width:16px}.FilterBox_filterBox__Y\+\+bP .FilterBox_optionList__n5FuU .FilterBox_checkboxItem__bPbom .FilterBox_checkbox__sQ8k0 img{height:100%;object-fit:cover;opacity:0;transition:.3s;width:100%}.FilterBox_filterBox__Y\+\+bP .FilterBox_optionList__n5FuU .FilterBox_checkboxItem__bPbom .FilterBox_checkbox__sQ8k0.FilterBox_checked__XwIMf{background:#5d7fff;border:1px solid #5d7fff}.FilterBox_filterBox__Y\+\+bP .FilterBox_optionList__n5FuU .FilterBox_checkboxItem__bPbom .FilterBox_checkbox__sQ8k0.FilterBox_checked__XwIMf img{opacity:1}.FilterBox_filterBox__Y\+\+bP .FilterBox_optionList__n5FuU .FilterBox_checkboxItem__bPbom .FilterBox_checkbox__sQ8k0:hover{background:#43434c}.FilterBox_filterBox__Y\+\+bP .FilterBox_optionList__n5FuU .FilterBox_checkboxItem__bPbom .FilterBox_checkbox__sQ8k0:hover.FilterBox_checked__XwIMf{background:#5d7fff}.FilterBox_filterBox__Y\+\+bP .FilterBox_radioList__tZutK{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:space-between;width:100%}.FilterBox_filterBox__Y\+\+bP .FilterBox_radioList__tZutK .FilterBox_radioItem__z2i\+y{align-items:center;border:1px solid #595959;box-sizing:border-box;color:#cecece;cursor:pointer;display:flex;flex-direction:row;font-size:12px;font-weight:400;height:auto;justify-content:center;padding:4px;transition:.3s;white-space:nowrap;width:100%}.FilterBox_filterBox__Y\+\+bP .FilterBox_radioList__tZutK .FilterBox_radioItem__z2i\+y:first-child{border-radius:4px 0 0 4px}.FilterBox_filterBox__Y\+\+bP .FilterBox_radioList__tZutK .FilterBox_radioItem__z2i\+y:last-child{border-radius:0 4px 4px 0}.FilterBox_filterBox__Y\+\+bP .FilterBox_radioList__tZutK .FilterBox_radioItem__z2i\+y:hover{background:#43434c;border:1px solid #43434c}.FilterBox_filterBox__Y\+\+bP .FilterBox_radioList__tZutK .FilterBox_radioItem__z2i\+y.FilterBox_selected__egtLn{background:#5d7fff;border:1px solid #5d7fff33;color:#fafafa}.SortByItem_sortByItem__1BZN9{align-items:center;background:#1e1e1e;border:1px solid #2e2e2e;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;gap:4px;height:auto;min-height:38px;padding:8px 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.SortByItem_sortByItem__1BZN9 .SortByItem_sortByTitle__HU7xB{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:12px;font-weight:400;gap:2.6px}.SortByItem_sortByItem__1BZN9 select{background:#1e1e1e;border:none;color:#fafafa;cursor:pointer;font-size:14px;font-weight:400;outline:none}.Streamers_noData__-Qcq3{align-items:center;box-sizing:border-box;color:#959595;display:flex;flex-direction:column;font-size:24px;font-weight:400;gap:10px;height:100dvh;justify-content:center;max-height:743px;width:100%}.Streamers_noData__-Qcq3 svg{height:38px;width:38px}.Streamers_loadingWrapper__WF-dQ{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:100dvh;justify-content:center;max-height:743px;width:100%}.Streamers_streamers__\+ISp7{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(4,1fr);grid-template-rows:auto}@media(max-width:1520px){.Streamers_streamers__\+ISp7{grid-template-columns:repeat(3,1fr)}}@media(max-width:1260px){.Streamers_streamers__\+ISp7{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.Streamers_streamers__\+ISp7{grid-template-columns:repeat(1,1fr)}}@media(max-width:768px){.Streamers_streamers__\+ISp7{grid-template-columns:repeat(3,1fr)}}@media(max-width:736px){.Streamers_streamers__\+ISp7{grid-template-columns:repeat(2,1fr)}}@media(max-width:460px){.Streamers_streamers__\+ISp7{grid-template-columns:repeat(1,1fr)}}.StreamerItem_streamerItem__H0h1p{background:linear-gradient(180deg,#222,#1e1e1e);border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:10px;height:auto;padding:10px;transition:.3s;width:100%}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:8px;height:auto;width:100%}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_avatar__2U5Yq{align-items:center;display:flex;flex-direction:row;justify-content:center}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_avatar__2U5Yq img{border-radius:50%;height:38px;max-height:38px;max-width:38px;min-height:38px;min-width:38px;object-fit:cover;width:38px}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_details__upbWz{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;position:relative;width:100%}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_details__upbWz .StreamerItem_streamerName__NcKoQ{align-items:center;color:#fff;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_details__upbWz .StreamerItem_streamerName__NcKoQ .StreamerItem_oneLineWrapper__Tj-gp{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden;word-break:break-all}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_details__upbWz .StreamerItem_streamerName__NcKoQ img{height:14px;max-height:14px;min-height:14px;object-fit:cover;width:auto}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_details__upbWz .StreamerItem_streamerName__NcKoQ .StreamerItem_checkbox__sNu\+d{align-items:center;background:#434343;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:18px;justify-content:center;max-height:18px;max-width:18px;min-height:18px;min-width:18px;position:absolute;right:0;top:0;transition:.3s;width:18px;z-index:2}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_details__upbWz .StreamerItem_streamerName__NcKoQ .StreamerItem_checkbox__sNu\+d img{height:12px;max-height:12px;min-height:12px;object-fit:cover;opacity:0;transition:.3s;width:auto}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_details__upbWz .StreamerItem_streamerName__NcKoQ .StreamerItem_checkbox__sNu\+d:hover{background:#5a5a5a}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_details__upbWz .StreamerItem_streamerName__NcKoQ .StreamerItem_checkbox__sNu\+d.StreamerItem_checked__M0hU8{background:#5d7fff}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_details__upbWz .StreamerItem_streamerName__NcKoQ .StreamerItem_checkbox__sNu\+d.StreamerItem_checked__M0hU8 img{opacity:1}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_details__upbWz .StreamerItem_streamerName__NcKoQ .StreamerItem_checkbox__sNu\+d.StreamerItem_checked__M0hU8:hover{background:#5d7fff}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_details__upbWz .StreamerItem_section__LfqiZ{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;height:auto;width:100%}.StreamerItem_streamerItem__H0h1p .StreamerItem_infoSection__tk\+PN .StreamerItem_details__upbWz .StreamerItem_section__LfqiZ .StreamerItem_block__IvgIN{align-items:center;color:#b1b1b1;display:flex;flex-direction:row;flex-wrap:nowrap;font-size:14px;font-weight:400;gap:4px}.StreamerItem_streamerItem__H0h1p .StreamerItem_detailSection__gnnK0{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;height:auto;width:100%}.StreamerItem_streamerItem__H0h1p .StreamerItem_detailSection__gnnK0 .StreamerItem_detailItem__pqrFD{align-items:center;background:#2c2c2c;border-radius:4px;box-sizing:border-box;color:#b1b1b1;display:flex;flex-direction:row;font-size:12px;font-weight:500;gap:4px;padding:3px 4px}.StreamerItem_streamerItem__H0h1p .StreamerItem_detailSection__gnnK0 .StreamerItem_detailItem__pqrFD .StreamerItem_oneLineWrapper__Tj-gp{-webkit-box-orient:vertical;-webkit-line-clamp:1;display:-webkit-box;overflow:hidden;word-break:break-all}.StreamerItem_streamerItem__H0h1p:hover{opacity:.8}.CustomDataGrid_dataGrid__oCwOz{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}.StreamerProfilePage_streamerProfilePage__xP3zJ{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;width:100%}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb .StreamerProfilePage_mainSection__zJ5IP{align-items:flex-start;box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;width:100%}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb .StreamerProfilePage_mainSection__zJ5IP .StreamerProfilePage_menuSection__58F5f{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;max-width:180px;min-height:140px;width:100%}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb .StreamerProfilePage_mainSection__zJ5IP .StreamerProfilePage_menuSection__58F5f .StreamerProfilePage_backBtn__NoQiq{align-items:center;color:#868686;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;transition:.3s}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb .StreamerProfilePage_mainSection__zJ5IP .StreamerProfilePage_menuSection__58F5f .StreamerProfilePage_backBtn__NoQiq:hover{color:#fafafa}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb .StreamerProfilePage_mainSection__zJ5IP .StreamerProfilePage_menuSection__58F5f .StreamerProfilePage_streamerAvatar__YRB4E{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;width:100%}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb .StreamerProfilePage_mainSection__zJ5IP .StreamerProfilePage_menuSection__58F5f .StreamerProfilePage_streamerAvatar__YRB4E img{border-radius:50%;height:auto;max-width:130px;width:100%}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb .StreamerProfilePage_mainSection__zJ5IP .StreamerProfilePage_mainContentSection__P7gzs{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:calc(100% - 180px)}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_analyticSection__c0tTF{background:linear-gradient(180deg,#222,#1e1e1e);border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;max-width:370px;min-width:370px;padding:20px;width:100%}@media(max-width:1280px){.StreamerProfilePage_streamerProfilePage__xP3zJ{flex-direction:column}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb,.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb .StreamerProfilePage_mainSection__zJ5IP .StreamerProfilePage_mainContentSection__P7gzs{max-width:100%}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_analyticSection__c0tTF{max-width:100%;min-width:0;min-width:auto}}@media(max-width:1200px){.StreamerProfilePage_streamerProfilePage__xP3zJ,.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb .StreamerProfilePage_mainSection__zJ5IP{flex-direction:column}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb .StreamerProfilePage_mainSection__zJ5IP .StreamerProfilePage_menuSection__58F5f{max-width:100%}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb .StreamerProfilePage_mainSection__zJ5IP .StreamerProfilePage_menuSection__58F5f .StreamerProfilePage_streamerAvatar__YRB4E{justify-content:flex-start}.StreamerProfilePage_streamerProfilePage__xP3zJ .StreamerProfilePage_contentSection__CWRIb .StreamerProfilePage_mainSection__zJ5IP .StreamerProfilePage_mainContentSection__P7gzs{max-width:100%;min-width:100%}}.Menu_menu__EJpeB{gap:20px}.Menu_menu__EJpeB,.Menu_menu__EJpeB .Menu_section__QuFSz{box-sizing:border-box;display:flex;flex-direction:column;height:auto;width:100%}.Menu_menu__EJpeB .Menu_section__QuFSz{background:#1e1e1e;border-radius:12px;gap:14px;padding:16px}.Menu_menu__EJpeB .Menu_section__QuFSz .Menu_sectionTitle__5tStO{color:#cecece;font-size:16px;font-weight:700}.Menu_menu__EJpeB .Menu_section__QuFSz .Menu_itemList__-3hU6{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.Menu_menu__EJpeB .Menu_section__QuFSz .Menu_itemList__-3hU6 .Menu_item__0Pz9l{align-items:center;cursor:pointer;display:flex;flex-direction:row;flex-wrap:nowrap;gap:6px;height:auto;transition:.3s;width:100%}.Menu_menu__EJpeB .Menu_section__QuFSz .Menu_itemList__-3hU6 .Menu_item__0Pz9l .Menu_favorite__EAyHn{background:#282828;border-radius:4px;transition:.3s}.Menu_menu__EJpeB .Menu_section__QuFSz .Menu_itemList__-3hU6 .Menu_item__0Pz9l .Menu_favorite__EAyHn svg{box-sizing:border-box;color:#6d6d6d;padding:3px;transition:.3s}.Menu_menu__EJpeB .Menu_section__QuFSz .Menu_itemList__-3hU6 .Menu_item__0Pz9l .Menu_favorited__FB\+MI{background:#352426;border-radius:4px;transition:.3s}.Menu_menu__EJpeB .Menu_section__QuFSz .Menu_itemList__-3hU6 .Menu_item__0Pz9l .Menu_favorited__FB\+MI svg{box-sizing:border-box;color:#ee3f5b;padding:3px;transition:.3s}.Menu_menu__EJpeB .Menu_section__QuFSz .Menu_itemList__-3hU6 .Menu_item__0Pz9l img,.Menu_menu__EJpeB .Menu_section__QuFSz .Menu_itemList__-3hU6 .Menu_item__0Pz9l svg{align-items:center;display:flex;flex-direction:row;height:auto;justify-content:center;max-width:18px;min-width:18px;object-fit:cover;width:18px}.Menu_menu__EJpeB .Menu_section__QuFSz .Menu_itemList__-3hU6 .Menu_item__0Pz9l span{color:#cecece;font-size:16px;font-weight:400;transition:.3s}.Menu_menu__EJpeB .Menu_section__QuFSz .Menu_itemList__-3hU6 .Menu_item__0Pz9l:hover span{color:#fafafa}@media(max-width:1200px){.Menu_menu__EJpeB{flex-direction:row;gap:10px}.Menu_menu__EJpeB .Menu_section__QuFSz .Menu_itemList__-3hU6 .Menu_item__0Pz9l span{font-size:14px}}@media(max-width:300px){.Menu_menu__EJpeB{flex-direction:column}}.StreamerDetailSection_streamerDetailSection__PYRcw{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.StreamerDetailSection_streamerDetailSection__PYRcw .StreamerDetailSection_streamerName__5\+VGs{align-items:center;display:flex;flex-direction:row;gap:8px;height:auto;width:100%}.StreamerDetailSection_streamerDetailSection__PYRcw .StreamerDetailSection_streamerName__5\+VGs img{height:22px;min-height:22px;min-width:22px;width:22px}.StreamerDetailSection_streamerDetailSection__PYRcw .StreamerDetailSection_streamerName__5\+VGs span{color:#fafafa;font-size:26px;font-weight:600}.StreamerDetailSection_streamerDetailSection__PYRcw .StreamerDetailSection_streamerMainDetails__Acdr8{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.StreamerDetailSection_streamerDetailSection__PYRcw .StreamerDetailSection_streamerMainDetails__Acdr8 .StreamerDetailSection_detailItem__5bRVi{align-items:center;color:#b1b1b1;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:4px;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamerDetailSection_streamerDetailSection__PYRcw .StreamerDetailSection_streamerGeneralDetails__BvkPB{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.StreamerDetailSection_streamerDetailSection__PYRcw .StreamerDetailSection_streamerGeneralDetails__BvkPB .StreamerDetailSection_detailItem__5bRVi{align-items:center;background:#5d7fff33;border-radius:4px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:12px;font-weight:500;gap:4px;height:auto;padding:3px 4px;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamerDetailSection_streamerDetailSection__PYRcw .StreamerDetailSection_streamerBio__Yx44V{color:#e0e0e0;font-size:16px;font-weight:400;height:auto;margin-top:20px;width:100%}.StreamerInterests_streamerInterests__-FV2j{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.StreamerInterests_streamerInterests__-FV2j .StreamerInterests_sectionTitle__cPv\+X{color:#5d7fff;font-size:14px;font-weight:700}.StreamerInterests_streamerInterests__-FV2j .StreamerInterests_interestList__ZGU0u{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.StreamerInterests_streamerInterests__-FV2j .StreamerInterests_interestList__ZGU0u .StreamerInterests_noData__URjao{align-items:center;background:#25252580;border-radius:6px;box-sizing:border-box;color:#959595;display:flex;flex-direction:row;font-size:14px;font-weight:300;gap:4px;height:auto;justify-content:center;padding:8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamerInterests_streamerInterests__-FV2j .StreamerInterests_interestList__ZGU0u .StreamerInterests_noData__URjao svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.StreamerInterests_streamerInterests__-FV2j .StreamerInterests_interestList__ZGU0u .StreamerInterests_listItem__P92Di{background:#2c2c2c;border-radius:4px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:12px;font-weight:500;height:auto;padding:3px 4px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.WorkedWith_workedWith__JKS4T{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.WorkedWith_workedWith__JKS4T .WorkedWith_sectionTitle__S0aCo{color:#5d7fff;font-size:14px;font-weight:700}.WorkedWith_workedWith__JKS4T .WorkedWith_workedWithList__nScwG{align-items:center;background:#1e1e1e;border-radius:6px;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;height:auto;overflow:auto;padding:8px 10px;width:100%}.WorkedWith_workedWith__JKS4T .WorkedWith_workedWithList__nScwG .WorkedWith_noData__t2Ug3{align-items:center;background:#25252580;border-radius:6px;box-sizing:border-box;color:#959595;display:flex;flex-direction:row;font-size:14px;font-weight:300;gap:4px;height:auto;justify-content:center;padding:8px;width:100%}.WorkedWith_workedWith__JKS4T .WorkedWith_workedWithList__nScwG .WorkedWith_noData__t2Ug3 svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.WorkedWith_workedWith__JKS4T .WorkedWith_workedWithList__nScwG .WorkedWith_listItem__5A8JU{background:#2c2c2c;border-radius:4px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;flex-shrink:1;font-size:12px;font-weight:400;gap:4px;height:auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;padding:4px 6px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.WorkedWith_workedWith__JKS4T .WorkedWith_workedWithList__nScwG .WorkedWith_listItem__5A8JU img{border-radius:2px;height:16px;min-height:16px;min-width:16px;width:16px}.StreamStats_streamStats__E2IKl{background:#1e1e1e;border-radius:12px;box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;padding:16px;width:100%}.StreamStats_streamStats__E2IKl .StreamStats_noData__4gijq{align-items:center;background:#25252580;border-radius:6px;box-sizing:border-box;color:#959595;display:flex;flex-direction:row;font-size:14px;font-weight:300;gap:4px;height:auto;justify-content:center;min-height:100px;padding:8px;width:100%}.StreamStats_streamStats__E2IKl .StreamStats_noData__4gijq svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.StreamStats_streamStats__E2IKl .StreamStats_statDate__7\+LLW{color:#959595;font-size:12px;font-weight:400}.StreamStats_streamStats__E2IKl .StreamStats_statSection__7\+KdB{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:30px;height:auto;width:100%}.StreamStats_streamStats__E2IKl .StreamStats_statSection__7\+KdB .StreamStats_topCategories__q6Ti7{display:flex;flex-direction:column;gap:10px;height:auto;width:auto}.StreamStats_streamStats__E2IKl .StreamStats_statSection__7\+KdB .StreamStats_topCategories__q6Ti7 .StreamStats_title__kMZ75{align-items:center;color:#cecece;display:flex;flex-direction:row;font-size:14px;font-weight:700;gap:4px}.StreamStats_streamStats__E2IKl .StreamStats_statSection__7\+KdB .StreamStats_topCategories__q6Ti7 .StreamStats_list__YmY9u{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}.StreamStats_streamStats__E2IKl .StreamStats_statSection__7\+KdB .StreamStats_topCategories__q6Ti7 .StreamStats_list__YmY9u .StreamStats_item__8JdrF{align-items:center;border-radius:4px;display:flex;flex-direction:row;height:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.StreamStats_streamStats__E2IKl .StreamStats_statSection__7\+KdB .StreamStats_topCategories__q6Ti7 .StreamStats_list__YmY9u .StreamStats_item__8JdrF img{border-radius:4px;box-shadow:0 0 4px 0 #121212;height:60px;max-height:60px;max-width:45px;min-height:60px;min-width:45px;object-fit:contain;width:45px}.StreamStats_streamStats__E2IKl .StreamStats_statSection__7\+KdB .StreamStats_streamData__jKl4V{display:flex;flex-direction:column;gap:10px;height:auto;width:auto}.StreamStats_streamStats__E2IKl .StreamStats_statSection__7\+KdB .StreamStats_streamData__jKl4V .StreamStats_title__kMZ75{align-items:center;color:#cecece;display:flex;flex-direction:row;font-size:14px;font-weight:700;gap:4px}.StreamStats_streamStats__E2IKl .StreamStats_statSection__7\+KdB .StreamStats_streamData__jKl4V .StreamStats_data__AzZzQ{color:#5d7fff;font-size:30px;font-weight:700}.ClipSection_clipSection__XB3Y1{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.ClipSection_clipSection__XB3Y1 .ClipSection_noData__WGuRg{align-items:center;background:#25252580;border-radius:12px;box-sizing:border-box;color:#959595;display:flex;flex-direction:row;font-size:14px;font-weight:300;gap:4px;height:auto;justify-content:center;min-height:190px;padding:8px;width:100%}.ClipSection_clipSection__XB3Y1 .ClipSection_noData__WGuRg svg{height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;width:16px}.ClipSection_clipSection__XB3Y1 .ClipSection_sectionTitle__f-yUL{color:#5d7fff;font-size:16px;font-weight:700}.ClipSection_clipSection__XB3Y1 .ClipSection_clipList__zQR7y{box-sizing:border-box;display:flex;flex-direction:row;gap:25px;height:auto;overflow:auto;padding-bottom:14px;width:100%}.ClipPopup_clipPopup__l8uzk{background:#000000b3;box-sizing:border-box;color:#fafafa;height:100vh;left:0;overflow:auto;padding:20px;position:fixed;top:0;width:100%;z-index:101}.ClipPopup_clipPopup__l8uzk .ClipPopup_popupContent__ErKRq{background:#1e1e1e;border-radius:24px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;left:0;margin:30px auto;max-width:1100px;padding:25px;position:relative;right:0;top:0;width:100%}.ClipPopup_clipPopup__l8uzk .ClipPopup_popupContent__ErKRq .ClipPopup_closeBtn__M0Lg5{align-items:center;background:#0000;border:none;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;justify-content:center;position:absolute;right:25px;top:25px}.ClipPopup_clipPopup__l8uzk .ClipPopup_popupContent__ErKRq .ClipPopup_closeBtn__M0Lg5 svg path{transition:.3s}.ClipPopup_clipPopup__l8uzk .ClipPopup_popupContent__ErKRq .ClipPopup_closeBtn__M0Lg5:hover svg path{fill:#fafafa}.ClipPopup_clipPopup__l8uzk .ClipPopup_popupContent__ErKRq .ClipPopup_headerSection__NHnpA{align-items:center;display:flex;flex-direction:row;gap:10px}.ClipPopup_clipPopup__l8uzk .ClipPopup_popupContent__ErKRq .ClipPopup_headerSection__NHnpA img{border-radius:4px;height:24px;max-height:24px;max-width:24px;min-height:24px;min-width:24px;object-fit:cover;width:24px}.ClipPopup_clipPopup__l8uzk .ClipPopup_popupContent__ErKRq .ClipPopup_headerSection__NHnpA .ClipPopup_brandName__wkm2M{color:#fafafa;font-size:16px;font-weight:700}.ClipPopup_clipPopup__l8uzk .ClipPopup_popupContent__ErKRq img,.ClipPopup_clipPopup__l8uzk .ClipPopup_popupContent__ErKRq video{border-radius:12px;height:auto;width:100%}.ClipItem_clipItem__9w9AF{border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:190px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;min-height:190px;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;position:relative;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ClipItem_clipItem__9w9AF img,.ClipItem_clipItem__9w9AF video{border-radius:12px;height:100%;width:100%}.ClipItem_clipItem__9w9AF button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;filter:drop-shadow(0 0 5px rgba(28,28,28,.5));flex-direction:row;height:auto;justify-content:center;outline:none;position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2}.ClipItem_clipItem__9w9AF button.ClipItem_volumeIcon__k\+3EV{left:12px;top:12px}.ClipItem_clipItem__9w9AF button.ClipItem_fullScreen__5w\+8N{left:12px;top:12px;transition:.3s}.ClipItem_clipItem__9w9AF button.ClipItem_fullScreen__5w\+8N svg path{transition:.3s}.ClipItem_clipItem__9w9AF button.ClipItem_play__qHZ7n{left:50%;top:50%;transform:translate(-50%,-50%)}.ClipItem_clipItem__9w9AF button.ClipItem_play__qHZ7n svg,.ClipItem_clipItem__9w9AF button.ClipItem_play__qHZ7n svg path{transition:.3s}.ClipItem_clipItem__9w9AF button.ClipItem_play__qHZ7n:hover svg path{fill:#5d7fff}.ClipItem_clipItem__9w9AF.ClipItem_clipPlaying__GT-YZ button.ClipItem_play__qHZ7n{opacity:0;transition:.3s}.ClipItem_clipItem__9w9AF.ClipItem_clipPlaying__GT-YZ:hover button.ClipItem_play__qHZ7n{opacity:1;transition:.3s}.ClipItem_clipItem__9w9AF:hover button.ClipItem_fullScreen__5w\+8N{transform:scale(1.1)}.ClipItem_clipItem__9w9AF:hover button.ClipItem_fullScreen__5w\+8N svg path{fill:#5d7fff}.AddListPopup_addListPopup__u6Pwu{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#121212e6;color:#fafafa;height:100vh;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:101}.AddListPopup_addListPopup__u6Pwu .AddListPopup_popup__BaHrK{background:#1e1e1e;border-radius:24px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;left:0;margin:30px auto;max-width:800px;padding:25px;position:relative;right:0;top:0;width:100%}.AddListPopup_addListPopup__u6Pwu .AddListPopup_popup__BaHrK .AddListPopup_closePopupBtn__Gu\+mb{align-items:center;align-self:flex-end;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;width:24px}.AddListPopup_addListPopup__u6Pwu .AddListPopup_popup__BaHrK .AddListPopup_closePopupBtn__Gu\+mb svg{height:100%;width:100%}.AddListPopup_addListPopup__u6Pwu .AddListPopup_popup__BaHrK .AddListPopup_closePopupBtn__Gu\+mb svg path{transition:.3s}.AddListPopup_addListPopup__u6Pwu .AddListPopup_popup__BaHrK .AddListPopup_closePopupBtn__Gu\+mb:hover svg path{fill:#fafafa}.AddListPopup_addListPopup__u6Pwu .AddListPopup_popup__BaHrK hr{background:#323232;border:none;height:1px;width:100%}.AddListPopup_addListPopup__u6Pwu .AddListPopup_popup__BaHrK .AddListPopup_createNewListBtn__TmwdX{align-items:center;background:#252525;border-radius:12px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:10px;height:auto;padding:12px;transition:.3s;width:100%}.AddListPopup_addListPopup__u6Pwu .AddListPopup_popup__BaHrK .AddListPopup_createNewListBtn__TmwdX:hover{background:#2e2e2e}.AddListPopup_addListPopup__u6Pwu .AddListPopup_popup__BaHrK .AddListPopup_chooseTitle__\+1R82{align-items:center;color:#959595;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:5px;height:auto;width:100%}.AddListPopup_addListPopup__u6Pwu .AddListPopup_popup__BaHrK .AddListPopup_doneBtn__QTudm{align-items:center;align-self:flex-end;background:#5d7fff33;border:1px solid #5d7fff;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:auto;justify-content:center;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AddListPopup_addListPopup__u6Pwu .AddListPopup_popup__BaHrK .AddListPopup_doneBtn__QTudm:hover{background:#5d7fff}.ChooseList_chooseList__dJr89{flex-direction:column;max-height:240px;overflow:auto}.ChooseList_chooseList__dJr89,.ListItem_listItem__gwnn1{box-sizing:border-box;display:flex;gap:10px;height:auto;width:100%}.ListItem_listItem__gwnn1{align-items:center;background:#252525;border-radius:10px;flex-direction:row;flex-wrap:nowrap;padding:11px}.ListItem_listItem__gwnn1 .ListItem_checkbox__ul256{align-items:center;background:#434343;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:18px;justify-content:center;max-height:18px;max-width:18px;min-height:18px;min-width:18px;transition:.3s;width:18px;z-index:2}.ListItem_listItem__gwnn1 .ListItem_checkbox__ul256 img{height:12px;max-height:12px;min-height:12px;object-fit:cover;opacity:0;transition:.3s;width:auto}.ListItem_listItem__gwnn1 .ListItem_checkbox__ul256:hover{background:#5a5a5a}.ListItem_listItem__gwnn1 .ListItem_checkbox__ul256.ListItem_checked__5pKFi{background:#5d7fff}.ListItem_listItem__gwnn1 .ListItem_checkbox__ul256.ListItem_checked__5pKFi img{opacity:1}.ListItem_listItem__gwnn1 .ListItem_checkbox__ul256.ListItem_checked__5pKFi:hover{background:#5d7fff}.ListItem_listItem__gwnn1 .ListItem_name__ev1m\+{color:#fafafa;font-size:16px;font-weight:500;white-space:nowrap}.StreamerListDeletePopup_deletePopup__PXQMj{background:#000000b3;box-sizing:border-box;color:#fafafa;height:100vh;left:0;overflow:auto;padding:20px;position:fixed;top:0;width:100%;z-index:101}.StreamerListDeletePopup_deletePopup__PXQMj .StreamerListDeletePopup_popupContent__oIPmr{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:300px;padding:16px;position:relative;right:0;top:0;width:100%}.StreamerListDeletePopup_deletePopup__PXQMj .StreamerListDeletePopup_popupContent__oIPmr .StreamerListDeletePopup_title__9c766{color:#5d7fff;font-size:18px;font-weight:500}.StreamerListDeletePopup_deletePopup__PXQMj .StreamerListDeletePopup_popupContent__oIPmr input[type=text]{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:14px;height:auto;outline:none;padding:8px;width:100%}.StreamerListDeletePopup_deletePopup__PXQMj .StreamerListDeletePopup_popupContent__oIPmr .StreamerListDeletePopup_buttons__NYaaY{align-items:center;display:flex;flex-direction:row;gap:10px;height:auto;width:100%}.StreamerListDeletePopup_deletePopup__PXQMj .StreamerListDeletePopup_popupContent__oIPmr .StreamerListDeletePopup_buttons__NYaaY button{align-items:center;background:#121212;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%}.StreamerListDeletePopup_deletePopup__PXQMj .StreamerListDeletePopup_popupContent__oIPmr .StreamerListDeletePopup_buttons__NYaaY button:hover{opacity:.8}.StreamerListDeletePopup_deletePopup__PXQMj .StreamerListDeletePopup_popupContent__oIPmr .StreamerListDeletePopup_buttons__NYaaY button.StreamerListDeletePopup_delete__FpBsu{background:#ee3737}.StreamerListDeletePopup_deletePopup__PXQMj .StreamerListDeletePopup_popupContent__oIPmr .StreamerListDeletePopup_buttons__NYaaY button.StreamerListDeletePopup_cancel__fP5dI{background:#3b3b3b}.StreamerListDeletePopup_deletePopup__PXQMj .StreamerListDeletePopup_popupContent__oIPmr .StreamerListDeletePopup_buttons__NYaaY button.StreamerListDeletePopup_disabled__0CaCB{background:#3b3b3b;cursor:not-allowed}.AddStreamersToListPopup_addListPopup__MasU5{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#121212e6;color:#fafafa;height:100vh;left:0;overflow:auto;position:fixed;top:0;width:100%;z-index:101}.AddStreamersToListPopup_addListPopup__MasU5 .AddStreamersToListPopup_popup__DiaTo{background:#1e1e1e;border-radius:24px;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;left:0;margin:30px auto;max-width:800px;padding:25px;position:relative;right:0;top:0;width:100%}.AddStreamersToListPopup_addListPopup__MasU5 .AddStreamersToListPopup_popup__DiaTo .AddStreamersToListPopup_closePopupBtn__id2Z-{align-items:center;align-self:flex-end;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;width:24px}.AddStreamersToListPopup_addListPopup__MasU5 .AddStreamersToListPopup_popup__DiaTo .AddStreamersToListPopup_closePopupBtn__id2Z- svg{height:100%;width:100%}.AddStreamersToListPopup_addListPopup__MasU5 .AddStreamersToListPopup_popup__DiaTo .AddStreamersToListPopup_closePopupBtn__id2Z- svg path{transition:.3s}.AddStreamersToListPopup_addListPopup__MasU5 .AddStreamersToListPopup_popup__DiaTo .AddStreamersToListPopup_closePopupBtn__id2Z-:hover svg path{fill:#fafafa}.AddStreamersToListPopup_addListPopup__MasU5 .AddStreamersToListPopup_popup__DiaTo hr{background:#323232;border:none;height:1px;width:100%}.AddStreamersToListPopup_addListPopup__MasU5 .AddStreamersToListPopup_popup__DiaTo .AddStreamersToListPopup_createNewListBtn__WtrtG{align-items:center;background:#252525;border-radius:12px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:10px;height:auto;padding:12px;transition:.3s;width:100%}.AddStreamersToListPopup_addListPopup__MasU5 .AddStreamersToListPopup_popup__DiaTo .AddStreamersToListPopup_createNewListBtn__WtrtG:hover{background:#2e2e2e}.AddStreamersToListPopup_addListPopup__MasU5 .AddStreamersToListPopup_popup__DiaTo .AddStreamersToListPopup_chooseTitle__jBmzl{align-items:center;color:#959595;display:flex;flex-direction:row;font-size:16px;font-weight:400;gap:5px;height:auto;width:100%}.AddStreamersToListPopup_addListPopup__MasU5 .AddStreamersToListPopup_popup__DiaTo .AddStreamersToListPopup_doneBtn__P\+BRI{align-items:center;align-self:flex-end;background:#5d7fff33;border:1px solid #5d7fff;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;height:auto;justify-content:center;padding:8px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AddStreamersToListPopup_addListPopup__MasU5 .AddStreamersToListPopup_popup__DiaTo .AddStreamersToListPopup_doneBtn__P\+BRI:hover{background:#5d7fff}.ChooseList_chooseList__EXtpw{flex-direction:column;max-height:240px;overflow:auto}.ChooseList_chooseList__EXtpw,.ListItem_listItem__tvz5T{box-sizing:border-box;display:flex;gap:10px;height:auto;width:100%}.ListItem_listItem__tvz5T{align-items:center;background:#252525;border-radius:10px;flex-direction:row;flex-wrap:nowrap;padding:11px}.ListItem_listItem__tvz5T .ListItem_checkbox__rlni6{align-items:center;background:#434343;border-radius:4px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:18px;justify-content:center;max-height:18px;max-width:18px;min-height:18px;min-width:18px;transition:.3s;width:18px;z-index:2}.ListItem_listItem__tvz5T .ListItem_checkbox__rlni6 img{height:12px;max-height:12px;min-height:12px;object-fit:cover;opacity:0;transition:.3s;width:auto}.ListItem_listItem__tvz5T .ListItem_checkbox__rlni6:hover{background:#5a5a5a}.ListItem_listItem__tvz5T .ListItem_checkbox__rlni6.ListItem_checked__rezuv{background:#5d7fff}.ListItem_listItem__tvz5T .ListItem_checkbox__rlni6.ListItem_checked__rezuv img{opacity:1}.ListItem_listItem__tvz5T .ListItem_checkbox__rlni6.ListItem_checked__rezuv:hover{background:#5d7fff}.ListItem_listItem__tvz5T .ListItem_name__SM6-2{color:#fafafa;font-size:16px;font-weight:500;white-space:nowrap}.CampaignPollResults_pollResults__Azqx5{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:20px;width:100%}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_campaignCustomer__lIvLJ{display:flex;flex-direction:column;gap:4px}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_campaignCustomer__lIvLJ .CampaignPollResults_brandName__Y4lcC{color:#fefefe;font-size:26px;font-weight:500}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_campaignCustomer__lIvLJ .CampaignPollResults_campaignName__6h6iu{align-items:center;color:#999;display:flex;flex-direction:row;font-size:19px;gap:10px;word-break:break-all}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_campaignCustomer__lIvLJ .CampaignPollResults_campaignName__6h6iu .CampaignPollResults_editBtn__RgawS{align-items:center;background:#414141;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;justify-content:center;padding:4px 8px;transition:.3s;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;word-break:normal}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_campaignCustomer__lIvLJ .CampaignPollResults_campaignName__6h6iu .CampaignPollResults_editBtn__RgawS:hover{background:#5d7fff}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_campaignCustomer__lIvLJ .CampaignPollResults_campaignName__6h6iu .CampaignPollResults_editBtn__RgawS svg{fill:#fafafa;color:#fafafa;height:16px;max-height:16px;min-height:16px;width:auto}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs{box-sizing:border-box;display:flex;flex-direction:row;gap:20px;height:auto;width:100%}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs .CampaignPollResults_leftSection__rjJRc{align-self:flex-start;background:#18181b;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;height:auto;padding:12px;width:100%}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs .CampaignPollResults_leftSection__rjJRc .CampaignPollResults_question__SJCMY{color:#5d7fff;font-size:18px;font-weight:600}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs .CampaignPollResults_leftSection__rjJRc .CampaignPollResults_options__ysvpM{box-sizing:border-box;display:flex;flex-direction:column;gap:12px;height:auto;width:100%}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs .CampaignPollResults_leftSection__rjJRc .CampaignPollResults_options__ysvpM .CampaignPollResults_option__DTyA7{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:12px;height:auto;height:34px;max-height:34px;min-height:34px;padding:8px 12px;position:relative;width:100%}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs .CampaignPollResults_leftSection__rjJRc .CampaignPollResults_options__ysvpM .CampaignPollResults_option__DTyA7 .CampaignPollResults_optionText__sLF1U{color:#fafafa;font-size:16px;font-weight:500;z-index:2}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs .CampaignPollResults_leftSection__rjJRc .CampaignPollResults_options__ysvpM .CampaignPollResults_option__DTyA7 .CampaignPollResults_optionPercentage__HJUTF{color:silver;font-size:12px;font-weight:500;z-index:2}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs .CampaignPollResults_leftSection__rjJRc .CampaignPollResults_options__ysvpM .CampaignPollResults_option__DTyA7 .CampaignPollResults_optionVotes__yMAHm{align-items:center;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:2}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs .CampaignPollResults_leftSection__rjJRc .CampaignPollResults_options__ysvpM .CampaignPollResults_option__DTyA7 .CampaignPollResults_optionPercentageFill__qIF\+9{background:#242427;border-radius:10px;height:100%;left:0;position:absolute;top:0;z-index:1}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs .CampaignPollResults_leftSection__rjJRc .CampaignPollResults_totalVotes__\+ltHI{align-items:center;border-top:1px solid #242427;box-sizing:border-box;color:#fafafa;display:flex;flex-direction:row;font-size:16px;font-weight:500;gap:4px;height:auto;margin-top:4px;padding-top:16px;width:100%}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs .CampaignPollResults_rightSection__45MLG{align-self:flex-start;background:#18181b;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;height:auto;padding:12px;width:100%}@media(max-width:1190px){.CampaignPollResults_pollResults__Azqx5,.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs{flex-direction:column}.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs .CampaignPollResults_leftSection__rjJRc,.CampaignPollResults_pollResults__Azqx5 .CampaignPollResults_pollResultsContainer__9Bkcs .CampaignPollResults_rightSection__45MLG{width:100%}}.CampaignClips_campaignClips__fkejy{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;padding:20px;width:100%}.CampaignClips_campaignClips__fkejy .CampaignClips_campaignCustomer__EuFSa{display:flex;flex-direction:column;gap:4px}.CampaignClips_campaignClips__fkejy .CampaignClips_campaignCustomer__EuFSa .CampaignClips_brandName__AkBFw{color:#fefefe;font-size:26px;font-weight:500}.CampaignClips_campaignClips__fkejy .CampaignClips_campaignCustomer__EuFSa .CampaignClips_campaignName__HvkHI{align-items:center;color:#999;display:flex;flex-direction:row;font-size:19px;gap:10px}.CampaignClips_campaignClips__fkejy .CampaignClips_campaignCustomer__EuFSa .CampaignClips_campaignName__HvkHI .CampaignClips_editBtn__68wdH{align-items:center;background:#414141;border:none;border-radius:4px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:4px;justify-content:center;padding:4px 8px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.CampaignClips_campaignClips__fkejy .CampaignClips_campaignCustomer__EuFSa .CampaignClips_campaignName__HvkHI .CampaignClips_editBtn__68wdH:hover{background:#5d7fff}.CampaignClips_campaignClips__fkejy .CampaignClips_campaignCustomer__EuFSa .CampaignClips_campaignName__HvkHI .CampaignClips_editBtn__68wdH svg{fill:#fafafa;color:#fafafa;height:16px;max-height:16px;min-height:16px;width:auto}.ClipList_clipList__-XZEr{grid-gap:20px;box-sizing:border-box;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:auto;height:auto;max-height:540px;overflow:auto;width:100%}.ClipList_noData__QF4sg{align-items:center;background:#282828;border-radius:10px;display:flex;flex-direction:column;gap:10px;height:auto;justify-content:center;max-height:340px;min-height:340px;width:100%}.ClipList_noData__QF4sg .ClipList_text__\+8co-{box-sizing:border-box;color:#8b8b8b;font-size:18px;font-weight:400;text-align:center;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ClipList_noData__QF4sg svg{fill:#8b8b8b;color:#8b8b8b;height:34px;max-height:34px;min-height:34px;width:auto}@media(max-width:768px){.ClipList_clipList__-XZEr{grid-template-columns:repeat(2,1fr)}}@media(max-width:580px){.ClipList_clipList__-XZEr{grid-template-columns:repeat(1,1fr)}}.ClipListItem_clipListItem__iUY3B{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.ClipListItem_clipListItem__iUY3B .ClipListItem_clipInfo__cFH9\+{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:6px}.ClipListItem_clipListItem__iUY3B .ClipListItem_clipInfo__cFH9\+ .ClipListItem_streamerAvatar__XsYMj{border-radius:50%;height:28px;max-height:28px;max-width:28px;min-height:28px;min-width:28px;width:28px}.ClipListItem_clipListItem__iUY3B .ClipListItem_clipInfo__cFH9\+ .ClipListItem_streamerPlatform__YzvWt{height:14px;max-height:14px;min-height:14px;width:auto}.ClipListItem_clipListItem__iUY3B .ClipListItem_clipInfo__cFH9\+ .ClipListItem_streamerName__jfWUC{color:#fafafa;font-size:16px;font-weight:500}.ClipListItem_clipListItem__iUY3B .ClipListItem_clipInfo__cFH9\+ .ClipListItem_downloadAssetBtn__juOtt{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;flex-direction:row;height:auto;justify-content:center;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ClipListItem_clipListItem__iUY3B .ClipListItem_clipInfo__cFH9\+ .ClipListItem_downloadAssetBtn__juOtt svg{fill:#ccc;height:20px;transition:.3s;width:20px}.ClipListItem_clipListItem__iUY3B .ClipListItem_clipInfo__cFH9\+ .ClipListItem_downloadAssetBtn__juOtt:hover svg{fill:#5d7fff}.ClipListItem_clipListItem__iUY3B .ClipListItem_clipContent__Wt1Bh{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:100%}.ClipListItem_clipListItem__iUY3B .ClipListItem_clipContent__Wt1Bh video{border-radius:6px;box-sizing:border-box;height:auto;width:100%}@keyframes GameModeration_liveCircleGlow__Ututs{0%{box-shadow:0 0 0 0 #f3333380}to{box-shadow:0 0 0 10px #f3333300}}.GameModeration_gameModeration__p\+Lho{background:#121212;box-sizing:border-box;display:flex;flex-direction:column;gap:24px;height:auto;width:100%}.GameModeration_header__jLS2h{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}.GameModeration_gameSwitcher__j-I8s{display:flex;gap:12px}.GameModeration_liveTestSwitchWrapper__rCYWD{align-items:center;background:#212121;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:row;gap:6px;height:auto;margin-left:auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameModeration_liveTestSwitchWrapper__rCYWD svg{color:#d9d9d9;height:12px;max-height:12px;max-width:12px;min-height:12px;min-width:12px;width:12px}.GameModeration_liveTestSwitchWrapper__rCYWD .GameModeration_switchItem__1qq8Y{align-items:center;background:#313131;border:1px solid #2f2f2f;border-radius:8px;box-sizing:border-box;color:#e0e0e0;cursor:pointer;display:flex;flex-direction:row;font-size:14px;font-weight:500;gap:6px;height:auto;min-height:36.5px;padding:6px 16px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.GameModeration_liveTestSwitchWrapper__rCYWD .GameModeration_switchItem__1qq8Y .GameModeration_liveCircle__wD8MG{animation:GameModeration_liveCircleGlow__Ututs 1.5s infinite;background:#f33;border-radius:50%;height:12px;width:12px}.GameModeration_liveTestSwitchWrapper__rCYWD .GameModeration_switchItem__1qq8Y.GameModeration_active__idRY6{background:#5d7fff33;border:1px solid #5d7fff;box-sizing:border-box;color:#fafafa}.GameModeration_gameButton__CVyCw{background:#212121;border:1px solid #2f2f2f;border-radius:8px;color:#e0e0e0;cursor:pointer;padding:12px 24px;transition:all .2s ease}.GameModeration_gameButton__CVyCw:hover{background:#2f2f2f}.GameModeration_gameButton__CVyCw.GameModeration_active__idRY6{background:#5d7fff;border-color:#5d7fff;color:#fff}.GameModeration_subHeaderContainer__F\+VXi{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:12px;height:auto;justify-content:space-between;width:100%}.GameModeration_gameContainer__TPcTe{background:#212121;border-radius:12px;box-shadow:0 2px 4px #0003;box-sizing:border-box;flex:1 1;height:auto;width:100%}.TriviaGame_loadingContainer__q8-ZF{align-items:center;display:flex;height:auto;justify-content:center;min-height:200px;width:100%}.TriviaGame_triviaGame__eeoC\+{background:#212121;border:1px solid #2f2f2f;border-radius:8px;box-shadow:0 2px 4px #0003;box-sizing:border-box;color:#e0e0e0;height:auto;width:100%}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_status__19gP0{box-sizing:border-box;font-size:14px;font-weight:500;padding:0 12px;width:100%}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_status__19gP0.TriviaGame_published__PVWGw{background:#5d7fff26;color:#5d7fff}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_status__19gP0.TriviaGame_idle__PxjlX,.TriviaGame_triviaGame__eeoC\+ .TriviaGame_status__19gP0.TriviaGame_unpublished__fgIz5{background:#2f2f2f;color:#9ca3af}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_status__19gP0.TriviaGame_loading__W9oh\+{animation:TriviaGame_pulse__fRYC- 1.5s ease-in-out infinite;background:#404040;color:#999}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_status__19gP0.TriviaGame_queued__WBrK6{background:#ffa72626;color:#ffa726}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_status__19gP0.TriviaGame_processing__o2Dnk{animation:TriviaGame_pulse__fRYC- 2s ease-in-out infinite;background:#ffa72626;color:#ffa726}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_status__19gP0.TriviaGame_processing__o2Dnk.TriviaGame_live__mhVA1{animation:TriviaGame_glow__kEW89 1.5s ease-in-out infinite;background:#4caf5026;color:#4caf50}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_status__19gP0.TriviaGame_failed__WGCZ5{background:#f4433626;color:#f44336}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_status__19gP0.TriviaGame_cancelled__IkWcR{background:#9e9e9e26;color:#9e9e9e}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_answerOptions__cM7I2{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(2,1fr);padding:16px}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_answerOptions__cM7I2 .TriviaGame_option__3fn-j{align-items:center;background:#2f2f2f;border:1px solid #404040;border-radius:8px;display:flex;padding:12px;transition:all .2s ease}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_answerOptions__cM7I2 .TriviaGame_option__3fn-j.TriviaGame_correct__wZMRN{background:#5d7fff1a;border-color:#5d7fff}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_answerOptions__cM7I2 .TriviaGame_option__3fn-j .TriviaGame_optionLabel__KzV80{align-items:center;background:#404040;border-radius:50%;color:#5d7fff;display:flex;font-weight:500;height:24px;justify-content:center;margin-right:12px;width:24px}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_answerOptions__cM7I2 .TriviaGame_option__3fn-j .TriviaGame_optionText__8s5cC{color:#e0e0e0;flex:1 1}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_answerOptions__cM7I2 .TriviaGame_option__3fn-j .TriviaGame_correctIcon__2WT5L{align-items:center;color:#5d7fff;display:flex;margin-left:8px}.TriviaGame_triviaGame__eeoC\+ .TriviaGame_publishedRow__p0PW8{background-color:#5d7fff0d}.TriviaGame_statusButton__qrdpb{min-width:100px!important;overflow:hidden;position:relative;transition:all .3s ease-in-out!important}.TriviaGame_statusButton__qrdpb.TriviaGame_idle__PxjlX:hover{box-shadow:0 4px 8px #5d7fff4d!important;transform:translateY(-1px)}.TriviaGame_statusButton__qrdpb.TriviaGame_loading__W9oh\+{background-color:#999!important;cursor:not-allowed!important}.TriviaGame_statusButton__qrdpb.TriviaGame_loading__W9oh\+:hover{background-color:#999!important;box-shadow:none!important;transform:none!important}.TriviaGame_statusButton__qrdpb.TriviaGame_queued__WBrK6{animation:TriviaGame_pulse-orange__nO1gC 2s infinite}.TriviaGame_statusButton__qrdpb.TriviaGame_queued__WBrK6:after{animation:TriviaGame_shimmer__hMTOQ 1.5s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.TriviaGame_statusButton__qrdpb.TriviaGame_processing__o2Dnk.TriviaGame_live__mhVA1{animation:TriviaGame_pulse-green__zF4FP 1.5s infinite}.TriviaGame_statusButton__qrdpb.TriviaGame_processing__o2Dnk.TriviaGame_revealing__3\+Tha{animation:TriviaGame_pulse-amber__x2mG- 1s infinite}.TriviaGame_statusButton__qrdpb:disabled{cursor:not-allowed!important}.TriviaGame_statusButton__qrdpb:disabled:hover{box-shadow:none!important;transform:none!important}@keyframes TriviaGame_pulse-orange__nO1gC{0%,to{filter:brightness(1);transform:scale(1)}50%{filter:brightness(1.1);transform:scale(1.02)}}@keyframes TriviaGame_pulse-green__zF4FP{0%,to{filter:brightness(1);transform:scale(1)}50%{filter:brightness(1.1);transform:scale(1.02)}}@keyframes TriviaGame_pulse-amber__x2mG-{0%,to{filter:brightness(1);transform:scale(1)}50%{filter:brightness(1.2);transform:scale(1.02)}}@keyframes TriviaGame_shimmer__hMTOQ{0%{left:-100%}to{left:100%}}@keyframes TriviaGame_shake__u4PU1{0%,to{transform:translateX(0)}25%{transform:translateX(-3px)}75%{transform:translateX(3px)}}@keyframes TriviaGame_pulse__fRYC-{0%,to{opacity:1}50%{opacity:.6}}@keyframes TriviaGame_glow__kEW89{0%,to{box-shadow:0 0 5px #4caf504d}50%{box-shadow:0 0 15px #4caf5099}}.ConfirmationPopup_confirmationPopup__GVNGU .ConfirmationPopup_message__q5AL4{color:#e0e0e0;font-size:16px;line-height:1.5;margin:0}.RockPaperScissors_loadingContainer__hu42n{align-items:center;display:flex;height:auto;justify-content:center;min-height:200px;width:100%}.RockPaperScissors_container__7EgZf{align-items:center;background:#212121;border-radius:8px;color:#e0e0e0;display:flex;flex-direction:column;justify-content:center;min-height:400px;padding:32px}.RockPaperScissors_title__BIvjK{color:#e0e0e0;font-size:32px;margin-bottom:48px;text-align:center}.RockPaperScissors_choices__4QLk2{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin-bottom:32px;max-width:800px;width:100%}.RockPaperScissors_choice__0yxIe{align-items:center;background:#2f2f2f;border:2px solid #404040;border-radius:12px;box-sizing:border-box;color:#e0e0e0;cursor:pointer;display:flex;flex-direction:column;font-size:24px;font-weight:600;gap:12px;justify-content:center;padding:24px;transition:all .2s ease}.RockPaperScissors_choice__0yxIe img{display:block;max-width:100px;width:100%}.RockPaperScissors_choice__0yxIe:hover{background:#404040;border-color:#5d7fff;transform:translateY(-4px)}.RockPaperScissors_choice__0yxIe.RockPaperScissors_selected__wQpgf{background:#5d7fff1a;border-color:#5d7fff;color:#5d7fff}.RockPaperScissors_countdown__pAIYG{align-items:center;display:flex;flex-direction:column;gap:24px}.RockPaperScissors_countdown__pAIYG h2{color:#e0e0e0;font-size:32px;margin:0}.RockPaperScissors_countdown__pAIYG .RockPaperScissors_timer__-7mMp{color:#5d7fff;font-size:64px;font-weight:700}.RockPaperScissors_rpsGame__Ekkwz{background:#212121;border:1px solid #2f2f2f;border-radius:8px;box-shadow:0 2px 4px #0003;box-sizing:border-box;color:#e0e0e0;height:auto;width:100%}.RockPaperScissors_rpsGame__Ekkwz .RockPaperScissors_status__co9gK{box-sizing:border-box;font-size:14px;font-weight:500;padding:0 12px;width:100%}.RockPaperScissors_rpsGame__Ekkwz .RockPaperScissors_status__co9gK.RockPaperScissors_published__gUq9R{background:#5d7fff26;color:#5d7fff}.RockPaperScissors_rpsGame__Ekkwz .RockPaperScissors_status__co9gK.RockPaperScissors_idle__\+WLR\+,.RockPaperScissors_rpsGame__Ekkwz .RockPaperScissors_status__co9gK.RockPaperScissors_unpublished__E3En2{background:#2f2f2f;color:#9ca3af}.RockPaperScissors_rpsGame__Ekkwz .RockPaperScissors_status__co9gK.RockPaperScissors_loading__sPR1i{animation:RockPaperScissors_pulse__rH6hX 1.5s ease-in-out infinite;background:#404040;color:#999}.RockPaperScissors_rpsGame__Ekkwz .RockPaperScissors_status__co9gK.RockPaperScissors_queued__IzP5I{background:#ffa72626;color:#ffa726}.RockPaperScissors_rpsGame__Ekkwz .RockPaperScissors_status__co9gK.RockPaperScissors_processing__mD2lH{animation:RockPaperScissors_pulse__rH6hX 2s ease-in-out infinite;background:#ffa72626;color:#ffa726}.RockPaperScissors_rpsGame__Ekkwz .RockPaperScissors_status__co9gK.RockPaperScissors_processing__mD2lH.RockPaperScissors_live__5564z{animation:RockPaperScissors_glow__w1ENc 1.5s ease-in-out infinite;background:#4caf5026;color:#4caf50}.RockPaperScissors_rpsGame__Ekkwz .RockPaperScissors_status__co9gK.RockPaperScissors_failed__1qVRy{background:#f4433626;color:#f44336}.RockPaperScissors_rpsGame__Ekkwz .RockPaperScissors_status__co9gK.RockPaperScissors_cancelled__hwAWA{background:#9e9e9e26;color:#9e9e9e}.RockPaperScissors_rpsGame__Ekkwz .RockPaperScissors_publishedRow__eDSnB{background-color:#5d7fff0d}.RockPaperScissors_statusButton__RzTkG{min-width:100px!important;overflow:hidden;position:relative;transition:all .3s ease-in-out!important}.RockPaperScissors_statusButton__RzTkG.RockPaperScissors_idle__\+WLR\+:hover{box-shadow:0 4px 8px #5d7fff4d!important;transform:translateY(-1px)}.RockPaperScissors_statusButton__RzTkG.RockPaperScissors_loading__sPR1i{background-color:#999!important;cursor:not-allowed!important}.RockPaperScissors_statusButton__RzTkG.RockPaperScissors_loading__sPR1i:hover{background-color:#999!important;box-shadow:none!important;transform:none!important}.RockPaperScissors_statusButton__RzTkG.RockPaperScissors_queued__IzP5I{animation:RockPaperScissors_pulse-orange__krKHK 2s infinite}.RockPaperScissors_statusButton__RzTkG.RockPaperScissors_queued__IzP5I:after{animation:RockPaperScissors_shimmer__G7eqf 1.5s infinite;background:linear-gradient(90deg,#0000,#ffffff4d,#0000);content:"";height:100%;left:-100%;position:absolute;top:0;width:100%}.RockPaperScissors_statusButton__RzTkG.RockPaperScissors_processing__mD2lH.RockPaperScissors_live__5564z{animation:RockPaperScissors_pulse-green__Ufyx- 1.5s infinite}.RockPaperScissors_statusButton__RzTkG.RockPaperScissors_processing__mD2lH.RockPaperScissors_revealing__uhlHE{animation:RockPaperScissors_pulse-amber__lq3ss 1s infinite}.RockPaperScissors_statusButton__RzTkG.RockPaperScissors_processing__mD2lH.RockPaperScissors_pendingAnswer__Pog5E{animation:RockPaperScissors_pulse-blue__SpFIg 2s infinite}.RockPaperScissors_statusButton__RzTkG:disabled{cursor:not-allowed!important}.RockPaperScissors_statusButton__RzTkG:disabled:hover{box-shadow:none!important;transform:none!important}@keyframes RockPaperScissors_pulse-orange__krKHK{0%,to{filter:brightness(1);transform:scale(1)}50%{filter:brightness(1.1);transform:scale(1.02)}}@keyframes RockPaperScissors_pulse-green__Ufyx-{0%,to{filter:brightness(1);transform:scale(1)}50%{filter:brightness(1.1);transform:scale(1.02)}}@keyframes RockPaperScissors_pulse-amber__lq3ss{0%,to{filter:brightness(1);transform:scale(1)}50%{filter:brightness(1.2);transform:scale(1.02)}}@keyframes RockPaperScissors_pulse-blue__SpFIg{0%,to{filter:brightness(1) hue-rotate(0deg);transform:scale(1)}50%{filter:brightness(1.1) hue-rotate(180deg);transform:scale(1.02)}}@keyframes RockPaperScissors_shimmer__G7eqf{0%{left:-100%}to{left:100%}}@keyframes RockPaperScissors_shake__tAnMh{0%,to{transform:translateX(0)}25%{transform:translateX(-3px)}75%{transform:translateX(3px)}}@keyframes RockPaperScissors_pulse__rH6hX{0%,to{opacity:1}50%{opacity:.6}}@keyframes RockPaperScissors_glow__w1ENc{0%,to{box-shadow:0 0 5px #4caf504d}50%{box-shadow:0 0 15px #4caf5099}}.LiveStreamChannels_loadingContainer__dIhEF{align-items:center;display:flex;height:auto;justify-content:center;width:100%}.LiveStreamChannels_liveStreamChannels__EAzya{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;justify-content:flex-start;width:100%}.LiveStreamChannels_liveStreamChannels__EAzya .LiveStreamChannels_channel__zhdEG{align-items:center;background:#212121;border:2px solid #0000;border-radius:12px;box-shadow:0 2px 4px #0003;display:flex;flex-direction:column;height:auto;justify-content:center;padding:8px 12px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.LiveStreamChannels_liveStreamChannels__EAzya .LiveStreamChannels_channel__zhdEG.LiveStreamChannels_selectable__RX-sJ{cursor:pointer}.LiveStreamChannels_liveStreamChannels__EAzya .LiveStreamChannels_channel__zhdEG.LiveStreamChannels_selectable__RX-sJ:hover{background:#313131}.LiveStreamChannels_liveStreamChannels__EAzya .LiveStreamChannels_channel__zhdEG.LiveStreamChannels_selectable__RX-sJ.LiveStreamChannels_selected__Y0nej{background:#313131;border-color:#5d7fff}.LiveStreamChannels_liveStreamChannels__EAzya .LiveStreamChannels_channel__zhdEG .LiveStreamChannels_channelHeader__-om61{align-items:center;display:flex;flex-direction:row;gap:4px;height:auto;justify-content:center;width:100%}.LiveStreamChannels_liveStreamChannels__EAzya .LiveStreamChannels_channel__zhdEG .LiveStreamChannels_channelHeader__-om61 .LiveStreamChannels_platformIcon__UMmtN{height:14px;max-height:14px;max-width:14px;min-height:14px;min-width:14px;object-fit:cover;width:14px}.LiveStreamChannels_liveStreamChannels__EAzya .LiveStreamChannels_channel__zhdEG .LiveStreamChannels_channelHeader__-om61 .LiveStreamChannels_profilePicture__vDkke{border-radius:50%;height:16px;max-height:16px;max-width:16px;min-height:16px;min-width:16px;object-fit:cover;width:16px}.LiveStreamChannels_liveStreamChannels__EAzya .LiveStreamChannels_channel__zhdEG .LiveStreamChannels_channelHeader__-om61 .LiveStreamChannels_name__wQSll{color:#fafafa;font-size:14px;font-weight:600}.LiveStreams_liveStreams__nCqiF{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;gap:10px;height:auto;margin:-10px 0 0;width:100%}.LiveStreams_liveStreams__nCqiF .LiveStreams_refreshButton__kR278{align-items:center;background:#212121;border:2px solid #313131;border-radius:50%;color:#fafafa;cursor:pointer;display:flex;height:30px;justify-content:center;max-height:30px;max-width:30px;min-height:30px;min-width:30px;transition:.3s;width:30px}.LiveStreams_liveStreams__nCqiF .LiveStreams_refreshButton__kR278 svg{transition:.3s}.LiveStreams_liveStreams__nCqiF .LiveStreams_refreshButton__kR278:hover{background:#5d7fff;border:2px solid #5d7fff}.LiveStreams_liveStreams__nCqiF .LiveStreams_refreshButton__kR278:hover svg{transform:rotate(1turn)}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a{box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;width:100%}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:6px 8px;position:relative;transition:all .2s ease}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W:hover{background:#ffffff14;border-color:#fff3}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W.LiveStreams_selected__O7zwH{background:#5d7fff33;border-color:#5d7fff80}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W .LiveStreams_platformIcon__NTDnC{flex-shrink:0;height:16px;width:16px}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W .LiveStreams_streamContent__hKa5t{display:flex;flex:1 1;flex-direction:column;gap:0;min-width:0}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W .LiveStreams_streamHeader__rN0Xd{align-items:center;display:flex;gap:8px;justify-content:space-between}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W .LiveStreams_streamStatus__STthk{align-items:center;display:flex;flex-shrink:0;font-size:12px;font-weight:600;gap:4px;letter-spacing:.5px}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W .LiveStreams_streamActions__y5Zgx{align-items:center;display:flex;flex-shrink:0;gap:8px}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W .LiveStreams_streamTime__13xz7{color:#fff9;flex-shrink:0;font-size:11px;font-weight:500}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W .LiveStreams_openStreamButton__0foqe{align-items:center;background:none;border:none;border-radius:4px;color:#fff9;cursor:pointer;display:flex;justify-content:center;padding:4px;transition:all .2s ease}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W .LiveStreams_openStreamButton__0foqe:hover{background:#ffffff1a;color:#ffffffe6}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W .LiveStreams_openStreamButton__0foqe:active{transform:scale(.95)}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W .LiveStreams_streamTitle__BMpQT{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#ffffffe6;display:-webkit-box;font-size:14px;font-weight:500;line-height:1.3;overflow:hidden;text-overflow:ellipsis}.LiveStreams_liveStreams__nCqiF .LiveStreams_liveStreamsList__bXZ\+a .LiveStreams_liveStream__kiI7W .LiveStreams_overlay__lMzPk{background:#0000;border-radius:8px;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:background .2s ease}@keyframes LiveStreams_spin__l5xHV{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.EmailVerification_emailVerification__XqDkY{background:#222;border-radius:14px;box-sizing:border-box;display:flex;flex-direction:column;margin:0 auto;max-width:757px;padding:70px;position:relative;width:100%}.EmailVerification_emailVerification__XqDkY .EmailVerification_headerPattern__kRBtj{background:#5d7fff;border-radius:14px 14px 0 0;box-sizing:border-box;display:block;height:189px;left:0;max-height:189px;min-height:189px;position:absolute;top:0;width:100%;z-index:0}.EmailVerification_emailVerification__XqDkY .EmailVerification_headerPattern__kRBtj:before{background:url(/static/media/verificationHeaderPattern.6ea473d4d548db999627.png) #d3d3d3 50%;background-color:#5d7fff;background-repeat:no-repeat;background-size:cover;border-radius:14px 14px 0 0;content:" ";display:block;height:100%;left:0;opacity:.2;position:absolute;top:0;width:100%}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk{background:#2c2c2c;border-radius:14px;box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;min-height:463px;padding:20px;position:relative;text-align:center;width:100%;z-index:2}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_logo__g6O39{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;width:100%}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_logo__g6O39 img{height:34px;max-height:34px;min-height:34px;width:auto}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_titleIcon__1rj7u{align-self:center;height:66px;max-height:66px;max-width:66px;min-height:66px;min-width:66px;width:66px}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_title__9KC9Z{box-sizing:border-box;display:flex;flex-direction:column;gap:40px;height:auto;justify-content:center;width:100%}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_contentText__nc4BH{box-sizing:border-box;display:flex;flex-direction:column;gap:25px;height:auto;justify-content:center;width:100%}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_contentText__nc4BH .EmailVerification_line__hqKrq{display:flex;flex-direction:column;gap:5px;height:auto;justify-content:center;width:100%}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_contentText__nc4BH .EmailVerification_line__hqKrq .EmailVerification_titleText__vVYdH{color:#fafafa;font-size:20px;font-weight:500;text-align:center}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_contentText__nc4BH .EmailVerification_line__hqKrq .EmailVerification_text__AfO5d{color:#b1b1b1;font-size:16px;font-weight:400}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_contentText__nc4BH .EmailVerification_line__hqKrq .EmailVerification_text__AfO5d span{color:#fafafa;font-size:16px;font-weight:400}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_actionButtons__t\+Px8{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;height:auto;justify-content:center;width:100%}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_actionButtons__t\+Px8 button{align-items:center;background:#0000;border:none;border-radius:8px;box-sizing:border-box;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-size:16px;font-weight:500;justify-content:center;padding:10px 14px;transition:.3s}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_actionButtons__t\+Px8 button.EmailVerification_resendBtn__DgQ5y{background:#5d7fff}.EmailVerification_emailVerification__XqDkY .EmailVerification_content__FCUSk .EmailVerification_actionButtons__t\+Px8 button:hover{opacity:.8}@media(max-width:767px){.EmailVerification_emailVerification__XqDkY{padding:35px}}.NewBusiness_newBusiness__1FSG-{align-items:flex-start;background:#222;border-radius:16px;box-sizing:border-box;display:flex;flex-direction:row;font-family:Inter,sans-serif;gap:10px;height:auto;margin-top:40px;max-width:1280px;min-height:400px;padding:12px;width:100%}.NewBusiness_newBusiness__1FSG- .NewBusiness_slideSection__hznaS{align-items:center;background:linear-gradient(180deg,#5d7fff,#3b55b6);border-bottom-left-radius:16px;border-top-left-radius:16px;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:center;padding:20px;width:340px}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;padding:20px;width:100%}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_titleSection__t5lnT{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_titleSection__t5lnT .NewBusiness_subtitle__GE\+Ma,.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_titleSection__t5lnT .NewBusiness_title__P1bXS{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;height:auto;margin:0;padding:0;width:100%}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_titleSection__t5lnT .NewBusiness_title__P1bXS{color:#5d7fff;font-size:34px;font-weight:600}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_titleSection__t5lnT .NewBusiness_subtitle__GE\+Ma{color:#fafafa;font-size:16px;font-weight:400}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG{box-sizing:border-box;display:flex;flex-direction:column;gap:30px;height:auto;width:100%}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_formItem__UxNm1{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_formItem__UxNm1 .NewBusiness_formTitle__abrSJ{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_formItem__UxNm1 input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:16px;width:100%}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_formItem__UxNm1 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;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:0 16px;width:100%}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_formItem__UxNm1.NewBusiness_countryCode__UURT4{max-width:300px}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_formItem__UxNm1 .NewBusiness_radioList__3l0j8{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;height:auto;width:100%}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_formItem__UxNm1 .NewBusiness_radioList__3l0j8 .NewBusiness_radioItem__h9OeG{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:4px}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_formItem__UxNm1 .NewBusiness_radioList__3l0j8 .NewBusiness_radioItem__h9OeG .NewBusiness_cirlce__NDnRa{align-items:center;background:#333;border:1px solid #323232;border-radius:50%;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;height:26px;justify-content:center;margin-right:2px;max-height:26px;max-width:26px;min-height:26px;min-width:26px;transition:.3s;width:26px}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_formItem__UxNm1 .NewBusiness_radioList__3l0j8 .NewBusiness_radioItem__h9OeG .NewBusiness_cirlce__NDnRa:before{align-items:center;background:#5d7fff;border-radius:50%;content:"";display:flex;flex-direction:row;height:13px;justify-content:center;max-height:13px;max-width:13px;min-height:13px;min-width:13px;opacity:0;transition:.3s;width:13px}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_formItem__UxNm1 .NewBusiness_radioList__3l0j8 .NewBusiness_radioItem__h9OeG.NewBusiness_selected__7ikjV .NewBusiness_cirlce__NDnRa{border:1px solid #5d7fff}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_formItem__UxNm1 .NewBusiness_radioList__3l0j8 .NewBusiness_radioItem__h9OeG.NewBusiness_selected__7ikjV .NewBusiness_cirlce__NDnRa:before{opacity:1}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_saveBtn__j0SnZ{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;justify-content:center;margin-left:auto;margin-top:10px;outline:none;padding:8px 24px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_formContent__EbObG .NewBusiness_formLine__mRaT5 .NewBusiness_saveBtn__j0SnZ:hover{opacity:.8}@media(max-width:720px){.NewBusiness_newBusiness__1FSG-{flex-direction:column}.NewBusiness_newBusiness__1FSG- .NewBusiness_slideSection__hznaS{border-bottom-left-radius:0;border-top-left-radius:16px;border-top-right-radius:16px;height:auto;width:100%}.NewBusiness_newBusiness__1FSG- .NewBusiness_slideSection__hznaS img{height:30px}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY{border-bottom-left-radius:16px;border-bottom-right-radius:16px;height:auto;width:100%}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_titleSection__t5lnT .NewBusiness_title__P1bXS{font-size:24px}.NewBusiness_newBusiness__1FSG- .NewBusiness_formSection__y3ubY .NewBusiness_titleSection__t5lnT .NewBusiness_subtitle__GE\+Ma{font-size:14px}}.BrandType_brandType__5E0SN{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.BrandType_brandType__5E0SN .BrandType_formLine__VDECT{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%}.BrandType_brandType__5E0SN .BrandType_formLine__VDECT .BrandType_formItem__wGsX0{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.BrandType_brandType__5E0SN .BrandType_formLine__VDECT .BrandType_formItem__wGsX0 .BrandType_formTitle__0-Soj{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.BrandType_brandType__5E0SN .BrandType_formLine__VDECT .BrandType_formItem__wGsX0 input{padding:16px}.BrandType_brandType__5E0SN .BrandType_formLine__VDECT .BrandType_formItem__wGsX0 input,.BrandType_brandType__5E0SN .BrandType_formLine__VDECT .BrandType_formItem__wGsX0 select{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;width:100%}.BrandType_brandType__5E0SN .BrandType_formLine__VDECT .BrandType_formItem__wGsX0 select{align-items:center;cursor:pointer;display:flex;flex-direction:row;padding:0 16px}.BrandType_brandType__5E0SN .BrandType_formLine__VDECT .BrandType_formItem__wGsX0.BrandType_countryCode__MHOJd{max-width:300px}.BrandType_brandType__5E0SN .BrandType_formLine__VDECT .BrandType_saveBtn__Ucdmd{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;justify-content:center;margin-left:auto;margin-top:10px;outline:none;padding:8px 24px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.BrandType_brandType__5E0SN .BrandType_formLine__VDECT .BrandType_saveBtn__Ucdmd:hover{opacity:.8}.BrandType_brandType__5E0SN .BrandType_sectionTitle__JUodU{color:#5d7fff;font-size:18px;font-weight:500;margin:30px 0 0}@media(max-width:920px){.BrandType_brandType__5E0SN .BrandType_formLine__VDECT{flex-direction:column}}.BillingDetails_billingDetails__NbkE4{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.BillingDetails_billingDetails__NbkE4 .BillingDetails_formSecondTitle__LafKQ{color:#5d7fff;font-size:16px;font-weight:500;margin:30px 0 0}.BillingDetails_billingDetails__NbkE4 .BillingDetails_formLine__cQFk7{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%}.BillingDetails_billingDetails__NbkE4 .BillingDetails_formLine__cQFk7 .BillingDetails_formItem__tb2yi{box-sizing:border-box;display:flex;flex-direction:column;gap:4px;height:auto;width:100%}.BillingDetails_billingDetails__NbkE4 .BillingDetails_formLine__cQFk7 .BillingDetails_formItem__tb2yi .BillingDetails_formTitle__JAjhF{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.BillingDetails_billingDetails__NbkE4 .BillingDetails_formLine__cQFk7 .BillingDetails_formItem__tb2yi input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:16px;width:100%}.BillingDetails_billingDetails__NbkE4 .BillingDetails_formLine__cQFk7 .BillingDetails_formItem__tb2yi 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;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:0 16px;width:100%}.BillingDetails_billingDetails__NbkE4 .BillingDetails_formLine__cQFk7 .BillingDetails_formItem__tb2yi.BillingDetails_countryCode__hxRMX{max-width:300px}.BillingDetails_billingDetails__NbkE4 .BillingDetails_formLine__cQFk7 .BillingDetails_saveBtn__xMm\+P{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;justify-content:center;margin-left:auto;margin-top:10px;outline:none;padding:8px 24px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.BillingDetails_billingDetails__NbkE4 .BillingDetails_formLine__cQFk7 .BillingDetails_saveBtn__xMm\+P:hover{opacity:.8}@media(max-width:920px){.BillingDetails_billingDetails__NbkE4 .BillingDetails_formLine__cQFk7{flex-direction:column}}.AgencyType_agencyType__2ccSv{box-sizing:border-box;display:flex;flex-direction:column;gap:20px;height:auto;width:100%}.AgencyType_agencyType__2ccSv .AgencyType_formLine__mOEHW{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;gap:20px;width:100%}.AgencyType_agencyType__2ccSv .AgencyType_formLine__mOEHW .AgencyType_formItem__P5XZS{box-sizing:border-box;display:flex;flex-direction:column;gap:10px;height:auto;width:100%}.AgencyType_agencyType__2ccSv .AgencyType_formLine__mOEHW .AgencyType_formItem__P5XZS .AgencyType_formTitle__abCdS{align-items:center;color:#b0b0b0;display:flex;flex-direction:row;font-size:14px}.AgencyType_agencyType__2ccSv .AgencyType_formLine__mOEHW .AgencyType_formItem__P5XZS input{background:#292929;border:1px solid #303030;border-radius:8px;box-sizing:border-box;color:#fafafa;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:16px;width:100%}.AgencyType_agencyType__2ccSv .AgencyType_formLine__mOEHW .AgencyType_formItem__P5XZS 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;font-family:Inter,sans-serif;font-size:16px;height:44px;outline:none;padding:0 16px;width:100%}.AgencyType_agencyType__2ccSv .AgencyType_formLine__mOEHW .AgencyType_formItem__P5XZS.AgencyType_countryCode__hDd05{max-width:300px}.AgencyType_agencyType__2ccSv .AgencyType_formLine__mOEHW .AgencyType_saveBtn__ANknw{align-items:center;background:#5d7fff;border:none;border-radius:8px;color:#fafafa;cursor:pointer;display:flex;flex-direction:row;font-family:Inter,sans-serif;font-weight:500;justify-content:center;margin-left:auto;margin-top:10px;outline:none;padding:8px 24px;transition:.3s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.AgencyType_agencyType__2ccSv .AgencyType_formLine__mOEHW .AgencyType_saveBtn__ANknw:hover{opacity:.8}.AgencyType_agencyType__2ccSv .AgencyType_sectionTitle__3WC0T{color:#5d7fff;font-size:18px;font-weight:500;margin:30px 0 0}@media(max-width:920px){.AgencyType_brandType__i4tP4 .AgencyType_formLine__mOEHW{flex-direction:column}}
/*# sourceMappingURL=main.f3844af6.css.map*/