<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --light-color: #f1f1f1;
  --dark-color: #313131;
  --primary-color: #002850;
  --primary1-color: #dce3e9;
  --primary2-color: #002850;
}

body {
  background: linear-gradient(
      to right top,
      var(--primary1-color) 0%,
      var(--primary1-color) 100%,
      var(--primary1-color) 0%
    ),
    linear-gradient(
      to bottom left,
      var(--primary1-color) 0%,
      var(--primary1-color) 100%,
      var(--primary1-color) 0%
    );
  background-blend-mode: hard-light, normal;
}

/* nav proses */
.nav-process-circle .nav-item.complete .nav-link, .nav-process-circle .nav-item.complete .nav-link::before, .nav-process-circle .nav-item.processing .nav-link, .nav-process-circle .nav-item.processing .nav-link::before {
  background-color: #0028506c !important;
}

.nav-process-circle .nav-item.complete .nav-link::after, .nav-process-circle .nav-item.processing .nav-link::after {
  background-color: var(--primary-color) !important;
}

.nav-process-circle .nav-link {
  background-color: var(--primary1-color) !important;
  /* justify-content: center; */
  
}

.nav-process-circle .nav-link::before {
  background-color: var(--primary1-color) !important;
}
/* nav proses */

.desktop-only {
  display: block !important;
}

.fs-title-responsive {
  font-size: 18px;
}

@media (max-width: 768px) {
  .fs-title-responsive {
    font-size: 14px;
  }
  .desktop-only {
    display: none !important;
  }
}

.color-primary {
  color: var(--primary-color) !important;
}

.color-primary2 {
  color: var(--primary2-color) !important;
}

.color-white {
  color: #fff !important;
}

/* .bg-success {
  background-color: #15c37811 !important;
  color: var(--dark-color) !important;
} */

.bg-custom-info {
  background-color: #1a77b6 !important;
  color: white !important;
}

.bg-custom-success {
  background-color: #048500 !important;
  color: white !important;
}

.bg-custom-warning {
  background-color: #ffae00 !important;
  color: white !important;
}

.bg-custom-danger {
  background-color: #a10000 !important;
  color: white !important;
}

/* .bg-warning {
  background-color: #faa54b25 !important;
  color: var(--dark-color) !important;
}

.bg-danger {
  background-color: #f9686828 !important;
  color: var(--dark-color) !important;
}

.bg-pink {
  background-color: #f961961e !important;
  color: var(--dark-color) !important;
} */

/* .bg-pink{
    background-color: #ff6384 !important;
} */

.bg-color-primary {
  background-color: var(--primary-color) !important;
}

.bg-color-primary1 {
  background-color: var(--primary1-color) !important;
}

.bg-color-primary2 {
  background-color: var(--primary2-color) !important;
}

.bg-color-custom {
  background: linear-gradient(
      to right top,
      #003973 0%,
      var(--primary1-color) 100%,
      #003973 100%
    ),
    linear-gradient(
      to bottom left,
      #2c130028 0%,
      var(--primary-color) 100%,
      #f8f8ff 100%
    );
  background-blend-mode: hard-light, normal;
}

.bg-color-white {
  background-color: #fff !important;
}

.color-dark {
  color: var(--dark-color) !important;
}

.bg-color-dark {
  background-color: (--dark-color) !important;
}

.text1 {
  font-weight: bold;
  font-size: large;
  color: var(--primary-color) !important;
}

.text2 {
  font-weight: bold;
  font-size: x-large;
  color: var(--dark-color) !important;
}

.text3 {
  font-weight: bold;
  font-size: large;
  color: #fff !important;
}

.text4 {
  font-weight: bold;
  color: var(--dark-color) !important;
}

.card {
  border-radius: 16px !important;
}

.card-accordion{
}

.card-accordion:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); /* Bayangan kustom */
  transition: box-shadow 0.8s;
}

.card-bordered {
  border-radius: 16px !important;
}

