.jsgrid-pager-nav-button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: .5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    color: inherit !important;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 2px;
    background: rgba(0, 0, 0, 0);
}
.jsgrid-pager-nav-button a, .jsgrid-pager-page a {
    text-decoration: none;
    color: inherit;
}
.jsgrid-pager-current-page {
    color: inherit !important;
    border: 1px solid rgba(0, 0, 0, .3);
    border-width: unset!important;
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}
.jsgrid-pager-page {
    padding: .2em .6em!important;
}
.select2-container--default .select2-dropdown {
    z-index: 999999999;
}
