/**
 * @Author: Waris Agung Widodo <user>
 * @Date:   2018-01-22T10:46:36+07:00
 * @Email:  ido.alit@gmail.com
 * @Filename: style.css
 * @Last modified by:   user
 * @Last modified time: 2018-01-26T11:08:52+07:00
 */

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

html {
    scroll-behavior: smooth;
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

body {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0.01em;
}

h1, h2, h3, h4, h5, h6,
.navbar, .nav-link, .btn,
.card-title, .footer-title {
    font-family: 'Open Sans', sans-serif;
}

.c-header {
    min-height: 460px;
    background: url('../images/slide1.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 90%;
    position: relative;
}

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

.search {
    margin-top: -30px;
}

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

.search .input-transparent {
    border: none;
    outline: none;
    background: transparent;
    font-size: 16pt;
}

.search .input-transparent::placeholder {
    font-weight: 200;
    color: #ccc;
}

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

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

.topic {
    list-style: none;
}

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

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

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

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

.subtitle-section {
    font-size: 12px;
}

.btn-rounded {
    border-radius: 20px 20px 20px 20px;
    padding-left: 32px;
    padding-right: 32px;
    font-weight: 200;
}

.card-text.title {
    font-size: 12px;
}

.link-see-more {
    font-style: italic;
    color: #999;
    text-decoration: none;
}

.link-see-more:hover {
    color: #666;
    text-decoration: none;
}

.advanced-wraper {
    background: #fff;
    padding: 16px;
    position: absolute;
    top: 64px;
    left: 16px;
    right: 16px;
    border-radius: 4px;
    z-index: 999;
}

.card-image-rounded {
    width: 80px;
    height: 80px;
    overflow: hidden;
    border-radius: 50%;
    background: #ccc;
}

.card-image {
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #f1f1f1;
}

.card-image img, .card-image-rounded img {
    width: 102%;
    height: 102%;
    margin-top: -1%;
    margin-left: -1%;
}

.collection .card-text {
    font-size: 12px;
}

.result-search .c-header,
.member-area .c-header {
    min-height: 160px;
}

.item p {
    font-size: 10pt;
}

.authors a {
    font-size: 12px;
    margin-right: 8px;
    margin-bottom: 8px;
    padding-left: 16px;
    padding-right: 16px;
}

.availability {
    text-align: center;
    overflow: hidden;
}

.availability .label {
    font-size: 7pt;
    color: #aaa;
}

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

.add-to-chart {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #606f7b;
    color: #f8fafc;
    opacity: 0;
    transition: all 0.3s ease-in-out;
}

.add-to-chart .label {
    color: #f8fafc;
}

.availability:hover .add-to-chart {
    opacity: 1;
}

.availability:hover .availability-content {
    filter: blur(8px);
    -webkit-filter: blur(8px);
}

.biblioPaging {
    text-align: center;
    border-top: 1px solid #dae1e7;
    padding-top: 20px;
}

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

.biblioPaging .pagingList {
    display: inline-flex;
    justify-content: center;
    background: #dae1e7;
    border-radius: 20px;
}

.biblioPaging .pagingList b,
.biblioPaging .pagingList a {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    text-decoration: none;
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.biblioPaging .pagingList b {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    border-radius: 20px;
    min-width: 38px;
    box-shadow: 0px 0px 10px #007bff;
}

.biblioPaging .pagingList a {
    color: #3d4852;
    background-color: transparent;
}

.biblioPaging .pagingList a:hover {
    color: #007bff;
}

.biblioPaging .pagingList a.first_link {
    padding-left: 20px;
}

.biblioPaging .pagingList a.last_link {
    padding-right: 20px;
}

.sugestion {
    min-height: 80px;
    margin-top: 16px;
    padding-left: 60px;
}

.sugestion .title {
    font-weight: 600;
}

.sugestion .author {
    color: #839CB5;
}

.container-img {
    width: 60px;
    position: absolute;
    top: -10px;
    left: 10px;
    overflow: hidden;
    border-radius: 4px;
}

.sugestion .card-text {
    font-size: 12px;
}

.text-label {
    font-weight: bold !important;
}

/* Enter and leave animations can use different */
/* durations and timing functions.              */
.slide-fade-enter-active {
    transition: all .3s ease;
}

.slide-fade-leave-active {
    transition: all .5s cubic-bezier(1.0, 0.5, 0.8, 1.0);
}

.slide-fade-enter, .slide-fade-leave-to
    /* .slide-fade-leave-active below version 2.1.8 */
{
    transform: translateX(10px);
    opacity: 0;
}

/* Card elevation */

.elevation-1 {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.elevation-1:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.elevation-2 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.elevation-3 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.elevation-4 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.elevation-5 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.page-member-area .memberButton,
.jsonResultLink,
.xmlResultLink {
    font-weight: 400;
    color: #007bff;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.jsonResultLink:hover,
.xmlResultLink:hover {
    color: #0056b3;
    text-decoration: none;
}

.jsonResultLink:focus,
.xmlResultLink:focus {
    text-decoration: none;
    box-shadow: none;
}

.jsonResultLink:disabled,
.xmlResultLink:disabled {
    color: #6c757d;
    pointer-events: none;
}

.biblioMarkFormAction {
    display: none;
}

.memberInfoHead {
    font-size: 24px;
    font-weight: bold;
    border-left: 4px solid #848484;
    padding: 2px 4px 2px 16px;
    margin-bottom: 16px;
}

.page-member-area .tagline {
    margin-top: 0.5rem;
    margin-bottom: 1.5rem;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    padding-bottom: 1.5rem;
}

.page-member-area .memberButton {
    background-color: #0074e7;
    color: white;
    margin-top: 1rem;
    cursor: pointer;
    transition: all 200ms ease-in-out;
}

.page-member-area .memberButton:hover {
    background-color: #0085ff;
    box-shadow: 0 0 4px rgba(0, 0, 0, .05), 0 6px 10px rgba(0, 0, 0, .08);
}

.page-member-area .errorBox {
    color: #fd423d;
    padding: 1rem;
    background-color: rgba(255, 67, 61, 0.22);
    border-radius: 4px;
    margin-bottom: 1rem;
}

.page-member-area .loginInfo {
    padding: 0.5rem 0;
}

.page-member-area .fieldLabel {
    font-weight: bold;
    padding: 0.2rem 0;
}

.page-member-area .form-control {
    width: 320px;
}

.librarian {
    display: flex;
    margin-bottom: 1.5rem;
    flex: 0 50%;
}

.span2 {
    width: 12rem;
}

.span2 div:first-child {
    padding: 2rem;
    background: #dae1e7;
    border-radius: 4px;
}

.span2 img {
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12),
    0 2px 4px 0 rgba(0, 0, 0, 0.08);
}

.span8 {
    flex: 1;
    padding: 0 1rem 0 1rem;
}

.span8 .row-fluid {
    display: flex;
}

.span8 .row-fluid .key {
    flex: 0 0 100px;
    font-weight: bold;
}

.span8 .row-fluid .value {
    flex: 1;
}

.span8 .librarian-social {
    list-style: none;
    padding: 0;
    margin: 0;
}

#loginForm form {
    width: 20rem;
}

#loginForm .heading1 {
    font-weight: bold;
}

#loginForm .login_input input {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin-bottom: 8px;
}

#loginForm .homeButton {
    display: none;
}

