/*
 |--------------------------------------------------------------------------
 | Helper mixins, feel free to add/remove any that you might not use
 | Won't be rendered in the output if not used
 |--------------------------------------------------------------------------
 */
.main__user-page .page-title {
  color: #171A4F;
  font-weight: 800;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  margin-top: 1.5rem; }
  .main__user-page .page-title:before {
    content: '';
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: .4rem;
    background-image: url("/themes/custom/soobazar/assets/icons/user.svg");
    filter: invert(0.3);
    border: solid 1px rgba(243, 243, 243, 0.4);
    border-radius: 50%; }
