.chat-conversation .conversation-list .ctext-wrap {
  margin-bottom: 0px;
}

@media screen {
  .visible-print-inline {
    display: none;
  }
}

.keep-alive {
  color: #8aa4af;
  font-size: 9px;
  text-align: center;
}

/*** CSS Ajax Loading START ***/
.ajax-loading-content {
  position: relative;
  min-height: 70px;
  cursor: wait;
}

.ajax-loading-content:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  background-color: #ffffff;
  opacity: 0.75;
}

.ajax-loading-content:after {
  content: "\f1ce"; /* fa-circle-notch */
  font-family: FontAwesome;
  font-weight: 900;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-size: 48px;
  position: absolute;
  margin-top: -24px;
  margin-left: -24px;
  top: 50%;
  left: 50%;
  color: #575962;
  z-index: 1000000;
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}

.ajax-loading-content.dark:before {
  background-color: #575962;
}

.ajax-loading-content.dark:after {
  color: #ffffff;
}

/*** CSS Ajax Loading END ***/

/*************************************************************************************/
body {
  --avatar-size: 2em;
}

.gray {
  color: #000000 !important;
  background-color: #d6d6d6 !important;
  border-color: #d6d6d6 !important;
}

.red {
  color: #FFFFFF !important;
  background-color: #dd4b39 !important;
  border-color: #dd4b39 !important;
}

.yellow {
  color: #FFFFFF !important;
  background-color: #f39c12 !important;
  border-color: #f39c12 !important;
}

.aqua {
  color: #FFFFFF !important;
  background-color: #00c0ef !important;
  border-color: #00c0ef !important;
}

.blue {
  color: #FFFFFF !important;
  background-color: #0073b7 !important;
  border-color: #0073b7 !important;
}

.light-blue {
  color: #FFFFFF !important;
  background-color: #3c8dbc !important;
  border-color: #3c8dbc !important;
}

.green {
  color: #FFFFFF !important;
  background-color: #00a65a !important;
  border-color: #00a65a !important;
}

.navy {
  color: #FFFFFF !important;
  background-color: #001f3f !important;
  border-color: #001f3f !important;
}

.teal {
  color: #000000 !important;
  background-color: #39cccc !important;
  border-color: #39cccc !important;
}

.olive {
  color: #FFFFFF !important;
  background-color: #3d9970 !important;
  border-color: #3d9970 !important;
}

.lime {
  color: #FFFFFF !important;
  background-color: #01ff70 !important;
  border-color: #01ff70 !important;
}

.orange {
  color: #FFFFFF !important;
  background-color: #ff851b !important;
  border-color: #ff851b !important;
}

.fuchsia {
  color: #FFFFFF !important;
  background-color: #f012be !important;
  border-color: #f012be !important;
}

.purple {
  color: #FFFFFF !important;
  background-color: #605ca8 !important;
  border-color: #605ca8 !important;
}

.maroon {
  color: #FFFFFF !important;
  background-color: #d81b60 !important;
  border-color: #d81b60 !important;
}

.black {
  color: #FFFFFF !important;
  background-color: #111111 !important;
  border-color: #111111 !important;
}

.ivory {
  color: #000000 !important;
  background-color: #fffff0 !important;
  border-color: #fffff0 !important;
}

.gray.colori-invertiti {
  background-color: #000000 !important;
  color: #d6d6d6 !important;
  border-color: #d6d6d6 !important;
}

.red.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #dd4b39 !important;
  border-color: #dd4b39 !important;
}

.yellow.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #f39c12 !important;
  border-color: #f39c12 !important;
}

.aqua.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #00c0ef !important;
  border-color: #00c0ef !important;
}

.blue.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #0073b7 !important;
  border-color: #0073b7 !important;
}

.light-blue.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #3c8dbc !important;
  border-color: #3c8dbc !important;
}

.green.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #00a65a !important;
  border-color: #00a65a !important;
}

.navy.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #001f3f !important;
  border-color: #001f3f !important;
}

.teal.colori-invertiti {
  background-color: #000000 !important;
  color: #39cccc !important;
  border-color: #39cccc !important;
}

.olive.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #3d9970 !important;
  border-color: #3d9970 !important;
}

.lime.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #01ff70 !important;
  border-color: #01ff70 !important;
}

.orange.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #ff851b !important;
  border-color: #ff851b !important;
}

.fuchsia.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #f012be !important;
  border-color: #f012be !important;
}

.purple.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #605ca8 !important;
  border-color: #605ca8 !important;
}

.maroon.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #d81b60 !important;
  border-color: #d81b60 !important;
}

