
body {
    margin: 0 auto !important;
    display: flex;
    flex-direction: column;
    padding-top: 60px;
    font-size: 0.9rem !important;
}

nav {
    margin: 0 auto !important;
}

.btn {
    font-size: 0.9rem !important;
}

.col-form-label {
    color: gray;
    font-size: 0.8rem !important;
}

.nav-pills .nav-link {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 0.9rem;
}

.nav-tabs .nav-link {
    font-size: 0.9rem;
}

.table {
    font-size: 0.9rem;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid silver;
}

.separator:not(:empty)::before {
    margin-right: .5em;
}

.separator:not(:empty)::after {
    margin-left: .5em;
}


ul.timeline-3 {
    list-style-type: none;
    position: relative;
}

ul.timeline-3:before {
    content: " ";
    background: #d4d9df;
    display: inline-block;
    position: absolute;
    left: 29px;
    width: 2px;
    height: 100%;
    z-index: 400;
}

ul.timeline-3 > li {
    margin: 0 0;
    padding: 10px 10px 10px 20px;
    font-size: 0.7rem;
}

ul.timeline-3 > li.active {
    font-size: 1rem;
    border-bottom: 2px dotted #d4d9df;
}

ul.timeline-3 > li:before {
    content: " ";
    background: silver;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid silver;
    left: 25px;
    width: 10px;
    height: 10px;
    margin-top: 5px;
    z-index: 400;
}

ul.timeline-3 > li.active:before {
    content: " ";
    background: white;
    display: inline-block;
    position: absolute;
    border-radius: 50%;
    border: 4px solid teal;
    margin-top: 2px;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 400;
}

.ul-bast {
  list-style: none;        /* hilangkan bullet bawaan */
  padding-left: 0;
  margin: 0;
}

.ul-bast li {
  display: flex;           /* sejajarkan isi */
  align-items: center;     /* pastikan ikon & teks rata tengah */
  gap: 0.5rem;             /* jarak antara ikon dan teks */
  margin: 0.25rem 0;
}

.ul-bast li::before {
  font-family: "bootstrap-icons";
  content: "\F10B";        /* bi-square-fill */
  color: #0d6efd;          /* warna ikon */
  font-size: 0.9rem;       /* ukuran ikon */
  display: inline-block;   /* biar ukuran stabil */
  line-height: 1;          /* sejajarkan ke tengah teks */
}

.rotated-tab {
  writing-mode: vertical-rl;   /* teks diputar */
  text-orientation: mixed;     /* biar huruf tegak lurus */
  transform: rotate(180deg);   /* balik arah biar urutannya dari atas ke bawah */
  padding: 1rem 2rem;
  min-height: 100px;
  letter-spacing: 2px;
}

#tab_finwo1.nav-link.active {
    background-color: #198754;
}

#tab_finwo2.nav-link.active {
    background-color: #ed5a04;
}

.nama {
    filter: blur(0px);
}

.print {
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px !important;
}

.print td {
    font-size: 16px !important;
}




.table-pdf {
  width: 100%;
  border-collapse: collapse !important;
  border: none !important;
}

.table-pdf td,
.table-pdf th {
  border: none !important;
  border-bottom: 0.6px solid #000 !important;
  border-right: 0.6px solid #000 !important;
  background: #fff !important;
  padding: 3px 5px;
}

/* Hilangkan border kiri agar tidak dobel dengan border kanan kolom sebelumnya */
.table-pdf td:first-child,
.table-pdf th:first-child {
  border-left: 0.6px solid #000 !important;
}

/* Hilangkan border atas agar tidak dobel dengan border bawah baris sebelumnya */
.table-pdf tr:first-child td,
.table-pdf tr:first-child th {
  border-top: 0.6px solid #000 !important;
}

/* Border luar tabel */
.table-pdf {
  outline: 0.6px solid #000 !important;
}

#badgeMessage:empty {
  display: none;
}

#btnMessage {
  position: relative;
}