.ev_shadow {
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
}


.ev_content_wrapper.tab-content > .active {
    display: block;
    opacity: 1;
}

ul.ev_vehicle_tbs {
    border: 0px;
}

.ev_vehicle_tbs li a {
    display: block;
    /* border: 1px solid #ccc; */
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 5px;
    background: #fff;
}

    .ev_vehicle_tbs li a img {
        /* width: 80%; */
        height: 40px;
        /* max-height: 50px; */
        width: 80px;
        opacity: 0.3;
        object-fit: cover;
    }

    .ev_vehicle_tbs li a.active img {
        opacity: 1;
    }

.ev_content_image img {
    max-width: 80%;
    text-align: center;
    display: block;
    margin: 0 auto;
}

.ev_wrapper {
    margin-top: 19px;
}

.tabswrapper {
    display: inline-flex;
    align-items: center;
}

.ev_content_wrapper {
    float: left;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    border-radius: 0px 4px 4px 4px;
}

button#btn-add-tab {
    background: none;
    border: 0px;
    color: #1982C5;
}

.LoginTextFields md-select {
    background: rgba(0, 0, 0, 0.09);
    padding: 0px 10px 0px 10px;
    border-radius: 4px 4px 0 0;
    height: 56px;
    border-bottom: solid 1px #666366;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.modalNoti .modal-footer .btnModalCancel {
    float: none;
    margin-left: 20px;
    color: #215ed9;
    border-radius: 4px;
    min-width: 103px;
    font-size: 14px;
    min-height: 42px;
}

.ev_content_image {
    position: relative;
    width: 50%;
    float: left;
    padding: 100px 0px;
}

