﻿/* 
    Usato per titoletti                                      --> --Magenta-Default
    Usato per background CTA                                 --> --Menta
    Usato per titoli + testi CTA                             --> --Ottanio-100
    Usato per background banner "Affidati a Credit Agricole" --> --Ottanio-100 - --Ottanio-50

    Gradient:
    background: var(--gradiente-dark-orizzontale, linear-gradient(270deg, #006E75 0%, #033540 100%));
*/
/* CA Global colors */
/***********************************************************************************
                            MAIN THEME - Variables
***********************************************************************************/
:root {
  --font-family-title: "Montserrat";
  --font-family-default: "Lato";
  --font-family-Fontawesome: "Fontawesome";
  --Magenta-Default: #E30070;
  --Magenta-Default-RGB: 227, 0, 112;
  --Magenta-Dark: #CE0066;
  --Magenta-Light: #FBE8F5;
  --Magenta-Disabled: #c1d5dc;
  --Kiwi: #D9FC75;
  --Menta: #4DF3C1;
  --Menta-RGB: 77, 243, 193;
  --Menta-Hover: #0fe6a5;
  --Menta-Hover-Secondary: #e0f8f2;
  --Menta-Pressed: #0dc991;
  --Menta-Pressed-Secondary: #c5ede4;
  --Menta-Secondary: #F1FAFB;
  --Menta-Focused: #0fe6a5;
  --Menta-Focused-Secondary: #ecf9f6;
  --Menta-Disabled: #c1d5dc;
  --Menta-Disabled-Secondary: #c1d5dc;
  --Ottanio-100-RGB: 3 53 64;
  --Ottanio-100: #033540;
  --Ottanio-80: #024852;
  --Ottanio-65: #015B63;
  --Ottanio-50: #006E75;
  --Ottanio-35: #4C9A9D;
  --Ottanio-20: #99C6C6;
  --Ottanio-5: #E3FBF2;
  --Gray-1: #F7FAFB;
  --Gray-2: #E7F0F3;
  --Gray-3: #C1D5DC;
  --Gray-4: #9ABAC5;
  --gradiente-dark-orizzontale: #033540;
}

/***********************************************************************************
            BOOTSTRAP VARIABLES OVERRIDE with CA theme values
***********************************************************************************/
:root {
  --ca-font-family-default: "Lato";
  --ca-font-family-title: "Montserrat";
  --ca-primary-color: var(--Menta);
  --ca-primary-color-rgb: var(--Menta-RGB);
  --ca-color-hover-primary: var(--Menta-Hover);
  --ca-color-pressed-primary: var(--Menta-Pressed);
  --ca-color-focus-primary: var(--Menta-Focused);
  --ca-color-disabled-primary: var(--Menta-Disabled);
  --ca-color-hover-secondary: var(--Menta-Hover-Secondary);
  --ca-color-pressed-secondary: var(--Menta-Pressed-Secondary);
  --ca-color-focused-secondary: var(--Menta-Focused-Secondary);
  --ca-color-disabled-secondary: var(--Menta-Disabled-Secondary);
}

:root {
  --primary-color: var(--ca-primary-color);
  --bs-btn-active-bg: var(--ca-primary-color);
  --bs-btn-active-color: var(--Ottanio-100);
  --bs-btn-active-border-color: var(--ca-primary-color);
  --bs-btn-bg: var(--ca-primary-color);
  --bs-btn-border-color: var(--ca-primary-color);
  --bs-btn-color: var(--Ottanio-100);
  --bs-btn-focus-shadow-rgb: var(--ca-primary-color);
  --bs-btn-disabled-bg: var(--ca-primary-color);
  --bs-btn-disabled-border-color: var(--ca-primary-color);
  --bs-btn-hover-color: var(--Ottanio-100);
  --bs-btn-hover-bg: var(--ca-primary-color);
  --bs-btn-hover-border-color: var(--ca-primary-color);
  --bs-nav-pills-link-active-bg: var(--Ottanio-100);
  --bs-link-color-rgb: var(--Ottanio-100-RGB);
  --bs-body-font-family: var(--ca-font-family-default);
  --bs-success-rgb: 74 243 193;
}

/*
 :root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
*/
/***********************************************************************************
                                Prevent user Right Click
***********************************************************************************/
.no-touch * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/***********************************************************************************
                            NEW CA HELPER FUNCTIONS
***********************************************************************************/
.bg-magenta {
  background-color: var(--Magenta-Default) !important;
}

.bg-magenta-dark {
  background-color: var(--Magenta-Dark) !important;
}

.bg-magenta-light {
  background-color: var(--Magenta-Light) !important;
}

.bg-kiwi {
  background-color: var(--Kiwi) !important;
}

.bg-menta {
  background-color: var(--ca-primary-color) !important;
}

.bg-ottanio-100 {
  background-color: var(--Ottanio-100) !important;
}

.bg-ottanio-80 {
  background-color: var(--Ottanio-80) !important;
}

.bg-ottanio-65 {
  background-color: var(--Ottanio-65) !important;
}

.bg-ottanio-50 {
  background-color: var(--Ottanio-50) !important;
}

.bg-ottanio-35 {
  background-color: var(--Ottanio-35) !important;
}

.bg-ottanio-20 {
  background-color: var(--Ottanio-20) !important;
}

.bg-ottanio-5 {
  background-color: var(--Ottanio-5) !important;
}

.bg-grey-1 {
  background-color: var(--Gray-1) !important;
}

.bg-grey-2 {
  background-color: var(--Gray-2) !important;
}

.bg-grey-3 {
  background-color: var(--Gray-3) !important;
}

.bg-grey-4 {
  background-color: var(--Gray-4) !important;
}

.bg-main-gradient {
  background: var(--gradiente-dark-orizzontale, linear-gradient(270deg, #006E75 0%, #033540 100%));
}

.color-magenta {
  color: var(--Magenta-Default) !important;
}

.color-magenta-dark {
  color: var(--Magenta-Dark) !important;
}

.color-magenta-light {
  color: var(--Magenta-Light) !important;
}

.color-kiwi {
  color: var(--Kiwi) !important;
}

.color-menta {
  color: var(--ca-primary-color) !important;
}

.color-ottanio-100 {
  color: var(--Ottanio-100) !important;
}

.color-ottanio-80 {
  color: var(--Ottanio-80) !important;
}

.color-ottanio-65 {
  color: var(--Ottanio-65) !important;
}

.color-ottanio-50 {
  color: var(--Ottanio-50) !important;
}

.color-ottanio-35 {
  color: var(--Ottanio-35) !important;
}

.color-ottanio-20 {
  color: var(--Ottanio-20) !important;
}

.color-ottanio-5 {
  color: var(--Ottanio-5) !important;
}

.color-grey-1 {
  color: var(--Gray-1) !important;
}

.color-grey-2 {
  color: var(--Gray-2) !important;
}

.color-grey-3 {
  color: var(--Gray-3) !important;
}

.color-grey-4 {
  color: var(--Gray-4) !important;
}

.gradient-body {
  color: #fff;
  /* --Ottanio-50  = #006E75 */
  /* --Ottanio-100 = #033540 */
  background: #006E75;
  background: linear-gradient(90deg, #033540 0%, #006E75 100%) !important;
}

.d-block-full {
  display: block;
  width: 100%;
}

.capitalized-text {
  text-transform: capitalize;
}

/***********************************************************************************
                                Page Layout
***********************************************************************************/
body {
  min-height: 100vh !important;
  width: 100%;
  box-sizing: border-box;
  /* prevent action on text */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
  background-color: #f6f6f6;
  */
  font-size: 16px;
}
body.loading {
  pointer-events: none;
}
body.loading #loader {
  display: block;
}

main#PAGE-CONTAINER {
  padding: 30px 15px 0 15px;
  /*
      100% full page
      - 350px menu laterale
      - 10% spazio vuoto come su figma
  */
}
@media only screen and (min-width: 1200px) {
  main#PAGE-CONTAINER {
    width: calc(100% - 400px - 10%);
    padding: 50px 0 0 0;
    margin-left: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  main#PAGE-CONTAINER.fullscreen {
    width: calc(100% - 450px);
  }
}

footer#footer-privacy {
  padding: 30px 15px;
  /*
      100% full page
      - 350px menu laterale
      - 10% spazio vuoto come su figma
  */
}
@media only screen and (min-width: 1200px) {
  footer#footer-privacy {
    width: calc(100% - 400px - 10%);
    padding: 30px 0;
    margin-left: 400px;
  }
}

/* Menu laterale desktop */
header#MENU-LATERALE {
  width: 100%;
  color: #fff;
  background: var(--Ottanio-80);
  padding: 50px 50px 30px 75px;
  z-index: 99;
}
@media only screen and (max-width: 1199px) {
  header#MENU-LATERALE {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  header#MENU-LATERALE {
    height: 100% !important;
    width: 350px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    overflow: auto;
  }
}
header#MENU-LATERALE #SIDE-MENU-LIST {
  padding-inline-start: 0;
  /*list-style: none;*/
  counter-reset: item;
  margin-right: -25px;
  /*
  li:before {
      margin-right: 5px;
      content: counter(item) ".";
      display: inline-block;
  }
  */
}
header#MENU-LATERALE #SIDE-MENU-LIST li {
  counter-increment: item;
  margin-bottom: 5px;
}
header#MENU-LATERALE #SIDE-MENU-LIST .menu-item {
  line-height: 2;
  position: relative;
  margin: 10px 0;
  padding: 0 6px;
}
header#MENU-LATERALE #SIDE-MENU-LIST .menu-item:after {
  font-family: "FontAwesome";
  font-weight: 100;
  position: absolute;
  right: 0;
}
header#MENU-LATERALE #SIDE-MENU-LIST .menu-item[aria-label=completato]:after {
  content: "\f00c";
}
header#MENU-LATERALE #SIDE-MENU-LIST .menu-item[aria-label="in corso"] {
  color: var(--Menta);
  border-bottom: 2px solid var(--Menta);
}
header#MENU-LATERALE #SIDE-MENU-LIST .menu-item[aria-label="in corso"]:after {
  content: "\f040";
}