.loginButton {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#loginForm .loginButton {
    margin-top: 10px;
}

#loginForm .loginButton {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

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

#adv-modal .modal-content,
#adv-modal .modal-footer {
    position: relative;
    z-index: 1;
}

#adv-modal .modal-content:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: url("../images/logo-big.png");
    background-repeat: no-repeat;
    background-size: 50%;
    background-position-x: 500px;
    background-position-y: 250px;
    z-index: 0;
    opacity: 0.5;
}

.attachList {
    padding: 4px 24px;
}

.attachList li {
    padding: 4px 0;
}

.comment-found {
    display: inline-block;
    margin-bottom: 8px;
}

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

.comments .comment-member {
    font-size: 10pt;
    font-weight: bold;
}

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

#vio {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 99999999999;
    background: #f56565;
    padding: 8px 0;
    color: #fff5f5;
}

#vio a {
    color: #2d3748;
}

#colorbox {
    border-radius: 5px;
}

#cboxLoadedContent {
    padding: 10px;
}

#cboxOverlay {
    background: #404040;
}

#cboxTitle {
    font: 10pt/1.8 'Quicksand', sans-serif;
    font-weight: bold;
    padding: 15px 0;
    background: #000000;
    bottom: 0;
    color: #ffffff;
}

#cboxTopLeft,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomRight {
    width: 0;
    height: 0;
}

