/**
 * @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
 */

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);
}

.topic {
    list-style: none;
}

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

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

.topic li a:hover {
    text-decoration: none;
    opacity: 1;
}

.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: #999;
    text-decoration: none;
}

.link-see-more:hover {
    color: #666;
    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%;
}

.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: 7pt;
    color: #aaa;
}

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

.add-to-chart {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #606f7b;
    color: #f8fafc;
    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 #dae1e7;
    padding-top: 20px;
}

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

.biblioPaging .pagingList {
    display: inline-flex;
    justify-content: center;
    background: #dae1e7;
    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: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 20px;
    min-width: 38px;
    box-shadow: 0px 0px 10px #007bff;
}

.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;
}

.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: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

#loginForm .loginButton:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

#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: #404040;
}

#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; 
}

/* =============================================================
   Footer premium (component-scoped: .site-footer)
   Tidak mengubah utility global (Tailwind/Bootstrap) supaya
   komponen lain tidak ikut terpengaruh.
   ============================================================= */
.site-footer {
    position: relative;
    background: linear-gradient(180deg, #0f172a 0%, #0b1120 100%);
    color: #cbd5e1;
    padding: 56px 0 0;
    font-size: 14px;
    border-top: 3px solid;
    border-image: linear-gradient(90deg, #1d4ed8, #60a5fa) 1;
}
.site-footer .sf-container {
    max-width: 1160px;
    margin: 0 auto;
    padding: 0 24px;
}
.site-footer .sf-grid {
    display: grid;
    grid-template-columns: 1.5fr 0.9fr 1.5fr 1.4fr;
    gap: 44px;
}
.site-footer .sf-brand-row {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 14px;
}
.site-footer .sf-brand-row img,
.site-footer .sf-brand-row svg {
    height: 52px;
    width: auto;
    margin: 0;
    flex: 0 0 auto;
}
.site-footer .sf-brand-name {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.4;
    color: #f1f5f9;
}
.site-footer .sf-desc {
    color: #94a3b8;
    line-height: 1.75;
    margin: 0;
}
.site-footer h4.sf-title {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #e2e8f0;
    margin: 0 0 20px;
    padding-bottom: 11px;
    position: relative;
}
.site-footer h4.sf-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 2px;
    background: #3b82f6;
    border-radius: 2px;
}
.site-footer .sf-links {
    list-style: none;
    margin: 0;
    padding: 0;
}
.site-footer .sf-links li {
    margin-bottom: 11px;
}
.site-footer .sf-links a {
    color: #94a3b8;
    text-decoration: none;
    display: inline-block;
    transition: color 0.2s ease, transform 0.2s ease;
}
.site-footer .sf-links a:hover {
    color: #60a5fa;
    transform: translateX(4px);
}
.site-footer .sf-search {
    display: flex;
    margin-top: 4px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.12);
}
.site-footer .sf-search input {
    flex: 1;
    min-width: 0;
    background: transparent;
    border: 0;
    padding: 11px 14px;
    color: #f1f5f9;
    font-size: 14px;
    outline: none;
}
.site-footer .sf-search input::placeholder {
    color: #64748b;
}
.site-footer .sf-search button {
    background: #2563eb;
    border: 0;
    color: #fff;
    padding: 0 18px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    cursor: pointer;
    transition: background 0.2s;
}
.site-footer .sf-search button:hover {
    background: #1d4ed8;
}
.site-footer .sf-bottom {
    margin-top: 48px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    justify-content: space-between;
    align-items: center;
    font-size: 12.5px;
    color: #64748b;
}
.site-footer .sf-bottom code {
    color: #93c5fd;
    background: transparent;
    font-size: 12.5px;
}
@media (max-width: 991px) {
    .site-footer .sf-grid {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
    }
}
@media (max-width: 575px) {
    .site-footer .sf-grid {
        grid-template-columns: 1fr;
        gap: 28px;
    }
    .site-footer {
        padding-top: 40px;
    }
}

/* =============================================================
   Homepage — Premium Modern UI (glass di atas soft gradient).
   Component-scoped; tidak menyentuh utility global.
   ============================================================= */

