﻿/* CHANGE: top_candidates.aspx - final design AS-IS from screenshot.
   Brand: #150E56, #7B113A, #a2c579, rgba(27,60,115). No control IDs/data changed.
   Control height shared by textboxes, selects, and Search/Reset: 40px. */

:root {
  --tc-control-h: 40px;
  --tc-band-bg: #e8ebf0;
  --tc-navy: #150E56;
  --tc-maroon: #7B113A;
  --tc-form-bg: rgba(27, 60, 115, 0.90);
}

/* ---------- Page-only title strip (flush under menu) ---------- */
.tc-page-title-strip {
  width: 100%;
  background: var(--tc-band-bg);
  padding: 14px 24px 8px;
  box-sizing: border-box;
  text-align: center;
}

.tc-page-title-strip .tc-compact-title,
.tc-compact-title {
  margin: 0;
  padding: 0;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: var(--tc-navy);
  text-align: center;
  white-space: nowrap;
}

.tc-compact-title span {
  color: var(--tc-maroon);
}

/* ---------- Full-bleed 3-col band: Sign Up | Search | Image ---------- */
.tc-hero-row {
  width: 100%;
  background: var(--tc-band-bg);
  padding: 8px 0 28px;
  box-sizing: border-box;
}

.tc-hero-row-inner {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 28px;
  width: 100%;
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.tc-col-signup {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc-col-search {
  flex: 1 1 auto;
  min-width: 0;
  max-width: 820px;
}

.tc-col-image {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.tc-signup-btn {
  display: inline-block;
  padding: 12px 26px;
  background-color: var(--tc-navy);
  color: #fff !important;
  border-radius: 6px;
  text-decoration: none !important;
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(21, 14, 86, 0.28);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  white-space: nowrap;
}

.tc-signup-btn:hover,
.tc-signup-btn:focus {
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(21, 14, 86, 0.35);
}

.tc-compact-img {
  display: block;
  max-height: 160px;
  max-width: 160px;
  width: auto;
  height: auto;
  object-fit: contain;
}

/* ---------- Shared result buttons ---------- */
.top_candidates .book-btn,
.tc-results .book-btn {
  padding: 10px 14px;
  background-color: #a2c579;
  color: #fff;
  cursor: pointer;
  border: none;
  border-radius: 6px;
  font-size: 15px;
  margin-bottom: 0;
  display: inline-block;
}

.red-btn {
  background-color: #7b113a;
}

.no_box,
.ys_box {
  width: 10px;
  height: 10px;
  margin-left: -6px !important;
}

/* ---------- Search card (middle) ---------- */
.tc-col-search .tc-search-band,
section.serachTop-can-section.top_candidates.tc-search-band {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  width: 100%;
  box-sizing: border-box;
}

.tc-search-inner {
  max-width: 100%;
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 0;
}

.tc-search-band .search-container {
  background: transparent !important;
  margin-bottom: 0 !important;
  height: auto !important;
  width: 100%;
}

.tc-search-band .form {
  width: 100% !important;
  max-width: 100%;
  margin: 0 auto !important;
  padding: 22px 28px 24px !important;
  border-radius: 22px !important;
  background-color: var(--tc-form-bg) !important;
  box-shadow: 0 10px 28px rgba(21, 14, 86, 0.22);
  text-align: center;
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  height: auto !important;
}

.tc-search-band .SearchForm-header {
  color: #E5E5E5 !important;
  font-size: 24px;
  letter-spacing: 2px;
  font-weight: 600;
  margin: 0 0 16px !important;
  line-height: 1.3;
  text-align: center;
}

/* ---------- CHANGE: True 2x4 filter grid (final design) ---------- */
.tc-search-band .tc-filter-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 20px;
  width: 100%;
  align-items: start;
  box-sizing: border-box;
}

/* Panel children become grid items on desktop */
.tc-search-band .tc-filter-panel.columnsContainer_2,
.tc-search-band .columnsContainer.columnsContainer_2.tc-filter-panel {
  display: contents !important;
  position: static !important;
  background: transparent !important;
  width: auto !important;
  left: auto !important;
  top: auto !important;
  padding: 0 !important;
  margin: 0 !important;
  box-shadow: none !important;
}

.tc-search-band .tc-cell {
  min-width: 0;
  width: 100%;
  text-align: left;
}

.tc-search-band .tc-cell-qual-mobile {
  display: none !important;
}

.tc-search-band .mobile_view_fields {
  display: none !important;
}

.tc-search-band .tc-job-row {
  display: block;
  width: 100%;
}

.tc-search-band .inputLabel {
  display: block !important;
  margin: 0 !important;
  width: 100% !important;
  text-align: left;
  color: #E5E5E5;
  float: none !important;
}

.tc-search-band .labelBox {
  display: block !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  margin: 0 0 5px !important;
  color: #E5E5E5 !important;
  font-weight: 500;
  text-align: left;
  padding: 0;
  height: 16px;
}

/* CHANGE: Force-hide Skills multi-select (was breaking heights via display:block) */
.tc-search-band select[multiple],
.tc-search-band select.tc-skill-multi,
.tc-search-band #ContentPlaceHolder_bodywrapper_ddlSkill,
.tc-search-band .select2-container {
  display: none !important;
  visibility: hidden !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  width: 0 !important;
  max-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
  left: -9999px !important;
  pointer-events: none !important;
}

/* CHANGE: Equal 40px white textboxes/selects — never apply to multi-select */
.tc-search-band .form-input,
.tc-search-band input.form-control,
.tc-search-band .selectForm,
.tc-search-band .form-select,
.tc-search-band input[type="text"],
.tc-search-band select.selectForm,
.tc-search-band select.form-select:not([multiple]) {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  border-radius: 5px !important;
  border: 1px solid #c8c8c8 !important;
  min-height: var(--tc-control-h) !important;
  height: var(--tc-control-h) !important;
  max-height: var(--tc-control-h) !important;
  padding: 0 10px !important;
  box-sizing: border-box !important;
  font-size: 14px !important;
  line-height: calc(var(--tc-control-h) - 2px) !important;
  background-color: #fff !important;
  background-image: none !important;
  color: #333 !important;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
}

.tc-search-band select.selectForm,
.tc-search-band select.form-select:not([multiple]) {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23333' d='M1 1l5 5 5-5'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 10px center !important;
  background-color: #fff !important;
  padding-right: 28px !important;
}

.tc-search-band .form-input:focus,
.tc-search-band input.form-control:focus,
.tc-search-band .selectForm:focus,
.tc-search-band .form-select:focus {
  outline: none;
  border-color: var(--tc-navy) !important;
  box-shadow: 0 0 0 2px rgba(21, 14, 86, 0.15);
  background-color: #fff !important;
}

/* Keep equal white height even if autocomplete sets inline style */
.tc-search-band input.form-input[style],
.tc-search-band input.form-control[style] {
  background-color: #fff !important;
  min-height: var(--tc-control-h) !important;
  height: var(--tc-control-h) !important;
  max-height: var(--tc-control-h) !important;
  width: 100% !important;
}

.tc-search-band .inputLabel.mobile_version_qualification {
  display: none !important;
}

/* CHANGE: Search/Reset same height; fill column like Location */
.tc-search-band .inputLabel.tc-form-actions {
  display: block !important;
  margin: 0 !important;
  height: auto !important;
  text-align: left !important;
}

.tc-search-band .tc-btn-spacer {
  visibility: hidden;
  pointer-events: none;
}

.tc-search-band .tc-btn-row {
  display: flex !important;
  flex-direction: row !important;
  align-items: stretch !important;
  justify-content: flex-start !important;
  gap: 10px;
  width: 100%;
  height: var(--tc-control-h);
}

.tc-search-band .form-btns,
.top_candidates .form-btns,
.tc-search-band .tc-btn-row .form-btns,
.tc-search-band .inputLabel.tc-form-actions input {
  flex: 1 1 0 !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  height: var(--tc-control-h) !important;
  min-height: var(--tc-control-h) !important;
  max-height: var(--tc-control-h) !important;
  margin: 0 !important;
  float: none !important;
  padding: 0 12px !important;
  background-color: #0f0a45 !important;
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.45) !important;
  border-radius: 5px !important;
  font-size: 14px !important;
  font-weight: 600;
  line-height: calc(var(--tc-control-h) - 2px) !important;
  cursor: pointer !important;
  letter-spacing: 0.02em;
  box-shadow: none;
  box-sizing: border-box !important;
  transition: background-color 0.2s ease, transform 0.15s ease;
}

.tc-search-band .form-btns:hover,
.top_candidates .form-btns:hover {
  background-color: #1f1870 !important;
  transform: translateY(-1px);
}

.tc-search-band input.form-btns[style*="7B113A"],
.tc-search-band input.form-btns[style*="7b113a"],
.tc-search-band .tc-btn-row input.form-btns[style*="7B113A"],
.tc-search-band .tc-btn-row input.form-btns[style*="7b113a"] {
  background-color: var(--tc-maroon) !important;
  border-color: rgba(255, 255, 255, 0.35) !important;
}

.tc-search-band input.form-btns[style*="7B113A"]:hover,
.tc-search-band input.form-btns[style*="7b113a"]:hover {
  background-color: #951548 !important;
}

/* ---------- Results / cards ---------- */
.tc-results {
  padding: 24px 15px 48px;
  box-sizing: border-box;
  background: #f0f0f0;
  position: relative;
  z-index: 1;
  clear: both;
}

.tc-results .span-24 {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.tc-results hr.space {
  display: none;
}

.tc-results .candidate-card-listing,
.tc-results .candidate-card.candidate-card-listing {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  height: auto !important;
  min-height: 0;
  padding: 24px 28px;
  margin: 0 auto 24px;
  background-color: #f7f7f7;
  border-radius: 20px;
  border: 1px solid rgba(21, 14, 86, 0.08);
  box-shadow: 0 8px 22px rgba(21, 14, 86, 0.1);
  overflow: hidden;
  box-sizing: border-box;
  transition: box-shadow 0.25s ease, transform 0.2s ease;
}

.tc-results .candidate-card-listing:hover {
  box-shadow: 0 12px 28px rgba(21, 14, 86, 0.14);
  transform: translateY(-1px);
}

.tc-results .leftSideCard {
  width: 200px;
  min-width: 180px;
  max-width: 220px;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  flex-shrink: 0;
}

.tc-results .leftSideCard > p,
.tc-results .tc-candidate-id {
  margin: 0 0 8px;
  font-size: 14px;
  color: #555;
  position: static !important;
  top: auto !important;
}

.tc-results .tc-photo-wrap {
  position: relative;
  display: inline-block;
  width: 180px;
  max-width: 100%;
}

.tc-results .candidate-img {
  width: 180px;
  height: 180px;
  max-width: 100%;
  object-fit: cover;
  border-radius: 14px;
  display: block;
  margin: 0 auto;
}

.tc-results .leftSideCard .Docs_Span,
.tc-results .tc-photo-wrap .Docs_Span {
  position: absolute !important;
  top: -30px;
  left: 8px;
  z-index: 2;
  margin: 0 !important;
}

.tc-results .clsRating {
  width: auto;
  max-width: 100%;
  position: relative;
  left: auto !important;
  top: auto !important;
  transform: none !important;
  margin: 10px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
}

.tc-results .rightSideCard-listing,
.tc-results .rightSideCard {
  flex: 1 1 auto;
  width: auto !important;
  min-width: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  height: auto;
}

.tc-results h3.text-style,
.tc-results h3.tc-card-title {
  display: block;
  width: 100%;
  margin: 0 0 14px !important;
  padding: 0;
  text-align: left;
  font-size: 22px;
  line-height: 1.3;
  font-weight: 700;
  color: #1a1a1a;
}

.tc-results h3.text-style p,
.tc-results h3.tc-card-title p {
  margin: 0;
  text-align: left;
}

.tc-results .text-style.tc-meta-row,
.tc-results .rightSideCard-listing > .text-style:not(.tc-card-actions):not(h3) {
  display: grid !important;
  grid-template-columns: minmax(130px, 36%) 1fr;
  gap: 8px 16px;
  align-items: start;
  width: 100%;
  margin: 0 0 8px !important;
  justify-content: stretch !important;
}

.tc-results .text-style.tc-meta-row > p,
.tc-results .rightSideCard-listing > .text-style:not(.tc-card-actions):not(h3) > p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  word-break: break-word;
  overflow-wrap: anywhere;
}

.tc-results .text-style.tc-meta-row > p:first-child,
.tc-results .rightSideCard-listing > .text-style:not(.tc-card-actions):not(h3) > p:first-child {
  font-weight: 600;
  color: #333;
  text-align: left !important;
}

.tc-results .text-style.tc-meta-row > p:last-child,
.tc-results .rightSideCard-listing > .text-style:not(.tc-card-actions):not(h3) > p:last-child {
  text-align: left !important;
  color: #444;
}

.tc-results .tc-card-actions,
.tc-results .text-style.tc-card-actions {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start !important;
  gap: 12px;
  margin-top: 18px !important;
  margin-bottom: 0 !important;
  grid-template-columns: none !important;
}

.tc-results .tc-card-actions .viewProfileBtn,
.tc-results .viewProfileBtn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 18px !important;
  margin: 0 !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  border-radius: 6px;
  color: #fff !important;
  text-decoration: none !important;
  white-space: nowrap;
  border: none;
  cursor: pointer;
}

