@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,700");
html {
  overflow-x: hidden;
}

/* Home */
#hero-area.home-hero {
  padding: 96px 0 64px;
  background:
    linear-gradient(135deg, rgba(19, 126, 217, 0.12), rgba(37, 178, 129, 0.08)),
    #f7fbff;
}

.home-hero__intro {
  max-width: 880px;
  margin: 0 auto 24px;
}

.home-hero__eyebrow,
.home-section-kicker,
.home-entry-card__label {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 12px;
  border-radius: 999px;
  background: rgba(19, 126, 217, 0.1);
  color: #137ed9;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.home-hero h1 {
  max-width: 840px;
  margin: 18px auto 14px;
  color: #253044;
  font-size: 46px;
  line-height: 1.12;
  font-weight: 800;
}

.home-hero__intro p,
.home-section-lead {
  max-width: 760px;
  margin: 0 auto;
  color: #5f6f82;
  font-size: 18px;
  line-height: 1.7;
}

.home-hero__stats {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 28px auto 32px;
}

.home-hero__stats div {
  min-width: 180px;
  padding: 16px 18px;
  border: 1px solid #deebf6;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.86);
  box-shadow: 0 12px 30px rgba(19, 126, 217, 0.08);
  text-align: center;
}

.home-hero__stats strong {
  display: block;
  color: #253044;
  font-size: 28px;
  line-height: 1;
}

.home-hero__stats span {
  display: block;
  margin-top: 7px;
  color: #6a7888;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}

.home-entry-row {
  align-items: stretch;
}

.home-entry-card {
  display: flex;
  height: 100%;
  min-height: 500px;
  overflow: hidden;
  border: 1px solid #e3edf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(35, 55, 77, 0.12);
}

.home-entry-card__media {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 38%;
  padding: 28px 18px;
  background: linear-gradient(180deg, rgba(19, 126, 217, 0.12), rgba(19, 126, 217, 0.03));
}

.home-entry-card--agente .home-entry-card__media {
  background: linear-gradient(180deg, rgba(37, 178, 129, 0.15), rgba(37, 178, 129, 0.04));
}

.home-entry-card__symbol {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 148px;
  border: 1px solid rgba(19, 126, 217, 0.18);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.78);
  color: #137ed9;
  box-shadow: 0 18px 36px rgba(19, 126, 217, 0.12);
}

.home-entry-card--agente .home-entry-card__symbol {
  border-color: rgba(37, 178, 129, 0.2);
  color: #25b281;
  box-shadow: 0 18px 36px rgba(37, 178, 129, 0.13);
}

.home-entry-card__symbol > i {
  font-size: 68px;
  line-height: 1;
}

.home-entry-card__symbol span {
  position: absolute;
  right: 10px;
  bottom: 12px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 4px solid #fff;
  border-radius: 50%;
  background: #137ed9;
  color: #fff;
  box-shadow: 0 10px 22px rgba(35, 55, 77, 0.16);
}

.home-entry-card--agente .home-entry-card__symbol span {
  background: #25b281;
}

.home-entry-card__symbol span i {
  font-size: 20px;
}

.access-entry-symbol-link {
  display: inline-block;
  margin-bottom: 22px;
}

.access-entry-symbol-link:hover,
.access-entry-symbol-link:focus {
  text-decoration: none;
}

.access-entry-symbol {
  margin: 0 auto;
  box-shadow: 0 18px 40px rgba(19, 126, 217, 0.2);
}

.access-entry-symbol.home-entry-card--agente {
  border-color: rgba(37, 178, 129, 0.2);
  color: #25b281;
  box-shadow: 0 18px 40px rgba(37, 178, 129, 0.2);
}

.access-entry-symbol.home-entry-card--agente span {
  background: #25b281;
}

.hero-area-bg .contents .access-entry-symbol {
  margin-bottom: 0;
}

.home-entry-card__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 34px 30px;
}

.home-entry-card h2 {
  margin: 14px 0 12px;
  color: #253044;
  font-size: 26px;
  line-height: 1.25;
  font-weight: 800;
}

.home-entry-card p {
  color: #607184;
  font-size: 15px;
  line-height: 1.7;
}

.home-entry-card ul {
  padding: 0;
  margin: 14px 0 22px;
  list-style: none;
}

.home-entry-card li {
  display: flex;
  gap: 9px;
  margin-bottom: 10px;
  color: #405064;
  line-height: 1.45;
}

.home-entry-card li i {
  margin-top: 3px;
  color: #25b281;
}

.home-entry-card__actions,
.home-final-cta__actions {
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
}

.home-link-action,
.home-panel-cta,
.home-final-cta__email {
  color: #137ed9;
  font-weight: 800;
}

.home-link-action:hover,
.home-panel-cta:hover,
.home-final-cta__email:hover {
  color: #0d5ea6;
  text-decoration: none;
}

.home-services {
  background: #fff;
}

.home-process-row {
  margin-top: 30px;
}

.home-process-panel {
  height: 100%;
  padding: 28px;
  border: 1px solid #e4edf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(35, 55, 77, 0.08);
}

.home-process-panel__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.home-process-panel__head > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 8px;
  background: rgba(19, 126, 217, 0.1);
  color: #137ed9;
  font-size: 25px;
}

.home-process-panel--agente .home-process-panel__head > i {
  background: rgba(37, 178, 129, 0.12);
  color: #25b281;
}

.home-process-panel__head span {
  color: #6b7b8d;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.home-process-panel__head h3 {
  margin: 2px 0 0;
  color: #253044;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 800;
}

.home-process-step {
  display: flex;
  gap: 14px;
  padding: 16px 0;
  border-top: 1px solid #eef3f8;
}

.home-process-step strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #edf6ff;
  color: #137ed9;
}

.home-process-panel--agente .home-process-step strong {
  background: #ecfbf5;
  color: #1b946b;
}

.home-process-step h4 {
  margin: 0 0 4px;
  color: #2e3a4d;
  font-size: 16px;
  font-weight: 800;
}

.home-process-step p {
  margin: 0;
  color: #617184;
  line-height: 1.6;
}

.home-panel-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
}

.home-quick-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 28px;
}

.home-quick-action {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 58px;
  padding: 12px 16px;
  border: 1px solid #e4edf5;
  border-radius: 8px;
  background: #f8fbfe;
  color: #253044;
  font-weight: 800;
}

.home-quick-action:hover,
.home-quick-action:focus {
  background: #eef7ff;
  color: #137ed9;
  text-decoration: none;
}

.home-trust-band {
  background: #f6fafc;
}

.home-trust-band h2,
.home-final-cta h2 {
  margin: 12px 0;
  color: #253044;
  font-size: 34px;
  font-weight: 800;
}

.home-trust-band p,
.home-final-cta p {
  color: #607184;
  font-size: 17px;
  line-height: 1.7;
}

.home-trust-list {
  display: grid;
  gap: 12px;
}

.home-trust-list div {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border: 1px solid #e2edf5;
  border-radius: 8px;
  background: #fff;
  color: #314055;
  font-weight: 800;
}

.home-trust-list i {
  color: #137ed9;
  font-size: 21px;
}

.annunci-regioni-section {
  background: #fff;
}

.annunci-regioni-grid {
  margin-top: 26px;
}

.annunci-regioni-column {
  display: grid;
  gap: 8px;
}

.annunci-regioni-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 44px;
  padding: 10px 12px;
  border: 1px solid #e4edf5;
  border-radius: 8px;
  background: #f8fbfe;
  color: #334155;
  font-weight: 800;
}

.annunci-regioni-link strong {
  min-width: 36px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #137ed9;
  color: #fff;
  font-size: 12px;
  text-align: center;
}

.annunci-regioni-link.is-empty {
  color: #8793a2;
  background: #fbfcfd;
}

.annunci-regioni-link.is-empty strong {
  background: #c8d3de;
}

.annunci-regioni-link:hover,
.annunci-regioni-link:focus {
  border-color: rgba(19, 126, 217, 0.35);
  background: #eef7ff;
  color: #137ed9;
  text-decoration: none;
}

.home-final-cta {
  background: #f7fbff;
}

.home-final-cta__box {
  max-width: 920px;
  margin: 0 auto;
  padding: 42px 32px;
  border: 1px solid #dfebf5;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 44px rgba(35, 55, 77, 0.1);
}

.home-final-cta__actions {
  justify-content: center;
  margin-top: 22px;
}

.home-btn-secondary {
  background: #25b281;
}

.home-btn-secondary:hover,
.home-btn-secondary:focus {
  background: #1b946b;
}

.home-final-cta__email {
  display: inline-block;
  margin-top: 18px;
}

@media (max-width: 991px) {
  #hero-area.home-hero {
    padding: 70px 0 46px;
  }

  .home-hero h1 {
    font-size: 36px;
  }

  .home-entry-card {
    margin-bottom: 18px;
  }

  .home-quick-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  #hero-area.home-hero {
    padding: 48px 0 32px;
  }

  .home-hero h1 {
    font-size: 29px;
  }

  .home-hero__intro p,
  .home-section-lead {
    font-size: 15px;
  }

  .home-hero__stats div {
    width: 100%;
  }

  .home-entry-card {
    flex-direction: column;
    min-height: 0;
  }

  .home-entry-card__media {
    width: 100%;
    min-height: 180px;
  }

  .home-entry-card__symbol {
    width: 118px;
    height: 118px;
  }

  .home-entry-card__symbol > i {
    font-size: 54px;
  }

  .home-entry-card__symbol span {
    width: 38px;
    height: 38px;
    right: 6px;
    bottom: 8px;
  }

  .home-entry-card__symbol span i {
    font-size: 17px;
  }

  .home-entry-card__content,
  .home-process-panel,
  .home-final-cta__box {
    padding: 22px 18px;
  }

  .home-entry-card h2,
  .home-process-panel__head h3,
  .home-trust-band h2,
  .home-final-cta h2 {
    font-size: 23px;
  }

  .home-entry-card__actions,
  .home-final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-entry-card__actions .btn,
  .home-final-cta__actions .btn {
    width: 100%;
  }
}