.black.colori-invertiti {
  background-color: #FFFFFF !important;
  color: #111111 !important;
  border-color: #111111 !important;
}

.ivory.colori-invertiti {
  background-color: #000000 !important;
  color: #fffff0 !important;
  border-color: #fffff0 !important;
}

.w-100 {
  width: 100%
}

/*@media (min-width: 1280px) {*/
/*    .modal-xxl {*/
/*        --bs-modal-width: 1860px;*/
/*    }*/
/*}*/
.modal-xxl {
  max-width: none;
  width: 95%;
}

.bg-none {
  background-color: transparent !important;
}

.avatar-cm {
  display: inline-block;
  box-sizing: border-box;
  width: var(--avatar-size);
  height: var(--avatar-size);
}

.avatar-cm {
  font-size: 1em;
  line-height: 1.7em;
  text-align: center;
  display: inline-block;
  box-sizing: border-box;
  width: var(--avatar-size);
  height: var(--avatar-size);
}

.avatar-cm.circle {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.avatar-cm.bordato {
  border-style: solid;
  border-width: 0.2em;
}

.form-control .avatar-cm {
  margin-top: -4px;
}

/*************************************************************************************/


.ellipsis-multiline {
  display: -webkit-box;
  max-width: 400px;
  max-height: calc(3 * 1.25em);
  line-height: 1.25em;
  margin: 0 auto;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-multiline.rows-2 {
  max-height: calc(2 * 1.25em);
  -webkit-line-clamp: 2;
}

.ellipsis-multiline.rows-5 {
  max-height: calc(5 * 1.25em);
  -webkit-line-clamp: 5;
}

.ellipsis-multiline.rows-10 {
  max-height: calc(10 * 1.25em);
  -webkit-line-clamp: 10;
}

.ellipsis-multiline-pro {
  position: relative;
  display: block;
  display: -webkit-box;
  min-width: 100px;
  line-height: 1.25em;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 5px;
}

.ellipsis-multiline-pro > .overflow {
  max-height: calc(3 * 1.25em);
  display: block;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ellipsis-multiline-pro.rows-2 > .overflow {
  max-height: calc(2 * 1.25em);
  -webkit-line-clamp: 2;
}

.ellipsis-multiline-pro.rows-5 > .overflow {
  max-height: calc(5 * 1.25em);
  -webkit-line-clamp: 5;
}

.ellipsis-multiline-pro.rows-10 > .overflow {
  max-height: calc(10 * 1.25em);
  -webkit-line-clamp: 10;
}

.ellipsis-multiline-pro > input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  appearance: none;
  /* For iOS < 15 to remove gradient background */
  background-color: #fff;
  /* Not removed via appearance */
  margin: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  display: block;
  position: absolute;
  top: calc(3 * 1.25em - 100% + 2 * 1.25em);
  width: 100%;
  text-align: center;
  box-shadow: 0 -3px 15px rgb(255 255 255);
  color: #00a157;
  white-space: nowrap;
}

.ellipsis-multiline-pro > input[type="checkbox"]:after {
  content: 'Mostra tutto \025BE';
  padding: 1px 4px;
  cursor: pointer;
}

.ellipsis-multiline-pro.rows-2 > input[type="checkbox"] {
  top: calc(2 * 1.25em - 100% + 1 * 1.25em);
}

.ellipsis-multiline-pro.rows-5 > input[type="checkbox"] {
  top: calc(calc(5 * 1.25em - 100% + 4 * 1.25em) + 4px);
}

.ellipsis-multiline-pro.rows-10 > input[type="checkbox"] {
  top: calc(10 * 1.25em - 100% + 9 * 1.25em);
}

.ellipsis-multiline-pro > input[type="checkbox"]:checked + .overflow {
  max-height: 100%;
  padding-bottom: 20px;
  overflow: auto;
}

.ellipsis-multiline-pro > input[type="checkbox"]:checked {
  bottom: 8px;
  top: auto;
  box-shadow: none;
}

.ellipsis-multiline-pro > input[type="checkbox"]:checked:after {
  content: 'Riduci \025B4';
  color: #5e5e5e;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}


/********** INIZIO CONTEXT MENU ************************************/

.context-menu li.header {
  padding-left: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.context-menu li.header.title {
  background-color: lightgray;
  color: white;
}

.context-menu.solido button {
  vertical-align: text-bottom;
}

.context-menu.button {
  vertical-align: auto;
}

.dropdown-menu li.disabled, .dropdown-menu li.disabled a {
  color: #bbb !important;
}

.context-menu.solido .dropdown-menu {
  position: static;
  float: none;
  width: 100%;
  margin-bottom: 10px;
}

.context-menu.solido .dropdown-submenu {
  position: static;
}

.context-menu.solido .dropdown-menu > li > a {
  white-space: normal;
}

.context-menu.solido .dropdown-backdrop {
  display: none;
}

.context-menu li, .context-menu a {
  cursor: pointer;
}

/********** FINE CONTEXT MENU ************************************/


/**************** INIZIO GENERAL MODAL ************************/
#general-modal-lg .modal-dialog .modal-body,
#general-modal .modal-dialog .modal-body,
#general-modal-sm .modal-dialog .modal-body {
  padding-top: 4px;
  padding-bottom: 3px;
}

#general-modal .modal-body {
  padding: 0 !important;
}

#general-modal .modal-body > * {
  padding: 5px 5px 0;
}

body.iframe {
  padding: 5px 10px;

}


body.iframe h3 {
  margin-top: 5px;
  margin-bottom: 5px;
}

/**************** FINE GENERAL MODAL ************************/


/************* INIZIO SHOW LIST ***************************/

.dblclick-mostra-dettagli .lista-riga {
  cursor: pointer;
}

/************* INIZIO SHOW LIST ***************************/


.fa-flash, .fa-flashing {
  -webkit-animation: fa-flashing 1s infinite ease;
  animation: fa-flashing 1s infinite ease;
}

@-webkit-keyframes fa-flashing {
  0% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}

@keyframes fa-flashing {
  0% {
    -webkit-transform: scale(1.0, 1.0);
    transform: scale(1.0, 1.0);
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
}

/* Custom Icons */
.fa-cm-custom {
  margin: 0;
  width: 1em;
  height: 1em;
  display: inline-block;
  overflow: visible;
  position: relative;
}

.fa-cm-custom.light {
  filter: saturate(0) brightness(300%);
}

.fa-cm-custom.dark {
  filter: saturate(0) brightness(95%);
}

.fa-cm-custom:before {
  content: ' ';
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  position: absolute;
  top: 2px;
  left: 0;
}

.fa-cm-custom.fa-fw {
  width: 1.16em !important;
}

.fa-contact-manager:before {
  background: transparent url("https://contactmanager.telematicaitalia.it/File/Avatar/CM") top left no-repeat;
  background-size: cover;
}

.fa-monday:before {
  background: transparent url("https://contactmanager.telematicaitalia.it/File/Avatar/MONDAY") top left no-repeat;
  background-size: cover;
}

.fa-cm-custom.fa-monday.dark {
  filter: saturate(0) brightness(70%);
}

.fa-aui:before {
  background: transparent url("https://contactmanager.telematicaitalia.it/File/Avatar/AUI") top left no-repeat;
  background-size: cover;
}

.fa-telematica:before {
  background: transparent url("https://contactmanager.telematicaitalia.it/File/Avatar/TI") top left no-repeat;
  background-size: cover;
}

.fa-gestint:before {
  background: transparent url("https://contactmanager.telematicaitalia.it/File/Avatar/GI") top left no-repeat;
  background-size: cover;
}

.fa-gestint-small:before {
  background: transparent url("https://contactmanager.telematicaitalia.it/applications/be/assets/img/icons/gestint-small.png") top left no-repeat;
  background-size: cover;
}

.fa-tpa:before {
  background: transparent url("https://contactmanager.telematicaitalia.it/File/Avatar/TPA") top left no-repeat;
  background-size: cover;
}

.btn-filter.inactive {
  color: #cccccc !important;
}

.btn-filter.active {
  color: #00a65a !important;
}

.btn-filterable-property-modal.inactive > .btn {
  color: #999999 !important;
}

.btn-filterable-property-modal.active > .btn.btn-default {
  color: #ffffff !important;
  background-color: #00a65a !important;
  border-color: #008d4c !important;
}

/****** Proprietà Filtrabili END ******/

.label-value-avatar, .label-value-multiple-avatar {
  position: relative;
}

.table .label-value-avatar, .table .label-value-multiple-avatar > * {
  margin: 0 -5px;
}

.table .label-value-avatar > img, .table .label-value-multiple-avatar > img,
.table .label-value-avatar > * img, .table .label-value-multiple-avatar > * img {
  width: 32px;
  height: 32px;
  background: #fff;
}

.hover-zoom {
  transition: transform .35s ease-in;
}

.hover-zoom:hover {
  transition-timing-function: ease-out;
  transform: scale(1.5);
}

.check-si, .check-no {
  display: inline-block;
  position: relative;
  height: 100%;
  width: 100%;
  overflow: hidden;
  text-indent: -125%;
}

.check-si:before, .check-no:before {
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #cccccc;
  position: absolute;
  left: 50%;
  margin: 0 auto;
  margin-left: -12px;
  width: 24px;
  display: block;
  transform: scale(1.5);
  text-indent: 0;
}

.check-si:before {
  content: "\f14a"; /* fa-check-square */
  color: #00a65a;
}

.check-no:before {
  content: "\f096"; /* fa-square-o */
}


.i-frame-lg {
  width: 100%;
  min-height: 750px;
  border: none;
}

/********* INIZIO TIMELINE MODIFICATA *************/
@media only screen and (max-width: 10000px) {
  .cd-timeline-mdf {
    margin-bottom: 2em;
    margin-top: 2em;
    padding: 2em 0;
    position: relative
  }

  .cd-timeline-mdf::before {
    border-left: 3px solid var(--bs-border-color);
    content: "";
    height: 100%;
    left: 18px;
    position: absolute;
    top: 0;
    width: 3px
  }

  .cd-timeline-img-mdf {
    top: 10px !important
  }
}

@media only screen and (min-width: 10000px) {
  .cd-timeline-mdf {
    margin-bottom: 3em;
    margin-top: 3em
  }

  .cd-timeline-mdf::before {
    left: 50%;
    margin-left: -2px
  }
}

.cd-timeline-block-mdf {
  margin: 2em 0;
  position: relative
}

.cd-timeline-block-mdf:after {
  clear: both;
  content: "";
  display: table
}

.cd-timeline-block-mdf:first-child {
  margin-top: 0
}

.cd-timeline-block-mdf:last-child {
  margin-bottom: 0
}

@media only screen and (min-width: 10000px) {
  .cd-timeline-block-mdf {
    margin: 4em 0
  }

  .cd-timeline-block-mdf:first-child {
    margin-top: 0
  }

  .cd-timeline-block-mdf:last-child {
    margin-bottom: 0
  }

  .timeline-right-mdf::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 3px;
    background: var(--bs-tertiary-bg);
    left: 50%;
    top: 150px;
    -webkit-transform: translateX(-50%) rotate(35deg);
    transform: translateX(-50%) rotate(35deg)
  }

  .timeline-left-mdf::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 3px;
    background: var(--bs-tertiary-bg);
    left: 50%;
    top: 150px;
    -webkit-transform: translateX(-50%) rotate(-35deg);
    transform: translateX(-50%) rotate(-35deg)
  }
}

