.card {
  background-color: #eee8ff !important;
  width: 100% !important;
  padding: 10px !important;
}
.cactive {
  background-color: #270b79 !important;
}
.cactive h5 {
  color: #ffffff !important;
}
.ccard-body {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
}
.ccard-body img {
  width: 40px !important;
}
.ccard-body h5 {
  font-size: 15px !important;
  margin-top: 6px !important;
}
@media (max-width: 500px) {
  .ccard-body h5 {
    font-size: 15px !important;
  }
}

.hj-form label {
  color: #7c7c7c !important;
  font-size: 14px !important;
  margin-bottom: 7px !important;
}
.hj-form .form-control {
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  padding: 8px 12px !important;
  /* font-family: 'Arial', sans-serif !important; */
  font-size: 14px !important;
  transition: all 0.3s ease !important;
  color: #5a5a5a !important;
}
.hj-form .css-13cymwt-control {
  border: 1px solid #ccc !important;
}
.hj-form .css-b62m3t-container {
  width: 100% !important;
  padding-left: 0px !important;
}
.hj-form .form-control::placeholder {
  color: #999 !important;
  /* font-style: italic !important; */
}

.hj-form .form-control:focus {
  border-color: #eb642d !important;
  box-shadow: 0 0 5px #eb632d77 !important;
  outline: none !important;
  font-weight: 500 !important;
  color: #5a5a5a !important;
}
.hj-form .form-select:focus {
  border-color: #eb642d !important;
  box-shadow: 0 0 5px #eb632d77 !important;
  outline: none !important;
  font-weight: 500 !important;
  color: #5a5a5a !important;
}

.hj-form .react-datepicker-wrapper {
  width: 100% !important;
}
.hj-form .react-datepicker-wrapper input {
  width: 100% !important;
  border: 1px solid #ccc !important;
  border-radius: 4px !important;
  padding: 8px 12px !important;
  /* font-family: 'Arial', sans-serif !important; */
  font-size: 14px !important;
  transition: all 0.3s ease !important;
}

.hj-form .react-datepicker-wrapper input:focus {
  border-color: #eb642d !important;
  box-shadow: 0 0 5px #eb632d77 !important;
  outline: none !important;
  color: #5a5a5a !important;
}

.profile-card {
  background-color: #adadad1c !important;
  padding: 20px !important;
  border-radius: 15px !important;
  border-bottom: 4px solid #270b79 !important;
  position: relative !important;
}
.profile-card .card-title {
  color: #000000 !important;
  font-size: 20px !important;
  margin-bottom: 10px !important;
  font-weight: 500 !important;
}
.profile-card .card-subtitle {
  color: #6f6f6f !important;
  font-size: 14px !important;
}
.profile-card p {
  color: #646464 !important;
  margin-bottom: 0px !important;
  font-size: 15px !important;
}
.profile-btn {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
}
.profile-btn .delete-btn {
  color: #ff0000 !important;
  background-color: inherit !important;
  border: none !important;
}
.profile-btn .edit-btn {
  color: #270b79 !important;
  background-color: inherit !important;
  border: none !important;
}

.skill-badge {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #270b79 !important;
  width: fit-content !important;
  margin: 0px !important;
  padding: 10px 15px !important;
  background-color: #f0f0f0 !important;
  border-radius: 50px !important;
  display: inline-flex !important;
  align-items: center !important;
  transition: 0.3s ease !important;
}
.skill-badge:hover {
  background-color: #e0e0e0 !important;
}
.skill-badge i {
  margin-left: 8px !important;
  cursor: pointer !important;
}

.exp-card {
  background-color: #adadad1c !important;
  padding: 20px !important;
  border-radius: 15px !important;
  border-bottom: 4px solid #270b79 !important;
  position: relative !important;
}
.exp-card .card-title {
  color: #000000 !important;
  font-size: 20px !important;
  margin-bottom: 10px !important;
  font-weight: 500 !important;
}
.exp-card .card-subtitle {
  color: #4e4e4e !important;
  font-size: 16px !important;
}
.exp-card p {
  color: #646464 !important;
  margin-bottom: 0px !important;
  font-size: 14px !important;
}
.exp-card .text {
  color: #646464 !important;
  margin-bottom: 0px !important;
  font-size: 15px !important;
}

