* {margin: 0; padding: 0;}

body {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 12pt;
    color: #000000;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "Plus Jakarta Sans", sans-serif;
}
.rounded {
    border-radius: 12px !important;
}
.shadow {
    background: #CEDEDC;
background: linear-gradient(335deg, rgba(206, 222, 220, 0.63) 59%, rgba(255, 255, 255, 0.55) 100%);
}
.btn-success {
    background-color: #198754;
}
#frontpage {
    overflow: auto;
  position: relative;
}
#frontpage::before {
    content: "";
    position: fixed;
    top: 0;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    background-image: url(../images/background.png);
    background-color: #f6f9fb;
    background-size: cover;
}
.frontpage-title {
    letter-spacing: -1px;
    font-weight: 500;
    font-size: calc(1.575rem + 1.5vw)
}
.tombol-pilih-suket {
    padding: 20px 0;
}
.pilihan-suket {
    margin-bottom: 22px;
}
.pilihan-suket .card {
    border-radius: 12px;
    padding: 18px 18px 8px;
    height: 100%;
}
.pilihan-suket .card h5.card-title {
    font-size: 1.05rem !important;
}
h5.form-heading {
    margin-bottom: 1rem !important;
    font-weight: 600;
}
.deskripsi-surat {
    font-size: 14px;
    color: #8d8d8d;
    line-height: 21px;
}

#innerpage {
    overflow: auto;
  position: relative;
}
#innerpage::before {
    content: "";
    position: fixed;
    top: 0;
    left: -10px;
    right: -10px;
    bottom: -10px;
    z-index: -1;
    background-image: url(../images/background.png);
    background-color: #d7e7e4;
    background-size: cover;
}

.menu-item {
    border-radius: 90px !important;
    padding: 8px 10px !important;
}

.frosted.navbar {
    background: #f4f4f85c;
    background-image: linear-gradient(to bottom, #b59cf8b0, #f5f2ff87 0%, #b59cf854 28%, #8273a982 30%);
    mix-blend-mode: color-dodge;
}

.navbar {
    border-bottom: 2px solid #dadada !important;
}
.admin.navbar {
    border-bottom: 2px solid #accdc5 !important;
}

.navbar-brand {
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

tr:last-child {
    border-style: none;
    border-color: transparent;
}

.table.table-striped {
    margin-bottom: 0;
}

.admin .card-header {
    padding: 0 20px 16px;
}

.admin .full-height {
    height: 100%;
}

.admin .total-penduduk {
    background-image: url(../images/sawah.jpg);
    background-color: #fff;
    background-size: cover;
    background-position: center center;
}

.admin .info-singkat {
    background-image: url(../images/ntt.jpg);
    background-color: #fff;
    background-size: cover;
    background-position: top center;
}

.female {
    background-image: url(../images/female.jpg);
    background-position: right top;
    background-repeat: no-repeat;
}
.male {
    background-image: url(../images/male.jpg);
    background-position: right bottom;
    background-repeat: no-repeat;
}

#dashboardNotificationBadge {
    margin-top: 2px;
    margin-left: 4px;
    position: absolute;
    padding-bottom: 6px;
}

.logo-desa {
    max-width: 200px;
    height: auto;
}

.preserve-spaces {
    white-space: pre-wrap; /* Mempertahankan spasi dan line breaks */
}

.table-striped {--bs-table-striped-bg: #F3FFFC !important;}

.pagination {
    --bs-pagination-active-bg: #1A8755;
    --bs-pagination-active-border-color: #1A8755;
    --bs-pagination-color: #1A8755;
    --bs-pagination-hover-color: #1A8755;
    --bs-pagination-focus-color: #1A8755;
}

@media only screen and (max-width: 996px) {
.navbar-collapse {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.admin-menu-container {
    padding: 0 8px;
    width: 100%;
    display: block;
}
#notificationLink > .admin-menu {
    margin-bottom: 1rem;
}
.admin-menu, .logout {
    padding: 12px 26px !important;
    background: white;
    border-radius: 14px;
    width: 100%;
    text-align: left;
}
.admin-text {
    display: inherit !important;
}
.navbar-collapse.collapse.show {
    padding-bottom: 6px;
}
.penduduk {
    margin-top: 1.5rem;
}
}


.navbar-toggler {
    border: 0 !important;
}

.navbar-expand-lg {
    border-radius: 0px;
    background: #f4f4f854;
    box-shadow: 20px 20px 60px #cfcfd3, -20px -20px 60px #ffffff;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
}
.admin.navbar-expand-lg {
    border-radius: 0px;
    background: #badfd759;
    box-shadow: 20px 20px 60px #99bfb8, -20px -20px 60px #ffffff;
    backdrop-filter: blur(10px);
}

.nav-link.active {
    background: white;
    border-radius: 14px;
    padding: 12px 26px !important;
    font-weight: 600;
}

.nav-link {
    border-radius: 90px;
    padding: 12px 26px !important;
    font-weight: 400;
}

.admin-menu, .logout {
    padding: 11px 15px;
    background: white;
    border-radius: 14px;
}

.dropdown-menu {
    border: 0;
    background: #ffffff;
    box-shadow: 20px 20px 60px #cfcfd3, -20px -20px 60px #ffffff;
    border-radius: 14px;
    padding: 12px;
}

.dropdown-menu:before {
    left: 35px;
    top: -16px;
    border: 8px solid #0000;
    border-bottom: 8px solid #fff;
  }
  
  .dropdown-menu:after {
    left: 36px;
    top: -14px;
    border: 7px solid #0000;
    border-bottom: 7px solid #fff;
  }
  
  .dropdown-menu:before,
  .dropdown-menu:after {
    content: "";
    right: auto;
    display: inline-block;
    position: absolute;
  }

.admin-text {
    display: none;
}

.finish .bi-whatsapp {
    font-weight: 700 !important;
    color: 	#fff;
}

.title-page {
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 40px;
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.admin.title-page {
    background: #d4e8e4;
}

.slider {
    margin-top: 98px;
}

.carousel-item img {
    border-radius: 12px;
}

.content {
    padding-top: 60px;
}

.pilih-suket {
    zoom: 1;
    padding: 6px 20px;
}
.bi-arrow-right-circle-fill {
    margin-left: 6px;
}

.card-content {
    padding: 0 20px;
}

.card-header {
    background: #fff;
    padding: 30px 20px 16px;
}

.card-title {
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 18px;
}

.formulir.btn {
    margin-top: 20px;
}

.formulir h1 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: -1px;
    margin-top: 0;
    margin-bottom: 34px;
}
.formulir h6 {
    text-transform: uppercase;
    font-size: 15px;
}

.form-group {
    margin-bottom: 16px;
}

.rt-rw {
    margin-bottom: 0 !important;
}

.auto-fill, .auto-fill-form {
    padding: 20px;
}

.pdf-container-style {
    background: white;
    padding-top: 60px;
}

#pdf-content {
    margin: 0;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    page-break-after: always;
    text-align: justify;
}

@media screen {
    body {
        background: #fff;
        font-family: Arial, Helvetica, sans-serif;
    }

    #pdf-content {
        background: white;
        margin: 2.5mm auto 0;
        font-family: Arial, Helvetica, sans-serif;
    }
}

