/*
* Mixin for basic CSS triangles
* @include triangle(up, #000, 50px);
* @include triangle(bottomleft, #000, 50px);
*/

:root {
    --orange: #ff5722;
    --blue: #009ac9;
}

body {
    font-family: "Libre Caslon Text", serif;
}
@media (min-width: 768px) {
    body {
        padding-top: 80px;
    }
}
@media (min-width: 1800px) {
    body {
        padding-top: 100px;
        max-width: 1920px;
        margin-left: auto;
        margin-right: auto;
    }
}
body.dnh-page {
    padding-top: 70px;
}

@media (max-width: 576px) {
    .main-block {
        overflow: hidden;
    }
}

.container-xl {
    max-width: 1260px;
}

input:focus,
input:invalid:focus {
    box-shadow: none;
}

.was-validated .custom-select:invalid:focus,
.custom-select.is-invalid:focus {
    box-shadow: none;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    box-shadow: none;
}

.custom-select {
    background: #fff url("../images/arrow-down-icon-black.svg") right 1rem center/12px 10px no-repeat;
}

.was-validated .custom-select:invalid,
.custom-select.is-invalid {
    background:
        url("../images/arrow-down-icon-black.svg") right 1rem center/12px 10px no-repeat,
        #fff
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e")
            center right 2.1rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.was-validated .custom-select:valid,
.custom-select.is-valid {
    background:
        url("../images/arrow-down-icon-black.svg") right 1rem center/12px 10px no-repeat,
        #fff
            url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e")
            center right 2.1rem / calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) no-repeat;
}

.block-title {
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #000;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .block-title {
        font-size: 40px;
    }
}
.block-title span {
    display: inline-flex;
    align-items: center;
    gap: 23px;
}
.block-title span i {
    font-style: normal;
}
.block-title span::after {
    content: "";
    width: 13px;
    height: 22px;
    display: inline-block;
    background: url("../images/arrow-right-icon-big.svg") center no-repeat;
    background-size: contain;
    flex: 0 0 13px;
}
.block-title.no-arrow span::after {
    display: none;
}

.bt-lg {
    font-size: 1.625rem;
}

.bt-sm {
    font-size: 1.25rem;
}

@media (min-width: 992px) {
    .fs-1 {
        font-size: 2.75rem !important;
    }
}

@media (min-width: 992px) {
    .fs-2 {
        font-size: 2.5rem !important;
    }
}

@media (min-width: 992px) {
    .fs-3 {
        font-size: 1.875rem !important;
    }
}

@media (min-width: 992px) {
    .fs-4 {
        font-size: 1.75rem !important;
    }
}

@media (min-width: 992px) {
    .fs-5 {
        font-size: 1.625rem !important;
    }
}

@media (min-width: 992px) {
    .fs-6 {
        font-size: 1.5rem !important;
    }
}

@media (min-width: 576px) {
    .fs-7 {
        font-size: 1.375rem !important;
    }
}

@media (min-width: 992px) {
    .fs-8 {
        font-size: 1.25rem !important;
    }
}

@media (min-width: 992px) {
    .fs-9 {
        font-size: 1.125rem !important;
    }
}

@media (min-width: 576px) {
    .fs-10 {
        font-size: 1rem !important;
    }
}

@media (min-width: 576px) {
    .fs-11 {
        font-size: 0.813rem !important;
    }
}

.common-nav-tabs {
    border-bottom: 1px solid #707070;
    margin-bottom: 25px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
}
.common-nav-tabs .nav-link {
    font-size: 0.75rem;
    letter-spacing: 0.03em;
    color: #000000;
}
.common-nav-tabs .nav-link.active {
    font-weight: 700;
}
.common-nav-tabs.nav-pills .nav-link.active {
    background-color: #000000;
}

.dnh-hr {
    border-top-color: #707070;
    opacity: 1;
}

.hr-black {
    border-top: 7px solid #000000;
    opacity: 1;
}

.common-card {
    border: 0;
    transition: all 0.3 ease-in;
}
.common-card .card-bottom p {
    font-size: 0.625rem;
    letter-spacing: 0.01em;
    line-height: 18px;
    color: #333;
}
.common-card .card-bottom p.new-category {
    font-weight: 700;
    color: #333;
    margin-bottom: 0;
}
.common-card .card-bottom p.region-name {
    color: #666;
    text-align: right;
    margin-bottom: 0;
}
.common-card .card-bottom p.time-stamp {
    font-weight: normal;
    font-size: 0.563rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: #666;
    margin-bottom: 0;
}
.common-card .user-status {
    border-top: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    margin-top: 8px;
    padding: 3px 0;
}
.common-card .user-status > .row {
    align-items: center;
}
.common-card:hover .card-horizontal .img-square-wrapper img {
    transform: scale(1.1);
}

@media (min-width: 576px) {
    .same-h {
        min-height: 189px;
    }
}

@media (min-width: 576px) {
    .mh-114 {
        min-height: 97px;
    }
}

@media (min-width: 768px) {
    .mh-114 {
        min-height: 97px;
    }
}

@media (min-width: 992px) {
    .mh-114 {
        min-height: 114px;
    }
}

@media (min-width: 576px) {
    .mh-120 {
        min-height: 120px;
    }
}

@media (min-width: 576px) {
    .mh-143 {
        min-height: 143px;
    }
}

