:root {
    --primary: #cb0000;
    --active: #f5a623;
    --widthparallaxdesktop: 100%;
    --heightparallaxdesktop: 250px;
    --txtparallax: "Scroll untuk lanjut membaca";
    --bg1 : #111111;
    --bg2: #272727;
}
*, html {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*,::after,::before {
    box-sizing: border-box
}
* {
    transition: all .3s ease;
}
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: greyscale;
    -webkit-backface-visibility: hidden;
}
a,body {
    color: #222;
}
a {
    text-decoration: none;
}
body {
    background: #fff;
    font-family: CNNsans, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.5;
    color: #333;
}
img {
    max-width: 100%;
    height: auto;
}
.container {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
}
.content {
    min-width: 1100px;
}
.billboard.parallax {
    background: #222222;
    position: relative;
    z-index: 99;
}

.parallax-box {
    width: 100%;
    height: var(--heightparallaxdesktop);
    position: relative;
    max-width: 970px;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.parallax-box .widget {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto);
}

.parallax-box .widget-parallax {
    width: var(--widthparallaxdesktop);
    height: auto;
    position: fixed;
    top: 0;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 970px;
    left: 0;
    right: 0;
}
header.header {
    background: var(--bg1);
    position: sticky;
    top: 0;
    z-index: 99;
}
.header-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 50px;
}
.header-left {
    display: flex;
    flex-wrap: nowrap;
    flex: 1;
    align-items: center;
}

.header-brand {
    margin-right: 15px;
    z-index: 1;
}
.header-navigation ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
    flex-wrap: wrap;
    height: 50px;
}
.header-navigation ul .sub-menu {
    display: none;
}
.header-navigation nav > ul > li > a {
    color: #dbdbdb;
    font-size: 14px;
    padding: 15px;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
}
.header-navigation ul li {
    position: relative;
}

.header-navigation ul li.live a:before {
    content: "";
    display: block;
    background-color: var(--primary);
    top: 8px;
    left: 6px;
    border-radius: 9999px;
    position: absolute;
    width: 6px;
    height: 6px;
}
.header-navigation ul li.live:hover a {
    background: var(--primary);
}

.header-navigation ul li.live:hover a:before {
    background-color: var(--bg1);
}
.header-navigation ul li.live a span {
    padding-left: 20px;
}

.header-navigation ul li.live a {
    padding: 0px;
    border: 1px solid var(--primary);
    padding-right: 10px;
    text-transform: uppercase;
}
.header-navigation ul li.live {
    display: none;
}
.header-navigation ul li.live:hover:after {
    display: none;
}
.header-navigation ul li.menu-item-has-children > a:after {
        content: "";
        width: 20px;
        height: 20px;
        background-size: 10px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' fill='%23dbdbdb'%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
        display: block;
        transition: all .5s ease;
}
.header-navigation ul li.menu-item-has-children:hover > a:after {
    transform: rotate(180deg);
}
.header-navigation {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.header-navigation.hide {
    display: none;
}
.header-navigation nav > ul > li:hover::after {
    content: "";
    width: calc(100% - 16px);
    position: absolute;
    bottom: 1px;
    left: 8px;
    display: block;
    height: 3px;
    background-color: var(--primary);
    animation: scaleCenter .2s linear;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .15s;
}
.header-navigation ul li:hover .sub-menu {
    display: block;
    position: absolute;
    z-index: 2;
    background: #464646;
    top: 50px;
    width: 200px;
    right: 0;
    height: auto;
    flex-direction: column;
    align-content: flex-start;
}

.header-navigation ul .sub-menu a {
    color: #fff;
    font-size: 13px;
    padding: 10px;
    display: block;
    line-height: 1;
}
.header-navigation ul .sub-menu li:hover a {
    text-decoration-line: underline;
}
.header-search {
    display: none;
    flex: 1;
    background: var(--bg2);
    margin-left: -7px;
    padding: 7px;
}
.header-brand img {
    height: 40px;
    width: auto;
    display: block;
}

.header-brand a {
    display: block;
    outline: 0;
}
.header-bottom {
    background-color: #cbcbcb;
    height: 44px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    overflow: hidden;
}
.header-right {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}
.header-right button {
    background-color: transparent;
    color: #fff;
    border: 0;
    outline: 0;
    width: 40px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.header-right button.hide {
    display: none;
}
.header-search.show {
    display: block;
}
.header-search-form {
    position: relative;
    display: block;
}

.header-input-search {
    width: 100%;
    flex: 1;
    font-size: 13px;
    padding: 6px 10px;
    border: 0;
    outline: 0;
    line-height: 1;
    display: block;
    background: #fff;
}

.header-search-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.header-search-wrapper .btn-search {
    background: #fff;
    border: 0;
    outline: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--bg2);
    cursor: pointer;
}
.header-search-icon.close {
    background: var(--bg2);
}
.header-search-icon {
    display: flex;
    align-items: center;
}
.header-mode {
    display: flex;
    flex-wrap: nowrap;
}

.header-mode .mode svg {
    display: none;
}

.header-mode .icon-darkmode .dark {
    display: block;
}
.header-mode .icon-lightmode .light {
    display: block;
}
.header-bottom ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    height: 33px;
    overflow: hidden;
}
.header-bottom ul li {
    padding: 0 10px;
    margin-bottom: 10px;
}
.header-bottom ul li .sub-menu {
    display: none;
}
.header-bottom ul li a {
    background: var(--bg2);
    color: #dbdbdb;
    padding: 4px 8px;
    border: 1px solid var(--bg2);
    display: block;
}

.header-bottom ul li:first-child {
    padding-left: 0;
}
.header-bottom ul li.active a {
    background-color: var(--primary);
    border: 1px solid var(--primary);
}
.header-bottom ul li a:hover {
    background: #fff;
    border-color: var(--bg2);
    color: var(--bg2);
}

