<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Font Google */
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@700;800&amp;family=Sue+Ellen+Francisco&amp;family=Work+Sans:wght@400;500&amp;display=swap");
:root {
    /* Color */
    --primary-1: #894754;
    --primary-2: #6b8d00;
    --primary-3: #3d5300;
    --primary-4: #2e4049;
    --primary-5: #202d33;
    --primary-6: #384c56;
    --primary-7: #1f1d16;
    --primary-8: #212b36;
    --primary-shade: #587400;

    --secondary-1: #f1eeec;
    --secondary-2: #ecf1f0;
    --secondary-3: #f2f2f2;
    --secondary-4: #fbedf0;

    --tertiary-1: #727272;
    --tertiary-2: #ffffff;
    --tertiary-3: #ecf1f0;
    --tertiary-4: #d0d0d0;
}

* {
    font-family: "Work Sans", sans-serif;
}

body {
}

.logo {
    font-family: "Shippori Mincho", serif;
    color: var(--primary-shade);
    font-size: 1.5rem;
    text-decoration: none;
    font-weight: 800;
}

.logo img {
    width: 2.4rem;
}

.logo:hover,
.logo:active,
.logo:link,
.logo:visited {
    color: var(--primary-shade);
}

.navbar-kecil {
    height: 2rem;
    color: white;
}

.navbar-kecil a {
    font-size: 0.75rem;
    text-decoration: none;
    color: white;
}

