/**
 * @Author: Waris Agung Widodo <user>
 * @Date:   2018-01-22T10:46:36+07:00
 * @Email:  ido.alit@gmail.com
 * @Filename: style.css
 * @Last modified by:   user
 * @Last modified time: 2018-01-26T11:08:52+07:00
 * __________________________________________________________________________________
 * modified (C) 2026 by @sukhoiinthesky dan semangat kamu :)
 * __________________________________________________________________________________
 *
 */

@import url('../../../../css/core.css');

html {
    scroll-behavior: smooth;
}

.c-header {
    min-height: 460px;
    background: url('../images/slide1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 90%;
    position: relative;
}

.c-header .mask {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
}

.search {
    margin-top: -30px;
}

.search input {
    padding-right: 35px;
}

.search .input-transparent {
    border: none;
    outline: none;
    background: transparent;
    font-size: 16pt;
}

.search .input-transparent::placeholder {
    font-weight: 200;
    color: #ccc;
}

.search .card {
    background-image: url('../images/icon/ios7-search.png');
    background-repeat: no-repeat;
    background-position: 98% center;
    background-size: 30px;
}

.shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, .05), 0 6px 10px rgba(0, 0, 0, .08);
}
/*Pilih subjek yang menarik bagi Anda*/
.topic {
    list-style: none;
}

.topic li {
    width: 160px;
    height: 160px;
    border-radius: 4px;
    border: 1px solid #f5b800;
}

.topic li a {
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    opacity: 0.8;
}

.topic li a:hover {
    text-decoration: none;
    color: #f5b800;
    text-decoration: none;
    opacity: 0.5;
}

.text-thin {
    font-weight: 200 !important;
}

.subtitle-section {
    font-size: 12px;
}

.btn-rounded {
    border-radius: 20px 20px 20px 20px;
    padding-left: 32px;
    padding-right: 32px;
    font-weight: 200;
}

.card-text.title {
    font-size: 12px;
}

.link-see-more {
    font-style: italic;
    color: #b80c0c;
    text-decoration: none;
}

.link-see-more:hover {
    color: #666666;
    text-decoration: none;
}

.advanced-wraper {
    background: #fff;
    padding: 16px;
    position: absolute;
    top: 64px;
    left: 16px;
    right: 16px;
    border-radius: 4px;
    z-index: 999;
}

.card-image-rounded {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background: #ccc;
}

.card-image {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.card-image img, .card-image-rounded img {
    width: 102%;
    height: 102%;
    margin-top: -1%;
    margin-left: -1%;
}

.card-image:hover {
    text-decoration: none;
    color: #f5b800;
    text-decoration: none;
    opacity: 0.5;
}

.collection .card-text {
    font-size: 12px;
}

.result-search .c-header {
    min-height: 160px;
}

.member-area .c-header {
    min-height: 40px;
}

.item p {
    font-size: 10pt;
}

.authors a {
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.availability {
    text-align: center;
    overflow: hidden;
}

.availability .label {
    font-size: 9pt;
    color: #12345b;
}

.availability .value {
    font-size: 28pt;
    font-weight: 200;
}

.add-to-chart {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #7b6a60;
    color: #0a66c2;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.add-to-chart .label {
    color: #f8fafc;
}

.availability:hover .add-to-chart {
    opacity: 1;
}

.availability:hover .availability-content {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.biblioPaging {
    text-align: center;
    border-top: 1px solid #f5b800;
    padding-top: 20px;
}

.biblioPaging:first-child {
    margin-bottom: 1rem;
    border-bottom: 1px solid #dae7da;
    border-top: none;
    padding-bottom: 20px;
    padding-top: 0px;
}

.biblioPaging .pagingList {
    display: inline-flex;
    justify-content: center;
    background: #f5b800;
    border-radius: 20px;
}

.biblioPaging .pagingList b,
.biblioPaging .pagingList a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.biblioPaging .pagingList b {
    color: #f5b800;
    background-color: #12345b;
    border-color: #12345b;
    border-radius: 20px;
    min-width: 38px;
    box-shadow: 0px 0px 30px #12345b;
}

.biblioPaging .pagingList a {
    color: #3d4852;
    background-color: transparent;
}

.biblioPaging .pagingList a:hover {
    color: #007bff;
}

.biblioPaging .pagingList a.first_link {
    padding-left: 20px;
}

.biblioPaging .pagingList a.last_link {
    padding-right: 20px;
}

.sugestion {
    min-height: 80px;
    margin-top: 16px;
    padding-left: 60px;
}

.sugestion .title {
    font-weight: 600;
}

.sugestion .author {
    color: #839CB5;
}

.container-img {
    width: 60px;
    position: absolute;
    top: -10px;
    left: 10px;
    overflow: hidden;
    border-radius: 4px;
}

.sugestion .card-text {
    font-size: 12px;
}

.text-label {
    font-weight: bold !important;
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
    transition: all .3s ease;
}

.slide-fade-leave-active {
    transition: all .5s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active below version 2.1.8 */
{
    transform: translateX(10px);
    opacity: 0;
}

/* Card elevation */

.elevation-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.elevation-1:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.elevation-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.elevation-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.elevation-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.page-member-area .memberButton,
.jsonResultLink,
.xmlResultLink {
    font-weight: 400;
    color: #007bff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.jsonResultLink:hover,
.xmlResultLink:hover {
    color: #0056b3;
    text-decoration: none;
}

.jsonResultLink:focus,
.xmlResultLink:focus {
    text-decoration: none;
    box-shadow: none;
}

.jsonResultLink:disabled,
.xmlResultLink:disabled {
    color: #6c757d;
    pointer-events: none;
}

.biblioMarkFormAction {
    display: none;
}

.memberInfoHead {
    font-size: 24px;
    font-weight: bold;
    border-left: 4px solid #848484;
    padding: 2px 4px 2px 16px;
    margin-bottom: 16px;
}

.page-member-area .tagline {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1.5rem;
}

.page-member-area .memberButton {
    background-color: #0074e7;
    color: white;
    margin-top: 1rem;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

.page-member-area .memberButton:hover {
    background-color: #0085ff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .05), 0 6px 10px rgba(0, 0, 0, .08);
}

.page-member-area .errorBox {
    color: #fd423d;
    padding: 1rem;
    background-color: rgba(255, 67, 61, 0.22);
    border-radius: 4px;
    margin-bottom: 1rem;
}

.page-member-area .loginInfo {
    padding: 0.5rem 0;
}

.page-member-area .fieldLabel {
    font-weight: bold;
    padding: 0.2rem 0;
}

.page-member-area .form-control {
    width: 320px;
}

.librarian {
    display: flex;
    margin-bottom: 1.5rem;
    flex: 0 50%;
}

.span2 {
    width: 12rem;
}

.span2 div:first-child {
    padding: 2rem;
    background: #dae1e7;
    border-radius: 4px;
}
/*__________________________check__________________________________________________*/
.span2 img {
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.span8 {
    flex: 1;
    padding: 0 1rem 0 1rem;
}

.span8 .row-fluid {
    display: flex;
}

.span8 .row-fluid .key {
    flex: 0 0 100px;
    font-weight: bold;
}

.span8 .row-fluid .value {
    flex: 1;
}

.span8 .librarian-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

#loginForm form {
    width: 20rem;
}

#loginForm .heading1 {
    font-weight: bold;
}

#loginForm .login_input input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 8px;
}

#loginForm .homeButton {
    display: none;
}

.loginButton {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#loginForm .loginButton {
    margin-top: 10px;
}

#loginForm .loginButton {
    color: #092c52;
    background-color: #f5b800;
    border-color: #000000;
}

#loginForm .loginButton:hover {
    color: #ffffff;
    background-color: #092c52;
    border-color: #ffffff;
}

#adv-modal .modal-content,
#adv-modal .modal-footer {
    position: relative;
    z-index: 1;
}

