/* custom styles */
*::-webkit-scrollbar {
    width: 10px;
    height: 0;
}

*::-webkit-scrollbar-track {
    background: #f1f1f1;
}

*::-webkit-scrollbar-thumb {
    background: var(--action-color);
    border-radius: 10px;
}

*::-webkit-scrollbar-thumb:hover {
    background: var(--action-color);
}

/**
     * paginatioin
    */
.page-link {
    color: var(--secondary-color);
    background-color: #fff;
    border: 1px solid #dee2e6;
    margin: 0 2.5px;
    border-radius: var(--border-6px-radius);
}

.page-link:hover {
    color: var(--action-color);
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.page-link:focus {
    color: var(--secondary-color);
    background-color: #e9ecef;
}

.page-item:not(:first-child) .page-link {
    margin-left: -1px;
}

.pagination-container .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    border-radius: var(--border-6px-radius);
}
.page-item.active .page-link {
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
    border-radius: var(--border-6px-radius);
}

.page-item.disabled .page-link {
    color: #6c757d;
    background-color: #fff;
    border-color: #dee2e6;
}

.fw-600 {
    font-weight: 600;
}

.vertical-separate-border-right {
    border-right: 3px solid var(--action-color);
}

.text-action-hover {
    color: var(--action-color);
    transition: 0.35s;
}
.text-action-hover:hover {
    color: var(--primary-color);
}

.gt_switcher-popup {
    display: flex;
    align-items: center;
}

.weather svg {
    width: 28px;
    height: 28px;
}

@media (min-width: 768px) {
    .weather svg {
        width: 36px;
        height: 36px;
    }
}

.text-shadow {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.35);
}

/* ------- additional nav ------- */
.additional-nav ul {
    margin: 0;
    padding: 0;
    text-align: left;
}
.additional-nav li {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
    line-height: normal;
    border-radius: var(--border-8px-radius);
    transition: 0.35s ease-in-out all;
}

/* main level */
.additional-nav > ul > li {
    display: inline-block;
}
.additional-nav > ul > li > a {
    padding: 15px 14px;
    font-weight: normal;
    font-size: 16px;
    border-bottom: none;
    display: block;
}
.additional-nav > ul > li:last-child a {
    border-right: transparent;
}

.additional-nav ul {
    background: var(--primary-color);
    border-bottom-left-radius: var(--border-8px-radius);
    border-bottom-right-radius: var(--border-8px-radius);
}

.additional-nav li a {
    color: #fff;
    transition: 0.35s;
}

.additional-nav li a:hover {
    background: var(--white-color);
    color: var(--primary-color);
    border-radius: var(--border-8px-radius);
}

.additional-nav .current-menu-item {
    background: var(--white-color);
}

.additional-nav .current-menu-item a {
    color: var(--primary-color);
}

/* first level dd */
.additional-nav ul ul {
    top: auto;
    width: 220px;
    position: absolute;
    z-index: 9900;
    text-align: left;
    display: none;
    background: #ddd;
}
.additional-nav li li {
    display: block;
}

/* second level dd */
.additional-nav ul ul ul {
    top: 0; /* dd animtion - change to auto to remove */
    left: 220px;
}
.additional-nav > ul > li:hover > ul > li:hover > ul {
    opacity: 1;
    visibility: visible;
    top: 0;
}

/* .drop-left */
.additional-nav > ul > li.drop-left > ul {
    right: 0;
}
.additional-nav li.drop-left ul ul {
    left: auto;
    right: 220px;
}

/* light theme */
.additional-nav.light {
    background: rgba(255, 255, 255, 1);
}
.additional-nav.light a {
    color: #fff;
}
.additional-nav.light ul ul {
    background: rgba(255, 255, 255, 1);
    transition: 0.35s ease-in-out all;
}
.additional-nav.light li a {
    color: #fff;
}

.text-primary {
    color: var(--primary-background) !important;
}

.float-left {
    float: left !important;
}

.ps-45 {
    padding-left: 1.85rem !important;
}

.fs-8px {
    font-size: 8px !important;
}

.fs-10px {
    font-size: 10px !important;
}

.fs-12px {
    font-size: 12px !important;
}

.fs-14px {
    font-size: 14px !important;
}

.fs-16px {
    font-size: 16px !important;
}

.fs-18px {
    font-size: 18px !important;
}
.fs-20px {
    font-size: 20px !important;
}

.fs-22px {
    font-size: 22px !important;
}

.fs-24px {
    font-size: 24px !important;
}

.fs-26px {
    font-size: 26px !important;
}

.fs-28px {
    font-size: 28px !important;
}

.fs-30px {
    font-size: 30px !important;
}

.fs-32px {
    font-size: 32px !important;
}

