

a.leaflet-popup-close-button:hover {
    color: white !important;
    background: red !important;
}
a.leaflet-popup-close-button {
    background: #fff !important;
    position: absolute !important;
    top: -8px !important;
    right: -8px !important;
    padding: 4px 4px 0 0 !important;
    border: none !important;
    text-align: center !important;
    width: 25px !important;
    height: 25px !important;
    font: 20px/14px Tahoma, Verdana, sans-serif !important;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: bold !important;
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
    display: block !important;
    padding: 0 !important;
    border-radius: 30px !important;
    padding-top: 3px !important;
}
.leaflet-popup-content {
    margin: 5px !important;
}
.stopId {
    border-radius: 5px;
    background: #0468a7;
    color: #fff;
    padding: 4px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px !important;
}
.route-btn {
    color: #fff !important;
    padding: 7px 10px;
    border-radius: 10px !important;
    margin-bottom: 5px;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    border: 4px solid #fff !important;
}

.content_box p {
    margin: 0 !important;
    font-weight: bold;
    font-size: 16px;
    color: #000000;
}
.content_box {
    border-radius: 10px;
    background: #fff !important;
    padding: 8px 15px;
    width: 230px !important;
    text-align: center;

}

.content_box h6 {
    font-size: 17px;
    color: #000 !important;
    margin: 0 !important;
    font-weight: 600;
}

.stops-popup .leaflet-popup-content-wrapper, .leaflet-popup-tip{
    border:3px solid #0468a7;
    background: #0468a7;
}
.leaflet-popup-content {
    overflow: auto !important;
}
html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}
#map {
    width: 100%;
    height: 100vh;
}
.marker-pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #c30b82;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;

    margin: -17px 0 0 -15px;
}

.marker-pin::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    color: #000 !important;
    font-weight: 800;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}

.custom-div-icon i {
    position: absolute;
    width: 22px;
    font-size: 22px;
    left: 0;
    right: 0;
    margin: 10px auto;
    text-align: center;
    font-style: normal;
}
i.material-icons {
    margin-top: 8px;
    font-size: 16px;
    color: #000 !important;
    font-weight: bold;
}
.popup-main {
    max-width: 100%;
    width: 850px !important;
    height: 200px;
    border: solid 1px #cccc;
    border-radius: 5px;
    margin-top: 1px!important;
    margin-bottom: 15px !important;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99999;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.content-slide {
    height: auto;
    min-width: 100% !important;
}
#LineStyle00 {
    width: 100px !important;
}
.leaflet-routing-alt > h2 {
    display: none !important;
}

.leaflet-marker-icon > span {
    position: absolute;
    right: -164px;
    top: 10px;
    width: auto;
    min-width: 150px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
}
.bottom {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    z-index: 9999;
    padding: 20px;
}
.route-ico {
    float: left;
    width: 50px;
    height: 50px;
    background: #ccc;
    margin: 5px;
    text-align: center;
    padding-top: 13px;
}
.bottom > .container {
    width: 600px;
}

#query {
    position: absolute;
    bottom: 75px;
    left: 10px;
    z-index: 1000;
    background: white;
    padding: 1em;
}

#select_route {
    display: none;
    position: absolute;
    bottom: 160px;
    left: 12px;
    right: 12px !important;
    z-index: 200000;
    background: white;
    padding: 1em;

}

#query select {
    font-size: 16px;
}

#query_btn {
    font-size: 18px;
}
.leaflet-routing-geocoders button {
    font: bold 18px 'Lucida Console', Monaco, monospace;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: white;
    margin: 0;
    padding: 2px 18px;
    margin-right: 3px;
    float: right;
    cursor: pointer;
    transition: background-color 0.2s ease;
}
.leaflet-routing-container h3 {
    font-size: 16px;
    font-weight: normal;
    color: #000 !important;
    background: #efefef;
    padding: 5px 10px;
    margin-top: 0 !important;
    border: solid 2px #ddd;
    border-radius: 5px;
}
.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
    border-radius: 5px;
}

.my-control {
    background: #fff;
    padding: 15px 20px;
    max-width: 500px;
}
.leaflet-routing-container {
    padding: 5px !important;
}
.my-control > .row > .col-3 {
    padding-left: 5px;
    padding-right: 5px;
}

.leaflet-routing-geocoder input {
    font-size: 14px;
    padding: 6px 12px;
}

.leaflet-routing-remove-waypoint:after {
    position: absolute;
    display: block;
    width: 25px !important;
    height: 25px !important;
    /* height: 1px; */
    z-index: 1;
    font-size: 22px;
    right: 12px !important;
    top: 3px !important;
    background: red;
    color: white;
    border-radius: 5px;
 padding: 4px;
}

 .leaflet-popup-content {
     max-width: 900px !important;
     width: 300px !important;
 }
