i.icon-1,
i.icon-2,
i.icon-3,
i.icon-4,
i.icon-5,
i.icon-6,
i.icon-7 {
    font-style: normal !important;
    background-repeat: no-repeat;
}
h2,
h3,
h4,
h5 {
    line-height: 150%;
    font-style: normal;
    font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
p {
    font-style: normal;
}
#detail-article header,
#detail-article nav {
    z-index: 99;
    background-color: #fff;
}
.stickyFeature .stikyContent .leftSection .comment .ic-comment,
.stickyFeature .stikyContent .readNext .ic-next-read,
footer,
i.icon-1,
i.icon-2,
i.icon-3,
i.icon-4,
i.icon-5,
i.icon-6,
i.icon-7 {
    background-repeat: no-repeat;
}
#burgerMenu .bodyBurgerMenu,
:root {
    scrollbar-color: #333333 #fcfcfc;
    scrollbar-width: thin;
}
#burgerMenu,
#detail-article header,
#detail-article nav,
#networkDropdown,
body {
    background-color: #fff;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@font-face {
    font-family: Inter;
    src: url("../../font/Inter-Regular.woff2"), format("woff2"), url("../../font/Inter-Regular.ttf"), format("truetype");
}
@font-face {
    font-family: Inter-Bold;
    src: url("../../font/Inter-Bold.woff2"), format("woff2"), url("../../font/Inter-Bold.woff2"), format("truetype");
}
:root {
    --color-red: #d80605;
    --color-white: #fff;
    --color-black: #2d2d2a;
    --color-maroon: #8a0100;
    --color-grey: #aeaeae;
    --color-dark-100: #0b0b0b;
    --color-dark-75: #171717;
    --color-dark-50: #2d2d2a;
    --color-dark-25: #3d3d3d;
    --color-dark-0: #525252;
    --color-grey-100: #8c8c8c;
    --color-grey-75: #9a9a9a;
    --color-grey-50: #aeaeae;
    --color-grey-25: #bababa;
    --color-grey-0: #d1d1d1;
    --color-light-100: #fff;
    --color-light-75: #fafafa;
    --color-light-50: #f4f4f4;
    --color-light-25: #ebebeb;
    --color-light-0: #e3e3e3;
    --color-red-100: #bd0100;
    --color-red-75: #c80201;
    --color-red-50: #d80605;
    --color-red-25: #ff8383;
    --color-red-0: #ffb9b9;
    --color-red-light: #fee0e0;
    --color-maroon-100: #4e0909;
    --color-maroon-75: #630a0a;
    --color-maroon-50: #8a0100;
    --color-maroon-25: #990100;
    --color-link: #00bfff;
}
i.icon-1 {
    background-image: url(../../../../img/spreed-image/header.png);
}
i.icon-2 {
    background-image: url(../../../../img/spreed-image/burger-menu.png);
}
i.icon-3 {
    background-image: url(../../../../img/spreed-image/static-image-1.png);
}
i.icon-4 {
    background-image: url(../../../../img/spreed-image/static-image-2.png);
}
i.icon-5 {
    background-image: url(../../../../img/spreed-image/static-image-3.png);
}
i.icon-6 {
    background-image: url(../../../../img/spreed-image/static-image-4.png);
}
i.icon-7 {
    background-image: url(../../../../img/spreed-image/static-image-5.png);
}
body {
    font-family: Inter, sans-serif;
    scroll-behavior: smooth;
    min-height: 100vh;
    scrollbar-color: #bd0100 #333333;
}
h1 {
    font-size: 32px;
    font-weight: 700;
    line-height: 51.2px;
}
h2 {
    font-size: 24px;
}
h3 {
    font-size: 20px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
}
a {
    color: #00bfff;
    text-decoration: none;
    display: block;
}
button {
    background-color: transparent;
    border: none;
}
.modalContainer {
    background: rgba(33, 33, 33, 0.6);
    backdrop-filter: blur(7.5px);
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
#networkDropdown .dropdownMenu .networkChannel #listNetwork #kabupaten .listKabupaten a:hover,
#networkDropdown .dropdownMenu .networkChannel .pulau .listPulau.active,
#networkDropdown .dropdownMenu .networkChannel .pulau .listPulau:hover {
    background-color: #990100;
    color: #fff;
}
@media screen and (max-width: 1365px) {
    .container {
        width: 100%;
        padding: 0 clamp(2rem, 5vw, 128px);
    }
}
@media (min-width: 1366px) {
    .container {
        width: 1024px;
        margin: auto;
    }
}
#detail-article .topBarWrap {
    position: sticky;
    top: -1px;
    z-index: 999;
    width: 100%;
    height: auto;
    background-color: #fcfcfc;
}
#detail-article .topBarWrap .topBar {
    height: 48px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#detail-article .topBarWrap .topBar > div,