header#MENU-MOBILE {
  width: 100%;
  background: #fff;
  padding: 0;
  /* Extra Small Time */
}
@media only screen and (max-width: 1199px) {
  header#MENU-MOBILE {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  header#MENU-MOBILE {
    display: none;
  }
}
header#MENU-MOBILE #fixed-main-mobile-menu {
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 9px 5px 5px 15px;
  margin: 0;
}
header#MENU-MOBILE #fixed-main-mobile-menu .cta-mobile-box {
  flex-direction: row;
  justify-content: flex-end;
  display: flex;
}
header#MENU-MOBILE #fixed-main-mobile-menu .sidebar-cta {
  text-transform: uppercase;
  text-align: center;
  display: inline-block !important;
  padding: 0;
  margin: 2px;
  width: 80px;
  max-width: 45%;
  line-height: 1;
  border: 1px solid #fff;
}
@media only screen and (max-width: 1199px) {
  header#MENU-MOBILE #fixed-main-mobile-menu .sidebar-cta {
    text-decoration: none !important;
  }
}
header#MENU-MOBILE #fixed-main-mobile-menu .sidebar-cta span {
  display: block;
  line-height: 1;
  margin-top: 3px;
  font-size: 11px;
  text-decoration: none;
  border: 0px !important;
}
header#MENU-MOBILE #fixed-main-mobile-menu .sidebar-cta i.fa {
  margin: 0;
  font-size: 18px;
}
header#MENU-MOBILE .navbar-brand {
  padding: 0;
  margin: 0;
}
header#MENU-MOBILE .navbar-brand img {
  max-height: 40px;
}
header#MENU-MOBILE #mobile-page-title {
  background: var(--Ottanio-80);
  color: #fff !important;
  padding: 15px 30px;
  margin-top: 50px;
}
@media only screen and (max-width: 400px) {
  header#MENU-MOBILE .col-6 {
    padding: 0 !important;
  }
}

/* Header per pagine di fine esito pratica */
header#MENU-ALT-FIXXED {
  display: none;
}

aside#RIGHT-MENU {
  display: none;
}
@media only screen and (min-width: 1200px) {
  aside#RIGHT-MENU {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    padding-top: 50px;
    padding-right: 15px;
  }
  aside#RIGHT-MENU .sidebar-cta {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.08);
  }
}

body.NO-SIDEBAR {
  /* mobile */
}
@media only screen and (min-width: 1200px) {
  body.NO-SIDEBAR {
    /* inverting properties from sidebar to fixed top menu on desktop */
  }
  body.NO-SIDEBAR header#MENU-LATERALE {
    display: none;
  }
  body.NO-SIDEBAR header#MENU-ALT-FIXXED {
    display: block;
    padding: 15px 30px;
  }
  body.NO-SIDEBAR header#MENU-ALT-FIXXED .sidebar-cta {
    display: inline-block !important;
    width: auto;
    padding: 7px 15px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  }
  body.NO-SIDEBAR main#PAGE-CONTAINER {
    max-width: 100%;
    width: 980px;
    margin: 0 auto;
    padding: 50px 0 0 0;
  }
  body.NO-SIDEBAR footer#footer-privacy {
    max-width: 100%;
    width: 980px;
    margin: 0 auto;
    padding: 50px 0;
  }
  body.NO-SIDEBAR aside#RIGHT-MENU {
    display: none;
  }
}
body.NO-SIDEBAR #MENU-MOBILE #mobile-page-title {
  margin-top: 0;
}

#DOC-SUPPORT-mobile {
  /* show on mobile only */
}
@media only screen and (min-width: 1200px) {
  #DOC-SUPPORT-mobile {
    display: none;
  }
}

/***********************************************************************************
                                Page Load
***********************************************************************************/
#loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  pointer-events: none;
  display: none;
}
#loader .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ececec;
  opacity: 0.8;
}
#loader .spriteContainer {
  background: #fff;
  width: 300px;
  height: 300px;
  padding-top: 63px;
  text-align: center;
  position: absolute;
  left: calc(50% - 150px);
  top: 30%;
  border-radius: 8px;
}
#loader .spriteContainer img {
  width: 100px;
  margin: 0 auto;
  display: block;
}
#loader .spriteContainer h1 {
  margin-top: 25px;
}

.no-touch * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

nav.navbar-main-container ol.breadcrumb {
  min-width: 100%;
  width: 1500px;
  overflow: auto;
  display: flex;
  flex-direction: row;
  flex-flow: nowrap;
}
nav.navbar-main-container ol.breadcrumb li.breadcrumb-item {
  min-width: 125px;
  margin-right: 50px;
}

.progress.breadcrumb {
  background: var(--Ottanio-65);
  border-radius: 100px;
  --bs-progress-height: 0.75rem;
}
.progress.breadcrumb .progress-bar {
  background: var(--ca-primary-color);
  height: inherit;
  border-radius: 100px;
}

/***********************************************************************************
                                Header & Footer
***********************************************************************************/
a.navbar-brand.brand-icon {
  max-width: 80%;
  max-width: calc(100% - 75px);
}

.navbar-brand.brand-icon img {
  max-width: 250px;
}

/***********************************************************************************
                                Default html5 components
***********************************************************************************/
hr.dashed {
  border-style: dashed;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  color: var(--Ottanio-100);
  font-family: var(--ca-font-family-title);
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}

ul {
  padding-inline-start: 0;
  list-style-type: none;
}
ul.unordered-list {
  list-style-type: disc;
  padding-inline-start: 40px;
}
ul li {
  line-height: 2;
  font-size: inherit;
}

h1, .h1 {
  font-size: 32px;
}

h2, .h2 {
  font-size: 20px;
}

h3, .h3 {
  font-size: 16px;
}

h4, .h4 {
  font-size: 14px;
}

h5, .h5 {
  font-size: 12px;
}

h6, .h6 {
  font-size: 10px;
}

.modal h1, .modal .h1 {
  font-size: 16px;
}
.modal h2, .modal .h2 {
  font-size: 14px;
}
.modal h3, .modal .h3 {
  font-size: 12px;
}
.modal h4, .modal .h4 {
  font-size: 10px;
}
.modal h5, .modal .h5 {
  font-size: 8px;
}
.modal h6, .modal .h6 {
  font-size: 6px;
}

img {
  max-width: 100%;
}

a {
  color: var(--Ottanio-80);
  text-decoration: none;
}
a:hover {
  color: var(--Ottanio-65);
}

/***********************************************************************************
                            BOOTSTRAP COMPONENTS RESTYLE
***********************************************************************************/
.bg-primary {
  background-color: rgba(var(--ca-primary-color-rgb), var(--bs-bg-opacity)) !important;
}

.list-group-item.active {
  color: var(--Ottanio-80);
  background-color: var(--ca-primary-color);
  border-color: var(--ca-primary-color);
}

.btn {
  position: relative;
}

.btn.focus .btn:focus,
.btn:focus-within,
.btn:focus-visible,
.btn-close:focus,
a.focus,
a:focus,
a:focus-within,
a:focus-visible,
.form-check-input.focus,
.form-check-input:focus,
.form-check-input:focus-within,
.form-check-input:focus-visible {
  outline: var(--Magenta-Default) auto 5px !important;
  outline-offset: 5px !important;
  outline-style: auto !important;
  outline-style: solid !important;
  outline-width: medium !important;
  box-shadow: none;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  /*
  background: transparent;
  background-color: var(--Magenta-Default);
  border-color: var(--Magenta-Default);
  */
}

.btn-check + .btn:hover {
  /*
  color: white;
  background-color: var(--ca-color-hover-primary);
  border-color: var(--ca-color-hover-primary);
  */
}

.btn-primary,
.btn-primary:visited {
  --bs-btn-color: var(--Ottanio-100);
  --bs-btn-hover-color: var(--Ottanio-100);
  --bs-btn-bg: var(--ca-primary-color);
  --bs-btn-border-color: var(--ca-primary-color);
  --bs-btn-hover-bg: var(--ca-primary-color);
  --bs-btn-hover-border-color: var(--ca-primary-color);
  --bs-btn-focus-shadow-rgb: var(--ca-primary-color);
  --bs-btn-active-bg: var(--ca-primary-color);
  --bs-btn-active-border-color: var(--ca-primary-color);
  --bs-btn-disabled-bg: var(--ca-primary-color);
  --bs-btn-disabled-border-color: var(--ca-primary-color);
  font-family: var(--ca-font-family-title);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  border-width: 2px;
  border-radius: 100px;
  margin-bottom: 15px;
  position: relative;
  /* Medium / Normal Size */
  line-height: 1.5;
  font-size: 16px;
  padding: 12px 28px;
  /*
      &:focus:not(.disabled):not(:disabled),
     &:focus-within:not(.disabled):not(:disabled)
  */
}
.btn-primary.btn-lg,
.btn-primary:visited.btn-lg {
  font-size: 18px;
  padding: 16px 32px;
}
.btn-primary.btn-sm,
.btn-primary:visited.btn-sm {
  font-size: 14px;
  padding: 8px 24px;
}
.btn-primary.hover, .btn-primary:hover,
.btn-primary:visited.hover,
.btn-primary:visited:hover {
  background-color: var(--ca-color-hover-primary);
  border-color: var(--ca-color-hover-primary);
}
.btn-primary.focus, .btn-primary:focus, .btn-primary:focus-within,
.btn-primary:visited.focus,
.btn-primary:visited:focus,
.btn-primary:visited:focus-within {
  /* Same style as normal */
  color: var(--Ottanio-100) !important;
  background-color: var(--ca-primary-color) !important;
  border-color: #fff !important;
  outline: var(--Magenta-Default) auto 5px !important;
  outline-offset: 5px !important;
  outline-style: auto !important;
  outline-style: solid !important;
  outline-width: medium !important;
  /*
  &:before {
      content: "";
      display: block;
      width: 100%;
      width: calc(100% + 8px);
      position: absolute;
      border-radius: 100px;
      border: 2px solid var(--Magenta-Default);
      z-index: -1;
      top: -4px;
      right: -4px;
      bottom: -4px;
      left: -4px;
  }
  */
}
.btn-primary.active, .btn-primary:active, .btn-primary:target,
.btn-primary:visited.active,
.btn-primary:visited:active,
.btn-primary:visited:target {
  color: var(--Ottanio-100) !important;
  background-color: var(--ca-color-pressed-primary) !important;
  border-color: var(--ca-color-pressed-primary) !important;
}
.btn-primary.disabled, .btn-primary:disabled,
.btn-primary:visited.disabled,
.btn-primary:visited:disabled {
  color: var(--Ottanio-100);
  background-color: var(--ca-color-disabled-primary);
  border-color: var(--ca-color-disabled-primary);
}