.batter_sec {
    position: absolute;
    float: right;
    left: -7px;
    top: 7px;
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.bttry_box {
    width: 20px;
    height: 38px;
    background: #ccc;
    padding-top: 7px;
    position: relative;
    border-top: 0px solid #fff;
    border-radius: 2px;
    overflow: hidden;
}

.batter_sec p {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #767676;
}

.bttry_box:before {
    background: #ccc;
    content: "";
    width: 9px;
    float: left;
    position: absolute;
    top: 0px;
    height: 6px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

.bttry_box:after {
    z-index: 2;
    background: #fff;
    content: "";
    width: 100%;
    position: absolute;
    top: 0px;
    height: 6px;
    overflow: hidden;
}


.batter_fill {
    background: #088856;
    position: absolute;
    bottom: 0px;
    height: 88%;
    width: 100%;
}

    .batter_fill:before {
        position: absolute;
        content: "";
        top: 0;
        background: #088856;
        width: 9px;
        height: 6px;
        z-index: 9;
        left: 0;
        right: 0;
        margin: auto;
    }

.info_ev_wrap {
    float: left;
    width: 50%;
    border-top: 1px solid #dbdbdb;
    padding-top: 20px;
}

.connectorblock {
    display: flex;
}

.ev_name p {
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
    text-transform: uppercase;
    color: #767676;
    margin: 0px;
}

.ev_name h3 {
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    color: #333333;
    margin: 0px;
    padding: 0px;
}

.ev_name:first-child {
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 30px;
}

    .ev_name:first-child h3 {
        font-size: 24px;
        margin: 10px 0px 10px 0px;
        font-weight: 600;
    }

.ev_name a {
    font-size: 14px;
    line-height: 24px;
    text-decoration: underline;
    color: #1982C5;
}

.info_ev_box {
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 20px 0px;
    margin-bottom: 10px;
    flex-direction: column;
}

.ev_speci_list {
    float: right;
    width: 100%;
    padding: 10px 20px;
    margin-bottom: 15px;
}

    .ev_speci_list ul {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        border-top: 1px solid #dbdbdb;
        padding-top: 20px;
    }

        .ev_speci_list ul li {
            padding-left: 0px;
            padding-right: 0px;
            flex-wrap: wrap;
            float: left;
            position: relative;
            min-width: 150px;
        }

            .ev_speci_list ul li label {
                font-size: 12px;
                line-height: 24px;
                display: flex;
                align-items: center;
                text-align: center;
                color: #767676;
                float: left;
                width: 100%;
                margin: 0px;
                flex-wrap: wrap;
            }

            .ev_speci_list ul li span {
                font-size: 14px;
                line-height: 22px;
                display: flex;
                align-items: center;
                float: left;
                width: 100%;
                order: 1;
                flex-grow: 0;
                margin: 0px 0px;
            }

.dtls_ico_ev span.material-icons {
    padding: 10px;
    border-radius: 50px;
    background: #0096C4;
    color: #fff;
}

.dtls_ico_ev.eco_color span.material-icons {
    background: #088856;
}

.dtls_enr_charg {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding: 0 20px 20px 20px;
}

.dtls_box_ev {
    float: left;
    display: inline-flex;
    align-items: flex-start;
}

.dtls_ico_contnt {
    padding-left: 15px;
}

    .dtls_ico_contnt h4 {
        font-size: 12px;
        line-height: 24px;
        text-transform: uppercase;
        color: #333333;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
        margin: 0px 0px;
    }

    .dtls_ico_contnt p {
        font-size: 12px;
        line-height: 24px;
        color: #333333;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        margin: 0px 0px;
    }

.crrnt_rate_wrap {
    float: left;
    width: 100%;
    display: inline-flex;
    justify-content: space-between;
    padding: 12px 10px;
    background: #01A1AB;
    border-bottom-left-radius: 20px;
    position: relative;
    top: -34px;
    color: #fff;
}

.crrnt_ratebox {
    float: left;
    display: inline-flex;
    align-items: baseline;
    width: 100%;
}

.crrent_ico .material-icons {
    font-size: 26px;
}

.crrent_contnt {
    padding-left: 9px;
    position: relative;
    top: -5px;
    width: 100%;
    float: left;
}

a.viewdetialslink {
    float: right;
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    text-align: right;
    text-decoration-line: underline;
    color: #FFFFFF;
    text-transform: none;
    margin-top: 4px;
}

.crrent_contnt h4 {
    font-size: 13px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

.crrent_contnt p {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px;
    padding: 0px;
}

.score_fac_wrapper {
    float: right;
    width: 100%;
}

.piechart_box {
    margin-top: 15px;
    float: left;
    width: 100%;
}

    .piechart_box img {
        max-width: 100%;
        display: none;
    }

.scr_fac_info {
    padding: 20px 10px 30px 20px;
    float: left;
    width: 100%;
}

    .scr_fac_info h4 {
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #333333;
        flex: none;
        order: 0;
        flex-grow: 1;
        margin: 0px 0px;
    }

.scr_fac_box {
    float: left;
    display: inline-flex;
    align-items: flex-start;
    margin-top: 25px;
    width: 100%;
}

.scr_fac_contnt {
    padding-left: 15px;
}

.scr_fac_ico {
    color: #b3b3b3;
}

    .scr_fac_ico.erro_color {
        color: #af0220;
    }

.scr_fac_box .material-icons {
    font-size: 26px;
}

.scr_fac_contnt p {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;
}

.scr_fac_contnt h5 {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;
}

.scr_fac_contnt a {
    font-size: 12px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #1982C5;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;
}

.scr_spacing {
    padding: 10px 20px;
}

.map_wrapper h5 {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    margin: 0px 0 10px;
}

.map_box {
    width: 100%;
    border: 0px solid #dbdbdb;
}

    .map_box img {
        max-width: 100%;
    }

.button_find {
    cursor: pointer;
    display: inline-flex;
    border-radius: 4px;
    color: #fff !important;
    min-width: 100%;
    font-size: 14px;
    min-height: 42px;
    text-transform: uppercase;
    align-items: center;
    text-align: center;
    justify-content: center;
    margin: 25px 0 5px;
}

.right_noti_wrap h5 {
    font-size: 18px;
    line-height: 32px;
    color: #333;
    margin: 0px 0 5px;
    position: relative;
    top: -2px;
}

.right_noti_wrap {
    display: inline-flex;
    align-items: baseline;
}

.noti_box_contnt {
    padding-left: 10px;
}

    .noti_box_contnt p {
        margin-bottom: 0px;
        font-size: 12px;
        line-height: 24px;
        color: #333333;
    }

.noti_box_img .material-icons {
    color: #1982c5;
}

.tabswrapper p {
    margin: 0px;
}

.enroll_leftevpopup {
    float: left;
    width: 100%;
    color: #333;
}

    .enroll_leftevpopup h5 {
        font-size: 28px;
        line-height: 40px;
        text-transform: uppercase;
        color: #333333;
    }

    .enroll_leftevpopup p {
        font-size: 14px;
        line-height: 24px;
        color: #333333;
    }

.enroll_evplan_wrapp {
    background: linear-gradient( 101.63deg, #124A6E 0%, #3A78A1 100%);
    float: left;
    margin-top: 30px;
    border-radius: 4px;
    color: #fff;
    padding: 20px;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, 0.15);
}

.enroll_leftev h4 {
    font-size: 20px;
    line-height: 32px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.enroll_leftev {
    float: left;
    width: 60%;
    padding: 20px;
}

.enroll_rightev {
    float: left;
    width: 40%;
    padding: 0 20px 20px;
    text-align: center;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    align-items: flex-end;
}

.enroll_leftev p {
    font-size: 14px;
    line-height: 24px;
    color: #FFFFFF;
}

span.esti_txtev {
    float: left;
    width: 100%;
    font-size: 10px;
    line-height: 16px;
    text-align: left;
    color: #FFFFFF;
    margin-top: 50px;
}

.submit-button.enroll_btn {
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    float: left;
    margin-top: 20px;
    color: #fff !important;
}

.recmended_box {
    float: left;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 50%;
}

.enroll_rightev h5 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}

.reco_chart {
    height: 104px;
    width: 88px;
    background: linear-gradient(93.17deg, #ADCC14 0%, #14CCAD 100%);
    border-radius: 4px 4px 0px 0px
}

.currentev_chart {
    height: 136px;
    width: 88px;
    background: #C1D5E1;
    border-radius: 4px 4px 0px 0px;
}

.reco_details {
    float: left;
    width: 100%;
    margin-top: 12px;
}

    .reco_details p {
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
        margin: 0px;
    }

    .reco_details h5 {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        color: #FFFFFF;
    }

    .reco_details p, .reco_details h5, .reco_details span {
        margin: 0px;
        width: 100%;
        float: left;
    }

    .reco_details span {
        font-size: 12px;
        line-height: 24px;
        text-align: center;
        color: #FFFFFF;
    }

.current_secpopup {
    display: flex;
    float: right;
    align-items: stretch;
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-left: 60px;
}

.evplan_box_popup {
    box-shadow: 0px -4px 8px rgb(0 0 0 / 5%), 0px 4px 8px rgb(0 0 0 / 10%);
    border-radius: 8px 0px 0px 8px;
    overflow: hidden;
}

.evplan_box_popup, .tm_of_use_box {
    width: 50%;
}

.evplan_box1 {
    padding: 20px;
    background: linear-gradient( 93.17deg, #ADCC14 0%, #14CCAD 55.45%);
    color: #fff;
    text-align: center;
}

    .evplan_box1 p {
        font-size: 18px;
        line-height: 32px;
        text-align: center;
        text-transform: uppercase;
        color: #FFFFFF;
        margin: 0px;
    }

.tm_ofusefirst {
    background: #DBDBDB;
}

.evplan_box1 span {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.txtcurrentplan {
    width: 100%;
    float: left;
    text-align: right;
    padding-top: 30px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #767676;
    margin-bottom: 12px;
}

.tm_of_use_box {
    border: 1px solid #DBDBDB;
    border-radius: 0px 8px 8px 0px;
    border-top: 0px;
    border-left: 0px;
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: center;
    overflow: hidden;
}

.tm_ofusefirst p, .tm_ofusefirst span {
    color: #333;
}

.evplan_boxul {
    float: left;
    width: 100%;
    list-style: none;
    padding: 30px;
}

    .evplan_boxul li {
        display: inline-flex;
        align-items: flex-start;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

        .evplan_boxul li p {
            font-size: 14px;
            line-height: 24px;
            color: #333333;
            margin: 0px 8px;
            flex-wrap: wrap;
        }

.lnk_vewallplan {
    float: left;
    width: 100%;
    text-align: center;
    height: 40px;
    margin-top: 40px;
    margin-bottom: 10px;
}

    .lnk_vewallplan a {
        font-size: 14px;
        line-height: 24px;
        text-decoration-line: underline;
        color: #1982C5;
    }

.disclaimer p {
    font-size: 14px;
    line-height: 24px;
    color: #767676;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 40px 8px 10px;
}

    .disclaimer p span.material-icons {
        width: 24px;
    }
/* monthly cost section */
.mnthlly_cost_sec {
    margin-top: 20px;
    float: left;
    width: 100%;
}

    .mnthlly_cost_sec h4 {
        font-size: 20px;
        line-height: 32px;
        color: #333333;
        
        margin: 10px 0 15px;
    }

.mnthlly_cost_sec_min {
    margin-top: 0px !important;
}
/* Electric High chart */
.highcharts-figure, .highcharts-data-table table {
    min-width: 310px;
    max-width: 1200px;
    margin: 1em auto;
}

#container, #monthcahrt {
    height: 340px;
}

.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;
}
/* End Chart css */

span.tooltipHead {
    background: #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    font-size: 15px;
    font-weight: bold;
}

.tooltipBody > ul {
    margin: 0;
    padding: 0;
    width: 100%;
    list-style-type: none;
}

.tooltipBody {
    margin: 0;
    padding: 5px 10px;
}

.tabsec_top {
    padding: 20px;
    display: inline-flex;
    width: 100%;
    float: left;
    justify-content: space-between;
    align-items: flex-end;
}

    .tabsec_top ul.nav.nav-tabs {
        width: auto;
        float: left;
        border: 1px solid #dbdbdb;
        background: #dbdbdb;
        border-radius: 4px;
        overflow: hidden;
    }

        .tabsec_top ul.nav.nav-tabs li a {
            padding: 7px 10px;
            height: auto;
            float: left;
            text-align: center;
            min-width: 80px;
            background: #dbdbdb;
            color: #767676;
        }

            .tabsec_top ul.nav.nav-tabs li a.active {
                background: #fff;
                color: #333;
            }

.mnthly_cossec, .tbs_ev_chart_top {
    float: left;
    width: 100%;
}

.tabschart_content {
    float: left;
    width: 100%;
}

.right_calinpt {
    float: right;
    padding: 12px 10px;
    background: #f5f5f5;
    font-size: 14px;
    color: #333;
}

    .right_calinpt strong {
        color: #333;
    }

.bill_chart_text {
    float: left;
    width: 100%;
    display: inline-flex;
    padding: 25px 20px;
    border-top: 1px solid #dbdbdb;
}

    .bill_chart_text p {
        font-size: 14px;
        margin-bottom: 0px;
    }

        .bill_chart_text p a {
            font-size: 14px;
            line-height: 24px;
            text-decoration-line: underline;
            color: #1982C5;
            padding-left: 5px;
        }

        .bill_chart_text p span.material-icons {
            color: #1982C5;
            padding-right: 5px;
        }

.evrebate_sec {
    float: left;
    width: 100%;
    margin-top: 30px;
    padding: 20px 40px 40px;
}

    .evrebate_sec h3 {
        font-size: 28px;
        line-height: 40px;
        text-transform: uppercase;
        color: #1982C5;
        flex: none;
        order: 0;
        align-self: stretch;
        flex-grow: 0;
        margin: 16px 0px;
    }

    .evrebate_sec p {
        font-size: 18px;
        line-height: 32px;
        color: #333333;
        flex: none;
        order: 1;
        align-self: stretch;
        flex-grow: 0;
        margin: 16px 0px 0;
    }

    .evrebate_sec .button_find.submit-button {
        min-width: auto;
        float: left;
    }

.noti_popup_para p {
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    color: #333333;
    width: 100%;
}

.noti_stts_sec h5 {
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 8px 0px;
}

.noti_stts_sec p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin: 8px 0px;
}

.checkbox_notipopup {
    display: inline-flex;
    align-items: center;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.checkboxnoti_popup {
    margin-right: 10px;
}

.checkbox_notipopup label {
    margin-bottom: 0px;
    margin-right: 10px;
}

.selectbox_noti {
    width: 100%;
    float: left;
}

    .selectbox_noti select, .selectbox_noti input {
        width: 100%;
        background: #FFFFFF;
        border: 1px solid #DBDBDB;
        box-sizing: border-box;
        border-radius: 4px;
        height: 40px;
        padding: 0 5px;
        max-width: 250px;
        float: right;
    }

.acc_therehold_inpt {
    font-size: 15px;
    padding: 0px 10px 0px 13px;
    border-bottom: 1px solid #c1c1c1;
    height: 55px;
    border-radius: 5px 5px 0px 0px;
    background: rgba(0, 0, 0, 0.09);
    margin-top: 15px;
    margin-bottom: 15px;
    position: relative;
}

    .acc_therehold_inpt span.moneyicoinpt {
        position: absolute;
        left: 10px;
        top: 16px;
    }

    .acc_therehold_inpt .showhidepasswrd {
        position: absolute;
        top: 15px;
        right: 13px;
    }

    .acc_therehold_inpt input[type="password"], .acc_therehold_inpt input[type="text"] {
        width: 100%;
        padding-left: 20px;
        border: 0px;
        height: 100%;
        margin-top: 0px;
        background: #e8e8e8;
        outline: none;
    }



.feature.map {
    height: 100%;
}

.feature iframe {
    height: 100%;
    width: 100%;
    border: 0;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(99%); /* Chrome 19+ & Safari 6+ */
    -webkit-backface-visibility: hidden; /* Fix for transition flickering */
}


/* Sidebar Chart CSS */
.textc {
    margin-top: -32px;
}

    .textc * {
        width: 100%;
        display: block;
        text-align: center;
    }

    .textc a {
        background: #AF0220;
        color: #fff;
        border: 1px solid #AF0220;
        padding: 10px 10px;
        width: auto;
        margin: 10px auto;
        font-size: 14px;
        border-radius: 4px;
        text-decoration: none;
    }

    .textc p {
        color: #696969;
        font-size: 12px;
    }

    .textc strong {
        color: #4c4c4c;
        font-size: 36px;
    }

.highcharts-label label {
    transform: rotate(90deg);
}

.highcharts-series-group:before {
    content: "";
    position: absolute;
    left: 0;
    width: 50px;
    height: 50px;
}

.urscrore {
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #767676;
    transform: translate(36px, 0px) !important;
}

.digitcenter {
    font-size: 56px;
    line-height: 64px;
    text-align: center;
    color: #333333;
    transform: translate(25px, 59px) !important;
}

.ponts_txt {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 24px;
    text-align: center;
    color: #767676;
    transform: translate(13px, 82px) !important;
}

text.scorepointright {
    font-size: 14px;
    text-align: center;
    transform: translate(140px, 27px) !important;
    fill: #088856;
}

.positionsetico {
    transform: translate(134px, 56px) !important;
    fill: #088856;
    font-size: 30px;
}

.midtxtchart {
    height: 400px !important;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    color: #767676;
}

.map_wrapper p {
    font-size: 14px;
}

.LoginTextFields.darkbordered.inputsrchwrp {
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    margin-bottom: 15px;
}

input.inputsrch {
    background: #e8e8e8;
    width: 100%;
    display: flex;
    max-width: 100%;
    margin: 0px auto 20px !important;
    padding: 0px 0 0 50px !important;
    border: 0px solid #ccc;
    min-height: 54px;
    border-radius: 3px;
}

.inputsrchwrp span.material-icons.srchico {
    position: absolute;
    left: 33px;
    top: 13px;
    font-size: 30px;
    color: #111;
}

.inputsrchwrp .closesrch {
    position: absolute;
    top: 15px;
    right: 29px;
    color: #b3b3b3;
}

.kebabmenuright .dropdown-toggle {
    color: #333;
}

    .kebabmenuright .dropdown-toggle:after {
        display: none;
    }

.kebabmenuright ul.dropdown-menu {
    box-shadow: 0px 1px 3px 0px rgb(0 0 0 / 20%);
    border: 0px solid #dbdbdb;
    border-radius: 0px;
}

    .kebabmenuright ul.dropdown-menu a {
        display: block;
        float: left;
        width: 100%;
        border-bottom: 1px solid #f3f3f3;
        padding: 10px;
        font-size: 14px;
        color: #333;
    }

        .kebabmenuright ul.dropdown-menu a:hover {
            background: #f5f5f5;
        }

.remove_evbox {
    height: 69vh;
    text-align: center;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.remove_ev h3 {
    font-size: 20px;
    line-height: 32px;
    color: #333;
}

.remove_ev p {
    font-size: 18px;
    color: #333;
    margin: 30px 0;
}

.connect-imge {
    float: left;
    max-width: 27px;
    position: absolute;
    left: -1px;
    top: 12px;
}

    .connect-imge img {
        max-width: 100%;
    }

.ev_speci_list ul li:nth-child(3) {
    padding-left: 29px;
}

.evSinglecard {
    border: 0;
    background: #FFFFFF;
    border-radius: 8px;
    margin-bottom: 28px;
}

    .evSinglecard .card-top-details {
        padding: 16px;
        display: flex;
        align-content: flex-start;
    }

        .evSinglecard .card-top-details .title {
            color: #333333;
            font-weight: bold;
            font-size: 16px;
            line-height: 24px;
        }

        .evSinglecard .card-top-details .dropsec {
            margin-left: auto;
            display: flex;
            align-items: center;
        }

            .evSinglecard .card-top-details .dropsec .dropdown-menu li {
                padding: 4px 8px;
                font-size: 14px;
            }

        .evSinglecard .card-top-details .pill {
            background: #333333;
            border-radius: 30px;
            padding: 4px 8px;
            color: #FFFFFF;
            font-size: 14px;
            margin-right: 4px;
        }

    .evSinglecard .main-img {
        box-shadow: inset 0px -1px 0px #F5F5F5;
        height: 250px;
    }

        .evSinglecard .main-img img {
            width: 100%;
        }

    .evSinglecard .card-bottom-details {
        box-shadow: inset 0px -1px 0px #F5F5F5;
        padding: 12px 16px 16px;
    }

        .evSinglecard .card-bottom-details .list-title {
            color: #333333;
            font-weight: 600;
            font-size: 14px;
            line-height: 24px;
            margin-bottom: 16px;
        }

        .evSinglecard .card-bottom-details .single-list {
            margin: 12px 0px;
            display: flex;
            align-items: center;
        }

            .evSinglecard .card-bottom-details .single-list .image-wrap img {
                width: 24px;
            }

            .evSinglecard .card-bottom-details .single-list .listTitle {
                margin-left: 8px;
                font-size: 12px;
                color: #333;
                font-weight: bold;
            }

            .evSinglecard .card-bottom-details .single-list .listType {
                margin-left: auto;
                font-size: 12px;
                color: #333;
                font-weight: bold;
            }

@media (min-width:992px) and (max-width:1024px) {
    text .scorepointright {
        transform: translate(130px, 27px) !important;
    }

    .positionsetico {
        transform: translate(124px, 56px) !important;
    }

    .crrent_contnt h4 {
        font-size: 15px;
    }

    .crrent_contnt p {
        font-size: 13px;
    }
}

@media (max-width:767px) {
    .dtls_enr_charg {
        flex-wrap: wrap;
    }

    .dtls_box_ev {
        margin-bottom: 25px;
    }

    .info_ev_box {
        flex-wrap: wrap;
    }

    .ev_name {
        float: left;
        width: 100%;
        border-bottom: 1px solid #f5f5f5;
        margin-bottom: 10px;
        padding-bottom: 10px;
    }

    .enroll_evplan_wrapp {
        padding: 10px;
    }

    .enroll_leftev, .enroll_rightev {
        width: 100%;
    }

    .evrebate_sec {
        padding: 20px 20px 40px;
    }

        .evrebate_sec .button_find.submit-button {
            padding-left: 0px;
            padding-right: 0px;
            width: 100%;
        }

        .evrebate_sec h3 {
            font-size: 21px;
            margin: 8px 0px;
        }

    .enroll_leftev h4 {
        margin: 0px;
    }

    span.esti_txtev {
        margin-top: 30px;
    }

    .enroll_rightev {
        padding: 0 10px 20px;
    }

        .enroll_rightev h5 {
            width: 100%;
            float: left;
        }

    .tabsec_top {
        justify-content: center;
        flex-wrap: wrap;
    }

    .right_calinpt {
        margin-top: 20px;
        width: 100%;
        text-align: center;
    }

    .chartsection {
        max-width: 100%;
        overflow: auto;
    }

        .chartsection div#container, .chartsection div#monthcahrt {
            min-width: 800px;
            overflow: auto;
        }

    .bill_chart_text {
        flex-wrap: wrap;
    }

        .bill_chart_text p {
            text-align: center;
        }

            .bill_chart_text p a {
                float: left;
                width: 100%;
                text-align: center;
                margin-top: 5px;
            }

    .crrnt_rate_wrap {
        top: 0px;
        margin-top: 20px;
        margin-bottom: 20px;
        border-radius: 8px;
    }

    ul.ev_vehicle_tbs {
        border: 0px;
        display: inline-flex;
        flex-wrap: nowrap;
        overflow: auto;
    }

    .tabswrapper {
        padding-top: 0px;
        flex-wrap: wrap;
        position: relative;
        width: 100%;
    }

    .addbtnlink-ev {
        margin: 0px;
        position: absolute;
        top: -13px;
        right: 0px;
    }

    .current_secpopup {
        padding-left: 0px;
    }

    .evplan_box_popup, .tm_of_use_box {
        width: 100%;
        margin-bottom: 10px;
        border-radius: 8px;
        border: 1px solid #DBDBDB;
    }

    .evplan_boxul {
        padding: 20px;
    }

    .selectbox_noti select, .selectbox_noti input {
        max-width: 210px;
    }

    .notibox-status {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }


    .ev_content_image {
        width: 100%;
    }

    .info_ev_wrap {
        width: 100%;
    }

    #Transactions {
        border-bottom: 1px solid #f5f5f5;
    }

    .noTransactionHistory {
        width: 100%;
        margin: 20px auto;
        display: flex;
        padding: 15px;
    }

        .noTransactionHistory h4 span {
            margin-top: 8px;
        }

    .navbar .navbar-nav .dropdown-menu.MegaMenu > .container {
        padding: 0;
        padding-left: 15px;
    }

        .navbar .navbar-nav .dropdown-menu.MegaMenu > .container > .col-lg-3 {
            padding: 0;
        }

    .usage_history_table .blockChargeAccoutRiht {
        padding: 0 !important;
    }

    .scr_spacing {
        margin-top: 20px;
    }

    .map_box .feature a {
        margin-top: 16px;
    }

    .usage_history {
        overflow: hidden;
    }

        .usage_history .add_ev_wrp.ev_shadow {
            padding-left: 0 !important;
            padding-right: 0 !important;
        }

    .usage_history_table .blockChargeAccoutRiht {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .usage_history_table .table_wrap table tr td {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }

    .ContactInfobtns {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .evCCardDropdown {
        margin: 0;
        padding-right: 10px;
    }

        .evCCardDropdown #SelectDropdown {
            width: 100% !important;
            padding-left: 15px !important;
        }

        .evCCardDropdown .ezSelect {
            width: 100%;
        }

    .crgStList .responsiveUlTable {
        width: unset;
    }

        .crgStList .responsiveUlTable .liheader {
            display: none;
        }

        .crgStList .responsiveUlTable li {
            display: flex;
            flex-direction: column;
        }

            .crgStList .responsiveUlTable li span {
                position: relative;
                padding-top: 20px;
                margin-bottom: 8px;
                width: 100% !important;
                padding-right: 0 !important;
            }

                .crgStList .responsiveUlTable li span:before {
                    content: attr(data-label);
                    position: absolute;
                    top: 0;
                    font-weight: bold;
                }

    .evSinglecard {
        margin-bottom: 16px;
    }
}

.preloginev h5 span {
    font-size: 14px;
    float: left;
    width: 100%;
    margin-top: 12px;
    margin-bottom: 25px;
}

.ev_shadow {
    background: #fff;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
}

.add_ev_box.preloginev > p {
    font-size: 15px;
}

span.required {
    position: absolute;
    right: -13px;
    top: 0px;
}

.full_widthNew_ui .invalidfocus:not(:focus):invalid ~ label.effect_lbl {
    top: 8px;
    font-size: 13px;
}

.charge-modal .close {
    position: absolute;
    right: 30px;
    font-size: 25px;
    top: 20px;
    opacity: 1;
    text-shadow: none;
}

.charge-modal .modal-content,
.bill-modal .modal-content {
    box-shadow: 0px 24px 48px rgb(0 0 0 / 15%);
    border-radius: 16px;
    border: 0;
    padding: 35px 60px;
}

    .charge-modal .modal-content h4,
    .bill-modal .modal-content h4 {
        margin: 20px 0 20px;
        color: #333;
        font-size: 22px;
    }

    .charge-modal .modal-content h5 {
        margin: 15px 0 30px;
        color: #767676;
        font-size: 16px;
    }

    .charge-modal .modal-content a {
        color: #1982C5;
        text-decoration: underline;
        font-size: 14px;
    }

.login-btn-group .material-icons {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
}

.showhidepwd {
    position: absolute;
    right: 10px;
    top: 16px;
}

    .showhidepwd > a {
        text-decoration: none !important;
        font-size: 22px !important;
        color: #333 !important;
    }

#loginmodal .modal-dialog {
    max-width: 500px;
    margin: 5% auto 0;
}

.registrs_lnk {
    text-align: right;
    text-decoration-line: underline;
    color: #215ed9;
    float: right;
}

.mnthlly_cost_sec h4 {
    font-size: 20px;
    line-height: 32px;
    color: #333333;
    margin: 10px 0 15px;
}
/* SCR */
.scr_fac_info {
    padding: 20px 10px 30px 20px;
    float: left;
    width: 100%;
}

    .scr_fac_info h4 {
        font-size: 16px;
        line-height: 24px;
        text-transform: uppercase;
        color: #333333;
        flex: none;
        order: 0;
        flex-grow: 1;
        margin: 0px 0px;
    }

.scr_fac_box {
    float: left;
    display: inline-flex;
    align-items: flex-start;
    margin-top: 25px;
    width: 100%;
}

.scr_fac_contnt {
    padding-left: 15px;
}

.scr_fac_ico {
    color: #b3b3b3;
}

    .scr_fac_ico.erro_color {
        color: #af0220;
    }

.scr_fac_box .material-icons {
    font-size: 26px;
}

.scr_fac_contnt p {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;
}

.scr_fac_contnt h5 {
    font-size: 12px;
    line-height: 24px;
    color: #333333;
    flex: none;
    order: 1;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;
}

.scr_fac_contnt a {
    font-size: 12px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #1982C5;
    flex: none;
    order: 2;
    align-self: stretch;
    flex-grow: 0;
    margin: 0px 0px;
}

.scr_spacing {
    padding: 20px;
}

.piechart_box {
    margin-top: 15px;
    float: left;
    width: 100%;
}

    .piechart_box img {
        max-width: 100%;
        display: none;
    }

#loginmodal .login-btn-group {
    margin: 35px 0 20px;
}

    #loginmodal .login-btn-group button {
        width: 100%;
    }

@media (max-width:767px) {
    .button_lft_algn a {
        display: block;
    }

        .button_lft_algn a.cancel-button {
            margin: 10px 0 0;
        }
}

.btn-link {
    color: #215ed9;
    text-decoration: underline;
}

.billing_view_sec h5 {
    font-size: 18px;
}

.billing_view_sec h3 {
    font-size: 28px;
    font-weight: bold;
}

.add_ev_wrp_top {
    border-radius: 4px 4px 0 0;
}

.add_ev_wrp_bottom {
    border-top: 0px;
    border-radius: 0 0 4px 4px;
}

    .add_ev_wrp_bottom .ssnInfo {
        display: flex;
        align-items: center;
    }

        .add_ev_wrp_bottom .ssnInfo > p {
            color: #696969;
            font-size: 14px;
            margin: 0 10px;
        }

        .add_ev_wrp_bottom .ssnInfo > i {
            margin: 2px 0;
            color: #4c4c4c;
        }

.current_bill_sec {
    margin-top: 40px;
}

    .current_bill_sec .title {
        font-size: 16px;
    }

    .current_bill_sec .date {
        font-size: 14px;
    }

    .current_bill_sec .bill_switch .btn {
        border: 1px solid #CCCCCC;
        font-size: 14px;
        padding: 4px 24px;
    }

        .current_bill_sec .bill_switch .btn.active {
            background: #DBDBDB;
        }

    .current_bill_sec .detail-box {
        background: #F5F8FF;
        border-radius: 4px;
        padding: 32px;
    }

.detail-box h4 {
    margin: 0;
    font-size: 16px;
}

.detail-box p {
    font-size: 14px;
}

.detail-box .material-icons {
    color: #1B7E84;
}

.current_bill_chart_cnt {
    margin-top: 72px;
    margin-bottom: 20px;
}

    .current_bill_chart_cnt > div:nth-child(1) {
        border-right: 1px solid #DBDBDB;
    }

.current_bill_chart {
    display: flex;
    justify-content: center;
    height: 100%;
    align-items: flex-end;
}

    .current_bill_chart .data_info h5 {
        font-size: 18px;
    }

    .current_bill_chart .data_info p {
        font-size: 14px;
    }

    .current_bill_chart .bar_one {
        background: #09B2B2;
        border-radius: 4px 4px 0px 0px;
        width: 16%;
        height: 50%;
    }

    .current_bill_chart .bar_two {
        background: #2BD9D9;
        border-radius: 4px 4px 0px 0px;
        width: 16%;
        height: 100%;
    }

.recent_trans_bv {
    margin-top: 32px;
}

    .recent_trans_bv .title {
        padding: 24px 30px;
        font-size: 18px;
        margin: 0px;
    }

    .recent_trans_bv table .c_content {
        font-size: 14px;
        margin: 0;
    }

    .recent_trans_bv table .c_subcontent {
        font-size: 12px;
        margin: 0;
    }

    .recent_trans_bv table tbody {
        display: table;
        width: 100%;
    }

        .recent_trans_bv table tbody tr td {
            vertical-align: middle;
            padding: 32px .5rem;
        }

            .recent_trans_bv table tbody tr td:first-child {
                padding-left: 30px;
            }

            .recent_trans_bv table tbody tr td:last-child {
                padding-right: 30px;
            }

.learn_more_bv {
    margin-top: 32px;
}

    .learn_more_bv .logo_sec {
        margin-right: 40px;
    }

        .learn_more_bv .logo_sec .material-icons {
            font-size: 40px;
            color: #215ed9;
        }

    .learn_more_bv .title {
        font-size: 18px;
    }

    .learn_more_bv .subtitle {
        font-size: 16px;
    }

.also_want_wrap .title {
    font-size: 18px;
    padding: 32px 32px 16px 32px;
}

.also_want_wrap .links {
    padding: 32px 16px 32px 32px;
}

    .also_want_wrap .links > div {
        margin-bottom: 16px;
    }

        .also_want_wrap .links > div:last-child {
            margin: 0px;
        }

.discount_wrap {
    margin-top: 32px;
}

    .discount_wrap .cta {
        padding: 16px 32px 32px;
    }

        .discount_wrap .cta p {
            font-size: 12px;
            margin: 0;
        }

    .discount_wrap .title_cnt {
        padding: 32px 32px 16px;
    }

        .discount_wrap .title_cnt h5 {
            font-size: 18px;
        }

.savings_sec {
    padding: 32px;
    margin-top: 32px;
}

    .savings_sec h5 {
        font-size: 18px;
        margin: 0 0 8px;
    }

    .savings_sec p {
        font-size: 14px;
        margin: 0;
    }

.billing_his_sec .add_ev_wrp.ev_shadow {
    padding: 32px 0 0;
}

.billing_his_sec .h_tabs {
    padding: 0 30px;
}

.billing_his_sec .view_sec {
    box-shadow: inset 0px -1px 0px #f5f5f5;
    padding: 8px 30px;
}

.billing_his_sec .h_tabs .btn {
    font-size: 14px;
    padding: 8px 24px;
    transition: none;
}

    .billing_his_sec .h_tabs .btn.active {
        border-bottom: 2px solid #215ed9;
        border-radius: 0px;
    }

.billing_his_sec .view_sec select {
    width: 100px;
}

.billing_his_sec table {
    width: 100%;
    display: table;
    margin-top: 8px;
}
/* .billing_his_sec table tbody, .billing_his_sec table thead {
        display: table;
        width: 100%;
    } */
.table_wrap table tr {
    box-shadow: inset 0px -1px 0px #f5f5f5;
}

    .table_wrap table tr td, .table_wrap table tr th {
        border: 0px;
    }

.table_wrap #billing-history-table tr td[colspan="6"] {
    padding: 0 !important;
}

.table_wrap table tr td, .table_wrap table tr th {
    vertical-align: middle;
    padding: 24px .75rem;
    font-size: 14px;
}

.table_wrap table thead td, .table_wrap table thead th {
    font-weight: bold;
    font-size: 16px;
}

.table_wrap table tr td.dt-extended-control {
    cursor: pointer;
    text-align: right;
}

#billing-history-table, #payment-activity-table, #payment-history-table {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
}

    #billing-history-table thead td:last-child {
        cursor: unset;
    }

        #billing-history-table thead td:last-child::after, #billing-history-table thead td:last-child::before {
            display: none;
        }

    #payment-activity-table thead td:last-child {
        cursor: unset;
    }

        #payment-activity-table thead td:last-child::after, #payment-activity-table thead td:last-child::before {
            display: none;
        }

    #payment-activity-table tbody td:last-child {
        text-align: right;
    }

