.exme-grid-view table {
    width: 100%;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    table-layout: fixed;
    font-family: Inter;
}

.exme-grid-view table thead th {
    font-family: DM Sans;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    letter-spacing: 0.17000000178813934px;
    text-align: left;
    color: #445584;
    padding: 8px 0;
}

.exme-grid-view table thead th a {
    color: inherit;
}

.exme-grid-view table tr,
.exme-grid-view table > tbody > tr > td {
    border-bottom: 1px solid #445584 !important;
    padding: 16px 0;
}

.exme-grid-view table td {
    padding: 16px;
}

.exme-grid-view table > thead > tr > th {
    border-bottom: inherit;
}

.exme-grid-view table td, th {
    width: 2%;
}

.exme-grid-view table .align-middle {
    vertical-align: middle;
}

.exme-grid-view .custom-pagination {
    display: block;
    padding-top: 24px;
}

.exme-grid-view .pagination > li > a,
.exme-grid-view .pagination > li > span {
    background-color: inherit;
    border: none;
    width: 32px;
    height: 32px;
    padding: 0;
    text-align: center;
    line-height: 32px;
    color: #fff;
}

.exme-grid-view .pagination > li > a:hover,
.exme-grid-view .pagination > li > span:hover,
.exme-grid-view .pagination > li > a:focus,
.exme-grid-view .pagination > li > span:focus {
    background-color: #4463FF99;
    border-radius: 50%;
}

.exme-grid-view .pagination > .active > a,
.exme-grid-view .pagination > .active > span,
.exme-grid-view .pagination > .active > a:hover,
.exme-grid-view .pagination > .active > span:hover,
.exme-grid-view .pagination > .active > a:focus,
.exme-grid-view .pagination > .active > span:focus {
    background-color: #4463FF;
    border-radius: 50%;
}

.exme-grid-view .pagination > li.prev a,
.exme-grid-view .pagination > li.prev span,
.exme-grid-view .pagination > li.next a,
.exme-grid-view .pagination > li.next span {
    margin-top: 4px;
}

.exme-grid-view .pagination > li.prev a:hover,
.exme-grid-view .pagination > li.prev span:hover,
.exme-grid-view .pagination > li.next a:hover,
.exme-grid-view .pagination > li.next span:hover {
    background-color: inherit;
}

@media screen and (max-width: 767px) {
    .exme-grid-view .table-responsive {
        border: none;
    }
}