/* Base: aurora gradient (homepage only) — tiap section beda warna + backdrop utk glass */
body:has(#slims-home) {
    background:
        radial-gradient(64% 36% at 15% 16%, rgba(99, 102, 241, 0.16), transparent 70%),
        radial-gradient(60% 34% at 88% 28%, rgba(34, 211, 238, 0.12), transparent 70%),
        radial-gradient(64% 36% at 10% 46%, rgba(168, 85, 247, 0.13), transparent 70%),
        radial-gradient(62% 34% at 86% 62%, rgba(59, 130, 246, 0.14), transparent 70%),
        radial-gradient(68% 38% at 90% 82%, rgba(45, 212, 191, 0.12), transparent 70%),
        radial-gradient(60% 36% at 14% 84%, rgba(129, 140, 248, 0.13), transparent 70%),
        linear-gradient(180deg, #e2e8f9 0%, #eaeaf7 50%, #e3e9f9 100%) !important;
    background-repeat: no-repeat !important;
}
#slims-home {
    background: transparent;
}
#slims-home > section {
    margin-top: 3rem;
}
/* Section "Penikmat Koleksi" (top reader) — transparan mengikuti aurora */
#slims-home > section.bg-white {
    background: transparent !important;
}

/* Hero — overlay biru tipis + wave animasi (transisi bergelombang ke konten) */
body:has(#slims-home) .c-header .mask {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.36) 45%, rgba(11, 17, 32, 0.58) 100%);
}
.search {
    position: relative;
    z-index: 5;
}
.hero-waves {
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 60px;
    z-index: 2;
    pointer-events: none;
}
.hero-waves .wave1 {
    fill: rgba(228, 214, 165, 0.20);
    animation: hero-wave-a 12s linear -2s infinite;
}
.hero-waves .wave2 {
    fill: rgba(236, 224, 182, 0.30);
    animation: hero-wave-b 9s linear -3s infinite;
}
.hero-waves .wave3 {
    fill: url(#hero-wave-grad);
    animation: hero-wave-b 7s linear -4s infinite;
}
@keyframes hero-wave-a {
    0% { transform: translate(85px, 0); }
    100% { transform: translate(-90px, 0); }
}
@keyframes hero-wave-b {
    0% { transform: translate(-90px, 0); }
    100% { transform: translate(85px, 0); }
}

/* Headings + subtitle */
#slims-home h4 {
    font-size: 1.75rem;
    font-weight: 800;
    color: #0f172a;
    letter-spacing: -0.025em;
    line-height: 1.25;
}
#slims-home .subtitle-section {
    display: block;
    margin-top: 10px;
    font-size: 0.95rem;
    font-weight: 400;
    color: #64748b;
    line-height: 1.7;
    max-width: 720px;
}

/* Hero search box — glass prominent */
.search .card {
    border-radius: 10px !important;
    background: rgba(255, 255, 255, 0.62) !important;
    -webkit-backdrop-filter: blur(22px) saturate(180%);
    backdrop-filter: blur(22px) saturate(180%);
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    box-shadow: 0 16px 48px rgba(31, 38, 135, 0.22) !important;
}
.search #search-input {
    font-size: 1.08rem;
    color: #1e293b;
}
.search .input-transparent::placeholder {
    color: #64748b !important;
    opacity: 1;
    font-weight: 400;
}

