/*------------ timer ------------*/
.timer {
  font-size: 24px;
  font-weight: bold;
}

.timer-digit {
  background-color: #28A745;
  color: white;
  padding: 2px 5px;
  border-radius: 5px;
}
/*------------ timer ------------*/

/*------------ e-book button ------------*/
._df_button:hover {
  background-color: #f0f0f0;
  color: #333;
  cursor: pointer;
  filter: brightness(70%);
}
/*------------ e-book button ------------*/

/*------------ form-check-input ------------*/
.form-check-input-multi {
  width: 25px;
  height: 25px;
  cursor: pointer;
  border-radius: 4px;
  accent-color: #007bff;
}
/*------------ form-check-input ------------*/

/*------------ btn landing ------------*/
.btn-landing-hover {
  display: inline-block;
  position: relative;
}

.btn-landing {
  transition: all 0.3s ease;
  width: 198px;
  height: 198px;
}

.btn-landing-hover:hover .btn-landing {
  filter: brightness(70%);
}
/*------------ btn landing ------------*/

/*------------ list no indent ------------*/
ul.no-indent {
  padding-left: 0;
  margin-left: 0;
  list-style-position: inside;
}
/*------------ list no indent ------------*/

/*------------ komentar ------------*/
.img-komentar {
  width: 72px !important;
  height: 96px !important;
}
/*------------ komentar ------------*/

/*------------ table detail ------------*/
.th {
  text-align: left !important;
  padding: 4px !important;
  width: 175px !important;
  vertical-align: top !important;
}

.td {
  padding: 4px !important;
  vertical-align: top !important;
}
/*------------ table detail ------------*/

/*------------ brand ------------*/
.brand-container {
  display: flex;
  align-items: center;
  justify-content: center;
}

.brand-container.column {
  flex-direction: column;
  text-align: center;
}

.logo {
  margin-right: 8px;
}

.brand-container.column .logo {
  margin-right: 0;
  margin-bottom: 8px;
}
/*------------ brand ------------*/

/*------------ profile ------------*/
/* Circle wrapper */
.image-circle {
  position: relative;
  width: 50px;          /* ukuran lingkaran */
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

/* Foto di dalam lingkaran */
.image-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;      /* biar nggak melar */
  object-position: center;
  display: block;
}

/* Override bawaan AdminLTE agar nggak ganggu ukuran */
.user-panel .image img {
  width: 100% !important;
  height: 100% !important;
}

/* Circle wrapper */
.circle {
  position: relative;
  width: 50px;         /* ukuran lingkaran */
  height: 50px;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}

/* Foto di dalam lingkaran */
.circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;        /* rahasia anti melar */
  object-position: center;  /* fokus di tengah */
  display: block;
}

.profile-card {
  max-width: 600px;
  margin: auto;
  background: #ffffff;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.profile-card img {
  width: 200px;
  height: auto;
  border-radius: 10px;
}

.profile-card h3 {
  margin-top: 15px;
  margin-bottom: 10px;
  font-weight: bold;
}

.profile-card p {
  color: #343a40;
  font-size: 18px;
  margin-bottom: 10px;
}

.profile-card .btn-group {
  width: 100%;
}

.profile-card .btn-group .btn {
  width: 50%;
}

.img-profile {
  max-width: 300px;
  width: 100%;
  height: auto;
  border: 10px solid white !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5) !important;
  border-radius: 0 !important;
}

.img-background {
  width: 400px !important;
  border: 10px solid white !important;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5) !important;
  border-radius: 0 !important;
}
/*------------ profile ------------*/

/*------------ Landing ------------*/
.background-landing {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center middle;
}

.content-landing {
  min-height: calc(100vh - calc(10rem - 7px));
  margin-top: calc(6rem);
}

.footer-landing {
  background: #fff;
  border-top: 1px solid #dee2e6;
  color: #869099;
  padding: 1rem;
}
/*------------ Landing ------------*/

/*------------ Jml Laporan ------------*/
.jml-laporan {
  width: 200px;
}

@media (min-width: 992px) {
  .jml-laporan {
    width: 350px;
  }
}
/*------------ Jml Laporan ------------*/

/*------------ Preview ------------*/
.col-preview {
  max-height: 500px;
  overflow-y: auto;
}
/*------------ Preview ------------*/

