

  .afterRemoval{

  font-size: 100px;
  padding-top: 30px;
  rotate: 9deg;
  position: absolute;
  top: -4%;
  left: 23%;
  color:#340083;
  display: none;
  z-index: 1;
  }


.thumbnailsUserFeedYT, .thumbnailsUserFeedRSS{

    width: 350px;

}

.thumbnailsUserFeedPodcast{

  width: 250px;
  min-height: 250px ;

}

.thumbnailsUserFeed{

  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
  border-radius: 35px;
  margin-top: 15px;
  width: 250px;
}


.linkToChanelUserFeed{

  display: flex;
  width: fit-content;
  margin: 0 auto;
}

.podcastInfo{

  padding: 20px 50px 0px;
  text-align: justify;
}

.rotatedLeft{
  position: absolute;
  transform-origin: center;
  bottom: 0px;
}

.rotatedRight {
  position: absolute;
  transform-origin: center;
  bottom: 0px;

}

.svgSet{

  padding: 2px 5px;
}

.copyIcon{

  padding: 4px 5px 9px 5px;
}

.svgOk{

  padding: 2px 5px 10px 7px;
}


.copySpanWidth{
  width: 183px;
}


.itemTitle{
  padding-left: 27px;
  padding-right: 27px;
  width: fit-content;
  margin: 0 auto;
}

.channelVideoTitle .line1 {
  display: block;
  text-align: center;
}

.feedItem{
  height: 100%;
}

.watchButton {
  margin-top: auto;
}

.highlightUserFeedElement1{

  box-shadow: 0px 0px 27px 19px rgba(130, 0, 90, 1);
  transition: box-shadow 1s ease-in-out;

}

.highlightUserFeedElement2{

  box-shadow: 10px 0px 40px 5px rgba(0, 0, 0, 0.5);
  transition: box-shadow 3s ease-in-out;
    
}

.hideWhenThanks{

  display: none;
}

.hideForListNormal{

  pointer-events: none; 
  user-select: none;
  opacity: 0;
}

@media (max-width: 768px) {

  
  .afterRemoval{

  font-size: 55px;
  }

.thumbnailsUserFeedYT, .thumbnailsUserFeedRSS{

 width: 52vw;
}

.thumbnailsUserFeedPodcast{

  width: 40vw;
  min-height: 40vw;
}

.rotatedLeft {
    left: -31px;
  
 
}


  .rotatedLeft {
 
}

.rotatedRight{


}


}


@media (max-width: 480px) {



.thumbnailsUserFeedYT, .thumbnailsUserFeedRSS{

 width: 65vw;
}

.thumbnailsUserFeedPodcast{

  width: 50vw;
  min-width: 50vw;
}

}


@media (max-width: 360px) {

  .rotatedLeft {
 
}

.rotatedRight{


}


}