h1 {
  font-size: 1.5rem;
  line-height: 32px;
  margin: 0;
}

h2 {
  font-size: 1.125rem;
  line-height: 24px;
}

h3 {
  font-size: 1rem;
  line-height: 24px;
}

body {
  font-size: 0.875rem;
  line-height: 20px;
}

.small {
  font-size: 0.813rem;
  line-height: 20px;
}

.caption {
  font-size: 0.75rem;
  line-height: 16px;
}

.btn {
  font-size: 0.875rem;
}

.q-page-container {
  background: #F2F5F7;
}

.fixed-bottom-center {
  position: fixed;
  bottom: 0;
  left: 25%;
}

.labelReadOnly {
  color: #888;
}

.q-field__inner {
  background-color: #ffffff;
}

.q-field--with-bottom {
  padding-bottom: 10px;
}

.q-field__bottom {
  color: rgba(12, 54, 79, 0.7);
  padding: 4px 12px 0;
}

.q-checkbox--dense .q-checkbox__bg {
  width: 15px;
  height: 15px;
}

.minWidth90 {
  min-width: 90px;
}

.tabTopSingle .q-tab__label {
  padding-bottom: 10px;
}

.btnTableUrl {
  font-size: 10px;
  border-radius: 4px;
  color: #106ebe;
  background: rgba(0, 120, 212, 0.1);
  padding: 4px;
}

.stickyHeader {
  /* max height is important */
}
.stickyHeader .q-table__top,
.stickyHeader .q-table__bottom,
.stickyHeader .headerDefault {
  /* bg color is important for th; just specify one */
  background-color: #fff;
  color: #004578;
}
.stickyHeader .headerColored {
  background-color: #2B88D8;
  color: white;
}
.stickyHeader .headerInfoBandi {
  background-color: #008C79;
  color: white;
}
.stickyHeader .headerBenchmarks {
  background-color: #E0003D;
  color: white;
}
.stickyHeader .headerMargin {
  margin: 0 15px;
}
.stickyHeader .headerBorderRight {
  border-right: #DDDDDD solid 1px;
}
.stickyHeader .headerBorderLeft {
  border-right: #DDDDDD solid 1px;
}
.stickyHeader thead tr:first-child th {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  opacity: 1;
  z-index: 1;
}

.alternateRowColor .q-table tbody tr:nth-child(odd) {
  background-color: #EEEEEE;
}

.q-table--dense {
  padding: 0;
}

.q-table__top {
  padding: 0;
}