.user-action {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.user-action > li {
    list-style: none;
}
.user-action > li .icon {
    display: inline-block;
    flex: 0 0 12px;
    width: 12px;
    height: 12px;
    overflow: hidden;
    text-indent: -99999px;
    background: url("../images/share-icon-black.svg") center no-repeat;
    background-size: contain;
}
.user-action > li .share {
    background: url("../images/share-icon-black.svg") center no-repeat;
    background-size: 10px 11px;
}
.user-action > li .like {
    background: url("../images/heart-icon-black.svg") center no-repeat;
    background-size: contain;
}
.user-action > li .like.active {
    background: url("../images/heart-icon-red.svg") center no-repeat;
    background-size: contain;
}
.user-action > li .like.liked {
    background: url("../images/liked-icon-orange.svg") center no-repeat;
    background-size: contain;
}
.user-action > li .dots {
    background: url("../images/more-horizontal-icon-black.svg") center no-repeat;
    background-size: contain;
}
.user-action > li .close {
    background: url("../images/close-icon-orange.svg") center no-repeat;
    background-size: contain;
    opacity: 1 !important;
}

.news-source {
    font-size: 0.75rem;
    color: #666;
}

.number-badge {
    width: 52px;
    border-radius: 0px 0px 2px 3px;
    background: rgba(0, 0, 0, 0.6);
    font-weight: bold;
    font-size: 60px;
    letter-spacing: 0.01em;
    line-height: 0.9;
    color: #ffffff;
    text-decoration: none;
    position: absolute;
    top: 0;
    left: 10px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}

.only-no-badge {
    font-weight: bold;
    font-size: 30px;
    line-height: 0.9;
    letter-spacing: 0.01em;
    color: #333333;
}

.card-horizontal {
    display: flex;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .card-horizontal {
        margin-bottom: 24px;
    }
}
.card-horizontal .img-square-wrapper {
    flex: 0 0 107px;
    position: relative;
}
.card-horizontal .img-square-wrapper a {
    display: inline-block;
    width: 100%;
    overflow: hidden;
    border-radius: 4px;
}
.card-horizontal .img-square-wrapper img {
    width: 100%;
    border-radius: 4px;
    -o-object-fit: cover;
    object-fit: cover;
    background: #c3c3c3;
    transition: all 0.3s ease-in;
}
.card-horizontal .card-body {
    padding: 0 0 0 12px;
}
.card-horizontal .news-source {
    font-weight: normal;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    line-height: 18px;
    color: #666;
}
.card-horizontal .news-source a {
    color: #666;
    text-decoration: none;
}
.card-horizontal .news-source a:hover {
    text-decoration: none;
}
.card-horizontal .card-title {
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    line-height: 1.4;
    color: #333;
    margin-bottom: 0;
}
.card-horizontal .card-title a {
    color: #333;
    text-decoration: none;
}
.card-horizontal .card-title a:hover {
    text-decoration: none;
}

.card-profile-photo {
    padding-bottom: 40px;
}
.card-profile-photo .card-pp-inner {
    position: relative;
    background: #e5d2d2 url("../images/pink-bg.jpg") no-repeat center center;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: 295px;
}
.card-profile-photo .card-pp-inner.tail {
    background: #e4e5d2 url("../images/tail-bg.jpg") no-repeat center center;
    background-size: cover;
}
.card-profile-photo .card-pp-inner.blue {
    background: #d2d9e5 url("../images/blue-bg.jpg") no-repeat center center;
    background-size: cover;
}
.card-profile-photo .card-pp-inner.purple {
    background: #e1d2e5 url("../images/purple-bg.jpg") no-repeat center center;
    background-size: cover;
}
.card-profile-photo .card-pp-inner img {
    width: 205px;
    height: 205px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
    border: 5px solid #ffffff;
    border-radius: 50%;
    background-color: #f7f7f7;
    position: relative;
    bottom: -40px;
}

a.play-icon,
a.mic-icon {
    width: 24px !important;
    height: 24px;
    overflow: hidden;
    display: block;
    text-indent: -99999px;
    position: absolute;
    left: 10px;
    bottom: 15px;
}

a.play-icon {
    background: url("../images/play-icon.svg") no-repeat center center;
    background-size: contain;
}

a.mic-icon {
    background: url("../images/mic-icon.svg") no-repeat center center;
    background-size: contain;
}

.news-card .card-body {
    padding-left: 0;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
@media (min-width: 700px) {
    .news-card .card-body {
        padding-left: 30px;
        margin-top: 0;
    }
}

.news-card .card-horizontal {
    margin-bottom: 0;
}
@media (max-width: 699px) {
    .news-card .card-horizontal {
        display: block;
    }
}
@media (min-width: 700px) {
    .news-card .card-horizontal .img-square-wrapper {
        width: 49.04%;
        flex: 0 0 49.04%;
    }
}
.news-card .card-horizontal .img-square-wrapper img {
    width: 100%;
}
.news-card .card-horizontal .news-source {
    font-size: 0.75rem;
}
.news-card .card-horizontal .card-title {
    font-size: 1.625rem;
    line-height: 1.4;
}
@media (min-width: 700px) {
    .news-card .card-horizontal .card-title {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) {
    .news-card .card-horizontal .card-title {
        font-size: 1.825rem;
    }
}
@media (min-width: 1150px) {
    .news-card .card-horizontal .card-title {
        font-size: 2.75rem;
        line-height: 50px;
    }
}

.news-card .card-bottom {
    margin-top: 15px;
}
@media (min-width: 992px) {
    .news-card .card-bottom {
        margin-top: 0;
    }
}

.source-card {
    border-radius: 2px;
    background: #faf8f2;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
    padding: 21px 17px;
}
.source-card .card-horizontal .img-square-wrapper {
    width: 41%;
    flex: 0 0 41%;
}

.card-block .card-body {
    padding-left: 0;
    margin-top: 10px;
}

.card-block .card-horizontal {
    margin-bottom: 0;
    display: block;
}
.card-block .card-horizontal .news-source {
    font-size: 0.75rem;
}
.card-block .card-horizontal .card-title {
    font-size: 1.625rem;
    line-height: 1.4;
}
@media (min-width: 700px) {
    .card-block .card-horizontal .card-title {
        font-size: 1.25rem;
    }
}
@media (min-width: 992px) {
    .card-block .card-horizontal .card-title {
        font-size: 1.825rem;
    }
}
@media (min-width: 1150px) {
    .card-block .card-horizontal .card-title {
        font-size: 1.875rem;
        line-height: 1.2;
    }
}

.card-block .card-bottom {
    margin-top: 15px;
}
@media (min-width: 992px) {
    .card-block .card-bottom {
        margin-top: 10px;
    }
}

.card-block-small .card-body {
    padding-left: 0;
}

.card-block-small .card-horizontal {
    margin-bottom: 0;
    display: block;
}

.card-block-small .card-profile-photo img {
    transition: all 0.09s linear;
}

.card-block-small:hover .card-profile-photo img {
    transform: scale(1.1);
}

.slick-dots li {
    height: 13px;
    width: 13px;
    margin: 0 3px;
}
.slick-dots li button {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
    background-color: #bfbfbf;
}
.slick-dots li button::before {
    display: none;
}
.slick-dots li.slick-active button {
    border: 1px solid #aa9213;
    background-color: #aa9213;
}

.slick-dotted-top .slick-dots {
    bottom: inherit;
    top: -58px;
    text-align: right;
}

.dnh-loading {
    text-align: center;
    font-weight: normal;
    font-size: 18px;
    line-height: 40px;
    color: #666;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
}
.dnh-loading::before {
    content: "";
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
    display: inline-block;
    background: url("../images/ajax-loader.gif") center no-repeat;
    background-size: contain;
}

.btn-load {
    border: 0.5px solid #999999;
    border-radius: 4px;
    line-height: 1.4;
    color: #666666;
    width: 100%;
    padding: 10px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    text-decoration: none;
}
@media (min-width: 576px) {
    .btn-load {
        padding: 18px 20px;
        font-size: 10px;
    }
}
.btn-load:hover {
    text-decoration: none;
    color: #000000;
    border-color: #000000;
}

.common-sec {
    padding-top: 45px;
}

.link-text {
    color: #000000;
}
.link-text:hover {
    color: #009ac9;
}

.scroll-theme {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.scroll-theme::-webkit-scrollbar {
    width: 6px;
}
.scroll-theme::-webkit-scrollbar-track {
    background: transparent;
}
.scroll-theme::-webkit-scrollbar-thumb {
    background: #262e35;
    border-radius: 4px;
}
.scroll-theme::-webkit-scrollbar-thumb:hover {
    background: #262e35;
}

.source-details {
    margin-top: 35px;
}
.source-details .nav-link {
    color: #333333;
    letter-spacing: 0.01em;
}
@media (min-width: 576px) {
    .source-details .nav-link {
        font-size: 20px;
    }
}
.source-details .nav-link.active {
    color: #000000;
    font-weight: 700;
    border-bottom: 2px solid #ff5722;
}

.source-head {
    display: flex;
    align-items: center;
    gap: 22px;
}
.source-head .source-category {
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.03em;
    line-height: 1.4;
    color: #000000;
    border-bottom: 1px solid #ff5722;
}
.source-head .source-col {
    display: flex;
    align-items: center;
    gap: 15px;
}
.source-head .source-col .source-name {
    font-size: 13px;
    color: #333333;
}
.source-head .source-col .source-name em {
    display: block;
    font-weight: 700;
    font-style: normal;
}
.source-head .source-col .source-logo {
    aspect-ratio: 16/9;
    -o-object-fit: contain;
    object-fit: contain;
}

.share-cta {
    display: flex;
    align-items: center;
    gap: 10px;
}
.share-cta .icon.btn-close {
    display: none;
}
.share-cta .social-media {
    gap: 10px;
    display: none;
}
.share-cta .social-icon {
    width: 14px;
    height: 14px;
}

.latest-news-list .social-card .card-title {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #333333;
}
@media (min-width: 420px) {
    .latest-news-list .social-card .card-title {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 67.2px;
        font-size: 16px;
        line-height: 1.4;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.latest-news-list .social-card .card-title a {
    color: #333333;
}
.latest-news-list .social-card .card-title a:hover {
    text-decoration: none;
}

.social-card {
    border: 1px solid #f1f1f1;
    min-height: 363px;
}
.social-card .hash-tag {
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.01em;
    color: #ff5722;
    margin-top: 10px;
}
.social-card .editor {
    min-width: auto;
    padding-bottom: 0;
    border-bottom: 0;
}
.social-card .editor:hover {
    text-decoration: none;
}
.social-card .editor-name {
    text-align: right;
}
.social-card .img-fluid {
    width: 100%;
}
.social-card .img-square-wrapper {
    position: relative;
}
.social-card .social-user {
    padding: 0 1rem 1rem 1rem;
}
.social-card .social-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 50px;
    height: 50px;
}

.twitter-card {
    border: 1px solid #55adee;
}
.twitter-card .social-icon {
    background: url("../images/twitter-icon-blue.svg") center no-repeat;
    background-size: contain;
}

.instagram-card {
    border: 1px solid #a146d1;
}
.instagram-card .social-icon {
    background: url("../images/instagram-icon-purple.svg") center no-repeat;
    background-size: contain;
}

.facebook-card {
    border: 1px solid #385dab;
}
.facebook-card .social-icon {
    background: url("../images/facebook-icon-blue.svg") center no-repeat;
    background-size: contain;
}

@media (min-width: 1300px) {
    .modal-xl {
        --bs-modal-width: 1260px;
    }
}

.navbar-dnh {
    --bs-navbar-padding-y: 0.3445rem;
    min-height: 70px;
}
@media (max-width: 576px) {
    .navbar-dnh {
        transition: transform 0.5s ease;
        transform: translateX(0);
    }
    .navbar-dnh.slide-active {
        transform: translateX(-100%);
    }
}
@media (min-width: 992px) {
    .navbar-dnh {
        min-height: 80px;
        border-top: 6px solid #000000;
        --bs-navbar-padding-y: $px17;
    }
}
@media (min-width: 1800px) {
    .navbar-dnh {
        min-height: 80px;
        --bs-navbar-padding-y: $px20;
    }
}
.navbar-dnh.navbar-expand-lg .navbar-nav .nav-link {
    font-size: 0.875rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .navbar-dnh.navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.75rem;
        font-size: 0.625rem;
    }
}
@media (min-width: 1200px) {
    .navbar-dnh.navbar-expand-lg .navbar-nav .nav-link {
        font-size: 0.875rem;
    }
}
.navbar-dnh .navbar-nav .nav-link {
    color: #000000;
}
.navbar-dnh .navbar-nav .nav-link.active {
    font-weight: 800;
}
.navbar-dnh .dropdown-item {
    font-size: 0.875rem;
    color: #000000;
}
.navbar-dnh .btn:active {
    border-color: transparent;
}

.dropdown-toggle::after {
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #707070;
    border-bottom: 2px solid #707070;
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
}

.navbar-brand {
    position: relative;
}
@media (max-width: 767px) {
    .navbar-brand::after {
        content: "";
        height: 30px;
        width: 1px;
        background-color: #c9c9c9;
        display: inline-flex;
        position: absolute;
        top: 15px;
        right: -5px;
    }
}

.brand-logo {
    width: 50px;
}
@media (min-width: 992px) {
    .brand-logo {
        width: 120px;
    }
}
@media (min-width: 1200px) {
    .brand-logo {
        width: 160px;
    }
}

.btn-menu {
    padding: 0;
    width: 40px;
    height: 40px;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
    margin-left: 0.625rem;
}
@media (min-width: 992px) {
    .btn-menu {
        margin-right: 1.875rem;
        margin-left: 1.25rem;
    }
}
.btn-menu img {
    max-width: 100%;
    aspect-ratio: 24/14;
    -o-object-fit: contain;
    object-fit: contain;
}
.btn-menu:hover {
    border: 1px solid #000000;
}

.btn-user {
    padding: 0;
}
.btn-user span {
    width: 40px;
    height: 40px;
    display: inline-block;
    position: relative;
}
.btn-user span.user-offline::after,
.btn-user span.user-online::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background-color: #d10404;
    border: 1px solid #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 2px;
    right: 2px;
}
.btn-user span.user-online::after {
    background-color: #63a427;
}
.btn-user span img {
    max-width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #a8a8a8;
}

.btn-offiline {
    font-size: 2.4rem;
    line-height: 0;
}

@media (min-width: 576px) {
    .menu-modal .modal-sm {
        --bs-modal-width: 390px;
    }
}

.menu-modal .search-group {
    height: 55px;
    border-radius: 27px;
    border: 1px solid #aaa;
}
.menu-modal .search-group .form-control {
    background-color: transparent;
    border-color: transparent;
    color: #ffffff;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}
.menu-modal .search-group .form-control:focus {
    box-shadow: none;
}
.menu-modal .search-group .form-control::-moz-placeholder {
    color: #b2b2b2;
    opacity: 1;
    /* Firefox */
}
.menu-modal .search-group .form-control::placeholder {
    color: #b2b2b2;
    opacity: 1;
    /* Firefox */
}
.menu-modal .search-group .form-control::-ms-input-placeholder {
    /* Edge 12 -18 */
    color: #b2b2b2;
}
.menu-modal .search-group .btn-outline-secondary {
    border-color: transparent;
    width: 55px;
    height: 55px;
    font-size: 0;
}
.menu-modal .search-group .btn-outline-secondary:hover {
    background: transparent;
}
.menu-modal .search-group .btn-outline-secondary::after {
    content: " ";
    width: 14px;
    height: 19px;
    display: inline-block;
    background: url("../images/icons/mic.svg") center no-repeat;
    background-size: contain;
}
.menu-modal .search-group .btn-arrow::after {
    content: " ";
    width: 14px;
    height: 14px;
    display: inline-block;
    background: url("../images/icons/long-arrow.svg") center no-repeat;
    background-size: contain;
}

.menu-modal .trending-box {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-bottom: 1.25rem;
}
.menu-modal .trending-box .trending-col:first-child {
    width: 60px;
}
.menu-modal .trending-box .trending-col:last-child {
    display: flex;
    overflow: hidden;
}
.menu-modal .trending-box .trending-group {
    width: 100%;
}
.menu-modal .trending-box .trending-group .slick-slide {
    margin-left: 5px !important;
    margin-right: 5px !important;
}
.menu-modal .trending-box .trending-group .slick-slider {
    padding-left: 5px;
    padding-right: 5px;
}
.menu-modal .trending-box .trending-head {
    font-size: 0.625rem;
    text-transform: uppercase;
    letter-spacing: 0.01em;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}

.menu-modal .trending-keyword {
    height: 36px;
    border-radius: 18px;
    background-color: #1d1d1d;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: #959595;
    display: inline-flex;
    padding: 0.625rem 1.25rem;
    flex: 0 0 auto;
    text-decoration: none;
}
.menu-modal .trending-keyword.active {
    background-color: #ffffff;
    color: #000000;
}

.menu-modal .modal-header {
    border-bottom: 0;
    padding-bottom: 0;
}

.menu-modal .btn-modal-close {
    margin-left: auto;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 0;
    border: 0;
}

.menu-modal .modal-content {
    background-color: #000000;
}

.menu-modal .accordion-item {
    border-radius: 0;
    background-color: transparent;
    border-color: transparent;
}

.menu-modal .accordion-header {
    border-bottom: 1px solid #3e3e3e;
}

.menu-modal .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    /* Safari/Chrome */
    filter: invert(100%);
    transition: all 0.5s;
    transform: scale(1.2);
}

.menu-modal .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    /* Safari/Chrome */
    filter: invert(100%);
    transform: scale(1.2);
}

.menu-modal .accordion-button::after {
    transition: all 0.5s;
}

.menu-modal .accordion-button {
    background-color: transparent;
    color: #ffffff;
    font-weight: normal;
    font-size: 2.063rem;
    letter-spacing: 0.01em;
    line-height: 1.4;
    padding: 5px 0;
}
.menu-modal .accordion-button:focus {
    box-shadow: none;
}

.menu-modal .accordion-body {
    padding: 0;
}
.menu-modal .accordion-body .nav-link {
    padding-left: 0;
    padding-right: 0;
    font-weight: normal;
    font-size: 1.25rem;
    letter-spacing: 0.01em;
    line-height: 1.5;
    color: #a8a8a8;
    display: flex;
    gap: 10px;
}
.menu-modal .accordion-body .nav-link::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #a8a8a8;
    display: inline-block;
    margin-top: 11px;
    flex: 0 0 auto;
}

.search-suggestion-box {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 1000;
    background-color: #000000;
}
.search-suggestion-box .ss-wrapper {
    max-height: calc(100vh - 210px);
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}
@media (min-width: 576px) {
    .search-suggestion-box .ss-wrapper {
        max-height: 550px;
    }
}
.search-suggestion-box .ss-wrapper::-webkit-scrollbar {
    width: 4px;
}
.search-suggestion-box .ss-wrapper::-webkit-scrollbar-track {
    background: transparent;
}
.search-suggestion-box .ss-wrapper::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.33);
    border-radius: 2px;
}
.search-suggestion-box .ss-wrapper::-webkit-scrollbar-thumb:hover {
    background: #555;
}
.search-suggestion-box .search-results-count {
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    color: #ffffff;
    padding: 0.625rem;
    border-bottom: 1px solid #707070;
}
.search-suggestion-box .suggestion-item {
    padding: 10px;
    border-bottom: 1px solid #333;
}
.search-suggestion-box .suggestion-item:hover,
.search-suggestion-box .suggestion-item.active {
    background-color: rgba(255, 255, 255, 0.2);
}
.search-suggestion-box .search-title {
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #ffffff;
    margin-bottom: 10px;
    cursor: pointer;
}
.search-suggestion-box .ss-source-name {
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: #bfbfbf;
}
.search-suggestion-box .ss-published-dated {
    font-size: 10px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: #999;
}

