/**
 * @Project NUKEVIET 4.x
 * @Author VINADES.,JSC <contact@vinades.vn>
 * @Copyright (C) 2021 VINADES.,JSC. All rights reserved
 * @License: Not free read more http://nukeviet.vn/vi/store/modules/nvtools/
 * @Createdate Wed, 22 Dec 2021 07:20:24 GMT
 */

.list-group-map {
    border: 1px #ddd solid;
    border-radius: 4px;
    font-size: 16px;
}

.list-group-map :last-child {
    margin-bottom: 0px;
}

.list-group-map .active {
    font-weight: 700;
}

.list-group-map .parent {
    color: #fff;
    text-transform: uppercase;
    background-color: #428BCA;
    font-size: 18px;
}

.list-group-map-item {
    display: flex;
    align-items: center;
    border-bottom: 1px #ddd solid;
    padding: 10px;
    cursor: pointer;
}

.list-group-map-item.parent {
    padding-top: 13px;
}

.list-group-map .list-group-map-item:last-child {
    border-bottom: 0;
}

.list-group-map-item .img {
    flex: 0 0 40px;
    max-width: 40px;
    text-align: center;
}

.list-group-map-item img {
    max-width: 100%;
    height: auto;
}

.list-group-map-item .ctn {
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 10px;
}

#googleMap a,
#googleMap a:focus,
#googleMap a:active,
#googleMap a:active:focus {
    outline: 0;
}
