/*
* main.css
* File include item main specific css only
******************************************************************************/

.bg-testata {
  background-image: url('../../assets/img/bg_testata.jpg?v=1234');
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: bottom;
  background-size: cover;
  border-radius: 6px;
  padding: 30px 20px;
  margin: 0 2px;
  color: #ffffff;
}

.p-custom{
  padding-left: 10px;
}

.menu-vertical .menu-inner>.menu-item .menu-link {
  margin: 0rem 0.5rem !important;
}

.bg-testata .text-muted {
  color: #ffffff;
}

.bg-outline-primary{
  border: 1px solid var(--bs-primary);
}

.bg-outline-primary h4, .bg-outline-primary i{
  color: var(--bs-primary) !important;
}

.required {
  color: var(--bs-danger);
}

.item-oldCrm-print{
  color: var(--bs-secondary) !important;
}

.bread-link{
  color: #ffffff;
}

.border_line_custom{
  border-bottom: 1px solid #d9dee3;
  padding-top: 15px;
  margin-bottom: 7px;
}

.bread-link:hover{
  color: #ffffff;
  text-decoration: underline;
}

.simulate_textarea{
  background-color: #edeef2;
  border: 1px solid #d9dee3;
  border-radius: 5px;
  padding: 10px;
}

input.required {
  border-color: var(--bs-danger);
}

thead input {
  width: 100%;
  padding: 3px;
  box-sizing: border-box;
}

.border-right-primary{
  border-right: 1px solid var(--bs-primary);
}

table.dataTable thead>tr>th.sorting::after,
table.dataTable thead>tr>th.sorting_desc::after {
  top: 20px;
}

table.dataTable thead th {
  vertical-align: top;
}

.font-small {
  font-size: .8em;
}

.min_height{
  min-height: 80px;
}

.text-right{
  text-align: right !important;
}

.italic_font {
  font-style: italic;
}
.bold_font{
  font-weight: bold;
}

td:has(.allineaDX) {
  text-align: right !important;
}

.gauge-fill.bg-danger {
  --fill-start: #ff8080;
  --fill-end: #fe0000;
}

.gauge-fill.bg-warning {
  --fill-start: #fbec8b;
  --fill-end: #f7d917;
}

.gauge-fill.bg-success {
  --fill-start: #bddbb1;
  --fill-end: #7bb662;
}

.btn-action {
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  padding: 6px 2px 6px 6px;
  box-shadow: 2px 2px 5px #999;
  display: inline-block;
  background-color: #FFF;
}

.fixed_avatar{
  width: 25px;
  height: 25px;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active {
  background: #fff;
  outline: none;
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
  -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
  box-shadow: inset 0px 0px 5px #c1c1c1;
}

.btn-action-dt {
  /*padding: 6px 8px 6px 10px;*/
  padding: 4px;
  border: 1px solid #CDCDCD;
  border-radius: 4px;
  box-shadow: 2px 2px 5px #999;
  display: inline-block;
  background-color: #FFF;
  font-size: 16px;
  color: var(--bs-secondary);
}

.btn-action-dt:hover,
.btn-action-dt:focus,
.btn-action-dt:active {
  background: #fff;
  outline: none;
  -webkit-box-shadow: inset 0px 0px 5px #c1c1c1;
  -moz-box-shadow: inset 0px 0px 5px #c1c1c1;
  box-shadow: inset 0px 0px 5px #c1c1c1;
  color: var(--bs-secondary);
}

.cursor_pointer{
  cursor: pointer;
}

@media print {
  .yadcf-filter {
    display: none !important;
  }
}

.menu .app-brand.demo {
  height: 64px;
  margin-top: 12px;
}

.app-brand-logo.demo svg {
  width: 22px;
  height: 38px;
}

.app-brand-text.demo {
  font-size: 1.75rem;
  letter-spacing: -0.5px;
  text-transform: lowercase;
}

.disabled-user  {
  color: #888888;             /* Gray text */
  background-color: #f0f0f0;  /* Light gray background */
}

.disabled-user td:nth-child(1),.disabled-user td:nth-child(2) ,.disabled-user td:nth-child(3)  {
  color: #888888;             /* Gray text */
  opacity: 0.5;               /* Makes it look “disabled” */
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
/* Detached navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 76px !important;
}

/* Default navbar */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}

/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

@media (min-width: 768px) {
  .dataTables_filter {
    float: none !important;
    text-align: center !important;
  }
}

.swal2-container.swal2-backdrop-show{
  z-index: 999999;
}

/* grafici homepage */

#barChartCriticita path, #barChartCriticita .apexcharts-legend-text{
  cursor: pointer;
}