#detail-article .topBarWrap .topBar > div:last-child .networkNav {
    display: flex;
    align-items: center;
}
#detail-article .topBarWrap .topBar > div:first-child {
    gap: 0 16px;
}
#detail-article .topBarWrap .topBar > div:first-child a .ic-inews-tv {
    width: 32.382px;
    height: 28.279px;
    animation: 2.5s linear infinite tvAnimate;
}
@keyframes tvAnimate {
    0% {
        content: url("../../../../img/icon/ic-inews-tv.png");
    }
    100% {
        content: url("../../../../img/icon/ic-inews-tv-active.png");
    }
}
#detail-article .topBarWrap .topBar > div:first-child .app-gateway {
    position: relative;
    width: auto;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#detail-article .topBarWrap .topBar > div:first-child .app-gateway img {
    width: 112px;
    height: auto;
}
#detail-article .topBarWrap .topBar > div:first-child .app-gateway .modal-app-gateway {
    display: none;
    position: absolute;
    z-index: 999;
    top: 43px;
    left: -88px;
    width: 370px;
    height: 182px;
    background-image: url("../../../../img/pattren-bg.png");
    background-size: 106%;
    background-position: center center;
    transform: translateY(0);
    opacity: 0;
    border-radius: 0 0 10px 10px;
    box-shadow: 0 1px 4px 0 rgba(143, 143, 143, 0.25);
    align-items: center;
    gap: 32px;
    padding: 24px;
    overflow: hidden;
}
#detail-article .topBarWrap .topBar > div:first-child .app-gateway .modal-app-gateway.modal-app-gateway-open {
    display: flex;
    animation: 0.5s linear forwards open;
}
@keyframes open {
    0% {
        opacity: 0;
        transform: translateY(0);
    }
    100% {
        opacity: 1;
        transform: translateY(10px);
    }
}
#detail-article .topBarWrap .topBar > div:first-child .app-gateway .modal-app-gateway.modal-app-gateway-close {
    display: flex;
    animation: 0.3s linear reverse forwards close;
}
@keyframes close {
    0% {
        opacity: 0;
        transform: translateY(0);
        display: none;
    }
    100% {
        opacity: 1;
        transform: translateY(10px);
    }
}
#detail-article .topBarWrap .topBar > div:first-child .app-gateway .modal-app-gateway .qrcode-app img {
    width: 120px;
    height: 120px;
    aspect-ratio: 1/1;
}
#detail-article .topBarWrap .topBar > div:first-child .app-gateway .modal-app-gateway .get-app-wrappp {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: center;
}
#detail-article .topBarWrap .topBar > div:first-child .app-gateway .modal-app-gateway .get-app-wrappp p {
    cursor: default;
    text-align: center;
    color: #000;
    font-family: "Century Gothic", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 0;
}
#detail-article .topBarWrap .topBar > div:first-child .app-gateway .modal-app-gateway .get-app-wrappp .app-available {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
#detail-article
    .topBarWrap
    .topBar
    > div:first-child
    .app-gateway
    .modal-app-gateway
    .get-app-wrappp
    .app-available
    img {
    width: 105px;
    height: auto;
}
#detail-article .topBarWrap .topBar > div:nth-child(2) .searchForm {
    position: relative;
    width: clamp(150px, 23vw, 310px);
    height: 32px;
}
#detail-article .topBarWrap .topBar > div:nth-child(2) .searchForm input {
    width: 100%;
    height: 100%;
    border: 1px solid #dcdcdc;
    border-radius: 16px;
    padding: 4px 16px;
}
#detail-article main .headerArticle .timeAndShare .share .iconShare #copied-2,
.stickyFeature .stikyContent .leftSection .iconShare #linkShare #copied,
.stickyFeature .stikyContent .leftSection .iconShare #linkShare #detailPhotoInfo__copied {
    display: none;
    border-radius: 32px;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    font-style: normal;
    text-align: center;
    opacity: 0;
}
#detail-article .topBarWrap .topBar > div:nth-child(2) .searchForm input:focus {
    outline: #212121 solid 1px;
}
#detail-article .topBarWrap .topBar > div:nth-child(2) .searchForm .btnSearch {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
#detail-article .topBarWrap .topBar > div:last-child {
    gap: 0 24px;
}
#detail-article .topBarWrap .topBar > div:last-child .loginSection {
    position: relative;
}
#detail-article .topBarWrap .topBar > div:last-child .loginSection .btnLogin {
    display: flex;
    align-items: center;
    gap: 0 8px;
    font-family: Inter-Bold, sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    color: #525252;
}
#detail-article .topBarWrap .topBar > div:last-child .loginSection .btnLogin .ic-login {
    content: url("../../../../img/icon/ic-user.png");
    width: 24px;
    height: 24px;
}
#detail-article .topBarWrap .topBar > div:last-child .loginSection .btnLogin.hide,
#openModalSSO.hide {
    display: none;
}
#detail-article .topBarWrap .topBar > div:last-child .networkNav .ic-news-network {
    content: url("../../../../img/icon/ic-inews-network.png");
    width: 32px;
    height: 32px;
}
#detail-article .topBarWrap .topBar > div:last-child .networkNav .dropDownBtn {
    cursor: pointer;
    display: flex;
    align-items: center;
}
#detail-article .topBarWrap .topBar > div:last-child .networkNav .dropDownBtn .networkLabel {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    line-height: 21px;
    color: #252121;
}
#detail-article .topBarWrap .topBar > div:last-child .networkNav .dropDownBtn .ic-dropdown-network {
    content: url("../../../../img/icon/ic-drop-down.png");
    width: 18px;
    height: 21px;
}
#burgerMenu .headerBurgerMenu #closeBurgerMenu,
#detail-article .topBarWrap .topBar > div:last-child #burgerBtn,
#networkDropdown .networkHeader #closeDropdown,
.modalLogin .modalHeader #closeModalSSO,
.stickyFeature .stikyContent .leftSection .iconShare #linkShare,
.stickyFeature .stikyContent .leftSection .iconShare button,
.stickyFeature .stikyContent .leftSection .like #btnLike {
    cursor: pointer;
}
#detail-article .topBarWrap .topBar > div:last-child #burgerBtn .ic-burger-btn {
    content: url("../../../../img/icon/ic-burger-btn.png");
    width: 32px;
    height: 32px;
}
#detail-article header {
    width: 100%;
    position: relative;
}
#detail-article header .header {
    height: 98px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0 16px;
}
#detail-article header .header .brand {
    width: auto;
    height: 55px;
}
#detail-article header .header .brand img {
    width: auto;
    height: 100%;
    object-fit: contain;
}
#detail-article header .header .adsHeader img,
#detail-article main .ads-970x250 img {
    object-fit: cover;
    object-position: center center;
}
#detail-article header .header .adsHeader {
    display: flex;
    align-items: center;
    width: clamp(400px, 100%, 720px);
    height: 100%;
    overflow: hidden;
}
#detail-article nav {
    position: relative;
}
#detail-article nav .navigationKanal {
    position: relative;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: start;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 20px;
    overflow-y: hidden;
    transition: height 0.3s ease-in-out;
}
#detail-article nav .navigationKanal.dropDown {
    height: 80px;
}
#detail-article nav .navigationKanal .navList {
    padding: 8px 24px 0;
    border-radius: 8px 8px 0 0;
    transition: background-color 0.3s ease-in-out;
}
#detail-article nav .navigationKanal .navList:has(.navLink-active) {
    background-color: #fafafa;
}
#detail-article nav .navigationKanal .navList:hover .navLink::after {
    transform: translateY(0);
    transition: 0.3s ease-in-out;
}
#detail-article nav .navigationKanal .navList:hover {
    background-color: #fafafa;
}
#detail-article nav .navigationKanal .navList .navLink {
    position: relative;
    overflow-y: hidden;
    padding-bottom: 8px;
    font-family: Inter, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #8c8c8c;
}
#detail-article nav .navigationKanal .navList .navLink::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px 4px 0 0;
    background-color: #d80605;
    transform: translateY(8px);
    transition: 0.3s ease-in-out;
}
#detail-article nav .navigationKanal .navList .navLink.navLink-active,
#detail-article nav .navigationKanal .navList .navLink:focus {
    color: #212121;
}
#detail-article nav .navigationKanal .navList .navLink.navLink-active::after,
#detail-article nav .navigationKanal .navList .navLink:focus::after {
    transform: translateY(0);
}
#detail-article nav .navigationKanal .ic-dropdown-kanal {
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 18px;
    content: url("../../../../img/icon/ic-dropdown-kanal.png");
    width: 16.667px;
    height: 8.333px;
    transform: scaleY(1);
    transition: transform 0.3s ease-in-out;
}
#detail-article nav .navigationKanal .ic-dropdown-kanal.dropDown {
    transform: scaleY(-1);
}
#detail-article main {
    position: relative;
    top: -70px;
}
#detail-article main .ads-970x250 {
    position: relative;
    padding: 24px 27px 27px;
    width: clamp(400px, 100%, 1024px);
    height: 298px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #fcfcfc;
    border-radius: 20px;
    margin: 0 auto 24px;
    overflow: hidden;
}
#detail-article main .ads-970x250 figcaption {
    position: absolute;
    top: 2px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #8c8c8c;
}
#detail-article main .ads-970x250 img {
    width: clamp(400px, 100%, 970px);
    height: 100%;
}
#detail-article main .headerArticle {
    height: auto;
    width: 100%;
    padding-bottom: 16px;
}
#detail-article main .headerArticle .breadcrumb {
    font-family: Inter, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: #8c8c8c;
    gap: 0 4px;
}
#detail-article main .headerArticle .breadcrumb > img {
    width: 8px;
    height: 8px;
}
#detail-article main .headerArticle .breadcrumb > a {
    color: #8c8c8c;
}
#detail-article main .headerArticle .breadcrumb .lastPage {
    cursor: default;
    color: #525252;
}
#detail-article main .headerArticle .headerTitle {
    color: #212121;
    font-size: clamp(24px, 5vw, 32px);
}
#detail-article main .headerArticle .timeAndShare,
.pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#detail-article main .headerArticle .timeAndShare .createdAt {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #525252;
}
#detail-article main .headerArticle .timeAndShare .share {
    display: flex;
    gap: 0 8px;
    align-items: center;
}
#detail-article main .headerArticle .timeAndShare .share label {
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #8c8c8c;
}
#detail-article main .headerArticle .timeAndShare .share .iconShare {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 4px;
}
#detail-article main .headerArticle .timeAndShare .share .iconShare .ic-link-share-2 {
    display: block;
    content: url("../../../../img/icon/ic-link-share.png");
    width: 32px;
    height: 32px;
}
#detail-article main .headerArticle .timeAndShare .share .iconShare .ic-link-share-2:hover {
    content: url("../../../../img/icon/ic-link-share-active.png");
}
#detail-article main .headerArticle .timeAndShare .share .iconShare .ic-wa {
    display: block;
    content: url("../../../../img/icon/ic-wa.png");
    width: 32px;
    height: 32px;
}
#detail-article main .headerArticle .timeAndShare .share .iconShare .ic-wa:hover {
    content: url("../../../../img/icon/ic-wa-active.png");
}
#detail-article main .headerArticle .timeAndShare .share .iconShare .ic-fb {
    display: block;
    content: url("../../../../img/icon/ic-fb.png");
    width: 32px;
    height: 32px;
}
#detail-article main .headerArticle .timeAndShare .share .iconShare .ic-fb:hover {
    content: url("../../../../img/icon/ic-fb-active.png");
}
#detail-article main .headerArticle .timeAndShare .share .iconShare .ic-x {
    display: block;
    content: url("../../../../img/icon/ic-x.png");
    width: 32px;
    height: 32px;
}
#detail-article main .headerArticle .timeAndShare .share .iconShare .ic-x:hover {
    content: url("../../../../img/icon/ic-x-active.png");
}
#detail-article main .headerArticle .author {
    display: flex;
    padding: 8px 0;
    list-style: none;
    gap: 0 12px;
}
#detail-article main .headerArticle .author .authorList a {
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 0 8px;
    padding: 0 8px;
    color: #252121;
}
#detail-article main .headerArticle .author .authorList a:hover,
.articleRecommended .recommendedBody .listRecommended a .kanalAndTime .postTime {
    color: #525252;
}
#detail-article main .headerArticle .author .authorList a img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    object-fit: contain;
    object-position: center center;
}
#detail-article main .headerArticle .headerImg,
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle figure,
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle h5 {
    width: 100%;
    height: auto;
    margin: 24px 0;
}
#detail-article main .headerArticle .headerImg figcaption,
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle div em,
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle figure figcaption,
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle h5 em {
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #525252;
}
#detail-article main .headerArticle .headerImg img {
    width: clamp(400px, 100%, 100%);
    height: 576px;
    border-radius: 18px;
    object-fit: cover;
    object-position: center top;
}
#detail-article main .mainBody {
    display: flex;
    width: 100%;
    height: auto;
    gap: 20px;
}
#detail-article main .mainBody .bodyArticleWrapper {
    height: auto;
    width: 70%;
}
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle p {
    font-family: Inter, sans-serif;
    color: #212121;
    margin-bottom: 24px;
    font-size: 18px;
}
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle p strong {
    font-weight: 700;
}
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle p a,
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle p strong a {
    display: inline-block;
    color: #00bfff;
}
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle div img,
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle figure img,
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle h5 img,
#detail-article main .mainBody .bodyArticleWrapper .bodyArticle p img {
    width: clamp(400px, 100%, 100%);
    height: auto;
    border-radius: 18px;
    object-fit: cover;
    object-position: center center;
}
#detail-article main .mainBody .bodyArticleWrapper .pleaseFollow {
    display: block;
    margin: 24px 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
}
#detail-article main .mainBody .bodyArticleWrapper .pleaseFollow a {
    display: inline-block;
    color: red;
}
#detail-article main .mainBody aside {
    display: flex;
    flex-direction: column;
    gap: 32px 0;
    width: 30%;
    height: auto;
    overflow: hidden;
}
#detail-article main .mainBody aside .asideAds {
    width: 100%;
    height: 250px;
    background-color: #dcdcdc;
}
#detail-article main .mainBody aside .asideAds:nth-child(2) {
    height: 600px;
}
#detail-article main .mainBody aside .asideAds img {
    width: 100%;
    height: auto;
    object-fit: contain;
    object-position: center top;
}
#detail-article main .mainBody aside .asideAds figcaption {
    text-align: center;
    font-family: Inter, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #8c8c8c;
    background-color: #fff;
}
footer {
    width: 100%;
    height: auto;
    background-color: #333;
    background-image: url("../../../../img/footer-bg.png");
    background-size: 100%;
    background-position: bottom center;
    background-blend-mode: multiply;
    border-top: 5px solid #8a0100;
    position: relative;
    bottom: -20px;
}
footer .footerBody {
    width: 100%;
    padding: 56px 0;
    display: flex;
    justify-content: space-between;
}
footer .footerBody .withImg {
    display: flex;
    flex-direction: column;
    gap: 32px 0;
    margin-right: 8vw;
}
footer .footerBody .withImg .partOf {
    display: flex;
    align-items: center;
    gap: 0 8px;
}
footer .footerBody .withImg .partOf span {
    font-size: 14px;
    font-weight: 400;
    line-height: 25.6px;
    color: #fff;
}
footer .footerBody .withImg .socmed {
    display: flex;
    gap: 0 18px;
}
footer .footerBody .withImg .donwloadApp {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
}
footer .footerBody .listInfoFooter {
    justify-self: flex-end;
    list-style: none;
    padding: 0 5px;
}
footer .footerBody .listInfoFooter li {
    margin-bottom: 8px;
}
footer .footerBody .listInfoFooter li:first-child {
    font-size: 18px;
    font-weight: 700;
    line-height: 28.8px;
    color: #fff;
    margin-bottom: 16px;
}
footer .footerBody .listInfoFooter li:hover a {
    transition: 0.3s ease-in-out;
    color: #dcdcdc;
}
footer .footerBody .listInfoFooter li a {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #fff;
}
footer .license {
    padding: 8px;
    width: 100%;
    background-color: #212121;
    text-align: center;
    font-size: 12px;
    line-height: 14.52px;
    font-weight: 400;
    color: #c5c5c5;
}
.stickyFeature {
    position: sticky;
    top: 45px;
    z-index: 9;
    padding-top: 16px;
    height: auto;
    width: 100%;
    background-color: var(--color-white);
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.12);
    transform: translateY(-270px);
    transition: transform 0.5s ease-in-out;
}
.stickyFeature .stikyContent {
    position: relative;
    background-color: #f6f6f6;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    border-radius: 10px 10px 0 0;
}
.stickyFeature .stikyContent .leftSection {
    display: flex;
    gap: 0 16px;
    align-items: center;
}
.stickyFeature .stikyContent .leftSection audio.audioStiky {
    width: 100px;
    height: 40px;
    border-radius: 2px;
    background-color: var(--color-light-75);
    display: none;
}
.stickyFeature .stikyContent .leftSection .audioControll {
    cursor: pointer;
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    padding: 4px 8px;
    gap: 8px;
    border-radius: 100px;
    outline: 0;
    font-family: 400;
    font-size: clamp(10px, 1.3vw, 14px);
    color: var(--color-black);
}
.stickyFeature .stikyContent .leftSection .audioControll.nonActive {
    cursor: not-allowed;
    filter: grayscale(1);
    opacity: 0.4;
}
.stickyFeature .stikyContent .leftSection .audioControll .ic-pause-audio,
.stickyFeature .stikyContent .leftSection .audioControll .ic-play-audio {
    display: block;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 32px 32px;
}
.stickyFeature .stikyContent .leftSection .audioControll .ic-pause-audio {
    background-image: url("../../../../img/icon/ic-pause-audio.png?v=2");
}
.stickyFeature .stikyContent .leftSection .audioControll .ic-play-audio {
    background-image: url("../../../../img/icon/ic-play-audio.png?v=2");
}
.stickyFeature .stikyContent .leftSection .resizeFontToggle {
    position: absolute;
    left: 55px;
    bottom: -44px;
    width: 191px;
    height: 37px;
    border-radius: 37px;
    background-color: var(--color-red-75);
    padding: 4px 16px;
    display: flex;
    align-items: center;
    gap: 0 4px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}