body {
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: subpixel-antialiased;
  color: #4d4d4d;
  line-height: 25px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  font-size: 38px;
  color: #585b60;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

a {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

a:hover {
  text-decoration: none;
}

a a:focus {
  outline: none;
}

p {
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
  margin: 0px;
  font-size: 14px;
}

ul, ol {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

ul li, ol li {
  list-style: none;
}

.section-title-header p {
  text: center;
  font-weight: 400;
  line-height: 26px;
  padding-bottom: 36px;
}

.section-title {
  color: #585b60;
  font-size: 38px;
  text-align: center;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 48px;
  padding: 0 10px;
  position: relative;
}

.padding-none {
  padding: 0px;
}

.btn {
  font-size: 14px;
  padding: 10px 30px;
  cursor: pointer;
  font-weight: 400;
  color: #fff;
  border-radius: 30px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  display: inline-block;
}

.btn:focus,
.btn:active {
  box-shadow: none;
  outline: none;
  color: #fff;
}

.btn-common {
  background-color: #137ED9;
  position: relative;
  z-index: 1;
}

.btn-common:hover {
  color: #fff;
  background-color: #4297e0;
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.1);
  transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
}

.btn-border {
  color: #137ED9;
  background-color: transparent;
  border: 1px solid #137ED9;
}

.btn-border:hover {
  color: #fff;
  border-color: #137ED9;
  background-color: #137ED9;
}

.btn-border:focus {
  color: #fff;
  border-color: #137ED9;
  background-color: #137ED9;
}

.btn-lg {
  padding: 14px 33px;
  text-transform: uppercase;
  font-size: 16px;
}

.btn-sm {
  padding: 7px 18px;
  text-transform: capitalize;
}

.btn-xs {
  padding: 5px 10px;
  text-transform: capitalize;
}


button:focus {
  outline: none !important;
}

.icon-close, .icon-check {
  color: #137ED9;
}

.social-icon a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.social-icon a:hover {
  color: #fff !important;
}

.social-icon .facebook:hover {
  background: #3b5999;
}

.social-icon .twitter:hover {
  background: #4A9CEC;
}

.social-icon .instagram:hover {
  background: #D6274D;
}

.social-icon .linkedin:hover {
  background: #1260A2;
}

.social-icon .google:hover {
  background: #CE332A;
}

/* ScrollToTop */
a.back-to-top {
  display: none;
  position: fixed;
  bottom: 18px;
  right: 15px;
  text-decoration: none;
}

a.back-to-top i {
  display: block;
  font-size: 22px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background: #137ED9;
  border-radius: 30px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}

a.back-to-top:hover, a.back-to-top:focus {
  text-decoration: none;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: 9999999;
}

.loader {
  top: 50%;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  position: relative;
  margin: 0 auto;
}

#loader-1:before, #loader-1:after {
  content: "";
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 7px solid transparent;
  border-top-color: #137ED9;
}

#loader-1:before {
  z-index: 100;
  animation: spin 1s infinite;
}

#loader-1:after {
  border: 7px solid #f2f2f2;
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.section-padding {
  padding: 60px 0;
}

.company-dashboard-stats {
  row-gap: 24px;
}

.dashboard-stat {
  height: 100%;
}

.dashboard-stat__link {
  --stat-accent: #137ED9;
  --stat-soft: rgba(19, 126, 217, 0.12);
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 170px;
  padding: 24px 18px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #e7edf3;
  border-top: 4px solid var(--stat-accent);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(19, 126, 217, 0.08);
  color: inherit;
}

.dashboard-stat__link:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 34px rgba(19, 126, 217, 0.12);
}

.dashboard-stat__icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 52px;
  height: 52px;
  margin-bottom: 14px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--stat-soft);
  color: var(--stat-accent);
}

.dashboard-stat__icon i {
  font-size: 22px;
}

.dashboard-stat__value {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  color: var(--stat-accent);
  font-size: 48px;
  line-height: 1;
  font-weight: 700;
}

.dashboard-stat__label {
  position: relative;
  z-index: 1;
  color: #4d4d4d;
  font-size: 15px;
  line-height: 1.45;
}

.dashboard-stat__action-label {
  position: relative;
  z-index: 1;
  color: #2f3947;
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.dashboard-stat__link--action {
  min-height: 150px;
}

.dashboard-stat__link--blue {
  --stat-accent: #137ED9;
  --stat-soft: rgba(19, 126, 217, 0.12);
}

.dashboard-stat__link--cyan {
  --stat-accent: #0f9fb3;
  --stat-soft: rgba(15, 159, 179, 0.12);
}

.dashboard-stat__link--violet {
  --stat-accent: #5b5fda;
  --stat-soft: rgba(91, 95, 218, 0.12);
}

.dashboard-stat__link--green {
  --stat-accent: #1f9d68;
  --stat-soft: rgba(31, 157, 104, 0.12);
}

.dashboard-stat__link--red {
  --stat-accent: #d94f70;
  --stat-soft: rgba(217, 79, 112, 0.12);
}

.dashboard-stat__link--amber {
  --stat-accent: #d08a1c;
  --stat-soft: rgba(208, 138, 28, 0.14);
}

@media (max-width: 767.98px) {
  .dashboard-stat__link {
    min-height: 140px;
    padding: 20px 12px;
  }

  .dashboard-stat__icon {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
  }

  .dashboard-stat__icon i {
    font-size: 20px;
  }

  .dashboard-stat__value {
    font-size: 36px;
  }

  .dashboard-stat__label {
    font-size: 14px;
  }

  .dashboard-stat__action-label {
    font-size: 16px;
  }
}

hr {
  border-top: 1px dotted #ddd;
}

#feature {
  background: #f8f9fb;
}

.text-wrapper {
  height: 100%;
  display: table;
  padding-left: 140px;
}

.text-wrapper > div {
  vertical-align: middle;
  display: table-cell;
}

.feature-thumb {
  margin-right: -60px;
}

.title-hl {
  font-size: 40px;
  margin-bottom: 30px;
}

.features-box {
  margin-top: 15px;
  margin-bottom: 15px;
}

.features-box .features-icon {
  margin-bottom: 15px;
}

.features-box .features-icon i {
  color: #137ED9;
  font-size: 30px;
}

.features-box .features-content h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

#clients {
  background: #f8f9fb;
}

.client-item-wrapper {
  text-align: center;
  padding: 15px;
}

.client-item-wrapper img {
  opacity: 0.5;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  filter: gray;
  transition: all .6s ease;
  -moz-transition: all .6s ease;
  -webkit-transition: all .6s ease;
}

.client-item-wrapper:hover img {
  opacity: 1;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
}

