/* .jobsearch-stats-list-wrap.vivid-posted-jobs-jobsearch-stats-list-wrap h6,
.jobsearch-stats-list-wrap.vivid-viewed-jobsearch-stats-list-wrap h6,
.jobsearch-stats-list-wrap.vivid-saved-jobsearch-stats-list-wrap h6,
.jobsearch-stats-list-wrap.vivid-shortlisted-jobsearch-stats-list-wrap h6,
.jobsearch-applicants-stats-wrap.vivid-emp-dashboard-jobsearch-applicants-stats-wrap h6,
.jobsearch-stats-list-wrap.vivid-candi-jobsearch-stats-list-wrap h6,
.jobsearch-applicants-stats-wrap.vivid-candi-jobsearch-applicants-stats-wrap h6
  {
  color: #289E4C;
  font-size: 16px;
  text-transform: capitalize;
} */

.jobsearch-stats-list-wrap.vivid-jobsearch-stats-list-wrap h6 {
  color: #289E4C;
  font-size: 16px;
  text-transform: capitalize;
}

.jobsearch-stats-list-wrap.vivid-jobsearch-stats-list-wrap span {
  color: #000;
  font-size: 16px;
  text-transform: capitalize;
}

.jobsearch-applicants-stats-wrap.vivid-emp-dashboard-jobsearch-applicants-stats-wrap,
.jobsearch-applicants-stats-wrap.vivid-candi-jobsearch-applicants-stats-wrap {
  padding: 14px 8px 8px 8px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  background-color: #fff;
  border-bottom: none;
}

.range-field-container.vivid-range-field-container {
  border: 1px solid #bd0f0f;
}

.jobsearch-modal-title-box.vivid-jobsearch-login-modal-title-box {
  float: right;
}

.jobsearch-typo-wrap.vivid-jobsearch-typo-wrap .jobsearch-search-filter-wrap .jobsearch-fltbox-title a {
  color: #289e4c;
}

.jobsearch-typo-wrap.vivid-jobsearch-typo-wrap .jobsearch-search-filter-wrap .jobsearch-fltbox-title.vivid-fixed-title a::before {
  content: "";
}

body.rtl .dash-hdtabchng-btn {
  float: left;
}

body.rtl .jobsearch-profil-noapprov-alrt .alert-warning {
  padding: 10px 60px 8px 0px;
}

body.rtl .jobsearch-profil-noapprov-alrt .alrt-icon {
  right: 0px;
  left: auto;
}

/*
**
*/



/* --- Accordion Container --- */
.jobsearch-employer-dasboard .accordion-body,
.accordion-body {
  /* Made this rule more general */
  line-height: 1.6;
  color: #333;
  margin: 0;
  padding: 20px 0;
}

.accordion {
  background-color: #ffffff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  overflow: hidden;
}

/* --- Accordion Button (Clickable Header) --- */
.jobsearch-employer-dasboard .accordion-body .accordion .accordion-button {
  display: flex;
  align-items: center;
  /*Verticallyalignsallitemsinthemiddle*/
  width: 100%;
  padding: 18px 25px;
  background-color: #fff8e1;
  border: none;
  cursor: pointer;
  text-align: left;
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  -ms-transition: background-color 0.3s ease;
  -o-transition: background-color 0.3s ease;
}

.jobsearch-employer-dasboard .accordion-body .accordion .accordion-button:hover {
  background-color: #ffecb3;
  /* #fff3ca */
}

/* --- NEW: Style for the large attention icon on the left --- */
.jobsearch-employer-dasboard .accordion-body .accordion .accordion-button .attention-icon {
  font-size: 45px;
  /* Makes the icon significantly larger */
  color: #d35400;
  /* Main attention color */
  margin-right: 20px;
  /* Adds space between the icon and the text block */
  flex-shrink: 0;
  /* Prevents the icon from shrinking on small screens */
}

body.rtl .jobsearch-employer-dasboard .accordion-body .accordion .accordion-button .attention-icon {
  margin-right: auto;
  margin-left: 20px;
}

