/* ////////////////////////////////////////////// */
/* ////////////// Team Profile ////////////// */
/* ////////////////////////////////////////////// */

#team_profile .tile {
  padding: 20px 15px 30px 15px;
}

#team_profile .tile h2.tile_title {
  font-size: 22px;
  padding: 15px 5px 15px 5px;
  margin: 0px;
  color: #797979;
}

#team_profile .tile .no_items {
  color: #aaaa;
  text-align: center;
  padding: 20px 0 40px 0;
  margin-top: 15px;
}
#team_profile .tile .no_items .icon {
}
#team_profile .tile .no_items .desc {
  font-family: var(--nice_font_2);
  font-size: 12px;
}

#team_profile .side_tile {
  min-height: 700px;
  padding-bottom: 15px;
}
#team_profile .side_tile .tile {
  padding: 0px;
  border: none;
  background: none !important;
}

#team_profile #team_widget {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}

#team_profile #team_widget .team_photo {
}

#team_profile #team_widget .team_photo .photo_container {
  display: inline-block;
  position: relative;
}

#team_profile #team_widget .team_photo img {
  width: 128px;
  height: 128px;
  border-radius: 64px;
  margin: auto;
  border-width: 4px;
  border-style: solid;
  border-color: var(--profile_avatar_border_color);
}

#team_profile #team_widget.vip .team_photo img {
  border-color: var(--profile_avatar_border_color_vip);
}

#team_profile #team_widget .team_name {
  margin-top: 10px;
  font-size: 20px;
  line-height: 30px;
  font-family: var(--nice_font_2);
  font-weight: bold;
}

#team_profile #team_widget .team_since {
  font-size: 12px;
  color: #5a5a5a;
  font-family: var(--nice_font_2);
  margin-top: 5px;
}

#team_profile #team_widget .team_rating .rating_stars {
  margin-top: 10px;
  font-size: 18px;
  color: #d4d4d4;
}

#team_profile #team_widget .team_rating .rating_stars .active {
  color: #e6b000;
}

#team_profile #team_eligibility {
  background-color: #f7f7f7 !important;
  padding: 40px 20px 20px 20px !important;
  margin: -23px -15px 30px -15px !important;
  border-radius: 0px;
}

#team_profile #team_eligibility .tile_lite {
  line-height: 26px;
  font-size: 14px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  color: #5b5b5b;
}

#team_profile #team_eligibility .tile_lite {
  color: #bbbbbb;
}

#team_profile #team_eligibility .tile_lite i.fa {
  float: left;
  margin-top: 5px;
}

#team_profile #team_eligibility .tile_lite.active {
  background-color: #bdf2c0;
  color: #058c0d !important;
}

#team_profile #team_eligibility .tile_lite:not(.active) .yes {
  display: none;
}
#team_profile #team_eligibility .tile_lite.active .no {
  display: none;
}

#team_profile .section_heading {
  margin-bottom: 40px;
  margin-top: 40px;
  text-align: center;
}
#team_profile .section_heading .section_title {
  font-size: 30px;
  line-height: 30px;
  color: #51b70b !important;
}
#team_profile .section_heading .section_desc {
  font-size: 16px;
  line-height: 30px;
  margin-top: 20px;
  font-family: var(--nice_font_2);
}

#team_profile .tile_lite.team_details {
  margin-bottom: 30px;
  padding: 20px;
}

#team_profile .tile_lite.team_details .details_title {
  font-size: 20px;
  font-family: var(--nice_font_2);
  font-weight: bold;
  color: #5e6fce;
}
#team_profile .tile_lite.team_details .details_content {
  margin-top: 20px;
  font-family: var(--nice_font_2);
  font-size: 14px;
  line-height: 26px;
  color: #626262;
}

/* /////////////////////////////////////////////// */
/* //////////////////// members ///////////// */
/* /////////////////////////////////////////////// */

#team_profile #members .single_member {
  padding: 15px;
}

#team_profile #members .single_member .user_photo {
  width: 48px;
  height: 48px;
  padding: 3px;
  background-color: #eee;
}

#team_profile #members .single_member .user_name {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  color: #6c6c6c;
}

#team_profile #members .single_member .member_role {
  margin-top: 5px;
  font-size: 12px;
  font-family: var(--nice_font_2);
  color: #9f9f9f;
}

#team_profile #members .single_member .user_country {
  font-size: 16px;
  margin-top: 10px;
}
#team_profile #members .single_member .user_country img {
  height: 20px;
  width: 30px;
  border-radius: 2px;
  margin-top: 5px;
}

@media (max-width: 767px) {
  #team_profile #members .single_member .user_photo {
    width: 96px !important;
    height: 96px !important;
  }
  #team_profile #members .single_member .user_name {
    margin-top: 0px !important;
    font-size: 16px;
  }
  #team_profile #members .single_member .media-body {
    text-align: center;
  }
  #team_profile #members .single_member .media-right {
    text-align: center;
  }
  #team_profile #members .single_member .user_country {
    margin-top: 0px !important;
    text-align: center;
  }
}


/* /////////////////////////////////////////////// */
/* //////////////////// Ratings ///////////// */
/* /////////////////////////////////////////////// */


#team_profile #team_ratings .single_rating {
  padding: 15px;
  margin-bottom: 30px !important;
}

#team_profile #team_ratings .single_rating .rating_heading {
}

#team_profile #team_ratings .single_rating .user_photo {
  width: 48px;
  height: 48px;
  padding: 3px;
  background-color: #eee;
}

#team_profile #team_ratings .single_rating .user_name {
  margin-top: 5px;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: bold;
  font-family: var(--nice_font_2);
  color: #6c6c6c;
}

#team_profile #team_ratings .single_rating .rating_date {
  margin-top: 0px;
  font-size: 10px;
  font-family: var(--nice_font_2);
  color: #9f9f9f;
}

#team_profile #team_ratings .single_rating .rating_stars {
  font-size: 5px;
  margin-top: 10px;
}
#team_profile #team_ratings .single_rating .rating_stars i {
  font-size: 14px;
  margin-right: 2px;
  color: #c1af96;
}
#team_profile #team_ratings .single_rating .rating_stars i.active {
  color: #f3770e;
}

#team_profile #team_ratings .single_rating .rating_text {
  font-family: var(--nice_font_2);
  font-size: 13px;
  padding: 5px 10px;
  background-color: #f7f7f7;
  line-height: 28px;
  margin: 15px -15px;
}

#team_profile #team_ratings .single_rating .rating_desc {
  font-family: var(--nice_font_2);
  font-size: 12px;
  text-align: left;
}

#team_profile #team_ratings .single_rating .rating_desc .rating_role {
  color: #2b2b2b;
}


@media (max-width: 767px) {
  #team_profile #team_ratings .single_rating .user_photo {
    width: 96px !important;
    height: 96px !important;
  }
  #team_profile #team_ratings .single_rating .user_name {
    margin-top: 0px !important;
    font-size: 16px;
  }
  #team_profile #team_ratings .single_rating .media-body {
    text-align: center;
  }
  #team_profile #team_ratings .single_rating .media-right {
    text-align: center;
  }
  #team_profile #team_ratings .single_rating .rating_stars {
    margin-top: 0px !important;
    text-align: center;
  }
  #team_profile #team_ratings .single_rating .rating_text {
    text-align: center;
  }
  #team_profile #team_ratings .single_rating .rating_desc {
    text-align: center;
  }
}