.menu-modal .nav-underline .nav-link {
    color: #ffffff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    line-height: 1.2;
    text-align: center;
    color: #a8a8a8;
}
.menu-modal .nav-underline .nav-link.active {
    border-bottom-color: #ffffff;
}

.menu-modal .tab-content {
    color: #ffffff;
    padding: 1.5rem 0;
}
.menu-modal .tab-content h2 {
    font-weight: normal;
    font-size: 18px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: #ffffff;
    opacity: 0.7;
    margin-bottom: 40px;
}
.menu-modal .tab-content .btn-login {
    font-weight: bold;
    font-size: 1.125rem;
    text-align: center;
    color: #000;
    width: 100%;
    height: 54px;
    border-radius: 2px;
    background: #ffffff;
}
.menu-modal .tab-content .btn-link {
    text-decoration: underline;
    font-size: 0.75rem;
    color: #a8a8a8;
}

.form-common .form-label {
    font-size: 0.875rem;
    line-height: 1;
}

.form-common .form-control {
    height: 46px;
    border-radius: 2px;
    background: #2e2e2e;
    border: 1px solid #717171;
    color: #ffffff;
}

.form-common .form-check-label {
    font-size: 0.75rem;
    color: #a8a8a8;
}

.form-common .form-check-input[type="checkbox"] {
    width: 16px;
    height: 16px;
    border-radius: 2px;
    background-color: #2e2e2e;
    border: 1px solid #717171;
}