.billing_his_sec .drop_table_data {
    background: #F5F8FF;
    padding: 64px;
}

    .billing_his_sec .drop_table_data .row .row {
        box-shadow: inset 0px -1px 0px #DBDBDB
    }

    .billing_his_sec .drop_table_data .col-md-4 {
        padding-top: 24px;
        padding-bottom: 24px;
    }

    .billing_his_sec .drop_table_data .sub_section {
        margin-left: 64px;
    }

    .billing_his_sec .drop_table_data .cta_btn_row {
        box-shadow: none !important;
    }

    .billing_his_sec .drop_table_data .sub_section .row > div, .billing_his_sec .drop_table_data .cta_btn {
        padding-top: 24px;
        padding-bottom: 24px;
    }

.table_extras {
    padding: 24px 30px;
}

    .table_extras .download_btn {
        color: #215ed9;
    }

    .table_extras .rows_per_sec {
        font-size: 12px;
        display: flex;
        align-items: center;
    }

        .table_extras .rows_per_sec select {
            font-size: 12px;
            width: 50px;
            padding: 0;
        }

    .table_extras .rows_count {
        margin-left: 38px;
        font-size: 12px;
    }

        .table_extras .rows_count span {
            margin-right: 40px;
        }

        .table_extras .rows_count i {
            cursor: pointer;
        }
/* Usage overview */
.usage_overview .dash_info_card {
    padding: 24px;
    position: relative;
    background: #f5f5f5;
    border: 0px;
    padding: 15px 15px !important;
}

    .usage_overview .dash_info_card p {
        font-size: 14px;
        line-height: 24px;
        margin: 0;
        color: #333333;
        font-weight: bold;
    }

    .usage_overview .dash_info_card h4 {
        font-size: 20px;
        line-height: 30px;
        font-weight: bold;
        margin: 8px 0px 0px 0px;
        color: #333333 !important;
    }

    .usage_overview .dash_info_card span {
        font-size: 12px;
        line-height: 24px;
        color: #767676;
    }

    .usage_overview .dash_info_card .card-icon {
        position: absolute;
        right: 10px;
        top: 10px;
        color: #B3B3B3;
    }

.chart_wrap .add_ev_wrp.ev_shadow {
    padding: 32px;
    position: relative;
    float: left;
    width: 100%;
}

.chart_wrap .filters .btn-group-toggle .btn {
    border: 1px solid #CCCCCC;
    font-size: 14px;
    padding: 8px 24px;
}

    .chart_wrap .filters .btn-group-toggle .btn.active {
        background: #DBDBDB;
    }

.chart_wrap .filters select {
    font-size: 15px;
}

.usage_overview .best_charge_time_wrap h5 {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 8px;
}

.usage_overview .best_charge_time_wrap .chart_info_data {
    padding: 0 32px;
}

    .usage_overview .best_charge_time_wrap .chart_info_data .col {
        box-shadow: inset -1px 0px 0px #f5f5f5;
        padding: 0 24px;
    }

        .usage_overview .best_charge_time_wrap .chart_info_data .col:last-child {
            box-shadow: none;
        }

    .usage_overview .best_charge_time_wrap .chart_info_data .chart-t {
        font-size: 14px;
        line-height: 24px;
    }

    .usage_overview .best_charge_time_wrap .chart_info_data .chart-i {
        font-size: 10px;
        color: #767676;
    }

.usage_overview .best_charge_time_wrap p {
    font-size: 14px;
    margin: 0;
}

.usage_overview .best_charge_time_wrap .add_ev_wrp.ev_shadow {
    padding: 32px;
}

.tooltipBody > ul li circle {
    width: 12px;
    height: 12px;
    border-radius: 20px;
    display: inline-block;
    margin-right: 10px;
}

.usage_history .filters {
    padding: 0 32px;
}

    .usage_history .filters .f_filter {
        width: unset;
        min-width: 104px;
    }

.usage_history .add_ev_wrp.ev_shadow {
    padding: 32px 0 0;
}

.usage_history .table_wrap table {
    display: table;
}

.usage_history .table_wrap .t-title {
    font-size: 14px;
    margin: 0;
}

.usage_history .table_wrap .t-subtitle {
    font-size: 12px;
    margin: 0;
    color: #767676;
}

.usage_history .table_wrap .t-icon {
    margin-right: 20px;
}
/* Usage Compare */
.usage_compare .main-title {
    font-size: 20px;
    text-transform: unset;
    margin-bottom: 24px;
}

.usage_compare .projected_usage .add_ev_wrp_bottom .ssnInfo > i {
    color: #058905;
}

.usage_compare .projected_usage .add_ev_wrp_bottom .ssnInfo > p {
    font-size: 16px;
    margin-left: 12px;
}

.usage_compare .projected_usage .time_usage_firstcnt .add_ev_wrp_bottom .ssnInfo > p {
    font-size: 15px;
}

.usage_compare .time_usage .main-title {
    margin-top: 64px;
    margin-bottom: 16px;
}

.usage_compare .time_usage .sub-card-title h5 {
    font-size: 16px;
    margin: 0;
}

.usage_compare .time_usage .sub-card-title p {
    font-size: 14px;
    margin: 0;
}

.usage_compare .time_usage .sub-card-title .date {
    font-size: 12px;
    margin: 0;
}

.usage_compare .time_usage .accordion {
    margin-top: 32px;
}

    .usage_compare .time_usage .accordion .acc-header {
        box-shadow: inset 0px 1px 0px #f5f5f5;
    }

        .usage_compare .time_usage .accordion .acc-header .btn {
            padding: 32px;
            background: none;
            font-size: 14px;
            font-weight: bold;
            display: flex;
            align-items: center;
        }

    .usage_compare .time_usage .accordion .acc-body {
        padding: 32px;
        box-shadow: inset 0px 1px 0px #f5f5f5;
        font-size: 14px;
    }

    .usage_compare .time_usage .accordion .acc-header .btn .pre-icon {
        margin-right: 16px;
        color: #CCCCCC;
    }

        .usage_compare .time_usage .accordion .acc-header .btn .pre-icon.check_circle {
            display: none;
        }

    .usage_compare .time_usage .accordion .marked .acc-header .btn span {
        text-decoration: line-through;
        color: #767676;
    }

    .usage_compare .time_usage .accordion .completed .acc-header .btn .pre-icon.check_circle {
        display: block;
        color: #058905;
    }

    .usage_compare .time_usage .accordion .completed .acc-header .btn .pre-icon.radio_button_unchecked {
        display: none;
    }

    .usage_compare .time_usage .accordion .acc-header .btn .post-icon {
        margin-left: auto;
    }

.usage_compare .time_usage .ways_to_save {
    padding: 0;
}

    .usage_compare .time_usage .ways_to_save .sub-card-title {
        padding: 32px 32px 0 32px;
    }

.usage_compare .projected_usage.time_usage .add_ev_wrp_bottom .ssnInfo > i {
    color: #000;
}

.usage_compare .prog_data_cnt {
    padding: 32px;
}

    .usage_compare .prog_data_cnt .prog_list {
        padding: 16px;
        display: flex;
    }

.usage_compare .time_usage_firstcnt .add_ev_wrp.ev_shadow.add_ev_wrp_top {
    padding: 0;
}

.usage_compare .time_usage_firstcnt .sub-card-title {
    padding: 32px 32px 0;
}

.usage_compare .prog_data_cnt .prog_list .icon_bar {
    margin-right: 18px;
}

    .usage_compare .prog_data_cnt .prog_list .icon_bar i {
        color: #767676;
    }

.usage_compare .prog_data_cnt .prog_list .progress_detail .y_title, .usage_compare .prog_data_cnt .prog_list .progress_detail .perc {
    font-weight: 600;
}

.usage_compare .prog_data_cnt .prog_list .progress_detail .time, .usage_compare .prog_data_cnt .prog_list .progress_detail .amount {
    font-weight: 500;
}

.usage_compare .prog_data_cnt .prog_list .progress {
    border-radius: 50px;
    height: 24px;
}

    .usage_compare .prog_data_cnt .prog_list .progress .bg-c1 {
        background: #295FCC;
    }

    .usage_compare .prog_data_cnt .prog_list .progress .bg-c2 {
        background: #FF8000;
    }

    .usage_compare .prog_data_cnt .prog_list .progress .bg-c3 {
        background: #D9D8D9;
    }

.usage_compare .prog_data_legends {
    margin-bottom: 36px;
}

    .usage_compare .prog_data_legends .legend {
        font-size: 14px;
        display: flex;
        align-items: center;
    }

        .usage_compare .prog_data_legends .legend i {
            font-size: 16px;
            color: #295FCC;
            margin-right: 8px;
        }

        .usage_compare .prog_data_legends .legend:last-child {
            margin-left: 12px;
        }

            .usage_compare .prog_data_legends .legend:last-child i {
                color: #FF8000;
            }

.usage_history #reportrange {
    background: #fff;
    cursor: pointer;
    padding: 4px 10px;
    border: 1px solid #ced4da;
    display: flex;
    align-items: center;
    border-radius: 0.25rem;
    margin-left: 16px;
    font-size: 15px;   
}

@media (max-width:767px) {
 

    header.HeaderMain, header.ShortHeader {
        display: flex;
        align-items: center;
    }

    a#logo-container {
        top: -5px;
        position: unset;
    }

    .hdr_rgt_section .tipTop .dropdown {
        width: calc(100% - 120px);
        margin: 10px 0;
        float: left;
    }

    .hdr_rgt_section .tipTop .langDropdown {
        width: 110px;
        margin: 10px 0;
        display: flex;
        border: 1px solid #DFDFDF;
        border-radius: 5px;
        margin-left: 10px;
    }

        .hdr_rgt_section .tipTop .langDropdown .hdrengtxt {
            margin: auto;
        }

    .hdr_rgt_section .tipTop .profileLists {
        padding: 0;
        width: 100%;
    }

        .hdr_rgt_section .tipTop .profileLists .proflistBlock {
            width: 100%;
            margin: 4px 0 0;
            padding: 2px 10px 4px 4px !important;
        }

    ul.profileListHeader {
        width: 100%;
        top: 40px;
        overflow-y: auto;
    }

    .hdr_rgt_section .tipTop li {
        float: right;
    }

    .ShortHeader .hdr_rgt_section .tipTop {
        margin-bottom: 10px;
    }

   




    .proflistBlock i.caret {
        position: absolute;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
    }


    .navbar .navbar-nav .dropdown-menu {
        padding: 0;
    }

    .tipTop {
        margin: 0;
    }

    .billing_view_sec .cta-btns {
        flex-direction: column;
    }

        .billing_view_sec .cta-btns a {
            width: 100%;
            margin-bottom: 8px;
        }

    .current_bill_sec .bill_switch {
        margin-top: 8px;
    }

        .current_bill_sec .bill_switch .btn-group {
            width: 100%;
        }

        .current_bill_sec .bill_switch .btn {
            width: 100%;
        }

    .current_bill_chart_cnt {
        margin-top: 8px;
        margin-bottom: 0;
    }

        .current_bill_chart_cnt > div:nth-child(1) {
            border-bottom: 1px solid #DBDBDB;
            border-right: 0;
            margin-bottom: 20px;
            padding-bottom: 20px !important;
        }

    .add_ev_wrp.ev_shadow {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .current_bill_chart {
        padding: 0 15px;
    }

    .recent_trans_bv .table-wrap {
        overflow-x: auto;
    }

    .recent_trans_bv table {
        min-width: 500px;
    }

        .recent_trans_bv table tbody tr td:first-child {
            padding-left: 0;
        }

        .recent_trans_bv table tbody tr td:last-child {
            padding-right: 0;
        }

    .learn_more_bv .cnt-wrap {
        flex-wrap: wrap;
    }

        .learn_more_bv .cnt-wrap .logo_sec {
            margin-right: 8px;
        }

        .learn_more_bv .cnt-wrap .scta {
            width: 100%;
            display: flex;
        }

            .learn_more_bv .cnt-wrap .scta a {
                width: 100%;
                margin-left: 0;
                margin-right: 0;
            }

    .billing_his_sec .h_tabs {
        padding: 0;
        overflow-x: auto;
    }

    .billing_his_sec .h_tabs_cnt {
        width: 500px;
        display: flex;
        padding-bottom: 5px;
    }

    .chart_wrap .add_ev_wrp.ev_shadow .filters {
        flex-direction: column;
    }

        .chart_wrap .add_ev_wrp.ev_shadow .filters .btn-group-toggle {
            width: 100%;
        }

            .chart_wrap .add_ev_wrp.ev_shadow .filters .btn-group-toggle .btn {
                width: 100%;
            }

        .chart_wrap .add_ev_wrp.ev_shadow .filters .filter-e {
            margin-top: 8px;
            width: 100%;
        }

            .chart_wrap .add_ev_wrp.ev_shadow .filters .filter-e select {
                margin-left: 8px !important;
            }

    .usage_overview .best_charge_time_wrap .chart_info_data {
        padding: 0;
    }

    .usage_history .filters {
        flex-direction: column;
        padding: 0;
        width: 100%;
    }

    .usage_history #reportrange {
        margin-left: 0;
        margin-top: 12px;
    }

    .responsiveTbl table {
        border: 0;
        width: 100% !important;
        min-width: 100% !important;
    }

        .responsiveTbl table caption {
            font-size: 1.3em;
        }

        .responsiveTbl table thead {
            border: none;
            padding: 0;
            position: absolute;
            width: 100%;
        }

            .responsiveTbl table thead tr {
                clip: rect(0 0 0 0);
                height: 1px !important;
                margin: -1px;
                overflow: hidden;
                width: 1px;
            }

        .responsiveTbl table tr {
            border-bottom: 2px solid #e2e2e2;
            display: block !important;
            height: auto !important;
            position: relative;
        }

        .responsiveTbl table td {
            border-bottom: 0px solid #ddd !important;
            display: block !important;
            text-align: left !important;
            width: 100% !important;
            /* padding: 46px 20px 10px !important; */
            padding: 46px 0px 10px !important;
            position: relative;
        }

            .responsiveTbl table td.mobilespace:first-child {
                position: relative;
                right: 0px;
                text-align: right;
                top: 8px;
                padding: 0px !important;
                border: 0px !important;
                z-index: 2;
            }

                .responsiveTbl table td.mobilespace:first-child span {
                    float: right;
                    top: -4px;
                }

            .responsiveTbl table td::before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
                position: absolute;
                top: 18px;
                color: #18394c;
            }

            .responsiveTbl table td:last-child {
                border-bottom: 0;
            }

    .billing_his_sec .drop_table_data {
        padding: 15px;
    }

    .m-hidden {
        display: none;
    }

    .billing_his_sec .drop_table_data .col-md-4, .billing_his_sec .drop_table_data .sub_section .col-6, .billing_his_sec .drop_table_data .cta_btn {
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .billing_his_sec .drop_table_data .sub_section {
        margin-left: 24px;
    }

    .responsiveTbl .table_wrap .table_extras {
        padding: 10px 0;
    }

    .responsiveTbl .table_wrap .table_extras {
        flex-direction: column-reverse;
    }

        .responsiveTbl .table_wrap .table_extras .download_btn {
            margin: 8px 0;
        }

        .responsiveTbl .table_wrap .table_extras .pdata {
            width: 100%;
        }

            .responsiveTbl .table_wrap .table_extras .pdata .rows_count {
                margin-left: 0;
            }

        .responsiveTbl .table_wrap .table_extras .rows_per_sec {
            margin-right: auto;
        }

            .responsiveTbl .table_wrap .table_extras .rows_per_sec select {
                width: 40px;
            }

        .responsiveTbl .table_wrap .table_extras .rows_count span {
            margin-right: 16px;
        }

    .responsiveTbl .table_wrap table tr td.dt-extended-control {
        position: absolute;
        top: 10px;
        right: 0;
        width: unset !important;
        padding: 0 !important;
    }

    .responsiveTbl .table_wrap table .dt-hasChild.shown .dt-extended-control {
        transform: rotate(180deg);
    }

    .usage_compare .time_usage_firstcnt .sub-card-title {
        padding: 15px 0;
    }

    .usage_compare .prog_data_cnt {
        padding: 0;
    }

        .usage_compare .prog_data_cnt .prog_list {
            padding: 12px 0;
        }

            .usage_compare .prog_data_cnt .prog_list .icon_bar {
                margin-right: 12px;
            }

    .usage_compare .time_usage .ways_to_save .sub-card-title {
        padding: 15px 0 0;
    }

    .usage_compare .time_usage .accordion {
        margin-top: 8px;
    }

        .usage_compare .time_usage .accordion .acc-header .btn {
            padding: 16px 0;
        }

            .usage_compare .time_usage .accordion .acc-header .btn span {
                text-overflow: ellipsis;
                overflow: hidden;
                white-space: nowrap;
            }

        .usage_compare .time_usage .accordion .acc-body {
            padding: 16px;
        }

    .usage_history .table_wrap .t-icon {
        display: none;
    }
}

.custom-dropdown .dropdown-toggle, .custom-dropdown .dropdown-menu .dropdown-item {
    background: #fff;
    display: flex;
    align-items: center;
    padding: 10px;
    cursor: pointer;
}

    .custom-dropdown .dropdown-toggle::after {
        display: none;
    }

    .custom-dropdown .dropdown-toggle .img-wrap, .custom-dropdown .dropdown-menu .dropdown-item .img-wrap {
        border: 1px solid #dedede;
        border-radius: 5px;
        overflow: hidden;
    }

        .custom-dropdown .dropdown-toggle .img-wrap img, .custom-dropdown .dropdown-menu .dropdown-item .img-wrap img {
            width: 80px;
        }

    .custom-dropdown .dropdown-toggle span, .custom-dropdown .dropdown-menu .dropdown-item span {
       
        font-size: 14px;
        padding: 0 10px;
        min-width: 200px;
    }

.custom-dropdown .dropdown-menu {
    width: 100%;
    border: 0;
    border-radius: 0;
    margin: 0;
    max-height: 200px;
    overflow-y: auto;
    padding: 0;
}

    .custom-dropdown .dropdown-menu .dropdown-item:active {
        color: unset;
    }

    .custom-dropdown .dropdown-menu .dropdown-item:nth-child(2n-1) {
        background: #f8f8f8;
    }

.slctBlock {
    float: right;
    width: auto;
}

    .slctBlock select {
        float: right;
        width: 180px;
    }

#y_axis {
    width: 250px;
}

text.highcharts-title, g.highcharts-exporting-group, text.highcharts-credits {
    display: none;
}

h4.hdngAvr {
    margin: 0px;
    font-weight: bold;
}

.crgStList ul li span:nth-child(1) {
    width: 3%;
}

.crgStList ul li span {
    display: inline-block;
}

    .crgStList ul li span:nth-child(2) {
        width: 35%;
        padding-right: 25px;
    }

    .crgStList ul li span:nth-child(3) {
        width: 45%;
        padding-right: 25px;
    }

    .crgStList ul li span:nth-child(4) {
        width: 12%;
    }

.crgStList ul li {
    display: flex;
    align-items: center;
    padding: 10px 0px;
    border-bottom: 1px solid#ccc;
}

    .crgStList ul li:last-child {
        border: 0px;
    }

    .crgStList ul li:first-child span {
        font-weight: bold;
    }

    .crgStList ul li:first-child {
        padding-top: 0px;
    }

