/**
 * @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/slide2.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: 400;
    font-size: 12pt;
    color: #000000;
}

.search .card {
    /* Background search icon removed for cleaner modern design */
}

.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: 20px;
    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: 20px;
    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;
}

/* Compact Member List - Anggota Teraktif */
.member-list-compact {
    max-height: 280px;
    overflow-y: auto;
}
.member-list-compact::-webkit-scrollbar {
    width: 4px;
}
.member-list-compact::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}
.member-list-compact::-webkit-scrollbar-thumb {
    background: #17a2b8;
    border-radius: 4px;
}
.member-card-compact {
    transition: all 0.2s ease;
}
.member-card-compact:hover {
    background: #e9ecef !important;
    transform: translateX(3px);
}
.member-avatar-sm img {
    border: 2px solid #17a2b8;
}
@media (max-width: 576px) {
    .member-card-compact .member-stats {
        flex-direction: column;
        gap: 2px;
    }
    .member-card-compact .member-stats .badge {
        margin-right: 0 !important;
    }
}

.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: #17a2b8;
    border-color: #17a2b8;
    border-radius: 20px;
    min-width: 38px;
    box-shadow: 0px 0px 10px #17a2b8;
}

.biblioPaging .pagingList a {
    color: #3d4852;
    background-color: transparent;
}

.biblioPaging .pagingList a:hover {
    color: #17a2b8;
}

.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: #17a2b8;
    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: #17a2b8;
    padding: 1rem;
    background-color: rgba(23, 162, 184, 0.15);
    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: #17a2b8;
    border-color: #17a2b8;
}

#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; 
}
* {
    font-family:Poppins;Font Awesome 5 Free;
    font-family:Poppins;Font Awesome 5 Free; !important; //kalau ndk bisa tambah !important
}

body{background: #eee}.news{width: 160px}.news-scroll a{text-decoration: none}.dot{height: 6px;width: 6px;margin-left: 3px;margin-right: 3px;margin-top: 2px !important;background-color: #17a2b8;border-radius: 50%;display: inline-block}
/* ========================================
   Download Attachment Button - Cyan Theme
   ======================================== */
.btn-download-attachment {
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    animation: pulse-cyan 2s ease-in-out infinite;
}

.btn-download-attachment:before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: #17a2b8;
    transition: left 0.4s ease;
    z-index: -1;
}

.btn-download-attachment:hover {
    transform: translateY(-2px) scale(1.05);
    box-shadow: 0 8px 20px rgba(23, 162, 184, 0.4);
    border-color: #17a2b8 !important;
}

.btn-download-attachment:hover:before {
    left: 0;
}

.btn-download-attachment:active {
    transform: translateY(0) scale(1);
    box-shadow: 0 4px 10px rgba(23, 162, 184, 0.3);
}

.btn-download-attachment .badge {
    background-color: rgba(255, 255, 255, 0.3);
    color: white;
    font-weight: bold;
    animation: bounce 1s ease-in-out infinite;
}

@keyframes pulse-cyan {
    0%, 100% {
        box-shadow: 0 4px 10px rgba(23, 162, 184, 0.3);
    }
    50% {
        box-shadow: 0 6px 15px rgba(23, 162, 184, 0.5);
    }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

/* Dropdown menu styling for attachments */
.btn-download-attachment + .dropdown-menu {
    border: 2px solid #17a2b8;
    border-radius: 8px;
    margin-top: 5px;
    background: #17a2b8;
}

.btn-download-attachment + .dropdown-menu .dropdown-item {
    color: #138496;
    font-weight: 600;
    transition: all 0.2s ease;
    border-left: 3px solid transparent;
}

.btn-download-attachment + .dropdown-menu .dropdown-item:hover {
    background: #17a2b8;
    color: #0c5460;
    border-left-color: #17a2b8;
    padding-left: 20px;
}

.btn-download-attachment + .dropdown-menu .dropdown-item i {
    color: #17a2b8;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .btn-download-attachment {
        font-size: 11px;
        padding: 6px 12px !important;
    }
}

/* ========================================
   Cyan Theme Overrides - Global
   ======================================== */

/* Override Bootstrap Primary Button */
.btn-primary {
    background: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: white !important;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #17a2b8 !important;
    border-color: #17a2b8 !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(23, 162, 184, 0.4);
}

.btn-primary:focus,
.btn-primary:active {
    background: #17a2b8 !important;
    border-color: #17a2b8 !important;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25) !important;
}

/* Range Slider - Cyan Theme */
input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 6px;
    border-radius: 3px;
    background: #17a2b8;
    outline: none;
    opacity: 0.9;
    transition: opacity 0.2s;
}

