



.overlay-loader {
  position:fixed;
      top:0;
      left:0;
      background:rgba(0,0,0,0.3);
      z-index:9999;
      width:100%;
      height:100%;
      display:none;
}



.fadeout {
    position: relative; 
    bottom: 7em;
    height: 7em;
    background: -webkit-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        #ccc 100%
    ); 
    background-image: -moz-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        #ccc 100%
    );
    background-image: -o-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        #ccc 100%
    );
    background-image: linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        #ccc 100%
    );
    background-image: -ms-linear-gradient(
        rgba(255, 255, 255, 0) 0%,
        #ccc 100%
    );
} 


.input-opinion{
    width:100%;
}



@media (max-width:1920px) {
.signatures_cards {
    max-height:60%;
    max-height:60vh;
    overflow:hidden;
}
}


@media (max-width:1366px) {
.signatures_cards {
    max-height:85%;
    max-height:85vh;
    overflow:hidden;
}
}


@media (min-width: 992px) and (max-width:1280px) {
 .signatures_cards {
    max-height:80%;
    max-height:80vh;
    overflow:hidden;
}   
}



.error {
    color:black;
    z-index:999;
    margin: 1px 0 0 0;
    text-shadow: 1px 1px 3px #fff;
}


.hash1 {
    text-shadow: 2px 2px #000;
    margin-top: -20px;
}


.smol {
    color:#000;
    text-shadow: 1px 1px #fff;
    margin-top: -20px;
}




#CookielawBanner {
    position: fixed;
    bottom: 8px;
    left: 8px;
    right: 8px;
    /*transform: translate(-50%, -50%);*/
    padding: 20px 25px 20px 25px;
    border: 1px solid ##2b4b75;
    background-color: #fff;
    box-shadow: 1px 1px 5px #000;
    z-index: 999;
    width: 98%%;
    color: #2b4b75;
    border-radius:6px;
}