:root {
    --syamBlue: #15acffc4;
    --scrollBlue: #9cdcffc4;
    --syamDarkBlue: #0385fffb;
    --sizeTextH1: 1.8rem;
    --sizeTextH2: 1.4rem;
    --sizeTextH3: 1.2rem;
    --sizeTextH4: 1rem;
    --sizeTextH5: .8rem;
}

::-moz-selection {
    background: var(--scrollBlue);
    color: var(--syamDarkBlue);
}

::selection {
    background: var(--scrollBlue);
    color: var(--syamDarkBlue);
}


::-webkit-scrollbar {
    width: 0.2rem;
}

::-webkit-scrollbar-thumb {
    background-color: var(--scrollBlue); /* Warna bagian thumb scrollbar */
    border-radius: 1rem;
}

/* Notifikasi */
.swal2-title {
    font-size: 12px !important;
}

.containerContent {
    width: 100%;
}

/* Navigasi */
.userActive {
    color: var(--syamBlue) !important;
}
.containerNav {
    position: relative;
    width: 100%;
    opacity: 70%;
    padding: 1rem 0;
}
.boxContent {
    max-width: 100rem !important;
    display: flex;
    justify-content: space-between;
}
.leftContent {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 1.2rem;
}
.navTitle {
    font-size: 1.2rem;
    font-weight: 900;
}
.containerLink {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1.4rem;
    padding: 0 1rem;
}
.navLink {
    font-size: 1.2rem !important;
    color: #000;
}

/* Footer */
.containerFooterHome {
    background-color: var(--syamBlue);
}
.contentFooterHome {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    padding: 1.2rem;
}
.contentHeadFooterHome {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.titleFooterHome {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}
.logoFooterHome {
    max-width: 2.4rem;
    max-height: 2.4rem;
    object-fit: cover;
}
.subTitleFooterHome {
    font-size: 1.5rem;
    font-weight: 900;
}

.titleFooter {
    color: var(--titleBlue);
}
.mediaFooterHome {
    display: flex;
    gap: 1.7rem;
}
.iconFooterHome {
    font-size: 1.5rem;
}
.contentRightFooterHome {
    display: grid;
    justify-content: center;
    align-items: center;
}
.boxInformationFooterHome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.headInfoFooterHome {
    font-size: 1.2rem;
    font-weight: 600;
}
.contentsInfoFooterHome {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.2rem;
}
.itemLinkInfoFooterHome {
}
.linkInfoFooter {
    color: #000;
    font-size: 1rem;
}
.linkInfoFooter:hover {
    padding-left: 1rem;
    transition: all 0.6s;
}

@media screen and (min-width: 425px) {
    /* .navTitle {
        display: none;
    }
    .navLogo {
        margin-left: 0.5rem;
    } */
    .containerNav {
        padding: 1.5rem 2rem;
    }
}

/* @media screen and (max-width: 576px) {
    .boxContent {
        padding: 0 2rem !important;
    }
} */

@media screen and (min-width: 767px) {
    .rightContent {
        text-align: center;
    }

    /* Footer */
    .contentFooterHome {
        grid-template-columns: repeat(2, 1fr);
    }
    .headInfoFooterHome {
        font-size: 1.4rem;
    }
    .linkInfoFooter {
        font-size: 1.2rem;
    }
}

@media screen and (min-width: 1024px) {
    body {
        zoom: 1.1;
    }
    /* Nav */
    .containerNav{
    }
    .boxContent {
        padding: 0 3rem;
    }
    .navLogo {
        width: 3rem;
        height: 3rem;
    }
    .navLink {
        font-size: 1.4rem;
    }

    /* Footer */
    .contentFooterHome {
        grid-template-columns: repeat(4, 1fr);
        align-items: start;
        padding: 3rem ;
        gap: .5rem;
    }
    .linkInfoFooter{
        font-size: var(--sizeTextH5)
    }
}
