<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*--------------------------------- H E A D E R -----------------------------------------*/
.container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: justify;
}
.custom-navbar {
    padding-left: 90px;
    padding-right: 90px;
    background-color: #f7efe5 !important;
    box-shadow: 0px 0px 5px #04372e;
    position: fixed;
    width: 100%;
    z-index: 300;
}
.navbar-brand {
    font-size: 22px;
    font-weight: 500;
}
.navbar-collapse ul li {
    padding: 0 10px;
}
.navbar-collapse ul li a:hover {
    border-bottom: 2px solid #007663;
}
.active {
    font-weight: 600;
    border-bottom: 2px solid #007663;
}

/* BREADCRUMB */
.breadcrumb {
    display: inline-block;
    padding: 0;
    margin: 0;
}

.breadcrumb ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.breadcrumb li {
    display: inline;
    margin-right: 5px;
}

.breadcrumb li:not(:last-child):after {
    content: "&gt;";
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumb li:first-child a,
.breadcrumb li:nth-child(2) a {
    text-decoration: none;
    color: #007663;
}

.title-container {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.logo {
    height: 40px; /* Sesuaikan dengan ukuran logo */
    margin-right: 10px;
}

/* hr */
.separator {
    border: none;
    border-top: 1px solid #04372e;
    margin: 20px 0;
}

/* filosofi */
.contentz {
    display: flex;
    align-items: center;
}

.logog-container {
    flex: 1;
}

.logog {
    max-width: 200px; /* Atur ukuran logo sesuai kebutuhan */
    display: block;
    margin: 0 auto;
}

.explanation {
    flex: 1;
    margin-left: 20px; /* Jarak antara gambar dan penjelasan */
}

.explanation p {
    font-size: 16px;
}

/* program */
body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

.containerw {
    margin: 0 auto;
    padding: 20px;
}

.buttons {
    display: flex;
    margin-bottom: 20px;
}

.button {
    padding: 10px 20px;
    font-size: 16px;
    background-color: #EBEBEB;
    color: #04372e;
    border: none;
    cursor: pointer;
    margin-right: 10px;
}

.button.active {
    background-color: #007663;
    color: #ffffff;
}

.section {
    margin-bottom: 20px;
}

.hidden {
    display: none;
}

.calendar-image {
    width: 100%;
    max-width: 800px;
    margin-bottom: 20px;
    margin-left: 25%;
    margin-top: 3%;
}

.event {
    display: flex;
    margin-bottom: 10px;
    margin-left: 5%;
}

.date {
    min-width: 80px;
    margin-right: 10px;
}

.event-details h3 {
    margin-top: 0;
}

.event-details p {
    margin-bottom: 0;
}

.program-card {
    border: 4px solid #04372E;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
}

.program-card h3 {
    margin-top: 0;
}

.program-card p {
    margin-bottom: 0;
}

.detail-program {
    max-width: 60px;
    margin: 0 auto;
    padding: 20px;
}

.box {
    border: 1px solid #04372E;
    border-radius: 5px;
    padding: 20px;
}

.row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.label {
    flex: 1;
    font-weight: bold;
}

.value {
    flex: 2;
}

/* materi */
.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    margin: 20px;
    border: 1px solid #ebfefe;
    border-radius: 5px;
    width: 300px;
}

.card-header {
    padding: 10px;
    color: #EBEBEB;
    border-radius: 5px 5px 0 0;
}

.card-content {
    padding: 20px;
}

.pdf-image {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.pdf-title {
    margin-top: 0;
    font-size: 26px;
}

.detail-btn {
    display: block;
    width: 100%;
    text-align: center;
    padding: 5px;
    background-color: #007663;
    color: #EBEBEB;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.detail-btn:hover {
    background-color: #005146;
}

.sub-title {
    border-bottom: 1px solid #04372E;
    padding-bottom: 10px;
    text-align: center;
}

.pdf-container {
    margin-top: 3%;
}

.pdf-item {
    width: 40%;
    border: 3px solid #04372e;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pdf-item img {
    width: 50px;
    height: 50px;
}

.pdf-item p {
    margin-left: 3%;
    flex-grow: 1;
    border-right: 15px;
}

.pdf-item i {
    font-size: 50px;
    color: #007663;
}

.download-btn {
    text-align: center;
    padding: 5px 10px;
    background-color: #007663;
    color: #EBEBEB;
    text-decoration: none;
    border-radius: 5px;
    margin-left: 50px;
}

.download-btn:hover {
    background-color: #005146;
}

.pdf-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

/*-------------------------------- A R T I C L E ------------------------------------------*/
.carousel-inner {
    padding-top: 70px;
}
.article {
    background-color: #ebfefe;
    padding: 10px 190px 80px;
}
.about {
    background-color: #ebfefe;
}
.center-content {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}
.table {
    border: transparent;
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
}
.table tr th {
    padding-left: 0px;
    border-bottom: 1.4px solid;
    color: #007663;
    font-size: 20px;
    background-color: #ebfefe;
}
.table tr td {
    color: #007663;
    background-color: #ebfefe;
}
.btn-primary {
    text-decoration: none;
    color: #007663;
    background-color: #d9d9d9;
    border-color: #007663;
}
.btn-primary:hover {
    color: #ebfefe;
    background-color: #007663;
    border-color: #007663;
}
.btn-primary:active {
    background-color: #007663 !important;
    box-shadow: 2px 2px 5px #04372e !important;
    border-color: #007663 !important;
}
.hr {
    border: 2px solid #007663;
    height: 3px !important;
}
.card {
    margin-bottom: 8px;
}
.card-body {
    color: #007663;
    padding: 1rem;
}
.card-title {
    font-weight: bold;
    font-size: 14px;
}
.card-text {
    font-size: 10px;
    color: #04372E;
    padding-top: 5px;
}
.green-circle {
    width: 70px;
    height: 70px;
    border: 3.5px solid #007663;
    position: relative;
    border-radius: 50%;
}
.circle {
    width: 60px;
    height: 60px;
    background-color: #007663;
    border-radius: 50%;
    text-decoration: none;
    display: inline-table;
    margin: 1.5px;
    line-height: 50px;
    text-align: center;
}
.circle h1 {
    color: #ebfefe;
    padding-top: 8px;
    line-height: 18px;
    margin: auto;
    font-size: 20px;
}
.circle p {
    line-height: 13px;
    color: #ebfefe;
    font-size: 11px;
    margin: auto;
}
.agenda h1 {
    font-weight: bold;
    font-size: 16px;
}
.agenda p {
    color: #007663;
    font-size: 13.5px;
}

/*--------------------------------- F O O T E R -------------------------------------------*/

.paragraph {
    text-transform: capitalize;
    font-size: 12px;
    color: #ebfefe;
}
.bg-footer {
    background-color: #007663;
    height: 100%;
}
.text-footer {
    color: #ebfefe;
    padding-top: 40px;
    height: 100%;
}
.copyright-custom {
    background-color: #04372e;
    color: #ebfefe;
}
</pre></body></html>