.hidden {
    position: absolute;
    left: -1000px;
    top: -1000px;
}

h1 {
    padding-left: 15px;
    padding-right: 15px;
}

select {
    background-color: white!important;
}

.prev-page, .next-page {
    height: auto !important;
    background: #9D2235;
    border: 2px solid #9D2235;
    color: white;
    font-weight: bold;
    font-size: 14px;
    outline: none !important;
    border-radius: 5px;
    text-decoration: none!important;
    padding: 4px 6px;
}

.prev-page:hover, .next-page:hover {
    background: none !important;
    border: 2px solid #9D2235 !important;
    color: black !important;
    outline: none !important;
}

.prev-page:hover, .prev-page:focus, .next-page:hover, .next-page:focus {
    background: none;
    border: 2px solid #9D2235 !important;
    color: black;
    outline: none !important;
    /*padding: 7px;*/
}

.prev-page:not(:focus-visible), .next-page:not(:focus-visible) {
    background: #9D2235;
    color: white;
    border: 2px solid #9D2235;
}

.pagination {
    display: flex;
    justify-content: center;
    margin-top: 25px;
}

.page-links {
    display: flex;
    grid-column-gap: 10px;
    align-items: center;
    justify-content: center;
}

.submit-grid a {
    background: #9D2235;
    border: 2px solid #9D2235;
    color: white !important;
    padding: 8px 10px;
    border-radius: 5px;
    text-decoration: none !important;
    display: grid;
    font-size: 14px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    width: 215px;
}

.submit-grid a:hover, .submit-grid a:focus {
    background: #ffffff;
    color: black !important;
    text-decoration: none !important;
    border: 2px solid #9D2235;
    outline: none;
}

.submit-grid a:focus:not(:focus-visible) {
    background: #9D2235;
    color: white !important;
    border: 2px solid #9D2235;
}

.submit-grid {
    justify-items: center;
}