/* Services Item */
.services-item {
  padding: 15px;
  border-radius: 4px;
  text-align: left;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.services-item .icon i {
  font-size: 42px;
  width: 42px;
  display: block;
  height: 42px;
  color: #137ED9;
}

.services-item .services-content h3 {
  margin-top: 10px;
  font-weight: 500;
  margin-bottom: 10px;
}

.services-item .services-content h3 a {
  font-size: 15px;
  text-transform: uppercase;
  color: #585b60;
}

.services-item .services-content h3 a:hover {
  color: #137ED9;
}

.navbar-brand {
  position: relative;
  padding: 0px;
}

.top-nav-collapse {
  background: #fff;
  z-index: 999999;
  top: 0px !important;
  min-height: 58px;
  box-shadow: 0px 3px 6px 3px rgba(0, 0, 0, 0.06);
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  background: #fff !important;
}

.top-nav-collapse .navbar-brand {
  top: 0px;
}

.top-nav-collapse .navbar-brand img {
  width: 65%;
}

.top-nav-collapse .navbar-nav .nav-link {
  color: #585b60 !important;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.top-nav-collapse .navbar-nav .nav-link:hover {
  cursor: pointer;
  color: #137ED9 !important;
}

.top-nav-collapse .navbar-nav li.active a.nav-link {
  color: #137ED9 !important;
}

.indigo {
  background: transparent;
}

.menu-bg {
  background: transparent;
}

.navbar-expand-lg .navbar-nav .nav-link i {
  font-size: 14px;
  margin-left: 5px;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav .nav-link {
  color: #585b60;
  font-weight: 400;
  padding: 8px 17px;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 40px;
  text-transform: uppercase;
  cursor: pointer;
  background: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.navbar-expand-lg .navbar-nav li a:hover,
.navbar-expand-lg .navbar-nav li .active > a,
.navbar-expand-lg .navbar-nav li a:focus {
  color: #137ED9;
  outline: none;
}

.navbar-expand-lg .navbar-nav .active > .nav-link,
.navbar-expand-lg .navbar-nav .nav-link.active,
.navbar-expand-lg .navbar-nav .nav-link.open,
.navbar-expand-lg .navbar-nav .open > .nav-link {
  color: #137ED9 !important;
}

.navbar-expand-lg .navbar-nav .nav-link:focus,
.navbar-expand-lg .navbar-nav .nav-link:hover {
  color: #137ED9 !important;
}

.navbar {
  padding: 0;
}

.navbar li.active a.nav-link {
  color: #137ED9;
}

.dropdown-toggle::after {
  display: none;
}

.dropdown-menu {
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  z-index: 99;
  min-width: 210px;
  background-color: #fff;
  white-space: nowrap;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown-menu:before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 100%;
  left: 20%;
  margin-left: -5px;
  border-right: 10px solid transparent;
  border-left: 10px solid transparent;
  border-bottom: 10px solid #fff;
}

.dropdown:hover .dropdown-menu {
  display: block;
  position: absolute;
  text-align: left;
  top: 100%;
  border: none;
  animation: fadeIn 0.4s;
  -webkit-animation: fadeIn 0.4s;
  -moz-animation: fadeIn 0.4s;
  -o-animation: fadeIn 0.4s;
  -ms-animation: fadeIn 0.4s;
}

.dropdown .dropdown-menu .dropdown-item {
  width: 100%;
  padding: 12px 20px;
  font-size: 14px;
  color: #333;
  border-bottom: 1px solid #f1f1f1;
  text-decoration: none;
  display: inline-block;
  float: left;
  clear: both;
  position: relative;
  outline: 0;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
}

.dropdown .dropdown-menu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.dropdown .dropdown-menu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.dropdown .dropdown-item:focus,
.dropdown .dropdown-item:hover,
.dropdown .dropdown-item.active {
  color: #137ED9;
  background: #f7f7f7;
}

.dropdown-item.active, .dropdown-item:active {
  background: transparent;
}

.fadeInUpMenu {
  -webkit-animation-name: fadeInUpMenu;
  animation-name: fadeInUpMenu;
}

.slicknav_btn {
  border-color: #137ED9;
}

.slicknav_menu .slicknav_icon-bar {
  background: #137ED9;
}

/* only small tablets */
@media (min-width: 768px) and (max-width: 991px) {
  #nav-main li a.nav-link {
    padding-top: 18px;
  }
}

.navbar-toggler {
  display: none;
}

.mobile-menu {
  display: none;
}

.slicknav_menu {
  display: none;
}

@media screen and (max-width: 991px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 15px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  .mobile-menu {
    display: block;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav {
    max-height: calc(100vh - 90px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #FD6E74;
    outline: none;
    background: #f8f9fa;
  }
}

@media screen and (max-width: 768px) {
  .navbar-header {
    width: 100%;
  }
  .navbar-brand {
    position: absolute;
    padding: 7px 15px;
    top: 0;
  }
  .navbar-brand img {
    width: 75%;
  }
  .mobile-menu {
    display: block;
  }
  .slicknav_menu {
    display: block;
  }
  .slicknav_nav .active a {
    background: #E91E63;
    color: #fff;
  }
  .slicknav_nav a:hover,
  .slicknav_nav a:focus,
  .slicknav_nav .active {
    color: #137ED9;
    outline: none;
    background: #f8f9fa;
  }
}

/* ==========================================================================
3. Hero Area
========================================================================== */
#hero-area {
  color: #fff;
  overflow: hidden;
  position: relative;
  background: #f8f9fb;
}

#hero-area .contents {
  padding: 170px 0px 50px;
}

#hero-area .contents h5 {
  font-size: 50px;
}

#hero-area .contents .head-title {
  color: #585b60;
  font-size: 34px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 30px;
}

.sloder-img {
  background: #34363a;
}

/* Team Item */
.team-item:hover {
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.35);
}

.team-item {
  margin: 15px 0;
  border-radius: 0px;
  box-shadow: 0 10px 30px -7px rgba(0, 0, 0, 0.35);
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .team-img {
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 0px;
}

.team-item .team-overlay {
  height: 100%;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.8);
  opacity: 0;
  width: 100%;
  border-radius: 0px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon {
  color: #fff;
  top: 45%;
  position: absolute;
  display: table-cell;
  margin: 0 auto;
  width: 100%;
}

.team-item .overlay-social-icon .social-icons {
  padding-left: 0;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li {
  display: inline-block;
  margin: 0 4px;
}

.team-item .overlay-social-icon .social-icons li a {
  letter-spacing: 0px;
  outline: 0 !important;
}

.team-item .overlay-social-icon .social-icons li a i {
  font-size: 20px;
  color: #fff;
  width: 36px;
  height: 36px;
  background: #137ED9;
  display: block;
  border-radius: 4px;
  line-height: 36px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-facebook-filled {
  background: #3B5998;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-twitter-filled {
  background: #00aced;
}

.team-item .overlay-social-icon .social-icons li a:hover .lni-instagram-filled {
  background: #fb3958;
}

.team-item .info-text {
  padding: 15px 20px;
  background: #fff;
}

.team-item .info-text h3 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 5px;
}

.team-item .info-text h3 a {
  color: #333;
}

.team-item .info-text h3 a:hover {
  color: #137ED9;
}

.team-item .info-text p {
  margin: 0;
  color: #888;
}

.team-item:hover .team-overlay {
  opacity: 1;
}

/* ==========================================================================
   Pricing Table Style
   ========================================================================== */
#pricing {
  text-align: center;
}

#pricing .title {
  padding-top: 25px;
  padding-bottom: 25px;
}

#pricing .title h3 {
  text-transform: uppercase;
  color: #137ED9;
  font-size: 15px;
  margin-bottom: 0px;
}

#pricing .table {
  margin-top: 30px;
  padding-bottom: 30px;
  border-radius: 4px;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
  -webkit-transition: all .3s linear;
  -moz-transition: all .3s linear;
  -ms-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

#pricing .table .icon {
  padding-top: 30px;
}

#pricing .table .icon i {
  color: #137ED9;
  font-size: 42px;
}

#pricing .table .pricing-header {
  position: relative;
  padding-bottom: 20px;
  text-align: center;
}

#pricing .table .pricing-header .price-value {
  font-size: 24px;
  color: #585b60;
  position: relative;
  text-align: center;
  font-weight: 700;
  line-height: 62px;
}

#pricing .table .pricing-header .price-value sup {
  font-size: 18px;
  font-weight: 500;
  top: -18px;
}

#pricing .table .pricing-header .price-value span {
  font-size: 14px;
  font-weight: 500;
}

#pricing .table .description {
  text-align: center;
  padding: 0px 50px;
  margin-bottom: 20px;
  height: 200px;
}

#pricing .table .description li {
  font-size: 14px;
  font-weight: 400;
  color: #4d4d4d;
  padding-bottom: 15px;
}

#pricing .table:hover {
  background: #f8f9fb;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

#pricing #active-tb {
  background: #f8f9fb;
  box-shadow: 0px 2px 18px 0px rgba(198, 198, 198, 0.3);
}

#pricing .active {
  z-index: 99999;
}

.testimonial {
  background: #34363a;
}

.testimonial-item {
  padding: 40px;
  border-radius: 4px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
}

.testimonial-item .img-thumb {
  position: relative;
  margin: 15px 15px 15px 0;
}

.testimonial-item .img-thumb img {
  border-radius: 50%;
  box-shadow: 0px 0px 7px rgba(255, 255, 255, 0.5);
  display: inline-block;
  width: inherit;
  padding: 7px;
}

.testimonial-item .content {
  overflow: hidden;
}

.testimonial-item .content .description {
  width: 100%;
}

.testimonial-item .info h2 {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 30px;
  margin: 0;
}

.testimonial-item .info h2 a {
  color: #137ED9;
}

.testimonial-item .info h3 {
  margin: 0;
  clear: both;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 10px;
}

.testimonial-item .info h3 a {
  color: #fff;
}

.testimonial-item .info .indicator {
  font-size: 26px;
  font-weight: 700;
  color: #137ED9;
}

.testimonial-item .icon-social {
  margin-top: 30px;
}

.testimonial-item .icon-social a {
  color: #666;
  background: #fff;
  width: 32px;
  height: 32px;
  line-height: 34px;
  display: inline-block;
  text-align: center;
  border-radius: 100%;
  font-size: 15px;
  margin: 15px 6px 12px 4px;
  transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
}

.testimonial-item .icon-social a:hover {
  color: #fff;
}

.testimonial-item .icon-social .facebook:hover {
  background: #3b5999;
}

.testimonial-item .icon-social .twitter:hover {
  background: #4A9CEC;
}

.testimonial-item .icon-social .instagram:hover {
  background: #D6274D;
}

.testimonial-item .icon-social .linkedin:hover {
  background: #1260A2;
}

.testimonial-item .icon-social .google:hover {
  background: #CE332A;
}

.owl-pagination {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -40px;
}

.owl-carousel .owl-dots {
  text-align: center;
  margin-top: 20px;
}

.owl-carousel button.owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline;
  text-align: center;
}

.owl-carousel button.owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 2px 4px;
  filter: alpha(opacity=50);
  opacity: 1;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fff;
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.2);
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.owl-carousel button.owl-dot.active span, .owl-carousel button.owl-dot.clickable, .owl-carousel button.owl-dot:hover span {
  background: #137ED9;
}

.slick-slider {
  padding: 80px 0;
}

.slider-center img {
  opacity: 0.7;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  padding: 63px 63px;
  position: relative;
  text-align: center;
}

.slider-center .slick-center img {
  -moz-transform: scale(1.9);
  -ms-transform: scale(1.9);
  -o-transform: scale(1.9);
  -webkit-transform: scale(1.9);
  opacity: 1;
  transform: scale(1.9);
}

.form-control {
  width: 100%;
  margin-bottom: 20px;
  font-size: 14px;
  border-radius: 30px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  padding: 8px 20px;
  border: 1px solid #4d4d4d;
}

.form-control:focus {
  border-color: #137ED9;
  box-shadow: none;
  outline: none;
}

textarea {
  border-radius: 4px !important;
}

.form-control:focus {
  box-shadow: none;
  outline: none;
}