#cboxMiddleLeft,
#cboxMiddleRight {
    width: 0;
}

#cboxBottomCenter,
#cboxTopCenter {
    height: 0;
}

#languageMenuButton::after {
    display: none;
}

.s-chat {
    display: none;
    flex-direction: column;
    width: 320px;
    height: 480px;
    position: fixed;
    bottom: 16px;
    right: 16px;
    background: white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    padding: 16px;
    overflow: hidden;
    z-index: 99;
}

.s-chat::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 150px;
    background: #EF6C00;
    z-index: 0;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
}

.s-chat div,
.s-chat a,
.s-chat footer {
    position: relative;
    z-index: 10;
}

#show-pchat {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    z-index: 20;
    top: 0;
    right: 0;
    background-color: white;
    border-bottom-left-radius: 4px;
    cursor: pointer;
}

#show-pchat i {
    display: none;
}

#show-pchat:hover {
    opacity: .9;
}

#show-pchat:before {
    font-family: Font Awesome\ 5 Free;
    content: "\f2d1";
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
}

.s-chat-header {
    font-size: 24px;
    font-weight: 300;
    color: #ebf8ff;
    line-height: 1.2;
}

.s-chat-content.text-center {
    position: relative;
}

.s-chat-content.text-center form {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 0 16px;
    margin-top: 4px;
}

.s-chat-content.text-center p:first-of-type {
    text-align: left;
    font-size: 14px;
    color: #FFE0B2;
    font-weight: 300;
    margin: 0 -16px;
    line-height: 1;
}

.s-chat-content.text-center hr {
    background: white;
    border-radius: 8px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 378px;
    z-index: 1;
}

.s-chat-content.text-center label {
    z-index: 10;
    position: relative;
    margin-top: 20px;
    font-size: 14px;
}

.s-chat-content.text-center input#message {
    z-index: 10;
    position: relative;
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 16px;
}

.s-chat-content input#message:focus,
.s-chat-content.text-center input#message:focus {
    color: #495057;
    background-color: #fff;
    border-color: #FFCC80;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,204,128,.25);
}

.s-chat-content label {
    z-index: 10;
    position: relative;
}

.s-chat-content input#message {
    z-index: 10;
    position: relative;
    display: inline-block;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-bottom: 8px;
}

.s-chat-content .btn.btn-block {
    border: 1px solid #E65100;
    position: relative;
    z-index: 10;
    font-size: 14px;
    background-color: #EF6C00;
    color: #FFF3E0;
}

.s-chat-content .btn.btn-block:hover {
    background-color: #F57C00;
}

.s-chat-content:not(.text-center) {
    border-radius: 8px;
    background: white;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    height: 370px;
    margin: 8px 0;
    padding: 16px;
    font-size: 14px;
}

.s-chat-content #log {
    height: 270px;
    background-color: white;
    margin: -16px -16px 8px -16px;
    border-radius: 8px 8px 0 0;
    padding: 16px;
    border-bottom: 1px solid #e3e3e3;
    overflow-y: scroll;
}

.s-chat footer {
    font-size: 11px;
    padding: 16px;
    display: none;
}

.s-chat footer:not(.text-center) {
    font-size: 11px;
    padding: 0;
    display: block;
}

.remember_forgot {
    display: flex;
    justify-content: space-between;
}

.expand {
    margin: 0 -1.25rem -1.25rem -1.25rem;
}

.navbar-collapse.collapsing,
.navbar-collapse.collapse.show {
    background-color: #2d3748;
    padding: 16px;
    z-index: 99;
    border-radius: 4px;
    margin-top: 8px;
}

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

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

.biblioPagingTop {
    display: none;
}

.grid-item {
    font-size: 12.04px;
    font-family: "Open Sauce One", sans-serif;
}

