*{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
body {
    -webkit-font-smoothing: antialiased;
    font-family: 'Plus Jakarta Sans', sans-serif;
    background-color : #F3F8FE;
}

a{
    text-decoration: none;
}

ul,
p,
label,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0px;
}
html{
    scroll-behavior: smooth;
}

img{
    max-width: 100%;
}

ul {
    list-style: none;
    padding-left: 0px;
}
input:focus-visible{
    outline: none;
}


/* Header */
header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    z-index: 9;
    padding: 10px 46px 10px 24px;
    background-color: #fff;
    border-bottom: 1px solid #E5E9F2;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img{
    display: block;
}
.navLinks{
    display: flex;
    gap: 36px;
}
.navLinks li a{
    padding: 4px;
    font-weight: 400;
    font-size: 16px;
    line-height: 124%;
    color: #C0CCDA;
}
.navLinks .active a{
    color: #002678;
    font-weight: 600;
    position: relative;
}
.navLinks .active a::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #002678;
    bottom: -14px;
    left: 0;
}
.navProfile{
    position: relative;
}
.navProfile p{
    display: flex;
    align-items: center;
    cursor: pointer;
    gap: 6px;
}
.navProfile label{
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #1F2D3D;
    padding: 6px;
    background-color: #DAF7F3;
    cursor: pointer;
    border-radius: 50%;
}
.dropDown {
    position: absolute;
    width: 160px;
    background: #fff;
    border: 1px solid #E9ECEF;
    box-shadow: 0px 8px 16px rgba(16, 36, 49, 0.16);
    border-radius: 6px;
    padding: 8px 0;
    top: 30px;
    left: -110px;
}
.dropDown li a{
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #8492A6;
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px 12px;
    background-color: #fff;
    border: none;
}
.dropDown li a:hover{
    background-color: #F3FAFA;
}