#adv-modal .modal-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url("../images/logo-big.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-x: 500px;
    background-position-y: 250px;
    z-index: 0;
    opacity: 0.5;
}

.attachList {
    padding: 4px 24px;
}

.attachList li {
    padding: 4px 0;
}

.comment-found {
    display: inline-block;
    margin-bottom: 8px;
}

.comments {
    padding: 8px 0;
    border-top: 1px dotted #cbd5e0;
}

.comments .comment-member {
    font-size: 10pt;
    font-weight: bold;
}

.comments .comment-content {
    color: #4a5568;
}

#vio {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 99999999999;
    background: #f56565;
    padding: 8px 0;
    color: #fff5f5;
}

#vio a {
    color: #2d3748;
}

#colorbox {
    border-radius: 5px;
}

#cboxLoadedContent {
    padding: 10px;
}

#cboxOverlay {
    background: #ff0000;
}

#cboxTitle {
    font: 10pt/1.8 'Quicksand', sans-serif;
    font-weight: bold;
    padding: 15px 0;
    background: #000000;
    bottom: 0;
    color: #ffffff;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight {
    width: 0;
    height: 0;
}

#cboxMiddleLeft,
#cboxMiddleRight {
    width: 0;
}

#cboxBottomCenter,
#cboxTopCenter {
    height: 0;
}

#languageMenuButton::after {
    display: none;
}

.s-chat {
    display: none;
    flex-direction: column;
    width: 320px;
    height: 480px;
    position: fixed;
    bottom: 16px;
    right: 16px;
    background: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 16px;
    overflow: hidden;
    z-index: 99;
}

.s-chat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: #EF6C00;
    z-index: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.s-chat div,
.s-chat a,
.s-chat footer {
    position: relative;
    z-index: 10;
}

#show-pchat {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 20;
    top: 0;
    right: 0;
    background-color: white;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}

#show-pchat i {
    display: none;
}

#show-pchat:hover {
    opacity: .9;
}

#show-pchat:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f2d1";
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.s-chat-header {
    font-size: 24px;
    font-weight: 300;
    color: #ebf8ff;
    line-height: 1.2;
}

.s-chat-content.text-center {
    position: relative;
}

.s-chat-content.text-center form {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0 16px;
    margin-top: 4px;
}

.s-chat-content.text-center p:first-of-type {
    text-align: left;
    font-size: 14px;
    color: #FFE0B2;
    font-weight: 300;
    margin: 0 -16px;
    line-height: 1;
}

.s-chat-content.text-center hr {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 378px;
    z-index: 1;
}

