.test {
    border: 1px solid red;
}

.test2 {
    border: 1px solid orange;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    box-sizing: border-box;
    background-color: #f5f5f5;
    overflow-x: hidden;
}

font {
    font-family: "Inter";
}

@media screen and (max-width: 480px) {
    h2 {
        margin: 4px 0;
    }
    h3 {
        font-size: 14px;
        margin: 4px 0;
    }
}

a,
a:visited,
a:hover,
a:active {
    color: inherit;
    text-decoration: none;
}

.container {
    height: auto;
    width: 100%;
    margin: 0;
    padding: 0;
}

hr {
    width: 100%;
    color: rgba(166, 166, 186, 0.1);
}

.divider {
    width: 1px;
    height: auto;
    border-left: 1px solid rgba(95, 95, 99, 0.16);
}

section {
    width: 100%;
}

.row {
    padding: 0;
    width: 100%;
}

.sqbox {
    width: 16px;
    height: 16px;
    text-align: center;
    vertical-align: center;
}

.hr {
    border: none;
    border-bottom: 1px solid rgba(12, 12, 18, 0.16);
    margin: 8px 0;
}

.button {
    cursor: pointer;
    outline: none;
    border: none;
    border-radius: 8px;
    display: flex;
    align-items: center;
    font-family: "Inter";
}

.button-big {
    padding: 16px 20px;
    font-size: 16px;
}

.button-fill-blue {
    background-color: #006cb4;
    color: #fff;
}

.button-fill-blue:disabled {
    cursor: auto;
    background-color: #959fac;
    color: #535f72;
}

.button-outline-white {
    padding: 8px 16px;
    background-color: transparent;
    color: #ffffff;
    outline: none;
    border: 1.5px solid #ffffff;
    display: flex;
    align-items: center;
    border-radius: 8px;
}

