.sticky-menu {
  position: fixed;
  top: 50px;
  width: 1010px;
  z-index: 1012;
}
.sticky-menu-sm {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1011;
}
.sticky-sub-menu {
  position: fixed;
  top: 88px;
  width: 1010px;
  z-index: 1011;
}
.sticky-trending-side {
  position: fixed;
  z-index: 1010;
  width: 1010px;
  top: 128px;
}
.sticky-input-cari {
  position: fixed;
  top: 86px;
  width: 480px;
  z-index: 1014;
  left:35%;
}
.loader-position {
  text-align: center;
}
.ip__track {
  stroke: hsl(var(--hue), 90%, 90%);
}
.ip__worm1,
.ip__worm2 {
  animation: worm1 2s linear infinite;
}
.ip__worm2 {
  animation-name: worm2;
}

/* Dark theme */
@media (prefers-color-scheme: dark) {
  :root {
    --bg: hsl(var(--hue), 90%, 5%);
    --fg: hsl(var(--hue), 90%, 95%);
  }
  .ip__track {
    stroke: hsl(var(--hue), 90%, 15%);
  }
}

/* Animation */
@keyframes worm1 {
  from {
    stroke-dashoffset: 0;
  }
  50% {
    animation-timing-function: steps(1);
    stroke-dashoffset: -358;
  }
  50.01% {
    animation-timing-function: linear;
    stroke-dashoffset: 358;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes worm2 {
  from {
    stroke-dashoffset: 358;
  }
  50% {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -358;
  }
}

.middle {
  text-align: center;
}
.bar {
  width: 10px;
  height: 70px;
  background: #fff;
  display: inline-block;
  transform-origin: bottom center;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  /*   box-shadow:5px 10px 20px inset rgba(255,23,25.2); */
}
.bar1 {
  animation-delay: 0.1s;
}
.bar2 {
  animation-delay: 0.2s;
}
.bar3 {
  animation-delay: 0.3s;
}
.bar4 {
  animation-delay: 0.4s;
}
.bar5 {
  animation-delay: 0.5s;
}
.bar6 {
  animation-delay: 0.6s;
}
.bar7 {
  animation-delay: 0.7s;
}
.bar8 {
  animation-delay: 0.8s;
}

@keyframes loader {
  0% {
    transform: scaleY(0.1);
    background: #0953BE;
  }
  50% {
    transform: scaleY(1);
    background: #0953BE;
  }
  100% {
    transform: scaleY(0.1);
    background: transparent;
  }
}

button,
a {
  cursor: pointer;
  outline: none;
  &.outline {
    position: relative;
    z-index: 3;
    display: block;
    background: transparent;
    color: #1172c4;
    font-size: 11px;
    font-weight: 600;
    border-color: #1172c4;
    border-style: solid;
    border-width: 2px;
    border-radius: 22px;
    padding: 12px 8px;
    margin-top: 1px;
    height: 43px;
    a {
      text-decoration: none;
    }
  }
  &.outline:hover {
    color: white;
    background: #1172c4;
    border-color: white;
  }
  &.outline:active {
    border-radius: 22px;
  }
  &.blue {
    color: white;
    background: #0953BE;
    border-color: #0953BE;
    text-decoration: none;
  }
  &.blue:hover {
    color: white;
    background: #075a9d;
    border-color: #075a9d;
    text-decoration: none;
  }
  &.white-blue {
    font-weight: 700;
    color: #00aeef;
    border-color: white;
    background: white;
  }
  &.white-blue:hover {
    color: white;
    background: #00aeef;
    border-color: white;
  }
  &.white-green {
    font-weight: 700;
    color: #7dc21e;
    border-color: white;
    background: white;
  }
  &.white-green:hover {
    color: white;
    background: #7dc21e;
    border-color: white;
  }
  &.green-white {
    font-weight: 700;
    color: #7dc21e;
    border-color: #7dc21e;
    background: transparent;
  }
  &.green-white:hover {
    color: white;
    background: #7dc21e;
    border-color: #7dc21e;
  }
  &.purple-white {
    font-weight: 700;
    color: #664e96;
    border-color: #664e96;
    background: transparent;
  }
  &.purple-white:hover {
    color: white;
    background: #664e96;
    border-color: #664e96;
  }
  &.white-purple {
    font-weight: 700;
    color: #664e96;
    border-color: white;
    background: white;
  }
  &.white-purple:hover {
    color: white;
    background: #664e96;
    border-color: white;
  }
}
.social-media-icon {
  padding: 10px 13px;
  height: 45px;
  display: block;
  font-size: 19px;
  width: 45px;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  &.tw {
    background: #000;
    color: white;
  }
  &.fb {
    background: #3b5998;
    color: white;
  }
  &.mail {
    background: #dd4b39;
    color: white;
  }
}
.read-too {
  width: 100%;
  margin: 19px 0 19px 0;
  padding: 15px 15px 20px;
  background-color: #f1f1f1;
}
.read-too:last-child {
  width: 100%;
}
.read-too-header {
  padding-left: 10px;
  font-weight: 700;
  line-height: 1.25;
  color: #424242;
  display: inline-block;
  text-transform: uppercase;
  margin: 0;
}
.read-too-list {
  list-style: none;
  padding: 0;
  margin: 6px 0 0;
  display: -ms-flexbox;
  display: flex;
}
.read-too .read-too-list li {
  padding: 0 13px;
  border-right: 1px solid #c7c7c7;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
}
.read-too .read-too-list li:first-child {
  padding-left: 10px;
}
.read-too .read-too-list li:last-child {
  border-right: none;
}
.read-too .read-too-list li a {
  font-size: 12px;
  line-height: 1.4;
  font-weight: 700;
  color: #343a40;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  text-decoration: none;
  -webkit-box-orient: vertical;
  * {
    display: inline;
  }
}
.read-too .read-too-list li a > h3:hover {
  color: #0953BE;
}
.read-too .read-too-list li a > h3 {
  font-size: 13px;
  line-height: 1.4;
  font-weight: 700;
  color: unset;
}
.hapus-pinggir-st-3:nth-child(3n) {
  padding-right: 0;
}
.credit-post {
  text-decoration: none !important;
}
.credit-post p:hover {
  color: #0953BE !important;
}
.title-post {
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  color: #343a40;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  text-decoration: none;
  -webkit-box-orient: vertical;
  * {
    display: inline;
  }
}

.title-post-lg {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 700;
  color: #343a40;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  text-decoration: none;
  -webkit-box-orient: vertical;
  * {
    display: inline;
  }
}

.title-post-sm {
  font-size: 14px;
  line-height: 1.2;
  font-weight: 700;
  color: #343a40;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  text-decoration: none;
  -webkit-box-orient: vertical;
  * {
    display: inline;
  }
}

.img-circle-sm {
  border-radius: 10px;
}

.paragraph-post {
  font-size: 13px;
  line-height: 1.2;
  color: #51595D;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines to show */
  line-clamp: 3;
  text-decoration: none;
  -webkit-box-orient: vertical;
  * {
    display: inline;
  }
}

.snipped-wrapper {
  padding: 13px;
  border: 1px solid #ced4da;
  border-top: 0;
}
.number-snipper {
  width: 100%;
  max-width: 25%;
  font-size: 55px;
  text-align: center;
  font-weight: 600;
  color: #595959;
}
.snipped-wrapper:first-child {
  border-radius: 5px 5px 0px 0px;
  border-top: 1px solid #ced4da;
}
.snipped-wrapper:last-child {
  border-radius: 0px 0px 5px 5px;
}
.sticky-on {
  position: sticky !important;
}
.sticky-on-indeks {
  position: sticky !important;
}
.news-content-title{
  font-size:16px;
}
.news-content-slug{
  font-size:12px;
}
.news-content-desc{
    display: -webkit-box;
}
.bg-light {
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .news-content-title{
    font-size:22px;
  }
  .news-content-slug{
    font-size:13px;
    padding-bottom:23px;
    padding-top:10px
  }
  .news-content-desc{
    display: none;
  }
}
.gotolink.check-for-mobile{
  display: none;
}
#navbar-menu .mobile-version h1{
  font-family: 'Slackey', sans-serif;
  font-size: 20px;
}
@media only screen and (max-width: 340px) {
  #navbar-menu .mobile-version h1{
    font-size: 14px;
  }
}
@media only screen and (max-width: 360px) {
  #navbar-menu .mobile-version h1{
    font-size: 18px;
  }
}
@media only screen and (max-width: 600px) {
  .bg-light {
    max-width: 600px;
  }
  .news-content-title{
    font-size:16px;
  }
  .news-content-slug{
    font-size:12px;
    padding-bottom:23px;
    padding-top:10px
  }
  .news-content-desc{
    display: none;
  }
  .popup-content {
    width: 95%;
  }
  .gotolink.check-for-mobile{
    display: block;
  }
}
.tags-list .d-flex {
  margin-top: 10px;
}
.tags-list .d-flex > span {
  font-size: 14px;
}
.tags-list .d-flex:first-child {
  margin-top: 0;
}
.tags-link {
  border-bottom: 1px solid;
  width: 90%;
  margin-bottom: 0px;
  padding-bottom: 10px;
}
.pull-width {
  width: 1010px;
  max-width: 1010px;
}
.c-ads-left {
  height: 100vh;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  z-index: 1014;
  top: 0px;
  margin: 0px 510px 0px 0;
  right: 50.3%;
  display: block;
  cursor: pointer;
}
.c-ads-right {
  height: 100vh;
  background-color: rgba(255, 255, 255, 0);
  position: fixed;
  z-index: 1014;
  top: 0px;
  margin: 0px 0px 0px 510px;
  left: 50.3%;
  display: block;
  cursor: pointer;
}
.c-ads-center {
  max-width: 1010px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 55px;
  left: 0;
  right: 0;
  min-height: 200px;
  text-align:center;
}
.c-ads-center img {
  max-width: 1010px;
  max-height: 250px;
}
.c-ads-center-2 {
  max-width: 1010px;
  width: 100%;
  position: relative;
  margin: 0 auto;
  margin-top: 42px;
  left: 0;
  right: 0;
  min-height: 200px;
  text-align:center;
}
.space-ads-center{
  margin-top: 197px;
}
.c-ads-center-2 img {
  max-width: 980px;
  max-height: 250px;
}
.c-ads-notice {
  text-transform: uppercase;
  text-align: center;
  background-color: #343a40;
  color: #fff;
  border: 1px solid #343a40;
}
.bg-dark {
  background-color: #343a40;
  z-index: -2;
  position: relative;
  min-height: 460px;
}
.c-ads-center-mbl-1{
  position: fixed;
  max-width: 510px;
  width: 100%;
  top: 0;
  z-index: -1;
  background-color: #343a40;
}
#ads-center-mbl-1 *{
  width: 100%;
  min-height: 430px;
}
.content-mbl-sticky{
  padding-top: 90px;
  background-color: #fff;
}
.sticky-ads-center {
  position: fixed !important;
  top: 0;
  max-width: 1010px;
  width: 100%;
  z-index: 1012;
  max-height: 50px;
}

