.local_modal {
    padding: 20px 18px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media screen and (min-width: 820px) {
    #main_btn_locationModal .modal-dialog {
        top: 250px;
        left: 50%;
        transform: translate(-50%, 0%);
    }
}

@media screen and (min-width: 820px) {
    .local_modal {
        padding: 20px 18px;
        justify-content: space-between;
    }
}

.city_part {
    width: 180px;
    height: 240px;
    font-size: 16px;
    overflow: auto;
}

    .city_part::-webkit-scrollbar {
        overflow: visible;
        width: 7px;
    }

    .city_part div {
        width: 150px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 16px;
    }

        .city_part div:focus {
            background-color: #e5e5e5;
            border: 5px;
        }

        .city_part div .badge {
            background: #4a4a4a;
        }

.region_part {
    width: 180px;
    height: 240px;
    padding-left: 30px;
    font-size: 14px;
}

    .region_part .regin_erea {
        width: 150px;
        height: 196px;
        overflow: auto;
    }

        .region_part .regin_erea::-webkit-scrollbar-track {
            background-color: #eee;
            border-radius: 10px;
        }

        .region_part .regin_erea::-webkit-scrollbar-thumb, .region_part .regin_erea::-webkit-scrollbar-thumb:active {
            box-shadow: inset 1px 1px 5px 5px #ff9800;
            border-radius: 10px;
        }

        .region_part .regin_erea::-webkit-scrollbar {
            overflow: visible;
            width: 7px;
        }

        .region_part .regin_erea div {
            padding: 10px 16px;
            display: flex;
            justify-content: left;
            -moz-column-gap: 15px;
            column-gap: 15px;
        }

.regin_erea_all {
    width: 150px;
    height: 44px;
    padding: 10px 16px;
    position: relative;
}

    .regin_erea_all label {
        width: 100%;
        display: flex;
        justify-content: left;
        align-items: center;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }

    .regin_erea_all input {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .regin_erea_all .slider {
        position: absolute;
        cursor: pointer;
        height: 15px;
        width: 25px;
        top: 12px;
        left: 12px;
        background-color: #ccc;
        border-radius: 20px;
        transition: 0.4s;
    }

        .regin_erea_all .slider:before {
            position: absolute;
            content: "";
            height: 13px;
            width: 13px;
            left: 1px;
            bottom: 1px;
            background-color: white;
            transition: 0.4s;
            border-radius: 50%;
            -webkit-transition: 0.4s;
        }

    .regin_erea_all #erea_all:checked + .slider {
        background-color: #ff9800;
    }

        .regin_erea_all #erea_all:checked + .slider:before {
            background-color: white;
            transform: translateX(10px);
        }

.nav-pills .nav-link.active {
    background-color: #ff9800;
}

.v-line {
    width: 0.5px;
    height: 240px;
    background-color: #e5e5e5;
}
/*# sourceMappingURL=SearchPlace.css.map */
