.dashboard-tax-risk-alert {
  .btn-filter {
    float: right;
    margin: 10px;
    background: none;
    outline: none;
    border: none;
  }

  .filter-container {
    > div {
      margin-right: 15px;
    }

    &.flex-row-start-center {
        flex-wrap: wrap;
    }
  }
}