/* Subject cards — glass, tinggi seragam, rapi */
#slims-home .topic {
    margin-top: 0.5rem;
}
#slims-home .topic li {
    width: auto;
    height: auto;
    border: 0;
    border-radius: 0;
    margin: 10px !important;
    align-items: stretch !important;
}
#slims-home .topic li a {
    width: 168px;
    min-height: 176px;
    padding: 26px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background: rgba(255, 255, 255, 0.45);
    -webkit-backdrop-filter: blur(20px) saturate(170%);
    backdrop-filter: blur(20px) saturate(170%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.14);
    color: #334155;
    font-weight: 600;
    font-size: 0.88rem;
    text-align: center;
    line-height: 1.35;
    transition: transform 0.25s ease, box-shadow 0.25s ease,
        border-color 0.25s ease, color 0.25s ease, background 0.25s ease;
}
#slims-home .topic li a:hover {
    transform: translateY(-7px);
    box-shadow: 0 20px 38px rgba(31, 38, 135, 0.22);
}
#slims-home .topic li a img {
    margin: 0 !important;
    transition: transform 0.28s ease;
}
#slims-home .topic li a:hover img {
    transform: scale(1.1) rotate(-3deg);
}
#slims-home .topic li:nth-child(1) a {
    background: linear-gradient(150deg, rgba(250, 252, 255, 0.9) 0%, rgba(219, 231, 251, 0.78) 100%);
    border-color: rgba(59, 130, 246, 0.2);
}
#slims-home .topic li:nth-child(2) a {
    background: linear-gradient(150deg, rgba(250, 254, 252, 0.9) 0%, rgba(206, 243, 227, 0.76) 100%);
    border-color: rgba(16, 185, 129, 0.2);
}
#slims-home .topic li:nth-child(3) a {
    background: linear-gradient(150deg, rgba(252, 250, 255, 0.9) 0%, rgba(228, 221, 250, 0.78) 100%);
    border-color: rgba(139, 92, 246, 0.2);
}
#slims-home .topic li:nth-child(4) a {
    background: linear-gradient(150deg, rgba(255, 251, 251, 0.9) 0%, rgba(252, 224, 229, 0.76) 100%);
    border-color: rgba(244, 63, 94, 0.18);
}
#slims-home .topic li:nth-child(5) a {
    background: linear-gradient(150deg, rgba(255, 253, 247, 0.9) 0%, rgba(252, 237, 199, 0.76) 100%);
    border-color: rgba(245, 158, 11, 0.2);
}

/* Subject tag pills — glass chip */
#slims-home .btn-outline-secondary.btn-rounded {
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(255, 255, 255, 0.4);
    -webkit-backdrop-filter: blur(10px) saturate(150%);
    backdrop-filter: blur(10px) saturate(150%);
    color: #475569;
    font-weight: 600;
    padding: 7px 18px;
    transition: all 0.2s ease;
}
#slims-home .btn-outline-secondary.btn-rounded:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
    box-shadow: 0 8px 18px rgba(37, 99, 235, 0.3);
}

/* Book cards — glass elevated */
#slims-home .collection {
    margin-top: 1.5rem;
    justify-content: space-between;
}
#slims-home .collection > * {
    flex: 0 0 168px;
    width: 168px !important;
    max-width: 168px;
    padding-right: 0 !important;
}
#slims-home .collection .card {
    border: 1px solid rgba(255, 255, 255, 0.55) !important;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    backdrop-filter: blur(16px) saturate(160%);
    box-shadow: 0 8px 32px rgba(31, 38, 135, 0.12);
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}
#slims-home .collection .card:hover {
    transform: translateY(-8px);
    box-shadow: 0 28px 46px rgba(2, 6, 23, 0.18);
}
#slims-home .collection .card .card-body {
    padding: 12px;
}
#slims-home .collection .card .card-image {
    height: 210px;
    border-radius: 8px;
    overflow: hidden;
    background: #eef2f7;
    box-shadow: 0 6px 16px rgba(2, 6, 23, 0.14);
}
#slims-home .collection .card .card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
    transition: transform 0.4s ease;
}
#slims-home .collection .card:hover .card-image img {
    transform: scale(1.07);
}
#slims-home .collection .card .card-text {
    font-size: 0.82rem;
    font-weight: 600;
    color: #1e293b !important;
    line-height: 1.4;
    margin-top: 12px !important;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    min-height: 2.3em;
}

