@font-face {
  font-family: 'Avenir Next';
  src: url('./AvenirNextLTPro-Regular.otf');
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: var(--font-family) !important;
  margin: 0;
  background-color: #ffffff;
}

.p-component {
  font-family: var(--font-family) !important;
  font-feature-settings: var(--font-feature-settings, normal);
  font-size: 1rem;
  font-weight: normal;
}

:root {
  font-family: 'Avenir Next', Arial !important;
  font-feature-settings: "cv02", "cv03", "cv04", "cv11" !important;
  font-variation-settings: normal !important;
  --font-family: 'Avenir Next', Arial !important;
}

.overlayMenu{
  position:absolute;
  cursor:pointer;
  font-size:30px;
  color:red;
}

.tippy-box {
  background-color: #444 !important;
  color: white !important;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.1);
  padding: 6px;
}

input::-ms-reveal,
input::-ms-clear {
  display: none !important;
}

[id*="uid_second"] {
  height: var(--dynamic-height, auto);
  transition: height 1.0s ease-in-out;
  -webkit-transition: height 1.0s ease-in-out;
}

.not-show {
  display: none;
}

.lm_popin {
  background-color: #000;
}

.lm_splitter {
  display: none !important;
}

.lm_row{
  margin-left: 5px !important;
}

.lm_goldenlayout {
  background-color: rgb(0, 169, 157) !important;
}

/* Stile per la barra di scorrimento */
::-webkit-scrollbar {
  width: 15px; /* Larghezza della scrollbar */
}

/* Stile per il "track" (la barra di scorrimento di sfondo) */
::-webkit-scrollbar-track {
  background-color: #333333; /* Colore di sfondo della barra di scorrimento */
  border-radius: 5px; /* Aggiunge un bordo arrotondato al track */
}

/* Stile per il "thumb" (la parte mobile della barra di scorrimento) */
::-webkit-scrollbar-thumb {
  background-color: #999999; /* Colore di sfondo del thumb */
  border-radius: 10px; /* Forma ovale */
}

/* Stile per il "thumb" quando l'utente ci passa sopra con il mouse */
::-webkit-scrollbar-thumb:hover {
  background-color: #aaaaaa; /* Cambia colore al passaggio del mouse */
}


@keyframes loadingAnimationTop {
  0% {
    left: 0;
  }
  100% {
    left: 100%;
  }
}

@keyframes loadingAnimationBottom {
  0% {
    left: 100%;
  }
  100% {
    left: 0;
  }
}

.license-button {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  height: 35px;
  margin-top: 10px;
  background-color: rgb(0, 169, 157);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
  padding: 20px;
  font-family: "Avenir Next";
  font-size: 15px;
  color: rgb(255, 255, 255);
  flex-flow: column;
}

.info-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  cursor: pointer;
  height: 50px;
  background-color: rgb(0, 169, 157);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0px;
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px;
  padding: 10px;
  font-family: "Avenir Next";
  font-size: 19px;
  color: rgb(255, 255, 255);
  margin: 10px 60px 10px 60px;
}
