@import url("https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Poppins: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;1,900&family=Roboto+Condensed: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&display=swap");
* {
  font-family: "Outfit", sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
}

:root {
  --bg-color: #ffffff;
  --text-color: #838383;
  --second-color: #505050;
  --nav-color: #ffffff;
  --bg-nav: #293561;
  --border-color: #ccc;
  --border-input: #ccc;
  --shadow-bottom: 0px 9px 5px -4px rgba(0, 0, 0, 0.75);
  --font-size: 1.7rem;
  --btn-biru-color: rgb(136, 123, 220);
  --app-title-height: 12rem;
  --hijau: rgb(34, 146, 108);
  --hijau-hover: rgb(34, 146, 108);
  --hijau-active: rgb(27, 116, 86);
  --kuning: #fcad26;
  --kuning-hover: #f29e0d;
  --kuning-active: #f58500;
  --merah: #ff1500;
  --merah-hover: #df1300;
  --merah-active: #bd1000;
  --biru: #0062d9;
  --biru-hover: #0e58b3;
  --biru-active: #114a90;
  --ungu: #7a1b7d;
  --ungu-hover: #552b56;
  --ungu-active: #552b56;
  --cek-color: var(--merah);
  --border-hijau: rgb(22, 149, 107);

  --bg-header: var(--hijau);
  --header-color: #fff;
  --navbar-bg: var(--hijau-active);
  --border-list: var(--border-hijau);
}
a,
li,
ul {
  text-decoration: none;
  margin: 0;
  padding: 0;
}
html {
  font-size: 62.5%;
  overflow: hidden;
}

