.doc-box .line-throught {
margin: 2rem 0px;
height: 5px;
background: #0b57d0;
}
.konten-doc {
    margin-bottom: 2rem;
}
.konten-doc h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.35;
    margin-bottom: 1rem;
}
.konten-doc h4 {
    font-size: 1.17em;
    margin-bottom: 0.75rem;
    margin-top: 0.75rem;
}
.konten-doc h5 {
    font-size: 1em;
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
    font-weight: 700;
}
.konten-doc strong {
    font-weight: 500;
    font-size: 1rem;
}
table {
    width: 100%;
    margin-bottom: 0.75rem;
}
table, th, td {
    border: 1px solid;
    border-collapse: collapse;
    width: fit-content;
    padding: 8px;
}
tr:nth-child(even) {background-color: #f2f2f2;}
.width-over {
    min-width: 15rem;
}
.konten-doc ul, .konten-doc ol {
    margin-bottom: 1rem;
}
pre {
    background: #1f1f1f;
    color: #fff;
    padding: 1rem;
    border-radius: 1rem;
}
.box-doc, .extra-left {
    margin-left: 1rem;
}
.box-doc a {
    all: unset !important;
    color: #fff !important;
    background: #0b57d0 !important;
    padding: 10px 24px !important;
    border-radius: 5rem !important;
    margin: 12px 0 0 0 !important;
    min-width: 8rem !important;
    text-align: center !important;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: fit-content !important;
}
.box-doc em {
    font-size: 14px;
    margin: 1rem 0px;
    display: inline-block;
}
@media only screen and (max-width: 600px) {
    .doc-box .line-throught {
        display: block
    }
}