.stickyFeature .stikyContent .leftSection .resizeFontToggle.active {
    opacity: 1;
}
.stickyFeature .stikyContent .leftSection .resizeFontToggle .toggleResize {
    transition: opacity 0.5s ease-in-out;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background-color: var(--color-white);
}
.stickyFeature .stikyContent .leftSection .resizeFontToggle .toggleResize #toggle {
    cursor: grab;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: var(--color-white);
    transition: transform 0.5s ease-in-out;
}
.stickyFeature .stikyContent .leftSection .resizeFontToggle button {
    cursor: pointer;
    font-weight: 700;
    color: var(--color-white);
}
.stickyFeature .stikyContent .leftSection .resizeFontToggle #smallFont {
    line-height: 24px;
    font-size: 16px;
}
.stickyFeature .stikyContent .leftSection .resizeFontToggle #largeFont {
    font-size: 18px;
    line-height: 28.8px;
}
.stickyFeature .stikyContent .leftSection .comment,
.stickyFeature .stikyContent .leftSection .fontToggleWrapp {
    cursor: pointer;
    display: flex;
    align-items: center;
    background-color: var(--color-white);
    padding: 4px 8px;
    gap: 8px;
    border-radius: 100px;
    font-family: 400;
    font-size: clamp(10px, 1.3vw, 14px);
    color: var(--color-black);
}
.stickyFeature .stikyContent .leftSection .fontToggleWrapp .resizeFont {
    cursor: pointer;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    color: var(--color-white);
    background-color: #b40202;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stickyFeature .stikyContent .leftSection .like {
    position: relative;
    display: flex;
    align-items: center;
    margin-left: 24px;
    gap: 0 4px;
}
.stickyFeature .stikyContent .leftSection .like #btnLike.active .ic-btnlike {
    content: url("../../../../img/icon/ic-like-active.png");
}
.stickyFeature .stikyContent .leftSection .like #btnLike.active:hover .ic-btnlike {
    content: url("../../../../img/icon/ic-like-active.png") !important;
}
.stickyFeature .stikyContent .leftSection .like #btnLike:hover .ic-btnlike {
    content: url("../../../../img/icon/ic-like-pre-active.png");
}
.stickyFeature .stikyContent .leftSection .like #btnLike .ic-btnlike {
    transition: 0.3s ease-in-out;
    display: block;
    content: url("../../../../img/icon/ic-like.png");
    position: relative;
    width: 25px;
    height: 25px;
}
.stickyFeature .stikyContent .leftSection .like #likeCount {
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    text-align: center;
    color: var(--color-dark-100);
}
.stickyFeature .stikyContent .leftSection .comment .ic-comment {
    display: block;
    width: 32px;
    height: 32px;
    background-image: url("../../../../img/icon/ic-comment.png?v=2");
    background-size: 32px 32px;
}
.stickyFeature .stikyContent .leftSection .iconShare {
    background-color: var(--color-white);
    display: flex;
    align-items: center;
    gap: 0 8px;
    padding: 4px 16px;
    border-radius: 100px;
    font-family: 400;
    font-size: clamp(10px, 1.3vw, 14px);
    color: var(--color-black);
}
.stickyFeature .stikyContent .leftSection .iconShare span {
    cursor: default;
}
.stickyFeature .stikyContent .leftSection .iconShare #linkShare .ic-link-share {
    display: block;
    background-position: -100px 1px;
    width: 34px;
    height: 34px;
}
.stickyFeature .stikyContent .leftSection .iconShare #linkShare .ic-link-share:hover {
    background-position: -148px 1px;
}
.stickyFeature .stikyContent .leftSection .iconShare #linkShare #copied {
    position: absolute;
    z-index: 2;
    top: 52px;
    transform: translateX(-45px);
    background-color: rgba(var(--color-dark-100), 0.9);
    padding: 4px 16px;
    line-height: 150%;
}
.stickyFeature .stikyContent .leftSection .iconShare #linkShare #copied.active {
    opacity: 1;
    display: block;
    animation: 0.5s ease-in-out forwards copyAnimate;
    background-color: var(--color-dark-100);
}
.stickyFeature .stikyContent .leftSection .iconShare #linkShare #detailPhotoInfo__copied {
    position: absolute;
    top: 52px;
    transform: translateX(-45px);
    background-color: rgba(var(--color-dark-100), 0.9);
    padding: 4px 16px;
    line-height: 150%;
}
.stickyFeature .stikyContent .leftSection .iconShare #linkShare #detailPhotoInfo__copied.active {
    opacity: 1;
    display: block;
    animation: 0.5s ease-in-out forwards copyAnimate;
    background-color: var(--color-dark-100);
}
.stickyFeature .stikyContent .leftSection .iconShare button .ic-wa {
    display: block;
    background-position: -196px 1px;
    width: 34px;
    height: 34px;
}
.stickyFeature .stikyContent .leftSection .iconShare button .ic-wa:hover {
    background-position: -244px 1px;
}
.stickyFeature .stikyContent .leftSection .iconShare button .ic-fb {
    display: block;
    background-position: -291px 1px;
    width: 34px;
    height: 34px;
}
.stickyFeature .stikyContent .leftSection .iconShare button .ic-fb:hover {
    background-position: -340px 1px;
}
.stickyFeature .stikyContent .leftSection .iconShare button .ic-x {
    display: block;
    background-position: -388px 1px;
    width: 34px;
    height: 34px;
}
.stickyFeature .stikyContent .leftSection .iconShare button .ic-x:hover {
    background-position: -436px 1px;
}
.stickyFeature .stikyContent .readNext {
    position: relative;
    display: flex;
    align-items: center;
    gap: 0 24px;
    width: 351px;
    background-color: var(--color-white);
    padding: 8px 16px;
    border-radius: 100px;
}
.stickyFeature .stikyContent .readNext:hover .readNextText {
    color: var(--color-red-75);
}
.stickyFeature .stikyContent .readNext .readNextText {
    font-size: clamp(10px, 1.5vw, 16px);
    font-weight: 400;
    line-height: 24px;
    color: var(--color-dark-100);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.stickyFeature .stikyContent .readNext .ic-next-read {
    position: relative;
    width: 24px;
    height: 24px;
    background-image: url("../../../../img/icon/ic-next-read-v2.png");
    background-size: 15.58px auto;
    background-position: center;
    font-style: normal;
    flex-shrink: 0;
}
.stickyFeature #progressBar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #821b1a 0, #b91514 50.52%, #761716 100%);
    transform-origin: 0%;
    transition: transform 0.5s linear;
}
@media screen and (max-width: 1025px) {
    .stickyFeature .stikyContent {
        padding: 8px;
    }
    .stickyFeature .stikyContent .readNext {
        width: 28%;
    }
}
#detail-article main .headerArticle .timeAndShare .share .iconShare #copied-2 {
    position: absolute;
    top: 40px;
    left: -45px;
    background-color: rgba(33, 33, 33, 0.9);
    padding: 4px 16px;
    line-height: 150%;
    cursor: pointer;
}
#detail-article main .headerArticle .timeAndShare .share .iconShare #copied-2.active {
    opacity: 1;
    display: block;
    animation: 0.5s ease-in-out forwards copyAnimate;
}
@keyframes copyAnimate {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
#burgerMenu {
    position: fixed;
    top: 0;
    right: -450px;
    display: flex;
    flex-direction: column;
    gap: 32px 0;
    padding: 24px;
    width: 423px;
    height: 100vh;
}
#burgerMenu .headerBurgerMenu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
#burgerMenu .headerBurgerMenu #closeBurgerMenu .ic-close-burger-menu,
#networkDropdown .networkHeader #closeDropdown .ic-close-dropdown {
    content: url("../../../../img/icon/ic-close-burger-menu.png");
    width: 24px;
    height: 24px;
}
#burgerMenu .bodyBurgerMenu {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    flex-direction: column;
    gap: 32px 0;
}
#burgerMenu .bodyBurgerMenu .menuKanal,
.widgetInewsNetwork .listWidgetContent a {
    width: 100%;
    height: auto;
}
#burgerMenu .bodyBurgerMenu .menuKanal .headerMenuKanal {
    color: #0c0b0b;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 20px;
    padding-left: 16px;
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal {
    list-style: none;
    width: 100%;
    height: auto;
    padding: 0 16px;
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal {
    width: calc(33.3333333333% - 8px);
    height: 72px;
    padding: 8px 0;
    border-radius: 15px;
    background: #fefefe;
    box-shadow: 0 6px 12px 0 rgba(28, 39, 49, 0.05);
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal:hover {
    box-shadow: 0 3px 6px 0 rgba(28, 39, 49, 0.05);
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal:hover a,
.articleRecommended .recommendedBody .listRecommended a:hover .recommendedTitle {
    color: #bd0100;
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal a {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 8px 0;
    color: #0c0b0b;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal a span {
    display: block;
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal a .ic-news-burger {
    content: url("../../../../img/icon/ic-news-burger.png");
    width: 24px;
    height: 24px;
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal a .ic-daerah-burger {
    content: url("../../../../img/icon/ic-daerah-burger.png");
    width: 24px;
    height: 24px;
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal a .ic-finance-burger {
    content: url("../../../../img/icon/ic-finance-burger.png");
    width: 24px;
    height: 24px;
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal a .ic-sport-burger {
    content: url("../../../../img/icon/ic-sport-burger.png");
    width: 24px;
    height: 24px;
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal a .ic-lifestyle-burger {
    content: url("../../../../img/icon/ic-lifestyle-burger.png");
    width: 24px;
    height: 24px;
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal a .ic-travel-burger {
    content: url("../../../../img/icon/ic-travel-burger.png");
    width: 24px;
    height: 24px;
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal a .ic-otomotif-burger {
    content: url("../../../../img/icon/ic-otomotif-burger.png");
    width: 24px;
    height: 24px;
}
#burgerMenu .bodyBurgerMenu .menuKanal .listMenuKanal .listKanal a .ic-techno-burger {
    content: url("../../../../img/icon/ic-techno-burger.png");
    width: 24px;
    height: 24px;
}
#burgerMenu .bodyBurgerMenu .liveTV .headerMenuKanal,
#burgerMenu .bodyBurgerMenu .mncPortal .headerMenuKanal {
    color: #0c0b0b;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
    margin-bottom: 16px;
    padding-left: 16px;
}
#burgerMenu .bodyBurgerMenu .liveTV ul,
#burgerMenu .bodyBurgerMenu .mncPortal ul {
    list-style: none;
    width: 100%;
    height: 95px;
    display: flex;
    flex-direction: column;
    gap: 9px 0;
    flex-wrap: wrap;
    padding: 0 16px;
}
#burgerMenu .bodyBurgerMenu .mncPortal ul li:hover a {
    color: #252121;
}
#burgerMenu .bodyBurgerMenu .liveTV ul li a,
#burgerMenu .bodyBurgerMenu .mncPortal ul li a {
    width: max-content;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
#burgerMenu .bodyBurgerMenu .liveTV ul li:hover a {
    color: #333;
}
#networkDropdown {
    position: fixed;
    top: -580px;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: auto;
    padding: 32px 0;
}
#networkDropdown .networkHeader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 8px 0;
    flex-wrap: wrap;
    margin-bottom: 24px;
}
#networkDropdown .networkHeader span {
    display: inline-block;
}
#networkDropdown .networkHeader .textHeader {
    color: #212121;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%;
}
#networkDropdown .networkHeader .textHeader::first-letter,
.widgetInewsNetwork .headerWidget::first-letter,
.widgetInewsNetwork .listWidgetContent a .NewsNetwork::first-letter {
    color: #d80605;
}
#networkDropdown .networkHeader .textDesc {
    display: block;
    width: 100%;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
#networkDropdown .networkHeader .textDesc a {
    color: #212121;
    display: inline-block;
    font-weight: 700;
}
#networkDropdown .dropdownMenu {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    gap: 0 32px;
}
#networkDropdown .dropdownMenu .networkChannel {
    display: flex;
    width: 70%;
}
#networkDropdown .dropdownMenu .networkChannel .pulau {
    list-style: none;
    width: 33.3333333333%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
