html {
    scroll-behavior: smooth;
}
body{
    color: #1a2844;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
}
main{
    padding: 10px;
    margin: 10px 10px 20px 10px;
    min-height: 500px;
}

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

h1 { font-size: 1.25rem; }
h2 { font-size: 1.1rem; }
h3 { font-size: 1rem; }
h4 { font-size: 0.875rem; } 
h5 { font-size: 0.75rem; }   

.custom-select-sm{
    font-size: .8rem;
}
.font-weight-bolder {
  font-weight: 500 !important;
}
.text-sm {
  font-size: .8rem !important;
}
.bg-grey-blue{
  background: #242d37; 
}

.bg-orange{
    background: #e66030;
}
.lead{
    font-size: 1rem;
}
.card{
    border-radius: 0.2rem;
}

.btn{
    font-size: 0.8rem;
}

.form-control{
    font-size: 0.8rem;
}
.p-5{
    padding: 2rem !important;
}



.shadow {
    box-shadow: 0 0 4px rgba(0, 0, 0, .05), 0 6px 10px rgba(0, 0, 0, .08);
}


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


.header {
    position: relative;
	transition: all 0.5s;
    z-index: 997;
}

.header .navbar {
    padding: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
	border-bottom: 3px solid #0166bf;
	background: var(--color-white);
    /*position: fixed;*/
    top: 0;
    right: 0;
    left: 0;
    /*height: 60px;*/
    box-shadow: 0px 2px 20px rgba(0, 0, 0, 0.1);
}

.header .logo{
  width: 15rem;
  
}

.header .section-top {
    border-bottom: 1px solid #E5E7EB;
	/*border-bottom: 2px solid #0166bf;*/
}

.header .section-top {
    display: flex;
    align-items: center;
    width: 100%;
    background: var(--color-primary);
	background-image: url(../images/seDTang-nav.png);
    height: 60px;
    /* font-size: 11px; */
    transition: all 0.5s;
    color: #151200;
    padding: 0;
	
}

.header .section-bottom {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0.3rem 1rem;
	/*box-shadow: 0px 7px 96px 134px rgb(11 153 19 / 19%);*/
}

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


