:root {
  --white: #fff;
  --black: #000;
  --electric-red: #e60000;
  --dark-gray: #333;
  --medium-gray: #666;
  --bg-light-gray: #f4f4f4;
  --border-medium-gray: #ccc;
  --border-light-gray: #ebebeb;
  --turchese: #00b0ca;
  --light-gray: #999;
  --card-list-title: #727171;
  --disabled-buttons: #bebebe;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: "Vodafone Rg";
  src: url("../../fonts/Vodafone/VodafoneRg-Regular.eot");
  src: url("../../fonts/Vodafone/VodafoneRg-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Vodafone/VodafoneRg-Regular.woff2") format("woff2"), url("../../fonts/Vodafone/VodafoneRg-Regular.woff") format("woff"), url("../../fonts/Vodafone/VodafoneRg-Regular.ttf") format("truetype"), url("../../fonts/Vodafone/VodafoneRg-Regular.svg#VodafoneRg-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vodafone Rg";
  src: url("../../fonts/Vodafone/VodafoneRg-Bold.eot");
  src: url("../../fonts/Vodafone/VodafoneRg-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Vodafone/VodafoneRg-Bold.woff2") format("woff2"), url("../../fonts/Vodafone/VodafoneRg-Bold.woff") format("woff"), url("../../fonts/Vodafone/VodafoneRg-Bold.ttf") format("truetype"), url("../../fonts/Vodafone/VodafoneRg-Bold.svg#VodafoneRg-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vodafone Lt";
  src: url("../../fonts/Vodafone/VodafoneLt-Regular.eot");
  src: url("../../fonts/Vodafone/VodafoneLt-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Vodafone/VodafoneLt-Regular.woff2") format("woff2"), url("../../fonts/Vodafone/VodafoneLt-Regular.woff") format("woff"), url("../../fonts/Vodafone/VodafoneLt-Regular.ttf") format("truetype"), url("../../fonts/Vodafone/VodafoneLt-Regular.svg#VodafoneLt-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Vodafone ExB";
  src: url("../../fonts/Vodafone/VodafoneExB-Regular.eot");
  src: url("../../fonts/Vodafone/VodafoneExB-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Vodafone/VodafoneExB-Regular.woff2") format("woff2"), url("../../fonts/Vodafone/VodafoneExB-Regular.woff") format("woff"), url("../../fonts/Vodafone/VodafoneExB-Regular.ttf") format("truetype"), url("../../fonts/Vodafone/VodafoneExB-Regular.svg#VodafoneExB-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* common components */
hr {
  margin: 0;
  background: var(--black);
  height: 1px;
  opacity: 1;
}

p.required {
  margin-top: 24px;
  font-size: 0.875rem !important;
  line-height: 1.375rem !important;
}

.var-serv .var-serv-content form.allega-modulo {
  padding: 40px 0 0 0;
}
.var-serv .var-serv-content .tipologia-richiesta {
  padding: 40px 0 0 0;
}
.var-serv .var-serv-content .tipologia-richiesta .tipologia-richiesta-title {
  color: var(--light-gray);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.var-serv .var-serv-content .tipologia-richiesta .tipologia-richiesta-choice {
  display: flex;
  align-items: center;
  margin-top: 14px;
  gap: 32px;
  margin-bottom: 16px;
}
.var-serv .var-serv-content .tipologia-richiesta .tipologia-richiesta-choice .form-check {
  padding-left: 0px;
}

.form-actions {
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-bottom: 40px;
  flex-direction: column;
  gap: 16px;
}
@media all and (min-width: 768px) {
  .form-actions {
    justify-content: flex-end;
    gap: 30px;
    flex-direction: row;
  }
}

.data-check {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
.data-check .data-check_content {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.data-check .data-check_content .request-info {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.dynamic_div h3,
.data-check .data-check_content .request-info h3 {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.dynamic_div h4,
.data-check .data-check_content .request-info h4 {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.data-check .data-check_content .request-info .name-download {
  display: flex;
  align-items: baseline;
  gap: 6px;
}
.data-check .data-check_content .request-description h3 {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.data-check .data-check_content .request-description h4 {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.data-check .data-check_content .communications {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.data-check .data-check_content .communications .email {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
}
.data-check .data-check_actions {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 16px;
  padding-bottom: 30px;
}
@media all and (min-width: 768px) {
  .data-check .data-check_actions {
    justify-content: flex-end;
    gap: 30px;
    flex-direction: row;
    padding-bottom: 60px;
  }
}

.attivazione-sim-voce-dati .sim-box-wrapper {
  margin-bottom: 40px;
}
.attivazione-sim-voce-dati .sim-box-wrapper .title {
  color: var(--dark-gray);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px 0;
}
.attivazione-sim-voce-dati .sim-box-wrapper .input-wrapper {
  margin-bottom: 40px;
}
.attivazione-sim-voce-dati .sim-box-wrapper #aggiungi-altra-sim {
  margin-top: 40px;
}
.attivazione-sim-voce-dati .sim-box-wrapper .custom-serial-input {
  display: flex;
}
.attivazione-sim-voce-dati .sim-box-wrapper .custom-serial-input .serial-init {
  border-radius: 2px;
  border: 1px solid #ccc;
  background: #fff;
  height: 43px;
  width: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 22px;
  margin-right: 8px;
}
.attivazione-sim-voce-dati .sim-box-wrapper .custom-serial-input .serial-init .num {
  color: #666;
  background-color: #eeeeee;
  font-family: "Vodafone Rg";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 3px 6px;
  border-radius: 6px;
}
.attivazione-sim-voce-dati .sim-box-wrapper .custom-serial-input .input-wrapper label {
  margin-left: -83px;
}
.attivazione-sim-voce-dati .sim-box-wrapper .custom-serial-input .input-wrapper .invalid-feedback {
  margin-left: -83px;
}
.attivazione-sim-voce-dati .sim-box-wrapper .remove-sim-block {
  margin-top: 37px;
}

.descrizione-richiesta {
  margin-top: 40px;
}

.richiesta-scorta-sim .sim-box-wrapper {
  margin-bottom: 40px;
}
.richiesta-scorta-sim .sim-box-wrapper .title {
  color: var(--dark-gray);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding: 16px 0;
}
.richiesta-scorta-sim .sim-box-wrapper .input-wrapper {
  margin-bottom: 40px;
}
/*.richiesta-scorta-sim .alert {*/
/*  display: none;*/
/*}*/
.richiesta-scorta-sim .remove-sim-block {
  margin-top: 37px;
}

.tipologie-ricarica ul.lista-tipologie {
  margin-top: 16px;
  margin-bottom: 40px;
}
.tipologie-ricarica ul.lista-tipologie li.tipologia {
  border-radius: 8px;
  background: var(--white);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
  padding: 24px;
  margin-bottom: 16px;
}
.tipologie-ricarica ul.lista-tipologie li.tipologia .header {
  display: flex;
  align-items: center;
  gap: 16px;
}
.tipologie-ricarica ul.lista-tipologie li.tipologia .header .input-wrapper {
  width: auto;
  margin-bottom: 0px;
}
.tipologie-ricarica ul.lista-tipologie li.tipologia .header .input-wrapper label {
  display: none;
}
.tipologie-ricarica ul.lista-tipologie li.tipologia .header .info .name {
  color: var(--dark-gray);
  font-size: 1.5rem;
  line-height: normal;
  margin-bottom: 0px;
}
.tipologie-ricarica ul.lista-tipologie li.tipologia .header .info .description {
  color: var(--dark-gray);
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 0px;
}
.tipologie-ricarica ul.lista-tipologie li.tipologia .content {
  display: none;
  margin-top: 27px;
  border-top: 1px solid #ccc;
  padding-top: 16px;
}
.tipologie-ricarica ul.lista-tipologie li.tipologia.active .content {
  display: block;
}

.gestione-ricariche #tipologia-tab-content-1 .content-panel .text-block {
  margin-top: 40px;
}
.gestione-ricariche #tipologia-tab-content-2 .content-panel .sim-or-number {
  margin-top: 40px;
}
.gestione-ricariche #tipologia-tab-content-2 .content-panel .sim-or-number .tipologia-richiesta {
  padding-top: 0px;
}
.gestione-ricariche #ricarica-tab-content-1 .content-panel .attivazione-sim-voce-dati {
  margin-bottom: 40px;
}
.gestione-ricariche #ricarica-tab-content-2 .content-panel {
  margin-bottom: 40px;
}

.file-upload-container {
  position: relative;
  margin-bottom: 40px;
}
.file-upload-container .title {
  color: var(--medium-gray);
  font-family: Vodafone Rg;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.125rem;
  margin-bottom: 5px;
}
.file-upload-container #file-upload {
  display: none;
}
.file-upload-container #upload-box {
  width: 140px;
  height: 143px;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.file-upload-container #upload-box .icon-attachment {
  position: absolute;
  top: calc(50% - 16px);
  left: calc(50% - 16px);
}
.file-upload-container #img-preview-container {
  display: none;
  max-width: calc(100% - 6px);
  max-height: calc(100% - 10px);
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
}
.file-upload-container #img-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.file-upload-container #canvas-preview-container {
  display: none;
  max-width: calc(100% - 6px);
  max-height: calc(100% - 10px);
  overflow: hidden;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 100%;
  height: 100%;
}
.file-upload-container #canvas-preview {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.file-upload-container .hide {
  display: none !important;
}
.file-upload-container #error-message {
  display: flex;
  margin-top: 4px;
  color: var(--dark-gray);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  align-items: center;
  gap: 8px;
}
.file-upload-container .info-modifica {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
}
.file-upload-container .info-modifica #file-info {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.125rem;
}
.file-upload-container .info-modifica #reset-button {
  display: none;
  cursor: pointer;
}