/* Login & Signup page */
.login{
    padding: 99px 0 99px;
}
.loginContent{
    max-width: 836px;
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 4px;
    margin: auto;
    display: flex;
    align-items: center;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.loginForm{
    padding: 0 32px 0 42px;
    width: 100%;
}

.loginForm h1{
    font-weight: 600;
    font-size: 32px;
    line-height: 124%;
    color: #1F2D3D;
    padding-bottom: 36px;
}

.formgroup{
    padding-bottom: 24px;
}
.formgroup label{
    font-weight: 500;
    font-size: 16px;
    line-height: 124%;
    color: #1F2D3D;
    padding-bottom: 8px;
    display: inline-block;
}
.formgroup input{
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #E9ECEF;
    border-radius: 6px;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
}
.formgroup input::placeholder{
    color: #8492A6;
}

.formgroup .formPassword{
    display: flex;
    justify-content: space-between;
}
.formPassword a{
    font-weight: 400;
    font-size: 16px;
    line-height: 124%;
    color: #002678;
}
.formPasswordField{
    position: relative;
}
.formgroup .formPasswordField p{
    padding-top: 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #CFD4D9;
    display: flex;
    gap: 8px;
}
.formgroup .formPasswordField p span{
    max-width: 66px;
    width: 100%;
}
.formgroup .formPasswordField .message{
    color: #002678;
}
.formgroup .formPasswordField .error{
    font-weight: 600;
    color: #FF4949;
    max-width: 102px;
    width: 100%;
}

.formPasswordField img{
    position: absolute;
    right: 16px;
    top: 10px;
    cursor: pointer;
}
/*.formgroup p{
    font-weight: 400;
    font-size: 16px;
    line-height: 124%;
    color: #222529;
    text-align: center;
}
.formgroup p a{
    padding-left: 8px;
    font-weight: 500;
    color: #0DBAA2;
}*/

.formgroup p{
    /* font-weight: 400; */
    /* font-size: 16px; */
    /* line-height: 124%; */
    /* color: #222529; */
    text-align: center;
    color: var(--neutral-grey-1, #222529);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.formgroup p a{
    padding-left: 6px;
    /* font-weight: 500; */
    /* color: #0DBAA2; */
    color: var(--green-primary, #0DBAA2);
    font-family: Plus Jakarta Sans;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    text-decoration-line: underline;
}


/* Home Page Styles */
section{
    width: 100%;
}
/*.home{
    position: relative;
    top: 74px;
    height: calc(100vh - 74px); /* Have to increase height to -254 if the select year section is present */
/*    overflow: hidden;*/
/*}*/
.home.feasibileProjects{
    position: fixed;
    left: 2%;
    margin-left: 16%;
}
.home.homeProjects{
    height: calc(100vh - 233px);
}
.home.homeProjects .filters{
    height: 100%;
}

.home .filters{
 /*   width: 224px; */
    width:  18%;
    background-color: #FFFFFF;
    border-radius: 0px 8px 8px 0px;
    padding: 16px 16px 0;
    position: absolute;
    left: 0;
    overflow: auto;
    height: 100%; 
    max-height: 449px;
}
.home.treemapFilter .filters{
    height: calc(100vh - 400px); 
}
/* .filters::-webkit-scrollbar{
    display: none;
} */
.map {
   /* width: calc(100vw - 592px); */
   width: calc(100vw - 38%);
    /*margin-left: 240px;*/
    margin-left: 19%;
    text-align: center;
}
.fullMap{
    width: calc(100vw - 224px);
}
.feasibilityFilter .map{
    width: calc(100vw - 536px);
}
.feasibileProjects .filters{
    max-height: 100%;
}
.filters h2{
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #2E3648;
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E9F2;
    margin-bottom: 12px;
}
.inputFields{
    display: block;
    padding-bottom: 18px;
}
.inputFields h3{
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #2E3648;
    padding-bottom: 8px;
}
.inputFields div{
    padding-bottom: 8px;
}

/* Custom Checkbox Styles */
.inputFields input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}
  
.inputFields label {
    position: relative;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #1F2D3D;
    cursor: pointer;
    padding-left: 3px;
}
  
.inputFields label::before {
    content:'';
    -webkit-appearance: none;
    background-color: #fff;
    border: 1px solid #E0E6ED;
    border-radius : 4px;
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 9px;
    margin-top: -3px;
}
.inputFields input:checked + label::before{
    content:'';
    background-color: #0DBAA2;
    border: 1px solid #0DBAA2;
}
.inputFields input:checked + label::after {
    content: '';
    display: block;
    position: absolute;
    top: 5px;
    left: 8px;
    width: 3px;
    height: 7px;
    border: solid #fff;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
}
/* Checkbox Code Done */

.selectYear{
    padding: 24px 62px;
    background-color: #fff;
    margin-top: 15px;
    position: fixed;
    bottom: 0;
}
.selectYear h2{
    font-weight: 400;
    font-size: 20px;
    line-height: 124%;
    color: #2E3648;
    text-align: center;
    margin-bottom: 20px;
}
.selectYear h2 span{
    padding-left: 4px;
    color: #0DBAA2;
    font-weight: 600;
}
.year{
    display: flex;
    gap: 6px;
    width: 100%;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
}
.years{
    position: relative;
    width: fit-content;
    margin: auto;
}
.next, .prev{
    position: absolute;
    top: 0;
    height: 100%;
    padding: 0 2px;
    border: none;
    cursor: pointer;
}
.next{
    right: -28px;
    border-radius: 0px 4px 4px 0px;
}
.next img{
    transform: rotate(180deg);
}
.prev{
    left: -28px;
    border-radius: 4px 0px 0px 4px;
}
/* .year::-webkit-scrollbar{
    display: none;
} */
.selectYear label{
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #2E3648;
    position: absolute;
    top: -20px;
    left: 0;
}
.year p{
    font-weight: 400;
    font-size: 16px;
    line-height: 124%;
    color: #1F2D3D;
    padding: 14px 18px;
    border: 1px solid #E5E9F2;
    border-radius: 4px;
    cursor: pointer;
}
.year p.active{
    color: #0DBAA2;
    border: 1px solid #0DBAA2;
    background-color: #EEFBFA;
    font-weight: 600;
}
.portfolioProjects .projects{
    height: 95%;
}
.projects{
  /*  width: 336px;*/
  width: 18%;
    position: absolute;
    height: 100%;
    overflow-y: scroll;
    right: 0;
} 
/* .projects::-webkit-scrollbar{
    display: none;
} */
.activeProjects{
    display: flex;
    padding: 10px 24px 10px 16px;
    background-color: #fff;
    border-radius: 8px 0px 0px 8px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 4px;
    position: relative;
}
.activeProjects img{
    cursor: pointer;
}
.activeProjects .dropDown {
    position: absolute;
    width: 160px;
    background: #fff;
    border: 1px solid #E9ECEF;
    box-shadow: 0px 8px 16px rgb(16 36 49 / 16%);
    border-radius: 6px;
    padding: 8px 0;
    top: 36px;
    left: auto;
    right: 10px;
    z-index: 9;
}
.activeProjects h2{
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #1F2D3D;
}
.projectSettings{
    background-color: #fff;
    border-radius: 8px 0px 0px 8px;
    padding: 16px;
    border-bottom: 1px solid #DFE2E6;
    margin-bottom: 2px;
}
.selected .selectedSetting label{
    color: #1F2D3D;
}
.selectedSetting label{
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #8492A6;
    padding: 4px 0;
    position: relative;
    cursor: pointer;
}
.selected .selectedSetting label::before {
    border: 5px solid #4063AE;
}
  
.selectedSetting label::before {
    content: '';
    -webkit-appearance: none;
    background-color: #fff;
    border: 5px solid #C0CCDA;
    border-radius: 50%;
    padding: 3px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 4px;
    margin-top: -3px;
} */


.selected .selectedSetting label img{
    transform: rotate(180deg);
}
.selectedSetting p:nth-child(4) {
    padding-top: 0;
}
.selectedSetting p{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #8492A6;
    padding-top: 12px;
    padding-bottom: 8px;
}
.selectedSetting p span{
    color: #1F2D3D;
    font-weight: 500;
}
.selected .rangeSlider{
    display: none;
}
.selected .selectedSetting img {
    transform: rotate(180deg);
}
.selected .projectPerfomance{
    display: block;
}
.projectPerfomance{
    display: none;
    border-top: 1px solid #E5E9F2;
}
.projectPerfomance h3{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #2E3648;
    padding: 8px 0 9px;
}
.projectPerfomance p{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #1F2D3D;
    padding: 14px 0 2px;
    display: flex;
    align-items: center;
    gap: 3px;
    cursor: pointer;
}
.projectPerfomance p img{
    width: 14px;
}
.summary{
    padding-top: 6px;
}
.summary h3{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #1F2D3D;
    padding: 0 0 6px;
}
.summary p{
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #8492A6;
    display: block;
    cursor: initial;
    padding: 0;
}
.projectScore{
    padding-bottom: 10px;
}
.projectScore:nth-last-child(2){
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E9F2;
}
.projectScore label{
    font-weight: 400;
    font-size: 14px;
    width: 32px;
    display: inline-block;
    line-height: 140%;
    color: #1F2D3D;
    padding-right: 4px;
}
.projectScore p{
    font-weight: 400;
    font-size: 14px;
    display: inline-block;
    line-height: 140%;
    color: #1F2D3D;
    padding: 0 0 0 6px;
    cursor: initial;
}
.projectScore p span{
    color: #8492A6;
    font-size: 12px;
}
.projectScore .range {
    width: 88px;
    height: 12px;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    background : rgba(241, 243, 245, 1);
}
.range.grediant{
    /*background: linear-gradient(270deg, #EB9B9A 0%, #E9E1A0 46.04%, #B5CABA 93.06%);*/
    background: linear-gradient(270deg,#B5CABA  0%, #E9E1A0 46.04%, #EB9B9A 93.06%);
}
.range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 1px;
    height: 12px;
    background: transperant;
    cursor: pointer;
    box-shadow: -400px 0 0 400px #99D9EA;
}
.range.grediant::-webkit-slider-thumb{
    width: 2px;
    background-color: #2E3648;
    box-shadow: -400px 0 0 400px #a5aaf100;
}
.range.yellow::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #D9BF44;
}
.range.pink::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #FFAEC9;
}
.range.brown::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #B97A57;
}
.range.peal::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #FACB7A;
}
.range.blue::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #A5AAF1;
}
.rangeSlider{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.rangeSlider span{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #1F2D3D;
}
.rangeSlider .range{
    width: 270px;
    height: 12px;
    -webkit-appearance: none;
    /*background: linear-gradient(270deg, #EB9A9A 0%, #F1E696 46.04%, #A3C2AA 93.06%);*/
    background: linear-gradient(270deg, #A3C2AA 0%, #F1E696 46.04%, #EB9A9A 93.06%);
    outline: none;
    overflow: hidden;
}
.rangeSlider .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 2px;
    height: 12px;
    cursor: pointer;
    background-color: #2E3648;
    box-shadow: -400px 0 0 400px #a5aaf100;
}

/* Total Numbers Section */
.total{
    max-width: 182px;
    position: fixed;
    bottom: 64px;
    left: 12px;
}
.total h2{
    font-weight: 600;
    font-size: 28px;
    line-height: 124%;
    color: #1F2D3D;
    padding-bottom: 2px;
    text-align: center;
}
.total p{
    font-weight: 600;
    font-size: 18px;
    line-height: 124%;
    color: #8492A6;
}


/* Selected Year Section Styles */
.selectedYear{
    padding: 10px 12px 10px 24px;
    background-color: #1F2D3D;
    border-radius: 0px 48px 48px 0px;
    width: fit-content;
    position: fixed;
    bottom: 12px;
    left: 0;
    cursor: pointer;
}
.selectedYear p{
    font-weight: 400;
    font-size: 16px;
    line-height: 124%;
    color: #C0CCDA;
}
.selectedYear span{
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #FFFFFF;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

/* Performance section */
.performance{
    max-width: 367px;
    background-color: #fff;
    border-radius: 6px;
    padding: 16px 16px 20px;
    position: fixed;
    left: 50%;
    margin-left: -183px;
    bottom: 0;
}
.performanceTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}
.performanceTitle h2{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #1F2D3D;
}
.switch input[type="checkbox"] {
    position: relative;
    appearance: none;
    width: 28px;
    height: 15px;
    background: #D3DCE6;
    border-radius: 50px;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.4s;
}

.switch input:checked[type="checkbox"] {
    background: #0DBAA2;
}

.switch input[type="checkbox"]::after {
    position: absolute;
    content: "";
    width: 11px;
    height: 11px;
    top: 2px;
    left: 2px;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    transform: scale(1.1);
    transition: 0.4s;
}

.switch input:checked[type="checkbox"]::after {
    left: 50%;
}
.performanceRange p{
    height: 9px;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
}
.performanceRange p span{
    width: 1px;
    background-color: #8492A6;
}
.performanceRange ul{
    display: flex;
    justify-content: space-between;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #8492A6;
    padding-top: 4px;
}
.performanceRange .range {
    width: 100%;
    height: 8px;
    -webkit-appearance: none;
    outline: none;
    border-radius: 20px;
    /*background:  linear-gradient(270deg, #FF8280 0%, #F7ED8C 46.04%, #AACCB3 93.06%);*/
    background:  linear-gradient(270deg, #AACCB3 0%, #F7ED8C 46.04%, #FF8280 93.06%);
}
.performanceRange .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background: white;
    border: 3px solid #0DBAA2;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: -400px 0 0 400px transparent;
}

/* Treemap section */
.treemap{
    padding: 12px 16px;
    background-color: #fff;
    /*max-width: 336px;*/
    max-width: 35%;
    width: 100%;
    position: fixed;
    top: 75px;
    /*right: 342px;*/
    right: 19%;
    border-radius: 4px;
}
.treemap h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #1F2D3D;
    display: flex;
    justify-content: space-between;
    padding-bottom: 16px;
}
.treemapArea{
    padding-top: 12px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 5px;
}
.treemapArea img{
    display: block;
}
.treemapArea p{
    display: flex;
    padding-right: 5px;
    gap: 6px;
    align-items: center;
}
.treemapArea label{
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #1F2D3D;
}
.treemapArea p span{
    width: 12px;
    height: 12px;
    border-radius: 1.45128px;
}
.green{
    background-color: #A5DB9B;
}
.peal{
    background-color: #FEC89E;
}
.yellow{
    background-color: #F8EEA5;
}