.apexcharts-series path,
.apexcharts-marker, .apexcharts-legend-text {
  cursor: pointer;
}

/* grafici homepage */

.apex-custom-tooltip{
  background-color: white !important;
  color: var(--bs-body-color) !important;
}

.mr-2{
  margin-right: 7px !important;
}

/*
* Content
******************************************************************************/

.justify-content-end.hide{
  display: none !important;
}

.demo-blocks>* {
  display: block !important;
}

.demo-inline-spacing>* {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing>* {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg>* {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-lg.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl>* {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}

.demo-vertical-spacing-xl.demo-only-element> :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}

.layout-demo-placeholder img {
  width: 900px;
}

.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: var(--bs-primary-light);
  border: 1px solid var(--bs-primary);
}

/* fix colore row datatable*/
table.dataTable>tbody>tr.selected>td.select-checkbox::after,
table.dataTable>tbody>tr.selected>th.select-checkbox::after {
  margin-top: -18px !important;
}

.table.dataTable>tbody>tr.selected>* {
  color: var(--bs-primary) !important;
  background-color: rgba(var(--bs-primary-rgb), .05) !important;
  box-shadow: unset !important;
  font-weight: 500;
}

table.dataTable>tbody>tr.selected>td.select-checkbox:before,
table.dataTable>tbody>tr.selected>th.select-checkbox:before {
  border: 1px solid black !important;
}

table.dataTable tr.selected .btn-outline-secondary {
  color: var(--bs-secondary) !important;
}

body table.dataTable.hover>tbody>tr.selected:hover>*,
table.dataTable.display>tbody>tr.selected:hover>* {
  box-shadow: inset 0 0 0 9999px rgba(var(--bs-primary-rgb), 0.035) !important;
}

table.dataTable.hover>tbody>tr:hover>*,
table.dataTable.display>tbody>tr:hover>* {
  box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.035);
  box-shadow: inset 0 0 0 9999px rgba(var(--bs-primary-rgb), 0.04);
}

/* fix colore row datatable*/

/*@media (max-width: 991.98px) { */
td.truncate {
  max-width: 50px;
  min-width: 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/*}*/

div.dt-buttons>.dt-button,
div.dt-buttons>div.dt-button-split .dt-button {
  padding: 0.5em;
}

/* immagine nella datatable */
.datatable-image {
  width: 100px;
}

.hover-container {
  position: relative;
  width: 100%;
  box-shadow: 0 0.25rem 1rem rgba(161, 172, 184, 0.45);
  border: 1px solid none;
  border-radius: 10px;
}

.hover-container:hover {
  box-shadow: 0 0 0 transparent;
  border: 1px solid #CDCDCD;
}


.hover-container .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
  padding: 20px;
}

.hover-container .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.hover-container:hover .image {
  opacity: 0.3;
}

.hover-container:hover .middle {
  opacity: 1;
}

.hover-container .text {
  background-color: var(--bs-secondary-dark);
  color: white;
  font-size: 12px;
  padding: 10px 20px;
}

.signature-multiple.hidden{
  display: none !important;
}

.container_filtri_DT{
  display: flex;
  margin: auto;
  justify-content: center;
  font-size: 1.1rem;
}

.container_filtri_DT label{
  margin-right: 10px;
  margin-bottom: 15px;
}

#selectYearGeneral{
  width: 150px;
}

.yadcf-filter-wrapper {
  margin-left: 0px;
  width: 100%;
}

.yadcf-filter,
.yadcf-filter-date {
  height: 27px;
  background-color: #FFF;
  border: 1px solid #666;
  border-radius: 4px;
  margin-left: 0px;
  margin-top: 12px;
  margin-bottom: 6px;
  width: 100%;
}


.yadcf-filter-reset-button {
  display: none;
}


.inuse,
.ui-slider-range .inuse,
.yadcf-filter-range-number-slider .inuse {
  background: var(--bs-primary-light);
}