.cd-timeline-img-mdf {
  position: absolute;
  top: 20px;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 20px;
  color: #fff;
  background-color: inherit; /*#7a6fbe;*/
  border: none;/*5px solid var(--bs-border-color)*/
}

.cd-timeline-img-mdf i {
  margin-left: 1px
}

@media only screen and (min-width: 10000px) {
  .cd-timeline-img-mdf {
    width: 40px;
    height: 40px;
    line-height: 32px;
    left: 50%;
    margin-left: -20px;
    top: 130px;
    -webkit-transform: translateZ(0);
    -webkit-backface-visibility: hidden
  }
}

.cd-timeline-content-mdf {
  border-radius: 5px;
  background: var(--bs-tertiary-bg);
  margin-left: 60px;
  padding: 1em;
  position: relative
}

.cd-timeline-content-mdf:after {
  clear: both;
  content: "";
  display: table
}

.cd-timeline-content-mdf h2 {
  margin-top: 0
}

.cd-timeline-content-mdf .cd-read-more {
  background: #7a6fbe;
  border-radius: .25em;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 14px;
  padding: .8em 1em
}

.cd-timeline-content-mdf .cd-date {
  display: inline-block;
  font-size: 14px
}

.cd-timeline-content-mdf h3 {
  font-size: 16px;
  margin: 0 0 15px 0
}

