<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.colorUtente {
  color: rgb(8, 177, 8);
}

.rotondo {
  background: black;
  height: 135%;
  top: -1px;
  right: 0px;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

.d-none {
  display: none;
}

.p-white {
  color: white;
}

.p-red {
  color: red;
}

.no-margin-bottom {
  margin-bottom: 0;
}

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

.blockEvents {
  background: linear-gradient(-45deg, #ee7752, #e73c7e, #23a6d5, #23d5ab);
  background-size: 400% 400%;
  animation: gradient 15s ease infinite;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
  padding: 10px 0;
  width: 100%;
  border-radius: 8px;
}
.detailCardEvent {
  cursor: pointer;
  text-align: right;
  font-size: 10px;
  padding: -3px;
}

#viewModalPraticaFase {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  padding: 50px;
  z-index: 99;
}

.fa-power-off:before {
  font-size: x-large;
}

#dtBasicExample3 {
  border-collapse: unset !important;
}
.borderReferente:hover {
  border: 1px solid blue !important;
  cursor: pointer;
  opacity: 0.4;
}

.marginTableGeneral {
  margin-left: 25px;
  margin-right: 25px;
}
</pre></body></html>