.tc-results .tc-card-actions img {
  width: 48px !important;
  height: auto;
  margin: 0 !important;
  display: block;
}

/* ---------- Tablet ---------- */
@media (max-width: 991px) and (min-width: 768px) {
  .tc-page-title-strip {
    padding: 10px 14px 6px;
  }

  .tc-page-title-strip .tc-compact-title,
  .tc-compact-title {
    font-size: 16px;
    white-space: normal;
  }

  .tc-hero-row {
    padding: 6px 0 18px;
  }

  .tc-hero-row-inner {
    flex-wrap: wrap;
    padding: 0 14px;
    gap: 14px;
  }

  .tc-col-signup,
  .tc-col-image {
    flex: 0 0 auto;
  }

  .tc-col-search {
    flex: 1 1 100%;
    order: 3;
    max-width: 100%;
  }

  .tc-col-signup {
    order: 1;
  }

  .tc-col-image {
    order: 2;
    margin-left: auto;
  }

  .tc-compact-img {
    max-height: 180px;
    max-width: 200px;
  }

  .tc-search-band .form {
    padding: 18px 20px 20px !important;
    border-radius: 18px !important;
  }

  .tc-search-band .SearchForm-header {
    font-size: 20px;
    letter-spacing: 1px;
  }

  .tc-results .span-24 {
    max-width: 720px;
  }

  .tc-results .candidate-card-listing {
    gap: 18px;
    padding: 20px;
    border-radius: 16px;
  }

  .tc-results .leftSideCard {
    width: 160px;
    min-width: 150px;
  }

  .tc-results .tc-photo-wrap,
  .tc-results .candidate-img {
    width: 150px;
    height: 150px;
  }

  .tc-results .text-style.tc-meta-row,
  .tc-results .rightSideCard-listing > .text-style:not(.tc-card-actions):not(h3) {
    grid-template-columns: minmax(120px, 40%) 1fr;
  }
}

