.loyalty-detail {
    display: flex;
    align-items: center;
    background-color: #fff;
    border-radius: 8px;
    margin-bottom: 20px;
}
.loyalty-status {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background-color: #27416b;*/
    background-color: #000000;
    color: #fff;
    border-radius: 8px 0 0 8px;
    text-align: center;
    padding: 15px;
    max-width: 200px;
    min-height: 200px;
    flex-direction: column;
}
.loyalty-status img{
    width: 100%;
}
.loyalty-status .status-label {
    margin-top: 5px;
    font-size: 22px;
}
.cumulative-turnover {
    padding: 15px;
    text-align: center;
    width: 100%;
}
.turnover-amount {
    font-size: 22px;
    color: #ff0d21;
    margin-top: 5px;
}
.program-info {
    margin-bottom: 20px;
    border-radius: 8px;
    text-align: center;
    background:#fff;
}
.program-info img {
    max-width: 80%;
    margin: 0 auto;
}
table.loyalty-list {
    background-color: #fff;
}
td.text-center, th.text-center {
    text-align: center;
}
#module-sx_splio_loyalty-lists {
    background-color: #f2f2f2;
}
.loyalty-status .row div {
    display: block;
    width: 100%;
}
.loyalty-list.table-responsive {
    display: table;
}
@media (max-width: 767px) {
    .loyalty-list.table-responsive {
        display: block;
    }
}