.button-outline-blue {
    padding: 8px 16px;
    background-color: transparent;
    color: #006cb4;
    outline: none;
    border: 1.5px solid #006cb4;
    display: flex;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

.button-outline-blue {
    padding: 8px 16px;
    background-color: transparent;
    color: #006cb4;
    outline: none;
    border: 1.5px solid #006cb4;
    display: flex;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
}

.cat {
    padding: 6px 12px;
    border-radius: 4px;
    color: #ffffff;
    width: auto;
    font-weight: 600;
    font-size: 13px;
}

.cat-big {
    font-size: 16px;
}

.tags {
    list-style: none;
}

ul.tags-box {
    list-style: none;
    display: flex;
    width: auto;
    margin: 4px auto 24px;
    padding: 0;
    flex-wrap: wrap;
    gap: 8px;
}

ul.tags-box li {
    border: 2px solid #006cb4;
    border-radius: 12px;
    padding: 4px 12px;
    font-size: 13px;
    color: #006cb4;
}

ul.pagination {
    display: flex;
    gap: 8px;
    list-style: none;
    align-items: center;
    justify-content: center;
}

ul.pagination li.page-item {
    border: 2px solid #006cb4;
    padding: 4px 12px;
    border-radius: 8px;
    color: #121554;
}

ul.pagination li.active {
    background-color: #006cb4;
    color: #fff;
    font-weight: bold;
}

ul.pagination li.disabled {
    background-color: #d2d2d2;
    border: 2px solid #d2d2d2;
    color: #bbb;
}

.heading-title {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .heading-title {
        margin-bottom: 12px;
    }
}

.heading-title-wrapper {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 480px) {
    .heading-title-wrapper {
        gap: 4px;
        flex-direction: column;
        margin-bottom: 0;
        align-items: flex-start;
        justify-content: flex-start;
    }
}

.heading-title-small h2 {
    font-size: 15px;
}

.heading-title-navigation {
    display: flex;
    gap: 24px;
    align-items: center;
}

.heading-title-navigation .arrow-nav {
    display: flex;
    gap: 4px;
}

@media screen and (max-width: 480px) {
    .heading-title-navigation .arrow-nav {
        display: none;
    }
}

.heading-title-navigation .arrow-nav span {
    transition: 0.6s ease opacity, 0.6s ease transform;
    cursor: pointer;
}

.heading-title-navigation .arrow-nav span:hover {
    transform: scale(1.02);
}

.heading-title h2 {
    border-left: 2px solid #d45b52;
    padding: 0 8px;
}

.heading-title s a {
    display: flex;
    align-items: center;
}

.color-red {
    color: #d45b52;
}

.color-white {
    color: #fff;
}

.bg-blue {
    background-color: #121554;
    color: #fff;
}

.bg-blue-linear {
    background: rgb(8, 53, 198);
    background: linear-gradient( 15deg, rgb(8, 53, 198) 0%, rgb(17, 121, 255) 100%);
    color: #fff;
}

.bg-red {
    background-color: #d45b52;
}

.bg-shimmer {
    animation-duration: 2.2s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: shimmer;
    animation-timing-function: linear;
    background: #535f72;
    background: linear-gradient(to right, #dddee1 8%, #ffffff 18%, #dddee1 33%);
    background-size: 1200px 100%;
}

.shimmer {
    background-color: #fff;
}

.shimmer-cardimg {
    height: 150px;
    width: 100%;
    border-radius: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.shimmer-cardimgphoto {
    height: 150px;
    width: 220px !important;
    border-radius: 8px;
}

@media screen and (max-width: 1425px),
(max-width: 1090px) {
    .shimmer-cardimgphoto {
        width: 200px !important;
        height: 140px !important;
    }
}

@media screen and (max-width: 1380px),
(max-width: 970px) {
    .shimmer-cardimgphoto {
        width: 220px !important;
        height: 150px !important;
    }
}

@media screen and (max-width: 1140px) {
    .shimmer-cardimgphoto {
        width: 240px !important;
        height: 160px !important;
    }
}

@media screen and (max-width: 900px),
(max-width: 480px) {
    .shimmer-cardimgphoto {
        width: 170px !important;
        height: 120px !important;
    }
}

.shimmer-title {
    height: 24px;
    width: 100%;
    border-radius: 4px;
}

.shimmer-title-half {
    height: 24px;
    width: 50%;
    border-radius: 4px;
}

.shimmer-title-normal {
    height: 24px;
    margin: 12px;
    border-radius: 8px;
}

.shimmer-title-big {
    height: 36px;
    margin: 12px 0;
    border-radius: 8px;
}

.shimmer-block {
    height: 16px;
    width: 100%;
    border-radius: 2px;
}

.shimmer-block-half {
    height: 16px;
    width: 50%;
    border-radius: 2px;
}

.txt-small {
    font-size: 13px;
}

.txt-normal {
    font-size: 15px;
}

.txt-big {
    font-size: 18px;
}

.txt-bigarrow {
    font-size: 30px;
    margin: 0 4px;
}

.indicator {
    display: flex;
    align-items: center;
    gap: 4px;
}

.title-big {
    font-size: 40px;
}

.panel {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px 80px;
}

@media screen and (max-width: 1280px) {
    .panel {
        padding: 20px;
    }
}

@media screen and (max-width: 768px) {
    .panel {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .panel {
        padding: 10px;
        flex-direction: column;
    }
}

.panel-40 {
    width: 40%;
}

.panel-45 {
    width: 45%;
}

@media screen and (max-width: 1024px) {
    .panel-45 {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .panel-45 {
        width: 100%;
    }
}

.panel-50 {
    width: 50%;
}

@media screen and (max-width: 768px) {
    .panel-50 {
        width: 100%;
    }
}

.panel-55 {
    width: 55%;
}

@media screen and (max-width: 1024px) {
    .panel-55 {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .panel-55 {
        width: 100%;
    }
}

@media (min-width: 1441px) {
    .panel {
        padding: 24px 10%;
    }
}

.panel-60 {
    width: 60%;
}

header {
    box-sizing: border-box;
    height: 80px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    padding: 0 10px 0 0 !important;
    background: rgb(8, 53, 198);
    background: linear-gradient( 15deg, rgb(8, 53, 198) 0%, rgb(8, 53, 198) 50%, rgb(17, 121, 255) 100%);
}

@media screen and (max-width: 789px) {
    header {
        height: 60px;
    }
}

footer {
    background-color: #05061b;
    width: 100%;
    min-height: 40px;
    display: flex;
    padding: 10px 40px;
    color: #fff;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    footer {
        padding: 10px;
    }
}

footer .footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

@media screen and (max-width: 480px) {
    footer .footer-copyright {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #ffffff;
    height: 100%;
}

.header-logo {
    height: 80px;
    max-width: 200px;
}

@media screen and (max-width: 789px) {
    .header-logo {
        height: 60px;
    }
}

.header-logo img {
    height: 80px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

@media screen and (max-width: 789px) {
    .header-logo img {
        height: 60px;
    }
}

.header-tools {
    gap: 24px;
    height: 80px;
    display: flex;
    align-items: center;
}

@media screen and (max-width: 789px) {
    .header-tools {
        height: 60px;
    }
}

.header-tools ul {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
}

@media screen and (max-width: 789px) {
    .header-tools ul {
        display: none;
    }
}

.header-tools ul li {
    transition: all 0.3s ease-in-out;
}

.header-tools ul li:hover {
    transform: scale(1.05);
}

.header-tools ul li a {
    text-transform: uppercase;
}

@media screen and (max-width: 789px) {
    .header-tools-login {
        display: none;
    }
}

.header-tools-menus {
    display: flex;
    align-items: center;
}

.header-tools-menus span {
    cursor: pointer;
}

.header-submenu {
    background: rgb(17, 121, 255);
    background: linear-gradient( 90deg, rgb(17, 121, 255) 0%, rgb(90, 219, 240) 100%);
    width: 100%;
    display: flex;
    align-items: center;
    padding: 16px 80px;
    gap: 16px;
}

@media screen and (max-width: 1024px) {
    .header-submenu {
        gap: 4px;
        padding: 20px;
    }
}

@media screen and (max-width: 879px) {
    .header-submenu {
        gap: 4px;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    .header-submenu {
        gap: 4px;
        flex-direction: column;
        align-items: flex-start;
        padding: 10px;
    }
}

.header-submenu-title {
    border-left: 2px solid #d45b52;
    padding-left: 8px;
}

.header-submenu-title h1 {
    font-size: 30px;
    margin: 0;
}

@media screen and (max-width: 879px) {
    .header-submenu-title h1 {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {
    .header-submenu-title h1 {
        font-size: 22px;
    }
}

.header-submenu ul {
    list-style: none;
    margin: 4px 0;
    padding: 0 0 0 8px;
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

@media screen and (max-width: 879px) {
    .header-submenu ul {
        align-items: center;
        gap: 4px 24px;
    }
}

.header-submenu ul li {
    font-weight: 400;
    margin: 8px 0;
    padding: 0 4px 0 0;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

.header-submenu ul li:hover {
    transform: scale(1.2);
}

.header-submenu ul li.active {
    font-weight: 600;
}

.subfooter {
    width: 100%;
    height: auto;
    padding: 40px 80px;
    position: relative;
    box-sizing: border-box;
    background: rgb(8, 53, 198);
    background: linear-gradient( 15deg, rgb(8, 53, 198) 0%, rgb(8, 53, 198) 50%, rgb(17, 121, 255) 100%);
}

@media screen and (max-width: 1024px) {
    .subfooter {
        padding: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
    }
}

@media screen and (max-width: 480px) {
    .subfooter {
        padding: 20px 10px;
    }
}

.subfooter img {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: 0.2;
}

.subfooter-logo {
    position: relative;
    z-index: 2;
}

.subfooter-logo img {
    opacity: 1;
    width: 160px;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative;
}

.subfooter-text {
    position: relative;
    z-index: 2;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .subfooter-text {
        flex-direction: column;
        margin-top: 16px;
    }
}

.subfooter-text-links {
    display: flex;
    gap: 16px;
}

.subfooter-text-links-group ul {
    list-style: none;
    margin: 4px 0;
    padding: 0 0 0 8px;
}

.subfooter-text-links-group ul li {
    font-weight: 400;
    margin: 16px 0;
    padding: 0 4px 0 0;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    color: #ffffff;
    height: 80px;
    width: 100%;
    padding: 0 80px;
    background: rgb(57, 57, 57);
    background: linear-gradient( 139deg, rgb(57, 57, 57) 0%, rgb(12, 12, 18) 100%);
}

@media screen and (min-width: 1441px) {
    .menu {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1280px) {
    .menu {
        padding: 0 20px;
    }
}

@media screen and (max-width: 789px) {
    .menu {
        padding: 0 10px;
        height: 60px;
    }
}

.menu-navigation {
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}

.menu-navigation-box {
    cursor: pointer;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

@media screen and (max-width: 980px) {
    .menu-navigation-box {
        gap: 12px;
    }
}

.menu-navigation-box-text {
    display: flex;
    align-items: center;
}

.menu-navigation-box-text span {
    color: #d45b52;
}

.menu-navigation-player {
    height: 48px;
    width: auto;
    display: flex;
    gap: 24px;
}

.banner-adds {
    display: none;
}

@media screen and (max-width: 980px) {
    .menu-navigation-player {
        gap: 12px;
    }
}

@media screen and (max-width: 789px) {
    .menu-navigation-player {
        display: none;
    }
}

@media screen and (max-width: 789px) {
    .menu-navigation-player-megamenu {
        display: none !important;
    }
    .banner-adds {
        display: flex !important;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        height: auto;
    }
}

@media screen and (max-width: 520px) {
    .menu-navigation-player-megamenu {
        flex-direction: column;
        height: auto;
    }
}

.menu-navigation-player img {
    height: 48px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
}

.menu-navigation-player img:hover {
    transform: scale(1.02);
}

.banner-adds img {
    width: 95%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
    transition: all 0.2s ease-in-out;
    padding: 5px;
}

.banner-adds img:hover {
    transform: scale(1.02);
}

#pemilu-result {
    background-image: url("../img/bg-kpu.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100px;
    width: auto;
    padding: 10px 40px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 1024px) {
    #pemilu-result {
        height: auto;
        padding: 10px;
    }
}

@media screen and (max-width: 480px) {
    #pemilu-result {
        flex-direction: column;
    }
}

#pemilu-result .result {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media screen and (max-width: 480px) {
    #pemilu-result .result {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

#pemilu-result .result .pemilu-logo img {
    height: 60px;
}

@media screen and (max-width: 1024px) {
    #pemilu-result .result .pemilu-logo img {
        display: none;
    }
}

#pemilu-result .result .pemilu-text {
    align-items: center;
}

#pemilu-result .result .pemilu-text h4 {
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
}

@media screen and (max-width: 480px) {
    #pemilu-result .result .pemilu-text h4 {
        font-size: 1.2rem;
    }
}

#pemilu-result .result .pemilu-text small {
    color: #fff;
}

#pemilu-result .result .pemilu-box {
    display: flex;
    align-items: center;
    gap: 8px;
}

#pemilu-result .result .pemilu-box-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media screen and (max-width: 768px) {
    #pemilu-result .result .pemilu-box-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }
}

#pemilu-result .result .pemilu-box-wrapper img {
    height: 80px;
}

@media screen and (max-width: 480px) {
    #pemilu-result .result .pemilu-box-wrapper img {
        height: 90px;
    }
}

#pemilu-result .result .pemilu-box-wrapper h4 {
    color: #fff;
    font-size: 1.2rem;
    margin: 0;
}

@media screen and (max-width: 480px) {
    #pemilu-result .result .pemilu-box-wrapper h4 {
        font-size: 1rem;
    }
}

#pemilu-result .result .pemilu-box-wrapper small {
    color: #fff;
}

#pemilu-result a {
    color: #fff;
}

.megamenu {
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    box-sizing: border-box;
    overflow: hidden;
    transition: 0.6s ease opacity, 0.6s ease transform;
}

@media (min-width: 1441px) {
    .megamenu {
        padding: 0;
    }
}

.megamenu-navigation {
    background: rgb(8, 53, 198);
    background: linear-gradient( 15deg, rgb(8, 53, 198) 0%, rgb(8, 53, 198) 50%, rgb(17, 121, 255) 100%);
    box-sizing: border-box;
    height: 80px;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 0 8px 0 0;
    color: #ffffff;
    justify-content: space-between;
}

.megamenu-navigation span {
    cursor: pointer;
}

@media screen and (max-width: 789px) {
    .megamenu-navigation {
        height: 60px;
    }
}

.megamenu-body {
    background-color: #e1e6eb;
    width: 100%;
    height: 100vh;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
    padding-bottom: 40px;
}

.megamenu-body-list {
    flex: 1 1 auto;
    box-sizing: border-box;
    padding: 24px;
    height: 100vh;
    overflow-y: scroll;
}

