.no-lazy-load .full-group-list,
.full-group-list .jscroll-inner {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    row-gap: 30px;
}
.full-group-list .group-list-row-container {
    width: 24%;
    position: relative;
    min-height: 150px;
    border-radius: 5px;
    border: 1px solid #ccc;
    background-size: contain;
    overflow: hidden;
}
.full-group-list .group-list-row-container .group-box {
    z-index: 1;
}
.full-group-list .mask {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0,.55);
}
.full-group-list .Name {
    color: #fff;
    max-width: 235px;
    overflow: hidden;
    font-weight: 700;
}
.group-click-area {
    display: flex;
    align-items: center;
    justify-content: center;
}
.follows.badge {
    background-color: #777;
    float: none;
    position: absolute;
    right: 10px;
    top: 10px;
}
.group-box {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 150px;
    z-index: 10000;
    position: relative;
}
.data-points {
    background-color: #fff;
    min-height: 50px;
    font-size: .7em;
    z-index: 1000;
    position: relative;
}
.data-points * {
    color: #333 !important;
}
.value-pair.simple-list > div> div:first-child {
    border-right: 1px solid #ccc;
}
.value-pair.simple-list > div> div {
    padding: 5px;
}
.value-pair.simple-list > div:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.group-action {
    background-color: #fff;
    font-size: .7em;
    text-align: right;
    border-top: 1px solid #ccc;
    padding: 10px;
    z-index: 1000;
    position: relative;
}
.match-pct {
    position: absolute;
    top: 5px;
    left: 5px;
    border: 3px solid #11c7eb;
    padding: 2px 10px 0;
    background-color: #fff;
    color: #333;
    font-size: .6rem;
    border-radius: 10px;
    font-weight: 700;
}
.matched_1 {
    background-color: lightcyan;
    font-weight: 700;
}
.data-points>p {
    text-align: center;
    padding: 5px;
    margin: 0;
    font-weight: 700;
    border-bottom: 2px solid #ffaa00;
    background-color: #ffaa00;
    color: #fff !important;
}
.residents-pending-approval-row {
    display: flex;
    column-gap: 2%;
}