@import"https://fonts.cdnfonts.com/css/product-sans";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--rt-color-white:#fff;--rt-color-dark:#222;--rt-color-success:#8dc572;--rt-color-error:#be6464;--rt-color-warning:#f0ad4e;--rt-color-info:#337ab7;--rt-opacity:.9;--rt-transition-show-delay:.15s;--rt-transition-closing-delay:.15s}.core-styles-module_tooltip__3vRRp{left:0;opacity:0;pointer-events:none;position:absolute;top:0;will-change:opacity}.core-styles-module_fixed__pcSol{position:fixed}.core-styles-module_arrow__cvMwQ{background:inherit;position:absolute}.core-styles-module_noArrow__xock6{display:none}.core-styles-module_clickable__ZuTTB{pointer-events:auto}.core-styles-module_show__Nt9eE{opacity:var(--rt-opacity);transition:opacity var(--rt-transition-show-delay) ease-out}.core-styles-module_closing__sGnxF{opacity:0;transition:opacity var(--rt-transition-closing-delay) ease-in}.styles-module_tooltip__mnnfp{border-radius:3px;font-size:90%;padding:8px 16px;width:max-content}.styles-module_arrow__K0L3T{height:8px;width:8px}[class*=react-tooltip__place-top]>.styles-module_arrow__K0L3T{transform:rotate(45deg)}[class*=react-tooltip__place-right]>.styles-module_arrow__K0L3T{transform:rotate(135deg)}[class*=react-tooltip__place-bottom]>.styles-module_arrow__K0L3T{transform:rotate(225deg)}[class*=react-tooltip__place-left]>.styles-module_arrow__K0L3T{transform:rotate(315deg)}.styles-module_dark__xNqje{background:var(--rt-color-dark);color:var(--rt-color-white)}.styles-module_light__Z6W-X{background-color:var(--rt-color-white);color:var(--rt-color-dark)}.styles-module_success__A2AKt{background-color:var(--rt-color-success);color:var(--rt-color-white)}.styles-module_warning__SCK0X{background-color:var(--rt-color-warning);color:var(--rt-color-white)}.styles-module_error__JvumD{background-color:var(--rt-color-error);color:var(--rt-color-white)}.styles-module_info__BWdHW{background-color:var(--rt-color-info);color:var(--rt-color-white)}._linkedin_message_page_container_1s9yb_1{position:absolute;z-index:0;display:flex;width:100%;height:100vh;align-items:center;flex-shrink:0}._linkedin_message_page_container_1s9yb_1 ._button_container_1s9yb_10{display:flex;cursor:pointer;position:fixed;top:2.4rem;left:2.4rem;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;height:2.5rem;align-self:stretch;border-radius:.5rem;background:var(--primary-main, #3818d9)}._linkedin_message_page_container_1s9yb_1 ._button_container_1s9yb_10 div{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center;color:var(--Gray-100, #ececec)}._linkedin_message_page_container_1s9yb_1 ._button_container_1s9yb_10 p{color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_container_1s9yb_41{display:flex;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;width:40rem;height:90vh;padding:2rem;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;border-radius:1rem;background:var(--color-gray-10, #fff)}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58{display:flex;flex-direction:column;align-items:center;gap:2rem;flex:1 0 0;align-self:stretch}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58 ._submit_button_1s9yb_66{cursor:pointer;border-radius:.5rem;background:var(--primary-main, #3818d9);display:flex;padding:.75rem .5rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;color:var(--Gray-100, #ececec);border:0px;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58 ._form_header_1s9yb_83{display:flex;height:8vh;padding:1.5rem;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;border-radius:.5rem;background:#e2e0ff66}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58 ._form_header_1s9yb_83 p{color:var(--primary-main, #3818d9);text-align:center;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58 ._form_fields_1s9yb_102{display:flex;flex-direction:column;align-items:center;height:40vh;overflow-y:auto;gap:1.25rem;flex:1 0 0;align-self:stretch}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58 ._form_fields_1s9yb_102::-webkit-scrollbar{display:none}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58 ._form_fields_1s9yb_102 ._field_container_1s9yb_115{display:flex;height:4.25rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58 ._form_fields_1s9yb_102 ._field_container_1s9yb_115 ._field_label_1s9yb_124{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58 ._form_fields_1s9yb_102 ._field_container_1s9yb_115 ._field_input_dropdown_1s9yb_132{-webkit-user-select:none;user-select:none;cursor:pointer;display:flex;height:2.5rem;padding:.75rem 1.25rem;justify-content:center;align-items:center;gap:1.25rem;flex-shrink:0;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58 ._form_fields_1s9yb_102 ._field_input_1s9yb_132{display:flex;height:2.5rem;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex-shrink:0;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58 ._form_fields_1s9yb_102 ._field_container_text_area_1s9yb_161{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;flex:1 0 0;align-self:stretch}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58 ._form_fields_1s9yb_102 ._field_container_text_area_1s9yb_161 ._field_label_1s9yb_124{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._form_container_1s9yb_41 ._form_sub_container_1s9yb_58 ._form_fields_1s9yb_102 ._field_container_text_area_1s9yb_161 ._field_input_text_area_1s9yb_178{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);display:flex;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;overflow:hidden;text-overflow:ellipsis;overflow:auto;resize:none;height:100%}._language_dropdown_1s9yb_196{position:absolute;z-index:20;transform:translateY(82%);border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);display:flex;width:36rem;backdrop-filter:blur(0px);-webkit-backdrop-filter:blur(0px);padding:.8rem;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;flex-shrink:0;align-self:stretch;color:#3818d9;box-shadow:1px 1px 5px #0000001a;cursor:pointer}._language_dropdown_1s9yb_196 ._language_dropdown_selected_1s9yb_218{cursor:pointer;width:100%;text-align:center;padding:.25rem 0rem;border-radius:.5rem;background:#e2e0ff66}._language_dropdown_1s9yb_196 ._language_dropdown_item_1s9yb_226{cursor:pointer;width:100%;text-align:center;padding:.25rem 0rem}._language_dropdown_1s9yb_196 div{color:var(--color-gray-90, #3f3f3f);flex:1 0 0;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._language_dropdown_1s9yb_196 div:hover{border-radius:.25rem;background:#c5c5c533}._loader_1s9yb_245{border:4px solid #3818d9;border-top:4px solid #f3f3f3;border-radius:50%;width:25px;height:25px;animation:_spin_1s9yb_1 1s linear infinite}@keyframes _spin_1s9yb_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._linkedin_message_page_container_86mhp_1{position:absolute;z-index:0;display:flex;width:100%;height:100vh;align-items:center;flex-shrink:0;background:linear-gradient(0deg,#0000,#0000),linear-gradient(243deg,#e2e0ff7a 1.53%,#e2e0ff7a 6.25%,#e2e0ff7a 9.9%,#e2e0ff7a 13.82%,#e2e0ff7a 18.2%,#e2e0ff7a 23.24%,#e2e0ff7a 28.39%,#e2e0ff7a 32.88%,#e2e0ff7a 38.18%,#e2e0ff7a 43.01%,#e2e0ff7a 48.62%,#e2e0ff7a 53.6%,#e2e0ff7a 58.84%,#e2e0ff7a 64.12%,#e2e0ff7a 69.03%,#e2e0ff7a 74.37%,#e2e0ff7a 79.99%,#e2e0ff7a 85.3%,#e2e0ff7a,#e2e0ff7a 96.07%)}._linkedin_message_page_container_86mhp_1 ._button_container_86mhp_11{display:flex;cursor:pointer;position:fixed;top:2rem;left:3rem;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;height:2.5rem;align-self:stretch;border-radius:.5rem;background:var(--primary-main, #3818d9)}._linkedin_message_page_container_86mhp_1 ._button_container_86mhp_11 div{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center;color:var(--Gray-100, #ececec)}._linkedin_message_page_container_86mhp_1 ._button_container_86mhp_11 p{color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._result_container_86mhp_43{display:flex;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;width:40rem;height:90vh;padding:2rem;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;border-radius:1rem;background:var(--color-gray-10, #fff)}._result_container_86mhp_43 ._result_sub_container_86mhp_60{display:flex;flex-direction:column;align-items:center;gap:2rem;flex:1 0 0;align-self:stretch}._result_container_86mhp_43 ._submit_button_86mhp_68{cursor:pointer;border-radius:.5rem;background:var(--primary-main, #3818d9);display:flex;padding:.75rem .5rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;color:var(--Gray-100, #ececec);border:0px;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._result_container_86mhp_43 ._result_header_86mhp_86{display:flex;height:8vh;padding:1.5rem;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;border-radius:.5rem;background:#e2e0ff66}._result_container_86mhp_43 ._result_header_86mhp_86 p{color:var(--primary-main, #3818d9);text-align:center;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._result_container_86mhp_43 ._result_field_86mhp_106{display:flex;flex-direction:column;align-items:center;height:40vh;gap:1.25rem;flex:1 0 0;align-self:stretch}._result_container_86mhp_43 ._result_field_86mhp_106 ._result_field_sub_container_86mhp_115{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;flex:1 0 0;align-self:stretch}._result_container_86mhp_43 ._result_field_86mhp_106 ._result_field_sub_container_86mhp_115 ._result_field_header_86mhp_124{display:flex;align-items:center;gap:.5rem;align-self:stretch}._result_container_86mhp_43 ._result_field_86mhp_106 ._result_field_sub_container_86mhp_115 ._result_field_header_86mhp_124 h1{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;flex:1 0 0}._result_container_86mhp_43 ._result_field_86mhp_106 ._result_field_sub_container_86mhp_115 ._result_field_header_86mhp_124 ._icon_container_86mhp_139{cursor:pointer;display:flex;align-items:center;gap:.5rem}._result_container_86mhp_43 ._result_field_86mhp_106 ._result_field_sub_container_86mhp_115 ._result_field_header_86mhp_124 ._icon_container_86mhp_139 p{cursor:pointer;color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._result_container_86mhp_43 ._result_field_86mhp_106 ._result_field_sub_container_86mhp_115 ._result_field_header_86mhp_124 ._icon_container_86mhp_139 ._icon_container_icon_86mhp_154{cursor:pointer;display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._result_container_86mhp_43 ._result_field_86mhp_106 ._result_field_sub_container_86mhp_115 ._result_output_86mhp_162{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);display:flex;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;height:100%;overflow:hidden;text-overflow:ellipsis;overflow-y:auto;resize:none}._linkedin_message_page_container_d38mk_1{position:absolute;z-index:0;display:flex;width:100%;height:100vh;align-items:center;flex-shrink:0;background:linear-gradient(0deg,#0000,#0000),linear-gradient(243deg,#e2e0ff7a 1.53%,#e2e0ff7a 6.25%,#e2e0ff7a 9.9%,#e2e0ff7a 13.82%,#e2e0ff7a 18.2%,#e2e0ff7a 23.24%,#e2e0ff7a 28.39%,#e2e0ff7a 32.88%,#e2e0ff7a 38.18%,#e2e0ff7a 43.01%,#e2e0ff7a 48.62%,#e2e0ff7a 53.6%,#e2e0ff7a 58.84%,#e2e0ff7a 64.12%,#e2e0ff7a 69.03%,#e2e0ff7a 74.37%,#e2e0ff7a 79.99%,#e2e0ff7a 85.3%,#e2e0ff7a,#e2e0ff7a 96.07%)}._linkedin_message_page_container_d38mk_1 ._button_container_d38mk_11{display:flex;cursor:pointer;position:fixed;top:2rem;left:3rem;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;height:2.5rem;align-self:stretch;border-radius:.5rem;background:var(--primary-main, #3818d9)}._linkedin_message_page_container_d38mk_1 ._button_container_d38mk_11 div{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center;color:var(--Gray-100, #ececec)}._linkedin_message_page_container_d38mk_1 ._button_container_d38mk_11 p{color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._result_container_d38mk_43{display:flex;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);z-index:10;width:40rem;height:90vh;padding:2rem;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;border-radius:1rem;background:var(--color-gray-10, #fff)}._result_container_d38mk_43 ._result_sub_container_d38mk_60{display:flex;flex-direction:column;align-items:center;gap:2rem;flex:1 0 0;align-self:stretch}._result_container_d38mk_43 ._submit_button_d38mk_68{cursor:pointer;border-radius:.5rem;background:var(--primary-main, #3818d9);display:flex;padding:.75rem .5rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;color:var(--Gray-100, #ececec);border:0px;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._result_container_d38mk_43 ._result_header_d38mk_86{display:flex;height:8vh;padding:1.5rem;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;border-radius:.5rem;background:#e2e0ff66}._result_container_d38mk_43 ._result_header_d38mk_86 p{color:var(--primary-main, #3818d9);text-align:center;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._result_container_d38mk_43 ._result_field_d38mk_106{display:flex;flex-direction:column;align-items:center;height:40vh;gap:1.25rem;flex:1 0 0;align-self:stretch}._result_container_d38mk_43 ._result_field_d38mk_106 ._result_field_sub_container_d38mk_115{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;flex:1 0 0;align-self:stretch}._result_container_d38mk_43 ._result_field_d38mk_106 ._result_field_sub_container_d38mk_115 ._result_field_header_d38mk_124{display:flex;align-items:center;gap:.5rem;align-self:stretch}._result_container_d38mk_43 ._result_field_d38mk_106 ._result_field_sub_container_d38mk_115 ._result_field_header_d38mk_124 h1{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;flex:1 0 0}._result_container_d38mk_43 ._result_field_d38mk_106 ._result_field_sub_container_d38mk_115 ._result_field_header_d38mk_124 ._icon_container_d38mk_139{cursor:pointer;display:flex;align-items:center;gap:.5rem}._result_container_d38mk_43 ._result_field_d38mk_106 ._result_field_sub_container_d38mk_115 ._result_field_header_d38mk_124 ._icon_container_d38mk_139 p{cursor:pointer;color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._result_container_d38mk_43 ._result_field_d38mk_106 ._result_field_sub_container_d38mk_115 ._result_field_header_d38mk_124 ._icon_container_d38mk_139 ._icon_container_icon_d38mk_154{cursor:pointer;display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._result_container_d38mk_43 ._result_field_d38mk_106 ._result_field_sub_container_d38mk_115 ._result_output_d38mk_162{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);display:flex;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;height:95%;overflow:hidden;text-overflow:ellipsis;overflow-y:auto;resize:none}._views_1ftk6_1{width:100%;height:100vh;flex-shrink:0;overflow:hidden;background:linear-gradient(0deg,#0000,#0000),linear-gradient(243deg,#e2e0ff7a 1.53%,#e2e0ff7a 6.25%,#e2e0ff7a 9.9%,#e2e0ff7a 13.82%,#e2e0ff7a 18.2%,#e2e0ff7a 23.24%,#e2e0ff7a 28.39%,#e2e0ff7a 32.88%,#e2e0ff7a 38.18%,#e2e0ff7a 43.01%,#e2e0ff7a 48.62%,#e2e0ff7a 53.6%,#e2e0ff7a 58.84%,#e2e0ff7a 64.12%,#e2e0ff7a 69.03%,#e2e0ff7a 74.37%,#e2e0ff7a 79.99%,#e2e0ff7a 85.3%,#e2e0ff7a,#e2e0ff7a 96.07%)}._views_1ftk6_1 ._body_1ftk6_8{display:flex;flex-direction:column;align-self:stretch}._card_18x7i_1{display:flex;height:6.75rem;padding:1.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;border-radius:.75rem;border:.5px solid var(--primary-focus, #e2e0ff);background:#e2e0ff66}._card_18x7i_1 ._card_title_18x7i_14{align-self:stretch;color:var(--primary-main, #3818d9);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._card_18x7i_1:hover{background:#e2e0ffcc}._card_container_1nzsq_1{cursor:pointer;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;align-self:stretch}._card_container_1nzsq_1 ._card_sub_container_1nzsq_11{display:flex;justify-content:center;align-items:center;gap:2rem;align-self:stretch}._page_container_cbsnj_1{width:100%;height:100vh;flex-shrink:0;padding:1rem;background:linear-gradient(0deg,#0000,#0000),linear-gradient(243deg,#e2e0ff7a 1.53%,#e2e0ff7a 6.25%,#e2e0ff7a 9.9%,#e2e0ff7a 13.82%,#e2e0ff7a 18.2%,#e2e0ff7a 23.24%,#e2e0ff7a 28.39%,#e2e0ff7a 32.88%,#e2e0ff7a 38.18%,#e2e0ff7a 43.01%,#e2e0ff7a 48.62%,#e2e0ff7a 53.6%,#e2e0ff7a 58.84%,#e2e0ff7a 64.12%,#e2e0ff7a 69.03%,#e2e0ff7a 74.37%,#e2e0ff7a 79.99%,#e2e0ff7a 85.3%,#e2e0ff7a,#e2e0ff7a 96.07%)}._page_container_cbsnj_1 ._page_sub_container_cbsnj_8{display:flex;width:100%;height:100%;padding:7.5rem;flex-direction:column;justify-content:center;align-items:center;gap:3.75rem;flex-shrink:0;border-radius:1rem;background:var(--color-gray-10, #fff)}._page_container_cbsnj_1 ._page_sub_container_cbsnj_8 ._page_info_cbsnj_21{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch}._page_container_cbsnj_1 ._page_sub_container_cbsnj_8 ._page_info_cbsnj_21 h1{align-self:stretch;color:var(--Gray-900, #202020);text-align:center;font-size:1.75rem;font-style:normal;font-weight:500;line-height:2.25rem}._page_container_cbsnj_1 ._page_sub_container_cbsnj_8 ._page_info_cbsnj_21 p{align-self:stretch;color:var(--Gray-800, var(--color-gray-90, #3f3f3f));text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._page_container_cbsnj_1 ._page_sub_container_cbsnj_8 ._demo_container_cbsnj_47{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:2rem;align-self:stretch}._modal_overlay_178vc_1{height:fit-content;width:12.75rem;background-color:#0000001a;position:absolute;left:100%;bottom:20%;z-index:2000;visibility:hidden;background-color:transparent;display:flex;justify-content:center;align-items:center}._modal_overlay_178vc_1 ._modal_178vc_1{height:fit-content;display:flex;width:100%;overflow-y:auto;z-index:2000;transition:all .3s;border-radius:.75rem;background-color:#fff;box-shadow:0 0 19.4px 4px #c5c5c53d}._modal_overlay_178vc_1 ._modal_178vc_1 ._content_wrapper_178vc_26{width:100%;padding:1.25rem;display:flex;flex-direction:column;gap:1.25rem}._modal_overlay_178vc_1 ._modal_178vc_1 ._content_wrapper_178vc_26 ._settings_178vc_33{cursor:pointer;display:flex;gap:.75rem;align-items:center}._modal_overlay_178vc_1 ._modal_178vc_1 ._content_wrapper_178vc_26 ._settings_178vc_33 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.3125rem;letter-spacing:.01563rem}._modal_overlay_178vc_1 ._modal_178vc_1 ._content_wrapper_178vc_26 ._logout_178vc_47{cursor:pointer;display:flex;gap:.75rem;align-items:center}._modal_overlay_178vc_1 ._modal_178vc_1 ._content_wrapper_178vc_26 ._logout_178vc_47 p{color:var(--Danger-main, #ba1717);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.3125rem;letter-spacing:.01563rem}._modal_overlay_178vc_1 ._show_178vc_61{visibility:visible}._modal_overlay_178vc_1._show_178vc_61{display:flex;justify-content:center;align-items:center;animation:_animateIn_178vc_1 .4s;height:100%}._modal_overlay_178vc_1._hide_178vc_71{animation:_animateOut_178vc_1 .4s;height:100%}@keyframes _animateIn_178vc_1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes _animateOut_178vc_1{0%{transform:scale(1)}to{transform:scale(0)}}._sidebar_1pz44_1{display:flex;height:100%;padding:1rem .75rem;flex-direction:column;justify-content:space-between;align-items:center;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012}._sidebar_1pz44_1 ._sidebar_routes_1pz44_12{display:flex;flex-direction:column;align-items:center;gap:1.6rem;align-self:stretch}._sidebar_1pz44_1 ._sidebar_routes_1pz44_12 ._sidebar_routes_top_1pz44_19{display:flex;width:100%;align-self:center;justify-content:center;align-items:center}._sidebar_1pz44_1 ._sidebar_routes_1pz44_12 ._sidebar_routes_group_1pz44_26{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.1rem}._sidebar_1pz44_1 ._sidebar_routes_1pz44_12 ._sidebar_routes_group_1pz44_26 ._sidebar_route_active_1pz44_33{cursor:pointer;display:flex;padding:.64rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._sidebar_1pz44_1 ._sidebar_routes_1pz44_12 ._sidebar_routes_group_1pz44_26 ._sidebar_route_inactive_1pz44_43{cursor:pointer;display:flex;padding:.64rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.5rem;background:var(--Color-Background, #fff)}._sidebar_1pz44_1 ._sidebar_routes_1pz44_12 ._sidebar_routes_group_1pz44_26 ._sidebar_route_inactive_1pz44_43:hover{background:#eee}._sidebar_1pz44_1 ._sidebar_profile_1pz44_56{display:flex;width:2.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;position:relative}._sidebar_1pz44_1 ._sidebar_profile_1pz44_56 ._icon_wrapper_1pz44_65{cursor:pointer;display:flex;justify-content:center;align-items:center}._sidebar_1pz44_1 ._sidebar_profile_1pz44_56 img{margin:.5rem;width:1.25rem;height:1.25rem;flex-shrink:0;border-radius:100%}@media screen and (max-width: 768px){._sidebar_1pz44_1{padding:1rem .5rem;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;height:10vh;width:100%}._sidebar_routes_1pz44_12{display:flex;flex-direction:row!important;width:80%}._sidebar_routes_1pz44_12 ._sidebar_routes_top_1pz44_19{display:flex;flex-direction:row!important;gap:1rem;align-self:center;justify-content:center;align-items:center;width:10%!important}._sidebar_routes_1pz44_12 ._sidebar_routes_group_1pz44_26{display:flex;flex-direction:row!important;gap:.5rem;width:100%;align-self:center;justify-content:center;align-items:center}._sidebar_routes_1pz44_12 ._sidebar_routes_group_1pz44_26 ._sidebar_route_active_1pz44_33,._sidebar_routes_1pz44_12 ._sidebar_routes_group_1pz44_26 ._sidebar_route_inactive_1pz44_43{padding:.5rem}._sidebar_profile_1pz44_56{display:flex;width:20%!important;flex-direction:row!important;justify-content:center;align-items:center;gap:.75rem}._sidebar_profile_1pz44_56 ._icon_wrapper_1pz44_65{padding:.5rem}._sidebar_profile_1pz44_56 img{margin:.5rem;width:1.25rem;height:1.25rem;flex-shrink:0;border-radius:100%}}._button_678qk_1{cursor:pointer;display:flex;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;background:var(--primary-main, #3818d9)}._button_678qk_1:hover{background:var(--primary-dark, #2f14ba)}._button_678qk_1 ._text_678qk_15{color:var(--Gray-100, #ececec)!important;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._custom_button_iv25b_1{border:none;background-color:transparent;color:var(--color-primary-black, #000);cursor:pointer;padding:0;display:flex;align-items:center;outline:none;color:var(--color-gray-100, #202020);font-size:.9rem;font-style:normal;font-weight:500;border-radius:var(--8, .5rem);border:.8px solid var(--primary-grey, #f2f6fc);padding:.4rem}._button_1mwgy_1{cursor:pointer;display:flex;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1.6px) solid var(--primary-grey, #e9f1fd)}._button_1mwgy_1 ._text_1mwgy_12{color:var(--color-gray-80, #5f5f5f);text-align:center;font-size:1rem;font-style:normal;font-weight:500;text-transform:capitalize;width:100%}._button_13agy_1{cursor:pointer;display:flex;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;background:var(--primary-focus, #e2e0ff)}._button_13agy_1 ._text_13agy_12{color:var(--primary-main, #3818d9);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._button_13w5h_1{cursor:pointer}._button_1myra_1{cursor:pointer;display:flex;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--Danger-main, #ba1717);color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._button_hwct5_1{cursor:pointer;display:flex;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem}._button_hwct5_1 ._text_hwct5_11{color:var(--primary-pressed, #7e7e7e);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._button_1vazj_1{cursor:pointer;display:flex;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;background:var(--primary-hover, #3b25a8)}._button_1vazj_1 ._text_1vazj_12{color:var(--Gray-100, #fff);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._custom_field_button_1m99e_1{all:unset;cursor:pointer;display:flex;padding:.75rem var(--Padding-Navbar, 1.5rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;border-radius:.5rem;border:1px solid var(--primary-grey, #f2f6fc);background:var(--color-gray-10, #fff);align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;text-transform:capitalize}._custom_field_button_1m99e_1._active_1m99e_22{border-radius:.5rem;background:var(--primary-main, #3818d9);display:flex;padding:.75rem var(--Padding-Navbar, 1.5rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;color:var(--color-gray-10, #fff);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;align-self:stretch;text-transform:capitalize}._container_17dxw_1{cursor:pointer;display:flex;align-items:center}._label_q6yfi_1{cursor:pointer;width:4.4375rem;height:1.75rem;flex-shrink:0;border-radius:.25rem;display:inline-flex;justify-content:center;align-items:center;gap:.5rem}._label_q6yfi_1:hover{background:#c0e1ff80}._label_q6yfi_1 p{color:var(--Info-main, #006fd5);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.75rem}._label_8mz7n_1{display:inline-flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--primary-focus, #e2e0ff)}._label_8mz7n_1 p{color:var(--primary-hover, #3b25a8);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._modal_overlay_1j0yh_1{width:100%;background-color:#c5c5c53d!important;position:fixed;top:0;left:0;z-index:2144;visibility:hidden;background-color:transparent;display:flex;justify-content:center;align-items:center}._modal_overlay_1j0yh_1 ._modal_1j0yh_1{display:flex;justify-content:flex-start;align-items:center;background-color:#fff;width:100%;overflow-y:auto;border-radius:12px;position:relative;z-index:1000;transition:all .3s}._modal_overlay_1j0yh_1 ._show_1j0yh_26{visibility:visible}._modal_overlay_1j0yh_1._show_1j0yh_26{display:flex;justify-content:center;align-items:center;animation:_animateIn_1j0yh_1 .4s;height:100%}._modal_overlay_1j0yh_1._hide_1j0yh_36{animation:_animateOut_1j0yh_1 .4s}@keyframes _animateIn_1j0yh_1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes _animateOut_1j0yh_1{0%{transform:scale(1)}to{transform:scale(0)}}._main_wrapper_1tjku_1{cursor:pointer;width:100%;max-height:40vh;overflow-y:auto;display:flex;padding:2.5rem 0rem;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._main_wrapper_1tjku_1 ._icon_1tjku_17{display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._main_wrapper_1tjku_1 ._text_container_1tjku_26{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;align-self:stretch}._main_wrapper_1tjku_1 ._text_container_1tjku_26 h1{color:var(--flowkit-Charcoal, #222);text-align:center;align-self:stretch;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._main_wrapper_1tjku_1 ._text_container_1tjku_26 p{color:var(--color-gray-80, #5f5f5f);text-align:center;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch}._main_wrapper_1tjku_1 ._file_info_1tjku_52{display:flex;width:100%;justify-content:center;align-items:center;height:fit-content}._main_wrapper_1tjku_1 ._file_info_1tjku_52 ._sub_container_1tjku_59{display:flex;gap:.5rem;align-items:center;width:fit-content}._main_wrapper_1tjku_1 ._file_info_1tjku_52 ._sub_container_1tjku_59 ._file_1tjku_52{padding:.25rem .5rem;gap:.5rem;display:flex;justify-content:center;align-items:center;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._main_wrapper_1tjku_1 ._file_info_1tjku_52 ._sub_container_1tjku_59 ._file_1tjku_52 p{color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._main_wrapper_1tjku_1 ._file_info_1tjku_52 ._sub_container_1tjku_59 ._cancel_1tjku_81{display:flex;padding:.5rem;justify-content:center;align-items:center;border-radius:.25rem;background:var(--Danger-second, #f9f2f2)}._verify_csv_ljh1x_1{width:100%;height:20rem}._verify_csv_ljh1x_1 ._header_ljh1x_5{display:flex;padding:1rem;align-items:center;gap:var(--Padding-Navbar, 1.5rem);align-self:stretch;border-radius:.5rem .5rem 0rem 0rem;background:var(--primary-second, #f7f5ff)}._verify_csv_ljh1x_1 ._header_ljh1x_5 p{overflow:hidden;color:var(--primary-main, #3818d9);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:600;line-height:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0}._verify_csv_ljh1x_1 ._content_ljh1x_27{width:100%;height:calc(100% - 3.4rem);display:flex;flex-direction:column;overflow-y:auto}._verify_csv_ljh1x_1 ._content_ljh1x_27::-webkit-scrollbar{display:none}._verify_csv_ljh1x_1 ._row_ljh1x_37{display:flex;padding:1rem;align-items:center;gap:var(--Padding-Navbar, 1.5rem);align-self:stretch;background:var(--color-gray-10, #fff)}._verify_csv_ljh1x_1 ._row_ljh1x_37 p,._verify_csv_ljh1x_1 ._row_ljh1x_37 input{overflow:hidden;color:var(--color-gray-100, #202020);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._verify_csv_ljh1x_1 ._row_ljh1x_37 ._status_ljh1x_71{display:flex;align-items:center;justify-content:center}._icon_ljh1x_77{cursor:pointer}._simple_input_1ozej_1{display:flex;width:32.375rem;height:2.5rem;padding:.75rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex-shrink:0;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);overflow:hidden;color:var(--color-gray-50, #3f3f3f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch}._error_input_1ozej_27{display:flex;width:32.375rem;height:2.5rem;padding:.75rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;border-radius:.5rem;border:.5px solid var(--Danger-main, #ba1717);background:var(--color-gray-10, #fff);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-50, #363636);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_phiim_1{display:flex;height:7rem;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._main_container_phiim_1 textarea{resize:none;overflow-y:auto;color:var(--color-gray-70, #5f5f5f);text-overflow:ellipsis;flex:1 0 0;align-self:stretch;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_phiim_1 textarea::placeholder{color:var(--color-gray-40, #7e7e7e)}._main_container_phiim_1 textarea::-webkit-scrollbar{width:.28rem}._main_container_phiim_1 textarea::-webkit-scrollbar-thumb{background:var(--color-gray-70, #7e7e7e);border-radius:.25rem}._main_container_phiim_1 textarea:disabled{background:var(--color-gray-40, #fff);cursor:pointer}._input_group_12n8f_1{display:flex;flex-direction:column;gap:.5rem;margin-top:0;width:100%}._input_group_12n8f_1 label{color:var(--color-gray-100, #202020);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._ci_xs3e4_1{display:flex;flex-direction:column;gap:.5rem;border-radius:var(--8, .5rem);border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);padding:var(--8, .5rem) var(--16, 1rem);align-items:center;align-self:stretch}._ci_xs3e4_1 ._label_xs3e4_11{color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._ci_xs3e4_1 ._body_xs3e4_18{display:flex;align-items:center;gap:.5rem;justify-content:space-between;width:100%}._ci_xs3e4_1 ._body_xs3e4_18 ._input_xs3e4_25{width:100%;border:none;font-size:.75rem;font-style:normal;font-weight:400;color:var(--color-gray-100, #202020);background:none;outline:none}._ci_xs3e4_1 ._error_message_xs3e4_35{color:var(--color-red-100, #ff0000);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._container_aifwh_1{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}._container_aifwh_1 ._input_main_container_aifwh_8{height:50vh;width:100%;overflow:auto;display:flex;flex-direction:column;gap:1rem}._container_aifwh_1 ._input_main_container_aifwh_8::-webkit-scrollbar{display:none;width:0}._container_aifwh_1 ._input_main_container_aifwh_8 ._input_container_aifwh_20{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}._container_aifwh_1 ._input_main_container_aifwh_8 ._input_container_aifwh_20 p{color:var(--color-gray-90, #3f3f3f);align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1rem}._container_aifwh_1 ._input_main_container_aifwh_8 ._relevancy_container_aifwh_36{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;align-self:stretch}._container_aifwh_1 ._input_main_container_aifwh_8 ._relevancy_container_aifwh_36 p{align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_aifwh_1 ._input_main_container_aifwh_8 ._relevancy_container_aifwh_36 div{width:100%;display:flex;align-items:center}._container_aifwh_1 ._input_main_container_aifwh_8 ._relevancy_container_aifwh_36 div ._dropdown_container_aifwh_55{display:flex;width:20.5625rem;gap:0rem;color:var(--color-gray-70, #7e7e7e);background:var(--color-gray-10, #fff)}._container_aifwh_1 ._input_main_container_aifwh_8 ._relevancy_container_aifwh_36 div ._scoring_container_aifwh_62{margin-left:2.5rem;display:flex;align-items:flex-start;height:fit-content;gap:1.25rem}._container_aifwh_1 ._input_main_container_aifwh_8 ._relevancy_container_aifwh_36 div ._scoring_container_aifwh_62 ._selector_aifwh_69{width:fit-content;display:flex;align-items:center;gap:.75rem}._container_aifwh_1 ._input_main_container_aifwh_8 ._relevancy_container_aifwh_36 div ._scoring_container_aifwh_62 ._selector_aifwh_69 p{width:fit-content;color:var(--color-gray-70, #7e7e7e);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._container_aifwh_1 ._input_main_container_aifwh_8 ._info_container_aifwh_83{display:flex;padding:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;background:#f7f5ff80}._container_aifwh_1 ._input_main_container_aifwh_8 ._info_container_aifwh_83 div{display:flex;align-items:center;gap:.75rem;align-self:stretch}._container_aifwh_1 ._input_main_container_aifwh_8 ._info_container_aifwh_83 div div{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._container_aifwh_1 ._input_main_container_aifwh_8 ._info_container_aifwh_83 div p{overflow:hidden;color:var(--primary-hover, #3b25a8);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._row_1glh1_1{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem}._row_1glh1_1 ._label_1glh1_9{color:var(--color-gray-90, #3f3f3f);font-size:.8rem;font-style:normal;font-weight:500;line-height:normal;flex:1 0 0}._row_1glh1_1 ::-webkit-scrollbar{display:none}._row_1glh1_1 ._container_1glh1_20{width:100%;display:flex;align-items:center;gap:.5rem;flex:1 0 0}._row_1glh1_1 ._container_1glh1_20 ._selected_container_1glh1_27{display:flex;align-items:center;gap:.5rem;max-width:100%;overflow-x:auto}._row_1glh1_1 ._container_1glh1_20 ._selected_container_1glh1_27 ._selected_1glh1_27{display:flex;padding:.25rem .625rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.4rem;background:var(--primary-second, #f7f5ff);border:.5px solid var(--primary-border, #f7f5ff)}._row_1glh1_1 ._container_1glh1_20 ._selected_container_1glh1_27 ._selected_1glh1_27 p{color:var(--primary-main, #3818d9);font-size:.8rem;font-style:normal;font-weight:500;line-height:1rem;white-space:nowrap}._row_1glh1_1 ._container_1glh1_20 ._dropdown_trigger_1glh1_52{width:8rem;display:flex;justify-content:center;align-items:center;gap:.25rem}._row_1glh1_1 ._container_1glh1_20 ._dropdown_trigger_1glh1_52 p{cursor:pointer;overflow:hidden;color:var(--color-gray-70, #7e7e7e);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0}._row_1glh1_1 ._container_1glh1_20 ._dropdown_1glh1_52{position:relative;width:10rem}._row_1glh1_1 ._container_1glh1_20 ._dropdown_1glh1_52 ._input_1glh1_77{display:flex;padding:.25rem .625rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.375rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);color:var(--color-gray-80, #5f5f5f);font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem}._row_1glh1_1 ._container_1glh1_20 ._dropdown_1glh1_52 ._dropdown_options_1glh1_91{background-color:#fff;height:100%;min-height:5.2rem;overflow-y:auto;top:120%;padding:.6rem 0;position:absolute;display:flex;width:100%;flex-direction:column;align-items:center;border-radius:.375rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._row_1glh1_1 ._container_1glh1_20 ._dropdown_1glh1_52 ._dropdown_options_1glh1_91 ._placeholder_1glh1_106{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-gray-80, #5f5f5f);text-align:center;font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem}._row_1glh1_1 ._container_1glh1_20 ._dropdown_1glh1_52 ._dropdown_options_1glh1_91 ._option_1glh1_119{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._row_1glh1_1 ._container_1glh1_20 ._dropdown_1glh1_52 ._dropdown_options_1glh1_91 ._option_1glh1_119 p{color:var(--color-gray-80, #5f5f5f);font-size:.7rem;font-style:normal;font-weight:500;flex:1 0 0;padding:.4rem 1rem}._row_1glh1_1 ._container_1glh1_20 ._dropdown_1glh1_52 ._dropdown_options_1glh1_91 ._option_1glh1_119:hover{background:var(--primary-second, #f7f5ff)}._row_1glh1_1 ._container_1glh1_20 ._action_1glh1_138{display:flex;align-items:center;gap:.5rem}._icon_1glh1_144{cursor:pointer}._main_container_plgsg_1{display:flex;width:100%;overflow-y:auto;flex-direction:column;align-items:center;gap:2rem;scrollbar-width:none}._main_container_plgsg_1 ._header_plgsg_10{display:flex;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;font-size:.9rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:left;color:var(--color-gray-90, #3f3f3f)}._main_container_plgsg_1 ::-webkit-scrollbar{display:none}._main_container_plgsg_1 ._fine_tune_plgsg_26{display:flex;flex-direction:column;gap:1.5rem;align-items:center;align-self:stretch}._main_container_plgsg_1 ._container_plgsg_33{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._main_container_plgsg_1 ._container_plgsg_33 ._input_label_plgsg_41{display:flex;align-items:center;gap:.5rem;align-self:stretch}._main_container_plgsg_1 ._container_plgsg_33 ._input_label_plgsg_41 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_plgsg_1 ._container_plgsg_33 ._input_label_plgsg_41 ._tooltip_plgsg_54{cursor:pointer;display:flex;height:1rem;justify-content:center;align-items:center;position:relative;display:inline-block;font-size:.875rem}._main_container_plgsg_1 ._container_plgsg_33 ._input_label_plgsg_41 ._tooltip_plgsg_54 ._tooltiptext_plgsg_64{visibility:hidden;width:80px;background-color:#747474;color:#fff;text-align:center;padding:2px;border-radius:6px;z-index:50}._main_container_plgsg_1 ._container_plgsg_33 ._input_label_plgsg_41 ._tooltip_plgsg_54:hover ._tooltiptext_plgsg_64{visibility:visible}._main_container_plgsg_1 ._container_plgsg_33 ._input_plgsg_41{display:flex;height:2.5rem;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-50, #b1b1b1);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_plgsg_1 ._container_plgsg_33 ._select_container_plgsg_101{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}._main_container_plgsg_1 ._container_plgsg_33 ._select_container_plgsg_101 ._option_plgsg_108{display:flex;padding:.5rem 0rem;align-items:center;gap:1rem;width:100%}._main_container_plgsg_1 ._container_plgsg_33 ._select_container_plgsg_101 ._option_plgsg_108 div{cursor:pointer;width:1.2rem;height:1.2rem;flex-shrink:0;border-radius:100%;object-fit:contain}._main_container_plgsg_1 ._container_plgsg_33 ._select_container_plgsg_101 ._option_plgsg_108 p{color:var(--Gray-700, var(--color-gray-80, #5f5f5f));font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:100%;cursor:pointer}._main_container_plgsg_1 ._container_plgsg_33 ._result_count_plgsg_132{display:flex;padding-top:1.25rem;align-items:center;gap:2.5rem;align-self:stretch}._main_container_plgsg_1 ._container_plgsg_33 ._result_count_plgsg_132 p{color:var(--color-gray-90, #3f3f3f);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_plgsg_1 ._linkedin_type_plgsg_147{display:flex;flex-direction:column;gap:1.5rem;align-items:center;align-self:stretch}._main_container_plgsg_1 ._linkedin_type_plgsg_147 ._input_label_plgsg_41{display:flex;align-items:center;gap:.5rem;align-self:stretch}._main_container_plgsg_1 ._linkedin_type_plgsg_147 ._input_label_plgsg_41 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_plgsg_1 ._linkedin_type_plgsg_147 ._input_label_plgsg_41 ._tooltip_plgsg_54{cursor:pointer;display:flex;height:1rem;justify-content:center;align-items:center;position:relative;display:inline-block;font-size:.875rem}._main_container_plgsg_1 ._linkedin_type_plgsg_147 ._input_label_plgsg_41 ._tooltip_plgsg_54 ._tooltiptext_plgsg_64{visibility:hidden;width:80px;background-color:#747474;color:#fff;text-align:center;padding:2px;border-radius:6px;z-index:50}._main_container_plgsg_1 ._linkedin_type_plgsg_147 ._input_label_plgsg_41 ._tooltip_plgsg_54:hover ._tooltiptext_plgsg_64{visibility:visible}._main_container_plgsg_1 ._linkedin_type_plgsg_147 ._input_plgsg_41{display:flex;height:2.5rem;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-50, #b1b1b1);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_plgsg_1 ._linkedin_type_plgsg_147 ._select_container_plgsg_101{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}._main_container_plgsg_1 ._linkedin_type_plgsg_147 ._select_container_plgsg_101 ._option_plgsg_108{display:flex;padding:.5rem 0rem;align-items:center;gap:.75rem;width:100%}._main_container_plgsg_1 ._linkedin_type_plgsg_147 ._select_container_plgsg_101 ._option_plgsg_108 div{cursor:pointer;width:1rem;height:1rem;flex-shrink:0;border-radius:100%}._main_container_plgsg_1 ._linkedin_type_plgsg_147 ._select_container_plgsg_101 ._option_plgsg_108 p{color:var(--Gray-700, var(--color-gray-80, #5f5f5f));font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:100%;cursor:pointer}._main_container_plgsg_1 ._linkedin_type_plgsg_147 ._result_count_plgsg_132{display:flex;padding-top:1.25rem;align-items:center;gap:2.5rem;align-self:stretch}._main_container_plgsg_1 ._linkedin_type_plgsg_147 ._result_count_plgsg_132 p{color:var(--color-gray-90, #3f3f3f);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._dropdown_wrapper_ei7vw_1{position:relative;flex:1 0 0;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:#fff}._dropdown_wrapper_ei7vw_1 ._dropdown_trigger_ei7vw_8{cursor:pointer;display:flex;gap:.5rem;padding:.5rem;align-items:center;width:100%;flex:100%}._dropdown_wrapper_ei7vw_1 ._dropdown_trigger_ei7vw_8 p{width:100%;text-align:left;overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0}._dropdown_wrapper_ei7vw_1 ._dropdown_container_ei7vw_32{position:absolute;top:2.8rem!important;max-height:12rem;overflow:scroll;right:0;min-width:100%;min-height:100%;background:#fff;border:1px solid var(--primary-grey, #f2f6fc);border-radius:.5rem;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.2rem;box-shadow:0 0 8px #00000014;padding:.4rem}._dropdown_wrapper_ei7vw_1 ._dropdown_container_ei7vw_32 input{width:100%;padding:.5rem;border:var(--0, 1.6px) solid var(--primary-grey, #e9f1fd);border-radius:.4rem;margin-bottom:.5rem;font-size:.9rem}._dropdown_wrapper_ei7vw_1 ._dropdown_container_ei7vw_32 ._option_ei7vw_60{display:flex;justify-content:center;align-items:center;gap:.2rem;padding:.5rem;cursor:pointer;height:100%;width:100%}._dropdown_wrapper_ei7vw_1 ._dropdown_container_ei7vw_32 ._option_ei7vw_60 ._option_text_ei7vw_70{width:100%;color:#5f5f5f;font-style:normal;font-weight:500;text-overflow:ellipsis;white-space:nowrap;max-width:100%;text-align:left;font-size:.875rem}._dropdown_wrapper_ei7vw_1 ._dropdown_container_ei7vw_32 ._option_ei7vw_60:hover{background:#c5c5c51a;border-radius:.4rem}._dropdown_wrapper_ei7vw_1 ._dropdown_container_ei7vw_32 ._custom_ei7vw_85{display:flex;gap:.25rem;align-items:center}._dropdown_wrapper_ei7vw_1 ._dropdown_container_ei7vw_32 ._custom_ei7vw_85 p{font-size:.75rem;font-style:normal;cursor:pointer;font-weight:400;line-height:1rem;flex:1 0 0;color:var(--Info-main, #006fd5)}._dropdown_wrapper_ei7vw_1 ._dropdown_container_ei7vw_32 ._custom_ei7vw_85 input{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;flex:1 0 0}._dropdown_wrapper_ei7vw_1 ._dropdown_container_ei7vw_32 ._custom_ei7vw_85 ._action_ei7vw_115{display:flex;align-items:center;gap:.5rem}._dropdown_wrapper_ei7vw_1 ._dropdown_container_ei7vw_32 ._custom_ei7vw_85 ._action_ei7vw_115 ._icon_ei7vw_120{cursor:pointer}._label_ei7vw_124{cursor:pointer;width:100%;padding:.25rem .5rem;display:flex;align-items:center;border-radius:.25rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._field_mapping_1s8p8_1{position:relative;z-index:10;width:100%;height:24rem;overflow-y:auto;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._field_mapping_1s8p8_1 ::-webkit-scrollbar{display:none}._field_mapping_1s8p8_1 ._header_1s8p8_14{display:flex;padding:.75rem 1.25rem;align-items:center;gap:var(--Padding-Navbar, 1.5rem);align-self:stretch;border-radius:.75rem .75rem 0rem 0rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:#fafafa}._field_mapping_1s8p8_1 ._header_1s8p8_14 ._title1_1s8p8_24{display:flex;justify-content:center;align-items:center;max-width:4rem;flex:1 0 0;color:var(--color-gray-100, #202020);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._field_mapping_1s8p8_1 ._header_1s8p8_14 ._title2_1s8p8_37{display:flex;justify-content:flex-start;align-items:center;max-width:20rem;flex:1 0 0;color:var(--color-gray-100, #202020);text-align:left;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;gap:1rem}._field_mapping_1s8p8_1 ._header_1s8p8_14 ._title3_1s8p8_51{justify-content:center;align-items:center;flex:1 0 0;color:var(--color-gray-100, #202020);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;display:flex;gap:1rem}._field_mapping_1s8p8_1 ._content_1s8p8_65{display:flex;flex-direction:column;gap:.5rem;padding:1rem;align-self:stretch}._field_mapping_1s8p8_1 ._content_1s8p8_65 ._header_text_1s8p8_72{display:flex;padding:.4rem .8rem;align-items:center;background:#fafafa;align-self:stretch;justify-content:center;border-radius:.4rem;background:var(--primary-second, #f7f5ff);text-transform:capitalize;color:#3818d9;margin:.4rem;font-size:.8rem;font-weight:500}._field_mapping_1s8p8_1 ._content_1s8p8_65 ._field_1s8p8_1{display:flex;align-items:center;gap:var(--Padding-Navbar, 1.5rem)}._field_mapping_1s8p8_1 ._content_1s8p8_65 ._field_1s8p8_1 ._status_1s8p8_92{justify-content:center;align-items:center;max-width:4rem;flex:1 0 0;color:var(--color-gray-100, #202020);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;display:flex;align-self:center}._field_mapping_1s8p8_1 ._content_1s8p8_65 ._field_1s8p8_1 ._our_field_1s8p8_107{max-width:20rem;flex:1 0 0;color:var(--color-gray-100, #202020);text-align:left;font-size:1rem;font-style:normal;font-weight:500;line-height:1.25rem}._field_mapping_1s8p8_1 ._content_1s8p8_65 ._field_1s8p8_1 ._mapping_1s8p8_117{flex:1 0 0;color:var(--color-gray-100, #202020);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;gap:1rem;display:flex;align-items:center;justify-content:center}._field_mapping_1s8p8_1 ._content_1s8p8_65 ._field_1s8p8_1 ._mapping_1s8p8_117 ._delete_field_1s8p8_131{display:flex;justify-content:center;align-items:center;cursor:pointer;padding:.4rem;border-radius:.4rem}._field_mapping_1s8p8_1 ._content_1s8p8_65 ._field_1s8p8_1 ._mapping_1s8p8_117 ._delete_field_1s8p8_131:hover{background:var(--color-gray-20, #f9f9f9)}._field_mapping_1s8p8_1 ._content_1s8p8_65 ._field_1s8p8_1 ._mapping_1s8p8_117 ._empty_1s8p8_142{display:flex;justify-content:center;align-items:center;cursor:pointer;padding:.4rem;border-radius:.4rem;min-width:2rem}._extension_yi12v_1{padding:1.5rem;display:flex;justify-content:space-between;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);width:100%}._extension_yi12v_1 ._text_yi12v_10{display:flex;flex-direction:column;gap:.25rem}._extension_yi12v_1 ._text_yi12v_10 span{display:flex;gap:.5rem;align-items:center;justify-content:start;width:fit-content}._extension_yi12v_1 ._text_yi12v_10 span h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._extension_yi12v_1 ._text_yi12v_10 span p{display:flex;padding:.25rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._extension_yi12v_1 ._text_yi12v_10 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._extension_yi12v_1 ._extension_button_yi12v_50{cursor:pointer;display:flex;padding:.5rem 1rem;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--primary-focus, #e2e0ff)}._extension_yi12v_1 ._extension_button_yi12v_50 p{color:var(--primary-main, #3818d9);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._container_q2da1_1{display:flex;justify-content:center;align-items:center;gap:2rem;align-self:stretch}._container_q2da1_1 ._option_container_selected_q2da1_8{cursor:pointer;display:flex;padding:var(--Padding-Navbar, 1.5rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;align-self:stretch;border-radius:.75rem;border:.5px solid var(--primary-focus, #e2e0ff);background:#e2e0ff66}._container_q2da1_1 ._option_container_selected_q2da1_8 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._container_q2da1_1 ._option_container_selected_q2da1_8 p{color:var(--color-gray-90, #3f3f3f);text-align:center;align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_q2da1_1 ._option_container_q2da1_8{cursor:pointer;display:flex;padding:var(--Padding-Navbar, 1.5rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;align-self:stretch;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._container_q2da1_1 ._option_container_q2da1_8 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._container_q2da1_1 ._option_container_q2da1_8 p{color:var(--color-gray-90, #3f3f3f);text-align:center;align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._link_field_q2da1_69{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._link_field_q2da1_69 div{display:flex;align-items:center;gap:.5rem;align-self:stretch}._link_field_q2da1_69 div p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._wrapper_7o95o_1{width:100%;position:relative;display:flex;flex-direction:column;gap:.5rem}._wrapper_7o95o_1 ._trigger_7o95o_8{cursor:pointer;display:flex;width:100%;height:2.5rem;padding:.75rem 1.25rem;justify-content:center;align-items:center;gap:1.25rem;flex-shrink:0;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._wrapper_7o95o_1 ._trigger_7o95o_8 p{overflow:hidden;color:var(--color-gray-70, #7e7e7e);text-overflow:ellipsis;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;font-size:.75rem;font-style:normal;font-weight:500;display:flex;align-items:center}._wrapper_7o95o_1 ._menu_7o95o_35{display:flex;width:100%;padding:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;border-radius:.375rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);box-shadow:0 5px 14px #080f340a}._wrapper_7o95o_1 ._menu_7o95o_35 input{display:flex;height:2.5rem;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-50, #b1b1b1);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._wrapper_7o95o_1 ._menu_7o95o_35 ._options_7o95o_72{height:15vh;display:flex;flex-direction:column;gap:.5rem;align-self:stretch;overflow:auto}._wrapper_7o95o_1 ._menu_7o95o_35 ._options_7o95o_72::-webkit-scrollbar{display:none;width:0}._wrapper_7o95o_1 ._menu_7o95o_35 ._options_7o95o_72 ._option_7o95o_72{padding:.25rem;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._wrapper_7o95o_1 ._menu_7o95o_35 ._options_7o95o_72 ._option_7o95o_72:hover{border-radius:.25rem;background:#c5c5c533}._wrapper_7o95o_1 ._menu_7o95o_35 ._options_7o95o_72 ._option_7o95o_72 p{color:var(--color-gray-90, #3f3f3f);flex:1 0 0;font-size:.75rem;font-weight:500;line-height:1rem}._wrapper_7o95o_1 ._menu_7o95o_35 ._options_7o95o_72 ._option_7o95o_72 ._selected_7o95o_104{display:flex;justify-content:center;align-items:center;width:1rem;height:1rem;border-radius:.25rem;background:var(--primary-pressed, #372980)}._wrapper_7o95o_1 ._menu_7o95o_35 ._options_7o95o_72 ._option_selected_7o95o_113{margin-inline-end:.125rem;border-radius:.25rem;padding:.25rem;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;background:#e2e0ff}._wrapper_7o95o_1 ._menu_7o95o_35 ._options_7o95o_72 ._option_selected_7o95o_113 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.75rem;font-weight:semibold;line-height:1rem}._wrapper_7o95o_1 ._menu_7o95o_35 ._options_7o95o_72 ._option_selected_7o95o_113 ._selected_7o95o_104{display:flex;justify-content:center;align-items:center;width:1rem;height:1rem;border-radius:.25rem;background:var(--primary-pressed, #372980)}._wrapper_7o95o_1 ._menu_absolute_7o95o_141{width:100%;top:120%;display:flex;padding:.6rem;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;border-radius:.375rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);position:absolute;z-index:4000;box-shadow:0 5px 14px #080f340a;height:fit-content}._wrapper_7o95o_1 ._menu_absolute_7o95o_141 input{display:flex;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-50, #b1b1b1);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._wrapper_7o95o_1 ._menu_absolute_7o95o_141 ._options_7o95o_72{height:15vh;display:flex;flex-direction:column;gap:.5rem;align-self:stretch;overflow:auto}._wrapper_7o95o_1 ._menu_absolute_7o95o_141 ._options_7o95o_72::-webkit-scrollbar{display:none;width:0}._wrapper_7o95o_1 ._menu_absolute_7o95o_141 ._options_7o95o_72 ._option_7o95o_72{padding:.25rem;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._wrapper_7o95o_1 ._menu_absolute_7o95o_141 ._options_7o95o_72 ._option_7o95o_72:hover{border-radius:.25rem;background:#c5c5c533}._wrapper_7o95o_1 ._menu_absolute_7o95o_141 ._options_7o95o_72 ._option_7o95o_72 p{color:var(--color-gray-90, #3f3f3f);flex:1 0 0;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._wrapper_7o95o_1 ._menu_absolute_7o95o_141 ._options_7o95o_72 ._option_7o95o_72 ._selected_7o95o_104{display:flex;justify-content:center;align-items:center;width:1rem;height:1rem;border-radius:.25rem;background:var(--primary-pressed, #372980)}._wrapper_7o95o_1 ._menu_absolute_7o95o_141 ._options_7o95o_72 ._option_selected_7o95o_113{margin-inline-end:.125rem;border-radius:.25rem;padding:.25rem;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;background:#e2e0ff}._wrapper_7o95o_1 ._menu_absolute_7o95o_141 ._options_7o95o_72 ._option_selected_7o95o_113 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.75rem;font-weight:semibold;line-height:1rem}._wrapper_7o95o_1 ._menu_absolute_7o95o_141 ._options_7o95o_72 ._option_selected_7o95o_113 ._selected_7o95o_104{display:flex;justify-content:center;align-items:center;width:1rem;height:1rem;border-radius:.25rem;background:var(--primary-pressed, #372980)}._custom_dropdown_luj9f_1{width:100%;position:relative}._custom_dropdown_luj9f_1 ._dropdown_head_luj9f_5{cursor:pointer;display:flex;padding:.5rem 1.25rem;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._custom_dropdown_luj9f_1 ._dropdown_head_luj9f_5 p{overflow:hidden;color:var(--color-gray-70, #7e7e7e);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0}._custom_dropdown_luj9f_1 ._dropdown_options_luj9f_30{position:absolute;box-shadow:0 2px 8px #0000001a;width:100%;top:120%;display:flex;padding:1rem;flex-direction:column;justify-content:center;align-items:center;gap:.6rem;border-radius:.4rem;background:var(--color-gray-10, #fff)}._custom_dropdown_luj9f_1 ._dropdown_options_luj9f_30 ._option_container_luj9f_44{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;padding:.25rem .5rem}._custom_dropdown_luj9f_1 ._dropdown_options_luj9f_30 ._option_container_luj9f_44 p{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;flex:1 0 0}._custom_dropdown_luj9f_1 ._dropdown_options_luj9f_30 ._selected_luj9f_61{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.75rem;padding:.25rem .5rem;align-self:stretch;border-radius:.25rem;background:var(--primary-focus, #e2e0ff)}._custom_dropdown_luj9f_1 ._dropdown_options_luj9f_30 ._selected_luj9f_61 p{color:var(--color-gray-90, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;flex:1 0 0}._container_17vgu_1{display:flex;justify-content:center;align-items:center;gap:2rem;width:100%;align-self:stretch}._container_17vgu_1 ._option_box_17vgu_9{cursor:pointer;display:flex;padding:var(--Padding-Navbar, 1.5rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;align-self:stretch;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._container_17vgu_1 ._option_box_17vgu_9:hover{border:.5px solid var(--primary-focus, #efeefb);background:#e2e0ff66}._container_17vgu_1 ._option_box_17vgu_9 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._container_17vgu_1 ._option_box_17vgu_9 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_17vgu_1 ._option_box_selected_17vgu_43{cursor:pointer;display:flex;padding:var(--Padding-Navbar, 1.5rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;align-self:stretch;border-radius:.75rem;border:.5px solid var(--primary-focus, #e2e0ff);background:#e2e0ff66}._container_17vgu_1 ._option_box_selected_17vgu_43 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._container_17vgu_1 ._option_box_selected_17vgu_43 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._new_search_17vgu_74{display:flex;height:4.25rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._new_search_17vgu_74 p{color:var(--color-gray-90, #3f3f3f);align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._select_import_17vgu_92{z-index:50;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;width:100%}._select_import_17vgu_92 p{color:var(--color-gray-90, #3f3f3f);align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._select_import_17vgu_92 ._dropdown_field_17vgu_109{display:flex;height:2.5rem;cursor:pointer;padding:.8rem 1.25rem;justify-content:center;align-items:center;width:100%;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._select_import_17vgu_92 ._dropdown_field_17vgu_109 input{cursor:pointer;width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--color-gray-70, #7e7e7e);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._select_import_17vgu_92 ._dropdown_field_17vgu_109 div{width:1.25rem;height:1.25rem}._select_import_17vgu_92 ._suggestion_list_17vgu_142{display:flex;padding:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;align-self:stretch;border-radius:.375rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._select_import_17vgu_92 ._suggestion_list_17vgu_142 input{display:flex;height:2.5rem;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._select_import_17vgu_92 ._suggestion_list_17vgu_142 ._list_17vgu_167{display:flex;padding:.2rem .5rem;flex-direction:column;align-items:center;gap:1rem;overflow:auto;align-self:stretch;height:15vh}._select_import_17vgu_92 ._suggestion_list_17vgu_142 ._list_17vgu_167 ._row_17vgu_177{display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._select_import_17vgu_92 ._suggestion_list_17vgu_142 ._list_17vgu_167 ._row_17vgu_177 p{color:var(--color-gray-90, #3f3f3f);flex:1 0 0;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;align-items:center}._select_import_17vgu_92 ._suggestion_list_17vgu_142 ._list_17vgu_167 ._row_17vgu_177 div{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.625rem;height:1rem;width:1rem;border-radius:.25rem;border:1px solid #ebecf2}._select_import_17vgu_92 ._suggestion_list_17vgu_142 ._list_17vgu_167 ._row_selected_17vgu_204{border-radius:.25rem;background:var(--primary-focus, #e2e0ff);padding:.25rem;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._select_import_17vgu_92 ._suggestion_list_17vgu_142 ._list_17vgu_167 ._row_selected_17vgu_204 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;align-items:center}._select_import_17vgu_92 ._suggestion_list_17vgu_142 ._list_17vgu_167 ._row_selected_17vgu_204 div{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.625rem;height:1rem;width:1rem;border-radius:.25rem;border:1px solid #ebecf2}._select_import_17vgu_92 ._option_17vgu_9{display:flex;width:100%;padding:.5rem 0rem;justify-content:center;align-items:center;gap:.75rem}._select_import_17vgu_92 ._option_17vgu_9 ._selected_17vgu_242{cursor:pointer;width:1rem;height:1rem;border-radius:.25rem;background:var(--primary-pressed, #372980);display:flex;justify-content:center;align-items:center}._select_import_17vgu_92 ._option_17vgu_9 ._unselected_17vgu_252{cursor:pointer;width:1rem;height:1rem;border-radius:.25rem;background:#fff;border:1px solid #ebecf2;display:flex;justify-content:center;align-items:center}._select_import_17vgu_92 ._option_17vgu_9 p{color:var(--Gray-700, var(--color-gray-80, #5f5f5f));flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;cursor:pointer}._hidebox_17vgu_273{display:none}._selected_17vgu_242{cursor:pointer;width:1rem;height:1rem;border-radius:.25rem;background:var(--primary-pressed, #372980);display:flex;justify-content:center;align-items:center}._unselected_17vgu_252{cursor:pointer;width:1rem;height:1rem;border-radius:.25rem;background:#fff;border:1px solid #ebecf2;display:flex;justify-content:center;align-items:center}._option_container_13ohk_1{display:flex;justify-content:center;align-items:center;gap:2rem;align-self:stretch}._option_container_13ohk_1 ._option_13ohk_1{cursor:pointer;display:flex;padding:var(--Padding-Navbar, 1.5rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;align-self:stretch;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:#c5c5c533}._option_container_13ohk_1 ._option_13ohk_1 p{color:var(--Gray-700, var(--color-gray-80, #5f5f5f));text-align:center;align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._option_container_13ohk_1 ._option_selected_13ohk_31{cursor:pointer;display:flex;padding:var(--Padding-Navbar, 1.5rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;align-self:stretch;border-radius:.75rem;border:.5px solid var(--primary-focus, #e2e0ff);background:#e2e0ff66}._option_container_13ohk_1 ._option_selected_13ohk_31 p{color:var(--primary-main, #3818d9);text-align:center;align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._automate_control_13ohk_55{display:flex;padding:1.25rem;justify-content:space-between;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:#f7f5ff3d}._automate_control_13ohk_55 ._text_content_13ohk_66{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem}._automate_control_13ohk_55 ._text_content_13ohk_66 div{width:100%}._automate_control_13ohk_55 ._text_content_13ohk_66 div h1{color:var(--color-gray-90, #3f3f3f);align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._automate_control_13ohk_55 ._text_content_13ohk_66 div p{color:var(--color-gray-80, #5f5f5f);align-self:stretch;font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem}._automate_control_13ohk_55 ._dropdowns_13ohk_93{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem}._automate_control_13ohk_55 ._dropdowns_13ohk_93 ._multi_dropdown_13ohk_101{display:flex;justify-content:center;align-items:center;gap:.5rem}._automate_control_13ohk_55 ._dropdowns_13ohk_93 ._multi_dropdown_13ohk_101 ._dropdown_13ohk_93{width:100%}._automate_control_13ohk_55 ._dropdowns_13ohk_93 ._multi_dropdown_13ohk_101 p{color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._automate_control_13ohk_55 ._field_container_13ohk_122{width:100%;display:flex;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch}._automate_control_13ohk_55 ._field_container_13ohk_122 ._text_container_13ohk_130{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;flex:1 0 0;width:50%}._automate_control_13ohk_55 ._field_container_13ohk_122 ._text_container_13ohk_130 ._p1_13ohk_139{color:var(--color-gray-90, #3f3f3f);align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._automate_control_13ohk_55 ._field_container_13ohk_122 ._text_container_13ohk_130 ._p2_13ohk_147{color:var(--color-gray-80, #5f5f5f);align-self:stretch;font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem}._automate_control_13ohk_55 ._field_container_13ohk_122 ._dropdown_13ohk_93{width:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0;border-radius:.5rem;background:var(--color-gray-10, #fff)}._automate_control_13ohk_55 ._field_container_13ohk_122 ._multi_dropdown_13ohk_101{width:50%;display:flex;justify-content:center;align-items:center;gap:.45rem}._automate_control_13ohk_55 ._field_container_13ohk_122 ._multi_dropdown_13ohk_101 ._dropdown_13ohk_93{display:flex;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0;border-radius:.5rem;background:var(--color-gray-10, #fff)}._automate_control_13ohk_55 ._field_container_13ohk_122 ._multi_dropdown_13ohk_101 ._dropdown_13ohk_93 p{overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._automate_control_13ohk_55 ._field_container_13ohk_122 ._multi_dropdown_13ohk_101 p{color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._select_scraping_type_container_spxal_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._select_scraping_type_container_spxal_1 ._select_scraping_type_sub_container_spxal_9{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem;width:100%}._select_scraping_type_container_spxal_1 ._select_scraping_type_sub_container_spxal_9 ._option_container_spxal_16{cursor:pointer;display:flex;padding:var(--Padding-Navbar, 1.5rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;align-self:stretch;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._select_scraping_type_container_spxal_1 ._select_scraping_type_sub_container_spxal_9 ._option_container_spxal_16 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._select_scraping_type_container_spxal_1 ._select_scraping_type_sub_container_spxal_9 ._option_container_spxal_16 h1{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._select_scraping_type_container_spxal_1 ._select_scraping_type_sub_container_spxal_9 ._option_container_spxal_16 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._select_scraping_type_container_spxal_1 ._select_scraping_type_sub_container_spxal_9 ._option_container_selected_spxal_55{cursor:pointer;display:flex;padding:var(--Padding-Navbar, 1.5rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;align-self:stretch;border-radius:.75rem;border:.5px solid var(--primary-focus, #e2e0ff);background:#e2e0ff66}._select_scraping_type_container_spxal_1 ._select_scraping_type_sub_container_spxal_9 ._option_container_selected_spxal_55 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._select_scraping_type_container_spxal_1 ._select_scraping_type_sub_container_spxal_9 ._option_container_selected_spxal_55 h1{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._select_scraping_type_container_spxal_1 ._select_scraping_type_sub_container_spxal_9 ._option_container_selected_spxal_55 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._search_model_fields_1fsfy_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._search_model_fields_1fsfy_1 ._text_content_1fsfy_9{align-self:stretch;color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._search_model_fields_1fsfy_1 ._profile_view_1fsfy_17{cursor:pointer;display:flex;padding:1rem 1.25rem;align-items:center;gap:2rem;align-self:stretch;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._search_model_fields_1fsfy_1 ._profile_view_1fsfy_17 ._profile_details_container_1fsfy_27{display:flex;align-items:center;gap:1rem;flex:1 0 0}._search_model_fields_1fsfy_1 ._profile_view_1fsfy_17 ._profile_details_container_1fsfy_27 img{width:3rem;height:3rem;border-radius:3.125rem}._search_model_fields_1fsfy_1 ._profile_view_1fsfy_17 ._profile_details_container_1fsfy_27 ._profile_details_1fsfy_27{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0;align-self:stretch}._search_model_fields_1fsfy_1 ._profile_view_1fsfy_17 ._profile_details_container_1fsfy_27 ._profile_details_1fsfy_27 h1{color:var(--color-gray-100, #202020);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.5rem;align-self:stretch}._search_model_fields_1fsfy_1 ._profile_view_1fsfy_17 ._profile_details_container_1fsfy_27 ._profile_details_1fsfy_27 p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}._search_model_fields_1fsfy_1 ._status_1fsfy_68{display:flex;align-items:center;gap:.5rem}._search_model_fields_1fsfy_1 ._status_1fsfy_68 ._icon_1fsfy_73{display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._search_model_fields_1fsfy_1 ._status_1fsfy_68 p{color:var(--Success-main, #03781d);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._container_1kfzd_1{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._container_1kfzd_1 ._input_label_1kfzd_9{display:flex;align-items:center;gap:.5rem;align-self:stretch}._container_1kfzd_1 ._input_label_1kfzd_9 ._icon_1kfzd_15{cursor:pointer}._container_1kfzd_1 ._input_label_1kfzd_9 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_1kfzd_1 ._input_label_1kfzd_9 ._tooltip_1kfzd_25{cursor:pointer;display:flex;height:1rem;justify-content:center;align-items:center;position:relative;display:inline-block;font-size:.875rem}._container_1kfzd_1 ._input_label_1kfzd_9 ._tooltip_1kfzd_25 ._tooltiptext_1kfzd_35{visibility:hidden;width:80px;background-color:#747474;color:#fff;text-align:center;padding:2px;border-radius:6px;z-index:50}._container_1kfzd_1 ._input_label_1kfzd_9 ._tooltip_1kfzd_25:hover ._tooltiptext_1kfzd_35{visibility:visible}._container_1kfzd_1 ._input_1kfzd_9{display:flex;height:2.5rem;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-50, #b1b1b1);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._container_1kfzd_1 ._select_container_1kfzd_72{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}._container_1kfzd_1 ._select_container_1kfzd_72 ._option_1kfzd_79{display:flex;padding:.5rem 0rem;align-items:center;gap:.75rem}._container_1kfzd_1 ._select_container_1kfzd_72 ._option_1kfzd_79 div{cursor:pointer;width:1rem;height:1rem;flex-shrink:0;border-radius:100%}._container_1kfzd_1 ._select_container_1kfzd_72 ._option_1kfzd_79 p{color:var(--Gray-700, var(--color-gray-80, #5f5f5f));font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_1kfzd_1 ._result_count_1kfzd_99{display:flex;padding-top:1.25rem;align-items:center;gap:2.5rem;align-self:stretch}._container_1kfzd_1 ._result_count_1kfzd_99 p{color:var(--color-gray-90, #3f3f3f);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._loading_jrwz0_1{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100%;width:100%;min-height:12rem;gap:2rem}._loading_jrwz0_1 ._loading__text_jrwz0_11{display:flex;gap:1rem;flex-direction:column;align-items:center}._loading_jrwz0_1 ._loading__text_jrwz0_11 h3{font-size:1rem;font-weight:500;text-align:center;color:#3818d9}._loading_jrwz0_1 ._loading__text_jrwz0_11 p{font-size:.8rem;font-weight:400;text-align:center}._main_container_y6qm1_1{display:flex;width:100%;overflow-y:auto;flex-direction:column;align-items:center;gap:2rem;scrollbar-width:none}._main_container_y6qm1_1 ._header_y6qm1_10{display:flex;align-items:center;gap:.625rem;align-self:stretch;border-radius:.4rem;font-size:.9rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:left;background-color:var(--color-gray-10, #f7f5ff);color:#3818d9;padding:.6rem}._main_container_y6qm1_1 ._container_y6qm1_25{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._main_container_y6qm1_1 ._container_y6qm1_25 ._input_label_y6qm1_33{display:flex;align-items:center;gap:.5rem;align-self:stretch}._main_container_y6qm1_1 ._container_y6qm1_25 ._input_label_y6qm1_33 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_y6qm1_1 ._container_y6qm1_25 ._input_label_y6qm1_33 ._tooltip_y6qm1_46{cursor:pointer;display:flex;height:1rem;justify-content:center;align-items:center;position:relative;display:inline-block;font-size:.875rem}._main_container_y6qm1_1 ._container_y6qm1_25 ._input_label_y6qm1_33 ._tooltip_y6qm1_46 ._tooltiptext_y6qm1_56{visibility:hidden;width:80px;background-color:#747474;color:#fff;text-align:center;padding:2px;border-radius:6px;z-index:50}._main_container_y6qm1_1 ._container_y6qm1_25 ._input_label_y6qm1_33 ._tooltip_y6qm1_46:hover ._tooltiptext_y6qm1_56{visibility:visible}._main_container_y6qm1_1 ._container_y6qm1_25 ._input_y6qm1_33{display:flex;height:2.5rem;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-50, #b1b1b1);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_y6qm1_1 ._container_y6qm1_25 ._select_container_y6qm1_93{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}._main_container_y6qm1_1 ._container_y6qm1_25 ._select_container_y6qm1_93 ._option_y6qm1_100{display:flex;padding:.5rem 0rem;align-items:center;gap:1rem;width:100%}._main_container_y6qm1_1 ._container_y6qm1_25 ._select_container_y6qm1_93 ._option_y6qm1_100 div{cursor:pointer;width:1.2rem;height:1.2rem;flex-shrink:0;border-radius:100%;object-fit:contain}._main_container_y6qm1_1 ._container_y6qm1_25 ._select_container_y6qm1_93 ._option_y6qm1_100 p{color:var(--Gray-700, var(--color-gray-80, #5f5f5f));font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:100%;cursor:pointer}._main_container_y6qm1_1 ._container_y6qm1_25 ._select_container_y6qm1_93 ._option_y6qm1_100 p span{color:var(--color-gray-50, #b1b1b1);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_y6qm1_1 ._container_y6qm1_25 ._result_count_y6qm1_131{display:flex;padding-top:1.25rem;align-items:center;gap:2.5rem;align-self:stretch}._main_container_y6qm1_1 ._container_y6qm1_25 ._result_count_y6qm1_131 p{color:var(--color-gray-90, #3f3f3f);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146{display:flex;flex-direction:column;gap:1.5rem;align-items:center;align-self:stretch}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._input_label_y6qm1_33{display:flex;align-items:center;gap:.5rem;align-self:stretch}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._input_label_y6qm1_33 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._input_label_y6qm1_33 ._tooltip_y6qm1_46{cursor:pointer;display:flex;height:1rem;justify-content:center;align-items:center;position:relative;display:inline-block;font-size:.875rem}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._input_label_y6qm1_33 ._tooltip_y6qm1_46 ._tooltiptext_y6qm1_56{visibility:hidden;width:80px;background-color:#747474;color:#fff;text-align:center;padding:2px;border-radius:6px;z-index:50}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._input_label_y6qm1_33 ._tooltip_y6qm1_46:hover ._tooltiptext_y6qm1_56{visibility:visible}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._input_y6qm1_33{display:flex;height:2.5rem;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-50, #b1b1b1);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._select_container_y6qm1_93{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._select_container_y6qm1_93 ._option_y6qm1_100{display:flex;padding:.5rem 0rem;align-items:center;gap:.75rem;width:100%}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._select_container_y6qm1_93 ._option_y6qm1_100 div{cursor:pointer;width:1rem;height:1rem;flex-shrink:0;border-radius:100%}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._select_container_y6qm1_93 ._option_y6qm1_100 p{color:var(--Gray-700, var(--color-gray-80, #5f5f5f));font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:100%;cursor:pointer}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._select_container_y6qm1_93 ._option_y6qm1_100 p span{color:var(--color-gray-50, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;padding:.4rem;border-radius:.4rem;background-color:#f7f5ff}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._result_count_y6qm1_131{display:flex;padding-top:1.25rem;align-items:center;gap:2.5rem;align-self:stretch}._main_container_y6qm1_1 ._linkedin_type_y6qm1_146 ._result_count_y6qm1_131 p{color:var(--color-gray-90, #3f3f3f);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._simple_dropdown_i0zwl_1,._user_dropdown_i0zwl_2,._color_dropdown_i0zwl_3{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;min-height:100%;text-align:center}._simple_dropdown_i0zwl_1 ._off_state_i0zwl_14,._user_dropdown_i0zwl_2 ._off_state_i0zwl_14,._color_dropdown_i0zwl_3 ._off_state_i0zwl_14{display:flex;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;padding:.5rem;width:100%;min-height:100%;border:1px solid var(--primary-grey, #f2f6fc)}._simple_dropdown_i0zwl_1 ._off_state_i0zwl_14 ._selected_option_i0zwl_27,._user_dropdown_i0zwl_2 ._off_state_i0zwl_14 ._selected_option_i0zwl_27,._color_dropdown_i0zwl_3 ._off_state_i0zwl_14 ._selected_option_i0zwl_27{color:var(--color-gray-80, #5f5f5f);text-align:left;font-size:.875rem;font-style:normal;font-weight:500;text-transform:capitalize;width:100%}._simple_dropdown_i0zwl_1 ._off_state_i0zwl_14 ._arrow_down_i0zwl_38,._user_dropdown_i0zwl_2 ._off_state_i0zwl_14 ._arrow_down_i0zwl_38,._color_dropdown_i0zwl_3 ._off_state_i0zwl_14 ._arrow_down_i0zwl_38{display:flex;justify-content:center;align-items:center;gap:.4rem}._simple_dropdown_i0zwl_1 ._off_state_i0zwl_14 ._arrow_up_i0zwl_46,._user_dropdown_i0zwl_2 ._off_state_i0zwl_14 ._arrow_up_i0zwl_46,._color_dropdown_i0zwl_3 ._off_state_i0zwl_14 ._arrow_up_i0zwl_46{display:flex;justify-content:center;align-items:center;gap:.4rem;transform:rotate(180deg)}._simple_dropdown_i0zwl_1 ._off_state_i0zwl_14 ._arrow_down_i0zwl_38,._simple_dropdown_i0zwl_1 ._off_state_i0zwl_14 ._arrow_up_i0zwl_46,._user_dropdown_i0zwl_2 ._off_state_i0zwl_14 ._arrow_down_i0zwl_38,._user_dropdown_i0zwl_2 ._off_state_i0zwl_14 ._arrow_up_i0zwl_46,._color_dropdown_i0zwl_3 ._off_state_i0zwl_14 ._arrow_down_i0zwl_38,._color_dropdown_i0zwl_3 ._off_state_i0zwl_14 ._arrow_up_i0zwl_46{transition:transform .3s}._simple_dropdown_i0zwl_1 ._on_state_i0zwl_63,._user_dropdown_i0zwl_2 ._on_state_i0zwl_63,._color_dropdown_i0zwl_3 ._on_state_i0zwl_63{position:absolute;top:2.4rem!important;max-height:8rem;overflow:auto;right:0;min-width:100%;min-height:100%;background:#fff;border:1px solid var(--primary-grey, #f2f6fc);border-radius:.5rem;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.2rem;box-shadow:0 0 8px #00000014}._simple_dropdown_i0zwl_1 ._on_state_i0zwl_63 ._search_input_i0zwl_84,._user_dropdown_i0zwl_2 ._on_state_i0zwl_63 ._search_input_i0zwl_84,._color_dropdown_i0zwl_3 ._on_state_i0zwl_63 ._search_input_i0zwl_84{width:100%;padding:.5rem;border:var(--0, 1.6px) solid var(--primary-grey, #e9f1fd);border-radius:.4rem;margin-bottom:.5rem}._simple_dropdown_i0zwl_1 ._on_state_i0zwl_63 ._option_i0zwl_93,._user_dropdown_i0zwl_2 ._on_state_i0zwl_63 ._option_i0zwl_93,._color_dropdown_i0zwl_3 ._on_state_i0zwl_63 ._option_i0zwl_93{display:flex;justify-content:center;align-items:center;gap:.2rem;padding:.5rem;cursor:pointer;height:100%;width:100%}._simple_dropdown_i0zwl_1 ._on_state_i0zwl_63 ._option_i0zwl_93 ._option_text_i0zwl_105,._user_dropdown_i0zwl_2 ._on_state_i0zwl_63 ._option_i0zwl_93 ._option_text_i0zwl_105,._color_dropdown_i0zwl_3 ._on_state_i0zwl_63 ._option_i0zwl_93 ._option_text_i0zwl_105{width:100%;color:#5f5f5f;font-style:normal;font-weight:500;text-overflow:ellipsis;white-space:nowrap;max-width:100%;text-align:left;font-size:.875rem;text-transform:capitalize}._simple_dropdown_i0zwl_1 ._on_state_i0zwl_63 ._option_i0zwl_93:hover,._user_dropdown_i0zwl_2 ._on_state_i0zwl_63 ._option_i0zwl_93:hover,._color_dropdown_i0zwl_3 ._on_state_i0zwl_63 ._option_i0zwl_93:hover{background:#c5c5c51a;border-radius:.4rem}._simple_dropdown_i0zwl_1 ._empty_state_i0zwl_125,._user_dropdown_i0zwl_2 ._empty_state_i0zwl_125,._color_dropdown_i0zwl_3 ._empty_state_i0zwl_125{position:absolute;top:2.4rem;max-height:8rem;overflow:auto;right:0;min-width:100%;min-height:100%;background:#fff;border:1px solid var(--primary-grey, #f2f6fc);border-radius:.5rem;z-index:100;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;gap:.4rem;box-shadow:0 0 8px #00000014}._simple_dropdown_i0zwl_1 ._empty_state_i0zwl_125 ._empty_state_text_i0zwl_146,._simple_dropdown_i0zwl_1 ._empty_state_i0zwl_125 p,._user_dropdown_i0zwl_2 ._empty_state_i0zwl_125 ._empty_state_text_i0zwl_146,._user_dropdown_i0zwl_2 ._empty_state_i0zwl_125 p,._color_dropdown_i0zwl_3 ._empty_state_i0zwl_125 ._empty_state_text_i0zwl_146,._color_dropdown_i0zwl_3 ._empty_state_i0zwl_125 p{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500}._simple_dropdown_i0zwl_1 ._empty_state_i0zwl_125 ._link_i0zwl_157,._user_dropdown_i0zwl_2 ._empty_state_i0zwl_125 ._link_i0zwl_157,._color_dropdown_i0zwl_3 ._empty_state_i0zwl_125 ._link_i0zwl_157{color:var(--color-primary, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;text-decoration:underline}._simple_dropdown_i0zwl_1 ._empty_state_i0zwl_125 ._body_i0zwl_166,._user_dropdown_i0zwl_2 ._empty_state_i0zwl_125 ._body_i0zwl_166,._color_dropdown_i0zwl_3 ._empty_state_i0zwl_125 ._body_i0zwl_166{display:flex;align-items:center;gap:.4rem}._color_dropdown_i0zwl_3{width:100%}._color_dropdown_i0zwl_3 ._off_state_i0zwl_14{padding:.6rem 1.2rem;justify-content:space-between;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._color_dropdown_i0zwl_3 ._off_state_i0zwl_14 ._selected_option_i0zwl_27{color:var(--color-gray-80, #5f5f5f)!important;font-size:.875rem;font-style:normal;font-weight:500;text-transform:capitalize;line-height:1.25rem}._color_dropdown_i0zwl_3 ._on_state_i0zwl_63{position:absolute;top:2.4rem;max-height:8rem;overflow:auto;right:0;min-width:100%;min-height:100%;background:#fff;border:1px solid var(--primary-grey, #f2f6fc);border-radius:.5rem;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.2rem;box-shadow:0 0 8px #00000014}._color_dropdown_i0zwl_3 ._on_state_i0zwl_63 ._search_input_i0zwl_84{width:100%;padding:.5rem;border:var(--0, 1.6px) solid var(--primary-grey, #e9f1fd);border-radius:.4rem;margin-bottom:.5rem}._color_dropdown_i0zwl_3 ._on_state_i0zwl_63 ._option_i0zwl_93{width:100%;display:flex;justify-content:center;align-items:center;gap:.2rem;padding:.5rem;cursor:pointer;height:100%}._color_dropdown_i0zwl_3 ._on_state_i0zwl_63 ._option_i0zwl_93 ._option_text_i0zwl_105{width:100%;color:#5f5f5f;font-style:normal;font-weight:500;text-overflow:ellipsis;white-space:nowrap;max-width:100%;text-align:left;font-size:.875rem;text-transform:capitalize}._color_dropdown_i0zwl_3 ._on_state_i0zwl_63 ._option_i0zwl_93:hover{background:#c5c5c51a}._timezone_dropdown_i0zwl_242,._borderless_dropdown_i0zwl_243{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background-color:#fff;height:100%;flex:1 0 0;text-align:left;width:12rem;min-height:100%}._timezone_dropdown_i0zwl_242 ._off_state_i0zwl_14,._borderless_dropdown_i0zwl_243 ._off_state_i0zwl_14{display:flex;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;padding:.5rem;width:100%;min-height:100%;border:1px solid var(--primary-grey, #f2f6fc)}._timezone_dropdown_i0zwl_242 ._off_state_i0zwl_14 ._selected_option_i0zwl_27,._borderless_dropdown_i0zwl_243 ._off_state_i0zwl_14 ._selected_option_i0zwl_27{color:#3818d9!important;text-align:center;font-size:.875rem;font-style:normal;font-weight:500;width:100%;text-transform:capitalize;text-align:left}._timezone_dropdown_i0zwl_242 ._off_state_i0zwl_14 ._arrow_down_i0zwl_38,._borderless_dropdown_i0zwl_243 ._off_state_i0zwl_14 ._arrow_down_i0zwl_38{display:flex;justify-content:center;align-items:center;gap:.4rem}._timezone_dropdown_i0zwl_242 ._off_state_i0zwl_14 ._arrow_up_i0zwl_46,._borderless_dropdown_i0zwl_243 ._off_state_i0zwl_14 ._arrow_up_i0zwl_46{display:flex;justify-content:center;align-items:center;gap:.4rem;transform:rotate(180deg)}._timezone_dropdown_i0zwl_242 ._off_state_i0zwl_14 ._arrow_down_i0zwl_38,._timezone_dropdown_i0zwl_242 ._off_state_i0zwl_14 ._arrow_up_i0zwl_46,._borderless_dropdown_i0zwl_243 ._off_state_i0zwl_14 ._arrow_down_i0zwl_38,._borderless_dropdown_i0zwl_243 ._off_state_i0zwl_14 ._arrow_up_i0zwl_46{transition:transform .3s}._timezone_dropdown_i0zwl_242 ._on_state_i0zwl_63,._borderless_dropdown_i0zwl_243 ._on_state_i0zwl_63{position:absolute;top:2.4rem!important;max-height:12rem;overflow:auto;min-width:100%;background:#fff;border:1px solid var(--primary-grey, #f2f6fc);border-radius:.5rem;z-index:100;min-height:100%;display:flex;flex-direction:column;align-items:center;box-shadow:0 0 8px #00000014}._timezone_dropdown_i0zwl_242 ._on_state_i0zwl_63 ._search_input_i0zwl_84,._borderless_dropdown_i0zwl_243 ._on_state_i0zwl_63 ._search_input_i0zwl_84{width:100%;padding:.5rem;border:var(--0, 1.6px) solid var(--primary-grey, #e9f1fd);border-radius:.4rem}._timezone_dropdown_i0zwl_242 ._on_state_i0zwl_63 ._option_i0zwl_93,._borderless_dropdown_i0zwl_243 ._on_state_i0zwl_63 ._option_i0zwl_93{display:flex;justify-content:center;align-items:center;gap:.2rem;padding:.5rem;cursor:pointer;height:100%;width:100%}._timezone_dropdown_i0zwl_242 ._on_state_i0zwl_63 ._option_i0zwl_93 ._option_text_i0zwl_105,._borderless_dropdown_i0zwl_243 ._on_state_i0zwl_63 ._option_i0zwl_93 ._option_text_i0zwl_105{width:100%;color:#5f5f5f;font-style:normal;font-weight:500;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.875rem;text-align:left;text-transform:capitalize}._timezone_dropdown_i0zwl_242 ._on_state_i0zwl_63 ._option_i0zwl_93:hover,._borderless_dropdown_i0zwl_243 ._on_state_i0zwl_63 ._option_i0zwl_93:hover{background:#c5c5c51a}._timezone_dropdown_i0zwl_242 ._empty_state_i0zwl_125,._borderless_dropdown_i0zwl_243 ._empty_state_i0zwl_125{position:absolute;top:2.4rem;max-height:8rem;overflow:auto;right:0;min-width:100%;min-height:100%;background:#fff;border:1px solid var(--primary-grey, #f2f6fc);border-radius:.5rem;z-index:100;display:flex;flex-direction:column;align-items:center;padding:2rem 1rem;gap:.4rem;box-shadow:0 0 8px #00000014}._timezone_dropdown_i0zwl_242 ._empty_state_i0zwl_125 ._empty_state_text_i0zwl_146,._timezone_dropdown_i0zwl_242 ._empty_state_i0zwl_125 p,._borderless_dropdown_i0zwl_243 ._empty_state_i0zwl_125 ._empty_state_text_i0zwl_146,._borderless_dropdown_i0zwl_243 ._empty_state_i0zwl_125 p{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500}._timezone_dropdown_i0zwl_242 ._empty_state_i0zwl_125 ._link_i0zwl_157,._borderless_dropdown_i0zwl_243 ._empty_state_i0zwl_125 ._link_i0zwl_157{color:var(--color-primary, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;text-decoration:underline}._timezone_dropdown_i0zwl_242 ._empty_state_i0zwl_125 ._body_i0zwl_166,._borderless_dropdown_i0zwl_243 ._empty_state_i0zwl_125 ._body_i0zwl_166{display:flex;align-items:center;gap:.4rem}._borderless_dropdown_i0zwl_243 ._off_state_i0zwl_14{display:flex;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;padding:.5rem;width:100%;min-height:100%;border:none!important}._borderless_dropdown_i0zwl_243 ._off_state_i0zwl_14 ._selected_option_i0zwl_27{color:#3818d9!important;text-align:left;font-size:.875rem;font-style:normal;font-weight:500;width:100%;text-transform:capitalize}._borderless_dropdown_i0zwl_243 ._off_state_i0zwl_14 ._arrow_down_i0zwl_38{display:flex;justify-content:center;align-items:center;gap:.4rem}._borderless_dropdown_i0zwl_243 ._off_state_i0zwl_14 ._arrow_up_i0zwl_46{display:flex;justify-content:center;align-items:center;gap:.4rem;transform:rotate(180deg)}._borderless_dropdown_i0zwl_243 ._off_state_i0zwl_14 ._arrow_down_i0zwl_38,._borderless_dropdown_i0zwl_243 ._off_state_i0zwl_14 ._arrow_up_i0zwl_46{transition:transform .3s}._user_dropdown_i0zwl_2{width:100%}._user_dropdown_i0zwl_2 ._off_state_i0zwl_14{padding:.6rem 1.2rem;justify-content:space-between;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._user_dropdown_i0zwl_2 ._off_state_i0zwl_14 ._selected_option_i0zwl_27{color:var(--color-gray-80, #5f5f5f)!important;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-transform:capitalize}._user_dropdown_i0zwl_2 ._on_state_i0zwl_63{text-align:left;top:2.4rem!important;padding:.4rem;border:var(--0, 1.6px) solid var(--primary-grey, #e9f1fd);box-shadow:0 0 8px #00000014}._user_dropdown_i0zwl_2 ._on_state_i0zwl_63 ._option_i0zwl_93{width:100%;border-radius:.4rem}._user_dropdown_i0zwl_2 ._on_state_i0zwl_63 ._option_i0zwl_93 ._option_text_i0zwl_105{text-transform:capitalize}._user_dropdown_i0zwl_2 ._on_state_i0zwl_63 ._option_i0zwl_93:hover{background:#dad3ff31}._select_scraping_type_sub_container_yw05z_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;align-self:stretch}._select_scraping_type_sub_container_yw05z_1 ._select_scraping_type_sub_container_yw05z_1{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(1,1fr);gap:2rem;width:100%}._select_scraping_type_sub_container_yw05z_1 ._select_scraping_type_sub_container_yw05z_1 ._option_container_yw05z_16{cursor:pointer;display:flex;padding:var(--Padding-Navbar, 1.5rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;align-self:stretch;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._select_scraping_type_sub_container_yw05z_1 ._select_scraping_type_sub_container_yw05z_1 ._option_container_yw05z_16 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._select_scraping_type_sub_container_yw05z_1 ._select_scraping_type_sub_container_yw05z_1 ._option_container_yw05z_16 h1{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._select_scraping_type_sub_container_yw05z_1 ._select_scraping_type_sub_container_yw05z_1 ._option_container_yw05z_16 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.9rem;font-style:normal;font-weight:400;line-height:1rem}._select_scraping_type_sub_container_yw05z_1 ._select_scraping_type_sub_container_yw05z_1 ._option_container_selected_yw05z_55{cursor:pointer;display:flex;padding:var(--Padding-Navbar, 1.5rem);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;flex:1 0 0;align-self:stretch;border-radius:.75rem;border:.5px solid var(--primary-focus, #e2e0ff);background:#e2e0ff66}._select_scraping_type_sub_container_yw05z_1 ._select_scraping_type_sub_container_yw05z_1 ._option_container_selected_yw05z_55 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._select_scraping_type_sub_container_yw05z_1 ._select_scraping_type_sub_container_yw05z_1 ._option_container_selected_yw05z_55 h1{align-self:stretch;color:var(--color-gray-90, #3818d9);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._select_scraping_type_sub_container_yw05z_1 ._select_scraping_type_sub_container_yw05z_1 ._option_container_selected_yw05z_55 p{align-self:stretch;color:var(--color-gray-90, #3818d9);text-align:center;font-size:.9rem;font-style:normal;font-weight:400;line-height:1rem}._select_scraping_type_sub_container_yw05z_1 ._type_yw05z_94{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;width:100%}._select_scraping_type_sub_container_yw05z_1 ._type_yw05z_94 ._info_header_yw05z_102{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.4rem;width:100%}._select_scraping_type_sub_container_yw05z_1 ._type_yw05z_94 ._info_header_yw05z_102 ._type_title_yw05z_110{color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:1rem;font-style:normal;font-weight:0;line-height:1.25rem;width:100%;text-align:left}._select_scraping_type_sub_container_yw05z_1 ._type_yw05z_94 ._info_header_yw05z_102 ._type_description_yw05z_120{color:var(--color-gray-90, #5d5d5d);text-align:center;font-size:.9rem;font-style:normal;font-weight:400;line-height:1rem;width:100%;text-align:left}._select_scraping_type_sub_container_yw05z_1 ._type_yw05z_94 ._dropdown_yw05z_130{width:100%}._select_scraping_type_sub_container_yw05z_1 ._type_yw05z_94 ._dropdown_yw05z_130 ._on_state_yw05z_133{max-height:8rem!important}._select_scraping_type_sub_container_yw05z_1 ._description_yw05z_136{display:flex;justify-content:center;align-items:center;gap:.4rem;width:100%}._select_scraping_type_sub_container_yw05z_1 ._description_yw05z_136 ._description_text_yw05z_143{color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:100%;text-align:left}._row_skeleton_1go7g_1{display:flex;justify-content:space-between;align-items:center;flex-direction:column;height:100%}._row_skeleton_1go7g_1 ._row_1go7g_1{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;height:100%;background-color:#f9fafb}._verify_csv_12brg_1{width:100%;height:20rem}._verify_csv_12brg_1 ._header_12brg_5{display:flex;padding:1rem;align-items:center;gap:var(--Padding-Navbar, 1.5rem);align-self:stretch;border-radius:.5rem .5rem 0rem 0rem;background:var(--primary-second, #f7f5ff)}._verify_csv_12brg_1 ._header_12brg_5 p{overflow:hidden;color:var(--primary-main, #3818d9);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:600;line-height:normal;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0}._verify_csv_12brg_1 ._header_12brg_5 ._checkbox_12brg_27{cursor:pointer}._verify_csv_12brg_1 ._content_12brg_30{width:100%;height:calc(100% - 3.4rem);display:flex;flex-direction:column;overflow-y:auto}._verify_csv_12brg_1 ._content_12brg_30::-webkit-scrollbar{display:none}._verify_csv_12brg_1 ._content_12brg_30 ._row_12brg_40{display:flex;padding:1rem;align-items:center;gap:var(--Padding-Navbar, 1.5rem);align-self:stretch;background:var(--color-gray-10, #fff)}._verify_csv_12brg_1 ._content_12brg_30 ._row_12brg_40 ._checkbox_12brg_27{cursor:pointer}._verify_csv_12brg_1 ._content_12brg_30 ._row_12brg_40 p,._verify_csv_12brg_1 ._content_12brg_30 ._row_12brg_40 input{overflow:hidden;color:var(--color-gray-100, #202020);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._verify_csv_12brg_1 ._content_12brg_30 ._row_12brg_40 ._status_12brg_77{display:flex;align-items:center;justify-content:center}._sem_1lz3j_1{display:flex;align-items:center;justify-content:space-between;width:70%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9{position:relative;display:flex;width:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9::-webkit-scrollbar{width:0rem}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_header_1lz3j_24{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_header_1lz3j_24 p{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_header_1lz3j_24 div{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_fields_1lz3j_45{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_fields_1lz3j_45 ._text_content_1lz3j_53{align-self:stretch;color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_fields_1lz3j_45 ._profile_view_1lz3j_61{cursor:pointer;display:flex;padding:1rem 1.25rem;align-items:center;gap:2rem;align-self:stretch;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_fields_1lz3j_45 ._profile_view_1lz3j_61 ._profile_details_container_1lz3j_71{display:flex;align-items:center;gap:1rem;flex:1 0 0}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_fields_1lz3j_45 ._profile_view_1lz3j_61 ._profile_details_container_1lz3j_71 img{width:3rem;height:3rem;border-radius:3.125rem}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_fields_1lz3j_45 ._profile_view_1lz3j_61 ._profile_details_container_1lz3j_71 ._profile_details_1lz3j_71{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0;align-self:stretch}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_fields_1lz3j_45 ._profile_view_1lz3j_61 ._profile_details_container_1lz3j_71 ._profile_details_1lz3j_71 h1{color:var(--color-gray-100, #202020);font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.5rem;align-self:stretch}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_fields_1lz3j_45 ._profile_view_1lz3j_61 ._profile_details_container_1lz3j_71 ._profile_details_1lz3j_71 p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_fields_1lz3j_45 ._status_1lz3j_112{display:flex;align-items:center;gap:.5rem}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_fields_1lz3j_45 ._status_1lz3j_112 ._icon_1lz3j_117{display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_fields_1lz3j_45 ._status_1lz3j_112 p{color:var(--Success-main, #03781d);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_footer_1lz3j_131{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_footer_1lz3j_131 ._option_text_1lz3j_137{color:var(--color-gray-80, #5f5f5f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_footer_1lz3j_131 ._option_buttons_1lz3j_144{display:flex;justify-content:center;align-items:center;gap:.75rem;width:100%}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_footer_1lz3j_131 ._option_buttons_1lz3j_144 ._option_button1_1lz3j_151{cursor:pointer;display:flex;padding:.8rem 2rem!important;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;border:var(--0, 1.6px) solid var(--primary-grey, #e9f1fd);color:var(--primary-pressed, #372980);text-align:center;font-size:1.2rem;font-style:normal;font-weight:500;line-height:1.5rem;width:12rem}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_footer_1lz3j_131 ._option_buttons_1lz3j_144 ._option_button2_1lz3j_168{cursor:pointer;display:flex;padding:.8rem 2rem!important;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--primary-main, #3818d9);color:var(--Gray-100, #ececec);font-size:1.2rem;font-style:normal;font-weight:500;line-height:1.5rem;width:12rem!important}._sem_1lz3j_1 ._search_model_wrapper_1lz3j_9 ._search_model_footer_1lz3j_131 ._option_buttons_1lz3j_144 ._option_button2_disabled_1lz3j_184{cursor:not-allowed;display:flex;padding:.8rem 2rem!important;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--color-gray-40, #c5c5c5);color:var(--Gray-100, #ececec);font-size:1.2rem;font-style:normal;font-weight:500;line-height:1.5rem;width:12rem!important}._main_container_hojmq_1{display:flex;flex:1 0 0;height:100%;width:100%;justify-content:flex-start;align-items:flex-start}._main_container_hojmq_1 s{text-decoration:line-through}._main_container_hojmq_1 u{text-decoration:underline}._main_container_hojmq_1 ._bubble_menu_hojmq_15{display:flex;height:3rem;padding:.5rem .75rem;justify-content:center;align-items:center;gap:1rem;flex-shrink:0;border-radius:.75rem;border:1px solid var(--primary-grey, #f2f6fc);background:#fff;height:100%}._main_container_hojmq_1 ._bubble_menu_hojmq_15 ._bubble_menu_btn_hojmq_28{display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;outline:0;border:0;border-radius:.375rem;background:transparent;cursor:pointer}._main_container_hojmq_1 ._bubble_menu_hojmq_15 ._bubble_menu_btn_hojmq_28:hover{background:var(--primary-second, #f7f5ff)}._main_container_hojmq_1 ._bubble_menu_hojmq_15 ._bubble_menu_btn_active_hojmq_45{background:var(--primary-main, #3818d9)}._main_container_hojmq_1 ._bubble_menu_hojmq_15 ._bubble_menu_btn_active_hojmq_45:hover{background:var(--primary-second, #3818d9)}._main_container_hojmq_1 ._editor_wrapper_hojmq_51{display:flex;align-self:stretch;min-width:100%;height:100%}._main_container_hojmq_1 ._editor_wrapper_hojmq_51 ._editor_hojmq_51{word-wrap:break-word;max-height:fit-content;min-height:fit-content;min-width:100%;height:100%;outline:none;flex:1 0 0;color:var(--color-gray-80, #5f5f5f);font-size:.88rem;font-style:normal;font-weight:500;line-height:1.2rem}._main_container_hojmq_1 ._editor_wrapper_hojmq_51 ._editor_hojmq_51 p{margin:0;padding:0}._main_container_hojmq_1 ._editor_wrapper_hojmq_51 ._editor_hojmq_51 code{background-color:#f7f5ff;border-radius:.4rem;color:#3818d9;padding:.4rem}._input_wrapper_pdfq4_1{display:flex;padding:.48rem 0rem;justify-content:flex-start;align-items:center;align-self:stretch;border-bottom:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._input_wrapper_pdfq4_1 ._title_pdfq4_10{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;white-space:nowrap}._input_wrapper_pdfq4_1 input{padding:.25rem .75rem;color:#3818d9;border-radius:.25rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._template_modal_10etd_1{position:absolute;bottom:135%;right:0;overflow:hidden;z-index:1000;min-width:12rem;max-height:20rem;padding:var(--12, .75rem);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.625rem;border-radius:.5rem;border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:#fff;box-shadow:0 5px 14px #080f340a}._template_modal_10etd_1 ._search_input_10etd_20{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._template_modal_10etd_1 ._empty_wrapper_10etd_24{display:flex;padding:var(--12, .75rem);flex-direction:column;justify-content:center;align-items:center;gap:var(--12, .75rem);align-self:stretch}._template_modal_10etd_1 ._empty_wrapper_10etd_24 ._empty_text_10etd_33{align-self:stretch;color:var(--color-gray-80, #5f5f5f);text-align:center;font-size:.75rem;font-style:normal;font-weight:400}._template_modal_10etd_1 ._list_wrapper_10etd_41{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;align-self:stretch;overflow:auto;gap:.4rem}._template_modal_10etd_1 ._list_wrapper_10etd_41 ._template_option_10etd_50{display:flex;align-items:center;justify-content:center;padding:.4rem .5rem;align-self:stretch;cursor:pointer;border-radius:.4rem}._template_modal_10etd_1 ._list_wrapper_10etd_41 ._template_option_10etd_50:hover{background-color:#c5c5c51a}._template_modal_10etd_1 ._list_wrapper_10etd_41 ._template_option_10etd_50 ._template_name_10etd_62{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;align-self:stretch;width:100%}._template_modal_wi7uz_1{position:absolute;bottom:135%;right:0;overflow:hidden;z-index:10000000;min-width:12rem;max-height:20rem;padding:var(--12, .75rem);display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.625rem;border-radius:.5rem;border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:#fff;box-shadow:0 5px 14px #080f340a}._template_modal_wi7uz_1 ._search_input_wi7uz_20{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._template_modal_wi7uz_1 ._list_wrapper_wi7uz_24{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;align-self:stretch;overflow:auto}._template_modal_wi7uz_1 ._list_wrapper_wi7uz_24 ._prospect_wrapper_wi7uz_32{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;gap:.4rem}._template_modal_wi7uz_1 ._list_wrapper_wi7uz_24 ._prospect_wrapper_wi7uz_32 ._prospect_heading_wi7uz_40{display:flex;padding:var(--4, .25rem) .5rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:var(--4, .25rem);background:var(--primary-second, #f7f5ff)}._template_modal_wi7uz_1 ._list_wrapper_wi7uz_24 ._prospect_wrapper_wi7uz_32 ._prospect_heading_wi7uz_40 ._heading_text_wi7uz_49{color:var(--primary-main, var(--brand-primary, #3818d9));font-size:.75rem;font-style:normal;font-weight:500}._template_modal_wi7uz_1 ._list_wrapper_wi7uz_24 ._prospect_wrapper_wi7uz_32 ._template_option_wi7uz_55{display:flex;align-items:center;justify-content:center;padding:.4rem .5rem;align-self:stretch;cursor:pointer;border-radius:.4rem}._template_modal_wi7uz_1 ._list_wrapper_wi7uz_24 ._prospect_wrapper_wi7uz_32 ._template_option_wi7uz_55:hover{background-color:#c5c5c51a}._template_modal_wi7uz_1 ._list_wrapper_wi7uz_24 ._prospect_wrapper_wi7uz_32 ._template_option_wi7uz_55 ._template_name_wi7uz_67{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;align-self:stretch;width:100%}._send_modal_e8deb_1{display:flex;max-width:60%;height:90%;box-shadow:0 0 19.4px 40091px #c5c5c53d}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7{height:100%;width:100%;padding:1.6rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;border-radius:.75rem;background:var(--color-gray-10, #fff);overflow:hidden!important}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._title_bar_e8deb_20{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._title_bar_e8deb_20 ._title_e8deb_20{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem;flex:1 0 0}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;flex:1 0 0;align-self:stretch}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._header_wrapper_e8deb_43{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._header_wrapper_e8deb_43 ._to_from_e8deb_50{width:100%;display:grid;grid-template-columns:1fr}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._header_wrapper_e8deb_43 ._to_from_e8deb_50 ._input_wrapper_e8deb_55{display:flex;padding:.48rem 0rem;justify-content:flex-start;align-items:center;width:100%;border-bottom:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._header_wrapper_e8deb_43 ._to_from_e8deb_50 ._input_wrapper_e8deb_55 ._title_e8deb_20{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;white-space:nowrap}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._header_wrapper_e8deb_43 ._to_from_e8deb_50 ._input_wrapper_e8deb_55 input{padding:.25rem .75rem;color:#3818d9;border-radius:.25rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._header_wrapper_e8deb_43 ._header_mail_to_e8deb_81{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;white-space:nowrap;align-self:stretch}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._text_box_e8deb_90{display:flex;align-self:stretch;flex:1 0 0;overflow-y:auto}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._text_box_e8deb_90::-webkit-scrollbar{width:0rem}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._text_box_e8deb_90 ._note_border_e8deb_99{border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);border-radius:.5rem;background:var(--color-gray-10, #fff);padding:1rem 1.25rem}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._action_wrapper_e8deb_105{display:flex;justify-content:flex-end;align-items:center;gap:2rem;align-self:stretch}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._action_wrapper_e8deb_105 ._actions_generate_wrapper_e8deb_112{display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;border-radius:.25rem}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._action_wrapper_e8deb_105 ._actions_generate_wrapper_e8deb_112 ._generate_text_e8deb_120{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._action_wrapper_e8deb_105 ._action_div_e8deb_127{flex:1 0 0;display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._action_wrapper_e8deb_105 ._action_div_e8deb_127 ._template_btn_e8deb_134{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}._send_modal_e8deb_1 ._modal_wrapper_e8deb_7 ._body_e8deb_34 ._action_wrapper_e8deb_105 ._action_div_e8deb_127 ._note_action_cancel_e8deb_141{border-radius:.5rem;border:var(--0, 1.6px) solid var(--primary-grey, #e9f1fd);background-color:#fff}._label_1atpv_1{display:flex;padding:var(--4, .48rem);justify-content:center;align-items:center;gap:.625rem;width:fit-content;border-radius:var(--4, .25rem);overflow:hidden;cursor:pointer}._label_1atpv_1 ._label_title_1atpv_12{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;flex:1 0 0;overflow:hidden;text-overflow:ellipsis;font-size:1rem;font-style:normal;font-weight:400;line-height:1rem;text-align:left;white-space:nowrap;width:100%}._modal_1kh16_1{display:flex;width:10rem;padding:var(--16, 1rem) var(--12, .75rem);justify-content:center;align-items:center;z-index:5;position:absolute;right:0;top:1.5rem;border-radius:.5rem;border:.5px solid var(--border-light, #f2f6fc);background:var(--gray-10, #fff);box-shadow:0 5px 14px #080f340a;overflow:hidden}._modal_1kh16_1 ._modal_body_1kh16_17{display:flex;flex-direction:column;gap:var(--12, .75rem);align-self:stretch;justify-content:center;overflow:hidden;align-items:center;width:100%}._modal_1kh16_1 ._modal_body_1kh16_17 ._label_1kh16_27{display:flex;align-items:center;gap:var(--12, .75rem);align-self:stretch}._modal_1kh16_1 ._modal_body_1kh16_17 ._label_1kh16_27 ._tag_text_wrapper_1kh16_33{display:flex;padding:var(--4, .25rem);justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;overflow:hidden;border-radius:var(--4, .25rem)}._modal_1kh16_1 ._modal_body_1kh16_17 ._label_1kh16_27 ._tag_text_wrapper_1kh16_33 ._label_modal_text_1kh16_43{overflow:hidden;text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;flex:1 0 0}._modal_1kh16_1 ._modal_body_1kh16_17 ._not_found_1kh16_56{display:flex;padding:var(--4, .25rem);justify-content:center;align-items:center;flex-direction:column;gap:.4rem;text-align:center}._modal_1kh16_1 ._modal_body_1kh16_17 ._not_found_1kh16_56 p{font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._modal_1kh16_1 ._modal_body_1kh16_17 ._not_found_1kh16_56 ._link_to_1kh16_71{color:var(--blue-60, #0052cc);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;text-decoration:underline;background-color:transparent!important;padding:0!important}._reminder_1ip3c_1{display:flex;align-items:center;flex-direction:column;justify-content:space-between;width:50%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d;overflow-y:hidden;padding:1.25rem;gap:1.5rem}._reminder_1ip3c_1 ._header_1ip3c_13{display:flex;align-items:center;justify-content:space-between;width:100%}._reminder_1ip3c_1 ._header_1ip3c_13 p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:1.125rem;font-style:normal;font-weight:500}._reminder_1ip3c_1 ._header_1ip3c_13 ._icon_1ip3c_31{cursor:pointer}._reminder_1ip3c_1 ._body_1ip3c_34{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:1.5rem}._reminder_1ip3c_1 ._body_1ip3c_34 ._container_1ip3c_42{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;align-self:stretch}._reminder_1ip3c_1 ._body_1ip3c_34 ._container_1ip3c_42 p{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;align-self:stretch}._reminder_1ip3c_1 ._body_1ip3c_34 ._container_1ip3c_42 ._options_1ip3c_57{display:flex;justify-content:center;align-items:center;gap:1rem;flex:1 0 0;align-self:stretch}._reminder_1ip3c_1 ._body_1ip3c_34 ._container_1ip3c_42 ._options_1ip3c_57 ._option_1ip3c_57{display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;border-radius:.5rem;border:.5px solid var(--border-light, #f2f6fc);cursor:pointer}._reminder_1ip3c_1 ._body_1ip3c_34 ._container_1ip3c_42 ._options_1ip3c_57 ._option_1ip3c_57 p{flex:1 0 0;color:var(--netural-700, #7e7e7e);text-align:center;font-size:.9rem;font-style:normal;font-weight:500}._reminder_1ip3c_1 ._body_1ip3c_34 ._container_1ip3c_42 ._options_1ip3c_57 ._option_active_1ip3c_85{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--primary-second, #f7f5ff);display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;cursor:pointer}._reminder_1ip3c_1 ._body_1ip3c_34 ._container_1ip3c_42 ._options_1ip3c_57 ._option_active_1ip3c_85 p{color:var(--primary-main, #3818d9);text-align:center;font-size:.9rem;font-style:normal;font-weight:500}._reminder_1ip3c_1 ._body_1ip3c_34 ._container_1ip3c_42 ._options_1ip3c_57 input{border-radius:.6rem;border:.5px solid var(--border-light, #f2f6fc);padding:.5rem 1rem;font-size:.875rem}._reminder_1ip3c_1 ._body_1ip3c_34 ._container_1ip3c_42 ._options_1ip3c_57 input[type=date]::-webkit-calendar-picker-indicator{color:#0000;opacity:1;display:block;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='vuesax/linear/calendar'%3e%3cg%20id='calendar'%3e%3cpath%20id='Vector'%20d='M6.66667%201.66669V4.16669'%20stroke='%237E7E7E'%20stroke-width='2.4'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M13.3333%201.66669V4.16669'%20stroke='%237E7E7E'%20stroke-width='2.4'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M2.91667%207.57501H17.0833'%20stroke='%237E7E7E'%20stroke-width='2.4'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M17.5%207.08335V14.1667C17.5%2016.6667%2016.25%2018.3334%2013.3333%2018.3334H6.66667C3.75%2018.3334%202.5%2016.6667%202.5%2014.1667V7.08335C2.5%204.58335%203.75%202.91669%206.66667%202.91669H13.3333C16.25%202.91669%2017.5%204.58335%2017.5%207.08335Z'%20stroke='%237E7E7E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M13.0789%2011.4167H13.0864'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M13.0789%2013.9167H13.0864'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_7'%20d='M9.99624%2011.4167H10.0037'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_8'%20d='M9.99624%2013.9167H10.0037'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_9'%20d='M6.91192%2011.4167H6.91941'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_10'%20d='M6.91192%2013.9167H6.91941'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;border-width:thin;cursor:pointer}._reminder_1ip3c_1 ._body_1ip3c_34 ._container_1ip3c_42 ._options_1ip3c_57 input[type=time]::-webkit-calendar-picker-indicator{color:#0000;opacity:1;display:block;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M18.3333%2010C18.3333%2014.6%2014.6%2018.3334%2010%2018.3334C5.40001%2018.3334%201.66667%2014.6%201.66667%2010C1.66667%205.40002%205.40001%201.66669%2010%201.66669C14.6%201.66669%2018.3333%205.40002%2018.3333%2010Z'%20stroke='%237E7E7E'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M13.0917%2012.65L10.5083%2011.1084C10.0583%2010.8417%209.69167%2010.2%209.69167%209.67503V6.25836'%20stroke='%237E7E7E'%20stroke-width='2.4'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center center no-repeat;width:20px;height:20px;border-width:thin;cursor:pointer}._reminder_1ip3c_1 ._body_1ip3c_34 ._reminder_container_1ip3c_131{display:flex;justify-content:center;align-items:flex-start;gap:.8rem;align-self:stretch;width:100%;cursor:pointer}._reminder_1ip3c_1 ._body_1ip3c_34 ._reminder_container_1ip3c_131 p{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;align-self:stretch;width:100%}._reminder_1ip3c_1 ._footer_1ip3c_148{display:flex;align-items:center;justify-content:flex-end;width:100%;gap:.6rem}._sidebar_1y4q5_1{background-color:#fff;width:fit-content;padding:1.25rem 1rem;display:flex;flex-direction:column;align-items:center;gap:1.25rem;border-right:.5px solid rgba(197,197,197,.5);height:100%}._sidebar_1y4q5_1 ._personal_info_1y4q5_12{width:100%;display:flex;flex-direction:row;gap:.75rem}._sidebar_1y4q5_1 ._personal_info_1y4q5_12 img{cursor:pointer;border-radius:100%}._sidebar_1y4q5_1 ._personal_info_1y4q5_12 ._text_header_1y4q5_22{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.4rem;width:100%}._sidebar_1y4q5_1 ._personal_info_1y4q5_12 ._text_header_1y4q5_22 ._header_1y4q5_30{display:flex;justify-content:flex-start;align-items:center;gap:.4rem;width:100%}._sidebar_1y4q5_1 ._personal_info_1y4q5_12 ._text_header_1y4q5_22 ._header_1y4q5_30 ._prospect_name_1y4q5_37{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-weight:500;width:fit-content!important;max-width:5.48rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;text-overflow:ellipsis;text-align:left}._sidebar_1y4q5_1 ._personal_info_1y4q5_12 ._text_header_1y4q5_22 ._header_1y4q5_30 ._icons_1y4q5_51{align-items:center;display:flex;justify-content:flex-start;gap:.4rem}._sidebar_1y4q5_1 ._personal_info_1y4q5_12 ._text_header_1y4q5_22 ._header_1y4q5_30 ._icons_1y4q5_51 ._icon_1y4q5_51{cursor:pointer;align-items:center;display:flex;justify-content:center}._sidebar_1y4q5_1 ._personal_info_1y4q5_12 ._text_header_1y4q5_22 input{width:7.5rem;color:var(--color-gray-70, #7e7e7e);font-size:.875rem;font-style:normal;font-weight:400;height:1rem;overflow:hidden}._sidebar_1y4q5_1 ._body_1y4q5_72{display:flex;flex-direction:column;gap:1.25rem;width:100%;height:100%;overflow-y:auto}._sidebar_1y4q5_1 ._body_1y4q5_72::-webkit-scrollbar{width:0}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;width:100%;position:relative}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 ._labels_1y4q5_91{display:grid;grid-template-columns:repeat(2,1fr);column-gap:.5rem;row-gap:.5rem;overflow:hidden}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 ._labels_1y4q5_91 ._add_tag_icon_1y4q5_98{cursor:pointer;display:flex;padding:.1rem;justify-content:center;align-items:center}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 ._labels_1y4q5_91 ._add_tag_icon_1y4q5_98 p{color:#006fd5}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 ._labels_1y4q5_91 ._add_tag_icon_1y4q5_98:hover{background:#006fd51a;border-radius:.25rem}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 ._no_tag_1y4q5_112{width:100%;display:flex;justify-content:center;align-items:center;gap:.4rem;align-self:stretch;border-radius:var(--4, .56rem);min-height:2.8rem;font-size:.84rem;color:#006fd5;cursor:pointer}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 ._prospect_links_header_wrapper_1y4q5_125{display:flex;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:var(--4, .25rem)}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 ._prospect_links_header_wrapper_1y4q5_125 ._prospect_link_header_text_1y4q5_133{flex:1 0 0;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 ._prospect_links_header_wrapper_1y4q5_125 ._edit_tag_wrapper_1y4q5_141{display:flex;justify-content:center;align-items:center;gap:var(--4, .25rem);cursor:pointer}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 ._prospect_links_header_wrapper_1y4q5_125 ._edit_tag_wrapper_1y4q5_141 ._edit_tag_text_1y4q5_148{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;color:var(--Info-main, #006fd5);text-align:right;text-overflow:ellipsis;font-size:.84rem;font-style:normal;font-weight:400;line-height:1rem;text-decoration:underline}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 p{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;flex:1 0 0}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 ._actions_wrapper_1y4q5_171{justify-content:flex-start;gap:1.274rem}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div{display:flex;justify-content:space-between;align-items:center;align-self:stretch;height:fit-content}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div ._modal_action_button_1y4q5_182,._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div ._freshsales_1y4q5_183,._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div ._empty_1y4q5_184{cursor:pointer;padding:0;margin:0;padding:.38rem;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div ._empty_1y4q5_184{background-color:#fff}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div ._freshsales_1y4q5_183{border-radius:.25rem;background:#e5730014}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div ._status_btn_wrapper_1y4q5_199{border-radius:.25rem;background:#fff}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div ._like_1y4q5_203{border:1px solid rgba(41,204,106,.1)}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div ._dislike_1y4q5_206{border:1px solid rgba(252,85,85,.1)}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div ._demo_book_1y4q5_209{border:1px solid rgba(0,153,255,.1)}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div ._remider_set_1y4q5_212{border:1px solid rgba(123,97,255,.1)}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div ._inactive_1y4q5_215{background-color:#c5c5c580}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div div a{cursor:pointer;padding:0;margin:0;padding:.38rem;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._sidebar_1y4q5_1 ._body_1y4q5_72 ._prospect_links_1y4q5_83 div div ._inactive_1y4q5_215{background-color:#c5c5c580}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229{height:100%;display:flex;flex-direction:column;gap:1.25rem}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229::-webkit-scrollbar{width:0}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._activity_1y4q5_229{display:flex;width:100%;flex-direction:column;align-items:center;gap:.75rem}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._activity_1y4q5_229 p{width:100%;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._activity_1y4q5_229 ._controls_1y4q5_253{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:.5rem;align-self:stretch}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._activity_1y4q5_229 ._controls_1y4q5_253 ._unselected_1y4q5_261{cursor:pointer;display:flex;padding:.5rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._activity_1y4q5_229 ._controls_1y4q5_253 ._unselected_1y4q5_261 p{overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;flex:1 0 0}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._activity_1y4q5_229 ._controls_1y4q5_253 ._selected_1y4q5_284{cursor:pointer;display:flex;padding:.5rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._activity_1y4q5_229 ._controls_1y4q5_253 ._selected_1y4q5_284 p{overflow:hidden;color:var(--primary-main, #3818d9);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;flex:1 0 0}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._contact_info_1y4q5_308{display:flex;width:100%;flex-direction:column;align-items:center;gap:.75rem}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._contact_info_1y4q5_308 p{width:100%;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._contact_info_1y4q5_308 ._controls_1y4q5_253{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:.5rem;align-self:stretch}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._contact_info_1y4q5_308 ._controls_1y4q5_253 ._unselected_1y4q5_261{cursor:pointer;display:flex;padding:.5rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._contact_info_1y4q5_308 ._controls_1y4q5_253 ._unselected_1y4q5_261 p{overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;flex:1 0 0}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._contact_info_1y4q5_308 ._controls_1y4q5_253 ._selected_1y4q5_284{cursor:pointer;display:flex;padding:.5rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._sidebar_1y4q5_1 ._body_1y4q5_72 ._activity_contact_wrapper_1y4q5_229 ._contact_info_1y4q5_308 ._controls_1y4q5_253 ._selected_1y4q5_284 p{overflow:hidden;color:var(--primary-main, #3818d9);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;flex:1 0 0}._sidebar_1y4q5_1 ._delete_btn_1y4q5_378{display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.4rem;border:.5px solid var(--Danger-border, #e2a1a1);background:var(--color-gray-10, #fff);color:var(--Danger-main, #ba1717);cursor:pointer}._sidebar_1y4q5_1 ._delete_btn_1y4q5_378 ._delete_btn_text_1y4q5_391{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-clamp:1;overflow:hidden;color:var(--Danger-main, #ba1717);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sidebar_1y4q5_1 ._delete_btn_1y4q5_378:hover{background:var(--Danger-border, #fff4f4)}._sidebar_1y4q5_1 ._note_modal_1y4q5_407{max-height:50%;max-width:40%}._main_container_109fn_1{display:flex;padding:1.25rem;justify-content:center;align-items:center;flex:1 0 0;align-self:stretch;border-radius:0rem 1rem 1rem 0rem;background:var(--color-gray-10, #fff);width:100%;height:100%}._main_container_109fn_1 ._sub_container_109fn_13{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._main_container_109fn_1 ._sub_container_109fn_13 ._wrapper_109fn_23{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._main_container_109fn_1 ._sub_container_109fn_13 ._wrapper_109fn_23 ._header_109fn_32{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._main_container_109fn_1 ._sub_container_109fn_13 ._wrapper_109fn_23 ._header_109fn_32 h1{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._main_container_109fn_1 ._sub_container_109fn_13 ._wrapper_109fn_23 ._header_109fn_32 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._company_info_109fn_65{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75;width:100%;align-self:stretch}._company_info_109fn_65 ._details_109fn_74{padding:1.25rem;width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(3,1fr);gap:1.25rem 1.5rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._company_info_109fn_65 ._details_109fn_74 div{width:100%;display:flex;flex-direction:column;gap:.25rem}._company_info_109fn_65 ._details_109fn_74 div ._title_109fn_91{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch}._company_info_109fn_65 ._details_109fn_74 div ._value_109fn_99{overflow:hidden;color:var(--color-gray-100, #202020);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:400;line-height:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch}._main_container_1bc5g_1{position:absolute;top:140%;z-index:1;width:15.5rem;padding:.75rem;flex-direction:column;align-items:center;gap:.25rem;border-radius:.5rem;background:var(--color-gray-90, #3f3f3f)}._main_container_1bc5g_1 ._header_1bc5g_13{display:flex;justify-content:center;align-items:center;gap:.5rem;align-self:stretch}._main_container_1bc5g_1 ._header_1bc5g_13 ._info_1bc5g_20{display:flex;flex:1 0 0;flex-direction:column;height:2.25rem}._main_container_1bc5g_1 ._header_1bc5g_13 ._info_1bc5g_20 p{overflow:hidden;color:var(--color-gray-10, #fff);text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;font-style:normal;font-weight:400;line-height:.5rem;display:flex;height:2.25rem;flex-direction:column;justify-content:center;flex:1 0 0}._main_container_1bc5g_1 ._text_1bc5g_41{color:var(--color-gray-10, #fff);font-feature-settings:"liga" off,"clig" off;font-size:.5rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch}._icon_1bc5g_51{position:absolute;top:-5%;left:50%;transform:translate(-50%)}._chart_1bc5g_58{position:relative}._chart_1bc5g_58 ._value_1bc5g_61{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:var(--color-gray-10, #fff);text-align:center;font-size:.875rem;font-style:normal;font-weight:400;line-height:2.5rem;z-index:2}._sub_container_1r6hu_1{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._sub_container_1r6hu_1::-webkit-scrollbar{width:0}._sub_container_1r6hu_1 ._wrapper_1r6hu_14{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._sub_container_1r6hu_1 ._wrapper_1r6hu_14 ._header_1r6hu_23{display:flex;width:100%;justify-content:space-between;align-items:center;gap:.25rem}._sub_container_1r6hu_1 ._wrapper_1r6hu_14 ._header_1r6hu_23 ._average_1r6hu_30{display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.375rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sub_container_1r6hu_1 ._wrapper_1r6hu_14 ._header_1r6hu_23 h1{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._sub_container_1r6hu_1 ._wrapper_1r6hu_14 ._header_1r6hu_23 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._sub_container_1r6hu_1 ._wrapper_1r6hu_14 ._icp_detail_container_1r6hu_69{width:100%;display:flex;padding:1rem 1.25rem;flex-direction:column;justify-content:center;gap:1rem;align-self:stretch;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._sub_container_1r6hu_1 ._wrapper_1r6hu_14 ._icp_detail_container_1r6hu_69 ._detail_row_1r6hu_80{display:flex;align-items:center;gap:1.25rem;flex:1 0 0;align-self:stretch;padding:1.25rem 0rem}._sub_container_1r6hu_1 ._wrapper_1r6hu_14 ._icp_detail_container_1r6hu_69 ._detail_row_1r6hu_80 ._title_1r6hu_88{display:flex;width:12rem;color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._sub_container_1r6hu_1 ._wrapper_1r6hu_14 ._icp_detail_container_1r6hu_69 ._detail_row_1r6hu_80 ._bar_1r6hu_102{width:100%;height:100%;display:flex;gap:1.25rem;position:relative}._sub_container_1r6hu_1 ._wrapper_1r6hu_14 ._icp_detail_container_1r6hu_69 ._detail_row_1r6hu_80 ._bar_1r6hu_102 ._bar_div_1r6hu_109{border-radius:.25rem;height:100%;cursor:pointer}._sub_container_1r6hu_1 ._wrapper_1r6hu_14 ._icp_detail_container_1r6hu_69 ._detail_row_1r6hu_80 ._bar_1r6hu_102 span{width:fit-content;border-radius:.25rem;background:var(--primary-second, #f7f5ff);display:flex;padding:.125rem .25rem;justify-content:center;align-items:center;gap:.625;color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sub_container_1r6hu_1 ._wrapper_1r6hu_14 ._icp_detail_container_1r6hu_69 ._detail_row_1r6hu_80 ._icon_1r6hu_129{width:20px;height:20px;cursor:pointer;border-radius:100%}._main_container_1pwvv_1{display:flex;padding:1.25rem;justify-content:center;align-items:center;flex:1 0 0;align-self:stretch;border-radius:0rem 1rem 1rem 0rem;background:var(--color-gray-10, #fff);width:100%;height:100%;position:relative}._main_container_raipc_1{display:flex;height:27.75rem;width:100%;flex-direction:column;align-items:center;gap:1rem;align-self:stretch}._main_container_raipc_1 ._subject_raipc_10{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;flex-shrink:0;align-self:stretch;width:100%}._main_container_raipc_1 ._body_raipc_20{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;flex:1 0 0;align-self:stretch}._main_container_raipc_1 ._footer_raipc_28{width:100%;display:flex;justify-content:space-between;align-items:center}._main_container_raipc_1 ._footer_raipc_28 ._info_raipc_34{display:flex;flex-direction:column;gap:.4rem;align-items:center}._main_container_raipc_1 ._footer_raipc_28 ._info_raipc_34 p{width:100%;color:var(--color-gray-60, #9b9b9b);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;display:flex;gap:.5rem;align-items:center}._text_raipc_52{width:100%;display:flex;justify-content:space-between;align-items:center;align-self:stretch}._text_raipc_52 h1{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;flex:1 0 0}._text_raipc_52 div{cursor:pointer;display:flex;align-items:center;gap:.5rem}._text_raipc_52 div p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._main_container_1sa1m_1{display:flex;height:27.75rem;width:100%;flex-direction:column;align-items:center;gap:1rem;align-self:stretch}._main_container_1sa1m_1 ._body_1sa1m_10{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;flex:1 0 0;align-self:stretch}._main_container_1sa1m_1 ._footer_1sa1m_18{width:100%;display:flex;justify-content:space-between;align-items:center}._main_container_1sa1m_1 ._footer_1sa1m_18 ._info_1sa1m_24{display:flex;flex-direction:column;gap:.4rem;align-items:center}._main_container_1sa1m_1 ._footer_1sa1m_18 ._info_1sa1m_24 p{width:100%;color:var(--color-gray-60, #9b9b9b);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;display:flex;gap:.5rem;align-items:center}._text_1sa1m_42{width:100%;display:flex;justify-content:space-between;align-items:center;align-self:stretch}._text_1sa1m_42 h1{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;flex:1 0 0}._text_1sa1m_42 div{cursor:pointer;display:flex;align-items:center;gap:.5rem}._text_1sa1m_42 div p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._main_container_mmcwc_1{display:flex;height:27.75rem;width:100%;flex-direction:column;align-items:center;gap:1rem;align-self:stretch}._main_container_mmcwc_1 ._body_mmcwc_10{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;flex:1 0 0;align-self:stretch}._main_container_mmcwc_1 ._footer_mmcwc_18{width:100%;display:flex;justify-content:space-between;align-items:center}._main_container_mmcwc_1 ._footer_mmcwc_18 ._info_mmcwc_24{display:flex;flex-direction:column;gap:.4rem;align-items:center}._main_container_mmcwc_1 ._footer_mmcwc_18 ._info_mmcwc_24 p{width:100%;color:var(--color-gray-60, #9b9b9b);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;display:flex;gap:.5rem;align-items:center}._main_container_mmcwc_1 ._footer_mmcwc_18 ._buttons_mmcwc_41{display:flex;align-items:center;gap:1rem}._text_mmcwc_47{width:100%;display:flex;justify-content:space-between;align-items:center;align-self:stretch}._text_mmcwc_47 h1{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;flex:1 0 0}._text_mmcwc_47 div{cursor:pointer;display:flex;align-items:center;gap:.5rem}._text_mmcwc_47 div p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_sxg41_1{display:flex;padding:1.25rem;justify-content:center;align-items:center;flex:1 0 0;align-self:stretch;border-radius:0rem 1rem 1rem 0rem;background:var(--color-gray-10, #fff);width:100%;height:100%}._contact_details_sxg41_1 ._detail_container_sxg41_13{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._header_sxg41_32{display:flex;width:100%;justify-content:center;align-items:center;gap:.25rem}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._header_sxg41_32 ._left_sxg41_39{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._header_sxg41_32 ._left_sxg41_39 h1{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._header_sxg41_32 ._left_sxg41_39 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._header_sxg41_32 ._credits_sxg41_71{display:flex;justify-content:center;align-items:center;gap:.25rem;width:20%;background-color:var(--color-gray-20, #f7f5ff);padding:.4rem;border-radius:.4rem}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._header_sxg41_32 ._credits_sxg41_71 p{color:var(--color-gray-90, #3818d9);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._grid_container_sxg41_88{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._options_sxg41_95{display:flex;padding:.5rem;align-items:center;gap:.5rem;align-self:stretch;border-radius:.75rem;border:1px solid var(--primary-second, #f7f5ff)}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._options_sxg41_95 div{cursor:pointer}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._options_sxg41_95 ._unselected_sxg41_107{display:flex;padding:.5rem 1rem;align-items:center;gap:.625rem;flex:1 0 0;border-radius:.5rem}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._options_sxg41_95 ._unselected_sxg41_107 p{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._options_sxg41_95 ._selected_sxg41_122{display:flex;padding:.5rem 1rem;align-items:center;gap:.625rem;flex:1 0 0;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._contact_details_sxg41_1 ._detail_container_sxg41_13 ._wrapper_sxg41_23 ._options_sxg41_95 ._selected_sxg41_122 p{color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._credit_lock_443b3_1{position:absolute;z-index:10;width:100%;height:100%;background-color:#f9fafb4d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center}._credit_lock_443b3_1 ._box_443b3_12{width:30rem;background-color:#fff;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;border-radius:1rem;border:1px solid var(--primary-grey, #f2f6fc);background:var(--color-gray-10, #fff);box-shadow:0 14px 42px #080f340f}._credit_lock_443b3_1 ._box_443b3_12 ._credit_container_443b3_25{display:flex;gap:.75rem;flex-direction:column}._credit_lock_443b3_1 ._box_443b3_12 ._credit_container_443b3_25 ._info_container_443b3_30{display:flex;justify-content:space-between;align-items:center}._credit_lock_443b3_1 ._box_443b3_12 ._credit_container_443b3_25 ._info_container_443b3_30 div{padding:.75rem;border-radius:100%;background:var(--primary-second, #f7f5ff);display:flex;justify-content:center;align-items:center}._credit_lock_443b3_1 ._box_443b3_12 ._credit_container_443b3_25 ._info_container_443b3_30 p{display:flex;width:8.5rem;height:var(--Padding-Navbar, 1.5rem);padding:.625rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);text-align:center;font-size:.625rem;font-style:normal;font-weight:500;line-height:1.5rem}._credit_lock_443b3_1 ._box_443b3_12 ._credit_container_443b3_25 ._text_container_443b3_60{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.375rem;align-self:stretch}._credit_lock_443b3_1 ._box_443b3_12 ._credit_container_443b3_25 ._text_container_443b3_60 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.3125rem;letter-spacing:.01563rem;align-self:stretch}._credit_lock_443b3_1 ._box_443b3_12 ._credit_container_443b3_25 ._text_container_443b3_60 p{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;align-self:stretch}._credit_lock_443b3_1 ._footer_443b3_85{width:fit-content}._no_credit_k61gd_1{position:absolute;z-index:10;width:100%;height:100%;background-color:#f9fafb4d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;justify-content:center;align-items:center}._no_credit_k61gd_1 ._box_k61gd_12{width:30rem;background-color:#fff;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem;border-radius:1rem;border:1px solid var(--primary-grey, #f2f6fc);background:var(--color-gray-10, #fff);box-shadow:0 14px 42px #080f340f}._no_credit_k61gd_1 ._box_k61gd_12 ._credit_container_k61gd_25{display:flex;gap:.75rem;flex-direction:column}._no_credit_k61gd_1 ._box_k61gd_12 ._credit_container_k61gd_25 ._info_container_k61gd_30{display:flex;justify-content:space-between;align-items:center}._no_credit_k61gd_1 ._box_k61gd_12 ._credit_container_k61gd_25 ._info_container_k61gd_30 div{padding:.75rem;border-radius:100%;background:var(--primary-second, #f7f5ff);display:flex;justify-content:center;align-items:center}._no_credit_k61gd_1 ._box_k61gd_12 ._credit_container_k61gd_25 ._info_container_k61gd_30 p{display:flex;width:8.5rem;height:var(--Padding-Navbar, 1.5rem);padding:.625rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);text-align:center;font-size:.625rem;font-style:normal;font-weight:500;line-height:1.5rem}._no_credit_k61gd_1 ._box_k61gd_12 ._credit_container_k61gd_25 ._text_container_k61gd_60{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.375rem;align-self:stretch}._no_credit_k61gd_1 ._box_k61gd_12 ._credit_container_k61gd_25 ._text_container_k61gd_60 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.3125rem;letter-spacing:.01563rem;align-self:stretch}._no_credit_k61gd_1 ._box_k61gd_12 ._credit_container_k61gd_25 ._text_container_k61gd_60 p{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.5rem;align-self:stretch}._no_credit_k61gd_1 ._footer_k61gd_85{width:fit-content}._sub_container_2cko4_1{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._sub_container_2cko4_1 ._wrapper_2cko4_11{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._header_2cko4_20{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._header_2cko4_20 h1{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._header_2cko4_20 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59{width:100%;padding:1rem 1.25rem;display:flex;height:270px;flex-direction:column;gap:1rem;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._heading_2cko4_70{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-weight:500;line-height:1.25rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._confidence_2cko4_76{display:flex;flex-direction:column;align-items:center;gap:var(--Padding-Navbar, 1.5rem);flex:1 0 0;align-self:stretch;padding:0}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._confidence_2cko4_76 ._confidence_chart_2cko4_85{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;padding:0}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._confidence_2cko4_76 ._confidence_chart_2cko4_85 div{padding:0}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._confidence_2cko4_76 ._confidence_chart_2cko4_85 ._text_container_2cko4_97{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._confidence_2cko4_76 ._confidence_chart_2cko4_85 ._text_container_2cko4_97 p{color:var(--color-gray-90, #3f3f3f);text-align:justify;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._confidence_2cko4_76 ._confidence_chart_2cko4_85 ._text_container_2cko4_97 ._score_2cko4_114{width:fit-content;display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--Success-second, #f0f9f2);color:var(--Success-main, #03781d);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._confidence_2cko4_76 ._desciption_2cko4_130{align-self:stretch;padding:0;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-weight:400;line-height:1.25rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._quality_2cko4_138{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:1rem;align-self:stretch}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._quality_2cko4_138 div{cursor:pointer;display:flex;width:fit-content;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--Success-second, #f0f9f2);color:var(--Success-main, #03781d);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._bar_chart_2cko4_162{padding:0;height:100%}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._bar_chart_2cko4_162 div{padding:0}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._disc_pie_2cko4_169{width:100%;height:100%;font-size:.85rem;position:relative}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._behaviour_chart_2cko4_175{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._behaviour_chart_2cko4_175 ._row_2cko4_182{display:flex;flex-direction:column;padding:0rem .5rem;gap:.5rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._behaviour_chart_2cko4_175 ._row_2cko4_182 ._scroll_bar_2cko4_188{height:.75rem;position:relative;width:100%;border-radius:.75rem;background:var(--primary-grey, #f2f6fc)}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._behaviour_chart_2cko4_175 ._row_2cko4_182 ._scroll_bar_2cko4_188 ._scroll_button_2cko4_195{position:absolute;width:3rem;height:100%;border-radius:.75rem;background:#4fad57}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._behaviour_chart_2cko4_175 ._row_2cko4_182 ._text_container_2cko4_97{display:flex;padding:0rem 1.25rem;justify-content:space-between;align-items:center;align-self:stretch}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._behaviour_chart_2cko4_175 ._row_2cko4_182 ._text_container_2cko4_97 ._text_left_2cko4_209,._sub_container_2cko4_1 ._wrapper_2cko4_11 ._grid_container_2cko4_52 ._grid_element_2cko4_59 ._behaviour_chart_2cko4_175 ._row_2cko4_182 ._text_container_2cko4_97 ._text_right_2cko4_216{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._footer_2cko4_223{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._footer_2cko4_223 ._collapsable_2cko4_229{height:fit-content;display:flex;flex-direction:column;gap:1.25rem;align-items:center;border-radius:.625rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);padding:0rem 0rem 1rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._footer_2cko4_223 ._collapsable_2cko4_229 ._trigger_2cko4_239{padding:1rem 1.25rem 0rem;width:100%;cursor:pointer;display:flex;justify-content:space-between}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._footer_2cko4_223 ._collapsable_2cko4_229 ._trigger_2cko4_239 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-transform:uppercase}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._footer_2cko4_223 ._collapsable_2cko4_229 ._trigger_2cko4_239 ._icon_2cko4_254{transform:rotate(-90deg)}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._footer_2cko4_223 ._collapsable_2cko4_229 ._content_2cko4_257{padding:0rem 1.25rem;width:100%;display:flex;align-items:center;flex-direction:column;gap:1rem;max-height:16rem;overflow-x:auto}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._footer_2cko4_223 ._collapsable_2cko4_229 ._content_2cko4_257 ._row_2cko4_182{display:flex;width:100%;align-items:center;gap:.625rem}._sub_container_2cko4_1 ._wrapper_2cko4_11 ._footer_2cko4_223 ._collapsable_2cko4_229 ._content_2cko4_257 ._row_2cko4_182 p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;color:var(--color-gray-80, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1.125rem}._custom_tooltip_2cko4_287{background-color:#fff;border-radius:.32rem;height:1.5rem;width:2.8rem;position:relative;background-color:var(--color-gray-90, #3f3f3f)}._custom_tooltip_2cko4_287 ._label_2cko4_295{position:absolute;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;color:var(--color-gray-10, #fff);text-align:center;font-size:.625rem;font-style:normal;font-weight:400;line-height:1.125rem;top:50%;left:50%;transform:translate(-50%,-50%)}._custom_tooltip_pie_2cko4_312{background-color:#fff;border-radius:.32rem;height:1.5rem;width:4.8rem;position:relative;background-color:var(--color-gray-90, #3f3f3f)}._custom_tooltip_pie_2cko4_312 ._label_2cko4_295{position:absolute;width:100%;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;color:var(--color-gray-10, #fff);text-align:center;font-size:.625rem;font-style:normal;font-weight:400;line-height:1.125rem;top:50%;left:50%;transform:translate(-50%,-50%)}._center_image_2cko4_338{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 1px));z-index:2;border-radius:100%}._main_container_9pk9i_1{display:flex;padding:1.25rem;justify-content:center;align-items:center;flex:1 0 0;align-self:stretch;border-radius:0rem 1rem 1rem 0rem;background:var(--color-gray-10, #fff);width:100%;height:100%;position:relative}._main_container_9pk9i_1 ::-webkit-scrollbar{display:none}._main_container_9pk9i_1 ._sub_container_9pk9i_17{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._header_9pk9i_36{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._header_9pk9i_36 h1{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._header_9pk9i_36 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75{width:100%;padding:1rem 1.25rem;display:flex;height:270px;flex-direction:column;gap:1rem;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._heading_9pk9i_86{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-weight:500;line-height:1.25rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._confidence_9pk9i_92{display:flex;flex-direction:column;align-items:center;gap:var(--Padding-Navbar, 1.5rem);flex:1 0 0;align-self:stretch;padding:0}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._confidence_9pk9i_92 ._confidence_chart_9pk9i_101{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;padding:0}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._confidence_9pk9i_92 ._confidence_chart_9pk9i_101 div{padding:0}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._confidence_9pk9i_92 ._confidence_chart_9pk9i_101 ._text_container_9pk9i_113{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._confidence_9pk9i_92 ._confidence_chart_9pk9i_101 ._text_container_9pk9i_113 p{color:var(--color-gray-90, #3f3f3f);text-align:justify;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._confidence_9pk9i_92 ._confidence_chart_9pk9i_101 ._text_container_9pk9i_113 ._score_9pk9i_130{width:fit-content;display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--Success-second, #f0f9f2);color:var(--Success-main, #03781d);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._confidence_9pk9i_92 ._desciption_9pk9i_146{align-self:stretch;padding:0;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-weight:400;line-height:1.25rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._quality_9pk9i_154{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:1rem;align-self:stretch}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._quality_9pk9i_154 div{cursor:pointer;display:flex;width:fit-content;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--Success-second, #f0f9f2);color:var(--Success-main, #03781d);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._bar_chart_9pk9i_178{padding:0;height:100%}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._bar_chart_9pk9i_178 div{padding:0}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._disc_pie_9pk9i_185{width:100%;height:100%;font-size:.85rem;position:relative}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._center_image_9pk9i_191{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._behaviour_chart_9pk9i_200{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._behaviour_chart_9pk9i_200 ._row_9pk9i_207{display:flex;flex-direction:column;padding:0rem .5rem;gap:.5rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._behaviour_chart_9pk9i_200 ._row_9pk9i_207 ._scroll_bar_9pk9i_213{height:.75rem;position:relative;width:100%;border-radius:.75rem;background:var(--primary-grey, #f2f6fc)}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._behaviour_chart_9pk9i_200 ._row_9pk9i_207 ._scroll_bar_9pk9i_213 ._scroll_button_9pk9i_220{position:absolute;width:3rem;height:100%;border-radius:.75rem;background:#4fad57}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._behaviour_chart_9pk9i_200 ._row_9pk9i_207 ._text_container_9pk9i_113{display:flex;padding:0rem 1.25rem;justify-content:space-between;align-items:center;align-self:stretch}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._behaviour_chart_9pk9i_200 ._row_9pk9i_207 ._text_container_9pk9i_113 ._text_left_9pk9i_234,._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._grid_container_9pk9i_68 ._grid_element_9pk9i_75 ._behaviour_chart_9pk9i_200 ._row_9pk9i_207 ._text_container_9pk9i_113 ._text_right_9pk9i_241{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._footer_9pk9i_248{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._footer_9pk9i_248 ._collapsable_9pk9i_254{height:fit-content;display:flex;flex-direction:column;gap:1.25rem;align-items:center;border-radius:.625rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);padding:0rem 0rem 1rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._footer_9pk9i_248 ._collapsable_9pk9i_254 ._trigger_9pk9i_264{padding:1rem 1.25rem 0rem;width:100%;cursor:pointer;display:flex;justify-content:space-between}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._footer_9pk9i_248 ._collapsable_9pk9i_254 ._trigger_9pk9i_264 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-transform:uppercase}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._footer_9pk9i_248 ._collapsable_9pk9i_254 ._trigger_9pk9i_264 ._icon_9pk9i_279{transform:rotate(-90deg)}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._footer_9pk9i_248 ._collapsable_9pk9i_254 ._content_9pk9i_282{padding:0rem 1.25rem;width:100%;display:flex;align-items:center;flex-direction:column;gap:1rem;max-height:16rem;overflow-x:auto}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._footer_9pk9i_248 ._collapsable_9pk9i_254 ._content_9pk9i_282 ._row_9pk9i_207{display:flex;width:100%;align-items:center;gap:.625rem}._main_container_9pk9i_1 ._sub_container_9pk9i_17 ._wrapper_9pk9i_27 ._footer_9pk9i_248 ._collapsable_9pk9i_254 ._content_9pk9i_282 ._row_9pk9i_207 p{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;color:var(--color-gray-80, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1.125rem}._contact_details_xe04i_1{display:flex;padding:1.25rem;justify-content:center;align-items:center;flex:1 0 0;align-self:stretch;border-radius:0rem 1rem 1rem 0rem;background:var(--color-gray-10, #fff);width:100%;height:100%;overflow-y:auto}._contact_details_xe04i_1 ._detail_container_xe04i_14{display:flex;width:100%;flex-direction:column;align-items:center;gap:1.2rem;height:100%;overflow-y:auto}._contact_details_xe04i_1 ._detail_container_xe04i_14::-webkit-scrollbar{display:none}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._actions_xe04i_34{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto,1fr);gap:.8rem;width:100%;align-self:stretch}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._actions_xe04i_34 p{display:flex;padding:.56rem .8rem;justify-content:center;align-items:center;gap:.5rem;color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;border-radius:.375rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);cursor:pointer}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto,1fr);gap:.8rem;width:100%;align-self:stretch}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._user_xe04i_56,._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._list_xe04i_65,._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._campaign_xe04i_66{display:flex;padding:.5rem .75rem;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;flex:1 0 0;cursor:pointer;word-wrap:break-word}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._user_xe04i_56 p,._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._list_xe04i_65 p,._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._campaign_xe04i_66 p{flex:1 0 0;color:var(--netural-900, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;width:100%;word-wrap:break-word}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._user_xe04i_56 ._data_xe04i_89,._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._list_xe04i_65 ._data_xe04i_89,._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._campaign_xe04i_66 ._data_xe04i_89{display:flex;justify-content:center;align-items:center;gap:.4rem;align-self:stretch}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._user_xe04i_56 ._data_xe04i_89 ._icon_xe04i_98,._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._list_xe04i_65 ._data_xe04i_89 ._icon_xe04i_98,._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._campaign_xe04i_66 ._data_xe04i_89 ._icon_xe04i_98{display:flex;justify-content:center;align-items:center}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._user_xe04i_56 ._data_xe04i_89 p,._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._list_xe04i_65 ._data_xe04i_89 p,._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._campaign_xe04i_66 ._data_xe04i_89 p{font-size:.875rem;font-style:normal;font-weight:500;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._user_xe04i_56{border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._user_xe04i_56 ._data_xe04i_89 p{color:var(--primary-main, #3818d9)!important}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._list_xe04i_65{border-radius:.5rem;background:var(--info-second, #f0f8ff)}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._list_xe04i_65 ._data_xe04i_89 p{color:var(--info-main, #2e9bff)!important}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._campaign_xe04i_66{border-radius:.5rem;background:var(--success-second, #f0f9f2)}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._meta_data_xe04i_26 ._user_list_campaign_xe04i_56 ._campaign_xe04i_66 ._data_xe04i_89 p{color:var(--success-main, #2eb67d)!important}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._basic_info_xe04i_138{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;align-self:stretch}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._basic_info_xe04i_138 ._summary_xe04i_147{display:flex;flex-direction:column;align-items:center;width:100%;gap:.75rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._basic_info_xe04i_138 ._summary_xe04i_147 ._header_xe04i_154{display:flex;padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.72rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:left}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._basic_info_xe04i_138 ._summary_xe04i_147 ._summary_text_xe04i_169{padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;font-size:.84rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:justify;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);border-radius:.4rem;color:#3f3f3f}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._basic_info_xe04i_138 ._header_xe04i_154{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._basic_info_xe04i_138 ._header_xe04i_154 h1{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._basic_info_xe04i_138 ._header_xe04i_154 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._basic_info_xe04i_138 ._details_xe04i_216{padding:1.25rem;width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto,1fr);gap:1rem 1.5rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._basic_info_xe04i_138 ._details_xe04i_216 div{width:100%;display:flex;flex-direction:column;gap:.25rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._basic_info_xe04i_138 ._details_xe04i_216 div ._title_xe04i_233{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch;display:flex;align-items:center;flex-direction:row;gap:.25rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._basic_info_xe04i_138 ._details_xe04i_216 div ._value_xe04i_245{overflow:hidden;color:var(--color-gray-100, #202020);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:400;line-height:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._company_info_xe04i_258{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75;width:100%;align-self:stretch}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._company_info_xe04i_258 ._heading_xe04i_267{display:flex;padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:left}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._company_info_xe04i_258 ._header_xe04i_154{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._company_info_xe04i_258 ._header_xe04i_154 h1{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._company_info_xe04i_258 ._header_xe04i_154 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._company_info_xe04i_258 ._details_xe04i_216{margin-top:.75rem;padding:1.25rem;width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto,1fr);gap:1rem 1.5rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._company_info_xe04i_258 ._details_xe04i_216 div{width:100%;display:flex;flex-direction:column;gap:.25rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._company_info_xe04i_258 ._details_xe04i_216 div ._title_xe04i_233{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._company_info_xe04i_258 ._details_xe04i_216 div ._value_xe04i_245{overflow:hidden;color:var(--color-gray-100, #202020);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:400;line-height:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._custom_fields_xe04i_353{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75;width:100%;align-self:stretch}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._custom_fields_xe04i_353 ._heading_xe04i_267{display:flex;padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:left}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._custom_fields_xe04i_353 ._header_xe04i_154{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._custom_fields_xe04i_353 ._header_xe04i_154 h1{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._custom_fields_xe04i_353 ._header_xe04i_154 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._custom_fields_xe04i_353 ._details_xe04i_216{margin-top:.75rem;padding:1.25rem;width:100%;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto,1fr);gap:1rem 1.5rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._custom_fields_xe04i_353 ._details_xe04i_216 div{width:100%;display:flex;flex-direction:column;gap:.25rem}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._custom_fields_xe04i_353 ._details_xe04i_216 div ._title_xe04i_233{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._custom_fields_xe04i_353 ._details_xe04i_216 div ._value_xe04i_245{overflow:hidden;color:var(--color-gray-100, #202020);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:400;line-height:1rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._custom_fields_xe04i_353 ._empty_xe04i_448{display:flex!important;flex-direction:column;justify-content:center;align-items:center;width:100%!important;height:100%;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;min-height:10rem;gap:1rem;margin-top:.75rem;padding:1.25rem;width:100%;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._contact_details_xe04i_1 ._detail_container_xe04i_14 ._custom_fields_xe04i_353 ._empty_xe04i_448 ._title_xe04i_233{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch;width:100%;text-align:center}._activity_wrapper_9qdtc_1{display:flex;align-items:center;gap:.75rem;align-self:stretch}._activity_wrapper_9qdtc_1 ._icon_wrapper_9qdtc_7{display:flex;padding:.375rem;justify-content:center;align-items:center;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._activity_wrapper_9qdtc_1 ._info_wrapper_9qdtc_15{display:flex;padding:.75rem;justify-content:space-between;align-items:flex-start;flex:1 0 0;border-radius:.375rem;border:1px solid var(--primary-grey, #f2f6fc);flex-direction:column;gap:.8rem;cursor:pointer}._activity_wrapper_9qdtc_1 ._info_wrapper_9qdtc_15 ._info_header_9qdtc_27{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._activity_wrapper_9qdtc_1 ._info_wrapper_9qdtc_15 ._info_header_9qdtc_27 ._message_9qdtc_33{color:var(--color-gray-90, #3f3f3f);font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem}._activity_wrapper_9qdtc_1 ._info_wrapper_9qdtc_15 ._info_header_9qdtc_27 ._date_9qdtc_40{color:var(--color-gray-80, #5f5f5f);font-size:.8em;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_9qdtc_1 ._info_wrapper_9qdtc_15 ._info_detail_9qdtc_47{display:flex;align-items:center;gap:1rem;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.8rem;font-style:normal;font-weight:500}._activity_wrapper_1aylk_1{display:flex;align-items:center;gap:.75rem;align-self:stretch}._activity_wrapper_1aylk_1 ._icon_wrapper_1aylk_7{display:flex;padding:.375rem;justify-content:center;align-items:center;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._activity_wrapper_1aylk_1 ._info_wrapper_1aylk_15{display:flex;padding:.75rem;justify-content:space-between;align-items:flex-start;flex:1 0 0;border-radius:.375rem;border:1px solid var(--primary-grey, #f2f6fc);flex-direction:column;gap:.8rem;cursor:pointer}._activity_wrapper_1aylk_1 ._info_wrapper_1aylk_15 ._info_header_1aylk_27{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._activity_wrapper_1aylk_1 ._info_wrapper_1aylk_15 ._info_header_1aylk_27 ._message_1aylk_33{color:var(--color-gray-90, #3f3f3f);font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem}._activity_wrapper_1aylk_1 ._info_wrapper_1aylk_15 ._info_header_1aylk_27 ._date_1aylk_40{color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_1aylk_1 ._info_wrapper_1aylk_15 ._info_detail_1aylk_47{display:flex;align-items:center;gap:1rem;align-self:stretch}._activity_wrapper_1aylk_1 ._info_wrapper_1aylk_15 ._info_detail_1aylk_47 ._email_wrapper_1aylk_53{display:flex;align-items:center;gap:.8rem}._activity_wrapper_1aylk_1 ._info_wrapper_1aylk_15 ._info_detail_1aylk_47 ._email_wrapper_1aylk_53 ._source_1aylk_58{color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_1aylk_1 ._info_wrapper_1aylk_15 ._info_detail_1aylk_47 ._email_wrapper_1aylk_53 ._email_text_1aylk_65{color:var(--color-gray-90, #3f3f3f);font-size:.8rem;font-style:normal;font-weight:500;line-height:1rem}._modal_1aylk_73{display:flex;align-items:center;justify-content:space-between;width:40%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._modal_1aylk_73 ._modal_wrapper_1aylk_81{display:flex;width:100%;padding:1.25rem;flex-direction:column;justify-content:center;align-items:flex-end;gap:var(--Padding-Navbar, 1.5rem);border-radius:.75rem;background:var(--color-gray-10, #fff);box-shadow:0 5px 14px #080f340a}._modal_1aylk_73 ._modal_wrapper_1aylk_81 ._modal_header_1aylk_93{display:flex;justify-content:center;align-items:center;align-self:stretch}._modal_1aylk_73 ._modal_wrapper_1aylk_81 ._modal_header_1aylk_93 p{overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.75rem}._modal_1aylk_73 ._modal_wrapper_1aylk_81 ._modal_header_1aylk_93 ._icon_1aylk_7{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._modal_1aylk_73 ._modal_wrapper_1aylk_81 ._modal_body_1aylk_120{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._modal_1aylk_73 ._modal_wrapper_1aylk_81 ._modal_body_1aylk_120 p{color:var(--color-gray-90, #3f3f3f);align-self:stretch;font-size:.9rem;font-style:normal;font-weight:500;line-height:1.25rem}._modal_1aylk_73 ._modal_wrapper_1aylk_81 ._modal_body_1aylk_120 input{display:flex;height:2.5rem;padding:1rem 1.25rem;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._modal_1aylk_73 ._modal_wrapper_1aylk_81 ._footer_1aylk_148{display:flex;justify-content:center;align-items:center;gap:var(--Padding-Navbar, .4rem)}._modal_1aylk_73 ._modal_wrapper_1aylk_81 ._footer_1aylk_148 ._cancel_1aylk_154{color:var(--color-gray-70, #7e7e7e);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._modal_1aylk_73 ._modal_wrapper_1aylk_81 ._footer_1aylk_148 ._save_1aylk_161{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--primary-main, #3818d9);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._modal_1aylk_73 ._modal_wrapper_1aylk_81 ._footer_1aylk_148 ._save_1aylk_161 div{color:var(--Gray-100, #ececec)}._activity_wrapper_1k4pb_1{display:flex;align-items:center;gap:.75rem;align-self:stretch}._activity_wrapper_1k4pb_1 ._icon_wrapper_1k4pb_7{display:flex;padding:.375rem;justify-content:center;align-items:center;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._activity_wrapper_1k4pb_1 ._info_wrapper_1k4pb_15{display:flex;padding:.75rem;justify-content:space-between;align-items:flex-start;flex:1 0 0;border-radius:.375rem;border:1px solid var(--primary-grey, #f2f6fc);flex-direction:column;gap:.8rem;cursor:pointer}._activity_wrapper_1k4pb_1 ._info_wrapper_1k4pb_15 ._info_header_1k4pb_27{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._activity_wrapper_1k4pb_1 ._info_wrapper_1k4pb_15 ._info_header_1k4pb_27 ._message_1k4pb_33{color:var(--color-gray-90, #3f3f3f);font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem}._activity_wrapper_1k4pb_1 ._info_wrapper_1k4pb_15 ._info_header_1k4pb_27 ._date_1k4pb_40{color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_1k4pb_1 ._info_wrapper_1k4pb_15 ._info_detail_1k4pb_47{display:flex;align-items:center;gap:1rem;align-self:stretch}._activity_wrapper_1k4pb_1 ._info_wrapper_1k4pb_15 ._info_detail_1k4pb_47 ._email_wrapper_1k4pb_53{display:flex;align-items:center;gap:.8rem}._activity_wrapper_1k4pb_1 ._info_wrapper_1k4pb_15 ._info_detail_1k4pb_47 ._email_wrapper_1k4pb_53 ._source_1k4pb_58{color:var(--color-gray-80, #5f5f5f);font-size:.8em;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_1k4pb_1 ._info_wrapper_1k4pb_15 ._info_detail_1k4pb_47 ._email_wrapper_1k4pb_53 ._email_text_1k4pb_65{color:var(--color-gray-90, #3f3f3f);font-size:.8rem;font-style:normal;font-weight:500;line-height:1rem}._audio_player_1qhm6_1{display:flex;padding:.75rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;flex:1 0 0;--primary: #3818d9;--secondary: #ffd200}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13{display:flex;justify-content:center;align-items:center;gap:.5rem;flex:1 0 0}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._play_wrapper_1qhm6_20{display:flex;align-items:center;justify-content:center;cursor:pointer}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._progressBar_1qhm6_26{--bar-bg: #f7f5ff;--seek-before-width: 0;--seek-before-color: #3818d9;--knobby: #3b25a8;--selectedKnobby: #3b25a8;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:var(--bar-bg)!important;border-radius:.75rem;position:relative;width:100%;height:.3125rem;outline:none;margin:auto!important;overflow:visible}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._progressBar_1qhm6_26::-webkit-slider-runnable-track{background:var(--bar-bg);border-radius:.75rem;position:relative;width:100%;height:.3125rem;outline:none}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._progressBar_1qhm6_26::-moz-range-track{background:var(--bar-bg);border-radius:.75rem;position:relative;width:100%;height:.3125rem;outline:none}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._progressBar_1qhm6_26::-moz-focus-outer{border:0}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._progressBar_1qhm6_26:before{content:"";height:.3125rem;width:var(--seek-before-width);background-color:var(--seek-before-color);border-top-left-radius:.75rem;border-bottom-left-radius:.75rem;position:absolute;top:0;left:0;z-index:2;cursor:pointer}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._progressBar_1qhm6_26::-moz-range-progress{background-color:var(--seek-before-color);border-top-left-radius:.75rem;border-bottom-left-radius:.75rem;height:.3125rem}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._progressBar_1qhm6_26::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:.75rem;height:.75rem;border-radius:50%;border:none;background-color:var(--knobby);cursor:pointer;position:relative;margin:-4px 2px 0 0;z-index:3;box-sizing:border-box;filter:drop-shadow(0px 5px 14px rgba(8,15,52,.04))}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._progressBar_1qhm6_26:active::-webkit-slider-thumb{background:var(--selectedKnobby)}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._progressBar_1qhm6_26::-moz-range-thumb{width:.75rem;height:.75rem;border-radius:50%;border:transparent;background-color:var(--knobby);cursor:pointer;position:relative;z-index:3;box-sizing:border-box;filter:drop-shadow(0px 5px 14px rgba(8,15,52,.04))}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._progressBar_1qhm6_26:active::-moz-range-thumb{background:var(--selectedKnobby)}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._audio_timer_1qhm6_121{color:var(--primary-main, #3818d9);font-size:.72rem;font-style:normal;font-weight:600}._audio_player_1qhm6_1 ._audio_player_wrapper_1qhm6_13 ._download_btn_wrapper_1qhm6_127{display:flex;align-items:center;justify-content:center;cursor:pointer}._activity_wrapper_1rpab_1{display:flex;align-items:center;gap:.75rem;align-self:stretch}._activity_wrapper_1rpab_1 ._icon_wrapper_1rpab_7{display:flex;padding:.375rem;justify-content:center;align-items:center;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._activity_wrapper_1rpab_1 ._info_wrapper_1rpab_15{display:flex;padding:.75rem;justify-content:space-between;align-items:flex-start;flex:1 0 0;border-radius:.375rem;border:1px solid var(--primary-grey, #f2f6fc);flex-direction:column;gap:.8rem;cursor:pointer}._activity_wrapper_1rpab_1 ._info_wrapper_1rpab_15 ._info_header_1rpab_27{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._activity_wrapper_1rpab_1 ._info_wrapper_1rpab_15 ._info_header_1rpab_27 ._message_1rpab_33{color:var(--color-gray-90, #3f3f3f);font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem}._activity_wrapper_1rpab_1 ._info_wrapper_1rpab_15 ._info_header_1rpab_27 ._date_1rpab_40{font-size:.8rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_1rpab_1 ._info_wrapper_1rpab_15 ._info_detail_1rpab_46{display:flex;align-items:center;gap:1rem;align-self:stretch}._activity_wrapper_1rpab_1 ._info_wrapper_1rpab_15 ._info_detail_1rpab_46 ._email_wrapper_1rpab_52{display:flex;align-items:center;gap:.8rem}._activity_wrapper_1rpab_1 ._info_wrapper_1rpab_15 ._info_detail_1rpab_46 ._email_wrapper_1rpab_52 ._source_1rpab_57{color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_1rpab_1 ._info_wrapper_1rpab_15 ._info_detail_1rpab_46 ._email_wrapper_1rpab_52 ._email_text_1rpab_64{color:var(--color-gray-90, #3f3f3f);font-size:.8rem;font-style:normal;font-weight:500;line-height:1rem}._activity_wrapper_1nwht_1{display:flex;align-items:center;gap:.75rem;align-self:stretch}._activity_wrapper_1nwht_1 ._icon_wrapper_1nwht_7{display:flex;padding:.375rem;justify-content:center;align-items:center;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._activity_wrapper_1nwht_1 ._info_wrapper_1nwht_15{display:flex;padding:.75rem;justify-content:space-between;align-items:flex-start;flex:1 0 0;border-radius:.375rem;border:1px solid var(--primary-grey, #f2f6fc);flex-direction:column;gap:.8rem;cursor:pointer}._activity_wrapper_1nwht_1 ._info_wrapper_1nwht_15 ._info_header_1nwht_27{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._activity_wrapper_1nwht_1 ._info_wrapper_1nwht_15 ._info_header_1nwht_27 ._message_1nwht_33{color:var(--color-gray-90, #3f3f3f);font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem;text-transform:capitalize}._activity_wrapper_1nwht_1 ._info_wrapper_1nwht_15 ._info_header_1nwht_27 ._date_1nwht_41{color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_1nwht_1 ._info_wrapper_1nwht_15 ._info_detail_1nwht_48{display:flex;align-items:center;gap:1rem;align-self:stretch}._activity_wrapper_1nwht_1 ._info_wrapper_1nwht_15 ._info_detail_1nwht_48 ._email_wrapper_1nwht_54{display:flex;align-items:center;gap:.8rem}._activity_wrapper_1nwht_1 ._info_wrapper_1nwht_15 ._info_detail_1nwht_48 ._email_wrapper_1nwht_54 ._source_1nwht_59{color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_1nwht_1 ._info_wrapper_1nwht_15 ._info_detail_1nwht_48 ._email_wrapper_1nwht_54 ._email_text_1nwht_66{color:var(--color-gray-90, #3f3f3f);font-size:.8rem;font-style:normal;font-weight:500;line-height:1rem}._activity_wrapper_alv5y_1{display:flex;align-items:center;gap:.75rem;align-self:stretch}._activity_wrapper_alv5y_1 ._icon_wrapper_alv5y_7{display:flex;padding:.375rem;justify-content:center;align-items:center;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._activity_wrapper_alv5y_1 ._info_wrapper_alv5y_15{display:flex;padding:.75rem;justify-content:space-between;align-items:flex-start;flex:1 0 0;border-radius:.375rem;border:1px solid var(--primary-grey, #f2f6fc);flex-direction:column;gap:.8rem;cursor:pointer}._activity_wrapper_alv5y_1 ._info_wrapper_alv5y_15 ._info_header_alv5y_27{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._activity_wrapper_alv5y_1 ._info_wrapper_alv5y_15 ._info_header_alv5y_27 ._message_alv5y_33{color:var(--color-gray-90, #3f3f3f);font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem}._activity_wrapper_alv5y_1 ._info_wrapper_alv5y_15 ._info_header_alv5y_27 ._date_alv5y_40{color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_alv5y_1 ._info_wrapper_alv5y_15 ._info_detail_alv5y_47{display:flex;align-items:center;gap:1rem;align-self:stretch}._activity_wrapper_alv5y_1 ._info_wrapper_alv5y_15 ._info_detail_alv5y_47 ._email_wrapper_alv5y_53{display:flex;align-items:center;gap:.8rem}._activity_wrapper_alv5y_1 ._info_wrapper_alv5y_15 ._info_detail_alv5y_47 ._email_wrapper_alv5y_53 ._source_alv5y_58{color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_alv5y_1 ._info_wrapper_alv5y_15 ._info_detail_alv5y_47 ._email_wrapper_alv5y_53 ._email_text_alv5y_65{color:var(--color-gray-90, #3f3f3f);font-size:.8rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_1mv2j_1{display:flex;padding:1.25rem;justify-content:center;align-items:center;flex:1 0 0;align-self:stretch;border-radius:0rem 1rem 1rem 0rem;background:var(--color-gray-10, #fff);width:100%;height:100%}._main_container_1mv2j_1 ._sub_container_1mv2j_13{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._main_container_1mv2j_1 ._sub_container_1mv2j_13 ._wrapper_1mv2j_23{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._main_container_1mv2j_1 ._sub_container_1mv2j_13 ._wrapper_1mv2j_23 ._header_1mv2j_32{display:flex;width:100%;justify-content:center;align-items:center;gap:.25rem}._main_container_1mv2j_1 ._sub_container_1mv2j_13 ._wrapper_1mv2j_23 ._header_1mv2j_32 ._left_1mv2j_39{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;flex:1 0 0}._main_container_1mv2j_1 ._sub_container_1mv2j_13 ._wrapper_1mv2j_23 ._header_1mv2j_32 ._left_1mv2j_39 h1{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._main_container_1mv2j_1 ._sub_container_1mv2j_13 ._wrapper_1mv2j_23 ._header_1mv2j_32 ._left_1mv2j_39 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._main_container_1mv2j_1 ._sub_container_1mv2j_13 ._wrapper_1mv2j_23 ._header_1mv2j_32 ._right_1mv2j_71{display:flex;justify-content:center;align-items:center;gap:.5rem;min-width:16rem}._main_container_1mv2j_1 ._sub_container_1mv2j_13 ._activity_info_1mv2j_78{display:flex;flex-direction:column;align-items:center;gap:1.25rem;flex:1 0 0;align-self:stretch;overflow-y:auto}._main_container_1mv2j_1 ._sub_container_1mv2j_13 ._activity_info_1mv2j_78::-webkit-scrollbar{width:0}._main_container_104nm_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--Padding-Navbar, 1.5rem);height:100%}._row_container_104nm_10{display:flex;width:25.625rem;flex-direction:column;align-items:center;gap:-.25rem}._row_container_104nm_10 ._row1_104nm_17{display:flex;width:23.9375rem;height:2.75rem;padding:.5rem .75rem;align-items:center;gap:.5rem;border-radius:.625rem;background:var(--color-gray-10, #fff)}._row_container_104nm_10 ._row1_104nm_17 ._block1_104nm_27{width:2rem;flex-shrink:0;border-radius:.5rem;height:100%;background:var(--primary-grey, #f2f6fc)}._row_container_104nm_10 ._row1_104nm_17 ._block2_104nm_34{flex:1 0 0;align-self:stretch;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._row_container_104nm_10 ._row2_104nm_40{display:flex;height:3.5rem;padding:.5rem .75rem;align-items:center;gap:.5rem;align-self:stretch}._row_container_104nm_10 ._row2_104nm_40 ._block1_104nm_27{width:2rem;height:2rem;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._row_container_104nm_10 ._row2_104nm_40 ._block2_104nm_34{height:2rem;flex:1 0 0;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._text_104nm_61{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}._footer_104nm_71{display:flex;justify-content:center}._main_container_t5ipx_1{display:flex;height:100%;width:100%;flex-direction:column;align-items:center;gap:1rem;align-self:stretch}._main_container_t5ipx_1 ._body_t5ipx_10{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1 0 0;align-self:stretch}._main_container_t5ipx_1 ._footer_t5ipx_18{width:100%;display:flex;justify-content:space-between;align-items:center}._main_container_t5ipx_1 ._footer_t5ipx_18 ._info_t5ipx_24{display:flex;flex-direction:column;gap:.4rem;align-items:center}._main_container_t5ipx_1 ._footer_t5ipx_18 ._info_t5ipx_24 p{width:100%;color:var(--color-gray-60, #9b9b9b);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;display:flex;gap:.5rem;align-items:center}._text_t5ipx_42{width:100%;display:flex;justify-content:space-between;align-items:center;align-self:stretch}._text_t5ipx_42 h1{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;flex:1 0 0}._text_t5ipx_42 div{cursor:pointer;display:flex;align-items:center;gap:.5rem}._text_t5ipx_42 div p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_6d5i6_1{display:flex;padding:1.25rem;justify-content:center;align-items:center;flex:1 0 0;align-self:stretch;border-radius:0rem 1rem 1rem 0rem;background:var(--color-gray-10, #fff);width:100%;height:100%}._contact_details_6d5i6_1 ._detail_container_6d5i6_13{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._contact_details_6d5i6_1 ._detail_container_6d5i6_13 ._wrapper_6d5i6_23{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._contact_details_6d5i6_1 ._detail_container_6d5i6_13 ._wrapper_6d5i6_23 ._header_6d5i6_32{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._contact_details_6d5i6_1 ._detail_container_6d5i6_13 ._wrapper_6d5i6_23 ._header_6d5i6_32 h1{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._contact_details_6d5i6_1 ._detail_container_6d5i6_13 ._wrapper_6d5i6_23 ._header_6d5i6_32 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_6d5i6_1 ._detail_container_6d5i6_13 ._wrapper_6d5i6_23 ._grid_container_6d5i6_64{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}._contact_details_6d5i6_1 ._detail_container_6d5i6_13 ._wrapper_6d5i6_23 ._options_6d5i6_71{display:flex;padding:.5rem;align-items:center;gap:.5rem;align-self:stretch;border-radius:.75rem;border:1px solid var(--primary-second, #f7f5ff)}._contact_details_6d5i6_1 ._detail_container_6d5i6_13 ._wrapper_6d5i6_23 ._options_6d5i6_71 div{cursor:pointer}._contact_details_6d5i6_1 ._detail_container_6d5i6_13 ._wrapper_6d5i6_23 ._options_6d5i6_71 ._unselected_6d5i6_83{display:flex;padding:.5rem 1rem;align-items:center;gap:.625rem;flex:1 0 0;border-radius:.5rem}._contact_details_6d5i6_1 ._detail_container_6d5i6_13 ._wrapper_6d5i6_23 ._options_6d5i6_71 ._unselected_6d5i6_83 p{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._contact_details_6d5i6_1 ._detail_container_6d5i6_13 ._wrapper_6d5i6_23 ._options_6d5i6_71 ._selected_6d5i6_98{display:flex;padding:.5rem 1rem;align-items:center;gap:.625rem;flex:1 0 0;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._contact_details_6d5i6_1 ._detail_container_6d5i6_13 ._wrapper_6d5i6_23 ._options_6d5i6_71 ._selected_6d5i6_98 p{color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._modal_overlay_sp8j1_1{height:96vh;position:absolute;width:60%;background-color:#0000001a;position:fixed;top:0;right:2vh;bottom:0;z-index:100;visibility:hidden;background-color:transparent;display:flex;justify-content:center;align-items:center}._modal_overlay_sp8j1_1 ._modal_sp8j1_1{height:96vh;display:flex;width:100%;overflow-y:auto;z-index:1000;transition:all .3s;border-radius:0rem 1rem 1rem 0rem;background:var(--gray-10, #fff);box-shadow:0 5px 14px #080f340a;border-left:var(--0, 1px) solid var(--border-light, #f2f6fc)}._modal_overlay_sp8j1_1 ._modal_sp8j1_1 ._close_button_sp8j1_29{position:absolute;cursor:pointer;border-radius:.25rem 0rem 0rem .25rem;left:-2.75rem;padding:.625rem;height:2.75rem;border:var(--0, 1px) solid var(--border-light, #f2f6fc);border-right:none;border-top:none;border-radius:0 0 0 .5rem;background:var(--gray-10, #fff);box-shadow:0 5px 14px #080f340a}._modal_overlay_sp8j1_1 ._modal_sp8j1_1 ._options_sp8j1_43{background-color:#fff;height:100%;border-left:var(--0, 1.2px) solid var(--border-light, #f2f6fc)}._modal_overlay_sp8j1_1 ._modal_sp8j1_1 ._view_sp8j1_48{width:100%;background-color:#fff;height:100%}._modal_overlay_sp8j1_1 ._show_sp8j1_53{visibility:visible}._modal_overlay_sp8j1_1._show_sp8j1_53{display:flex;justify-content:center;align-items:center;animation:_animateIn_sp8j1_1 .4s;height:100%}._modal_overlay_sp8j1_1._hide_sp8j1_63{animation:_animateOut_sp8j1_1 .4s;height:100%}@keyframes _animateIn_sp8j1_1{0%{transform:translate(150%)}to{transform:translate(0)}}@keyframes _animateOut_sp8j1_1{0%{transform:scale(1)}to{transform:scale(0)}}._pagination_17m95_1{display:flex;gap:1.2rem;align-items:center}._pagination_17m95_1 ._icon_17m95_6{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.5rem;border:none;background-color:transparent;color:var(--color-gray-70, #7e7e7e);font-size:1.5rem;font-weight:500;border-radius:.4rem}._pagination_17m95_1 ._icon_17m95_6:hover{background-color:var(--color-gray-10, #f7f5ff)}._pagination_17m95_1 ._unselected_17m95_22{color:var(--primary-main, #3818d9);display:flex;width:1.75rem;height:1.75rem;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;font-weight:500;cursor:pointer}._pagination_17m95_1 ._selected_17m95_34{color:var(--primary-main, #3818d9);width:2rem;height:2rem;border-radius:100%;background-color:var(--primary-focus, #e2e0ff);display:flex;justify-content:center;align-items:center;font-weight:500;cursor:pointer}._pagination_17m95_1 ._goto_17m95_46{display:flex;gap:.5rem;align-items:center}._pagination_17m95_1 ._goto_17m95_46 p{font-size:1rem;font-weight:500;cursor:pointer;color:var(--color-gray-70, #7e7e7e)}._pagination_17m95_1 ._goto_17m95_46 input{width:2.4rem;height:2.4rem;border-radius:.4rem;padding:.25rem;font-size:1rem;font-weight:500;text-align:center;border:1px solid var(--color-gray-20, #f2f2f2)}._pagination_17m95_1 ._goto_17m95_46 input::-webkit-inner-spin-button,._pagination_17m95_1 ._goto_17m95_46 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}._container_1q3m9_1{display:flex;padding:1rem 1.5rem;align-items:center;gap:1.25rem;flex:1 0 0;width:100%;border-radius:.5rem;background:#f7f5ff99}._container_1q3m9_1 ._name_container_1q3m9_11{display:flex;align-items:center;gap:1rem;flex:1 0 0}._container_1q3m9_1 ._name_container_1q3m9_11 div{display:flex;justify-content:center;align-items:center;padding:.625rem;background-color:#fff;border-radius:100%}._container_1q3m9_1 ._name_container_1q3m9_11 p{color:var(--color-gray-100, #202020);flex:1 0 0;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._container_1q3m9_1 ._text_1q3m9_33{cursor:pointer;color:var(--primary-main, #3818d9);text-align:right;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._container_1q3m9_1 ._toggle_container_1q3m9_42{display:flex;padding:1rem 1.5rem;align-items:center;gap:1.25rem;flex:1 0 0;border-radius:.5rem;background:#f7f5ff99}._pc_nfoio_1{display:flex;align-items:center;gap:var(--12, .75rem);align-self:stretch;cursor:pointer}._pc_nfoio_1 ._picture_nfoio_8{width:2rem;height:2rem;border-radius:50%}._pc_nfoio_1 ._picture_nfoio_8 img{object-fit:cover;width:100%;height:100%}._pc_nfoio_1 ._body_nfoio_18{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--4, .25rem);flex:1 0 0;align-self:stretch}._pc_nfoio_1 ._body_nfoio_18 ._name_email_nfoio_27{display:flex;align-items:center;gap:var(--4, .6rem)}._pc_nfoio_1 ._body_nfoio_18 ._name_email_nfoio_27 h2{color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._pc_nfoio_1 ._body_nfoio_18 ._name_email_nfoio_27 span{color:var(--netural-800, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:400}._pc_nfoio_1 ._body_nfoio_18 ._card_phone_nfoio_45{overflow:hidden;color:var(--netural-800, #5f5f5f)!important;font-size:.75rem!important;font-style:normal;font-weight:400}._pc_nfoio_1:hover{background:var(--color-gray-20, #f9f9f9);border-radius:.4rem}._tb_1r37l_1{display:flex;padding:var(--8, .5rem);align-items:center;gap:var(--8, .5rem);align-self:stretch;border-radius:var(--8, .5rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc)}._tb_1r37l_1 ._tab_1r37l_10{cursor:pointer;display:flex;width:100%;padding:var(--8, .5rem) var(--16, 1rem);align-items:center;gap:var(--10, .625rem);border-radius:.375rem}._tb_1r37l_1 ._tab_1r37l_10 span{width:100%;color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._tb_1r37l_1 ._active_1r37l_27{cursor:pointer;display:flex;padding:var(--8, .5rem) var(--16, 1rem);align-items:center;gap:var(--10, .625rem);border-radius:var(--10, .625rem);background:var(--primary-second, #f7f5ff)}._tb_1r37l_1 ._active_1r37l_27 span{color:var(--primary-main, var(--brand-primary, #3818d9));font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._list_view_table_row_1l9xz_1{cursor:pointer;display:flex;padding:1rem;justify-content:space-between;align-items:center;align-self:stretch;border-radius:var(--12, .75rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc)}._list_view_table_row_1l9xz_1 ._column_group1_1l9xz_11{display:flex;align-items:center;gap:1.25rem;max-width:20rem;width:100%}._list_view_table_row_1l9xz_1 ._column_group1_1l9xz_11 ._g1c1_1l9xz_18{display:flex;padding:.2rem;justify-content:center;align-items:center;gap:.625rem;background:var(--color-gray-10, #fff)}._list_view_table_row_1l9xz_1 ._column_group1_1l9xz_11 ._g1c1_1l9xz_18 ._icon_1l9xz_26{width:1rem;height:1rem;display:flex;align-items:center}._list_view_table_row_1l9xz_1 ._column_group1_1l9xz_11 p{width:100%;display:flex;align-items:center;color:var(--color-gray-100, #3f3f3f);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}._list_view_table_row_1l9xz_1 ._column_group2_1l9xz_46{display:flex;align-items:center;gap:1.25rem;width:100%}._list_view_table_row_1l9xz_1 ._column_group2_1l9xz_46 ._group2_column_1l9xz_52{display:flex;align-items:center;gap:.6rem;width:100%}._list_view_table_row_1l9xz_1 ._column_group2_1l9xz_46 ._group2_column_1l9xz_52 p{color:var(--color-gray-100, #3f3f3f);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._list_view_table_row_1l9xz_1 ._column_group2_1l9xz_46 ._group2_column_1l9xz_52 ._complete_1l9xz_66{color:var(--Success-main, #03781d)}._list_view_table_row_1l9xz_1 ._column_group2_1l9xz_46 ._group2_column_1l9xz_52 ._ongoing_1l9xz_69{color:var(--Success-main, #0099ff)}._list_view_table_row_1l9xz_1 ._column_group2_1l9xz_46 ._group2_column_1l9xz_52 ._incomplete_1l9xz_72{color:var(--Danger-main, #ba1717)}._list_view_table_row_1l9xz_1 ._column_group2_1l9xz_46 ._group2_column_1l9xz_52 ._cancelled_1l9xz_75{color:var(--Danger-main, #fc5555)}._list_view_table_row_1l9xz_1 ._column_group2_1l9xz_46 ._group2_column_1l9xz_52 ._idle_1l9xz_78{color:#40e0cf}._list_view_table_row_1l9xz_1 ._column_group2_1l9xz_46 ._group2_column_1l9xz_52 ._enriching_1l9xz_81{color:#4a3aff}._list_view_table_row_1l9xz_1 ._column_group2_1l9xz_46 ._tag_1l9xz_84{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:.48rem;position:relative}._list_view_table_row_1l9xz_1 ._column_group2_1l9xz_46 ._tag_1l9xz_84 ._tag_modal_1l9xz_92{position:absolute;top:40%;left:-32%;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._list_view_table_row_1l9xz_1 ._column_group3_1l9xz_102{z-index:20;display:flex;justify-content:flex-end;align-items:center;gap:1.25rem;min-width:12rem}._list_view_table_row_1l9xz_1 ._column_group3_1l9xz_102 ._group3_column_1l9xz_110{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.4rem;border-radius:.25rem}._list_view_table_row_1l9xz_1 ._column_group3_1l9xz_102 ._group3_column_1l9xz_110:hover{background:var(--primary-second, #f7f5ff)}._list_view_table_row_1l9xz_1 ._column_group3_1l9xz_102 ._delete_icon_1l9xz_121{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.4rem;border-radius:.25rem}._list_view_table_row_1l9xz_1 ._column_group3_1l9xz_102 ._delete_icon_1l9xz_121:hover{background:var(--danger-second, #f9f2f2)}._list_view_table_row_1l9xz_1 ._column_group3_1l9xz_102 ._hidden_1l9xz_132{visibility:hidden;cursor:pointer;display:flex;justify-content:center;align-items:center}._body_l90io_1{height:68px;width:100%;border-radius:.75rem;background:#c5c5c51a}._list_view_main_container_1vye0_1{display:flex;width:100%;height:100%;padding:1.5rem 1.75rem;flex-direction:column;align-items:flex-start;gap:var(--Padding-Navbar, 1rem);flex-shrink:0;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012}._list_view_main_container_1vye0_1 ._list_view_header_1vye0_14{width:100%;display:flex;justify-content:space-between;align-items:center}._list_view_main_container_1vye0_1 ._list_view_header_1vye0_14 ._list_view_header_text_1vye0_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem}._list_view_main_container_1vye0_1 ._list_view_header_1vye0_14 ._list_view_header_text_1vye0_20 h1{align-self:stretch;color:var(--color-gray-100, #202020);font-size:1.2rem;font-style:normal;font-weight:500}._list_view_main_container_1vye0_1 ._list_view_header_1vye0_14 ._list_view_header_text_1vye0_20 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._list_view_main_container_1vye0_1 ._list_view_header_1vye0_14 ._list_view_header_action_1vye0_41{display:flex;align-items:center;gap:.75rem}._list_view_main_container_1vye0_1 ._list_view_header_1vye0_14 ._list_view_header_action_1vye0_41 ._button_style_1vye0_46{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;background:var(--primary-main, #3818d9)}._list_view_main_container_1vye0_1 ._list_view_header_1vye0_14 ._list_view_header_action_1vye0_41 ._button_style_1vye0_46 p{color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._list_view_main_container_1vye0_1 ._tab_search_1vye0_63{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}._list_view_main_container_1vye0_1 ._tab_search_1vye0_63 ._actions_1vye0_70{display:flex;gap:1rem;align-items:center;justify-content:space-between}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-start;gap:1rem;overflow-y:auto;position:relative}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76::-webkit-scrollbar{display:none}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89{display:flex;padding:1rem;justify-content:space-between;align-items:center;align-self:stretch;border-radius:.75rem;background:#c5c5c51a}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89 ._column_group1_1vye0_98{display:flex;align-items:center;gap:1.25rem}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89 ._column_group1_1vye0_98 ._g1c1_1vye0_103{display:flex;padding:.625rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.5rem;background:var(--color-gray-10, #fff)}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89 ._column_group1_1vye0_98 ._g1c1_1vye0_103 ._icon_1vye0_112{width:1rem;height:1rem}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89 ._column_group1_1vye0_98 p{display:flex;align-items:center;gap:.75rem;color:var(--color-gray-100, #202020);display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;width:250px}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89 ._column_group2_1vye0_131{display:flex;align-items:center;gap:1.25rem}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89 ._column_group2_1vye0_131 ._group2_column_1vye0_136{display:flex;min-width:10rem;align-items:center;gap:.75rem}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89 ._column_group2_1vye0_131 ._group2_column_1vye0_136 p{color:var(--color-gray-100, #202020);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89 ._column_group2_1vye0_131 ._group2_column_1vye0_136 ._icon_1vye0_112{width:1rem;height:1rem}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89 ._column_group2_1vye0_131 ._group2_column_1vye0_136 ._complete_1vye0_154{color:var(--Success-main, #03781d)}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89 ._column_group2_1vye0_131 ._group2_column_1vye0_136 ._incomplete_1vye0_157{color:var(--Danger-main, #ba1717)}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89 ._column_group3_1vye0_160{display:flex;justify-content:center;align-items:center;gap:1.25rem}._list_view_main_container_1vye0_1 ._list_view_table_1vye0_76 ._list_view_table_row_1vye0_89 ._column_group3_1vye0_160 ._group3_column_1vye0_166{cursor:pointer;display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._main_container_b6x0k_1{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;background:linear-gradient(0deg,#0000,#0000),linear-gradient(243deg,#e2e0ff7a 1.53%,#e2e0ff7a 6.25%,#e2e0ff7a 9.9%,#e2e0ff7a 13.82%,#e2e0ff7a 18.2%,#e2e0ff7a 23.24%,#e2e0ff7a 28.39%,#e2e0ff7a 32.88%,#e2e0ff7a 38.18%,#e2e0ff7a 43.01%,#e2e0ff7a 48.62%,#e2e0ff7a 53.6%,#e2e0ff7a 58.84%,#e2e0ff7a 64.12%,#e2e0ff7a 69.03%,#e2e0ff7a 74.37%,#e2e0ff7a 79.99%,#e2e0ff7a 85.3%,#e2e0ff7a,#e2e0ff7a 96.07%)}._login_container_b6x0k_10{display:flex;width:32rem;padding:5.2vh;flex-direction:column;justify-content:center;align-items:center;border-radius:1rem;background:var(--color-gray-10, #fff)}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20{display:flex;flex-direction:column;align-items:center;gap:1.8rem;align-self:stretch}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_header_b6x0k_27{display:flex;height:4.8rem;padding:var(--Padding-Navbar, 1.5rem);justify-content:center;align-items:center;gap:.75rem;align-self:stretch;border-radius:.5rem;background:#e2e0ff66}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_header_b6x0k_27 h1{color:var(--primary-main, #3818d9);text-align:center;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_fields_b6x0k_46{display:flex;flex-direction:column;align-items:center;gap:1.2rem;align-self:stretch}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_fields_b6x0k_46 ._login_field_b6x0k_46{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_fields_b6x0k_46 ._login_field_b6x0k_46 label{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_fields_b6x0k_46 ._login_field_b6x0k_46 ._password_b6x0k_70{width:100%;display:flex;position:relative}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_fields_b6x0k_46 ._login_field_b6x0k_46 ._password_b6x0k_70 input{width:100%;display:flex;height:2.5rem;padding:1rem 1.25rem;justify-content:center;align-items:center;gap:1.25rem;flex-shrink:0;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);color:#3f3f3f}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_fields_b6x0k_46 ._login_field_b6x0k_46 ._password_b6x0k_70 ._icon_b6x0k_90{cursor:pointer;display:flex;position:absolute;right:16px;top:0;bottom:0;align-items:center;margin-top:auto;margin-bottom:auto}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_fields_b6x0k_46 ._login_field_b6x0k_46 input{width:100%;display:flex;height:2.5rem;padding:1rem 1.25rem;justify-content:center;align-items:center;gap:1.25rem;flex-shrink:0;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);color:#3f3f3f}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_options_b6x0k_116{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_options_b6x0k_116 ._login_option_text_b6x0k_124{height:1.25rem;align-self:stretch;display:flex;align-items:center;justify-content:space-between}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_options_b6x0k_116 ._login_option_text_b6x0k_124 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:32%}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_options_b6x0k_116 ._login_option_text_b6x0k_124 div{width:68%;height:.03125rem;background:#e7e7e7}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_options_b6x0k_116 ._login_option_container_b6x0k_144{display:flex;align-items:flex-start;gap:.625rem;align-self:stretch}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_options_b6x0k_116 ._login_option_container_b6x0k_144 ._login_option_b6x0k_116{cursor:pointer;display:flex;padding:.8rem 1.2rem;justify-content:center;align-items:center;gap:.62rem;flex:1 0 0;border-radius:.5rem;background:#c5c5c51a}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_options_b6x0k_116 ._login_option_container_b6x0k_144 ._login_option_b6x0k_116:hover{background:#c5c5c54d}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_options_b6x0k_116 ._login_option_container_b6x0k_144 ._login_option_b6x0k_116 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_submit_b6x0k_171{position:relative;cursor:pointer;display:flex;padding:.8rem;justify-content:center;align-items:center;border:none;gap:.5rem;align-self:stretch;border-radius:.5rem;background:var(--primary-main, #3818d9);color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 ._login_submit_b6x0k_171:hover{background:var(--primary-dark, #2c0ccd)}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 span{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:center}._login_container_b6x0k_10 ._login_sub_container_b6x0k_20 span a{color:var(--Info-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-decoration-line:underline}._loader_b6x0k_209{border:3px solid #fff;border-top:3px solid #3818d9;border-radius:50%;width:28px;height:28px;animation:_spin_b6x0k_1 2s linear infinite;position:absolute}@keyframes _spin_b6x0k_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._rename_modal_v3onj_1{display:flex;align-items:center;justify-content:space-between;width:40%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._rename_modal_v3onj_1 ._container_v3onj_9{display:flex;width:100%;padding:1.25rem;flex-direction:column;justify-content:center;align-items:flex-end;gap:var(--Padding-Navbar, 1.5rem);border-radius:.75rem;background:var(--color-gray-10, #fff);box-shadow:0 5px 14px #080f340a}._rename_modal_v3onj_1 ._container_v3onj_9 ._header_v3onj_21{display:flex;justify-content:center;align-items:center;align-self:stretch}._rename_modal_v3onj_1 ._container_v3onj_9 ._header_v3onj_21 p{overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.75rem}._rename_modal_v3onj_1 ._container_v3onj_9 ._header_v3onj_21 ._icon_v3onj_40{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._rename_modal_v3onj_1 ._container_v3onj_9 ._main_body_v3onj_48{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._rename_modal_v3onj_1 ._container_v3onj_9 ._main_body_v3onj_48 p{color:var(--color-gray-90, #3f3f3f);align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._rename_modal_v3onj_1 ._container_v3onj_9 ._main_body_v3onj_48 input{display:flex;height:2.5rem;padding:1rem 1.25rem;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._rename_modal_v3onj_1 ._container_v3onj_9 ._footer_v3onj_76{display:flex;justify-content:center;align-items:center;gap:var(--Padding-Navbar, .4rem)}._rename_modal_v3onj_1 ._container_v3onj_9 ._footer_v3onj_76 ._cancel_v3onj_82{color:var(--color-gray-70, #7e7e7e);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._rename_modal_v3onj_1 ._container_v3onj_9 ._footer_v3onj_76 ._save_v3onj_89{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--primary-main, #3818d9);color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._filter_modal_wktgr_1{display:flex;align-items:center;justify-content:space-between;height:fit-content;top:0;width:15rem!important;box-shadow:0 10px 20px #0000001a;position:relative}._filter_modal_wktgr_1 ._container_wktgr_11{width:100%;display:flex;padding:.8rem .6rem;flex-direction:column;align-items:center;gap:2rem;border-radius:.75rem;background:var(--color-gray-10, #fff);position:relative}._filter_modal_wktgr_1 ._container_wktgr_11 ._sub_container_wktgr_22{display:flex;flex-direction:column;align-items:center;align-self:stretch}._filter_modal_wktgr_1 ._container_wktgr_11 ._sub_container_wktgr_22 ._black_container_wktgr_28{display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer;padding:.6rem;border-radius:.4rem}._filter_modal_wktgr_1 ._container_wktgr_11 ._sub_container_wktgr_22 ._black_container_wktgr_28 ._icon_wktgr_38{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._filter_modal_wktgr_1 ._container_wktgr_11 ._sub_container_wktgr_22 ._black_container_wktgr_28 p{color:var(--Gray-900, var(--color-gray-100, #5f5f5f));flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.3125rem;letter-spacing:.01563rem}._filter_modal_wktgr_1 ._container_wktgr_11 ._sub_container_wktgr_22 ._red_container_wktgr_54{display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer;padding:.6rem;border-radius:.4rem}._filter_modal_wktgr_1 ._container_wktgr_11 ._sub_container_wktgr_22 ._red_container_wktgr_54 ._icon_wktgr_38{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._filter_modal_wktgr_1 ._container_wktgr_11 ._sub_container_wktgr_22 ._red_container_wktgr_54 p{color:var(--Danger-main, #ba1717);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.3125rem;letter-spacing:.01563rem}._filter_modal_wktgr_1 ._container_wktgr_11 ._sub_container_wktgr_22 ._green_container_wktgr_80{background-color:#f9fafb;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer;padding:.6rem;border-radius:.4rem}._filter_modal_wktgr_1 ._container_wktgr_11 ._sub_container_wktgr_22 ._green_container_wktgr_80 ._icon_wktgr_38{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._filter_modal_wktgr_1 ._container_wktgr_11 ._sub_container_wktgr_22 ._green_container_wktgr_80 p{color:var(--Gray-900, var(--color-gray-100, #5f5f5f));flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.3125rem;letter-spacing:.01563rem}._enrichment_modal_wktgr_108{height:fit-content;display:flex;padding:1rem;flex-direction:column;align-items:center;gap:1rem;top:0;width:16rem!important;box-shadow:0 10px 20px #0000001a;position:relative}._enrichment_modal_wktgr_108 ._header_wktgr_120{display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;color:var(--primary-main, #3818d9);text-align:center;font-size:.625rem;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.01563rem;flex:1 0 0;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._enrichment_modal_wktgr_108 ._body_wktgr_138{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%}._enrichment_modal_wktgr_108 ._body_wktgr_138 ._workflows_wktgr_145{display:flex;flex-direction:column;align-items:center;max-height:12rem;overflow-y:auto;gap:.8rem;width:100%}._enrichment_modal_wktgr_108 ._body_wktgr_138 ._workflows_wktgr_145::-webkit-scrollbar{display:none}._enrichment_modal_wktgr_108 ._body_wktgr_138 ._workflows_wktgr_145 ._workflow_wktgr_145{display:flex;align-items:center;gap:.5rem;justify-content:center;width:100%;cursor:pointer}._enrichment_modal_wktgr_108 ._body_wktgr_138 ._workflows_wktgr_145 ._workflow_wktgr_145 ._icons_wktgr_165{display:flex;justify-content:flex-end;align-items:center}._enrichment_modal_wktgr_108 ._body_wktgr_138 ._workflows_wktgr_145 ._workflow_wktgr_145 ._icons_wktgr_165 ._name_wktgr_170{display:flex;justify-content:center;align-items:center;z-index:-1;padding-left:.4rem;width:100%}._enrichment_modal_wktgr_108 ._body_wktgr_138 ._workflows_wktgr_145 ._workflow_wktgr_145 ._icons_wktgr_165 ._name_wktgr_170 p{color:#3f3f3f;font-weight:500}._enrichment_modal_wktgr_108 ._body_wktgr_138 ._workflows_wktgr_145 ._workflow_wktgr_145 p{width:100%;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.3125rem;letter-spacing:.01563rem}._enrichment_modal_wktgr_108 ._body_wktgr_138 ._workflows_wktgr_145 ._empty_wktgr_193{display:flex;justify-content:center;align-items:center;gap:.5rem;width:100%;cursor:pointer;min-height:4rem}._enrichment_modal_wktgr_108 ._body_wktgr_138 ._workflows_wktgr_145 ._empty_wktgr_193 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.3125rem;letter-spacing:.01563rem}._configure_model_wrapper_wktgr_211{display:flex;width:100%;padding:1.2rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._configure_model_wrapper_wktgr_211::-webkit-scrollbar{width:0rem}._configure_model_wrapper_wktgr_211 ._header_wktgr_120{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._configure_model_wrapper_wktgr_211 ._header_wktgr_120 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._configure_model_wrapper_wktgr_211 ._header_wktgr_120 ._icon_wktgr_38{cursor:pointer}._configure_model_wrapper_wktgr_211 ._input_container_wktgr_241{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}._configure_model_wrapper_wktgr_211 ._input_container_wktgr_241 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._configure_model_wrapper_wktgr_211 ._input_container_wktgr_241 ._input_group_wktgr_256{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.9rem;align-self:stretch}._configure_model_wrapper_wktgr_211 ._input_container_wktgr_241 ._input_group_wktgr_256 label{color:var(--color-gray-90, #3f3f3f);font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem}._configure_model_wrapper_wktgr_211 ._footer_wktgr_271{width:100%;display:flex;justify-content:center;gap:.4rem}._configure_model_wrapper_wktgr_211 ._footer_wktgr_271 ._export_btn_wktgr_277{width:100%}._profile_row_oboe3_1{display:flex;padding:1rem;align-items:center;gap:1.5rem;width:100%;background-color:#fff;height:fit-content}._profile_row_oboe3_1 ._checkbox_oboe3_10{cursor:pointer;margin:0;padding:0;display:flex;justify-content:center;align-content:center}._profile_row_oboe3_1 ._main_content_oboe3_18{cursor:pointer;width:100%;display:grid;grid-template-columns:repeat(7,1fr);gap:1.5rem}._profile_row_oboe3_1 ._main_content_oboe3_18 ._first_name_oboe3_25{display:flex;gap:.75rem;align-items:center}._profile_row_oboe3_1 ._main_content_oboe3_18 ._first_name_oboe3_25 img{border-radius:100%}._profile_row_oboe3_1 ._main_content_oboe3_18 ._lead_text_oboe3_33{display:flex;gap:.75rem;align-items:center;width:100%}._profile_row_oboe3_1 ._main_content_oboe3_18 ._input_oboe3_39{overflow:hidden;cursor:pointer;color:var(--color-gray-100, #202020);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._profile_row_oboe3_1 ._main_content_oboe3_18 ._link_container_oboe3_53{display:flex;gap:.5rem;flex:1 0 0;align-items:center}._profile_row_oboe3_1 ._main_content_oboe3_18 ._link_container_oboe3_53 a{height:100%;display:flex;align-items:center}._skeleton_hu50o_1{width:100%;border-radius:.5rem;background:var(--skeleton, #f9fafb);padding:1.5rem}._main_container_15ztc_1{display:flex;width:100%;height:50vh;overflow-y:auto;flex-direction:column;align-items:center;gap:2rem;padding-inline-end:.5rem}._main_container_15ztc_1::-webkit-scrollbar{display:none}._main_container_15ztc_1 ._behaviour_15ztc_14{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_15ztc_1 ._behaviour_15ztc_14::-webkit-scrollbar{display:none}._main_container_15ztc_1 ._behaviour_15ztc_14 ._text_container_15ztc_25{display:flex;padding:.5rem .75rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._main_container_15ztc_1 ._behaviour_15ztc_14 ._text_container_15ztc_25 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_15ztc_1 ._behaviour_15ztc_14 ._textarea_container_15ztc_43{display:flex;height:7.5rem;min-height:7.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;background:var(--color-gray-10, #fff)}._main_container_15ztc_1 ._company_info_15ztc_55{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_15ztc_1 ._company_info_15ztc_55 ._text_container_15ztc_25{display:flex;padding:.5rem .75rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._main_container_15ztc_1 ._company_info_15ztc_55 ._text_container_15ztc_25 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81{display:flex;padding:1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81 ._model_15ztc_93{display:flex;align-items:flex-start;gap:.75rem;width:100%}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81 ._model_15ztc_93 ._modal_title_15ztc_99{min-width:8.75rem;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81 ._model_15ztc_93 div{display:flex;align-items:center;gap:1.25rem}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81 ._model_15ztc_93 div div{display:flex;gap:.75rem}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81 ._model_15ztc_93 div div ._title_15ztc_116{color:#000;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81 ._size_15ztc_123{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81 ._size_15ztc_123 p{color:var(--color-gray-90, #3f3f3f);width:8.75rem;min-width:8.75rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81 ._size_15ztc_123 div{border-radius:.5rem;background:var(--color-gray-10, #fff);display:flex;height:2.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81 ._size_15ztc_123 div input{overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81 ._industry_15ztc_162{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81 ._industry_15ztc_162 p{color:var(--color-gray-90, #3f3f3f);width:8.75rem;min-width:8.75rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_15ztc_1 ._company_info_15ztc_55 ._info_fields_15ztc_81 ._industry_15ztc_162 div{display:flex;height:7.5rem;min-height:7.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0;border-radius:.5rem;background:var(--color-gray-10, #fff)}._main_container_15ztc_1 ._demographics_15ztc_189{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_15ztc_1 ._demographics_15ztc_189 ._text_container_15ztc_25{display:flex;padding:.5rem .75rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._main_container_15ztc_1 ._demographics_15ztc_189 ._text_container_15ztc_25 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215{display:flex;padding:1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._age_15ztc_227{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._age_15ztc_227 p{color:var(--color-gray-90, #3f3f3f);width:8.75rem;min-width:8.75rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._age_15ztc_227 div{display:flex;height:2.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0;border-radius:.5rem;background:var(--color-gray-10, #fff)}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._age_15ztc_227 div input{overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._education_15ztc_266{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._education_15ztc_266 p{color:var(--color-gray-90, #3f3f3f);width:8.75rem;min-width:8.75rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._education_15ztc_266 div{display:flex;height:7.5rem;min-height:7.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0;border-radius:.5rem;background:var(--color-gray-10, #fff)}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._job_function_15ztc_293{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._job_function_15ztc_293 p{color:var(--color-gray-90, #3f3f3f);width:8.75rem;min-width:8.75rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._job_function_15ztc_293 div{border-radius:.5rem;background:var(--color-gray-10, #fff);display:flex;height:7.5rem;min-height:7.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._location_15ztc_320{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._location_15ztc_320 p{color:var(--color-gray-90, #3f3f3f);min-width:8.75rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_15ztc_1 ._demographics_15ztc_189 ._demographic_fields_15ztc_215 ._location_15ztc_320 div{display:flex;height:7.5rem;min-height:7.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0;border-radius:.5rem;background:var(--color-gray-10, #fff)}._main_container_15ztc_1 ._pain_points_15ztc_346{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch;padding:.25rem 0rem}._main_container_15ztc_1 ._pain_points_15ztc_346 ._text_container_15ztc_25{display:flex;padding:.5rem .75rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._main_container_15ztc_1 ._pain_points_15ztc_346 ._text_container_15ztc_25 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_15ztc_1 ._pain_points_15ztc_346 ._field_15ztc_373{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;background:var(--color-gray-10, #fff)}._icpm_1b2jf_1{display:flex;align-items:center;justify-content:space-between;width:50%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d;overflow-y:hidden}._icpm_1b2jf_1::-webkit-scrollbar{width:0rem}._icpm_1b2jf_1 ._icp_model_wrapper_1b2jf_13{display:flex;width:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._icpm_1b2jf_1 ._icp_model_wrapper_1b2jf_13::-webkit-scrollbar{width:0rem}._icpm_1b2jf_1 ._icp_model_wrapper_1b2jf_13 ._icp_model_header_1b2jf_27{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._icpm_1b2jf_1 ._icp_model_wrapper_1b2jf_13 ._icp_model_header_1b2jf_27 p{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._icpm_1b2jf_1 ._icp_model_wrapper_1b2jf_13 ._icp_model_header_1b2jf_27 div{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._icpm_1b2jf_1 ._icp_model_wrapper_1b2jf_13 ._search_model_footer_1b2jf_48{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._icpm_1b2jf_1 ._icp_model_wrapper_1b2jf_13 ._search_model_footer_1b2jf_48 ._option_text_1b2jf_54{color:var(--color-gray-80, #5f5f5f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._icpm_1b2jf_1 ._icp_model_wrapper_1b2jf_13 ._search_model_footer_1b2jf_48 ._option_buttons_1b2jf_62{display:flex;justify-content:center;align-items:center;gap:.75rem}._icpm_1b2jf_1 ._icp_model_wrapper_1b2jf_13 ._search_model_footer_1b2jf_48 ._option_buttons_1b2jf_62 ._option_button1_1b2jf_68{cursor:pointer;display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;border:var(--0, 1.6px) solid var(--primary-grey, #e9f1fd);color:var(--primary-pressed, #372980);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._icpm_1b2jf_1 ._icp_model_wrapper_1b2jf_13 ._search_model_footer_1b2jf_48 ._option_buttons_1b2jf_62 ._option_button2_1b2jf_84{cursor:pointer;display:flex;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--primary-main, #3818d9);color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._icpm_1b2jf_1 ._icp_model_wrapper_1b2jf_13 ._search_model_footer_1b2jf_48 ._option_buttons_1b2jf_62 ._option_button2_disabled_1b2jf_99{cursor:not-allowed;display:flex;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--color-gray-40, #c5c5c5);color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._modal_overlay_13o5v_1{height:96vh;position:absolute;width:24rem;background-color:#0000001a;position:fixed;top:0;right:2vh;bottom:0;z-index:100;visibility:hidden;background-color:transparent;display:flex;justify-content:center;align-items:center}._modal_overlay_13o5v_1 ._show_13o5v_17{visibility:visible}._modal_overlay_13o5v_1 ._hide_13o5v_20{visibility:hidden}._modal_overlay_13o5v_1._show_13o5v_17{display:flex;justify-content:center;align-items:center;animation:_animateIn_13o5v_1 .4s;height:100%}._modal_overlay_13o5v_1._hide_13o5v_20{transform:translate(150%);animation:_animateOut_13o5v_1 .4s;height:100%;visibility:hidden}@keyframes _animateIn_13o5v_1{0%{transform:translate(150%)}to{transform:translate(0)}}@keyframes _animateOut_13o5v_1{0%{transform:translate(0)}to{transform:translate(150%)}}._modal_overlay_13o5v_1 ._modal_13o5v_1{height:96vh;z-index:1000;transition:all .3s;border-radius:0rem 1rem 1rem 0rem;box-shadow:0 0 19.4px 40091px #c5c5c53d;background-color:#fff;padding:1.25rem;width:100%;display:flex;flex-direction:column;gap:1.6rem;overflow-y:auto;position:relative}._modal_overlay_13o5v_1 ._modal_13o5v_1::-webkit-scrollbar{display:none}._modal_overlay_13o5v_1 ._modal_13o5v_1 ._header_13o5v_73{display:flex;width:100%;justify-content:space-between;align-items:center}._modal_overlay_13o5v_1 ._modal_13o5v_1 ._header_13o5v_73 ._clear_13o5v_79{color:var(--Danger-main, #ba1717);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;cursor:pointer}._modal_overlay_13o5v_1 ._modal_13o5v_1 ._header_13o5v_73 ._text_13o5v_87{color:var(--Gray-900, #202020);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;flex:1 0 0}._modal_overlay_13o5v_1 ._modal_13o5v_1 ._header_13o5v_73 ._icon_13o5v_96{cursor:pointer}._modal_overlay_13o5v_1 ._modal_13o5v_1 ._fields_13o5v_99{display:flex;flex-direction:column;align-items:center;gap:1.25rem;align-self:stretch;width:100%;flex:1 0 0;max-height:100%;overflow-y:auto}._modal_overlay_13o5v_1 ._modal_13o5v_1 ._fields_13o5v_99::-webkit-scrollbar{width:0}._field_container_13o5v_113{display:flex;width:100%;height:2.5rem;padding:1rem 1.25rem;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);cursor:pointer}._field_container_13o5v_113 p{overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;flex:1 0 0}._selected_option_13o5v_139{display:flex;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:#f7f5ff99}._selected_option_13o5v_139 ._header_13o5v_73{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._selected_option_13o5v_139 ._header_13o5v_73 h1{overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0}._selected_option_13o5v_139 ._header_13o5v_73 p{color:var(--Danger-main, #ba1717);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;cursor:pointer}._selected_option_13o5v_139 ._selected_values_13o5v_178{display:flex;align-items:center;gap:.5rem;align-self:stretch;width:100%;overflow-x:auto}._selected_option_13o5v_139 ._selected_values_13o5v_178::-webkit-scrollbar{display:none}._selected_option_13o5v_139 ._selected_values_13o5v_178 div{display:flex;padding:.25rem .625rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--color-gray-10, #fff)}._selected_option_13o5v_139 ._selected_values_13o5v_178 div p{color:var(--flowkit-Purple, #7b61ff);font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}._selected_option_13o5v_139 ._selected_values_13o5v_178 div ._icon_13o5v_96{cursor:pointer;width:12px;height:12px;padding:0}._details_modal_iodnc_1{display:flex;align-items:center;justify-content:space-between;width:40%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._details_modal_iodnc_1 ._container_iodnc_9{display:flex;width:100%;padding:1.25rem;flex-direction:column;justify-content:center;align-items:flex-end;gap:var(--Padding-Navbar, 1.5rem);border-radius:.75rem;background:var(--color-gray-10, #fff);box-shadow:0 5px 14px #080f340a}._details_modal_iodnc_1 ._container_iodnc_9 ._header_iodnc_21{display:flex;justify-content:center;align-items:center;align-self:stretch}._details_modal_iodnc_1 ._container_iodnc_9 ._header_iodnc_21 p{overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.75rem}._details_modal_iodnc_1 ._container_iodnc_9 ._header_iodnc_21 ._icon_iodnc_40{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._details_modal_iodnc_1 ._container_iodnc_9 ._main_body_iodnc_48{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;width:100%}._details_modal_iodnc_1 ._container_iodnc_9 ._main_body_iodnc_48 ._all_url_iodnc_56{display:flex;align-items:center;flex-direction:column;gap:.5rem;width:100%}._details_modal_iodnc_1 ._container_iodnc_9 ._main_body_iodnc_48 ._all_url_iodnc_56 ._header_iodnc_21{display:flex;align-items:center;gap:.5rem;align-self:stretch;width:100%}._details_modal_iodnc_1 ._container_iodnc_9 ._main_body_iodnc_48 ._all_url_iodnc_56 ._header_iodnc_21 p{color:var(--color-gray-100, #202020);font-size:.8rem;font-style:normal;font-weight:500;line-height:1.3125rem;letter-spacing:.01563rem;flex:1 0 0;width:100%}._details_modal_iodnc_1 ._container_iodnc_9 ._main_body_iodnc_48 ._all_url_iodnc_56 ._header_iodnc_21 ._icon_iodnc_40{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._details_modal_iodnc_1 ._container_iodnc_9 ._main_body_iodnc_48 ._all_url_iodnc_56 ._url_body_iodnc_88{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;align-self:stretch}._details_modal_iodnc_1 ._container_iodnc_9 ._main_body_iodnc_48 ._all_url_iodnc_56 ._url_body_iodnc_88 p{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;letter-spacing:.01563rem;width:100%;overflow:hidden;white-space:wrap}._details_modal_iodnc_1 ._container_iodnc_9 ._main_body_iodnc_48 ._all_url_iodnc_56 ._url_body_iodnc_88 ._url_iodnc_88{width:100%;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer}._details_modal_iodnc_1 ._container_iodnc_9 ._main_body_iodnc_48 ._all_url_iodnc_56 ._url_body_iodnc_88 ._url_iodnc_88 ._left_iodnc_116{display:flex;align-items:center;gap:.5rem;width:100%}._details_modal_iodnc_1 ._container_iodnc_9 ._main_body_iodnc_48 ._all_url_iodnc_56 ._url_body_iodnc_88 ._url_iodnc_88 ._left_iodnc_116 p{color:var(--color-gray-80, #5f5f5f);text-align:justify;font-size:.875rem;font-style:normal;font-weight:400;width:100%;overflow:hidden;white-space:wrap}._details_modal_iodnc_1 ._container_iodnc_9 ._main_body_iodnc_48 ._all_url_iodnc_56 ._url_body_iodnc_88 ._url_iodnc_88 ._right_iodnc_132{display:flex;justify-content:center;align-items:center;gap:.625rem}._details_modal_iodnc_1 ._container_iodnc_9 ._main_body_iodnc_48 ._all_url_iodnc_56 ._url_body_iodnc_88 ._url_iodnc_88 ._right_iodnc_132 ._export_iodnc_138{display:flex;justify-content:center;align-items:center;gap:.625rem;border-radius:3.125rem}._details_modal_iodnc_1 ._container_iodnc_9 ._footer_iodnc_145{display:flex;justify-content:center;align-items:center;gap:var(--Padding-Navbar, .4rem)}._details_modal_iodnc_1 ._container_iodnc_9 ._footer_iodnc_145 ._cancel_iodnc_151{color:var(--color-gray-70, #7e7e7e);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._details_modal_iodnc_1 ._container_iodnc_9 ._footer_iodnc_145 ._save_iodnc_158{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--primary-main, #3818d9);color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._enrichment_modal_1d737_1{display:flex;align-items:center;justify-content:space-between;width:40%!important;height:fit-content;box-shadow:0 0 20px #0000001a}._enrichment_modal_1d737_1 ._container_1d737_9{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:1.5rem;gap:1.5rem}._enrichment_modal_1d737_1 ._container_1d737_9 ._header_1d737_18{display:flex;align-items:center;justify-content:space-between;width:100%}._enrichment_modal_1d737_1 ._container_1d737_9 ._header_1d737_18 ._enrichment_icon_1d737_24{display:flex;padding:.75rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;background:var(--primary-second, #f7f5ff)}._enrichment_modal_1d737_1 ._container_1d737_9 ._header_1d737_18 ._icon_1d737_33{cursor:pointer}._enrichment_modal_1d737_1 ._container_1d737_9 ._main_body_1d737_36{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.2rem;width:100%}._enrichment_modal_1d737_1 ._container_1d737_9 ._main_body_1d737_36 ._main_text_1d737_44{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.6rem;width:100%}._enrichment_modal_1d737_1 ._container_1d737_9 ._main_body_1d737_36 ._main_text_1d737_44 h3{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;letter-spacing:.01563rem;align-self:stretch}._enrichment_modal_1d737_1 ._container_1d737_9 ._main_body_1d737_36 ._main_text_1d737_44 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:.01563rem}._enrichment_modal_1d737_1 ._container_1d737_9 ._main_body_1d737_36 ._workflow_1d737_68{display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._enrichment_modal_1d737_1 ._container_1d737_9 ._main_body_1d737_36 ._workflow_1d737_68 ._icons_1d737_78{display:flex}._enrichment_modal_1d737_1 ._container_1d737_9 ._main_body_1d737_36 ._workflow_1d737_68 ._icons_1d737_78 ._icon_1d737_33{display:flex;padding:.375rem;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;border-radius:3.125rem;background:var(--color-gray-10, #fff)}._enrichment_modal_1d737_1 ._container_1d737_9 ._main_body_1d737_36 ._workflow_1d737_68 p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--primary-main, #3818d9);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.01563rem}._enrichment_modal_1d737_1 ._container_1d737_9 ._main_body_1d737_36 ._all_select_1d737_104{display:flex;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer}._enrichment_modal_1d737_1 ._container_1d737_9 ._main_body_1d737_36 ._all_select_1d737_104 p{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.01563rem;flex:1 0 0}._enrichment_modal_1d737_1 ._container_1d737_9 ._footer_1d737_119{display:flex;width:100%}._enrichment_modal_1d737_1 ._container_1d737_9 ._footer_1d737_119 ._button_wrapper_1d737_123{width:100%;display:flex;justify-content:flex-end;align-items:center;align-self:stretch}._enrichment_modal_1ri4f_1{display:flex;align-items:center;justify-content:space-between;width:40%!important;height:fit-content;box-shadow:0 0 20px #0000001a}._enrichment_modal_1ri4f_1 ._container_1ri4f_9{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:1.5rem;gap:1.5rem}._enrichment_modal_1ri4f_1 ._container_1ri4f_9 ._header_1ri4f_18{display:flex;align-items:center;justify-content:space-between;width:100%}._enrichment_modal_1ri4f_1 ._container_1ri4f_9 ._header_1ri4f_18 ._enrichment_icon_1ri4f_24{display:flex;padding:.75rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;background:var(--primary-second, #f7f5ff)}._enrichment_modal_1ri4f_1 ._container_1ri4f_9 ._header_1ri4f_18 ._icon_1ri4f_33{cursor:pointer}._enrichment_modal_1ri4f_1 ._container_1ri4f_9 ._main_body_1ri4f_36{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.2rem;width:100%}._enrichment_modal_1ri4f_1 ._container_1ri4f_9 ._main_body_1ri4f_36 ._main_text_1ri4f_44{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.6rem;width:100%}._enrichment_modal_1ri4f_1 ._container_1ri4f_9 ._main_body_1ri4f_36 ._main_text_1ri4f_44 h3{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;letter-spacing:.01563rem;align-self:stretch}._enrichment_modal_1ri4f_1 ._container_1ri4f_9 ._main_body_1ri4f_36 ._main_text_1ri4f_44 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:.01563rem}._enrichment_modal_1ri4f_1 ._container_1ri4f_9 ._main_body_1ri4f_36 ._workflow_1ri4f_68{display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;border-radius:.5rem}._enrichment_modal_1ri4f_1 ._container_1ri4f_9 ._main_body_1ri4f_36 ._all_select_1ri4f_76{display:flex;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer}._enrichment_modal_1ri4f_1 ._container_1ri4f_9 ._main_body_1ri4f_36 ._all_select_1ri4f_76 p{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.01563rem;flex:1 0 0}._enrichment_modal_1ri4f_1 ._container_1ri4f_9 ._footer_1ri4f_91{display:flex;width:100%}._enrichment_modal_1ri4f_1 ._container_1ri4f_9 ._footer_1ri4f_91 ._button_wrapper_1ri4f_95{width:100%;display:flex;justify-content:flex-end;align-items:center;align-self:stretch}._main_container_12can_1{display:flex;align-items:center;flex-direction:column;gap:1.5rem;height:100%;justify-content:center;width:100%}._row_container_12can_11{display:flex;width:25.625rem;flex-direction:column;align-items:center;gap:-.25rem}._row_container_12can_11 ._row1_12can_18{display:flex;width:23.9375rem;height:2.75rem;padding:.5rem .75rem;align-items:center;gap:.5rem;border-radius:.625rem;background:var(--color-gray-10, #fff)}._row_container_12can_11 ._row1_12can_18 ._block1_12can_28{width:2rem;flex-shrink:0;border-radius:.5rem;height:100%;background:var(--primary-grey, #f2f6fc)}._row_container_12can_11 ._row1_12can_18 ._block2_12can_35{flex:1 0 0;align-self:stretch;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._row_container_12can_11 ._row2_12can_41{display:flex;height:3.5rem;padding:.5rem .75rem;align-items:center;gap:.5rem;align-self:stretch}._row_container_12can_11 ._row2_12can_41 ._block1_12can_28{width:2rem;height:2rem;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._row_container_12can_11 ._row2_12can_41 ._block2_12can_35{height:2rem;flex:1 0 0;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._text_12can_62{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}._footer_12can_72{display:flex;justify-content:center}._linkedin_icon_9tlkw_1{width:1rem;height:1rem}._list_view_main_container_9tlkw_6{position:relative;display:flex;width:100%;height:100%;overflow-x:hidden;padding:3vh 4vh;flex-direction:column;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012;gap:1rem}._list_view_main_container_9tlkw_6 ._header_9tlkw_19{width:100%;display:flex;justify-content:space-between;align-items:center}._list_view_main_container_9tlkw_6 ._header_9tlkw_19 ._left_container_9tlkw_25{display:flex;flex-direction:column;gap:.4rem}._list_view_main_container_9tlkw_6 ._header_9tlkw_19 ._left_container_9tlkw_25 ._bottom_9tlkw_30{display:flex;align-items:center;gap:.75rem}._list_view_main_container_9tlkw_6 ._header_9tlkw_19 ._left_container_9tlkw_25 ._bottom_9tlkw_30 h2{color:var(--color-gray-100, #202020);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._list_view_main_container_9tlkw_6 ._header_9tlkw_19 ._left_container_9tlkw_25 ._bottom_9tlkw_30 ._icon_9tlkw_42{cursor:pointer}._list_view_main_container_9tlkw_6 ._header_9tlkw_19 ._right_container_9tlkw_45{display:flex;align-items:center;gap:.75rem;position:relative}._list_view_main_container_9tlkw_6 ._header_9tlkw_19 ._right_container_9tlkw_45 ._input_9tlkw_51{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);display:flex;width:15.375rem;height:2.5rem;padding:.75rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem}._list_view_main_container_9tlkw_6 ._content_9tlkw_64{padding-inline-end:.5rem;height:100%;overflow-y:auto;width:100%;display:flex;gap:.5rem;position:relative}._list_view_main_container_9tlkw_6 ._content_9tlkw_64::-webkit-scrollbar{width:0px}._list_view_main_container_9tlkw_6 ._content_9tlkw_64 ._list_content_wrapper_9tlkw_76{height:100%;overflow-y:auto;width:100%;display:flex;flex-direction:column;gap:.5rem;position:relative}._list_view_main_container_9tlkw_6 ._content_9tlkw_64 ._list_content_wrapper_9tlkw_76::-webkit-scrollbar{width:0px}._list_view_main_container_9tlkw_6 ._content_9tlkw_64 ._list_content_wrapper_9tlkw_76 ._header_9tlkw_19{display:flex;padding:1rem;align-items:center;gap:1.5rem;width:100%;background-color:#fff;height:fit-content;border-radius:.5rem .5rem 0rem 0rem;background:var(--primary-second, #f7f5ff)}._list_view_main_container_9tlkw_6 ._content_9tlkw_64 ._list_content_wrapper_9tlkw_76 ._header_9tlkw_19 ._checkbox_9tlkw_99{margin:0;padding:0;display:flex;justify-content:center;align-content:center;border-radius:.25rem;background-color:#fff;cursor:pointer}._list_view_main_container_9tlkw_6 ._content_9tlkw_64 ._list_content_wrapper_9tlkw_76 ._header_9tlkw_19 ._main_content_9tlkw_109{width:100%;display:grid;grid-template-columns:repeat(7,1fr);gap:1.5rem}._list_view_main_container_9tlkw_6 ._content_9tlkw_64 ._list_content_wrapper_9tlkw_76 ._header_9tlkw_19 ._main_content_9tlkw_109 p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--primary-main, #3818d9);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:600;line-height:normal}._list_view_main_container_9tlkw_6 ._content_9tlkw_64 ._add_button_9tlkw_128{height:100%;padding:.5rem;background-color:#f7f5ff}._list_view_main_container_9tlkw_6 ._content_9tlkw_64 ._empty_state_9tlkw_133{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;gap:1rem}._list_view_main_container_9tlkw_6 ._footer_9tlkw_142{width:100%;display:flex;justify-content:space-between}._list_view_main_container_9tlkw_6 ._footer_9tlkw_142 ._text_9tlkw_147{display:flex;align-items:center;justify-content:center;gap:.625rem}._list_view_main_container_9tlkw_6 ._footer_9tlkw_142 ._text_9tlkw_147 p{color:var(--Black, #394759);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._list_view_main_container_9tlkw_6 ._footer_9tlkw_142 ._text_9tlkw_147 ._all_9tlkw_161{color:var(--primary-hover, #3b25a8);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;cursor:pointer}._list_view_main_container_9tlkw_6 ._footer_9tlkw_142 ._text_9tlkw_147 ._unselect_9tlkw_170{color:#ba1717;text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;cursor:pointer}._list_view_main_container_9tlkw_6 ._footer_9tlkw_142 ._pagination_9tlkw_179{display:flex;width:21.875rem;justify-content:space-between;align-items:center;flex-shrink:0}._list_view_main_container_9tlkw_6 ._footer_9tlkw_142 ._pagination_9tlkw_179 p{color:var(--primary-main, #3818d9);display:flex;width:1.75rem;height:1.75rem;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0}._list_view_main_container_9tlkw_6 ._footer_9tlkw_142 ._pagination_9tlkw_179 ._selected_9tlkw_196{width:2rem;height:2rem;border-radius:100%;background-color:var(--primary-focus, #e2e0ff);font-size:800;font-weight:600}._main_container_7q18v_1{cursor:pointer;display:flex;padding:1rem var(--Padding-Navbar, 1.5rem);align-items:center;gap:1.25rem;flex:1 0 0;border-radius:.5rem;background:#f7f5ff99}._main_container_7q18v_1 ._sub_container_7q18v_11{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;flex:1 0 0}._main_container_7q18v_1 ._sub_container_7q18v_11 ._top_7q18v_19{display:flex;align-items:center;gap:-.5rem;align-self:stretch;padding-left:10px}._main_container_7q18v_1 ._sub_container_7q18v_11 ._top_7q18v_19 div{padding:.5rem;border-radius:100%;margin-left:-10px;background-color:#fff;display:flex;justify-content:center;align-items:center}._main_container_7q18v_1 ._sub_container_7q18v_11 ._bottom_7q18v_35{display:flex;align-items:center;gap:1rem;align-self:stretch}._main_container_7q18v_1 ._sub_container_7q18v_11 ._bottom_7q18v_35 p{color:var(--color-gray-100, #202020);flex:1 0 0;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._main_container_7q18v_1 ._sub_container_7q18v_11 ._bottom_7q18v_35 ._options_7q18v_49{display:flex;align-items:center;gap:1.25rem}._main_container_7q18v_1 ._sub_container_7q18v_11 ._bottom_7q18v_35 ._options_7q18v_49 ._text_7q18v_54{color:var(--primary-main, #3818d9);text-align:right;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._cm_166gf_1{display:flex;align-items:center;justify-content:space-between;width:50%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._cm_166gf_1 ._configure_model_wrapper_166gf_9{display:flex;width:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._cm_166gf_1 ._configure_model_wrapper_166gf_9::-webkit-scrollbar{width:0rem}._cm_166gf_1 ._configure_model_wrapper_166gf_9 ._header_166gf_23{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_166gf_1 ._configure_model_wrapper_166gf_9 ._header_166gf_23 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_166gf_1 ._configure_model_wrapper_166gf_9 ._header_166gf_23 ._icon_166gf_36{cursor:pointer}._cm_166gf_1 ._configure_model_wrapper_166gf_9 ._body_166gf_39{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}._cm_166gf_1 ._configure_model_wrapper_166gf_9 ._body_166gf_39 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_166gf_1 ._configure_model_wrapper_166gf_9 ._body_166gf_39 ._input_group_166gf_54{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._cm_166gf_1 ._configure_model_wrapper_166gf_9 ._body_166gf_39 ._input_group_166gf_54 label{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._cm_166gf_1 ._configure_model_wrapper_166gf_9 ._footer_166gf_69{width:100%;display:flex;justify-content:end;gap:.4rem}._body_4gq1p_1{height:8rem;width:100%;border-radius:.75rem;background:#c5c5c51a}._main_container_rngud_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--Padding-Navbar, 1.5rem)}._row_container_rngud_9{display:flex;width:25.625rem;flex-direction:column;align-items:center;gap:-.25rem}._row_container_rngud_9 ._row1_rngud_16{display:flex;width:23.9375rem;height:2.75rem;padding:.5rem .75rem;align-items:center;gap:.5rem;border-radius:.625rem;background:var(--color-gray-10, #fff)}._row_container_rngud_9 ._row1_rngud_16 ._block1_rngud_26{width:2rem;flex-shrink:0;border-radius:.5rem;height:100%;background:var(--primary-grey, #f2f6fc)}._row_container_rngud_9 ._row1_rngud_16 ._block2_rngud_33{flex:1 0 0;align-self:stretch;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._row_container_rngud_9 ._row2_rngud_39{display:flex;height:3.5rem;padding:.5rem .75rem;align-items:center;gap:.5rem;align-self:stretch}._row_container_rngud_9 ._row2_rngud_39 ._block1_rngud_26{width:2rem;height:2rem;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._row_container_rngud_9 ._row2_rngud_39 ._block2_rngud_33{height:2rem;flex:1 0 0;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._text_rngud_60{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}._footer_rngud_70{display:flex;justify-content:center}._workflows_view_main_container_10dgq_1{display:flex;width:100%;height:100%;padding:1.5rem 1.75rem;flex-direction:column;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012;gap:var(--Padding-Navbar, 1rem)}._workflows_view_main_container_10dgq_1 ._header_10dgq_12{display:flex;justify-content:space-between;align-items:center}._workflows_view_main_container_10dgq_1 ._header_10dgq_12 ._text_content_10dgq_17{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem}._workflows_view_main_container_10dgq_1 ._header_10dgq_12 ._text_content_10dgq_17 h1{align-self:stretch;color:var(--color-gray-100, #202020);font-size:1.2rem;font-style:normal;font-weight:500}._workflows_view_main_container_10dgq_1 ._header_10dgq_12 ._text_content_10dgq_17 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._workflows_view_main_container_10dgq_1 ._header_10dgq_12 ._search_10dgq_38{display:flex;justify-content:center;align-items:center;gap:1rem}._workflows_view_main_container_10dgq_1 ._header_10dgq_12 ._search_10dgq_38 input{display:flex;width:18.375rem;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._workflows_view_main_container_10dgq_1 ._content_10dgq_56{display:grid;gap:.8rem;width:100%;grid-template-columns:repeat(2,1fr);overflow-y:auto;scrollbar-width:none}._workflows_view_main_container_10dgq_1 ._empty_10dgq_64{display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:column;height:100%;width:100%}._rename_modal_1ppiu_1{display:flex;align-items:center;justify-content:space-between;width:40%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._rename_modal_1ppiu_1 ._container_1ppiu_9{display:flex;width:100%;padding:1.25rem;flex-direction:column;justify-content:center;align-items:flex-end;gap:var(--Padding-Navbar, 1.5rem);border-radius:.75rem;background:var(--color-gray-10, #fff);box-shadow:0 5px 14px #080f340a}._rename_modal_1ppiu_1 ._container_1ppiu_9 ._header_1ppiu_21{display:flex;justify-content:center;align-items:center;align-self:stretch}._rename_modal_1ppiu_1 ._container_1ppiu_9 ._header_1ppiu_21 p{overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.75rem}._rename_modal_1ppiu_1 ._container_1ppiu_9 ._header_1ppiu_21 ._icon_1ppiu_40{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._rename_modal_1ppiu_1 ._container_1ppiu_9 ._main_body_1ppiu_48{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._rename_modal_1ppiu_1 ._container_1ppiu_9 ._main_body_1ppiu_48 p{color:var(--color-gray-90, #3f3f3f);align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._rename_modal_1ppiu_1 ._container_1ppiu_9 ._main_body_1ppiu_48 input{display:flex;height:2.5rem;padding:1rem 1.25rem;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._rename_modal_1ppiu_1 ._container_1ppiu_9 ._footer_1ppiu_76{display:flex;justify-content:center;align-items:center;gap:var(--Padding-Navbar, .4rem)}._rename_modal_1ppiu_1 ._container_1ppiu_9 ._footer_1ppiu_76 ._cancel_1ppiu_82{color:var(--color-gray-70, #7e7e7e);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._rename_modal_1ppiu_1 ._container_1ppiu_9 ._footer_1ppiu_76 ._save_1ppiu_89{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--primary-main, #3818d9);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._rename_modal_1ppiu_1 ._container_1ppiu_9 ._footer_1ppiu_76 ._save_1ppiu_89 div{color:var(--Gray-100, #ececec)}._dlm_7xxnn_1{cursor:default!important;display:flex;align-items:center;justify-content:space-between;width:34rem!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._dlm_7xxnn_1 ._dl_model_wrapper_7xxnn_10{display:flex;width:100%;padding:1.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;border-radius:1rem;background:var(--color-gray-10, #fff)}._dlm_7xxnn_1 ._dl_model_wrapper_7xxnn_10::-webkit-scrollbar{width:0rem}._dlm_7xxnn_1 ._dl_model_wrapper_7xxnn_10 ._info_7xxnn_24{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._dlm_7xxnn_1 ._dl_model_wrapper_7xxnn_10 ._info_7xxnn_24 ._icon_container_7xxnn_32{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._dlm_7xxnn_1 ._dl_model_wrapper_7xxnn_10 ._info_7xxnn_24 ._icon_container_7xxnn_32 ._trash_7xxnn_38{display:flex;padding:.75rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;background:var(--Danger-second, #f9f2f2)}._dlm_7xxnn_1 ._dl_model_wrapper_7xxnn_10 ._info_7xxnn_24 ._icon_container_7xxnn_32 ._icon_7xxnn_32{cursor:pointer}._dlm_7xxnn_1 ._dl_model_wrapper_7xxnn_10 ._info_7xxnn_24 ._text_7xxnn_50{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.375rem;align-self:stretch}._dlm_7xxnn_1 ._dl_model_wrapper_7xxnn_10 ._info_7xxnn_24 ._text_7xxnn_50 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.3125rem;letter-spacing:.01563rem;align-self:stretch}._dlm_7xxnn_1 ._dl_model_wrapper_7xxnn_10 ._info_7xxnn_24 ._text_7xxnn_50 p{display:flex;align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.3125rem;letter-spacing:.01563rem}._dlm_7xxnn_1 ._dl_model_wrapper_7xxnn_10 ._info_7xxnn_24 ._text_7xxnn_50 p span{color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.3125rem;letter-spacing:.01563rem;margin-left:.3rem;margin-right:.3rem;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden!important;text-overflow:ellipsis}._dlm_7xxnn_1 ._dl_model_wrapper_7xxnn_10 ._footer_7xxnn_92{display:flex;width:100%;justify-content:end;gap:.4rem}._empty_1b5tr_1{display:flex;justify-content:center;align-items:center;height:100%;width:100%;flex-direction:column;text-align:center;gap:1rem;font-size:.8rem;color:#6c757d}._info_ppipy_1{display:flex;justify-content:center;align-items:center;height:100%;width:90%;flex-direction:column;text-align:center;gap:1rem;font-size:.8rem;color:#6c757d}._container_1pjqb_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;align-self:stretch}._container_1pjqb_1::-webkit-scrollbar{display:none}._container_1pjqb_1 ._input_main_container_1pjqb_12{height:50vh;width:100%;overflow:auto;display:flex;flex-direction:column;gap:1rem}._container_1pjqb_1 ._input_main_container_1pjqb_12::-webkit-scrollbar{display:none}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._input_container_1pjqb_23{display:flex;padding-inline-end:.5rem;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._input_container_1pjqb_23 p{color:var(--color-gray-90, #3f3f3f);align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1rem}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._relevancy_container_1pjqb_40{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;align-self:stretch}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._relevancy_container_1pjqb_40 p{align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._relevancy_container_1pjqb_40 div{width:100%;display:flex;align-items:center}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._relevancy_container_1pjqb_40 div ._dropdown_container_1pjqb_59{display:flex;width:20.5625rem;gap:0rem;color:var(--color-gray-70, #7e7e7e);background:var(--color-gray-10, #fff)}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._relevancy_container_1pjqb_40 div ._scoring_container_1pjqb_66{margin-left:2.5rem;display:flex;align-items:flex-start;height:fit-content;gap:1.25rem}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._relevancy_container_1pjqb_40 div ._scoring_container_1pjqb_66 ._selector_1pjqb_73{width:fit-content;display:flex;align-items:center;gap:.75rem}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._relevancy_container_1pjqb_40 div ._scoring_container_1pjqb_66 ._selector_1pjqb_73 p{width:fit-content;color:var(--color-gray-70, #7e7e7e);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._info_container_1pjqb_87{display:flex;padding:.75rem;flex-direction:column;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;background:#f7f5ff80}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._info_container_1pjqb_87 div{display:flex;align-items:center;gap:.75rem;align-self:stretch}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._info_container_1pjqb_87 div div{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._container_1pjqb_1 ._input_main_container_1pjqb_12 ._info_container_1pjqb_87 div p{overflow:hidden;color:var(--primary-hover, #3b25a8);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_744vx_1{display:flex;width:100%;height:50vh;overflow-y:auto;flex-direction:column;align-items:center;gap:2rem;padding-inline-end:.5rem}._main_container_744vx_1::-webkit-scrollbar{display:none}._main_container_744vx_1 ._behaviour_744vx_14{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_744vx_1 ._behaviour_744vx_14::-webkit-scrollbar{display:none}._main_container_744vx_1 ._behaviour_744vx_14 ._text_container_744vx_25{display:flex;padding:.5rem .75rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._main_container_744vx_1 ._behaviour_744vx_14 ._text_container_744vx_25 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_744vx_1 ._behaviour_744vx_14 ._textarea_container_744vx_43{display:flex;height:7.5rem;min-height:7.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;background:var(--color-gray-10, #fff)}._main_container_744vx_1 ._company_info_744vx_55{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_744vx_1 ._company_info_744vx_55 ._text_container_744vx_25{display:flex;padding:.5rem .75rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._main_container_744vx_1 ._company_info_744vx_55 ._text_container_744vx_25 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81{display:flex;padding:1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81 ._model_744vx_93{display:flex;align-items:center;gap:.75rem;width:100%}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81 ._model_744vx_93 ._modal_title_744vx_99{width:8.75rem;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81 ._model_744vx_93 div{display:flex;align-items:center;gap:1.25rem}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81 ._model_744vx_93 div div{display:flex;gap:.75rem}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81 ._model_744vx_93 div div ._title_744vx_116{color:#000;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81 ._size_744vx_123{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81 ._size_744vx_123 p{color:var(--color-gray-90, #3f3f3f);width:8.75rem;min-width:8.75rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81 ._size_744vx_123 div{border-radius:.5rem;background:var(--color-gray-10, #fff);display:flex;height:2.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81 ._size_744vx_123 div input{overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81 ._industry_744vx_162{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81 ._industry_744vx_162 p{color:var(--color-gray-90, #3f3f3f);width:8.75rem;min-width:8.75rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_744vx_1 ._company_info_744vx_55 ._info_fields_744vx_81 ._industry_744vx_162 div{display:flex;height:7.5rem;min-height:7.5rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0;border-radius:.5rem;background:var(--color-gray-10, #fff)}._main_container_744vx_1 ._demographics_744vx_189{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_744vx_1 ._demographics_744vx_189 ._text_container_744vx_25{display:flex;padding:.5rem .75rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._main_container_744vx_1 ._demographics_744vx_189 ._text_container_744vx_25 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215{display:flex;padding:1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._age_744vx_227{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._age_744vx_227 p{color:var(--color-gray-90, #3f3f3f);width:8.75rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._age_744vx_227 div{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.25rem;flex:1 0 0;border-radius:.5rem;background:var(--color-gray-10, #fff)}._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._age_744vx_227 div input{overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._location_744vx_264,._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._education_744vx_265,._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._job_function_744vx_266{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._location_744vx_264 p,._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._education_744vx_265 p,._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._job_function_744vx_266 p{color:var(--color-gray-90, #3f3f3f);width:8.75rem;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._location_744vx_264 div,._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._education_744vx_265 div,._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._job_function_744vx_266 div{display:flex;height:7.2rem;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.25rem;flex:1 0 0;border-radius:.5rem;background:var(--color-gray-10, #fff)}._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._location_744vx_264 div input,._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._education_744vx_265 div input,._main_container_744vx_1 ._demographics_744vx_189 ._demographic_fields_744vx_215 ._job_function_744vx_266 div input{overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_744vx_1 ._pain_points_744vx_310{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch;padding:.25rem 0rem}._main_container_744vx_1 ._pain_points_744vx_310 ._text_container_744vx_25{display:flex;padding:.5rem .75rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._main_container_744vx_1 ._pain_points_744vx_310 ._text_container_744vx_25 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_744vx_1 ._pain_points_744vx_310 ._field_744vx_337{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;background:var(--color-gray-10, #fff)}._node_rkwql_1{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;height:100%}._node_rkwql_1 ._header_rkwql_9{width:100%;display:flex;align-items:center;justify-content:space-between}._node_rkwql_1 ._header_rkwql_9 ._heading_rkwql_15{padding:.5rem .75rem;gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:center}._node_rkwql_1 ._body_rkwql_27{display:flex;flex-direction:column;gap:.8rem;width:100%;height:100%}._node_rkwql_1 ._body_rkwql_27 ._box_rkwql_34{width:100%;display:flex;padding:.625rem 1rem;justify-content:space-between;align-items:center;border-radius:.5rem;border:1px solid var(--primary-grey, #f2f6fc)}._node_rkwql_1 ._body_rkwql_27 ._box_rkwql_34 ._configure_rkwql_43{color:var(--primary-main, #3818d9);cursor:pointer}._node_rkwql_1 ._body_rkwql_27 ._box_rkwql_34 p{color:var(--color-gray-100, #202020);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;flex-shrink:0;width:fit-content}._node_rkwql_1 ._save_rkwql_56{width:100%;display:flex;justify-content:center;align-items:center;gap:.625rem;padding:.625rem 1rem;border-radius:.5rem;background:var(--primary-main, #3818d9);color:var(--color-white, #ffffff);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:center;cursor:pointer}._icpm_rkwql_74{display:flex;align-items:center;justify-content:space-between;width:50%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d;overflow-y:hidden}._icpm_rkwql_74::-webkit-scrollbar{width:0rem}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86{display:flex;width:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86::-webkit-scrollbar{width:0rem}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86 ._icp_model_header_rkwql_100{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86 ._icp_model_header_rkwql_100 p{color:var(--color-gray-90, #3f3f3f)!important;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86 ._icp_model_header_rkwql_100 div{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86 ._search_model_footer_rkwql_121{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86 ._search_model_footer_rkwql_121 ._option_text_rkwql_127{color:var(--color-gray-80, #5f5f5f)!important;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86 ._search_model_footer_rkwql_121 ._option_buttons_rkwql_134{display:flex;justify-content:center;align-items:center;gap:.75rem;color:var(--primary-pressed, #372980)!important}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86 ._search_model_footer_rkwql_121 ._option_buttons_rkwql_134 ._option_button1_rkwql_141{cursor:pointer;display:flex;padding:.25rem .5rem!important;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;border:1px solid var(--primary-border, #a899f1)!important;color:var(--primary-pressed, #372980)!important;text-align:center;font-size:1rem!important;font-style:normal;font-weight:500;line-height:1.5rem}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86 ._search_model_footer_rkwql_121 ._option_buttons_rkwql_134 ._option_button1_rkwql_141 p{color:var(--primary-pressed, #372980)!important}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86 ._search_model_footer_rkwql_121 ._option_buttons_rkwql_134 ._option_button2_rkwql_160{cursor:pointer;display:flex;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--primary-main, #3818d9);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86 ._search_model_footer_rkwql_121 ._option_buttons_rkwql_134 ._option_button2_rkwql_160 p{color:var(--Gray-100, #ececec)!important}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86 ._search_model_footer_rkwql_121 ._option_buttons_rkwql_134 ._option_button2_disabled_rkwql_177{cursor:not-allowed;display:flex;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--color-gray-40, #c5c5c5)!important;color:var(--Gray-100, #ececec)!important;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._icpm_rkwql_74 ._icp_model_wrapper_rkwql_86 ._search_model_footer_rkwql_121 ._option_buttons_rkwql_134 ._option_button2_disabled_rkwql_177 p{color:var(--Gray-100, #ececec)!important}._unselected_3kjub_1{display:flex;justify-content:center;align-items:center;height:100%;color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:center}._node_1wumo_1{display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:1rem;height:100%}._node_1wumo_1 ._header_1wumo_9{width:100%;display:flex;align-items:center;justify-content:space-between}._node_1wumo_1 ._header_1wumo_9 ._heading_1wumo_15{padding:.5rem .75rem;gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:center}._node_1wumo_1 ._body_1wumo_27{display:flex;flex-direction:column;gap:.8rem;width:100%;height:100%}._node_1wumo_1 ._body_1wumo_27 ._box_1wumo_34{width:100%;display:flex;padding:.625rem 1rem;justify-content:space-between;align-items:center;border-radius:.5rem;border:1px solid var(--primary-grey, #f2f6fc)}._node_1wumo_1 ._body_1wumo_27 ._box_1wumo_34 p{color:var(--color-gray-100, #202020);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;flex-shrink:0;width:fit-content}._node_1wumo_1 ._save_1wumo_52{width:100%;display:flex;justify-content:center;align-items:center;gap:.625rem;padding:.625rem 1rem;border-radius:.5rem;background:var(--primary-main, #3818d9);color:var(--color-white, #ffffff);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:center;cursor:pointer}._container_1q5r5_1{display:flex;width:100%;height:100%;padding:3vh 4vh;flex-direction:column;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012;gap:var(--Padding-Navbar, 1rem);position:relative}._container_1q5r5_1 ._header_1q5r5_13{display:flex;width:100%;justify-content:space-between;align-items:center}._container_1q5r5_1 ._header_1q5r5_13 ._text_container_1q5r5_19{display:flex;width:44.875rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex-shrink:0}._container_1q5r5_1 ._header_1q5r5_13 ._text_container_1q5r5_19 ._top_1q5r5_28{display:flex;align-items:center;gap:.5rem;align-self:stretch}._container_1q5r5_1 ._header_1q5r5_13 ._text_container_1q5r5_19 ._top_1q5r5_28 div{background-color:#fff}._container_1q5r5_1 ._header_1q5r5_13 ._text_container_1q5r5_19 ._bottom_1q5r5_37{display:flex;align-items:center;gap:.75rem;align-self:stretch}._container_1q5r5_1 ._header_1q5r5_13 ._text_container_1q5r5_19 ._bottom_1q5r5_37 ._name_1q5r5_43{color:var(--color-gray-100, #202020);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._container_1q5r5_1 ._header_1q5r5_13 ._text_container_1q5r5_19 ._bottom_1q5r5_37 ._edit_icon_1q5r5_50{cursor:pointer}._container_1q5r5_1 ._header_1q5r5_13 ._btn_container_1q5r5_53{display:flex;justify-content:flex-end;align-items:center;gap:.75rem}._container_1q5r5_1 ._header_1q5r5_13 ._btn_container_1q5r5_53 ._trash_icon_1q5r5_59{cursor:pointer;display:flex;min-height:2.5rem;padding:.75rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;background:var(--Danger-second, #f9f2f2)}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71{width:100%;height:100%;position:relative;overflow-y:auto}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77{width:100%;height:100%;display:flex;flex-direction:row;justify-content:center;background-image:url(./../../assets/images/frame.svg);border-radius:8px;border:1px solid #f0f3fa;overflow:none}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div{width:100%;display:flex;align-items:center;flex-direction:column;padding-top:6rem;padding-bottom:4rem;overflow:auto;max-height:98%}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div::-webkit-scrollbar{display:none}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div>div{width:300px}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div ._addon_expanded_1q5r5_104{display:flex;width:15.6875rem;flex-direction:column;justify-content:center;align-items:flex-start;border-radius:.5rem;border:1px solid rgba(168,153,241,.5);background:var(--color-gray-10, #fff);box-shadow:0 5px 14px #080f340a}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div ._addon_expanded_1q5r5_104 ._addon_header_1q5r5_115{display:flex;align-items:center;width:100%;padding:.75rem 1rem;gap:1rem}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div ._addon_expanded_1q5r5_104 ._addon_header_1q5r5_115>span:nth-child(1){display:flex;width:var(--Padding-Navbar, 1.5rem);height:var(--Padding-Navbar, 1.5rem);padding:.25rem;justify-content:center;align-items:center;border-radius:2rem}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div ._addon_expanded_1q5r5_104 ._addon_header_1q5r5_115>span:nth-child(2){color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:100%}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div ._addon_expanded_1q5r5_104 ._addon_header_1q5r5_115>span:nth-child(3){cursor:pointer}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div ._addon_expanded_1q5r5_104 ._divider_1q5r5_142{width:100%;height:1px;background-color:#ccc}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div ._addon_expanded_1q5r5_104 ._addon_body_1q5r5_147{display:flex;flex-direction:column;justify-content:space-between;align-items:center;align-self:stretch}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div ._addon_expanded_1q5r5_104 ._addon_body_1q5r5_147 span{display:inline-flex;align-items:center;justify-content:space-between}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div ._addon_expanded_1q5r5_104 ._addon_body_1q5r5_147 span ._toggle_1q5r5_159{transform:scale(.9)}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div ._down_arrow_1q5r5_162{min-height:35px}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._dnd_wrapper_1q5r5_77>div ._drop_here_1q5r5_165{color:var(--color-gray-100, #202020);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;gap:1rem;display:flex;width:15.6875rem;height:6rem;flex-direction:column;justify-content:center;align-items:center;flex-shrink:0;border-radius:.5rem;border:1px dashed rgba(168,153,241,.5);background:var(--color-gray-10, #fff);box-shadow:0 5px 14px #080f340a}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._addons_1q5r5_185{position:absolute;height:calc(100% - 40px);overflow-y:auto;width:16rem;border-radius:.75rem;border:1px solid #f0f3fa;background-color:#fdfdfd;top:20px;left:20px;padding:10px;background-color:#fff;gap:var(--Padding-Navbar, 1rem);display:flex;flex-direction:column}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._addons_1q5r5_185::-webkit-scrollbar{display:none}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._addons_1q5r5_185 ._heading_1q5r5_204{padding:.5rem .75rem;gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:100%;flex:0 0 0;text-align:center}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._addons_1q5r5_185>div:nth-child(2){height:calc(100% - 40px)}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._addons_1q5r5_185>div:nth-child(2) ._draggable_1q5r5_221{height:36px;padding:.5rem .75rem;border-radius:.5rem;margin-bottom:12px;background:#f7f5ff99;font-weight:600;display:flex;align-items:center;border-radius:8px;gap:1.25rem;color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._addons_1q5r5_185>div:nth-child(2) ._draggable_1q5r5_221._dragging_1q5r5_238{background:#f7f5ff99}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._addons_1q5r5_185 ._no_addons_1q5r5_241{display:flex;justify-content:center;align-items:center;height:100%;color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:center}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._node_detail_1q5r5_253{position:absolute;height:calc(100% - 40px);width:16rem;border-radius:.75rem;border:1px solid #f0f3fa;background-color:#fdfdfd;top:20px;right:20px;padding:10px;background-color:#fff;gap:var(--Padding-Navbar, 1rem);display:flex;flex-direction:column}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._icon_1q5r5_268{display:flex;padding:.5rem;justify-content:center;align-items:center;border-radius:.5rem}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._icon_1q5r5_268 svg{width:20px;height:20px}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 p{width:100%;color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._icon2_1q5r5_287{height:28px;width:28px;display:inline-flex;align-items:center;justify-content:center}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._icon2_1q5r5_287 svg{width:20px;height:20px}._container_1q5r5_1 ._dropdown_controll_wrapper_1q5r5_71 ._empty_view_1q5r5_298{position:absolute;top:48%;left:40%;max-width:435px;font-weight:600;color:#3818d9;line-height:normal;text-align:center}._arrow_container_1q5r5_309{width:100%;display:flex;justify-content:center}._addon_option_1q5r5_315{width:100%;display:flex;justify-content:space-between;padding:.625rem 1rem}._sem_jefug_1{display:flex;align-items:center;width:60%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d;padding:2rem;flex-direction:column;gap:2rem}._sem_jefug_1 ._header_jefug_11{display:flex;align-items:center;justify-content:space-between;width:100%}._sem_jefug_1 ._header_jefug_11 h3{font-size:1.2rem;color:#3f3f3f}._sem_jefug_1 ._header_jefug_11 ._icon_jefug_21{cursor:pointer}._sem_jefug_1 ._body_jefug_24{display:flex;justify-content:space-between;width:100%;gap:2rem}._sem_jefug_1 ._body_jefug_24 ._card_jefug_30{display:flex;flex-direction:column;align-items:center;border-radius:12px;padding:2rem;border:1px solid #c5c5c5;width:50%;gap:1rem;cursor:pointer}._sem_jefug_1 ._body_jefug_24 ._card_jefug_30 h4{font-size:1rem;font-weight:500}._sem_jefug_1 ._body_jefug_24 ._card_jefug_30:hover{background-color:#e2e0ff66}._signature_modal_vhsdz_1{display:flex;align-items:center;justify-content:space-between;width:70%!important;height:90%;box-shadow:0 0 19.4px 40091px #c5c5c53d;overflow-y:hidden}._signature_modal_vhsdz_1::-webkit-scrollbar{width:0rem}._signature_modal_vhsdz_1 ._model_wrapper_vhsdz_13{display:flex;width:100%;height:100%;padding:1.6rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._signature_modal_vhsdz_1 ._model_wrapper_vhsdz_13 ._header_vhsdz_25{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._signature_modal_vhsdz_1 ._model_wrapper_vhsdz_13 ._header_vhsdz_25 ._icon_vhsdz_31{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.4rem;border-radius:.2rem;transition:background-color .2s}._signature_modal_vhsdz_1 ._model_wrapper_vhsdz_13 ._header_vhsdz_25 ._icon_vhsdz_31:hover{background:var(--primary-second, #f7f5ff)}._signature_modal_vhsdz_1 ._model_wrapper_vhsdz_13 ._body_vhsdz_43{width:100%;display:flex;justify-content:center;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._signature_modal_vhsdz_1 ._model_wrapper_vhsdz_13 ._body_vhsdz_43 ._html_body_name_vhsdz_52,._signature_modal_vhsdz_1 ._model_wrapper_vhsdz_13 ._body_vhsdz_43 ._html_body_name_vhsdz_52 ._html_body_vhsdz_52{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem}._signature_modal_vhsdz_1 ._model_wrapper_vhsdz_13 ._body_vhsdz_43 ._html_body_name_vhsdz_52 ._html_body_vhsdz_52 p{color:var(--color-gray-80, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:500}._signature_modal_vhsdz_1 ._model_wrapper_vhsdz_13 ._body_vhsdz_43 ._preview_body_vhsdz_72{width:100%;height:100%;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}._signature_modal_vhsdz_1 ._model_wrapper_vhsdz_13 ._body_vhsdz_43 ._preview_body_vhsdz_72 p{color:var(--color-gray-80, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:500}._signature_modal_vhsdz_1 ._model_wrapper_vhsdz_13 ._body_vhsdz_43 ._preview_body_vhsdz_72 ._preview_vhsdz_72{height:100%;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);border-radius:.6rem;padding:1.2rem}._signature_modal_vhsdz_1 ._model_wrapper_vhsdz_13 ._footer_vhsdz_92{display:flex;justify-content:center;align-items:center;width:100%}._cm_16qyd_1{display:flex;align-items:center;justify-content:space-between;width:50%!important;box-shadow:0 0 19.4px 40091px #c5c5c53d}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8{display:flex;width:100%;height:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff);overflow:auto}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8::-webkit-scrollbar{width:0rem}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._header_16qyd_24{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._header_16qyd_24 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._header_16qyd_24 ._icon_16qyd_37{cursor:pointer}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40{display:flex;width:100%;height:100%;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.2rem;overflow-y:auto}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._name_16qyd_50{width:100%;display:flex;align-items:center;gap:.8rem}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._name_16qyd_50 ._input_16qyd_56{display:flex;flex-direction:column;gap:.6rem;width:100%}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._name_16qyd_50 ._input_16qyd_56 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._input_16qyd_56{display:flex;flex-direction:column;gap:.6rem;width:100%}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._input_16qyd_56 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._role_16qyd_82{width:100%;display:flex;align-items:center;gap:.6rem;flex-direction:column;height:100%}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._role_16qyd_82 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._role_16qyd_82 ._role_body_16qyd_97{border-radius:var(--8, .5rem);border:.5px solid var(--border-primary, #a899f1);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:var(--20, 1rem);gap:var(--8, .5rem);height:100%}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._role_16qyd_82 ._role_body_16qyd_97 ._role_input_16qyd_110{padding:var(--20, .8rem);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--8, .5rem);flex:1 0 0;cursor:pointer}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._role_16qyd_82 ._role_body_16qyd_97 ._role_input_16qyd_110 ._header_16qyd_24{align-self:stretch;color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._role_16qyd_82 ._role_body_16qyd_97 ._role_input_16qyd_110 ._description_16qyd_128{align-self:stretch;color:var(--netural-800, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:400;height:100%}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._role_16qyd_82 ._role_body_16qyd_97 ._role_input_16qyd_110._active_16qyd_136{background:var(--color-primary-10, #f5f3ff);border-radius:.4rem}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._role_16qyd_82 ._role_body_16qyd_97 ._role_input_16qyd_110._active_16qyd_136 ._header_16qyd_24{color:var(--color-primary-60, #3818d9)}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._role_16qyd_82 ._role_body_16qyd_97 ._role_input_16qyd_110._active_16qyd_136 ._description_16qyd_128{color:var(--color-primary-50, #3818d9)}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._body_16qyd_40 ._role_16qyd_82 ._role_body_16qyd_97 ._role_input_16qyd_110:hover{background:var(--color-primary-10, #f6f6f9);border-radius:.4rem}._cm_16qyd_1 ._configure_model_wrapper_16qyd_8 ._footer_16qyd_150{width:100%;display:flex;justify-content:end;gap:.4rem}._form_component_cnnic_1{width:100%;display:flex;padding:1.5rem;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._form_component_cnnic_1 ._form_heading_cnnic_13{display:flex;justify-content:space-between;align-items:center}._form_component_cnnic_1 ._form_heading_cnnic_13 ._text_cnnic_18{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_cnnic_1 ._form_heading_cnnic_13 ._text_cnnic_18 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_cnnic_1 ._form_heading_cnnic_13 ._text_cnnic_18 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_cnnic_1 ._form_heading_cnnic_13 ._button_cnnic_40{height:fit-content}._form_component_cnnic_1 ._form_cnnic_1{display:flex;flex-direction:column;gap:1.25rem}._form_component_cnnic_1 ._form_cnnic_1 ._form_row_cnnic_48{display:flex;gap:.88rem}._email_zone_cnnic_53,._signatures_zone_cnnic_54,._phone_numbers_cnnic_55{display:flex;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);flex-direction:column}._email_zone_cnnic_53 ._wrapper_cnnic_62,._signatures_zone_cnnic_54 ._wrapper_cnnic_62,._phone_numbers_cnnic_55 ._wrapper_cnnic_62{display:flex;padding:1.5rem 2rem;align-self:stretch}._email_zone_cnnic_53 ._wrapper_cnnic_62 ._text_cnnic_18,._signatures_zone_cnnic_54 ._wrapper_cnnic_62 ._text_cnnic_18,._phone_numbers_cnnic_55 ._wrapper_cnnic_62 ._text_cnnic_18{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._email_zone_cnnic_53 ._wrapper_cnnic_62 ._text_cnnic_18 h1,._signatures_zone_cnnic_54 ._wrapper_cnnic_62 ._text_cnnic_18 h1,._phone_numbers_cnnic_55 ._wrapper_cnnic_62 ._text_cnnic_18 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._email_zone_cnnic_53 ._wrapper_cnnic_62 ._text_cnnic_18 p,._signatures_zone_cnnic_54 ._wrapper_cnnic_62 ._text_cnnic_18 p,._phone_numbers_cnnic_55 ._wrapper_cnnic_62 ._text_cnnic_18 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._email_zone_cnnic_53 ._wrapper_cnnic_62 ._button_cnnic_40,._signatures_zone_cnnic_54 ._wrapper_cnnic_62 ._button_cnnic_40,._phone_numbers_cnnic_55 ._wrapper_cnnic_62 ._button_cnnic_40{display:flex;justify-content:center;align-items:center}._email_zone_cnnic_53 ._empty_cnnic_104,._signatures_zone_cnnic_54 ._empty_cnnic_104,._phone_numbers_cnnic_55 ._empty_cnnic_104{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:2.4rem 1rem;border-radius:.5rem;background:var(--color-gray-10, #fff)}._email_zone_cnnic_53 ._empty_cnnic_104 p,._signatures_zone_cnnic_54 ._empty_cnnic_104 p,._phone_numbers_cnnic_55 ._empty_cnnic_104 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._email_zone_cnnic_53 ._cards_cnnic_125,._signatures_zone_cnnic_54 ._cards_cnnic_125,._phone_numbers_cnnic_55 ._cards_cnnic_125{padding:0rem 2rem 1.5rem;width:100%;display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}._email_zone_cnnic_53 ._cards_cnnic_125 ._card_cnnic_125,._signatures_zone_cnnic_54 ._cards_cnnic_125 ._card_cnnic_125,._phone_numbers_cnnic_55 ._cards_cnnic_125 ._card_cnnic_125{display:flex;padding:10px;gap:8px;border-radius:10px;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);align-items:center;justify-content:center;width:100%}._email_zone_cnnic_53 ._cards_cnnic_125 ._card_cnnic_125 ._icon_cnnic_146,._signatures_zone_cnnic_54 ._cards_cnnic_125 ._card_cnnic_125 ._icon_cnnic_146,._phone_numbers_cnnic_55 ._cards_cnnic_125 ._card_cnnic_125 ._icon_cnnic_146{cursor:pointer}._email_zone_cnnic_53 ._cards_cnnic_125 ._card_cnnic_125 h3,._signatures_zone_cnnic_54 ._cards_cnnic_125 ._card_cnnic_125 h3,._phone_numbers_cnnic_55 ._cards_cnnic_125 ._card_cnnic_125 h3{width:100%;webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis}._email_zone_cnnic_53 ._sign_cards_cnnic_159,._email_zone_cnnic_53 ._phone_cards_cnnic_160,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160{padding:0rem 2rem 1.5rem;gap:1rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));width:100%}._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._sign_cnnic_54,._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._phone_card_cnnic_160,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._sign_cnnic_54,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._phone_card_cnnic_160,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._sign_cnnic_54,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._phone_card_cnnic_160,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._sign_cnnic_54,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._phone_card_cnnic_160,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._sign_cnnic_54,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._phone_card_cnnic_160,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._sign_cnnic_54,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._phone_card_cnnic_160{width:100%;display:flex;padding:1rem;gap:1rem;border-radius:10px;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._primary_cnnic_190,._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._primary_cnnic_190,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._primary_cnnic_190,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._primary_cnnic_190,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._primary_cnnic_190,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._primary_cnnic_190,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._primary_cnnic_190,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._primary_cnnic_190,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._primary_cnnic_190,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._primary_cnnic_190,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._primary_cnnic_190,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._primary_cnnic_190{display:flex;align-items:center;justify-content:center;cursor:pointer}._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._sign_cnnic_54 p,._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 p,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._sign_cnnic_54 p,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 p,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._sign_cnnic_54 p,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 p,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._sign_cnnic_54 p,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 p,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._sign_cnnic_54 p,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 p,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._sign_cnnic_54 p,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 p{width:100%;align-items:center;display:flex;webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;color:var(--color-gray-80, #5f5f5f);font-size:.9rem;font-style:normal;font-weight:500}._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230,._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230{display:flex;gap:.4rem;align-items:center;justify-content:center}._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230 ._edit_cnnic_247,._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230 ._edit_cnnic_247,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230 ._edit_cnnic_247,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230 ._edit_cnnic_247,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230 ._edit_cnnic_247,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230 ._edit_cnnic_247,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230 ._edit_cnnic_247,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230 ._edit_cnnic_247,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230 ._edit_cnnic_247,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230 ._edit_cnnic_247,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230 ._edit_cnnic_247,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230 ._edit_cnnic_247{display:flex;align-items:center;justify-content:center;padding:.4rem;border-radius:.2rem;cursor:pointer}._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230 ._edit_cnnic_247:hover,._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230 ._edit_cnnic_247:hover,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230 ._edit_cnnic_247:hover,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230 ._edit_cnnic_247:hover,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230 ._edit_cnnic_247:hover,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230 ._edit_cnnic_247:hover,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230 ._edit_cnnic_247:hover,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230 ._edit_cnnic_247:hover,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230 ._edit_cnnic_247:hover,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230 ._edit_cnnic_247:hover,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230 ._edit_cnnic_247:hover,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230 ._edit_cnnic_247:hover{background:var(--primary-second, #f7f5ff)}._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230 ._delete_cnnic_281,._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230 ._delete_cnnic_281,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230 ._delete_cnnic_281,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230 ._delete_cnnic_281,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230 ._delete_cnnic_281,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230 ._delete_cnnic_281,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230 ._delete_cnnic_281,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230 ._delete_cnnic_281,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230 ._delete_cnnic_281,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230 ._delete_cnnic_281,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230 ._delete_cnnic_281,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230 ._delete_cnnic_281{display:flex;align-items:center;justify-content:center;padding:.4rem;border-radius:.2rem;cursor:pointer}._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230 ._delete_cnnic_281:hover,._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230 ._delete_cnnic_281:hover,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230 ._delete_cnnic_281:hover,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230 ._delete_cnnic_281:hover,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230 ._delete_cnnic_281:hover,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230 ._delete_cnnic_281:hover,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230 ._delete_cnnic_281:hover,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230 ._delete_cnnic_281:hover,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._sign_cnnic_54 ._actions_cnnic_230 ._delete_cnnic_281:hover,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._phone_card_cnnic_160 ._actions_cnnic_230 ._delete_cnnic_281:hover,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._sign_cnnic_54 ._actions_cnnic_230 ._delete_cnnic_281:hover,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._phone_card_cnnic_160 ._actions_cnnic_230 ._delete_cnnic_281:hover{background:var(--danger-main, #ffe9e9)}._email_zone_cnnic_53 ._sign_cards_cnnic_159 ._phone_card_cnnic_160,._email_zone_cnnic_53 ._phone_cards_cnnic_160 ._phone_card_cnnic_160,._signatures_zone_cnnic_54 ._sign_cards_cnnic_159 ._phone_card_cnnic_160,._signatures_zone_cnnic_54 ._phone_cards_cnnic_160 ._phone_card_cnnic_160,._phone_numbers_cnnic_55 ._sign_cards_cnnic_159 ._phone_card_cnnic_160,._phone_numbers_cnnic_55 ._phone_cards_cnnic_160 ._phone_card_cnnic_160{cursor:pointer}._danger_zone_cnnic_324{display:flex;padding:1.5rem 2rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);gap:var(--Padding-Navbar, 1.5rem)}._danger_zone_cnnic_324 ._text_cnnic_18{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._danger_zone_cnnic_324 ._text_cnnic_18 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._danger_zone_cnnic_324 ._text_cnnic_18 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._danger_zone_cnnic_324 ._button_cnnic_40{display:flex;justify-content:center;align-items:center}._footer_cnnic_361{display:flex;padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._footer_cnnic_361 p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._footer_cnnic_361 p span,._footer_cnnic_361 p a{cursor:pointer;color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;text-decoration-line:underline}._change_password_cnnic_388{color:var(--Info-main, #006fd5);font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;cursor:pointer}._cm_fmknd_1{display:flex;align-items:center;justify-content:space-between;width:50%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._cm_fmknd_1 ._configure_model_wrapper_fmknd_9{display:flex;width:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._cm_fmknd_1 ._configure_model_wrapper_fmknd_9::-webkit-scrollbar{width:0rem}._cm_fmknd_1 ._configure_model_wrapper_fmknd_9 ._header_fmknd_23{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_fmknd_1 ._configure_model_wrapper_fmknd_9 ._header_fmknd_23 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_fmknd_1 ._configure_model_wrapper_fmknd_9 ._header_fmknd_23 ._icon_fmknd_36{cursor:pointer}._cm_fmknd_1 ._configure_model_wrapper_fmknd_9 ._input_container_fmknd_39{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}._cm_fmknd_1 ._configure_model_wrapper_fmknd_9 ._input_container_fmknd_39 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_fmknd_1 ._configure_model_wrapper_fmknd_9 ._input_container_fmknd_39 ._input_group_fmknd_54{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._cm_fmknd_1 ._configure_model_wrapper_fmknd_9 ._input_container_fmknd_39 ._input_group_fmknd_54 label{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._cm_fmknd_1 ._configure_model_wrapper_fmknd_9 ._footer_fmknd_69{width:100%;display:flex;justify-content:end;gap:.4rem}._cm_1ij7z_1{display:flex;width:50%!important;height:90%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8{display:flex;width:100%;height:100%;padding:2rem;flex-direction:column;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff);overflow:auto}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8::-webkit-scrollbar{width:0rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._header_1ij7z_23{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._header_1ij7z_23 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._header_1ij7z_23 ._icon_1ij7z_36{cursor:pointer}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._input_container_1ij7z_39{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._input_container_1ij7z_39 p{color:var(--Gray-700, var(--color-gray-80, #5f5f5f));font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._input_container_1ij7z_39 ._input_group_1ij7z_54{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;align-self:stretch}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._input_container_1ij7z_39 ._input_group_1ij7z_54 label{color:var(--Gray-700, var(--color-gray-80, #5f5f5f))!important;font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._select_container_1ij7z_69{display:flex;align-items:flex-start;align-self:stretch;flex-direction:column;gap:.8rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._select_container_1ij7z_69 h3{color:var(--Gray-700, var(--color-gray-80, #5f5f5f))!important;font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._select_container_1ij7z_69 ._option_wrapper_1ij7z_83{display:flex;gap:1rem;align-self:stretch}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._select_container_1ij7z_69 ._option_wrapper_1ij7z_83 ._option_1ij7z_83{display:flex;padding:.5rem 0rem;align-items:center;gap:1rem;width:50%}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._select_container_1ij7z_69 ._option_wrapper_1ij7z_83 ._option_1ij7z_83 div{cursor:pointer;width:1.2rem;height:1.2rem;flex-shrink:0;border-radius:100%;object-fit:contain}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._select_container_1ij7z_69 ._option_wrapper_1ij7z_83 ._option_1ij7z_83 p{color:var(--Gray-700, var(--color-gray-80, #5f5f5f));font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:100%;cursor:pointer}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._field_mapping_1ij7z_112{position:relative;z-index:10;width:100%;min-height:15rem;height:100%;overflow-y:auto;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._field_mapping_1ij7z_112 ::-webkit-scrollbar{display:none}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._field_mapping_1ij7z_112 ._header_1ij7z_23{display:flex;padding:.75rem 1.25rem;align-items:center;gap:var(--Padding-Navbar, 1.5rem);align-self:stretch;border-radius:.75rem .75rem 0rem 0rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:#fafafa}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._field_mapping_1ij7z_112 ._content_1ij7z_136{display:flex;padding:.5rem;flex-direction:column;align-items:center;align-self:stretch}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._field_mapping_1ij7z_112 ._content_1ij7z_136 ._row_1ij7z_143{display:flex;padding:1rem .75rem;align-items:center;gap:1.5rem;align-self:stretch;border-radius:.75rem;background:var(--color-gray-10, #fff)}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._field_mapping_1ij7z_112 ._content_1ij7z_136 ._custom_header_1ij7z_152{display:flex;padding:.75rem 1.25rem;margin:1rem 0;align-items:center;background:#fafafa;align-self:stretch;justify-content:center;border-radius:.6rem;background:var(--primary-second, #f7f5ff)}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._field_mapping_1ij7z_112 ._content_1ij7z_136 ._custom_header_1ij7z_152 h2{text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;color:var(--primary-main, #3818d9)}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._title1_1ij7z_171{display:flex;justify-content:center;align-items:center;max-width:4rem;flex:1 0 0;color:var(--color-gray-100, #202020);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._title2_1ij7z_184,._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._title3_1ij7z_194{max-width:12.5rem;flex:1 0 0;color:var(--color-gray-100, #202020);text-align:left;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._title4_1ij7z_204{flex:1 0 0;color:var(--color-gray-100, #202020);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;display:flex;gap:1rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._col2_1ij7z_215{display:-webkit-box;max-width:12.5rem;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._col3_1ij7z_229{display:-webkit-box;max-width:12.5rem;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--primary-main, #3818d9);text-overflow:ellipsis;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._col4_1ij7z_243{flex:1 0 0;display:flex;align-items:center;gap:1rem}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._icon_1ij7z_36{cursor:pointer}._cm_1ij7z_1 ._configure_model_wrapper_1ij7z_8 ._footer_1ij7z_252{width:100%;display:flex;justify-content:end;gap:.4rem}._cm_1bzn7_1{display:flex;width:70%!important;height:90%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8{display:flex;width:100%;height:100%;padding:2rem;flex-direction:column;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff);overflow:auto}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8::-webkit-scrollbar{width:0rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._header_1bzn7_23{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._header_1bzn7_23 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._header_1bzn7_23 ._icon_1bzn7_36{cursor:pointer}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._input_container_1bzn7_39{display:flex;width:100%;justify-content:center;align-items:flex-start;gap:1rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._input_container_1bzn7_39 p{color:var(--Gray-700, var(--color-gray-80, #5f5f5f));font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._input_container_1bzn7_39 ._input_group_1bzn7_53{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;align-self:stretch}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._input_container_1bzn7_39 ._input_group_1bzn7_53 label{color:var(--Gray-700, var(--color-gray-80, #5f5f5f))!important;font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69{position:relative;z-index:10;width:100%;min-height:10rem;height:100%;overflow-y:auto;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69 ::-webkit-scrollbar{display:none}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69 ._header_1bzn7_23{display:flex;padding:.75rem 1.25rem;align-items:center;gap:var(--Padding-Navbar, 1.5rem);align-self:stretch;border-radius:.75rem .75rem 0rem 0rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:#fafafa}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69 ._header_1bzn7_23 ._title1_1bzn7_93{display:flex;justify-content:center;align-items:center;max-width:4rem;flex:1 0 0;color:var(--color-gray-100, #202020);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69 ._header_1bzn7_23 ._title2_1bzn7_106{max-width:20rem;flex:1 0 0;color:var(--color-gray-100, #202020);text-align:left;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69 ._header_1bzn7_23 ._title3_1bzn7_116{flex:1 0 0;color:var(--color-gray-100, #202020);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;display:flex;gap:1rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69 ._content_1bzn7_127{display:flex;flex-direction:column;gap:.5rem;padding:1rem;align-self:stretch}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69 ._content_1bzn7_127 ._header_text_1bzn7_134{display:flex;padding:.4rem .8rem;align-items:center;background:#fafafa;align-self:stretch;justify-content:center;border-radius:.4rem;background:var(--primary-second, #f7f5ff);text-transform:capitalize;color:#3818d9;margin:.4rem;font-size:.8rem;font-weight:500}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69 ._content_1bzn7_127 ._field_1bzn7_69{display:flex;align-items:center;gap:1.5rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69 ._content_1bzn7_127 ._field_1bzn7_69 ._status_1bzn7_154{justify-content:center;align-items:center;max-width:4rem;flex:1 0 0;color:var(--color-gray-100, #202020);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;display:flex;align-self:center}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69 ._content_1bzn7_127 ._field_1bzn7_69 ._our_field_1bzn7_169{max-width:20rem;flex:1 0 0;color:var(--color-gray-100, #202020);text-align:left;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69 ._content_1bzn7_127 ._field_1bzn7_69 ._mapping_1bzn7_179{flex:1 0 0;color:var(--color-gray-100, #202020);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;display:flex;gap:1rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._field_mapping_1bzn7_69 ._content_1bzn7_127 ._field_1bzn7_69 ._delete_field_1bzn7_190{cursor:pointer;display:flex;justify-content:center;align-items:center;min-width:1.6em}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._verify_1bzn7_197{display:flex;align-items:center;height:100%;width:100%;justify-content:center;flex-direction:column;gap:1rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);border-radius:.6rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._verify_1bzn7_197 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._verify_1bzn7_197 a{color:var(--color-primary, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-decoration:none;cursor:pointer}._cm_1bzn7_1 ._configure_model_wrapper_1bzn7_8 ._footer_1bzn7_224{width:100%;display:flex;justify-content:end;gap:.4rem}._enrichmentAddons_1so8u_1{padding:1.5rem;display:flex;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._enrichmentAddons_1so8u_1 ._heading_1so8u_10{display:flex;justify-content:space-between;align-items:center;width:100%}._enrichmentAddons_1so8u_1 ._heading_1so8u_10 ._left_1so8u_16{display:flex;flex-direction:column;gap:.25rem;justify-content:center}._enrichmentAddons_1so8u_1 ._heading_1so8u_10 ._left_1so8u_16 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._enrichmentAddons_1so8u_1 ._heading_1so8u_10 ._left_1so8u_16 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._enrichmentAddons_1so8u_1 ._integration_container_1so8u_36{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:.88rem 1.25rem}._extension_xwy0_1{padding:1.5rem;display:flex;justify-content:space-between;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._extension_xwy0_1 ._text_xwy0_9{display:flex;flex-direction:column;gap:.25rem}._extension_xwy0_1 ._text_xwy0_9 span{display:flex;gap:.5rem;align-items:center;justify-content:start;width:fit-content}._extension_xwy0_1 ._text_xwy0_9 span h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._extension_xwy0_1 ._text_xwy0_9 span p{display:flex;padding:.25rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._extension_xwy0_1 ._text_xwy0_9 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._extension_xwy0_1 ._extension_button_xwy0_49{cursor:pointer;display:flex;padding:.5rem 1rem;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--primary-focus, #e2e0ff)}._extension_xwy0_1 ._extension_button_xwy0_49 p{color:var(--primary-main, #3818d9);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_xwy0_66{display:flex;flex-direction:column;padding:1.5rem;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._form_xwy0_66 ._heading_xwy0_75{display:flex;justify-content:space-between;align-items:center}._form_xwy0_66 ._heading_xwy0_75 ._text_xwy0_9{display:flex;flex-direction:column;gap:.25rem}._form_xwy0_66 ._heading_xwy0_75 ._text_xwy0_9 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_xwy0_66 ._heading_xwy0_75 ._text_xwy0_9 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_xwy0_66 ._inputs_xwy0_99{display:flex;flex-direction:column;gap:1.25rem}._form_xwy0_66 ._inputs_xwy0_99 ._horizontal_input_group_xwy0_104{display:flex;gap:1rem;width:100%}._form_xwy0_66 ._inputs_xwy0_99 ._horizontal_input_group_xwy0_104 ._fetch_agent_xwy0_109{width:20%;cursor:pointer;display:flex;padding:.5rem 1rem;border-radius:.5rem;background:var(--primary-focus, #e2e0ff);gap:.5rem;align-items:center;margin-top:auto}._form_xwy0_66 ._inputs_xwy0_99 ._horizontal_input_group_xwy0_104 ._fetch_agent_xwy0_109 span{display:flex;justify-content:center;align-items:center;gap:.5rem;width:100%}._form_xwy0_66 ._inputs_xwy0_99 ._horizontal_input_group_xwy0_104 ._fetch_agent_xwy0_109 span p{width:100%;text-align:center;color:var(--primary-main, #3818d9);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._cm_18m1c_1{display:flex;align-items:center;justify-content:space-between;width:50%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9{display:flex;width:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9::-webkit-scrollbar{width:0rem}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9 ._header_18m1c_23{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9 ._header_18m1c_23 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9 ._header_18m1c_23 ._icon_18m1c_36{cursor:pointer}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9 ._body_18m1c_39{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.2rem}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9 ._body_18m1c_39 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9 ._body_18m1c_39 ._input_group_18m1c_54{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9 ._body_18m1c_39 ._input_group_18m1c_54 label{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9 ._body_18m1c_39 ._container_18m1c_69{display:flex;flex-direction:column;gap:.8rem;align-self:stretch}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9 ._body_18m1c_39 ._container_18m1c_69 label{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9 ._body_18m1c_39 ._container_18m1c_69 ._field_type_18m1c_82{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem;align-self:stretch}._cm_18m1c_1 ._configure_model_wrapper_18m1c_9 ._footer_18m1c_88{width:100%;display:flex;justify-content:end;gap:.4rem}._form_component_1570q_1{width:100%;display:flex;padding:1.5rem!important;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);height:100vh}._form_component_1570q_1 ._form_heading_1570q_14{display:flex;justify-content:space-between;align-items:center}._form_component_1570q_1 ._form_heading_1570q_14 ._text_1570q_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_1570q_1 ._form_heading_1570q_14 ._text_1570q_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_1570q_1 ._form_heading_1570q_14 ._text_1570q_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1570q_1 ._form_heading_1570q_14 ._button_1570q_41{height:fit-content}._form_component_1570q_1 ._body_1570q_44{display:flex;flex-direction:column;gap:1.6rem;height:100%}._form_component_1570q_1 ._body_1570q_44 ._table_header_1570q_50{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;gap:1rem;padding:1rem;border-radius:.5rem .5rem 0rem 0rem;background:var(--primary-second, #f7f5ff)}._form_component_1570q_1 ._body_1570q_44 ._table_header_1570q_50 ._table_header_item_1570q_58{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--primary-main, #3818d9);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:600;line-height:normal}._form_component_1570q_1 ._body_1570q_44 ._table_data_1570q_71{display:flex;flex-direction:column;gap:0rem;height:100%;overflow-y:auto;gap:2rem}._form_component_1570q_1 ._body_1570q_44 ._table_data_1570q_71 ._no_data_1570q_79{height:100%;grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1570q_1 ._body_1570q_44 ._table_data_1570q_71 ._item_1570q_92{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr 1fr;gap:1rem;padding:0 1rem;border-radius:.5rem;align-items:center;background:var(--color-gray-10, #fff);justify-content:flex-start}._form_component_1570q_1 ._body_1570q_44 ._table_data_1570q_71 ._item_1570q_92 ._table_data_item_1570q_102{height:fit-content;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--color-gray-100, #202020);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;display:flex;align-items:center;justify-content:flex-start;gap:.8rem;cursor:pointer}._form_component_okgzz_1{width:100%;display:flex;padding:1.5rem;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._form_component_okgzz_1 ._form_heading_okgzz_13{display:flex;justify-content:space-between;align-items:center}._form_component_okgzz_1 ._form_heading_okgzz_13 ._text_okgzz_18{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_okgzz_1 ._form_heading_okgzz_13 ._text_okgzz_18 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_okgzz_1 ._form_heading_okgzz_13 ._text_okgzz_18 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_okgzz_1 ._form_heading_okgzz_13 ._button_okgzz_40{height:fit-content}._form_component_okgzz_1 ._form_okgzz_1{display:flex;flex-direction:column;gap:1.25rem}._form_component_okgzz_1 ._form_okgzz_1 ._form_row_okgzz_48{display:flex;gap:.88rem}._danger_zone_okgzz_53{display:flex;padding:1.5rem 2rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);gap:var(--Padding-Navbar, 1.5rem)}._danger_zone_okgzz_53 ._text_okgzz_18{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._danger_zone_okgzz_53 ._text_okgzz_18 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._danger_zone_okgzz_53 ._text_okgzz_18 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._danger_zone_okgzz_53 ._button_okgzz_40{display:flex;justify-content:center;align-items:center}._footer_okgzz_90{display:flex;padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._footer_okgzz_90 p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._footer_okgzz_90 p span{cursor:pointer;color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;text-decoration-line:underline}._change_password_okgzz_116{color:var(--Info-main, #006fd5);font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;cursor:pointer}._cm_1t7zc_1{display:flex;align-items:center;justify-content:space-between;width:50%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._cm_1t7zc_1 ._configure_model_wrapper_1t7zc_9{display:flex;width:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._cm_1t7zc_1 ._configure_model_wrapper_1t7zc_9::-webkit-scrollbar{width:0rem}._cm_1t7zc_1 ._configure_model_wrapper_1t7zc_9 ._header_1t7zc_23{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_1t7zc_1 ._configure_model_wrapper_1t7zc_9 ._header_1t7zc_23 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_1t7zc_1 ._configure_model_wrapper_1t7zc_9 ._header_1t7zc_23 ._icon_1t7zc_36{cursor:pointer}._cm_1t7zc_1 ._configure_model_wrapper_1t7zc_9 ._body_1t7zc_39{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.2rem}._cm_1t7zc_1 ._configure_model_wrapper_1t7zc_9 ._body_1t7zc_39 ._form_1t7zc_47{width:100%}._cm_1t7zc_1 ._configure_model_wrapper_1t7zc_9 ._footer_1t7zc_50{width:100%;display:flex;justify-content:end;gap:.4rem}._form_component_pnb0i_1{width:100%;display:flex;padding:1.5rem;justify-content:flex-start;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);height:fit-content}._form_component_pnb0i_1 ._form_heading_pnb0i_14{display:flex;justify-content:space-between;align-items:center}._form_component_pnb0i_1 ._form_heading_pnb0i_14 ._text_pnb0i_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_pnb0i_1 ._form_heading_pnb0i_14 ._text_pnb0i_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_pnb0i_1 ._form_heading_pnb0i_14 ._text_pnb0i_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_pnb0i_1 ._form_heading_pnb0i_14 ._button_pnb0i_41,._form_component_pnb0i_1 ._form_heading_pnb0i_14 ._button_pnb0i_41 ._already_present_pnb0i_49{height:fit-content;display:flex;align-items:center;justify-content:flex-end;gap:1rem;height:100%}._form_component_pnb0i_1 ._form_heading_pnb0i_14 ._button_pnb0i_41 ._already_present_pnb0i_49 p{gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:.5rem .75rem}._form_component_pnb0i_1 ._form_heading_pnb0i_14 ._button_pnb0i_41 ._already_present_pnb0i_49 ._trash_icon_pnb0i_73{cursor:pointer;display:flex;min-height:2.5rem;padding:.75rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;background:var(--Danger-second, #f9f2f2)}._form_component_pnb0i_1 ._form_pnb0i_1{display:flex;flex-direction:column;gap:1.25rem;height:100%}._form_component_1jb5g_1{width:100%;display:flex;padding:1.5rem;justify-content:flex-start;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);height:fit-content}._form_component_1jb5g_1 ._form_heading_1jb5g_14{display:flex;justify-content:space-between;align-items:center}._form_component_1jb5g_1 ._form_heading_1jb5g_14 ._text_1jb5g_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_1jb5g_1 ._form_heading_1jb5g_14 ._text_1jb5g_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_1jb5g_1 ._form_heading_1jb5g_14 ._text_1jb5g_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1jb5g_1 ._form_heading_1jb5g_14 ._button_1jb5g_41,._form_component_1jb5g_1 ._form_heading_1jb5g_14 ._button_1jb5g_41 ._credits_1jb5g_49{height:fit-content;display:flex;align-items:center;justify-content:flex-end;gap:1rem;height:100%}._form_component_1jb5g_1 ._form_heading_1jb5g_14 ._button_1jb5g_41 ._credits_1jb5g_49 p{gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:100%;height:100%;display:flex;justify-content:center;align-items:center;padding:.5rem .75rem}._form_component_wvhm9_1{width:100%;display:flex;padding:1.5rem;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);color:var(--color-gray-100, #202020);background:var(--color-gray-10, #fff)}._form_component_wvhm9_1 ._form_heading_wvhm9_14{display:flex;justify-content:space-between;align-items:center}._form_component_wvhm9_1 ._form_heading_wvhm9_14 ._text_wvhm9_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_wvhm9_1 ._form_heading_wvhm9_14 ._text_wvhm9_19 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_wvhm9_1 ._form_heading_wvhm9_14 ._text_wvhm9_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_wvhm9_1 ._form_heading_wvhm9_14 ._button_wvhm9_40{height:fit-content}._form_component_wvhm9_1 ._form_wvhm9_1{display:flex;flex-direction:column;gap:1.25rem}._form_component_wvhm9_1 ._form_wvhm9_1 ._form_row_wvhm9_48{display:flex;gap:.88rem}._form_component_wvhm9_1 ._danger_zone_wvhm9_52,._form_component_wvhm9_1 ._working_hours_wvhm9_53{display:flex;padding:.75rem 1rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);gap:var(--Padding-Navbar, 1.5rem);color:var(--color-gray-100, #202020)}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._text_wvhm9_19,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._text_wvhm9_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._text_wvhm9_19 h1,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._text_wvhm9_19 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._text_wvhm9_19 p,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._text_wvhm9_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._button_wvhm9_40,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._button_wvhm9_40{display:flex;justify-content:center;align-items:center}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._button_wvhm9_40 ._timezone_dropdown_wvhm9_94 ._off_state_wvhm9_94 ._selected_option_wvhm9_94,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._button_wvhm9_40 ._timezone_dropdown_wvhm9_94 ._off_state_wvhm9_94 ._selected_option_wvhm9_94{color:#3818d9!important}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._availability_wvhm9_98,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._availability_wvhm9_98{flex:1 0 0}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._availability_wvhm9_98 ._header_wvhm9_102,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._availability_wvhm9_98 ._header_wvhm9_102{display:flex;width:100%;padding:1.5rem 2rem;justify-content:space-between;align-items:center;gap:1rem}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._availability_wvhm9_98 ._header_wvhm9_102 h2,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._availability_wvhm9_98 ._header_wvhm9_102 h2{font-size:1.25rem;font-weight:700;color:var(--color-gray-100, #333333)}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._availability_wvhm9_98 ._body_wvhm9_117,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._availability_wvhm9_98 ._body_wvhm9_117{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._availability_wvhm9_98 ._body_wvhm9_117 ._availability_item_wvhm9_126,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._availability_wvhm9_98 ._body_wvhm9_117 ._availability_item_wvhm9_126{display:flex;align-items:center;justify-content:space-between;align-self:stretch;flex:1 0 0}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._availability_wvhm9_98 ._body_wvhm9_117 ._availability_item_wvhm9_126 ._availability_day_wvhm9_134,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._availability_wvhm9_98 ._body_wvhm9_117 ._availability_item_wvhm9_126 ._availability_day_wvhm9_134{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;min-width:5.5rem}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._availability_wvhm9_98 ._body_wvhm9_117 ._availability_item_wvhm9_126 ._availability_time_wvhm9_142,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._availability_wvhm9_98 ._body_wvhm9_117 ._availability_item_wvhm9_126 ._availability_time_wvhm9_142{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex:1 0 0;max-width:40%}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._availability_wvhm9_98 ._body_wvhm9_117 ._availability_item_wvhm9_126 ._availability_time_wvhm9_142 ._time_separator_wvhm9_151,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._availability_wvhm9_98 ._body_wvhm9_117 ._availability_item_wvhm9_126 ._availability_time_wvhm9_142 ._time_separator_wvhm9_151{display:flex;align-items:center;justify-content:center}._form_component_wvhm9_1 ._danger_zone_wvhm9_52 ._availability_wvhm9_98 ._divider_wvhm9_157,._form_component_wvhm9_1 ._working_hours_wvhm9_53 ._availability_wvhm9_98 ._divider_wvhm9_157{width:100%;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._form_component_wvhm9_1 ._working_hours_wvhm9_53{padding:1.6rem 2rem!important}._footer_wvhm9_166{display:flex;padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._footer_wvhm9_166 p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._footer_wvhm9_166 p span{cursor:pointer;color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;text-decoration-line:underline}._change_password_wvhm9_192{color:var(--Info-main, #006fd5);font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;cursor:pointer}._stop_watch_43d9i_1{display:flex;padding:.5rem var(--12, .75rem);justify-content:center;align-items:center;gap:.625rem;border-radius:.5rem;background:var(--Danger-second, #f9f2f2)}._stop_watch_43d9i_1 ._timer_43d9i_10{color:var(--Danger-main, #ba1717);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._audio_recorder_xa7iu_1{display:flex;flex-direction:column;align-items:center;gap:2rem;align-self:stretch}._audio_recorder_xa7iu_1 ._recorder_animation_wrapper_xa7iu_8{display:flex;flex-direction:column;align-items:center;gap:var(--12, .75rem);align-self:stretch}._audio_recorder_xa7iu_1 ._recorder_animation_wrapper_xa7iu_8 ._recorder_video_xa7iu_15{width:4.5rem}._audio_recorder_xa7iu_1 ._recorder_animation_wrapper_xa7iu_8 ._timer_custom_xa7iu_18{min-width:35%}._audio_recorder_xa7iu_1 ._action_wrapper_xa7iu_21{display:flex;gap:1rem;justify-content:center;align-items:center;align-self:stretch}._audio_recorder_xa7iu_1 ._action_wrapper_xa7iu_21 ._action_btn_xa7iu_28{padding:var(--12, .75rem);flex:1 0 0;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._audio_recorder_xa7iu_1 ._action_wrapper_xa7iu_21 ._action_btn_xa7iu_28:hover{background:#c5c5c51a}._audio_recorder_xa7iu_1 ._action_wrapper_xa7iu_21 ._action_btn_xa7iu_28 ._action_text_xa7iu_37{color:var(--primary-main, var(--brand-primary, #3818d9));text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;flex:1 0 0}._modal_wrapper_93jun_1{max-width:40%;display:flex;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;border-radius:var(--12, .75rem);background:var(--color-gray-10, #fff);box-shadow:0 0 19.4px 40091px #c5c5c53d}._modal_wrapper_93jun_1 ._header_93jun_13{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._modal_wrapper_93jun_1 ._header_93jun_13 ._header_text_93jun_19{flex:1 0 0;color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500}._modal_wrapper_93jun_1 ._input_wrapper_93jun_26{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--16, 1rem);align-self:stretch}._modal_wrapper_93jun_1 ._input_wrapper_93jun_26 ._information_93jun_34{display:flex;padding:.5rem var(--12, .75rem);align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._modal_wrapper_93jun_1 ._input_wrapper_93jun_26 ._information_93jun_34 ._information_text_93jun_43{flex:1 0 0;color:var(--primary-main, var(--brand-primary, #3818d9));font-size:.75rem;font-style:normal;font-weight:500}._modal_wrapper_93jun_1 ._action_93jun_50{display:flex;justify-content:flex-end;align-items:center;align-self:stretch;gap:var(--12, .75rem);flex:1 0 0}._form_component_w6nr8_1{width:100%;display:flex;padding:1.5rem;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);color:var(--color-gray-100, #202020)}._form_component_w6nr8_1 ._form_heading_w6nr8_14{display:flex;justify-content:space-between;align-items:center}._form_component_w6nr8_1 ._form_heading_w6nr8_14 ._text_w6nr8_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_w6nr8_1 ._form_heading_w6nr8_14 ._text_w6nr8_19 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_w6nr8_1 ._form_heading_w6nr8_14 ._text_w6nr8_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_w6nr8_1 ._form_heading_w6nr8_14 ._button_w6nr8_40{height:fit-content}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--12, .75rem);align-self:stretch}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._empty_w6nr8_51{display:flex;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43{display:flex;padding:var(--16, 1rem);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._header_div_w6nr8_73{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._header_div_w6nr8_73 ._phone_number_wrapper_w6nr8_79{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._header_div_w6nr8_73 ._phone_number_wrapper_w6nr8_79 ._phone_number_w6nr8_79{color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._header_div_w6nr8_73 ._phone_number_wrapper_w6nr8_79 ._call_tag_wrapper_w6nr8_91{display:flex;padding:var(--4, .25rem) var(--12, .75rem);justify-content:center;align-items:center;gap:.625rem;border-radius:var(--4, .25rem);background:var(--primary-second, #f7f5ff)}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._header_div_w6nr8_73 ._phone_number_wrapper_w6nr8_79 ._call_tag_wrapper_w6nr8_91 ._call_tag_text_w6nr8_100{color:var(--primary-main, var(--brand-primary, #3818d9));font-size:.75rem;font-style:normal;font-weight:500}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._header_div_w6nr8_73 ._toggle_button_wrapper_w6nr8_106{display:flex;justify-content:center;align-items:center;gap:var(--12, .75rem)}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._header_div_w6nr8_73 ._toggle_button_wrapper_w6nr8_106 ._toggle_text_w6nr8_112{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._hidden_body_w6nr8_118{display:flex;justify-content:center;align-items:center;gap:1.5rem;align-self:stretch}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._hidden_body_w6nr8_118 ._text_div_w6nr8_125{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;flex:1 0 0}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._hidden_body_w6nr8_118 ._text_div_w6nr8_125 ._heading_w6nr8_133{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._hidden_body_w6nr8_118 ._text_div_w6nr8_125 ._text_w6nr8_19{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._hidden_body_w6nr8_118 ._new_number_div_w6nr8_147{display:flex;justify-content:center;align-items:center;gap:.5rem}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._hidden_body_w6nr8_118 ._new_number_div_w6nr8_147 ._edit_icon_w6nr8_153{cursor:pointer}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._hidden_body_w6nr8_118 ._new_number_div_w6nr8_147 ._new_number_number_wrapper_w6nr8_156{display:flex;padding:var(--4, .25rem) var(--12, .75rem);justify-content:center;align-items:center;gap:.625rem;border-radius:var(--4, .25rem);background:var(--primary-second, #f7f5ff)}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._hidden_body_w6nr8_118 ._new_number_div_w6nr8_147 ._new_number_number_wrapper_w6nr8_156 ._new_number_number_w6nr8_156{color:var(--primary-main, var(--brand-primary, #3818d9));font-size:.75rem;font-style:normal;font-weight:500}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._hidden_body_w6nr8_118 ._new_number_div_w6nr8_147 ._new_number_wrapper_w6nr8_171{display:flex;padding:var(--4, .25rem) var(--12, .75rem);justify-content:center;align-items:center;gap:.625rem;border-radius:var(--4, .25rem);background:var(--Danger-second, #f9f2f2)}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._hidden_body_w6nr8_118 ._new_number_div_w6nr8_147 ._new_number_wrapper_w6nr8_171 ._new_number_text_w6nr8_180{color:var(--Danger-main, #ba1717);font-size:.75rem;font-style:normal;font-weight:500}._form_component_w6nr8_1 ._call_number_wrapper_w6nr8_43 ._call_number_w6nr8_43 ._hidden_body_w6nr8_118 ._new_number_div_w6nr8_147 ._add_new_number_wrapper_w6nr8_186{display:flex;padding:var(--4, .25rem) var(--12, .75rem);justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:var(--4, .25rem);background:var(--primary-second, #f7f5ff);cursor:pointer}._change_password_w6nr8_198{color:var(--Info-main, #006fd5);font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;cursor:pointer}._form_component_1848d_1{width:100%;display:flex;padding:1.5rem;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);color:#020202}._form_component_1848d_1 ._form_heading_1848d_15{display:flex;justify-content:space-between;align-items:center}._form_component_1848d_1 ._form_heading_1848d_15 ._text_1848d_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_1848d_1 ._form_heading_1848d_15 ._text_1848d_20 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_1848d_1 ._form_heading_1848d_15 ._text_1848d_20 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1848d_1 ._form_heading_1848d_15 ._button_1848d_41{height:fit-content}._form_component_1848d_1 ._form_1848d_1{display:flex;flex-direction:column;gap:1.25rem}._form_component_1848d_1 ._form_1848d_1 ._form_row_1848d_49{display:flex;gap:.88rem}._form_component_1848d_1 ._danger_zone_1848d_53{display:flex;padding:.75rem 1rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);gap:var(--Padding-Navbar, 1.5rem)}._form_component_1848d_1 ._danger_zone_1848d_53 ._text_1848d_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_1848d_1 ._danger_zone_1848d_53 ._text_1848d_20 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_1848d_1 ._danger_zone_1848d_53 ._text_1848d_20 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1848d_1 ._danger_zone_1848d_53 ._button_1848d_41{display:flex;justify-content:center;align-items:center}._form_component_1848d_1 ._danger_zone_1848d_53 ._availability_1848d_88{flex:1 0 0}._form_component_1848d_1 ._danger_zone_1848d_53 ._availability_1848d_88 ._header_1848d_91{display:flex;width:100%;padding:1.5rem 2rem;justify-content:space-between;align-items:center;gap:1rem}._form_component_1848d_1 ._danger_zone_1848d_53 ._availability_1848d_88 ._header_1848d_91 h2{font-size:1.25rem;font-weight:700;color:var(--color-gray-100, #333333)}._form_component_1848d_1 ._danger_zone_1848d_53 ._availability_1848d_88 ._body_1848d_104{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem}._form_component_1848d_1 ._danger_zone_1848d_53 ._availability_1848d_88 ._body_1848d_104 ._availability_item_1848d_112{display:flex;align-items:center;gap:7.5rem;justify-content:space-between;align-self:stretch;flex:1 0 0}._form_component_1848d_1 ._danger_zone_1848d_53 ._availability_1848d_88 ._body_1848d_104 ._availability_item_1848d_112 ._availability_day_1848d_120{max-width:10rem;flex:1 0 0;color:var(--color-gray-100, #5f5f5f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._form_component_1848d_1 ._danger_zone_1848d_53 ._availability_1848d_88 ._body_1848d_104 ._availability_item_1848d_112 ._availability_time_1848d_129{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex:1 0 0;max-width:40%}._form_component_1848d_1 ._danger_zone_1848d_53 ._availability_1848d_88 ._body_1848d_104 ._availability_item_1848d_112 ._availability_time_1848d_129 ._time_separator_1848d_137{display:flex;align-items:center;justify-content:center}._form_component_1848d_1 ._danger_zone_1848d_53 ._availability_1848d_88 ._divider_1848d_142{width:100%;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._form_component_1848d_1 ._voicemail_greeting_wrapper_1848d_146{display:flex;padding:.75rem 1rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);border-radius:.5rem;background:var(--color-gray-10, #fff)}._form_component_1848d_1 ._voicemail_greeting_wrapper_1848d_146 ._greeting_div_1848d_158{display:flex;align-self:stretch;gap:1.5rem}._form_component_1848d_1 ._voicemail_greeting_wrapper_1848d_146 ._greeting_div_1848d_158 ._text_1848d_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_1848d_1 ._voicemail_greeting_wrapper_1848d_146 ._greeting_div_1848d_158 ._text_1848d_20 h1{color:var(--color-gray-100, #020202);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_1848d_1 ._voicemail_greeting_wrapper_1848d_146 ._greeting_div_1848d_158 ._text_1848d_20 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1848d_1 ._voicemail_greeting_wrapper_1848d_146 ._greeting_div_1848d_158 ._button_1848d_41{display:flex;justify-content:center;align-items:center}._form_component_1848d_1 ._voicemail_greeting_wrapper_1848d_146 ._greeting_div_1848d_158 ._button_1848d_41 ._change_button_1848d_190{background-color:#fff;border:1px solid var(--primary-grey, #f2f6fc)}._form_component_1848d_1 ._voicemail_greeting_wrapper_1848d_146 ._audio_player_wrapper_1848d_194{display:flex;justify-content:center;align-items:center;gap:2rem;align-self:stretch;border-radius:.5rem}._footer_1848d_203{display:flex;padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._footer_1848d_203 p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._footer_1848d_203 p span{cursor:pointer;color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;text-decoration-line:underline}._change_password_1848d_229{color:var(--Info-main, #006fd5);font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;cursor:pointer}._dropdown_3obev_1{position:relative;width:100%;height:100%;gap:.6rem;cursor:pointer}._dropdown_3obev_1 ._color_dropdown_3obev_8{display:flex;align-items:center;justify-content:flex-start;width:100%;height:100%;gap:.6rem;cursor:pointer}._dropdown_3obev_1 ._color_options_3obev_17{display:flex;flex-direction:column;position:absolute;top:100%;left:0;width:100%;border-radius:var(--12, .75rem);background:var(--color-gray-10, #fff);box-shadow:0 5px 14px #080f340a}._cm_1dpm7_1{display:flex;align-items:center;justify-content:space-between;width:40%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._cm_1dpm7_1 ._configure_model_wrapper_1dpm7_9{display:flex;width:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._cm_1dpm7_1 ._configure_model_wrapper_1dpm7_9::-webkit-scrollbar{width:0rem}._cm_1dpm7_1 ._configure_model_wrapper_1dpm7_9 ._header_1dpm7_23{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_1dpm7_1 ._configure_model_wrapper_1dpm7_9 ._header_1dpm7_23 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_1dpm7_1 ._configure_model_wrapper_1dpm7_9 ._header_1dpm7_23 ._icon_1dpm7_36{cursor:pointer}._cm_1dpm7_1 ._configure_model_wrapper_1dpm7_9 ._body_1dpm7_39{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:1.2rem}._cm_1dpm7_1 ._configure_model_wrapper_1dpm7_9 ._body_1dpm7_39 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_1dpm7_1 ._configure_model_wrapper_1dpm7_9 ._body_1dpm7_39 ._input_group_1dpm7_54{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;width:100%}._cm_1dpm7_1 ._configure_model_wrapper_1dpm7_9 ._body_1dpm7_39 ._input_group_1dpm7_54 label{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._cm_1dpm7_1 ._configure_model_wrapper_1dpm7_9 ._body_1dpm7_39 ._input_group_1dpm7_54 ._colors_1dpm7_69{width:100%;display:grid;grid-template-columns:repeat(9,1fr);gap:.5rem}._cm_1dpm7_1 ._configure_model_wrapper_1dpm7_9 ._body_1dpm7_39 ._input_group_1dpm7_54 ._colors_1dpm7_69 ._color_1dpm7_69{width:2rem;height:2rem;border-radius:50%;cursor:pointer}._cm_1dpm7_1 ._configure_model_wrapper_1dpm7_9 ._footer_1dpm7_81{width:100%;display:flex;justify-content:end;gap:.4rem}._form_component_19d37_1{width:100%;display:flex;padding:1.5rem!important;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);height:100vh}._form_component_19d37_1 ._form_heading_19d37_14{display:flex;justify-content:space-between;align-items:center}._form_component_19d37_1 ._form_heading_19d37_14 ._text_19d37_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_19d37_1 ._form_heading_19d37_14 ._text_19d37_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_19d37_1 ._form_heading_19d37_14 ._text_19d37_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_19d37_1 ._form_heading_19d37_14 ._button_19d37_41{height:fit-content;display:flex;justify-content:center;align-items:center;gap:.8rem}._form_component_19d37_1 ._body_19d37_48{display:flex;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:var(--8, .5rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc)}._form_component_19d37_1 ._body_19d37_48 ._table_header_19d37_57{display:flex;width:100%;padding:var(--20, 1.25rem) var(--16, 1rem);align-items:center;gap:1.5rem;border-radius:var(--8, .5rem) var(--8, .5rem) var(--0, 0rem) var(--0, 0rem);border-bottom:1px solid var(--border-light, #f2f6fc)}._form_component_19d37_1 ._body_19d37_48 ._table_header_19d37_57 ._table_header_item_19d37_66{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:600;line-height:normal}._form_component_19d37_1 ._body_19d37_48 ._table_data_19d37_79{display:flex;flex-direction:column;gap:0rem;height:100%;width:100%;overflow-y:auto}._form_component_19d37_1 ._body_19d37_48 ._table_data_19d37_79 ._no_data_19d37_87{height:100%;grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_19d37_1 ._body_19d37_48 ._table_data_19d37_79 ._table_data_row_19d37_100{display:flex;width:100%;padding:var(--16, 1rem);align-items:center;gap:1.5rem}._form_component_19d37_1 ._body_19d37_48 ._table_data_19d37_79 ._table_data_row_19d37_100 ._table_data_item_19d37_107{width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:400}._form_component_19d37_1 ._body_19d37_48 ._table_data_19d37_79 ._table_data_row_19d37_100 ._table_data_item_19d37_107 ._action_19d37_120{display:flex;gap:.8rem;justify-content:flex-start;align-items:center;flex:1 0 0}._form_component_19d37_1 ._body_19d37_48 ._table_data_19d37_79 ._table_data_row_19d37_100 ._table_data_item_19d37_107 ._action_19d37_120 ._icon_19d37_127{cursor:pointer}._cm_s58g1_1{display:flex;align-items:center;justify-content:space-between;width:50%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._cm_s58g1_1 ._configure_model_wrapper_s58g1_9{display:flex;width:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._cm_s58g1_1 ._configure_model_wrapper_s58g1_9::-webkit-scrollbar{width:0rem}._cm_s58g1_1 ._configure_model_wrapper_s58g1_9 ._header_s58g1_23{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_s58g1_1 ._configure_model_wrapper_s58g1_9 ._header_s58g1_23 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_s58g1_1 ._configure_model_wrapper_s58g1_9 ._header_s58g1_23 ._icon_s58g1_36{cursor:pointer}._cm_s58g1_1 ._configure_model_wrapper_s58g1_9 ._body_s58g1_39{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem}._cm_s58g1_1 ._configure_model_wrapper_s58g1_9 ._body_s58g1_39 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_s58g1_1 ._configure_model_wrapper_s58g1_9 ._body_s58g1_39 ._input_group_s58g1_54{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._cm_s58g1_1 ._configure_model_wrapper_s58g1_9 ._body_s58g1_39 ._input_group_s58g1_54 label{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._cm_s58g1_1 ._configure_model_wrapper_s58g1_9 ._body_s58g1_39 ._container_s58g1_69{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--16, 1.4rem);align-self:stretch;background:#fff}._cm_s58g1_1 ._configure_model_wrapper_s58g1_9 ._body_s58g1_39 ._container_s58g1_69 ._no_results_s58g1_78{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;align-self:stretch}._cm_s58g1_1 ._configure_model_wrapper_s58g1_9 ._footer_s58g1_86{width:100%;display:flex;justify-content:end;gap:.4rem}._form_component_1qdei_1{width:100%;display:flex;padding:1.5rem!important;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);height:100vh}._form_component_1qdei_1 ._form_heading_1qdei_14{display:flex;justify-content:space-between;align-items:center}._form_component_1qdei_1 ._form_heading_1qdei_14 ._text_1qdei_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_1qdei_1 ._form_heading_1qdei_14 ._text_1qdei_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_1qdei_1 ._form_heading_1qdei_14 ._text_1qdei_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1qdei_1 ._form_heading_1qdei_14 ._button_1qdei_41{height:fit-content;display:flex;justify-content:center;align-items:center;gap:.8rem}._form_component_1qdei_1 ._body_1qdei_48{display:flex;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:var(--8, .5rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc)}._form_component_1qdei_1 ._body_1qdei_48 ._table_header_1qdei_57{display:flex;width:100%;padding:var(--20, 1.25rem) var(--16, 1rem);align-items:center;gap:1.5rem;border-radius:var(--8, .5rem) var(--8, .5rem) var(--0, 0rem) var(--0, 0rem);border-bottom:1px solid var(--border-light, #f2f6fc)}._form_component_1qdei_1 ._body_1qdei_48 ._table_header_1qdei_57 ._table_header_item_1qdei_66{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:600;line-height:normal}._form_component_1qdei_1 ._body_1qdei_48 ._table_data_1qdei_79{display:flex;flex-direction:column;gap:0rem;height:100%;width:100%;overflow-y:auto;gap:2rem}._form_component_1qdei_1 ._body_1qdei_48 ._table_data_1qdei_79 ._no_data_1qdei_88{height:100%;grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1qdei_1 ._body_1qdei_48 ._table_data_1qdei_79 ._table_data_row_1qdei_101{display:flex;width:100%;padding:var(--16, 1rem);align-items:center;gap:1.5rem}._form_component_1qdei_1 ._body_1qdei_48 ._table_data_1qdei_79 ._table_data_row_1qdei_101 ._table_data_item_1qdei_108{width:100%;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:400}._form_component_1qdei_1 ._body_1qdei_48 ._table_data_1qdei_79 ._table_data_row_1qdei_101 ._table_data_item_1qdei_108 ._action_1qdei_121{display:flex;gap:.8rem;justify-content:flex-start;align-items:center;flex:1 0 0}._form_component_1qdei_1 ._body_1qdei_48 ._table_data_1qdei_79 ._table_data_row_1qdei_101 ._table_data_item_1qdei_108 ._action_1qdei_121 ._unblock_1qdei_128{color:var(--color-red, #0a7cea);font-size:.875rem;font-style:normal;font-weight:400;cursor:pointer;text-decoration:underline}._form_component_1qdei_1 ._body_1qdei_48 ._table_data_1qdei_79 ._table_data_row_1qdei_101 ._table_data_item_1qdei_108 ._action_1qdei_121 ._icon_1qdei_136{cursor:pointer}._cm_15q44_1{display:flex;align-items:center;justify-content:space-between;width:50%!important;height:90%;box-shadow:0 0 19.4px 40091px #c5c5c53d}._cm_15q44_1 ._configure_model_wrapper_15q44_9{display:flex;width:100%;height:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff);overflow:auto}._cm_15q44_1 ._configure_model_wrapper_15q44_9::-webkit-scrollbar{width:0rem}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._header_15q44_25{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._header_15q44_25 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._header_15q44_25 ._icon_15q44_38{cursor:pointer}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41{display:flex;width:100%;height:100%;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1.2rem;overflow-y:auto}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._name_15q44_51{width:100%;display:flex;align-items:center;gap:.8rem}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._name_15q44_51 ._input_15q44_57{display:flex;flex-direction:column;gap:.6rem;width:100%}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._name_15q44_51 ._input_15q44_57 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._input_15q44_57{display:flex;flex-direction:column;gap:.6rem;width:100%}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._input_15q44_57 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._role_15q44_83{width:100%;display:flex;align-items:center;gap:.6rem;flex-direction:column;height:100%}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._role_15q44_83 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._role_15q44_83 ._role_body_15q44_98{border-radius:var(--8, .5rem);border:.5px solid var(--border-primary, #a899f1);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;padding:var(--20, 1rem);gap:var(--8, .5rem);height:100%}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._role_15q44_83 ._role_body_15q44_98 ._role_input_15q44_111{padding:var(--20, .8rem);width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--8, .5rem);flex:1 0 0;cursor:pointer}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._role_15q44_83 ._role_body_15q44_98 ._role_input_15q44_111 ._header_15q44_25{align-self:stretch;color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._role_15q44_83 ._role_body_15q44_98 ._role_input_15q44_111 ._description_15q44_129{align-self:stretch;color:var(--netural-800, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:400;height:100%}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._role_15q44_83 ._role_body_15q44_98 ._role_input_15q44_111._active_15q44_137{background:var(--color-primary-10, #f5f3ff);border-radius:.4rem}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._role_15q44_83 ._role_body_15q44_98 ._role_input_15q44_111._active_15q44_137 ._header_15q44_25{color:var(--color-primary-60, #3818d9)}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._role_15q44_83 ._role_body_15q44_98 ._role_input_15q44_111._active_15q44_137 ._description_15q44_129{color:var(--color-primary-50, #3818d9)}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._body_15q44_41 ._role_15q44_83 ._role_body_15q44_98 ._role_input_15q44_111:hover{background:var(--color-primary-10, #f6f6f9);border-radius:.4rem}._cm_15q44_1 ._configure_model_wrapper_15q44_9 ._footer_15q44_151{width:100%;display:flex;justify-content:end;gap:.4rem}._form_component_16kwe_1{width:100%;display:flex;padding:1.5rem!important;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);height:100vh}._form_component_16kwe_1 ._form_heading_16kwe_14{display:flex;justify-content:space-between;align-items:center}._form_component_16kwe_1 ._form_heading_16kwe_14 ._text_16kwe_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_16kwe_1 ._form_heading_16kwe_14 ._text_16kwe_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_16kwe_1 ._form_heading_16kwe_14 ._text_16kwe_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_16kwe_1 ._form_heading_16kwe_14 ._button_16kwe_41{height:fit-content;display:flex;justify-content:center;align-items:center;gap:.8rem}._form_component_16kwe_1 ._body_16kwe_48{display:flex;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:var(--8, .5rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc)}._form_component_16kwe_1 ._body_16kwe_48 ._table_header_16kwe_57{display:flex;width:100%;padding:var(--20, 1.25rem) var(--16, 1rem);align-items:center;gap:1.5rem;border-radius:var(--8, .5rem) var(--8, .5rem) var(--0, 0rem) var(--0, 0rem);border-bottom:1px solid var(--border-light, #f2f6fc)}._form_component_16kwe_1 ._body_16kwe_48 ._table_header_16kwe_57 ._table_header_item_16kwe_66{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:600;line-height:normal}._form_component_16kwe_1 ._body_16kwe_48 ._table_data_16kwe_79{display:flex;flex-direction:column;gap:0rem;height:100%;width:100%;overflow-y:auto}._form_component_16kwe_1 ._body_16kwe_48 ._table_data_16kwe_79 ._no_data_16kwe_87{height:100%;grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_16kwe_1 ._body_16kwe_48 ._table_data_16kwe_79 ._table_data_row_16kwe_100{display:flex;width:100%;padding:var(--16, 1rem);align-items:flex-start;gap:1.5rem}._form_component_16kwe_1 ._body_16kwe_48 ._table_data_16kwe_79 ._table_data_row_16kwe_100 ._table_data_item_16kwe_107{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:400;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;flex:1 0 0;gap:.8rem}._form_component_16kwe_1 ._body_16kwe_48 ._table_data_16kwe_79 ._table_data_row_16kwe_100 ._table_data_item_16kwe_107 ._phone_number_16kwe_127{display:flex;align-items:center;gap:var(--8, .5rem);align-self:stretch}._form_component_16kwe_1 ._body_16kwe_48 ._table_data_16kwe_79 ._table_data_row_16kwe_100 ._table_data_item_16kwe_107 ._actions_16kwe_133{display:flex;gap:.8rem;justify-content:flex-start;align-items:center;flex:1 0 0}._form_component_16kwe_1 ._body_16kwe_48 ._table_data_16kwe_79 ._table_data_row_16kwe_100 ._table_data_item_16kwe_107 ._actions_16kwe_133 ._icon_16kwe_140{cursor:pointer}._form_component_19637_1{width:100%;display:flex;padding:1.5rem!important;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);height:100vh}._form_component_19637_1 ._form_heading_19637_14{display:flex;justify-content:space-between;align-items:center}._form_component_19637_1 ._form_heading_19637_14 ._text_19637_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_19637_1 ._form_heading_19637_14 ._text_19637_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_19637_1 ._form_heading_19637_14 ._text_19637_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_19637_1 ._form_heading_19637_14 ._button_19637_41{height:fit-content;display:flex;justify-content:center;align-items:center;gap:.8rem}._form_component_19637_1 ._body_19637_48{display:flex;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:var(--8, .5rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc)}._form_component_19637_1 ._body_19637_48 ._table_header_19637_57{display:flex;width:100%;padding:var(--20, 1.25rem) var(--16, 1rem);align-items:center;gap:1.5rem;border-radius:var(--8, .5rem) var(--8, .5rem) var(--0, 0rem) var(--0, 0rem);border-bottom:1px solid var(--border-light, #f2f6fc)}._form_component_19637_1 ._body_19637_48 ._table_header_19637_57 ._table_header_item_19637_66:first-child{max-width:2rem}._form_component_19637_1 ._body_19637_48 ._table_header_19637_57 ._table_header_item_19637_66{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:600;line-height:normal}._form_component_19637_1 ._body_19637_48 ._table_data_19637_82{display:flex;flex-direction:column;gap:0rem;height:100%;width:100%;overflow-y:auto;position:relative}._form_component_19637_1 ._body_19637_48 ._table_data_19637_82 ._no_data_19637_91{height:100%;grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_19637_1 ._body_19637_48 ._table_data_19637_82 ._table_data_row_19637_104{display:flex;width:100%;padding:var(--16, 1rem);align-items:center;gap:1.5rem;position:relative}._form_component_19637_1 ._body_19637_48 ._table_data_19637_82 ._table_data_row_19637_104 ._users_19637_112{position:absolute;z-index:999;right:4rem;top:3.6rem;display:flex;width:20rem;padding:var(--12, .75rem);flex-direction:column;justify-content:center;align-items:center;gap:var(--16, .4rem);border-radius:var(--8, .5rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:#fff;box-shadow:0 5px 14px #080f340a}._form_component_19637_1 ._body_19637_48 ._table_data_19637_82 ._table_data_row_19637_104 ._table_data_item_19637_129:first-child{max-width:2rem}._form_component_19637_1 ._body_19637_48 ._table_data_19637_82 ._table_data_row_19637_104 ._table_data_item_19637_129{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:400;width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex:1 0 0;gap:.8rem;position:relative}._form_component_19637_1 ._body_19637_48 ._table_data_19637_82 ._table_data_row_19637_104 ._table_data_item_19637_129 ._phone_number_19637_153{display:flex;align-items:center;gap:var(--8, .5rem);align-self:stretch}._form_component_19637_1 ._body_19637_48 ._table_data_19637_82 ._table_data_row_19637_104 ._table_data_item_19637_129 ._actions_19637_159{display:flex;gap:.8rem;justify-content:flex-start;align-items:center;flex:1 0 0}._form_component_19637_1 ._body_19637_48 ._table_data_19637_82 ._table_data_row_19637_104 ._table_data_item_19637_129 ._actions_19637_159 ._icon_19637_166{cursor:pointer}._choice_card_jypch_1{display:flex;max-width:50%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;border-radius:var(--12, .75rem);background:var(--color-gray-10, #fff);box-shadow:0 0 19.4px 40091px #c5c5c53d}._choice_card_jypch_1 ._heading_jypch_13{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._choice_card_jypch_1 ._heading_jypch_13 ._heading_text_jypch_19{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500}._choice_card_jypch_1 ._body_jypch_25{display:flex;justify-content:center;align-items:center;gap:2rem;align-self:stretch}._choice_card_jypch_1 ._body_jypch_25 ._button_container_jypch_32{display:flex;padding:1.5rem;flex-direction:column;justify-content:center;align-items:center;gap:var(--12, .75rem);flex:1 0 0;align-self:stretch;border-radius:var(--12, .75rem);border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);cursor:pointer}._choice_card_jypch_1 ._body_jypch_25 ._button_container_jypch_32:hover{background:#c5c5c51a}._choice_card_jypch_1 ._body_jypch_25 ._button_container_jypch_32 ._btn_text_jypch_49{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500}._text_to_speech_nsdis_1{display:flex;max-width:50%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;border-radius:var(--12, .75rem);background:var(--color-gray-10, #fff);box-shadow:0 0 19.4px 40091px #c5c5c53d}._text_to_speech_nsdis_1 ._heading_nsdis_13{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._text_to_speech_nsdis_1 ._heading_nsdis_13 ._heading_text_nsdis_19{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500}._text_to_speech_nsdis_1 ._action_nsdis_25{display:flex;justify-content:center;align-items:center;gap:var(--20, 1.25rem);align-self:stretch}._text_to_speech_nsdis_1 ._action_nsdis_25 ._btn_nsdis_32{padding:var(--12, .75rem);flex:1 0 0;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._text_to_speech_nsdis_1 ._action_nsdis_25 ._btn_nsdis_32:hover{background:#c5c5c51a}._audio_record_1ji92_1{display:flex;max-width:40%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;border-radius:var(--12, .75rem);background:var(--color-gray-10, #fff);box-shadow:0 0 19.4px 40091px #c5c5c53d}._audio_record_1ji92_1 ._heading_1ji92_13{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._audio_record_1ji92_1 ._heading_1ji92_13 ._heading_text_1ji92_19{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500}._audio_record_1ji92_1 ._recorder_wrapper_1ji92_25{display:flex;flex-direction:column;align-items:center;gap:var(--12, .75rem);align-self:stretch}._audio_record_1ji92_1 ._action_wrapper_1ji92_32{display:flex;justify-content:center;align-items:center;gap:var(--20, 1.25rem);align-self:stretch}._audio_record_1ji92_1 ._action_wrapper_1ji92_32 ._action_btn_1ji92_39{padding:var(--12, .75rem);flex:1 0 0;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._audio_record_1ji92_1 ._action_wrapper_1ji92_32 ._action_btn_1ji92_39:hover{background:#c5c5c51a}._form_component_o12r2_1{width:100%;display:flex;padding:1.5rem;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);color:#020202}._form_component_o12r2_1 ._form_heading_o12r2_15{display:flex;justify-content:space-between;align-items:center}._form_component_o12r2_1 ._form_heading_o12r2_15 ._text_o12r2_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_o12r2_1 ._form_heading_o12r2_15 ._text_o12r2_20 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_o12r2_1 ._form_heading_o12r2_15 ._text_o12r2_20 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_o12r2_1 ._form_heading_o12r2_15 ._button_o12r2_41{height:fit-content}._form_component_o12r2_1 ._form_o12r2_1{display:flex;flex-direction:column;gap:1.25rem}._form_component_o12r2_1 ._form_o12r2_1 ._form_row_o12r2_49{display:flex;gap:.88rem}._form_component_o12r2_1 ._danger_zone_o12r2_53{display:flex;padding:.75rem 1rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);gap:var(--Padding-Navbar, 1.5rem)}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._text_o12r2_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._text_o12r2_20 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._text_o12r2_20 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._button_o12r2_41{display:flex;justify-content:center;align-items:center}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._availability_o12r2_88{flex:1 0 0}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._availability_o12r2_88 ._header_o12r2_91{display:flex;width:100%;padding:1.5rem 2rem;justify-content:space-between;align-items:center;gap:1rem}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._availability_o12r2_88 ._header_o12r2_91 h2{font-size:1.25rem;font-weight:700;color:var(--color-gray-100, #333333)}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._availability_o12r2_88 ._body_o12r2_104{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._availability_o12r2_88 ._body_o12r2_104 ._availability_item_o12r2_112{display:flex;align-items:center;gap:7.5rem;justify-content:space-between;align-self:stretch;flex:1 0 0}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._availability_o12r2_88 ._body_o12r2_104 ._availability_item_o12r2_112 ._availability_day_o12r2_120{max-width:10rem;flex:1 0 0;color:var(--color-gray-100, #5f5f5f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._availability_o12r2_88 ._body_o12r2_104 ._availability_item_o12r2_112 ._availability_time_o12r2_129{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex:1 0 0;max-width:40%}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._availability_o12r2_88 ._body_o12r2_104 ._availability_item_o12r2_112 ._availability_time_o12r2_129 ._time_separator_o12r2_137{display:flex;align-items:center;justify-content:center}._form_component_o12r2_1 ._danger_zone_o12r2_53 ._availability_o12r2_88 ._divider_o12r2_142{width:100%;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._form_component_o12r2_1 ._voicemail_greeting_wrapper_o12r2_146{display:flex;padding:.75rem 1rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);border-radius:.5rem;background:var(--color-gray-10, #fff)}._form_component_o12r2_1 ._voicemail_greeting_wrapper_o12r2_146 ._greeting_div_o12r2_158{display:flex;align-self:stretch;gap:1.5rem}._form_component_o12r2_1 ._voicemail_greeting_wrapper_o12r2_146 ._greeting_div_o12r2_158 ._text_o12r2_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_o12r2_1 ._voicemail_greeting_wrapper_o12r2_146 ._greeting_div_o12r2_158 ._text_o12r2_20 h1{color:var(--color-gray-100, #020202);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_o12r2_1 ._voicemail_greeting_wrapper_o12r2_146 ._greeting_div_o12r2_158 ._text_o12r2_20 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_o12r2_1 ._voicemail_greeting_wrapper_o12r2_146 ._greeting_div_o12r2_158 ._buttons_o12r2_185{display:flex;justify-content:center;align-items:center;gap:1rem}._form_component_o12r2_1 ._voicemail_greeting_wrapper_o12r2_146 ._greeting_div_o12r2_158 ._buttons_o12r2_185 ._change_button_o12r2_191{background-color:#fff;border:1px solid var(--primary-grey, #f2f6fc)}._form_component_o12r2_1 ._voicemail_greeting_wrapper_o12r2_146 ._audio_player_wrapper_o12r2_195{display:flex;justify-content:center;align-items:center;gap:2rem;align-self:stretch;border-radius:.5rem}._view_153at_1{width:100%;height:100%;display:flex;flex-direction:column;gap:.75rem;overflow-y:auto}._view_153at_1 ._heading_153at_9{padding:.5rem .75rem;gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:100%;flex:0 0 0}._form_component_12w4y_1{width:100%;display:flex;padding:1.5rem;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._form_component_12w4y_1 ._form_heading_12w4y_13{display:flex;justify-content:space-between;align-items:center}._form_component_12w4y_1 ._form_heading_12w4y_13 ._text_12w4y_18{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_12w4y_1 ._form_heading_12w4y_13 ._text_12w4y_18 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_12w4y_1 ._form_heading_12w4y_13 ._text_12w4y_18 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_12w4y_1 ._form_heading_12w4y_13 ._button_12w4y_40{height:fit-content}._form_component_12w4y_1 ._form_12w4y_1{display:flex;flex-direction:column;gap:1.25rem}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48{display:flex;justify-content:center;align-items:center;align-content:center;gap:1.25rem}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._header_12w4y_55{display:flex;justify-content:center;align-items:center;gap:.75rem}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._header_12w4y_55 ._slider_icon_12w4y_61{display:flex;justify-content:center;align-items:center}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._header_12w4y_55 ._slider_text_12w4y_66{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;width:100%}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._header_12w4y_55 ._slider_text_12w4y_66 h1{align-self:stretch;color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._header_12w4y_55 ._slider_text_12w4y_66 p{display:flex;height:1.1875rem;flex-direction:column;justify-content:center;align-self:stretch;overflow:hidden;color:var(--netural-800, #5f5f5f);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._slider_box_12w4y_97{display:flex;flex-direction:column;gap:25px;width:100%}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._slider_box_12w4y_97 ._slider_12w4y_48{display:flex;align-items:center}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._slider_box_12w4y_97 ._slider_12w4y_48 ._custom_slider_12w4y_107{width:100%}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._slider_box_12w4y_97 ._slider_12w4y_48 ._custom_slider_12w4y_107 div:nth-of-type(1){background:#3818d9}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._slider_box_12w4y_97 ._slider_12w4y_48 ._custom_slider_12w4y_107 div:nth-of-type(2){background:#f7f5ff}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._slider_box_12w4y_97 ._slider_12w4y_48 ._custom_slider_track_12w4y_116{top:5px;height:10px;border-radius:20px;background:#3818d9}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._slider_box_12w4y_97 ._slider_12w4y_48 ._custom_slider_thumb_12w4y_122{width:100%;cursor:pointer;background:#3818d9;width:20px;height:20px;border-radius:100%;outline:none}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._slider_box_12w4y_97 ._slider_12w4y_48 ._custom_slider_thumb_12w4y_122:before{width:fit-content;background:#3818d9;height:18px;content:attr(data-content);border-radius:5px;display:flex;flex-direction:column;justify-content:center;position:absolute;bottom:25px;left:-24px;color:#fff;font-size:15px;padding:6px 11px}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._slider_box_12w4y_97 ._markings_12w4y_147{display:flex;justify-content:space-between;width:86.8%}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._slider_box_12w4y_97 ._markings_12w4y_147 ._marking_12w4y_147{display:flex;width:13%;flex-direction:column;justify-content:center}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._slider_box_12w4y_97 ._markings_12w4y_147 ._marking_12w4y_147 ._mark_12w4y_147{display:flex;align-self:center;width:1%;height:6px;background-color:#c2c2c2}._form_component_12w4y_1 ._form_12w4y_1 ._slider_container_12w4y_48 ._slider_box_12w4y_97 ._markings_12w4y_147 ._marking_12w4y_147 ._mark_number_12w4y_165{display:flex;justify-content:center;color:#c2c2c2}._form_component_12w4y_1 ._form_12w4y_1 ._tags_container_12w4y_170{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;width:100%}._form_component_12w4y_1 ._form_12w4y_1 ._tags_container_12w4y_170 ._header_12w4y_55{display:flex;align-items:center;gap:.75rem;align-self:stretch}._form_component_12w4y_1 ._form_12w4y_1 ._tags_container_12w4y_170 ._header_12w4y_55 ._icon_12w4y_185{display:flex;justify-content:center;align-items:center}._form_component_12w4y_1 ._form_12w4y_1 ._tags_container_12w4y_170 ._header_12w4y_55 ._text_12w4y_18{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;flex:1 0 0}._form_component_12w4y_1 ._form_12w4y_1 ._tags_container_12w4y_170 ._header_12w4y_55 ._text_12w4y_18 h1{align-self:stretch;color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}._form_component_12w4y_1 ._form_12w4y_1 ._tags_container_12w4y_170 ._header_12w4y_55 ._text_12w4y_18 p{display:flex;height:1.1875rem;flex-direction:column;justify-content:center;align-self:stretch;overflow:hidden;color:var(--netural-800, #5f5f5f);text-overflow:ellipsis;white-space:nowrap;font-size:.75rem;font-style:normal;font-weight:400;line-height:normal}._form_component_12w4y_1 ._form_12w4y_1 ._tags_container_12w4y_170 ._skeleton_12w4y_221{display:grid;gap:1.25rem;align-self:stretch;grid-template-columns:repeat(4,1fr);padding:0 2.5rem;min-height:6rem}._form_component_12w4y_1 ._form_12w4y_1 ._tags_container_12w4y_170 ._tags_12w4y_170{display:grid;gap:1.25rem;align-self:stretch;grid-template-columns:repeat(4,1fr);padding:0 2.5rem;width:100%}._form_component_12w4y_1 ._form_12w4y_1 ._tags_container_12w4y_170 ._tags_12w4y_170 ._tag_12w4y_170{display:flex;justify-content:center;align-items:center;gap:.5rem;flex:1 0 0;cursor:pointer}._form_component_12w4y_1 ._form_12w4y_1 ._tags_container_12w4y_170 ._tags_12w4y_170 ._tag_12w4y_170 ._icon_12w4y_185{display:flex;justify-content:center;align-items:center;cursor:pointer}._form_component_12w4y_1 ._form_12w4y_1 ._tags_container_12w4y_170 ._empty_12w4y_251{display:flex;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;padding:3.2rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);width:100%}._form_component_12w4y_1 ._form_12w4y_1 ._tags_container_12w4y_170 ._empty_12w4y_251 p{align-self:stretch;color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}._sidebar_1uhvf_1{height:100%;display:flex;gap:1.25rem;width:15rem;padding:1rem;flex-direction:column;border-radius:.75rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);overflow-y:auto}._sidebar_1uhvf_1::-webkit-scrollbar{width:.28rem}color ._sidebar_1uhvf_1::-webkit-scrollbar-track{background:var(--color-gray-10, #fff)}._sidebar_1uhvf_1::-webkit-scrollbar-thumb{background:var(--color-gray-70, #7e7e7e);border-radius:.25rem}._sidebar_1uhvf_1 ._setting_container_1uhvf_23{display:flex;flex-direction:column;gap:.75rem}._sidebar_1uhvf_1 ._setting_container_1uhvf_23 h1{flex:1 0 0;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sidebar_1uhvf_1 ._setting_container_1uhvf_23 ._option_container_1uhvf_36{display:flex;flex-direction:column;gap:.5rem;width:100%}._sidebar_1uhvf_1 ._setting_container_1uhvf_23 ._option_container_1uhvf_36 ._option_1uhvf_36{display:flex;align-items:center;gap:.625rem;padding:.5rem;cursor:pointer;border-radius:.25rem}._sidebar_1uhvf_1 ._setting_container_1uhvf_23 ._option_container_1uhvf_36 ._option_1uhvf_36 p{color:var(--color-gray-80, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sidebar_1uhvf_1 ._setting_container_1uhvf_23 ._option_container_1uhvf_36 ._option_selected_1uhvf_57{display:flex;align-items:center;gap:.625rem;padding:.5rem;cursor:pointer;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._sidebar_1uhvf_1 ._setting_container_1uhvf_23 ._option_container_1uhvf_36 ._option_selected_1uhvf_57 p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._settings_view_main_container_bjqtc_1{position:relative;display:flex;width:100%;height:100%;overflow-x:hidden;padding:1.5rem 1.75rem;flex-direction:column;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012;gap:var(--Padding-Navbar, 1rem)}._settings_view_main_container_bjqtc_1 ._header_bjqtc_14{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem}._settings_view_main_container_bjqtc_1 ._header_bjqtc_14 h1{align-self:stretch;color:var(--color-gray-100, #202020);font-size:1.2rem;font-style:normal;font-weight:500}._settings_view_main_container_bjqtc_1 ._header_bjqtc_14 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._settings_view_main_container_bjqtc_1 ._main_body_bjqtc_35{display:flex;gap:.75rem;height:100%;width:100%;overflow-y:auto}._settings_view_main_container_bjqtc_1 ._main_body_bjqtc_35 ::-webkit-scrollbar{width:0px}._main_j8100_2{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;overflow-x:hidden!important;scrollbar-width:none}._main_j8100_2 ._nav_j8100_11{width:100%;display:flex;padding:1.2rem;justify-content:space-between;align-items:center}._main_j8100_2 ._nav_j8100_11 ._logo_j8100_18{display:flex;align-items:center;gap:.4rem}._main_j8100_2 ._nav_j8100_11 ._logo_j8100_18 ._name_j8100_23{color:var(--Color-Primary, #3918d9);font-family:Product Sans;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.5rem}._main_j8100_2 ._nav_j8100_11 ._actions_j8100_31{display:flex;gap:1rem;align-items:center}._main_j8100_2 ._nav_j8100_11 ._actions_j8100_31 ._link_j8100_36{display:flex;padding:.6rem 1rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--secondary-purple, #4a3aff);color:var(--color-gray-10, #fff);text-align:center;font-family:Product Sans;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;transition:all .3s ease;cursor:pointer}._main_j8100_2 ._nav_j8100_11 ._actions_j8100_31 ._link_j8100_36:hover{background:var(--secondary-purple-dark, #3f36e5)}._main_j8100_2 ._body_j8100_57{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.4rem;height:100%;position:relative;overflow-x:hidden!important}._main_j8100_2 ._body_j8100_57 ._sub_header_j8100_68{display:flex;padding:.6rem 1.25rem;justify-content:center;align-items:center;gap:.6rem;border-radius:.75rem;border:.5px solid var(--primary-grey, #f2f6fc);background:var(--color-gray-10, #fff)}._main_j8100_2 ._body_j8100_57 ._sub_header_j8100_68 p{color:var(--secondary-purple, #4a3aff);text-align:center;font-family:Product Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-transform:capitalize}._main_j8100_2 ._body_j8100_57 ._header_j8100_88{display:flex;flex-direction:column;justify-content:center;align-items:center}._main_j8100_2 ._body_j8100_57 ._header_j8100_88 h1{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-family:Product Sans;font-size:4rem;font-style:normal;font-weight:700;line-height:normal}._main_j8100_2 ._body_j8100_57 ._header_j8100_88 h1 span{color:var(--Color-Primary, #4f46e5);font-family:Product Sans;font-size:4rem;font-style:normal;font-weight:700;line-height:normal;letter-spacing:-.225rem}._main_j8100_2 ._body_j8100_57 ._description_j8100_113{color:var(--color-gray-90, #3f3f3f);text-align:center;font-family:Product Sans;font-size:1.25rem;font-style:normal;font-weight:400;line-height:2.5rem;letter-spacing:.0125rem;text-transform:capitalize;z-index:1000}._main_j8100_2 ._body_j8100_57 ._actions_j8100_31{display:flex;gap:1rem;justify-content:center;align-items:center}._main_j8100_2 ._body_j8100_57 ._actions_j8100_31 ._link_j8100_36{border-radius:.75rem;background:var(--secondary-purple, #4a3aff);color:var(--Gray-100, #ececec);font-family:Product Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;display:flex;padding:.75rem 1rem;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease}._main_j8100_2 ._body_j8100_57 ._actions_j8100_31 ._link_j8100_36:hover{background:var(--secondary-purple-dark, #3f36e5)}._main_j8100_2 ._body_j8100_57 ._lead_details_j8100_151{display:flex;flex-direction:column;align-items:center;width:80%}._main_j8100_2 ._body_j8100_57 ._lead_details_j8100_151 img{width:100%;height:auto}._main_j8100_2 ._body_j8100_57 ._feature_circular_j8100_161{width:36%;height:32%;position:absolute;right:-2rem;top:13.5625rem;transform:rotate(6deg)!important;object-fit:contain}._main_j8100_2 ._body_j8100_57 ._flow_diagram_j8100_170{width:32%;height:60%;position:absolute;left:-1rem;top:10rem;object-fit:contain}._main_j8100_2 ._footer_j8100_178{display:flex;flex-direction:column;width:100%;align-items:center;padding:2rem}._main_j8100_2 ._footer_j8100_178 ._footer_content_j8100_185{display:flex;gap:1rem;justify-content:center;align-items:center}._main_j8100_2 ._footer_j8100_178 ._footer_content_j8100_185 a{color:var(--color-gray-90, #4f46e5);font-family:Product Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-decoration:none;text-transform:capitalize;cursor:pointer;transition:all .3s ease}._main_j8100_2 ._footer_j8100_178 ._footer_content_j8100_185 a:hover{color:var(--Color-Primary, #3f36e5)}._main_j8100_2 ._footer_j8100_178 ._footer_content_j8100_185 p{color:var(--color-gray-90, #3f3f3f);font-family:Product Sans;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}._main_j8100_2 ._spot_1_j8100_214{width:40%;height:40%;flex-shrink:0;border-radius:39.625rem;background:#4a3aff1a;filter:blur(500px);position:absolute;right:.875rem;top:16.5625rem;transform:rotate(8deg);object-fit:contain}._main_j8100_2 ._spot_2_j8100_227{width:40%;height:40%;flex-shrink:0;border-radius:39.625rem;background:#4a3aff1a;filter:blur(500px);position:absolute;left:1rem;top:10rem}@media screen and (max-width: 768px){._main_j8100_2 ._nav_j8100_11 ._logo_j8100_18 ._name_j8100_23{font-size:1.5rem}._main_j8100_2 ._nav_j8100_11 ._actions_j8100_31 ._link_j8100_36,._main_j8100_2 ._body_j8100_57 ._sub_header_j8100_68 p{font-size:.875rem}._main_j8100_2 ._body_j8100_57 ._header_j8100_88 h1,._main_j8100_2 ._body_j8100_57 ._header_j8100_88 h1 span{font-size:2.5rem;letter-spacing:-.01rem}._main_j8100_2 ._body_j8100_57 ._description_j8100_113{font-size:1rem;line-height:1.75rem}._main_j8100_2 ._body_j8100_57 ._actions_j8100_31 ._link_j8100_36{font-size:.875rem;padding:.5rem .75rem}._main_j8100_2 ._body_j8100_57 ._lead_details_j8100_151 img{width:100%;height:auto}._main_j8100_2 ._body_j8100_57 ._feature_circular_j8100_161,._main_j8100_2 ._body_j8100_57 ._flow_diagram_j8100_170{display:none}._main_j8100_2 ._footer_j8100_178 ._footer_content_j8100_185 a,._main_j8100_2 ._footer_j8100_178 ._footer_content_j8100_185 p{font-size:.875rem}._main_j8100_2 ._spot_1_j8100_214{width:50%;height:50%;right:.875rem;top:16.5625rem}._main_j8100_2 ._spot_2_j8100_227{width:50%;height:50%;left:1rem;top:10rem}}._pp_105ez_2{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:2rem}._pp_105ez_2 h1{font-size:2.5rem;margin-bottom:1rem;width:100%;color:var(--Color-Primary, #3918d9);font-family:Product Sans;font-weight:500;text-align:center}._pp_105ez_2 p{font-size:1.2rem;margin-bottom:1rem;width:100%;font-family:Product Sans;letter-spacing:.8px;line-height:2rem}._pp_105ez_2 a{color:var(--Color-Primary, #3918d9);cursor:pointer}._pp_105ez_2 ._with_effect_105ez_32{font-size:1.2rem;width:100%;display:flex;align-items:center;justify-content:center}._main_container_gl08h_1{display:flex;width:37.4375rem;flex-direction:column;justify-content:center;align-items:center;gap:var(--Padding-Navbar, 1.5rem);position:absolute;left:50%;top:56%;transform:translate(-50%,-50%)}._row_container_gl08h_14{display:flex;width:25.625rem;flex-direction:column;align-items:center;gap:-.25rem}._row_container_gl08h_14 ._row1_gl08h_21{display:flex;width:23.9375rem;height:2.75rem;padding:.5rem .75rem;align-items:center;gap:.5rem;border-radius:.625rem;background:var(--color-gray-10, #fff)}._row_container_gl08h_14 ._row1_gl08h_21 ._block1_gl08h_31{width:2rem;flex-shrink:0;border-radius:.5rem;height:100%;background:var(--primary-grey, #f2f6fc)}._row_container_gl08h_14 ._row1_gl08h_21 ._block2_gl08h_38{flex:1 0 0;align-self:stretch;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._row_container_gl08h_14 ._row2_gl08h_44{display:flex;height:3.5rem;padding:.5rem .75rem;align-items:center;gap:.5rem;align-self:stretch}._row_container_gl08h_14 ._row2_gl08h_44 ._block1_gl08h_31{width:2rem;height:2rem;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._row_container_gl08h_14 ._row2_gl08h_44 ._block2_gl08h_38{height:2rem;flex:1 0 0;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._text_gl08h_65{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}._footer_gl08h_75{display:flex;justify-content:center}._modal_1wyou_1{display:flex;justify-content:center;align-items:center;z-index:5;position:absolute;right:.8rem;border-radius:.5rem;border:.5px solid var(--border-light, #f2f6fc);background:var(--gray-10, #fff);box-shadow:0 5px 14px #080f340a;overflow:hidden;width:12rem}._modal_1wyou_1 ._modal_body_1wyou_15{display:flex;flex-direction:column;align-self:stretch;justify-content:center;overflow:hidden;align-items:center;width:100%;padding:.4rem 0}._modal_1wyou_1 ._modal_body_1wyou_15 ._edit_details_1wyou_25,._modal_1wyou_1 ._modal_body_1wyou_15 ._delete_campaign_1wyou_26{display:flex;align-items:center;gap:var(--12, .75rem);align-self:stretch;font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;color:var(--gray-100, #5f5f5f);cursor:pointer;padding:var(--12, .5rem) var(--16, 1rem);width:100%}._modal_1wyou_1 ._modal_body_1wyou_15 ._delete_campaign_1wyou_26{width:100%;color:var(--red-60, #d0021b)}._modal_1wyou_1 ._modal_body_1wyou_15 ._not_found_1wyou_45{display:flex;padding:var(--4, .25rem);justify-content:center;align-items:center;flex-direction:column;gap:.4rem;text-align:center}._modal_1wyou_1 ._modal_body_1wyou_15 ._not_found_1wyou_45 p{font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;width:100%}._modal_1wyou_1 ._modal_body_1wyou_15 ._not_found_1wyou_45 ._link_to_1wyou_61{color:var(--blue-60, #0052cc);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem;text-decoration:underline;background-color:transparent!important;padding:0!important}._modal_1wyou_1 ._modal_body_1wyou_15 ._edit_details_1wyou_25:hover{background:#c5c5c51a}._modal_1wyou_1 ._modal_body_1wyou_15 ._delete_campaign_1wyou_26:hover{background:#fdb1b12d}._campaign_ou36j_1{display:flex;width:100%;padding:var(--20, 1rem);justify-content:space-between;align-items:center;border-radius:var(--12, .75rem);border:1px solid var(--border-light, #f2f6fc);cursor:pointer}._campaign_ou36j_1 ._name_ou36j_11{display:-webkit-box;min-width:15rem;max-width:15rem;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--netural-900, #3f3f3f);text-overflow:ellipsis;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}._campaign_ou36j_1 ._owner_ou36j_25,._campaign_ou36j_1 ._date_ou36j_26,._campaign_ou36j_1 ._count_ou36j_27,._campaign_ou36j_1 ._status_ou36j_28{width:100%;gap:1.2rem;display:flex;align-items:center;justify-content:flex-start}._campaign_ou36j_1 ._tag_ou36j_35{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:.48rem;position:relative}._campaign_ou36j_1 ._tag_ou36j_35 ._tag_modal_ou36j_43{position:absolute;top:40%;left:-32%;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._campaign_ou36j_1 ._actions_ou36j_53{display:flex;gap:1.2rem;align-items:center;justify-content:flex-end;position:relative}._campaign_ou36j_1 ._actions_ou36j_53 ._more_ou36j_60{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:.4rem;position:relative}._campaign_ou36j_1 ._actions_ou36j_53 ._more_ou36j_60 ._action_modal_ou36j_68{position:absolute;height:100%;display:flex;align-items:center;justify-content:center}._campaign_ou36j_1 ._actions_ou36j_53 ._more_ou36j_60:hover{background-color:var(--hover-1000, #f5f5f5);border-radius:var(--border-radius-small, 4px)}._cm_1uj9v_1{display:flex;align-items:center;justify-content:space-between;width:40%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d;overflow-y:hidden}._cm_1uj9v_1 ._configure_model_wrapper_1uj9v_10{display:flex;width:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._cm_1uj9v_1 ._configure_model_wrapper_1uj9v_10::-webkit-scrollbar{width:0rem}._cm_1uj9v_1 ._configure_model_wrapper_1uj9v_10 ._header_1uj9v_24{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_1uj9v_1 ._configure_model_wrapper_1uj9v_10 ._header_1uj9v_24 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_1uj9v_1 ._configure_model_wrapper_1uj9v_10 ._header_1uj9v_24 ._icon_1uj9v_37{cursor:pointer}._cm_1uj9v_1 ._configure_model_wrapper_1uj9v_10 ._body_1uj9v_40{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;align-self:stretch;height:100%}._cm_1uj9v_1 ._configure_model_wrapper_1uj9v_10 ._body_1uj9v_40 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_1uj9v_1 ._configure_model_wrapper_1uj9v_10 ._body_1uj9v_40 ._input_group_1uj9v_57{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch;height:100%}._cm_1uj9v_1 ._configure_model_wrapper_1uj9v_10 ._body_1uj9v_40 ._input_group_1uj9v_57 label{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._cm_1uj9v_1 ._configure_model_wrapper_1uj9v_10 ._body_1uj9v_40 ._container_1uj9v_73{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--16, 1.4rem);align-self:stretch;background:#fff}._cm_1uj9v_1 ._configure_model_wrapper_1uj9v_10 ._body_1uj9v_40 ._container_1uj9v_73 ._no_results_1uj9v_82{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;align-self:stretch}._cm_1uj9v_1 ._configure_model_wrapper_1uj9v_10 ._footer_1uj9v_90{width:100%;display:flex;justify-content:end;gap:.4rem}._list_view_main_container_14dw7_1{display:flex;width:100%;height:100%;padding:1.5rem 1.75rem;flex-direction:column;align-items:flex-start;gap:var(--Padding-Navbar, 1rem);flex-shrink:0;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012}._list_view_main_container_14dw7_1 ._list_view_header_14dw7_14{width:100%;display:flex;justify-content:space-between;align-items:center}._list_view_main_container_14dw7_1 ._list_view_header_14dw7_14 ._list_view_header_text_14dw7_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem}._list_view_main_container_14dw7_1 ._list_view_header_14dw7_14 ._list_view_header_text_14dw7_20 h1{align-self:stretch;color:var(--color-gray-100, #202020);font-size:1.2rem;font-style:normal;font-weight:500}._list_view_main_container_14dw7_1 ._list_view_header_14dw7_14 ._list_view_header_text_14dw7_20 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._list_view_main_container_14dw7_1 ._list_view_header_14dw7_14 ._list_view_header_action_14dw7_41{display:flex;align-items:center;gap:.75rem}._list_view_main_container_14dw7_1 ._list_view_header_14dw7_14 ._list_view_header_action_14dw7_41 ._button_style_14dw7_46{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;background:var(--primary-main, #3818d9)}._list_view_main_container_14dw7_1 ._list_view_header_14dw7_14 ._list_view_header_action_14dw7_41 ._button_style_14dw7_46 p{color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._list_view_main_container_14dw7_1 ._list_view_table_14dw7_63{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-start;gap:1rem;overflow-y:auto;position:relative}._list_view_main_container_14dw7_1 ._list_view_table_14dw7_63 ._tab_search_14dw7_73{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}._list_view_main_container_14dw7_1 ._list_view_table_14dw7_63 ._tab_search_14dw7_73 ._actions_14dw7_80{display:flex;gap:1rem;align-items:center;justify-content:space-between}._list_view_main_container_14dw7_1 ._list_view_table_14dw7_63::-webkit-scrollbar{display:none}._main_container_owy52_1{display:flex;width:37.4375rem;flex-direction:column;justify-content:center;align-items:center;gap:var(--Padding-Navbar, 1.5rem);position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._row_container_owy52_14{display:flex;width:25.625rem;flex-direction:column;align-items:center;gap:-.25rem}._row_container_owy52_14 ._row1_owy52_21{display:flex;width:23.9375rem;height:2.75rem;padding:.5rem .75rem;align-items:center;gap:.5rem;border-radius:.625rem;background:var(--color-gray-10, #fff)}._row_container_owy52_14 ._row1_owy52_21 ._block1_owy52_31{width:2rem;flex-shrink:0;border-radius:.5rem;height:100%;background:var(--primary-grey, #f2f6fc)}._row_container_owy52_14 ._row1_owy52_21 ._block2_owy52_38{flex:1 0 0;align-self:stretch;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._row_container_owy52_14 ._row2_owy52_44{display:flex;height:3.5rem;padding:.5rem .75rem;align-items:center;gap:.5rem;align-self:stretch}._row_container_owy52_14 ._row2_owy52_44 ._block1_owy52_31{width:2rem;height:2rem;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._row_container_owy52_14 ._row2_owy52_44 ._block2_owy52_38{height:2rem;flex:1 0 0;border-radius:.5rem;background:var(--primary-grey, #f2f6fc)}._text_owy52_65{align-self:stretch;color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:1.25rem;font-style:normal;font-weight:500;line-height:normal}._footer_owy52_75{display:flex;justify-content:center}._disposition_6a6qb_1{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.25rem;border-radius:.75rem}._detail_z9qix_1{display:flex;justify-content:center;align-items:center;gap:var(--28, 1.75rem);align-self:stretch;cursor:pointer}._detail_z9qix_1 ._profile_details_z9qix_9{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0}._detail_z9qix_1 ._profile_details_z9qix_9 ._picture_z9qix_15{width:2rem;height:2rem;border-radius:12.5rem}._detail_z9qix_1 ._profile_details_z9qix_9 ._picture_z9qix_15 img{height:100%;width:100%;border-radius:12.5rem}._detail_z9qix_1 ._profile_details_z9qix_9 ._name_job_z9qix_25{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.375rem;flex:1 0 0}._detail_z9qix_1 ._profile_details_z9qix_9 ._name_job_z9qix_25 ._name_z9qix_25{display:flex;align-items:center;gap:var(--8, .5rem);align-self:stretch}._detail_z9qix_1 ._profile_details_z9qix_9 ._name_job_z9qix_25 ._name_z9qix_25 p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:500;text-transform:capitalize}._detail_z9qix_1 ._profile_details_z9qix_9 ._name_job_z9qix_25 ._job_title_z9qix_51{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500}._detail_z9qix_1 ._company_details_z9qix_63{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0}._detail_z9qix_1 ._company_details_z9qix_63 ._icon_z9qix_69{display:flex;padding:var(--4, .25rem);justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:var(--primary-second, #f7f5ff)}._detail_z9qix_1 ._company_details_z9qix_63 ._name_address_z9qix_78{display:flex;flex-direction:column;align-items:flex-start;gap:var(--8, .5rem);flex:1 0 0}._detail_z9qix_1 ._company_details_z9qix_63 ._name_address_z9qix_78 ._name_z9qix_25{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:500}._detail_z9qix_1 ._company_details_z9qix_63 ._name_address_z9qix_78 ._address_z9qix_97{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500}._detail_z9qix_1 ._phone_number_z9qix_109,._detail_z9qix_1 ._email_z9qix_110{display:flex;align-items:center;gap:var(--12, .75rem);width:100%;max-width:16rem}._detail_z9qix_1 ._phone_number_z9qix_109 ._icon_z9qix_69,._detail_z9qix_1 ._email_z9qix_110 ._icon_z9qix_69{display:flex;padding:var(--4, .25rem);justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:var(--primary-second, #f7f5ff)}._detail_z9qix_1 ._phone_number_z9qix_109 p,._detail_z9qix_1 ._email_z9qix_110 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._detail_z9qix_1 ._sub_status_z9qix_138,._detail_z9qix_1 ._tag_z9qix_139{display:flex;flex-direction:column;align-items:center;gap:var(--12, .75rem);width:fit-content;justify-content:center;width:8rem}._body_qe5zc_1,._empty_body_qe5zc_2{display:flex;padding:1.5rem var(--20, 1.25rem);flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:var(--12, .75rem);border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);height:100%;overflow-y:auto;position:relative;gap:2.5rem}._body_qe5zc_1 ._header_qe5zc_16,._empty_body_qe5zc_2 ._header_qe5zc_16{display:flex;width:100%}._body_qe5zc_1 ._header_qe5zc_16 p,._empty_body_qe5zc_2 ._header_qe5zc_16 p{font-size:var(--16, 1rem);font-weight:var(--500, 500);color:var(--primary-grey, #3f3f3f)}._sc_k7f3k_1{display:flex;padding:var(--20, 1.25rem) 1.5rem;justify-content:center;align-items:center;gap:var(--16, 1rem);flex:1 0 0;border-radius:var(--12, .75rem);border:.8px solid var(--border-light, #f2f6fc);background:var(--color-gray-10, #fff);cursor:pointer}._sc_k7f3k_1 ._sc_icon_k7f3k_13{display:flex;padding:var(--10, .625rem);justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--8, .5rem);background:var(--green-10, rgba(25, 159, 37, .1))}._sc_k7f3k_1 ._sc_content_k7f3k_22{display:flex;flex-direction:column;align-items:flex-start;gap:var(--4, .4rem);flex:1 0 0}._sc_k7f3k_1 ._sc_content_k7f3k_22 ._sc_title_k7f3k_29{color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500;line-height:normal}._sc_k7f3k_1 ._sc_content_k7f3k_22 ._sc_helper_text_k7f3k_36{color:var(--color-gray-80, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:500;align-self:stretch}._sc_k7f3k_1 ._icons_k7f3k_43{display:flex;gap:var(--8, .5rem);width:fit-content}._statistics_12zq9_1{display:flex;flex-direction:column;align-items:center;gap:1rem;flex:1 0 0;align-self:stretch;height:100%;overflow-y:auto;position:relative}._statistics_12zq9_1::-webkit-scrollbar{display:none}._statistics_12zq9_1 ._stat_cards_12zq9_15{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;gap:1rem;width:100%;justify-content:center}._statistics_12zq9_1 ._call_history_12zq9_23,._statistics_12zq9_1 ._call_analysis_12zq9_24{display:flex;flex-direction:column;align-items:center;gap:var(--16, 1rem);flex:1 0 0;align-self:stretch;border-radius:var(--12, .75rem);border:1px solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);min-height:24rem}._statistics_12zq9_1 ._call_history_12zq9_23 ._header_12zq9_36,._statistics_12zq9_1 ._call_analysis_12zq9_24 ._header_12zq9_36{display:flex;padding:var(--12, 1.6rem) 1rem;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid var(--border-light, #f2f6fc);gap:.6rem}._statistics_12zq9_1 ._call_history_12zq9_23 ._header_12zq9_36 ._icon_12zq9_46,._statistics_12zq9_1 ._call_analysis_12zq9_24 ._header_12zq9_36 ._icon_12zq9_46{display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:#f7f5ff}._statistics_12zq9_1 ._call_history_12zq9_23 ._header_12zq9_36 h2,._statistics_12zq9_1 ._call_analysis_12zq9_24 ._header_12zq9_36 h2{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;width:100%}._statistics_12zq9_1 ._call_history_12zq9_23 ._header_12zq9_36 ._labels_12zq9_64,._statistics_12zq9_1 ._call_history_12zq9_23 ._header_12zq9_36 ._line_labels_12zq9_65,._statistics_12zq9_1 ._call_analysis_12zq9_24 ._header_12zq9_36 ._labels_12zq9_64,._statistics_12zq9_1 ._call_analysis_12zq9_24 ._header_12zq9_36 ._line_labels_12zq9_65{display:flex;gap:.5rem;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap}._statistics_12zq9_1 ._call_history_12zq9_23 ._header_12zq9_36 ._labels_12zq9_64 ._label_12zq9_64,._statistics_12zq9_1 ._call_history_12zq9_23 ._header_12zq9_36 ._line_labels_12zq9_65 ._label_12zq9_64,._statistics_12zq9_1 ._call_analysis_12zq9_24 ._header_12zq9_36 ._labels_12zq9_64 ._label_12zq9_64,._statistics_12zq9_1 ._call_analysis_12zq9_24 ._header_12zq9_36 ._line_labels_12zq9_65 ._label_12zq9_64{display:flex;gap:.5rem;align-items:center;justify-content:center}._statistics_12zq9_1 ._call_history_12zq9_23 ._header_12zq9_36 ._line_labels_12zq9_65,._statistics_12zq9_1 ._call_analysis_12zq9_24 ._header_12zq9_36 ._line_labels_12zq9_65{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(2,1fr);gap:1.2rem;width:100%;justify-content:center;padding:0 1.2rem}._statistics_12zq9_1 ._call_history_12zq9_23 ._header_12zq9_36 ._line_labels_12zq9_65 ._label_12zq9_64,._statistics_12zq9_1 ._call_analysis_12zq9_24 ._header_12zq9_36 ._line_labels_12zq9_65 ._label_12zq9_64{display:flex;gap:.5rem;align-items:center;justify-content:center;width:100%}._statistics_12zq9_1 ._call_history_12zq9_23 ._header_12zq9_36 ._line_labels_12zq9_65 ._label_12zq9_64 p,._statistics_12zq9_1 ._call_analysis_12zq9_24 ._header_12zq9_36 ._line_labels_12zq9_65 ._label_12zq9_64 p{width:100%}._statistics_12zq9_1 ._call_history_12zq9_23 ._body_12zq9_106,._statistics_12zq9_1 ._call_analysis_12zq9_24 ._body_12zq9_106{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--12, .75rem);flex:1 0 0;align-self:stretch;height:100%}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117,._statistics_12zq9_1 ._call_tags_12zq9_118{display:flex;gap:1rem;align-items:center;justify-content:center;width:100%;height:100%}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127{display:flex;flex-direction:column;align-items:center;gap:var(--16, 1rem);flex:1 0 0;width:100%;align-self:stretch;border-radius:var(--12, .75rem);border:1px solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);height:100%}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._header_12zq9_36,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_header_12zq9_143,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._header_12zq9_36,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._header_12zq9_36,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_header_12zq9_143,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._header_12zq9_36,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143{display:flex;padding:var(--12, .75rem);justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid var(--border-light, #f9f2f2);gap:.6rem}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._header_12zq9_36 ._icon_12zq9_46,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._header_12zq9_36 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._header_12zq9_36 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._icon_12zq9_46,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._icon_12zq9_46,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._icon_12zq9_46,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._header_12zq9_36 ._icon_12zq9_46,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._header_12zq9_36 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._header_12zq9_36 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._icon_12zq9_46,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._icon_12zq9_46,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._icon_12zq9_46,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._icon_answered_12zq9_160{display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:#f9f2f2}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._header_12zq9_36 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._header_12zq9_36 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._tag_icon_12zq9_159,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._tag_icon_12zq9_159{background:#f7f5ff}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._header_12zq9_36 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._header_12zq9_36 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._icon_answered_12zq9_160,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._icon_answered_12zq9_160{border-radius:var(--4, .25rem);background:#199f250f}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._header_12zq9_36 h2,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_header_12zq9_143 h2,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._header_12zq9_36 h2,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 h2,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._header_12zq9_36 h2,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_header_12zq9_143 h2,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._header_12zq9_36 h2,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 h2{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;width:100%}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._header_12zq9_36 ._labels_12zq9_64,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._labels_12zq9_64,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._labels_12zq9_64,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._labels_12zq9_64,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._header_12zq9_36 ._labels_12zq9_64,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._labels_12zq9_64,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._labels_12zq9_64,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._labels_12zq9_64{display:flex;gap:.5rem;align-items:center;justify-content:center}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._header_12zq9_36 ._labels_12zq9_64 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._labels_12zq9_64 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._labels_12zq9_64 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._labels_12zq9_64 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._header_12zq9_36 ._labels_12zq9_64 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._labels_12zq9_64 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._labels_12zq9_64 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._labels_12zq9_64 p{color:#db355f;text-align:center;font-size:.75rem;font-style:normal;font-weight:500;text-transform:capitalize;display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--8, .5rem);border-radius:var(--4, .25rem);background:#f9f2f2}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._header_12zq9_36 ._labels_12zq9_64 ._answered_calls_12zq9_260,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._labels_12zq9_64 ._answered_calls_12zq9_260,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._labels_12zq9_64 ._answered_calls_12zq9_260,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._labels_12zq9_64 ._answered_calls_12zq9_260,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._header_12zq9_36 ._labels_12zq9_64 ._answered_calls_12zq9_260,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._labels_12zq9_64 ._answered_calls_12zq9_260,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._labels_12zq9_64 ._answered_calls_12zq9_260,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._labels_12zq9_64 ._answered_calls_12zq9_260{color:#4fad57;text-align:center;font-size:.75rem;font-style:normal;font-weight:500;text-transform:capitalize;display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--8, .5rem);border-radius:var(--4, .25rem);background:#199f250f}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._header_12zq9_36 ._labels_12zq9_64 ._tab_label_12zq9_282,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._labels_12zq9_64 ._tab_label_12zq9_282,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._labels_12zq9_64 ._tab_label_12zq9_282,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._labels_12zq9_64 ._tab_label_12zq9_282,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._header_12zq9_36 ._labels_12zq9_64 ._tab_label_12zq9_282,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_header_12zq9_143 ._labels_12zq9_64 ._tab_label_12zq9_282,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._header_12zq9_36 ._labels_12zq9_64 ._tab_label_12zq9_282,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_header_12zq9_143 ._labels_12zq9_64 ._tab_label_12zq9_282{color:var(--brand-primary, #3818d9);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;text-transform:capitalize;display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--8, .5rem);border-radius:var(--4, .25rem);background:#f7f5ff}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306{display:flex;flex-direction:column;padding:2rem;justify-content:center;align-items:center;gap:var(--12, .75rem);flex:1 0 0;align-self:stretch;gap:2rem;height:100%}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:1.2rem;width:100%;justify-content:center}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413{display:flex;gap:.5rem;align-items:center;justify-content:center;width:100%}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._icon_label_12zq9_413 p,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._icon_label_12zq9_413 p{color:var(--netural-800, #5f5f5f);font-size:.9rem;font-style:normal;font-weight:500;text-transform:capitalize;width:100%}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498{display:flex;gap:.5rem;align-items:center;justify-content:center}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._number_12zq9_539{color:var(--netural-800, #5f5f5f);text-align:center;font-size:1rem;font-style:normal;font-weight:500;text-transform:capitalize}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._unanswered_content_12zq9_328 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330 ._row_12zq9_371 ._stats_12zq9_498 ._percentage_12zq9_582{display:flex;padding:var(--4, .25rem);flex-direction:column;justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:#f7f5ff;color:var(--brand-primary, #3818d9);text-align:center;font-size:.625rem;font-style:normal;font-weight:500;text-transform:capitalize}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._answered_content_12zq9_329,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106 ._tag_content_12zq9_330,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._answered_content_12zq9_329,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305 ._tag_content_12zq9_330,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._answered_content_12zq9_329,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._tag_body_12zq9_306 ._tag_content_12zq9_330,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._answered_content_12zq9_329,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106 ._tag_content_12zq9_330,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._answered_content_12zq9_329,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305 ._tag_content_12zq9_330,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._answered_content_12zq9_329,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._tag_body_12zq9_306 ._tag_content_12zq9_330{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem!important;width:100%;justify-content:center}._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._body_12zq9_106,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._call_type_12zq9_126 ._answer_body_12zq9_305,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._body_12zq9_106,._statistics_12zq9_1 ._answered_unanswered_calls_12zq9_117 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._body_12zq9_106,._statistics_12zq9_1 ._call_tags_12zq9_118 ._call_type_12zq9_126 ._answer_body_12zq9_305,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._body_12zq9_106,._statistics_12zq9_1 ._call_tags_12zq9_118 ._tag_analysis_12zq9_127 ._answer_body_12zq9_305{min-height:24rem}._cn_18qxn_1{width:100%;display:flex;padding:1.5rem!important;justify-content:flex-start;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);border:1px solid var(--border-light, #f2f6fc);background:var(--color-gray-10, #fff);height:100%;overflow-y:auto}._cn_18qxn_1::-webkit-scrollbar{display:none}._cn_18qxn_1 ._header_18qxn_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._cn_18qxn_1 ._header_18qxn_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._cn_18qxn_1 ._header_18qxn_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._cn_18qxn_1 ._body_18qxn_41{display:flex;flex-direction:column;height:100%;width:100%;position:relative}._cn_18qxn_1 ._body_18qxn_41 ._no_data_18qxn_48{height:100%;grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._cn_18qxn_1 ._body_18qxn_41 ._table_data_row_18qxn_61{display:flex;width:100%;padding:var(--16, 1rem);align-items:center;gap:1.5rem;position:relative}._cn_18qxn_1 ._body_18qxn_41 ._table_data_row_18qxn_61 ._users_18qxn_69{position:absolute;z-index:999;right:6.8125rem;bottom:-3.5rem;display:flex;width:15.9375rem;padding:var(--12, .75rem);flex-direction:column;justify-content:center;align-items:center;gap:var(--16, .4rem);border-radius:var(--8, .5rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:#fff;box-shadow:0 5px 14px #080f340a}._cn_18qxn_1 ._body_18qxn_41 ._table_data_row_18qxn_61 ._table_data_item_18qxn_86{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:400;width:100%;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex:1 0 0;gap:.8rem;position:relative}._cn_18qxn_1 ._body_18qxn_41 ._table_data_row_18qxn_61 ._table_data_item_18qxn_86 ._phone_number_18qxn_107{display:flex;align-items:center;gap:var(--8, .5rem);align-self:stretch}._cn_18qxn_1 ._body_18qxn_41 ._table_data_row_18qxn_61 ._table_data_item_18qxn_86 ._actions_18qxn_113{display:flex;gap:.8rem;justify-content:flex-start;align-items:center;flex:1 0 0}._cn_18qxn_1 ._body_18qxn_41 ._table_data_row_18qxn_61 ._table_data_item_18qxn_86 ._actions_18qxn_113 ._icon_18qxn_120{cursor:pointer}._cn_18qxn_1 ._body_18qxn_41 ._table_data_row_18qxn_61 ._actions_18qxn_113{display:flex;gap:.8rem;justify-content:flex-start;align-items:center;width:fit-content}._cn_18qxn_1 ._body_18qxn_41 ._table_data_row_18qxn_61 ._actions_18qxn_113 ._icon_18qxn_120{cursor:pointer}._email_wrapper_g14pf_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;flex:1 0 0;align-self:stretch;height:100%}._email_wrapper_g14pf_1 ._text_editor_wrapper_g14pf_11{display:flex;flex:1 0 0;align-self:stretch;overflow-y:auto;height:100%}._email_wrapper_g14pf_1 ._text_editor_wrapper_g14pf_11::-webkit-scrollbar{width:.28rem}color ._email_wrapper_g14pf_1 ._text_editor_wrapper_g14pf_11::-webkit-scrollbar-track{background:var(--color-gray-10, #fff)}._email_wrapper_g14pf_1 ._text_editor_wrapper_g14pf_11::-webkit-scrollbar-thumb{background:var(--color-gray-70, #7e7e7e);border-radius:.25rem}._email_wrapper_g14pf_1 ._action_wrapper_g14pf_28{display:flex;align-self:flex-end;align-items:center;gap:1.25rem}._email_wrapper_g14pf_1 ._action_wrapper_g14pf_28 ._template_btn_g14pf_34{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}._body_wx355_1{height:100%;display:flex;gap:1rem;flex-direction:column;overflow-y:auto;width:100%}._body_wx355_1::-webkit-scrollbar{display:none}._body_wx355_1 ._email_wx355_12,._body_wx355_1 ._sms_wx355_13{display:flex;padding:var(--12, .75rem) var(--16, 1rem);flex-direction:column;justify-content:center;align-items:center;gap:var(--20, 1.25rem);align-self:stretch;border-radius:var(--8, .5rem);border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);width:100%;min-height:20rem}._body_wx355_1 ._email_wx355_12 ._email_header_wx355_26,._body_wx355_1 ._email_wx355_12 ._sms_header_wx355_27,._body_wx355_1 ._sms_wx355_13 ._email_header_wx355_26,._body_wx355_1 ._sms_wx355_13 ._sms_header_wx355_27{display:flex;align-items:center;gap:var(--20, 1.25rem);align-self:stretch}._body_wx355_1 ._email_wx355_12 ._email_header_wx355_26 ._content_wx355_35,._body_wx355_1 ._email_wx355_12 ._sms_header_wx355_27 ._content_wx355_35,._body_wx355_1 ._sms_wx355_13 ._email_header_wx355_26 ._content_wx355_35,._body_wx355_1 ._sms_wx355_13 ._sms_header_wx355_27 ._content_wx355_35{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--4, .4rem);flex:1 0 0;overflow-y:auto}._body_wx355_1 ._email_wx355_12 ._email_header_wx355_26 ._content_wx355_35 h1,._body_wx355_1 ._email_wx355_12 ._sms_header_wx355_27 ._content_wx355_35 h1,._body_wx355_1 ._sms_wx355_13 ._email_header_wx355_26 ._content_wx355_35 h1,._body_wx355_1 ._sms_wx355_13 ._sms_header_wx355_27 ._content_wx355_35 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;align-self:stretch}._body_wx355_1 ._email_wx355_12 ._email_header_wx355_26 ._content_wx355_35 p,._body_wx355_1 ._email_wx355_12 ._sms_header_wx355_27 ._content_wx355_35 p,._body_wx355_1 ._sms_wx355_13 ._email_header_wx355_26 ._content_wx355_35 p,._body_wx355_1 ._sms_wx355_13 ._sms_header_wx355_27 ._content_wx355_35 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400}._body_1t6mc_1{padding:var(--12, 1rem) var(--16, 1rem);justify-content:center;align-items:center;gap:var(--20, 1.25rem);display:flex;align-self:stretch;border-radius:var(--8, .5rem);border:var(--0, 1px) solid var(--primary-grey, #e9f1fd)}._body_1t6mc_1 ._content_1t6mc_11{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--4, .4rem);flex:1 0 0}._body_1t6mc_1 ._content_1t6mc_11 h1{align-self:stretch;color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500}._body_1t6mc_1 ._content_1t6mc_11 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400}._objectives_lrkjd_1{width:100%;display:flex;padding:1.5rem!important;justify-content:flex-start;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);border:1px solid var(--border-light, #f2f6fc);background:var(--color-gray-10, #fff);height:100%;overflow-y:auto}._objectives_lrkjd_1::-webkit-scrollbar{display:none}._objectives_lrkjd_1 ._header_lrkjd_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;width:100%}._objectives_lrkjd_1 ._header_lrkjd_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._objectives_lrkjd_1 ._header_lrkjd_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._rs_1bstf_1{width:100%;display:flex;padding:1.5rem!important;justify-content:flex-start;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);border:1px solid var(--border-light, #f2f6fc);background:var(--color-gray-10, #fff);height:100%;overflow-y:auto}._rs_1bstf_1::-webkit-scrollbar{display:none}._rs_1bstf_1 ._header_1bstf_19{display:flex;justify-content:space-between;align-items:center}._rs_1bstf_1 ._header_1bstf_19 ._ls_1bstf_24{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;width:100%}._rs_1bstf_1 ._header_1bstf_19 ._ls_1bstf_24 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._rs_1bstf_1 ._header_1bstf_19 ._ls_1bstf_24 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._rs_1bstf_1 ._header_1bstf_19 ._actions_1bstf_46{display:flex;gap:1rem}._rs_1bstf_1 ._card_container_1bstf_50{display:flex;flex-direction:column;width:100%}._rs_1bstf_1 ._card_container_1bstf_50 ._tag_container_1bstf_55{display:flex;align-items:center;width:100%;gap:1rem}._rs_1bstf_1 ._card_container_1bstf_50 ._tag_container_1bstf_55 ._tag_1bstf_55{color:var(--netural-900, #3818d9);font-size:.8rem;font-style:normal;font-weight:500;padding:.8rem;background-color:#f7f5ff;width:fit-content;border-radius:.5rem .5rem 0 0}._rs_1bstf_1 ._card_container_1bstf_50 ._tag_container_1bstf_55 ._reset_1bstf_71{display:flex;align-items:center;width:100%;gap:1rem;border:1px solid var(--border-light, #f2f6fc);background:var(--color-gray-10, #fff);font-size:.8rem;font-style:normal;font-weight:500;padding:.77rem;width:fit-content;border-radius:.5rem .5rem 0 0;border-bottom:none;cursor:pointer}._rs_1bstf_1 ._card_container_1bstf_50 ._try_again_1bstf_87{display:flex;align-items:center;gap:var(--8, .5rem);align-self:stretch;gap:1rem;border-radius:0 .5rem .5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);padding:var(--20, 1.25rem)}._rs_1bstf_1 ._card_container_1bstf_50 ._try_again_1bstf_87 p{color:var(--netural-900, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500}._rs_1bstf_1 ._card_container_1bstf_50 ._try_again_2_1bstf_103{display:flex;align-items:center;flex-direction:column;gap:var(--8, .5rem);align-self:stretch;gap:1rem;border-radius:0 .5rem .5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);padding:var(--20, 1.25rem)}._rs_1bstf_1 ._card_container_1bstf_50 ._try_again_2_1bstf_103 ._sub_heading_1bstf_114{color:var(--netural-900, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500;width:100%}._rs_1bstf_1 ._card_container_1bstf_50 ._try_again_2_1bstf_103 ._tags_1bstf_121{display:grid;gap:1.25rem;align-self:stretch;grid-template-columns:repeat(4,1fr);width:100%}._rs_1bstf_1 ._card_container_1bstf_50 ._try_again_2_1bstf_103 ._tags_1bstf_121 ._tag_1bstf_55{display:flex;justify-content:center;align-items:center;gap:.5rem;flex:1 0 0;cursor:pointer}._rs_1bstf_1 ._card_container_1bstf_50 ._try_again_2_1bstf_103 ._tags_1bstf_121 ._tag_1bstf_55 ._icon_1bstf_136{display:flex;justify-content:center;align-items:center;cursor:pointer}._rs_1bstf_1 ._card_container_1bstf_50 ._try_again_2_1bstf_103 ._empty_1bstf_142{display:flex;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;padding:3.2rem;border-radius:.5rem;background:var(--color-gray-10, #fff);width:100%}._rs_1bstf_1 ._card_container_1bstf_50 ._try_again_2_1bstf_103 ._empty_1bstf_142 p{align-self:stretch;color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}._view_1lzmh_1{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:.75rem;flex:1 0 0;align-self:stretch;height:100%}._view_1lzmh_1 ._heading_1lzmh_11{padding:.5rem .75rem;gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:100%;height:100%;flex:0 0 0}._sidebar_1d5mn_1{height:100%;display:flex;gap:1.25rem;width:15rem;padding:1rem;flex-direction:column;border-radius:var(--12, .75rem);border:1px solid var(--border-light, #f2f6fc);background:var(--color-gray-10, #fff);overflow-y:auto}._sidebar_1d5mn_1::-webkit-scrollbar{width:.28rem}color ._sidebar_1d5mn_1::-webkit-scrollbar-track{background:var(--color-gray-10, #fff)}._sidebar_1d5mn_1::-webkit-scrollbar-thumb{background:var(--color-gray-70, #7e7e7e);border-radius:.25rem}._sidebar_1d5mn_1 ._setting_container_1d5mn_23{display:flex;flex-direction:column;gap:.75rem}._sidebar_1d5mn_1 ._setting_container_1d5mn_23 h1{flex:1 0 0;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sidebar_1d5mn_1 ._setting_container_1d5mn_23 ._option_container_1d5mn_36{display:flex;flex-direction:column;gap:.5rem;width:100%}._sidebar_1d5mn_1 ._setting_container_1d5mn_23 ._option_container_1d5mn_36 ._option_1d5mn_36{display:flex;align-items:center;gap:.625rem;padding:.5rem;cursor:pointer;border-radius:.25rem}._sidebar_1d5mn_1 ._setting_container_1d5mn_23 ._option_container_1d5mn_36 ._option_1d5mn_36 p{color:var(--color-gray-80, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sidebar_1d5mn_1 ._setting_container_1d5mn_23 ._option_container_1d5mn_36 ._option_selected_1d5mn_57{display:flex;align-items:center;gap:.625rem;padding:.5rem;cursor:pointer;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._sidebar_1d5mn_1 ._setting_container_1d5mn_23 ._option_container_1d5mn_36 ._option_selected_1d5mn_57 p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._settings_view_main_container_1jm9n_1{position:relative;display:flex;width:100%;height:100%;flex-direction:column;gap:2rem;overflow-y:auto}._settings_view_main_container_1jm9n_1 ._main_body_1jm9n_10{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex:1 0 0;align-self:stretch;height:100%;overflow-y:auto}._detail_h0lzt_1{display:flex;justify-content:center;align-items:center;gap:var(--28, 1.75rem);align-self:stretch;cursor:pointer}._detail_h0lzt_1 ._profile_details_h0lzt_9{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0}._detail_h0lzt_1 ._profile_details_h0lzt_9 ._picture_h0lzt_15{width:2rem;height:2rem;border-radius:12.5rem}._detail_h0lzt_1 ._profile_details_h0lzt_9 ._picture_h0lzt_15 img{height:100%;width:100%;border-radius:12.5rem}._detail_h0lzt_1 ._profile_details_h0lzt_9 ._name_job_h0lzt_25{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.375rem;flex:1 0 0}._detail_h0lzt_1 ._profile_details_h0lzt_9 ._name_job_h0lzt_25 ._name_h0lzt_25{display:flex;align-items:center;gap:var(--8, .5rem);align-self:stretch}._detail_h0lzt_1 ._profile_details_h0lzt_9 ._name_job_h0lzt_25 ._name_h0lzt_25 p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:500;text-transform:capitalize}._detail_h0lzt_1 ._profile_details_h0lzt_9 ._name_job_h0lzt_25 ._job_title_h0lzt_51{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500}._detail_h0lzt_1 ._company_details_h0lzt_63{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0}._detail_h0lzt_1 ._company_details_h0lzt_63 ._icon_h0lzt_69{display:flex;padding:var(--4, .25rem);justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:var(--primary-second, #f7f5ff)}._detail_h0lzt_1 ._company_details_h0lzt_63 ._name_address_h0lzt_78{display:flex;flex-direction:column;align-items:flex-start;gap:var(--8, .5rem);flex:1 0 0}._detail_h0lzt_1 ._company_details_h0lzt_63 ._name_address_h0lzt_78 ._name_h0lzt_25{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:500}._detail_h0lzt_1 ._company_details_h0lzt_63 ._name_address_h0lzt_78 ._address_h0lzt_97{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500}._detail_h0lzt_1 ._phone_number_h0lzt_109,._detail_h0lzt_1 ._email_h0lzt_110{display:flex;align-items:center;gap:var(--12, .75rem);width:100%;max-width:16rem}._detail_h0lzt_1 ._phone_number_h0lzt_109 ._icon_h0lzt_69,._detail_h0lzt_1 ._email_h0lzt_110 ._icon_h0lzt_69{display:flex;padding:var(--4, .25rem);justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:var(--primary-second, #f7f5ff)}._detail_h0lzt_1 ._phone_number_h0lzt_109 p,._detail_h0lzt_1 ._email_h0lzt_110 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}._detail_h0lzt_1 ._sub_status_h0lzt_138,._detail_h0lzt_1 ._tag_h0lzt_139{display:flex;align-items:center;gap:var(--12, .75rem);width:fit-content;justify-content:center;width:8rem}._body_1urrv_1{display:flex;padding:1.5rem var(--20, 1.25rem);flex-direction:column;align-items:center;gap:2.5rem;flex:1 0 0;align-self:stretch;border-radius:var(--12, .75rem);border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);height:100%;overflow-y:auto;position:relative}._modal_overlay_1jly1_1{height:96vh;position:absolute;width:28rem;background-color:#0000001a;position:fixed;top:0;right:2vh;bottom:0;z-index:100;visibility:hidden;background-color:transparent;display:flex;justify-content:center;align-items:center}._modal_overlay_1jly1_1 ._show_1jly1_17{visibility:visible}._modal_overlay_1jly1_1 ._hide_1jly1_20{visibility:hidden}._modal_overlay_1jly1_1._show_1jly1_17{display:flex;justify-content:center;align-items:center;animation:_animateIn_1jly1_1 .4s;height:100%}._modal_overlay_1jly1_1._hide_1jly1_20{transform:translate(150%);animation:_animateOut_1jly1_1 .4s;height:100%;visibility:hidden}@keyframes _animateIn_1jly1_1{0%{transform:translate(150%)}to{transform:translate(0)}}@keyframes _animateOut_1jly1_1{0%{transform:translate(0)}to{transform:translate(150%)}}._modal_overlay_1jly1_1 ._modal_1jly1_1{height:96vh;overflow-y:auto;z-index:1000;transition:all .3s;border-radius:0rem 1rem 1rem 0rem;box-shadow:0 0 19.4px 40091px #c5c5c53d;background-color:#fff;padding:1.25rem;width:100%;display:flex;flex-direction:column;gap:1.6rem;position:relative}._modal_overlay_1jly1_1 ._modal_1jly1_1::-webkit-scrollbar{display:none}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._header_1jly1_72{display:flex;width:100%;justify-content:space-between;align-items:center}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._header_1jly1_72 ._left_1jly1_78{display:flex;gap:1.25rem;align-items:center;min-width:3.2rem}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._header_1jly1_72 ._left_1jly1_78 ._close_1jly1_84{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.4rem;border-radius:.2rem}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._header_1jly1_72 ._left_1jly1_78 ._close_1jly1_84:hover{background:var(--netural-200, rgba(252, 85, 85, .0470588235))}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._header_1jly1_72 ._left_1jly1_78 ._close_1jly1_84 ._icon_1jly1_95{cursor:pointer}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._header_1jly1_72 ._clear_1jly1_98{min-width:3.2rem;color:var(--Danger-main, #ba1717);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;cursor:pointer}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._header_1jly1_72 ._text_1jly1_107{color:var(--Gray-900, #202020);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;flex:1 0 0}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._body_1jly1_116{display:flex;flex-direction:column;gap:1.6rem;height:100%;width:100%;overflow-y:auto}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._body_1jly1_116::-webkit-scrollbar{display:none}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._body_1jly1_116 ._container_1jly1_127{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;width:100%}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._body_1jly1_116 ._container_1jly1_127 p{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;align-self:stretch}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._body_1jly1_116 ._container_1jly1_127 ._header_1jly1_72{display:flex;justify-content:space-between;align-items:center;width:100%;gap:.4rem}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._body_1jly1_116 ._container_1jly1_127 ._header_1jly1_72 p{color:var(--netural-800, #222222);font-size:.875rem;font-style:normal;font-weight:500;width:100%}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._body_1jly1_116 ._container_1jly1_127 ._header_1jly1_72 span{color:var(--netural-800, #ba1717);font-size:.875rem;font-style:normal;font-weight:500;cursor:pointer}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._body_1jly1_116 ._container_1jly1_127 ._options_1jly1_163{width:100%}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._body_1jly1_116 ._container_1jly1_127 ._call_disposition_1jly1_166{display:grid;gap:.8rem;grid-template-columns:repeat(3,1fr);width:100%}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._body_1jly1_116 ._container_1jly1_127 ._call_disposition_1jly1_166 ._option_1jly1_163{display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;border-radius:.5rem;border:1px solid var(--border-light, #f2f6fc);cursor:pointer;text-transform:capitalize}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._body_1jly1_116 ._container_1jly1_127 ._call_disposition_1jly1_166 ._option_1jly1_163 p{flex:1 0 0;color:var(--netural-700, #7e7e7e);text-align:center;font-size:.9rem;font-style:normal;font-weight:500}._modal_overlay_1jly1_1 ._modal_1jly1_1 ._body_1jly1_116 ._container_1jly1_127 ._call_disposition_1jly1_166 ._option_active_1jly1_193{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--primary-second, #f7f5ff);display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;cursor:pointer;color:var(--primary-main, #3818d9)!important}._cm_zjrtr_1{display:flex;align-items:center;justify-content:space-between;width:40%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d;overflow-y:hidden}._cm_zjrtr_1 ._configure_model_wrapper_zjrtr_10{display:flex;width:100%;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._cm_zjrtr_1 ._configure_model_wrapper_zjrtr_10::-webkit-scrollbar{width:0rem}._cm_zjrtr_1 ._configure_model_wrapper_zjrtr_10 ._header_zjrtr_24{display:flex;flex-direction:column;justify-content:space-between;align-items:center;align-self:stretch;gap:1rem}._cm_zjrtr_1 ._configure_model_wrapper_zjrtr_10 ._header_zjrtr_24 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem;width:100%;text-align:center}._cm_zjrtr_1 ._configure_model_wrapper_zjrtr_10 ._header_zjrtr_24 P{color:var(--color-gray-70, #9b9b9b);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;width:100%;text-align:center}._cm_zjrtr_1 ._configure_model_wrapper_zjrtr_10 ._header_zjrtr_24 ._icon_zjrtr_50{cursor:pointer}._cm_zjrtr_1 ._configure_model_wrapper_zjrtr_10 ._body_zjrtr_53{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;align-self:stretch;height:100%}._cm_zjrtr_1 ._configure_model_wrapper_zjrtr_10 ._body_zjrtr_53 ._lost_status_zjrtr_63{display:flex;justify-content:center;align-items:center;gap:.4rem;padding:.8rem;border-radius:.75rem;background:var(--color-red-10, #fff4f4);width:100%}._cm_zjrtr_1 ._configure_model_wrapper_zjrtr_10 ._body_zjrtr_53 ._lost_status_zjrtr_63 p{width:100%;text-align:center;color:var(--color-red-90, #ff4d4f);font-size:.875rem;font-style:normal;font-weight:600;line-height:1.25rem}._cm_zjrtr_1 ._configure_model_wrapper_zjrtr_10 ._footer_zjrtr_82{width:100%;display:flex;justify-content:center;gap:.4rem}._container_1l147_1{display:flex;width:100%;height:100%;padding:3vh 4vh;flex-direction:column;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012;gap:var(--Padding-Navbar, 1rem);position:relative}._container_1l147_1 ._header_1l147_13{display:flex;width:100%;justify-content:space-between;align-items:center}._container_1l147_1 ._header_1l147_13 ._text_container_1l147_19{display:flex;width:44.875rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex-shrink:0}._container_1l147_1 ._header_1l147_13 ._text_container_1l147_19 ._top_1l147_28{display:flex;align-items:center;gap:.5rem;align-self:stretch}._container_1l147_1 ._header_1l147_13 ._text_container_1l147_19 ._top_1l147_28 div{background-color:#fff}._container_1l147_1 ._header_1l147_13 ._text_container_1l147_19 ._bottom_1l147_37{display:flex;align-items:center;gap:.75rem;align-self:stretch}._container_1l147_1 ._header_1l147_13 ._text_container_1l147_19 ._bottom_1l147_37 ._name_1l147_43{color:var(--color-gray-100, #202020);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._container_1l147_1 ._header_1l147_13 ._text_container_1l147_19 ._bottom_1l147_37 ._edit_icon_1l147_50{cursor:pointer}._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53{display:flex;justify-content:flex-end;align-items:center;gap:.75rem}._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._timer_1l147_59{display:flex;padding:var(--8, .5rem) var(--10, .625rem);align-items:center;gap:var(--4, .25rem);border-radius:var(--8, .5rem);background:#ec79121a}._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._timer_1l147_59 p{color:var(--orange-secondary, #ec7912);text-align:center;font-size:.875rem;font-style:normal;font-weight:500}._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._status_1l147_74,._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._not_started_1l147_75,._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._resume_1l147_76{display:flex;padding:var(--8, .5rem) var(--10, .625rem);align-items:center;gap:var(--4, .25rem);border-radius:var(--8, .5rem);background:#0099ff1a}._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._status_1l147_74 p,._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._not_started_1l147_75 p,._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._resume_1l147_76 p{color:var(--flowkit-Blue, #09f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500}._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._pause_1l147_93{display:flex;padding:var(--8, .5rem) var(--10, .625rem);align-items:center;gap:var(--4, .25rem);border-radius:var(--8, .5rem);background:#ffc1071a;border:1px solid rgba(255,193,7,.1)}._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._pause_1l147_93 p{color:#ffc107;text-align:center;font-size:.875rem;font-style:normal;font-weight:500}._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._end_1l147_109,._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._not_started_1l147_75{display:flex;padding:var(--8, .5rem) var(--10, .625rem);align-items:center;gap:var(--4, .25rem);border-radius:var(--8, .5rem);background:#fc55551a}._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._end_1l147_109 p,._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._not_started_1l147_75 p{color:#fc5555;text-align:center;font-size:.875rem;font-style:normal;font-weight:500}._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._trash_icon_1l147_126{cursor:pointer;display:flex;min-height:2.5rem;padding:.75rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;background:var(--Danger-second, #f9f2f2)}._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._not_started_1l147_75{background:#199f2411}._container_1l147_1 ._header_1l147_13 ._btn_container_1l147_53 ._not_started_1l147_75 p{color:var(--color-gray-100, #199f25)}._container_1l147_1 ._header_1l147_13 ._add_phone_number_1l147_144{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff);cursor:pointer;color:#3818d9;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_1l147_1 ._main_1l147_158{display:flex;width:100%;gap:1rem;height:100%;align-items:center;justify-content:space-between;flex-direction:column;transition:all .3s ease-in-out}._container_1l147_1 ._main_1l147_158 ._tab_and_filters_1l147_168{display:flex;gap:2rem;align-items:center;justify-content:space-between;width:100%;align-self:stretch;transition:all .3s ease-in-out}._container_1l147_1 ._main_1l147_158 ._actions_1l147_178{display:flex;gap:1rem;align-items:center;justify-content:space-between;transition:all .3s ease-in-out}._container_1l147_1 ._main_1l147_158 ._actions_1l147_178 ._search_input_1l147_185{width:8rem}._container_1l147_1 ._main_1l147_158 ._body_1l147_188{display:flex;padding:1.5rem var(--20, 1.25rem);flex-direction:column;align-items:center;gap:2.5rem;flex:1 0 0;align-self:stretch;border-radius:var(--12, .75rem);border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);height:100%;overflow-y:auto;position:relative}._reminder_ygmnw_1{display:flex;width:100%;padding:.75rem;align-items:center;gap:1.5rem;border-radius:.375rem;border:1px solid var(--primary-grey, #f2f6fc);background:#fff;cursor:pointer}._reminder_ygmnw_1 ._icon_ygmnw_12{display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._reminder_ygmnw_1 ._container_ygmnw_21,._reminder_ygmnw_1 ._profile_details_ygmnw_22{max-width:10rem;overflow:hidden}._reminder_ygmnw_1 ._profile_details_ygmnw_22,._reminder_ygmnw_1 ._container_ygmnw_21,._reminder_ygmnw_1 ._added_on_ygmnw_28,._reminder_ygmnw_1 ._due_date_ygmnw_29{display:flex;align-items:center;gap:.75rem;flex:1 0 0}._reminder_ygmnw_1 ._profile_details_ygmnw_22 ._calendar_ygmnw_35,._reminder_ygmnw_1 ._container_ygmnw_21 ._calendar_ygmnw_35,._reminder_ygmnw_1 ._added_on_ygmnw_28 ._calendar_ygmnw_35,._reminder_ygmnw_1 ._due_date_ygmnw_29 ._calendar_ygmnw_35{display:flex;padding:.25rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--info-second, #f0f8ff)}._reminder_ygmnw_1 ._profile_details_ygmnw_22 ._clock_ygmnw_47,._reminder_ygmnw_1 ._container_ygmnw_21 ._clock_ygmnw_47,._reminder_ygmnw_1 ._added_on_ygmnw_28 ._clock_ygmnw_47,._reminder_ygmnw_1 ._due_date_ygmnw_29 ._clock_ygmnw_47{display:flex;padding:.25rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--warning-second, #fff8f0)}._reminder_ygmnw_1 ._profile_details_ygmnw_22 ._text_description_ygmnw_59 ._description_ygmnw_59,._reminder_ygmnw_1 ._container_ygmnw_21 ._text_description_ygmnw_59 ._description_ygmnw_59,._reminder_ygmnw_1 ._added_on_ygmnw_28 ._text_description_ygmnw_59 ._description_ygmnw_59,._reminder_ygmnw_1 ._due_date_ygmnw_29 ._text_description_ygmnw_59 ._description_ygmnw_59{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500}._reminder_ygmnw_1 ._profile_details_ygmnw_22 ._picture_ygmnw_74,._reminder_ygmnw_1 ._container_ygmnw_21 ._picture_ygmnw_74,._reminder_ygmnw_1 ._added_on_ygmnw_28 ._picture_ygmnw_74,._reminder_ygmnw_1 ._due_date_ygmnw_29 ._picture_ygmnw_74{width:2rem;height:2rem}._reminder_ygmnw_1 ._profile_details_ygmnw_22 ._picture_ygmnw_74 img,._reminder_ygmnw_1 ._container_ygmnw_21 ._picture_ygmnw_74 img,._reminder_ygmnw_1 ._added_on_ygmnw_28 ._picture_ygmnw_74 img,._reminder_ygmnw_1 ._due_date_ygmnw_29 ._picture_ygmnw_74 img{width:100%;height:100%;border-radius:50%;object-fit:cover}._reminder_ygmnw_1 ._profile_details_ygmnw_22 ._name_ygmnw_90,._reminder_ygmnw_1 ._container_ygmnw_21 ._name_ygmnw_90,._reminder_ygmnw_1 ._added_on_ygmnw_28 ._name_ygmnw_90,._reminder_ygmnw_1 ._due_date_ygmnw_29 ._name_ygmnw_90{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.375rem;flex:1 0 0}._reminder_ygmnw_1 ._profile_details_ygmnw_22 ._name_ygmnw_90 ._top_ygmnw_101,._reminder_ygmnw_1 ._container_ygmnw_21 ._name_ygmnw_90 ._top_ygmnw_101,._reminder_ygmnw_1 ._added_on_ygmnw_28 ._name_ygmnw_90 ._top_ygmnw_101,._reminder_ygmnw_1 ._due_date_ygmnw_29 ._name_ygmnw_90 ._top_ygmnw_101{display:flex;align-items:center;gap:.5rem}._reminder_ygmnw_1 ._profile_details_ygmnw_22 ._name_ygmnw_90 ._top_ygmnw_101 h1,._reminder_ygmnw_1 ._container_ygmnw_21 ._name_ygmnw_90 ._top_ygmnw_101 h1,._reminder_ygmnw_1 ._added_on_ygmnw_28 ._name_ygmnw_90 ._top_ygmnw_101 h1,._reminder_ygmnw_1 ._due_date_ygmnw_29 ._name_ygmnw_90 ._top_ygmnw_101 h1{width:fit-content;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:500;text-transform:capitalize}._reminder_ygmnw_1 ._profile_details_ygmnw_22 ._name_ygmnw_90 ._top_ygmnw_101>:nth-child(2),._reminder_ygmnw_1 ._container_ygmnw_21 ._name_ygmnw_90 ._top_ygmnw_101>:nth-child(2),._reminder_ygmnw_1 ._added_on_ygmnw_28 ._name_ygmnw_90 ._top_ygmnw_101>:nth-child(2),._reminder_ygmnw_1 ._due_date_ygmnw_29 ._name_ygmnw_90 ._top_ygmnw_101>:nth-child(2){cursor:pointer}._reminder_ygmnw_1 ._profile_details_ygmnw_22 ._name_ygmnw_90 p,._reminder_ygmnw_1 ._container_ygmnw_21 ._name_ygmnw_90 p,._reminder_ygmnw_1 ._added_on_ygmnw_28 ._name_ygmnw_90 p,._reminder_ygmnw_1 ._due_date_ygmnw_29 ._name_ygmnw_90 p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500}._reminder_ygmnw_1 ._actions_ygmnw_146{display:flex;align-items:center;gap:.75rem;justify-content:flex-end;min-width:8rem}._reminder_ygmnw_1 ._actions_ygmnw_146 ._tick_ygmnw_153{display:flex;padding:.4rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;cursor:pointer}._reminder_ygmnw_1 ._actions_ygmnw_146 ._tick_ygmnw_153:hover{background:#199f250a}._reminder_ygmnw_1 ._actions_ygmnw_146 ._edit_ygmnw_165{display:flex;padding:.4rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;cursor:pointer}._reminder_ygmnw_1 ._actions_ygmnw_146 ._edit_ygmnw_165:hover{background:var(--primary-second, #f7f5ff)}._reminder_ygmnw_1 ._actions_ygmnw_146 ._delete_ygmnw_177{display:flex;padding:.4rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;cursor:pointer}._reminder_ygmnw_1 ._actions_ygmnw_146 ._delete_ygmnw_177:hover{background:var(--danger-second, #f9f2f2)}._modal_overlay_19vj9_1{height:96vh;position:absolute;width:28rem;background-color:#0000001a;position:fixed;top:0;right:2vh;bottom:0;z-index:100;visibility:hidden;background-color:transparent;display:flex;justify-content:center;align-items:center}._modal_overlay_19vj9_1 ._show_19vj9_17{visibility:visible}._modal_overlay_19vj9_1 ._hide_19vj9_20{visibility:hidden}._modal_overlay_19vj9_1._show_19vj9_17{display:flex;justify-content:center;align-items:center;animation:_animateIn_19vj9_1 .4s;height:100%}._modal_overlay_19vj9_1._hide_19vj9_20{transform:translate(150%);animation:_animateOut_19vj9_1 .4s;height:100%;visibility:hidden}@keyframes _animateIn_19vj9_1{0%{transform:translate(150%)}to{transform:translate(0)}}@keyframes _animateOut_19vj9_1{0%{transform:translate(0)}to{transform:translate(150%)}}._modal_overlay_19vj9_1 ._modal_19vj9_1{height:96vh;z-index:1000;transition:all .3s;border-radius:0rem 1rem 1rem 0rem;box-shadow:0 0 19.4px 40091px #c5c5c53d;background-color:#fff;padding:1.25rem;width:100%;display:flex;flex-direction:column;gap:1.6rem;overflow-y:auto;position:relative}._modal_overlay_19vj9_1 ._modal_19vj9_1::-webkit-scrollbar{display:none}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._header_19vj9_73{display:flex;width:100%;justify-content:space-between;align-items:center}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._header_19vj9_73 ._left_19vj9_79{display:flex;gap:1.25rem;align-items:center;min-width:3.2rem}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._header_19vj9_73 ._left_19vj9_79 ._icon_19vj9_85{cursor:pointer}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._header_19vj9_73 ._clear_19vj9_88{min-width:3.2rem;color:var(--Danger-main, #ba1717);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;cursor:pointer}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._header_19vj9_73 ._text_19vj9_97{color:var(--Gray-900, #202020);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;flex:1 0 0}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._body_19vj9_106{display:flex;flex-direction:column;gap:1.6rem;height:100%;width:100%}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._body_19vj9_106 ._container_19vj9_113{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;width:100%}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._body_19vj9_106 ._container_19vj9_113 p{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;align-self:stretch}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._body_19vj9_106 ._container_19vj9_113 ._options_19vj9_128{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._body_19vj9_106 ._container_19vj9_113 ._options_19vj9_128 ._option_19vj9_128{display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;border-radius:.5rem;border:.5px solid var(--border-light, #f2f6fc);cursor:pointer}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._body_19vj9_106 ._container_19vj9_113 ._options_19vj9_128 ._option_19vj9_128 p{flex:1 0 0;color:var(--netural-700, #7e7e7e);text-align:center;font-size:.9rem;font-style:normal;font-weight:500}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._body_19vj9_106 ._container_19vj9_113 ._options_19vj9_128 ._option_active_19vj9_155{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--primary-second, #f7f5ff);display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;cursor:pointer}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._body_19vj9_106 ._container_19vj9_113 ._options_19vj9_128 ._option_active_19vj9_155 p{color:var(--primary-main, #3818d9);text-align:center;font-size:.9rem;font-style:normal;font-weight:500}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._body_19vj9_106 ._container_19vj9_113 ._options_19vj9_128 input{width:100%;border-radius:.6rem;border:.5px solid var(--border-light, #f2f6fc);padding:.5rem 1rem;font-size:.875rem}._modal_overlay_19vj9_1 ._modal_19vj9_1 ._body_19vj9_106 ._container_19vj9_113 ._options_19vj9_128 input[type=date]::-webkit-calendar-picker-indicator{color:#0000;opacity:1;display:block;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='vuesax/linear/calendar'%3e%3cg%20id='calendar'%3e%3cpath%20id='Vector'%20d='M6.66667%201.66669V4.16669'%20stroke='%237E7E7E'%20stroke-width='2.4'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M13.3333%201.66669V4.16669'%20stroke='%237E7E7E'%20stroke-width='2.4'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M2.91667%207.57501H17.0833'%20stroke='%237E7E7E'%20stroke-width='2.4'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M17.5%207.08335V14.1667C17.5%2016.6667%2016.25%2018.3334%2013.3333%2018.3334H6.66667C3.75%2018.3334%202.5%2016.6667%202.5%2014.1667V7.08335C2.5%204.58335%203.75%202.91669%206.66667%202.91669H13.3333C16.25%202.91669%2017.5%204.58335%2017.5%207.08335Z'%20stroke='%237E7E7E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M13.0789%2011.4167H13.0864'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M13.0789%2013.9167H13.0864'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_7'%20d='M9.99624%2011.4167H10.0037'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_8'%20d='M9.99624%2013.9167H10.0037'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_9'%20d='M6.91192%2011.4167H6.91941'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_10'%20d='M6.91192%2013.9167H6.91941'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;border-width:thin;cursor:pointer}._date_modal_1cng8_1{display:flex;align-items:center;justify-content:space-between;width:35%!important;box-shadow:0 0 19.4px 40091px #c5c5c53d;overflow-y:hidden}._date_modal_1cng8_1::-webkit-scrollbar{width:0rem}._date_modal_1cng8_1 ._model_wrapper_1cng8_12{display:flex;width:100%;height:100%;padding:1.6rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._date_modal_1cng8_1 ._model_wrapper_1cng8_12 ._header_1cng8_24{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._date_modal_1cng8_1 ._model_wrapper_1cng8_12 ._header_1cng8_24 ._icon_1cng8_30{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.4rem;border-radius:.2rem;transition:background-color .2s}._date_modal_1cng8_1 ._model_wrapper_1cng8_12 ._header_1cng8_24 ._icon_1cng8_30:hover{background:var(--primary-second, #f7f5ff)}._date_modal_1cng8_1 ._model_wrapper_1cng8_12 ._body_1cng8_42{width:100%;display:flex;justify-content:center;align-items:center;gap:1.25rem;height:100%}._date_modal_1cng8_1 ._model_wrapper_1cng8_12 ._body_1cng8_42 ._custom_calendar_1cng8_50{width:100%;display:flex;flex-direction:column;gap:1rem;align-items:center;justify-content:center}._date_modal_1cng8_1 ._model_wrapper_1cng8_12 ._footer_1cng8_58{display:flex;justify-content:center;align-items:center;width:100%}._options_1jo4y_1{display:grid;gap:.8rem;grid-template-columns:repeat(3,1fr);width:100%}._options_1jo4y_1 ._range_1jo4y_7{display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;border-radius:.5rem;border:.5px solid var(--border-light, #f2f6fc);cursor:pointer}._options_1jo4y_1 ._range_1jo4y_7 p{flex:1 0 0;color:var(--netural-700, #7e7e7e);text-align:center;font-size:.9rem;font-style:normal;font-weight:500;align-self:center}._options_1jo4y_1 ._active_range_1jo4y_28{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--primary-second, #f7f5ff);display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;cursor:pointer}._options_1jo4y_1 ._active_range_1jo4y_28 p{color:var(--primary-main, #3818d9)!important;text-align:center;font-size:.9rem;font-style:normal;font-weight:500;align-self:center}._options_1jo4y_1 input{width:100%;border-radius:.6rem;border:.5px solid var(--border-light, #f2f6fc);padding:.5rem 1rem;font-size:.875rem}._options_1jo4y_1 input[type=date]::-webkit-calendar-picker-indicator{color:#0000;opacity:1;display:block;background:url(../../../../assets/images/calendar.svg) center center no-repeat;width:16px;height:16px;border-width:thin;cursor:pointer}._list_view_main_container_b0dsv_1{display:flex;width:100%;height:100%;padding:1.5rem 1.75rem;flex-direction:column;align-items:flex-start;gap:var(--Padding-Navbar, 1rem);flex-shrink:0;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012}._list_view_main_container_b0dsv_1 ._list_view_header_b0dsv_14{width:100%;display:flex;justify-content:space-between;align-items:center}._list_view_main_container_b0dsv_1 ._list_view_header_b0dsv_14 ._list_view_header_text_b0dsv_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem}._list_view_main_container_b0dsv_1 ._list_view_header_b0dsv_14 ._list_view_header_text_b0dsv_20 h1{align-self:stretch;color:var(--color-gray-100, #202020);font-size:1.2rem;font-style:normal;font-weight:500}._list_view_main_container_b0dsv_1 ._list_view_header_b0dsv_14 ._list_view_header_text_b0dsv_20 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._list_view_main_container_b0dsv_1 ._list_view_header_b0dsv_14 ._list_view_header_action_b0dsv_41{display:flex;align-items:center;gap:.75rem}._list_view_main_container_b0dsv_1 ._list_view_header_b0dsv_14 ._list_view_header_action_b0dsv_41 ._button_style_b0dsv_46{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;background:var(--primary-main, #3818d9)}._list_view_main_container_b0dsv_1 ._list_view_header_b0dsv_14 ._list_view_header_action_b0dsv_41 ._button_style_b0dsv_46 p{color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._list_view_main_container_b0dsv_1 ._list_view_table_b0dsv_63{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-start;gap:1rem;overflow-y:auto;position:relative}._list_view_main_container_b0dsv_1 ._list_view_table_b0dsv_63 ._tab_search_b0dsv_73{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}._list_view_main_container_b0dsv_1 ._list_view_table_b0dsv_63 ._tab_search_b0dsv_73 ._actions_b0dsv_80{display:flex;gap:1rem;align-items:center;justify-content:space-between;width:100%}._list_view_main_container_b0dsv_1 ._list_view_table_b0dsv_63 ._tab_search_b0dsv_73 ._search_filter_sort_b0dsv_87{display:flex;gap:1rem;justify-content:flex-end;align-items:center;width:100%}._list_view_main_container_b0dsv_1 ._list_view_table_b0dsv_63 ._tab_search_b0dsv_73 ._search_filter_sort_b0dsv_87 ._count_b0dsv_94{display:flex;flex-direction:column;align-items:center;gap:.3rem;justify-content:center;background:#fff}._list_view_main_container_b0dsv_1 ._list_view_table_b0dsv_63 ._tab_search_b0dsv_73 ._search_filter_sort_b0dsv_87 ._count_b0dsv_94 ._label_b0dsv_102{color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500;width:100%;text-align:right}._list_view_main_container_b0dsv_1 ._list_view_table_b0dsv_63 ._tab_search_b0dsv_73 ._search_filter_sort_b0dsv_87 ._count_b0dsv_94 ._count_number_b0dsv_110{color:var(--color-gray-100, #3818d9);font-size:.8rem;font-style:normal;font-weight:600;width:100%;text-align:right}._list_view_main_container_b0dsv_1 ._list_view_table_b0dsv_63 ._reminder_table_b0dsv_118{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-start;gap:1rem;overflow-y:auto;position:relative}._list_view_main_container_b0dsv_1 ._list_view_table_b0dsv_63::-webkit-scrollbar{display:none}._list_view_main_container_b0dsv_1 ._footer_b0dsv_131{display:flex;justify-content:space-between;align-items:center;width:100%}._list_view_main_container_b0dsv_1 ._footer_b0dsv_131 ._text_b0dsv_137{color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500}._list_view_main_container_b0dsv_1 ._footer_b0dsv_131 span{color:var(--primary-hover, #3b25a8);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;cursor:pointer;text-decoration:underline}._atfm_ku5lo_1{display:flex;align-items:center;justify-content:space-between;width:50%!important;height:90%;box-shadow:0 0 19.4px 40091px #c5c5c53d;overflow-y:hidden}._atfm_ku5lo_1::-webkit-scrollbar{width:0rem}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13{display:flex;width:100%;height:100%;padding:1.6rem;flex-direction:column;justify-content:center;align-items:center;gap:2rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13::-webkit-scrollbar{width:0rem}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._header_ku5lo_28{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._header_ku5lo_28 ._icon_ku5lo_34{cursor:pointer}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37{width:100%;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37::-webkit-scrollbar{width:0rem}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50{width:100%;display:flex;flex-direction:column;gap:1.25rem}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._text_label_ku5lo_56{width:100%;display:flex;padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff);color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70{width:100%;display:flex;flex-direction:column;gap:.4rem;position:relative}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70 ._accounts_modal_ku5lo_82{position:absolute;top:110%;left:0;width:100%;z-index:100;border-radius:.5rem;border:1px solid var(--border-light, #f2f6fc);background:#fff;box-shadow:0 5px 14px #080f340a;max-height:12rem;overflow-y:auto}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70 ._accounts_modal_ku5lo_82 ._loading_ku5lo_95{display:flex;justify-content:center;align-items:center;padding:2rem}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70 ._accounts_modal_ku5lo_82 ._loading_ku5lo_95 p{font-size:.875rem;font-weight:500;color:var(--text-normal, #4b5563)}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70 ._accounts_modal_ku5lo_82 ._accounts_ku5lo_82{display:flex;flex-direction:column;cursor:pointer}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70 ._accounts_modal_ku5lo_82 ._accounts_ku5lo_82 ._account_ku5lo_82{display:flex;align-items:center;padding:.5rem 1rem;gap:.5rem}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70 ._accounts_modal_ku5lo_82 ._accounts_ku5lo_82 ._account_ku5lo_82 ._account_name_ku5lo_117{font-size:.8rem;font-weight:500;width:fit-content;color:var(--text-normal, #4b5563)}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70 ._accounts_modal_ku5lo_82 ._accounts_ku5lo_82 ._account_ku5lo_82 ._account_country_ku5lo_123{color:var(--primary-main, #3818d9);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;border-radius:.25rem;background:#f7f5ff}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70 ._accounts_modal_ku5lo_82 ._accounts_ku5lo_82 ._account_ku5lo_82:hover{background:var(--primary-light, #f7f5ff)}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70 ._accounts_modal_ku5lo_82 ._empty_ku5lo_136{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem;gap:.6rem}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70 ._accounts_modal_ku5lo_82 ._empty_ku5lo_136 p{font-size:.875rem;font-weight:500;color:var(--text-normal, #4b5563);text-align:center}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70 ._accounts_modal_ku5lo_82 ._empty_ku5lo_136 ._link_ku5lo_150{color:var(--primary-main, #3818d9)!important;cursor:pointer}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._body_ku5lo_37 ._main_container_ku5lo_50 ._input_containers_ku5lo_70 ._input_container_ku5lo_70 ._accounts_modal_ku5lo_82 ._empty_ku5lo_136 ._link_ku5lo_150:hover{text-decoration:underline}._atfm_ku5lo_1 ._model_wrapper_ku5lo_13 ._footer_ku5lo_157{display:flex;justify-content:flex-end;align-items:center;width:100%}._reminder_1e2ts_1{display:flex;width:100%;padding:.75rem;align-items:center;gap:1.5rem;border-radius:.375rem;border:1px solid var(--primary-grey, #f2f6fc);background:#fff;cursor:pointer;justify-content:space-between}._reminder_1e2ts_1 ._icon_1e2ts_13{display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._reminder_1e2ts_1 ._profile_details_1e2ts_22,._reminder_1e2ts_1 ._container_1e2ts_23,._reminder_1e2ts_1 ._added_on_1e2ts_24,._reminder_1e2ts_1 ._due_date_1e2ts_25{display:flex;align-items:center;gap:.75rem;width:100%;max-width:12rem;overflow:hidden}._reminder_1e2ts_1 ._profile_details_1e2ts_22 ._calendar_1e2ts_33,._reminder_1e2ts_1 ._container_1e2ts_23 ._calendar_1e2ts_33,._reminder_1e2ts_1 ._added_on_1e2ts_24 ._calendar_1e2ts_33,._reminder_1e2ts_1 ._due_date_1e2ts_25 ._calendar_1e2ts_33{display:flex;padding:.25rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--info-second, #f0f8ff)}._reminder_1e2ts_1 ._profile_details_1e2ts_22 ._clock_1e2ts_45,._reminder_1e2ts_1 ._container_1e2ts_23 ._clock_1e2ts_45,._reminder_1e2ts_1 ._added_on_1e2ts_24 ._clock_1e2ts_45,._reminder_1e2ts_1 ._due_date_1e2ts_25 ._clock_1e2ts_45{display:flex;padding:.25rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--warning-second, #fff8f0)}._reminder_1e2ts_1 ._profile_details_1e2ts_22 ._text_description_1e2ts_57,._reminder_1e2ts_1 ._container_1e2ts_23 ._text_description_1e2ts_57,._reminder_1e2ts_1 ._added_on_1e2ts_24 ._text_description_1e2ts_57,._reminder_1e2ts_1 ._due_date_1e2ts_25 ._text_description_1e2ts_57{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.375rem;flex:1 0 0}._reminder_1e2ts_1 ._profile_details_1e2ts_22 ._text_description_1e2ts_57 ._description_1e2ts_68,._reminder_1e2ts_1 ._container_1e2ts_23 ._text_description_1e2ts_57 ._description_1e2ts_68,._reminder_1e2ts_1 ._added_on_1e2ts_24 ._text_description_1e2ts_57 ._description_1e2ts_68,._reminder_1e2ts_1 ._due_date_1e2ts_25 ._text_description_1e2ts_57 ._description_1e2ts_68{display:-webkit-box!important;-webkit-box-orient:vertical!important;-webkit-line-clamp:1!important;align-self:stretch;overflow:hidden!important;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500}._reminder_1e2ts_1 ._profile_details_1e2ts_22 ._picture_1e2ts_83,._reminder_1e2ts_1 ._container_1e2ts_23 ._picture_1e2ts_83,._reminder_1e2ts_1 ._added_on_1e2ts_24 ._picture_1e2ts_83,._reminder_1e2ts_1 ._due_date_1e2ts_25 ._picture_1e2ts_83{width:2rem;height:2rem}._reminder_1e2ts_1 ._profile_details_1e2ts_22 ._picture_1e2ts_83 img,._reminder_1e2ts_1 ._container_1e2ts_23 ._picture_1e2ts_83 img,._reminder_1e2ts_1 ._added_on_1e2ts_24 ._picture_1e2ts_83 img,._reminder_1e2ts_1 ._due_date_1e2ts_25 ._picture_1e2ts_83 img{width:100%;height:100%;border-radius:50%;object-fit:cover}._reminder_1e2ts_1 ._profile_details_1e2ts_22 ._name_1e2ts_99,._reminder_1e2ts_1 ._container_1e2ts_23 ._name_1e2ts_99,._reminder_1e2ts_1 ._added_on_1e2ts_24 ._name_1e2ts_99,._reminder_1e2ts_1 ._due_date_1e2ts_25 ._name_1e2ts_99{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.375rem;flex:1 0 0}._reminder_1e2ts_1 ._profile_details_1e2ts_22 ._name_1e2ts_99 ._top_1e2ts_110,._reminder_1e2ts_1 ._container_1e2ts_23 ._name_1e2ts_99 ._top_1e2ts_110,._reminder_1e2ts_1 ._added_on_1e2ts_24 ._name_1e2ts_99 ._top_1e2ts_110,._reminder_1e2ts_1 ._due_date_1e2ts_25 ._name_1e2ts_99 ._top_1e2ts_110{display:flex;align-items:center;gap:.5rem}._reminder_1e2ts_1 ._profile_details_1e2ts_22 ._name_1e2ts_99 ._top_1e2ts_110 h1,._reminder_1e2ts_1 ._container_1e2ts_23 ._name_1e2ts_99 ._top_1e2ts_110 h1,._reminder_1e2ts_1 ._added_on_1e2ts_24 ._name_1e2ts_99 ._top_1e2ts_110 h1,._reminder_1e2ts_1 ._due_date_1e2ts_25 ._name_1e2ts_99 ._top_1e2ts_110 h1{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:500;text-transform:capitalize}._reminder_1e2ts_1 ._profile_details_1e2ts_22 ._name_1e2ts_99 ._top_1e2ts_110>:nth-child(2),._reminder_1e2ts_1 ._container_1e2ts_23 ._name_1e2ts_99 ._top_1e2ts_110>:nth-child(2),._reminder_1e2ts_1 ._added_on_1e2ts_24 ._name_1e2ts_99 ._top_1e2ts_110>:nth-child(2),._reminder_1e2ts_1 ._due_date_1e2ts_25 ._name_1e2ts_99 ._top_1e2ts_110>:nth-child(2){cursor:pointer}._reminder_1e2ts_1 ._profile_details_1e2ts_22 ._name_1e2ts_99 p,._reminder_1e2ts_1 ._container_1e2ts_23 ._name_1e2ts_99 p,._reminder_1e2ts_1 ._added_on_1e2ts_24 ._name_1e2ts_99 p,._reminder_1e2ts_1 ._due_date_1e2ts_25 ._name_1e2ts_99 p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--color-gray-80, #5f5f5f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:500}._reminder_1e2ts_1 ._actions_1e2ts_154{display:flex;align-items:center;gap:.75rem;min-width:12rem;max-width:12rem;justify-content:center}._reminder_1e2ts_1 ._actions_1e2ts_154 ._delete_1e2ts_162{display:flex;padding:.25rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--danger-second, #f9f2f2);cursor:pointer}._modal_overlay_153m5_1{height:96vh;position:absolute;width:28rem;background-color:#0000001a;position:fixed;top:0;right:2vh;bottom:0;z-index:100;visibility:hidden;background-color:transparent;display:flex;justify-content:center;align-items:center}._modal_overlay_153m5_1 ._show_153m5_17{visibility:visible}._modal_overlay_153m5_1 ._hide_153m5_20{visibility:hidden}._modal_overlay_153m5_1._show_153m5_17{display:flex;justify-content:center;align-items:center;animation:_animateIn_153m5_1 .4s;height:100%}._modal_overlay_153m5_1._hide_153m5_20{transform:translate(150%);animation:_animateOut_153m5_1 .4s;height:100%;visibility:hidden}@keyframes _animateIn_153m5_1{0%{transform:translate(150%)}to{transform:translate(0)}}@keyframes _animateOut_153m5_1{0%{transform:translate(0)}to{transform:translate(150%)}}._modal_overlay_153m5_1 ._modal_153m5_1{height:96vh;z-index:1000;transition:all .3s;border-radius:0rem 1rem 1rem 0rem;box-shadow:0 0 19.4px 40091px #c5c5c53d;background-color:#fff;padding:1.25rem;width:100%;display:flex;flex-direction:column;gap:1.6rem;overflow-y:auto;position:relative}._modal_overlay_153m5_1 ._modal_153m5_1::-webkit-scrollbar{display:none}._modal_overlay_153m5_1 ._modal_153m5_1 ._header_153m5_73{display:flex;width:100%;justify-content:space-between;align-items:center}._modal_overlay_153m5_1 ._modal_153m5_1 ._header_153m5_73 ._left_153m5_79{display:flex;gap:1.25rem;align-items:center;min-width:3.2rem}._modal_overlay_153m5_1 ._modal_153m5_1 ._header_153m5_73 ._left_153m5_79 ._icon_153m5_85{cursor:pointer}._modal_overlay_153m5_1 ._modal_153m5_1 ._header_153m5_73 ._clear_153m5_88{min-width:3.2rem;color:var(--Danger-main, #ba1717);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;cursor:pointer}._modal_overlay_153m5_1 ._modal_153m5_1 ._header_153m5_73 ._text_153m5_97{color:var(--Gray-900, #202020);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;flex:1 0 0}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106{display:flex;flex-direction:column;gap:1.6rem;height:100%;width:100%}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106 ._container_153m5_113{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;width:100%}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106 ._container_153m5_113 p{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;align-self:stretch}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106 ._container_153m5_113 ._options_153m5_128{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106 ._container_153m5_113 ._options_153m5_128 ._option_153m5_128{display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;border-radius:.5rem;border:.5px solid var(--border-light, #f2f6fc);cursor:pointer}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106 ._container_153m5_113 ._options_153m5_128 ._option_153m5_128 p{flex:1 0 0;color:var(--netural-700, #7e7e7e);text-align:center;font-size:.9rem;font-style:normal;font-weight:500}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106 ._container_153m5_113 ._options_153m5_128 ._option_active_153m5_155{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--primary-second, #f7f5ff);display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;cursor:pointer}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106 ._container_153m5_113 ._options_153m5_128 ._option_active_153m5_155 p{color:var(--primary-main, #3818d9);text-align:center;font-size:.9rem;font-style:normal;font-weight:500}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106 ._container_153m5_113 ._options_153m5_128 input{width:100%;border-radius:.6rem;border:.5px solid var(--border-light, #f2f6fc);padding:.5rem 1rem;font-size:.875rem}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106 ._container_153m5_113 ._options_153m5_128 input[type=date]::-webkit-calendar-picker-indicator{color:#0000;opacity:1;display:block;background:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20id='vuesax/linear/calendar'%3e%3cg%20id='calendar'%3e%3cpath%20id='Vector'%20d='M6.66667%201.66669V4.16669'%20stroke='%237E7E7E'%20stroke-width='2.4'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_2'%20d='M13.3333%201.66669V4.16669'%20stroke='%237E7E7E'%20stroke-width='2.4'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_3'%20d='M2.91667%207.57501H17.0833'%20stroke='%237E7E7E'%20stroke-width='2.4'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_4'%20d='M17.5%207.08335V14.1667C17.5%2016.6667%2016.25%2018.3334%2013.3333%2018.3334H6.66667C3.75%2018.3334%202.5%2016.6667%202.5%2014.1667V7.08335C2.5%204.58335%203.75%202.91669%206.66667%202.91669H13.3333C16.25%202.91669%2017.5%204.58335%2017.5%207.08335Z'%20stroke='%237E7E7E'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_5'%20d='M13.0789%2011.4167H13.0864'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_6'%20d='M13.0789%2013.9167H13.0864'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_7'%20d='M9.99624%2011.4167H10.0037'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_8'%20d='M9.99624%2013.9167H10.0037'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_9'%20d='M6.91192%2011.4167H6.91941'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20id='Vector_10'%20d='M6.91192%2013.9167H6.91941'%20stroke='%237E7E7E'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3c/g%3e%3c/svg%3e") center center no-repeat;width:16px;height:16px;border-width:thin;cursor:pointer}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106 ._call_disposition_153m5_192{display:grid;gap:.8rem;grid-template-columns:repeat(3,1fr);width:100%}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106 ._call_disposition_153m5_192 ._option_153m5_128{display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;border:.5px solid var(--border-light, #f2f6fc);cursor:pointer;text-transform:capitalize;flex:1 0 0;color:var(--netural-700, #7e7e7e);text-align:center;font-size:1rem;font-style:normal;font-weight:500}._modal_overlay_153m5_1 ._modal_153m5_1 ._body_153m5_106 ._call_disposition_153m5_192 ._option_active_153m5_155{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--primary-second, #f7f5ff);display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;cursor:pointer;color:var(--primary-main, #3818d9)}._cm_avqko_1{display:flex;width:40%!important;height:90%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._cm_avqko_1 ._configure_model_wrapper_avqko_8{display:flex;width:100%;height:100%;padding:2rem;flex-direction:column;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._cm_avqko_1 ._configure_model_wrapper_avqko_8::-webkit-scrollbar{width:0rem}._cm_avqko_1 ._configure_model_wrapper_avqko_8 ._header_avqko_22{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_avqko_1 ._configure_model_wrapper_avqko_8 ._header_avqko_22 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_avqko_1 ._configure_model_wrapper_avqko_8 ._header_avqko_22 ._icon_avqko_35{cursor:pointer}._cm_avqko_1 ._configure_model_wrapper_avqko_8 ._body_avqko_38{display:flex;width:100%;height:100%;flex-direction:column;align-items:center;gap:1.6rem;background:var(--color-gray-10, #fff);overflow:auto}._cm_avqko_1 ._configure_model_wrapper_avqko_8 ._body_avqko_38 ._leads_container_avqko_48{display:flex;width:100%;gap:1rem;flex-direction:column;align-items:center}._cm_avqko_1 ._configure_model_wrapper_avqko_8 ._body_avqko_38 ._leads_container_avqko_48 ._lead_avqko_48{display:flex;width:100%;justify-content:space-between;align-items:center}._cm_avqko_1 ._configure_model_wrapper_avqko_8 ._body_avqko_38 ._leads_container_avqko_48 ._lead_avqko_48:hover{background:var(--color-gray-20, #f9f9f9);border-radius:.4rem}._cm_avqko_1 ._configure_model_wrapper_avqko_8 ._body_avqko_38 ._no_data_avqko_65{display:flex;justify-content:center;align-items:center;gap:.4rem;width:100%;height:100%;padding:1rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._cm_avqko_1 ._configure_model_wrapper_avqko_8 ._body_avqko_38 ._no_data_avqko_65 p{color:var(--color-gray-100, #3f3f3f);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem}._cm_avqko_1 ._configure_model_wrapper_avqko_8 ._footer_avqko_83{width:100%;display:flex;justify-content:end;gap:.4rem}._view_main_container_m9p24_1{display:flex;width:100%;height:100%;padding:1.5rem 1.75rem;flex-direction:column;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012;gap:var(--Padding-Navbar, 1rem)}._view_main_container_m9p24_1 ._header_m9p24_12{display:flex;justify-content:space-between;align-items:center}._view_main_container_m9p24_1 ._header_m9p24_12 ._text_content_m9p24_17{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem}._view_main_container_m9p24_1 ._header_m9p24_12 ._text_content_m9p24_17 h1{align-self:stretch;color:var(--color-gray-100, #202020);font-size:1.2rem;font-style:normal;font-weight:500}._view_main_container_m9p24_1 ._header_m9p24_12 ._text_content_m9p24_17 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._view_main_container_m9p24_1 ._header_m9p24_12 ._filters_m9p24_38{display:flex;justify-content:center;align-items:center;gap:1rem}._view_main_container_m9p24_1 ._header_m9p24_12 ._filters_m9p24_38 ._date_range_m9p24_44{display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;border:.5px solid var(--border-light, #f2f6fc);cursor:pointer;text-transform:capitalize;flex:1 0 0;color:var(--netural-700, #7e7e7e);text-align:center;font-size:1rem!important;font-style:normal;font-weight:500}._view_main_container_m9p24_1 ._header_m9p24_12 ._filters_m9p24_38 input{display:flex;width:18.375rem;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff)}._view_main_container_m9p24_1 ._statistics_m9p24_75{display:flex;flex-direction:column;align-items:center;gap:1rem;flex:1 0 0;align-self:stretch;height:100%;overflow-y:auto;position:relative}._view_main_container_m9p24_1 ._statistics_m9p24_75::-webkit-scrollbar{display:none}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._stat_cards_m9p24_89{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;gap:1rem;width:100%;justify-content:center}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97{display:flex;padding:1.5rem;flex-direction:column;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.75rem;border:1px solid var(--border-light, #f2f6fc);background:#fff}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97 ._header_m9p24_12{display:flex;align-items:center;justify-content:space-between;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97 ._header_m9p24_12 h1{color:var(--netural-900, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97 ._actions_m9p24_121{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97 ._actions_m9p24_121 ._left_m9p24_127{display:flex;justify-content:center;align-items:center;gap:.5rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97 ._actions_m9p24_121 ._left_m9p24_127 ._option_m9p24_133{display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;border:.5px solid var(--border-light, #f2f6fc);cursor:pointer;text-transform:capitalize;flex:1 0 0;color:var(--netural-700, #7e7e7e);text-align:center;font-size:1rem!important;font-style:normal;font-weight:500}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97 ._actions_m9p24_121 ._left_m9p24_127 ._option_active_m9p24_152{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--primary-second, #f7f5ff);display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;cursor:pointer;color:var(--primary-main, #3818d9);text-align:center;font-style:normal;font-weight:500}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97 ._actions_m9p24_121 ._right_m9p24_169{display:flex;justify-content:center;align-items:center;gap:.5rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97 ._actions_m9p24_121 ._right_m9p24_169 ._option_m9p24_133{display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;border:.5px solid var(--border-light, #f2f6fc);cursor:pointer;text-transform:capitalize;flex:1 0 0;color:var(--netural-700, #7e7e7e);text-align:center;font-size:1rem!important;font-style:normal;font-weight:500}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97 ._actions_m9p24_121 ._right_m9p24_169 ._option_active_m9p24_152{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--primary-second, #f7f5ff);display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;cursor:pointer;color:var(--primary-main, #3818d9);text-align:center;font-style:normal;font-weight:500}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97 ._body_m9p24_211{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;gap:1rem;align-self:stretch;max-height:40rem;overflow-y:auto;min-height:24rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97 ._empty_m9p24_222{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:12rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_rows_m9p24_97 ._empty_m9p24_222 p{color:var(--color-gray-80, #5f5f5f);font-size:.9rem;font-style:normal;font-weight:500}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_m9p24_97,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_m9p24_237{display:flex;flex-direction:column;align-items:center;gap:var(--16, 1rem);flex:1 0 0;align-self:stretch;border-radius:var(--12, .75rem);border:1px solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);min-height:40rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_m9p24_97 ._header_m9p24_12,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_m9p24_237 ._header_m9p24_12{display:flex;padding:var(--12, 1.6rem) 1rem;justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid var(--border-light, #f2f6fc);gap:.6rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_m9p24_97 ._header_m9p24_12 ._icon_m9p24_259,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_m9p24_237 ._header_m9p24_12 ._icon_m9p24_259{display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:#f7f5ff}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_m9p24_97 ._header_m9p24_12 h2,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_m9p24_237 ._header_m9p24_12 h2{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_m9p24_97 ._header_m9p24_12 ._labels_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_m9p24_97 ._header_m9p24_12 ._line_labels_m9p24_278,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_m9p24_237 ._header_m9p24_12 ._labels_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_m9p24_237 ._header_m9p24_12 ._line_labels_m9p24_278{display:flex;gap:.5rem;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_m9p24_97 ._header_m9p24_12 ._labels_m9p24_277 ._label_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_m9p24_97 ._header_m9p24_12 ._line_labels_m9p24_278 ._label_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_m9p24_237 ._header_m9p24_12 ._labels_m9p24_277 ._label_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_m9p24_237 ._header_m9p24_12 ._line_labels_m9p24_278 ._label_m9p24_277{display:flex;gap:.5rem;align-items:center;justify-content:center}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_m9p24_97 ._header_m9p24_12 ._line_labels_m9p24_278,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_m9p24_237 ._header_m9p24_12 ._line_labels_m9p24_278{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(2,1fr);gap:1.2rem;width:100%;justify-content:center;padding:0 1.2rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_m9p24_97 ._header_m9p24_12 ._line_labels_m9p24_278 ._label_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_m9p24_237 ._header_m9p24_12 ._line_labels_m9p24_278 ._label_m9p24_277{display:flex;gap:.5rem;align-items:center;justify-content:center;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_m9p24_97 ._header_m9p24_12 ._line_labels_m9p24_278 ._label_m9p24_277 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_m9p24_237 ._header_m9p24_12 ._line_labels_m9p24_278 ._label_m9p24_277 p{width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_history_m9p24_97 ._body_m9p24_211,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_m9p24_237 ._body_m9p24_211{display:flex;padding:2rem;flex-direction:column;justify-content:center;align-items:center;gap:var(--12, .75rem);flex:1 0 0;align-self:stretch;height:100%;min-height:20rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333{display:flex;gap:1rem;align-items:center;justify-content:center;width:100%;height:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342{display:flex;flex-direction:column;align-items:center;gap:var(--16, 1rem);flex:1 0 0;width:100%;align-self:stretch;border-radius:var(--12, .75rem);border:1px solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);height:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._header_m9p24_12,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_header_m9p24_358,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._header_m9p24_12,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._header_m9p24_12,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_header_m9p24_358,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._header_m9p24_12,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358{display:flex;padding:var(--12, .75rem);justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid var(--border-light, #f9f2f2);gap:.6rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._header_m9p24_12 ._icon_m9p24_259,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._header_m9p24_12 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._header_m9p24_12 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._icon_m9p24_259,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._icon_m9p24_259,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._icon_m9p24_259,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._header_m9p24_12 ._icon_m9p24_259,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._header_m9p24_12 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._header_m9p24_12 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._icon_m9p24_259,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._icon_m9p24_259,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._icon_m9p24_259,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._icon_answered_m9p24_375{display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:#f9f2f2}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._header_m9p24_12 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._header_m9p24_12 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._tag_icon_m9p24_374,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._tag_icon_m9p24_374{background:#f7f5ff}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._header_m9p24_12 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._header_m9p24_12 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._icon_answered_m9p24_375,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._icon_answered_m9p24_375{border-radius:var(--4, .25rem);background:#199f250f}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._header_m9p24_12 h2,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_header_m9p24_358 h2,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._header_m9p24_12 h2,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 h2,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._header_m9p24_12 h2,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_header_m9p24_358 h2,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._header_m9p24_12 h2,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 h2{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._header_m9p24_12 ._labels_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._labels_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._labels_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._labels_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._header_m9p24_12 ._labels_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._labels_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._labels_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._labels_m9p24_277{display:flex;gap:.5rem;align-items:center;justify-content:center}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._header_m9p24_12 ._labels_m9p24_277 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._labels_m9p24_277 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._labels_m9p24_277 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._labels_m9p24_277 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._header_m9p24_12 ._labels_m9p24_277 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._labels_m9p24_277 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._labels_m9p24_277 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._labels_m9p24_277 p{color:#db355f;text-align:center;font-size:.75rem;font-style:normal;font-weight:500;text-transform:capitalize;display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--8, .5rem);border-radius:var(--4, .25rem);background:#f9f2f2}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._header_m9p24_12 ._labels_m9p24_277 ._answered_calls_m9p24_475,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._labels_m9p24_277 ._answered_calls_m9p24_475,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._labels_m9p24_277 ._answered_calls_m9p24_475,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._labels_m9p24_277 ._answered_calls_m9p24_475,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._header_m9p24_12 ._labels_m9p24_277 ._answered_calls_m9p24_475,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._labels_m9p24_277 ._answered_calls_m9p24_475,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._labels_m9p24_277 ._answered_calls_m9p24_475,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._labels_m9p24_277 ._answered_calls_m9p24_475{color:#4fad57;text-align:center;font-size:.75rem;font-style:normal;font-weight:500;text-transform:capitalize;display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--8, .5rem);border-radius:var(--4, .25rem);background:#199f250f}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._header_m9p24_12 ._labels_m9p24_277 ._tab_label_m9p24_497,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._labels_m9p24_277 ._tab_label_m9p24_497,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._labels_m9p24_277 ._tab_label_m9p24_497,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._labels_m9p24_277 ._tab_label_m9p24_497,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._header_m9p24_12 ._labels_m9p24_277 ._tab_label_m9p24_497,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_header_m9p24_358 ._labels_m9p24_277 ._tab_label_m9p24_497,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._header_m9p24_12 ._labels_m9p24_277 ._tab_label_m9p24_497,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_header_m9p24_358 ._labels_m9p24_277 ._tab_label_m9p24_497{color:var(--brand-primary, #3818d9);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;text-transform:capitalize;display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--8, .5rem);border-radius:var(--4, .25rem);background:#f7f5ff}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520{display:flex;flex-direction:column;padding:2rem;justify-content:center;align-items:center;gap:var(--12, .75rem);flex:1 0 0;align-self:stretch;gap:2rem;height:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:1.2rem;width:100%;justify-content:center}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600{display:flex;gap:.5rem;align-items:center;justify-content:center;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._icon_label_m9p24_600 p{color:var(--netural-800, #5f5f5f);font-size:.9rem;font-style:normal;font-weight:500;text-transform:capitalize;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661{display:flex;gap:.5rem;align-items:center;justify-content:center}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690{color:var(--netural-800, #5f5f5f);text-align:center;font-size:1rem;font-style:normal;font-weight:500;text-transform:capitalize}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721{display:flex;padding:var(--4, .25rem);flex-direction:column;justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:#f7f5ff;color:var(--brand-primary, #3818d9);text-align:center;font-size:.625rem;font-style:normal;font-weight:500;text-transform:capitalize}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._tag_body_m9p24_520 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211 ._tag_content_m9p24_541,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._tag_body_m9p24_520 ._tag_content_m9p24_541{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem!important;width:100%;justify-content:center}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783{display:flex;padding:1rem 2rem;justify-content:center;align-items:center;gap:var(--12, .75rem);flex:1 0 0;align-self:stretch;gap:2rem;height:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1.2rem;width:100%;justify-content:center}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600{display:flex;gap:.5rem;align-items:center;justify-content:center;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._icon_label_m9p24_600 p,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._icon_label_m9p24_600 p{color:var(--netural-800, #5f5f5f);font-size:.9rem;font-style:normal;font-weight:500;text-transform:capitalize;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661{display:flex;gap:.5rem;align-items:center;justify-content:center}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._number_m9p24_690{color:var(--netural-800, #5f5f5f);text-align:center;font-size:1rem;font-style:normal;font-weight:500;text-transform:capitalize}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._unanswered_content_m9p24_539 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540 ._row_m9p24_570 ._stats_m9p24_661 ._percentage_m9p24_721{display:flex;padding:var(--4, .25rem);flex-direction:column;justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:#f7f5ff;color:var(--brand-primary, #3818d9);text-align:center;font-size:.625rem;font-style:normal;font-weight:500;text-transform:capitalize}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783 ._answered_content_m9p24_540,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783 ._answered_content_m9p24_540{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem!important;width:100%;justify-content:center}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._body_m9p24_211,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._body_m9p24_211,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._body_m9p24_211,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._body_m9p24_211{min-height:24rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._call_type_m9p24_341 ._answer_body_m9p24_783,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._answered_unanswered_calls_m9p24_332 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._call_type_m9p24_341 ._answer_body_m9p24_783,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_tags_m9p24_333 ._tag_analysis_m9p24_342 ._answer_body_m9p24_783{min-height:17rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930{display:flex;gap:1rem;align-items:center;justify-content:center;width:100%;height:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930 ._call_analysis_agent_m9p24_938{display:flex;flex-direction:column;align-items:center;gap:var(--16, 1rem);flex:1 0 0;align-self:stretch;border-radius:var(--12, .75rem);border:1px solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);min-height:20rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930 ._call_analysis_agent_m9p24_938 ._header_m9p24_12{display:flex;padding:var(--12, .75rem);justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid var(--border-light, #f9f2f2);gap:.6rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._icon_m9p24_259{display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:#f7f5ff}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 h2{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._labels_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._line_labels_m9p24_278{display:flex;gap:.5rem;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._labels_m9p24_277 ._label_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._line_labels_m9p24_278 ._label_m9p24_277{display:flex;gap:.5rem;align-items:center;justify-content:center}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._line_labels_m9p24_278{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(2,1fr);gap:1.2rem;width:100%;justify-content:center;padding:0 1.2rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._line_labels_m9p24_278 ._label_m9p24_277{display:flex;gap:.5rem;align-items:center;justify-content:center;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._line_labels_m9p24_278 ._label_m9p24_277 p{width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._agents_stats_m9p24_930 ._call_analysis_agent_m9p24_938 ._body_m9p24_211{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--12, .75rem);flex:1 0 0;align-self:stretch;height:100%;padding:.5rem 1rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_agent_m9p24_938{display:flex;flex-direction:column;align-items:center;gap:var(--16, 1rem);flex:1 0 0;align-self:stretch;border-radius:var(--12, .75rem);border:1px solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);min-height:20rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_agent_m9p24_938 ._header_m9p24_12{display:flex;padding:var(--12, .75rem);justify-content:space-between;align-items:center;align-self:stretch;border-bottom:1px solid var(--border-light, #f9f2f2);gap:.6rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._icon_m9p24_259{display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:#f7f5ff}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 h2{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._labels_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._line_labels_m9p24_278{display:flex;gap:.5rem;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._labels_m9p24_277 ._label_m9p24_277,._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._line_labels_m9p24_278 ._label_m9p24_277{display:flex;gap:.5rem;align-items:center;justify-content:center}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._line_labels_m9p24_278{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(2,1fr);gap:1.2rem;width:100%;justify-content:center;padding:0 1.2rem}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._line_labels_m9p24_278 ._label_m9p24_277{display:flex;gap:.5rem;align-items:center;justify-content:center;width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_agent_m9p24_938 ._header_m9p24_12 ._line_labels_m9p24_278 ._label_m9p24_277 p{width:100%}._view_main_container_m9p24_1 ._statistics_m9p24_75 ._call_analysis_agent_m9p24_938 ._body_m9p24_211{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--12, .75rem);flex:1 0 0;align-self:stretch;height:100%;padding:.5rem 1rem}._modal_overlay_ldvnt_1{height:96vh;position:absolute;width:28rem;background-color:#0000001a;position:fixed;top:0;right:2vh;bottom:0;z-index:100;visibility:hidden;background-color:transparent;display:flex;justify-content:center;align-items:center}._modal_overlay_ldvnt_1 ._show_ldvnt_17{visibility:visible}._modal_overlay_ldvnt_1 ._hide_ldvnt_20{visibility:hidden}._modal_overlay_ldvnt_1._show_ldvnt_17{display:flex;justify-content:center;align-items:center;animation:_animateIn_ldvnt_1 .4s;height:100%}._modal_overlay_ldvnt_1._hide_ldvnt_20{transform:translate(150%);animation:_animateOut_ldvnt_1 .4s;height:100%;visibility:hidden}@keyframes _animateIn_ldvnt_1{0%{transform:translate(150%)}to{transform:translate(0)}}@keyframes _animateOut_ldvnt_1{0%{transform:translate(0)}to{transform:translate(150%)}}._modal_overlay_ldvnt_1 ._modal_ldvnt_1{height:96vh;overflow-y:auto;z-index:1000;transition:all .3s;border-radius:0rem 1rem 1rem 0rem;box-shadow:0 0 19.4px 40091px #c5c5c53d;background-color:#fff;padding:1.25rem;width:100%;display:flex;flex-direction:column;gap:1.6rem;position:relative}._modal_overlay_ldvnt_1 ._modal_ldvnt_1::-webkit-scrollbar{display:none}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._header_ldvnt_72{display:flex;width:100%;justify-content:space-between;align-items:center}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._header_ldvnt_72 ._left_ldvnt_78{display:flex;gap:1.25rem;align-items:center;min-width:3.2rem}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._header_ldvnt_72 ._left_ldvnt_78 ._close_ldvnt_84{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.4rem;border-radius:.2rem}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._header_ldvnt_72 ._left_ldvnt_78 ._close_ldvnt_84:hover{background:var(--netural-200, rgba(252, 85, 85, .0470588235))}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._header_ldvnt_72 ._left_ldvnt_78 ._close_ldvnt_84 ._icon_ldvnt_95{cursor:pointer}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._header_ldvnt_72 ._clear_ldvnt_98{min-width:3.2rem;color:var(--Danger-main, #ba1717);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;cursor:pointer}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._header_ldvnt_72 ._text_ldvnt_107{color:var(--Gray-900, #202020);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem;flex:1 0 0}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116{display:flex;flex-direction:column;gap:1.6rem;height:100%;width:100%;overflow-y:auto}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116::-webkit-scrollbar{display:none}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;width:100%}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 p{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;align-self:stretch}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._header_ldvnt_72{display:flex;justify-content:space-between;align-items:center;width:100%;gap:.4rem}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._header_ldvnt_72 p{color:var(--netural-800, #222222);font-size:.875rem;font-style:normal;font-weight:500;width:100%}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._header_ldvnt_72 span{color:var(--netural-800, #ba1717);font-size:.875rem;font-style:normal;font-weight:500;cursor:pointer}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._options_ldvnt_163{width:100%}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._call_disposition_ldvnt_166{display:grid;gap:.8rem;grid-template-columns:repeat(3,1fr);width:100%}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._call_disposition_ldvnt_166 ._option_ldvnt_163{display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;border-radius:.5rem;border:1px solid var(--border-light, #f2f6fc);cursor:pointer;text-transform:capitalize}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._call_disposition_ldvnt_166 ._option_ldvnt_163 p{flex:1 0 0;color:var(--netural-700, #7e7e7e);text-align:center;font-size:.9rem;font-style:normal;font-weight:500}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._call_disposition_ldvnt_166 ._option_active_ldvnt_193{border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--primary-second, #f7f5ff);display:flex;padding:.6rem;justify-content:center;align-items:center;gap:.625rem;flex:1 0 0;align-self:stretch;cursor:pointer;color:var(--primary-main, #3818d9)!important}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._skeleton_ldvnt_207{display:grid;gap:1.25rem;align-self:stretch;grid-template-columns:repeat(4,1fr);padding:0 2.5rem;min-height:6rem}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._tags_ldvnt_215{display:grid;gap:1.25rem;align-self:stretch;grid-template-columns:repeat(2,1fr);width:100%}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._tags_ldvnt_215 ._tag_ldvnt_215{display:flex;justify-content:center;align-items:center;gap:.5rem;flex:1 0 0;cursor:pointer}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._tags_ldvnt_215 ._tag_ldvnt_215 ._icon_ldvnt_95{display:flex;justify-content:center;align-items:center;cursor:pointer}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._empty_ldvnt_236{display:flex;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;padding:3.2rem;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:var(--color-gray-10, #fff);width:100%}._modal_overlay_ldvnt_1 ._modal_ldvnt_1 ._body_ldvnt_116 ._container_ldvnt_127 ._empty_ldvnt_236 p{align-self:stretch;color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:normal}._filter_modal_18uo8_1{display:flex;align-items:center;width:100%!important;top:120%!important;height:fit-content;box-shadow:0 10px 20px #0000001a;background:var(--color-gray-10, #fff)}._filter_modal_18uo8_1 ._container_18uo8_10{display:flex;flex-direction:column;align-items:center;align-self:stretch;width:100%;padding:.8rem}._filter_modal_18uo8_1 ._container_18uo8_10 ._black_container_18uo8_18{display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer;padding:.6rem;border-radius:.4rem}._filter_modal_18uo8_1 ._container_18uo8_10 ._black_container_18uo8_18 ._icon_18uo8_28{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._filter_modal_18uo8_1 ._container_18uo8_10 ._black_container_18uo8_18 p{color:var(--Gray-900, var(--color-gray-100, #5f5f5f));flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.3125rem;letter-spacing:.01563rem}._filter_modal_18uo8_1 ._container_18uo8_10 ._red_container_18uo8_44,._filter_modal_18uo8_1 ._container_18uo8_10 ._delete_container_18uo8_45{display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer;padding:.6rem;border-radius:.4rem}._filter_modal_18uo8_1 ._container_18uo8_10 ._red_container_18uo8_44 ._icon_18uo8_28,._filter_modal_18uo8_1 ._container_18uo8_10 ._delete_container_18uo8_45 ._icon_18uo8_28{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._filter_modal_18uo8_1 ._container_18uo8_10 ._red_container_18uo8_44 p,._filter_modal_18uo8_1 ._container_18uo8_10 ._delete_container_18uo8_45 p{color:var(--Danger-main, #ba1717);flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.3125rem;letter-spacing:.01563rem}._filter_modal_18uo8_1 ._container_18uo8_10 ._green_container_18uo8_73{background-color:#f9fafb;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer;padding:.6rem;border-radius:.4rem}._filter_modal_18uo8_1 ._container_18uo8_10 ._green_container_18uo8_73 ._icon_18uo8_28{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._filter_modal_18uo8_1 ._container_18uo8_10 ._green_container_18uo8_73 p{color:var(--Gray-900, var(--color-gray-100, #5f5f5f));flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:600;line-height:1.3125rem;letter-spacing:.01563rem}._filter_modal_18uo8_1 ._container_18uo8_10 ._delete_container_18uo8_45:hover{background-color:#f9fafb}._enrichment_modal_1llv2_1{display:flex;align-items:center;justify-content:space-between;width:40%!important;height:fit-content;box-shadow:0 0 20px #0000001a;overflow:hidden}._enrichment_modal_1llv2_1 ._container_1llv2_10{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:1.5rem;gap:1.5rem}._enrichment_modal_1llv2_1 ._container_1llv2_10 ._header_1llv2_19{display:flex;align-items:center;justify-content:space-between;width:100%}._enrichment_modal_1llv2_1 ._container_1llv2_10 ._header_1llv2_19 ._enrichment_icon_1llv2_25{display:flex;padding:.75rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;background:var(--primary-second, #f7f5ff)}._enrichment_modal_1llv2_1 ._container_1llv2_10 ._header_1llv2_19 ._icon_1llv2_34{cursor:pointer}._enrichment_modal_1llv2_1 ._container_1llv2_10 ._main_body_1llv2_37{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.2rem;width:100%}._enrichment_modal_1llv2_1 ._container_1llv2_10 ._main_body_1llv2_37 ._main_text_1llv2_45{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.6rem;width:100%}._enrichment_modal_1llv2_1 ._container_1llv2_10 ._main_body_1llv2_37 ._main_text_1llv2_45 h3{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;letter-spacing:.01563rem;align-self:stretch}._enrichment_modal_1llv2_1 ._container_1llv2_10 ._main_body_1llv2_37 ._main_text_1llv2_45 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:.01563rem}._enrichment_modal_1llv2_1 ._container_1llv2_10 ._main_body_1llv2_37 ._workflow_1llv2_69{display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;border-radius:.5rem}._enrichment_modal_1llv2_1 ._container_1llv2_10 ._main_body_1llv2_37 ._all_select_1llv2_77{display:flex;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer}._enrichment_modal_1llv2_1 ._container_1llv2_10 ._main_body_1llv2_37 ._all_select_1llv2_77 p{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.01563rem;flex:1 0 0}._enrichment_modal_1llv2_1 ._container_1llv2_10 ._footer_1llv2_92{display:flex;width:100%}._enrichment_modal_1llv2_1 ._container_1llv2_10 ._footer_1llv2_92 ._button_wrapper_1llv2_96{width:100%;display:flex;justify-content:flex-end;align-items:center;align-self:stretch}._list_view_main_container_17gsh_1{display:flex;width:100%;height:100%;padding:1.5rem 1.75rem .92rem;flex-direction:column;align-items:flex-start;gap:var(--Padding-Navbar, 1rem);flex-shrink:0;border-radius:1rem;position:relative;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012}._list_view_main_container_17gsh_1 ._list_view_header_17gsh_15{width:100%;display:flex;justify-content:space-between;align-items:center}._list_view_main_container_17gsh_1 ._list_view_header_17gsh_15 ._list_view_header_text_17gsh_21{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem}._list_view_main_container_17gsh_1 ._list_view_header_17gsh_15 ._list_view_header_text_17gsh_21 h1{align-self:stretch;color:var(--color-gray-100, #202020);font-size:1.2rem;font-style:normal;font-weight:500}._list_view_main_container_17gsh_1 ._list_view_header_17gsh_15 ._list_view_header_text_17gsh_21 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._list_view_main_container_17gsh_1 ._list_view_header_17gsh_15 ._list_view_header_action_17gsh_42{display:flex;justify-content:flex-end;align-items:center;gap:.75rem;position:relative;min-width:14rem}._list_view_main_container_17gsh_1 ._list_view_header_17gsh_15 ._list_view_header_action_17gsh_42 ._button_style_17gsh_50{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;background:var(--primary-main, #3818d9)}._list_view_main_container_17gsh_1 ._list_view_header_17gsh_15 ._list_view_header_action_17gsh_42 ._button_style_17gsh_50 p{color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67{display:flex;width:100%;height:100%;flex-direction:column;align-items:flex-start;gap:1rem;position:relative}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._tab_search_17gsh_76{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._tab_search_17gsh_76 ._filter_btns_17gsh_83{display:flex;gap:.6rem;align-items:center}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._tab_search_17gsh_76 ._filter_btns_17gsh_83 ._filter_btn_17gsh_83{display:flex;padding:.56rem .8rem;justify-content:center;align-items:center;gap:.5rem;color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;border-radius:.375rem;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);cursor:pointer}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._tab_search_17gsh_76 ._filter_btns_17gsh_83 ._filter_btn_active_17gsh_102{display:flex;padding:.56rem .8rem;justify-content:center;align-items:center;gap:.5rem;color:var(--netural-800, #fff);font-size:.875rem;font-style:normal;font-weight:500;border-radius:.375rem;background-color:#3818d9;border:.5px solid #3818d9;cursor:pointer}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._tab_search_17gsh_76 ._actions_17gsh_118{display:flex;gap:1rem;align-items:center;justify-content:space-between}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124{width:100%;height:100%;display:flex;flex-direction:column;gap:.8rem;align-items:flex-start}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._alphabet_filters_17gsh_132{display:flex;align-items:center;gap:.5rem;align-self:stretch}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._alphabet_filters_17gsh_132 ._alphabet_filter_17gsh_132{display:flex;padding:.375rem .5rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;flex:1 0 0;border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);background:#fff;color:var(--netural-800, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500;cursor:pointer;border-radius:.375rem}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._alphabet_filters_17gsh_132 ._alphabet_active_17gsh_155{display:flex;padding:.375rem .5rem;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;flex:1 0 0;border:.5px solid #3818d9;background-color:#3818d9;color:var(--netural-800, #fff);font-size:.75rem;font-style:normal;font-weight:500;cursor:pointer;border-radius:.375rem}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._leads_17gsh_172{display:flex;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:.75rem;border:1px solid var(--border-light, #f2f6fc);background:var(--color-gray-10, #fff);width:100%;height:100%;overflow-y:auto}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._leads_17gsh_172::-webkit-scrollbar{display:none}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._leads_17gsh_172 ._header_17gsh_188{display:flex;padding:.8rem 1rem;align-items:center;gap:1.5rem;align-self:stretch;border-radius:.75rem .75rem 0rem 0rem;border-bottom:1px solid var(--border-light, #f2f6fc)}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._leads_17gsh_172 ._header_17gsh_188 ._checkbox_17gsh_197{cursor:pointer}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._leads_17gsh_172 ._header_17gsh_188 ._header_text_17gsh_200{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--netural-900, #3f3f3f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:600;line-height:normal}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._leads_17gsh_172 ._lead_row_17gsh_213{padding:1rem;align-items:center;gap:1.5rem;align-self:stretch;cursor:pointer;display:flex;position:relative}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._leads_17gsh_172 ._lead_row_17gsh_213 ._lead_text_17gsh_223{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--color-gray-100, #202020);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:400}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._leads_17gsh_172 ._lead_row_17gsh_213 ._lead_text_17gsh_223:nth-child(2){flex:1 0 0;display:flex;align-items:center;gap:.5rem;font-weight:500}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._leads_17gsh_172 ._lead_row_17gsh_213 ._lead_text_17gsh_223:nth-child(2) img{width:1.5rem!important;height:1.5rem!important;border-radius:50%}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._leads_17gsh_172 ._lead_row_17gsh_213 ._users_17gsh_247{position:absolute;z-index:999;right:4rem;top:3.6rem;display:flex;width:20rem;padding:var(--12, .75rem);flex-direction:column;justify-content:center;align-items:center;gap:var(--16, .4rem);border-radius:var(--8, .5rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:#fff;box-shadow:0 5px 14px #080f340a}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._empty_state_17gsh_264{display:flex;flex-direction:column;align-items:center;flex:1 0 0;align-self:stretch;border-radius:.75rem;background:var(--color-gray-10, #fff);width:100%;height:100%;overflow-y:auto}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._footer_17gsh_276{display:flex;justify-content:space-between;align-items:center;width:100%}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._footer_17gsh_276 ._text_17gsh_282{color:var(--color-gray-90, #3f3f3f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500}._list_view_main_container_17gsh_1 ._list_view_table_17gsh_67 ._main_body_17gsh_124 ._footer_17gsh_276 span{color:var(--primary-hover, #3b25a8);text-align:center;font-size:.875rem;font-style:normal;font-weight:500;cursor:pointer;text-decoration:underline}._redirect_auth_ntvkw_1{position:relative;display:flex;width:100%;height:100%;overflow-x:hidden;padding:1.5rem 1.75rem;flex-direction:column;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012;gap:var(--Padding-Navbar, 1rem);align-items:center;justify-content:center}._redirect_auth_ntvkw_1 h5{width:50%;font-weight:500;font-size:1.6rem;line-height:2rem;text-align:center;letter-spacing:-.02em;margin:20px 0;overflow-wrap:normal;color:var(--primary-main, #3818d9)}._options_wrapper_1aic3_1{display:flex;padding:.5rem;align-items:center;gap:.5rem;align-self:stretch;border-radius:.75rem;border:1px solid var(--primary-second, #f7f5ff)}._options_wrapper_1aic3_1 ._option_1aic3_1{display:flex;padding:.5rem 1rem;align-items:center;gap:.625rem;flex:1 0 0;border-radius:.5rem;color:var(--color-gray-80, #5f5f5f);cursor:pointer}._options_wrapper_1aic3_1 ._option_1aic3_1 ._option_text_1aic3_20{flex:1 0 0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._options_wrapper_1aic3_1 ._active_option_1aic3_27{background:var(--primary-second, #f7f5ff);color:#3818d9}._send_modal_1r0p5_1{display:flex;max-width:60%;height:90%;box-shadow:0 0 19.4px 40091px #c5c5c53d}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7{height:100%;width:100%;padding:1.6rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;border-radius:.75rem;background:var(--color-gray-10, #fff);overflow:hidden!important}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._title_bar_1r0p5_20{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._title_bar_1r0p5_20 ._title_1r0p5_20{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem;flex:1 0 0}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._body_1r0p5_34{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;flex:1 0 0;align-self:stretch}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._body_1r0p5_34 ._header_wrapper_1r0p5_43{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._body_1r0p5_34 ._header_wrapper_1r0p5_43 ._header_mail_to_1r0p5_51{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;white-space:nowrap;align-self:stretch}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._body_1r0p5_34 ._text_box_1r0p5_60{display:flex;flex-direction:column;align-self:stretch;flex:1 0 0;overflow-y:auto;gap:1rem}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._body_1r0p5_34 ._text_box_1r0p5_60::-webkit-scrollbar{width:0rem}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._body_1r0p5_34 ._text_box_1r0p5_60 ._note_border_1r0p5_71{border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);border-radius:.5rem;background:var(--color-gray-10, #fff);padding:1rem 1.25rem}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._body_1r0p5_34 ._action_wrapper_1r0p5_77{display:flex;justify-content:flex-end;align-items:center;gap:2rem;align-self:stretch}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._body_1r0p5_34 ._action_wrapper_1r0p5_77 ._actions_generate_wrapper_1r0p5_84{display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;border-radius:.25rem}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._body_1r0p5_34 ._action_wrapper_1r0p5_77 ._actions_generate_wrapper_1r0p5_84 ._generate_text_1r0p5_92{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._body_1r0p5_34 ._action_wrapper_1r0p5_77 ._action_div_1r0p5_99{flex:1 0 0;display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._body_1r0p5_34 ._action_wrapper_1r0p5_77 ._action_div_1r0p5_99 ._template_btn_1r0p5_106{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}._send_modal_1r0p5_1 ._modal_wrapper_1r0p5_7 ._body_1r0p5_34 ._action_wrapper_1r0p5_77 ._action_div_1r0p5_99 ._note_action_cancel_1r0p5_113{border-radius:.5rem;border:var(--0, 1.6px) solid var(--primary-grey, #e9f1fd);background-color:#fff}._send_modal_1jw25_1{display:flex;max-width:60%;height:90%;box-shadow:0 0 19.4px 40091px #c5c5c53d}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7{height:100%;width:100%;padding:1.6rem;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;border-radius:.75rem;background:var(--color-gray-10, #fff);overflow:hidden!important}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._title_bar_1jw25_20{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._title_bar_1jw25_20 ._title_1jw25_20{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem;flex:1 0 0}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._body_1jw25_34{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;flex:1 0 0;align-self:stretch}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._body_1jw25_34 ._header_wrapper_1jw25_43{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._body_1jw25_34 ._header_wrapper_1jw25_43 ._header_mail_to_1jw25_51{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;white-space:nowrap;align-self:stretch}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._body_1jw25_34 ._text_box_1jw25_60{display:flex;align-self:stretch;flex:1 0 0;overflow-y:auto}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._body_1jw25_34 ._text_box_1jw25_60::-webkit-scrollbar{width:0rem}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._body_1jw25_34 ._text_box_1jw25_60 ._note_border_1jw25_69{border:var(--0, 1px) solid var(--primary-grey, #e9f1fd);border-radius:.5rem;background:var(--color-gray-10, #fff);padding:1rem 1.25rem}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._body_1jw25_34 ._action_wrapper_1jw25_75{display:flex;justify-content:flex-end;align-items:center;gap:2rem;align-self:stretch}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._body_1jw25_34 ._action_wrapper_1jw25_75 ._actions_generate_wrapper_1jw25_82{display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;border-radius:.25rem}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._body_1jw25_34 ._action_wrapper_1jw25_75 ._actions_generate_wrapper_1jw25_82 ._generate_text_1jw25_90{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._body_1jw25_34 ._action_wrapper_1jw25_75 ._action_div_1jw25_97{flex:1 0 0;display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._body_1jw25_34 ._action_wrapper_1jw25_75 ._action_div_1jw25_97 ._template_btn_1jw25_104{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}._send_modal_1jw25_1 ._modal_wrapper_1jw25_7 ._body_1jw25_34 ._action_wrapper_1jw25_75 ._action_div_1jw25_97 ._note_action_cancel_1jw25_111{border-radius:.5rem;border:var(--0, 1.6px) solid var(--primary-grey, #e9f1fd);background-color:#fff}._template_options_wrapper_1i8wd_1{display:flex;width:26%;padding:.75rem;flex-direction:column;align-items:center;gap:.75rem;align-self:stretch;border-radius:.75rem;border:1px solid var(--primary-second, #f7f5ff);background:var(--color-gray-10, #fff)}._template_options_wrapper_1i8wd_1 ._template_options_1i8wd_1{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1 0 0;align-self:stretch;overflow-y:auto}._template_options_wrapper_1i8wd_1 ._template_options_1i8wd_1::-webkit-scrollbar{width:0}._template_options_wrapper_1i8wd_1 ._template_options_1i8wd_1 ._option_wrapper_1i8wd_25{display:flex;padding:.75rem 1rem;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.375rem;cursor:pointer}._template_options_wrapper_1i8wd_1 ._template_options_1i8wd_1 ._option_wrapper_1i8wd_25 ._option_text_wrapper_1i8wd_35{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.375rem;flex:1 0 0}._template_options_wrapper_1i8wd_1 ._template_options_1i8wd_1 ._option_wrapper_1i8wd_25 ._option_text_wrapper_1i8wd_35 ._option_title_1i8wd_43{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.9rem;font-style:normal;font-weight:500;line-height:1.5rem}._template_options_wrapper_1i8wd_1 ._template_options_1i8wd_1 ._option_wrapper_1i8wd_25 ._option_text_wrapper_1i8wd_35 ._option_date_1i8wd_51{align-self:stretch;color:var(--color-gray-70, #7e7e7e);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._template_options_wrapper_1i8wd_1 ._template_options_1i8wd_1 ._option_wrapper_1i8wd_25 ._option_trash_wrapper_1i8wd_59{display:flex;padding:.75rem;justify-content:center;align-items:center;gap:.625rem}._template_options_wrapper_1i8wd_1 ._template_options_1i8wd_1 ._option_wrapper_active_1i8wd_66{background:var(--primary-second, #f7f5ff);color:#3818d9!important}._template_options_wrapper_1i8wd_1 ._template_options_1i8wd_1 ._option_wrapper_active_1i8wd_66 ._option_title_1i8wd_43{align-self:stretch;color:var(--color-gray-80, #3818d9);font-size:.9rem;font-style:normal;font-weight:500;line-height:1.5rem}._empty_1i8wd_79{display:flex;width:100%;padding:.75rem;flex-direction:column;align-items:center;gap:1.2rem;align-self:stretch;border-radius:.75rem;border:1px solid var(--primary-second, #f7f5ff);background:var(--color-gray-10, #fff);justify-content:center}._empty_1i8wd_79 ._empty_text_1i8wd_92{color:var(--color-gray-70, #7e7e7e);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-align:center}._email_wrapper_r11rm_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;flex:1 0 0;align-self:stretch}._email_wrapper_r11rm_1 ._text_editor_wrapper_r11rm_10{display:flex;flex:1 0 0;align-self:stretch;overflow-y:auto}._email_wrapper_r11rm_1 ._text_editor_wrapper_r11rm_10::-webkit-scrollbar{width:.28rem}color ._email_wrapper_r11rm_1 ._text_editor_wrapper_r11rm_10::-webkit-scrollbar-track{background:var(--color-gray-10, #fff)}._email_wrapper_r11rm_1 ._text_editor_wrapper_r11rm_10::-webkit-scrollbar-thumb{background:var(--color-gray-70, #7e7e7e);border-radius:.25rem}._email_wrapper_r11rm_1 ._action_wrapper_r11rm_26{display:flex;align-self:flex-end;align-items:center;gap:1.25rem}._email_wrapper_r11rm_1 ._action_wrapper_r11rm_26 ._template_btn_r11rm_32{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}._email_wrapper_fk572_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0;align-self:stretch}._email_wrapper_fk572_1 ._text_editor_wrapper_fk572_10{display:flex;flex:1 0 0;align-self:stretch;overflow-y:auto}._email_wrapper_fk572_1 ._text_editor_wrapper_fk572_10::-webkit-scrollbar{width:.28rem}color ._email_wrapper_fk572_1 ._text_editor_wrapper_fk572_10::-webkit-scrollbar-track{background:var(--color-gray-10, #fff)}._email_wrapper_fk572_1 ._text_editor_wrapper_fk572_10::-webkit-scrollbar-thumb{background:var(--color-gray-70, #7e7e7e);border-radius:.25rem}._email_wrapper_fk572_1 ._action_wrapper_fk572_26{display:flex;align-self:flex-end;align-items:center;gap:1.25rem}._email_wrapper_fk572_1 ._action_wrapper_fk572_26 ._template_btn_fk572_32{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}._template_views_wrapper_18ik5_1{display:flex;padding:.5rem 1.25rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0;align-self:stretch;border-radius:.75rem;border:1px solid var(--primary-second, #f7f5ff);background:var(--color-gray-10, #fff)}._template_views_wrapper_18ik5_1 ._empty_wrapper_18ik5_14{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;flex:1 0 0;align-self:stretch}._template_views_wrapper_18ik5_1 ._empty_wrapper_18ik5_14 ._empty_text_18ik5_23{color:var(--color-gray-70, #7e7e7e);font-size:1rem;font-style:normal;font-weight:400;line-height:1.5rem;text-align:center}._views_wrapper_jz36v_1{display:flex;justify-content:center;align-items:center;gap:var(--Padding-Navbar, .8rem);flex:1 0 0;align-self:stretch;width:100%}._container_15re9_1{display:flex;width:100%;height:100%;padding:1.5rem 1.75rem;flex-direction:column;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 1rem 2.75rem #00000012;gap:var(--Padding-Navbar, 1rem);position:relative}._container_15re9_1 ._header_15re9_13{display:flex;width:100%;justify-content:space-between;align-items:center}._container_15re9_1 ._header_15re9_13 ._text_container_15re9_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem;flex:1 0 0}._container_15re9_1 ._header_15re9_13 ._text_container_15re9_19 ._title_15re9_27{color:var(--color-gray-100, #202020);font-size:1.2rem;font-style:normal;font-weight:500;align-self:stretch}._container_15re9_1 ._header_15re9_13 ._text_container_15re9_19 ._sub_title_15re9_34{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._container_15re9_1 ._header_15re9_13 ._btn_container_15re9_41{display:flex;justify-content:flex-end;align-items:center;gap:.75rem}._container_15re9_1 ._header_15re9_13 ._btn_container_15re9_41 ._trash_icon_15re9_47{cursor:pointer;display:flex;min-height:2.5rem;padding:.75rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;background:var(--Danger-second, #f9f2f2)}._container_15re9_1 ._dropdown_controll_wrapper_15re9_59{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;flex:1 0 0;align-self:stretch}._global_dialer_mru7o_1{position:absolute;left:0;bottom:0;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;padding:.8rem}._global_dialer_mru7o_1 ._calling_mru7o_11{max-height:92vh;height:100%;width:24rem;gap:.4rem;background:transparent;display:flex;flex-direction:column;justify-content:flex-end;align-items:center}._confirmation_150mq_1{display:flex;width:100%;padding:var(--20, 3.2rem) var(--16, 1rem);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;cursor:pointer;border-radius:var(--8, .8rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);box-shadow:0 5px 14px #080f340a}._confirmation_150mq_1 ._icon_150mq_15{display:flex;padding:1rem;justify-content:center;align-items:center;border-radius:12.5rem;background:var(--primary-second, #f7f5ff)}._confirmation_150mq_1 ._content_150mq_23{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--8, .8rem);align-self:stretch}._confirmation_150mq_1 ._content_150mq_23 ._c1_150mq_31{font-size:var(--16, 1rem);font-weight:var(--600, 600);color:var(--text-primary, #5f5f5f);text-align:center}._confirmation_150mq_1 ._content_150mq_23 ._c2_150mq_37{font-size:var(--14, .875rem);font-weight:var(--400, 400);color:var(--text-secondary, #5f5f5f);text-align:center}._default_dialer_lswqy_1{display:flex;width:100%;padding:var(--20, 1.25rem);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;border-radius:var(--8, .8rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);box-shadow:0 5px 14px #080f340a}._default_dialer_lswqy_1 ._header_lswqy_14{width:100%;display:flex;align-items:center;justify-content:space-between}._default_dialer_lswqy_1 ._header_lswqy_14 ._close_lswqy_20{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.4rem}._default_dialer_lswqy_1 ._header_lswqy_14 ._close_lswqy_20:hover{background:var(--netural-200, rgba(252, 85, 85, .0470588235));border-radius:.4rem}._default_dialer_lswqy_1 ._from_lswqy_31{display:flex;align-items:center;justify-content:flex-start;width:100%;position:relative;gap:.5rem}._default_dialer_lswqy_1 ._from_lswqy_31 ._from_number_lswqy_39{font-size:var(--14, .875rem);color:var(--text-light, #5f5f5f);font-weight:500;height:100%;display:flex;align-items:center;justify-content:center}._default_dialer_lswqy_1 ._from_lswqy_31 ._clipboard_lswqy_48{cursor:pointer;display:flex;justify-content:center;align-items:center;margin-left:.5rem}._default_dialer_lswqy_1 ._from_lswqy_31 ._dropdown_lswqy_55{margin-left:.5rem;cursor:pointer;display:flex;justify-content:center;align-items:center}._default_dialer_lswqy_1 ._from_lswqy_31 ._numbers_container_lswqy_62{position:absolute;left:0;width:100%;background:var(--netural-100, #fff);border-radius:var(--8, .8rem);border:var(--1, 1px) solid var(--border-light, #f2f6fc);box-shadow:0 5px 14px #080f3414}._default_dialer_lswqy_1 ._from_lswqy_31 ._numbers_container_lswqy_62 ._header_lswqy_14{display:flex;align-items:center;justify-content:space-between;padding:.5rem;border-bottom:var(--1, 1px) solid var(--border-light, #f2f6fc);font-size:var(--14, .875rem);color:var(--text-light, #5f5f5f);font-weight:500}._default_dialer_lswqy_1 ._from_lswqy_31 ._numbers_container_lswqy_62 ._numbers_lswqy_62{max-height:15rem;overflow-y:auto;display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between}._default_dialer_lswqy_1 ._from_lswqy_31 ._numbers_container_lswqy_62 ._numbers_lswqy_62 ._number_lswqy_62{width:100%;display:flex;align-items:center;padding:.8rem;cursor:pointer;gap:.4rem}._default_dialer_lswqy_1 ._from_lswqy_31 ._numbers_container_lswqy_62 ._numbers_lswqy_62 ._number_lswqy_62 p{font-size:var(--14, .8rem);color:var(--text-light, #5f5f5f);font-weight:500}._default_dialer_lswqy_1 ._from_lswqy_31 ._numbers_container_lswqy_62 ._numbers_lswqy_62 ._number_lswqy_62 span{font-size:var(--14, .875rem);color:var(--text-light, #5f5f5f);font-weight:500}._default_dialer_lswqy_1 ._from_lswqy_31 ._numbers_container_lswqy_62 ._numbers_lswqy_62 ._number_lswqy_62:hover{background:var(--netural-200, #fbfdff);border-radius:.4rem}._default_dialer_lswqy_1 ._input_container_lswqy_111{width:100%}._default_dialer_lswqy_1 ._input_container_lswqy_111 p{font-size:var(--14, .875rem);color:var(--text-light, #5f5f5f);margin-bottom:.5rem;font-weight:500}._default_dialer_lswqy_1 ._prospects_lswqy_120{width:100%;height:100%;display:flex;flex-direction:column;gap:.8rem;align-items:flex-start;max-height:10rem;overflow-y:auto}._default_dialer_lswqy_1 ._prospects_lswqy_120 ._loading_lswqy_130,._default_dialer_lswqy_1 ._prospects_lswqy_120 ._no_results_lswqy_131{font-size:var(--14, .875rem);color:var(--text-light, #5f5f5f);margin-bottom:.5rem;font-weight:500;text-align:center;margin:1rem 0;width:100%}._incall_lmgji_1{display:flex;width:100%;height:100%;padding:var(--20, 1.25rem);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;border-radius:var(--8, .8rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);box-shadow:0 5px 14px #080f340a;position:relative}._incall_lmgji_1 ._header_lmgji_16{display:flex;align-items:center;gap:.75rem;justify-content:space-between;align-self:stretch}._incall_lmgji_1 ._header_lmgji_16 p{color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._incall_lmgji_1 ._header_lmgji_16 p span{color:#3818d9}._incall_lmgji_1 ._header_lmgji_16 ._actions_lmgji_33{display:flex;align-items:center;gap:.75rem}._incall_lmgji_1 ._header_lmgji_16 ._actions_lmgji_33 ._action_lmgji_33{width:var(--20, 1.25rem);height:var(--20, 1.25rem);display:flex;align-items:center;justify-content:center;cursor:pointer}._incall_lmgji_1 ._profile_lmgji_46{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--16, 1rem);align-self:stretch}._incall_lmgji_1 ._profile_lmgji_46 ._picture_lmgji_54{width:4rem;height:4rem;border-radius:12.5rem;overflow:hidden;display:flex;justify-content:center;align-items:center}._incall_lmgji_1 ._profile_lmgji_46 ._picture_lmgji_54 img{width:100%;height:100%;border-radius:12.5rem}._incall_lmgji_1 ._profile_lmgji_46 ._detail_lmgji_68{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;gap:.8rem}._incall_lmgji_1 ._profile_lmgji_46 ._detail_lmgji_68 ._name_lmgji_76{display:flex;justify-content:center;align-items:center;gap:var(--10, .625rem);align-self:stretch}._incall_lmgji_1 ._profile_lmgji_46 ._detail_lmgji_68 ._name_lmgji_76 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}._incall_lmgji_1 ._profile_lmgji_46 ._detail_lmgji_68 ._name_lmgji_76 ._integration_lmgji_91{display:flex;align-items:center;gap:.5rem;justify-content:center}._incall_lmgji_1 ._profile_lmgji_46 ._detail_lmgji_68 ._number_lmgji_97{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:.6rem}._incall_lmgji_1 ._profile_lmgji_46 ._detail_lmgji_68 ._number_lmgji_97 span{display:flex;padding:var(--4, .25rem) var(--12, .75rem);justify-content:center;align-items:center;gap:var(--8, .5rem);color:var(--brand-primary, #3818d9);text-align:center;font-size:.8rem;font-style:normal;font-weight:400;border-radius:var(--8, .5rem);background:#f7f5ff}._incall_lmgji_1 ._profile_lmgji_46 ._detail_lmgji_68 ._number_lmgji_97 ._divider_lmgji_118{width:1.5px!important;height:1.5rem!important;height:var(--0, 0rem);stroke-width:1.5px;background-color:var(--border-light, #f2f6fc)}._incall_lmgji_1 ._profile_lmgji_46 ._detail_lmgji_68 ._number_lmgji_97 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:.8rem;font-style:normal;font-weight:400;line-height:normal}._incall_lmgji_1 ._profile_lmgji_46 ._detail_lmgji_68 ._number_lmgji_97 ._enricher_lmgji_133{display:flex;align-items:center;gap:.5rem;justify-content:center}._incall_lmgji_1 ._status_lmgji_139{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:1rem}._incall_lmgji_1 ._status_lmgji_139 p{color:var(--netural-800, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:500;text-align:center;text-transform:capitalize}._incall_lmgji_1 ._call_options_lmgji_155{display:flex;align-items:flex-start;gap:1.5rem;align-self:stretch;width:100%}._incall_lmgji_1 ._call_options_lmgji_155 ._call_option_lmgji_155{cursor:pointer;display:flex;padding:var(--12, .75rem);flex-direction:column;justify-content:center;align-items:center;gap:var(--8, .5rem);flex:1 0 0}._incall_lmgji_1 ._call_options_lmgji_155 ._call_option_lmgji_155 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._incall_lmgji_1 ._prospect_actions_lmgji_180{display:flex;align-items:flex-start;gap:var(--12, .75rem);align-self:stretch}._incall_lmgji_1 ._prospect_actions_lmgji_180 ._prospect_action_lmgji_180{cursor:pointer;display:flex;padding:var(--16, 1rem);flex-direction:column;justify-content:center;align-items:center;gap:var(--10, .625rem);flex:1 0 0;border-radius:var(--12, .75rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff)}._incall_lmgji_1 ._prospect_actions_lmgji_180 ._prospect_action_lmgji_180 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._incall_lmgji_1 ._action_buttons_lmgji_207{display:flex;justify-content:center;align-items:center;gap:var(--10, .625rem);align-self:stretch}._incall_lmgji_1 ._keypad_lmgji_214{width:100%;position:absolute;bottom:0;left:0;right:0;padding:var(--16, 1rem);background:var(--netural-100, #fff);border-top:var(--0, 1px) solid var(--border-light, #f2f6fc);border-radius:var(--8, .8rem);box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}._incall_lmgji_1 ._keypad_lmgji_214 ._keypad_header_lmgji_231{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}._incall_lmgji_1 ._keypad_lmgji_214 ._keypad_header_lmgji_231 p{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._incall_lmgji_1 ._keypad_lmgji_214 ._keypad_header_lmgji_231 ._close_lmgji_245{cursor:pointer;width:var(--20, 1.25rem);height:var(--20, 1.25rem);display:flex;align-items:center;justify-content:center}._incall_lmgji_1 ._keypad_lmgji_214 ._keypad_buttons_lmgji_253{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;grid-template-rows:1fr 1fr 1fr 1fr;gap:1rem 1rem}._incall_lmgji_1 ._keypad_lmgji_214 ._keypad_buttons_lmgji_253 ._keypad_button_lmgji_253{font-style:normal;font-weight:400;font-size:1.2rem;text-align:center;background:none;border:none;cursor:pointer;padding:.6rem;border-radius:.6rem;background:#c5c5c51f;color:#5f5f5f}._incall_lmgji_1 ._keypad_lmgji_214 ._keypad_buttons_lmgji_253 ._keypad_button_lmgji_253:hover{background:#c5c5c53d}._incall_lmgji_1 ._prospect_note_lmgji_276{width:100%;position:absolute;bottom:0;left:0;right:0;padding:var(--16, 1rem);background:var(--netural-100, #fff);border-top:var(--0, 1px) solid var(--border-light, #f2f6fc);border-radius:var(--8, .8rem);box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}._incall_lmgji_1 ._prospect_note_lmgji_276 ._header_lmgji_16{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}._incall_lmgji_1 ._prospect_note_lmgji_276 ._header_lmgji_16 p{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._incall_lmgji_1 ._prospect_note_lmgji_276 ._header_lmgji_16 ._close_lmgji_245{cursor:pointer;width:var(--20, 1.25rem);height:var(--20, 1.25rem);display:flex;align-items:center;justify-content:center}._incall_lmgji_1._slide-up_lmgji_315{animation:_slide-up_lmgji_315 1s ease-in-out}@keyframes _slide-up_lmgji_315{0%{transform:translateY(100%)}to{transform:translateY(0)}}._incall_16bir_1{display:flex;width:100%;padding:var(--20, 1.25rem);flex-direction:column;justify-content:space-between;align-items:center;gap:1.6rem;border-radius:var(--8, .8rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);box-shadow:0 5px 14px #080f340a}._incall_16bir_1 ._header_16bir_14{display:flex;align-items:center;gap:.75rem;justify-content:space-between;align-self:stretch}._incall_16bir_1 ._header_16bir_14 p{color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._incall_16bir_1 ._header_16bir_14 p span{color:#3818d9}._incall_16bir_1 ._header_16bir_14 ._actions_16bir_31{display:flex;align-items:center;gap:.75rem}._incall_16bir_1 ._header_16bir_14 ._actions_16bir_31 ._action_16bir_31{width:var(--20, 1.25rem);height:var(--20, 1.25rem);display:flex;align-items:center;justify-content:center;cursor:pointer}._incall_16bir_1 ._body_16bir_44{display:flex;align-items:center;justify-content:space-between;width:100%}._incall_16bir_1 ._body_16bir_44 ._profile_16bir_50{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:var(--16, 1rem);align-self:stretch}._incall_16bir_1 ._body_16bir_44 ._profile_16bir_50 ._picture_16bir_58{width:2.4rem;height:2.4rem;border-radius:50%}._incall_16bir_1 ._body_16bir_44 ._profile_16bir_50 ._picture_16bir_58 img{width:2.4rem;height:2.4rem;border-radius:50%;object-fit:cover}._incall_16bir_1 ._body_16bir_44 ._profile_16bir_50 ._detail_16bir_69{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;gap:.4rem}._incall_16bir_1 ._body_16bir_44 ._profile_16bir_50 ._detail_16bir_69 ._name_16bir_77{display:flex;justify-content:flex-start;align-items:center;gap:var(--10, .625rem);width:100%}._incall_16bir_1 ._body_16bir_44 ._profile_16bir_50 ._detail_16bir_69 ._name_16bir_77 p{overflow:hidden;color:var(--netural-800, #5f5f5f);text-overflow:ellipsis;font-size:.875rem;font-style:normal;font-weight:500;text-align:left}._incall_16bir_1 ._body_16bir_44 ._profile_16bir_50 ._detail_16bir_69 ._name_16bir_77 ._integration_16bir_93{display:flex;align-items:center;gap:.5rem;justify-content:center}._incall_16bir_1 ._body_16bir_44 ._profile_16bir_50 ._detail_16bir_69 ._number_16bir_99{display:flex;justify-content:flex-start;align-items:center;align-self:stretch;gap:.6rem;width:100%}._incall_16bir_1 ._body_16bir_44 ._profile_16bir_50 ._detail_16bir_69 ._number_16bir_99 p{overflow:hidden;color:var(--netural-800, #5f5f5f);text-overflow:ellipsis;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._incall_16bir_1 ._body_16bir_44 ._profile_16bir_50 ._detail_16bir_69 ._number_16bir_99 ._enricher_16bir_116{display:flex;align-items:center;gap:.5rem;justify-content:center}._incall_16bir_1 ._body_16bir_44 ._action_buttons_16bir_122{display:flex;justify-content:center;align-items:center;gap:var(--10, .625rem);align-self:stretch}._callscript_19v6z_1{display:flex;width:100%;height:100%;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;border-radius:var(--8, .8rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);box-shadow:0 5px 14px #080f340a;padding:1rem var(--20, 1.25rem);overflow-y:auto}._callscript_19v6z_1::-webkit-scrollbar{display:none}._callscript_19v6z_1 ._header_19v6z_20{display:flex;align-items:center;gap:.75rem;justify-content:space-between;width:100%}._callscript_19v6z_1 ._header_19v6z_20 p{color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._callscript_19v6z_1 ._header_19v6z_20 p span{color:#3818d9}._callscript_19v6z_1 ._header_19v6z_20 ._actions_19v6z_37{display:flex;align-items:center;gap:.75rem}._callscript_19v6z_1 ._header_19v6z_20 ._actions_19v6z_37 ._action_19v6z_37{width:var(--20, 1.25rem);height:var(--20, 1.25rem);display:flex;align-items:center;justify-content:center;cursor:pointer}._callscript_19v6z_1 ._body_19v6z_50{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;overflow-y:auto}._callscript_19v6z_1 ._body_19v6z_50 p{width:100%;height:100%;color:var(--netural-800, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:400;line-height:1.6rem;text-align:justify;overflow-y:auto}._callscript_19v6z_1 ._body_19v6z_50 p::-webkit-scrollbar{display:none}._incall_y8uxt_1{display:flex;width:100%;height:100%;padding:var(--20, 1.25rem);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;border-radius:var(--8, .8rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);box-shadow:0 5px 14px #080f340a}._incall_y8uxt_1 ._header_y8uxt_15{display:flex;align-items:center;gap:.75rem;justify-content:space-between;align-self:stretch}._incall_y8uxt_1 ._header_y8uxt_15 p{color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._incall_y8uxt_1 ._header_y8uxt_15 p span{color:#3818d9}._incall_y8uxt_1 ._header_y8uxt_15 ._actions_y8uxt_32{display:flex;align-items:center;gap:.75rem}._incall_y8uxt_1 ._header_y8uxt_15 ._actions_y8uxt_32 ._action_y8uxt_32{width:var(--20, 1.25rem);height:var(--20, 1.25rem);display:flex;align-items:center;justify-content:center;cursor:pointer}._incall_y8uxt_1 ._profile_y8uxt_45{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--16, 1rem);align-self:stretch}._incall_y8uxt_1 ._profile_y8uxt_45 ._picture_y8uxt_53{width:4rem;height:4rem;border-radius:12.5rem;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center}._incall_y8uxt_1 ._profile_y8uxt_45 ._picture_y8uxt_53 img{width:100%;height:100%;border-radius:12.5rem}._incall_y8uxt_1 ._profile_y8uxt_45 ._detail_y8uxt_68{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;gap:.8rem}._incall_y8uxt_1 ._profile_y8uxt_45 ._detail_y8uxt_68 ._name_y8uxt_76{display:flex;justify-content:center;align-items:center;gap:var(--10, .625rem);align-self:stretch}._incall_y8uxt_1 ._profile_y8uxt_45 ._detail_y8uxt_68 ._name_y8uxt_76 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}._incall_y8uxt_1 ._profile_y8uxt_45 ._detail_y8uxt_68 ._name_y8uxt_76 ._integration_y8uxt_91{display:flex;align-items:center;gap:.5rem;justify-content:center}._incall_y8uxt_1 ._profile_y8uxt_45 ._detail_y8uxt_68 ._number_y8uxt_97{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:.6rem}._incall_y8uxt_1 ._profile_y8uxt_45 ._detail_y8uxt_68 ._number_y8uxt_97 span{display:flex;padding:var(--4, .25rem) var(--12, .75rem);justify-content:center;align-items:center;gap:var(--8, .5rem);color:var(--brand-primary, #3818d9);text-align:center;font-size:.8rem;font-style:normal;font-weight:400;border-radius:var(--8, .5rem);background:#f7f5ff}._incall_y8uxt_1 ._profile_y8uxt_45 ._detail_y8uxt_68 ._number_y8uxt_97 ._divider_y8uxt_118{width:1.5px!important;height:1.5rem!important;height:var(--0, 0rem);stroke-width:1.5px;background-color:var(--border-light, #f2f6fc)}._incall_y8uxt_1 ._profile_y8uxt_45 ._detail_y8uxt_68 ._number_y8uxt_97 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:.8rem;font-style:normal;font-weight:400;line-height:normal}._incall_y8uxt_1 ._profile_y8uxt_45 ._detail_y8uxt_68 ._number_y8uxt_97 ._enricher_y8uxt_133{display:flex;align-items:center;gap:.5rem;justify-content:center}._incall_y8uxt_1 ._status_y8uxt_139{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:1rem}._incall_y8uxt_1 ._status_y8uxt_139 p{color:var(--netural-800, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:500;text-align:center}._incall_y8uxt_1 ._call_options_y8uxt_154{display:flex;align-items:flex-start;gap:1.5rem;align-self:stretch;width:100%}._incall_y8uxt_1 ._call_options_y8uxt_154 ._call_option_y8uxt_154{cursor:pointer;display:flex;padding:var(--12, .75rem);flex-direction:column;justify-content:center;align-items:center;gap:var(--8, .5rem);flex:1 0 0}._incall_y8uxt_1 ._call_options_y8uxt_154 ._call_option_y8uxt_154 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._incall_y8uxt_1 ._prospect_actions_y8uxt_179{display:flex;align-items:flex-start;gap:var(--12, .75rem);align-self:stretch}._incall_y8uxt_1 ._prospect_actions_y8uxt_179 ._prospect_action_y8uxt_179{cursor:pointer;display:flex;padding:var(--16, 1rem);flex-direction:column;justify-content:center;align-items:center;gap:var(--10, .625rem);flex:1 0 0;border-radius:var(--12, .75rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff)}._incall_y8uxt_1 ._prospect_actions_y8uxt_179 ._prospect_action_y8uxt_179 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._incall_y8uxt_1 ._action_buttons_y8uxt_206{display:flex;justify-content:center;align-items:center;gap:var(--10, .625rem);align-self:stretch}._callscript_t5tfi_1{display:flex;width:100%;height:100%;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;border-radius:var(--8, .8rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);box-shadow:0 5px 14px #080f340a;padding:1rem var(--20, 1.25rem);overflow-y:auto}._callscript_t5tfi_1::-webkit-scrollbar{display:none}._callscript_t5tfi_1 ._header_t5tfi_20{display:flex;align-items:center;gap:.75rem;justify-content:space-between;width:100%;height:auto}._callscript_t5tfi_1 ._header_t5tfi_20 p{color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._callscript_t5tfi_1 ._header_t5tfi_20 p span{color:#3818d9}._callscript_t5tfi_1 ._header_t5tfi_20 ._actions_t5tfi_38{display:flex;align-items:center;gap:.75rem}._callscript_t5tfi_1 ._header_t5tfi_20 ._actions_t5tfi_38 ._action_t5tfi_38{width:var(--20, 1.25rem);height:var(--20, 1.25rem);display:flex;align-items:center;justify-content:center;cursor:pointer}._live_listening_j2i40_1{display:flex;width:100%;padding:var(--20, 1.25rem);flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;border-radius:var(--8, .8rem);border:var(--0, 1px) solid var(--border-light, #f2f6fc);background:var(--netural-100, #fff);box-shadow:0 5px 14px #080f340a}._live_listening_j2i40_1 ._header_j2i40_14{width:100%;display:flex;align-items:center;justify-content:space-between}._live_listening_j2i40_1 ._header_j2i40_14 ._close_j2i40_20{cursor:pointer;display:flex;justify-content:center;align-items:center}._live_listening_j2i40_1 ._profile_cards_j2i40_26{display:flex;justify-content:center;align-items:center;gap:-.75rem}._live_listening_j2i40_1 ._profile_cards_j2i40_26 ._picture_j2i40_32{width:4rem;height:4rem;border-radius:12.5rem;overflow:hidden;border:var(--4, 4px) solid #fff}._live_listening_j2i40_1 ._profile_cards_j2i40_26 ._picture_j2i40_32 img{width:100%;height:100%;border-radius:12.5rem}._live_listening_j2i40_1 ._duration_j2i40_44{display:flex;justify-content:center;align-items:center;gap:.5rem;font-size:1.25rem;color:var(--netural-900, #3f3f3f);color:var(--netural-800, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;margin:.8rem 0}._live_listening_j2i40_1 ._details_j2i40_59{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem;margin:0 0 2rem}._live_listening_j2i40_1 ._details_j2i40_59 ._from_j2i40_67,._live_listening_j2i40_1 ._details_j2i40_59 ._to_j2i40_68{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.8rem}._live_listening_j2i40_1 ._details_j2i40_59 ._from_j2i40_67 p,._live_listening_j2i40_1 ._details_j2i40_59 ._to_j2i40_68 p{font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem;color:var(--netural-800, #5f5f5f)}._live_listening_j2i40_1 ._details_j2i40_59 ._from_j2i40_67 span,._live_listening_j2i40_1 ._details_j2i40_59 ._to_j2i40_68 span{font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem;color:var(--netural-800, #3818d9);background-color:#f7f5ff;padding:.2rem;border-radius:.4rem}._live_listening_j2i40_1 ._buttons_j2i40_94{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%}._live_listening_j2i40_1 ._buttons_j2i40_94 ._upper_j2i40_102,._live_listening_j2i40_1 ._buttons_j2i40_94 ._lower_j2i40_109{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%}._rc_o7ogf_1{display:flex;align-items:center;width:fit-content!important;justify-content:space-between;box-shadow:0 0 19.4px 40091px #c5c5c53d;overflow-y:hidden}._rc_o7ogf_1::-webkit-scrollbar{width:0rem}._rc_o7ogf_1 ._model_wrapper_o7ogf_12{display:flex;width:100%;height:100%;padding:2rem 4rem;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;border-radius:.75rem;background:var(--color-gray-10, #fff)}._rc_o7ogf_1 ._model_wrapper_o7ogf_12::-webkit-scrollbar{width:0rem}._rc_o7ogf_1 ._model_wrapper_o7ogf_12 ._close_o7ogf_27{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.4rem;position:absolute;top:1.5rem;right:1.5rem}._rc_o7ogf_1 ._model_wrapper_o7ogf_12 ._close_o7ogf_27:hover{background:var(--netural-200, rgba(252, 85, 85, .0470588235));border-radius:.4rem}._rc_o7ogf_1 ._model_wrapper_o7ogf_12 ._icon_container_o7ogf_41{display:flex;justify-content:center;align-items:center}._rc_o7ogf_1 ._model_wrapper_o7ogf_12 ._icon_container_o7ogf_41 ._icon_o7ogf_41{display:flex;padding:1rem;justify-content:center;align-items:center;gap:.625rem;border-radius:50%;background:#3818d914}._rc_o7ogf_1 ._model_wrapper_o7ogf_12 ._body_o7ogf_55{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;align-self:stretch}._rc_o7ogf_1 ._model_wrapper_o7ogf_12 ._body_o7ogf_55 ._heading_o7ogf_63{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;align-self:stretch;overflow:hidden;color:var(--netural-1000, #202020);text-align:center;text-overflow:ellipsis;font-size:1.2rem;font-style:normal;font-weight:500;line-height:normal;text-transform:capitalize}._rc_o7ogf_1 ._model_wrapper_o7ogf_12 ._body_o7ogf_55 ._prospect_data_o7ogf_78{display:flex;justify-content:center;align-items:center;gap:.25rem;align-self:stretch;color:var(--brand-primary, #3818d9);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;cursor:pointer}._rc_o7ogf_1 ._model_wrapper_o7ogf_12 ._body_o7ogf_55 ._prospect_data_o7ogf_78 ._eye_o7ogf_97{display:flex;justify-content:center;align-items:center;cursor:pointer}._rc_o7ogf_1 ._model_wrapper_o7ogf_12 ._body_o7ogf_55 ._email_o7ogf_103,._rc_o7ogf_1 ._model_wrapper_o7ogf_12 ._body_o7ogf_55 ._phone_o7ogf_112{align-self:stretch;color:var(--netural-800, #5f5f5f);text-align:center;font-size:1rem;font-style:normal;font-weight:400;line-height:normal}._rc_o7ogf_1 ._model_wrapper_o7ogf_12 ._date_o7ogf_121{align-self:stretch;color:var(--netural-800, #5f5f5f);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}._rc_o7ogf_1 ._model_wrapper_o7ogf_12 ._button_o7ogf_130{display:flex;justify-content:center;align-items:center}._body_1563c_1{display:flex;flex-direction:row;justify-content:space-between;align-items:space-between;gap:1rem;height:100%;padding:2vh;position:relative;background:linear-gradient(0deg,#0000,#0000),linear-gradient(243deg,#e2e0ff7a 1.53%,#e2e0ff7a 6.25%,#e2e0ff7a 9.9%,#e2e0ff7a 13.82%,#e2e0ff7a 18.2%,#e2e0ff7a 23.24%,#e2e0ff7a 28.39%,#e2e0ff7a 32.88%,#e2e0ff7a 38.18%,#e2e0ff7a 43.01%,#e2e0ff7a 48.62%,#e2e0ff7a 53.6%,#e2e0ff7a 58.84%,#e2e0ff7a 64.12%,#e2e0ff7a 69.03%,#e2e0ff7a 74.37%,#e2e0ff7a 79.99%,#e2e0ff7a 85.3%,#e2e0ff7a,#e2e0ff7a 96.07%)}._body_1563c_1 ._sidebar_1563c_12{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;height:96vh;z-index:1}._body_1563c_1 ._main_1563c_21{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:0;width:100%;height:96vh;position:relative}._body_1563c_1 ._main_1563c_21 ._content_1563c_31{height:100%;width:100%;position:relative}._public_1563c_37{width:100%;overflow-x:hidden!important;scrollbar-width:none}@media screen and (max-width: 768px){._body_1563c_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem}._body_1563c_1 ._sidebar_1563c_12{width:100%;height:10vh;display:flex;flex-direction:row}}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none}:root{--rt-color-white: #fff;--rt-color-dark: #222;--rt-color-success: #8dc572;--rt-color-error: #be6464;--rt-color-warning: #f0ad4e;--rt-color-info: #337ab7;--rt-opacity: .9;--rt-transition-show-delay: .15s;--rt-transition-closing-delay: .15s}::-webkit-scrollbar{width:.4rem}::-webkit-scrollbar-thumb{background-color:#7e7e7e;border-radius:.4rem}::-webkit-scrollbar-track{background-color:#ccc;border-radius:.4rem}*{font-family:Inter,sans-serif;transition:all .3s ease}body{font-size:18px;color:#202020;background-color:#fff;max-height:100vh}body::-webkit-scrollbar{width:.28rem}body::-webkit-scrollbar-track{background:var(--color-gray-10, #fff)}body::-webkit-scrollbar-thumb{background:var(--color-gray-70, #7e7e7e);border-radius:.25rem}h1{color:#202020;flex:1 0 0;font-size:20px;font-style:normal;font-weight:500}h2{color:#202020;flex:1 0 0;font-size:18px;font-style:normal;font-weight:500}h3{color:#202020;flex:1 0 0;font-size:12px;font-style:normal;font-weight:500}img{object-fit:cover;cursor:pointer}textarea,input{outline:none;border:none;width:100%;color:#7e7e7e;font-size:12px;font-style:normal;font-weight:500;line-height:1.5rem;align-self:stretch;overflow:hidden;text-overflow:ellipsis}.recharts-wrapper *{outline:none}