.cd-timeline-content-mdf .cd-date {
  float: left;
  padding: .8em 0;
  opacity: .7
}

.cd-timeline-content-mdf::before {
  content: "";
  position: absolute;
  top: 16px;
  right: 100%;
  height: 0;
  width: 0;
  border: 12px solid transparent;
  border-right: 12px solid var(--bs-border-color)
}

@media only screen and (min-width: 10000px) {
  .cd-timeline-content-mdf {
    margin-left: 0;
    padding: 1.6em;
    width: 36%
  }

  .cd-timeline-content-mdf::before {
    top: 24px;
    left: 100%;
    border-color: transparent;
    border-left-color: var(--bs-tertiary-bg)
  }

  .cd-timeline-content-mdf .cd-read-more {
    float: left
  }

  .cd-timeline-content-mdf .cd-date {
    position: absolute;
    width: 100%;
    left: 108%;
    top: 16px
  }

  .cd-timeline-block-mdf:nth-child(even) .cd-timeline-content-mdf {
    float: right
  }

  .cd-timeline-block-mdf:nth-child(even) .cd-timeline-content-mdf::before {
    top: 24px;
    left: auto;
    right: 100%;
    border-color: transparent;
    border-right-color: var(--bs-tertiary-bg)
  }

  .cd-timeline-block-mdf:nth-child(even) .cd-timeline-content-mdf .cd-read-more {
    float: right
  }

  .cd-timeline-block-mdf:nth-child(even) .cd-timeline-content-mdf .cd-date {
    left: auto;
    right: 106%;
    text-align: right
  }
}