.fs-34px {
    font-size: 34px !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-semibold {
    font-weight: 600 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-extrabold {
    font-weight: 800 !important;
}

.fw-black {
    font-weight: 900 !important;
}
.radius-4px {
    border-radius: 4px !important;
}
.radius-6px {
    border-radius: 6px !important;
}
.radius-8px {
    border-radius: 8px !important;
}
.radius-10px {
    border-radius: 10px !important;
}
.radius-12px {
    border-radius: 12px !important;
}
.radius-14px {
    border-radius: 14px !important;
}

.section-2-2 .secGllary-image img {
    height: 280px;
}
.section-2-2 .secThree_image img {
    height: 150px;
}

.section-2-1 .news-tavs {
    max-height: 500px;
}

.section-2-1 .news-tavs::-webkit-scrollbar {
    width: 3px;
}
.border-top-thick {
    border-top: 4px solid #a5a5a5 !important;
}
.border-top-thick-red {
    border-top: 4px solid var(--primary-background) !important;
}
.live-icon-custom {
    height: 18px;
    width: 18px;
    background-color: var(--primary-background);
    border-radius: 50%;
    display: block;
}

.owl-navigation button {
    border: 2px solid var(--primary-background);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background-color: transparent;
    color: #333;
    display: flex;
    justify-content: center;
    align-items: center;
}

.owl-navigation #current-slide {
    margin: 0 10px;
    font-size: 16px;
    color: var(--primary-background);
}

.highlighted-news-carousel .owl-dots {
    text-align: center;
}
.sectionVideo2-active .owl-dots {
    text-align: left;
}
.highlighted-news-carousel .owl-dots,
.sectionVideo2-active .owl-dots {
    margin: 0 1.5px;
    transform: translateY(-30px);
}
.highlighted-news-carousel .owl-dot,
.sectionVideo2-active .owl-dot {
    width: 2px !important;
    height: 13.5px !important;
    border: 1px solid #000 !important;
    background-color: transparent;
    margin: 0 3px;
    transition: border-color 0.3s ease;
    border-radius: 50%;
}

.highlighted-news-carousel .owl-dot.active,
.sectionVideo2-active .owl-dot.active {
    border-color: #000;
    background-color: #000;
}

.highlighted-news-carousel .owl-dot:hover,
.sectionVideo2-active .owl-dot:hover {
    background-color: #a8a8a8;
}

.section4Video-active .owl-item {
    position: relative;
    padding-right: 10px;
    border-right: 2px solid #ccc;
    margin-right: 0;
}

.section4Video-active .owl-item:last-child {
    border-right: none;
}

.section4Video-active .dark_icon2 {
    display: flex;
    justify-content: center;
    align-items: center;
}
.section4Video-active .dark_icon2 i {
    top: 12%;
    left: 10%;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: var(--primary-background);
    font-style: normal;
    font-size: 18px;
}

.video-badge {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 8px;
    background-color: var(--primary-background);
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

.footer-section h5 {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 18px;
    color: #666;
}

.footer-section .row div {
    margin-bottom: 10px;
    font-size: 14px;
}

/* Main share section container */
.share-section {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 0 0 10px 0;
    transition: left 0.3s ease-in-out;
    z-index: 998;
    width: fit-content;
    /* overflow: hidden; */
}

#share-content.hidden {
    transform: translateX(-120%);
}

.toggle-btn {
    background-color: var(--primary-background);
    color: white;
    cursor: pointer;
    border-radius: 0 10px 0 0;
    text-align: center;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background-color 0.3s ease-in-out;
    box-shadow: 0 4px 15px -10px rgba(0, 0, 0, 0.4);
}

#share-content {
    background-color: white;
    box-shadow: 0 4px 15px -10px rgba(0, 0, 0, 0.4);
    padding: 4px 0;
    border-radius: 0 0 10px 0;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.share-icon {
    display: block;
    margin: 5px 0;
    color: black;
    font-size: 24px;
    text-decoration: none;
    transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.share-icon:hover {
    opacity: 0.8;
    transform: scale(1.1);
}

.toggle-btn:hover {
    background-color: #ba151b;
}

.share-opener {
    border-radius: 50%;
    height: 42px;
    width: 42px;
    background-color: #e99396;
}

.news-social-icons a svg {
    margin-top: 8px;
    transition: 0.35s;
}
.news-social-icons a svg:hover {
    opacity: 0.85;
    transform: scale(1.15);
}

.cursor-pointer {
    cursor: pointer !important;
}

.news-title-sm {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.25;
    height: calc(2 * 1.25em);
}

.news-description-sm {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    line-height: 1.25;
    height: calc(3 * 1.25em);
}

.news-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    height: calc(2 * 1.3em);
}

.news-description {
    display: block;
    height: 120px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.avatar {
    position: relative;
    width: 2.375rem;
    height: 2.375rem;
    cursor: pointer;
}
.avatar img {
    width: 100%;
    height: 100%;
}
.avatar .avatar-initial {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #eeedf0;
    font-size: 0.9375rem;
}
.avatar.avatar-online:after,
.avatar.avatar-offline:after,
.avatar.avatar-away:after,
.avatar.avatar-busy:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 3px;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    box-shadow: 0 0 0 2px #fff;
}
.avatar.avatar-online:after {
    background-color: #71dd37;
}
.avatar.avatar-offline:after {
    background-color: #8592a3;
}
.avatar.avatar-away:after {
    background-color: #ffab00;
}
.avatar.avatar-busy:after {
    background-color: #ff3e1d;
}

.w-px-25 {
    width: 25px !important;
}

.w-px-30 {
    width: 30px !important;
}

.w-px-40 {
    width: 40px !important;
}

.w-px-50 {
    width: 50px !important;
}

.w-px-60 {
    width: 60px !important;
}

.w-px-70 {
    width: 70px !important;
}

.w-px-75 {
    width: 75px !important;
}

.w-px-100 {
    width: 100px !important;
}

.w-px-110 {
    width: 110px !important;
}

.w-px-120 {
    width: 120px !important;
}

.w-px-125 {
    width: 125px !important;
}

.w-px-130 {
    width: 130px !important;
}

.w-px-140 {
    width: 140px !important;
}

.w-px-150 {
    width: 150px !important;
}

.w-px-175 {
    width: 175px !important;
}

.w-px-200 {
    width: 200px !important;
}

.w-px-225 {
    width: 225px !important;
}

.w-px-250 {
    width: 250px !important;
}

.w-px-275 {
    width: 275px !important;
}

.w-px-300 {
    width: 300px !important;
}

@media (min-width: 768px) {
    .w-px-md-25 {
        width: 25px !important;
    }

    .w-px-md-50 {
        width: 50px !important;
    }

    .w-px-md-100 {
        width: 100px !important;
    }

    .w-px-md-125 {
        width: 125px !important;
    }

    .w-px-md-150 {
        width: 150px !important;
    }

    .w-px-md-175 {
        width: 175px !important;
    }

    .w-px-md-200 {
        width: 200px !important;
    }

    .w-px-md-225 {
        width: 225px !important;
    }

    .w-px-md-250 {
        width: 250px !important;
    }

    .w-px-md-275 {
        width: 275px !important;
    }

    .w-px-md-300 {
        width: 300px !important;
    }
}

@media (min-width: 992px) {
    .w-px-lg-25 {
        width: 25px !important;
    }

    .w-px-lg-50 {
        width: 50px !important;
    }

    .w-px-lg-100 {
        width: 100px !important;
    }

    .w-px-lg-125 {
        width: 125px !important;
    }

    .w-px-lg-150 {
        width: 150px !important;
    }

    .w-px-lg-175 {
        width: 175px !important;
    }

    .w-px-lg-200 {
        width: 200px !important;
    }

    .w-px-lg-225 {
        width: 225px !important;
    }

    .w-px-lg-250 {
        width: 250px !important;
    }

    .w-px-lg-275 {
        width: 275px !important;
    }

    .w-px-lg-300 {
        width: 300px !important;
    }
}

.gt_switcher-popup.glink {
    border: 1px solid #aaa !important;
    border-radius: 4px !important;
    padding: 4px !important;
}
.gt_switcher-popup.glink img {
    margin-right: 4px !important;
}
.gt_switcher-popup.glink span {
    color: #fff !important;
}

.text-black {
    color: #000 !important;
}
.bg-black {
    background-color: #000 !important;
}

.line-clamp-1 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    height: calc(1 * 1.3em);
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    height: calc(2 * 1.3em);
}
.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    height: calc(3 * 1.3em);
}
.line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;

    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    height: calc(4 * 1.3em);
}
.line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;

    overflow-wrap: break-word;
    text-overflow: ellipsis;
    white-space: normal;
    height: calc(5 * 1.3em);
}

