:root {
  --color1: #1870ab;
  --color2: #FF9800;
  --menu1: #F44336;
  --menu2: #E91E63;
  --menu3: #9C27B0;
  --menu4: #673AB7;
  --menu5: #3F51B5;
  --menu6: #2196F3;
--widthparallaxmobile: 300px;
--heightparallaxmobile: 600px;
--textparallax: "Scroll untuk lanjut membaca";
}
::-webkit-scrollbar-track {
    background: #faf9f8;
}
::-webkit-scrollbar-thumb {
    background: #c8c6c4;
}
::-webkit-scrollbar {
    width: 6px;
}
html {
    line-height: 1.5;
    text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}
*, ::before, ::after {
    box-sizing: border-box;
}

a, button, 
a:focus, button:focus {
    outline: 0px;
    border:0px;
    text-decoration: none;
}
img {
    max-width: 100%;
    height:auto;
}
::-webkit-scrollbar {
    width: 6px;
}
::-webkit-scrollbar-thumb {
    background: #c8c6c4;
}
::-webkit-scrollbar-track {
    background: #faf9f8;
}

@-webkit-keyframes shimmer{
    100%{
        transform:translateX(100%)
    }
}
@keyframes shimmer{
    100%{
        transform:translateX(100%)
    }
}
body {
    color: #333333;
    margin: 0px;
    font-family: Heebo, sans-serif;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
    text-rendering: optimizelegibility;
    position: relative;
    overflow-x: hidden;
    background-color: #d1d1d1;
}

.main {
    max-width: 728px;
    margin: auto;
    width: 100%;
    overflow: hidden;
    padding: 15px 0;
}

.main .billboard .widget {
    margin: 0;
    margin-bottom: 15px;
    padding: 0 15px;
}
.main .billboard > .widget img {
    display: block;
}
.content {
    background: #ffffff;
    max-width: 728px;
    margin: auto;
    position: relative;
}


