.pkp_brand_footer{
    display: none;
}

.pkp_structure_footer_wrapper {
    background-color: #7fb3d5;
}
  
.pkp_footer_content {
    display: flex;
    align-items: left;
}

.pkp_brand_footer img {
    filter: invert(2);
}

body {
  font-family: 'Raleway', sans-serif;
}


/* Gambar logo Creative Commons */
.license-logo {
  margin-bottom: 2px; /* Jarak bawah dari gambar */
  max-width: 100%; /* Memastikan gambar responsif */
  height: auto;
  display: block; /* Membuat gambar menjadi blok untuk teks di bawahnya */
  margin-left: auto;
  margin-right: auto;
}

/* Teks lisensi */
.license-text {
  font-size: 0.8rem; /* Ukuran font yang nyaman dibaca */
  color: #333;
  line-height: 1.6;
  font-weight: normal;
  margin-top: 4px;
}

/* Styling untuk link lisensi */
.license-link {
  color: #333; /* Warna biru terang untuk link */
  text-decoration: none; /* Menghapus garis bawah */
  font-weight: normal;
  transition: color 0.3s ease;
}

/* Efek hover pada link lisensi */
.license-link:hover {
  color: #ff6600; /* Ubah warna saat hover menjadi oranye */
  text-decoration: none; /* Menambahkan garis bawah saat hover */
}

/* Teks untuk informasi indeks bornov */
.index-info-text {
  text-align: justify;
  font-size: 10px; /* Ukuran font lebih kecil */
  color: #333;
  margin-bottom: 2px;
}

/* Kontainer untuk logo-platform */
.index-logos {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); /* Menyesuaikan ukuran elemen untuk grid yang lebih rapat */
  gap: 2px; /* Mengurangi jarak antar kolom */
  justify-items: center;
  margin-top: 1px;
}

/* Styling untuk gambar logo */
.index-logo img {
  width: 110px; /* Memperkecil ukuran gambar */
  height: auto;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 2px; /* Sudut lebih kecil */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan lebih ringan */
}

/* Efek hover pada gambar logo */
.index-logo:hover img {
  transform: scale(1.05); /* Pembesaran sedikit saat hover */
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2); /* Bayangan lebih kuat saat hover */
}

/* Responsivitas untuk perangkat kecil */
@media (max-width: 768px) {
  .index-info-text {
    font-size: 14px; /* Ukuran font lebih kecil di perangkat kecil */
  }

  .index-logos {
    grid-template-columns: repeat(auto-fill, minmax(80px, 1fr)); /* Ukuran elemen lebih kecil di perangkat kecil */
  }

  .index-logo img {
    width: 80px; /* Mengurangi ukuran gambar di perangkat kecil */
  }
}

/* Styling untuk tim editor */
.editor-team {
  padding: 10px;
  background-color: #fff;
  text-align: center;
}

.editor-role {
  font-size: 1.2rem;
  color: #333;
  margin-bottom: 2px;
}

/* Grid untuk menampilkan editor */
.editor-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); /* Ukuran card lebih kecil */
  gap: 2px; /* Jarak antar card lebih rapat */
  justify-items: center;
  margin-top: 2px;
}

/* Card editor */
.editor-card {
  background-color: none;
  padding: 8px;
  border-radius: 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 240px; /* Card lebih kecil */
}

/* Foto editor dengan efek zoom */
.editor-photo {
  width: 100px; /* Ukuran gambar lebih kecil */
  height: 100px; /* Ukuran gambar lebih kecil */
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 2px;
  transition: transform 0.3s ease; /* Menambahkan transisi saat hover */
}

/* Efek zoom saat hover */
.editor-photo:hover {
  transform: scale(1.05); /* Perbesar gambar saat dihover */
  
}

/* editor-afiliation*/
.editor-info {
  text-align: center;
  font-size: 0.85rem;
  text-decoration: none;
}

.editor-name {
  font-size: 1.1rem; /* Nama editor lebih kecil */
  font-weight: bold;
  color: #333;
  margin-bottom: 2px;
}

.editor-description {
  font-size: 0.85rem; /* Deskripsi lebih kecil */
  color: #555;
  margin-bottom: 1px;
}

/* Container untuk ikon-ikon editor */
.editor-links {
  display: flex;
  justify-content: center;
  gap: 8px; /* Jarak antar ikon lebih kecil */
  flex-wrap: wrap; /* Membuat ikon bisa membungkus */
  margin-top: 4px;
}