.layout-navbar-fixed .layout-page::before {
  backdrop-filter: saturate(200%) blur(10px);
  background: linear-gradient(180deg, rgba(245, 245, 249, 0.7) 44%, rgba(245, 245, 249, 0.43) 73%, rgba(245, 245, 249, 0));
  -webkit-mask: linear-gradient(#f5f5f9, #f5f5f9 18%, transparent 100%);
  mask: linear-gradient(#f5f5f9, #f5f5f9 18%, transparent 100%);
}


.text-assegnato {
  color: green;
}

/* rating - start */
.rating-box .feed_title,
#valutazione_positiva .feed_title,
#valutazione_negativa .feed_title {
  text-decoration: none;
  font-weight: bold;
}

.rating-box ul {
  margin: 0;
  padding: 0;
}

.rating-box li {
  cursor: pointer;
  list-style-type: none;
  display: inline-block;
  color: #F0F0F0;
  text-shadow: 0 0 1px #666666;
  font-size: 30px;
}

.rating-box .highlight,
.rating-box .selected {
  color: #F4B30A;
  text-shadow: 0 0 1px #F48F0A;
}

.cmp-card-latest-messages .rating-box li {
  cursor: default;
  list-style-type: none;
  display: inline-block;
  color: #F0F0F0;
  text-shadow: 0 0 1px #666666;
  font-size: 26px;
  line-height: 1em;
}

.cmp-card-latest-messages .rating-box .highlight,
.cmp-card-latest-messages .rating-box .selected {
  color: #F4B30A;
  text-shadow: 0 0 1px #F48F0A;
}

.cmp-nav-steps .btn:not(:first-child) {
  width: auto;
}

table .rating-box li {
  font-size: 18px;
}

.rating-box #loader-icon {
  display: none;
  vertical-align: top;
}

.rating-box #image-size {
  width: 30px;
}

/* rating - end */
@media (max-width: 1199px) {
  .layout-navbar .navbar-nav-right {
    flex-basis: auto;
  }
}

@media screen and (max-width: 767.98px) {
  div.dataTables_wrapper div.dataTables_length {
    margin-top: 0px;
    margin-bottom: 1rem !important;
  }
}


/* avatar items */
.funzionante {
  background-color: white !important;
  color: #20a10b !important;
  border: 3px solid #20a10b !important;
}

.dismesso {
  background-color: white !important;
  color: #96989a !important;
  border: 3px solid #96989a !important;
}

.riparato {
  background-color: white !important;
  color: #d47a06 !important;
  border: 3px solid #d47a06 !important;
}

.irreparabile {
  background-color: white !important;
  color: #000000 !important;
  border: 3px solid #000000 !important;
}

.dtsp-searchPane {
  background-color: #ffffff;
  /* Colore di sfondo per il pannello */
  border-radius: 4px !important;
  /* Arrotonda gli angoli del pannello */
  border: 1px solid #666 !important;
  font-weight: bold !important;
}

.dtsp-searchPane input {
  background-color: #ffffff !important;
  /* Colore di sfondo per il pannello */
  border-radius: 4px !important;
  pointer-events: none !important;
  /* Arrotonda gli angoli del pannello */
}

/* Modifica l'input al focus */
.dtsp-paneInputButton {
  border-color: #ffffff !important;
}

.rounded-circle.Funzionante {
  background-color: #28a745; /* verde */
}

.rounded-circle.Guasto {
  background-color: #dc3545; /* rosso */
}

.rounded-circle.Riparato {
  background-color: #17a2b8; /* azzurro */
}

.rounded-circle.Dismesso {
  background-color: #ffc107; /* giallo/arancio */
}

.rounded-circle.Obsoleto {
  background-color: #6c757d; /* grigio */
}

.rounded-circle.Irreparabile {
  background-color: #343a40; /* quasi nero */
}

.rounded-circle.Riparazione.in.corso {
  background-color: #c91073;
}

.rounded-circle.Assegnato {
  background-color: #FFA500;
}

.dtsp-searchIcon {
  display: none !important;
}

.clearButton {
  display: none !important;
}

.dtsp-collapseAll,
.dtsp-clearAll,
.dtsp-showAll {
  background-color: var(--bs-primary) !important;
  color: #ffffff !important;
  display: inline-block !important;
  font-weight: 400 !important;
  line-height: 1.53 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  border: 1px solid transparent !important;
  padding: 0.4375rem 1.25rem !important;
  font-size: 0.9375rem !important;
  border-radius: 0.375rem !important;
  transition: all 0.2s ease-in-out !important;
  margin: 4px !important;
}

