@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_6nt5c_1{position:absolute;z-index:0;display:flex;width:100%;height:100vh;align-items:center;flex-shrink:0}._linkedin_message_page_container_6nt5c_1 ._button_container_6nt5c_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_6nt5c_1 ._button_container_6nt5c_10 div{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center;color:var(--Gray-100, #ececec)}._linkedin_message_page_container_6nt5c_1 ._button_container_6nt5c_10 p{color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_container_6nt5c_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_6nt5c_41 ._form_sub_container_6nt5c_58{display:flex;flex-direction:column;align-items:center;gap:2rem;flex:1 0 0;align-self:stretch}._form_container_6nt5c_41 ._form_sub_container_6nt5c_58 ._submit_button_6nt5c_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_6nt5c_41 ._form_sub_container_6nt5c_58 ._form_header_6nt5c_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_6nt5c_41 ._form_sub_container_6nt5c_58 ._form_header_6nt5c_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_6nt5c_41 ._form_sub_container_6nt5c_58 ._form_fields_6nt5c_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_6nt5c_41 ._form_sub_container_6nt5c_58 ._form_fields_6nt5c_102::-webkit-scrollbar{display:none}._form_container_6nt5c_41 ._form_sub_container_6nt5c_58 ._form_fields_6nt5c_102 ._field_container_6nt5c_115{display:flex;height:4.25rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._form_container_6nt5c_41 ._form_sub_container_6nt5c_58 ._form_fields_6nt5c_102 ._field_container_6nt5c_115 ._field_label_6nt5c_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_6nt5c_41 ._form_sub_container_6nt5c_58 ._form_fields_6nt5c_102 ._field_container_6nt5c_115 ._field_input_dropdown_6nt5c_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._form_container_6nt5c_41 ._form_sub_container_6nt5c_58 ._form_fields_6nt5c_102 ._field_input_6nt5c_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._form_container_6nt5c_41 ._form_sub_container_6nt5c_58 ._form_fields_6nt5c_102 ._field_container_text_area_6nt5c_161{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;flex:1 0 0;align-self:stretch}._form_container_6nt5c_41 ._form_sub_container_6nt5c_58 ._form_fields_6nt5c_102 ._field_container_text_area_6nt5c_161 ._field_label_6nt5c_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_6nt5c_41 ._form_sub_container_6nt5c_58 ._form_fields_6nt5c_102 ._field_container_text_area_6nt5c_161 ._field_input_text_area_6nt5c_178{border-radius:.5rem;border:.5px solid var(--primary-border, #a899f1);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_6nt5c_196{position:absolute;z-index:20;transform:translateY(82%);border-radius:.5rem;border:.5px solid var(--primary-border, #a899f1);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_6nt5c_196 ._language_dropdown_selected_6nt5c_218{cursor:pointer;width:100%;text-align:center;padding:.25rem 0rem;border-radius:.5rem;background:#e2e0ff66}._language_dropdown_6nt5c_196 ._language_dropdown_item_6nt5c_226{cursor:pointer;width:100%;text-align:center;padding:.25rem 0rem}._language_dropdown_6nt5c_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_6nt5c_196 div:hover{border-radius:.25rem;background:#c5c5c533}._loader_6nt5c_245{border:4px solid #3818d9;border-top:4px solid #f3f3f3;border-radius:50%;width:25px;height:25px;animation:_spin_6nt5c_1 1s linear infinite}@keyframes _spin_6nt5c_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._linkedin_message_page_container_1d4cg_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_1d4cg_1 ._button_container_1d4cg_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_1d4cg_1 ._button_container_1d4cg_11 div{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center;color:var(--Gray-100, #ececec)}._linkedin_message_page_container_1d4cg_1 ._button_container_1d4cg_11 p{color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._result_container_1d4cg_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_1d4cg_43 ._result_sub_container_1d4cg_60{display:flex;flex-direction:column;align-items:center;gap:2rem;flex:1 0 0;align-self:stretch}._result_container_1d4cg_43 ._submit_button_1d4cg_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_1d4cg_43 ._result_header_1d4cg_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_1d4cg_43 ._result_header_1d4cg_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_1d4cg_43 ._result_field_1d4cg_106{display:flex;flex-direction:column;align-items:center;height:40vh;gap:1.25rem;flex:1 0 0;align-self:stretch}._result_container_1d4cg_43 ._result_field_1d4cg_106 ._result_field_sub_container_1d4cg_115{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;flex:1 0 0;align-self:stretch}._result_container_1d4cg_43 ._result_field_1d4cg_106 ._result_field_sub_container_1d4cg_115 ._result_field_header_1d4cg_124{display:flex;align-items:center;gap:.5rem;align-self:stretch}._result_container_1d4cg_43 ._result_field_1d4cg_106 ._result_field_sub_container_1d4cg_115 ._result_field_header_1d4cg_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_1d4cg_43 ._result_field_1d4cg_106 ._result_field_sub_container_1d4cg_115 ._result_field_header_1d4cg_124 ._icon_container_1d4cg_139{cursor:pointer;display:flex;align-items:center;gap:.5rem}._result_container_1d4cg_43 ._result_field_1d4cg_106 ._result_field_sub_container_1d4cg_115 ._result_field_header_1d4cg_124 ._icon_container_1d4cg_139 p{cursor:pointer;color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._result_container_1d4cg_43 ._result_field_1d4cg_106 ._result_field_sub_container_1d4cg_115 ._result_field_header_1d4cg_124 ._icon_container_1d4cg_139 ._icon_container_icon_1d4cg_154{cursor:pointer;display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._result_container_1d4cg_43 ._result_field_1d4cg_106 ._result_field_sub_container_1d4cg_115 ._result_output_1d4cg_162{border-radius:.5rem;border:.5px solid var(--primary-border, #a899f1);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_1eaff_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_1eaff_1 ._button_container_1eaff_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_1eaff_1 ._button_container_1eaff_11 div{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center;color:var(--Gray-100, #ececec)}._linkedin_message_page_container_1eaff_1 ._button_container_1eaff_11 p{color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._result_container_1eaff_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_1eaff_43 ._result_sub_container_1eaff_60{display:flex;flex-direction:column;align-items:center;gap:2rem;flex:1 0 0;align-self:stretch}._result_container_1eaff_43 ._submit_button_1eaff_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_1eaff_43 ._result_header_1eaff_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_1eaff_43 ._result_header_1eaff_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_1eaff_43 ._result_field_1eaff_106{display:flex;flex-direction:column;align-items:center;height:40vh;gap:1.25rem;flex:1 0 0;align-self:stretch}._result_container_1eaff_43 ._result_field_1eaff_106 ._result_field_sub_container_1eaff_115{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;flex:1 0 0;align-self:stretch}._result_container_1eaff_43 ._result_field_1eaff_106 ._result_field_sub_container_1eaff_115 ._result_field_header_1eaff_124{display:flex;align-items:center;gap:.5rem;align-self:stretch}._result_container_1eaff_43 ._result_field_1eaff_106 ._result_field_sub_container_1eaff_115 ._result_field_header_1eaff_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_1eaff_43 ._result_field_1eaff_106 ._result_field_sub_container_1eaff_115 ._result_field_header_1eaff_124 ._icon_container_1eaff_139{cursor:pointer;display:flex;align-items:center;gap:.5rem}._result_container_1eaff_43 ._result_field_1eaff_106 ._result_field_sub_container_1eaff_115 ._result_field_header_1eaff_124 ._icon_container_1eaff_139 p{cursor:pointer;color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._result_container_1eaff_43 ._result_field_1eaff_106 ._result_field_sub_container_1eaff_115 ._result_field_header_1eaff_124 ._icon_container_1eaff_139 ._icon_container_icon_1eaff_154{cursor:pointer;display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._result_container_1eaff_43 ._result_field_1eaff_106 ._result_field_sub_container_1eaff_115 ._result_output_1eaff_162{border-radius:.5rem;border:.5px solid var(--primary-border, #a899f1);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_zzlpv_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_zzlpv_1 ._sidebar_routes_zzlpv_12{display:flex;flex-direction:column;align-items:center;gap:2rem;align-self:stretch}._sidebar_zzlpv_1 ._sidebar_routes_zzlpv_12 ._sidebar_routes_top_zzlpv_19{display:flex;width:100%;align-self:center;justify-content:center;align-items:center}._sidebar_zzlpv_1 ._sidebar_routes_zzlpv_12 ._sidebar_routes_group_zzlpv_26{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem}._sidebar_zzlpv_1 ._sidebar_routes_zzlpv_12 ._sidebar_routes_group_zzlpv_26 ._sidebar_route_active_zzlpv_33{cursor:pointer;display:flex;padding:.75rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._sidebar_zzlpv_1 ._sidebar_routes_zzlpv_12 ._sidebar_routes_group_zzlpv_26 ._sidebar_route_inactive_zzlpv_43{cursor:pointer;display:flex;padding:.75rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.5rem;background:var(--Color-Background, #fff)}._sidebar_zzlpv_1 ._sidebar_routes_zzlpv_12 ._sidebar_routes_group_zzlpv_26 ._sidebar_route_inactive_zzlpv_43:hover{background:#eee}._sidebar_zzlpv_1 ._sidebar_profile_zzlpv_56{display:flex;width:2.5rem;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;position:relative}._sidebar_zzlpv_1 ._sidebar_profile_zzlpv_56 ._icon_wrapper_zzlpv_65{cursor:pointer;display:flex;justify-content:center;align-items:center}._sidebar_zzlpv_1 ._sidebar_profile_zzlpv_56 img{margin:.5rem;width:1.25rem;height:1.25rem;flex-shrink:0;border-radius:100%}@media screen and (max-width: 768px){._sidebar_zzlpv_1{padding:1rem .5rem;flex-direction:row;justify-content:space-between;align-items:center;gap:1rem;height:10vh;width:100%}._sidebar_routes_zzlpv_12{display:flex;flex-direction:row!important;width:80%}._sidebar_routes_zzlpv_12 ._sidebar_routes_top_zzlpv_19{display:flex;flex-direction:row!important;gap:1rem;align-self:center;justify-content:center;align-items:center;width:10%!important}._sidebar_routes_zzlpv_12 ._sidebar_routes_group_zzlpv_26{display:flex;flex-direction:row!important;gap:.5rem;width:100%;align-self:center;justify-content:center;align-items:center}._sidebar_routes_zzlpv_12 ._sidebar_routes_group_zzlpv_26 ._sidebar_route_active_zzlpv_33,._sidebar_routes_zzlpv_12 ._sidebar_routes_group_zzlpv_26 ._sidebar_route_inactive_zzlpv_43{padding:.5rem}._sidebar_profile_zzlpv_56{display:flex;width:20%!important;flex-direction:row!important;justify-content:center;align-items:center;gap:.75rem}._sidebar_profile_zzlpv_56 ._icon_wrapper_zzlpv_65{padding:.5rem}._sidebar_profile_zzlpv_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_1wemk_1{cursor:pointer;display:flex;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.5rem;align-self:stretch;border-radius:.5rem;border:1px solid var(--primary-border, #a899f1)}._button_1wemk_1 ._text_1wemk_12{color:var(--primary-pressed, #372980);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._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_1k1fd_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_1k1fd_1._active_1k1fd_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-family:Inter;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_2e9lu_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:1px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._main_wrapper_2e9lu_1 ._icon_2e9lu_17{display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._main_wrapper_2e9lu_1 ._text_container_2e9lu_26{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;align-self:stretch}._main_wrapper_2e9lu_1 ._text_container_2e9lu_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_2e9lu_1 ._text_container_2e9lu_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_2e9lu_1 ._file_info_2e9lu_52{display:flex;width:100%;justify-content:center;align-items:center;height:fit-content}._main_wrapper_2e9lu_1 ._file_info_2e9lu_52 ._sub_container_2e9lu_59{display:flex;gap:.5rem;align-items:center;width:fit-content}._main_wrapper_2e9lu_1 ._file_info_2e9lu_52 ._sub_container_2e9lu_59 ._file_2e9lu_52{padding:.25rem .5rem;gap:.5rem;display:flex;justify-content:center;align-items:center;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._main_wrapper_2e9lu_1 ._file_info_2e9lu_52 ._sub_container_2e9lu_59 ._file_2e9lu_52 p{color:var(--primary-main, #3818d9);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._main_wrapper_2e9lu_1 ._file_info_2e9lu_52 ._sub_container_2e9lu_59 ._cancel_2e9lu_81{display:flex;padding:.5rem;justify-content:center;align-items:center;border-radius:.25rem;background:var(--Danger-second, #f9f2f2)}._verify_csv_1p5oq_1{width:100%;height:20rem}._verify_csv_1p5oq_1 ._header_1p5oq_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_1p5oq_1 ._header_1p5oq_5 p{overflow:hidden;color:var(--primary-main, #3818d9);text-overflow:ellipsis;font-family:Inter;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_1p5oq_1 ._content_1p5oq_28{width:100%;height:calc(100% - 3.4rem);display:flex;flex-direction:column;overflow-y:auto}._verify_csv_1p5oq_1 ._content_1p5oq_28::-webkit-scrollbar{display:none}._verify_csv_1p5oq_1 ._row_1p5oq_38{display:flex;padding:1rem;align-items:center;gap:var(--Padding-Navbar, 1.5rem);align-self:stretch;background:var(--color-gray-10, #fff)}._verify_csv_1p5oq_1 ._row_1p5oq_38 p,._verify_csv_1p5oq_1 ._row_1p5oq_38 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_1p5oq_1 ._row_1p5oq_38 ._status_1p5oq_72{display:flex;align-items:center;justify-content:center}._icon_1p5oq_78{cursor:pointer}._simple_input_7idtj_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:.5px solid var(--primary-border, #a899f1);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_7idtj_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_4e51u_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._main_container_4e51u_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_4e51u_1 textarea::placeholder{color:var(--color-gray-40, #7e7e7e)}._main_container_4e51u_1 textarea::-webkit-scrollbar{width:.28rem}._main_container_4e51u_1 textarea::-webkit-scrollbar-thumb{background:var(--color-gray-70, #7e7e7e);border-radius:.25rem}._main_container_4e51u_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_qi0of_1{display:flex;flex-direction:column;gap:.5rem;border-radius:var(--8, .5rem);border:.5px solid var(--primary-border, rgba(197, 197, 197, .5));padding:var(--8, .5rem) var(--16, 1rem);align-items:center;align-self:stretch}._ci_qi0of_1 ._label_qi0of_11{color:var(--color-gray-100, #202020);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._ci_qi0of_1 ._body_qi0of_19{display:flex;align-items:center;gap:.5rem;justify-content:space-between;width:100%}._ci_qi0of_1 ._body_qi0of_19 ._input_qi0of_26{width:100%;border:none;font-size:.75rem;font-style:normal;font-weight:400;color:var(--color-gray-100, #202020);background:none;outline:none}._ci_qi0of_1 ._error_message_qi0of_36{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_16dum_1{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem}._row_16dum_1 ._label_16dum_9{color:var(--color-gray-90, #3f3f3f);font-size:.8rem;font-style:normal;font-weight:500;line-height:normal;flex:1 0 0}._row_16dum_1 ::-webkit-scrollbar{display:none}._row_16dum_1 ._container_16dum_20{width:100%;display:flex;align-items:center;gap:.5rem;flex:1 0 0}._row_16dum_1 ._container_16dum_20 ._selected_container_16dum_27{display:flex;align-items:center;gap:.5rem;max-width:100%;overflow-x:auto}._row_16dum_1 ._container_16dum_20 ._selected_container_16dum_27 ._selected_16dum_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_16dum_1 ._container_16dum_20 ._selected_container_16dum_27 ._selected_16dum_27 p{color:var(--primary-main, #3818d9);font-size:.8rem;font-style:normal;font-weight:500;line-height:1rem;white-space:nowrap}._row_16dum_1 ._container_16dum_20 ._dropdown_trigger_16dum_52{width:8rem;display:flex;justify-content:center;align-items:center;gap:.25rem}._row_16dum_1 ._container_16dum_20 ._dropdown_trigger_16dum_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_16dum_1 ._container_16dum_20 ._dropdown_16dum_52{position:relative;width:10rem}._row_16dum_1 ._container_16dum_20 ._dropdown_16dum_52 ._input_16dum_77{display:flex;padding:.25rem .625rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.375rem;border:.5px solid var(--primary-border, #a899f1);color:var(--color-gray-80, #5f5f5f);font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem}._row_16dum_1 ._container_16dum_20 ._dropdown_16dum_52 ._dropdown_options_16dum_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:.5px solid var(--primary-border, #a899f1)}._row_16dum_1 ._container_16dum_20 ._dropdown_16dum_52 ._dropdown_options_16dum_91 ._placeholder_16dum_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_16dum_1 ._container_16dum_20 ._dropdown_16dum_52 ._dropdown_options_16dum_91 ._option_16dum_119{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._row_16dum_1 ._container_16dum_20 ._dropdown_16dum_52 ._dropdown_options_16dum_91 ._option_16dum_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_16dum_1 ._container_16dum_20 ._dropdown_16dum_52 ._dropdown_options_16dum_91 ._option_16dum_119:hover{background:var(--primary-second, #f7f5ff)}._row_16dum_1 ._container_16dum_20 ._action_16dum_138{display:flex;align-items:center;gap:.5rem}._icon_16dum_144{cursor:pointer}._main_container_14jjg_1{display:flex;width:100%;overflow-y:auto;flex-direction:column;align-items:center;gap:2rem;scrollbar-width:none}._main_container_14jjg_1 ._header_14jjg_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_14jjg_1 ::-webkit-scrollbar{display:none}._main_container_14jjg_1 ._fine_tune_14jjg_26{display:flex;flex-direction:column;gap:1.5rem;align-items:center;align-self:stretch}._main_container_14jjg_1 ._container_14jjg_33{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._main_container_14jjg_1 ._container_14jjg_33 ._input_label_14jjg_41{display:flex;align-items:center;gap:.5rem;align-self:stretch}._main_container_14jjg_1 ._container_14jjg_33 ._input_label_14jjg_41 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_14jjg_1 ._container_14jjg_33 ._input_label_14jjg_41 ._tooltip_14jjg_54{cursor:pointer;display:flex;height:1rem;justify-content:center;align-items:center;position:relative;display:inline-block;font-size:.875rem}._main_container_14jjg_1 ._container_14jjg_33 ._input_label_14jjg_41 ._tooltip_14jjg_54 ._tooltiptext_14jjg_64{visibility:hidden;width:80px;background-color:#747474;color:#fff;text-align:center;padding:2px;border-radius:6px;z-index:50}._main_container_14jjg_1 ._container_14jjg_33 ._input_label_14jjg_41 ._tooltip_14jjg_54:hover ._tooltiptext_14jjg_64{visibility:visible}._main_container_14jjg_1 ._container_14jjg_33 ._input_14jjg_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:.5px solid var(--primary-border, #a899f1);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_14jjg_1 ._container_14jjg_33 ._select_container_14jjg_101{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}._main_container_14jjg_1 ._container_14jjg_33 ._select_container_14jjg_101 ._option_14jjg_108{display:flex;padding:.5rem 0rem;align-items:center;gap:1rem;width:100%}._main_container_14jjg_1 ._container_14jjg_33 ._select_container_14jjg_101 ._option_14jjg_108 div{cursor:pointer;width:1.2rem;height:1.2rem;flex-shrink:0;border-radius:100%;object-fit:contain}._main_container_14jjg_1 ._container_14jjg_33 ._select_container_14jjg_101 ._option_14jjg_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_14jjg_1 ._container_14jjg_33 ._result_count_14jjg_132{display:flex;padding-top:1.25rem;align-items:center;gap:2.5rem;align-self:stretch}._main_container_14jjg_1 ._container_14jjg_33 ._result_count_14jjg_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_14jjg_1 ._linkedin_type_14jjg_147{display:flex;flex-direction:column;gap:1.5rem;align-items:center;align-self:stretch}._main_container_14jjg_1 ._linkedin_type_14jjg_147 ._input_label_14jjg_41{display:flex;align-items:center;gap:.5rem;align-self:stretch}._main_container_14jjg_1 ._linkedin_type_14jjg_147 ._input_label_14jjg_41 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_14jjg_1 ._linkedin_type_14jjg_147 ._input_label_14jjg_41 ._tooltip_14jjg_54{cursor:pointer;display:flex;height:1rem;justify-content:center;align-items:center;position:relative;display:inline-block;font-size:.875rem}._main_container_14jjg_1 ._linkedin_type_14jjg_147 ._input_label_14jjg_41 ._tooltip_14jjg_54 ._tooltiptext_14jjg_64{visibility:hidden;width:80px;background-color:#747474;color:#fff;text-align:center;padding:2px;border-radius:6px;z-index:50}._main_container_14jjg_1 ._linkedin_type_14jjg_147 ._input_label_14jjg_41 ._tooltip_14jjg_54:hover ._tooltiptext_14jjg_64{visibility:visible}._main_container_14jjg_1 ._linkedin_type_14jjg_147 ._input_14jjg_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:.5px solid var(--primary-border, #a899f1);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_14jjg_1 ._linkedin_type_14jjg_147 ._select_container_14jjg_101{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}._main_container_14jjg_1 ._linkedin_type_14jjg_147 ._select_container_14jjg_101 ._option_14jjg_108{display:flex;padding:.5rem 0rem;align-items:center;gap:.75rem;width:100%}._main_container_14jjg_1 ._linkedin_type_14jjg_147 ._select_container_14jjg_101 ._option_14jjg_108 div{cursor:pointer;width:1rem;height:1rem;flex-shrink:0;border-radius:100%}._main_container_14jjg_1 ._linkedin_type_14jjg_147 ._select_container_14jjg_101 ._option_14jjg_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_14jjg_1 ._linkedin_type_14jjg_147 ._result_count_14jjg_132{display:flex;padding-top:1.25rem;align-items:center;gap:2.5rem;align-self:stretch}._main_container_14jjg_1 ._linkedin_type_14jjg_147 ._result_count_14jjg_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}._field_mapping_bhmgd_1{position:relative;z-index:10;width:100%;border-radius:.75rem;border:1px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._field_mapping_bhmgd_1 ::-webkit-scrollbar{display:none}._field_mapping_bhmgd_1 ._header_bhmgd_12{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:1px solid var(--primary-border, rgba(197, 197, 197, .5));background:#fafafa}._field_mapping_bhmgd_1 ._content_bhmgd_22{max-height:20rem;overflow-y:auto;display:flex;padding:.5rem;flex-direction:column;align-items:center;align-self:stretch}._field_mapping_bhmgd_1 ._content_bhmgd_22 ._row_bhmgd_31{display:flex;padding:1rem .75rem;align-items:center;gap:1.5rem;align-self:stretch;border-radius:.75rem;background:var(--color-gray-10, #fff)}._title1_bhmgd_41{display:flex;justify-content:center;align-items:center;max-width:5rem;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}._title2_bhmgd_55{max-width:7.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}._title3_bhmgd_66{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}._title4_bhmgd_77{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}._col2_bhmgd_89{display:-webkit-box;max-width:7.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}._col3_bhmgd_104{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}._col4_bhmgd_119{flex:1 0 0;display:flex;align-items:center;gap:1rem}._icon_bhmgd_126{cursor:pointer}._container_1joyv_1{display:flex;justify-content:center;align-items:center;gap:2rem;align-self:stretch}._container_1joyv_1 ._option_container_selected_1joyv_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_1joyv_1 ._option_container_selected_1joyv_8 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._container_1joyv_1 ._option_container_selected_1joyv_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_1joyv_1 ._option_container_1joyv_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(--color-gray-40, #c5c5c5);background:var(--color-gray-10, #fff)}._container_1joyv_1 ._option_container_1joyv_8 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._container_1joyv_1 ._option_container_1joyv_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_1joyv_69{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._link_field_1joyv_69 div{display:flex;align-items:center;gap:.5rem;align-self:stretch}._link_field_1joyv_69 div p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._wrapper_1v8qw_1{width:100%;position:relative;display:flex;flex-direction:column;gap:.5rem}._wrapper_1v8qw_1 ._trigger_1v8qw_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._wrapper_1v8qw_1 ._trigger_1v8qw_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_1v8qw_1 ._menu_1v8qw_35{display:flex;width:100%;padding:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;border-radius:.375rem;border:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff);box-shadow:0 5px 14px #080f340a}._wrapper_1v8qw_1 ._menu_1v8qw_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:.5px solid var(--primary-border, #a899f1);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_1v8qw_1 ._menu_1v8qw_35 ._options_1v8qw_72{height:15vh;display:flex;flex-direction:column;gap:.5rem;align-self:stretch;overflow:auto}._wrapper_1v8qw_1 ._menu_1v8qw_35 ._options_1v8qw_72::-webkit-scrollbar{display:none;width:0}._wrapper_1v8qw_1 ._menu_1v8qw_35 ._options_1v8qw_72 ._option_1v8qw_72{padding:.25rem;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._wrapper_1v8qw_1 ._menu_1v8qw_35 ._options_1v8qw_72 ._option_1v8qw_72:hover{border-radius:.25rem;background:#c5c5c533}._wrapper_1v8qw_1 ._menu_1v8qw_35 ._options_1v8qw_72 ._option_1v8qw_72 p{color:var(--color-gray-90, #3f3f3f);flex:1 0 0;font-size:.75rem;font-weight:500;line-height:1rem}._wrapper_1v8qw_1 ._menu_1v8qw_35 ._options_1v8qw_72 ._option_1v8qw_72 ._selected_1v8qw_104{display:flex;justify-content:center;align-items:center;width:1rem;height:1rem;border-radius:.25rem;background:var(--primary-pressed, #372980)}._wrapper_1v8qw_1 ._menu_1v8qw_35 ._options_1v8qw_72 ._option_selected_1v8qw_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_1v8qw_1 ._menu_1v8qw_35 ._options_1v8qw_72 ._option_selected_1v8qw_113 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.75rem;font-weight:semibold;line-height:1rem}._wrapper_1v8qw_1 ._menu_1v8qw_35 ._options_1v8qw_72 ._option_selected_1v8qw_113 ._selected_1v8qw_104{display:flex;justify-content:center;align-items:center;width:1rem;height:1rem;border-radius:.25rem;background:var(--primary-pressed, #372980)}._wrapper_1v8qw_1 ._menu_absolute_1v8qw_141{width:100%;top:120%;display:flex;padding:.6rem;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;border-radius:.375rem;border:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff);position:absolute;z-index:4000;box-shadow:0 5px 14px #080f340a;height:fit-content}._wrapper_1v8qw_1 ._menu_absolute_1v8qw_141 input{display:flex;padding:1rem 1.25rem;flex-direction:column;justify-content:center;align-items:center;gap:1.25rem;border-radius:.5rem;border:.5px solid var(--primary-border, #a899f1);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_1v8qw_1 ._menu_absolute_1v8qw_141 ._options_1v8qw_72{height:15vh;display:flex;flex-direction:column;gap:.5rem;align-self:stretch;overflow:auto}._wrapper_1v8qw_1 ._menu_absolute_1v8qw_141 ._options_1v8qw_72::-webkit-scrollbar{display:none;width:0}._wrapper_1v8qw_1 ._menu_absolute_1v8qw_141 ._options_1v8qw_72 ._option_1v8qw_72{padding:.25rem;cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._wrapper_1v8qw_1 ._menu_absolute_1v8qw_141 ._options_1v8qw_72 ._option_1v8qw_72:hover{border-radius:.25rem;background:#c5c5c533}._wrapper_1v8qw_1 ._menu_absolute_1v8qw_141 ._options_1v8qw_72 ._option_1v8qw_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_1v8qw_1 ._menu_absolute_1v8qw_141 ._options_1v8qw_72 ._option_1v8qw_72 ._selected_1v8qw_104{display:flex;justify-content:center;align-items:center;width:1rem;height:1rem;border-radius:.25rem;background:var(--primary-pressed, #372980)}._wrapper_1v8qw_1 ._menu_absolute_1v8qw_141 ._options_1v8qw_72 ._option_selected_1v8qw_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_1v8qw_1 ._menu_absolute_1v8qw_141 ._options_1v8qw_72 ._option_selected_1v8qw_113 p{color:var(--primary-main, #3818d9);flex:1 0 0;font-size:.75rem;font-weight:semibold;line-height:1rem}._wrapper_1v8qw_1 ._menu_absolute_1v8qw_141 ._options_1v8qw_72 ._option_selected_1v8qw_113 ._selected_1v8qw_104{display:flex;justify-content:center;align-items:center;width:1rem;height:1rem;border-radius:.25rem;background:var(--primary-pressed, #372980)}._custom_dropdown_15egi_1{width:100%;position:relative}._custom_dropdown_15egi_1 ._dropdown_head_15egi_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._custom_dropdown_15egi_1 ._dropdown_head_15egi_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_15egi_1 ._dropdown_options_15egi_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_15egi_1 ._dropdown_options_15egi_30 ._option_container_15egi_44{cursor:pointer;display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;padding:.25rem .5rem}._custom_dropdown_15egi_1 ._dropdown_options_15egi_30 ._option_container_15egi_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_15egi_1 ._dropdown_options_15egi_30 ._selected_15egi_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_15egi_1 ._dropdown_options_15egi_30 ._selected_15egi_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_163fq_1{display:flex;justify-content:center;align-items:center;gap:2rem;width:100%;align-self:stretch}._container_163fq_1 ._option_box_163fq_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:.5px solid var(--color-gray-40, #c5c5c5);background:var(--color-gray-10, #fff)}._container_163fq_1 ._option_box_163fq_9:hover{border:.5px solid var(--primary-focus, #efeefb);background:#e2e0ff66}._container_163fq_1 ._option_box_163fq_9 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._container_163fq_1 ._option_box_163fq_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_163fq_1 ._option_box_selected_163fq_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_163fq_1 ._option_box_selected_163fq_43 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._container_163fq_1 ._option_box_selected_163fq_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_163fq_74{display:flex;height:4.25rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._new_search_163fq_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_163fq_92{z-index:50;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;width:100%}._select_import_163fq_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_163fq_92 ._dropdown_field_163fq_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._select_import_163fq_92 ._dropdown_field_163fq_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_163fq_92 ._dropdown_field_163fq_109 div{width:1.25rem;height:1.25rem}._select_import_163fq_92 ._suggestion_list_163fq_142{display:flex;padding:1rem;flex-direction:column;justify-content:center;align-items:center;gap:1rem;align-self:stretch;border-radius:.375rem;border:.5px solid var(--color-gray-40, #c5c5c5);background:var(--color-gray-10, #fff)}._select_import_163fq_92 ._suggestion_list_163fq_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._select_import_163fq_92 ._suggestion_list_163fq_142 ._list_163fq_167{display:flex;padding:.2rem .5rem;flex-direction:column;align-items:center;gap:1rem;overflow:auto;align-self:stretch;height:15vh}._select_import_163fq_92 ._suggestion_list_163fq_142 ._list_163fq_167 ._row_163fq_177{display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._select_import_163fq_92 ._suggestion_list_163fq_142 ._list_163fq_167 ._row_163fq_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_163fq_92 ._suggestion_list_163fq_142 ._list_163fq_167 ._row_163fq_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_163fq_92 ._suggestion_list_163fq_142 ._list_163fq_167 ._row_selected_163fq_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_163fq_92 ._suggestion_list_163fq_142 ._list_163fq_167 ._row_selected_163fq_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_163fq_92 ._suggestion_list_163fq_142 ._list_163fq_167 ._row_selected_163fq_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_163fq_92 ._option_163fq_9{display:flex;width:100%;padding:.5rem 0rem;justify-content:center;align-items:center;gap:.75rem}._select_import_163fq_92 ._option_163fq_9 ._selected_163fq_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_163fq_92 ._option_163fq_9 ._unselected_163fq_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_163fq_92 ._option_163fq_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_163fq_273{display:none}._selected_163fq_242{cursor:pointer;width:1rem;height:1rem;border-radius:.25rem;background:var(--primary-pressed, #372980);display:flex;justify-content:center;align-items:center}._unselected_163fq_252{cursor:pointer;width:1rem;height:1rem;border-radius:.25rem;background:#fff;border:1px solid #ebecf2;display:flex;justify-content:center;align-items:center}._options_container_1v266_1{width:100%;display:flex;flex-wrap:wrap;gap:.6rem;justify-content:center}._text_content_1v266_9{display:flex;flex-direction:column;gap:.5rem;width:100%}._text_content_1v266_9 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._text_content_1v266_9 ._credential_container_1v266_22{display:flex;padding:1.25rem;flex-direction:column;gap:.5;border-radius:.5rem;border:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._text_content_1v266_9 ._credential_container_1v266_22 div{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._text_content_1v266_9 ._credential_container_1v266_22 div p{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;width:100%}._option_container_nyrnu_1{display:flex;justify-content:center;align-items:center;gap:2rem;align-self:stretch}._option_container_nyrnu_1 ._option_nyrnu_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:.5px solid var(--color-gray-40, #c5c5c5);background:#c5c5c533}._option_container_nyrnu_1 ._option_nyrnu_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_nyrnu_1 ._option_selected_nyrnu_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_nyrnu_1 ._option_selected_nyrnu_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_nyrnu_55{display:flex;padding:1.25rem;justify-content:space-between;align-items:center;gap:1.25rem;align-self:stretch;border-radius:.5rem;border:.5px solid var(--primary-border, #a899f1);background:#f7f5ff3d}._automate_control_nyrnu_55 ._text_content_nyrnu_66{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem}._automate_control_nyrnu_55 ._text_content_nyrnu_66 div{width:100%}._automate_control_nyrnu_55 ._text_content_nyrnu_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_nyrnu_55 ._text_content_nyrnu_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_nyrnu_55 ._dropdowns_nyrnu_93{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;gap:1.25rem}._automate_control_nyrnu_55 ._dropdowns_nyrnu_93 ._multi_dropdown_nyrnu_101{display:flex;justify-content:center;align-items:center;gap:.5rem}._automate_control_nyrnu_55 ._dropdowns_nyrnu_93 ._multi_dropdown_nyrnu_101 ._dropdown_nyrnu_93{width:100%}._automate_control_nyrnu_55 ._dropdowns_nyrnu_93 ._multi_dropdown_nyrnu_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_nyrnu_55 ._field_container_nyrnu_122{width:100%;display:flex;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch}._automate_control_nyrnu_55 ._field_container_nyrnu_122 ._text_container_nyrnu_130{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.25rem;flex:1 0 0;width:50%}._automate_control_nyrnu_55 ._field_container_nyrnu_122 ._text_container_nyrnu_130 ._p1_nyrnu_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_nyrnu_55 ._field_container_nyrnu_122 ._text_container_nyrnu_130 ._p2_nyrnu_147{color:var(--color-gray-80, #5f5f5f);align-self:stretch;font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem}._automate_control_nyrnu_55 ._field_container_nyrnu_122 ._dropdown_nyrnu_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_nyrnu_55 ._field_container_nyrnu_122 ._multi_dropdown_nyrnu_101{width:50%;display:flex;justify-content:center;align-items:center;gap:.45rem}._automate_control_nyrnu_55 ._field_container_nyrnu_122 ._multi_dropdown_nyrnu_101 ._dropdown_nyrnu_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_nyrnu_55 ._field_container_nyrnu_122 ._multi_dropdown_nyrnu_101 ._dropdown_nyrnu_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_nyrnu_55 ._field_container_nyrnu_122 ._multi_dropdown_nyrnu_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_134z0_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._select_scraping_type_container_134z0_1 ._select_scraping_type_sub_container_134z0_9{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem;width:100%}._select_scraping_type_container_134z0_1 ._select_scraping_type_sub_container_134z0_9 ._option_container_134z0_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:.5px solid var(--color-gray-40, #c5c5c5);background:var(--color-gray-10, #fff)}._select_scraping_type_container_134z0_1 ._select_scraping_type_sub_container_134z0_9 ._option_container_134z0_16 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._select_scraping_type_container_134z0_1 ._select_scraping_type_sub_container_134z0_9 ._option_container_134z0_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_134z0_1 ._select_scraping_type_sub_container_134z0_9 ._option_container_134z0_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_134z0_1 ._select_scraping_type_sub_container_134z0_9 ._option_container_selected_134z0_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_134z0_1 ._select_scraping_type_sub_container_134z0_9 ._option_container_selected_134z0_55 div{display:flex;width:1.75rem;height:1.75rem;justify-content:center;align-items:center}._select_scraping_type_container_134z0_1 ._select_scraping_type_sub_container_134z0_9 ._option_container_selected_134z0_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_134z0_1 ._select_scraping_type_sub_container_134z0_9 ._option_container_selected_134z0_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_13lvw_1{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._search_model_fields_13lvw_1 ._text_content_13lvw_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_13lvw_1 ._profile_view_13lvw_17{cursor:pointer;display:flex;padding:1rem 1.25rem;align-items:center;gap:2rem;align-self:stretch;border-radius:.75rem;border:.5px solid var(--color-gray-40, #c5c5c5)}._search_model_fields_13lvw_1 ._profile_view_13lvw_17 ._profile_details_container_13lvw_27{display:flex;align-items:center;gap:1rem;flex:1 0 0}._search_model_fields_13lvw_1 ._profile_view_13lvw_17 ._profile_details_container_13lvw_27 img{width:3rem;height:3rem;border-radius:3.125rem}._search_model_fields_13lvw_1 ._profile_view_13lvw_17 ._profile_details_container_13lvw_27 ._profile_details_13lvw_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_13lvw_1 ._profile_view_13lvw_17 ._profile_details_container_13lvw_27 ._profile_details_13lvw_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_13lvw_1 ._profile_view_13lvw_17 ._profile_details_container_13lvw_27 ._profile_details_13lvw_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_13lvw_1 ._status_13lvw_68{display:flex;align-items:center;gap:.5rem}._search_model_fields_13lvw_1 ._status_13lvw_68 ._icon_13lvw_73{display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._search_model_fields_13lvw_1 ._status_13lvw_68 p{color:var(--Success-main, #03781d);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._container_1si1x_1{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._container_1si1x_1 ._input_label_1si1x_9{display:flex;align-items:center;gap:.5rem;align-self:stretch}._container_1si1x_1 ._input_label_1si1x_9 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_1si1x_1 ._input_label_1si1x_9 ._tooltip_1si1x_22{cursor:pointer;display:flex;height:1rem;justify-content:center;align-items:center;position:relative;display:inline-block;font-size:.875rem}._container_1si1x_1 ._input_label_1si1x_9 ._tooltip_1si1x_22 ._tooltiptext_1si1x_32{visibility:hidden;width:80px;background-color:#747474;color:#fff;text-align:center;padding:2px;border-radius:6px;z-index:50}._container_1si1x_1 ._input_label_1si1x_9 ._tooltip_1si1x_22:hover ._tooltiptext_1si1x_32{visibility:visible}._container_1si1x_1 ._input_1si1x_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:.5px solid var(--primary-border, #a899f1);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_1si1x_1 ._select_container_1si1x_69{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}._container_1si1x_1 ._select_container_1si1x_69 ._option_1si1x_76{display:flex;padding:.5rem 0rem;align-items:center;gap:.75rem}._container_1si1x_1 ._select_container_1si1x_69 ._option_1si1x_76 div{cursor:pointer;width:1rem;height:1rem;flex-shrink:0;border-radius:100%}._container_1si1x_1 ._select_container_1si1x_69 ._option_1si1x_76 p{color:var(--Gray-700, var(--color-gray-80, #5f5f5f));font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_1si1x_1 ._result_count_1si1x_96{display:flex;padding-top:1.25rem;align-items:center;gap:2.5rem;align-self:stretch}._container_1si1x_1 ._result_count_1si1x_96 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_7lphc_1{display:flex;width:100%;overflow-y:auto;flex-direction:column;align-items:center;gap:2rem;scrollbar-width:none}._main_container_7lphc_1 ._header_7lphc_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_7lphc_1 ._container_7lphc_25{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._main_container_7lphc_1 ._container_7lphc_25 ._input_label_7lphc_33{display:flex;align-items:center;gap:.5rem;align-self:stretch}._main_container_7lphc_1 ._container_7lphc_25 ._input_label_7lphc_33 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_7lphc_1 ._container_7lphc_25 ._input_label_7lphc_33 ._tooltip_7lphc_46{cursor:pointer;display:flex;height:1rem;justify-content:center;align-items:center;position:relative;display:inline-block;font-size:.875rem}._main_container_7lphc_1 ._container_7lphc_25 ._input_label_7lphc_33 ._tooltip_7lphc_46 ._tooltiptext_7lphc_56{visibility:hidden;width:80px;background-color:#747474;color:#fff;text-align:center;padding:2px;border-radius:6px;z-index:50}._main_container_7lphc_1 ._container_7lphc_25 ._input_label_7lphc_33 ._tooltip_7lphc_46:hover ._tooltiptext_7lphc_56{visibility:visible}._main_container_7lphc_1 ._container_7lphc_25 ._input_7lphc_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:.5px solid var(--primary-border, #a899f1);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_7lphc_1 ._container_7lphc_25 ._select_container_7lphc_93{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}._main_container_7lphc_1 ._container_7lphc_25 ._select_container_7lphc_93 ._option_7lphc_100{display:flex;padding:.5rem 0rem;align-items:center;gap:1rem;width:100%}._main_container_7lphc_1 ._container_7lphc_25 ._select_container_7lphc_93 ._option_7lphc_100 div{cursor:pointer;width:1.2rem;height:1.2rem;flex-shrink:0;border-radius:100%;object-fit:contain}._main_container_7lphc_1 ._container_7lphc_25 ._select_container_7lphc_93 ._option_7lphc_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_7lphc_1 ._container_7lphc_25 ._select_container_7lphc_93 ._option_7lphc_100 p span{color:var(--color-gray-50, #b1b1b1);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_7lphc_1 ._container_7lphc_25 ._result_count_7lphc_131{display:flex;padding-top:1.25rem;align-items:center;gap:2.5rem;align-self:stretch}._main_container_7lphc_1 ._container_7lphc_25 ._result_count_7lphc_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_7lphc_1 ._linkedin_type_7lphc_146{display:flex;flex-direction:column;gap:1.5rem;align-items:center;align-self:stretch}._main_container_7lphc_1 ._linkedin_type_7lphc_146 ._input_label_7lphc_33{display:flex;align-items:center;gap:.5rem;align-self:stretch}._main_container_7lphc_1 ._linkedin_type_7lphc_146 ._input_label_7lphc_33 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._main_container_7lphc_1 ._linkedin_type_7lphc_146 ._input_label_7lphc_33 ._tooltip_7lphc_46{cursor:pointer;display:flex;height:1rem;justify-content:center;align-items:center;position:relative;display:inline-block;font-size:.875rem}._main_container_7lphc_1 ._linkedin_type_7lphc_146 ._input_label_7lphc_33 ._tooltip_7lphc_46 ._tooltiptext_7lphc_56{visibility:hidden;width:80px;background-color:#747474;color:#fff;text-align:center;padding:2px;border-radius:6px;z-index:50}._main_container_7lphc_1 ._linkedin_type_7lphc_146 ._input_label_7lphc_33 ._tooltip_7lphc_46:hover ._tooltiptext_7lphc_56{visibility:visible}._main_container_7lphc_1 ._linkedin_type_7lphc_146 ._input_7lphc_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:.5px solid var(--primary-border, #a899f1);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_7lphc_1 ._linkedin_type_7lphc_146 ._select_container_7lphc_93{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}._main_container_7lphc_1 ._linkedin_type_7lphc_146 ._select_container_7lphc_93 ._option_7lphc_100{display:flex;padding:.5rem 0rem;align-items:center;gap:.75rem;width:100%}._main_container_7lphc_1 ._linkedin_type_7lphc_146 ._select_container_7lphc_93 ._option_7lphc_100 div{cursor:pointer;width:1rem;height:1rem;flex-shrink:0;border-radius:100%}._main_container_7lphc_1 ._linkedin_type_7lphc_146 ._select_container_7lphc_93 ._option_7lphc_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_7lphc_1 ._linkedin_type_7lphc_146 ._select_container_7lphc_93 ._option_7lphc_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_7lphc_1 ._linkedin_type_7lphc_146 ._result_count_7lphc_131{display:flex;padding-top:1.25rem;align-items:center;gap:2.5rem;align-self:stretch}._main_container_7lphc_1 ._linkedin_type_7lphc_146 ._result_count_7lphc_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}._sem_967eg_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_967eg_1 ._search_model_wrapper_967eg_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_967eg_1 ._search_model_wrapper_967eg_9::-webkit-scrollbar{width:0rem}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_header_967eg_24{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_header_967eg_24 p{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_header_967eg_24 div{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_fields_967eg_45{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_fields_967eg_45 ._text_content_967eg_53{align-self:stretch;color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_fields_967eg_45 ._profile_view_967eg_61{cursor:pointer;display:flex;padding:1rem 1.25rem;align-items:center;gap:2rem;align-self:stretch;border-radius:.75rem;border:.5px solid var(--color-gray-40, #c5c5c5)}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_fields_967eg_45 ._profile_view_967eg_61 ._profile_details_container_967eg_71{display:flex;align-items:center;gap:1rem;flex:1 0 0}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_fields_967eg_45 ._profile_view_967eg_61 ._profile_details_container_967eg_71 img{width:3rem;height:3rem;border-radius:3.125rem}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_fields_967eg_45 ._profile_view_967eg_61 ._profile_details_container_967eg_71 ._profile_details_967eg_71{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0;align-self:stretch}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_fields_967eg_45 ._profile_view_967eg_61 ._profile_details_container_967eg_71 ._profile_details_967eg_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_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_fields_967eg_45 ._profile_view_967eg_61 ._profile_details_container_967eg_71 ._profile_details_967eg_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_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_fields_967eg_45 ._status_967eg_112{display:flex;align-items:center;gap:.5rem}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_fields_967eg_45 ._status_967eg_112 ._icon_967eg_117{display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_fields_967eg_45 ._status_967eg_112 p{color:var(--Success-main, #03781d);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_footer_967eg_132{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_footer_967eg_132 ._option_text_967eg_138{color:var(--color-gray-80, #5f5f5f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_footer_967eg_132 ._option_buttons_967eg_146{display:flex;justify-content:center;align-items:center;gap:.75rem}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_footer_967eg_132 ._option_buttons_967eg_146 ._option_button1_967eg_152{cursor:pointer;display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;border:1px solid var(--primary-border, #a899f1);color:var(--primary-pressed, #372980);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_footer_967eg_132 ._option_buttons_967eg_146 ._option_button2_967eg_168{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}._sem_967eg_1 ._search_model_wrapper_967eg_9 ._search_model_footer_967eg_132 ._option_buttons_967eg_146 ._option_button2_disabled_967eg_183{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}._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_1eowh_1{display:flex;padding:.75rem 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_1eowh_1 ._title_1eowh_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_1eowh_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_driyr_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_driyr_1 ._search_input_driyr_20{border-radius:.5rem;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5))}._template_modal_driyr_1 ._empty_wrapper_driyr_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_driyr_1 ._empty_wrapper_driyr_24 ._empty_text_driyr_33{align-self:stretch;color:var(--color-gray-80, #5f5f5f);text-align:center;font-size:.75rem;font-style:normal;font-weight:400}._template_modal_driyr_1 ._list_wrapper_driyr_41{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;align-self:stretch;overflow:auto;gap:.4rem}._template_modal_driyr_1 ._list_wrapper_driyr_41 ._template_option_driyr_50{display:flex;align-items:center;justify-content:center;padding:.4rem .5rem;align-self:stretch;cursor:pointer;border-radius:.4rem}._template_modal_driyr_1 ._list_wrapper_driyr_41 ._template_option_driyr_50:hover{background-color:#c5c5c51a}._template_modal_driyr_1 ._list_wrapper_driyr_41 ._template_option_driyr_50 ._template_name_driyr_62{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;align-self:stretch;width:100%}._template_modal_1x89o_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_1x89o_1 ._search_input_1x89o_20{border-radius:.5rem;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5))}._template_modal_1x89o_1 ._list_wrapper_1x89o_24{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;align-self:stretch;overflow:auto}._template_modal_1x89o_1 ._list_wrapper_1x89o_24 ._prospect_wrapper_1x89o_32{display:flex;flex-direction:column;justify-content:center;align-items:center;align-self:stretch;gap:.4rem}._template_modal_1x89o_1 ._list_wrapper_1x89o_24 ._prospect_wrapper_1x89o_32 ._prospect_heading_1x89o_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_1x89o_1 ._list_wrapper_1x89o_24 ._prospect_wrapper_1x89o_32 ._prospect_heading_1x89o_40 ._heading_text_1x89o_49{color:var(--primary-main, var(--brand-primary, #3818d9));font-size:.75rem;font-style:normal;font-weight:500}._template_modal_1x89o_1 ._list_wrapper_1x89o_24 ._prospect_wrapper_1x89o_32 ._template_option_1x89o_55{display:flex;align-items:center;justify-content:center;padding:.4rem .5rem;align-self:stretch;cursor:pointer;border-radius:.4rem}._template_modal_1x89o_1 ._list_wrapper_1x89o_24 ._prospect_wrapper_1x89o_32 ._template_option_1x89o_55:hover{background-color:#c5c5c51a}._template_modal_1x89o_1 ._list_wrapper_1x89o_24 ._prospect_wrapper_1x89o_32 ._template_option_1x89o_55 ._template_name_1x89o_67{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:400;align-self:stretch;width:100%}._label_3mbbo_1{display:flex;padding:var(--4, .25rem);justify-content:center;align-items:center;gap:.625rem;width:fit-content;border-radius:var(--4, .25rem);overflow:hidden}._label_3mbbo_1 ._label_title_3mbbo_11{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:.75rem;font-style:normal;font-weight:400;line-height:1rem;text-align:left;white-space:nowrap;width:100%}._modal_1an80_1{display:flex;width:8.125rem;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_1an80_1 ._modal_body_1an80_17{display:flex;flex-direction:column;gap:var(--12, .75rem);align-self:stretch;justify-content:center;overflow:hidden;align-items:center;width:100%}._modal_1an80_1 ._modal_body_1an80_17 ._label_1an80_27{display:flex;align-items:center;gap:var(--12, .75rem);align-self:stretch}._modal_1an80_1 ._modal_body_1an80_17 ._label_1an80_27 ._tag_text_wrapper_1an80_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_1an80_1 ._modal_body_1an80_17 ._label_1an80_27 ._tag_text_wrapper_1an80_33 ._label_modal_text_1an80_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_1an80_1 ._modal_body_1an80_17 ._not_found_1an80_56{display:flex;padding:var(--4, .25rem);justify-content:center;align-items:center;flex-direction:column;gap:.4rem;text-align:center}._modal_1an80_1 ._modal_body_1an80_17 ._not_found_1an80_56 p{font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._modal_1an80_1 ._modal_body_1an80_17 ._not_found_1an80_56 ._link_to_1an80_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_elw3n_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_elw3n_1 ._header_elw3n_13{display:flex;align-items:center;justify-content:space-between;width:100%}._reminder_elw3n_1 ._header_elw3n_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_elw3n_1 ._header_elw3n_13 ._icon_elw3n_31{cursor:pointer}._reminder_elw3n_1 ._body_elw3n_34{width:100%;display:flex;align-items:center;justify-content:space-between;flex-direction:column;gap:1.5rem}._reminder_elw3n_1 ._body_elw3n_34 ._container_elw3n_42{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;align-self:stretch}._reminder_elw3n_1 ._body_elw3n_34 ._container_elw3n_42 p{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;align-self:stretch}._reminder_elw3n_1 ._body_elw3n_34 ._container_elw3n_42 ._options_elw3n_57{display:flex;justify-content:center;align-items:center;gap:1rem;flex:1 0 0;align-self:stretch}._reminder_elw3n_1 ._body_elw3n_34 ._container_elw3n_42 ._options_elw3n_57 ._option_elw3n_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_elw3n_1 ._body_elw3n_34 ._container_elw3n_42 ._options_elw3n_57 ._option_elw3n_57 p{flex:1 0 0;color:var(--netural-700, #7e7e7e);text-align:center;font-size:.9rem;font-style:normal;font-weight:500}._reminder_elw3n_1 ._body_elw3n_34 ._container_elw3n_42 ._options_elw3n_57 ._option_active_elw3n_85{border-radius:.5rem;border:.5px solid var(--primary-border, #a899f1);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_elw3n_1 ._body_elw3n_34 ._container_elw3n_42 ._options_elw3n_57 ._option_active_elw3n_85 p{color:var(--primary-main, #3818d9);text-align:center;font-size:.9rem;font-style:normal;font-weight:500}._reminder_elw3n_1 ._body_elw3n_34 ._container_elw3n_42 ._options_elw3n_57 input{border-radius:.6rem;border:.5px solid var(--border-light, #f2f6fc);padding:.5rem 1rem;font-size:.875rem}._reminder_elw3n_1 ._body_elw3n_34 ._container_elw3n_42 ._options_elw3n_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_elw3n_1 ._body_elw3n_34 ._container_elw3n_42 ._options_elw3n_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_elw3n_1 ._footer_elw3n_131{display:flex;align-items:center;justify-content:flex-end;width:100%;gap:.6rem}._sidebar_wszkc_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_wszkc_1 ._personal_info_wszkc_12{width:100%;display:flex;flex-direction:row;gap:.75rem}._sidebar_wszkc_1 ._personal_info_wszkc_12 img{cursor:pointer;border-radius:100%}._sidebar_wszkc_1 ._personal_info_wszkc_12 ._text_header_wszkc_22{display:flex;flex-direction:column;gap:.4rem;width:100%;height:2.2rem}._sidebar_wszkc_1 ._personal_info_wszkc_12 ._text_header_wszkc_22 ._header_wszkc_29{display:flex;justify-content:flex-start;width:100%;gap:.4rem}._sidebar_wszkc_1 ._personal_info_wszkc_12 ._text_header_wszkc_22 ._header_wszkc_29 h1{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-weight:500;height:1rem}._sidebar_wszkc_1 ._personal_info_wszkc_12 ._text_header_wszkc_22 ._header_wszkc_29 ._icon_wszkc_41{width:100%;align-items:center;display:flex;justify-content:flex-start}._sidebar_wszkc_1 ._personal_info_wszkc_12 ._text_header_wszkc_22 ._header_wszkc_29 ._icon_wszkc_41 ._linkedin_icon_wszkc_47{cursor:pointer;align-items:center;display:flex;justify-content:center}._sidebar_wszkc_1 ._personal_info_wszkc_12 ._text_header_wszkc_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_wszkc_1 ._body_wszkc_62{display:flex;flex-direction:column;gap:1.25rem;width:100%;height:100%;overflow-y:auto}._sidebar_wszkc_1 ._body_wszkc_62::-webkit-scrollbar{width:0}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73{display:flex;flex-direction:column;align-items:flex-start;gap:.75rem;width:100%;position:relative}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 ._labels_wszkc_81{display:grid;grid-template-columns:repeat(2,1fr);column-gap:.5rem;row-gap:.5rem;overflow:hidden}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 ._prospect_links_header_wrapper_wszkc_88{display:flex;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:var(--4, .25rem)}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 ._prospect_links_header_wrapper_wszkc_88 ._prospect_link_header_text_wszkc_96{flex:1 0 0;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 ._prospect_links_header_wrapper_wszkc_88 ._edit_tag_wrapper_wszkc_104{display:flex;justify-content:center;align-items:center;gap:var(--4, .25rem);cursor:pointer}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 ._prospect_links_header_wrapper_wszkc_88 ._edit_tag_wrapper_wszkc_104 ._edit_tag_text_wszkc_111{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:.625rem;font-style:normal;font-weight:400;line-height:1rem;text-decoration:underline}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 p{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;flex:1 0 0}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 ._actions_wrapper_wszkc_134{justify-content:flex-start;gap:1.274rem}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 div{display:flex;justify-content:space-between;align-items:center;align-self:stretch;height:fit-content}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 div ._modal_action_button_wszkc_145{cursor:pointer;padding:0;margin:0;padding:.38rem;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 div ._status_btn_wrapper_wszkc_153{border-radius:.25rem;background:#fff}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 div ._like_wszkc_157{border:1px solid rgba(41,204,106,.1)}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 div ._dislike_wszkc_160{border:1px solid rgba(252,85,85,.1)}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 div ._demo_book_wszkc_163{border:1px solid rgba(0,153,255,.1)}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 div ._remider_set_wszkc_166{border:1px solid rgba(123,97,255,.1)}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 div ._inactive_wszkc_169{background-color:#c5c5c580}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 div div a{cursor:pointer;padding:0;margin:0;padding:.38rem;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._sidebar_wszkc_1 ._body_wszkc_62 ._prospect_links_wszkc_73 div div ._inactive_wszkc_169{background-color:#c5c5c580}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183{height:100%;display:flex;flex-direction:column;gap:1.25rem}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183::-webkit-scrollbar{width:0}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._activity_wszkc_183{display:flex;width:100%;flex-direction:column;align-items:center;gap:.75rem}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._activity_wszkc_183 p{width:100%;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._activity_wszkc_183 ._controls_wszkc_207{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:.5rem;align-self:stretch}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._activity_wszkc_183 ._controls_wszkc_207 ._unselected_wszkc_215{cursor:pointer;display:flex;padding:.5rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._activity_wszkc_183 ._controls_wszkc_207 ._unselected_wszkc_215 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_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._activity_wszkc_183 ._controls_wszkc_207 ._selected_wszkc_238{cursor:pointer;display:flex;padding:.5rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._activity_wszkc_183 ._controls_wszkc_207 ._selected_wszkc_238 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_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._contact_info_wszkc_262{display:flex;width:100%;flex-direction:column;align-items:center;gap:.75rem}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._contact_info_wszkc_262 p{width:100%;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._contact_info_wszkc_262 ._controls_wszkc_207{display:flex;flex-direction:column;justify-content:start;align-items:center;gap:.5rem;align-self:stretch}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._contact_info_wszkc_262 ._controls_wszkc_207 ._unselected_wszkc_215{cursor:pointer;display:flex;padding:.5rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._contact_info_wszkc_262 ._controls_wszkc_207 ._unselected_wszkc_215 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_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._contact_info_wszkc_262 ._controls_wszkc_207 ._selected_wszkc_238{cursor:pointer;display:flex;padding:.5rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._sidebar_wszkc_1 ._body_wszkc_62 ._activity_contact_wrapper_wszkc_183 ._contact_info_wszkc_262 ._controls_wszkc_207 ._selected_wszkc_238 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_wszkc_1 ._delete_btn_wszkc_332{display:flex;padding:.375rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;border:.5px solid var(--Danger-border, #e2a1a1);background:var(--color-gray-10, #fff);color:var(--Danger-main, #ba1717);cursor:pointer}._sidebar_wszkc_1 ._delete_btn_wszkc_332 ._delete_btn_text_wszkc_345{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_wszkc_1 ._note_modal_wszkc_358{max-height:50%;max-width:40%}._main_container_1q2lb_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_1q2lb_1 ._sub_container_1q2lb_13{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._main_container_1q2lb_1 ._sub_container_1q2lb_13 ._wrapper_1q2lb_23{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._main_container_1q2lb_1 ._sub_container_1q2lb_13 ._wrapper_1q2lb_23 ._header_1q2lb_32{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._main_container_1q2lb_1 ._sub_container_1q2lb_13 ._wrapper_1q2lb_23 ._header_1q2lb_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_1q2lb_1 ._sub_container_1q2lb_13 ._wrapper_1q2lb_23 ._header_1q2lb_32 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-family:Inter;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._company_info_1q2lb_66{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75;width:100%;align-self:stretch}._company_info_1q2lb_66 ._details_1q2lb_75{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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._company_info_1q2lb_66 ._details_1q2lb_75 div{width:100%;display:flex;flex-direction:column;gap:.25rem}._company_info_1q2lb_66 ._details_1q2lb_75 div ._title_1q2lb_92{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch}._company_info_1q2lb_66 ._details_1q2lb_75 div ._value_1q2lb_100{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_h1mlh_1{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._sub_container_h1mlh_1::-webkit-scrollbar{width:0}._sub_container_h1mlh_1 ._wrapper_h1mlh_14{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._sub_container_h1mlh_1 ._wrapper_h1mlh_14 ._header_h1mlh_23{display:flex;width:100%;justify-content:space-between;align-items:center;gap:.25rem}._sub_container_h1mlh_1 ._wrapper_h1mlh_14 ._header_h1mlh_23 ._average_h1mlh_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_h1mlh_1 ._wrapper_h1mlh_14 ._header_h1mlh_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_h1mlh_1 ._wrapper_h1mlh_14 ._header_h1mlh_23 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-family:Inter;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._sub_container_h1mlh_1 ._wrapper_h1mlh_14 ._icp_detail_container_h1mlh_70{width:100%;display:flex;padding:1rem 1.25rem;flex-direction:column;justify-content:center;gap:1rem;align-self:stretch;border-radius:.75rem;border:1px solid var(--primary-border, rgba(197, 197, 197, .5))}._sub_container_h1mlh_1 ._wrapper_h1mlh_14 ._icp_detail_container_h1mlh_70 ._detail_row_h1mlh_81{display:flex;align-items:center;gap:1.25rem;flex:1 0 0;align-self:stretch;padding:1.25rem 0rem}._sub_container_h1mlh_1 ._wrapper_h1mlh_14 ._icp_detail_container_h1mlh_70 ._detail_row_h1mlh_81 ._title_h1mlh_89{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_h1mlh_1 ._wrapper_h1mlh_14 ._icp_detail_container_h1mlh_70 ._detail_row_h1mlh_81 ._bar_h1mlh_103{width:100%;height:100%;display:flex;gap:1.25rem;position:relative}._sub_container_h1mlh_1 ._wrapper_h1mlh_14 ._icp_detail_container_h1mlh_70 ._detail_row_h1mlh_81 ._bar_h1mlh_103 ._bar_div_h1mlh_110{border-radius:.25rem;height:100%;cursor:pointer}._sub_container_h1mlh_1 ._wrapper_h1mlh_14 ._icp_detail_container_h1mlh_70 ._detail_row_h1mlh_81 ._bar_h1mlh_103 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_h1mlh_1 ._wrapper_h1mlh_14 ._icp_detail_container_h1mlh_70 ._detail_row_h1mlh_81 ._icon_h1mlh_130{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_6xkw2_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_6xkw2_1 ._detail_container_6xkw2_13{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._contact_details_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._contact_details_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._header_6xkw2_32{display:flex;width:100%;justify-content:center;align-items:center;gap:.25rem}._contact_details_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._header_6xkw2_32 ._left_6xkw2_39{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;width:100%}._contact_details_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._header_6xkw2_32 ._left_6xkw2_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_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._header_6xkw2_32 ._left_6xkw2_39 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-family:Inter;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._header_6xkw2_32 ._credits_6xkw2_72{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_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._header_6xkw2_32 ._credits_6xkw2_72 p{color:var(--color-gray-90, #3818D9);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._grid_container_6xkw2_89{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}._contact_details_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._options_6xkw2_96{display:flex;padding:.5rem;align-items:center;gap:.5rem;align-self:stretch;border-radius:.75rem;border:1px solid var(--primary-second, #f7f5ff)}._contact_details_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._options_6xkw2_96 div{cursor:pointer}._contact_details_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._options_6xkw2_96 ._unselected_6xkw2_108{display:flex;padding:.5rem 1rem;align-items:center;gap:.625rem;flex:1 0 0;border-radius:.5rem}._contact_details_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._options_6xkw2_96 ._unselected_6xkw2_108 p{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._contact_details_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._options_6xkw2_96 ._selected_6xkw2_123{display:flex;padding:.5rem 1rem;align-items:center;gap:.625rem;flex:1 0 0;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._contact_details_6xkw2_1 ._detail_container_6xkw2_13 ._wrapper_6xkw2_23 ._options_6xkw2_96 ._selected_6xkw2_123 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_1f6nb_1{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._sub_container_1f6nb_1 ._wrapper_1f6nb_11{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._header_1f6nb_20{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._header_1f6nb_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_1f6nb_1 ._wrapper_1f6nb_11 ._header_1f6nb_20 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-family:Inter;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60{width:100%;padding:1rem 1.25rem;display:flex;height:270px;flex-direction:column;gap:1rem;border-radius:.75rem;border:1px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._heading_1f6nb_71{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-weight:500;line-height:1.25rem}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._confidence_1f6nb_77{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_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._confidence_1f6nb_77 ._confidence_chart_1f6nb_86{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;padding:0}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._confidence_1f6nb_77 ._confidence_chart_1f6nb_86 div{padding:0}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._confidence_1f6nb_77 ._confidence_chart_1f6nb_86 ._text_container_1f6nb_98{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._confidence_1f6nb_77 ._confidence_chart_1f6nb_86 ._text_container_1f6nb_98 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_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._confidence_1f6nb_77 ._confidence_chart_1f6nb_86 ._text_container_1f6nb_98 ._score_1f6nb_115{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_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._confidence_1f6nb_77 ._desciption_1f6nb_131{align-self:stretch;padding:0;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-weight:400;line-height:1.25rem}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._quality_1f6nb_139{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:1rem;align-self:stretch}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._quality_1f6nb_139 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_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._bar_chart_1f6nb_163{padding:0;height:100%}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._bar_chart_1f6nb_163 div{padding:0}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._disc_pie_1f6nb_170{width:100%;height:100%;font-size:.85rem;position:relative}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._behaviour_chart_1f6nb_176{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._behaviour_chart_1f6nb_176 ._row_1f6nb_183{display:flex;flex-direction:column;padding:0rem .5rem;gap:.5rem}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._behaviour_chart_1f6nb_176 ._row_1f6nb_183 ._scroll_bar_1f6nb_189{height:.75rem;position:relative;width:100%;border-radius:.75rem;background:var(--primary-grey, #f2f6fc)}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._behaviour_chart_1f6nb_176 ._row_1f6nb_183 ._scroll_bar_1f6nb_189 ._scroll_button_1f6nb_196{position:absolute;width:3rem;height:100%;border-radius:.75rem;background:#4fad57}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._behaviour_chart_1f6nb_176 ._row_1f6nb_183 ._text_container_1f6nb_98{display:flex;padding:0rem 1.25rem;justify-content:space-between;align-items:center;align-self:stretch}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._behaviour_chart_1f6nb_176 ._row_1f6nb_183 ._text_container_1f6nb_98 ._text_left_1f6nb_210,._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._grid_container_1f6nb_53 ._grid_element_1f6nb_60 ._behaviour_chart_1f6nb_176 ._row_1f6nb_183 ._text_container_1f6nb_98 ._text_right_1f6nb_217{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._footer_1f6nb_224{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._footer_1f6nb_224 ._collapsable_1f6nb_230{height:fit-content;display:flex;flex-direction:column;gap:1.25rem;align-items:center;border-radius:.625rem;border:1px solid var(--primary-border, rgba(197, 197, 197, .5));padding:0rem 0rem 1rem}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._footer_1f6nb_224 ._collapsable_1f6nb_230 ._trigger_1f6nb_240{padding:1rem 1.25rem 0rem;width:100%;cursor:pointer;display:flex;justify-content:space-between}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._footer_1f6nb_224 ._collapsable_1f6nb_230 ._trigger_1f6nb_240 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_1f6nb_1 ._wrapper_1f6nb_11 ._footer_1f6nb_224 ._collapsable_1f6nb_230 ._trigger_1f6nb_240 ._icon_1f6nb_255{transform:rotate(-90deg)}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._footer_1f6nb_224 ._collapsable_1f6nb_230 ._content_1f6nb_258{padding:0rem 1.25rem;width:100%;display:flex;align-items:center;flex-direction:column;gap:1rem;max-height:16rem;overflow-x:auto}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._footer_1f6nb_224 ._collapsable_1f6nb_230 ._content_1f6nb_258 ._row_1f6nb_183{display:flex;width:100%;align-items:center;gap:.625rem}._sub_container_1f6nb_1 ._wrapper_1f6nb_11 ._footer_1f6nb_224 ._collapsable_1f6nb_230 ._content_1f6nb_258 ._row_1f6nb_183 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_1f6nb_288{background-color:#fff;border-radius:.32rem;height:1.5rem;width:2.8rem;position:relative;background-color:var(--color-gray-90, #3f3f3f)}._custom_tooltip_1f6nb_288 ._label_1f6nb_296{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_1f6nb_313{background-color:#fff;border-radius:.32rem;height:1.5rem;width:4.8rem;position:relative;background-color:var(--color-gray-90, #3f3f3f)}._custom_tooltip_pie_1f6nb_313 ._label_1f6nb_296{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_1f6nb_339{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 1px));z-index:2;border-radius:100%}._main_container_gb9mh_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_gb9mh_1 ::-webkit-scrollbar{display:none}._main_container_gb9mh_1 ._sub_container_gb9mh_17{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._header_gb9mh_36{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._header_gb9mh_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_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._header_gb9mh_36 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-family:Inter;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:.75rem}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76{width:100%;padding:1rem 1.25rem;display:flex;height:270px;flex-direction:column;gap:1rem;border-radius:.75rem;border:1px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._heading_gb9mh_87{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-weight:500;line-height:1.25rem}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._confidence_gb9mh_93{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_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._confidence_gb9mh_93 ._confidence_chart_gb9mh_102{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:1.25rem;align-self:stretch;padding:0}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._confidence_gb9mh_93 ._confidence_chart_gb9mh_102 div{padding:0}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._confidence_gb9mh_93 ._confidence_chart_gb9mh_102 ._text_container_gb9mh_114{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._confidence_gb9mh_93 ._confidence_chart_gb9mh_102 ._text_container_gb9mh_114 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_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._confidence_gb9mh_93 ._confidence_chart_gb9mh_102 ._text_container_gb9mh_114 ._score_gb9mh_131{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_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._confidence_gb9mh_93 ._desciption_gb9mh_147{align-self:stretch;padding:0;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-weight:400;line-height:1.25rem}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._quality_gb9mh_155{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:1rem;align-self:stretch}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._quality_gb9mh_155 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_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._bar_chart_gb9mh_179{padding:0;height:100%}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._bar_chart_gb9mh_179 div{padding:0}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._disc_pie_gb9mh_186{width:100%;height:100%;font-size:.85rem;position:relative}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._center_image_gb9mh_192{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;justify-content:center;align-items:center}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._behaviour_chart_gb9mh_201{width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._behaviour_chart_gb9mh_201 ._row_gb9mh_208{display:flex;flex-direction:column;padding:0rem .5rem;gap:.5rem}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._behaviour_chart_gb9mh_201 ._row_gb9mh_208 ._scroll_bar_gb9mh_214{height:.75rem;position:relative;width:100%;border-radius:.75rem;background:var(--primary-grey, #f2f6fc)}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._behaviour_chart_gb9mh_201 ._row_gb9mh_208 ._scroll_bar_gb9mh_214 ._scroll_button_gb9mh_221{position:absolute;width:3rem;height:100%;border-radius:.75rem;background:#4fad57}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._behaviour_chart_gb9mh_201 ._row_gb9mh_208 ._text_container_gb9mh_114{display:flex;padding:0rem 1.25rem;justify-content:space-between;align-items:center;align-self:stretch}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._behaviour_chart_gb9mh_201 ._row_gb9mh_208 ._text_container_gb9mh_114 ._text_left_gb9mh_235,._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._grid_container_gb9mh_69 ._grid_element_gb9mh_76 ._behaviour_chart_gb9mh_201 ._row_gb9mh_208 ._text_container_gb9mh_114 ._text_right_gb9mh_242{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._footer_gb9mh_249{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._footer_gb9mh_249 ._collapsable_gb9mh_255{height:fit-content;display:flex;flex-direction:column;gap:1.25rem;align-items:center;border-radius:.625rem;border:1px solid var(--primary-border, rgba(197, 197, 197, .5));padding:0rem 0rem 1rem}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._footer_gb9mh_249 ._collapsable_gb9mh_255 ._trigger_gb9mh_265{padding:1rem 1.25rem 0rem;width:100%;cursor:pointer;display:flex;justify-content:space-between}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._footer_gb9mh_249 ._collapsable_gb9mh_255 ._trigger_gb9mh_265 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_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._footer_gb9mh_249 ._collapsable_gb9mh_255 ._trigger_gb9mh_265 ._icon_gb9mh_280{transform:rotate(-90deg)}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._footer_gb9mh_249 ._collapsable_gb9mh_255 ._content_gb9mh_283{padding:0rem 1.25rem;width:100%;display:flex;align-items:center;flex-direction:column;gap:1rem;max-height:16rem;overflow-x:auto}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._footer_gb9mh_249 ._collapsable_gb9mh_255 ._content_gb9mh_283 ._row_gb9mh_208{display:flex;width:100%;align-items:center;gap:.625rem}._main_container_gb9mh_1 ._sub_container_gb9mh_17 ._wrapper_gb9mh_27 ._footer_gb9mh_249 ._collapsable_gb9mh_255 ._content_gb9mh_283 ._row_gb9mh_208 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_1mpcr_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_1mpcr_1 ._detail_container_1mpcr_14{display:flex;width:100%;flex-direction:column;align-items:center;gap:1.2rem;height:100%;overflow-y:auto}._contact_details_1mpcr_1 ._detail_container_1mpcr_14::-webkit-scrollbar{display:none}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._basic_info_1mpcr_26{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;align-self:stretch}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._basic_info_1mpcr_26 ._summary_1mpcr_35{display:flex;flex-direction:column;align-items:center;width:100%;gap:.75rem}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._basic_info_1mpcr_26 ._summary_1mpcr_35 ._header_1mpcr_42{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_1mpcr_1 ._detail_container_1mpcr_14 ._basic_info_1mpcr_26 ._summary_1mpcr_35 ._summary_text_1mpcr_57{padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.25rem;font-size:.72rem;font-style:normal;font-weight:500;line-height:1.25rem;text-align:justify;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5));border-radius:.4rem}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._basic_info_1mpcr_26 ._header_1mpcr_42{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._basic_info_1mpcr_26 ._header_1mpcr_42 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_1mpcr_1 ._detail_container_1mpcr_14 ._basic_info_1mpcr_26 ._header_1mpcr_42 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-family:Inter;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._basic_info_1mpcr_26 ._details_1mpcr_104{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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._basic_info_1mpcr_26 ._details_1mpcr_104 div{width:100%;display:flex;flex-direction:column;gap:.25rem}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._basic_info_1mpcr_26 ._details_1mpcr_104 div ._title_1mpcr_121{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_1mpcr_1 ._detail_container_1mpcr_14 ._basic_info_1mpcr_26 ._details_1mpcr_104 div ._value_1mpcr_133{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_1mpcr_1 ._detail_container_1mpcr_14 ._company_info_1mpcr_146{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75;width:100%;align-self:stretch}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._company_info_1mpcr_146 ._heading_1mpcr_155{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_1mpcr_1 ._detail_container_1mpcr_14 ._company_info_1mpcr_146 ._header_1mpcr_42{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._company_info_1mpcr_146 ._header_1mpcr_42 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_1mpcr_1 ._detail_container_1mpcr_14 ._company_info_1mpcr_146 ._header_1mpcr_42 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-family:Inter;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._company_info_1mpcr_146 ._details_1mpcr_104{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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._company_info_1mpcr_146 ._details_1mpcr_104 div{width:100%;display:flex;flex-direction:column;gap:.25rem}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._company_info_1mpcr_146 ._details_1mpcr_104 div ._title_1mpcr_121{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._company_info_1mpcr_146 ._details_1mpcr_104 div ._value_1mpcr_133{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_1mpcr_1 ._detail_container_1mpcr_14 ._custom_fields_1mpcr_242{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75;width:100%;align-self:stretch}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._custom_fields_1mpcr_242 ._heading_1mpcr_155{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_1mpcr_1 ._detail_container_1mpcr_14 ._custom_fields_1mpcr_242 ._header_1mpcr_42{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._custom_fields_1mpcr_242 ._header_1mpcr_42 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_1mpcr_1 ._detail_container_1mpcr_14 ._custom_fields_1mpcr_242 ._header_1mpcr_42 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-family:Inter;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._custom_fields_1mpcr_242 ._details_1mpcr_104{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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._custom_fields_1mpcr_242 ._details_1mpcr_104 div{width:100%;display:flex;flex-direction:column;gap:.25rem}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._custom_fields_1mpcr_242 ._details_1mpcr_104 div ._title_1mpcr_121{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._custom_fields_1mpcr_242 ._details_1mpcr_104 div ._value_1mpcr_133{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_1mpcr_1 ._detail_container_1mpcr_14 ._custom_fields_1mpcr_242 ._empty_1mpcr_338{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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._contact_details_1mpcr_1 ._detail_container_1mpcr_14 ._custom_fields_1mpcr_242 ._empty_1mpcr_338 ._title_1mpcr_121{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_uutgn_1{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._activity_wrapper_uutgn_1 ._icon_wrapper_uutgn_7{display:flex;padding:.375rem;justify-content:center;align-items:center;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._activity_wrapper_uutgn_1 ._info_wrapper_uutgn_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_uutgn_1 ._info_wrapper_uutgn_15 ._info_header_uutgn_27{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._activity_wrapper_uutgn_1 ._info_wrapper_uutgn_15 ._info_header_uutgn_27 ._message_uutgn_33{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1rem}._activity_wrapper_uutgn_1 ._info_wrapper_uutgn_15 ._info_header_uutgn_27 ._date_uutgn_40{color:var(--color-gray-80, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_uutgn_1 ._info_wrapper_uutgn_15 ._info_detail_uutgn_47{display:flex;align-items:center;gap:1rem;align-self:stretch}._activity_wrapper_uutgn_1 ._info_wrapper_uutgn_15 ._info_detail_uutgn_47 ._email_wrapper_uutgn_53{display:flex;align-items:center;gap:.8rem}._activity_wrapper_uutgn_1 ._info_wrapper_uutgn_15 ._info_detail_uutgn_47 ._email_wrapper_uutgn_53 ._source_uutgn_58{color:var(--color-gray-80, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_uutgn_1 ._info_wrapper_uutgn_15 ._info_detail_uutgn_47 ._email_wrapper_uutgn_53 ._email_text_uutgn_65{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._modal_uutgn_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_uutgn_73 ._modal_wrapper_uutgn_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_uutgn_73 ._modal_wrapper_uutgn_81 ._modal_header_uutgn_93{display:flex;justify-content:center;align-items:center;align-self:stretch}._modal_uutgn_73 ._modal_wrapper_uutgn_81 ._modal_header_uutgn_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_uutgn_73 ._modal_wrapper_uutgn_81 ._modal_header_uutgn_93 ._icon_uutgn_7{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._modal_uutgn_73 ._modal_wrapper_uutgn_81 ._modal_body_uutgn_120{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._modal_uutgn_73 ._modal_wrapper_uutgn_81 ._modal_body_uutgn_120 p{color:var(--color-gray-90, #3f3f3f);align-self:stretch;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._modal_uutgn_73 ._modal_wrapper_uutgn_81 ._modal_body_uutgn_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._modal_uutgn_73 ._modal_wrapper_uutgn_81 ._footer_uutgn_148{display:flex;justify-content:center;align-items:center;gap:var(--Padding-Navbar, .4rem)}._modal_uutgn_73 ._modal_wrapper_uutgn_81 ._footer_uutgn_148 ._cancel_uutgn_154{color:var(--color-gray-70, #7e7e7e);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._modal_uutgn_73 ._modal_wrapper_uutgn_81 ._footer_uutgn_148 ._save_uutgn_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_uutgn_73 ._modal_wrapper_uutgn_81 ._footer_uutgn_148 ._save_uutgn_161 div{color:var(--Gray-100, #ececec)}._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_1pc0h_1{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._activity_wrapper_1pc0h_1 ._icon_wrapper_1pc0h_7{display:flex;padding:.375rem;justify-content:center;align-items:center;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._activity_wrapper_1pc0h_1 ._info_wrapper_1pc0h_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_1pc0h_1 ._info_wrapper_1pc0h_15 ._info_header_1pc0h_27{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._activity_wrapper_1pc0h_1 ._info_wrapper_1pc0h_15 ._info_header_1pc0h_27 ._message_1pc0h_33{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1rem}._activity_wrapper_1pc0h_1 ._info_wrapper_1pc0h_15 ._info_header_1pc0h_27 ._date_1pc0h_40{color:var(--color-gray-80, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_1pc0h_1 ._info_wrapper_1pc0h_15 ._info_detail_1pc0h_47{display:flex;align-items:center;gap:1rem;align-self:stretch}._activity_wrapper_1pc0h_1 ._info_wrapper_1pc0h_15 ._info_detail_1pc0h_47 ._email_wrapper_1pc0h_53{display:flex;align-items:center;gap:.8rem}._activity_wrapper_1pc0h_1 ._info_wrapper_1pc0h_15 ._info_detail_1pc0h_47 ._email_wrapper_1pc0h_53 ._source_1pc0h_58{color:var(--color-gray-80, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._activity_wrapper_1pc0h_1 ._info_wrapper_1pc0h_15 ._info_detail_1pc0h_47 ._email_wrapper_1pc0h_53 ._email_text_1pc0h_65{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._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}._main_container_j5s6p_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_j5s6p_1 ._sub_container_j5s6p_13{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._main_container_j5s6p_1 ._sub_container_j5s6p_13 ._wrapper_j5s6p_23{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._main_container_j5s6p_1 ._sub_container_j5s6p_13 ._wrapper_j5s6p_23 ._header_j5s6p_32{display:flex;width:100%;justify-content:center;align-items:center;gap:.25rem}._main_container_j5s6p_1 ._sub_container_j5s6p_13 ._wrapper_j5s6p_23 ._header_j5s6p_32 ._left_j5s6p_39{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;flex:1 0 0}._main_container_j5s6p_1 ._sub_container_j5s6p_13 ._wrapper_j5s6p_23 ._header_j5s6p_32 ._left_j5s6p_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_j5s6p_1 ._sub_container_j5s6p_13 ._wrapper_j5s6p_23 ._header_j5s6p_32 ._left_j5s6p_39 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-family:Inter;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._main_container_j5s6p_1 ._sub_container_j5s6p_13 ._wrapper_j5s6p_23 ._header_j5s6p_32 ._credits_j5s6p_72{display:flex;justify-content:center;align-items:center;gap:.25rem;padding:.4rem;border-radius:.4rem}._main_container_j5s6p_1 ._sub_container_j5s6p_13 ._wrapper_j5s6p_23 ._header_j5s6p_32 ._credits_j5s6p_72 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._main_container_j5s6p_1 ._sub_container_j5s6p_13 ._activity_info_j5s6p_87{display:flex;flex-direction:column;align-items:center;gap:1.25rem;flex:1 0 0;align-self:stretch;overflow-y:auto}._main_container_j5s6p_1 ._sub_container_j5s6p_13 ._activity_info_j5s6p_87::-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_9f5hq_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_9f5hq_1 ._detail_container_9f5hq_13{display:flex;width:100%;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem;height:100%;overflow-y:auto}._contact_details_9f5hq_1 ._detail_container_9f5hq_13 ._wrapper_9f5hq_23{width:100%;height:100%;display:flex;flex-direction:column;justify-content:start;align-items:center;gap:1.25rem}._contact_details_9f5hq_1 ._detail_container_9f5hq_13 ._wrapper_9f5hq_23 ._header_9f5hq_32{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._contact_details_9f5hq_1 ._detail_container_9f5hq_13 ._wrapper_9f5hq_23 ._header_9f5hq_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_9f5hq_1 ._detail_container_9f5hq_13 ._wrapper_9f5hq_23 ._header_9f5hq_32 p{display:flex;flex-direction:column;justify-content:center;flex:1 0 0;align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-family:Inter;font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._contact_details_9f5hq_1 ._detail_container_9f5hq_13 ._wrapper_9f5hq_23 ._grid_container_9f5hq_65{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:1rem}._contact_details_9f5hq_1 ._detail_container_9f5hq_13 ._wrapper_9f5hq_23 ._options_9f5hq_72{display:flex;padding:.5rem;align-items:center;gap:.5rem;align-self:stretch;border-radius:.75rem;border:1px solid var(--primary-second, #f7f5ff)}._contact_details_9f5hq_1 ._detail_container_9f5hq_13 ._wrapper_9f5hq_23 ._options_9f5hq_72 div{cursor:pointer}._contact_details_9f5hq_1 ._detail_container_9f5hq_13 ._wrapper_9f5hq_23 ._options_9f5hq_72 ._unselected_9f5hq_84{display:flex;padding:.5rem 1rem;align-items:center;gap:.625rem;flex:1 0 0;border-radius:.5rem}._contact_details_9f5hq_1 ._detail_container_9f5hq_13 ._wrapper_9f5hq_23 ._options_9f5hq_72 ._unselected_9f5hq_84 p{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._contact_details_9f5hq_1 ._detail_container_9f5hq_13 ._wrapper_9f5hq_23 ._options_9f5hq_72 ._selected_9f5hq_99{display:flex;padding:.5rem 1rem;align-items:center;gap:.625rem;flex:1 0 0;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._contact_details_9f5hq_1 ._detail_container_9f5hq_13 ._wrapper_9f5hq_23 ._options_9f5hq_72 ._selected_9f5hq_99 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_9y8sc_1{display:flex;gap:1.33rem;align-items:center;flex-shrink:0}._pagination_9y8sc_1 ._icon_9y8sc_7{cursor:pointer}._pagination_9y8sc_1 p{color:var(--primary-main, #3818d9)}._pagination_9y8sc_1 ._unselected_9y8sc_13{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_9y8sc_1 ._selected_9y8sc_25{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}._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_1v6al_1{display:flex;height:2.5rem;align-items:center;gap:var(--12, .75rem);align-self:stretch;cursor:pointer}._pc_1v6al_1 ._picture_1v6al_9{width:2rem;height:2rem;border-radius:50%}._pc_1v6al_1 ._picture_1v6al_9 img{object-fit:cover;width:100%;height:100%}._pc_1v6al_1 ._body_1v6al_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--4, .25rem);flex:1 0 0;align-self:stretch}._pc_1v6al_1 ._body_1v6al_19 ._name_email_1v6al_28{display:flex;align-items:center;gap:var(--4, .6rem)}._pc_1v6al_1 ._body_1v6al_19 ._name_email_1v6al_28 h2{color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._pc_1v6al_1 ._body_1v6al_19 ._name_email_1v6al_28 span{color:var(--netural-800, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:400}._pc_1v6al_1 ._body_1v6al_19 ._card_phone_1v6al_46{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;flex:1 0 0;overflow:hidden;color:var(--netural-800, #5f5f5f)!important;text-overflow:ellipsis;font-size:.75rem!important;font-style:normal;font-weight:400}._pc_1v6al_1:hover{background:var(--color-gray-20, #f9f9f9);border-radius:.4rem}._tb_oyr5k_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_oyr5k_1 ._tab_oyr5k_10{cursor:pointer;display:flex;width:10.5rem;padding:var(--8, .5rem) var(--16, 1rem);align-items:center;gap:var(--10, .625rem);border-radius:.375rem}._tb_oyr5k_1 ._tab_oyr5k_10 span{flex:1 0 0;color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._tb_oyr5k_1 ._active_oyr5k_27{cursor:pointer;display:flex;width:10.5rem;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_oyr5k_1 ._active_oyr5k_27 span{color:var(--primary-main, var(--brand-primary, #3818d9));font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;flex:1 0 0}._list_view_table_row_9dc7a_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)}@keyframes _fadeIn_9dc7a_1{0%{opacity:0}to{opacity:1}}._list_view_table_row_9dc7a_1 ._column_group1_9dc7a_19{display:flex;align-items:center;gap:1.25rem}._list_view_table_row_9dc7a_1 ._column_group1_9dc7a_19 ._g1c1_9dc7a_24{display:flex;padding:.625rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.5rem;background:var(--color-gray-10, #fff)}._list_view_table_row_9dc7a_1 ._column_group1_9dc7a_19 ._g1c1_9dc7a_24 ._icon_9dc7a_33{width:1rem;height:1rem;display:flex;align-items:center}._list_view_table_row_9dc7a_1 ._column_group1_9dc7a_19 p{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;width:232px}._list_view_table_row_9dc7a_1 ._column_group2_9dc7a_53{display:flex;align-items:center;gap:1.25rem}._list_view_table_row_9dc7a_1 ._column_group2_9dc7a_53 ._group2_column_9dc7a_58{display:flex;min-width:8rem;align-items:center;gap:.6rem}._list_view_table_row_9dc7a_1 ._column_group2_9dc7a_53 ._group2_column_9dc7a_58 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_9dc7a_1 ._column_group2_9dc7a_53 ._group2_column_9dc7a_58 ._icon_9dc7a_33{width:1rem;height:1rem}._list_view_table_row_9dc7a_1 ._column_group2_9dc7a_53 ._group2_column_9dc7a_58 ._complete_9dc7a_76{color:var(--Success-main, #03781d)}._list_view_table_row_9dc7a_1 ._column_group2_9dc7a_53 ._group2_column_9dc7a_58 ._ongoing_9dc7a_79{color:var(--Success-main, #0099ff)}._list_view_table_row_9dc7a_1 ._column_group2_9dc7a_53 ._group2_column_9dc7a_58 ._incomplete_9dc7a_82{color:var(--Danger-main, #ba1717)}._list_view_table_row_9dc7a_1 ._column_group2_9dc7a_53 ._group2_column_9dc7a_58 ._cancelled_9dc7a_85{color:var(--Danger-main, #fc5555)}._list_view_table_row_9dc7a_1 ._column_group2_9dc7a_53 ._group2_column_9dc7a_58 ._idle_9dc7a_88{color:#40e0cf}._list_view_table_row_9dc7a_1 ._column_group2_9dc7a_53 ._group2_column_9dc7a_58 ._enriching_9dc7a_91{color:#4a3aff}._list_view_table_row_9dc7a_1 ._column_group3_9dc7a_94{z-index:20;display:flex;justify-content:flex-end;align-items:center;gap:1.25rem;min-width:120px}._list_view_table_row_9dc7a_1 ._column_group3_9dc7a_94 ._group3_column_9dc7a_102{cursor:pointer;display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._list_view_table_row_9dc7a_1 ._column_group3_9dc7a_94 ._hidden_9dc7a_110{visibility:hidden;cursor:pointer;display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._body_l90io_1{height:68px;width:100%;border-radius:.75rem;background:#c5c5c51a}._list_view_main_container_17xvh_1{display:flex;width:100%;height:100%;padding:1.5rem 1.75rem;flex-direction:column;align-items:flex-start;gap:var(--Padding-Navbar, 1.6rem);flex-shrink:0;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012}._list_view_main_container_17xvh_1 ._list_view_header_17xvh_14{width:100%;display:flex;justify-content:space-between;align-items:center}._list_view_main_container_17xvh_1 ._list_view_header_17xvh_14 ._list_view_header_text_17xvh_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem}._list_view_main_container_17xvh_1 ._list_view_header_17xvh_14 ._list_view_header_text_17xvh_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_17xvh_1 ._list_view_header_17xvh_14 ._list_view_header_text_17xvh_20 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._list_view_main_container_17xvh_1 ._list_view_header_17xvh_14 ._list_view_header_action_17xvh_41{display:flex;align-items:center;gap:.75rem}._list_view_main_container_17xvh_1 ._list_view_header_17xvh_14 ._list_view_header_action_17xvh_41 ._button_style_17xvh_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_17xvh_1 ._list_view_header_17xvh_14 ._list_view_header_action_17xvh_41 ._button_style_17xvh_46 p{color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._list_view_main_container_17xvh_1 ._list_view_table_17xvh_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_17xvh_1 ._list_view_table_17xvh_63::-webkit-scrollbar{display:none}._list_view_main_container_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76{display:flex;padding:1rem;justify-content:space-between;align-items:center;align-self:stretch;border-radius:.75rem;background:#c5c5c51a}._list_view_main_container_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76 ._column_group1_17xvh_85{display:flex;align-items:center;gap:1.25rem}._list_view_main_container_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76 ._column_group1_17xvh_85 ._g1c1_17xvh_90{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_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76 ._column_group1_17xvh_85 ._g1c1_17xvh_90 ._icon_17xvh_99{width:1rem;height:1rem}._list_view_main_container_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76 ._column_group1_17xvh_85 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_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76 ._column_group2_17xvh_118{display:flex;align-items:center;gap:1.25rem}._list_view_main_container_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76 ._column_group2_17xvh_118 ._group2_column_17xvh_123{display:flex;min-width:10rem;align-items:center;gap:.75rem}._list_view_main_container_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76 ._column_group2_17xvh_118 ._group2_column_17xvh_123 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_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76 ._column_group2_17xvh_118 ._group2_column_17xvh_123 ._icon_17xvh_99{width:1rem;height:1rem}._list_view_main_container_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76 ._column_group2_17xvh_118 ._group2_column_17xvh_123 ._complete_17xvh_141{color:var(--Success-main, #03781d)}._list_view_main_container_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76 ._column_group2_17xvh_118 ._group2_column_17xvh_123 ._incomplete_17xvh_144{color:var(--Danger-main, #ba1717)}._list_view_main_container_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76 ._column_group3_17xvh_147{display:flex;justify-content:center;align-items:center;gap:1.25rem}._list_view_main_container_17xvh_1 ._list_view_table_17xvh_63 ._list_view_table_row_17xvh_76 ._column_group3_17xvh_147 ._group3_column_17xvh_153{cursor:pointer;display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._main_container_l2a3w_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_l2a3w_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_l2a3w_10 ._login_sub_container_l2a3w_20{display:flex;flex-direction:column;align-items:center;gap:1.8rem;align-self:stretch}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_header_l2a3w_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_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_header_l2a3w_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_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_fields_l2a3w_46{display:flex;flex-direction:column;align-items:center;gap:1.2rem;align-self:stretch}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_fields_l2a3w_46 ._login_field_l2a3w_46{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_fields_l2a3w_46 ._login_field_l2a3w_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_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_fields_l2a3w_46 ._login_field_l2a3w_46 ._password_l2a3w_70{width:100%;display:flex;position:relative}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_fields_l2a3w_46 ._login_field_l2a3w_46 ._password_l2a3w_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff);color:#3f3f3f}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_fields_l2a3w_46 ._login_field_l2a3w_46 ._password_l2a3w_70 ._icon_l2a3w_90{cursor:pointer;display:flex;position:absolute;right:16px;top:0;bottom:0;align-items:center;margin-top:auto;margin-bottom:auto}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_fields_l2a3w_46 ._login_field_l2a3w_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff);color:#3f3f3f}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_options_l2a3w_116{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_options_l2a3w_116 ._login_option_text_l2a3w_124{height:1.25rem;align-self:stretch;display:flex;align-items:center;justify-content:space-between}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_options_l2a3w_116 ._login_option_text_l2a3w_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_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_options_l2a3w_116 ._login_option_text_l2a3w_124 div{width:68%;height:.03125rem;background:#e7e7e7}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_options_l2a3w_116 ._login_option_container_l2a3w_144{display:flex;align-items:flex-start;gap:.625rem;align-self:stretch}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_options_l2a3w_116 ._login_option_container_l2a3w_144 ._login_option_l2a3w_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_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_options_l2a3w_116 ._login_option_container_l2a3w_144 ._login_option_l2a3w_116:hover{background:#c5c5c54d}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_options_l2a3w_116 ._login_option_container_l2a3w_144 ._login_option_l2a3w_116 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._login_container_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_submit_l2a3w_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_l2a3w_10 ._login_sub_container_l2a3w_20 ._login_submit_l2a3w_171:hover{background:var(--primary-dark, #2c0ccd)}._login_container_l2a3w_10 ._login_sub_container_l2a3w_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_l2a3w_10 ._login_sub_container_l2a3w_20 span a{color:var(--Info-main, #3818d9);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-decoration-line:underline}._loader_l2a3w_210{border:3px solid #fff;border-top:3px solid #3818d9;border-radius:50%;width:28px;height:28px;animation:_spin_l2a3w_1 2s linear infinite;position:absolute}@keyframes _spin_l2a3w_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._main_container_10xky_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%)}._signup_container_10xky_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)}._signup_container_10xky_10 ._signup_sub_container_10xky_20{display:flex;flex-direction:column;align-items:center;gap:1.8rem;align-self:stretch}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_header_10xky_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}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_header_10xky_27 h1{color:var(--primary-main, #3818d9);text-align:center;font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_fields_10xky_46{height:40vh;height:fit-content;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;align-self:stretch;overflow:auto}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_fields_10xky_46::-webkit-scrollbar{display:none}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_fields_10xky_46 ._signup_field_10xky_46{display:flex;height:4.25rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_fields_10xky_46 ._signup_field_10xky_46 label{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_fields_10xky_46 ._signup_field_10xky_46 ._password_10xky_77{width:100%;display:flex;position:relative}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_fields_10xky_46 ._signup_field_10xky_46 ._password_10xky_77 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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff);color:#3f3f3f}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_fields_10xky_46 ._signup_field_10xky_46 ._password_10xky_77 ._icon_10xky_97{cursor:pointer;display:flex;position:absolute;right:16px;top:0;bottom:0;align-items:center;margin-top:auto;margin-bottom:auto}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_fields_10xky_46 ._signup_field_10xky_46 input{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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff);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;color:#3f3f3f}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_options_10xky_133{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:1.2rem}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_options_10xky_133 ._signup_text_10xky_141{align-self:stretch;display:flex;align-items:center;justify-content:space-between}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_options_10xky_133 ._signup_text_10xky_141 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;width:32%}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_options_10xky_133 ._signup_text_10xky_141 div{width:68%;height:.03125rem;background:#e7e7e7}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_options_10xky_133 ._signup_option_container_10xky_160{display:flex;align-items:flex-start;gap:.625rem;align-self:stretch}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_options_10xky_133 ._signup_option_container_10xky_160 ._signup_option_10xky_133{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}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_options_10xky_133 ._signup_option_container_10xky_160 ._signup_option_10xky_133:hover{background:#c5c5c54d}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_options_10xky_133 ._signup_option_container_10xky_160 ._signup_option_10xky_133 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_submit_10xky_187{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}._signup_container_10xky_10 ._signup_sub_container_10xky_20 ._signup_submit_10xky_187:hover{background:var(--primary-dark, #2c0ccd)}._signup_container_10xky_10 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}._signup_container_10xky_10 span a{color:var(--Info-main, #3818d9);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;text-decoration-line:underline}._loader_10xky_226{border:3px solid #fff;border-top:3px solid #3818d9;border-radius:50%;width:28px;height:28px;animation:_spin_10xky_1 2s linear infinite;position:absolute}@keyframes _spin_10xky_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._rename_modal_1g0ui_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_1g0ui_1 ._container_1g0ui_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_1g0ui_1 ._container_1g0ui_9 ._header_1g0ui_21{display:flex;justify-content:center;align-items:center;align-self:stretch}._rename_modal_1g0ui_1 ._container_1g0ui_9 ._header_1g0ui_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_1g0ui_1 ._container_1g0ui_9 ._header_1g0ui_21 ._icon_1g0ui_40{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._rename_modal_1g0ui_1 ._container_1g0ui_9 ._main_body_1g0ui_48{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._rename_modal_1g0ui_1 ._container_1g0ui_9 ._main_body_1g0ui_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_1g0ui_1 ._container_1g0ui_9 ._main_body_1g0ui_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._rename_modal_1g0ui_1 ._container_1g0ui_9 ._footer_1g0ui_76{display:flex;justify-content:center;align-items:center;gap:var(--Padding-Navbar, .4rem)}._rename_modal_1g0ui_1 ._container_1g0ui_9 ._footer_1g0ui_76 ._cancel_1g0ui_82{color:var(--color-gray-70, #7e7e7e);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._rename_modal_1g0ui_1 ._container_1g0ui_9 ._footer_1g0ui_76 ._save_1g0ui_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_1sbfe_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_1sbfe_1 ._container_1sbfe_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_1sbfe_1 ._container_1sbfe_11 ._sub_container_1sbfe_22{display:flex;flex-direction:column;align-items:center;align-self:stretch}._filter_modal_1sbfe_1 ._container_1sbfe_11 ._sub_container_1sbfe_22 ._black_container_1sbfe_28{display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer;padding:.6rem;border-radius:.4rem}._filter_modal_1sbfe_1 ._container_1sbfe_11 ._sub_container_1sbfe_22 ._black_container_1sbfe_28 ._icon_1sbfe_38{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._filter_modal_1sbfe_1 ._container_1sbfe_11 ._sub_container_1sbfe_22 ._black_container_1sbfe_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_1sbfe_1 ._container_1sbfe_11 ._sub_container_1sbfe_22 ._red_container_1sbfe_54{display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer;padding:.6rem;border-radius:.4rem}._filter_modal_1sbfe_1 ._container_1sbfe_11 ._sub_container_1sbfe_22 ._red_container_1sbfe_54 ._icon_1sbfe_38{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._filter_modal_1sbfe_1 ._container_1sbfe_11 ._sub_container_1sbfe_22 ._red_container_1sbfe_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_1sbfe_1 ._container_1sbfe_11 ._sub_container_1sbfe_22 ._green_container_1sbfe_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_1sbfe_1 ._container_1sbfe_11 ._sub_container_1sbfe_22 ._green_container_1sbfe_80 ._icon_1sbfe_38{display:flex;width:1rem;height:1rem;justify-content:center;align-items:center}._filter_modal_1sbfe_1 ._container_1sbfe_11 ._sub_container_1sbfe_22 ._green_container_1sbfe_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_1sbfe_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_1sbfe_108 ._header_1sbfe_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-family:Inter;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_1sbfe_108 ._body_1sbfe_139{display:flex;flex-direction:column;align-items:center;gap:.8rem;width:100%}._enrichment_modal_1sbfe_108 ._body_1sbfe_139 ._workflows_1sbfe_146{display:flex;flex-direction:column;align-items:center;max-height:12rem;overflow-y:auto;gap:.8rem;width:100%}._enrichment_modal_1sbfe_108 ._body_1sbfe_139 ._workflows_1sbfe_146::-webkit-scrollbar{display:none}._enrichment_modal_1sbfe_108 ._body_1sbfe_139 ._workflows_1sbfe_146 ._workflow_1sbfe_146{display:flex;align-items:center;gap:.5rem;justify-content:center;width:100%;cursor:pointer}._enrichment_modal_1sbfe_108 ._body_1sbfe_139 ._workflows_1sbfe_146 ._workflow_1sbfe_146 ._icons_1sbfe_166{display:flex;justify-content:flex-end;align-items:center}._enrichment_modal_1sbfe_108 ._body_1sbfe_139 ._workflows_1sbfe_146 ._workflow_1sbfe_146 ._icons_1sbfe_166 ._name_1sbfe_171{display:flex;justify-content:center;align-items:center;z-index:-1;padding-left:.4rem;width:100%}._enrichment_modal_1sbfe_108 ._body_1sbfe_139 ._workflows_1sbfe_146 ._workflow_1sbfe_146 ._icons_1sbfe_166 ._name_1sbfe_171 p{color:#3f3f3f;font-weight:500}._enrichment_modal_1sbfe_108 ._body_1sbfe_139 ._workflows_1sbfe_146 ._workflow_1sbfe_146 p{width:100%;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.3125rem;letter-spacing:.01563rem}._enrichment_modal_1sbfe_108 ._body_1sbfe_139 ._workflows_1sbfe_146 ._empty_1sbfe_195{display:flex;justify-content:center;align-items:center;gap:.5rem;width:100%;cursor:pointer;min-height:4rem}._enrichment_modal_1sbfe_108 ._body_1sbfe_139 ._workflows_1sbfe_146 ._empty_1sbfe_195 p{color:var(--color-gray-90, #3f3f3f);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.3125rem;letter-spacing:.01563rem}._configure_model_wrapper_1sbfe_214{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_1sbfe_214::-webkit-scrollbar{width:0rem}._configure_model_wrapper_1sbfe_214 ._header_1sbfe_120{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._configure_model_wrapper_1sbfe_214 ._header_1sbfe_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_1sbfe_214 ._header_1sbfe_120 ._icon_1sbfe_38{cursor:pointer}._configure_model_wrapper_1sbfe_214 ._input_container_1sbfe_244{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}._configure_model_wrapper_1sbfe_214 ._input_container_1sbfe_244 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._configure_model_wrapper_1sbfe_214 ._input_container_1sbfe_244 ._input_group_1sbfe_259{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.9rem;align-self:stretch}._configure_model_wrapper_1sbfe_214 ._input_container_1sbfe_244 ._input_group_1sbfe_259 label{color:var(--color-gray-90, #3f3f3f);font-size:.9rem;font-style:normal;font-weight:500;line-height:1rem}._configure_model_wrapper_1sbfe_214 ._footer_1sbfe_274{width:100%;display:flex;justify-content:center;gap:.4rem}._configure_model_wrapper_1sbfe_214 ._footer_1sbfe_274 ._export_btn_1sbfe_280{width:100%}._profile_row_1e5tt_1{display:flex;padding:1rem;align-items:center;gap:1.5rem;width:100%;background-color:#fff;height:fit-content}._profile_row_1e5tt_1 ._checkbox_1e5tt_10{cursor:pointer;margin:0;padding:0;display:flex;justify-content:center;align-content:center}._profile_row_1e5tt_1 ._main_content_1e5tt_18{cursor:pointer;width:100%;display:grid;grid-template-columns:repeat(7,1fr);gap:1.5rem}._profile_row_1e5tt_1 ._main_content_1e5tt_18 ._first_name_1e5tt_25{display:flex;gap:.75rem;align-items:center}._profile_row_1e5tt_1 ._main_content_1e5tt_18 ._first_name_1e5tt_25 img{border-radius:100%}._input_1e5tt_34{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}._link_container_1e5tt_49{display:flex;gap:.5rem;flex:1 0 0;align-items:center}._link_container_1e5tt_49 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_ly8r7_1{display:flex;width:100%;height:50vh;overflow-y:auto;flex-direction:column;align-items:center;gap:2rem;padding-inline-end:.5rem}._main_container_ly8r7_1::-webkit-scrollbar{display:none}._main_container_ly8r7_1 ._behaviour_ly8r7_14{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_ly8r7_1 ._behaviour_ly8r7_14::-webkit-scrollbar{display:none}._main_container_ly8r7_1 ._behaviour_ly8r7_14 ._text_container_ly8r7_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_ly8r7_1 ._behaviour_ly8r7_14 ._text_container_ly8r7_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_ly8r7_1 ._behaviour_ly8r7_14 ._textarea_container_ly8r7_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_ly8r7_1 ._company_info_ly8r7_55{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_ly8r7_1 ._company_info_ly8r7_55 ._text_container_ly8r7_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_ly8r7_1 ._company_info_ly8r7_55 ._text_container_ly8r7_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_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._main_container_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_81 ._model_ly8r7_93{display:flex;align-items:flex-start;gap:.75rem;width:100%}._main_container_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_81 ._model_ly8r7_93 ._modal_title_ly8r7_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_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_81 ._model_ly8r7_93 div{display:flex;align-items:center;gap:1.25rem}._main_container_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_81 ._model_ly8r7_93 div div{display:flex;gap:.75rem}._main_container_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_81 ._model_ly8r7_93 div div ._title_ly8r7_116{color:#000;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_81 ._size_ly8r7_123{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_81 ._size_ly8r7_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_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_81 ._size_ly8r7_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_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_81 ._size_ly8r7_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_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_81 ._industry_ly8r7_162{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_81 ._industry_ly8r7_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_ly8r7_1 ._company_info_ly8r7_55 ._info_fields_ly8r7_81 ._industry_ly8r7_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_ly8r7_1 ._demographics_ly8r7_189{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_ly8r7_1 ._demographics_ly8r7_189 ._text_container_ly8r7_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_ly8r7_1 ._demographics_ly8r7_189 ._text_container_ly8r7_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_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._main_container_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._age_ly8r7_227{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._age_ly8r7_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_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._age_ly8r7_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_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._age_ly8r7_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_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._education_ly8r7_266{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._education_ly8r7_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_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._education_ly8r7_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_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._job_function_ly8r7_293{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._job_function_ly8r7_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_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._job_function_ly8r7_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_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._location_ly8r7_320{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._location_ly8r7_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_ly8r7_1 ._demographics_ly8r7_189 ._demographic_fields_ly8r7_215 ._location_ly8r7_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_ly8r7_1 ._pain_points_ly8r7_346{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch;padding:.25rem 0rem}._main_container_ly8r7_1 ._pain_points_ly8r7_346 ._text_container_ly8r7_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_ly8r7_1 ._pain_points_ly8r7_346 ._text_container_ly8r7_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_ly8r7_1 ._pain_points_ly8r7_346 ._field_ly8r7_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_9rk2j_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_9rk2j_1::-webkit-scrollbar{width:0rem}._icpm_9rk2j_1 ._icp_model_wrapper_9rk2j_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_9rk2j_1 ._icp_model_wrapper_9rk2j_13::-webkit-scrollbar{width:0rem}._icpm_9rk2j_1 ._icp_model_wrapper_9rk2j_13 ._icp_model_header_9rk2j_27{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._icpm_9rk2j_1 ._icp_model_wrapper_9rk2j_13 ._icp_model_header_9rk2j_27 p{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._icpm_9rk2j_1 ._icp_model_wrapper_9rk2j_13 ._icp_model_header_9rk2j_27 div{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._icpm_9rk2j_1 ._icp_model_wrapper_9rk2j_13 ._search_model_footer_9rk2j_48{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._icpm_9rk2j_1 ._icp_model_wrapper_9rk2j_13 ._search_model_footer_9rk2j_48 ._option_text_9rk2j_54{color:var(--color-gray-80, #5f5f5f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._icpm_9rk2j_1 ._icp_model_wrapper_9rk2j_13 ._search_model_footer_9rk2j_48 ._option_buttons_9rk2j_62{display:flex;justify-content:center;align-items:center;gap:.75rem}._icpm_9rk2j_1 ._icp_model_wrapper_9rk2j_13 ._search_model_footer_9rk2j_48 ._option_buttons_9rk2j_62 ._option_button1_9rk2j_68{cursor:pointer;display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.5rem;border-radius:.5rem;border:1px solid var(--primary-border, #a899f1);color:var(--primary-pressed, #372980);text-align:center;font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._icpm_9rk2j_1 ._icp_model_wrapper_9rk2j_13 ._search_model_footer_9rk2j_48 ._option_buttons_9rk2j_62 ._option_button2_9rk2j_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_9rk2j_1 ._icp_model_wrapper_9rk2j_13 ._search_model_footer_9rk2j_48 ._option_buttons_9rk2j_62 ._option_button2_disabled_9rk2j_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_153ng_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_153ng_1 ._show_153ng_17{visibility:visible}._modal_overlay_153ng_1 ._hide_153ng_20{visibility:hidden}._modal_overlay_153ng_1._show_153ng_17{display:flex;justify-content:center;align-items:center;animation:_animateIn_153ng_1 .4s;height:100%}._modal_overlay_153ng_1._hide_153ng_20{transform:translate(150%);animation:_animateOut_153ng_1 .4s;height:100%;visibility:hidden}@keyframes _animateIn_153ng_1{0%{transform:translate(150%)}to{transform:translate(0)}}@keyframes _animateOut_153ng_1{0%{transform:translate(0)}to{transform:translate(150%)}}._modal_overlay_153ng_1 ._modal_153ng_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_153ng_1 ._modal_153ng_1::-webkit-scrollbar{display:none}._modal_overlay_153ng_1 ._modal_153ng_1 ._header_153ng_73{display:flex;width:100%;justify-content:space-between;align-items:center}._modal_overlay_153ng_1 ._modal_153ng_1 ._header_153ng_73 ._clear_153ng_79{color:var(--Danger-main, #ba1717);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;cursor:pointer}._modal_overlay_153ng_1 ._modal_153ng_1 ._header_153ng_73 ._text_153ng_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_153ng_1 ._modal_153ng_1 ._header_153ng_73 ._icon_153ng_96{cursor:pointer}._modal_overlay_153ng_1 ._modal_153ng_1 ._fields_153ng_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_153ng_1 ._modal_153ng_1 ._fields_153ng_99::-webkit-scrollbar{width:0}._field_container_153ng_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff);cursor:pointer}._field_container_153ng_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_153ng_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:.5px solid var(--primary-border, #a899f1);background:#f7f5ff99}._selected_option_153ng_139 ._header_153ng_73{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._selected_option_153ng_139 ._header_153ng_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_153ng_139 ._header_153ng_73 p{color:var(--Danger-main, #ba1717);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem;cursor:pointer}._selected_option_153ng_139 ._selected_values_153ng_178{display:flex;align-items:center;gap:.5rem;align-self:stretch;width:100%;overflow-x:auto}._selected_option_153ng_139 ._selected_values_153ng_178::-webkit-scrollbar{display:none}._selected_option_153ng_139 ._selected_values_153ng_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_153ng_139 ._selected_values_153ng_178 div p{color:var(--flowkit-Purple, #7b61ff);font-family:Inter;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_153ng_139 ._selected_values_153ng_178 div ._icon_153ng_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_3fgw1_1{display:flex;align-items:center;justify-content:space-between;width:40%!important;height:fit-content;box-shadow:0 0 20px #0000001a}._enrichment_modal_3fgw1_1 ._container_3fgw1_9{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:1.5rem;gap:1.5rem}._enrichment_modal_3fgw1_1 ._container_3fgw1_9 ._header_3fgw1_18{display:flex;align-items:center;justify-content:space-between;width:100%}._enrichment_modal_3fgw1_1 ._container_3fgw1_9 ._header_3fgw1_18 ._enrichment_icon_3fgw1_24{display:flex;padding:.75rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;background:var(--primary-second, #f7f5ff)}._enrichment_modal_3fgw1_1 ._container_3fgw1_9 ._header_3fgw1_18 ._icon_3fgw1_33{cursor:pointer}._enrichment_modal_3fgw1_1 ._container_3fgw1_9 ._main_body_3fgw1_36{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.2rem;width:100%}._enrichment_modal_3fgw1_1 ._container_3fgw1_9 ._main_body_3fgw1_36 ._main_text_3fgw1_44{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.6rem;width:100%}._enrichment_modal_3fgw1_1 ._container_3fgw1_9 ._main_body_3fgw1_36 ._main_text_3fgw1_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_3fgw1_1 ._container_3fgw1_9 ._main_body_3fgw1_36 ._main_text_3fgw1_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_3fgw1_1 ._container_3fgw1_9 ._main_body_3fgw1_36 ._workflow_3fgw1_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_3fgw1_1 ._container_3fgw1_9 ._main_body_3fgw1_36 ._workflow_3fgw1_68 ._icons_3fgw1_78{display:flex}._enrichment_modal_3fgw1_1 ._container_3fgw1_9 ._main_body_3fgw1_36 ._workflow_3fgw1_68 ._icons_3fgw1_78 ._icon_3fgw1_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_3fgw1_1 ._container_3fgw1_9 ._main_body_3fgw1_36 ._workflow_3fgw1_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-family:Inter;font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.01563rem}._enrichment_modal_3fgw1_1 ._container_3fgw1_9 ._main_body_3fgw1_36 ._all_select_3fgw1_105{display:flex;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer}._enrichment_modal_3fgw1_1 ._container_3fgw1_9 ._main_body_3fgw1_36 ._all_select_3fgw1_105 p{color:var(--color-gray-80, #5f5f5f);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.01563rem;flex:1 0 0}._enrichment_modal_3fgw1_1 ._container_3fgw1_9 ._footer_3fgw1_121{display:flex;width:100%}._enrichment_modal_3fgw1_1 ._container_3fgw1_9 ._footer_3fgw1_121 ._button_wrapper_3fgw1_125{width:100%;display:flex;justify-content:flex-end;align-items:center;align-self:stretch}._simple_dropdown_b91i7_1,._user_dropdown_b91i7_2{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_b91i7_1 ._off_state_b91i7_13,._user_dropdown_b91i7_2 ._off_state_b91i7_13{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_b91i7_1 ._off_state_b91i7_13 ._selected_option_b91i7_25,._user_dropdown_b91i7_2 ._off_state_b91i7_13 ._selected_option_b91i7_25{color:var(--color-gray-80, #5f5f5f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500}._simple_dropdown_b91i7_1 ._off_state_b91i7_13 ._arrow_down_b91i7_33,._user_dropdown_b91i7_2 ._off_state_b91i7_13 ._arrow_down_b91i7_33{display:flex;justify-content:center;align-items:center;gap:.4rem}._simple_dropdown_b91i7_1 ._off_state_b91i7_13 ._arrow_up_b91i7_40,._user_dropdown_b91i7_2 ._off_state_b91i7_13 ._arrow_up_b91i7_40{display:flex;justify-content:center;align-items:center;gap:.4rem;transform:rotate(180deg)}._simple_dropdown_b91i7_1 ._off_state_b91i7_13 ._arrow_down_b91i7_33,._simple_dropdown_b91i7_1 ._off_state_b91i7_13 ._arrow_up_b91i7_40,._user_dropdown_b91i7_2 ._off_state_b91i7_13 ._arrow_down_b91i7_33,._user_dropdown_b91i7_2 ._off_state_b91i7_13 ._arrow_up_b91i7_40{transition:transform .3s}._simple_dropdown_b91i7_1 ._on_state_b91i7_54,._user_dropdown_b91i7_2 ._on_state_b91i7_54{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}._simple_dropdown_b91i7_1 ._on_state_b91i7_54 ._option_b91i7_68,._user_dropdown_b91i7_2 ._on_state_b91i7_54 ._option_b91i7_68{display:flex;justify-content:center;align-items:center;gap:.2rem;padding:.5rem;cursor:pointer;height:100%}._simple_dropdown_b91i7_1 ._on_state_b91i7_54 ._option_b91i7_68 ._option_text_b91i7_78,._user_dropdown_b91i7_2 ._on_state_b91i7_54 ._option_b91i7_68 ._option_text_b91i7_78{width:100%;color:#5f5f5f;font-style:normal;font-weight:500;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.875rem}._simple_dropdown_b91i7_1 ._on_state_b91i7_54 ._option_b91i7_68:hover,._user_dropdown_b91i7_2 ._on_state_b91i7_54 ._option_b91i7_68:hover{background:#c5c5c51a}._timezone_dropdown_b91i7_94{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;min-width:10rem;min-height:100%}._timezone_dropdown_b91i7_94 ._off_state_b91i7_13{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_b91i7_94 ._off_state_b91i7_13 ._selected_option_b91i7_25{color:#3818d9!important;text-align:center;font-size:.875rem;font-style:normal;font-weight:500}._timezone_dropdown_b91i7_94 ._off_state_b91i7_13 ._arrow_down_b91i7_33{display:flex;justify-content:center;align-items:center;gap:.4rem}._timezone_dropdown_b91i7_94 ._off_state_b91i7_13 ._arrow_up_b91i7_40{display:flex;justify-content:center;align-items:center;gap:.4rem;transform:rotate(180deg)}._timezone_dropdown_b91i7_94 ._off_state_b91i7_13 ._arrow_down_b91i7_33,._timezone_dropdown_b91i7_94 ._off_state_b91i7_13 ._arrow_up_b91i7_40{transition:transform .3s}._timezone_dropdown_b91i7_94 ._on_state_b91i7_54{position:absolute;top:3.2rem;max-height:8rem;overflow:auto;right:0;min-width:100%;background:#fff;border:1px solid var(--primary-grey, #f2f6fc);border-radius:.5rem;z-index:100;min-height:100%}._timezone_dropdown_b91i7_94 ._on_state_b91i7_54 ._option_b91i7_68{display:flex;justify-content:center;align-items:center;gap:.2rem;padding:.5rem;cursor:pointer;height:100%}._timezone_dropdown_b91i7_94 ._on_state_b91i7_54 ._option_b91i7_68 ._option_text_b91i7_78{width:100%;color:#5f5f5f;font-style:normal;font-weight:500;text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:.875rem}._timezone_dropdown_b91i7_94 ._on_state_b91i7_54 ._option_b91i7_68:hover{background:#c5c5c51a}._user_dropdown_b91i7_2{width:100%}._user_dropdown_b91i7_2 ._off_state_b91i7_13{padding:.6rem 1.2rem;justify-content:space-between;border:.5px solid var(--primary-border, #a899f1)}._user_dropdown_b91i7_2 ._off_state_b91i7_13 ._selected_option_b91i7_25{color:var(--color-gray-80, #5f5f5f)!important;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._user_dropdown_b91i7_2 ._on_state_b91i7_54{text-align:left;top:2.8rem;padding:.4rem;border:1px solid var(--primary-border, #a899f1)}._user_dropdown_b91i7_2 ._on_state_b91i7_54 ._option_b91i7_68{border-radius:.4rem}._user_dropdown_b91i7_2 ._on_state_b91i7_54 ._option_b91i7_68:hover{background:#dad3ff31}._enrichment_modal_c8vgi_1{display:flex;align-items:center;justify-content:space-between;width:40%!important;height:fit-content;box-shadow:0 0 20px #0000001a}._enrichment_modal_c8vgi_1 ._container_c8vgi_9{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;padding:1.5rem;gap:1.5rem}._enrichment_modal_c8vgi_1 ._container_c8vgi_9 ._header_c8vgi_18{display:flex;align-items:center;justify-content:space-between;width:100%}._enrichment_modal_c8vgi_1 ._container_c8vgi_9 ._header_c8vgi_18 ._enrichment_icon_c8vgi_24{display:flex;padding:.75rem;justify-content:center;align-items:center;gap:.625rem;border-radius:6.25rem;background:var(--primary-second, #f7f5ff)}._enrichment_modal_c8vgi_1 ._container_c8vgi_9 ._header_c8vgi_18 ._icon_c8vgi_33{cursor:pointer}._enrichment_modal_c8vgi_1 ._container_c8vgi_9 ._main_body_c8vgi_36{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:1.2rem;width:100%}._enrichment_modal_c8vgi_1 ._container_c8vgi_9 ._main_body_c8vgi_36 ._main_text_c8vgi_44{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:.6rem;width:100%}._enrichment_modal_c8vgi_1 ._container_c8vgi_9 ._main_body_c8vgi_36 ._main_text_c8vgi_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_c8vgi_1 ._container_c8vgi_9 ._main_body_c8vgi_36 ._main_text_c8vgi_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_c8vgi_1 ._container_c8vgi_9 ._main_body_c8vgi_36 ._workflow_c8vgi_68{display:flex;justify-content:center;align-items:center;gap:.75rem;align-self:stretch;border-radius:.5rem}._enrichment_modal_c8vgi_1 ._container_c8vgi_9 ._main_body_c8vgi_36 ._all_select_c8vgi_76{display:flex;align-items:center;gap:.75rem;align-self:stretch;cursor:pointer}._enrichment_modal_c8vgi_1 ._container_c8vgi_9 ._main_body_c8vgi_36 ._all_select_c8vgi_76 p{color:var(--color-gray-80, #5f5f5f);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:500;letter-spacing:.01563rem;flex:1 0 0}._enrichment_modal_c8vgi_1 ._container_c8vgi_9 ._footer_c8vgi_92{display:flex;width:100%}._enrichment_modal_c8vgi_1 ._container_c8vgi_9 ._footer_c8vgi_92 ._button_wrapper_c8vgi_96{width:100%;display:flex;justify-content:flex-end;align-items:center;align-self:stretch}._linkedin_icon_nl805_1{width:1rem;height:1rem}._list_view_main_container_nl805_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:1.5rem}._list_view_main_container_nl805_6 ._header_nl805_19{width:100%;display:flex;justify-content:space-between;align-items:center}._list_view_main_container_nl805_6 ._header_nl805_19 ._left_container_nl805_25{display:flex;flex-direction:column;gap:.4rem}._list_view_main_container_nl805_6 ._header_nl805_19 ._left_container_nl805_25 ._bottom_nl805_30{display:flex;align-items:center;gap:.75rem}._list_view_main_container_nl805_6 ._header_nl805_19 ._left_container_nl805_25 ._bottom_nl805_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_nl805_6 ._header_nl805_19 ._left_container_nl805_25 ._bottom_nl805_30 ._icon_nl805_42{cursor:pointer}._list_view_main_container_nl805_6 ._header_nl805_19 ._right_container_nl805_45{display:flex;align-items:center;gap:.75rem;position:relative}._list_view_main_container_nl805_6 ._header_nl805_19 ._right_container_nl805_45 ._input_nl805_51{border-radius:.5rem;border:.5px solid var(--primary-border, #a899f1);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_nl805_6 ._content_nl805_64{padding-inline-end:.5rem;height:100%;overflow-y:auto;width:100%;display:flex;gap:.5rem;position:relative}._list_view_main_container_nl805_6 ._content_nl805_64::-webkit-scrollbar{width:0px}._list_view_main_container_nl805_6 ._content_nl805_64 ._list_content_wrapper_nl805_76{height:100%;overflow-y:auto;width:100%;display:flex;flex-direction:column;gap:.5rem;position:relative}._list_view_main_container_nl805_6 ._content_nl805_64 ._list_content_wrapper_nl805_76::-webkit-scrollbar{width:0px}._list_view_main_container_nl805_6 ._content_nl805_64 ._list_content_wrapper_nl805_76 ._header_nl805_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_nl805_6 ._content_nl805_64 ._list_content_wrapper_nl805_76 ._header_nl805_19 ._checkbox_nl805_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_nl805_6 ._content_nl805_64 ._list_content_wrapper_nl805_76 ._header_nl805_19 ._main_content_nl805_109{width:100%;display:grid;grid-template-columns:repeat(7,1fr);gap:1.5rem}._list_view_main_container_nl805_6 ._content_nl805_64 ._list_content_wrapper_nl805_76 ._header_nl805_19 ._main_content_nl805_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_nl805_6 ._content_nl805_64 ._add_button_nl805_128{height:100%;padding:.5rem;background-color:#f7f5ff}._list_view_main_container_nl805_6 ._footer_nl805_133{width:100%;display:flex;justify-content:space-between}._list_view_main_container_nl805_6 ._footer_nl805_133 ._text_nl805_138{display:flex;align-items:center;justify-content:center;gap:.625rem}._list_view_main_container_nl805_6 ._footer_nl805_133 ._text_nl805_138 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_nl805_6 ._footer_nl805_133 ._text_nl805_138 ._all_nl805_152{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_nl805_6 ._footer_nl805_133 ._text_nl805_138 ._unselect_nl805_161{color:#ba1717;text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;cursor:pointer}._list_view_main_container_nl805_6 ._footer_nl805_133 ._pagination_nl805_170{display:flex;width:21.875rem;justify-content:space-between;align-items:center;flex-shrink:0}._list_view_main_container_nl805_6 ._footer_nl805_133 ._pagination_nl805_170 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_nl805_6 ._footer_nl805_133 ._pagination_nl805_170 ._selected_nl805_187{width:2rem;height:2rem;border-radius:100%;background-color:var(--primary-focus, #e2e0ff);font-size:800;font-weight:600}._container_1wpm7_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_1wpm7_1 ._name_container_1wpm7_11{display:flex;align-items:center;gap:1rem;flex:1 0 0}._container_1wpm7_1 ._name_container_1wpm7_11 div{display:flex;justify-content:center;align-items:center;padding:.625rem;background-color:#fff;border-radius:100%}._container_1wpm7_1 ._name_container_1wpm7_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_1wpm7_1 ._text_1wpm7_33{color:var(--primary-main, #3818d9);text-align:right;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._container_1wpm7_1 ._toggle_container_1wpm7_41{display:flex;padding:1rem 1.5rem;align-items:center;gap:1.25rem;flex:1 0 0;border-radius:.5rem;background:#f7f5ff99}._integrations_view_main_container_spgvl_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, 2rem)}._integrations_view_main_container_spgvl_1 ._header_spgvl_12{display:flex;justify-content:space-between;align-items:center}._integrations_view_main_container_spgvl_1 ._header_spgvl_12 ._text_container_spgvl_17{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem}._integrations_view_main_container_spgvl_1 ._header_spgvl_12 ._text_container_spgvl_17 ._top_spgvl_24{color:var(--color-gray-100, #202020);align-self:stretch;font-size:1.5rem;font-style:normal;font-weight:500;line-height:1.75rem}._integrations_view_main_container_spgvl_1 ._header_spgvl_12 ._text_container_spgvl_17 ._bottom_spgvl_32{color:var(--color-gray-80, #5f5f5f);align-self:stretch;font-size:1.125rem;font-style:normal;font-weight:500;line-height:1.75rem}._integrations_view_main_container_spgvl_1 ._integrations_container_spgvl_40{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}._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_2naw2_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, 1.6rem)}._workflows_view_main_container_2naw2_1 ._header_2naw2_12{display:flex;justify-content:space-between;align-items:center}._workflows_view_main_container_2naw2_1 ._header_2naw2_12 ._text_content_2naw2_17{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem}._workflows_view_main_container_2naw2_1 ._header_2naw2_12 ._text_content_2naw2_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_2naw2_1 ._header_2naw2_12 ._text_content_2naw2_17 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._workflows_view_main_container_2naw2_1 ._header_2naw2_12 ._search_2naw2_38{display:flex;justify-content:center;align-items:center;gap:1rem}._workflows_view_main_container_2naw2_1 ._header_2naw2_12 ._search_2naw2_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._workflows_view_main_container_2naw2_1 ._content_2naw2_56{display:grid;gap:.8rem;width:100%;grid-template-columns:repeat(2,1fr);overflow-y:auto;scrollbar-width:none}._workflows_view_main_container_2naw2_1 ._empty_2naw2_64{display:flex;justify-content:center;align-items:center;gap:1rem;flex-direction:column;height:100%;width:100%}._rename_modal_18qte_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_18qte_1 ._container_18qte_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_18qte_1 ._container_18qte_9 ._header_18qte_21{display:flex;justify-content:center;align-items:center;align-self:stretch}._rename_modal_18qte_1 ._container_18qte_9 ._header_18qte_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_18qte_1 ._container_18qte_9 ._header_18qte_21 ._icon_18qte_40{cursor:pointer;display:flex;width:1.25rem;height:1.25rem;justify-content:center;align-items:center}._rename_modal_18qte_1 ._container_18qte_9 ._main_body_18qte_48{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch}._rename_modal_18qte_1 ._container_18qte_9 ._main_body_18qte_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_18qte_1 ._container_18qte_9 ._main_body_18qte_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._rename_modal_18qte_1 ._container_18qte_9 ._footer_18qte_76{display:flex;justify-content:center;align-items:center;gap:var(--Padding-Navbar, .4rem)}._rename_modal_18qte_1 ._container_18qte_9 ._footer_18qte_76 ._cancel_18qte_82{color:var(--color-gray-70, #7e7e7e);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._rename_modal_18qte_1 ._container_18qte_9 ._footer_18qte_76 ._save_18qte_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_18qte_1 ._container_18qte_9 ._footer_18qte_76 ._save_18qte_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_fdl1b_1{display:flex;width:100%;height:50vh;overflow-y:auto;flex-direction:column;align-items:center;gap:2rem;padding-inline-end:.5rem}._main_container_fdl1b_1::-webkit-scrollbar{display:none}._main_container_fdl1b_1 ._behaviour_fdl1b_14{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_fdl1b_1 ._behaviour_fdl1b_14::-webkit-scrollbar{display:none}._main_container_fdl1b_1 ._behaviour_fdl1b_14 ._text_container_fdl1b_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_fdl1b_1 ._behaviour_fdl1b_14 ._text_container_fdl1b_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_fdl1b_1 ._behaviour_fdl1b_14 ._textarea_container_fdl1b_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_fdl1b_1 ._company_info_fdl1b_55{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_fdl1b_1 ._company_info_fdl1b_55 ._text_container_fdl1b_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_fdl1b_1 ._company_info_fdl1b_55 ._text_container_fdl1b_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_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._main_container_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_81 ._model_fdl1b_93{display:flex;align-items:center;gap:.75rem;width:100%}._main_container_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_81 ._model_fdl1b_93 ._modal_title_fdl1b_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_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_81 ._model_fdl1b_93 div{display:flex;align-items:center;gap:1.25rem}._main_container_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_81 ._model_fdl1b_93 div div{display:flex;gap:.75rem}._main_container_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_81 ._model_fdl1b_93 div div ._title_fdl1b_116{color:#000;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._main_container_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_81 ._size_fdl1b_123{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_81 ._size_fdl1b_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_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_81 ._size_fdl1b_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_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_81 ._size_fdl1b_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_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_81 ._industry_fdl1b_162{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_81 ._industry_fdl1b_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_fdl1b_1 ._company_info_fdl1b_55 ._info_fields_fdl1b_81 ._industry_fdl1b_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_fdl1b_1 ._demographics_fdl1b_189{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_fdl1b_1 ._demographics_fdl1b_189 ._text_container_fdl1b_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_fdl1b_1 ._demographics_fdl1b_189 ._text_container_fdl1b_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_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_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:.5px solid var(--primary-border, #a899f1);background:var(--color-gray-10, #fff)}._main_container_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._age_fdl1b_227{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._age_fdl1b_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_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._age_fdl1b_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_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._age_fdl1b_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_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._location_fdl1b_264,._main_container_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._education_fdl1b_264,._main_container_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._job_function_fdl1b_264{display:flex;align-items:flex-start;gap:.75rem;align-self:stretch}._main_container_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._location_fdl1b_264 p,._main_container_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._education_fdl1b_264 p,._main_container_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._job_function_fdl1b_264 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_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._location_fdl1b_264 div,._main_container_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._education_fdl1b_264 div,._main_container_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._job_function_fdl1b_264 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_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._location_fdl1b_264 div input,._main_container_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._education_fdl1b_264 div input,._main_container_fdl1b_1 ._demographics_fdl1b_189 ._demographic_fields_fdl1b_215 ._job_function_fdl1b_264 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_fdl1b_1 ._pain_points_fdl1b_302{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.75rem;align-self:stretch;padding:.25rem 0rem}._main_container_fdl1b_1 ._pain_points_fdl1b_302 ._text_container_fdl1b_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_fdl1b_1 ._pain_points_fdl1b_302 ._text_container_fdl1b_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_fdl1b_1 ._pain_points_fdl1b_302 ._field_fdl1b_329{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_1q4eb_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, 2rem);position:relative}._container_1q4eb_1 ._header_1q4eb_13{display:flex;width:100%;justify-content:space-between;align-items:center}._container_1q4eb_1 ._header_1q4eb_13 ._text_container_1q4eb_19{display:flex;width:44.875rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex-shrink:0}._container_1q4eb_1 ._header_1q4eb_13 ._text_container_1q4eb_19 ._top_1q4eb_28{display:flex;align-items:center;gap:.5rem;align-self:stretch}._container_1q4eb_1 ._header_1q4eb_13 ._text_container_1q4eb_19 ._top_1q4eb_28 div{background-color:#fff}._container_1q4eb_1 ._header_1q4eb_13 ._text_container_1q4eb_19 ._bottom_1q4eb_37{display:flex;align-items:center;gap:.75rem;align-self:stretch}._container_1q4eb_1 ._header_1q4eb_13 ._text_container_1q4eb_19 ._bottom_1q4eb_37 ._name_1q4eb_43{color:var(--color-gray-100, #202020);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._container_1q4eb_1 ._header_1q4eb_13 ._text_container_1q4eb_19 ._bottom_1q4eb_37 ._edit_icon_1q4eb_50{cursor:pointer}._container_1q4eb_1 ._header_1q4eb_13 ._btn_container_1q4eb_53{display:flex;justify-content:flex-end;align-items:center;gap:.75rem}._container_1q4eb_1 ._header_1q4eb_13 ._btn_container_1q4eb_53 ._trash_icon_1q4eb_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_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71{width:100%;height:100%;position:relative;overflow-y:auto}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_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_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div{width:100%;display:flex;align-items:center;flex-direction:column;padding-top:6rem;padding-bottom:4rem;overflow:auto;max-height:98%}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div::-webkit-scrollbar{display:none}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div>div{width:300px}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div ._addon_expanded_1q4eb_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_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div ._addon_expanded_1q4eb_104 ._addon_header_1q4eb_115{display:flex;align-items:center;width:100%;padding:.75rem 1rem;gap:1rem}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div ._addon_expanded_1q4eb_104 ._addon_header_1q4eb_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_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div ._addon_expanded_1q4eb_104 ._addon_header_1q4eb_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_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div ._addon_expanded_1q4eb_104 ._addon_header_1q4eb_115>span:nth-child(3){cursor:pointer}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div ._addon_expanded_1q4eb_104 ._divider_1q4eb_142{width:100%;height:1px;background-color:#ccc}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div ._addon_expanded_1q4eb_104 ._addon_body_1q4eb_147{display:flex;flex-direction:column;justify-content:space-between;align-items:center;align-self:stretch}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div ._addon_expanded_1q4eb_104 ._addon_body_1q4eb_147 span{display:inline-flex;align-items:center;justify-content:space-between}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div ._addon_expanded_1q4eb_104 ._addon_body_1q4eb_147 span ._toggle_1q4eb_159{transform:scale(.9)}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div ._down_arrow_1q4eb_162{min-height:35px}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._dnd_wrapper_1q4eb_77>div ._drop_here_1q4eb_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_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._addons_1q4eb_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_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._addons_1q4eb_185::-webkit-scrollbar{display:none}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._addons_1q4eb_185 ._heading_1q4eb_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_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._addons_1q4eb_185>div:nth-child(2){height:calc(100% - 40px)}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._addons_1q4eb_185>div:nth-child(2) ._draggable_1q4eb_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_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._addons_1q4eb_185>div:nth-child(2) ._draggable_1q4eb_221._dragging_1q4eb_238{background:#f7f5ff99}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._addons_1q4eb_185 ._no_addons_1q4eb_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_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._node_detail_1q4eb_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_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._icon_1q4eb_268{display:flex;padding:.5rem;justify-content:center;align-items:center;border-radius:.5rem}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._icon_1q4eb_268 svg{width:20px;height:20px}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 p{width:100%;color:var(--color-gray-100, #202020);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._icon2_1q4eb_287{height:28px;width:28px;display:inline-flex;align-items:center;justify-content:center}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._icon2_1q4eb_287 svg{width:20px;height:20px}._container_1q4eb_1 ._dropdown_controll_wrapper_1q4eb_71 ._empty_view_1q4eb_298{position:absolute;top:48%;left:40%;max-width:435px;font-weight:600;color:#3818d9;line-height:normal;text-align:center}._arrow_container_1q4eb_309{width:100%;display:flex;justify-content:center}._addon_option_1q4eb_315{width:100%;display:flex;justify-content:space-between;padding:.625rem 1rem}._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}._label_1027u_1{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}._dropdown_wrapper_1027u_16{position:relative;flex:1 0 0;border-radius:.5rem;border:1px solid rgba(197,197,197,.5);background:#fff}._dropdown_wrapper_1027u_16 ._dropdown_trigger_1027u_23{cursor:pointer;display:flex;gap:.5rem;padding:.25rem .5rem;align-items:center;width:100%;flex:100%}._dropdown_wrapper_1027u_16 ._dropdown_trigger_1027u_23 p{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_1027u_16 ._dropdown_container_1027u_45{max-height:10rem;overflow-y:auto;z-index:10;display:flex;position:absolute;flex-direction:column;padding:.75rem;width:100%;top:120%;background-color:#fff;border-radius:.5rem;border:1px solid rgba(197,197,197,.5);background:#fff;gap:.62rem}._dropdown_wrapper_1027u_16 ._dropdown_container_1027u_45 input{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.5rem;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5));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_1027u_16 ._dropdown_container_1027u_45 p{cursor:pointer;color:var(--color-gray-80, #5F5F5F);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem;align-self:stretch}._dropdown_wrapper_1027u_16 ._dropdown_container_1027u_45 ._custom_1027u_86{display:flex;gap:.25rem;align-items:center}._dropdown_wrapper_1027u_16 ._dropdown_container_1027u_45 ._custom_1027u_86 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_1027u_16 ._dropdown_container_1027u_45 ._custom_1027u_86 input{display:flex;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5));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_1027u_16 ._dropdown_container_1027u_45 ._custom_1027u_86 ._action_1027u_116{display:flex;align-items:center;gap:.5rem}._dropdown_wrapper_1027u_16 ._dropdown_container_1027u_45 ._custom_1027u_86 ._action_1027u_116 ._icon_1027u_121{cursor:pointer}._cm_1grwa_1{display:flex;width:50%!important;height:90%!important;height:fit-content;box-shadow:0 0 19.4px 40091px #c5c5c53d}._cm_1grwa_1 ._configure_model_wrapper_1grwa_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_1grwa_1 ._configure_model_wrapper_1grwa_8::-webkit-scrollbar{width:0rem}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._header_1grwa_23{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._header_1grwa_23 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._header_1grwa_23 ._icon_1grwa_36{cursor:pointer}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._input_container_1grwa_39{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._input_container_1grwa_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_1grwa_1 ._configure_model_wrapper_1grwa_8 ._input_container_1grwa_39 ._input_group_1grwa_54{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;align-self:stretch}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._input_container_1grwa_39 ._input_group_1grwa_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_1grwa_1 ._configure_model_wrapper_1grwa_8 ._select_container_1grwa_69{display:flex;align-items:flex-start;align-self:stretch;flex-direction:column;gap:.8rem}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._select_container_1grwa_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_1grwa_1 ._configure_model_wrapper_1grwa_8 ._select_container_1grwa_69 ._option_wrapper_1grwa_83{display:flex;gap:1rem;align-self:stretch}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._select_container_1grwa_69 ._option_wrapper_1grwa_83 ._option_1grwa_83{display:flex;padding:.5rem 0rem;align-items:center;gap:1rem;width:50%}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._select_container_1grwa_69 ._option_wrapper_1grwa_83 ._option_1grwa_83 div{cursor:pointer;width:1.2rem;height:1.2rem;flex-shrink:0;border-radius:100%;object-fit:contain}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._select_container_1grwa_69 ._option_wrapper_1grwa_83 ._option_1grwa_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_1grwa_1 ._configure_model_wrapper_1grwa_8 ._field_mapping_1grwa_112{position:relative;z-index:10;width:100%;min-height:15rem;height:100%;overflow-y:auto;border-radius:.75rem;border:1px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._field_mapping_1grwa_112 ::-webkit-scrollbar{display:none}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._field_mapping_1grwa_112 ._header_1grwa_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:1px solid var(--primary-border, rgba(197, 197, 197, .5));background:#fafafa}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._field_mapping_1grwa_112 ._content_1grwa_136{display:flex;padding:.5rem;flex-direction:column;align-items:center;align-self:stretch}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._field_mapping_1grwa_112 ._content_1grwa_136 ._row_1grwa_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_1grwa_1 ._configure_model_wrapper_1grwa_8 ._field_mapping_1grwa_112 ._content_1grwa_136 ._custom_header_1grwa_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_1grwa_1 ._configure_model_wrapper_1grwa_8 ._field_mapping_1grwa_112 ._content_1grwa_136 ._custom_header_1grwa_152 h2{text-align:center;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem;color:var(--primary-main, #3818d9)}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._title1_1grwa_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_1grwa_1 ._configure_model_wrapper_1grwa_8 ._title2_1grwa_184,._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._title3_1grwa_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_1grwa_1 ._configure_model_wrapper_1grwa_8 ._title4_1grwa_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_1grwa_1 ._configure_model_wrapper_1grwa_8 ._col2_1grwa_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_1grwa_1 ._configure_model_wrapper_1grwa_8 ._col3_1grwa_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_1grwa_1 ._configure_model_wrapper_1grwa_8 ._col4_1grwa_243{flex:1 0 0;display:flex;align-items:center;gap:1rem}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._icon_1grwa_36{cursor:pointer}._cm_1grwa_1 ._configure_model_wrapper_1grwa_8 ._footer_1grwa_252{width:100%;display:flex;justify-content:end;gap:.4rem}._enrichmentAddons_1radm_1{padding:1.5rem;display:flex;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._enrichmentAddons_1radm_1 ._heading_1radm_10{display:flex;justify-content:space-between;align-items:center;width:100%}._enrichmentAddons_1radm_1 ._heading_1radm_10 ._left_1radm_16{display:flex;flex-direction:column;gap:.25rem;justify-content:center}._enrichmentAddons_1radm_1 ._heading_1radm_10 ._left_1radm_16 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._enrichmentAddons_1radm_1 ._heading_1radm_10 ._left_1radm_16 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._enrichmentAddons_1radm_1 ._integration_container_1radm_36{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:auto;gap:.88rem 1.25rem}._enrichmentAddons_1kt3f_1{padding:1.5rem;display:flex;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._enrichmentAddons_1kt3f_1 ._heading_1kt3f_10{display:flex;flex-direction:column;gap:.25rem}._enrichmentAddons_1kt3f_1 ._heading_1kt3f_10 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._enrichmentAddons_1kt3f_1 ._heading_1kt3f_10 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._enrichmentAddons_1kt3f_1 ._integration_container_1kt3f_29{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:.88rem 1.25rem}._extension_jiomg_1{padding:1.5rem;display:flex;justify-content:space-between;border-radius:.5rem;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._extension_jiomg_1 ._text_jiomg_9{display:flex;flex-direction:column;gap:.25rem}._extension_jiomg_1 ._text_jiomg_9 span{display:flex;gap:.5rem;align-items:center;justify-content:start;width:fit-content}._extension_jiomg_1 ._text_jiomg_9 span h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._extension_jiomg_1 ._text_jiomg_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_jiomg_1 ._text_jiomg_9 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._extension_jiomg_1 ._extension_button_jiomg_49{cursor:pointer;display:flex;padding:.5rem 1rem;align-items:center;gap:.5rem;border-radius:.5rem;background:var(--primary-focus, #e2e0ff)}._extension_jiomg_1 ._extension_button_jiomg_49 p{color:var(--primary-main, #3818d9);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_jiomg_66{display:flex;flex-direction:column;padding:1.5rem;gap:1.75rem;border-radius:.5rem;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._form_jiomg_66 ._heading_jiomg_75{display:flex;justify-content:space-between;align-items:center}._form_jiomg_66 ._heading_jiomg_75 ._text_jiomg_9{display:flex;flex-direction:column;gap:.25rem}._form_jiomg_66 ._heading_jiomg_75 ._text_jiomg_9 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_jiomg_66 ._heading_jiomg_75 ._text_jiomg_9 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_jiomg_66 ._inputs_jiomg_99{display:flex;flex-direction:column;gap:1.25rem}._form_jiomg_66 ._inputs_jiomg_99 ._horizontal_input_group_jiomg_104{display:flex;gap:1rem;width:100%}._form_jiomg_66 ._inputs_jiomg_99 ._horizontal_input_group_jiomg_104 ._fetch_agent_jiomg_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_jiomg_66 ._inputs_jiomg_99 ._horizontal_input_group_jiomg_104 ._fetch_agent_jiomg_109 span{display:flex;justify-content:center;align-items:center;gap:.5rem;width:100%}._form_jiomg_66 ._inputs_jiomg_99 ._horizontal_input_group_jiomg_104 ._fetch_agent_jiomg_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}._form_component_1eul0_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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff);height:100vh}._form_component_1eul0_1 ._form_heading_1eul0_14{display:flex;justify-content:space-between;align-items:center}._form_component_1eul0_1 ._form_heading_1eul0_14 ._text_1eul0_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_1eul0_1 ._form_heading_1eul0_14 ._text_1eul0_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_1eul0_1 ._form_heading_1eul0_14 ._text_1eul0_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1eul0_1 ._form_heading_1eul0_14 ._button_1eul0_41{height:fit-content}._form_component_1eul0_1 ._body_1eul0_44{display:flex;flex-direction:column;gap:1.6rem;height:100%}._form_component_1eul0_1 ._body_1eul0_44 ._table_header_1eul0_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_1eul0_1 ._body_1eul0_44 ._table_header_1eul0_50 ._table_header_item_1eul0_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-family:Inter;font-size:.75rem;font-style:normal;font-weight:600;line-height:normal}._form_component_1eul0_1 ._body_1eul0_44 ._table_data_1eul0_72{display:flex;flex-direction:column;gap:0rem;height:100%;overflow-y:auto;gap:2rem}._form_component_1eul0_1 ._body_1eul0_44 ._table_data_1eul0_72 ._no_data_1eul0_80{height:100%;grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--color-gray-100, #202020);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1eul0_1 ._body_1eul0_44 ._table_data_1eul0_72 ._item_1eul0_94{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_1eul0_1 ._body_1eul0_44 ._table_data_1eul0_72 ._item_1eul0_94 ._table_data_item_1eul0_104{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-family:Inter;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_n4bpu_1{width:100%;display:flex;padding:1.5rem;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff)}._form_component_n4bpu_1 ._form_heading_n4bpu_13{display:flex;justify-content:space-between;align-items:center}._form_component_n4bpu_1 ._form_heading_n4bpu_13 ._text_n4bpu_18{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_n4bpu_1 ._form_heading_n4bpu_13 ._text_n4bpu_18 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_n4bpu_1 ._form_heading_n4bpu_13 ._text_n4bpu_18 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_n4bpu_1 ._form_heading_n4bpu_13 ._button_n4bpu_40{height:fit-content}._form_component_n4bpu_1 ._form_n4bpu_1{display:flex;flex-direction:column;gap:1.25rem}._form_component_n4bpu_1 ._form_n4bpu_1 ._form_row_n4bpu_48{display:flex;gap:.88rem}._danger_zone_n4bpu_53{display:flex;padding:1.5rem 2rem;align-self:stretch;border-radius:.5rem;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff);gap:var(--Padding-Navbar, 1.5rem)}._danger_zone_n4bpu_53 ._text_n4bpu_18{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._danger_zone_n4bpu_53 ._text_n4bpu_18 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._danger_zone_n4bpu_53 ._text_n4bpu_18 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._danger_zone_n4bpu_53 ._button_n4bpu_40{display:flex;justify-content:center;align-items:center}._footer_n4bpu_90{display:flex;padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._footer_n4bpu_90 p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._footer_n4bpu_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_n4bpu_116{color:var(--Info-main, #006fd5);font-family:Inter;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_r60bc_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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff);height:fit-content}._form_component_r60bc_1 ._form_heading_r60bc_14{display:flex;justify-content:space-between;align-items:center}._form_component_r60bc_1 ._form_heading_r60bc_14 ._text_r60bc_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_r60bc_1 ._form_heading_r60bc_14 ._text_r60bc_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_r60bc_1 ._form_heading_r60bc_14 ._text_r60bc_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_r60bc_1 ._form_heading_r60bc_14 ._button_r60bc_41,._form_component_r60bc_1 ._form_heading_r60bc_14 ._button_r60bc_41 ._already_present_r60bc_49{height:fit-content;display:flex;align-items:center;justify-content:flex-end;gap:1rem;height:100%}._form_component_r60bc_1 ._form_heading_r60bc_14 ._button_r60bc_41 ._already_present_r60bc_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_r60bc_1 ._form_heading_r60bc_14 ._button_r60bc_41 ._already_present_r60bc_49 ._trash_icon_r60bc_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_r60bc_1 ._form_r60bc_1{display:flex;flex-direction:column;gap:1.25rem;height:100%}._form_component_1hpxb_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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff);height:fit-content}._form_component_1hpxb_1 ._form_heading_1hpxb_14{display:flex;justify-content:space-between;align-items:center}._form_component_1hpxb_1 ._form_heading_1hpxb_14 ._text_1hpxb_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_1hpxb_1 ._form_heading_1hpxb_14 ._text_1hpxb_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_1hpxb_1 ._form_heading_1hpxb_14 ._text_1hpxb_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1hpxb_1 ._form_heading_1hpxb_14 ._button_1hpxb_41,._form_component_1hpxb_1 ._form_heading_1hpxb_14 ._button_1hpxb_41 ._credits_1hpxb_49{height:fit-content;display:flex;align-items:center;justify-content:flex-end;gap:1rem;height:100%}._form_component_1hpxb_1 ._form_heading_1hpxb_14 ._button_1hpxb_41 ._credits_1hpxb_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_m39lc_1{width:100%;display:flex;padding:1.5rem;justify-content:center;align-self:stretch;flex-direction:column;gap:1.75rem;border-radius:.5rem;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5));color:var(--color-gray-100, #202020);background:var(--color-gray-10, #fff)}._form_component_m39lc_1 ._form_heading_m39lc_14{display:flex;justify-content:space-between;align-items:center}._form_component_m39lc_1 ._form_heading_m39lc_14 ._text_m39lc_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_m39lc_1 ._form_heading_m39lc_14 ._text_m39lc_19 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_m39lc_1 ._form_heading_m39lc_14 ._text_m39lc_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_m39lc_1 ._form_heading_m39lc_14 ._button_m39lc_40{height:fit-content}._form_component_m39lc_1 ._form_m39lc_1{display:flex;flex-direction:column;gap:1.25rem}._form_component_m39lc_1 ._form_m39lc_1 ._form_row_m39lc_48{display:flex;gap:.88rem}._form_component_m39lc_1 ._danger_zone_m39lc_52,._form_component_m39lc_1 ._working_hours_m39lc_52{display:flex;padding:.75rem 1rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #f2f6fc);background:var(--color-gray-10, #fff);gap:var(--Padding-Navbar, 1.5rem);color:var(--color-gray-100, #202020)}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._text_m39lc_19,._form_component_m39lc_1 ._working_hours_m39lc_52 ._text_m39lc_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._text_m39lc_19 h1,._form_component_m39lc_1 ._working_hours_m39lc_52 ._text_m39lc_19 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._text_m39lc_19 p,._form_component_m39lc_1 ._working_hours_m39lc_52 ._text_m39lc_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._button_m39lc_40,._form_component_m39lc_1 ._working_hours_m39lc_52 ._button_m39lc_40{display:flex;justify-content:center;align-items:center}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._button_m39lc_40 ._timezone_dropdown_m39lc_89 ._off_state_m39lc_89 ._selected_option_m39lc_89,._form_component_m39lc_1 ._working_hours_m39lc_52 ._button_m39lc_40 ._timezone_dropdown_m39lc_89 ._off_state_m39lc_89 ._selected_option_m39lc_89{color:#3818d9!important}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._availability_m39lc_92,._form_component_m39lc_1 ._working_hours_m39lc_52 ._availability_m39lc_92{flex:1 0 0}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._availability_m39lc_92 ._header_m39lc_95,._form_component_m39lc_1 ._working_hours_m39lc_52 ._availability_m39lc_92 ._header_m39lc_95{display:flex;width:100%;padding:1.5rem 2rem;justify-content:space-between;align-items:center;gap:1rem}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._availability_m39lc_92 ._header_m39lc_95 h2,._form_component_m39lc_1 ._working_hours_m39lc_52 ._availability_m39lc_92 ._header_m39lc_95 h2{font-size:1.25rem;font-weight:700;color:var(--color-gray-100, #333333)}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._availability_m39lc_92 ._body_m39lc_108,._form_component_m39lc_1 ._working_hours_m39lc_52 ._availability_m39lc_92 ._body_m39lc_108{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._availability_m39lc_92 ._body_m39lc_108 ._availability_item_m39lc_116,._form_component_m39lc_1 ._working_hours_m39lc_52 ._availability_m39lc_92 ._body_m39lc_108 ._availability_item_m39lc_116{display:flex;align-items:center;justify-content:space-between;align-self:stretch;flex:1 0 0}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._availability_m39lc_92 ._body_m39lc_108 ._availability_item_m39lc_116 ._availability_day_m39lc_123,._form_component_m39lc_1 ._working_hours_m39lc_52 ._availability_m39lc_92 ._body_m39lc_108 ._availability_item_m39lc_116 ._availability_day_m39lc_123{color:var(--color-gray-80, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;min-width:5.5rem}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._availability_m39lc_92 ._body_m39lc_108 ._availability_item_m39lc_116 ._availability_time_m39lc_130,._form_component_m39lc_1 ._working_hours_m39lc_52 ._availability_m39lc_92 ._body_m39lc_108 ._availability_item_m39lc_116 ._availability_time_m39lc_130{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex:1 0 0;max-width:40%}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._availability_m39lc_92 ._body_m39lc_108 ._availability_item_m39lc_116 ._availability_time_m39lc_130 ._time_separator_m39lc_138,._form_component_m39lc_1 ._working_hours_m39lc_52 ._availability_m39lc_92 ._body_m39lc_108 ._availability_item_m39lc_116 ._availability_time_m39lc_130 ._time_separator_m39lc_138{display:flex;align-items:center;justify-content:center}._form_component_m39lc_1 ._danger_zone_m39lc_52 ._availability_m39lc_92 ._divider_m39lc_143,._form_component_m39lc_1 ._working_hours_m39lc_52 ._availability_m39lc_92 ._divider_m39lc_143{width:100%;border:.5px solid var(--color-gray-40, #c5c5c5)}._form_component_m39lc_1 ._working_hours_m39lc_52{padding:1.6rem 2rem!important}._footer_m39lc_151{display:flex;padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._footer_m39lc_151 p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._footer_m39lc_151 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_m39lc_177{color:var(--Info-main, #006fd5);font-family:Inter;font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;cursor:pointer}._choice_card_1qjti_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_1qjti_1 ._heading_1qjti_13{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._choice_card_1qjti_1 ._heading_1qjti_13 ._heading_text_1qjti_19{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500}._choice_card_1qjti_1 ._body_1qjti_25{display:flex;justify-content:center;align-items:center;gap:2rem;align-self:stretch}._choice_card_1qjti_1 ._body_1qjti_25 ._button_container_1qjti_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:.5px solid var(--color-gray-40, #c5c5c5);background:var(--color-gray-10, #fff);cursor:pointer}._choice_card_1qjti_1 ._body_1qjti_25 ._button_container_1qjti_32:hover{background:#c5c5c51a}._choice_card_1qjti_1 ._body_1qjti_25 ._button_container_1qjti_32 ._btn_text_1qjti_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_rkm3r_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_rkm3r_1 ._heading_rkm3r_13{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._text_to_speech_rkm3r_1 ._heading_rkm3r_13 ._heading_text_rkm3r_19{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500}._text_to_speech_rkm3r_1 ._action_rkm3r_25{display:flex;justify-content:center;align-items:center;gap:var(--20, 1.25rem);align-self:stretch}._text_to_speech_rkm3r_1 ._action_rkm3r_25 ._btn_rkm3r_32{padding:var(--12, .75rem);flex:1 0 0;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-second, #f7f5ff)}._text_to_speech_rkm3r_1 ._action_rkm3r_25 ._btn_rkm3r_32:hover{background:#c5c5c51a}._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_7loq4_1{display:flex;flex-direction:column;align-items:center;gap:2rem;align-self:stretch}._audio_recorder_7loq4_1 ._recorder_animation_wrapper_7loq4_8{display:flex;flex-direction:column;align-items:center;gap:var(--12, .75rem);align-self:stretch}._audio_recorder_7loq4_1 ._recorder_animation_wrapper_7loq4_8 ._recorder_video_7loq4_15{width:4.5rem}._audio_recorder_7loq4_1 ._recorder_animation_wrapper_7loq4_8 ._timer_custom_7loq4_18{min-width:35%}._audio_recorder_7loq4_1 ._action_wrapper_7loq4_21{display:flex;gap:1rem;justify-content:center;align-items:center;align-self:stretch}._audio_recorder_7loq4_1 ._action_wrapper_7loq4_21 ._action_btn_7loq4_28{padding:var(--12, .75rem);flex:1 0 0;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-second, #f7f5ff)}._audio_recorder_7loq4_1 ._action_wrapper_7loq4_21 ._action_btn_7loq4_28:hover{background:#c5c5c51a}._audio_recorder_7loq4_1 ._action_wrapper_7loq4_21 ._action_btn_7loq4_28 ._action_text_7loq4_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}._audio_record_5eb57_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_5eb57_1 ._heading_5eb57_13{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._audio_record_5eb57_1 ._heading_5eb57_13 ._heading_text_5eb57_19{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500}._audio_record_5eb57_1 ._recorder_wrapper_5eb57_25{display:flex;flex-direction:column;align-items:center;gap:var(--12, .75rem);align-self:stretch}._audio_record_5eb57_1 ._action_wrapper_5eb57_32{display:flex;justify-content:center;align-items:center;gap:var(--20, 1.25rem);align-self:stretch}._audio_record_5eb57_1 ._action_wrapper_5eb57_32 ._action_btn_5eb57_39{padding:var(--12, .75rem);flex:1 0 0;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-second, #f7f5ff)}._audio_record_5eb57_1 ._action_wrapper_5eb57_32 ._action_btn_5eb57_39:hover{background:#c5c5c51a}._form_component_1bign_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, #f2f6fc);background:var(--color-gray-10, #fff);color:#020202}._form_component_1bign_1 ._form_heading_1bign_15{display:flex;justify-content:space-between;align-items:center}._form_component_1bign_1 ._form_heading_1bign_15 ._text_1bign_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_1bign_1 ._form_heading_1bign_15 ._text_1bign_20 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_1bign_1 ._form_heading_1bign_15 ._text_1bign_20 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1bign_1 ._form_heading_1bign_15 ._button_1bign_41{height:fit-content}._form_component_1bign_1 ._form_1bign_1{display:flex;flex-direction:column;gap:1.25rem}._form_component_1bign_1 ._form_1bign_1 ._form_row_1bign_49{display:flex;gap:.88rem}._form_component_1bign_1 ._danger_zone_1bign_53{display:flex;padding:.75rem 1rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #f2f6fc);background:var(--color-gray-10, #fff);gap:var(--Padding-Navbar, 1.5rem)}._form_component_1bign_1 ._danger_zone_1bign_53 ._text_1bign_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_1bign_1 ._danger_zone_1bign_53 ._text_1bign_20 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_1bign_1 ._danger_zone_1bign_53 ._text_1bign_20 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1bign_1 ._danger_zone_1bign_53 ._button_1bign_41{display:flex;justify-content:center;align-items:center}._form_component_1bign_1 ._danger_zone_1bign_53 ._availability_1bign_88{flex:1 0 0}._form_component_1bign_1 ._danger_zone_1bign_53 ._availability_1bign_88 ._header_1bign_91{display:flex;width:100%;padding:1.5rem 2rem;justify-content:space-between;align-items:center;gap:1rem}._form_component_1bign_1 ._danger_zone_1bign_53 ._availability_1bign_88 ._header_1bign_91 h2{font-size:1.25rem;font-weight:700;color:var(--color-gray-100, #333333)}._form_component_1bign_1 ._danger_zone_1bign_53 ._availability_1bign_88 ._body_1bign_104{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem}._form_component_1bign_1 ._danger_zone_1bign_53 ._availability_1bign_88 ._body_1bign_104 ._availability_item_1bign_112{display:flex;align-items:center;gap:7.5rem;justify-content:space-between;align-self:stretch;flex:1 0 0}._form_component_1bign_1 ._danger_zone_1bign_53 ._availability_1bign_88 ._body_1bign_104 ._availability_item_1bign_112 ._availability_day_1bign_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_1bign_1 ._danger_zone_1bign_53 ._availability_1bign_88 ._body_1bign_104 ._availability_item_1bign_112 ._availability_time_1bign_129{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex:1 0 0;max-width:40%}._form_component_1bign_1 ._danger_zone_1bign_53 ._availability_1bign_88 ._body_1bign_104 ._availability_item_1bign_112 ._availability_time_1bign_129 ._time_separator_1bign_137{display:flex;align-items:center;justify-content:center}._form_component_1bign_1 ._danger_zone_1bign_53 ._availability_1bign_88 ._divider_1bign_142{width:100%;border:.5px solid var(--color-gray-40, #c5c5c5)}._form_component_1bign_1 ._voicemail_greeting_wrapper_1bign_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, #f2f6fc);border-radius:.5rem;background:var(--color-gray-10, #fff)}._form_component_1bign_1 ._voicemail_greeting_wrapper_1bign_146 ._greeting_div_1bign_158{display:flex;align-self:stretch;gap:1.5rem}._form_component_1bign_1 ._voicemail_greeting_wrapper_1bign_146 ._greeting_div_1bign_158 ._text_1bign_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_1bign_1 ._voicemail_greeting_wrapper_1bign_146 ._greeting_div_1bign_158 ._text_1bign_20 h1{color:var(--color-gray-100, #020202);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_1bign_1 ._voicemail_greeting_wrapper_1bign_146 ._greeting_div_1bign_158 ._text_1bign_20 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_1bign_1 ._voicemail_greeting_wrapper_1bign_146 ._greeting_div_1bign_158 ._buttons_1bign_185{display:flex;justify-content:center;align-items:center;gap:1rem}._form_component_1bign_1 ._voicemail_greeting_wrapper_1bign_146 ._greeting_div_1bign_158 ._buttons_1bign_185 ._change_button_1bign_191{background-color:#fff;border:1px solid var(--primary-grey, #f2f6fc)}._form_component_1bign_1 ._voicemail_greeting_wrapper_1bign_146 ._audio_player_wrapper_1bign_195{display:flex;justify-content:center;align-items:center;gap:2rem;align-self:stretch;border-radius:.5rem}._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_qj8q8_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, #f2f6fc);background:var(--color-gray-10, #fff);color:var(--color-gray-100, #202020)}._form_component_qj8q8_1 ._form_heading_qj8q8_14{display:flex;justify-content:space-between;align-items:center}._form_component_qj8q8_1 ._form_heading_qj8q8_14 ._text_qj8q8_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_qj8q8_1 ._form_heading_qj8q8_14 ._text_qj8q8_19 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_qj8q8_1 ._form_heading_qj8q8_14 ._text_qj8q8_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_qj8q8_1 ._form_heading_qj8q8_14 ._button_qj8q8_40{height:fit-content}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--12, .75rem);align-self:stretch}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_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, #f2f6fc)}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._header_div_qj8q8_62{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._header_div_qj8q8_62 ._phone_number_wrapper_qj8q8_68{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._header_div_qj8q8_62 ._phone_number_wrapper_qj8q8_68 ._phone_number_qj8q8_68{color:var(--color-gray-90, #3f3f3f);font-size:1rem;font-style:normal;font-weight:500}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._header_div_qj8q8_62 ._phone_number_wrapper_qj8q8_68 ._call_tag_wrapper_qj8q8_80{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_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._header_div_qj8q8_62 ._phone_number_wrapper_qj8q8_68 ._call_tag_wrapper_qj8q8_80 ._call_tag_text_qj8q8_89{color:var(--primary-main, var(--brand-primary, #3818d9));font-size:.75rem;font-style:normal;font-weight:500}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._header_div_qj8q8_62 ._toggle_button_wrapper_qj8q8_95{display:flex;justify-content:center;align-items:center;gap:var(--12, .75rem)}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._header_div_qj8q8_62 ._toggle_button_wrapper_qj8q8_95 ._toggle_text_qj8q8_101{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._hidden_body_qj8q8_107{display:flex;justify-content:center;align-items:center;gap:1.5rem;align-self:stretch}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._hidden_body_qj8q8_107 ._text_div_qj8q8_114{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.5rem;flex:1 0 0}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._hidden_body_qj8q8_107 ._text_div_qj8q8_114 ._heading_qj8q8_122{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._hidden_body_qj8q8_107 ._text_div_qj8q8_114 ._text_qj8q8_19{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:400}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._hidden_body_qj8q8_107 ._new_number_div_qj8q8_136{display:flex;justify-content:center;align-items:center;gap:.5rem}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._hidden_body_qj8q8_107 ._new_number_div_qj8q8_136 ._new_number_number_wrapper_qj8q8_142{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_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._hidden_body_qj8q8_107 ._new_number_div_qj8q8_136 ._new_number_number_wrapper_qj8q8_142 ._new_number_number_qj8q8_142{color:var(--primary-main, var(--brand-primary, #3818d9));font-size:.75rem;font-style:normal;font-weight:500}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._hidden_body_qj8q8_107 ._new_number_div_qj8q8_136 ._new_number_wrapper_qj8q8_157{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_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._hidden_body_qj8q8_107 ._new_number_div_qj8q8_136 ._new_number_wrapper_qj8q8_157 ._new_number_text_qj8q8_166{color:var(--Danger-main, #ba1717);font-size:.75rem;font-style:normal;font-weight:500}._form_component_qj8q8_1 ._call_number_wrapper_qj8q8_43 ._call_number_qj8q8_43 ._hidden_body_qj8q8_107 ._new_number_div_qj8q8_136 ._add_new_number_wrapper_qj8q8_172{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_qj8q8_184{color:var(--Info-main, #006fd5);font-family:Inter;font-size:.625rem;font-style:normal;font-weight:500;line-height:1rem;cursor:pointer}._form_component_uanco_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, #f2f6fc);background:var(--color-gray-10, #fff);color:#020202}._form_component_uanco_1 ._form_heading_uanco_15{display:flex;justify-content:space-between;align-items:center}._form_component_uanco_1 ._form_heading_uanco_15 ._text_uanco_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_uanco_1 ._form_heading_uanco_15 ._text_uanco_20 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_uanco_1 ._form_heading_uanco_15 ._text_uanco_20 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_uanco_1 ._form_heading_uanco_15 ._button_uanco_41{height:fit-content}._form_component_uanco_1 ._form_uanco_1{display:flex;flex-direction:column;gap:1.25rem}._form_component_uanco_1 ._form_uanco_1 ._form_row_uanco_49{display:flex;gap:.88rem}._form_component_uanco_1 ._danger_zone_uanco_53{display:flex;padding:.75rem 1rem;align-self:stretch;border-radius:.5rem;border:var(--0, 1px) solid var(--primary-grey, #f2f6fc);background:var(--color-gray-10, #fff);gap:var(--Padding-Navbar, 1.5rem)}._form_component_uanco_1 ._danger_zone_uanco_53 ._text_uanco_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_uanco_1 ._danger_zone_uanco_53 ._text_uanco_20 h1{font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_uanco_1 ._danger_zone_uanco_53 ._text_uanco_20 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_uanco_1 ._danger_zone_uanco_53 ._button_uanco_41{display:flex;justify-content:center;align-items:center}._form_component_uanco_1 ._danger_zone_uanco_53 ._availability_uanco_88{flex:1 0 0}._form_component_uanco_1 ._danger_zone_uanco_53 ._availability_uanco_88 ._header_uanco_91{display:flex;width:100%;padding:1.5rem 2rem;justify-content:space-between;align-items:center;gap:1rem}._form_component_uanco_1 ._danger_zone_uanco_53 ._availability_uanco_88 ._header_uanco_91 h2{font-size:1.25rem;font-weight:700;color:var(--color-gray-100, #333333)}._form_component_uanco_1 ._danger_zone_uanco_53 ._availability_uanco_88 ._body_uanco_104{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:center;gap:2.5rem}._form_component_uanco_1 ._danger_zone_uanco_53 ._availability_uanco_88 ._body_uanco_104 ._availability_item_uanco_112{display:flex;align-items:center;gap:7.5rem;justify-content:space-between;align-self:stretch;flex:1 0 0}._form_component_uanco_1 ._danger_zone_uanco_53 ._availability_uanco_88 ._body_uanco_104 ._availability_item_uanco_112 ._availability_day_uanco_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_uanco_1 ._danger_zone_uanco_53 ._availability_uanco_88 ._body_uanco_104 ._availability_item_uanco_112 ._availability_time_uanco_129{display:flex;justify-content:center;align-items:center;gap:1.5rem;flex:1 0 0;max-width:40%}._form_component_uanco_1 ._danger_zone_uanco_53 ._availability_uanco_88 ._body_uanco_104 ._availability_item_uanco_112 ._availability_time_uanco_129 ._time_separator_uanco_137{display:flex;align-items:center;justify-content:center}._form_component_uanco_1 ._danger_zone_uanco_53 ._availability_uanco_88 ._divider_uanco_142{width:100%;border:.5px solid var(--color-gray-40, #c5c5c5)}._form_component_uanco_1 ._voicemail_greeting_wrapper_uanco_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, #f2f6fc);border-radius:.5rem;background:var(--color-gray-10, #fff)}._form_component_uanco_1 ._voicemail_greeting_wrapper_uanco_146 ._greeting_div_uanco_158{display:flex;align-self:stretch;gap:1.5rem}._form_component_uanco_1 ._voicemail_greeting_wrapper_uanco_146 ._greeting_div_uanco_158 ._text_uanco_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_uanco_1 ._voicemail_greeting_wrapper_uanco_146 ._greeting_div_uanco_158 ._text_uanco_20 h1{color:var(--color-gray-100, #020202);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_uanco_1 ._voicemail_greeting_wrapper_uanco_146 ._greeting_div_uanco_158 ._text_uanco_20 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_uanco_1 ._voicemail_greeting_wrapper_uanco_146 ._greeting_div_uanco_158 ._button_uanco_41{display:flex;justify-content:center;align-items:center}._form_component_uanco_1 ._voicemail_greeting_wrapper_uanco_146 ._greeting_div_uanco_158 ._button_uanco_41 ._change_button_uanco_190{background-color:#fff;border:1px solid var(--primary-grey, #f2f6fc)}._form_component_uanco_1 ._voicemail_greeting_wrapper_uanco_146 ._audio_player_wrapper_uanco_194{display:flex;justify-content:center;align-items:center;gap:2rem;align-self:stretch;border-radius:.5rem}._footer_uanco_203{display:flex;padding:.5rem .75rem;align-items:center;gap:.625rem;align-self:stretch;border-radius:.5rem;background:var(--primary-second, #f7f5ff)}._footer_uanco_203 p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._footer_uanco_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_uanco_229{color:var(--Info-main, #006fd5);font-family:Inter;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_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_8skx1_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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff);height:100vh}._form_component_8skx1_1 ._form_heading_8skx1_14{display:flex;justify-content:space-between;align-items:center}._form_component_8skx1_1 ._form_heading_8skx1_14 ._text_8skx1_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_8skx1_1 ._form_heading_8skx1_14 ._text_8skx1_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_8skx1_1 ._form_heading_8skx1_14 ._text_8skx1_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_8skx1_1 ._form_heading_8skx1_14 ._button_8skx1_41{height:fit-content;display:flex;justify-content:center;align-items:center;gap:.8rem}._form_component_8skx1_1 ._body_8skx1_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_8skx1_1 ._body_8skx1_48 ._table_header_8skx1_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_8skx1_1 ._body_8skx1_48 ._table_header_8skx1_57 ._table_header_item_8skx1_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_8skx1_1 ._body_8skx1_48 ._table_data_8skx1_79{display:flex;flex-direction:column;gap:0rem;height:100%;width:100%;overflow-y:auto}._form_component_8skx1_1 ._body_8skx1_48 ._table_data_8skx1_79 ._no_data_8skx1_87{height:100%;grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--color-gray-100, #202020);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_8skx1_1 ._body_8skx1_48 ._table_data_8skx1_79 ._table_data_row_8skx1_101{display:flex;width:100%;padding:var(--16, 1rem);align-items:center;gap:1.5rem}._form_component_8skx1_1 ._body_8skx1_48 ._table_data_8skx1_79 ._table_data_row_8skx1_101 ._table_data_item_8skx1_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_8skx1_1 ._body_8skx1_48 ._table_data_8skx1_79 ._table_data_row_8skx1_101 ._table_data_item_8skx1_108 ._action_8skx1_121{display:flex;gap:.8rem;justify-content:flex-start;align-items:center;flex:1 0 0}._form_component_8skx1_1 ._body_8skx1_48 ._table_data_8skx1_79 ._table_data_row_8skx1_101 ._table_data_item_8skx1_108 ._action_8skx1_121 ._icon_8skx1_128{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_h375k_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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff);height:100vh}._form_component_h375k_1 ._form_heading_h375k_14{display:flex;justify-content:space-between;align-items:center}._form_component_h375k_1 ._form_heading_h375k_14 ._text_h375k_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_h375k_1 ._form_heading_h375k_14 ._text_h375k_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_h375k_1 ._form_heading_h375k_14 ._text_h375k_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_h375k_1 ._form_heading_h375k_14 ._button_h375k_41{height:fit-content;display:flex;justify-content:center;align-items:center;gap:.8rem}._form_component_h375k_1 ._body_h375k_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_h375k_1 ._body_h375k_48 ._table_header_h375k_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_h375k_1 ._body_h375k_48 ._table_header_h375k_57 ._table_header_item_h375k_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_h375k_1 ._body_h375k_48 ._table_data_h375k_79{display:flex;flex-direction:column;gap:0rem;height:100%;width:100%;overflow-y:auto;gap:2rem}._form_component_h375k_1 ._body_h375k_48 ._table_data_h375k_79 ._no_data_h375k_88{height:100%;grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--color-gray-100, #202020);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_h375k_1 ._body_h375k_48 ._table_data_h375k_79 ._table_data_row_h375k_102{display:flex;width:100%;padding:var(--16, 1rem);align-items:center;gap:1.5rem}._form_component_h375k_1 ._body_h375k_48 ._table_data_h375k_79 ._table_data_row_h375k_102 ._table_data_item_h375k_109{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_h375k_1 ._body_h375k_48 ._table_data_h375k_79 ._table_data_row_h375k_102 ._table_data_item_h375k_109 ._action_h375k_122{display:flex;gap:.8rem;justify-content:flex-start;align-items:center;flex:1 0 0}._form_component_h375k_1 ._body_h375k_48 ._table_data_h375k_79 ._table_data_row_h375k_102 ._table_data_item_h375k_109 ._action_h375k_122 ._unblock_h375k_129{color:var(--color-red, #0a7cea);font-size:.875rem;font-style:normal;font-weight:400;cursor:pointer;text-decoration:underline}._form_component_h375k_1 ._body_h375k_48 ._table_data_h375k_79 ._table_data_row_h375k_102 ._table_data_item_h375k_109 ._action_h375k_122 ._icon_h375k_137{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_12lq1_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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff);height:100vh}._form_component_12lq1_1 ._form_heading_12lq1_14{display:flex;justify-content:space-between;align-items:center}._form_component_12lq1_1 ._form_heading_12lq1_14 ._text_12lq1_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_12lq1_1 ._form_heading_12lq1_14 ._text_12lq1_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_12lq1_1 ._form_heading_12lq1_14 ._text_12lq1_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_12lq1_1 ._form_heading_12lq1_14 ._button_12lq1_41{height:fit-content;display:flex;justify-content:center;align-items:center;gap:.8rem}._form_component_12lq1_1 ._body_12lq1_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_12lq1_1 ._body_12lq1_48 ._table_header_12lq1_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_12lq1_1 ._body_12lq1_48 ._table_header_12lq1_57 ._table_header_item_12lq1_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_12lq1_1 ._body_12lq1_48 ._table_data_12lq1_79{display:flex;flex-direction:column;gap:0rem;height:100%;width:100%;overflow-y:auto}._form_component_12lq1_1 ._body_12lq1_48 ._table_data_12lq1_79 ._no_data_12lq1_87{height:100%;grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--color-gray-100, #202020);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_12lq1_1 ._body_12lq1_48 ._table_data_12lq1_79 ._table_data_row_12lq1_101{display:flex;width:100%;padding:var(--16, 1rem);align-items:flex-start;gap:1.5rem}._form_component_12lq1_1 ._body_12lq1_48 ._table_data_12lq1_79 ._table_data_row_12lq1_101 ._table_data_item_12lq1_108{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_12lq1_1 ._body_12lq1_48 ._table_data_12lq1_79 ._table_data_row_12lq1_101 ._table_data_item_12lq1_108 ._phone_number_12lq1_128{display:flex;align-items:center;gap:var(--8, .5rem);align-self:stretch}._form_component_12lq1_1 ._body_12lq1_48 ._table_data_12lq1_79 ._table_data_row_12lq1_101 ._table_data_item_12lq1_108 ._actions_12lq1_134{display:flex;gap:.8rem;justify-content:flex-start;align-items:center;flex:1 0 0}._form_component_12lq1_1 ._body_12lq1_48 ._table_data_12lq1_79 ._table_data_row_12lq1_101 ._table_data_item_12lq1_108 ._actions_12lq1_134 ._icon_12lq1_141{cursor:pointer}._form_component_174hn_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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff);height:100vh}._form_component_174hn_1 ._form_heading_174hn_14{display:flex;justify-content:space-between;align-items:center}._form_component_174hn_1 ._form_heading_174hn_14 ._text_174hn_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._form_component_174hn_1 ._form_heading_174hn_14 ._text_174hn_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._form_component_174hn_1 ._form_heading_174hn_14 ._text_174hn_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_174hn_1 ._form_heading_174hn_14 ._button_174hn_41{height:fit-content;display:flex;justify-content:center;align-items:center;gap:.8rem}._form_component_174hn_1 ._body_174hn_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_174hn_1 ._body_174hn_48 ._table_header_174hn_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_174hn_1 ._body_174hn_48 ._table_header_174hn_57 ._table_header_item_174hn_66:first-child{max-width:2rem}._form_component_174hn_1 ._body_174hn_48 ._table_header_174hn_57 ._table_header_item_174hn_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_174hn_1 ._body_174hn_48 ._table_data_174hn_82{display:flex;flex-direction:column;gap:0rem;height:100%;width:100%;overflow-y:auto;position:relative}._form_component_174hn_1 ._body_174hn_48 ._table_data_174hn_82 ._no_data_174hn_91{height:100%;grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--color-gray-100, #202020);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._form_component_174hn_1 ._body_174hn_48 ._table_data_174hn_82 ._table_data_row_174hn_105{display:flex;width:100%;padding:var(--16, 1rem);align-items:center;gap:1.5rem;position:relative}._form_component_174hn_1 ._body_174hn_48 ._table_data_174hn_82 ._table_data_row_174hn_105 ._users_174hn_113{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_174hn_1 ._body_174hn_48 ._table_data_174hn_82 ._table_data_row_174hn_105 ._table_data_item_174hn_130:first-child{max-width:2rem}._form_component_174hn_1 ._body_174hn_48 ._table_data_174hn_82 ._table_data_row_174hn_105 ._table_data_item_174hn_130{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_174hn_1 ._body_174hn_48 ._table_data_174hn_82 ._table_data_row_174hn_105 ._table_data_item_174hn_130 ._phone_number_174hn_154{display:flex;align-items:center;gap:var(--8, .5rem);align-self:stretch}._form_component_174hn_1 ._body_174hn_48 ._table_data_174hn_82 ._table_data_row_174hn_105 ._table_data_item_174hn_130 ._actions_174hn_160{display:flex;gap:.8rem;justify-content:flex-start;align-items:center;flex:1 0 0}._form_component_174hn_1 ._body_174hn_48 ._table_data_174hn_82 ._table_data_row_174hn_105 ._table_data_item_174hn_130 ._actions_174hn_160 ._icon_174hn_167{cursor:pointer}._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}._sidebar_cd390_1{height:100%;display:flex;gap:1.25rem;width:15rem;padding:1rem;flex-direction:column;border-radius:.75rem;border:.5px solid var(--primary-border, rgba(197, 197, 197, .5));background:var(--color-gray-10, #fff);overflow-y:auto}._sidebar_cd390_1::-webkit-scrollbar{width:.28rem}color ._sidebar_cd390_1::-webkit-scrollbar-track{background:var(--color-gray-10, #fff)}._sidebar_cd390_1::-webkit-scrollbar-thumb{background:var(--color-gray-70, #7e7e7e);border-radius:.25rem}._sidebar_cd390_1 ._setting_container_cd390_23{display:flex;flex-direction:column;gap:.75rem}._sidebar_cd390_1 ._setting_container_cd390_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_cd390_1 ._setting_container_cd390_23 ._option_container_cd390_36{display:flex;flex-direction:column;gap:.5rem;width:100%}._sidebar_cd390_1 ._setting_container_cd390_23 ._option_container_cd390_36 ._option_cd390_36{display:flex;align-items:center;gap:.625rem;padding:.5rem;cursor:pointer;border-radius:.25rem}._sidebar_cd390_1 ._setting_container_cd390_23 ._option_container_cd390_36 ._option_cd390_36 p{color:var(--color-gray-80, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._sidebar_cd390_1 ._setting_container_cd390_23 ._option_container_cd390_36 ._option_selected_cd390_57{display:flex;align-items:center;gap:.625rem;padding:.5rem;cursor:pointer;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._sidebar_cd390_1 ._setting_container_cd390_23 ._option_container_cd390_36 ._option_selected_cd390_57 p{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._settings_view_main_container_47b7i_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, 1.6rem)}._settings_view_main_container_47b7i_1 ._header_47b7i_14{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem}._settings_view_main_container_47b7i_1 ._header_47b7i_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_47b7i_1 ._header_47b7i_14 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._settings_view_main_container_47b7i_1 ._main_body_47b7i_35{display:flex;gap:.75rem;height:100%;width:100%;overflow-y:auto}._settings_view_main_container_47b7i_1 ._main_body_47b7i_35 ::-webkit-scrollbar{width:0px}._main_15zs3_2{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.8rem;overflow-x:hidden!important;scrollbar-width:none}._main_15zs3_2 ._nav_15zs3_11{width:100%;display:flex;padding:1.2rem;justify-content:space-between;align-items:center}._main_15zs3_2 ._nav_15zs3_11 ._logo_15zs3_18{display:flex;align-items:center;gap:.4rem}._main_15zs3_2 ._nav_15zs3_11 ._logo_15zs3_18 ._name_15zs3_23{color:var(--Color-Primary, #3918d9);font-family:Product Sans;font-size:1.75rem;font-style:normal;font-weight:700;line-height:1.5rem;letter-spacing:-.0125rem}._main_15zs3_2 ._nav_15zs3_11 ._actions_15zs3_32{display:flex;gap:1rem;align-items:center}._main_15zs3_2 ._nav_15zs3_11 ._actions_15zs3_32 ._link_15zs3_37{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:700;line-height:1.5rem;transition:all .3s ease;cursor:pointer}._main_15zs3_2 ._nav_15zs3_11 ._actions_15zs3_32 ._link_15zs3_37:hover{background:var(--secondary-purple-dark, #3f36e5)}._main_15zs3_2 ._body_15zs3_58{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_15zs3_2 ._body_15zs3_58 ._sub_header_15zs3_69{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_15zs3_2 ._body_15zs3_58 ._sub_header_15zs3_69 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_15zs3_2 ._body_15zs3_58 ._header_15zs3_89{display:flex;flex-direction:column;justify-content:center;align-items:center}._main_15zs3_2 ._body_15zs3_58 ._header_15zs3_89 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;letter-spacing:-.225rem}._main_15zs3_2 ._body_15zs3_58 ._header_15zs3_89 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_15zs3_2 ._body_15zs3_58 ._description_15zs3_115{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_15zs3_2 ._body_15zs3_58 ._actions_15zs3_32{display:flex;gap:1rem;justify-content:center;align-items:center}._main_15zs3_2 ._body_15zs3_58 ._actions_15zs3_32 ._link_15zs3_37{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_15zs3_2 ._body_15zs3_58 ._actions_15zs3_32 ._link_15zs3_37:hover{background:var(--secondary-purple-dark, #3f36e5)}._main_15zs3_2 ._body_15zs3_58 ._lead_details_15zs3_153{display:flex;flex-direction:column;align-items:center;width:80%}._main_15zs3_2 ._body_15zs3_58 ._lead_details_15zs3_153 img{width:100%;height:auto}._main_15zs3_2 ._body_15zs3_58 ._feature_circular_15zs3_163{width:36%;height:32%;position:absolute;right:-2rem;top:13.5625rem;transform:rotate(6deg)!important;object-fit:contain}._main_15zs3_2 ._body_15zs3_58 ._flow_diagram_15zs3_172{width:32%;height:60%;position:absolute;left:-1rem;top:10rem;object-fit:contain}._main_15zs3_2 ._footer_15zs3_180{display:flex;flex-direction:column;width:100%;align-items:center;padding:2rem}._main_15zs3_2 ._footer_15zs3_180 ._footer_content_15zs3_187{display:flex;gap:1rem;justify-content:center;align-items:center}._main_15zs3_2 ._footer_15zs3_180 ._footer_content_15zs3_187 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_15zs3_2 ._footer_15zs3_180 ._footer_content_15zs3_187 a:hover{color:var(--Color-Primary, #3f36e5)}._main_15zs3_2 ._footer_15zs3_180 ._footer_content_15zs3_187 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_15zs3_2 ._spot_1_15zs3_216{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_15zs3_2 ._spot_2_15zs3_229{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_15zs3_2 ._nav_15zs3_11 ._logo_15zs3_18 ._name_15zs3_23{font-size:1.5rem}._main_15zs3_2 ._nav_15zs3_11 ._actions_15zs3_32 ._link_15zs3_37,._main_15zs3_2 ._body_15zs3_58 ._sub_header_15zs3_69 p{font-size:.875rem}._main_15zs3_2 ._body_15zs3_58 ._header_15zs3_89 h1,._main_15zs3_2 ._body_15zs3_58 ._header_15zs3_89 h1 span{font-size:2.5rem;letter-spacing:-.01rem}._main_15zs3_2 ._body_15zs3_58 ._description_15zs3_115{font-size:1rem;line-height:1.75rem}._main_15zs3_2 ._body_15zs3_58 ._actions_15zs3_32 ._link_15zs3_37{font-size:.875rem;padding:.5rem .75rem}._main_15zs3_2 ._body_15zs3_58 ._lead_details_15zs3_153 img{width:100%;height:auto}._main_15zs3_2 ._body_15zs3_58 ._feature_circular_15zs3_163,._main_15zs3_2 ._body_15zs3_58 ._flow_diagram_15zs3_172{display:none}._main_15zs3_2 ._footer_15zs3_180 ._footer_content_15zs3_187 a,._main_15zs3_2 ._footer_15zs3_180 ._footer_content_15zs3_187 p{font-size:.875rem}._main_15zs3_2 ._spot_1_15zs3_216{width:50%;height:50%;right:.875rem;top:16.5625rem}._main_15zs3_2 ._spot_2_15zs3_229{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_1g6yh_1{display:flex;justify-content:center;align-items:center;z-index:5;position:absolute;right:.8rem;top:7.2rem;border-radius:.5rem;border:.5px solid var(--border-light, #f2f6fc);background:var(--gray-10, #fff);box-shadow:0 5px 14px #080f340a;overflow:hidden;width:fit-content}._modal_1g6yh_1 ._modal_body_1g6yh_16{display:flex;flex-direction:column;align-self:stretch;justify-content:center;overflow:hidden;align-items:center;width:100%;padding:.4rem 0}._modal_1g6yh_1 ._modal_body_1g6yh_16 ._edit_details_1g6yh_26,._modal_1g6yh_1 ._modal_body_1g6yh_16 ._delete_campaign_1g6yh_27{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;width:100%;padding:var(--12, .5rem) var(--16, 1rem)}._modal_1g6yh_1 ._modal_body_1g6yh_16 ._delete_campaign_1g6yh_27{width:100%;color:var(--red-60, #d0021b)}._modal_1g6yh_1 ._modal_body_1g6yh_16 ._not_found_1g6yh_45{display:flex;padding:var(--4, .25rem);justify-content:center;align-items:center;flex-direction:column;gap:.4rem;text-align:center}._modal_1g6yh_1 ._modal_body_1g6yh_16 ._not_found_1g6yh_45 p{font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._modal_1g6yh_1 ._modal_body_1g6yh_16 ._not_found_1g6yh_45 ._link_to_1g6yh_60{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_1g6yh_1 ._modal_body_1g6yh_16 ._edit_details_1g6yh_26:hover{background:#c5c5c51a}._modal_1g6yh_1 ._modal_body_1g6yh_16 ._delete_campaign_1g6yh_27:hover{background:#fdb1b12d}._campaign_vpjmq_1{display:flex;width:100%;padding:var(--20, 1.25rem);justify-content:space-between;align-items:center;border-radius:var(--12, .75rem);border:1px solid var(--border-light, #f2f6fc);cursor:pointer}._campaign_vpjmq_1 ._name_vpjmq_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_vpjmq_1 ._owner_vpjmq_25,._campaign_vpjmq_1 ._date_vpjmq_26,._campaign_vpjmq_1 ._count_vpjmq_27,._campaign_vpjmq_1 ._status_vpjmq_28{width:100%;gap:1.2rem;display:flex;align-items:center;justify-content:flex-start}._campaign_vpjmq_1 ._tag_vpjmq_35{width:100%;display:flex;align-items:center;justify-content:flex-start;gap:.48rem;position:relative}._campaign_vpjmq_1 ._tag_vpjmq_35 ._tag_modal_vpjmq_43{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}._cm_1iu1m_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_1iu1m_1 ._configure_model_wrapper_1iu1m_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_1iu1m_1 ._configure_model_wrapper_1iu1m_9::-webkit-scrollbar{width:0rem}._cm_1iu1m_1 ._configure_model_wrapper_1iu1m_9 ._header_1iu1m_23{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._cm_1iu1m_1 ._configure_model_wrapper_1iu1m_9 ._header_1iu1m_23 h1{color:var(--color-gray-90, #3f3f3f);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._cm_1iu1m_1 ._configure_model_wrapper_1iu1m_9 ._header_1iu1m_23 ._icon_1iu1m_36{cursor:pointer}._cm_1iu1m_1 ._configure_model_wrapper_1iu1m_9 ._body_1iu1m_39{display:flex;width:100%;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;align-self:stretch;height:100%}._cm_1iu1m_1 ._configure_model_wrapper_1iu1m_9 ._body_1iu1m_39 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._cm_1iu1m_1 ._configure_model_wrapper_1iu1m_9 ._body_1iu1m_39 ._input_group_1iu1m_56{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.5rem;align-self:stretch;height:100%}._cm_1iu1m_1 ._configure_model_wrapper_1iu1m_9 ._body_1iu1m_39 ._input_group_1iu1m_56 label{color:var(--color-gray-90, #3f3f3f);font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._cm_1iu1m_1 ._configure_model_wrapper_1iu1m_9 ._body_1iu1m_39 ._container_1iu1m_72{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--16, 1.4rem);align-self:stretch;background:#fff}._cm_1iu1m_1 ._configure_model_wrapper_1iu1m_9 ._body_1iu1m_39 ._container_1iu1m_72 ._no_results_1iu1m_81{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1rem;align-self:stretch}._cm_1iu1m_1 ._configure_model_wrapper_1iu1m_9 ._footer_1iu1m_89{width:100%;display:flex;justify-content:end;gap:.4rem}._disposition_19ul4_1{display:flex;width:5.625rem;min-width:3.75rem;padding:.25rem .5rem;justify-content:center;align-items:center;gap:.25rem;border-radius:.75rem}._detail_obpmi_1{display:flex;height:2.75rem;justify-content:center;align-items:center;gap:var(--28, 1.75rem);align-self:stretch;cursor:pointer}._detail_obpmi_1 ._profile_details_obpmi_10{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0}._detail_obpmi_1 ._profile_details_obpmi_10 ._picture_obpmi_16{width:2rem;height:2rem;border-radius:12.5rem}._detail_obpmi_1 ._profile_details_obpmi_10 ._picture_obpmi_16 img{height:100%;width:100%;border-radius:12.5rem}._detail_obpmi_1 ._profile_details_obpmi_10 ._name_job_obpmi_26{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.375rem;flex:1 0 0}._detail_obpmi_1 ._profile_details_obpmi_10 ._name_job_obpmi_26 ._name_obpmi_26{display:flex;align-items:center;gap:var(--8, .5rem);align-self:stretch}._detail_obpmi_1 ._profile_details_obpmi_10 ._name_job_obpmi_26 ._name_obpmi_26 p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:500;text-transform:capitalize}._detail_obpmi_1 ._profile_details_obpmi_10 ._name_job_obpmi_26 ._job_title_obpmi_53{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_obpmi_1 ._company_details_obpmi_65{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0}._detail_obpmi_1 ._company_details_obpmi_65 ._icon_obpmi_71{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_obpmi_1 ._company_details_obpmi_65 ._name_address_obpmi_80{display:flex;flex-direction:column;align-items:flex-start;gap:var(--8, .5rem);flex:1 0 0}._detail_obpmi_1 ._company_details_obpmi_65 ._name_address_obpmi_80 ._name_obpmi_26{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_obpmi_1 ._company_details_obpmi_65 ._name_address_obpmi_80 ._address_obpmi_99{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_obpmi_1 ._phone_number_obpmi_111,._detail_obpmi_1 ._email_obpmi_112{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0;min-width:16rem}._detail_obpmi_1 ._phone_number_obpmi_111 ._icon_obpmi_71,._detail_obpmi_1 ._email_obpmi_112 ._icon_obpmi_71{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_obpmi_1 ._phone_number_obpmi_111 p,._detail_obpmi_1 ._email_obpmi_112 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;width:100%}._detail_obpmi_1 ._sub_status_obpmi_142{display:flex;align-items:center;gap:var(--12, .75rem);width:fit-content;justify-content:center}._body_1vz3x_1,._empty_body_1vz3x_2{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, #f2f6fc);height:100%;overflow-y:auto;position:relative}._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_1748m_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_1748m_1::-webkit-scrollbar{display:none}._statistics_1748m_1 ._stat_cards_1748m_15{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;gap:1rem;width:100%;justify-content:center}._statistics_1748m_1 ._call_history_1748m_23,._statistics_1748m_1 ._call_analysis_1748m_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:40rem}._statistics_1748m_1 ._call_history_1748m_23 ._header_1748m_36,._statistics_1748m_1 ._call_analysis_1748m_24 ._header_1748m_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_1748m_1 ._call_history_1748m_23 ._header_1748m_36 ._icon_1748m_46,._statistics_1748m_1 ._call_analysis_1748m_24 ._header_1748m_36 ._icon_1748m_46{display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:#f7f5ff}._statistics_1748m_1 ._call_history_1748m_23 ._header_1748m_36 h2,._statistics_1748m_1 ._call_analysis_1748m_24 ._header_1748m_36 h2{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;width:100%}._statistics_1748m_1 ._call_history_1748m_23 ._header_1748m_36 ._labels_1748m_64,._statistics_1748m_1 ._call_history_1748m_23 ._header_1748m_36 ._line_labels_1748m_65,._statistics_1748m_1 ._call_analysis_1748m_24 ._header_1748m_36 ._labels_1748m_64,._statistics_1748m_1 ._call_analysis_1748m_24 ._header_1748m_36 ._line_labels_1748m_65{display:flex;gap:.5rem;align-items:center;justify-content:space-between;width:100%;flex-wrap:wrap}._statistics_1748m_1 ._call_history_1748m_23 ._header_1748m_36 ._labels_1748m_64 ._label_1748m_64,._statistics_1748m_1 ._call_history_1748m_23 ._header_1748m_36 ._line_labels_1748m_65 ._label_1748m_64,._statistics_1748m_1 ._call_analysis_1748m_24 ._header_1748m_36 ._labels_1748m_64 ._label_1748m_64,._statistics_1748m_1 ._call_analysis_1748m_24 ._header_1748m_36 ._line_labels_1748m_65 ._label_1748m_64{display:flex;gap:.5rem;align-items:center;justify-content:center}._statistics_1748m_1 ._call_history_1748m_23 ._header_1748m_36 ._line_labels_1748m_65,._statistics_1748m_1 ._call_analysis_1748m_24 ._header_1748m_36 ._line_labels_1748m_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_1748m_1 ._call_history_1748m_23 ._header_1748m_36 ._line_labels_1748m_65 ._label_1748m_64,._statistics_1748m_1 ._call_analysis_1748m_24 ._header_1748m_36 ._line_labels_1748m_65 ._label_1748m_64{display:flex;gap:.5rem;align-items:center;justify-content:center;width:100%}._statistics_1748m_1 ._call_history_1748m_23 ._header_1748m_36 ._line_labels_1748m_65 ._label_1748m_64 p,._statistics_1748m_1 ._call_analysis_1748m_24 ._header_1748m_36 ._line_labels_1748m_65 ._label_1748m_64 p{width:100%}._statistics_1748m_1 ._call_history_1748m_23 ._body_1748m_106,._statistics_1748m_1 ._call_analysis_1748m_24 ._body_1748m_106{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}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119,._statistics_1748m_1 ._call_tags_1748m_120{display:flex;gap:1rem;align-items:center;justify-content:center;width:100%;height:100%}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129{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_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._header_1748m_36,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_header_1748m_145,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._header_1748m_36,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_header_1748m_145,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._header_1748m_36,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_header_1748m_145,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._header_1748m_36,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_header_1748m_145{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_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._header_1748m_36 ._icon_1748m_46,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._header_1748m_36 ._tag_icon_1748m_161,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._header_1748m_36 ._icon_answered_1748m_162,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_header_1748m_145 ._icon_1748m_46,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_header_1748m_145 ._tag_icon_1748m_161,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_header_1748m_145 ._icon_answered_1748m_162,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._header_1748m_36 ._icon_1748m_46,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._header_1748m_36 ._tag_icon_1748m_161,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._header_1748m_36 ._icon_answered_1748m_162,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._icon_1748m_46,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._tag_icon_1748m_161,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._icon_answered_1748m_162,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._header_1748m_36 ._icon_1748m_46,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._header_1748m_36 ._tag_icon_1748m_161,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._header_1748m_36 ._icon_answered_1748m_162,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_header_1748m_145 ._icon_1748m_46,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_header_1748m_145 ._tag_icon_1748m_161,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_header_1748m_145 ._icon_answered_1748m_162,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._header_1748m_36 ._icon_1748m_46,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._header_1748m_36 ._tag_icon_1748m_161,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._header_1748m_36 ._icon_answered_1748m_162,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._icon_1748m_46,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._tag_icon_1748m_161,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._icon_answered_1748m_162{display:flex;padding:.375rem;justify-content:center;align-items:center;gap:var(--10, .625rem);border-radius:var(--4, .25rem);background:#f9f2f2}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._header_1748m_36 ._tag_icon_1748m_161,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_header_1748m_145 ._tag_icon_1748m_161,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._header_1748m_36 ._tag_icon_1748m_161,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._tag_icon_1748m_161,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._header_1748m_36 ._tag_icon_1748m_161,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_header_1748m_145 ._tag_icon_1748m_161,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._header_1748m_36 ._tag_icon_1748m_161,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._tag_icon_1748m_161{background:#f7f5ff}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._header_1748m_36 ._icon_answered_1748m_162,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_header_1748m_145 ._icon_answered_1748m_162,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._header_1748m_36 ._icon_answered_1748m_162,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._icon_answered_1748m_162,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._header_1748m_36 ._icon_answered_1748m_162,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_header_1748m_145 ._icon_answered_1748m_162,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._header_1748m_36 ._icon_answered_1748m_162,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._icon_answered_1748m_162{border-radius:var(--4, .25rem);background:#199f250f}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._header_1748m_36 h2,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_header_1748m_145 h2,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._header_1748m_36 h2,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_header_1748m_145 h2,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._header_1748m_36 h2,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_header_1748m_145 h2,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._header_1748m_36 h2,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_header_1748m_145 h2{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;width:100%}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._header_1748m_36 ._labels_1748m_64,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_header_1748m_145 ._labels_1748m_64,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._header_1748m_36 ._labels_1748m_64,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._labels_1748m_64,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._header_1748m_36 ._labels_1748m_64,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_header_1748m_145 ._labels_1748m_64,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._header_1748m_36 ._labels_1748m_64,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._labels_1748m_64{display:flex;gap:.5rem;align-items:center;justify-content:center}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._header_1748m_36 ._labels_1748m_64 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_header_1748m_145 ._labels_1748m_64 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._header_1748m_36 ._labels_1748m_64 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._labels_1748m_64 p,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._header_1748m_36 ._labels_1748m_64 p,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_header_1748m_145 ._labels_1748m_64 p,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._header_1748m_36 ._labels_1748m_64 p,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._labels_1748m_64 p{color:#db355f;text-align:center;font-family:Inter;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_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._header_1748m_36 ._labels_1748m_64 ._answered_calls_1748m_263,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_header_1748m_145 ._labels_1748m_64 ._answered_calls_1748m_263,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._header_1748m_36 ._labels_1748m_64 ._answered_calls_1748m_263,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._labels_1748m_64 ._answered_calls_1748m_263,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._header_1748m_36 ._labels_1748m_64 ._answered_calls_1748m_263,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_header_1748m_145 ._labels_1748m_64 ._answered_calls_1748m_263,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._header_1748m_36 ._labels_1748m_64 ._answered_calls_1748m_263,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._labels_1748m_64 ._answered_calls_1748m_263{color:#4fad57;text-align:center;font-family:Inter;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_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._header_1748m_36 ._labels_1748m_64 ._tab_label_1748m_286,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_header_1748m_145 ._labels_1748m_64 ._tab_label_1748m_286,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._header_1748m_36 ._labels_1748m_64 ._tab_label_1748m_286,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._labels_1748m_64 ._tab_label_1748m_286,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._header_1748m_36 ._labels_1748m_64 ._tab_label_1748m_286,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_header_1748m_145 ._labels_1748m_64 ._tab_label_1748m_286,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._header_1748m_36 ._labels_1748m_64 ._tab_label_1748m_286,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_header_1748m_145 ._labels_1748m_64 ._tab_label_1748m_286{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_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310{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_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(2,1fr);gap:1.2rem;width:100%;justify-content:center}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375{display:flex;align-items:center;justify-content:center;gap:1rem;width:100%}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417{display:flex;gap:.5rem;align-items:center;justify-content:center;width:100%}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._icon_label_1748m_417 p,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._icon_label_1748m_417 p{color:var(--netural-800, #5f5f5f);font-size:.9rem;font-style:normal;font-weight:500;text-transform:capitalize;width:100%}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502{display:flex;gap:.5rem;align-items:center;justify-content:center}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._number_1748m_543{color:var(--netural-800, #5f5f5f);text-align:center;font-size:1rem;font-style:normal;font-weight:500;text-transform:capitalize}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._unanswered_content_1748m_332 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334 ._row_1748m_375 ._stats_1748m_502 ._percentage_1748m_586{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_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._answered_content_1748m_333,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106 ._tag_content_1748m_334,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._answered_content_1748m_333,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309 ._tag_content_1748m_334,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._answered_content_1748m_333,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._tag_body_1748m_310 ._tag_content_1748m_334,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._answered_content_1748m_333,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106 ._tag_content_1748m_334,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._answered_content_1748m_333,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309 ._tag_content_1748m_334,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._answered_content_1748m_333,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._tag_body_1748m_310 ._tag_content_1748m_334{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,1fr);gap:2rem!important;width:100%;justify-content:center}._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._body_1748m_106,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._call_type_1748m_128 ._answer_body_1748m_309,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._body_1748m_106,._statistics_1748m_1 ._answered_unanswered_calls_1748m_119 ._tag_analysis_1748m_129 ._answer_body_1748m_309,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._body_1748m_106,._statistics_1748m_1 ._call_tags_1748m_120 ._call_type_1748m_128 ._answer_body_1748m_309,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._body_1748m_106,._statistics_1748m_1 ._call_tags_1748m_120 ._tag_analysis_1748m_129 ._answer_body_1748m_309{min-height:24rem}._cn_1ns59_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:.5px solid var(--primary-border, rgba(197, 197, 197, .5));border:1px solid var(--border-light, #f2f6fc);background:var(--color-gray-10, #fff);height:100%;overflow-y:auto}._cn_1ns59_1::-webkit-scrollbar{display:none}._cn_1ns59_1 ._header_1ns59_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex:1 0 0}._cn_1ns59_1 ._header_1ns59_19 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._cn_1ns59_1 ._header_1ns59_19 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._cn_1ns59_1 ._body_1ns59_41{display:flex;flex-direction:column;height:100%;width:100%;position:relative}._cn_1ns59_1 ._body_1ns59_41 ._no_data_1ns59_48{height:100%;grid-column:1/-1;display:flex;justify-content:center;align-items:center;gap:.5rem;color:var(--color-gray-100, #202020);font-family:Inter;font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._cn_1ns59_1 ._body_1ns59_41 ._table_data_row_1ns59_62{display:flex;width:100%;padding:var(--16, 1rem);align-items:center;gap:1.5rem;position:relative}._cn_1ns59_1 ._body_1ns59_41 ._table_data_row_1ns59_62 ._users_1ns59_70{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_1ns59_1 ._body_1ns59_41 ._table_data_row_1ns59_62 ._table_data_item_1ns59_87{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_1ns59_1 ._body_1ns59_41 ._table_data_row_1ns59_62 ._table_data_item_1ns59_87 ._phone_number_1ns59_108{display:flex;align-items:center;gap:var(--8, .5rem);align-self:stretch}._cn_1ns59_1 ._body_1ns59_41 ._table_data_row_1ns59_62 ._table_data_item_1ns59_87 ._actions_1ns59_114{display:flex;gap:.8rem;justify-content:flex-start;align-items:center;flex:1 0 0}._cn_1ns59_1 ._body_1ns59_41 ._table_data_row_1ns59_62 ._table_data_item_1ns59_87 ._actions_1ns59_114 ._icon_1ns59_121{cursor:pointer}._cn_1ns59_1 ._body_1ns59_41 ._table_data_row_1ns59_62 ._actions_1ns59_114{display:flex;gap:.8rem;justify-content:flex-start;align-items:center;width:fit-content}._cn_1ns59_1 ._body_1ns59_41 ._table_data_row_1ns59_62 ._actions_1ns59_114 ._icon_1ns59_121{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_rf99t_1{height:100%;display:flex;gap:1rem;flex-direction:column;overflow-y:auto;width:100%}._body_rf99t_1::-webkit-scrollbar{display:none}._body_rf99t_1 ._email_rf99t_12,._body_rf99t_1 ._sms_rf99t_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, #f2f6fc);width:100%;min-height:20rem}._body_rf99t_1 ._email_rf99t_12 ._email_header_rf99t_26,._body_rf99t_1 ._email_rf99t_12 ._sms_header_rf99t_27,._body_rf99t_1 ._sms_rf99t_13 ._email_header_rf99t_26,._body_rf99t_1 ._sms_rf99t_13 ._sms_header_rf99t_27{display:flex;align-items:center;gap:var(--20, 1.25rem);align-self:stretch}._body_rf99t_1 ._email_rf99t_12 ._email_header_rf99t_26 ._content_rf99t_35,._body_rf99t_1 ._email_rf99t_12 ._sms_header_rf99t_27 ._content_rf99t_35,._body_rf99t_1 ._sms_rf99t_13 ._email_header_rf99t_26 ._content_rf99t_35,._body_rf99t_1 ._sms_rf99t_13 ._sms_header_rf99t_27 ._content_rf99t_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_rf99t_1 ._email_rf99t_12 ._email_header_rf99t_26 ._content_rf99t_35 h1,._body_rf99t_1 ._email_rf99t_12 ._sms_header_rf99t_27 ._content_rf99t_35 h1,._body_rf99t_1 ._sms_rf99t_13 ._email_header_rf99t_26 ._content_rf99t_35 h1,._body_rf99t_1 ._sms_rf99t_13 ._sms_header_rf99t_27 ._content_rf99t_35 h1{color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500;align-self:stretch}._body_rf99t_1 ._email_rf99t_12 ._email_header_rf99t_26 ._content_rf99t_35 p,._body_rf99t_1 ._email_rf99t_12 ._sms_header_rf99t_27 ._content_rf99t_35 p,._body_rf99t_1 ._sms_rf99t_13 ._email_header_rf99t_26 ._content_rf99t_35 p,._body_rf99t_1 ._sms_rf99t_13 ._sms_header_rf99t_27 ._content_rf99t_35 p{align-self:stretch;color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400}._body_1w6sq_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, #f2f6fc)}._body_1w6sq_1 ._content_1w6sq_11{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:var(--4, .4rem);flex:1 0 0}._body_1w6sq_1 ._content_1w6sq_11 h1{align-self:stretch;color:var(--color-gray-100, #202020);font-size:1rem;font-style:normal;font-weight:500}._body_1w6sq_1 ._content_1w6sq_11 p{color:var(--color-gray-90, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400}._objectives_13bke_1{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:0!important;width:100%}._rs_16tbq_1{display:flex;padding:var(--20, 1.25rem);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, #f2f6fc)}._rs_16tbq_1 ._try_again_16tbq_12{display:flex;align-items:center;gap:var(--8, .5rem);align-self:stretch;gap:1rem}._rs_16tbq_1 ._try_again_16tbq_12 p{color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;width:fit-content;font-weight:400}._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_1v15t_1{display:flex;height:2.75rem;justify-content:center;align-items:center;gap:var(--28, 1.75rem);align-self:stretch;cursor:pointer}._detail_1v15t_1 ._profile_details_1v15t_10{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0}._detail_1v15t_1 ._profile_details_1v15t_10 ._picture_1v15t_16{width:2rem;height:2rem;border-radius:12.5rem}._detail_1v15t_1 ._profile_details_1v15t_10 ._picture_1v15t_16 img{height:100%;width:100%;border-radius:12.5rem}._detail_1v15t_1 ._profile_details_1v15t_10 ._name_job_1v15t_26{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.375rem;flex:1 0 0}._detail_1v15t_1 ._profile_details_1v15t_10 ._name_job_1v15t_26 ._name_1v15t_26{display:flex;align-items:center;gap:var(--8, .5rem);align-self:stretch}._detail_1v15t_1 ._profile_details_1v15t_10 ._name_job_1v15t_26 ._name_1v15t_26 p{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;overflow:hidden;color:var(--color-gray-90, #3f3f3f);text-overflow:ellipsis;font-family:Inter;font-size:.875rem;font-style:normal;font-weight:500;text-transform:capitalize}._detail_1v15t_1 ._profile_details_1v15t_10 ._name_job_1v15t_26 ._job_title_1v15t_53{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_1v15t_1 ._company_details_1v15t_65{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0}._detail_1v15t_1 ._company_details_1v15t_65 ._icon_1v15t_71{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_1v15t_1 ._company_details_1v15t_65 ._name_address_1v15t_80{display:flex;flex-direction:column;align-items:flex-start;gap:var(--8, .5rem);flex:1 0 0}._detail_1v15t_1 ._company_details_1v15t_65 ._name_address_1v15t_80 ._name_1v15t_26{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_1v15t_1 ._company_details_1v15t_65 ._name_address_1v15t_80 ._address_1v15t_99{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_1v15t_1 ._phone_number_1v15t_111,._detail_1v15t_1 ._email_1v15t_112{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0}._detail_1v15t_1 ._phone_number_1v15t_111 ._icon_1v15t_71,._detail_1v15t_1 ._email_1v15t_112 ._icon_1v15t_71{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_1v15t_1 ._phone_number_1v15t_111 p,._detail_1v15t_1 ._email_1v15t_112 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}._detail_1v15t_1 ._sub_status_1v15t_140{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0;max-width:7.2rem;justify-content:center}._detail_1v15t_1 ._audio_player_1v15t_148{display:flex;align-items:center;gap:var(--12, .75rem);flex:1 0 0;max-width:10rem}._body_154d6_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, #f2f6fc);height:100%;overflow-y:auto;position:relative}._container_13jma_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, 2rem);position:relative}._container_13jma_1 ._header_13jma_13{display:flex;width:100%;justify-content:space-between;align-items:center}._container_13jma_1 ._header_13jma_13 ._text_container_13jma_19{display:flex;width:44.875rem;flex-direction:column;justify-content:center;align-items:flex-start;gap:.25rem;flex-shrink:0}._container_13jma_1 ._header_13jma_13 ._text_container_13jma_19 ._top_13jma_28{display:flex;align-items:center;gap:.5rem;align-self:stretch}._container_13jma_1 ._header_13jma_13 ._text_container_13jma_19 ._top_13jma_28 div{background-color:#fff}._container_13jma_1 ._header_13jma_13 ._text_container_13jma_19 ._bottom_13jma_37{display:flex;align-items:center;gap:.75rem;align-self:stretch}._container_13jma_1 ._header_13jma_13 ._text_container_13jma_19 ._bottom_13jma_37 ._name_13jma_43{color:var(--color-gray-100, #202020);font-size:1.25rem;font-style:normal;font-weight:500;line-height:1.75rem}._container_13jma_1 ._header_13jma_13 ._text_container_13jma_19 ._bottom_13jma_37 ._edit_icon_13jma_50{cursor:pointer}._container_13jma_1 ._header_13jma_13 ._btn_container_13jma_53{display:flex;justify-content:flex-end;align-items:center;gap:.75rem}._container_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._timer_13jma_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_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._timer_13jma_59 p{color:var(--orange-secondary, #ec7912);text-align:center;font-size:.875rem;font-style:normal;font-weight:500}._container_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._status_13jma_74,._container_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._not_started_13jma_75{display:flex;padding:var(--8, .5rem) var(--10, .625rem);align-items:center;gap:var(--4, .25rem);border-radius:var(--8, .5rem);background:#0099ff1a}._container_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._status_13jma_74 p,._container_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._not_started_13jma_75 p{color:var(--flowkit-Blue, #09f);text-align:center;font-size:.875rem;font-style:normal;font-weight:500}._container_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._end_13jma_91,._container_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._not_started_13jma_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_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._end_13jma_91 p,._container_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._not_started_13jma_75 p{color:#fc5555;text-align:center;font-size:.875rem;font-style:normal;font-weight:500}._container_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._trash_icon_13jma_108{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_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._not_started_13jma_75{background:#199f2411}._container_13jma_1 ._header_13jma_13 ._btn_container_13jma_53 ._not_started_13jma_75 p{color:var(--color-gray-100, #199f25)}._container_13jma_1 ._header_13jma_13 ._add_phone_number_13jma_126{display:flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;background:var(--primary-grey, rgba(210, 228, 255, .201));cursor:pointer;color:#09f;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.25rem}._container_13jma_1 ._main_13jma_140{display:flex;width:100%;gap:1rem;height:100%;align-items:center;justify-content:space-between;flex-direction:column}._container_13jma_1 ._main_13jma_140 ._tab_and_filters_13jma_149{display:flex;gap:2rem;align-items:center;justify-content:space-between;width:100%;align-self:stretch}._container_13jma_1 ._main_13jma_140 ._actions_13jma_158{display:flex;gap:1rem;align-items:center;justify-content:space-between}._container_13jma_1 ._main_13jma_140 ._body_13jma_164{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, #f2f6fc);height:100%;overflow-y:auto;position:relative}._reminder_18t8y_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_18t8y_1 ._icon_18t8y_12{display:flex;padding:.5rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--primary-second, #f7f5ff)}._reminder_18t8y_1 ._profile_details_18t8y_21,._reminder_18t8y_1 ._container_18t8y_22,._reminder_18t8y_1 ._added_on_18t8y_23,._reminder_18t8y_1 ._due_date_18t8y_24{display:flex;align-items:center;gap:.75rem;flex:1 0 0}._reminder_18t8y_1 ._profile_details_18t8y_21 ._calendar_18t8y_30,._reminder_18t8y_1 ._container_18t8y_22 ._calendar_18t8y_30,._reminder_18t8y_1 ._added_on_18t8y_23 ._calendar_18t8y_30,._reminder_18t8y_1 ._due_date_18t8y_24 ._calendar_18t8y_30{display:flex;padding:.25rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--info-second, #f0f8ff)}._reminder_18t8y_1 ._profile_details_18t8y_21 ._clock_18t8y_42,._reminder_18t8y_1 ._container_18t8y_22 ._clock_18t8y_42,._reminder_18t8y_1 ._added_on_18t8y_23 ._clock_18t8y_42,._reminder_18t8y_1 ._due_date_18t8y_24 ._clock_18t8y_42{display:flex;padding:.25rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--warning-second, #fff8f0)}._reminder_18t8y_1 ._profile_details_18t8y_21 ._text_description_18t8y_54 ._description_18t8y_54,._reminder_18t8y_1 ._container_18t8y_22 ._text_description_18t8y_54 ._description_18t8y_54,._reminder_18t8y_1 ._added_on_18t8y_23 ._text_description_18t8y_54 ._description_18t8y_54,._reminder_18t8y_1 ._due_date_18t8y_24 ._text_description_18t8y_54 ._description_18t8y_54{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_18t8y_1 ._profile_details_18t8y_21 ._picture_18t8y_69,._reminder_18t8y_1 ._container_18t8y_22 ._picture_18t8y_69,._reminder_18t8y_1 ._added_on_18t8y_23 ._picture_18t8y_69,._reminder_18t8y_1 ._due_date_18t8y_24 ._picture_18t8y_69{width:2rem;height:2rem}._reminder_18t8y_1 ._profile_details_18t8y_21 ._picture_18t8y_69 img,._reminder_18t8y_1 ._container_18t8y_22 ._picture_18t8y_69 img,._reminder_18t8y_1 ._added_on_18t8y_23 ._picture_18t8y_69 img,._reminder_18t8y_1 ._due_date_18t8y_24 ._picture_18t8y_69 img{width:100%;height:100%;border-radius:50%;object-fit:cover}._reminder_18t8y_1 ._profile_details_18t8y_21 ._name_18t8y_85,._reminder_18t8y_1 ._container_18t8y_22 ._name_18t8y_85,._reminder_18t8y_1 ._added_on_18t8y_23 ._name_18t8y_85,._reminder_18t8y_1 ._due_date_18t8y_24 ._name_18t8y_85{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.375rem;flex:1 0 0}._reminder_18t8y_1 ._profile_details_18t8y_21 ._name_18t8y_85 ._top_18t8y_96,._reminder_18t8y_1 ._container_18t8y_22 ._name_18t8y_85 ._top_18t8y_96,._reminder_18t8y_1 ._added_on_18t8y_23 ._name_18t8y_85 ._top_18t8y_96,._reminder_18t8y_1 ._due_date_18t8y_24 ._name_18t8y_85 ._top_18t8y_96{display:flex;align-items:center;gap:.5rem}._reminder_18t8y_1 ._profile_details_18t8y_21 ._name_18t8y_85 ._top_18t8y_96 h1,._reminder_18t8y_1 ._container_18t8y_22 ._name_18t8y_85 ._top_18t8y_96 h1,._reminder_18t8y_1 ._added_on_18t8y_23 ._name_18t8y_85 ._top_18t8y_96 h1,._reminder_18t8y_1 ._due_date_18t8y_24 ._name_18t8y_85 ._top_18t8y_96 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_18t8y_1 ._profile_details_18t8y_21 ._name_18t8y_85 ._top_18t8y_96>:nth-child(2),._reminder_18t8y_1 ._container_18t8y_22 ._name_18t8y_85 ._top_18t8y_96>:nth-child(2),._reminder_18t8y_1 ._added_on_18t8y_23 ._name_18t8y_85 ._top_18t8y_96>:nth-child(2),._reminder_18t8y_1 ._due_date_18t8y_24 ._name_18t8y_85 ._top_18t8y_96>:nth-child(2){cursor:pointer}._reminder_18t8y_1 ._profile_details_18t8y_21 ._name_18t8y_85 p,._reminder_18t8y_1 ._container_18t8y_22 ._name_18t8y_85 p,._reminder_18t8y_1 ._added_on_18t8y_23 ._name_18t8y_85 p,._reminder_18t8y_1 ._due_date_18t8y_24 ._name_18t8y_85 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-family:Inter;font-size:.75rem;font-style:normal;font-weight:500}._reminder_18t8y_1 ._actions_18t8y_142{display:flex;align-items:center;gap:.75rem}._reminder_18t8y_1 ._actions_18t8y_142 ._delete_18t8y_147{display:flex;padding:.25rem;justify-content:center;align-items:center;gap:.625rem;border-radius:.25rem;background:var(--danger-second, #f9f2f2);cursor:pointer}._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}._modal_overlay_1n13n_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_1n13n_1 ._show_1n13n_17{visibility:visible}._modal_overlay_1n13n_1 ._hide_1n13n_20{visibility:hidden}._modal_overlay_1n13n_1._show_1n13n_17{display:flex;justify-content:center;align-items:center;animation:_animateIn_1n13n_1 .4s;height:100%}._modal_overlay_1n13n_1._hide_1n13n_20{transform:translate(150%);animation:_animateOut_1n13n_1 .4s;height:100%;visibility:hidden}@keyframes _animateIn_1n13n_1{0%{transform:translate(150%)}to{transform:translate(0)}}@keyframes _animateOut_1n13n_1{0%{transform:translate(0)}to{transform:translate(150%)}}._modal_overlay_1n13n_1 ._modal_1n13n_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_1n13n_1 ._modal_1n13n_1::-webkit-scrollbar{display:none}._modal_overlay_1n13n_1 ._modal_1n13n_1 ._header_1n13n_73{display:flex;width:100%;justify-content:space-between;align-items:center}._modal_overlay_1n13n_1 ._modal_1n13n_1 ._header_1n13n_73 ._left_1n13n_79{display:flex;gap:1.25rem;align-items:center;min-width:3.2rem}._modal_overlay_1n13n_1 ._modal_1n13n_1 ._header_1n13n_73 ._left_1n13n_79 ._icon_1n13n_85{cursor:pointer}._modal_overlay_1n13n_1 ._modal_1n13n_1 ._header_1n13n_73 ._clear_1n13n_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_1n13n_1 ._modal_1n13n_1 ._header_1n13n_73 ._text_1n13n_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_1n13n_1 ._modal_1n13n_1 ._body_1n13n_106{display:flex;flex-direction:column;gap:1.6rem;height:100%;width:100%}._modal_overlay_1n13n_1 ._modal_1n13n_1 ._body_1n13n_106 ._container_1n13n_113{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.8rem;width:100%}._modal_overlay_1n13n_1 ._modal_1n13n_1 ._body_1n13n_106 ._container_1n13n_113 p{color:var(--netural-800, #5f5f5f);font-size:.875rem;font-style:normal;font-weight:500;align-self:stretch}._modal_overlay_1n13n_1 ._modal_1n13n_1 ._body_1n13n_106 ._container_1n13n_113 ._options_1n13n_128{display:flex;justify-content:center;align-items:center;gap:1rem;width:100%}._modal_overlay_1n13n_1 ._modal_1n13n_1 ._body_1n13n_106 ._container_1n13n_113 ._options_1n13n_128 ._option_1n13n_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_1n13n_1 ._modal_1n13n_1 ._body_1n13n_106 ._container_1n13n_113 ._options_1n13n_128 ._option_1n13n_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_1n13n_1 ._modal_1n13n_1 ._body_1n13n_106 ._container_1n13n_113 ._options_1n13n_128 ._option_active_1n13n_155{border-radius:.5rem;border:.5px solid var(--primary-border, #a899f1);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_1n13n_1 ._modal_1n13n_1 ._body_1n13n_106 ._container_1n13n_113 ._options_1n13n_128 ._option_active_1n13n_155 p{color:var(--primary-main, #3818d9);text-align:center;font-size:.9rem;font-style:normal;font-weight:500}._modal_overlay_1n13n_1 ._modal_1n13n_1 ._body_1n13n_106 ._container_1n13n_113 ._options_1n13n_128 input{width:100%;border-radius:.6rem;border:.5px solid var(--border-light, #f2f6fc);padding:.5rem 1rem;font-size:.875rem}._modal_overlay_1n13n_1 ._modal_1n13n_1 ._body_1n13n_106 ._container_1n13n_113 ._options_1n13n_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}._list_view_main_container_64n3k_1{display:flex;width:100%;height:100%;padding:1.5rem 1.75rem;flex-direction:column;align-items:flex-start;gap:var(--Padding-Navbar, 1.6rem);flex-shrink:0;border-radius:1rem;background:var(--Color-Background, #fff);box-shadow:0 16px 44px #00000012}._list_view_main_container_64n3k_1 ._list_view_header_64n3k_14{width:100%;display:flex;justify-content:space-between;align-items:center}._list_view_main_container_64n3k_1 ._list_view_header_64n3k_14 ._list_view_header_text_64n3k_20{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem}._list_view_main_container_64n3k_1 ._list_view_header_64n3k_14 ._list_view_header_text_64n3k_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_64n3k_1 ._list_view_header_64n3k_14 ._list_view_header_text_64n3k_20 p{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._list_view_main_container_64n3k_1 ._list_view_header_64n3k_14 ._list_view_header_action_64n3k_41{display:flex;align-items:center;gap:.75rem}._list_view_main_container_64n3k_1 ._list_view_header_64n3k_14 ._list_view_header_action_64n3k_41 ._button_style_64n3k_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_64n3k_1 ._list_view_header_64n3k_14 ._list_view_header_action_64n3k_41 ._button_style_64n3k_46 p{color:var(--Gray-100, #ececec);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._list_view_main_container_64n3k_1 ._list_view_table_64n3k_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_64n3k_1 ._list_view_table_64n3k_63 ._tab_search_64n3k_73{width:100%;display:flex;justify-content:space-between;align-items:center;gap:1rem}._list_view_main_container_64n3k_1 ._list_view_table_64n3k_63 ._tab_search_64n3k_73 ._actions_64n3k_80{display:flex;gap:1rem;align-items:center;justify-content:space-between}._list_view_main_container_64n3k_1 ._list_view_table_64n3k_63::-webkit-scrollbar{display:none}._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_czkno_1{display:flex;max-width:60%;height:90%;box-shadow:0 0 19.4px 40091px #c5c5c53d}._send_modal_czkno_1 ._modal_wrapper_czkno_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_czkno_1 ._modal_wrapper_czkno_7 ._title_bar_czkno_20{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._send_modal_czkno_1 ._modal_wrapper_czkno_7 ._title_bar_czkno_20 ._title_czkno_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_czkno_1 ._modal_wrapper_czkno_7 ._body_czkno_34{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;flex:1 0 0;align-self:stretch}._send_modal_czkno_1 ._modal_wrapper_czkno_7 ._body_czkno_34 ._header_wrapper_czkno_43{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._send_modal_czkno_1 ._modal_wrapper_czkno_7 ._body_czkno_34 ._header_wrapper_czkno_43 ._header_mail_to_czkno_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_czkno_1 ._modal_wrapper_czkno_7 ._body_czkno_34 ._text_box_czkno_60{display:flex;flex-direction:column;align-self:stretch;flex:1 0 0;overflow-y:auto;gap:1rem}._send_modal_czkno_1 ._modal_wrapper_czkno_7 ._body_czkno_34 ._text_box_czkno_60::-webkit-scrollbar{width:0rem}._send_modal_czkno_1 ._modal_wrapper_czkno_7 ._body_czkno_34 ._text_box_czkno_60 ._note_border_czkno_71{border:.5px solid var(--primary-border, #a899f1);border-radius:.5rem;background:var(--color-gray-10, #fff);padding:1rem 1.25rem}._send_modal_czkno_1 ._modal_wrapper_czkno_7 ._body_czkno_34 ._action_wrapper_czkno_77{display:flex;justify-content:flex-end;align-items:center;gap:2rem;align-self:stretch}._send_modal_czkno_1 ._modal_wrapper_czkno_7 ._body_czkno_34 ._action_wrapper_czkno_77 ._actions_generate_wrapper_czkno_84{display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;border-radius:.25rem}._send_modal_czkno_1 ._modal_wrapper_czkno_7 ._body_czkno_34 ._action_wrapper_czkno_77 ._actions_generate_wrapper_czkno_84 ._generate_text_czkno_92{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._send_modal_czkno_1 ._modal_wrapper_czkno_7 ._body_czkno_34 ._action_wrapper_czkno_77 ._action_div_czkno_99{flex:1 0 0;display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}._send_modal_czkno_1 ._modal_wrapper_czkno_7 ._body_czkno_34 ._action_wrapper_czkno_77 ._action_div_czkno_99 ._template_btn_czkno_106{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}._send_modal_czkno_1 ._modal_wrapper_czkno_7 ._body_czkno_34 ._action_wrapper_czkno_77 ._action_div_czkno_99 ._note_action_cancel_czkno_113{border-radius:.5rem;border:1px solid var(--primary-border, #a899f1);background-color:#fff}._send_modal_12y8r_1{display:flex;max-width:60%;height:90%;box-shadow:0 0 19.4px 40091px #c5c5c53d}._send_modal_12y8r_1 ._modal_wrapper_12y8r_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_12y8r_1 ._modal_wrapper_12y8r_7 ._title_bar_12y8r_20{display:flex;justify-content:space-between;align-items:center;align-self:stretch}._send_modal_12y8r_1 ._modal_wrapper_12y8r_7 ._title_bar_12y8r_20 ._title_12y8r_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_12y8r_1 ._modal_wrapper_12y8r_7 ._body_12y8r_34{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.6rem;flex:1 0 0;align-self:stretch}._send_modal_12y8r_1 ._modal_wrapper_12y8r_7 ._body_12y8r_34 ._header_wrapper_12y8r_43{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;align-self:stretch}._send_modal_12y8r_1 ._modal_wrapper_12y8r_7 ._body_12y8r_34 ._header_wrapper_12y8r_43 ._header_mail_to_12y8r_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_12y8r_1 ._modal_wrapper_12y8r_7 ._body_12y8r_34 ._text_box_12y8r_60{display:flex;align-self:stretch;flex:1 0 0;overflow-y:auto}._send_modal_12y8r_1 ._modal_wrapper_12y8r_7 ._body_12y8r_34 ._text_box_12y8r_60::-webkit-scrollbar{width:0rem}._send_modal_12y8r_1 ._modal_wrapper_12y8r_7 ._body_12y8r_34 ._text_box_12y8r_60 ._note_border_12y8r_69{border:.5px solid var(--primary-border, #a899f1);border-radius:.5rem;background:var(--color-gray-10, #fff);padding:1rem 1.25rem}._send_modal_12y8r_1 ._modal_wrapper_12y8r_7 ._body_12y8r_34 ._action_wrapper_12y8r_75{display:flex;justify-content:flex-end;align-items:center;gap:2rem;align-self:stretch}._send_modal_12y8r_1 ._modal_wrapper_12y8r_7 ._body_12y8r_34 ._action_wrapper_12y8r_75 ._actions_generate_wrapper_12y8r_82{display:flex;justify-content:center;align-items:center;gap:.5rem;cursor:pointer;border-radius:.25rem}._send_modal_12y8r_1 ._modal_wrapper_12y8r_7 ._body_12y8r_34 ._action_wrapper_12y8r_75 ._actions_generate_wrapper_12y8r_82 ._generate_text_12y8r_90{color:var(--primary-main, #3818d9);font-size:.75rem;font-style:normal;font-weight:400;line-height:1rem}._send_modal_12y8r_1 ._modal_wrapper_12y8r_7 ._body_12y8r_34 ._action_wrapper_12y8r_75 ._action_div_12y8r_97{flex:1 0 0;display:flex;align-items:center;justify-content:flex-end;gap:1.25rem}._send_modal_12y8r_1 ._modal_wrapper_12y8r_7 ._body_12y8r_34 ._action_wrapper_12y8r_75 ._action_div_12y8r_97 ._template_btn_12y8r_104{display:flex;align-items:center;justify-content:center;position:relative;cursor:pointer}._send_modal_12y8r_1 ._modal_wrapper_12y8r_7 ._body_12y8r_34 ._action_wrapper_12y8r_75 ._action_div_12y8r_97 ._note_action_cancel_12y8r_111{border-radius:.5rem;border:1px solid var(--primary-border, #a899f1);background-color:#fff}._template_options_wrapper_12ckv_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_12ckv_1 ._template_options_12ckv_1{display:flex;flex-direction:column;align-items:center;gap:.5rem;flex:1 0 0;align-self:stretch;overflow-y:auto}._template_options_wrapper_12ckv_1 ._template_options_12ckv_1::-webkit-scrollbar{width:0}._template_options_wrapper_12ckv_1 ._template_options_12ckv_1 ._option_wrapper_12ckv_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_12ckv_1 ._template_options_12ckv_1 ._option_wrapper_12ckv_25 ._option_text_wrapper_12ckv_35{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.375rem;flex:1 0 0}._template_options_wrapper_12ckv_1 ._template_options_12ckv_1 ._option_wrapper_12ckv_25 ._option_text_wrapper_12ckv_35 ._option_title_12ckv_43{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:1rem;font-style:normal;font-weight:500;line-height:1.5rem}._template_options_wrapper_12ckv_1 ._template_options_12ckv_1 ._option_wrapper_12ckv_25 ._option_text_wrapper_12ckv_35 ._option_date_12ckv_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_12ckv_1 ._template_options_12ckv_1 ._option_wrapper_12ckv_25 ._option_trash_wrapper_12ckv_59{display:flex;padding:.75rem;justify-content:center;align-items:center;gap:.625rem}._template_options_wrapper_12ckv_1 ._template_options_12ckv_1 ._option_wrapper_active_12ckv_66{background:var(--primary-second, #f7f5ff);color:#3818d9!important}._empty_12ckv_71{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_12ckv_71 ._empty_text_12ckv_84{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_1ongs_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, 1.6rem);position:relative}._container_1ongs_1 ._header_1ongs_13{display:flex;width:100%;justify-content:space-between;align-items:center}._container_1ongs_1 ._header_1ongs_13 ._text_container_1ongs_19{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.6rem;flex:1 0 0}._container_1ongs_1 ._header_1ongs_13 ._text_container_1ongs_19 ._title_1ongs_27{color:var(--color-gray-100, #202020);font-size:1.2rem;font-style:normal;font-weight:500;align-self:stretch}._container_1ongs_1 ._header_1ongs_13 ._text_container_1ongs_19 ._sub_title_1ongs_34{align-self:stretch;color:var(--color-gray-80, #5f5f5f);font-size:.8rem;font-style:normal;font-weight:500}._container_1ongs_1 ._header_1ongs_13 ._btn_container_1ongs_41{display:flex;justify-content:flex-end;align-items:center;gap:.75rem}._container_1ongs_1 ._header_1ongs_13 ._btn_container_1ongs_41 ._trash_icon_1ongs_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_1ongs_1 ._dropdown_controll_wrapper_1ongs_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_gbsn3_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_gbsn3_1 ._header_gbsn3_14{width:100%;display:flex;align-items:center;justify-content:space-between}._default_dialer_gbsn3_1 ._header_gbsn3_14 ._close_gbsn3_20{cursor:pointer;display:flex;justify-content:center;align-items:center;padding:.4rem}._default_dialer_gbsn3_1 ._header_gbsn3_14 ._close_gbsn3_20:hover{background:var(--netural-200, rgba(252, 85, 85, .0470588235));border-radius:.4rem}._default_dialer_gbsn3_1 ._from_gbsn3_31{display:flex;align-items:center;justify-content:flex-start;width:100%}._default_dialer_gbsn3_1 ._from_gbsn3_31 ._from_number_gbsn3_37{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_gbsn3_1 ._from_gbsn3_31 ._clipboard_gbsn3_46{cursor:pointer;display:flex;justify-content:center;align-items:center;margin-left:.5rem}._default_dialer_gbsn3_1 ._input_container_gbsn3_53{width:100%}._default_dialer_gbsn3_1 ._input_container_gbsn3_53 p{font-size:var(--14, .875rem);color:var(--text-light, #5f5f5f);margin-bottom:.5rem;font-weight:500}._default_dialer_gbsn3_1 ._prospects_gbsn3_62{width:100%}._default_dialer_gbsn3_1 ._prospects_gbsn3_62 p{font-size:var(--14, .875rem);color:var(--text-light, #5f5f5f);margin-bottom:.5rem;font-weight:500;text-align:center;margin:1rem 0}._incall_18fcz_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_18fcz_1 ._header_18fcz_15{display:flex;align-items:center;gap:.75rem;justify-content:space-between;align-self:stretch}._incall_18fcz_1 ._header_18fcz_15 p{color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._incall_18fcz_1 ._header_18fcz_15 p span{color:#3818d9}._incall_18fcz_1 ._header_18fcz_15 ._actions_18fcz_32{display:flex;align-items:center;gap:.75rem}._incall_18fcz_1 ._header_18fcz_15 ._actions_18fcz_32 ._action_18fcz_32{width:var(--20, 1.25rem);height:var(--20, 1.25rem);display:flex;align-items:center;justify-content:center;cursor:pointer}._incall_18fcz_1 ._profile_18fcz_45{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--16, 1rem);align-self:stretch}._incall_18fcz_1 ._profile_18fcz_45 ._picture_18fcz_53{width:4rem;height:4rem;border-radius:12.5rem;overflow:hidden;display:flex;justify-content:center;align-items:center}._incall_18fcz_1 ._profile_18fcz_45 ._picture_18fcz_53 img{width:100%;height:100%;border-radius:12.5rem}._incall_18fcz_1 ._profile_18fcz_45 ._detail_18fcz_67{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;gap:.8rem}._incall_18fcz_1 ._profile_18fcz_45 ._detail_18fcz_67 ._name_18fcz_75{display:flex;justify-content:center;align-items:center;gap:var(--10, .625rem);align-self:stretch}._incall_18fcz_1 ._profile_18fcz_45 ._detail_18fcz_67 ._name_18fcz_75 p{color:var(--netural-800, #5f5f5f);text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}._incall_18fcz_1 ._profile_18fcz_45 ._detail_18fcz_67 ._name_18fcz_75 ._integration_18fcz_91{display:flex;align-items:center;gap:.5rem;justify-content:center}._incall_18fcz_1 ._profile_18fcz_45 ._detail_18fcz_67 ._number_18fcz_97{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:.6rem}._incall_18fcz_1 ._profile_18fcz_45 ._detail_18fcz_67 ._number_18fcz_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_18fcz_1 ._profile_18fcz_45 ._detail_18fcz_67 ._number_18fcz_97 ._divider_18fcz_118{width:1.5px!important;height:1.5rem!important;height:var(--0, 0rem);stroke-width:1.5px;background-color:var(--border-light, #f2f6fc)}._incall_18fcz_1 ._profile_18fcz_45 ._detail_18fcz_67 ._number_18fcz_97 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:.8rem;font-style:normal;font-weight:400;line-height:normal}._incall_18fcz_1 ._profile_18fcz_45 ._detail_18fcz_67 ._number_18fcz_97 ._enricher_18fcz_133{display:flex;align-items:center;gap:.5rem;justify-content:center}._incall_18fcz_1 ._status_18fcz_139{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:1rem}._incall_18fcz_1 ._status_18fcz_139 p{color:var(--netural-800, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:500;text-align:center}._incall_18fcz_1 ._call_options_18fcz_154{display:flex;align-items:flex-start;gap:1.5rem;align-self:stretch;width:100%}._incall_18fcz_1 ._call_options_18fcz_154 ._call_option_18fcz_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_18fcz_1 ._call_options_18fcz_154 ._call_option_18fcz_154 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._incall_18fcz_1 ._prospect_actions_18fcz_179{display:flex;align-items:flex-start;gap:var(--12, .75rem);align-self:stretch}._incall_18fcz_1 ._prospect_actions_18fcz_179 ._prospect_action_18fcz_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_18fcz_1 ._prospect_actions_18fcz_179 ._prospect_action_18fcz_179 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._incall_18fcz_1 ._action_buttons_18fcz_206{display:flex;justify-content:center;align-items:center;gap:var(--10, .625rem);align-self:stretch}._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_1ux6d_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_1ux6d_1 ._header_1ux6d_15{display:flex;align-items:center;gap:.75rem;justify-content:space-between;align-self:stretch}._incall_1ux6d_1 ._header_1ux6d_15 p{color:var(--netural-900, #3f3f3f);font-size:.875rem;font-style:normal;font-weight:400;line-height:1.25rem}._incall_1ux6d_1 ._header_1ux6d_15 p span{color:#3818d9}._incall_1ux6d_1 ._header_1ux6d_15 ._actions_1ux6d_32{display:flex;align-items:center;gap:.75rem}._incall_1ux6d_1 ._header_1ux6d_15 ._actions_1ux6d_32 ._action_1ux6d_32{width:var(--20, 1.25rem);height:var(--20, 1.25rem);display:flex;align-items:center;justify-content:center;cursor:pointer}._incall_1ux6d_1 ._profile_1ux6d_45{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:var(--16, 1rem);align-self:stretch}._incall_1ux6d_1 ._profile_1ux6d_45 ._picture_1ux6d_53{width:4rem;height:4rem;border-radius:12.5rem;overflow:hidden}._incall_1ux6d_1 ._profile_1ux6d_45 ._picture_1ux6d_53 img{width:100%;height:100%;border-radius:12.5rem}._incall_1ux6d_1 ._profile_1ux6d_45 ._detail_1ux6d_64{display:flex;flex-direction:column;width:100%;justify-content:center;align-items:center;gap:.8rem}._incall_1ux6d_1 ._profile_1ux6d_45 ._detail_1ux6d_64 ._name_1ux6d_72{display:flex;justify-content:center;align-items:center;gap:var(--10, .625rem);align-self:stretch}._incall_1ux6d_1 ._profile_1ux6d_45 ._detail_1ux6d_64 ._name_1ux6d_72 p{color:var(--netural-800, #5f5f5f);text-align:center;font-family:Inter;font-size:1rem;font-style:normal;font-weight:500;line-height:normal}._incall_1ux6d_1 ._profile_1ux6d_45 ._detail_1ux6d_64 ._name_1ux6d_72 ._integration_1ux6d_88{display:flex;align-items:center;gap:.5rem;justify-content:center}._incall_1ux6d_1 ._profile_1ux6d_45 ._detail_1ux6d_64 ._number_1ux6d_94{display:flex;justify-content:center;align-items:center;align-self:stretch;gap:.6rem}._incall_1ux6d_1 ._profile_1ux6d_45 ._detail_1ux6d_64 ._number_1ux6d_94 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_1ux6d_1 ._profile_1ux6d_45 ._detail_1ux6d_64 ._number_1ux6d_94 ._divider_1ux6d_115{width:1.5px!important;height:1.5rem!important;height:var(--0, 0rem);stroke-width:1.5px;background-color:var(--border-light, #f2f6fc)}._incall_1ux6d_1 ._profile_1ux6d_45 ._detail_1ux6d_64 ._number_1ux6d_94 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:.8rem;font-style:normal;font-weight:400;line-height:normal}._incall_1ux6d_1 ._profile_1ux6d_45 ._detail_1ux6d_64 ._number_1ux6d_94 ._enricher_1ux6d_130{display:flex;align-items:center;gap:.5rem;justify-content:center}._incall_1ux6d_1 ._status_1ux6d_136{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:1rem}._incall_1ux6d_1 ._status_1ux6d_136 p{color:var(--netural-800, #5f5f5f);font-size:.75rem;font-style:normal;font-weight:500;text-align:center}._incall_1ux6d_1 ._call_options_1ux6d_151{display:flex;align-items:flex-start;gap:1.5rem;align-self:stretch;width:100%}._incall_1ux6d_1 ._call_options_1ux6d_151 ._call_option_1ux6d_151{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_1ux6d_1 ._call_options_1ux6d_151 ._call_option_1ux6d_151 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._incall_1ux6d_1 ._prospect_actions_1ux6d_176{display:flex;align-items:flex-start;gap:var(--12, .75rem);align-self:stretch}._incall_1ux6d_1 ._prospect_actions_1ux6d_176 ._prospect_action_1ux6d_176{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_1ux6d_1 ._prospect_actions_1ux6d_176 ._prospect_action_1ux6d_176 p{color:var(--netural-800, #5f5f5f);text-align:center;font-size:.75rem;font-style:normal;font-weight:500;line-height:1rem}._incall_1ux6d_1 ._action_buttons_1ux6d_203{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%}._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}