/* Styling untuk setiap ikon */
.scopus-icon-img, .google-scholar-icon-img, .orcid-icon-img, .publons-icon-img {
  width: 24px; /* Ukuran ikon lebih kecil */
  height: 24px; /* Ukuran ikon lebih kecil */
  transition: transform 0.3s ease;
}

.scopus-icon-img:hover, .google-scholar-icon-img:hover, .orcid-icon-img:hover, .publons-icon-img:hover {
  transform: scale(1.2); /* Efek zoom saat hover */
}

/* Responsivitas untuk perangkat kecil */
@media (max-width: 800px) {
  .editor-name {
    font-size: 1rem;
  }

  .editor-description {
    font-size: 0.75rem;
    color: #555;
    margin-bottom: 2px; /* Mengurangi jarak bawah */
    line-height: 1.1; /* Mengurangi line spacing untuk rapatkan teks */
  }

  /* Mengurangi ukuran ikon pada perangkat kecil */
  .scopus-icon-img, .google-scholar-icon-img, .orcid-icon-img, .publons-icon-img {
    width: 20px;
    height: 20px;
  }

  /* Mengurangi gap antar ikon pada perangkat kecil */
  .editor-links {
    gap: 10px; /* Jarak antar ikon lebih rapat pada perangkat kecil */
  }

  .editor-card {
    max-width: 260px; /* Ukuran card lebih kecil di perangkat kecil */
  }
}

@media (max-width: 480px) {
  /* Menyesuaikan foto editor untuk perangkat lebih kecil */
  .editor-photo {
    width: 80px;
    height: 80px;
  }

  /* Memperkecil card lebih lanjut untuk layar sangat kecil */
  .editor-card {
    max-width: 240px;
  }

  .editor-links {
    gap: 8px; /* Jarak antar ikon lebih rapat */
  }
}