#networkDropdown .dropdownMenu .networkChannel #listNetwork #kabupaten .listKabupaten a,
#networkDropdown .dropdownMenu .networkChannel .pulau .listPulau {
    padding: 8px 16px;
    width: 100%;
    cursor: pointer;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    border-radius: 4px;
    background-color: transparent;
    transition:
        background-color 0.2s ease-in-out,
        color 0.2s ease-in-out;
}
#networkDropdown .dropdownMenu .networkChannel .lineVertical {
    width: 1px;
    height: 100%;
    border-radius: 4px;
    background: #f2f2f2;
    margin: 0 8px;
}
#networkDropdown .dropdownMenu .networkChannel #listNetwork {
    width: calc(100% - 244px);
    height: 322px;
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #dcdcdc #fcfcfc;
}
#networkDropdown .dropdownMenu .networkChannel #listNetwork #kabupaten {
    list-style: none;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 4px 16px;
}
#networkDropdown .dropdownMenu .networkChannel #listNetwork #kabupaten .listKabupaten {
    width: calc(50% - 8px);
}
#networkDropdown .dropdownMenu .networkUpdate {
    width: clamp(150px, 30vw, 230px);
    display: flex;
    flex-direction: column;
    gap: 16px 0;
    justify-content: end;
}
#networkDropdown .dropdownMenu .networkUpdate a {
    position: relative;
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 16px;
    border: 1px solid #dcdcdc;
    background: #fefefe;
    overflow: hidden;
}
#networkDropdown .dropdownMenu .networkUpdate a span {
    position: relative;
    z-index: 1;
    color: #212121;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