.username-status-addon {
  min-width: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 30px 30px 0;
  border: 1px solid #4d4d4d;
  border-left: 0;
  background: #fff;
  color: #4d4d4d;
  font-weight: 700;
}

.registration-status-group {
  align-items: stretch;
  margin-bottom: 0;
}

.registration-status-group .form-control {
  margin-bottom: 0;
}

.registration-status-group .username-status-addon {
  height: auto;
  min-height: 39px;
  padding: 8px 16px;
  margin-left: -1px;
  line-height: 1;
}

.registration-status-group .input-group-append {
  margin-left: 0;
}

.registrazione-stepper {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 24px;
  padding: 10px;
  border: 1px solid #e3edf8;
  border-radius: 18px;
  background: #f7fbff;
  box-shadow: 0 12px 30px rgba(19, 126, 217, 0.08);
}

.registrazione-stepper__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  border: 0;
  border-radius: 14px;
  background: transparent;
  color: #66727f;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.registrazione-stepper__item span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #e8f1fb;
  color: #137ed9;
  font-size: 13px;
}

.registrazione-stepper__item strong {
  font-size: 13px;
  line-height: 1.2;
}

.registrazione-stepper__item.is-active {
  background: #137ed9;
  color: #fff;
  box-shadow: 0 10px 22px rgba(19, 126, 217, 0.24);
}

.registrazione-stepper__item.is-active span {
  background: #fff;
  color: #137ed9;
}

.registrazione-stepper__item.is-complete span {
  background: rgba(31, 157, 104, 0.14);
  color: #1f9d68;
}

.registrazione-step[hidden] {
  display: none !important;
}

.registrazione-step-title {
  margin: 0 0 8px;
  color: #2f3947;
  font-size: 22px;
  line-height: 1.25;
}

.registrazione-step-help {
  margin: 0 0 18px;
  color: #66727f;
  font-size: 15px;
  line-height: 1.6;
}

.registrazione-step-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 18px;
}

.registrazione-step-actions .btn {
  width: auto;
  min-width: 150px;
}

.registrazione-step-actions--final {
  justify-content: center;
  align-items: center;
  margin-top: 26px;
}

.registrazione-step-actions--final .btn {
  min-width: 150px;
  height: 44px;
  border-radius: 24px;
  font-weight: 700;
}

.registrazione-cv-experiences {
  margin-top: 8px;
  padding-top: 18px;
  border-top: 1px solid #e7edf3;
}

.registrazione-cv-experiences__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}

.registrazione-cv-experiences__head h4 {
  margin: 0 0 4px;
  color: #2f3947;
  font-size: 20px;
}

.registrazione-cv-experiences__head p {
  margin: 0;
  color: #66727f;
  font-size: 14px;
  line-height: 1.5;
}

.registrazione-cv-add-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 210px;
  min-height: 44px;
  padding: 9px 18px;
  border: 1px solid #137ed9;
  border-radius: 24px;
  background: #137ed9;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 8px 18px rgba(19, 126, 217, 0.18);
  transition: all 0.2s ease-in-out;
}

.registrazione-cv-add-btn span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  font-size: 18px;
  line-height: 1;
}

.registrazione-cv-add-btn strong {
  color: #fff;
  font-size: 14px;
  line-height: 1;
}

.registrazione-cv-add-btn:hover,
.registrazione-cv-add-btn:focus {
  background: #0f6fbe;
  color: #fff;
  text-decoration: none;
  transform: translateY(-1px);
}

.registrazione-cv-experience {
  margin-bottom: 16px;
  padding: 18px 18px 0;
  border: 1px solid #e7edf3;
  border-radius: 14px;
  background: #f9fcff;
}

.registrazione-cv-experience__remove {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.registrazione-cv-remove-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid #dc3545;
  border-radius: 50%;
  background: #fff;
  color: #dc3545;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.registrazione-cv-remove-btn span {
  color: #dc3545;
  font-size: 18px;
  line-height: 1;
}

.registrazione-cv-remove-btn:hover,
.registrazione-cv-remove-btn:focus {
  background: #dc3545;
  color: #fff;
}

.registrazione-cv-remove-btn:hover span,
.registrazione-cv-remove-btn:focus span {
  color: #fff;
}

.profilo-agente-cv {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid #e7edf3;
  border-radius: 16px;
  background: #f9fcff;
}

.profilo-agente-cv__head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
}

.profilo-agente-cv__head > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 14px;
  background: rgba(19, 126, 217, 0.12);
  color: #137ed9;
  font-size: 22px;
}

.profilo-agente-cv__head h4,
.profilo-agente-cv__section h5 {
  margin: 0;
  color: #2f3947;
  font-weight: 800;
  line-height: 1.25;
}

.profilo-agente-cv__head h4 {
  font-size: 22px;
}

.profilo-agente-cv__head p {
  margin: 4px 0 0;
  color: #66727f;
  font-size: 14px;
}

.profilo-agente-cv__section {
  margin-top: 18px;
}

.profilo-agente-cv__section h5 {
  margin-bottom: 8px;
  font-size: 17px;
}

.profilo-agente-cv__section p,
.profilo-agente-cv__grid p,
.profilo-agente-cv__experience p {
  margin: 0;
  color: #596779;
  font-size: 15px;
  line-height: 1.65;
}

.profilo-agente-cv__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.profilo-agente-cv__grid > div {
  min-height: 92px;
  padding: 16px;
  border: 1px solid #e1ebf5;
  border-radius: 12px;
  background: #fff;
}

.profilo-agente-cv__grid span,
.profilo-agente-cv__period {
  display: block;
  margin-bottom: 7px;
  color: #7b8a9b;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.profilo-agente-cv__grid strong {
  color: #2f3947;
  font-size: 24px;
  line-height: 1;
}

.profilo-agente-cv__timeline {
  display: grid;
  gap: 12px;
}

.profilo-agente-cv__experience {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 16px;
  padding: 16px;
  border: 1px solid #e1ebf5;
  border-radius: 12px;
  background: #fff;
}

.profilo-agente-cv__experience h6 {
  margin: 0 0 6px;
  color: #2f3947;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.35;
}

.form-control.is-invalid {
  border-color: #dc3545;
}

.app-modal-warning {
  color: #4f5f70;
  font-weight: 600;
}

@media (max-width: 767.98px) {
  .registrazione-stepper {
    grid-template-columns: 1fr;
  }

  .registrazione-stepper__item {
    justify-content: flex-start;
    padding: 0 12px;
  }

  .registrazione-step-actions,
  .registrazione-cv-experiences__head {
    flex-direction: column;
    align-items: stretch;
  }

  .registrazione-step-actions .btn {
    width: 100%;
  }

  .registrazione-cv-add-btn {
    width: 100%;
  }

  .profilo-agente-cv__grid,
  .profilo-agente-cv__experience {
    grid-template-columns: 1fr;
  }
}

.comuni-autocomplete {
  position: relative;
}

.comuni-autocomplete__menu {
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 4px);
  z-index: 1000;
  display: none;
  overflow: hidden;
  max-height: 260px;
  overflow-y: auto;
  border: 1px solid #dce5ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(30, 45, 62, 0.16);
}

.comuni-autocomplete__item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 9px 12px;
  border: 0;
  border-bottom: 1px solid #eef3f7;
  background: #fff;
  color: #344054;
  text-align: left;
  cursor: pointer;
}

.comuni-autocomplete__item:last-child {
  border-bottom: 0;
}

.comuni-autocomplete__item:hover,
.comuni-autocomplete__item:focus {
  background: #f3f8fd;
  outline: none;
}

.comuni-autocomplete__item span {
  font-weight: 700;
}

.comuni-autocomplete__item small {
  margin-top: 2px;
  color: #66727f;
}

.password-forgot-btn {
  margin-left: 10px;
  border-color: #f0ad2c;
  background: #f6a623;
  color: #fff;
  font-weight: 700;
}

.password-forgot-btn:hover,
.password-forgot-btn:focus,
.password-forgot-submit:hover,
.password-forgot-submit:focus {
  border-color: #d99116;
  background: #e59718;
  color: #fff;
  box-shadow: 0 4px 12px rgba(246, 166, 35, 0.35);
}

.password-forgot-submit {
  border-color: #f0ad2c;
  background: #f6a623;
  color: #fff;
  font-weight: 700;
}

@media (max-width: 575.98px) {
  .password-forgot-btn {
    display: block;
    width: 100%;
    margin: 12px 0 0;
  }
}

.username-status-ok {
  background: #eaf8ee;
  color: #1a7f37;
  border-color: #2d9f50;
}

.username-status-ko {
  background: #fdeeee;
  color: #c62828;
  border-color: #d64545;
}

#regUsername {
  border-radius: 30px;
}

#regUsername.with-username-status {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

#regEmail {
  border-radius: 30px;
}

#regEmail.with-email-status {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn.disabled, .btn:disabled {
  opacity: 1;
}

.contact-form-area h2 {
  font-size: 18px;
  text-transform: uppercase;
}

.contact-right-area {
  margin-left: 50px;
}

.contact-right {
  padding: 4px;
}

.contact-right .single-contact {
  margin: 20px 0px;
  padding: 3px 55px;
  position: relative;
  color: #4d4d4d;
}

.contact-right .single-contact p {
  margin-bottom: 5px;
}

.contact-right .single-contact p a {
  color: #4d4d4d;
}

.contact-right .contact-icon {
  background: #137ED9;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  height: 40px;
  left: 0;
  padding-top: 8px;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
}

#contact {
  position: relative;
  overflow: hidden;
}

#contact #contactForm {
  margin-top: 30px;
}