.s-chat-content.text-center label {
    z-index: 10;
    position: relative;
    margin-top: 20px;
    font-size: 14px;
}

.s-chat-content.text-center input#message {
    z-index: 10;
    position: relative;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 16px;
}

.s-chat-content input#message:focus,
.s-chat-content.text-center input#message:focus {
    color: #495057;
    background-color: #fff;
    border-color: #FFCC80;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,204,128,.25);
}

.s-chat-content label {
    z-index: 10;
    position: relative;
}

.s-chat-content input#message {
    z-index: 10;
    position: relative;
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 8px;
}

.s-chat-content .btn.btn-block {
    border: 1px solid #E65100;
    position: relative;
    z-index: 10;
    font-size: 14px;
    background-color: #EF6C00;
    color: #FFF3E0;
}

.s-chat-content .btn.btn-block:hover {
    background-color: #F57C00;
}

.s-chat-content:not(.text-center) {
    border-radius: 8px;
    background: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    height: 370px;
    margin: 8px 0;
    padding: 16px;
    font-size: 14px;
}

.s-chat-content #log {
    height: 270px;
    background-color: white;
    margin: -16px -16px 8px -16px;
    border-radius: 8px 8px 0 0;
    padding: 16px;
    border-bottom: 1px solid #e3e3e3;
    overflow-y: scroll;
}

.s-chat footer {
    font-size: 11px;
    padding: 16px;
    display: none;
}

.s-chat footer:not(.text-center) {
    font-size: 11px;
    padding: 0;
    display: block;
}

.remember_forgot {
    display: flex;
    justify-content: space-between;
}

.expand {
    margin: 0 -1.25rem -1.25rem -1.25rem;
}

.navbar-collapse.collapsing,
.navbar-collapse.collapse.show {
    background-color: #2d3748;
    padding: 16px;
    z-index: 99;
    border-radius: 4px;
    margin-top: 8px;
}

.forgotButton {
    float: right;
    text-decoration: none;
    padding-top: 16px;
    color: #718096;
}

.forgotButton:hover {
    text-decoration: none;
    color: #4299E1;
}
.highlight{
	color:red;
}

.biblioPagingTop {
    display: none;
}

.grid-item {
    font-size: 12.04px;
    font-family: "Open Sauce One", sans-serif;
}

