:root{
    --angle-number: 90deg;
    --angle-number2: -90deg;
}
.occupancy_details {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
}

.occupancy-item > div {
    margin: 15px 0;
}

.occupancy-item span {
    font-size: 18px;
    letter-spacing: 0;
    margin-left: 10px;
    color: #000;
    font-weight: bold;
}

.occupancy-item label {
    color: #000;
    font-size: 20px;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    font-weight: normal;
    flex:1;
}
.occupancy-item {
    text-align: center;
        display: flex;
    flex-wrap: wrap;
}
.occupancy-item.customtext_hide {
    display: none;
}
.all_hide {
    display: none;
}
.battery_status {
    display: flex;
    padding: 8px 1.5px;
    background-color: #fff;
    border-radius: 8px;
    border: 4px solid #ccc;
    position: relative;
    font-size: 15px;
    font-weight: 600;
    width: 124px;
    height: 50px;
    margin: auto;
}
.inner_percent {
    height: 60px;
    width: 60px;
    margin: auto;
    border: 2px solid #000;
    line-height: 56px;
    text-align: center;
    border-radius: 50px;
    font-weight: bold;
    margin-bottom: 16px;
    background-color: #fff;
    font-size: 15px;
}
.battery_status > div {
    flex: 1;
    background-color: #fff;
    margin: -5px 2px;
}
.battery_status::before {
    content: "";
    height: 22px;
    width: 6px;
    position: absolute;
    right: -9px;
    background-color: #ccc;
    top: 50%;
    transform: translateY(-50%);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.current_Occupancy, .max_Occupancy {
    flex: 0 0 50%;
    border: 1px solid #ccc;
    max-width: 50%;
    text-align: left;
    padding: 30px 40px;
    display: flex;
}
.Occupancy_percentage {
    flex: 0 0 100%;
}
.finalstep .battery_status > div {
    visibility: hidden;
}
.current_Occupancy {
    border-right: 0;
}

.ddisplay-info.hideclassinfo {
    display: none;
}

.inner_percent.hidepercentage {
    display: none;
}




/******************first step start**********************/
.onestep .battery_status{
    border-color: #b50d0e;
}
.onestep .battery_status::before {
    background-color: #b50d0e;
}
.onestep .battery_status::after{
    content: "";
    position: absolute;
    background-color: #b50d0e;
    height: 4px;
    width: 87%;
    top: 20px;
    transform: rotate(-45deg);
    box-shadow: 0px 0px 0 4px #fff;
}
/******************first step end**********************/




/******************second step start**********************/
.twostep .battery_status::before {
    background-color: #d89c26;
}
.twostep .battery_status {
    border-color:#d89c26;
}
.twostep .battery_status > div {
    background-color: #e4ad2d;
}
.twostep .battery_status > div:not(.first_block) {
    visibility: hidden;
}
/******************second step end**********************/




/******************third step start**********************/
.thirdstep .battery_status::before {
    background-color: #d89c26;
}
.thirdstep .battery_status {
    border-color:#d89c26;
}
.thirdstep .battery_status > div {
    background-color: #e4ad2d;
}
 .thirdstep .fourth_block, .thirdstep .fifth_block, .thirdstep .sixth_block {
    visibility: hidden;
}
/******************third step end**********************/



/******************fourth step start**********************/
.fourstep .battery_status::before {
    background-color: #428c13;
}
.fourstep .battery_status {
    border-color:#428c13;
}
.fourstep .battery_status > div {
    background-color: #62b136;
}
 .fourstep .fifth_block, .fourstep .sixth_block {
    visibility: hidden;
}
/******************fourth step end**********************/



/******************fifth step start**********************/
.fivestep .battery_status::before {
    background-color: #428c13;
}
.fivestep .battery_status {
    border-color:#428c13;
}
.fivestep .battery_status > div {
    background-color: #62b136;
}
.fivestep .sixth_block {
    visibility: hidden;
}
/******************fifth step end**********************/



/******************final step start**********************/
.finalstep .battery_status {
    border-color: #428c13;
    background-image: url(../img/green_icon.png);
    background-size: 50px;
    background-repeat: no-repeat;
    background-position: center;
}
.finalstep .battery_status::before {
    background-color: #428c13;
}
/******************final step end**********************/
.ddisplay-info {
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sweti_join_now .occupancy_details .custom-text {
    text-align: center;
    border: 1px solid #ccc;
    padding: 30px 40px;
    font-size: 20px;
    color: #000;
}
.sweti_join_now .occupancy_details .custom-text span {
    font-style: italic;
    font-weight: bold;
}
@media only screen and (max-width:767px){
.sweti_join_now .occupancy_details .custom-text {
    padding: 20px 30px;
    font-size: 14px;
 }
.occupancy_details {
    padding: 0;
}
.occupancy-item label {
    font-size: 14px;
    letter-spacing: 0;
    display: inline-block;
    margin-bottom: 0;
    flex: 0 0 100%;
}
.occupancy-item span {
    font-size: 14px;
    letter-spacing: 0;
    margin-left: 0;
}
.current_Occupancy, .max_Occupancy {
    flex: 0 0 100%;
    border: 1px solid #ccc !important;
    max-width: 100%;
    padding: 15px;
    text-align: center;
    margin: 10px 0;
    flex-wrap: wrap;
    justify-content: center;
}
}

/* new Gauge Meter css here */
.gauge{
    display: block;
    margin:  0 auto;
    max-width: 620px;
    width: 100%;
}

.gauge .gauge_clock{
    position: relative;
}
.gauge .gauge_wrapper {
    position: relative;
    overflow: hidden;
    pb
}
.gauge .gauge_wrapper .count_wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0%;
    left: 0px;
    right: 0px;
    padding: 0px 15%;

}
.gauge .gauge_wrapper .count_wrapper > div{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    min-width: 40px;
    text-align: center;
    width: auto;
}
.gauge .gauge_clock .clock_img img{
    max-width: 100%;
    height: auto;
}
.gauge .gauge_pin{
    width: 100%;
    height: auto;
    position: absolute;
    top: auto;
    bottom: 0px;
    text-align: left;
    -webkit-transform: rotate(var(--angle-number));
       -moz-transform: rotate(var(--angle-number));
        -ms-transform: rotate(var(--angle-number));
         -o-transform: rotate(var(--angle-number));
            transform: rotate(var(--angle-number));
}
.gauge .gauge_pin img{
    width: calc(50% + 10px);
    display: block;
}
.gauge .gauge_pin .count_number {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 13%;


}
.gauge .gauge_pin .count_number .number_current{
    font-size: 18px;
    color: #000;
    font-weight: 700;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transform: rotate(var(--angle-number2));
       -moz-transform: rotate(var(--angle-number2));
        -ms-transform: rotate(var(--angle-number2));
         -o-transform: rotate(var(--angle-number2));
            transform: rotate(var(--angle-number2));
}