.text-danger {
  font-size: 14px;
  margin-top: 10px;
}

.list-unstyled li {
  color: #d9534f;
}

#conatiner-map {
  margin-top: 30px;
  text-align: center;
  background-color: #fff;
  height: 480px;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 101;
  width: 100%;
}

.h3 {
  font-size: 16px;
  margin-top: 26px;
}

.subscribes {
  background: #f8f9fb;
}

.subscribes h4 {
  text-align: center;
  font-size: 40px;
}

.subscribes p {
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

.subscribe {
  margin-top: 5px;
  width: 100%;
  text-align: center;
}

.subscribe .form-control {
  width: 100%;
  border-radius: 50px;
  position: relative;
  height: 52px;
  border: 1px solid #137ED9;
}

.subscribe .btn-submit {
  border: none;
  cursor: pointer;
  background: transparent;
}

.subscribe .btn-submit i {
  width: 48px;
  height: 48px;
  background: #137ED9;
  cursor: pointer;
  display: block;
  color: #fff;
  line-height: 48px;
  border-radius: 50%;
}

/* Footer Area Start */
.footer-area {
  background: #34363a;
  color: #abacae;
}

.footer-area .footer-titel {
  font-size: 20px;
  color: #fff;
  font-weight: 700;
  padding-bottom: 10px;
  letter-spacing: 0.5px;
}

.footer-area ul li {
  margin-bottom: 10px;
}

.footer-area ul li a {
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}

.footer-area ul li a:hover {
  color: #137ED9;
}

.site-footer p {
  color: #c5c8cc;
  line-height: 1.7;
}

.site-footer__contact {
  margin-top: 16px;
}

.site-footer__contact a {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  color: #fff;
  font-weight: 700;
}

.site-footer__contact a:hover,
.site-footer__contact a:focus {
  color: #137ED9;
  text-decoration: none;
}

.site-footer__social {
  margin-top: 14px;
}

.site-footer__social a {
  margin-right: 0;
}

.footer-area #subscribe-form {
  margin-top: 15px;
}

.footer-area #subscribe-form .form-group {
  position: relative;
}

.footer-area #subscribe-form .form-group .btn-common {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 15px;
  height: 39px;
  border-radius: 0;
  background: transparent;
  color: #137ED9;
  border-left: 1px solid #ddd;
}

#copyright {
  background: #34363a;
  border-top: 2px dotted #3b3d42;
  padding: 10px;
}

#copyright p {
  line-height: 42px;
  color: #fff;
  text-align: center;
  margin: 0;
}

#copyright p a {
  color: #fff;
}

#copyright p a:hover {
  color: #137ED9;
}

.header-text{
  font-size: 16pt;
  color:#666;
}

/* Ricerca agenti: card risultati con altezza uniforme */
.result-cards-row {
  display: flex;
  flex-wrap: wrap;
}

.result-card-col {
  display: flex;
  margin-bottom: 24px;
}

.result-card {
  display: flex;
  align-items: stretch;
  width: 100%;
  height: 260px;
}

.result-card-body {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  height: 100%;
  min-width: 0;
  width: 100%;
  overflow: hidden;
}

.result-card-name,
.result-card-regions,
.result-card-city {
  margin-bottom: 6px;
}

.result-card-categories {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  -webkit-line-clamp: 4;
  overflow: hidden;
  margin-bottom: 6px;
}

.result-card-date {
  margin-bottom: 6px;
}

.result-card-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

.result-card-annunci {
  height: 290px;
}

@media (max-width: 767px) {
  .result-card {
    height: auto;
    min-height: 220px;
  }
}

.result-card-action {
  margin-top: auto;
  padding-top: 12px;
  min-height: 52px;
}

.result-card-interessati {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: auto;
  min-height: 220px;
  padding: 22px 22px 20px;
  border: 1px solid #e7edf3;
  border-top: 4px solid var(--interessati-accent, #d08a1c);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(19, 126, 217, 0.08);
}

.ricerca-card--blue,
.ricerca-filter-card--blue {
  --interessati-accent: #137ed9;
  --interessati-soft: rgba(19, 126, 217, 0.12);
}

.ricerca-filter-card--green {
  --interessati-accent: #1f9d68;
  --interessati-soft: rgba(31, 157, 104, 0.12);
}

.ricerca-filter-card--amber {
  --interessati-accent: #d08a1c;
  --interessati-soft: rgba(208, 138, 28, 0.14);
}

.interessati-card--amber {
  --interessati-accent: #d08a1c;
  --interessati-soft: rgba(208, 138, 28, 0.14);
}

.interessati-card--green {
  --interessati-accent: #1f9d68;
  --interessati-soft: rgba(31, 157, 104, 0.12);
}

.interessati-card--red {
  --interessati-accent: #d94f70;
  --interessati-soft: rgba(217, 79, 112, 0.12);
}

.interessati-card-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.interessati-card-icon {
  display: inline-flex;
  width: 52px;
  height: 52px;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  background: var(--interessati-soft, rgba(208, 138, 28, 0.14));
}

.interessati-card-icon i {
  font-size: 22px;
  color: var(--interessati-accent, #d08a1c);
  line-height: 1;
}

.interessati-card-status {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 6px 12px;
  border-radius: 999px;
  background: var(--interessati-soft, rgba(208, 138, 28, 0.14));
  color: var(--interessati-accent, #d08a1c);
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.interessati-card-body {
  display: flex;
  align-items: stretch;
  width: 100%;
  min-width: 0;
  gap: 18px;
}

.interessati-card-text {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.interessati-card-name {
  margin-bottom: 6px;
  color: #2f3947;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
}

.interessati-card-location {
  color: #66727f;
  font-size: 15px;
  line-height: 1.55;
}

.agent-cv-card-btn {
  display: inline-flex;
  width: auto;
  margin-top: 12px;
  padding: 8px 12px;
}

.interessati-card-actions {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  width: 220px;
  min-width: 220px;
  gap: 6px;
  margin-top: 0;
  padding-top: 0;
}

.ricerca-agenti-hero {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 24px;
  margin-bottom: 8px;
  border: 1px solid #e7edf3;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(19, 126, 217, 0.1), rgba(19, 126, 217, 0.03));
  box-shadow: 0 12px 30px rgba(19, 126, 217, 0.08);
}

.ricerca-agenti-hero--results {
  justify-content: space-between;
}

.ricerca-agenti-hero__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 18px;
  background: rgba(19, 126, 217, 0.14);
  color: #137ed9;
  flex: 0 0 auto;
}

.ricerca-agenti-hero__icon i {
  font-size: 24px;
  line-height: 1;
}

.ricerca-agenti-hero__content {
  flex: 1;
}

.ricerca-agenti-hero__content h3 {
  margin-bottom: 8px;
  color: #2f3947;
  font-size: 24px;
  line-height: 1.25;
}

.ricerca-agenti-hero__content p {
  margin: 0;
  color: #66727f;
  font-size: 15px;
  line-height: 1.6;
}

.ricerca-agenti-hero__actions {
  flex: 0 0 auto;
}

.ricerca-filter-card {
  min-height: 100%;
}

.ricerca-filter-card-head {
  margin-bottom: 18px;
}

.ricerca-check-grid {
  row-gap: 6px;
}

.ricerca-check-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 10px;
  color: #425164;
  font-size: 14px;
  line-height: 1.45;
  cursor: pointer;
}

.ricerca-check-item input {
  margin-top: 2px;
  accent-color: #137ed9;
  flex: 0 0 auto;
}

.ricerca-check-item span {
  display: inline-block;
}

.ricerca-submit-wrap {
  margin-top: 6px;
}

.ricerca-submit-btn {
  min-width: 220px;
  min-height: 46px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.ricerca-agenti-card {
  min-height: 250px;
}

.ricerca-annunci-card {
  min-height: 270px;
}

.ricerca-agenti-card-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ricerca-annunci-card-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ricerca-annunci-card-desc {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  overflow: hidden;
  color: #66727f;
  font-size: 14px;
  line-height: 1.6;
}

.ricerca-card-detail,
.ricerca-agenti-card .interessati-card-location {
  color: #66727f;
  font-size: 15px;
  line-height: 1.55;
}

.ricerca-card-detail span,
.ricerca-agenti-card .interessati-card-location span {
  display: block;
  margin-bottom: 2px;
  color: #2f3947;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.ricerca-agenti-card-actions {
  justify-content: flex-end;
}

.ricerca-card-note {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 12px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: center;
}

.ricerca-card-note--warning {
  background: rgba(208, 138, 28, 0.14);
  color: #a86f15;
}

.ricerca-card-note--success {
  background: rgba(31, 157, 104, 0.14);
  color: #1c8459;
}

.ricerca-card-note--danger {
  background: rgba(217, 79, 112, 0.12);
  color: #b23d5b;
}

.match-score-badge {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  width: fit-content;
  max-width: 100%;
  margin: 6px 0 8px;
  padding: 7px 10px;
  border: 1px solid rgba(19, 126, 217, 0.24);
  border-radius: 12px;
  background: rgba(19, 126, 217, 0.1);
  color: #126ebd;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 800;
}

.match-score-badge i {
  font-size: 15px;
}

.js-richiesta-card.is-updated-success {
  animation: richiestaCardFlashSuccess 0.55s ease-out;
}

.js-richiesta-card.is-updated-danger {
  animation: richiestaCardFlashDanger 0.55s ease-out;
}

@keyframes richiestaCardFlashSuccess {
  0% {
    transform: translateY(0);
    box-shadow: 0 12px 30px rgba(19, 126, 217, 0.08);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(31, 157, 104, 0.26);
  }
  100% {
    transform: translateY(0);
    box-shadow: 0 12px 30px rgba(19, 126, 217, 0.08);
  }
}

@keyframes richiestaCardFlashDanger {
  0% {
    transform: translateY(0);
    box-shadow: 0 12px 30px rgba(19, 126, 217, 0.08);
  }
  50% {
    transform: translateY(-2px);
    box-shadow: 0 18px 35px rgba(217, 79, 112, 0.24);
  }
  100% {
    transform: translateY(0);
    box-shadow: 0 12px 30px rgba(19, 126, 217, 0.08);
  }
}

.ricerca-empty-state {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 34px 22px;
  border: 1px dashed #cfd9e4;
  border-radius: 18px;
  background: linear-gradient(145deg, rgba(19, 126, 217, 0.06), rgba(255, 255, 255, 0.98));
  text-align: center;
}

.ricerca-empty-state-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  border-radius: 18px;
  background: rgba(19, 126, 217, 0.14);
  color: #137ed9;
}

.ricerca-empty-state-icon i {
  font-size: 24px;
  line-height: 1;
}

.ricerca-empty-state h4 {
  margin: 0;
  color: #2f3947;
  font-size: 22px;
  line-height: 1.3;
}

.ricerca-empty-state p {
  margin: 0;
  max-width: 620px;
  color: #66727f;
  font-size: 15px;
  line-height: 1.6;
}

.ricerca-empty-state-btn {
  margin-top: 8px;
  max-width: 240px;
}

.registrazione-submit-loader {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 320px;
  padding: 32px 18px;
  border: 1px solid #e7edf3;
  border-radius: 16px;
  background: #f7fbff;
  box-shadow: 0 12px 30px rgba(19, 126, 217, 0.08);
}

.registrazione-submit-loader__panel {
  display: flex;
  align-items: center;
  gap: 22px;
  width: 100%;
  max-width: 680px;
  padding: 28px 32px;
  border: 1px solid #dce8f5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 38px rgba(47, 57, 71, 0.08);
}

.registrazione-submit-loader__spinner {
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border: 4px solid #e7edf3;
  border-top-color: #137ed9;
  border-radius: 50%;
  animation: registrazione-loader-spin 0.9s linear infinite;
}

.registrazione-submit-loader__content {
  text-align: left;
}

.registrazione-submit-loader__content span {
  display: inline-block;
  margin-bottom: 6px;
  color: #137ed9;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.registrazione-submit-loader h4 {
  margin: 0;
  color: #2f3947;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.25;
}

.registrazione-submit-loader p {
  margin: 8px 0 0;
  color: #66727f;
  font-size: 15px;
  line-height: 1.6;
}

@keyframes registrazione-loader-spin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 575.98px) {
  .registrazione-submit-loader__panel {
    flex-direction: column;
    align-items: flex-start;
    padding: 24px 20px;
  }

  .registrazione-submit-loader__content {
    text-align: left;
  }
}

.interessati-btn {
  width: 100%;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  white-space: normal;
  transition: all 0.2s ease-in-out;
}

.interessati-btn-unseen {
  background: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.interessati-btn-unseen:hover,
.interessati-btn-unseen:focus {
  background: #58606a;
  border-color: #58606a;
  box-shadow: 0 4px 12px rgba(88, 96, 106, 0.35);
  color: #fff;
}

.interessati-btn-danger:hover,
.interessati-btn-danger:focus {
  background: #c82333;
  border-color: #bd2130;
  box-shadow: 0 4px 12px rgba(220, 53, 69, 0.35);
  color: #fff;
}

.annuncio-toggle-loader {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.annuncio-toggle-loader:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 2px solid rgba(255, 255, 255, 0.55);
  border-top-color: #fff;
  border-radius: 50%;
  animation: registrazione-loader-spin 0.8s linear infinite;
}

.interessati-filters-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.interessati-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.interessati-filter-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 6px 12px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  transition: all 0.2s ease-in-out;
}

.interessati-filter-btn i {
  font-size: 13px;
}

.interessati-filter-btn:hover,
.interessati-filter-btn:focus {
  text-decoration: none;
  transform: translateY(-1px);
}

.interessati-filter-btn--amber {
  background: rgba(208, 138, 28, 0.14);
  border-color: rgba(208, 138, 28, 0.28);
  color: #a86f15;
}

.interessati-filter-btn--amber:hover,
.interessati-filter-btn--amber:focus {
  background: rgba(208, 138, 28, 0.22);
  color: #8f5e10;
}

.interessati-filter-btn--green {
  background: rgba(31, 157, 104, 0.12);
  border-color: rgba(31, 157, 104, 0.28);
  color: #1c8459;
}

.interessati-filter-btn--green:hover,
.interessati-filter-btn--green:focus {
  background: rgba(31, 157, 104, 0.2);
  color: #176a47;
}

.interessati-filter-btn--red {
  background: rgba(217, 79, 112, 0.12);
  border-color: rgba(217, 79, 112, 0.28);
  color: #b23d5b;
}

.profilo-azienda-slide {
  padding: 26px 30px;
  min-height: auto;
}

.profilo-azienda-slide__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  margin-bottom: 24px;
}

.profilo-azienda-slide__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(19, 126, 217, 0.18), rgba(19, 126, 217, 0.08));
  color: #137ed9;
  font-size: 22px;
}