.typ .typ-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 0;
}
.typ .typ-content h1,
.typ .typ-content h2 {
  color: var(--black);
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  line-height: normal;
  margin-bottom: 5px;
  width: 70%;
}
.typ .typ-content p {
  color: var(--dark-gray);
  text-align: center;
  font-family: Vodafone Rg;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  width: 80%;
}
@media all and (min-width: 768px) {
  .typ .typ-content p {
    width: 60%;
  }
}
.typ .typ-content p b {
  font-weight: 700;
}
.typ .typ-content .typ-actions {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.typ .typ-content .typ-actions button {
  margin-top: 24px;
  max-width: 193px;
}
@media all and (min-width: 768px) {
  .typ .typ-content {
    padding: 68px 0;
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.1);
    max-width: 940px;
    margin: 0 auto;
    margin-top: 101px;
  }
}

.gestione-bozze-section {
  padding-bottom: 40px;
}
.gestione-bozze-section .heading {
  margin-bottom: 40px;
}
.gestione-bozze-section .search-input-wrapper {
  position: relative;
  width: auto;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .gestione-bozze-section .search-input-wrapper {
    width: 580px;
  }
}
.gestione-bozze-section h3.title {
  color: var(--dark-gray);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 33px;
}
.gestione-bozze-section .filter-box-wrapper {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 24px 20px;
}
@media all and (min-width: 768px) {
  .gestione-bozze-section .filter-box-wrapper .row {
    margin-bottom: 16px;
  }
}
.gestione-bozze-section .filter-box-wrapper .row .col-12 {
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .gestione-bozze-section .filter-box-wrapper .row .col-12 {
    margin-bottom: 0px;
  }
}
.gestione-bozze-section .search-btn-wrapper,
.gestione-bozze-section .search-btn-cancel {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.gestione-bozze-section .search-btn-wrapper .btn,
.gestione-bozze-section .search-btn-cancel .btn {
  height: 42px;
  width: 100%;
}
.gestione-bozze-section .search-btn-cancel {
  display: none;
}
.gestione-bozze-section .search-btn-cancel.active {
  display: flex;
}
.gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze {
  margin-bottom: 60px;
}
.gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  padding: 24px;
}
.gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 768px) {
  .gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow {
    flex-direction: row;
  }
}
.gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 8px;
}
@media all and (min-width: 768px) {
  .gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item {
    margin-bottom: 0px;
  }
}
.gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item p.type {
  color: var(--light-gray);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  margin-bottom: 8px;
  text-transform: uppercase;
}
.gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item p.value {
  color: var(--dark-gray);
  font-size: 1rem;
  font-style: normal;
  line-height: 1.5rem;
}
.gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item a.link {
  margin-top: 16px;
}
@media all and (min-width: 768px) {
  .gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item a.link {
    margin-bottom: 0px;
  }
}
.gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item.w10 {
  width: 100%;
}
@media all and (min-width: 768px) {
  .gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item.w10 {
    width: 15%;
  }
}
@media all and (min-width: 1200px) {
  .gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item.w10 {
    width: 10%;
  }
}
.gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item.w15 {
  width: 100%;
}
@media all and (min-width: 768px) {
  .gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item.w15 {
    width: 20%;
  }
}
@media all and (min-width: 1200px) {
  .gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item.w15 {
    width: 15%;
  }
}
.gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item.w45 {
  width: 100%;
}
@media all and (min-width: 768px) {
  .gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item.w45 {
    width: 35%;
  }
}
@media all and (min-width: 1200px) {
  .gestione-bozze-section .tabella-bozze-wrapper ul.tabella-bozze li.bozza ul.tablerow li.item.w45 {
    width: 45%;
  }
}
.gestione-bozze-section .tabella-bozze-wrapper .no-results {
  padding-top: 0px;
  text-align: center;
  display: none;
}
@media all and (min-width: 768px) {
  .gestione-bozze-section .tabella-bozze-wrapper .no-results {
    padding-top: 66px;
  }
}

