.candidate-card-landing {
  background: white;
  border-radius: 6px;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1) !important;
  padding: 5px;

}

.card {
  margin-bottom: 20px !important;
}

.candidate-card-landing {
  transition: box-shadow 0.2s ease;
  /* smooth transition */
}

.candidate-card-landing:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  /* subtle shadow */
}

.col-12.col-md-2 {
  width: 110px !important;
}

.col-12.extra-details-1 {
  margin-left: -3px;
}

/* <!-- Popup Modal --> */
.popup-modal {
  display: none;
  position: fixed;
  z-index: 1050;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#popup-modal-content {
  background-color: #ffffff;
  margin: 0% auto !important;
  padding: 30px 25px;
  border-radius: 10px;
  max-width: 450px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.25);
  animation: fadeIn 0.3s ease-in-out;
}

.popup-modal-text {
  font-size: 18px;
  color: #333;
  margin-bottom: 20px;
}

.popup-modal-footer {
  display: flex;
  justify-content: center;
  gap: 15px;
  padding: 0;
}

.popup-modal-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.confirm-btn {
  background-color: #4EA647;
  color: white;
}

.cancel-btn {
  background-color: #6c757d;
  color: white;
}


@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


/* media quey  */
@media (min-width: 768px) and (max-width: 991.98px) {
  #filters-section-web {
    display: none !important;
  }



}

@media(max-width: 767.98px) {
  .ms-2.ps-3.pe-3.mt-2.emp-candidate-div {
    text-align: left;
  }
}

/* 30-06-2025 */
#searching-item {
  font-size: 13px;
  list-style: none;
  margin: 0 auto;
  padding: 0;
  border: 1px solid #ccc;
  border-right: 0px solid !important;
  border-left: 0px solid !important;
  border-radius: 0 0 8px 8px;
  background-color: white;
  width: 97%;
  max-height: 200px;
  overflow-y: auto;
  z-index: 10;
  box-shadow: 2px 0px 7.467px 0px rgba(108, 99, 99, 0.20);
}

#searching-item li {
  color: #888888;
  padding: 8px;
  cursor: pointer;
  text-align: left;
}

.dotted-border-btn.copy-btn {
  border: 1px dashed #175DA8;
  padding: 8px;
  border-radius: 4px;
  background-color: white;
}

.dotted-border-btn.copy-btn:hover {
  background-color: #f6f6f6;
}

.row.mb-1.copy-content {
  margin-bottom: 14px !important;
}


.stats-container {

  margin-top: 24px !important;
}

.d-flex.align-items-center.justify-content-between.mb-2.active-div {
  justify-content: start !important;
  gap: 20px !important;
}


/* applied_candidate.php */

#confirmation-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

#confirmation-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

#confirmation-popup-box button {
  margin: 10px;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#confirmation-confirm-shortlist {
  background-color: #28a745;
  color: white;
}

#confirmation-cancel-popup {
  background-color: #dc3545;
  color: white;
}


.modify-popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
}

.modify-popup-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 20px;
  z-index: 1000;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.modify-popup-box button {
  margin: 10px;
  padding: 8px 16px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

#modify-confirm-modify {
  background-color: #007bff;
  color: white;
}

.modify-cancel-popup {
  background-color: #dc3545;
  color: white;
}


.job-header-content {
  /* width: 100%; */
  /* padding: 0px !important; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;

}

.job-header-wrapper {
  width: 100%;
  padding: 0px !important;
  background: #E5F2FF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  box-sizing: border-box;
}

.container.mt-4.appjobcan {
  margin-top: 0px !important;
}


.emp-candidate-model {
  display: none;
  position: fixed;
  /* z-index: 999; */
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
  /* padding-top: 60px; */
  scrollbar-width: none;
}

.candidate-meta.mb-3 {
  margin-bottom: 0px !important;
}

.candidate-details-Popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
  z-index: 999;
}

.candidate-details-Popup.show {
  display: block;
}

.card.candidate-card-landing:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
}

.company-initial {
  color: #3b5998;

}

.profile-employer {
  background: #FFF;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  margin-left: 15px;
  margin-top: 20px;
  padding: 15px 16.5px 16px 17.5px;
  margin-left: 30px;
  border-radius: 6px;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  max-width: 60px;
  font-weight: bold;

}

.avatar-circle-pop {
  background: #FFF;
  text-align: center;
  box-shadow: rgba(67, 71, 85, 0.27) 0px 0px 0.25em, rgba(90, 125, 188, 0.05) 0px 0.25em 1em;
  max-width: 60px;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  margin-right: 10px;
  text-transform: uppercase;
  color: #3b5998;
  border-radius: 6px;
}

.outter-close-btn {
  display: flex;
  justify-content: center;
  padding: 10px;
  width: 40px;
  height: 40px;
  border-radius: 8px;
  text-align: center;
  position: absolute;
  top: 16px;
  background: white;
  background: #FFFFFF;
  cursor: pointer;
  right: 452px;
  z-index: 999;

}

.close-candidate-poup:hover {
  cursor: pointer;
}

@media (max-width: 768px) {
  .outter-close-btn {
    display: none;
  }

  .inner-close-btn {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 8px;
    text-align: center;
    position: absolute;
    top: 16px;
    background: white;
    background: #FFFFFF;
    cursor: pointer;
    right: 15px;
    z-index: 999;
  }
}