.lookup {
  width: 100%;
}

/* checkbox kuesioner */
.custom-radio .custom-control-indicator::after {
  background-color: var(--primary-color) !important;
}

/* button */
.btn-static {
  cursor: default !important;
  pointer-events: none !important;
}

.btn-outline {
  #pointer-events: none !important;
  #cursor: default !important;
}

.btn-flat.btn-info {
  color: #48b0f7;
  background-color: #d1edff;
  cursor: default !important;
}

.btn-flat.btn-danger {
  color: #f96868;
  background-color: #fdd6d6;
  cursor: default !important;
}

.btn-flat.btn-success {
  color: #15c377;
  background-color: #eefff8;
  cursor: default !important;
}

.btn-flat.btn-warning {
  color: #ffbb00;
  background-color: #fff3dc;
  cursor: default !important;
}

.btn-flat.btn-secondary {
  color: #e4e7ea;
  background-color: #f1f1f1;
  cursor: default !important;
}

.btn-custom {
  background-color: var(--primary-color) !important;
  border-radius: 8px !important;
  border-color: var(--primary-color) !important;
  color: white !important;
  /* box-shadow: 0 4px 8px #ec8a52c4 !important; */
}

.btn-custom:hover {
  background-color: white !important;
  color: var(--primary-color) !important;
}

.btn-custom-secondary {
  background-color: var(--primary1-color) !important;
  border-radius: 8px !important;
  border-color: var(--primary1-color) !important;
  color: var(--primary-color) !important;
  /* box-shadow: 0 4px 8px #ec8a52c4 !important; */
}