#networkDropdown .dropdownMenu .networkUpdate a span:nth-child(2) {
    font-size: 12px;
    font-weight: 400;
}
#networkDropdown .dropdownMenu .networkUpdate a span:last-child {
    position: absolute;
    right: -50px;
    top: 0;
}
#networkDropdown .dropdownMenu .networkUpdate a .ic-network-updates {
    position: relative;
    z-index: 0;
    content: url("../../../../img/icon/ic-world.png");
    width: 106.25px;
    height: auto;
}
#networkDropdown .dropdownMenu .networkUpdate a .ic-personalize {
    position: relative;
    z-index: 0;
    content: url("../../../../img/icon/ic-people.png");
    width: 120px;
    height: auto;
}
#networkDropdown .dropdownMenu .networkUpdate a:hover span {
    z-index: 0;
}
#networkDropdown .dropdownMenu .networkUpdate a:hover .ic-network-updates {
    content: url("../../../../img/icon/ic-world-active.png");
}
#networkDropdown .dropdownMenu .networkUpdate a:hover .ic-personalize {
    content: url("../../../../img/icon/ic-people-active.png");
}
.pagination label {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
    font-style: normal;
    color: #242424;
}
.pagination .paginationContent {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 0 8px;
}
.pagination .paginationContent .pageList {
    width: 24px;
    height: 24px;
}
.pagination .paginationContent .pageList a {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #8c8c8c;
    text-align: center;
    transition: color 0.2s ease-in-out;
}
.pagination .paginationContent .pageList.active,
.pagination .paginationContent .pageList:hover {
    background-color: #bd0100;
    border-radius: 50%;
}
.pagination .paginationContent .pageList.active a,
.pagination .paginationContent .pageList:hover a {
    color: #fff;
}
.pagination .paginationContent .showAll a {
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    color: #212121;
}
.pagination .paginationContent li .next,
.pagination .paginationContent li .prev {
    line-height: 12px;
}
.pagination .paginationContent li .prev .ic-prev {
    content: url("../../../../img/icon/ic-arrow-left.png");
    width: 9px;
    height: auto;
}
.pagination .paginationContent li .prev .ic-prev-active {
    content: url("../../../../img/icon/ic-arrow-left-active.png");
    width: 9px;
    height: auto;
}
.pagination .paginationContent li .next .ic-next-active {
    content: url("../../../../img/icon/ic-arrow-right-active.png");
    width: 9px;
    height: auto;
}
.pagination .paginationContent li .next .ic-next {
    content: url("../../../../img/icon/ic-arrow-right.png");
    width: 9px;
    height: auto;
}
.tags {
    display: flex;
    align-items: start;
    gap: 0 18px;
    margin-top: 32px;
}
.tags ul {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
}
.tags ul .tagList {
    width: auto;
    height: 37px;
    padding: 8px;
    border-radius: 37px;
    border: 1px solid #bd0100;
    transition: 0.3s ease-in-out;
}
.tags ul .tagList a {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    color: #bd0100;
    text-align: center;
}
.tags ul .tagList:hover,
input:checked + .slider {
    background-color: #bd0100;
}
.tags ul .tagList:hover a {
    color: #fcfcfc;
}
.bacaJuga {
    width: clamp(400px, 100%, 672px);
    height: 96px;
    background-color: #f9f9f9;
    margin-bottom: 24px;
    padding: 8px 16px 8px 20px;
    border-radius: 10px;
    border-left: 8px solid #bd0100;
    transition: 0.3s ease-in-out;
}
.bacaJuga a {
    display: flex;
    align-items: center;
    gap: 0 12px;
}
.bacaJuga a img {
    border-radius: 20px;
    object-fit: cover;
    object-position: center center;
}
.bacaJuga a article .bacaJugatitle {
    color: #bd0100;
    font-weight: 700;
    line-height: 24px;
    font-size: 16px;
    font-style: normal;
}
.bacaJuga a article .bacaJugaExcerpt {
    color: #212121;
    font-weight: 700;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
}
.bacaJuga:hover {
    transform: translate(-1px, -4px);
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.articleRecommended,
.widgetInewsNetwork .listWidgetContent:first-of-type a {
    width: 100%;
}
.articleRecommended .recommendedHeader {
    display: flex;
    gap: 0 8px;
    align-items: center;
    margin-bottom: 16px;
    margin-top: 32px;
}
.articleRecommended .recommendedHeader .recommendedTitleHeadre {
    font-family: Inter-Bold, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #212121;
}
.articleRecommended .recommendedBody {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    border-radius: 12px;
    padding: 16px;
    background-color: #f9f9f9;
    box-shadow: 0 6px 12px rgba(28, 39, 49, 0.05);
}
.articleRecommended .recommendedBody .listRecommended {
    width: calc(33.3333333333% - 11px);
    height: auto;
}
.articleRecommended .recommendedBody .listRecommended a {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
}
.articleRecommended .recommendedBody .listRecommended a:hover .thumbnail,
.widgetInewsNetwork .listWidgetContent a:hover .widgetImgWrapp .thumbnail {
    transform: scale(1.1);
}
.articleRecommended .recommendedBody .listRecommended a .imgWrapp {
    position: relative;
    width: 100%;
    height: clamp(100px, 13vw, 143px);
    overflow: hidden;
    border-radius: 20px;
}
.articleRecommended .recommendedBody .listRecommended a .imgWrapp .thumbnail {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: 143px;
    object-fit: cover;
    object-position: center top;
}
.articleRecommended .recommendedBody .listRecommended a .imgWrapp .multimediaIcon,
.widgetInewsNetwork .listWidgetContent a .widgetImgWrapp .multimediaIcon {
    position: absolute;
    top: 11px;
    left: 11px;
}
.articleRecommended .recommendedBody .listRecommended a .kanalAndTime {
    display: flex;
    gap: 0 10px;
    justify-content: space-between;
    width: 100%;
}
.articleRecommended .recommendedBody .listRecommended a .recommendedTitle,
.widgetInewsNetwork .listWidgetContent a .widgetdContentTitle,
.widgetInewsNetwork .listWidgetContent:first-of-type a .widgetdContentTitle {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    font-style: normal;
    overflow: hidden;
    font-weight: 700;
}
.articleRecommended .recommendedBody .listRecommended a .kanalAndTime .kanal,
.articleRecommended .recommendedBody .listRecommended a .kanalAndTime .postTime {
    font-weight: 700;
    font-size: clamp(8px, 1vw, 12px);
    line-height: 18px;
    color: #d80605;
}
.articleRecommended .recommendedBody .listRecommended a .recommendedTitle {
    font-size: clamp(10px, 1.5vw, 14px);
    color: #2d2d2a;
    -webkit-line-clamp: 4;
    line-height: 150%;
}
.newsLocation {
    margin-top: 32px;
    width: 100%;
    height: auto;
}
.newsLocation .locationHeader {
    width: 100%;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.newsLocation .locationHeader .locationHeaderTitle {
    position: relative;
    color: #212121;
    display: flex;
    align-items: center;
    font-family: Inter-Bold, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.newsLocation .locationHeader .locationHeaderTitle::before {
    content: url("../../../../img/icon/ic-news-location.png");
    width: 20px;
    height: 20px;
    margin-right: 10px;
    position: relative;
    left: 0;
    top: -3px;
}
.newsLocation .locationBody {
    padding-top: 18px;
    width: 100%;
    height: auto;
    border-radius: 0 0 16px 16px;
    background-color: #fafafa;
    box-shadow: 0 4px 4px rgba(31, 30, 30, 0.1);
}
.newsLocation .locationBody .locationTitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    color: #8c8c8c;
    text-align: center;
}
.newsLocation .locationBody .locationImg {
    width: max-content;
    height: auto;
    margin: 16px auto 17px;
}
.newsLocation .locationBody .locationImg img {
    width: clamp(330px, 45vw, 584px);
    height: auto;
    object-fit: contain;
    object-position: center center;
}
.btnMoreNews {
    cursor: pointer;
    width: max-content;
    margin: 32px auto;
    display: flex;
    align-items: center;
    gap: 0 4px;
    padding: 8px 8px 8px 16px;
    border-radius: 20px;
    background-color: #212121;
    color: #f4f4f4;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    transition: transform 0.3s ease-in-out;
}
.btnMoreNews:hover {
    transform: translateY(-4px);
    box-shadow: 0 1px 4px rgba(31, 30, 30, 0.747);
}
.btnMoreNews::after {
    content: url("../../../../img/icon/ic-arrow-down.png");
    margin: 0 4px;
    line-height: 12px;
}
.switch {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
}
.switch input {
    opacity: 0;
    height: 0;
    width: 0;
}
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #acacac;
    -webkit-transition: 0.4s;
    transition: 0.4s ease-in-out;
}
#backToTop,
.slider::before {
    transition: 0.5s ease-in-out;
}
.slider::before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    top: 2px;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 1px 0 0 rgba(0, 0, 0, 0.14);
}
input:checked + .slider::before {
    -webkit-transform: translateX(70%);
    -ms-transform: translateX(70%);
    transform: translateX(70%);
    box-shadow: rgba(0, 0, 0, 0.14);
}
.widgetInewsNetwork {
    width: 100%;
    height: auto;
    background-color: #212121;
    padding: 16px;
    border-radius: 6px;
}
.widgetInewsNetwork .headerWidget {
    text-align: center;
    color: #f2f2f2;
    font-weight: 700;
    font-size: 16px;
    font-style: normal;
    line-height: 150%;
    margin-bottom: 16px;
}
.widgetInewsNetwork .listWidgetContent {
    padding: 8px 0;
    height: auto;
    overflow: auto;
}
.widgetInewsNetwork .listWidgetContent:first-of-type {
    margin-bottom: 16px;
}
.widgetInewsNetwork .listWidgetContent:first-of-type a .widgetImgWrapp {
    float: unset;
    position: relative;
    width: 100%;
    height: clamp(100px, 13vw, 178px);
    overflow: hidden;
    border-radius: 16px;
    margin-bottom: 16px;
}
.widgetInewsNetwork .listWidgetContent:first-of-type a .widgetImgWrapp .thumbnail {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
}
.widgetInewsNetwork .listWidgetContent:first-of-type a .widgetImgWrapp .multimediaIcon {
    width: 32px;
    height: 32px;
    position: absolute;
    top: 11px;
    left: 11px;
}
.widgetInewsNetwork .listWidgetContent:first-of-type a .widgetdContentTitle {
    margin-top: 8px;
    font-size: clamp(10px, 1.5vw, 14px);
    line-height: 21px;
    -webkit-line-clamp: 3;
}
.widgetInewsNetwork .listWidgetContent a .widgetdContentTitle {
    margin-top: 4px;
    color: #f2f2f2;
    font-size: 12px;
    line-height: 18px;
    -webkit-line-clamp: 4;
}
.widgetInewsNetwork .listWidgetContent a .NewsNetwork {
    display: block;
    color: #f2f2f2;
    font-size: 12px;
    font-weight: 700;
}
.widgetInewsNetwork .listWidgetContent a .widgetImgWrapp {
    position: relative;
    width: clamp(70px, 7vw, 84px);
    height: auto;
    overflow: hidden;
    border-radius: 8px;
    float: left;
    margin-right: 8px;
}
.popularTopic ul .five::before,
.popularTopic ul .four::before,
.popularTopic ul .one::before,
.popularTopic ul .three::before,
.popularTopic ul .two::before {
    content: "";
    background-size: 100%;
    background-repeat: no-repeat;
    width: 29px;
    height: 37px;
    margin-right: 8px;
}
.widgetInewsNetwork .listWidgetContent a .widgetImgWrapp .thumbnail {
    transition: transform 0.3s ease-in-out;
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center center;
    aspect-ratio: 1/1;
}
.modalLogin .modalHeader a .userInfo .detail-name,
.modalLogin .modalHeader a .userInfo .detail-username {
    width: 244px;
    text-overflow: ellipsis;
    display: inline-block;
    font-style: normal;
    overflow: hidden;
    white-space: nowrap;
}
.popularTopic {
    background-color: #fcfcfc;
    padding: 16px 10px;
    box-shadow: 0 2px 4px rgba(28, 39, 49, 0.05);
    border-radius: 18px;
}
.popularTopic .headerPop {
    font-size: 18px;
    margin-bottom: 8px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
}
.popularTopic ul .one::before {
    background-image: url("../../../../img/icon/top-1.png");
}
.popularTopic ul .two::before {
    background-image: url("../../../../img/icon/top-2.png");
}
.popularTopic ul .three::before {
    background-image: url("../../../../img/icon/top-3.png");
}
.popularTopic ul .four::before {
    background-image: url("../../../../img/icon/top-4.png");
}
.popularTopic ul .five::before {
    background-image: url("../../../../img/icon/top-5.png");
}
.popularTopic ul .popularTopicList {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}
.popularTopic ul .popularTopicList:last-child {
    margin-bottom: 0;
}
.popularTopic ul .popularTopicList a {
    font-size: 16px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #212121;
    font-weight: 700;
    line-height: 24px;
}
#openModalSSO {
    cursor: pointer;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
}
#openModalSSO img {
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
}
.modalLogin {
    position: absolute;
    right: -4.3vw;
    top: 37px;
    width: 384px;
    padding: 20px;
    flex-direction: column;
    display: flex;
    gap: 16px 0;
    background-color: #feffff;
    box-shadow: 0 25px 60px -10px rgba(28, 39, 49, 0.12);
    border-radius: 20px;
    animation: 0.5s ease-in-out forwards showAnimasi;
    overflow: hidden;
}
.modalLogin .modalHeader {
    position: relative;
    display: flex;
}
.modalLogin .modalHeader a {
    display: flex;
    height: auto;
    gap: 0 16px;
    padding: 8px 0;
}
.modalLogin .modalHeader a img {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center center;
    overflow: hidden;
    flex-shrink: 0;
}
.modalLogin .modalHeader a .userInfo .detail-username {
    color: #1a2128;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.modalLogin .modalHeader a .userInfo .detail-name {
    color: #de2027;
    font-size: 18px;
    font-weight: 700;
    line-height: 140%;
}
.modalLogin .modalHeader #closeModalSSO .ic-close-modal-sso {
    content: url("../../../../img/icon/ic-close-modal-sso.png");
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
.modalLogin .modalBody .warning {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin-bottom: 8px;
}
.modalLogin .modalBody .infoModal {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.modalLogin .modalBody .infoModal a {
    color: #de2027;
    display: inline-block;
    font-weight: 700;
}
.modalLogin .modalAction {
    width: max-content;
    color: #de2027;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}
.modalLogin.hide {
    display: none;
    opacity: 0;
}
@keyframes hideAnimasi {
    0% {
        opacity: 0;
    }
    100% {
        display: none;
    }
}
@keyframes showAnimasi {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        display: flex;
    }
}
.adsWrapper {
    display: flex;
    flex-direction: column;
    gap: 24px 0;
}
.adsWrapper .adsPlacement {
    position: relative;
    width: 100%;
    height: auto;
    background-color: #f4f4f4;
    display: flex;
    flex-direction: column;
    align-items: center;
}
@keyframes shimmer {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: -100% 0;
    }
}
.hidden {
    display: none !important;
}
.ads_sticky_footer {
    width: 1100px;
    height: 50px;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #dcdcdc;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.ads_sticky_footer .closeads {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    padding: 5px 8px;
    background-color: #525252;
    color: #fcfcfc;
}
@media screen and (max-width: 1365px) {
    #detail-article .topBarWrap .topBar > div:first-child .app-gateway .modal-app-gateway {
        left: -122px;
    }
    #networkDropdown .dropdownMenu .networkChannel #listNetwork,
    #networkDropdown .dropdownMenu .networkChannel .pulau {
        width: 50%;
    }
    #networkDropdown .dropdownMenu .networkChannel #listNetwork #kabupaten {
        flex-direction: column;
        flex-wrap: nowrap;
    }
    #networkDropdown .dropdownMenu .networkChannel #listNetwork #kabupaten .listKabupaten {
        width: 100%;
    }
    .ads_sticky_footer {
        width: 80%;
    }
}
.alert-wrapp {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 13px;
    background: #f3fbff;
    border: 1px solid #509af8;
    box-shadow: 0 25px 40px -10px rgba(28, 39, 49, 0.08);
    border-radius: 10px;
    margin-top: 20px;
}
.alert-wrapp .alert-img {
    width: 21px;
    height: 21px;
    margin-right: 9.5px;
}
.alert-wrapp .alert-text {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    padding: 2.5px 0;
    width: calc(100% - 75px);
    text-align: left;
    color: #0c2a75;
}
.alert-wrapp .alert-text b {
    font-size: 14px;
    line-height: 16px;
    padding: 2.5px 0;
    font-weight: 700;
    text-decoration: none;
    color: #0c2a75;
}
.alert-wrapp .alert-text b a {
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    color: #0c2a75;
}
.alert-wrapp .alert-close {
    width: 20px;
    height: 20px;
    cursor: pointer;
}
#backToTop {
    cursor: pointer;
    position: fixed;
    bottom: 87px;
    right: 80px;
    z-index: 999;
    transform: translateY(150px);
    opacity: 0;
}
#backToTop .backToTop {
    content: url("../../../../img/icon/ic-back-toTop.png");
    width: 48px;
    height: auto;
}
.subscribeINews {
    width: 100%;
    height: auto;
    border-radius: 5px;
    padding: 16px 16px 16px 20px;
    margin-bottom: 24px;
    background-color: #272725;
    background-image: url("../../../../img/indonesia-dot-desk.png");
    background-repeat: no-repeat;
    background-position: 90% center;
    background-size: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.subscribeINews span {
    color: #fff;
    font-family: Inter, sans-serif;
    font-size: clamp(12px, 1.5vw, 16px);
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.subscribeINews .goToFollow {
    padding: 8px 16px;
    border-radius: 32px;
    border: 1px solid #fff;
    background: #484844;
    color: #fafafa;
    font-family: Inter-Regular, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
    -webkit-transition:
        background-color 0.3s ease-in-out,
        color 0.3s ease-in-out;
}
.subscribeINews .goToFollow:hover {
    background-color: #fafafa;
    color: #484844;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

#detail-article main .mainBody .bodyArticleWrapper .bodyArticle .bacaJuga a img {
    width: 80px;
    height: 80px;
    border-radius: 20px;
    object-fit: cover;
    object-position: center center;
}
