#block-avvisi-block{
  width: 100%;
  height: 100%;
  position: fixed !important;
  z-index: 998;
  background: rgba(0,0,0,0.35);
  top: 0;
  left: 0;
  display: none;
}

.anonymousPopup .anonymousPopup-content{
    width: 616px;
    max-width: 90%;
    height: 391px;
    margin: 130px auto 30px auto;
    position: relative;
    border-radius: 12px;
    padding: 12px 0;
    background: #f4fafa;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
    box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.5);
}

.anonymousPopup .anonymousPopup-content.anonymousPopup-content-variableHeight{
    height: auto;
    background: #fff;
}

.anonymousPopup .close-anonymousPopup{
    display: block;
    position: absolute;
    z-index: 999;
    top: 5px;
    right: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    font-weight: 600;
    font-size: 10px;
    color: #484b5e;
}

.anonymousPopup .txt{
    padding: 20px 32px 18px 32px;
    color: #5a5a5a;
}
