/* border radius 
esempio: @include border-radius(10px);
*/
/* box shadow 
esempio: @include box-shadow(5px, 5px, 5px, 5px, rgba(0,0,0,0.5), $inset: false);
*/
/* CSS transition 
esempio: @include transition($sec);
*/
/* CSS Trasform: rotation 
esempio: @include rotation(45deg);
*/
/* placeholder per input e form generici 
esempio: @include placeholder(#f00);
*/
/* placeholder per cta generiche
esempio: @include focusCta;
*/
@media (max-width: 991.98px) {
  body.mob-overlay {
    overflow: hidden; } }

@media (max-width: 991.98px) {
  body.mob-overlay::before {
    content: "";
    display: block;
    background-color: rgba(0, 23, 61, 0.9);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 990; } }

main {
  margin-bottom: 40px; }

img {
  max-width: 100%; }

.mt-32 {
  margin-top: 32px !important; }

.mb-32 {
  margin-bottom: 32px !important; }

.mtb-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important; }

.ps-32 {
  padding-left: 32px !important; }

.goto-link {
  text-decoration: none !important; }
  .goto-link:hover {
    text-decoration: underline !important; }

.bkg-primary {
  background-color: #2f6dd5; }

.bkg-gray {
  background-color: #8e98a4; }

.bkg-light-primary-40-p {
  background-color: #f2f6fc;
  padding: 18px 22px; }

.with-scroll::-webkit-scrollbar {
  width: 5px; }

.with-scroll::-webkit-scrollbar-track {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  background-color: #ffffff; }

.with-scroll::-webkit-scrollbar-thumb {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  background: #2f6dd5; }

.with-scroll::-webkit-scrollbar-thumb:hover {
  background: #2f6dd5; }

hr.light {
  background-color: #d9e4f7; }

h2.small {
  font-size: 1.5rem;
  line-height: 2.25rem; }

h3.small {
  font-size: 1.125rem;
  line-height: 1rem; }

h3.small-24 {
  font-size: 1.125rem;
  line-height: 1rem; }

p.intro {
  font-size: 1rem;
  line-height: 1.5rem; }

.legenda {
  font-size: 0.75rem;
  margin: 16px 0; }
  .legenda div {
    display: flex;
    align-items: center; }
    .legenda div span {
      border-radius: 3px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      width: 6px;
      height: 6px;
      display: flex;
      margin-right: 8px; }
  @media (min-width: 576px) {
    .legenda div + div {
      margin-left: 20px; } }

strong {
  font-weight: 600 !important; }

.txt-primary-dark {
  color: #002460 !important; }

.txt-primary-dark-110 {
  color: #00368f !important; }

.txt-primary-white {
  color: #ffffff !important; }

.txt-primary-90 {
  color: #2357ae !important; }

.txt-secondary-100 {
  color: #454d56 !important; }

.txt-700 {
  font-weight: 700 !important; }

.t-24 {
  font-size: 1.5rem !important; }

.t-32 {
  font-size: 2rem !important; }

.tr-p4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: 144px;
  line-height: 2.25rem;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

.txt-line-through {
  text-decoration: line-through; }

.area-title {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #454d56;
  margin-bottom: 16px;
  font-weight: 600; }

.section-title {
  margin-bottom: 16px; }

.no-results {
  margin-top: 28px; }
  .no-results img {
    max-width: 430px;
    height: auto; }
  .no-results p {
    font-weight: 700;
    color: #002460;
    font-size: 1.5rem;
    line-height: 2.25rem;
    margin-top: 14px; }

.reminder {
  margin: 35px 0 40px 0; }
  .reminder span {
    display: block;
    font-size: 1rem;
    line-height: 1rem;
    color: #454d56; }
    .reminder span:first-child {
      margin-bottom: 20px; }

.welcome {
  margin: 56px 0 46px 0;
  width: 100%; }
  @media (min-width: 992px) {
    .welcome-content {
      max-width: 615px; } }
  .welcome-content h2 {
    font-size: 2.5rem;
    line-height: 3.2275rem; }
  .welcome-content p {
    font-size: 1rem;
    line-height: 1.5rem; }
  @media (min-width: 992px) {
    .welcome-content .info-content .extra:first-child {
      margin-right: 150px; } }
  @media (max-width: 991.98px) {
    .welcome-content .info-content .extra {
      margin: 24px 0; } }
  .welcome-content .extra span {
    display: block;
    color: #002460;
    font-size: 1.125rem; }
    .welcome-content .extra span.info {
      font-weight: 700; }
  .welcome img {
    margin-left: auto; }
    @media (max-width: 991.98px) {
      .welcome img {
        width: 100%;
        height: auto; } }

.home section {
  margin-top: 48px; }

section#intro h2 {
  color: #002460; }

section#intro p {
  color: #002460; }

@media (min-width: 992px) {
  section#services .calendar-wrapper, section#filter-table .calendar-wrapper {
    margin-right: 14px; } }

section#services .card-wrapper, section#filter-table .card-wrapper {
  width: 100%; }
  section#services .card-wrapper.with-scroll, section#filter-table .card-wrapper.with-scroll {
    height: fit-content;
    max-height: 304px;
    overflow: auto;
    padding-right: 8px; }
  @media (max-width: 991.98px) {
    section#services .card-wrapper, section#filter-table .card-wrapper {
      margin-bottom: 16px; } }
  section#services .card-wrapper .card-calendar, section#filter-table .card-wrapper .card-calendar {
    margin-bottom: 14px; }
    section#services .card-wrapper .card-calendar:last-child, section#filter-table .card-wrapper .card-calendar:last-child {
      margin-bottom: 0; }

section#notices .sirio-card {
  margin-bottom: 16px; }

section p {
  font-size: 1rem; }

section span.title-review,
section div.title-review {
  font-size: 1.5rem;
  line-height: 2.3125rem;
  font-weight: 700;
  color: #00368f;
  margin: 50px 0 24px 0;
  display: block; }

section h3 {
  color: #002460; }

#filter-table .sirio-table {
  margin-top: 28px; }

.detail-content {
  border-bottom: 1px solid #aec6ef;
  padding-bottom: 32px; }

#dettaglio-domanda .sirio-tab-body > div .detail-content:last-child {
  border-bottom: 0; }

.content-detail h3 {
  font-size: 1.5rem; }

.sirio-btn.fit-width {
  width: fit-content; }

.sirio-btn.fit-size {
  width: fit-content;
  height: max-content; }

.sirio-btn.no-wrap {
  white-space: nowrap; }

.table-action .sirio-btn {
  font-size: 1.5rem;
  padding: 0;
  line-height: initial; }

.info-btn {
  font-size: 1.5rem;
  background-color: transparent;
  border: 0;
  color: #2f6dd5;
  margin-bottom: 0.5rem; }

.close-nav {
  background-color: transparent;
  border: 0;
  font-size: 1rem; }

a.link-btn {
  text-decoration: none; }

.cta-download {
  background-color: transparent;
  border: 0;
  color: #2f6dd5;
  text-decoration: none !important; }
  .cta-download::after {
    font-family: "Font Awesome 6 Free";
    display: inline-block;
    content: "\f019";
    margin-left: 8px; }

.sirio-box-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .sirio-box-list li {
    border-bottom: 1px solid #d9e4f7;
    padding: 16px 0; }
    @media (max-width: 767.98px) {
      .sirio-box-list li a {
        margin-top: 16px; } }

.sirio-group-list {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0; }
  .sirio-group-list li {
    padding: 16px 0;
    border-bottom: 1px solid #d9e4f7; }
  .sirio-group-list--content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0; }
    @media (max-width: 991.98px) {
      .sirio-group-list--content {
        flex-direction: column;
        justify-content: start;
        align-items: start; } }
    .sirio-group-list--content button {
      min-width: max-content;
      margin-left: 24px; }
      @media (max-width: 991.98px) {
        .sirio-group-list--content button {
          align-self: flex-end;
          margin-top: 16px; } }
    .sirio-dialog .sirio-group-list--content {
      margin: 0 16px; }
  .sirio-dialog .sirio-group-list span {
    display: flex;
    flex-direction: column; }
  .stepper-content .sirio-group-list:last-of-type li:last-child {
    border-bottom: 0; }

.sirio-card.light-primary-40 {
  background-color: #f2f6fc;
  padding: 24px;
  box-shadow: none;
  border-radius: 0; }
  .sirio-card.light-primary-40 h4 {
    color: #002460; }
  .sirio-card.light-primary-40 div {
    color: #002460; }
  .sirio-card.light-primary-40 strong {
    display: block;
    color: #002460;
    font-weight: 700; }
  @media (min-width: 992px) {
    .sirio-card.light-primary-40.reminder p {
      max-width: 550px; } }

.sirio-card.card-attached {
  padding: 12px 16px;
  display: flex;
  flex-direction: row; }
  .sirio-card.card-attached .content a {
    display: block; }
  .sirio-card.card-attached .content small {
    font-size: 0.75rem; }
  .sirio-card.card-attached + .card-attached {
    margin-top: 16px; }

.card-empty-state {
  text-align: center;
  margin: 32px 0; }
  .card-empty-state span {
    display: block;
    font-size: 1.5rem;
    color: #000000;
    font-weight: 700;
    margin-top: 32px; }

.stepper-content {
  margin-bottom: 40px; }
  .stepper-content fieldset {
    margin-top: 32px; }
  .stepper-content h3 {
    font-size: 2rem; }
  .stepper-content h4 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #454d56; }
  .stepper-content .stepper-action {
    margin-top: 64px; }
    @media (max-width: 991.98px) {
      .stepper-content .stepper-action button {
        width: 100%; } }
    @media (max-width: 991.98px) {
      .stepper-content .stepper-action button + button {
        margin-left: 0;
        margin-top: 16px; } }
    @media (max-width: 991.98px) {
      .stepper-content .stepper-action > div {
        margin-top: 16px;
        display: flex;
        justify-content: space-between; } }
    @media (max-width: 991.98px) {
      .stepper-content .stepper-action > div button + button {
        margin-top: 0;
        margin-left: 16px; } }
  .stepper-content hr {
    margin: 32px 0; }

.sirio-stepper .sirio-stepper-selector .sirio-btn {
  padding: 0 16px;
  align-items: center;
  line-height: 1.5rem; }

.sirio-dialog-body.overflow {
  overflow-y: auto;
  max-height: 600px;
  min-height: 370px; }
  @media (max-height: 600px) {
    .sirio-dialog-body.overflow {
      max-height: 350px; } }

@media (max-height: 600px) {
  .sirio-dialog-wrapper {
    margin: 16px auto; } }

@media (max-height: 800px) {
  .sirio-dialog-content {
    max-height: 600px; } }

.sirio-chronology .balloon {
  padding: 16px;
  margin-bottom: 32px;
  transform: translateY(56px);
  margin-top: 80px; }
  .sirio-chronology .balloon:first-child {
    margin-top: 0; }
  .sirio-chronology .balloon:last-child {
    margin-bottom: 56px; }
  .sirio-chronology .balloon .sender {
    display: flex;
    align-items: center;
    position: absolute; }
    .sirio-chronology .balloon .sender .name {
      color: #002460;
      font-size: 1rem;
      font-weight: 700; }
      @media (max-width: 575.98px) {
        .sirio-chronology .balloon .sender .name {
          overflow: hidden;
          text-overflow: ellipsis;
          display: -webkit-box;
          -webkit-line-clamp: 2;
          -webkit-box-orient: vertical; } }
    .sirio-chronology .balloon .sender .avatar {
      border-radius: 24px;
      -webkit-border-radius: 24px;
      -moz-border-radius: 24px;
      -ms-border-radius: 24px;
      -o-border-radius: 24px;
      width: 48px;
      height: 48px;
      min-width: 48px;
      min-height: 48px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #ffffff;
      font-weight: 700;
      font-size: 1.125rem; }
  .sirio-chronology .balloon .balloon-head {
    display: flex; }
    @media (max-width: 767.98px) {
      .sirio-chronology .balloon .balloon-head {
        display: block; } }
    .sirio-chronology .balloon .balloon-head span {
      line-height: 1.5rem;
      color: #002460;
      word-break: break-word; }
    .sirio-chronology .balloon .balloon-head span + span {
      margin-left: auto; }
      @media (max-width: 767.98px) {
        .sirio-chronology .balloon .balloon-head span + span {
          display: block; } }
  .sirio-chronology .balloon .balloon-body {
    margin-top: 16px; }
  @media (min-width: 992px) {
    .sirio-chronology .balloon {
      max-width: 640px; } }
  .sirio-chronology .balloon .content-attachments {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    padding: 16px; }
  .sirio-chronology .balloon ul {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0; }
    .sirio-chronology .balloon ul li {
      margin-bottom: 8px; }
      .sirio-chronology .balloon ul li a.link {
        text-decoration: underline; }
        .sirio-chronology .balloon ul li a.link:hover {
          text-decoration: none; }
      .sirio-chronology .balloon ul li:last-child {
        margin-bottom: 0; }
    .sirio-chronology .balloon ul small {
      line-height: initial; }
  .sirio-chronology .balloon.sent {
    background-color: #f2f6fc;
    position: relative;
    margin-right: 24px;
    -webkit-border-radius: 24px;
    -webkit-border-top-right-radius: 0;
    -moz-border-radius: 24px;
    -moz-border-radius-topright: 0;
    border-radius: 24px;
    border-top-right-radius: 0;
    /*
            &::after {
                @include border-radius(22px);
                content: "\f007";
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 14px;
                right: 0;
                transform: translateX(52px);
                width: 44px;
                height: 44px;
                background-color: $color-global-light-primary-50;
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                -webkit-font-smoothing: antialiased;
                font-style: normal;
                font-variant: normal;
                text-rendering: auto;
                line-height: 1;
                background-position: center;
                font-size: 1.5rem;
                color: $color-global-primary-100;

                @media (max-width: 991.98px) {
                    @include border-radius(12px);
                    width: 24px;
                    height: 24px;
                    font-size: 0.75rem;
                    transform: translateX(40px);
                }
            }
            */ }
    .sirio-chronology .balloon.sent:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      right: -16px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 24px 18px 0 0;
      border-color: #f2f6fc transparent transparent transparent; }
    .sirio-chronology .balloon.sent .sender {
      right: 0;
      top: 0;
      transform: translate(66px, -56px); }
      .sirio-chronology .balloon.sent .sender .avatar {
        background-color: #2f6dd5;
        margin-left: 16px; }
    @media (min-width: 992px) {
      .sirio-chronology .balloon.sent {
        margin-left: auto;
        margin-right: 82px; } }
    @media (max-width: 991.98px) {
      .sirio-chronology .balloon.sent {
        margin-right: 56px; } }
    .sirio-chronology .balloon.sent .content-attachments {
      background-color: #ffffff; }
  .sirio-chronology .balloon.recived {
    background-color: #ffffff;
    border: 1px solid #d9e4f7;
    position: relative;
    -webkit-border-radius: 24px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 24px;
    -moz-border-radius-topleft: 0;
    border-radius: 24px;
    border-top-left-radius: 0;
    /*

            &::before {
                @include border-radius(22px);
                content: "";
                display: flex;
                align-items: center;
                justify-content: center;
                position: absolute;
                top: 14px;
                left: 0;
                transform: translateX(-52px);
                width: 44px;
                height: 44px;
                background-color: $color-global-light-primary-50;
                background-position: center;
                background-image: url(../resources/img/logo-inps-sticky.svg);
                background-size: 24px;
                background-repeat: no-repeat;

                @media (max-width: 991.98px) {
                    @include border-radius(12px);
                    width: 24px;
                    height: 24px;
                    transform: translateX(-40px);
                    background-size: 16px;
                }
            }
            */ }
    .sirio-chronology .balloon.recived::after {
      content: "";
      display: block;
      position: absolute;
      top: -1px;
      left: -18px;
      width: 18px;
      height: 24px;
      background-image: url(../img/balloon-sign.svg);
      background-repeat: no-repeat; }
    .sirio-chronology .balloon.recived .sender {
      left: 0;
      top: 0;
      flex-direction: row-reverse;
      transform: translate(-66px, -56px); }
      .sirio-chronology .balloon.recived .sender .avatar {
        background-color: #d9e4f7;
        background-position: center;
        background-image: url(../img/logo-inps-sticky.svg);
        background-size: 24px;
        background-repeat: no-repeat;
        margin-right: 16px; }
    @media (min-width: 992px) {
      .sirio-chronology .balloon.recived {
        margin-left: auto;
        margin-left: 82px; } }
    @media (max-width: 991.98px) {
      .sirio-chronology .balloon.recived {
        margin-left: 56px; } }
    .sirio-chronology .balloon.recived .balloon-body > span {
      margin-bottom: 16px;
      display: block; }
    .sirio-chronology .balloon.recived .content-attachments {
      background-color: #f2f6fc; }
