.button-group {
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 40px;
  position: relative;
}

.button-group>::selection {
  background: #ffffff00;
  color: #ffffff00;
}

.button {
  border-radius: 6px;
  font-weight: bold;
  padding: 10px 20px;
  color: var(--white-color);
  text-decoration: none;
  transition: all 150ms ease-in-out;
  max-width: 260px;
  background-color: var(--article-background-color);
  transition-duration: 0s;
}

.button:hover {
  /* background: linear-gradient(21deg, #594481, #241e3b); */
  background: var(--gray-background-color);
  text-decoration: none !important;
}

.button:hover {
  color: var(--white-color) !important;
}

.button-group-item-name {
  display: flex;
  justify-content: left;
  flex-wrap: nowrap;
  gap: 15px;
  margin: 0;
  margin-right: 20px;
  align-items: center;
  width: -webkit-fill-available;
  overflow: hidden;
}

h4 {
  display: inline;
}

h3 {
  display: inline;
}

.button>h5 {
  text-align: left;
  margin: 10px 0 2px 0;
  color: var(--gray-additionally-color);
}

.button>h4 {
  margin-left: 2px;
  user-select: text;
}

.button>h3 {
  padding-left: 5px;
  white-space: normal;
}


.copying>h5 {
  padding: 3px 10px;
  background-color: var(--gray-background-color);
  border-radius: 6px;
  text-align: left;
  height: fit-content;
  font-size: medium;
  margin: 10px 0 2px 0;
  color: var(--gray-additionally-color);
  overflow: auto;
  white-space: nowrap;
  text-overflow: ellipsis;
  user-select: all;
  overflow: hidden;
  font-weight: 500;
}

.copying {
  display: flex;
  justify-content: left;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
}

.channel-avatar-img {
  border-radius: 5%;
  width: 128px;
  height: 128px;
  user-select: none;
}

.channel-avatar {
  margin-left: 15px;
  position: absolute;
  padding: 5px;
  border-radius: 5%;
  width: 128px;
  height: 128px;
  background-color: var(--article-background-color);
  z-index: 999;
}

.header-creator {
  position: relative;
  padding-bottom: 120px;
  padding-top: 30px;
}

.channel-info {
  background-color: var(--article-background-color);
  display: flex;
  justify-content: left;
  flex-wrap: wrap;
  gap: 10px;
  border-radius: 6px;
  position: relative;

  top: 100px;
  z-index: 1;
  width: auto;
  align-items: baseline;
  padding: 12px 0px;
  vertical-align: middle;
}

.channel-info-copying {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 8px;
  margin: 0;
  align-items: anchor-center;
  margin-right: 20px;
  width: -webkit-fill-available;
  overflow: hidden;
}

.channel-name {
  margin-left: 170px;
  align-items: center;
  font-size: 28px;
  font-weight: 500;
  white-space: nowrap;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
}

.channel-name:hover {
  text-decoration: none;
}

.channel-info>a:hover {
  color: var(--violet-color);
}


@keyframes blink {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1
  }

  to {
    opacity: 0
  }
}

.article-name {
  font-size: xx-large;
  font-weight: 600;
}

.article-description>h5 {
  padding: 0;
  margin: 0;
  font-size: large;
  font-weight: 500;
}

.article-stream {
  border-radius: 6px;
  background-color: var(--article-background-color);
  padding: 10px 20px;
  margin: 0 0 20px 0;
  position: relative;

}

.group-unstream {
  flex-direction: column;
}

.unstream {
  max-width: -webkit-fill-available;
}

.unstream:hover {
  background: var(--article-background-color) !important;
}

.channel-language-menu {
  right: 0px;
  position: absolute;
  padding: 5px;
  display: flex;
  gap: 10px;
  border-radius: 6px;
}

.copybutton {
  border: none;
  border-radius: 6px;
  background-color: var(--gray-background-color);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  cursor: pointer;
  width: 30px;
  height: 30px;
  min-width: 30px;
  overflow: hidden;
}

.exitbutton {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 40px;
  height: 40px;
  z-index: 999;

}

.button-copy-url {
  font-size: x-large;
  font-weight: 500;
  color: var(--gray-additionally-color);
  text-align: center;
  overflow: hidden;
  padding: 5px 10px;
  border-radius: 5px;
  background-color: var(--gray-background-color);
  text-overflow: ellipsis;
  text-decoration: none;
  user-select: none;
}

.button-copy-url:active {
  background-color: var(--violet-opacity-color);
  transform: scale(0.85);
}

.button-copy-url:hover {
  text-decoration: none;
}

.emojifont {
  font-family: 'Noto Color Emoji', sans-serif;
  font-weight: 400;
  font-style: normal;
}
.active-copy {
  transform: scale(.94);
}

.copybutton:hover>span {
  opacity: 0.5;
}

.copybutton:active {
  background-color: var(--violet-opacity-color);
  transform: scale(0.85);
}

.active>div>span {
  transform: rotate(180deg);
}

.collapsible {
  padding: 10px 0 10px 10px;
  background-color: var(--gray-background-color);
  border-radius: 6px;
  text-align: left;
  height: fit-content;
  font-size: medium;
  margin-top: 10px;
  color: var(--gray-additionally-color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  border: none;
  outline: none;
}

.content {
  margin-top: 15px;
  color: var(--gray-additionally-color);
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: var(--gray-background-color);
  border-radius: 6px;
}

.content>p {
  padding: 10px 10px;
}




.icons-money {
  width: 32px;
  height: 32px;
  user-select: none;
  fill: var(--white-color);
}

.hide {
  display: none;
}

@media only screen and (max-width: 480px) {

  .article-name {
    font-size: x-large;
  }

  .article-description>h5 {
    font-size: medium;
  }

  .copybutton:hover>span {
    opacity: 1;


  }

}