.grid-item--title {
	box-sizing: border-box;
    color: rgb(33, 33, 33);
    cursor: pointer;
    display: -webkit-box;
    line-height: 18.0667px;
    margin-bottom: 4px;
    max-height: 100%;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: pre-wrap;
    word-break: keep-all;
    -moz-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.grid-item .list-group-item {
    padding: .25rem .5rem;
    display: flex;
    justify-content: space-between;
}

.grid-item .list-group-item label {
    color: #6D7588;
    padding: 0;
    margin: 0;
}

img.not-available {
    filter: grayscale(.9);
}

.grid-item--menu {
    position: absolute;
    top: .5rem;
    right: .5rem;
    z-index: 10;
}

.grid-item--menu .dropdown-toggle {
    text-decoration: none;
    color: inherit;
}

.grid-item--menu .dropdown-toggle::after {
    display: none;
}

pre.sf-dump, pre.sf-dump .sf-dump-default {
    z-index: 888 !important;
}

.availability-item {
    color: white; 
    padding: 10px; 
    border-radius: 5px
}

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

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

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

/* ==========================================================================
   Modern Login Form Styling (SPENSABA LIBRARY)
   ========================================================================== */
#loginForm {
    max-width: 440px;
    margin: 40px auto;
    padding: 36px 40px;
    background: #ffffff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    border: 1px solid #e2e8f0;
}

#loginForm form {
    display: flex;
    flex-direction: column;
}

#loginForm .heading1 {
    font-size: 12px;
    font-weight: 700;
    color: #475569;
    margin-bottom: 6px;
    margin-top: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

#loginForm .heading1:first-child {
    margin-top: 0;
}

#loginForm .login_input {
    margin-bottom: 12px;
}

#loginForm .login_input input {
    width: 100%;
    padding: 12px 16px;
    font-size: 14px;
    color: #1e293b;
    background-color: #f8fafc;
    border: 1.5px solid #cbd5e1;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
    outline: none;
    box-sizing: border-box;
}

#loginForm .login_input input:focus {
    background-color: #ffffff;
    border-color: #0284c7;
    box-shadow: 0 0 0 3px rgba(2, 132, 199, 0.15);
}

#loginForm .marginTop {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
}

#loginForm .remember_forgot {
    width: 100%;
    margin-bottom: 12px;
}

#loginForm .remember_forgot label {
    font-size: 13px;
    color: #64748b;
    cursor: pointer;
}

#loginForm .loginButton {
    flex: 1;
    padding: 12px 24px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #0284c7;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 12px rgba(2, 132, 199, 0.3);
}

#loginForm .loginButton:hover {
    background: #0369a1;
    transform: translateY(-1px);
}

#loginForm .homeButton {
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    color: #475569;
    background: #f1f5f9;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.2s ease;
}

#loginForm .homeButton:hover {
    background: #e2e8f0;
    color: #1e293b;
}

#loginForm .captchaAdmin {
    margin: 16px 0;
    text-align: center;
}

/* ==========================================================================
   Spensaba Professional Footer Styling (Adaptation from UMS Library)
   ========================================================================== */
.spensaba-footer {
    border-top: 4px solid #0284c7;
    background: #1b2a4a;
    color: #cbd5e1;
}

.spensaba-footer-main {
    padding-top: 48px;
    padding-bottom: 36px;
}

.spensaba-footer .footer-title {
    font-size: 16px;
    letter-spacing: 0.5px;
    position: relative;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.spensaba-footer .footer-title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 35px;
    height: 3px;
    background: #38bdf8;
    border-radius: 2px;
}

.spensaba-footer .footer-contact-item {
    font-size: 13.5px;
    color: #cbd5e1;
    line-height: 1.5;
}

.spensaba-footer .footer-links li {
    margin-bottom: 8px;
}

.spensaba-footer .footer-links a {
    color: #cbd5e1;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.spensaba-footer .footer-links a:hover {
    color: #38bdf8;
    padding-left: 5px;
}

.spensaba-footer .footer-hours {
    color: #e2e8f0;
}

.spensaba-footer .border-secondary {
    border-color: rgba(255, 255, 255, 0.15) !important;
}

/* Bottom Bar / Sub-Footer */
.spensaba-footer-bottom {
    background: #fbbf24;
    color: #0f172a;
}

.spensaba-footer-bottom .copyright {
    color: #0f172a;
}

.spensaba-footer-bottom .social-icon-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    margin-left: 8px;
    background: #0f172a;
    color: #ffffff;
    border-radius: 50%;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.2s ease;
}

.spensaba-footer-bottom .social-icon-btn:hover {
    background: #0284c7;
    color: #ffffff;
    transform: translateY(-2px);
}

/* ==========================================================================
   Back to Top Floating Button
   ========================================================================== */