hr.brdrarea {
    border-top: 1px solid #dbdbdb;
    margin: 15px 0px;
}

ul.listNOted {
    float: left;
    margin: 0px;
    padding: 0px;
    border: 1px solid #dcdcdc !important;
    border-radius: 4px;
}

    ul.listNOted li {
        min-height: auto !important;
        min-width: auto !important;
        line-height: 100%;
        border-right: 1px solid #dcdcdc !important;
        text-align: center;
        float: left;
    }

.current_area ul li:first-child {
    border-left: 0px solid #000;
}

ul.listNOted li a.active {
    background: #dbdbdb !important;
    background-color: #dbdbdb !important;
    float: left;
    width: 100%;
    color: #4d4d4d !important;
}

ul.listNOted li a {
    margin: 0px !important;
    padding: 10px 10px !important;
    font-size: 15px !important;
    text-indent: 0px !important;
    display: block !important;
    line-height: 100% !important;
    float: left;
    width: auto !important;
    height: auto !important;
    color: #4d4d4d !important;
}

.listerTab {
    float: left;
    width: 100%;
    display: block;
    border-top: 1px solid #dbdbdb;
    padding-top: 35px;
    padding-bottom: 25px;
}

h4.lightHdng {
    color: #CCCCCC;
    
    font-weight: bold;
    margin: 20px 30px;
}

.boxScanner {
    background: #FFFFFF;
    border: 1px solid #DBDBDB;
    box-shadow: 0px 12px 24px rgb(0 0 0 / 15%);
    border-radius: 4px;
    width: 80%;
    margin: 0px auto 50px auto;
    padding: 25px;
}

    .boxScanner p {
        font-weight: bold;
        text-align: center;
    }

.scnrBox {
    text-align: center;
}

.scnrBox {
    text-align: center;
    display: inline-block;
    width: 50%;
}

.boxDwnload {
    width: 49%;
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
}

.scnrBox img {
    width: 80%;
}

.boxDwnload img {
    margin: 10px 0px;
}

.boxDwnload {
    width: 49%;
    display: inline-block;
    padding-left: 20px;
    vertical-align: top;
    padding: 40px 20px;
}

.ev_name {
    margin-bottom: 15px;
}

.dChart text.highcharts-title {
    display: block;
}

.pie-chart-module {
    width: 50%;
    margin: 0px auto;
}

.dChart {
    float: left;
    width: 100%;
}

    .dChart .highcharts-legend-item text {
        font-weight: normal !important;
        font-size: 13px !important;
        
    }

    .dChart text.highcharts-title tspan {
        
    }

.proflistBlock {
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 0px 10px 1px 4px !important;
    min-width: 100px;
}

    .proflistBlock i.caret {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: 2px;
        vertical-align: middle;
        border-top: 4px dashed;
        border-top: 4px solid\9;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        color: #333;
    }

.faq-titlebar h4 {
    color: #000;
    font-weight: bold;
    margin-bottom: 8px;
}

.faq-titlebar .subcontent h5 {
    color: #000;
    font-size: 18px;
}

.faq-titlebar .subcontent .pill {
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 50px;
    font-size: 16px;
    color: #333333;
}

    .faq-titlebar .subcontent .pill span {
        color: #000;
    }

.faq-accordian-wrap {
    background: #fff;
    margin-top: 24px;
    border: 1px solid #DBDBDB;
    border-radius: 16px;
}

.faq-accordian h6 {
    margin: 0;
    font-weight: bold;
    color: #333333;
    margin: 8px 0;
}

.faq-accordian .panel {
    padding: 8px 16px;
    box-shadow: inset 0px -1px 0px #F5F5F5;
}

    .faq-accordian .panel .panel-heading .panel-title a .material-icons {
        transition: 0.2s ease;
    }

    .faq-accordian .panel .panel-heading .panel-title a[aria-expanded='true'] .material-icons {
        transform: rotate(180deg);
    }

    .faq-accordian .panel .panel-body p {
        font-size: 14px;
    }

.faq-accordian-header .nav-pills .nav-link.active {
    background: #F5F5F5;
    color: #333;
}

.faq-accordian-header {
    padding: 16px;
    box-shadow: inset 0px -1px 0px #F5F5F5;
    display: flex;
}

    .faq-accordian-header .input-group {
        max-width: 350px;
        margin-left: auto;
    }

        .faq-accordian-header .input-group .input-group-btn {
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
        }

            .faq-accordian-header .input-group .input-group-btn .btn {
                background-color: transparent;
                padding: 0;
            }

    .faq-accordian-header .autosuggest {
        padding-left: 40px;
        background-color: #E6E6E6;
        border-radius: 4px !important;
        border: 0;
    }

    .faq-accordian-header .nav-pills .nav-link {
        border-radius: 0;
    }

    .faq-accordian-header .nav-pills {
        border-radius: 8px;
        display: inline-flex;
        overflow: hidden;
        border: 1px solid #DBDBDB;
    }

.exchangeCard .card-body {
    padding: 3rem;
}

.exchangeCard .title {
    font-weight: bold;
    color: #333;
}

.exchangeCard .subtitle {
    margin-top: 16px;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.exchangeCard .TextFieldWrapper {
    padding-top: 8px;
    padding-bottom: 8px;
}

.exchangeCard .listContent ul {
    list-style: decimal;
    padding-left: 20px;
    color: #333;
}

    .exchangeCard .listContent ul li {
        list-style: unset;
        padding-left: 2px;
    }

.exchangeCard .listSubTitle {
    color: #333;
}

.exchangeCard .terms_label {
    margin: 16px 0;
}

    .exchangeCard .terms_label .mdl-checkbox__label {
        font-size: 14px;
    }

.exchangeCard button {
    background-color: #215ed9;
    color: #fff;
    font-size: 14px;
    min-width: 110px;
    min-height: 40px;
    
}

    .exchangeCard button:hover {
        background: #feca27 !important;
        border-radius: 4px !important;
        color: #01182c !important;
    }

.modal-dialog-theme .modal-content {
    border: 1px solid #DBDBDB;
    border-radius: 16px;
}

.modal-dialog-theme .modal-header {
    align-items: center;
    justify-content: center;
    border-bottom: 0px;
}

    .modal-dialog-theme .modal-header .modal-title {
        margin-top: 8px;
        font-weight: 700;
        font-size: 20px;
        color: #333333;
    }

    .modal-dialog-theme .modal-header .close {
        position: absolute;
        right: 16px;
        top: 16px;
        color: #333333;
    }

.modal-dialog-theme .modal-body .modal-icon {
    margin-top: 8px;
    margin-bottom: 20px;
}

    .modal-dialog-theme .modal-body .modal-icon i {
        border-radius: 50px;
        padding: 4px;
        font-size: 40px;
    }

.modal-dialog-theme .modal-body .successicon i {
    background: #058905;
    color: #fff;
}

.modal-dialog-theme .modal-body .infoicon i {
    background: #E5660B;
    color: #fff;
}

.modal-dialog-theme .modal-body p {
    text-align: center;
    font-size: 16px;
}

.modal-dialog-theme .modal-footer {
    border-top: 0px;
    padding-top: 8px;
}

    .modal-dialog-theme .modal-footer .btn {
        min-width: 150px;
        font-size: 14px;
        
        min-height: 40px;
        border: 1px solid #215ed9 !important;
    }

        .modal-dialog-theme .modal-footer .btn:hover {
            background: #feca27 !important;
            border-radius: 4px !important;
            color: #01182c !important;
        }

    .modal-dialog-theme .modal-footer .btn-outlined {
        background-color: transparent;
        color: #215ed9;
        border: 1px solid #215ed9;
        margin-right: 6px
    }

    .modal-dialog-theme .modal-footer .btn-primary {
        background-color: #215ed9;
        color: #fff;
    }

.modal-dialog-theme .modal-body .descwrap > div {
    font-size: 16px;
    color: #333;
    margin-bottom: 4px;
}

.css-tooltip {
    position: relative;
}

    .css-tooltip:before {
        content: attr(data-text);
        position: absolute;
        top: -36px;
        left: 50%;
        transform: translateX(-50%);
        padding: 8px 16px;
        border-radius: 10px;
        background: #000;
        color: #fff !important;
        text-align: center;
        display: none;
        
        font-size: 12px;
        display: none;
    }

    .css-tooltip:after {
        content: "";
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        border: 10px solid #000;
        border-color: black transparent transparent transparent;
        margin-top: -14px;
        display: none;
    }

    .css-tooltip:hover:after {
        display: block;
    }

    .css-tooltip:hover:before {
        display: block;
    }

.gstin-field-tooltip {
    position: absolute;
    top: -24px;
    left: 124px;
}

    .gstin-field-tooltip:hover .gstin-tooltip-content-span {
        display: block;
    }

    .gstin-field-tooltip .gstin-tooltip-content-span {
        position: absolute;
        top: 4px;
        left: -14px;
        min-width: 500px;
        z-index: 10;
        display: none;
    }

.gstin-tooltip-content::after {
    content: '';
    border: 10px solid #000;
    border-color: transparent transparent black transparent;
    position: absolute;
    top: -18px;
    left: 16px;
}

.gstin-tooltip-content {
    background: #000;
    color: #fff;
    padding: 8px;
    padding-left: 12px;
    border-radius: 8px;
}

    .gstin-tooltip-content ul li {
        font-size: 12px;
        text-align: left;
    }

@media (max-width:767px) {
    .exchangeCard .card-body {
        padding: 1rem;
    }

    .exchangeCard .billing-subtitle {
        margin-top: 24px;
    }

    .exchangeCard .listContent .listSubTitle {
        margin-top: 24px;
    }

    .exchangeCard button {
        margin-top: 32px;
        width: 100%;
    }

    .faq-titlebar .subcontent .pill {
        width: 100%;
        margin-top: 16px;
    }

    .faq-accordian-header .nav-pills {
        width: 100%;
    }

        .faq-accordian-header .nav-pills .nav-item {
            width: 50%;
            text-align: center;
        }

    .pie-chart-module {
        width: 100%;
    }

        .pie-chart-module > div {
            width: 100% !important;
        }

    .mnthlly_cost_sec.mnthlly_cost_sec_min {
        width: 100%;
        margin: 0 0 15px;
    }

    .slctBlock {
        width: 100%;
        margin-top: 8px;
    }

        .slctBlock select {
            width: 100%;
        }

    .chart_wrap .add_ev_wrp.ev_shadow .filters .filter-e select {
        margin-left: 0 !important;
    }

    .gstin-field-tooltip .gstin-tooltip-content-span {
        left: -150px;
        min-width: 70vw;
    }

    .gstin-tooltip-content::after {
        display: none;
    }
}

.OverView12Months {
    padding: 8px 10px;
    border: 1px solid #ccc;
    background: none;
    border-radius: 4px;
    font-size: 15px;
    line-height: 20px;
    color: #686666;
    height: 43px;
}

.overviewselect {
    background: #215ed9;
    color: #fff;
}

#OverViewTime {
    /*background-color: #215ed9;*/
    /*color: #fff;*/
    height: 43px;
}

div#homeChart .bar_one {
    height: 25%;
}

div#homeChart .bar_two {
    height: 60%;
}

.ml-auto.bill_switch label {
    cursor: pointer;
}

.mnthlly_cost_sec h4 {
    font-weight: 600;
}


#savingModal img {
    width: 300px;
    margin-bottom: 40px;
}

#savingModal .modal-body {
    text-align: center;
    padding: 0 42px;
}

    #savingModal .modal-body h5 {
        margin-bottom: 30px;
    }

#savingModal .modal-footer {
    text-align: center;
    display: flex;
    justify-content: center;
}

    #savingModal .modal-footer .view_rate {
        background: #215ed9 !important;
    }


.dropdown.dt-extended-control .dropdown-toggle::after {
    display: none;
}



.gm-style-iw.gm-style-iw-c button.gm-ui-hover-effect {
    top: 7px !important;
    right: 8px !important;
    width: 20px !important;
    height: 20px !important;
    outline: none !important;
    box-shadow: none !important;
}

.gm-ui-hover-effect > span {
    margin: 0 !important;
}

.map_wrapper_width button img {
    margin-top: 3px !important;
    width: 24px !important;
    height: 24px !important;
    margin-left: 0px !important;
}

.tb_cust_link ul {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    text-align: center;
    margin: 10px 0 0;
}

    .tb_cust_link ul li {
        text-align: center;
        width: 100%;
    }

        .tb_cust_link ul li a {
            padding: 15px 0 5px;
            display: block;
            font-size: 12px;
            color: #333;
            text-transform: uppercase;
            border-bottom: 2px solid #ffffff;
        }

            .tb_cust_link ul li a .material-icons {
                padding-right: 5px;
            }

            .tb_cust_link ul li a.active {
                border-bottom: 2px solid #29BBAE;
                color: #29BBAE;
                font-weight: bold;
            }

body .right_charging_map {
    color: #333333;
    max-height: 100%;
    overflow: auto;
}

.charges-type-list {
    display: inline-flex;
    border-bottom: 1px solid #f5f5f5;
    padding: 5px 0 15px;
    justify-content: flex-start;
    width: 100%;
    align-items: center;
    gap: 10px;
}

    .charges-type-list li {
        font-size: 14px;
    }

.type_sc {
    font-weight: bold;
}

    .type_sc span {
        font-size: 12px;
    }

.lgn_membship {
    font-size: 14px;
    text-transform: initial;
    float: right;
    color: #1982C5;
    text-decoration: underline;
}

.membership.membershipfirst h5 {
    margin-bottom: 12px;
}

.cnrm_slot_box {
    padding: 15px 25px;
}

    .cnrm_slot_box h5 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: bold;
        color: #333;
        line-height: normal;
        letter-spacing: normal;
        margin: 10px 0 10px;
    }

.login-btn-group button.loginuserclick {
    width: 100%;
}

.login-modalpop h4 {
    text-transform: uppercase;
    font-size: 16px !important;
}

.login-modalpop h5 {
    margin: 10px 0px 25px !important;
}

.showhidepwd {
    position: absolute;
    right: 10px;
    top: 16px;
}

    .showhidepwd > a {
        text-decoration: none !important;
        font-size: 22px !important;
        color: #333 !important;
    }

.membership.membershipsecond .membership-list {
    display: inline-flex;
    margin-top: 10px;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    text-align: right;
}

.blncebtn {
    background-image: linear-gradient( 135deg, #FFD966 0%, #CC8A47 100%);
    color: #fff !important;
    text-decoration: none !important;
    border-radius: 12px;
    padding: 5px 12px !important;
    position: relative;
    top: 9px;
}

.amt_txtnew {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin-top: -15px;
    padding-bottom: 4px;
}

.vehi_img {
    width: 100%;
    text-align: center;
    display: block;
    padding: 30px 0 20px;
}

.electric_infobox {
    width: 80%;
    text-align: center;
    background: #FFFFFF;
    border: 1px solid #B3B3B3;
    box-sizing: border-box;
    border-radius: 4px;
    margin: auto;
    padding: 10px 20px;
}

    .electric_infobox > h5 {
        font-weight: bold;
        font-size: 14px;
        line-height: 24px;
        text-align: center;
        text-transform: uppercase;
        color: #333333;
        width: 100%;
    }

        .electric_infobox > h5 img {
            margin-right: 6px;
            width: 16px;
        }

.slot_box {
    display: inline-flex;
    padding-bottom: 10px;
    width: 100%;
    justify-content: center;
}

.slotbtnsec {
    margin-left: 12px;
}

.noneditbtn {
    width: 69px;
    height: 24px;
    left: 148px;
    top: 96px;
    background: #767676;
    border-radius: 12px;
    color: #fff;
    font-size: 14px;
    line-height: 24px;
}

.slotbtnsec > span {
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
    color: #767676;
    font-weight: bold;
    margin-top: 8px;
    float: left;
}

.slot_box > img {
    width: 47px;
    fill: #767676 !important;
}

.dtlss_chring {
    width: 70%;
    margin: 10px auto;
}

    .dtlss_chring ul {
        width: 100%;
        display: block;
    }

        .dtlss_chring ul li {
            border-bottom: 1px solid #dbdbdb;
            display: inline-flex;
            width: 100%;
            justify-content: space-between;
            padding: 10px 15px;
        }

            .dtlss_chring ul li:last-child {
                border-bottom: 0px;
            }

            .dtlss_chring ul li strong {
                font-weight: bold;
                text-transform: uppercase;
                font-size: 12px;
            }

            .dtlss_chring ul li span {
                font-size: 14px;
            }


.dtlss_chring_new {
    float: right;
    width: calc(100% - 100px);
}

    .dtlss_chring_new ul {
        width: 100%;
        display: block;
    }

        .dtlss_chring_new ul li {
            border-bottom: 1px solid #dbdbdb;
            display: inline-flex;
            width: 100%;
            justify-content: space-between;
            padding: 7px 5px;
            color: #ffffff;
        }

            .dtlss_chring_new ul li:last-child {
                border-bottom: 0px;
            }

            .dtlss_chring_new ul li strong {
                font-weight: bold;
                text-transform: uppercase;
                font-size: 12px;
            }

            .dtlss_chring_new ul li span {
                font-size: 14px;
            }

/* batter section css */
.battery_box_wrp {
    position: relative;
    width: 80%;
    display: block;
    height: 160px;
    margin: auto;
    background: #088856;
    border: 1px solid #DBDBDB;
    box-sizing: border-box;
    border-radius: 8px;
    padding: 28px 40px 0;
}

.batter_sec {
    position: relative;
    float: left;
    width: 100px;
}

.bttry_box {
    width: 50px;
    height: 100px;
    background: #065f3c;
    padding-top: 7px;
    position: relative;
    border-top: 0px solid #fff;
    border-radius: 2px;
    overflow: hidden;
}

.batter_sec p {
    float: left;
    width: 100%;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-size: 14px;
    color: #767676;
}

.bttry_box:before {
    background: #065f3c;
    content: "";
    width: 15px;
    float: left;
    position: absolute;
    top: 0px;
    height: 15px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 3;
}

.bttry_box:after {
    z-index: 2;
    background: #088856;
    content: "";
    width: 100%;
    position: absolute;
    top: 0px;
    height: 10px;
    overflow: hidden;
}


.batter_fill {
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    height: 88%;
    width: 100%;
}

    .batter_fill:before {
        position: absolute;
        content: "";
        top: 0;
        background: #fff;
        width: 15px;
        height: 15px;
        z-index: 9;
        left: 0;
        right: 0;
        margin: auto;
    }

.powericonnew {
    display: inline-flex;
    width: 50px;
    height: 100px;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    color: #088856;
    position: absolute;
    z-index: 99;
    overflow: hidden;
}

.battery_box_wrp.lowbatterybg, .lowbatterybg .bttry_box:after {
    background: #e68600;
}

.lowbatterybg .powericonnew {
    color: #e68600;
}

.lowbatterybg .bttry_box:before, .lowbatterybg .bttry_box {
    background: #996722;
}
/* End battery section css */
.stopchrngwrp {
    display: block;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    margin: 0px;
    padding: 15px 25px;
}

body .stopchrngbtn {
    border-color: #AF0220 !important;
    color: #AF0220 !important;
    min-width: 100%;
    max-width: 100%;
    width: 100%;
    margin: 0px !important;
}

body .charge-btn-group .btn {
    min-height: 40px;
    padding-top: 8px;
}

.modal {
    padding-right: 0px !important;
}

.paytmModal {
    top: 10%;
}

.linkdisabled {
    color: gray;
    pointer-events: none;
    cursor: pointer;
    border: none !important;
}

@media (min-width:1700px) and (max-width:2100px) {
    .inner_mid_section.inner_mid_section.inner_mid_section#devices {
        display: block !important;
        height: calc(100% - 310px) !important;
    }
}