@media print {
    body {
      width: 215mm;
      height: 330mm;
      margin: 0;
      padding: 0;
    }
    #container.f4 {
      width: 100%;
      overflow: hidden;
      font-family: Arial, Helvetica, sans-serif;
    }
  }

.container.f4 #pdf-content {
    width: 215mm;
    height: 330mm;
    font-family: Arial, Helvetica, sans-serif;
}

#pdf-content.padding-5mm {
    padding: 2mm 10mm 0;
}

@page {
    size: 215mm 330mm;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#pdf-content img {
    margin: 0 auto;
    text-align: center;
    display: block;
}

#pdf-content h4 {
    text-align: center;
    text-decoration: underline;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 40px;
    margin-bottom: 0;
    font-family: Arial, Helvetica, sans-serif;
}

#pdf-content .nomor-register {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.isi-surat {
    margin-top: 30px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.35em;
}

.isi-surat p { 
    text-indent: 60px;
 }
 
p.mb-0, p.mb-1, p.mb-2 {
    text-indent: 0;
  margin-bottom: 0 !important;
}

p.mb-3 {
    text-indent: 0;
  margin-bottom: 1rem;
}

dl {
    display: grid;
    grid-gap: 4px 16px;
    grid-template-columns: max-content;
    text-indent: 60px;
}

dt {
    font-weight: 400;
}

dd {
    margin: 0;
    grid-column-start: 2;
}

#pdf-content #nama_lengkap {
    font-weight: 700;
    text-transform: uppercase;
}

.tanda-tangan {
    text-align: center;
}

.garis-bawah {
    text-decoration: underline;
    font-weight: 700;
}

#download-btn {
    margin: 20px 0;
}

.was-validated .form-control:valid {
    border-color: #198754;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 8"%3E%3Cpath fill="%2328a745" d="M6.564 1.817l-4.254 4.237-1.578-1.578L0 5.207 2.318 7.5 8 1.818z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

.was-validated .form-control:invalid {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem);
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12"%3E%3Cpath fill="%23dc3545" d="M6.5 5l-5-5L5 6.5 0 0zm0 0l5 5L6.5 0 12 5z"/%3E%3C/svg%3E');
    background-repeat: no-repeat;
    background-position: right calc(0.375em + 0.1875rem) center;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}

/* PROGRESS BAR */
#progressbar { 
    margin-top: 30px;
    overflow: hidden;
    color: lightgrey;
    padding-left: 0;
    z-index: 9;
    position: relative;
} 
  
#progressbar .active { 
    color: #2F8D46
} 
  
#progressbar li { 
    list-style-type: none;
    font-size: 13px;
    width: 33%;
    float: left;
    position: relative;
    font-weight: 400;
    text-align: center;
} 
  
#progressbar #step1:before { 
    content: "1";
    text-align: center;
} 
  
#progressbar #step2:before { 
    content: "2";
    text-align: center;
} 
  
#progressbar #step3:before { 
    content: "3";
    text-align: center;
} 
  
#progressbar li:before { 
    width: 62px;
    height: 62px;
    display: block;
    font-size: 14px;
    color: #ffffff; 
    background: lightgray; 
    border-radius: 60px; 
    padding: 5px 2px;
    border: 16px solid #f4f4f8;
    font-weight: 700;
} 
  
#progressbar li:after { 
    content: '';
    width: 100%;
    height: 4px;
    background: lightgray;
    position: absolute;
    left: 0;
    top: 28px;
    z-index: -1;
} 
  
#progressbar li.active:before, 
#progressbar li.active:after { 
    background: #2F8D46
} 
  
.progress { 
    height: 5px
} 
  
.progress-bar { 
    background-color: #2F8D46
}

.modal-header {
    border-bottom: 0 !important;
}

.modal-spinner {
    padding-top: 30px;
}

.footer {
    margin-top: 20px;
    padding: 60px 20px 40px;
    font-size: 0.925rem;
}
.footer p {
    color: #363636;
}
.footer a, .footer strong {
    color: #000000 !important;
    text-decoration: none;
}
.firefox-alert {
  position: fixed;
  bottom: 0;
  right: 0;
  background: orange;
  padding: 20px 20px 20px 30px;
  max-width: 240px;
  border-top-left-radius: 16px;
}
}