@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@500;700&family=Roboto+Serif:opsz,wght@8..144,400;8..144,500;8..144,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@800&display=swap');


#template {
    margin: 1rem 0 5rem 0;
}

.header-three {
    position: relative;
    background: white !important;
    color: #4B4848 !important;
}

.header-three .header-content-area .header-title,
.header-three .header-content-area .text {
    color: #4B4848 !important;
}

.header-three .primary-btn {
    background: var(--primary);
    color: var(--white);
}

.bg-radial-1 {
    z-index: -1;
    left: -200px;
    top: 0px;
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 400px;
    background: radial-gradient(55.51% 50% at 50% 50%, rgba(0, 76, 195, 0.38) 0%, rgba(217, 217, 217, 0.00) 100%);
}

.bg-radial-2 {
    z-index: -1;
    top: -205px;
    right: -235px;
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 661px;
    background: radial-gradient(55.51% 50% at 50% 50%, rgba(0, 76, 195, 0.38) 0%, rgba(217, 217, 217, 0.00) 100%);
}

.bg-radial-3 {
    z-index: -1;
    left: -200px;
    top: 100px;
    position: absolute;
    width: 400px;
    height: 400px;
    border-radius: 400px;
    background: radial-gradient(55.51% 50% at 50% 50%, rgba(0, 76, 195, 0.38) 0%, rgba(217, 217, 217, 0.00) 100%);
}

.bg-radial-4 {
    z-index: -1;
    top: 0px;
    right: -250px;
    position: absolute;
    width: 500px;
    height: 500px;
    border-radius: 100%;
    background: radial-gradient(55.51% 50% at 50% 50%, rgba(0, 76, 195, 0.38) 0%, rgba(217, 217, 217, 0.00) 100%);
}


.template-nav {
    white-space: nowrap;
    margin: 1rem auto;
    display: flex;
    text-align: center;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    overflow-x: auto;
}

.template-nav-link {
    display: flex;
    color: #9E9C9C;
    margin-right: 3rem;
    white-space: nowrap;
    padding: 0.4rem 1rem;
    border-bottom: 1px solid transparent;
}

.template-nav-link.active,
.template-nav-link:hover {
    color: var(--primary);
    border-bottom: 1px solid var(--primary);
}

.template-nav-link:hover .icon,
.template-nav-link.active .icon {
    background-color: var(--primary);
}

.template-nav-link .icon {
    width: 20px;
    height: 20px;
    mask-size: contain;
    background-color: #9E9C9C;
    margin-right: 4px;
    margin-top: 2px;
}


#nav-all .icon {
    mask: url("/surat-desc/cv/icon/all.svg") no-repeat;
    webkit-mask: url("/surat-desc/cv/icon/all.svg") no-repeat;
}

#nav-simple .icon {
    mask: url("/surat-desc/cv/icon/simple.svg") no-repeat;
    webkit-mask: url("/surat-desc/cv/icon/simple.svg") no-repeat;
}

#nav-modern .icon {
    mask: url("/surat-desc/cv/icon/modern.svg") no-repeat;
    webkit-mask: url("/surat-desc/cv/icon/modern.svg") no-repeat;
}

#nav-creative .icon {
    mask: url("/surat-desc/cv/icon/creative.svg") no-repeat;
    webkit-mask: url("/surat-desc/cv/icon/creative.svg") no-repeat;
}

#nav-pro .icon {
    mask: url("/surat-desc/cv/icon/pro.svg") no-repeat;
    webkit-mask: url("/surat-desc/cv/icon/pro.svg") no-repeat;
}

.template-wrapper {
    position: relative;
    padding: 1rem;
    border-radius: 1rem;
    background-color: #F0F0F0;
    margin-bottom: 0.5rem
}

.template-wrapper img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

/* show .template button on template-wrapper:hover */
.template-wrapper:hover .template-button {
    display: block;
}

.template-button {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0.4rem 1.2rem;
    white-space: nowrap;
    background-color: var(--primary);
    color: white !important;
    font-weight: bold;
    text-align: center;
    border-radius: 0.2rem;
}

.template-color-switch-wrapper {
    justify-content: end;
    margin-top: 1rem;
    display: flex;
    gap: 0.3rem
}

.template-color-switch-wrapper a {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
}

.tab {
    display: none;
}

.show {
    display: block;
}

#tutorial {
    overflow-x: hidden;
    position: relative;
    margin-bottom: 6rem;
}

.tutorial-title {
    font-size: 37px;
    text-align: center;
    color: black;
    font-weight: bold;
}

.tutorial-list {
    padding-left: 2rem;
    padding-top: 3rem;
}

.tutorial-list ol {
    counter-reset: li;
}

.tutorial-list b {
    font-size: 20px;
    color: var(--primary);
}

.tutorial-list li {
    position: relative;
    margin-bottom: 1.5rem;
    padding: 2px 0 5px 45px;
}

