.spg-services-list {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.spg-services-list .spg-service-block {
    flex: 0 0 33.333333%;
}
.spg-services-list .spg-service-block > div {
    padding: 10px;
}
.spg-services-list .spg-service-block .spg-service-title,
.spg-services-list .spg-service-block .spg-service-image {
    text-align: center;
}
.d-flex {
    display: flex;
}
.d-flex .w-40 {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: 40%;
}
#container-location-treeview {
    height: 75vh;
    overflow-y: auto;
}
/*.container-location-treeview input[type=checkbox]:checked::before {
    margin: -0.7rem 0 0 -0.19rem;
}*/
#form-bylocation input[type=checkbox] {
    height: 16px;
    width: 16px;
}
#form-bylocation input[type=checkbox]:checked::before {
    height: 16px;
    width: 16px;
}
#container-location-treeview input[type=checkbox]:checked::before {
    margin: 0rem 0 0 -0.1rem;
}