/* QUESTA RESTA A 1170 PER FISSARE*/
@media only screen and (min-width: 1170px) {
  .cd-timeline-mdfd::before {
    left: 2px;
  }
}

/********* FINE TIMELINE MODIFICATA *************/


/********* INIZIO ALTRO *************/

.widget-flat {
  position: relative;
  overflow: hidden;
}

.widget-icon {
  font-size: 30px;
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 3px;
  display: inline-block;
}

/********* FINE ALTRO *************/

/********* INIZIO DASHBOARD *************/
.card-servizio h4 {
  height: 50px;
}

.card .appare-sopra {
  margin-top: 30px;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  background-color: black;
  opacity: .8;
  padding: 10px;
  height: 130px;
  overflow: auto;
  scrollbar-color: #58db83 #46af69;
  scrollbar-width: thin;
}

.card:hover .appare-sopra {
  visibility: visible;
  -webkit-backface-visibility: visible;
  -webkit-transform: translateZ(0) scale(1, 1);
}

.card.card-servizio h6 {
  margin-top: 30px;
  padding: 10px;
  height: 120px;
  overflow: auto;
  scrollbar-color: #58db83 #46af69;
  scrollbar-width: thin;
}

/********* FINE DASHBOARD *************/

/********* INIZIO LOGO CONTRATTO NON DEFINITO ************/
.logo-contratti-ti {
  font-size: 10vw; /* make our h1 tag larger */
  font-family: sans-serif; /* choosing our font */
  color: black;
  font-weight: 900;
}

.logo-contratti-ti span.gradiente-obi {
  font-style: italic;
  background: linear-gradient(45deg, rgba(255, 215, 255, 0) 0%, rgba(225, 255, 255, 0.5) 20%, rgba(255, 255, 255, 0) 61%), linear-gradient(rgb(97, 183, 217) 52%, rgb(224, 246, 255) 60%, rgb(78, 99, 132) 61%); /* you can change the colors based on your preference */
  background-clip: text; /*it defines how far the background should extend within an element, here we set it to text */
  -webkit-background-clip: text; /*for browsers compatibility */
  -webkit-text-fill-color: transparent; /* specifies the fill color of text characters. We use transparent to use the background as our text fill  */
}

@keyframes wave {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50vw 10px;
  }
}

/********* FINE LOGO CONTRATTO NON DEFINITO ************/

.disabled-overlay {
  position: absolute;
  z-index: 1000;
  height: 100%;
  background-color: grey;
  top: 0px;
  width: 100%;
  opacity: .5;
}

@media screen and (min-width: 992px) {
  .not-collapse-greater-md {
    display: block !important;
  }
}


.visualizzatore-testo-aggiornamento p,
.visualizzatore-testo-aggiornamento div,
.visualizzatore-testo-aggiornamento span,
.visualizzatore-testo-aggiornamento ol,
.visualizzatore-testo-aggiornamento ul,
.visualizzatore-testo-aggiornamento h1,
.visualizzatore-testo-aggiornamento h2,
.visualizzatore-testo-aggiornamento h3,
.visualizzatore-testo-aggiornamento h4,
.visualizzatore-testo-aggiornamento h5,
.visualizzatore-testo-aggiornamento h6,
.visualizzatore-testo-aggiornamento li{
  font-size: 1em!important;
}

.visualizzatore-aggiornamento {
  padding: 10px;
}

.visualizzatore-testo-aggiornamento {
  font-size: 12px;
}

.procedimento-azioni{
  border-top: 1px solid lightgrey;
  padding: 10px;
  margin-top: 20px;
}