.gm-style img[src="http://maps.gstatic.com/mapfiles/transparent.png"] {
    width: 17px !important;
    height: 17px !important;
    right: 57px !important;
    top: 21px !important;
}


.gm-style img[src="https://maps.gstatic.com/mapfiles/transparent.png"] {
    width: 17px !important;
    height: 17px !important;
    right: 57px !important;
    top: 21px !important;
}

#iw-container .iw-title {
    font-size: 16px;
    font-weight: 400;
    padding: 6px 10px;
    background-color: #fff;
    color: #006699;
    margin: 0;
    border-bottom: 1px solid #f4f4f4;
    display: block;
    padding-top: 0;
    font-weight: bold;
}

.iw-title > strong {
    font-weight: bold;
    font-size: 13px;
}

#iw-container .iw-content {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 1px;
    padding: 8px 5px 10px 10px;
    max-height: 140px;
    overflow-y: auto;
    overflow-x: hidden;
    color: #53565a;
    font-family: Arial;
}


.iw-bottom-gradient {
    position: absolute;
    width: 326px;
    height: 25px;
    bottom: 10px;
    right: 18px;
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
}

.graph-section {
    padding-top: 0px !important;
    margin-top: 1px;
}

.otgSearch {
    padding: 0px 0px 10px 0px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

div#keyword_searcher {
    border-top: 1px solid #ebebeb;
    padding-top: 15px;
    margin-top: 5px;
    max-height: 500px;
    overflow: auto;
}

div#ChargingStationDetails {
    padding-top: 20px;
    margin-top: 5px;
    overflow: auto;
}

.otgSearch .input-group {
    width: 100% !important;
    padding: 0px;
    font-size: 14px;
    background: #ffffff;
    box-sizing: border-box;
    border-radius: 50px;
    height: 40px;
    position: relative;
    margin-right: 5px;
}

    .otgSearch .input-group input {
        width: 89%;
        padding: 3px 10px 3px 32px !important;
        background: #F0F0F0;
        border-radius: 50px !important;
        flex: none;
        order: 0;
        flex-grow: 1;
        margin: 0px 0px;
        color:#1a1a1a !important;
    }

.input-group .input-group-btn {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}

.link_srch_right {
    width: 50%;
    max-width: 100px;
}

    .link_srch_right ul {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }

        .link_srch_right ul li a {
            border: 1px solid #ccc;
            border-radius: 40px;
            height: 43px;
            width: 43px;
            display: inline-flex;
            text-align: center;
            align-items: center;
            justify-content: center;
            margin-left: 4px;
            position: relative;
            color: #696969;
            text-decoration: none;
        }

            .link_srch_right ul li a:hover {
                background: #F9F9F9;
                color: #000;
                text-decoration: none;
            }

input#GIStxtGoogleSearch {
    background: none !important;
    padding-right: 40px !important;
}

.green_area {
    padding: 20px 15px;
    float: left;
    width: 100%;
    background: #43a7d8;
    color: #fff;
}

    .green_area ul {
        float: left;
        width: 100%;
        background: transparent !important;
        border: 0px !important;
    }

        .green_area ul li {
            float: left;
            width: 33.3% !important;
            text-align: center;
        }

            .green_area ul li i {
                box-shadow: none;
                border: 0px;
                display: block;
                font-size: 23px;
            }

            .green_area ul li span {
                display: block;
                font-size: 18px;
                margin: 5px 0px;
            }

            .green_area ul li label {
                font-size: 14px;
            }

.graph-section .input-group .input-group-btn .btn {
    color: #545454 !important;
    background-color: transparent !important;
    font-weight: normal !important;
    padding: 7px 6px;
}

.butn_link_area {
    float: left;
    width: 100%;
}

    .butn_link_area ul {
        float: left !important;
        width: 100% !important;
        text-align: center !important;
        padding: 15px !important;
        min-height: 300px;
        border: 0px !important;
    }

        .butn_link_area ul li {
            width: 100% !important;
        }

            .butn_link_area ul li a {
                background: #29bbae;
                font-weight: bold;
                margin: 10px 0px !important;
                border: 1px solid #29bbae;
                height: 40px;
                line-height: 24px;
                text-decoration: auto;
                color: #fff !important;
                text-transform: uppercase;
                border-radius: 4px;
                align-items: center;
                display: inline-flex;
                width: 100%;
                justify-content: center;
            }

            .butn_link_area ul li p {
                margin: 10px 0px 0px 0px;
                font-size: 16px;
            }

.back_to_login {
    margin: 18px 0px 0 0 !important;
    float: right !important;
}

ul.crPrOutage li a {
    font-size: 17px !important;
    text-transform: uppercase;
}

ul.crPrOutage {
    margin-bottom: 15px !important;
    border: 0px !important;
    padding: 0px 15px !important;
}

    ul.crPrOutage li a.active {
        color: #29bbae !important;
        border-color: #29bbae !important;
    }

.page_headingp {
    background: #fff;
    clear: both;
    box-shadow: 0 9px 9px 0 rgb(0 0 0 / 5%);
    padding: 6px 0 6px;
    position: relative;
    z-index: 9;
}

.right_charging_map {
    background: #fff;
}

.stationname {
    float: left;
    width: 100%;
    padding: 0 20px 16px;
    border-bottom: 1px solid #dbdbdb;
}

    .stationname h5 {
        font-size: 16px;
        line-height: 24px;
        color: #333333;
        margin: 10px 0px;
    }

    .stationname ul {
        display: inline-flex;
        width: 100%;
        justify-content: space-between;
        float: left;
    }

        .stationname ul li {
            font-size: 12px;
            line-height: 24px;
            color: #333333;
            flex: none;
            order: 1;
            flex-grow: 0;
            margin: 0px 10px 0 0;
            display: inline-flex;
        }

            .stationname ul li span {
                padding-left: 5px;
            }

.bst_deals_wrapp {
    float: left;
    width: 100%;
}

.bst_deails_firstbox h5 {
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    color: #333333;
}

.bst_deails_firstbox {
    padding: 10px 20px;
    width: 100%;
    float: left;
}

.bst_mid_box {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    float: left;
    align-items: center;
}

    .bst_mid_box p {
        font-size: 14px;
        line-height: 24px;
        color: #333333;
        margin: 0px;
    }

    .bst_mid_box strong {
        font-size: 20px;
        line-height: 32px;
        text-transform: uppercase;
        color: #333333;
        font-weight: bold;
        margin-right: 2px;
    }

    .bst_mid_box span {
        font-size: 16px;
        line-height: 24px;
        text-decoration-line: line-through;
        color: #333333;
        margin-left: 4px;
    }

.smll_Txtbst {
    font-size: 10px;
    line-height: 16px;
    color: #767676;
}

.btn_availabl {
    background: #29bbae;
    border-radius: 12px;
    color: #fff !important;
    font-size: 14px;
    padding: 2px 10px;
}

.bst_deails_secondbox {
    float: left;
    width: 100%;
    background: #F5F5F5;
    padding: 10px 20px;
}

    .bst_deails_secondbox p {
        font-size: 14px;
        line-height: 24px;
        color: #333333;
        margin: 0px;
    }

.station_rtng_sec {
    float: left;
    width: 100%;
    padding: 20px;
}

.rat_sec_first {
    display: inline-flex;
    float: left;
}

    .rat_sec_first ul {
        display: inline-flex;
        float: left;
        list-style: none;
    }

.ratingview {
    font-size: 14px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #767676;
    margin-right: 6px;
}

.give_ratinglink {
    font-size: 12px;
    line-height: 24px;
    text-decoration-line: underline;
    color: #1982C5;
}

.rat_sec_first ul li .material-icons {
    font-size: 20px;
    float: left;
    color: #29BBAE;
}

    .rat_sec_first ul li .material-icons.grey_rating {
        color: #dbdbdb;
    }

.rating_comnts_wrapper {
    width: 100%;
    float: left;
}

.rating_comnts_box {
    float: left;
    width: 100%;
    display: inline-flex;
    align-items: flex-start;
    margin-top: 20px;
}

.user_commnt_txt {
    padding-left: 16px;
}

.user_pro_img {
    width: 40px;
    height: 40px;
    background: #ccc;
    border-radius: 50px;
    min-width: 40px;
    min-height: 40px;
    float: left;
}

.user_commnt_txt h4 {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    margin: 8px 0 10px;
}

.user_commnt_txt p {
    margin-bottom: 4px;
    font-size: 12px;
    line-height: 20px;
    color: #333333;
}

.feature.map {
    height: 100%;
    min-height: calc(110vh - 283px);
}

.feature iframe {
    height: 100%;
    width: 100%;
    border: 0;
}

.sort_noti {
    color: #fff !important;
    background-color: #333 !important;
    font-size: 11px !important;
    text-align: center !important;
    font-weight: normal !important;
    display: block !important;
    border-radius: 40px;
    line-height: 12px;
    position: absolute;
    top: -6px;
    right: -4px;
    margin: 0;
    left: auto;
    height: 20px;
    width: 20px;
    padding-top: 4px;
}

.p-20px {
    padding-left: 20px;
    padding-right: 20px;
}

.town-center_firstbox h5 {
    font-weight: bold;
    font-size: 16px;
}

.town-center_firstbox .town_mid_boxnew {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 9px 0px;
    padding-top: 0 !important;
    gap: 15px;
    word-break: break-word;
}

body .chrg_btnnew .btn {
    min-width: auto;
    margin: 0px 10px 0 0;
    font-size: 12px;
    min-height: 40px;
    display: inline-flex;
    align-items: center;
}

.chrg_btnnew .btn-charge {
    background: #29BBAE;
}

.charge-btn-group.chrg_btnnew {
    margin-left: 0;
    margin-right: 0px;
    justify-content: flex-start;
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
}

.confimr_charginbox .charge-btn-group.chrg_btnnew {
    padding: 15px 25px;
}

#ChargingStationDetails {
    border-radius: 6px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 15px;
}

    #ChargingStationDetails .town_mid_boxnew {
        display: flex;
        justify-content: space-between;
        padding: 0px 15px;
        font-size: 14px;
    }

.btn.withoutbgbrdr {
    color: #215ed9;
    background: none !important;
}

p.btn_sec a {
    background: #CF6779;
    border-radius: 12px;
    font-size: 12px;
    padding: 5px 10px;
    color: #fff;
    pointer-events: none;
}

    p.btn_sec a.donebtn {
        background: #088856;
    }

    p.btn_sec a.closebtnleft {
        background: #B3B3B3;
    }

.icon-tm {
    margin-right: 5px;
}

a.viewrtng {
    color: #767676;
    text-decoration: none;
}

.ratingsec p.custom-ratings {
    margin: 10px 0 0 0;
}

p.mtrchrg {
    white-space: nowrap;
    margin-left: 10px;
    color: #333;
    font-size: 14px;
}

p.add_newlft {
    font-size: 14px;
    color: #333;
}

a.likedislike {
    margin-top: 5px;
    float: right;
    color: #696969;
}

a.likedislikeactive {
    margin-top: 5px;
    float: right;
    color: #1982C5;
}

.linkrightlink a:hover {
    color: #1982C5;
}

body .custom-ratings span {
    color: #FFAA00;
    vertical-align: text-bottom;
    font-size: 20px;
}

span.material-icons.grey_rating {
    color: #dbdbdb;
}

.town_mid_boxnew.rtng_wrpr {
    padding: 0px;
}

.weekdays p {
    font-size: 12px !important;
    margin: -5px 0 10px;
}

.weekdays.town_mid_boxnew {
    padding: 0px;
}

.citydetails .town-center_firstbox.citysection {
    padding: 15px 15px 0px;
    border: 0px;
}

div#cardwrap1 {
    margin-top: 15px;
}

.title_hdng {
    color: #333;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    margin: 5px 0px 5px;
}

.typeimgleft {
    margin-top: 5px;
    width: 48px;
    height: 48px;
    border: 1px solid #ccc;
    text-align: center;
    display: inline-flex;
    padding: 10px;
    justify-content: center;
    border-radius: 4px;
}

    .typeimgleft img {
        width: 100%;
        height: 100%;
        font-size: 5px;
        object-fit: cover;
    }


.charges-type-list li:first-child {
    max-width: 40px;
}

.type_sc .material-icons {
    font-size: 14px;
    float: left;
    margin-top: 6px;
}

.chrgstype_list {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    border: 2px solid #f5f5f5;
    border-radius: 8px;
    padding: 15px;
}

.Unchrgstype_list {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    border: 2px solid #f5f5f5;
    border-radius: 8px;
    padding: 0px 15px;
}

.Inusechrgstype_list {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    border: 2px solid #f5f5f5;
    border-radius: 8px;
    padding: 15px;
}

.icondirecbtn {
    position: relative;
    font-size: 17px;
}

.faci_wrp {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    border: 2px solid #f5f5f5;
    border-radius: 8px;
    padding: 0 15px;
}

.fac_textico span {
    text-align: center;
    display: inline-block;
    width: 100%;
    min-height: 25px;
}

span.img_fac {
    height: 25px;
}

.fac_textico span + span {
    font-size: 12px;
    min-height: auto;
}

.bookslotnewbtn {
    justify-content: center !important;
}

    .bookslotnewbtn button, .bookslotnewbtn a {
        min-width: 46% !important;
        justify-content: center;
    }

.charges-type-list a {
    color: #29bbae;
}

.attachmentbox input[type="file"] {
    position: absolute;
    left: 0;
    opacity: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

div.textattac {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #F3F9FD;
    border: 0px solid #F3F9FD;
    border-radius: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.attachmentbox > label {
    display: inline-block;
    position: relative;
    height: 160px;
    width: 100%;
    margin-top: 12px;
}

div.textattac.dragover {
    background-color: #aaa;
}

li.avlbl_sec_nme {
    width: 150px;
    padding-left: 20px;
}

.textattac > span.material-icons {
    float: left;
    align-items: center;
    display: inline;
    width: 70px;
    font-size: 60px;
    color: #29BBAE;
}

.or_txt {
    text-align: center;
    padding: 0px 0 10px;
    color: #000;
    font-size: 16px;
}

.step_contn_box {
    text-align: center;
    padding: 20px;
    width: 100%;
    display: block;
}

    .step_contn_box h4 {
        font-weight: bold;
        font-size: 16px !important;
        color: #333 !important;
        text-transform: uppercase;
        margin: 10px 0 15px;
        padding: 0px;
    }

    .step_contn_box p {
        color: #000;
    }

.stopbennew {
    border: 1px solid #AF0220;
    height: 41px;
    line-height: 40px;
    display: block;
    border-radius: 4px;
    color: #AF0220 !important;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
}

.cancelbtn {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    margin-top: 10px;
    padding: 10px;
    color: #333;
}

.btnstopenew-wrp {
    display: block;
    margin-top: 30px;
}

#stopcharingpopup .modal-dialog {
    width: 360px;
}

/* Last Billing Rabinder CSS */
.billing_wrpsec {
    width: 320px;
    margin: 75px auto 30px;
    text-align: center;
}

    .billing_wrpsec .closenew {
        position: absolute;
        right: 20px;
        top: 20px;
        font-size: 30px;
        font-family: arial;
        font-weight: normal;
        color: #333;
        opacity: 1;
    }

        .billing_wrpsec .closenew > span {
            float: left;
            width: 100%;
            font-size: 12px;
        }

#bill_generate .modal-dialog {
    width: 100% !important;
    height: 100% !important;
    max-width: 100%;
    margin: 0px;
}

    #bill_generate .modal-dialog .modal-content {
        border-radius: 0px !important;
    }

.billing_wrpsec h1,
.billing_wrpsec h2 {
    margin: 0;
    padding: 0;
    text-transform: uppercase;
}

.billing_wrpsec .header_text p {
    margin: 0px 0 15px;
    border-bottom: 1px dashed #dbdbdb;
    padding-bottom: 22px;
    font-size: 14px;
}

.billing_wrpsec h1 {
    font-size: 20px;
    padding-bottom: 15px;
    font-weight: bold;
}

.billing_wrpsec a {
    color: #0c75df;
}

.billing_wrpsec .grayBg h2 {
    padding: 10px 0;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: normal;
}

.billing_wrpsec .section-white h2 {
    padding: 15px 0 12px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    line-height: normal;
}

.billing_wrpsec .border-container {
    border: 1px solid #dbdbdb;
    padding: 35px 0 0;
    border-radius: 8px;
}

.billing_wrpsec .section-white h2 img {
    width: 14px;
    position: relative;
    top: -1px;
    margin-right: 3px;
}

.billing_wrpsec .grayBg {
    background-color: #f5f5f5;
    padding: 15px;
}

    .billing_wrpsec .grayBg ul {
        margin: 0;
        padding: 0;
        list-style: none;
        font-size: 12px;
    }

        .billing_wrpsec .grayBg ul li {
            display: flex;
            justify-content: space-between;
            padding: 0px 0 5px;
            color: #333;
        }

            .billing_wrpsec .grayBg ul li > label {
                margin-bottom: 0px;
            }

            .billing_wrpsec .grayBg ul li > b {
            }

.billing_wrpsec .total-payable-bg {
    background-color: #f3f9fd;
    font-size: 14px;
    padding: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #333;
}

.total-payable-bg > span {
    font-size: 16px;
}

.billing_wrpsec .button-group {
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    margin-top: 30px;
    font-size: 16px;
}

    .billing_wrpsec .button-group button {
        background-color: #29BBAE;
        color: #fff;
        margin-left: 30px;
        border: 1px solid #29BBAE;
        border-radius: 4px;
        padding: 10px 20px;
        cursor: pointer;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 14px;
    }

    .billing_wrpsec .button-group a {
        color: #333;
        font-weight: bold;
        text-decoration: none;
        font-size: 14px;
    }

.billing_wrpsec .section-white {
    font-size: 13px;
    padding-bottom: 20px;
}

.billing_wrpsec .icon-text {
    padding-top: 5px;
}

.billing_wrpsec .section-white h2 {
    padding-bottom: 5px;
}

.billing_wrpsec .section-white .icon-text label {
    padding-bottom: 0px;
    line-height: normal;
    margin: 0px 0 10px;
    font-size: 10px;
    color: #767676;
}

.billing_wrpsec .section-white label {
    padding-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #767676;
}

    .billing_wrpsec .section-white label > span.material-icons {
        margin-right: 5px;
        font-size: 16px;
    }
