<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#bvcx {
    justify-content: flex-end;
}
#category .card {
    height: 95% !important;
    transition: 0.5s;
    overflow: hidden;
    box-shadow: 0px 0px 8.73px 0px #0D338C63;
}
#subcategory .card {
    box-shadow: 0px 0px 8.73px 0px #0D338C63;
    height: 40px!important;
    width: 40px;
}
#category .like_share .card {
    box-shadow: 0px 0px 8.73px 0px #0D338C63;
    height: 30px!important;
    width: 30px;
}
.prdct-btn {
    height: 100%;
    align-content: end;
    margin-bottom: 7px;
}

.like {
    filter: brightness(0) saturate(100%) invert(17%) sepia(64%) saturate(4443%) hue-rotate(222deg) brightness(87%) contrast(91%);
}
.buy_now, .perv_btn, .next_btn {
    background: #183779;
}
.btn.disabled {
    background-color: #4c95ff;
}
#category .card:hover {
    transform: scale(1.02);
}
#category .thumb_img {
    height: 200px;
    object-fit: contain;
}
#category .card img {
    transition: 0.5s;
}
#category .card:hover img {
    transform: scale(1.07);
}
.mark_read {
    background: #0D338C;
}
#share {
    filter: brightness(0) saturate(100%) invert(7%) sepia(85%) saturate(5954%) hue-rotate(225deg) brightness(109%) contrast(90%);
}
.pre-btn, .nxt-btn {
    filter: brightness(0) saturate(100%);
}
.owl-nav {
    display: none;
}
.book_mark, .favorite {
    width: 5%;
}
.dtl_img::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    filter: blur(5px);
    background-repeat: round!important;
    background-size: 100% 100%!important;
    width:100%;
}
.description {
    height: 300px;
    overflow-y: scroll;
    li {
        line-height: 2rem;
    }
}
.description::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}
.pagination {
    --bs-pagination-border-width: 0px;
    --bs-pagination-color: #264e8b;
    --bs-pagination-active-bg: #264e8b;
    --bs-pagination-active-border-color: #264e8b;
    --bs-pagination-disabled-bg: #ffffff;
    --bs-pagination-disabled-color: #d0cccc;
    --bs-pagination-border-radius: 5px;
}
.page-link:focus {
    outline: none;
    box-shadow: none;
    background-color: none;
}
.page-link {
    border-radius: 6px;
}
.nxt_stry {
    width: 8px;
    filter: brightness(0) saturate(100%);
}
.my-lbry {
    width: 13%;
}
#next_story p {
    margin-bottom: 0px;
}

.popover-body {
    padding: 2px!important;
}
.facebook, .twitter, .whatsapp {
    width: 40px;
}
@media (max-width: 1024px){
    .previous {
        margin-right: -1rem !important;
    }
    .next {
        margin-left: -1rem !important;
    }
}
@media (max-width: 600px){
    .gap-5 {
        gap: 1rem !important;
    }
    .book_detail .d-flex {
        flex-flow: wrap;
        justify-content: center;
    }
    .product_dtl_img {
        width: 50% !important;
    }
}</pre></body></html>