.proxy-pagination {
    margin-top: 40px;
}

input#pagy-next-page,
input#pagy-per-page {
    border-width: 0 0 1px 0;
    width: 40px;
    height: 20px;
    font-size: 16px;
}

input#pagy-next-page:focus-visible,
input#pagy-per-page:focus-visible {
    outline: none;
}

.proxy-pagination-right {
    position: relative;
    bottom: 20px;
}

.btn-page-flat {
    position: relative;
    margin: 0px 10px;
}

.btn-flat-left,
.btn-flat-right {
    position: relative;
    bottom: 8px;
    box-shadow: none;
    background: #F2F5FA;
    border-radius: 100px;
    border: none;
    padding: 0;
    width: 40px;
    height: 40px;
}

.btn-flat-left:focus,
.btn-flat-right:focus {
    background-color: rgba(0, 0, 0, 0.1);
    box-shadow: none;
    outline: none;
}

.material-icons {
    color: #0033a0;
    margin-top: 5px;
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
}