.btn-custom-secondary:hover {
  background-color: white !important;
  color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-custom-info {
  background-color: rgb(0, 195, 255) !important;
  border-radius: 8px !important;
  border-color: rgb(0, 195, 255) !important;
  color: var(--dark-color) !important;
  /* box-shadow: 0 4px 8px #ec8a52c4 !important; */
}

.btn-custom-info:hover {
  background-color: white !important;
  color: rgb(0, 195, 255) !important;
}

.btn-custom-warning {
  background-color: #f2a654 !important;
  border-radius: 8px !important;
  border-color: #f2a654 !important;
  color: white !important;
  /* box-shadow: 0 4px 8px #ec8a52c4 !important; */
}

.btn-custom-warning:hover {
  background-color: white !important;
  border-color: #f2a654 !important;
  color: #f2a654 !important;
  /* box-shadow: 0 4px 8px #ec8a52c4 !important; */
}

.btn-custom-danger {
  background-color: #f96868 !important;
  border-radius: 8px !important;
  border-color: #f96868 !important;
  color: white !important;
  /* box-shadow: 0 4px 8px #ec8a52c4 !important; */
}

.btn-custom-danger:hover {
  background-color: white !important;
  border-color: #f96868 !important;
  color: #f96868 !important;
  /* box-shadow: 0 4px 8px #ec8a52c4 !important; */
}

.btn-bold {
  border-radius: 8px !important;
}

/* .btn {
  border-radius: 8px !important;
} */

.fab-dir-left .fab-buttons li {
  padding: 0px 4px !important;
}

.hidden {
  display: none; /* Teks disembunyikan */
}

.nav-link {
  border-color: 0px !important;
  /* border-radius: 10px !important; */
  /* background-color: white !important; */
  color: var(--primary-color) !important;
}
.nav-link.active {
  border-bottom: 2px solid var(--primary-color) !important;
  font-weight: 500 !important;
  color: var(--primary-color) !important;
  /* background-color: var(--primary-color) !important; */
  border-radius: 10px !important;
}
.nav-link:hover {
  /* border-bottom: 2px solid var(--primary-color) !important; */
  color: var(--primary-color) !important;
  /* background-color: var(--primary-color) !important; */
}

/* table */

/* search input filter */
.dataTables_filter {
  /* display: none !important; */
}

/* Gaya untuk input box di dalam search box */
.dataTables_wrapper .dataTables_filter input {
  border-radius: 50px; /* Radius tepi */
}

.dataTables_wrapper .dataTables_length select {
  border-radius: 50px;
}

/* tombol pagination */
.dataTables_wrapper .dataTables_paginate .page-link {
  border-radius: 50px !important;
}

/* angka halaman pagination */
.dataTables_wrapper .dataTables_paginate .page-item.active .page-link {
  background-color: var(--primary-color) !important;
  color: #fff; /* Warna teks halaman aktif */
  border: none; /* Hilangkan border */
}

thead {
  position: sticky;
}

.table thead th {
  vertical-align: middle !important;
}

/* border radius table head */
/* .table thead tr &gt; *:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table thead tr &gt; *:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
} */

/* border radius table body */
.table tbody tr &gt; *:first-child {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.table tbody tr &gt; *:last-child {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.table tbody tr:hover {
  background-color: var(--light-color) !important;
}

.scrollable-table {
  overflow-y: auto;
}

.media-list-header {
  border-bottom: 0px solid !important;
  background-color: #fcfdfe00 !important;
}

.media-body {
  cursor: pointer;
}

/* login */
.text-login {
  font-weight: bold;
  font-size: xx-large;
  color: var(--primary-color) !important;
}

/* sidebar */
.sidebar-navigation {
  /* scrollable */
  max-height: 90vh;
  overflow-y: auto;
}

.sidebar-header {
  background-color: none !important;
  fill-opacity: none !important;
  color: var(--primary-color) !important;
}

.app-backdrop {
  background-color: rgba(0, 0, 0, 0.274);
}

.sidebar.sidebar-light {
  padding: 10px !important;
  /* border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important; */
  background-color: white !important;
}

/* garis dikiri text */
.sidebar .menu.menu-bordery &gt; .menu-item.active &gt; .menu-link::before,
.sidebar .menu.menu-bordery &gt; .menu-item:hover &gt; .menu-link::before {
  background-color: var(--primary-color) !important;
  margin: 5px !important;
  border-radius: 10rem !important;
}

.sidebar.sidebar-light .menu-submenu {
  background-color: white !important;
}

.sidebar .menu-submenu .menu-item.active &gt; .menu-link .dot::after,
.sidebar .menu-submenu .menu-item:hover &gt; .menu-link .dot::after {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.sidebar.sidebar-light .menu &gt; .menu-item.active &gt; .menu-link,
.sidebar.sidebar-light .menu &gt; .menu-item:hover &gt; .menu-link {
  color: white !important;
  background-color: #f9fafb !important;
  color: var(--primary2-color) !important;
  font-weight: 500 !important;
  margin: 0px 5px !important;
  border-radius: 8px !important;
}

.sidebar.sidebar-light .menu-submenu {
  margin: 0px 5px !important;
}

.sidebar.sidebar-light .menu-submenu .menu-item:hover .menu-link,
.sidebar.sidebar-light .menu-submenu .menu-item.active .menu-link {
  color: var(--primary-color) !important;
  font-weight: bold !important;
}

.sidebar.sidebar-light .menu-submenu {
  border-radius: 8px !important;
}
/* sidebar end */

/* topbar */
/* topbar */
.topbar-public {
  padding: 0 18px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 995;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  background-color: #f5f6fa !important;
  -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08) !important;
}

.topbar-trans {
  padding: 0 18px;
  height: 64px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 995;
  -webkit-transition: margin-left 0.3s ease;
  transition: margin-left 0.3s ease;
  background-color: #fff !important;
  -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08) !important;
  box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08) !important;
}

.topbar {
  background-color: transparent;
  box-shadow: none;
}

.topbar .menu-link {
  padding: 2px !important;
}
.topbar .menu-item:hover &gt; .menu-link,
.topbar .menu-item.active &gt; .menu-link {
  /* border-bottom: 3px solid var(--primary-color); */
  color: var(--primary2-color) !important;
  font-weight: 500 !important;
  border-top-color: var(--primary-color) !important;
  /* background-color: #f9fafb !important; */
  /* -webkit-box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08) !important;
          box-shadow: 4px 0 5px rgba(0, 0, 0, 0.08) !important; */
  /* margin: 0px 5px !important; */
  /* border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important; */
  /* border-radius: 8px !important; */
}

.topbar .menu-submenu {
  /* border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important; */
  /* margin: 0px 5px !important; */
  border-radius: 8px !important;
}

.topbar .menu-submenu .menu-item.active &gt; .menu-link .dot::after,
.topbar .menu-submenu .menu-item:hover &gt; .menu-link .dot::after {
  background-color: var(--primary2-color) !important;
  border-color: var(--primary2-color) !important;
}

/* topbar responsive*/

.topbar-expand-lg .menu-submenu {
  /* border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important; */
  background-color: #f9fafb !important;
}

.topbar-expand-lg .menu-submenu .menu-item:hover .menu-link,
.topbar-expand-lg .menu-submenu .menu-item.active .menu-link {
  color: var(--primary2-color) !important;
  font-weight: bold !important;
  background-color: white !important;
  border-radius: 8px !important;
}
/* topbar end*/

/* topbar mobile */
.dropdown-menu,
.dropdown-grid {
  border-radius: 12px !important;
}

/*popup modal */
.modal-content {
  border-radius: 12px !important;
}

.btn-modal-edit {
  background-color: var(--primary-color) !important;
}

.position-custom {
  position: absolute;
  z-index: 2;
  bottom: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

/* kolom input */
.form-control {
  background-color: #fdfdfd !important;
  border-radius: 8px !important;
}

.form-control-search {
  background-color: white !important;
  border-radius: 8px !important;
}

.form-control:focus {
  border-color: var(--primary-color) !important;
}

/* modal progres bar */
.progress-container {
  position: relative;
  padding-left: 40px;
}

.progress-bar-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 4px;
  background-color: #ddd;
}

.progress-bar {
  position: absolute;
  width: 100%;
  background-color: var(--primary-color);
  width: 4px;
  height: 50%;
}

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

.timeline-item {
  margin-top: 20px;
  position: relative;
}

.timeline-item:before {
  content: "";
  position: absolute;
  left: -48px;
  top: 5px;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background-color: #ddd;
  border: 3px solid #fff;
}

.timeline-item.active:before {
  background-color: var(--primary-color);
}

.timeline-item:before {
  background-color: #ddd;
}

.timeline-item h5 {
  margin-bottom: 5px;
}

.timeline-item p {
  margin: 0;
}

.text-muted {
  color: #6c757d;
}

/* modal progres bar */

/* step modal */
/* .step {
  display: none;
}
.step.active {
  display: block;
}
.timeline {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  position: relative;
}
.timeline::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ddd;
  z-index: -1;
}
.timeline-progress {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 2px;
  background: var(--primary-color);
  z-index: -1;
  transition: width 0.3s;
}
.timeline-step {
  text-align: center;
  position: relative;
  width: 50%;
}
.timeline-step .circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: #ddd;
  border-radius: 50%;
  line-height: 30px;
  color: #fff;
}
.timeline-step.active .circle, .timeline-step.completed .circle {
  background: var(--primary-color);
} */

/* checkbox */
.custom-checkbox .custom-control-indicator::after {
  color: var(--primary-color) !important;
}

/* footer */
.site-footer {
  background-color: transparent !important;
}

#passwordForm {
  display: none;
}

/* dropdown media */
.dropdown-content {
  display: none;
  transition: display 0.5s ease-in-out;
}

.dropdown-content.show {
  display: block;
}

.dropdown-content label {
  margin-left: 20px;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f8f8f8;
}

.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.rotate-icon {
  transition: transform 0.3s ease;
}
</pre></body></html>