.profilo-azienda-slide__title {
  flex: 1 1 auto;
  min-width: 0;
}

.profilo-azienda-slide__title h3 {
  margin: 0;
  color: #2f3947;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.profilo-azienda-slide__title p {
  margin: 5px 0 0;
  color: #66727f;
  font-size: 14px;
  line-height: 1.6;
}

.profilo-azienda-slide__body {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.profilo-azienda-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.profilo-azienda-item {
  padding: 12px 16px;
  border: 1px solid #e3ebf4;
  border-radius: 12px;
  background: #f7fbff;
}

.profilo-azienda-item__label {
  margin-bottom: 4px;
  color: #8796a8;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.profilo-azienda-item__value {
  color: #2f3947;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  word-break: break-word;
}

.profilo-azienda-actions-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding-top: 18px;
  margin-top: 4px;
  border-top: 2px solid #e3ebf4;
}

.profilo-azienda-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.profilo-azienda-pill-btn {
  min-width: 160px;
  justify-content: center;
  cursor: pointer !important;
}

.interessati-filter-btn {
  cursor: pointer;
}

.profilo-azienda-modal-btn {
  cursor: pointer;
}

.profilo-azienda-pill-btn[disabled],
.profilo-azienda-modal-btn[disabled] {
  opacity: 0.65;
  cursor: default !important;
  pointer-events: none;
}

.profilo-azienda-feedback {
  min-height: 24px;
  margin-top: 14px;
  font-size: 14px;
  font-weight: 600;
}

.profilo-azienda-feedback.is-success {
  color: #1c8459;
}

.profilo-azienda-feedback.is-error {
  color: #b23d5b;
}

.profilo-azienda-section-header {
  margin-top: 12px;
}

.profilo-azienda-annuncio-card {
  border-top: 4px solid rgba(19, 126, 217, 0.18);
}

.profilo-azienda-annuncio-preview {
  margin-top: 10px;
  color: #66727f;
  line-height: 1.7;
}

.profilo-azienda-modal {
  border: 0;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(47, 57, 71, 0.22);
}

.profilo-azienda-modal .modal-header,
.profilo-azienda-modal .modal-footer {
  border: 0;
}

.profilo-azienda-modal .modal-header {
  padding: 20px 24px 8px;
}

.profilo-azienda-modal .modal-title {
  color: #2f3947;
  font-weight: 700;
}

.profilo-azienda-modal .modal-body {
  padding: 10px 24px 6px;
  color: #66727f;
  line-height: 1.7;
}

.profilo-azienda-modal .modal-footer {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 18px 24px 24px;
}

.agent-cv-modal .modal-header {
  align-items: flex-start;
}

.agent-cv-modal-location {
  margin-top: 5px;
  color: #66727f;
  font-size: 14px;
  line-height: 1.45;
}

.agent-cv-modal-body {
  color: #596779;
}

.agent-cv-modal-body .profilo-agente-cv__section:first-child {
  margin-top: 0;
}

.agent-cv-modal-body .profilo-agente-cv__grid {
  margin-top: 0;
}

.agent-cv-loading,
.agent-cv-empty {
  padding: 22px;
  border: 1px solid #e7edf3;
  border-radius: 12px;
  background: #f9fcff;
  color: #596779;
  font-weight: 600;
  text-align: center;
}

.guide-hero {
  padding-top: 150px;
  background: linear-gradient(135deg, #f7fbff 0%, #ffffff 55%, #fff7eb 100%);
}

.guide-hero__content h1 {
  margin: 12px 0 16px;
  color: #2f3947;
  font-size: 42px;
  font-weight: 800;
  line-height: 1.18;
}

.guide-hero__content p {
  max-width: 650px;
  margin: 0;
  color: #596779;
  font-size: 17px;
  line-height: 1.75;
}

.guide-hero__actions,
.guide-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.guide-btn-secondary {
  background: #2f3947 !important;
  border-color: #2f3947 !important;
}

.guide-visual {
  overflow: hidden;
  border: 1px solid #e3ebf4;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 24px 60px rgba(47, 57, 71, 0.12);
}

.guide-visual__top {
  display: flex;
  gap: 7px;
  padding: 14px 16px;
  border-bottom: 1px solid #e7edf3;
  background: #f7fbff;
}

.guide-visual__top span {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #c7d5e4;
}

.guide-visual__body {
  padding: 24px;
}

.guide-visual__profile {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}

.guide-visual__profile div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 16px;
  background: rgba(19, 126, 217, 0.12);
  color: #137ed9;
  font-size: 24px;
}

