﻿.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;
    }
}