/* Rabinder CSS */
.backarrow {
    display: inline-block;
    margin: 10px 0 10px 0px;
    cursor: pointer;
    padding-left: 15px;
}

    .backarrow.secondbkp {
        margin: 10px 0 0 28px;
    }

    .backarrow.fourthbtnbkp {
        margin: 20px 32px 0;
    }

    .backarrow span.material-icons {
        position: relative;
        left: -3px;
    }

@media (min-width: 1520px) and (max-width:3640px) {
    .inner_mid_section {
        height: 88.4%;
    }

    .map_address_area.map_address_area {
        height: 88% !important;
        overflow: visible !important;
    }

    #LeftPanel {
        max-height: 645px;
    }

    .left_charging_map {
        min-height: 769px !important;
        height: 777px;
    }
}


@media (min-width: 768px) and (max-width:991px) {

    .gis-footprint-area.gis-footprint-area ul li:last-child {
        width: 253px;
    }

    .search-area {
        width: 100% !important;
    }

    .cover_top_area > .cover_right_top_area {
        float: right;
        width: auto !important;
    }
}

@media (min-width: 1200px) and (max-width:1366px) {
    .inner_mid_section {
        height: 81% !important;
        margin-top: 15px;
        margin-bottom: 10px;
    }
}


@media (min-width: 1100px) and (max-width:3500px) {
    .rprt_outg {
        margin-right: 10px !important;
    }
}

/* CSS for 90% Resolution on Laptop*/
@media (min-width:1500px) and (max-width:1550px) {
    .map_address_area.map_address_area {
        height: 88% !important;
    }
}

@media (max-width:360px) {
    .outer-gis-footprint-area.gis-footprint-area ul li:last-child {
        width: 180px !important;
    }

    .search-area .GISsearch_ico {
        right: -4px !important;
    }

    input.input_effect#GIStxtGoogleSearch {
        padding: 7px 29px 5px 0px !important;
    }

    .search-area .bar_input:after {
        right: 35%;
    }
}

@media (min-width:320px) and (max-width:767px) {
    .w2ui-tag-body.w2ui-tag-top {
        max-width: 300px;
        white-space: normal;
        width: 200px;
    }

    #ChargingStationDetails {
        padding: 0;
    }

    .button_lft_algn {
        flex-direction: column;
        padding: 0 15px 15px !important;
        margin: 0 !important;
        border-top: 1px solid #f5f5f5;
    }

        .button_lft_algn a {
            width: 100% !important;
        }

            .button_lft_algn a.submit-button {
                width: 100% !important;
                margin-top: 12px !important;
            }

    .map_box .feature .button_find {
        margin-top: 20px;
    }
}


.ui-menu {
    background-color: white;
    z-index: 9999;
    border: 1px solid #B3B3B3;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.ui-menu-item {
    border-bottom: 1px solid #B3B3B3;
    padding: 4px;
}

.right_charging_map .ev_dropdown_cnt {
    display: flex;
    align-items: center;
    font-size: 14px;
    background-color: #f5f5f5;
    padding: 20px;
    font-weight: bold;
}

    .right_charging_map .ev_dropdown_cnt .d-title {
        min-width: 50px;
    }

    .right_charging_map .ev_dropdown_cnt .dropdown-item {
        padding-left: 0;
    }

        .right_charging_map .ev_dropdown_cnt .dropdown-item:hover,
        .right_charging_map .ev_dropdown_cnt .dropdown-item:active {
            background-color: unset;
            color: unset;
        }

    .right_charging_map .ev_dropdown_cnt .dropdown a {
        color: #215ed9;
        vertical-align: middle;
        margin-left: 6px;
        line-height: 20px;
    }

    .right_charging_map .ev_dropdown_cnt .dropdown .material-icons {
        font-size: 20px;
    }

    .right_charging_map .ev_dropdown_cnt .dropdown .dropdown-menu {
        max-height: 200px;
        overflow: auto;
        font-size: 14px;
    }

        .right_charging_map .ev_dropdown_cnt .dropdown .dropdown-menu .dropdown-item {
            border-bottom: 1px solid #eeeeee;
            padding: 0.5rem 1.5rem;
            cursor: pointer;
        }

            .right_charging_map .ev_dropdown_cnt .dropdown .dropdown-menu .dropdown-item:last-child {
                border-bottom: unset;
            }

            .right_charging_map .ev_dropdown_cnt .dropdown .dropdown-menu .dropdown-item:active,
            .right_charging_map .ev_dropdown_cnt .dropdown .dropdown-menu .dropdown-item.active {
                background-color: #215ed9;
            }


* {
    --switch-height: 22px;
    --switch-padding: 6px;
    --switch-width: calc((var(--switch-height) * 2) - var(--switch-padding));
    --slider-height: calc(var(--switch-height) - var(--switch-padding));
    --slider-on: calc(var(--switch-height) - var(--switch-padding));
}

.switch {
    margin: 10px 0px;
    position: relative;
    display: inline-block;
    width: var(--switch-width);
    height: var(--switch-height);
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        content: "";
        position: absolute;
        height: var(--slider-height);
        width: var(--slider-height);
        left: calc(var(--switch-padding) / 2);
        bottom: calc(var(--switch-padding) / 2);
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    transform: translateX(var(--slider-on));
}

.slider.round {
    border-radius: var(--slider-height);
}

    .slider.round:before {
        border-radius: 50%;
    }

#Facility_Expand {
    float: right;
    color: #2196F3;
    text-decoration: underline;
    cursor: pointer;
}

::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #C0C0C0;
    border-radius: 10px;
}



/* Handle */
::-webkit-scrollbar-thumb {
    background: #C0C0C0;
    border-radius: 10px;
    height: 20%;
}

.card-highlight {
    border: 2px solid #000;
}

.prefered-card {
    background: #F5F5F5;
    border-radius: 8px;
    width: calc(100% - 64px);
    margin: 16px auto 0;
    padding: 15px;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
    /*box-shadow: 0px 2px 4px rgb(0 0 0 / 30%);*/
}


    .prefered-card h4 {
        margin: 0 0 8px;
        line-height: 24px;
        font-size: 16px;
    }

    .prefered-card p {
        margin: 0 0 0px;
        line-height: 24px;
        font-size: 14px;
        color: #333333;
    }

    .prefered-card span.material-icons {
        margin-right: 16px;
    }


.static-value {
    position: absolute;
    left: 12px;
    top: 28px;
}

.mobileField {
    padding: 22px 10px 0px 45px !important;
    font-size: 17px;
}

#ChargingStationDetails .backarrow {
    position: absolute;
    margin-top: 0;
    padding-left: 0;
    outline: none;
    box-shadow: none;
    border: 0;
    background: transparent;
    color:#1a1a1a !important;
}

#ChargingStationDetails .town_mid_boxnew {
    padding-left: 40px;
}

#ChargingStationDetails .badge {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #DAEFFF;
    border-radius: 12px;
    font-size: 12px;
    padding: 2px 2px;
    margin-bottom: 8px;
}

    #ChargingStationDetails .badge i {
        color: #177BC3;
        margin-right: 4px;
        font-size: 20px;
    }

    #ChargingStationDetails .badge img {
        margin-right: 4px;
        width: 18px;
        padding: 1px;
    }

    #ChargingStationDetails .badge span {
        padding-right: 4px;
    }

#ChargingStationDetails .town_mid_boxnew.pl-0 {
    padding-left: 0;
}

#ChargingStationDetails .status_div {
    display: flex;
    align-items: center;
}

#ChargingStationDetails .card .chead {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    box-shadow: inset 0px -1px 0px #F5F5F5;
}

    #ChargingStationDetails .card .chead .title {
        font-weight: 700;
        font-size: 14px;
        line-height: 24px;
    }

    #ChargingStationDetails .card .chead .cta {
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        text-decoration-line: underline;
        color: #215ed9;
        cursor: pointer;
    }

#ChargingStationDetails .card .csublist {
    display: flex;
    width: 100%;
    box-shadow: inset 0px -1px 0px #F5F5F5;
}

    #ChargingStationDetails .card .csublist .clisticon {
        padding: 16px;
        display: flex;
        align-items: flex-start;
        justify-content: center;
    }

        #ChargingStationDetails .card .csublist .clisticon img {
            width: 24px;
        }

    #ChargingStationDetails .card .csublist .clistdesc {
        padding: 16px;
        padding-left: 0;
        width: 100%;
    }

        #ChargingStationDetails .card .csublist .clistdesc .clistdescsingle {
            display: flex;
            justify-content: space-between;
        }

            #ChargingStationDetails .card .csublist .clistdesc .clistdescsingle .title,
            #ChargingStationDetails .card .csublist .clistdesc .clistdescsingle .content {
                font-weight: 400;
                font-size: 14px;
                line-height: 24px;
            }

            #ChargingStationDetails .card .csublist .clistdesc .clistdescsingle.second .title {
                font-size: 12px;
                color: #767676;
            }

            #ChargingStationDetails .card .csublist .clistdesc .clistdescsingle.second .content {
                font-size: 12px;
            }

#ChargingStationDetails .card .cfooter {
    padding: 16px;
    display: flex;
}

#ChargingStationDetails .sidebar-btn {
    width: 100%;
    margin-top: 16px;
    margin-bottom: 16px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 16px !important;
    padding-bottom: 16px !important;
    background: #F5F8FF !important;
    border: 1px solid #215ED9 !important;
    border-radius: 8px !important;
    color: #333333 !important;
    font-weight: bold;
}

.submit-button-sidebaropen {
    padding: 16px 27px !important;
    background: #F5F8FF !important;
    border: 1px solid #215ED9 !important;
    border-radius: 8px !important;
    color: #333333 !important;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 16px;
}

    .submit-button-sidebaropen .shead-top {
        display: flex;
        width: 100%;
        font-size: 14px;
        text-transform: uppercase;
        margin-bottom: 40px;
    }

        .submit-button-sidebaropen .shead-top i {
            margin-left: auto;
            font-size: 20px;
            cursor: pointer;
        }

#ChargingStationDetails .sidebar-btn img {
    width: 20px;
}

#ChargingStationDetails .sidebar-img {
    width: 100%;
    border: 1px solid #DBDBDB;
    border-radius: 4px;
    margin-bottom: 16px;
}

#ChargingStationDetails .card.facilities-card .chead {
    box-shadow: none;
    padding-bottom: 8px;
}

#ChargingStationDetails .card.facilities-card .csublist .clisticon {
    padding: 8px 8px 8px 16px;
}

#ChargingStationDetails .card.facilities-card .csublist .clistdesc {
    padding: 8px 16px 8px 0;
    display: flex;
    align-items: center;
    font-size: 14px;
}

#ChargingStationDetails .card.facilities-card .csublist {
    box-shadow: none;
}

    #ChargingStationDetails .card.facilities-card .csublist .clisticon img {
        width: 24px;
    }

.direction-modal .direction-desc {
}

    .direction-modal .direction-desc ul {
        padding-left: 18px;
    }

        .direction-modal .direction-desc ul li {
            list-style: decimal;
            font-size: 14px;
            margin-bottom: 8px;
        }

    .direction-modal .direction-desc h4 {
        margin-top: 0;
        margin-bottom: 20px;
    }

.town_mid_boxnew a.town_mid_boxnew_phone {
    color: #215ed9;
    text-decoration: underline;
    margin-top: -10px;
}



.modal.paytmModal.addMoney .modal-header h4 {
    margin-left: auto;
    margin-right: auto;
    transform: translateX(5px);
}

.Load_button button, .Load_button button:hover {
    border: 2px solid #cfdf00;
    color: #3A4D13 !important;
    font-weight: 600;
    background-color: #fff;
}



.town-center_firstbox p {
    margin-bottom: 0;
}

.town-center_firstbox p {
    padding-top: 0 !important;
}

.town-center_firstbox {
    padding: 10px 10px 5px 11px !important;
}

.cardDeatilItem {
    display: flex;
    font-size: 12px;
    width: 50%;
    flex-direction: column;
}

.town-center_firstbox .town_mid_boxnew.totalconnectrorsDiv {
    align-items: center !important;
    padding: 10px 0px 5px 0px !important;
    
}

.totalconnectrorsDiv p {
    font-size: 14px !important;
}

.cardLabelbox {
    font-weight: 600;
    font-size: 14px;
}

.button_lft_algn {
    position: absolute;
    bottom: 0;
    background-color: #f5f5f5 !important;
    width: 100%;
    padding: 10px 10px 10px 0px;
    margin-bottom: 0;
    border-top: 1px solid #ddd;
}

.modal.right_modal.filter_charging_station .modal-body {
    padding-bottom: 65px;
}

.faci_wrp .charges-type-list a {
    padding: 0 !important;
}

.withoutbgbrdr.viewdtlslink {
    outline: none !important;
    box-shadow: none !important;
    text-wrap: auto;
}

.directionRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

    .directionRow .btnApplyRoute {
        font-size: 12px;
        padding: 5px 10px;
        align-items: center;
        display: flex;
        justify-content: center;
    }

        .directionRow .btnApplyRoute .material-icons {
            font-size: 18px;
        }

.PaymentMethod, .Network {
    margin-top: 10px;
    display: inline-block;
    width: 100%;
    border: 2px solid #f5f5f5;
    border-radius: 8px;
    padding: 0 15px;
}

.favSection {
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    height: 100%;
    display: none;
}

    .favSection .fav-section-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 6px 15px;
        border-bottom: 1px solid #cccccc6e;
        margin-bottom: 20px;
        position: sticky;
        top: 0;
        background: #fff;
    }

        .favSection .fav-section-header h4 {
            font-weight: 600;
            font-size: 16px;
            margin: 0;
            text-transform: capitalize;
        }

.login-automatic {
    background-color: #f5f5f5;
    padding: 20px;
}

.login-automatic-btn {
    display: flex;
    align-items: center;
}

.btn-login {
    background: #215ed9;
    border-radius: 4px;
    padding: 8px 16px;
    color: #fff;
}

.login-automatic-btn span {
    margin-left: 16px;
}

.login-automatic-btn a {
    color: #215ed9;
    text-decoration: underline;
}

.tb_cust_link.tb_cust_linkChargingStation ul {
    border-bottom: 0;
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
}

    .tb_cust_link.tb_cust_linkChargingStation ul li {
        width: auto;
    }

        .tb_cust_link.tb_cust_linkChargingStation ul li a {
            border-bottom: transparent;
            color: #333;
            padding: 7px 36px;
            border: 1px solid #dbdbdb;
            text-decoration: none;
        }

.plantrip_link {
    border-radius: 0 4px 4px 0;
}

findlocation_lnk {
    border-radius: 4px 0 0 4px;
}

.tb_cust_link.tb_cust_linkChargingStation ul li a.active {
    background-color: #dbdbdb;
    border: 1px solid #dbdbdb;
}

.plana-trip {
    padding: 20px;
}

.locationSearchIcon {
    position: relative;
    margin-left: 5px;
}

    .locationSearchIcon i {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        width: 0;
        color: #333333;
        font-size: 18px;
        cursor: pointer;
        background-color: #f0f0f0 !important;
        padding: 12px 16px;
        text-align: center;
        display: flex;
        justify-content: center;
        max-height: 38px;
    }

.TextFiled {
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
    /* border-radius: 0px; */
    color: #767676;
    font-size: 15px;
    padding: 10px 10px;
    box-shadow: inset 0px -1px 0px #c4c4c4;
    border-radius: 4px 4px 0px 0px;
    min-height: 40px;
    max-height: 40px;
}

.link-route-setting {
    color: #215ed9;
    font-size: 14px;
    line-height: 24px;
}

.login-automatic p,
.login-automatic span,
.login-automatic a {
    font-size: 14px;
}

.route-settings {
    padding: 0px 0px 0;
}

    .route-settings h6 {
        margin: 0;
        color: #333;
        font-family: "opensans-bold";
        font-size: 15px;
    }

.route-settings-contents {
    padding: 16px 13px;
    background-color: #f3feff;
    font-size: 14px;
    margin-top: 20px;
}

    .route-settings-contents i {
        color: #CFDF00 !important;
        margin-right: 8px;
        margin-top: 2px;
    }

.route-settings-contents-text {
    display: flex;
    align-items: center;
}

.route-settings-contents a {
    color: #215ed9;
}

/****acc*/
.accordion-setting .accordion .card {
    margin-bottom: 16px;
    border: 1px solid #f5f5f5;
}

    .accordion-setting .accordion .card .card-header {
        padding: 0;
        border-radius: 0px !important;
        background: #fff;
        border-bottom: 1px solid rgb(248 248 248);
    }

        .accordion-setting .accordion .card .card-header .btn-header-link {
            color: #000;
            display: block;
            text-align: left;
            background: #fff;
            display: flex;
            justify-content: space-between;
            padding: 15px 15px 0px 15px;
        }

            .accordion-setting .accordion .card .card-header .btn-header-link p {
                font-size: 12px;
            }

            .accordion-setting .accordion .card .card-header .btn-header-link.collapsed {
                color: #000;
            }

.accordion-setting .card btn-header-link i .collapse.show {
    transform: rotate(180deg);
    transition: 0.5s;
}

.commonselect {
    display: inline-block;
    width: 100%;
    background: #e8e8e8;
    border-radius: 5px 5px 0px 0px;
    border-bottom: 1px solid #696969;
    padding: 10px 6px;
    border-top: none;
    border-right: none;
    border-left: none;
    color: #6b686b;
    font-size: 15px;
    min-height: 40px;
}


.route-settings-acc h6 {
    margin: 0;
    color: #333;
    font-family: "opensans-bold";
    font-size: 14px;
}

.card-heading-acc {
    display: flex;
    justify-content: space-between;
    padding: 15px 15px 0px 15px;
    border-bottom: 1.4px solid #e8e8e8;
}

.card-heading-acc-inner {
    display: flex;
}

    .card-heading-acc-inner i {
        margin-top: 10px;
        margin-right: 10px;
    }

.accordion-setting-route.accordion-setting .accordion .card {
    border: 1.4px solid #e8e8e8;
}

.accordion-setting-route .route-timer {
    color: #215ed9;
}

.light_green_color {
    background: #fcffd5 !important;
}

.link-card-heading-acc-details {
    display: flex;
    padding: 17px 16px;
    border-bottom: 1px solid #f8f8f8;
}

.card-heading-acc-inner p {
    font-size: 14px;
}

.link-card-heading-acc-details i {
    font-size: 21px;
    margin-right: 10px;
}

.link-card-heading-acc-details span {
    font-size: 12px;
}

.swpvertCol {
    display: flex;
    justify-content: center;
    align-items: center;
}

.swap_vert_icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: auto;
    padding-bottom: 0;
    cursor: pointer;
    margin-bottom: 13px;
}

.plana-trip-location-img {
    display: flex;
    align-items: center;
    height: 100%;
    padding-bottom: 13px;
}

.accordion-setting .form-check-label {
    font-size: 14px;
}

.route-settings-wrapper {
    margin-top: 20px;
    padding-bottom: 20px;
}

.status_div {
    min-width: fit-content;
    margin-bottom: 16px;
    padding-left: 15px;
}

.paytmModal .modal-header {
    align-items: flex-end !important;
    display: flex;
    justify-content: flex-end;
    border: 0px;
}

