p,
span,
b,
em,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Red Hat Display", sans-serif !important;
}

.link-title {
    color: #3390ec;
}
.link-title:hover {
    color: #3977b3;
}
.nk-post-img {
    margin: 0 0px;
    height: 384px;
    width: 100%;
    overflow: hidden;
    position: relative;
    border-radius: 12px;
}
.nk-post-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .nk-post-img {
        height: 192px;
    }
    .nk-post-img img {
        object-position: top center;
    }
}
img {
    border-radius: 12px;
}
.promo-content h1 {
    font-style: normal;
    font-weight: 700;
    font-size: 32px;
    line-height: 42px;
    color: #FFFFFF;
}
.artikel-content {
    padding-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}
.breadcrum-item {
    color: white;
}
.breadcrum-item.title {
    white-space: nowrap; /* Membatasi teks agar tidak membungkus ke baris berikutnya */
    overflow: hidden;    /* Menyembunyikan teks yang melebihi batas */
    text-overflow: ellipsis; /* Menampilkan "..." jika teks terpotong */
}
.breadcrum-item.active {
    color: var(--warna_3) !important;
}
.breadcrum-item:hover {
    color: var(--warna_3) !important;
}
.img-banner-promo .artikel-content h1 {
    white-space: nowrap;              /* Memastikan teks tetap dalam satu baris */
    overflow: hidden;                 /* Menyembunyikan teks yang melampaui kontainer */
    text-overflow: ellipsis;          /* Menambahkan '...' jika teks terpotong */
    margin: 0;                        /* Menghilangkan margin untuk lebih kontrol */
}

.fab-icon-holder {
    width: 30px;
    height: 30px;
    bottom: 140px;
    left: 10px;
    color: #FFF;
    background: #5865f2;
    border-radius: 999px;
    text-align: center;
    font-size: 30px;
    z-index: 99999;
}

.fab-icon-holder i {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #000000 !important;
}

.fab-icon-holder i:hover {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-size: 25px;
    color: #000000 !important;
}

.responsive-content {
    font-size: 14px;
    padding-top: 30px;
}

@media (max-width: 576px) {
    .responsive-content {
        font-size: 13px;
    }
    .responsive-margin {
        padding-top: 1.5rem !important;
        padding-bottom: 3rem !important;
    }
    
    .artikel-content {
        font-size: 11.5px;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 10px !important;
    }
}

    /*artikel*/
.artikel-container {
    width: 100%;
    display: flex;
    align-items: normal;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}