/* Portfolio Page */
.scenario h3{
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #2E3648;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    border-bottom: 1px solid #E5E9F2;
    margin-bottom: 12px;
}
.scenarioContent{
    border-bottom: 1px solid #E5E9F2;
    margin-bottom: 12px;
    height: 156px;
    overflow: scroll;   
}
.scenarioContent h5{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #2E3648;
    padding-bottom: 14px;
}
.scenarioContent .inputFields{
    padding-bottom: 0;
}
.scenarioContent .inputFields div{
    padding-bottom: 12px;
}
.scenarioContent .inputFields ul{
    padding-left: 22px;
}
.scenarioContent .inputFields ul label{
    color: #C0CCDA;
}
.portfolioFilters{
    padding-bottom: 2px;
}
.portfolioFilters h4{
    display: flex;
    gap: 4px;
    align-items: center;
    padding-bottom: 16px;
}
.portfolioFilters h4 span{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #002678;
}
.portfolioProjects .filters{
    height: auto;
    min-height: 10vh;
}
/*.portfolioActiveProjects {
    padding-left: 19%;
    margin-bottom: 5px;
}*/
.portfolioActiveProjects p{
    font-weight: 400;
    font-size: 14px;
    line-height: 124%;
    color: #002678;
}
.portfolioActiveProjects p span{
    color: #8492A6;
}
/* projectCashflow Section */
.projectCashflow{
    padding: 16px 16px 20px;
    /*width: 18%;*/
    width: 50%;
    position: fixed;
    /*right: 0;*/
    right: 30%;
    top: 74px;
    background-color: #fff;
    border-radius: 8px 0px 0px 8px;
    border-width: 1px 1px 1px 1px;
    border-style: solid;
    border-color: #DFE2E6;
    height: calc(100vh - 233px);
    overflow-y: scroll;
}

