.ss-app-card-block-img {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.ss-app-card-block-img {
    display: grid;
    place-items: center;
    height: 100px;
}

.ss-app-card-block-img img {
    max-height: 100px;
    min-height: 100px;
    height: 100%;
}

.ss-app-card-block-title {
    font-weight: bold;
    height: 30px;
    color: #03234b;
    text-align: center;
}

.ss-app-card-blocks {
    display: flex;
    flex-wrap: wrap;
}

.ss-app-card-block-list ul li::before {
    display: none;
}

.ss-app-card-block-list ul li {
    padding-left: 0;
    font-size: 14px;
}

.ss-app-card-block-list {
    text-align: center;
}


/*  RESPONSIVE table    */

.responsive-table table {
    width: 100% !important;
}

.responsive-table table thead tr {
    background-color: #ffffff !important;
    word-break: break-word;
}

.responsive-table table tr:nth-child(odd) {
    background-color: #fdfdfd;
}

.responsive-table table thead td:first-child {
    padding: 0.625rem 0.625rem;
}

.responsive-table table thead td {
    font-size: 10px;
    padding: 2px;
    width: auto !important;
    white-space: normal;
    word-break: keep-all;
}

.responsive-table table td:first-child {
    text-align: left;
}

.responsive-table table td {
    text-align: center;
    width: 100px;
}

.responsive-table table.dataTable td:nth-child(2),
.responsive-table table td:nth-child(3) {
    min-width: 90px;
    white-space: normal;
    word-break: break-word;
}

table.dataTable.dtr-inline.collapsed>tbody>tr>td:first-child:before,
table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before {
    border: none;
    top: 50%;
    margin-top: -5px;
    left: 10px;
    color: #fff;
    box-shadow: none;
    font-size: 13px;
    font-weight: bold;
    content: "+";
    border-radius: 50%;
    background-color: #3CB4E6;
}

table.dataTable.dtr-inline.collapsed>tbody>tr.parent>td:first-child:before {
    content: "-";
}