.gl-datatable .dt-layout-row:first-child,
.gl-datatable .dt-layout-row:last-child {
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.gl-datatable .dt-layout-row:last-child .dt-end .dt-paging {
    padding: 0px;
    list-style-type: none;
    margin: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border: 1px solid #D1D5DB;
    overflow: hidden;
    border-radius: 6px;
}


.gl-datatable .dt-layout-row:last-child .dt-end .dt-paging button,
.gl-datatable .dt-layout-row:last-child .dt-end .dt-paging .ellipsis {
    min-width: 31px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;

    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    overflow: visible;
    text-transform: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    border-right: 1px solid #D1D5DB;
    font-size: 14px;
    min-width: 31px;
    min-height: 33px;
    padding-left: 12px;
    padding-right: 12px;
    cursor: pointer;
}

.gl-datatable .dt-layout-row:last-child .dt-end .dt-paging button:last-child {
    border-right: 1px solid transparent !important;
}


.gl-datatable .dt-layout-row:last-child .dt-end .dt-paging button.current {
    color: #1C45C2;
    font-weight: 500;
    background-color: #E9ECFB;
}

.gl-datatable .dt-layout-row:last-child .dt-end .dt-paging button:hover {
    color: #1C45C2;
    background-color: #E9ECFB;
}

.gl-datatable .dt-layout-row:last-child .dt-start .dt-info {
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #6B7280;
}

.gl-datatable .dt-layout-row:first-child .dt-start .dt-length .dt-input,
.gl-datatable .dt-layout-row:first-child .dt-end .dt-search .dt-input {
    height: 37px;
    border-radius: 8px;
    border: 1px solid #E5E7EB;
    background-color: #F9FAFB;
    outline: none;
    padding-left: 12px;
    padding-right: 12px;
    margin-left: 5px;
}

.gl-datatable .dt-layout-row:first-child .dt-start .dt-length label,
.gl-datatable .dt-layout-row:first-child .dt-end .dt-search label {
    margin: 0px;
    font-size: 14px;
    line-height: 150%;
    font-weight: 400;
    color: #6B7280;
}

.gl-datatable td.dt-empty {
    text-align: center !important;
}

.gl-datatable table {
    width: 100% !important;
}