/* .projectCashflow::-webkit-scrollbar{
    display: none;
} */
.projectCashflow h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #2E3648;
    padding-bottom: 12px;
    border-bottom: 1px solid #D3DCE6;
}
.projectCashflow h2 img{
    width: 24px;
    cursor: pointer;
}
.cashflowContent{
    padding-top: 16px;
}
.cashflowContent p{
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    text-align: center;
    color: #8492A6;
    padding-bottom: 16px;
}
.cashflowChart label{
    font-weight: 400;
    font-size: 18px;
    line-height: 124%;
    color: #8492A6;
    text-align: left;
}
.cashflowChart h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #2E3648;
    padding-bottom: 24px;
    padding-top: 8px;
}
.cashflowChart h4 span{
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #8492A6;
}
.cashflowChart p{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    padding-top: 8px;
    padding-bottom: 0;
}
.cashflowChart p label{
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #1F2D3D;
}
.cashflowChart p span{
    width: 10px;
    height: 10px;
    background: #7CB342;
    border-radius: 1.63122px;
}


/* Modal Popup */
.modal.portfolioModal{
    background-color:rgba(46, 54, 72, 0.2);
    width: 100%;
    left: 50%;
    margin-left: -50%;
    z-index: 500;
}
.modal{
    width: auto;
    height: 100%;
    /* background-color:rgba(46, 54, 72, 0.2); */
    position: fixed;
    right: 572px;
    top: 0;
    padding: 70px 0 40px 0;
    z-index: 9;
}
.popup{
    width: 508px;
    background-color: #fff;
    padding: 24px 24px 32px;
    margin: auto;
    border-radius: 8px;
    overflow: scroll;
    max-height: calc(100vh - 140px);
    border:  #ddd solid 1px;
}
.performancePopup{
   /* width: 316px; */
   width:  25%;
    background-color: #fff;
    padding: 24px;
    margin-right: 6px;
    border-radius: 8px;
    overflow: scroll;
    max-height: calc(100vh - 117px);
    position: fixed;
    top: 70px;
    right: 0;
    max-width: 350px;
}
.performancePopup .projectScore:nth-last-child(2){
    padding-bottom: 10px;
    border: none;
}
.performancePopup .projectScore:last-child{
    border-bottom: 1px solid #D3DCE6;
}
.performancePopup .polyGraph{
    border-bottom: 1px solid #D3DCE6;
    border-radius: 0;
}
.performancePopup .projectPerfomance{
    display: block;
    border: none;
}
.performancePopup .projectPerfomance h3{
    padding-top: 0;
}
.performancePopup.popup h2{
    margin-bottom: 8px;
}
.performancePopup .polyGraph{
    width: 100%;
}
/* .popup::-webkit-scrollbar{
    display: none;
} */
.popup h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 124%;
    color: #1F2D3D;
    padding-bottom: 16px;
    border-bottom: 1px solid #D3DCE6;
    margin-bottom: 30px;
}
.popup h2 img{
    width: 24px;
    cursor: pointer;
}
.ratingGroup{
    padding-bottom: 14px;
}
.ratingGroup:first-child{
    border-bottom: 1px solid #DFE2E6;
    margin-bottom: 20px;
}
.ratingGroup h5{
    font-weight: 600;
    font-size: 16px;
    padding-bottom: 7px;
    line-height: 124%;
    color: #2E3648;
    cursor: pointer;
}
.ratingGroup h5 img{
    padding-left: 4px;
}
.rotate{
    transform: rotate(180deg);
}
.ratingGroup p{
    display: flex;
    gap: 4px;
    align-items: center;
}
.ratingGroup .range{
   /* width: 100px;*/
   width: 55px;
    height: 14px;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    border-radius: 2px;
    background: rgba(241, 243, 245, 1);
}
.ratingGroup .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0px;
    height: 12px;
    background: transperant;
    cursor: pointer;
    box-shadow: -400px 0 0 400px #B4F2E1;
}
.ratingGroup .range.peal::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #FFD8B8;
}
.ratingGroup .range.pink::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #FBA7A7;
}
.ratingGroup .range.red::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #F97676;
}
.ratingGroup span label{
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #2E3648;
    padding-left: 4px;
}
.polyGraph{
    padding: 12px;
    border-radius: 8px;
    background-color: #fff;
    width: 300px;
    margin-bottom: 8px;
    height: 300px;
}
.polyGraph h4{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #1F2D3D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    cursor: pointer;
}
.graph {
    position: fixed;
    right: 352px;
   /* top: 74px;*/
    z-index: 1500;
}