#backToTopBtn {
    position: fixed;
    bottom: 90px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: #1b2a4a;
    color: #ffffff;
    border: 2px solid #38bdf8;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    cursor: pointer;
    z-index: 9990;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
    outline: none !important;
}

#backToTopBtn:hover {
    background-color: #0284c7;
    color: #ffffff;
    transform: translateY(-4px);
    box-shadow: 0 6px 20px rgba(2, 132, 199, 0.4);
}

#backToTopBtn:active {
    transform: scale(0.9) translateY(0);
}

#backToTopBtn.show {
    opacity: 1;
    visibility: visible;
}

/* ==========================================================================
   SPENSABA Homepage Modern Section Headers
   ========================================================================== */
.spensaba-section-header {
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 28px;
    padding: 22px 28px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}
.spensaba-section-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: 14px;
    color: #ffffff;
    font-size: 22px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}
.spensaba-section-title {
    font-size: 20px;
    font-weight: 800;
    color: #0f172a;
    margin: 0 0 4px 0;
    letter-spacing: -0.3px;
    line-height: 1.3;
}
.spensaba-section-subtitle {
    font-size: 13.5px;
    color: #64748b;
    margin: 0;
    line-height: 1.5;
    font-weight: 400;
}

/* ==========================================================================
   SPENSABA Top Reader - Modern Premium Cards
   ========================================================================== */
.top-reader-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 8px;
}
@media (max-width: 768px) {
    .top-reader-grid {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}
.top-reader-col {
    display: flex;
}
.top-reader-card {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 36px 24px 28px;
    background: #ffffff;
    border-radius: 20px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
}
.top-reader-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #94a3b8, #cbd5e1);
    transition: height 0.3s ease;
}
.top-reader-champion::before {
    background: linear-gradient(90deg, #f59e0b, #fbbf24, #f59e0b);
    height: 5px;
}
.top-reader-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 36px rgba(0, 0, 0, 0.1);
    border-color: transparent;
}
.top-reader-card:hover::before {
    height: 6px;
}

/* Rank Badge */
.top-reader-rank {
    position: absolute;
    top: 14px;
    right: 14px;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
    z-index: 2;
}

/* Avatar */
.top-reader-avatar-wrapper {
    margin-bottom: 16px;
    position: relative;
}
.top-reader-avatar-ring {
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 3px solid #f59e0b;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #f8fafc;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.top-reader-card:hover .top-reader-avatar-ring {
    transform: scale(1.06);
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.12);
}
.top-reader-avatar-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}

/* Name */
.top-reader-name {
    font-size: 15px;
    font-weight: 800;
    color: #0f172a;
    text-align: center;
    margin: 0 0 6px 0;
    letter-spacing: -0.2px;
    line-height: 1.3;
    text-transform: capitalize;
}

/* Type Badge */
.top-reader-type {
    display: inline-block;
    padding: 4px 14px;
    border-radius: 20px;
    font-size: 11.5px;
    font-weight: 600;
    color: #6366f1;
    background: #eef2ff;
    letter-spacing: 0.3px;
}

/* Divider */
.top-reader-divider {
    width: 60%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e2e8f0, transparent);
    margin: 18px auto;
}

