html {
    scroll-behavior: smooth;
}
body{
    color: #1a2844;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    background-color: #ffffff;
}

a:hover{
    text-decoration: none;
    color: #ffcb00 !important;
}

h3{
    font-size: 1.2rem;
}
h4{
    font-size: 1rem;
}
h5 {
  font-size: 0.9rem;
}
.custom-select-sm{
    font-size: .8rem;
}
.font-weight-bolder {
  font-weight: 500 !important;
}
.text-sm {
  font-size: .8rem !important;
}
.bg-grey-blue{
  background: #0f172a !important; 
}
.bg-footer{
/*    background: #023E8A !important; */
	background: linear-gradient(to right, #295293 0%, #3fa1e2 100% 100%);
	background-image: linear-gradient(172deg, #AD4FAC 0%, #365394 82% 82%);
    border-top: 1px solid #dee2e6 !important;
}
.bg-orange{
    background: #e66030;
}
.lead{
    font-size: 1rem;
}
.card{
    border-radius: 0.2rem;
}

.btn{
    font-size: 0.8rem;
}

.form-control{
    font-size: 0.8rem;
}

.main-content{
    min-height: 500px;
    background-color: #fff;
    border-radius: 4px;
    padding: 20px;
}
.main-content-member{
      min-height: 500px;
    background-color: #fff;
    border-radius: 4px;
    padding: 10px;
}
.c-header {
    min-height: 400px;
    background-color: #023E8A !important;
	background-image: linear-gradient(230deg, #E09BDF 0%, #B035AF 82%82%);
	background: linear-gradient(135deg, #150117 0%, #440249 44%, #e14aeb 100%);
	background: linear-gradient(90deg, #007bff, #6f42c1);
/*	background-image: url(../images/cloud-sky.png); */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 90%;
    position: relative;

}

.c-header .mask {
    position: absolute;
    top: 0;
    bottom: -80px;
    left: 0;
    right: 0;
	background-image: url("../images/breadcrum.png");
/*    background: rgba(0, 0, 0, 0.3); */
}

.c-header .dropdown-header{
    font-size: 0.8rem;
}

.c-header .dropdown-menu{
    font-size: 0.8rem;
}

.c-header .search {
  position: relative;
  padding: 12px 0px;
  width: 100%;
}

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

.c-header .search .input-transparent {
    border: none;
    outline: none;
    background: transparent;
    font-size: 0.8rem;
}

.c-header .search .input-transparent::placeholder {
    font-weight: 300;
    color: #666;
}

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

.c-header .search .card-body{
    padding: 0.9rem;
}

.c-header .col-search .search-info{
  font-size: 1.5rem;
  font-weight: 600;
  color: #ffffff;
}

.c-header .col-search .search-value{
  color: #ffffff;
}

.col-search-image img {
    animation: floatUpDown 2s ease-in-out infinite;
}
        @keyframes floatUpDown {
            0% {
                transform: translateY(0);
            }
            50% {
                transform: translateY(-10px);
            }
            100% {
                transform: translateY(0);
            }
        }
        .col-search-image img {
            animation: floatUpDown 2s ease-in-out infinite;
        }
    	
.c-header .col-search-image {
  background-repeat:no-repeat;
  background-size:cover;
  background-position:center;
  position:relative;
  margin-top: 20px;

}

.c-header .pattern{
    position: absolute;
}

.c-header .circle {
  background: #456BD9;
  border-radius: 50%;
  box-shadow: 0.375em 0.375em 0 0 rgba(15, 28, 63, 0.125);
  height: 5em;
  width: 5em;
  opacity: 0.5;
}

.c-header .circle_1 {
  background: #f26941;
  border-radius: 50%;
  box-shadow: 0.375em 0.375em 0 0 rgba(15, 28, 63, 0.125);
  height: 5em;
  width: 5em;
  opacity: 0.5;
  margin-left: 550px;
}


.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;
    background: #fff;
}

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

.topic li a:hover {
    text-decoration: none;
    opacity: 1;
}
.animate-charcter
{
   
  background-image: linear-gradient(
    -225deg,
    #f8f7fb 0%,
    #f3f2f4 29%,
    #ff1361 67%,
    #fff800 100%
  );
  background-size: auto auto;
  background-clip: border-box;
  background-size: 200% auto;
  color: #fff;
  background-clip: text;
  text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: textclip 5s linear infinite;
  display: inline-block;
 
}

@keyframes textclip {
  to {
    background-position: 200% center;
  }
}



.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: 35px;
    left: 16px;
    right: 16px;
    border-radius: 4px;
    z-index: 999;
}

.advanced-wraper-home {
    background: #fff;
    padding: 16px;
    position: absolute;
    top: 40px;
    left: 0px;
    right: 0px;
    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: 150px;
}

.result-search .c-header .mask  {
    background-image: url("../images/breadcrum.png");
    background-size: cover;
}

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

.item p {
    font-size: 13px;
}

.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: 0.8rem;
    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 {
    background-color: #0074e7;
    color: white;
    margin-top: 1rem;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}
.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: 16px;
    font-weight: 600;
    border-left: 4px solid #848484;
    padding: 2px 4px 2px 16px;
    margin-bottom: 16px;
}
.memberDetail{
    font-size: 13px;
}
.memberDetail .form-control{
    font-size:0.8rem;
    height: calc(2rem + 2px);
}
.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: 30rem;
    margin: auto;
    border-radius: 4px;
    background-color:#002147;
    padding: 20px;
}

#loginForm .heading1 {
    font-weight: 600;
    color: #fff;
    padding-bottom: 10px;
}