/* ---------- Mobile (≤767) ---------- */
@media (max-width: 767px) {
  .tc-page-title-strip {
    padding: 8px 12px 4px;
    text-align: left;
    background: #F6F4EB;
  }

  .tc-page-title-strip .tc-compact-title,
  .tc-compact-title {
    white-space: normal;
    font-size: 15px;
    text-align: left;
  }

  .tc-hero-row {
    padding: 0;
    background: #F6F4EB;
  }

  .tc-hero-row-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    gap: 0;
  }

  .tc-col-signup {
    order: 1;
    justify-content: flex-start;
    padding: 4px 12px 8px;
    display:none;
  }

  .tc-col-search {
    order: 2;
    max-width: 100%;
    width: 100%;
  }

  .tc-col-image {
    order: 3;
    justify-content: center;
    padding: 8px 12px 12px;
    display: none;
  }

  .tc-compact-img {
    max-height: 140px;
    max-width: 180px;
  }

  .tc-signup-btn {
    padding: 8px 16px;
    font-size: 12px;
  }

  .tc-col-search .tc-search-band,
  .tc-search-band {
    padding: 0 !important;
    background-color: transparent !important;
  }

  .tc-search-inner {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }

  .tc-search-band .form {
    padding: 12px 10px 14px !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background-color: rgba(27, 60, 115, 0.78) !important;
    overflow: visible;
  }

  .tc-search-band .SearchForm-header {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 4px 0 12px !important;
  }

  /* Mobile: Job Title bar + caret + Go/Reset; panel expands static */
  .tc-search-band .tc-filter-grid {
    display: block !important;
  }

  .tc-search-band .tc-cell-job .labelBox {
    display: none !important;
  }

  .tc-search-band .tc-job-row {
    display: flex !important;
    flex-direction: row !important;
    align-items: center;
    gap: 6px;
    width: 100%;
  }

  .tc-search-band .tc-job-row > .form-input,
  .tc-search-band .tc-job-row > input {
    flex: 1 1 auto !important;
    width: auto !important;
    min-width: 0 !important;
    border-radius: 4px !important;
    min-height: 38px !important;
    height: 38px !important;
  }

  .tc-search-band .mobile_view_fields {
    display: flex !important;
    align-items: center;
    gap: 6px;
    flex-shrink: 0;
  }

  .tc-search-band a.filter_dropdown_open {
    width: 38px;
    height: 38px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
    border-radius: 4px;
    color: #222;
    text-decoration: none;
    flex-shrink: 0;
  }

  .tc-search-band a.filter_dropdown_open.active i {
    transform: rotate(180deg);
  }

  .tc-search-band .go_buttons {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
  }

  .tc-search-band .go_buttons button {
    padding: 0 10px;
    outline: none;
    border: 0;
    min-height: 38px;
    height: 38px;
    border-radius: 4px;
    color: #fff !important;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
  }

  .tc-search-band .go_buttons button:first-child {
    background: #008000;
  }

  .tc-search-band .go_buttons button:last-child {
    background: #e53935;
  }

  .tc-search-band .tc-filter-panel.columnsContainer_2,
  .tc-search-band .columnsContainer.columnsContainer_2.tc-filter-panel {
    display: none !important;
    position: static !important;
    left: auto !important;
    right: auto !important;
    top: auto !important;
    width: 100% !important;
    margin: 12px -10px -14px !important;
    padding: 14px 14px 16px !important;
    background-color: #F6F4EB !important;
    box-shadow: none !important;
    z-index: 2;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 0 !important;
    box-sizing: border-box;
  }

  .tc-search-band .tc-filter-panel.columnsContainer_2.show,
  .tc-search-band .columnsContainer.columnsContainer_2.tc-filter-panel.show {
    display: flex !important;
  }

  .tc-search-band .tc-cell {
    width: 100% !important;
    margin-bottom: 12px;
  }

  .tc-search-band .tc-cell-qual,
  .tc-search-band .tc-cell-actions {
    display: none !important;
  }

  .tc-search-band .tc-cell-qual-mobile {
    display: block !important;
    order: -1;
  }

  .tc-search-band .tc-filter-panel .inputLabel {
    margin-bottom: 0 !important;
  }

  .tc-search-band .tc-filter-panel label.labelBox {
    color: #222 !important;
    font-size: 14px !important;
    font-weight: 500;
    height: auto;
  }

  .tc-search-band .tc-filter-panel input[type="text"],
  .tc-search-band .tc-filter-panel select.selectForm,
  .tc-search-band .tc-filter-panel select.form-select:not([multiple]),
  .tc-search-band .tc-filter-panel .form-input {
    color: #333 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    width: 100% !important;
    min-height: 38px !important;
    height: 38px !important;
  }

  .tc-search-band .inputLabel.mobile_version_qualification {
    display: block !important;
  }

  /* Keep ddlSkill hidden on mobile too */
  .tc-search-band select[multiple],
  .tc-search-band select.tc-skill-multi,
  .tc-search-band #ContentPlaceHolder_bodywrapper_ddlSkill,
  .tc-search-band .select2-container {
    display: none !important;
  }

  .tc-results {
    padding: 14px 10px 36px;
    background: #F6F4EB;
    z-index: 1;
  }

  .tc-results .span-24 {
    max-width: 100%;
  }

  .tc-results .candidate-card-listing,
  .tc-results .candidate-card.candidate-card-listing {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px 14px 18px;
    border-radius: 14px;
    margin-bottom: 16px;
    height: auto !important;
  }

  .tc-results .leftSideCard {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0 auto;
  }

  .tc-results .tc-photo-wrap,
  .tc-results .candidate-img {
    width: 160px;
    height: 160px;
  }

  .tc-results h3.text-style,
  .tc-results h3.tc-card-title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px !important;
  }

  .tc-results h3.text-style p,
  .tc-results h3.tc-card-title p {
    text-align: center;
  }

  .tc-results .text-style.tc-meta-row,
  .tc-results .rightSideCard-listing > .text-style:not(.tc-card-actions):not(h3) {
    /*grid-template-columns: 1fr;*/
    gap: 2px;
    margin-bottom: 10px !important;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }

  .tc-results .text-style.tc-meta-row > p:first-child,
  .tc-results .rightSideCard-listing > .text-style:not(.tc-card-actions):not(h3) > p:first-child {
    font-size: 12px;
    color: #666;
    font-weight: 600;
  }

  .tc-results .text-style.tc-meta-row > p:last-child,
  .tc-results .rightSideCard-listing > .text-style:not(.tc-card-actions):not(h3) > p:last-child {
    font-size: 14px;
    color: #222;
  }

  .tc-results .tc-card-actions {
    justify-content: center !important;
    margin-top: 8px !important;
    gap: 10px;
  }

  .tc-results .tc-card-actions .viewProfileBtn {
    padding: 10px 14px !important;
    font-size: 13px !important;
  }

  .ui-menu {
    z-index: 99999 !important;
  }
}

@media (max-width: 575px) {
  .tc-page-title-strip .tc-compact-title,
  .tc-compact-title {
    font-size: 14px;
  }

  .tc-compact-img {
    max-height: 80px;
    max-width: 130px;
  }

  .tc-search-band .SearchForm-header {
    font-size: 16px;
  }

  .tc-search-band a.filter_dropdown_open {
    width: 32px;
    height: 32px;
    font-size: 16px;
  }

  .tc-search-band .go_buttons button {
    min-height: 32px;
    height: 32px;
    padding: 0 7px;
    font-size: 12px;
  }

  .tc-search-band .tc-job-row > .form-input,
  .tc-search-band .tc-job-row > input {
    min-height: 32px !important;
    height: 32px !important;
  }

  .tc-search-band .tc-filter-panel.columnsContainer_2,
  .tc-search-band .columnsContainer.columnsContainer_2.tc-filter-panel {
    margin: 10px -10px 0px 0px !important;
    padding: 12px !important;
  }

  .tc-results .tc-photo-wrap,
  .tc-results .candidate-img {
    width: 140px;
    height: 140px;
  }
}
