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

html {
    scroll-behavior: smooth;
}

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

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

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

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

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

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

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

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

.topic {
    list-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Card elevation */

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

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

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

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

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

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

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

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

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

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

.biblioMarkFormAction {
    display: none;
}

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

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

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

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

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

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

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

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

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

.span2 {
    width: 12rem;
}

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

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

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

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

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

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

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

#loginForm form {
    width: 20rem;
}

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

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

#loginForm .homeButton {
    display: none;
}

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

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

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

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

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

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

.attachList {
    padding: 4px 24px;
}

.attachList li {
    padding: 4px 0;
}

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

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

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

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

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

#vio a {
    color: #2d3748;
}

#colorbox {
    border-radius: 5px;
}

#cboxLoadedContent {
    padding: 10px;
}

#cboxOverlay {
    background: #404040;
}

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

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

#cboxMiddleLeft,
#cboxMiddleRight {
    width: 0;
}

#cboxBottomCenter,
#cboxTopCenter {
    height: 0;
}

#languageMenuButton::after {
    display: none;
}

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

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

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

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

#show-pchat i {
    display: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.biblioPagingTop {
    display: none;
}

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

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

.bg-kreasi-navbar {
    background-color: #015e33;
}

.bg-kreasi-footer {
    background-color: #015e33;
}

.bg-kreasi-home {
    background-color: #80ce03;
}

.bg-kreasi-topnav {
    background-color: #303030;
}

/* ============================
   PROFILE MENU – MINIMALIST MODERN
============================ */
.nav-profile {
    display: flex;
    align-items: center;
    margin-left: 15px;
}

.nav-profile-img {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #fff;
    object-fit: cover;
    cursor: pointer;
    transition: 0.3s ease;
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}

.nav-profile-img:hover {
    transform: scale(1.05);
}

/* Dropdown wrapper */
.nav-profile-menu {
    min-width: 210px !important;
    border-radius: 10px !important;
    padding: 0 !important;
    overflow: hidden;
}

/* Header bagian atas dropdown */
.nav-profile-header {
    padding: 12px 16px;
    background: #f8f9fa;
    border-bottom: 1px solid #e6e6e6;
}

.nav-profile-header .greet {
    font-size: 12px;
    color: #888;
}

.nav-profile-header .name {
    font-size: 15px;
}

/* Item dropdown */
.nav-profile-menu .dropdown-item {
    padding: 10px 15px !important;
    font-size: 14px;
    color: #333;
    transition: 0.2s;
}

.nav-profile-menu .dropdown-item:hover {
    background: #f0f0f0;
}

/* Tombol login (jika belum login) */
.nav-login-btn {
    background: #ffffff;
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 14px;
    color: #333 !important;
    border: 1px solid #e0e0e0;
    transition: 0.3s;
}

.nav-login-btn:hover {
    background: #fafafa;
    border-color: #d0d0d0;
}

/* ===============================
Popular Collection 
===============================*/
.koleksi-terbaru{
padding:50px 0;
background:#f4f7fb;
}

/* HEADER */
.koleksi-header{
position:relative;
margin-bottom:35px;
text-align:center;
}

.koleksi-title h2{
font-size:28px;
font-weight:700;
margin-bottom:5px;
}

.koleksi-title p{
color:#545e66;
font-size:15px;
}

/* VIEW ALL ATAS */
.btn-view-all-top{
position:absolute;
right:0;
top:10px;
padding:8px 18px;
border-radius:8px;
background:white;
border:1px solid #0d6efd;
color:#0d6efd;
font-size:14px;
font-weight:600;
text-decoration:none;
transition:.3s;
}

.btn-view-all-top:hover{
background:#0d6efd;
color:white;
}


/* GRID (LEBIH KECIL) */
.koleksi-grid{
display:grid;
grid-template-columns:repeat(4,1fr);
gap:22px;
margin-top:20px;
}

/* CARD (LEBIH MODERN & KECIL) */
.koleksi-card{
background:white;
border-radius:14px;
box-shadow:0 5px 18px rgba(0,0,0,0.08);
overflow:hidden;
transition:.3s;
}

.koleksi-card:hover{
transform:translateY(-6px);
box-shadow:0 15px 30px rgba(0,0,0,0.15);
}