.sticky-ads-center img {
  width: 100%;
  min-height: 36px;
}

.single-social-media-row {
  margin-top: 0;
}

@media only screen and (max-width: 767px) {
  .single-social-media-row {
    margin-top: 22px;
  }
}
.mark-style-paging {
  position: relative;
  clear: both;
}
.inside-mark {
  position: absolute;
  display: block;
  top: -11px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 150px;
  height: 1.3em;
  background-color: #fff;
  text-align: center;
  font-weight: 400;
  line-height: 1.29;
  color: #606060;
  font-size: 15px;
}
.mark-break-line {
  margin-top: 40px;
  margin-bottom: 30px;
  border: 0;
  border-top: 1px solid #e7e7e7;
}
@media only screen and (max-width: 990px) {
  .tags-list .d-flex > span {
    width: 5% !important;
  }
}
#list-cari {
  list-style-type: none;
  padding: 0;
  margin: 8px 0px 0px 17px;
  position: fixed;
  z-index: 1015;
  width: auto;
  max-width: 450px;
  line-height: 0.8;
  text-align: left;
}
#list-cari li {
  border: 1px solid #595959;
  margin-top: -1px;
  background-color: #fff;
  padding: 12px;
  text-decoration: none;
  font-size: 14px;
  color: #51595D;
  display: block;
}
#list-cari li:hover:not(.header) {
  background-color: #eee;
  cursor: pointer;
}
/* #list-cari li:first-child {
  border-radius: 10px 10px 0px 0px;
}
#list-cari li:last-child {
  border-radius: 0px 0px 10px 10px;
} */