.grid-item--title {
	box-sizing: border-box;
    color: rgb(33, 33, 33);
    cursor: pointer;
    display: -webkit-box;
    line-height: 18.0667px;
    margin-bottom: 4px;
    max-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-break: keep-all;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.grid-item .list-group-item {
    padding: .25rem .5rem;
    display: flex;
    justify-content: space-between;
}

.grid-item .list-group-item label {
    color: #6D7588;
    padding: 0;
    margin: 0;
}

img.not-available {
    filter: grayscale(.9);
}

.grid-item--menu {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 10;
}

.grid-item--menu .dropdown-toggle {
    text-decoration: none;
    color: inherit;
}

.grid-item--menu .dropdown-toggle::after {
    display: none;
}

pre.sf-dump, pre.sf-dump .sf-dump-default {
    z-index: 888 !important;
}

.availability-item {
    color: white; 
    padding: 10px; 
    border-radius: 5px
}

.item-onloan, .item-notforloan  {
    background-color: #f00; 
    width: 100%; 
    display: block;
}

.item-available {
    background-color: #5bc0de; 
}

.item-onreserve {
    background-color: orange; 
}

/* =========================================================
   NAVBAR CUSTOM
   Nama perpustakaan di atas
   Menu navigasi di bawah tagline
   ========================================================= */

/* Area navbar */
.navbar {
    position: relative;
}

/* setting sizing logo */
.navbar .navbar-brand img {
    width: 80px !important;
    height: 80px !important;
    object-fit: contain !important;
}


/* Geser nama perpustakaan */
.navbar .library-header {
    margin-left: 20px !important;
}

/* Nama perpustakaan */
.navbar-brand .library-name,
.navbar-brand .library-title,
.navbar-brand h1 {
    font-size: 34px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    line-height: 1.1 !important;
    margin: 0 !important;
}

/* Tagline "Jendela Membaca Dunia" */
.navbar-brand small,
.navbar-brand .library-subtitle,
.navbar-brand .subtitle {
    display: block !important;
    font-size: 15px !important;
    font-weight: 400 !important;
    margin-top: 4px !important;
    line-height: 1.2 !important;
}

/* Container menu navigasi */
.navbar-nav {
    display: flex !important;
    align-items: center !important;
}

/* Posisi navbar secara keseluruhan */
.navbar > .container,
.navbar > .container-fluid {
    position: relative;
}

/* =========================================================
   MENU DI BAWAH NAMA PERPUSTAKAAN
   ========================================================= 

.navbar .navbar-collapse {
    position: absolute !important;

    /* posisi dari kiri 
    left: 0 !important;

    /* turun ke bawah identitas perpustakaan 
    top: 78px !important;

    width: auto !important;
}
*/
/* Menu */
.navbar .navbar-nav .nav-item {
    margin-right: 30px !important;
}

/* Tulisan menu */
.navbar .navbar-nav .nav-link {
    font-size: 18px !important;
    font-weight: 400 !important;
    padding: 5px 7px !important;
}

/* =========================================================
   KHUSUS DESKTOP
   ========================================================= */

@media (min-width: 992px) {

    .navbar-brand {
        margin-left: 0 !important;
    }
    .navbar .navbar-collapse {
        display: flex !important;
        left: 70px !important;
        top: 95px !important;
    }

}
/* =========================================================
   BLOK  TRANSPARAN PADA NAVBAR
   ========================================================= 
.navbar {
    position: relative !important;
    z-index: 10 !important;
    background: transparent !important;
}

/* Lapisan  transparan 
.navbar::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: rgba(1, 15, 33, 0.35);
    border-radius: 1px;
    z-index: -1;
}
    */

/* =========================================================
   MOBILE FRIENDLY AREA
   ========================================================= */

@media (max-width: 768px) {

    #member_content {
        padding: 15px !important;
    }

    .member-profile-header {
        grid-template-columns: 85px minmax(0, 1fr) !important;
        gap: 12px !important;
        padding: 12px !important;
    }

    .member-photo {
        width: 85px !important;
        min-width: 85px !important;
        max-width: 85px !important;
    }

    .member-photo img {
        width: 85px !important;
        height: 85px !important;
        max-width: 85px !important;
    }

    .member-card-button {
        width: 85px !important;
        padding: 6px 2px !important;
        font-size: 10px !important;
    }

    .member-profile-info h1 {
        font-size: 24px !important;
    }

    #member_content .nav-tabs {
        grid-template-columns: 1fr 1fr !important;
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 0 25px 0 !important;
        padding: 8px !important;
    }

    #member_content .nav-tabs .nav-link {
        font-size: 14px !important;
        padding: 10px 3px !important;
    }
}
/* ===== KOLEKSI BUKU 2 KOLOM DI HP ===== */
@media (max-width: 768px) {
    .slims-book-item {
        width: 50% !important;
        flex: 0 0 50% !important;
        max-width: 50% !important;
        padding-right: 8px !important;
        padding-left: 4px !important;
        box-sizing: border-box;
    }

    .slims-book-item .card {
        width: 100%;
    }

    .slims-book-item .card-body {
        padding: 8px;
    }
}
/* ===== PUSTAKAWAN - CENTER DI HP ===== */
@media (max-width: 768px) {

    .librarian {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        margin: 0 auto 30px !important;
        text-align: center !important;
    }

    /* FOTO */
    .librarian > .span2 {
        width: 100% !important;
        margin: 0 auto !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .librarian-image,
    .librarian > .span2 > div {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        width: 100% !important;
        margin: 0 auto !important;
    }

    .librarian-image img,
    .librarian > .span2 img {
        display: block !important;
        margin: 0 auto !important;
    }

    /* BAGIAN NAMA + INFO */
    .librarian > .span8 {
        width: 100% !important;
        margin: 15px auto 0 !important;
        padding: 0 !important;
        text-align: center !important;
    }

    .librarian > .span8 > .row-fluid {
        width: 100% !important;
        margin: 0 auto !important;
        display: block !important;
        text-align: center !important;
    }

    .librarian .key,
    .librarian .span7,
    .librarian .span9 {
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        display: block !important;
        text-align: center !important;
    }

    /* Nama dibuat lebih menonjol */
    .librarian .key:first-child + .span7 {
        font-weight: 600 !important;
    }
}
/* =========================================================
   MEMBER AREA - CUSTOM LAYOUT
   ========================================================= 
#member_layout {
    width: 100% !important;
    max-width: 100% !important;
}

#member_content {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}


/* =========================================================
   PROFIL: FOTO + INFO
   ========================================================= 
.member-profile-header {
    display: grid !important;
    grid-template-columns: 120px minmax(0, 1fr) !important;
    gap: 20px !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 20px !important;
    margin: 0 0 25px 0 !important;
    box-sizing: border-box !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    background: #fff !important;
}*/


/* FOTO 
.member-photo {
    width: 120px !important;
    min-width: 120px !important;
    max-width: 120px !important;
    margin: 0 !important;
    padding: 0 !important;
}*/

.member-photo img {
    display: block !important;
    width: 120px !important;
    height: 120px !important;
    max-width: 120px !important;
    object-fit: cover !important;
}


/* TOMBOL LIBRARY CARD DI BAWAH FOTO */
.member-card-button {
    display: block !important;
    width: 120px !important;
    margin: 10px 0 0 0 !important;
    padding: 7px 4px !important;
    box-sizing: border-box !important;
    text-align: center !important;
    font-size: 12px !important;
}


/* INFO NAMA */
.member-profile-info {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
}

.member-profile-info h1 {
    margin: 5px 0 10px 0 !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    word-break: normal !important;
    overflow-wrap: break-word !important;
}

.member-profile-info #info {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
}


/* =========================================================
   MENU ANGGOTA
   ========================================================= */
#member_content .my-4 {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
}

#member_content .nav-tabs {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 0 30px 0 !important;
    padding: 10px !important;
    box-sizing: border-box !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    background: #fff !important;
}

#member_content .nav-tabs .nav-item {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

#member_content .nav-tabs .nav-link {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 12px 5px !important;
    box-sizing: border-box !important;
    border: none !important;
    text-align: center !important;
    font-size: 16px !important;
    white-space: normal !important;
}
/* =========================================================
   MOBILE FRIENDLY - OPAC GLOBAL
   ========================================================= */