.btn-outline-primary {
  --bs-btn-color: var(--ca-primary-color);
  --bs-btn-border-color: var(--ca-primary-color);
  --bs-btn-hover-bg: var(--ca-primary-color);
  --bs-btn-hover-border-color: var(--ca-primary-color);
  --bs-btn-active-bg: var(--ca-primary-color);
  --bs-btn-active-border-color: var(--ca-primary-color);
  --bs-btn-disabled-color: var(--ca-primary-color);
  --bs-btn-disabled-border-color: var(--ca-primary-color);
}

.btn-secondary,
.btn-secondary:visited {
  --bs-btn-color: var(--Ottanio-100);
  --bs-btn-hover-color: var(--Ottanio-100);
  --bs-btn-bg: white;
  --bs-btn-border-color: var(--ca-primary-color);
  --bs-btn-hover-bg: var(--ca-primary-color);
  --bs-btn-hover-border-color: var(--ca-primary-color);
  --bs-btn-focus-shadow-rgb: var(--ca-primary-color);
  --bs-btn-active-bg: var(--ca-primary-color);
  --bs-btn-active-border-color: var(--ca-primary-color);
  --bs-btn-disabled-bg: var(--ca-primary-color);
  --bs-btn-disabled-border-color: var(--ca-primary-color);
  font-family: var(--ca-font-family-title);
  text-align: center;
  font-style: normal;
  font-weight: 700;
  border-width: 2px;
  border-radius: 100px;
  margin-bottom: 15px;
  position: relative;
  /* Medium / Normal Size */
  line-height: 1.5;
  font-size: 16px;
  padding: 12px 28px;
  /*
      &:focus:not(.disabled):not(:disabled),
     &:focus-within:not(.disabled):not(:disabled)
  */
}
.btn-secondary.btn-lg,
.btn-secondary:visited.btn-lg {
  font-size: 18px;
  padding: 16px 32px;
}
.btn-secondary.btn-sm,
.btn-secondary:visited.btn-sm {
  font-size: 14px;
  padding: 8px 24px;
}
.btn-secondary.hover, .btn-secondary:hover,
.btn-secondary:visited.hover,
.btn-secondary:visited:hover {
  background-color: var(--ca-color-hover-secondary);
}
.btn-secondary.focus, .btn-secondary:focus, .btn-secondary:focus-within,
.btn-secondary:visited.focus,
.btn-secondary:visited:focus,
.btn-secondary:visited:focus-within {
  color: var(--Ottanio-100) !important;
  background-color: var(--ca-color-focused-secondary) !important;
  border-style: solid;
  border-width: 2px;
  border-color: var(--Ottanio-100) !important;
  outline: var(--Magenta-Default) auto 5px !important;
  outline-offset: 5px !important;
  outline-style: auto !important;
  outline-style: solid !important;
  outline-width: medium !important;
}
.btn-secondary.active, .btn-secondary:active, .btn-secondary:target,
.btn-secondary:visited.active,
.btn-secondary:visited:active,
.btn-secondary:visited:target {
  color: var(--Ottanio-100) !important;
  background-color: var(--ca-color-pressed-secondary) !important;
}
.btn-secondary.disabled, .btn-secondary:disabled,
.btn-secondary:visited.disabled,
.btn-secondary:visited:disabled {
  color: var(--Ottanio-100) !important;
  background-color: var(--ca-color-disabled-secondary) !important;
  border-color: var(--ca-color-disabled-secondary);
}

.btn-dark {
  --bs-btn-bg: var(--Ottanio-100);
  --bs-btn-border-color: var(--Ottanio-100);
  --bs-btn-hover-bg: var(--Ottanio-100);
  --bs-btn-hover-border-color: var(--Ottanio-100);
  --bs-btn-focus-shadow-rgb: var(--Ottanio-100-RGB);
  --bs-btn-active-bg: var(--Ottanio-100);
  --bs-btn-active-border-color: var(--Ottanio-100);
  --bs-btn-disabled-bg: var(--Ottanio-100);
  --bs-btn-disabled-border-color: var(--Ottanio-100);
}
.btn-dark:hover {
  background-color: var(--Ottanio-80) !important;
}
.btn-dark:active {
  background-color: var(--Ottanio-80) !important;
}

.btn-link,
.btn-link:visited {
  --bs-btn-color: var(--Ottanio-100);
  --bs-btn-hover-color: var(--Ottanio-100);
  --bs-btn-active-color: var(--Ottanio-100);
  --bs-btn-bg: transparent;
  border-radius: 100px;
  border: 2px solid transparent;
  display: inline-block;
  text-align: center;
  font-family: var(--ca-font-family-title);
  font-style: normal;
  font-weight: 700;
  text-decoration-line: underline;
  /* Medium / Normal Size */
  line-height: 24px;
  font-size: 14px;
  padding: 3px 5px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: var(--Ottanio-100);
}
.btn-link.underlined,
.btn-link:visited.underlined {
  text-decoration-line: underline;
}
.btn-link.hover-underlined:hover,
.btn-link:visited.hover-underlined:hover {
  text-decoration-line: underline;
}
.btn-link.with-arrow,
.btn-link:visited.with-arrow {
  padding-right: 25px;
}
.btn-link.with-arrow:after,
.btn-link:visited.with-arrow:after {
  content: "\f178";
  font-family: var(--font-family-Fontawesome);
  position: absolute;
  right: 3px;
}
.btn-link.with-gears,
.btn-link:visited.with-gears {
  padding-right: 25px;
}
.btn-link.with-gears:after,
.btn-link:visited.with-gears:after {
  content: "\f085";
  font-family: var(--font-family-Fontawesome);
  position: absolute;
  right: 3px;
}
.btn-link.hover, .btn-link:hover,
.btn-link:visited.hover,
.btn-link:visited:hover {
  --bs-btn-bg: white;
  color: var(--Ottanio-65);
  background: transparent;
}
.btn-link.active, .btn-link:active, .btn-link:target,
.btn-link:visited.active,
.btn-link:visited:active,
.btn-link:visited:target {
  color: var(--Ottanio-50) !important;
}
.btn-link.focus:not(.disabled):not(:disabled), .btn-link:focus:not(.disabled):not(:disabled), .btn-link:focus-within:not(.disabled):not(:disabled), .btn-link:focus-visible,
.btn-link:visited.focus:not(.disabled):not(:disabled),
.btn-link:visited:focus:not(.disabled):not(:disabled),
.btn-link:visited:focus-within:not(.disabled):not(:disabled),
.btn-link:visited:focus-visible {
  background-color: transparent;
  box-shadow: none;
  outline: var(--Magenta-Default) auto 5px !important;
  outline-offset: 5px !important;
  outline-style: auto !important;
  outline-style: solid !important;
  outline-width: medium !important;
  /*
  border: 2px solid var(--Magenta-Default);
  box-shadow: 0 0 0 0.25rem rgba(var(--Magenta-Default-RGB), .5);
  */
}
.btn-link.disabled,
.btn-link:visited.disabled {
  background: transparent;
}
.btn-link.btn-lg,
.btn-link:visited.btn-lg {
  line-height: 24px;
  font-size: 18px;
  padding: 8px 16px;
}
.btn-link.btn-sm,
.btn-link:visited.btn-sm {
  line-height: 24px;
  font-size: 12px;
  padding: 4px 12px;
}

.sidebar-cta {
  --bs-btn-color: var(--Ottanio-80);
  --bs-btn-hover-color: var(--Ottanio-100);
  --bs-btn-active-color: var(--Ottanio-100);
  --bs-btn-bg: transparent;
  text-align: center;
  border-radius: 8px;
  padding: 10px 2px;
  display: block !important;
  width: 100%;
  background: #fff;
  color: var(--Ottanio-65) !important;
  font-weight: bold;
  text-decoration-line: none;
  line-height: 24px;
  font-size: 16px;
  /*
      text-decoration-color: red;
  */
}
.sidebar-cta:active, .sidebar-cta:hover, .sidebar-cta:focus-visible {
  /*
      background: #fff;
      color: var(--Ottanio-35) !important;
  */
  color: var(--Ottanio-80) !important;
}
.sidebar-cta span {
  /*text-decoration: underline;*/
  border-bottom: 1px solid var(--Ottanio-80) !important;
}
.sidebar-cta i.fa {
  margin-left: 8px;
}

.text-success {
  color: rgb(var(--bs-success-rgb)) !important;
}

small.smaller {
  font-size: 0.75em;
}

.nav-link {
  color: var(--Ottanio-100);
}

.nav-link:focus,
.nav-link:hover {
  color: var(--Ottanio-100);
}

.nav-pills {
  --bs-nav-pills-link-active-bg: var(--Ottanio-100);
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: var(--Ottanio-100);
}