.assistenza-section {
  padding-bottom: 40px;
}
.assistenza-section .heading {
  margin-bottom: 40px;
}
.assistenza-section .search-input-wrapper {
  position: relative;
  width: auto;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .assistenza-section .search-input-wrapper {
    width: 580px;
  }
}
.assistenza-section h3.title {
  color: var(--dark-gray);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 33px;
}
@media all and (min-width: 768px) {
  .assistenza-section .assistenza-box-wrapper .row {
    margin-bottom: 16px;
  }
}
.assistenza-section .assistenza-box-wrapper .row .col-12 {
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .assistenza-section .assistenza-box-wrapper .row .col-12 {
    margin-bottom: 0px;
  }
}
.assistenza-section .descrizione-richiesta {
  margin-top: 0px;
}
.assistenza-section .descrizione-richiesta p.required {
  margin-top: 0px;
}

.download-section {
  padding-bottom: 40px;
}
.download-section .heading {
  margin-bottom: 40px;
}
.download-section .search-input-wrapper {
  position: relative;
  width: auto;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .download-section .search-input-wrapper {
    width: 580px;
  }
}
.download-section h3.title {
  color: var(--dark-gray);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 33px;
}
.download-section .download-box-wrapper {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 24px 20px;
}
@media all and (min-width: 768px) {
  .download-section .download-box-wrapper .row {
    margin-bottom: 16px;
  }
}
.download-section .download-box-wrapper .row .col-12 {
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .download-section .download-box-wrapper .row .col-12 {
    margin-bottom: 0px;
  }
}
.download-section .download-box-wrapper .input-wrapper {
  margin-bottom: 0px;
}
.download-section .download-box-wrapper .search-btn-wrapper,
.download-section .download-box-wrapper .search-btn-cancel {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.download-section .download-box-wrapper .search-btn-wrapper .btn,
.download-section .download-box-wrapper .search-btn-cancel .btn {
  height: 42px;
  width: 100%;
}
.download-section .download-box-wrapper .search-btn-cancel {
  display: none;
}
.download-section .download-box-wrapper .search-btn-cancel.active {
  display: flex;
}
.download-section .download-results {
  display: none;
}
.download-section .download-results h3.title {
  color: var(--dark-gray);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.download-section .download-results .download-list .download {
  margin-bottom: 18px;
}
.download-section .download-results .download-list .download span.name {
  color: var(--dark-gray);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-right: 8px;
}

.bgtemp {
  width: 100%;
  height: auto;
}

html,
body {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  left: 0;
  top: 0;
}

body {
  background-color: var(--white);
  color: var(--color-white);
  font-family: "Vodafone Rg", sans-serif;
  padding: 0;
  margin: 0;
  height: 100%;
}

.bg-ver-light-gray {
  background-color: var(--bg-light-gray);
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  max-width: 1254px;
}

.vod-light {
  font-family: "Vodafone Lt", sans-serif;
}

.vod-reg {
  font-family: "Vodafone Rg", sans-serif;
}

.vod-bold {
  font-family: "Vodafone Rg", sans-serif;
  font-weight: bold;
}

.vod-extrabold {
  font-family: "Vodafone ExB", sans-serif;
}

.nav-tabs {
  margin: 14px 0 16px 0;
  display: flex;
  border: none;
  outline: none;
  gap: 32px;
}
.nav-tabs .nav-item .nav-link {
  color: var(--dark-gray);
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  padding: 0 0 0 34px;
  border: none;
  height: 24px;
  line-height: 24px;
  outline: none;
  background-image: url("/files_comuni/img/tm9/custom-radio-unchecked.svg");
  background-repeat: no-repeat;
}
.nav-tabs .nav-item .nav-link.active {
  background-image: url("/files_comuni/img/tm9/custom-radio-checked.svg");
}

.highlight {
  font-weight: bold;
}

.pagination {
  margin: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--dark-gray);
  font-size: 1.125rem;
  line-height: 1.5rem;
  font-style: normal;
  font-weight: 400;
}
.pagination #prevBtn {
  border: none;
  background: none;
  margin-right: 47px;
}
.pagination #nextBtn {
  border: none;
  background: none;
  margin-left: 47px;
}
.pagination .actual-page {
  border: 1px solid var(--light-gray);
  padding: 8px 11px;
  border-radius: 4px;
  margin-right: 16px;
  text-align: center;
}
.pagination .total-pages {
  margin-left: 16px;
}

.modal .modal-dialog .modal-content {
  border-radius: 0px;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0px;
  padding: 36px 36px 20px 36px;
}
.modal .modal-dialog .modal-content .modal-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 0 80px 0;
}
.modal .modal-dialog .modal-content .modal-body .modal-title {
  color: var(--dark-gray);
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.125rem;
  margin-bottom: 8px;
  text-align: center;
  max-width: 397px;
}
.modal .modal-dialog .modal-content .modal-body p {
  text-align: center;
  color: var(--dark-gray);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 8px;
  max-width: 397px;
}
.modal .modal-dialog .modal-content .modal-body .modal-actions .btn {
  max-width: 219px;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  padding: 0px;
}

a.btn,
button.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
}
a.btn.secondary,
button.btn.secondary {
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  color: var(--black);
  text-align: center;
  font-family: Vodafone Rg;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: var(--white);
  border-color: var(--black);
}
@media all and (min-width: 768px) {
  a.btn.secondary,
  button.btn.secondary {
    width: 262px;
    height: 53px;
  }
}
a.btn.secondary[disabled],
button.btn.secondary[disabled] {
  cursor: default;
  border: 1px solid var(--disabled-buttons);
  color: var(--disabled-buttons);
}
a.btn.secondary[disabled] .text,
button.btn.secondary[disabled] .text {
  color: var(--disabled-buttons);
}
a.btn.primary,
button.btn.primary {
  align-items: center;
  justify-content: center;
  border: none;
  display: flex;
  width: 100%;
  height: 40px;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  flex-shrink: 0;
  color: var(--white);
  text-align: center;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: var(--electric-red);
}
@media all and (min-width: 768px) {
  a.btn.primary,
  button.btn.primary {
    width: 262px;
    height: 53px;
  }
}
a.btn.primary[disabled],
button.btn.primary[disabled] {
  cursor: default;
  background-color: var(--disabled-buttons);
  border: 1px solid var(--disabled-buttons);
}

.input-wrapper {
  min-height: none;
}
.input-wrapper.custom-checkbox {
  display: flex;
  align-items: center;
  flex-direction: row !important;
  gap: 8px;
}

.custom-multiselect .input-wrapper.custom-checkbox input {
  display: none;
}

