/**
 * @version     1.0.6
 * @package     com_annualreport
 * @copyright   2023 Alice
 * @license     GNU General Public License version 2 or later; see LICENSE.txt
 * @author      Alice <patelalicen@gmail.com>
 */

 .interactive-map-section #is-map {
    min-height: 500px;
    /* min-width: 500px; */
    /*height: 880px;*/
    width: 100%;
    z-index: 1;
}

.interactive-map-section {
    padding: 50px 0;
}

.location-info {
    background: #F5F5F5;
    padding: 30px 15px 20px 15px;
    width: 550px;
    position: relative;
}

.location-info .close {
    position: absolute;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

.location-info .loction-slider .slick-dots li {
    margin: 0;
    opacity: 1;
}

.location-info .loction-slider .slick-dots li button:before {
    color: #ccc;
    font-size: 12px;
    opacity: 1;
}

.location-info .loction-slider .slick-dots li.slick-active button:before {
    color: #E3170A;
    opacity: 1;
}

.location-info .loction-slider .slick-slide img,
.location-info .loction-slider img {
    width: 100%;
}

.location-info .content {
    margin-top: 20px;
}

.location-info .content p {
    color: #000;
    margin: 0;
}

.location-info .button-group {
    margin-top: 20px;
}

.location-info .button-group{
	text-align: center;
}
.location-info .button-group .btn-primary {
    min-width: 138px;
	width: auto !important;
	padding: 13px 26px;
    text-align: center;
    margin: 0;
}

.map-wrap {
    margin-top: 40px;
}

.map-category {
    background-color: #F5F5F5;
    height: 100%;
}

.map-category h3 {
    background-color: #333333;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 0;
    margin: 0;
    line-height: 50px;
}

.map-category ul {
    margin: 0;
    padding: 30px 15px;
}

.map-category ul li {
    list-style-type: none;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.map-category ul li input {
    position: absolute;
    opacity: 0;
}

.map-category ul li .icon {
    display: inline-block;
    margin-right: 5px;
}

.map-category ul li .icon svg,
.map-category ul li .icon img {
    height: 30px;
    max-width: 30px;
    width: auto;
}

.map-category ul li input+label {
    position: relative;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
	font-size: 14px;
}

.map-category ul li input+label:before {
    content: "";
    margin-right: 10px;
    display: inline-block;
    vertical-align: text-top;
    width: 22px;
    height: 22px;
    background: transparent;
    border: 2px solid #767474;
    border-radius: 100px;
    flex: 0 0 auto;
}

.map-category ul li input:checked+label:before {
    background: #333333;
    border-color: #333333;
}

.map-category ul li input:disabled+label {
    color: #b8b8b8;
    cursor: auto;
}

.map-category ul li input:disabled+label:before {
    box-shadow: none;
    background: #ddd;
}

.map-category ul li input:checked+label:after {
    content: "";
    position: absolute;
    left: 5px;
    top: 50%;
    background: white;
    width: 2px;
    height: 2px;
    box-shadow: 2px 0 0 white, 4px 0 0 white, 4px -2px 0 white, 4px -4px 0 white, 4px -6px 0 white, 4px -8px 0 white;
    transform: rotate(45deg) translateY(-50%);
}

.gm-style .gm-style-iw {
    font-weight: 400;
    font-size: 14px;
    border-radius: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.50);
    background: #F5F5F5;
}

.gm-ui-hover-effect {
    top: 6px !important;
    right: 6px !important;
    background-color: #f5f5f5 !important;
    opacity: 1;
}

.gm-ui-hover-effect span {
    width: 28px !important;
    height: 28px !important;
    margin: 0 !important;
}

.gm-style .gm-style-iw-d {
    overflow: hidden !important;
    overflow-y: auto !important;
    max-height: 400px !important;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3) !important;
    background-color: #F5F5F5 !important;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
    width: 6px !important;
    background-color: #F5F5F5 !important;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar-thumb {
    background-color: #E3170A !important;
}

.gm-style .gm-style-iw-tc::after {
    background: #F5F5F5 !important;
}

@media only screen and (max-width: 767px) {
    .interactive-map-section #is-map {
        width: 100%;
        height: 575px;
    }
}