.nav-link,
.nav-link:hover,
.nav-link:link,
.nav-link:visited {
    color: #3d5300;
    font-size: 1rem;
    font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.nav-item:last-child &gt; .nav-link:before {
    display: none !important;
}

.nav-link {
    position: relative;
}

.nav-link:hover {
    border-bottom: 5px solid var(--primary-1);
    color: #000 !important;
}

.btn {
    height: 2.5rem;
    padding: 0 1.25rem;
    text-transform: uppercase;
    border: 0;
    font-size: 16px;
}

@media (max-width: 600px) {
    .btn {
        font-size: 12px !important;
    }
}

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

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

.btn.btn-secondary {
    background-color: white;
    color: black;
}

.btn-page {
    height: 2rem;
    width: 2rem;
    padding: 0 0.5rem;
    text-align: center;
    color: var(--primary-8);
}

.btn.btn-page-active {
    border: 1px solid var(--primary-1);
    color: var(--primary-1);
}

.btn-border {
    border-radius: 1.5rem;
    border: 1px solid var(--primary-4);
    text-align: center;
    font-size: 1rem;
    line-height: 1.42857;
    background-color: transparent;
}

.btn-border:hover {
    background-color: var(--primary-4);
    color: white;
}

.dropdown-menu {
    border: 0;
    border-radius: 0;
}

.dropdown-menu .dropdown-item {
    color: #3d5300;
    font-weight: 500;
}

.dropdown-menu .dropdown-item:hover {
    background-color: var(--secondary-4);
    border-left: 6px solid var(--primary-1);
}

.banner-1 {
    background-image: url("../../assets/images/banner-1.webp");
    background-size: cover;
    height: 38rem;
}

.bertumbuh-bersama {
    height: 38rem;
}

.bertumbuh-bersama h1 {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 4.5rem;
}

.bertumbuh-bersama h4 {
    font-family: "Sue Ellen Francisco", cursive;
    font-size: 2.5rem;
}

.peminjaman-buku h4,
.footer .text-logo {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 1.75rem;
}

.peminjaman-buku p {
    font-size: 1rem;
}

.tentang-kami {
    background-color: white;
}

.tentang-kami p {
    color: var(--primary-7);
}

.tentang-kami img {
    max-width: 40%;
}

.section-heading {
    font-family: "Sue Ellen Francisco", cursive;
    font-size: 1.75rem;
    color: var(--primary-1);
}

.section-subheading {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 2rem;
    color: var(--primary-4);
}

.section-caption {
    color: var(--tertiary-1);
    font-size: 1rem;
}

.sharing,
.kabar {
    background-color: var(--secondary-1);
}

.event {
    background-color: var(--secondary-2);
}

.custom-card {
    border: 0;
    border-radius: 0;
    min-height: 35rem;
    max-height: 35rem;
}

.custom-card img {
    height: 12.5rem;
    object-fit: cover;
    object-position: 50% 50%;
}

.custom-card .card-title {
    color: var(--primary-4);
    font-family: "Shippori Mincho", serif;
    font-size: 1.25rem;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-card .card-text {
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-card .post-author {
    color: var(--primary-4);
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 1rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-card .post-date {
    color: var(--primary-1);
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 1rem;
    text-align: right;
}

.custom-card-2 {
    border: 0;
    border-radius: 0;
    max-height: 50rem;
}

.custom-card-2 img {
    height: 100%;
}

.custom-card-2 .card-title {
    color: var(--primary-4);
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 1.25rem;
}

.custom-card-2 .card-text {
    color: var(--tertiary-1);
    font-size: 1rem;
}

.custom-card-2 .post-date {
    color: var(--primary-4);
    font-size: 0.9rem;
    font-weight: 500;
    text-transform: uppercase;
}

.kanan-kiri {
    display: none !important;
}

.btn-circle {
    width: 3rem;
    height: 3rem;
    padding: 0.3rem 0;
    border-radius: 1.5rem;
    text-align: center;
    font-size: 1rem;
    line-height: 1.42857;
    background-color: white;
    border: 0;
}

.banner-2 {
    background-image: url("../../assets/images/banner-2.webp");
    background-size: cover;
    height: 100%;
}

.tanya-seputar h4,
.dukung-pelayanan h4 {
    font-family: "Sue Ellen Francisco", cursive;
    font-weight: 400;
    font-size: 1.75rem;
}

.tanya-seputar h3,
.dukung-pelayanan h3 {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 2rem;
}

/* norek */
.norek-qr img {
    width: 50%;
    height: auto;
}

/* icon norek */
.norek-icon:hover {
    cursor: pointer;
}

.tanya-seputar input,
.tanya-seputar textarea {
    width: 100%;
    background: transparent;
    border: 1px solid white;
    color: white;
    padding: 0.5rem;
}

.tanya-seputar input:focus,
.tanya-seputar textarea:focus {
    border: 1px solid white;
    border-radius: 0;
}

.tanya-seputar ::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white;
    opacity: 1; /* Firefox */
}

.tanya-seputar:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white;
}

.tanya-seputar ::-ms-input-placeholder {
    /* Microsoft Edge */
    color: white;
}

.team-alumni .card {
    min-height: 22.5rem;
    border: 0;
    border-radius: 0;
}

.img-alumni {
    height: 262.5px;
    object-fit: cover;
}

.team-alumni .card-img-top {
    width: 100%;
    border-radius: 0;
}

.team-alumni .nama-alumni,
.team-alumni .asal-universitas {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    color: var(--primary-4);
}

.team-alumni .tahun-alumni {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    color: var(--primary-2);
}

.team-alumni .card.bg-green-1 {
    color: white !important;
}

.team-alumni .card-title {
    font-size: 1.25rem;
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    line-height: 120%;
}

.team-alumni .card-text {
    line-height: 130%;
}

.detail-pokok-doa {
    &amp; .card {
        &amp; .img-alumni {
            border-top-right-radius: 8px;
            border-top-left-radius: 8px;
        }
        min-height: 420px;
    }
}

.komponen-perkantas .card,
.detail-komponen .card {
    background-color: var(--secondary-2);
    min-height: 15rem;
    border: 0;
    border-radius: 0;

    &amp; img {
        height: 200px;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

.detail-komponen .nama,
.komponen-perkantas .nama,
.event-kami h4 {
    font-family: "Shippori Mincho", serif;
    font-weight: 700;
    font-size: 1.25rem;
    color: var(--primary-4);
}

.event-kami .hari,
.event-kami .jam {
    font-size: 0.9rem;
}

.event-kami i {
    color: var(--primary-1);
}

.event-kami .tanggal {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 3rem;
}

.event-kami .bulan {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 1.75rem;
}

.event-kami h4 {
    font-family: "Shippori Mincho", serif;
    font-weight: 800;
    font-size: 1.25rem;
}

.event-kami p {
    color: var(--tertiary-1);
}

/* detail komponen */
.nav-link.active,
.show &gt; .nav-link {
    background: var(--primary-1) !important;
}

/* pop up peminjaman buku */
div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
    background-color: var(--primary-1);
}

.newsletter input {
    border: 0;
    padding: 0.5rem 1rem;
    width: 100%;
}

.footer .image-logo {
    height: 3.25rem;
}

.footer .section-subheading {
    font-size: 1.25rem !important;
}

.footer hr {
    color: #465a64;
    margin: 0;
}

.bg-white {
    background-color: white !important;
}

.bg-green-1 {
    background-color: var(--primary-2);
}

.bg-green-2 {
    background-color: var(--primary-shade);
}

.bg-primary-1 {
    background-color: var(--primary-1);
}

.bg-primary-4 {
    background-color: var(--primary-4);
}

.bg-primary-5 {
    background-color: var(--primary-5);
}

.bg-primary-6 {
    background-color: var(--primary-6);
}

.bg-tertiary-3 {
    background-color: var(--tertiary-3);
}

html {
    font-size: 16px;
}

@media (min-width: 320px) {
    html {
        font-size: 12px;
    }
    section {
        padding: 3rem 1rem;
    }
    .footer-right {
        background-color: var(--primary-6);
        padding: 4rem 1rem;
    }
}

@media (min-width: 768px) {
    html {
        font-size: 18px;
    }

    .peminjaman-buku {
        position: relative;
        margin-top: -5%;
    }

    .kanan-kiri {
        display: block !important;
    }
}
@media (min-width: 1024px) {
    html {
        font-size: 19px;
    }
    section {
        padding: 3rem 0;
    }

    section.tanya-seputar {
        padding: 4rem 0;
    }

    .nav-link:before {
        position: absolute;
        content: "";
        top: calc(50% - 0.5rem);
        right: -10px;
        width: 1px;
        height: 1.2rem;
        background-color: var(--tertiary-4);
    }

    .no-pipe:before {
        position: absolute;
        content: "";
        top: calc(50% - 1rem);
        right: 0;
        width: 0px;
        height: 30px;
        background-color: var(--tertiary-4);
    }
}
@media (min-width: 1280px) {
    html {
        font-size: 20px;
    }

    .banner-1,
    .bertumbuh-bersama {
        height: 100vh;
    }

    .footer-right {
        background-color: var(--primary-4);
        padding: 0;
    }
}

.note-float-left {
    float: left;
    margin: 10px 30px 10px 0px;
}

.note-float-right {
    float: right;
    margin: 10px 0px 10px 30px;
}
</pre></body></html>