/*------------ Drag and drop (custom file-drop-area) ------------*/
.file-drop-area {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 100%;
  padding: 25px;
  border: 1px dashed rgba(0, 0, 0, 0.4);
  border-radius: 3px;
  transition: 0.2s;
}

.choose-file-button {
  flex-shrink: 0;
  background-color: rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 8px 15px;
  margin-right: 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.file-message {
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.file-input-drop {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  cursor: pointer;
  opacity: 0;
}
/*------------ Drag and drop ------------*/

/*------------ Sticky Footer ------------*/
main > .container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
/*------------ Sticky Footer ------------*/

/*------------ header ------------*/
.header-title {
  text-align: center;
}

.header-button {
  text-align: right;
}

@media (min-width: 992px) {
  .header-title {
    text-align: left;
  }

  .header-button {
    text-align: right;
  }
}
/*------------ header ------------*/

/*------------ img-size ------------*/
.h-500 {
  height: 32rem !important;
}

@media (max-width: 576px) {
  .h-500 {
    height: 16rem !important;
  }
}

.img-w-100-ps {
  width: 100% !important;
}

.img-w-100-hm-100 {
  max-height: 100px !important;
  width: 100px !important;
}

.img-w-100-mh-60 {
  max-height: 60px !important;
  width: 100% !important;
}

.img-w-100-mh-45 {
  max-height: 45px !important;
  width: 100% !important;
}

.img-w-75-hm-100 {
  max-height: 100px !important;
  width: 75px !important;
}

.img-w-30 {
  width: 30px !important;
}

.img-w-40 {
  width: 40px !important;
}

.img-w-50 {
  width: 50px !important;
}

.img-w-55 {
  width: 55px !important;
}

.img-w-60 {
  width: 60px !important;
}

.img-w-75 {
  width: 75px !important;
}

.img-w-85 {
  width: 85px !important;
}

.img-w-100 {
  width: 100px !important;
}

.img-w-150 {
  width: 150px !important;
}

.img-w-200 {
  width: 200px !important;
}

.img-w-250 {
  width: 250px !important;
}

.img-w-300 {
  width: 300px !important;
}

.img-hm-200 {
  max-height: 200px !important;
}
/*------------ img-size ------------*/

/*------------ scroll to top ------------*/
.scroll-to-top {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  display: none;
  width: 2.75rem;
  height: 2.75rem;
  text-align: center;
  color: #fff;
  background: #007bff;
  line-height: 46px;
}

.scroll-to-top:focus,
.scroll-to-top:hover {
  background-color: #0069d9;
  color: #fff;
}

.scroll-to-top i {
  font-weight: 800;
}
/*------------ scroll to top ------------*/

/*------------ textarea ------------*/
textarea {
  min-height: 100px;
  max-height: 250px;
}
/*------------ textarea ------------*/

/*------------ background plain ------------*/
.background-plain {
  background-image: url('../../assets/img/img_properties/background.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center middle;
}
/*------------ background plain ------------*/

/*------------ cards ------------*/
.cards tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 25px;
}

.cards tbody tr {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 17rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.cards thead {
  display: none;
}

.cards tbody td {
  display: block;
  border: none;
}

.cards td:before {
  content: attr(data-label);
  font-weight: bold;
  color: #808080;
  display: block;
}

.provider-img {
  margin: 0;
  border-radius: 5px 5px 0 0;
}

.table-responsive {
  overflow-x: auto;
}
/*------------ cards ------------*/

/*------------ cards-lab-virtual ------------*/
.cards-lab-virtual tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 25px;
}

.cards-lab-virtual tbody tr {
  display: flex;
  flex-direction: column;
  width: 45%;
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.cards-lab-virtual tbody tr td iframe {
  height: 50vh;
}

.cards-lab-virtual thead {
  display: none;
}

.cards-lab-virtual tbody td {
  display: block;
  border: none;
}

.cards-lab-virtual td:before {
  content: attr(data-label);
  font-weight: bold;
  color: #808080;
  display: block;
}
/*------------ cards-lab-virtual ------------*/

/*------------ contact buttons, detail & stats ------------*/
.btn-gmail-block {
  display: block;
  background-color: #fdf3f2;
  border: 1px solid #d14836;
  color: #b73828;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: .35rem;
  font-weight: 500;
  transition: all 0.15s ease;
  font-size: .9rem;
}

.btn-gmail-block:hover {
  background-color: #d14836;
  color: #fff;
  transform: translateY(-1px);
}

.btn-gmail-block i {
  margin-right: 6px;
}

.btn-wa-block {
  display: block;
  background-color: #e9f9ee;
  border: 1px solid #25d366;
  color: #128c7e;
  text-decoration: none;
  padding: 10px 14px;
  border-radius: .35rem;
  font-weight: 500;
  transition: all 0.15s ease;
  font-size: .9rem;
}

.btn-wa-block:hover {
  background-color: #25d366;
  color: #fff;
  transform: translateY(-1px);
}

.btn-wa-block i {
  margin-right: 6px;
}

.section-title {
  font-size: .9rem;
  letter-spacing: .03em;
  text-transform: uppercase;
  color: #6c757d;
  font-weight: 600;
  margin-bottom: .35rem;
}

.detail-label {
  font-weight: 600;
  font-size: .9rem;
  color: #495057;
}

.detail-value {
  font-size: .95rem;
}

.stat-card {
  border-radius: .75rem;
  border: 1px solid #e9ecef;
  background: #f8f9fa;
  padding: .85rem 1rem;
  height: 100%;
}

.stat-label {
  font-size: .8rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  color: #6c757d;
  margin-bottom: .25rem;
}

.stat-score {
  font-size: 1.4rem;
  font-weight: 700;
}

.badge-soft-primary {
  background: rgba(0, 123, 255, .1);
  color: #0056b3;
}

.badge-soft-success {
  background: rgba(40, 167, 69, .1);
  color: #1e7e34;
}

.badge-soft-warning {
  background: rgba(255, 193, 7, .12);
  color: #a07900;
}

.badge-soft-danger {
  background: rgba(220, 53, 69, .12);
  color: #a71d2a;
}

.btn-contact-block {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  padding: .5rem .75rem;
  border-radius: .5rem;
  border: 1px solid #ced4da;
  background: #ffffff;
  font-size: .9rem;
  text-align: left;
  transition: .15s ease-in-out;
}

.btn-contact-block i {
  margin-right: .5rem;
  font-size: 1rem;
}

.btn-contact-block:hover {
  text-decoration: none;
  background: #f8f9fa;
}

.file-frame-wrapper {
  border-radius: .75rem;
  overflow: hidden;
  border: 1px solid #dee2e6;
  background: #ffffff;
}

.file-frame-wrapper iframe {
  border: 0;
}

.poster-wrapper {
  border-radius: .5rem;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  padding: 1rem;
}

.poster-wrapper img {
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
}

.badge-crew {
  font-size: .8rem;
  border-radius: 999px;
  padding: .3rem .6rem;
}

#select-all {
  width: 25px;
  height: 25px;
  margin-left: 20px;
}
/*------------ contact & detail ------------*/

/*------------ kategori grid & scoring ------------*/
.kategori-grid-row {
  margin-left: -0.35rem;
  margin-right: -0.35rem;
}

.kategori-grid-col {
  padding-left: .35rem;
  padding-right: .35rem;
}

.kategori-option {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: .55rem .75rem;
  border-radius: .85rem;
  border: 1px solid #dde5f5;
  background-color: rgba(255, 255, 255, .96);
  cursor: pointer;
  transition: all .18s ease;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  min-height: 52px;
}

.kategori-option:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
}

.kategori-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 999px;
  font-weight: 700;
  margin-right: .55rem;
  font-size: .95rem;
  background: #0c4b8d;
  color: #fff;
}