div.section-header {
  padding: 0;
  margin-bottom: 15px;
}
div.section-header h1,
div.section-header .intro {
  color: var(--Magenta-Default, #E30070);
  /* Lato/14pt/Bold_Uppercase */
  font-family: var(--ca-font-family-default);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.56px;
}
div.section-header h2 {
  color: var(--Ottanio-100);
  font-family: var(--ca-font-family-title);
  font-size: 32px;
  font-weight: 800;
  line-height: 41.6px;
}

div.section-content {
  background: white;
  border-radius: 16px;
  border-width: 0;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  padding: 30px 30px;
  margin-bottom: 15px;
  /* Force button width to full on mobile 768px; */
  /*[type=button],*/
}
@media screen and (max-width: 768px) {
  div.section-content {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 768px) {
  div.section-content .btn.btn-primary,
  div.section-content .btn.btn-secondary {
    width: 100%;
  }
}

div.section-footer {
  padding: 0 15px;
  padding-top: 0;
  margin: 0 -15px;
}
div.section-footer hr {
  margin-bottom: 30px;
  margin-top: 30px;
}

#footer-privacy {
  text-align: center;
  font-size: 14px;
  padding: 0 15px;
  padding-bottom: 75px;
}
#footer-privacy a {
  color: var(--Ottanio-80);
  font-size: 14px;
  font-weight: bold;
}
#footer-privacy a:hover {
  color: var(--Ottanio-65);
}