/* Contact / map — satu kartu glass seimbang (map | info) */
.home-contact .row {
    margin: 0;
    background: rgba(255, 255, 255, 0.45);
    -webkit-backdrop-filter: blur(20px) saturate(170%);
    backdrop-filter: blur(20px) saturate(170%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(31, 38, 135, 0.16);
}
.home-contact .row > div {
    padding: 0;
}
.home-contact__map {
    min-height: 380px;
}
.home-contact__map iframe {
    width: 100%;
    height: 100%;
    min-height: 380px;
    border: 0;
    display: block;
}
.home-contact__info {
    padding: 44px 48px !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.home-contact__info h4 {
    margin-bottom: 12px;
}
.home-contact__info p {
    color: #64748b;
    line-height: 1.75;
    margin-bottom: 4px;
}
.home-contact__social {
    display: flex;
    gap: 12px;
    margin-top: 20px;
}
.home-contact__social a.btn {
    width: 46px;
    height: 46px;
    border-radius: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0 !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.home-contact__social a.btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 12px 22px rgba(2, 6, 23, 0.24);
}
.home-contact__social a.btn i {
    margin: 0;
    font-size: 1.15rem;
}

/* Top reader — panel glass full-width berisi kartu member mini (align dg map & buku) */
#slims-home .reader-panel {
    background: rgba(255, 255, 255, 0.42);
    -webkit-backdrop-filter: blur(18px) saturate(150%);
    backdrop-filter: blur(18px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.55);
    border-radius: 14px;
    box-shadow: 0 16px 48px rgba(31, 38, 135, 0.13);
    padding: 40px 40px 34px;
}
#slims-home .reader-panel h4 {
    text-align: center;
}
#slims-home .reader-panel .subtitle-section {
    max-width: none;
    text-align: center;
}
#slims-home .reader-panel .card {
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    box-shadow: 0 4px 14px rgba(31, 38, 135, 0.08);
    padding: 16px 10px;
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}
#slims-home .reader-panel .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(31, 38, 135, 0.14);
}
#slims-home .reader-panel .card-image-rounded {
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 4px 12px rgba(31, 38, 135, 0.15);
}
#slims-home .reader-panel .card-title {
    margin-top: 12px !important;
}
#slims-home .reader-panel .card-title span {
    font-weight: 700;
    color: #0f172a;
    font-size: 0.9rem;
}
#slims-home .reader-panel .card-title small {
    color: #64748b !important;
    font-weight: 500;
    font-size: 0.75rem;
}
#slims-home .reader-panel .card-text {
    color: #64748b;
    margin-top: 8px;
    font-size: 0.8rem;
}
#slims-home .reader-panel .card-text b {
    color: #1d4ed8;
    font-size: 0.95rem;
}
#slims-home .reader-panel .flex.flex-wrap:empty::after {
    content: "Belum ada data peminjam tahun ini.";
    display: block;
    width: 100%;
    text-align: center;
    color: #94a3b8;
    font-style: italic;
    padding: 4px 0;
}

@media (max-width: 767px) {
    #slims-home h4 {
        font-size: 1.4rem;
    }
    .home-contact__info {
        padding: 28px !important;
    }
    .home-contact__map iframe {
        min-height: 300px;
    }
}

/* Tombol kembali ke atas (semua halaman) */
#back-to-top {
    position: fixed;
    right: 22px;
    bottom: 22px;
    width: 46px;
    height: 46px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    color: #fff;
    font-size: 1rem;
    cursor: pointer;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.42);
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
    z-index: 1030;
}
#back-to-top.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
#back-to-top:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.52);
    transform: translateY(-3px);
}

/* =============================================================
   Halaman Hasil Pencarian (.result-search) — premium, senada beranda
   ============================================================= */
body:has(.result-search) {
    background:
        radial-gradient(64% 36% at 15% 16%, rgba(99, 102, 241, 0.16), transparent 70%),
        radial-gradient(60% 34% at 88% 28%, rgba(34, 211, 238, 0.12), transparent 70%),
        radial-gradient(64% 36% at 10% 46%, rgba(168, 85, 247, 0.13), transparent 70%),
        radial-gradient(62% 34% at 86% 62%, rgba(59, 130, 246, 0.14), transparent 70%),
        radial-gradient(68% 38% at 90% 82%, rgba(45, 212, 191, 0.12), transparent 70%),
        radial-gradient(60% 36% at 14% 84%, rgba(129, 140, 248, 0.13), transparent 70%),
        linear-gradient(180deg, #e2e8f9 0%, #eaeaf7 50%, #e3e9f9 100%) !important;
    background-repeat: no-repeat !important;
}
.result-search .c-header .mask {
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.55) 0%, rgba(15, 23, 42, 0.36) 45%, rgba(11, 17, 32, 0.58) 100%);
}