.header-bottom ul li.active a:hover {
    background: #fff;
    border-color: var(--primary);
    color: var(--primary);
}
@keyframes scaleCenter{
    0%{
        content:"";
        transform:scale(0)
    }
    to{
        content:"";
        transform:scale(1)
    }
}
.main {
    margin-top: 20px;
    margin-bottom: 20px;
}
.banner {
    position: relative;
    display: block;
    margin: 0 auto;
}
.banner:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e1e0e0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 6C4.44772 6 4 6.44772 4 7V8H6V7C6 6.44772 5.55228 6 5 6Z' fill='%23999'/%3E%3Cpath d='M11 8H9.5C9.22386 8 9 8.22386 9 8.5C9 8.77614 9.22386 9 9.5 9H11V8Z' fill='%23999'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 4.5C0 3.11929 1.11929 2 2.5 2H12.5C13.8807 2 15 3.11929 15 4.5V10.5C15 11.8807 13.8807 13 12.5 13H2.5C1.11929 13 0 11.8807 0 10.5V4.5ZM4 10V9H6V10H7V7C7 5.89543 6.10457 5 5 5C3.89543 5 3 5.89543 3 7V10H4ZM11 7H9.5C8.67157 7 8 7.67157 8 8.5C8 9.32843 8.67157 10 9.5 10H12V5H11V7Z' fill='%23999'/%3E%3C/svg%3E");
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
}
.banner.ads970250 {
    width: 970px;
    max-width: 100%;
    height: 250px;
}
.banner.ads160600 {
    width: 160px;
    max-width: 100%;
    height: 600px;
}
.banner.ads72890 {
    width: 728px;
    max-width: 100%;
    height: 90px;
}
.banner.ads300600 {
    width: 300px;
    max-width: 100%;
    height: 600px;
}
.banner.ads300300 {
    width: 300px;
    max-width: 100%;
    height: 300px;
}
.media {
    position: relative;
}
.media-image {
    position: relative;
    overflow: hidden;
}
.media-image:before {
    content: "";
    left: 0;
    bottom: 0;
    background: #ddd;
    animation: 1s infinite shine
}
.media-image:after, .media-image:before {
    position: absolute;
    right: 0;
    top: 0;
}
@-webkit-keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}
@keyframes shimmer {
    100% {
        transform: translateX(100%)
    }
}
.media-image:after {
    bottom: 0;
    left: 0;
    transform: translateX(-100%);
    background-image: linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));
    -webkit-animation: 2s infinite shimmer;
    animation: 2s infinite shimmer;
    content: ""
}
.media-image img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
    transition: .5s;
    z-index: 1
}
.media-link:before {
    content: "";
    left: 0;
    bottom: 0;
    z-index: 3;
    position: absolute;
    right: 0;
    top: 0;
}
.media:hover .media-link {
    color: var(--primary) !important;
}
.media-text {
    flex: 1;
}
.media:hover .media-image img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}
.widget-header {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.widget-header .header-box:after {
    content: "";
    background: var(--primary);
    width: 32px;
    height: 3px;
    display: block;
}
.inline-grid-3 .widget-header .header-box:after {
    background: var(--active);
}
.header-more {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}
.widget-header .widget-title {
    margin: 0;
    font-weight: 600;
    text-transform: uppercase;
    padding: 10px 0 7px;
    font-size: 16px;
    color: #444;
}
.widget.inline-grid-2 .widget-title {
    color: #fff;
}
.headline-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.content-headline {
    width: 776px;
    border: 1px solid #dbdbdb;
    padding: 16px;
    display: flex;
    flex-wrap: wrap;
}
.media-category {
    color: var(--primary);
    margin-top: 5px;
    display: block;
    font-size: 13px;
}
.content-popular {
    width: 280px;
    border-bottom: 1px solid #dbdbdb;
}
.article-row {
    margin-top: 15px;
}
.article-text {
    color: #222;
    max-width: 756px;
    line-height: 1.25rem;
}
.article-text a {
    color: var(--primary);
}
.widget.latest-area > *:first-child {
    margin-top: 0;
}

.headline-area {
    margin-top: 20px;
}
.content-headline .media:first-child {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #dbdbdb;
    align-items: flex-start;
    padding-bottom: 16px;
    margin-top: 0;
    padding-left: 0 !important;
}

.content-headline .media:first-child .media-image {
    height: 0;
    width: 487px;
    padding-bottom: 373px;
}
.content-headline .media .media-title {
    font-size: 14px;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.content-headline .media:first-child .media-title {
    margin: 0;
    font-size: 24px;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.content-headline .media:first-child .media-text {
    max-width: 220px;
}
.content-headline .media .media-text {
    color: #444;
}
.content-headline .media .media-image {
    height: 0;
    width: 72px;
    padding-bottom: 72px;
    margin-left: 15px;
}
.content-headline .media {
    width: 50%;
    display: flex;
    align-items: center;
    margin-top: 16px;
}
.content-headline .media:nth-child(2n) {
    padding-right: 16px;
    border-right: 1px solid #dbdbdb;
}

.content-headline .media:nth-child(2n+1) {
    padding-left: 16px;
}
body.category .widget.headline {
    margin-bottom: 30px;
}
.content-popular .media {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 15px;
}

.content-popular .media-title {
    font-size: 16px;
    margin: 0;
}
.media-counter {
    color: #cbcbcb;
    font-size: 18px;
    width: 50px;
    text-align: center;
    margin-left: -15px;
}
.media-title {
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.content-popular .widget-content {
    height: 330px;
    overflow: auto;
    margin-bottom: 16px;
}
.headline-area .widget {
    margin-bottom: 30px;
}
body.category .content-headline {
    width: 756px;
}

body.category .content-headline .media:first-child {
    padding: 0;
    border: 0;
}
.loading {
    width: 32px;
    height: 32px;
    position: relative;
    margin: 12px auto;
    display: none;
}

.loading .double-bounce1, .loading .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--primary);
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: 2s ease-in-out infinite sk-bounce;
    animation: 2s ease-in-out infinite sk-bounce
}

.loading .double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-bounce {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bounce {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
.no-more {
    color: #666666;
    font-size: 12px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 5px;
    font-weight: 500;
    padding: 15px 0;
}
.no-more svg {
    color: var(--primary);
    height: 16px;
}
.grid .grid-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-top: -15px;
}

.grid .grid-item {
    padding: 0 8px;
    margin-top: 15px;
}
.grid.column6 .grid-item {
    width: 16.666666%;
}
.grid.column3 .grid-item {
    width: 33.333333%;
}
.grid .media-image {
    height: 0;
    width: 100%;
    padding-bottom: 56%;
    margin-bottom: 10px;
}

.grid .media-title {
    font-size: 14px;
}
.grid-footer {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

.grid-footer .header-more {
    background: var(--primary);
    font-weight: normal;
    padding: 7px 10px;
    text-transform: none;
    color: #fff;
}
.widget.inline-grid-2 {
    background: var(--bg2);
    border: 1px solid var(--bg2);
    padding: 13px;
    padding-top: 0px;
    color: #fff;
}
.inline-grid-2 .media-image:before {
    background: #3c3c3c;
}

.inline-grid-2 .media-image:after {
    background-image: linear-gradient(90deg, rgb(116 116 116) 0, rgba(116, 116, 116, .2) 20%, rgba(116, 116, 116, .5) 60%, rgba(116, 116, 116, 0));
}
.widget.inline-grid-2  .header-more, .widget.inline-grid-2 .media-link {
    color: #fff;
}
.widget.inline-grid-3 {
    background: var(--primary);
    border: 1px solid var(--primary);
    padding: 13px;
    padding-top: 0px;
    color: #fff;
}
.inline-grid-3 .widget-title {
    color: #fff;
}
.widget.inline-grid-3 .header-more, .widget.inline-grid-3 .media-link {
    color: #fff;
}
.inline-grid-3 .grid-footer .header-more {
    background: #333;
}
.widget.inline-grid-3 .media:hover .media-link {
    color: var(--active) !important;
}
.widget.inline-grid {
    background: #f2f4f5;
    border: 1px solid #e1e1e1;
    padding: 13px;
    padding-top: 0px;
}
.inline-grid-2 .media-category, .inline-grid-3 .media-category {
    color: var(--active);
}
.latest-area > .widget {
    margin-top: 15px;
    margin-bottom: 30px;
}

.article-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.center {
    display: block;
    margin: 0 auto;
}

figure {
    display: block;
}
.article {
    width: 756px;
    display: flex;
    flex-wrap: wrap;
}
.article-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px;
    margin-top: 15px;
    padding-bottom: 15px;
}

.article-item .media-image {
    height: 0;
    width: 270px;
    padding-bottom: 20%;
}
.info {
    border-top: 1px solid #dbdbdb;
    padding-top: 15px;
    text-align: center;
    margin-top: 15px;
}
.status {
    text-align: center;
}
.trigger {
    color: var(--primary);
    background: transparent;
    border: 1px solid var(--primary);
    padding: 10px 13px;
    text-transform: uppercase;
    font-size: 15px;
    cursor: pointer;
    display: inline-flex;
    gap: 10px;
    margin: 0 auto;
}
.trigger svg {
    height: 14px;
}
.trigger:hover {
    background: var(--primary);
    color: #fff;
}
.no-more {
    display: none;
}
.breadcrumb {
    margin-bottom: 10px;
}
.breadcrumb ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.breadcrumb ul li {
    display: flex;
    align-items: center;
}

.breadcrumb ul li svg {
    height: 12px;
    width: 12px;
    margin: 0 10px;
    color: #909090;
}
.article-header h1 {
    margin: 0;
    font-size: 26px;
    margin-bottom: 10px;
    line-height: 1.5;
    color: #333;
}
.article-author, .article-date {
    color: #555;
    margin-bottom: 10px;
}

.article-author a {
    color: var(--primary);
}
.share-title {
    color: #444;
}
.share ul {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5px;
}
.share-box a {
    background: #919191;
    color: #fff;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50em;
    position: relative;
}
.share-box svg {
    height: 16px;
}
.share-box a.facebook {
    background: #3b5998;
}

.share-box a.twitter {
    background: #000;
}

.share-box a.whatsapp {
    background: #25d366;
}

.share-box a.telegram {
    background: #0088cc;
}
.share-box a.copied::before {
    content: attr(data-title);
    width: auto;
    background: #333;
    padding: 2px 5px;
    border-radius: 4px;
    font-size: 10px;
    white-space: nowrap;
    top: 40px;
    position: absolute;
    color: #fff;
    text-align: center;
}
.share {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
    font-size: 14px;
    font-weight: 500;
}
.article-detail > .share {
    margin-top: 15px;
}
.article-featured img {
    width: 100%;
    height: auto;
}

.article-featured figcaption, .article-text figcaption {
    color: #909090;
    font-size: 12px;
}
.article-detail .article-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.article-content.notfull .article-box {
    max-width: 580px;
}
.article-detail .article-adv {
    margin-left: 16px;
    z-index: 2;
    width: 160px;
    margin-top: 8px;
}
.article-detail .sticky-post {
    z-index: 2;
    position: sticky;
    top: 105px;
}
.parallxads {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 300px;
    position: relative;
    left: 0;
    right: 0;
    margin-bottom: 0;
    background: #111;
}

.parallxads:before {
    content: var(--txtparallax);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 9px;
    z-index: 1;
    background: var(--primary);
    padding: 2px 0;
}

.parallxads-wrap {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto);
}

.parallxads-box {
    height: auto;
    position: fixed;
    top: 88px;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
    width: 100%;
    text-align: center;
    max-width: 756px;
}

.notfull .parallxads-box {
    max-width: 580px;
}
.article-detail .pagination-post {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 15px;
    border: 1px solid #dbdbdb;
    border-left: 0;
    border-right: 0;
    padding: 10px 0;
}
.article-detail .paginationPostNum {
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    flex: 1
}
.article-detail .paginationPostLink {
    padding-right: 13px;
    font-size: 14px;
    text-align: left
}
.article-detail .paginationPostNav a .btn-next,.article-detail .showall-page a {
    position: relative;
    display: inline-flex;
    align-items: center;
    line-height: 1.4;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid transparent;
    font-size: 13px;
    padding: 5px 12px;
    background: var(--primary);
    color: #fff;
    font-weight: 500;
}
.article-detail .paginationPostNav a:hover .btn-next, .article-detail .showall-page a:hover {
    background: transparent;
    border-color: var(--primary);
    color: var(--primary);
}
.article-detail .paginationPostNav a .btn-next svg {
    height: 12px;
    margin-left: 10px
}
.article-detail .paginationPostLabel {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    margin-right: 10px;
    font-weight: 500;
    color: #444;
}
.article-detail .paginationPostLink a,.article-detail .paginationPostLink span {
    border-radius: 50%;
    background: #909090;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-flex;
    margin: 0;
    padding: 6px 11px;
    line-height: 1.2;
    justify-content: center;
    align-items: center;
}
.article-detail .paginationPostLink .post-page-numbers.current {
    background: #414141;
    color: #fff
}
.tag-post {
    margin-bottom: 15px;
}

.tag-post ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tag-post ul a {
    color: var(--primary);
    display: block;
    padding: 5px 10px;
}

.tag-post ul li {
    border: 1px solid var(--primary);
}

.tag-post ul li:hover a {
    background: var(--primary);
    color: #fff;
}
.related .media-title {
    font-size: 14px;
}

.related .related-box {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.related .media {
    width: calc(50% - 10px);
    padding: 6px 0;
    border-bottom: 1px solid #e1e1e1;
}

.article-detail > .widget {
    margin-bottom: 30px;
}
.redaksi {
    margin-bottom: 30px;
    background: #f2f4f5;
    border: 1px solid #e1e1e1;
    padding: 13px;
    padding-top: 13px;
}

.redaksi.hide .redaksi-content {
    display: none;
}

.redaksi-content {
    padding-top: 15px;
}
.redaksi .btn-redaksi {
    appearance: none;
    user-select: none;
    padding: 0;
    transition: .2s;
    position: relative;
    background: 0 0;
    border: 1px solid transparent;
    border-radius: 3px;
    width: auto;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
    cursor: pointer
}
.btn-redaksi .icon-arrow {
    display: flex;
    margin-left: 2px;
    -webkit-box-pack: center;
    justify-content: center;
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 18px;
    max-width: 18px;
    height: 18px;
    background-position: center;
    background-size: 12px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.2.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3E%3C/svg%3E");
    transform: rotate(180deg);
}
.redaksi.hide .btn-redaksi .icon-arrow {
    transform: unset;
}
.redaksi .label-btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
}
.redaksi .author-item {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
}
.redaksi .author-image {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0;
    width: 37px;
    height: 37px;
    background: #eee;
    color: #fff;
    border-radius: 50%;
    margin-right: 6px;
    overflow: hidden;
    position: relative
}
.redaksi .author-image a {
    display: block;
    height: 100%;
    width: 100%
}
.redaksi .author-text {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    padding-right: 8px;
    color: #444;
}
.redaksi .author-name {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
}
.redaksi .author-name svg {
    color: var(--primary);
    height: 14px;
    margin-left: 6px;
    display: block
}
.redaksi .author-role {
    color: #999;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400
}
.redaksi-header {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: space-between;
}
.redaksi .redaksi-avatar-box .image-ava {
    margin-right: -14px;
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 50%;
    background: #eee;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    position: relative
}
.redaksi .author-image img,.redaksi .redaksi-avatar-box .image-ava img {
    display: block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute
}
.bacajuga-box {
    display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
}

.bacajuga .media-image {
    width: 100px;
    padding-bottom: 75px;
}

.bacajuga .media-link {
    font-weight: 600;
    flex: 1;
    font-size: 14px;
    color: #222;
}
.bacajuga strong {
    display: block;
    margin-bottom: 10px;
    color: var(--primary);
    font-size: 16px;
}

.bacajuga {
    padding: 10px;
    border: 1px solid #dddddd;
}
.sidebar {
    width: 300px;
}

.popularpos .media {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 15px;
}

.popularpos .media-title {
    font-size: 14px;
}

.list .media-image {
    height: 0;
    width: 100%;
    padding-bottom: 56%;
}

.list .media-text {
    position: absolute;
    bottom: 0;
    z-index: 1;
    padding: 15px;
    text-align: center;
    left: 0;
    right: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
}

.list .media-title {
    font-size: 14px;
    -webkit-line-clamp: 2;
    background: var(--primary);
    padding: 10px;
}

.list .media-link {
    color: #fff;
}

.list .media {
    margin-bottom: 20px;
}
.list .media:hover .media-link {
    color: var(--active) !important;
}
.media-icon {
    background: #0009;
    color: #fff;
    z-index: 2;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 7px 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.icon-camera {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpath d='M23 19a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h4l2-3h6l2 3h4a2 2 0 0 1 2 2z'%3E%3C/path%3E%3Ccircle cx='12' cy='13' r='4'%3E%3C/circle%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
}
.icon-play {
    width: 15px;
    height: 15px;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' stroke='%23fff' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolygon points='5 3 19 12 5 21 5 3'%3E%3C/polygon%3E%3C/svg%3E");
}
.list .media-icon {
    top: 0;
    bottom: unset;
}
.sidebar .header-more {
    color: var(--primary);
}
.opini .widget-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}

.opini .media {
    width: 50%;
    padding: 10px;
}

.opini .media-text {
    border: 1px solid #dbdbdb;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.sticky-ads-left {
    position: fixed;
    top: 100px;
    left: 49%;
    margin-left: -700px;
    z-index: 98;
    text-align: left;
    width: 160px;
}
.opini .media-avatar {
    padding: 10px;
    background: #f1f1f1;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

.opini .media-avatar .media-author {
    font-size: 12px;
    display: -webkit-box;
    margin: 0;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #444;
}

.opini .media-avatar .media-image {
    width: 80px;
    padding-bottom: 74px;
    border-radius: 50em;
    overflow: hidden;
    margin-bottom: 5px;
    border: 3px solid #cbcbcb;
    margin-top: -50px;
}

.opini .media-title {
    margin-bottom: 60px;
    font-size: 14px;
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 10px;
    -webkit-line-clamp: 5;
}
.opini .media:hover .media-image img {
    transform: none;
}
.sticky-ads-right {
    position: fixed;
    top: 100px;
    right: 49%;
    margin-right: -700px;
    z-index: 98;
    text-align: left;
    width: 160px;
}
.wp-block-gallery {
    align-items: unset !important;
    flex-wrap: unset !important;
    align-items: unset !important;
    gap: unset !important;
    display: block !important;
    max-width: 100% !important;
    overflow: hidden !important;
}

.slick-gallery figcaption {
    text-align: left !important;
    font-size: 12px;
    margin-top: 10px;
    flex-grow: unset !important;
    flex-basis: unset !important;
    display: block !important;
    line-height: 1.5;
}

.slick-gallery .spotlight {
    overflow: hidden;
    height: 0 !important;
    position: relative !important;
    display: block !important;
    padding-bottom: 60%;
}

.slick-gallery .spotlight img {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    object-fit: cover;
}

.wp-block-gallery .btn-prev, .wp-block-gallery .btn-next {
    position: absolute;
    z-index: 2;
    top: 185px;
    background-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    background: #00000080;
}

.wp-block-gallery .btn-next {
    right: 5px;
}

.wp-block-gallery .btn-prev {
    left: 5px;
}

.wp-block-gallery .btn-prev svg, .wp-block-gallery .btn-next svg {
    height: 22px;
}

.wp-block-gallery .slick-gallery .spotlight:after {
    /* content: ""; */
    background-image: url("data:image/svg+xml,%3Csvg style='fill:%23fff;' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 392.619 392.619' xml:space='preserve'%3E%3Cg%3E%3Cpolygon points='149.206,222.201 103.831,267.576 103.846,216.848 73.309,247.384 73.31,319.31 145.235,319.31 175.772,288.773 125.044,288.788 170.418,243.414 170.418,222.201 '/%3E%3Cpolygon points='243.414,170.418 288.788,125.043 288.773,175.771 319.31,145.235 319.309,73.309 247.384,73.309 216.847,103.846 267.575,103.831 222.201,149.205 222.201,170.418 '/%3E%3Cpolygon points='170.418,149.206 125.043,103.831 175.771,103.845 145.235,73.309 73.309,73.309 73.309,145.235 103.845,175.771 103.83,125.044 149.205,170.418 170.418,170.418 '/%3E%3Cpolygon points='288.789,267.576 243.414,222.201 222.201,222.201 222.201,243.414 267.576,288.789 216.848,288.774 247.385,319.31 319.31,319.31 319.31,247.384 288.774,216.848 '/%3E%3Cpath d='M310.724,0.929H81.896C36.738,0.929,0,37.667,0,82.825v226.97c0,45.157,36.738,81.896,81.896,81.896h228.828 c45.157,0,81.896-36.738,81.896-81.896V82.825C392.619,37.667,355.881,0.929,310.724,0.929z M362.619,309.795 c0,28.615-23.28,51.896-51.896,51.896H81.896C53.28,361.69,30,338.41,30,309.795V82.825c0-28.616,23.28-51.896,51.896-51.896 h228.828c28.615,0,51.896,23.28,51.896,51.896V309.795z'/%3E%3Cpolygon style='fill:%2300000080;' points='243.414,222.201 279.645,222.201 279.645,170.418 243.414,170.418 222.201,170.418 222.201,149.205 222.201,112.974 170.418,112.974 170.418,149.206 170.418,170.418 149.205,170.418 112.974,170.418 112.974,222.201 149.206,222.201 170.418,222.201 170.418,243.414 170.418,279.645 222.201,279.645 222.201,243.414 222.201,222.201 '/%3E%3C/g%3E%3C/svg%3E");
    background-color: #000000d9;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 2;
    display: block;
    width: 35px;
    height: 35px;
    background-size: 21px;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 5px;
}

.wp-block-gallery .slick-dots li.slick-active button {
    display: block;
    margin-right: 3px;
}

.wp-block-gallery .slick-dots li button {
    display: none;
    background: unset;
    width: unset;
    height: unset;
    color: unset;
}

.wp-block-gallery .slick-dots {
    display: none !important;!i;!;
    width: 100%;
    padding: 11px;
    background: #e7e7e7;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-family: Montserrat,sans-serif;
    counter-reset: section;
    list-style: none;
    border: 1px solid #e5e5e5;
    position: relative;
    margin-top: 15px;
    color:    var(--active);
}

.wp-block-gallery .slick-dots button {
    background: transparent;
    border: 0;
    outline: 0;
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
}

.wp-block-gallery .slick-dots li:after {
    counter-increment: section;
    content: "dari " counter(section) "";
}

.wp-block-gallery .slick-dots li:after {
    font-size: 0;
    display: block;
}

.wp-block-gallery .slick-dots li:last-child::after {
    font-size: 14px;
    line-height: 1;
}

.wp-block-gallery .slick-dots li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    height: unset;
    width: unset;
    margin: unset;
}

figure {
    max-width: 100% !important;
}

.sidebar .widget {
    margin-bottom: 30px;
}
.list2 .media-title {
    font-size: 14px;
    margin-bottom: 5px;
}

.list2 .media-image {
    width: 90px;
    padding-bottom: 90px;
}

.list2 .media {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 15px;
}

.list2 .media:first-child {
    flex-direction: column;
}

.list2 .media:first-child .media-image {
    width: 100%;
    padding-bottom: 56%;
    height: 0;
}
.timeago {
    font-size: 12px;
    color: #909090;
}
.list2 .media:first-child .timeago {
    display: none;
}
.sidebar .widget:last-child {
    position: sticky;
    top: 100px;
}
.sticky-ads-left .widget, .sticky-ads-right .widget {
    flex: 1 1 0%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    min-height: 600px;
    text-align: center;
    display: block;
    background-color: #eeeeee;
    overflow: visible;
    max-width: 160px;
}
.notfound {
    display: flex;
    flex-direction: column;
    align-content: center;
    width: 100%;
    align-items: center;
    padding: 100px 0;
    padding-top: 70px;
}
.notfound-title h1 {
    font-size: 130px;
    line-height: 0;
    color: #444;
}

.notfound-title {
    text-align: center;
}

.notfound-title .oops {
    font-size: 26px;
    color: var(--primary);
    font-weight: 600;
    margin-top: -41px;
}
.notfound-desc {
    text-align: center;
    color: #444;
}
.notfound-button a {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    background: var(--primary);
    color: #fff;
    padding: 10px;
    border: 1px solid var(--primary);
}
.notfound-button a:hover {
    background: transparent;
    color: var(--primary);
}
.notfound-button svg {
    height: 16px;
}
.page-template-default .article-row {
    display: flex;
    flex-direction: column;
    align-content: center;
}
.article-wrapper {
    width: 100%;
}
#startCategory, #startDate {
    padding: 12px;
    border: 1px solid rgba(0,0,0,.1);
    background-color: transparent;
    z-index: 2;
    padding-right: 40px;
    appearance: none;
    outline: 0;
    min-width: 200px;
}
.btn-form-indeks {
    cursor: pointer;
    width: 100px;
    padding: 9px;
    font-weight: 700;
    -webkit-appearance: none;
    text-align: center;
    text-transform: uppercase;
    background: var(--primary);
    color: #fdfdfd;
    border: 1px solid var(--primary);
}

.widget-subheader {
    margin-bottom: 15px;
    display: flex;
    gap: 10px;
}
.btn-form-indeks:hover {
    background-color: transparent;
    color: var(--primary);
}
.subcategory:before {
    content: "";
    position: absolute;
    top: 16px;
    right: 16px;
    height: 6px;
    width: 6px;
    display: block;
    border: solid #727272;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}


.subcategory, #boxDate {
    position: relative;
}
#boxDate svg {
    height: 16px;
    color: #727272;
    position: absolute;
    right: 14px;
    top: 14px;
}
#comments,#respond {
    margin-bottom: 20px;
    border-radius: 12px
}
.comment-respond {
    border-radius: 12px
}
.comment-reply-title small a {
    text-transform: capitalize;
    margin-left: 5px;
    display: block
}
.comment-notes {
    line-height: 1.4;
    font-size: 13px;
    color: #6f6f6f
}
input#author,input#email {
    margin: 0 0 10px;
    background: #fff;
    width: 100%;
    padding: 10px;
    font-size: 13px;
    border-radius: 6px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.15);
}
textarea#comment {
    background: #fff;
    border: 1px solid #e6e6e6;
    width: 100%;
    resize: unset;
    font-size: 13px;
    padding: 10px 10px 60px;
    height: 166px!important;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 15%);
    overflow: hidden;
}
input#author,input#email,textarea#comment:focus {
    outline: 0;
    border: 1px solid #e6e6e6
}
.commentBox {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}
p.form-submit {
    margin: 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 0 0 12px 12px;
    width: calc(100% - 2px);
    resize: unset;
    text-align: right;
    padding: 10px;
    border-top: 1px solid #e6e6e6;
    position: absolute;
    right: 1px;
    bottom: 8px;
    background: #fff;
    left: 1px
}
p.form-submit:after {
    content: "";
    position: absolute;
    right: 17px;
    background-image: url("data:image/svg+xml,%0A%3Csvg class='svg-icon' style='fill:%23fff;width: 1em;height: 1em;vertical-align: middle;overflow: hidden;' viewBox='0 0 1024 1024' version='1.1' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M276.48 289.877333l20.906667 83.754667a42.666667 42.666667 0 0 1-82.773334 20.736l-42.666666-170.666667a42.666667 42.666667 0 0 1 59.434666-49.066666l640 298.666666a42.666667 42.666667 0 0 1 0 77.354667l-640 298.666667a42.666667 42.666667 0 0 1-59.093333-50.346667l85.333333-298.666667A42.666667 42.666667 0 0 1 298.666667 469.333333h170.666666a42.666667 42.666667 0 0 1 0 85.333334H330.837333l-50.773333 177.792L752.426667 512 276.48 289.877333z' /%3E%3C/svg%3E");
    width: 20px;
    height: 20px;
    top: 15px
}
p.form-submit input[type=submit] {
    font-size: 13px;
    display: inline-block;
    padding: 5px 30px 5px 10px;
    line-height: 1.4;
    cursor: pointer;
    vertical-align: top;
    background: var(--primary);
    border: 1px solid var(--primary);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    color: #fff
}
.comment-reply-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 600
}
.notif {
    line-height: 1.4;
    font-size: 14px;
    color: #444;
    padding: 15px;
    margin: -16px;
    border: 0;
    background: #fff;
    text-align: center
}
.notif-header {
    font-weight: 600;
}
.notif-image svg {
    height: 100px;
    color: #d7d7d7;
}
h2.comments_title {
    display: block;
    border: none;
    margin: 10px 10px 20px;
    padding: 0;
    font-weight: 700;
    line-height: 1.4;
    font-size: 18px
}
.commentBodyText,.notfound-desc,p.logged-in-as {
    font-size: 13px;
    color: #666
}
.commentsArea>ol {
    padding: 0;
    margin: 0;
    list-style: none
}
.commentsArea li {
    margin: 0 0 15px;
    padding: 15px 0;
    border-bottom: 1px solid #e6e6e6
}
.commentAvatar {
    margin: 0 10px 0 0;
    width: 50px;
    height: 50px;
    position: relative;
    overflow: hidden;
    border-radius: 50em;
    background: #e4e4e4;
    float: left
}
.commentAvatar img {
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: relative;
    height: 100%
}
.commentBodyText {
    line-height: 1.4;
    display: block;
    word-wrap: break-word;
    margin: 5px 0 0
}
.commentAuthorName {
    color: #444;
    font-size: 16px;
    font-weight: 600
}
.commentHeader time {
    font-size: 12px;
    color: #999
}
.commentBodyFooter {
    font-size: 12px;
    color: #a7a7a7;
    margin: 10px 0 0;
    display: flex;
    align-items: center
}
.commentBodyFooter a {
    margin-right: 15px;
    color: #a7a7a7
}
.comment-btnshare {
    display: flex;
    color: #a7a7a7;
    align-items: center
}
.comment-share-button {
    display: flex;
    align-items: center
}
.comment-share-button a {
    width: 22px;
    height: 22px;
    font-size: 14px;
    vertical-align: middle;
    background: #a7a7a7;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    margin: 0 0 0 5px;
    color: #fff;
    line-height: 14px;
    justify-content: center;
    align-items: center
}
.comments-pagination a,.comments-pagination span,.notfound-button a {
    position: relative;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    background: var(--primary)
}
.commentBodyModeration {
    background: #a7a7a7;
    color: #fff;
    padding: 3px 7px;
    border-radius: 3px;
    font-size: 12px
}
.commentsArea ol,.commentsArea ul {
    list-style: none
}
.commentBodyText p {
    display: inline
}
.commentReplyTo {
    display: inline-flex;
    font-weight: 600;
    align-items: flex-start;
    flex-wrap: wrap
}
.commentReplyTo svg {
    height: 14px;
    margin-right: 6px
}
.comments-pagination {
    display: block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    text-align: center;
    position: relative
}
.comments-pagination a,.comments-pagination span {
    font-size: 16px;
    display: inline-flex;
    line-height: 1.4;
    padding: 8px 16px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    align-items: center;
    width: auto;
    flex-wrap: wrap
}
.comments-pagination span.current {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: var(--primary);
    border-color: var(--primary)
}
.comments-pagination a svg,.notfound-button svg {
    height: 14px;
    margin-left: 10px
}
.comment-form-cookies-consent label {
    font-size: 13px;
    margin-left: 35px;
    margin-top: 3px;
}
.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}
.comment-form-cookies-consent #wp-comment-cookies-consent {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    width: 100%;
    height: 100%;
}
.comment-form-cookies-consent label:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #c9c9c9;
    display: block;
    cursor: pointer;
    font-size: 17px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
}
.comment-form-cookies-consent #wp-comment-cookies-consent:checked ~ ::before {
    content: "";
    background: var(--primary);
}
.comment-form-cookies-consent #wp-comment-cookies-consent:checked ~ ::after {
    left: 10px;
    top: 6px;
    width: 7px;
    height: 12px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    top: 5px;
    left: 9px;
}
#comments,#respond,.comment-respond {
    background: #f4f4f4;
    padding: 16px;
    overflow: hidden;
    color: #444;
}