.header .info{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header .info .icon{
    font-size: 2rem;
    color: #146ebe;
}

.header .info .time{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header .info .email{
  display: flex;
  align-items: center;
  gap: 0.5rem;
}


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

/* Navigation links */

.header .nav-link {
    color: #4B5563 !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
}

.header .nav-link:hover {
    color: #cc324b !important;
}

.header .nav-item.active .nav-link {
    color: #146ebe !important;
}
.header .nav-member{
    background-color: #cc324b;
    border-radius: 25px;
    color: #fff !important;

}
.header .nav-member:hover{
    color: #fff !important;
}
/* Dropdown styles */
.header .dropdown-menu {
    border: 1px solid #E5E7EB;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    padding: 0.5rem 0;
    font-size: 0.8rem;
}

.header .dropdown-item {
    color: #4B5563;
    padding: 0.5rem 1rem;
    font-weight: 500;
}

.header .dropdown-item:hover {
    color: #6366F1;
    background-color: #F3F4F6;
}

.header .text-primary{
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}
.header .navbar-topbar{
    padding: 0;
    font-size: 0.8rem;
    background: #002147;
}

.header .navbar-topbar a{
    color:  #343a40; 
    font-size: 0.8rem;
}
.header .navbar-dark .navbar-toggler-icon{
    background-color: #2d3748;
}
.header .navbar-menu .nav-link{
    color: #343a40 !important;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-weight: 500;
 }

/***** breadcrumbs *******
/***********************************/
.cmp_breadcrumbs {
    padding-top: 2.75rem;
    padding-bottom: 0.05rem;
    margin-bottom: 1rem;
	background-color: #e9ecef;
	background-image: url(../images/breadcrum.png);
    /*background-size: cover;*/
}

.cmp_breadcrumbs ol {
    list-style: none;
    display: inline-table
}

.cmp_breadcrumbs ol li {
    display: inline-flex;
    background: #c8c9c9;
    padding: 10px 10px 10px 23px;
    position: relative;
    margin: 0px 10px 10px -3px;
}

.cmp_breadcrumbs ol li:first-child {
    padding: 10px 10px 10px 15px
}

.cmp_breadcrumbs ol li:hover {
    cursor: pointer;
    background: #b27b0f;
    color: #000
}

.cmp_breadcrumbs ol li:hover a,.cmp_breadcrumbs ol li:hover span {
    color: #000
}

.cmp_breadcrumbs ol li:hover a:after,.cmp_breadcrumbs ol li:hover span:after {
    border-left-color: #b27b0f;
    color: #000
}

.cmp_breadcrumbs ol li:first-child a:before,.cmp_breadcrumbs ol li:first-child span:before {
    display: none
}

.cmp_breadcrumbs ol li:last-child a:after,.cmp_breadcrumbs ol li:last-child span:after {
    display: none
}

.cmp_breadcrumbs ol li a,.cmp_breadcrumbs ol li span {
    font-size: 14px;
    text-decoration: none;
    color: rgba(0,0,0,0.87)
}

.cmp_breadcrumbs ol li a:after,.cmp_breadcrumbs ol li span:after {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #c8c9c9;
    position: absolute;
    right: -18px;
    top: 0;
    z-index: 1
}

.cmp_breadcrumbs ol li a:before,.cmp_breadcrumbs ol li span:before {
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 18px solid #fff;
    position: absolute;
    left: 0;
    top: 0
}

.cmp_breadcrumbs ol li span.separator {
    display: none
}

.cmp_breadcrumbs ol li.current {
    background: #f5e9d0;
	background-image: url(../images/colorful.jpg);
}

.cmp_breadcrumbs ol li.current a,.cmp_breadcrumbs ol li.current span {
    color: #000;
    font-weight: bold
}

.cmp_breadcrumbs ol li.current a:after,.cmp_breadcrumbs ol li.current span:after {
    border-left-color: #f5e9d0;
    color: #000
}

.cmp_breadcrumbs_backup {
    display: inline-block
}

.cmp_breadcrumbs_backup ol {
    margin-bottom: 30px;
    padding: 5px 0;
    line-height: 20px;
    font-size: 13px
}

.cmp_breadcrumbs_backup li {
    display: inline-block
}

.cmp_breadcrumbs_backup a {
    display: inline-block;
    text-decoration: none
}

.cmp_breadcrumbs_backup .separator {
    color: #fff;
    padding: 0 .5em
}

.cmp_breadcrumbs_backup .current {
    color: #fff
}

.cmp_breadcrumbs_backup .current h1 {
    margin: 0;
    font-family: 'Karla',sans-serif;
    font-size: 13px;
    font-weight: 400
}


.breadcrumbs{
    background-color: #e9ecef;
}
.breadcrumb-item.active{
    text-transform: capitalize;
}
.page-content{
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .08);
}
.page-title{
  text-align: center;
}
.page-title h2 {
    background-color: #1D4ED8; 
    padding: 10px 30px; 
    display: inline-block;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 2px;
    box-shadow: 0 0 2px rgba(0, 0, 0, .05), 0 5px 5px rgba(0, 0, 0, .08);
	border-radius: 10px;
}

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


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



.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 .header {
    min-height: 150px;
    background: #002147;
}

.result-search .header .mask  {
    background: transparent;
}

.member-area .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,
.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;
}*/

.loginInfo > form {
    padding-top: 10px;
    padding-bottom: 10px;
}


.librarian {
  border-top: none;
  -webkit-box-shadow: 0 0 0.5px 1px rgba(0,0,0,0.03), 0 -1px 0.5px -1px rgba(0,0,0,0.02), 0 0 0 -0.5px rgba(0,0,0,0.03);
  box-shadow: 0 0 0.5px 1px rgba(0,0,0,0.03), 0 -1px 0.5px -1px rgba(0,0,0,0.02), 0 0 0 -0.5px rgba(0,0,0,0.03);
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  background: #EFF6FF;
}

.librarian::before {
  content: '';
  position: absolute;
  height: 35%;
  width: 100%;
  background-color: #0d3d7c;
  border-radius: 5px 5px 0 0;
  top: 0;
  left: 0;
}

.librarian .card-block {
    text-align: center;
    padding: 25px;
}

.librarian .card-block .profile-image {
    position: relative;
    margin: 0 auto;
    display: inline-block;
    padding: 5px;
    width: 110px;
    height: 110px;
}

.librarian .card-block .profile-image img {
    z-index: 20;
    position: absolute;
    top: 5px;
    left: 5px;
    width: 100px;
    height: 100px;
    border: 1px solid #fff;
    padding: 5px;
    
}

