@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");
body {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 0;
}

p {
  margin: 0;
}

.card {
  padding: 20px;
  box-shadow: -1px -2px 20px 1px #eee;
  border-radius: 20px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
}

.container-fluid {
  width: 95%;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

.flex {
  display: flex;
}

.col1 {
  width: 5%;
  margin: 1.6666666667%;
}

.col2 {
  width: 13.3333333333%;
  margin: 1.6666666667%;
}

.col3 {
  width: 21.6666666667%;
  margin: 1.6666666667%;
}

.col4 {
  width: 30%;
  margin: 1.6666666667%;
}

.col5 {
  width: 38.3333333333%;
  margin: 1.6666666667%;
}

.col6 {
  width: 46.6666666667%;
  margin: 1.6666666667%;
}

.col7 {
  width: 55%;
  margin: 1.6666666667%;
}

.col8 {
  width: 63.3333333333%;
  margin: 1.6666666667%;
}

.col9 {
  width: 71.6666666667%;
  margin: 1.6666666667%;
}

.col10 {
  width: 80%;
  margin: 1.6666666667%;
}

.col11 {
  width: 88.3333333333%;
  margin: 1.6666666667%;
}

.col12 {
  width: 96.6666666667%;
  margin: 1.6666666667%;
}

@media screen and (max-width: 800px) {
  .col1 {
    width: 90%;
    margin: 1.6666666667% auto;
  }
  .col2 {
    width: 90%;
    margin: 1.6666666667% auto;
  }
  .col3 {
    width: 90%;
    margin: 1.6666666667% auto;
  }
  .col4 {
    width: 90%;
    margin: 1.6666666667% auto;
  }
  .col5 {
    width: 90%;
    margin: 1.6666666667% auto;
  }
  .col6 {
    width: 90%;
    margin: 1.6666666667% auto;
  }
  .col7 {
    width: 90%;
    margin: 1.6666666667% auto;
  }
  .col8 {
    width: 90%;
    margin: 1.6666666667% auto;
  }
  .col9 {
    width: 90%;
    margin: 1.6666666667% auto;
  }
  .col10 {
    width: 90%;
    margin: 1.6666666667% auto;
  }
  .col11 {
    width: 90%;
    margin: 1.6666666667% auto;
  }
  .col12 {
    width: 90%;
    margin: 1.6666666667% auto;
  }
}
.jc-center {
  justify-content: center;
}

.jc-spacebetween {
  justify-content: space-between;
}

.form-group {
  margin-bottom: 10px;
}
.form-group label {
  display: block;
  font-size: 12px;
  margin-bottom: 5px;
  color: #666666;
  letter-spacing: 1px;
}
.form-group .errors {
  color: red;
  font-size: 12px;
  letter-spacing: 1px;
}
.form-control {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #eee;
  border-radius: 5px;
}
.form .btn-form {
  background: blue;
  color: white;
  border-radius: 10px;
  padding: 10px 30px;
  border: none;
  cursor: pointer;
}
.form p {
  font-size: 16px;
  font-weight: bold;
}

.btn {
  padding: 15px 40px;
  font-size: 14px;
  letter-spacing: 1px;
  color: white;
  background: rgb(30, 30, 91);
  text-decoration: none;
  border-radius: 30px;
  border: none;
}
.btn-small {
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 15px;
}
.btn-form {
  border: 1px solid rgb(24, 24, 73);
  border-radius: 40px;
  transition: all cubic-bezier(0.075, 0.82, 0.165, 1) 1s;
  cursor: pointer;
}
.btn-form:hover {
  background: rgb(24, 24, 73);
}
.btn-danger {
  background: red;
}

.tagvisit {
  background: rgb(54, 99, 166);
  padding: 3px 4px;
  border-radius: 4px;
  color: white;
}

.tagcall {
  background: rgb(38, 180, 147);
  padding: 3px 4px;
  border-radius: 4px;
  color: rgb(255, 255, 255);
}

.topNav {
  background: rgb(236, 240, 249);
  padding: 10px 0;
  margin-bottom: 20px;
}

.nav {
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav-profile {
  display: flex;
  align-items: center;
  color: #2c3f80;
}
.nav-profile .nav-greeting {
  margin-right: 20px;
  color: #2c3f80;
  text-transform: capitalize;
  font-size: 12px;
}
.nav-profile .nav-greeting span {
  font-weight: bold;
}
.nav-profile_img {
  cursor: pointer;
  height: 60px;
  width: 60px;
  overflow: hidden;
  border-radius: 60px;
}
.nav-profile_img img {
  width: 100px;
}
.nav-profile_menu {
  background: white;
  z-index: 99;
  position: absolute;
  right: 3%;
  top: 100px;
  box-shadow: 0px 0px 12px #eee;
  padding: 10px;
  border-radius: 10px;
}
.nav-profile_menu ul {
  display: none;
  padding: 0;
  margin: 0;
  list-style: none;
}
.nav-profile_menu ul li a {
  text-decoration: none;
  color: #2c3f80;
  padding: 10px;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 1px;
  display: inline-block;
}
.nav-profile_menu.show ul {
  display: block;
}

.spacer-5 {
  height: 5px;
}

.spacer-10 {
  height: 10px;
}

.spacer-15 {
  height: 15px;
}

.spacer-20 {
  height: 20px;
}

.spacer-25 {
  height: 25px;
}

.spacer-30 {
  height: 30px;
}

.spacer-35 {
  height: 35px;
}

.spacer-40 {
  height: 40px;
}

.spacer-45 {
  height: 45px;
}

.spacer-50 {
  height: 50px;
}

.spacer-55 {
  height: 55px;
}

.spacer-60 {
  height: 60px;
}

.spacer-65 {
  height: 65px;
}

.spacer-70 {
  height: 70px;
}

.spacer-75 {
  height: 75px;
}

.spacer-80 {
  height: 80px;
}

.spacer-85 {
  height: 85px;
}

.spacer-90 {
  height: 90px;
}

.spacer-95 {
  height: 95px;
}

.spacer-100 {
  height: 100px;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

.lightbox img {
  max-width: 80%;
  max-height: 80%;
  border: 5px solid white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
}

.close-lightbox {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 24px;
  color: white;
  cursor: pointer;
}

.report {
  border: 1px solid #eee;
  padding: 10px;
  margin-bottom: 10px;
}
.report-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 20px;
  position: relative;
}
.report-content {
  display: none; /* Konten report tersembunyi pada awalnya */
  overflow: hidden;
  transition: max-height 0.4s ease-out;
}
.report-content .label {
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.report-image {
  display: flex;
}
.report-image img {
  width: 60px;
  height: 60px;
  border-radius: 10px;
  margin-right: 10px;
}
.report .accordion-icon {
  cursor: pointer;
  position: absolute;
  transition: transform 0.4s;
  font-size: 25px;
  right: 10px;
  top: 10px;
}
.report .rotated {
  transform: rotate(45deg);
}/*# sourceMappingURL=style.css.map */

  /* Semua teks dalam tabel menjadi uppercase dan font-size 13px */
    table.dataTable tbody td,
    table.dataTable thead th {
        text-transform: uppercase;
        font-size: 12px;
    }
       table.dataTable tbody td a{
    text-decoration: none;
        text-transform: uppercase;
        font-size: 12px !important;
    }

    /* Jika menggunakan responsive plugin, pastikan style ikut */
    table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before {
        text-transform: none; /* supaya icon tanda panah tetap normal */
    }