.login-page {
  min-height: 100vh;
  background: #fff;
  overflow: hidden;
}

/* dekorasi gambar */
.ornament {
  position: absolute;
  z-index: 1;
  pointer-events: none;
}

.ornament-top {
  top: 0;
  left: 0;
  width: 347px; /* sesuaikan */
}

.ornament-bottom {
  bottom: 0;
  right: 0;
  width: 347px; /* sesuaikan */
}

/* card */
.login-card {
  width: 100%;
  max-width: 680px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 30px;
  background: #fff;
  position: relative;
  z-index: 2;
}

.login-title {
  color: #d39c1f;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}

.form-control {
  border-radius: 12px;
  padding: 12px;
}

.btn-login {
  background: #f2a900;
  color: #fff;
  border-radius: 12px;
  padding: 12px;
}

.btn-login:hover {
  background: #d89200;
}

.logo {
  width: 80px;
  display: block;
  margin: 0 auto 10px;
}

.password-toggle {
  cursor: pointer;
}

.footer-text {
  text-align: center;
  font-size: 14px;
  margin-top: 20px;
}
.password-group {
  position: relative;
}

.password-toggle {
  position: absolute;
  right: 12px;
  top: calc(50% + 10px); /* adjust kalau ada label */
  transform: translateY(-50%);
}
.password-toggle:hover {
  opacity: 1;
}
.custom-modal {
  border-radius: 30px;
  padding: 10px 15px 20px;
  border: none;
}

.modal-title {
  font-weight: 600;
  color: #D39015;
  font-size: 20px;
  line-height: 1.4;
}

.custom-close {
  background: none;
  font-size: 20px;
  opacity: 1;
}

.divider {
  height: 1px;
  background: #e5e5e5;
  margin: 0 10px;
  width: 100%;
}

.custom-input {
  border-radius: 14px;
  padding: 14px;
}

.btn-submit {
  background: #f2a900;
  color: #fff;
  border-radius: 16px;
  padding: 14px;
  font-weight: 600;
  font-size: 16px;
}

.btn-submit:hover {
  background: #d89200;
}
.section-title {
  color: #c47f17;
  font-weight: 600;
}

.custom-input {
  border-radius: 14px;
  padding: 12px;
}

.btn-gold {
  background: #f2a900;
  color: #fff;
  border-radius: 14px;
  padding: 12px;
  font-weight: 600;
}

.btn-gold:hover {
  background: #d89200;
}

.avatar-preview {
  width: 120px;
  height: 120px;
  background: #ddd;
  border-radius: 50%;
}

.card {
  border-radius: 20px;
} 
.card-custom {
        border-radius: 12px;
        padding: 20px;
        background: #fff;
    }
/* Header tabel */
table.dataTable thead {
    background-color: #F6B11E;
}

table.dataTable thead th {
    color: #9E9E9E; /* biar kontras */
    border-bottom: none !important;
    background-color: #FDEFD2;
    padding: 14px 8px;
    text-align: center;
    font-weight: 500;
}

/* Row */
table.dataTable tbody td {
    border-top: none;
    padding: 14px 8px;
}
table.dataTable tbody tr {
    border-bottom: 1px solid #f1f1f1;
}

/* Top bar */
.dataTables_wrapper .dataTables_length {
    float: left;
}
.dataTables_wrapper .dataTables_filter {
    float: right;
}
.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
}

/* Input & select */
.dataTables_wrapper select,
.dataTables_wrapper input {
    border-radius: 6px !important;
    border: 1px solid #ddd !important;
    padding: 4px 8px;
}
/* Fix select DataTables */
.dataTables_length select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    padding-right: 30px !important;

    background: #fff url("data:image/svg+xml;utf8,<svg fill='%23666' height='20' viewBox='0 0 20 20' width='20' xmlns='http://www.w3.org/2000/svg'><path d='M5 7l5 5 5-5z'/></svg>") no-repeat right 8px center;
    background-size: 16px;
}
/* Container bawah */
.bottom-pagination {
    position: relative;
    margin-top: 20px;
}

/* Wrapper pagination */
.dataTables_paginate {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

/* Previous kiri */
.dataTables_paginate .previous {
    position: absolute;
    left: 0;
}

/* Next kanan */
.dataTables_paginate .next {
    position: absolute;
    right: 0;
}

/* Style tombol prev/next */
.dataTables_paginate .previous,
.dataTables_paginate .next {
    border-radius: 8px !important;
    padding: 6px 14px !important;
    background: #fff !important;
    color: #555 !important;
}

/* Nomor halaman */
.dataTables_paginate .paginate_button:not(.previous):not(.next) {
    width: 38px;
    height: 38px;
    line-height: 38px;
    border-radius: 50%;
    margin: 0 4px;
    color: #000;
    text-align: center;
    background: transparent !important;
    border: none !important;
}

/* Active (PERSIS kayak gambar: kuning + dashed biru) */
.dataTables_paginate .paginate_button.current {
    background: #f6e3a1 !important;
    border: 2px dashed #0d6efd !important;
    border-radius: 50%;
}


/* Hover */
.dataTables_paginate .paginate_button:hover {
    background: #eee !important;
}

.page-item:last-child .page-link{
  color:#000;
}

.page-item:first-child .page-link{
  color:#000;
}
/* Hilangkan info */
.dataTables_info {
    display: none;
}
.blue-color{
  color:#0088FF;
}
.text-18{
  font-size: 18px;;
}


/* Box total poin */
.poin-box {
    display: inline-block;
    padding: 12px 28px;
    border-radius: 10px;
    background: #eafaf0;
    font-weight: 600;
    font-size: 22px;
}

/* Card */
.card-custom {
    border-radius: 18px;
    border: 1px solid #e5e5e5;
    padding: 30px;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

/* Judul card */
.card-title {
    font-size: 22px;
    font-weight: 400;
}

/* Isi text */
.card-content {
    font-size: 20px;
    line-height: 1.8;
}

/* Button */
.btn-custom {
    background: #F6B11E;
    border: none;
    border-radius: 14px;
    padding: 14px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.btn-custom:hover {
    background: #e5a316;
}

/* Button */
.btn-custom1 {
    background: #FF8086;
    border: none;
    border-radius: 14px;
    padding: 14px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.btn-custom1:hover {
    background: #FF8086;
}

.voucher-box {
    max-width: 700px;
    margin: auto;
    margin-top: 40px;
    margin-bottom: 40px;
}
.btn-voucher {
    background-color: #f4b21a;
    color: #fff;
    border-radius: 12px;
    padding: 12px 30px;
    font-weight: 500;
}
.btn-voucher:hover {
    background-color: #e0a315;
    color: #fff;
}
.form-control {
    border-radius: 12px;
    padding: 14px;
}
.line-clamp-1 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}


.crop1{
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 20px;
}

.crop2{
  width: 100%;
  height: 270px;
  object-fit: cover;
  border-radius: 10px;
}