.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  padding : 10px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  width : 310px !important;
  min-width: 160px;
  max-width : 450px !important;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  right : 0;
  text-align : left
}

.dropdown-content label {
  display: block;
  margin-top: 10px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

    {# Role filter #}

    .role-filter-wrapper {
      {% if module.styles.filter.background.color.color %}
        background-color: rgba(, );
      {% endif %}
      width: 300px !important;
    }

    .role-filter__label {
      
    }


@media(max-width: 767px) {

.role-filter-wrapper {

}

}