.Toastify__toast-container{z-index:9999;position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;margin-left:-160px}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1;flex:1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:#ffffffb3;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes css_spinner_inner{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}.css_spinner_inner div{position:absolute;width:25px;height:25px;border:2px solid #2e5fce;border-top-color:transparent;border-radius:50%}.css_spinner_inner div{animation:css_spinner_inner .8s linear infinite;top:50%;left:50%;transform:translate(-50%,-50%)}.css_loader_spinner{width:50px;height:50px;left:50%;top:50%;position:absolute;transform:translate(-50%,-50%);display:inline-block;overflow:hidden;background:0}.css_spinner_inner{width:100%;height:100%;position:relative;transform:translateZ(0) scale(1);backface-visibility:hidden;transform-origin:0 0}.css_spinner_inner div{box-sizing:content-box}.hidden_user{cursor:none}.hidden_user .broadcast_video_view{padding:0}.hidden_user .broadcast_video_player{justify-content:flex-start}.hidden_user .broadcast_video_player .broadcast_video_canvas .video{background-color:inherit}.hidden_user .broadcast_video_player .layout1 .broadcast_particiapant_name{align-items:flex-end;border-radius:0 0 .625rem .625rem;bottom:0;color:#fff;display:inline-flex;font:normal normal .875rem/1.063rem var(--regular);height:35%;left:0;letter-spacing:0;max-height:4.125rem;padding:0;position:absolute;right:0;width:100%}.hidden_user .broadcast_video_player{background-color:#fff;display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;overflow:hidden;transition:.15s ease-in-out}.hide_chat #hubspot-messages-iframe-container,.hidden_user #hubspot-messages-iframe-container,.hidden_user .entering_stream_wraper_loader,.hidden_user ._modal{display:none!important}.popup-content{margin:auto;background:#fff;width:50%;padding:5px;border:1px solid #d7d7d7}[role=tooltip].popup-content{width:200px;box-shadow:0 0 3px #00000029;border-radius:5px}.popup-overlay{background:#00000080}[data-popup=tooltip].popup-overlay{background:transparent}.popup-arrow{-webkit-filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));filter:drop-shadow(0 -3px 3px rgba(0,0,0,.16));color:#fff;stroke-width:2px;stroke:#d7d7d7;stroke-dasharray:30px;stroke-dashoffset:-54px;inset:0}:root{--black-1000-h1: #22262A;--Sign-up-shadow: #C2F3EB;--Gray-Gray-bright-5: #B3BAC2;--Gray-Gray-bright-1: #4F5862;--theme: #0B4C51;--theme_one: #0a7bfd;--theme_dark: #072e31;--theme_dark_hover: #024044;--theme_hover: #EDFFF6;--primary: #1c2e3e;--BgBright: #fff;--white: #fff;--whiteLite: rgba(255, 255, 255, .6);--bgLite: #fafafa;--hoverNov: #fbcd2e;--headerHeight: 5rem;--pagetitleHeight: 4rem;--BgMainWrapper: #F0F0F0;--headingDark: #22262A;--txtDark: #22262A;--negative: #FF4A4A;--negative3: #FC0E35;--disabled: #B3BAC2;--paymentDue: #ed2f2f;--black_13: #646B77;--grey_6: #F1F1F2;--dark: #000;--orange_one: #FF5F19;--gray-700: #344054;--light: InterLight, sans-serif !important;--regular: InterRegular, sans-serif !important;--medium: InterMedium, sans-serif !important;--semibold: InterMedium, sans-serif !important;--semiboldone: semiboldone, sans-serif !important;--bold: InterBold, sans-serif !important;--recklessneuebold: Reckless Neue, sans-serif !important;--DefaultFontSize: 1rem;--headingFsizeLg: 1rem;--headingFsize: .875rem;--commonFsize: .75rem;--commonFsizeLg: .875rem;--inputFsize: 1rem;--rightSpaceAdjustment: 7%;--rightpartbottom: 3.4375rem;--ismobile: 0px;--gudsho-green1: #04565C;--themelight-green: #85AAAC;--black-900-h2: #2c3137;--black-800-h3: #3e454c;--black-700-p1: #4f5862;--black-600-p2: #616c77;--black-500: #7C828C;--black-400-field-empty-text: #88939e;--black-300: #9da7b0;--black-200-input-stroke-disable: #b3bac2;--black-100-stroke: #c9ced2;--black-50: #E4E5E7;--black-20: #f4f5f6;--black-10: #FBFBFB;--black-0: #ffffff;--primary-1000-header-buttons: #0B4C51;--primary-900: #52ad7e;--primary-800: #66b68d;--primary-700: #79bf9c;--primary-600: #8cc8aa;--primary-500: #9fd2b8;--primary-400: #b2dbc6;--primary-300: #c5e4d4;--primary-200: #cbe7d8;--primary-100-hover: #d6ece1;--primary-50-dd-hover: #edfff6;--primary-25: #f3fff8;--primary-0: #ffffff;--red-orange-red: #fc0e35;--red-orange-red-bg: #ffe1e7;--red-orange-orange: #ff5f19;--black-white-black: #000000;--black-white-white: #ffffff;--black-white-page-bg: #f0f0f0;--alert-success: #00ab5b;--alert-success-bg: #ecfdf3;--alert-error: #e3363b;--alert-error-bg: #fdecec;--alert-alert: #df7600;--alert-alert-bg: #fff3e7;--alert-information: #0A7BFD;--alert-information-bg: #E9F3FF;--alert-completed: #646b77;--alert-completed-bg:#ebebeb;--alert-pre-recorded-stream: #8163cb;--alert-pre-recorded-stream-bg: #eae8fe;--light-green: #e2f19a;--red-color:#ff0935;--gray-200: #EAECF0;--gray-500: #667085;--gray-900: #101828;--form-input-label-color: #010101;--primary-900-toggle-checkbox-etc: #52AD7E;--copy-input-background: #f6f6f6;--gray-phone: #6A6A6A;--sticky-table-border: #F5F5F5;--video-count: #000000B2;--instagrambutton-color: #FC0D72;--Primary-yellow: #FFD030;--primary-bright-1: #1A5A5E;--toast-info-circel-bg: #323C47;--toast-info-icon-bg: #0A7BFD;--toast-success-circel-bg: #00AB5B;--toast-success-icon-bg: #2C4A48;--toast-warning-circel-bg: #DF7600;--toast-warning-icon-bg: #4B4034;--toast-error-circel-bg: #E3363B;--toast-error-icon-bg: #493132;--border-one: #C9C9C9;--scheduled: #E7F1FC;--black-400--Field-empty-text: #88939E;--login-h3-color: #595959;--login-border:#7E8299;--login-sinin: #A3A3A3;--passward-list: #4F5579;--login-message:#242424;--Primary: #0B4C51;--secondary: #52AD7E;--successclr: #1dc070;--seconday-bright-1: #52AD7E;--seconday-bright-2: #79BF9C;--seconday-bright-3: #8CC8AA;--seconday-bright-4: #CBE7D8;--seconday-bright-5: #D6ECE1;--seconday-bright-6: #EDFFF6;--block: #22262A;--gray-bright-1: #4F5862;--gray-bright-2: #616C77;--gray-bright-3: #717F8D;--gray-bright-4: #9DA7B0;--gray-bright-5: #B3BAC2;--stroke-dark: #C9CED2;--stroke-light: #E4E5E7;--red: #E3363B;--red-bright-1: #FFE1E7;--red-bright-2: #FFEBEB;--blue: #0A7BFD;--blue-1: #0A7BFD;--blue-2: #E7F1FC;--green: #00AB5B;--green-1: #ECFDF3;--orange: #DF7600;--orange-1: #FFF3E7;--slidetoggle_active:#52AD7E;--music_bg_color: #D6ECE1;--add_music_bg: #EBEBEB;--music_name_color: #667085;--add_music_bg_color: #616C77}.popup_wrapper{width:100%;height:100%;max-height:100%;display:inline-block}.popup_wrapper.document_uploadpopup .popup_body .mediauploadtabs_body_item.mediahub label{flex-direction:column}.popup_wrapper.document_uploadpopup .popup_body .mediauploadtabs_body_item.mediahub .multiple-image .image-uploader .image-grid{align-items:center;justify-content:center}.popup_wrapper.socialconnectionlistpopup .popup_footer{display:none}.popup_wrapper.socialconnectionlistpopup .popup_body{padding:0;overflow:hidden}.popup_wrapper.socialconnectionlistpopup .popup_body .sticky-table-row .sticky-table-cell:last-child{border-bottom:none}.popup_wrapper.fb_group_connect_detail_popup .popup_heading{font-size:2rem;line-height:2.25rem;font-family:var(--bold)}.popup_wrapper.fb_group_connect_detail_popup p .note{font:1rem var(--semibold);color:var(--dark);margin-right:.25rem}.popup_wrapper.shadow{background-color:#0006}@media screen and (max-width:767px){.popup_wrapper.full_height .popup_header{border-bottom:none}.popup_wrapper.full_height .popup_inner{display:flex;align-items:start}.popup_wrapper.full_height .popup_container>div{border-radius:0}.popup_wrapper.full_height .popup_footer{display:none}}.popup{vertical-align:middle;position:relative;width:100%;height:100%;margin-left:auto;margin-right:auto}.popup_inner{display:grid;width:100%;align-content:center;height:100%;padding:0}@media screen and (max-width:767px){.popup_inner{align-content:flex-end}}@media(min-width:600px){.popup_inner{padding:1.25rem}}.popup_inner>div{display:table-cell;vertical-align:middle;width:100%;height:100%;overflow:hidden}.popup_container{margin-left:auto;margin-right:auto;height:100%}.popup_container>div{display:flex;flex-direction:column;position:relative;width:100%;min-height:18.75rem;height:100%;background-color:var(--white);border-radius:.75rem}@media screen and (max-width:767px){.popup_container>div{border-radius:.75rem;border-bottom-right-radius:0;border-bottom-left-radius:0}}.popup_header{position:relative;flex-grow:0;flex-shrink:0;padding:1rem;border-bottom:.0625rem solid #D9D9D9}@media(min-width:1366px){.popup_header{padding:1.25rem}}@media(min-width:1367px){.popup_header{padding:1.3125rem 2.5rem}}@media screen and (max-width:767px){.popup_header{padding:10px 20px}}.popup_info{padding-right:1.25rem}.popup_heading{font-size:1.75rem;line-height:2.25rem;font-family:var(--semibold);color:var(--black-1000-h1)}@media screen and (max-width:767px){.popup_heading{font:normal normal 20px/36px var(--semiboldone)}}.popup_heading .create_live_streaming_count{padding-left:.625rem}.popup .popup_desc{color:var(--black-600-p2);font-family:var(--regular);font-size:1rem;font-style:normal;line-height:150%}@media only screen and (min-width:1200px)and (max-width:1300px){.popup .popup_desc{font-size:10px}}.popup_close{display:block;margin-left:auto;width:1.5rem;height:1.5rem;flex-shrink:0;padding:0;background-color:transparent;position:absolute;top:50%;transform:translateY(-50%);right:1.5rem;color:var(--black-1000-h1)}.popup_close svg{width:100%;height:100%}.popup_close:hover{color:var(--theme)}@media screen and (max-width:767px){.popup_close{right:1rem}}.popup_body{display:flex;flex-direction:column;padding:.9375rem;overflow-y:auto;overflow-x:hidden;flex-grow:1;flex-shrink:1;max-width:100%;position:relative;transition:.15s ease-in-out}@media screen and (max-width:767px){.popup_body{scrollbar-width:none;-ms-overflow-style:none}.popup_body::-webkit-scrollbar{display:none}}@media(min-width:1024px){.popup_body{padding:1.75rem 2.5rem}}.popup_footer{flex-grow:0;flex-shrink:0;width:100%;min-height:4.5rem;border-top:.0625rem solid #D9D9D9;position:relative}.popup_footer.videodetailpopupfooter .popup_footer_left .errormessage{display:flex;gap:.5rem;align-items:center;position:relative;top:.75rem;right:.9375rem;transform:translateY(-50%);left:auto;justify-content:flex-end;width:100%;font-size:.875rem;line-height:1.125rem;font-family:var(--regular);color:var(--alert-error)}@media screen and (min-width:768px){.popup_footer.videodetailpopupfooter .popup_footer_left .errormessage{position:absolute;top:50%;justify-content:flex-start;left:1.25rem;width:50%}}.popup_footer.videodetailpopupfooter .popup_footer_left .errormessage svg{display:none;width:1.5rem;height:1.5rem}@media screen and (min-width:768px){.popup_footer.videodetailpopupfooter .popup_footer_left .errormessage svg{display:block}}.popup_footer.imagepopupfooter{display:flex}.popup_footer.imagepopupfooter .popup_footer_left{width:100%;padding:1rem;display:flex;align-items:center;justify-content:center}@media(min-width:600px){.popup_footer.imagepopupfooter .popup_footer_left{padding:1rem 1.5rem}}.popup_footer.imagepopupfooter .popup_footer_left .errormessage{display:flex;gap:.5rem;align-items:center;position:relative;width:100%;font-size:.875rem;line-height:1.125rem;font-family:var(--regular);color:var(--alert-error)}.popup_footer.imagepopupfooter .popup_footer_left .errormessage svg{display:none;width:1.5rem;height:1.5rem}@media screen and (min-width:768px){.popup_footer.imagepopupfooter .popup_footer_left .errormessage svg{display:block}}@media screen and (max-width:767px){.popup_footer.imagepopupfooter .popup_btn_group .popup_btn{width:100%}}.popup_btn_group{display:flex;width:100%;justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem}@media(min-width:600px){.popup_btn_group{padding:1rem 1.5rem}}@media screen and (max-width:767px){.popup_btn_group{justify-content:space-between;padding:18px 16px;gap:9px}}.popup_btn{transition:.15s ease-in-out;display:flex;padding:.6875rem 1rem;justify-content:center;align-items:center;border-radius:.5rem;border:.0625rem solid #D0D5DD;background:var(--White);box-shadow:0 .0625rem .125rem #1018280d;font-size:.875rem;line-height:1.125rem;font-family:var(--medium)}@media screen and (max-width:767px){.popup_btn{font-size:14px}}.popup_btn{color:var(--black-1000-h1)}@media only screen and (min-width:1200px)and (max-width:1300px){.popup_btn{font-size:11px}}@media screen and (max-width:767px){.popup_btn{width:50%;border-radius:25px}}.popup_btn.copy_active{background:var(--gudsho-green)!important;border:.0625rem solid var(--gudsho-green)!important}.popup_btn_lite{border:.0625rem solid #D0D5DD;background:var(--white);color:var(--gray-700)}.popup_btn_lite:focus-visible,.popup_btn_lite:hover{background:var(--white);color:var(--theme);border:.0625rem solid var(--theme)}.popup_btn_lite.Confirm{border-radius:.5rem;border:.0625rem solid var(--alert-error);background:#fff;color:var(--alert-error);font:.875rem var(--semibold);box-shadow:0 .0625rem .125rem #1018280d}.popup_btn_primary{background:var(--theme);color:var(--white);border:.0625rem solid var(--theme)}.popup_btn_primary:focus-visible,.popup_btn_primary:hover{background:var(--theme_dark);color:var(--white);border:.0625rem solid var(--theme_dark)}.popup.switch_to_superadmin:focus-visible,.popup.switch_to_superadmin:hover{background:transparent}.popup ._disable_action{border:.0625rem solid var(--black-200-input-stroke-disable)!important;background:var(--White, var(--black-200-input-stroke-disable))!important;color:var(--white);cursor:not-allowed}.custom_bf_hide .popup_container .popup_header,.custom_bf_hide .popup_container .popup_footer,.custom_bf_hide .popup_container .popup_body{background-color:var(--white)}.custom_bf_hide .popup_container>div{background-color:transparent}.customLabel_header h4{font-size:1.125rem;line-height:1.375rem;font-family:var(--bold);color:var(--black-1000-h1);margin-bottom:.25rem}@media screen and (max-width:767px){.customLabel_header h4{font-size:14px}}.customLabel_header p{font-size:1rem;line-height:1.25rem;font-family:var(--regular);color:#22262a;margin-bottom:.25rem}@media only screen and (min-width:1200px)and (max-width:1300px){.customLabel_header p{font-size:10px;line-height:14px}}@media screen and (max-width:767px){.customLabel_header p{font-size:12px}}.upgrade-wrapper{display:flex;margin-top:.5625rem}.upgrade-wrapper button{font:.75rem/1.125rem var(--medium);font-size:.75rem;line-height:1.125rem;font-family:var(--medium);color:var(--theme);text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;background:none}.upgrade-wrapper .upgrade-txt{font-size:.75rem;line-height:1.125rem;font-family:var(--regular);color:var(--black-600-p2)}.popup_wrapper.upgrade_popup.mini .popup_header{border-bottom:unset;padding-top:2.5rem}.popup_wrapper.upgrade_popup.mini .popup_body{padding:0 2.5rem}.popup_wrapper.upgrade_popup.mini .popup_body .body-content{display:flex;align-items:center;justify-content:center;flex-direction:column}.popup_wrapper.upgrade_popup.mini .popup_body .body-content .icon-wrapper{width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;border-radius:1.75rem;border:.5rem solid #EDFFF6;background:#edfff6;margin-bottom:1.75rem}.popup_wrapper.upgrade_popup.mini .popup_body .body-content .icon-wrapper svg{width:1.875rem;height:1.5625rem}.popup_wrapper.upgrade_popup.mini .popup_body .body-content .heading{font:1.25rem/1.5rem var(--bold);color:#22262a;margin-bottom:.75rem}.popup_wrapper.upgrade_popup.mini .popup_body .body-content .desc-wrapper{font:1rem/1.25rem var(--regular);color:#4f5862;margin-bottom:1.75rem;text-align:center}.popup_wrapper.upgrade_popup.mini .popup_footer{border-top:unset}.popup_wrapper.upgrade_popup.mini .popup_footer .popup_btn_group{padding:0 2.5rem 2.5rem}.popup_wrapper.upgrade_popup.mini .popup_footer .popup_btn_group .popup_btn{width:100%;padding:.625rem 1.125rem;font:1rem/1.5rem var(--medium)}.actionCreatePopup .popup_container>div{min-height:auto}button.popup_close.done{width:auto;background-color:var(--theme);color:#fff;padding:10px 16px;position:absolute;height:auto;border-radius:8px}@media screen and (max-width:767px){.tutorialPopup .popup_inner{align-content:center}}.popup_body .mediauploadtabs_body_item.mediahub label{outline:unset!important;display:flex;align-items:center;justify-content:center}.popup_body .mediauploadtabs_body_item.mediahub .upload_cover_image{max-width:40.25rem;height:11.25rem;background:#f1f8ff}@media(max-width:1024px){.popup_body .mediauploadtabs_body_item.mediahub .upload_cover_image{max-width:100%}}.popup_body .mediauploadtabs_body_item.mediahub .upload_cover_image .link{text-decoration:none}.popup_body .mediauploadtabs_body_item.mediahub .upload_cover_image p a,.popup_body .mediauploadtabs_body_item.mediahub .upload_cover_image p strong{font:.875rem/1.25rem var(--medium)!important;margin-bottom:unset}.popup_body .mediauploadtabs_body_item.mediahub .upload_cover_image:hover{border:.0625rem dashed #0A7BFD}.popup_body .mediauploadtabs_body_item.mediahub .upload_cover_image:hover .link{text-decoration:underline}.popup_body .mediauploadtabs_body_item.mediahub .multiple-image .image-uploader .image-grid{width:100%;gap:.75rem;flex-wrap:wrap}.popup_body .mediauploadtabs_body_item.mediahub .multiple-image .image-uploader .image-grid .image-container{width:9.375rem;height:9.375rem}.schedule-later-popup.popup_wrapper .popup_body{padding:1.875rem 3.125rem 1.875rem 1.875rem}.schedule-later-popup.popup_wrapper .popup_body .common-input-wrapper.schedulelater .placeholder{font:1rem/1.25rem var(--bold);color:#22262a;margin-bottom:.375rem}.schedule-later-popup.popup_wrapper .popup_body .common-input-wrapper.schedulelater .placeholder.shedule{font:1.25rem/1.375rem var(--bold);color:#101828;margin-bottom:1.375rem}.schedule-later-popup.popup_wrapper .popup_body .date_picker_wraper .dateinput .react-datepicker__tab-loop{position:absolute;right:17rem!important;z-index:2;bottom:-2.25rem!important}@media screen and (max-width:767px){.schedule-later-popup.popup_wrapper .popup_body .date_picker_wraper .dateinput .react-datepicker__tab-loop{position:absolute;right:23.5rem!important;z-index:2;bottom:0!important;top:157px}}.schedule-later-popup.popup_wrapper .popup_body .date_picker_wraper .dateinput .react-datepicker__tab-loop .react-datepicker-popper{inset:unset!important;transform:unset!important}.schedule-later-popup.popup_wrapper .popup_body .react-datepicker-popper[data-placement^=bottom]{padding-top:.125rem!important}@media screen and (max-width:767px){.schedule-later-popup.popup_wrapper .popup_body .react-datepicker-popper[data-placement^=bottom]{left:0!important}}.schedule-later-popup.popup_wrapper .popup_body .react-datepicker__tab-loop{position:absolute;top:0;right:0;z-index:2}@media screen and (max-width:767px){.schedule-later-popup.popup_wrapper .popup_body .react-datepicker__tab-loop{width:100%;right:inherit;left:0}}@media screen and (max-width:767px){.schedule-later-popup.popup_wrapper .popup_body .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{text-align:left;width:100%}}.schedule-later-popup.popup_wrapper .popup_body .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{max-height:6.875rem!important}@media screen and (max-width:767px){.schedule-later-popup.popup_wrapper .popup_body .react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{max-height:10rem!important}}.schedule-later-popup.popup_wrapper .popup_body .shedule_event_wraper .schedule_later_wrapper .common-input-wrapper div.input>div>div{top:4.75rem!important;bottom:-3rem!important;min-height:6.25rem!important;max-height:13.75rem!important}@media screen and (max-width:767px){.schedule-later-popup.popup_wrapper .popup_body .shedule_event_wraper .schedule_later_wrapper .common-input-wrapper div.input>div>div{top:70px!important}}.schedule-later-popup.popup_wrapper .popup_body .shedule_event_wraper .react-datepicker-popper[data-placement^=top]{padding-bottom:.125rem!important}.schedule-later-popup.popup_wrapper .popup_body .shedule_event_wraper .date_picker_wraper{margin-top:1.125rem}.schedule-later-popup.popup_wrapper .popup_body .current_date_time{margin-top:1rem}.schedule-later-popup.popup_wrapper .popup_body .social-preview__header{padding:unset;margin-top:40px;width:100%}.schedule-later-popup.popup_wrapper .popup_body .social-preview__header .header-right{gap:.75rem;align-items:center;justify-content:center}.schedule-later-popup.popup_wrapper .popup_body .social-preview__header .header-right .action-button{width:16.125rem;height:2.75rem;font:1rem/1.5rem var(--medium);color:#22262a;border-radius:.5rem;border:.0625rem solid #C9CED2;background:#fff;box-shadow:0 1px 2px #1018280d}@media screen and (max-width:767px){.schedule-later-popup.popup_wrapper .popup_body .social-preview__header .header-right .action-button{border-radius:25px}}.schedule-later-popup.popup_wrapper .popup_body .social-preview__header .header-right .action-button.primary{background:#0b4c51;color:#fff}@media screen and (max-width:767px){.search-overlay{position:fixed;left:0;width:90%;background:#fff;display:flex;justify-content:center;align-items:center;z-index:1000}.search-overlay .close-search{position:relative;top:3px;left:16px;background:none;border:none;color:#000;font-size:24px;cursor:pointer;padding:0}.search-overlay .tableSearch-absolute{min-width:49%;left:24px}}.popup_search_icon{position:absolute;background-color:transparent;right:16px;top:16px}@media screen and (max-width:767px){.popup_close.mobile-close{display:none}.mobile-search-upload-media{display:flex;align-items:center;justify-content:flex-end}.mobile-search-upload-media .popup_search_icon{position:relative;top:0;right:0}.mobile-search-upload-media .popup_search_icon svg path{stroke:var(--black-1000-h1)}.mobile-search-upload-media .popup_search_icon svg circle{stroke:var(--black-1000-h1)}.mobile-search-upload-media .mobile-upload-media .upload-media-btn svg{width:24px;height:24px;color:var(--black-1000-h1)}}.post-mediahub-popup.editor-mediahub-popup.popup_wrapper{position:absolute;top:0;background:#00000040}@media screen and (max-width:767px){.post-mediahub-popup.editor-mediahub-popup.popup_wrapper{background-color:#fff}.post-mediahub-popup.editor-mediahub-popup.popup_wrapper .popup_header{border-bottom:none}.post-mediahub-popup.editor-mediahub-popup.popup_wrapper .popup_footer .popup_btn{width:100%;height:48px}}@media screen and (max-width:767px){.sociallink-popup.popup_wrapper .popup_header .popup_close{display:none}.video_details_popup_container.popup_wrapper .popup_header{padding:12px 16px}.video_details_popup_container.popup_wrapper .popup_header .popup_heading .back-btn{padding-left:0;color:var(--black-1000-h1)}.video_details_popup_container.popup_wrapper .popup_header .popup_close{display:none}.video_details_popup_container.popup_wrapper .popup-header-nxtbtn{position:absolute;right:0;font:16px/20px var(--semibold);color:var(--black-1000-h1);display:flex;align-items:center;justify-content:center;top:50%;transform:translateY(-50%)}.video_details_popup_container.popup_wrapper .next-btn{position:absolute;right:20px;top:20px;font:16px/20px var(--semibold)}.video_details_popup_container.popup_wrapper .popup_inner{align-content:flex-start}.video_details_popup_container.popup_wrapper .popup_inner .popup_container{height:100vh}.video_details_popup_container.popup_wrapper .popup_inner .popup_container>div{border-radius:0}.video_details_popup_container.popup_wrapper .popup_inner .popup_header .popup_heading{display:flex;align-items:center}.video_details_popup_container.popup_wrapper .videodetailpopupfooter.popup_footer{display:none}}@media screen and (max-width:767px){.createproject-popup.popup_wrapper{background:#0006}.createproject-popup.popup_wrapper .popup_inner{align-content:center}.createproject-popup.popup_wrapper .popup_inner .popup_container{margin-left:12px;margin-right:12px}.createproject-popup.popup_wrapper .popup_inner .popup_container>div{min-height:225px;border-bottom-left-radius:10px;border-bottom-right-radius:10px}.createproject-popup.popup_wrapper .popup_inner .popup_container>div .popup_body{padding:20px 16px;overflow:hidden}.createproject-popup.popup_wrapper .popup_inner .popup_container>div .popup_footer{border-top:unset;min-height:unset}.createproject-popup.popup_wrapper .popup_inner .popup_container>div .popup_footer .popup_btn_group{justify-content:flex-end;gap:30px;padding:0 16px 16px}.createproject-popup.popup_wrapper .popup_inner .popup_container>div .popup_footer .popup_btn_group .popup_btn{width:auto;padding:0;font:16px/20px var(--semibold)}.createproject-popup.popup_wrapper .popup_inner .popup_container>div .popup_footer .popup_btn_group .popup_btn.popup_btn_lite{background:none;border:unset;color:#45484c;box-shadow:none}.createproject-popup.popup_wrapper .popup_inner .popup_container>div .popup_footer .popup_btn_group .popup_btn.popup_btn_primary{background:none;color:#0b4c51;border:unset;box-shadow:none}.createproject-popup.popup_wrapper .dwn-videowrapper.popup_wrapper .popup_inner .popup_container{max-width:100%!important}.createproject-popup.popup_wrapper .next-btn{position:absolute;right:20px;top:20px;font:16px/20px var(--semibold)}}@media screen and (max-width:767px)and (max-width:767px){.video_details_popup_container.mobile-edit-mode .popup_header{padding:20px 16px}.video_details_popup_container.mobile-edit-mode .popup_header .popup_heading .back-btn{padding-left:0}.video_details_popup_container.mobile-edit-mode .popup_header .popup_close{display:none}.video_details_popup_container.mobile-edit-mode .popup_info{padding-right:0;justify-content:space-between;display:flex;position:relative}.mobile-video-close{position:absolute;top:20px;right:20px;width:24px;height:24px;background:none;border:none;cursor:pointer;background-color:#fff;z-index:5;border-radius:100%;display:none}.mobile-video-close svg{width:100%;height:100%;fill:var(--black-1000-h1)}i.delete.icon_custom_size_media_type{border:none!important;background:transparent;width:32px!important;height:32px!important}}@media screen and (max-width:767px){.choosefolder.mediahub.popup_wrapper .popup_inner{align-content:flex-start}.choosefolder.mediahub.popup_wrapper .popup_container>div{height:calc(100vh - 100px)}.choosefolder.mediahub.popup_wrapper .TM.more_action,.popup_wrapper .popup_close{display:none}}.uploadTypePopup.popup_wrapper .popup_container>div{border-radius:.75rem;border-bottom-right-radius:0;border-bottom-left-radius:0;min-height:200px}.actionCreatePopup.popup_wrapper .popup_body{padding:0}.PopupInner.ActionPopup.md.nofound_popup .ActionPopupInner .group-btn{margin:20px auto 0}.PopupInner.ActionPopup.md.nofound_popup .ActionPopupInner .group-btn .Btn{min-width:auto;width:auto}.inbox-filter-popup.popup_wrapper .popup_body{padding:0}.table_search{display:flex;align-items:center;background:var(--White);position:relative;height:2.75rem;width:100%;flex:1 1}.table_search_input{width:100%;padding:.625rem 2.25rem .625rem 2.625rem;border:.0625rem solid var(--black-100-stroke);height:100%;font-family:var(--regular);border-radius:1.5625rem;font-size:1rem;caret-color:var(--black-1000-h1)!important}.table_search_input::placeholder{color:var(--black-200-input-stroke-disable);font-family:var(--regular);font-size:1rem}@media screen and (max-width:767px){.table_search_input::placeholder{font-size:16px;color:#22262a}}.table_search_icon{position:absolute;left:.875rem;color:var(--black-200-input-stroke-disable);width:1.25rem;height:1.25rem;flex-shrink:0;display:inline-flex;justify-content:center;align-items:center}.table_search_icon svg{width:1.25rem;height:1.25rem;flex-shrink:0}.table_search_reset{position:absolute;right:.3125rem;top:50%;transform:translateY(-50%);background-color:transparent;padding:.3125rem;width:2rem;height:2rem;display:flex;justify-content:center;align-items:center;color:var(--black-600-p2)}.table_search_reset svg{display:inline-block;width:.75rem;height:.75rem;flex-shrink:0}.table_search_reset:hover{color:var(--theme)}.table_search.teams-table-search .table_search_input{border-radius:.5rem}
