.cursor-pointer {
    cursor: pointer;
}

.text-accent {
    color: #EAC170 !important;
}
.kemenparekraf-brand img {
    width: 60px;
}

.kemenparekraf-brand span {
    font-size: 12px;
    line-height: 14px;
    font-weight: 600;
}

.card-img,
.card-img-top {
    height: 24rem !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: center !important;
}

.avatar-image {
    height: 48px !important;
    width: 48px !important;
    object-fit: cover !important;
    object-position: center !important;
}

/* lists book  */
.card-body h3.h4{
    min-height: auto;
}

.text-category {
    color: rgb(197, 133, 41);
}

.btn-search-buku {
    padding: .585rem 4.585rem !important;
}

#filter-bacaan {
    cursor: pointer;
}

.filter-bacaan {
    display: none;
}

.filter-bacaan {
    position: absolute;
    z-index: 1000;
    display: none;
    min-width: 12rem;
    padding: 0.5rem 0;
    margin: 0;
    font-size: 0.875rem;
    color: #585c7b;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #fff;
    border-radius: 0.5rem;
    box-shadow: 0 0.275rem 1.25rem rgba(19, 16, 34, 0.05), 0 0.25rem 0.5625rem rgba(19, 16, 34, 0.03);
}

#filter-bacaan {
    border: 1px solid #1d2d50;
    border-radius: .375rem;
    height: 40px;
    width: 38px;
    border-radius: 0.175rem;
}

.filter-bacaan {
    top: 50px;
    left: 20%;
    margin-top: 0.25rem;
}

.show{
    display:block;
    opacity:1;
}

.author-book span {
    font-weight: 400;
}

.grid-buku-serupa .card-img-top{
    min-height: 385px;
}

.td-actions {
    display: grid;
    grid-template-columns: 48% 48%;
    column-gap: 2%;
    text-align: center;
}

.side-menu {
    overflow-y: scroll;
}

td a {
    text-decoration: none !important;
}

span.required {
    color: red;
}

.komentar-form-input input, .komentar-form-input button {
    border-radius: 0px !important;
}

.ellipsis {
    display: -webkit-box;       
    -webkit-box-orient: vertical; 
    overflow: hidden;
}

.desc-ellipsis-1 {
    -webkit-line-clamp: 1;     
    line-height: 1.4;
    max-height: calc(1.4em * 2); 
}

.title-ellipsis, .desc-ellipsis-2 {
    -webkit-line-clamp: 2;     
    line-height: 1.4;
    max-height: calc(1.4em * 2); 
}

.title-ellipsis-3, .desc-ellipsis-3 {
    -webkit-line-clamp: 3;   
    line-height: 1.4;
    max-height: calc(1.4em * 3); 
}

.dark-mode .btn-outline-primary, .dark-mode .btn-link {
    color: #fff;
}

.swiper-pagination-bullet-active {
    color: #EAC170;
}

.bg-yellow-kemenpar {
    background-color: #EAC170;
}

.text-yellow-kemenpar {
    color: #EAC170 !important;
}

.text-yellow-kemenpar-semidark {
    color: #AC8C3A;
}

.border-yellow-kemenpar {
    border: 1px solid #EAC170;
}

.border-bottom-yellow-kemenpar-1 {
    border-bottom: 0.5px solid #EAC170;
}

.border-bottom-yellow-kemenpar-2 {
    border-bottom: 2px solid #EAC170;
}

.footer-top {
    background-color: #22375E;
}

.footer-bottom {
    background-color: #172C51;
}

#listView, #gridView {
    transition: opacity 0.9s ease;
}

.icon-header {
    width: 20px;
}
  
.bg-select {
    background-color: #F6F6F6;
}

.icon-select {
    width: 18px;
    height: 18px;
    position: absolute;
    z-index: 99;
    right: 20px;
    bottom: 18px;
    background: #F6F6F6;
}

.image-banner-absolute {
    position: absolute;
    right: 0%;
    bottom: -28.5%;
    border-radius: 16px;
    border: 6px solid #fff;
    padding: 0;
}

.bg-banner {
    margin-bottom: 6rem !important;
    min-height: 75vh !important;
}

.img-with-frame {
    object-fit: cover;
    border-radius: 12px;
}

.dropdown-item {
    white-space: normal;
    overflow-wrap: break-word;
}

.cover-book {
    min-height: auto;
    background-size: contain !important;
}

.select2-container--default .select2-selection--single {
    height: 52px;
    padding: .685rem;
    background-color: #F6F6F6;
    border: 1px solid #d4d7e5;
    border-radius: .5rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #EAC170;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
    outline: none !important;
    box-shadow: 0 0 0 0px #1d2d56 !important;
    border-color: #1d2d56 !important;
    border-radius: .5rem !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #585c7b !important;
}

@media screen and (max-width: 768px) {
    .kemenparekraf-brand img {
        width: 45px;
    }

    .kemenparekraf-brand span {
        font-size: 7px;
        line-height: 10px;
        margin-right: unset !important;
    }

    .wrap-btn-lists-book {
        display: grid;
        grid-template-columns: 70% 30%;
    }
}

@media screen and (max-width: 699px) {
    .filter-bacaan {
        left: 0;
        top: 50px;
        min-width: 100%;
    }

    .side-menu {
        height: auto !important;
    }

    .komentar-form-input {
        padding-left: 10px;
        padding-right: 20px;
    }

    /* banner home page */
    .bg-banner {
        margin-bottom: 6rem !important;
        min-height: 75vh !important;
    }

    .image-banner-absolute {
        right: 2.5%;
        bottom: -40%;
    }

    /* cover book detail page  */
    .cover-book {
        width: 100%;
        min-height: 20rem !important;
        background-position: center center;
        background-size: cover !important;
    }

    /* header scroll mobile */
    .offcanvas-body {
        max-height: calc(100vh - 140px);
    }

    .wrap-image-custom  {
        margin-top: 40px;
    }

    .navigation-custom {
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
}