#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: #ccc;
    background-color: #002e63;
    background-clip: padding-box;
    border: 1px solid #002e63;
    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: #ffffff;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #0074e7;
	margin-top: 1rem;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 0.8rem;
    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;
    color: #627388;
}

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

.comments .comment-member {
    font-size: 10pt;
    font-weight: bold;
    color: #097aa6;
}

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

#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;
}
.footer-list li a {
  color: #f1f5f9;
  font-weight: 500;
  font-size: 13px;
  transition: all .5s ease-in-out;
}
.info-footer{
    font-size: 14px;
}
.info-footer ul li{
    line-height: 2;
}
#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;
    color: #fff;
}

.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: 20px;
}

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

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

.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: 5px; 
    border-radius: 5px;
    font-size: 12px !important;
    font-weight: 500;
}

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

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

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

.c-header .logo{
  height: 35px;
  margin-top: -25px;
  margin-right: 40px;
}
.c-header .text-primary{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}
.c-header .navbar-topbar{
    padding: 0;
    font-size: 0.8rem;
    background: #fff;
    border-bottom: 1px solid #1e293b2a;
}

.c-header .navbar-topbar a{
    color:  #343a40; 
    font-size: 0.8rem;
}
.c-header .navbar-dark .navbar-toggler-icon{
    background-color: #2d3748;
}
.c-header .navbar-menu {
    background-color: #010912 !important;
	background-image: linear-gradient(172deg, #AD4FAC 0%, #365394 82% 82%);
	background: linear-gradient(269deg, #007bff, #6f42c1);
/*	background-image: url(../images/sky-is-a-colorful.png); */
	box-shadow: 0 25px 3px rgba(17,24,39,.09);
}
.c-header .navbar-menu .nav-link{
    /*color: #1E293B !important;*/
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;
 }
 
.c-header .page-title{
    text-align: center;
    color: #ffffff;
    padding-top: 2px;
}
.c-header .page-title h2{
    font-size: 0.9rem;
    padding-top: 12px;
}
.fas-icon{
    padding-right: 10px;
}

/* Widget Home */

.home-widget {
  margin-top: 0px;
  padding: 10px;
}

.home-widget .section-title {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 15px;
  padding-top: 5px;
  text-align: center;
}

.home-widget .subtitle-section{
    margin-top: 20px;
    color: #6e798a;
}

.home-widget .section-title h4{
    font-size: 1.3rem;
    color: #333;
    position: relative;
}
.home-widget .section-title h4::after{
    content: "";
  background-image: url("../images/bg-title.png");
  width: 160px;
  height: 35px;
  position: absolute;
  background-size: 160px;
  top: 20px;
  left: 600px;
}
.home-widget .section-content{
    padding-bottom: 25px;
}

.home-widget .badge-icon
 {
  font-weight: 500;
  color: #4dbdaf;
  background-color: #edf8f7;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 75%;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  display: inline-block;
}

/* End Widget Home */

.w-new .item,
.w-popular .item {
    background: #fff;
}

.w-new .owl-nav > button,
.w-popular .owl-nav > button {
    position: absolute;
    width: 40px;
    height: 40px;
    background-color: #fff !important;
    border-radius: 50%;
    box-shadow: 0 0 1px 1px rgba(20, 23, 28, .1), 0 3px 1px 0 rgba(20, 23, 28, .1);
    top: calc(50% - 25px);
}

.w-new .owl-nav > button > span,
.w-popular .owl-nav > button > span {
    font-size: 35px;
    line-height: 0.8;
    color: #4dbdaf;
}

.w-new .owl-nav > button:hover,
.w-popular .owl-nav > button:hover {
    background: #ffa726 !important;
    color: #fff;
    border: 1px solid #ffa726;
}

.w-new .owl-nav > button.owl-next,
.w-popular .owl-nav > button.owl-next {
    right: -15px;
}

.w-new .owl-nav > button.owl-prev,
.w-popular .owl-nav > button.owl-prev {
    left: -15px;
}

.w-new .item-card,
.w-popular .item-card {
    padding: 10px;
    border: 1px solid #f3f1f8 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px -2px !important;
    border-radius: 5px;
}

.w-new .item-card .image,
.w-popular .item-card .image {
    position: relative;
    display: block;
    text-align: center;
}

.w-new .item-card .image img,
.w-popular .item-card .image img {
    height: 165px;
    width: 100%;
}

.w-new .item-card .title,
.w-popular .item-card .title {
    padding-top: 10px;
    height: 50px;
    overflow: hidden;
    line-height: 1.3;
}

.w-new .item-card .title a,
.w-popular .item-card .title a {
    color: #1E293B;
    font-size: 0.9rem;
}

.w-new .item-card .author,
.w-popular .item-card .author {
    color: #6e798a;
    font-size: 0.7rem;
    height: 20px;
    overflow: hidden;
    padding-top: 3px;
}

.w-topic .topic {
    list-style: none;
}

.w-topic .topic li {
    width: 130px;
    height: 130px;
    background: #d1f3ed;
	background-image: linear-gradient(174.2deg, rgba(255, 244, 228, 1) 7.1%, rgba(240, 246, 238, 1) 67.4%);
    border: 1px solid #ebebeb;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 3px 5px -2px !important;
    border-radius: 5px;
    margin: 0 0.5rem;
}

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

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

.w-top-reader {

    background-color: #f1f5f9 !important;
}
.w-top-reader .card-body{
  background-image: linear-gradient( 174.2deg, rgba(255,244,228,1) 7.1%, rgba(240,246,238,1) 67.4% );
}


.w-info{
  margin-top: -90px;
  position: relative;
  color: #fff;
  padding: 10px 0;
}

.w-info .box {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #a61d37; /*#202f40;*/
  background-clip: border-box;
  border: 1px solid rgba(176, 215, 202, 0.15);
  border-radius: .25rem;
  opacity: 0.8;
}
.w-info .box .content {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 0.5rem 2rem 0.5rem;
}

.w-info .icon {
  float: left;
  color: #e6e6e6;
  font-size: 30px;
  line-height: 50px;
  border: solid 1px #e6e6e6;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50px;
  padding: 0;
  margin-right: 10px;
}
.w-info .value{
    font-size: 1rem;
    font-weight: 600;
}

.w-topic h4{
    margin-top: 2rem;
    color: #333;
    font-size: 1.1rem;
}

.w-news-latest ul{
    margin: 0;
    padding: 0;
}

.w-news-latest ul li{
    border-bottom: 1px solid #e0e0e0;
  padding: 15px 0px;
  position: relative;
  overflow: hidden;
}


.w-news-latest .image{
     border-radius: 3px;
     display: inline-block;
     float: left;
     text-align: center;
     padding: 5px 0;
     margin-right: 20px;
     width: 25%;
     background: #02294e;
}
.w-news-latest .image img{
    height: 65px;
    width: 135px;
}
.w-news-latest .title a h3{
  color: #1E293B;
  padding-bottom: 5px;
  margin-bottom: 3px;
  border-bottom: 0px;
  text-overflow: ellipsis;
  white-space: pre;
  overflow: hidden;
  letter-spacing: 0px;
  font-size: 1rem;
}

.browse-author li{
 list-style: none;
  width: 200px;
  height: 50px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #fff;
}

.browse-author li a {
  font-size: 13px;
  color: #666;
  text-align: center;
  text-decoration: none;
}
.browse-author .badge {
 background-color: #17a2b8;
 color: #fff;
 font-weight: 500;
 font-size: 80%;
 border-radius: 10em;
 min-width: 1.5em;
 padding: 0.25em;
 text-align: center;
 margin-left: 5px;
}

.browse-popular .popular-card {
  overflow: hidden;
  background: #ffffff;
  padding: 15px 0px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border: 1px solid #e4e4e4;
  display: flex;
}

.browse-popular .popular-card h3{
    font-size: 0.9rem;
    height: 55px;
   overflow: hidden;
}
.browse-popular .popular-card .img-item{
    max-width: 100%;
   height: 120px;
}


.browse-popular .popular-card .author{
    color: #666;
    font-size: 0.7rem;
}

.browse-popular .popular-card a{
    color: #1a2844;
}

.browse-popular .popular-card .group {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 12px;
  display: flex;
}

.browse-popular .popular-card .available {
  display: block;
  border: 1px solid #ececec;
  margin: 2px;
  padding: 5px;
  font-size: 0.75rem;
  color: #607D8B;
  text-align: center;
}

.browse-popular .popular-card .available i{
  padding-right: 5px;
}

.browse-popular .popular-card .language {
  display: block;
  border: 1px solid #ececec;
  margin: 2px;
  padding: 5px;
  font-size: 0.75rem;
  color: #8a8a8a;
  text-align: center;
  
}

.browse-popular .popular-card .language i{
   padding-right: 5px;
}

/* Custom Nember Area */

.box-profile {
  position: relative;
  border-radius: 3px;
  border-top-color: #3c8dbc;
  border-top-color: rgb(210, 214, 222);
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
  margin-top: 20px;
  background: #ffffff url(../images/bg-member.png) no-repeat;
}
.box-profile .box-content {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.box-profile .profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 1px solid #d2d6de;
}

.box-profile .profile-username {
  font-size: 15px;
  margin-top: 5px;

}
.box-profile .list-group-item{
    padding: 10px 15px;
    font-size: 13px;

}

.box-profile .list-group-unbordered > .list-group-item {
  border-left: 0;
  border-right: 0;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.box-profile .list-group-item span{
    color: #3c8dbc;
}

.main-detail .section-detail{
  background-color: #fff;
  border-radius: 4px;
  padding: 20px; 
  margin-bottom: 30px;
}

.main-detail .section-detail tr th{
 background: #F1F7F8 !important;
}

.main-detail .section-comment{

  background: #f3f4f8;
  border-radius: 4px;
  padding: 20px;

}

.main-detail .ck.ck-editor__editable_inline{
    border: 1px solid #ebebeb;
}

.main-detail .author{
    display: block;
  font-size: 12px;
  color: #6c757d;
}
.main-detail .group{
  border: 1px solid #DCEBF7;
  display: table;
  width: calc(100% - 0px);
  margin: 0 auto;
}
.main-detail .info-row {
  display: table-row;
}
.main-detail .info-title {
  text-align: right;
  padding: 6px 10px 6px 4px;
  font-weight: 400;
  width: 150px;
  vertical-align: middle;
  color: #336199;
  background-color: #EDF3F4;
  display: table-cell;
  border-top: 1px solid #F7FBFF;
}
.main-detail .info-value {
    padding: 6px 5px 6px 12px;
    display: table-cell;
    border-top: 1px dotted #DCEBF7;
}

.main-detail .info-row:first-child .info-value {
  border-top: none;
}
.main-detail .attachment-desc{
 display: none;
}

.main-detail .related h5,
.main-detail .available h5
{
    padding-bottom: 10px;
}
.main-detail a{
   color:#2B7DBC; 
}

.main-detail .available .p-3{
    padding: 0.5rem !important;
}

.main-detail .available .border{
  border: 0 !important;
}
.main-detail .available .flex-col{
    border: 1px solid #dae1e7;
}
.main-detail .available .w-100{
    border-bottom: 1px solid #dae1e7; 
}
.main-detail .available .flex-col:last-child {
  border-bottom: none;
}
.main-detail .available .border{
     border-right: 1px solid #dae1e7 !important; 
}

.main-detail .image{
    border: 1px solid #ebebeb;
}

#search-filter{
  background-color: #f1f5f9;
  padding: 20px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.result-search .filter-heading{

  font-size: 1rem;
  padding: 10px 15px;
  background-color: #f1f5f9 ;
  border-bottom: 1px solid #eff2f7;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  font-weight: 600;
}

.result-search .section-top{

  border-radius: 4px;
  padding: 10px;
  background-color: #edf8f7;
}
.result-search .search-keyword-info, 
.result-search .search-found-info{
    color: #3c8dbc;
}

.result-search .img-thumbnail {
    height: 210px;
}
.result-search .layout-grid{
    height: 50px;
  overflow: hidden;
}

.btn-filter{
    background-color: #f3c12b;
    color: #444;
    margin-bottom: 20px;
    display: none;
}

 .btn-filter-close{
    display: none;
 }

.page-news h3 a{
  font-size: 1rem;
  color: #1E293B;
}
/* Cutom menu mobile */

.mobile-bottom-navigation {
  background: #2758b8;
  background-image: linear-gradient(172deg, #AD4FAC 0%, #365394 82% 82%);
  background: linear-gradient(90deg, #007bff, #6f42c1);
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  max-width: 100%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0;
  -webkit-box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.25);
          box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.25);
  z-index: 5;
}

.mobile-bottom-navigation .action-btn {
  position: relative;
  font-size: 20px;
  color: #fff;
  padding: 5px;
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.mobile-bottom-navigation .action-btn span{
    font-size: 0.8rem;
}
.mobile-bottom-navigation .count {
  background: hsl(0, 100%, 70%);
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding: 2px 4px;
  -webkit-border-radius: 20px;
          border-radius: 20px;
}

.mobile-navigation-menu {
  background: #fff;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  max-width: 320px;
  height: 100vh;
  padding: 20px;
  -webkit-box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.1);
          box-shadow: 0 0 10px hsla(0, 0%, 0%, 0.1);
  overflow-y: scroll;
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
  visibility: hidden;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
  z-index: 20;
}


.mobile-navigation-menu.active {
  left: 0;
  visibility: visible;
}

.menu-top {
  padding-bottom: 15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 2px solid hsl(0, 0%, 93%);
}

#mobile-menu{
    display: none;
}

.mobile-menu-category-list { margin-bottom: 30px; }

.menu-category .accordion-menu {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
    background: transparent;
    border: none;
}

.mobile-menu-category-list .menu-category {
    border-bottom: 1px solid hsl(0, 0%, 93%);
    padding: 5px;
 }

.mobile-menu-category-list .menu-title {
  color: hsl(0, 0%, 27%);
  font-size: 14px;
  font-weight: 500;
  padding: 12px 0;
}

/* Cutom footer meniru unida-G /680*/
footer {
    background-color: #023e8a;
	background: linear-gradient(to right, #295293 0%, #3fa1e2 100% 100%);
	background-image: linear-gradient(172deg, #AD4FAC 0%, #365394 82% 82%);
	background: linear-gradient(90deg, #007bff, #6f42c1);
    color: white;
    padding: 0rem 0;
  }
  .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 1.5rem;
  }
  .grid {
    display: grid;
    gap: 2rem;
  }
  @media (min-width: 768px) {
    .grid {
      grid-template-columns: repeat(4, 1fr);
    }
  }
  @media (max-width: 767px) {
    .text-center-mobile {
      text-align: center;
    }
    .grid {
      grid-template-columns: repeat(2, 1fr);
      text-align: center;
    }
    .grid > div:nth-child(1) {
      grid-column: span 2;
    }
    .hide-on-mobile {
      display: none;
    }
  }
  .text-gray-400 {
    color: #cbd5e0;
  }
  .hover\:text-white:hover {
    color: white;
  }
  .transition {
    transition: all 0.3s ease-in-out;
  }
  .border-gray-700 {
    border-color: #4a5568;
  }
  .bg-gray-800 {
    background-color: #2d3748;
  }
  .bg-blue-500 {
    background-color: #0077b6;
  }
  .hover\:bg-blue-600:hover {
    background-color: #023e8a;
  }
  .rounded-md {
    border-radius: 0.5rem;
  }
  .social-icons a {
    display: inline-block;
    margin-right: 10px;
    color: #cbd5e0;
    font-size: 1.5rem;
  }
  .social-icons a:hover {
    color: white;
  }

  /* Efek hover pada item perpustakaan Jelajahi Koleksi Perpustakaan HOME */
    .p-2 a {
        transition: transform 0.2s;
    }
    .p-2 a:hover {
        transform: scale(1.1);
    }
    
    /* Efek klik (aktif) */
    .p-2 a:active {
        transform: scale(0.95);
    }
    .scroll-btn {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        background: rgba(0, 0, 0, 0.3);
        color: white;
        border: none;
        padding: 12px;
        cursor: pointer;
        z-index: 10;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: background 0.3s;
    }
    .scroll-btn:hover {
        background: rgba(0, 0, 0, 0.5);
    }
    .scroll-btn.left {
        left: 10px;
    }
    .scroll-btn.right {
        right: 10px;
    }
    #scroll-container {
        -webkit-overflow-scrolling: touch;
        overflow-x: auto;
        scrollbar-width: none;
    }
    #scroll-container::-webkit-scrollbar {
        display: none;
    }
	
/* Efek Memulai auto-scroll Topic HOME */
.topic-wrapper {
    overflow-x: auto;
    white-space: nowrap;
    padding-bottom: 10px;
    position: relative;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topic-wrapper::-webkit-scrollbar {
    display: none;
}

.topic {
    display: flex;
    flex-wrap: nowrap;
    gap: 12px;
}

.topic-item {
    width: 140px;
    height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s, box-shadow 0.3s;
    flex-shrink: 0;
}

.topic-item a {
    text-decoration: none;
    color: #333;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 12px;
}

.topic-item img {
    width: 45px;
    height: auto;
    margin-bottom: 8px;
}

.topic-item:hover {
    transform: scale(1.08);
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}

.scroll-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.8);
    border: none;
    cursor: pointer;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    font-size: 20px;
    transition: background 0.3s ease;
}

.scroll-btn:hover {
    background: rgba(255, 255, 255, 1);
}

.scroll-btn.left {
    left: 10px;
}

.scroll-btn.right {
    right: 10px;
}