/* Kartu hasil → glass */
.result-search .card.item {
    background: rgba(255, 255, 255, 0.62) !important;
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 12px !important;
    box-shadow: 0 8px 28px rgba(31, 38, 135, 0.10) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.result-search .card.item:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 38px rgba(31, 38, 135, 0.16) !important;
}
.result-search .card.item img.img-fluid {
    border-radius: 8px;
    box-shadow: 0 6px 16px rgba(2, 6, 23, 0.16);
}
.result-search .card.item h5 a {
    color: #0f172a;
    font-weight: 700;
    transition: color 0.2s ease;
}
.result-search .card.item h5 a:hover {
    color: #1d4ed8;
}
.result-search .card.item dl.row dt {
    color: #64748b;
    font-weight: 600;
}
.result-search .card.item dl.row dd {
    color: #334155;
}

/* Pills penulis → glass chip */
.result-search .btn-outline-secondary.btn-rounded {
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(255, 255, 255, 0.6);
    color: #475569;
    font-weight: 600;
    transition: all 0.2s ease;
}
.result-search .btn-outline-secondary.btn-rounded:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

/* Kotak ketersediaan → glass biru */
.result-search .card.availability {
    background: linear-gradient(150deg, rgba(239, 246, 255, 0.92), rgba(214, 231, 254, 0.78)) !important;
    border: 1px solid rgba(59, 130, 246, 0.25) !important;
    border-radius: 12px !important;
    box-shadow: 0 6px 18px rgba(37, 99, 235, 0.12) !important;
}

/* Tombol MARC / Sitasi */
.result-search .btn-outline-secondary.btn-sm {
    border-radius: 8px;
    border-color: rgba(37, 99, 235, 0.4);
    color: #2563eb;
    font-weight: 600;
    transition: all 0.2s ease;
}
.result-search .btn-outline-secondary.btn-sm:hover {
    background: #2563eb;
    border-color: #2563eb;
    color: #fff;
}

/* Sidebar facet → panel glass (jangan kena kolom kartu grid) */
.result-search .col-md-3:not(.grid-item) {
    align-self: flex-start;
    background: rgba(255, 255, 255, 0.55);
    -webkit-backdrop-filter: blur(16px) saturate(150%);
    backdrop-filter: blur(16px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 14px;
    box-shadow: 0 10px 32px rgba(31, 38, 135, 0.08);
    padding: 22px 20px;
}
.result-search .col-md-3:not(.grid-item) h4 {
    font-weight: 800;
    color: #0f172a;
    font-size: 1.2rem;
    margin-bottom: 10px;
}
.result-search .col-md-3:not(.grid-item) strong.text-sm {
    color: #1e293b;
    font-weight: 700;
}

/* Sort dropdown */
.result-search select.custom-select {
    border-radius: 8px;
    border-color: rgba(148, 163, 184, 0.45);
    color: #334155;
}

/* =============================================================
   Hasil Pencarian — mode grid: override Masonry jadi grid seragam
   ============================================================= */
.result-search .biblioResult:has(.grid-item) {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    gap: 22px;
    position: static !important;
    height: auto !important;
    margin: 0 !important;
}
@media (max-width: 767.98px) {
    .result-search .biblioResult:has(.grid-item) {
        grid-template-columns: repeat(2, 1fr);
    }
}
.result-search .biblioResult > .grid-item {
    position: static !important;
    left: auto !important;
    top: auto !important;
    width: auto !important;
    max-width: 100% !important;
    padding: 0 !important;
}

/* Kartu buku → glass, tinggi seragam per baris */
.result-search .grid-item > .card {
    height: 100%;
    margin-bottom: 0 !important;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.62) !important;
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 14px !important;
    box-shadow: 0 8px 28px rgba(31, 38, 135, 0.1) !important;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.result-search .grid-item > .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 38px rgba(31, 38, 135, 0.16) !important;
}

/* Area sampul → tinggi tetap, sudut atas membulat */
.result-search .grid-item .card > .bg-grey-light {
    height: 230px;
    padding: 16px !important;
    border-radius: 14px 14px 0 0;
    background: linear-gradient(160deg, #eef2ff, #e2e8f7) !important;
}
.result-search .grid-item .card > .bg-grey-light img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
    border-radius: 6px;
}