.dtsp-collapseAll:disabled,
.dtsp-clearAll:disabled,
.dtsp-showAll:disabled {
  display: inline-block !important;
  font-weight: 400 !important;
  line-height: 1.53 !important;
  text-align: center !important;
  vertical-align: middle !important;
  cursor: pointer !important;
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
  padding: 0.4375rem 1.25rem !important;
  font-size: 0.9375rem !important;
  border-radius: 0.375rem !important;
  transition: all 0.2s ease-in-out !important;
  margin: 4px !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}

.dtsp-pill{
  display: inline-block !important;
  background-color: rgba(var(--bs-primary-rgb),0.8) !important;
  text-align: center !important;
  width: auto !important;
  height: auto !important;
  color: #ffffff !important;
  font-size: 0.9em !important;
  padding: 2px !important;
}


svg.radial-progress {
  height: auto;
  max-width: 242px;
  padding: 1em;
  transform: rotate(-90deg);
  width: 100%;
}

svg.radial-progress circle {
  fill: rgba(0,0,0,0);
  stroke: #fff;
  stroke-dashoffset: 219.91148575129; /* Circumference */
  stroke-width: 10;
}

svg.radial-progress circle.incomplete { opacity: 0.25; }

svg.radial-progress circle.complete { stroke-dasharray: 219.91148575129; /* Circumference */ }

svg.radial-progress text {
  font: 400 1em/1 'Oswald', sans-serif;
  text-anchor: middle;
}

/*** COLORS ***/
svg.radial-progress.danger circle { stroke: var(--bs-danger); }
svg.radial-progress.warning circle { stroke: var(--bs-warning); }
svg.radial-progress.success circle { stroke: var(--bs-success); }


/* LOGIN PAGE */
#pnlSignIn, #pnlForgotPassword, #pnlCreateNew, #pnlForgotUser,#pnl2MFA {
  width: 85%;
  margin: 0 auto;
}
#row_generalLogin{
  width: 90%;
}

.datatables-basic td{
  font-size: 0.9rem;
}

#icon_spinner{
  display: none;
  width: 250px;
  height: 250px; /* Optional: Set a height if the spinner is a square */
  z-index: 9999999;
  position: fixed; /* Change to fixed to ensure it's always relative to the viewport */
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); /* This will center the spinner */
}
.spinner_container::before{
  content: "";
  position: fixed; /* stays in place even on scroll */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(167, 166, 167, 0.3); /* your color */
  pointer-events: none; /* allows clicks to pass through */
  z-index: 9999; /* adjust if needed */
}

.spinner_container{
  overflow-y: hidden;
}

.box_magico{
  background-image: url("/assets/img/box.svg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px;
}
.mobile_custom {
  display: none;
}
#certifiche{
  padding-bottom: 50px;
}

.btn-borderino{
  border: 1px solid var(--bs-primary);
}

@media screen and (max-width: 768px) and (orientation: portrait) {
  .nascondi_mobile{
    display: none !important;
  }
  .authentication-wrapper.authentication-basic .authentication-inner{
    max-width: 100%;
  }
  .mobile_custom{
    justify-content: center;
    align-items: center;
    display: flex;
  }
  #row_generalLogin{
    width: unset !important;
  }
  #pnlSignIn, #pnlForgotPassword, #pnlCreateNew, #pnlForgotUser,#pnl2MFA {
    width: 100%;
  }
}
@media screen and (max-width: 992px) and (orientation: landscape) {
  #pnlSignIn, #pnlForgotPassword, #pnlCreateNew, #pnlForgotUser {
    width: 100% !important;
  }
}
@media screen and (min-width: 768px){
  .centrato_relative {
    left: 50%;
    bottom: 0;
    position: absolute;
    transform: translateX(-50%);
  }
}

/* LOGIN PAGE */