/* HEADLINE */
.widget.slider {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.headline {
    overflow: hidden;
}
.headline .headline-scroll {
    margin-bottom: -20px;
    padding-bottom: 20px;
    overflow-y: hidden;
    overflow-x: scroll;
}
.headline .headline-box {
    width: 100%;
    padding: 0px;
    display: flex;
    gap: 15px;
    padding-left: 15px;
    padding-right: 15px;
    flex-wrap: nowrap;
}
.headline .headline-item {
    height: auto;
    width: 272px;
}
.headline .headline-image {
    width: 272px;
    height: 0;
    border-radius: 6px;
    background: #eeeeee;
    overflow: hidden;
    position: relative;
    padding-bottom: 65%;
}
.headline .headline-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.headline .headline-image:after {
    position: absolute;
    top: 0;
    right: 0;
    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: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}
.headline .headline-image img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    z-index: 2;
    position: absolute;
}
.headline .headline-content {
    padding-top: 10px;
}
.headline .headline-item:last-child .headline-content {
    width: 287px;
    padding-right: 15px;
}
.headline .headline-title h2 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.headline .headline-title h2 a {
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
}
.headline .headline-author {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}
.headline .headline-author img {
    margin-right: 6px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.headline .headline-author-name {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    font-weight: 500;
    word-break: break-all;
    white-space: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #767676;
}
.headline .headline-author .icon-verification {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/verifikasi.svg");
    background-size: 15px;
    background-repeat: no-repeat;
}
.headline .headline-more {
    display: flex;
    flex: 1 1 0%;
    margin-top: 12px;
    -webkit-box-align: center;
    align-items: center;
}
.headline .headline-more .headline-button {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}
.headline .headline-more .icon-share {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
}
.headline .headline-more .btn-like {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 4px;
    min-width: 52px;
}
.headline .headline-more .btn-comment {
    display: flex;
    padding: 0px;
    border: none;
    height: 16px;
    min-width: 52px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin-right: 4px;
}
.headline .headline-more .timeago {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.headline .headline-more .icon-like {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/like.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.headline .headline-more .icon-comment {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image:  url("../icon/comment.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.headline .headline-more .icon-share {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/more.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.headline .headline-more .like-counter, 
.headline .headline-more .comment-counter {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 4px;
}
.headline .headline-scroll .headline-item:last-child {
    border: 0;
}


/* HEADER */
header.header {
    position: sticky;
    top: 0px;
    right: 0px;
    left: 0px;
    z-index: 899;
    background-color: #ffffff;
    margin: auto;
}
.header-top {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: space-between;
    background: #ffffff;
    flex-wrap: wrap;
    padding: 0 15px;
}
.header-top .header-left {
    display: flex;
    flex-flow: row wrap;
    margin-left: -10px;
}
.header-top .header-brand {
    flex: 1;
    display: flex;
    justify-content: center;
}
.header-top .header-right {
    display: flex;
    flex-flow: row wrap;
    flex-wrap: wrap;
    margin-right: -10px;
}
.header-top .header-brand a {
    display: block;
    outline: 0;
}
.header-top .header-brand img {
    height: 27px;
    width: auto;
    display: block;
}
.header-top .menubar {
    padding: 8px;
    background-color: transparent;
    cursor: pointer;
}
.header-top .menubar .icon-menubar {
    width: 24px;
    max-width: 24px;
    height: 24px;
    display: block;
    background-color: transparent;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("../icon/bar_v2.svg");
}
.header-top .header-button {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.header-top .header-button > * {
    appearance: none;
    user-select: none;
    font-family: inherit;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    width: 30px;
    max-width: 30px;
    height: 40px;
    background-size: 22px;
    background-repeat: no-repeat;
    background-position: center;
}
.header-top .icon-darkmode {
    background-image: url("../icon/moon_v2.svg");
}
.header-top .icon-search {
    background-image: url("../icon/search_v2.svg");
}
.header-top .icon-lightmode {
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
    background-image: url("../icon/sun.svg");
}
.search-header {
    text-align: center;
}
.search-transparent{
    z-index: 200;
    position: fixed;
    inset: 0px;
    opacity: 0.8;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.1s ease 0s;
}
.search-transparent.hide{
    display: none;
}
.overflow-hide {
    overflow: hidden;
}
.header-bottom {
    display: flex;
    flex: 1 1 0%;
    border-bottom: 1px solid #eeeeee;
}
.header-bottom .header-bottom-box {
    display: flex;
    flex: 1 1 0%;
    border-radius: 0px;
    background-color: #ffffff;
    color: #000000;
    overflow: hidden;
    align-items: center;
}
.header-bottom .header-menu {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    background-color: #ffffff;
    color: #000000;
    width: 10px;
    height: 30px;
}
.header-bottom .header-menu nav {
    overflow-x: auto;
    width: 100%;
    margin-bottom: -26px;
    padding-bottom: 10px;
    overflow-y: hidden;
}
.header-bottom .header-menu ul {
    display: block;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    padding-left: 10px;
}
.header-bottom .header-menu .sub-menu {
    display: none;
}
.header-bottom .header-menu ul li {
    display: inline-block;
    min-width: max-content;
}
.header-bottom .header-menu ul li a {
    cursor: pointer;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    padding: 6px;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    display: block;
}
.header-bottom .header-menu .menu-image-title {
    padding: 0;
}
.header-menu ul li.current-menu-item a {
    box-shadow: var(--color1) 0px -2px inset;
}



/* SEARCH */
.header-search {
    padding: 12px 20px;
    background-color: #ffffff;
    border-bottom: 1px solid #eeeeee;
}
.header-search.hide {
    display: none;
}
.header-search-wrapper {
    display: flex;
    overflow: hidden;
    border-radius: 33px;
    border-width: 1px;
    border-style: solid;
    border-color: #eaeaea;
    color: #000000;
    width: 100%;
    background-color: #f7f7f7;
}
.header-search-wrapper button {
    display: flex;
    padding-left: 12px;
    padding-right: 12px;
    -webkit-box-align: center;
    align-items: center;
    background-color: transparent;
    cursor: pointer;
}
.icon-search {
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 48px;
    max-width: 36px;
    height: 34px;
    background-image: url("../icon/search-gray.svg");
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
}
.header-input-search {
    display: flex;
    flex: 1 1 0%;
    text-align: left;
    appearance: none;
    line-height: 24px;
    font-weight: 500;
    border: 0px;
    font-family: inherit;
    outline: 0px;
    background: none;
    min-width: 12rem;
    resize: vertical;
    color: #000000;
    width: 100%;
    padding: 8px 12px;
    font-size: 14px;
    height: 32px;
    padding-left: 0;
}



/* WIDGET */
.main .widget {
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
}
.main .widget-header {
    border-bottom: 1px solid #eeeeee;
}
.main .widget .widget-header-box {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}
.main .widget .widget-header-box:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 6px;
    height: 20px;
    background: var(--color1);
    border-radius: 2px;
}
.main .widget .widget-title a, .main .widget .widget-title h1, .main .widget .widget-title h3 {
    cursor: pointer;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    margin:0;
}

.main .widget .widget-more {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.main .widget .widget-more a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}
.main .widget .widget-more a:after {
    content: "";
    display: flex;
    margin-left: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
    width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url("../icon/chevron-next.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.single .article-box .widget-header {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 8px;
}





.archive-box .widget-header {
    border-bottom: 1px solid #eeeeee;
}

/* ARCHIVR */
.archive-wrapper {
    color: #000000;
    overflow: hidden;
    border-radius: 6px;
}
.archive-wrapper .archive-header {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
.popu .archive-header {
    display: flex;
    flex-direction: column;
    border-radius: 0px;
    overflow: hidden;
    border-bottom: 1px solid #eeeeee;
}
.archive-wrapper .author-box {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
}
.archive-wrapper .author-avatar {
    margin: 40px 0px 20px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 4px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 80px;
    height: 80px;
    font-size: 48px;
    font-weight: 500;
    border-radius: 6px;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.archive-wrapper .author-avatar img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.archive-wrapper .author-name {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.archive-wrapper .author-name h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 0px;
}
.archive-wrapper .author-bio {
    margin-top: 8px;
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: center;
}
.archive-wrapper .archive-content .list-wrap {
    display: unset;
    flex-direction: unset;
    margin: unset;
}
.archive-wrapper .archive-content .list .list-item {
    border: 0;
    border-bottom: 1px solid #eeeeee;
    margin: 0;
}
.archive-wrapper .archive-content .widget {
    padding-bottom: 0;
}
.archive-wrapper .archive-content .list .list-item:last-child {
    border: 0;
}
.archive-wrapper .archive-content {
    border-top: 1px solid #eeeeee;
}
.category .archive-header {
    margin: 0 15px;
}
.archive-subtitle {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    margin: 0;
}
.archive-subtitle:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 6px;
    height: 18px;
    background: var(--color1);
}

.author-share {
    display: flex;
    flex-direction: row;
    margin-top: 16px;
}
.author-share a {
    margin-left: 12px;
    margin-right: 12px;
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.author-share .url {
    background-image: url(../icon/site.svg);
}
.author-share .facebook {
    background-image: url(../icon/facebook.svg);
}
.author-share .twitter {
    background-image: url(../icon/twitter.svg);
}
.author-share .instagram {
    background-image: url(../icon/instagram.svg);
}




/* 404 */
.notfound-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    color: #000000;
    height: 100vh;
    margin-top: -100px;
    padding: 0 12px;
}
.notfound-box .notfound-wrap {
    display: flex;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}
.notfound-box .notfound-image {
    background-color: transparent;
    float: left;
}
.notfound-box .img-404 {
    padding-bottom: 100%;
    width: 200px;
    height: 0px;
    position: relative;
    overflow: hidden;
    background: url("../img/404.png") center center / cover repeat;
}
.notfound-box .notfound-title {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}
.notfound-box .notfound-title h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0;
}
.notfound-box .notfound-desc {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 10px;
    text-align: center;
}
.notfound-box .notfound-desc p {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
    margin: 0;
}
.notfound-box .notfound-button a {
    appearance: none;
    user-select: none;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    display: inline-block;
    background: none var(--color1);
    border: 0px solid transparent;
    border-radius: 3px;
    width: auto;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    padding: 8px 16px;
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.notfound-box .notfound-button {
    padding-top: 20px;
}



/* POST DETAIL */

.header-post {
    padding: 0 15px;
}
.header-post .subheader-post {
    display: flex;
    flex-flow: row wrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
}
.header-post .category-post a {
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.header-post .category-post {
    padding-right: 4px;
}

.header-post .title-post {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
}
.header-post .title-post h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 15px;
}
.info-post {
    padding: 0 15px;
    margin-bottom: 15px;
}
.info-post .info-box {
    display: flex;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    color: #000000;
    max-width: 624px;
}
.info-post .author-flex {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.info-post .prop-pos {
    display: flex;
    flex-direction: row;
}
.info-post .author-avatar {
    margin-right: 12px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    width: 48px;
    height: 48px;
    font-size: 28px;
    font-weight: 500;
    border-radius: 6px;
    background: #f6f8fc;
    position: relative;
    text-align: center;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
}
.info-post .author-avatar a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}
.info-post .author-avatar img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.info-post .author-name-box {
    display: flex;
    flex-direction: column;
}
.info-post .author-name-flex {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.info-post .author-name a{
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
}
.info-post .author-name-box {
    display: flex;
    flex-direction: column;
}
.info-post .author-verified {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/verifikasi.svg");
    background-size: 15px;
    background-repeat: no-repeat;
}
.info-post .timepost {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.info-post .dot {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.info-post .readtime {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.info-post .dot:after {
    content: "\00B7";
    margin: 0 4px;
}
.post-detail .wp-block-image {
    border-radius: 6px;
    max-width: 100%;
    height: auto;
    font-family: Heebo, sans-serif;
}
.post-detail {
    -webkit-font-smoothing: antialiased;
    font-family: "PT Serif", Georgia, serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    padding-left: 15px;
    padding-right: 15px;
    color: #000000;
    margin-bottom: 15px;
}
.post-detail a {
    color: var(--color1);
}
.post-detail h1,
.post-detail h2,
.post-detail h3,
.post-detail h4,
.post-detail h5,
.post-detail h6 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
}
.post-detail .wp-block-image img {
    display: block;
}
.post-detail .wp-block-image img.featured-image, .post-detail figure img {
    width: 100%;
    height: auto;
    display: block;
}
.post-detail .wp-block-image a {
    position: relative;
    display: block;
}
.post-detail figure {
    max-width: 100%;
    margin: 0;
}
.post-detail .wp-block-image amp-img.featured-image {
    object-fit: cover;
}
.post-detail figcaption {
    width: 100%;
    -webkit-font-smoothing: antialiased;
    color: #666;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    margin-top: 10px;
    font-family: Heebo, sans-serif;
}

/* BUTTON VIEW */
.post-detail .wp-block-image {
    position: relative;
}
.post-detail .btn-viewbox {
    position: absolute;
    right: 0;
    bottom: 0;
}
.post-detail .wp-block-image img, .post-detail figure img {
    border-radius: 6px;
}
.wp-block-embed__wrapper iframe {
    border-radius: 6px;
}
.post-detail .btn-biew {
    opacity: 0.5;
    margin: 10px;
    border-radius: 6px;
    width: fit-content;
    background-color: #000000;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 4px 8px;
    cursor: pointer;
}
.post-detail .icon-serch {
    width: 12px;
    max-width: 12px;
    height: 12px;
    background-image: url("../icon/search-gray.svg");
    background-size: 12px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 4px;
}
.post-detail .text-view {
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}


/* RELATED */
.related-item {
    flex: 1 1 0%;
    font-family: Heebo, sans-serif;
}
.related-item .related-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 10px;
    overflow: hidden;
    border-radius: 6px;
    background-color: #eeeeee;
    color: #000000;
}
.related-item .related-content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    justify-content: center;
}
.related-item .related-label {
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}

.related-item .related-title a {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.related-item .related-title a {
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
}
.related-item .related-image {
    margin-left: 16px;
    width: 80px;
    position: relative;
    border-radius: 6px;
    height: 80px;
    background: #eeeeee;
    overflow: hidden;
}
.related-item .related-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #dfdfdf;
    animation: shine 1s infinite;
}
.related-item .related-image:after {
    position: absolute;
    top: 0;
    right: 0;
    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: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}
.related-item .related-image a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.related-item .related-image img {
    z-index: 2;
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: relative;
}
.related-item .related-author {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}
.related-item .related-author img {
    margin-right: 6px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.related-item .related-author-name {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
    font-weight: 400;
    word-break: break-all;
    white-space: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #767676;
}
.related-item .icon-verification {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 12px;
    max-width: 12px;
    height: 12px;
    background-image: url("../icon/verified-round.svg");
    background-size: 12px;
    background-repeat: no-repeat;
}
.related-item .dot {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.related-item .timeago {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.related-author .dot:before {
    content: "\00B7";
    margin: 0 4px;
}


/* TAG */
.tag-post {
    padding: 0 15px;
    margin-bottom: 15px;
}
.tag-post ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px;
    list-style: none;
    gap: 5px;
}

.tag-post ul li a {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 10px;
    overflow: hidden;
    border-radius: 50em;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color1);
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* REDAKSI */
.redaksi {
    padding: 0 15px;
    margin-bottom: 15px;
}
.redaksi .redaksi-header {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-top: 8px;
    margin-bottom: 8px;
}
.redaksi .redaksi-avatar {
    display: flex;
    flex: 1 1 0%;
}
.redaksi .redaksi-avatar-box {
    padding-right: 12px;
}
.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;
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.redaksi .redaksi-avatar-box img {
    display: block;
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.redaksi .btn-redaksi {
    appearance: none;
    user-select: none;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    width: auto;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    align-items: center;
}
.redaksi .icon-arrow {
    display: flex;
    margin-left: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url("../icon/drop-down.svg");
    background-position: center;
    background-size: 20px;
    background-repeat: no-repeat;
}
.redaksi .label-btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.redaksi .redaksi-content {
    margin-top: 8px;
}
.redaksi .redaksi-content.hide {
    display: none;
}
.redaksi .author-item {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding-top: 8px;
    padding-bottom: 8px;
}
.redaksi .author-image {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 0px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    background: #eeeeee;
    color: #ffffff;
    border-radius: 50%;
    margin-right: 6px;
}
.redaksi .author-image img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.redaksi .author-text {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    padding-right: 8px;
}
.redaksi .author-name {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.redaksi .author-role {
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

/* COPYLINK */
.copylink-popup {
    position: sticky;
    top: 79px;
    width: calc(100% - 30px);
    z-index: 998;
    padding: 10px 20px;
    background-color: #49a849;
    display: none;
    max-width: 728px;
    margin:  0 auto;
    border-radius: 50em;
}
.copylink-flex {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.copylink-text {
    display: flex;
    flex: 1 1 0%;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    font-weight: 600;
    text-align: left;
    color: #fff;
}
.copylink-close {
    appearance: none;
    user-select: none;
    font-family: inherit;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    display: inline-block;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    filter: invert(100%) sepia(0%) saturate(1534%) hue-rotate(43deg) brightness(114%) contrast(100%);
    width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url(../icon/close.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}



/* COLLECTION */
.home .widget.collection {
    margin-left: 0;
    margin-right: 0;
    padding: 0 15px 15px;
    padding-bottom: 0;
}
.main .collection .widget-header {
    border: 0;
}
.collection .widget-content {
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.collection-scroll {
    margin-bottom: -20px;
    overflow-y: hidden;
    overflow-x: scroll;
    padding-left: 15px;
    padding-top: 5px;
    padding-right: 15px;
}
.collection .collection-box {
    width: 100%;
    padding: 0px;
    display: flex;
    gap: 15px;
}
.collection .collection-item {
    height: auto;
    width: 140px;
}
.collection .collection-item a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    display: block;
}
.collection .collection-card {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    width: 100%;
}
.collection .collection-image {
    margin-bottom: 10px;
    border-radius: 6px;
    width: 140px;
    background: #eeeeee;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 150%;
}

.collection .collection-image .pin {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    opacity: 0.8;
    overflow: hidden;
    border-radius: 17px;
    height: 32px;
    width: 32px;
    background-color: #000000;
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 2;
    background-image: url(../icon/pin.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}
.collection .collection-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.collection .collection-image:after {
    position: absolute;
    top: 0;
    right: 0;
    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: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}
.collection .collection-image img {
    border-radius: 6px;
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 100%;
}
.collection .collection-label {
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.collection .collection-title {
    word-break: break-word;
    overflow-wrap: break-word;
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 5px;
}
.collection .collection-subtitle {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.collection .collection-item:last-child .collection-title {
    padding-right: 15px;
    width: 160px;
}
.category .collection-scroll {
    margin-bottom: unset;
    padding-bottom: unset;
    overflow-y: unset;
    margin-left: unset;
    margin-right: unset;
    overflow-x: unset;
}
.category .collection .collection-box {
    width: unset;
    margin: unset;
    padding: unset;
    z-index: unset;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -6px;
    margin-left: -6px;
}
.category .collection .collection-item {
    padding-left: 6px;
    padding-right: 6px;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    height: unset;
    width: 100%;
    margin: unset;
    padding-bottom: 20px;
}
.category .collection .collection-card {
    display: unset;
    flex: unset;
    flex-direction: unset;
    width: unset;
}
.category .collection .collection-image {
    height: 0;
    width: 100%;
}
.category .collection .widget-content {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.archive-title h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
}

/* GRID WIDGET */

.grid .grid-item {
    flex: 1 1 0%;
    border-bottom: 1px solid #eeeeee;
}

.grid .grid-item:last-child {
    border: none;
}
.grid .grid-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    overflow: hidden;
    border-radius: 0px;
    color: #000000;
}
.grid .grid-content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
}
.grid .grid-image {
    margin-left: 16px;
    width: 80px;
    position: relative;
    border-radius: 6px;
    height: 0;
    overflow: hidden;
    padding-bottom: 80px;
}
.grid .grid-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.grid .grid-image:after {
    position: absolute;
    top: 0;
    right: 0;
    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: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}
.grid .grid-image a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}
.grid .grid-image img {
    border-radius: 6px;
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 100%;
}
.grid .grid-label {
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.grid .grid-title h2 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.grid .grid-title h2 a {
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
}

.grid .grid-author {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}
.grid .grid-author img {
    margin-right: 6px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.grid .grid-author-name {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    font-weight: 500;
    word-break: break-all;
    white-space: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #767676;
}
.grid .grid-author .icon-verification {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/verifikasi.svg");
    background-size: 15px;
    background-repeat: no-repeat;
}
.grid .grid-more {
    display: flex;
    flex: 1 1 0%;
    margin-top: 12px;
    -webkit-box-align: center;
    align-items: center;
}
.grid .grid-more .grid-button {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}
.grid .grid-more .icon-share {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
}
.grid .grid-more .btn-like {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 4px;
    min-width: 52px;
}
.grid .grid-more .btn-comment {
    display: flex;
    padding: 0px;
    border: none;
    height: 16px;
    min-width: 52px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin-right: 4px;
}
.grid .grid-more .timeago {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.grid .grid-more .icon-like {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/like.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.grid .grid-more .icon-comment {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image:  url("../icon/comment.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.grid .grid-more .icon-share {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/more.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.grid .grid-more .like-counter, 
.grid .grid-more .comment-counter {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 4px;
}
.main .widget.stories {
    margin: 0;
    padding-left: 10px;
    padding-top: 10px;
}
.main .widget.stories > * {
    overflow: hidden;
}
.stories ul {
    margin: 0;
    overflow-x: auto;
    white-space: nowrap;
    padding: 5px 0;
    padding-bottom: 20px;
    margin-bottom: -20px;
}
.stories ul li {
    text-align: center;
    list-style: none;
    display: inline-block;
    width: 90px;
    height: 68px;
    position: relative;
}
.stories ul li:before {
    content: "";
    width: 68px;
    height: 68px;
    position: absolute;
    padding-right: 0;
    border-radius: 50%;
    animation: spin 2s linear infinite;
    left: 11px;
    background: var(--color1) linear-gradient( -50deg ,#6c6c6c, var(--color1),var(--color1)) repeat scroll 0 0;
    top: -1px;
}
.stories ul li a {
    display: block;
}
.stories ul li img.menu-image-title-after {
    width: 62px;
    height: 62px;
    margin: 2px auto;
    position: relative;
    border-radius: 50%;
    padding: 3px;
    background: #fff;
}
.stories ul li .menu-image-title {
    overflow: hidden;
    margin: 0;
    text-transform: none;
    letter-spacing: 0;
    font-size: 12px;
    color: #000;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 5px 0 0 0;
}
@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}

/* LIST WIDGET */
.list .list-item {
    flex: 1 1 0%;
    border-bottom: 1px solid #eeeeee;
}

.list .list-item:last-child {
    border: none;
}
.list .list-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    overflow: hidden;
    border-radius: 0px;
    color: #000000;
}
.list .list-content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
}
.list .list-image {
    margin-left: 16px;
    width: 80px;
    position: relative;
    border-radius: 6px;
    height: 0;
    overflow: hidden;
    padding-bottom: 80px;
}
.list .list-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.list .list-image:after {
    position: absolute;
    top: 0;
    right: 0;
    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: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}
.list .list-image a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}
.list .list-image img {
    border-radius: 6px;
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 100%;
}
.list .list-label {
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.list .list-title h2 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.list-count {
    color: var(--color2);
    font-size: 16px;
    font-weight: 700;
    width: 30px;
    line-height: 20px;
}
.list .list-title h2 a {
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
}

.list .list-author {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}
.list .list-author img {
    margin-right: 6px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.list .list-author-name {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    font-weight: 500;
    word-break: break-all;
    white-space: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #767676;
}
.list .list-author .icon-verification {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/verifikasi.svg");
    background-size: 15px;
    background-repeat: no-repeat;
}
.list .list-more {
    display: flex;
    flex: 1 1 0%;
    margin-top: 5px;
    -webkit-box-align: center;
    align-items: center;
}
.list .list-more .list-button {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}
.list .list-more .icon-share {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
}
.list .list-more .btn-like {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 4px;
    min-width: 52px;
}
.list .list-more .btn-comment {
    display: flex;
    padding: 0px;
    border: none;
    height: 16px;
    min-width: 52px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin-right: 4px;
}
.list .list-more .timeago {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.list .list-more .icon-like {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/like.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.list .list-more .icon-comment {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image:  url("../icon/comment.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.list .list-more .icon-share {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/more.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.list .list-more .like-counter, 
.list .list-more .comment-counter {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 4px;
}



/* VIDEO WIDGET */
.video .video-item {
    flex: 1 1 0%;
    border-bottom: 1px solid #eeeeee;
}

.video .video-item:last-child {
    border: none;
}
.video .video-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    overflow: hidden;
    border-radius: 0px;
    color: #000000;
}
.video .video-content {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
}
.video .video-image {
    margin-left: 16px;
    width: 80px;
    position: relative;
    border-radius: 6px;
    height: 0;
    overflow: hidden;
    padding-bottom: 80px;
}
.video .video-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.video .video-image:after {
    position: absolute;
    top: 0;
    right: 0;
    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: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}
.video .video-image a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
}
.video .video-image img {
    border-radius: 6px;
    display: block;
    object-fit: cover;
    width: 100%;
    z-index: 2;
    position: absolute;
    height: 100%;
}
.video .video-label {
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 4px;
}
.video .video-title h2 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.video .video-title h2 a {
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
}

.video .video-author {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}
.video .video-author img {
    margin-right: 6px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.video .video-author-name {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-size: 13px;
    font-weight: 500;
    word-break: break-all;
    white-space: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #767676;
}
.video .video-author .icon-verification {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/verifikasi.svg");
    background-size: 15px;
    background-repeat: no-repeat;
}
.video .video-more {
    display: flex;
    flex: 1 1 0%;
    margin-top: 12px;
    -webkit-box-align: center;
    align-items: center;
}
.video .video-more .video-button {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}
.video .video-more .icon-share {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
}
.video .video-more .btn-like {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 4px;
    min-width: 52px;
}
.video .video-more .btn-comment {
    display: flex;
    padding: 0px;
    border: none;
    height: 16px;
    min-width: 52px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin-right: 4px;
}
.video .video-more .timeago {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.video .video-more .icon-like {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/like.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.video .video-more .icon-comment {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image:  url("../icon/comment.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.video .video-more .icon-share {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/more.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.video .video-more .like-counter, 
.video .video-more .comment-counter {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 4px;
}
.video .video-item.big {
    padding: 16px 0;
}
.video .big .video-box {
    display: unset;
    flex: unset;
    flex-direction: unset;
    -webkit-box-pack: unset;
    justify-content: unset;
    padding: 16px 0;
    overflow: hidden;
}
.video .big .video-image {
    margin: 0;
    width: 100%;
    height: 0;
    margin-bottom: 10px;
    padding-bottom: 56.25%;
}



/* ARCHIVE GRID */
.archive-grid .widget-header {
    border-bottom: 1px solid #eeeeee;
}
.archive-grid-content {
    padding: 16px 0;
    color: #000000;
    border-bottom: 1px solid #eeeeee;
}
.archive-grid-image {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #eeeeee;
    border-radius: 6px;
    position: relative;
    overflow: hidden;
}
.archive-grid-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #eeeeee;
    animation: shine 1s infinite;
}
.archive-grid-image:after {
    position: absolute;
    top: 0;
    right: 0;
    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: shimmer 2s infinite;
    animation: shimmer 2s infinite;
    content: "";
}
.archive-grid-image a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
}
.archive-grid-image img {
    display: block;
    border-radius: 6px;
    object-fit: cover;
    width: 100%;
    height: auto;
    z-index: 2;
    position: relative;
}
.archive-grid-title {
    padding-top: 16px;
}
.archive-grid-title h2 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}
.archive-grid-title h2 a {
    color: #000000;
    word-break: break-word;
    overflow-wrap: break-word;
    display: block;
}

.archive-grid-content .archive-grid-author {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 6px;
}
.archive-grid-content .archive-grid-author img {
    margin-right: 6px;
    display: flex;
    align-items: flex-end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-color: #eeeeee;
    border-style: solid;
    border-width: 1px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 0px 0.1rem;
    width: 16px;
    height: 16px;
    font-size: 10px;
    font-weight: 500;
    border-radius: 50%;
    background: #f6f8fc;
    position: relative;
    text-align: center;
}
.archive-grid-content .archive-grid-author-name {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    font-size: 14px;
    font-weight: 400;
    word-break: break-all;
    white-space: normal;
    line-height: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #767676;
}
.archive-grid-content .archive-grid-author .icon-verification {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    margin-left: 6px;
    width: 12px;
    max-width: 12px;
    height: 12px;
    background-image: url("../icon/verified-round.svg");
    background-size: 12px;
    background-repeat: no-repeat;
}
.archive-grid-content .archive-grid-more {
    display: flex;
    flex: 1 1 0%;
    margin-top: 12px;
    -webkit-box-align: center;
    align-items: center;
}
.archive-grid-content .archive-grid-more .archive-grid-button {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
}
.archive-grid-content .archive-grid-more .icon-share {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
}
.archive-grid-content .archive-grid-more .btn-like {
    display: flex;
    background-color: transparent;
    border: none;
    padding: 0px;
    cursor: pointer;
    height: 16px;
    -webkit-box-align: center;
    align-items: center;
    margin-right: 4px;
    min-width: 52px;
}
.archive-grid-content .archive-grid-more .btn-comment {
    display: flex;
    padding: 0px;
    border: none;
    height: 16px;
    min-width: 52px;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    margin-right: 4px;
}
.archive-grid-content .archive-grid-more .timeago {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}
.archive-grid-content .archive-grid-more .icon-like {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/like.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.archive-grid-content .archive-grid-more .icon-comment {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image:  url("../icon/comment.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.archive-grid-content .archive-grid-more .icon-share {
    filter: invert(44%) sepia(0%) saturate(0%) hue-rotate(178deg) brightness(104%) contrast(81%);
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url("../icon/more.svg");
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.archive-grid-content .archive-grid-more .like-counter, .archive-grid-content .archive-grid-more .comment-counter {
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin-left: 4px;
}

.readmore {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    border-top: 1px solid #eeeeee;
}
.readmore a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: var(--color2);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-align: right;
    gap: 5px;
}
.readmore a svg, .pagination .trigger svg {
    height: 16px;
}
.readmore .readmore-blok {
    display: inline-block;
}
.readmore .icon-right-more {
    background-image: url(../icon/arrow-right.svg);
    filter: invert(43%) sepia(99%) saturate(434%) hue-rotate(161deg) brightness(93%) contrast(96%);
    width: 20px;
    max-width: 20px;
    height: 20px;
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    margin-left: 8px;
    -webkit-box-pack: center;
    justify-content: center;
}




/* TRENDING */
.trending-header {
    text-align: center;
}
.trending-header h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-weight: 700;
    text-align: center;
    font-size: 22px;
    line-height: 28px;
    margin-top: 0;
    margin-bottom: 15px;
}
.trending-content {
    overflow: hidden;
}
.trending-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    width: 100%;
}
.trending-menu {
    height: 32px;
    overflow: hidden;
}
.trending-menu nav {
    overflow-x: auto;
    width: 100%;
    margin-bottom: -26px;
    padding-bottom: 10px;
    overflow-y: hidden;
}
.trending-menu ul {
    list-style: none;
    flex-flow: row wrap;
    align-items: flex-start;
    -webkit-box-pack: center;
    justify-content: center;
    display: block;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.trending-menu ul li {
    display: inline-block;
    min-width: max-content;
}
.trending-menu ul li a {
    cursor: pointer;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 8px;
    overflow: hidden;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color1);
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.trending-menu ul li.current-menu-item a {
    background-color: var(--color1);
    color: #ffffff;
}
.trending-menu .menu-image-title {
    padding: 0;
}
.trending-article {
    color: #000000;
    margin-top: 15px;
}



/* TERKINI */

.terkini-header {
    text-align: center;
}
.terkini-header h1 {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 40px;
    line-height: 60px;
    font-weight: 700;
    text-align: center;
}
.terkini-content {
    overflow: hidden;
}
.terkini-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: column;
    width: 100%;
}
.terkini-menu {
    height: 32px;
    overflow: hidden;
}
.terkini-menu nav {
    overflow-x: auto;
    width: 100%;
    margin-bottom: -26px;
    padding-bottom: 10px;
    overflow-y: hidden;
}
.terkini-menu ul {
    list-style: none;
    white-space: nowrap;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 5px;
}
.terkini-menu ul li {
    display: inline-block;
    min-width: max-content;
}
.terkini-menu ul li a {
    cursor: pointer;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    display: block;
    padding: 5px 10px;
    overflow: hidden;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: var(--color1);
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    border-radius: 50em;
}

.terkini-menu ul li.current-menu-item a {
    background-color: var(--color1);
    color: #ffffff;
}
.terkini-menu .menu-image-title {
    padding: 0;
}
.terkini-article {
    color: #000000;
}
.page-template-terkini .list-wrap {
    display: unset;
    flex-direction: unset;
    margin: unset;
}

.terkini-article p {
    margin: 0;
}



.bottom-section {
    top: -76px;
    width: 100%;
    z-index: 100;
    position: absolute;
    max-width: 728px;
}
.share-box {
    margin: 0px 20px;
    padding: 12px;
    background: #ffffff;
    border-radius: 24px;
    box-shadow: rgba(91, 94, 105, 0.15) 0px 4px 4px -2px, rgba(36, 40, 47, 0.25) 0px 4px 80px -8px, rgba(154, 161, 177, 0.15) 0px 0px 20px 4px;
    z-index: 99;
    bottom: 0px;
    display: flex;
    flex: 1 1 0%;
    padding-top: 8px;
    padding-bottom: 8px;
}
.share-box .likecomment {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: start;
    justify-content: flex-start;
}
.share-box .share-wrapper {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
}
.share-box .like-box {
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.share-box .like-btn {
    appearance: none;
    user-select: none;
    font-family: inherit;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-image: url(../icon/like.svg);
    margin-right: 8px;
}
.share-box .like-btn.liked {
    background-image: url(../icon/like-active.svg);
    filter: unset;
}
.share-box .like-count {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}
.share-box .comment-box {
    margin-right: 16px;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.share-box .comment-btn {
    appearance: none;
    user-select: none;
    font-family: inherit;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-image: url(../icon/comment.svg);
    margin-right: 8px;
}
.share-box .comment-count {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 12px;
    line-height: 16px;
    font-weight: 700;
}
.share-box .share-btn {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer;
    margin-right: 16px;
}
.share-box .share-btn.whatsapp {
    background-color: #25d366;
    background-image: url(../icon/whatsapp.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
}
.share-box .share-btn.copylink {
    background-color: #00a1b0;
    background-image: url(../icon/copylink.svg);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: center;
}
.share-box .share-btn.more {
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    background-color: transparent;
    background-image: url(../icon/more-vertical.svg);
    background-size: 16px;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 0;
}





/* COMMENT */
.comment-reply-title {
    padding-left: 12px;
    position: relative;
    margin: 0;
    font-size: 18px;
    margin-bottom: 8px;
    color: #000;
}
.comment-reply-title:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 6px;
    height: 18px;
    background: var(--color1);
    top: 5px;
    border-radius: 2px;
}
.comment-reply-title a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
}
.comments_title {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 12px;
    bottom: 8px;
    position: relative;
    margin: 0;
    font-size: 18px;
    margin-bottom: 15px;
    color: #000;
}
.comments_title:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 6px;
    height: 18px;
    background: var(--color1);
    top: 4px;
    border-radius: 2px;
}
.logged-in-as a {
    flex-direction: column;
    -webkit-font-smoothing: antialiased;
    color: #767676;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    word-break: break-all;
}
.comment-form {
    flex: 1 1 0%;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.logged-in-as {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
input#author {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 8px;
    transition: all 0.2s ease 0s;
    word-break: break-word;
    position: relative;
    outline: none;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    resize: none;
    margin-bottom: 10px;
    max-width: 100%;
}
input#email {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    display: flex;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 8px;
    transition: all 0.2s ease 0s;
    word-break: break-word;
    position: relative;
    outline: none;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    resize: none;
    margin-bottom: 10px;
    max-width: 100%;
}
textarea#comment {
    display: flex;
    margin-right: 12px;
    border-radius: 5px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    padding: 8px;
    transition: all 0.2s ease 0s;
    min-height: 58px;
    word-break: break-word;
    position: relative;
    outline: none;
    white-space: pre-wrap;
    overflow-wrap: break-word;
    resize: none;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 10px;
}
.form-submit {
    position: relative;
    margin-top: 0;
    min-height: 40px;
    width: 100%;
    height: 40px;
    margin-bottom: 0;
}
.form-submit .submit {
    color: transparent;
    display: block;
    border-radius: 50%;
    border: 1px solid #c3c6c9;
    transition: all 0.2s ease 0s;
    cursor: pointer;
    background-color: transparent;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
}
.form-submit:before {
    content: "";
    background-image: url("../icon/submit.svg");
    background-size: 24px;
    width: 24px;
    height: 24px;
    display: block;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 8px;
    filter: invert(100%) sepia(0%) saturate(7471%) hue-rotate(57deg) brightness(106%) contrast(60%);
}
.commentsArea ol {
    margin: 0;
    list-style: none;
    padding: 0 0 20px;
    border-bottom: 1px solid #eeeeee;
}
.comment-respond,
.commentsArea {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.commentsArea ul {
    list-style: none;
}
.commentsArea ul ul {
    padding: 0;
}
.comment-notes {
    color: #666666;
}
.commentBox {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px;
}
.commentAvatar {
    width: 32px;
    border-radius: 50%;
    height: 32px;
    background: #eee;
}
.commentAvatar img {
    display: block;
    border-radius: 50%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.commentBody {
    margin-bottom: 4px;
    padding-left: 12px;
    padding-right: 12px;
    -ms-flex: 1;
    flex: 1;
}
.commentAuthorName,
.commentAuthorName a {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
}
.commentBodyText {
    font-size: 14px;
    position: relative;
    line-height: 1.25;
    word-break: break-word;
    overflow-wrap: break-word;
    margin: 0 0 5px 0;
}
.commentBodyModeration {
    background-color: #eeeeee;
    padding: 5px;
    border-radius: 6px;
    color: #999999;
}
.commentBodyText p {
    margin: 0 0 5px 0;
}
.commentReplyTo {
    float: left;
    margin-right: 5px;
    font-weight: 600;
}
.commentBodyFooter {
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
}
.commentBodyFooter a {
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    color: #999999;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.commentBodyFooter time::after, .commentBodyFooter a::after {
    content: "\00B7";
    margin: 0 4px;
    font-weight: normal;
}
.commentBodyFooter a:last-child::after {
    content: "";
}
.navigation.comments-pagination {
    text-align: center;
    border-top: 1px solid #e6e8ea;
    padding-top: 10px;
}
.navigation.comments-pagination {
    text-align: center;
    border-top: 1px solid #e6e8ea;
    padding-top: 10px;
}
.comments-pagination {
    padding-top: 12px;
    padding-bottom: 12px;
    appearance: none;
    user-select: none;
    font-family: inherit;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    cursor: not-allowed;
    vertical-align: middle;
    text-align: center;
}
.pagination .trigger {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: var(--color2);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    text-align: right;
    gap: 5px;
    background: transparent;
    margin: 0 auto;
}

.pagination .info {
    display: flex;
    flex-direction: column;
    align-content: center;
}
.endLoadMore {
    display: none;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    color: #999;
}
.iconCheck {
    margin-right: 8px;
    width: 16px;
    max-width: 16px;
    height: 16px;
    background-image: url(../icon/check-circle-green.svg);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
}


.loadingLoadMore {
    text-align: center;
    justify-content: center;
}
.loadingLoadMore span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: var(--color1);
    margin: 4px 2px;
    opacity: 0;
}
.loadingLoadMore span:nth-child(1) {
    animation: 1s ease-in-out 0s infinite normal none running opacitychange;
}
.loadingLoadMore span:nth-child(2) {
    animation: 1s ease-in-out 0.33s infinite normal none running opacitychange;
}
.loadingLoadMore span:nth-child(3) {
    animation: 1s ease-in-out 0.66s infinite normal none running opacitychange;
}
@-webkit-keyframes opacitychange{
    0%,100%{
        opacity:0;
    }
    60%{
        opacity:1;
    }
}
@keyframes opacitychange{
    0%,100%{
        opacity:0;
    }
    60%{
        opacity:1;
    }
}

.pagination {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    border-top: 1px solid #eeeeee;
}
.pagination a {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 15px;
    line-height: 24px;
    font-weight: 500;
    justify-content: end;
}
.pagination a:after {
    content: "";
    display: flex;
    margin-left: 8px;
    -webkit-box-pack: center;
    justify-content: center;
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
    width: 20px;
    max-width: 20px;
    height: 20px;
    background-image: url("../icon/chevron-next.svg");
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
}


.share-transparent {
    z-index: 998;
    transition: opacity 0.1s ease 0s;
    position: fixed;
    inset: 0px;
    background: #000000;
    opacity: 0.8;
    top: 0;
    display: none;
    left: 0;
    right: 0;
    bottom: 0;
}
.share-popup {
    padding: 24px;
    background-color: #ffffff;
    color: #000000;
    transition: all 0.1s linear 0s;
    position: fixed;
    z-index: 999;
    border-radius: 6px;
    min-width: 336px;
    max-height: 98%;
    overflow-y: auto;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}
.share-popup .share-header {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.share-popup .share-title {
    display: flex;
    flex: 1 1 0%;
    text-align: center;
    width: 100%;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: center;
    font-weight: 600;
}
.share-popup .close-popup {
    appearance: none;
    user-select: none;
    font-family: inherit;
    padding: 0px;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    display: inline-block;
    background: none transparent;
    border: 1px solid transparent;
    border-radius: 3px;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none !important;
    filter: invert(0%) sepia(6%) saturate(26%) hue-rotate(336deg) brightness(103%) contrast(100%);
    width: 24px;
    max-width: 24px;
    height: 24px;
    background-image: url(../icon/close.svg);
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
}
.share-popup .share-content {
    display: flex;
    flex: 1 1 0%;
    -webkit-box-align: center;
    align-items: center;
    margin-top: 10px;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 10px;
}
.share-popup .share-content a,
.share-popup .share-content button {
    appearance: none;
    user-select: none;
    font-family: inherit;
    outline: 0px;
    transition: all 0.2s ease 0s;
    position: relative;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    width: 32px;
    height: 32px;
    background-size: 32px;
    background-repeat: no-repeat;
    background-position: center;
}
.share-popup .share-content .whatsapp {
    background-image: url(../icon/wa.svg);
}
.share-popup .share-content .facebook {
    background-image: url(../icon/facebook.svg);
}
.share-popup .share-content .twitter {
    background-image: url(../icon/twitter.svg);
}
.share-popup .share-content .line {
    background-image: url(../icon/line.svg);
}
.share-popup .share-content .copylink {
    background-image: url(../icon/copylink.svg);
}


/* WIDGET CUSTOM TAG */
.widget.custom-tag {
    overflow: hidden;
    padding: 0;
    margin-left: -15px !important;
    margin-right: -15px !important;
    height: 32px;
}
.custom-tag .widget-header {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    padding-left: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    border-bottom: 1px solid #eeeeee;
}
.custom-tag .widget-header:before {
    content: "";
    position: absolute;
    left: 0px;
    width: 6px;
    height: 24px;
    background: var(--color1);
}
.custom-tag .widget-header .widget-title {
    cursor: pointer;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 20px;
    line-height: 30px;
    font-weight: 700;
    display: block;
    margin: 0;
}
.custom-tag ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    overflow-x: scroll;
    flex-wrap: nowrap;
    white-space: nowrap;
    margin-bottom: -20px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.custom-tag ul li {
    display: flex;
    flex-direction: row;
}

.custom-tag ul li a {
    cursor: pointer;
    text-decoration: none;
    outline: 0px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.08);
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 6px 12px;
    overflow: hidden;
    border-radius: 50em;
    border-width: 1px;
    border-style: solid;
    background-color: transparent;
    -webkit-font-smoothing: antialiased;
    color: var(--color1);
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}
.custom-tag ul li a .menu-image-title {
    padding: 0;
}

/* CUSTOM MENU */
.main .custommenu {
    padding: 15px;
    border-top: 7px solid #e3e3e3;
    border-bottom: 7px solid #e3e3e3;
    background: #ededed;
    margin-left: 0px;
    margin-right: 0px;
}
.custommenu ul li a {
    background-color: var(--color1);
    flex: 1 1 0%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: row;
    border-radius: 6px;
    min-height: 56px;
    padding: 8px;
    overflow: hidden;
    color: #Fff;
}
.custommenu ul {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 7px;
}
.custommenu li {
    display: flex;
    width: calc(33.33333% - 5px);
}
.custommenu ul li span {
    -webkit-font-smoothing: antialiased;
    color: #ffffff;
    font-size: 10px;
    line-height: 14px;
    font-weight: 500;
}
.custommenu .menu-item a img {
    filter: brightness(0) invert(1);
    padding: 0;
    max-width: 24px;
    height: auto;
}
.custommenu ul li.color1 a {
    background-color: var(--menu1);
}
.custommenu ul li.color2 a {
    background-color: var(--menu2);
}
.custommenu ul li.color3 a {
    background-color: var(--menu3);
}
.custommenu ul li.color4 a {
    background-color: var(--menu4);
}
.custommenu ul li.color5 a {
    background-color: var(--menu5);
}
.custommenu ul li.color6 a {
    background-color: var(--menu6);
}

.widget .btn-like.liked .icon-like {
    background-image: url(../icon/like-active.svg);
    filter: unset;
}

.sidebar {
    padding: 15px 0;
}


.sidebarmenu-transparent.show {
    z-index: 990;
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.5);
    transition: opacity 0.1s ease 0s;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.sidebarmenu {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    z-index: 998;
    width: 280px;
    min-height: 100vh;
    max-height: 100vh;
    overflow-y: auto;
    flex-direction: column;
    transform: translateX(-100%);
    box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 9px 1px;
    transition: transform 0.1s linear 0s;
    border-right: 0px;
    background-color: #ffffff;
    color: #000000;
    max-width: 728px;
}
.sidebarmenu.show {
    transform: translateX(0px);
    display: block;
}
.sidebarmenu .menu-header {
    width: 100%;
    display: flex;
    height: 48px;
    padding: 0px 20px;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #eeeeee;
}
.sidebarmenu .menu-title {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    flex: 1 1 0%;
    font-weight: 700;
}
.sidebarmenu .menuclose {
    appearance: none;
    user-select: none;
    font-family: inherit;
    padding: 0;
    transition: .2s;
    position: relative;
    display: inline-block;
    background-image: url("../icon/close.svg");
    border: 0;
    border-radius: 3px;
    opacity: 1;
    vertical-align: middle;
    text-align: center;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
}
.sidebarmenu .menu-content .widget {
    border-bottom: 1px solid #eeeeee;
}
.sidebarmenu .menu-content .widget:last-child {
    border: 0px;
}
.sidebarmenu .menu-content ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebarmenu .menu-content ul li {
    padding: 10px 20px;
}
.sidebarmenu .menu-content ul li a {
    -webkit-font-smoothing: antialiased;
    color: #000000;
    font-size: 15px;
    line-height: 22px;
    font-weight: 500;
}
.sidebarmenu .menu-content ul li img {
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
    width: 22px;
    height: 22px;
    display: inline-block;
}


.pagination-post {
    padding: 8px 15px;
    border-radius: 4px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex-direction: column;
    align-content: flex-start;
    margin-bottom: 15px;
}

.pagination-post .paginationPostNum {
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    flex: 1;
    width: 100%;
}

.pagination-post .paginationPostLink {
    padding-right: 13px;
    font-size: 14px;
    text-align: left
}

.pagination-post .paginationPostNav a .btn-next,
.pagination-post .showall-page a {
    position: relative;
    display: inline-flex;
    align-items: center;
    text-align: center;
    cursor: pointer;
    vertical-align: top;
    border: 1px solid transparent;
    border-radius: 4px;
    padding: 4px 12px;
    background: var(--color1);
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
}

.pagination-post .paginationPostNav a .btn-next svg {
    height: 12px;
    margin-left: 10px
}

.pagination-post .paginationPostLabel {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

.pagination-post .paginationPostLink a,
.pagination-post .paginationPostLink span {
    border-radius: 50%;
    background: #c9c7c7;
    color: #fff;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0;
    padding: 6px 11px;
    line-height: 1.4;
    font-weight: 500;
}

.pagination-post .paginationPostLink .post-page-numbers.current {
    background: var(--color1);
    color: #fff
}
.billboard.parallax {
    padding: 0;
}

.billboard-container {
    width: 100%;
    height: calc(var(--heightparallaxmobile) + 14px);
    position: relative;
    max-width: 728px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #1c1c1c;
    padding: 0;
}

.billboard.parallax .widget {
    background: 0 0;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    clip: rect(auto,auto,auto,auto);
}

.billboard.parallax .widget-parallax {
    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: 728px;
    left: 0;
    right: 0;
    text-align: center;
}

.billboard.parallax .widget-parallax>* {
    width: var(--widthparallaxmobile);
    height: var(--heightparallaxmobile)!important;
    object-fit: cover;
    margin: 0 auto!important;
}

.billboard.parallax .widget:after {
    content: var(--textparallax);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    background: #333;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    z-index: 994;
}
.parallxads {
    width: calc(100% + 30px);
    height: calc(300px + 24px);
    position: relative;
    left: 0;
    right: 0;
    background: #1c1c1c;
    margin: 0 -15px;
    font-family: Heebo, sans-serif;
}

.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: 71px;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    margin: 0 auto;
    max-width: 728px;
    width: 100%;
    text-align: center;
}

.parallxads-box > * {
    margin: 0 auto !important;
    display: inline-block;
}

.parallxads:before {
    content: var(--textparallax);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: block;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 10px;
    z-index: 1;
    background: var(--color1);
    line-height: 1.8;
}

.comment-form-cookies-consent label {
    font-size: 14px;
    margin-left: 35px;
    color: #666666;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-top: 0;
}

.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(--color1);
}

.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;
}
footer.footer {
    max-width: 728px;
    margin: auto;
    width: 100%;
    overflow: hidden;
    background: #edebe9;
    padding: 50px 0;
    font-weight: 500;
    font-size: 13px;
    text-align: center;
    color: #666;
}

.footer-container {
    padding: 0 15px;
}

.footer-left img {
    height: 28px !important;
    width: auto;
    filter: grayscale(1);
}

.footer .menu {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.footer .menu li a {
    padding: 0 5px;
    color: #666;
}

.footer .menu li:after {
    content: "\0000a0\002022\0000a0";
    color: #b1b1b1;
}

.footer .widget {
    margin-bottom: 20px;
}

.footer-right .menu li:last-child::after {
    content: unset;
}

.footer .widget {
    margin-bottom: 15px;
}
.footer .widget-title {
    margin-top: 0;
    margin-bottom: 6px;
    line-height: 1.5;
    color: #333;
}

.footer-box .widget ul li.facebook a {
    display: flex;
    align-items: center;
    background: #cfcfcf;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin:0 4px
}
.footer-box .widget ul li.twitter a {
    display: flex;
    align-items: center;
    background: #cfcfcf;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin:0 4px
}
.footer-box .widget ul li.whatsapp a {
    display: flex;
    align-items: center;
    background: #cfcfcf;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin:0 4px
}
.footer-box .widget ul li.telegram a {
    display: flex;
    align-items: center;
    background: #cfcfcf;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin:0 4px
}
.footer-box .widget ul li.instagram a {
    display: flex;
    align-items: center;
    background: #cfcfcf;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin:0 4px
}
.footer-box .widget ul li.youtube a {
    display: flex;
    align-items: center;
    background: #cfcfcf;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin:0 4px
}
.footer-box .widget ul li.tiktok a {
    display: flex;
    align-items: center;;
    background: #cfcfcf;
    width: 30px;
    height: 30px;
    border-radius: 10px;
    margin:0 4px
}
.footer-box .widget ul li.facebook a:before {
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../icon/fb_v2.svg");
}
.footer-box .widget ul li.twitter a:before {
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../icon/twitter_v2.svg");
}
.footer-box .widget ul li.whatsapp a:before {
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../icon/whatsapp_v2.svg");
}
.footer-box .widget ul li.telegram a:before {
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../icon/telegram_v2.svg");
}
.footer-box .widget ul li.instagram a:before {
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../icon/instagram_v2.svg");
}
.footer-box .widget ul li.youtube a:before {
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: 21px;
    background-image: url("../icon/youtube_v2.svg");
    background-position: center;
    background-repeat: no-repeat;
}
.footer-box .widget ul li.tiktok a:before {
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    background-size: 19px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("../icon/tiktok_v2.svg");
}

.footer-box .widget ul li.facebook:after,
.footer-box .widget ul li.twitter:after, 
.footer-box .widget ul li.whatsapp:after, 
.footer-box .widget ul li.telegram:after, 
.footer-box .widget ul li.instagram:after, 
.footer-box .widget ul li.youtube:after, 
.footer-box .widget ul li.tiktok:after {
    display: none;
    content: "";
}
.footer-box .widget ul li.facebook span,
.footer-box .widget ul li.twitter span, 
.footer-box .widget ul li.whatsapp span, 
.footer-box .widget ul li.telegram span, 
.footer-box .widget ul li.instagram span, 
.footer-box .widget ul li.youtube span, 
.footer-box .widget ul li.tiktok span {
    display: none;
}

.widget.app .widget-content {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.widget.app .widget-content a {
    display: block;
}

.widget.app .widget-content img {
    height: 30px;
    width: auto;
}
.share-popup.amp {
    padding: 0 15px;
    display: block;
    position: relative;
    background: transparent;
    min-width: auto;
    max-height: initial;
    top: unset;
    overflow: unset;
    transform: unset;
    left: unset;
    z-index: unset;
    margin-bottom: 15px;
}

.share-popup.amp .share-popup-box {
    display: flex;
    flex: 1 1 0%;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
}

.share-popup.amp  .close-popup {
    display: none;
}

.share-popup.amp .share-content {
    margin: 0;
    display: flex;
    justify-content: flex-end;
    gap: 7px;
}

.share-popup.amp .share-title {
    font-weight: 600;
    font-size: 16px;
}
.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: 20px;
    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");
}
.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;
}
.sidebarmenu .widget-title {
    margin: 0;
    padding: 10px 20px;
    font-size: 14px;
    color: #999;
}
.sidebarmenu .menu-content ul li.facebook a:before {
    background-size: 22px;
    background-image: url("data:image/svg+xml,%0A%3Csvg fill='%23333' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M24,3H8A5,5,0,0,0,3,8V24a5,5,0,0,0,5,5H24a5,5,0,0,0,5-5V8A5,5,0,0,0,24,3Zm3,21a3,3,0,0,1-3,3H17V18h4a1,1,0,0,0,0-2H17V14a2,2,0,0,1,2-2h2a1,1,0,0,0,0-2H19a4,4,0,0,0-4,4v2H12a1,1,0,0,0,0,2h3v9H8a3,3,0,0,1-3-3V8A3,3,0,0,1,8,5H24a3,3,0,0,1,3,3Z'%3E%3C/path%3E%3C/svg%3E");
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
}

.sidebarmenu .menu-content ul li.facebook a,
.sidebarmenu .menu-content ul li.twitter a,
.sidebarmenu .menu-content ul li.whatsapp a,
.sidebarmenu .menu-content ul li.telegram a,
.sidebarmenu .menu-content ul li.instagram a,
.sidebarmenu .menu-content ul li.youtube a,
.sidebarmenu .menu-content ul li.tiktok a {
    display: flex;
    align-items: center;
}

.sidebarmenu .menu-content ul li.facebook a:before,
.sidebarmenu .menu-content ul li.twitter a:before,
.sidebarmenu .menu-content ul li.whatsapp a:before,
.sidebarmenu .menu-content ul li.telegram a:before,
.sidebarmenu .menu-content ul li.instagram a:before,
.sidebarmenu .menu-content ul li.youtube a:before,
.sidebarmenu .menu-content ul li.tiktok a:before  {
    content: "";
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 10px;
    background-position: center;
    background-repeat: no-repeat;

}
.sidebarmenu .menu-content ul li.twitter a:before {
    background-size: 17px;
    background-image: url("../icon/twitter_v2.svg");
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
}

.sidebarmenu .menu-content ul li.whatsapp a:before {
    background-size: 21px;
    background-image: url("../icon/whatsapp_v2.svg");
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
}

.sidebarmenu .menu-content ul li.telegram a:before {
    background-size: 22px;
    background-image: url("../icon/telegram_v2.svg");
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
}

.sidebarmenu .menu-content ul li.youtube a:before {
    background-size: 22px;
    background-image: url("../icon/youtube_v2.svg");
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
}

.sidebarmenu .menu-content ul li.instagram a:before {
    background-size: 22px;
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
    background-image: url("../icon/instagram_v2.svg");
}
.sidebarmenu .menu-content ul li.tiktok a:before {
    background-size: 22px;
    background-image: url("../icon/tiktok_v2.svg");
    filter: invert(57%) sepia(0%) saturate(61%) hue-rotate(240deg) brightness(105%) contrast(97%);
}

.foto-image {
    margin-bottom: 16px;
}
.foto-image .counter {
    background-color: rgba(0, 0, 0, 0.5);
    content: "";
    position: absolute;
    left: 1px;
    right: 0;
    top: 1px;
    bottom: 0;
}
.foto-image .counter span {
    font-size: 18px;
    line-height: 18px;
    font-weight: 400;
    position: absolute;
    color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

.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: 14px;
    margin-top: 15px;
    flex-grow: unset !important;
    flex-basis: unset !important;
    display: block !important;
}

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

.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;
    bottom: 5px;
    background-size: 20px;
    cursor: pointer;
    background-color: #999;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50em;
    color: #fff;
    top: 30%;
}

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

.btn-prev {
    left: 5px;
}

.btn-prev svg, .btn-next svg {
    height: 13px;
}

.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;
}

.slick-dots li.slick-active button {
    display: block;
}

.slick-dots li button {
    display: none;
}

.slick-dots {
    display: flex;
    width: 100%;
    padding: 10px;
    border-radius: 4px;
    margin-top: 15px !important;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    counter-reset: section;
    list-style: none;
}

.slick-dots button {
    background: transparent;
    border: 0;
    outline: 0;
    font-weight: 600;
    font-size: 14px;
}

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

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

.slick-dots li:last-child::after {
    font-size: 14px;
}

.slick-dots li {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.ads-sticky-bottom {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 994;
    height: auto;
    text-align: center;
    background: hsla(0,0%,100%,.8);
    left: 0;
    right: 0;
    max-width: 728px;
}
.ads-sticky-bottom.custom {
    z-index: 199;
}
.ads-sticky-bottom.hide {
    display: none;
}
.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: 10px;
    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);
}
/* DARKMODE */
.darkmode .header, .darkmode .stories ul li img.menu-image-title-after, .darkmode .content, .darkmode .header-search-wrapper,.darkmode .sidebarmenu {
    background-color: #262626;
}
.darkmode .grid-box .grid-image:after,
.darkmode .headline-big .headline-image:after,
.darkmode .headline-small .headline-image:after,
.darkmode .collection .collection-image:after,
.darkmode .headline-box .headline-image:after,
.darkmode .video-image:after,
.darkmode .list .list-image:after,
.darkmode .related-item .related-image:after,
.darkmode .archive-grid-image:after  {
    background-image: linear-gradient(90deg,rgba(21,23,27,0) 0,rgba(21,23,27,.2) 20%,rgba(21,23,27,.5) 60%,rgba(21,23,27,0));
}
.darkmode .banner:before, .darkmode .main .custommenu {
    background-color: #2e2e2e;
}
.darkmode .main .billboard > .widget, .darkmode .info-post .author-avatar, .darkmode .video-image, .darkmode .headline-big .headline-image, .darkmode .headline-small .headline-image, .darkmode .grid-box .grid-image, .darkmode .collection .collection-image, .darkmode .headline-box .headline-image, .darkmode .list .list-image, .darkmode .list .list-author img, .darkmode .redaksi .redaksi-avatar-box .image-ava, .darkmode .redaksi .author-image, .darkmode .commentAvatar, .darkmode .grid-box .grid-image:before, .darkmode .headline-big .headline-image:before, .darkmode .headline-small .headline-image:before, .darkmode .collection .collection-image:before, .darkmode .headline-box .headline-image:before, .darkmode .video-image:before, .darkmode .list .list-image:before, .darkmode .archive-wrapper .author-avatar, .darkmode .commentBodyModeration, .darkmode .archive-grid-image:before{
    background-color: #282828;
}
.darkmode .related-item .related-image:before {
    background-color: #222831;
}
.content.darkmode {
    background: #1a1a1a;
}
.darkmode .header-box, .darkmode .header-top, .single .darkmode .main, .darkmode .grid-box .grid-item-box, .darkmode .related-item .related-image, .darkmode .related-item .related-author img, .darkmode input#author, .darkmode input#email, .darkmode textarea#comment, .darkmode .share-popup, .darkmode .search-content .search-article, .darkmode .search-content, .darkmode .header-bottom .header-menu, .darkmode .header-bottom .header-bottom-box, .darkmode .header-search, .darkmode .archive-grid-image, .darkmode .related-item .related-box {
    background-color: #2e2e2e;
}

.darkmode footer.footer, .darkmode .pagination-post .paginationPostLink a, .darkmode .pagination-post .paginationPostLink span{
    background: #2e2e2e;
}
.darkmode .header-menu ul li a, .darkmode .info-post .author-name a, .darkmode .info-post .like-count, .darkmode .info-post .comment-count, .darkmode .header-post .title-post h1, .darkmode .post-detail, .darkmode .redaksi .label-btn, .darkmode .redaksi .author-name, .darkmode .main .widget .widget-title a, .darkmode .main .widget .widget-title h1, .darkmode .main .widget .widget-title h3, .darkmode .related-item .related-title h2 a, .darkmode .list .list-title h2 a, .darkmode .collection .collection-title, .darkmode .grid-box .grid-header .grid-title h2, .darkmode .grid-box .grid-title a, .darkmode .grid-box .grid-header .grid-title, .darkmode .video-title h2 a, .darkmode .trending-header h1, .darkmode .terkini-header h1, .darkmode .comment-respond, .darkmode input#author, .darkmode input#email, .darkmode textarea#comment, .darkmode .commentsArea, .darkmode .commentAuthorName, .darkmode .commentAuthorName a, .darkmode .share-popup, .darkmode .search-header h1, .darkmode .notfound-box .notfound-title h1, .darkmode .notfound-box .notfound-desc p, .darkmode .archive-title h1, .darkmode .archive-wrapper .author-name h1, .darkmode .header-input-search, .darkmode .labelCheck, .darkmode .headline .headline-title h2 a, .darkmode .custom-tag .widget-header .widget-title, .darkmode .share-box .like-count, .darkmode .share-box .comment-count, .darkmode .archive-grid-title h2 a, .darkmode .sidebarmenu .menu-title, .darkmode .stories ul li .menu-image-title, .darkmode .archive-subtitle, .darkmode .sidebarmenu .menu-content ul li a, .darkmode .pagination-post .paginationPostLabel, .darkmode .slick-dots li.slick-active button, .darkmode .related-item .related-title a, .darkmode .comment-reply-title, .darkmode .comments_title, .darkmode .footer .widget-title  {
    color: #ffffff;
}
.darkmode .share-box .like-btn,
.darkmode .share-box .comment-btn,
.darkmode .share-box .share-btn.more,
.darkmode .redaksi .icon-arrow,
.darkmode .share-box .close-popup,
.darkmode .sidebarmenu .menuclose {
    filter: invert(100%) sepia(0%) saturate(1534%) hue-rotate(43deg) brightness(114%) contrast(100%);
}
.darkmode .header-search-wrapper, .darkmode .info-post .author-avatar, .single .darkmode .article-box .widget-header, .darkmode .related-item, .single .darkmode .list .list-item, .darkmode .grid-box .grid-header, .darkmode .grid-box, .darkmode .video-content, .darkmode .list .list-box, .darkmode .terkini-content, .darkmode .terkini-article, .darkmode .list .list-author img, .darkmode .related-item .related-author img, .darkmode input#author, .darkmode input#email, .darkmode textarea#comment, .darkmode .form-submit .submit, .darkmode .commentsArea ol, .darkmode .search-content, .darkmode .archive-main .archive-article, .darkmode .archive-main2 .archive-article, .darkmode .archive-wrapper, .darkmode .archive-wrapper .archive-content .list .list-item, .darkmode .archive-wrapper .archive-content, .darkmode .archive-wrapper .author-avatar, .darkmode .archive-main .list .list-item .list-box, .darkmode .archive-main2 .list .list-item .list-box, .darkmode .grid-box .grid-item, .page-template-trending .darkmode .list .list-item .list-box, .page-template-terkini .darkmode .list .list-item .list-box, .darkmode .search-content .list .list-item .list-box, .darkmode .archive-box .widget-header, .darkmode .list .list-item, .darkmode .header-top, .darkmode .grid .grid-item, .darkmode .readmore, .darkmode .video .video-item, .darkmode .custom-tag .widget-header, .darkmode .header-bottom, .darkmode .header-search, .darkmode .popu .archive-header, .darkmode .archive-wrapper .archive-header, .darkmode .archive-grid .widget-header, .darkmode .archive-grid-content, .darkmode .main .widget-header, .darkmode .sidebarmenu .menu-header, .darkmode .sidebarmenu .menu-content .widget, .darkmode .pagination{
    border-color: #2f2f2f;
}
.darkmode .main .custommenu {
    border-color: #353535;
}
.darkmode .share-box .like-btn.liked {
    filter: unset;
}
.darkmode .header-top .menubar .icon-menubar, .darkmode .header-top .icon-search, .darkmode .header-top .header-button > *, .darkmode .share-popup .close-popup {
    filter: brightness(0) invert(1);
}
.darkmode .list .list-author-name, .darkmode .list .list-more .like-counter, .darkmode .list .list-more .comment-counter, .darkmode .list .list-more .timeago, .darkmode .headline .headline-author-name, .darkmode .headline .headline-more .like-counter, .darkmode .headline .headline-more .comment-counter, .darkmode .headline .headline-more .timeago, .darkmode .grid .grid-author-name, .darkmode .grid .grid-more .like-counter, .darkmode .grid .grid-more .comment-counter, .darkmode .grid .grid-more .timeago, .darkmode .video .video-author-name, .darkmode .video .video-more .like-counter, .darkmode .video .video-more .comment-counter, .darkmode .video .video-more .timeago, .darkmode .collection .collection-subtitle, .darkmode .info-post .timepost, .darkmode .info-post .dot, .darkmode .info-post .readtime, .darkmode .logged-in-as a, .darkmode .archive-wrapper .author-bio, .darkmode .archive-grid-content .archive-grid-author-name, .darkmode .archive-grid-content .archive-grid-more .timeago, .darkmode .archive-grid-content .archive-grid-more .like-counter, .darkmode .archive-grid-content .archive-grid-more .comment-counter, .darkmode footer.footer, .darkmode .footer-box .widget ul li a, .darkmode .post-detail figcaption, .darkmode .related-item .timeago, .darkmode .comment-notes, .darkmode .comment-form-cookies-consent label {
    color: #999999;
}
.darkmode .share-box {
    background: #2e2e2e;
    box-shadow: rgb(3 3 3 / 15%) 0px 4px 4px -2px, rgb(1 1 1 / 25%) 0px 4px 80px -8px, rgb(3 3 3 / 15%) 0px 0px 20px 4px;
}
.home .darkmode .widget.collection {
    background: #1c1c1c;
}
.footer .menu li:last-child::after {
    display: none;
}
body.darkmode {
    background: #212121;
    color: #fff;
}
.darkmode .footer-box .widget ul li.facebook a, 
.darkmode .footer-box .widget ul li.twitter a, 
.darkmode .footer-box .widget ul li.whatsapp a, 
.darkmode .footer-box .widget ul li.telegram a, 
.darkmode .footer-box .widget ul li.instagram a, 
.darkmode .footer-box .widget ul li.youtube a, 
.darkmode .footer-box .widget ul li.tiktok a {
    background-color: #5b5b5b;
}

.darkmode .footer-box .widget ul li.facebook a:before,
.darkmode .footer-box .widget ul li.twitter a:before,
.darkmode .footer-box .widget ul li.whatsapp a:before,
.darkmode .footer-box .widget ul li.telegram a:before,
.darkmode .footer-box .widget ul li.instagram a:before,
.darkmode .footer-box .widget ul li.youtube a:before,
.darkmode .footer-box .widget ul li.tiktok a:before {
    filter: brightness(0) invert(1);
}