.input-wrapper.custom-checkbox input {
  height: 20px;
  width: 20px;
  min-width: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.input-wrapper.custom-checkbox input:checked {
  background-image: url("/files_comuni/img/tm9/checkbox-checked.svg") !important;
}
.input-wrapper.custom-checkbox input:focus, .input-wrapper.custom-checkbox input:focus-within {
  box-shadow: none;
}
.input-wrapper.custom-checkbox input + label {
  background-image: url("/files_comuni/img/tm9/checkbox.svg") !important;
  height: 20px;
  width: 20px;
  display: inline-block;
  padding: 0 0 0 0px;
  background-repeat: no-repeat;
}
.input-wrapper.custom-checkbox input:checked + label {
  background-image: url("/files_comuni/img/tm9/checkbox-checked.svg") !important;
  height: 20px;
  width: 20px;
  display: inline-block;
  padding: 0 0 0 0px;
  background-repeat: no-repeat;
}

.custom-multiselect .input-wrapper.custom-checkbox input:checked + label {
  width: 100%;
}

form label {
  color: var(--light-gray);
  font-family: Vodafone Rg;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
form .form-check label {
  height: auto;
  margin-bottom: 0px !important;
}
form .form-group {
  margin-bottom: 16px;
}
form .input-wrapper {
  position: relative;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
form input[type=text],
form input[type=password],
form input[type=email],
form input[type=number],
form input[type=tel],
form input[type=file],
form input[type=date],
form textarea,
form select {
  border-radius: 2px;
  border: 1px solid var(--border-medium-gray) !important;
  background: var(--white);
  color: var(--dark-gray);
  font-family: "Vodafone Rg", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 10px;
  align-items: center;
  gap: 8px;
  width: 100%;
  margin-left: 0px !important;
}
form textarea {
  overflow-y: hidden;
  min-height: 43px;
}
form .invalid-feedback,
form .valid-feedback {
  display: none;
  color: var(--dark-gray);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.375rem;
  margin-top: 16px;
}
form .invalid-feedback img,
form .valid-feedback img {
  width: 20px;
  height: 18.179px;
}
form .invalid-feedback {
  gap: 8px;
  align-items: center;
}
form .is-invalid ~ .invalid-feedback,
form .is-invalid ~ .invalid-tooltip,
form .was-validated :invalid ~ .invalid-feedback,
form .was-validated :invalid ~ .invalid-tooltip {
  display: flex;
}

.search-input-wrapper {
  position: relative;
  margin-bottom: 40px;
}
.search-input-wrapper input {
  border-radius: 2px;
  border: 1px solid var(--border-medium-gray) !important;
  background: var(--white);
  color: var(--medium-gray);
  font-family: "Vodafone Rg", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: flex;
  padding: 12px 22px;
  align-items: center;
  gap: 8px;
  width: 100%;
}
.search-input-wrapper input:focus-within, .search-input-wrapper input:focus {
  box-shadow: none;
}
.search-input-wrapper .start-search {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 47px;
  border: none;
  display: flex;
  align-items: center;
  background: var(--border-medium-gray);
}
.search-input-wrapper .start-search.active {
  background-color: var(--electric-red);
}
.search-input-wrapper .end-search {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 47px;
  border: none;
  display: none;
  align-items: center;
  background: var(--border-medium-gray);
}
.search-input-wrapper .end-search.active {
  display: flex;
  background-color: var(--electric-red);
}
.search-input-wrapper .list-group {
  border-radius: 0 0 1px 1px;
  border: 1px solid var(--border-medium-gray) !important;
  margin-top: -1px;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
  outline: none;
  display: none;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.search-input-wrapper .list-group .list-group-item {
  height: 49px;
  display: flex;
  align-items: center;
  border: none;
}
.search-input-wrapper .list-group .list-group-item:hover {
  background-color: var(--bg-light-gray);
}

.form-check {
  min-height: none;
}
.form-check.simple-radio-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}
.form-check.simple-radio-btn input.form-check-input {
  margin-left: 0px;
  border-color: transparent;
  background-color: transparent;
  width: 24px;
  height: 24px;
  margin: 0;
  background-image: url("/files_comuni/img/tm9/custom-radio-unchecked.svg");
}
.form-check.simple-radio-btn input.form-check-input:checked {
  background-image: url("/files_comuni/img/tm9/custom-radio-checked.svg");
}
.form-check.simple-radio-btn input.form-check-input:focus, .form-check.simple-radio-btn input.form-check-input:focus-within {
  box-shadow: none;
}
.form-check.simple-radio-btn label {
  color: var(--dark-gray);
  font-size: 1rem;
  line-height: 1.375rem;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

.custom-select {
  /* Interactivity */
}
.custom-select .select-button {
  min-height: 42px;
  width: 100%;
  font-size: 1.25rem;
  background-color: #fff;
  padding: 0 22px;
  border: 1px solid var(--border-medium-gray);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-select .selected-value {
  text-align: left;
  color: var(--dark-gray);
  font-family: "Vodafone Rg";
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.custom-select .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  transition: transform ease-in-out 0.3s;
}
.custom-select .select-dropdown {
  position: absolute;
  list-style: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--border-medium-gray);
  border-top: none;
  border-radius: 2px;
  padding: 10px;
  margin-top: 0px;
  max-height: 200px;
  overflow-y: auto;
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.custom-select .select-dropdown li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}
.custom-select .select-dropdown li label {
  width: 100%;
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0px;
  color: var(--dark-gray);
  text-transform: capitalize;
  font-family: "Vodafone Rg", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
}
.custom-select .select-dropdown::-webkit-scrollbar {
  width: 7px;
}
.custom-select .select-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.custom-select .select-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.custom-select .select-dropdown li:hover,
.custom-select .select-dropdown input:checked ~ label {
  background-color: #f2f2f2;
}
.custom-select .select-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}
.custom-select .select-dropdown input[type=radio] {
  position: absolute;
  left: 0;
  opacity: 0;
}
.custom-select.active .arrow {
  transform: rotate(180deg);
}
.custom-select.active .select-dropdown {
  opacity: 1;
  visibility: visible;
}
.custom-select.is-invalid .invalid-feedback {
  display: flex;
}

.custom-multiselect {
  position: relative;
  /* Interactivity */
}
.custom-multiselect label {
  color: var(--light-gray);
  font-family: Vodafone Rg;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.custom-multiselect .multiselect-button {
  min-height: 42px;
  width: 100%;
  font-size: 1.25rem;
  background-color: #fff;
  padding: 0 22px;
  border: 1px solid var(--border-medium-gray);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.custom-multiselect .multiselect-button .multiselected-value {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.custom-multiselect .selected-value {
  text-align: left;
  color: var(--dark-gray);
  font-family: "Vodafone Rg";
  font-size: 1.125rem;
  line-height: 1.375rem;
}
.custom-multiselect .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  transition: transform ease-in-out 0.3s;
}
.custom-multiselect .multiselect-dropdown {
  position: absolute;
  list-style: none;
  width: 100%;
  background-color: #fff;
  border: 1px solid var(--border-medium-gray);
  border-top: none;
  border-radius: 2px;
  padding: 10px;
  margin-top: 0px;
  max-height: 200px;
  overflow-y: auto;
  transition: 0.2s ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.custom-multiselect .multiselect-dropdown li {
  position: relative;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
}

.custom-multiselect .multiselect-dropdown li label {
  width: 100%;
  padding: 8px 10px;
  cursor: pointer;
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 0px;
  color: var(--dark-gray);
  text-transform: capitalize;
  font-family: "Vodafone Rg";
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.375rem;
  margin: 8px !important;
  width: 100%;
  padding-left: 35px !important;
}
.custom-multiselect .multiselect-dropdown::-webkit-scrollbar {
  width: 7px;
}
.custom-multiselect .multiselect-dropdown::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 25px;
}
.custom-multiselect .multiselect-dropdown::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 25px;
}
.custom-multiselect .multiselect-dropdown li:hover,
.custom-multiselect .multiselect-dropdown input:checked ~ label {
  background-color: #f2f2f2;
}
.custom-multiselect .multiselect-dropdown input:focus ~ label {
  background-color: #dfdfdf;
}
.custom-multiselect.active .arrow {
  transform: rotate(180deg);
}
.custom-multiselect.active .multiselect-dropdown {
  opacity: 1;
  visibility: visible;
}
.custom-multiselect.is-invalid .invalid-feedback {
  display: flex;
}

.custom-datepicker {
  position: relative;
}
.custom-datepicker label {
  color: var(--light-gray);
  font-family: Vodafone Rg;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}
.custom-datepicker .arrow {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #666;
  transition: transform ease-in-out 0.3s;
  position: absolute;
  bottom: 18px;
  right: 23px;
}
.custom-datepicker input {
  min-height: 42px;
  width: 100%;
  font-size: 1.25rem;
  background-color: #fff;
  padding: 0 22px;
  border: 1px solid var(--border-medium-gray);
  border-radius: 2px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

a,
button {
  display: inline-flex;
}
a.link,
button.link {
  color: var(--turchese);
  text-transform: uppercase;
  font-family: "Vodafone Rg", sans-serif;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: bold;
  letter-spacing: 0.5;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: none;
  background: none;
  margin: 0;
  padding: 0;
}
a.link.bigger,
button.link.bigger {
  font-size: 0.8125rem;
  gap: 5px;
}

p,
em,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul {
  color: var(--color-black);
}
p strong,
em strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong,
ol strong,
ul strong {
  font-weight: 700;
}

b {
  font-weight: 700;
}

.fz-s {
  font-size: 0.75rem;
}

.fz-m {
  font-size: 0.875rem;
}

.fs-b {
  font-size: 1rem;
}

.fz-l {
  font-size: 1.125rem;
}

.fz-xl {
  font-size: 1.25rem;
}

.fz-2xl {
  font-size: 1.5rem;
}

.fz-3xl {
  font-size: 1.875rem;
}

.fz-4xl {
  font-size: 2.25rem;
}

.fz-5xl {
  font-size: 3rem;
}

.fz-6xl {
  font-size: 4rem;
}

.fw-n {
  font-weight: 400;
}

.fw-b {
  font-weight: 700;
}

.text-block h1 {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 1.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
}
.text-block h2 {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 16px;
}
.text-block p {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 16px;
}

.icon-notification {
  width: 13px;
  height: 13px;
}

.custom-tooltip {
  border-radius: 10px;
  box-shadow: 0px 8px 16px 0px rgba(42, 42, 42, 0.34);
  left: 10px !important;
  background-color: var(--white);
}
.custom-tooltip .tooltip-arrow::before {
  border-right-color: white !important;
}
.custom-tooltip .tooltip-inner {
  background-color: var(--white);
  padding: 13px 8px;
  text-align: left;
  font-family: "Vodafone Rg", sans-serif;
  color: var(--dark-gray);
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
}

.desktop-only {
  display: none !important;
}
@media all and (min-width: 768px) {
  .desktop-only {
    display: none !important;
  }
}
@media all and (min-width: 1200px) {
  .desktop-only {
    display: flex !important;
  }
}

.tablet-only {
  display: none !important;
}
@media all and (min-width: 768px) {
  .tablet-only {
    display: flex !important;
  }
}
@media all and (min-width: 1200px) {
  .tablet-only {
    display: none !important;
  }
}

.tablet-desktop-only {
  display: none !important;
}
@media all and (min-width: 768px) {
  .tablet-desktop-only {
    display: flex !important;
  }
}

.mobile-only {
  display: flex !important;
}
@media all and (min-width: 768px) {
  .mobile-only {
    display: none !important;
  }
}

.screen-only {
  position: absolute;
  top: -10000em;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.visibility-hidden {
  visibility: hidden;
}

/* Start header */
header {
  border-bottom: 1px solid #ebebeb;
  background-color: var(--white);
}
header .header-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 51px;
  padding: 0;
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
  z-index: 10;
}
@media all and (min-width: 768px) {
  header .header-info {
    height: 72px;
    padding: auto;
    box-shadow: none;
  }
}
header .header-info .left-col {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 8px 12px;
  background-color: var(--white);
}
@media all and (min-width: 768px) {
  header .header-info .left-col {
    padding: 12px 12px;
  }
}
header .header-info .left-col strong.hello {
  color: var(--dark-gray);
  font-family: Vodafone Lt;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  display: block;
}
header .header-info .left-col .logo svg {
  height: 35px;
  width: 35px;
}
@media all and (min-width: 768px) {
  header .header-info .left-col .logo svg {
    height: 48px;
    width: 48px;
  }
}
header .header-info .center-col h1 {
  color: var(--dark-gray);
  text-align: center;
  font-family: Vodafone Rg;
  font-size: 1.375rem;
  line-height: 2.5rem;
}
header .header-info .right-col {
  display: flex;
}
header .header-info .right-col button {
  background: none;
  border: none;
  height: 51px;
  width: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-info .right-col button.user {
  border: 2px solid var(--white);
}
header .header-info .right-col button.user.show {
  display: block;
  border-bottom: 2px solid #D42D1F;
}
header .header-info .right-col button.humburger-close {
  display: none;
  background: #D42D1F;
}
header .header-info .left-side-desktop {
  display: flex;
  gap: 9px;
  align-items: center;
  padding: 12px 12px;
  background-color: var(--white);
}
header .header-info .left-side-desktop strong.hello {
  color: var(--dark-gray);
  font-family: Vodafone Lt;
  font-size: 1.5rem;
  font-style: normal;
  line-height: normal;
  display: block;
}
header .header-info .left-side-desktop .logo svg {
  height: 48px;
  width: 48px;
}
header .header-info .right-side-desktop .select-number {
  background-color: var(--turchese);
  padding: 28px;
  display: flex;
  gap: 10px;
  align-items: center;
  text-decoration: none;
}
header .header-info .right-side-desktop .select-number span.text {
  color: var(--white);
  text-align: center;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
header .menu {
  background-color: var(--dark-gray);
  width: 100%;
  display: flex;
  height: 30px;
}
header .menu .container {
  padding-left: 66px;
  display: flex;
  justify-content: space-between;
}
header .menu .container ul {
  display: flex;
  align-items: center;
  height: 100%;
}
header .menu .container ul li {
  padding: 0px 26px;
  height: 100%;
  display: flex;
  align-items: center;
}
header .menu .container ul li a {
  color: var(--border-medium-gray);
  text-align: center;
  font-family: Vodafone Lt;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}
header .menu .container .right-side {
  display: flex;
  gap: 14px;
}
header .menu .container .right-side li {
  padding: 0px;
}
header .menu .container .right-side .separator {
  border-left: 1px solid var(--border-medium-gray);
  background-color: var(--dark-gray);
}
header .menu .container .right-side a.fai-da-te {
  margin-right: 6px;
}
header .menu .container .right-side a.esci {
  display: inline-flex;
  gap: 16px;
  margin-right: 7px;
  align-items: center;
}
header .menu .container .active {
  background-color: var(--white);
}
header .menu .container .active a {
  color: var(--dark-gray);
  text-align: center;
  font-family: Vodafone Lt;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
header .tablet-desktop-only {
  flex-direction: column;
}
header .nav-accordion-mobile {
  display: none;
  position: fixed;
  top: 51px;
  width: 100%;
  z-index: 9;
  height: 100vh;
  background: white;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  header .nav-accordion-mobile {
    display: none !important;
  }
}
header .nav-accordion-mobile .accordion .accordion-item {
  border-radius: 0;
  border: 0;
}
header .nav-accordion-mobile .accordion .accordion-item .accordion-header .accordion-button {
  padding: 14px 16px;
  border-radius: 0;
  font-size: 1.25rem;
  text-transform: uppercase;
  box-shadow: none;
  border-bottom: 1px solid #EBEBEB;
}
header .nav-accordion-mobile .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true] {
  border-color: #EBEBEB;
  background: var(--white);
  color: #D42D1F;
  border-left: 3px solid var(--electric-red);
}
header .nav-accordion-mobile .accordion .accordion-item .accordion-header .accordion-button[aria-expanded=true]::after {
  background-image: url("/files_comuni/img/tm9/icon-accordion-up.svg");
  background-size: 13px;
  background-position: center;
}
header .nav-accordion-mobile .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("/files_comuni/img/tm9/icon-accordion-down.svg");
  background-size: 13px;
  background-position: center;
}
header .nav-accordion-mobile .accordion .accordion-item .accordion {
  border: 0px;
}
header .nav-accordion-mobile .accordion .accordion-item .accordion .accordion-header {
  border: none;
}
header .nav-accordion-mobile .accordion .accordion-item .accordion .accordion-header .accordion-button {
  padding: 10px 0;
  text-transform: capitalize;
  font-size: 1rem;
  border: none;
}
header .nav-accordion-mobile .accordion .accordion-item .accordion .accordion-header .accordion-button[aria-expanded=true] {
  border-color: #EBEBEB;
  border-left: 0;
}
header .nav-accordion-mobile .accordion .accordion-item .accordion .accordion-collapse {
  border: none;
}
header .nav-accordion-mobile .accordion .accordion-item .accordion .accordion-collapse .accordion-body {
  padding: 0 20px;
}
header .nav-accordion-mobile .accordion .accordion-link a {
  border: none;
  padding: 10px 0px;
  width: 100%;
  color: var(--black);
  font-size: 1rem;
  text-decoration: none;
}
header .nav-accordion-mobile a.exit {
  display: inline-block;
  width: 100%;
  padding: 14px 16px;
  font-size: 1rem;
  text-decoration: none;
  color: #999999;
}
header .nav-user {
  display: none;
  position: fixed;
  top: 51px;
  width: 100%;
  z-index: 9;
  height: 100vh;
  background: white;
  overflow: hidden;
}
@media all and (min-width: 768px) {
  header .nav-user {
    display: none !important;
  }
}
header .nav-user li a {
  display: inline-block;
  width: 100%;
  padding: 16px 16px;
  font-size: 1.25rem;
  text-decoration: none;
  color: var(--black);
  border-bottom: 1px solid #EBEBEB;
}

/* End header */

.breadcrumb {
  margin-top: 14px;
}
.breadcrumb ol {
  list-style: none;
  display: flex;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 1em;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumb li {
  display: flex;
  align-items: center;
}
.breadcrumb .breadcrumb-separator {
  margin: 0 4px;
  margin-top: -2px;
  color: var(--dark-gray);
}
.breadcrumb a {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  text-decoration: none;
}
.breadcrumb .active {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

/* Start Footer */
footer {
  background: #111;
  color: #fff;
  padding: 55px 0 0 0;
  font-family: Vodafone Rg;
}
@media all and (min-width: 1200px) {
  footer {
    padding: 40px 0 0 0;
  }
}
footer .container {
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
footer .container .social-media {
  flex: 1 100%;
  text-align: left;
  margin-bottom: 76px;
}
@media all and (min-width: 1200px) {
  footer .container .social-media {
    margin-bottom: 20px;
  }
}
footer .container .social-media a {
  color: #fff;
  margin: 0 10px 0 0;
  font-size: 24px;
  transition: color 0.3s;
}
footer .container .social-media a:hover {
  color: #f00;
}
footer .container .footer-columns {
  flex: 1 100%;
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 1200px) {
  footer .container .footer-columns {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
  }
}
footer .container .footer-columns .footer-column {
  flex: 1 100%;
  margin: 0px 0 30px 0;
}
@media all and (min-width: 1200px) {
  footer .container .footer-columns .footer-column {
    margin: 10px 0;
    flex: 1 1 200px;
  }
}
footer .container .footer-columns .footer-column h3 {
  font-size: 1.5rem;
  line-height: 1.6875rem;
  margin-bottom: 10px;
  color: #ACACAC;
}
footer .container .footer-columns .footer-column ul {
  list-style: none;
  padding: 0;
}
footer .container .footer-columns .footer-column ul li {
  margin-bottom: 10px;
}
footer .container .footer-columns .footer-column ul li a {
  color: #ACACAC;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 1rem;
  line-height: 1.125rem;
}
footer .container .footer-columns .footer-column ul li a:hover {
  color: #fff;
}
footer .footer-bottom {
  text-align: left;
  padding: 128px 0 21px;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #ACACAC;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media all and (min-width: 1200px) {
  footer .footer-bottom {
    padding: 41px 0 21px;
  }
}
footer .footer-bottom .footer-bottom-column {
  display: flex;
  align-items: center;
  margin-bottom: 18px;
}
@media all and (min-width: 1200px) {
  footer .footer-bottom .footer-bottom-column {
    margin-bottom: 0px;
  }
}
footer .footer-bottom .footer-bottom-column span.sep {
  border-right: 1px solid #ACACAC;
  padding-left: 10px;
  margin-right: 10px;
  height: 18px;
  display: inline-block;
}
footer .footer-bottom .footer-bottom-column a {
  color: #ACACAC;
  text-decoration: none;
  transition: color 0.3s;
  font-size: 0.875rem;
  line-height: 1rem;
}
footer .footer-bottom .footer-bottom-column a:hover {
  color: #fff;
}
footer .footer-bottom .footer-bottom-column p {
  line-height: 24px;
}
footer .footer-bottom .footer-bottom-column p span.copy {
  margin: 0 10px;
  font-size: 18px;
}
@media all and (min-width: 768px) {
  footer .footer-bottom .footer-bottom-column p span.copy {
    margin: 0 5px;
  }
}
/* End Footer */
.nav.mega-menu {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: var(--white);
  z-index: 1000;
}
.nav.mega-menu ul.outer {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
  border-left: 1px solid var(--light-gray);
  border-top: 3px solid var(--electric-red);
}
@media all and (min-width: 768px) {
  .nav.mega-menu ul.outer {
    flex-direction: row;
    border-top: none;
  }
}
.nav.mega-menu ul.outer > li {
  color: #fff;
  cursor: pointer;
  background-color: var(--white);
  color: var(--dark-gray);
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1rem;
  border-right: 1px solid var(--light-gray);
  border-bottom: 1px solid var(--light-gray);
  width: 100%;
  text-align: center;
}
@media all and (min-width: 768px) {
  .nav.mega-menu ul.outer > li {
    width: 100%;
    border-top: 3px solid var(--electric-red);
  }
}
.nav.mega-menu ul.outer > li p {
  padding: 25.5px 0;
  text-transform: uppercase;
}
.nav.mega-menu ul.outer > li:hover {
  background-color: var(--electric-red);
}
.nav.mega-menu ul.outer > li:hover p {
  color: var(--white);
}
.nav.mega-menu ul.outer > li .sub-menu {
  display: none;
  position: relative;
  bottom: 100%;
  left: 0;
  background-color: var(--white);
  width: 100%;
  padding: 26px 0;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.1);
}
@media all and (min-width: 768px) {
  .nav.mega-menu ul.outer > li .sub-menu {
    position: absolute;
  }
}
.nav.mega-menu ul.outer > li .sub-menu ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: var(--white);
}
@media all and (min-width: 768px) {
  .nav.mega-menu ul.outer > li .sub-menu ul {
    padding: 0 26px;
  }
}
.nav.mega-menu ul.outer > li .sub-menu ul li {
  width: 100%;
  padding: 0px;
}
.nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li {
  border: none;
}
.nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li a,
.nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li p {
  color: var(--dark-gray);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-decoration: none;
  padding: 13px 13px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  border: none;
  text-transform: capitalize;
}
.nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li a:hover,
.nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li p:hover {
  background-color: var(--bg-light-gray);
  cursor: pointer;
  color: var(--electric-red);
}
.nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li a span.icon,
.nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li p span.icon {
  height: 15px;
  width: 15px;
  background-image: url("/files_comuni/img/tm9/icon-plus.svg");
}
.nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li ul {
  display: none;
}
.nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li ul li {
  padding-left: 26px;
}
@media all and (min-width: 768px) {
  .nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li ul li {
    padding: 0;
  }
}
.nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li.active a span.icon,
.nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li.active p span.icon {
  height: 1px;
  width: 15px;
  background-image: url("/files_comuni/img/tm9/icon-minus.svg");
}
.nav.mega-menu ul.outer > li .sub-menu .col-megamenu ul.list li.active ul {
  display: block;
}
.sec-components h2.title {
  color: var(--color-black);
  font-weight: 700;
  padding: 20px 0;
  margin-top: 50px;
  font-size: 2rem;
  width: 100%;
  border-bottom: 1px dashed var(--color-black);
  margin-bottom: 20px;
}
.sec-components h3 {
  padding: 20px 0;
  font-size: 1.25rem;
  font-style: italic;
}
.sec-components h3 a {
  font-size: 1.125rem;
  font-style: normal;
  text-decoration: underline;
}
.sec-components .buttons button.btn {
  width: 100%;
  max-width: 200px;
  margin-bottom: 20px;
}
.sec-components .form-container {
  display: flex;
  flex-direction: column;
}
.sec-components .form-radio-btns {
  display: flex;
  gap: 20px;
}
.sec-components .form-radio-btns .custom-radio-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec-components .form-radio-btns .form-check-label {
  margin: 0px;
}
.sec-components .consenso-radio-btns {
  display: flex;
  gap: 20px;
}

.sec-home {
  padding: 42px 0;
}

.card-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.card-list h1.card-list-title,
.card-list h2.card-list-title {
  color: var(--card-list-title);
  font-family: Vodafone Rg;
  font-size: 1.5625rem;
  margin-bottom: 19px;
  width: 100%;
}
.card-list .card {
  width: 100%;
  border-radius: 0px;
  border: 1px solid var(--border-light-gray);
  display: flex;
  height: 100%;
  flex-direction: column;
  margin-bottom: 30px;
}
@media all and (min-width: 768px) {
  .card-list .card {
    width: 48%;
    min-height: 320px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    height: auto;
  }
}
@media all and (min-width: 1200px) {
  .card-list .card {
    width: 390px;
    margin-bottom: 0px;
    min-height: 320px;
  }
}
.card-list .card .header {
  display: flex;
  align-items: center;
  padding: 18px 15px 16px 15px;
  justify-content: space-between;
  border-bottom: 1px solid var(--border-light-gray);
}
.card-list .card .header h2,
.card-list .card .header h3 {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
}
.card-list .card .content {
  padding: 15px 15px 11px 15px;
}
.card-list .card .content ul.info-profilo .info-box {
  margin-bottom: 16px;
}
.card-list .card .content ul.info-profilo .info-box:last-child {
  margin-bottom: 0px;
}
.card-list .card .content ul.info-profilo .info-box h3 {
  color: var(--light-gray);
  font-family: Vodafone Rg;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.card-list .card .content ul.info-profilo .info-box p {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.card-list .card .footer {
  border-top: 1px solid var(--border-light-gray);
  display: flex;
  align-items: center;
  padding: 7px 15px 7px 15px;
  justify-content: space-between;
}
.card-list .card .footer .info-fattura {
  display: flex;
  gap: 7px;
}
.card-list .card .footer .info-fattura img {
  width: 24px;
  height: 24px;
  margin-top: 5px;
}
.card-list .card .footer .info-fattura .data h3 {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}
.card-list .card .footer .info-fattura .data p {
  color: var(--dark-gray);
  font-family: Vodafone Rg;
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.25rem;
}
.card-list .card.asset-aziendali .content {
  padding: 19px 15px 11px 15px;
}
.card-list .card.asset-aziendali .content .asset-box h4 {
  color: var(--light-gray);
  font-size: 0.6875rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.card-list .card.asset-aziendali .content .asset-box .asset-content {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.card-list .card.asset-aziendali .content .asset-box .asset-content .number {
  color: var(--color-gray);
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-list .card.asset-aziendali .content .asset-box .asset-content ul.stats li {
  margin-bottom: 5px;
}
.card-list .card.asset-aziendali .content .asset-box .asset-content ul.stats li p {
  color: var(--light-gray);
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.5px;
}
.card-list .card.asset-aziendali .content .asset-box .asset-content ul.stats li p strong {
  font-weight: 700;
}
.card-list .card.asset-aziendali .content .asset-box.dispositivi {
  margin-top: 21px;
}
.card-list .card.asset-aziendali .content .asset-box.dispositivi .asset-content {
  margin-top: 18px;
}
.card-list .card.asset-aziendali .content .asset-box.dispositivi .asset-content p {
  color: var(--color-gray);
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.card-list .card.with-image {
  background-image: url("/files_comuni/img/tm9/bg-card-new.jpeg");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 320px;
}
.card-list .card.with-image .main-content {
  padding: 39px 35px;
}
.card-list .card.with-image .main-content h4 {
  color: var(--white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 20px;
}
.card-list .card.with-image .main-content h3 {
  color: var(--white);
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 4px;
  max-width: 60%;
}
.card-list .card.with-image .main-content p {
  color: var(--white);
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 60%;
}
.card-list.a-portata-di-mano {
  margin-top: 42px;
  margin-bottom: 54px;
}
.card-list.a-portata-di-mano .card .content {
  padding: 0px;
}
.card-list.a-portata-di-mano .card .content .link-list li {
  border-bottom: 0.5px solid var(--light-gray);
}
.card-list.a-portata-di-mano .card .content .link-list li:last-child {
  border-bottom: none;
}
.card-list.a-portata-di-mano .card .content .link-list li a {
  padding: 18.5px 15px;
  display: flex;
  padding: 18.5px 15px 18.5px 15px;
  justify-content: space-between;
  color: var(--color-gray);
  text-decoration: none;
  align-items: center;
}
.card-list.a-portata-di-mano .card .content .link-list li a .left-side {
  display: flex;
  gap: 8px;
  align-items: center;
}
.card-list.a-portata-di-mano .card .content .link-list li a .text {
  color: var(--color-gray);
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.375rem;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.bg-electric-red {
  background-color: var(--electric-red);
}

.custom-autocomplete {
  max-height: 200px; /* Imposta l'altezza massima desiderata */
  overflow-y: auto; /* Abilita la barra di scorrimento verticale se necessario */
  overflow-x: hidden;
}

/* DOWNLOADS */


.download-section {
  padding-bottom: 40px;
}
.download-section .heading {
  margin-bottom: 40px;
}
.download-section .search-input-wrapper {
  position: relative;
  width: auto;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media all and (min-width: 768px) {
  .download-section .search-input-wrapper {
    width: 580px;
  }
}
.download-section h3.title {
  color: var(--dark-gray);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 33px;
}
.download-section .download-box-wrapper {
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 40px;
  padding: 24px 20px;
}
@media all and (min-width: 768px) {
  .download-section .download-box-wrapper .row {
    margin-bottom: 16px;
  }
}
.download-section .download-box-wrapper .row .col-12 {
  margin-bottom: 16px;
}
@media all and (min-width: 768px) {
  .download-section .download-box-wrapper .row .col-12 {
    margin-bottom: 0px;
  }
}
.download-section .download-box-wrapper .input-wrapper {
  margin-bottom: 0px;
}
.download-section .download-box-wrapper .search-btn-wrapper,
.download-section .download-box-wrapper .search-btn-cancel {
  display: flex;
  align-items: flex-end;
  height: 100%;
}
.download-section .download-box-wrapper .search-btn-wrapper .btn,
.download-section .download-box-wrapper .search-btn-cancel .btn {
  height: 42px;
  width: 100%;
}
.download-section .download-box-wrapper .search-btn-cancel {
  display: none;
}
.download-section .download-box-wrapper .search-btn-cancel.active {
  display: flex;
}
.download-section .download-results {
  display: none;
}
.download-section .download-results h3.title {
  color: var(--dark-gray);
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 24px;
}
.download-section .download-results .download-list .download {
  margin-bottom: 18px;
}
.download-section .download-results .download-list .download span.name {
  color: var(--dark-gray);
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  margin-right: 8px;
}

/* END DOWNLOADS */

/* CHECKBOX CUSTOM MULTISELECT */

/*.custom-multiselect .input-wrapper {*/
/*  min-height: none;*/
/*}*/
/*.custom-multiselect .input-wrapper.custom-checkbox {*/
/*  align-items: center;*/
/*  gap: 8px;*/
/*}*/
/*.custom-multiselect .input-wrapper.custom-checkbox input {*/
/*  display: none;*/
/*  height: 20px;*/
/*  width: 20px;*/
/*  min-width: 20px;*/
/*  -webkit-user-select: none;*/
/*  -moz-user-select: none;*/
/*  -ms-user-select: none;*/
/*  user-select: none;*/
/*  outline: none;*/
/*}*/
/*.custom-multiselect .input-wrapper.custom-checkbox input:focus, .input-wrapper.custom-checkbox input:focus-within {*/
/*  box-shadow: none;*/
/*}*/

/*.custom-multiselect .input-wrapper.custom-checkbox {*/
/*  position: relative;*/
/*}*/

/*.custom-multiselect .input-wrapper.custom-checkbox input {*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 50%;*/
/*  transform:translateY(-50%);*/
/*  display: inline-block;*/
/*  padding: 0 0 0 0px;*/
/*  z-index: 1;*/
/*  background-repeat: no-repeat;*/
/*  background-image: url("/files_comuni/img/tm9/checkbox.svg") !important;*/
/*}*/

/*.custom-multiselect .input-wrapper.custom-checkbox input:checked {*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  top: 50%;*/
/*  transform:translateY(-50%);*/
/*  display: inline-block;*/
/*  padding: 0 0 0 0px;*/
/*  z-index: 1;*/
/*  background-repeat: no-repeat;*/
/*  background-image: url("/files_comuni/img/tm9/checkbox-checked.svg") !important;*/
/*}*/

/*.custom-multiselect .input-wrapper.custom-checkbox input + label, .custom-multiselect .input-wrapper.custom-checkbox input:checked +label {*/
/*  position: relative;*/
/*  padding-left: 30px;*/
/*  z-index: 2;*/
/*}*/

/*.custom-multiselect .input-wrapper.custom-checkbox input:checked +label::before {*/
/*  width: 20px;*/
/*  height: 20px;*/
/*  position: absolute;*/
/*  content: '';*/
/*  left: 0;*/
/*  top: 50%;*/
/*  transform:translateY(-50%);*/
/*  display: inline-block;*/
/*  padding: 0 0 0 0px;*/
/*  z-index: 1;*/
/*  background-repeat: no-repeat;*/
/*  background-image: url("/files_comuni/img/tm9/checkbox-checked.svg") !important;*/
/*}*/

.modal .modal-dialog .modal-content {
  border-radius: 0px;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0px;
  padding: 36px 36px 20px 36px;
}
.modal .modal-dialog .modal-content .modal-body {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 0 0 80px 0;
}
.modal .modal-dialog .modal-content .modal-body .modal-title {
  color: var(--dark-gray);
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.125rem;
  margin-bottom: 8px;
  text-align: center;
  max-width: 397px;
}
.modal .modal-dialog .modal-content .modal-body p {
  text-align: center;
  color: var(--dark-gray);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  margin-bottom: 12px;
  max-width: 397px;
}
.modal .modal-dialog .modal-content .modal-body .modal-actions .btn {
  max-width: 219px;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: none;
  padding: 0px;
}
