.hero {
    padding: 7rem 0 10rem 0;
    background: #003862 !important;
    height: 100vh;
    margin-bottom: 0 !important;
}

.mini-hero {
    height: 33vh;
    margin-bottom: 160px !important;
}

.slides > img {
    width: 100%;
    max-height: 650px !important;
    min-height: 650px !important;
}

.book-cover {
    width: 160px;
    height: 200px;
}

.card {
    border: none;
}

.card-search-result {
    border: 1px solid rgba(0, 0, 0, 0.3);
    border-radius: 15px;
    cursor: pointer;
    height: 470px;
}

.card-search-result:hover {
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
}

.thief-result {
    height: 100%;
    width: 190px;
}

.thief-result > img {
    padding: 0px;
}

.radius-tl-15 {
    border-top-left-radius: 15px;
}

.radius-bl-15 {
    border-bottom-left-radius: 15px;
}

.radius-tr-15 {
    border-top-right-radius: 15px;
}

.radius-br-15 {
    border-bottom-right-radius: 15px;
}

.btn-link {
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 5px;
    font-size: 14px;
}

.biblioPaging {
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 10px;
}

.pagingList {
    display: flex;
    flex-wrap: wrap;
}

.pagingList > * {
    padding: 15px;
    border-radius: 5px;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 10px;
}

.pagingList > b {
    background-color: #82B713 !important;
    color: white;
}

.pagingList > a {
    border: 1px rgba(102, 102, 102, 0.5) solid;
}

.pagingList > a:hover {
    background-color: #76a510 !important;
    color: white;
    transition: ease-in;
}

.pagingList > a:focus {
    background-color: #597c0e !important;
    color: white;
    transition: ease-in;
}

.site-footer .inner {
    position: fixed;
    bottom: 0;
    padding: 0;
    width: 100%;
    background: transparent !important;
}

.btn-primary {
    background-color: #82B713 !important;
    border-color: #82B713 !important;
}

.btn-primary:hover {
    background-color: #76a510 !important;
    border-color: #76a510 !important;
}

.btn-primary:focus {
    background-color: #597c0e !important;
    border-color: #76a510 !important;
}

.hero h1 .typed-words::before {
    background-color: #82B713 !important;
}

.hero .slides {
    background: #ffffff;
    max-width: 800px;
    left: 0px;
    z-index: 0;
    position: relative;
    border-radius: 200px;
    -webkit-box-shadow: 0 25px 50px -10px rgba(26, 55, 77, 0.4);
    box-shadow: 0 25px 50px -10px rgba(26, 55, 77, 0.4);
    height: 608px;
    margin-bottom: 0 !important;
}

.active > a {
    border-bottom: 4px solid #82B713 !important;
}

.irs--flat .irs-bar {
    background-color: #003862 !important;
}

.irs-to {
    background-color: #003862 !important;
}

.irs-from {
    background-color: #003862 !important;
}

.irs--flat .irs-handle>i:first-child {
    position:absolute;
    display:block;
    top:0;
    left:50%;
    width:2px;
    height:100%;
    margin-left:-1px;
    background-color: #003862 !important;
}

.biblioPagingTop {
    display: none;
}

.search-query-time, .xmlResultLink, .jsonResultLink {
    display: none;
}

.h-screen {
    min-height: 100vh;
}

#member_sidebar {
    display: none;
}

#member_content > h1 {
    display: none;
}

.nav-item > .active {
    border-bottom: 4px solid #82B713 !important;
    font-weight: bold;
}

.border-bottom-green-dikbud {
    border-bottom: 4px solid #82B713 !important;
}

.bg-blue-dikbud {
    background-color: #003862;
}

.thief-in-mobile {
    height: 300px;
}

.splide {
    width: 100% !important;
}

#member_content {
    width: 70%;
}

.flex {
    display: flex;
}

.flex-col {
   flex-direction: column;
}