@media (max-width: 768px) {

    /* Jangan biarkan halaman melebar ke samping */
    html,
    body {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden !important;
    }

    /* Container utama */
    .container,
    .container-fluid {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding-left: 12px !important;
        padding-right: 12px !important;
    }

    /* Semua gambar responsif */
    img {
        max-width: 100%;
        height: auto;
    }

    /* Tabel jangan bikin halaman melebar */
    table {
        max-width: 100%;
    }

    /* Form dan input */
    input,
    select,
    textarea,
    button {
        max-width: 100%;
        box-sizing: border-box;
    }

    /* Search bar */
    input[type="text"],
    input[type="search"] {
        max-width: 100% !important;
    }

    /* Judul halaman */
    h1 {
        font-size: 26px;
        line-height: 1.25;
    }

    h2 {
        font-size: 22px;
        line-height: 1.3;
    }

    h3 {
        font-size: 19px;
        line-height: 1.35;
    }

    /* Row Bootstrap lama */
    .row-fluid {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Kolom Bootstrap lama */
    [class*="span"] {
        box-sizing: border-box !important;
    }

    /* Konten detail buku */
    .detail {
        width: 100% !important;
        box-sizing: border-box !important;
    }

    /* Modal di HP */
    .modal {
        width: calc(100% - 20px) !important;
        max-width: none !important;
        margin-left: 10px !important;
        margin-right: 10px !important;
        box-sizing: border-box !important;
    }

    /* Tombol tidak keluar layar */
    .btn,
    button {
        white-space: normal;
    }

}
@media (max-width: 768px) {

    .library-header {
        width: 240px;
        max-width: 240px;
        overflow: hidden !important;
        white-space: nowrap;
    }

    .library-title {
        width: 100%;
        overflow: hidden !important;
        white-space: nowrap;
        font-size: 15px !important;
        line-height: 1.2;
        margin: 0 !important;
    }

    .library-marquee-track {
        display: flex;
        width: max-content;
        white-space: nowrap;
        will-change: transform;
    }

    .library-marquee-item {
        display: block;
        flex: 0 0 auto;
        white-space: nowrap;
        padding-right: 60px;
    }

    .library-marquee-track.is-running {
        animation: libraryMarquee 12s linear infinite;
    }

    @keyframes libraryMarquee {
        from {
            transform: translate3d(0, 0, 0);
        }

        to {
            transform: translate3d(-50%, 0, 0);
        }
    }
}
/* =========================================================
   OPAC MOBILE - TOPIC / SUBJEK 2 KOLOM
   ========================================================= */

@media (max-width: 768px) {

    #slims-home .topic {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 10px !important;
        box-sizing: border-box;
    }

    #slims-home .topic > li {
        width: auto !important;
        margin: 0 !important;
        min-width: 0 !important;
        box-sizing: border-box;
    }

    #slims-home .topic > li > a {
        width: 100% !important;
        min-height: 150px;
        padding: 15px 8px !important;
        box-sizing: border-box;
        align-items: center !important;
        justify-content: center !important;
        text-align: center;
    }

    #slims-home .topic > li img {
        width: 65px !important;
        height: auto !important;
        margin-bottom: 10px !important;
    }

}

   /* ==========================================
   MOBILE AREA ANGGOTA
   ========================================== */

@media (max-width: 767.98px) {

    /* Cegah halaman melebar ke kanan */
    .member-area,
    .page-member-area {
        width: 100%;
        max-width: 100%;
        overflow-x: hidden;
    }

    /* RIWAYAT PEMINJAMAN */
    .memberLoanHistInfo {
        font-size: 14px;
        line-height: 1.5;
    }

    .memberLoanHistInfo .btn {
        display: block;
        width: 100%;
        margin-top: 12px;
    }

    .memberLoanList {
        width: 100% !important;
        max-width: 100% !important;
        font-size: 13px;
    }

    .memberLoanList th,
    .memberLoanList td {
        white-space: normal !important;
        word-break: break-word;
        overflow-wrap: anywhere;
        padding: 10px 7px !important;
    }

}

@media (max-width: 767.98px) {

      .member-area table:not(.memberLoanList):not(.memberBookmarkList):not(.memberBasketList) {
        width: 100% !important;
        max-width: 100% !important;
        border-collapse: separate !important;
        border-spacing: 0 !important;
    }

    .member-area table:not(.memberLoanList):not(.memberBookmarkList):not(.memberBasketList) tr {
        display: block !important;
        width: 100% !important;
    }

    .member-area table:not(.memberLoanList):not(.memberBookmarkList):not(.memberBasketList) td {
        display: block !important;
        width: 100% !important;
        box-sizing: border-box !important;

        padding: 10px 14px !important;

        white-space: normal !important;
        word-break: normal !important;
        overflow-wrap: break-word !important;

        font-size: 15px !important;
        line-height: 1.5 !important;
    }

    .member-area table:not(.memberLoanList):not(.memberBookmarkList):not(.memberBasketList) td:nth-child(odd) {
        background: #eeeeee !important;
        font-weight: 700 !important;
        border-bottom: 0 !important;
    }

    .member-area table:not(.memberLoanList):not(.memberBookmarkList):not(.memberBasketList) td:nth-child(even) {
        background: #ffffff !important;
        font-weight: 400 !important;
        border-bottom: 1px solid #ddd !important;
    }

    .member-area table:not(.memberLoanList):not(.memberBookmarkList):not(.memberBasketList) tr:first-child td:first-child {
        border-top-left-radius: 6px;
        border-top-right-radius: 6px;
    }

    .member-area table:not(.memberLoanList):not(.memberBookmarkList):not(.memberBasketList) td[colspan] {
        width: 100% !important;
    }
}
/* =========================================================
   RUANG LITERASI - MEMBER FEED
   ========================================================= */