* {
  box-sizing: border-box;
}
.placeholder-load {
  max-width: 100%;
}
.faux-image-wrapper {
  margin-bottom: 10px;
  position: relative;
  padding-bottom: 100%; /* Or height: 200px; */
}
.faux-image {
  background: #ddd;
  border-radius: 4px;
  height: 100%;
  position: absolute;
  width: 100%;
}
.faux-text {
  background: #ddd;
  border-radius: 4px;
  height: 20px;
  margin-bottom: 5px;
}

.faux-text.short {
  width: 75%;
}

.shimmer {
  overflow: hidden;
  position: relative;
}

.shimmer::before {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.4) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  height: 100%;
  width: 100%;
  z-index: 1;
  animation: shimmer 1s infinite;
}

@keyframes shimmer {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background-color: rgba(0,0,0,0.7);
  z-index:1112;
 }
 @supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .popup {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(0,0,0,0.7);  
  }
}
 .active-backdrop {
  -webkit-filter: blur(2px);
  filter: blur(2px);
 }
 .popup-content {
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index:1113;
  max-height: 800px;
 }
 .close-popup {
  position: absolute;
  top: -10px;
  right: 15px;
  font-size: 50px;
  cursor: pointer;
  height: 40px;
 }
 .adsBottomFixed{
  position: fixed;
  z-index: 1109;
  max-width: 728px;
  width: 100%;
  height: auto;
  bottom: 0;
  text-align: center;
  left: 0;
  right: 0;
  margin: 0 auto;
 }
 .adsBottomFixed *{
  width: 100%;
  height: auto;
  z-index: 1110;
  position: relative;
 }
 .btn-close-ads-btm-fixed {
  text-align: center;
  font-size: 15px;
  background-color: #fff;
  width: 60px;
  right: 45%;
  left: 45%;
  position: absolute;
  top: -23px;
  font-weight: 700;
  cursor: pointer;
 }
 .banner-fixed-ads {
  text-align: center;
  width: 100%;
  padding: 28px 0px;
  height: 100%;
  background-color: #fff;
  min-height: 60px;
  display: block;
  bottom: 0;
 }
 .contentFixedAds *{
  max-height: 90px;
  min-height: 80px;
 }
 .zmotlk {
  overflow: hidden;
  cursor: pointer;
  & img {
    transition: transform .6s;
  }
  &:hover img{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1); 
  }
  &:hover a{
    color:#0953BE;
  }
  &:hover a h1{
    color:#0953BE;
  }
}
.c-ads-notice-read{
  background-color: #f1f1f1;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px !important;
}
.ads-content-body-ls{
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items:center;
}
.ads-footer-ads-ls{
  background-color: #f1f1f1;
  display: flex;
  flex-direction: column;
  align-items:center;
}