.otp[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.otp{
  text-align: center;
  font-size: 2rem;
  margin: 5px;
}

/* For Firefox */
.otp[type="number"] {
  -moz-appearance: textfield;
}

.dt-button.no-caret .dt-button-down-arrow {
  display: none !important;
}

.card-tab-ticket, .card-tab-SchedaBackup{
  border-radius: 0;
  border-top-right-radius: 50px;
  border-top-left-radius: 5px;
  padding: 15px;
}

.card_active{
  border: 3px solid var(--bs-primary);
}

.infoModal{
  cursor: pointer;
}

.center-tooltip .tooltip-arrow {
  display: none;
}


@media screen and (max-width: 992px){
  .centrato_mobile{
    text-align: center !important;
  }
  .w-100-mobile{
    width: 100%;
  }
  .dtr-details{
    width: 100%;
  }
  .dtr-title{
    display: block !important;
    margin-bottom: 10px;
  }
  .card-tab-ticket, .card-tab-SchedaBackup{
    border-top-right-radius: 0px;
  }
  .nascondi_tablet{
    display: none;
  }
  .mb-mobile-5{
    margin-bottom: 10px;
  }

  .mt-mobile-3{
    margin-top: 15px;
  }

  body table.datatables-basic{
    margin-top: 15px !important;
  }
  .custom_title_mobile{
    display: block !important;
    text-align: center;
  }
  .custom_title_mobile h5{
    margin-bottom: 15px !important;
  }
  #dtUtenti_wrapper{
    overflow-x: scroll ;
    padding-bottom: 15px;
  }
  .wide-col {
    min-width: 400px;
  }
  .btn-action-dt img{
    width: 20px !important;
  }

  .dataTables_paginate {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .dataTables_paginate .paginate_button{
    padding: 4px 8px;
  }

  .margin_bottom_nulled .btn-action.mb-2{
    margin-bottom: 0 !important;
  }
  .margin_bottom_nulled{
    margin-bottom: 10px;
  }

  #graphTipoBackup, #graphEsitoBackup{
    height: 230px !important;
  }

}

@media screen and (min-width: 992px){
  .centrato_desktop{
    text-align: center;
  }
  .nascondi_desktop{
    display: none;
  }
  .actions_containet_ticket .stampe{
    display: none;
  }

  .border-right-desktop{
    border-right: 1px solid black;
  }
}

@media screen and (max-width: 768px){
  .order-mobile-1{
    order: 1 !important;
  }
  .order-mobile-2{
    order: 2 !important;
  }
  .order-mobile-3{
    order: 3 !important;
  }
  .order-mobile-4{
    order: 4 !important;
  }
  .order-mobile-5{
    order: 5 !important;
  }
  .order-mobile-6{
    order: 6 !important;
  }
  .order-mobile-7{
    order: 7 !important;
  }
  .order-mobile-8{
    order: 8 !important;
  }
  .w-100-mobile{
    width: 100%;
  }
}
@media screen and (min-width: 1200px){
  .nascondi_custom_desktop{
    display: none !important;
  }
}

@media screen and (max-width: 1300px){
  .nascondi_mobile_custom{
    display: none !important;
  }
}


@media print {
  .datatables-basic td {
    white-space: normal !important;
    overflow: visible !important;
    text-overflow: unset !important;
  }
}

.garanzia_container img{
  width: 21px;
}


#lineChartIncident {
  overflow: visible;      /* 👈 prevent SVG cut-off */
  padding-bottom: 40px;   /* 👈 extra room for labels */
}


/* scheda backuo */

#tableSub tr{
  cursor: pointer;
}

table#tableSub tbody tr.active {
  background: rgba(88, 166, 255, .08);
  border-left: 3px solid var(--accent);
}

.resource_input{
  width: 250px;
}
@media screen and(max-width: 991px){
  .resource_input{
    width: auto !important;
  }
}

/* schede backup */

.inpage-notifications-read.set-read-inpage .badge{
  background-color: #8592a3;
}

.inpage-notifications-read.set-read-inpage.toRead .badge {
  background-color: var(--bs-primary) !important;
}

.tooltip .tooltip-inner {
  background-color: #ffffff; /* green */
  color: var(--bs-body-color);
  font-size: 14px;
  font-weight: 400;
  padding: 8px;
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #ffffff;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #ffffff;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before {
  border-left-color: #ffffff;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before {
  border-right-color: #ffffff;
}

body .tooltip .tooltip-arrow::before{
  border-top-color: var(--bs-primary) !important;
}

.anychart-credits{
  display: none !important;
}

.page-index .anychart-tooltip, .page-ticketTecnico  .anychart-tooltip{
  background: #fff !important;
  color: #697a8d;
  border: 1px solid #697a8d;
}

