th.sortable {
    color: #2196F3;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 95% 50%;
    background-size: 16px;
}
.as-react-table .input-group-text:empty{
    display: none;
}
.asrt-page-length{
    display: inline-block;
}
.asrt-page-length .input-group-addon{
    display: inline-flex;
    width: auto;
    margin: 0;
    padding: 8px 0 0 0;
    border: none;
}
.asrt-pagination {
    margin: 0;
}
.asrt-td-loading {
    background-color: #fff;
}
.asrt-loading-textwrap{
    padding: 5px 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.align-center {
    text-align: center !important;
}
.notification.justify-content-end {
    justify-content: flex-end !important;
    padding-bottom: 2.5rem;
}
.height-8 {
    height: 64px;
}
.flex {
    display: flex;
    justify-content: space-between;
}