/* Feasibility Page */
.feasibilityGrowth {
   /* position: fixed;
    bottom: 135px;
    left: 24px;
    width:  fit-content;
    min-width: 18%;
    max-width: 25%;
    overflow: scroll;
    max-height: calc(100vh - 233px);
    border-radius: 8px;
    z-index: 500;*/

    position: fixed;
    /*top: 30%;*/
    top: 74px;
    /*left: 24px;*/
    /* width: fit-content; */
    width: fit-content;
    min-width: 18%;
    max-width: 18%;
    overflow: scroll;
    /* max-height: 1000px; */
    border-radius: 8px;
    z-index: 500;
    height: 347px;
    height: fit-content;

}
/* .feasibilityGrowth::-webkit-scrollbar{
    display: none;
} */
.feasibleCard{
    padding: 16px 16px 4px 2px;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 12px;
    /*max-width: 272px;*/
    max-width: 100%;
    width: 100%;
}
.feasibleCard h2{
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #1F2D3D;
    padding-bottom: 12px;
}
.landCover{
    display: flex;
    justify-content: space-between;
    max-width: 275px;
    margin-bottom: 16px;
    border: 1px solid #E0E6ED;
    border-radius: 80px;
    background-color: white;
}
.landCover p{
    font-weight: 400;
    font-size: 16px;
    line-height: 124%;
    padding: 8px 17px;
    color: #8492A6;
    cursor: pointer;
}
.landCover .active{
    color: #ffffff;
    background: #002678;
    border-radius: 40px;
}

.feasibleRange .range{
    width: 100px;
    height: 12px;
    -webkit-appearance: none;
    outline: none;
    overflow: hidden;
    background: rgba(241, 243, 245, 1);
}
.feasibleRange div{
    display: flex;
    gap: 0;
    padding-bottom: 12px;
}
.feasibleRange .range.blue{
    width: 40px;
}
.feasibleRange .range.green{
    width: 80px;
}
.feasibleRange .range.greenish{
    width: 48px;
}
.feasibleRange .range.sky{
    width: 56px;
}
.deforestation .range.blue{
    width: 64px;
} 
.deforestation .range.green{
    width: 75px;
} 
.deforestation .range.brown{
    width: 29px;
} 
.deforestation .range.yellow{
    width: 32px;
} 
.deforestation .range.violet{
    width: 24px;
} 
.feasibleRange .range::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 0px;
    height: 12px;
    background: transperant;
    cursor: pointer;
    box-shadow: -400px 0 0 400px #B4F2E1;
}
.feasibleRange .range.blue::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #215C72;
}
.feasibleRange .range.green::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #008D6A;
}
.feasibleRange .range.greenish::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #96BC33;
}
.feasibleRange .range.sky::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #61C0BF;
}
.feasibleRange .range.brown::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #A36B33;
}
.feasibleRange .range.yellow::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #F0DC6F;
}
.feasibleRange .range.violet::-webkit-slider-thumb{
    box-shadow: -400px 0 0 400px #A43FC5;
}
.feasibleCard p{
    display: flex;
    align-items: center;
    gap: 8px;
    padding-bottom: 12px;
}
.feasibleCard p label{
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #1F2D3D;
}
.feasibleCard p span{
    width: 12px;
    height: 12px;
    border-radius: 2px;
}
.feasibleCard p .blue{
    background-color: #215C72;
}
.feasibleCard p .green{
    background-color: #008D6A;
}
.feasibleCard p .greenish{
    background-color: #96BC33;
}
.feasibleCard p .sky{
    background-color: #61C0BF;
}
.feasibleCard p .brown{
    background-color: #A36B33;
}
.feasibleCard p .yellow{
    background-color: #F0DC6F;
}
.feasibleCard p .violet{
    background-color: #A43FC5;
}
/* feasibleDetails Section */
.feasibilityFilter .scenarioContent .inputFields ul label{
    color: #1F2D3D;
}
.feasibleDetails{
  /*  width: 280px;*/
  width: 25%;
  max-width: 280px;
    position: fixed;
    right: 0;
    top: 75px;
    overflow: scroll;
    height: calc(100vh - 90px);
}
/* .feasibleDetails::-webkit-scrollbar{
    display: none;
} */
.details{
    padding: 16px 16px 30px;
    background: #FFFFFF;
    border-radius: 8px 0px 0px 8px;
}
.feasibilityPolygon .graph {
    position: fixed;
    right: 296px;
    top: 70px;
    overflow: scroll;
    height: calc(100vh - 100px);
}
.feasibilityPolygon .popUpGraph{
    right: 330px;
}
/* .feasibilityPolygon .graph::-webkit-scrollbar{
    display: none;
} */
.polyGraph ul li span{
    display: block;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #8492A6;
    margin-bottom: 2px;
}
.polyGraph ul li{
    padding: 4px;
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #1F2D3D;
}
.polyGraph ul li:nth-child(odd){
    background-color: #F3F8FE;
}
/*.details h2{
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #2E3648;
    padding-bottom: 12px;
    border-bottom: 1px solid #D3DCE6;
    margin-bottom: 12px;
}*/
.polygon{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}
.polygon p{
    display: flex;
    align-items: center;
    gap: 4px;
}
.polygon p span{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #002678;
}
.polygon label{
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    color: #002678;
    display: flex;
    align-items: center;
    gap: 2px;
    padding: 4px 8px;
    background: #DEFDF8;
    border-radius: 40px;
    width: fit-content;
}
/*.detailSelect label{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #1F2D3D;
}*/
/*.detailSelect select{
    width: 100%;
    border: 1px solid #E5E9F2;
    border-radius: 6px;
    padding: 10px 16px;
    appearance: none;
    background: #FFFFFF;
    font-size: 14px;
}*/
/*.detailSelectBox{
    padding: 4px 0 24px;
    position: relative;
}*/
/*.detailSelect .detailSelectBox::after{
    content: url(../images/arrowDown.svg);
    position: absolute;
    right: 16px;
    top: 8px;
}
.detailSelect select:focus-visible{
    outline: none;
}*/
.detailBtns {
    margin-top:10px ;
    display: flex;
    gap: 16px;
    align-items: center;
}
.detailBtns .commonBtn:first-child{
    background-color: #fff;
    color: #1F2D3D;
    border: 1px solid #CED1D6;
    padding: 7px 0;
}
.detailBtns .commonBtn{
    text-align: center;
    margin-top: 0;
    padding: 8px 0;
    pointer-events: auto;
    cursor: pointer;
}
.projectDescription div{
    padding-bottom: 16px;
}
.projectDescription label{
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #1F2D3D;
}
.projectDescription input{
    padding: 10px 12px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    border: 1px solid #E5E9F2;
    border-radius: 6px;
    margin-top: 4px;
}
.projectDescription textarea{
    width: 248px;
    height: 80px;
    padding: 10px 12px;
    font-family:  'Plus Jakarta Sans', sans-serif;
    border: 1px solid #E5E9F2;
    border-radius: 6px;
    margin-top: 4px;
    appearance: none;
}
.projectDescription textarea::placeholder{
   color: #C0CCDA;
}
.projectDescription textarea:focus-visible{
    outline: none;
}
.projectDescription input::placeholder{
    color: #C0CCDA;
}
/* Feasibility Modal Buttons */
.modalBtns{
    max-width: 440px;
    width: 100%;
    background-color: #fff;
    border: 1px solid #E0E6ED;
    border-radius: 80px;
    padding: 8px;
    position: fixed;
    left: 50%;
    margin-left: -220px;
    bottom: 20px;
    z-index: 99;
}
.modalBtns div{
    display: flex;
    gap: 12px;
}



