.header {
    background-color: #7952b3;
}


.header .nav-link { color: white;}
.header .nav-link:hover { color: whitesmoke;}
.header .dropdown-menu .dropdown-item {
    color: black !important;
}
.header .dropdown-menu {
    z-index: 5000;
}



.btn-primary {
    color: #fff;
    background-color: #184c99;
    border-color: #184c99;
}




.barra-navigazione {

    background-color: rgb(161, 159, 159);
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 2rem;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}


.line-informazioni {
    background-color: white;
    font-size: 0.9rem;
}



footer {
    font-size: 0.8rem;
}


label {
    font-weight: 700;
}






.allertblinking{
    animation:blinkingText 1.2s infinite;
}
@keyframes blinkingText{
    0%{     color: red; }
    49%{    color: red; }
    60%{    color: transparent; }
    99%{    color:transparent; }
    100%{   color: red; }
}











/* snippet google */




.snippet-title {
    color: #1a0dab;
    font-family: arial, sans-serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.3;
    text-align: left;
    text-decoration: none;
    text-decoration-color: #1a0dab;
    text-decoration-line: none;
    text-decoration-style: solid;
    white-space: nowrap;
    display: block;
    padding-top: 4px;
    margin-block-end: 3px;
    margin-bottom: 3px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


.snippet-title-mobile {
    font-family: Roboto, HelveticaNeue, Arial, sans-serif;
    color: #1a0dab;
    word-break: break-word;
    font-size: 20px;
    line-height: 28px;
    display: block;
    padding-top: 1px;
    margin-bottom: -1px;
    padding-bottom: 10px;
}


.snippet-text {
    color: #4d5156;
    font-family: arial, sans-serif;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.58;
    word-wrap: break-word;
    text-align: left;
    display: block;
}



.snippet-path-host {
    color: #202124;
    font-size: 14px;
    padding-top: 1px;
    line-height: 1.3;
    font-style: normal;
}


.snippet-url {
    color: green;
    font-size: 14px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-bottom: 3px;
    line-height: 14px;
    font-style: normal;
}


.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
}
.line-clamp-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;  
}


/* snippet google */