input[type="range"]:hover {
    opacity: 1;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #17a2b8;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(23, 162, 184, 0.5);
    transition: all 0.3s ease;
}

input[type="range"]::-webkit-slider-thumb:hover {
    background: #17a2b8;
    transform: scale(1.2);
    box-shadow: 0 4px 10px rgba(23, 162, 184, 0.6);
}

input[type="range"]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #17a2b8;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 6px rgba(23, 162, 184, 0.5);
    transition: all 0.3s ease;
}

input[type="range"]::-moz-range-thumb:hover {
    background: #17a2b8;
    transform: scale(1.2);
    box-shadow: 0 4px 10px rgba(23, 162, 184, 0.6);
}

/* Range Slider Track - Firefox */
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 6px;
    background: #17a2b8;
    border-radius: 3px;
}

/* Range Slider Track - IE/Edge */
input[type="range"]::-ms-track {
    width: 100%;
    height: 6px;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

input[type="range"]::-ms-fill-lower {
    background: #17a2b8;
    border-radius: 3px;
}

input[type="range"]::-ms-fill-upper {
    background: #138496;
    border-radius: 3px;
}

input[type="range"]::-ms-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #17a2b8;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(23, 162, 184, 0.5);
}

/* Links - Cyan Theme */
a {
    color: #17a2b8;
}

a:hover {
    color: #17a2b8;
}

/* Badge - Cyan Theme */
.badge-primary {
    background-color: #17a2b8 !important;
}

/* Alert - Cyan Theme */
.alert-primary {
    background-color: rgba(23, 162, 184, 0.15);
    border-color: #17a2b8;
    color: #0c5460;
}

/* Progress Bar - Cyan Theme */
.progress-bar {
    background-color: #17a2b8 !important;
}

/* Custom checkbox/radio - Cyan Theme */
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: #17a2b8;
    border-color: #17a2b8;
}

/* Form focus - Cyan Theme */
.form-control:focus {
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}

/* Clean OPAC Styling */

/* Catalog Source Badges - Clean Design */
.badge-catalog-source {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 12px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    border: 1px solid #17a2b8;
    background-color: #f0f9fa;
    color: #17a2b8;
}

.badge-local {
    border-color: #17a2b8;
    background-color: #e8f7f9;
    color: #0c5460;
}

.badge-harvest {
    border-color: #17a2b8;
    background-color: #e8f7f9;
    color: #0c5460;
}

/* Search Result Items - Better Spacing */
.result-search .wrapper > div {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e9ecef;
}

.result-search .wrapper > div:last-child {
    border-bottom: none;
}

/* Filter Section - Clean Layout */
.result-search .col-md-3 h4 {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #17a2b8;
}

/* Filter Checkboxes - Better Spacing */
.result-search .col-md-3 input[type="checkbox"],
.result-search .col-md-3 input[type="radio"] {
    margin-right: 8px;
}

.result-search .col-md-3 label {
    font-size: 14px;
    color: #495057;
    margin-bottom: 8px;
    cursor: pointer;
}

/* Search Info - Better Typography */
.search-found-info {
    font-size: 15px;
    color: #495057;
}

.search-found-info strong {
    color: #17a2b8;
    font-weight: 600;
}

.search-keyword-info {
    color: #17a2b8;
    font-weight: 600;
}

/* Sort Select - Cyan Theme */
.custom-select:focus {
    border-color: #17a2b8;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.25);
}

/* Grid/List View Buttons */
.btn-outline-secondary {
    border-color: #ced4da;
    color: #6c757d;
}

.btn-outline-secondary:hover {
    background-color: #17a2b8;
    border-color: #17a2b8;
    color: white;
}

/* Bibliographic Record Title */
.item a[href*="show_detail"] {
    color: #2c3e50;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
}

.item a[href*="show_detail"]:hover {
    color: #17a2b8;
    text-decoration: underline;
}

/* Author and Publisher Info */
.item .text-muted {
    color: #6c757d !important;
    font-size: 14px;
}

/* Availability Status */
.item .badge-success {
    background-color: #28a745;
}

.item .badge-danger {
    background-color: #dc3545;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .badge-catalog-source {
        font-size: 10px;
        padding: 4px 10px;
    }

    .result-search .col-md-3 {
        margin-bottom: 20px;
    }

    .result-search .col-md-3 h4 {
        font-size: 16px;
    }
}

/* End Clean OPAC Styling */


/* Search Filter Buttons - Clean Layout */
#advanced-wraper {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
}

