.wizard-conatiner
{
    gap: 60px;
}
.wiz-step
{
    color: #909090;
}
.wiz-step.active
{
    color:#000000;
}
.wiz-step.active .wiz-count
{
    color:#D1FF79;
    background-color: #3B4240;
    width: 17px;
    height: 18px;
    display: inline-flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
}
.wiz-step.active.completed .wiz-count
{
    color:transparent;
    background-color: #3B4240;
    width: 17px;
    height: 18px;
    display: inline-flex;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    background-image: url(../images/checktick.svg);
    background-size: 12px;
    background-position: 57%;
    background-repeat: no-repeat;
}

.summary-card{
    padding:24px 30px;
    border: 0.75px solid #E3E3E3;
    border-radius: 5px;
}

.half-pie-chart{
    height:168px;
    width:328px;
}
.legends-level-1{
    width:16px;
    height:16px;
    border-radius:50px;
}
.legends-level-2{
    width:12px;
    height:12px;
    border-radius: 50px;
}
.legend-cat-1{
    background-color:#ADADE8;

}

.legend-cat-2{
    background-color:#AB83D6;

}

.legend-cat-3{
    background-color: #F8A9E2;
}

.legend-cat-4{
    background-color:#D58EF4;
}

.legend-cat-5{
    background-color:#8CD8E8;
}

.legend-cat-6{
    background-color: #8AA8FF;

}

.summary-card-l1{
    height:402px;
}

.legend-low{
    background: #9FF5A2;
}

.legend-med{
    background: #FFD772;
}

.legend-high{
    background: #FF796B;
}

.bar-chart{
    width:969px;
    height:360px;
}

.accordion-arrow-container{
    padding:0 !important;
    width:50px;
}

.sustain-content{
    border: 0.5px solid #D2D2D2;
}
.h-200{
    height:200px;
}

.w-153{
    width:153px;
}
.custom-textarea-wafr{
    resize: none;
    border: 0.5px solid #D2D2D2;
    border-radius:2px;
    height:340px;
    width:100%;
    overflow-y: scroll;
}

.overlay{
    background:black ;
}

.top-150px{
    top:150px;
}

.payment-section{
    border: 1px solid #e4e4e4;
    width:fit-content;
    border-radius: 8px;
    padding: 16px;
    margin-left:15px;
}

.totalClustersAndNodesElement{
    height: 352px;
}