#member_layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 340px !important;
    column-gap: 24px !important;
    row-gap: 24px !important;
    align-items: start !important;
    width: 100% !important;
}

#member_layout > #member_content {
    display: block !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
}

#member_layout > #literacy_feed {
    display: block !important;
    width: 340px !important;
    max-width: 340px !important;
    min-width: 0 !important;
    box-sizing: border-box !important;

    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 8px !important;
    padding: 18px !important;
    margin: 0 !important;
}

#literacy_feed .literacy-feed-title {
    font-size: 18px !important;
    font-weight: 700 !important;
    margin-bottom: 16px !important;
}

#literacy_feed .literacy-feed-empty {
    color: #777 !important;
    font-size: 14px !important;
}

#literacy_feed .literacy-post {
    padding: 14px 0 !important;
    border-bottom: 1px solid #eee !important;
}

#literacy_feed .literacy-post:first-of-type {
    padding-top: 0 !important;
}

#literacy_feed .literacy-post:last-child {
    border-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#literacy_feed .literacy-post-author {
    font-size: 13px !important;
    font-weight: 600 !important;
    margin-bottom: 4px !important;
}

#literacy_feed .literacy-post-title {
    font-weight: 700 !important;
    font-size: 16px !important;
    margin-bottom: 5px !important;
    overflow-wrap: break-word !important;
}

#literacy_feed .literacy-post-meta {
    font-size: 12px !important;
    color: #777 !important;
    margin-bottom: 8px !important;
}

#literacy_feed .literacy-post-content {
    font-size: 14px !important;
    line-height: 1.6 !important;
    white-space: normal !important;
    overflow-wrap: break-word !important;
}

#literacy_feed .literacy-feed-more {
    display: block !important;
    margin-top: 15px !important;
    text-align: center !important;
}

/* Tablet */
@media (max-width: 900px) {
    #member_layout {
        grid-template-columns: minmax(0, 1fr) 280px !important;
        column-gap: 16px !important;
    }

    #member_layout > #literacy_feed {
        width: 280px !important;
        max-width: 280px !important;
    }
}

/* HP */
@media (max-width: 767px) {
    #member_layout {
        display: block !important;
    }

    #member_layout > #member_content {
        width: 100% !important;
    }

    #member_layout > #literacy_feed {
        width: 100% !important;
        max-width: none !important;
        margin-top: 20px !important;
    }
}


/* =========================================================
   MEMBER + RUANG LITERASI
   ========================================================= */

#member_layout {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 520px) !important;
    gap: 28px !important;
    align-items: start !important;
}

#member_content {
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    padding: 24px !important;
    box-sizing: border-box !important;
}

/* Hilangkan navbar member lama jika masih tersisa */
#member_content > .my-4 {
    display: none !important;
}

#literacy_submit_box {
    width: 100% !important;
    box-sizing: border-box !important;
    background: #fff !important;
    border: 1px solid #e5e5e5 !important;
    border-radius: 10px !important;
    padding: 24px !important;
    margin: 24px 0 !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.04) !important;
}

.literacy-submit-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    margin-bottom: 8px !important;
}

.literacy-submit-desc {
    color: #777 !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    margin-bottom: 20px !important;
}

#literacy_submit_box label {
    font-weight: 600 !important;
    margin-bottom: 6px !important;
}

#literacy_submit_box textarea {
    min-height: 180px !important;
    resize: vertical !important;
}

.literacy-submit-button {
    width: 100% !important;
    font-weight: 600 !important;
}

#literacy_feed {
    display: none !important;
}

/* HP */
@media (max-width: 900px) {
    #member_layout {
        display: block !important;
    }

    #literacy_submit_box {
        margin-top: 20px !important;
    }
}


/* =========================================================
   RUANG LITERASI - LANGSUNG DI SAMPING PROFIL
   ========================================================= */

.member-literacy-layout {
    display: grid !important;
    grid-template-columns: minmax(260px, 0.75fr) minmax(420px, 1.25fr) !important;
    gap: 30px !important;
    align-items: start !important;
    width: 100% !important;
}

.member-profile-column {
    min-width: 0 !important;
}

.member-literacy-column {
    min-width: 0 !important;
}

.literacy-submit-card {
    background: #fff !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 12px !important;
    padding: 24px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,.06) !important;
}

.literacy-submit-header {
    display: flex !important;
    align-items: flex-start !important;
    gap: 14px !important;
    margin-bottom: 24px !important;
    padding-bottom: 18px !important;
    border-bottom: 1px solid #eee !important;
}

.literacy-submit-icon {
    font-size: 30px !important;
    line-height: 1 !important;
}