.card {
  border-radius: 16px;
  border-width: 0;
}
.card .card-body {
  padding: 20px 24px;
}
.card h4 {
  color: var(--Ottanio-100);
  font-family: var(--ca-font-family-title);
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 130%;
}
.card .card-text {
  color: var(--Ottanio-80);
  font-family: var(--ca-font-family-default);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.card.card-v2 h4 {
  font-size: 24px;
}
.card.card-v2 .card-intro {
  color: var(--Magenta-Default, #E30070);
  /* Lato/14pt/Bold_Uppercase */
  font-family: var(--ca-font-family-default);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.56px;
  text-transform: uppercase;
}

.has-shadow {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
}

.has-border-radius {
  border-radius: 16px;
}

button.accordion-button:focus {
  outline: var(--Magenta-Default) auto 5px !important;
  outline-offset: 2px;
  outline-style: auto !important;
  outline-style: solid !important;
  outline-width: medium !important;
  box-shadow: none;
}
button.accordion-button:not(.collapsed) {
  color: var(--Ottanio-100);
  background-color: var(--ca-primary-color);
}

.active > .page-link,
.page-link.active {
  color: var(--Ottanio-100);
  background-color: var(--ca-primary-color);
  border-color: var(--ca-primary-color);
}

.page-link {
  color: var(--Ottanio-100);
}

.badge.bg-primary {
  color: var(--Ottanio-100);
}

hr.feature-divider {
  margin: 3rem 0;
}

hr.in-section-divider {
  border: 0;
  border-bottom: 2px dashed var(--Ottanio-35);
  margin: 2rem auto;
}

@media screen and (min-width: 992px) {
  .modal {
    padding-top: 3%;
    padding-bottom: 3%;
  }
}
.modal img.modal-has-warning {
  width: 20px;
  margin: 5px 10px;
}
.modal .modal-icon {
  text-align: center;
}
.modal .modal-icon img {
  width: 100px;
  margin: 0 auto;
  display: block;
}
.modal .modal-icon i.fa {
  font-size: 44px;
}
.modal .modal-header {
  border-bottom: 1px solid #fff;
}
.modal .modal-header .modal-title {
  padding: 10px;
}
.modal .modal-header i.fa.fa-bell-o {
  color: var(--Magenta-Default);
  font-size: 20px;
  margin-right: 5px;
}
.modal .modal-body .modal-title {
  margin: 50px auto 30px auto;
}
.modal .modal-body h4.modal-title {
  font-size: 20px;
}
.modal .modal-body h5.modal-title {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .modal .modal-footer {
    display: flex;
    flex-direction: column-reverse;
  }
  .modal .modal-footer .btn-primary,
  .modal .modal-footer .btn-secondary {
    display: block !important;
    width: 100%;
  }
}

/***********************************************************************************
                                        FORMS
***********************************************************************************/
.form-group {
  margin-bottom: 15px !important;
}
.form-group:focus {
  border: 2px solid var(--Ottanio-100);
  box-shadow: none;
}

.form-floating > textarea.form-control {
  height: auto;
}

input[type=range] {
  accent-color: #4df3c1;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
}

.form-check-input {
  margin-right: 0.4em;
  width: 1.2em;
  height: 1.2em;
  margin-top: 0.15em;
  border: 1px solid var(--Ottanio-50);
}
.form-check-input.checked, .form-check-input:checked {
  background-color: var(--Ottanio-80);
  border-color: var(--Ottanio-80);
}
.form-check-input.hover, .form-check-input:hover {
  border-color: var(--Ottanio-50);
}
.form-check-input.focus, .form-check-input:focus {
  box-shadow: none;
  border: 1px solid var(--Ottanio-100);
}

input[type=radio]:not(.disabled):not(:disabled) + label,
.form-check-input[type=radio]:not(.disabled):not(:disabled) + label {
  cursor: pointer;
}

label.form-check-label:has(input:disabled),
label.form-check-label:has(input.disabled) {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form-floating.floatingCA {
  /* calendar icon */
}
.form-floating.floatingCA .form-control.disabled:not(:placeholder-shown) ~ label {
  background: transparent;
}
.form-floating.floatingCA i.fa.fa-calendar-o {
  position: absolute;
  right: 17px;
  top: 15px;
  opacity: 0.8;
}
.form-floating.floatingCA label {
  padding: 0.625rem 12px;
  z-index: 9;
  cursor: pointer;
  color: var(--Gray-6, #5C7077);
}
.form-floating.floatingCA .form-control:disabled {
  cursor: default;
  cursor: no-drop;
}
.form-floating.floatingCA .form-control:disabled ~ label:after {
  display: none;
}
.form-floating.floatingCA .form-control {
  min-height: 20px;
  height: auto;
  padding: 0.625rem 12px;
  color: var(--Gray-6, #5C7077);
  font-family: var(--ca-font-family-default);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 8px;
  border: 2px solid var(--Gray-3);
  background: #fff;
  cursor: pointer;
}
.form-floating.floatingCA .form-control.hover, .form-floating.floatingCA .form-control:hover, .form-floating.floatingCA .form-control:active, .form-floating.floatingCA .form-control:focus-within {
  color: var(--Ottanio-100, #033540);
  border: 2px solid var(--Ottanio-100, #033540);
  background: var(--Gray-1, #F7FAFB);
  box-shadow: none;
}
.form-floating.floatingCA .form-control:disabled {
  border: 2px solid var(--Gray-3);
  background: var(--Gray-2);
}
.form-floating.floatingCA .form-control .form-control:not(:disabled) ~ label:hover,
.form-floating.floatingCA .form-control .form-control:not(:disabled):hover ~ label {
  color: var(--Ottanio-100);
  cursor: pointer;
}
.form-floating.floatingCA .form-control label {
  cursor: pointer;
}
.form-floating.floatingCA .form-control:not(:placeholder-shown) {
  padding: 0.625rem 12px;
  color: var(--Ottanio-100);
}
.form-floating.floatingCA .form-control:not(:placeholder-shown) ~ label,
.form-floating.floatingCA .form-control:focus ~ label,
.form-floating.floatingCA .form-control.focus ~ label {
  color: var(--Ottanio-65, #015B63);
  font-family: var(--ca-font-family-default);
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  padding: 0 5px;
  height: auto;
  position: absolute;
  top: 0px;
  left: 5px;
  background: #fff;
  /*
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2386b7fe'/%3e%3c/svg%3e");
  */
}
.form-floating.floatingCA .form-control.is-invalid:not(:placeholder-shown) ~ label {
  color: #A3150A;
}
.form-floating.floatingCA .form-control:focus ~ label:after {
  display: none;
}
.form-floating.floatingCA select.form-control {
  /*
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  */
  /*
  option:first-child {
      display: none;
  }
  */
}
.form-floating.floatingCA select.form-control::-ms-expand {
  display: none;
}
.form-floating.floatingCA select.form-control option {
  color: var(--Ottanio-100, #033540);
  font-family: var(--font-family-default);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  padding: 18px 12px;
}

/* 
    ERROR MESSAGES
    example:
    <p id="CodiceFiscale-error"> 
	    <span class="field-validation-error" id="CodiceFiscale_validationMessage">Codice fiscale non corretto</span> 
    </p>

    <p id="Nome-error" class="has-error">
	    <span id="Nome-error" class="e-mess text-danger">Campo obbligatorio</span>
    </p>

    <p id="Nome-error">
	    <span class="e-custom">Campo obbligatorio</span>
    </p>
*/
.e-mess,
.e-custom,
.field-validation-error {
  color: #53646A;
  font-family: var(--font-family-default);
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  color: var(--Magenta-Default);
  color: #A3150A;
}
.e-mess:before,
.e-custom:before,
.field-validation-error:before {
  content: "\f129";
  font-family: var(--font-family-Fontawesome);
  background: #fff;
  display: inline-block;
  padding: 0;
  margin-right: 7px;
  text-align: center;
  width: 15px;
  height: 15px;
  line-height: 10px;
  font-size: 10px;
  border-radius: 50%;
  border: 2px solid #a3150a;
  border-color: #A3150A;
}
.e-mess:empty,
.e-custom:empty,
.field-validation-error:empty {
  display: none !important;
}

/*
    Custom input/textarea/select style based on previous sigbling error message field
*/
.floatingCA {
  /*
      mno paddding as there is no error message next to field
  */
  position: relative;
  margin-bottom: 0;
  padding-bottom: 24px;
  /*
      Not supported on chrome <106
      Chrome 105: August 30, 2022
  */
}
.floatingCA .e-container:not(.long-error) {
  position: absolute;
  bottom: 0;
  display: block;
  height: 24px;
}
.floatingCA .e-container.long-error {
  position: relative;
  bottom: 0;
  display: block;
  max-width: 100%;
}
.floatingCA span:has(.field-validation-error:not(:empty)) ~ input,
.floatingCA span:has(.e-mess:not(:empty)) ~ input,
.floatingCA span:has(.e-custom:not(:empty)) ~ input,
.floatingCA span:has(.field-validation-error:not(:empty)) ~ textarea,
.floatingCA span:has(.e-mess:not(:empty)) ~ textarea,
.floatingCA span:has(.e-custom:not(:empty)) ~ textarea,
.floatingCA span:has(.field-validation-error:not(:empty)) ~ .select2-container span.select2-selection,
.floatingCA span:has(.e-mess:not(:empty)) ~ .select2-container span.select2-selection,
.floatingCA span:has(.e-custom:not(:empty)) ~ .select2-container span.select2-selection {
  border: 2px solid #A3150A;
}

.floatingCA:has(.e-container > span:not(:empty)) {
  /*
      padding for error message
  */
  padding-bottom: 48px;
  margin: 0;
}
.floatingCA:has(.e-container > span:not(:empty)) .e-container {
  height: 48px;
  overflow: hidden !important;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.e-container:empty,
field-validation-valid:empty {
  display: none !important;
}

.select2-container .select2-selection--single.hover, .select2-container .select2-selection--single:hover, .select2-container .select2-selection--single.focus, .select2-container .select2-selection--single:focus,
.select2-container .select2-selection--multiple.hover,
.select2-container .select2-selection--multiple:hover,
.select2-container .select2-selection--multiple.focus,
.select2-container .select2-selection--multiple:focus {
  border: 2px solid var(--Ottanio-100, #033540) !important;
}

span.select2-selection.select2-selection--single.form-control,
span.select2-selection.select2-selection--multiple.form-control {
  height: auto;
}

.select2-container--bootstrap.select2-container--open .select2-selection {
  /*
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  */
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: none;
}

.select2-container--bootstrap.select2-container--disabled .select2-selection,
.select2-container--bootstrap.select2-container--disabled .select2-selection {
  border: 1px solid var(--Gray-3);
  background: var(--Gray-2);
}

.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__arrow b {
  border-width: 6px 6px 0;
  margin-left: -10px;
}

button.btn-dark[data-bs-toggle=tooltip][data-bs-placement=top]:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 47%;
  left: calc(50% - 10px);
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid var(--Ottanio-100);
}

button.btn-dark[data-bs-toggle=tooltip][data-bs-placement=right]:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid var(--Ottanio-100);
  top: 10px;
  right: -10px;
}

button.btn-dark[data-bs-toggle=tooltip][data-bs-placement=bottom]:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 47%;
  left: calc(50% - 10px);
  width: 0px;
  height: 0px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid var(--Ottanio-100);
}

button.btn-dark[data-bs-toggle=tooltip][data-bs-placement=left]:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid var(--Ottanio-100);
  top: 10px;
  left: -10px;
}

.tooltip-inner {
  min-width: 90%;
  width: 370px;
  max-width: 90%;
  border-radius: 8px;
  text-align: left;
}
.tooltip-inner ul {
  list-style-type: none;
  padding-inline-start: 0px;
}

@media screen and (min-width: 1200px) {
  .tooltip-inner {
    min-width: 400px;
    width: 370px;
    max-width: 600px;
  }
}
.btn-tooltip {
  display: inline-block;
  border: 2px solid var(--Ottanio-100);
  border-radius: 150px;
  padding: 1px 6px;
  line-height: 1;
  font-size: 14px;
  font-weight: 600;
  color: var(--Ottanio-100);
}
.btn-tooltip:before {
  content: "i";
}

.input-and-tooltip-row {
  display: flex;
  flex-direction: row;
}
.input-and-tooltip-row .input-box {
  width: 150px;
  width: calc(100% - 40px);
}
.input-and-tooltip-row .tooltip-box {
  width: 40px;
  text-align: center;
}

.input-and-phone-ita-prefix {
  display: flex;
  flex-direction: row;
}
.input-and-phone-ita-prefix .prefix-box {
  width: 105px;
  text-align: center;
}
.input-and-phone-ita-prefix .prefix-box .PhoneLockedPrefix {
  padding: 10px;
  border: 2px solid var(--Gray-3) !important;
  border-radius: 8px;
  background: var(--Gray-2);
}
.input-and-phone-ita-prefix .prefix-box .PhoneLockedPrefix img {
  border-radius: 50%;
  width: 25px;
  height: auto;
}
.input-and-phone-ita-prefix .input-box {
  width: 200px;
  width: calc(100% - 105px);
}

table.equal-columns-3x tr td {
  width: 33.33%;
}

.table-border-0,
.table-border-0 tr,
.table-border-0 th,
.table-border-0 td {
  border: 0;
}

ul.body-menu li a {
  text-decoration: underline;
  line-height: 1;
  margin-bottom: 15px;
}

/***********************************************************************************
                                SCREEN READER ONLY TEXT
***********************************************************************************/
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

/*********************************************************************************
                CUSTOM COMPONENTS ( Dati Personali )
*********************************************************************************/
.COI-SELECTOR-GROUP h4.internal-title {
  font-size: 0.8em;
}
.COI-SELECTOR-GROUP .INTESTATARIO-BLOCK {
  background: #ffffff;
  color: #3b3b3b;
  border-color: rgba(154, 172, 171, 0.25);
  border-radius: 4px !important;
  border: 1px solid rgba(154, 172, 171, 0.2392156863);
  box-shadow: 0 7px 20px -5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 6px 0px rgba(0, 0, 0, 0.2);
}
.COI-SELECTOR-GROUP .INTESTATARIO-BLOCK .HEADING {
  background: rgb(225, 247, 238);
  background: var(--Gray-3);
  border-radius: 4px !important;
  border: 1px solid #fff;
  padding: 10px;
}
.COI-SELECTOR-GROUP .INTESTATARIO-BLOCK .HEADING img {
  width: 30px;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
}
.COI-SELECTOR-GROUP .INTESTATARIO-BLOCK label.option-hidden-radio {
  margin: 0;
  width: calc(100% - 30px);
  background: white;
  color: var(--Ottanio-100);
  border-radius: 4px !important;
  border: 1px solid transparent !important;
  padding: 7px;
  margin-bottom: 5px;
}
.COI-SELECTOR-GROUP .INTESTATARIO-BLOCK label.option-hidden-radio .option-text {
  font-size: 10px;
  vertical-align: middle;
  display: inline-block;
}
.COI-SELECTOR-GROUP .INTESTATARIO-BLOCK:not(:disabled):not(.disabled) .option-hidden-radio:hover {
  background: transparent;
  color: var(--Ottanio-100);
  border: 1px solid var(--Ottanio-100);
  cursor: pointer;
}
.COI-SELECTOR-GROUP .INTESTATARIO-BLOCK:not(:disabled):not(.disabled) .option-hidden-radio:hover:before {
  content: "\f192";
  color: var(--Ottanio-50);
}
.COI-SELECTOR-GROUP .INTESTATARIO-BLOCK.active .HEADING {
  /*
  background: #90e2bf;
  background: var(--Gray-4);
  */
}
.COI-SELECTOR-GROUP .INTESTATARIO-BLOCK.active .option-hidden-radio:before {
  content: "\f192" !important;
  font-family: var(--font-family-Fontawesome);
  color: var(--Ottanio-50);
  border-width: 2px;
}
.COI-SELECTOR-GROUP .INTESTATARIO-BLOCK .option-hidden-radio:before {
  content: "\f1db";
  font-family: var(--font-family-Fontawesome);
}
.COI-SELECTOR-GROUP .INTESTATARIO-BLOCK.disabled {
  opacity: 0.6;
}
.COI-SELECTOR-GROUP .INTESTATARIO-BLOCK.disabled .HEADING {
  background: var(--Gray-1);
}
.COI-SELECTOR-GROUP .tooltip.show p {
  text-align: left;
}

label.form-check-label {
  cursor: pointer;
}

/***********************************************************************************
                                Select2
***********************************************************************************/
.coi-title img {
  height: 30px;
  width: auto;
  margin-right: 7px;
}
.coi-title b {
  color: var(--Magenta-Default);
  text-transform: capitalize;
}

.userCapitlzName {
  color: var(--Magenta-Default);
  text-transform: capitalize;
  font-weight: bold;
}

input.cf-field,
input[data-cf-mask],
input[data-cf-mask=true],
input.iban-field,
input[data-iban-mask] {
  letter-spacing: 1px;
  text-transform: uppercase;
}

/***********************************************************************************
                                Select2
***********************************************************************************/
.select2-container--bootstrap .select2-selection__placeholder {
  color: var(--Gray-6, #5C7077) !important;
}

.select2-container.select2-container--bootstrap.select2-container--open .select2-results__option::before {
  content: "";
  position: absolute;
  left: 1%;
  bottom: 0;
  height: 1px;
  width: 98%;
  border-bottom: 1px solid #999;
  background: #999;
}

.select2-container--bootstrap .select2-dropdown {
  margin-top: -51px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border: 0;
}

.select2-search.select2-search--dropdown::after {
  content: "\f106";
  font-family: "Fontawesome";
  position: absolute;
  right: 21px;
  top: 10px;
  font-size: larger;
}

.select2-container.select2-container--bootstrap.select2-container--open .select2-results__option:last-child::before {
  display: none !important;
}

.select2-container.select2-container--bootstrap {
  /*
  width: 600px !important;
  width: 100% !important;
  */
  max-width: 100% !important;
}
.select2-container.select2-container--bootstrap.select2-container--open .select2-search__field {
  /*font-size: 12px;*/
  font-weight: 500 !important;
  /*border: 1px solid $Grigio;*/
  height: 40px;
  border-radius: 4px;
  background: #fff;
  color: var(--Ottanio-80);
  padding: 0.375rem 0.75rem !important;
}
.select2-container.select2-container--bootstrap.select2-container--open .select2-search__field:focus {
  box-shadow: inset 0 1px 3px 0 #008b92;
  color: var(--Ottanio-100, #033540) !important;
  border: 2px solid var(--Ottanio-100, #033540) !important;
  background: var(--Gray-1, #F7FAFB) !important;
  box-shadow: none !important;
}
.select2-container.select2-container--bootstrap.select2-container--open .select2-results__option {
  min-height: 36px;
  /*font-family: Montserrat;*/
  /*font-size: 12px;*/
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #333;
  position: relative;
}
.select2-container.select2-container--bootstrap.select2-container--open .select2-results__option::before {
  content: "";
  position: absolute;
  left: 1%;
  bottom: 0;
  height: 1px;
  width: 98%;
  border-bottom: 1px solid #999;
  background: #999;
}
.select2-container.select2-container--bootstrap.select2-container--open .select2-results__option:last-child::before {
  display: none !important;
}
.select2-container.select2-container--bootstrap.select2-container--open .select2-results__option--highlighted[aria-selected] {
  background-color: #e5f3f4;
}
.select2-container.select2-container--bootstrap .selection .select2-selection.select2-selection--single,
.select2-container.select2-container--bootstrap .selection .select2-selection.select2-selection--multiple {
  /*font-size: 12px;
  font-weight: 500 !important;
  border: 1px solid #999999;
  height: 40px;
  border-radius: 4px;
  background: #fff;
  color: #3b3b3b;
  padding: 0;*/
  min-height: 20px;
  height: auto;
  padding: 0.625rem 12px;
  color: var(--Gray-6, #5C7077);
  font-family: var(--ca-font-family-default);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-radius: 8px;
  border: 2px solid var(--Gray-3);
  background: #fff;
}
.select2-container.select2-container--bootstrap .selection .select2-selection.select2-selection--single .select2-selection__rendered,
.select2-container.select2-container--bootstrap .selection .select2-selection.select2-selection--multiple .select2-selection__rendered {
  /*height: 38px !important;
  line-height: 1.5;
  padding: 0.375rem 0.75rem !important; */
}
.select2-container.select2-container--bootstrap .selection .select2-selection.select2-selection--single .select2-selection__arrow b,
.select2-container.select2-container--bootstrap .selection .select2-selection.select2-selection--multiple .select2-selection__arrow b {
  border-width: 5px 5px 0;
}
.select2-container.select2-container--bootstrap .select2-results {
  border-radius: 4px;
  box-shadow: 0 25px 40px -10px rgba(0, 0, 0, 0.15);
}
.select2-container.select2-container--bootstrap .select2-selection__clear {
  color: #999;
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 15px;
  /*font-size: 1.5em;*/
  top: 2px;
}
.select2-container.select2-container--bootstrap.select2-container--disabled .selection .select2-selection.select2-selection--single,
.select2-container.select2-container--bootstrap.select2-container--disabled .selection .select2-selection.select2-selection--multiple {
  background-color: #eeeeee !important;
  pointer-events: none;
}

.select2-container--focus .select2-selection,
.select2-container--open .select2-selection {
  box-shadow: inset 0 1px 3px 0 #008b92;
  color: var(--Ottanio-100, #033540) !important;
  border: 2px solid var(--Ottanio-100, #033540) !important;
  background: var(--Gray-1, #F7FAFB) !important;
  box-shadow: none !important;
}

.has-error .select2-container--focus .select2-selection,
.has-error .select2-container--open .select2-selection {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eee;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #eee;
}

span.select2-selection__arrow b:after {
  content: "\f107";
  font-family: "FontAwesome";
  position: absolute;
  top: -15px;
  right: 0;
  font-size: 24px;
  color: var(--Ottanio-50);
  font-weight: 400 !important;
}

.select2-search.select2-search--dropdown::after {
  content: "\f106";
  font-family: var(--font-family-Fontawesome);
  top: 5px;
  color: var(--Ottanio-50);
  font-size: 24px;
  font-weight: 400 !important;
}

.select2-container--bootstrap .select2-results > .select2-results__options {
  max-height: 300px;
}
.select2-container--bootstrap .select2-selection--single .select2-selection__arrow b,
.select2-container--bootstrap .select2-selection--multiple .select2-selection__arrow b {
  border-color: transparent;
}

/***********************************************************************************
                                Mail suggestions
***********************************************************************************/
.suggestion::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #bfe2e4;
  top: 30px;
  position: absolute;
}

.suggestion {
  display: block;
  position: absolute;
  top: -5px;
  left: 100px;
  background: #bfe2e4;
  padding: 3px 10px;
}

/***********************************************************************************
                                Autocomplete Email
***********************************************************************************/
.awesomplete {
  display: block !important;
}
.awesomplete > ul {
  background: #fff !important;
  z-index: 99;
}
.awesomplete > ul > li {
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #3b3b3b;
  background: transparent;
}
.awesomplete > ul > li mark {
  font-weight: normal;
  background: transparent !important;
}
.awesomplete > ul > li:hover {
  background: #eee;
}
.awesomplete > ul > li:hover mark {
  background: #eee;
}
.awesomplete > ul li[aria-selected=true] {
  background: #eee;
  color: #3b3b3b;
}

/***********************************************************************************
                                OTP FIELD into 6 inputs
***********************************************************************************/
.otp-parent {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 360px;
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}
.otp-parent.otp-error input {
  border: 1px solid #D11919;
}
.otp-parent input.form-control {
  box-sizing: border-box !important;
  display: inline-block;
  -webkit-transition: none;
  transition: none;
  width: 38px;
  width: calc(16% - 6px);
  height: 40px;
  text-align: center;
  padding-inline: 0;
  /*
  @include phone {
  	width: 40px;
  }

  @include iPhone5 {
  	width: 35px;
  }
  */
}
.otp-parent input.form-control + input.form-control {
  margin-left: 5px;
}
.otp-parent .form-control:focus {
  color: #3F4254;
  /*
  background-color: #999999;
  border-color: #884377;
  */
  outline: 0;
}
.otp-parent .form-control.form-control-solid {
  /*
  background-color: #F3F6F9;
  border-color: #F3F6F9;

  color: #3F4254;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;*/
}
.otp-parent .form-control.form-control-solid.active,
.otp-parent .form-control.form-control-solid.focus {
  /*
  background-color: #EBEDF3;
  border-color: #EBEDF3;

  color: #3F4254;
  transition: color 0.15s ease, background-color 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;*/
}

.otp-parent > input:-webkit-autofill,
.otp-parent > input:-webkit-autofill:focus {
  transition: background-color 0s 600000s, color 0s 600000s;
}

/***********************************************************************************
                                OTP WARNING
***********************************************************************************/
.phone-warning {
  display: flex;
  max-width: 100%;
  background-color: #f6e8e8;
  border: 1px solid #f6e8e8;
}
.phone-warning .icon img {
  width: 30px;
}
.phone-warning i.fa {
  margin-right: 15px;
  padding: 5px 6px;
  border-radius: 50%;
  background: #fff;
}
.phone-warning .message {
  width: calc(100% - 50px);
  text-align: left;
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.5;
}

.pratica-warning {
  display: flex;
  max-width: 100%;
  background-color: #f6e8e8;
  border: 1px solid #f6e8e8;
  padding: 0.8rem;
  border-radius: 7px;
}
.pratica-warning img.icon {
  width: 25px;
}
.pratica-warning span {
  width: calc(100% - 50px);
  font-weight: bold;
  font-size: 14px;
  vertical-align: middle;
  line-height: 1.5;
}

/*********************************************************************************
                            CUSTOM COMPONENTS ( all docs selection )
*********************************************************************************/
#DOCUMENTI-LIST .DOC-SLOT {
  width: 100%;
  background: #fff;
  background-color: #fff;
  text-align: center;
  cursor: pointer;
  padding: 20px 5px;
  border: solid 2px #eeeeee;
  border-radius: 16px;
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.1);
  /*

  &.active {
      box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
      border: solid 2px var(--Ottanio-65) !important;
      background-color: var(--ca-color-pressed-secondary);
      padding: 20px 10px;
  }*/
}
#DOCUMENTI-LIST .DOC-SLOT:hover {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
  background-color: var(--ca-color-pressed-secondary);
}
#DOCUMENTI-LIST .DOC-SLOT.selected {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
  border: solid 2px var(--Ottanio-65);
  background-color: var(--ca-color-focused-secondary);
}
#DOCUMENTI-LIST .DOC-SLOT .doc-name {
  display: block;
  min-height: 50px;
  margin-bottom: 15px;
}
#DOCUMENTI-LIST .DOC-SLOT .doc-icon {
  min-height: 50px;
}
#DOCUMENTI-LIST .DOC-SLOT .doc-icon img {
  margin-bottom: 10px;
  height: 60px;
}

#DOCUMENTI-LIST div.used:after {
  content: "Gia' usato";
  position: relative;
  display: block;
  top: -10px;
  font-size: 10px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 2;
  letter-spacing: normal;
  text-align: center;
  /*
      color: $Nero;
      */
  border-radius: 8px;
  border: solid 1px #999;
  background-color: #eeeeee;
  width: 80px;
  margin: 0 auto;
}
#DOCUMENTI-LIST div.used .DOC-SLOT {
  opacity: 0.25;
  border-radius: 16px;
  border: solid 1px #999;
  background-color: transparent;
  cursor: initial;
  pointer-events: none;
}
#DOCUMENTI-LIST div.used .DOC-SLOT:hover {
  background-color: transparent;
  cursor: initial;
}

#INTERESSI-LIST .INTERESSI-SLOT {
  width: 100%;
  background: #fff;
  background-color: #fff;
  cursor: pointer;
  padding: 15px;
  border: solid 2px #eeeeee;
  border-radius: 16px;
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.1);
}
#INTERESSI-LIST .INTERESSI-SLOT:hover {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
  background-color: var(--ca-color-pressed-secondary);
}
#INTERESSI-LIST .INTERESSI-SLOT.selected {
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.35);
  border: solid 2px var(--Ottanio-65);
  background-color: var(--ca-color-focused-secondary);
}
#INTERESSI-LIST .INTERESSI-SLOT .doc-name {
  display: block;
}
#INTERESSI-LIST .INTERESSI-SLOT .doc-icon {
  display: block;
  text-align: center;
  min-height: 50px;
  border-bottom: 1px solid #d5d5d5;
  margin: 0 -15px;
  margin-bottom: 7px;
}
#INTERESSI-LIST .INTERESSI-SLOT .doc-icon img {
  margin-bottom: 10px;
  height: 40px;
}

