body[data-layout="horizontal"] .page-content {
  margin-top: 0px;
}

.topnav .navbar-nav .nav-link {
  padding: 1.2rem 1rem !important;
}

.sidebar-left {
  position: sticky;
  top: 4.5rem;
  align-self: flex-start;
  padding-bottom: 1px;
}

@media (min-width: 1200px) {
  body[data-layout="horizontal"] .container-fluid,
  body[data-layout="horizontal"] .navbar-header {
    max-width: 92%;
  }
}

.list-in-card {
  padding: 1.5rem;
  border-bottom: 1px solid #eff0f2;
}

.list-in-card:last-child {
  border-bottom: none;
}

.card-custom {
  background: #fff;
  padding: 1rem 1.2rem;
  border-radius: 12px;
  border: 1px solid #eff0f2;
}

.title {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: #222;
}

.highlight-box {
  background: linear-gradient(to right, #eef5ff, #f8fbff);
  border-left: 4px solid #4a90e2;
  padding: 0.8rem 1rem;
  border-radius: 8px;
  font-size: 0.95rem;
  color: #444;
}

.suggestion-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.suggestion-list li {
  margin: 0.6rem 0;
  display: flex;
  align-items: flex-start;
  font-size: 0.95rem;
  color: #333;
}

.suggestion-list .icon {
  font-size: 20px;
  text-align: center;
  margin-right: 8px;
  margin-top: 4px;
}

.font-size-23 {
  font-size: 23px;
}

hr {
  opacity: 1;
  border-color: #eff0f2;
}

.list-card {
  max-height: 400px;
  overflow: auto;
}

.list-item {
  display: flex;
  align-items: flex-start;
  gap: 0.6rem;
  padding: 0.7rem 0;
  border-bottom: 1px solid #eff0f2;
}

.list-item:last-child {
  border-bottom: none;
}

.badge-level {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 600;
  color: #e74c3c;
  background: #fdecea;
  border: 1px solid #f5c6cb;
  border-radius: 4px;
  padding: 0.2rem 0.5rem;
  min-width: 65px;
  text-align: center;
}

.list-item p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.4;
  color: #333;
}

.list-item p i {
  font-size: 1rem;
  color: #007bff;
  margin-right: 4px;
  vertical-align: middle;
}

.list-item a {
  color: #007bff;
  text-decoration: none;
}

.list-item a:hover {
  text-decoration: underline;
}

.upload-box {
  border: 2px dashed #2b932a;
  border-radius: 8px;
  padding: 30px;
  text-align: center;
  background: #f9fdfd;
  transition: all 0.3s ease;
}

.upload-box.dragover {
  background: #e8f7ff;
  border-color: #2196f3;
}

.upload-btn {
  background-color: #28a745;
  border: none;
}

.upload-btn:hover {
  background-color: #218838;
}

.file-info {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}
.overlay-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.progress-container {
  position: relative;
}
.step {
  width: 20%;
  position: relative;
}

.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-weight: bold;
  z-index: 1;
  position: relative;
  border: 1px solid #e9ecef;
  color: #b9b9b9;
}

.circle.done {
  background-color: #c6d9f9;
  border: 1px solid #3058a0;
  color: #3058a0;
}
.circle.active {
  background-color: #3058a0;
  border: 1px solid #3058a0;
  color: #ffffff;
}

.circle.text-primary {
  color: #3058a0;
}

.border-primary {
  border: 2px solid #3058a0;
}

.step-text {
  margin-top: 10px;
  display: block;
  font-size: 13px;
  color: #6c757d;
}

.step:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 29%;
  left: 0%;
  width: 100%;
  height: 2px;
  background-color: #e9ecef;
  z-index: 0;
  transform: translateX(50%);
}

.step:last-child::after {
  display: none;
}

.step.active:not(:last-child)::after {
  background-color: #3058a0;
}

.cv-preview {
  font-family: "Open Sans", sans-serif;
  color: #333;
  padding: 25px;
  margin: auto;
  background: #fff;
}

.cv-preview h1,
h2,
h3 {
  font-family: "Open Sans", sans-serif;
  color: #000000;
}

.cv-header {
  text-align: center;
  margin-bottom: 20px;
}

.cv-header h1 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 2px;
}

.cv-header h3 {
  font-size: 11px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 100;
}

.cv-contact {
  font-size: 9px;
}

.cv-header p {
  font-size: 9px;
  color: #666;
}

.cv-body p {
  font-size: 9px;
  margin-bottom: 20px;
  line-height: 1.5;
}

.cv-section h2 {
  font-size: 18px;
  margin-bottom: 10px;
  border-bottom: 2px solid #333;
  display: inline-block;
}

.cv-job {
  margin-bottom: 20px;
}

.cv-job-header {
  display: flex;
  justify-content: space-between;
}

.cv-job-header strong {
  font-size: 15px;
}

.cv-job-header span {
  font-size: 14px;
  color: #666;
}

.cv-job em {
  display: block;
  font-size: 14px;
  color: #555;
  margin-bottom: 5px;
}

.cv-job p {
  font-size: 14px;
  line-height: 1.5;
}
.pricing-badge .badge {
  right: -63px;
  top: 30px;
}
.card-buy-pri {
  transform: scale(1.05);
  border: 2px solid #2563eb;
  box-shadow: 0 10px 25px rgba(37, 99, 235, 0.2);
  z-index: 1;
}

.credit-container {
  background: #f8fbff;
  border: 1px solid #e5eaf1;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 30px;
}

.credit-header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  color: #111827;
}

.credit-header p {
  margin: 4px 0 16px;
  font-size: 14px;
  color: #6b7280;
}

.credit-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.credit-card {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
  transition: 0.3s;
}

.credit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.credit-card i {
  font-size: 28px;
  color: #2563eb;
  margin-bottom: 6px;
}

.credit-card h4 {
  margin: 6px 0;
  font-size: 14px;
  color: #374151;
}

.credit-count {
  font-size: 20px;
  font-weight: bold;
  color: #111827;
}

.credit-count.zero {
  color: #dc2626; /* merah kalau 0 */
}
.payment-box {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.qris-box {
  border: 1px solid #dee2e6;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
}
.qris-box img {
  max-width: 220px;
  margin-bottom: 10px;
}
.order-summary {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.btn-generate-new {
  background: linear-gradient(90deg, #4f46e5, #3b82f6);
  color: #fff;
  font-weight: 600;
  border: none;
  border-radius: 12px;
  padding: 12px 28px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 12px rgba(59, 130, 246, 0.4);
  transition: all 0.3s ease;
}

.btn-generate-new:hover {
  background: linear-gradient(90deg, #3b82f6, #2563eb);
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(59, 130, 246, 0.5);
}