@font-face {
    font-family: "belanosima";
    font-display: swap;
    src: url("belanosima.woff2") format('woff2');
}
@font-face {
    font-family: "belanosima";
    font-display: swap;
    font-weight: bold;
    src: url("belanosima-b.woff2") format('woff2');
}
@font-face {
    font-family: "parkinsans";
    font-display: swap;
    src: url("parkinsans.woff2") format('woff2');
}
@font-face {
    font-family: "parkinsans";
    font-display: swap;
    font-weight: bold;
    src: url("parkinsans-b.woff2") format('woff2');
}
body {
    font-family: 'parkinsans', Arial, Helvetica, sans-serif;
    overscroll-behavior-y: contain;
    --bg1: rgb(243, 203, 108);
    --bg2: rgb(255, 246, 162);
    --fg1: #350066;
    --fg2: #5807a3;
    --aksen: hsl(279, 33%, 48%);
    --grad: linear-gradient(135deg, hsl(232, 73%, 65%) 0%, hsl(279, 33%, 48%) 100%);
    --mw: 640px;
}
article, #astl-s5-o {
    color: var(--fg1);
    background: var(--bg2);
    background: radial-gradient(circle at 20% 40%, var(--bg2) 30%, var(--bg1));
}
article a {
    border-bottom: var(--fg2) solid 2px;
}
.pr {position: relative;}
.mp {max-width: var(--mw);}
.te {text-align: end;}
.f1 {font-family: "belanosima", 'Times New Roman', Times, serif;}
h1, h2, h3, #ast-after-banner, .f2, #comment-title {font-family: "belanosima", 'Times New Roman', Times, serif;}
.f3 {font-family: "belanosima", Arial, Helvetica, sans-serif;}
.mb0 {margin-bottom: 0;}
.w100 {width: 100%;}
.w50, .w50100 {width: 50%;}
.astl-judul {font-size: 2.2rem; margin: 1rem auto;}
.astl-sub-judul {font-size: 1.65rem; margin: 0.4rem auto;}
.fxc {display: flex; justify-content: center;}
.ib {display: inline-block;}
.pivbawah {transform-origin: bottom center;}
.mw, .mws, .mwl {
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: safe center;
    position: relative;
}
.mw {
    min-height: 99vh;
}
.mwl {
    max-width: 800px;
}
.mwx {
    margin: 1rem auto;
}
.jb {justify-content: space-between;}
.je {justify-content: end;}
.jc {justify-content: center;}
.sep {
    height: 2px;
    border: none;
    background-color: var(--fg2);
    width: 20%;
    max-width: 60px;
    margin: 1rem auto 0;
}
.sp {
    position: relative;
    margin: 3rem 1rem;
    max-width: 640px;
    padding: 1rem 1.5rem;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 1rem;
}
.sp2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
}
.sp3 {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.ct {overflow: auto;}
.top-p {padding-top: 3.3rem;}
.bottom-p {padding-bottom: 2.5rem;}
.p-gap {padding-left: 1.25rem; padding-right: 1.25rem;}
.emo-hl {
    display: inline-block;
    border-bottom: var(--bg1) solid 4px;
}
.emo-sub {
    color: white;
    background: var(--aksen);
    background: var(--grad);
    padding: 0.6rem 1rem;
    border-radius: 8px;
}
#emo-total .ast-split-letter {
    font-size: 3rem;
    display: inline-block;
    width: 1ch;
}
.s2-c1 {
    max-width: 600px;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
}
.top-m {margin-top: 2rem;}
.sub-hl {
    display: inline-block;
    margin: 0 0.25rem;
    font-size: 1.3rem;
}
#emo-grup-nama {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: var(--mw);
    margin: 0.2rem auto 1rem;
    text-align: start;
}
#emo-grup-nama > div {
    margin: 0 1rem;
}
.emotikon-legenda {
    display: inline-block;
    width: 2.5ch;
}
#astl-s2 .astl-skrol-dong, #astl-s3 .astl-skrol-dong {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
#mw3 {
    margin-bottom: 0;
}
#emo-versi {
    transform-origin: bottom center;
}
#emo-stiki {
    position: sticky;
    top: 25%;
    max-width: 480px;
    margin: auto;
}
#emo-pai-stiki {
    position: sticky;
    top: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    max-width: 540px;
    margin: auto;
}
#emo-pai-j {padding-left: 1.25rem; padding-right: 1.25rem;}
#emo-pai-j .ast-split-letter {
    transform-origin: bottom left;
}
.pai-l-b {
    width: 0.8rem;
    height: 0.8rem;
    display: inline-block;
    border-radius: 8px;
    margin-right: 0.3rem;
    vertical-align: baseline;
}
.pai-legenda, .pai-legenda-stak {
    display: flex;
    padding: 0.2rem 0.6rem;
    margin-bottom: 0.6rem;
}
.pai-legenda {
    justify-content: space-between;
}
.pai-legenda-c {
    max-width: 400px;
    padding: 0.2rem 1rem;
    margin: auto;
}
.pai-legenda-stak {
    align-items: center;
    justify-content: center;
}
#emo-stiki > .sp {
    transform: translateY(-10%);
}
#emo-tm {
    overflow: hidden;
    position: sticky;
    top: calc(100% - 2.6rem);
    background-color: white;
    height: 2.6rem;
    transition: opacity 0.2s;
}
#emo-tml {
    margin-top: 0.3rem;
    margin-left: 0;
    margin-top: 0;
    padding-left: 0;
    white-space: nowrap;
    transition: transform 0.14s;
    height: 2rem;
}
#emo-tml li {
    height: 2rem;
    list-style: none;
    display: inline-block;
    width: 20%;
    text-align: center;
    transition: font-size 0.2s;
    position: relative;
    vertical-align: baseline;
}
/* #emo-tml li:before {
    content: ' ';
    margin: auto;
    position: absolute;
    top: 0;
    background-color: #5807a3;
    left: 0;
    right: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
#emo-tml li:after {
    content: ' ';
    margin: auto;
    position: absolute;
    top: 0;
    background-color: #5807a3;
    width: 100%;
    height: 2px;
} */
.total-namav, .total-namav-plus, .total-namav-kum {
    display: inline-block;
    margin: auto 0.2rem;
    transform-origin: bottom center;
}
.total-namav-plus {
    transition: opacity 0.2s;
    user-select: none;
}
.namav-bar {
    height: 2px;
    transition: width 0.2s ease-out;
    position: absolute;
    top: 100%;
}
#emo-grup-nama-versi td {white-space: nowrap;}
.namav-plus-td {
    width: 15%;
    white-space: nowrap;
}
.emodata {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0.2rem;
    margin: 0.2rem;
    background-color: rgba(132, 108, 0, 0.3);
    border-radius: 4px;
    cursor: pointer;
    transition: transform 0.13s;
}
.emohati {
    font-size: 0.85rem;
    max-width: 600px;
    margin: auto;
    cursor: pointer;
}
.emodata:hover {
    transform: scale(1.4);
}
#astl-s5-o {
    display: none;
    overflow: auto;
}
#astl-s5-oc {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}
#astl-s5-oc > div {
    width: 100%;
    max-width: 640px;
    flex-wrap: wrap;
}
#o-emoj {
    font-weight: normal;
    font-size: 1.2rem;
}
#o-emox {
    cursor: pointer;
    color: white;
    background-color: rgb(185, 0, 105);
    border-radius: 50%;
    width: 2rem;
    height: 2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 1rem;
    top: 0;
    user-select: none;
    -webkit-user-select: none;
}
#o-emoe {
    font-size: 4rem;
}
.o-emop {
    padding: 1rem;
}
.o-emod {
    margin-bottom: 1rem;
}
#emo-f-tutup {
    background-color: rgb(125, 2, 98);
    padding: 0.2rem 1rem;
    border-radius: 10px;
    font-size: 0.85rem;
    cursor: pointer;
}
.emo-ddown {
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
    position: relative;
    width: 240px;
    text-align: start;
    border: var(--aksen) thin solid;
    /* border-radius: 12px; */
}
.emo-ddown-j {
    padding: 0.6rem 0.8rem;
}
.emo-ddown-ops {
    display: none;
    color: white;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
}
.emo-ddown-o {
    background: var(--aksen);
    padding: 0.4rem 1rem;
    cursor: pointer;
}
.emo-ddown-o:hover {
    background: var(--fg2);
}
#emo-f-grup {
    margin-top: 0.6rem;
}
.emo-f {
    margin: 0.6rem auto;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    background: var(--aksen);
    background: var(--grad);
    cursor: pointer;
    position: relative;
}
.emo-filter-plus {
    margin-left: 0.6rem;
    margin-right: 0.6rem;
}
#emo-f-pluss {
    animation: dagdug 2s ease-in-out infinite;
    background-color: red;
    color: white;
    font-size: 0.8rem;
    text-align: center;
    display: block;
    position: absolute;
    top: -5px;
    right: -5px;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
