.stream-panel-container {
  margin-bottom: 15px;

  border-radius: 5px;
  border: 1px solid #DDDDDD;
  background-color: #FAFAFA;
}

.stream-panel-container--faded {
  opacity: .5;
}

.stream-panel-heading {
  display: flex;
  justify-content: space-between;

  height: 50px;
  padding: 15px;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #DDDDDD;
  background-color: #FAFAFA;
  color: #555555;

  font-family: 'AzoSans-Regular';
  font-size: 15px;
}

.stream-panel-heading-button {
  width: 20px;
  height: 20px;

  outline: none;
  border: none;
  margin: 0 0 1px 0;
  padding: 0;

  color: #5c68a4;

  background: none;

  font-size: 20px;
  line-height: 1;

  transition: color .4s ease;
}

.stream-panel-heading-button:hover,
.stream-panel-heading-button--active {
  color: #08b58e;
}

.stream-panel-avatar-field-container {
  display: flex;

  height: 130px;
}

.stream-panel-main-info-container {
  flex: 0 1 100%;
}

.stream-text-input-container {
  position: relative;

  display: flex;
  align-items: center;

  height: 50px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;

  padding: 0 15px;

  background-color: #FFFFFF;
}

.stream-text-input-container--name,
.stream-text-input-container--subdomain {
  height: 65px;

  padding: 0 15px;
}

.stream-text-input-container--name {
  border-bottom: 1px solid #DDDDDD;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.stream-text-input {
  display: block;

  width: 100%;
  min-height: 32px;
  resize: none;

  border: none;
  border-radius: 0;
  padding: 6px 12px 6px 0;

  color: #000000;

  font-size: 15px;
  line-height: 19px;

  transition: height .4s ease;
}

.stream-text-input-container--name .stream-text-input,
.stream-text-input-container--subdomain .stream-text-input {
  font-size: 18px;
  line-height: 23px;
}

.stream-address-field-container .stream-text-input {
  color: #5C68A4;
}

.stream-text-input-clear-button {
  position: absolute;
  top: 20px;
  right: 18px;
  z-index: 1200;

  width: 12.5px;
  height: 12.5px;

  padding: 0;

  background: none;
  border: none;
  color: #777777;

  font-size: 12.5px;
  line-height: 1;

  transition: color .4s ease;
}

.stream-text-input-container--name .stream-text-input-clear-button,
.stream-text-input-container--subdomain .stream-text-input-clear-button {
  top: 28px;
}

.stream-text-input-clear-button:hover {
  color: #000000;
}

.fg-stream-credit-card-button {
  width: 100%;
  height: 35px;

  margin-bottom: 7px;

  border-radius: 5px;
  border: 1.5px solid #ABB1CF;
  background-color: #FAFAFA;
  color: #5C68A4;

  font-family: 'AzoSans-Medium';
  font-size: 12.5px;

  transition: all .4s ease;
}

.fg-stream-credit-card-button:hover {
  border-color: #5C68A4;
  background-color: #5C68A4;
  color: #FAFAFA;
}

.stream-panel-list {
  margin: 0;
  padding: 0;
}

.stream-panel-list .fg-dropdown-typeahead-search-clear-button {
  right: 18px;
}

.stream-panel-user-dropdown .fg-dropdown-typeahead-search-result-item-avatar-img {
  border-radius: 50%;
}

.stream-panel-list-item {
  position: relative;

  display: block;

  margin: 0;
  padding: 0;
  border-radius: 0;

  border-bottom: 1px solid #DDDDDD;
  color: #000000;
  background-color: #FFFFFF;
  cursor: default;
}

.stream-panel-list-item:last-of-type {
  border-bottom: none;
}

.stream-panel-list-clickable-item {
  color: #5B67A6;
  cursor: pointer;
}

.stream-panel-list-item-title {
  padding: 15px;
}

.stream-panel-list-item-remove-button {
  position: absolute;
  top: 50%;
  right: 15px;

  padding: 0;
  border: none;
  background-color: transparent;
  color: #999999;

  font-size: 12.5px;
  line-height: 1;

  transform: translateY(-50%);
  transition: color .4s ease;
}

.stream-panel-list-item--hovered .stream-panel-list-item-remove-button,
.stream-panel-list-item-remove-button:hover {
  color: #000000;
}

.stream-panel-add-list-item-button-container {
  display: flex;
  align-items: center;

  height: 50px;

  padding: 15px;

  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #DDDDDD;
  color: #5B67A6;
  background-color: #FAFAFA;
  cursor: pointer;

  font-family: 'AzoSans-Regular';
  font-size: 15px;
  list-style: none;
}

.stream-panel-add-list-item-button-container--borderless {
  border-top: none;
}

.stream-panel-seller-text {
  display: flex;
  align-items: center;

  height: 50px;

  padding-left: 15px;

  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: default;
  background-color: #FFFFFF;
  color: #5C68A4;
}

.store-items-listed-message {
  margin-bottom: 10px;
  padding: 0 15px;

  border-radius: 5px;
  background-color: rgba(8, 181, 142, 0.6);
  color: #FFFFFF;
}