.librarian .img-radius {
    border-radius: 50%;
}

.librarian .social-link a{
    color: #0d3d7c;
    font-size: 1.2rem;
}

#loginForm form {
    width: 30rem;
    margin: auto;
    border-radius: 4px;
    background: linear-gradient(to bottom right, #50a3a2 0%, #53e3a6 100%);
    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: #fff;
    border-radius: 0.25rem;
    margin-bottom: 8px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    background-color: rgba(255, 255, 255, 0.2);
}

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

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

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

.biblioPagingTop {
    display: none;
}

.grid-item {
    font-size: 1rem;
}

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


.fas-icon{
    padding-right: 10px;
}




/* Home Widget */

.home-widget .s-search{
    padding: 1rem;
}

.home-widget .s-search .container {
  
  padding: 2rem;
  border-radius: 10px;
  margin-top: 1rem;
  text-align: center;
  background-image: radial-gradient(circle at 29% 55%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 4%,transparent 4%, transparent 44%,transparent 44%, transparent 100%),radial-gradient(circle at 85% 89%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 51%,transparent 51%, transparent 52%,transparent 52%, transparent 100%),radial-gradient(circle at 6% 90%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 53%,transparent 53%, transparent 64%,transparent 64%, transparent 100%),radial-gradient(circle at 35% 75%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 6%,transparent 6%, transparent 98%,transparent 98%, transparent 100%),radial-gradient(circle at 56% 75%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 16%,transparent 16%, transparent 23%,transparent 23%, transparent 100%),radial-gradient(circle at 42% 0%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 3%,transparent 3%, transparent 26%,transparent 26%, transparent 100%),radial-gradient(circle at 29% 28%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 51%,transparent 51%, transparent 75%,transparent 75%, transparent 100%),radial-gradient(circle at 77% 21%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 35%,transparent 35%, transparent 55%,transparent 55%, transparent 100%),radial-gradient(circle at 65% 91%, hsla(329,0%,99%,0.05) 0%, hsla(329,0%,99%,0.05) 46%,transparent 46%, transparent 76%,transparent 76%, transparent 100%),linear-gradient(45deg, rgb(83, 91, 235),rgb(76, 11, 174));
 }

.home-widget .s-search .search {
  margin-left: 5rem;
  margin-right: 5rem;
}

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

.home-widget .s-search .search .card-body {
  padding: 0.5rem;
}

.home-widget .s-search .search .input-transparent {
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.8rem;
}

.home-widget .s-search .subject .btn-outline-secondary {
  color: #fff;
  border: 0;
  background-color: #394264;
}

.home-widget .s-info .icon{
  width: 5rem;
  height: 5rem;
  display: inline-flex;
  padding: 1px;
  text-align: center;
  border-radius: 90%;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
}

.home-widget .s-info .card-wrapper {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1rem;
  background-image: linear-gradient(174.2deg, rgba(255, 244, 228, 1) 7.1%, rgba(240, 246, 238, 1) 67.4%);
  background-image: url(../images/bg-card-red.png);
  background-image: url(../images/bg-card.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}


.home-widget .s-info .card-count{
    font-size: 1.5rem;
}


.home-widget .box-title {
  overflow:hidden;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-align: center;
}

.home-widget .box-title>* {
  display:inline-block;
  position:relative
}

.home-widget .box-title>::after,
.home-widget .box-title>::before {
  content:"";
  position:absolute;
  top:calc(50% - (calc(.2px + .05em)/ 2));
  width:2000px;
  border-bottom:calc(.2px + .05em) solid #e5e5e5
}

.home-widget .box-title>::before {
  right:100%;
  margin-right:calc(5px + .3em) 
}

.home-widget .box-title>::after {
  left:100%;
  margin-left:calc(5px + .3em);
}



.home-widget .badge-icon
 {
  color: #a61d37;
  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;
}

.home-widget .box-content .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);
}

.home-widget .box-content .owl-nav > button > span {
    font-size: 35px;
    line-height: 0.8;
    color: #4dbdaf;
}

.home-widget .box-content .owl-nav > button:hover {
    background: #ffa726 !important;
    color: #fff;
    border: 1px solid #ffa726;
}

.home-widget .box-content .owl-nav > button.owl-next {
    right: -15px;
}

.home-widget .box-content .owl-nav > button.owl-prev {
    left: -15px;
}