/*********************************************************************************
                    CUSTOM COMPONENTS ( Documenti interattivi)
*********************************************************************************/
#DOC-INTERACTIVE .cover {
  position: relative;
  border-radius: 8px;
  border: 2px solid #fff;
}
#DOC-INTERACTIVE .cover.active {
  border-color: #024852;
  border-color: rgba(2, 72, 82, 0.7);
}
#DOC-INTERACTIVE .cover span.icon {
  position: absolute;
  background: #555555;
  width: 20px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}
#DOC-INTERACTIVE .cover span.icon:hover, #DOC-INTERACTIVE .cover span.icon.hover {
  cursor: pointer;
  background: #024852;
  background: rgba(2, 72, 82, 0.7);
}

#DOC-TYPE-CI .icon1 {
  left: 20% !important;
  bottom: 30% !important;
}
#DOC-TYPE-CI .icon2 {
  left: 24% !important;
  bottom: 52% !important;
}
#DOC-TYPE-CI .icon3 {
  left: 15% !important;
  top: 10% !important;
}
#DOC-TYPE-CI .icon4 {
  left: 20% !important;
  bottom: 27% !important;
}
#DOC-TYPE-CI .icon5 {
  right: 30% !important;
  bottom: 27% !important;
}
#DOC-TYPE-CI .icon6 {
  left: 46% !important;
  top: 45% !important;
}