.hj-skill-form {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  background-color: #adadad1c !important;
  padding: 35px 15px !important;
  border-radius: 15px !important;
}
.hj-skill-form .hj-skill {
  width: 80% !important;
}
.hj-skill-form label {
  color: #7c7c7c !important;
  font-size: 14px !important;
  margin-bottom: 7px !important;
}
.hj-skill-form input {
  border: 1px solid #ccc !important;
  border-radius: 0px !important;
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
  padding: 12px !important;
  /* font-family: 'Arial', sans-serif !important; */
  font-size: 14px !important;
  transition: all 0.3s ease !important;
  color: #5a5a5a !important;
  margin-bottom: 0px !important;
}
.hj-skill-form button {
  padding: 11px 18px !important;
  border: 1px solid #eb652e !important;
  background-color: #eb652e !important;
  color: #ffffff !important;
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
  font-size: 15px !important;
}

.hj-skill-form input::placeholder {
  color: #999 !important;
  /* font-style: italic !important; */
}

.hj-skill-form input:focus {
  border-color: #eb642d !important;
  box-shadow: 0 0 5px #eb632d77 !important;
  outline: none !important;
  font-weight: 500 !important;
  color: #5a5a5a !important;
}

.resume-container {
  max-width: 900px !important;
  margin: auto !important;
  background: #fff !important;
  /* padding: 40px !important; */
  /* border-radius: 16px !important; */
  box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1) !important;
  font-family: "Inter", sans-serif !important;
}
.resume-body {
  padding: 20px !important;
}
.resume-header h1 {
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #ffffff !important;
}

.resume-header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  text-align: left !important;
  background-color: #270b79 !important;
  padding: 20px !important;
  /* border-radius: 12px !important; */
}
.resume-header p {
  font-size: 14px !important;
  color: #ffffff8e !important;
  margin-bottom: 0px !important;
}
.resume-header img {
  width: 100px !important;
  height: 100px !important;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
}

.resume-section {
  margin-top: 20px !important;
}

.resume-title {
  font-size: 1.4rem !important;
  font-weight: 600 !important;
  color: #270b79 !important;
  border-bottom: 1px solid #b9b9b9 !important;
  padding-bottom: 10px !important;
  margin-bottom: 10px !important;
}

.skill-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.resume-card {
  padding: 5px 20px !important;
  background: #fafafa !important;
  border-radius: 12px !important;
  margin-bottom: 10px !important;
  transition: all 0.2s ease !important;
  /* border-left: 4px solid #270b79 !important; */
}

.resume-card:hover {
  background: #f1f7ff !important;
}

.duration {
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #6c757d !important;
  /* margin: 5px 0 !important; */
}

.empty-msg {
  color: #6c757d !important;
  font-style: italic !important;
}

.loader {
  text-align: center !important;
  padding: 50px !important;
  font-size: 1.2rem !important;
  color: #270b79 !important;
}

.resume-section-edu {
  margin-top: 20px !important;
}

.resume-card-edu {
  padding: 8px 20px !important;
  background: #fafafa !important;
  border-radius: 12px !important;
  margin-bottom: 15px !important;
  transition: all 0.2s ease !important;
  /* border-left: 4px solid #270b79 !important; */
}
.resume-card-edu h5 {
  font-size: 20px !important;
  margin-bottom: 4px !important;
}
.resume-card-edu h6 {
  font-size: 14px !important;
  margin-bottom: 10px !important;
}
.duration-edu {
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  color: #6c757d !important;
  margin-bottom: -7px !important;
}