/* SIDE Menu JHIM */
.content {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 4px;
  font-family: 'Arial', sans-serif;
  background-color: transparent;
  border-radius: 0px;
  text-decoration: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Style for each link */
.menu-link {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #333;
  font-size: 14px;
  padding: 10px 15px;
  background-color: #fff;
  border-radius: 5px;
  transition: all 0.3s ease;
  border: 1px solid #ddd;
}

/* Style the chevron icons */
.menu-link .fa-chevron-right {
  margin-right: 8px;
  font-size: 14px;
  color: #007bff; /* Give the chevron a nice color */
}

/* Hover effect - updated with #bdc3c7  */
.menu-link:hover {
  background-color: #bdc3c7  ;
  color: white;
  border-color: #bdc3c7  ;
  text-decoration: none;
}

/* Active link or focused link */
.menu-link:focus, .menu-link:active {
  background-color: #bdc3c7  ;
  color: white;
  border-color: #bdc3c7  ;
}

.content div {
  transition: all 0.3s ease;
}

.no-underline-hover:hover {
    text-decoration: none;
}


/* Responsive styling */
@media (max-width: 600px) {
  .content {
    padding: 10px;
  }
  .menu-link {
    font-size: 12px;
    padding: 8px 12px;
  }
}

/* Gaya tombol WhatsApp yang lebih menarik */
.floating-button {
    position: fixed;
    right: 20px;
    bottom: 20px;
    background-color: #25D366;
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
    font-size: 30px; /* Ukuran ikon */
    transition: transform 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
    text-decoration: none; /* Menghilangkan garis bawah */
    cursor: pointer;
}

/* Efek hover untuk tombol */
.floating-button:hover {
    background-color: #128C7E; /* Warna lebih gelap saat hover */
    box-shadow: 0 12px 20px rgba(0, 0, 0, 0.3); /* Bayangan lebih dalam saat hover */
}

/* Ikon WhatsApp */
.floating-button i {
    color: white; /* Warna ikon */
}

/* Gaya body untuk latar belakang dan font */
body {
    font-family: 'Arial', sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}


.title {
    font-size: 3rem;
    color: #333;
    margin-bottom: 5px; /* Distance between title and DOI section */
}

/* DOI Section Styles */
.item.doi {
    margin-top: 2px;
    display: flex;
    align-items: center;
}

.doi .value {
    font-size: 1rem;
    color: #007bff;
    display: flex;
    align-items: center;
}

.doi .value a {
    text-decoration: none; /* Menghilangkan underline pada tautan */
    color: #007bff; /* Menetapkan warna link */
    display: flex;
    align-items: center;
}

.doi .value a:hover {
    color: #0056b3;
    transition: color 0.3s ease, transform 0.3s ease;
}

.categories .value a {
  text-decoration: none;
  color: #007BFF;
}

/* Memperkecil ukuran font pada tautan ORCID */
.orcid a {
    text-decoration: none; /* Menghilangkan underline pada tautan */
    color: #007bff; /* Warna tautan */
    font-size: 0.8rem; /* Memperkecil ukuran font ORCID */
    transition: color 0.3s ease; /* Efek transisi untuk perubahan warna */
}

.orcid a:hover {
    color: #0056b3; /* Warna tautan saat hover */
    text-decoration: underline; /* Opsional: menambahkan underline pada hover */
}


/* Styling untuk setiap elemen penulis */
.sub_item {
    display: flex;
    flex-direction: column; /* Menyusun elemen secara vertikal di dalam sub_item */
    padding: 2px; /* Menurunkan padding untuk merapatkan jarak antar penulis */
    border-bottom: 1px solid #f0f0f0;
    align-items: flex-start; /* Meratakan semua elemen ke kiri */
}

/* Styling untuk label nama penulis */
.sub_item .label {
    font-size: 1.2rem; /* Menurunkan ukuran font untuk membuat tampilan lebih rapat */
    font-weight: normal;
    color: #333;
    margin-bottom: 0px; /* Mengurangi jarak antara nama dan afiliasi */
    margin-left: 20px; /* Menghapus margin kiri */
    text-align: left; /* Menjamin teks nama penulis rata kiri */
}

/* Styling untuk afiliasi penulis */
.sub_item .value {
    font-size: 0.9rem; /* Mengurangi ukuran font untuk afiliasi penulis */
    color: #888888;
    margin-left: 0px; /* Menghapus margin kiri */
    display: flex;
    align-items: center;
    text-align: left; /* Menjamin teks afiliasi rata kiri */
}

/* Ikon untuk afiliasi dan ORCID */
.sub_item .value i {
    margin-right: 4px; /* Mengurangi jarak antar ikon dan teks */
}

/* ORCID link */
.sub_item .orcid a {
    font-size: 0.85rem; /* Menurunkan ukuran font untuk link ORCID */
    color: #007bff;
    text-decoration: none;
    transition: color 0.3s ease, transform 0.3s ease;
}

.sub_item .orcid a:hover {
    color: #0056b3;
    transform: translateX(5px);
}


.bismillah-button {
  background-color: #6e2ff7; /* Blue color for the button */
  color: white;
  font-size: 16px;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  text-decoration: none; /* Remove underline if inside a link */
  transition: background-color 0.3s ease;
}

.bismillah-button:hover {
  background-color: #3498db; /* Darker green on hover */
}

.bismillah-button:focus {
  outline: none; /* Remove outline when button is focused */
}

/* Reset default margin dan padding */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Membuat container untuk LAYANAN */
.card-container {
    display: flex;
    justify-content: center;
    gap: 2px;
    padding: 10px;
    flex-wrap: wrap;
}

/* Desain setiap kartu LAYANAN */
.card {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 200px;
    overflow: hidden;
    transition: transform 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; /* Menyelaraskan teks ke tengah */
    padding: 4px 20px 20px 20px;
}

/* Konten dalam kartu (judul dan deskripsi) */
.card-content {
    with: 200%;
}

.card-title {
    font-size: 1.5rem;
    margin-bottom: 0px;
    color: #333;
}

.card-description {
    font-size: 1rem;
    color: #666;
    margin-bottom: 1px; /* Memberi jarak bawah */
    border-bottom: 1px solid #ddd; /* Garis bawah deskripsi */
    padding-bottom: 1px; /* Memberi jarak antara teks dan garis */
}


/* Gaya Umum untuk Judul */
h2 {
  font-size: 1.8em;
  color: #333;
  font-weight: 700;
  margin: 0;
  padding: 10px 0;
}

/* Gaya Umum Accordion */
.accordion {
  max-width: 1200px;
  margin: 10px auto;
  font-family: 'Helvetica', 'Arial', sans-serif;
  color: #333;
}

/* Gaya untuk setiap item dalam accordion */
.accordion-item {
  border-bottom: 2px solid #e0e0e0;
  transition: box-shadow 0.3s ease;
  border-radius: 8px;
  overflow: hidden;
}

/* Header Accordion */
.accordion-header {
  cursor: pointer;
  padding: 10px 15px;
  font-size: 1em;
  font-weight: 300;
  background: transparent;
  border: none;
  outline: none;
  text-align: center;
  color: #333;
  transition: all 0.3s ease;
  border-radius: 8px 8px 0 0;
  list-style: none;
}

/* Efek hover pada header */
.accordion-header:hover {
  background: #d9e2ec;
  transform: translateX(1px);
}

/* Konten Accordion */
.accordion-content {
  padding: 10px 15px;
  font-size: 0.95em;
  color: #555;
  line-height: 1.8;
  background-color: transparent;
  display: none;
  transition: all 0.3s ease;
  transform: translateY(10px);
}

/* Tampilkan Konten ketika accordion dibuka */
.accordion-item[open] .accordion-content {
  display: block;
  transform: translateY(0);
}

/* Tambahkan bayangan halus saat aktif */
.accordion-item[open] {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Media Query untuk layar kecil */
@media (max-width: 980px) {
  h2 {
    margin-right: 20px; /* Jarak kanan dari teks FAQ ke area accordion */
    position: relative; /* Pastikan posisi dihitung relatif */
    top: -10px; /* Geser ke atas */
    margin-bottom: 0; /* Atur ulang margin agar tidak bertabrakan */
  }

  .accordion {
    margin-left: 0px; /* Berikan ruang dari sisi kiri agar tampil lebih rapi */
  }
}

.series-info-container {
  display: flex;
  align-items: flex-start;
  gap: 6px; /* Spasi antar setiap elemen */
  flex-wrap: wrap; /* Jika ruang kecil, elemen akan pindah ke bawah */
}

.series-title,
.series-issn {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  max-width: 200px; /* Maksimal lebar tiap item untuk menghindari tampilannya melebihi batas */
  padding: 2px;
}

.series-title .label,
.series-issn .label {
  font-weight: normal;
  margin-bottom: 0px;
}

.series-title .value a,
.series-issn .value {
  font-size: 14px;
  color: #555;
  font-weight: normal;
  word-wrap: break-word;
}

/* SERIES dan KATEGORI */
.container {
  padding: 5px;
}

.flex-container {
  display: flex; /* Aktifkan Flexbox */
  justify-content: space-between; /* Sejajarkan dengan ruang yang ada */
  gap: 10px; /* Beri jarak antar kedua elemen */
}

.item.series,
.item.categories {
  flex: 1; /* Membagi ruang sama di antara kedua elemen */
  padding: 5px;
  border: opx solid #ddd;
  border-radius: 5px;
}

.series-info-container {
  padding: 2px;
}

.value a {
  text-decoration: none;
  color: #007bff;
  font-size: 1em; 
}

.item.categories .value a {
  margin-right: 10px;
}

.item .sub_item {
  display: flex; /* Gunakan flexbox untuk sejajarkan label dan value */
  align-items: flex-start; /* Rata ke atas */
  margin-bottom: 2px; /* Beri jarak antar sub_item jika perlu */
}

.item .label,
.item .value {
  text-align: left; /* Perataan kiri */
  margin: 0;
}

.item .label {
  font-weight: normal; /* Opsional, untuk membedakan label */
  margin-right: 10px; /* Beri jarak antara label dan value */
}

/* BUTTON PREVIEW */
.container-wrapper {
  display: flex;
  justify-content: left;
  align-items: flex-start;
  flex-wrap: wrap; /* Membungkus ke bawah jika layar terlalu kecil */
}

.ebook-preview {
  max-width: 40%; /* Membatasi ukuran agar sejajar dengan baik */
}

.button-container .btn {
  display: flex;
  align-items: left;
  gap: 5px;
}

/* Responsivitas tambahan */
@media (max-width: 768px) {
  .container-wrapper {
    flex-direction: column;
  }

 
}

/* Umum untuk semua link */
.cmp_download_link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: none;
  padding: 8px 16px;
  border-radius: 5px;
  text-decoration: none;
  color: #555;
  font-size: 16px;
  font-weight: normal;
}

/* Hover effect */
.cmp_download_link:hover {
  background-color: #007bff; /* Warna biru cerah */
  color: #fff; /* Ubah teks menjadi putih */
}


/* Hapus efek underline hanya pada tautan di dalam konteks tertentu */

.title a:hover {
  text-decoration: none !important; /* Sama untuk hover */
}


/* Hilangkan semua underline pada tautan menu */
.menu-link {
  text-decoration: none !important; /* Menghapus underline secara paksa */
  color: inherit; /* Warna mengikuti elemen induk jika perlu */
  transition: none; /* Menghapus efek transisi jika ada */
}

/* General styles for the series list */
.pkp-series-nav {
    background-color: none;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    margin: 10px 0;
}

.pkp-series-nav h2 {
    font-size: 1.5em;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
}

/* List styling */
.series-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.series-item {
    margin: 0;
    font-size: 1.1em;
}

.series-item a {
    color: #007bff;
    text-decoration: none;
    padding: 8px 16px;
    background-color: #ffffff;
    border-radius: 4px;
    display: block;
}

/* Hover effect */
.series-item a:hover {
    background-color: #007bff;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.3);
    
}

/* Separator between items */
.separator {
    color: #888;
    margin-left: 5px;
}

.series-title {
    display: inline-block;
    margin-right: 5px;
}

/* Responsiveness */
@media (max-width: 768px) {
    .series-list {
        flex-direction: column;
    }
    .series-item {
        font-size: 1em;
    }
}

.modern-count {
    font-size: 5em; /* Memperbesar font */
    font-weight: 600; /* Memberi ketebalan pada teks */
    color: #333; /* Warna teks gelap untuk kontras yang elegan */
    margin: 10px 0; /* Beri ruang atas dan bawah */
    
}


/* Responsivitas */
@media (max-width: 768px) {
    .modern-count {
        font-size: 1.4em; /* Perkecil ukuran pada perangkat kecil */
    }
}

/* Container untuk membungkus media dengan ruang tambahan */
.media-container {
  max-width: 1100px;
  margin: 10px auto;
  padding: 10px;
}

/* Gaya utama untuk media */
.media {
  display: flex;
  align-items: flex-start;
  background-color: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

/* Gaya gambar media */
.media-img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 15px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

/* Gaya body teks */
.media-body {
  flex-grow: 1;
}

/* Judul media */
.media-heading {
  font-size: 1.4rem;
  margin-bottom: 8px;
  color: #333;
}

/* Deskripsi media */
.media-body p {
  font-size: 0.95rem;
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Responsivitas */
@media (max-width: 768px) {
  .media {
    flex-direction: column;
    text-align: center;
  }

  .media-img {
    margin: 0 auto 10px;
  }

  .media-body {
    text-align: left;
  }
}

/* Main container */
.obj_monograph_summary {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 4px;
    border: 0px;
    border-radius: 0px;
    }

/* Cover monograph full */
.cover-image {
  max-width: 100%;
  height: auto;
  border-radius: 0px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.4); 
}


/* Cover monograph summary */
.cover-link {
    max-width: 260px;
    margin-bottom: 0px;
}

.cover-img {
    width: 70%;
    height: auto;
    margin-left: 10px;
    border-radius: 0px;
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.3), -4px -4px 8px rgba(255, 255, 255, 0.6);
}

/* Efek bayangan dan gerakan saat hover */
.cover-img:hover {
    box-shadow: 4px 6px 12px rgba(0, 0, 0, 0.4), -6px -6px 10px rgba(255, 255, 255, 0.7);
}

/* Add hover zoom effect */
.item.cover .cover-image:hover {
    transform: scale(1.2);  /* Scale the image to 105% */
}

/* Parent container to make them align side by side and top-aligned */
.authors-and-cover {
    display: flex;
    align-items: flex-start; /* Align items to the top */
    justify-content: space-between; /* Distribute space between the items */
    gap: 10px; /* Optional: Adjust space between the author list and cover image */
}

/* Optionally style the cover image to control its size */
.item.cover .cover-image {
    max-width: 160px;  /* Adjust as necessary */
    height: auto;  /* Maintain aspect ratio */
    transition: transform 0.3s ease; /* Smooth transition for zoom effect */
    display: block;   /* Makes the image a block-level element */
    margin-left: auto;  /* Automatically adjust left margin */
    margin-right: auto; /* Automatically adjust right margin */
}


/* For smaller devices, shift the cover image below the author list */
@media (max-width: 768px) {
    .authors-and-cover {
        flex-direction: column; /* Stack items vertically */
        align-items: flex-start; 
    }
    
    .item.cover {
        margin-top: 10px;
	margin-left: center; 
        display: flex;
                
    }
}

.authors-list.two-columns {
        display: grid;
        grid-template-columns: repeat(2, 1fr); /* Membagi menjadi dua kolom */
        gap: 0.4rem;
    }

    .authors-list {
        display: grid;
        gap: 0.4rem;
    }

/* Add margin-bottom to the abstract section */
.item.abstract {
    margin-bottom: 20px; /* Adjust this value as necessary */
}

/* Alternatively, you can add margin-top to the keywords section */
.item.keywords {
    margin-top: 20px; /* Adjust this value as necessary */
}


  

   
  


