.filter_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 1rem;
}

.filter_box #sort_by {
  border: unset;
  outline: unset;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.filter_box .text_search_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.filter_box .text_search_filter form input {
  border: unset;
  outline: unset;
  margin-left: 12px;
  padding-left: 12px;
  border-left: 1px solid #d9d9d9;
  font-family: Roboto;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
}

.avatar_box {
  display: table;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 1.5rem;
}

.avatar_box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
/*# sourceMappingURL=font_collections.css.map */