.guide-visual__profile span,
.guide-badge {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  text-transform: uppercase;
}

.guide-visual__profile span {
  background: rgba(31, 157, 104, 0.12);
  color: #1c8459;
}

.guide-visual__line {
  height: 8px;
  margin: 22px 0;
  border-radius: 999px;
  background: linear-gradient(90deg, #137ed9 0%, #1f9d68 100%);
}

.guide-visual__row,
.guide-visual__unlock {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 15px;
  border: 1px solid #e7edf3;
  border-radius: 12px;
  background: #f9fcff;
  color: #2f3947;
}

.guide-visual__row i {
  color: #1f9d68;
  font-size: 20px;
}

.guide-visual__unlock {
  justify-content: space-between;
  margin-top: 12px;
  background: rgba(31, 157, 104, 0.08);
  border-color: rgba(31, 157, 104, 0.24);
}

.guide-visual__unlock i {
  color: #1f9d68;
  font-size: 20px;
}

.guide-visual__unlock span {
  flex: 1;
  color: #1c8459;
  font-weight: 800;
}

.guide-visual__unlock strong {
  color: #2f3947;
}

.guide-visual__body p {
  margin: 14px 0 0;
  color: #66727f;
  font-size: 14px;
  line-height: 1.6;
}

.guide-nav-section {
  position: sticky;
  top: 74px;
  z-index: 90;
  padding: 12px 0;
  background: rgba(255, 255, 255, 0.94);
  border-top: 1px solid #e7edf3;
  border-bottom: 1px solid #e7edf3;
  backdrop-filter: blur(10px);
}

.guide-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  overflow-x: auto;
  padding-bottom: 2px;
}

.guide-nav a {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 8px;
  padding: 9px 13px;
  border: 1px solid #dce7f2;
  border-radius: 999px;
  background: #fff;
  color: #425164;
  font-size: 13px;
  font-weight: 800;
}

.guide-nav a:hover,
.guide-nav a:focus {
  border-color: rgba(19, 126, 217, 0.35);
  color: #137ed9;
}

.guide-section {
  scroll-margin-top: 140px;
}

.guide-section--soft {
  background: #f7fbff;
}

.guide-flow-row,
.guide-feature-grid {
  row-gap: 24px;
}

.guide-flow-card,
.guide-feature,
.guide-faq-item {
  height: 100%;
  padding: 24px;
  border: 1px solid #e7edf3;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(47, 57, 71, 0.07);
}

.guide-flow-card > i,
.guide-feature > i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  margin-bottom: 18px;
  border-radius: 14px;
  font-size: 22px;
}

.guide-flow-card--blue > i,
.guide-feature > i {
  background: rgba(19, 126, 217, 0.12);
  color: #137ed9;
}

.guide-flow-card--amber > i {
  background: rgba(244, 149, 31, 0.14);
  color: #d88718;
}

.guide-flow-card--green > i {
  background: rgba(31, 157, 104, 0.12);
  color: #1c8459;
}

.guide-flow-card h3,
.guide-feature h3,
.guide-faq-item h3,
.guide-step h3,
.guide-unlock-demo h3 {
  margin: 0 0 9px;
  color: #2f3947;
  font-size: 20px;
  font-weight: 800;
  line-height: 1.3;
}

.guide-flow-card p,
.guide-feature p,
.guide-faq-item p,
.guide-step p,
.guide-sticky-title p,
.guide-unlock-demo p {
  margin: 0;
  color: #596779;
  font-size: 15px;
  line-height: 1.7;
}

.guide-sticky-title {
  position: sticky;
  top: 150px;
}

.guide-sticky-title h2,
.guide-final-cta__box h2 {
  margin: 12px 0 14px;
  color: #2f3947;
  font-size: 32px;
  font-weight: 800;
  line-height: 1.25;
}

.guide-sticky-title .btn {
  margin-top: 22px;
}

.guide-steps {
  display: grid;
  gap: 14px;
}

.guide-step {
  display: grid;
  grid-template-columns: 68px minmax(0, 1fr);
  gap: 16px;
  padding: 20px;
  border: 1px solid #e1ebf5;
  border-radius: 14px;
  background: #fff;
}

.guide-step > strong {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 16px;
  background: rgba(19, 126, 217, 0.12);
  color: #137ed9;
  font-size: 15px;
}

.guide-step--pay {
  border-color: rgba(31, 157, 104, 0.28);
  background: #f7fff9;
}

.guide-step--pay > strong {
  background: rgba(31, 157, 104, 0.12);
  color: #1c8459;
}

.guide-feature-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.guide-unlock-demo {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 70px minmax(0, 1fr);
  align-items: stretch;
  gap: 18px;
}

.guide-unlock-demo__col {
  padding: 24px;
  border: 1px solid #e7edf3;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 16px 36px rgba(47, 57, 71, 0.06);
}

.guide-unlock-demo__col--active {
  border-color: rgba(31, 157, 104, 0.3);
  background: #f7fff9;
}

.guide-unlock-demo__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #137ed9;
  font-size: 28px;
}

.guide-badge--gray {
  margin-bottom: 14px;
  background: #edf3f8;
  color: #66727f;
}

.guide-badge--green {
  margin-bottom: 14px;
  background: rgba(31, 157, 104, 0.12);
  color: #1c8459;
}

.guide-unlock-demo ul {
  display: grid;
  gap: 10px;
  padding: 0;
  margin: 18px 0 0;
  list-style: none;
}

.guide-unlock-demo li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #596779;
  line-height: 1.55;
}

.guide-unlock-demo li i {
  margin-top: 4px;
  color: #1c8459;
}

.guide-unlock-demo li .lni-close {
  color: #b23d5b;
}

.guide-faq {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.guide-final-cta {
  background: linear-gradient(135deg, rgba(19, 126, 217, 0.1), rgba(31, 157, 104, 0.08));
}

.guide-final-cta__box {
  max-width: 780px;
  margin: 0 auto;
}

.guide-final-cta__actions {
  justify-content: center;
}

.legal-page {
  padding-top: 150px;
  background: #f7fbff;
}

.legal-hero {
  max-width: 920px;
  margin: 0 auto 34px;
  text-align: center;
}

.legal-hero h1 {
  margin: 12px 0 12px;
  color: #2f3947;
  font-size: 40px;
  font-weight: 800;
  line-height: 1.2;
}

.legal-hero p {
  margin: 0;
  color: #596779;
  font-size: 16px;
  line-height: 1.75;
}

.legal-layout {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 28px;
  align-items: start;
}

.legal-index {
  position: sticky;
  top: 120px;
  display: grid;
  gap: 8px;
  padding: 18px;
  border: 1px solid #e1ebf5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 14px 34px rgba(47, 57, 71, 0.07);
}

.legal-index a {
  padding: 9px 10px;
  border-radius: 8px;
  color: #425164;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.35;
}

.legal-index a:hover,
.legal-index a:focus {
  background: rgba(19, 126, 217, 0.09);
  color: #137ed9;
}

.legal-content {
  padding: 30px;
  border: 1px solid #e1ebf5;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 18px 42px rgba(47, 57, 71, 0.08);
}

.legal-content section {
  scroll-margin-top: 130px;
  padding-bottom: 26px;
  margin-bottom: 26px;
  border-bottom: 1px solid #e7edf3;
}

.legal-content section:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 0;
}

.legal-content h2 {
  margin: 0 0 12px;
  color: #2f3947;
  font-size: 22px;
  font-weight: 800;
  line-height: 1.35;
}

.legal-content p,
.legal-content li {
  color: #596779;
  font-size: 15px;
  line-height: 1.75;
}

.legal-content p {
  margin: 0 0 12px;
}

.legal-content ul {
  margin: 0 0 14px;
  padding-left: 20px;
}

.legal-content a {
  color: #137ed9;
  font-weight: 700;
}

.legal-table-wrap {
  overflow-x: auto;
  margin: 16px 0;
}

.legal-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
  border: 1px solid #e1ebf5;
}

.legal-table th,
.legal-table td {
  padding: 12px 14px;
  border-bottom: 1px solid #e1ebf5;
  color: #596779;
  font-size: 14px;
  line-height: 1.55;
  vertical-align: top;
}

.legal-table th {
  background: #f7fbff;
  color: #2f3947;
  font-weight: 800;
}

.cookie-consent-banner {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 2000;
  display: none;
  width: min(520px, calc(100% - 40px));
}

.cookie-consent-banner.is-visible {
  display: block;
}

.cookie-consent-banner__content {
  padding: 20px;
  border: 1px solid #dce7f2;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 22px 60px rgba(47, 57, 71, 0.22);
}

.cookie-consent-banner h3 {
  margin: 0 0 8px;
  color: #2f3947;
  font-size: 20px;
  font-weight: 800;
}

.cookie-consent-banner p {
  margin: 0;
  color: #596779;
  font-size: 14px;
  line-height: 1.65;
}

.cookie-consent-banner__links {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.cookie-consent-banner__links a {
  color: #137ed9;
  font-size: 13px;
  font-weight: 800;
}

.cookie-consent-preferences {
  display: grid;
  gap: 8px;
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #e7edf3;
  border-radius: 10px;
  background: #f7fbff;
}

.cookie-consent-preferences label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #425164;
  font-size: 13px;
  font-weight: 700;
}

.cookie-consent-banner__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 16px;
}

.cookie-consent-banner__actions .btn {
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 800;
}

.cookie-consent-manage-btn {
  border: 1px solid rgba(19, 126, 217, 0.35);
  background: rgba(19, 126, 217, 0.1);
  color: #137ed9;
}

