.prof_bx{
    background: var(--surface);
    padding: 10px 2px;
    border-radius: 20px;
    max-height: 66px;
}

.prof_psv_bx{
    padding: 10px 2px;
    max-height: 66px;
}

.ico_group{
    background: var(--surface);
    padding: 10px 10px;
    border-radius: 20px;
    margin: 0 20px;
    max-height: 66px;
}

@media screen and (max-width: 1250px) {
    .ico_group{
      display: none;
    }
  
  }
  
  @media screen and (max-width: 768px) {
    header .prof_dets{
        display: none;
    }

    header .ico-btn{
        
    }
    .prof_bx{
        padding-right: 14px;
        background-color: transparent;
        padding: 2px;
    }

  
  }
  @media screen and (max-width: 640px) {

    .prof_img_bx .prof_img{
        width: 38px;
        height: 38px;
    }
  
  }

.prof_img_bx{
    display: inline-block;
    background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888);
    background: linear-gradient(45deg, #ff7e5f, #feb47b, #ff6f61);
    padding: 2px;
    border-radius: 50%;
    margin-left: 10px;
    line-height: 0;
}

.lg_prof_img_bx{
   .prof_img{
        width: 60px;
    height: 60px;
   } 
}

.prof_img{
    display: inline-block;
    background-color: var(--surface);
    width: 42px;
    height: 42px;
    border-radius: 50%;
}

.prof_img img{
    display: inline-block;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.prof_dets{
    display: inline-block;
    margin: 4px 14px 0 10px;
}

.prof_nme, .prof_sta{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}


.h_search_bx{
    flex-grow: 1;
    display: flex;
    align-items: center;
    margin-left: 34px;
    margin-right: 20px;
}

.h_search_bx input{
    width: 100%;
    box-sizing: border-box;
    font-size: 1rem;
    padding: 10px 14px 10px 50px;
    border-radius: 12px;
    border: solid 1.5px;
    border-color: var(--border-color);
    background-color: var(--field-fill);
    color: var(--text-secondary);
}

.prof_fp_cntr{
    padding: 14px;
    background-color: var(--elevated);
}


.prof_fp_hdr{
    display: flex; 
    flex-direction: column;
    align-items: center;
    padding-bottom: 14px;
}

.prof_fp_nme{
    display: block;
    margin-top: 10px;
}

.prof_fp_mta{
    display: block;
    color: var(--text-secondary);
    font-weight: 300;
    margin-top: 2px;
}

.prof_fp_opt{
    margin-bottom: 20px;
}

.prof_fp_opt_grp{
  background-color: var(--elevated-surface);
  padding: 8px 0 8px 0;
  margin: 6px 0 6px 0;
  border-radius: 14px;
}


