@import"https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700&display=swap";: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;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:flex;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;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;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;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)}}.CircularProgressbar{width:100%;vertical-align:middle}.CircularProgressbar .CircularProgressbar-path{stroke:#3e98c7;stroke-linecap:round;transition:stroke-dashoffset .5s ease 0s}.CircularProgressbar .CircularProgressbar-trail{stroke:#d6d6d6;stroke-linecap:round}.CircularProgressbar .CircularProgressbar-text{fill:#3e98c7;font-size:20px;dominant-baseline:middle;text-anchor:middle}.CircularProgressbar .CircularProgressbar-background{fill:#d6d6d6}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-background{fill:#3e98c7}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-text{fill:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-path{stroke:#fff}.CircularProgressbar.CircularProgressbar-inverted .CircularProgressbar-trail{stroke:transparent}@keyframes react-loading-skeleton{to{transform:translate(100%)}}.react-loading-skeleton{--base-color: #ebebeb;--highlight-color: #f5f5f5;--animation-duration: 1.5s;--animation-direction: normal;--pseudo-element-display: block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:var( --custom-highlight-background, linear-gradient( 90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100% ) );transform:translate(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display: none}}.custom_modal_wrapper .course_template_card{width:100%;background:#fff;box-shadow:0 1px 8px #e2e8f0;border-radius:16px;padding:24px 24px 63px;text-align:center;position:relative}.custom_modal_wrapper .course_template_card .template_name{font-family:Inter;font-size:18px;font-weight:600;line-height:22px;letter-spacing:-.01em;text-align:center;color:#000}.custom_modal_wrapper .course_template_card .template_description{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:center;color:#3e3f42}.custom_modal_wrapper .upload_file_export{justify-content:center;cursor:pointer;max-width:100%;height:100px;border:1.4px dashed #64748b;border-radius:12px;padding:1px;overflow:hidden}.custom_modal_wrapper .upload_file_export .upload_file_input h2{color:var(--gray-900, #0f172a);font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.custom_modal_wrapper .upload_file_export .upload_file_input p{color:var(--gray-500, #64748b);text-align:center;font-size:12px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:-.12px}.custom_modal_wrapper .upload_file_export .upload_file_input .scriptLogo{display:flex;width:32px;height:32px;justify-content:center;align-items:center;border-radius:100%;background:var(--gray-100, #f1f5f9)}.custom_modal_wrapper .upload_file_export .upload_file_input .dragAndDrop{outline:none!important}.custom_modal_wrapper .upload_percentage{font-style:normal;font-weight:600;font-size:12px;line-height:18px;color:#344054;padding:8px 12px;width:-moz-fit-content;width:fit-content;background:#fff;border:1px solid #eaecf0;border-radius:8px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.custom_modal_wrapper .empty_progress{width:100%;height:14px;background:#eaecf0;border-radius:50px}.custom_modal_wrapper .empty_progress .progress_success{height:100%;background:linear-gradient(180deg,#a995f9,#8d6efc)!important;border-radius:50px}.custom_modal_wrapper .modalBgIcon{background-image:url(https://trovexblob.blob.core.windows.net/trovexapp%2Fimages/1711702328967ModalBackgroundPaterns.webp);background-repeat:no-repeat;background-size:100% auto}.custom_modal_wrapper .rank_count{padding:8px;border-radius:8px;border:1px solid var(--gray-200, #e2e8f0);color:var(--secondary-100, #0e142b);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.16px;text-align:center;min-width:40px}.custom_modal_wrapper .infiniteScroll_wrapper{height:500px!important;overflow:auto;scrollbar-width:thin}.custom_modal_wrapper .view_more_button{padding:8px 24px;border-radius:9999px;border:1px solid #d9d6fe;background:#f4f3ff;color:#5925dc;font-size:12px;font-style:normal;font-weight:500;text-wrap:nowrap;line-height:22px}.custom_input{font-family:Inter;font-size:16px;line-height:22px;letter-spacing:-.16px;color:#0f172a;width:100%;padding:9px 12px;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 1px 2px #0f172a0f}.custom_input:focus{outline:none;border:1px solid #7653f4;box-shadow:0 0 0 2px #e0d9ff}.custom_input:hover{border:1px solid #7653f4}.custom_input:disabled{background-color:#efefef4d!important;cursor:not-allowed}.custom_input::-moz-placeholder{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#94a3b8}.custom_input::placeholder{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#94a3b8}.custom_input_password{width:100%;padding:9px 12px;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 1px 2px #0f172a0f}.custom_input_password input{font-family:Inter;font-size:16px!important;line-height:22px;letter-spacing:-.16px;color:#0f172a}.custom_input_password input::-moz-placeholder{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#94a3b8}.custom_input_password input::placeholder{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#94a3b8}.custom_input_password:focus,.custom_input_password:focus-within{outline:none;border:1px solid #7653f4;box-shadow:0 0 0 2px #e0d9ff}.custom_input_password:hover{border:1px solid #7653f4}.custom_input_password:disabled{background-color:#efefef4d!important;cursor:not-allowed}.custom_input::-webkit-outer-spin-button,.custom_input::-webkit-inner-spin-button{-webkit-appearance:none}.custom_submit_button{border-radius:9.984px;background:linear-gradient(180deg,#9980ff,#7653f4);box-shadow:0 2.496px #f3efff33 inset,0 -2.496px #0003 inset;color:var(--Base-White, #fff);font-size:16px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:.14px;padding:20px;border:none}.custom_submit_button:not(:disabled):hover{background:linear-gradient(180deg,#a995f9,#8d6efc)!important}.custom_submit_button:disabled{background:#b0b0b0;color:var(--Base-White, #fff);box-shadow:0 -2px #0003 inset,0 2px #f3efff33 inset}.custom_cancel_button{border-radius:10px;border:2.5px solid #8869fd;padding:18px 20px!important;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:20px;background:linear-gradient(180deg,#6046d3,#282c6c);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;min-width:100px}.custom_cancel_button:disabled{cursor:no-drop;border:2.5px solid #cfc3f9;background:linear-gradient(180deg,#6046d333,#282c6c33);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.custom_delete_button{border-radius:9.984px;background:linear-gradient(180deg,#e64e6b,#d2193c);box-shadow:0 2px #f3efff33 inset,0 -2px #0003 inset;color:var(--Base-White, #fff);font-size:16px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:.14px;padding:20px;border:none}.custom_delete_button:hover{background:linear-gradient(180deg,#e9627b,#e02f50)!important}.login_page_wrapper{background:#f9fafb}.login_page_wrapper .login_page_box_wrapper{width:100%}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper{max-width:454px;width:100%;padding:32px;border-radius:4px;background:#fff;box-shadow:0 0 4px #140f2726;margin:auto}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .login_title{color:#140f27;text-align:center;font-size:24px;font-style:normal;font-weight:600;line-height:30px}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .send_code_title{font-style:normal;font-size:24px;font-weight:500;line-height:28px;letter-spacing:.02em;color:#0e142b}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .login_description{color:#3e3f42;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .login_description span{font-weight:500;color:#0e142b}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .login_description a{font-weight:500;color:#7653f4}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .login_description a:hover{opacity:.9}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper label{color:#344054;font-size:14px;font-style:normal;font-weight:500;line-height:20px;display:block}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper label b{font-weight:600;color:#0e142b;text-decoration-line:underline}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .remember_label{color:#140f27;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.16px}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .resend_code{color:#7653f4;font-size:14px;font-style:normal;font-weight:500;line-height:20px;border:none;padding:0}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .resend_code span{color:#7653f4}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .resend_code:disabled{background:transparent}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .ant-otp{gap:20px}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .ant-otp input{width:40px;height:40px;border-radius:4px;border:1px solid #d0d5dd;background:#fff;font-weight:500}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .ant-otp input:focus{outline:none;border:1px solid #7653f4;box-shadow:0 0 0 2px #e0d9ff}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .ant-otp input:hover{border:1px solid #7653f4}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .forgot_password{color:#7653f4;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.16px}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .forgot_password:hover{opacity:.9}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .login_button{font-style:normal;font-weight:700;font-size:16px;line-height:18px;text-align:center;letter-spacing:.02em;color:#fff;padding:15px;width:100%;background:#4681ff;border-radius:10px}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .dona_have_account{font-style:normal;font-weight:400;font-size:14px;line-height:22px;letter-spacing:.02em;color:#9fa1aa}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .dona_have_account a{font-weight:600;color:#7653f4}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .backToLogin{color:#101828;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.login_page_wrapper .login_page_box_wrapper .login_form_wrapper .backToLogin a:hover{opacity:.9;color:#21242b}.login_page_wrapper .login_page_box_wrapper .workspace_select_wrapper{max-width:570px;width:100%;margin:auto}.login_page_wrapper .login_page_box_wrapper .workspace_select_wrapper .title{color:#7653f4;font-family:Inter;font-size:32px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.36px;text-align:center}.login_page_wrapper .login_page_box_wrapper .workspace_select_wrapper .description{color:#626262;font-family:Inter;font-size:24px;font-style:normal;font-weight:500;line-height:normal;letter-spacing:-.28px;text-align:center}.login_page_wrapper .login_page_box_wrapper .workspace_select_wrapper .card_wrapper{cursor:pointer;border-radius:16px;padding:22px;min-height:174px;border:1px solid var(--Gray-200, #e2e8f0);background:var(--Generic-White, #fff);box-shadow:0 1px 16px #e2e8f0;display:flex;justify-content:center;align-items:center}.login_page_wrapper .login_page_box_wrapper .workspace_select_wrapper .card_title{color:#232531;text-align:center;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.24px;margin-top:10px}.login_page_wrapper .slider_wrapper h1{color:#fff;font-size:36px;font-style:normal;font-weight:800;line-height:39.688px;letter-spacing:-.36px}.login_page_wrapper .slider_wrapper p{color:#e5e1ff;text-align:center;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.dashboard_wrapper .helloUserName{color:#0e142b;font-family:Inter;font-size:22px;font-style:normal;font-weight:500;line-height:28px;letter-spacing:-.32px}.dashboard_wrapper .helloDescription{color:#64748b;font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.2px}.dashboard_wrapper .dashboard_course_input{border-radius:8px;background:#fff}.dashboard_wrapper .dashboard_course_input .ant-input-affix-wrapper{padding:9px 12px;border-radius:8px;background:#fff;box-shadow:0 1px 16px #e2e8f0;border:none;z-index:0}.dashboard_wrapper .dashboard_course_input .ant-input-affix-wrapper input{background:linear-gradient(180deg,#704df1 4%,#0d203a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.dashboard_wrapper .dashboard_course_input .ant-input-affix-wrapper input::-moz-placeholder{font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.dashboard_wrapper .dashboard_course_input .ant-input-affix-wrapper input::placeholder{font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.dashboard_wrapper .first_step_wrapper{width:-moz-fit-content;width:fit-content;border-radius:8px;padding:4px;background:#fff;box-shadow:0 0 10px #0003}.dashboard_wrapper .first_step_wrapper button{padding:7px 16px;border-radius:8px;background:linear-gradient(180deg,#513fb8,#30307a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px}.dashboard_wrapper .first_step_wrapper .active_btn{padding:7px 16px;border-radius:8px;background:linear-gradient(180deg,#9880ff,#734ff3);box-shadow:0 0 18px #c1b0ffe6;text-align:center;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px;color:#fff;-webkit-text-fill-color:#fff}.course_custom_wrapper{width:100%;position:relative;border-radius:8px;background:#fff}.course_custom_wrapper .selected_option{cursor:pointer;display:flex;align-items:center;justify-content:space-between;padding:10px 12px;border-radius:8px;background:#fff;background:linear-gradient(180deg,#704df1 4%,#0d203a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;box-shadow:0 1px 16px #e2e8f0}.course_custom_wrapper .selected_option span{width:100%;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.course_custom_wrapper .selected_option .up_down_arrow{transition:all .2s .1s}.course_custom_wrapper .selected_option .up_down_arrow.active{transform:rotate(180deg)}.course_custom_wrapper .option_wrapper{position:absolute;left:0;top:56px;width:100%;padding:10px;background:#fff;box-shadow:0 20px 25px -5px #0f172a1a,0 10px 10px #0f172a0d;border-radius:10px;max-height:300px;overflow-y:auto;z-index:5}.course_custom_wrapper .option_wrapper .option{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px;border-radius:8px;padding:10px;cursor:pointer}.course_custom_wrapper .option_wrapper .option:hover{font-weight:600;color:#0e142b;background:#f0f0ff}.course_custom_wrapper .option_wrapper::-webkit-scrollbar{width:10px}.course_custom_wrapper .option_wrapper::-webkit-scrollbar-track{border-radius:3px;background:var(--gray-100, #f1f5f9)}.course_custom_wrapper .option_wrapper::-webkit-scrollbar-thumb{border-radius:3px;background:var(--gray-300, #cbd5e1)}.courses_card_wrapper{width:100%;border-bottom:1px solid #e2e8f0;background-image:url(https://trovexblob.blob.core.windows.net/trovexapp%2Fimages/1711702131354newLeftBackgroundPaterns.webp);background-repeat:no-repeat}.courses_card_wrapper .courses_name{color:#000;font-family:Inter;font-size:18px;font-style:normal;font-weight:500;line-height:25px;letter-spacing:-.18px}.courses_card_wrapper .expand_button{text-align:center;font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.14px;padding:10px 16px;border-radius:20px;border:1px solid var(--Gray-300, #cbd5e1);background:var(--Generic-White, #fff);background:linear-gradient(180deg,#543ea3,#362c5f);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.courses_card_wrapper .expand_button .up_down_arrow{transform:rotate(180deg);transition:all .5s .1s}.courses_card_wrapper .expand_button .up_down_arrow.active{transform:rotate(0)}.courses_card_wrapper .course_card{padding:8.5px 10px 16px 8.5px;border-radius:16px;background:#fff;box-shadow:0 1px 16px #e2e8f0;position:relative}.courses_card_wrapper .course_card .customer_mode_title{padding:4px 8px;color:var(--gray-900, #0f172a);font-size:11px;line-height:12px;font-style:normal;font-weight:500;letter-spacing:-.14px;border-radius:8px;background:var(--generic-white, #fff)}.courses_card_wrapper .course_card .customer_mode_guided{position:absolute;top:16px;left:50%;transform:translate(-50%);padding:4px 8px;color:var(--gray-900, #0f172a);font-size:11px;line-height:12px;font-style:normal;font-weight:500;letter-spacing:-.14px;border-radius:8px;background:var(--generic-white, #fff)}.courses_card_wrapper .course_card:hover{transform:translateY(-10px);transition:all .5s ease-in-out;box-shadow:0 2px 20px 1px #0e142b14}.courses_card_wrapper .course_card:hover .course_img{filter:blur(2px)}.courses_card_wrapper .course_card:hover .course_menu_wrapper{display:block}.courses_card_wrapper .course_card:hover .hover_meet_btn{display:flex;justify-content:center}.courses_card_wrapper .course_card .course_menu_wrapper{position:absolute;top:10px;right:10px;z-index:1}.courses_card_wrapper .course_card .delete-button{color:red;font-size:9px;padding:4px;background-color:transparent;border:none}.courses_card_wrapper .course_card .red-button{background-color:red;color:#fff;padding:10px 20px;border:none;border-radius:4px;cursor:pointer}.courses_card_wrapper .course_card .red-button:hover{background-color:#8b0000}.courses_card_wrapper .course_card .completed_course{padding:2px 8px;border-radius:18px;border:.7px solid #4ade80;background:#fff;color:#15803d;font-size:10px;font-style:normal;font-weight:500;line-height:15px;letter-spacing:-.1px;width:-moz-fit-content;width:fit-content;position:absolute;top:16px;right:16px;text-transform:capitalize}.courses_card_wrapper .course_card .course_type_chip{padding:2px 8px;border-radius:6px;background:var(--Fuchsia-50, #fdf5ff);color:var(--Purple-700, #7e22ce);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:15px;letter-spacing:-.12px;width:-moz-fit-content;width:fit-content;position:absolute;top:16px;left:16px;text-transform:capitalize}.courses_card_wrapper .course_card .course_language_chip{padding:4px 6px;border-radius:4px;background:var(--Gray-Light-100, #f4f4f5);color:var(--Gray-Light-700, #3f3f46);font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.12px}.courses_card_wrapper .course_card .practiced_course{padding:2px 8px;border-radius:18px;border:.7px solid #f59e0b;background:#fff;color:#b45309;font-size:10px;font-style:normal;font-weight:500;line-height:15px;letter-spacing:-.1px;width:-moz-fit-content;width:fit-content;position:absolute;top:16px;right:16px;text-transform:capitalize}.courses_card_wrapper .course_card .pending_course{padding:2px 8px;border-radius:18px;border:.7px solid #ef4444;background:#fff;color:#b91c1c;font-size:10px;font-style:normal;font-weight:500;line-height:15px;letter-spacing:-.1px;width:-moz-fit-content;width:fit-content;position:absolute;top:16px;right:16px;text-transform:capitalize}.courses_card_wrapper .course_card .hover_meet_btn{z-index:2;position:absolute;top:19%;left:50%;transform:translate(-50%);width:-moz-fit-content;width:fit-content;display:none;gap:10px;white-space:nowrap}.courses_card_wrapper .course_card.disable{filter:grayscale(1)}.create_course_wrapper{display:flex;flex-direction:column;flex:1 1 0%}.create_course_wrapper .sub_title{font-family:Inter;font-size:18px;font-weight:600;line-height:26px;letter-spacing:.01em;text-align:left;color:#000}.create_course_wrapper .course_layout_title{font-size:20px;font-weight:500;line-height:28px;letter-spacing:-.2px;color:#0e142b}.create_course_wrapper .course_layout_title span{border-radius:6px;border:.7px solid var(--gray-400, #94a3b8);background:var(--generic-white, #fff);padding:2px 8px;margin-left:14px;color:var(--gray-700, #334155);font-size:14px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.12px}.create_course_wrapper .general_card_wrapper{background:#fff;border-radius:20px;padding:30px 24px 20px;box-shadow:0 1px 16px #e2e8f0}.create_course_wrapper .general_card_wrapper .drag_and_drop_empty_card{display:flex;padding:10px;justify-content:center;align-items:center;gap:10px;border-radius:8px;border:1px dashed var(--gray-300, #cbd5e1);background:var(--generic-white, #fff);box-shadow:5px 5px #0000000d}.create_course_wrapper .general_card_wrapper .selected_question_wrapper h6{font-size:14px;font-weight:600;line-height:20px;letter-spacing:.01em;text-align:left;color:#0f172a}.create_course_wrapper .general_card_wrapper .evaluation_criteria_question{background:var(--gray-50, #f8fafc)}.create_course_wrapper .general_card_wrapper .evaluation_criteria_question h6{font-size:14px;font-weight:600;line-height:20px;letter-spacing:.01em;text-align:left;color:#0f172a}.create_course_wrapper .general_card_wrapper .separate_question{display:flex;padding:11px 15px;align-items:center;gap:4px;align-self:stretch;border-radius:10px;border:1px solid var(--gray-300, #cbd5e1);background:var(--generic-white, #fff);box-shadow:0 1px 2px #0f172a0f}.create_course_wrapper .general_card_wrapper .separate_question p{color:var(--gray-900, #0f172a);font-family:Inter;font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.16px}.create_course_wrapper .general_card_wrapper .separate_question.disabled{background-color:#efefef4d;cursor:no-drop}.create_course_wrapper .general_card_wrapper .separate_question.disabled p{color:#00000040}.create_course_wrapper .general_card_wrapper .map_instructions_wrapper{padding:16px;border-radius:12px;box-shadow:0 0 16px #00000026;background:var(--generic-white, #fff)}.create_course_wrapper .general_card_wrapper .map_instructions_wrapper h2{color:var(--gray-900, #0f172a);font-size:16px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:-.16px}.create_course_wrapper .general_card_wrapper .map_instructions_wrapper p{color:var(--gray-600, #475569);font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.create_course_wrapper .general_card_wrapper .map_instructions_wrapper .map_instructions_sub_wrapper{border-radius:8px;background:var(--generic-white, #fff)}.create_course_wrapper .general_card_wrapper .map_instructions_wrapper .map_instructions_sub_wrapper textarea{padding:6px;border:1px solid transparent;outline:none;height:auto;max-height:100%}.create_course_wrapper .general_card_wrapper .map_instructions_wrapper .map_instructions_sub_wrapper textarea:focus{border:1px solid #7653f4}.create_course_wrapper .general_card_wrapper .course_info{border-bottom:1px solid #e2e8f0}.create_course_wrapper .general_card_wrapper .upload_script_wrapper .ant-upload-btn{display:flex;justify-content:center;align-items:center;height:250px}.create_course_wrapper .general_card_wrapper .upload_script_wrapper .ant-upload-btn .scriptLogo{display:flex;width:48px;height:48px;padding:12px;justify-content:center;align-items:center;border-radius:48px;background:var(--gray-100, #f1f5f9)}.create_course_wrapper .general_card_wrapper .upload_script_wrapper .ant-upload-btn h2{font-size:14px;font-weight:600;line-height:20px;letter-spacing:-.01em;color:#0f172a}.create_course_wrapper .general_card_wrapper .upload_script_wrapper .ant-upload-btn p{color:#606266;font-size:14px;font-weight:400;line-height:18px;letter-spacing:-.01em;text-align:center}.create_course_wrapper .general_card_wrapper .b_to_b_and_b_to_c_wrapper p{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.01em;color:#606266}.create_course_wrapper .general_card_wrapper .b_to_b_and_b_to_c_wrapper p.active{color:#000}.create_course_wrapper .general_card_wrapper .b_to_b_and_b_to_c_wrapper .ant-switch{background:#c8c6ff}.create_course_wrapper .general_card_wrapper .b_to_b_and_b_to_c_wrapper .ant-switch:hover{background:#c8c6ff!important}.create_course_wrapper .general_card_wrapper h6{font-family:Inter;font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.01em;text-align:left;color:#000}.create_course_wrapper .general_card_wrapper h6 .pass_score_wrapper{border-radius:8px;padding:6px 14px;background-color:#f0fdf4;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.01em;text-align:left;width:-moz-fit-content;width:fit-content;color:#15803d}.create_course_wrapper .general_card_wrapper h6 span{font-weight:600}.create_course_wrapper .general_card_wrapper .topics_description{font-style:normal;font-weight:400;font-size:14px;line-height:21px;letter-spacing:.02em;color:#6e7280}.create_course_wrapper .general_card_wrapper .topics_solution_wrapper h5{font-style:normal;font-weight:600;font-size:17px;line-height:24px;letter-spacing:.02em;color:#0e142b}.create_course_wrapper .general_card_wrapper .topics_solution_wrapper p{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.01em;color:#606266}.create_course_wrapper .general_card_wrapper .topics_solution_wrapper .border_bottom{border-bottom:2px solid #dae6ff}.create_course_wrapper .general_card_wrapper .topics_solution_wrapper label{font-style:normal;font-weight:600;font-size:16px;line-height:16px;letter-spacing:.02em;color:#000}.create_course_wrapper .general_card_wrapper .topics_solution_wrapper p{font-style:normal;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.02em;color:#6e7280}.create_course_wrapper .general_card_wrapper .topics_solution_wrapper .select_topics_new_box{box-shadow:0 0 15px #0000001a}.create_course_wrapper .general_card_wrapper .background_information_title{font-style:normal;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.02em;color:#0e142b}.create_course_wrapper .general_card_wrapper .background_information_contain{font-style:normal;font-weight:500;font-size:14px;line-height:28px;letter-spacing:.02em;text-align:justify;color:#3e4355}.create_course_wrapper .general_card_wrapper form label{font-size:16px;font-weight:500;line-height:22px;letter-spacing:-.16px;color:#000;display:block}.create_course_wrapper .general_card_wrapper .course_play_wrapper{padding:12px;background:#fff;border-radius:10px;box-shadow:0 1px 8px #e2e8f0;border:2px solid transparent;display:flex;gap:10px;justify-content:space-between;align-items:center}.create_course_wrapper .general_card_wrapper .course_play_wrapper:hover{border:2px solid #7653f4}.create_course_wrapper .general_card_wrapper .course_play_wrapper h2{font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.01em;color:#3e3f42}.create_course_wrapper .general_card_wrapper .course_play_wrapper p{font-size:12px;font-weight:400;line-height:18px;letter-spacing:-.01em;color:#64748b}.create_course_wrapper .general_card_wrapper .course_play_wrapper button{width:40px;height:40px}.create_course_wrapper .general_card_wrapper .course_play_wrapper button:hover{opacity:.7}.create_course_wrapper .general_card_wrapper .tooltip_image_bg{border-radius:8px;background:var(--generic-white, #fff);box-shadow:0 1px 4px #e2e8f0}.create_course_wrapper .general_card_wrapper .prospect_profile_wrapper{background:#f8fafc;padding:12px;border-radius:10px}.create_course_wrapper .general_card_wrapper .prospect_profile_wrapper h5{font-family:Inter;font-size:18px;font-weight:600;line-height:26px;letter-spacing:.01em;text-align:left;color:#000}.create_course_wrapper .general_card_wrapper .prospect_profile_wrapper h6{font-size:14px;font-weight:600;line-height:20px;letter-spacing:-.01em;color:#0f172a;text-align:start}.create_course_wrapper .general_card_wrapper .prospect_profile_wrapper .previous_btn,.create_course_wrapper .general_card_wrapper .prospect_profile_wrapper .next_btn{height:34px;width:34px;border:1px solid #e2e8f0;border-radius:50%;display:flex;justify-content:center;align-items:center}.create_course_wrapper .general_card_wrapper .prospect_profile_wrapper .previous_btn:disabled,.create_course_wrapper .general_card_wrapper .prospect_profile_wrapper .next_btn:disabled{opacity:.5}.create_course_wrapper .general_card_wrapper .prospect_profile_wrapper .countTitle{font-family:Inter;font-size:16px;font-weight:500;line-height:20px;letter-spacing:-.01em;text-align:center;color:#334155}.create_course_wrapper .general_card_wrapper .prospect_profile_wrapper .add_new_option{font-size:14px;font-weight:600;line-height:20px;letter-spacing:-.01em;color:#0f172a;text-align:start}.course_layout_footer_wrapper{padding:10px 32px;background:#fff;box-shadow:2px -2px 15px #0000000d;display:flex;justify-content:flex-end;gap:24px;position:fixed;bottom:0;right:0;left:250px;z-index:7}textarea,.custom_text_area{font-family:Inter;font-size:16px;line-height:22px;letter-spacing:-.16px;color:#0f172a;width:100%;height:140px;padding:9px 12px;border:1px solid #cbd5e1;border-radius:8px;resize:none!important;scrollbar-width:thin}textarea:focus,.custom_text_area:focus{border:1px solid #7653f4;box-shadow:0 0 0 2px #e0d9ff}textarea:hover,.custom_text_area:hover{border:1px solid #7653f4}textarea:disabled,.custom_text_area:disabled{background-color:#efefef4d!important;cursor:not-allowed}textarea::-moz-placeholder,.custom_text_area::-moz-placeholder{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#94a3b8}textarea::placeholder,.custom_text_area::placeholder{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#94a3b8}.step_card_wrapper{box-shadow:0 0 15px #0000001a;background:#fff;border-radius:20px;padding:14px 8px 20px;height:100%}.step_card_wrapper h6{color:#232531;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.16px;border-bottom:1px solid #e2e8f0}.step_card_wrapper h6 span:first-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.step_card_wrapper h6 .chip_wrapper{font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.12px;border-radius:6px;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;padding:2px 8px}.step_card_wrapper h6 .chip_wrapper.draft{color:#7653f4;border:.7px solid #7653f4;background:#fdf5ff}.step_card_wrapper h6 .chip_wrapper.inTraining{color:#c88a04;border:.7px solid #facc14;background:#fefce7}.step_card_wrapper h6 .chip_wrapper.inReview{color:#b91c1c;border:.7px solid #ef4444;background:#fef2f2}.step_card_wrapper h6 .chip_wrapper.published{color:#15803d;border:.7px solid #4ade80;background:#f0fdf4}.step_card_wrapper .course_layout_step_wrapper .done_count{width:30px;height:30px;background:#7653f4;border:2px solid #7653f4;border-radius:100%;position:relative}.step_card_wrapper .course_layout_step_wrapper .done_count span{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px;color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.step_card_wrapper .course_layout_step_wrapper .current_count{width:30px;height:30px;background:#fff;border:2px solid #7653f4;box-shadow:0 0 0 4px #e0d9ff;border-radius:100%;position:relative}.step_card_wrapper .course_layout_step_wrapper .current_count span{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px;color:#7653f4;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.step_card_wrapper .course_layout_step_wrapper .pending_count{min-width:30px;min-height:30px;background:#fff;border:1.5px solid #e2e8f0;border-radius:100%;position:relative}.step_card_wrapper .course_layout_step_wrapper .pending_count span{font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px;color:#94a3b8;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.step_card_wrapper .course_layout_step_wrapper .title{font-size:14px;font-weight:600;line-height:20px;letter-spacing:-.01em;color:#0f172a;text-align:start}.step_card_wrapper .course_layout_step_wrapper .title:hover{box-shadow:none}.step_card_wrapper .course_layout_step_wrapper .pending_hr{width:2px;height:32px;background:#e2e8f0}.step_card_wrapper .course_layout_step_wrapper .current_hr{width:2px;height:32px;background:#7653f4}.step_card_wrapper .course_layout_step_wrapper button:disabled{cursor:no-drop;opacity:.7}.course_loader_wrapper{position:fixed;top:0;bottom:0;left:0;right:0;z-index:6;width:100%;height:100vh;background:#f6f9ff;padding:30px;min-height:inherit;display:flex;flex-direction:column;justify-content:center;align-items:center}.course_loader_wrapper .loader_title{text-align:center;width:100%}.course_loader_wrapper .loader_title b{color:var(--secondary-100, #0e142b);font-size:22px;font-style:normal;font-weight:400;line-height:30px;letter-spacing:-.18px;width:100%}.course_loader_wrapper img{width:200px;height:200px;margin-bottom:14px;animation:rotate-animation 10s infinite linear}@keyframes rotate-animation{0%{transform:rotate(0)}50%{transform:rotate(180deg)}to{transform:rotate(360deg)}}.ant-select-single{height:42px}.ant-select-selector{height:42px;border-radius:8px}input,.ant-select-selection-item{font-family:Inter;font-size:16px;line-height:22px;letter-spacing:-.16px;color:#0f172a}input::-moz-placeholder,.ant-select-selection-item::-moz-placeholder{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#94a3b8}input::placeholder,.ant-select-selection-item::placeholder{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#94a3b8}.ant-select-focused .ant-select-selector,.ant-select-selector:focus{border-radius:8px;box-shadow:0 0 0 2px #e0d9ff!important}.ant-select-focused .ant-select-selector,.ant-select-selector:hover{border:1px solid #7653f4!important}.customSelectAntDesign .ant-select-single{height:42px}.customSelectAntDesign .ant-select-selector{border-radius:8px}.customSelectAntDesign input,.customSelectAntDesign .ant-select-selection-item{font-family:Inter;font-size:16px;line-height:22px;letter-spacing:-.16px;color:#0f172a}.customSelectAntDesign input::-moz-placeholder,.customSelectAntDesign .ant-select-selection-item::-moz-placeholder{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#94a3b8}.customSelectAntDesign input::placeholder,.customSelectAntDesign .ant-select-selection-item::placeholder{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#94a3b8}.customSelectAntDesign .ant-select-focused .ant-select-selector,.customSelectAntDesign .ant-select-selector:focus{border-radius:8px;box-shadow:0 0 0 3px #e0d9ff!important}.customSelectAntDesign .ant-select-focused .ant-select-selector,.customSelectAntDesign .ant-select-selector:hover{border:1px solid #7653f4!important}.ant-select{height:40px!important;min-height:40px!important}.ant-select .ant-select-selector{border-radius:8px;border:1px solid #d0d5dd!important;background:#fff;height:100%!important;min-height:100%!important;box-shadow:0 1px 2px #1018280d}.ant-select .ant-select-selector:focus{border-radius:8px;box-shadow:0 0 0 3px #e0d9ff!important;border:1px solid #7653f4!important}.ant-select .ant-select-selector:hover{border:1px solid #7653f4!important}.ant-select .ant-select-selector .ant-select-selection-overflow,.ant-select .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item{height:100%!important;min-height:100%!important}.ant-select .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item{padding:2px 4px 2px 10px;border-radius:6px;height:30px;align-items:center}.ant-select .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-content{color:#344054;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.ant-select .ant-select-selector .ant-select-selection-overflow .ant-select-selection-overflow-item .ant-select-selection-item .ant-select-selection-item-remove svg{color:#98a2b3!important}.ant-select-arrow svg{color:#667085!important}.custom_radio{-moz-appearance:none;appearance:none;-webkit-appearance:none;min-width:24px;min-height:24px;border-radius:50%;border:1px solid #cbd5e1;outline:none;transition:border-color .3s ease;cursor:pointer}.custom_radio:checked{background-color:#7653f4;border-color:#7653f4}.custom_radio:checked:after{content:"";position:relative;display:block;width:6px;height:12px;border-right:3px solid #fff;border-bottom:3px solid #fff;transform:rotate(45deg) translate(58%,-27%);top:3px;left:3px}.custom_radio:checked:focus{outline:1px solid #7653f4;box-shadow:0 0 0 2px #e0d9ff}.ant-radio-wrapper:hover .ant-radio-inner{border-color:#7653f4}.ant-radio-wrapper .ant-radio-inner{width:24px;height:24px;position:relative}.ant-radio-wrapper .ant-radio-inner:after{box-sizing:border-box;position:absolute;inset-block-start:50%;inset-inline-start:50%;display:block;font-size:14px;color:#fff;margin-block-start:-7px;margin-inline-start:-7px;content:"";transform:scale(0);opacity:0;transition:all .3s cubic-bezier(.78,.14,.15,.86);background:transparent}.ant-radio-wrapper .ant-radio-checked .ant-radio-inner{border-color:#7653f4;background-color:#7653f4}.ant-radio-wrapper .ant-radio-checked .ant-radio-inner:after{content:"";position:relative;display:block;width:7px;height:13px;border-right:3px solid #fff;border-bottom:3px solid #fff;top:46%;left:64%;transform:rotate(45deg);border-radius:1px}input[type=checkbox]{min-width:20px;height:20px;border:1px solid #cbd5e1;border-radius:5px;accent-color:#7653f4}input[type=checkbox]:checked,input[type=checkbox] :hover{accent-color:#886cee;background-color:#886cee}input[type=checkbox]:focus{border-radius:5px;border:1px solid #7653f4}.ant-checkbox-inner:after{background-color:#886cee!important}.ant-checkbox-wrapper .ant-checkbox,.ant-checkbox-wrapper .ant-checkbox-inner{min-width:20px!important;height:20px!important;border-color:#cbd5e1!important;border-radius:2px!important;accent-color:#7653f4!important}.ant-checkbox-wrapper .ant-checkbox-checked .ant-checkbox-inner{accent-color:#886cee!important;background-color:#886cee!important;border-color:#886cee!important}.ant-checkbox-wrapper .ant-checkbox-input:focus+.ant-checkbox-inner{border:1px solid #7653f4!important}.ant-checkbox-wrapper .ant-checkbox-input:focus-visible+.ant-checkbox-inner{border:1px solid #7653f4!important}.custom_table_wrapper .ant-spin-nested-loading{min-height:220px}.custom_table_wrapper table thead tr th:first-child{border-start-start-radius:12px!important;border-end-start-radius:12px!important}.custom_table_wrapper table thead tr th:last-child{border-start-end-radius:12px!important;border-end-end-radius:12px!important}.custom_table_wrapper table thead tr th{color:#3e3f42;font-size:16px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.16px;background-color:#f0f0ff!important}.custom_table_wrapper table tbody tr.ant-table-row-selected td{background:transparent!important}.custom_table_wrapper table tbody tr td{color:var(--Gray-600, #475569);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.custom_table_wrapper .track_wrapper{height:8px;border-radius:8px;background:#e4e7ec}.custom_table_wrapper .track_wrapper .fill{height:100%;border-radius:8px}.custom_table_wrapper .track_wrapper.positive .fill{background:#079455}.custom_table_wrapper .track_wrapper.neutral .fill{background:#dc6803}.custom_table_wrapper .track_wrapper.negative .fill{background:#d92d20}.learn_course_wrapper{display:flex;flex-direction:column;flex:1 1 0%}.learn_course_wrapper .course_attempt_step_wrapper{padding:18px 10px 344px;border-radius:15px;background:#fff;box-shadow:0 0 15px #0000001a;position:relative}.learn_course_wrapper .course_attempt_step_wrapper .course_title{color:var(--Gray-900, #0f172a);font-size:20px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.2px}.learn_course_wrapper .course_attempt_step_wrapper .course_due_date{color:#606266;font-family:Inter;font-size:14px;font-weight:600;line-height:24px;letter-spacing:-.01em;text-align:left}.learn_course_wrapper .course_attempt_step_wrapper .step_wrapper{padding:12px 12px 12px 31px;border-radius:10px}.learn_course_wrapper .course_attempt_step_wrapper .step_wrapper.current_tab{background:#f0f0ff}.learn_course_wrapper .course_attempt_step_wrapper .step_wrapper.current_tab h5{color:#7653f4;font-weight:600}.learn_course_wrapper .course_attempt_step_wrapper .step_wrapper h5{color:#29292e;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.14px}.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper{width:280px;height:280px;position:absolute;bottom:0;left:50%;transform:translate(-50%)}.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper .bgPushBtn,.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper .bgPlayBtn{display:none;transition:all 2s}.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper:hover .bgPushBtn,.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper:hover .bgPlayBtn{display:block;transition:all 2s}.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper video,.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper .personaImages{width:100%;height:100%;border-radius:100%;margin:auto;box-shadow:0 4px 94.3px #0000001a inset;filter:drop-shadow(0px 4px 15px rgba(0,0,0,.5));-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper .bgPushBtn,.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper .bgPlayBtn{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:54px;height:54px;z-index:1;opacity:.7}.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper .bgPushBtn img,.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper .bgPlayBtn img{width:100%;height:100%}.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper button:disabled{cursor:no-drop}.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper .videoControlsWrapper{padding:10px;border-radius:40px;background:#fff;box-shadow:0 4px 11.8px #0000001a;position:absolute;left:50%;bottom:-20px;transform:translate(-50%);width:-moz-max-content;width:max-content}.learn_course_wrapper .course_attempt_step_wrapper .info_video_wrapper .videoControlsWrapper .videoTime{padding:6px;border-radius:34px;border:.732px solid var(--Gray-200, #e2e8f0);background:var(--Generic-White, #fff);box-shadow:0 .732px 1.465px #0f172a0f}.learn_course_wrapper .course_attempt_information_wrapper{border-radius:18.474px;background:#fff;box-shadow:0 0 22.169px #0000001a;padding:37px 35px}.learn_course_wrapper .course_attempt_information_wrapper h1{color:#000;font-size:20px;font-weight:600;line-height:24px;letter-spacing:0em;text-align:left}.learn_course_wrapper .course_attempt_information_wrapper ul{list-style:disc;list-style-position:inside}.learn_course_wrapper .course_attempt_information_wrapper ul li{color:#3e3f42;font-size:14px;font-weight:400;line-height:20px;letter-spacing:0em;text-align:left}.learn_course_wrapper .course_attempt_information_wrapper .assessment_mcq_wrapper .countTitle{font-family:Inter;font-size:16px;font-weight:500;line-height:28px;letter-spacing:-.01em;text-align:right;color:#232531}.learn_course_wrapper .course_attempt_information_wrapper .assessment_mcq_wrapper .question_wrapper{font-family:Inter;font-size:16px;font-weight:500;line-height:28px;letter-spacing:-.01em;text-align:left;color:#232531}.learn_course_wrapper .course_attempt_information_wrapper .assessment_mcq_wrapper .option_wrapper{font-family:Inter;font-size:15px;font-weight:500;line-height:24px;letter-spacing:-.01em;text-align:left;color:#606266;background-color:#ebebf3;padding:8px 10px;border-radius:8px;width:100%}.learn_course_wrapper .course_attempt_information_wrapper .assessment_mcq_wrapper .option_wrapper:disabled{cursor:no-drop}.learn_course_wrapper .course_attempt_information_wrapper .assessment_mcq_wrapper .option_wrapper.correct_option{color:#2baf95;background-color:#e7fbf1}.learn_course_wrapper .course_attempt_information_wrapper .assessment_mcq_wrapper .option_wrapper.wrong_option{color:#df1c41;background-color:#fff2f6}.attempt_component_wrapper .course_title{color:#232531;font-family:Inter;font-size:20px;font-weight:600;line-height:28px;letter-spacing:-.01em;text-align:left}.attempt_component_wrapper .due_date_title{color:#606266;font-family:Inter;font-size:14px;font-weight:600;line-height:24px;letter-spacing:-.01em;text-align:left}.attempt_component_wrapper .attempt_end_btn{border-radius:8px;background:linear-gradient(180deg,#e64e6b,#d2193c);box-shadow:0 2px #f3efff33 inset,0 -2px #0003 inset;padding:8px 18px;color:var(--Base-White, #fff);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.attempt_component_wrapper .recording_title p{font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.16px}.attempt_component_wrapper .persona_name{color:#232531;font-family:Inter;font-size:16px;font-weight:600;line-height:28px;letter-spacing:-.01em;text-align:left}.attempt_component_wrapper .persona_name .persona_position{color:#3e3f42;font-family:Inter;font-size:16px;font-weight:400;line-height:22px;letter-spacing:-.01em;text-align:left;padding-left:10px;margin-left:10px;border-left:1px solid #3e3f42}.attempt_component_wrapper .pass_score_count{color:var(--Success-700, #15803d);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px;padding:6px 14px;border-radius:18px;background:var(--success-50, #f0fdf4)}.attempt_component_wrapper .course_attempt_count{border-radius:10px;border:1px solid var(--gray-200, #e2e8f0);background:var(--generic-white, #fff);box-shadow:0 1px 2px #0f172a0f;padding:6px 8px}.attempt_component_wrapper .course_attempt_count p{color:var(--Gray-700, #334155);font-size:14px;font-style:normal;font-weight:500;line-height:20px;letter-spacing:-.16px}.attempt_component_wrapper .question_text{color:var(--gray-700, #334155);font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em}.attempt_component_wrapper .active_speaking_border{border:4px solid #ffbe4c!important;border-radius:15px}.attempt_component_wrapper .speaking_animation_wrapper{position:absolute;top:14px;right:14px;height:30px;width:30px;z-index:1;background-color:#ffbe4c!important;border-radius:100%;display:flex;align-items:center;justify-content:center;gap:4px;border:1px solid;border:none}.attempt_component_wrapper .speaking_animation_wrapper .first_dot{height:4px;width:4px;border-radius:50%;background-color:#fff;animation-name:first_animation;animation-timing-function:ease-in-out,ease-in-out,ease-in-out,linear;animation-duration:1.8s,1.8s,.8s,3s;animation-delay:0s,5.4s,7.3s,7.6s;animation-iteration-count:infinite;animation-fill-mode:none,none,forwards,none}.attempt_component_wrapper .speaking_animation_wrapper .middle_dot{height:4px;width:4px;border-radius:50%;background-color:#fff;animation-name:middle_animation;animation-timing-function:ease-in-out,ease-in-out,ease-in-out,linear;animation-duration:1.8s,1.8s,.7s,3s;animation-delay:.3s,5.5s,7.4s,7.6s;animation-iteration-count:infinite;animation-fill-mode:none,none,forwards,none}.attempt_component_wrapper .speaking_animation_wrapper .last_dot{height:4px;width:4px;border-radius:50%;background-color:#fff;animation-name:last_animation;animation-timing-function:ease-in-out,ease-in-out,ease-in-out,linear;animation-duration:1.8s,1.8s,.8s,3s;animation-delay:.6s,5.6s,7.4s,7.6s;animation-iteration-count:infinite;animation-fill-mode:none,none,forwards,none}@keyframes first_animation{0%{border-radius:30px}10%{padding:7% 0}15%{padding:6% 0}20%{padding:9% 0}25%{padding:6% 0}30%{padding:7% 0}35%{padding:6% 0}40%{padding:8% 0}45%{padding:6% 0}50%{padding:4% 0}55%{padding:2% 0}60%{padding:4% 0}65%{padding:3% 0}70%{padding:4% 0}75%{padding:5% 0}80%{padding:7% 0}85%{padding:5% 0}90%{padding:3% 0}to{padding:0;border-radius:30px}}@keyframes middle_animation{0%{border-radius:30px}10%{padding:10% 0}15%{padding:15% 0}20%{padding:20% 0}25%{padding:16% 0}30%{padding:24% 0}35%{padding:17% 0}40%{padding:22% 0}45%{padding:29% 0}50%{padding:10% 0}55%{padding:15% 0}60%{padding:20% 0}65%{padding:16% 0}70%{padding:24% 0}75%{padding:17% 0}80%{padding:22% 0}85%{padding:29% 0}90%{padding:10% 0}to{padding:0;border-radius:30px}}@keyframes last_animation{0%{border-radius:30px}10%{padding:7% 0}15%{padding:6% 0}20%{padding:9% 0}25%{padding:6% 0}30%{padding:7% 0}35%{padding:6% 0}40%{padding:8% 0}45%{padding:6% 0}50%{padding:4% 0}55%{padding:2% 0}60%{padding:4% 0}65%{padding:3% 0}70%{padding:4% 0}75%{padding:5% 0}80%{padding:7% 0}85%{padding:5% 0}90%{padding:3% 0}to{padding:0;border-radius:30px}}.attempt_component_wrapper .boxNameLeftSide{border-radius:50px;background-color:#ffffff80!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;padding:8px 20px;color:var(--Gray-900, #0f172a);font-family:Inter;font-size:16px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.18px;position:absolute;top:17px;left:17px;z-index:1}.attempt_component_wrapper .assistant_wrapper{height:460px;width:100%;border-radius:15px;overflow:hidden;border:4px solid transparent;position:relative}.attempt_component_wrapper .assistant_wrapper .assistant_profile{width:100%;height:100%;background:#3c4043;display:flex;justify-content:center;align-items:center}.attempt_component_wrapper .assistant_wrapper .assistant_profile .profile_image{-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center;width:220px;height:220px;border-radius:100%;position:absolute;z-index:1}.attempt_component_wrapper .learner_wrapper{height:460px;width:100%;border-radius:15px;overflow:hidden;border:4px solid transparent;position:relative}.attempt_component_wrapper .learner_wrapper .learner_profile{width:100%;height:100%;background:#3c4043;display:flex;justify-content:center;align-items:center}.attempt_component_wrapper .learner_wrapper .user_profile{width:220px;height:220px;border-radius:100%;display:flex;justify-content:center;align-items:center;position:absolute;z-index:1}.attempt_component_wrapper .learner_wrapper .user_profile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.attempt_component_wrapper .learner_wrapper .user_profile span{font-size:100px;font-weight:700;color:#fff}.attempt_component_wrapper .learner_wrapper video{width:100%;height:460px;-o-object-fit:cover;object-fit:cover}.attempt_component_wrapper .delay1{animation:waves 2.5s infinite;animation-delay:.1s}.attempt_component_wrapper .delay2{animation:waves 2.5s linear .7s infinite}.attempt_component_wrapper .delay3{animation:waves 2.5s linear 1.3s infinite}.attempt_component_wrapper .delay4{animation:waves 2.5s linear 1.9s infinite}.attempt_component_wrapper .circle{display:block;height:220px;width:220px;border-radius:50%;background:transparent;transition:5s ease;position:absolute}@keyframes waves{0%{transform:scale(1);opacity:1;background:#6c6f72}to{transform:scale(1.5);opacity:0;background:#6c6f72}}.full_screen_attempt_wrapper{padding:16px 24px;border-radius:20px;background:#fff;box-shadow:0 1px 16px #e2e8f0}.arabicTextRTL{text-align:right;direction:rtl}.my_progress_wrapper{width:100%;display:flex;flex-direction:column;flex:1 1 0%}.my_progress_wrapper .user_feedback_wrapper{border-radius:20px;padding:16px 42px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.my_progress_wrapper .user_feedback_wrapper .user_name{color:var(--Generic-Black, #000);font-family:Inter;font-size:20px;font-weight:600;line-height:32px;letter-spacing:-.01em}.my_progress_wrapper .user_feedback_wrapper .user_description{color:#3e3f42;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em}.my_progress_wrapper .user_feedback_wrapper .treading_title{font-family:Inter;font-size:16px;font-weight:500;line-height:19px;letter-spacing:0em}.my_progress_wrapper .user_feedback_wrapper .avg_circle_title{color:#606266;font-family:Inter;font-size:16px;font-weight:600;line-height:28px;letter-spacing:-.01em}.my_progress_wrapper .user_feedback_wrapper .CircularProgressbar-text{font-size:24px;font-weight:600}.my_progress_wrapper .progress_card_wrapper{padding:16px;min-height:102px;border-radius:16px;border:1px solid var(--gray-200, #e2e8f0);background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.my_progress_wrapper .progress_card_wrapper.clickable_card:hover{cursor:pointer}.my_progress_wrapper .progress_card_wrapper.clickable_card:hover h4{color:#4235ff}.my_progress_wrapper .progress_card_wrapper h4{color:#000;font-family:Inter;font-size:24px;font-weight:600;line-height:40px;letter-spacing:-.01em;text-align:center}.my_progress_wrapper .progress_card_wrapper p{color:#606266;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.01em;text-align:center}.my_progress_wrapper .my_progress_table_wrapper{display:flex;flex-direction:column;flex:1 1 0%;padding:24px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.my_progress_wrapper .my_progress_table_wrapper .my_progress_table_title{color:var(--Secondary-100, #0e142b);font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:28px}.my_progress_wrapper .my_progress_table_wrapper .my_progress_table_description{font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;color:#606266}.individual_report_wrapper{width:100%;display:flex;flex-direction:column;flex:1 1 0%}.individual_report_progress_wrapper .box_wrapper{padding:0 32px 48px;border-radius:24px;background:#fff;width:464px}.individual_report_progress_wrapper .box_wrapper img{width:220px;height:220px;margin:auto}.individual_report_progress_wrapper .box_wrapper h1{color:var(--gray-900, #101828);text-align:center;font-size:24px;font-style:normal;font-weight:600;line-height:32px}.individual_report_progress_wrapper .box_wrapper p{color:var(--gray-600, #475569);text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.16px}.course_details_wrapper{border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0;padding:19px 29px;gap:10px}.course_details_wrapper .course_name{color:#232531;font-family:Inter;font-size:20px;font-weight:600;line-height:28px}.course_details_wrapper .submitted_title{font-family:Inter;font-size:14px;font-weight:600;line-height:24px;color:#606266}.course_details_wrapper .submitted_title .attempt_chip{background-color:#f0f0ff;padding:4px 6px;border-radius:4px;font-family:Inter;font-size:14px;font-weight:600;line-height:24px;letter-spacing:-.01em;color:#7856ff}.video_and_score_details_wrapper .video_wrapper{border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0;padding:24px;height:-moz-fit-content;height:fit-content}.video_and_score_details_wrapper .score_details_wrapper{padding:24px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.video_and_score_details_wrapper .score_details_wrapper .proficiency_title{color:#606266;font-family:Inter;font-size:16px;font-weight:600;line-height:28px;letter-spacing:-.01em}.video_and_score_details_wrapper .score_details_wrapper .knowledge_score_wrapper{border:1px solid #d8d8d8;padding:14px;border-radius:10px}.video_and_score_details_wrapper .score_details_wrapper .knowledge_score_wrapper .title{font-family:Inter;font-size:16px;font-weight:600;line-height:28px;color:#232531}.video_and_score_details_wrapper .score_details_wrapper .knowledge_score_wrapper .description{color:#606266;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.video_and_score_details_wrapper .score_details_wrapper .style_summary_small_box_wrapper .title{font-family:Inter;font-size:14px;font-weight:500;line-height:20px;color:#0f172a}.video_and_score_details_wrapper .score_details_wrapper .style_summary_small_box_wrapper .style_summary_card{min-height:64px;min-width:100%;padding:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:12px;border:1px solid var(--gray-200, #e2e8f0);background:#fff;text-align:center}.video_and_score_details_wrapper .score_details_wrapper .style_summary_small_box_wrapper .style_summary_card h4{font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:28px}.video_and_score_details_wrapper .score_details_wrapper .style_summary_small_box_wrapper .style_summary_card h5{font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.video_and_score_details_wrapper .score_details_wrapper .style_summary_small_box_wrapper .style_summary_card .description_chip{color:#414141;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16.912px}.practice_history_wrapper{padding:24px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.practice_history_wrapper .switch_title{color:#232531;font-family:Inter;font-size:18px;font-weight:600;line-height:28px}.practice_history_wrapper .practice_history_table{height:340px;overflow:auto;scrollbar-width:thin;padding-right:6px}.practice_history_wrapper .practice_history_table table{width:100%;position:relative}.practice_history_wrapper .practice_history_table table thead th{position:sticky;top:0;z-index:1}.practice_history_wrapper .practice_history_table table thead{border-radius:8px}.practice_history_wrapper .practice_history_table table thead th{color:#5a5a5a;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:normal;padding:19px 24px;background:#f0f0ff}.practice_history_wrapper .practice_history_table table thead th:first-child{border-radius:8px 0 0 8px}.practice_history_wrapper .practice_history_table table thead th::last-child{border-radius:0 8px 8px 0}.practice_history_wrapper .practice_history_table table td{color:#606266;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px;padding:19px 24px}.practice_history_wrapper .practice_history_table table td:first-child{border-radius:8px 0 0 8px}.practice_history_wrapper .practice_history_table table td::last-child{border-radius:0 8px 8px 0}.practice_history_wrapper .practice_history_table table .active_border{background:var(--Generic-White, #f8fafc)}.ant-switch{background:#c8c6ff}.ant-switch:hover{background:#c8c6ff!important}.ant-switch-checked{background:#9075ff}.ant-switch-checked:hover{background:#9075ff!important}.knowledge_summary_wrapper{padding:24px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.knowledge_summary_wrapper .style_title{color:#232531;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;letter-spacing:-.01em}.knowledge_summary_wrapper .style_description{color:#606266;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em}.knowledge_summary_wrapper .question_title{color:#000;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em}.knowledge_summary_wrapper .card_description{color:#626262;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.knowledge_summary_wrapper .card_wrapper{padding:20px;border-radius:10px;background:#fff;box-shadow:0 0 8px #0000001a;height:auto}.knowledge_summary_wrapper .card_wrapper .card_title{font-size:14px;font-style:normal;font-weight:700;line-height:20px}.knowledge_summary_wrapper .practice_title{color:#646464;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.knowledge_summary_wrapper .practice_track{height:14px;width:100%;border-radius:24px}.knowledge_summary_wrapper .practice_track .practice_fill{height:100%;border-radius:24px}.knowledge_summary_wrapper .practice_percentage{color:#646464;text-align:right;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.style_summary_wrapper{padding:24px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.style_summary_wrapper .style_title{color:#232531;font-family:Inter;font-size:18px;font-weight:600;line-height:28px;letter-spacing:-.01em}.style_summary_wrapper .style_description{color:#606266;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em}.style_summary_wrapper .style_card_wrapper{border-radius:20px;padding-bottom:26px}.style_summary_wrapper .style_card_wrapper .style_icon_wrapper{min-width:56px;min-height:56px;position:relative}.style_summary_wrapper .style_card_wrapper .style_icon_wrapper .original_Icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.style_summary_wrapper .style_card_wrapper .title{color:#0f172a;font-family:Inter;font-size:16px;font-weight:600;line-height:26px;letter-spacing:-.01em;text-align:left}.style_summary_wrapper .style_card_wrapper .description{color:#4e535b;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left}.style_summary_wrapper .style_card_wrapper .small_box_wrapper{min-height:64px;min-width:74px;padding:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:12px;border:1px solid var(--gray-200, #e2e8f0);background:#fff}.style_summary_wrapper .style_card_wrapper .small_box_wrapper h4{font-family:Inter;font-size:20px;font-style:normal;font-weight:600;line-height:21.14px;letter-spacing:-.2px}.style_summary_wrapper .style_card_wrapper .small_box_wrapper h5{font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:16.912px;letter-spacing:-.12px}.style_summary_wrapper .style_card_wrapper .small_box_wrapper p{color:#414141;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:16.912px;letter-spacing:-.12px}.style_summary_wrapper .style_card_wrapper .style_summary_expand_wrapper{height:0px;padding-top:0;padding-bottom:0;overflow:hidden;transition:all .2s ease-in-out}.style_summary_wrapper .style_card_wrapper .style_summary_active{transition:all .2s ease-out}.style_summary_wrapper .style_card_wrapper .bullet_point_dot{min-width:15.043px;min-height:15.043px;max-width:15.043px;max-height:15.043px;border-radius:100%}.box_guided_selected{border-radius:12px;background:var(--generic-white, #fff);border:1px solid #7653f4;box-shadow:0 0 0 3px #e0d9ff}.box_guided_selected .title{color:var(--gray-700, #334155);font-size:16px;font-weight:600;line-height:22px;letter-spacing:-.01em;text-align:left}.box_guided_selected .para{color:var(--gray-500, #64748b);font-size:13px;font-weight:400;line-height:18px;letter-spacing:-.01em;text-align:left}.box_guided_not_selected{border-radius:12px;border:1px solid #cbd5e1;background:var(--generic-white, #fff);box-shadow:0 0 0 4px transparent}.box_guided_not_selected .title{color:var(--gray-700, #334155);font-size:16px;font-weight:600;line-height:22px;letter-spacing:-.01em;text-align:left}.box_guided_not_selected .para{color:var(--gray-500, #64748b);font-size:13px;font-weight:400;line-height:18px;letter-spacing:-.01em;text-align:left}.organization_page_wrapper{padding:24px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0;display:flex;flex-direction:column;flex:1 1 0%;width:100%}.organization_page_wrapper .first_step_wrapper{width:-moz-fit-content;width:fit-content;border-radius:8px;padding:4px;background:#fff;box-shadow:0 0 10px #0003}.organization_page_wrapper .first_step_wrapper button{padding:7px 16px;border-radius:8px;background:linear-gradient(180deg,#513fb8,#30307a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px}.organization_page_wrapper .first_step_wrapper .active_btn{padding:7px 16px;border-radius:8px;background:linear-gradient(180deg,#9880ff,#734ff3);box-shadow:0 0 18px #c1b0ffe6;text-align:center;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px;color:#fff;-webkit-text-fill-color:#fff}.organization_page_wrapper .page_title{color:var(--Secondary-100, #0e142b);font-size:20px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.2px}.organization_page_wrapper .page_description{color:#64748b;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.organization_page_wrapper .ant-upload-select{background-color:#dedefb!important}.ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-body{overflow:auto;scrollbar-width:thin}.ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-body .team_list_bullets ul{width:100%;list-style-type:disc;list-style-position:inside}.ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-body .team_list_bullets ul li{font-size:15px;line-height:24px;letter-spacing:-.16px;font-weight:500;color:#64748b}.ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-body .ant-upload-select{background-color:#dedefb!important}.ant-drawer-content-wrapper .ant-drawer-content .ant-drawer-body .ant-card{box-shadow:0 1px 16px #e2e8f0}.overview_report_wrapper .page_title{color:var(--Secondary-100, #0e142b);font-size:20px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.2px}.overview_report_wrapper .page_description{color:#64748b;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.overview_report_wrapper .card_wrapper{padding:16px;min-height:102px;border-radius:16px;border:1px solid var(--gray-200, #e2e8f0);background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.overview_report_wrapper .card_wrapper h4{color:#000;font-family:Inter;font-size:24px;font-weight:600;line-height:40px;letter-spacing:-.01em;text-align:center}.overview_report_wrapper .card_wrapper p{color:#606266;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.01em;text-align:center}.overview_report_wrapper .rank_wrapper{padding:20px 16px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.overview_report_wrapper .rank_wrapper .title{color:var(--secondary-100, #0e142b);font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.14px;border-bottom:1px solid var(--gray-100, #f1f5f9)}.overview_report_wrapper .rank_wrapper .rank_count{padding:8px;border-radius:8px;border:1px solid var(--gray-200, #e2e8f0);color:var(--secondary-100, #0e142b);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.16px;text-align:center;min-width:40px}.overview_report_wrapper .leader_board_wrapper{padding:20px 16px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.overview_report_wrapper .leader_board_wrapper .title{color:var(--secondary-100, #0e142b);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.16px}.overview_report_wrapper .leader_board_wrapper .rank_count{padding:8px;border-radius:8px;border:1px solid var(--gray-200, #e2e8f0);color:var(--secondary-100, #0e142b);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.16px;text-align:center;min-width:40px}.overview_report_wrapper .leader_board_wrapper .select_upto_compare{color:var(--gray-700, #334155);font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.overview_report_wrapper .infiniteScroll_wrapper{height:500px!important;overflow:auto;scrollbar-width:thin}.overview_report_wrapper .compare_table_wrapper{padding:20px 16px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.performance_wrapper{display:flex;flex-direction:column}.performance_wrapper .page_title{color:#475467;font-size:24px;font-style:normal;font-weight:400;line-height:normal}.performance_wrapper .page_description{color:#64748b;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.performance_wrapper .filter_and_form_wrapper .date_filter_wrapper{border-radius:8px;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d}.performance_wrapper .filter_and_form_wrapper .date_filter_wrapper button{padding:10px 16px;color:#344054;font-size:14px;font-style:normal;font-weight:600;line-height:20px;border-right:1px solid #d0d5dd}.performance_wrapper .filter_and_form_wrapper .date_filter_wrapper button:last-of-type{border-right:none;border-radius:0 8px 8px 0}.performance_wrapper .filter_and_form_wrapper .date_filter_wrapper button:first-of-type{border-radius:8px 0 0 8px}.performance_wrapper .filter_and_form_wrapper .date_filter_wrapper button:hover{box-shadow:none}.performance_wrapper .filter_and_form_wrapper .date_filter_wrapper button.active{color:#7856ff}.performance_wrapper .filter_and_form_wrapper .custom_date_range_wrapper{position:absolute;top:45px;right:0%;padding:16px 24px;height:-moz-fit-content;height:fit-content;background:#fff;border:1px solid #eaecf0;box-shadow:0 24px 48px -12px #1018282e;border-radius:8px;transition:all .3s ease .1s;z-index:2}.performance_wrapper .filter_and_form_wrapper .custom_date_range_wrapper .custom_date_title{color:#101828;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.performance_wrapper .filter_and_form_wrapper .custom_date_range_wrapper .close_button{border-radius:8px;padding:8px}.performance_wrapper .filter_and_form_wrapper .custom_date_range_wrapper .close_button svg{width:16px;height:16px}.performance_wrapper .filter_and_form_wrapper .custom_date_range_wrapper .ant-picker{height:40px}.performance_wrapper .filter_and_form_wrapper .custom_date_range_wrapper .ant-picker:focus{border-color:#9e77ed;box-shadow:0 1px 2px #1018280d}.performance_wrapper .filter_and_form_wrapper .custom_date_range_wrapper .ant-picker .ant-picker-active-bar{background:#9e77ed}.performance_wrapper .filter_and_form_wrapper .custom_date_range_wrapper .ant-picker-outlined:hover{border-color:#9e77ed;box-shadow:0 1px 2px #1018280d}.performance_wrapper .score_card_wrapper{padding:24px;border-radius:12px;border:1px solid #e4e7ec;background:#fff;box-shadow:0 1px 2px #1018280d}.performance_wrapper .score_card_wrapper h6{color:#475467;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.performance_wrapper .score_card_wrapper h1{color:#101828;font-size:30px;font-style:normal;font-weight:600;line-height:38px}.performance_wrapper .score_card_wrapper p{padding:2px 10px;border-radius:9999px;text-align:center;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.performance_wrapper .score_card_wrapper p.green{border:1px solid #abefc6;background:#ecfdf3;color:#067647}.performance_wrapper .score_card_wrapper p.red{border:1px solid #fecdca;background:#fef3f2;color:#b42318}.performance_wrapper .course_completion_status_wrapper{padding:24px;border-radius:12px;border:1px solid #e4e7ec;background:#fff;box-shadow:0 1px 2px #1018280d}.performance_wrapper .course_completion_status_wrapper h2{color:#101828;font-size:18px;font-style:normal;font-weight:600;line-height:24px}.performance_wrapper .course_completion_status_wrapper .course_completion_labels_wrapper .button_style{color:#475467;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.performance_wrapper .course_completion_status_wrapper .course_completion_labels_wrapper .button_style span{width:8px;height:8px;border-radius:100%;display:inline-block;margin-right:8px}.performance_wrapper .analysis_and_findings_wrapper{padding:24px;border-radius:12px;border:1px solid #e4e7ec;background:#fff;box-shadow:0 1px 2px #1018280d}.performance_wrapper .analysis_and_findings_wrapper h2{color:#101828;font-size:16px;font-style:normal;font-weight:600;line-height:24px}.performance_wrapper .analysis_and_findings_wrapper .analysis_tabs_wrapper{padding:4px;border-radius:8px;border:1px solid #e4e7ec;background:#f9fafb}.performance_wrapper .analysis_and_findings_wrapper .analysis_tabs_wrapper button{padding:8px 12px;border-radius:8px;color:#667085;font-size:14px;font-style:normal;font-weight:600;line-height:20px;border:1px solid transparent}.performance_wrapper .analysis_and_findings_wrapper .analysis_tabs_wrapper button:hover{box-shadow:none}.performance_wrapper .analysis_and_findings_wrapper .analysis_tabs_wrapper button.active{border:1px solid #e4e7ec;background:#f9fafb;background:#fff;box-shadow:0 1px 3px #1018281a,0 1px 2px #1018280f}.performance_wrapper .analysis_and_findings_wrapper ul li{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.performance_wrapper .questions_need_practice_wrapper{padding:24px;border-radius:12px;border:1px solid #e4e7ec;background:#fff;box-shadow:0 1px 2px #1018280d}.performance_wrapper .questions_need_practice_wrapper h2{color:#101828;font-size:18px;font-style:normal;font-weight:600;line-height:28px}.performance_wrapper .questions_need_practice_wrapper .performance_view_report_btn{padding:8px 24px;border-radius:9999px;border:1px solid #d9d6fe;background:#f4f3ff;color:#5925dc;font-size:12px;font-style:normal;font-weight:500;text-wrap:nowrap;line-height:22px}.performance_wrapper .questions_need_practice_wrapper .question_need_practice_table table thead tr th{color:#475467;font-size:14px;font-style:normal;font-weight:500;line-height:18px;padding:12px 8px!important;border:1px solid rgba(0,0,0,.1);background:#fff;border-radius:0;text-align:center}.performance_wrapper .questions_need_practice_wrapper .question_need_practice_table table thead tr th:nth-of-type(1){border-start-start-radius:0}.performance_wrapper .questions_need_practice_wrapper .question_need_practice_table table thead tr th:nth-of-type(2){border-left:none;border-right:none}.performance_wrapper .questions_need_practice_wrapper .question_need_practice_table table thead tr th:nth-of-type(3){border-start-end-radius:0}.performance_wrapper .questions_need_practice_wrapper .question_need_practice_table table thead tr th:before{content:none!important}.performance_wrapper .questions_need_practice_wrapper .question_need_practice_table table tbody tr td{color:#000;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;padding:12px 8px!important}.performance_wrapper .questions_need_practice_wrapper .infinite_scroll_wrapper{max-height:700px;overflow:auto;padding-right:14px}.performance_wrapper .questions_need_practice_wrapper .infinite_scroll_wrapper::-webkit-scrollbar{width:6px}.performance_wrapper .questions_need_practice_wrapper .infinite_scroll_wrapper::-webkit-scrollbar-track{border-radius:3px;background:var(--gray-100, #f1f5f9)}.performance_wrapper .questions_need_practice_wrapper .infinite_scroll_wrapper::-webkit-scrollbar-thumb{border-radius:3px;background:var(--gray-300, #cbd5e1)}.performance_wrapper .questions_need_practice_wrapper table{height:100%}.performance_wrapper .questions_need_practice_wrapper table thead{position:sticky;top:0;z-index:1}.performance_wrapper .questions_need_practice_wrapper table thead tr th{color:#3e3f42;font-size:14px;font-style:normal;font-weight:600;line-height:18px;background:#f0f0ff!important;padding:12px 10px!important}.performance_wrapper .questions_need_practice_wrapper table thead tr th:first-child{border-start-start-radius:12px!important;border-end-start-radius:12px!important}.performance_wrapper .questions_need_practice_wrapper table thead tr th:last-child{border-start-end-radius:12px!important;border-end-end-radius:12px!important}.performance_wrapper .questions_need_practice_wrapper table thead tr th:before{content:none!important}.performance_wrapper .questions_need_practice_wrapper table tbody tr td{color:#000;font-family:Inter;font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;padding:16px 10px!important}.performance_wrapper .questions_need_practice_wrapper table tbody tr td .course_name_title{color:#101828;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.performance_wrapper .questions_need_practice_wrapper table tbody tr td .can_improve_chip{display:flex;align-items:center;gap:8px;color:#646464;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.performance_wrapper .questions_need_practice_wrapper table tbody tr td .can_improve_chip .bullets{background:#ff6f06;min-height:14px;min-width:14px;border-radius:100%}.performance_wrapper .questions_need_practice_wrapper table tbody tr td .practice_again_chip{display:flex;align-items:center;gap:8px;color:#646464;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.performance_wrapper .questions_need_practice_wrapper table tbody tr td .practice_again_chip .bullets{background:#df1c41;min-height:14px;min-width:14px;border-radius:100%}.operational_report_wrapper .page_title{color:var(--Secondary-100, #0e142b);font-size:20px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:-.2px}.operational_report_wrapper .page_description{font-size:14px;font-weight:400;line-height:20px;letter-spacing:-.01em;text-align:left;color:#606266}.operational_report_wrapper .card_wrapper{padding:16px;min-height:102px;border-radius:16px;border:1px solid var(--gray-200, #e2e8f0);background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.operational_report_wrapper .card_wrapper h4{color:#000;font-family:Inter;font-size:24px;font-weight:600;line-height:40px;letter-spacing:-.01em;text-align:center}.operational_report_wrapper .card_wrapper p{color:#606266;font-family:Inter;font-size:16px;font-weight:600;line-height:24px;letter-spacing:-.01em;text-align:center}.operational_report_wrapper .ant-tabs-tab.ant-tabs-tab-active .ant-tabs-tab-btn{color:#7856ff!important}.operational_report_wrapper .ant-tabs-ink-bar{background:#7856ff!important}.operational_report_wrapper .ant-tabs-tab:not(.ant-tabs-tab-active):hover .ant-tabs-tab-btn{color:#000!important}.operational_report_wrapper .ant-tabs-tab.ant-tabs-tab-active:hover .ant-tabs-tab-btn{color:#7856ff!important}.operational_report_wrapper .button_filter_wrapper{width:-moz-fit-content;width:fit-content;border-radius:8px;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d}.operational_report_wrapper .button_filter_wrapper button{min-width:100px;padding:10px 16px;color:#344054;font-size:14px;font-style:normal;font-weight:600;line-height:20px;border-right:1px solid #d0d5dd}.operational_report_wrapper .button_filter_wrapper button:last-of-type{border-right:none;border-radius:0 8px 8px 0}.operational_report_wrapper .button_filter_wrapper button:first-of-type{border-radius:8px 0 0 8px}.operational_report_wrapper .button_filter_wrapper button:hover{box-shadow:none}.operational_report_wrapper .button_filter_wrapper button.active{color:#7856ff}.operational_report_wrapper .operational_report_table_wrapper{padding:24px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.spinner{margin:auto;width:70px;text-align:center}.spinner div{width:14px;height:14px;background-color:#fff;border-radius:100%;display:inline-block;animation:sk-bouncedelay 1.4s infinite ease-in-out both}.spinner .bounce1{animation-delay:-.32s}.spinner .bounce2{animation-delay:-.16s}@keyframes sk-bouncedelay{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.overall_score_trend_wrapper{padding:24px;border-radius:12px;border:1px solid #e4e7ec;background:#fff;box-shadow:0 1px 2px #1018280d}.overall_score_trend_wrapper h2{color:#101828;font-size:18px;font-style:normal;font-weight:600;line-height:28px}.overall_score_trend_wrapper .score_btn_style_wrapper{border-radius:8px;border:1px solid #d0d5dd}.overall_score_trend_wrapper .score_btn_style_wrapper .button_style{padding:6px 10px;color:#344054;font-size:10px;font-style:normal;font-weight:600;line-height:16px;border-right:1px solid #d0d5dd}.overall_score_trend_wrapper .score_btn_style_wrapper .button_style:last-of-type{border-right:none;border-radius:0 8px 8px 0}.overall_score_trend_wrapper .score_btn_style_wrapper .button_style:first-of-type{border-radius:8px 0 0 8px}.overall_score_trend_wrapper .score_btn_style_wrapper .button_style span{width:13px;height:13px;border-radius:100%;display:inline-block;margin-right:8px}.post_call_upload_wrapper label{font-size:16px;font-weight:500;line-height:22px;letter-spacing:-.16px;color:#000;display:block}.post_call_upload_wrapper .page_title{color:#101828;font-size:24px;font-style:normal;font-weight:600;line-height:32px}.post_call_upload_wrapper .page_description{color:#475467;font-size:16px;font-style:normal;font-weight:400;line-height:normal}.post_call_upload_wrapper .button_filter_wrapper{width:-moz-fit-content;width:fit-content;border-radius:8px;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d}.post_call_upload_wrapper .button_filter_wrapper button{min-width:100px;padding:10px 16px;color:#344054;font-size:14px;font-style:normal;font-weight:600;line-height:20px;border-right:1px solid #d0d5dd}.post_call_upload_wrapper .button_filter_wrapper button:last-of-type{border-right:none;border-radius:0 8px 8px 0}.post_call_upload_wrapper .button_filter_wrapper button:first-of-type{border-radius:8px 0 0 8px}.post_call_upload_wrapper .button_filter_wrapper button:hover{box-shadow:none}.post_call_upload_wrapper .button_filter_wrapper button.active{color:#7856ff}.post_call_upload_wrapper .select_document_wrapper .form_wrapper{padding:24px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.post_call_upload_wrapper .select_document_wrapper .form_wrapper .upload_box_wrapper .ant-upload-drag{border-radius:12px}.post_call_upload_wrapper .select_document_wrapper .form_wrapper .upload_box_wrapper .upload_button{width:40px;height:40px;padding:10px;border-radius:8px;border:1px solid #e4e7ec;background:#fff}.post_call_upload_wrapper .select_document_wrapper .form_wrapper .upload_box_wrapper .upload_text span:first-child{color:#6941c6;font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding-right:5px}.post_call_upload_wrapper .select_document_wrapper .form_wrapper .upload_box_wrapper .upload_text span:last-child{color:var(--colors-text-text-tertiary-600, #475467);font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:400;line-height:var(--Line-height-text-sm, 20px)}.post_call_upload_wrapper .select_document_wrapper .form_wrapper .delete_button{width:40px;height:40px;padding:10px;border-radius:8px;border:1px solid #e4e7ec;background:#fff}.post_call_upload_wrapper .select_document_wrapper .add_more_user_wrapper{padding:14px 16px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.post_call_upload_wrapper .select_document_wrapper .add_more_user_wrapper .add_more_user_button{color:var(--Component-colors-Components-Buttons-Tertiary-color-button-tertiary-color-fg, #6941c6);font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-sm, 20px)}.post_call_upload_wrapper .select_document_wrapper .upload_percentage{font-style:normal;font-weight:600;font-size:12px;line-height:18px;color:#344054;padding:8px 12px;width:-moz-fit-content;width:fit-content;background:#fff;border:1px solid #eaecf0;border-radius:8px;box-shadow:0 12px 16px -4px #10182814,0 4px 6px -2px #10182808}.post_call_upload_wrapper .select_document_wrapper .empty_progress{width:100%;height:14px;background:#eaecf0;border-radius:50px}.post_call_upload_wrapper .select_document_wrapper .empty_progress .progress_success{height:100%;background:linear-gradient(180deg,#a995f9,#8d6efc)!important;border-radius:50px}.post_call_upload_wrapper .history_table_wrapper{padding:24px;border-radius:20px;background:var(--generic-white, #fff);box-shadow:0 1px 16px #e2e8f0}.post_call_upload_wrapper .history_table_wrapper .reload_btn{padding:10px 14px;border-radius:var(--radius-md, 8px);border:1px solid #d0d5dd;background:#fff;color:#344054;font-size:14px;font-style:normal;font-weight:600;line-height:18px}.post_call_dashboard_wrapper .page_title{color:#101828;font-size:24px;font-style:normal;font-weight:600;line-height:32px}.post_call_dashboard_wrapper .handling_summary_wrapper{border-radius:10px;background-color:#fff}.post_call_dashboard_wrapper .handling_summary_wrapper .header{color:#232531;font-size:16px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.16px;padding:14px 24px 8px;border-bottom:1px solid #e2e8f0}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box{padding:10px 24px}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box table thead tr th{background-color:transparent!important;font-size:14px}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .title{color:#334155;font-size:14px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.14px}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .title span{font-weight:700}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .sub_title{color:#000;font-size:14px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.14px}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .chip_label{color:#646464;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .sub_chip_wrapper{display:flex;width:74px;height:69px;padding:14px 19px;flex-direction:column;justify-content:center;align-items:center;gap:2px;border-radius:10px;border:1px solid #d9d9d9;background:#fff}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .sub_chip_wrapper .sub_chip{font-size:12px;font-style:normal;font-weight:600;line-height:16.912px;letter-spacing:-.12px}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .sub_chip_wrapper .sub_chip.positive{color:#40c4aa}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .sub_chip_wrapper .sub_chip.negative{color:#df1c41}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .sub_chip_wrapper .point_title{color:#414141;font-size:12px;font-style:normal;font-weight:400;line-height:16.912px;letter-spacing:-.12px}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .sub_description{color:var(--Gray-700, #334155);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.12px}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .chip_status{padding:2px 8px;font-size:12px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.12px;border-radius:6px}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .chip_status.positive{color:var(--Success-700, #15803d);border:.7px solid var(--Success-400, #4ade80);background:var(--Generic-White, #fff)}.post_call_dashboard_wrapper .handling_summary_wrapper .content_box .chip_status.negative{color:var(--Error-700, #b91c1c);border:.7px solid var(--Error-500, #ef4444);background:var(--Generic-White, #fff)}.post_call_dashboard_wrapper .score_box_wrapper{padding:15px 16px;border-radius:10px;background-color:#fff}.post_call_dashboard_wrapper .score_box_wrapper .title{color:#232531;font-size:16px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-.16px}.post_call_dashboard_wrapper .score_box_wrapper .chip_value{font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.14px}.post_call_dashboard_wrapper .score_box_wrapper .chip_value.positive{color:#40c4aa}.post_call_dashboard_wrapper .score_box_wrapper .chip_value.neutral{color:#ff6f06}.post_call_dashboard_wrapper .score_box_wrapper .chip_value.negative{color:#ef4444}.post_call_dashboard_wrapper .score_box_wrapper .user_name{color:#606266;font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:-.12px}.post_call_dashboard_wrapper .score_box_wrapper .soft_skill_wrapper .title{color:var(--Gray-900, #0f172a);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:26px;letter-spacing:-.14px;text-align:center}.post_call_dashboard_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper{display:flex;width:100%;height:67.231px;padding:13.641px 18.513px;flex-direction:column;justify-content:center;align-items:center;gap:2px;border-radius:9.744px;border:.974px solid #d9d9d9;background:#fff}.post_call_dashboard_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper .chip_label{font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.14px;text-align:center}.post_call_dashboard_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper .chip_label.positive{color:#40c4aa}.post_call_dashboard_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper .chip_label.neutral{color:#ff6f06}.post_call_dashboard_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper .chip_label.negative{color:#ef4444}.post_call_dashboard_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper .point_title{color:#414141;font-size:12px;font-style:normal;font-weight:400;line-height:16.912px;letter-spacing:-.12px}.post_call_agent_break_down_wrapper{padding:var(--spacing-3xl, 24px);border-radius:var(--radius-2xl, 16px);background:var(--Colors-Foreground-fg-white, #fff)}.post_call_agent_report_list_wrapper .list_of_calls_wrapper{padding:10px 24px;border-radius:var(--radius-2xl, 16px);background:var(--Colors-Foreground-fg-white, #fff)}.post_call_agent_report_list_wrapper .list_of_calls_wrapper .list_title{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-text-lg, 18px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-lg, 28px)}.post_call_agent_report_list_wrapper .list_of_calls_wrapper .post_call_input{padding:var(--spacing-md, 8px) var(--spacing-lg, 12px);border-radius:var(--radius-md, 8px);border:1px solid var(--Colors-Border-border-primary, #d0d5dd);background:var(--Colors-Background-bg-primary, #fff);box-shadow:0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, .05));overflow:hidden;color:var(--Colors-Text-text-placeholder, #667085);text-overflow:ellipsis;font-size:var(--Font-size-text-md, 16px);font-style:normal;font-weight:400;line-height:var(--Line-height-text-md, 24px)}.post_call_agent_report_wrapper .call_name_wrapper{max-width:487px;width:100%;padding:24px 28px;border-radius:10px;background:var(--Gray-50, #f8fafc)}.post_call_agent_report_wrapper .call_name_wrapper .call_name{color:#3e3f42;font-size:14px;font-weight:400;font-style:normal;line-height:20px;letter-spacing:-.14px}.post_call_agent_report_wrapper .call_name_wrapper .call_name span{font-weight:600}.post_call_agent_report_wrapper .call_name_wrapper .call_type{padding:2px 8px;border-radius:6px;border:.7px solid var(--Primary-400, #7167ff);background:var(--Primary-50, #f4f4ff);color:#7653f4;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.12px;width:-moz-fit-content;width:fit-content}.post_call_agent_report_wrapper .call_name_wrapper .call_type span{font-weight:500}.post_call_agent_report_wrapper .call_details_wrapper{border-radius:var(--radius-2xl, 16px);background:var(--Colors-Foreground-fg-white, #fff)}.post_call_agent_report_wrapper .call_details_wrapper .call_name_title{color:#3e3f42;font-size:18px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.18px}.post_call_agent_report_wrapper .call_details_wrapper .call_type{padding:2px 8px;border-radius:6px;border:.7px solid var(--Primary-400, #7167ff);background:var(--Primary-50, #f4f4ff);color:#7653f4;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.12px;width:-moz-fit-content;width:fit-content}.post_call_agent_report_wrapper .call_details_wrapper .call_type span{font-weight:500}.post_call_agent_report_wrapper .call_details_wrapper .analyses_card_wrapper{background:#faf9fc}.post_call_agent_report_wrapper .about_wrapper{border-radius:10px;border:1px solid #d4d7da}.post_call_agent_report_wrapper .about_wrapper .header{padding:14px 24px 8px;color:#232531;font-size:16px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.16px;border-bottom:1px solid #e2e8f0}.post_call_agent_report_wrapper .about_wrapper .body{padding:10px 24px;color:#334155;font-size:14px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.14px}.call_word_cloud_and_sentiment_analysis_wrapper{border-radius:var(--radius-2xl, 16px);background:var(--Colors-Foreground-fg-white, #fff)}.call_word_cloud_and_sentiment_analysis_wrapper .call_name_title{color:#3e3f42;font-size:18px;font-style:normal;font-weight:700;line-height:20px;letter-spacing:-.18px}.call_word_cloud_and_sentiment_analysis_wrapper .call_type{padding:2px 8px;border-radius:6px;border:.7px solid var(--Primary-400, #7167ff);background:var(--Primary-50, #f4f4ff);color:#7653f4;font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:normal;letter-spacing:-.12px;width:-moz-fit-content;width:fit-content}.call_word_cloud_and_sentiment_analysis_wrapper .call_type span{font-weight:500}.call_word_cloud_and_sentiment_analysis_wrapper .word_cloud_title{padding:2px 14px;border-radius:6px;background:#f4f4f5;color:#3f3f46;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:32px;letter-spacing:-.16px;width:-moz-fit-content;width:fit-content}.call_word_cloud_and_sentiment_analysis_wrapper .word_cloud_wrapper{padding:20px;border-radius:12px;border:1px solid #d4d7da;background:#fcfcfc}.analyses_card_wrapper{padding:var(--spacing-3xl, 24px);border-radius:var(--radius-2xl, 16px);background:var(--Colors-Foreground-fg-white, #fff)}.analyses_card_wrapper .value{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-display-xs, 24px);font-style:normal;font-weight:700;line-height:var(--Line-height-display-xs, 32px)}.analyses_card_wrapper .value span{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-text-md, 16px);font-style:normal;font-weight:400;line-height:var(--Line-height-text-md, 24px)}.analyses_card_wrapper .icon_box{width:32px;height:32px;border-radius:var(--radius-md, 8px)}.analyses_card_wrapper .label{color:var(--colors-text-text-quaternary-500, #667085);font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:400;line-height:var(--Line-height-text-sm, 20px)}.avg_card_wrapper{padding:var(--spacing-3xl, 24px);border-radius:var(--radius-2xl, 16px);background:var(--Colors-Foreground-fg-white, #fff)}.avg_card_wrapper .CircularProgressbar-text{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-display-xs, 24px);font-style:normal;font-weight:700;line-height:var(--Line-height-display-xs, 32px)}.avg_card_wrapper .label{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-text-md, 16px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-md, 24px)}.avg_card_wrapper .chip_value{padding:var(--spacing-xs, 4px) var(--spacing-lg, 12px);border-radius:var(--radius-full, 9999px);text-align:center;font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:500;line-height:var(--Line-height-text-sm, 20px);width:-moz-fit-content;width:fit-content;margin:auto}.overall_sentiment_analysis_wrapper{padding:var(--spacing-3xl, 24px);border-radius:var(--radius-2xl, 16px);background:var(--Colors-Foreground-fg-white, #fff)}.overall_sentiment_analysis_wrapper .graph_title{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-text-lg, 18px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-lg, 28px)}.overall_sentiment_analysis_wrapper .info_button{padding:5px;border-radius:var(--radius-sm, 6px);border:1px solid var(--Colors-Border-border-primary, #d0d5dd);background:var(--Colors-Background-bg-primary, #fff);box-shadow:0 1px 2px 0 var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, .05))}.overall_sentiment_analysis_wrapper .graph_chip_wrapper{color:#606266;font-size:14px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.14px}.overall_sentiment_analysis_wrapper .graph_chip_wrapper span{border-radius:6px;padding:2px 8px;border:.7px solid var(--Success-400, #4ade80);background:#f0fdf4;color:#15803d;font-size:14px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.14px}.bellow_sections_wrapper .title{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-text-lg, 18px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-lg, 28px)}.bellow_sections_wrapper .card_wrapper{padding:16px;border-radius:var(--radius-2xl, 16px);background:var(--Colors-Foreground-fg-white, #fff);cursor:pointer}.bellow_sections_wrapper .card_wrapper .title{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-text-md, 16px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-md, 24px)}.bellow_sections_wrapper .card_wrapper .chip_value{padding:var(--spacing-xs, 4px) var(--spacing-lg, 12px);border-radius:var(--radius-full, 9999px);text-align:center;font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:500;line-height:var(--Line-height-text-sm, 20px);width:-moz-fit-content;width:fit-content}.bellow_sections_wrapper .card_wrapper .chip_value.positive{border:1px solid var(--Component-colors-Utility-Success-utility-success-200, #abefc6);background:var(--Component-colors-Utility-Success-utility-success-50, #ecfdf3);color:var(--Component-colors-Utility-Success-utility-success-700, #067647)}.bellow_sections_wrapper .card_wrapper .chip_value.negative{border:1px solid var(--Component-colors-Utility-Orange-utility-orange-200, #f9dbaf);background:var(--Component-colors-Utility-Orange-utility-orange-50, #fef6ee);color:var(--Component-colors-Utility-Orange-utility-orange-700, #b93815)}.bellow_sections_wrapper .card_wrapper .value{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-display-xs, 24px);font-style:normal;font-weight:700;line-height:var(--Line-height-display-xs, 32px)}.bellow_sections_wrapper .card_wrapper .value span{color:var(--colors-text-text-success-primary-600, #079455);font-size:12px;font-style:normal;font-weight:600;line-height:18px;letter-spacing:-.12px}.bellow_sections_wrapper .card_wrapper .label{color:var(--colors-text-text-quaternary-500, #667085);font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:400;line-height:var(--Line-height-text-sm, 20px)}.detail_view_card_wrapper{border-radius:16px;background:#fff}.detail_view_card_wrapper .title{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-text-lg, 18px);font-style:normal;font-weight:600;line-height:var(--Line-height-text-lg, 28px)}.detail_view_card_wrapper .title .chip_value{padding:var(--spacing-xs, 4px) var(--spacing-lg, 12px);border-radius:var(--radius-full, 9999px);text-align:center;font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:500;line-height:var(--Line-height-text-sm, 20px);width:-moz-fit-content;width:fit-content}.detail_view_card_wrapper .title .chip_value.positive{border:1px solid var(--Component-colors-Utility-Success-utility-success-200, #abefc6);background:var(--Component-colors-Utility-Success-utility-success-50, #ecfdf3);color:var(--Component-colors-Utility-Success-utility-success-700, #067647)}.detail_view_card_wrapper .title .chip_value.negative{border:1px solid var(--Component-colors-Utility-Orange-utility-orange-200, #f9dbaf);background:var(--Component-colors-Utility-Orange-utility-orange-50, #fef6ee);color:var(--Component-colors-Utility-Orange-utility-orange-700, #b93815)}.detail_view_card_wrapper .value{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-display-xs, 24px);font-style:normal;font-weight:700;line-height:var(--Line-height-display-xs, 32px)}.detail_view_card_wrapper .value span{color:var(--colors-text-text-success-primary-600, #079455);font-size:12px;font-style:normal;font-weight:600;line-height:18px;letter-spacing:-.12px}.detail_view_card_wrapper .card_body{padding:16px;border-radius:var(--radius-2xl, 16px);background:#f8f7f9}.detail_view_card_wrapper .card_body .label{color:var(--colors-text-text-tertiary-600, #475467);font-size:var(--Font-size-text-md, 16px);font-style:normal;font-weight:500;line-height:var(--Line-height-text-md, 24px)}.detail_view_card_wrapper .card_body .chip_value{padding:var(--spacing-xs, 4px) var(--spacing-lg, 12px);border-radius:var(--radius-full, 9999px);text-align:center;font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:500;line-height:var(--Line-height-text-sm, 20px);width:-moz-fit-content;width:fit-content}.detail_view_card_wrapper .card_body .chip_value.achieved{border:1px solid var(--Component-colors-Utility-Success-utility-success-200, #abefc6);background:var(--Component-colors-Utility-Success-utility-success-50, #ecfdf3);color:var(--Component-colors-Utility-Success-utility-success-700, #067647)}.detail_view_card_wrapper .card_body .chip_value.negative{border:1px solid var(--Component-colors-Utility-Orange-utility-orange-200, #f9dbaf);background:var(--Component-colors-Utility-Orange-utility-orange-50, #fef6ee);color:var(--Component-colors-Utility-Orange-utility-orange-700, #b93815)}.detail_view_card_wrapper .card_body .percentage{color:var(--colors-text-text-quaternary-500, #667085);font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:500;line-height:var(--Line-height-text-sm, 20px)}.detail_view_card_wrapper .card_body .track_wrapper{width:195px;height:12px;border-radius:12px}.detail_view_card_wrapper .card_body .track_wrapper.achieved{background:#dcfae6}.detail_view_card_wrapper .card_body .track_wrapper.achieved .fill{background:#079455}.detail_view_card_wrapper .card_body .track_wrapper.missed{background:#fee4e2}.detail_view_card_wrapper .card_body .track_wrapper.missed .fill{background:#d92d20}.detail_view_card_wrapper .card_body .track_wrapper .fill{height:100%;border-radius:12px}.detail_view_card_wrapper .card_body .calls_count{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-text-xl, 20px);font-style:normal;font-weight:500;line-height:var(--Line-height-text-xl, 30px)}.detail_view_card_wrapper .card_body .calls_count span{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:500;line-height:var(--Line-height-text-sm, 20px)}.post_call_rep_profile_wrapper{border-radius:16px;padding:16px;background:#fff}.post_call_rep_profile_wrapper .rep_profile_title{color:var(--colors-text-text-quaternary-500, #667085);font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:400;line-height:var(--Line-height-text-sm, 20px)}.post_call_rep_profile_wrapper .user_name{color:var(--colors-text-text-primary-900, #101828);font-size:var(--Font-size-text-lg, 18px);font-style:normal;font-weight:700;line-height:var(--Line-height-text-lg, 28px)}.post_call_rep_profile_wrapper .user_email{color:var(--colors-text-text-tertiary-600, #475467);font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.post_call_rep_profile_wrapper .team_wrapper .team_title{color:var(--colors-text-text-secondary-700, #344054);font-size:var(--Font-size-text-sm, 14px);font-style:normal;font-weight:500;line-height:var(--Line-height-text-sm, 20px)}.post_call_rep_profile_wrapper .treading_title{font-size:16px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.16px}.post_call_rep_profile_wrapper .avg_circle_title{color:#140f27;text-align:center;font-size:16px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.16px}.post_call_rep_profile_wrapper .CircularProgressbar-text{color:#3e3f42;font-size:var(--Font-size-display-xs, 24px);font-style:normal;font-weight:600;line-height:var(--Line-height-display-xs, 32px)}.score_summary_wrapper .handling_summary_wrapper{border-radius:10px;border:1px solid #d4d7da}.score_summary_wrapper .handling_summary_wrapper .header{color:#232531;font-size:16px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.16px;padding:14px 24px 8px;border-bottom:1px solid #e2e8f0}.score_summary_wrapper .handling_summary_wrapper .content_box{padding:10px 24px}.score_summary_wrapper .handling_summary_wrapper .content_box table thead tr th{background-color:transparent!important;font-size:14px}.score_summary_wrapper .handling_summary_wrapper .content_box .title{color:#334155;font-size:14px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.14px}.score_summary_wrapper .handling_summary_wrapper .content_box .title span{font-weight:700}.score_summary_wrapper .handling_summary_wrapper .content_box .sub_title{color:#000;font-size:14px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:-.14px}.score_summary_wrapper .handling_summary_wrapper .content_box .chip_label{color:#646464;font-size:14px;font-style:normal;font-weight:500;line-height:20px}.score_summary_wrapper .handling_summary_wrapper .content_box .sub_chip_wrapper{display:flex;width:74px;height:69px;padding:14px 19px;flex-direction:column;justify-content:center;align-items:center;gap:2px;border-radius:10px;border:1px solid #d9d9d9;background:#fff}.score_summary_wrapper .handling_summary_wrapper .content_box .sub_chip_wrapper .sub_chip{font-size:12px;font-style:normal;font-weight:600;line-height:16.912px;letter-spacing:-.12px}.score_summary_wrapper .handling_summary_wrapper .content_box .sub_chip_wrapper .sub_chip.positive{color:#40c4aa}.score_summary_wrapper .handling_summary_wrapper .content_box .sub_chip_wrapper .sub_chip.negative{color:#df1c41}.score_summary_wrapper .handling_summary_wrapper .content_box .sub_chip_wrapper .point_title{color:#414141;font-size:12px;font-style:normal;font-weight:400;line-height:16.912px;letter-spacing:-.12px}.score_summary_wrapper .handling_summary_wrapper .content_box .sub_description{color:var(--Gray-700, #334155);font-family:Inter;font-size:12px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.12px}.score_summary_wrapper .handling_summary_wrapper .content_box .chip_status{padding:2px 8px;font-size:12px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.12px;border-radius:6px}.score_summary_wrapper .handling_summary_wrapper .content_box .chip_status.positive{color:var(--Success-700, #15803d);border:.7px solid var(--Success-400, #4ade80);background:var(--Generic-White, #fff)}.score_summary_wrapper .handling_summary_wrapper .content_box .chip_status.negative{color:var(--Error-700, #b91c1c);border:.7px solid var(--Error-500, #ef4444);background:var(--Generic-White, #fff)}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside{padding:15px 16px;border-radius:10px 10px 0 0;border-bottom:1px solid #d8d8d8;background-color:#fff}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .title{color:#232531;font-size:16px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-.16px}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .chip_value{font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.14px}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .chip_value.positive{color:#40c4aa}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .chip_value.neutral{color:#ff6f06}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .chip_value.negative{color:#ef4444}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .user_name{color:#606266;font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:-.12px}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .soft_skill_wrapper .title{color:var(--Gray-900, #0f172a);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:26px;letter-spacing:-.14px;text-align:center}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .soft_skill_wrapper .box_wrapper{display:flex;width:100%;height:67.231px;padding:13.641px 18.513px;flex-direction:column;justify-content:center;align-items:center;gap:2px;border-radius:9.744px;border:.974px solid #d9d9d9;background:#fff}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .soft_skill_wrapper .box_wrapper .chip_label{font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.14px;text-align:center}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .soft_skill_wrapper .box_wrapper .chip_label.positive{color:#40c4aa}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .soft_skill_wrapper .box_wrapper .chip_label.neutral{color:#ff6f06}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .soft_skill_wrapper .box_wrapper .chip_label.negative{color:#ef4444}.score_summary_wrapper .handling_summary_wrapper .score_box_wrapper_inside .soft_skill_wrapper .box_wrapper .point_title{color:#414141;font-size:12px;font-style:normal;font-weight:400;line-height:16.912px;letter-spacing:-.12px}.score_summary_wrapper .score_box_wrapper{padding:15px 16px;border-radius:10px;border:1px solid #d8d8d8}.score_summary_wrapper .score_box_wrapper .title{color:#232531;font-size:16px;font-style:normal;font-weight:600;line-height:24px;letter-spacing:-.16px}.score_summary_wrapper .score_box_wrapper .chip_value{font-family:Inter;font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.14px}.score_summary_wrapper .score_box_wrapper .chip_value.positive{color:#40c4aa}.score_summary_wrapper .score_box_wrapper .chip_value.neutral{color:#ff6f06}.score_summary_wrapper .score_box_wrapper .chip_value.negative{color:#ef4444}.score_summary_wrapper .score_box_wrapper .user_name{color:#606266;font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:-.12px}.score_summary_wrapper .score_box_wrapper .soft_skill_wrapper .title{color:var(--Gray-900, #0f172a);font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:26px;letter-spacing:-.14px;text-align:center}.score_summary_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper{display:flex;width:100%;height:67.231px;padding:13.641px 18.513px;flex-direction:column;justify-content:center;align-items:center;gap:2px;border-radius:9.744px;border:.974px solid #d9d9d9;background:#fff}.score_summary_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper .chip_label{font-size:14px;font-style:normal;font-weight:600;line-height:20px;letter-spacing:-.14px;text-align:center}.score_summary_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper .chip_label.positive{color:#40c4aa}.score_summary_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper .chip_label.neutral{color:#ff6f06}.score_summary_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper .chip_label.negative{color:#ef4444}.score_summary_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper .point_title{color:#414141;font-size:12px;font-style:normal;font-weight:400;line-height:16.912px;letter-spacing:-.12px}.sentiment_analysis_wrapper{border-radius:12px}.sentiment_analysis_wrapper .header{border-radius:12px 12px 0 0;border-top:1px solid #d4d7da;border-right:1px solid #d4d7da;border-left:1px solid #d4d7da;background:#fff}.sentiment_analysis_wrapper .header .title{color:#232531;font-size:16px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.16px}.sentiment_analysis_wrapper .header .ant-switch{background:#c8c6ff}.sentiment_analysis_wrapper .header .ant-switch:hover{background:#c8c6ff!important}.sentiment_analysis_wrapper .header .ant-switch-checked{background:#9075ff}.sentiment_analysis_wrapper .header .ant-switch-checked:hover{background:#9075ff!important}.sentiment_analysis_wrapper .header .chart_bullet_wrapper .bullet_title{color:#3e3f42;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.sentiment_analysis_wrapper .header .chart_bullet_wrapper .bullet_title .bullet{width:14px;height:14px;border-radius:100%;display:block}.sentiment_analysis_wrapper .body .call_recoding_wrapper{border-radius:0 0 12px 12px;background:#f3f5f7;padding:14px;height:300px}.sentiment_analysis_wrapper .body .chart_wrapper{border-radius:0 0 12px 12px;border-bottom:1px solid #d4d7da;border-right:1px solid #d4d7da;border-left:1px solid #d4d7da;background:#fff;height:300px}.summary_transcript_wrapper .summary_wrapper{border-radius:10px}.summary_transcript_wrapper .summary_wrapper .header_title{padding:14px 24px 10px;color:#232531;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.16px;border-bottom:1px solid #e2e8f0}.summary_transcript_wrapper .summary_wrapper .body_wrapper{padding:16px 24px}.summary_transcript_wrapper .summary_wrapper .body_wrapper ul{list-style:disc;list-style-position:outside;padding-left:20px}.summary_transcript_wrapper .summary_wrapper .body_wrapper ul li{color:#334155;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:22px;letter-spacing:-.14px;margin-bottom:20px}.summary_transcript_wrapper .transcript_wrapper{border-radius:12px}.summary_transcript_wrapper .transcript_wrapper .header{border-radius:12px 12px 0 0;background:#e1e3e7;padding:14px 16px;border-bottom:1px solid #e2e8f0}.summary_transcript_wrapper .transcript_wrapper .header .title{color:#232531;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.16px}.summary_transcript_wrapper .transcript_wrapper .body_wrapper{border-radius:0 0 12px 12px;background:#f3f5f7}.summary_transcript_wrapper .transcript_wrapper .body_wrapper .transcript_chat_wrapper{padding:14px 16px;height:700px;overflow-y:auto;scrollbar-width:thin}.summary_transcript_wrapper .transcript_wrapper .body_wrapper .transcript_chat_wrapper .my_chat_rounded{border-radius:16px 16px 0;font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:#fff;min-width:30px}.summary_transcript_wrapper .transcript_wrapper .body_wrapper .transcript_chat_wrapper .ai_chat_rounded{border-radius:16px 16px 16px 0;font-size:14px;font-style:normal;font-weight:400;line-height:20px;color:#000;min-width:30px}.summary_transcript_wrapper .transcript_wrapper .body_wrapper .transcript_chat_wrapper .ai_time{color:#475467;font-size:11px;font-style:normal;font-weight:400;line-height:16px;width:-moz-fit-content;width:fit-content;margin-left:auto}.summary_transcript_wrapper .transcript_wrapper .body_wrapper .transcript_chat_wrapper .my_time{color:#475467;font-size:11px;font-style:normal;font-weight:400;line-height:16px;width:-moz-fit-content;width:fit-content}.rep_customer_wrapper{border-radius:20px;background:#fff;box-shadow:0 0 20px #0000001a}.rep_customer_wrapper .title{color:#232531;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.18px}.rep_customer_wrapper .ant-switch{background:#c8c6ff}.rep_customer_wrapper .ant-switch:hover{background:#c8c6ff!important}.rep_customer_wrapper .ant-switch-checked{background:#9075ff}.rep_customer_wrapper .ant-switch-checked:hover{background:#9075ff!important}.rep_customer_wrapper .question_wrapper{padding:0 24px}.rep_customer_wrapper .question_wrapper .question_title{color:#334155;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.rep_customer_wrapper .question_wrapper .expand_wrapper .answer_title{color:#626262;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.customer_objective_wrapper{border-radius:20px;background:#fff;box-shadow:0 0 20px #0000001a}.customer_objective_wrapper .header_wrapper{padding:24px;border-bottom:1px solid #d8d8d8}.customer_objective_wrapper .header_wrapper .title{color:#232531;font-family:Inter;font-size:18px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.18px}.customer_objective_wrapper .header_wrapper .CircularProgressbar-text{dominant-baseline:ideographic;color:#414141;font-size:24px;font-style:normal;font-weight:600;line-height:18px;letter-spacing:-.24px}.customer_objective_wrapper .body_wrapper{padding:0 24px 24px}.customer_objective_wrapper .body_wrapper .card_wrapper{min-height:146px;border-bottom:1px solid #d8d8d8}.customer_objective_wrapper .body_wrapper .card_wrapper:nth-child(2n){padding:24px 0 24px 24px}.customer_objective_wrapper .body_wrapper .card_wrapper:nth-child(odd){padding:24px 24px 24px 0;border-right:1px solid #d8d8d8}.customer_objective_wrapper .body_wrapper .card_wrapper .title{color:#334155;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.customer_objective_wrapper .body_wrapper .card_wrapper .title span{font-weight:600}.customer_objective_wrapper .body_wrapper .card_wrapper .chip_wrapper{padding:2px 8px;border-radius:6px;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.14px;display:inline;margin-left:8px}.customer_objective_wrapper .body_wrapper .card_wrapper .chip_wrapper.positive{background:#f0fdf4;color:#15803d}.customer_objective_wrapper .body_wrapper .card_wrapper .chip_wrapper.neutral{background:var(--Warning-50, #fffbeb);color:var(--Warning-700, #b45309)}.customer_objective_wrapper .body_wrapper .card_wrapper .chip_wrapper.negative{background:var(--Warning-50, #fef2f2);color:var(--Warning-700, #b91c1c)}.customer_objective_wrapper .body_wrapper .card_wrapper .description{color:#334155;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:-.14px}.area_of_improvement_wrapper{border-radius:20px;box-shadow:0 0 20px #0000001a}.area_of_improvement_wrapper .header{padding:20px 24px;border-radius:20px 20px 0 0;background:#f4f6f8}.area_of_improvement_wrapper .header .title{color:#232531;font-size:18px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:-.18px}.area_of_improvement_wrapper .body{padding:24px;border-radius:0 0 20px 20px;background:#fff}.area_of_improvement_wrapper .body ul{list-style:none}.area_of_improvement_wrapper .body ul li{padding-left:32px;position:relative;color:#334155;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:25px;letter-spacing:-.14px;margin-bottom:24px}.area_of_improvement_wrapper .body ul li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:26px;height:26px;background-image:url("data:image/svg+xml,%3Csvg xmlns%3D%22http%3A//www.w3.org/2000/svg%22 width%3D%2226%22 height%3D%2226%22 viewBox%3D%220 0 26 26%22 fill%3D%22none%22%3E%3Cg clip-path%3D%22url%28%23clip0_6_20852%29%22%3E%3Cpath d%3D%22M13 22.75C18.3848 22.75 22.75 18.3848 22.75 13C22.75 7.61522 18.3848 3.25 13 3.25C7.61522 3.25 3.25 7.61522 3.25 13C3.25 18.3848 7.61522 22.75 13 22.75Z%22 fill%3D%22%2340C4AA%22/%3E%3Cpath d%3D%22M8.9375 13.8125L11.375 16.25L17.0625 10.5625%22 stroke%3D%22white%22 strokeWidth%3D%221.625%22 strokeLinecap%3D%22round%22 strokeLinejoin%3D%22round%22/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id%3D%22clip0_6_20852%22%3E%3Crect width%3D%2226%22 height%3D%2226%22 fill%3D%22white%22/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat}.area_of_improvement_wrapper .body ul li p{color:#64748b}.post_call_filter_wrapper .date_filter_wrapper{border-radius:8px;border:1px solid #d0d5dd;box-shadow:0 1px 2px #1018280d;background:#fff}.post_call_filter_wrapper .date_filter_wrapper button{padding:10px 16px;color:#344054;font-size:14px;font-style:normal;font-weight:600;line-height:20px;border-right:1px solid #d0d5dd}.post_call_filter_wrapper .date_filter_wrapper button:last-of-type{border-right:none;border-radius:0 8px 8px 0}.post_call_filter_wrapper .date_filter_wrapper button:first-of-type{border-radius:8px 0 0 8px}.post_call_filter_wrapper .date_filter_wrapper button:hover{box-shadow:none}.post_call_filter_wrapper .date_filter_wrapper button.active{color:#7856ff}.post_call_filter_wrapper .custom_date_range_wrapper{position:absolute;top:45px;right:0%;padding:16px 24px;height:-moz-fit-content;height:fit-content;background:#fff;border:1px solid #eaecf0;box-shadow:0 24px 48px -12px #1018282e;border-radius:8px;transition:all .3s ease .1s;z-index:2}.post_call_filter_wrapper .custom_date_range_wrapper .custom_date_title{color:#101828;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.post_call_filter_wrapper .custom_date_range_wrapper .close_button{border-radius:8px;padding:8px}.post_call_filter_wrapper .custom_date_range_wrapper .close_button svg{width:16px;height:16px}.post_call_filter_wrapper .custom_date_range_wrapper .ant-picker{height:40px}.post_call_filter_wrapper .custom_date_range_wrapper .ant-picker:focus{border-color:#9e77ed;box-shadow:0 1px 2px #1018280d}.post_call_filter_wrapper .custom_date_range_wrapper .ant-picker .ant-picker-active-bar{background:#9e77ed}.post_call_filter_wrapper .custom_date_range_wrapper .ant-picker-outlined:hover{border-color:#9e77ed;box-shadow:0 1px 2px #1018280d}@media (max-width: 841px){.post_call_rep_profile_wrapper .user_name{font-size:var(--Font-size-text-lg, 18px);font-style:normal;font-weight:600;line-height:24px}.post_call_rep_profile_wrapper .treading_title{font-size:16px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.16px}.score_summary_wrapper .score_box_wrapper .soft_skill_wrapper .box_wrapper{height:40px;padding:13.641px 18.513px}}.layout_wrapper{height:100vh}.layout_wrapper .layout_header{padding:10px 24px;background:#fff;border-bottom:1px solid #f1f5f9;box-shadow:0 1px 16px #e2e8f0}.layout_wrapper .layout_header .notification_wrapper{position:relative}.layout_wrapper .layout_header .notification_wrapper .notifications_header_wrapper{position:absolute;z-index:1;top:40px;right:-64px;width:292px;padding:14px 10px;background-color:#fff;border-radius:8px 8px 0 0;box-shadow:0 1px 16px #e2e8f0;border-bottom:2px solid #e2e8f0}.layout_wrapper .layout_header .notification_wrapper .notifications_header_wrapper .title{color:var(--secondary-100, #0e142b);font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:22px;letter-spacing:-.16px}.layout_wrapper .layout_header .notification_wrapper .notifications_header_wrapper .read_all_btn{background:linear-gradient(180deg,#513fb8,#30307a);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-align:center;font-family:Inter;font-size:14px;font-weight:500;line-height:20px;letter-spacing:-.14px}.layout_wrapper .layout_header .notification_wrapper ul{background-color:#fff;border-radius:0 0 8px 8px;list-style-type:none;width:292px;height:-moz-fit-content;height:fit-content;padding:6px;position:absolute;top:91px;right:-64px;box-shadow:0 1px 16px #e2e8f0;transition:all .3s ease .1s;display:block;z-index:1;overflow-y:auto;scrollbar-width:thin;height:400px}.layout_wrapper .layout_header .notification_wrapper ul button{padding:8px 10px;border-radius:4px;cursor:pointer;display:flex;align-items:center;gap:12px;text-align:start}.layout_wrapper .layout_header .notification_wrapper ul button .notification_unread{display:inline-block;min-width:5px;min-height:5px;line-height:5px;border-radius:100px;background-color:#7653f4}.layout_wrapper .layout_header .notification_wrapper ul button .notification_read{display:inline-block;min-width:5px;min-height:5px;line-height:5px;border-radius:100px;background-color:transparent}.layout_wrapper .layout_header .notification_wrapper ul button h1{font-style:normal;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.01em;color:#0e142b}.layout_wrapper .layout_header .notification_wrapper ul button h2{font-style:normal;font-weight:500;font-size:15px;line-height:19px;letter-spacing:.01em;color:#0e142b;margin-bottom:2px}.layout_wrapper .layout_header .notification_wrapper ul button h3{font-style:normal;font-weight:500;font-size:12px;line-height:16px;color:#64748b;margin-bottom:6px}.layout_wrapper .layout_header .notification_wrapper ul button p{font-style:normal;font-weight:500;font-size:12px;line-height:16px;color:#0e142b}.layout_wrapper .layout_header .notification_wrapper ul button:hover{background:#f8fafc;border-radius:6px}.layout_wrapper .layout_header .notification_wrapper ul .view_more_button{padding:8px 24px;border-radius:9999px;border:1px solid #d9d6fe;background:#f4f3ff;color:#5925dc;font-size:12px;font-style:normal;font-weight:500;text-wrap:nowrap;line-height:22px}.layout_wrapper .layout_header .notification_wrapper ul .view_more_button:hover{border-radius:9999px}.layout_wrapper .layout_header .notification_wrapper ul button:disabled{cursor:not-allowed}.layout_wrapper .layout_header .notification_wrapper ul .no_notification_title{color:var(--gray-900, #64748b);font-size:19px;font-style:normal;font-weight:700;line-height:36px;letter-spacing:-.24px}.layout_wrapper .layout_side_panel{background:#fff;box-shadow:0 1px 16px #e2e8f0}.layout_wrapper .layout_side_panel .logo,.layout_wrapper .layout_side_panel .ant-layout-sider-children{padding:10px}.layout_wrapper .layout_side_panel .ant-layout-sider-children ul{padding-top:10px;border:none}.layout_wrapper .layout_side_panel .ant-layout-sider-children ul .ant-menu-item{color:#64748b;font-weight:600;display:flex;align-items:center;gap:12px}.layout_wrapper .layout_side_panel .ant-layout-sider-children ul .ant-menu-item-selected{background-color:#f0f0ff;color:#7856ff;font-weight:600}.layout_wrapper .layout_side_panel .ant-layout-sider-children ul .ant-menu-item-selected:after{content:"";border-left:5px solid #7856ff;border-radius:8px;position:absolute;width:4px;height:24px;top:50%;left:0;transform:translateY(-50%)}.layout_wrapper .layout_side_panel .ant-layout-sider-children ul .ant-menu-submenu-title{gap:12px;color:#64748b;font-weight:600}.layout_wrapper .layout_side_panel .ant-layout-sider-children ul .ant-menu-submenu-selected .ant-menu-submenu-title{background-color:#f0f0ff;color:#7856ff}.layout_wrapper .layout_side_panel .ant-layout-sider-trigger{background:#fff}.layout_wrapper .layout_content_wrapper .layout_content{display:flex;flex-direction:column;padding:20px;overflow:auto;scrollbar-width:thin;background:#f2f4f7}.layout_wrapper .layout_content_wrapper .layout_content.no_padding{padding:0}.profile_drawer_wrapper{border-radius:15px 0 0 15px;background:#d9d9d9}.profile_drawer_wrapper .ant-drawer-body{padding:0}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper{background-image:url("data:image/svg+xml,%3csvg%20width='463'%20height='148'%20viewBox='0%200%20463%20148'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cellipse%20cx='229'%20cy='-87.5'%20rx='256'%20ry='235.5'%20fill='url(%23paint0_linear_1700_151742)'%20fill-opacity='0.68'/%3e%3cdefs%3e%3clinearGradient%20id='paint0_linear_1700_151742'%20x1='229'%20y1='-31'%20x2='229'%20y2='148'%20gradientUnits='userSpaceOnUse'%3e%3cstop%20stop-color='%237653F4'/%3e%3cstop%20offset='1'%20stop-color='white'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e");background-position:top;background-repeat:no-repeat;position:relative;padding-top:62px}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper .edit_and_save_btn{background-color:#7653f4;border:2px solid #fff;width:35px;height:35px;border-radius:50%;display:flex;align-items:center;justify-content:center;position:absolute;right:24px;top:52px}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper .profile_logo{margin:auto auto 14px;display:block;width:-moz-fit-content;width:fit-content;padding:4px;background-color:#fff;border-radius:50%}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper .profile_logo .ant-upload-select{background-color:#dedefb!important}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper .user_name_wrapper .user_name{color:#414141;font-family:Inter;font-size:24px;font-style:normal;font-weight:600;line-height:20px;text-align:center}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper .user_name_wrapper .email{color:#7f7f7f;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:13.333px;letter-spacing:-.14px;text-align:center}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper .profile_card_wrapper .card_title{color:#414141;font-family:Inter;font-size:16px;font-style:normal;font-weight:600;line-height:13.333px;letter-spacing:-.16px}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper .profile_card_wrapper .card_wrapper{border-radius:10px;border:1px solid #e5e5e5;padding:16px}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper .profile_card_wrapper .card_wrapper .body_title{color:#303030;font-family:Inter;font-size:14px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.14px}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper .profile_card_wrapper .card_wrapper .role_label{color:#9c9c9c;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.12px}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper .profile_card_wrapper .card_wrapper .role_value{width:-moz-fit-content;width:fit-content;padding:4px 6px;gap:4px;border-radius:4px;background:var(--Primary-50, #f4f4ff);color:#7856ff;font-family:Inter;font-size:12px;font-style:normal;font-weight:500;line-height:18px;letter-spacing:-.12px}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper .profile_card_wrapper .card_wrapper ul{width:100%}.profile_drawer_wrapper .ant-drawer-body .profile_wrapper .profile_card_wrapper .card_wrapper ul li{color:#828282;font-family:Inter;font-size:14px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.12px;margin-bottom:4px}*{padding:0;margin:0;box-sizing:border-box;font-family:Inter,sans-serif}*,:before,:after{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x: 0;--tw-border-spacing-y: 0;--tw-translate-x: 0;--tw-translate-y: 0;--tw-rotate: 0;--tw-skew-x: 0;--tw-skew-y: 0;--tw-scale-x: 1;--tw-scale-y: 1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness: proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width: 0px;--tw-ring-offset-color: #fff;--tw-ring-color: rgb(59 130 246 / .5);--tw-ring-offset-shadow: 0 0 #0000;--tw-ring-shadow: 0 0 #0000;--tw-shadow: 0 0 #0000;--tw-shadow-colored: 0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*! tailwindcss v3.4.14 | MIT License | https://tailwindcss.com
 */*,:before,:after{box-sizing:border-box;border-width:0;border-style:solid;border-color:#e5e7eb}:before,:after{--tw-content: ""}html,:host{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dl,dd,h1,h2,h3,h4,h5,h6,hr,figure,p,pre{margin:0}fieldset{margin:0;padding:0}legend{padding:0}ol,ul,menu{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}button,[role=button]{cursor:pointer}:disabled{cursor:default}img,svg,video,canvas,audio,iframe,embed,object{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!visible{visibility:visible!important}.visible{visibility:visible}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.inset-0{top:0;right:0;bottom:0;left:0}.bottom-0{bottom:0}.bottom-5{bottom:1.25rem}.left-0{left:0}.left-\[50\%\]{left:50%}.right-0{right:0}.z-10{z-index:10}.col-span-1{grid-column:span 1 / span 1}.col-span-2{grid-column:span 2 / span 2}.col-span-3{grid-column:span 3 / span 3}.col-span-4{grid-column:span 4 / span 4}.col-span-5{grid-column:span 5 / span 5}.col-span-6{grid-column:span 6 / span 6}.row-span-1{grid-row:span 1 / span 1}.row-span-2{grid-row:span 2 / span 2}.m-2{margin:.5rem}.m-auto{margin:auto}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-\[32px\]{margin-left:32px;margin-right:32px}.mx-\[5px\]{margin-left:5px;margin-right:5px}.mx-auto{margin-left:auto;margin-right:auto}.my-2{margin-top:.5rem;margin-bottom:.5rem}.my-4{margin-top:1rem;margin-bottom:1rem}.my-8{margin-top:2rem;margin-bottom:2rem}.my-\[14px\]{margin-top:14px;margin-bottom:14px}.my-\[24px\]{margin-top:24px;margin-bottom:24px}.my-\[32px\]{margin-top:32px;margin-bottom:32px}.my-\[4px\]{margin-top:4px;margin-bottom:4px}.my-\[6px\]{margin-top:6px;margin-bottom:6px}.mb-1{margin-bottom:.25rem}.mb-10{margin-bottom:2.5rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-\[0px\]{margin-bottom:0}.mb-\[10px\]{margin-bottom:10px}.mb-\[12px\]{margin-bottom:12px}.mb-\[14px\]{margin-bottom:14px}.mb-\[16px\]{margin-bottom:16px}.mb-\[18px\]{margin-bottom:18px}.mb-\[20px\]{margin-bottom:20px}.mb-\[24px\]{margin-bottom:24px}.mb-\[25px\]{margin-bottom:25px}.mb-\[2px\]{margin-bottom:2px}.mb-\[30px\]{margin-bottom:30px}.mb-\[32px\]{margin-bottom:32px}.mb-\[40px\]{margin-bottom:40px}.mb-\[4px\]{margin-bottom:4px}.mb-\[52px\]{margin-bottom:52px}.mb-\[54px\]{margin-bottom:54px}.mb-\[5px\]{margin-bottom:5px}.mb-\[64px\]{margin-bottom:64px}.mb-\[6px\]{margin-bottom:6px}.mb-\[8px\]{margin-bottom:8px}.ml-\[10px\]{margin-left:10px}.ml-\[26px\]{margin-left:26px}.ml-auto{margin-left:auto}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-4{margin-right:1rem}.mr-\[6px\]{margin-right:6px}.mr-auto{margin-right:auto}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-\[10px\]{margin-top:10px}.mt-\[14px\]{margin-top:14px}.mt-\[20px\]{margin-top:20px}.mt-\[24px\]{margin-top:24px}.mt-\[40px\]{margin-top:40px}.mt-auto{margin-top:auto}.line-clamp-1{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1}.line-clamp-2{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2}.line-clamp-4{overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.table{display:table}.grid{display:grid}.hidden{display:none}.aspect-square{aspect-ratio:1 / 1}.h-12{height:3rem}.h-28{height:7rem}.h-3{height:.75rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-\[100\%\]{height:100%}.h-\[100px\]{height:100px}.h-\[120px\]{height:120px}.h-\[150px\]{height:150px}.h-\[172px\]{height:172px}.h-\[18px\]{height:18px}.h-\[200px\]{height:200px}.h-\[20px\]{height:20px}.h-\[240px\]{height:240px}.h-\[24px\]{height:24px}.h-\[300px\]{height:300px}.h-\[32px\]{height:32px}.h-\[36px\]{height:36px}.h-\[40px\]{height:40px}.h-\[50px\]{height:50px}.h-\[54px\]{height:54px}.h-\[60px\]{height:60px}.h-\[76px\]{height:76px}.h-fit{height:-moz-fit-content;height:fit-content}.h-full{height:100%}.h-screen{height:100vh}.max-h-6{max-height:1.5rem}.max-h-\[60px\]{max-height:60px}.min-h-16{min-height:4rem}.min-h-6{min-height:1.5rem}.min-h-\[132px\]{min-height:132px}.min-h-\[14px\]{min-height:14px}.min-h-\[178px\]{min-height:178px}.min-h-\[198px\]{min-height:198px}.min-h-\[30px\]{min-height:30px}.min-h-\[316px\]{min-height:316px}.min-h-\[36px\]{min-height:36px}.min-h-\[500px\]{min-height:500px}.min-h-\[60px\]{min-height:60px}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-12{width:3rem}.w-3{width:.75rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-\[100\%\]{width:100%}.w-\[100px\]{width:100px}.w-\[120px\]{width:120px}.w-\[134px\]{width:134px}.w-\[150px\]{width:150px}.w-\[182px\]{width:182px}.w-\[18px\]{width:18px}.w-\[194px\]{width:194px}.w-\[195px\]{width:195px}.w-\[200px\]{width:200px}.w-\[20px\]{width:20px}.w-\[240px\]{width:240px}.w-\[24px\]{width:24px}.w-\[255px\]{width:255px}.w-\[30\%\]{width:30%}.w-\[320px\]{width:320px}.w-\[32px\]{width:32px}.w-\[36px\]{width:36px}.w-\[40px\]{width:40px}.w-\[440px\]{width:440px}.w-\[50px\]{width:50px}.w-\[52px\]{width:52px}.w-\[54px\]{width:54px}.w-\[60px\]{width:60px}.w-\[70\%\]{width:70%}.w-\[76px\]{width:76px}.w-\[fit-content\],.w-fit{width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-6{min-width:1.5rem}.min-w-8{min-width:2rem}.min-w-\[112px\]{min-width:112px}.min-w-\[120px\]{min-width:120px}.min-w-\[14px\]{min-width:14px}.min-w-\[24px\]{min-width:24px}.min-w-\[30px\]{min-width:30px}.min-w-\[320px\]{min-width:320px}.min-w-\[332px\]{min-width:332px}.min-w-\[360px\]{min-width:360px}.min-w-\[36px\]{min-width:36px}.min-w-\[392px\]{min-width:392px}.min-w-\[4px\]{min-width:4px}.max-w-6{max-width:1.5rem}.max-w-\[288px\]{max-width:288px}.max-w-\[320px\]{max-width:320px}.max-w-\[360px\]{max-width:360px}.max-w-\[620px\]{max-width:620px}.max-w-\[80\%\]{max-width:80%}.max-w-\[90\%\]{max-width:90%}.flex-1{flex:1 1 0%}.flex-shrink-0{flex-shrink:0}.translate-x-\[-50\%\]{--tw-translate-x: -50%;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.translate-y-4{--tw-translate-y: 1rem;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-no-drop{cursor:no-drop}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.resize{resize:both}.break-before-page{-moz-column-break-before:page;break-before:page}.break-inside-avoid{-moz-column-break-inside:avoid;break-inside:avoid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.gap-9{gap:2.25rem}.gap-\[10px\]{gap:10px}.gap-\[12px\]{gap:12px}.gap-\[16px\]{gap:16px}.gap-\[18px\]{gap:18px}.gap-\[20px\]{gap:20px}.gap-\[24px\]{gap:24px}.gap-\[2px\]{gap:2px}.gap-\[30px\]{gap:30px}.gap-\[32px\]{gap:32px}.gap-\[34px\]{gap:34px}.gap-\[36px\]{gap:36px}.gap-\[6px\]{gap:6px}.gap-\[8px\]{gap:8px}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-x-\[16px\]{-moz-column-gap:16px;column-gap:16px}.gap-x-\[20px\]{-moz-column-gap:20px;column-gap:20px}.gap-x-\[24px\]{-moz-column-gap:24px;column-gap:24px}.gap-x-\[8px\]{-moz-column-gap:8px;column-gap:8px}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.overflow-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-2xl{border-radius:1rem}.rounded-\[10px\]{border-radius:10px}.rounded-\[8px\]{border-radius:8px}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.rounded-xl{border-radius:.75rem}.border{border-width:1px}.border-2{border-width:2px}.border-b{border-bottom-width:1px}.border-r,.border-r-\[1px\]{border-right-width:1px}.border-r-\[3px\]{border-right-width:3px}.border-t{border-top-width:1px}.border-\[\#CBD5E1\]{--tw-border-opacity: 1;border-color:rgb(203 213 225 / var(--tw-border-opacity))}.border-\[\#D8D8D8\]{--tw-border-opacity: 1;border-color:rgb(216 216 216 / var(--tw-border-opacity))}.border-\[\#E2E8F0\]{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}.border-\[\#E4E7EC\]{--tw-border-opacity: 1;border-color:rgb(228 231 236 / var(--tw-border-opacity))}.border-\[\#EBEBEB\]{--tw-border-opacity: 1;border-color:rgb(235 235 235 / var(--tw-border-opacity))}.border-\[\#EFEFEF\]{--tw-border-opacity: 1;border-color:rgb(239 239 239 / var(--tw-border-opacity))}.border-\[\#e2e8f0\]{--tw-border-opacity: 1;border-color:rgb(226 232 240 / var(--tw-border-opacity))}.border-\[\#e5e5e5\]{--tw-border-opacity: 1;border-color:rgb(229 229 229 / var(--tw-border-opacity))}.border-gray-100{--tw-border-opacity: 1;border-color:rgb(243 244 246 / var(--tw-border-opacity))}.bg-\[\#116B97\]{--tw-bg-opacity: 1;background-color:rgb(17 107 151 / var(--tw-bg-opacity))}.bg-\[\#6941C6\]{--tw-bg-opacity: 1;background-color:rgb(105 65 198 / var(--tw-bg-opacity))}.bg-\[\#7653F4\],.bg-\[\#7653f4\]{--tw-bg-opacity: 1;background-color:rgb(118 83 244 / var(--tw-bg-opacity))}.bg-\[\#7856FF\]{--tw-bg-opacity: 1;background-color:rgb(120 86 255 / var(--tw-bg-opacity))}.bg-\[\#95C4DC\]{--tw-bg-opacity: 1;background-color:rgb(149 196 220 / var(--tw-bg-opacity))}.bg-\[\#B692F6\]{--tw-bg-opacity: 1;background-color:rgb(182 146 246 / var(--tw-bg-opacity))}.bg-\[\#E4E7EC\]{--tw-bg-opacity: 1;background-color:rgb(228 231 236 / var(--tw-bg-opacity))}.bg-\[\#F0F0FF\]{--tw-bg-opacity: 1;background-color:rgb(240 240 255 / var(--tw-bg-opacity))}.bg-\[\#F0F4F8\]{--tw-bg-opacity: 1;background-color:rgb(240 244 248 / var(--tw-bg-opacity))}.bg-\[\#F1F5F9\]{--tw-bg-opacity: 1;background-color:rgb(241 245 249 / var(--tw-bg-opacity))}.bg-\[\#F83167\]{--tw-bg-opacity: 1;background-color:rgb(248 49 103 / var(--tw-bg-opacity))}.bg-\[\#FFF\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-\[\#f2f4f7\]{--tw-bg-opacity: 1;background-color:rgb(242 244 247 / var(--tw-bg-opacity))}.bg-\[\#fff\]{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity: 1;background-color:rgb(107 114 128 / var(--tw-bg-opacity))}.bg-green-100{--tw-bg-opacity: 1;background-color:rgb(220 252 231 / var(--tw-bg-opacity))}.bg-inherit{background-color:inherit}.bg-red-100{--tw-bg-opacity: 1;background-color:rgb(254 226 226 / var(--tw-bg-opacity))}.bg-slate-600{--tw-bg-opacity: 1;background-color:rgb(71 85 105 / var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity: 1;background-color:rgb(255 255 255 / var(--tw-bg-opacity))}.bg-opacity-75{--tw-bg-opacity: .75}.object-cover{-o-object-fit:cover;object-fit:cover}.object-top{-o-object-position:top;object-position:top}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.p-6{padding:1.5rem}.p-7{padding:1.75rem}.p-\[6px\]{padding:6px}.p-\[8px\]{padding:8px}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-\[10px\]{padding-left:10px;padding-right:10px}.px-\[17px\]{padding-left:17px;padding-right:17px}.px-\[32px\]{padding-left:32px;padding-right:32px}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-5{padding-top:1.25rem;padding-bottom:1.25rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-7{padding-top:1.75rem;padding-bottom:1.75rem}.py-9{padding-top:2.25rem;padding-bottom:2.25rem}.py-\[14px\]{padding-top:14px;padding-bottom:14px}.py-\[16px\]{padding-top:16px;padding-bottom:16px}.py-\[20px\]{padding-top:20px;padding-bottom:20px}.pb-2{padding-bottom:.5rem}.pb-3{padding-bottom:.75rem}.pb-4{padding-bottom:1rem}.pb-5{padding-bottom:1.25rem}.pb-6{padding-bottom:1.5rem}.pb-\[10px\]{padding-bottom:10px}.pb-\[12px\]{padding-bottom:12px}.pb-\[16px\]{padding-bottom:16px}.pb-\[20px\]{padding-bottom:20px}.pb-\[24px\]{padding-bottom:24px}.pb-\[25px\]{padding-bottom:25px}.pb-\[30px\]{padding-bottom:30px}.pb-\[32px\]{padding-bottom:32px}.pl-2{padding-left:.5rem}.pl-\[14px\]{padding-left:14px}.pl-\[32px\]{padding-left:32px}.pl-\[36px\]{padding-left:36px}.pr-\[16px\]{padding-right:16px}.pr-\[20px\]{padding-right:20px}.pt-4{padding-top:1rem}.pt-5{padding-top:1.25rem}.pt-\[14px\]{padding-top:14px}.pt-\[27px\]{padding-top:27px}.text-left{text-align:left}.text-center{text-align:center}.text-start{text-align:start}.text-\[14px\]{font-size:14px}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xs{font-size:.75rem;line-height:1rem}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.capitalize{text-transform:capitalize}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.leading-\[20px\]{line-height:20px}.leading-normal{line-height:1.5}.tracking-\[-0\.01em\]{letter-spacing:-.01em}.tracking-tighter{letter-spacing:-.05em}.text-\[\#000\]{--tw-text-opacity: 1;color:rgb(0 0 0 / var(--tw-text-opacity))}.text-\[\#00D100\]{--tw-text-opacity: 1;color:rgb(0 209 0 / var(--tw-text-opacity))}.text-\[\#0F172A\]{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.text-\[\#0e142b\]{--tw-text-opacity: 1;color:rgb(14 20 43 / var(--tw-text-opacity))}.text-\[\#0f172a\]{--tw-text-opacity: 1;color:rgb(15 23 42 / var(--tw-text-opacity))}.text-\[\#1c9136\]{--tw-text-opacity: 1;color:rgb(28 145 54 / var(--tw-text-opacity))}.text-\[\#232531\]{--tw-text-opacity: 1;color:rgb(35 37 49 / var(--tw-text-opacity))}.text-\[\#28806F\]{--tw-text-opacity: 1;color:rgb(40 128 111 / var(--tw-text-opacity))}.text-\[\#29292E\]{--tw-text-opacity: 1;color:rgb(41 41 46 / var(--tw-text-opacity))}.text-\[\#3E3F42\]{--tw-text-opacity: 1;color:rgb(62 63 66 / var(--tw-text-opacity))}.text-\[\#606266\]{--tw-text-opacity: 1;color:rgb(96 98 102 / var(--tw-text-opacity))}.text-\[\#64748B\],.text-\[\#64748b\]{--tw-text-opacity: 1;color:rgb(100 116 139 / var(--tw-text-opacity))}.text-\[\#7653f4\]{--tw-text-opacity: 1;color:rgb(118 83 244 / var(--tw-text-opacity))}.text-\[\#7856ff\]{--tw-text-opacity: 1;color:rgb(120 86 255 / var(--tw-text-opacity))}.text-\[\#b91c1c\]{--tw-text-opacity: 1;color:rgb(185 28 28 / var(--tw-text-opacity))}.text-\[\#f04438\]{--tw-text-opacity: 1;color:rgb(240 68 56 / var(--tw-text-opacity))}.text-\[red\]{--tw-text-opacity: 1;color:rgb(255 0 0 / var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity: 1;color:rgb(107 114 128 / var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity: 1;color:rgb(17 24 39 / var(--tw-text-opacity))}.text-white{--tw-text-opacity: 1;color:rgb(255 255 255 / var(--tw-text-opacity))}.opacity-0{opacity:0}.opacity-100{opacity:1}.shadow-xl{--tw-shadow: 0 20px 25px -5px rgb(0 0 0 / .1), 0 8px 10px -6px rgb(0 0 0 / .1);--tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000),var(--tw-ring-shadow, 0 0 #0000),var(--tw-shadow)}.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.transition-opacity{transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.duration-200{transition-duration:.2s}.duration-300{transition-duration:.3s}.ease-in{transition-timing-function:cubic-bezier(.4,0,1,1)}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)}.ant-pagination li.ant-pagination-prev button span svg{display:none}.ant-pagination li.ant-pagination-prev button span:before{content:"";display:inline-block;width:8.18px;height:14px;background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='12'%20viewBox='0%200%206%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.34375%201.31982L1.37086%205.29272C0.980333%205.68324%200.980333%206.31641%201.37086%206.70693L5.34375%2010.6798'%20stroke='black'%20stroke-width='1.3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}.ant-pagination li.ant-pagination-next button span svg{display:none}.ant-pagination li.ant-pagination-next button span:before{content:"";display:inline-block;width:8.18px;height:14px;background-image:url("data:image/svg+xml,%3csvg%20width='6'%20height='12'%20viewBox='0%200%206%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0.65625%2010.6802L4.62914%206.70728C5.01967%206.31676%205.01967%205.68359%204.62914%205.29307L0.65625%201.32018'%20stroke='black'%20stroke-width='1.3'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-size:contain;background-repeat:no-repeat}.ant-pagination li.ant-pagination-item a{color:#334155;font-weight:600}.ant-pagination li.ant-pagination-item-active{background-color:#f0f0ff;border:none!important}.ant-pagination li.ant-pagination-item-active:hover{background-color:#ececf5}.ant-pagination li.ant-pagination-item-active:hover a,.ant-pagination li.ant-pagination-item-active a{color:#7653f4}.ant-pagination li.ant-pagination-disabled button{opacity:.38}.ant-pagination li.ant-pagination-options .ant-select-outlined:not(.ant-select-disabled):not(.ant-select-customize-input):not(.ant-pagination-size-changer):hover .ant-select-selector{border-color:#7653f4;box-shadow:0 0 0 2px #e0d9ff}.ant-pagination li.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon,.ant-pagination li.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon{color:#7653f4}.ant_date_picker{font-size:16px;line-height:22px;letter-spacing:-.16px;color:#000;width:100%;padding:9px 12px;border:1px solid #cbd5e1;border-radius:8px;box-shadow:0 1px 2px #0f172a0f}.ant_date_picker.ant-picker-outlined:hover{border-color:#7653f4}.ant_date_picker.ant-picker-outlined:focus-within{box-shadow:0 0 0 2px #e0d9ff}.ant-dropdown-menu-title-content{font-style:normal;font-weight:500;font-size:14px;line-height:24px;color:#101828}.first-letter\:uppercase:first-letter{text-transform:uppercase}.hover\:text-blue-500:hover{--tw-text-opacity: 1;color:rgb(59 130 246 / var(--tw-text-opacity))}.hover\:underline:hover{text-decoration-line:underline}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}@media (min-width: 640px){.sm\:mx-0{margin-left:0;margin-right:0}.sm\:my-8{margin-top:2rem;margin-bottom:2rem}.sm\:ml-4{margin-left:1rem}.sm\:mt-0{margin-top:0}.sm\:h-10{height:2.5rem}.sm\:w-10{width:2.5rem}.sm\:w-full{width:100%}.sm\:max-w-\[397px\]{max-width:397px}.sm\:max-w-\[420px\]{max-width:420px}.sm\:max-w-lg{max-width:32rem}.sm\:max-w-md{max-width:28rem}.sm\:max-w-sm{max-width:24rem}.sm\:max-w-xl{max-width:36rem}.sm\:translate-y-0{--tw-translate-y: 0px;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-100{--tw-scale-x: 1;--tw-scale-y: 1;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:scale-95{--tw-scale-x: .95;--tw-scale-y: .95;transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:items-center{align-items:center}.sm\:p-0{padding:0}.sm\:p-6{padding:1.5rem}.sm\:pb-4{padding-bottom:1rem}}@media (min-width: 768px){.md\:grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}}@media (min-width: 1024px){.lg\:mb-16{margin-bottom:4rem}.lg\:mb-5{margin-bottom:1.25rem}.lg\:w-\[76px\]{width:76px}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:gap-\[20px\]{gap:20px}.lg\:gap-\[30px\]{gap:30px}.lg\:pb-5{padding-bottom:1.25rem}}@media (min-width: 1280px){.xl\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 1536px){.\32xl\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}