#advanced-wraper .label {
    font-size: 15px;
    margin-bottom: 16px !important;
}

#advanced-wraper .label i.fa-filter {
    color: #17a2b8;
}

/* Filter Buttons Styling */
#advanced-wraper .btn-sm {
    padding: 8px 16px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    border-radius: 6px !important;
    transition: all 0.2s ease !important;
    margin-bottom: 8px !important;
}

#advanced-wraper .btn-primary {
    background: #17a2b8 !important;
    border-color: #17a2b8 !important;
    color: white !important;
    box-shadow: 0 2px 6px rgba(23, 162, 184, 0.3);
}

#advanced-wraper .btn-primary:hover {
    background: #138496 !important;
    border-color: #138496 !important;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(23, 162, 184, 0.4);
}

#advanced-wraper .btn-outline-primary {
    border-color: #17a2b8 !important;
    color: #17a2b8 !important;
    background: white !important;
}

#advanced-wraper .btn-outline-primary:hover {
    background: #e8f7f9 !important;
    border-color: #17a2b8 !important;
    color: #17a2b8 !important;
}

#advanced-wraper .btn i {
    opacity: 0.9;
}

/* Close Button */
#advanced-wraper .fa-times-circle {
    cursor: pointer;
    transition: all 0.2s ease;
}

#advanced-wraper .fa-times-circle:hover {
    transform: scale(1.1);
    color: #dc3545 !important;
}

/* Last Search Items */
#advanced-wraper .hover-primary:hover {
    background: #e7f3ff !important;
}

/* Responsive */
@media (max-width: 576px) {
    #advanced-wraper .btn-sm {
        padding: 6px 12px !important;
        font-size: 12px !important;
        width: calc(50% - 8px);
        margin-right: 8px !important;
    }
    
    #advanced-wraper .btn-sm:nth-child(2n) {
        margin-right: 0 !important;
    }
}


/* Advanced Search Dropdown - Improved Position */
#advanced-wraper {
    position: absolute !important;
    margin-top: 8px !important;
    width: 100% !important;
    max-height: 500px;
    overflow-y: auto;
}

/* Smooth Animation */
.slide-fade-enter-active {
    transition: all 0.2s ease-out;
}

.slide-fade-leave-active {
    transition: all 0.15s ease-in;
}

.slide-fade-enter,
.slide-fade-leave-to {
    transform: translateY(-10px);
    opacity: 0;
}

/* Title Section */
#advanced-wraper .label {
    font-size: 14px !important;
    margin-bottom: 12px !important;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9ecef;
}

/* Scrollbar Styling */
#advanced-wraper::-webkit-scrollbar {
    width: 6px;
}

#advanced-wraper::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

#advanced-wraper::-webkit-scrollbar-thumb {
    background: #17a2b8;
    border-radius: 10px;
}

#advanced-wraper::-webkit-scrollbar-thumb:hover {
    background: #138496;
}

/* ============================================
   MODERN NAVBAR ANIMATIONS - Cyan Theme
   ============================================ */

/* Navbar Base Styling */
.navbar {
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

/* Nav Link Base with Smooth Transitions */
.navbar-nav .nav-link {
    position: relative;
    transition: all 0.3s ease;
    padding: 0.5rem 1rem !important;
    font-weight: 500;
}

/* Modern Underline Animation on Hover */
.navbar-nav .nav-link::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: white;
    transition: all 0.3s ease;
    transform: translateX(-50%);
}

.navbar-nav .nav-link:hover::before {
    width: 80%;
}

/* Active Menu Item Styling */
.navbar-nav .nav-item.active .nav-link {
    background: rgba(255, 255, 255, 0.15);
    border-radius: 6px;
}

.navbar-nav .nav-item.active .nav-link::before {
    width: 80%;
    background: #fff;
}

/* Dropdown Toggle Arrow Animation */
.navbar-nav .dropdown-toggle::after {
    transition: transform 0.3s ease;
}

.navbar-nav .dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}

/* Modern Dropdown Menu Animations */
.dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: none;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 8px 0;
    margin-top: 8px !important;
}

.dropdown.show .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Dropdown Item Modern Styling */
.dropdown-item {
    padding: 0.25rem 1.5rem;
    transition: all 0.2s ease;
    font-weight: 500;
    position: relative;
    overflow: hidden;
}

/* Dropdown Item Hover with Slide Effect */
.dropdown-item::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 3px;
    background: #17a2b8;
    transform: translateX(-3px);
    transition: transform 0.2s ease;
}

.dropdown-item:hover::before {
    transform: translateX(0);
}

