/*-----------------------------------------------------------------------------------------------------------
                                    ----Dashboard Menu---
------------------------------------------------------------------------------------------------------------*/
.dashboard-menu {
    background: #111827;
}
.dashboard-navbar-item a {
    font-size: 14px;
    font-weight: 500;
    color: #525252;
}
.dashboard-alert {
    padding: 0;
    margin-bottom: 0;
}
.dashboard-navbar {
    display: flex;
    margin: 14px 0;
    padding: 9px;
    list-style: none;
    gap: 25px;
    background: #1f2937;
    border-radius: 11px;
}
.dashboard-dropdown-navbar-item a {
    font-size: 13px;
    line-height: 31px;
    font-weight: 500;
    padding: 0px 8px !important;
    display: block !important;
}
.dashboard-dropdown-navbar-item a:hover {
    background: #111827;
    color: white !important;
}
.dashboard-user img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 2px dotted #046fbc;
    padding: 2px;
    margin-right: 4px;
}
.dashboard-dropdown-box {
    background: #1f2937;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 63px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dashboard-alert a:not([class]) {
    text-decoration: none;
}
.dashboard-alert a:not([class]):hover {
    text-decoration: none;
    color: #12aa98;
}
.close-button {
    padding: 8px;
    color: #666d7b;
    border-radius: 4px;
    opacity: unset;
    background: black;
}
.close-button:hover {
    background: #374151;
    color: #666d7b;
}
.dashboard-list-divider>:nth-child(n+2) {
    border-top: 1px solid #18212c;
    margin-top: 0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Header---
------------------------------------------------------------------------------------------------------------*/
.date-time-line span {
    font-size: 13px;
    font-weight: 600;
}
.social-media-line {
    margin-bottom: 0;
}
.date-media-card {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 10px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    position: relative;
    background: #ffffff;
    border-top: 3px solid #0c685d;
    border-bottom: 1px solid #e9e9e9;
}
.navigation-bar {
    display: flex;
}
.navigation-item a {
    font-size: 18px;
    font-weight: 700;
    color: #444;
    font-family: 'Mukta';
    line-height: 28px;
    padding: 15px 15px;
    display: inline-block;
}
.navigation-item a:hover {
    color: #444;
    background: #f7f7f7;
}
.navigation-lines::before {
    content: "";
    position: absolute;
    top: 57px;
    left: 0px;
    right: 100%;
    border-bottom: 2px solid #d70304;
    transition: right .3s ease-out;
}
.navigation-lines:focus::before, .navigation-lines:hover::before {
    right: 0px;
}
.navigation-lines {
    position: relative;
}
.navigation-dropdown-box {
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);
    min-width: 165px;
    top: 62px !important;
    border-radius: 0 0 7px 7px;
    padding: 0;
}
.dropdown-navigation-item a {
    padding: 7px 21px;
    font-size: 16px;
    font-weight: 600;
    transition: .25s linear;
    display: block;
    color: #282828;
}
.child-navigation-item a {
    padding: 7px 21px;
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: #282828;
}
.child-navigation-item a:hover {
    color: #d70304;
}
.child-navigation-dropdown-box {
    padding: 0;
    border-radius: 0 0 7px 7px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, .1), 0 2px 6px rgba(0, 0, 0, .08);
}
.child-navigation>ul>li>a {
    padding: 7px 21px;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
}
.child-navigation>ul>li>a:hover {
    color: #d70304;
}
.dropdown-list-divider>:nth-child(n+2) {
    border-top: 1px solid #e5e5e5;
    margin-top: 0;
}
.uk-sticky-fixed .sticky-date {
    display: block;
    background: #e21409;
    padding: 3px 5px;
    font-size: 10px;
    font-weight: 600;
    top: 59px;
    color: white;
}
.sticky-date {
    position: absolute;
    display: none;
}
.icon-latest-trending-bar img {
    background: #e6fffc;
    border-radius: 50px;
    padding: 4px;
    height: 32px;
}
.modal-box {
    background: #e6fffc;
    width: 980px !important;
    border-radius: 11px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Body---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Mukta', sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #2260bf;
}
.breaking-author a {
    font-size: 15px;
    font-weight: 600;
    color: #999999;
}
.title-tag-box {
    background: #0c685d;
    padding: 5px 15px;
}
.trendings-number {
    font-size: 43px;
    color: #0c685d;
    font-weight: 700;
}
.close-button {
    padding: 8px;
    color: #ffffff;
    border-radius: 4px;
    opacity: unset;
    background: #0c685d;
}
.close-button:hover {
    background: #dd0505;
    color: #ffffff;
}
.blog-opinion-box {
    background: #f4f4f4;
    padding: 20px;
    border: 1px solid#d3d3d3;
}
.blog-opinion-border {
    border-bottom: 2px solid #0c685d;
    margin-bottom: 20px;
}
.blog-opinion-card {
    margin-top: 8px;
    margin-bottom: 8px;
}
.interview-box {
    background: #f5f5f5;
    padding: 20px;
}
.slidenav-previous {
    background: #0c685d;
    border-radius: 0px 6px 6px 0px;
    color: white;
    margin-right: -34px;
    height: 33px;
}
.slidenav-next {
    background: #0c685d;
    border-radius: 6px 0px 0px 6px;
    color: white;
    margin-left: -35px;
}
.main-news-box {
    background: #e6fffc;
    padding: 20px;
    border-radius: 5px;
}
.news-card-body {
    background: #0c685d;
    padding: 20px;
}
.news-box-card {
    background: #f1f4f7;
    border: 1px solid #ddd;
}
.economics-box {
    background: #187065;
    padding: 20px;
    border-radius: 8px;
}
.economics-news-box {
    background: #129d8b;
    border-radius: 0px 0px 15px 15px;
}
.play-botton {
    padding: 10px 16px;
    background: #bf0d00;
    border-radius: 0px 16px 0px 0px;
}
.videos-box {
    background: #161616;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font---
------------------------------------------------------------------------------------------------------------*/
.breaking-title-desktop {
    font-size: 67px;
    line-height: 77px;
    margin: 0;
    font-weight: 800;
}
.breaking-excerpt p {
    font-size: 19px;
}
.blog-opinion-byline-name {
    font-size: 14px;
    font-weight: 400;
}
.news-excerpt {
    font-size: 16px;
    font-weight: 500;
    color: #2a2a2a;
}
.news-excerpt {
    font-size: 17px;
    line-height: 28px;
}
.videos-news-excerpt {
    font-size: 17px;
    text-align: justify;
    line-height: 26px;
}
.breaking-title-mobile {
    font-size: 25px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image---
------------------------------------------------------------------------------------------------------------*/
.breaking-author img {
    height: 40px;
    width: 40px;
    border: 1px dashed #12aa98;
    padding: 2px;
}
.xxxxxsmall-thumnail img {
    height: 80px;
    width: 90px;
}
.xxsmall-thumnail img {
    height: 60px;
    width: 60px;
}
.blogs-opinion-thumnail img {
    height: 100px;
    width: 100px;
    border-radius: 50px;
}
.medium-thumnail img {
    height: 245px;
}
.xmedium-thumnail img {
    height: 290px;
}
.xxxlarge-thumnail img {
    height: 340px;
}
.xxxxxmedium-thumnail img {
    height: 190px;
}
.xxlarge-thumnail img {
    height: 350px;
}
.xsmall-thumnail img {
    height: 110px;
    width: 150px;
}
.ads img {
    border-radius: 4px;
    margin-bottom: 15px;
}
.xxxsmall-thumnail img {
    height: 100px;
    width: 140px;
}
.xxmedium-thumnail img {
    height: 190px;
}
.xxxxmedium-thumnail img {
    height: 223px;
}
.play-botton img {
    height: 30px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.uk-heading-line span {
    font-size: 27px;
    color: #0c685d;
    font-weight: 600;
}
.category-heading {
    border-bottom: 1px solid#d9d9d9;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 22px;
}
.category-heading:before {
    content: "";
    background: #ed1c24;
    width: 25px;
    height: 4px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.category-heading h2 {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 700;
    color: #404040;
}
.category-heading a {
    font-size: 13px;
    color: #0c685d;
    font-weight: 600;
    display: flex;
    -webkit-box-align: end;
    align-items: end;
    font-family: 'Mukta';
    border-radius: 3px;
}
.more {
    background: #e6fffc;
    padding: 4px 7px 4px 8px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer---
------------------------------------------------------------------------------------------------------------*/
.footer-box {
    background: #012638!important;
}
.footer-logo img {
    height: 44px;
    background: #e6fffc;
    padding: 4px;
    border-radius: 19px;
}
.footer-border-button {
    border-bottom: 2px solid #2e4c5b;
    margin-bottom: 23px;
}
.social-media-logo {
    padding: 0px 0px 16px 0px;
}
.footer-border {
    border: 1px solid #2e4c5b;
    padding: 0px 20px 0px 20px;
    border-radius: 20px;
}
.footer-heading span {
    font-size: 20px;
    font-weight: 500;
    color: white;
    font-family: 'poppins';
}
.footer-box a {
    color: #666666;
}
.trademark-box {
    background: #003d5a;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single---
------------------------------------------------------------------------------------------------------------*/
.single-author img {
    height: 40px;
    width: 40px;
    padding: 2px;
    border: 1px dashed #12aa98;
}
.single-title {
    font-size: 44px;
}
.single-date i {
    font-size: 17px;
}
.single-date span {
    font-size: 14px;
    font-weight: 600;
    color: #464646;
}
.share-count span {
    font-size: 25px;
    color: #666666;
    font-family: 'Poppins';
}
.share-count {
    display: inline-block;
    line-height: 32px;
}
.share-count-title {
    font-size: 13px;
    text-align: center;
    font-weight: 400;
    line-height: 1px;
    color: #2a2a2a;
    font-family: 'Poppins';
}
blockquote {
    background: #3496d71f;
    padding: 20px;
    border-radius: 10px;
    float: left;
    width: 387px;
    margin-right: 25px;
    overflow: hidden;
}
blockquote p {
    font-size: 21px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
}
blockquote:before {
    content: "\f10d";
    font-family: fontawesome;
    color: #3496d7;
    font-size: 39px;
}
blockquote:after {
    content: "\f10e";
    font-family: fontawesome;
    color: #3496d7;
    font-size: 39px;
}
.single-content p {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 25px;
    font-style: normal;
    font-weight: 400;
    text-align: justify;
}
.attach-cap {
    border-bottom: 1px solid #ddd;
    font-size: 15px;
    display: inline-block;
    width: auto;
}
figcaption {
    background: #f8f9fa;
    padding: 8px;
}
.tag-box {
    background: #e6f2fa;
    border: 1px solid #e5e5e5;
    border-radius: 9px;
    padding: 15px;
}
.post-attachment-box {
    margin: 0 20px;
}
.single-content a {
    color: #12aa98;
}
.trending-tags a {
    background: white;
    margin-right: 13px;
    padding: 3px 11px;
    font-size: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,.08);
    border-radius: 12px;
}
.trending-tags {
    overflow: auto;
    white-space: nowrap;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Sidebar Navigation Menu---
------------------------------------------------------------------------------------------------------------*/
.menu-offcanvas-bar {
    padding: 0;
    background: #ffffff;
    box-shadow: rgba(34, 96, 191, 0.24) 0 0 48px;
    width: 270px;
}
.sidebar-navigation-logo-area {
    background: #ffffff;
    padding: 23px;
}
.sidebar-navigation-search-input {
    height: 49px !important;
    background: #0c685d !important;
    border: none !important;
}
.sidebar-navigation-search-icon {
    background: #0c685d;
    width: 44px !important;
    color: #ffffff !important;
}
.sidebar-navigation-area {
    background: #d3d3d3;
}
.sidebar-navigation-sub-item {
    display: none;
    padding-left: 15px;
}
.sidebar-navigation-sub-category.open > .sidebar-navigation-sub-item {
    display: block;
    background: white;
}
.sidebar-navigation-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.sidebar-navigation-item a {
    font-size: 18px;
    color: #383838;
    padding: 12px 18px 12px 18px;
    font-weight: 600;
}
.sidebar-navigation-item a:hover {
    color: #ff0000;
}
.sidebar-navigation-sub-item a {
    color: #000000e3;
    padding: 10px 10px 10px 18px;
    font-size: 15px;
    font-weight: 600;
}
.sidebar-navigation-sub-item a:hover {
    color: #d70304;
}
.dropdown-button-icon {
    background: #ffffff;
    display: inline-block;
    padding: 16px 15px;
    border: none;
    cursor: pointer;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Modal---
------------------------------------------------------------------------------------------------------------*/
.search_box {
    background: #dbdbdb;
    border-radius: 8px;
}
.heading-text h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #22408c;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #ed1c24;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #c90008;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Pagination---
------------------------------------------------------------------------------------------------------------*/
.web-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'Vesper Libre';
    margin: 20px 0;
    background-color: transparent;
    border-radius: 8px;
}
.web-pagination li {
    margin: 0 5px;
    list-style: none;
}
.web-pagination li a, .web-pagination li span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 18px;
    height: 40px;
    padding: 0 10px;
    font-size: 16px;
    color: #333;
    text-decoration: none;
    border-radius: 2px;
    transition: all 0.3s ease;
    background-color: #d7d7d7;
}
.web-pagination li a:hover {
    background-color: #0066b3;
    color: #fff;
}
.web-pagination li.uk-active a {
    background-color: #d2232a;
    color: #fff;
    font-weight: bold;
    cursor: default;
}
.web-pagination li.uk-disabled span {
    color: #999;
    background-color: #e5e5e5;
    cursor: not-allowed;
}
.web-pagination .prev-button, .web-pagination .next-button {
    padding: 0 10px;
    font-weight: 500;
}
.web-pagination .prev-button:hover,
.web-pagination .next-button:hover {
    background-color: #0056b3; /* Darker shade on hover */
    color: #fff;
}
@media (max-width: 600px) {
    .web-pagination li a, .web-pagination li span {
        min-width: 10px;
        height: 35px;
        font-size: 14px;
    }
    .web-pagination .prev-button,
    .web-pagination .next-button {
        padding: 0 10px;
    }
}