.literacy-submit-header h2 {
    margin: 0 0 5px 0 !important;
    font-size: 24px !important;
    font-weight: 700 !important;
}

.literacy-submit-header p {
    margin: 0 !important;
    color: #777 !important;
    font-size: 14px !important;
}

.literacy-submit-form label {
    display: block !important;
    margin-bottom: 7px !important;
    font-weight: 600 !important;
}

.literacy-submit-form .form-control {
    width: 100% !important;
    box-sizing: border-box !important;
    border-radius: 7px !important;
}

.literacy-submit-form textarea {
    min-height: 220px !important;
    resize: vertical !important;
}

.literacy-submit-button {
    margin-top: 5px !important;
    padding: 10px 20px !important;
    font-weight: 600 !important;
}

.literacy-submit-note {
    margin-top: 18px !important;
    padding-top: 15px !important;
    border-top: 1px solid #eee !important;
    color: #777 !important;
    font-size: 13px !important;
}

@media (max-width: 900px) {
    .member-literacy-layout {
        grid-template-columns: 1fr !important;
    }

    .member-literacy-column {
        width: 100% !important;
    }
}


/* =========================================================
   FIX RUANG LITERASI - FULL WIDTH
   ========================================================= */

.member-literacy-layout {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.member-literacy-column {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}

.literacy-submit-card {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    box-sizing: border-box !important;
}

/* =========================================================
   WARNA NAVBAR & FOOTER OPAC
   Kuning : #f5b800
   Biru   : #12345b
   Header TIDAK DIUBAH
   ========================================================= */

/* =========================
   WARNA UTAMA
   ========================= */

:root {
    --opac-primary: #f5b800;
    --opac-primary-light: #ffd34d;
    --opac-secondary: #092c52;
    --opac-bg: #12345b;
    --opac-text: #ffffff;
    --opac-border: #e6d58a;
}


/* =========================
   BODY / BACKGROUND UTAMA
   ========================= */

body {
    background-color: var(--opac-bg) !important;
    color: var(--opac-text);
}


/* =========================
   AREA TENGAH OPAC
   ========================= */

#section1,
#section1.container-fluid,
section.mt-5.container,
section.my-5.container {
    background-color: #12345b !important;
    color: #ffffff;
}


/* Section yang sebelumnya memakai bg-white */
section.mt-5.bg-white {
    background-color: #12345b !important;
    color: #ffffff;
}


/* =========================
   LINK
   ========================= */

a {
    color: #ffffff;
}

a:hover {
    color: #f5b800;
}


/* =========================
   BUTTON
   ========================= */

button,
.btn,
input[type="submit"],
input[type="button"] {
    background-color: #f5b800;
    border-color: #f5b800;
    color: #12345b;
}

button:hover,
.btn:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
    background-color: #ffd34d;
    border-color: #ffd34d;
    color: #ffffff;
}


/* =========================
   SEARCH / FORM
   ========================= */

input[type="text"],
input[type="search"],
input[type="email"],
input[type="password"],
select,
textarea {
    border-color: #e6d58a;
    color: #ffffff;
}

input[type="text"]:focus,
input[type="search"]:focus,
select:focus,
textarea:focus {
    border-color: #f5b800;
    outline-color: #f5b800;
}


/* =========================
   CARD / BOX
   ========================= */

.bg-white {
    background-color: #fff !important;
}


/* =========================
   BADGE / LABEL
   ========================= */

.badge {
    background-color: #f5b800;
    color: #ffffff;
}


/* =========================
   TEXT PRIMARY
   ========================= */

.text-primary {
    color: #ffffff !important;
}


/* =========================
   BORDER PRIMARY
   ========================= */

.border-primary {
    border-color: #f5b800 !important;
}


/* =========================
   NAV TOGGLE MOBILE
   ========================= */

.nav-toggle {
    background: #f5b800;
    color: #12345b;
}

.nav-toggle:hover {
    background: #ffd34d;
    color: #12345b;
}


/* =========================
   FOOTER
   ========================= */

footer {
    background-color: #12345b !important;
    color: #ffffff !important;
}

footer a {
    color: #ffffff !important;
}

footer a:hover {
    color: #f5b800 !important;
    text-decoration: underline;
}


/* =========================================================
   JUDUL KOLEKSI POPULER
   ========================================================= */

/* Judul utama */
section.mt-5.container h4 {
    color: #ffffff !important;
    font-weight: 700 !important;
}


/* Deskripsi di bawah judul */
section.mt-5.container h4 .subtitle-section {
    color: #ffffff !important;
    font-weight: 400 !important;
}

/* =========================================================
   PENIKMAT KOLEKSI TAHUN INI
   WARNA TEKS BIRU
   ========================================================= */

.slims-librarian-card .card-title,
.slims-librarian-card .card-title small,
.slims-librarian-card .card-text,
.slims-librarian-card .card-text b,
.slims-librarian-card .card-text span {
    color: #12345b !important;
}

/* =========================================================
   WARNA AREA AKUN ANGGOTA
   HANYA MENU MEMBER + ISI #member-content
   Navbar & Footer TIDAK DISENTUH
   ========================================================= */

/* ---------- 5 MENU ANGGOTA ---------- */

.nav-tabs.nav-fill .nav-item .nav-link {
    color: #12345b !important;
}


/* ---------- ISI AKUN ANGGOTA ---------- */