.text-heading-tel {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    gap: 6px;
}
.text-heading-tel .sp1 {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 37px;
    color: #FFFFFF;
}
.text-heading-tel .sp2 {
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;
    display: flex;
    align-items: center;
    color: var(--warna_3);
}
.text-heading-tel svg {
    width: 20px;
    height: 20px;
}
.container-card-artikel {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 15px;
}
.card-artikel {
    padding: 13px;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: start;
    justify-content: center;
    border-bottom: 1px solid grey;
}
.card-artikel:last-of-type,
.card-artikel:last-of-type:hover {
    border-bottom: none;
}
.card-artikel:hover {
    border-bottom: 1px solid var(--warna_3);
}
.artikel-image {
    display: block;
    width: 100%;
    height: 115px;
    object-fit: cover;
    border-radius: 8px;
    -o-object-position: 5% 100%;
    object-position: 5% 100%;
}
.artikel-image.populer {
    width: 96px;
    height: 96px;
    -o-object-position: top center;
    object-position: top center;
}
.title-post {
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 30px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
}
.title-post.latest {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    -webkit-line-clamp: 2;
}
.content-post {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 100%;
}
.content-post p {
    margin: 0;
}
.category-title-post {
    font-style: normal;
    font-weight: 300;
    font-size: 12px;
    line-height: 1.2;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cat-post {
    margin-top: 3px;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
.cek-artikel-button {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #222223;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 25px;
    border-radius: 8px;
    border: none;
    background: var(--warna_3);
}
.sp-2-done-desktop {
    display: flex;
}
.sp-2-block-mobile {
    display: none;
}
@media (max-width: 1150px) {
    .artikel-image {
        height: 100px;
    }
}
@media (max-width: 992px) {
    .artikel-image {
        height: 88px;
    }
}
@media (max-width: 768px) {
    .container-card-artikel {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .artikel-image {
        height: 110px;
        
    }
    .text-heading-tel .sp1 {
        font-size: 22px;
        line-height: 1.2;
    }
    .text-heading-tel .sp2 {
        font-size: 17px;
        line-height: 1.2;
    }
    .text-heading-tel svg {
        width: 15px;
        height: 15px;
    }
    .sp-2-done-desktop {
        display: none;
    }
    .sp-2-block-mobile {
        display: flex;
    }
}
@media (max-width: 576px) {
    .container-card-artikel {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .artikel-image {
        height: 100%;
                
    }
    .text-heading-tel .sp2 {
        font-size: 14px;
    }
}
/*artikel end*/
/* button more */
.button-more {
    color: var(--warna_3);
    background: transparent;
    border: none;
    font-style: normal;
    font-weight: 650;
    font-size: 18px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.button-more svg {
    width: 24px;
    height: 24px;
}
@media (max-width: 576px) {
    .button-more {
        font-size: 15px;
    }
}
/* button more */

.list-topup-item {
    border: 1px solid var(--warna_3);
    border-radius: 12px;
}
.list-topup-item svg {
    color: var(--warna_3);
}
.header-section {
    font-style: normal;
    font-weight: 700;
    font-size: 28px;
    line-height: 42px;
    color: #FFFFFF;
}

/* button-tags */
.button-tags {
    
    color: white;
    background: #2F2F2F;
    border: none;
    font-style: normal;
    font-size: 13px;
    border-radius: 4px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (max-width: 576px) {
    .button-tags {
        font-size: 10px;
    }
}
/* button-tags */

/* category-card */
.category-card {
    
    color: white;
    background: #EB3678;
    border: none;
    font-style: normal;
    font-size: 15px;
    border-radius: 4px;
    line-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 11px;
}
@media (max-width: 576px) {
    .category-card {
        font-size: 12px;
    }
}
/* category-card */

.games-list {
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: var(--warna_3);
}
.tags-title-item {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: var(--warna_3);
}
.below-title-item {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    color: #FFFFFF;
}
.below-title-item.populer {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%
}
.below-title-item.active {
    color: var(--warna_3) !important;
}
.below-title-item.active:hover {
    color: var(--warna_3) !important;
}

.breadcrum-item {
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    color: #fff;
}

.borsection_1 {
    padding-right: 2rem !important;
    border-right: 1px solid grey;
}
.borsection_2 {
    padding-left: 2rem !important;
}
.text-lamp {
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.promotail {
    padding: 0 0 30px 0;
    text-align: center;
}
.heading-promo1 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 13px;
}
.link_promow {
    
}
.link_promow img {
    width: 100%;
    height: 224px;
    object-fit: cover;
    border-radius: 12px;
}
.klikrow {
    font-style: italic;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    text-align: center;
    color: #FFFFFF;
    margin-top: 13px;
}
.toc-container {
    background: #2F2F2F;
    border-radius: 8px;
    padding: 12px 15px;
    width: 72%;
    margin-bottom: 2.5rem;
}
.toc-heading {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
    margin-bottom: .25rem;
}
.toclist-link {
    list-style-type: decimal;
    padding-left: 20px;
    color: #FFFFFF;
}
.toclist-link li {
    
}
.toclist-link li a {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}
.toclist-link li:hover a {
    color: var(--warna_3);
}
.toclist-link li:hover::marker {
    color: var(--warna_3);
}
.related-article-container {
    background-color: #2F2F2F;
    padding: 12px 16px;
    border-left: 1px solid #FFBD2B;
    margin: 30px 0;
}
.text-article {
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #FFFFFF;
}
.link-article {
    text-decoration: underline;
    color: #FFFFFF;
}
.link-article:hover {
    text-decoration: underline;
    color: var(--warna_3);
}
.link-article.gogogo {
    color: var(--warna_3);
}
.link-article:hover {
    color: var(--warna_3);
}
@media (max-width: 992px) {
    .borsection_1 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 !important;
        border: none;
    }
    .borsection_2 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0 !important;
    }
}
@media (max-width: 576px) {
    .container-card-artikel.latest {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
    .title-post {
        font-size: 14px;
        line-height: 21px;
        -webkit-line-clamp: 2;
    }
    .title-post.latest {
        font-size: 14px;
        line-height: 19px;
    }
    .below-title-item {
        font-size: 10px;
        line-height: 13px;
    }
    .promo-content h1 {
        font-style: normal;
        font-weight: 700;
        font-size: 20px;
        line-height: 30px;
        color: #FFFFFF;
    }
    .promotail {
        padding: 0 0 12px 0;
    }
    .heading-promo1 {
        font-size: 12px;
        line-height: 18px;
    }
    .link_promow img {
        height: 128px;
    }
    .header-section {
        font-size: 20px;
        line-height: 30px;
    }
    .related-article-container {
        padding: 8px;
        margin: 20px 0;
    }
    .text-article {
        font-size: 14px;
        line-height: 21px;
    }
}
p {
    font-size: 16px;
}
h2 {
    font-size: 28px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 20px;
}
h5 {
    font-size: 16px;
}
html {
    scroll-behavior: smooth;
}