/* Common Modal Button */
.commonModalBtn{
    display: flex;
    align-items: center;
    padding: 6px 0;
    gap: 4px;
    border: 1px solid #E5E9F2;
    border-radius: 80px;
    background-color: #fff;
    width: 206px;
    justify-content: center;
    cursor: pointer;
}
.commonModalBtn.active {
    background-color: #4063AE;
    color: #fff;
}



/* Common Active Button */
.commonBtn{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #FFFFFF;
    padding: 12px 0;
    background-color: #0DBAA2;
    border-radius: 80px;
    margin-top: 12px;
    width: 100%;
    outline: none;
    border: none;
    cursor: pointer;
}

/* Hide display none */
.hide{
    display: none !important;
}

::-webkit-scrollbar{
    width: 5px;
    height: 2px;
}
::-webkit-scrollbar-thumb {
/*    background: #c6ccd3ae; */
    background: #0DBAA2;
    border-radius: 5px;
/*    border-right : 2px solid #F3F8FE;*/
  }
  
  /* Handle on hover */
  ::-webkit-scrollbar-thumb:hover {
/*    background: #c6ccd3dd;*/
    background: #0DBAA2;
    /* border-right : 2px solid white; */
  }

@media (max-width:1440px){
    .years{
        width: auto;
    }
}

.portfolioFilters h4 span{
    cursor: pointer;
}

#loader {  
    position: fixed;  
    left: 0px;  
    top: 0px;  
    width: 100%;  
    height: 100%;  
    z-index: 9999;  
    opacity: 0;
    background: url('../images/loader_ani.svg') 50% 50% no-repeat rgb(249,249,249);  
}  

#mapdiv{
            height: 81vh;
            background-color: white;
        }
#mapdivFs{
    width: 100%;
    height: 80vh;
     background-color: white;
}

#mapdivFs.map {
   /* width: calc(100vw - 592px); */
   /* width: 100vw;*/
   width: calc(100vw - 31%);
    /*margin-left: 240px;*/
    /*margin-left: 0%;*/
       margin-left: 0%;
    text-align: center;
    border-radius: 8px;
}

.overGmap{
    z-index: 1500;
}

.fsDrawMessages{
    margin-bottom: 16px;
}

.commonBtn.disabled{
    background-color: dimgray;
    pointer-events: none;
    cursor: default;
}



/* Rice-Methane report section */
.riceMethane{
    /*max-width: 520px;*/
    max-width: fit-content;
    background-color: #fff;
    border-radius: 6px;
    padding: 16px 16px 20px;
    position: fixed;
    left: 50%;
    margin-left: -235px;
    bottom: 0;
    z-index: 1500;
}
.riceMethaneTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}
.riceMethaneTitle h2{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #1F2D3D;
    margin: 5px;
}

.riceMethaneLegend{
    align-items: center;
    justify-content: center;
    display: grid;
}
.riceMethaneLegend.hide{
    align-items: center;
    justify-content: center;
    display: none;
}