.page-index .anychart-tooltip * {
  color: #697a8d;
}

#pieTicketTecnico {
  cursor: pointer;
}

/* menu collapsed */

html.layout-menu-collapsed .app-brand-link img{
  width: 60px;
}

html #layout-menu{
  overflow: unset;
}

.icon_shrink_menu{
  background-color: var(--bs-primary);
  color: white;
  border-radius: 5px;
  font-size: 2.2rem;
}

.btn_side{
  text-align: right;
  position: absolute;
  right: -12px;
  top: 20px;
  z-index: 3;
}

html.layout-menu-collapsing #layout-menu {
  transition: width 0.6s ease;
}

html.layout-menu-fixed .container-fluid {
  pointer-events: none;
  transition: width 0.6s ease;
}

.app-brand-link img {
  transition: width 0.2s ease-in;
}

html.layout-menu-hover .app-brand-link img {
  width: 180px;
}


html.layout-menu-collapsed:not(.layout-menu-hover) .homepage-menu-item{
  padding-left: 10px;
}

@media screen and (max-width: 1200px){
  .btn_side{
    display: none;
  }
}

@media screen and (max-width: 768px){
  .btn_side{
    display: none;
  }
}

/* menu collapsed */

:root {
  --ink: #1f2937;
  --muted: #8b95a1;
  --track: #eef1f4;
  --card-bg: #ffffff;
  --page-bg: #f5f7fa;
}

#soddisfazioneUtente .sat-card {
  background: var(--card-bg);
  border: none;
  border-radius: 20px;
  box-shadow: 0 1px 2px rgba(16, 24, 40, .04), 0 8px 24px rgba(16, 24, 40, .06);
  padding: 32px 32px 28px;
  width: 100%;
  max-width: 520px;
}

#soddisfazioneUtente .sat-eyebrow {
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: var(--muted);
}

#soddisfazioneUtente .sat-title {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--bs-primary);
  margin-bottom: 0;
}

#soddisfazioneUtente .sat-value-rowMaster {
  align-items: baseline;
  gap: 10px;
  margin-top: 18px;
  text-align: center;
}

#soddisfazioneUtente .sat-value-row {
  display:flex;
  align-items: baseline;
  gap: 10px;
  margin-top: 10px;
  text-align: center;
}

#soddisfazioneUtente .sat-valueMaster {
  font-size: 3.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

#soddisfazioneUtente .sat-valueMaster {
  font-size: 3.1rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

#soddisfazioneUtente .sat-value {
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  line-height: 1;
}

#soddisfazioneUtente .sat-trend {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: .8rem;
  font-weight: 700;
  padding: 4px 9px;
  border-radius: 999px;
  background: #fdecea;
  color: #c0392b;
  margin-bottom: 6px;
}

#soddisfazioneUtente .sat-trend.is-up {
  background: #e8f7ee;
  color: #1e8e5a;
}

#soddisfazioneUtente .sat-sub {
  font-size: 1rem;
  color: var(--muted);
  margin-top: 2px;
  font-weight: bold;
}

/* gauge */
#soddisfazioneUtente .gauge-wrap {
  margin-top: 10px;
}

#soddisfazioneUtente .gauge-track {
  position: relative;
  height: 16px;
  border-radius: 999px;
  background: var(--track);
  overflow: hidden;
}

#soddisfazioneUtente .gauge-fill {
  position: absolute;
  inset: 0;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--fill-start), var(--fill-end));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .4), inset 0 -2px 4px rgba(0, 0, 0, .08);
  transition: width 1.1s cubic-bezier(.22, .9, .3, 1);
}

#soddisfazioneUtente .gauge-marker {
  position: absolute;
  top: -5px;
  width: 2px;
  height: 26px;
  background: var(--card-bg);
  transform: translateX(-1px);
}

#soddisfazioneUtente .gauge-scale {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  font-size: .72rem;
  color: var(--muted);
  font-weight: 500;
}

#soddisfazioneUtente .sat-status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  font-size: .82rem;
  font-weight: 600;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #f0f2f5;
  width: 100%;
  color: var(--muted);
}

#soddisfazioneUtente .status-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--fill-end);
  flex: none;
}

#soddisfazioneUtente .sat-status strong {
  color: var(--ink);
  font-weight: 700;
}
