@import url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Be+Vietnam+Pro:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Carme&family=Farro:wght@300;400;500;700&family=Germania+One&family=Glass+Antiqua&family=Iceberg&family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&family=Quicksand:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Chathura:wght@100;300;400;700;800&family=Chela+One&family=Farro:wght@300;400;500;700&family=Kulim+Park:ital,wght@0,200;0,300;0,400;0,600;0,700;1,200;1,300;1,400;1,600;1,700&family=Nova+Cut&family=Smooch+Sans:wght@100..900&family=Trochut:ital,wght@0,400;0,700;1,400&display=swap');

body {
  font-family: "Farro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

/*body {
  font-family: "Quicksand", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}*/

.fontJudul {
  font-family: 'Abril Fatface', serif;
}

.glass {
  font-family: "Glass Antiqua", serif;
  font-weight: 400;
  font-style: normal;
}

.trochut {
  font-family: "Trochut", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.chela {
  font-family: "Chela One", serif;
  font-weight: 400;
  font-style: normal;
}

.kulim {
  font-family: "Kulim Park", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.nova {
  font-family: "Nova Cut", system-ui;
  font-weight: 400;
  font-style: normal;
}

.farro {
  font-family: "Farro", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.iceberg {
  font-family: "Iceberg", sans-serif;
  font-weight: 400;
  font-style: normal;
}

/*.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none;
  position: fixed; 
  overflow: hidden;
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color:black !important;
}


.modal.modal-fullscreen .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #6598d9;
  border: 0;
}

.modal.modal-fullscreen .modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

.modal.modal-fullscreen .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

.modal.modal-fullscreen .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}*/


/* ini Modal oke  */

/*.modal.modal-fullscreen .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: none;
  display: flex;
  flex-direction: column;
  background-color: #fff
}

.modal.modal-fullscreen .modal-content {
  display: flex;
  flex-direction: column;
  height: 100%;
  border-radius: 0;
  border: none;
  background-color: #fff
}

.modal.modal-fullscreen .modal-header {
  flex: 0 0 auto;
  height: 50px;
  padding: 10px;
  background: #6598d9;
  color: #fff;
  background-color: #fff
}

.modal.modal-fullscreen .modal-body {
  flex: 1 1 auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 10px;
  background-color: #fff
}

.modal.modal-fullscreen .modal-footer {
  flex: 0 0 auto;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
  background-color: #fff
}*/

/* Modal Fullscreen */


/* Modal Fullscreen Tanpa Celah */
/* Modal fullscreen menutupi seluruh layar */
.modal.modal-fullscreen {
  padding: 0 !important;
}

/* Dialog menutupi seluruh viewport */
.modal.modal-fullscreen .modal-dialog {
  margin: 0;
  width: 100vw;
  max-width: 100vw;
  height: 100vh;
}

/* Konten modal menutupi 100% tinggi */
.modal.modal-fullscreen .modal-content {
  height: 100%;
  width: 100%;
  border-radius: 0;
  border: none;
  display: block;
  position: relative;
  background: #fff; /* pastikan tidak transparan */
}

/* Header tetap di atas */
.modal.modal-fullscreen .modal-header {
  height: 50px;
  line-height: 50px;
  background: #6598d9;
  color: #fff;
  padding: 0 15px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}

/* Body scrollable antara header dan footer */
.modal.modal-fullscreen .modal-body {
  position: absolute;
  top: 50px;   /* di bawah header */
  bottom: 60px; /* di atas footer */
  left: 0;
  right: 0;
  overflow-y: auto;
  padding: 15px;
  background: #fff; /* pastikan tidak transparan */
}

/* Footer tetap di bawah */
.modal.modal-fullscreen .modal-footer {
  height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 10px;
  background: #f1f3f5;
  display: flex;
  align-items: center;
  justify-content: flex-end; /* footer tombol rata kanan */
  z-index: 10;
}