#DOC-TYPE-CIE .icon1 {
  left: auto !important;
  bottom: auto !important;
  right: 20% !important;
  top: 10% !important;
}
#DOC-TYPE-CIE .icon2 {
  left: 15% !important;
  bottom: auto !important;
  top: 13% !important;
}
#DOC-TYPE-CIE .icon3 {
  left: 27% !important;
  top: 17% !important;
}
#DOC-TYPE-CIE .icon4 {
  left: 30% !important;
  bottom: 35% !important;
}
#DOC-TYPE-CIE .icon5 {
  right: 30% !important;
  bottom: 27% !important;
  right: 32% !important;
  bottom: 37% !important;
}

#DOC-TYPE-PASS .icon1 {
  left: auto !important;
  bottom: auto !important;
  right: 23% !important;
  top: 20% !important;
}
#DOC-TYPE-PASS .icon2 {
  left: auto !important;
  bottom: 30% !important;
  top: auto !important;
  right: 19% !important;
}
#DOC-TYPE-PASS .icon3 {
  left: 30% !important;
  top: 48% !important;
}
#DOC-TYPE-PASS .icon4 {
  left: 30% !important;
  bottom: 30% !important;
}

#DOC-TYPE-PAT .icon1 {
  left: auto !important;
  bottom: 32% !important;
  right: 16% !important;
  top: auto !important;
}
#DOC-TYPE-PAT .icon2 {
  left: auto !important;
  bottom: 43% !important;
  right: 18% !important;
  top: auto !important;
}
#DOC-TYPE-PAT .icon3 {
  left: 51% !important;
  top: 32% !important;
}
#DOC-TYPE-PAT .icon4 {
  left: 42% !important;
  top: 32% !important;
}
#DOC-TYPE-PAT .icon5 {
  left: 42% !important;
  top: auto !important;
  bottom: 40% !important;
}
#DOC-TYPE-PAT .icon6 {
  left: 42% !important;
  top: auto !important;
  bottom: 26% !important;
}

/*********************************************************************************
                CUSTOM COMPONENTS ( blocco selezione carta )
*********************************************************************************/
.SCEGLI-CARTA {
  border-radius: 15px;
  overflow: hidden;
}
.SCEGLI-CARTA .CARD-HEADER {
  padding: 10px 5px;
  background: var(--Menta-Secondary);
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .SCEGLI-CARTA .CARD-HEADER {
    padding: 20px;
  }
}
.SCEGLI-CARTA .CARD-HEADER img {
  width: 230px;
  max-width: 90%;
}
.SCEGLI-CARTA .pricing {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .SCEGLI-CARTA .pricing {
    min-height: 70px;
  }
}
.SCEGLI-CARTA .CARD_BODY {
  min-height: 60px;
}
@media only screen and (min-width: 768px) {
  .SCEGLI-CARTA .CARD_BODY {
    min-height: 225px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1305px) {
  .SCEGLI-CARTA .CARD_BODY {
    min-height: 275px;
  }
}
@media only screen and (min-width: 1306px) {
  .SCEGLI-CARTA .CARD_BODY {
    min-height: 225px;
  }
}
@media only screen and (min-width: 1306px) {
  .SCEGLI-CARTA .CARD_BODY {
    min-height: 200px;
  }
}
.SCEGLI-CARTA .CARD_BODY .fastest-method {
  font-weight: bold;
  color: var(--Magenta-Default);
  text-align: center;
}

.SCEGLI-BONIFICO {
  border-radius: 15px;
  overflow: hidden;
}
.SCEGLI-BONIFICO .CARD-HEADER {
  padding: 10px 5px;
  margin-bottom: 5px;
  background: var(--Menta-Secondary);
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .SCEGLI-BONIFICO .CARD-HEADER {
    padding: 20px;
  }
}
.SCEGLI-BONIFICO .CARD-HEADER img {
  height: 80px;
  width: auto;
  max-width: 90%;
}
.SCEGLI-BONIFICO .pricing {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .SCEGLI-BONIFICO .pricing {
    min-height: 70px;
  }
}
.SCEGLI-BONIFICO .CARD_BODY {
  min-height: 60px;
}
@media only screen and (min-width: 768px) {
  .SCEGLI-BONIFICO .CARD_BODY {
    min-height: 200px;
  }
}
@media only screen and (min-width: 1259px) and (max-width: 1308px) {
  .SCEGLI-BONIFICO .CARD_BODY {
    min-height: 225px;
  }
}
@media only screen and (min-width: 1309px) {
  .SCEGLI-BONIFICO .CARD_BODY {
    min-height: 200px;
  }
}
@media only screen and (min-width: 1472px) {
  .SCEGLI-BONIFICO .CARD_BODY {
    min-height: 160px;
  }
}
.SCEGLI-BONIFICO .CARD_BODY .fastest-method {
  font-weight: bold;
  color: var(--Magenta-Default);
  text-align: center;
}

.SCEGLI-SPID {
  border-radius: 15px;
  overflow: hidden;
}
.SCEGLI-SPID .CARD-HEADER {
  padding: 10px 5px;
  margin-bottom: 5px;
  background: var(--Menta-Secondary);
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .SCEGLI-SPID .CARD-HEADER {
    padding: 20px;
  }
}
.SCEGLI-SPID .CARD-HEADER img {
  height: 80px;
  width: auto;
  max-width: 90%;
}
.SCEGLI-SPID .pricing {
  padding: 10px;
}
@media only screen and (min-width: 768px) {
  .SCEGLI-SPID .pricing {
    min-height: 70px;
  }
}
.SCEGLI-SPID .CARD_BODY {
  min-height: 60px;
}
@media only screen and (min-width: 768px) {
  .SCEGLI-SPID .CARD_BODY {
    min-height: 200px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1308px) {
  .SCEGLI-SPID .CARD_BODY {
    min-height: 260px;
  }
}
@media only screen and (min-width: 1309px) {
  .SCEGLI-SPID .CARD_BODY {
    min-height: 200px;
  }
}
.SCEGLI-SPID .CARD_BODY .fastest-method {
  font-weight: bold;
  color: var(--Magenta-Default);
  text-align: center;
}

.features {
  padding: 0;
}
.features ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-inline-start: 0;
}
.features ul li {
  position: relative;
  padding: 0.8rem 0.75rem;
  font-size: 14px;
  line-height: 1.5;
  background: #fff;
}
.features ul li.isOk img,
.features ul li.isOk i.fa {
  width: 15px;
  margin-right: 0.75rem;
}
.features ul li:nth-child(odd) {
  background: var(--Gray-1);
}
@media only screen and (min-width: 1200px) {
  .features ul:not(.dynamic-height) {
    min-height: 250px;
  }
}
.features a {
  margin: 0 auto;
  display: block;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.INMODAL-FEATURES {
  overflow: auto;
  padding: 15px;
}
@media only screen and (min-width: 1200px) {
  .INMODAL-FEATURES {
    max-height: 300px;
  }
}
.INMODAL-FEATURES > div {
  padding: 7px;
}
.INMODAL-FEATURES > div:nth-child(odd) {
  background: var(--Gray-1);
}

.INMODAL-DOC-LIST table tbody tr:last-child td {
  border-bottom: none;
}
.INMODAL-DOC-LIST table tbody tr td a {
  padding: 0 5px !important;
  margin: 0 auto;
}

.features-table {
  margin: 0px -4px;
  width: 100%;
  width: calc(100% + 8px);
}
.features-table .row > div {
  padding: 10px 15px;
}
.features-table div.tbody .row {
  border: 0px;
}
.features-table div.tbody .row:nth-child(odd) > div {
  background: var(--Menta-Secondary);
}

ul.iniziamo-feature {
  font-size: 18px;
}

/*********************************************************************************
                CUSTOM COMPONENTS (Stato pratica)
*********************************************************************************/
.stato-pratica-details {
  /* ul list */
}
.stato-pratica-details li {
  line-height: 1.5;
  padding: 10px 10px 10px 0;
}
.stato-pratica-details li + li {
  border-top: 1px solid var(--Gray-3);
}

.DOCUMENTI-FIRMABILI {
  position: relative;
  margin: 0 -20px;
}
@media only screen and (max-width: 768px) {
  .DOCUMENTI-FIRMABILI {
    margin: 0 -5px;
  }
}
.DOCUMENTI-FIRMABILI .row > div {
  padding: 10px 15px;
}
.DOCUMENTI-FIRMABILI .ACTIVE {
  background: #F1FAFB;
  margin-left: -10px;
  margin-right: -10px;
  padding: 30px 30px;
  /* icons div */
}
.DOCUMENTI-FIRMABILI .ACTIVE .coi-icons-box {
  min-width: 80px;
}
@media only screen and (max-width: 768px) {
  .DOCUMENTI-FIRMABILI .ACTIVE {
    padding: 15px 15px;
  }
}

.MODAL-NEXT-TODO {
  position: relative;
}
.MODAL-NEXT-TODO .step {
  padding: 10px 15px;
  margin: 0 -16px;
}
.MODAL-NEXT-TODO .step.ACTIVE {
  background: #e1f4f5;
}
.MODAL-NEXT-TODO .internal-title {
  padding-left: 20px;
  margin-bottom: 15px;
}
.MODAL-NEXT-TODO ul {
  padding-inline-start: 40px;
  list-style-type: disc;
}
.MODAL-NEXT-TODO ol {
  padding-inline-start: 40px;
}

/*********************************************************************************
                CUSTOM COMPONENTS ( Privacy modal )
*********************************************************************************/
#modalEmbedPdf {
  /* mobile */
}
@media screen and (min-width: 992px) {
  #modalEmbedPdf #anteprima-privacy {
    height: 500px;
    height: calc(100vh - 350px);
    overflow-y: auto;
    padding: 15px;
  }
}
#modalEmbedPdf ul {
  padding-inline-start: 40px;
  list-style-type: circle;
}
#modalEmbedPdf .underlined {
  text-decoration: underline;
}
#modalEmbedPdf .grid-container,
#modalEmbedPdf .grid-container-2-icons {
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 991px) {
  #modalEmbedPdf .grid-container,
  #modalEmbedPdf .grid-container-2-icons {
    flex-direction: column;
  }
  #modalEmbedPdf .grid-container div.left,
  #modalEmbedPdf .grid-container-2-icons div.left {
    text-align: center;
  }
}
#modalEmbedPdf .grid-container > div,
#modalEmbedPdf .grid-container-2-icons > div {
  padding: 5px;
  min-width: 100px;
}
#modalEmbedPdf .grid-container .middle,
#modalEmbedPdf .grid-container-2-icons .middle {
  text-align: center;
}
#modalEmbedPdf .grid-container img,
#modalEmbedPdf .grid-container-2-icons img {
  height: 60px;
  width: auto;
  max-width: max-content;
}
#modalEmbedPdf a {
  text-decoration: underline;
  --bs-btn-color: var(--Ottanio-100);
  --bs-btn-hover-color: var(--Ottanio-100);
  --bs-btn-active-color: var(--Ottanio-100);
  --bs-btn-bg: transparent;
  border-radius: 100px;
  border: 2px solid transparent;
  display: inline;
  text-align: center;
  font-family: var(--ca-font-family-title);
  font-style: normal;
  font-weight: 700;
  text-decoration-line: underline;
  /* Medium / Normal Size */
  line-height: 24px;
  font-size: 14px;
  padding: 3px 5px;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: 0;
  color: var(--Ottanio-100);
}
#modalEmbedPdf a:hover {
  --bs-btn-bg: white;
  color: var(--Ottanio-65);
  background: transparent;
}
#modalEmbedPdf a:focus, #modalEmbedPdf a:focus-within, #modalEmbedPdf a:focus-visible {
  background-color: transparent;
  box-shadow: none;
  outline: var(--Magenta-Default) auto 5px !important;
  outline-offset: 5px !important;
  outline-style: auto !important;
  outline-style: solid !important;
  outline-width: medium !important;
  /*
  border: 2px solid var(--Magenta-Default);
  box-shadow: 0 0 0 0.25rem rgba(var(--Magenta-Default-RGB), .5);
  */
}

