/*-----------------------------------------------------------------------------------------------------------
                                    ----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 Part---
------------------------------------------------------------------------------------------------------------*/
.main-header {
    background: #262626;
}
.today-date p {
    font-size: 15px;
    margin: 0;
    font-weight: 400;
    color: white;
}
.main-logo img {
    height: 70px;
}
.todat-date {
    display: flex;
    align-items: center;
    gap: 8px;
    white-space: nowrap;
}
.todat-date span {
    display: inline-block;
    font-size: 15px;
    color: #3a3a3a;
    font-weight: 600;
}
@media only screen and (max-width: 600px) {
    .main-logo img {
        height: auto;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Menu Part---
------------------------------------------------------------------------------------------------------------*/
.main-menu {
    background: #1a1a1a;
    z-index: 999;
    position: relative;
}
.navigation-bar {
    display: flex;
}
.navigation-item a {
    font-size: 17px;
    font-weight: 500;
    color: #ffffff;
    font-family: 'Inter';
    line-height: 60px;
    display: inline-block;
    padding: 0px 15px;
}
.navigation-item a:hover {
    color: #ffffff;
    background: #de2a2a;
}
.navigation-lines.active {
    color: #ffffff;
    background: #de2a2a;
}
.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;
}
.tag-heading-text h4 {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #fd5102;
    font-family: 'Anek Devanagari';
}
.search-area a {
    font-size: 15px;
    font-family: 'Inter';
    font-weight: 400;
    color: #303030;
}
.search-area a:hover {
    color: #343434;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
body, .uk-h1, .uk-h2, .uk-h3, .uk-h4, .uk-h5, .uk-h6, h1, h2, h3, h4, h5, h6, .feat span {
    font-family: 'Mukta', sans-serif;
}
.uk-link, a {
    color: #272727;
    text-decoration: none;
}
.uk-link:hover, a:hover {
    text-decoration: none;
    color: #fc4f02;
}
.title-tag-box span {
    background: #fc5102;
    padding: 5px 20px;
    font-size: 17px;
    font-weight: 700;
    color: white;
    border-radius: 4px;
    display: inline-block;
}
.my-overlay {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgb(34, 34, 34) 100%);
}
.bg1 {
    background: #00a4d8;
}
.category-links-bg a {
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    background: #f52128;
    padding: 3px 9px;
    display: inline-block;
    border-radius: 1px;
}
.special-section {
    background: #1a1a1a;
    padding: 30px 0px;
}
.large-news-box-height {
    height: 622px;
}
.opinion-card {
    height: 100%;
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.opinion-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.10);
}
.list-number {
    background: #00a4d8;
    width: 40px;
    height: 40px;
    font-size: 25px;
    text-align: center;
    line-height: 37px;
    color: white;
    border-radius: 3px 3px 3px 15px;
    border-left: 3px solid #de2a2a;
    font-weight: 600;
}
.videos-section {
    background: #161616;
    padding: 35px 0px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Font Part---
------------------------------------------------------------------------------------------------------------*/
.breaking-news-title h1 {
    font-size: 65px;
    line-height: 84px;
    margin: 0;
    font-weight: 700;
}
.breaking-news-excerpt p {
    font-size: 22px;
    font-weight: 400;
}
.second-heading-text p {
    font-size: 17px;
    margin: 0;
    font-style: italic;
    font-weight: 500;
    color: #4a4a4a;
}
.news-excerpt p {
    margin: 0;
    font-size: 18px;
    line-height: 29px;
    font-weight: 400;
    color: #000000;
    font-family: 'Anek Devanagari';
}
.publish-read-time{
    display: flex;
    align-items: center;
    gap: 8px;
}
.news-read-time::before{
    content: "â€¢";
    margin-right: 8px;
    color: #999;
}
.publish-read-time .published-date {
    font-size: 14px;
    font-family: 'Anek Devanagari';
}
.publish-read-time .news-read-time {
    font-size: 14px;
    font-family: 'Anek Devanagari';
}
.title-highlight {
    color: #00a4d8;
}
@media only screen and (max-width: 600px) {
    .breaking-news-title h1 {
        font-size: 30px;
        line-height: 1.2;
        margin: 0;
        font-weight: 700;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Image Part---
------------------------------------------------------------------------------------------------------------*/
.xsmall-thumbnail {
    height: 80px;
    width: 80px;
}
@media only screen and (max-width: 600px) {
    .xxmedium-height {
        height: 250px !important;
    }
    .large-height {
        height: 250px !important;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Category Heading---
------------------------------------------------------------------------------------------------------------*/
.category-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding: 12px 0;
    margin-bottom: 25px;
    border-bottom: 2px solid #e9ecef;
}
.category-heading::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 70px;
    height: 2px;
    background: #00a4d8;
}
.category-title-wrap {
    display: flex;
    align-items: center;
    gap: 10px;
}
.category-icon {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00a4d8;
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
}
.category-title {
    color: #1e293b;
    text-decoration: none;
    font-size: 24px;
    font-weight: 600;
    transition: 0.3s ease;
    font-family: 'Inter';
}
.category-title:hover {
    color: #00a4d8;
}
.view-all {
    display: flex;
    align-items: center;
    gap: 6px;
    color: #64748b;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s ease;
    font-family: Inter;
}
.view-all:hover {
    color: #3641f5;
    gap: 10px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Footer Part---
------------------------------------------------------------------------------------------------------------*/
.footer-media {
    background: #060606;
    padding: 18px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.footer-logo img {
    height: 58px;
    width: auto;
    max-width: 240px;
    object-fit: contain;
    transition: transform .3s ease;
    background: #ffffff;
    padding: 7px;
    border-radius: 4px;
}
.footer-logo a:hover img {
    transform: scale(1.03);
}
.footer-social a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 42px;
    padding: 0 13px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
    transition: all .25s ease;
}
.footer-social a:hover {
    color: #fff;
    background: #f3222a;
    border-color: #f3222a;
    transform: translateY(-2px);
}
.footer-section {
    background: #ffffff;
    padding: 25px 0px;
    position: relative;
}
.footer-heading span {
    position: relative;
    display: inline-block;
    padding-bottom: 5px;
    color: #fc4f02;
    font-size: 21px;
    line-height: 1.4;
    font-weight: 600;
    font-family: 'Anek Devanagari';
}
.footer-heading span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 48px;
    height: 3px;
    background: #013aee;
    border-radius: 10px;
}
.footer-links a {
    font-size: 15px;
    font-family: 'Anek Devanagari';
    font-weight: 500;
}
.copyright-section {
    background: #f5f5f5;
    padding: 15px 0px;
}
.copyright-content p {
    color: #383838;
    font-family: Inter;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
.copyright-content a img {
    height: 15px;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Single Page---
------------------------------------------------------------------------------------------------------------*/
.byline-area {
    display: flex;
    align-items: center;
}
.byline-thumbnail {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #e5e5e5;
    margin-left: -15px;
    background: #fff;
}
.byline-thumbnail:first-child {
    margin-left: 0;
}
.byline-name a {
    font-size: 16px;
    font-weight: 600;
}
.single-news-title h1 {
    font-size: 45px;
    font-weight: 700;
    margin: 0;
}
.publish-date {
    font-size: 16px !important;
    color: #525252 !important;
    font-weight: 600;
}
.feature-image-caption {
    font-size: 14px;
    font-style: italic;
}
.share-details h3 {
    font-size: 30px;
    text-align: center;
    margin-bottom: -10px;
}
.share-details p {
    font-size: 16px;
    text-align: center;
    color: #2a2a2a;
    margin: 0;
}
.attach-cap {
    background: #f8f9fa;
    display: block;
    padding: 2px 8px;
    font-style: italic;
    text-align: center;
    font-size: 15px;
}
figcaption {
    background: #f8f9fa;
    padding: 4px;
    text-align: center;
    font-size: 15px;
    font-style: italic;
}
blockquote {
    background: #ffebea;
    padding: 20px;
    border-radius: 10px;
    overflow: hidden;
}
blockquote p {
    font-size: 20px !important;
    color: #333;
    line-height: 30px !important;
    font-weight: 500 !important;
    font-style: italic !important;
    margin-bottom: 16px !important;
}
blockquote:before {
    background-image: url(/assets/icon/blockquote-left.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}
blockquote:after {
    background-image: url(/assets/icon/blockquote-right.png);
    content: " ";
    display: inline-block;
    width: 53px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
    float: right;
}
.single-news-content p {
    font-size: 22px;
    line-height: 1.8;
    margin: 0 0 28px;
    font-weight: 400;
    color: #000000;
    text-align: justify;
}
.search-releted-news-column {
    display: flex;
    align-items: center;
    gap: 14px;
    background: #fafbfd;
    padding: 12px;
    border: 1px solid #e5eaf2;
    border-radius: 4px;
    margin: 20px 0;
}
.search-releted-news-thumbnail {
    height: 80px;
    width: 135px;
    object-fit: cover;
    border-radius: 3px;
    display: block;
}
.related-news-image-link {
    flex: 0 0 135px;
}
.related-news-content {
    min-width: 0;
}
.related-news-read-more {
    color: #f13a3a;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 4px;
}
.search-releted-news-title {
    display: block;
    font-size: 20px;
    color: #4a4a4a;
    font-weight: 600;
    line-height: 1.35;
}
@media only screen and (max-width: 600px) {
    .single-news-title h1 {
        font-size: 27px;
        font-weight: 700;
        margin: 0;
    }
    .search-releted-news-thumbnail {
        height: 80px;
        width: 110px;
        object-fit: cover;
        border-radius: 3px;
    }
    .search-releted-news-column {
        gap: 10px;
        padding: 9px;
    }
    .related-news-image-link {
        flex-basis: 110px;
    }
    .related-news-read-more {
        font-size: 14px;
    }
    .search-releted-news-title {
        font-size: 16px;
        color: #4a4a4a;
        font-weight: 600;
        line-height: 21px;
        text-align: start;
    }
    .border-divider:before {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        border-top: 1px solid #e5e5e5;
        margin-top: -5px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Byline Blade---
------------------------------------------------------------------------------------------------------------*/
.byline-profile-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 20px;
    padding: 18px 22px;
    box-shadow: 0 8px 30px rgba(15, 23, 42, 0.05);
    transition: all 0.3s ease;
}
.byline-profile-card:hover {
    box-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
}
.byline-profile-main {
    display: flex;
    align-items: center;
    gap: 16px;
}
.byline-profile-image {
    flex-shrink: 0;
}
.byline-profile-image img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 50%;
    padding: 3px;
    border: 2px solid #465fff;
    background: #ffffff;
    box-shadow: 0 5px 18px rgba(70, 95, 255, 0.15);
}
.byline-profile-info {
    min-width: 0;
}
.byline-title-row {
    display: flex;
    align-items: center;
    gap: 7px;
}
.byline-profile-name {
    margin: 0;
    font-size: 21px;
    font-weight: 700;
    color: #1e293b;
    line-height: 1.4;
}
.verified-badge {
    width: 20px;
    height: 20px;
    object-fit: contain;
    flex-shrink: 0;
}
.byline-profile-description {
    margin: 6px 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: #64748b;
}
.byline-right-area {
    min-width: 175px;
    min-height: 90px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 6px 0 6px 24px;
    border-left: 1px solid #e5e7eb;
}
.byline-post-stat {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
}
.byline-post-icon {
    width: 27px;
    height: 27px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #64748b;
}
.byline-post-text {
    display: flex;
    align-items: baseline;
    gap: 5px;
}
.byline-post-text strong {
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    color: #334155;
}
.byline-post-text span {
    font-size: 12px;
    font-weight: 500;
    color: #64748b;
}
.byline-social-media {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 9px;
    border-top: 1px solid #edf0f5;
}
.byline-social-media a {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #465fff;
    text-decoration: none;
    transition: all 0.25s ease;
}
.byline-social-media a:hover {
    background: #465fff;
    border-color: #465fff;
    color: #ffffff;
    transform: translateY(-2px);
}
@media (max-width: 480px) {
    .byline-profile-main {
        gap: 12px;
    }
    .byline-profile-image img {
        width: 62px;
        height: 62px;
    }
    .byline-profile-name {
        font-size: 18px;
    }
    .byline-profile-description {
        font-size: 13px;
    }
    .byline-right-area {
        justify-content: space-between;
        gap: 10px;
    }
    .byline-social-media {
        gap: 5px;
        padding-left: 10px;
    }
    .byline-social-media a {
        width: 34px;
        height: 34px;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Author Blade---
------------------------------------------------------------------------------------------------------------*/
.author-profile-card {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: #ffffff;
    border: 1px solid #edf0f5;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    transition: all 0.3s ease;
}
.author-profile-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 16px 40px rgba(15, 23, 42, 0.1);
}
.author-main {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 22px;
}
.author-avatar {
    position: relative;
    flex-shrink: 0;
}
.author-avatar img {
    width: 78px;
    height: 78px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #465fff;
}
.author-online {
    position: absolute;
    right: 3px;
    bottom: 4px;
    width: 13px;
    height: 13px;
    background: #22c55e;
    border: 3px solid #fff;
    border-radius: 50%;
}
.author-info {
    min-width: 0;
}
.author-label {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #465fff;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 4px;
}
.author-name {
    margin: 0 0 6px;
    font-size: 21px;
    font-weight: 700;
    color: #1e293b;
}
.author-about {
    margin: 0;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}
.author-stat {
    min-width: 145px;
    padding: 20px;
    border-left: 1px solid #edf0f5;
    background: linear-gradient(135deg, #f8faff, #f1f4ff);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.stat-icon {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    background: #465fff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-bottom: 8px;
    box-shadow: 0 8px 18px rgba(70, 95, 255, 0.25);
}
.stat-content {
    text-align: center;
}
.stat-content strong {
    display: block;
    font-size: 24px;
    font-weight: 800;
    color: #1e293b;
    line-height: 1.2;
}
.stat-content span {
    display: block;
    margin-top: 3px;
    color: #64748b;
    font-size: 13px;
    font-weight: 500;
}
@media (max-width: 576px) {
    .author-profile-card {
        flex-direction: column;
    }
    .author-main {
        padding: 18px;
    }
    .author-avatar img {
        width: 65px;
        height: 65px;
    }
    .author-stat {
        min-width: 100%;
        padding: 15px;
        border-left: none;
        border-top: 1px solid #edf0f5;
        flex-direction: row;
        gap: 10px;
    }
    .stat-icon {
        margin-bottom: 0;
    }
    .stat-content {
        text-align: left;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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: #fc4f02 !important;
    border: none !important;
}
.sidebar-navigation-search-icon {
    background: #0338f0;
    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-modal {
    background: #dbdbdb;
    border-radius: 8px;
}
.search-text h4 {
    margin: 0;
    font-size: 27px;
    font-weight: 700;
    color: #fc5102;
}
.search-form-box {
    width: 100%;
}
.search-input-box {
    height: 61px !important;
    border-radius: 16px;
    background: white !important;
}
.search-icon-box {
    background: #0237ef;
    border-radius: 0px 16px 16px 1px;
    width: 65px !important;
    color: #ffffff !important;
}
.search-icon-box:hover {
    background: #0237f0;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Search Blade---
------------------------------------------------------------------------------------------------------------*/
.search-news-thumbnail {
    height: 100px;
    width: 120px;
}
.news-links a {
    color: #0e5dae;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Notification---
------------------------------------------------------------------------------------------------------------*/
.uk-notification-message {
    position: relative;
    padding: 11px;
    background: #f8f8f8;
    font-size: 14px;
    line-height: 1.4;
    cursor: pointer;
    border: 1px solid #e5e5e5;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .08);
    border-radius: 3px;
}
.uk-notification-close {
    position: absolute;
    top: 8px;
    right: 15px;
    background: #e75625;
    padding: 6px;
    color: #ffffff !important;
    border-radius: 50%;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----404 Blade---
------------------------------------------------------------------------------------------------------------*/
.home-button-links a {
    background: #22408c;
    font-size: 15px;
    padding: 10px 25px;
    color: white;
    border-radius: 4px;
    display: inline-block;
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----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;
    }
}
/*-----------------------------------------------------------------------------------------------------------
                                    ----Roadblocks Ads---
------------------------------------------------------------------------------------------------------------*/
#roadblocks{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    z-index:999999;
    overflow:auto;
}
.roadblocks-container{
    max-width:850px;
    margin:35px auto;
    padding:20px;
    background:#fff;
}
.roadblocks-logo img{
    height:70px;
}
.roadblocks-title h2 {
    margin:0;
    font-size:14px;
    font-weight:600;
    text-transform:uppercase;
}
.skip-button{
    display:inline-block;
    padding:8px 20px;
    background:#d90000;
    color:#fff;
    border-radius:4px;
    text-decoration:none;
    font-size:12px;
    font-weight:700;
}
.skip-button:hover{
    background:#01356f;
    color:#fff;
    text-decoration:none;
}
.roadblocks-thumnail img{
    width:100%;
    height:auto;
    display:block;
}