.topClass {
  padding: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.q-table thead th {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: white;
  color: #004578;
  opacity: 1;
}

.q-table--dense .q-table td {
  padding: 0 8px;
}

.q-table tbody {
  border-top-width: 3px !important;
  border-top-color: #DBDBDB !important;
  border-top-style: solid;
  border-bottom-width: 3px !important;
  border-bottom-color: #DBDBDB !important;
  border-bottom-style: solid;
}

.q-table--horizontal-separator tbody tr:not(:last-child) td {
  border-width: 0;
}

.q-table th.sorted {
  opacity: 1;
}

.q-table--dense .q-table tbody td:first-child,
.q-table--dense .q-table th:first-child {
  padding-left: 15px;
}

.q-table__bottom {
  border: 0;
  padding: 0;
}

.q-table--dense .q-table__bottom {
  min-height: 33px;
}

.q-table--grid .q-table__middle {
  min-height: 0;
  margin-bottom: 0;
}

.colPrefer {
  border-width: 0 0 0 0 !important;
  border-style: solid solid solid solid !important;
  border-color: #dbdbdb !important;
}

.colBorder {
  border-width: 0 1px 0 0 !important;
  border-style: solid solid solid solid !important;
  border-color: #dbdbdb !important;
}

.colLast {
  border-width: 0 0 0 0 !important;
  border-style: solid solid solid solid !important;
  border-color: #dbdbdb !important;
}

.iconTableTop {
  font-size: 20px;
  color: white;
}

.iconTableDate {
  font-size: 12px;
  color: #C00000;
}

.textTableDate {
  color: #C00000;
}

.text-verde {
  color: #26A69A;
}

.bg-verde {
  background: #26A69A;
}

.border-notify {
  border: 2px solid #106ebe !important;
}

.width-notify {
  max-width: 400px;
}

a.btn_notify {
  background-color: #0c364f;
  color: white;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
}

a.btn_notify:hover, a.btn_notify:active {
  background-color: #0c364f;
}

.font-size-07 {
  font-size: 0.7rem;
}

.font-size-9px {
  font-size: 9px !important;
}

.font-size-14px {
  font-size: 14px !important;
}

.q-select__dialog > .scroll {
  margin-top: 5px;
}

.notify_invite {
  color: #FFA200;
}

.notify_tender {
  color: #0c364f;
}

.notify_subscription {
  color: #2b88d8;
}

.notify_unreaded {
  background-color: #e8e8e8;
}

.text-primary {
  color: #0c364f;
}

.bg-primary {
  background: #0c364f;
}

.text-primary-light {
  color: #004578;
}

.bg-primary-light {
  background: #004578;
}

.text-orange {
  color: #FFA200;
}

.bg-orange {
  background: #FFA200;
}

.text-red {
  color: #C00000;
}

.bg-red {
  background: #C00000;
}

.text-teal {
  color: #008C79;
}

.bg-teal {
  background: #008C79;
}

.text-grey {
  color: #707070;
}

.bg-grey {
  background: #707070;
}

.text-n_lightblue {
  color: #106ebe;
}

.bg-n_lightblue {
  background: #106ebe;
}

.q-uploader__subtitle {
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.q-uploader__add {
  font-size: 12px !important;
  background: #106ebe;
  color: #FFF;
}

.btnAdd {
  font-size: 12px !important;
  background: #106ebe;
  color: #FFF;
}

.form_field_div {
  border: 2px solid #FFF;
}

.form_field_div_error {
  border: 2px solid #C10015;
  border-radius: 4px;
}

.icona-info {
  background: #0078D4;
}

.text-icona-info {
  color: #0078D4;
}

.bg-header-plus {
  background: #004578;
}

.text-bg-white {
  color: #0c364f;
}

.border-header {
  border-color: #106EBE;
}

.page__header {
  min-height: 64px;
  background: rgba(0, 69, 120, 0.05);
  color: #0c364f;
}
.page__header .wrapper {
  padding: 18px 24px;
}
.page__header__breadcrumbs {
  width: 100%;
  margin-bottom: 10px;
}
.page__header__breadcrumbs .q-breadcrumbs div:first-of-type > :first-child {
  font-weight: bold;
  color: red;
}
.page__header__icon {
  font-size: 20px;
  margin-right: 16px;
  margin-top: 8px;
  color: #106ebe;
}
.page__header__icon--breadcrumbs {
  padding: 10px;
  border-radius: 5px;
}
.page__header__text {
  flex: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page__header__title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
.page__header__subtitle, .page__header__description, .page__header__extra_info {
  width: 100%;
  margin-top: 4px;
}
.page__header__subtitle .cf_azienda, .page__header__description .cf_azienda, .page__header__extra_info .cf_azienda {
  font-weight: bold;
  color: #4D6D7F;
}
.page__header__extra_info {
  color: red;
}
.page__header.info_bandi .page__header__icon {
  color: #008C79;
}
.page__header.benchmark .page__header__icon {
  color: #E0003D;
}
.page__header.benchmarkchild .page__header__icon .icon {
  padding: 14px 16px;
  border-radius: 5px;
  background-color: rgba(224, 0, 61, 0.1);
  color: #E0003D;
}
.page__header.tender_result .page__header__icon {
  color: #E39100;
}
.page__container {
  min-height: 800px;
}
.page__wrapper {
  width: 100%;
  padding: 17px 24px;
}
.page__detail {
  margin: 0 0 40px 0;
}
.page__detail__bottom {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.page__detail__bottom__advice {
  margin-left: auto;
}
.page__subtitle {
  margin-top: 16px;
  margin-bottom: 9px;
  color: #0c364f;
}
.page__subtitle h2 {
  font-weight: bold;
  margin: 0;
}
.page-home .page__wrapper {
  width: 100%;
  padding: 0 24px 17px 0;
}
.page__home__right, .page__cruscotto__right {
  width: 300px;
  word-wrap: break-word;
}
@media (max-width: 599px) {
  .page__home__right, .page__cruscotto__right {
    width: 100%;
  }
}
.page__home__link, .page__cruscotto__link {
  margin-top: 16px;
  margin-bottom: 9px;
  color: #106ebe;
}
.page__home__buttons, .page__cruscotto__buttons {
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 69, 120, 0.2);
}
.page__home__tenders, .page__cruscotto__tenders {
  margin-top: 7px;
}
.page__home__buttons-adv, .page__home__analisi-benchmark, .page__home__news, .page__home__need-support, .page__cruscotto__buttons-adv, .page__cruscotto__analisi-benchmark, .page__cruscotto__news, .page__cruscotto__need-support {
  margin: 25px 0 0 0;
}
.page__home__tenders-2, .page__cruscotto__tenders-2 {
  margin: 25px 0 0 0;
}
.page__benchmark__detail_contratto .container, .page__benchmark__detail_stazione_appaltante .container, .page__benchmark__detail_operatore_economico .container {
  width: 100%;
  display: flex;
  row-gap: 20px;
  flex-direction: row;
  justify-content: space-between;
}
.page__benchmark__detail_contratto .container-column, .page__benchmark__detail_stazione_appaltante .container-column, .page__benchmark__detail_operatore_economico .container-column {
  height: 100%;
  display: flex;
  row-gap: 20px;
  flex-direction: column;
  justify-content: space-between;
}

.dropdown-user-subscription {
  padding: 14px;
  max-width: 450px;
}
.dropdown-user-subscription .user-information {
  height: 100%;
  margin-bottom: 18px;
  display: flex;
  align-items: center;
}
.dropdown-user-subscription .user-information .icon {
  font-size: 61px;
}
.dropdown-user-subscription .user-information .icon--free {
  color: #004578;
}
.dropdown-user-subscription .user-information .icon--start {
  color: #41A8FF;
}
.dropdown-user-subscription .user-information .icon--plus {
  color: #008C79;
}
.dropdown-user-subscription .user-information .icon--unlimited {
  color: #FFA200;
}
.dropdown-user-subscription .user-information .label {
  color: #0c364f;
  margin-left: 14px;
  font-size: 18px;
  font-weight: 500;
}
.dropdown-user-subscription .details-user-subscription {
  padding: 8px;
  border: 1px solid rgba(12, 54, 79, 0.2);
  border-radius: 5px;
}
.dropdown-user-subscription .details-user-subscription .text {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  color: rgba(0, 69, 120, 0.8);
}
.dropdown-user-subscription .details-user-subscription .text a {
  color: #0078D4;
}
.dropdown-user-subscription .details-user-subscription .text p {
  margin: 0;
}

.q-btn--rectangle {
  border-radius: 4px;
}

.btn_filter_apply, .btn_manage_registration {
  width: 100%;
  background-color: #0c364f;
  border: 1px solid #0c364f;
  border-radius: 6px;
  color: #ffffff;
  text-transform: uppercase;
}

.btn_filter_reset, .btn_sync {
  width: 100%;
  border: 1px solid #0c364f;
  border-radius: 6px;
  color: #0c364f;
  text-transform: uppercase;
}

.btn_analisi_benchmark {
  border: 1px solid #ffffff;
  border-radius: 6px;
  text-transform: uppercase;
}

.btn-logout, .btn-subscription, .btn-account {
  cursor: pointer;
  padding: 11px 20px;
  border-top: 1px solid #F1F1F1;
}
.btn-logout .icon, .btn-subscription .icon, .btn-account .icon {
  margin-right: 20px;
  font-size: 14px;
  color: #0078D4;
}
.btn-logout .text, .btn-subscription .text, .btn-account .text {
  font-size: 13px;
  color: #0c364f;
}

.button_go_to_page_glass {
  padding: 8px;
  color: #0c364f;
  border: 1px solid #0c364f;
  border-radius: 5px;
  cursor: pointer;
}
.button_go_to_page_glass:hover {
  background-color: rgba(12, 54, 79, 0.1);
}

.card {
  background-color: #ffffff;
  color: #0c364f;
  border-radius: 5px;
  box-shadow: 0 3px 24px rgba(0, 69, 120, 0.168627451);
}
.card__header {
  height: 100%;
  min-height: 64px;
  background: rgba(0, 69, 120, 0.05);
  color: #0c364f;
}
.card__header .wrapper {
  width: 100%;
  padding: 18px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.card__header__title, .card__header__icon {
  font-size: 1.5rem;
  font-weight: bold;
}
.card__header__icon {
  cursor: pointer;
}
.card__header__subtitle {
  width: 100%;
  margin-top: 10px;
}
.card .row.wrapper {
  align-items: center;
  padding: 18px 24px;
}
.card .row.wrapper .icon {
  color: #106ebe;
  font-size: 20px;
  font-weight: bold;
}
.card .row.wrapper .title, .card .row.wrapper .title--no-margin {
  margin-left: 17px;
  font-size: 16px;
  font-weight: bold;
}
.card .row.wrapper .title--no-margin {
  margin: 0;
}
.card .row.wrapper .body {
  margin-top: 15px;
}
.card .row.wrapper .text {
  font-size: 12px;
}
.card .row.wrapper .text .label {
  font-size: 12px;
  font-weight: bold;
  color: rgba(12, 54, 79, 0.5);
}
.card .row.wrapper .text .value {
  font-size: 14px;
  font-weight: bold;
}
.card .row.wrapper .text .value--bold {
  font-weight: bold;
}
.card .row.wrapper .text .value--medium {
  font-size: 18px;
}
.card .row.wrapper .text .value--big {
  font-size: 20px;
}
.card-blurred .q-img {
  cursor: pointer;
}
.card-apply-lens {
  width: 100%;
  justify-content: center;
  background-color: transparent;
  box-shadow: none;
}
.card-apply-lens .img {
  max-width: 160px;
}
.card-apply-lens .body {
  display: flex;
  justify-content: center;
}
.card-apply-lens .body .text {
  text-align: center;
}
.card-table {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 10px;
}
.card-table > .head-section {
  padding: 0;
  border-bottom: 1px solid rgba(112, 112, 112, 0.54);
}
.card-table > .head-section .block-text {
  display: flex;
  align-items: center;
  height: 100%;
}
.card-table > .head-section .btn-url {
  float: right;
  background-color: #004578;
  width: 42px;
  height: 35px;
  border-radius: 0 8px 0 0;
}
.card-table .block-text .text-title {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
}
.card-table .block-text .text-title .text {
  color: rgba(0, 69, 120, 0.5);
}
.card-table .block-text .text-value {
  font-size: 13px;
  font-weight: bold;
  color: #0078D4;
  margin-bottom: 20px;
}
.card-table-benchmark--expiring {
  background-color: #FAF6F5;
}
.card-table-benchmark .head-section {
  padding-left: 16px;
  border-bottom: 4px solid #E0003D;
}
.card-table-benchmark .head-section .btn-url {
  background-color: rgba(16, 110, 190, 0.1);
}
.card-table-benchmark .head-section .btn-url .buttonUrlBlue {
  color: #106ebe !important;
}
.card-table-benchmark .body-section {
  padding-bottom: 8px;
}
.card-table-benchmark .body-section .block-text .text-title .tender-text-stato-aggiudicazione span {
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 12px;
}
.card-table-benchmark .body-section .block-text .text-title .tender-text-stato-aggiudicazione span.aggiudicatario {
  color: #008C79;
  background: rgba(0, 140, 121, 0.2);
}
.card-table-benchmark .body-section .block-text .text-title .tender-text-stato-aggiudicazione span.partecipante {
  color: #0078D4;
  background: rgba(0, 120, 212, 0.2);
}
.card-table-benchmark .body-section .block-text .text-title .cig {
  font-weight: normal;
  color: #0c364f;
}
.card-table-benchmark .body-section .block-text .text-title .cig span {
  font-weight: bold;
}
.card-table-benchmark .body-section .block-text .text-title .anno {
  display: flex;
  flex-direction: column;
}
.card-table-benchmark .body-section .block-text .text-title .tender-text-pre-status, .card-table-benchmark .body-section .block-text .text-title .tender-text-data_pubblicazione, .card-table-benchmark .body-section .block-text .text-title .tender-text-data_scadenza {
  font-weight: normal;
  color: #0c364f;
}
.card-table-benchmark .body-section .block-text .text-title .tender-text-status, .card-table-benchmark .body-section .block-text .text-title .tender-text-pre-data_pubblicazione, .card-table-benchmark .body-section .block-text .text-title .tender-text-pre-data_scadenza {
  font-weight: bold;
}
.card-table-benchmark .body-section .block-text .text-title ul.simple-timeline {
  margin-top: 8px;
}
.card-table-benchmark .body-section .block-text .text-value .tender-text-oggetto {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: normal;
  overflow: hidden;
}
.card-table-benchmark .body-section .block-text .text-value .tender-text-importo-aggiudicazione {
  font-size: 16px;
  color: #0c364f;
}
.card-table-benchmark .body-section .block-text .text-value .tender-text-importo-aggiudicazione .icon {
  color: #FFA200;
}
.card-table-benchmark .body-section .block-text .text-value .tender-text-partecipanti {
  color: #0c364f;
}
.card-table-benchmark .body-section .block-text .text-value .tender-text-oggetto:hover, .card-table-benchmark .body-section .block-text .text-value .tender-text-operatore-economico:hover, .card-table-benchmark .body-section .block-text .text-value .tender-text-nome_ente:hover {
  cursor: pointer;
}
.card-table-benchmark .body-section .block-text .text-value .tender-text-status {
  color: #0c364f;
}
.card-table-benchmark .body-section .block-text .text-value .tender-text-status.expired {
  color: #C00000;
}
.card-table-benchmark .body-section .block-text .text-value .tender-text-status.expiring {
  color: #FF4A09;
}
.card-table-benchmark .body-section .split-right {
  padding-left: 17px;
  border-left: 1px solid #CDD4D9;
}
.card-table-benchmark .body-section-transition {
  background-color: rgba(0, 69, 120, 0.05);
}
.card-stazione-appaltante-contratti-in-corso .row.wrapper .icon {
  color: #008C79;
}
.card-stazione-appaltante-contratti-in-corso .row.wrapper .body .label {
  margin-top: 5px;
}
.card-stazione-appaltante-amount-awarded .row.wrapper .icon {
  color: #FFA200;
}
.card-stazione-appaltante-amount-awarded .row.wrapper .body .label {
  margin: 10px 0 5px 0;
}
.card-contratto-partecipanti .row.wrapper {
  align-items: normal;
}
.card-contratto-partecipanti .row.wrapper .body {
  margin: 0;
}
.card-contratto-partecipanti .row.wrapper .body-right .text {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 5px;
}
.card-contratto-partecipanti .row.wrapper .body-right .text .icon_imprese_professionisti {
  color: #0c364f;
}
.card-contratto-partecipanti .row.wrapper .body-right .text .icon_raggruppamenti {
  color: #DF0037;
}
.card-contratto-importi .row.wrapper .icon {
  color: #FFA200;
}
.card-contratto-stazione-appaltante {
  height: 100%;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.card-contratto-durata {
  background: transparent linear-gradient(107deg, #004578 0%, #0c364f 100%) 0% 0% no-repeat padding-box;
  color: #ffffff;
}
.card-contratto-durata .row.wrapper {
  justify-content: space-between;
}
.card-contratto-durata .row.wrapper .body--progress {
  width: 100%;
  height: 10px;
}
.card-contratto-durata .row.wrapper .text {
  margin-top: 5px;
}
.card-contratto-durata .row.wrapper .text .label {
  color: rgba(255, 255, 255, 0.7);
}
.card-operatore_economico-amount-awarded .row.wrapper .icon {
  color: #FFA200;
}
.card-operatore_economico-amount-awarded .row.wrapper .body .label {
  margin: 10px 0 5px 0;
}
.card-info-bandi .row.wrapper .icon {
  color: #008C79;
}
.card-tender-result .row.wrapper {
  border-radius: 4px;
  background: rgba(16, 110, 190, 0.1);
}
.card-tender-result .row.wrapper .icon {
  color: #FFA200;
}
.card-tender-result .row.wrapper .row, .card-tender-result .row.wrapper .table-new-top, .card-tender-result .row.wrapper .table-new-row, .card-tender-result .row.wrapper .q-table__card {
  background: transparent;
}
.card-tender-result .row.wrapper .card-blurred {
  background: #c6d4de;
}
.card-tender-result .row.wrapper .table-new-row {
  border-bottom: rgba(12, 54, 79, 0.1) solid 1px;
}
.card-tender-result .row.wrapper .table-new-row:last-child {
  border-bottom: none;
}
.card-tender-result .row.wrapper .table-new-row .link-cig:visited {
  color: #106ebe;
}
.card-tender-result .table-new-card {
  box-shadow: none;
}
.card-completamento-profilo {
  text-align: left;
}
.card-completamento-profilo .row.wrapper .title, .card-completamento-profilo .card .row.wrapper .title--no-margin, .card .card-completamento-profilo .row.wrapper .title--no-margin {
  margin-left: 0;
}
.card-analisi-benchmark {
  color: #ffffff;
  background: transparent linear-gradient(123deg, #E0003D 0%, #C00094 100%);
  text-align: left;
}
.card-analisi-benchmark .row.wrapper {
  background-repeat: no-repeat;
  background-position: 101% 110%;
}
.card-analisi-benchmark .row.wrapper .icon {
  color: #ffffff;
}
.card-analisi-benchmark .row.wrapper .title, .card-analisi-benchmark .card .row.wrapper .title--no-margin, .card .card-analisi-benchmark .row.wrapper .title--no-margin {
  margin-left: 0;
  font-size: 18px;
}
.card-analisi-benchmark .row.wrapper .body.text {
  margin-bottom: 20px;
}
.card-analisi-benchmark .row.wrapper .body p {
  margin-bottom: 0;
}
.card-need-support .row.wrapper {
  align-items: normal;
  flex-direction: column;
  min-height: 270px;
  background-repeat: no-repeat;
  background-position: right bottom;
}
.card-need-support .row.wrapper .title, .card-need-support .card .row.wrapper .title--no-margin, .card .card-need-support .row.wrapper .title--no-margin {
  margin-left: 0;
}
.card-need-support .row.wrapper .body.icon-link {
  color: #EE7700;
}
.card-need-support .row.wrapper .body.icon-link:hover {
  text-decoration: underline;
  cursor: pointer;
}
.card-need-support .row.wrapper .body.icon-link .icon {
  color: #EE7700;
  background-color: rgba(238, 119, 0, 0.1);
  border-radius: 50%;
  padding: 10px;
}
.card-need-support .row.wrapper .body.icon-link .text {
  font-size: 13px;
  font-weight: bold;
  margin-left: 3px;
}
.card-news {
  color: #ffffff;
  background: transparent linear-gradient(130deg, #106ebe 0%, #003C6A 100%);
}
.card-news .row.wrapper .icon {
  color: #ffffff;
}
.card-news .row.wrapper .body .text {
  color: #ffffff;
}
.card-news .row.wrapper .body .label {
  color: #ffffff;
}
.card-news .row.wrapper .body .value a {
  color: #ffffff;
  text-decoration: none;
}
.card-news .row.wrapper .body .value:hover {
  text-decoration: underline;
}

.icon--unlimited {
  color: #FFA200;
}

.tree-contratto-partecipanti {
  width: 100%;
}
.tree-contratto-partecipanti__root, .tree-contratto-partecipanti__award, .tree-contratto-partecipanti__default {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.tree-contratto-partecipanti__root .icon, .tree-contratto-partecipanti__root .text, .tree-contratto-partecipanti__root .url, .tree-contratto-partecipanti__award .icon, .tree-contratto-partecipanti__award .text, .tree-contratto-partecipanti__award .url, .tree-contratto-partecipanti__default .icon, .tree-contratto-partecipanti__default .text, .tree-contratto-partecipanti__default .url {
  align-self: center;
}
.tree-contratto-partecipanti__root .chips, .tree-contratto-partecipanti__award .chips, .tree-contratto-partecipanti__default .chips {
  flex: 1;
  display: inline-block;
}
.tree-contratto-partecipanti__root .icon {
  font-size: 20px;
  color: #106ebe;
}
.tree-contratto-partecipanti__root .title, .tree-contratto-partecipanti__root .card .row.wrapper .title--no-margin, .card .row.wrapper .tree-contratto-partecipanti__root .title--no-margin {
  margin-left: 13px;
  font-size: 16px;
  font-weight: bold;
  color: #0c364f;
}
.tree-contratto-partecipanti__award, .tree-contratto-partecipanti__default {
  padding: 5px;
  border-radius: 5px;
}
.tree-contratto-partecipanti__award .icon, .tree-contratto-partecipanti__default .icon {
  font-size: 20px;
  color: rgba(0, 69, 120, 0.5);
}
.tree-contratto-partecipanti__award .title, .tree-contratto-partecipanti__award .card .row.wrapper .title--no-margin, .card .row.wrapper .tree-contratto-partecipanti__award .title--no-margin, .tree-contratto-partecipanti__default .title, .tree-contratto-partecipanti__default .card .row.wrapper .title--no-margin, .card .row.wrapper .tree-contratto-partecipanti__default .title--no-margin {
  margin-left: 13px;
  line-height: 20px;
  font-size: 14px;
  font-weight: bold;
  color: #0c364f;
}
.tree-contratto-partecipanti__award .subtitle, .tree-contratto-partecipanti__default .subtitle {
  width: 100%;
  margin-left: 13px;
  font-size: 10px;
  font-weight: bold;
  line-height: 14px;
  color: rgba(12, 54, 79, 0.7);
}
.tree-contratto-partecipanti__award .chip-award, .tree-contratto-partecipanti__award .chip-group, .tree-contratto-partecipanti__default .chip-award, .tree-contratto-partecipanti__default .chip-group {
  margin-left: 10px;
}
.tree-contratto-partecipanti__award .chip-award span, .tree-contratto-partecipanti__award .chip-group span, .tree-contratto-partecipanti__default .chip-award span, .tree-contratto-partecipanti__default .chip-group span {
  padding: 4px 8px;
  font-size: 12px;
  font-weight: bold;
  border-radius: 24px;
}
.tree-contratto-partecipanti__award .chip-award span, .tree-contratto-partecipanti__default .chip-award span {
  color: #008C79;
  background: rgba(0, 140, 121, 0.2);
}
.tree-contratto-partecipanti__award .chip-group span, .tree-contratto-partecipanti__default .chip-group span {
  color: #106ebe;
  background: rgba(16, 110, 190, 0.2);
}
.tree-contratto-partecipanti__award .url, .tree-contratto-partecipanti__default .url {
  justify-content: flex-end;
}
.tree-contratto-partecipanti__award {
  background-color: rgba(0, 140, 121, 0.1);
}
.tree-contratto-partecipanti__award .icon {
  color: #008C79;
}

.tree {
  --spacing: 1.5rem;
  --radius: 10px;
  padding-left: 0;
  margin-left: -35px;
  margin-top: 0;
}
.tree summary {
  display: block;
  cursor: pointer;
}
.tree summary .icon {
  font-size: 14px;
  color: #004578;
  margin-right: 8px;
}
.tree summary .icon--free {
  color: #004578;
}
.tree summary .icon--start {
  color: #41A8FF;
}
.tree summary .icon--plus {
  color: #008C79;
}
.tree summary .icon--unlimited {
  color: #FFA200;
}
.tree summary .label {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  margin-right: 8px;
}
.tree .user_subscription_benchmark {
  margin-top: 10px;
}
.tree .user_subscription_benchmark .icon {
  color: #E0003D;
  margin-right: 6px;
}
.tree li {
  display: block;
  position: relative;
  padding-left: calc(2 * var(--spacing) - var(--radius) - 2px);
}
.tree ul {
  padding-left: 0;
}
.tree ul li {
  margin-top: 10px;
  font-size: 12px;
}
.tree ul li .trial {
  font-weight: bold;
}
.tree ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  width: calc(var(--spacing) - 5px);
  height: calc(var(--spacing) - 10px);
  border: solid #0c364f;
  border-width: 0 0 1px 1px;
}
.tree .text-expired {
  display: inline-block;
  font-size: 12px;
  color: #C00000;
  height: 22px;
  background-color: rgba(192, 0, 0, 0.1);
  padding: 0 8px;
  border-radius: 16px;
}

.list--manuali a:hover {
  background-color: rgba(0, 120, 212, 0.1);
  font-weight: bold;
}
.list--manuali a .icon {
  color: #0c364f;
}
.list--manuali a .text {
  color: #0078D4;
}

.progress-bar-linear {
  height: 10px;
  border-radius: 8px;
  border: 1px solid #557387;
  overflow: hidden;
  position: relative;
  background-color: #557387;
}
.progress-bar-linear span {
  height: 100%;
  width: 0;
  position: absolute;
  text-align: end;
  padding-right: 5px;
}
.progress-bar-linear--green span {
  background-color: #008C79;
}
.progress-bar-linear--yellow span {
  background-color: #FFA200;
}
.progress-bar-linear--orange span {
  background-color: #FF4A09;
}

.stripe {
  width: 100%;
  height: 74px;
  border-radius: 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.stripe__icon {
  font-size: 24px;
  margin-left: 14px;
  padding: 8px;
  border-radius: 4px;
}
.stripe__text {
  margin-left: 10px;
}
.stripe__text__title {
  font-size: 80%;
}
.stripe__text__title--big {
  font-size: 24px;
}
.stripe__text__value {
  font-weight: bold;
  text-transform: uppercase;
}
.stripe__text__value--big {
  font-size: 24px;
}
.stripe__subtext {
  width: 100%;
  margin-left: 14px;
  margin-top: -15px;
  line-height: 8px;
}
.stripe__subtext__title {
  font-size: 80%;
}
.stripe--click:hover {
  cursor: pointer;
}
.stripe--secondary {
  background: rgba(16, 110, 190, 0.1);
  color: #106ebe;
}
.stripe--secondary .stripe__icon {
  background: rgba(16, 110, 190, 0.1);
}
.stripe--gray {
  background: rgba(12, 54, 79, 0.05);
  color: #004578;
}
.stripe--gray .stripe__icon {
  background: rgba(0, 69, 120, 0.1);
}
.stripe--pink {
  background: rgba(12, 54, 79, 0.05);
  color: #FE79B6;
}
.stripe--pink .stripe__icon {
  background: rgba(254, 121, 182, 0.1);
}
.stripe--orange {
  background: #ff4a09;
  color: #ffffff;
}
.stripe--orange .stripe__icon {
  background: rgba(255, 255, 255, 0.3);
}

.tables {
  background: transparent;
  border-radius: 5px;
  color: #0c364f;
}
.tables .q-table__top,
.tables .q-table__bottom {
  background-color: #ffffff;
}
.tables .header-table {
  margin-bottom: 0;
  background: #ffffff;
  color: #ffffff;
  padding: 0 1rem;
}
.tables .header-table-col {
  padding: 0 0.5rem;
  border-right: #DDDDDD solid 1px;
  font-size: 12px;
  font-weight: 600;
}
.tables .header-table-col:last-of-type, .tables .header-table-col--no-border {
  border-right: none;
}
.tables .header-table-col-sort {
  cursor: pointer;
}
.tables .header-table-col-sort--disable {
  cursor: default;
}
.tables .header-table-benchmark {
  padding-top: 4px;
  padding-bottom: 4px;
  background: #E0003D;
}
.tables tbody > .row {
  background-color: #ffffff;
  padding: 0.5rem 1rem;
  font-size: 13px;
  border-bottom: 16px solid #F2F5F7;
}
.tables tbody .row-benchmark:hover {
  cursor: default;
}
.tables tbody .row-benchmark--expiring {
  background-color: #FAF6F5;
}
.tables tbody .row-benchmark .tender-col {
  padding: 0 0.5rem;
}
.tables tbody .row-benchmark .tender-col .tender-block {
  margin-top: 0.5rem;
}
.tables tbody .row-benchmark .tender-col .tender-block-oggetto {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: normal;
  overflow: hidden;
}
.tables tbody .row-benchmark .tender-col .tender-block-cig-anno {
  display: flex;
  justify-content: space-between;
}
.tables tbody .row-benchmark .tender-col .tender-block-cig, .tables tbody .row-benchmark .tender-col .tender-block-anno-aggiornamento {
  display: inline-block;
}
.tables tbody .row-benchmark .tender-col .tender-block-importo-aggiudicazione {
  font-size: 16px;
}
.tables tbody .row-benchmark .tender-col .tender-block-importo-aggiudicazione .icon {
  color: #FFA200;
}
.tables tbody .row-benchmark .tender-col .tender-text-oggetto, .tables tbody .row-benchmark .tender-col .tender-text-cig, .tables tbody .row-benchmark .tender-col .tender-text-anno-aggiornamento, .tables tbody .row-benchmark .tender-col .tender-text-nome_ente, .tables tbody .row-benchmark .tender-col .tender-text-importo-aggiudicazione, .tables tbody .row-benchmark .tender-col .tender-text-operatore-economico, .tables tbody .row-benchmark .tender-col .tender-text-partecipanti, .tables tbody .row-benchmark .tender-col .tender-text-status, .tables tbody .row-benchmark .tender-col .tender-text-pre-data_pubblicazione, .tables tbody .row-benchmark .tender-col .tender-text-pre-data_scadenza {
  font-weight: bold;
}
.tables tbody .row-benchmark .tender-col .tender-text-oggetto, .tables tbody .row-benchmark .tender-col .tender-text-nome_ente, .tables tbody .row-benchmark .tender-col .tender-text-operatore-economico {
  color: #106ebe;
}
.tables tbody .row-benchmark .tender-col .tender-text-oggetto:hover, .tables tbody .row-benchmark .tender-col .tender-text-nome_ente:hover, .tables tbody .row-benchmark .tender-col .tender-text-operatore-economico:hover {
  cursor: pointer;
}
.tables tbody .row-benchmark .tender-col .tender-text-operatore-economico .icon {
  color: #707070;
}
.tables tbody .row-benchmark .tender-col .tender-text-stato-aggiudicazione span {
  padding: 4px 8px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 24px;
}
.tables tbody .row-benchmark .tender-col .tender-text-stato-aggiudicazione span.aggiudicatario {
  color: #008C79;
  background: rgba(0, 140, 121, 0.2);
}
.tables tbody .row-benchmark .tender-col .tender-text-stato-aggiudicazione span.partecipante {
  color: #0078D4;
  background: rgba(0, 120, 212, 0.2);
}
.tables tbody .row-benchmark .tender-col .tender-text-status {
  color: #0c364f;
}
.tables tbody .row-benchmark .tender-col .tender-text-status.expired {
  color: #C00000;
}
.tables tbody .row-benchmark .tender-col .tender-text-status.expiring {
  color: #FF4A09;
}

.table-new-top {
  background-color: #FFF;
  width: 100%;
  padding: 20px 8px 13px 8px;
}
.table-new-top__icon {
  font-size: 20px;
  color: var(--color);
  float: left;
  margin-right: 16px;
}
.table-new-top__title {
  float: left;
  color: #0c364f;
  font-size: 16px;
  font-weight: bold;
  margin-right: 16px;
}
.table-new-top__total {
  color: #106ebe;
  font-size: 12px;
  padding: 1px 8px;
  background: rgba(16, 110, 190, 0.2);
  border-radius: 24px;
  float: left;
}
.table-new-top__total__number {
  font-weight: bold;
}
.table-new-top__url {
  float: right;
  color: rgba(16, 110, 190, 0.9);
}
.table-new-top__url__view_all {
  font-size: 12px;
}
.table-new-top__url__view_all-icon {
  margin: 0 0 1px 3px;
}
.table-new-card {
  width: 100%;
  padding: 0 8px 18px 8px;
  box-shadow: 0 3px 24px rgba(0, 69, 120, 0.168627451);
  border-radius: 4px;
}
.table-new-col {
  height: 100%;
}
.table-new-row {
  padding: 8px;
}
.table-new-row:nth-child(odd) {
  background: #F2F5F8;
}
.table-new-title {
  color: rgba(0, 69, 120, 0.5);
  font-size: 12px;
  font-weight: bold;
}
.table-new-object {
  padding-right: 5px;
}
.table-new-object__prefer {
  float: left;
  margin-left: -4px;
}
.table-new-object__oggetto {
  font-size: 14px;
  font-weight: bolder;
  color: #106ebe;
}
.table-new-object__aggiudicatario {
  font-size: 14px;
  font-weight: bolder;
}
.table-new-object__nome_ente, .table-new-object__tipologia_art190, .table-new-object__data_scadenza {
  font-size: 14px;
  font-weight: bolder;
  color: #004578;
}
.table-new-object__url_tender {
  height: 80%;
}

.minicard {
  color: #FFFFFF;
  min-height: 86px;
  height: 100%;
  cursor: pointer;
}
.minicard__arrow-link {
  margin-left: 8px;
}
.minicard__section {
  display: flex;
  align-items: center;
  justify-content: left;
}
.minicard__section-primary {
  padding-top: 16px;
  padding-bottom: 8px;
}
.minicard__section-secondary {
  padding-top: 0;
  padding-bottom: 10px;
}
.minicard-container__icon {
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-right: 8px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.minicard-container__title h1 {
  font-weight: bold;
}
.minicard-container__subtitle {
  font-size: 12px;
  font-weight: bold;
  display: block;
  align-items: center;
}
.minicard-albi-can_enabled {
  background-color: #0078d4;
}
.minicard-albi-enabled {
  background-color: #008c79;
}
.minicard-albi-inqualification {
  background-color: #ffa200;
}
.minicard-albi-expiring {
  background-color: #fe5e37;
}
.minicard-albi-expired {
  background-color: #c00000;
}
.minicard-tenders {
  background-color: #0078d4;
}
.minicard-tender-invited {
  color: #EE7700;
  background-color: rgba(238, 119, 0, 0.2);
  background-repeat: no-repeat;
  background-position: right bottom;
}
.minicard-tender-invited .minicard-container__subtitle {
  color: #0C364F;
}
.minicard-tender-subscription {
  color: #008C79;
  background-color: rgba(0, 140, 121, 0.2);
}
.minicard-tender-subscription .minicard-container__subtitle {
  color: #0C364F;
}
.minicard-adv {
  border-radius: 4px;
}
.minicard-adv:hover {
  cursor: pointer;
}

.chip {
  display: inline-block;
  height: 25px;
  padding: 0 5px;
  width: auto;
  color: #ffffff;
  border-radius: 16px;
  transition: all ease 0.2s;
}
.chip__icon {
  font-style: normal;
  margin: 4px 0 0 1px;
  font-size: 16px;
}
.chip__text {
  font-size: 14px;
  margin-left: 1px;
}
.chip__text--small {
  font-size: 12px;
}
.chip__deletable {
  margin-left: 5px;
}
.chip--bold {
  font-weight: bold;
}
.chip--clickable {
  cursor: pointer;
}
.chip--primary {
  background: #0c364f;
  background: rgba(12, 54, 79, 0.2);
  color: #0c364f;
}
.chip--primary--neon {
  box-shadow: rgba(12, 54, 79, 0.4) 0 0 5px 5px, rgba(12, 54, 79, 0.3) 0 0 10px 10px;
}
.chip--primary--neon:hover {
  transform: translate(0px);
  box-shadow: 0 0 15px 10px rgba(12, 54, 79, 0.7);
}
.chip--primary--border {
  border: 1px solid #0c364f;
}
.chip--primary--opacity {
  color: #0c364f;
  background-color: rgba(12, 54, 79, 0.1);
}
.chip--primary--inverse {
  color: #0c364f;
  background-color: #ffffff;
}
.chip--secondary {
  background: #106ebe;
  background: rgba(16, 110, 190, 0.1);
  color: #106ebe;
}
.chip--secondary--neon {
  box-shadow: rgba(16, 110, 190, 0.4) 0 0 5px 5px, rgba(16, 110, 190, 0.3) 0 0 10px 10px;
}
.chip--secondary--neon:hover {
  transform: translate(0px);
  box-shadow: 0 0 15px 10px rgba(16, 110, 190, 0.7);
}
.chip--secondary--border {
  border: 1px solid #106ebe;
}
.chip--secondary--opacity {
  color: #106ebe;
  background-color: rgba(16, 110, 190, 0.1);
}
.chip--secondary--inverse {
  color: #106ebe;
  background-color: #ffffff;
}
.chip--secondary-light {
  background: #0078D4;
}
.chip--secondary-light--neon {
  box-shadow: rgba(0, 120, 212, 0.4) 0 0 5px 5px, rgba(0, 120, 212, 0.3) 0 0 10px 10px;
}
.chip--secondary-light--neon:hover {
  transform: translate(0px);
  box-shadow: 0 0 15px 10px rgba(0, 120, 212, 0.7);
}
.chip--secondary-light--border {
  border: 1px solid #0078D4;
}
.chip--secondary-light--opacity {
  color: #0078D4;
  background-color: rgba(0, 120, 212, 0.1);
}
.chip--secondary-light--inverse {
  color: #0078D4;
  background-color: #ffffff;
}
.chip--medium-blue {
  background: #41A8FF;
}
.chip--medium-blue--neon {
  box-shadow: rgba(65, 168, 255, 0.4) 0 0 5px 5px, rgba(65, 168, 255, 0.3) 0 0 10px 10px;
}
.chip--medium-blue--neon:hover {
  transform: translate(0px);
  box-shadow: 0 0 15px 10px rgba(65, 168, 255, 0.7);
}
.chip--medium-blue--border {
  border: 1px solid #41A8FF;
}
.chip--medium-blue--opacity {
  color: #41A8FF;
  background-color: rgba(65, 168, 255, 0.1);
}
.chip--medium-blue--inverse {
  color: #41A8FF;
  background-color: #ffffff;
}
.chip--green {
  background: #008C79;
}
.chip--green--neon {
  box-shadow: rgba(0, 140, 121, 0.4) 0 0 5px 5px, rgba(0, 140, 121, 0.3) 0 0 10px 10px;
}
.chip--green--neon:hover {
  transform: translate(0px);
  box-shadow: 0 0 15px 10px rgba(0, 140, 121, 0.7);
}
.chip--green--border {
  border: 1px solid #008C79;
}
.chip--green--opacity {
  color: #008C79;
  background-color: rgba(0, 140, 121, 0.1);
}
.chip--green--inverse {
  color: #008C79;
  background-color: #ffffff;
}
.chip--yellow {
  background: #FFA200;
}
.chip--yellow--neon {
  box-shadow: rgba(255, 162, 0, 0.4) 0 0 5px 5px, rgba(255, 162, 0, 0.3) 0 0 10px 10px;
}
.chip--yellow--neon:hover {
  transform: translate(0px);
  box-shadow: 0 0 15px 10px rgba(255, 162, 0, 0.7);
}
.chip--yellow--border {
  border: 1px solid #FFA200;
}
.chip--yellow--opacity {
  color: #FFA200;
  background-color: rgba(255, 162, 0, 0.1);
}
.chip--yellow--inverse {
  color: #FFA200;
  background-color: #ffffff;
}
.chip--orange {
  background: #FF4A09;
}
.chip--orange--neon {
  box-shadow: rgba(255, 74, 9, 0.4) 0 0 5px 5px, rgba(255, 74, 9, 0.3) 0 0 10px 10px;
}
.chip--orange--neon:hover {
  transform: translate(0px);
  box-shadow: 0 0 15px 10px rgba(255, 74, 9, 0.7);
}
.chip--orange--border {
  border: 1px solid #FF4A09;
}
.chip--orange--opacity {
  color: #FF4A09;
  background-color: rgba(255, 74, 9, 0.1);
}
.chip--orange--inverse {
  color: #FF4A09;
  background-color: #ffffff;
}
.chip--red {
  background: #E0003D;
}
.chip--red--neon {
  box-shadow: rgba(224, 0, 61, 0.4) 0 0 5px 5px, rgba(224, 0, 61, 0.3) 0 0 10px 10px;
}
.chip--red--neon:hover {
  transform: translate(0px);
  box-shadow: 0 0 15px 10px rgba(224, 0, 61, 0.7);
}
.chip--red--border {
  border: 1px solid #E0003D;
}
.chip--red--opacity {
  color: #E0003D;
  background-color: rgba(224, 0, 61, 0.1);
}
.chip--red--inverse {
  color: #E0003D;
  background-color: #ffffff;
}
.chip-status-user-subscription {
  margin-left: 10px;
}
.chip-status-user-subscription .chip {
  padding: 0 8px;
}
.chip-status-user-subscription-unlimited .chip__text {
  color: #0c364f;
}
.chip-query-timeline {
  background-color: white;
  color: red;
  border: solid 1px red;
}
.chip-query-timeline .chip__icon {
  border-radius: 50%;
  background-color: red;
  color: #ffffff;
  padding: 2px 6px;
  font-size: 12px;
}
.chip-query-benchmark {
  height: 22px;
}
.chip-query-benchmark .chip__icon {
  font-size: 12px;
}

.dialog__card {
  width: 700px;
  max-width: 80vw !important;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}
.dialog__card__header {
  padding: 0;
  flex-shrink: 0;
}
.dialog__card__selected {
  color: #0c364f;
  font-size: 12px;
  font-weight: bold;
  border-bottom: 2px solid rgba(12, 54, 79, 0.1);
  padding: 8px 16px;
}
.dialog__card__body {
  padding: 0 24px 0 24px;
  flex-grow: 1;
  overflow: auto;
  min-height: 2em;
}
.dialog__card__actions {
  border-top: 2px solid rgba(12, 54, 79, 0.1);
}

.dialog-query-timeline .dialog__card__actions {
  flex-shrink: 0;
  color: #ffffff;
  justify-content: space-between;
  background-image: linear-gradient(to right, #E0003D, #df0053, #da0069, #d0007f, #c00094);
}
.dialog-query-timeline .dialog__card__actions a:visited {
  color: #C7E0F4;
}
.dialog-query-timeline .dialog__card__actions__text {
  text-align: right;
  margin-right: 15px;
}
.dialog-query-timeline .dialog__card__actions__text .container {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dialog-query-timeline .dialog__card__actions__text .text-container {
  display: flex;
  flex-direction: column;
}
.dialog-query-timeline .dialog__card__actions__text p {
  margin: 0;
  padding: 0;
}

.dialog-query-finished div.row {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.dialog-query-finished div.row .text.first {
  margin-top: 5px;
  color: #E0003D;
  font-size: 16px;
  font-weight: bold;
}
.dialog-query-finished div.row .text.second {
  color: #106ebe;
  font-size: 13px;
}
.dialog-query-finished div.row.icon {
  justify-content: end;
}

.dialog-query-decrease div.row {
  text-align: center;
  justify-content: center;
  align-items: center;
}
.dialog-query-decrease div.row .text.first {
  margin-top: 5px;
  color: #0c364f;
  font-size: 16px;
  font-weight: bold;
}
.dialog-query-decrease div.row .text.second {
  color: #0c364f;
  font-size: 13px;
}
.dialog-query-decrease div.row .text.third {
  color: #E0003D;
  font-size: 13px;
}
.dialog-query-decrease div.row.icon {
  justify-content: end;
}
.dialog-query-decrease div.row .cancel {
  margin-right: 5px;
}
.dialog-query-decrease div.row .ok {
  margin-left: 5px;
}

.dialog-error-benchmark .dialog__card {
  width: 500px;
  max-width: 80vw !important;
}
.dialog-error-benchmark .dialog__card .card__header {
  background-color: #ffffff;
  min-height: 32px;
}
.dialog-error-benchmark .dialog__card .card__header .wrapper {
  padding: 9px 12px;
}
.dialog-error-benchmark .dialog__card .card__header__icon {
  font-size: 1rem;
  width: 100%;
}
.dialog-error-benchmark .dialog__card .card__header__icon i {
  float: right;
}
.dialog-error-benchmark .dialog__card__body {
  color: #0c364f;
  text-align: center;
}
.dialog-error-benchmark .dialog__card__body .text--unlimited {
  color: #FFA200;
}
.dialog-error-benchmark .dialog__card__body .subtitle {
  color: #004578;
  font-size: 13px;
}

.timeline-filter-query__entry .q-timeline__subtitle, .timeline-filter-query__entry .q-timeline__title {
  margin-bottom: 8px;
  opacity: 1;
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0;
  font-size: 13px;
}
.timeline-filter-query__entry .q-timeline__dot {
  color: red !important;
}
.timeline-filter-query__entry .q-timeline__dot:after {
  opacity: 1;
  content: " " !important;
}
.timeline-filter-query__entry .q-timeline__title {
  font-weight: bold;
}
.timeline-filter-query__list__item__section-icon {
  padding-right: 0;
  margin-right: 6px;
  min-width: 0;
}
.timeline-filter-query__list__item__section-icon .icon-filter-query {
  color: #106ebe;
}
.timeline-filter-query__list__item__section-text .text-filter-query {
  font-size: 12px;
  color: #106ebe;
}
ul.simple-timeline {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}
ul.simple-timeline li {
  position: relative;
  padding: 0 0 0 20px;
  margin-bottom: 10px;
}
ul.simple-timeline li::before {
  content: " ";
  left: 0;
  top: 6px;
  position: absolute;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #106ebe;
  border-radius: 100%;
}
ul.simple-timeline li.in_corso::before {
  background-color: #0c364f;
}
ul.simple-timeline li.in_corso .icon {
  color: #0c364f;
}
ul.simple-timeline li.expiring::before {
  background-color: #FF4A09;
}
ul.simple-timeline li.expiring .icon {
  color: #ff4a09;
}
ul.simple-timeline li.expired::before {
  background-color: #C00000;
}
ul.simple-timeline li.expired .icon {
  color: #C00000;
}
ul.simple-timeline li::after {
  content: " ";
  position: absolute;
  top: 16px;
  bottom: -16px;
  left: 4px;
  border-left: lightgrey 2px solid;
}
ul.simple-timeline li:last-of-type::after {
  display: none;
}
ul.simple-timeline li.success::before {
  background-color: #21BA45;
}
ul.simple-timeline li.warning::before {
  background-color: #F2C037;
}
ul.simple-timeline li.danger::before {
  background-color: #C10015;
}
ul.simple-timeline li strong,
ul.simple-timeline li small {
  display: block;
}

.tooltip_anac-info, .tooltip_anno-aggiornamento {
  color: #ffffff;
  background-color: #000000;
}

/*# sourceMappingURL=app.d4ab0380.css.map*/