/*** MISC ***/
* {
	-webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
html {
  font-size: 15px; }
p, body {
  color: #292006; }
body {
  background-color: #FCF1D7;
}
body.register {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain; }
p {
  line-height: 1.69; }
body.register p {
  font-size: 1.2rem; }

h1 {
  color: #6b6b6b;
  font-weight: 500;
  font-size: 1.73rem;
  line-height: 1.15;
  margin: 0; }

.big-text p {
  color: rgba(41, 32, 6, 0.2);
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.3; }
.f-14,
.f-14 p {
  font-size: 0.93rem; }
.f-16,
.f-16 p {
  font-size: 1.06rem; }
.f-17,
.f-17 p {
font-size: 1.13rem; }
.f-18,
.f-18 p {
  font-size: 1.2rem; }
.f-20,
.f-20 p {
  font-size: 1.33rem; }
a {
  color: #292006;
  text-decoration: underline; }
a:hover,
a:focus {
  color: #292006;
  text-decoration: none; }
a.no-underline {
  text-decoration: none; }
a.no-underline:hover,
a.no-underline:focus {
  text-decoration: none; }
span.link-arrow {
  width: 9px;
  height: 11px;
  display: inline-block;
  margin-left: 5px;
  margin-right:10px;
  background-image: url('../images/arrow-link.svg');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat; }
span.link-arrow.red {
  background-image: url('../images/arrow-link-red.svg'); }
body, p {
  font-family: 'Open Sans', sans-serif; }
.btn, button {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  outline: 0;
  outline-offset: 0;
  color: #FFFFFF;
  font-weight: bold;
  font-size: 0.93rem;
  line-height: 1.31;
  letter-spacing: 0.05em;
  cursor: pointer;
  background-color: #FF5E29;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-align: center;
  text-decoration: none;
  border: 2px solid transparent;
  padding: 8px 35px;
  margin-bottom: 10px;}
.btn:hover, button:hover,
.btn:focus, button:focus {
  color: #FF5E29;
  background-color: #fff;
  border: 2px solid #FF5E29;
  -webkit-box-shadow: none;
          box-shadow: none; }
.btn-resend,
.btn-resend:hover,
.btn-resend:focus {
	color: #292106;
	font-size: 1.2rem;
	border: 0;
	padding: 0;
	background: transparent; }
body.register .btn {
  padding: 18px 55px;
  font-size: 1.06rem; }
.btn.red, button.red {
  font-weight: 500;
  color: #FFF;
  background-color: #CC0E0E;
  border: 2px solid #CC0E0E; }
.btn.red:hover, button.red:hover,
.btn.red:focus, button.red:focus {
  color: #CC0E0E;
  background-color: transparent;
  border: 2px solid #CC0E0E; }
.btn.transparent, button.transparent {
  font-weight: 500;
  color: #FF5E29;
  background-color: #fff;
  border: 2px solid #FF5E29; }
.btn.transparent:hover, button.transparent:hover,
.btn.transparent:focus, button.transparent:focus {
  color: #fff;
  background-color: #FF5E29;
  border: 2px solid #FF5E29; }
.btn.back, button.back {
  color: #FF5E29!important;
  text-transform: uppercase;
  background: #FFFFFF;
  border: 1.5px solid #FF5E29;
  border-radius: 3px;
  font-weight: bold!important;
  padding: 8px 55px;
  margin-bottom: 30px; }
.btn.back:hover, button.back:hover,
.btn.back:focus, button.back:focus {
  color: #fff!important;
  background-color: #FF5E29;
  border: 1.5px solid #FF5E29; }
.add-btn.btn {
  font-size: 1rem;
  font-weight: 500;
  padding: 7px 10px; }
.add-btn.btn:before {
  content: '+';
  margin-right: 5px; }
.arrow.btn,
.arrow.btn:hover,
.arrow.btn:focus {
  color: #FF5E29;
  background-color: #fff;
  padding: 8px 45px 8px 15px;
  border: 1px solid #FF5E29;
  text-align: left;
  position: relative; }
.arrow.btn:after {
  content: '';
  position: absolute;
  width: 15px;
  height: 11px;
  top: 50%;
  margin-top: -5.5px;
  right: 10px;
  background-image: url('../images/down-arrow-btn.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.uppercase {
  text-transform: uppercase; }
.capitalize {
  text-transform: capitalize!important; }
img {
  max-width: 100%; }
.container {
  width: auto;
  max-width: 1440px; }
.w-100 {
  width: 100%; }
.w-xs-100 {
  width: 100%; }
.fill-viewport {
  height: 100vh; }
.form-group.margin-y {
  margin: 2.8rem 0 5rem 0; }
body.register form {
  margin-top: 20px; }
.form-control,
.form-control:focus {
  border: 0.5px solid #938F82;
  border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none; }
label {
  color: #000000;
  font-size: 1.06rem; }
.search-input {
  margin: 0; }
.form-control,
.form-control:focus {
  border: 1px solid rgba(101, 101, 101, 0.2);
  border-radius: 3px; }
.search-input .input-group-append .input-group-text {
  background-color: transparent;
  border: 1px solid rgba(101, 101, 101, 0.2);
  border-left: 0;
  border-radius: 3px; }
body.register label {
  color: #000000;
  font-size: 1.09rem;
  line-height: 1.18; }
.input-group-prepend .input-group-text {
  background-color: transparent;
  border: 0.5px solid rgba(101, 101, 101, 0.2);
  border-right: 0; }
.custom-control {
  padding-left: 28px; }
.custom-control-label::before {
  top: 0;
  left: -28px;
  width: 18px;
  height: 18px;
  border: 2px solid #B1B1B1;
  border-radius: 2px; }
.custom-control-label::after {
  position: absolute;
  top: 0;
  left: -28px;
  width: 18px;
  height: 18px; }
.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  border-color: #FF5E29;
  background-color: #FF5E29; }
.search-form label {
  color: #292006;
font-size: 0.93rem;
line-height: 1.5;
letter-spacing: 1px; }
.search-form .form-group{
  width: 100%; }
.search-form .search-input .input-group {
  margin-bottom: 20px;
  width: 100%; }
.search-form select.form-control {
  margin-bottom: 20px;
  width: 100%; }
.search-form .form-control {
  min-height: 40px; }
.search-form .custom-control {
  padding-left: 28px;
  padding-right: 20px;
  display: inline-block;
  margin-top:1.75rem;
}
.search-form .custom-control-input {
  color: #292006;
  font-size: 0.93rem;
  line-height: 1.5;
  letter-spacing: 1px;
  width: 21px;
  height: 21px; }
.custom-control-label::before,
.custom-control-label::after {
  top: 3px; }
.search-form .custom-control-label {
  font-size: 0.93rem; }
.search-form .custom-control-label span {
  margin-right: 10px; }
.form-buttons {
  margin-top: 15px;
}
.form-buttons .btn {
  font-weight: 500;
  font-size: 0.8rem;
  line-height: 1.5;
  width: 100%;
  margin-bottom: 15px;
  padding: 8px 10px; }
form.create-alert {
  margin-top: 40px; }
form.create-alert label {
  color: #292006;
  font-size: 0.93rem; }
.pic-round {
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*background-color: rgba(117, 98, 45, 0.5);*/ }
.icon-btn,
.icon-btn:hover,
.icon-btn:focus {
  width: 45px;
  height: 30px;
  display: inline-block;
  border-radius: 3px;
  background: #F2F2F2;
  padding: 0;
  border: 1.5px solid #aaa;
  background-position: center;
  background-repeat: no-repeat; }
.icon-btn.active {
  background: #FF5E29;
  border: 1.5px solid #FF5E29;
  background-position: center;
  background-repeat: no-repeat; }
.save-btn,
.save-btn:hover,
.save-btn:focus {
  background-image: url('../images/ico-star.svg');
  background-size: 16px; }
.close-btn,
.close-btn:hover,
.close-btn:focus {
  background-image: url('../images/ico-close.svg');
  background-size: 14px; }
.save-btn.active {
  background-image: url('../images/ico-star-white.svg');
  background-size: 16px; }
.pdf-btn,
.pdf-btn:hover,
.pdf-btn:focus {
  background-image: url('../images/ico-pdf.svg');
  background-size: 18px; }
.speech-btn,
.speech-btn:hover,
.speech-btn:focus {
  background: #25D366;
  border: 1.5px solid #25D366;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 23px;
  background-image: url('../images/ico-chat-01.svg'); }
.lock-btn,
.lock-btn:hover,
.lock-btn:focus {
  padding: 0;
  background-color: transparent;
  border: 0;
  background-image: url('../images/ico-lock.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
  background-size: contain;
  width: 16px;
  height: 22.22px; }
.location-btn,
.location-btn:hover,
.location-btn:focus {
  padding: 0;
  background-color: transparent;
  border: 0;
  background-image: url('../images/ico-pointer.svg');
  background-repeat: no-repeat;
  display: inline-block;
  background-position: center;
  background-size: contain;
  width: 18px;
  height: 25px; }
.lock-btn,
.location-btn
{
  margin-left: 15px;
}
.ico-location {
  background-image: url('../images/ico-pointer.svg');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 19px; }
.ico-lock {
  background-image: url('../images/ico-lock.svg');
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: middle;
  background-position: center;
  background-size: contain;
  width: 14px;
  height: 20px; }
.numbers strong {
  color: #FF5E29;
  font-weight: 500;
  font-size: 3rem;
  line-height: 1.18;
  letter-spacing: 0.03em;
  display: inline-block;
  vertical-align: middle; }

#main-content {
  margin-bottom: 40px; }
#headerContent {
  margin-bottom: 80px;
}
.side-account .pic,
.profile-info .head .pic-round {
	-webkit-box-shadow:inset 0 0 0 1px #fafafa;
	-moz-box-shadow:inset 0 0 0 1px #fafafa;
	box-shadow:inset 0 0 0 1px #fafafa; }

/*** list of candidates, employers or agencies ***/
.profiles-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.profiles-list ul li {
  border: 1px solid rgba(101, 101, 101, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 24px;
  padding: 25px; }
.profiles-list ul li:last-child {
  margin: 0; }
.profiles-list ul li .pic-round {
  margin-left: 10px;
  margin-right: 30px;
  width: 100px;
  height: 100px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.profiles-list ul li h2 {
  color: #292006;
  font-weight: 500;
  font-size: 1.46rem;
  line-height: 1.18;
  margin-top: 1rem;
  margin-bottom: 0.6rem; }
.profiles-list ul li h2 a {
  text-decoration: none; }
.profiles-list ul li h3 {
  color: #292006;
  font-size: 1rem;
  margin-bottom: 1.4rem; }
.profiles-list ul li p {
  line-height: 1.6;}
.profiles-list ul li .buttons {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
.profiles-list.employers-pages h3 {
  color: #292006;
  font-size: 1.1rem;
  font-weight: normal;
  line-height: 1.15;
  margin-bottom: 0.53rem; }
.profiles-list.employers-pages h4 {
  color: #292006;
  font-size: 1rem;
  margin: 0; }

/*** HEADER ***/
.registration-page header {
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 2;
  padding: 15px 0; }
header .cont-log {
  display: none; }
.sidebar a.logo,
.side-account  {
  display: none; }
.sidebar {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: auto;
  z-index: 999; }
.sidebar .main-navigation-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  background-color: #fff;
  padding: 8px 0; }
.main-navigation-menu li {
  display: inline-block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center; }
.sidebar ul.main-navigation-menu li a {
  display: block;
  color: #656565;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.93rem; }
.sidebar .main-navigation-menu li a:hover,
.sidebar .main-navigation-menu li a:focus,
.sidebar .main-navigation-menu li a.active {
  position: relative; }
.sidebar .main-navigation-menu li a:hover:before,
.sidebar .main-navigation-menu li a:focus:before,
.sidebar .main-navigation-menu li a.active:before {
  content: '';
  position: absolute;
  height: 3px;
  left: 0;
  right: 0;
  top: -8px;
  background-color: #FF5E29; }
.sidebar ul.main-navigation-menu li a em {
  width: 22px;
  height: 20px;
  display: block;
  margin: auto;
  background-position: center;
  background-size: contain; }
.sidebar ul.main-navigation-menu li a span {
  display: none; }
.header-mobile {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  text-align: center;
  background-color: #FFFFFF;
  z-index: 999;
  padding: 8px 0;
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 2px rgba(0, 0, 0, 0.15); }
.header-mobile a.logo img {
  width: 130px; }
.header-mobile .navbar-nav {
  padding: 0 0 0 20px; }
.header-mobile .navbar-nav .nav-item {
  text-align: left;
  padding: 14px 0;
  border-bottom: 1px solid #808080; }
.header-mobile .navbar-nav .nav-item .nav-link {
  color: #333;
  text-transform: none;
  text-align: left;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 20px; }
.header-mobile .navbar-nav .nav-item .nav-link:hover,
.header-mobile .navbar-nav .nav-item .nav-link:focus,
.header-mobile .navbar-nav .nav-item .nav-link.active {
  color: #000000;
  border: 0; }

/*** NAV ***/
.navbar {
  padding: 0; }
.navbar-collapse {
  position:absolute;
  left:-9999em;
  top:20px;
  z-index:1;
  width: 90%; }
.navbar-collapse.open {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: absolute;
  right: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
          box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  left: 10%;
  top: 24px;
  min-height: calc(100vh - 170px);
  width: 90%; }
.navbar-toggler {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: transparent;
  z-index: 2;
  border: 0;
  width: 35px;
  margin-top: 0;
  margin-right: 20px;
  height: 30px;
  line-height: 0;
  padding: 0;
  top: -35px;
  right: 0;
  position: absolute; }
.navbar-toggler:focus,
.navbar-toggler:hover {
  background-color: transparent;
  border: 0;
  outline: 0; }
.navbar-toggler .icon-bar {
  background-color: #808080;
  width: 35px;
  height: 4px;
  margin: 3px 0;
  display: inline-block;
  border-radius: 1px; }
.navbar-toggler .icon-bar {
  background-color: #808080; }
.navbar-toggler.open {
    -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: transparent; }
.navbar-toggler.open .icon-bar:last-of-type {
  display: none; }
.navbar-toggler.open .icon-bar:nth-child(1) {
  position: absolute;
  left: 0;
    top: 9px;
    -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg); }
.navbar-toggler.open .icon-bar:nth-child(2) {
  position: absolute;
  right: 0;
    top: 9px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
.navbar-nav {
  display: block;
  width: auto;
  background-color: #FFF;
  padding: 0; }
.navbar-nav .nav-item {
  padding: 10px 0; }
.navbar-nav .nav-link,
.navbar-expand-lg a.register {
  color: #0C4572;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 3px;
  text-decoration: none;
  font-weight: 500;
  padding: 0 7px; }
.nav-item span.icon-home {
  display: none; }
.navbar-nav .nav-link.active,
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link:focus,
.navbar-expand-lg a.register:hover,
.navbar-expand-lg a.register:focus {
  border: 1px solid #D44F3E;
  position: relative;
  color: #1C87EE;
  text-decoration: none; }


/*** top nav ***/
ul.top-nav {
  padding: 0;
  margin: 0;
  width: 100%;
	overflow-y: scroll;
  white-space: nowrap;
  list-style: none;
  background-color: #F2F2F2;
  border: 1px solid #F2F2F2;
	-ms-overflow-style: none;
	scrollbar-width: none; }
ul.top-nav::-webkit-scrollbar {
	display: none; }
ul.top-nav li {
  display: inline-block; }
ul.top-nav li a {
  color: #292006;
  height: 46px;
  text-align: center;
  text-decoration: none;
  line-height: 55px;
  padding: 0 15px;
  display: block; }
ul.top-nav li a:hover,
ul.top-nav li a.active,
ul.top-nav li a:focus {
  position: relative;
  color: #FF5E29;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  border-radius: 2px; }
ul.top-nav li a:hover:before,
ul.top-nav li a.active:before,
ul.top-nav li a:focus:before {
  content: '';
  position: absolute;
  background-color: #FF5E29;
  right: 20%;
  left: 20%;
  top: 0;
  height: 4px;
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
  border-radius: 2px; }

.mobile-nav {
  width: 100%;
}
.mobile-nav .dropdown-menu {
  width: 100%;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #333;
}
.dropdown-item {
  padding: .75rem 1.5rem;
  text-decoration: none;
}
/*** CONTENT ***/
body.register h1 {
  color: #292006;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1.37;
  margin: 0; }
h2 {
  color: #292006;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.18; }
h3 {
  color: #292006;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.18; }
body.register .content-box {
  padding: 30px 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px; }
.cont-box {
  position: relative;
  margin-bottom: 30px;
  padding: 15px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px; }
.page-view .right-col .cont-box-looking {
  padding: 2px 15px;
}
.uppercaseTextTitle h2 {
  text-transform: uppercase; }
main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 0; }
.wrapp-content {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }

/*** LOG IN ***/
.login-page main .container {
  max-width: 1385px;
  margin: auto; }

/*** REGISTER ***/
.registration-page main {
  padding-top: 110px; }
.registration-page main .container {
  max-width: 1170px; }
.registration-page main h1 {
  font-weight: 500;
  font-size: 2.7rem;
  line-height: 1.2;
  letter-spacing: 0.03em;
  margin-bottom: 15px; }
.registration-page main h1 + p {
  color: #3C3C3C;
  font-size: 1.1rem;
  line-height: 1;
  letter-spacing: 0.1px; }
.registration-page main .menu {
  margin-top: 40px; }
.registration-page main .menu .box {
  text-align: center;
  background: #FFFFFF;
  border: 4px solid transparent;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px; }
.registration-page main .menu .box:hover,
.registration-page main .menu .box:focus{
  background: #FFFFFF;
  border: 4px solid #FF5E29; }
.registration-page main .image {
  height: 86px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 35px; }
.registration-page main .image img {
  width: auto;
  height: 100%; }
.registration-page main .menu .box h2 {
  color: #252525;
  font-weight: bold;
  font-size: 1.86rem;
  line-height: 0.75;
  letter-spacing: 0.03em;
  margin-bottom: 25px; }
.registration-page main .menu .box h2 + p {
  color: #3C3C3C;
  font-size: 0.9rem;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 0.1px;
  margin-bottom: 25px;
  padding: 12px 15px;
  background-color: #F6F2E6; }
.registration-page main .menu .box .btn {
  font-size: 1.06rem;
  padding: 12px 55px; }

/*** register confirmation email ***/
form.code-register label {
  color: #292006;
  font-size: 1.2rem; }

/*** CANDIDATE and EMPLOYER  home page ***/
.df-jcb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
.home-page h1 {
  font-size: 2.13rem;
  margin-bottom: 1rem; }
.home-page .form-group {
  margin-bottom: 0; }
.home-page .form-group.home-search label {
  color: #FF5E29;
  font-size: 1.33rem;
  line-height: 1.15;
  margin-bottom: 1.26rem; }
.home-page .form-group.home-search .form-control {
  height: 52px;
  border: 1px solid #ced4da;
  border-right: 0;
  border-radius: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding-left: 24px;
  margin-bottom: 0; }
.home-page .input-group-append .input-group-text {
  position: relative;
  padding: .375rem .75rem;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-left: 0;
  border-radius: 3px;
  margin-bottom: 0; }
.input-group-append .input-group-text:before {
  content: '';
  position: absolute;
  top: 16px;
  bottom: 16px;
  left: 0;
  width: 1px;
  background-color: #ced4da; }
.home-page .edit-profile-box {
  background: #FFFFFF;
  border: 3px solid #CC0E0E;
  border-radius: 4px;
  padding: 39px 10% 25px 10%;
  margin: 15px auto; }
.home-page .edit-profile-box a {
  color: #CC0E0E;
  font-weight: 500;
  font-size: 1.33rem;
  line-height: 1.15;
  margin-bottom: 15px;
  display: inline-block; }
.home-page .edit-profile-box ul {
  padding: 0;
  list-style-type: none; }
.home-page .edit-profile-box ul li:before {
  content: "-";
  margin-right: 5px; }

.home-matches h2 {
  font-weight: 500;
  font-size: 1.33rem;
  line-height: 1.15;
  margin-bottom: 6px; }
.home-matches p {
  font-size: 0.93rem; }
.home-matches .box {
  position: relative;
  background: #FFFFFF;
  height: 98px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 17px 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px; }
.home-matches .box:hover,
.home-matches .box:focus {
  color:#fff;
  background: #FF5E29;
  border: 1px solid #F6CB50;
  border-radius: 3px; }
.home-matches .box:before {
  content: '';
  position: absolute;
  left: 0;
  top: 32px;
  bottom: 32px;
  width: 7px;
  background-color: #808080; }
.home-matches .box:hover:before,
.home-matches .box:focus:before {
  background-color: #fff; }
.home-matches .box strong {
  padding: 0 14%; }
.home-matches .box div.title {
  font-size: 0.8rem; }
.home-matches .box a {
  display: inline-block;
  font-size: 0.93rem;
  padding-right: 10px; }
.home-matches a.setup {
  color: #292006;
  font-size: 0.8rem;
  line-height: 1.16;
  display: table;
  margin: 30px 0 0 auto; }
.home-matches .box:hover a,
.home-matches .box:focus a,
.home-matches .box:hover strong,
.home-matches .box:focus strong {
  color: #fff; }
.home-matches .box:hover span.link-arrow,
.home-matches .box:focus span.link-arrow {
  background-image: url('../images/arrow-link-white.svg'); }
.home-contacted ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.home-contacted ul li {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: auto;
      -ms-flex: auto;
          flex: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 65px;}
.home-contacted ul li:first-child {
  padding-left: 0; }
.home-contacted ul li:last-child {
  padding-right: 0; }
.home-contacted ul li:last-child:after {
  display: none; }
.home-contacted ul li strong {
  padding-right: 15px; }
.home-contacted ul li p {
	padding-top: 0;
	font-size: 1rem;
	line-height: 1.18;
	margin-top: 15px; }
.home-contacted ul li a {
  color: #292006;
  font-size: 1rem;
  position: absolute;
  left: auto;
	right: 0;
  bottom: auto;
	top: 15px }
.home-allowance {
  font-size: 1.33rem; }
.home-allowance strong {
  margin-right: 15px; }


/*** PROFILE UNPOPULATED***/
.profile-info .red-label {
  position: relative;
  width: auto;
  display: table;
  margin: -10px -15px 15px auto;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 1.06rem;
  line-height: 1.6;
  background-color: #EB5757;
  padding: 8px 15px 8px 25px; }
.profile-info .red-label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 13px solid #ffffff; }
.profile-info .red-label span {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('../images/label-check.svg');
  margin-left: 35px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain; }
.profile-info .head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1rem; }
.profile-info .head .upload-photo {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 50%;
  padding: 0 20px;
  margin-right: 20px;
  background: #F6F2E6;
  border: 2px dashed #292006; }
.profile-info .head .pic-round {
  width: 100px;
  height: 100px;
  margin: 20px 10px 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
.profile-info .head .upload-photo span {
  display: inline-block;
  text-transform: lowercase;
  font-size: 1rem;
  line-height: 1.37;
  color: #292006;
  -webkit-transform: rotate(-52.38deg);
      -ms-transform: rotate(-52.38deg);
          transform: rotate(-52.38deg); }
.profile-info .head h2 {
  color: #656565;
  text-transform: none;
  margin: 0;
  font-size: 0.93rem;
  line-height: 1.14; }
.profile-info .head h2 span {
  font-weight: normal; }
.profile-info .head h3 {
  color: #000000;
  font-weight: 500;
  font-size: 1.46rem;
  line-height: 26px;
  margin: 0; }
.profile-info .head h4 {
  font-size: 1.06rem;
  line-height: 1.62;
  color: rgba(0, 0, 0, 0.5);
  margin: 0; }
.profile-info h2 {
  text-transform: uppercase;
  font-size: 0.93rem;
  letter-spacing: 0.01em;
  margin: 1.2rem 0; }
.profile-info h5 {
  color: #000000;
  font-size: 0.93rem;
  line-height: 1.14; }
.profile-detail.unpopulated > ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.profile-info a,
.profile-detail a,
.page-view .right-col a {
  color: #275AD0;
  font-weight: 500;
  font-size: 0.93rem;
  line-height: 1.5;
  letter-spacing: 1px;
  text-transform: uppercase; }
.more p a {
  text-transform: none !important;
}
.profile-info .cont a {
  text-transform: none;
  word-break: break-all;
  color: #000000; }
.profile-detail a.add {
  position: relative;
  padding-left: 15px; }
.profile-detail a.add:before {
  content: '+';
  position: absolute;
  left: 0; }
.profile-detail h2 {
  text-transform: uppercase;
  margin: 1rem; }
.skills > ul {
  padding: 0;
  margin: 0;
  list-style: none;
   -webkit-column-count: 2;
  -moz-column-count: 2;
  -o-column-count: 2;
    column-count: 2;  }
.skills > ul > li {
  color: #292006;
  font-size: 1.1rem;
  line-height: 1.67;
  display: inline-block;
  width:100%;
  margin:0;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #fff;
  font-size: 0.93rem;
  background-color: #FF5E29;
  border: 0;
  border-radius: 0;
  margin-top: 9px;
  letter-spacing: 0.03em; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
.select2-selection__choice__remove {
  color: #fff; }
.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  min-height: 40px;
  border: 1px solid rgba(101, 101, 101, 0.2);
  border-radius: 3px; }
.select2-container {
  display: block; }
form.search-form .select2-container--default .select2-selection--multiple .select2-selection__choice {
  color: #000000;
  background-color: #C4C4C4; }
form.search-form  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove,
form.search-form .select2-selection__choice__remove {
    color: #000000; }
.select2-container--default .select2-selection--single {
  height: 100%;
  border: 1px solid rgba(101, 101, 101, 0.2);
  border-radius: 3px; }


.select2-results__options {
  color: #292006;
  font-weight: 500;
  font-size: 1.2rem;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 6px rgba(0, 0, 0, 0.25);
  border-radius: 4px; }
.select2-results__options li {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(101, 101, 101, 0.2); }
.select2-results__options li:last-child {
  border: 0; }
.select2-container--default .select2-results__option[aria-selected=true] {
  color: #FF5E29;
  background-color: #fff; }
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fff;
  color: #FF5E29; }
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #FF5E29 transparent transparent transparent; }

/*** LESS MORE CONTENT ***/
.more-less-content {
  padding-right: 10%;
  position: relative; }
.lm-arrow {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-decoration: none;
  position: absolute;
  right: 0;
  top: 90px;
  display: inline-block;
  width: 11px;
  height: 13px;
  background-image: url('../images/lm-down-arrow.svg');
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }
.lm-arrow.open {
  background-image: url('../images/lm-up-arrow.svg'); }
div.less {
  display: inline-block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden !important; }
div.less p {
  height: 20px; }
div.less:after {
  content: '...';
  position: absolute;
  right: 41px;
  bottom: 20px;}
.more {
  height: auto; }

/*** PROFILE POPULATED ***/
.blueLineList > ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.blueLineList > ul > li {
  position: relative;
  padding: 0 20px 30px 35px; }
.blueLineList > ul > li:before {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  height: 43px;
  width: 8px;
  background-color: #FF5E29; }
.blueLineList > ul > li:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -0.5px;
  width: 1px;
  background-color: #FF5E29; }
.blueLineList > ul > li:last-child:after {
  display: none; }
.blueLineList.no-after-list ul li:after {
  display: none; }
.profile-detail h3 {
  color: #292006;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.16; }
.profile-detail h4 {
  color: #292006;
  font-size: 1.06rem; }
.profile-detail .time {
  color: #000000;
  font-size: 0.93rem;
  line-height: 1.14;
  margin-bottom: 15px; }
.profile-detail .links a {
  display: inline-block;
  margin-right: 20px; }

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  border: 0;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none; }
.slick-prev:before {
  content: "←";
  color: #FF5E29; }
.slick-next:before {
  content: "→";
  color: #FF5E29; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: 0; }
.modal {
  background: rgba(0, 0, 0, 0.8);
  text-align: left;  }
.modal p {
  color: #292006;
  font-size: 1.06rem;
  margin-bottom: 4px; }
.modal-dialog {
  max-width: 745px; }
.modal-content {
  max-width: 745px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 4px; }
.modal-header {
  display: block;
  padding:40px 10% 30px 10%;
  border-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
.modal-header .close,
.modal-header .close:focus,
.modal-header .close:hover {
  position: absolute;
  right: 25px;
  top: 25px;
  outline: none;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: -15px -1rem -1rem auto; }
.modal-header h5 {
  color: #000000;
  font-weight: 500;
  font-size: 1.46rem;
  line-height: 1.18;
  letter-spacing: 0.01em;
  margin-bottom: 0.93rem; }
.modal p {
  color: #292006!important;
  font-size: 1.06rem!important;
  line-height: 1.18!important; }
.modal-body {
  padding: 0 10%; }
.modal-body label span {
  color: #656565;
  font-size: 0.93rem;
  line-height: 1.86;
  margin-left: 5px; }
.modal-footer {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
          justify-content: flex-end;
  padding: 0 10% 20px;
  border-top: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }
.modal-footer .btn {
  width: 180px;
  padding: 8px 50px;
  color: #F2F2F2;
  font-weight: 500;
  font-size: 0.93rem;
  line-height: 1.5;
  letter-spacing: 1px; }
.modal-footer .btn:hover,
.modal-footer .btn:focus {
  color: #FF5E29; }

/*** PAGE VIEW ***/
.page-view .right-col h2 {
  text-transform: uppercase;
  margin: 1.3rem 0; }
.page-view .right-col h3 {
  color: #000000;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 1.16;
  margin-bottom: 0.33rem; }
.page-view .right-col h4 {
  color: #292006;
  font-size: 0.93rem;
  line-height: 1.16;
  margin-bottom: 1.3rem; }
.cont-box.about .manage-images {
  text-align: right;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.cont-box.about .manage-images ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.cont-box.about .manage-images ul li {
  padding: 10px; }
.cont-box.about .manage-images ul li div{
  height: 110px;
  background-color: #C4C4C4; }

/*** ACCOUNT SETTINGS ***/
label.btn,
label.btn:hover,
label.btn:focus {
  font-weight: 500;
  font-size: 0.93rem;
  width: 45px;
  padding: 6px;
  color: #FF5E29;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  background-color: #fff;
  border: 2px solid #FF5E29; }
.btn-group .btn-on.active{
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  border: 2px solid #FF5E29;
  background-color: #FF5E29;}
.btn-group .btn-off.active{
  border: 2px solid #FF5E29;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #fff;
  background-color: #FF5E29; }
.btn-group input[type=checkbox], input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0; }

/***EMPLOYER - CANDIDATE NOTIFICATION ***/
.matching-alerts ul {
  list-style: none;
  margin: 0;
  padding: 0; }
.matching-alerts ul li {
  color: #292006;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 27px;
  padding-bottom: 40px;
  border-bottom: 0.5px solid rgba(101, 101, 101, 0.5) ; }
.matching-alerts ul li:last-child {
  border: 0; }
.matching-alerts ul li a {
  display: inline-block;
  vertical-align: middle;
  color: #FF5E29;
  font-weight: 500;
  font-size: 0.93rem;
  line-height: 1.5;
  text-align: right;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-left: 20px; }

/*** TEAM ***/
.team-list .card {
  margin-bottom: 15px;
}
.team-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.team-list ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  border-radius: 2px;
  margin-bottom: 8px; }

.team-list ul a,
.home-matches a,
.text a {
  text-decoration: none;
}

.team-list ul li a.close {
  color: #656565;
  font-size: 3rem;
  line-height: 1;
  text-decoration: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 35px; }
.team-list ul li .pic {
  width: 37px;
  height: 37px;
  flex-shrink: 0;
  background-color: #C4C4C4;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  margin-right: 30px; }
.team-list ul li h2 {
  color: #292006;
  font-size: 1.2rem;
  line-height: 1.44;
  margin: 0; }
.team-list ul li .time {
  color: #656565;
  font-size: 1.06rem;
  line-height: 1.62; }
.team-list ul li .btn {
  width: 170px;
  margin-top: 20px; }

/*** ICO's ***/
svg {
  width: 100%;
  height: 100%; }
[class^="ico-"] {
  display: inline-block;
  vertical-align: middle;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center; }
.ico-home{
  background-image: url('../images/ico-home.svg'); }
.ico-direction{
  background-image: url('../images/ico-direction.svg'); }
.ico-src{
  background-image: url('../images/ico-src.svg'); }
.ico-alerts{
  background-image: url('../images/ico-notifications.svg'); }
.ico-settings{
  background-image: url('../images/ico-settings.svg'); }
.ico-messages{
  background-image: url('../images/ico-messages.svg'); }
.ico-profile{
  background-image: url('../images/ico-profile.svg'); }
.ico-info{
  background-image: url('../images/ico-info.svg'); }
  a:hover .ico-home,
  a:focus .ico-home,
  a.active .ico-home {
    background-image: url('../images/ico-home-black.svg'); }
  a:hover .ico-direction,
  a:focus .ico-direction,
  a.active .ico-direction{
    background-image: url('../images/ico-direction-black.svg'); }
  a:hover .ico-src,
  a:focus .ico-src,
  a.active .ico-src{
    background-image: url('../images/ico-src-black.svg'); }
  a:hover .ico-settings,
  a:focus .ico-settings,
  a.active .ico-settings {
    background-image: url('../images/ico-settings-black.svg'); }
  a:hover .ico-messages,
  a:focus .ico-messages,
  a.active .ico-messages {
    background-image: url('../images/ico-messages-black.svg'); }
  a:hover .ico-profile,
  a:focus .ico-profile,
  a.active .ico-profile {
    background-image: url('../images/ico-profile-black.svg'); }
a:hover .ico-info,
  a:focus .ico-info,
  a.active .ico-info {
    background-image: url('../images/ico-info-black.svg'); }

/*** PAGINATION ***/
.pagination {
  margin-top: 30px; }
.pagination .page-item .page-link {
  text-decoration: none; }
.page-link:hover {
  color: #fff;
  background-color: #5485DD; }

.add-alert {
  float: none;
}
footer {
  display: none; }
  @media (min-width: 576px) {


  }

  @media (min-width: 768px) {
    .add-alert {
      float: right;
    }
    .home-page .edit-profile-box {
      margin: 0 auto; }
    .team-list .card {
      margin-bottom: 30px;
    }
    .w-xs-100 {
      width: auto; }
    .btn.back, button.back {
      margin-bottom: 0; }
    .btn.back.top-btn {
      position: absolute;
      top: -53px; }
    .search-form .search-input .input-group {
      margin-bottom: 0; }
    .search-form select.form-control {
      margin-bottom: 0; }
    .form-buttons {
      margin-top: 40px;
      text-align: center; }
    .form-buttons .btn {
      width: 48%;
      margin-bottom: 0; }
    .select2-results__options {
      /*padding: 0 30px;*/ }
    .select2-results__options li {
      padding: 20px 40px; }
    .header-mobile {
      display: none; }
    header .cont-log {
      display: block; }
    header {
      padding-left: 245px;
      padding-top: 40px;
      min-height: 110px; }
    header .cont-log {
      text-align: right; }
    #sidebar {
      padding: 65px 0 130px 0;
      height: 100vh;
      overflow: auto;
      display: block; }
    .sidebar {
      position: fixed;
			left: 0;
			top:0;
			bottom:0;
      background-color: #FFF;
      border-right: 1px solid #E5E5E5;
      min-width: 190px;
      max-width: 190px; }
    .sidebar a.logo {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      z-index: 999;
      background-color: #fff;
      height: 65px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    .sidebar a.logo img {
      width: 100px; }
    .sidebar .main-navigation-menu {
      display: block;
      padding: 0;
      margin: 0;
      list-style: none; }
    .sidebar .main-navigation-menu li {
      display: block;
      text-align: left;
      margin-bottom: 4px; }
    .sidebar .main-navigation-menu li a {
      -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
      display: block;
      color: #656565;
      font-size: 0.9rem;
      text-decoration: none;
      background: #FAFAFA;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
      border-radius: 2px;
      height: 60px;
      line-height: 60px;
      padding: 0 15px; }
    .sidebar .main-navigation-menu li a:hover,
    .sidebar .main-navigation-menu li a:focus,
    .sidebar .main-navigation-menu li a.active {
      position: relative;
      color: #292006;
      background-color: #fff; }
    .sidebar .main-navigation-menu li a:hover:before,
    .sidebar .main-navigation-menu li a:focus:before,
    .sidebar .main-navigation-menu li a.active:before {
      content: '';
      position: absolute;
      width: 4px;
      background-color: #FF5E29;
      left: auto;
      height: auto;
      top: 22px;
      right: 0;
      bottom: 22px; }
    .sidebar .side-account a:before {
      display: none; }
    .sidebar ul.main-navigation-menu li a em {
      width: 22px;
      height: 20px;
      display: inline-block;
      background-position: center;
      background-size: contain;
      margin-right: 10px; }
    .sidebar ul.main-navigation-menu li a span {
      display: inline-block; }
    .side-account {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      font-size: 0.93rem;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 20px;
      background: #FAFAFA;
      -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 2px rgba(0, 0, 0, 0.25);
      border-radius: 2px; }

    .side-account .pic {
      width: 35px;
      height: 35px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      margin-right: 10px;
      border-radius: 50%;
      background-color: #fff; }
    .side-account .name {
      color: #473A16;
      font-weight: 500;
      font-size: 0.9rem; }
    .side-account .name:after {
      content: '';
      width: 9px;
      height: 7px;
      display: inline-block;
      margin-left: 5px;
      background-image: url('../images/down-arrow.svg');
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain; }
    .side-account.employer .name:after {
      background-image: url('../images/down-arrow-blue.svg'); }
    .side-account a  {
      color: #473A16; }
    .side-account.employer a {
      color: #473A16;
      font-size: 0.93rem;
      text-decoration: none; }
		.home-contacted ul li p {
		  padding-top: 7px;
		  font-size: 0.9rem;
		  line-height: 1.18;
		  margin: 0; }
		.home-contacted ul li a {
		  font-size: 0.8rem;
		  left: 0;
			right: auto;
		  bottom: 0;
			top: auto; }
    .home-contacted ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
    .home-contacted ul li {
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: auto;
          -ms-flex: auto;
              flex: auto;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      height: 110px;
      padding: 10px 20px 0 20px; }
    .home-contacted ul li:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      height: 66px;
      width: 1px;
      background-color: rgba(0, 0, 0, 0.5); }
    #main-content {
      max-width: calc(100%);
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 15px 0 30px 190px; }
    .cont-box {
      padding: 30px 40px; }
    main {
      min-height: 615px;
      padding: 50px 0; }
    ul.top-nav {
      padding: 0 30px 6px 30px;
      margin: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
			overflow: none;
      list-style: none;
      background-color: #F2F2F2;
      border: 1px solid #F2F2F2;
      border-radius: 0 0 3px 3px; }
    ul.top-nav li {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    ul.top-nav li a {
      color: #292006;
      height: 46px;
      text-align: center;
      text-decoration: none;
      line-height: 55px;
      display: block; }
    .registration-page main {
      padding-top: 120px; }
    .registration-page main h1 {
      font-size: 3.14rem;
      line-height: 1.25; }
    .registration-page main h1  + p {
      font-size: 1.33rem; }
    .registration-page main .menu {
      margin-top: 35px; }
    .registration-page main .menu .box {
      margin: 0;
      padding: 30px 15px; }
    .registration-page main .menu .box h2 + p {
      line-height: 1.4;
      min-height: 44px; }
    .registration-page main .image {
      height: 60px;
      margin-bottom: 20px; }
    .profile-info .red-label {
      margin: -10px -40px 35px auto; }
    .profile-detail .head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-flow: row-reverse;
          -ms-flex-flow: row-reverse;
              flex-flow: row-reverse;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;  }
    .profile-info .head .pic-round {
      width: 70px;
      height: 70px;
      margin: inherit;
      margin-top: 0;
      margin-right: 15px;
      margin-bottom: 0; }
    .profile-info h2,
    .page-view .right-col h2 {
      margin: 0 0 1.3rem 0; }
    footer {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      background-color: #fff;
      display: block;
      padding: 10px; }
    footer .logos {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 10px; }
    footer p {
      color: #292006;
      font-size: 0.66rem;
      line-height: 1.2; }
  }

  @media (min-width: 992px) {
    .w-70 {
      width: 70%; }
    .padding-x {
      padding: 0 15px; }
    body.register h1 {
      font-size: 2.66rem; }
    main {
      min-height: 720px;
      padding: 100px 0; }
    .cont-box {
      padding: 20px 25px; }
    .cont-box.about .manage-images {
      text-align: right;
      min-height: 450px; }
    .cont-box.more-padding {
      padding: 50px 15%; }
    .page-view .right-col .cont-box {
      padding: 50px 10%; }
    .page-view .right-col .cont-box-looking {
      padding: 15px 25px;
    }
    .page-view .right-col .cont-box-looking h2 {
      margin-bottom: 0;
    }
    body.register .content-box {
      padding: 70px 10%;
      margin: 0 4%; }
    .registration-page header {
      padding: 20px; }
    .registration-page main {
      padding-top: 170px; }
    .registration-page main .menu {
      margin-top: 60px; }
    .registration-page main .menu .box {
      min-height: 345px;
      padding: 45px 15px 30px 15px; }
    .registration-page main .menu .box .btn {
      visibility: hidden; }
    .registration-page main .menu .box:hover .btn,
    .registration-page main .menu .box:focus .btn {
      visibility: visible; }
    .registration-page main .image {
      height: 86px;
      margin-bottom: 35px; }
    .profile-info .red-label {
      margin: 0 -25px 35px auto; }
    .profile-info .head .upload-photo {
      width: 90px;
      height: 90px;
      padding: 0 20px;
      margin-right: 15px; }
    .profile-info .head .pic-round {
      width: 70px;
      height: 70px;
      margin-right: 15px; }
    .profile-info .head .upload-photo span {
      font-size: 0.9rem; }
    .profile-info .head h2 {
      font-size: 0.83rem; }
    .profile-info .head h3 {
      font-size: 1.3rem; }
    .profile-info .head h4 {
      font-size: 1rem; }

    .profile-detail.unpopulated > ul > li {
      min-height: 280px; }
    .profiles-list ul li .text {
      position: relative;
      -webkit-box-flex: 1;
      -webkit-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 34px; }
    .profiles-list ul li .text:before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      -ms-touch-action: 50%;
          touch-action: 50%;
      margin-top: -57.5px;
      height: 115px;
      width: 1px;
      background-color: rgba(101, 101, 101, 0.2); }
    .team-list ul li .btn {
      margin: 0; }
    .mobile-nav {
      width: inherit;
    }

  }


  @media (min-width: 1200px) {
    .form-buttons {
      text-align: right; }
    .form-buttons .btn {
      font-size: 0.93rem;
      width: 38%;
      margin-bottom: 0;
      margin-left: 10px; }
    .sidebar {
      min-width: 245px;
      max-width: 245px; }
    .sidebar a.logo {
      height: 110px; }
    .sidebar a.logo img {
      width: 157px; }
    .sidebar .main-navigation-menu li {
      margin-bottom: 4px; }
    .sidebar .main-navigation-menu li a {
      font-size: 0.93rem;
      height: 60px;
      line-height: 60px;
      padding: 0 40px; }
    .sidebar .main-navigation-menu li a:hover:before,
    .sidebar .main-navigation-menu li a:focus:before,
    .sidebar .main-navigation-menu li a.active:before {
      top: 22px;
      bottom: 22px; }
    #sidebar {
      padding: 110px 0 130px 0; }
    .sidebar ul.main-navigation-menu li a em {
      width: 28px;
      height: 26px;
      margin-right: 20px; }
    .side-account {
      font-size: 0.93rem;
      padding: 35px; }
    .side-account .pic {
      width: 45px;
      height: 45px;
      flex:none;
      margin-right: 14px;}
    .side-account .name {
      font-size: 0.93rem; }
    .side-account .name:after {
      width: 11px;
      height: 9px;
      margin-left: 5px; }
    .side-account a  {
      color: #473A16; }
    .cont-box {
      padding: 30px 35px; }
    #main-content {
      padding: 15px 0 30px 245px; }
    .registration-page main .menu .box {
      min-height: 345px;
      padding: 45px 10% 30px 10%; }
    .registration-page main .menu .box h2 + p {
      font-size: 1rem;
      padding: 10px 5px; }
    body.register .content-box {
      padding: 70px 13%; }
      .profile-info .red-label {
      margin: -10px -35px 35px auto; }
    .profiles-list ul li .buttons {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between; }
    .profile-info .head .pic-round {
      width: 90px;
      height: 90px; }
    .home-matches .box div.title {
      font-size: 1.2rem; }
    .home-matches .box a {
      font-size: 0.93rem; }
    .numbers strong {
      font-size: 3rem; }
      .home-matches .box strong {
        padding: 0 14%; }
    footer {
      padding: 15px; }


  }

  @media (min-width: 1400px) {
    .padding-x {
      padding: 0 0 0 3.5%; }
    .home-page .padding-x {
      padding: 0 3.5% 0 6%; }
    .wrapper {
      padding-right: 3.5%; }
    .home-page .padding-x {
      padding-right: 2.5%;
    }

  }
  @media (min-width: 1600px) {
    .icon-btn,
    .icon-btn:hover,
    .icon-btn:focus {
      width: 65px;
      height: 40px; }
    .save-btn,
    .save-btn:hover,
    .save-btn:focus {
      background-size: 27px; }
    .close-btn,
    .close-btn:hover,
    .close-btn:focus {
      background-size: 25px; }
    .save-btn.active {
      background-size: 27px; }
    .speech-btn,
    .speech-btn:hover,
    .speech-btn:focus {
      background-size: 29px; }
    .padding-x {
      padding: 0 0 0 7%; }
    .home-page .padding-x {
      padding: 0 7% 0 12%; }
    .wrapper {
      padding-right: 7%; }
    .home-page .wrapper {
      padding-right: 5%; }
    h2 {
      font-size: 1.46rem; }
    .profile-info .head .upload-photo {
      width: 100px;
      height: 100px;
      padding: 0 20px;
      margin-right: 20px; }
    .profile-info .head .pic-round {
      width: 100px;
      height: 100px;
      margin-right: 20px; }
    .profile-info .head .upload-photo span {
      font-size: 1rem; }
    .profile-info .head h2 {
      font-size: 0.93rem; }
    .profile-info .head h3 {
      font-size: 1.46rem; }
    .profile-info .head h4 {
      font-size: 1.06rem; }
    .profile-detail.list > ul > li {
      min-height: 315px; }
    .profiles-list.employers-pages h3 {
      font-size: 1.33rem; }
    .profiles-list.employers-pages h4 {
      font-size: 1.2rem; }

  }

  @media (min-width: 1900px) {
    .home-contacted ul li {
      padding: 10px 40px 0 40px; }
    .home-contacted ul li strong {
      padding-right: 22px; }
    .home-allowance strong {
      margin-right: 22px; }
    .cont-box {
      margin-bottom: 30px;
      padding: 40px; }
    .home-contacted ul li p {
      font-size: 1.06rem; }


  }

/* === Registration page redesign === */
body.registration-page {
  background: linear-gradient(170deg, #ffffff 0%, #f3f0f9 35%, #f8c4a4 100%);
  min-height: 100vh;
}

.registration-page header.reg-header {
  position: absolute;
  top: 0;
  left: 0;
  padding: 28px 32px;
  background: transparent;
  box-shadow: none;
  -webkit-box-shadow: none;
  z-index: 10;
}

main.reg-main {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 120px 24px 60px;
}

.reg-content {
  width: 100%;
  max-width: 1440px;
}

.reg-heading {
  margin-bottom: 48px;
}

.registration-page .reg-heading h1 {
  font-size: 2.625rem;
  color: #3c3c3c;
  font-weight: 500;
  margin-bottom: 16px;
  letter-spacing: 0;
}

.registration-page .reg-heading p {
  font-size: 1rem;
  color: #6f6f6f;
  line-height: 1.6;
  max-width: 464px;
  margin: 0 auto;
}

.reg-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.reg-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  text-decoration: none;
  width: 380px;
  min-height: 407px;
  padding: 56px 40px 48px;
  background: rgba(255, 255, 255, 0.25);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  -webkit-box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.1);
          box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  -webkit-transition: background 0.2s, border-color 0.2s, -webkit-transform 0.2s;
          transition: background 0.2s, border-color 0.2s, transform 0.2s;
}

.reg-card:hover,
.reg-card:focus {
  background: rgba(255, 255, 255, 0.45);
  border-color: rgba(255, 255, 255, 0.7);
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  text-decoration: none;
}

.reg-card-icon {
  width: 120px;
  height: 120px;
  background: #ffffff;
  border: 1px solid rgba(37, 37, 37, 0.1);
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

.reg-card-icon svg {
  width: 56px;
  height: 56px;
  color: #3c3c3c;
  stroke: #3c3c3c;
  stroke-width: 1;
}

.reg-card h2 {
  font-size: 2rem;
  color: #3c3c3c;
  font-weight: 400;
  margin-bottom: 12px;
  line-height: normal;
  letter-spacing: 0;
}

.reg-card p {
  font-size: 1rem;
  color: #6f6f6f;
  line-height: 1.6;
  margin: 0;
}

.reg-login-link {
  margin-top: 40px;
}

.reg-login-link a {
  color: #6f6f6f;
  font-size: 1rem;
  text-decoration: none;
}

.reg-login-link a:hover {
  color: #3c3c3c;
  text-decoration: underline;
}

@media (max-width: 991px) {
  .reg-cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reg-card {
    width: 100%;
    max-width: 464px;
    min-height: auto;
    padding: 48px 32px;
  }
}

/* === Login page redesign === */
body.login-page {
  background: none;
  background-color: transparent;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow: hidden;
}

.login-split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  overflow: hidden;
  background: linear-gradient(170deg, #ffffff 0%, #f3f0f9 35%, #f8c4a4 100%);
}

.login-mosaic {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding: 10px;
  background: transparent;
  overflow: hidden;
}

.mosaic-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  gap: 10px;
}

.mosaic-photo {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  border-radius: 4px;
}

.mosaic-photo img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.login-panel {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background: linear-gradient(170deg, #ffffff 0%, #f3f0f9 35%, #f8c4a4 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 80px 60px 40px;
  height: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.login-logo {
  position: absolute;
  top: 28px;
  right: 32px;
}

.login-form-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 360px;
  width: 100%;
  margin: 0 auto;
}

.login-page h1 {
  font-size: 2.625rem;
  color: #3c3c3c;
  font-weight: 400;
  margin-bottom: 8px;
  line-height: normal;
  letter-spacing: 0;
}

.login-subtitle {
  font-size: 1rem;
  color: rgba(60, 60, 60, 1);
  letter-spacing: 1.6px;
  text-transform: uppercase;
  margin-bottom: 32px;
  line-height: normal;
}

.login-input-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  background: #ffffff;
  border-radius: 12px;
  padding: 14px 20px;
  margin-bottom: 8px;
}

.login-input-group svg {
  width: 18px;
  height: 18px;
  color: rgba(60, 60, 60, 1);
  stroke: rgba(60, 60, 60, 0.6);
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.login-input-group input {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1rem;
  color: #3c3c3c;
  width: 100%;
  font-family: inherit;
  padding: 0;
}

.login-input-group input::-webkit-input-placeholder { color: rgba(60, 60, 60, 1); }
.login-input-group input:-ms-input-placeholder     { color: rgba(60, 60, 60, 1); }
.login-input-group input::placeholder              { color: rgba(60, 60, 60, 1); }

.login-btn {
  display: block;
  width: 100%;
  background: #ffca28;
  color: #3c3c3c;
  border: none;
  outline: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 1rem;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  margin-top: 16px;
  margin-bottom: 16px;
  -webkit-transition: background 0.2s;
          transition: background 0.2s;
}

.login-btn:hover,
.login-btn:focus,
.login-btn:active {
  background: #ffc107;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.login-reset-desc {
  font-size: 0.93rem;
  color: rgba(60, 60, 60, 1);
  line-height: 1.5;
  margin-bottom: 20px;
}

.login-forgot {
  display: block;
  text-align: center;
  font-size: 1rem;
  color: rgba(60, 60, 60, 1);
  text-decoration: none;
}

.login-forgot:hover {
  color: #3c3c3c;
  text-decoration: underline;
}

.login-register-link {
  text-align: center;
  font-size: 1rem;
  color: rgba(60, 60, 60, 1);
  margin-top: auto;
  padding-top: 24px;
}

.login-register-link a {
  color: #3c3c3c;
  font-weight: 500;
  text-decoration: none;
}

.login-register-link a:hover {
  text-decoration: underline;
}

.login-footer-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  margin-top: 18px;
}
.login-footer-meta .login-footer-logos {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 18px;
}
.login-footer-meta .login-footer-crest {
  flex-shrink: 0;
  width: 38px;
  height: auto;
  opacity: 0.85;
}
.login-footer-meta .login-footer-dfe {
  flex-shrink: 0;
  width: 90px;
  height: auto;
  opacity: 0.85;
}
.login-footer-meta .login-footer-byline {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(60, 60, 60, 0.55);
}
.login-footer-meta .login-footer-byline a {
  color: rgba(60, 60, 60, 0.7);
  text-decoration: underline;
}
.login-footer-meta .login-footer-byline a:hover {
  color: #3c3c3c;
}

/* === What's New hero card (candidate dashboard) === */
.wn-hero {
  display: flex;
  gap: 32px;
  position: relative;
  overflow: hidden;
  min-height: 360px;
  padding: 32px;
  border-radius: 16px;
  margin-bottom: 24px;
  background: #fff;
  box-shadow: 0px 0px 0px 1px rgba(60,60,60,0.04), 0px 1px 2px 0px rgba(60,60,60,0.05);
}

.wn-glow {
  position: absolute;
  right: -120px;
  top: -120px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(253,238,196) 0%, transparent 70%);
  opacity: 0.6;
  pointer-events: none;
}

.wn-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 1;
  min-width: 0;
}

.wn-eyebrow-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 16px;
}

.wn-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 3px 8px;
  border-radius: 999px;
  background-color: rgb(253,198,70);
  font-family: 'Open Sans', sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.6px;
  color: rgb(41,32,6);
  text-transform: uppercase;
}

.wn-release-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  color: rgba(60,60,60,0.65);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.wn-heading {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 32px;
  line-height: 38px;
  color: rgb(60,60,60);
  max-width: 460px;
}

.wn-body {
  margin-top: 16px;
  margin-bottom: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 23px;
  color: rgba(60,60,60,0.65);
  max-width: 480px;
}

.wn-cta-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 24px;
  flex-wrap: wrap;
}

.wn-btn-primary {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgb(41,32,6);
  background-color: rgb(253,198,70);
  border: none;
  border-radius: 10px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.wn-btn-primary:hover,
.wn-btn-primary:focus {
  color: rgb(41,32,6);
  text-decoration: none;
}

.wn-btn-secondary {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: rgb(41,32,6);
  background-color: transparent;
  border: 1px solid rgba(60,60,60,0.06);
  border-radius: 10px;
  padding: 12px 20px;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  white-space: nowrap;
  flex-shrink: 0;
}
.wn-btn-secondary:hover,
.wn-btn-secondary:focus {
  color: rgb(41,32,6);
  text-decoration: none;
}

.wn-slab {
  width: 460px;
  flex-shrink: 0;
  border-radius: 14px;
  background: linear-gradient(160deg, rgb(19,53,67) 0%, rgb(11,32,42) 100%);
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.wn-sparkle-lg {
  position: absolute;
  top: 14px;
  right: 18px;
  opacity: 0.35;
  pointer-events: none;
}

.wn-sparkle-sm {
  position: absolute;
  top: 30px;
  right: 44px;
  opacity: 0.5;
  pointer-events: none;
}

.wn-slab-header {
  margin-bottom: 6px;
}

.wn-slab-heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 11.5px;
  font-weight: 700;
  color: rgba(255,255,255,0.6);
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.wn-stat-row {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 14px 18px;
  border-radius: 12px;
  background: transparent;
  border: 1px solid rgba(255,255,255,0.06);
  position: relative;
  overflow: hidden;
  transition: background-color 160ms ease, border-color 160ms ease;
  text-decoration: none;
}
.wn-stat-row:hover {
  background-color: rgba(253,198,70,0.10);
  border-color: rgba(253,198,70,0.35);
  text-decoration: none;
}
.wn-stat-row:hover .wn-stat-stripe { opacity: 1; }
.wn-stat-row:hover .wn-stat-cta    { color: rgb(253,198,70); }

.wn-stat-stripe {
  position: absolute;
  left: -1px;
  top: 14px;
  bottom: 14px;
  width: 3px;
  background: rgb(253,198,70);
  border-radius: 2px;
  opacity: 0;
  transition: opacity 160ms ease;
}

.wn-stat-num {
  font-family: 'Open Sans', sans-serif;
  font-size: 38px;
  font-weight: 300;
  color: #fff;
  line-height: 1;
  min-width: 64px;
}

.wn-stat-body {
  flex: 1;
  min-width: 0;
}

.wn-stat-label {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
}

.wn-stat-sub {
  font-family: 'Open Sans', sans-serif;
  font-size: 11.5px;
  color: rgba(255,255,255,0.55);
  margin-top: 2px;
}

.wn-stat-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: rgba(255,255,255,0.7);
  transition: color 160ms ease;
  white-space: nowrap;
  flex-shrink: 0;
}

@media (max-width: 1080px) {
  .wn-hero  { flex-direction: column; min-height: auto; }
  .wn-slab  { width: 100%; }
}

@media (max-width: 991px) {
  .login-mosaic {
    display: none;
  }
  .login-panel {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    height: 100vh;
    padding: 100px 32px 40px;
  }
  .login-logo {
    top: 24px;
    right: 24px;
  }
  .login-form-wrap {
    max-width: 100%;
  }
}

/* === Register form pages (candidate / employer / agency) === */
body.register-form-page {
  background: linear-gradient(170deg, #ffffff 0%, #f3f0f9 35%, #f8c4a4 100%);
  background-color: transparent;
  min-height: 100vh;
  margin: 0;
  padding: 0;
}

.reg-form-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 120px 24px 60px;
}

.reg-form-card {
  width: 100%;
  max-width: 600px;
  background: rgba(255, 255, 255, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  -webkit-box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.1);
          box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.1);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
  padding: 40px 48px 48px;
}

.reg-form-back {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-size: 0.87rem;
  color: rgba(60, 60, 60, 1);
  text-decoration: none;
  margin-bottom: 24px;
}

.reg-form-back:hover {
  color: #3c3c3c;
  text-decoration: none;
}

.reg-form-back svg {
  width: 14px;
  height: 14px;
  stroke-width: 1.5;
}

.reg-form-card h1 {
  font-size: 2rem;
  color: #3c3c3c;
  font-weight: 400;
  margin-bottom: 6px;
  line-height: normal;
  letter-spacing: 0;
}

.reg-form-subtitle {
  font-size: 0.93rem;
  color: rgba(60, 60, 60, 1);
  margin-bottom: 28px;
  line-height: 1.5;
}

.rf-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}

.rf-row .rf-input-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rf-input-group {
  margin-bottom: 12px;
}

.rf-input-group label {
  display: block;
  font-size: 0.8rem;
  color: rgba(60, 60, 60, 1);
  margin-bottom: 5px;
  font-weight: normal;
}

.rf-hint {
  font-size: 0.78rem;
  color: rgba(60, 60, 60, 0.5);
  margin: 5px 0 0;
  line-height: 1.4;
}

.rf-input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  background: #ffffff;
  border-radius: 12px;
  padding: 12px 16px;
}

.rf-input-wrap svg {
  width: 16px;
  height: 16px;
  stroke: rgba(60, 60, 60, 0.5);
  stroke-width: 1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rf-input-wrap input,
.rf-input-wrap select {
  border: none;
  outline: none;
  background: transparent;
  font-size: 0.93rem;
  color: #3c3c3c;
  width: 100%;
  font-family: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
}

.rf-input-wrap input::-webkit-input-placeholder { color: rgba(60, 60, 60, 0.45); }
.rf-input-wrap input:-ms-input-placeholder      { color: rgba(60, 60, 60, 0.45); }
.rf-input-wrap input::placeholder               { color: rgba(60, 60, 60, 0.45); }

.rf-input-wrap select {
  cursor: pointer;
  color: #3c3c3c;
  padding: 2px 4px;
}

.rf-input-wrap select option {
  padding: 6px 12px;
}

.rf-input-wrap select option[value=""] {
  color: rgba(60, 60, 60, 0.45);
}

.rf-checkboxes {
  margin-top: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.rf-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  font-size: 0.87rem;
  color: #3c3c3c;
  font-weight: normal;
}

.rf-checkbox input[type="checkbox"] {
  margin-top: 2px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 15px;
  height: 15px;
  cursor: pointer;
}

.rf-checkbox a {
  color: #3c3c3c;
  text-decoration: underline;
}

.reg-submit-btn {
  display: block;
  width: 100%;
  background: #ffca28;
  color: #3c3c3c;
  border: none;
  outline: none;
  border-radius: 12px;
  padding: 14px;
  font-size: 1rem;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  margin-top: 24px;
  -webkit-transition: background 0.2s;
          transition: background 0.2s;
}

.reg-submit-btn:hover,
.reg-submit-btn:focus,
.reg-submit-btn:active {
  background: #ffc107;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.reg-form-login-link {
  margin-top: 20px;
  font-size: 0.93rem;
  color: rgba(60, 60, 60, 1);
  text-align: center;
}

.reg-form-login-link a {
  color: #3c3c3c;
  font-weight: 500;
  text-decoration: none;
}

.reg-form-login-link a:hover {
  text-decoration: underline;
}

/* Register confirm page */
.reg-confirm-card {
  text-align: center;
}
.reg-confirm-icon {
  width: 72px;
  height: 72px;
  background: rgba(255, 202, 40, 0.15);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.reg-confirm-icon svg {
  width: 36px;
  height: 36px;
  stroke: #ffca28;
  stroke-width: 1.5;
}
.reg-confirm-card h1 {
  font-size: 1.6rem;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 8px;
}
.reg-confirm-resend {
  font-size: 0.9rem;
  color: #555;
  margin-top: 20px;
}
.reg-confirm-resend-btn {
  background: none;
  border: none;
  padding: 0;
  color: #ff5e29;
  font-size: 0.9rem;
  font-weight: 500;
  cursor: pointer;
  text-decoration: underline;
}
.reg-confirm-resend-btn:hover {
  color: #e5501f;
}
.reg-confirm-login-link {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 32px;
  background: #ffca28;
  color: #1a1a2e;
  font-weight: 600;
  border-radius: 10px;
  text-decoration: none;
  font-size: 0.95rem;
  transition: background 0.2s;
}
.reg-confirm-login-link:hover {
  background: #ffc107;
  color: #1a1a2e;
  text-decoration: none;
}

@media (max-width: 600px) {
  .rf-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
  }
  .reg-form-card {
    padding: 32px 24px 40px;
  }
}

.red_notice {
  color: #e94a38;
}
.slider img {
  max-width: 225px;
}
#drag-drop-area {
  max-height: 350px;
}
.currentImages ul, .currentImages li {
  margin:0;
  padding:0;
}
.currentImages ul {
  margin-bottom:10px;
}
.currentImages ul li:nth-child(odd) {
  background: #f1f1f1;
}
.currentImages span {
  display: inline-block;
  max-width: 65%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 0.8rem;
  margin-left: 10px;
}
.currentImages li {
  list-style: none;
  padding: 5px 10px 5px 5px;
  position: relative;
}
.currentImages img {
  max-height: 35px;
  vertical-align: bottom;
}
.currentImages a {
  float:right;
  line-height: 35px !important;
  text-transform: none !important;
  font-size: 0.8rem !important;
}
[data-uppy-drag-drop-supported=true] .uppy-Dashboard-AddFiles {
  height: 350px !important;
}
@media only screen and (min-width: 820px) {
  .uppy-Dashboard-inner {
    max-height:350px !important;
  }
}






#talkjs-container iframe {
  min-height: 650px;
}
.profile_image {

}
.profile_image img {
  max-width: 200px;
  max-height: 200px;
  border-radius: 50%;
  display: block;
}
.modal-xl .modal-content {
  max-width: 1440px;
}
.modal-xl {
  max-width: 1440px;
}
.modal-xl .modal-body {
  padding:0 5%;
}
.slider-nav img {
  max-width: 225px;
  max-height: 130px;
}
.slider-for img {
  width: 100%;
}

.slider-nav .slick-slide:hover {
  cursor: pointer;
}


.slick-prev, .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -30px;
  background-color: transparent;
  border: none;
  padding: 0;
  font-size: 0;
  z-index:999;
}
.slick-prev:hover:before, .slick-next:hover:before {
  opacity: .8;
}
.slick-prev:before, .slick-next:before {
  background-repeat: no-repeat;
  background-size: 100% auto;
  content: "";
  display: block;
  height: 60px;
  opacity: 1;
  width: 30px;
}

.slick-prev {
  left: 0;
}
.slick-prev:before {
  background-image: url("../images/slick-prev.png");
}

.slick-next {
  right: 0;
}
.slick-next:before {
  background-image: url("../images/slick-next.png");
}
.uppy-FileInput-btn {
  border:2px solid #FF5E29 !important;
  color:#FF5E29 !important;
}
.uppy-FileInput-btn:hover {
  background-color: #FF5E29 !important;
  color:#ffffff !important;
}
.isStarred {
  color: #fff !important;
  background-color: #fdc648 !important;
  border-color: #fdc648 !important;
  background-image: url('../images/ico-star-white.svg') !important;
}
.isStarred:active{
  background-color: #fdc648!important;
  border-color: #fdc648!important;
}
.custom-checkbox label {
  cursor: pointer;
}

.notifier-badge {
  background: #FF5E29;
  color: #FFF;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  line-height: 15px;
  text-align: center;
  font-style: normal;
  font-family: sans-serif;
  margin-left:5px;
  padding: 0 4px;
}
#sidebar ul.main-navigation-menu li a {
  position: relative;
}
#sidebar ul.main-navigation-menu li a span.notifier-badge {
  display: none;
}
.ideal_image {
  display: block;
  font-style: italic;
  font-weight: bold;
}
.slick-initialized .slick-slide {
  overflow: hidden;
  margin: 0 5px;
}
.picture-notice {
  display: none;
}
.loading {
  position: fixed;
  top:0;
  bottom:0;
  left:0;
  right:0;
  z-index:99999;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  display: none;
}
.loading img {
  position: relative;
  top: 50%;
  margin-top: -100px;
}

/* Knowledgebase section BEGIN */
.knowledgebase-menu {
  margin: 0 0 2rem 0;
  padding: 0;
}
.knowledgebase-menu li {
  list-style: none;
}
.knowledgebase-menu li a {
  min-height: 60px;
  padding: 20px;
  display: block;
  font-size: 1.1rem;
}
.knowledgebase-menu li a:hover, .knowledgebase-menu li a.selected {
 background-color: #f1f1f1;
  border-right: 5px solid #ff5e29;
}
.cont-box-pad {
  padding:40px 40px 20px 40px;
}
.minus-padding {
  padding: 0 !important;
  margin: 0;
}
/* Knowledgebase section END */

.missing {
  color: #ff001a;
}
.alert-danger,
.alert-profile {
  color: #292006;
  background-color: #f8e4dd;
  border-color: #edae99;
  border-radius: 1rem;
}

.slick-dots {
  display: none;
}
@media (max-width: 991px) {
  .uppy-Dashboard-inner {
    height: auto !important;
  }
}

.contact_status {
  padding: 5px 10px;
  cursor: pointer;
}
.exclude_contacted {
  padding:5px;
  cursor: pointer;
  min-width:300px;
}

/* Alert box START */
.alert-box {
  border-style: solid;
  border-width: 1px;
  display: block;
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1.25rem;
  padding: 0.5rem 3rem 0.5rem 1.2rem;
  transition: opacity 300ms ease-out;
  background-color: #008CBA;
  border-color: #0078a0;
  color: #FFF;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
}
.alert-box .btn {
  padding: 10px 25px;
  font-size: 0.75rem;
  letter-spacing: 1px;
  border: 1px solid #062538;
  color: #062538 !important;
  margin: 0 0 0 25px;
}
.alert-box {
  border: 0px;
  margin: 0px;
  outline: none;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px -2px 4px inset;
}
.alert-box b {
  padding: 0px 10px;
}
.alert-box .findmore {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  letter-spacing: 2px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: middle;
  padding: 5px 15px;
  margin-left: 10px;
  border: none;
  background: #8d74b3;
}
.alert-box .close {
  right: .25rem;
  background: inherit;
  color: #333;
  font-size: 1.375rem;
  line-height: .9;
  margin-top: -.6875rem;
  opacity: .75;
  padding: 0 6px 4px;
  position: absolute;
}
.alert-box .close {
  color: #062538;
  font-size: 36px;
  line-height: normal;
  margin: 0px;
  padding: 0px 5px;
}
.alert-box .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  background-size: cover;
  background-position: center;
}
.breakWhenMobile {
  display: inline;
}

@media screen and (max-width: 660px) {
  .alert-box .close {
    top:1rem;
  }
  .alert-box .btn {
    margin:5px 5px 5px 25px;
  }
  .breakWhenMobile {
    display: block;
  }
}
/* Alert box END */
.matched_date {
  font-weight: bold;
  margin-top:5px;
}

.customCheck {
  display: inline-block;
  width: 30px;
  cursor: pointer;
  float: left;
  margin-right: 2rem;
}

/* ---- Skill chips & attribute selectors ---- */

/* Status dot */
.spec-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
  flex-shrink: 0;
}
.dot-green  { background: #2ecc71; }
.dot-amber  { background: #f39c12; }

/* Skill dropdown */
.skill-dropdown {
  display: none;
  position: absolute;
  z-index: 1000;
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  width: 100%;
  max-height: 220px;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  border-radius: 0 0 6px 6px;
}
.skill-dropdown li:hover {
  background: #FFF5EC;
}

/* Collapsed skill card */
.spec-skill-card,
.cert-card {
  list-style: none;
  padding: 10px 0;
}
.spec-skill-card:last-child,
.cert-card:last-child {
  border-bottom: none;
}
.spec-skill-collapsed,
.cert-collapsed {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

/* Attribute chip row — label + chips inline */
.chip-row {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  gap: 6px;
}
.chip-row-label {
  font-size: 0.8rem;
  color: #8a7e6b;
  white-space: nowrap;
  min-width: 80px;
  flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}
.chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
}

/* The chip itself */
.attr-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 400;
  cursor: pointer;
  border: 1.5px solid #ddd5c8;
  background: #fff;
  color: #5a5245;
  transition: all 0.15s ease;
  white-space: nowrap;
  line-height: 1.4;
  user-select: none;
  -webkit-user-select: none;
}
.attr-chip:hover {
  border: 1px solid #c4b9a8;
  background: #faf6ef;
}
.attr-chip:focus,
.attr-chip:active {
  outline: none;
  border-width: 1px;
  box-shadow: 0 0 0 2px rgba(255,94,41,0.2);
}
.attr-chip.active {
  border-width: 1px;
}

/* Selected states — each attribute group gets a distinct tone */
.attr-chip.active[data-field="last_used"] {
  background: #FFF0E8;
  border-color: #FF5E29;
  color: #c4400e;
  font-weight: 500;
}
.attr-chip.active[data-field="years_experience"] {
  background: #E8F4FD;
  border-color: #3498db;
  color: #1a6da3;
  font-weight: 500;
}
.attr-chip.active[data-field="centrality"] {
  background: #EDF9EE;
  border-color: #2ecc71;
  color: #1a8a4a;
  font-weight: 500;
}

.attr-chip.active[data-field="importance"] {
  background: #FDF2E9;
  border-color: #e67e22;
  color: #b35c11;
  font-weight: 500;
}

/* Years chips — compact numeric */
.attr-chip.chip-narrow {
  padding: 4px 8px;
  min-width: 28px;
  justify-content: center;
}

/* New skill / edit form container */
#specSkillNewForm,
.spec-skill-expanded,
#certNewForm,
.cert-expanded {
  background: #faf8f3;
  border: 1px solid #ede7d9;
  border-radius: 8px;
  padding: 16px;
  margin-top: 8px;
}

/* Action buttons — visually distinct from chips */
.skill-action-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 12px;
  padding-top: 12px;
  border-top: 1px solid #ede7d9;
}
.btn-skill-save {
  background: #FF5E29;
  border: none;
  color: #fff;
  padding: 6px 20px;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.15s ease;
}
.btn-skill-save:hover {
  background: #e5501f;
  color: #fff;
}
.btn-skill-cancel {
  background: none;
  border: 1px solid #ddd5c8;
  color: #8a7e6b;
  padding: 6px 16px;
  border-radius: 6px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.15s ease;
}
.btn-skill-cancel:hover {
  border-color: #b0a898;
  color: #5a5245;
}

/* Collapsed badges — refined */
.spec-skill-collapsed .badge,
.cert-collapsed .badge {
  font-weight: 400;
  font-size: 0.78rem;
  padding: 3px 8px;
  border-radius: 100px;
  background: #f5f0e8;
  color: #6b6150;
  border: 1px solid #e8e0d2;
}
.badge-required {
  background: #b72c2c;
}
.badge-preferred {
  background: #ff5e29;
}
.badge-nice_to_have {
  background: #4994dd;
}
/* Personal quality tags */
.pq-tag {
  border-radius: 100px !important;
  font-weight: 400 !important;
  background: #FF5E29 !important;
  border: none !important;
}
.pq-tag .pq-remove {
  opacity: 0.7;
  text-decoration: none;
}
.pq-tag .pq-remove:hover {
  opacity: 1;
}

/* Search input refinement */
#specSkillSearchWrap,
#pqSearchWrap,
#certSkillSearch {
  position: relative;
}

/* Edit/remove links */
.spec-skill-toggle,
.cert-toggle {
  font-size: 0.8rem;
  color: #FF5E29;
  text-decoration: none;
  font-weight: 500;
}
.spec-skill-toggle:hover,
.cert-toggle:hover {
  text-decoration: underline;
  color: #e5501f;
}
.spec-skill-remove,
.cert-remove {
  font-size: 0.8rem;
  text-decoration: none;
}

/* Section heading refinement */
#section-specialised-skills .head h2,
#section-personal-qualities .head h2,
#section-certifications .head h2 {
  letter-spacing: 0.04em;
}

/* Stacking order for profile sections — earlier sections sit above later ones
   so that dropdowns (which use backdrop-filter stacking contexts) aren't clipped
   by the next panel in the DOM. */
#section-education          { z-index: 6; position: relative; }
#section-work-experience    { z-index: 5; position: relative; }
#section-certifications     { z-index: 4; position: relative; }
#section-specialised-skills { z-index: 3; position: relative; }
#section-personal-qualities { z-index: 2; position: relative; }
#section-achievements       { z-index: 1; position: relative; }

/* Profile sticky tab nav */
#profile-tab-nav {
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  padding: 12px 0;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
  background: #f5ede0;
  margin: 0 -15px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-overflow-scrolling: touch;
}
#profile-tab-nav::-webkit-scrollbar {
  display: none;
}
.profile-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 0 24px;
  height: 48px;
  border-radius: 12px;
  font-size: 0.95rem;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  background: rgba(255,255,255,0.5);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255,255,255,0.4);
  color: rgba(60,60,60,0.6);
  box-shadow: 0 0 2.5px rgba(60,60,60,0.1);
}
.profile-tab:hover {
  color: #3c3c3c;
  background: rgba(255,255,255,0.75);
  text-decoration: none;
}
.profile-tab.active {
  background: #fff;
  border: 1px solid #3c3c3c;
  color: #3c3c3c;
}

/* ==========================================================================
   Candidate area redesign — Figma alignment
   - body.candidate-app    → shared shell (gradient bg, sidebar, mobile shell)
   - body.profile-page     → profile-page-specific (hero, section cards, modals,
                              chips, tab nav, etc.)
   Add candidate-app to any candidate page that should pick up the new shell.
   ========================================================================== */

/* Section card (Education, Work Experience, Certifications, etc.)
   Glass panel — mirrors the Figma "Rectangle 21" treatment shared by hero
   + every section card, and matches the auth-page reg-card recipe. */
body.profile-page .profile-detail.cont-box {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  padding: 32px 40px;
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.1);
  margin-bottom: 24px;
}

/* Card head: heading left + action button right */
body.profile-page .profile-detail .head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: row wrap;
  gap: 16px;
  margin: 0 0 24px;
}

/* Drop the orange left bar; turn each list item into a white card on the glass */
body.profile-page .profile-detail.blueLineList > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.profile-page .profile-detail.blueLineList > ul > li {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 28px 28px;
  margin: 0 0 20px;
  border: none;
}
body.profile-page .profile-detail.blueLineList > ul > li:last-child { margin-bottom: 0; }
body.profile-page .profile-detail.blueLineList > ul > li:before,
body.profile-page .profile-detail.blueLineList > ul > li:after { display: none !important; }

body.match-detail-page .tab-content .tab-pane > div {
  margin: 20px 0;
}

/* Section heading (icon + sentence-case title) */
body.profile-page .profile-detail .section-title {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  padding: 0;
  text-transform: none;
  font-family: 'Niveau Grotesk', sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  color: #3C3C3C;
  letter-spacing: -0.005em;
  line-height: 1.1;
}
body.profile-page .profile-detail .section-title svg.lucide {
  width: 28px; height: 28px;
  flex-shrink: 0;
  color: #3C3C3C;
}
body.profile-page .profile-detail .section-title small {
  color: rgba(60,60,60,0.55);
  font-size: 1rem;
  font-weight: 400;
  margin-left: 4px;
}

/* Add (CTA) pill button — dark */
body.profile-page .profile-detail a.btn-add,
body.profile-page .profile-detail .btn-add {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3C3C3C;
  color: #FFFFFF !important;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.93rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none !important;
  border: 0;
  line-height: 1;
  transition: background 0.15s ease, transform 0.05s ease;
  white-space: nowrap;
}
body.profile-page .profile-detail a.btn-add:hover,
body.profile-page .profile-detail .btn-add:hover {
  background: #1f1f1f;
  color: #FFFFFF !important;
}
body.profile-page .profile-detail a.btn-add:active,
body.profile-page .profile-detail .btn-add:active {
  transform: translateY(1px);
}
body.profile-page .profile-detail a.btn-add svg.lucide,
body.profile-page .profile-detail .btn-add svg.lucide {
  width: 18px; height: 18px;
  color: #FFFFFF;
  flex-shrink: 0;
}

/* Item heading + body inside section card */
body.profile-page .profile-detail h3 {
  font-size: 1.33rem;
  font-weight: 500;
  color: #3C3C3C;
  margin: 0 0 6px;
  line-height: 1.2;
}
body.profile-page .profile-detail h4 {
  font-size: 1.06rem;
  color: #3C3C3C;
  margin: 0;
  font-weight: 400;
  line-height: 1.3;
}
body.profile-page .profile-detail .time {
  font-size: 1.06rem;
  color: rgba(60,60,60,0.6);
  margin: 0 0 16px;
  line-height: 1.3;
}
body.profile-page .profile-detail > ul > li > p {
  color: #3C3C3C;
  font-size: 1.06rem;
  line-height: 1.5;
  margin: 0 0 16px;
}

/* Mobile: hide sticky tab nav, tighten card padding */
@media (max-width: 767px) {
  body.profile-page #profile-tab-nav { display: none; }
  body.profile-page .profile-detail.cont-box { padding: 20px 18px; border-radius: 12px; }
  body.profile-page .profile-detail .section-title { font-size: 1.33rem; }
  body.profile-page .profile-detail .section-title svg.lucide { width: 24px; height: 24px; }
}

/* --- Page background: reuse the auth-page gradient palette --- */
body.candidate-app {
  background: linear-gradient(170deg, #ffffff 0%, #f3f0f9 35%, #f8c4a4 100%);
  background-attachment: fixed;
  min-height: 100vh;
}

/* Generic .cont-box on candidate-app — clean white panel.
   Excludes the profile-page's hero + section cards which already have their
   own glass treatment defined under body.profile-page. */
body.candidate-app .cont-box:not(.profile-info):not(.profile-detail) {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 1px 2px rgba(60,60,60,0.05), 0 0 0 1px rgba(60,60,60,0.04);
  margin-bottom: 24px;
}

/* Loud orange "numbers" → muted theme dark */
body.candidate-app .numbers strong { color: #3C3C3C; }

/* === /candidate/index home-page content === */
body.candidate-app.home-page h1 {
  color: #3C3C3C;
  font-weight: 500;
  font-size: 1.86rem;
  letter-spacing: 0;
  margin: 0 0 16px;
}

/* Search form */
body.candidate-app.home-page .home-search label {
  color: rgba(60,60,60,0.65);
  font-size: 0.93rem;
  letter-spacing: 0;
  margin-bottom: 8px;
}
body.candidate-app.home-page .home-search .form-control {
  border: 1px solid rgba(60,60,60,0.14);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  height: 48px;
  font-size: 0.93rem;
  padding-left: 16px;
  box-shadow: none;
}
body.candidate-app.home-page .home-search .input-group-append .input-group-text {
  border: 1px solid rgba(60,60,60,0.14);
  border-left: 0;
  border-radius: 0 12px 12px 0;
  background: #FFFFFF;
  padding: 0 14px;
}
body.candidate-app.home-page .home-search .input-group-append .input-group-text:before {
  background-color: rgba(60,60,60,0.14);
}

/* Edit profile warning (when profile is incomplete) */
body.candidate-app.home-page .edit-profile-box {
  background: rgba(204, 14, 14, 0.05);
  border: 1px solid rgba(204, 14, 14, 0.25);
  border-radius: 12px;
  padding: 20px 24px;
  margin: 0;
}
body.candidate-app.home-page .edit-profile-box a {
  color: #B83232;
  font-weight: 500;
  font-size: 1.06rem;
  margin-bottom: 8px;
}

/* Employer Matches box */
body.candidate-app.home-page .home-matches h2 {
  color: #3C3C3C;
  font-size: 1.2rem;
  letter-spacing: 0;
  text-transform: none;
  margin-bottom: 4px;
}
body.candidate-app.home-page .home-matches > p {
  color: rgba(60,60,60,0.65);
  font-size: 0.93rem;
  margin: 0 0 12px;
}
body.candidate-app.home-page .home-matches .box {
  background: #F8F4EC;
  border: 1px solid rgba(60,60,60,0.06);
  border-radius: 12px;
  box-shadow: none;
  height: auto;
  padding: 18px 24px;
  margin: 8px 0;
}
body.candidate-app.home-page .home-matches .box:hover,
body.candidate-app.home-page .home-matches .box:focus {
  background: #3C3C3C;
  color: #FFFFFF;
  border: 1px solid #3C3C3C;
}
body.candidate-app.home-page .home-matches .box:before {
  width: 4px;
  border-radius: 2px;
  background-color: #0F6E56;
  left: 0;
  top: 18px;
  bottom: 18px;
}
body.candidate-app.home-page .home-matches .box:hover:before,
body.candidate-app.home-page .home-matches .box:focus:before {
  background-color: #FFFFFF;
}
body.candidate-app.home-page .home-matches .box strong {
  font-size: 2.2rem;
  color: #3C3C3C;
}
body.candidate-app.home-page .home-matches .box:hover strong,
body.candidate-app.home-page .home-matches .box:focus strong {
  color: #FFFFFF;
}
body.candidate-app.home-page .home-matches a.setup {
  color: rgba(60,60,60,0.65);
  font-size: 0.85rem;
  text-decoration: underline;
}

/* Contacted / Starred tile rows */
body.candidate-app.home-page .home-contacted ul li strong {
  font-size: 2rem;
  color: #3C3C3C;
}
body.candidate-app.home-page .home-contacted ul li p {
  color: rgba(60,60,60,0.7);
  font-size: 0.93rem;
}
body.candidate-app.home-page .home-contacted ul li a {
  color: #3C3C3C;
  font-size: 0.93rem;
  text-transform: none;
  letter-spacing: 0;
  text-decoration: underline;
}
body.candidate-app.home-page .home-contacted ul li a:hover { color: #1f1f1f; }

/* "+ Manage alerts" / "+ Create an alert" — dark theme, no border on hover */
body.candidate-app .add-btn.btn,
body.candidate-app .add-btn.btn:hover,
body.candidate-app .add-btn.btn:focus,
body.candidate-app a.add-btn.btn,
body.candidate-app a.add-btn.btn:hover,
body.candidate-app a.add-btn.btn:focus {
  background: #3C3C3C;
  color: #FFFFFF !important;
  border: 0;
  border-radius: 8px;
  padding: 10px 18px;
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  line-height: 1;
}
body.candidate-app .add-btn.btn:hover {
  background: #1f1f1f;
}
body.candidate-app .add-btn.btn:before {
  content: '+';
  margin-right: 6px;
  font-weight: 500;
}

/* Override the inline-styled orange "Candidate Matches" link inside the
   employer home empty-state hint (`<a style="color:#FF5E29">…</a>`). */
body.candidate-app.home-page i a[href="/employer/candidate-matching"],
body.candidate-app.home-page i a[style*="FF5E29"] {
  color: #3C3C3C !important;
  text-decoration: underline;
  font-weight: 500;
}

/* === /candidate/find-employers (and similar list pages) === */
/* Secondary tab-strip (Find Employers / Employer Matches / Starred / Agencies)
   — full width row with each tab taking an equal share. */
body.candidate-app ul.top-nav {
  display: flex;
  gap: 8px;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0 0 16px;
  overflow-x: auto;
  scrollbar-width: none;
}
body.candidate-app ul.top-nav::-webkit-scrollbar { display: none; }
body.candidate-app ul.top-nav li {
  display: flex;
  flex: 1 1 0;
  min-width: 0;
}
body.candidate-app ul.top-nav li a {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  height: 44px;
  line-height: 1;
  padding: 0 18px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.4);
  color: rgba(60, 60, 60, 0.7);
  font-size: 0.93rem;
  font-weight: 500;
  text-decoration: none;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
body.candidate-app ul.top-nav li a:hover,
body.candidate-app ul.top-nav li a:focus,
body.candidate-app ul.top-nav li a.active {
  background: #FFFFFF;
  color: #3C3C3C;
  border-color: rgba(60, 60, 60, 0.4);
  box-shadow: none;
}
body.candidate-app ul.top-nav li a:hover:before,
body.candidate-app ul.top-nav li a:focus:before,
body.candidate-app ul.top-nav li a.active:before { display: none !important; }

/* Drop the legacy <hr> separator under the top-nav */
body.candidate-app .cont-box > .d-none.d-sm-block > hr { display: none; }

/* Headings inside the search/results panel */
body.candidate-app.find-employers-page .cont-box h1 {
  font-size: 1.86rem;
  font-weight: 500;
  color: #3C3C3C;
  letter-spacing: 0;
  margin: 0 0 8px;
}
body.candidate-app.find-employers-page .cont-box > p {
  color: rgba(60, 60, 60, 0.65);
  font-size: 0.93rem;
  margin: 0 0 20px;
}

/* Search/filter form on candidate-app pages */
body.candidate-app .search-form label {
  font-size: 0.8rem;
  color: rgba(60, 60, 60, 1);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.3;
  margin-bottom: 6px;
}
body.candidate-app .search-form .form-control,
body.candidate-app .search-form .form-control:focus {
  border: 1px solid rgba(60, 60, 60, 0.14);
  border-radius: 12px;
  height: 44px;
  font-size: 0.93rem;
  color: #3C3C3C;
  box-shadow: none;
}
body.candidate-app .search-form .search-input .form-control {
  border-right: 0;
  border-radius: 12px 0 0 12px;
}
body.candidate-app .search-form .search-input .input-group-append .input-group-text {
  border: 1px solid rgba(60, 60, 60, 0.14);
  border-left: 0;
  border-radius: 0 12px 12px 0;
  background: #FFFFFF;
  padding: 0 12px;
}
/* Custom checkboxes — orange tick → mint */
body.candidate-app .search-form .custom-control-input:checked ~ .custom-control-label::before {
  border-color: #0F6E56;
  background-color: #0F6E56;
}
body.candidate-app .search-form .custom-control-label {
  color: #3C3C3C;
  font-size: 0.93rem;
}

/* Profile/employer list cards */
body.candidate-app .profiles-list ul li {
  background: #FFFFFF;
  border: 1px solid rgba(60, 60, 60, 0.06);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(60,60,60,0.04);
  padding: 24px 28px;
  margin-bottom: 16px;
}
body.candidate-app .profiles-list ul li h2 {
  color: #3C3C3C;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 4px;
}
body.candidate-app .profiles-list ul li h2 a { color: #3C3C3C; }
body.candidate-app .profiles-list ul li h3 {
  color: rgba(60, 60, 60, 0.65);
  font-size: 0.93rem;
  margin: 0 0 12px;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
body.candidate-app .profiles-list ul li p {
  color: #3C3C3C;
  font-size: 0.93rem;
  line-height: 1.5;
  margin: 0;
}
body.candidate-app .profiles-list ul li .pic-round {
  width: 80px;
  height: 80px;
  margin: 0 20px 0 0;
  flex-shrink: 0;
}
body.candidate-app .profiles-list ul li .text { padding: 10px 15px; min-width: 0; }
body.candidate-app .profiles-list ul li .text:before { display: none !important; }
body.candidate-app .profiles-list ul li .text a { text-decoration: none; }
body.candidate-app .profiles-list ul li .text p { word-wrap: break-word; overflow-wrap: anywhere; }

/* Buttons column: keep predictable layout at every viewport instead of relying
   on the legacy "min-width: 1200px → flex column" rule which left a layout
   gap at 992-1199px where the right column was full width but the text
   thought it was 10/12. */
body.candidate-app .profiles-list ul li .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  height: auto;
  margin-top: 16px;
}
body.candidate-app .profiles-list ul li .buttons > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
body.candidate-app .profiles-list ul li .buttons label[for="contact_status"] {
  margin: 0;
  font-size: 0.78rem;
  color: rgba(60, 60, 60, 1);
  letter-spacing: 0;
  text-transform: none;
  font-weight: 500;
  align-self: center;
}
body.candidate-app .profiles-list ul li .buttons select.contact_status {
  height: 36px;
  border: 1px solid rgba(60, 60, 60, 0.14);
  border-radius: 8px;
  padding: 0 10px;
  font-size: 0.85rem;
  color: #3C3C3C;
  background: #FFFFFF;
  min-width: 160px;
}
body.candidate-app .profiles-list ul li .buttons .matched_date { display: none; }
.contact-status-row {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.contact-status-row label { margin: 0; white-space: nowrap; }

@media (max-width: 767px) {
  body.candidate-app .profiles-list ul li { padding: 20px 16px; }
  body.candidate-app .cont-box:not(.profile-info):not(.profile-detail) { padding: 20px 16px; }
  body.candidate-app .profiles-list ul li .buttons { margin-top: 38px; }
}

body.candidate-app .mobile-nav .btn.btn-secondary,
body.candidate-app .mobile-nav .btn.btn-secondary:focus,
body.candidate-app .mobile-nav .btn.btn-secondary:active {
  background-color: #3c3c3c;
  border-color: #3c3c3c;
  color: #fff;
}
body.candidate-app .mobile-nav .btn.btn-secondary:hover {
  background-color: #2a2a2a;
  border-color: #2a2a2a;
  color: #fff;
}

/* Force the row to stack columns until xl, so the buttons sit BELOW the
   text rather than next to it on tablet widths where there isn't room. */
@media (max-width: 1199px) {
  body.candidate-app .profiles-list ul li .row > [class*="col-xl-"] { flex: 0 0 100%; max-width: 100%; }
}

/* Inner col-lg-3 / col-lg-9 split inside the .text block also collapses below
   lg, but breathes more on mobile. */
@media (max-width: 991px) {
  body.candidate-app .profiles-list ul li .text > .row > [class*="col-lg-"] {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  body.candidate-app .profiles-list ul li .text h3 { margin-top: 6px; }
  body.candidate-app .profiles-list ul li .text h4 { margin-bottom: 12px; }
  body.candidate-app .profiles-list ul li .text p { margin-bottom: 8px; }
}

/* Mobile (≤576): more breathing room and a single column with avatar on top. */
@media (max-width: 575px) {
  body.candidate-app .profiles-list ul li {
    padding: 20px 18px;
  }
  body.candidate-app .profiles-list ul li .d-lg-flex {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }
  body.candidate-app .profiles-list ul li .pic-round {
    margin: 0 0 4px;
  }
  body.candidate-app .profiles-list ul li .text h2 {
    text-align: center;
  }
  body.candidate-app .profiles-list ul li .text h2,
  body.candidate-app .profiles-list ul li .text h3,
  body.candidate-app .profiles-list ul li .text h4,
  body.candidate-app .profiles-list ul li .text p { margin-bottom: 10px; }
  body.candidate-app .profiles-list ul li .text p:last-child { margin-bottom: 0; }
  body.candidate-app .profiles-list ul li .buttons { margin-top: 28px; }
}

/* Action buttons on each result row (star, message, lock, location) */
body.candidate-app .profiles-list .icon-btn,
body.candidate-app .profiles-list .icon-btn:hover,
body.candidate-app .profiles-list .icon-btn:focus {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #FFFFFF;
  border: 1px solid rgba(60, 60, 60, 0.12);
  background-position: center;
  background-repeat: no-repeat;
}
body.candidate-app .profiles-list .save-btn.active,
body.candidate-app .profiles-list .save-btn.isStarred,
body.candidate-app .profiles-list .save-btn.isStarred:active,
body.candidate-app .profiles-list .save-btn.isStarred:hover,
body.candidate-app .profiles-list .save-btn.isStarred:focus {
  background-color: #3C3C3C !important;
  border-color: #3C3C3C !important;
}

/* "View match detail" + similar Bootstrap outline-primary buttons in
   candidate-app list views — solid dark theme button (replaces the
   legacy orange .btn-outline-primary). */
body.candidate-app .btn.btn-outline-primary,
body.candidate-app .btn.btn-outline-primary:hover,
body.candidate-app .btn.btn-outline-primary:focus,
body.candidate-app .profiles-list .btn.btn-outline-primary,
body.candidate-app .profiles-list .btn.btn-outline-primary:hover,
body.candidate-app .profiles-list .btn.btn-outline-primary:focus {
  background: #3C3C3C !important;
  color: #FFFFFF !important;
  border: 0 !important;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
  box-shadow: none;
}
body.candidate-app .btn.btn-outline-primary:hover,
body.candidate-app .profiles-list .btn.btn-outline-primary:hover {
  background: #1f1f1f !important;
  color: #FFFFFF !important;
}

/* /employer/match buttons column — icon row, Contact Status form below.
   The container uses flex with flex-wrap; the form-group is forced to break
   to its own row by setting flex-basis: 100% on it. */
body.candidate-app.find-employers-page .profiles-list .buttons {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  height: auto;
  margin-top: 15px;
}
body.candidate-app.find-employers-page .profiles-list .buttons > a,
body.candidate-app.find-employers-page .profiles-list .buttons > .icon-btn {
  flex: 0 0 auto;
}
body.candidate-app.find-employers-page .profiles-list .buttons > .form-group {
  flex: 1 0 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
body.candidate-app .profiles-list .speech-btn,
body.candidate-app .profiles-list .speech-btn:hover,
body.candidate-app .profiles-list .speech-btn:focus {
  background-color: #0F6E56;
  border-color: #0F6E56;
}

/* Pagination */
body.candidate-app .pagination { margin-top: 24px; }
body.candidate-app .pagination .page-item .page-link {
  color: #3C3C3C;
  border: 1px solid rgba(60, 60, 60, 0.12);
  border-radius: 8px;
  margin: 0 2px;
  background: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}
body.candidate-app .pagination .page-item.active .page-link {
  background-color: #3C3C3C;
  border-color: #3C3C3C;
  color: #FFFFFF;
}
body.candidate-app .pagination .page-link:hover {
  background-color: #F8F4EC;
  color: #3C3C3C;
}
@media (max-width: 767px) {
  body.candidate-app .pagination .page-item.first,
  body.candidate-app .pagination .page-item.last { display: none; }
  body.candidate-app .pagination .page-item .page-link {
    padding: 6px 10px;
    font-size: 0.82rem;
    margin: 0 1px;
  }
}

/* Alerts (no results, etc.) */
body.candidate-app .alert.alert-info {
  background: rgba(15, 110, 86, 0.06);
  border: 1px solid rgba(15, 110, 86, 0.2);
  color: #0F6E56;
  border-radius: 12px;
  padding: 16px 20px;
}

/* === /candidate/page-view (company profile detail) === */
/* The company hero uses .cont-box.profile-info — give it the same clean
   white panel as other candidate-app cards (keeps the profile-page glass
   treatment exclusive to body.profile-page where it belongs). */
body.candidate-app.page-view .cont-box,
body.candidate-app.page-view .cont-box.profile-info {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 1px 2px rgba(60,60,60,0.05), 0 0 0 1px rgba(60,60,60,0.04);
  margin-bottom: 24px;
}

body.candidate-app.page-view .profile-info .head {
  align-items: flex-start;
  margin: 0 0 16px;
}
body.candidate-app.page-view .profile-info .head .pic-round {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  margin: 0;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
body.candidate-app.page-view .profile-info .head h3 {
  color: #3C3C3C;
  font-size: 1.46rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 4px;
  line-height: 1.2;
}
body.candidate-app.page-view .profile-info .head h4 {
  color: rgba(60, 60, 60, 0.65);
  font-size: 0.93rem;
  font-weight: 400;
  margin: 0 0 8px;
  letter-spacing: 0;
  text-transform: none;
}
body.candidate-app.page-view .profile-info .head hr { display: none; }
body.candidate-app.page-view .profile-info > hr {
  border: 0;
  border-top: 1px solid rgba(60, 60, 60, 0.08);
  margin: 16px 0;
}
body.candidate-app.page-view .profile-info .cont .row { margin: 0 0 8px; }
body.candidate-app.page-view .profile-info h5 {
  color: rgba(60, 60, 60, 0.55);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin: 0 0 2px;
}
body.candidate-app.page-view .profile-info .cont p,
body.candidate-app.page-view .profile-info .cont p a {
  color: #3C3C3C;
  font-size: 0.93rem;
  margin: 0 0 4px;
  word-break: break-word;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
}
body.candidate-app.page-view .profile-info .cont p a { text-decoration: underline; }
body.candidate-app.page-view .profile-info .cont p a:hover { color: #1f1f1f; }

/* Right column section headings (ABOUT US, RELOCATION ASSISTANCE, WE'RE LOOKING FOR...) */
body.candidate-app.page-view .right-col h2 {
  color: #3C3C3C;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 12px;
}
body.candidate-app.page-view .right-col p,
body.candidate-app.page-view .right-col {
  color: #3C3C3C;
  font-size: 0.93rem;
  line-height: 1.5;
}

/* Job listings inside page-view */
body.candidate-app.page-view .right-col .cont-box .more-less-content h3 {
  color: #3C3C3C;
  font-size: 1.06rem;
  font-weight: 500;
  margin: 0 0 4px;
}
body.candidate-app.page-view .right-col .cont-box .more-less-content h4 {
  color: rgba(60, 60, 60, 0.65);
  font-size: 0.85rem;
  font-weight: 400;
  margin: 0 0 8px;
}

/* Save / message buttons in the company hero */
body.candidate-app.page-view .profile-info .icon-btn,
body.candidate-app.page-view .profile-info .icon-btn:hover,
body.candidate-app.page-view .profile-info .icon-btn:focus {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #FFFFFF;
  border: 1px solid rgba(60, 60, 60, 0.12);
}
body.candidate-app.page-view .profile-info .save-btn.isStarred,
body.candidate-app.page-view .profile-info .save-btn.active {
  background-color: #3C3C3C;
  border-color: #3C3C3C;
}
body.candidate-app.page-view .profile-info .speech-btn,
body.candidate-app.page-view .profile-info .speech-btn:hover,
body.candidate-app.page-view .profile-info .speech-btn:focus {
  background-color: #0F6E56;
  border-color: #0F6E56;
}

/* === /employer/candidate-profile (employer's read-only view of a candidate) ===
   Reuse the page-view white panel + page-view headings. Section cards use
   .profile-detail / .blueLineList — strip the orange left bar and tame the
   ALL-CAPS h2s. */
body.candidate-app.employer-candidate-view .cont-box.profile-detail {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 28px 32px;
  box-shadow: 0 1px 2px rgba(60, 60, 60, 0.05), 0 0 0 1px rgba(60, 60, 60, 0.04);
  margin-bottom: 24px;
}
body.candidate-app.employer-candidate-view .profile-detail .head h2 {
  color: #3C3C3C;
  font-size: 1.06rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 12px;
}
body.candidate-app.employer-candidate-view .profile-detail.blueLineList > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.candidate-app.employer-candidate-view .profile-detail.blueLineList > ul > li {
  padding: 18px 0;
  border-bottom: 1px solid rgba(60, 60, 60, 0.08);
}
body.candidate-app.employer-candidate-view .profile-detail.blueLineList > ul > li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
body.candidate-app.employer-candidate-view .profile-detail.blueLineList > ul > li:before,
body.candidate-app.employer-candidate-view .profile-detail.blueLineList > ul > li:after { display: none !important; }
body.candidate-app.employer-candidate-view .profile-detail h3 {
  font-size: 1.06rem;
  font-weight: 500;
  color: #3C3C3C;
  margin: 0 0 4px;
}
body.candidate-app.employer-candidate-view .profile-detail h4 {
  font-size: 0.93rem;
  color: rgba(60, 60, 60, 0.65);
  margin: 0 0 8px;
}
body.candidate-app.employer-candidate-view .profile-detail .time {
  font-size: 0.85rem;
  color: rgba(60, 60, 60, 0.55);
  margin: 0 0 8px;
}

/* All section headings in candidate-app page-view drop ALL-CAPS / orange */
body.candidate-app.page-view .cont-box h2,
body.candidate-app.page-view .profile-info h2,
body.candidate-app.page-view .right-col h2 {
  color: #3C3C3C;
  font-size: 1.06rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 14px;
}
/* Inline "Edit" links in section corners (small uppercase blue → small sentence-case underlined dark) */
body.candidate-app.page-view .cont-box .text-md-right a,
body.candidate-app.page-view .profile-info a:not(.btn-edit-profile):not(.icon-btn):not(.btn):not(.add):not(.manage-visibility-link),
body.candidate-app.page-view .right-col a:not(.btn):not(.add):not(.icon-btn) {
  color: #3C3C3C;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
}
body.candidate-app.page-view .cont-box .text-md-right a:hover,
body.candidate-app.page-view .profile-info a:not(.btn):hover,
body.candidate-app.page-view .right-col a:not(.btn):hover { color: #1f1f1f; }

/* "EDIT INDUSTRIES" / "EDIT SKILLS" / "Manage Images" CTAs — sentence-case + dark, with the leading + retained for .add */
body.candidate-app.page-view a.add,
body.candidate-app.page-view a.add:hover,
body.candidate-app.page-view a.add:focus {
  color: #3C3C3C !important;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 500;
  font-size: 0.85rem;
  text-decoration: underline;
}
body.candidate-app.page-view a.add:before { content: '+'; margin-right: 4px; }

/* Label/value rows for the company-profile detail card (Location / Website / etc.)
   The employer profile uses a slightly different layout to the candidate view —
   reset the table-style rows to stack neatly. */
body.candidate-app.page-view .cont-box.profile-info .row {
  margin: 0 0 8px;
}

/* Back button — drop the orange ghost in favour of a quieter ghost */
body.candidate-app .btn.back,
body.candidate-app button.back,
body.candidate-app .btn.back:hover,
body.candidate-app .btn.back:focus,
body.candidate-app button.back:hover,
body.candidate-app button.back:focus {
  color: #3C3C3C !important;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(60, 60, 60, 0.12);
  border-radius: 8px;
  padding: 8px 22px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.93rem;
  margin-bottom: 16px;
}
body.candidate-app .btn.back:hover,
body.candidate-app button.back:hover {
  background: rgba(255, 255, 255, 0.9);
  border-color: rgba(60, 60, 60, 0.25);
}

/* === /candidate/account-settings === */
/* Section headings: ALL-CAPS h2 → sentence-case dark.
   Bootstrap markup keeps text uppercase via .uppercaseTextTitle, override that. */
body.candidate-app.account-settings-page .uppercaseTextTitle h2,
body.candidate-app.account-settings-page .cont-box h2 {
  color: #3C3C3C;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  margin: 0 0 16px;
}

/* Preference rows */
body.candidate-app.account-settings-page .preferences .row {
  align-items: center;
  border-bottom: 1px solid rgba(60, 60, 60, 0.06);
  padding: 12px 0;
  margin: 0;
}
body.candidate-app.account-settings-page .preferences .row:last-child { border-bottom: none; }
body.candidate-app.account-settings-page .preferences .row > .col-md-9 > div {
  font-size: 0.93rem;
  color: #3C3C3C;
}

/* Yes / No toggle group — drop orange, use dark */
body.candidate-app.account-settings-page .btn-group,
body.candidate-app.employer-profile-page .btn-group {
  border-radius: 8px;
  overflow: hidden;
  background: rgba(60, 60, 60, 0.05);
  display: inline-flex;
  padding: 4px;
  gap: 4px;
}
body.candidate-app.account-settings-page .btn-group .btn-on,
body.candidate-app.account-settings-page .btn-group .btn-off,
body.candidate-app.employer-profile-page .btn-group .btn-on,
body.candidate-app.employer-profile-page .btn-group .btn-off {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: transparent;
  border: 0 !important;
  color: rgba(60, 60, 60, 0.65);
  font-weight: 500;
  font-size: 0.85rem;
  line-height: 1;
  text-transform: none;
  letter-spacing: 0;
  padding: 8px 16px;
  min-width: 56px;
  height: 32px;
  margin: 0;
  border-radius: 6px;
  box-shadow: none;
  text-indent: 0;
}
body.candidate-app.account-settings-page .btn-group .btn-on input[type=radio],
body.candidate-app.account-settings-page .btn-group .btn-off input[type=radio],
body.candidate-app.employer-profile-page .btn-group .btn-on input[type=radio],
body.candidate-app.employer-profile-page .btn-group .btn-off input[type=radio] {
  display: none;
}
body.candidate-app.account-settings-page .btn-group .btn-on.active,
body.candidate-app.account-settings-page .btn-group .btn-off.active,
body.candidate-app.employer-profile-page .btn-group .btn-on.active,
body.candidate-app.employer-profile-page .btn-group .btn-off.active {
  background: #3C3C3C !important;
  color: #FFFFFF !important;
  border: 0 !important;
  box-shadow: none;
}
body.candidate-app.account-settings-page .btn-group .btn-on:hover,
body.candidate-app.account-settings-page .btn-group .btn-off:hover,
body.candidate-app.employer-profile-page .btn-group .btn-on:hover,
body.candidate-app.employer-profile-page .btn-group .btn-off:hover {
  color: #3C3C3C;
  background: rgba(255, 255, 255, 0.7);
  border: 0 !important;
}

/* Skill chips inside employer profile modals */
body.candidate-app.employer-profile-page .modal .chip {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 28px;
  padding: 0 10px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}
body.candidate-app.employer-profile-page .modal .chip-stone {
  background: #F1EFE8;
  color: #5F5E5A;
}
body.candidate-app.employer-profile-page .modal .chip .remove-company-skill {
  color: #5F5E5A;
  text-decoration: none;
  font-size: 1rem;
  line-height: 1;
  opacity: 0.6;
}
body.candidate-app.employer-profile-page .modal .chip .remove-company-skill:hover {
  opacity: 1;
}

/* Form fields — register-style 12px-radius white inputs */
body.candidate-app.account-settings-page label {
  font-size: 0.8rem;
  color: rgba(60, 60, 60, 1);
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.3;
  margin-bottom: 6px;
}
body.candidate-app.account-settings-page .form-control,
body.candidate-app.account-settings-page .form-control:focus {
  border: 1px solid rgba(60, 60, 60, 0.14);
  border-radius: 12px;
  height: 44px;
  font-size: 0.93rem;
  color: #3C3C3C;
  box-shadow: none;
}
body.candidate-app.account-settings-page textarea.form-control {
  height: auto;
  min-height: 110px;
  padding: 12px 14px;
}
body.candidate-app.account-settings-page .input-group .form-control {
  border-radius: 0 12px 12px 0;
  border-left: 0;
}
body.candidate-app.account-settings-page .input-group-prepend .input-group-text {
  background: #FFFFFF;
  border: 1px solid rgba(60, 60, 60, 0.14);
  border-right: 0;
  border-radius: 12px 0 0 12px;
  padding: 0 12px;
}

/* Save Changes button — dark theme replacement */
body.candidate-app.account-settings-page .cont-box form .btn,
body.candidate-app.account-settings-page .cont-box form .btn:hover,
body.candidate-app.account-settings-page .cont-box form .btn:focus {
  background: #3C3C3C;
  color: #FFFFFF !important;
  border: 0;
  border-radius: 8px;
  padding: 10px 24px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  font-size: 0.93rem;
  margin: 0;
  box-shadow: none;
}
body.candidate-app.account-settings-page .cont-box form .btn:hover {
  background: #1f1f1f;
}

/* Delete Confirm — red destructive */
body.candidate-app.account-settings-page .cont-box form .btn.red,
body.candidate-app.account-settings-page .cont-box form .btn.red:hover,
body.candidate-app.account-settings-page .cont-box form .btn.red:focus {
  background: #B83232;
  color: #FFFFFF !important;
  border: 0;
}
body.candidate-app.account-settings-page .cont-box form .btn.red:hover {
  background: #8E1D1D;
}

/* Red notice on email-change */
body.candidate-app.account-settings-page .red_notice {
  color: #B83232;
  font-size: 0.85rem;
  background: rgba(184, 50, 50, 0.06);
  border: 1px solid rgba(184, 50, 50, 0.18);
  padding: 12px 14px;
  border-radius: 8px;
  margin-top: 8px;
}

/* === /candidate/knowledge-base + /employer/knowledge-base === */
body.candidate-app.knowledgebase-page .cont-box h1 {
  color: #3C3C3C;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  margin: 0 0 8px;
}
body.candidate-app.knowledgebase-page .cont-box > .row > .col-md-7 > p {
  color: rgba(60, 60, 60, 0.65);
  font-size: 0.93rem;
  line-height: 1.5;
}

/* Side menu (desktop) */
body.candidate-app.knowledgebase-page .home-matches.minus-padding {
  padding: 0 !important;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(60,60,60,0.05), 0 0 0 1px rgba(60,60,60,0.04);
  overflow: hidden;
}
body.candidate-app.knowledgebase-page h2.cont-box-pad {
  padding: 20px 24px 12px;
  margin: 0;
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: rgba(60, 60, 60, 0.55);
}
body.candidate-app.knowledgebase-page .knowledgebase-menu {
  margin: 0;
  padding: 0;
  border-top: 1px solid rgba(60, 60, 60, 0.06);
}
body.candidate-app.knowledgebase-page .knowledgebase-menu li {
  list-style: none;
  border-bottom: 1px solid rgba(60, 60, 60, 0.06);
}
body.candidate-app.knowledgebase-page .knowledgebase-menu li:last-child { border-bottom: 0; }
body.candidate-app.knowledgebase-page .knowledgebase-menu li a {
  display: block;
  min-height: 0;
  padding: 14px 24px;
  font-size: 0.93rem;
  color: #3C3C3C;
  font-weight: 500;
  text-decoration: none;
  border-right: 0;
  transition: background 0.15s, color 0.15s;
}
body.candidate-app.knowledgebase-page .knowledgebase-menu li a:hover {
  background: #F8F4EC;
  border-right: 0;
  color: #3C3C3C;
}
body.candidate-app.knowledgebase-page .knowledgebase-menu li a.selected,
body.candidate-app.knowledgebase-page .knowledgebase-menu li a.selected:hover {
  background: rgba(60, 60, 60, 0.05);
  border-right: 0;
  color: #3C3C3C;
  position: relative;
}
body.candidate-app.knowledgebase-page .knowledgebase-menu li a.selected::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  background: #3C3C3C;
  border-radius: 0 2px 2px 0;
}

/* Article content card */
body.candidate-app.knowledgebase-page .home-contacted h1 {
  font-size: 1.46rem;
  margin: 0 0 16px;
}
body.candidate-app.knowledgebase-page .home-contacted {
  padding: 24px 28px;
}
body.candidate-app.knowledgebase-page .home-contacted iframe,
body.candidate-app.knowledgebase-page .home-contacted img {
  max-width: 100%;
  border-radius: 8px;
}

/* Mobile dropdown styling for knowledge base */
body.candidate-app.knowledgebase-page .top-nav.mobile-nav .btn.dropdown-toggle {
  background: #FFFFFF;
  color: #3C3C3C !important;
  border: 1px solid rgba(60, 60, 60, 0.14);
  border-radius: 10px;
  padding: 12px 18px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  text-align: left;
}
body.candidate-app.knowledgebase-page .top-nav.mobile-nav .dropdown-menu {
  border: 1px solid rgba(60, 60, 60, 0.08);
  border-radius: 10px;
  box-shadow: 0 4px 16px rgba(60, 60, 60, 0.08);
  padding: 8px;
}
body.candidate-app.knowledgebase-page .top-nav.mobile-nav .dropdown-item {
  border-radius: 8px;
  padding: 10px 12px;
  color: #3C3C3C;
  font-size: 0.93rem;
}
body.candidate-app.knowledgebase-page .top-nav.mobile-nav .dropdown-item.active,
body.candidate-app.knowledgebase-page .top-nav.mobile-nav .dropdown-item:active {
  background: rgba(60, 60, 60, 0.06);
  color: #3C3C3C;
}

/* === /employer/team (Your Team) — member cards === */
body.candidate-app.team-page .team-list { margin-top: 8px; }
body.candidate-app.team-page .team-list .row { margin: 0 -8px; }
body.candidate-app.team-page .team-list .row > [class*="col-"] { padding: 0 8px 16px; }
body.candidate-app.team-page .team-list .card {
  background: #FFFFFF;
  border: 1px solid rgba(60, 60, 60, 0.06);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(60, 60, 60, 0.04);
  height: 100%;
}
body.candidate-app.team-page .team-list .card .card-body {
  padding: 20px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
}
body.candidate-app.team-page .team-list .card-title {
  margin: 0;
  font-size: 1rem;
  font-weight: 500;
  color: #3C3C3C;
}
body.candidate-app.team-page .team-list .card-text {
  margin: 0 0 12px;
  font-size: 0.85rem;
  color: rgba(60, 60, 60, 0.7);
  line-height: 1.5;
}
body.candidate-app.team-page .team-list .card .btn,
body.candidate-app.team-page .team-list .card .btn:hover,
body.candidate-app.team-page .team-list .card .btn:focus {
  background: #3C3C3C !important;
  color: #FFFFFF !important;
  border: 0 !important;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-align: center;
  margin-top: auto;
  align-self: flex-start;
  width: auto;
  box-shadow: none;
}
body.candidate-app.team-page .team-list .card .btn:hover { background: #1f1f1f !important; }

/* === /employer/add-user — same form palette as account-settings,
       with Cancel and Remove styled distinctly. */
body.candidate-app.add-user-page .cont-box form .btn.transparent,
body.candidate-app.add-user-page .cont-box form .btn.transparent:hover,
body.candidate-app.add-user-page .cont-box form .btn.transparent:focus {
  background: transparent !important;
  color: rgba(60, 60, 60, 0.7) !important;
  border: 1px solid rgba(60, 60, 60, 0.18) !important;
  border-radius: 8px;
  padding: 10px 22px;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  margin: 0 8px 0 0;
  box-shadow: none;
}
body.candidate-app.add-user-page .cont-box form .btn.transparent:hover {
  background: rgba(60, 60, 60, 0.05) !important;
  color: #3C3C3C !important;
  border-color: rgba(60, 60, 60, 0.4) !important;
}
body.candidate-app.add-user-page .cont-box form .btn.red,
body.candidate-app.add-user-page .cont-box form .btn.red:hover,
body.candidate-app.add-user-page .cont-box form .btn.red:focus {
  background: #B83232 !important;
  color: #FFFFFF !important;
  border: 0 !important;
  margin: 0 8px 0 0;
}
body.candidate-app.add-user-page .cont-box form .btn.red:hover { background: #8E1D1D !important; }
body.candidate-app.add-user-page .cont-box form .btn.blue,
body.candidate-app.add-user-page .cont-box form .btn.blue:hover,
body.candidate-app.add-user-page .cont-box form .btn.blue:focus {
  background: #3C3C3C !important;
  color: #FFFFFF !important;
  border: 0 !important;
  margin: 0;
}

/* === /employer/candidate-matching (alerts list) === */
body.candidate-app.matching-alerts-page .matching-alerts ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.candidate-app.matching-alerts-page .matching-alerts ul li {
  background: #FFFFFF;
  border: 1px solid rgba(60, 60, 60, 0.06);
  border-radius: 12px;
  padding: 18px 22px;
  margin: 0 0 12px;
  color: #3C3C3C;
  font-size: 0.93rem;
  line-height: 1.5;
}
body.candidate-app.matching-alerts-page .matching-alerts ul li:last-child { margin-bottom: 0; }
body.candidate-app.matching-alerts-page .matching-alerts ul li > div:first-child {
  font-size: 1.06rem;
  font-weight: 500;
  margin-bottom: 6px;
}
body.candidate-app.matching-alerts-page .matching-alerts ul li a {
  color: #3C3C3C;
  font-weight: 500;
  font-size: 0.85rem;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: underline;
  margin-left: 16px;
}
body.candidate-app.matching-alerts-page .matching-alerts ul li a:hover { color: #1f1f1f; }
body.candidate-app.matching-alerts-page .matching-alerts ul li .badge.badge-info {
  background: #E1F5EE;
  color: #0F6E56;
  font-size: 0.72rem !important;
  padding: 4px 10px !important;
  border-radius: 32px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
body.candidate-app.matching-alerts-page .matching-alerts ul li .badge.badge-secondary {
  background: #F1EFE8;
  color: #5F5E5A;
  font-size: 0.72rem !important;
  padding: 4px 10px !important;
  border-radius: 32px;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}
body.candidate-app.matching-alerts-page .matching-alerts ul li a.alert-upgrade-nudge {
  margin-left: 0;
  color: #FF5E29;
}
body.candidate-app.matching-alerts-page .matching-alerts ul li a.alert-upgrade-nudge:hover {
  color: #d94d1e;
}
body.candidate-app.matching-alerts-page .legacy-alerts-header {
  margin-top: 32px;
  margin-bottom: 8px;
  padding-top: 24px;
  border-top: 1px solid rgba(60, 60, 60, 0.1);
}
body.candidate-app.matching-alerts-page .legacy-alerts-header h3 {
  font-size: 0.95rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #5F5E5A;
  margin-bottom: 6px;
}
body.candidate-app.matching-alerts-page .legacy-alerts-header p {
  font-size: 0.875rem;
  color: #7a7975;
  margin-bottom: 0;
}

/* === /employer/match-detail === */
/* Header card + section panels match the candidate-app cont-box white panel
   already declared by `body.candidate-app .cont-box:not(.profile-info):not(.profile-detail)`,
   so no extra background rules needed. Below: typography, tabs, badges, etc. */
body.candidate-app.match-detail-page .cont-box h1 {
  color: #3C3C3C;
  font-size: 1.46rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 0;
}
body.candidate-app.match-detail-page .cont-box h5,
body.candidate-app.match-detail-page .cont-box h6 {
  color: #3C3C3C;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  /* Drop the inline border-bottom Bootstrap-style heading underline */
  border-bottom: 0 !important;
  padding-bottom: 0 !important;
  margin: 0 0 12px;
}
body.candidate-app.match-detail-page .pic-round {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
  box-shadow: inset 0 0 0 1px rgba(60,60,60,0.06);
}

/* Profile tabs (Bootstrap nav-tabs → pill-style like profile-tab nav) */
body.candidate-app.match-detail-page .nav-tabs {
  border-bottom: 0;
  display: flex;
  gap: 8px;
  margin: 0 0 16px;
  flex-wrap: wrap;
}
body.candidate-app.match-detail-page .nav-tabs .nav-item { margin: 0; }
body.candidate-app.match-detail-page .nav-tabs .nav-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 0 18px;
  border-radius: 10px;
  border: 1px solid rgba(60, 60, 60, 0.12);
  background: #FFFFFF;
  color: rgba(60, 60, 60, 0.7);
  font-size: 0.93rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none;
}
body.candidate-app.match-detail-page .nav-tabs .nav-link:hover {
  background: #F8F4EC;
  color: #3C3C3C;
}
body.candidate-app.match-detail-page .nav-tabs .nav-link.active {
  background: #3C3C3C;
  color: #FFFFFF;
  border-color: #3C3C3C;
}
body.candidate-app.match-detail-page .tab-content { padding-top: 4px; }

/* Badges — collapse Bootstrap palettes onto the new theme */
body.candidate-app.match-detail-page .badge {
  font-weight: 500;
  font-size: 0.78rem;
  padding: 4px 10px;
  border-radius: 32px;
  letter-spacing: 0;
  text-transform: none;
  margin-right: 4px;
}
body.candidate-app.match-detail-page .badge-secondary,
body.candidate-app.match-detail-page .badge-light {
  background: #F1EFE8;
  color: #5F5E5A;
}
body.candidate-app.match-detail-page .badge-warning {
  background: #FAEEDA;
  color: #854F0B;
}
body.candidate-app.match-detail-page .badge-info {
  background: #E8F0FB;
  color: #1F4E91;
}
body.candidate-app.match-detail-page .badge-success {
  background: #E1F5EE;
  color: #0F6E56;
}

/* Importance markers (badge-essential / -important / -nice_to_have) */
body.candidate-app.match-detail-page .badge.badge-essential { background: #FAEEDA; color: #854F0B; }
body.candidate-app.match-detail-page .badge.badge-important { background: #E8F0FB; color: #1F4E91; }
body.candidate-app.match-detail-page .badge.badge-nice_to_have { background: #F1EFE8; color: #5F5E5A; }

/* Score progress bars */
body.candidate-app.match-detail-page .progress {
  background: rgba(60, 60, 60, 0.08);
  border-radius: 100px;
  overflow: hidden;
}
body.candidate-app.match-detail-page .progress-bar { transition: width 0.3s ease; }
body.candidate-app.match-detail-page .progress-bar.bg-success { background: #5fa172 !important; }
body.candidate-app.match-detail-page .progress-bar.bg-warning { background: #ffc107 !important; }
body.candidate-app.match-detail-page .progress-bar.bg-danger { background: #c66460 !important; }
body.candidate-app.match-detail-page .progress-bar.bg-info { background: #17a2b8 !important; }

/* AI Match Insight callout */
body.candidate-app.match-detail-page .cont-box [style*="background:#f0f8ff"],
body.candidate-app.match-detail-page .cont-box [style*="background: #f0f8ff"] {
  background: rgba(15, 110, 86, 0.06) !important;
  border-left-color: #0F6E56 !important;
  border-radius: 8px !important;
}
body.candidate-app.match-detail-page .text-info { color: #0F6E56 !important; }

/* "View full profile" outline-secondary button → dark pill */
body.candidate-app.match-detail-page .btn.btn-outline-secondary,
body.candidate-app.match-detail-page .btn.btn-outline-secondary:hover,
body.candidate-app.match-detail-page .btn.btn-outline-secondary:focus {
  background: #3C3C3C !important;
  color: #FFFFFF !important;
  border: 0 !important;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 0.85rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  box-shadow: none;
}
body.candidate-app.match-detail-page .btn.btn-outline-secondary:hover {
  background: #1f1f1f !important;
}

/* Right-side action bar (PDF / dismiss / save / message + Contact Status) */
body.candidate-app.match-detail-page .col-auto > .icon-btn,
body.candidate-app.match-detail-page .col-auto > .icon-btn:hover,
body.candidate-app.match-detail-page .col-auto > .icon-btn:focus,
body.candidate-app.match-detail-page .row > .col-auto a.btn.icon-btn {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  background-color: #FFFFFF;
  border: 1px solid rgba(60, 60, 60, 0.12);
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 4px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
body.candidate-app.match-detail-page .save-btn.isStarred,
body.candidate-app.match-detail-page .save-btn.active {
  background-color: #3C3C3C !important;
  border-color: #3C3C3C !important;
}
body.candidate-app.match-detail-page .speech-btn,
body.candidate-app.match-detail-page .speech-btn:hover,
body.candidate-app.match-detail-page .speech-btn:focus {
  background-color: #0F6E56 !important;
  border-color: #0F6E56 !important;
}

/* Contact Status dropdown next to the action icons */
body.candidate-app.match-detail-page .form-group label[for="contactStatus"] {
  font-size: 0.78rem;
  color: rgba(60, 60, 60, 1);
  margin-bottom: 4px;
}
body.candidate-app.match-detail-page select.contact_status,
body.candidate-app.match-detail-page select.contact_status:focus {
  border: 1px solid rgba(60, 60, 60, 0.14);
  border-radius: 8px;
  height: 36px;
  font-size: 0.85rem;
  color: #3C3C3C;
  background: #FFFFFF;
  min-width: 200px;
  padding: 0 10px;
  box-shadow: none;
}

/* Tab pane content — list rows separated cleanly */
body.candidate-app.match-detail-page .tab-pane hr {
  border: 0;
  border-top: 1px solid rgba(60, 60, 60, 0.08);
  margin: 12px 0;
}
body.candidate-app.match-detail-page .tab-pane h6 { font-size: 1rem; }

/* === /candidate/messages — TalkJS embed === */
body.candidate-app.messages-page .cont-box {
  padding: 12px;
  border-radius: 16px;
  overflow: hidden;
}
body.candidate-app.messages-page #talkjs-container {
  border-radius: 12px;
  overflow: hidden;
}
/* Sticky tab nav: glass on top of the gradient */
body.profile-page #profile-tab-nav {
  background: none;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
}

/* --- Profile hero card --- glass panel matching Figma "Rectangle 21" */
body.profile-page .cont-box.profile-info {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 24px;
  padding: 32px 40px;
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.1);
  margin-bottom: 24px;
}

/* Edit Profile pill (top-right of hero) */
body.profile-page .profile-info a.btn-edit-profile {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #3C3C3C;
  color: #FFFFFF !important;
  padding: 10px 16px;
  border-radius: 8px;
  font-size: 0.93rem;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
  text-decoration: none !important;
  white-space: nowrap;
  line-height: 1;
  transition: background 0.15s;
}
body.profile-page .profile-info a.btn-edit-profile:hover { background: #1f1f1f; color: #FFFFFF !important; }
body.profile-page .profile-info a.btn-edit-profile svg.lucide { width: 18px; height: 18px; color: #FFFFFF; }

/* Hero typography */
body.profile-page .profile-info .head { align-items: flex-start; margin-bottom: 0; gap: 24px; }
body.profile-page .profile-info .head .pic-round {
  width: 150px; height: 150px;
  border-radius: 50%;
  margin: 0;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}
body.profile-page .profile-info .head h3 {
  font-size: 1.6rem;
  font-weight: 500;
  color: #3C3C3C;
  line-height: 1.2;
  margin: 0;
}
body.profile-page .profile-info .head h4 {
  font-size: 1.06rem;
  color: rgba(60,60,60,0.6);
  margin-top: 4px;
  font-weight: 400;
}
body.profile-page .profile-info .head h4 span { color: rgba(60,60,60,0.6); font-weight: 400; }

/* Headline pill (job title summary) — white pill per Figma */
body.profile-page .headline-pill {
  display: inline-block;
  background: #FFFFFF;
  color: #3C3C3C;
  padding: 8px 15px;
  border-radius: 32px;
  font-size: 0.93rem;
  font-weight: 400;
  margin-top: 12px;
  line-height: 1.2;
}
body.profile-page .profile-info .head .account-info p { margin: 0; }

/* ABOUT ME label + body, indented to align with the name column */
body.profile-page .profile-info .account-info .about-label {
  text-transform: uppercase;
  font-size: 0.85rem;
  letter-spacing: 0.04em;
  color: rgba(60,60,60,0.55);
  font-weight: 500;
  margin: 24px 0 8px;
}
body.profile-page .profile-info .account-info .about-body {
  font-size: 1.06rem;
  color: #3C3C3C;
  line-height: 1.5;
  margin: 0 0 16px;
}
body.profile-page .profile-info .account-info hr {
  border: 0;
  border-top: 1px solid rgba(60,60,60,0.08);
  margin: 16px 0;
}
body.profile-page .profile-info .account-info .telephone-line {
  font-size: 0.93rem;
  color: rgba(60,60,60,0.7);
  margin: 0 0 16px;
}
body.profile-page .profile-info .account-info .professional-body-line {
  margin: 6px 0 2px;
  font-size: 0.85rem;
  color: rgba(60,60,60,0.7);
}
body.profile-page .profile-info .account-info .visibility-row {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}

/* Manage account visibility link */
body.profile-page .profile-info a.manage-visibility-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  color: #3C3C3C !important;
  text-decoration: underline;
  font-size: 0.93rem;
}
body.profile-page .profile-info a.manage-visibility-link:hover { color: #000 !important; }
body.profile-page .profile-info a.manage-visibility-link svg.lucide { width: 16px; height: 16px; color: currentColor; }

/* --- Item action icon buttons (Education, Work Experience, Achievements) --- */
/* Absolutely position top-right of each list-item card so they sit next to the title. */
body.profile-page .profile-detail.blueLineList > ul > li {
  position: relative;
  padding-right: 120px;
}
body.profile-page .profile-detail .item-actions {
  position: absolute;
  top: 24px;
  right: 24px;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  float: none;
  margin: 0;
}

body.profile-page .profile-detail a.icon-btn,
body.profile-page .profile-detail .icon-btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  color: #3C3C3C !important;
  border: 1px solid rgba(60,60,60,0.12);
  border-radius: 8px;
  text-decoration: none !important;
  font-size: 0;
  text-transform: none;
  letter-spacing: 0;
  padding: 0;
  margin: 0 !important;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
}
body.profile-page .profile-detail .icon-btn:hover {
  background: #F8F4EC;
  border-color: rgba(60,60,60,0.25);
  color: #3C3C3C !important;
  text-decoration: none;
}
body.profile-page .profile-detail .icon-btn svg.lucide { width: 18px; height: 18px; color: currentColor; }
body.profile-page .profile-detail .icon-btn.icon-btn-danger:hover { color: #b85c5c !important; border-color: rgba(184,92,92,0.25); }

/* --- Chip palette (mint / stone / amber) --- */
body.profile-page .profile-detail .chip,
body.profile-page .profile-detail .role-skill-card .chip {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 32px;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}
body.profile-page .profile-detail .chip-mint  { background: #E1F5EE; color: #0F6E56; }
body.profile-page .profile-detail .chip-stone { background: #F1EFE8; color: #5F5E5A; }
body.profile-page .profile-detail .chip-amber { background: #FAEEDA; color: #854F0B; }

/* --- Skill row layout (role-skill / spec-skill / cert) --- */
/* Top-level skill items in their section: white cards on glass */
body.profile-page .profile-detail .spec-skill-card,
body.profile-page .profile-detail .cert-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 16px 20px !important;
  margin: 0 0 8px;
  border: none;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
body.profile-page .profile-detail .spec-skill-card:last-child,
body.profile-page .profile-detail .cert-card:last-child { margin-bottom: 0; }
/* role-skill rows live INSIDE a Work Experience white card — keep as inline rows with thin dividers */
body.profile-page .profile-detail .role-skill-card {
  list-style: none;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(60,60,60,0.08);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
body.profile-page .profile-detail .role-skill-card:last-child { border-bottom: none; }
body.profile-page .profile-detail .role-skill-collapsed,
body.profile-page .profile-detail .spec-skill-collapsed,
body.profile-page .profile-detail .cert-collapsed {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}
body.profile-page .profile-detail .role-skill-name {
  flex: 1 1 220px;
  min-width: 180px;
  font-size: 0.93rem;
  font-weight: 500;
  color: #3C3C3C;
}
body.profile-page .profile-detail .role-skill-chips {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
body.profile-page .profile-detail .role-skill-actions {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin-left: auto;
}

/* "Add skills used in this role..." search input — match input style */
body.profile-page .profile-detail .role-skill-search,
body.profile-page .profile-detail #specSkillSearch,
body.profile-page .profile-detail #certSkillSearch,
body.profile-page .profile-detail #pqSearch,
body.profile-page .profile-detail #legacySkillSearch {
  background: #FFFFFF;
  border: 1px solid rgba(60,60,60,0.12);
  border-radius: 8px;
  height: 40px;
  font-size: 0.93rem !important;
  padding: 0 14px 0 36px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%235f5e5a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'><circle cx='11' cy='11' r='8'/><path d='m21 21-4.3-4.3'/></svg>");
  background-repeat: no-repeat;
  background-position: 12px center;
  background-size: 16px 16px;
}

/* --- "Current" pill on Work Experience job title --- */
body.profile-page .profile-detail .pill-current {
  display: inline-flex;
  align-items: center;
  background: #E1F5EE;
  color: #0F6E56;
  padding: 4px 10px;
  border-radius: 32px;
  font-size: 0.8rem;
  font-weight: 500;
  margin-left: 10px;
  vertical-align: middle;
  letter-spacing: 0;
  text-transform: none;
}

/* Personal Qualities: wrap "Selected n of 6" + tag list in a white card */
body.profile-page .profile-detail .pq-selection-card {
  background: #FFFFFF;
  border-radius: 12px;
  padding: 20px 24px;
  margin: 0;
}
body.profile-page .profile-detail .pq-selection-card .pq-selection-count {
  margin: 0 0 12px;
  color: #3C3C3C;
  font-size: 0.93rem;
}
body.profile-page .profile-detail .pq-selection-card #pqTagList {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
body.profile-page .profile-detail .pq-selection-card .pq-tag { margin: 0 !important; }

/* --- Personal Qualities tags --- */
body.profile-page .pq-tag.badge-primary,
body.profile-page .pq-tag {
  background: #E1F5EE !important;
  color: #0F6E56 !important;
  border-radius: 32px !important;
  padding: 6px 12px !important;
  font-size: 0.85rem !important;
  font-weight: 500 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
body.profile-page .pq-tag .pq-remove {
  color: #0F6E56 !important;
  margin-left: 0 !important;
  text-decoration: none;
  line-height: 1;
}
body.profile-page .pq-tag .pq-remove:hover { color: #0a4a3a !important; }

/* --- Sidebar redesign — glassmorphic to match auth-page panels ---
   Desktop only — the small-screen layout is a fixed bottom nav handled
   by the original .sidebar rules (lines ~478) plus the mobile block below. */
@media (min-width: 768px) {
body.candidate-app .sidebar {
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  border-right: 1px solid rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.08);
  display: flex;
  flex-direction: column;
}
body.candidate-app .sidebar a.logo {
  background: transparent;
  position: relative;
  height: auto;
  padding: 20px 16px 12px;
  flex: 0 0 auto;
}
body.candidate-app .sidebar a.logo img { width: 110px; }
body.candidate-app #sidebar {
  flex: 1 1 auto;
  height: auto;
  min-height: 0;
  padding: 8px 12px;
  overflow-y: auto;
}

/* User card */
body.candidate-app .side-account {
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  box-shadow: 0 1px 2px rgba(60,60,60,0.04);
  padding: 12px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 10px;
}
body.candidate-app .side-account .pic {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 50%;
  margin: 0;
  background-size: cover;
  background-position: center;
  box-shadow: inset 0 0 0 1px rgba(60,60,60,0.06);
}
body.candidate-app .side-account .detail { min-width: 0; flex: 1; }
body.candidate-app .side-account .name {
  color: #3C3C3C;
  font-weight: 500;
  font-size: 0.93rem;
  line-height: 1.2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.candidate-app .side-account .name:after { display: none; }
body.candidate-app .side-account a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: rgba(60,60,60,0.65) !important;
  font-size: 0.78rem;
  text-decoration: underline;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 400;
  margin-top: 2px;
}
body.candidate-app .side-account a svg.lucide {
  width: 14px; height: 14px;
  color: currentColor;
}

/* Nav items */
body.candidate-app .sidebar .main-navigation-menu {
  display: flex;
  flex-direction: column;
  background: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
  gap: 4px;
}
body.candidate-app .sidebar .main-navigation-menu li {
  display: block;
  margin: 0;
  padding: 0;
  text-align: left;
  list-style: none;
  flex: 0 0 auto;
}
body.candidate-app .sidebar ul.main-navigation-menu li a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 12px;
  min-height: 44px;
  padding: 10px 12px;
  background: transparent;
  border: none;
  box-shadow: none;
  border-radius: 10px;
  color: rgba(60,60,60,0.7);
  font-size: 0.93rem;
  font-weight: 500;
  line-height: 1.3;
  text-align: left;
  text-decoration: none;
  transition: background 0.15s, color 0.15s;
}
body.candidate-app .sidebar ul.main-navigation-menu li a svg.lucide {
  width: 20px;
  height: 20px;
  color: currentColor;
  flex-shrink: 0;
}
body.candidate-app .sidebar ul.main-navigation-menu li a span {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
body.candidate-app .sidebar .main-navigation-menu li a:hover,
body.candidate-app .sidebar .main-navigation-menu li a:focus {
  background: rgba(60,60,60,0.05);
  color: #3C3C3C;
}
body.candidate-app .sidebar .main-navigation-menu li a.active {
  background: rgba(255, 255, 255, 0.85);
  color: #3C3C3C;
  box-shadow: 0 1px 2px rgba(60,60,60,0.05);
}
body.candidate-app .sidebar .main-navigation-menu li a:hover:before,
body.candidate-app .sidebar .main-navigation-menu li a:focus:before,
body.candidate-app .sidebar .main-navigation-menu li a.active:before { display: none !important; }

/* Logout sits visually separated at the bottom */
body.candidate-app .sidebar .main-navigation-menu li.nav-logout {
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(60,60,60,0.08);
}
} /* end @media (min-width: 768px) — sidebar redesign */

/* Skill-attribute editor (full-width white card) — applies to:
   - new-skill forms (#specSkillNewForm, #certNewForm, .role-skill-new-form)
   - expanded edit views (.spec-skill-expanded, .cert-expanded, .role-skill-expanded)
   Replaces the old cream box and its tendency to shrink to content width when
   nested inside a flex parent. */
body.profile-page .profile-detail #specSkillNewForm,
body.profile-page .profile-detail #certNewForm,
body.profile-page .profile-detail .role-skill-new-form,
body.profile-page .profile-detail .spec-skill-expanded,
body.profile-page .profile-detail .cert-expanded,
body.profile-page .profile-detail .role-skill-expanded {
  display: block;
  width: 100%;
  flex: 1 0 100%;
  box-sizing: border-box;
  background: #FFFFFF;
  border: 1px solid rgba(60, 60, 60, 0.08);
  border-radius: 12px;
  padding: 20px 24px;
  margin: 12px 0;
  box-shadow: 0 1px 2px rgba(60, 60, 60, 0.04);
}
body.profile-page .profile-detail .role-skill-new-skill-name,
body.profile-page .profile-detail .role-new-skill-name {
  color: #3C3C3C;
  font-weight: 500;
  font-size: 0.95rem;
  margin: 0 0 12px;
}

/* Chip rows inside the editor */
body.profile-page .profile-detail .chip-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
body.profile-page .profile-detail .chip-row-label {
  font-size: 0.72rem;
  color: rgba(60, 60, 60, 0.55);
  min-width: 110px;
  flex-shrink: 0;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
body.profile-page .profile-detail .chip-group {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* Pickable chip — neutral default, themed active states */
body.profile-page .profile-detail .attr-chip {
  display: inline-flex;
  align-items: center;
  padding: 4px 12px;
  border-radius: 100px;
  font-size: 0.78rem;
  font-weight: 500;
  cursor: pointer;
  border: 1px solid rgba(60, 60, 60, 0.18);
  background: #FFFFFF;
  color: rgba(60, 60, 60, 0.7);
  line-height: 1.4;
  user-select: none;
  -webkit-user-select: none;
  transition: background 0.15s, border-color 0.15s, color 0.15s;
  white-space: nowrap;
}
body.profile-page .profile-detail .attr-chip:hover {
  border-color: rgba(60, 60, 60, 0.4);
  background: #F8F4EC;
  color: #3C3C3C;
}
body.profile-page .profile-detail .attr-chip:focus,
body.profile-page .profile-detail .attr-chip:active {
  outline: none;
  box-shadow: 0 0 0 2px rgba(60, 60, 60, 0.15);
}
body.profile-page .profile-detail .attr-chip.active[data-field="last_used"] {
  background: #FAEEDA;
  border-color: #E0B373;
  color: #854F0B;
}
body.profile-page .profile-detail .attr-chip.active[data-field="years_experience"] {
  background: #E8F0FB;
  border-color: #6B96D4;
  color: #1F4E91;
}
body.profile-page .profile-detail .attr-chip.active[data-field="centrality"] {
  background: #E1F5EE;
  border-color: #5FA38F;
  color: #0F6E56;
}
body.profile-page .profile-detail .attr-chip.chip-narrow {
  padding: 4px 8px;
  min-width: 28px;
  justify-content: center;
}

/* Action row at the bottom of the editor */
body.profile-page .profile-detail .skill-action-row {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(60, 60, 60, 0.08);
}

/* Skill-attribute editor buttons (Save / Cancel inside .role-skill-expanded,
   /employer/candidate-match-create, etc.)
   Override the global button:hover that injected a 2px orange border and made
   the button size jump on hover. Same dark theme colours everywhere. */
body.candidate-app .btn-skill-save,
body.candidate-app .btn-skill-save:hover,
body.candidate-app .btn-skill-save:focus,
body.candidate-app .btn-skill-save:active,
body.profile-page .btn-skill-save,
body.profile-page .btn-skill-save:hover,
body.profile-page .btn-skill-save:focus,
body.profile-page .btn-skill-save:active {
  background: #3C3C3C !important;
  color: #FFFFFF !important;
  border: 0 !important;
  border-radius: 8px;
  padding: 8px 18px;
  font-size: 0.85rem;
  font-weight: 500;
  box-shadow: none !important;
  outline: none;
  transition: background 0.15s ease;
}
body.candidate-app .btn-skill-save:hover,
body.candidate-app .btn-skill-save:focus,
body.profile-page .btn-skill-save:hover,
body.profile-page .btn-skill-save:focus { background: #1f1f1f !important; }

body.candidate-app .btn-skill-cancel,
body.candidate-app .btn-skill-cancel:hover,
body.candidate-app .btn-skill-cancel:focus,
body.candidate-app .btn-skill-cancel:active,
body.profile-page .btn-skill-cancel,
body.profile-page .btn-skill-cancel:hover,
body.profile-page .btn-skill-cancel:focus,
body.profile-page .btn-skill-cancel:active {
  background: transparent !important;
  color: rgba(60, 60, 60, 0.7) !important;
  border: 1px solid rgba(60, 60, 60, 0.18) !important;
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 0.85rem;
  box-shadow: none !important;
  outline: none;
  text-decoration: none;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
body.candidate-app .btn-skill-cancel:hover,
body.candidate-app .btn-skill-cancel:focus,
body.profile-page .btn-skill-cancel:hover,
body.profile-page .btn-skill-cancel:focus {
  color: #3C3C3C !important;
  border-color: rgba(60, 60, 60, 0.4) !important;
  background: rgba(60, 60, 60, 0.04) !important;
}

/* --- Modal harmonisation — match new theme (24px radius, dark save btn, register-style form fields) --- */
body.profile-page .modal { background: rgba(20, 20, 20, 0.55); text-align: left; }
body.profile-page .modal-dialog { max-width: 640px; }
body.profile-page .modal-content {
  background: #FFFFFF;
  border: 1px solid rgba(60, 60, 60, 0.06);
  border-radius: 24px;
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.18);
  max-width: 640px;
  overflow: hidden;
}

body.profile-page .modal-header {
  display: block;
  padding: 32px 40px 16px;
  border-bottom: 0;
  position: relative;
}
body.profile-page .modal-header h5 {
  font-size: 1.46rem;
  font-weight: 500;
  color: #3C3C3C;
  letter-spacing: 0;
  margin-bottom: 6px;
}
body.profile-page .modal p {
  font-size: 0.93rem !important;
  color: rgba(60,60,60, 1) !important;
  line-height: 1.45 !important;
  margin-bottom: 0;
}
body.profile-page .modal-header .close {
  position: absolute;
  top: 24px;
  right: 28px;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(60,60,60,0.55);
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 1;
  text-shadow: none;
}
body.profile-page .modal-header .close:hover,
body.profile-page .modal-header .close:focus { color: #3C3C3C; opacity: 1; }

body.profile-page .modal-body { padding: 16px 40px; }

body.profile-page .modal-footer {
  padding: 16px 40px 28px;
  border-top: 0;
  justify-content: flex-end;
  gap: 12px;
}

/* Form fields inside the modal — borrowed from /candidate/register */
body.profile-page .modal .form-group { margin-bottom: 16px; }
body.profile-page .modal label {
  display: block;
  font-size: 0.8rem;
  color: rgba(60, 60, 60, 1);
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 0;
  line-height: 1.3;
}
body.profile-page .modal label span {
  color: rgba(60,60,60,0.45);
  font-size: 0.78rem;
  margin-left: 5px;
}
body.profile-page .modal .form-control,
body.profile-page .modal .form-control:focus {
  background: #FFFFFF;
  border: 1px solid rgba(60, 60, 60, 0.14);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.93rem;
  color: #3C3C3C;
  height: auto;
  line-height: 1.3;
  box-shadow: none;
}
body.profile-page .modal .form-control:focus { border-color: rgba(60,60,60,0.4); }
body.profile-page .modal textarea.form-control { min-height: 110px; }
body.profile-page .modal select.form-control { padding-right: 32px; }

body.profile-page .modal .input-group {
  background: transparent;
  border: 0;
}
body.profile-page .modal .input-group .form-control { border-radius: 12px; }
body.profile-page .modal .input-group-prepend .input-group-text,
body.profile-page .modal .input-group-append .input-group-text {
  background: #FFFFFF;
  border: 1px solid rgba(60,60,60,0.14);
  border-radius: 12px;
}
body.profile-page .modal .input-group > .input-group-prepend + .form-control { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: 0; }
body.profile-page .modal .input-group > .input-group-prepend > .input-group-text { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; }

/* Save / primary button — dark, replaces orange */
body.profile-page .modal-footer .btn,
body.profile-page .modal-footer button.btn,
body.profile-page .modal-footer .btn.uppercase {
  background: #3C3C3C;
  color: #FFFFFF !important;
  border: 0;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 0.93rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  width: auto;
  min-width: 140px;
  line-height: 1.2;
  margin: 0;
  box-shadow: none;
  transition: background 0.15s;
}
body.profile-page .modal-footer .btn:hover,
body.profile-page .modal-footer .btn:focus {
  background: #1f1f1f;
  color: #FFFFFF !important;
  border: 0;
  box-shadow: none;
}
body.profile-page .modal-footer .alert.picture-notice:empty { display: none; }
body.profile-page .modal-footer #clearSkills {
  margin-right: auto;
  font-size: 0.85rem;
  color: rgba(60,60,60,0.6);
  text-transform: none;
  letter-spacing: 0;
  text-decoration: underline;
  font-weight: 400;
}
body.profile-page .modal-footer #clearSkills:hover { color: #3C3C3C; }

/* Mobile: tighten modal padding */
@media (max-width: 575px) {
  body.profile-page .modal-content { border-radius: 16px; }
  body.profile-page .modal-header { padding: 24px 20px 12px; }
  body.profile-page .modal-body { padding: 12px 20px; }
  body.profile-page .modal-footer { padding: 12px 20px 20px; }
}

/* --- Modal harmonisation — employer & agency profile pages (mirrors body.profile-page rules above) --- */
body.employer-profile-page .modal { background: rgba(20, 20, 20, 0.55); text-align: left; }
body.employer-profile-page .modal-dialog { max-width: 640px; }
body.employer-profile-page .modal-content {
  background: #FFFFFF;
  border: 1px solid rgba(60, 60, 60, 0.06);
  border-radius: 24px;
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.18);
  max-width: 640px;
  overflow: hidden;
}
body.employer-profile-page .modal-header {
  display: block;
  padding: 32px 40px 16px;
  border-bottom: 0;
  position: relative;
}
body.employer-profile-page .modal-header h5 {
  font-size: 1.46rem;
  font-weight: 500;
  color: #3C3C3C;
  letter-spacing: 0;
  margin-bottom: 6px;
}
body.employer-profile-page .modal p {
  font-size: 0.93rem !important;
  color: rgba(60,60,60,0.65) !important;
  line-height: 1.45 !important;
  margin-bottom: 0;
}
body.employer-profile-page .modal-header .close {
  position: absolute;
  top: 24px;
  right: 28px;
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1;
  color: rgba(60,60,60,0.55);
  background: transparent;
  border: 0;
  box-shadow: none;
  opacity: 1;
  text-shadow: none;
}
body.employer-profile-page .modal-header .close:hover,
body.employer-profile-page .modal-header .close:focus { color: #3C3C3C; opacity: 1; }

body.employer-profile-page .modal-body { padding: 16px 40px; }

body.employer-profile-page .modal-footer {
  padding: 16px 40px 28px;
  border-top: 0;
  justify-content: flex-end;
  gap: 12px;
}

body.employer-profile-page .modal .form-group { margin-bottom: 16px; }
body.employer-profile-page .modal label {
  display: block;
  font-size: 0.8rem;
  color: rgba(60, 60, 60, 1);
  font-weight: 400;
  margin-bottom: 5px;
  letter-spacing: 0;
  line-height: 1.3;
}
body.employer-profile-page .modal label span {
  color: rgba(60,60,60,0.45);
  font-size: 0.78rem;
  margin-left: 5px;
}
body.employer-profile-page .modal .form-control,
body.employer-profile-page .modal .form-control:focus {
  background: #FFFFFF;
  border: 1px solid rgba(60, 60, 60, 0.14);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 0.93rem;
  color: #3C3C3C;
  height: auto;
  line-height: 1.3;
  box-shadow: none;
}
body.employer-profile-page .modal .form-control:focus { border-color: rgba(60,60,60,0.4); }
body.employer-profile-page .modal textarea.form-control { min-height: 110px; }
body.employer-profile-page .modal select.form-control { padding-right: 32px; }

body.employer-profile-page .modal .input-group {
  background: transparent;
  border: 0;
}
body.employer-profile-page .modal .input-group .form-control { border-radius: 12px; }
body.employer-profile-page .modal .input-group-prepend .input-group-text,
body.employer-profile-page .modal .input-group-append .input-group-text {
  background: #FFFFFF;
  border: 1px solid rgba(60,60,60,0.14);
  border-radius: 12px;
}
body.employer-profile-page .modal .input-group > .input-group-prepend + .form-control { border-top-left-radius: 0; border-bottom-left-radius: 0; border-left: 0; }
body.employer-profile-page .modal .input-group > .input-group-prepend > .input-group-text { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: 0; }

body.employer-profile-page .modal-footer .btn,
body.employer-profile-page .modal-footer button.btn,
body.employer-profile-page .modal-footer .btn.uppercase {
  background: #3C3C3C;
  color: #FFFFFF !important;
  border: 0;
  border-radius: 8px;
  padding: 12px 24px;
  font-size: 0.93rem;
  font-weight: 500;
  text-transform: none;
  letter-spacing: 0;
  width: auto;
  min-width: 140px;
  line-height: 1.2;
  margin: 0;
  box-shadow: none;
  transition: background 0.15s;
}
body.employer-profile-page .modal-footer .btn:hover,
body.employer-profile-page .modal-footer .btn:focus {
  background: #1f1f1f;
  color: #FFFFFF !important;
  border: 0;
  box-shadow: none;
}
body.employer-profile-page .modal-footer .alert.picture-notice:empty { display: none; }

@media (max-width: 575px) {
  body.employer-profile-page .modal-content { border-radius: 16px; }
  body.employer-profile-page .modal-header { padding: 24px 20px 12px; }
  body.employer-profile-page .modal-body { padding: 12px 20px; }
  body.employer-profile-page .modal-footer { padding: 12px 20px 20px; }
}

/* Footer (DfE/Crown + legals) — desktop only; on mobile the footer keeps the
   default layout and the bottom nav owns the screen edge. */
@media (min-width: 768px) {
body.candidate-app .wrapper > .sidebar > footer,
body.candidate-app footer {
  position: static;
  flex: 0 0 auto;
  background: transparent;
  padding: 12px 16px 16px;
  font-size: 0.72rem;
  color: rgba(60,60,60,0.7);
}
body.candidate-app footer .logos { gap: 8px; align-items: center; display: flex; margin-bottom: 8px; }
body.candidate-app footer p { margin: 0; line-height: 1.4; color: rgba(60,60,60,0.7); }
body.candidate-app footer a { color: rgba(60,60,60,0.75); text-decoration: underline; }
body.candidate-app footer a:hover { color: #3C3C3C; }
}

/* Keep the .links wrapper used by some legacy spots out of the way */
body.profile-page .profile-detail .links { float: right; }

/* Mobile tweaks for the new components */
@media (max-width: 767px) {
  body.profile-page .cont-box.profile-info { padding: 20px 18px; border-radius: 16px; }
  body.profile-page .profile-info .head { flex-direction: column; gap: 12px; }
  body.profile-page .profile-info .head .pic-round { width: 96px; height: 96px; }
  body.profile-page .profile-detail.blueLineList > ul > li { padding: 18px 16px; padding-right: 16px; }
  body.profile-page .profile-detail .item-actions { position: static; margin-top: 8px; right: auto; top: auto; }
  body.profile-page .profile-detail .role-skill-actions { margin-left: 0; }

  /* Extra scroll clearance so content isn't hidden behind the fixed bottom nav */
  body.candidate-app #main-content {
    padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
  }

  /* --- Mobile header + bottom nav harmonisation --- */
  /* Top header: glassy panel matching the body gradient */
  body.candidate-app .header-mobile {
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    box-shadow: 0 1px 0 rgba(60, 60, 60, 0.06);
  }

  /* Bottom nav: keep the existing fixed-bottom layout from the base
     .sidebar rules, just retheme the colours and stack icon + label. */
  body.candidate-app .sidebar {
    background: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border-top: 1px solid rgba(60, 60, 60, 0.06);
    box-shadow: 0 -4px 16px rgba(60, 60, 60, 0.06);
  }
  body.candidate-app .sidebar .main-navigation-menu {
    background: transparent;
    padding: 6px 0 max(8px, env(safe-area-inset-bottom));
  }
  body.candidate-app .sidebar ul.main-navigation-menu li a {
    display: flex !important;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 4px;
    color: rgba(60, 60, 60, 0.65);
    font-size: 0.72rem;
    font-weight: 500;
    line-height: 1;
    text-decoration: none;
  }
  body.candidate-app .sidebar ul.main-navigation-menu li a svg.lucide {
    width: 22px;
    height: 22px;
    color: currentColor;
    margin: 0;
  }
  body.candidate-app .sidebar ul.main-navigation-menu li a span {
    display: inline-block !important;
  }
  body.candidate-app .sidebar .main-navigation-menu li a.active {
    color: #3C3C3C;
  }
  /* Replace orange active top-bar with dark theme colour */
  body.candidate-app .sidebar .main-navigation-menu li a.active:before,
  body.candidate-app .sidebar .main-navigation-menu li a:hover:before,
  body.candidate-app .sidebar .main-navigation-menu li a:focus:before {
    background-color: #3C3C3C !important;
    display: block !important;
  }
  /* Hide the dedicated logout entry on mobile — top hamburger handles it */
  body.candidate-app .sidebar .main-navigation-menu li.nav-logout {
    display: none !important;
  }
  /* The .side-account, logo and footer are already display:none on mobile by
     the base sidebar rules; nothing extra needed. */
}

/* ---- Legals page ---- */
body.legals-page {
  background: linear-gradient(170deg, #ffffff 0%, #f3f0f9 35%, #f8c4a4 100%);
  background-attachment: fixed;
  min-height: 100vh;
}
body.legals-page .cont-box {
  background: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 24px;
  box-shadow: 0 0 60px 0 rgba(60, 60, 60, 0.08);
}
body.legals-page #main-content {
  padding-top: 24px;
}

/* ---- Candidate list glassmorphism (find-candidates — employer + agency + candidate pages) ---- */

/* Glass container — the cont-box wrapping the results list */
.cont-box:has(.profiles-list.employers-pages),
body.candidate-app.find-employers-page .cont-box:has(.profiles-list) {
  background: rgba(255, 255, 255, 0.25) !important;
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 24px rgba(60, 60, 60, 0.10) !important;
}

/* Reset the ul so padding doesn't add to glass area */
.profiles-list.employers-pages > ul,
body.candidate-app.find-employers-page .profiles-list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* White cards */
.profiles-list.employers-pages > ul > li,
body.candidate-app.find-employers-page .profiles-list > ul > li {
  background: #ffffff;
  border-radius: 12px;
  padding: 18px 20px;
  margin-bottom: 12px;
  box-shadow: 0 1px 4px rgba(60, 60, 60, 0.07);
}
.profiles-list.employers-pages > ul > li:last-child,
body.candidate-app.find-employers-page .profiles-list > ul > li:last-child {
  margin-bottom: 0;
}

/* ---- Chip palette + role-skill cards — employer/agency candidate view (mirrors body.profile-page rules) ---- */
body.employer-candidate-view .profile-detail .chip,
body.employer-candidate-view .profile-detail .role-skill-card .chip {
  display: inline-flex;
  align-items: center;
  height: 24px;
  padding: 0 10px;
  border-radius: 32px;
  font-size: 0.8rem;
  font-weight: 500;
  white-space: nowrap;
  letter-spacing: 0;
  text-transform: none;
  margin: 0;
}
body.employer-candidate-view .profile-detail .chip-mint  { background: #E1F5EE; color: #0F6E56; }
body.employer-candidate-view .profile-detail .chip-stone { background: #F1EFE8; color: #5F5E5A; }
body.employer-candidate-view .profile-detail .chip-amber { background: #FAEEDA; color: #854F0B; }

body.employer-candidate-view .profile-detail .role-skill-card {
  list-style: none;
  padding: 12px 0 !important;
  border-bottom: 1px solid rgba(60,60,60,0.08);
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
body.employer-candidate-view .profile-detail .role-skill-card:last-child { border-bottom: none; }

body.employer-candidate-view .profile-detail .role-skill-collapsed {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  width: 100%;
}
body.employer-candidate-view .profile-detail .role-skill-name {
  flex: 1 1 220px;
  min-width: 180px;
  font-size: 0.93rem;
  font-weight: 500;
  color: #3C3C3C;
}
body.employer-candidate-view .profile-detail .role-skill-chips {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
body.employer-candidate-view .profile-detail .role-skill-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
