*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.pointer-events-none {
  pointer-events: none;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.right-2 {
  right: 0.5rem;
}

.top-1\.5 {
  top: 0.375rem;
}

.z-10 {
  z-index: 10;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.\!mb-0 {
  margin-bottom: 0px !important;
}

.\!mb-8 {
  margin-bottom: 2rem !important;
}

.mb-0 {
  margin-bottom: 0px;
}

.mb-1 {
  margin-bottom: 0.25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mt-0 {
  margin-top: 0px;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.h-auto {
  height: auto;
}

.w-1\/3 {
  width: 33.333333%;
}

.w-6 {
  width: 1.5rem;
}

.w-\[151px\] {
  width: 151px;
}

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.flex-col {
  flex-direction: column;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.\!rounded-t-none {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.border-b-slate-200 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
}

.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
}

.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity, 1));
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-8 {
  padding-top: 2rem;
}

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

.\!text-\[28px\] {
  font-size: 28px !important;
}

.\!text-\[40px\] {
  font-size: 40px !important;
}

.\!text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.\!text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.\!font-normal {
  font-weight: 400 !important;
}

.\!leading-\[32px\] {
  line-height: 32px !important;
}

.leading-\[150\%\] {
  line-height: 150%;
}

.text-slate-200 {
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.text-z-red-600 {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

* {
  font-family: "Exo", sans-serif;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

body,
    main {
  width: 100%;
  overflow-x: hidden;
}

/* body{
        @apply pt-[120px];
    } */

body {
  transition-property: none;
}

header {
  position: relative;
  z-index: 50;
  display: flex;
  width: 100%;
  flex-direction: column;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

@media only screen and (min-width: 1536px) {
  .container {
    max-width: 1200px;
  }
}

@media only screen and (min-width: 1280px) {
  .container {
    max-width: 1200px;
  }
}

a {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

a:hover {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}

/* THEMES */

/* INDOZONE */

.kanal.indozone a{
  --tw-text-opacity: 1;
  color: #E6465C;
} 

.headline-1 .news-item .text .kanal.indozone a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.indozone a,
.news-list-1a .news-item .text .kanal.indozone a,
.news-card-1 .text .kanal.indozone a,
.foto-card .text .kanal.indozone a,
.article-head .kanal.indozone a,
.video-headline .kanal.indozone a,
.zcampus-card .kanal.indozone a{
  --tw-bg-opacity: 1;
  background-color: #E6465C;
  --tw-text-opacity: 1;
  color: #fff;
}

/* NEWS */

.kanal.news a,
.kanal.hukum a,
.kanal.politik a,
.kanal.taugaksih a,
.kanal.worldupdate a,
.kanal.sorotan a {
  --tw-text-opacity: 1;
  color: rgb(209 17 73 / var(--tw-bg-opacity, 1));
}

.headline-1 .news-item .text .kanal.news a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.news a,
.news-list-1a .news-item .text .kanal.news a,
.news-card-1 .text .kanal.news a,
.foto-card .text .kanal.news a,
.article-head .kanal.news a,
.video-headline .kanal.news a,
.zcampus-card .kanal.news a,
.headline-1 .news-item .text .kanal.hukum a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.hukum a,
.news-list-1a .news-item .text .kanal.hukum a,
.news-card-1 .text .kanal.hukum a,
.foto-card .text .kanal.hukum a,
.article-head .kanal.hukum a,
.video-headline .kanal.hukum a,
.zcampus-card .kanal.hukum a,
.headline-1 .news-item .text .kanal.politik a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.politik a,
.news-list-1a .news-item .text .kanal.politik a,
.news-card-1 .text .kanal.politik a,
.foto-card .text .kanal.politik a,
.article-head .kanal.politik a,
.video-headline .kanal.politik a,
.zcampus-card .kanal.politik a,
.headline-1 .news-item .text .kanal.taugaksih a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.taugaksih a,
.news-list-1a .news-item .text .kanal.taugaksih a,
.news-card-1 .text .kanal.taugaksih a,
.foto-card .text .kanal.taugaksih a,
.article-head .kanal.taugaksih a,
.video-headline .kanal.taugaksih a,
.zcampus-card .kanal.taugaksih a,
.headline-1 .news-item .text .kanal.worldupdate a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.worldupdate a,
.news-list-1a .news-item .text .kanal.worldupdate a,
.news-card-1 .text .kanal.worldupdate a,
.foto-card .text .kanal.worldupdate a,
.article-head .kanal.worldupdate a,
.video-headline .kanal.worldupdate a,
.zcampus-card .kanal.worldupdate a,
.headline-1 .news-item .text .kanal.sorotan a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.sorotan a,
.news-list-1a .news-item .text .kanal.sorotan a,
.news-card-1 .text .kanal.sorotan a,
.foto-card .text .kanal.sorotan a,
.article-head .kanal.sorotan a,
.video-headline .kanal.sorotan a
.zcampus-card .kanal.sorotan a {
  --tw-bg-opacity: 1;
  background-color: rgb(209 17 73 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* TECH */

.kanal.tekingame a,
.kanal.game a,
.kanal.tips a,
.kanal.newz a,
.kanal.gadget a,
.kanal.aiupdate a {
  --tw-text-opacity: 1;
  color: rgb(82 59 253 / var(--tw-bg-opacity, 1));
}

.headline-1 .news-item .text .kanal.tekingame a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.tekingame a,
        .news-list-1a .news-item .text .kanal.tekingame a,
        .news-card-1 .text .kanal.tekingame a,
        .foto-card .text .kanal.tekingame a,
        .article-head .kanal.tekingame a,
        .video-headline .kanal.tekingame a,
.headline-1 .news-item .text .kanal.game a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.game a,
        .news-list-1a .news-item .text .kanal.game a,
        .news-card-1 .text .kanal.game a,
        .foto-card .text .kanal.game a,
        .article-head .kanal.game a,
        .video-headline .kanal.game a,
.headline-1 .news-item .text .kanal.tips a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.tips a,
        .news-list-1a .news-item .text .kanal.tips a,
        .news-card-1 .text .kanal.tips a,
        .foto-card .text .kanal.tips a,
        .article-head .kanal.tips a,
        .video-headline .kanal.tips a,
.headline-1 .news-item .text .kanal.newz a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.newz a,
        .news-list-1a .news-item .text .kanal.newz a,
        .news-card-1 .text .kanal.newz a,
        .foto-card .text .kanal.newz a,
        .article-head .kanal.newz a,
        .video-headline .kanal.newz a,
.headline-1 .news-item .text .kanal.gadget a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.gadget a,
        .news-list-1a .news-item .text .kanal.gadget a,
        .news-card-1 .text .kanal.gadget a,
        .foto-card .text .kanal.gadget a,
        .article-head .kanal.gadget a,
        .video-headline .kanal.gadget a,
.headline-1 .news-item .text .kanal.aiupdate a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.aiupdate a,
        .news-list-1a .news-item .text .kanal.aiupdate a,
        .news-card-1 .text .kanal.aiupdate a,
        .foto-card .text .kanal.aiupdate a,
        .article-head .kanal.aiupdate a,
        .video-headline .kanal.aiupdate a {
  --tw-bg-opacity: 1;
  background-color: rgb(82 59 253 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* LIFE */
.kanal.lifezone a,
.kanal.life a,
.kanal.trendz a,
.kanal.health a,
.kanal.fashion a,
.kanal.beauty a,
.kanal.culture a {
  --tw-text-opacity: 1;
  color: rgb(211 52 121 / var(--tw-bg-opacity, 1));
}

.headline-1 .news-item .text .kanal.lifezone a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.lifezone a,
        .news-list-1a .news-item .text .kanal.lifezone a,
        .news-card-1 .text .kanal.lifezone a,
        .foto-card .text .kanal.lifezone a,
        .article-head .kanal.lifezone a,
        .video-headline .kanal.lifezone a,
.headline-1 .news-item .text .kanal.life a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.life a,
        .news-list-1a .news-item .text .kanal.life a,
        .news-card-1 .text .kanal.life a,
        .foto-card .text .kanal.life a,
        .article-head .kanal.life a,
        .video-headline .kanal.life a,
.headline-1 .news-item .text .kanal.trendz a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.trendz a,
        .news-list-1a .news-item .text .kanal.trendz a,
        .news-card-1 .text .kanal.trendz a,
        .foto-card .text .kanal.trendz a,
        .article-head .kanal.trendz a,
        .video-headline .kanal.trendz a,
.headline-1 .news-item .text .kanal.health a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.health a,
        .news-list-1a .news-item .text .kanal.health a,
        .news-card-1 .text .kanal.health a,
        .foto-card .text .kanal.health a,
        .article-head .kanal.health a,
        .video-headline .kanal.health a,
.headline-1 .news-item .text .kanal.fashion a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.fashion a,
        .news-list-1a .news-item .text .kanal.fashion a,
        .news-card-1 .text .kanal.fashion a,
        .foto-card .text .kanal.fashion a,
        .article-head .kanal.fashion a,
        .video-headline .kanal.fashion a,
.headline-1 .news-item .text .kanal.beauty a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.beauty a,
        .news-list-1a .news-item .text .kanal.beauty a,
        .news-card-1 .text .kanal.beauty a,
        .foto-card .text .kanal.beauty a,
        .article-head .kanal.beauty a,
        .video-headline .kanal.beauty a,
.headline-1 .news-item .text .kanal.culture a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.culture a,
        .news-list-1a .news-item .text .kanal.culture a,
        .news-card-1 .text .kanal.culture a,
        .foto-card .text .kanal.culture a,
        .article-head .kanal.culture a,
        .video-headline .kanal.culture a {
  --tw-bg-opacity: 1;
  background-color: rgb(211 52 121 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* SOCCER */
.kanal.arena a,
.kanal.arenatainment a,
.kanal.tribune a,
.kanal.herewego a{
  --tw-text-opacity: 1;
  color: rgb(23 190 187 / var(--tw-bg-opacity, 1));
}

.headline-1 .news-item .text .kanal.arena a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.arena a,
.news-list-1a .news-item .text .kanal.arena a,
.news-card-1 .text .kanal.arena a,
.foto-card .text .kanal.arena a,
.article-head .kanal.arena a,
.video-headline .kanal.arena a,
.headline-1 .news-item .text .kanal.arenatainment a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.arenatainment a,
.news-list-1a .news-item .text .kanal.arenatainment a,
.news-card-1 .text .kanal.arenatainment a,
.foto-card .text .kanal.arenatainment a,
.article-head .kanal.arenatainment a,
.video-headline .kanal.arenatainment a,
.headline-1 .news-item .text .kanal.tribune a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.tribune a,
.news-list-1a .news-item .text .kanal.tribune a,
.news-card-1 .text .kanal.tribune a,
.foto-card .text .kanal.tribune a,
.article-head .kanal.tribune a,
.video-headline .kanal.tribune a,
.headline-1 .news-item .text .kanal.herewego a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.herewego a,
.news-list-1a .news-item .text .kanal.herewego a,
.news-card-1 .text .kanal.herewego a,
.foto-card .text .kanal.herewego a,
.article-head .kanal.herewego a,
.video-headline .kanal.herewego a {
  --tw-bg-opacity: 1;
  background-color: rgb(23 190 187 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* SPORT */
.kanal.sport a{
  --tw-text-opacity: 1;
  color: rgb(42 203 13 / var(--tw-bg-opacity, 1));
}

.headline-1 .news-item .text .kanal.sport a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.sport a,
        .news-list-1a .news-item .text .kanal.sport a,
        .news-card-1 .text .kanal.sport a,
        .foto-card .text .kanal.sport a,
        .article-head .kanal.sport a,
        .video-headline .kanal.sport a {
  --tw-bg-opacity: 1;
  background-color: rgb(42 203 13 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* OTOMOTIF */
.kanal.otozone a,
.kanal.otogaz a,
.kanal.ontheroad a,
.kanal.market a,
.kanal.bengkel a {
  --tw-text-opacity: 1;
  color: rgb(142 142 142 / var(--tw-bg-opacity, 1));
}
.headline-1 .news-item .text .kanal.otozone a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.otozone a,
.news-list-1a .news-item .text .kanal.otozone a,
.news-card-1 .text .kanal.otozone a,
.foto-card .text .kanal.otozone a,
.article-head .kanal.otozone a,
.video-headline .kanal.otozone a,
.headline-1 .news-item .text .kanal.otogaz a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.otogaz a,
.news-list-1a .news-item .text .kanal.otogaz a,
.news-card-1 .text .kanal.otogaz a,
.foto-card .text .kanal.otogaz a,
.article-head .kanal.otogaz a,
.video-headline .kanal.otogaz a,
.headline-1 .news-item .text .kanal.ontheroad a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.ontheroad a,
.news-list-1a .news-item .text .kanal.ontheroad a,
.news-card-1 .text .kanal.ontheroad a,
.foto-card .text .kanal.ontheroad a,
.article-head .kanal.ontheroad a,
.video-headline .kanal.ontheroad a,
.headline-1 .news-item .text .kanal.market a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.market a,
.news-list-1a .news-item .text .kanal.market a,
.news-card-1 .text .kanal.market a,
.foto-card .text .kanal.market a,
.article-head .kanal.market a,
.video-headline .kanal.market a,
.headline-1 .news-item .text .kanal.bengkel a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.bengkel a,
.news-list-1a .news-item .text .kanal.bengkel a,
.news-card-1 .text .kanal.bengkel a,
.foto-card .text .kanal.bengkel a,
.article-head .kanal.bengkel a,
.video-headline .kanal.bengkel a {
  --tw-bg-opacity: 1;
  background-color: rgb(142 142 142 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* SELEB */
.kanal.spotlight a,
.kanal.seleb a,
.kanal.movie a,
.kanal.music a,
.kanal.ekspresi a,
.kanal.hallyu a,
.kanal.otaku a {
  --tw-text-opacity: 1;
  color: rgb(168 51 185 / var(--tw-bg-opacity, 1));
}
.headline-1 .news-item .text .kanal.spotlight a,
    .news-list-1.first-bigger .news-item:first-child .text .kanal.spotlight a,
    .news-list-1a .news-item .text .kanal.spotlight a,
    .news-card-1 .text .kanal.spotlight a,
    .foto-card .text .kanal.spotlight a,
    .article-head .kanal.spotlight a,
    .video-headline .kanal.spotlight a,
.headline-1 .news-item .text .kanal.seleb a,
    .news-list-1.first-bigger .news-item:first-child .text .kanal.seleb a,
    .news-list-1a .news-item .text .kanal.seleb a,
    .news-card-1 .text .kanal.seleb a,
    .foto-card .text .kanal.seleb a,
    .article-head .kanal.seleb a,
    .video-headline .kanal.seleb a,
.headline-1 .news-item .text .kanal.movie a,
    .news-list-1.first-bigger .news-item:first-child .text .kanal.movie a,
    .news-list-1a .news-item .text .kanal.movie a,
    .news-card-1 .text .kanal.movie a,
    .foto-card .text .kanal.movie a,
    .article-head .kanal.movie a,
    .video-headline .kanal.movie a,
.headline-1 .news-item .text .kanal.music a,
    .news-list-1.first-bigger .news-item:first-child .text .kanal.music a,
    .news-list-1a .news-item .text .kanal.music a,
    .news-card-1 .text .kanal.music a,
    .foto-card .text .kanal.music a,
    .article-head .kanal.music a,
    .video-headline .kanal.music a,
.headline-1 .news-item .text .kanal.ekspresi a,
    .news-list-1.first-bigger .news-item:first-child .text .kanal.ekspresi a,
    .news-list-1a .news-item .text .kanal.ekspresi a,
    .news-card-1 .text .kanal.ekspresi a,
    .foto-card .text .kanal.ekspresi a,
    .article-head .kanal.ekspresi a,
    .video-headline .kanal.ekspresi a,
.headline-1 .news-item .text .kanal.hallyu a,
    .news-list-1.first-bigger .news-item:first-child .text .kanal.hallyu a,
    .news-list-1a .news-item .text .kanal.hallyu a,
    .news-card-1 .text .kanal.hallyu a,
    .foto-card .text .kanal.hallyu a,
    .article-head .kanal.hallyu a,
    .video-headline .kanal.hallyu a,
.headline-1 .news-item .text .kanal.otaku a,
    .news-list-1.first-bigger .news-item:first-child .text .kanal.otaku a,
    .news-list-1a .news-item .text .kanal.otaku a,
    .news-card-1 .text .kanal.otaku a,
    .foto-card .text .kanal.otaku a,
    .article-head .kanal.otaku a,
    .video-headline .kanal.otaku a {
  --tw-bg-opacity: 1;
  background-color: rgb(168 51 185 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* FOOD */
.kanal.foodventure a{
  --tw-text-opacity: 1;
  color: rgb(254 104 71 / var(--tw-bg-opacity, 1));
}
.headline-1 .news-item .text .kanal.foodventure a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.foodventure a,
        .news-list-1a .news-item .text .kanal.foodventure a,
        .news-card-1 .text .kanal.foodventure a,
        .foto-card .text .kanal.foodventure a,
        .article-head .kanal.foodventure a,
        .video-headline .kanal.foodventure a { 
  --tw-bg-opacity: 1;
  background-color: rgb(254 104 71 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* TRAVEL */
.kanal.travel a,
.kanal.food a{
  --tw-text-opacity: 1;
  color: rgb(64 142 201 / var(--tw-bg-opacity, 1));
}
.headline-1 .news-item .text .kanal.travel a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.travel a,
        .news-list-1a .news-item .text .kanal.travel a,
        .news-card-1 .text .kanal.travel a,
        .foto-card .text .kanal.travel a,
        .article-head .kanal.travel a,
        .video-headline .kanal.travel a,
.headline-1 .news-item .text .kanal.food a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.food a,
        .news-list-1a .news-item .text .kanal.food a,
        .news-card-1 .text .kanal.food a,
        .foto-card .text .kanal.food a,
        .article-head .kanal.food a,
        .video-headline .kanal.food a {
  --tw-bg-opacity: 1;
  background-color: rgb(64 142 201 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* HILING */
.kanal.hiling a{
  --tw-text-opacity: 1;
  color: rgb(254 105 71 / var(--tw-bg-opacity, 1));
}
.headline-1 .news-item .text .kanal.hiling a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.hiling a,
        .news-list-1a .news-item .text .kanal.hiling a,
        .news-card-1 .text .kanal.hiling a,
        .foto-card .text .kanal.hiling a,
        .article-head .kanal.hiling a,
        .video-headline .kanal.hiling a {
          --tw-bg-opacity: 1;
  background-color: rgb(254 105 71 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* EKOBIZ */
.kanal.ekobiz a,
.kanal.finansial a,
.kanal.bisnis a,
.kanal.umkm a,
.kanal.investor a,
.kanal.enterpreneur a {
  --tw-text-opacity: 1;
  color: rgb(14 121 178 / var(--tw-bg-opacity, 1));
}
.headline-1 .news-item .text .kanal.ekobiz a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.ekobiz a,
        .news-list-1a .news-item .text .kanal.ekobiz a,
        .news-card-1 .text .kanal.ekobiz a,
        .foto-card .text .kanal.ekobiz a,
        .article-head .kanal.ekobiz a,
        .video-headline .kanal.ekobiz a,
.headline-1 .news-item .text .kanal.finansial a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.finansial a,
        .news-list-1a .news-item .text .kanal.finansial a,
        .news-card-1 .text .kanal.finansial a,
        .foto-card .text .kanal.finansial a,
        .article-head .kanal.finansial a,
        .video-headline .kanal.finansial a,
.headline-1 .news-item .text .kanal.bisnis a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.bisnis a,
        .news-list-1a .news-item .text .kanal.bisnis a,
        .news-card-1 .text .kanal.bisnis a,
        .foto-card .text .kanal.bisnis a,
        .article-head .kanal.bisnis a,
        .video-headline .kanal.bisnis a,
.headline-1 .news-item .text .kanal.umkm a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.umkm a,
        .news-list-1a .news-item .text .kanal.umkm a,
        .news-card-1 .text .kanal.umkm a,
        .foto-card .text .kanal.umkm a,
        .article-head .kanal.umkm a,
        .video-headline .kanal.umkm a,
.headline-1 .news-item .text .kanal.investor a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.investor a,
        .news-list-1a .news-item .text .kanal.investor a,
        .news-card-1 .text .kanal.investor a,
        .foto-card .text .kanal.investor a,
        .article-head .kanal.investor a,
        .video-headline .kanal.investor a,
.headline-1 .news-item .text .kanal.enterpreneur a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.enterpreneur a,
        .news-list-1a .news-item .text .kanal.enterpreneur a,
        .news-card-1 .text .kanal.enterpreneur a,
        .foto-card .text .kanal.enterpreneur a,
        .article-head .kanal.enterpreneur a,
        .video-headline .kanal.enterpreneur a {
  --tw-bg-opacity: 1;
  background-color: rgb(14 121 178 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}



/* fadami */
.kanal.fadami a,
.kanal.mitologi a,
.kanal.x-files a,
.kanal.mistis a,
.kanal.ramalan a,
.kanal.history a,
.kanal.discovery a {
  --tw-text-opacity: 1;
  color: rgb(73 81 89 / var(--tw-bg-opacity, 1));
}
.headline-1 .news-item .text .kanal.fadami a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.fadami a,
.news-list-1a .news-item .text .kanal.fadami a,
.news-card-1 .text .kanal.fadami a,
.foto-card .text .kanal.fadami a,
.article-head .kanal.fadami a,
.video-headline .kanal.fadami a,
.headline-1 .news-item .text .kanal.mitologi a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.mitologi a,
.news-list-1a .news-item .text .kanal.mitologi a,
.news-card-1 .text .kanal.mitologi a,
.foto-card .text .kanal.mitologi a,
.article-head .kanal.mitologi a,
.video-headline .kanal.mitologi a,
.headline-1 .news-item .text .kanal.x-files a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.x-files a,
.news-list-1a .news-item .text .kanal.x-files a,
.news-card-1 .text .kanal.x-files a,
.foto-card .text .kanal.x-files a,
.article-head .kanal.x-files a,
.video-headline .kanal.x-files a,
.headline-1 .news-item .text .kanal.mistis a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.mistis a,
.news-list-1a .news-item .text .kanal.mistis a,
.news-card-1 .text .kanal.mistis a,
.foto-card .text .kanal.mistis a,
.article-head .kanal.mistis a,
.video-headline .kanal.mistis a,
.headline-1 .news-item .text .kanal.history a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.history a,
.news-list-1a .news-item .text .kanal.history a,
.news-card-1 .text .kanal.history a,
.foto-card .text .kanal.history a,
.article-head .kanal.history a,
.video-headline .kanal.history a,
.headline-1 .news-item .text .kanal.ramalan a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.ramalan a,
.news-list-1a .news-item .text .kanal.ramalan a,
.news-card-1 .text .kanal.ramalan a,
.foto-card .text .kanal.ramalan a,
.article-head .kanal.ramalan a,
.video-headline .kanal.ramalan a,
.headline-1 .news-item .text .kanal.discovery a,
.news-list-1.first-bigger .news-item:first-child .text .kanal.discovery a,
.news-list-1a .news-item .text .kanal.discovery a,
.news-card-1 .text .kanal.discovery a,
.foto-card .text .kanal.discovery a,
.article-head .kanal.discovery a,
.video-headline .kanal.discovery a {
  --tw-bg-opacity: 1;
  background-color: rgb(73 81 89 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* zcampus */
.kanal.zcampus a {
  --tw-text-opacity: 1;
  color: #C02261;
}
.headline-1 .news-item .text .kanal.zcampus a,
        .news-list-1.first-bigger .news-item:first-child .text .kanal.zcampus a,
        .news-list-1a .news-item .text .kanal.zcampus a,
        .news-card-1 .text .kanal.zcampus a,
        .foto-card .text .kanal.zcampus a,
        .article-head .kanal.zcampus a,
        .video-headline .kanal.zcampus a {
  --tw-bg-opacity: 1;
  background-color: #C02261;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* NEWS */

/* THEMES END */

/* GENERAL */

.text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

h1 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 700;
}

h2 {
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 700;
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}

h5 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}

h6 {
  font-size: 16px;
  line-height: 1rem;
  font-weight: 700;
}

.meta-info {
  font-size: 11px;
  gap: 4px;
  flex-wrap: wrap;
}

.ad-tag {
  margin-right: 0.25rem;
  display: inline-block;
  border-radius: 4px;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  font-size: 11px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  line-height: 100%;
  padding: 3px;
}

.ri-verified-badge-fill {
  --tw-text-opacity: 1;
  color: rgb(237 150 0 / var(--tw-text-opacity, 1));
}

.content-counter {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.125rem;
  border-radius: 0.375rem;
  background-color: rgba(0,0,0,0.8);
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.125rem;
  font-size: 10px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.content-counter i {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  font-size: 16px;
  line-height: 1rem;
}

.breadcrumb-section {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.breadcrumb-wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.breadcrumb {
  margin-top: 0px;
  margin-bottom: 0px;
  gap: 0.5rem;
  background-color: transparent;
  padding-left: 0;
  padding-right: 0;
}

.breadcrumb a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.breadcrumb i {
  font-size: 16px;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.breadcrumb a i {
  --tw-translate-y: -0.125rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.avatar {
  height: 2rem;
  width: 2rem;
  flex-grow: 0;
  flex-shrink: 0;
}

.avatar img {
  height: 100%;
  width: 100%;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar {
  margin-bottom: 5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-left: 30px;
  padding-right: 30px;
}

.article-pagination {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.article-pagination .pagination {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.article-pagination .pagination a.pagenum {
  display: flex;
  height: 2rem;
  width: auto;
  min-width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(230 70 92 / var(--tw-border-opacity, 1));
  padding: 0.125rem 8px 0;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.article-pagination .pagination a.pagenum.active{
  background: #E6465C;
  color: #fff;
}

.article-pagination .pagination a {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.article-pagination .pagination a i {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media only screen and (max-width:1024px) {
  /* .article-pagination .pagination a.pagenum:nth-last-child(2) {
    display: none;
  } */
}

.warning-text {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 227 227 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 234 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 200%;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.ratio {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
}

.ratio.ratio-1 {
  padding-top: 100%;
}

.ratio.ratio-75 {
  padding-top: 75%;
}

.ratio.ratio-56 {
  padding-top: 56.25%;
}

.ratio.ratio-125 {
  padding-top: 125%;
}

.ratio img,
    .ratio iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.z-select,
    .z-input,
    .z-textarea {
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 36px;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  appearance: none;
}
.z-select{
  background: #fff url(../images/dropdown-icon.png) no-repeat center;
  background-position-x: calc(100% - 8px);
}

.z-link {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

/* GENERAL END */

/*HEADER*/

.logo {
  width: 200px;
  flex-shrink: 0;
  flex-grow: 0;
  --tw-bg-opacity: 1;
  background-color: rgb(230 70 92 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.logo img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

header {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.header-right {
  display: flex;
  width: calc(100% - 200px);
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
}

.niche-web .header-right { 
  width: calc(100% - 248px) !important;
}

.header-right-top {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.header-right-top .part {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.header-right-top .part:first-child {
  width: 73%;
}

.header-right-top .part:nth-child(2) {
  justify-content: flex-end;
}

.header-right-bottom {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.header-social {
  display: flex;
  gap: 0.5rem;
}

.header-social ul {
  display: flex;
  gap: 0.25rem;
}

.main-menu {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.main-menu a {
  white-space: nowrap;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.main-menu a:hover {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.main-menu .item .dropdown {
  position: absolute;
  top: 100%;
  left: 0px;
  display: none;
  width: 200px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.main-menu .item .dropdown a {
  display: block;
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.main-menu .item.with-dropdown:hover .dropdown {
  display: block;
}

.main-menu .item.with-dropdown {
  position: relative;
}

.main-menu .item.with-dropdown a {
  display: flex;
  align-items: center;
  padding-top: 0.25rem;
}

.header-bottom-right {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.header-bottom-right a {
  display: flex;
  gap: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.header-bottom-right a:hover {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.header-bottom-right a i {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.breaking-news-title {
  display: flex;
  width: 170px;
  align-items: center;
  gap: 0.25rem;
  white-space: nowrap;
  font-size: 13px;
}

.breaking-news-title i {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(230 70 92 / var(--tw-bg-opacity, 1));
}

/*.breaking-news-slider{
        @apply w-full;
    }
    .breaking-news-slider .item{
        @apply text-[13px];
    }
    .breaking-news-slider .item{
        @apply w-full min-w-[600px];
    }
    .breaking-news-slider .item a{
        @apply text-white;
    }*/

.breaking-news-slider {
  position: relative;
  margin-right: 2.5rem;
  height: 1.25rem;
  width: 100%;
  overflow: hidden;
}

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

@keyframes slide-2 {
  0% {
    transform: translateX(100%);
  }

  100% {
    transform: translateX(0);
  }
}

.breaking-news-slider .slider {
  position: absolute;
  top: -2px;
  width: auto;
  white-space: nowrap;
}

.breaking-news-slider .slider .item {
  margin-left: 2.5rem;
  display: inline-block;
  font-size: 13px;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.slider-1{
  animation: slide 30s infinite linear;
  -webkit-animation: slide 30s infinite linear;
}

.slider-2{
  animation: slide-2 30s infinite linear;
  -webkit-animation: slide-2 30s infinite linear;
}

.breaking-news-slider:hover .slider{
  animation-play-state: paused;
}

.header-date {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
}

.header-social {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
}

.src-form {
  position: relative;
}

.src-form input {
  width: 85%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  border-radius: 999px;
  -webkit-border-radius: 999px;
  -moz-border-radius: 999px;
  -ms-border-radius: 999px;
  -o-border-radius: 999px;
}
body.night .src-form input,
body.night .filter-toggle {
  color: #ffffff;
}
.src-form input:focus{
  outline: none;
  border-color: #E6465C;
}

.src-form button {
  position: absolute;
  right: 1rem;
  top: 6px;
}

.weather-forecast {
  position: relative;
  display: flex;
  width: 205px;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 70 92 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.weather-forecast .weather-icon {
  font-size: 36px;
}

.weather-forecast .temperature {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.weather-forecast .weather-name {
  font-size: 10px;
  font-weight: 700;
}

.city-selector {
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
}

.city-selector select {
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  padding-right: 1rem;
  text-align: right;
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.city-selector i {
  position: absolute;
  top: 0.375rem;
  right: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
}

.colormode-btn button {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.colormode-btn button:focus{
  outline: none;
}

.colormode-btn.day button {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: #fff;
}

.colormode-btn.night button {
  --tw-bg-opacity: 1;
  background-color: #fff;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.burger {
  order: 2;
  display: flex;
  width: 36px;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  position: relative;
}
.burger-icon-animated{
  width: 36px;
  height: 36px;
  position: relative;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
.burger-icon-animated span{
  position: absolute;
  left: 50%;
  width: 18px;
  height: 2px;
  background: #333;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
.burger-icon-animated span:first-child{
  top: 34%;
}
.burger-icon-animated span:nth-child(2){
  top: 50%;
  opacity: 1;
}
.burger-icon-animated span:last-child{
  top: 67%;
}
.burger.opened .burger-icon-animated{
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.burger.opened span{
  background: #E6465C;
}
.burger.opened span:first-child{
  top: 50%;
  transform: translate(-50%,-50%) rotate(45deg);
  -webkit-transform: translate(-50%,-50%) rotate(45deg);
  -moz-transform: translate(-50%,-50%) rotate(45deg);
  -ms-transform: translate(-50%,-50%) rotate(45deg);
  -o-transform: translate(-50%,-50%) rotate(45deg);
}
.burger.opened span:nth-child(2){
  opacity: 0;
}
.burger.opened span:last-child{
  top: 50%;
  transform: translate(-50%,-50%) rotate(135deg);
  -webkit-transform: translate(-50%,-50%) rotate(135deg);
  -moz-transform: translate(-50%,-50%) rotate(135deg);
  -ms-transform: translate(-50%,-50%) rotate(135deg);
  -o-transform: translate(-50%,-50%) rotate(135deg);
}
.burger i{
  font-size: 14px;
  position: absolute;
  right: 4px;
  bottom: 7px;
  background: #fff;
  line-height: 100%;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
.burger.opened i{
  opacity: 0;
}

/*HEADER END*/

/* FOOTER */

.footer-section-1 {
  position: relative;
}
.footer-section-1 .row{
  min-height: 160px;
}

.footer-section-1::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: -10;
  height: 50%;
  width: 100vw;
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.footer-section-1 .row {
  position: relative;
  z-index: 10;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 70 92 / var(--tw-bg-opacity, 1));
  background-image: url("../images/paperplane.png");
  background-repeat: no-repeat;
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background-position-x: -10%;
  background-position-y: 50%;
}

.channel-sitemap {
  -moz-columns: 3;
       columns: 3;
}

.channel-sitemap a {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-section-1 h4 {
  font-size: 2.25rem;
  line-height: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.footer-section-1 h4 span {
  display: block;
  font-size: 1.5rem;
  line-height: 2rem;
}

.footer-section-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.footer-tagline {
  margin-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.sitemap {
  -moz-columns: 2;
       columns: 2;
}

.sitemap a {
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.sponsor {
  margin-bottom: 2rem;
  display: flex;
  max-width: 320px;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  padding: 0;
  background: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

.sponsor img {
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.verified-banner {
  display: flex;
  max-width: 320px;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.verified-banner img {
  height: 3rem;
  width: 3rem;
  -o-object-fit: contain;
     object-fit: contain;
}

.verified-banner .text {
  gap: 0.25rem;
}

.verified-banner .text h6 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.verified-banner .text p {
  font-size: 11px;
  line-height: 1rem;
}

.footer-section-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(230 70 92 / var(--tw-bg-opacity, 1));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.footer-social {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 0.75rem;
}

.footer-social a {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255,255,255,0.7);
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
.footer-social a:hover{
  color: #fff;
}

.footer-section-3 p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* FOOTER END */

/* BANNER */

.banner-ads {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-ads.bg-greylight {
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.skycrapper-ads {
  position: fixed;
  top: 140px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.skycrapper-ads.left {
  left: calc((100% - 1530px) / 2);
}

.skycrapper-ads.right {
  right: calc((100% - 1530px) / 2);
}

.skycrapper-ads.sticky {
  top: 1.25rem;
}

/* BANNER END */

/* SECTION TITLE */

.section-title {
  position: relative;
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}

.section-title span {
  font-size: 16px;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.section-title span::after {
  margin-left: 0.5rem;
  display: inline-block;
  height: 1px;
  width: 2.5rem;
  --tw-translate-y: -0.375rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(230 70 92 / var(--tw-bg-opacity, 1));
}

.section-title.no-line span::after {
  content: var(--tw-content);
  display: none;
}

.section-title a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.section-title span i {
  font-size: 1.5rem;
  line-height: 2rem;
}

.section-title.bigger {
  align-items: flex-start;
}

.section-title.bigger span {
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.section-title.bigger span i {
  font-size: 32px;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.section-title span em {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  font-style: normal;
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity, 1));
}

/* SECTION TITLE END */

/* BREAKING NEWS */

.breaking-news-2 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
  padding-left: 0.5rem;
}

.breaking-news-2 li {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 70 92 / var(--tw-bg-opacity, 1));
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.breaking-news-2 li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.breaking-news {
  margin-bottom: 2rem;
}

/* BREAKING NEWS */

/* HEADLINE */

.headline-1 {
  margin-bottom: 2rem;
}

.headline-1 .news-item {
  position: relative;
}

.headline-1 .col-md-6 .news-item .pic {
  height: 500px;
  width: 100%;
}

.headline-1 .col-md-3 .news-item .pic {
  height: 240px;
  width: 100%;
}

.headline-1 .col-md-3 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.headline-1 .news-item::before,
    .news-list-1.first-bigger .news-item:first-child::before,
    .news-card-1::before,
    .foto-card::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: rgba(0,0,0,0) var(--tw-gradient-to-position);
}

.headline-1 .news-item .text,
    .news-list-1.first-bigger .news-item:first-child .text,
    .news-list-1a .news-item .text {
  z-index: 20;
}

.headline-1 .col-md-6 .news-item::before {
  content: var(--tw-content);
  height: 50%;
}

.headline-1 .news-item .pic img {
  height: 100%;
  width: 100%;
  border-radius: 1rem !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.headline-1 .col-md-6 .news-item .pic a.ratio-75{
  padding-top: 76%;
}

.headline-1 .news-item .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  padding: 1rem;
}

.headline-1 .news-item .text h1,
    .headline-1 .news-item .text h2 {
  font-size: 14px;
  line-height: 1rem;
  font-weight: 700;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.niche-web .headline-1 .col-md-12 .news-item .text h1, 
.niche-web .headline-1 .col-md-12 .news-item .text h2{
  font-size: 24px;
}

.headline-1 .col-md-6 .news-item .text {
  padding: 2rem;
}

.headline-1 .news-item .text .kanal a,
    .news-list-1.first-bigger .news-item:first-child .text .kanal a,
    .news-list-1a .news-item .text .kanal a,
    .news-card-1 .text .kanal a,
    .foto-card .text .kanal a,
    .article-head .kanal a,
    .video-headline .kanal a {
  float: left;
  border-radius: 0.375rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.headline-1 .news-item .text .kanal a,
    .news-list-1.first-bigger .news-item:first-child .text .kanal a,
    .news-list-1a .news-item .text .kanal a,
    .news-card-1 .text .kanal a,
    .foto-card .text .kanal,
    .news-list-5 .text .kanal a,
    .video-headline-list .news-card-5 .text .kanal a,
    .news-card-5 .kanal a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.headline-1 .col-md-6 .news-item .text h1 {
  font-size: 28px;
  font-weight: 700;
  line-height: 120%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.headline-1 .news-item .text .meta-info {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.headline-m{
  overflow: hidden;
}
.headline-m .owl-item{
  padding-left: 10px;
  padding-right: 10px;
}
.mid-content .col-md-8 .headline-m .container{
  padding-right: 0;
  padding-left: 0;
}
.mid-content .col-md-8 .headline-m .container .col-md-12{
  padding-left: 5px;
  padding-right: 5px;
}
.headline-1.headline-m .news-item .pic a {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
  padding-top: 75%;
}
.headline-1.headline-m .col-md-12{
  padding-left: 0;
  padding-right: 0;
}

.headline-1.headline-m .news-item .pic a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
}

.headline-1.headline-m .news-item .text h1,
    .headline-1.headline-m .news-item .text h2,
    .headline-1.headline-m .news-item .text h3 {
  font-size: 16px;
  line-height: 130%;
}

.headline-2 {
  margin-bottom: 1.5rem;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  overflow: hidden;
  border-radius: 1rem;
}

.foto .headline-2 div:nth-child(2) .text h3,
    .foto .headline-2 div:nth-child(3) .text h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media only screen and (max-width:1024px){
  .foto .headline-2 div:nth-child(1) .text h3, 
        .foto .headline-2 div:nth-child(4) .text h3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.headline-3 {
  margin-bottom: 2.5rem;
}

.headline-3 .news-card-1 {
  height: auto;
}

.headline-3 .news-card-1 .pic a {
  height: 0px;
  padding-top: 75%;
}

.headline-3 .news-card-1.item-1 .pic a {
  padding-top: 69.5%;
}

.headline-3 .news-card-1.item-1 .text h1,
    .headline-3 .news-card-1.item-1 .text h2,
    .headline-3 .news-card-1.item-1 .text h3 {
  font-size: 28px;
  line-height: 32px;
}

.headline-3 .news-card-1.item-2 .text h1,
    .headline-3 .news-card-1.item-2 .text h2,
    .headline-3 .news-card-1.item-2 .text h3,
    .headline-3 .news-card-1.item-3 .text h1,
    .headline-3 .news-card-1.item-3 .text h2,
    .headline-3 .news-card-1.item-3 .text h3 {
  font-size: 20px;
  line-height: 26px;
}

.headline-3 .news-card-1.item-4 .text h1,
    .headline-3 .news-card-1.item-4 .text h2,
    .headline-3 .news-card-1.item-4 .text h3,
    .headline-3 .news-card-1.item-5 .text h1,
    .headline-3 .news-card-1.item-5 .text h2,
    .headline-3 .news-card-1.item-5 .text h3 {
  font-size: 24px;
  line-height: 28px;
}

/* HEADLINE END */

/* NEWS LIST 1 */

.news-list-1 {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 1.25rem;
}

.news-list-1 .news-item {
  position: relative;
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1.5rem;
}

.news-list-1 .news-item .pic {
  width: 240px;
  flex-shrink: 0;
  flex-grow: 0;
}

.news-list-1.smaller .news-item .pic {
  width: 180px;
}

.news-list-1 .news-item .pic a img {
  border-radius: 1rem;
}

.news-list-1.first-bigger .news-item:first-child {
  flex-direction: column;
}

.news-list-1.first-bigger .news-item:first-child .pic {
  width: 100%;
}

.news-list-1.first-bigger .news-item:first-child .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  padding: 1.5rem;
}

.news-list-1 .news-item .text {
  gap: 0.375rem;
}

.kanal {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-list-1 .news-item .text h3 {
  font-size: 20px;
}

.news-list-1.first-bigger .news-item:first-child .text h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.news-list-1.first-bigger .news-item:first-child .text .meta-info {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.news-list-1 .news-item {
  position: relative;
}

.article-status {
  display: flex;
  height: 100px;
  width: 100px;
  flex-shrink: 0;
  flex-grow: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.article-status span {
  text-align: center;
  font-size: 11px;
}

.article-status i {
  font-size: 32px;
}

.article-status.waiting i {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.article-status.done i {
  --tw-text-opacity: 1;
  color: rgb(67 206 19 / var(--tw-text-opacity, 1));
}

.news-list-1 .meta-info {
  display: flex;
  align-items: center;
}

.news-list-1 .meta-info .author {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.news-list-1.with-divider .news-item {
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-bottom: 1.25rem;
}

.news-list-1.first-bigger .news-list-1a .news-item:first-child::before {
  content: var(--tw-content);
  display: none;
}
/* NEWS LIST 1 END */

/* BUTTON */

.btn {
  border-radius: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
}

.btn.small {
  font-size: 0.75rem;
  line-height: 1rem;
}

.btn.primary {
  --tw-bg-opacity: 1;
  background-color: rgb(230 70 92 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.btn.btn-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.btn-more {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

/* BUTTON END */

/* LIPSUS CARD */

.lipsus-card {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.lipsus-card .pic a {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
  padding-top: 130%;
}

.lipsus-card .pic a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.lipsus-card .text h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

/* LIPSUS CARD END */

/* LIPSUS COVER */

.lipsus-cover {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.lipsus-cover img {
  margin-top: -2.5rem;
  margin-bottom: -2.5rem;
}

.liputan-author-info {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.liputan-author-info img,
    .liputan-author-info-2 img {
  width: 100%;
  border-radius: 0.5rem;
}

.liputan-author-info h3,
    .liputan-author-info-2 h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.liputan-author-info span,
    .liputan-author-info-2 span {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.liputan-author-info p,
    .liputan-author-info-2 p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.liputan-author-info h5,
    .liputan-author-info-2 h5 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.liputan-author-info a.soc,
    .liputan-author-info-2 a.soc {
  border-radius: 0.375rem;
}

.liputan-author-info .share-group {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.liputan-author-info-2 {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

/* LIPSUS COVER END */

/* ZCAMPUS */

.zcampus-section {
  margin-bottom: 2rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.zcampus-section .section-title span:after {
  display: none;
}

.zcampus-section .section-title a {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.zcampus-card .pic{
  margin-bottom: 8px;
}
.zcampus-card .pic a {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
}

.zcampus-card .pic a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.zcampus-card .text h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.kanal a,
.zcampus-card .kanal a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.zcampus-card .meta-info {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.zcampus-card-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding-top: 1rem;
}

.zcampus-card-1 .text h3 {
  font-size: 20px;
}

.zcampus-card-1 p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.zcampus-card-1 .pic a {
  padding-top: 59.73%;
}

.zcampus-card-2 .text h3 {
  font-size: 16px;
  line-height: 1.25rem;
}

.zcampus-card-2 .pic a {
  padding-top: 49.72%;
}

/* ZCAMPUS END */

/* BERITA PILIHAN */

.border-section {
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.news-card-1 {
  position: relative;
  height: 100%;
}

.news-card-1 .pic {
  height: 100%;
}

.video .news-card-1{
    min-height: 235px;
}

.news-card-1 .pic a {
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
}

.news-card-1 .pic a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  object-fit: cover;
}

.news-card-1 .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  padding: 1rem;
}

.news-card-1 .text h3,
    .news-card-1 .text h2,
    .news-card-1 .text h1 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.news-card-1 .meta-info {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.news-card-2 {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.news-card-2 .pic {
  position: relative;
  width: 33%;
}

.news-card-2 .pic a {
  position: relative;
  display: block;
}

.news-card-2 .pic a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card-2 .text {
  width: 67%;
}

.news-card-2 .text h3 {
  font-size: 12px;
  line-height: 1.25rem;
}
.news-card-2 .text .kanal a{
  font-size: 11px;
}

.news-card-2 .text .meta-info {
  font-size: 11px;
}

/* BERITA PILIHAN END */

/* BRAND WIDGET */

.brand-widget {
  position: relative;
  margin-bottom: 2rem;
  overflow: hidden;
  border-radius: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.brand-widget .bg-section {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand-widget .logo-brand {
  height: 50px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.brand-widget-card {
  display: flex;
  width: 320px;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
}

.brand-widget-card .pic {
  width: 30%;
}

.brand-widget-card .pic a {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
  padding-top: 100%;
}

.brand-widget-card .pic a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.brand-widget-card .text {
  width: 70%;
  gap: 0.25rem;
}

.brand-widget-card .text .kanal a {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.brand-widget-card .text h4,
.brand-widget-card .text h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.brand-text {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.brand-text h3 {
  font-size: 20px;
  font-weight: 700;
}

.brand-text p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.brand-widget-small {
  width: 100%;
  overflow: hidden;
  border-radius: 1rem;
}

.brand-widget-small .brand-banner {
  width: 100%;
}

.widget-small-grid {
  padding: 1.25rem;
}

.widget-row {
  margin-bottom: 1rem;
  display: flex;
  gap: 1rem;
}

.widget-row:last-child {
  margin-bottom: 0px;
}

.brand-widget-small .text h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* BRAND WIDGET END */

/* POLLING */

.polling-card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding: 1.25rem;
}

.polling-card .pic {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
  padding-top: 40%;
}

.polling-card .pic img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.polling-card .text {
  gap: 1rem;
}

.polling-card .text h3 {
  font-size: 1.125rem;
  line-height: 1.25rem;
}

.polling-card .text p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.polling-card .inp-group {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  padding: 0.25rem;
}

.polling-card .inp-group .progress-bar {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 0;
  height: 100%;
  width: 100%;
}

.polling-card .inp-group label {
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 100%;
}

.polling-card .inp-group input {
  height: 1.5rem;
  width: 1.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(148 163 184 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.polling-card .inp-group span {
  position: relative;
  z-index: 10;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

/* POLLING END */

/* FOTO CARD */

.foto-card {
  position: relative;
  width: 100%;
}

.foto-card .pic a {
  position: relative;
  display: block;
  height: 0px;
  padding-top: 250px;
}

.foto-card .pic a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.foto-card .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  padding: 1rem;
}

.foto-card .text h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.foto-card .text .meta-info {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.foto .grid div:nth-child(2) .text h3,
    .foto .grid div:nth-child(3) .text h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.headline-1 .foto-card .pic a {
  padding-top: 380px;
}

/* FOTO CARD END */

/* NEWS CARD 5 */

.news-card-5 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.news-card-5 .pic {
  position: relative;
}

.news-card-5 .pic a img {
  border-radius: 0.5rem;
}

.news-card-5 .text {
  gap: 0.25rem;
}

.news-card-5 .text h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.podcast-title {
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.speaker {
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.speaker i {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.news-card-5 p {
  font-size: 0.75rem;
  line-height: 1rem;
}

.post-label {
  position: absolute;
  top: 1rem;
  left: -0.25rem;
  background-image: url("../images/label-bg.png");
  background-position: right;
  background-repeat: no-repeat;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 1rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

/* NEWS CARD 5 END */

/* TERPOPULER */

.popular-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.popular-list .item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}

.popular-list .item i {
  width: 1.25rem;
  border-top-width: 3px;
  --tw-border-opacity: 1;
  border-top-color: rgb(230 70 92 / var(--tw-border-opacity, 1));
  text-align: center;
  font-size: 20px;
  font-weight: 900;
}

.popular-list .item h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

/* TERPOPULER END */

/* SUARA ANDA */

.text-block {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.text-block p {
  font-size: 0.75rem;
  line-height: 1rem;
}

.news-list-2 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-list-2 .text {
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}

.news-list-2 .text h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.box-1 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

/* SUARA ANDA END */

/* TOPIK KHUSUS */

.topik-card {
  position: relative;
}

.topik-card::before {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  height: 100%;
  width: 100%;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #E6465C var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(230 70 92 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: rgba(230,70,92,0) var(--tw-gradient-to-position);
}

.topik-card .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 20;
  width: 100%;
  padding: 1rem;
}

.topik-card .text h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.topik-card .pic a {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
  padding-top: 130%;
}

.topik-card .pic a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

/* TOPIK KHUSUS END */

/* KOLOM */

.news-list-3 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-list-3 .news-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  border-bottom-width: 1px;
  border-style: dashed;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-bottom: 1rem;
}

.news-list-3 .news-item .pic {
  width: 110px;
}

.news-list-3 .news-item .pic a {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
  padding-top: 100%;
}

.news-list-3 .news-item .pic a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-list-3 .news-item .text {
  width: 75%;
  gap: 0.25rem;
}

.news-list-3 .news-item .text h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.news-list-3 .news-item .text .author {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

/* KOLOM END */

/* TAG POPULER */

.tag-list-1 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.tag-list-1 a {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding: 0.5rem 0.5rem 0.5rem 32px;
  font-size: 14px;
  line-height: 150%;
  position: relative;
}

.tag-list-1 a span {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tag-list-1 a i {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}
.tag-list-1 a span i{
  position: absolute;
  left: 8px;
  top: 8px;
}

/* TAG POPULER END */

/* SOCIAL MEDIA */

.social-media-sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.social-media-sidebar h4 {
  text-align: center;
  font-size: 16px;
  line-height: 1rem;
  font-weight: 700;
}

.social-media-sidebar a {
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.social-media-sidebar a.fb {
  --tw-bg-opacity: 1;
  background-color: rgb(21 121 241 / var(--tw-bg-opacity, 1));
}

.social-media-sidebar a.tw {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.social-media-sidebar a.ig {
  --tw-bg-opacity: 1;
  background-color: rgb(226 13 148 / var(--tw-bg-opacity, 1));
}

.social-media-sidebar a.yt {
  --tw-bg-opacity: 1;
  background-color: rgb(254 0 2 / var(--tw-bg-opacity, 1));
}

.social-media-sidebar a.tt {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.social-media-sidebar a.in {
  --tw-bg-opacity: 1;
  background-color: rgb(43 103 183 / var(--tw-bg-opacity, 1));
}

/* SOCIAL MEDIA END */

/* KANAL GROUP */

.news-list-4 {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.news-list-4 .news-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.news-list-4 .news-item .pic {
  width: 18%;
}

.news-list-4 .news-item .pic a {
  position: relative;
  display: block;
  height: 0px;
  width: 100%;
  padding-top: 100%;
}

.news-list-4 .news-item .pic a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-list-4 .news-item .text {
  width: 82%;
}

.news-list-4 .news-item .text h3 {
  font-size: 0.75rem;
  line-height: 1rem;
}

.news-list-4 .news-item:first-child {
  flex-direction: column;
}

.news-list-4 .news-item:first-child .pic {
  width: 100%;
}

.news-list-4 .news-item:first-child .pic a {
  padding-top: 56.25%;
}

.news-list-4 .news-item:first-child .text {
  width: 100%;
}

/* KANAL GROUP END */

/* MEDIA NETWORK */

.media-network-item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.media-network-item .kanal {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

.media-network-item .text h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.media-network-item .text .meta-info {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.media-network-wrap {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.media-network-item .pic a img {
  border-radius: 0.5rem;
}

.media-network-2 {
  position: relative;
}

.media-network-slider .owl-nav {
  margin-top: 1rem;
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.media-network-slider .owl-nav button span {
  display: flex;
  height: 1.75rem;
  width: 1.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(51 65 85 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.media-network-slider .owl-dots {
  position: absolute;
  bottom: 0px;
  left: 30px;
  display: flex;
  height: 1.75rem;
  width: calc(100% - 60px);
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}

.media-network-slider .owl-dots span {
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105 / var(--tw-bg-opacity, 1));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.media-network-slider .owl-dots .owl-dot.active span {
  height: 0.5rem;
  width: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.media-network-2 .media-network-wrap a.btn-more {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

/* MEDIA NETWORK END */

/* DETAIL */

.article {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.article-head {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.article-head .top-part {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.article-head .meta-info {
  font-weight: 700;
}

.partner-logo {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.partner-logo span {
  white-space: nowrap;
  text-align: right;
  font-size: 11px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(119 119 119 / var(--tw-text-opacity, 1));
}

.partner-logo img {
  height: 1.5rem;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.partner-mobile {
  display: none;
}

@media only screen and (max-width:1024px) {
  .partner-mobile {
    display: block;
  }
  .top-part .partner-logo {
    display: none;
  }
  .partner-mobile .partner-logo {
    justify-content: center;
    width: 100%;
    background-color: #ececec;
    padding: 8px;
    gap: 1rem;
  }
  .partner-mobile .partner-logo img {
    width: auto;
    max-width: 110px;
  }
}

.article-head h1 {
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.article-head .author-group {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 11px;
  font-weight: 700;
  color: rgba(51,51,51,0.5);
}

.article-head .author-group .author {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.article-head .author-group .author .avatar {
  height: 1.5rem;
  width: 1.5rem;
}

.article-head .author-group .author .text {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}

.author-group .img-group {
  position: relative;
  display: flex;
  align-items: center;
}

.author-group .img-group button {
  display: flex;
  height: 1.5rem;
  width: 1.5rem;
  align-items: center;
  justify-content: center;
}

.avatars {
  display: flex;
}

.avatars .avatar {
  margin-left: -0.5rem;
}

.avatars .avatar img {
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.avatars .avatar:first-child {
  margin-left: 0px;
}

.author-popup {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 50%;
  z-index: 50;
  display: flex;
  width: 200px;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  opacity: 0;
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.author-popup.show {
  pointer-events: auto;
  top: 100%;
  opacity: 1;
}

.author-popup .text {
  gap: 0px;
  width: calc(100% - 40px);
}

.author .text a{
  /* max-width: 140px; */
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.author-popup .text a {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.author-popup .text span {
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(51 65 85 / var(--tw-text-opacity, 1));
}

.article-head .share-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.article-head .share-group span,
    .article-head .share-group a,
    .liputan-author-info a.soc,
    .liputan-author-info-2 a.soc {
  display: flex;
  height: 2rem;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.article-head .share-group span {
  gap: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  padding-left: 0 !important;
}

.article-head .share-group span i {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.article-head .share-group a,
    .share-article-group .social a {
  border-radius: 0.375rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.share-group a.fb,
    .share-article-group .social a.fb,
    .liputan-author-info a.fb,
    .liputan-author-info-2 a.fb {
  --tw-bg-opacity: 1;
  background-color: rgb(21 89 194 / var(--tw-bg-opacity, 1));
}

.share-group a.tw,
    .share-article-group .social a.tw,
    .liputan-author-info a.tw,
    .liputan-author-info-2 a.tw {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.share-group a.tg,
    .share-article-group .social a.tg,
    .liputan-author-info a.tg,
    .liputan-author-info-2 a.tg {
  --tw-bg-opacity: 1;
  background-color: #24A1DE;
}

.share-group a.wa,
    .share-article-group .social a.wa,
    .liputan-author-info a.wa,
    .liputan-author-info-2 a.wa {
  --tw-bg-opacity: 1;
  background-color: rgb(67 206 19 / var(--tw-bg-opacity, 1));
}

.share-group a.other,
    .share-article-group .social a.other,
    .liputan-author-info a.other,
    .liputan-author-info-2 a.other {
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1));
}

.liputan-author-info a.ig,
    .liputan-author-info-2 a.ig {
  --tw-bg-opacity: 1;
  background-color: rgb(226 13 148 / var(--tw-bg-opacity, 1));
}

.article figure {
  margin-bottom: 1rem;
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 0.5rem;
}

.article-ct img {
  width: 100%;
  border-radius: 1rem;
}

figcaption,
strong figcaption,
figcaption strong,
a.class-data-caption,
strong a.class-data-caption,
a.class-data-caption strong {
  font-size: 12px;
  line-height: 120% !important;
  --tw-text-opacity: 1;
  font-weight: normal !important;
}

/* .article-ct p{
  position: relative;
}
.article-ct figcaption,
.article-ct a.class-data-caption{
  position: absolute;
  bottom: 0;
  left: 0;
  background: #020617;
  background: linear-gradient(0deg, rgba(2, 6, 23, 1) 0%, rgba(2, 6, 23, 0) 100%);
  color: rgba(255,255,255,0.8);
  padding: 48px 16px 8px;
  line-height: 120%;
  width: 100%;
  border-radius: 0 0 16px 16px;
  -webkit-border-radius: 0 0 16px 16px;
  -moz-border-radius: 0 0 16px 16px;
  -ms-border-radius: 0 0 16px 16px;
  -o-border-radius: 0 0 16px 16px;
}  */
.article-ct figcaption,
.article-ct p a.class-data-caption {
  line-height: 150% !important;
  display: block;
  margin-top: 5px;
  color: #94a3b8;
}
.article-ct figcaption:hover,
.article-ct a.class-data-caption:hover{
  color: #94a3b8;
}

.article-ct p,
    .article-ct li,
    .article-ct blockquote,
    .article-ct table td,
    .article-ct table th {
  font-size: 16px;
  line-height: 1rem;
  line-height: 200%;
}

.article-ct {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.article-ct h1 {
  font-size: 24px;
  line-height: 150%;
  font-weight: 600;
  margin-top: 12px;
}

.article-ct h2 {
  font-size: 20px;
  line-height: 150%;
  font-weight: 600;
  margin-top: 12px;
}

.article-ct h3 {
  font-size: 18px;
  line-height: 150%;
  font-weight: 600;
  margin-top: 12px;
}

.article-ct h4 {
  font-size: 16px;
  line-height: 150%;
  font-weight: 600;
  margin-top: 12px;
}

.article-ct h5 {
  font-size: 15px;
  line-height: 150%;
  font-weight: 600;
  margin-top: 12px;
}

.article-ct h6 {
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  margin-top: 12px;
}

.article-ct ul {
  list-style-type: disc;
  padding-left: 24px;
  list-style-position: outside;
}

.article-ct ol {
  list-style-position: outside;
  list-style-type: decimal;
  padding-left: 24px;
}

.article-ct li p{
  display: inline;
}

.article-ct iframe {
  width: 100% !important;
  border-radius: 1rem;
}

.article-ct table {
  width: 100%;
}

.article-ct table th,
    .article-ct table td {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.article-ct table th {
  border-top-width: 1px;
  border-bottom-width: 3px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.article-ct table td {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.article-ct a {
  --tw-text-opacity: 1;
  color: rgb(0 151 219 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}

/* .article-ct blockquote {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  background-image: url("../images/double-quotes-l.png");
  background-position: 16px 12px;
  background-repeat: no-repeat;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-right: 1rem;
  padding-left: 5rem;
} */

.article-ct a {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.news-card-3 {
  display: flex;
  width: 100%;
  align-items: center;
  gap: 1rem;
  border-radius: 0.5rem;
  border-width: 1px;
  border-left-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(230 70 92 / var(--tw-border-opacity, 1));
  padding: 0.75rem;
}

.news-card-3 .pic {
  width: 6rem;
  flex-shrink: 0;
  flex-grow: 0;
}

.news-card-3 .pic a {
  position: relative;
  display: block;
  height: 0px;
  padding-top: 75%;
}

.news-card-3 .pic a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.375rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card-3 .text {
  display: flex;
  flex-direction: column;
  gap: 0px;
}

.news-card-3 .text h3 {
  line-height: 100%;
}

.news-card-3 .text h3 a {
  font-size: 16px;
  line-height: 1rem;
  line-height: 100%;
  --tw-text-opacity: 1 !important;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1)) !important;
  text-decoration-line: none !important;
}

.news-card-3 .text span {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.banner-breakingnews {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.banner-breakingnews .text {
  width: 220px;
}

.banner-breakingnews .text p {
  text-align: center;
  line-height: 150%;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.banner-breakingnews .text a.btn {
  text-decoration-line: none;
}

.article-foot {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding-top: 1rem;
}

.author-info {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

.author-info h6 {
  font-size: 11px;
  font-weight: 700;
  color: rgba(51,51,51,0.5);
}

.author-info .author {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.author-info .author .text {
  gap: 0px;
}

.author-info .author .text h4 {
  font-size: 11px;
  line-height: 100%;
}

.author-info .author .text .author-role {
  font-size: 10px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.author-info .author .text .editor {
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.author-info .author .avatar {
  height: 2rem;
  width: 2rem;
}

.tags-group {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}

.tags-group span {
  margin-right: 1rem;
  font-size: 16px;
  line-height: 1rem;
  font-weight: 700;
}

.tags-group a {
  display: inline-block;
  align-items: center;
  gap: 0.25rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding-left: 32px;
  padding-right: 0.5rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  max-width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
}

.tags-group a i {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
  position: absolute;
  left: 8px;
  top: 1px;
}

.share-article-group {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

.share-article-group .social {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.share-article-group .social span {
  margin-right: 0.5rem;
  display: block;
  font-weight: 700;
  line-height: 100%;
}

.share-article-group .social a {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
}

.share-article-group .interaction {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.share-article-group .interaction span {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.interaction .inp-group {
  position: relative;
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.interaction .inp-group input {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  opacity: 0;
}

.interaction .inp-group input:hover {
  cursor: pointer;
}

.interaction .inp-group.dislike {
  --tw-bg-opacity: 1;
  background-color: rgb(226 156 166 / var(--tw-bg-opacity, 1));
}

.interaction .inp-group.like {
  --tw-bg-opacity: 1;
  background-color: rgb(125 215 94 / var(--tw-bg-opacity, 1));
}

/* DETAIL END */

/* NEWS CARD 4 */

.news-card-4 {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.news-card-4 .pic {
  width: 100%;
}

.news-card-4 .pic a {
  position: relative;
  display: block;
  height: 0px;
  padding-top: 56.25%;
}

.news-card-4 .pic a img {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.news-card-4 .text h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.news-card-4 .text .kanal {
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
}

/* NEWS CARD 4 END */

/* FOTO SLIDER */

#small-slide .item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.article #small-slide figure {
  margin-bottom: 0px;
}

/* FOTO SLIDER END */

/* COMMENT FORM */

.comment-form {
  margin-bottom: 2rem;
}

.comment-form .inp-group {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding: 0.5rem;
}

.comment-form .inp-group textarea {
  height: 3rem;
  width: 100%;
  padding: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.comment-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.comment-list .item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

.comment-list .item h4 {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
}

.comment-list .item p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

/* COMMENT FORM END*/

/* NEWS LIST 5 */

.news-list-5 {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-list-5 .item {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.news-list-5 .item .pic {
  position: relative;
  width: 110px;
  flex-shrink: 0;
  flex-grow: 0;
}

.news-list-5 .item .pic a img {
  border-radius: 0.5rem;
}

.news-list-5 .text {
  gap: 0px;
}

.news-list-5 .text h3 {
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.news-list-5.first-bigger .item:first-child {
  position: relative;
  flex-direction: column;
}

.news-list-5.first-bigger .item:first-child .pic {
  width: 100%;
}

.news-list-5.first-bigger .item:first-child .text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 10;
  padding: 1rem;
}

.news-list-5.first-bigger .item:first-child .text h3 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.news-list-5.first-bigger .item:first-child .text .meta-info {
  color: rgba(255,255,255,0.8);
}

/* NEWS LIST 5 END */

/* PROFILE AUTHOR */

.profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 1rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  background-image: url("../images/bg-author-profile.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 1.5rem;
}

.profile .author-profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.profile .author-profile .avatar {
  position: relative;
  height: 5rem;
  width: 5rem;
}

.profile .author-profile .avatar i {
  position: absolute;
  right: -0.25rem;
  bottom: -0.25rem;
  display: flex;
  height: 2.25rem;
  width: 2.25rem;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 32px;
  line-height: 100%;
  --tw-text-opacity: 1;
  color: rgb(237 150 0 / var(--tw-text-opacity, 1));
}

.profile .author-profile .text {
  gap: 0px;
}

/* PROFILE AUTHOR END */

/* TOPIK COVER */

.topik-cover {
  position: relative;
  margin-bottom: 2rem;
  display: flex;
  height: 300px;
  width: 100%;
  align-items: center;
  overflow: hidden;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.topik-cover .pic {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 60%;
}

.topik-cover .pic::before {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 25%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: rgba(0,0,0,0) var(--tw-gradient-to-position);
}

.topik-cover .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topik-cover .text {
  position: relative;
  z-index: 10;
  display: flex;
  width: 50%;
  padding: 1.5rem;
}

.topik-cover .text h1 {
  text-align: left;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.topik-cover .text p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

/* TOPIK COVER END */

/* VIDEO HEADLINE */

.video-headline {
  position: relative;
  display: flex;
  height: 360px;
  width: 100%;
  align-items: center;
  overflow: hidden;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

.video-headline .pic {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 60%;
}

.video-headline .pic::before {
  position: absolute;
  bottom: 0px;
  left: -1px;
  height: 100%;
  width: 25%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: rgba(0,0,0,0) var(--tw-gradient-to-position);
  z-index: 2;
}

.video-headline .pic img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.video-headline .text {
  position: relative;
  z-index: 10;
  display: flex;
  width: 50%;
  padding: 1.5rem;
}

.video-headline .text h1 {
  text-align: left;
  font-size: 1.5rem;
  line-height: 2rem;
  --tw-text-opacity: 1;
  color: rgb(226 232 240 / var(--tw-text-opacity, 1));
}

.video-headline .text p {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.video-headline .meta-info {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

.video-headline-list {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1.25rem;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}

.foto .video-headline-list div:nth-child(2) .text h3,
    .foto .video-headline-list div:nth-child(3) .text h3 {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

@media only screen and (max-width:1024px){
  .foto .video-headline-list div:nth-child(1) .text h3, 
        .foto .video-headline-list div:nth-child(4) .text h3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.video-headline-list .news-card-5 {
  grid-column: span 1 / span 1;
}

.video-headline-list .news-card-5 .text h3 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.video-headline-list .news-card-5 .text .meta-info {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

/* VIDEO HEADLINE END */

/* DETAIL LIPSUS */

.main-lipsus-image img {
  margin-bottom: 0.5rem;
  height: 480px;
  width: 100%;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  -o-object-fit: cover;
     object-fit: cover;
}

.article-ct.unsubscribed {
  position: relative;
  height: 720px;
  overflow: hidden;
}

.article-ct.unsubscribed::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 320px;
  width: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  content: var(--tw-content);
  --tw-gradient-to: rgba(255,255,255,0) var(--tw-gradient-to-position);
}

.lipsus-plan-card {
  margin-bottom: 1rem;
  max-width: 500px;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.lipsus-plan-item {
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(230 70 92 / var(--tw-bg-opacity, 1));
  padding: 1rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.lipsus-plan-item i {
  margin-bottom: 0.5rem;
  display: inline-block;
  font-size: 3.75rem;
  line-height: 1;
}

.lipsus-plan-card p {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.lipsus-plan-card p a {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.lipsus-plan-card li {
  padding: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.lipsus-plan-card ul {
  margin-bottom: 1rem;
}

.lipsus-plan-card li i {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(34 189 189 / var(--tw-text-opacity, 1));
}

.lipsus-group {
  margin-bottom: 2rem;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  padding: 1.5rem;
}

.lipsus-group .share-group a {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.lipsus-group h3,
    .lipsus-group span,
    .lipsus-group h5 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.lipsus-group img.lipsus-thumbnail {
  width: 220px;
  flex-shrink: 0;
  flex-grow: 0;
}

.lipsus-group .section-title span,
    .lipsus-group .section-title a {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.lipsus-group .news-card-4 .meta-info {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity, 1));
}

/* DETAIL LIPSUS END */

/* LINE CLAMP */

.brand-widget-card .text h4 a,
    .news-list-4 .news-item .text h3 a,
    .news-card-2 .text h3 a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

    .headline-1 .news-item .text h2 a,
    .media-network-item .text h3 a,
    .news-list-1 .news-item .text h3 a,
    .news-list-1 .news-item .text h3 a,
    .lipsus-card .text h3 a,
    .zcampus-card-1 .text h3 a,
    .zcampus-card-2 .text h3 a,
    .news-card-1 .text h3 a,
    .news-card-1 .text h2 a,
    .news-card-1 .text h1 a,
    .foto-card .text h3 a,
    .news-card-5 .text h3 a,
    .news-list-5 .text h3 a{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.news-card-5 p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

/* LINE CLAMP END */

/* MEGA MENU */

.mega-menu {
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  z-index: 99;
  max-height: 80vh;
  width: 100%;
  overflow: auto;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 10px;
  padding-right: 10px;
  opacity: 0;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.mega-menu.show {
  pointer-events: auto;
  opacity: 1;
}

.mega-menu-list {
  -moz-columns: 5;
       columns: 5;
  gap: 1.25rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.mega-menu-list li a {
  display: block;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.mega-menu-list li a:hover {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

/* MEGA MENU END */

/* STICKY SHARE */

.sticky-share {
  position: fixed;
  top: 92px;
  /* top: 95px; */
  left: 0px;
  z-index: 999999;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  opacity: 0;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  pointer-events: none;
}

.sticky-share.scrolled {
  opacity: 1;
  pointer-events: auto;
}

.sticky-share .col-md-12 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.sticky-share h4 {
  margin-right: 4rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.sticky-share .right-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1rem;
}

.comment-bt-2 {
  white-space: nowrap;
  border-radius: 20px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.comment-bt-2 i {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.sticky-share .share-group {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

.sticky-share .share-group span {
  white-space: nowrap;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity, 1));
}

.sticky-share .share-group a {
  display: flex;
  height: 2rem;
  width: 2rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.sticky-share .share-group a.fb {
  --tw-bg-opacity: 1;
  background-color: rgb(21 89 194 / var(--tw-bg-opacity, 1));
}

.sticky-share .share-group a.wa {
  --tw-bg-opacity: 1;
  background-color: rgb(67 206 19 / var(--tw-bg-opacity, 1));
}

.sticky-share .share-group a.tw {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.sticky-share .share-group a.other {
  --tw-bg-opacity: 1;
  background-color: rgb(85 85 85 / var(--tw-bg-opacity, 1));
}

/* STICKY SHARE END */

.match-schedule-widget {
  margin-bottom: 2.5rem;
  width: 100%;
}

.match-widget-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.match-widget-title .btn-more {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tab-nav {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.tab-nav a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(203 213 225 / var(--tw-text-opacity, 1));
}

.tab-nav a:hover {
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.tab-nav a.active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.tab-ct p {
  font-size: 0.75rem;
  line-height: 1rem;
}

.tab-ct img {
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tab-ct {
  display: none;
}

.tab-ct.show {
  display: block;
}

.klasemen-slider {
  position: relative;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
  padding: 1rem;
}

.klasemen-slider .klasemen-header {
  display: flex;
  justify-content: center;
}

.klasemen-header h5 {
  font-size: 16px;
  line-height: 1rem;
  font-weight: 600;
}

.klasemen-header img {
  height: 1.5rem;
  width: 1.5rem !important;
  flex-shrink: 0;
  flex-grow: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.klasemen-slider table th {
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 600;
}

.klasemen-slider table td {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.klasemen-slider table td img {
  height: 1.25rem;
  width: 1.25rem !important;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 9999px;
  -o-object-fit: contain;
     object-fit: contain;
}

.error-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.error-section img {
  height: 120px;
  width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}

.error-section h1 {
  font-size: 64px;
  --tw-text-opacity: 1;
  color: rgb(15 23 42 / var(--tw-text-opacity, 1));
}

.error-section p {
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.error-section p a {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(230 70 92 / var(--tw-text-opacity, 1));
}

.zcampus-section .h-scroller-ct {
  display: flex;
  max-width: 480px;
  flex-direction: column;
  gap: 1rem;
}

.news-wrap {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.author-groups {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.author-groups.has-lots-of-authors{
  gap: 0.5rem;
}
.author-groups .author{
  position: relative;
}
.author-groups.has-lots-of-authors .author .text{
  position: absolute;
  left: 50%;
  padding: 5px 10px;
  text-align: center;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  background: #fff;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  opacity: 0;
  bottom: 50%;
  pointer-events: none;
  border: 1px solid #dedede;
}
.author-groups.has-lots-of-authors .author:hover .text{
  opacity: 1;
  bottom: 100%;
  z-index: 9;
}

.static-page .article-head h1 {
  position: relative;
  margin-bottom: 1rem;
  width: 100%;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  text-align: center;
}

.static-page .article-head h1::before{
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1rem;
  height: 3px;
  width: 4rem;
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(230 70 92 / var(--tw-bg-opacity, 1));
}

.for-mobile,
    .for-mobile-only {
  display: none;
}

/* NICHE */

.niche-web header a.logo {
  display: flex;
  width: 248px;
  align-items: center;
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}

.niche-web header a.logo img {
  max-height: 50px;
  max-width: 200px;
  -o-object-fit: contain;
     object-fit: contain;
}

body.niche-web .skycrapper-ads {
  top: 96px;
}

/* body.niche-web{
        @apply pt-[80px]
    } */

/* oto */

/* body.otogaz .pic a img,
body.otogaz .border-section,
body.otogaz .news-list-1 .news-item .pic a img{
  border-radius: 0px !important;
} */

body.otogaz .news-card-1::before,
    body.otogaz .foto-card::before,
    body.otogaz .topik-card::before {
  /* border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important; */
}

/* arena */

.headline-4 .news-card-1 .text h1,
    .headline-4 .news-card-1 .text h2,
    .headline-4 .news-card-1 .text h3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
/* body.arena .pic img,
body.arena .news-list-1 .news-item .pic a img{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
} */
/* body.arena .headline-1 .news-item::before,
body.arena .news-card-1::before,
body.arena .foto-card::before{
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
} */
body.arena .headline-4 .video-headline{
  border-radius: 16px !important;
  -webkit-border-radius: 16px !important;
  -moz-border-radius: 16px !important;
  -ms-border-radius: 16px !important;
  -o-border-radius: 16px !important;
}
/* food venture */

.niche-content .row:first-child {
  margin-left: 0px;
  margin-right: 0px;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 240 227 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
}

.niche-content .row:last-child {
  margin-left: 0px;
  margin-right: 0px;
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 240 227 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 1rem;
}

/* NICHE END */

/* RESPONSIVE */

.news-list-1a {
    display: flex;
    gap: 1.25rem;
  }

  .news-list-1a .news-item .pic,
        .news-list-1.first-bigger .news-list-1a .news-item:first-child .pic {
    width: 100% !important;
  }

  .news-list-1 .news-list-1a .news-item .pic a,
        .news-list-1.first-bigger .news-list-1a .news-item .pic a {
    padding-top: 75% !important;
  }

  .news-list-1a .news-item .text,
        .news-list-1.first-bigger .news-list-1a .news-item:first-child .text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 1.5rem;
  }

  .news-list-1a .news-item .text h3,
        .news-list-1.first-bigger .news-list-1a .news-item:first-child .text h3 {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .news-list-1a .news-item,
        .news-list-1.first-bigger .news-list-1a .news-item:first-child {
    position: relative;
  }

  .news-list-1a .news-item .text .meta-info,
        .news-list-1.first-bigger .news-list-1a .news-item:first-child .text .meta-info {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .news-list-1a .news-item::before,
  .news-list-1a .news-item:first-child:after{
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 10;
    height: 100%;
    width: 100%;
    border-bottom-right-radius: 1rem;
    border-bottom-left-radius: 1rem;
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
    --tw-gradient-from: #0f172a var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(15 23 42 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    content: "" !important;
    --tw-gradient-to: rgba(0,0,0,0) var(--tw-gradient-to-position);
  }

  .news-list-1.first-bigger .news-list-1a {
    flex-direction: row;
  }

@media only screen and (max-width:1440px){
  .container {
    max-width: 990px;
  }

  .skycrapper-ads.left {
    left: calc((100% - 1310px) / 2);
  }

  .skycrapper-ads.right {
    right: calc((100% - 1310px) / 2);
  }

  .main-menu a,
        .header-bottom-right a {
    font-size: 13px;
  }

  .headline-1 .col-md-6 .news-item .pic {
    height: 400px;
  }

  .headline-1 .col-md-3 .news-item .pic {
    height: 190px;
  }

  .headline-1 .col-md-6 .news-item .text h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .news-list-1 .news-item .text h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    line-height: 150%;
  }

  .main-menu {
    gap: 0.75rem;
  }
  .news-card-2 .pic{
    width: 110px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .news-card-2 .pic a{
    padding-top: 110px;
  }
  .video .news-card-2 .pic a{
    padding-top: 56.25%;
  }
  .video .news-card-2 .text{
    gap: 2px;
  }
  .video .news-card-1{
    min-height: 208px;
  }
  .news-card-2 .text{
    gap: 5px;
  }
  .news-card-2 .text h3{
    line-height: 130%;
  }
  .news-card-2 .text .meta-info{
    font-size: 10px;
  }
  .berita-pilihan .news-card-2 .pic a{
    padding-top: 75%;
  }

  .share-article-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .sidebar {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .header-right {
    width: calc(100% - 200px);
  }

  .niche-web .header-right {
    width: calc(100% - 248px) !important;
  }

  .headline-3 .news-card-1.item-1 .text h1,
        .headline-3 .news-card-1.item-1 .text h2,
        .headline-3 .news-card-1.item-1 .text h3 {
    font-size: 20px;
    line-height: 26px;
  }

  .headline-3 .news-card-1.item-2 .text h1,
        .headline-3 .news-card-1.item-2 .text h2,
        .headline-3 .news-card-1.item-2 .text h3,
        .headline-3 .news-card-1.item-3 .text h1,
        .headline-3 .news-card-1.item-3 .text h2,
        .headline-3 .news-card-1.item-3 .text h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .headline-3 .news-card-1.item-4 .text h1,
        .headline-3 .news-card-1.item-4 .text h2,
        .headline-3 .news-card-1.item-4 .text h3,
        .headline-3 .news-card-1.item-5 .text h1,
        .headline-3 .news-card-1.item-5 .text h2,
        .headline-3 .news-card-1.item-5 .text h3 {
    font-size: 18px;
    line-height: 22px;
  }

  .share-article-group .social,
        .share-article-group .interaction {
    width: 100%;
    justify-content: space-between;
  }

  .foto-card .text h3{
    font-size: 18px;
    line-height: 130%;
  }
  .news-card-1 .text h3{
    font-size: 15px;
    line-height: 130%;
  }
}

@media only screen and (max-width:1280px){
  .container {
    max-width: 960px;
  }

  .skycrapper-ads.left {
    left: calc((100% - 1280px) / 2);
  }

  .skycrapper-ads.right {
    right: calc((100% - 1280px) / 2);
  }

  .news-list-1 .news-item .pic {
    width: 180px;
  }

  .news-list-1 .news-list-1a .pic {
    width: 100%;
  }

  .media-network-wrap .h-scroller {
    width: 100%;
    overflow-x: auto;
  }

  .media-network-wrap .h-scroller-ct {
    width: 828px;
  }

  .header-bottom-right {
    position: relative;
    width: 100%;
    justify-content: flex-end;
  }

  .burger.for-mobile {
    /* position: absolute;
    left: 0px; */
    display: block;
  }

  .main-menu {
    gap: 16px;
  }

  .niche-web .main-menu {
    top: 52px;
  }

  header.hide .main-menu {
    top: 0px;
  }

  .news-card-2{
    gap: 10px;
  }
}

@media only screen and (max-width:1024px){
  .container{
    max-width: 720px;
  }

  .col-md-11,
        .col-md-8,
        .col-md-6,
        .col-md-4{
    width: 100%;
    max-width: 100%;
  }

  .col-md-4,
        .col-md-6,
        .col-md-8{
    flex: 0 0 100%;
  }

  /* body.niche-web {
    padding-top: 52px;
  } */

  .for-mobile {
    display: block;
  }

  .for-desktop {
    display: none !important;
  }

  main {
    padding-left: 4px;
    padding-right: 4px;
  }

  header {
    z-index: 50;
    padding-top: 28px;
  }

  .niche-web header {
    top: 0px;
  }

  .header-right {
    width: calc(100% - 100px) !important;
  }

  .niche-web .header-right {
    width: auto !important;
  }

  .header-right-bottom {
    justify-content: space-between;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }

  .header-right-top {
    position: absolute;
    top: 0px;
    left: -0px;
    z-index: 10;
    width: 100vw !important;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .header-right-top .part:nth-child(2) {
    display: none;
  }

  .header-right-top .part:first-child {
    width: 100%;
  }

  .logo {
    height: 51px;
    width: 100px;
    min-width: 0px;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .logo img {
    height: 33px;
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }

  .niche-web header a.logo {
    width: 150px;
  }

  .src-form {
    order: 2;
  }

  .colormode-btn {
    order: 2;
  }

  .src-form input {
    width: 38px;
    opacity: 0;
  }

  .src-form button {
    right: 10px;
    top: 0.375rem;
  }

  .header-bottom-right {
    gap: 0.25rem;
  }

  .media-network-1 .col-md-11 {
    width: 100vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .h-scroller {
    width: 100%;
    overflow-x: auto;
  }

  .h-scroller-ct {
    width: 1200px;
  }
  .foto .h-scroller-ct{
    width: auto;
  }

  .match-schedule-widget .h-scroller-ct {
    width: 100%;
    min-width: 600px;
  }

  .news-list-1 .news-item .pic,
        .news-list-1.smaller .news-item .pic {
    width: 110px;
  }

  .news-list-1 .news-item:not(first-child) .pic a.ratio-75 {
    padding-top: 110px;
  }

  .news-list-1 .news-item:first-child .pic a.ratio-75 {
    padding-top: 75%;
  }

  .news-list-1.first-bigger .news-item:first-child .text h3 {
    font-size: 16px;
    line-height: 1.25rem;
  }

  .news-list-1 .news-item .text h3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .news-card-1 .text h3{
    font-size: 16px;
  }

  .foto .grid div:nth-child(1) .text h3, 
        .foto .grid div:nth-child(4) .text h3 {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sidebar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .footer-section-1 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-section-1 .row {
    gap: 1rem;
    background-size: contain;
    background-position: top;
  }

  .footer-section-2 .row {
    gap: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .sponsor {
    justify-content: center;
  }

  .footer-logo {
    display: flex;
    justify-content: center;
  }

  .footer-tagline {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .footer-section-3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .footer-section-3 p {
    margin-bottom: 1rem;
    text-align: center;
  }

  .footer-section-3 .footer-social {
    width: 100%;
    justify-content: center;
  }

  .brand-widget-card {
    width: 100%;
  }

  .news-card-1 .pic a {
    padding-top: 75%;
  }

  .article-head .top-part {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .news-card-3 .text span {
    font-size: 10px;
  }

  .news-card-3 .text h3 {
    line-height: 14px;
  }

  .news-card-3 .text h3 a {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .banner-breakingnews {
    flex-direction: column;
    gap: 1.5rem;
  }

  .news-card-4 .pic a {
    padding-top: 100%;
  }

  .news-list-1 .news-item:first-child .pic a.ratio-75 {
    padding-top: 100%;
  }


  .search-filter .inp-group {
    width: 50%;
  }

  .search-filter .inp-group input,
  .search-filter .inp-group select {
    width: 100%;
  }

  .footer-section-1 .row {
    --tw-bg-opacity: 1;
    background-color: rgb(230 70 92 / var(--tw-bg-opacity, 1));
    background-image: url("../images/paper-plane-mobile.png");
    background-position-x: 90%;
    background-position-y: 0;
    background-size: auto;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .breadcrumb-wrapper {
    background-color: transparent;
  }

  .breadcrumb {
    flex-wrap: nowrap;
  }
  .breadcrumb a{
    white-space: nowrap;
  }
  .breadcrumb a:last-child{
    text-overflow: ellipsis;
  }

  .headline-1 .foto-card .pic a {
    padding-top: 75%;
  }

  .video-headline-list {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .video-headline-list .news-card-5 {
    flex-direction: row;
    align-items: center;
  }

  .video-headline-list .news-card-5 .pic {
    width: 80px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  .video-headline-list .news-card-5 .pic a.ratio-56 {
    padding-top: 100%;
  }

  .video-headline-list .news-card-5 .text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .video-headline {
    height: auto;
    flex-direction: column;
  }

  .video-headline .pic {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
  }

  .video-headline .pic::before {
    height: 50%;
    width: 100%;
    content: var(--tw-content);
    background-image: linear-gradient(to top, var(--tw-gradient-stops));
  }

  .video-headline .text {
    width: 100%;
  }

  .video-headline .text h1 {
    font-size: 16px;
    line-height: 1rem;
    line-height: 150%;
  }

  .media-network-wrap {
    margin-left: 0px;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .sponsor,
        .sitemap,
        .verified-banner {
    margin-left: auto;
    margin-right: auto;
  }

  .lipsus-cover {
    margin-bottom: 3rem;
    width: 100%;
    flex-direction: column;
    padding-top: 2rem;
  }

  .lipsus-cover .text {
    text-align: center;
  }

  .lipsus-cover .text h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lipsus-cover .text h3 {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .liputan-author-info {
    margin-bottom: 2rem;
  }

  .lipsus-group .news-card-4,
        .lipsus-cards .news-card-4 {
    flex-direction: column;
  }

  .lipsus-group .news-card-4 .pic,
        .lipsus-cards .news-card-4 .pic {
    width: 100%;
  }

  .lipsus-group .news-card-4 .pic a,
        .lipsus-cards .news-card-4 .pic a {
    padding-top: 75%;
  }

  /* .main-menu {
    position: fixed;
    width: 100vw;
    top: 80px;
    left: 0;
    background: #ccc;
    overflow-x: auto;
    padding: 2px 16px;
  }
  .main-menu::-webkit-scrollbar{
    display: none;
  } */
  .main-menu a{
    display: block;
    padding: 4px 0;
  }
  .niche-web .main-menu {
    top: 52px;
  }

  .mn-logo {
    width: 150px;
  }

  .news-list-4 {
    margin-bottom: 2.5rem;
  }

  .zcampus-card-2 {
    margin-bottom: 1.25rem;
    display: flex;
    flex-direction: row !important;
    gap: 1rem;
  }

  .zcampus-card-2 .pic {
    width: 100px;
    flex-shrink: 0;
    flex-grow: 0;
    align-items: center;
  }

  .zcampus-card-2 .pic a {
    padding-top: 110px;
  }

  .zcampus-card-2 .text {
    gap: 0.25rem;
  }

  .zcampus-card-2 .text h3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .breaking-news-slider {
    margin-right: 0px;
  }

  .for-mobile .weather-forecast {
    width: 100%;
  }

  .for-mobile .weather-forecast .text {
    flex-direction: row;
    align-items: center;
  }

  .for-mobile .weather-forecast .weather-icon {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .for-mobile .weather-forecast .city-selector {
    top: 0.25rem;
  }

  .news-wrap {
    margin-top: 2rem;
    width: 100%;
    gap: 0.25rem;
  }

  .brand-widget-card .pic {
    width: 80px;
    flex-shrink: 0;
    flex-grow: 0;
  }

  .comment-form .inp-group textarea {
    height: 100px;
    width: 100%;
  }

  .comment-form .inp-group {
    flex-direction: column;
  }

  .comment-form .inp-group button {
    width: 150px;
  }

  .tags-group {
    display: block;
  }

  .tags-group a {
    display: inline-block;
    font-size: 12px;
    max-width: 100%;
  }

  .tags-group span {
    margin-bottom: 0.5rem;
    display: block;
  }

  .niche-web.arena .headline-1 .news-item .pic img,
        .niche-web.arena .headline-1 .news-item::before,
        .niche-web.oto .headline-1 .news-item .pic img,
        .niche-web.oto .headline-1 .news-item::before {
    border-radius: 0px;
  }

  .news-list-1 .news-item{
    gap: 0.5rem;
  }

  .burger.for-mobile {
    position: relative;
    left: auto;
    order: 2;
  }

  .header-right-bottom {
    justify-content: flex-end;
  }

  .src-form {
    height: 38px;
    width: 38px;
  }

  .src-form button {
    pointer-events: none;
  }

  .src-form.active button {
    pointer-events: auto;
    z-index: 100;
  }

  .src-form.active {
    pointer-events: auto;
    z-index: 99;
  }

  .src-form.active input {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: 50;
    width: 160px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(203 213 225 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    opacity: 1;
  }

  .mega-menu-list {
    -moz-columns: 3;
         columns: 3;
  }

  .sticky-share {
    top: auto;
    bottom: -50px;
    left: 50%;
    width: auto;
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    justify-content: center;
    border-radius: 20px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .sticky-share.scrolled {
    top: auto;
    bottom: 100px;
  }

  .sticky-share .share-group a{
    width: 24px;
    height: 24px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
  .comment-bt-2{
    padding-top: 2px;
    padding-bottom: 2px;
  }
  .sticky-share .col-md-12{
    padding-left: 4px;
    padding-right: 4px;
  }

  .sticky-share .right-group {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .sticky-share .share-group span {
    display: none;
  }

  .breaking-news-title{
    width: 24px;
  }
  .media-network-wrap .h-scroller-ct {
    width: 668px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px){
  .news-list-1 .news-item:first-child .pic a.ratio-75 {
    padding-top: 75%;
  }

  .channel-sitemap {
    -moz-columns: 6;
         columns: 6;
  }

  .sitemap {
    -moz-columns: 5;
         columns: 5;
  }

  .col-md-3,
        .col-md-9 {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }

  .liputan-author-info {
    flex-direction: row;
  }

  .liputan-author-info img {
    width: 160px;
  }

  .section-title.bigger {
    flex-direction: row;
  }
}

@media only screen and (min-width:480px) and (max-width:1024px){
  .weather-forecast {
    order: 2;
    margin-left: 0.5rem;
  }

  .weather-forecast .text {
    flex-direction: column;
    gap: 0px;
  }

  .weather-forecast i.weather-icon {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 100%;
  }

  .weather-forecast .temperature {
    font-size: 0.875rem;
    line-height: 1.25rem;
    line-height: 100%;
  }
}

@media only screen and (max-width: 480px){
  .for-desktop-and-tablet {
    display: none;
  }

  .for-mobile-only {
    display: block;
  }

  .filter-group {
    width: 100%;
    flex-direction: column !important;
    gap: 0.5rem;
  }

  .filter-group .inp-group {
    width: 100% !important;
  }

  .weather-forecast {
    width: 100%;
  }

  .weather-forecast i.weather-icon {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .weather-forecast .text {
    flex-direction: row;
    align-items: center;
  }

  .weather-forecast .city-selector {
    top: 0.25rem;
  }

  main .breadcrumb-section {
    margin-bottom: 1rem;
  }

  .article-ct figure img {
    border-radius: 0.5rem;
  }

  .mega-menu-list {
    -moz-columns: 2;
         columns: 2;
  }
  .media-network-wrap .h-scroller-ct {
    width: 840px;
  }
  .niche-web .headline-1 .col-md-12 .news-item .text h1, .niche-web .headline-1 .col-md-12 .news-item .text h2{
    font-size: 16px;
  }

  .author-groups{
    width: 100%;
    overflow-x: auto;
  }
  .author-groups::-webkit-scrollbar{
    appearance: none;
  }
}

/*
.exo-<uniquifier> {
    font-family: "Exo", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
*/

/* 768 END */

#small-slide .owl-nav button{
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: calc(50% - 16px);
  background: #333;
  color: #fff;
  font-size: 18p;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

#small-slide .owl-nav button.owl-prev{
  left: -8px;
}

#small-slide .owl-nav button.owl-next{
  right: -8px;
}

#small-slide .item figure,
#big-slide .item figure{
  width: 100%;
  height: 0;
  position: relative;
  padding-top: 75%;
}
#small-slide .item figure img,
#big-slide .item figure img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
}

#big-slide .owl-dots{
  position: absolute;
  width: 100%;
  bottom: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

#big-slide .owl-dots span{
  display: block;
  width: 6px;
  height: 6px;
  background: rgba(255,255,255,0.5);
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}

#big-slide .owl-dots button.owl-dot.active span{
  width: 30px;
  background: #fff;
}

#small-slide .owl-item{
  opacity: 0.5;
}

#small-slide .owl-item.current{
  opacity: 1;
}

#big-slide .item figure figcaption{
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0,0,0,0.5);
  font-size: 12px;
  color: #fff !important;
  padding: 4px 12px;
  border-radius: 0 8px 0 8px;
  -webkit-border-radius: 0 8px 0 8px;
  -moz-border-radius: 0 8px 0 8px;
  -ms-border-radius: 0 8px 0 8px;
  -o-border-radius: 0 8px 0 8px;
}
/* BILLBOARD */

.banner-ads.billboard {
  margin-bottom: 0px;
  display: flex;
  height: 300px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity, 1));
}

header.sticky{
  position: fixed;
  top: 0;
  left: 0;
}

header.hide{
  top: -120px;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

/* body.has-billboard header.sticky{
  top: -300px;
}

body.has-billboard header.hide{
  top: -420px;
}

body.has-billboard .skycrapper-ads{
  top: 440px;
}

body.has-billboard.niche-web .skycrapper-ads{
  top: 400px;
}

body.has-billboard .skycrapper-ads.sticky{
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
} */

/* body.has-billboard{
    padding-top: 420px;
} */

/* NIGHTMODE */

.for-day{
  display: block;
}

.for-night{
  display: none;
}
.niche-web .footer-section-2 img.for-day{display: none;}
.niche-web .footer-section-2 img.for-night{display: block;}

body.night .for-day{
  display: none;
}

body.night .for-night{
  display: block;
}
body.night.niche-web .footer-section-2 img.for-day{display: block;}
body.day.niche-web .footer-section-2 img.for-night{display: none;}

body.night,
body.night .breadcrumb-section,
body.night .main-menu .item .dropdown,
body.night.niche-web header a.logo,
body.night header,
body.night .mega-menu,
body.night .mobile-popup-menu,
body.night .mobile-header .main-menu,
 body.niche-web.night .mobile-header .logo/*,
.article-ct figcaption,
.article-ct a.class-data-caption*/{ 
  background: #111827;
}

body.night .text h3,
body.night .text h4,
body.night .popular-list .item h3,
body.night .popular-list .item i,
body.night .header-right-bottom a,
body.night .social-media-sidebar h4,
body.night .article-head h1,
body.night .article-head .author-group,
body.night .article-head .share-group span,
body.night .article-ct,
body.night .article-ct p, 
body.night .article-ct li, 
body.night .article-ct blockquote, 
body.night .article-ct table td, 
body.night .article-ct table th,
body.night .article-ct h1,
body.night .article-ct h2,
body.night .article-ct h3,
body.night .article-ct h4,
body.night .article-ct h5,
body.night .article-ct h6,
body.night .news-card-3 .text h3 a,
body.night .article-pagination span,
body.night .author-info h6,
body.night .share-article-group .social span,
body.night .tags-group span,
body.night .comment-form .inp-group,
body.night .comment-list .item h4,
body.night .comment-list .item p,
body.night .section-title.bigger span,
body.night .sitemap a,
body.night .src-form button,
body.night .box-1 h4,
body.night .box-1 a,
body.night .tag-list-1 a,
body.night .z-select, 
body.night .z-input, 
body.night .z-textarea,
body.night .lipsus-plan-card h5,
body.night .lipsus-plan-card h3,
body.night .lipsus-plan-card p,
body.night .lipsus-plan-card li,
body.night .burger,
body.night .headline-slider .owl-nav .owl-prev,
body.night .headline-slider .owl-nav .owl-next,
body.night .mega-menu-list li a,
body.night .mobile-header .main-menu a,
body.night .bacajuga a, 
body.night .read__others a,
body.night .author .text a,
body.night .sticky-share h4,
body.night .tags-group a,
body.night .mobile-popup-menu h6,
body.night .mobile-popup-menu .main-menu .item a,
body.night .section-title a,body.night #network-menu .mega-menu-title{
  color: #cbd5e1 !important;
}

body.night p,
body.night .meta-info,
body.night .polling-card .text p,
body.night .article-head .author-group .author .text,
body.night figcaption,
body.night .share-article-group .interaction span,
body.night .article-status span,
body.night .author-profile span,
body.night .speaker,
body.night .polling-card .inp-group span{
  color: #94a5b8 !important;
}

body.night .border-section,
body.night .polling-card,
body.night .author-info,
body.night .popular-list .item,
body.night .news-list-2 .text,
body.night .news-list-3 .news-item,
body.night .article-ct table th,
body.night .article-ct table td,
body.night .share-article-group,
body.night .comment-form .inp-group,
body.night .comment-list .item,
body.night .src-form input,
body.night .box-1,
body.night .article-status,
body.night .news-list-1.with-divider .news-item,
body.night .tag-list-1 a,
body.night .main-menu .item .dropdown,
body.night .z-select, 
body.night .z-input, 
body.night .z-textarea,
body.night .profile,
body.night header,
body.night .mobile-popup-menu section:first-child,
body.night .mobile-popup-menu section{
  border-color: #1e293b;
}

body.night img{
  opacity: 0.8;
}

body.night .logo img,
body.night .footer-logo img{
  opacity: 1;
}

body.night .social-media-sidebar,
body.night .media-network-wrap,
body.night .article-head .share-group span,
body.night .article-ct blockquote,
body.night .regional-slider .item{
  background-color: #020617;
  border: 1px solid #020617;
}

body.night .breadcrumb-wrapper,
body.night .comment-form .inp-group,
body.night .comment-form .inp-group textarea,
body.night .header-right-top,
body.night .footer-section-2,
body.night .footer-section-1::before,
body.night .src-form input,
body.night .box-1,
body.night .article-status,
body.night .tag-list-1 a,
body.night .banner-ads.bg-greylight,
body.night .z-select, 
body.night .z-input, 
body.night .z-textarea,
body.night .lipsus-group,
body.night .lipsus-plan-card,
body.night .profile,
body.night .profile .author-profile .avatar i,
body.night .niche-content .row:first-child,
body.night .niche-content .row:last-child,
body.night .text-block,
body.night .brand-widget-card,
body.night .header-right-bottom,
body.night .mobile-header,
body.night .burger i,
body.night .tags-group a,
body.night .sticky-share{
  background: #111827;
}

body.night .social-media-sidebar a.tw,
body.night .social-media-sidebar a.tt,
body.night .article-head .share-group a.tw,
body.night .burger-icon-animated span{
  background: #cbd5e1;
}

body.night .social-media-sidebar a.tw,
body.night .social-media-sidebar a.tt,
body.night .article-head .share-group a.tw{
  color: #000;
}
body.night .footer-section-3 p{color: #fff !important;}

body.night .warning-text p{
  color: #1e293b;
}

body.night .section-title a{
  color: rgba(230,70,92,1);
}

body.night .box-1 a.btn.primary{
  color: #fff !important;
}

body.night .article-ct.unsubscribed::after{
  background: linear-gradient(to top, #111827, rgba(17,24,39,0));
}
body.night .mobile-header .main-menu-wrapper::before, 
body.night .mobile-header .main-menu-wrapper::after{
  display: none;
}

/* NIGHTMODE END*/

.media-network-slider .owl-stage{
  display: flex;
  gap: 20px;
}

.headline-slider{
  position: relative;
}

/* .headline-slider .owl-nav.disabled{
  display: block !important;
} */

.headline-slider .owl-nav{
  width: 72px;
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.headline-slider .owl-nav button{
  width: 36px;
  height: 36px;
  overflow: hidden;
  text-indent: -200px;
}

.headline-slider .owl-nav button.owl-prev{
  background: url(../images/arrow-left-circle-fill.png) no-repeat center;
  background-size: contain;
}

.headline-slider .owl-nav button.owl-next{
  background: url(../images/arrow-right-circle-fill.png) no-repeat center;
  background-size: contain;
}

.headline-slider .owl-dots{
  width: auto;
  position: absolute;
  right: 28px;
  bottom: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
}

.headline-slider .owl-dots span{
  display: block;
  width: 4px;
  height: 4px;
  background: #ccc;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  transition: all ease-out 0.3;
  -webkit-transition: all ease-out 0.3;
  -moz-transition: all ease-out 0.3;
  -ms-transition: all ease-out 0.3;
  -o-transition: all ease-out 0.3;
}

.headline-slider .owl-dots .owl-dot.active span{
  background: #E6465C;
  width: 20px;
}

.headline-slider .owl-dots .owl-dot:focus,
.headline-slider .owl-dots .owl-dot:hover{
  outline: none;
}

.main-menu.show{
  right: 0;
  opacity: 1;
  pointer-events: auto;
}


@media only screen and (max-width:1024px){

  /* body.has-billboard,
    body.has-billboard header{
    padding-top: 0;
  } */

  /* body.has-billboard header .logo,
    body header.has-billboard .header-right-bottom{
    margin-top: 32px;
  } */
  body.niche-web header .logo,
    body.niche-web header .header-right-bottom{
      margin-top: 4px;
    }

  /* body.has-billboard .header-right-top{
    top: 300px;
  } */
}

.klasemen-slider .owl-nav.disabled{
  display: block;
}

.klasemen-slider .owl-nav button{
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  background: #212121 !important;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 16px;
}

.klasemen-slider .owl-nav button.owl-prev{
  left: 16px;
}

.klasemen-slider .owl-nav button.owl-next{
  right: 16px;
}

.hover\:bg-slate-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 41 59 / var(--tw-bg-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

a.other{
  position: relative;
}
a.other span{
  display: block !important;
  position: absolute;
  background: #E6465C;
  padding: 3px 8px !important;
  font-size: 11px !important;
  font-weight: normal !important;
  color: #fff !important;
  bottom: 90%;
  left: 50%;
  white-space: nowrap;
  line-height: 150% !important;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  border-radius: 14px !important;
  -webkit-border-radius: 14px !important;
  -moz-border-radius: 14px !important;
  -ms-border-radius: 14px !important;
  -o-border-radius: 14px !important;
  border: none;
  height: auto !important;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  opacity: 0;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
a.other span.show{
  opacity: 1;
  bottom: 105%;
  padding-left: 8px !important;
}

@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:mb-0 {
    margin-bottom: 0px;
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }
}

@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
}

/*CUSTOM*/
.footer-logo{
  display: flex;
  width: 200px;
  height: 60px;
}
.footer-logo img{
  width: auto;
  height: 100%;
  object-fit: contain;
}
.news-list-1.first-bigger .news-item .pic a img{
  width: 100%;
}

header{
  position: fixed;
  top: 0;
  left: 0;
}
body{
  padding-top: 95px;
}
.mn-vertical-logo{
  width: 130%;
  max-width: none;
}
.zcampus-section .section-title img{
  width: 158px;
}

/* NEW SEARCH BAR */

.src-form .inp-group{
  position: relative;
  border-radius: 9999px;
  border: 1px solid rgb(226 232 240);
}
.recent-search{
  margin-top: 16px;
  position: absolute;
  top: calc(100% - 20px);
  right: 0;
  opacity: 0;
  pointer-events: none;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
  border: 1px solid #dedede;
  width: 300px;
  padding: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
}
.src-form.active .recent-search{
  opacity: 1;
  pointer-events: auto;
  top: calc(100% - 10px);
}
.recent-group{
  margin-bottom: 20px;
}
  
.recent-group h6{
  font-size: 12px;
  margin-bottom: 8px;
}
.recent-group h6 i{
  color: #E6465C;
}
.recent-group li a{
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  padding: 5px 0;
}
.recent-search .bt-close{
  color: #aaa;
  font-size: 24px;
  position: absolute;
  top: 7px;
  right: 11px;
  z-index: 3;
}
.recent-search .bt-close:hover{
  color: #555;
  cursor: pointer;
}

.bt-network-menu.inactive{
  pointer-events: none;
}

.h-scroller::-webkit-scrollbar {
    display: none;
}

.bacajuga,
.read__others{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  font-size: 12px !important;
  padding: 8px 16px;
  border: 1px solid #E6465C;
  border-left: 3px solid #E6465C;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  line-height: 130%;
  color: #E6465C;
}
.bacajuga a,
.read__others a{
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #333 !important;
}

.filter-group{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  /* border: 1px solid #efefef;
  padding: 8px; */
  width: 160px;
}
.filter-group .inp-group input,
.filter-group .inp-group select,
.filter-group .inp-group button{
  width: 100%;
  font-size: 13px;
}
.search-filter-inner{
  display: flex;
  width: 100%;
  gap: 4px;
}
.filter-toggle{
  width: 36px;
  height: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
.filter-toggle:hover{
  background: #f4f4f4;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .filter-toggle:hover {
    background-color: transparent;
  }
}

.mn-inner{
  gap: 16px;
}

.mobile-header{
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: #fff;
}
.mobile-header .breaking-news-slider{
  width: 100vw;
  background: rgb(51 51 51 / var(--tw-bg-opacity, 1));
  padding: 4px 16px;
  height: 24px;
  position: relative;
  z-index: 22;
}
.mobile-header .breaking-news-slider .slider .item{
  font-size: 12px;
}
.mobile-header .main-menu{
  justify-content: center;
  width: 100vw;
  overflow-x: auto;
  background: #EFF3F8;
  position: relative;
  top: auto !important;
}
.main-menu-wrapper{
  position: relative;
}
.mobile-header .main-menu-wrapper::before,
.mobile-header .main-menu-wrapper::after{
  content: "";
  width: 20px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 4;
  pointer-events: none;
}
.mobile-header .main-menu-wrapper::before{
  left: 0;
  background: #EFF3F8;
  background: linear-gradient(90deg, rgba(239, 243, 248, 1) 50%, rgba(239, 243, 248, 0) 100%);
}
.mobile-header .main-menu-wrapper::after{
  right: 0;
  background: #EFF3F8;
  background: linear-gradient(270deg, rgba(239, 243, 248, 1) 50%, rgba(239, 243, 248, 0) 100%);
}
.mobile-header .header-right{
  padding-right: 12px;
}
.mobile-header .main-menu::-webkit-scrollbar{
    display: none;
}
.mobile-popup-menu{
  position: fixed;
  top: 65px;
  left: 0;
  background: #F7F9FB;
  z-index: 99;
  width: 100%;
  height: calc(100vh - 75px);
  overflow-y: auto;
  opacity: 0;
  pointer-events: none;
  padding-bottom: 200px;
  transition: all ease-out 0.3s;
  -webkit-transition: all ease-out 0.3s;
  -moz-transition: all ease-out 0.3s;
  -ms-transition: all ease-out 0.3s;
  -o-transition: all ease-out 0.3s;
}
.mobile-popup-menu.show{
  top: 75px;
  opacity: 1;
  pointer-events: auto;
}
.mobile-popup-menu .src-form{
  width: 100%;
}
.mobile-popup-menu.src-form .inp-group{
  border: 1px solid #dedede;
  background: #fff;
  border-radius: 40px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
}
.mobile-popup-menu.src-form.active .inp-group{
  background: #fff;
}
.mobile-popup-menu .src-form input{
  opacity: 1;
  width: 94%;
  border: none;
  background: none;
  left: 0;
  right: auto;
  position: relative !important;
}
.mobile-popup-menu .recent-search{
  position: relative;
  width: 100%;
  top: auto;
  right: auto;
  opacity: 1;
  background: none;
  box-shadow: none;
  margin-top: 0;
  border: none;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.mobile-popup-menu .recent-search .recent-group:last-child{
  margin-bottom: 0;
}
.mobile-popup-menu section{
  border-top: 1px solid #dedede;
  padding: 16px;
}
.mobile-popup-menu section:first-child{
  border-top: none;
}
.mobile-popup-menu .main-menu{
  column-count: 2;
  display: block;
}
.mobile-popup-menu .main-menu .item a{
  font-size: 14px;
}
.mobile-popup-menu h6{
  font-size: 12px;
  margin-bottom: 8px;
}
.mobile-popup-menu .mega-menu-list{
  padding-top: 0;
}
.mobile-popup-menu .mega-menu-list li a{
  padding-left: 0;
  padding-right: 0;
}
.mobile-popup-menu .header-right{
  width: 100%;
}
.niche-web .mobile-header .logo{
  background: #F7F9FB;
  width: auto;
}

.headline-1{
  margin-top: 20px;
}
body.news .mid-content,
body.fadami .mid-content,
body.zcampus .mid-content,
body.life .mid-content,
body.otogazzone .mid-content{
  margin-top: 20px;
}

body.news .headline-1,
body.fadami .headline-1,
body.zcampus .headline-1,
body.life .headline-1,
body.otogazzone .headline-1{
  margin-top: 20px;
}

#div-gpt-ad-billboard-container{
  background: none !important;
}

.main-menu a.active{
  font-weight: bold;
  color: #E6465C;
}

.author-wraps{
  display: none;
}
.author-wraps.show{
  display: block;
}

@media only screen and (min-width: 768px){
  .video .grid.grid-cols-1{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .video .grid.grid-cols-1 .col-span-2{
    grid-column: span 3 / span 3;
  }

  .berita-pilihan .grid.grid-cols-1{
    grid-template-columns: repeat(6, minmax(0px, 1fr));
  }
  .berita-pilihan .grid.grid-cols-1 .col-span-2{
    grid-column: span 3 / span 3;
  }
}
@media only screen and (max-width: 1024px){
  .footer-logo{
    width: 100%;
  }
  .footer-section-3 p{
    max-width: 310px;
    margin: auto;
  }
  body{
    padding-top: 100px;
  }
  .news-list-1a{
    gap: 16px !important;
  }
  .news-list-1a .news-item,
  .news-list-1.first-bigger .news-list-1a .news-item:first-child{
    display: flex;
    flex-direction: column;
  }
  .news-list-1a .news-item::before,
  .news-list-1a .news-item::after,
  .news-list-1.first-bigger .news-list-1a .news-item:first-child::before{
    display: none;
  }
  .news-list-1a .news-item .text,
  .news-list-1.first-bigger .news-list-1a .news-item:first-child .text{
    position: relative;
    bottom: auto;
    left: auto;
    padding: 0;
  }
  .news-list-1a .news-item .text h3,
  .news-list-1a .news-item .text .meta-info,
  .news-list-1.first-bigger .news-list-1a .news-item:first-child .text h3,
  .news-list-1.first-bigger .news-list-1a .news-item:first-child .text .meta-info{
    color: #212529;
  }
  .headline-1{
    margin-bottom: 16px;
  }
  .news-list-4 .news-item .pic{
    width: 110px;
    flex-shrink: 0;
    flex-grow: 0;
  }
  .news-list-4 .news-item .text h3{
    font-size: 14px;
  }
  .niche-web .mobile-header .logo{
    max-width: 40%;
  }
}
@media only screen and (max-width: 768px){
  body{
    padding-top: 120px;
  }
  .mobile-header .main-menu{
    padding-left: 16px;
    padding-right: 16px;
    justify-content: left;
  }
  .mobile-header .main-menu a{
    padding: 6px 0;
  }
  .foto .h-scroller-ct{
    width: 1200px;
  }
  .news-list-1a .news-item .text h3, 
  .news-list-1.first-bigger .news-list-1a .news-item:first-child .text h3{
    font-size: 14px;
  }
}

@media only screen and (max-width: 767px){
  .news-card-4 {
    flex-direction: row;
    align-items: center;
  }

  .news-card-4 .pic {
    width: 80px;
    flex-shrink: 0;
    flex-grow: 0;
  }
}

@media only screen and (max-width: 480px){
  .src-form .recent-search{
    width: 240px;
    max-height: 60vh;
    overflow-y: auto;
  }
  .search-filter-inner{
    flex-wrap: wrap;
  }
  .search-filter-inner .inp-group{
    width: 49% !important;
  }
  .filter-group.search-filter{
    display: none;
  }
  .filter-group.search-filter button{
    margin-top: 8px;
  }
  .mn-inner{
    gap: 8px;
  }
  .warning-text{
    line-height: 150%;
    font-size: 12px;
    padding: 10px;
  }
  .news-filter{
    flex-direction: column;
    margin-top: 16px;
  }
}

/* ===== ENO ===== */
.br-25, .br-25 img{border-radius: 25px;}
.zcampus-card .kanal.news a{--tw-text-opacity:1; color: rgb(230 70 92 / var(--tw-text-opacity, 1)) !important; background-color:transparent !important}
.hidden{display: none;}

/* UPDATE */
/* .regional-wrap{
  background: #f1f5f9;
  padding: 16px 32px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  margin-bottom: 32px;
}
.regional-wrap .section-title{
  justify-content: center;
} */
 .regional-wrap{
  margin-bottom: 36px;
 }
.regional-slider .item{
  background: #f1f5f9;
  padding: 16px;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.regional-slider .item .pic{
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-bottom: 8px;
}
.regional-slider .text{
  max-width: 100%;
}
.regional-slider .item h3{
  font-size: 14px;
  max-width: 100%;
  font-weight: normal;
}
.regional-slider .item h3 a{
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.regional-slider .owl-prev,
.regional-slider .owl-next{
  width: 32px;
  height: 32px;
  background: #fff !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #1e293b;
  box-shadow: 0 4px 16px rgba(0,0,0,0.15);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
}
.regional-slider .owl-prev{
  left: 0;
}
.regional-slider .owl-next{
  left: 100%;
}
.regional-slider .owl-dots{
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.regional-slider .owl-dots span{
  background: #cbd5e1;
  width: 8px;
  height: 8px;
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.regional-slider .owl-dots .owl-dot.active span{
  background: #E6465C;
}

.mega-menu{
  padding: 24px 0;
}
.mega-menu-title{
  font-size: 14px;
  margin-bottom: 0;
}
.mega-menu-list{
  padding: 0;
  margin-bottom: 24px;
}
@media only screen and (max-width: 1366px){
  .regional-slider .item h3{
    font-size: 12px;
  }
}
@media only screen and (max-width: 480px){
  .regional-wrap{
    padding: 0;
  }
  .regional-slider .item{
    padding: 16px 8px;
  }
  .regional-slider .item h3{
    font-size: 13px;
  }
}
/* .bt-network-menu{
  display: none !important;
} */

.profile{
  align-items: start;
  background: #f4f4f4;
}
.profile .author-profile{
  align-items: start;
}
.profile .author-profile .avatar{
    flex-grow: 0;
    flex-shrink: 0;
}
.profile .author-profile .text h4{
  font-size: 18px;
}
.profile .author-profile .text span{
  font-size: 12px;
}
.profile .author-profile .text p{
  font-size: 14px;
  margin-top: 8px;
  max-height: 105px;
  overflow-y: auto;
}
@media only screen and (max-width: 768px){
  .profile{
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
  .profile .author-profile{
    flex-direction: column;
    align-items: center;
  }
  .profile .author-profile .avatar{
    width: 50px;
    height: 50px;
  }
  .profile .author-profile .avatar i{
    font-size: 24px;
    width: 28px;
    height: 28px;
  }
  .profile .author-profile .text{
    text-align: center;
  }
  .profile .author-profile .text h4{
    font-size: 16px;
  }
  .profile .author-profile .text span{
    font-size: 14px;
  }
}
.night .error-section h1{
  color: #cbd5e1;
}