.home-widget .box-content .book-card {
    padding: 10px;
    border: 1px solid #f3f1f8 !important;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 8px -2px !important;
    border-radius: 5px;
    background: #fff;
}

.home-widget .box-content .book-card .book-image {
    position: relative;
    display: block;
    text-align: center;
}

.home-widget .box-content .book-card .book-image img {
    height: 210px;
    width: 100%;
}

.home-widget .box-content .book-card .book-title {
    padding-top: 10px;
    height: 50px;
    overflow: hidden;
    line-height: 1.3;
}

.home-widget .box-content .book-card .book-title a {
    color: #1E293B;
    font-size: 0.9rem;
}

.home-widget .box-content .book-card .book-author {
    color: #6e798a;
    font-size: 0.7rem;
    height: 20px;
    overflow: hidden;
    padding-top: 3px;
}
.home-widget .s-popular,
.home-widget .s-new

{
    padding: 1rem;
}

.home-widget .s-popular .container,
.home-widget .s-new .container{
    padding: 1rem;
    background: #ffffff;
    border-radius: 0.5rem;
}

.home-widget .s-news-latest{
    background: #e8eff7;
    padding: 1.5rem;
}

.home-widget .s-news-latest .row{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    margin: 20px 0;
}


.home-widget .s-news-latest .card{
   padding: 0.5rem;
}

.home-widget .s-news-latest .card-top {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  overflow: hidden;

}

.home-widget .s-news-latest .card-top img {
  display: block;
  width: 100%;
  height: 120px;
}

.home-widget .s-news-latest .card-info h2 {
  font-size: 14px;
  margin: 10px 0 5px 0;
}

.home-widget .s-news-latest .card-info .date{
    color: #6c757d !important;
}

.home-widget .s-news-latest .card-info .excerpt{
    height: 4rem;
    overflow: hidden;
    text-align: justify;
    color: #666;
}
.home-widget .s-news-latest .card-info h2 a{
    color: #1a2844;
}

.home-widget .s-top-reader {
  padding: 1.5rem;
}


.home-widget .s-top-reader .card {
  border-radius: 25px;
  background-color: #FFF;
}

.home-widget .s-top-reader .image-content,
.home-widget .s-top-reader .card-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px 14px;
}

.home-widget .s-top-reader .image-content {
  position: relative;
  row-gap: 5px;
  padding: 25px 0;
}

.home-widget .s-top-reader  .overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #4070F4;
  background: linear-gradient(90deg, #007bff, #6f42c1);
  border-radius: 25px 25px 0 25px;
}

.home-widget .s-top-reader .overlay::before,
.home-widget .s-top-reader .overlay::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -40px;
  height: 40px;
  width: 40px;
  background-color: #4070F4;
}

.home-widget .s-top-reader .overlay::after {
  border-radius: 0 25px 0 0;
  background-color: #FFF;
}

.home-widget .s-top-reader .card-image {
  position: relative;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  padding: 3px;
  border: 1px solid #fff;
}

.home-widget .s-top-reader .card-image .card-img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.home-widget .s-top-reader .name {
  font-size: 0.9rem;
  font-weight: 500;
  color: #1a2844;
}

.home-widget .s-top-reader .type {
  font-size: 0.8rem;
  color: #707070;
  text-align: center;
  padding-top: 0.1rem;
  padding-bottom: 0.1rem;
}

/* End Section Home */

.browse-author .author-item{
  border-radius: 4px;
  border: 1px solid #DBEAFE;
  background: #EFF2FF;
}

.browse-author .author-item a {
  font-size: 13px;
  color: #444;
  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{
    padding: 1rem;
}
.browse-popular .popular-card {
  overflow: hidden;
  background: #ffffff;
  padding: 15px 0px;
  -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;
  margin: 0 5px 10px 5px;
  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;
}

.browse-topic .col-item{
    height: 10rem;
    
}

.browse-topic .col-item a{
    background: #EFF2FF;
}

/* Custom Nember Area */
.member-dashboard{
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .08);
  margin-top: 1rem !important;
}
.member-dashboard i{
    padding-right: 10px;
}
.member-dashboard .profile-user-img {
  margin: 0 auto;
  width: 100px;
  padding: 3px;
  border: 1px solid #d2d6de;
}

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

}

.member-dashboard .card-statistic .card{
    padding: 10px;
}

.member-dashboard .card-statistic .number{
    font-weight: bold;
    margin-top: 0.5rem;
}