/* Judul → clamp 2 baris (theme asli salah prefix box-orient) */
.result-search .grid-item .grid-item--title {
    color: #0f172a;
    font-weight: 700;
    font-size: 0.9rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    min-height: 36px;
    max-height: 38px;
    transition: color 0.2s ease;
}
.result-search .grid-item .grid-item--title:hover {
    color: #1d4ed8;
}

/* Metadata → isi sisa ruang biar dasar kartu rata */
.result-search .grid-item .card > ul.list-group {
    flex: 1 1 auto;
}
.result-search .grid-item .list-group-item {
    border: 0;
    background: transparent;
    padding: 0.2rem 0.6rem !important;
}
.result-search .grid-item .list-group-item label {
    color: #64748b;
    font-weight: 600;
}
.result-search .grid-item .list-group-item span.text-right {
    color: #334155;
}
.result-search .grid-item .list-group-item.text-danger span {
    color: #dc2626 !important;
    font-weight: 600;
}

/* =============================================================
   Hasil Pencarian Kosong — kartu glass ramah (bukan teks merah polos)
   ============================================================= */
.result-search .wrapper:has(> .text-center.text-danger) {
    max-width: 520px;
    margin: 2.5rem auto;
    padding: 44px 40px 40px;
    text-align: center;
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(16px) saturate(160%);
    backdrop-filter: blur(16px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 18px;
    box-shadow: 0 12px 36px rgba(31, 38, 135, 0.1);
}
.result-search .wrapper:has(> .text-center.text-danger) > .d-flex.border-t {
    border: 0 !important;
    margin-bottom: 14px;
}
.result-search .wrapper:has(> .text-center.text-danger) img {
    max-width: 168px;
    height: auto;
}
.result-search .wrapper:has(> .text-center.text-danger) > .text-center.text-danger {
    color: #64748b !important;
    font-size: 0.95rem;
}
.result-search .wrapper:has(> .text-center.text-danger) > .text-center.text-danger strong {
    display: block;
    font-size: 1.5rem;
    font-weight: 800;
    color: #0f172a;
    margin-bottom: 6px;
}

/* =============================================================
   Halaman Detail Koleksi (.result-search + blockquote) — premium
   ============================================================= */
.result-search:has(blockquote.blockquote) section.container > .container {
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 14px 44px rgba(31, 38, 135, 0.10);
    padding: 34px !important;
    margin-top: 1.5rem;
}
.result-search:has(blockquote.blockquote) .shadow {
    border-radius: 12px;
    box-shadow: 0 12px 30px rgba(2, 6, 23, 0.2) !important;
}
.result-search:has(blockquote.blockquote) .shadow img {
    border-radius: 12px;
}
.result-search blockquote.blockquote h4 {
    color: #0f172a;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.result-search:has(blockquote.blockquote) h5.mt-4 {
    color: #0f172a;
    font-weight: 700;
    border-left: 4px solid #2563eb;
    padding-left: 10px;
}
.result-search:has(blockquote.blockquote) dl.row dt {
    color: #64748b;
    font-weight: 600;
}
.result-search:has(blockquote.blockquote) dl.row dd {
    color: #1e293b;
}
.result-search:has(blockquote.blockquote) blockquote.blockquote {
    border-left: 4px solid rgba(37, 99, 235, 0.35);
    padding-left: 16px;
}

/* =============================================================
   Halaman Area Anggota / Login (.page-member-area) — premium
   ============================================================= */
.page-member-area .col-md-8 {
    flex: 0 0 100%;
    max-width: 100%;
}
.page-member-area .col-md-8 > div:has(.loginInfo) {
    max-width: 430px;
    margin: 2.5rem auto;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.55));
    -webkit-backdrop-filter: blur(24px) saturate(170%);
    backdrop-filter: blur(24px) saturate(170%);
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 20px;
    box-shadow: 0 24px 60px rgba(31, 38, 135, 0.18);
    padding: 44px 40px 40px;
    position: relative;
    overflow: hidden;
}
.page-member-area .col-md-8 > div:has(.loginInfo)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #6366f1, #2563eb, #22d3ee);
}
.page-member-area .tagline {
    font-size: 1.55rem;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
}
.page-member-area .loginInfo:not(:has(form)) {
    text-align: center;
    color: #64748b;
    font-size: 0.88rem;
    line-height: 1.6;
    margin-bottom: 6px;
}
.page-member-area .fieldLabel {
    font-weight: 600;
    color: #334155;
    font-size: 0.82rem;
    margin: 14px 0 5px;
}
.page-member-area .login_input input.form-control {
    border-radius: 11px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.85);
    padding: 11px 14px;
    height: auto;
    width: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.page-member-area .login_input input.form-control:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    outline: none;
}
.page-member-area input.memberButton {
    width: 100%;
    margin-top: 24px;
    border-radius: 11px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8);
    border: 0;
    color: #fff;
    font-weight: 700;
    padding: 12px 26px;
    font-size: 0.95rem;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35);
    transition: all 0.2s ease;
    cursor: pointer;
}
.page-member-area input.memberButton:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e3a8a);
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.45);
    transform: translateY(-1px);
}

