@charset "utf-8";
/* CSS Document */

.holder {
display: flex;
margin: 15px 0;
justify-content: center;
gap: 2.5px;
}

.holder a {
font-size: 16px;
cursor: pointer;
color: #0a2733;
font-weight:bold;
text-decoration: none;
padding: 4px 8px;
border-radius: 5px;
border: 1px solid #0a2733;
min-width: 34px;
display: block;
justify-content: center;
align-items: center;
text-align: center;
}

.holder a:hover {
background-color: #43474d;
color: #FFF;
}

.holder a.jp-previous { margin-right: 12.5px;}
.holder a.jp-next { margin-left: 12.5px;}

.holder a.jp-current, a.jp-current:hover {
background-color: #6eb444 !important;
border-color: #6eb444;
color: white !important;
font-weight: bold;
}

.holder a.jp-disabled, a.jp-disabled:hover {
color: #bbb;
}

.holder a.jp-current, a.jp-current:hover,
.holder a.jp-disabled, a.jp-disabled:hover {
cursor: default;
background: none;
}

.holder span { margin: 0 5px; }