.UISpokesPerson .title h1 {
        text-transform: uppercase;
        font-family: Merriweather;
        /* position: absolute; */
        font-weight: 700;
        font-size: 18px;
        color: var(--color-primary);
        padding-top: 5px;
        text-align: center;
}
.UISpokesPerson .rptShowAll table, .UISpokesPerson .rptShowAll table th, .UISpokesPerson .rptShowAll table td {
        padding: 10px;
        border: 1px solid #bcbcbc;
}
.UISpokesPerson .rptShowAll table td.group-name, .UISpokesPerson .rptShowAll table tr td:first-child {
        font-weight: bold;
        text-align: center;
        font-size: 18px;
}
.UISpokesPerson .rptShowAll table tr td:first-child{
        font-size: 16px;
}
.UISpokesPerson {
        margin-bottom: 20px;
}
.UISpokesPerson .sp-card {
        border: 0.5px solid #e0dfd8;
        border-radius: 12px;
        overflow: hidden;
        background: #fff;
        margin-bottom: 1rem;
}
.UISpokesPerson .sp-card:last-child {
        margin-bottom: 0;
}
.UISpokesPerson .sp-inner {
        display: flex;
}
.UISpokesPerson .sp-photo {
        width: 160px;
        flex-shrink: 0;
        background: #f1efe8;
        overflow: hidden;
}
.UISpokesPerson .sp-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        min-height: 180px;
}
.UISpokesPerson .sp-no-photo {
        min-height: 180px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #b4b2a9;
        font-size: 12px;
}
.UISpokesPerson .sp-info {
        flex: 1;
        border-left: 0.5px solid #e0dfd8;
}
.UISpokesPerson .sp-row {
        display: flex;
        border-bottom: 0.5px solid #e0dfd8;
}
.UISpokesPerson .sp-row:last-child {
        border-bottom: none;
}
.UISpokesPerson .sp-lbl {
        width: 130px;
        flex-shrink: 0;
        padding: 9px 12px;
        font-size: 11px;
        color: #888780;
        background: #f9f9f7;
        border-right: 0.5px solid #e0dfd8;
        display: flex;
        align-items: center;
}
.UISpokesPerson .sp-val {
        padding: 9px 12px;
        font-size: 13px;
        color: #2c2c2a;
        flex: 1;
        display: flex;
        align-items: center;
        word-break: break-word;
}
.UISpokesPerson .sp-val.name {
        font-size: 14px;
        font-weight: 500;
}
.UISpokesPerson .rptShowAll table td.site-name {
        font-weight: bold;
}
.UISpokesPerson .rptShowAll table {
        width: 100%;
}
.UISpokesPerson .badge-site {
        font-size: 11px;
        padding: 2px 10px;
        border-radius: 20px;
        background: #eeedfe;
        color: #3c3489;
        font-weight: 500;
}
.UISpokesPerson .rptShowAll table th {
        text-align: center;
}
.UISpokesPerson .badge-active {
        font-size: 11px;
        padding: 2px 10px;
        border-radius: 20px;
        background: #e1f5ee;
        color: #085041;
        font-weight: 500;
}
.UISpokesPerson .badge-inactive {
        font-size: 11px;
        padding: 2px 10px;
        border-radius: 20px;
        background: #f1efe8;
        color: #5f5e5a;
        font-weight: 500;
}
@media (max-width: 576px) {
        .UISpokesPerson .sp-inner {
                flex-direction: column;
        }
        .UISpokesPerson .sp-photo {
                width: 100%;
        }
        .UISpokesPerson .sp-info {
                border-left: none;
                border-top: 0.5px solid #e0dfd8;
        }
        .UISpokesPerson .rptShowAll{ 
                overflow: auto;
        }
}
