[v-cloak] {
  display: none;
}
 
 

/*
.fa-sign-out-alt {
  color: black;
}
.fa-exclamation-circle {
  color: red;
}
.fa-check {
  color: green;
}
*/

/* Navbar brand: keep logo and text side-by-side on all viewports and adapt on small screens */
.navbar-pc .brand-area .brand-link {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}

.navbar-pc .brand-area .brand-link img.img-servizio {
  max-width: 56px; /* desktop default */
  height: auto;
  margin-right: 0.5rem;
  display: inline-block;
}

.navbar-pc .brand-area .brand-text {
  display: inline-block;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1; /* tighter alignment with the logo */
}

/* Make the logo smaller and the text a bit smaller on narrow screens so they stay side-by-side */
@media (max-width: 575px) {
  .navbar-pc .brand-area .brand-link img.img-servizio {
    max-width: 40px;
  }
  .navbar-pc .brand-area .brand-text {
    font-size: 1.5rem;
  }
}

@media (max-width: 360px) {
  .navbar-pc .brand-area .brand-link img.img-servizio {
    max-width: 32px;
  }
  .navbar-pc .brand-area .brand-text {
    font-size: 0.9rem;
  }
}

/* If layout elsewhere forced the image to float or be block we neutralize it inside the brand-link */
.navbar-pc .brand-area .brand-link img {
  float: none !important;
}

/*
@keyframes fade {
  0%,100% { opacity: 0 }
  100% { opacity: 1 }
}

hr {
  -moz-border-bottom-colors: none;
  -moz-border-image: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #EEEEEE -moz-use-text-color #E0E0E0;
  border-style: solid none;
  border-width: 1px 0;
  margin: 18px 0;
}



.loader {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    margin: 100px auto;
    align-items: center;
    animation: spin 2s linear infinite;
}



@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
*/