.megamenu-body-list h3 {
    border-left: 2px solid #d45b52;
    padding-left: 8px;
    margin-bottom: 24px;
}

.megamenu-body-list .row h3 {
    border-left: 2px solid #d45b52;
    padding-left: 8px;
    margin-bottom: 24px;
}

.megamenu-body-list .list-region {
    display: flex;
    height: 90%;
    box-sizing: border-box;
    flex-wrap: wrap;
    flex-direction: column;
    padding-bottom: 40px;
    overflow-y: auto;
    gap: 0 12px;
}

.megamenu-body-list .list-region>* {
    margin: 0;
    padding: 0;
}

.megamenu-body-list .list-region h4 {
    margin: 4px 0;
}

.megamenu-body-list .list-region ul {
    list-style: none;
    margin: 4px 0;
    padding: 0;
}

.megamenu-body-list .list-region ul li {
    font-weight: 400;
    margin: 8px 0;
    padding: 0 4px 0 0;
    text-transform: capitalize;
}

.megamenu-body-list .rri-sprint-box {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid rgba(12, 12, 18, 0.1);
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 8px 16px;
    box-sizing: border-box;
    justify-content: flex-start;
}

.megamenu-body-list .rri-sprint-box div {
    display: flex;
    align-items: center;
    gap: 8px;
}