/*********************************************************************************
                CUSTOM COMPONENTS ( PMI )
*********************************************************************************/
.FEATURED-BUSINESS {
  position: relative;
  width: 100%;
  padding: 15px;
  display: flex;
  flex-direction: row;
  border-radius: 16px;
  vertical-align: middle;
}
.FEATURED-BUSINESS .FEATURED-BUSINESS__icon {
  display: inline-block;
  width: 10%;
  width: 60px;
  margin: 0 auto;
}
.FEATURED-BUSINESS .FEATURED-BUSINESS__icon i {
  width: 50px;
}
.FEATURED-BUSINESS .FEATURED-BUSINESS__cta {
  display: inline-block;
  width: 10%;
  width: 100px;
  text-align: right;
}
.FEATURED-BUSINESS .FEATURED-BUSINESS__cta button {
  margin: 0 auto !important;
}
.FEATURED-BUSINESS .FEATURED-BUSINESS__name {
  width: 80%;
  width: calc(100% - 160px);
}
.FEATURED-BUSINESS .FEATURED-BUSINESS__name h3 {
  margin: 0 auto !important;
  margin-top: 15px !important;
  display: inline-block;
  vertical-align: middle;
}

/*********************************************************************************
                CUSTOM COMPONENTS ( Vista scegli filiale )
*********************************************************************************/
/* mapbox settings */
.mapbox-default-map {
  width: 100%;
  min-width: 100%;
  min-height: 300px;
  height: 100%;
  border-radius: 16px;
}

.mapbox-improve-map {
  display: none;
}

.mapboxgl-ctrl-compass {
  display: none;
}

.mapboxgl-canvas {
  left: auto;
  position: relative;
  top: auto;
  display: block;
  width: 100%;
}

/*
    The page requires image link for marker icon in page:
    .marker {
        background-image: url('@Url.Content("~/Content/immagini/mapbox/marker.svg")');
    }
    .marker.active {
        background-image: url('@Url.Content("~/Content/immagini/mapbox/marker_active.svg")');
    }
*/
.marker {
  background-size: cover;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
}

.mapboxgl-popup {
  max-width: 200px;
}

.mapboxgl-popup-content {
  text-align: center;
  font-family: var(--ca-font-family-default);
}

/* Scegli filiale settings responsive */
#FILIALE__MAINBOX:not([data-vista]) #FILIALE__MAPBOX,
#FILIALE__MAINBOX:not([data-vista]) #FILIALE__Listbox,
#FILIALE__MAINBOX:not([data-vista]) button#stepForward {
  /* hide map and cta if no sede selected */
  display: none !important;
}

@media only screen and (min-width: 992px) {
  #mobile-cta-filiale button,
  #mobile-cta-mappa {
    display: none !important;
  }
}
@media only screen and (max-width: 991px) {
  #FILIALE__MAPBOX {
    margin-bottom: 30px;
  }
  #FILIALE__MAINBOX[data-vista=LISTA] #FILIALE__MAPBOX {
    display: none !important;
  }
  #FILIALE__MAINBOX[data-vista=MAPPA] #mobile-cta-filiale,
  #FILIALE__MAINBOX[data-vista=MAPPA] .alert,
  #FILIALE__MAINBOX[data-vista=MAPPA] .FILIALE__item:not(.active) {
    /* nascondi opzioni non selezionate in modalita mappa */
    display: none !important;
  }
}
/* Lista filiali con radio */
.FILIALE__FeatureList .FILIALE__item {
  width: 100%;
  background: #fff;
  background-color: #fff;
  cursor: pointer;
  padding: 15px;
  border: solid 2px #eeeeee;
  border-radius: 16px;
  box-shadow: 0 4px 20px -5px rgba(0, 0, 0, 0.1);
}
.FILIALE__FeatureList .FILIALE__item label {
  display: inline-block;
  width: 80%;
  width: calc(100% - 50px);
}
.FILIALE__FeatureList .FILIALE__item .form-check-input[type=radio] {
  font-size: 1.3rem;
}

/* Scelta filiale con geolocalizzatore o indirizzo manuale */
/*
.map-locator-address {
    position: relative;

    .input-icon {
        position: absolute;
        top: 10px;
        right: 15px;
        color: var(--Ottanio-65, #015B63);
    }

    .form-control:not(:placeholder-shown) ~ .input-icon {
        display: none;
    }

    .input-typing {
        display: none;
    }

    .form-control:not(:placeholder-shown) ~ .input-typing {
        display: inline-block;
        position: absolute;
        top: 10px;
        right: 15px;
        color: var(--Ottanio-65, #015B63);
        font-size: 16px;
    }
}
*/
/*********************************************************************************
                CUSTOM COMPONENTS ( Custom scroll bar per modale )
*********************************************************************************/
/*
    Scrollbar Selectors
    For webkit browsers, you can use the following pseudo elements to customize the browser's scrollbar:

    ::-webkit-scrollbar                 the scrollbar.
    ::-webkit-scrollbar-button          the buttons on the scrollbar (arrows pointing upwards and downwards).
    ::-webkit-scrollbar-thumb           the draggable scrolling handle.
    ::-webkit-scrollbar-track           the track (progress bar) of the scrollbar.
    ::-webkit-scrollbar-track-piece     the track (progress bar) NOT covered by the handle.
    ::-webkit-scrollbar-corner          the bottom corner of the scrollbar, where both horizontal and vertical scrollbars meet.
    ::-webkit-resizer                   the draggable resizing handle that appears at the bottom corner of some elements.
*/
/* For Firefox */
:root {
  /*
  background: #008b92 !important;
  scrollbar-width: thin !important;
  */
}

html {
  /*
  overflow-y: auto;
  background: #008b92 !important;
  scrollbar-width: thin !important;
  */
}

/* For Chrome and other browsers except Firefox */
::-webkit-scrollbar {
  width: auto;
  scrollbar-width: thin !important;
  /*
  background: #008b92;
  */
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0;
}

::-webkit-scrollbar-thumb {
  background: #008b92;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background: #008b92;
}

/* barra di caricamento menu spalla a sinistra su desktop */
header#MENU-LATERALE::-webkit-scrollbar {
  width: 10px;
}
