
body {
  background-color: #f0f2f5;
}

.resume.section {
  // margin-top: 80px; /* agar tidak nempel ke header */
  margin-bottom: 60px;
}

.sidebar-card {
  background: #ffffff;
  border-radius: 12px;
  padding: 30px 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  position: sticky;
  top: 100px;
}

.sidebar-card h5 {
  font-weight: 600;
  color: var(--p6-color);
  margin-bottom: 20px;
}

.sidebar-card ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.sidebar-card ul li {
  margin-bottom: 12px;
}

.sidebar-card ul li a {
  color: #333;
  font-weight: 500;
  display: flex;
  align-items: center;
  padding: 10px 14px;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.sidebar-card ul li a i {
  margin-right: 10px;
  color: var(--p-color);
  font-size: 1.1rem;
}

.sidebar-card ul li a:hover,
.sidebar-card ul li a.active {
  background: var(--p5-color);
  color: var(--p6-color);
  font-weight: 600;
}

.resume-inner {
  background: #fff;
  border-radius: 12px;
  padding: 40px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.05);
}

.personal-top-content img {
  margin-right: 20px;
  flex-shrink: 0;
}

.single-section h5 {
  font-weight: 600;
  margin-bottom: 15px;
  color: var(--p-color);
}

.single-section p,
.single-section li,
.single-section small {
  color: #555;
}

.badge-light {
  background-color: #f1f5f9;
  color: var(--p-color);
  font-weight: 500;
}

@media (max-width: 767px) {
  .resume-inner {
    padding: 20px;
  }

  .sidebar-card {
    position: static;
    margin-bottom: 30px;
  }
}





/* /NEW */

/* Global Reset */
body {
   color: #333;
  background-color: #f8f9fa;
}

.navbar-area {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.job-details-inner {
  background: #fff;
  padding: 32px;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  margin-bottom: 30px;
}

.job-details-head {
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.company-logo img {
  width: 45px;
  height: 45px;
  border-radius: 8px;
  object-fit: cover;
}

.salary-type {
  margin-left: auto;
  text-align: right;
}

.salary-range {
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin-bottom: 4px;
  color: #444;
}

.badge-success {
  background-color: #28a745;
  color: white;
  padding: 5px 12px;
  border-radius: 5px;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
}

.job-details-sidebar .sidebar-widget {
  background: #fff;
  padding: 24px;
  border-radius: 12px;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(0,0,0,0.05);
}

.job-overview li {
  margin-bottom: 12px;
  font-size: 15px;
  color: #555;
}

.job-overview strong {
  width: 125px;
  display: inline-block;
  color: #111;
}

.title {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 8px;
}

.meta {
  list-style: none;
  padding: 0;
  margin: 0;
}

.meta li {
  font-size: 14px;
  color: #777;
}

.btn-primary {
  background: linear-gradient(135deg, #007bff, #0056b3);
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  text-align: center;
  display: inline-block;
  transition: all 0.3s ease-in-out;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #0056b3, #003f8a);
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(0, 123, 255, 0.3);
}


 .apply-job-form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  }
  .apply-job-form label {
    font-weight: 600;
    margin-bottom: 6px;
    display: block;
    color: #333;
  }
  .apply-job-form input,
  .apply-job-form textarea,
  .apply-job-form select {
    width: 100%;
    /* padding: 10px 14px; */
    margin-bottom: 18px;
    border-radius: 6px;
    border: 1px solid #ccc;
    /* font-size: 15px; */
    font-family: inherit;
    resize: vertical;
  }
  .apply-job-form textarea {
    min-height: 120px;
  }
  
  
  
 /* page apply job */
 /* Stepper UI */
.stepper {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin-bottom: 2rem;
}
.stepper li {
  flex: 1;
  position: relative;
  text-align: center;
  color: #6c757d;
  font-weight: 600;
}
.stepper li::before {
  content: attr(data-step);
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border-radius: 50%;
  background: #dee2e6;
  color: #6c757d;
  margin-bottom: 0.5rem;
  font-weight: bold;
}
.stepper li.active::before,
.stepper li.completed::before {
  background: #007bff;
  color: #fff;
}
.stepper li::after {
  content: "";
  position: absolute;
  top: 18px;
  right: -50%;
  height: 3px;
  width: 100%;
  background: #dee2e6;
  z-index: -1;
}
.stepper li:last-child::after {
  display: none;
}
.stepper li.completed::after {
  background: #007bff;
}

.form-step {
  display: none;
}
.form-step.active {
  display: block;
}


/* PAGE happlication */

  .job-card-modern {
    transition: all 0.3s ease;
    border-radius: 10px;
  }

  .job-card-modern:hover {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  }

  .job-card-modern h6 {
    font-weight: 600;
    font-size: 1.1rem;
    color: #2c3e50;
  }

  .job-card-modern small,
  .job-card-modern .text-muted {
    color: #6c757d !important;
  }

  .job-card-modern .badge {
    font-size: 0.75rem;
    padding: 5px 10px;
    border-radius: 20px;
  }

  .nav-tabs .nav-link.active {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: 2px solid #007bff;
    color: #007bff;
  }

  .nav-tabs .nav-link {
    color: #495057;
  }

  .review-link {
    font-size: 0.9rem;
    font-weight: 500;
  }

  .review-link i {
    margin-right: 4px;
  }

.job-card-modern {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border-radius: 10px;
  background-color: #fff;
}

.job-card-modern:hover {
  transform: translateY(-3px) scale(1.01);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.05);
}





.step-progress {
  border-left: 3px solid #e0e0e0;
  padding-left: 20px;
  position: relative;
}

.step-item {
  position: relative;
  margin-bottom: 30px;
  padding-left: 10px;
}

.step-item:last-child {
  margin-bottom: 0;
}

.step-circle {
  position: absolute;
  left: -36px;
  width: 26px;
  height: 26px;
  background-color: #dee2e6;
  border-radius: 50%;
  text-align: center;
  line-height: 26px;
  color: white;
  font-size: 13px;
  z-index: 1;
}

.step-content {
  margin-left: 10px;
}

.step-label {
  font-weight: 600;
  font-size: 15px;
}

.step-date {
  font-size: 13px;
}

.step-item.completed .step-circle {
  background-color: #28a745;
}

.step-item.active .step-circle {
  background-color: #0d6efd;
}

.step-item.active .step-label {
  color: #0d6efd;
}

.animate__fadeIn {
  animation-duration: 0.3s !important;
}


.step-item.completed .step-circle {
  background-color: #28a745;
  color: white;
}
.step-item.rejected .step-circle {
  background-color: #dc3545;
  color: white;
}
.step-item .step-circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  background-color: #dee2e6;
}
.step-content {
  margin-left: 10px;
}
.step-item {
  display: flex;
  align-items: start;
  margin-bottom: 20px;
}


/* A */

/* NOTIFIKASI */

.notif-detail {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
}

.notif-detail.show {
  max-height: 2000px; /* Adjust to fit your content */
  transition: max-height 0.5s ease-in;
}