.paytmModal.addMoney .modal-header {
    justify-content: space-between;
    border-bottom: 1px solid #e9ecef;
    align-items: center !important;
}

.paytmModal.addMoney .modalPay {
    padding-top: 24px;
}

#confirmationModal .modal-header h4 {
    margin: 0px;
    font-size: 20px;
    color: #333;
}

#confirmationModal .modal-footer .submit-button {
    margin: 0px;
    width: auto;
}

.modal-header .close {
    margin: 0px !important;
    padding: 0px !important;
}

.modalPay {
    text-align: center;
    padding-top: 0px;
}

    .modalPay img {
        width: 100px;
        margin-bottom: 20px;
    }

    .modalPay p {
        width: 80%;
        margin: 0px auto 25px auto;
    }

    .modalPay input {
        border: 0px;
        width: 80%;
        border-bottom: 2px solid #ccc;
        line-height: 40px;
    }

button.submit-button {
    display: block;
    float: none !important;
    width: 80%;
    margin: 30px auto 30px auto;
}

    button.submit-button:disabled {
        background: #ccc !important;
        border: 0px !important;
    }

.modalPay .full_width_input_sec.full_widthNew_ui {
    width: 80%;
    margin: 0px auto 0px auto;
    float: none;
    display: inline-block;
}

.paytmModal .modal-header h4 {
    margin: 0px;
    font-size: 20px;
    color: #333;
}

.modal-body.modalPay.modalPayOtp {
    padding-top: 15px;
    text-align: left;
}

    .modal-body.modalPay.modalPayOtp p {
        width: 100%;
    }

.otpBox {
    display: flex;
    justify-content: center;
}


    .otpBox input {
        background-color: #F0F2F4;
        border: 1px solid #F0F2F4;
        padding: 0px;
        width: 11%;
        margin-right: 4%;
        display: inline-block;
        text-align: center;
        font-size: 40px;
        font-weight: 700;
        border-radius: 4px;
        text-transform: uppercase;
        color: #222221;
        height: 60px;
    }

p.alrtTxt {
    text-align: center;
    margin: 15px 0px 15px 0px;
}

    p.alrtTxt span {
        color: #ff961b;
    }

p.txtOtp {
    text-align: center;
}

    p.txtOtp a {
        color: #215ed9 !important;
        margin: 0px 0px 0px 10px;
        cursor: pointer;
        border-bottom: 2px solid #215ed9;
    }

.paytmModalOtp .modal-header {
    justify-content: space-between !important;
}

.acut_boxPay {
    display: block !important;
    min-height: 90px !important;
    height: 90px;
}

    .acut_boxPay h3 {
        display: inline-block !important;
    }

.acut_box.acut_boxPay a.tgl {
    float: right;
    cursor: pointer;
    margin-right: 25px;
    /* min-height: initial; */
    background: #215ED9;
    color: #fff;
    border-radius: 2px;
}

span.ezA img {
    vertical-align: top;
    margin: 0px;
}

span.ezA {
    font-weight: bold;
    margin: 0px 0px 10px 0px;
    display: block;
}

    span.ezA img {
        vertical-align: top;
        margin: 5px 0px 0px 0px;
    }

p.ezNotes {
    font-size: 14px;
    width: 100%;
    margin-top: 27px;
    margin-bottom: 0px;
}

.modal-footer.modal-footerCenter {
    display: block;
    text-align: center;
}

    .modal-footer.modal-footerCenter button {
        float: none !important;
        display: inline-block;
    }

.blockEzPaySec ul li {
    font-size: 16px;
    text-align: left;
    margin: 8px 0px;
    padding: 0px 0px;
}

    .blockEzPaySec ul li span {
        display: inline-block;
        width: 49%;
        text-align: left;
    }

    .blockEzPaySec ul li i {
        display: inline-block;
        width: 51%;
        text-align: right;
        font-weight: bold;
    }

.blockEzPaySec ul {
    display: block;
    padding: 0px 20px;
}

    .blockEzPaySec ul li:last-child {
        border-top: 1px solid #F5F5F5;
        padding-top: 10px;
        margin-top: 15px;
    }

p.ezNotes span {
    color: #DF0000;
}

.modalPay .mdl-radio {
    display: block;
    border: 1px solid #DBDBDB;
    border-radius: 6px;
    padding: 20px;
    line-height: 100%;
    height: auto;
    cursor: pointer;
    margin: 20px 0px;
    text-align: left;
}

.radio__labelLeft img {
    margin: 0px;
}

.mdl-radio__ripple-container {
    left: auto;
    right: 1px;
    top: 9px;
}

span.mdl-radio__inner-circle {
    right: 19px !important;
    left: auto;
    top: 27px;
}

span.mdl-radio__outer-circle {
    right: 15px !important;
    left: auto !important;
    top: 23px;
}

.prLocationScannr {
    padding: 0px 50px;
    margin: 20px 20px;
}

    .prLocationScannr span {
        display: block;
        font-size: 16px;
        vertical-align: top;
        line-height: 26px;
        text-align: center;
    }

        .prLocationScannr span img {
            display: inline-block;
            float: left;
            margin-right: 10px;
        }

    .prLocationScannr h3 {
        margin: 47px 0px 17px 0px;
        font-size: 20px;
        text-align: center;
        font-weight: bold;
    }

.qrBox {
    text-align: center;
}

    .qrBox img {
        width: 170px;
    }

.prLocationScannr i {
    display: block;
    text-align: center;
    margin: 13px 0px;
    position: relative;
}

    .prLocationScannr i:after {
        content: '';
        width: 44%;
        left: 0px;
        height: 1px;
        background: #F5F5F5;
        top: 8px;
        position: absolute;
    }

    .prLocationScannr i:before {
        content: '';
        width: 44%;
        right: 0px;
        height: 1px;
        background: #F5F5F5;
        top: 8px;
        position: absolute;
    }

.socialButton {
    text-align: center;
    margin: 30px 0px 0px 0px;
}

.tb_cust_link.tb_cust_linkChargingStation ul li a {
    padding: 7px 5px !important;
    height: 100%;
    border: 1px solid #dbdbdb;
    border-radius: 0;
}

.tb_cust_link.tb_cust_linkChargingStation ul li {
    width: 50% !important;
}

.routeBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    flex-wrap: wrap;
}

    .routeBox .btn-login {
        padding: 6px 12px;
        font-size: 14px;
    }



.withoutbgbrdr.viewdtlslink {
    color: #969E31 !important;
    cursor: pointer !important;
    text-decoration: underline;
}

    .withoutbgbrdr.viewdtlslink:focus {
        outline: auto !important;
    }

.tb_cust_link.tb_cust_linkChargingStation ul li {
    margin-bottom: 20px !important;
}



.route-settings-acc .filter-items {
    margin: 30px 0;
}

.route-settings-acc .data_div {
    display: flex;
    justify-content: space-between;
}

.route-settings-acc .card_sub_heading {
    font-weight: 600;
    color: #333;
    line-height: 20px;
    margin-bottom: 15px;
    font-size: 14px;
}

.route-settings-acc .range-container {
    position: relative;
    margin-bottom: 20px;
}

.route-settings-acc .custom-slider {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    border-radius: 5px;
    outline: 0;
    margin: 0;
    background: linear-gradient(90deg, #CFDF00 0%, #E5E5E5 100%);
    outline: none !important;
    box-shadow: none !important;
}

    .route-settings-acc .custom-slider::-webkit-slider-thumb {
        -webkit-appearance: none;
        appearance: none;
        width: 25px;
        height: 25px;
        background-color: #CFDF00;
        border-radius: 50%;
        cursor: pointer;
    }

    .route-settings-acc .custom-slider::-moz-range-thumb {
        width: 25px;
        height: 25px;
        background-color: #CFDF00;
        border-radius: 50%;
        cursor: pointer;
    }

    .route-settings-acc .custom-slider::-ms-thumb {
        width: 25px;
        height: 25px;
        background-color: #CFDF00;
        border-radius: 50%;
        cursor: pointer;
    }



#showStations {
    margin-bottom: 25px;
    font-size: 14px;
    padding: 6px 8px;
}

.route-settings-acc {
    text-align: right;
}


/*new css*/

.selectRouteBox {
    margin-right: 5px;
    max-height: 470px;
    overflow: auto;
    padding: 8px 15px 8px 15px;
    position: absolute;
    z-index: 999;
    right: 60px;
    background-color: #fff;
    border-radius: 10px;
    width: 220px;
    box-shadow: 0 0px 4px 0px #717171;
    top: 10px;
}

.routeBoxList {
    /* background-color: #eff0f4; */
    list-style: none;
    margin-top: 10px;
    padding-left: 0;
}

    .routeBoxList li {
        align-items: center;
        border: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
        padding: 10px;
        margin: 10px 0;
        border-radius: 10px;
    }

        .routeBoxList li:first-child {
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;
        }

.bestRoute {
    align-items: center;
    display: flex;
    font-size: 10px;
}

    .bestRoute svg {
        margin-right: 5px;
        width: 18px;
        height: 18px;
    }

.stationsCount svg {
    margin-right: 0px;
    width: 15px;
    height: 15px;
}

.timeDistance {
    align-items: center;
    display: flex;
    margin: 5px 0;
}

.routeTime {
    font-size: 12px;
    font-weight: 800;
    margin-right: 10px;
}

.routeDistance {
    background-color: #e6ebfa;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 0px 6px;
    font-size: 12px;
}

.goButtonBox button {
    min-width: auto;
    width: auto;
    background: #CFDF00 !important;
    border: 1px solid #CFDF00 !important;
    color: #3A4D13 !important;
    font-weight: 600;
    border-radius: 10px;
    padding: 2px 15px;
}

.selectRouteBox h5 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0px;
    margin-top: 0px;
    display: block;
    width: 100%;
}

.stationsCount {
    font-size: 12px;
}

.routeBoxList li:last-child {
}

.routeItem.active {
    background-color: #d9dadc;
}

.routeBoxList li:hover, .routeBoxList li.active {
    background-color: #f5f8ff;
    cursor: pointer;
}

    .routeBoxList li:hover .routeDistance, .routeBoxList li.active .routeDistance {
        background-color: #e4e4e4;
    }


.selectRouteBox .card-header button {
    padding: 0;
    text-decoration: none !important;
    display: flex;
    justify-content: space-between;
    color: #000;
    outline: none !important;
    box-shadow: none !important;
    width: 100% !important;
    text-wrap: auto;
    text-align: left;
}

.selectRouteBox .card {
    border: 0 !important;
}

.selectRouteBox .card-header {
    background: no-repeat;
    border-bottom: 0;
    padding: 0;
}

#collapseIcon {
    transition: transform 0.3s ease-in-out;
}

.rotate-icon {
    transform: rotate(180deg);
}



.graph-section {
    position: relative;
}

.btnFlex {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .btnFlex button {
        margin-bottom: 25px;
        font-size: 14px !important;
        padding: 6px 8px;
    }

div#divStopHolder input {
    background-color: #f8f7f7 !important;
    border: 0 !important;
    box-shadow: none !important;
}

img.removeStop {
    width: 17px;
    position: absolute;
    top: 12px;
    right: 3px;
    cursor: pointer;
    padding: 2px;
    background-color: #f8f7f7;
}

div#divStopHolder .form-group {
    position: relative;
}

.btn-reset {
    background: #e5e5e5 !important;
    border: 1px solid #e5e5e5 !important;
    color: #3A4D13 !important;
    font-weight: 600;
    font-size: 14px
}

.gm-style-iw-chr {
    width: 48px;
    position: absolute;
    right: 0;
}

.gm-style-iw-d {
    width: 100%;
    padding: 0 15px 12px 0 !important;
    margin-right: 30px;
    overflow: unset !important;
    max-height: none !important;
}


button.btn.add_newlft.iw-address {
    padding: 3px 20px;
    font-size: 12px;
    margin: 0;
    background: #cfdf00;
    line-height: 19px;
    color: #1a1a1a;
    font-weight: 600;
}

.direction-btn button.btn.btn-login.btnApplyRoute:focus {
    box-shadow: initial !important;
}

.direction-btn button.btn.btn-login.btnApplyRoute {
    font-size: 14px;
    padding: 3px 10px;
    display: flex;
    align-items: center;
}

button.btn.add_newlft.iw-address:focus {
    box-shadow: initial !important;
}

.dir-btn-icon-popup {
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    width: 90px;
    color: #205ed9;
}

.tooltip-show {
    margin-right: 0;
    overflow: auto;
    position: absolute;
    z-index: 999;
    right: 0;
    top: 10px;
    width: calc(100% - 25%);
}

.tooltip-content {
    width: 300px;
    padding: 10px 10px;
    background: #fff;
    margin: auto;
    border-radius: 8px;
    text-align: center;
    font-size: 14px;
}

.phone-call .dir-btn-icon-popup {
    width: auto;
    color: #333;
    cursor: auto;
}

    .phone-call .dir-btn-icon-popup span.material-icons {
        font-size: 18px;
    }

.town_mid_boxnew.phone-call {
    padding-bottom: 5px;
}

.town_mid_boxnew.direction-btn {
    padding-bottom: 5px;
}

.direction-btn .dir-btn-icon-popup .material-icons {
    font-size: 22px;
}


.directionOptions {
    display: flex;
    flex-direction: row-reverse;
    margin-bottom: 0;
    cursor: pointer;
}

.checkboxContainer {
    display: flex;
    gap: 8px;
    font-size: 10px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
    flex-wrap: wrap;
}

.directionOptions input {
    width: 10px;
    margin-right: 5px;
    outline: none !important;
    box-shadow: none !important;
}

.checkboxContainer h5 {
    margin: 0 !important;
    font-size: 12px;
    align-self: center;
    display: flex;
    font-weight: 600;
}

.checkboxContainer input[type="checkbox"]:checked {
    accent-color: #cfdf00;
}



div#mapholder .form-group input {
    position: relative;
}

.map {
    width: 100%;
    height: 100%;
    position: relative;
}

.ui-autocomplete {
    max-height: 250px;
    width: 20em;
    overflow-y: scroll;
    overflow-x: hidden;
}

.ui-autocomplete-loading {
    background: url('/Portal/eMobAssets/css/images/loader.gif') no-repeat right center !important;
}

.iw-container {
    max-width: 400px;
}

.iw-firstbox {
    padding: 16px 0 0 5px;
}

.iw-address {
    margin-bottom: 2px !important;
}

.iw-likedislike {
    margin-left: 10px;
}

#errMsg {
    background: #FFECEC;
    border-radius: 4px;
    padding: 8px 16px;
    display: none;
}

    #errMsg i {
        color: #DF0000;
    }

.rotateArrowIcon {
    transform: rotate(180deg);
    transition: all .5s linear;
}

#inputDistance {
    display: none;
}

.tb_cust_link.tb_cust_linkChargingStation ul {
    justify-content: center !important;
}

.btn-login {
    background: #CFDF00 !important;
    border: 1px solid #CFDF00 !important;
    color: #3A4D13 !important;
    font-weight: 600;
}

.plana-trip.fade {
    display: none;
}

    .plana-trip.fade.active {
        display: block;
        max-height: 550px;
        padding-top: 0;
    }

.findlocation_lnk {
    cursor: pointer;
}


.location-from::before {
    content: '';
    position: absolute;
    left: -24px;
    top: 12px;
    width: 15px;
    height: 15px;
    border: 2.4px solid #cccccc;
    border-radius: 100px;
}

.location-to {
    position: relative;
    margin-left: 5px;
}

    .location-to::before {
        content: url(/Portal/images/pin_drop.svg);
        position: absolute;
        left: -28px;
        top: 12px;
        width: 24px;
        height: 22px;
        border-radius: 100px;
        color: #cccccc;
        background-color: #fff;
    }

.location-stops::before {
    content: '';
    position: absolute;
    left: -17px;
    top: -30px;
    border: 1.4px dashed #cccccc;
    height: calc(100% + 59px);
}



.route-settings-acc span.data_count {
    width: 20%;
}

.routeBox button {
    width: 48%;
    text-wrap: auto;
    line-break: anywhere;
}




#ddlConnectorTypes option:nth-child(5), #ddlConnectorTypes option:nth-child(6), #ddlConnectorTypes option:nth-child(7) {
    display: none;
}

img.expTabicon {
    width: 20px;
    margin-right: 8px;
}

/*new csss filters explore*/
label[for="CHAdeMO"] {
    text-transform: initial !important;
}

.filterCategory input[type=radio]:checked, .filterCategory input[type=radio]:not(:checked) {
    display: none
}

    .filterCategory input[type=radio]:checked + label, .filterCategory input[type=radio]:not(:checked) + label {
        position: relative;
        padding-left: 24px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
        margin-bottom: 0;
        height: 16px;
        display: flex;
        align-items: center
    }

        .filterCategory input[type=radio]:checked + label:before, .filterCategory input[type=radio]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 16px;
            height: 16px;
            border: 2px solid #3a4d13;
            border-radius: 100%;
            background: #fff
        }

        .filterCategory input[type=radio]:checked + label:after, .filterCategory input[type=radio]:not(:checked) + label:after {
            content: '';
            width: 8px;
            height: 8px;
            background: #3a4d13;
            position: absolute;
            top: 4px;
            left: 4px;
            border-radius: 100%;
            -webkit-transition: .2s;
            transition: .2s
        }

        .filterCategory input[type=radio]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0)
        }

        .filterCategory input[type=radio]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1)
        }

.filterCategory h5 {
    font-size: 14px;
    font-weight: 600;
}

.filterCategory {
    font-size: 14px;
}









.checkBox {
    display: flex;
    align-items: center;
    gap: 15px;
}

.filterCategory input[type="checkbox"] {
    display: none;
}

.filterCategory label {
    position: relative;
    padding-left: 24px;
    cursor: pointer;
    margin-bottom: 0;
    line-height: 16px;
    font-size: 12px;
    text-transform: uppercase;
}

    .filterCategory label::before {
        content: '';
        position: absolute;
        left: 0;
        top: 0;
        width: 16px;
        height: 16px;
        border: 2px solid #3a4d13;
        background-color: #fff;
        border-radius: 3px;
    }

.filterCategory input[type="checkbox"]:checked + label::before {
    background-color: #3a4d13;
    border: 2px solid #3a4d13 !important;
}

.filterCategory input[type="checkbox"]:checked + label::after {
    content: '✔';
    position: absolute;
    left: 4px;
    top: 1px;
    color: white;
    font-size: 10px;
}

.filterItemBox {
    margin-bottom: 15px;
}


.get_quote_view_modal_body .otgSearch .input-group input {
    background-color: #fff;
    border: 1px solid #ddd !important;
    padding: 10px 20px 10px 45px !important;
}

.modal-body.get_quote_view_modal_body .otgSearch .input-group {
    display: flex;
    align-items: center;
}

.modal-body.get_quote_view_modal_body .input-group .input-group-btn {
    top: 4px;
    left: 5px;
}

.modal.right_modal.filter_charging_station .modal-content {
    background-color: #fff;
}

.modal.right_modal.filter_charging_station .modal-dialog {
    width: 320px !important;
}

.moreOptionsBox {
    display: none;
}