.member-dashboard .memberInfoHead{
    
    font-weight: bold;
    font-size: 0.9rem;
}

.member-dashboard .table-account{
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    display: table;
}

.member-dashboard .notprinted{
 margin-bottom: 1rem;
}

.member-dashboard .notprinted a{
    padding: 0.5rem;
}

.member-dashboard .nav-pills .nav-link {
  color: #222d32;
}
.member-dashboard .nav-pills .nav-link.active{
    color: #fff;
}

.member-dashboard .box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
  border-top: 3px solid #d2d6de;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.member-dashboard .dashboard-box-header::after, .dashboard-box-body::after, .dashboard-box-footer::after {
  clear: both;
}
.member-dashboard .dashboard-box-header::before, .dashboard-box-body::before, .dashboard-box-footer::before, .dashboard-box-header::after, .dashboard-box-body::after, .dashboard-box-footer::after {
  content: " ";
  display: table;
}
.member-dashboard .dashboard-box-header.with-border {
  border-bottom: 1px solid #f4f4f4;
}
.member-dashboard .dashboard-box-header {
  color: #444;
  display: block;
  padding: 10px;
  position: relative;
}

.member-dashboard .dashboard-box-header .box-title {
  display: inline-block;
  font-size: 0.9rem;
  margin: 0;
  line-height: 1;
}

.member-dashboard .dashboard-box-body {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding: 10px;
}

.main-detail{
    padding: 1rem;
}

.main-detail .section-detail{
  margin-bottom: 30px;
}

.main-detail .section-detail h4{
  border-left: .25rem solid #36b9cc !important;
  padding-left: 10px;
}

.main-detail .section-comment{

  margin-bottom: 30px;
}

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

.result-search .search-form{

  background-color: #3c8dbc;
  border-color: #3c8dbc;
  padding: 1rem;
  border-radius: 2px;
}
.result-search .search {
    margin-left: 10rem;
   margin-right: 10rem;
}

.result-search .slidebar-filter{
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 2px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .08);
}

.result-search .slidebar-filter .filter-heading{

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

.result-search .slidebar-filter .filter-form{
    padding: 1rem;
} 

.result-search .result-content{
  background-color: #fff;
   border-radius: 4px;
   box-shadow: 0 0 2px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .08);
   padding: 1rem;
}

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

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

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

.result-search .search .card-body{
    padding: 0.5rem;

}
.result-search .wrapper{
    padding: 0.5rem;
}

.result-search .img-thumbnail {
  padding: .1rem;
  border:0;
  height: 12rem;
}
.result-search .grid-item .card-body{
    height: 3.5rem;
}
.btn-filter{
    background-color: #f3c12b;
    color: #444;
    margin-bottom: 20px;
    display: none;
}

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


/* CSS Navbar Mobile */

#navbar-mobile{
    display: none;
}
.navbar-mobile {
  background: #2758b8;
  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;
}

.navbar-mobile .btn-action {
  position: relative;
  font-size: 20px;
  color: #fff;
  padding: 5px;
  background: transparent;
  border: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
}
.navbar-mobile .btn-action span{
    font-size: 0.8rem;
}
.navbar-mobile .btn-action .count-basket{
  position: absolute;
  color: #fff;
  background-color: #dc3545;
  display: inline-block;
  padding: .25em .4em;
  font-size: 50%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .50rem;
  top: 0px;
  right: 5px;
}
.navbar-mobile-offcanvas-active {
	overflow: hidden;
}

.navbar-mobile-screen-overlay {
  width: 0%;
  height: 100%;
  z-index: 30;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(34, 34, 34, 0.6);
  transition: opacity .2s linear, visibility .1s, width 1s ease-in;
}

.navbar-mobile-screen-overlay.show {
  transition: opacity .5s ease, width 0s;
  opacity: 1;
  width: 100%;
  visibility: visible;
}

.navbar-mobile-offcanvas {
  width: 300px;
  visibility: hidden;
  transform: translateX(-100%);
  transition: all .2s;
  border-radius: 0;
  box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 1200;
  background-color: #fff;
  overflow-y: scroll;
  overflow-x: hidden;
}

.navbar-mobile-offcanvas.navbar-mobile-offcanvas-right {
  right: 0;
  left: auto;
  transform: translateX(100%);
}

.navbar-mobile-offcanvas.show {
  visibility: visible;
  transform: translateX(0);
  transition: transform .2s;
  font-size:13px;
}

