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

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

html {
    scroll-behavior: smooth;
}

.c-header {
    min-height: 580px;
    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;
}

.stmkg-active-filters {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: .4rem;
    margin-top: .55rem;
}

.stmkg-active-filters__label {
    color: var(--stmkg-text-muted, #64748b);
    font-size: .78rem;
    font-weight: 600;
}

.stmkg-active-filter {
    display: inline-flex;
    align-items: center;
    gap: .4rem;
    padding: .3rem .55rem;
    color: var(--stmkg-primary-dark, #122a5e);
    background: var(--stmkg-primary-soft, #eaf0fb);
    border: 1px solid rgba(26, 60, 132, .18);
    border-radius: 999px;
    font-size: .75rem;
    font-weight: 600;
    line-height: 1.2;
    transition: color .15s ease, background-color .15s ease, border-color .15s ease;
}

.stmkg-active-filter:hover {
    color: #fff;
    background: var(--stmkg-primary, #1a3c84);
    border-color: var(--stmkg-primary, #1a3c84);
    text-decoration: none;
}

.stmkg-active-filter__remove {
    font-size: 1rem;
    line-height: .75;
}

.stmkg-active-filters__clear {
    margin-left: .15rem;
    color: var(--stmkg-primary, #1a3c84);
    font-size: .75rem;
    font-weight: 700;
    text-decoration: underline;
}

.stmkg-active-filters__clear:hover {
    color: var(--stmkg-primary-dark, #122a5e);
}

.stmkg-home-news__heading {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1.5rem;
}

.stmkg-home-news__eyebrow {
    display: block;
    margin-bottom: .35rem;
    color: var(--stmkg-primary, #1a3c84);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.stmkg-home-news__title {
    margin: 0 0 .35rem;
    color: var(--stmkg-primary-dark, #122a5e);
    font-size: clamp(1.55rem, 3vw, 2rem);
    font-weight: 750;
    letter-spacing: -.025em;
}

.stmkg-home-news__subtitle {
    color: var(--stmkg-text-muted, #64748b);
}

.stmkg-home-news__all {
    flex: 0 0 auto;
    padding-bottom: .2rem;
    color: var(--stmkg-primary, #1a3c84);
    font-size: .88rem;
    font-weight: 700;
}

.stmkg-home-news__all:hover {
    color: var(--stmkg-primary-dark, #122a5e);
    text-decoration: none;
}

.stmkg-news-card {
    overflow: hidden;
    background: var(--stmkg-surface, #fff);
    border: 1px solid var(--stmkg-border, #e2e8f0);
    border-radius: 14px;
    box-shadow: 0 7px 24px rgba(18, 42, 94, .07);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.stmkg-news-card:hover {
    border-color: rgba(26, 60, 132, .32);
    box-shadow: 0 16px 38px rgba(18, 42, 94, .13);
    transform: translateY(-4px);
}

.stmkg-news-card__media {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: var(--stmkg-primary-soft, #eaf0fb);
}

.stmkg-news-card__media::after {
    position: absolute;
    inset: auto 0 0;
    height: 34%;
    background: linear-gradient(transparent, rgba(18, 42, 94, .18));
    content: '';
    pointer-events: none;
}

.stmkg-news-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .35s ease;
}

.stmkg-news-card:hover .stmkg-news-card__media img {
    transform: scale(1.035);
}

.stmkg-news-card__body {
    display: flex;
    min-height: 230px;
    padding: 1.25rem;
    flex-direction: column;
}

.stmkg-news-card__date {
    color: var(--stmkg-text-muted, #64748b);
    font-size: .75rem;
    font-weight: 600;
}

.stmkg-news-card__title {
    display: -webkit-box;
    overflow: hidden;
    margin: .7rem 0 .55rem;
    color: var(--stmkg-primary-dark, #122a5e);
    font-size: 1.08rem;
    font-weight: 750;
    line-height: 1.42;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.stmkg-news-card__title a {
    color: inherit;
}

.stmkg-news-card__title a:hover {
    color: var(--stmkg-primary, #1a3c84);
    text-decoration: none;
}

.stmkg-news-card__summary {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 1rem;
    color: var(--stmkg-text-muted, #64748b);
    font-size: .86rem;
    line-height: 1.6;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.stmkg-news-card__link {
    margin-top: auto;
    color: var(--stmkg-primary, #1a3c84);
    font-size: .82rem;
    font-weight: 750;
}

.stmkg-news-card__link:hover {
    color: var(--stmkg-primary-dark, #122a5e);
    text-decoration: none;
}

@media (max-width: 575.98px) {
    .stmkg-home-news__heading {
        align-items: flex-start;
        flex-direction: column;
        gap: .75rem;
    }

    .stmkg-news-card__body {
        min-height: 0;
    }
}

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

/* Official Instagram profile embed in the default template footer. */
.stmkg-instagram-feed {
    min-width: 0;
}

.stmkg-instagram-feed__intro {
    min-width: 0;
}

.stmkg-instagram-feed__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    margin-bottom: .85rem;
    color: var(--stmkg-accent);
    font-size: .75rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.stmkg-instagram-feed__eyebrow .fa-instagram {
    font-size: 1.15rem;
}

.stmkg-instagram-feed__intro h3 {
    margin-bottom: .6rem;
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 700;
    line-height: 1.15;
}

.stmkg-instagram-feed__intro p {
    margin-bottom: 1rem;
    color: #dbe7ff;
    font-size: .88rem;
    line-height: 1.55;
}

.stmkg-instagram-feed__button {
    display: inline-flex;
    align-items: center;
    gap: .6rem;
    padding: .72rem 1rem;
    color: var(--stmkg-primary-dark) !important;
    background: var(--stmkg-accent);
    border-radius: 999px;
    font-size: .88rem;
    font-weight: 700;
    box-shadow: 0 9px 24px rgba(4, 18, 48, .2);
    transition: box-shadow .2s ease, transform .2s ease;
}

.stmkg-instagram-feed__button:hover,
.stmkg-instagram-feed__button:focus {
    color: var(--stmkg-primary-dark) !important;
    box-shadow: 0 12px 28px rgba(4, 18, 48, .3);
    transform: translateY(-2px);
}

.stmkg-instagram-feed__button .fa-external-link-alt {
    font-size: .7rem;
}

.stmkg-instagram-feed__embed {
    min-width: 0;
    margin-top: 1rem;
    overflow: hidden;
    border-radius: 12px;
}

.stmkg-instagram-feed__embed .instagram-media {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 540px !important;
    margin: 0 auto !important;
}

.stmkg-instagram-feed__embed iframe {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 540px !important;
}

.stmkg-instagram-feed__fallback {
    display: flex;
    align-items: center;
    gap: 1rem;
    min-height: 118px;
    padding: .9rem;
    color: var(--stmkg-text) !important;
    background: #ffffff;
    border-radius: 12px;
}

.stmkg-instagram-feed__fallback-icon {
    display: inline-flex;
    flex: 0 0 54px;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    color: #ffffff;
    background: linear-gradient(135deg, #833ab4, #fd1d1d 55%, #fcb045);
    border-radius: 16px;
    font-size: 1.65rem;
}

.stmkg-instagram-feed__fallback strong,
.stmkg-instagram-feed__fallback small {
    display: block;
}

.stmkg-instagram-feed__fallback small {
    margin-top: .25rem;
    color: var(--stmkg-text-muted);
}

@media (max-width: 767.98px) {
    .stmkg-instagram-feed__embed .instagram-media,
    .stmkg-instagram-feed__embed iframe {
        margin-left: 0 !important;
    }
}

@media (max-width: 575.98px) {
    .stmkg-instagram-feed__intro h3 {
        font-size: 1.25rem;
    }

    .stmkg-instagram-feed__button {
        max-width: 100%;
        font-size: .8rem;
    }
}

/* STMKG brand theme — aligned with https://stmkg.ac.id/ */
:root {
    --stmkg-primary: #1a3c84;
    --stmkg-primary-dark: #122a5e;
    --stmkg-primary-soft: #eaf0fb;
    --stmkg-accent: #f4a261;
    --stmkg-accent-soft: #fff3e8;
    --stmkg-background: #f9f9fb;
    --stmkg-surface: #ffffff;
    --stmkg-text: #1e293b;
    --stmkg-text-muted: #64748b;
    --stmkg-border: #e2e8f0;
    --stmkg-focus-ring: rgba(26, 60, 132, 0.2);

    /* Compatibility aliases for existing template fragments. */
    --light-green: var(--stmkg-primary);
    --dark-black: var(--stmkg-primary-dark);
    --light-yellow: var(--stmkg-accent);
    --dark-black-transparent: rgba(18, 42, 94, 0.88);
    --light-yellow-transparent: rgba(244, 162, 97, 0.45);
}

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

a {
    color: var(--stmkg-primary);
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: var(--stmkg-primary-dark);
}

::selection {
    color: var(--stmkg-primary-dark);
    background: rgba(244, 162, 97, 0.45);
}

.c-header .mask {
    background: linear-gradient(135deg, rgba(18, 42, 94, 0.86), rgba(26, 60, 132, 0.46));
}

.search .card {
    border-top: 4px solid var(--stmkg-accent) !important;
    border-radius: 12px;
}

.search .input-transparent {
    color: var(--stmkg-text);
    caret-color: var(--stmkg-primary);
}

.search .input-transparent::placeholder {
    color: #94a3b8;
}

.advanced-wraper {
    background: var(--stmkg-surface);
    border: 1px solid var(--stmkg-border);
    border-radius: 12px;
}

.topic li {
    border-color: var(--stmkg-border);
    background: var(--stmkg-surface);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.topic li:hover {
    border-color: var(--stmkg-accent);
    box-shadow: 0 12px 28px rgba(18, 42, 94, 0.12);
    transform: translateY(-3px);
}

.topic li a,
.link-see-more,
.sugestion .author {
    color: var(--stmkg-text-muted);
}

.topic li a:hover,
.link-see-more:hover {
    color: var(--stmkg-primary);
}

.card-image,
.card,
.modal-content {
    border-color: var(--stmkg-border);
}

.card-image-rounded,
.span2 div:first-child {
    background: var(--stmkg-primary-soft);
}

.biblioPaging {
    border-color: var(--stmkg-border);
}

.biblioPaging .pagingList {
    background: var(--stmkg-border);
}

.biblioPaging .pagingList b {
    background-color: var(--stmkg-primary);
    border-color: var(--stmkg-primary);
    box-shadow: 0 5px 14px rgba(26, 60, 132, 0.28);
}

.biblioPaging .pagingList a:hover,
.page-member-area .memberButton,
.jsonResultLink,
.xmlResultLink {
    color: var(--stmkg-primary);
}

.memberInfoHead {
    border-left-color: var(--stmkg-accent);
}

.page-member-area .memberButton,
#loginForm .loginButton {
    color: #ffffff;
    background-color: var(--stmkg-primary);
    border-color: var(--stmkg-primary);
}

.page-member-area .memberButton:hover,
#loginForm .loginButton:hover {
    color: #ffffff;
    background-color: var(--stmkg-primary-dark);
    border-color: var(--stmkg-primary-dark);
}

.s-chat::before {
    background: var(--stmkg-primary);
}

.s-chat-content.text-center p:first-of-type {
    color: var(--stmkg-accent-soft);
}

.s-chat-content input#message:focus,
.s-chat-content.text-center input#message:focus {
    border-color: var(--stmkg-primary);
    box-shadow: 0 0 0 .2rem var(--stmkg-focus-ring);
}

.s-chat-content .btn.btn-block {
    color: #ffffff;
    background-color: var(--stmkg-primary);
    border-color: var(--stmkg-primary-dark);
}

.s-chat-content .btn.btn-block:hover {
    background-color: var(--stmkg-primary-dark);
}

.navbar-collapse.collapsing,
.navbar-collapse.collapse.show {
    background-color: var(--stmkg-primary-dark);
}

.forgotButton:hover {
    color: var(--stmkg-primary);
}

.highlight {
    color: var(--stmkg-primary-dark);
    background-color: var(--stmkg-accent-soft);
}

.bg-light-blue {
    background-color: var(--stmkg-primary-dark) !important;
}

#main-navbar {
    background-color: var(--stmkg-primary-dark);
    border-top: 3px solid var(--stmkg-accent);
    box-shadow: 0 6px 20px rgba(18, 42, 94, 0.16);
}

#main-navbar .navbar-brand,
#main-navbar .nav-link {
    color: rgba(255, 255, 255, 0.9);
}

#main-navbar .navbar-brand:hover,
#main-navbar .nav-link:hover,
#main-navbar .nav-link:focus {
    color: #ffffff;
}

#main-navbar .nav-item.active {
    background-color: transparent;
}

#main-navbar .nav-item.active .nav-link {
    color: var(--stmkg-accent);
    font-weight: 600;
}

#main-navbar .dropdown-menu {
    border: 1px solid var(--stmkg-border);
    border-top: 3px solid var(--stmkg-accent);
    box-shadow: 0 14px 30px rgba(18, 42, 94, 0.16);
}

#main-navbar .dropdown-item:hover,
#main-navbar .dropdown-item:focus,
#main-navbar .dropdown-item.active {
    color: var(--stmkg-primary-dark);
    background-color: var(--stmkg-accent-soft);
}

.btn-primary {
    color: #ffffff;
    background-color: var(--stmkg-primary);
    border-color: var(--stmkg-primary);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: var(--stmkg-primary-dark);
    border-color: var(--stmkg-primary-dark);
}

.btn-primary:focus,
.btn-primary.focus,
.form-control:focus {
    border-color: var(--stmkg-primary);
    box-shadow: 0 0 0 .2rem var(--stmkg-focus-ring);
}

.btn-outline-primary {
    color: var(--stmkg-primary);
    border-color: var(--stmkg-primary);
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #ffffff;
    background-color: var(--stmkg-primary);
    border-color: var(--stmkg-primary);
}

.badge-primary,
.progress-bar {
    background-color: var(--stmkg-primary);
}

.text-primary {
    color: var(--stmkg-primary) !important;
}

.border-primary {
    border-color: var(--stmkg-primary) !important;
}

footer.bg-light-blue {
    color: #e2e8f0 !important;
    background: linear-gradient(135deg, var(--stmkg-primary-dark), var(--stmkg-primary)) !important;
    border-top: 4px solid var(--stmkg-accent);
}

footer.bg-light-blue hr {
    border-color: rgba(255, 255, 255, 0.18);
}

footer.bg-light-blue a {
    color: #ffffff;
}

footer.bg-light-blue a:hover {
    color: var(--stmkg-accent);
}

@media (min-width: 992px) {
    #main-navbar .nav-item.active {
        margin-top: -13px;
        margin-bottom: -13px;
        padding-top: 13px;
        background-color: var(--stmkg-accent);
    }

    #main-navbar .nav-item.active .nav-link {
        color: var(--stmkg-primary-dark);
    }
}

/* Library statistics shown in the homepage content flow. */
.library-statistics {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    overflow: hidden;
    color: var(--stmkg-primary-dark);
    background: linear-gradient(135deg, var(--stmkg-primary-soft), #ffffff 72%);
    border: 1px solid var(--stmkg-border);
    border-top: 4px solid var(--stmkg-accent);
    border-radius: 16px;
    box-shadow: 0 12px 32px rgba(18, 42, 94, 0.1);
}

.library-statistic {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    padding: 20px 18px;
    border-right: 1px solid var(--stmkg-border);
}

.library-statistic:last-child {
    border-right: 0;
}

.library-statistic__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 42px;
    width: 42px;
    height: 42px;
    margin-right: 12px;
    color: var(--stmkg-primary-dark);
    background: var(--stmkg-accent);
    border-radius: 50%;
}

.library-statistic__content {
    display: flex;
    min-width: 0;
    flex-direction: column;
    line-height: 1.15;
}

.library-statistic__content strong {
    overflow: hidden;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -.02em;
    text-overflow: ellipsis;
}

.library-statistic__content span {
    margin-top: 5px;
    color: var(--stmkg-text-muted);
    font-size: .75rem;
    font-weight: 500;
    letter-spacing: .06em;
    text-transform: uppercase;
}

/* Responsive cards rendered asynchronously by <slims-collection>. */
#slims-home .collection {
    display: grid !important;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 16px;
    margin-top: 1.5rem !important;
}

#slims-home .collection > div {
    width: auto !important;
    min-width: 0;
    padding: 0 !important;
}

#slims-home .collection .card {
    display: flex;
    overflow: hidden;
    min-width: 0;
    height: 100%;
    transition: box-shadow .2s ease, transform .2s ease;
}

#slims-home .collection .card:hover {
    transform: translateY(-3px);
}

#slims-home .collection .card-body {
    display: flex;
    min-width: 0;
    padding: .8rem;
    flex-direction: column;
}

#slims-home .collection .card-image {
    width: 100%;
    height: auto !important;
    overflow: hidden;
    aspect-ratio: 65 / 83;
    background: var(--stmkg-primary-soft);
}

#slims-home .collection .card-image img {
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
}

#slims-home .collection .card-text {
    display: -webkit-box;
    overflow: hidden;
    min-height: 2.8em;
    margin-top: .65rem !important;
    color: var(--stmkg-text-muted);
    font-size: .78rem;
    font-weight: 600;
    line-height: 1.4;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (max-width: 991.98px) {
    #slims-home .collection {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 14px;
    }
}

@media (max-width: 767.98px) {
    .stmkg-topic {
        display: grid !important;
        grid-template-columns: repeat(6, minmax(0, 1fr));
        gap: 12px;
        margin-bottom: 0;
    }

    .stmkg-topic li {
        grid-column: span 2;
        width: auto;
        height: 142px;
        margin: 0 !important;
        padding: 14px 8px;
    }

    .stmkg-topic li:nth-last-child(2) {
        grid-column: 2 / span 2;
    }

    .stmkg-topic li a {
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font-size: .75rem;
        font-weight: 600;
        line-height: 1.25;
    }

    .stmkg-topic li img {
        width: 64px;
        height: 64px;
        margin-bottom: .65rem !important;
    }

    .library-statistics {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        border-radius: 12px;
    }

    .library-statistic {
        padding: 13px 10px;
        border-bottom: 1px solid var(--stmkg-border);
    }

    .library-statistic:nth-child(2) {
        border-right: 0;
    }

    .library-statistic:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .library-statistic__icon {
        flex-basis: 34px;
        width: 34px;
        height: 34px;
        margin-right: 8px;
        font-size: .8rem;
    }

    .library-statistic__content strong {
        font-size: 1.05rem;
    }

    .library-statistic__content span {
        font-size: .62rem;
    }

    #slims-home .collection {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 12px;
    }
}

@media (max-width: 575.98px) {
    .stmkg-topic-section {
        margin-top: 2rem !important;
    }

    .stmkg-topic-section h4 {
        margin-top: 0 !important;
        font-size: 1.05rem;
        line-height: 1.4;
    }

    .stmkg-topic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }

    .stmkg-topic li,
    .stmkg-topic li:nth-last-child(2) {
        grid-column: auto;
        height: 126px;
    }

    .stmkg-topic li:last-child:nth-child(odd) {
        grid-column: 1 / -1;
        justify-self: center;
        width: calc(50% - 5px);
    }

    .stmkg-topic li img {
        width: 56px;
        height: 56px;
        margin-bottom: .5rem !important;
    }

    .library-statistics-section {
        margin-top: 2rem !important;
    }

    #slims-home .collection {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
        margin-top: 1rem !important;
    }

    #slims-home .collection .card-body {
        padding: .6rem;
    }

    #slims-home .collection .card-text {
        min-height: 2.7em;
        margin-top: .5rem !important;
        font-size: .72rem;
    }
}
.stmkg-rating{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap;margin:.35rem 0;color:#6b7280;font-size:.82rem}.stmkg-rating__stars{display:inline-flex;gap:.08rem;line-height:1}.stmkg-rating__star{color:#d1d5db;font-size:1rem}.stmkg-rating__star.is-filled{color:#f5a623}.stmkg-rating__meta{font-weight:600}.stmkg-rating__action{display:inline-block;margin-top:.25rem;color:#006b54;font-size:.85rem;font-weight:600;text-decoration:none}.stmkg-rating__action:hover{color:#004d3d;text-decoration:underline}.stmkg-rating-card{border-left:4px solid #006b54!important}.stmkg-rating-card__cover{width:88px;min-width:88px}.stmkg-rating-card__cover img{width:88px;height:126px;object-fit:cover;border-radius:.35rem;box-shadow:0 3px 12px rgba(0,0,0,.14)}.stmkg-rating-input{display:inline-flex;flex-direction:row-reverse;justify-content:flex-end}.stmkg-rating-input input{position:absolute;opacity:0;pointer-events:none}.stmkg-rating-input label{margin:0 .1rem 0 0;color:#d1d5db;font-size:1.7rem;line-height:1;cursor:pointer;transition:color .15s ease,transform .15s ease}.stmkg-rating-input label:hover,.stmkg-rating-input label:hover~label,.stmkg-rating-input input:checked~label{color:#f5a623}.stmkg-rating-input input:focus-visible+label{outline:2px solid #006b54;outline-offset:2px}.stmkg-rating-input label:hover{transform:translateY(-1px)}.stmkg-rating-page{padding:2rem 0}.stmkg-rating-page .min-w-0{min-width:0}@media(max-width:575.98px){.stmkg-rating-card__cover{width:68px;min-width:68px}.stmkg-rating-card__cover img{width:68px;height:100px}}