.showMoreOptions {
    color: #8a930c;
    font-weight: 600;
    text-decoration: underline;
}

.viewMoreOnMap {
    text-decoration: underline !important;
    display: flex;
    justify-content: right;
    color: #969E31 !important;
    cursor: pointer;
}

div#ChargingStationDetails {
    padding-top: 0;
}

.card_sub_heading .tooltip {
    margin-top: 1px;
    margin-left: 5px;
    display: flex;
    align-items: center;
    position: static;
    z-index: 99999;
    opacity: 1;
}

    .card_sub_heading .tooltip i {
        font-size: 16px;
    }

.card_sub_heading .custom-tooltip {
    font-size: 12px;
    position: absolute;
    padding: 10px;
    z-index: 100;
    bottom: 20px;
    width: auto;
    background-color: #f5f5f5;
    box-shadow: 0 0 4px 1px #ddd;
    border: 1px solid #ddd;
    min-width: 200px;
    left: 50%;
    border-radius: 6px;
}

.route-settings-acc span.data_count {
    width: 20%;
}

.route-settings-acc .card_sub_heading {
    position: relative;
    display: flex;
    align-items: center;
    text-align: left;
    width: 80%;
}

.connectorsCountBox h5 {
    padding: 0 15px;
    font-size: 14px !important;
    font-weight: 600;
    margin: 10px 0 15px 0;
}

.note-content {
    font-size: 14px;
    background-color: #EFF0F4;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    margin: 0 20px 20px 20px;
    line-height: 22px;
}

.deatil-ico {
    margin-right: 5px;
}

    .deatil-ico i {
        font-size: 18px;
    }

.planAtripNote {
    margin: 0 0 20px 0;
}

.ui-widget.ui-widget-content {
    font-size: 14px;
    line-height: 18px;
}


.tooltip .material-icons {
    color: #1a1a1a !important;
    text-decoration: none !important;
    font-size: 16px !important;
    font-weight: unset !important;
}

.range-container input:focus-visible, .route-settings-acc .select-container select:focus-visible, .directionOptions input:focus {
    outline: auto !important;
}

.ui-menu .ui-menu-item-wrapper {
    text-decoration: none;
}

.withoutbgbrdr.viewdtlslink:hover {
    color: #939 !important;
}


/*new css*/
.connectorsCountBox h5 {
    padding-left: 20px;
    margin-top: 15px;
}

.fav-icon-town {
    cursor: pointer;
}

.stationNameHeader {
    font-weight: bold;
    font-size: 14px;
    display: flex;
    align-items: center;
}

    .stationNameHeader .fav-icon-town .material-icons {
        font-size: 17px;
    }

    .stationNameHeader .fav-icon-town {
        margin-left: 10px;
    }

.fav-icon-town .material-icons.active {
    color: #cfdf00;
}

/*searchbox css*/

.otgSearch .input-group input {
    font-size: 12px;
    padding-right: 42px !important;
    background-color: #fff !important;
}

    .otgSearch .input-group input:focus {
        background: #F0F0F0 !important;
        outline: none !important;
        box-shadow: none !important;
        border-color: #ccc;
    }

    .otgSearch .input-group input:focus-visible {
        outline: auto !important;
        color: #1a1a1a !important;
    }

    .otgSearch .input-group input:not(:placeholder-shown) {
        background: #F0F0F0 !important;
    }


/*searchbox css*/


/*recent section css new start*/
.section-recent-card:hover, .section-recent-card.active, .town-center_firstbox:hover {
    background-color: #dbdbdb;
}

.leftboxAccordains .town-center_firstbox {
    padding: 15px !important;
    border: 0;
    margin: 0;
}

.leftboxAccordains h2 {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    padding: 0px 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    cursor: pointer;
}

    .leftboxAccordains h2[aria-expanded=true] i.material-icons, h2.rotate i {
        transform: rotate(180deg);
    }

    .leftboxAccordains h2[aria-expanded=false] i.material-icons, h2.rotate i {
        transform: rotate(270deg);
    }

.leftboxAccordains {
    padding: 30px 0px 5px 0px;
}

    .leftboxAccordains .card-body {
        padding: 0;
        border-top: 1px solid #f5f5f5;
    }

    .leftboxAccordains .section-recent {
        padding: 0;
    }

.section-recent {
    padding: 10px 20px;
    margin-top: 0;
}

#txtStation:focus .section-recent {
    display: block;
}

.section-recent h6 {
    margin: 0;
    color: #333;
    font-weight: 600;
    font-size: 14px;
}

.section-recent-card {
    display: flex;
    padding: 10px 10px 10px 10px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer;
    align-items: flex-start;
}

    .section-recent-card:last-child {
        border-bottom: 0px solid #f5f5f5;
    }

    .section-recent-card i {
        color: #333;
        margin-right: 15px;
        margin-top: 3px;
    }

    .section-recent-card p {
        color: #767676;
        font-size: 12px;
        margin-bottom: 0px;
    }

.leftboxAccordains .headBox span.material-icons {
    margin-right: 10px;
    font-size: 18px;
}

/*recent section css new end*/


/*Search Location favorite css start*/



#CurrentLocation {
    border: 0;
    position: absolute;
    right: 3px;
    top: 51%;
    cursor: pointer;
    z-index: 9;
    width: 34px;
    height: 34px;
    transform: translateY(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none !important;
    color: #696969;
}

    #CurrentLocation:hover {
        color: #1a1a1a;
    }

.aleMap .link_srch_right {
    width: auto;
    max-width: 100px;
}

#closeFav {
    cursor: pointer;
}

.favSection .noFav {
    padding: 0 20px;
    font-size: 14px;
    text-align: center;
    margin-top: 180px;
}
/*Search Location favorite css end*/

/*saved trips css* starts*/
.saveTripInputBox + .btnFlex {
    justify-content: space-between;
    align-items: center;
}

.saveTripInputBox .form-group label {
    position: absolute;
    left: 8px;
    top: -13px;
    background-color: #fff;
    padding: 3px;
    font-size: 12px;
}

.saveTripInputBox .form-group {
    position: relative;
}

.saveTripInputBox .TextFiled {
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: none;
    border-radius: 4px;
}

.tripName {
    font-weight: 600;
}

.leftboxAccordains .card-body .town-center_firstbox:last-child {
    border-bottom: 0;
}

.leftboxAccordains .card-body .town-center_firstbox {
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0;
}

.leftboxAccordains .headBox i {
    font-size: 18px;
    margin-right: 6px;
}

.leftboxAccordains .expTabicon {
    width: 20px;
    margin-right: 10px;
    height: auto;
    margin-top: 5px;
}



.leftboxAccordains .headBox {
    display: flex;
    align-items: center;
    line-height: 0;
}

div#savedTripsAccordain {
    margin-top: 20px;
    padding: 0;
}

#savedTripsContent .town_mid_boxnew.routeRow {
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

#savedTripsContent .swapIco {
    width: 16%;
}

#savedTripsContent .town_mid_boxnew .cardDeatilItem {
    width: 37%;
}

.directionsBtnRow {
    text-align: right;
    border-top: 1px solid #ddd;
    padding-top: 12px;
}


    .directionsBtnRow .btnApplyRoute {
        padding: 6px 24px;
        font-size: 14px;
    }

.noTripFound {
    font-size: 14px;
    padding: 10px;
    border-top: 1px solid rgba(0,0,0,.125);
    margin-bottom: 0;
}

.deleteTrip {
    width: 24px;
    cursor: pointer;
}
/*saved trips css ends*/

.route-settings-acc .commanSelectBoxMUI label.commanMatarialLabel {
    margin: 0;
    font-size: 11px;
    font-weight: normal;
    color: #333333;
    position: relative;
    top: 9px;
    left: 5px;
    background: #fff;
    padding: 0px 5px;
    z-index: 9;
}

.route-settings-acc .commanSelectBoxMUI .form-control {
    min-height: 56px;
}

.route-settings-acc select.commonselectbx.form-control {
    appearance: none;
    background: url(/Portal/eMobAssets/images/drop-down-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 10px 10px;
}

.route-settings-acc .commanSelectBoxMUI .form-control {
    min-height: 56px;
}

.route-settings-acc .commanSelectBoxMUI .btn-group {
    width: 100%;
    min-width: 100%;
}

.route-settings-acc .commanSelectBoxMUI .multiselect {
    width: 100%;
    min-height: 40px;
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    text-align: left;
    color: #495057;
    font-size: 14px;
}

.route-settings-acc .form-group.commanSelectBoxMUI {
    position: relative;
    text-align: left;
}

.route-settings-acc .commanSelectBoxMUI .dropdown-toggle::after {
    right: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    appearance: none;
    background: url(/Portal/eMobAssets/images/drop-down-arrow.png);
    background-repeat: no-repeat;
    background-position: 97% center;
    background-size: 10px 10px;
}


.route-settings-acc .commanSelectBoxMUI .multiselect-container > li > a > label {
    padding-left: 15px;
    color: #1a1a1a;
}


    .route-settings-acc .commanSelectBoxMUI .multiselect-container > li > a > label > input[type=checkbox] {
        margin-right: 5px;
        cursor: pointer;
    }


.route-settings-acc ul.multiselect-container.dropdown-menu.show {
    max-height: 150px;
    overflow: auto;
    z-index: 999999;
}


.route-settings-acc .multiselect-container.dropdown-menu::-webkit-scrollbar-track {
    background-color: #ffffff;
    border-radius: 10px;
}

.fav-icon-town {
    background-color: #ffffff;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #ddd;
}

div#finda-station .leftboxAccordains {
    padding: 10px 15px;
}

.themeButton {
    border-color: #CFDF00 !important;
    background: #CFDF00 !important;
    color: #3A4D13 !important;
    font-weight: 600;
    padding: 8px 24px;
    border-radius: 4px !important;
    border: 0 !important;
    outline: none !important;
    box-shadow: none !important;
}

#signInModal .modal-body {
    padding: 20px;
}

#signInModal .modal-header h5 {
    margin-top: 0;
    font-weight: 600;
}

#signInModal .modal-header button {
    position: absolute;
    right: 30px;
    z-index: 999;
    top: 28px;
    margin: -1rem !important;
    color: #1a1a1a;
    font-size: 12px;
}

.ReportProblem {
    padding: 20px 10px 0px 10px;
}

.find_st_trip {
    display: none !important;
}

    .find_st_trip.show.active {
        display: block !important;
        position:relative;
    }

.plana-trip {
    display: none;
}

    .plana-trip.active.show {
        display: block;
        padding-top: 0;
    }

.favouriteStations .citysection {
    display: none; /* Initially hidden */
    padding: 10px;
    border: 1px solid #ccc;
    margin: 5px;
}

#showStations, .saveTripBtn, .saveTripInputBox, .tooltip-show, .selectRouteBox, .tb_cust_linkChargingStation, .findAstationNote, .planAtripNote, #resetRoute, #gotoDirection, .route-settings-wrapper, .route-settings-contents {
    display: none;
}

#cardwrap1 {
    display: none;
    margin-top: 0px;
}

.backarrow.secondbkp {
    margin-bottom: 7px;
    margin-left: 0;
}

#ChargingStationDetails {
    display: inline-block;
}

.route-settings-contents .route-settings-contents-text a {
    text-decoration: underline;
}

.custom-tooltip {
    display: none;
}

.tooltip a:hover .custom-tooltip {
    display: inline-block;
}

#map2 {
    display: none;
    width: 100%;
}

#map {
    display: block;
    width: 100%;
}

#applyRoute {
    margin-left: auto;
}

.Load_button {
    margin: 15px;
}

    .Load_button button {
        width: 100%;
    }

.textCenter {
    text-align: center;
}

.backarrow {
    cursor: pointer;
}

.dataNotFound {
    width: 300px;
    height: 300px;
}

.show-more.Load_button {
    margin: 15px;
    display: none;
}

.town_mid_boxnew_name-fav p {
    font-weight: 700;
    text-transform: Capitalize;
}

.totalconnectrorsDiv {
    border-top: 1px solid lightgrey;
    padding-top: 10px;
    padding-bottom: 0px;
}

    .totalconnectrorsDiv a {
        font-size: 14px;
        font-weight: 600;
    }

.distanceClass {
    font-size: 14px;
    min-width: fit-content;
    padding-left: 20px;
}

.stationNameBox p {
    font-weight: 700;
    text-transform: Capitalize;
}

.stationtype .badge span {
    margin-left: 4px;
}

#StationDirections {
    padding-left: 14px;
}

.fontSmall {
    font-size: 12px;
}

.Load_button button:focus-visible {
    outline: auto !important;
}

.charges-type-list li {
    display: inline-flex;
}

    .charges-type-list li a {
        padding: 10px 0;
        font-size: 14px;
        min-width: max-content;
    }

.avlSec2 {
    min-width: 50px;
    text-align: end;
}

/*new css*/
@media only screen and (min-width: 220px) and (max-width: 767px) {
    .route-settings-acc .select-container select {
        height: 40px;
        padding: 7px 10px 5px 6px;
    }
}

.modal.right_modal.filter_charging_station {
    position: fixed;
    z-index: 99999999;
}

    .modal.right_modal.filter_charging_station .modal-dialog {
        position: fixed;
        margin: auto;
        width: 32%;
        height: 100%;
        -webkit-transform: translate3d(0%, 0, 0);
        -ms-transform: translate3d(0%, 0, 0);
        -o-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
    }

.filter_charging_station .modal-dialog {
    /* max-width: 100%; */
    margin: 1.75rem auto;
}
.filterContentBox .card .card-header .btn-header-link:focus {
    outline: auto !important;
}

@media (min-width: 576px) {
    .right_modal.filter_charging_station .modal-dialog {
        max-width: 100%;
    }
}

.modal.right_modal.filter_charging_station .modal-content {
    height: 100vh !important;
}

.modal.right_modal.filter_charging_station .modal-body {
    /*padding: 15px 10px 30px 15px;*/
    padding: 15px 10px 60px 15px;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 80px);
}

.modal-backdrop {
    display: none;
}

.modal.right_modal.fade.filter_charging_station .modal-dialog {
    right: -50%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}



.modal.right_modal.fade.show.filter_charging_station .modal-dialog {
    right: 0;
    box-shadow: 0px 0px 19px rgba(0,0,0,.5);
}

.filter_charging_station .modal-content {
    border-radius: 0;
    border: none;
}

.filter_charging_station .modal-header.right_modal {
    padding: 10px 15px;
    border-bottom-color: #EEEEEE;
    background-color: #FAFAFA;
}

.filter_charging_station .modal_outer .modal-body {
    overflow-y: auto;
    overflow-x: hidden;
    height: 91vh;
}

.modal-backdrop.show {
    display: block;
}


.filter_charging_station h2.modal-title {
    font-size: 18px;
    font-weight: 700;
    margin-top: 0;
}

.filter_charging_station .selectedFilterItem .close {
    margin: 0;
    padding: 0;
    color: #000;
    font-size: 12px;
    position: absolute;
    top: -2px;
    right: 2px;
    padding: 2px;
}

.get_quote_view_modal_body ul {
    border: 1px solid #f5f5f5;
    display: flex;
    border-radius: 40px;
    overflow: hidden;
}

    .get_quote_view_modal_body ul li a.active {
        background-color: #f5f5f5 !important;
        color: #333333 !important;
    }

.get_quote_view_modal_body {
    /* overflow-y:auto; */
    max-height: 100%;
}

    .get_quote_view_modal_body ul li {
        flex: auto;
        text-align: center;
    }

ul.charging-station-list {
    border-radius: 8px !important;
    border: 2px solid #f5f5f5;
    margin-top: 24px;
    display: flex;
    flex-direction: column;
}

    ul.charging-station-list li {
        padding: 16px;
        display: inline-flex;
        justify-content: space-between;
        align-items: center;
        font-size: 14px;
        color: #333333;
        border-bottom: 1px solid #f5f5f5;
    }

        ul.charging-station-list li:last-child {
            border-bottom: none;
        }

        ul.charging-station-list li label.mdl-switch {
            margin-top: 0;
            margin-right: 0;
        }

.filter_charging_station .modal-header {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul.charging-station-list li h4 {
    margin: 0;
    line-height: 21px;
    font-size: 14px;
}

ul.charging-station-list li > div img {
    margin-right: 1rem;
}

.filtered-station-body .button_lft_algn {
    display: flex;
    align-items: center;
}
.button_lft_algn a {
    width: 50%;
}
    .filtered-station-body .button_lft_algn a {
        flex: auto;
        margin-top: 0;
        margin-left: 0;
    }

        .filtered-station-body .button_lft_algn a.submit-button {
            background-color: #215ed9 !important;
            border: 1px solid #215ed9 !important;
        }

        .filtered-station-body .button_lft_algn a.cancel-button {
            color: #333333 !important;
            border: 1px solid #215ed9 !important;
        }

.filtered-station-body .charging-station-list li a {
    color: #215ed9;
    text-decoration: underline;
}

    .filtered-station-body .charging-station-list li a:hover {
        text-decoration: none;
    }

.scrollDiv {
    overflow: auto;
    /*height: calc(100vh - 200px);*/
    flex: 1;
}

.selectedFilterBox {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-top: 10px;
    margin-bottom: 5px;
}

.selectedFilterItem {
    position: relative;
    padding: 5px 15px 5px 5px;
    background-color: #dbdbdb;
    border-radius: 5px;
    display: inline-block;
    font-size: 14px;
}

.close {
    position: absolute;
    top: 5px;
    right: 5px;
    cursor: pointer;
    font-size: 16px;
    color: #999;
}

    .close:hover {
        color: #333;
    }

.selectedfiltersHeading {
    font-size: 14px;
    font-weight: 600;
    margin-top: 0;
}

.noFiltersItem {
    font-size: 14px;
}



.filterContentBox .card {
    margin-bottom: 12px;
    border: 0;
    margin-right: 10px;
}

    .filterContentBox .card .card-header {
        border: 1px solid #ddd;
        border-radius: 2px;
        padding: 0;
        background-color: #fff;
        display: flex;
        justify-content: space-between;
        min-width: 100%;
        border-radius: 5px;
    }

        .filterContentBox .card .card-header .btn-header-link {
            text-align: left;
            width: 100%;
            display: flex;
            justify-content: space-between;
            outline: none !important;
            box-shadow: none !important;
            font-weight: 600;
            font-size: 14px;
            padding: 8px 8px;
            text-wrap: auto;
            background:transparent;
            color:#1a1a1a !important;
        }


    .filterContentBox .card .collapsing {
        line-height: 30px;
    }

    .filterContentBox .card .collapse {
        border: 0;
    }


.filterContentBox .card-body {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 10px;
    border-top: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}


.filter_charging_station .modal-header button {
    position: relative;
    font-size: 18px;
    color: #000;
    top: -1px;
    right: 0;
}


.des_staion_text {
    padding: 0px 20px;
    margin: 0;
    font-size: 12px;
    line-height: 12px;
    position: relative;
    top: -3px;
}




@media only screen and (min-width: 220px) and (max-width: 767px) {

    .modal-backdrop.show {
        display: none;
    }


    .modal.right_modal.filter_charging_station {
        background: #00000063;
    }
}