.comment-form {
    position: relative;
}

.commentBody {
    flex: 1;
}
footer.footer {
    background: var(--bg2);
    color: #cbcbcb;
    font-size: 12px;
}

footer.footer .container > * {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ffffff21;
    position: relative;
}

footer.footer .container > *:last-child {
    border: 0;
}
.footer-bottom {
    text-align: center;
}

.footer-top {
    display: flex;
    justify-content: space-between;
}
.footer-top img {
    height: 48px !important;
    width: auto;
}
.on-top {
    background: var(--primary);
    border: 0;
    outline: 0;
    color: #fff;
    width: 34px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50em;
    position: absolute;
    right: 0;
    top: -17px;
    cursor: pointer;
}
.footer-center {
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer .widget-header .widget-title {
    font-weight: 400;
    padding: 0;
    color: #fff;
}

.footer-center ul.menu {
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin: 0 -5px;
}

footer.footer a {
    color: #cbcbcb;
}

.footer-center ul.menu li {
    width: 33.333333%;
    padding: 0 5px;
    margin-bottom: 12px;
}
.footer-center ul.menu li.live {
    display: none;
}
.footer-center > * {
    max-width: 33.333333%;
}
.social .social-box {
    display: flex;
    gap: 5px;
}

.social svg {
    width: 16px;
    height: 16px;
    color: #fff;
}

.social a {
    background: #909090;
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50em;
}

.social a.facebook:hover {
    background: #39579a;
}
.social a.twitter:hover {
    background: #000;
}
.social a.whatsapp:hover {
    background: #25d366;
}
.social a.telegram:hover {
    background: #08c;
}
.social a.instagram:hover {
    background: #5851db;
    background: -moz-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
    background: -webkit-radial-gradient(left bottom,ellipse cover,#ffdc80 15%,#e1306c 55%,#5851db 100%);
    background: radial-gradient(ellipse at left bottom,#ffdc80 15%,#e1306c 55%,#5851db 100%);
}
.social a.youtube:hover {
    background: #fe0032;
}
.social a.tiktok:hover {
    background: #000;
}
.footer-bottom .menu {
    display: flex;
    list-style: none;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}

.footer-bottom .menu li:after {
    content: "|";
    margin: 0 5px;
}

.footer-bottom .menu li:last-child::after {
    display: none;
}

.footer ul li.live a:before {
    content: "";
    display: block;
    background-color: var(--primary);
    top: 7px;
    left: 6px;
    border-radius: 9999px;
    position: absolute;
    width: 6px;
    height: 6px;
}
.footer ul li.live:hover a {
    background: var(--primary);
}

.footer ul li.live:hover a:before {
    background-color: var(--bg2);
}
.footer ul li.live a span {
    padding-left: 20px;
}

.footer ul li.live a {
    padding: 0px;
    border: 1px solid var(--primary);
    padding-right: 10px;
    text-transform: uppercase;
    position: relative;
}
.footer ul li.live:hover:after {
    display: none;
}
.ads-sticky-bottom {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 728px;
    z-index: 999;
    height: auto;
    text-align: center;
    background: hsla(0,0%,100%,.8);
    min-height: 60px;
    max-height: 90px;
    left: 0;
    right: 0
}
.btn-ads-close {
    position: absolute;
    background: #767575;
    display: flex;
    right: calc(50% - 35px);
    top: -24px;
    padding: 2px 2px 2px 10px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    border-radius: 50em;
    align-items: center;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
}
.ads-close-icon {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: flex;
    width: 17px;
    height: 17px;
    background: #e3e2e2;
    align-items: center;
    justify-content: center;
    border-radius: 50em;
    margin-left: 5px;
}
.ads-close-icon:after,.ads-close-icon:before {
    content: "";
    position: absolute;
    top: 45%;
    right: 2px;
    width: 65%;
    height: 2px;
    background: #666;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}
.ads-close-icon:before {
    content: "";
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.header-brand .logo-darkmode {
    display: none;
}
.darkmode .header-brand .logo-light {
    display: none !important;
}
.darkmode .header-brand .logo-darkmode {
    display: block;
}
body.darkmode .opini .media-avatar, body.darkmode .header-bottom, body.darkmode #comments, body.darkmode #respond, body.darkmode .comment-respond {
    background-color: #2d2d2d;
}
body.darkmode, body.darkmode .header-input-search, body.darkmode .header-search-wrapper .btn-search, body.darkmode #startCategory, body.darkmode input#author, body.darkmode input#email, body.darkmode textarea#comment, body.darkmode p.form-submit, body.darkmode .notif {
    background-color: #1e1e1e;
}
body.darkmode, body.darkmode a, body.darkmode .opini .media-avatar .media-author, body.darkmode #startCategory, body.darkmode #startDate, body.darkmode .notfound-title h1, body.darkmode .article-header h1, body.darkmode .share-title, body.darkmode .article-text, body.darkmode .widget-header .widget-title, body.darkmode .article-detail .paginationPostLabel, body.darkmode .redaksi .btn-redaksi, body.darkmode .redaksi .author-text, body.darkmode .notfound-desc, body.darkmode .header-input-search, body.darkmode .header-search-wrapper .btn-search, body.darkmode #comments, body.darkmode #respond, body.darkmode .comment-respond, body.darkmode .commentAuthorName, body.darkmode .commentBodyText p, body.darkmode .commentBodyText, body.darkmode input#author, body.darkmode input#email, body.darkmode textarea#comment, body.darkmode p.form-submit, body.darkmode .notif, body.darkmode .bacajuga .media-link {
    color: #fff;
}
body.darkmode .content-headline, body.darkmode .content-headline .media, body.darkmode #startCategory, body.darkmode #startDate, body.darkmode .opini .media-text, body.darkmode .opini .media-avatar .media-image, body.darkmode .info, body.darkmode .related .media, body.darkmode .content-popular, body.darkmode .article-detail .pagination-post, body.darkmode .bacajuga, body.darkmode .commentsArea li, body.darkmode input#author, body.darkmode input#email, body.darkmode textarea#comment, body.darkmode p.form-submit {
    border-color: #444;
}
body.darkmode .widget.inline-grid, body.darkmode .redaksi {
    background: #363636;
    border-color: #454545;
}
body.darkmode .content-headline .media .media-text {
    color: #eee;
}
body.darkmode .article-text a,
body.darkmode .article-author a {
    color: var(--primary);
}
body.darkmode .article-author, body.darkmode .article-date, body.darkmode .comment-notes, body.darkmode .commentBodyText, body.darkmode .notfound-desc, body.darkmode p.logged-in-as, body.darkmode .media-counter, body.darkmode .notif-image svg {
    color: #999;
}
body.darkmode .banner:before {
    background-color: #363636;
}
body.darkmode .btn-redaksi .icon-arrow {
    filter: brightness(0) invert(1);
}
body.darkmode .header-bottom ul li a:hover {
    background: transparent;
    color: #fff;
    border-color: #fff;
}
body.darkmode .header-search, body.darkmode .header-search-icon.close {
    background: #292929;
}