.dropdown-item:hover {
    background: linear-gradient(90deg, rgba(23, 162, 184, 0.08) 0%, transparent 100%);
    color: #17a2b8;
    padding-left: 24px;
}

.dropdown-item:active {
    background: rgba(23, 162, 184, 0.15);
    color: #117a8b;
}

/* Dropdown Header Styling */
.dropdown-header {
    color: #17a2b8;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 8px 20px;
}

/* Dropdown Divider Modern Style */
.dropdown-divider {
    margin: 4px 0;
    border-top-color: rgba(23, 162, 184, 0.1);
}

/* OPAC Button Modern Animation */
.nav-item .btn {
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 8px !important;
    padding: 8px 20px !important;
    position: relative;
    overflow: hidden;
}

.nav-item .btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.2);
    transform: translate(-50%, -50%);
    transition: width 0.4s ease, height 0.4s ease;
}

.nav-item .btn:hover::before {
    width: 300px;
    height: 300px;
}

.nav-item .btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(23, 162, 184, 0.4) !important;
    background-color: #138496 !important;
}

.nav-item .btn:active {
    transform: translateY(0);
    box-shadow: 0 2px 8px rgba(23, 162, 184, 0.3) !important;
}

/* Language Dropdown Flag Animation */
.flag-icon {
    transition: transform 0.2s ease;
    display: inline-block;
}

.dropdown-item:hover .flag-icon {
    transform: scale(1.1);
}

/* Mobile Menu Toggle Animation */
.navbar-toggler {
    border: none;
    padding: 8px;
    transition: all 0.3s ease;
}

.navbar-toggler:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.navbar-toggler-icon {
    transition: all 0.3s ease;
}

/* Mobile Menu Collapse Animation */
.navbar-collapse {
    transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
    /* Hide navbar menu on mobile - use bottom navigation instead */
    .navbar-toggler,
    .navbar-collapse {
        display: none !important;
    }

    .navbar-collapse {
        background: rgba(23, 162, 184, 0.95);
        border-radius: 8px;
        margin-top: 10px;
        padding: 10px;
    }

    .dropdown-menu {
        background: rgba(255, 255, 255, 0.1);
        border: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 4px !important;
        padding: 4px 0 !important;
    }

    .dropdown-item {
        color: white;
        padding: 6px 16px !important;
        font-size: 14px;
        line-height: 1.4;
    }

    .dropdown-item:hover {
        background: rgba(255, 255, 255, 0.15);
        color: white;
        padding-left: 20px !important;
    }

    .navbar-nav .nav-link::before {
        display: none;
    }

    /* Compact spacing for dropdowns with many items */
    .dropdown-menu .dropdown-item::before {
        display: none;
    }
}

@media (max-width: 576px) {
    /* Extra compact for small mobile screens */
    .dropdown-item {
        padding: 5px 12px !important;
        font-size: 13px !important;
    }

    .dropdown-item:hover {
        padding-left: 16px !important;
    }

    .dropdown-menu {
        padding: 2px 0 !important;
    }
}

/* Shopping Basket Badge Animation */
.badge {
    animation: pulse 2s infinite;
    transition: all 0.3s ease;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
}

.badge:hover {
    animation: none;
    transform: scale(1.15);
}

/* Member Avatar Hover Effect */
.navbar-nav .rounded-full {
    transition: all 0.3s ease;
    border: 2px solid transparent;
}

.navbar-nav .dropdown:hover .rounded-full {
    border-color: white;
    transform: scale(1.05);
}

/* Smooth Scroll for Navigation Links */
html {
    scroll-behavior: smooth;
}

/* Add subtle glow effect on focus */
.nav-link:focus,
.dropdown-item:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}

/* Stagger Animation for Mobile Menu Items */
@media (max-width: 991.98px) {
    .navbar-collapse.show .nav-item {
        animation: slideInLeft 0.3s ease forwards;
    }

    .navbar-collapse.show .nav-item:nth-child(1) { animation-delay: 0.05s; }
    .navbar-collapse.show .nav-item:nth-child(2) { animation-delay: 0.1s; }
    .navbar-collapse.show .nav-item:nth-child(3) { animation-delay: 0.15s; }
    .navbar-collapse.show .nav-item:nth-child(4) { animation-delay: 0.2s; }
    .navbar-collapse.show .nav-item:nth-child(5) { animation-delay: 0.25s; }
    .navbar-collapse.show .nav-item:nth-child(6) { animation-delay: 0.3s; }

    @keyframes slideInLeft {
        from {
            opacity: 0;
            transform: translateX(-20px);
        }
        to {
            opacity: 1;
            transform: translateX(0);
        }
    }
}

