#projects-map-wrapper .elementor-widget-wrap {
    padding: 0;
}
#projects-map {
    width: 100%;
    min-height: 70vh;
}

#projects-map-buttons {
    display: flex;
    justify-content: center;
    background-color: #FF416E;
    padding-bottom: 30px;
}

#projects-map-buttons .cat {
  margin: 4px;
  background-color: #aaaaaa;
  border-radius: 30px;
  overflow: hidden;    
}

#projects-map-buttons .cat label {
  line-height: 2.8rem;
  height: 2.0rem;
  white-space: nowrap;
}

#projects-map-buttons .cat label span {
  text-align: center;
  padding: 0 1.1rem;
  display: block;
  cursor: pointer;
  position: relative;
  padding-left: 50px;
}

#projects-map-buttons .cat label span::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 15px;
    top: 9px;
    background-position: center;    
    background-repeat: no-repeat;
    background-size: contain;
 }

#projects-map-buttons .cat label input {
  position: absolute;
  visibility: hidden;
  color: #fff !important;
}

#projects-map-buttons .cat label input + span{
    color: #dbdbdb;
}

#projects-map-buttons .cat input:checked + span {
    color: #ffffff;    
}

#projects-map-buttons input:checked + span{
    background-color: #ECAA12;
}

#projects-map-buttons .cat.office label span::before {
    background-image: url(../../images/office.png);    
}

#projects-map-buttons .cat.box label span::before {
    background-image: url(../../images/box.png);    
}

#projects-map-buttons .cat.group label span::before {
    background-image: url(../../images/local_group.png);    
}

#projects-map-buttons .cat label span::before {
    opacity: .5;
}

#projects-map-buttons input:checked + span::before {
    opacity: 1;
}

.infoWindow {
    min-width: 340px;
}
.infoWindow table {
    border: 0 !important;
    max-width: 340px;
    font-size: .85rem;
    font-family: 'Montserrat', sans-serif;
}
.infoWindow table img {
    min-width: 200px;
	max-width: 100%;
	display: block;
}

.infoWindow table td {
    border: 0;
    text-overflow: ellipsis;
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
    vertical-align: top;
}

.infoWindow table td span {
    display: inline-block;
    padding-left: 0px;
}

.infoWindow table td.fw-bold {
    font-weight: 600;
}

.infoWindow table td.icon {
    width: 25px;
    text-align: center;
}

.infoWindow table td.icon i {
    color: var(--e-global-color-secondary );
}

.infoWindow table td .urls {
    display: flex;
    justify-content: center;
}

.infoWindow table td .urls a {
    display: inline-block;
    padding: 3px 6px;
}

@media only screen and (max-width: 600px) {
    .infoWindow {
        min-width: auto;
    }

    #projects-map-buttons .cat label {
        font-size: .9rem;
     }

    #projects-map-buttons .cat label span {
        padding-left: 35px;
    }

    #projects-map-buttons .cat label span::before {
        width: 20px;
        height: 20px;
        left: 10px;
        top: 9px;        
     }
}