.btn-primary {
  background-color: #16b3ac;
  border-color: #16b3ac;
}
.btn-primary:hover {
  background-color: #0f918c;
  border-color: #0f918c;
}
.card-primary.card-outline {
  border-top: 3px solid #16b3ac;
}
a {
  color: #16b3ac;
}
a:hover {
  color: #0f918c;
}
.info-card {background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); margin-bottom: 24px;}
.info-card .card-body {padding: 1.5rem;}
.info-label {color: #888; font-size: 15px; margin-bottom: 0;}
.info-value {font-weight: bold; font-size: 17px; margin-bottom: 1rem;}
.eval-question {margin-bottom: 1rem;}
.eval-question .q-label {color: #888; font-size: 15px;}
.eval-question .q-value {font-weight: bold; font-size: 16px;}



/* Style untuk badge presentasi */
.badge-presentasi {
  background-color: #16b3ac;
  color: white;
  font-weight: bold;
  padding: 4px 5px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  min-width: 50px;
  text-align: center;
}

.badge-nilai {
  background-color: #16b3ac;
  color: white;
  font-weight: bold;
  padding: 2px 2px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  min-width: 40px;
  text-align: center;
}

.badge-total-nilai {
  background-color: #d2dc02;
  color: #1A1A1D;
  font-weight: bold;
  padding: 2px 2px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  min-width: 40px;
  text-align: center;
}

/* Style untuk tombol detail */
.btn-detail {
  background-color: #d2dc02;
  color: #1A1A1D;
  padding: 4px 18px;
  border-radius: 20px;
  font-size: 14px;
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
}

.btn-detail:hover {
  background-color: rgb(170 177 11);
  color: white;
  text-decoration: none;
}

/* Style untuk tombol hapus */
.btn-hapus {
  background-color: #dc3545;
  color: white;
  padding: 4px 13px;
  border-radius: 20px;
  font-size: 14px;
  border: none;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  margin-left: 5px;
}

.btn-hapus:hover {
  background-color: #c82333;
  color: white;
  text-decoration: none;
}

/* Style untuk simple table */
.simple-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
}

.simple-table th,
.simple-table td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #f0f0f0;
  border-top: 1px solid #f0f0f0;
  border-left: none;
  border-right: none;
}

.simple-table thead th {
  font-weight: bold;
  color: #333;
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}

.simple-table tbody tr:hover {
  background-color: #f9f9f9;
}


/* Preloader Styles */
#preloader {
  position: fixed;
  left: 0; top: 0; right: 0; bottom: 0;
  background: #f8f9fa;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.loader {
  border: 8px solid #f3f3f3;
  border-top: 8px solid #16b3ac;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% { transform: rotate(0deg);}
  100% { transform: rotate(360deg);}
}
.loading-text {
  margin-top: 20px;
  font-size: 1.2rem;
  color: #333;
  text-align: center;
}

.form-inner-spacing {
  margin-top: 32px; /* Atur sesuai kebutuhan */
}

@media (max-width: 500px) {
  .modal-dialog {
    max-width: 95vw;
    margin: 1.5rem auto;
  }
  .modal-content {
    padding: 0.5rem;
    font-size: 0.97rem;
  }
  .modal-header, .modal-footer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* Pie Chart Styling */
.chart-container {
  position: relative !important;
  width: 150px !important;
  height: 150px !important;
  margin: 0 !important;
  margin-left: 35px !important;
  margin-right: auto !important;
}

.chart-container canvas {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1 !important;
}

.chart-center-text {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  text-align: center !important;
  z-index: 999 !important;
  width: 100% !important;
  pointer-events: none !important;
}

.overall-score {
  display: block !important;
  font-size: 28px !important;
  font-weight: bold !important;
  color: #333 !important;
  line-height: 1 !important;
}

.score-label {
  display: block !important;
  font-size: 11px !important;
  color: #777 !important;
  margin-top: 2px !important;
}

.penyelenggara-info {
  padding-left: 0 !important;
  width: 100% !important;
  margin-left: -35px !important;
}

.penyelenggara-name {
  font-weight: bold !important;
  font-size: 15px !important;
  margin-bottom: 20px !important;
  line-height: 1.3 !important;
}

.kategori-item {
  margin-bottom: 12px !important;
}

.kategori-item span:first-child {
  font-size: 14px !important;
}

.badge-pill {
  padding: 5px 12px !important;
  font-weight: 600 !important;
  border-radius: 30px !important;
  display: inline-block !important;
  min-width: 60px !important;
  text-align: center !important;
  font-size: 13px !important;
}

.badge-info {
  background-color: #17a2b8 !important;
}

.badge-warning {
  background-color: #ffc107 !important;
  color: #212529 !important;
}

.badge-success {
  background-color: #28a745 !important;
} 
