/* Detail Konten */
.detail-content{
    margin-top: 40px;
}

.detail-content p{
    font-size: 16px;
    line-height: 27px !important;
    padding-top: 5px;
    font-family: 'Poppins', sans-serif;
    color: #111111;
}

.detail-content a{
    font-weight: bold !important;
    color: #000000;
}

.detail-content ul,
.detail-content ol{
    padding-top: 0px;
}

.detail-content ul li,
.detail-content ol li{
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 27px !important;
    padding-left: 10px;
    padding-top: 0px;
}

.detail-content blockquote{
    margin-top: 30px;
    font-size: 16px;
    line-height: 27px !important;
}

.detail-content h1,
.detail-content h2,
.detail-content h3,
.detail-content h4,
.detail-content h5,
.detail-content h6{
    font-size: 29px;
    line-height: 35px !important;
    padding-top: 10px;
    color: #111111;
}

.detail-content .img-left{
    align-items: left !important;
    justify-content: left !important;
    margin: none !important;
    display:inline !important;
}

.detail-content img {
    padding-top: 10px;
    padding-bottom: 5px;
    max-width: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.detail-content .note{
    border: 1px solid #000000;
    border-radius: 10px;
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.detail-content .note p{
    padding-top: 0px;
}

.detail-right{
    z-index: 3;
    position: fixed;
    right: 5%;            /* Jarak dari kanan 10% */
    top: 55%;              /* Posisikan dari atas di 50% */
    transform: translateY(-50%); /* Geser ke atas setengah tinggi elemen agar benar-benar center */
}

/* Section Dropdown */
.detail-dropdown-wrapper{
    position: fixed;
    top: 200px;
    right: 5%; 
    z-index: 4;
}

.section-dropdown {
    position: absolute;
    right: calc(100% + 15px); /* jarak 10px dari tombol */
    top: 0;                   /* mulai dari bagian atas tombol */
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    padding: 8px 0;
    min-width: 160px;
    display: none;
    z-index: 999;
}

.section-dropdown ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section-dropdown li {
    padding: 5px 15px;
    cursor: pointer;
    font-size: 13px;
    color: #333;
}

.section-dropdown li:hover {
    background: #f3f4f6;
}

table{
    margin-top: 20px;
    font-size: 14px;
}

/* Pandas Table */
table::-webkit-scrollbar {
    height: 5px;
    background: transparent !important;
}

table::-webkit-scrollbar-thumb {
    background: #7a7878;
    border-radius: 10px;
}

.detail-content table{
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}

.pandas{
    margin-bottom: 20px;
    max-width: 100% !important;;
    overflow-x:scroll !important;
    position: relative;
    display: block;
}

.pandas-min{
    font-size: 11px !important;
}

.pandas tbody tr:first-child td{  
    background-color: #f5f5f5;
    font-weight: bolder;
}

.pandas tbody tr td:first-child{
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}

.pandas tbody tr td{
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
}

.pandas-auto{
    width: auto !important;
    max-width: 100%;
}

.pandas-auto td{
    padding-left: 10px !important;
    padding-right: 10px !important;
    text-align: center;
}

.pandas .top-red{
    border-top: 2px solid rgb(187, 19, 47);;
}

.pandas .right-red{
    border-right: 2px solid rgb(187, 19, 47);;
}

.pandas .left-red{
    border-left: 2px solid rgb(187, 19, 47);;
}

.pandas .bottom-red{
    border-bottom: 2px solid rgb(187, 19, 47);;
}

/* Table Keterangan */
.tabel-keterangan{
    margin-bottom: 20px;
    max-width: 100% !important;;
    overflow-x:scroll !important;
    position: relative;
    display: block;
}

.tabel-keterangan tbody tr:first-child td{  
    background-color: #f5f5f5;
    font-weight: bolder;
}

.tabel-keterangan tbody tr td:first-child{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.tabel-keterangan tbody tr td{
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
}

/* Tabel 100 */
.tabel-100 tbody tr:first-child td{  
    background-color: #f5f5f5;
    font-weight: bolder;
}

.tabel-100 tbody tr td:first-child{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.tabel-100 tbody tr td{
    border: 1px solid rgba(0, 0, 0, 0.2);
    padding: 5px;
}

/* Pre Code */
pre{
    font-size: 14px !important;
    margin-top: 25px !important;
    margin-bottom: 20px !important;

    padding-bottom: 5px !important;
    overflow-x: scroll;
    overflow-y: auto;
}

pre::-webkit-scrollbar:vertical {
    width: 0px;
    display: none;
}

code{
    font-size: 14px !important;
    border-radius: 10px !important;
}

.c-out{
    background-color: #ffffff;
    border: 1px solid #646464;
    border-radius: 5px;
    color:#333333
}

.out-out{
    margin-bottom: 10px !important;
}

blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #000000;
}

.list-modul{
    margin-top: 0px;
    height: calc(100% - 100px);

    flex: 1;
    overflow-y: scroll; /* scroll tetap aktif */
    padding-right: 30px;
    padding-left: 30px;

    /* sembunyikan scrollbar di semua browser */
    -ms-overflow-style: none;  /* IE dan Edge lama */
    scrollbar-width: none;     /* Firefox */
}

.list-modul .card{
    box-shadow: none;
    border: 1px solid #cecece;
    color: #cecece;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}

.list-modul .active{
    border: 1px solid #142735;
    color: #142735;
}

.list-modul::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.nav-modul{
    padding-top: 90px;
    width: 80%;
    margin: auto;
}

.nav-modul ul li{
    font-size: 14px;
    margin-bottom: 5px;
    cursor: pointer;
    list-style-type: circle;
    margin-left: 20px;
}

/* Ref Modul */
.ref-modul{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #cecece;
}

.ref-modul .card{
    box-shadow: none;
    border: 1px solid #142735;
    color: #142735;
    border-radius: 3px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
}