.riceMethaneLegend .continuousLegend {
    display: inline-grid;
    grid-auto-flow: column;
    max-width: 200px;
    width: 200px;
}

.riceMethaneLegend .continuousLegend span {
    background-color: #ccc;
    height: 10px;
}

.riceMethaneLegend .legendLabels{
    display: inline-grid;
    grid-auto-flow: column;
    max-width: 200px;
    width: 200px;
}

.riceMethaneLegend p{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;

}

/* PerformanceBenchmark Match section */
.perfBencMatchOption{
    max-width: 520px;
    background-color: #fff;
    border-radius: 6px;
    padding: 16px 16px 20px;
    position: fixed;
    left: 50%;
    margin-left: -235px;
    bottom: 0;
}
.perfBencMatchOptionTitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 16px;
}
.perfBencMatchOptionTitle h2{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #1F2D3D;
}
.switchDeforestLegend{
    /*display: grid;
    gap: 0;
    padding-bottom: 12px;*/
    display: grid;
    gap: 0;
    padding-bottom: 12px;
    grid-auto-flow: row;
    grid-template-columns: repeat(auto-fill,50%);
}
.switchDeforestLegend.hide{
    display: none;
}

/*.performanceBmUI{
   right: 19%;
    width: 22%;
    top: 75px;
}*/

.carbonChart label{
    font-weight: 400;
    font-size: 18px;
    line-height: 124%;
    color: #8492A6;
    text-align: left;
}
.carbonContent{
    padding-top: 16px;
}

.carbonChart h4{
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #2E3648;
    padding-bottom: 24px;
    padding-top: 8px;
}

.carbonChart h4 span{
    font-weight: 500;
    font-size: 12px;
    line-height: 140%;
    color: #8492A6;
}

.corefilters{
    border-bottom: 1px solid #ccc;
    padding: 5px;
    margin-bottom: 10px;
}

.riskRatingUI{
    left: 0%;
    top: 30vh;
    width: 18%;
    position: absolute;
    max-width: 200px;
}

.riskDataButton.active{
    display: list-item;
}

.legend{
    background-color: white;
}

.info.legend{
    padding: 5px;
    padding-inline: 10px;
    border-radius: 5px;
}

.legend-item{
    padding: 2px;
}
.legend-list{
    display: inline-flex;
}
.legend-item-label{
    margin: 2px;
}

.legend-title label{
    font-weight: bolder;
}

.popup.lightborder{
    border:  none;
}



/*TREEMAP_V2_STYLES*/
.highcharts-figure,
    .highcharts-data-table table {
        min-width: 320px;
        max-width: 600px;
        margin: 1em auto;
    }

    .highcharts-data-table table {
        font-family: Verdana, sans-serif;
        border-collapse: collapse;
        border: 1px solid #ebebeb;
        margin: 10px auto;
        text-align: center;
        width: 100%;
        max-width: 500px;
    }

    .highcharts-data-table caption {
        padding: 1em 0;
        font-size: 1.2em;
        color: #555;
    }

    .highcharts-data-table th {
        font-weight: 600;
        padding: 0.5em;
    }

    .highcharts-data-table td,
    .highcharts-data-table th,
    .highcharts-data-table caption {
        padding: 0.5em;
    }

    .highcharts-data-table thead tr,
    .highcharts-data-table tr:nth-child(even) {
        background: #f8f8f8;
    }

    .highcharts-data-table tr:hover {
        background: #f1f7ff;
    }

/*TREEMAP_V2-END*/

.treeMapFiltersDiv{
    display: inline-flex;
    width: 100%;
    border: 1px #eee solid;
    padding: 2px;
    border-radius: 10px;
    justify-content: space-evenly;
    max-height: 50px;
}

.treeMapFiltersItem{
    width: 30%;
    margin: 1px;
}
.treeMapFilterSettingLabel{
    padding-top: 10px;
}

.treeMapFiltersDiv.hide{
    display: none;
}

.treeMapFiltersSelectedDiv{
    display: inline-flex;
    width: 100%;
    border: 1px #eee solid;
    padding: 2px;
    border-radius: 10px;
    justify-content: space-evenly;
    max-height: 50px;
    font-size: x-small;
}
.treeMapFiltersSelectedItems{
    width: 30%;
    margin: 1px;
    display: inline-flex;
    margin:  5px;
}
.treeMapFiltersSelectedLabel{
    padding-top: 10px;
}
.badge{
    display: inline-flex;
    margin: 3px;
    color: black;
    padding: 5px;
    width: fit-content;
}
.badge.active{
    border-radius: 10px;
    background-color: #002678;
    color: white;
}
.treeMapFiltersSelectedDiv.hide{
    display: none;
}

.treemapLegendDiv{
    display: inline-grid;
    grid-auto-flow: column;
    grid-template-columns: repeat(6, 10px);
    float: right;
    column-gap: 5px;
}

.treemapLegendDiv.legendItem{
    min-width: 10px;
    min-height: 10px;
    height: 10px;
    vertical-align: middle;
}

.treemapLegendDiv.legendItem[data-category="1"]{
    background-color: #ff8280;
}
.treemapLegendDiv.legendItem[data-category="2"]{
    background-color: #fbb586;
}.treemapLegendDiv.legendItem[data-category="3"]{
    background-color: #f9d78a;
}.treemapLegendDiv.legendItem[data-category="4"]{
    background-color: #f7ed8c;
}.treemapLegendDiv.legendItem[data-category="5"]{
    background-color: #d4de9e;
}.treemapLegendDiv.legendItem[data-category="6"]{
    background-color: #aaccb3;
}