body {
  background: var(--bg-color);
  color: var(--text-color);
  font-size: var(--font-size);
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  background-image: url("../img/bg1.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  font-weight: 300;
  font-size: 1.8rem;
}

.btn-navigasi {
  position: absolute;
  top: 3rem;
  right: 3rem;
  display: flex;
  flex-wrap: wrap;
  z-index: 100;
}

.hide-form {
  height: 0;
  display: none;
  transition: height 900ms ease-out;
}

.show-form {
  display: block;
  height: auto;
  transition: height 900ms ease-in;
}
.wrapper {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  display: block;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 20px;
}

.container-custom {
  margin: 25px;
  margin-top: 75px;
}

.title-box-input {
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  position: absolute;
  top: -31px;
  left: -31px;
  height: 40px;
  display: flex;
  align-items: center;
  padding: 5px 25px;
  letter-spacing: 1px;
  color: #fff;
  background: var(--hijau);
}

.merah {
  color: var(--merah-hover) !important;
}

.text-shadow-merah {
  text-shadow: 5px 5px #df130032 !important;
}

.text-shadow {
  text-shadow: 2px 2px #8b8b8b65 !important;
}

.app-title {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 25px;
  width: 100%;
  padding: 1rem 4% 2rem;
  flex-direction: row-reverse;
  background: rgba(255, 255, 255, 0.1);
  border-bottom: solid 1px var(--border-color);
  height: var(--app-title-height);
  backdrop-filter: blur(10px);
  z-index: 100;
}

.app-title .title-content {
  line-height: 2rem;
  text-align: right;
  display: inline;
}

.app-title .title-content h1 {
  font-size: 1.7rem;
  font-weight: 600;
}
.app-title .title-content h2 {
  font-size: 3rem;
}

.app-title img {
  width: 6rem;
  margin-top: -15px;
}

.container-login {
  padding: var(--app-title-height) 9% 3rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.login-form {
  width: 30%;
}

.login-header {
  margin: 0 0 4rem;
}

.login-header h2 {
  font-size: 2rem;
  font-weight: 600;
}

.login-header h3 {
  font-size: 1.6rem;
  font-weight: 300;
}

.login-form-content {
  border: solid 1px var(--border-color);
  display: block;
  padding: 30px 15px;
  backdrop-filter: blur(10px);
}

.input-form {
  margin-bottom: 1.7rem;
}

.input-flex {
  width: 100%;
  margin-bottom: 1.7rem;
  display: inline-flex;
}

.input-flex > input:first-child {
  border-right: 0px solid transparent !important;
}

.show-password {
  margin: 0 auto;
  position: relative;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 2rem 9%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  height: 8rem;
  background: var(--bg-header);
  border-bottom: solid 1px var(--border-color);
  backdrop-filter: blur(10px);
}

.logo {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.icon-app {
  height: 60px;
  margin-top: -10px;
}
.app-name {
  font-size: 4rem;
  font-weight: 900;
  color: white;
  text-shadow: 2px 2px #84a6936d;
  font-weight: 900;
}

.app-name:hover {
  color: white;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.navbar .nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.navbar .nav-list li {
  height: 100%;
  padding: 0 2rem;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  border: solid 1px var(--navbar-bg);
  background: var(--navbar-bg);
  color: var(--nav-color);
  cursor: pointer;
  line-height: 4rem;
  transition: background-color 0.3s;
}
.navbar .nav-list li a {
  font-size: 1.4rem;
  color: var(--nav-color);
  font-weight: 600;
  transition: background-color 0.9s ease;
  vertical-align: middle;
}

.navbar .nav-list li.active {
  background-color: var(--kuning);
  border-color: var(--kuning-active);
}

.navbar .nav-list li.active a {
  color: var(--nav-color);
}

.navbar .nav-list li:hover {
  border-color: var(--kuning-active);
  background-color: var(--kuning-active);
}

.navbar .nav-list li:hover a {
  color: var(--nav-color);
}

.submenu {
  position: relative !important;
}

.nav-dropdown {
  width: inherit;
  max-height: 0;
  right: 1rem;
  left: 1rem;
  top: 45px;
  position: absolute;
  background-color: #0000000b;
  backdrop-filter: blur(3px);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow: hidden;
  border-radius: 0.5rem;
  text-align: center;
  transition: all 0.2s ease;
}

.navbar .nav-list .submenu .nav-dropdown li {
  color: var(--header-color);
  text-decoration: none;
  display: flex;
  text-align: left;
  border-radius: 0px;
  margin: 0 0;
  box-shadow: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px var(--border-hijau);
  line-height: 1.8rem;
  box-shadow: none;
  text-align: center;
  transition: all 0.9s ease;
}

.navbar .nav-list .submenu .nav-dropdown li:hover {
  background-color: var(--hijau);
}

.navbar .nav-list .submenu .nav-dropdown li:hover a {
  color: #fff;
}

.navbar .nav-list .submenu .nav-dropdown li a {
  color: var(--header-color);
  text-decoration: none;
  padding: 1rem 1.3rem;
  font-size: 1.3rem;
  font-weight: 500;
  font-style: italic;
  transition: all 0.5s;
}

.drop-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 0;
  padding: 0;
}

.icon-nav {
  position: relative;
}

.icon-nav .bx {
  margin: 0;
  padding: 0;
  line-height: 0;
  position: absolute;
  top: 0;
  transition: 0.3s;
  font-size: 2.5rem;
  left: -1rem;
}

.putar {
  right: -18px;
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.show-nav {
  max-height: 100vh;
  transition: max-height 0.4s ease-in;
}

#menu-icon {
  font-size: 3.6rem;
  cursor: pointer;
  display: none;
  color: #fff;
}

#menu-icon:hover {
  color: #00923f;
}

.box {
  border: solid 1px #eaeaea;
  padding: 3rem;
  margin-bottom: 80px;
  position: relative;
  background-color: #fff;
}

.box-wrapper {
  display: block;
  position: relative;
}

.box-content {
  position: relative;
  margin-bottom: 2em;
}

.box-content h3 {
  margin-bottom: 20px;
}
.table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #ddd;
  font-family: "Roboto Condensed", serif;
}
.inline-table {
  padding: -1rem 0 1rem;
}
th,
td {
  padding: 6px 16px;
  font-size: 1.5rem;
  border: 1px solid var(--border-color);
}

th {
  font-weight: 100;
  text-transform: uppercase;
  padding: 2px 0;
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  cursor: pointer;
  color: #414141;
}

td {
  font-size: 1.3rem;
}

section {
  height: 100vh;
  padding: 10rem 9% 2rem;
}

.left-content {
  width: 70%;
}
.left-content h1 {
  font-size: 3rem;
  font-weight: 700;
  color: #4e4f5ad8;
  text-shadow: 2px 3px #d5d5d5;
}

.left-content .text-animate {
  position: relative;
}

.left-content .text-animate h3 {
  font-size: 12rem;
  line-height: 10rem;
  margin: 3rem 0 2rem;
  color: #00923f;
  text-shadow: 5px 5px #84a6936d;
  font-weight: 900;
}

.left-content .text-animate h3::before {
  text-shadow: 12px 1px rgba(0, 0, 0, 1);
}

.keterangan-content {
  line-height: 3rem;
}
.keterangan-content h2 {
  font-size: 3rem;
  color: #757575;
  margin: 0;
  padding: 0;
}

.keterangan-content h3 {
  font-size: 2rem;
  font-weight: 300;
  color: #404040;
  margin: 0;
  padding: 0;
}

.keterangan-content h2 {
  font-size: 4rem;
  font-weight: 500;
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 25px;
}

.form-dflex {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

.form-dflex > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.btn-sm {
  height: 25px !important;
  padding: 0 1rem;
  line-height: 2.1rem !important;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter-data {
  margin-top: 20px;
  margin-bottom: 10px;
}

.filter-data .input-form input {
  display: inline-block;
}

.w-5 {
  width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.w-85 {
  width: 85% !important;
}
.w-90 {
  width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.w-100 {
  width: 100% !important;
}
.select2-container--bootstrap-5 {
  width: 100% !important;
}

.select2-dropdown {
  background-color: rgba(255, 255, 255, 1);
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
  font-size: 1.5rem;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.select2.select2-container {
  width: 100% !important;
}

.select2.select2-container .select2-selection {
  height: 35px;
  outline: none !important;
  transition: all 0.15s ease-in-out;
  background-color: transparent;
  background-clip: padding-box;
  border-color: var(--border-color);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 0px;

  color: var(--font-color);
  background: transparent;
  backdrop-filter: blur(10px);
  border: 1px solid var(--border-color);
  font-family: "Outfit", sans-serif;
}

.select2.select2-container .select2-selection .select2-selection__rendered {
  color: var(--text-color);
  line-height: 35px;
  padding-right: 35px;
  font-size: 1.5rem !important;
}

.select2.select2-container .select2-selection .select2-selection__arrow {
  background: transparent;
  border-left: 1px solid #ccc;
  margin-top: -1px;
  border-radius: 0px;
  height: 33px;
  width: 33px;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single {
  background: #f8f8f8;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--single
  .select2-selection__arrow {
  -webkit-border-radius: 0 3px 0 0;
  -moz-border-radius: 0 3px 0 0;
  border-radius: 0 3px 0 0;
}

.select2.select2-container.select2-container--open
  .select2-selection.select2-selection--multiple {
  border: 1px solid #34495e;
}

.select2.select2-container .select2-selection--multiple {
  height: auto;
  min-height: 34px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-search--inline
  .select2-search__field {
  margin-top: 0;
  height: 32px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__rendered {
  display: block;
  padding: 0 4px;
  line-height: 29px;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: transparent;
  border: 1px solid var(--border-color);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: 4px 4px 0 0;
  padding: 0 6px 0 22px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  position: relative;
}

.select2.select2-container
  .select2-selection--multiple
  .select2-selection__choice
  .select2-selection__choice__remove {
  position: absolute;
  top: 0;
  left: 0;
  height: 22px;
  width: 22px;
  margin: 0;
  text-align: center;
  color: #e74c3c;
  font-weight: bold;
  font-size: 16px;
}

.select2-container .select2-dropdown {
  background: transparent;
  border: none;
  margin-top: 0px;
}

.select2-container .select2-dropdown .select2-search {
  padding: 0;
}

.select2-container .select2-dropdown .select2-search input {
  outline: none !important;
  border: 1px solid #34495e !important;
  border-bottom: none !important;
  padding: 4px 6px !important;
}

.select2-container .select2-dropdown .select2-results {
  padding: 0;
}

.select2-container .select2-dropdown .select2-results ul {
  background: #ffffff;
  backdrop-filter: blur(5px);
}

.select2-container
  .select2-dropdown
  .select2-results
  ul
  .select2-results__option--highlighted[aria-selected] {
  background-color: #3498db;
}

.loading {
  height: 100vh;
  background-color: #1f1f1fc0;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 101;
  font-family: "Staatliches", sans-serif;
  transition: all 0.9s;
}

.sembunyi {
  display: none !important;
}

.tampil {
  display: block !important;
}

.color {
  z-index: -2;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  animation: color 10s linear infinite;
}

.color::after {
  z-index: -2;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 45px);
  left: calc(50% - 45px);
  animation: color 10s linear infinite;
}

.border {
  background: linear-gradient(transparent, black 90%);
  z-index: -1;
  height: 60px;
  width: 60px;
  border-radius: 50%;
  position: absolute;
  top: calc(50% - 50px);
  left: calc(50% - 50px);
  animation: loading-border 2s linear infinite;
}

.circle {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background-color: rgb(0, 0, 0);
  position: absolute;
  top: calc(50% - 35px);
  left: calc(50% - 35px);
}

@keyframes loading-border {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes color {
  0% {
    background-color: blue;
  }
  20% {
    background-color: green;
  }
  40% {
    background-color: yellow;
  }
  60% {
    background-color: red;
  }
  80% {
    background-color: purple;
  }
  100% {
    background-color: blue;
  }
}

.circle-progress {
  width: 50px;
  height: 50px;
  margin: 20px auto;
  border: 4px solid #f3f3f3;
  border-radius: 50%;
  animation: spin 1.5s linear infinite;
}

.circle-hijau {
  border-top: 4px solid var(--hijau) !important;
}

.circle-merah {
  border-top: 4px solid var(--merah) !important;
}

.circle-biru {
  border-top: 4px solid var(--biru) !important;
}

.circle-kuning {
  border-top: 4px solid var(--kuning) !important;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.confirm-button-class {
  background-color: red !important;
  color: white !important;
  border: none !important;
}

.input-data {
  height: 0 !important;
  transition: all 0.8s ease-in-out;
}

.input-data-show {
  max-height: 100%;
  transition: all 0.8s ease-in-out;
}

.title-class {
  font-size: 15px !important;
}

.icon-class {
  font-size: 10px !important;
}

.confirm-button-class .swal2-icon svg {
  width: 12px !important;
  height: 12px !important;
}

.swal2-actions .swal2-confirm {
  background-color: #f1c40f !important;
  color: white !important;
  border: none !important;
  box-shadow: none !important;
}

.swal2-actions .swal2-cancel {
  border-color: #f1c40f !important;
  box-shadow: none !important;
  border: none !important;
}

.swal2-confirm:focus,
.swal2-cancel:focus {
  box-shadow: none !important;
  border: none !important;
}

.swal2-actions button:hover {
  border: none !important;
}

.validasi {
  margin-top: -1.6rem;
  display: block;
  font-size: 1.3rem;
  font-weight: 500;
  font-style: italic;
}
.valid {
  color: transparent;
}

.invalid {
  display: none;
  color: var(--merah);
}

.btn-aksi {
  color: var(--header-color);
  text-decoration: none;
  display: block;
  text-align: left;
  border-radius: 0px;
  padding: 1rem 1.3rem;
  margin: 0 0;
  box-shadow: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: solid 1px var(--border-hijau);
  line-height: 1.8rem;
  box-shadow: none;
  text-align: center;
  transition: all 0.9s ease;
  padding-inline: 0;
  padding-block: 0;
}

.btn-dropdown {
  padding: 0.8rem;
  width: inherit;
  top: 100%;
  position: absolute;
  left: 0;
  right: 0;
  backdrop-filter: blur(3px);
  background-color: #fff;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  overflow: hidden;
  border-radius: 0;
  text-align: center;
  transition: all 0.2s ease;
  display: none;
}

.btn-dropdown li:hover a {
  color: #fff;
}

.btn-dropdown li a {
  text-decoration: none;
  margin: 0 0;
  font-weight: 500;
  font-style: italic;
  display: block;
  text-align: left;
  border-radius: 0px;

  margin: 0 0;
  box-shadow: none;

  line-height: 1.8rem;
  box-shadow: none;
  text-align: center;
  transition: all 0.9s ease;
  margin-bottom: 0.5rem;
}

.btn-dropdown.animate-in {
  display: block;
  animation: growDown 300ms ease-in-out backwards;
  transform-origin: top center;
}

.btn-dropdown.animate-out {
  display: block;
  animation: shrinkUp 300ms ease-in-out backwards;
  transform-origin: top center;
}

@keyframes growDown {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes shrinkUp {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

.bg-hijau {
  background-color: var(--hijau) !important;
}

.bg-biru {
  background-color: var(--biru) !important;
}

.bg-kuning {
  background-color: var(--kuning) !important;
}

.bg-merah {
  background-color: var(--merah) !important;
}

.table-detail {
  border-collapse: collapse;
  width: 100%;
  border: solid 0px transparent !important;
  margin: 0 0 0 0;
}

.table-detail td {
  border-width: 0px;
  padding: 9px 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
  line-height: 0.3rem;
}

.table-detail td strong {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.table-detail-2 {
  border-collapse: collapse;
  width: 100%;
  border: solid 0px transparent !important;
  margin: 0 0 1rem 0;
}

.table-detail-2 td {
  border-width: 0px;
  padding: 0 0;
  margin: 0 0 0 0 !important;
  font-size: 1.4rem;
}

.table-detail-2 tr {
  padding: 0px !important;
  margin: 0px !important;
}

.sub-option {
  font-size: 12px;
  font-style: italic !important;
}

.table-detail-inner {
  border-collapse: collapse;
  width: 100%;
  border: solid 0px transparent !important;
}

.table-detail-inner td {
  border-width: 0px;
  padding: 3px 0;
  margin: 0;
  font-size: 1.4rem;
  font-weight: 300;
}

.table-detail-inner td strong {
  font-weight: bold;
}

.table-detail-inner th {
  font-size: 1.4rem;
  font-weight: 600;
}

.table th {
  font-weight: 500;
}

.mt-submit {
  margin-top: calc(2rem + 5px) !important;
}

.mt-submit .btn {
  padding: 0.7rem 1rem !important;
}

.ck-td {
  font-size: 28px !important;
}

.rekom h2 {
  font-size: 16px;
  border-bottom: solid 1px #eeeeee;
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.rekom {
  border: solid 1px #dddddd;
  border-radius: 10px;
  padding: 10px;
}

.tindak-lanjut {
  margin-top: 15px;
  width: 100%;
}

.sem {
  display: none;
}

.isi-berkas {
  padding: 10px;
  border: solid 1px #dddddd;
  margin-bottom: 20px;
  position: relative;
}

.ket-rekom {
  padding: 10px;
  border: solid 1px #dddddd;
  margin-bottom: 20px;
}

.ket-rekom h1 {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 10px;
}

.icon-status {
  align-content: center;
  text-align: center;
  justify-content: center;
}

.icon-status .bx {
  font-size: 25px !important;
}

.icon-status p {
  margin-top: 3px;
  margin-left: 2px;
  font-weight: bold;
}

.ribuan {
  text-align: right !important;
}

.modal-title {
  font-weight: bold;
}

.text-center {
  text-align: center !important;
}

.tebal {
  font-weight: bold !important;
}

.tebal-2 {
  font-weight: 600 !important;
}

.tebal-3 {
  font-weight: 500 !important;
}

.italic {
  font-style: italic;
}

.ket-td ol {
  list-style-position: outside !important;
  list-style-type: decimal !important;
  margin: 0 !important;
  padding: 0 10px !important;
}

.ket-td ul {
  list-style-position: outside !important;
  list-style-type: square !important;
  display: inline-grid !important;
  margin-left: 15px;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.v-temuan {
  text-align: center;
  width: 100%;
}

.v-temuan p {
  font-size: 14px !important;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.v-temuan h2 {
  font-size: 24px !important;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

table.table-dalam {
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  font-family: "Roboto Condensed", serif;
}

.table-dalam h1 {
  font-size: 1.3rem;
  margin: 0px;
}

.btn-dalam {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  gap: 20px;
}

.posisi-absolute {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  position: absolute !important;
  width: 100%;
  min-width: 300px;
}

thead tr > th {
  text-align: center !important;
  vertical-align: middle !important;
}

table.table-dalam > tbody > tr > td {
  border: none;
  padding: 3px 5px;
  letter-spacing: 1px;
  font-weight: 300;
  white-space: nowrap;
}

table.table-dalam > tbody > tr {
  border-top: none;
}

table.table-dalam .btn-group {
  float: right;
}

table.table-dalam tbody > tr > td > .form-control {
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

table.table-dalam .btn-group-sm .btn {
  display: inline-flex;
  font-size: 0.8rem;
  min-width: 120px;
}

.b-400 {
  font-weight: 400 !important;
}

.b-500 {
  font-weight: 500 !important;
}

.b-600 {
  font-weight: 600 !important;
}

.all-cap {
  text-transform: uppercase;
}

.mt-40 {
  margin-top: 40px;
}

.row-detail {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 6px;
}

.grid-detail {
  display: grid;
  grid-template-columns: 220px 10px auto;
  align-items: center;
}

.label {
  font-style: italic;
}

.separator {
  text-align: center;
}

.value {
  font-weight: bold;
}

.temuan h3 {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  margin: 0px;
  padding: 0px;
  font-family: "Roboto Condensed", serif;
}

.temuan h4 {
  font-weight: 500;
  font-size: 12px;
  text-transform: uppercase !important;
  letter-spacing: 1px;
  margin: 0px;
  padding: 0px;
  font-family: "Roboto Condensed", serif;
}

.temuan p {
  margin: 3px 0px 10px 5px;
  padding: 0px;
  font-size: 13px;
  font-family: "Roboto Condensed", serif;
  color: #5a5a5a;
}

.icon-status {
  width: auto;
  margin: 0 auto;
}

.p-kosong {
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  color: #818181;
}

.tox-tinymce {
  border-radius: 0px !important;
  overflow: hidden; /* agar isinya ikut melengkung */
}

.tox-editor-header {
  box-shadow: none !important;
}

.tox .tox-editor-header,
.tox .tox-toolbar,
.tox .tox-toolbar__primary {
  box-shadow: none !important;
  border-bottom: 1px solid #e7e7e7; /* opsional jika ingin pembatas garis tipis */
}

.col-form-label {
  font-size: 14px;
  margin-bottom: 0px;
}

.progres-upload {
  background-color: rgba(0, 0, 0, 0.586);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999;
  display: none;
  justify-content: center;
  align-items: center;
}
.wrapper-upload {
  overflow: hidden;
  width: 100%;
  height: 100vh;
  position: relative;
}

.progres-upload-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.918);
  width: 300px;
  padding: 20px 30px;
  border-radius: 0px;
  box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.1);
}

.icon-upload {
  border-radius: 50%;
  margin: 0 auto;
  width: 90px;
  height: 90px;
  background-color: #fff;
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  padding: 15px;
}

.icon-upload img {
  margin: 0 auto;
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.2));
  height: 60px;
}

.isi-upload {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.isi-upload h1 {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
.isi-upload h2 {
  text-align: left;
  font-size: 1rem;
  letter-spacing: 2px;
  font-weight: 700;
}
.isi-upload h3 {
  font-size: 13px;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-style: italic;
}

.tanggapan {
  text-align: center;
  font-family: "Roboto Condensed", serif;
}

.tanggapan img {
  height: 55px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 10px;
}

.tanggapan h2 {
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.tanggapan p {
  margin: 0px;
  padding: 0px;
  margin-top: 20px;
  letter-spacing: 1px;
}
.tanggapan h3 {
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
  padding: 0px;
  margin-top: 5px;
}

.tanggapan h4 {
  font-weight: 400;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  margin-top: 10px;
  color: #686868;
  margin-bottom: 5px;
}

/* 1. Hilangkan border-radius */
.note-editor {
  border-radius: 0 !important;
}

/* 2. Ganti warna border editor */
.note-editor {
  border: 1px solid var(--border-color) !important; /* Ganti #444 dengan warna yang kamu inginkan */
  transition: all 0.3s ease-in-out;
}

/* 3. Hilangkan background bagian atas (toolbar) dan bawah (status bar) */
.note-statusbar {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: none !important;
}

.note-toolbar {
  background-color: transparent !important;
  border-top: none !important;
  border-bottom: 1px solid var(--border-color) !important;
}

/* Tambahan: Jika ingin warna background editor-nya juga berubah */
.note-editable {
  background-color: #fff !important; /* atau warna lain sesuai tema kamu */
  color: #000; /* warna teks */
}
.note-editor.note-frame:focus-within {
  background-color: #f7fff7 !important; /* latar belakang merah muda */
  border-color: var(--border-color-active) !important;
  color: var(--font-color-active) !important;
}
.note-editor.note-frame:focus-within .note-toolbar {
  border-bottom: 1px solid var(--border-color-active) !important;
}

.note-editor .note-toolbar .note-btn {
  border-radius: 0 !important;
  background-color: transparent !important;
}

.note-editable ol {
  counter-reset: section;
  padding-left: 0;
  margin-left: 0;
}

.note-editable ol li {
  position: relative;
  list-style: none; /* hilangkan list bawaan */
  padding-left: 2em; /* jarak dari angka ke teks */
  margin-bottom: 0.5em;
}

.note-editable ol li::before {
  counter-increment: section;
  content: counter(section) ". ";
  position: absolute;
  left: 0;
  width: 1.8em; /* lebar angka */
  text-align: right;
}

.swal-title-custom {
  letter-spacing: 2px;
}
.swal-icon-custom {
  margin-bottom: 20px;
}
.swal-text-custom {
  font-size: 14px !important;
  text-transform: uppercase;
  margin: 0 !important;
}

.cap {
  text-transform: uppercase;
}

.info {
  border: solid 1px var(--border-color);
  padding: 25px !important;
  margin-top: 50px !important;
}

.info > table.table-detail > tbody > tr > td {
  padding-bottom: 0px !important;
}

.info > table.table-detail > tbody > tr:not(:last-child) > td {
  padding-bottom: 15px !important;
}

.berkas {
  height: 100vh;
  width: 100%;
}
.keterangan {
  display: inline-flex !important;
  align-items: center;
  gap: 8px; /* jarak antara text dan tombol */
  width: 100%;
  padding: 5px;
  margin-bottom: 0px;
}

.keterangan .text {
  display: inline-block;
  max-width: calc(100% - 45px); /* sisakan ruang untuk tombol */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; /* biar teks satu baris */
  font-style: italic;
}

.keterangan .btn-edit {
  flex: 0 0 auto;
  text-decoration: none;
  color: #367b85;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in;
  margin-top: 0px;
}

.keterangan .btn-edit i {
  font-size: 20px;
  cursor: pointer;
}

.keterangan .btn-edit:hover {
  color: #284b51;
  scale: 1.1;
}

.daftar-berkas {
  border: solid 1px #e3e3d2;
  padding: 10px;
  margin-bottom: 25px;
  background-color: #fefff7;
  max-width: 100%; /* batasi lebar ikut parent */
  box-sizing: border-box; /* padding ikut hitung total width */
  overflow-x: hidden; /* cegah overflow horizontal */
}
.daftar-berkas h4 {
  font-size: 12px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  letter-spacing: 1px;
  font-weight: 500;
  font-family: "Roboto Condensed", serif;
}
.daftar-berkas ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}

.daftar-berkas li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2px 10px;
  font-style: italic;
  font-size: 12px;
  color: #6e6e6e;
  gap: 5px;
}

.daftar-berkas .nomor {
  margin-right: 5px;
}

.daftar-berkas .nama-berkas {
  flex: 1; /* isi ruang tersisa */
  min-width: 0; /* penting untuk ellipsis */
  overflow: hidden; /* sembunyikan teks kepanjangan */
  white-space: nowrap; /* cegah teks pecah baris */
  text-overflow: ellipsis;
}

.btn-show {
  flex-shrink: 0;
  font-size: 11px;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: "Poppins", sans-serif;
  gap: 6px;
  border-radius: 25px;
  padding: 3px 10px;
  box-shadow: 0px 0px 10px 3px rgba(15, 15, 15, 0.053);
  text-transform: uppercase;
  font-weight: 600;
  transition: all 0.3s ease-in-out;
  scale: 1;
  text-decoration: none;
  margin-left: auto;
}

.btn-show img {
  height: 17px;
}
.btn-show:hover {
  scale: 1.05;
}
.btn-show i {
  font-size: 16px;
}
.doc-editor {
  height: 100vh;
}

#modalBerkas .btn-close {
  filter: invert(1) !important;
}
.preview-gambar {
  width: 100%;
  height: calc(100vh - 20px);
  overflow: auto;
  position: relative;
  background: #393939;

  display: block;
  padding-top: 20px;
  padding-bottom: 40px; /* <= Tambahan jarak bawah */
}

.preview-gambar-inner {
  display: flex;
  justify-content: center;
}

.preview-gambar img {
  width: 90%;
  max-width: 100%;
  transform-origin: center center;
  transform: scale(1);
  cursor: grab;
  user-select: none;
  transition: transform 0.1s ease-out;
}
.preview-pdf {
  height: calc(100vh -20px);
  width: 100%;
}

.btn-close-custom {
  border: none;
  font-family: "Poppins", sans-serif;
  color: inherit;
  background: none;
  cursor: pointer;
  height: 40px;
  width: 40px;
  color: #fff;
  font-weight: 300;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  scale: 1;
}
.btn-close-custom:hover {
  color: rgba(255, 255, 255, 0.759);
  scale: 1.2;
}

.btn-close-custom .bx {
  margin: 0px !important;
  padding: 0px !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fffdf7;
}

.btn .bx {
  margin: 0px !important;
  padding: 0px !important;
}

ol {
  list-style-type: decimal;
  padding-left: 20px;
  margin-bottom: 1em;
}

ol li {
  margin-bottom: 0.5em;
  line-height: 1.5;
}
ol li span {
  display: block;
  margin-bottom: 0.3em;
}
