.container-responsive {
  width: 100%;
  max-width: 716px;
  padding: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 400px;
}
.mobile .container-responsive {
  padding: 0px;
}
.search-list-wrapper {
  display: block;
  max-width: 700px;
}
.search-list-wrapper div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.mobile .search-list-wrapper {
  -webkit-box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
}
.search-list {
  list-style: none;
  display: block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.search-list__item {
  list-style: none;
  display: block;
  margin: 0px;
  background: #FFF;
  -webkit-box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 -1px 0 #e0e0e0, 0 0 2px rgba(0, 0, 0, 0.12), 0 2px 4px rgba(0, 0, 0, 0.24);
  padding: 0px;
  width: 100%;
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.mobile .search-list__item {
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-bottom: 0px;
  height: 60px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #CDCDCD;
}
#notifications-view .search-list__item {
  height: auto;
  padding-bottom: 8px;
  overflow: hidden;
}
.search-list__item-avatar {
  width: 97px;
  height: 97px;
  min-width: 97px;
  min-height: 97px;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.search-list__item-avatar .avatar-icon__wrapper {
  width: 30px;
  height: 30px;
  background: #FFF;
  border: 2px solid #666;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.search-list__item-avatar .rtc-material-icons {
  width: 20px;
  height: 20px;
  opacity: 0.75;
}
.mobile .search-list__item-avatar {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  border-radius: 50%;
  margin-left: 4px;
}
.mobile .search-list__item-avatar .avatar-icon__wrapper {
  width: 20px;
  height: 20px;
  border: 1px solid #666;
}
.mobile .search-list__item-avatar .rtc-material-icons {
  width: 12px;
  height: 12px;
  opacity: 0.75;
}
.search-list__item-wrapper {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  width: 100%;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.search-list__item-wrapper .search-list__item_description {
  max-height: 0px;
  overflow: hidden;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.search-list__item-wrapper .search-list__item_description .item_description__bio {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 12px;
  padding: 8px;
  line-height: 1.5;
}
.search-list__item-wrapper .search-list__item_description .item_description__table {
  padding: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 11px;
}
.search-list__item-wrapper .search-list__item_description .item_description__table .agentRepresentation {
  display: none;
}
.search-list__item-wrapper .search-list__item_description .item_description__table .profile-panel__table td {
  padding: 2px;
  line-height: 1.5;
}
.expanded .search-list__item-wrapper .search-list__item_description {
  max-height: 100%;
}
.search-list__item-primary-content {
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  height: 60px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-bottom: 1px solid #CDCDCD;
}
.mobile .search-list__item-primary-content {
  border-bottom: none;
}
.search-list__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  text-decoration: none;
}
.mobile .search-list__item-info {
  margin-right: 24px;
}
.search-list__item-title {
  color: rgba(0, 0, 0, 0.87);
}
.mobile .search-list__item-title {
  margin-bottom: 0px;
  font-size: 14px;
}
.search-list__item-sub-title {
  font-family: 'Roboto-Regular', sans-serif;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.54);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile .search-list__item-sub-title {
  font-size: 12px;
}
.search-list__item-sub-title-icon {
  width: 20px;
  min-width: 20px;
  height: 20px;
  display: block;
  float: left;
  opacity: 0.5;
}
.search-list__item-actions {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  position: relative;
}
.mobile .search-list__item-actions {
  display: none;
}
.search-list__item-action__right {
  position: absolute;
  right: 12px;
  top: 6px;
}
.mobile .search-list__item-action__right {
  display: none;
}
.search-list__item-primary-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: none;
  outline: none;
  background: transparent;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  min-width: 32px;
  height: 32px;
  padding: 0px;
  margin: 0px;
  min-height: 32px;
}
.search-list__item-primary-action .rtc-material-icons {
  width: 32px;
  min-width: 32px;
  height: 32px;
  opacity: 0.7;
}
.expand-profile {
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.has-player .expand-profile {
  bottom: 56px;
}
.mobile .expand-profile {
  display: none;
}