.megamenu-body-list .rri-sprint-box div img {
    height: 32px;
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.megamenu-body-list .rri-sprint-box div h5 {
    font-weight: 500;
    color: #959fac;
    font-size: 14px;
}

.megamenu-body-list .list-menu {
    display: flex;
    gap: 16px 40px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    .megamenu-body-list .list-menu {
        flex-wrap: wrap;
    }
}

.megamenu-body-list .list-menu-card {
    display: flex;
    align-items: center;
    gap: 8px;
}

.megamenu-body-list .list-menu-card img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.megamenu-body-list .list-menu-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.megamenu-body-list .list-menu-text h4 {
    margin: 8px 0;
}

.megamenu-body-list .list-menu-text ul {
    margin: 0;
    line-height: 36px;
    padding: 0;
    list-style-type: none;
}

.megamenu-body-list .list-menu-text ul li {
    display: flex;
    gap: 8px;
    align-items: center;
}

.megamenu-body-list .list-menu-text ul li img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.megamenu-body-list .list-menu-text ul li h4 {
    font-weight: 500;
}

.megamenu-body-list .list-menu-text img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.megamenu-body-ads {
    flex: 0 1 auto;
    width: 320px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f8f8f8;
}

.megamenu-body-ads img {
    width: 240px;
}

@media screen and (max-width: 1023px) {
    .megamenu-body-ads {
        display: none;
    }
}

.headline {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #e1e6eb;
    gap: 24px;
    padding: 24px 80px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

@media screen and (min-width: 1441px) {
    .headline {
        padding: 24px 10%;
    }
}

@media screen and (max-width: 1280px) {
    .headline {
        padding: 20px;
    }
}

@media screen and (max-width: 1024px) {
    .headline {
        flex-direction: column;
    }
}

@media screen and (max-width: 480px) {
    .headline {
        padding: 10px;
    }
}

.headline-slider {
    display: flex;
    width: 55%;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    .headline-slider {
        width: 100%;
    }
}

.headline-slider-card {
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.headline-slider-card a {
    gap: 12px;
    text-decoration: none;
    display: block;
    color: #121554;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    width: 100%;
    box-sizing: border-box;
}

.headline-slider-card a:hover {
    transform: scale(1.02);
}

.headline-slider-card a .headline-slider-img {
    display: block;
    height: 400px;
    width: 100%;
    border-radius: 8px;
}

@media screen and (max-width: 480px) {
    .headline-slider-card a .headline-slider-img {
        height: 240px;
    }
}

.headline-slider-card a .headline-slider-img img {
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.headline-slider-card a .headline-slider-text {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    bottom: 0;
    padding: 48px 24px 24px 24px;
    border-radius: 8px;
    background: rgb(8, 53, 198);
    background: linear-gradient( 180deg, rgba(8, 53, 198, 0) 0%, rgb(8, 53, 198) 80%);
    width: 100%;
    box-sizing: border-box;
}

.headline-slider-card a .headline-slider-text h1 {
    font-size: 32px;
    margin: 8px 0;
    color: #ffffff;
}

@media screen and (max-width: 480px) {
    .headline-slider-card a .headline-slider-text h1 {
        font-size: 20px;
    }
}

.headline-slider-card a .headline-slider-text small {
    display: flex;
    align-items: center;
    color: #ffffff;
}

@media screen and (max-width: 480px) {
    .headline-slider-card a .headline-slider-text small {
        font-size: 13px;
    }
}

.headline-thumbnail {
    width: 45%;
    height: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1024px) {
    .headline-thumbnail {
        flex-direction: row;
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .headline-thumbnail {
        display: none;
    }
}

.headline-thumbnail-card {
    display: flex;
    align-items: flex-start;
}

@media screen and (max-width: 1024px) {
    .headline-thumbnail-card {
        width: 100%;
    }
}

.headline-thumbnail-card a {
    gap: 12px;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    color: #121554;
    transition: all 0.3s ease-in-out;
}

.headline-thumbnail-card a:hover {
    transform: scale(1.02);
}

@media screen and (max-width: 1024px) {
    .headline-thumbnail-card a {
        flex-direction: column;
    }
}

.headline-thumbnail-card a .headline-thumbnail-img {
    height: 120px;
    width: 200px;
    border-radius: 8px;
}

@media screen and (max-width: 1024px) {
    .headline-thumbnail-card a .headline-thumbnail-img {
        height: 160px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .headline-thumbnail-card a .headline-thumbnail-img {
        height: 110px;
    }
}

.headline-thumbnail-card a .headline-thumbnail-img img {
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 120px;
    width: 200px;
}

@media screen and (max-width: 1024px) {
    .headline-thumbnail-card a .headline-thumbnail-img img {
        height: 160px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .headline-thumbnail-card a .headline-thumbnail-img img {
        height: 110px;
    }
}

.headline-thumbnail-card a .headline-thumbnail-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.headline-thumbnail-card a .headline-thumbnail-text h2 {
    font-size: 18px;
    margin: 8px 0;
}

@media screen and (max-width: 640px) {
    .headline-thumbnail-card a .headline-thumbnail-text h2 {
        font-size: 1.1rem;
    }
}

.headline-thumbnail-card a .headline-thumbnail-text small {
    display: flex;
    align-items: center;
    color: #959fac;
}

.recent,
.editorial {
    width: 100%;
    padding: 24px 80px;
    box-sizing: border-box;
}

@media (min-width: 1441px) {
    .recent,
    .editorial {
        padding: 24px 10%;
    }
}

@media screen and (max-width: 1280px) {
    .recent,
    .editorial {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .recent,
    .editorial {
        padding: 10px;
    }
    .recent-news-box_mobile,
    .editorial-news-box_mobile {
        flex-direction: column;
    }
}

.recent-news-box,
.editorial-news-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.banner {
    width: 100%;
    padding: 24px 80px;
    box-sizing: border-box;
    height: auto;
}

@media (min-width: 1441px) {
    .banner {
        padding: 24px 10%;
    }
}

@media screen and (max-width: 1280px) {
    .banner {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .banner {
        padding: 10px;
    }
}

.banner-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.banner-box a img {
    width: 300px;
    height: 168px;
    border-radius: 8px;
    -o-object-fit: contain;
    object-fit: contain;
}

.default {
    background-image: linear-gradient( to right top, #051937, #004d7a, #008793, #00bf72, #a8eb12);
}

.midbanner {
    width: 100%;
    padding: 24px 80px;
    box-sizing: border-box;
}

@media (min-width: 1441px) {
    .midbanner {
        padding: 24px 10%;
    }
}

@media screen and (max-width: 1280px) {
    .midbanner {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .midbanner {
        padding: 10px;
    }
}

.midbanner-news-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.ramadan {
    color: #fff;
    background-image: url("../../images/ramadan-bg.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.ramadan h3 {
    color: #121554;
}

.topbanner {
    width: 100%;
    padding: 24px 80px;
    box-sizing: border-box;
}

@media (min-width: 1441px) {
    .topbanner {
        padding: 24px 10%;
    }
}

@media screen and (max-width: 1280px) {
    .topbanner {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .topbanner {
        padding: 10px;
    }
}

.topbanner-news-box {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex: 1;
}

.topbanner_qc {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    gap: 40px;
}

@media screen and (max-width: 1024px) {
    .topbanner_qc {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 480px) {
    .topbanner_qc {
        flex-direction: column;
    }
}

.topbanner-qc {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.topbanner-qc-photo {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 200px;
}

@media screen and (max-width: 480px) {
    .topbanner-qc-photo {
        width: 150px;
    }
}

.topbanner-qc-photo img {
    width: 200px;
}

@media screen and (max-width: 480px) {
    .topbanner-qc-photo img {
        width: 150px;
    }
}

.topbanner-qc-photo h3 {
    font-size: 1.5rem;
    color: #fff !important;
}

@media screen and (max-width: 480px) {
    .topbanner-qc-photo h3 {
        font-size: 1.2rem;
    }
}

.topbanner-qc-photo-party {
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.topbanner-qc-photo-party img {
    -o-object-fit: contain;
    object-fit: contain;
    max-width: 40px;
    max-height: 40px;
}

.topbanner-qc-poll {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.topbanner-qc-poll .qc-poll-box {
    background-color: #fff;
    padding: 8px 16px;
    border-radius: 12px;
}

.topbanner-qc-poll .qc-poll-box .qc-poll-survey {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.topbanner-qc-poll .qc-poll-box .qc-poll-survey-name img {
    width: 60px;
}

.topbanner-qc-poll .qc-poll-box .qc-poll-survey-score {
    font-size: 1.5rem;
    color: #006cb4;
    font-weight: bold;
}

.topbanner-qc-poll .qc-poll-box small {
    color: #535f72;
    font-size: 11px;
}

.pemilu {
    color: #fff;
    background-image: url("../img/bg-pemilu.png");
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.pemilu h3 {
    color: #121554;
}

.news-card {
    width: 240px;
    height: auto;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    flex: 1;
}

@media screen and (max-width: 480px) {
    .news-card {
        width: 180px;
    }
}

.news-card-img {
    width: 100%;
    height: 160px;
}

@media screen and (max-width: 480px) {
    .news-card-img {
        height: 100px;
    }
}

.news-card-img img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 160px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 480px) {
    .news-card-img img {
        height: 100px;
    }
}

.news-card-desc {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background-color: #ffffff;
    padding: 12px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    min-height: 160px;
    height: auto;
}

@media screen and (max-width: 480px) {
    .news-card-desc {
        padding: 8px;
        min-height: 150px;
    }
}

.news-card-desc-block {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 100%;
}

.news-card-desc .news-title {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.news-card-desc .news-title h3 {
    color: #121554;
    margin: 12px 0 8px;
}

@media screen and (max-width: 480px) {
    .news-card-desc .news-title h3 {
        margin: 4px 0;
    }
}

.news-card .no-cat {
    min-height: 140px;
}

.news-card-caption {
    display: flex;
    align-items: center;
    margin: 4px 0;
    color: #959fac;
}

@media screen and (max-width: 480px) {
    .news-card_mobile {
        width: 100%;
        height: auto;
        border-radius: 8px;
        display: flex;
        flex-direction: row;
        cursor: pointer;
        flex: 1;
    }
    .news-card_mobile .news-card-img {
        width: 160px;
        height: 120px;
    }
    .news-card_mobile .news-card-img img {
        border-radius: 8px;
        width: 160px;
        height: 120px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .news-card_mobile .news-card-desc {
        background-color: transparent;
        padding: 0 12px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        min-height: 120px;
        height: auto;
        margin-bottom: 16px;
    }
    .news-card_mobile .news-card-desc-block {
        display: flex;
        flex-direction: column;
        gap: 8px;
        width: 100%;
    }
    .news-card_mobile .news-card-desc .news-title {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }
    .news-card_mobile .news-card-desc .news-title h3 {
        color: #121554;
        margin: 12px 0 8px;
    }
}

@media screen and (max-width: 480px) and (max-width: 480px) {
    .news-card_mobile .news-card-desc .news-title h3 {
        margin: 4px 0;
    }
}

@media screen and (max-width: 480px) {
    .news-card_mobile .no-cat {
        min-height: 140px;
    }
    .news-card_mobile-caption {
        display: flex;
        align-items: center;
        margin: 4px 0;
        color: #959fac;
    }
}

.video {
    width: 100%;
    padding: 24px 80px;
    box-sizing: border-box;
}

@media (min-width: 1441px) {
    .video {
        padding: 24px 10%;
    }
}

@media screen and (max-width: 1280px) {
    .video {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .video {
        padding: 10px;
    }
}

.video-player {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

@media screen and (max-width: 890px) {
    .video-player {
        flex-direction: column;
    }
}

.video-player-headline {
    width: 55%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 1 1 auto;
}

@media screen and (max-width: 890px) {
    .video-player-headline {
        width: 100%;
    }
}

.video-player-headline a {
    width: 100%;
}

.video-player-headline .vid-thumbnail {
    width: 100%;
    height: 360px;
    border-radius: 8px;
}

@media screen and (max-width: 890px) {
    .video-player-headline .vid-thumbnail {
        height: 220px;
    }
}

@media screen and (max-width: 768px) {
    .video-player-headline .vid-thumbnail {
        height: 360px;
    }
}

.video-player-headline .vid-thumbnail img,
.video-player-headline .vid-thumbnail video {
    height: 360px;
    width: 100%;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 890px) {
    .video-player-headline .vid-thumbnail img,
    .video-player-headline .vid-thumbnail video {
        height: 220px;
    }
}

@media screen and (max-width: 768px) {
    .video-player-headline .vid-thumbnail img,
    .video-player-headline .vid-thumbnail video {
        height: 360px;
    }
}

.video-player-headline .vid-title {
    width: 100%;
}

.video-player-headline .vid-title h3 {
    font-size: 36px;
    color: #121554;
    margin: 8px 0;
}

@media screen and (max-width: 480px) {
    .video-player-headline .vid-title h3 {
        font-size: 22px;
        color: #121554;
        margin: 4px 0;
    }
}

.video-player-thumbnail {
    width: 45%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 24px;
}

@media screen and (max-width: 890px) {
    .video-player-thumbnail {
        flex-direction: row;
        gap: 8px;
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .video-player-thumbnail {
        flex-direction: column;
        width: 100%;
    }
}

.video-player-thumbnail .video-card {
    width: 100%;
    display: flex;
    gap: 16px;
}

@media screen and (max-width: 890px) {
    .video-player-thumbnail .video-card {
        flex-direction: column;
        gap: 0;
    }
}

@media screen and (max-width: 768px) {
    .video-player-thumbnail .video-card {
        flex-direction: row;
        gap: 12px;
    }
}

.video-player-thumbnail .video-card .vid-thumbnail {
    width: 200px;
    height: 120px;
    border-radius: 8px;
}

@media screen and (max-width: 970px) {
    .video-player-thumbnail .video-card .vid-thumbnail {
        width: 160px;
        height: 100px;
    }
}

.video-player-thumbnail .video-card .vid-thumbnail img,
.video-player-thumbnail .video-card .vid-thumbnail video {
    width: 200px;
    height: 120px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 970px) {
    .video-player-thumbnail .video-card .vid-thumbnail img,
    .video-player-thumbnail .video-card .vid-thumbnail video {
        width: 100%;
        height: 100px;
    }
}

.video-player-thumbnail .video-card .vid-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media screen and (max-width: 970) {
    .video-player-thumbnail .video-card .vid-title {
        gap: 0;
    }
}

.video-player-thumbnail .video-card .vid-title h3 {
    color: #121554;
    margin: 0 0 8px;
}

@media screen and (max-width: 768) {
    .video-player-thumbnail .video-card .vid-title h3 {
        margin: 8px 0;
    }
}

@media screen and (max-width: 480px) {
    .video-player-thumbnail .video-card-column {
        flex-direction: column;
        gap: 0;
    }
}

.video-card {
    display: flex;
    gap: 4px 24px;
    width: 100%;
}

@media screen and (max-width: 480px) {
    .video-card {
        gap: 4px 12px;
    }
}

.video-card-caption {
    display: flex;
    align-items: center;
    margin: 4px 0;
    color: #959fac;
}

.popular-news {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
}

.popular-news-card {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.popular-news-card .index {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    border-right: 2px solid #d45b52;
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
    width: 40px;
}

@media screen and (max-width: 480px) {
    .popular-news-card .index {
        display: none;
    }
}

.popular-news-card img {
    width: 100px;
    height: 80px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.popular-news-card .text {
    width: 100%;
    color: #f5f5f5 !important;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.popular-news-card .text h3 {
    margin: 0 0 8px;
}

@media screen and (max-width: 480px) {
    .popular-news-card .text h3 {
        font-size: 16px;
    }
}

.popular-sidebar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    margin-bottom: 24px;
}

.popular-sidebar-card {
    width: 100%;
    height: auto;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.popular-sidebar-card .index {
    color: #ffffff;
    font-size: 40px;
    font-weight: bold;
    border-right: 2px solid #d45b52;
    margin: 0 12px 0 0;
    padding: 0 12px 0 0;
    width: 40px;
}

.popular-sidebar-card img {
    width: 60px;
    height: 60px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.popular-sidebar-card .text {
    color: #121554 !important;
}

.popular-sidebar-card .text h3 {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
}

.editorial {
    width: 100%;
    padding: 24px 80px;
    box-sizing: border-box;
}

@media (min-width: 1441px) {
    .editorial {
        padding: 24px 10%;
    }
}

@media screen and (max-width: 1280px) {
    .editorial {
        padding: 20px;
    }
}

@media screen and (max-width: 480px) {
    .editorial {
        padding: 10px;
    }
}

.photo-news {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}

.photo-news-card {
    width: 220px;
    height: auto;
    border-radius: 8px;
    position: relative;
}

@media screen and (max-width: 1425px) {
    .photo-news-card {
        width: 200px;
    }
}

@media screen and (max-width: 1380px),
(max-width: 970px) {
    .photo-news-card {
        width: 220px;
    }
}

@media screen and (max-width: 1090px) {
    .photo-news-card {
        width: 200px;
    }
}

@media screen and (max-width: 900px),
(max-width: 480px) {
    .photo-news-card {
        width: 170px;
    }
}

.photo-news-card img {
    width: 220px;
    height: 160px;
    border-radius: 8px;
}

@media screen and (max-width: 1425px) {
    .photo-news-card img {
        width: 200px;
        height: 140px;
    }
}

@media screen and (max-width: 1380px),
(max-width: 970px) {
    .photo-news-card img {
        width: 220px;
        height: 160px;
    }
}

@media screen and (max-width: 1090px) {
    .photo-news-card img {
        width: 200px;
        height: 140px;
    }
}

@media screen and (max-width: 900px),
(max-width: 480px) {
    .photo-news-card img {
        width: 170px;
        height: 120px;
    }
}

.photo-news-card .photo-text {
    min-height: 120px;
    box-sizing: border-box;
    width: 220px;
    padding: 8px;
    display: flex;
    position: absolute;
    flex-direction: column;
    justify-content: flex-end;
    bottom: 0;
    left: 0;
    background: rgb(8, 53, 198);
    background: linear-gradient( 180deg, rgba(8, 53, 198, 0) 0%, rgb(8, 53, 198) 80%);
    border-radius: 8px;
}

@media screen and (max-width: 1425px) {
    .photo-news-card .photo-text {
        width: 200px;
        padding: 4px 8px;
    }
}

@media screen and (max-width: 1380px),
(max-width: 970px) {
    .photo-news-card .photo-text {
        width: 220px;
    }
}

@media screen and (max-width: 1090px) {
    .photo-news-card .photo-text {
        width: 200px;
    }
}

@media screen and (max-width: 900px),
(max-width: 480px) {
    .photo-news-card .photo-text {
        width: 170px;
    }
}

.photo-news-card .photo-text h3 {
    margin: 4px 0;
    font-size: 14px;
}

.infografis {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #e1e6eb;
    gap: 24px;
    padding: 24px 80px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

.infografis-slider {
    display: flex;
    width: 100%;
    height: 100%;
    border-radius: 8px;
}

.infografis-slider-card {
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.infografis-slider-card a {
    gap: 12px;
    text-decoration: none;
    display: block;
    color: #121554;
    height: 100%;
    width: 100%;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    width: 100%;
    box-sizing: border-box;
}

.infografis-slider-card a:hover {
    transform: scale(1.02);
}

.infografis-slider-card a .infografis-slider-img {
    display: block;
    height: 480px;
    width: 100%;
    border-radius: 8px;
}

@media screen and (max-width: 480px) {
    .infografis-slider-card a .infografis-slider-img {
        height: auto;
    }
}

.infografis-slider-card a .infografis-slider-img img {
    border-radius: 8px;
    -o-object-fit: contain;
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.infografis-slider-card a .infografis-slider-text {
    display: flex;
    position: absolute;
    flex-direction: column;
    align-items: flex-start;
    bottom: 0;
    padding: 48px 24px 24px 24px;
    border-radius: 8px;
    background: rgb(8, 53, 198);
    background: linear-gradient( 180deg, rgba(8, 53, 198, 0) 0%, rgb(8, 53, 198) 80%);
    width: 100%;
    box-sizing: border-box;
}

.infografis-slider-card a .infografis-slider-text h3 {
    font-size: 32px;
    margin: 8px 0;
    color: #ffffff;
}

@media screen and (max-width: 480px) {
    .infografis-slider-card a .infografis-slider-text h3 {
        font-size: 22px;
    }
}

.infografis-slider-card a .infografis-slider-text small {
    display: flex;
    align-items: center;
    color: #ffffff;
}

.indepth {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    background-color: #e1e6eb;
    gap: 24px;
    padding: 0 36px 40px;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    .indepth {
        padding: 10px;
    }
}

.indepth-thumbnail {
    width: 100%;
    height: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    padding-top: 8px;
    flex-grow: 1;
}

.indepth-thumbnail-card {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 16px;
}

.indepth-thumbnail-card a {
    gap: 12px;
    width: 100%;
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    color: #121554;
    transition: all 0.3s ease-in-out;
}

.indepth-thumbnail-card a:hover {
    transform: scale(1.02);
}

@media screen and (max-width: 480px) {
    .indepth-thumbnail-card a {
        flex-direction: column;
    }
}

.indepth-thumbnail-card a .indepth-thumbnail-img {
    height: 140px;
    width: 220px;
    border-radius: 8px;
}

@media screen and (max-width: 480px) {
    .indepth-thumbnail-card a .indepth-thumbnail-img {
        width: 100%;
        height: auto;
    }
}

.indepth-thumbnail-card a .indepth-thumbnail-img img {
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
    height: 140px;
    width: 220px;
}

@media screen and (max-width: 480px) {
    .indepth-thumbnail-card a .indepth-thumbnail-img img {
        width: 100%;
        height: auto;
    }
}

.indepth-thumbnail-card a .indepth-thumbnail-text {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    gap: 8px;
    flex-grow: 1;
}

.indepth-thumbnail-card a .indepth-thumbnail-text h2 {
    font-size: 18px;
    margin: 8px 0 0;
}

.indepth-thumbnail-card a .indepth-thumbnail-text small {
    display: flex;
    align-items: center;
    color: #959fac;
}

.indepth-thumbnail-card a .indepth-thumbnail-text .thumbnail-avatar {
    display: flex;
    gap: 8px;
}

.indepth-thumbnail-card a .indepth-thumbnail-text .thumbnail-avatar img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.static {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    text-align: justify;
    line-height: 22px;
    padding: 20px;
}

@media screen and (max-width: 660px) {
    .static {
        width: 100%;
        max-width: -moz-fit-content;
        max-width: fit-content;
    }
}

.static h1 {
    font-size: 32px;
    line-height: 36px;
    width: 100%;
    padding-left: 8px;
    border-left: 2px solid #d45b52;
}

.static h2 {
    font-size: 18px;
}
.slick-track{
    width: 100% ;
}
.slick-slide {
    margin: 0 10px;
    height: auto !important;
    overflow: hidden;
    width: 100% !important;
}

.slick-list {
    margin: 0 -10px;
    overflow-x: scroll !important;
}

@keyframes shimmer {
    0% {
        background-position: -1200px 0;
    }
    100% {
        background-position: 1200px 0;
    }
}


/* News Detail */

.single {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    position: relative;
}

@media screen and (max-width: 1024px) {
    .single {
        padding: 10px;
        box-sizing: border-box;
    }
}

.single-header {
    width: 100%;
    height: auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px auto;
    margin: 40px auto 16px;
}

@media screen and (max-width: 768px) {
    .single-header {
        margin: 16px auto;
    }
}

.single-header-text {
    width: 1000px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 24px auto;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .single-header-text {
        width: 760px;
    }
}

@media screen and (max-width: 768px) {
    .single-header-text {
        width: 100%;
    }
}

.single-header-text h1 {
    color: #05061b;
    font-size: 40px;
    margin: 16px 0 12px;
}

@media screen and (max-width: 480px) {
    .single-header-text h1 {
        font-size: 24px;
    }
}

.single-header-text .caption {
    display: flex;
    font-size: 18px;
    color: #121554;
    gap: 24px;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .single-header-text .caption {
        gap: 8px 16px;
        align-items: flex-start;
        flex-wrap: wrap;
    }
}

.single-img {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.single-img figure {
    width: 1000px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1024px) {
    .single-img figure {
        width: 100%;
    }
}

.single-img figure img {
    width: 1000px;
    height: auto;
    max-height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .single-img figure img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .single-img figure img {
        max-height: 320px;
    }
}

.single-img figure figcaption {
    width: 100%;
    border-left: 2px solid #d45b52;
    padding-left: 8px;
    margin: 16px auto;
}

.single-img figure .single-img-audio {
    width: 100;
}

.single-body {
    width: 1000px;
    height: auto;
    padding: 0 0 24px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin: 0 auto;
    gap: 12px;
    font-size: 16px !important;
    line-height: 24px !important;
}

@media screen and (max-width: 1024px) {
    .single-body {
        width: 100%;
    }
}

@media screen and (max-width: 879px) {
    .single-body {
        width: 100%;
        flex-direction: column;
    }
}

.single-body-text {
    width: 620px;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding-right: 20px;
}

@media screen and (max-width: 1024px) {
    .single-body-text {
        width: 60%;
    }
}

@media screen and (max-width: 879px) {
    .single-body-text {
        width: 100%;
    }
}

.single-body-text p {
    margin: 8px 0;
    font-size: 16px !important;
    font-family: "Inter";
    font-weight: 400;
}

.single-body-text p strong span {
    font-weight: bold;
}

.single-body-text p a {
    color: #006cb4;
    font-weight: 600;
}

.single-body-text p a:hover {
    text-decoration: underline;
}

.single-body-text p span {
    font-size: 16px !important;
    font-family: "Inter" !important;
    font-weight: 400 !important;
    color: #000 !important;
}

.single-body-text p span a {
    color: #006cb4;
    font-weight: 600;
}

.single-body-text p span a:hover {
    text-decoration: underline;
}

.single-body-text figure {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.single-body-text figure img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.single-body-text figure figcaption {
    width: 100%;
    border-left: 2px solid #d45b52;
    padding-left: 8px;
    margin: 16px auto;
}

.single-body-text figure figcaption div {
    font-size: 14px;
    font-style: italic;
    line-height: 18px;
}

.single-body-text table {
    border-collapse: collapse;
    width: 100%;
    border: 3px solid black;
}

.single-body-text table th,
.single-body-text table td {
    padding: 8px;
    text-align: left;
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
    vertical-align: top;
}

.single-body-text table th:not(th),
.single-body-text table td:not(th) {
    border: 1px solid black;
}

.single-body-text table th div span,
.single-body-text table td div span {
    font-family: "Inter", sans-serif !important;
    font-size: 14px !important;
    color: #000 !important;
}

.single-body-text table th {
    background-color: blue;
    color: white;
}

.single-body-widget {
    width: 360px;
    background-color: #e1e6eb;
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 0 12px 24px;
    height: 100%;
    box-sizing: border-box;
}

@media screen and (max-width: 879px) {
    .single-body-widget {
        width: 100%;
        flex-direction: row;
        gap: 16px;
    }
}

@media screen and (max-width: 639px) {
    .single-body-widget {
        width: 100%;
        flex-direction: column;
    }
}

.single-video {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px;
    display: flex;
    gap: 24px;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .single-video {
        flex-direction: column;
        padding: 20px;
    }
}

.single-video-body {
    width: 65%;
}

@media screen and (max-width: 1024px) {
    .single-video-body {
        width: 100%;
    }
}

.single-video-body h1 {
    color: #05061b;
    font-size: 32px;
    margin: 16px 0 12px;
}

.single-video-body .caption {
    display: flex;
    font-size: 18px;
    color: #121554;
    gap: 24px;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .single-video-body .caption {
        gap: 4px 24px;
        flex-wrap: wrap;
    }
}

.single-video-body .single-body-text {
    margin: 8px auto;
    width: 100%;
    border-left: 1px solid #d45b52;
    padding-left: 16px;
}

.single-video-body .single-body-text p {
    margin: 8px 0;
    font-size: 16px !important;
    line-height: 24px;
    font-family: "Inter" !important;
    font-weight: 400 !important;
    font-style: italic;
}

.single-video-body .single-body-text p a {
    color: #006cb4;
    font-weight: 600;
}

.single-video-body .single-body-text p a:hover {
    text-decoration: underline;
}

.single-video-body .single-body-text p span a {
    color: #006cb4;
    font-weight: 600;
}

.single-video-body .single-body-text p span a:hover {
    text-decoration: underline;
}

.single-video-tools {
    width: 35%;
}

@media screen and (max-width: 1024px) {
    .single-video-tools {
        width: 100%;
    }
}

.single-video-tools .video-player-thumbnail {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 24px;
}

.single-video-tools .video-player-thumbnail .video-card {
    width: 100%;
    display: flex;
    gap: 12px;
}

.single-video-tools .video-player-thumbnail .video-card .vid-thumbnail {
    width: 160px;
    height: 110px;
    border-radius: 8px;
}

.single-video-tools .video-player-thumbnail .video-card .vid-thumbnail img,
.single-video-tools .video-player-thumbnail .video-card .vid-thumbnail video {
    width: 160px;
    height: 110px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-video-tools .video-player-thumbnail .video-card .vid-title {
    width: 100%;
}

.single-video-tools .video-player-thumbnail .video-card .vid-title h3 {
    color: #121554;
    margin: 0 0 8px;
}

.single-radio {
    width: 100%;
    height: auto;
    min-height: 500px;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 24px;
    position: relative;
    box-sizing: border-box;
    background-image: url("https://cdn.rri.co.id/static/bg-streaming.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding-top: 40px;
}

.single-radio-overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(18, 21, 84, 0.5);
}

.single-radio-body {
    display: flex;
    position: relative;
    z-index: 2;
    justify-content: center;
    align-items: center;
    width: 480px;
    height: auto;
    flex-direction: column;
    color: #fff;
}

@media screen and (max-width: 500px) {
    .single-radio-body {
        width: 100%;
        padding: 0 10px;
    }
}

.single-radio-body h3 {
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 14px;
}

.single-radio-body-dropdown {
    position: relative;
    display: inline-block;
    z-index: 2;
    width: 100%;
}

.single-radio-body-dropdown button {
    background-color: #fff;
    width: 100%;
    border: none;
    outline: none;
    padding: 16px;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: bold;
    border-radius: 8px;
    text-align: left;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}

.single-radio-body-dropdown button input {
    width: 100%;
    border: none;
    border-radius: 8px;
}

.single-radio-body-dropdown .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f6f6f6;
    min-width: 100%;
    overflow: auto;
    z-index: 1;
    border-radius: 8px;
    margin-top: 10px;
    padding: 8px;
    box-sizing: border-box;
    max-height: 300px;
    overflow-y: auto;
}

.single-radio-body-dropdown .dropdown-content input[type="text"] {
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    font-size: 16px;
    box-sizing: border-box;
}

.single-radio-body-dropdown .dropdown-content-list {
    width: 100%;
    overflow-y: auto;
}

.single-radio-body-dropdown .dropdown-content-list a {
    color: black;
    padding: 16px;
    text-decoration: none;
    display: flex;
    font-size: 16px;
    justify-content: space-between;
    align-items: center;
}

.single-radio-body-dropdown .show {
    display: block;
}

.single-radio-body-programma {
    position: relative;
    display: inline-block;
    z-index: 1;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 12px;
    padding: 12px 0;
    align-items: flex-start;
    color: #121554;
}

@media screen and (max-width: 500px) {
    .single-radio-body-programma {
        flex-direction: column;
        justify-content: flex-start;
        box-sizing: border-box;
        padding: 12px 0;
    }
}

.single-radio-body-programma .programma-card {
    display: flex;
    width: 100%;
    padding: 16px;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

@media screen and (max-width: 500px) {
    .single-radio-body-programma .programma-card {
        padding: 10px 20px;
    }
}

.single-radio-body-programma .programma-card img {
    height: 48px;
}

.single-radio-body-programma .pro1 {
    background: linear-gradient( 90deg, rgb(255, 255, 255) 50%, rgba(232, 125, 49, 0.5) 100%);
}

.single-radio-body-programma .pro2 {
    background: linear-gradient( 90deg, rgb(255, 255, 255) 50%, rgba(111, 33, 207, 0.5) 100%);
}

.single-radio-body-programma .pro3 {
    background: linear-gradient( 90deg, rgb(255, 255, 255) 50%, rgba(230, 79, 76, 0.5) 100%);
}

.single-radio-body-programma .pro4 {
    background: linear-gradient( 90deg, rgb(255, 255, 255) 50%, rgba(91, 196, 99, 0.5) 100%);
}

.single-radio-tools {
    width: 35%;
}

.single-radio-tools .video-player-thumbnail {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 24px;
}

.single-radio-tools .video-player-thumbnail .video-card {
    width: 100%;
    display: flex;
    gap: 12px;
}

.single-radio-tools .video-player-thumbnail .video-card .vid-thumbnail {
    width: 160px;
    height: 110px;
    border-radius: 8px;
}

.single-radio-tools .video-player-thumbnail .video-card .vid-thumbnail img,
.single-radio-tools .video-player-thumbnail .video-card .vid-thumbnail video {
    width: 160px;
    height: 110px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-radio-tools .video-player-thumbnail .video-card .vid-title {
    width: 100%;
}

.single-radio-tools .video-player-thumbnail .video-card .vid-title h3 {
    color: #121554;
    margin: 0 0 8px;
}

.single-photo {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 40px;
    display: flex;
    gap: 24px;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px) {
    .single-photo {
        flex-direction: column;
        padding: 20px;
    }
}

.single-photo-body {
    width: 65%;
}

@media screen and (max-width: 1024px) {
    .single-photo-body {
        width: 100%;
    }
}

.single-photo-body h1 {
    color: #05061b;
    font-size: 32px;
    margin: 16px 0 12px;
}

.single-photo-body .caption {
    display: flex;
    font-size: 18px;
    color: #121554;
    gap: 24px;
    align-items: center;
}

@media screen and (max-width: 768px) {
    .single-photo-body .caption {
        gap: 4px 24px;
        flex-wrap: wrap;
    }
}

.single-photo-body .photo-slider figure {
    width: 1000px;
    display: flex;
    flex-direction: column;
}

@media screen and (max-width: 1024px) {
    .single-photo-body .photo-slider figure {
        width: 100%;
    }
}

.single-photo-body .photo-slider figure img {
    width: 1000px;
    height: auto;
    max-height: 650px;
    -o-object-fit: cover;
    object-fit: cover;
}

@media screen and (max-width: 1024px) {
    .single-photo-body .photo-slider figure img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .single-photo-body .photo-slider figure img {
        max-height: 320px;
    }
}

.single-photo-body .photo-slider figure figcaption {
    width: 100%;
    border-left: 2px solid #d45b52;
    padding-left: 8px;
    margin: 16px auto;
}

.single-photo-body .photo-slider figure .single-img-audio {
    width: 100;
}

.single-photo-body .single-body-text {
    margin: 8px auto;
    width: 100%;
    border-left: 1px solid #d45b52;
    padding-left: 16px;
}

.single-photo-body .single-body-text p {
    margin: 8px 0;
    font-size: 16px !important;
    line-height: 24px;
    font-family: "Inter" !important;
    font-weight: 400 !important;
    font-style: italic;
}

.single-photo-body .single-body-text p a {
    color: #006cb4;
    font-weight: 600;
}

.single-photo-body .single-body-text p a:hover {
    text-decoration: underline;
}

.single-photo-body .single-body-text p span a {
    color: #006cb4;
    font-weight: 600;
}

.single-photo-body .single-body-text p span a:hover {
    text-decoration: underline;
}

.single-photo-tools {
    width: 35%;
}

@media screen and (max-width: 1024px) {
    .single-photo-tools {
        width: 100%;
    }
}

.single-photo-tools .video-player-thumbnail {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 1 1 auto;
    gap: 24px;
}

.single-photo-tools .video-player-thumbnail .video-card {
    width: 100%;
    display: flex;
    gap: 12px;
}

.single-photo-tools .video-player-thumbnail .video-card .vid-thumbnail {
    width: 160px;
    height: 110px;
    border-radius: 8px;
}

.single-photo-tools .video-player-thumbnail .video-card .vid-thumbnail img,
.single-photo-tools .video-player-thumbnail .video-card .vid-thumbnail video {
    width: 160px;
    height: 110px;
    border-radius: 8px;
    -o-object-fit: cover;
    object-fit: cover;
}

.single-photo-tools .video-player-thumbnail .video-card .vid-title {
    width: 100%;
}

.single-photo-tools .video-player-thumbnail .video-card .vid-title h3 {
    color: #121554;
    margin: 0 0 8px;
}


/* News List */

.list-box {
    width: auto;
    padding: 40px;
    display: flex;
    max-width: 1440px;
    margin: 0 auto;
}

@media screen and (max-width: 1024px) {
    .list-box {
        padding: 20px;
    }
}

@media screen and (max-width: 879px) {
    .list-box {
        width: 100%;
        padding: 10px 20px;
        flex-direction: column;
        box-sizing: border-box;
    }
}

.list-box-news {
    display: flex;
    width: 800px;
    padding-right: 20px;
    box-sizing: border-box;
}

@media screen and (max-width: 1279px) {
    .list-box-news {
        width: 65%;
    }
}

@media screen and (max-width: 879px) {
    .list-box-news {
        width: 100%;
    }
}

.list-box-news-card {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.list-box-news h2 {
    border-left: 2px solid #d45b52;
    padding-left: 8px;
    margin: 4px 0;
}

.list-box-news h3 {
    margin: 4px 0 0;
}

.list-box-visual {
    display: flex;
    width: 900px;
}

@media screen and (max-width: 1024px) {
    .list-box-visual {
        width: 65%;
    }
}

@media screen and (max-width: 879px) {
    .list-box-visual {
        width: 100%;
    }
}

.list-box-visual .playlist-thumbnail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    padding-right: 20px;
}

@media screen and (max-width: 879px) {
    .list-box-visual .playlist-thumbnail {
        padding-right: 0;
    }
}

.list-box-visual .playlist-thumbnail-card {
    width: 280px;
    height: auto;
    max-height: 300px;
    margin-bottom: 24px;
    transition: 0.6s ease opacity, 0.6s ease transform;
    cursor: pointer;
}

.list-box-visual .playlist-thumbnail-card:hover {
    transform: scale(1.02);
}

@media screen and (max-width: 1024px) {
    .list-box-visual .playlist-thumbnail-card {
        width: 180px;
    }
}

@media screen and (max-width: 879px) {
    .list-box-visual .playlist-thumbnail-card {
        width: 280px;
    }
}

@media screen and (max-width: 640px) {
    .list-box-visual .playlist-thumbnail-card {
        width: 45%;
    }
}

.list-box-visual .playlist-thumbnail-card .playlist-img {
    width: 280px;
    border-radius: 8px;
}

@media screen and (max-width: 1024px) {
    .list-box-visual .playlist-thumbnail-card .playlist-img {
        width: 180px;
    }
}

@media screen and (max-width: 879px) {
    .list-box-visual .playlist-thumbnail-card .playlist-img {
        width: 100%;
    }
}

@media screen and (max-width: 640px) {
    .list-box-visual .playlist-thumbnail-card .playlist-img {
        width: 100%;
    }
}

.list-box-visual .playlist-thumbnail-card .playlist-img img {
    width: 280px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

@media screen and (max-width: 1024px) {
    .list-box-visual .playlist-thumbnail-card .playlist-img img {
        width: 180px;
        height: 120px;
    }
}

@media screen and (max-width: 879px) {
    .list-box-visual .playlist-thumbnail-card .playlist-img img {
        width: 280px;
        height: 200px;
    }
}

@media screen and (max-width: 640px) {
    .list-box-visual .playlist-thumbnail-card .playlist-img img {
        width: 100%;
        height: 120px;
    }
}

.list-box-visual .playlist-thumbnail-card .playlist-img video {
    width: 280px;
    border-radius: 8px;
}

@media screen and (max-width: 1024px) {
    .list-box-visual .playlist-thumbnail-card .playlist-img video {
        width: 180px;
    }
}

@media screen and (max-width: 879px) {
    .list-box-visual .playlist-thumbnail-card .playlist-img video {
        width: 280px;
    }
}

@media screen and (max-width: 640px) {
    .list-box-visual .playlist-thumbnail-card .playlist-img video {
        width: 100%;
    }
}

.list-box-visual .playlist-thumbnail-card .playlist-desc h3 {
    margin: 8px 0 4px;
}


/*Pagination*/

.card-pagination {
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: auto;
    padding: 8px 0;
    box-sizing: border-box;
    margin: 24px auto;
}

.card-pagination .pagination {
    font-weight: bold;
    padding: 8px 16px;
    border-radius: 8px;
}

.card-pagination .pagination-current {
    background-color: transparent !important;
    color: #05061b !important;
}

.card-pagination .pagination-prev,
.card-pagination .pagination-next {
    cursor: pointer;
    background-color: #006cb4;
    color: #fff;
}

.pagination-pages {
    display: flex;
    gap: 5px;
    /* Adds spacing between page numbers */
}

.pagination-page {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
}

.pagination-page:hover {
    background-color: #dcdcdc;
    color: #000;
}

.current-page {
    background-color: #006cb4;
    /* Blue background */
    color: #fff;
    /* White text */
    font-weight: bold;
    pointer-events: none;
    /* Disable click on current page */
}

.pagination-prev,
.pagination-next {
    font-size: 16px;
    font-weight: bold;
    color: #007bff;
    cursor: pointer;
    text-decoration: none;
    transition: color 0.3s;
    display: flex;
    align-items: center;
    min-width: 70px;
    text-align: center;
    justify-content: center;
}

.pagination-prev:hover,
.pagination-next:hover {
    background-color: #0056b3;
    /* Darker blue on hover */
}

.pagination-prev.disabled,
.pagination-next.disabled {
    background-color: rgb(180, 180, 180);
    /* Grey for disabled */
    color: #ccc;
    /* Grey for disabled */
    cursor: not-allowed;
    pointer-events: none;
}


/*Overrider*/

.player {
    position: relative;
    margin: 80px 0 -30px;
}

.player__bar,
.player__timeline {
    height: 60px;
}

.player__timeline {
    background-color: rgba(0, 108, 180, 0.6);
    color: #fff;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.player #playhead {
    background-color: #121554;
}

@media screen and (max-width: 640px) {
    .player__album,
    .player__albumImg {
        width: 60px;
        height: 60px;
        top: 0;
    }
    .player__albumImg:before {
        width: 12px;
        height: 12px;
    }
    .player .play .player__album {
        top: 0;
    }
    .player__timeline {
        padding-left: 25%;
    }
    .player__timelineBar {
        margin-top: 0;
    }
    .player__author {
        font-size: 13px;
        padding-right: 4px;
    }
}

.player.play .player__timeline {
    transform: translateY(-125%);
}

@media screen and (max-width: 640px) {
    .player.play .player__timeline {
        transform: translateY(-135%);
    }
}

.se-component.se-video-container.__se__float-center {
    height: 360px !important;
    max-height: 360px !important;
}

.se-component.se-video-container.__se__float-center figure {
    padding: 0 !important;
    height: 360px !important;
}

#tts_wrapper {
    width: 100% !important;
}

#tts_ply_btn {
    background-color: #006cb4;
    outline: 0px;
    border: 0;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-family: "Inter";
    color: #fff;
    cursor: pointer;
}

.K2FeedIntroText img {
    width: 100% !important;
}

.slider-nav::before {
    background-color: rgba(212, 91, 82, 0.5);
    border-radius: 50%;
    padding: 0px;
}


/* Search Bar*/

@media screen and (max-width: 1140px) {
    form.sprint {
        position: relative;
        right: auto;
        z-index: 11;
        margin: 0;
    }
    form.sprint.focused {
        position: absolute;
        right: 43px;
        z-index: 11;
    }
}

.search-box {
    position: relative;
    background: #c6ec6a;
    height: 40px;
    border-radius: 50px;
    padding: 10px;
}


/* input */

.search-input {
    outline: none;
    border: none;
    background: none;
    width: 0;
    padding: 0;
    color: #000;
    float: right;
    font-size: 16px;
    transition: 0.3s;
    line-height: 40px;
}

.search-input::-moz-placeholder {
    color: #5c7d10;
}

.search-input::placeholder {
    color: #5c7d10;
}


/* icon */

.search-btn {
    color: #000;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    background: #c6ec6a;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: 0.6s;
}







.search-input:not(:-moz-placeholder-shown)+.search-btn {
    background: #000;
    color: #c6ec6a;
}

.search-box:hover>.search-btn,
.search-input:focus+.search-btn,
.search-input:not(:placeholder-shown)+.search-btn {
    background: #000;
    color: #c6ec6a;
}

.survey {
    padding: 20px 0;
    min-height: 500px;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 480px) {
    .survey {
        justify-content: center;
    }
}

.survey h2 {
    font-size: 3rem;
    margin: 0;
}

.survey p {
    font-size: 1.5rem;
}

.survey .stepper-container {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    align-items: center;
    width: 300px;
    margin: 0;
    padding: 0;
}

.survey .stepper-container li {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    border: 2px solid #004d7a;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    font-size: 1.5rem;
    font-weight: bold;
}

.survey .stepper-container li.active {
    background-color: #004d7a;
    color: #fff;
}

.survey #content1.active p {
    margin: 0 0 16px;
}

.survey #content2.active {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 20px 40px;
}

@media screen and (max-width: 480px) {
    .survey #content2.active {
        padding: 20px 20px;
    }
}

.survey #content2.active input,
.survey #content2.active select {
    height: 50px;
    width: 100%;
    margin: 0;
    padding: 8px 16px;
    font-size: 1.2rem;
    outline: none;
    border: 2px solid #004d7a;
    border-radius: 8px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    .survey #content2.active input,
    .survey #content2.active select {
        width: 90%;
    }
}

.survey #content2.active select,
.survey #content2.active option {
    height: 50px;
    width: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.survey #content3.active {
    display: flex;
    width: 800px;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}

@media screen and (max-width: 480px) {
    .survey #content3.active {
        width: 100%;
    }
}

.survey #content3.active .content-question {
    display: flex;
    flex-direction: column;
    text-align: left;
    align-items: flex-start;
    justify-content: flex-start;
}

.survey #content3.active .content-question .grouping {
    margin-bottom: 16px;
}

.survey #content3.active .content-question .grouping h3 {
    font-size: 1.5rem;
}

.survey #content3.active .content-question .grouping p {
    font-size: 1.3rem;
}

.survey #content3.active .content-question .grouping .indicator {
    font-size: 1.1rem;
    display: flex;
    gap: 8px;
}

.survey .image-radio-container {
    display: flex;
    gap: 20px;
    margin-bottom: 16px;
    width: 100%;
    justify-content: center;
}

@media screen and (max-width: 480px) {
    .survey .image-radio-container {
        flex-wrap: wrap;
    }
}

.survey .image-radio-container img {
    width: 120px;
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
}

.survey .image-radio {
    border: 2px solid transparent;
    padding: 5px 20px;
    cursor: pointer;
}

.survey .image-radio.selected {
    border: 2px solid #006cb4;
    border-radius: 8px;
}

.survey .content {
    display: none;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
}

.survey .content.active {
    display: block;
}


/*# sourceMappingURL=style.css.map */


/* Language Switch Button */

.language-switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 30px;
}

.toggle-input {
    display: none;
}

.toggle-label {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    background-color: #05061b;
    border-radius: 30px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.toggle-input:checked+.toggle-label {
    background-color: #05061b;
}

.toggle-button {
    position: absolute;
    top: 3px;
    left: 3px;
    width: 24px;
    height: 24px;
    background-color: #fff;
    border-radius: 50%;
    transition: transform 0.3s ease;
    z-index: 10;
}

.toggle-input:checked+.toggle-label .toggle-button {
    transform: translateX(25px);
}


/* Replace text with images */

.toggle-text {
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
}

.toggle-en {
    background-image: url('../img/en.png');
    left: 5px;
    top: 5px;
    border-radius: 32px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.toggle-id {
    background-image: url('../img/id.png');
    right: 5px;
    top: 5px;
    border-radius: 32px;
    background-size: cover;
    background-position: center;
    z-index: 1;
}