.ap-table-kri{
    overflow: auto;
}

.kri-loading {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
}

.kri-row {
    padding-top: 20px !important;
}

.kri-number {
    font-weight: 700;
    font-size: 56px;
    padding-left: 10px !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.kri-title {
    font-weight: 500;
    font-size: 20px;
    color: #474747;
    line-height: 21px;
}

.kri-subtitle {
    font-weight: 500;
    font-size: 14px;
    color: #979797;
    line-height: 21px;
}

.kri-container {
    background-color: #F3F3F3;
    /* margin-top: 20px !important;
    margin-bottom: 20px !important;*/
    /* max-width: 95%;*/
}

.kri-container .ap-panel-body {
    display: flex;
    justify-content: center;
    margin: 20px !important;
    padding-top: 10px;
    cursor: pointer;
}

.kri-container p {
    text-align: center;
}

.ap-simple-panel-container .ap-panel-footer {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}

.ap-table {
    overflow: auto;
}