.navbar-mobile-offcanvas .navbar-mobile-btn-close {
  position: absolute;
  right: 15px;
  top: 10px;
}


/* Language selector styles */
#languageDropdown {
    font-size: 0.9rem;
    color: #4B5563;
    padding: 0.5rem;
}

#languageDropdown:hover {
    color: #6366F1;
}

#languageDropdown .fa-globe {
    font-size: 1.1rem;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}


.border-left-primary {
  border-left: .25rem solid #4e73df !important;
}
.border-left-danger {
  border-left: .25rem solid #e74a3b !important;
}
.border-left-info {
  border-left: .25rem solid #36b9cc !important;
}

/* Slideshow  */
.home-slideshow{
    margin-top: 2px;
	/*margin-top: 113px;*/
	margin-bottom: -10px;
}
.home-slideshow .carousel-inner{
    border-radius: 5px;
	
}
.carousel-fade .carousel-inner .carousel-item {
  opacity: 0;
  transition: opacity 0.6s ease;
  height: 300px;
}

.carousel-fade .carousel-inner .carousel-item.active {
  opacity: 1;
}

.carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .carousel-control-prev,
.carousel-fade .carousel-control-next {
  z-index: 2;
}

@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-fade .carousel-inner .carousel-item,
  .carousel-fade .carousel-inner .carousel-item-next,
  .carousel-fade .carousel-inner .carousel-item-prev,
  .carousel-fade .carousel-inner .carousel-item.active.carousel-item-right,
  .carousel-fade .carousel-inner .carousel-item.active.carousel-item-left,
  .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right,
  .carousel-fade .carousel-inner .carousel-item.active {
transform: translate3d(0, 0, 0);
  }

  .carousel-fade .carousel-inner .carousel-item-next,
  .carousel-fade .carousel-inner .carousel-item-prev,
  .carousel-fade .carousel-inner .carousel-item.active.carousel-item-right,
  .carousel-fade .carousel-inner .carousel-item.active.carousel-item-left {
opacity: 0;
  }

  .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
  .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right,
  .carousel-fade .carousel-inner .carousel-item.active {
opacity: 1;
  }
}

.carousel-caption {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.9);
  font-size: 17px;
}

.carousel-caption h3 {
  font-size: 30px;
  font-family: 'Lato', sans-serif;
}

html,
body,
.carousel,
.carousel-inner,
.carousel-inner .carousel-item {
  height: 100%;
}