@media print {
  body {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  .resume-container {
    box-shadow: none !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.profile-pop-up-container {
  background-color: #00000056 !important;
  position: fixed !important;
  top: 0px !important;
  left: 0px !important;
  width: 100% !important;
  height: 100vh !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  z-index: 1000 !important;
}

.profile-pop-up {
  background-color: #ffffff !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  align-items: center !important;
  width: 50% !important;
  height: 60% !important;
  border-radius: 20px !important;
  padding: 30px !important;
  position: relative !important;
}

.popup-close-btn {
  position: absolute !important;
  top: 15px !important;
  right: 20px !important;
  border: none !important;
  background: transparent !important;
  font-size: 20px !important;
  cursor: pointer !important;
}

progress {
  width: 100% !important;
  height: 25px !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border: none !important;
  border-radius: 12px !important;
  background-color: #eee !important;
  overflow: hidden !important;
}

progress::-webkit-progress-bar {
  background-color: #eee !important;
  border-radius: 12px !important;
}
progress::-webkit-progress-value {
  background: linear-gradient(90deg, #270b79, #5a3fff) !important;
  border-radius: 12px !important;
}
progress::-moz-progress-bar {
  background: linear-gradient(90deg, #270b79, #5a3fff) !important;
  border-radius: 12px !important;
}

.progress-text {
  margin-top: 8px !important;
  font-size: 16px !important;
  color: #333 !important;
  text-align: center !important;
}

/* Loader.css */

.loader-overlay {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100vh !important;
  /* background-color: rgba(255, 255, 255, 0.12); */
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  /* z-index: 2000 !important; */
}

.loader-spinner {
  border: 8px solid #f3f3f3 !important; /* Light gray */
  border-top: 8px solid #270b79 !important; /* Purple */
  border-radius: 50% !important;
  width: 70px !important;
  height: 70px !important;
  animation: spin 1s linear infinite !important;
}

/* Spinner animation */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.dashboard-card {
  background-color: #ffffff !important;
  padding: 15px 30px !important;
  text-align: left !important;
  border-radius: 15px !important;
  border: 1px solid #e6e6e6 !important;
  display: flex !important;
  justify-content: left !important;
  align-items: center !important;
}
.dashboard-card i {
  color: #270b79 !important;
  font-size: 40px !important;
  background-color: #270b7917 !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  height: 70px !important;
  width: 70px !important;
  margin-right: 30px !important;
  border-radius: 15px !important;
}
.dashboard-card h4 {
  font-size: 28px !important;
  margin: 0px;
}
.dashboard-card p {
  font-size: 14px !important;
  margin: 0px;
}

.css-b62m3t-container {
  width: 100% !important;
  padding-left: 23px !important;
}
.css-13cymwt-control {
  border: none !important;
}

.pagination-wrapper {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  gap: 6px !important;
  margin-top: 20px !important;
  flex-wrap: wrap !important;
}

.pagination-btn {
  padding: 8px 12px !important;
  border-radius: 5px !important;
  border: 1px solid #ddd !important;
  background-color: #fff !important;
  cursor: pointer !important;
  min-width: 35px !important;
  transition: all 0.2s ease !important;
}

.pagination-btn:hover:not(:disabled) {
  background-color: #f0f0f0 !important;
}

.pagination-btn:disabled {
  cursor: not-allowed !important;
  opacity: 0.5 !important;
}

.pagination-btn.active {
  background-color: #007bff !important;
  color: #fff !important;
  border-color: #007bff !important;
}

.dots {
  padding: 8px 4px !important;
  color: #555 !important;
}

.hj-table thead tr th {
  padding: 12px 5px !important;
  text-align: center !important;
  font-size: 13px !important;
  background-color: #270b79 !important;
  color: #ffffff !important;
}
.hj-table tbody tr td {
  padding: 12px 5px !important;
  font-size: 14px !important;
  text-align: center !important;
}


.more-filters-container {
  background: #f9f9f9 !important;
  border-radius: 12px !important;
  padding: 15px !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1) !important;
}






.loginbtn img {
  width: 32px !important;
  height: 32px !important;
  border-radius: 50% !important;
}
.loginbtn div.userName {
  font-size: 15px !important;  
  margin-bottom: -5px !important;
}
.loginbtn div.headerCareer {
  font-size: 13px !important;
  opacity: 0.6 !important;
}





.salary-wrapper {
  position: relative;
  width: 100%;
  padding-top: 20px;
}

/* Background Track */
.salary-range-track {
  position: absolute;
  top: 18px;
  height: 6px;
  width: 100%;
  background: #ddd;
  border-radius: 10px;
}

/* Filled Selected Area */
.salary-range-track::after {
  content: "";
  position: absolute;
  height: 6px;
  background: #270b79;
  border-radius: 10px;
  left: calc(var(--min) * 1%);
  right: calc(100% - (var(--max) * 1%));
}

/* Slider Inputs */
.salary-wrapper input[type="range"] {
  position: absolute;
  width: 100%;
  top: 12px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
}

/* Track (hidden, handled by our custom track) */
.salary-wrapper input[type="range"]::-webkit-slider-runnable-track {
  height: 6px;
  background: transparent;
}

/* Thumb */
.salary-wrapper input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  width: 18px;
  height: 18px;
  background: #270b79;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  -webkit-appearance: none;
}

/* Values */
.salary-values {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-weight: 600;
}



.titlSectionu h2 {
  font-size: 20px !important;
}



/* Hero Section */
.about-hero {
  background: linear-gradient(135deg, #280c79, #ff6600) !important;
  color: #fff !important;
  padding: 70px 0 !important;
  text-align: center !important;
}

.about-hero h1 {
  font-size: 42px !important;
  font-weight: 700 !important;
}

.about-hero h1 span {
  color: #ffebcc !important;
}

.about-hero p {
  font-size: 18px !important;
  max-width: 700px !important;
  margin: 15px auto 0 !important;
}

/* Main Content */
.about-content {
  background: #f8f9ff !important;
}

.about-card {
  background: #ffffff !important;
  padding: 35px !important;
  border-radius: 12px !important;
  box-shadow: 0 10px 30px rgba(40, 12, 121, 0.08) !important;
  margin-bottom: 40px !important;
}

.about-card p {
  font-size: 16px !important;
  line-height: 1.8 !important;
  color: #333 !important;
  margin-bottom: 15px !important;
}

/* Objectives */
.about-objectives {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)) !important;
  gap: 30px !important;
  margin-bottom: 40px !important;
}

.objective-card {
  background: #fff !important;
  padding: 30px !important;
  border-radius: 12px !important;
  border-left: 5px solid #ff6600 !important;
}

.objective-card h3 {
  color: #280c79 !important;
  margin-bottom: 10px !important;
  font-size: 20px !important;
}

.objective-card p {
  font-size: 15px !important;
  line-height: 1.7 !important;
  color: #444 !important;
}


/* Content */
.contact-content {
  background: #f8f9ff;
}

/* Info */
.contact-info {
  background: #fff;
  padding: 35px;
  border-radius: 14px;
  box-shadow: 0 12px 30px rgba(40, 12, 121, 0.08);
}

.contact-info p {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 20px;
}

.info-item {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-bottom: 5px;
}
.info-item div {
  margin: 10px 5px;
}
.info-item div img {
  padding: 15px;
  border-radius: 10px;
  background-color: #270c7928;
  width: 60px;
  height: 60px;
  margin-right: 12px;
}

.info-item h4 {
    color: #373737;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 600;
}

.info-item p {
  margin: 0;
  color: #444;
}

/* Social */
.social-links {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.social-links a {
  text-decoration: none;
  color: #ff6600;
  font-weight: 600;
}

.social-links a:hover {
  color: #280c79;
}


.hj-megaMenu {
  position: relative;
  margin-right: 10px !important;
}

.hj-notification-icon {
  position: relative;
  font-size: 20px;
  color: #333;
  text-decoration: none;
}

/* notification count badge */
.hj-notification-count {
  position: absolute;
  top: 12px;
  right: -8px;
  background: red;
  color: #fff;
  font-size: 10px;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  text-align: center;
}

/* dropdown hidden by default */
.hj-headerSubNav {
  position: absolute;
  top: 100%;
  right: 0;
  width: 250px;
  background: #fff;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  display: none;
  z-index: 999;
}

/* show on hover */
.hj-megaMenu:hover .hj-headerSubNav {
  display: block;
}

.hj-headerSubMenu {
  list-style: none;
  padding: 10px;
  margin: 0;
}

.hj-headerSubMenu li {
  padding: 8px 5px;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.hj-headerSubMenu li:last-child {
  border-bottom: none;
}




/* Dashboard Boxes */
.hj-dashboard-box {
  background: #fff;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  height: 100%;
}

/* Header */
.hj-dashboard-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.hj-dashboard-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.hj-dashboard-header i {
  font-size: 18px;
  color: #555;
}

/* List */
.hj-dashboard-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.hj-dashboard-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0;
  font-size: 14px;
  border-bottom: 1px solid #eee;
}

.hj-dashboard-list li:last-child {
  border-bottom: none;
}

.hj-dashboard-list strong {
  color: #2e7d32;
}

/* Task badges */
.hj-task-badge {
  padding: 4px 8px;
  font-size: 11px;
  border-radius: 12px;
  color: #fff;
}

.hj-task-badge.pending {
  background: #ff9800;
}

.hj-task-badge.new {
  background: #2196f3;
}

.hj-task-badge.urgent {
  background: #f44336;
}

/* Footer link */
.hj-dashboard-link {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  color: #1976d2;
  text-decoration: none;
  font-weight: 500;
}

.hj-dashboard-link:hover {
  text-decoration: underline;
}



.hj-task-badge.approved {
  background: #00c853;
}

.hj-task-badge.rejected {
  background: #d32f2f;
}

.hj-task-badge.modified {
  background: #0288d1;
}

.hj-task-badge.pending {
  background: #f9a825;
}