/* .custom-table {
    margin-bottom: 100px
} */
.custom-table .header,
.custom-table .body > .item,
.custom-table .footer > .item {
    display: flex;
    align-items: center
}

.custom-table .header > div,
.custom-table .body .item > div,
.custom-table .footer .item > div {
    padding-left: 10px;
    padding-right: 10px
}

.custom-table .body .item > div:first-child,
.custom-table .footer .item > div:first-child {
    padding-left: 20px
}



.custom-table.custom-table-bordered {
    border: 1px solid #EAEAEA;
}


.custom-table .header {
    background-color: #F2F2F9;
    padding: 15px 25px 10px 25px
}
/* .custom-table .header > div {
    padding-bottom: 10px;
    padding-top: 15px;
} */

.custom-table .body {
    padding: 25px
}


.custom-table .footer {
    border-top: 2px solid #F2F2F9;
}


.custom-table .w10 {
    width: 10%
}
.custom-table .w20 {
    width: 20%
}
.custom-table .w30 {
    width: 30%
}
.custom-table .w40 {
    width: 40%
}
.custom-table .w50 {
    width: 50%
}
.custom-table .w60 {
    width: 60%
}
.custom-table .w70 {
    width: 70%
}




.custom-table .body .item {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.custom-table .body .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}


.custom-table .footer {
    padding: 15px 25px
}

.custom-table .footer .item > div.bordered {
    border-bottom: 1px solid #EAEAEA;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.custom-table .footer .item:last-child > div.bordered{
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