.carousel-item:nth-child(1),
.carousel-item:nth-child(2),
.carousel-item:nth-child(3),
.carousel-item:nth-child(4),
.carousel-item:nth-child(5),
.carousel-item:nth-child(6),
.carousel-item:nth-child(7),
.carousel-item:nth-child(8),
.carousel-item:nth-child(9),
.carousel-item:nth-child(10),
.carousel-item:nth-child(11),
.carousel-item:nth-child(12),
.carousel-item:nth-child(13),
.carousel-item:nth-child(14),
.carousel-item:nth-child(15),
.carousel-item:nth-child(16),
.carousel-item:nth-child(17),
.carousel-item:nth-child(18),
.carousel-item:nth-child(19),
.carousel-item:nth-child(20),
.carousel-item:nth-child(21),
.carousel-item:nth-child(22),
.carousel-item:nth-child(23),
.carousel-item:nth-child(24),
.carousel-item:nth-child(25),
.carousel-item:nth-child(26),
.carousel-item:nth-child(27),
.carousel-item:nth-child(28),
.carousel-item:nth-child(29),
.carousel-item:nth-child(30),
.carousel-item:nth-child(31),
.carousel-item:nth-child(32),
.carousel-item:nth-child(33),
.carousel-item:nth-child(34),
.carousel-item:nth-child(35),
.carousel-item:nth-child(36),
.carousel-item:nth-child(37),
.carousel-item:nth-child(38),
.carousel-item:nth-child(39),
.carousel-item:nth-child(40),
.carousel-item:nth-child(42),
.carousel-item:nth-child(43),
.carousel-item:nth-child(44),
.carousel-item:nth-child(45),
.carousel-item:nth-child(46),
.carousel-item:nth-child(47),
.carousel-item:nth-child(48),
.carousel-item:nth-child(49),
.carousel-item:nth-child(50),
.carousel-item:nth-child(51),
.carousel-item:nth-child(52),
.carousel-item:nth-child(53),
.carousel-item:nth-child(54),
.carousel-item:nth-child(55),
.carousel-item:nth-child(56),
.carousel-item:nth-child(57),
.carousel-item:nth-child(58),
.carousel-item:nth-child(59),
.carousel-item:nth-child(60) {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.carousel-item:nth-child(1) {
  background-image: url('../images/slide1.jpg');
}
.carousel-item:nth-child(2) {
  background-image: url('../images/slide2.jpg');
}
.carousel-item:nth-child(3) {
  background-image: url('../images/slide3.jpg');
}
.carousel-item:nth-child(4) {
  background-image: url('../images/slide4.jpg');
}
.carousel-item:nth-child(5) {
  background-image: url('../images/slide5.jpg');
}
.carousel-item:nth-child(6) {
  background-image: url('../images/slide6.jpg');
}
.carousel-item:nth-child(7) {
  background-image: url('../images/slide7.jpg');
}
.carousel-item:nth-child(8) {
  background-image: url('../images/slide8.jpg');
}
.carousel-item:nth-child(9) {
  background-image: url('../images/slide9.jpg');
}
.carousel-item:nth-child(10) {
  background-image: url('../images/slide10.jpg');
}
.carousel-item:nth-child(11) {
  background-image: url('../images/slide11.jpg');
}
.carousel-item:nth-child(12) {
  background-image: url('../images/slide12.jpg');
}
.carousel-item:nth-child(13) {
  background-image: url('../images/slide13.jpg');
}
.carousel-item:nth-child(14) {
  background-image: url('../images/slide14.jpg');
}
.carousel-item:nth-child(15) {
  background-image: url('../images/slide15.jpg');
}
.carousel-item:nth-child(16) {
  background-image: url('../images/slide16.jpg');
}
.carousel-item:nth-child(17) {
  background-image: url('../images/slide17.jpg');
}
.carousel-item:nth-child(18) {
  background-image: url('../images/slide18.jpg');
}
.carousel-item:nth-child(19) {
  background-image: url('../images/slide19.jpg');
}
.carousel-item:nth-child(20) {
  background-image: url('../images/slide20.jpg');
}
.carousel-item:nth-child(21) {
  background-image: url('../images/slide21.jpg');
}
.carousel-item:nth-child(22) {
  background-image: url('../images/slide22.jpg');
}
.carousel-item:nth-child(23) {
  background-image: url('../images/slide23.jpg');
}
.carousel-item:nth-child(24) {
  background-image: url('../images/slide24.jpg');
}
.carousel-item:nth-child(25) {
  background-image: url('../images/slide25.jpg');
}
.carousel-item:nth-child(26) {
  background-image: url('../images/slide26.jpg');
}
.carousel-item:nth-child(27) {
  background-image: url('../images/slide27.jpg');
}
.carousel-item:nth-child(28) {
  background-image: url('../images/slide28.jpg');
}
.carousel-item:nth-child(29) {
  background-image: url('../images/slide29.jpg');
}
.carousel-item:nth-child(30) {
  background-image: url('../images/slide30.jpg');
}
.carousel-item:nth-child(31) {
  background-image: url('../images/slide31.jpg');
}
.carousel-item:nth-child(32) {
  background-image: url('../images/slide32.jpg');
}
.carousel-item:nth-child(33) {
  background-image: url('../images/slide33.jpg');
}
.carousel-item:nth-child(34) {
  background-image: url('../images/slide34.jpg');
}
.carousel-item:nth-child(35) {
  background-image: url('../images/slide35.jpg');
}
.carousel-item:nth-child(36) {
  background-image: url('../images/slide36.jpg');
}
.carousel-item:nth-child(37) {
  background-image: url('../images/slide37.jpg');
}
.carousel-item:nth-child(38) {
  background-image: url('../images/slide38.jpg');
}
.carousel-item:nth-child(39) {
  background-image: url('../images/slide39.jpg');
}
.carousel-item:nth-child(40) {
  background-image: url('../images/slide40.jpg');
}
.carousel-item:nth-child(41) {
  background-image: url('../images/slide41.jpg');
}
.carousel-item:nth-child(42) {
  background-image: url('../images/slide42.jpg');
}
.carousel-item:nth-child(43) {
  background-image: url('../images/slide43.jpg');
}
.carousel-item:nth-child(44) {
  background-image: url('../images/slide44.jpg');
}
.carousel-item:nth-child(45) {
  background-image: url('../images/slide45.jpg');
}
.carousel-item:nth-child(46) {
  background-image: url('../images/slide46.jpg');
}
.carousel-item:nth-child(47) {
  background-image: url('../images/slide47.jpg');
}
.carousel-item:nth-child(48) {
  background-image: url('../images/slide48.jpg');
}
.carousel-item:nth-child(49) {
  background-image: url('../images/slide49.jpg');
}
.carousel-item:nth-child(50) {
  background-image: url('../images/slide50.jpg');
}
.carousel-item:nth-child(51) {
  background-image: url('../images/slide51.jpg');
}
.carousel-item:nth-child(52) {
  background-image: url('../images/slide52.jpg');
}
.carousel-item:nth-child(53) {
  background-image: url('../images/slide53.jpg');
}
.carousel-item:nth-child(54) {
  background-image: url('../images/slide54.jpg');
}
.carousel-item:nth-child(55) {
  background-image: url('../images/slide55.jpg');
}
.carousel-item:nth-child(56) {
  background-image: url('../images/slide56.jpg');
}
.carousel-item:nth-child(57) {
  background-image: url('../images/slide57.jpg');
}
.carousel-item:nth-child(58) {
  background-image: url('../images/slide58.jpg');
}
.carousel-item:nth-child(59) {
  background-image: url('../images/slide59.jpg');
}
.carousel-item:nth-child(60) {
  background-image: url('../images/slide60.jpg');
}


html {
    scroll-behavior: smooth;
}
body{
    color: #1a2844;
    font-family: 'Poppins', sans-serif;
    font-size: 0.8rem;
    background-color: #ffffff;
	background-image: repeating-linear-gradient(135deg, rgba(181, 181, 181, 0.09) 0px, rgba(181, 181, 181, 0.09) 1px, transparent 1px, transparent 11px), repeating-linear-gradient(45deg, rgba(181, 181, 181, 0.09) 0px, rgba(181, 181, 181, 0.09) 1px, transparent 1px, transparent 11px), linear-gradient(90deg, #f8f8f8, #f8f8f8);
}

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: 1px;
  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: 530px;
}
.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(90deg, #007bff, #6f42c1);*/
	background-image: radial-gradient(circle at 29% 55%, hsla(329, 0%, 99%, 0.05) 0%, hsla(329, 0%, 99%, 0.05) 4%, transparent 4%, transparent 44%, transparent 44%, transparent 100%), radial-gradient(circle at 85% 89%, hsla(329, 0%, 99%, 0.05) 0%, hsla(329, 0%, 99%, 0.05) 51%, transparent 51%, transparent 52%, transparent 52%, transparent 100%), radial-gradient(circle at 6% 90%, hsla(329, 0%, 99%, 0.05) 0%, hsla(329, 0%, 99%, 0.05) 53%, transparent 53%, transparent 64%, transparent 64%, transparent 100%), radial-gradient(circle at 35% 75%, hsla(329, 0%, 99%, 0.05) 0%, hsla(329, 0%, 99%, 0.05) 6%, transparent 6%, transparent 98%, transparent 98%, transparent 100%), radial-gradient(circle at 56% 75%, hsla(329, 0%, 99%, 0.05) 0%, hsla(329, 0%, 99%, 0.05) 16%, transparent 16%, transparent 23%, transparent 23%, transparent 100%), radial-gradient(circle at 42% 0%, hsla(329, 0%, 99%, 0.05) 0%, hsla(329, 0%, 99%, 0.05) 3%, transparent 3%, transparent 26%, transparent 26%, transparent 100%), radial-gradient(circle at 29% 28%, hsla(329, 0%, 99%, 0.05) 0%, hsla(329, 0%, 99%, 0.05) 51%, transparent 51%, transparent 75%, transparent 75%, transparent 100%), radial-gradient(circle at 77% 21%, hsla(329, 0%, 99%, 0.05) 0%, hsla(329, 0%, 99%, 0.05) 35%, transparent 35%, transparent 55%, transparent 55%, transparent 100%), radial-gradient(circle at 65% 91%, hsla(329, 0%, 99%, 0.05) 0%, hsla(329, 0%, 99%, 0.05) 46%, transparent 46%, transparent 76%, transparent 76%, transparent 100%), linear-gradient(45deg, rgb(83, 91, 235), rgb(76, 11, 174));
    color: white;
    padding: 0rem 0;
  }
  .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 0.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;
}