@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";.sidebar-container{max-width:250px;width:100%;border-right:1px solid var(--stroke-primary);height:100%;flex-shrink:0;padding:1.5rem 1.2rem;display:flex;flex-direction:column}.sidebar-logo_container{display:flex;justify-content:center;align-items:center;margin-bottom:2rem}.sidebar-links_container{flex-grow:1;display:flex;flex-direction:column;gap:.5rem}.sidebar-link{display:flex;gap:.7rem;align-items:center;padding:.75rem;font-size:.875rem;color:var(--gray-primary)}.sidebar-link-active{background-color:var(--theme-primary);color:#fff;border-radius:8px}.sidebar-notification{height:1.1rem;width:1.1rem;border-radius:50%;background-color:var(--red-primary);font-size:10px;color:#fff;display:flex;justify-content:center;align-items:center}.sidebar-logout{display:flex;justify-content:center;align-items:center;color:#e25353;gap:.5rem;font-weight:400;font-size:1rem;margin-top:1rem;cursor:pointer}.dashboard-container{display:flex;height:100%}.main-container{flex-grow:1;display:flex;flex-direction:column}.topbar{border-bottom:1px solid var(--stroke-primary);display:flex;justify-content:space-between;padding:.7rem 1.5rem;align-items:center}.topbar-notifications_container{position:relative;display:flex;justify-content:center;align-items:center;gap:3rem}.topbar-notifications_container img{cursor:pointer}.topbar-notifications_count{position:absolute;height:13px;width:13px;background-color:var(--red-primary);color:#fff;display:flex;justify-content:center;align-items:center;font-size:8px;border-radius:50%;padding:2px;top:0;right:0}.page-heading{font-weight:500;font-size:1.4rem;margin:0;padding:0}.table-container{width:100%;overflow-x:auto;padding:.8rem;border-radius:8px;border:1px solid var(--stroke-primary)}.search-input-container{display:flex;align-items:center;border:1px solid var(--stroke-secondary);padding:10px 12px;border-radius:4px;gap:10px}.search-input-container:focus-within{border:1px solid var(--stroke-primary)}.search-input{outline:none;border:none;font-size:.875rem}.search-input::placeholder{color:var(--stroke-primary)}.login_container{display:flex;justify-content:center;align-items:center;height:100vh;background-image:url(/assets/bgLogin-CFFqePVt.png);background-size:cover;background-position:center;background-repeat:no-repeat}.login_container h1{color:#000;font-weight:500;font-size:1.7rem;margin-bottom:2rem;text-align:center}.login_box{width:34vw;padding:3rem;background-color:#fff;border-radius:20px}.login-button{margin-top:1.5rem;width:100%;background-color:#019875;color:#fff;border:none;padding:1.7vh;border-radius:6px;cursor:pointer}.ge3s_logo{display:flex;text-align:center;width:25%;margin:0 auto}.input_login{margin-top:1.5rem}.error-message{color:red;font-size:.9rem;margin-bottom:0}.scheduled_calls-container{display:flex;flex-direction:column;gap:1.5rem}.scheduled_calls-heading-container{display:flex;align-items:center;justify-content:space-between}.scheduled_calls-heading-left{display:flex;gap:1.5rem;align-items:center}.custom-table{display:grid;grid-template-columns:repeat(5,1fr);width:100%;background-color:#fff;row-gap:10px}.custom-header-row{display:contents}.custom-header-row .custom-table-header:first-of-type{border-radius:6px 0 0 6px}.custom-header-row .custom-table-header:last-of-type{border-radius:0 6px 6px 0}.custom-table-header{padding:.875rem;font-size:.875rem;color:var(--gray-secondary);font-weight:400;background-color:var(--gray-tertiary)}.custom-table-cell{padding:.875rem;text-align:left;font-weight:400;font-size:.875rem;border-top:1px solid var(--stroke-secondary);border-bottom:1px solid var(--stroke-secondary)}.custom-table-row .custom-table-cell:first-of-type{border-radius:6px 0 0 6px;border-top:1px solid var(--stroke-secondary);border-left:1px solid var(--stroke-secondary)}.custom-table-row .custom-table-cell:last-of-type{border-radius:0 6px 6px 0;border-top:1px solid var(--stroke-secondary);border-right:1px solid var(--stroke-secondary)}.custom-table-row{display:contents}.schedule-table{display:grid;grid-template-columns:repeat(6,1fr);width:100%;background-color:#fff;gap:10px}.schedule-header-row{display:contents}.schedule-header-row .schedule-table-header:first-of-type{border-radius:6px 0 0 6px}.schedule-header-row .schedule-table-header:last-of-type{border-radius:0 6px 6px 0}.schedule-table-header{padding:.875rem;font-size:.875rem;color:var(--gray-secondary);font-weight:400;background-color:var(--gray-tertiary)}.schedule-table-cell{padding:.875rem;text-align:left;font-weight:400;font-size:.875rem;border-top:1px solid var(--stroke-secondary);border-bottom:1px solid var(--stroke-secondary);display:flex;align-items:center}.schedule-table-row .schedule-table-cell:first-of-type{border-radius:6px 0 0 6px;border-top:1px solid var(--stroke-secondary);border-left:1px solid var(--stroke-secondary)}.schedule-table-row .schedule-table-cell:last-of-type{border-radius:0 6px 6px 0;border-top:1px solid var(--stroke-secondary);border-right:1px solid var(--stroke-secondary)}.schedule-table-row{display:contents}.add-comment-btn{border:1px solid #eeeeee;color:#585555;padding:.375rem .75rem;font-size:.875rem;font-weight:400;border-radius:4px;background-color:transparent;max-width:7.25rem;cursor:pointer}.outlined-btn{background:none;border:1px solid transparent;border-radius:6px;padding:8px 1.5rem;font-weight:500;line-height:24px;cursor:pointer;color:#369d9c;text-transform:capitalize;transition:all .3s ease;background-image:linear-gradient(#fff,#fff),linear-gradient(101.74deg,#369d9c,#28814d);background-origin:border-box;background-clip:padding-box,border-box}.gradient-btn{padding:8px 1.5rem;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(101.74deg,#369d9c,#28814d);cursor:pointer;color:#fff;font-weight:500;font-size:.875rem;line-height:24px}.gradient-btn:hover{background:linear-gradient(270deg,#00191d,#67b48d)}.gradient-btn:disabled{cursor:default;background:#e8e8e8;color:#a2a2a2}.vetting_process-container{display:flex;flex-direction:column;gap:1.5rem}.vetting_process-heading-container{display:flex;align-items:center;justify-content:space-between}.vetting_process-heading-left{display:flex;gap:1.5rem;align-items:center}.vetting-all_tab-container{display:flex;gap:1.5rem;flex-direction:column}.toggle-action-container{display:flex;border-radius:8px;overflow:hidden;box-shadow:0 0 4px #0000001a;border:1px solid var(--stroke-secondary);width:90%}.toggle-action-button{flex:.5;padding:6px 8px;text-align:center;cursor:pointer;font-size:13px;transition:background-color .3s ease;color:var(--gray-primary);display:flex;justify-content:center;align-items:center;gap:5px}.toggle-action-button:first-of-type{border-right:1px solid var(--stroke-secondary)}.toggle-action-button.approved{background-color:#e6f4ea;color:#34a853}.toggle-action-button.re-verify{background-color:#ffcfd0;color:#ed4a3c}.toggle-action-button.re-verify-icon{margin-right:5px}.reVerify-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center}.reVerify-modal-content{background:#fff;padding:2rem;border-radius:8px;max-width:450px;width:100%;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:column;gap:1rem}.reVerify-modal-content h3{margin:0 0 10px;font-weight:500;font-size:1.2rem}.reVerify-modal-content textarea{width:100%;padding:10px;margin-bottom:10px;border:1px solid #ccc;border-radius:4px;font-family:Inter;outline:none}.reVerify-modal-actions{display:flex;gap:1rem;justify-content:flex-end}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal-content{background:#fff;padding:40px;border-radius:24px;max-width:700px;width:100%;text-align:center}.modal-buttons{display:flex;justify-content:right;gap:16px;margin-top:24px}.selected-files{margin:15px 0;max-height:150px;overflow-y:auto}.file-item{display:flex;justify-content:space-between;align-items:center;padding:8px;background-color:#f5f5f5;border-radius:4px;margin-bottom:5px}.company-table{width:100%;border-collapse:separate;border-spacing:0 8px;font-family:Inter}.company-table thead th{text-align:left;font-weight:400;font-size:.8rem;padding:10px;color:#717171;background-color:#fafafa;line-height:"21px"}.company-table tbody tr{background-color:#fff;cursor:pointer;border-radius:4px;box-shadow:0 0 0 1px #d9d9d966;transition:box-shadow .3s ease}.company-table tbody tr:hover{box-shadow:0 0 0 2px #d9d9d999}.company-table td{padding:.9rem;font-weight:400;font-size:.8rem}.company-table td:first-child{border-top-left-radius:4px;border-bottom-left-radius:4px}.company-table td:last-child{border-top-right-radius:4px;border-bottom-right-radius:4px}.sort-button{display:inline-block;text-align:center;vertical-align:middle;border:none;background:none;font-size:1rem;cursor:pointer}.skeleton-row .skeleton-cell{height:20px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:5px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-row td{padding:10px}.company-details{padding:10px;font-family:Inter,Arial,sans-serif}.main-content{display:flex;gap:20px;min-height:100%}.company-info{flex:2.5;display:flex;flex-direction:column}.team-and-plans{flex:2;display:flex;flex-direction:column}.info-card{background-color:#fff;border-radius:8px;border:1px solid #eeeeee;padding:10px;margin-bottom:20px;flex:1;display:flex;flex-direction:column}.info-card:last-child{margin-bottom:0}.info-card h1{font-weight:400;font-size:18px;line-height:24px}.header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.header,.vetted-reports h1{font-weight:400;font-size:18px;line-height:24px}.vetted-reports{margin-top:10px}.block-button{font-weight:500;font-size:18px;line-height:24px;background-color:#ffefef;color:#ff3a3a;border:none;border-radius:8px;cursor:pointer;padding:10px;width:115px;height:40px}.company-header{display:flex;gap:20px}.company-logo{width:80px;height:80px;border-radius:50%;object-fit:cover}.company-info-details{flex:1;display:flex;flex-direction:column}.primary-details,.secondary-details,.secondary-details1{display:flex;justify-content:space-between}.company-primary,.company-secondary{flex:1}.company-primary h1,.company-secondary h1{font-weight:400;font-size:12px;line-height:23px;color:#787878;margin-bottom:5px}.company-primary h2,.company-secondary h2{font-weight:400;font-size:14px;line-height:23px;color:#000;margin-top:0}.owner-info{display:flex;align-items:center}.owner-avatar{width:56px;height:56px;border-radius:50%;margin-right:16px}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px}th{font-weight:700;color:#6e6e6e}.status-chip{padding:4px 8px;border-radius:16px;font-size:.8em}.status-chip.vetted{background-color:#e8f5e9;color:#4caf50}.status-chip.in-process{background-color:#e3f2fd;color:#2196f3}.divider{height:1px;background-color:#e0e0e0;margin:20px 0}@media (max-width: 768px){.main-content,.company-header,.primary-details,.secondary-details,.secondary-details1{flex-direction:column}}@media (max-width: 1200px){.company-header,.primary-details,.secondary-details,.secondary-details1{flex-direction:column}.company-primary,.company-secondary{margin-bottom:10px}}.resubmitted_process-container{display:flex;flex-direction:column;gap:1.5rem}.resubmitted_process-heading-container{display:flex;align-items:center;justify-content:space-between}.resubmitted_process-heading-left{display:flex;gap:1.5rem;align-items:center}.approval-table-title{font-size:1rem;margin:0 0 1rem;padding:0;font-weight:500}.approval-table{display:grid;grid-template-columns:.5fr 2.5fr 1.5fr 1.5fr;width:100%;background-color:#fff;row-gap:1rem}.approval-header-row{display:contents}.approval-header-row .approval-table-header:first-of-type{border-radius:6px 0 0 6px}.approval-header-row .approval-table-header:last-of-type{border-radius:0 6px 6px 0}.approval-table-header{padding:.875rem 1.2rem;font-size:.75rem;color:var(--gray-secondary);font-weight:400;background-color:var(--gray-tertiary)}.approval-table-cell{padding:1rem;text-align:left;font-weight:400;font-size:.75rem;border-top:1px solid var(--stroke-secondary);border-bottom:1px solid var(--stroke-secondary)}.approval-table-row .approval-table-cell:first-of-type{border-radius:6px 0 0 6px;border-top:1px solid var(--stroke-secondary);border-left:1px solid var(--stroke-secondary)}.approval-table-row .approval-table-cell:last-of-type{border-radius:0 6px 6px 0;border-top:1px solid var(--stroke-secondary);border-right:1px solid var(--stroke-secondary)}.approval-table-row{display:contents}.approval-table-symbol_div{display:flex;align-items:center;font-weight:500}.approval-table-data_points_div{display:flex;flex-direction:column;justify-content:center;gap:1.5rem}.approval-table-data-point{font-weight:500}.approval-table-values-div{display:flex;flex-direction:column;justify-content:center;gap:1.6rem}.approval-table-value{font-weight:500}.approval-table-status_div{display:flex;width:100%;align-items:center}.resubmitted-all_tab-container{display:flex;gap:1.5rem;flex-direction:column}.recent-reports-container{display:flex;flex-direction:column;gap:1.5rem;border:1px solid var(--stroke-secondary);border-radius:8px;padding:.8rem}.date-filter{padding:.5rem .75rem;display:flex;font-size:.8rem;color:var(--gray-primary);border:1px solid var(--stroke-secondary);align-items:center;gap:7px;cursor:pointer}.dashboard-top_card{border:1px solid var(--stroke-secondary);padding:1.25rem;border-radius:8px}.dashboard-top_card-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px}.filter-container{display:flex;gap:1.5rem}.top-card_filters{position:relative;display:flex;gap:.5rem;align-items:center;cursor:pointer;border:1px solid var(--stroke-secondary);padding:.5rem .75rem;border-radius:6px}.top-card_filters span{font-size:.75rem;color:var(--gray-primary);font-weight:500}.top-card_text{font-size:.85rem;color:var(--gray-secondary);font-weight:500}.top-card-number{margin:4px 0 0;display:block;font-size:1.4rem;font-weight:500}.top-card_dropdown{position:absolute;top:0;right:0;background-color:#fff;color:#000}.reports-main-container{display:flex;flex-direction:column;gap:1.5rem;border-radius:8px;padding:.8rem}.recent-reports-heading-container{display:flex;align-items:center;justify-content:space-between}.recent-reports-heading-left{display:flex;gap:1.5rem;align-items:center}.recent-reports-notifications{height:1.1rem;width:1.1rem;border-radius:50%;background-color:var(--red-primary);font-size:10px;color:#fff;display:flex;justify-content:center;align-items:center}.recent-reports-table{display:grid;grid-template-columns:repeat(4,1fr);width:100%;background-color:#fff;row-gap:10px}.recent-reports-header-row{display:contents}.recent-reports-header-row .recent-reports-table-header:first-of-type{border-radius:6px 0 0 6px}.recent-reports-header-row .recent-reports-table-header:last-of-type{border-radius:0 6px 6px 0}.recent-reports-table-header{padding:.875rem;font-size:.875rem;color:var(--gray-secondary);font-weight:400;background-color:var(--gray-tertiary)}.recent-reports-table-cell{padding:.875rem;text-align:left;font-weight:400;font-size:.875rem;border-top:1px solid var(--stroke-secondary);border-bottom:1px solid var(--stroke-secondary)}.recent-reports-table-row .recent-reports-table-cell:first-of-type{border-radius:6px 0 0 6px;border-top:1px solid var(--stroke-secondary);border-left:1px solid var(--stroke-secondary)}.recent-reports-table-row .recent-reports-table-cell:last-of-type{border-radius:0 6px 6px 0;border-top:1px solid var(--stroke-secondary);border-right:1px solid var(--stroke-secondary)}.recent-reports-table-row{display:contents}.date-filter{padding:.75rem;display:flex;font-size:.8rem;color:var(--gray-primary);border:1px solid var(--stroke-secondary);align-items:center;gap:7px;cursor:pointer;height:100%;border-radius:6px}.view_all-btn{margin-top:1rem;color:var(--gray-primary);font-size:.875rem;font-weight:500;display:flex;justify-content:flex-end;padding:0 1rem}.no-data-message{text-align:center;color:#9b9b9b;font-family:Inter}.sort-icon{cursor:pointer}.subscription-card{font-family:Inter,sans-serif;width:100%;max-width:288px;height:auto;padding:1rem;border:1px solid #eeeeee;border-radius:8px;background:#fff;box-sizing:border-box}.subscription-card__basic-box{background:linear-gradient(180deg,#d9efea,#fff);border:.5px solid #eeeeee;border-radius:8px;padding:1rem;margin-bottom:1.25rem}.subscription-card__title{font-size:1.5rem;line-height:1.2;font-weight:400;margin-bottom:.25rem;margin-top:-1px}.subscription-card__price{font-family:Inter,sans-serif;line-height:1.2;font-size:2rem;font-weight:500;margin-bottom:.25rem}.subscription-card__status{font-size:.875rem;color:#000;margin-bottom:1rem}.subscription-card__benefits{margin-bottom:1rem}.subscription-card__benefits-title{font-family:Inter,sans-serif;font-weight:400;margin-bottom:.5rem;font-size:.875rem;line-height:1.5}.subscription-card__benefit{display:flex;align-items:center;margin-bottom:.5rem}.subscription-card__benefit span{font-size:.875rem;font-weight:300;font-family:Inter,sans-serif}.subscription-card__icon{margin-right:.5rem}.subscription-card__icon--check,.subscription-card__icon--x{width:1.25rem;height:1.25rem;border:none;border-radius:5px}.subscription-card__icon--check{color:#22c55e;background-color:#fff}.subscription-card__icon--x{color:#ef4444;background-color:#ffefef}.subscription-card__edit-title{font-size:1.25rem;line-height:1.2;font-weight:400;font-family:Inter,sans-serif;margin-bottom:1rem}.subscription-card__input-group{margin-bottom:1rem;display:flex;flex-direction:column;gap:.5rem}.subscription-card__label{font-family:Inter,sans-serif;display:block;font-size:.875rem;font-weight:300;color:#626262}.subscription-card__input{width:100%;padding:.5rem;border:1px solid #eff5f7;border-radius:8px;box-sizing:border-box}@media screen and (min-width: 1490px){.subscription-card{max-width:320px}}@media screen and (min-width: 1680px){.subscription-card{max-width:360px}}@media screen and (min-width: 1920px){.subscription-card{max-width:400px}}@media screen and (max-width: 768px){.subscription-card{max-width:100%}}.setting_layout{display:flex;flex-direction:row;gap:12px;margin-top:24px}.button-container{display:flex;justify-content:flex-end;padding:20px;width:100%;box-sizing:border-box}.save-button{cursor:pointer;border:none;border-radius:6px;padding:12px 40px;font-family:Inter;color:#a2a2a2;font-weight:400;font-size:16px;background-color:#e0e0e0;transition:all .3s ease}.save-button.active{background:linear-gradient(90deg,#019875,#029875);cursor:pointer}.save-button span{color:#fff;font-weight:500}.report-page-heading{width:100%;display:flex;padding:30px 90px;align-items:center;gap:1rem;border-bottom:1px solid #eeeeee;background-color:#fff}.report-details-heading h2{margin:0 0 2rem;font-size:1.4rem;font-weight:500;line-height:1.5rem;letter-spacing:-.01em;text-align:left}.report_details-card_container{border-radius:12px;border:1px solid #eeeeee;padding:20px;background-color:#f8fff9;margin-bottom:1.5rem}.report_details-card{display:flex;flex-direction:column;align-items:stretch}.report_details-card-title{color:#787878;margin:0 10px 0 0;font-size:.875rem;font-weight:400}.report_details-card-value{font-weight:500;font-size:1rem}.sustainability-top-heading{padding:2rem 90px;margin-bottom:20px;background-color:#fff}.sustainability-top-heading h1{padding:0 10px;font-size:1.4rem;font-weight:600}.report-actions_container{display:flex;justify-content:space-between;align-items:center}.actions{display:flex;align-items:center;gap:1rem}.actions img{height:20px;width:20px;cursor:pointer}.charts-container{padding:30px 90px;background-color:#f9f9f9}.charts-container h2{font-size:1rem;font-weight:500;line-height:20px;margin-bottom:14px}.sustainability-section_heading{font-weight:600;font-size:1.2rem;line-height:22px;margin-bottom:20px}.sustainability-heading{padding:0 10px;display:flex;align-items:center;gap:30px}.sustainability-heading_container{padding:40px 10px 60px;overflow:hidden;margin-bottom:80px;background-size:contain;background-repeat:no-repeat;background-image:url(/assets/sustainabilityHeading-CATtp12C.png);background-color:#fff;border-radius:12px}.sustainability-heading_title{display:flex;align-items:center;gap:12px}.sustainability-heading_title h1{font-size:30px;font-weight:600}.sustainability-heading_title h2{font-size:30px;font-weight:400;margin:0}.sustain-subheading-h2{font-size:.8rem;font-weight:500;line-height:20px;white-space:nowrap}.chart-left-label{font-weight:600;font-size:12px}.sustain-base-grid-container{display:grid;grid-template-columns:1fr 2fr 2fr;gap:16px;width:100%}.sustain-base-grid-item{padding:16px;border:1px solid #ddd}.sustain-base-small-column{grid-column:1 / 2}.sustain-base-equal-column{grid-column:span 1}.sustain-environmental-grid-container{display:grid;grid-template-columns:1fr 2fr 2fr;gap:16px;width:100%}.sustain-environmental-grid-item{padding:16px;border:1px solid #ddd}.sustain-environmental-small-column{grid-column:1 / 2;padding:16px}.sustain-environmental-equal-column{grid-column:span 1}.half-doughnut-legend{margin-top:20px;font-size:12px;font-weight:400}.base-sector-card_title{font-weight:500;font-size:12px;margin-bottom:6px}.base-sector-card_grade{font-weight:500;font-size:14px}.grading-section{margin-bottom:60px}.disclaimer-div{margin-top:60px;margin-bottom:15%}.div-margin{margin-bottom:0}.disclaimer-div h3{margin:0 0 10px;font-size:11px;font-weight:500;line-height:16.94px}.disclaimer-div ul{margin-left:15px;list-style:decimal}.disclaimer-div ul li{font-weight:400;font-size:13px;line-height:20px;margin-bottom:5px}.sustainability-bottom_div{width:100%;display:flex;justify-content:flex-end;gap:40px;padding:10px 90px;border-top:1px solid #dbdbdb;position:fixed;bottom:0;background-color:#fff}.sustainability-bottom_div-container{padding:10px 0;position:fixed;bottom:0;width:100%;border-top:1px solid #dbdbdb;background-color:#fff}.sustainability-bottom_div1{width:96%;margin:0 auto;display:flex;justify-content:flex-end;gap:40px}.verification-btn{padding:12px 18px;border-radius:6px;font-size:1rem;color:#fff;border:none;cursor:pointer;background:linear-gradient(102deg,#369d9c,#28814d)}.btn-no_borders{font-weight:400;font-size:.875rem;line-height:24px;border:none;cursor:pointer;background-color:transparent;position:relative;display:inline-block;text-decoration:none;-webkit-background-clip:text;background-clip:text}.btn-no_borders:after{content:"";position:absolute;bottom:8px;left:0;height:1.5px;width:100%;background:transparent;transition:background .3s ease}.btn-no_borders:hover{background:linear-gradient(101.74deg,#369d9c,#28814d);-webkit-background-clip:text;color:transparent}.btn-no_borders:hover:after{background:linear-gradient(101.74deg,#369d9c,#28814d)}.expert-div{display:flex;justify-content:space-between;align-items:center;border:1px solid #dbdbdb;padding:10px 15px;position:fixed;bottom:10%;left:50%;transform:translate(-50%);width:96%;background-color:#fff;border-radius:12px}.expert-left_div{display:flex;align-items:center;gap:15px}.expert-left_div h2{font-weight:600;font-size:.9rem;line-height:24px}.expert-left_div h3{font-weight:400;font-size:.7rem;line-height:24px;color:#699191}.expert-right_div{display:flex;align-items:center;gap:40px;padding:0 10px 0 0}.expert-right_div .book-btn{cursor:pointer;background-color:transparent;border-radius:6px;border:1px solid #699191;font-size:.8rem;padding:12px;color:#699191;width:100px}.expert-right_div .close-btn{cursor:pointer;background-color:transparent;border:none}.score-breakdown_heading{font-weight:500!important;font-size:1.5rem!important;margin-bottom:.8rem!important}.score-breakdown_total_kpis{font-weight:400!important;font-size:.9rem!important}.score-breakdown_score{font-weight:600!important;font-size:3rem!important}*{box-sizing:border-box}body{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif;overflow-x:hidden}div[data-theme=light]{--theme-primary: #019875;--gray-primary: #585555;--gray-secondary: #727272;--gray-tertiary: #fafafa;--red-primary: #ff3a3a;--red-secondary: #c33f3f;--stroke-primary: #c5d2cb;--stroke-secondary: #eeeeee;--primary-gradient: linear-gradient(101.74deg, #369d9c 0%, #28814d 100%)}
