<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************/
.f-right {
    float: right;
}

.tag-img {
    height: 35px;
    width: 35px;
}

.profile-dropdown&gt;a img {
    background-color: white;
}

.small-post-meta {
    display: inline-block;
}

.popular ul.nav li a {
    white-space: nowrap;
}

.td-user img {
    float: left;
    width: 50px;
    height: 50px;
    margin-right: 15px;
}

.pd-10 {
    padding: 10px;
}

.feeds-page .box {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.form-control:focus {
    border-color: #3c8dbc;
    box-shadow: none;
}

.feeds-page .table-responsive {
    min-height: 400px;
    overflow-x: hidden;
}

.feeds-page label {
    font-weight: 600;
    color: #55606e;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.form-group {
    margin-bottom: 15px;
}

.hide {
    display: none;
}

/**********************************/

.btn-color {
    background-color: #2d65fe;
    color: #fff;
    min-width: 100px;
}

.rss-search {
    width: 100%;
}

.validation-err {
    position: absolute;
    margin-left: 10px;
    color: red;
    text-shadow: 0 0 black;
    display: none;
}

.instant-search {
    background: aliceblue;
    position: absolute;
    width: 100%;
    height: auto;
    box-shadow: 0px 2px 4px 4px #00000014;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 220px;
    display: none;
    z-index: 9;
}

.instant-search ul {
    list-style: none;
    padding: 5px 30px;
}

.instant-search ul li {
    margin: 5px 0;
}

.instant-search ul li td {
    width: 100%;
}

.instant-search ul li td img {
    height: 30px;
    width: 30px;
}

.instant-search ul li td a {
    display: flex;
    align-items: center;
}

.instant-search ul li td button {
    max-width: 160px;
    min-width: 130px;
    padding: 4px 2px;
}

.instant-search ul li td svg {
    width: 12px;
    height: 12px;
}

.search-wrap {
    display: flex;
}

.user-panel .pull-left.image img {
    background-color: white;
}

.navbar-custom-menu .nav .btn-site-prev {
    line-height: 20px;
}

.no-image {
    display: block;
    padding: 20px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    text-align: center;
    border-radius: 4px;
}

.feeds-page .category-label {
    border-radius: 0.25em;
    color: #fff;
    display: inline;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    padding: 5px;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    background-color: #dd4b39;
    display: inline-block;
}

.feeds-page strong,
.feeds-page th {
    font-weight: 600;
}

.feeds-page a.btn-add-new {
    font-size: 15px;
}

.feeds-page .opt {
    max-width: 21%;
    width: 100%;
}

.post-details-meta .item-meta-comment span:nth-child(2) {
    margin-right: 10px;
}

.nav-mobile-inner .post-order-wrap {
    margin-left: -6px;
}

.nav-mobile-inner .theme-mode-wrap {
    margin-left: -8px;
}

.theme-background {
    background-color: var(--vr-theme-color) !important;
}

.share-btn-wrap {
    position: absolute;
    z-index: 1;
    right: 0;
}

.share-btn-wrap .btn-share {
    margin-top: 10px;
    flex-direction: column;
    gap: 6px;
    align-items: flex-end;
    margin-right: 6px;
}

.post-item-small .share-btn-wrap .btn-share {
    margin-top: 0;
    gap: 0;
    margin-right: 0;
}

.share-btn-wrap .btn-share .re-post {
    margin-right: 0;
}

.post-content.share-btn-wrap .btn-share a {
    height: 37px;
    width: 35px;
}

.post-item-small .post-content.share-btn-wrap .btn-inner:last-child {
    margin-top: -6px;
}

.post-item-small .post-content.share-btn-wrap .btn-share a {
    scale: 0.7;
}

.post-item-mid .post-content.share-btn-wrap .btn-share a {
    scale: 0.85;
}

.post-item-mid .post-content.share-btn-wrap .btn-share {
    gap: 2px;
}

.nav-mobile-inner .btn-md {
    padding: 0.54rem 0.8rem;
}

.col-featured-left a.img-link img {
    height: 526px;
}

.main-slider .main-slider-item .caption .img-link::after {
    opacity: 0;
}

@media (max-width: 1399.98px) {
    .col-featured-left a.img-link img {
        height: 454px;
    }
}

.section-featured .col-featured-left {
    position: relative;
}

@media (max-width: 991.98px) {
    .feature-left-post {
        position: relative;
    }
}

@media (max-width : 767px) {
    .instant-search ul {
        padding: 5px 20px;
    }

    .instant-search {
        width: 92%;
    }

    .feeds-page .table-responsive {
        min-height: 400px;
        overflow-x: auto;
    }

    .main-slider .main-slider-item img {
        width: 100% !important;
    }

    /* .main-slider .main-slider-item .col-featured-left img {
        min-height: 290px;
    } */

    .col-featured-left {
        margin-bottom: 3px;
    }
}

@media (min-width : 768px) {
    .rss-search {
        position: relative;
    }

    .main-slider .main-slider-item img {
        width: 100% !important;
    }
}

/* .main-slider .main-slider-item img {
    height: 526px !important;
} */

@media (max-width: 991px) {

    body .main-slider-container,
    body .main-slider .main-slider-item {
        height: auto;
    }
}

@media (max-width:991px) {
    .section-featured .col-featured-left {
        margin-bottom: 3px;
    }
}

@media (max-width:767px) {
    .col-featured-left a.img-link img {
        /* height: 290px; */
        height: 185px;
    }
}

@media (max-width: 991.98px) {

    .section-featured .col-featured-left,
    .section-featured .col-featured-right {
        padding-right: calc(var(--bs-gutter-x) * .5) !important;
        padding-left: calc(var(--bs-gutter-x) * .5) !important;
    }
}

@media (max-width: 991.98px) {
    .section-featured .container-xl {
        padding: 0;
    }

    #header {
        min-height: 70px;
        margin-bottom: 0.25rem;
    }
}</pre></body></html>