.h-px-150 {
    height: 150px !important;
}
.h-px-160 {
    height: 160px !important;
}
.h-px-170 {
    height: 170px !important;
}
.h-px-180 {
    height: 180px !important;
}
.h-px-190 {
    height: 190px !important;
}
.h-px-200 {
    height: 200px !important;
}
.h-px-210 {
    height: 210px !important;
}
.h-px-220 {
    height: 220px !important;
}
.h-px-230 {
    height: 230px !important;
}
.h-px-240 {
    height: 240px !important;
}
.h-px-250 {
    height: 250px !important;
}
.h-px-260 {
    height: 260px !important;
}
.h-px-270 {
    height: 270px !important;
}

.category-dot:before {
    display: inline-flex;
    width: 0.75em;
    height: 0.75em;
    margin-right: 4px;
    content: "";
    border-radius: 50%;
    background-color: var(--cat-highlight, var(--primary-background));
}

.p-7_5 {
    padding: 0.75rem !important;
}

.sponsored-badge {
    background: linear-gradient(to bottom, #af8204, #e4b080) !important;
}

.btn-primary {
    background-color: var(--primary-background) !important;
    border-color: var(--primary-background) !important;
}

.btn-primary:hover {
    background-color: var(--tertiary-background) !important;
    border-color: var(--tertiary-background) !important;
}

.overflow-x-auto {
    overflow-x: auto;
}