.kategori-text .kategori-title {
  font-weight: 600;
  font-size: .9rem;
  display: block;
}

.kategori-text .kategori-caption {
  font-size: .78rem;
  color: #6c757d;
}

.kategori-checkbox {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.kategori-checkbox:checked + .kategori-option {
  border-width: 2px;
  border-color: #0c4b8d;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.16);
  background-color: #ffffff;
}

.kategori-option.disabled {
  opacity: .5;
  cursor: not-allowed;
  box-shadow: none;
}

.score-label {
  font-weight: 600;
}

.score-hint {
  font-size: .78rem;
  color: #6c757d;
  margin-top: -2px;
  display: block;
}

.score-input {
  border-radius: 6px;
  font-weight: 500;
}

.score-group {
  margin-bottom: 1rem;
}
/*------------ kategori grid & scoring ------------*/

/*------------ Catatan Kurator & Card Penilaian ------------*/
.catatan-kurator-header .badge-soft-primary {
  background-color: rgba(12, 75, 141, 0.08);
  color: #0c4b8d;
  padding: .18rem .65rem;
  border-radius: 999px;
  font-size: .75rem;
  font-weight: 500;
}

.catatan-kurator-title {
  font-weight: 600;
  font-size: .92rem;
  letter-spacing: .3px;
  color: #1f2933;
}

.catatan-kurator-subtitle {
  font-size: .82rem;
  color: #6c757d;
  margin-top: .1rem;
}

.catatan-kurator-textarea {
  margin-top: .65rem;
  border-radius: .55rem;
  border: 1px solid #d5ddeb;
  transition: all .15s ease;
  background: #ffffff;
}

.catatan-kurator-textarea:focus {
  border-color: #0c4b8d;
  box-shadow: 0 0 0 .15rem rgba(12, 75, 141, .15);
}

.card-penilaian {
  border-top: 4px solid #0c4b8d;
  border-radius: .5rem;
  border: 1px solid #e5e7eb;
  box-shadow: 0 4px 14px rgba(15, 23, 42, .08);
}

.card-penilaian .card-header {
  background: linear-gradient(45deg, #0c4b8d, #1e6fb9);
  color: #fff;
}

.card-penilaian .card-header h5 {
  font-weight: 600;
  font-size: 1.05rem;
}

.info-box-block {
  background-color: #f9fafb;
  border-radius: .4rem;
  border: 1px solid #e5e7eb;
  padding: .75rem .95rem;
  min-height: 44px;
}

.info-box-block small {
  color: #6b7280;
}

.proposal-label {
  font-weight: 500;
  font-size: .9rem;
  margin-bottom: .2rem;
}

.yt-code {
  background-color: #f3f4f6;
  border-radius: .25rem;
  padding: .35rem .5rem;
  font-size: .8rem;
}

.toast-adminlte {
  z-index: 999999;
  position: fixed;
  right: 1.5rem;
  bottom: 3.5rem;
}
/*------------ Catatan Kurator & Card Penilaian ------------*/

/*------------ Penetapan Juara Modern ------------*/
.juara-section-title {
  font-size: .9rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .04em;
  color: #555;
  margin-bottom: .35rem;
}

.juara-card {
  position: relative;
  border-radius: .9rem;
  padding: 1.1rem 1.2rem 1.1rem;
  background: radial-gradient(circle at top left, #e8f1ff 0, #f9fbff 35%, #ffffff 100%);
  border: 1px solid #d6e4ff;
  box-shadow: 0 8px 20px rgba(12, 75, 141, 0.08);
  overflow: hidden;
}

.juara-card::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -40px;
  width: 120px;
  height: 120px;
  background: radial-gradient(circle, rgba(255, 215, 0, .18), transparent 60%);
  opacity: .9;
  pointer-events: none;
}

.juara-card-header {
  position: relative;
  z-index: 1;
}

.juara-subtitle {
  font-size: .82rem;
  color: #6c757d;
}

.juara-icon {
  color: #f1b700;
  text-shadow: 0 2px 6px rgba(0, 0, 0, .18);
}

.juara-row {
  display: flex;
  flex-wrap: wrap;
}

.juara-col {
  display: flex;
}

.juara-radio {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.juara-option {
  position: relative;
  display: flex;
  align-items: flex-start;
  padding: .7rem .85rem;
  border-radius: .75rem;
  border: 1px solid #dde5f5;
  background-color: #ffffff;
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.04);
  height: 100%;
  width: 100%;
  min-height: 100px;
  cursor: pointer;
  transition: all .18s ease;
}

.juara-option:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(15, 23, 42, 0.12);
}

.juara-rank {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  font-weight: 700;
  margin-right: .6rem;
  font-size: 1rem;
}

.juara-1 .juara-rank {
  background: linear-gradient(135deg, #ffd700, #ffbf1a);
  color: #4a3200;
}

.juara-2 .juara-rank {
  background: linear-gradient(135deg, #e3e7ee, #c6ccd8);
  color: #3a3d45;
}

.juara-3 .juara-rank {
  background: linear-gradient(135deg, #f3c19a, #e28b50);
  color: #4a2a14;
}

.juara-text {
  display: flex;
  flex-direction: column;
}

.juara-title {
  font-weight: 600;
  font-size: .9rem;
  color: #1f2933;
  margin-bottom: .15rem;
}

.juara-caption {
  font-size: .78rem;
  color: #6c757d;
}

.juara-list-item {
  font-size: .82rem;
  margin-bottom: .35rem;
}

.juara-list-item:last-child {
  margin-bottom: 0;
}

.juara-list-item small {
  font-size: .75rem;
}

.juara-radio:checked + .juara-option {
  border-width: 2px;
  box-shadow: 0 6px 16px rgba(15, 23, 42, 0.18);
  background-color: #ffffff;
}

.juara-radio:checked + .juara-option.juara-1 {
  border-color: #ffbf1a;
}

.juara-radio:checked + .juara-option.juara-2 {
  border-color: #c6ccd8;
}

.juara-radio:checked + .juara-option.juara-3 {
  border-color: #e28b50;
}

.juara-helper {
  font-size: .75rem;
  color: #6c757d;
}

/* radio disabled */
.juara-radio:disabled {
  pointer-events: none;
}

/* label disabled */
.juara-option.disabled {
  opacity: 0.55;
  cursor: not-allowed !important;
  border-color: #ccd4e2 !important;
  box-shadow: none !important;
  background: #f2f4f8 !important;
}

.juara-option.disabled .juara-rank {
  filter: grayscale(100%);
  opacity: 0.7;
}

.juara-option.disabled .juara-title,
.juara-option.disabled .juara-caption {
  color: #7b8591 !important;
}
/*------------ Penetapan Juara ------------*/

/*------------ table export, striping, sortable ------------*/
.modal-fullscreen {
  width: 95% !important;
  max-width: 95% !important;
  height: 95%;
  margin: auto;
}

.modal-fullscreen .modal-content {
  height: 95vh;
}

.table-modal-export {
  height: 70vh !important;
  overflow-y: auto;
}

.sortable {
  cursor: pointer;
}

.sortable::after {
  content: " ⇅";
  font-size: .8em;
}

.fw-bold {
  font-weight: 600;
}

tbody.group-block:nth-child(odd) tr {
  background-color: #ffffff;
}

tbody.group-block:nth-child(even) tr {
  background-color: #f4f6fb;
}
/*------------ table export, striping ------------*/

/* ===== PODIUM WRAPPER ===== */
#podium-wrapper {
  padding: 16px;
  border-radius: 12px;
  background: #111827;
  color: #f9fafb;
  overflow: hidden;
  position: relative;
  margin-bottom: 24px;
}

.podium-container {
  max-width: 900px;
  margin: 0 auto;
}

.podium-item {
  position: relative;
}

.podium-rank {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.podium-block {
  min-width: 220px;
  border-radius: 18px 18px 8px 8px;
  padding: 12px 14px 16px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.35);
  transform-origin: bottom center;
  animation: podium-pop 0.7s ease-out;
}

.podium-1 .podium-block {
  height: 255px;
}

.podium-2 .podium-block {
  height: 230px;
}

.podium-3 .podium-block {
  height: 225px;
}

.podium-1 {
  transform: translateY(-12px);
}

.podium-1 .podium-block {
  animation:
    podium-pop 0.7s ease-out,
    gold-glow 2.5s ease-in-out infinite alternate,
    float-slow 3.2s ease-in-out infinite;
}

.podium-2 .podium-block,
.podium-3 .podium-block {
  animation:
    podium-pop 0.7s ease-out,
    float-slow-small 3.5s ease-in-out infinite;
}

.podium-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 4px;
}

.podium-name {
  font-size: .9rem;
  font-weight: 500;
}

.podium-pondok {
  font-size: .8rem;
  opacity: .9;
  margin-bottom: 4px;
}

.podium-tag {
  font-size: .8rem;
  margin-bottom: 4px;
}

.podium-tag span {
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.15);
}

.podium-tag-main span {
  background: rgba(251, 191, 36, 0.18);
  border: 1px solid rgba(250, 204, 21, 0.7);
}

.podium-score {
  font-size: .85rem;
  margin-top: 4px;
}

.podium-score span {
  font-weight: 700;
}

.gold {
  background: linear-gradient(145deg, #fbbf24, #f59e0b);
  color: #111827;
}

.silver {
  background: linear-gradient(145deg, #e5e7eb, #9ca3af);
  color: #111827;
}

.bronze {
  background: linear-gradient(145deg, #d97757, #b45309);
  color: #111827;
}

.podium-1::before {
  content: "👑";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2.4rem;
  text-shadow: 0 0 12px rgba(251, 191, 36, 0.9);
  animation: crown-bob 2s ease-in-out infinite;
}
/* ===== PODIUM WRAPPER ===== */

/* podium anims */
@keyframes podium-pop {
  0% {
    transform: scale(0.8) translateY(25px);
    opacity: 0;
  }

  100% {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

@keyframes gold-glow {
  0% {
    box-shadow: 0 0 10px rgba(251, 191, 36, 0.7), 0 0 25px rgba(250, 204, 21, 0.4);
  }

  100% {
    box-shadow: 0 0 18px rgba(251, 191, 36, 1), 0 0 40px rgba(250, 204, 21, 0.9);
  }
}

@keyframes float-slow {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-6px);
  }
}

@keyframes float-slow-small {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-3px);
  }
}

@keyframes crown-bob {
  0%,
  100% {
    transform: translate(-50%, 0) rotate(0deg);
  }

  25% {
    transform: translate(-50%, -4px) rotate(-8deg);
  }

  50% {
    transform: translate(-50%, 0) rotate(0deg);
  }

  75% {
    transform: translate(-50%, -4px) rotate(6deg);
  }
}
/* podium anims */

/*------------ Dropzone custom ------------*/
.dropzone {
  border: 2px dashed #ced4da;
  border-radius: 12px;
  background: #f8f9fa;
  padding: 20px;
  width: 100%;
  min-height: 160px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* bikin preview DZ full */
.dropzone .dz-preview {
  width: 100%;
  max-width: 100%;
  margin: 10px auto;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .05);
  animation: fadeIn 0.3s ease;
}

.dropzone .dz-preview .dz-image {
  width: 100% !important;
  height: auto !important;
}

.dropzone .dz-preview .dz-image img {
  width: 100% !important;
  height: auto !important;
  max-height: 80vh;
  object-fit: contain;
  display: block;
  background: #000;
}

.dropzone .dz-preview .dz-details {
  display: none !important;
}

.dz-upload {
  height: 8px !important;
}

.dz-percent-badge {
  position: absolute;
  top: 6px;
  right: 6px;
  padding: 3px 7px;
  font-size: .75rem;
  font-weight: 700;
  background: #343a40;
  color: #fff;
  border-radius: 8px;
  opacity: .9;
}

/* elemen custom jika inject manual */
.dz-full-img {
  width: 100%;
  height: auto;
  max-height: 80vh;
  object-fit: contain;
  display: block;
  background: #000;
}

.dz-full-pdf {
  width: 100%;
  height: 80vh;
  border: 0;
  display: block;
  background: #2b2b2b;
}

.dropzone .dz-preview .dz-remove {
  display: inline-block;
  background: #dc3545;
  color: #fff !important;
  font-weight: 600;
  border-radius: 6px;
  padding: 6px 16px;
  margin-top: 10px;
  font-size: 0.9rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: all 0.2s ease;
  text-align: center;
  width: 100%;
  text-decoration: none;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }

  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* Hilangin efek blur/dark pas hover */
.dropzone .dz-preview:hover .dz-image img {
  filter: none !important;
  -webkit-filter: none !important;
  transform: none !important;
  opacity: 1 !important;
}

/* Matikan overlay warna abu-abu saat hover */
.dropzone .dz-preview .dz-image {
  transition: none !important;
  background: none !important;
}

/* Optional: border ijo pas hover */
.dropzone .dz-preview:hover {
  border-color: #28a745 !important;
  box-shadow: 0 0 8px rgba(40, 167, 69, 0.4);
}

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.02);
  transition: all 0.3s ease;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.embed-responsive {
  background: #2b2b2b;
}

.embed-responsive iframe {
  background: #2b2b2b;
  border: 0;
}
/*------------ Dropzone custom ------------*/

.notes-cell {
    min-width: 320px;
    max-width: 320px;
  }

.notes-cell .notes-text {
  max-height: 8rem;
  overflow: auto;
  padding-right: 4px;
  font-size: 1rem;
  line-height: 1.4;
}