#member-content {
    background-color: #ffffff !important;
    color: #12345b !important;
}

/* Judul: Pinjaman saya saat ini */
#member-content .memberInfoHead {
    color: #12345b !important;
}

/* Teks informasi: 2 eksemplar yang sedang dipinjam */
#member-content .tagline,
#member-content .tagline *,
#member-content p,
#member-content span {
    color: #12345b !important;
}

/* Tabel pinjaman */
#member-content table {
    color: #12345b !important;
    background-color: #ffffff !important;
}

#member-content table th,
#member-content table th a {
    color: #12345b !important;
    background-color: #ffffff !important;
}

#member-content table td,
#member-content table td a {
    color: #12345b !important;
    background-color: #ffffff !important;
}

/* Teks tebal */
#member-content strong,
#member-content b {
    color: #12345b !important;
}


/* =========================================================
   WARNA TEKS FORM LOGIN ANGGOTA
   Hanya username & password
   ========================================================= */

.loginInfo .login_input input[name="memberID"],
.loginInfo .login_input input[name="memberPassWord"] {
    color: #12345b !important;
    background-color: #ffffff !important;
}

.loginInfo .login_input input[name="memberID"]::placeholder,
.loginInfo .login_input input[name="memberPassWord"]::placeholder {
    color: #12345b !important;
    opacity: 0.65;
}
/* =========================================================
   WARNA TEKS SEARCH BAR OPAC
   Hanya search bar utama
   ========================================================= */

#search-wraper #search-input {
    color: #12345b !important;
    background-color: transparent !important;
}

#search-wraper #search-input::placeholder {
    color: #12345b !important;
    opacity: 0.65;
}
/* =========================================================
   HOVER MENU & LINK FUNGSIONAL OPAC
   Biru → Kuning saat cursor diarahkan
   ========================================================= */

/* Navbar/menu utama */
.navbar a:hover,

/* Menu anggota */
.nav-tabs .nav-link:hover,

/* Tombol/menu pencarian */
.search a:hover,
.search button:hover,

/* Menu dan tombol fungsional */
.btn:hover,

/* Menu pagination */
.pagination a:hover {
    color: #f5b800 !important;
}
#slims-home section h4.subject-heading {
    color: #f5b800 !important;
}
.popular-heading {
    color: #f5b800 !important;
}


/* Fix warna teks topik di modal "Lihat lainnya" */
#exampleModal .topic li a {
    color: #333333;
    opacity: 1;
}

#exampleModal .topic li a:hover {
    color: #f5b800;
    opacity: 1;
}

/* Fix warna teks topik di modal "Lihat lainnya" */
#exampleModal .topic li a {
    color: #333333;
    opacity: 1;
}

#exampleModal .topic li a:hover {
    color: #f5b800;
    opacity: 1;
}

/* Fix warna teks footer modal topik */
#exampleModal .modal-footer {
    color: #666666;
}

#exampleModal .modal-footer a {
    color: #666666;
}

#exampleModal .modal-footer a:hover {
    color: #f5b800;
}

/* ================================
   FIX WARNA HASIL PENCARIAN OPAC
   ================================ */

/* Judul buku */
.result-search .card-link,
.result-search .grid-item--title {
    color: #212121 !important;
}

/* Nama pengarang */
.result-search .authors a {
    color: #12345b !important;
}

.result-search .authors a:hover {
    color: #f5b800 !important;
}

/* Teks keterangan buku */
.result-search .item p {
    color: #555555;
}

/* Availability */
.result-search .availability .label {
    color: #12345b;
}

.result-search .availability .value {
    color: #212121;
}

/* Tombol MARC dan Cite */
.result-search .btn-outline-secondary {
    color: #12345b;
    border-color: #12345b;
}

.result-search .btn-outline-secondary:hover {
    color: #ffffff;
    background-color: #12345b;
}

/* Menu titik tiga */
.result-search .grid-item--menu > a {
    color: #12345b;
}

.result-search .grid-item--menu .dropdown-item {
    color: #212121;
}

.result-search .grid-item--menu .dropdown-item:hover {
    color: #ffffff;
    background-color: #12345b;
}

/* Fix warna metadata hasil pencarian OPAC */
.result-search .grid-item .list-group-item {
    color: #333333;
}

.result-search .grid-item .list-group-item label {
    color: #6D7588 !important;
}

.result-search .grid-item .list-group-item span {
    color: #333333;
}

/* Fix warna detail buku saat tombol panah dibuka */
.collapse-detail {
    color: #333333;
}

.collapse-detail dt {
    color: #6D7588 !important;
}

.collapse-detail dd {
    color: #333333 !important;
}

/* Perbaikan filter Tahun Penerbitan */
#search-filter .row.d-flex.justify-content-between.align-items-center {
    display: flex;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    gap: 8px;
    flex-wrap: nowrap;
}

#search-filter .js-input-from,
#search-filter .js-input-to {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    font-size: 13px;
    padding-left: 8px;
    padding-right: 8px;
}

#search-filter .row > .flex-1 {
    flex: 1 1 0;
    min-width: 0;
}

#search-filter .row > .px-3 {
    flex: 0 0 auto;
    padding-left: 4px !important;
    padding-right: 4px !important;
    white-space: nowrap;
}