.tutorial-list li::before {
    content: counter(li);
    counter-increment: li;
    height: 32px;
    width: 32px;
    border-radius: 50%;
    color: var(--primary);
    text-align: center;
    position: absolute;
    background-color: rgba(0, 194, 179, 0.28);
    left: 0;
    font-weight: bold;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.article-img {
    border-radius: 1rem;
}

article section p {
    color: black !important;
    text-align: left !important;
    font-family: "Roboto Serif", serif !important;
}

article section h2 span,
article section h3 span,
article section .daftar-isi li {
    font-family: "Roboto Serif", serif;
    font-weight: 500;
}

article section .daftar-isi li::marker {
    color: var(--primary);
    background-color: var(--primary);
}

article section .article-title span {
    font-size: 2.25rem !important;
    font-family: "Roboto" !important;
    font-weight: 800 !important;
    color: var(--primary) !important;
}

article section h2:nth-child(n+2) {
    margin-bottom: 2rem;
}

article section h2:nth-child(n+2),
article section h3:nth-child(n+2) {
    color: black !important;
}

article section .daftar-isi {
    border-radius: 0.5rem;
    padding: 1rem;
    background-color: #F0F6FF;
    margin-block: 1rem;
}

article section .daftar-isi .card {
    background-color: transparent !important;
    border: none !important;
}

article section .post-labels label {
    margin-right: 0.8rem;
}

.dokumen-terkait {
    /* position: relative; */
    border-radius: 15px;
    background: #155BD5;
    box-shadow: 0px 15px 15px -5px rgba(0, 0, 0, 0.14);
    padding: 1.5rem 2.5rem 1rem 2rem;
    color: white;
    overflow: hidden !important;
    transform-origin: top left;
}

.dokumen-terkait::after {
    content: "Dokumen Terkait";
    position: absolute;
    color: #0A4FC8;
    font-family: "Roboto Condensed";
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    z-index: 0;
    transform: rotate(-90deg);
    transform-origin: left;
    bottom: -35px;
    white-space: nowrap;
    right: -450px;
}

.dokumen-terkait-title {
    font-family: "Roboto Condensed";
    font-weight: bold;
    font-size: 1.25rem;
}

.dokumen-terkait-items {
    margin-top: 1rem;
    z-index: 1;
}

.dokumen-terkait-item {
    margin-bottom: 0.5rem;
    padding-bottom: 0.7rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.37);

    /* position: relative; */
    z-index: 3;
}

.dokumen-terkait-item a {
    color: white !important
}

.dokumen-terkait-item-title {
    display: block;
    font-family: "Roboto" !important;
    font-weight: 500;
    font-size: 1.125rem;
}

.dokumen-terkait-item-desc {
    line-height: 1.2 !important;
    font-size: 0.85rem;
    font-family: "Roboto" !important;
    color: white;
}

.dokumen-terkait ol {
    /* list-style-type: unset !important; */
    counter-reset: li;
    margin-top: 1.2rem;
}

.dokumen-terkait li {
    position: relative;
    padding: 2px 0 5px 45px;
}

.dokumen-terkait li::before {
    content: counter(li);
    counter-increment: li;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    color: white;
    text-align: center;
    position: absolute;
    background-color: #0C3B8D;
    left: 0;
    font-weight: bold;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

aside {
    position: relative;
}

.rotate {
    transform: rotate(180deg);
}

.keunggulan-item{
    white-space: nowrap;
}
@media (min-width: 992px) {
    aside {
        top: 12px;
        position: sticky;
        height: max-content;
    }
}

@media (max-width: 767px) {
    .header-three .bg-radial-1 {
        left: -200px;
        top: 95px;
        position: absolute;
        width: 300px;
        height: 300px;
        border-radius: 337px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(0, 76, 195, 0.38) 0%, rgba(217, 217, 217, 0.00) 100%);
    }

    .header-three .bg-radial-2 {
        top: -205px;
        right: -100px;
        position: absolute;
        width: 300px;
        height: 300px;
        border-radius: 337px;
        background: radial-gradient(50% 50% at 50% 50%, rgba(0, 76, 195, 0.38) 0%, rgba(217, 217, 217, 0.00) 100%);
    }

    .bg-radial-3 {
        z-index: -1;
        left: -100px;
        top: 150px;
        position: absolute;
        width: 200px;
        height: 200px;
        border-radius: 100%;
        background: radial-gradient(55.51% 50% at 50% 50%, rgba(0, 76, 195, 0.38) 0%, rgba(217, 217, 217, 0.00) 100%);
    }

    .bg-radial-4 {
        z-index: -1;
        top: 50px;
        right: -100px;
        position: absolute;
        width: 200px;
        height: 200px;
        border-radius: 100%;
        background: radial-gradient(55.51% 50% at 50% 50%, rgba(0, 76, 195, 0.38) 0%, rgba(217, 217, 217, 0.00) 100%);
    }

    .template-color-switch-wrapper {
        padding-block: 1rem;
        justify-content: space-between;
        gap: 1rem
    }

    .template-color-switch-wrapper a {
        width: 2rem;
        height: 2rem;
        border-radius: 50%;
    }

    .template-button {
        display: block;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0.8rem 1.6rem;
    }

    .tutorial-list {
        padding-left: 0rem !important;
    }

    .tutorial-list b {
        font-size: 16px;
        color: var(--primary);
    }

    .tutorial-title {
        font-size: 24px;
    }

    .dokumen-terkait {
        padding: 1.5rem 3.5rem 1rem 2rem;
    }

    article section ul li {
        margin-left: 6px !important;
    }

    article section ul li a {
        display: unset !important;
    }
}