/* --- MODIFIED: Wrapper for the title/subtitle block --- */
.jobsearch-employer-dasboard .accordion-body .accordion .accordion-button .button-text-wrapper {
  display: flex;
  flex-direction: column;
  /* Stacks the title and subtitle vertically */
  flex-grow: 1;
  text-align: left;
  /* CRITICAL: Takes up all available space, pushing the angle icon to the right */
  /* REMOVED margin-right from here */
}

body.rtl .jobsearch-employer-dasboard .accordion-body .accordion .accordion-button .button-text-wrapper {
  text-align: right;
}

/* --- MODIFIED: Style for the main title --- */
.jobsearch-employer-dasboard .accordion-body .accordion .accordion-button .button-text-wrapper .button-title {
  font-size: 1.1em;
  font-weight: 600;
  color: #d35400;
  line-height: 1.4;
  /* Improves spacing for multi-line text */
  /* REMOVED flex-grow and margin-right */
}

/* --- NEW: Style for the subtitle --- */
.jobsearch-employer-dasboard .accordion-body .accordion .accordion-button .button-text-wrapper .button-subtitle {
  font-size: 0.9em;
  font-weight: 400;
  color: #555;
  /* A more subtle color for the subtitle */
  margin-top: 4px;
  /* A little space below the main title */
}

/* --- MODIFIED: The open/close angle icon on the right --- */
.jobsearch-employer-dasboard .accordion-body .accordion .accordion-button .accordion-icon {
  font-size: 1.2em;
  color: #d35400;
  /* Make sure it has color */
  flex-shrink: 0;
  /* Prevents shrinking */
  margin-left: 15px;
  /* Adds some breathing room from the text */
  width: 24px;
  text-align: center;
}

/* --- Accordion Content (Collapsible Panel) --- */
/* (No changes needed below this line for your layout request) */
.jobsearch-employer-dasboard .accordion-body .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
}

.jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner {
  padding: 25px 30px;
  border-top: 1px solid #e0e0e0;
}

.jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner p {
  margin-top: 0;
  margin-bottom: 1em;
}

.jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner ul {
  list-style-type: none;
  padding-left: 0;
}

.jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner ul li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 0.75em;
  list-style: none;
}

body.rtl .jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner ul li {
  padding-left: 0;
  padding-right: 25px;
}

.jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner ul li i {
  background-color: #d5d5d5;
  padding: 5px;
  border-radius: 5px;
  color: #fff;
}

.jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner ul li::before {
  content: '⇛';
  position: absolute;
  left: 0;
  top: 0;
  color: #ffc107;
  font-weight: bold;
}

body.rtl .jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner ul li::before {
  content: '⇐';
  left: auto;
  right: 0;
}

.jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner .congrats-message {
  margin-top: 1.5em;
  padding: 15px;
  background-color: #e8f5e9;
  border: 1px solid #a5d6a7;
  border-radius: 6px;
  color: #1b5e20;
  font-weight: 500;
}

.jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner blockquote {
  background-color: darkcyan;
  color: #fff;
  margin: 10px auto 25px auto;
  padding: 20px 20px 20px 50px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 50px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner .note-section {
  margin-top: 2em;
  padding-top: 1em;
  border-top: 1px dashed #ccc;
  font-size: 0.9em;
  color: #555;
}

.jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner .note-section a {
  color: #007bff;
  text-decoration: none;
  font-weight: bold;
}

.jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner .note-section a:hover {
  text-decoration: underline;
}

/* --- @MEDIA QUERY FOR RESPONSIVE ADJUSTMENTS --- */
@media (max-width: 768px) {
  .jobsearch-employer-dasboard .accordion-body .accordion .accordion-button {
    padding: 15px 20px;
  }

  .jobsearch-employer-dasboard .accordion-body .accordion .accordion-button .attention-icon {
    font-size: 1.8em;
    margin-right: 15px;
  }

  .jobsearch-employer-dasboard .accordion-body .accordion .accordion-content .content-inner {
    padding: 20px;
  }
}

.jobseach-skills-con.vivid-jobseach-skills-con p.skill-note {
  font-weight: 700;
  color: #35731e;
}