.or-divider {
    margin: 2.5rem 0;
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.or-divider::before {
    content: "";
    width: 100%;
    height: 0px;
    background: transparent;
    border-bottom: 1px solid #707070;
    display: inline-block;
    position: absolute;
    left: 0;
}
.or-divider i {
    font-style: normal;
    font-size: 0.875rem;
    line-height: 2;
    text-align: left;
    color: #ffffff;
    background-color: #000000;
    padding: 0 0.625rem;
    position: relative;
}

.btn-google {
    --bs-btn-border-color: #fff;
    --bs-btn-hover-color: #000;
    --bs-btn-hover-bg: #fff;
    --bs-btn-hover-border-color: #fff;
    --bs-btn-active-bg: #fff;
    --bs-btn-active-color: #000;
    width: 100%;
    height: 46px;
    border-radius: 2px;
    background-color: #ffffff;
    border: 1px solid #717171;
    color: #000000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
    font-weight: bold;
    font-size: 0.875rem;
    line-height: 1.4;
    color: #000000;
}
.btn-google:hover,
.btn-google:active,
.btn-google:focus {
    background-color: #ffffff;
    color: #000000;
}
.btn-google::before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    background: url("../images/icons/google.png") center no-repeat;
    background-size: contain;
}

.tc-text {
    font-size: 0.75rem;
    line-height: 1.2;
    color: #a8a8a8;
    margin-top: 0.813rem;
}

.carousel-container {
    position: relative;
    display: none;
}
@media (min-width: 768px) {
    .carousel-container {
        display: block;
        height: calc(100vh - 80px);
    }
}