.cookie-consent-manage-btn:hover,
.cookie-consent-manage-btn:focus {
  background: rgba(19, 126, 217, 0.18);
  color: #0f67b2;
}

@media (max-width: 991.98px) {
  .guide-hero {
    padding-top: 130px;
  }

  .guide-visual {
    margin-top: 34px;
  }

  .guide-sticky-title {
    position: static;
    margin-bottom: 28px;
  }

  .guide-unlock-demo {
    grid-template-columns: 1fr;
  }

  .guide-unlock-demo__arrow {
    transform: rotate(90deg);
  }

  .legal-layout {
    grid-template-columns: 1fr;
  }

  .legal-index {
    position: static;
  }
}

@media (max-width: 767.98px) {
  .guide-hero__content h1 {
    font-size: 32px;
  }

  .guide-hero__actions,
  .guide-final-cta__actions {
    flex-direction: column;
  }

  .guide-hero__actions .btn,
  .guide-final-cta__actions .btn {
    width: 100%;
  }

  .guide-nav-section {
    top: 64px;
  }

  .guide-step,
  .guide-feature-grid,
  .guide-faq {
    grid-template-columns: 1fr;
  }

  .guide-step > strong {
    width: 46px;
    height: 46px;
  }

  .guide-sticky-title h2,
  .guide-final-cta__box h2 {
    font-size: 26px;
  }

  .legal-page {
    padding-top: 130px;
  }

  .legal-hero h1 {
    font-size: 30px;
  }

  .legal-content {
    padding: 20px;
  }

  .cookie-consent-banner {
    right: 12px;
    bottom: 12px;
    width: calc(100% - 24px);
  }

  .cookie-consent-banner__actions {
    flex-direction: column;
  }

  .cookie-consent-banner__actions .btn {
    width: 100%;
  }
}

.profilo-azienda-modal-btn {
  min-width: 150px;
  justify-content: center;
}

.ricarica-credit-card,
.ricarica-summary-card,
.ricarica-esito-card {
  min-height: auto;
}

.ricarica-fattura-box {
  padding: 20px;
  margin-top: 18px;
  border: 1px solid #dce7f2;
  border-radius: 14px;
  background: #f7fbff;
}

.ricarica-fattura-head {
  margin-bottom: 18px;
}

.ricarica-fattura-box label {
  color: #5c6878;
  font-weight: 700;
}

.ricarica-fattura-box small {
  display: block;
  color: #596779;
  font-weight: 600;
  line-height: 1.6;
}

.ricarica-feedback {
  padding: 12px 14px;
  margin: 16px 0 0;
  border-radius: 10px;
  font-weight: 700;
  line-height: 1.5;
}

.ricarica-feedback.is-error {
  border: 1px solid rgba(217, 79, 112, 0.28);
  background: rgba(217, 79, 112, 0.09);
  color: #9f344f;
}

.ricarica-payment-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.ricarica-payment-actions .btn,
.ricarica-payment-actions .interessati-btn {
  min-width: 190px;
  justify-content: center;
}

.ricarica-paypal-box {
  width: min(360px, 100%);
}

.ricarica-summary-grid {
  grid-template-columns: 1fr;
}

.ricarica-esito-card {
  margin-top: 40px;
  border-top-width: 4px;
}

.ricarica-esito-card--ok {
  border-top-color: #1f9d68;
}

.ricarica-esito-card--ko {
  border-top-color: #d08a1c;
}

@media (max-width: 991.98px) {
  .profilo-azienda-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .profilo-azienda-slide {
    padding: 20px 18px;
  }

  .profilo-azienda-slide__title h3 {
    font-size: 18px;
  }

  .profilo-azienda-grid {
    grid-template-columns: 1fr;
  }

  .profilo-azienda-actions,
  .profilo-azienda-modal .modal-footer {
    flex-direction: column;
  }

  .profilo-azienda-pill-btn,
  .profilo-azienda-modal-btn {
    width: 100%;
  }
}

.interessati-filter-btn--red:hover,
.interessati-filter-btn--red:focus {
  background: rgba(217, 79, 112, 0.2);
  color: #942f4a;
}

.interessati-filter-btn--gray {
  background: rgba(95, 103, 111, 0.12);
  border-color: rgba(95, 103, 111, 0.3);
  color: #4f5962;
}

.interessati-filter-btn--gray:hover,
.interessati-filter-btn--gray:focus {
  background: rgba(95, 103, 111, 0.2);
  color: #3f474f;
}

.interessati-active-filters-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.interessati-active-filter {
  position: relative;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe6ee;
  border-radius: 999px;
  padding: 6px 12px 6px 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.interessati-active-filter:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #137ed9;
}

.interessati-active-filter--accettato:before {
  background: #5b5fda;
}

.interessati-active-filter--letto:before {
  background: #0f9fb3;
}

.interessati-active-filter.active-filter-warning {
  background: rgba(208, 138, 28, 0.12);
  border-color: rgba(208, 138, 28, 0.28);
  color: #a86f15;
}

.interessati-active-filter.active-filter-success {
  background: rgba(31, 157, 104, 0.12);
  border-color: rgba(31, 157, 104, 0.28);
  color: #1c8459;
}

.interessati-active-filter.active-filter-danger {
  background: rgba(217, 79, 112, 0.12);
  border-color: rgba(217, 79, 112, 0.28);
  color: #b23d5b;
}

.interessati-active-filter.active-filter-gray {
  background: rgba(95, 103, 111, 0.12);
  border-color: rgba(95, 103, 111, 0.3);
  color: #4f5962;
}

.interessati-active-filter .active-filter-close {
  position: relative;
  z-index: 1;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.active-filter-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1;
  min-height: 32px;
}

.active-filter-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  font-size: 13px;
  line-height: 1;
  border: 1px solid currentColor;
  border-radius: 2px;
  text-decoration: none;
}

.active-filter-close:hover,
.active-filter-close:focus {
  text-decoration: none;
  opacity: 0.9;
}

/* ===== Annuncio page ===== */
.annuncio-main-card {
  padding: 26px 30px;
  min-height: auto;
}

.annuncio-sidebar-card {
  padding: 26px 22px;
  min-height: auto;
}

.annuncio-body-text {
  margin-bottom: 20px;
  color: #2f3947;
  font-size: 15px;
  line-height: 1.75;
}

.annuncio-body-text p:last-child {
  margin-bottom: 0;
}

.annuncio-meta-wrap {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 16px 18px;
  margin-bottom: 4px;
  border: 1px solid #e3ebf4;
  border-radius: 14px;
  background: #f7fbff;
}

.annuncio-meta-item {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.annuncio-meta-label {
  color: #8796a8;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.annuncio-meta-label i {
  margin-right: 4px;
}

.annuncio-meta-value {
  color: #2f3947;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.annuncio-azienda-grid {
  grid-template-columns: repeat(2, 1fr);
  margin-top: 4px;
}

.annuncio-login-notice {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  padding: 24px 16px;
  text-align: center;
  color: #66727f;
}

.annuncio-login-notice i {
  font-size: 32px;
  color: #d08a1c;
  opacity: 0.7;
}

.annuncio-login-notice p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

@media (max-width: 991.98px) {
  .annuncio-azienda-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 767.98px) {
  .annuncio-main-card,
  .annuncio-sidebar-card {
    padding: 20px 16px;
  }

  .annuncio-azienda-grid {
    grid-template-columns: 1fr;
  }
}

.active-filter-gray {
  background: #6c757d;
  border-color: #6c757d;
  color: #fff;
}

.active-filter-success {
  background: #28a745;
  border-color: #28a745;
  color: #fff;
}

.active-filter-danger {
  background: #dc3545;
  border-color: #dc3545;
  color: #fff;
}

.active-filter-warning {
  background: #f0ad4e;
  border-color: #f0ad4e;
  color: #fff;
}

@media (max-width: 767px) {
  .result-card-interessati {
    height: auto;
    min-height: 180px;
    padding: 18px 16px;
  }

  .interessati-card-head {
    margin-bottom: 14px;
  }

  .interessati-card-icon {
    width: 46px;
    height: 46px;
  }

  .interessati-card-status {
    padding: 6px 10px;
    font-size: 12px;
  }

  .interessati-card-body {
    flex-direction: column;
    gap: 12px;
  }

  .interessati-card-text {
    margin-bottom: 12px;
    max-height: none;
  }

  .interessati-card-name {
    font-size: 18px;
  }

  .interessati-card-location {
    font-size: 14px;
  }

  .interessati-card-actions {
    width: 100%;
    min-width: 0;
  }

  .interessati-filters-wrap,
  .interessati-filter-group,
  .interessati-active-filters-wrap {
    gap: 8px;
  }

  .interessati-filter-btn {
    min-height: 34px;
    padding: 6px 10px;
    font-size: 12px;
  }

  .ricerca-agenti-hero,
  .ricerca-agenti-hero--results {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 16px;
  }

  .ricerca-agenti-hero__content h3 {
    font-size: 21px;
  }

  .ricerca-agenti-hero__actions,
  .ricerca-submit-btn {
    width: 100%;
  }

  .ricerca-agenti-card {
    min-height: 200px;
  }

  .ricerca-annunci-card {
    min-height: 220px;
  }

  .ricerca-check-item {
    margin-bottom: 8px;
  }

  .ricerca-empty-state {
    padding: 24px 14px;
    border-radius: 14px;
  }

  .ricerca-empty-state h4 {
    font-size: 19px;
  }

  .ricerca-empty-state-btn {
    width: 100%;
    max-width: none;
  }
}