#emo-data-top {
    max-width: 640px;
    width: 100%;
}
#emo-f-c-grup {
    border-bottom: var(--bg2) 2px solid;
}
#emo-f-c {
    display: none;
    max-width: 640px;
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    border-radius: 12px;
    color: white;
    background: var(--aksen);
    background: var(--grad);
    left: 0;
    top: 0;
}
.emo-f-c {
    display: flex;
    justify-content: start;
    align-items: start;
    margin-top: 0.8rem;
}
.emo-f-c p {
    text-align: start;
    margin: 0;
    font-family: "belanosima", 'Times New Roman', Times, serif;
    margin-right: 2rem;
}
.emo-f-c label {
    display: inline-block;
    margin-right: 1rem;
}
#astl-ft-kom {
    background: var(--aksen);
    background: var(--grad);
    color: white;
    max-width: max-content;
    padding: 0.6rem 1rem;
    border-radius: 10px;
    margin: 2rem auto;
    user-select: none;
    -webkit-user-select: none;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .w50100 {width: 100%;}
    .astl-judul {font-size: 1.7rem;}
    #emo-pai-j, #emo-gpai {text-align: center;}
    .astl-sub-judul {font-size: 1.5rem; margin: 0.32rem auto;}
    .sp {
        padding: 1rem;
        margin: 1.5rem 0.8rem;
    }
    .sp2 {
        margin-top: 1.75rem;
        margin-bottom: 1.75rem;
    }
    .sp3 {
        margin-top: 0.8rem;
        margin-bottom: 0.8rem;
    }
    #emo-grup-nama {
        justify-content: start;
    }
    #emo-grup-nama-versi {
        font-size: 0.9rem;
    }
    #o-emoe {font-size: 3rem;}
    #o-emoj {margin-bottom: 0.8rem;}
    #o-emog {margin-top: 0.75rem;}

    .sub-hl {
        font-size: 1.24rem;
        margin: 0 0.2rem;
    }

    #emo-stiki {
        top: 20%;
    }

    .s2-c1.jb {justify-content: center;}
}

@keyframes dagdug {
    0% {
        transform: scale(1);
    }
    40% {
        transform: scale(1.3);
    }
    60% {
        transform: scale(1.3);
    }
    100% {
        transform: scale(1);
    }
}