.radiolist{
    display: grid;
    /*max-height: 50vh;*/
    max-height: 78vh;
    overflow: auto;
    min-width: 270px;
}

.radiolist>div{
    border: 1px solid #eee;
    margin-top: 2px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 124%;
    color: #1F2D3D;
    padding-bottom: 12px;
}
.radiolist>div.expandDetails{
    max-height: 20vh;
    overflow-y: scroll;
}

.form.list{
    display: flex;
    justify-content: flex-start;
    padding-top: 10px;
    font-size: smaller;
}

.form.list>input[type=radio]{
    margin-right: 10px;
    border: 0px;
    width: 20px;
    height: 20px;
    margin-left: 5px;
}

.info-icon{
    float: right;
    margin-right: 2px;
    padding-right: 2px;
}

.expandDetails.hide{
    display: none;
}

#switchDeforestLegend_3{
    display: flex;
    gap: 0;
    padding-bottom: 12px;
    overflow: scroll;
    flex-direction: column;
    max-height: 200px;
}
#switchDeforestLegend_3.hide{
    display: none;
}

.legend.unit{
    /*float: right;*/
}

.expandDetails{
   /* border: 1px solid #D3DCE6;*/
    margin: 5px;
    margin-left: 15px;
}

.item.heads{
    /*border: 1px solid #D3DCE6;*/
    /* margin-bottom: 5px; */
    padding-bottom: 10px;
}

.feasibleRange.submenu{
    display: flex;
    gap: 0;
    padding-bottom: 12px;
    overflow: scroll;
    flex-direction: column;
    max-height: 200px;
}
.feasibleRange.submenu.hide{
    display: none;
}

.degradationGraph{
/*    padding: 12px;*/
    border-radius: 8px;
    background-color: #fff;
    width: 500px;
    margin-bottom: 8px;
/*    height: 300px;*/
}
.degradationGraph h4{
    font-weight: 500;
    font-size: 14px;
    line-height: 140%;
    color: #1F2D3D;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 8px;
    cursor: pointer;
}

.fsDegradationPolygon .graph {
    position: fixed;
    right: 296px;
    top: 70px;
    overflow: scroll;
/*    height: calc(100vh - 50px);*/
}

.clickableLegend{
    cursor: pointer;
    /*border: 0.5px #ccc solid;
    vertical-align: middle;*/
}

.clickableLegend:hover{
    cursor: pointer;
    background-color: #ddd;
}

.clickableLegend.selected{
    cursor: pointer;
/*    background-color: #ccc;*/
}

.rangeSliderLabel{
    font-weight: 600;
    font-size: 12px;
    line-height: 140%;
    color: #1F2D3D;
}

.governancePopupTable{
   display: grid;
grid-template-columns: repeat(2, 1fr);
grid-column-gap: 5px;
grid-row-gap: 5px;
}

.governancePopupTable > .keys {
    font-weight: bold;
}

.governancePopupTable > div{
    display: inline-flex;
    border: 1px #eee solid;
    padding: 2px;
}

/*new rangeslider for year*/
.yearRangeSliderSec{
    padding: 16px 62px;
    background-color: #fff;
    margin-top: 15px;
    position: fixed;
    bottom: 0;
    width: 79%;
    margin-left: 18%;
    height: 10vh;
    opacity: 0.95;
}
.yearRangeSliderSec h2{
      font-weight: 200;
    font-size: 16px;
    line-height: 124%;
    color: #2E3648;
    text-align: center;
    margin-bottom: 5px;
}
.yearRangeSliderSec h2 span{
    padding-left: 4px;
    color: #0DBAA2;
    font-weight: 600;
}

.combinedFilterSettings{
    display: flex;
    justify-content: right;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 5px;
    padding-bottom: 10px;
}

.combinedFilterSettings.hide{
    display: none;
}

.combinedModeSwitch > input{
    margin-right: 2px;
    margin-left: 2px;
}

.combineSelectionList
{
        margin-right: auto;
    margin-left: 5px;
    border: 1px dashed aqua;
    padding: 8px;
    width: 100%;
}
.combineSelectionList > ul {
    list-style: inside square;
    margin-left: 8px;
    max-height: 162px;
    overflow: scroll;
}

.combineListSection {
   /* position: fixed;
    bottom: 135px;
    left: 24px;
    width:  fit-content;
    min-width: 18%;
    max-width: 25%;
    overflow: scroll;
    max-height: calc(100vh - 233px);
    border-radius: 8px;
    z-index: 500;*/

    position: fixed;
    /*top: 30%;*/
    top: 306px;
    /*left: 24px;*/
    /* width: fit-content; */
    width: fit-content;
    min-width: 18%;
    max-width: 18%;
    overflow: scroll;
    /* max-height: 1000px; */
    border-radius: 8px;
    z-index: 500;
    height: 347px;
    height: fit-content;

}

.feasibleCard p .plusCombine{    color: blue;}
.feasibleCard p .plusCombine.disabled{    color: grey;}


/* Forgot Passowrd */
.show-pass-check {
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.show-pass-lable{
    font-weight: 500;
    font-size: 15px;
    line-height: 124%;
    color: #1F2D3D;
    padding-bottom: 8px;
    display: inline-block;
}
.commonBtn:hover {
    background: #0CA791;
}
.left-ovrl-panel{
    position: fixed;
    top: 120px;
    left: 16px;
    z-index: 99999;
    height: 82%;
    width: auto;
}

.loadingDiv {
    position: absolute;
    z-index: 1;
    /* margin-left: 45%; */
    top: 40%;
    left: 47%;
    /* opacity: 0.2; */
}

.loadingImgIco {
    max-width: 50%;
}