﻿
th {
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    text-align: left;
    border-top: 0px;
    color: rgba(136, 136, 136, 1);
    padding-left: 22px !important;
    padding-right: 22px !important;
}

tr, td {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
    text-align: left;
    color: black;
}
.table > :not(:last-child) > :last-child > * {
    border-top-color: transparent; 
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #dee2e6;
}

td {
    padding-left: 22px !important; 
    padding-right: 22px !important;
}

thead {
    border-top: 0px;
}

    thead tr {
        border-top: 0px;
    }

table {
    border-top: 0px;
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.ottPagination {
    text-align: left;
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    padding: 22px;
}

.pagination {
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    padding: 22px;
}

.page-item {
    border-radius: 10px;
}

.page-link {
    padding: 7px;
    border: 0px;
    color: black;
    font-weight: 400;
    border-radius: 10px;
}

.page-item.active .page-link {
    border-radius: 10px;
    color: white;
    background-color: rgba(181, 36, 255, 1);
}