/* COVER */
.cover-wrap{
padding:15px;
background:#f8f9fa;
display:block;
}

.cover-wrap img{
width:100%;
height:220px;
object-fit:cover;
border-radius:10px;
}

/* INFO */
.koleksi-info{
padding:15px;
text-align:center;
}

/* TITLE */
.koleksi-info h3{
font-size:15px;
font-weight:600;
margin-bottom:6px;
white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

/* YEAR */
.year{
font-size:14px;
color:#0d6efd;
font-weight:600;
margin-bottom:8px;
}

/* RATING */
.rating{
font-size:14px;
color:#ffc107;
margin-bottom:12px;
}

/* BUTTON DETAIL */
.btn-detail{
display:inline-block;
padding:8px 18px;
font-size:14px;
border-radius:8px;
background:linear-gradient(45deg,#0d6efd,#0dcaf0);
color:white;
font-weight:600;
text-decoration:none;
transition:.3s;
}

.btn-detail:hover{
transform:scale(1.05);
}

/* VIEW ALL BAWAH */
.btn-view-all-bottom{
display:inline-block;
margin-top:30px;
padding:10px 25px;
border-radius:10px;
background:white;
border:1px solid #0d6efd;
color:#0d6efd;
font-weight:600;
text-decoration:none;
transition:.3s;
}

.btn-view-all-bottom:hover{
background:#0d6efd;
color:white;
}


/* RESPONSIVE */
@media(max-width:1200px){
.koleksi-grid{
grid-template-columns:repeat(3,1fr);
}
}

@media(max-width:768px){
.koleksi-grid{
grid-template-columns:repeat(2,1fr);
}
}

@media(max-width:500px){
.koleksi-grid{
grid-template-columns:1fr;
}
.btn-view-all-top{
position:static;
display:inline-block;
margin-top:15px;
}
}

/* ===================
Sumber Akses Terbuka 
=================== */
/* SECTION */
.akses-terbuka-section{
padding:60px 0;
background:#f4f7fb;
}

/* HEADER */
.akses-header{
text-align:center;
margin-bottom:30px;
}

/* WRAPPER */
.akses-slider-wrapper{
position:relative;
max-width:1100px;
margin:auto;
}

/* SLIDER */
.akses-slider{
overflow:hidden;
}

/* TRACK */
.akses-track{
display:flex;
gap:20px;
transition:transform 0.5s ease;
}

/* CARD */
.akses-card{
flex:0 0 calc(100% / 5);
max-width:calc(100% / 5);
background:white;
padding:20px;
border-radius:14px;
text-align:center;
box-shadow:0 5px 15px rgba(0,0,0,0.1);
transition:.3s;
}

.akses-card:hover{
transform:translateY(-5px);
}

/* IMAGE */
.akses-card img{
height:60px;
object-fit:contain;
margin-bottom:10px;
}

/* TITLE */
.akses-card h5{
font-size:14px;
margin:0;
color:#0d6efd;
}

/* BUTTON */
.slider-btn{
position:absolute;
top:50%;
transform:translateY(-50%);
background:white;
border:none;
width:40px;
height:40px;
border-radius:50%;
box-shadow:0 3px 10px rgba(0,0,0,0.2);
cursor:pointer;
}

.prev{
left:-20px;
}

.next{
right:-20px;
}

/* RESPONSIVE HANDPHONE */
@media (max-width: 992px){
.akses-card{
flex:0 0 calc(100% / 3);
max-width:calc(100% / 3);
}
}

@media (max-width: 768px){
.akses-card{
flex:0 0 calc(100% / 2);
max-width:calc(100% / 2);
}
}

@media (max-width: 480px){
.akses-card{
flex:0 0 100%;
max-width:100%;
}
.slider-btn{
display:none;
}
}


/* ===================
Search Form Baru 
=================== */
.search-section {
background: linear-gradient(135deg,#f8fafc,#eef2f7);
}

/* CARD */
.search-card {
border-radius:50px;
box-shadow:0 8px 25px rgba(0,0,0,0.08);
overflow:hidden; /* PENTING supaya isi ikut rounded */
}

/* INPUT */
.search-card .form-control{
height:60px;
border:none;
border-radius:50px 0 0 50px;
font-size:18px;
padding-left:15px;
box-shadow:none;
}

/* ICON */
.input-group-text{
border:none;
background:white;
border-radius:50px 0 0 50px;
}

/* APPEND WRAPPER */
.input-group-append{
margin-left:0;
}

/* BUTTON SEARCH FIX UTAMA */
.btn-search{
height:60px;
padding:0 30px;
border:none;
border-radius:0 50px 50px 0;
display:flex;
align-items:center;
font-weight:500;
}

/* HILANGKAN GAP ANTAR ELEMENT */
.input-group > .form-control:not(:last-child){
border-top-right-radius:0;
border-bottom-right-radius:0;
}

.input-group > .input-group-append > .btn{
border-top-left-radius:0;
border-bottom-left-radius:0;
}

/* ADVANCED BOX */
.advanced-box {
background:white;
border-radius:15px;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
}

/* ANIMATION */
.fade-enter-active, .fade-leave-active {
transition: all .2s;
}

.fade-enter, .fade-leave-to {
opacity:0;
transform: translateY(-10px);
}

/* paksa container utama jadi pill utuh */
.search-card {
border-radius:50px;
overflow:hidden;
padding:0;
}

/* hilangkan padding bootstrap */
.search-card .card-body{
padding:0;
}

/* paksa input-group jadi satu kesatuan */
.search-card .input-group{
border-radius:50px;
overflow:hidden;
background:white;
}

/* input */
.search-card .form-control{
height:60px;
border:none;
border-radius:0;
box-shadow:none;
padding-left:15px;
}

/* icon */
.search-card .input-group-text{
border:none;
background:white;
}

/* BUTTON — INI BAGIAN PALING PENTING */
.search-card .btn-search{
height:60px;
padding:0 35px;
border:none;
border-radius:0;
background:#1677ff;
color:white;
font-weight:500;
}

/* hover */
.search-card .btn-search:hover{
background:#0d6efd;
}


/* ========================
Seacrh dalam Header Hero
======================== */
.c-header{
position:relative;
min-height:500px;
display:flex;
align-items:center;
justify-content:center;
}

/* container search */
.hero-search-wrap{
position:absolute;
top:70%;
left:50%;
transform:translate(-50%,-50%);
width:100%;
z-index:10;
}

/* hilangkan background search */
.hero-search-wrap .search-section{
background:none;
}

/* text jadi putih */
.hero-search-wrap h2{
color:white;
}

/* TARGET KHUSUS SUBTITLE HOME */
.c-header .hero-search-wrap .search-section .text-muted{
color:#FFD54F !important;
font-weight:600;
text-shadow:0 2px 6px rgba(0,0,0,0.5);
}

/* WARNA KHUSUS DI HOME HERO */
.hero-search-wrap p{
color:#FFD54F;
font-weight:500;
text-shadow:0 2px 5px rgba(0,0,0,0.4);
}

/* ===========================
BUTTON ADVANCED SEARCH HERO
=========================== */
.btn-advanced-search{
background:rgba(255,255,255,0.15);
color:white;
border:1px solid rgba(255,255,255,0.4);
padding:10px 24px;
border-radius:30px;
font-size:15px;
font-weight:500;
backdrop-filter:blur(10px);
transition:0.3s;
}

.btn-advanced-search:hover{
background:white;
color:#0d6efd;
transform:translateY(-2px);
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* Tampilan Tambahan */
.hero-search-wrap{
position:absolute;
z-index:2;
}

.search-card{
background:rgba(255,255,255,0.15);
backdrop-filter:blur(15px);
border:1px solid rgba(255,255,255,0.3);
box-shadow:0 20px 60px rgba(88, 88, 88, 0.25);
}

/* HERO RESPONSIVE MOBILE */
@media (max-width:768px){
/* tinggi hero lebih kecil */
.c-header{
min-height:420px;
padding:40px 15px;
}

/* container search */
.hero-search-wrap{
position:absolute;
top:52%;
left:50%;
transform:translate(-50%,-50%);
width:95%;
padding:0 10px;
}

/* judul */
.hero-search-wrap h2{
font-size:22px;
line-height:1.3;
margin-bottom:5px;
}

/* subtitle */
.hero-search-wrap p{
font-size:14px;
}

/* search box */
.search-card{
border-radius:40px;
padding:3px;
}

/* input */
.search-card .form-control{
height:48px;
font-size:15px;
}

/* tombol search */
.btn-search{
height:48px;
padding:0 18px;
font-size:14px;
}

/* tombol advanced */
.btn-advanced-search{
font-size:14px;
padding:8px 18px;
margin-top:10px;
}
}

/* EXTRA SMALL PHONE */
@media (max-width:480px){
.c-header{
min-height:380px;
}

/* judul */
.hero-search-wrap h2{
font-size:19px;
}

/* subtitle */
.hero-search-wrap p{
font-size:13px;
}

/* search */
.search-card .form-control{
height:44px;
}

/* tombol */
.btn-search{
height:44px;
}

/* advanced */
.btn-advanced-search{
font-size:13px;
}
}

.c-header::after{
content:"";
position:absolute;
top:0;
left:0;
right:0;
bottom:0;
background:linear-gradient(
to bottom,
rgba(71, 71, 71, 0.692),
rgba(71, 71, 71, 0.35),
rgba(71, 71, 71, 0.55)
);
z-index:1;
}

.hero-search-wrap{
position:absolute;
z-index:2;

}

/* ============================================================= */
/* ===========================
   NAVBAR & DROPDOWN MODERN
   =========================== */
/* GLASS REAL */
.navbar-glass{
  background: rgba(255,255,255,0.65) !important;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 8px 32px rgba(0,0,0,0.10);
  border-bottom: 1px solid rgba(255,255,255,0.3);
}
.bg-kreasi-topnav{
  background: transparent !important;
}

body{
  background: linear-gradient(180deg,#f1f5f9,#e2e8f0);
}

/* logo hitam */
.navbar-light .navbar-brand,
.navbar-light .navbar-brand span{
  color:#111 !important;
}

/* menu hitam */
.navbar-light .navbar-nav .nav-link{
  color:#222 !important;
}

/* login biru */
.nav-login-gradient{
  background: linear-gradient(135deg,#0d6efd,#0099ff) !important;
  color:white !important;
}

/* Hover underline modern */
.nav-underline {
  position: relative;
  padding-bottom: 6px;
}

.nav-underline::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0%;
  height: 2px;
  background: #035bff;
  transition: width .25s ease;
}

.nav-underline:hover::after {
  width: 100%;
}

/* ==================================================
   DROPDOWN MODERN (Floating + Blur)
   ================================================== */
.dropdown-modern {
  border-radius: 12px;
  padding: 6px 0;
  margin-top: 0 !important; /* wajib agar tidak hilang */
  background: rgba(255,255,255,0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.15);
  animation: dropdownFade .25s ease;
  transform-origin: top;
}

/* Hover tidak hilang */
.nav-item.dropdown:hover .dropdown-menu {
  display: block !important;
}

/* Item dropdown */
.dropdown-item {
  padding: 10px 18px;
  border-radius: 8px;
  transition: all .25s ease;
  color: #063b13;
  font-weight: 500;
}

.dropdown-item:hover {
  background: #0385ff;
  color: #000000;
  padding-left: 26px;
}

/* Animasi halus */
@keyframes dropdownFade {
  from { 
    opacity: 0;
    transform: translateY(8px) scale(0.98);
  }
  to { 
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* ==================================================
   SHIFT DROPDOWN DOCUMENT
   ================================================== */
.dropdown-document .dropdown-modern {
  transform: translateX(0px);
}
/* ==================================================
   RESPONSIVE: HP (max-width 576px)
   Dropdown kembali ke posisi normal
   ================================================== */
@media (max-width: 576px) {
  .dropdown-document .dropdown-modern {
    transform: translateX(0);
    width: 100%;
  }
}

/* ==================================================
   LOGIN BUTTON MODERN
   ================================================== */
.nav-login-gradient {
  padding: 7px 16px;
  background: linear-gradient(135deg, #ffffff, #dfe6e9);
  border-radius: 12px;
  color: #00492b;
  font-weight: 600;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all .25s ease;
}

.nav-login-gradient:hover {
  transform: translateY(-2px) scale(1.03);
  box-shadow: 0 6px 18px rgba(0,0,0,0.25);
}

/* ==================================================
   ACTIVE DROPDOWN LINK
   ================================================== */
.nav-item.dropdown:hover > .nav-link {
  color: #038eff;
}

/* ===== Submenu Hover ===== */

/* Hilangkan bug bootstrap */
.dropdown-sub {
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all .2s ease;
    margin-top: -5px; /* agar menempel rapih di bawah Download */
}

/* Tampilkan submenu saat hover pada item Download */
.dropdown-item.dropdown-toggle:hover + .dropdown-sub,
.dropdown-sub:hover {
    display: block !important;
    opacity: 1;
    visibility: visible;
}

/* Submenu style modern */
.dropdown-sub {
    background: rgba(255,255,255,0.95);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    padding: 6px 0;
    position: relative;
    left: 0; /* posisikan tepat di bawah tombol Download */
}
.dropdown-item.dropdown-toggle {
    position: relative;
}

.dropdown-item.dropdown-toggle:hover {
    background: #039aff;
    color: #000000;
}

/* NAVBAR MOBILE GLASS */
@media (max-width: 768px){

/* Navbar utama tetap glass */
.navbar-glass{
background: rgba(255,255,255,0.65) !important;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
box-shadow: 0 8px 32px rgba(0,0,0,0.15);
border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* Container menu mobile — UBAH JADI GLASS */
.navbar-collapse{
background: rgba(255,255,255,0.65) !important;
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
border-radius: 14px;
margin-top:12px;
padding:18px;
box-shadow: 0 15px 35px rgba(0,0,0,0.18);
animation: slideDown .25s ease;
}

/* Text menu */
.navbar-collapse .nav-link{
color: #222 !important;
font-size:16px;
font-weight:500;
padding:10px 5px;
}

/* Hover */
.navbar-collapse .nav-link:hover{
color:#0d6efd !important;
}

/* Dropdown */
.navbar-collapse .dropdown-item{
color:#333 !important;
border-radius:8px;
background: transparent;
}

.navbar-collapse .dropdown-item:hover{
background: rgba(13,110,253,0.08);
color:#0d6efd !important;
}

/* Tombol hamburger */
.navbar-toggler{
background: rgba(255,255,255,0.7);
backdrop-filter: blur(10px);
border-radius:10px;
border:1px solid rgba(255,255,255,0.4);
}
}

/* FIX HERO TERTUTUP NAVBAR MOBILE */

@media (max-width:768px){
/* Tambah ruang atas hero */
.c-header{
padding-top:140px !important;
min-height:520px;
}

/* Turunkan posisi search */
.hero-search-wrap{
top:60% !important;
}

/* khusus judul katalog */
.hero-search-wrap h2{
margin-top:10px;
}
}


/*=============================================================== */
/* ===========================
POPUP MAKLUMAT PERPUSTAKAAN
=========================== */
/* OVERLAY */
.modal-overlay{
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,0.65);
display:none;
align-items:center;
justify-content:center;
z-index:9999;
backdrop-filter:blur(4px);
}

/* BOX */
.modal-box{
background:linear-gradient(
135deg,
rgba(255,255,255,0.95),
rgba(164, 241, 255, 0.95)
);
color:#1f2937;
padding:35px 30px;
border-radius:20px;
width:90%;
max-width:420px;
text-align:center;
box-shadow:0 20px 60px rgba(0,0,0,0.3);
animation:popupFade 0.5s ease;
}

/* ANIMASI */
@keyframes popupFade{
from{
transform:translateY(30px);
opacity:0;
}
to{
transform:translateY(0);
opacity:1;
}
}

/* LOGO */
.modal-logo{
width:180px;
height:auto;
margin-bottom:15px;
}

/* JUDUL */
.modal-box h2{
font-size:20px;
font-weight:700;
color:#0f172a;
margin-bottom:10px;
}

/* TEXT */
.modal-box p{
font-size:14px;
color:#374151;
line-height:1.6;
margin-bottom:10px;
}

/* BUTTON WRAP */
.modal-buttons{
margin-top:20px;
display:flex;
justify-content:center;
}

/* BUTTON */
.modal-buttons button{
padding:10px 25px;
border:none;
border-radius:30px;
background:#0d6efd;
color:white;
font-weight:600;
cursor:pointer;
transition:0.3s;
}

/* HOVER */
.modal-buttons button:hover{
background:#0b5ed7;
transform:translateY(-2px);
box-shadow:0 10px 25px rgba(0,0,0,0.2);
}

/* RESPONSIVE MOBILE */
@media(max-width:480px){
.modal-box{
padding:25px 20px;
}
.modal-logo{
width:140px;
}
.modal-box h2{
font-size:18px;
}
.modal-box p{
font-size:13px;
}
}


/* ================== 
Maps Tampilan
================== */
.map-responsive {
            position: relative;
            overflow: hidden;
            padding-bottom: 56.25%;
            /* 16:9 */
            height: 0;
        }

        .map-responsive iframe {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

        .map-overlay {
            position: absolute;
            bottom: 20px;
            left: 20px;
            max-width: 280px;
            font-size: 14px;
            border-radius: 12px;
            animation: fadeInUp 0.6s ease;
        }

        .glass-effect {
            background: rgba(255, 255, 255, 0.75);
            backdrop-filter: blur(6px);
            border: 1px solid rgba(255, 255, 255, 0.3);
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(10px);
            }

            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

/* ===========================
Layanan Unggulan Tampilan
=========================== */
.layanan-unggulan {
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .layanan-title {
        text-align: center;
        font-size: 32px;
        font-weight: 700;
    }

    .layanan-sub {
        text-align: center;
        margin-bottom: 40px;
        color: #666;
    }

    /* GRID */
    .layanan-grid {
        display: grid;
        grid-template-columns: 1.4fr 1fr 1fr;
        gap: 25px;
    }

    /* BIG CARD */
    .layanan-big {
        grid-row: span 2;
        background: white;
        border-radius: 20px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        overflow: hidden;
    }

    .layanan-big img {
        width: 100%;
    }

    .layanan-stats {
        display: grid;
        grid-template-columns: 1fr 1fr;
        padding: 20px;
        gap: 20px;
    }

    .layanan-stats h3 {
        color: #02643e;
        margin: 0;
    }

    /* =====================
    GRID CONTAINER
    ===================== */
    .layanan-grid {
        display: grid;
        grid-template-columns: 1.2fr 1fr 1fr;
        gap: 20px;
        align-items: center;
    }

    /* =====================
    CARD UMUM
    ===================== */
    .layanan-card {
        background: #fff;
        padding: 20px;
        border-radius: 16px;
        text-decoration: none !important;
        color: #333 !important;
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
        transition: all 0.25s ease;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        min-height: 160px;
        position: relative;
    }

    /* HILANGKAN GARIS LINK */
    .layanan-card:hover,
    .layanan-card:focus,
    .layanan-card:active {
        text-decoration: none !important;
        color: #333 !important;
        outline: none;
    }

    /* HILANGKAN GARIS BIRU LINK */
    .layanan-card h4,
    .layanan-card p {
        text-decoration: none !important;
        margin: 0;
    }

    /* =====================
    ICON
    ===================== */
    .layanan-card img {
        width: 48px;
        margin-bottom: 12px;
    }

    /* =====================
    TITLE
    ===================== */
    .layanan-card h4 {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 6px;
    }

    /* =====================
    TEXT
    ===================== */
    .layanan-card p {
        font-size: 14px;
        color: #666;
        margin-bottom: 12px;
    }

    /* =====================
    BUTTON
    ===================== */
    .layanan-card span {
        display: inline-block;
        background: linear-gradient(135deg, #05d8cd, #03b38c);
        color: white;
        padding: 6px 18px;
        border-radius: 20px;
        font-size: 13px;
    }

    /* =====================
    HOVER EFFECT
    ===================== */
    .layanan-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    }

    /* =====================
    RESPONSIVE
    ===================== */
    @media(max-width:992px) {
        .layanan-grid {
            grid-template-columns: 1fr 1fr;
        }
    }

    @media(max-width:600px) {
        .layanan-grid {
            grid-template-columns: 1fr;
        }
    }

    .layanan-stats {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        padding: 20px;
        gap: 20px;
        text-align: center;
    }

/* ===========================
Footer Tampilan
=========================== */
.footer2026 {
        background: #0f172a;
        color: #94a3b8;
        padding: 60px 0;
    }

    .footer-logo {
        height: 60px;
        margin-bottom: 20px;
    }

    .footer-title {
        color: white;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .footer-text {
        font-size: 14px;
        line-height: 1.7;
    }

    .footer-link {
        list-style: none;
        padding: 0;
    }

    .footer-link li {
        margin-bottom: 10px;
    }

    .footer-link a {
        color: #94a3b8;
        text-decoration: none;
        transition: .3s;
    }

    .footer-link a:hover {
        color: #3b82f6;
        padding-left: 5px;
    }

    .footer-social a {
        font-size: 20px;
        margin-right: 15px;
        color: white;
    }

    .footer-social a:hover {
        color: #3b82f6;
    }

    .footer-app img {
        height: 45px;
        margin-top: 15px;
        margin-right: 10px;
    }

    .footer-jam {
        margin-top: 20px;
        font-size: 14px;
    }

    .footer-bottom {
        background: #020617;
        padding: 20px;
        margin-top: 40px;
        font-size: 14px;
    }

    .footer-app {
        margin-top: 20px;
    }

    .footer-app-title {
        color: white;
        font-size: 15px;
        margin-bottom: 10px;
        font-weight: 500;
    }

    .footer-app-buttons {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
    }

    .footer-app-img {
        height: 45px;
        transition: .3s;
    }

    .footer-app-img:hover {
        transform: translateY(-3px);
        opacity: .9;
    }

    /* Jarak konten dengan footer */
.main-content,
.container,
.content,
#content {
    margin-bottom: 50px;
}

/* Khusus halaman login */
.login-content {
    margin-bottom: 100px;
}

/* Alternatif universal */
body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

footer {
    margin-top: auto;
}

/* ===========================
WHATSAPP WIDGET MODERN
=========================== */
/* FLOAT BUTTON */
.whatsapp-float{
position:fixed;
bottom:20px;
right:20px;
width:60px;
height:60px;
background:linear-gradient(135deg,#25d3ca,#12658c);
color:white;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
font-size:28px;
cursor:pointer;
box-shadow:0 10px 25px rgba(0,0,0,0.25);
z-index:9999;
transition:0.3s;
}

/* hover */
.whatsapp-float:hover{
transform:scale(1.1);
box-shadow:0 15px 35px rgba(0,0,0,0.35);
}

/* ONLINE DOT */
.whatsapp-float::after{
content:"";
position:absolute;
top:6px;
right:6px;
width:12px;
height:12px;
background:#4adec5;
border-radius:50%;
border:2px solid white;
}

/* CHAT BOX */
.chat-box{
position:fixed;
bottom:95px;
right:20px;
width:320px;
background:white;
border-radius:15px;
box-shadow:0 20px 60px rgba(0,0,0,0.25);
overflow:hidden;
display:none;
z-index:9999;
animation:chatFade 0.4s ease;
}

/* animation */
@keyframes chatFade{
from{
opacity:0;
transform:translateY(30px);
}
to{
opacity:1;
transform:translateY(0);
}
}

/* HEADER */
.chat-header{
background:linear-gradient(135deg,#259cd3,#12518c);
color:white;
padding:15px;
}
.chat-header h4{
font-size:15px;
margin:0;
}

.chat-header p{
font-size:12px;
opacity:0.9;
margin:0;
}

/* CLOSE BUTTON */
.chat-close{
position:absolute;
right:15px;
top:10px;
cursor:pointer;
font-size:18px;
}

/* BODY */
.chat-body{
padding:15px;
background:#f0fdf4;
}

.chat-body p{
background:white;
padding:10px;
border-radius:10px;
font-size:14px;
}

/* INPUT AREA */
.chat-input{
display:flex;
border-top:1px solid #eee;
}

.chat-input input{
flex:1;
border:none;
padding:12px;
outline:none;
font-size:14px;
}

/* SEND BUTTON */
.chat-input button{

background:#25c7d3;
border:none;
color:white;
padding:12px 15px;
cursor:pointer;
transition:0.3s;
}

.chat-input button:hover{
background:#128C7E;
}

/* MOBILE VERSION */
@media(max-width:480px){
.whatsapp-float{
width:55px;
height:55px;
font-size:24px;
}

.chat-box{
width:90%;
right:5%;
bottom:80px;
}
}

/* ===========================
FIX JARAK NAVBAR MEMBER AREA
=========================== */

.page-member-area {
    padding-top: 0px;
}

/* konten member */
#member_content {
    margin-top: 40px;
}

/* sidebar member */
#member_sidebar {
    margin-top: 40px;
}