/* Stats */
.top-reader-stats {
    display: flex;
    align-items: center;
    gap: 0;
    width: 100%;
    justify-content: center;
}
.top-reader-stat {
    text-align: center;
    flex: 1;
    padding: 0 8px;
}
.top-reader-stat-number {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.2;
    letter-spacing: -0.5px;
}
.top-reader-stat-label {
    font-size: 11px;
    color: #94a3b8;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-top: 2px;
}
.top-reader-stat-sep {
    width: 1px;
    height: 36px;
    background: linear-gradient(180deg, transparent, #e2e8f0, transparent);
    flex-shrink: 0;
}

.ck-content {
    padding: 0 !important;
}

.lib-info-page {
    font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, sans-serif !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    color: #1e293b !important;
}

.faq-style-hero, .lib-hero {
    background: linear-gradient(135deg, #3742a0 0%, #2b368c 100%) !important;
    border-radius: 20px !important;
    padding: 40px 36px !important;
    margin-top: 0 !important;
    margin-bottom: 28px !important;
    position: relative !important;
    overflow: hidden !important;
    box-shadow: 0 8px 28px rgba(43, 54, 140, 0.25) !important;
}

.faq-style-hero::after, .lib-hero::after {
    content: '' !important;
    position: absolute !important;
    top: -60px !important;
    right: -60px !important;
    width: 220px !important;
    height: 220px !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border-radius: 50% !important;
    pointer-events: none !important;
}

.faq-style-badge, .lib-hero-badge {
    display: inline-block !important;
    background: #ffc107 !important;
    color: #0b1736 !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    padding: 14px 26px !important;
    border-radius: 12px !important;
    margin-bottom: 14px !important;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12) !important;
    letter-spacing: -0.3px !important;
    text-transform: none !important;
    border: none !important;
}

.faq-style-subtitle, .lib-hero p {
    color: #ffffff !important;
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin: 0 !important;
    opacity: 0.95 !important;
}

.lib-section {
    background: #ffffff !important;
    border-radius: 16px !important;
    padding: 28px 30px !important;
    margin-bottom: 24px !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.03) !important;
    transition: transform 0.2s, box-shadow 0.2s !important;
}
.lib-section:hover {
    box-shadow: 0 8px 28px rgba(0,0,0,0.07) !important;
}
.lib-section-header {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-bottom: 20px !important;
}
.lib-section-icon {
    width: 42px !important;
    height: 42px !important;
    border-radius: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    flex-shrink: 0 !important;
}
.lib-section-icon.blue { background: #eff6ff !important; color: #2563eb !important; }
.lib-section-icon.emerald { background: #ecfdf5 !important; color: #059669 !important; }
.lib-section-icon.violet { background: #f5f3ff !important; color: #7c3aed !important; }
.lib-section-icon.amber { background: #fffbeb !important; color: #d97706 !important; }
.lib-section-title {
    font-size: 18px !important;
    font-weight: 800 !important;
    color: #0f172a !important;
    margin: 0 !important;
    letter-spacing: -0.3px !important;
}

/* Schedule Table */
.lib-schedule-table {
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    border-radius: 12px !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
}
.lib-schedule-table thead th {
    background: linear-gradient(135deg, #0284c7 0%, #0369a1 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 13px !important;
    padding: 12px 18px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.4px !important;
    text-align: left !important;
    border: none !important;
}
.lib-schedule-table tbody td {
    padding: 14px 18px !important;
    border-bottom: 1px solid #f1f5f9 !important;
    font-size: 14px !important;
    color: #334155 !important;
    vertical-align: middle !important;
}
.lib-schedule-table tbody tr:last-child td {
    border-bottom: none !important;
}
.lib-schedule-table tbody tr:hover td {
    background: #f8fafc !important;
}
.lib-day-label {
    font-weight: 700 !important;
    color: #0f172a !important;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.lib-day-icon {
    width: 28px !important;
    height: 28px !important;
    border-radius: 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 12px !important;
}
.lib-day-icon.active { background: #ecfdf5 !important; color: #059669 !important; }
.lib-day-icon.half { background: #eff6ff !important; color: #2563eb !important; }
.lib-day-icon.closed { background: #fef2f2 !important; color: #dc2626 !important; }
.lib-time-badge {
    display: inline-flex !important;
    align-items: center !important;
    gap: 5px !important;
    padding: 4px 12px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}
.lib-time-badge.open {
    background: #ecfdf5 !important;
    color: #059669 !important;
    border: 1px solid #a7f3d0 !important;
}
.lib-time-badge.closed {
    background: #fef2f2 !important;
    color: #dc2626 !important;
    border: 1px solid #fecaca !important;
}

/* Service Grid */
.lib-services-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
}
.lib-service-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    padding: 16px !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
    transition: all 0.2s !important;
}
.lib-service-item:hover {
    background: #ffffff !important;
    box-shadow: 0 4px 16px rgba(0,0,0,0.06) !important;
    border-color: #bfdbfe !important;
}
.lib-service-icon {
    width: 38px !important;
    height: 38px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    flex-shrink: 0 !important;
}
.lib-service-icon.s1 { background: #dbeafe !important; color: #2563eb !important; }
.lib-service-icon.s2 { background: #d1fae5 !important; color: #059669 !important; }
.lib-service-icon.s3 { background: #ede9fe !important; color: #7c3aed !important; }
.lib-service-icon.s4 { background: #fef3c7 !important; color: #d97706 !important; }
.lib-service-icon.s5 { background: #fce7f3 !important; color: #db2777 !important; }
.lib-service-icon.s6 { background: #ccfbf1 !important; color: #0d9488 !important; }
.lib-service-name {
    font-weight: 700 !important;
    font-size: 14px !important;
    color: #0f172a !important;
    margin-bottom: 2px !important;
}
.lib-service-desc {
    font-size: 12.5px !important;
    color: #64748b !important;
    line-height: 1.4 !important;
}

/* Contact Cards */
.lib-contact-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 14px !important;
}
.lib-contact-item {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    padding: 16px !important;
    background: #f8fafc !important;
    border-radius: 12px !important;
    border: 1px solid #e2e8f0 !important;
}
.lib-contact-icon {
    width: 40px !important;
    height: 40px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 16px !important;
    flex-shrink: 0 !important;
    background: #eff6ff !important;
    color: #2563eb !important;
}
.lib-contact-icon.wa { background: #d1fae5 !important; color: #059669 !important; }
.lib-contact-icon.mail { background: #fef3c7 !important; color: #d97706 !important; }
.lib-contact-icon.loc { background: #fce7f3 !important; color: #db2777 !important; }
.lib-contact-icon.sch { background: #e0f2fe !important; color: #0284c7 !important; }
.lib-contact-label {
    font-size: 11.5px !important;
    color: #94a3b8 !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.3px !important;
}
.lib-contact-value {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0f172a !important;
    margin-top: 1px !important;
}
.lib-contact-value a {
    color: #2563eb !important;
    text-decoration: none !important;
}
.lib-contact-value a:hover {
    text-decoration: underline !important;
}

/* Map Section */
.lib-map-wrapper {
    border-radius: 14px !important;
    overflow: hidden !important;
    border: 1px solid #e2e8f0 !important;
    margin-top: 16px !important;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06) !important;
}
.lib-map-wrapper iframe {
    width: 100% !important;
    height: 260px !important;
    border: none !important;
    display: block !important;
}

@media (max-width: 640px) {
    .lib-services-grid, .lib-contact-grid {
        grid-template-columns: 1fr !important;
    }
    .lib-hero { padding: 28px 22px !important; }
    .lib-hero h2 { font-size: 22px !important; }
}

/* ==========================================================================
   SPENSABA Help/Bantuan Page - Step Cards & Info Cards
   ========================================================================== */

/* Step Cards Grid */
.help-steps-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
@media (max-width: 768px) {
    .help-steps-grid {
        grid-template-columns: 1fr;
    }
}
.help-step-card {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 22px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    transition: all 0.3s ease;
}
.help-step-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    border-color: #cbd5e1;
}
.help-step-number {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    height: 44px;
    border-radius: 14px;
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    color: #ffffff;
    font-size: 18px;
    font-weight: 800;
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.25);
    flex-shrink: 0;
}
.help-step-content {
    flex: 1;
}
.help-step-title {
    font-size: 15px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 6px 0;
    line-height: 1.3;
}
.help-step-desc {
    font-size: 13px;
    color: #64748b;
    margin: 0;
    line-height: 1.65;
}

/* Info Cards (Peminjaman / Pengembalian) */
.help-info-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
@media (max-width: 768px) {
    .help-info-cards {
        grid-template-columns: 1fr;
    }
}
.help-info-card {
    padding: 28px;
    border-radius: 18px;
    border: 1px solid transparent;
    position: relative;
    overflow: hidden;
}
.help-info-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
}
.blue-card {
    background: linear-gradient(145deg, #eff6ff, #f0f9ff);
    border-color: #bfdbfe;
}
.blue-card::before {
    background: linear-gradient(90deg, #3b82f6, #60a5fa);
}
.blue-card .help-info-icon {
    background: linear-gradient(135deg, #3b82f6, #1d4ed8);
}
.green-card {
    background: linear-gradient(145deg, #ecfdf5, #f0fdf4);
    border-color: #bbf7d0;
}
.green-card::before {
    background: linear-gradient(90deg, #10b981, #34d399);
}
.green-card .help-info-icon {
    background: linear-gradient(135deg, #10b981, #059669);
}
.help-info-icon {
    width: 48px;
    height: 48px;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-size: 20px;
    margin-bottom: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.help-info-card h4 {
    font-size: 17px;
    font-weight: 700;
    color: #0f172a;
    margin: 0 0 14px 0;
}
.help-info-list {
    margin: 0;
    padding-left: 20px;
    list-style: none;
    counter-reset: step;
}
.help-info-list li {
    position: relative;
    padding: 6px 0 6px 10px;
    font-size: 13.5px;
    color: #475569;
    line-height: 1.6;
    counter-increment: step;
}
.help-info-list li::before {
    content: counter(step) ".";
    position: absolute;
    left: -18px;
    font-weight: 700;
    color: #94a3b8;
}

/* Amber section icon */
.lib-section-icon.amber {
    background: linear-gradient(135deg, #f59e0b, #d97706);
    color: #ffffff;
}

/* ==========================================================================
   SPENSABA Animated Yellow Underline Navigation Effect (Montserrat/Jakarta Uppercase)
   ========================================================================== */
#main-navbar {
    padding-top: 14px !important;
    padding-bottom: 14px !important;
    min-height: 76px !important;
    transform: none !important;
}
#main-navbar .navbar-brand {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-right: 20px !important;
    display: inline-flex !important;
    align-items: center !important;
}
#main-navbar .navbar-brand img {
    width: 48px !important;
    height: 48px !important;
    object-fit: contain !important;
    flex-shrink: 0 !important;
    display: block !important;
    filter: drop-shadow(0 2px 6px rgba(0, 0, 0, 0.4)) !important;
    image-rendering: auto !important;
}
#main-navbar .brand-title {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
}
#main-navbar .brand-subtitle {
    font-family: 'Plus Jakarta Sans', -apple-system, sans-serif !important;
    font-size: 0.82rem !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
    margin: 0 !important;
    padding: 0 !important;
}
#main-navbar .navbar-nav .nav-item .nav-link {
    position: relative;
    font-family: 'Plus Jakarta Sans', 'Montserrat', -apple-system, sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 8px !important;
    transition: color 0.25s ease;
}

/* Yellow line indicator using ::after */
#main-navbar .navbar-nav .nav-item .nav-link::after {
    content: '';
    position: absolute;
    bottom: 2px;
    left: 12px;
    width: 0;
    height: 3px;
    background: #f59e0b; /* Bright Yellow / Gold */
    border-radius: 4px;
    transition: width 0.35s cubic-bezier(0.25, 1, 0.5, 1);
    box-shadow: 0 2px 8px rgba(245, 158, 11, 0.5);
}

/* Hover Effect: Line expands from left to right */
#main-navbar .navbar-nav .nav-item .nav-link:hover::after {
    width: calc(100% - 24px);
}

/* Active Menu Item: Line stays 100% visible */
#main-navbar .navbar-nav .nav-item.active .nav-link::after {
    width: calc(100% - 24px);
}

/* Active Menu Text Style */
#main-navbar .navbar-nav .nav-item.active .nav-link {
    font-weight: 800 !important;
    color: #ffffff !important;
}

/* Area Anggota CTA Pill Button */
#main-navbar .btn-member-area {
    background: linear-gradient(135deg, #f59e0b, #d97706) !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 8px 22px !important;
    font-weight: 700 !important;
    font-size: 12.5px !important;
    letter-spacing: 0.8px !important;
    box-shadow: 0 4px 14px rgba(245, 158, 11, 0.4) !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    border: none !important;
    text-transform: uppercase !important;
    margin-top: 2px;
}
#main-navbar .btn-member-area:hover {
    transform: translateY(-2px) scale(1.03) !important;
    box-shadow: 0 6px 20px rgba(245, 158, 11, 0.6) !important;
    color: #ffffff !important;
}
#main-navbar .btn-member-area::after {
    display: none !important;
}

/* Modern Dropdown Menus */
#main-navbar .dropdown-menu {
    border-radius: 14px !important;
    padding: 8px !important;
    margin-top: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15) !important;
    animation: fadeInDown 0.25s ease-out;
}
#main-navbar .dropdown-item {
    border-radius: 8px !important;
    font-family: 'Plus Jakarta Sans', sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 600 !important;
    color: #334155 !important;
    padding: 10px 16px !important;
    transition: all 0.2s ease !important;
}
#main-navbar .dropdown-item:hover {
    background: #f1f5f9 !important;
    color: #0f172a !important;
    transform: translateX(4px);
}
.width-20 {
    display: inline-block;
    width: 20px;
    text-align: center;
}