/* =============================================================
   Halaman Konten (Informasi / Bantuan / Pustakawan) — premium
   ============================================================= */
.result-search section.container.mt-8:has(> h2) {
    background: rgba(255, 255, 255, 0.6);
    -webkit-backdrop-filter: blur(18px) saturate(160%);
    backdrop-filter: blur(18px) saturate(160%);
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 16px;
    box-shadow: 0 14px 44px rgba(31, 38, 135, 0.10);
    padding: 34px 40px !important;
    margin-top: 2rem !important;
    margin-bottom: 2.5rem;
}
.result-search section.container.mt-8 > h2 {
    color: #0f172a;
    font-weight: 800;
    letter-spacing: -0.02em;
}
.result-search section.container.mt-8 h3,
.result-search section.container.mt-8 > div h2 {
    color: #1e3a8a;
    font-weight: 700;
    font-size: 1.15rem;
    border-left: 4px solid #2563eb;
    padding-left: 10px;
    margin-top: 1.6rem;
}
.result-search section.container.mt-8 h3:empty {
    display: none;
}

/* =============================================================
   Login Pustakawan (p=login) — kartu glass elegan seperti Area Anggota
   ============================================================= */
.result-search section.container.mt-8:has(input.loginButton) {
    max-width: 440px !important;
    padding: 42px 38px 36px !important;
    position: relative;
    overflow: hidden;
    background: linear-gradient(160deg, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.55)) !important;
    border-radius: 20px !important;
}
.result-search section.container.mt-8:has(input.loginButton)::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #6366f1, #2563eb, #22d3ee);
}
.result-search section.container.mt-8:has(input.loginButton) > h2 {
    font-size: 1.08rem;
    text-align: center;
    line-height: 1.45;
    color: #0f172a;
    margin-bottom: 4px;
}
.result-search #loginForm .heading1 {
    font-weight: 600;
    color: #334155;
    font-size: 0.82rem;
    margin: 14px 0 5px;
}
.result-search #loginForm input.login_input {
    border-radius: 11px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: rgba(255, 255, 255, 0.85);
    padding: 11px 14px;
    width: 100%;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.result-search #loginForm input.login_input:focus {
    border-color: #2563eb;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.15);
    outline: none;
}
.result-search #loginForm .marginTop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 20px;
}
.result-search #loginForm .remember_forgot {
    order: 1;
    flex: 1 1 auto;
}
.result-search #loginForm a.forgotButton {
    order: 2;
    margin-left: auto;
    color: #2563eb;
    font-weight: 600;
    font-size: 0.85rem;
    text-decoration: none;
}
.result-search #loginForm a.forgotButton:hover {
    text-decoration: underline;
}
.result-search #loginForm input.loginButton {
    order: 3;
    width: 100%;
    margin-top: 18px;
    border-radius: 11px;
    background: linear-gradient(135deg, #2563eb, #1d4ed8) !important;
    border: 0 !important;
    color: #fff !important;
    font-weight: 700;
    padding: 12px 26px;
    box-shadow: 0 10px 24px rgba(37, 99, 235, 0.35);
    transition: all 0.2s ease;
    cursor: pointer;
}
.result-search #loginForm input.loginButton:hover {
    background: linear-gradient(135deg, #1d4ed8, #1e3a8a) !important;
    box-shadow: 0 14px 30px rgba(37, 99, 235, 0.45);
    transform: translateY(-1px);
}
.result-search #loginForm input.homeButton {
    display: none;
}