.bg-gradient-primary {
    background: none !important;
}
.ck-editor__editable_inline:not(.ck-comment__input *) {
    min-height: 200px;
    overflow-y: auto;
}
.sidenav .navbar-brand, .sidenav .navbar-heading {
    padding: 1.4rem;
}
.image-thumb {
    object-fit: cover;
    height: 240px !important;
}
.image-popular {
    object-fit: cover;
    height: 140px !important;
}
.image-topic {
    object-fit: cover;
    width: 100%;
    /* height: 180px; */
    height: 100%;
}
img.sidebar-img {
    object-fit: cover;
}
.pagination li a {
    line-height: 29px;
}
.ts-post-thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.widgets .category-list li a span {
    width: auto;
    min-width: 30px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -ms-border-radius: 5px;
    text-align: center;
}
.entry-content img {
    width: 100%;
    height: auto;
}

.post-next img, .post-previous img {
    object-fit: cover;
}
.single-post ol, .single-post ul {
    margin-top: -1rem;
}
.single-post li {
    color: #232323;
    font-size: 16px;
}
.table-custom th, .table-custom td {
    text-align: left;
}
.tooltip {
    z-index: 100000000; 
}
.ts-footer {
    background: #2c2c2c;
    padding: 8px 0px;
}
.copyright-text p {
    color: #aaa;
}