/* 
 * Always set the map height explicitly to define the size of the div element
 * that contains the map. 
 */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

:root {
    --spacing: 100px 0;
}

ul {
    padding: 0;
}

ul li {
    list-style-type: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

figure {
    margin: 0;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    font-weight: 200;
}

#mapid {
    height: calc(100vh - 67px);
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.leaflet-bottom.leaflet-right {
    display: none;
}

/* [class$=api-load-alpha-banner] {
    display: none;
}

.gm-ui-hover-effect {
    display: none !important;
} */

.modal-backdrop.show {
    display: none;
}

.modal {
    background-color: rgb(0 0 0 / 65%) !important;
}

.modal button.close {
    z-index: 1;
    background: #242424;
    border: none;
    outline: none;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    padding: 0px 10px;
    font-size: 28px;
    color: #fff;
    right: -15px;
    top: -15px;
}

.route-head {
    width: 100%;
    display: flex;
    justify-content: space-between;
    background: #3a3d44;
    height: 70px;
    padding: 0 30px;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
    align-items: center;
    display: none;
}

.route-head .wr-left span {
    font-size: 12px;
    color: #93a7c3;
}

.route-head .strong {
    font-size: 24px !important;
    font-weight: 600;
    color: #fff !important;
}

.route-head .wr-right span {
    position: relative;
    height: 30px;
    padding-left: 15px;
    font-family: Roboto-Medium;
    font-size: 13px;
}

.route-head .wr-right span::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.route-head .wr-right .yellow::before {
    background: #e40000;
}

.route-head .wr-right .purple::before {
    background: #007a14;
}

.header {
    border-bottom: 1px solid #d4d9dc;
    background-color: #fff;
    padding: 15px 0;
    z-index: 1;
    width: 100%;
}

.header-menu {
    display: flex;
    justify-content: space-between;
}

.header-menu .logo img {
    height: 30px;
}

.header-menu-right ul {
    display: flex;
    margin-bottom: 0;
    gap: 15px;
}

.header-menu-right ul li img {
    height: 30px;
}

.top-service {
    margin-top: 61px;
    border-bottom: 1px solid #d4d9dc;
    display: none;
}

.top-service ul {
    padding: 10px 0;
    display: flex;
    margin-bottom: 0;
}

.top-service ul li {
    width: 33%;
    text-align: center;
}

.top-service ul li.active a {
    color: #7b33ff;
}

.top-service ul li a {
    display: block;
    width: 100%;
    color: #4c596b;
}

.top-service ul li span {
    display: block;
    font-size: 12px;
}

.content-body {
    position: relative;
}

.content-body>.container-fluid {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

#map {
    height: 100vh;
}

.box-info {
    text-align: center;
}

.box-info span:first-child {
    margin-bottom: 10px;
    display: block;
}

.box-info span:first-child img {
    width: auto;
    min-width: 100px;
    border-radius: 4px;
}

.leaflet-popup-content {
    margin: 10px 10px !important;
    line-height: 1.4;
}

.gm-style .gm-style-iw-c {
    padding: 5px !important;
}

.gm-style .gm-style-iw-d {
    padding: 0 !important;
    overflow: auto !important;
}

@media (max-width:768px) {
    .top-service ul li span {
        font-size: 16px !important;
        margin-top: 6px;
    }
}

/* The Modal (background) */
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}

/* The Close Button */
.close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 35px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}

#btnClient {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #F44336;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
    font-size: 22px;
}

#btnClient>em {
    display: inline-block;
    line-height: 45px;
}

.leaflet-popup-content-wrapper {
    height: 158px;
}