:root{--black: hsl(0, 0%, 7%)}*{margin:0;padding:0;box-sizing:border-box}body,html{font-family:Poppins,sans-serif}.nav__link-wrapper a{color:#fff;text-decoration:none;padding:0 20px}.generate__password{background:#daad27;color:#fff;padding:2px 10px;cursor:pointer;border:none}.disable{background:#e0e0e0;color:#0000005b;cursor:not-allowed}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--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 Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._navbar_1c15p_1._-public_1c15p_1{width:100%;padding:100px 0 0;display:flex;align-items:center;justify-content:center}._navbar_1c15p_1 ._logo_1c15p_8{width:120px;height:45px}._navbar_1c15p_1 ._logo_1c15p_8._-public_1c15p_1{text-align:center;width:100%}._layout_1ohp0_1{width:100%;display:flex;justify-content:center}._layout_1ohp0_1 ._outlet_1ohp0_6{width:450px;margin:50px 0}._sidenav_fn1ql_1{height:100%}._sidenav_fn1ql_1 ._logo_fn1ql_4{width:100%;height:100%;text-align:center}._sidenav_fn1ql_1 ._item_fn1ql_9{cursor:pointer}._sidenav_fn1ql_1 ._item_fn1ql_9._-active_fn1ql_12{background-color:#e6ffd4}._sidenav_fn1ql_1 ._item_fn1ql_9 ._icon_fn1ql_15{min-width:30px;color:#096f4d}._sidenav_fn1ql_1 ._item_fn1ql_9 ._icon_fn1ql_15._-subitem_fn1ql_19{margin-left:20px}._table_66thb_1 ._header_66thb_1{background-color:#096f4d;color:#fff}._table_66thb_1 ._name_66thb_5{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;cursor:pointer}._table_66thb_1 ._name_66thb_5._-break_66thb_13{white-space:normal!important;word-wrap:break-word!important}._table_66thb_1 ._name_66thb_5._-strike_66thb_17{text-decoration:line-through;opacity:.6}._table_66thb_1 ._name_66thb_5._-processing_66thb_21{color:#00f;font-weight:700}._table_66thb_1 ._name_66thb_5._-error_66thb_25{color:red;font-weight:700}._table_66thb_1 ._name_66thb_5._-bold_66thb_29{font-weight:700}._table_66thb_1 ._name_66thb_5._-red_66thb_32{color:red}._table_66thb_1 ._name_66thb_5._-green_66thb_35{color:green}._table_66thb_1 ._name_66thb_5._-blue_66thb_38{color:#00f}._table_66thb_1 ._name_66thb_5._-orange_66thb_41{color:#f97316}._table_66thb_1 ._name_66thb_5._-yellow_66thb_44{color:orange}._table_66thb_1 ._image_66thb_47{width:100%;height:100%;display:flex;align-items:center;justify-content:flex-start;cursor:pointer}._table_66thb_1 ._image_66thb_47 ._label_66thb_55{margin-left:5px}._table_66thb_1 ._invite_66thb_58{background:#fff068;padding:2px 15px;font-size:12px;border-radius:4px;cursor:pointer}._table_66thb_1 ._invite_66thb_58._-disabled_66thb_65{background:#d3d3d3;color:#fff;cursor:unset}._table_66thb_1 ._chat_66thb_70{width:100%;height:100%;display:flex;flex-direction:column;justify-content:flex-start;cursor:pointer}._table_66thb_1 ._chat_66thb_70._-desktop_66thb_78{flex-direction:unset;align-items:center}._table_66thb_1 ._chat_66thb_70._-new-message_66thb_82{font-weight:700}._table_66thb_1 ._chat_66thb_70 ._user_66thb_85{font-size:12px}._table_66thb_1 ._chat_66thb_70 ._user_66thb_85._-icon_66thb_88{font-size:inherit;margin-bottom:5px;margin-left:5px}._table_66thb_1 ._chat_66thb_70 ._user_66thb_85 ._icon_66thb_93{margin-bottom:5px;margin-left:5px}._table_66thb_1 ._chat_66thb_70 ._status_66thb_97{font-size:12px;margin-left:20px}._table_66thb_1 ._duration_66thb_101._-new-message_66thb_82{font-weight:700}._modal_13842_1{display:flex;flex-direction:column;align-items:center}._modal_13842_1._-mobile_13842_6{width:300px}._modal_13842_1 ._header_13842_9{max-width:380px;margin-top:15px}._modal_13842_1 ._subtitle_13842_13{max-width:380px;margin:15px 0;text-align:center}._modal_13842_1 ._field_13842_18{width:100%;margin-bottom:15px}._modal_13842_1 ._iframe_13842_22{text-align:center;margin-top:10px}._agencies_1yptv_1 ._base_1yptv_1{padding:20px}._agencies_1yptv_1 ._header_1yptv_4{padding:0 0 10px}._agencies_1yptv_1 ._header_1yptv_4 ._controls_1yptv_7{display:flex;justify-content:flex-end}._link_1sjix_1{display:flex;align-items:center;justify-content:space-between}._action_1sjix_7{margin:20px 0}._login_cr2r9_1{padding:20px}._form_1al2u_1 ._menu_1al2u_1{margin:10px 0;display:flex;align-items:center;justify-content:space-between}._form_1al2u_1 ._menu_1al2u_1 ._links_1al2u_7{justify-content:space-between;display:flex;align-items:center;width:100%}._form_1al2u_1 ._menu_1al2u_1 ._links_1al2u_7 ._link_1al2u_7{display:flex}._form_1al2u_1 ._menu_1al2u_1 ._links_1al2u_7 ._link_1al2u_7 ._text_1al2u_16{color:red}._form_1al2u_1 ._action_1al2u_19{margin:20px 0}._form_1al2u_1 ._action_1al2u_19 ._buttons_1al2u_22{display:flex;justify-content:space-between}._join_1al2u_27{margin-top:20px;padding:20px}._form_16sjs_1{padding:20px 80px 0}._form_16sjs_1._-mobile_16sjs_4{padding-left:20px;padding-right:20px}._form_16sjs_1._-dialog_16sjs_8{padding-left:0;padding-right:0}._form_16sjs_1 ._label_16sjs_12{margin:15px 0 8px}._form_16sjs_1 ._action_16sjs_15{margin:20px 0;position:-webkit-sticky;position:sticky;bottom:0;text-align:right;padding-bottom:10px}._form_16sjs_1 ._action_16sjs_15._-public_16sjs_23{text-align:left}._form_16sjs_1 ._action_16sjs_15._-unsticky_16sjs_26{text-align:left;position:unset;bottom:unset;padding-bottom:10px}._form_16sjs_1 ._action_16sjs_15._-send-message_16sjs_32{display:flex;align-items:center;justify-content:flex-end}._form_16sjs_1 ._file-details_16sjs_37{color:gray;padding:0;font-size:10px}._form_16sjs_1 ._file-details_16sjs_37._-error_16sjs_42{color:red}._form_16sjs_1 ._file-details_16sjs_37 ._remove_16sjs_45{margin-left:5px;color:red;text-decoration:underline;cursor:pointer}._page_16sjs_52 ._details_16sjs_52{flex-direction:column}._page_16sjs_52 ._details_16sjs_52 ._id_16sjs_55{font-weight:700}._payment_16sjs_59{margin-top:20px;width:100%;margin-bottom:20px}._payment_16sjs_59 ._connect_16sjs_64{flex-direction:column;text-align:center}._payment_16sjs_59 ._connect_16sjs_64 ._stripe_16sjs_68{display:block;margin:0 auto}._brand_u91xs_1 ._base_u91xs_1{padding:20px}._brand_u91xs_1 ._header_u91xs_4{padding:0 0 10px}._brand_u91xs_1 ._header_u91xs_4 ._controls_u91xs_7{width:100%;display:flex;justify-content:space-between}._brand_u91xs_1 ._header_u91xs_4 ._controls_u91xs_7 ._buttons_u91xs_12{justify-content:flex-end;display:flex;width:100%}._modal_zdcq5_1 ._base_zdcq5_1{flex-direction:column;width:300px}._modal_zdcq5_1 ._base_zdcq5_1 ._label_zdcq5_5{font-weight:700}._modal_zdcq5_1 ._base_zdcq5_1 ._label_zdcq5_5._-center_zdcq5_8{text-align:center}._dialog_1d7tf_1 ._list_1d7tf_1._-active_1d7tf_1{background-color:#e6ffd4}._dialog_1d7tf_1 ._chat-icon_1d7tf_4{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}._dialog_1d7tf_1 ._chat-icon_1d7tf_4{margin-bottom:5px;margin-left:5px}._dialog_1d7tf_1 ._time_1d7tf_13._-new-message_1d7tf_13{font-weight:700;color:#000}._dialog_1d7tf_1 ._message_1d7tf_17{display:flex;justify-content:flex-start}._dialog_1d7tf_1 ._message_1d7tf_17._-own-message_1d7tf_21{justify-content:flex-end}._dialog_1d7tf_1 ._message_1d7tf_17 ._profile_1d7tf_24{width:20px;height:20px;border-radius:100%;margin-right:8px;display:inline-block}._dialog_1d7tf_1 ._message_1d7tf_17 ._content_1d7tf_31{width:fit-content;max-width:100%;background-color:#e8e8e0;border-radius:27px;display:flex;flex-direction:column;padding:10px;font-size:12px;color:#484848}._dialog_1d7tf_1 ._message_1d7tf_17 ._content_1d7tf_31._-own-message_1d7tf_21{background-color:#096f4d;color:#fff}._dialog_1d7tf_1 ._message_1d7tf_17 ._attachment_1d7tf_46._-image_1d7tf_46{width:60%;display:flex;align-items:center;justify-content:flex-start}._dialog_1d7tf_1 ._message_1d7tf_17 ._attachment_1d7tf_46._-image_1d7tf_46._-own-message_1d7tf_21{justify-content:flex-end}._dialog_1d7tf_1 ._message_1d7tf_17 ._attachment_1d7tf_46._-file_1d7tf_55{width:fit-content;max-width:100%;background:#e8e8e0;border-radius:18px;display:flex;flex-direction:column;padding:0 12px;font-size:12px;color:#fff}._dialog_1d7tf_1 ._message_1d7tf_17 ._attachment_1d7tf_46._-file_1d7tf_55._-own-message_1d7tf_21{background:#0084ff}._dialog_1d7tf_1 ._message_1d7tf_17 ._attachment_1d7tf_46._-file_1d7tf_55 ._text_1d7tf_69._-own-message_1d7tf_21{color:#fff}._dialog_1d7tf_1 ._no-content_1d7tf_72{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}._dialog_1d7tf_1 ._no-content_1d7tf_72 ._text_1d7tf_69{color:gray}._user_1d7tf_83{position:relative;flex-direction:column;padding-left:10px;margin:20px 0;min-height:calc(100vh - 400px);max-height:calc(100vh - 400px)}._user_1d7tf_83 ._avatar_1d7tf_91{display:inline-block;text-align:center;width:100%}._user_1d7tf_83 ._avatar_1d7tf_91 ._name_1d7tf_96{text-align:center}._user_1d7tf_83 ._details_1d7tf_99{align-items:center;flex-wrap:wrap;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}._user_1d7tf_83 ._title_1d7tf_106{margin-top:10px}._form_1d7tf_110 ._file-details_1d7tf_110{color:gray;padding:0;font-size:10px}._form_1d7tf_110 ._file-details_1d7tf_110._-error_1d7tf_115{color:red}._form_1d7tf_110 ._remove_1d7tf_118{margin-left:5px;color:red;text-decoration:underline;cursor:pointer}._chats_10d2s_1._-mobile_10d2s_1{padding:20px}._chats_10d2s_1 ._base_10d2s_4 ._header_10d2s_4{padding:0 0 10px}._chats_10d2s_1 ._base_10d2s_4 ._header_10d2s_4 ._controls_10d2s_7{padding-left:20px;padding-right:20px;width:100%;display:flex;align-items:center;justify-content:space-between}._home_1ysfv_1 ._base_1ysfv_1,._users_6203j_1 ._base_6203j_1{padding:20px}._users_6203j_1 ._base_6203j_1 ._header_6203j_4{padding:0 0 10px}._users_6203j_1 ._base_6203j_1 ._header_6203j_4 ._controls_6203j_7{display:flex;justify-content:space-between}._privacy_wnewo_1{padding:50px 0;margin-top:20px}._privacy_wnewo_1 ._base_wnewo_5{padding:0 0 10px}._privacy_wnewo_1 ._base_wnewo_5 ._google_wnewo_8{font-weight:400;margin-bottom:20px}._privacy_wnewo_1 ._base_wnewo_5 ._section_wnewo_12{margin-left:20px}._privacy_wnewo_1 ._base_wnewo_5 ._section_wnewo_12 ._list_wnewo_15{font-weight:700}._privacy_wnewo_1 ._base_wnewo_5 ._section_wnewo_12 ._list_wnewo_15 ._items_wnewo_18{margin-left:20px}._privacy_wnewo_1 ._base_wnewo_5 ._section_wnewo_12 ._list_wnewo_15 ._items_wnewo_18 ._title_wnewo_21{font-weight:700}._privacy_wnewo_1 ._base_wnewo_5 ._section_wnewo_12 ._list_wnewo_15 ._items_wnewo_18 ._title_wnewo_21 ._content_wnewo_24{font-weight:400;margin-left:10px}._privacy_wnewo_1 ._base_wnewo_5 ._section_wnewo_12 ._list_wnewo_15 ._items_wnewo_18 ._title_wnewo_21 ._content_wnewo_24 ._paragraph_wnewo_28{margin-bottom:10px}._privacy_wnewo_1 ._base_wnewo_5 ._unlist-content_wnewo_31{font-weight:400}._terms_197jc_1{padding:50px 0;margin-top:20px}._terms_197jc_1 ._base_197jc_5{padding:0 0 10px;flex-direction:column}._terms_197jc_1 ._base_197jc_5 ._content_197jc_9{font-size:18px;margin-bottom:10px}._terms_197jc_1 ._base_197jc_5 ._content_197jc_9._-margin-20_197jc_13{margin-bottom:20px}._terms_197jc_1 ._base_197jc_5 ._content_197jc_9 ._bold_197jc_16{font-size:18px;font-weight:700;margin-right:5px;margin-left:5px}._terms_197jc_1 ._base_197jc_5 ._content_197jc_9 ._bold_197jc_16 ._link_197jc_22{margin-left:5px}._terms_197jc_1 ._base_197jc_5 ._list_197jc_25{margin-left:20px}._terms_197jc_1 ._base_197jc_5 ._list_197jc_25 ._item_197jc_28{font-size:18px;margin-bottom:10px}._payment-success_wsxfl_1 ._base_wsxfl_1{text-align:center;flex-direction:column}._payment-success_wsxfl_1 ._base_wsxfl_1 ._image_wsxfl_5{width:450px;height:450px}._payment-success_wsxfl_1 ._base_wsxfl_1 ._image_wsxfl_5._-mobile_wsxfl_9{width:300px;height:300px}._payment-success_wsxfl_1 ._base_wsxfl_1 ._action_wsxfl_13{margin-top:20px;margin-bottom:20px}._billings_6ixor_1 ._base_6ixor_1{padding:20px}._billings_6ixor_1 ._header_6ixor_4{padding:0 0 10px}._billings_6ixor_1 ._header_6ixor_4 ._controls_6ixor_7{display:flex;justify-content:flex-end}._no-content_18008_1 ._base_18008_1{padding:20px;flex-direction:column;text-align:center}._no-content_18008_1 ._base_18008_1._-restricted_18008_6{flex-direction:row;display:flex;justify-content:center;align-items:center;margin:0}._no-content_18008_1 ._base_18008_1._-restricted_18008_6._-mobile_18008_13{flex-direction:column-reverse}._no-content_18008_1 ._base_18008_1 ._image_18008_16{width:390px;height:390px}._no-content_18008_1 ._base_18008_1 ._image_18008_16._-mobile_18008_13{width:300px;height:300px;margin-top:20px}._no-content_18008_1 ._base_18008_1 ._image_18008_16._-small_18008_25{width:250px;height:250px}._no-content_18008_1 ._base_18008_1 ._text_18008_29{flex-direction:column}._no-content_18008_1 ._button_18008_32{margin-top:10px}._payment_vvp48_1 ._base_vvp48_1{padding:20px;align-items:center}._payment_vvp48_1 ._header_vvp48_5{padding:0 0 10px}._payment_vvp48_1 ._header_vvp48_5 ._controls_vvp48_8{display:flex;justify-content:flex-end}._chat_1pvcf_1{padding-left:20px;padding-right:20px}._chat_1pvcf_1 ._avatar_1pvcf_5{width:40px;height:40px;border-radius:100%;margin-right:8px}._chat_1pvcf_1 ._message_1pvcf_11{width:60%;display:flex;align-items:center;justify-content:flex-start}._chat_1pvcf_1 ._message_1pvcf_11._-own_1pvcf_17{justify-content:flex-end}._chat_1pvcf_1 ._message_1pvcf_11 ._content_1pvcf_20{width:fit-content;max-width:100%;background:#e8e8e0;border-radius:18px;display:flex;flex-direction:column;padding:0 12px}._chat_1pvcf_1 ._message_1pvcf_11 ._content_1pvcf_20._-own_1pvcf_17{background:#096f4d}._chat_1pvcf_1 ._attachment_1pvcf_32._-image_1pvcf_32{width:60px;display:flex;align-items:center;justify-content:flex-start}._chat_1pvcf_1 ._attachment_1pvcf_32._-image_1pvcf_32._-own_1pvcf_17{justify-content:flex-end}._chat_1pvcf_1 ._attachment_1pvcf_32._-image_1pvcf_32 ._image-content_1pvcf_41{border-radius:24px}._chat_1pvcf_1 ._attachment_1pvcf_32._-file_1pvcf_44{width:fit-content;max-width:100%;background:#e8e8e0;border-radius:18px;display:flex;flex-direction:column;padding:0 12px;font-size:12px}._chat_1pvcf_1 ._attachment_1pvcf_32._-file_1pvcf_44._-own_1pvcf_17{background:#0084ff}._campaigns_16e2n_1 ._base_16e2n_1{padding:20px}._campaigns_16e2n_1 ._header_16e2n_4{padding:0 0 10px}._campaigns_16e2n_1 ._header_16e2n_4 ._controls_16e2n_7{width:100%;display:flex;justify-content:space-between}._campaigns_16e2n_1 ._header_16e2n_4 ._controls_16e2n_7 ._buttons_16e2n_12{justify-content:flex-end;display:flex;width:100%}._modal_1o90u_1 ._base_1o90u_1{display:flex;flex-direction:column;align-items:center;width:500px;max-height:600px;overflow-y:auto}._modal_1o90u_1 ._base_1o90u_1._-mobile_1o90u_9{width:300px}._modal_1o90u_1 ._base_1o90u_1 ._connect_1o90u_12{margin-bottom:15px;margin-left:25px}._modal_1o90u_1 ._base_1o90u_1 ._details_1o90u_16{margin-top:10px;margin-bottom:10px;margin-left:10px;display:flex;max-width:100%}._modal_1o90u_1 ._base_1o90u_1 ._details_1o90u_16 ._content_1o90u_23{flex-direction:column}._modal_1o90u_1 ._base_1o90u_1 ._details_1o90u_16 ._content_1o90u_23 ._label_1o90u_26{font-weight:700}._modal_1o90u_1 ._base_1o90u_1 ._details_1o90u_16 ._content_1o90u_23 ._label_1o90u_26 ._text_1o90u_29{font-weight:400}._modal_1o90u_1 ._base_1o90u_1 ._action_1o90u_32{margin-top:20px}._accounts_1o90u_36{margin-bottom:15px;width:100%}._accounts_1o90u_36 ._details_1o90u_16{margin-bottom:10px;margin-left:10px;display:flex}._accounts_1o90u_36 ._details_1o90u_16 ._content_1o90u_23{flex-direction:column}._accounts_1o90u_36 ._details_1o90u_16 ._content_1o90u_23 ._label_1o90u_26{font-weight:700}._accounts_1o90u_36 ._details_1o90u_16 ._content_1o90u_23 ._label_1o90u_26 ._text_1o90u_29{font-weight:400}._campaigns_1o90u_55{margin-bottom:15px;width:100%;margin-left:5px}._campaigns_1o90u_55 ._details_1o90u_16{margin-bottom:10px;margin-left:10px;display:flex}._campaigns_1o90u_55 ._details_1o90u_16 ._content_1o90u_23{flex-direction:column}._campaigns_1o90u_55 ._details_1o90u_16 ._content_1o90u_23 ._label_1o90u_26{font-weight:700}._campaigns_1o90u_55 ._details_1o90u_16 ._content_1o90u_23 ._label_1o90u_26 ._text_1o90u_29{font-weight:400}._dashboard_4wefb_1{min-height:100%;max-height:100%}._dashboard_4wefb_1 ._base_4wefb_5,._budgets_rh04c_1 ._base_rh04c_1{padding:20px}._budgets_rh04c_1 ._header_rh04c_4{padding:0 0 10px}._budgets_rh04c_1 ._header_rh04c_4 ._controls_rh04c_7{width:100%;display:flex;justify-content:space-between}._budgets_rh04c_1 ._header_rh04c_4 ._controls_rh04c_7 ._buttons_rh04c_12{justify-content:flex-end;display:flex;width:100%}._page_11jhw_1 ._base_11jhw_1{padding:20px}._page_11jhw_1 ._base_11jhw_1 ._header_11jhw_4{padding:0 0 10px}._page_11jhw_1 ._base_11jhw_1 ._header_11jhw_4 ._controls_11jhw_7{width:100%;display:flex;justify-content:space-between}._page_11jhw_1 ._base_11jhw_1 ._header_11jhw_4 ._controls_11jhw_7 ._buttons_11jhw_12{justify-content:flex-end;display:flex;width:100%}._report_16hiv_1 ._base_16hiv_1{padding:20px}._report_16hiv_1 ._header_16hiv_4{padding:0 0 10px}._report_16hiv_1 ._header_16hiv_4 ._controls_16hiv_7{width:100%;display:flex;justify-content:center;margin-bottom:20px}@font-face{font-family:revicons;fallback:fallback;src:url(/assets/revicons-DbTteTvA.woff) format("woff"),url(/assets/revicons-CBqxZnew.ttf) format("ttf"),url(/assets/revicons-BNIKeAUC.eot) format("ttf")}.react-multi-carousel-list{display:flex;align-items:center;overflow:hidden;position:relative}.react-multi-carousel-track{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;position:relative;transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition}.react-multiple-carousel__arrow{position:absolute;outline:0;transition:all .5s;border-radius:35px;z-index:1000;border:0;background:#00000080;min-width:43px;min-height:43px;opacity:1;cursor:pointer}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{font-size:20px;color:#fff;display:block;font-family:revicons;text-align:center;z-index:2;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{position:absolute;bottom:0;display:flex;left:0;right:0;justify-content:center;padding:0;margin:0;list-style:none;text-align:center}.react-multi-carousel-dot button{display:inline-block;width:12px;height:12px;border-radius:50%;opacity:1;box-shadow:none;transition:background .5s;border-width:2px;border-style:solid;border-color:gray;padding:0;margin:0 6px 0 0;outline:0;cursor:pointer}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{right:auto;left:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}
