.report-floating {
    position: fixed;
    right: 0;
    top: 300px;
    display: flex;
    background-color: #fff;
    padding: 0.5rem 1rem;
    box-shadow: 0 1px 6px 0 rgb(68 13 153 / 19%);
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
    padding-left: 0.6rem;
    z-index: 99;
}
.view-resports .grid__item:first-child article.report-floating {
  top: 250px;
}

@media (max-width: 768px) {
  .report-floating {
    display: none;
  }
}

.report-floating a{
  display: flex!important;
}

.report-floating__icon{
  background-image: url(/modules/custom/xm_core/css/../../../../themes/custom/xm/images/files-ico.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px;
  overflow: hidden;
  text-indent: -100px;
  width: 20px;
  display: block;
  margin-right: 5px;
}

.report-floating__text{
  font-size: 14px;
  font-weight: bold;
  font-family: 'Nunito';
}
