.book-cover {
    object-fit: cover;
    height: 230px !important;
}

.book-cover-fixed {
    object-fit: cover;
    height: 210px !important;
    width: 140px !important;
    max-width: unset !important;
}

.book-cover-mini {
    object-fit: cover;
    height: 90px !important;
    width: 60px !important;
}

.book-title {
    display: inline-block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.post-category {
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.logo-main {
    width: auto;
    height: 48px;
}

.logo-footer {
    width: auto;
    height: 48px;
}

.nav-tabs.nav-tabs-basic .nav-item.show .nav-link, .nav-tabs.nav-tabs-basic .nav-link.active {
    border-color: #45c4a0;
}

.nav-link:hover {
    color: #45c4a0 !important;
}

.mini-profile {
    width: 65px !important;
    max-width: none !important;
    height: 65px  !important;
}

.divider-icon:after, .divider-icon:before {
    border-top: 2px solid rgb(68 68 68 / 20%) !important;
}

.divider-icon i {
    color: rgb(22 22 23 / 20%) !important;
}

.grecaptcha-badge { 
    visibility: hidden; 
}

@media (min-width: 992px) {
    .navbar-nav>.nav-item+.nav-item>.nav-link:before {
        display: none !important;
    }
}
