@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";*{margin:0;padding:0;box-sizing:border-box}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f2f2f2}::-webkit-scrollbar-thumb{background-color:#b3b3b3;border-radius:999px;border:2px solid #f2f2f2}::-webkit-scrollbar-thumb:hover{background-color:#8c8c8c}html{scrollbar-width:thin;scrollbar-color:#b3b3b3 #f2f2f2}body{-ms-overflow-style:auto}.ant-modal-mask{background-color:#00000040!important}.ant-table-wrapper .ant-table-tbody .ant-table-row>.ant-table-cell-row-hover{background-color:#e4ebf3!important}.ant-table-wrapper .ant-table-thead>tr>th{background:white!important}.virtual-scroll-container::-webkit-scrollbar{display:none}.company-dashboard{background:transparent;position:relative;padding:0 6px;display:flex;align-items:center;font-size:15px;font-weight:600;width:fit-content;margin-top:20px;text-decoration:none;cursor:pointer;border:1px solid #3a3f8e;border-radius:25px;outline:none;overflow:hidden;color:#3a3f8e;transition:color .3s .1s ease-out;text-align:center}.company-dashboard span{margin:5px}.company-dashboard:before{position:absolute;top:0;right:0;bottom:0;margin:auto;content:"";border-radius:50%;display:block;width:20em;height:20em;left:-5em;text-align:center;transition:box-shadow .5s ease-out;z-index:-1}.company-dashboard:hover{color:#080808;border:1px solid #5d5fef}.company-dashboard:hover:before{box-shadow:inset 0 0 0 10em #5d5fef}.ThemeAnalaysisV2 .top-head{margin-top:10px;display:flex;justify-content:space-between;align-items:center}.ThemeAnalaysisV2 .inner-head{color:#000;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:20px}.ThemeAnalaysisV2 .inner-small-head{color:#121212;font-family:Poppins;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .action{display:flex;gap:20px;align-items:center}.ThemeAnalaysisV2 .download{cursor:pointer}.ThemeAnalaysisV2 .dropdown-container{position:relative;display:inline-block;font-family:sans-serif}.ThemeAnalaysisV2 .dropdown-wrapper{padding:2px;background:linear-gradient(to right,#3134ff,#ff9224);border-radius:36px;display:inline-block}.ThemeAnalaysisV2 .dropdown-button{background:white;border:3px solid transparent;border-image-slice:1;padding:2px 10px;border-radius:36px;cursor:pointer;display:flex;align-items:center;gap:6px;transition:all .3s ease}.ThemeAnalaysisV2 .gradient-text{background:linear-gradient(to right,rgb(49,52,255),rgb(255,146,36));-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:32px}.ThemeAnalaysisV2 .arrow{font-size:10px;transition:transform .2s ease}.ThemeAnalaysisV2 .arrow.rotate{transform:rotate(180deg)}.ThemeAnalaysisV2 .dropdown-menu{position:absolute;top:105%;left:0;width:100%;background:white;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #0000001a;list-style:none;padding:8px 0;margin:4px 0 0;z-index:1000;max-height:160px;overflow-y:auto}.ThemeAnalaysisV2 .dropdown-menu li{padding:8px 16px;cursor:pointer;transition:background .2s}.ThemeAnalaysisV2 .dropdown-menu li:hover{background-color:#f3f3f3}.ThemeAnalaysisV2 .bubble-wrapper{display:flex;justify-content:center;position:relative;width:100%;height:400px;z-index:1}.ThemeAnalaysisV2 .bubble{cursor:pointer;position:absolute;border-radius:50%;color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:12px;padding:12px;box-shadow:0 6px 6.6px #00000040;transition:transform .3s;animation:floatBubble 3s ease-in-out infinite alternate}.ThemeAnalaysisV2 .bubble:hover{transform:scale(1.1);z-index:10}.ThemeAnalaysisV2 .bubble-label{font-weight:500;margin-bottom:2px;font-size:15px;display:-webkit-box;max-width:150px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;white-space:normal}.ThemeAnalaysisV2 .outside-response-count{position:absolute;top:calc(100% + 6px);left:50%;transform:translate(-50%);text-align:center;font-weight:600}.ThemeAnalaysisV2 .outside-response-count .count{font-family:Poppins;font-size:15px;font-style:normal;font-weight:500;line-height:20px}.ThemeAnalaysisV2 .response-cards{position:absolute;top:50%;display:flex;gap:10px;z-index:99;transform:translateY(-50%)}.ThemeAnalaysisV2 .response-right{left:100%;transform:translateY(-50%) translate(-5px);flex-direction:row}.ThemeAnalaysisV2 .response-right .response-text-cards{align-items:flex-start;text-align:left}.ThemeAnalaysisV2 .response-left{right:100%;transform:translateY(-50%) translate(5px);flex-direction:row-reverse}.ThemeAnalaysisV2 .response-left .response-text-cards{align-items:flex-end;text-align:right;position:absolute;left:-250px;top:-79px}.ThemeAnalaysisV2 .response-left .response-arrow{transform:rotate(180deg);position:absolute;right:2px;top:-85px}.ThemeAnalaysisV2 .bubble-response{font-size:10px}.ThemeAnalaysisV2 .small-bubble-label{font-size:12px;max-width:60px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;overflow-wrap:break-word;white-space:normal}.ThemeAnalaysisV2 .small-bubble-response{font-size:9px}.ThemeAnalaysisV2 .positive-bubble{background-color:#13b074;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .neutral-bubble{background-color:#939393;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .negative-bubble-1{background:#B72E2E;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .negative-bubble-2{background:#E65151;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .negative-bubble-3{background:#F47979;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .negative-bubble-4{background:#FFA3A3;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .positive-bubble-1{background:#29976D;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .positive-bubble-2{background:#42CC97;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .positive-bubble-3{background:#63E7B5;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .positive-bubble-4{background:#9BEACC;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .green-bubble{background:#29976D;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .light-green-bubble{background:#42CB97;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .amber-bubble{background:#FFB70D;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .light-red-bubble{background:#E65151;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .dark-red-bubble{background:#B72E2E;color:#fff;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.ThemeAnalaysisV2 .isSelected-card{display:flex}.ThemeAnalaysisV2 .blurred-bubble{filter:blur(8px);pointer-events:none;opacity:.4;transition:all .3s ease}.ThemeAnalaysisV2 .indicator{display:flex;justify-content:center;align-items:center;gap:10px}.ThemeAnalaysisV2 .pp{display:flex;align-items:center;grid-area:5px}.ThemeAnalaysisV2 .pp-text{color:var(--UniversalPalette-text-regular, rgba(0, 0, 0, .7));font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.ThemeAnalaysisV2 .openended-comp{display:flex;justify-content:space-between;gap:20px}.ThemeAnalaysisV2 .isaxpand{cursor:pointer;margin-top:10px;margin-bottom:10px;width:200px}.ThemeAnalaysisV2 .driver-bubbles{position:absolute;top:0;left:0;width:100%;opacity:0;transform:scale(.95);pointer-events:none;transition:all .4s ease}.ThemeAnalaysisV2 .show-drivers{opacity:1;transform:scale(1);pointer-events:auto}.ThemeAnalaysisV2 .driver-bubble-wrapper{position:absolute;width:100%}.ThemeAnalaysisV2 .next-back{position:absolute;display:flex;gap:20px;top:200px}.ThemeAnalaysisV2 .driver-bubble{position:absolute;border-radius:50%;width:80px;height:80px;display:flex;align-items:center;justify-content:center;font-size:12px;text-align:center;color:#000;background:#FFF;stroke-width:.5px;stroke:#acacac;filter:drop-shadow(0px 4px 4.7px rgba(0,0,0,.25))}.ThemeAnalaysisV2 .driver-diagonal-line{position:absolute;width:60px;height:2px;background-color:#ff7979;transform-origin:left center}.ThemeAnalaysisV2 .driver-diagonal-line-0{top:calc(50% + 23px);left:calc(50% + 55px);transform:rotate(-33deg);width:86px}.ThemeAnalaysisV2 .driver-diagonal-line-1{top:calc(50% + 77px);width:70px;left:calc(50% + 75px);transform:rotate(0)}.ThemeAnalaysisV2 .driver-diagonal-line-2{width:90px;top:calc(50% + 135px);left:calc(50% + 44px);transform:rotate(23deg)}.ThemeAnalaysisV2 .driver-bubble-0{top:calc(50% - 65px);left:calc(100% + 10px)}.ThemeAnalaysisV2 .driver-bubble-1{top:calc(50% + 35px);left:calc(100% + 40px)}.ThemeAnalaysisV2 .driver-bubble-2{top:calc(50% + 135px);left:calc(100% + 10px)}.ThemeAnalaysisV2 .driver-response-cards-0{position:absolute;top:50%;left:100%;transform:translateY(-68%) translate(86px);display:flex;flex-direction:column;gap:8px;align-items:flex-start}.ThemeAnalaysisV2 .driver-response-cards-1{position:absolute;top:50%;left:100%;transform:translateY(0) translate(116px);display:flex;flex-direction:column;gap:8px;align-items:flex-start}.ThemeAnalaysisV2 .driver-response-cards-2{position:absolute;top:50%;left:100%;transform:translateY(65%) translate(86px);display:flex;flex-direction:column;gap:8px;align-items:flex-start}.ThemeAnalaysisV2 .driver-bubble-wrapper{opacity:0;transform:translate(-10px);animation:bubbleIn .5s ease forwards}.ThemeAnalaysisV2 .driver-bubble-wrapper:nth-child(1){animation-delay:.1s}.ThemeAnalaysisV2 .driver-bubble-wrapper:nth-child(2){animation-delay:.2s}.ThemeAnalaysisV2 .driver-bubble-wrapper:nth-child(3){animation-delay:.3s}@keyframes bubbleIn{to{opacity:1;transform:translate(0)}}@keyframes floatBubble{0%{transform:translateY(0)}to{transform:translateY(-10px)}}.ThemeAnalaysisV2 .bubble-empty-state{display:flex;justify-content:center;align-items:center}.ThemeAnalaysisV2 .bubble-loading{display:flex;justify-content:center;align-items:center;font-family:Poppins;color:gray}.ThemeAnalaysisV2 label{color:#000;font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:20px}.ThemeAnalaysisV2 .select{width:100%;margin-top:10px}.ThemeAnalaysisV2 .custom-wordcloud{padding:30px;width:100%;border-radius:0 0 20px 20px;border:1px solid #f8f9fa;height:400px;background:#fff;box-shadow:0 7px 17px #0000000f;display:flex;justify-content:center;align-items:center}.ThemeAnalaysisV2 .cloud-head{background:#ebecfc;padding:10px 20px;display:flex;justify-content:space-between;align-items:center;border-radius:12px 12px 0 0}.ThemeAnalaysisV2 .pharse-txt{color:#000;font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:20px}.ThemeAnalaysisV2 .custom-wordcloud text{transition:all .2s ease-in-out;cursor:pointer;z-index:-1;font-family:Poppins}.ThemeAnalaysisV2 .custom-wordcloud text:hover{z-index:1;font-size:1.5rem!important;font-weight:500}.ThemeAnalaysisV2 .category-tab{border-radius:0 0 12px 12px;border:1px solid #eee;background:#fff;box-shadow:0 7px 17px #0000000f;padding:12px}.ThemeAnalaysisV2 .category-container{padding:16px}.ThemeAnalaysisV2 .select{margin-top:8px}.ThemeAnalaysisV2 .cloud-head{display:flex;justify-content:space-between;align-items:center}.ThemeAnalaysisV2 .pharse-txt{font-size:18px;font-weight:700}.ThemeAnalaysisV2 .category-tab{display:flex;flex-direction:column;gap:12px;max-height:400px;overflow-y:auto;padding-right:6px;scrollbar-width:thin;scrollbar-color:#ccc transparent}.ThemeAnalaysisV2 .category-tab::-webkit-scrollbar{width:6px}.ThemeAnalaysisV2 .category-tab::-webkit-scrollbar-track{background:transparent}.ThemeAnalaysisV2 .category-tab::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}.ThemeAnalaysisV2 .comment-box{border-radius:4px;background:#f9fafb;padding:14px 16px;border-left:6px solid grey}.ThemeAnalaysisV2 .comment-text{color:var(--Paragraph-text, #595959);font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:normal}.ThemeAnalaysisV2 .comment-category{color:var(--Paragraph-text, #595959);font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:normal;margin-top:4px}.ThemeAnalaysisV2 .border-green{border-color:#00c853}.ThemeAnalaysisV2 .border-red{border-color:#ff5252}.ThemeAnalaysisV2 .border-gray{border-color:#9e9e9e}.ThemeAnalaysisV2 .loading-more-comments{height:400px;text-align:center;padding:16px;font-size:14px;color:#666;font-style:italic;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.ThemeAnalaysisV2 .no-comments{height:400px;display:flex;font-family:Poppins;color:gray;flex-direction:column;align-items:center;justify-content:center}.ThemeAnalaysisV2 .no-data-pharse{margin-top:80px;display:flex;font-family:Poppins;align-items:center;justify-content:center}.ThemeAnalaysisV2 .comment-box.positive{border-left-color:#29976d}.ThemeAnalaysisV2 .comment-box.neutral{border-left-color:#f8c64f}.ThemeAnalaysisV2 .comment-box.negative{border-left-color:#fe4848}.ThemeAnalaysisV2 .theme-class{display:flex;align-items:center;gap:8px;cursor:text;color:#000;font-family:Poppins;font-size:12px;font-style:normal;padding:10px;font-weight:400;line-height:14.638px;border-radius:15px;border:0px solid #000;background:#FFF;box-shadow:0 2px 2.3px #00000040}.file-download-v2-qulitative{top:40%}.file-download-v2-qulitative .ant-modal-title{color:#000;text-align:center;font-family:Poppins;font-size:15px;font-style:normal;font-weight:500;line-height:8.833px}.file-download-v2-qulitative .ant-modal-close{top:7px}.file-download-v2-qulitative .modal-inside{display:flex;justify-content:center;margin-top:30px;margin-bottom:30px}.file-download-v2-qulitative .inside-1{display:flex;align-items:center;flex-direction:column;gap:5px}.file-download-v2-qulitative .file-txt{color:#000;text-align:center;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:8.833px;width:108px}.file-download-v2-qulitative .fotter-data{display:flex;justify-content:center;align-items:center;gap:10px}.file-download-v2-qulitative .fott-btn{background-color:transparent;display:flex;justify-content:center;align-items:center;gap:4px;height:33px;color:#2f48a5;text-align:center;font-family:Poppins;font-size:12px;font-style:normal;font-weight:500;line-height:7.51px;border-radius:4.251px;border:.85px solid #2F48A5;padding:8.5px;cursor:pointer}.status-section-v2{font-family:Poppins}.status-section-v2 .header{display:flex;justify-content:space-between;align-items:end}.status-section-v2 .download{cursor:pointer;display:flex;align-items:center;gap:4px;border-radius:5px;border:.5px solid #275FFE;background:#FFF;padding:4px 12px;color:#275ffe;font-size:15px;font-style:normal;font-weight:600;line-height:22.425px}.status-section-v2 .demographics{padding-top:7px}.status-section-v2 .label{color:#858585;font-size:13px;font-style:normal;font-weight:400;line-height:normal}.status-section-v2 .table-container{margin-top:17px;border:1px solid #cecece;border-radius:10px;overflow:hidden}.status-section-v2 .table-container table{width:100%;border:0;border-spacing:0}.status-section-v2 .table-container th{text-align:left;padding:12.5px 22px;background:#edf3ff;color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.status-section-v2 .table-container td{padding:12.5px 22px;border-bottom:1px solid #cecece;color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:normal}.status-section-v2 .table-container tbody tr:last-child td,.status-section-v2 .table-container tfoot tr:last-child td{border-top:1px solid #cecece;border-bottom:0}.status-section-v2 .table-container .col-sr{color:#000;font-size:17px;font-style:normal;font-weight:600;line-height:normal}.status-section-v2 .table-container .pb{display:flex;align-items:center;gap:12px}.status-section-v2 .table-container .pb__label{color:#2f48a5;font-size:15px;font-style:normal;font-weight:700;line-height:normal}.status-section-v2 .table-container .pb__track{flex:1;height:14px;background:#e9edf3;border-radius:82x;overflow:hidden}.status-section-v2 .table-container .pb__fill{height:100%;background:#2f48a5;border-radius:2px 0 0 2px;transition:width .2s linear}.status-section-v2 .pgn{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:12px;padding:8px 0;-webkit-user-select:none;user-select:none}.status-section-v2 .pgn__btn{min-width:34px;height:34px;padding:0 10px;border-radius:9999px;border:1px solid transparent;background:#fff;color:#222;font:500 14px/32px system-ui,-apple-system,Segoe UI,Roboto,Arial;cursor:pointer;transition:transform .12s ease,background .12s ease,border-color .12s ease}.status-section-v2 .pgn__btn:hover:not(:disabled){background:#f4f6ff;border-color:#dcdcdc;transform:translateY(-1px)}.status-section-v2 .pgn__btn:focus-visible{outline:2px solid rgba(50,75,189,.35);outline-offset:2px}.status-section-v2 .pgn__btn.is-active{background:#324bbd;color:#fff;border-color:#324bbd;font-weight:600}.status-section-v2 .pgn__btn--icon{min-width:34px;padding:0 8px;color:gray}.status-section-v2 .pgn__btn--icon:hover:not(:disabled){border-color:#dcdcdc;color:#222}.status-section-v2 .pgn__btn:disabled{opacity:.45;cursor:not-allowed;transform:none}.status-section-v2 .pgn__dots{min-width:16px;text-align:center;color:gray;font:500 14px/32px system-ui,-apple-system,Segoe UI,Roboto,Arial}.drilldown-modal{font-family:Poppins}.drilldown-modal .ant-modal-content{border-radius:10px;padding:14px 24px;font-family:Poppins}.drilldown-modal .ant-modal-header{border-bottom:none;padding-bottom:0;font-family:Poppins}.drilldown-modal .ant-modal-body{padding-top:8px}.drilldown-modal__header{display:flex;flex-direction:column}.drilldown-modal__title{color:#000;font-size:15px;font-style:normal;font-weight:400;font-family:Poppins;line-height:normal}.drilldown-modal__subtitle{color:#6c6c6c;font-size:10px;font-style:normal;font-weight:400;line-height:normal;font-family:Poppins}.drilldown-modal__list{display:grid;gap:12px;margin-top:8px}.drilldown-modal__card{--strip-color: #ddd;display:flex;width:100%;text-align:left;background:#fff;border:1px solid #ededed;border-radius:12px;padding:14px 16px;position:relative;cursor:pointer;transition:box-shadow .2s ease,border-color .2s ease,transform .03s ease}.drilldown-modal__card:before{content:"";position:absolute;top:0;bottom:0;left:0;width:8px;background:var(--strip-color);border-radius:12px 0 0 12px}.drilldown-modal__card:hover{border-color:#d9d9d9;box-shadow:0 4px 14px #00000014}.drilldown-modal__card:active{transform:translateY(1px)}.drilldown-modal__card-content{margin-left:16px;display:flex;flex-direction:column;gap:2px}.drilldown-modal__card-title{color:#000;font-size:15px;font-weight:400;line-height:normal}.drilldown-modal__card-desc{color:#545454;font-size:11px;font-weight:400;line-height:normal}.Compare-heat-map-feature{font-family:Poppins}.Compare-heat-map-feature .para{color:#717171;font-size:15px;font-style:normal;font-weight:400;line-height:22.572px}.Compare-heat-map-feature .main-table-parent{margin-top:30px;padding:25px;border-radius:20px;border:1px solid #eee;background:#fff;box-shadow:0 7px 17px #0000000f}.Compare-heat-map-feature .all-dropdown{display:flex;gap:25px;align-items:center;justify-content:space-between}.Compare-heat-map-feature .label{color:#000;font-size:12px;font-style:normal;font-weight:400;line-height:22px}.Compare-heat-map-feature .table-container{width:100%;overflow-x:auto;margin-top:17px}.Compare-heat-map-feature .table-container table{width:100%;border-spacing:0}.Compare-heat-map-feature .table-container .heat-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:max-content;min-width:100%}.Compare-heat-map-feature .table-container .th-srno,.Compare-heat-map-feature .table-container .td-srno{min-width:64px;width:64px;position:sticky;left:0;z-index:3;background:#fff}.Compare-heat-map-feature .table-container .th-Drivers,.Compare-heat-map-feature .table-container .td-Drivers{min-width:420px;width:420px;position:sticky;left:0;z-index:3;background:#fff}.Compare-heat-map-feature .table-container .th-Total,.Compare-heat-map-feature .table-container .td-Total{min-width:120px;width:120px;position:sticky;left:420px;z-index:3;background:#fff}.Compare-heat-map-feature .table-container thead .th-srno,.Compare-heat-map-feature .table-container thead .th-Drivers,.Compare-heat-map-feature .table-container thead .th-Total{z-index:4}.Compare-heat-map-feature .table-container th{text-align:center;padding:12.5px 22px;border:.5px solid #ececec;background:#fff;color:#000;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.Compare-heat-map-feature .table-container td{border:.5px solid #ececec;text-align:center}.Compare-heat-map-feature .table-container .col-sr{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.Compare-heat-map-feature .table-container .name-cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space:normal;word-break:break-word;line-height:1.3;text-align:left}.Compare-heat-map-feature .table-container .th-srno{min-width:50px}.Compare-heat-map-feature .table-container .td-Drivers{min-width:400px}.Compare-heat-map-feature .table-container .td-Total{min-width:50px}.Compare-heat-map-feature .table-container .td-srno{padding:12.5px 22px;border:.5px solid #ececec;background:#fff;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.Compare-heat-map-feature .table-container .td-Drivers{padding:12.5px 22px;border:.5px solid #ececec;background:#fff;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal;z-index:1}.Compare-heat-map-feature .table-container .td-Total{padding:12.5px 22px;border:.5px solid #ececec;background:#f8f8f8;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.Compare-heat-map-feature .table-container .heat-td{padding:12.5px 22px;border:1px solid white;background:#f8f8f8;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.Compare-heat-map-feature .table-container tfoot .sticky-footer-cell{position:sticky;bottom:0;border-top:2px solid #e6e6e6;font-weight:600}.Compare-heat-map-feature .table-container tfoot .td-srno,.Compare-heat-map-feature .table-container tfoot .td-Drivers,.Compare-heat-map-feature .table-container tfoot .td-Total{z-index:5}.Compare-heat-map-feature .legend{display:flex;align-items:center;justify-content:center;gap:20px;font-size:13px;color:#444;line-height:1}.Compare-heat-map-feature .legend .legend__item{display:flex;align-items:center;gap:10px;white-space:nowrap}.Compare-heat-map-feature .legend .legend__swatch{width:26px;height:12px;border-radius:4px;border:1px solid rgba(0,0,0,.06);box-shadow:inset 0 0 0 1px #00000005}.Compare-heat-map-feature .legend .legend__swatch--dev{background:linear-gradient(270deg,#fed5d7 17.29%,#f99799 82.72%)}.Compare-heat-map-feature .legend .legend__swatch--caution{background:#e8e8e8}.Compare-heat-map-feature .legend .legend__swatch--strength{background:linear-gradient(270deg,#01ae88 21.05%,#92ded1 80.26%)}.Compare-heat-map-feature .legend .legend__text{letter-spacing:.1px}.Compare-heat-map-feature .fotter{display:flex;align-items:center;justify-content:space-between;margin-top:30px}.Compare-heat-map-feature .fotter .ant-pagination{font-family:Poppins}.Compare-heat-map-feature .fotter .ant-pagination .ant-pagination-item-active{border-radius:8px;background:#2f48a5}.Compare-heat-map-feature .fotter .ant-pagination .ant-pagination-item-active a{color:#fff}.Compare-heat-map-feature .fotter .sent-legend{display:flex;align-items:flex-start;gap:48px;font-family:Poppins;color:#4a4a4a}.Compare-heat-map-feature .fotter .sent-group{display:flex;flex-direction:column;align-items:center}.Compare-heat-map-feature .fotter .sent-group__title{font-size:14px;font-weight:500;margin-bottom:10px}.Compare-heat-map-feature .fotter .sent-items{display:flex;gap:24px}.Compare-heat-map-feature .fotter .sent-item{display:flex;flex-direction:column;align-items:center;gap:5px}.Compare-heat-map-feature .fotter .sent-swatch{width:40px;height:16px;border-radius:3px;display:inline-block}.Compare-heat-map-feature .fotter .sent-swatch--neg-strong{background:#F99799}.Compare-heat-map-feature .fotter .sent-swatch--neg-light{background:#FED5D7}.Compare-heat-map-feature .fotter .sent-swatch--neutral{background:#EEE}.Compare-heat-map-feature .fotter .sent-swatch--pos-light{background:#92DED1}.Compare-heat-map-feature .fotter .sent-swatch--pos-strong{background:#01AE88}.Compare-heat-map-feature .fotter .sent-label{font-size:12px;line-height:1;color:#000}.compare-driver-delta-feature{font-family:Poppins}.compare-driver-delta-feature .para{color:#717171;font-size:15px;font-style:normal;font-weight:400;line-height:22.572px}.compare-driver-delta-feature .main-table-parent{margin-top:30px;padding:25px;border-radius:20px;border:1px solid #eee;background:#fff;box-shadow:0 7px 17px #0000000f}.compare-driver-delta-feature .table-container{margin-top:17px}.compare-driver-delta-feature .table-container table{width:100%;border-spacing:0}.compare-driver-delta-feature .table-container th{text-align:left;padding:12.5px 22px;border:.5px solid #ECECEC;color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:normal}.compare-driver-delta-feature .table-container td{padding:12.5px 22px 12.5px 0;border:.5px solid #ECECEC;color:#000;font-size:17px;font-style:normal;font-weight:400;line-height:normal}.compare-driver-delta-feature .table-container .col-sr{color:#000;font-size:17px;font-style:normal;font-weight:600;line-height:normal}.compare-driver-delta-feature .table-container .themes{width:400px}.compare-driver-delta-feature .table-container .col-themes{padding:12.5px 22px}.compare-driver-delta-feature .table-container .col-progress{padding:0 12.5px 0 0}.compare-driver-delta-feature .table-container .ant-progress .ant-progress-bg,.compare-driver-delta-feature .table-container .ant-progress .ant-progress-inner{border-radius:0 100px 100px 0}.legend-driver-compare{display:flex;align-items:center;gap:28px;padding:4px 0}.legend-driver-compare .legend-item{display:inline-flex;align-items:center}.legend-driver-compare .legend-swatch{width:22px;height:10px;border-radius:3px;display:inline-block;box-shadow:0 0 0 1px #0000000f inset}.legend-driver-compare .legend-label{margin-left:8px;font-size:12.5px;line-height:1;color:#2d2d2d;white-space:nowrap}.legend-driver-compare .legend-swatch--current{background:rgb(47,72,165)}.legend-driver-compare .legend-swatch--past{background:rgb(168,186,255)}.legend-driver-compare .legend-swatch--benchmark{background:rgb(116,146,255)}.legend-driver-compare .legend-swatch--strength{background:#3cb371}.legend-driver-compare .legend-swatch--caution{background:#C0C0C0}.legend-driver-compare .legend-swatch--development{background:#ef5d5d}.legend-driver-compare .legend-swatch--caution-yellow{background:#FEB200}.likert-legend{margin-top:10px;display:flex;flex-direction:column;gap:9px;list-style:none;font-family:Poppins;max-height:200px;overflow-y:auto;overflow-x:hidden;border:1px solid #96a5b8;padding:10px;width:195px;box-sizing:border-box;border-radius:10px}.likert-legend .likert-item{display:flex;gap:6px;font-family:Poppins}.likert-legend .likert-text{font-size:11px;color:#000;font-family:Poppins}.likert-legend .likert-dot{width:14px;height:14px;border-radius:999px;background:#fff;position:relative;box-sizing:border-box;font-family:Poppins}.likert-legend .likert-dot:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:6px;height:6px;border-radius:999px;font-family:Poppins}.likert-legend .likert-dot--sa:after{background:#396}.likert-legend .likert-dot--a:after{background:#3CB371}.likert-legend .likert-dot--n:after{background:#FFD500}.likert-legend .likert-dot--d:after{background:#FEB200}.likert-legend .likert-dot--sd:after{background:#EF5D5D}.MainManagerLeaderParent{font-family:Poppins}.MainManagerLeaderParent .para{color:#717171;font-size:15px;font-style:normal;font-weight:400;line-height:22.572px}.MainManagerLeaderParent .table-container{width:100%;overflow-x:auto;margin-top:17px}.MainManagerLeaderParent .table-container table{width:100%;border-spacing:0}.MainManagerLeaderParent .table-container .heat-table{border-collapse:separate;border-spacing:0;table-layout:fixed;width:max-content;min-width:100%}.MainManagerLeaderParent .table-container .th-srno,.MainManagerLeaderParent .table-container .td-srno{min-width:64px;width:64px;position:sticky;left:0;z-index:3;background:#fff}.MainManagerLeaderParent .table-container .th-Drivers,.MainManagerLeaderParent .table-container .td-Drivers{min-width:420px;width:420px;position:sticky;left:68px;z-index:3;background:#fff}.MainManagerLeaderParent .table-container .th-Total,.MainManagerLeaderParent .table-container .td-Total{min-width:120px;width:120px;position:sticky;left:484px;z-index:3;background:#fff}.MainManagerLeaderParent .table-container thead .th-srno,.MainManagerLeaderParent .table-container thead .th-Drivers,.MainManagerLeaderParent .table-container thead .th-Total{z-index:4}.MainManagerLeaderParent .table-container th{text-align:center;padding:12.5px 22px;border:.5px solid #ececec;background:#fff;color:#000;font-size:15px;font-style:normal;font-weight:400;line-height:normal}.MainManagerLeaderParent .table-container td{border:.5px solid #ececec;text-align:center}.MainManagerLeaderParent .table-container .col-sr{color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.MainManagerLeaderParent .table-container .name-cell{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;white-space:normal;word-break:break-word;line-height:1.3;text-align:left}.MainManagerLeaderParent .table-container .th-srno{min-width:50px}.MainManagerLeaderParent .table-container .td-Drivers{min-width:400px}.MainManagerLeaderParent .table-container .td-Total{min-width:50px}.MainManagerLeaderParent .table-container .td-srno{padding:12.5px 22px;border:.5px solid #ececec;background:#fff;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.MainManagerLeaderParent .table-container .td-Drivers{padding:12.5px 22px;border:.5px solid #ececec;background:#fff;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal;z-index:1}.MainManagerLeaderParent .table-container .td-Total{padding:12.5px 22px;border:.5px solid #ececec;background:#f8f8f8;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.MainManagerLeaderParent .table-container .heat-td{padding:12.5px 22px;border:1px solid white;background:#f8f8f8;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:normal}.MainManagerLeaderParent .table-container tfoot .sticky-footer-cell{position:sticky;bottom:0;border-top:2px solid #e6e6e6;font-weight:600}.MainManagerLeaderParent .table-container tfoot .td-srno,.MainManagerLeaderParent .table-container tfoot .td-Drivers,.MainManagerLeaderParent .table-container tfoot .td-Total{z-index:5}.MainManagerLeaderParent .legend{display:flex;align-items:center;justify-content:center;gap:48px;font-size:13px;color:#444;line-height:1}.MainManagerLeaderParent .legend .legend__item{display:flex;align-items:center;gap:10px;white-space:nowrap}.MainManagerLeaderParent .legend .legend__swatch{width:26px;height:12px;border-radius:4px;border:1px solid rgba(0,0,0,.06);box-shadow:inset 0 0 0 1px #00000005}.MainManagerLeaderParent .legend .legend__swatch--dev{background:linear-gradient(270deg,#fed5d7 17.29%,#f99799 82.72%)}.MainManagerLeaderParent .legend .legend__swatch--caution{background:#e8e8e8}.MainManagerLeaderParent .legend .legend__swatch--strength{background:linear-gradient(270deg,#01ae88 21.05%,#92ded1 80.26%)}.MainManagerLeaderParent .legend .legend__text{letter-spacing:.1px}.MainManagerLeaderParent .fotter{display:flex;align-items:center;justify-content:space-between;margin-top:40px}.MainManagerLeaderParent .fotter .ant-pagination{font-family:Poppins}.MainManagerLeaderParent .fotter .ant-pagination .ant-pagination-item-active{border-radius:8px;background:#2f48a5}.MainManagerLeaderParent .fotter .ant-pagination .ant-pagination-item-active a{color:#fff}.MainDashboardAdani .inside-container{padding:0 20px}.MainDashboardAdani .select-section{display:flex;justify-content:center;margin-top:20px;margin-bottom:20px}.MainDashboardAdani .filter-inside .ant-select-single,.MainDashboardAdani .filter-inside .ant-select-selection-item{margin-right:35px;color:#fff!important}.MainDashboardAdani .filter-inside .ant-select-selector{color:#fff!important;font-size:16px;font-family:Poppins;font-style:normal;font-weight:400;line-height:24px;border:none;border-radius:8px;background:#3A3F8E}.MainDashboardAdani .filter-inside .ant-select-selection-placeholder{color:#fff!important;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.MainDashboardAdani .filter-inside .ant-select-arrow,.MainDashboardAdani .filter-inside .ant-select-selection-search-input{color:#fff!important}.MainDashboardAdani .filter-inside .ant-select-clear{width:14px;height:14px;background:#5d5fef;color:#fff}.MainDashboardAdani .trend-select{display:flex;gap:20px}.MainDashboardAdani .DashboardCard{padding:20px;border-radius:20px;background:#fff;box-shadow:#808083 1px 1px 2px}.MainDashboardAdani .DashboardCard .label-head-txt{color:#3a3f8e;font-size:16px;font-family:Poppins;font-style:normal;font-weight:600;line-height:32px;margin-bottom:20px}.MainDashboardAdani .DashboardCard .dashboard-container{display:flex;gap:20px}.MainDashboardAdani .DashboardCard .dashboard-card{width:100%;padding:20px;border-radius:12px;box-shadow:#808083 1px 5px 6px;transition:transform .3s}.MainDashboardAdani .DashboardCard .dashboard-card:hover{transform:scale(1.01)}.MainDashboardAdani .DashboardCard .card-value{color:#151d48;font-family:Poppins;font-size:32px;font-style:normal;font-weight:600;line-height:32px;margin-bottom:6px}.MainDashboardAdani .DashboardCard .card-label{color:#425166;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:24px}.MainDashboardAdani .DashboardCard .card-sub-label{color:#425166;font-family:Poppins;font-size:14px;font-style:normal;font-weight:500;line-height:18px}.MainDashboardAdani .DashboardCard .bg-red{background:#FFE2E5}.MainDashboardAdani .DashboardCard .bg-yellow{background:#FFFADE}.MainDashboardAdani .DashboardCard .bg-green{background:#DCFCE7}.MainDashboardAdani .DashboardCard .bg-purple{background:#F3E8FF}.MainDashboardAdani .BusinessImpact{padding:20px;border-radius:20px;background:#fff;box-shadow:#808083 1px 1px 2px}.MainDashboardAdani .BusinessImpact .label-head-txt{color:#3a3f8e;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:32px;margin-bottom:20px}.MainDashboardAdani .BusinessImpact .impact-t{display:flex}.MainDashboardAdani .BusinessImpact .impact-t .blue-c{width:16px;height:16px;border-radius:50%;background:#5D5FEF}.MainDashboardAdani .BusinessImpact .impact-t .red-c{width:16px;height:16px;border-radius:50%;background:#e7b3b3}.MainDashboardAdani .BusinessImpact .impact-t .light-c{width:16px;height:16px;border-radius:50%;background:rgba(93,95,239,.3)}.MainDashboardAdani .BusinessImpact .impact-t .white-c{width:16px;height:16px;border-radius:50%;background:#96A5B8}.MainDashboardAdani .BusinessImpact .impact-t .bubble-txt{color:#444a6d;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.MainDashboardAdani .BusinessImpact .table-container{width:100%;padding:12px;border-radius:8px}.MainDashboardAdani .BusinessImpact .impact-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:8px;overflow:hidden}.MainDashboardAdani .BusinessImpact .impact-body-scroll{max-height:250px;overflow-y:auto;scrollbar-gutter:stable}.MainDashboardAdani .BusinessImpact tbody{border-radius:20px;border:1px solid #F8F9FA;background:#FFF;box-shadow:0 4px 20px #eeeeee80}.MainDashboardAdani .BusinessImpact .fixed-cell{color:#24252c!important;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600!important;line-height:20px}.MainDashboardAdani .BusinessImpact .impact-table th,.MainDashboardAdani .BusinessImpact .impact-table td{padding:15px;text-align:left;color:#444a6d;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.MainDashboardAdani .BusinessImpact .impact-table td{padding-top:29px}.MainDashboardAdani .BusinessImpact .impact-table thead{background-color:#eef3f9;font-weight:700}.MainDashboardAdani .BusinessImpact .impact-table thead .table-title{min-width:189px;color:#000;font-family:Poppins;font-size:15px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:.3px;padding:18px}.MainDashboardAdani .BusinessImpact .view{cursor:pointer;color:#5d5fef!important;text-align:center;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:20px;text-decoration-line:underline}.MainDashboardAdani .BusinessImpact .impact-table tbody tr:last-child td{border-bottom:none}.MainDashboardAdani .drive-table-impact{display:flex;gap:20px}.MainDashboardAdani .DriversTable{margin-top:20px;padding:20px;border-radius:20px;background:#fff;box-shadow:#808083 1px 1px 2px}.MainDashboardAdani .DriversTable .d-table{display:flex;gap:10px}.MainDashboardAdani .DriversTable .txt{color:#3ab700;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:20px;align-self:stretch;margin-bottom:10px}.MainDashboardAdani .DriversTable .txt-1{color:#ff8400;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:20px;align-self:stretch;margin-bottom:10px}.MainDashboardAdani .DriversTable .table-container{width:max-content;border-radius:8px}.MainDashboardAdani .DriversTable .impact-table{width:100%;border-collapse:collapse;border-radius:12px 12px 0 0;background:rgba(58,183,0,.1);overflow:hidden}.MainDashboardAdani .DriversTable tbody{border-radius:0 0 12px 12px;border-right:1px solid #EDF2F6;border-bottom:1px solid #EDF2F6;border-left:1px solid #EDF2F6;background:#FFF;box-shadow:0 4px 20px #eeeeee80}.MainDashboardAdani .DriversTable .fixed-cell{color:#24252c!important;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600!important;line-height:20px}.MainDashboardAdani .DriversTable .impact-table th,.MainDashboardAdani .DriversTable .impact-table td{padding:8px;text-align:left;color:#000;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:20px}.MainDashboardAdani .DriversTable .impact-table td{padding-bottom:6px}.MainDashboardAdani .DriversTable .impact-table thead{background:rgba(58,183,0,.1)}.MainDashboardAdani .DriversTable .key-imp-thead{border-radius:12px 12px 0 0;background:rgba(255,132,0,.1)!important}.MainDashboardAdani .DriversTable .impact-table thead .table-title{color:#3ab700;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding:12px}.MainDashboardAdani .DriversTable .impact-table thead .table-title-1{color:#ff8400;font-family:Poppins;font-size:14px;font-style:normal;font-weight:600;line-height:20px;padding:12px}.MainDashboardAdani .DriversTable .impact-table tbody tr:last-child td{border-bottom:none}.MainDashboardAdani .DriversTable .action-plan-m{color:#2950a3;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:20px;text-decoration-line:underline;text-decoration-style:solid;text-decoration-skip-ink:none;text-decoration-thickness:auto;text-underline-offset:auto;text-underline-position:from-font;margin-top:10px;text-align:right;cursor:pointer}.MainDashboardAdani .Statement{width:100%;margin-top:20px;padding:20px 0 20px 20px;border-radius:20px;background:#fff;box-shadow:#808083 1px 1px 2px}.MainDashboardAdani .Statement .inside-statement{padding:20px 0 20px 20px}.MainDashboardAdani .Statement .inside-statement ul li{color:#000;font-family:Poppins;font-size:14px;font-style:normal;font-weight:400;line-height:24px;align-self:stretch;margin-bottom:7px}.MainDashboardAdani .DashboardEngagement{padding:20px;border-radius:20px;background:#fff;box-shadow:#808083 1px 1px 2px;margin:20px 0}.MainDashboardAdani .DashboardEngagement .color-engage{display:flex;align-items:center;gap:5px}.ActionPlanModalDashboard{width:800px!important}.ActionPlanModalDashboard .ant-modal-body .head{color:#366ff4!important;font-family:Poppins;font-size:16px;font-style:normal;font-weight:500;line-height:32px;margin-bottom:15px}.ActionPlanModalDashboard .ant-modal-body .people-focus-container{font-family:Poppins;margin:20px auto;padding:20px;border-radius:8px;background:#F2F2F2}.ActionPlanModalDashboard .ant-modal-body .people-focus-container .title{color:#000;font-family:Poppins;font-size:18px;font-style:normal;font-weight:600;line-height:32px;margin-bottom:15px}.ActionPlanModalDashboard .ant-modal-body .people-focus-container .section{margin-bottom:20px}.ActionPlanModalDashboard .ant-modal-body .people-focus-container h3{color:#000;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600;line-height:24px;margin-bottom:8px}.ActionPlanModalDashboard .ant-modal-body .people-focus-container .custom-ordered-list{list-style:none;counter-reset:list-counter;margin-left:20px;padding:0}.ActionPlanModalDashboard .ant-modal-body .people-focus-container .custom-ordered-list li{counter-increment:list-counter;font-size:16px;line-height:1.5;position:relative;display:flex;align-items:flex-start}.ActionPlanModalDashboard .ant-modal-body .people-focus-container .para{margin-left:20px;margin-bottom:10px;color:#000;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:24px}.ActionPlanModalDashboard .ant-modal-body .people-focus-container .custom-ordered-list li:before{content:"(" counter(list-counter,lower-alpha) ")";display:inline-block;min-width:30px;text-align:left;margin-right:5px;flex-shrink:0}.ImpactTableModalDashboard{width:max-content!important}.ImpactTableModalDashboard .ant-modal-body .head{color:#05004e;font-family:Poppins;font-size:20px;font-style:normal;font-weight:500;line-height:32px;margin-bottom:10px}.ImpactTableModalDashboard .ant-modal-body .impact-table{width:100%;border-collapse:collapse;background-color:#fff;border-radius:8px;overflow:hidden}.ImpactTableModalDashboard .ant-modal-body tbody{border-radius:20px;border:1px solid #F8F9FA;background:#FFF;box-shadow:0 4px 20px #eeeeee80}.ImpactTableModalDashboard .ant-modal-body .fixed-cell{color:#24252c!important;font-family:Poppins;font-size:16px;font-style:normal;font-weight:600!important;line-height:20px}.ImpactTableModalDashboard .ant-modal-body .impact-table th,.ImpactTableModalDashboard .ant-modal-body .impact-table td{padding:15px;text-align:left;color:#444a6d;font-family:Poppins;font-size:16px;font-style:normal;font-weight:400;line-height:20px}.ImpactTableModalDashboard .ant-modal-body .impact-table td{padding-bottom:6px;text-align:center}.ImpactTableModalDashboard .ant-modal-body .impact-table thead{background-color:#eef3f9;font-weight:700}.ImpactTableModalDashboard .ant-modal-body .impact-table thead .table-title{color:#000;font-family:Poppins;font-size:15px;font-style:normal;font-weight:500;line-height:22px;letter-spacing:.3px;padding:18px}.ImpactTableModalDashboard .ant-modal-body .impact-table tbody tr:last-child td{border-bottom:none}@media screen and (min-width: 1440px){.MainDashboardAdani .trend-line-chart-w{width:295px!important;height:174px}}@media screen and (min-width: 1600px){.MainDashboardAdani .trend-line-chart-w{width:347px!important;height:174px}}.custom-summary-modal .ant-modal-content{background-color:#f4f4f44d;backdrop-filter:blur(25px);-webkit-backdrop-filter:blur(12px);padding:32px;border-radius:12px;box-shadow:0 8px 32px #0000001a}.custom-summary-modal .modal-container{display:flex;gap:32px;align-items:flex-start}.custom-summary-modal .left-image{flex:1;display:flex;align-items:center;justify-content:center}.custom-summary-modal .left-image img{width:220px;height:auto}.custom-summary-modal .right-text-box{flex:2;display:flex;flex-direction:column;align-items:flex-start}.custom-summary-modal .tooltip-text{background-color:#8d8ef6;color:#000;padding:16px 18px;border-radius:10px;font-size:16px;font-weight:500;line-height:1.6;margin-top:45px;width:100%}.custom-summary-modal .close-button{align-self:center;margin-top:60px;margin-right:220px;padding:8px 20px;border:1px solid #2f48a5;background-color:transparent;color:#2f48a5;border-radius:8px;font-weight:500;font-size:14px;cursor:pointer;transition:all .2s}.kyara-summary{display:flex;align-items:center;gap:10px;cursor:pointer;font-weight:500;font-size:16px;color:#2f48a5;border-radius:10px;border:2px solid #2f48a5;padding:8px 10px}.kyara-wrap-tooltip .kyara-avatar{all:unset;display:inline-grid;place-items:center;width:34px;height:34px;border-radius:999px;box-shadow:0 2px 6px #11182726;outline:2px solid #b8b6ff;background:#ffffff;cursor:pointer;transition:transform .12s ease}.kyara-wrap-tooltip .kyara-avatar img{width:28px;height:28px;border-radius:999px;display:block}.kyara-wrap-tooltip .kyara-avatar:hover{transform:translateY(-1px)}.kyara-wrap-tooltip .kyara-bubble .ant-tooltip-inner{position:relative;width:400px;right:150px;overflow:hidden;background:#ffffff;border-radius:16px;padding:18px 24px 18px 22px;box-shadow:0 8px 24px #1118271f}.kyara-wrap-tooltip .kyara-bubble .ant-tooltip-inner:before{content:"";position:absolute;inset:0 auto 0 0;width:8px;border-top-left-radius:inherit;border-bottom-left-radius:inherit;border-top-right-radius:0;border-bottom-right-radius:0;background:linear-gradient(180deg,#7b7cf2 0%,#6a6bf1 100%);box-shadow:inset -1px 0 #ffffff40;pointer-events:none}.kyara-wrap-tooltip .kyara-bubble .kyara-scroll{max-height:164px;overflow:auto;padding-right:4px;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.25) transparent}.kyara-wrap-tooltip .kyara-bubble .kyara-scroll::-webkit-scrollbar{width:6px}.kyara-wrap-tooltip .kyara-bubble .kyara-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(0,0,0,.25)}.kyara-wrap-tooltip .kyara-bubble .kyara-scroll::-webkit-scrollbar-track{background:transparent}.kyara-wrap-tooltip .kyara-bubble .ant-tooltip-arrow:before{background:#ffffff!important;box-shadow:0 2px 6px #11182714}.kyara-wrap-tooltip .kyara-bubble.ant-tooltip-placement-leftTop .ant-tooltip-arrow{top:22px}.kyara-wrap-tooltip .kyara-bubble.ant-tooltip-placement-left .ant-tooltip-arrow{top:50%}.kyara-wrap-tooltip .kyara-bubble.ant-tooltip-placement-leftBottom .ant-tooltip-arrow{bottom:22px}.kyara-wrap-tooltip .kyara-bubble-text{margin:0;color:#111827;font-size:14px;line-height:1.55;font-weight:500;font-style:italic}.kyara-wrap-tooltip .kyara-bubble-text{color:#000;font-family:Poppins;font-size:14px;font-style:italic;font-weight:300;line-height:24px}.kyara-wrap-tooltip .kyara-bubble-text:before{content:"“"}.kyara-wrap-tooltip .kyara-bubble-text:after{content:"”"}.notif-popover{position:absolute;top:calc(100% + 30px);font-family:Poppins;width:320px;background:#ffffff;border:1px solid #e6e6e6;border-radius:12px;box-shadow:0 12px 32px #00000014;padding:12px;z-index:1000}.notif-popover .scroll-noti{max-height:300px;overflow:auto;padding-right:4px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:#d9d9d9 transparent}.notif-popover .scroll-noti::-webkit-scrollbar{width:8px}.notif-popover .scroll-noti::-webkit-scrollbar-track{background:transparent}.notif-popover .scroll-noti::-webkit-scrollbar-thumb{background:#d9d9d9;border-radius:10px}.notif-popover .scroll-noti::-webkit-scrollbar-thumb:hover{background:#c4c4c4}.notif-popover .notif-header{display:flex;align-items:center;margin-bottom:8px}.notif-popover .notif-header .notif-title{font-weight:600;color:#2a2a2a}.notif-popover .notif-header .notif-badge{margin-left:auto;font-size:12px;line-height:1;padding:4px 8px;border-radius:999px;background:#ff4d4f;color:#fff;font-weight:600}.notif-popover .notif-list{list-style:none;padding:0;margin:0;display:grid;gap:10px}.notif-popover .notif-item{display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:10px;padding:10px 12px;border:1px solid #f0f0f0;border-radius:10px;background:#fff}.notif-popover .notif-item.unread{background:#f6f7fb}.notif-popover .notif-icon{width:28px;height:28px;border-radius:999px;display:inline-block}.notif-popover .notif-icon.warn{background:#ede7ff;position:relative}.notif-popover .notif-icon.warn:after{content:"";position:absolute;top:7px;right:7px;bottom:7px;left:7px;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:12px solid #7c61ff}.notif-popover .notif-icon.info{background:#eaf2ff;position:relative}.notif-popover .notif-icon.info:after{content:"";position:absolute;left:50%;top:50%;width:8px;height:8px;transform:translate(-50%,-50%);border-radius:999px;background:#4a74ff}.notif-popover .notif-text p{margin:0;font-size:14px;color:#5b5b5b;line-height:1.35}.notif-popover .notif-pill{width:56px;height:20px;border-radius:6px;background:#e9e9ff}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box[data-placement^=top]>.tippy-svg-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-svg-arrow:after,.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg{top:16px;transform:rotate(180deg)}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg{bottom:16px}.tippy-box[data-placement^=left]>.tippy-svg-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-svg-arrow:after,.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg{transform:rotate(90deg);top:calc(50% - 3px);left:11px}.tippy-box[data-placement^=right]>.tippy-svg-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-svg-arrow:after,.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg{transform:rotate(-90deg);top:calc(50% - 3px);right:11px}.tippy-svg-arrow{width:16px;height:16px;fill:#333;text-align:initial}.tippy-svg-arrow,.tippy-svg-arrow>svg{position:absolute}