.hero-slider {
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 10px;
    height: calc(100vh - 80px);
    overflow: hidden;
    /* the slides */
    /* the parent */
}
.hero-slider .card-hero {
    /* Portrait */
}
@media (min-width: 768px) {
    .hero-slider .card-hero {
        height: calc(100vh - 130px);
    }
}
@media (min-width: 1200px) {
    .hero-slider .card-hero {
        height: calc(100vh - 130px);
    }
}
@media (min-width: 1800px) {
    .hero-slider .card-hero {
        height: calc(100vh - 155px);
    }
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider .card-hero {
        /* CSS styles specific to iPad Air portrait mode */
        height: calc(100vh - 230px);
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider .card-hero {
        /* CSS styles specific to iPad Air portrait mode */
        height: calc(100vh - 230px);
    }
}
.hero-slider .card-hero h2 {
    /* Portrait */
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider .card-hero h2 {
        /* CSS styles specific to iPad Air portrait mode */
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 11.25rem;
        font-size: 1.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1.25rem;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider .card-hero h2 {
        /* CSS styles specific to iPad Air portrait mode */
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 8.4375rem;
        font-size: 1.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 1.25rem;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider .card-hero h2 {
        /* CSS styles specific to iPad Pro portrait mode */
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 11.25rem;
        font-size: 1.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider .card-hero h2 {
        /* CSS styles specific to iPad Pro landscape mode */
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 3.75rem;
        font-size: 1.25rem;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0.625rem;
    }
}
.hero-slider .card-hero .card-body {
    margin-top: -1px;
    padding: 1.5rem 1.375rem;
}
.hero-slider .card-hero .card-body p {
    /* Portrait */
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider .card-hero .card-body p {
        /* CSS styles specific to iPad Air portrait mode */
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 17rem;
        font-size: 1rem;
        line-height: 1.7;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider .card-hero .card-body p {
        /* CSS styles specific to iPad Air portrait mode */
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 10.2rem;
        font-size: 1rem;
        line-height: 1.7;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider .card-hero .card-body p {
        /* CSS styles specific to iPad Pro portrait mode */
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 23.8rem;
        font-size: 1rem;
        line-height: 1.7;
        -webkit-line-clamp: 14;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider .card-hero .card-body p {
        /* CSS styles specific to iPad Pro landscape mode */
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 17rem;
        font-size: 1rem;
        line-height: 1.7;
        -webkit-line-clamp: 10;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider .card-hero .card-body p {
        /* CSS styles specific to iPad Pro landscape mode */
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 3.9375rem;
        font-size: 0.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (min-device-width: 820px) and (max-device-width: 1180px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .hero-slider .card-hero .card-body p {
        /* CSS styles specific to iPad Pro landscape mode */
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 3.9375rem;
        font-size: 0.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.hero-slider .slick-slide {
    margin: 0 15px;
    padding: 15px 0;
    opacity: 0.25;
}
.hero-slider .slick-list {
    margin: 0 -15px;
}
.hero-slider .slick-slide {
    transform: scale(0.95);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.3, 1);
}
.hero-slider .slick-center {
    transform: scale(1);
    position: relative;
    top: 0;
    z-index: 1;
    opacity: 1;
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .ipad-pro .hero-slider .card-hero {
        /* CSS styles specific to iPad Pro portrait mode */
        height: calc(100vh - 310px);
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: landscape) and (-webkit-device-pixel-ratio: 2) {
    .ipad-pro .hero-slider .card-hero {
        /* CSS styles specific to iPad Pro landscape mode */
        height: calc(100vh - 310px);
    }
}

.ipad-pro .carousel-user-action {
    bottom: 120px;
}

.carousel-user-action {
    position: absolute;
    bottom: 30px;
    right: 50px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}
.carousel-user-action .btn-hero {
    background-color: #fff;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    font-size: 0;
}
.carousel-user-action .hero-slider-previous::after,
.carousel-user-action .hero-slider-next::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 21px;
}
.carousel-user-action .hero-slider-previous::after {
    background: url("../images/icons/arrow-left_grey.svg") center no-repeat;
    background-size: contain;
}
.carousel-user-action .hero-slider-previous:hover,
.carousel-user-action .hero-slider-previous:active {
    background-color: #fff;
}
.carousel-user-action .hero-slider-previous:hover::after,
.carousel-user-action .hero-slider-previous:active::after {
    background: url("../images/icons/arrow-left_black.svg") center no-repeat;
    background-size: contain;
}
.carousel-user-action .hero-slider-next::after {
    background: url("../images/icons/arrow-right_grey.svg") center no-repeat;
    background-size: contain;
}
.carousel-user-action .hero-slider-next:hover,
.carousel-user-action .hero-slider-next:active {
    background-color: #fff;
}
.carousel-user-action .hero-slider-next:hover::after,
.carousel-user-action .hero-slider-next:active::after {
    background: url("../images/icons/arrow-right_black.svg") center no-repeat;
    background-size: contain;
}

.btn-personalize {
    width: 162px;
    height: 55px;
    border-radius: 27.5px;
    background: transparent;
    border: 1px solid #aaa;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
}
.btn-personalize:hover {
    color: #ff5721;
    border: 1px solid #ff5721;
}

/* Circular progress bar with pause/play button */
.progress-circle {
    position: relative;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 50%;
}

.progress-circle svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.progress-circle .circle-bg {
    fill: none;
    stroke: #eee;
    stroke-width: 4;
}

.progress-circle .circle-progress {
    fill: none;
    stroke: #ff5721;
    stroke-width: 4;
    stroke-linecap: round;
    transition: stroke-dashoffset 0.3s;
    stroke-dasharray: 100;
    stroke-dashoffset: 100;
}

.pause-play-button {
    position: absolute;
    background: none;
    border: none;
    font-size: 20px;
    z-index: 2;
    cursor: pointer;
    color: orange;
    display: flex;
}
.pause-play-button .pause-icon {
    width: 15px;
    height: 15px;
    background: url("../images/icons/pause_orange.svg") center no-repeat;
    font-size: 0;
    display: inline-block;
}
.pause-play-button .play-icon {
    width: 15px;
    height: 15px;
    background: url("../images/icons/play_orange.svg") center no-repeat;
    font-size: 0;
    display: inline-block;
}

.card-hero {
    border-color: #c6c6c6;
}
.card-hero .card-header {
    padding: 2rem 1.375rem;
    display: flex;
    justify-content: space-between;
}
@media (min-width: 1200px) {
    .card-hero .card-header {
        padding: 1.25rem 1.375rem;
    }
}
@media (min-width: 1400px) {
    .card-hero .card-header {
        padding: 2rem 1.375rem;
    }
}
.card-hero .card-header .btn-link {
    font-weight: 600;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    line-height: 1.2;
    color: #333333;
    text-decoration: none;
}
.card-hero h2 {
    font-weight: bold;
    line-height: 1.4;
    text-align: left;
    color: #fff;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 4.5rem;
    font-size: 1.5rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 5px;
    /* Portrait */
}
@media (min-width: 390px) {
    .card-hero h2 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 8.4375rem;
        font-size: 1.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 5px;
    }
}
@media (min-width: 768px) {
    .card-hero h2 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 7.3125rem;
        font-size: 1.625rem;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1200px) {
    .card-hero h2 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 6.1875rem;
        font-size: 1.375rem;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0.625rem;
    }
}
@media (min-width: 1370px) {
    .card-hero h2 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 4.125rem;
        font-size: 1.375rem;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0.625rem;
    }
}
@media (min-width: 1500px) and (max-width: 1600px) {
    .card-hero h2 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 4.5rem;
        font-size: 1.5rem;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0.625rem;
    }
}
@media (min-width: 1800px) {
    .card-hero h2 {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 8.4375rem;
        font-size: 1.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 715px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .card-hero h2 {
        /* CSS styles specific to iPhone 11 portrait mode */
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 4.875rem;
        font-size: 1.625rem;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0.625rem;
    }
}
.card-hero .card-body {
    margin-top: -1px;
    padding: 1.5rem 1.375rem;
}
.card-hero .card-body p {
    color: #fff;
    opacity: 0.85;
    font-family: "Inter", sans-serif;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 4.5rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0;
    /* Portrait */
}
@media (min-width: 390px) {
    .card-hero .card-body p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 12rem;
        font-size: 1rem;
        line-height: 1.5;
        -webkit-line-clamp: 8;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 768px) {
    .card-hero .card-body p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 7.875rem;
        font-size: 0.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 6;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1200px) {
    .card-hero .card-body p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 9.1875rem;
        font-size: 0.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1370px) {
    .card-hero .card-body p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 7.5rem;
        font-size: 1rem;
        line-height: 1.5;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1500px) and (max-width: 1600px) {
    .card-hero .card-body p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 5.25rem;
        font-size: 0.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1800px) {
    .card-hero .card-body p {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 10.5rem;
        font-size: 1rem;
        line-height: 1.5;
        -webkit-line-clamp: 7;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media only screen and (min-device-width: 414px) and (max-device-width: 715px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 2) {
    .card-hero .card-body p {
        /* CSS styles specific to iPhone 11 portrait mode */
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 6.5625rem;
        font-size: 0.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.card-hero .card-footer {
    padding: 1.5rem 1.375rem;
}
@media (min-width: 1200px) {
    .card-hero .card-footer {
        padding: 0.75rem 1.375rem;
    }
}
@media (min-width: 1400px) {
    .card-hero .card-footer {
        padding: 1.5rem 1.375rem;
    }
}
.card-hero .card-footer .source-name,
.card-hero .card-footer .published-date {
    font-weight: normal;
    letter-spacing: 0.01em;
    color: #000000;
}
.card-hero .card-footer .source-name {
    margin-bottom: 0.625rem;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 1.05rem;
    font-size: 0.875rem;
    line-height: 1.2;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-hero .card-footer .published-date {
    font-size: 0.75rem;
    line-height: 1.2;
    color: #999999;
}
.card-hero .card-body {
    background-color: #00266e;
}
.card-hero_politics .card-body {
    background-color: #960102;
}
.card-hero_business .category {
    color: #00452f;
}
.card-hero_business .card-body {
    background-color: #004530;
}
.card-hero_sports .category {
    color: #3f0045;
}
.card-hero_sports .card-body {
    background-color: #3f0045;
}
.card-hero_technology .category {
    color: #022d7e;
}
.card-hero_technology .card-body {
    background-color: #00266e;
}
.card-hero_entertainment .category {
    color: #65029a;
}
.card-hero_entertainment .card-body {
    background-color: #65029a;
}

.category {
    font-weight: 700;
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    line-height: 1.2;
    color: #bf0000;
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.category::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #000000;
    border-right: 0;
    display: inline-block;
    margin-left: 0.938rem;
}
.category.politics,
.category[data-class="politics"] {
    color: #960102;
}
.category.business,
.category[data-class="business"] {
    color: #00452f;
}
.category.sports,
.category[data-class="sports"] {
    color: #3f0045;
}
.category.technology,
.category[data-class="technology"] {
    color: #022d7e;
}
.category.entertainment,
.category[data-class="entertainment"] {
    color: #65029a;
}

.card-image {
    position: relative;
}
.card-image .ad-label {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    width: 102px;
    height: 40px;
    border-radius: 20px;
    background: #000000;
    border: 1px solid #fff;
    opacity: 0.7;
    font-size: 0.625rem;
    letter-spacing: 0.01em;
    line-height: 1;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.card-image .btn-card {
    position: absolute;
    left: 1.25rem;
    bottom: 1.25rem;
    height: 40px;
    border-radius: 20px;
    background: #000000;
    border: 1px solid #fff;
    opacity: 0.7;
    text-align: center;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    padding: 0 18px 0 0;
    font-weight: bold;
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
}
.card-image .btn-card::before {
    content: "";
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
}
.card-image .btn-card_play::before {
    background: url("../images/icons/play-circle.svg") center no-repeat;
    background-size: contain;
}
.card-image .btn-card_mic::before {
    background: url("../images/icons/mic-circle.svg") center no-repeat;
    background-size: contain;
}
.card-image .btn-card_record {
    color: #f73b3b;
}
.card-image .btn-card_record::before {
    background: url("../images/icons/record-circle.svg") center no-repeat;
    background-size: contain;
}
.card-image .img-fluid {
    -o-object-fit: cover;
    object-fit: cover;
}

.share-groups {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.625rem;
}
@media (max-width: 768px) {
    .share-groups {
        gap: 0;
    }
}

.share-icon {
    flex: 0 0 auto;
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #a8a8a8;
    border-radius: 50%;
    font-size: 0;
}
@media (max-width: 768px) {
    .share-icon:not(:last-child) {
        margin-right: 0.625rem;
    }
}
@media (min-width: 1200px) {
    .share-icon {
        width: 30px;
        height: 30px;
        background-size: 40%;
    }
}
@media (min-width: 1400px) {
    .share-icon {
        width: 40px;
        height: 40px;
    }
}
.share-icon.share {
    background: url("../images/icons/share.svg") center no-repeat;
}
@media (min-width: 1200px) {
    .share-icon.share {
        background-size: 40%;
    }
}
.share-icon.like-action {
    background: url("../images/icons/heart-outline.svg") center no-repeat;
}
@media (min-width: 1200px) {
    .share-icon.like-action {
        background-size: 50%;
    }
}
.share-icon.like-action.liked {
    background: url("../images/icons/heart-filled.svg") center no-repeat;
}
@media (min-width: 1200px) {
    .share-icon.like-action.liked {
        background-size: 50%;
    }
}
.share-icon.more-dots {
    background: url("../images/icons/more-horizontal.svg") center no-repeat;
}
@media (min-width: 1200px) {
    .share-icon.more-dots {
        background-size: 50%;
    }
}
.share-icon.more-dots.dropdown-toggle::after {
    display: none;
}
.share-icon.more-dots.dropdown-toggle + .dropdown-menu .dropdown-item {
    font-size: 0.75rem;
}

.cl {
    height: 200px;
    padding: 10px;
}

.cl-yellow {
    background: #f1c40f;
}

.cl-blue {
    background: #3498db;
}

.cl-red {
    background: #e74c3c;
}

.child {
    width: 100%;
}

.slide:not(.slick-active) {
    cursor: pointer;
}

.pagination {
    text-align: center;
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 1.2rem;
}

.desktop-list-view {
    color: #fff;
    display: none;
}
@media (min-width: 768px) {
    .desktop-list-view.active {
        display: block;
    }
}
.desktop-list-view > .row:not(:last-child),
.desktop-list-view .card-list:not(:last-child) {
    border-bottom: 1px solid #707070;
}
.desktop-list-view .img-container {
    position: relative;
}
.desktop-list-view .share-groups {
    justify-content: flex-start;
}
.desktop-list-view .card-title {
    color: #fff;
    font-weight: 700;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 4.875rem;
    font-size: 1.625rem;
    line-height: 1.5;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1.625rem;
}
@media (min-width: 1200px) {
    .desktop-list-view .card-title {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 5.625rem;
        font-size: 1.875rem;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1800px) {
    .desktop-list-view .card-title {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 7.5rem;
        font-size: 2.5rem;
        line-height: 1.5;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.desktop-list-view .card-text {
    font-family: "Inter", sans-serif;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 7.5rem;
    font-size: 1rem;
    line-height: 1.5;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 1400px) {
    .desktop-list-view .card-text {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 8.4375rem;
        font-size: 1.125rem;
        line-height: 1.5;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
@media (min-width: 1800px) {
    .desktop-list-view .card-text {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 9.375rem;
        font-size: 1.25rem;
        line-height: 1.5;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.desktop-list-view .source-name {
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 1.3125rem;
    font-size: 0.875rem;
    line-height: 1.5;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.desktop-list-view .published-date {
    font-size: 0.75rem;
    color: #999999;
}
.desktop-list-view .share-icon {
    background-color: #fff;
}

.dl-view_foryou {
    background-color: #fff;
}
.dl-view_foryou .dl-view-header,
.dl-view_foryou .dlv-header-fixed {
    background-color: #000000;
}
.dl-view_foryou .card-title {
    color: #333333;
}
@media (max-width: 576px) {
    .dl-view_foryou .card-title {
        display: block;
        /* Fallback for non-webkit */
        display: -webkit-box;
        height: 4.5rem;
        font-size: 1rem;
        line-height: 1.5;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
        margin-bottom: 0;
    }
}
.dl-view_foryou .card-text {
    color: #666666;
}

.dl-view_politics {
    background-color: #960102;
}
.dl-view_politics .dlv-header-fixed {
    background-color: #960102;
}

.dl-view_business {
    background-color: #004530;
}
.dl-view_business .dlv-header-fixed {
    background-color: #004530;
}

.dl-view_sports {
    background-color: #3f0045;
}
.dl-view_sports .dlv-header-fixed {
    background-color: #3f0045;
}

.dl-view_technology {
    background-color: #00266e;
}
.dl-view_technology .dlv-header-fixed {
    background-color: #00266e;
}

.dl-view_entertainment {
    background-color: #65029a;
}
.dl-view_entertainment .dlv-header-fixed {
    background-color: #65029a;
}

.category-head {
    font-weight: 700;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0;
    position: relative;
    display: flex;
    align-items: center;
    text-decoration: none;
}
@media (min-width: 1200px) {
    .category-head {
        font-size: 1.25rem;
    }
}
.category-head::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 5px solid #fff;
    border-right: 0;
    display: inline-block;
    margin-left: 0.938rem;
}

.dl-view-header {
    padding: 1.125rem 0 0.938rem;
    border-bottom: 1px solid #707070;
    transition: all 0.3s ease-in;
}
.dl-view-header.dlv-header-fixed {
    position: fixed;
    top: 70px;
    left: 0;
    z-index: 9;
    width: 100%;
    padding: 0.5rem 1rem;
    box-shadow: 0px 2px 8px 2px rgba(202, 202, 202, 0.08);
}
@media (min-width: 992px) {
    .dl-view-header.dlv-header-fixed {
        top: 80px;
    }
}
.dl-view-header.dlv-header-fixed .news-filter-toggle.active::before {
    top: 1px;
    left: 50%;
}
.dl-view-header.dlv-header-fixed .news-filter-toggle.active .btn.active {
    border-color: transparent;
}
.dl-view-header.dlv-header-fixed .btn-personalize {
    height: 34px;
}

.tags-wrapper {
    max-width: 800px;
}

.tags-list .slick-list {
    margin: 0 -4px;
}

.tags-list .slick-slide > div {
    padding: 0 4px;
}

.tags-list .tag-name {
    height: 34px;
    border-radius: 17px;
    border: 1px solid #aaa;
    display: inline-flex !important;
    align-items: center;
    color: #fff;
    text-decoration: none;
    padding: 5px 1.25rem;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: center;
}
.tags-list .tag-name.active {
    background-color: #fff;
    color: #000000;
    border: 1px solid #fff;
}

.btn-tags {
    width: 34px;
    height: 34px;
    border-radius: 17px;
    background: transparent;
    border: 0.5px solid #aaa;
    font-size: 0;
    transform: all 0.3s ease-in-out;
}
.btn-tags::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 13px;
}
.btn-tags_previous {
    margin-left: 1.125rem;
}
.btn-tags_previous::after {
    background: url("../images/icons/arrow-left_lightgrey.svg") center no-repeat;
    background-size: contain;
}
.btn-tags_previous:hover,
.btn-tags_previous:active {
    background-color: transparent;
    border-color: #fff;
}
.btn-tags_previous:hover::after,
.btn-tags_previous:active::after {
    background: url("../images/icons/arrow-left_white.svg") center no-repeat;
    background-size: contain;
}
.btn-tags_next {
    margin-left: 4px;
}
.btn-tags_next::after {
    background: url("../images/icons/arrow-right_lightgrey.svg") center no-repeat;
    background-size: contain;
}
.btn-tags_next:hover,
.btn-tags_next:active {
    background-color: transparent;
    border-color: #fff;
}
.btn-tags_next:hover::after,
.btn-tags_next:active::after {
    background: url("../images/icons/arrow-right_white.svg") center no-repeat;
    background-size: contain;
}

.dropdown-tag .dropdown-toggle::after {
    filter: brightness(0) invert(1);
}

.card-list {
    border-left-width: 10px;
    border-left-style: solid;
    border-left-color: transparent;
}
@media (min-width: 768px) {
    .card-list {
        border-left-width: 20px;
    }
}
.card-list_politics {
    border-left-color: #960102;
}
.card-list_business {
    border-left-color: #004530;
}
.card-list_sports {
    border-left-color: #3f0045;
}
.card-list_technology {
    border-left-color: #00266e;
}
.card-list_entertainment {
    border-left-color: #65029a;
}

.profile-box {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 1.25rem;
    margin-bottom: 1.25rem;
}

.profile-photo {
    width: 60px;
    flex: 0 0 60px;
}
.profile-photo img {
    max-width: 100%;
    aspect-ratio: 1/1;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid #a8a8a8;
}

.profile-info {
    width: 100%;
}
.profile-info .user-name {
    font-size: 0.875rem;
    letter-spacing: 0.01em;
    line-height: 1.4;
    color: #fff;
}

.profile-action {
    width: 24px;
    flex: 0 0 24px;
}
.profile-action .dropdown-toggle.show {
    --bs-btn-active-border-color: transparent;
}
.profile-action .dropdown-toggle::after {
    visibility: hidden;
}

.menu-modal .category-box {
    display: block;
    gap: 0.625rem;
}
.menu-modal .category-box .btn-link {
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: #b1b1b1;
    text-decoration: none;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
}
.menu-modal .category-box .btn-link:first-child {
    border-right: 1px solid rgba(177, 177, 177, 0.75);
    padding-left: 0;
}

.tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}
.tag-list .btn-tag {
    padding: 0.625rem 1.5rem;
    border-radius: 17.5px;
    background-color: transparent;
    border: 1px solid #383838;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: center;
    color: #b1b1b1;
}
.tag-list .btn-tag.selected {
    position: relative;
    border: 1px solid #5ac0f7;
}
.tag-list .btn-tag.selected::after {
    content: " ";
    width: 13px;
    height: 13px;
    display: inline-block;
    background: url("../images/icons/tick-mark_blue.svg") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    right: 0;
}

.location-head {
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: #fff;
}

.dropdown-countries .dropdown-menu {
    max-height: 265px;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.dropdown-countries .dropdown-menu::-webkit-scrollbar {
    width: 4px;
}
.dropdown-countries .dropdown-menu::-webkit-scrollbar-track {
    background: transparent;
}
.dropdown-countries .dropdown-menu::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.33);
    border-radius: 2px;
}
.dropdown-countries .dropdown-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.dropdown-countries .btn {
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    color: #a8a8a8;
    max-width: 200px;
}
.dropdown-countries .btn:active,
.dropdown-countries .btn.show {
    border-color: transparent;
    color: #a8a8a8;
}

.dropdown-countries .dropdown-toggle {
    padding-left: 0;
    position: relative;
    padding-right: 20px;
}
.dropdown-countries .dropdown-toggle::after {
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 1px;
    top: 8px;
}

.country-item {
    display: flex;
    align-items: center;
    padding: 5px 10px;
    cursor: pointer;
    font-size: 0.75rem;
}

.country-item img {
    margin-right: 10px;
    width: 20px;
    height: 15px;
}

.news-card-list {
    max-height: 480px;
    overflow-y: auto;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
}
.news-card-list::-webkit-scrollbar {
    width: 4px;
}
.news-card-list::-webkit-scrollbar-track {
    background: transparent;
}
.news-card-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.33);
    border-radius: 2px;
}
.news-card-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.card-news-liked {
    background-color: transparent;
    border-color: transparent;
}
.card-news-liked .card-title {
    font-weight: bold;
    display: block;
    /* Fallback for non-webkit */
    display: -webkit-box;
    height: 58.8px;
    font-size: 14px;
    line-height: 1.4;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
}
.card-news-liked .location-name {
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: left;
    color: #bfbfbf;
}
.card-news-liked .published-date {
    font-size: 0.625rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
    text-align: right;
    color: #999;
}
.card-news-liked .card-info {
    border-top: 0.5px solid rgba(255, 255, 255, 0.33);
    padding-top: 5px;
}

@media (min-width: 768px) {
    .mobile-card-list {
        display: none;
    }
}

.mobile-card-list .list-view {
    padding-top: 1.25rem;
}

.mobile-card-list .news-card-list {
    max-height: 100%;
}

.card-tab-content {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 65px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.card-category {
    display: none;
}
.card-category.active {
    display: block;
    height: 100%;
}
.card-category.active.grid-view .grid-view {
    display: block;
}
.card-category.active.list-view {
    padding-top: 0;
}
.card-category.active.list-view .list-view {
    display: block;
}
.card-category.active.list-view .grid-view {
    display: none;
}
.card-category .list-view {
    display: none;
}

.card-list-view {
    position: relative;
    top: 65px;
    margin-bottom: 135px;
}
.card-list-view .card-category.active .list-view {
    display: block;
}
.card-list-view .card-category.active .grid-view {
    display: none;
}

.card-container {
    height: calc(100vh - 135px);
    /* Full height minus header and footer */
    margin-top: 70px;
    /* Below header */
    overflow: hidden;
}
.card-container .card-hero {
    position: absolute;
    width: 100%;
    height: calc(100% - 135px);
    transition: transform 0.3s ease;
    overflow-y: auto;
}

.card_politics .list-view {
    background-color: #960102;
}

.card_business .list-view {
    background-color: #004530;
}

.card_sports .list-view {
    background-color: #3f0045;
}

.card_technology .list-view {
    background-color: #00266e;
}

.card_entertainment .list-view {
    background-color: #65029a;
}

@media (max-width: 576px) {
    .main-swipe-container {
        position: relative;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    .main-swipe-container .swipe-content {
        position: absolute;
        width: 100%;
        height: 100%;
        transition: transform 0.5s ease;
        /* Adjust the duration as needed */
    }
    .main-swipe-container .swipe-content.sc-first {
        transform: translateX(0);
    }
    .main-swipe-container .swipe-content.sc-second {
        transform: translateX(100%);
    }
    .main-swipe-container.show-second .swipe-content.sc-second {
        transform: translateX(0);
        z-index: 9999;
    }
    .main-swipe-container.show-second .swipe-content.sc-first {
        transform: translateX(-100%);
    }
}

/* @media (min-width: 768px) {
  .swipe-content.sc-second {
    display: none; } } */
.swipe-content.iframe-view {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1099;
}
.iframe-container {
    width: 100%;
    height: 100%;
    background: #fff;
    transition: transform 0.3s ease;
}
.iframe-container .ifram-header {
    height: 40px;
    padding: 5px 15px;
    background-color: #000000;
}
.iframe-container .ifram-header .dropdown-toggle::after {
    display: none;
}
.iframe-container .ifram-header .dropdown-header {
    display: flex;
    justify-content: space-between;
}
.iframe-container .ifram-header .dropdown-item {
    font-family: "Inter", sans-serif;
    font-size: 14px;
}
.iframe-container .ifram-row {
    align-items: center;
}
.iframe-container .ifram-row > .col:first-child,
.iframe-container .ifram-row > .col:last-child {
    flex: 0 0 auto;
    width: 12.666667%;
}
.iframe-container .btn-back {
    padding: 0;
    color: #fff;
    font-size: 20px;
}
.iframe-container iframe {
    width: 100%;
    height: calc(100vh - 40px);
    border: none;
}
.iframe-container .website-name {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #fff;
    text-align: center;
}
.iframe-container .go-to-back {
    position: absolute;
    top: 40px;
    left: 0;
    width: 10%;
    height: calc(100vh - 40px);
    background-color: transparent;
    font-size: 0;
}

#news-iframe {
    width: 100%;
    height: 100vh;
    border: none;
    position: relative;
}

.gestures-guide {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
}
@media (min-width: 768px) {
    .gestures-guide {
        display: none;
    }
}

.close-box {
    position: absolute;
    top: 90px;
    right: 20px;
}

.gesture-box {
    position: relative;
    left: 20px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 170px;
}
.gesture-box_top {
    top: 110px;
}
.gesture-box_bottom {
    bottom: -72%;
}
.gesture-box::before {
    content: "";
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 9px solid #979797;
    display: inline-flex;
    background-color: #fff;
    flex: 0 0 auto;
}

.gesture-box_right {
    position: absolute;
    right: 20px;
    bottom: 95px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 10px;
}
.gesture-box_right .swipe-box span {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
    font-size: 0;
    display: inline-block;
}
.gesture-box_right .swipe-box span:nth-child(1) {
    opacity: 0.3;
}
.gesture-box_right .swipe-box span:nth-child(2) {
    opacity: 0.6;
    margin-left: -25px;
}
.gesture-box_right .swipe-box span:nth-child(3) {
    opacity: 0.6;
    margin-left: -25px;
}
.gesture-box_right .swipe-box span:nth-child(4) {
    margin-left: -25px;
}

.news-filter-box {
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 0.938rem 0 0.938rem 1.25rem;
    width: 100%;
    background-color: #fff;
    min-height: 65px;
}
@media (max-width: 576px) {
    .news-filter-box {
        transition: transform 0.5s ease;
        transform: translateX(0);
    }
    .news-filter-box.slide-active {
        transform: translateX(-100%);
    }
}
@media (max-width: 768px) {
    .news-filter-box {
        gap: 0;
    }
}
@media (min-width: 768px) {
    .news-filter-box {
        display: none;
    }
}
.news-filter-box .news-filter-col:first-child {
    width: 68px;
    flex: 0 0 68px;
}
@media (max-width: 768px) {
    .news-filter-box .news-filter-col:first-child {
        margin-right: 0.625rem;
    }
}
.news-filter-box .news-filter-col:last-child {
    display: flex;
    overflow: hidden;
}

.news-filter-group {
    display: flex;
    gap: 5px;
    overflow-x: auto;
    -ms-overflow-style: none;
    /* IE and EDGE */
    scrollbar-width: none;
    /* Firefox */
}
@media (max-width: 768px) {
    .news-filter-group {
        gap: 0;
    }
}
.news-filter-group::-webkit-scrollbar {
    display: none;
}

.news-filter-keyword {
    height: 34px;
    border-radius: 17px;
    background-color: #fff;
    border: 1px solid #aaa;
    font-size: 0.75rem;
    letter-spacing: 0.01em;
    line-height: 1.2;
    color: #000000;
    display: inline-flex;
    padding: 0.625rem 1.25rem;
    flex: 0 0 auto;
    text-decoration: none;
}
@media (max-width: 768px) {
    .news-filter-keyword {
        margin-right: 0.625rem;
    }
}
.news-filter-keyword.active {
    background-color: #000000;
    color: #fff;
    border-color: #000000;
}

.news-filter-toggle {
    display: flex;
    width: 68px;
    height: 34px;
    border-radius: 17px;
    background: #dadcdd;
    position: relative;
}
.news-filter-toggle::before {
    content: " ";
    width: 32px;
    height: 32px;
    border-radius: 16px;
    background-color: #000000;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-in-out;
}
.news-filter-toggle.active::before {
    left: 48%;
}
.news-filter-toggle .btn {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border-radius: 16px;
    font-size: 0;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.news-filter-toggle .btn.btn-listing-large::after {
    content: " ";
    width: 9px;
    height: 18px;
    display: inline-block;
    background: url("../images/icons/card-list_grey.svg") center no-repeat;
    background-size: contain;
}
.news-filter-toggle .btn.btn-listing-large.active::after {
    background: url("../images/icons/card-list_white.svg") center no-repeat;
    background-size: contain;
}
.news-filter-toggle .btn.btn-listing::after {
    content: " ";
    width: 17px;
    height: 12px;
    display: inline-block;
    background: url("../images/icons/listing_grey.svg") center no-repeat;
    background-size: contain;
}
.news-filter-toggle .btn.btn-listing.active::after {
    background: url("../images/icons/listing_white.svg") center no-repeat;
    background-size: contain;
}
.news-filter-toggle-lg {
    width: 110px;
    height: 55px;
    border-radius: 55px;
    position: relative;
}
.news-filter-toggle-lg::before {
    width: 51px;
    height: 51px;
    border-radius: 50%;
    top: 2px;
    left: 2px;
}
.news-filter-toggle-lg.active::before {
    left: 51%;
}
.news-filter-toggle-lg .btn {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border-color: transparent;
}
.news-filter-toggle-lg .btn.btn-listing-large::after {
    width: 14px;
    height: 29px;
}
.news-filter-toggle-lg .btn.btn-listing::after {
    width: 27px;
    height: 19px;
}
.text-left {
    text-align: left;
}
.hero-slider .card-hero .card-body p,
.hero-slider .card-hero h2
{
    text-align: left;
}