a.leaflet-popup-close-button:hover {
    color: white !important;
    background: red !important;
}
a.leaflet-popup-close-button {
    background: #fff !important;
    position: absolute !important;
    top: -8px !important;
    right: -8px !important;
    padding: 4px 4px 0 0 !important;
    border: none !important;
    text-align: center !important;
    width: 25px !important;
    height: 25px !important;
    font: 20px/14px Tahoma, Verdana, sans-serif !important;
    color: #000 !important;
    text-decoration: none !important;
    font-weight: bold !important;
    box-shadow: 0 3px 14px rgb(0 0 0 / 40%);
    display: block !important;
    padding: 0 !important;
    border-radius: 30px !important;
    padding-top: 3px !important;
}
.leaflet-popup-content {
    margin: 5px !important;
}
.stopId {
    border-radius: 5px;
    background: #0468a7;
    color: #fff;
    padding: 4px;
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px !important;
}
.route-btn {
    color: #fff !important;
    padding: 7px 10px;
    border-radius: 10px !important;
    margin-bottom: 5px;
    width: 24% !important;
    max-width: 120px !important;
    font-size: 20px;
    font-weight: 600;
}
.item_row {
    background: #eaeaea;
    margin-bottom: 9px;
    padding: 5px 10px;
    border-radius: 7px;
    font-size: 13px;
    border: solid 1px #999;
}
/*.content_box p {*/
/*    margin: 0 !important;*/
/*    font-weight: bold;*/
/*    font-size: 16px;*/
/*    color: #000000;*/
/*}*/
.content_box {
    border-radius: 10px;
    background: #fff !important;
    padding: 8px 15px;
    width: 100% !important;
    text-align: center;

}

.content_box h6 {
    font-size: 17px;
    color: #000 !important;
    margin: 0 !important;
    font-weight: 600;
}

.stops-popup .leaflet-popup-content-wrapper, .leaflet-popup-tip{
    border:3px solid #0468a7;
    background: #0468a7;
}
.leaflet-popup-content {
    overflow: auto !important;
}
html, body {
    height: 100%;
    margin: 0;
    overflow: hidden;
}
#map {
    width: 100%;
    height: 100vh;
}
.marker-pin {
    width: 30px;
    height: 30px;
    border-radius: 50% 50% 50% 0;
    background: #c30b82;
    position: absolute;
    transform: rotate(-45deg);
    left: 50%;
    top: 50%;

    margin: -17px 0 0 -15px;
}

.marker-pin::after {
    content: '';
    width: 24px;
    height: 24px;
    margin: 3px 0 0 3px;
    color: #000 !important;
    font-weight: 800;
    background: #fff;
    position: absolute;
    border-radius: 50%;
}

.custom-div-icon i {
    position: absolute;
    width: 22px;
    font-size: 22px;
    left: 0;
    right: 0;
    margin: 10px auto;
    text-align: center;
    font-style: normal;
}
i.material-icons {
    margin-top: 8px;
    font-size: 16px;
    color: #000 !important;
    font-weight: bold;
}
.popup-main {
    max-width: 100%;
    width: 550px !important;
    height: 200px;
    border: solid 1px #cccc;
    border-radius: 5px;
    margin-top: 1px!important;
    margin-bottom: 15px !important;
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    z-index: 99999;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
.content-slide {
    height: auto;
    min-width: 100% !important;
}
#LineStyle00 {
    width: 100px !important;
}
.leaflet-routing-alt > h2 {
    display: none !important;
}

.leaflet-marker-icon > span {
    position: absolute;
    right: -164px;
    top: 10px;
    width: auto;
    min-width: 150px;
    background: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 13px;
}
.bottom {
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 160px;
    z-index: 9999;
    padding: 20px;
}
.route-ico {
    float: left;
    width: 50px;
    height: 50px;
    background: #ccc;
    margin: 5px;
    text-align: center;
    padding-top: 13px;
}
.bottom > .container {
    width: 600px;
}

#query {
    position: absolute;
    bottom: 75px;
    left: 10px;
    z-index: 1000;
    background: white;
    padding: 1em;
}

#select_route {
    display: none;
    position: absolute;
    bottom: 160px;
    left: 12px;
    right: 12px !important;
    z-index: 200000;
    background: white;
    padding: 1em;

}

#query select {
    font-size: 16px;
}

#query_btn {
    font-size: 18px;
}
