body {
  background: #000;
  overflow-x: hidden;
}

/*----------------------------------------------------------------------- */

.network_navbar_button {
  text-align: center;
}

.vod_in_ShowAll_TemplateArtists {
  height: 10.5vw !important;
}

.no_padding_no_margin {
  margin: 0;
  padding: 0;
}

.iconSection {
  width: 20px;
}

.whiteTextColor,
.navbarTextWhiteLetlive {
  color: var(--main-text-color-video, white) !important;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#artistTemplateContainer {
  overflow-x: clip;
  max-width: 99vw;
}

#showAllVideosButtonNEW {
  text-align: end;
  border: none;
  background: none;
  color: white;
  top: 5px;
  position: relative;
  border: none;
  font-size: inherit;
  transition: all 0.5s;
  cursor: pointer;
  margin: 0px;
  padding: 0px;
}

#containerFluidVideoCaseValue {
  position: fixed;
  width: 100%;
  z-index: 999;
  overflow-y: auto;
  height: -moz-calc(100% - 80px);
  height: -webkit-calc(100% - 80px);
  height: -o-calc(100% - 80px);
  height: calc(100% - 0px);
  top: 0;
}

#containerFluidVideoCaseValue .closebtnVideoCaseOverlay {
  /*padding:          8px;*/
  text-decoration: none;
  font-size: 36px;
  color: white;
  background-color: black;
  border-radius: 50px;
  display: block;
  transition: 0.3s;
  width: 50px;
  height: auto;
  padding-left: inherit;
  z-index: 99;
  position: relative;
  cursor: pointer;
}

#bannerVideoCase {
  width: 100vw;
  margin-left: -15px;
}

.label_vod_section {
  color: white;
  font-size: xx-large;
}

.swiper-slide_letlive {
  text-align: center;
  font-size: 18px;
  position: relative !important;
  /* height:                  80%; */
  z-index: 1 !important;
  pointer-events: auto;
  color: var(--main-text-color-video, white);
  transition: all 0.2s;

  /* Center slide text vertically */
  /* display:                 -webkit-box;
    display:                 -ms-flexbox; */
  /* display:                 -webkit-flex;
    display:                 flex; */
  /* commentate causavano bug con il mouseover bug 4889*/
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide_letlive:hover {
  transform: scale(1.06) !important;
  z-index: 99 !important;
}

.swiper:hover {
  z-index: 99 !important;
}

.swiper-slide_letlive img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#subVideoContainerDivLETLIVE_NEWLETLIVEVOD .info_video_element_list_value {
  white-space: nowrap;
}

/* .box_image
{
    height: 12vw !important;
} */

.textWithEllipsisEffect {
  overflow: hidden;
  display: block;
  text-overflow: ellipsis;
  color: var(--main-text-color-video, white) !important;
}

.btnNavbarArtist:hover {
  background-color: var(
    --complementary-background-primary-color-video,
    white
  ) !important;
  color: var(--background-primary-color-video, black) !important;
}

.btnNavbarArtist:hover a {
  color: var(--background-primary-color-video, black) !important;
}

.artistMenuNavLetlive:hover {
  color: #000 !important;
}

.container {
  height: 100%;
  position: relative;
  width: 100%;
}

#subArtistsTagContainerDiv .container {
  width: 100%;
}

/*.box_description p*/
/*{*/
/*    opacity:          0;*/
/*    background-color: #1b1b1b;*/
/*    transition:       all .2s linear;*/
/*    !*height: 0;*!*/
/*    !* display: none; *!*/
/*    position:         absolute;*/
/*    !* pointer-events: none; *!*/
/*    width:            calc(100% - 29px);*/
/*    width:            inherit;*/
/*}*/

.titleVodLetliveOrDescription {
  color: var(--main-text-color-video, white);
  width: inherit;
  flex-flow: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.swiper-slide_letlive:hover > .container > .box_description {
  position: absolute;
  display: block !important;
  opacity: 1;
}

.swiper-slide_letlive:not(:hover) > .container > .box_description {
  display: none !important;
  transition: all 0s linear;
}

.titleAndDescriptionLetLive {
  color: white;
  width: 11vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.biographyLetlive {
  padding-left: 3vw;
  /* text-align: end; */
  /* color: white; */
  width: inherit;
  /* white-space: nowrap; */
  overflow: hidden;
  text-overflow: ellipsis;
}

.glightbox_video {
  /*position: absolute;*/
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.outer_circle {
  stroke-width: 3;
  stroke-dasharray: 410;
  stroke-dashoffset: 0;
  stroke-linecap: square;
  transition: all 0.4s ease-out;
}

.glightbox_video:hover .outer_circle {
  stroke-dashoffset: 410;
  transition:
    stroke 0.7s 0.4s ease-out,
    stroke-dashoffset 0.4s ease-out;
}

.glightbox_video:hover .inner-circle {
  fill: #bf2428;
  transition: fill 0.4s 0.3s ease-out;
}

.glightbox_video:hover .play {
  fill: white;
  transition: fill 0.4s 0.3s ease-out;
}

.open > .dropdown-menu {
  /*left: 0 !important;*/
}

.footerClassRainbowBorder {
  height: fit-content;
  margin-right: 0;
  background-size: 100% 1px !important;
  background-repeat: no-repeat !important;
  background-image: linear-gradient(
    60deg,
    #f79533,
    #f37055,
    #ef4e7b,
    #a166ab,
    #5073b8,
    #1098ad,
    #07b39b,
    #6fba82
  ) !important;
}

.letliveSwiperContainer {
  width: 60vw;
  overflow-y: hidden;
}

.slide2 {
  display: none;
}

.card {
  height: 13vw;
}

.card .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2c73df;
}

.card .icon .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 80px;
  color: #fff;
}

.card .slide {
  /*width:      300px;*/
  /*height:     115px;*/
  transition: 0.5s;
}

.card .slide.slide1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: 0.7s;
  /*transform:       translateY(100px);*/
}

.card:hover .slide.slide1 {
  transform: translateY(0px);
}

.card .slide.slide2 {
  /*position:         absolute;*/
  display: grid;
  /*justify-content:  center;*/
  /*align-items:      center;*/
  padding: 20px;
  box-sizing: border-box;
  transition: 0.8s;
  transform: translateY(-150px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4);
  background-color: black;
}

.card:hover .slide.slide2 {
  transform: translateY(0);
  background-color: rgb(25, 25, 25);
}

#tagArtistContainer,
#filesContainerLetLiveBanner,
#folderAndRelatedFilesContainer > div {
  margin-bottom: 20px;
}

/*----------------SECONDA PROVA SLIDE------------------*/

.center {
  /*height:100vh;*/
  /*width:100%;*/
  /*display: flex;*/
  justify-content: center;
  align-items: center;
}

/* End Non-Essential  */

.property-card {
  height: 28vh;
  width: 18vw;
  /*display:-webkit-box;*/
  /*display:-ms-flexbox;*/
  /*display:flex;*/
  /*-webkit-box-orient:vertical;*/
  /*-webkit-box-direction:normal;*/
  /*-ms-flex-direction:column;*/
  /*flex-direction:column;*/
  position: relative;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  /*border-radius:16px;*/
  overflow: hidden;
  /*-webkit-box-shadow:  15px 15px 27px #e1e1e3, -15px -15px 27px #ffffff;*/
  /*box-shadow:  15px 15px 27px #e1e1e3, -15px -15px 27px #ffffff;*/
}

.property-image {
  height: 16em;
  width: 14em;
  /*padding:1em 2em;*/
  position: Absolute;
  top: 0px;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  background-size: cover;
  background-repeat: no-repeat;
}

.property-description {
  background-color: rgb(25, 25, 25);
  height: 0em;
  width: inherit;
  position: absolute;
  bottom: 0em;
  -webkit-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  /*padding: 0.5em 1em;*/
  text-align: center;
}

.property-card:hover .property-description {
  height: 6vw;
  /*padding: 1em;*/
}

/*.property-card:hover .property-image .property-description*/
/*{*/
/*    height: 18em;*/
/*}*/

.property-card:hover .property-social-icons {
  background-color: white;
}

.property-card:hover .property-social-icons:hover {
  background-color: blue;
  cursor: pointer;
}

/* Optional

.property-image-title
{
text-align:center;
position:Relative;
top:30%;
opacity:0;
transition:all 0.4s cubic-bezier(0.645, 0.045, 0.355, 1) 0.2s;
color:black;
font-size:1.2em;
}

.property-card:hover .property-image-title
{
opacity:1;
}

*/

/*-----------------------------------------------------*/

/* .carousel_video_image_bab:hover
{
    cursor: pointer;
} */

/* .carousel_video_image_bab
{
    width:               50%;
    position:            relative;
    background-repeat:   no-repeat;
    background-size:     cover;
    background-position: center;
    -webkit-transition:  all 0.7s ease-in-out;
    -moz-transition:     all 0.7s ease-in-out;
    transition:          all 0.7s ease-in-out;
} */

#filesContainerLETLIVE,
.generalPlaylistRowLetlive {
  /*width:      max-content;*/
  overflow-x: clip;
  max-width: 98vw;
  margin-bottom: var(--space-beetween-carousel-video-home, 0);
  padding: 0;
}

#filesContainerLETLIVE_MONOGRAPHIES {
  width: 100vw;
}

/* .rowHomeLetLiveMarginWidthOverflow
{
    margin:     0;
    max-width:  100vw;
    overflow: visible;
} */

.padding1vw {
  padding: 1vw;
}

.textLetliveColorWhiteFont2vw {
  color: var(--main-text-color-video, white);
  font-size: x-large;
}

.postTitleLetLive {
  color: var(--main-text-color-video, white);
  text-align: center;
  font-size: x-large;
  text-overflow: ellipsis;
  padding-left: 2vw;
  padding-right: 2vw;
  flex-flow: nowrap;
  /*     width:         25vw; */
}

.imgArtistLetliveHome {
  height: 12vw;
  width: 21vw;
}

.imgArtistLetliveHome:hover {
  cursor: pointer;
}

/* button
{
    border-radius:    4px;
    background-color: #5ca1e1;
    border:           none;
    color:            #fff;
    text-align:       center;
    font-size:        32px;
    padding:          16px;
    transition:       all 0.5s;
    cursor:           pointer;
    /* box-shadow:       0 10px 20px -8px rgba(0, 0, 0, .7);
} */

.goToArtistPage {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.goToArtistPage:after {
  content: "»";
  position: absolute;
  opacity: 0;
  /*top: 14px;*/
  right: -20px;
  transition: 0.5s;
}

.goToArtistPage:hover {
  padding-right: 24px;
  padding-left: 8px;
  color: white;
}

.goToArtistPage:hover:after {
  opacity: 1;
  right: 10px;
  color: white;
}

.display_block {
  /* display: block !important; */
  visibility: visible;
  transition: all 2s;
}

.closebtnVideoOverlayLetlive {
  cursor: pointer;
  font-size: xxx-large;
  /* margin-top: 9vw; */
  color: var(--main-text-color-video, white);
}

.navLetliveFont {
  color: var(--main-text-color-video, white) !important;
  font-size: large !important;
  font-weight: initial;
  padding-top: 0 !important;
}

.content {
  width: inherit;
}

.img-overlayLetlive {
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#contentTitle {
  color: var(--main-text-color-video, white);
  width: inherit;
  overflow: hidden;
  text-overflow: ellipsis;
}

#overlayVideoLetlive {
  /*padding:          30px 30px 30px 30px;*/
  display: none;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 10000;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.9);
  overflow-x: hidden;
  overflow-y: auto;
  transition: 0.5s;
}

#videoOverlayWrapperRightList {
  height: 28vw;
  overflow: hidden;
}

.titleOverlaySection,
.titleOverlaySectionRight {
  color: var(--main-text-color-video, white);
  width: 32vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*font-size: 2vw;*/
}

.imgFromRightListVod {
  width: 12vw;
  height: 8vw;
  padding: 4px 4px 4px 4px;
}

.videoListBab {
  width: 48vw !important;
  height: 10vw !important;
}

.underSection {
  width: inherit;
  height: inherit;
  padding: 4px 4px 4px 4px;
  max-width: 24vw;
  max-height: 13vw;
  object-fit: cover;
}

.vodTextDisplayFlex {
  display: flex;
  width: inherit;
  height: inherit;
}

.videoFromLeftList:hover {
  cursor: pointer;
}

#fileOverlayInfoTitle {
  color: white;
  font-size: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  bottom: 0px;
}

#videoOverlayWrapper {
  position: inherit;
  height: 31.5vw;
  /*padding:  20px 20px 20px 20px;*/
  /* overflow: hidden; */
  /* top: 5%; */
  /* right: 0; */
  /* bottom: 0; */
  /* left: 16%; */
  /* width: 70%; */
}

.plyr__video-wrapper {
  height: 32vw;
}

/* .plyr {
    height: inherit;
    width: inherit;
} */

.luColumnSection {
  list-style: none;
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
}

#overlayVIdeo a {
  /* padding: 8px; */
  /* margin-left: 50%; */
  /* margin-right: 50%; */
  /*text-decoration: none;*/
  /*font-size: 36px;*/
  /*color: #818181;*/
  /*display: block;*/
  /*transition: 0.3s;*/
  /*width: 5%;*/
  /*padding-left: 1%;*/
  /*z-index: 999999;*/
  /*position: relative;*/
  /* float: right; */
}

.titleOverlaySection,
.titleOverlaySectionRight {
  color: var(--main-text-color-video, white);
  width: 32vw;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*font-size: 2vw;*/
}

.playButtonElementLetLive {
  width: 2vw;
  border: 1px solid #084163;
  border-radius: 16px;
  margin-left: 10%;
}

.textInfoLetLiveVideoOnHover {
  overflow: hidden;
  text-after-overflow: ellipsis;
}

.card .slide.slide2 .content p {
  margin: 0;
  padding: 0;
  text-align: center;
  color: var(--main-text-color-video, white);
  height: 4vw;
  /*background-color: black;*/
  /* overflow-y: hidden; */
  /* text-overflow: ellipsis; */
  overflow-y: hidden;
}

.card .slide.slide2 .content h3 {
  margin: 0 0 0 0;
  padding: 0;
  font-size: 24px;
  text-align: center;
  color: #414141;
}

.subscribeNowLetLive {
  margin-top: 1vw;
  width: 10vw;
  border: 0;
  border-radius: 10px;
  background-color: #0f79af;
  color: var(--main-text-color-video, white);
}

.logo_letlive_navbar {
  width: 15vw !important;
  max-width: 15vw !important;
  margin-top: 1vw;
  /* margin-left: 1vw; */
}

.letliveNavbarText {
  /*padding:     15px 15px 15px 15px;*/
  color: var(--main-text-color-video, white);
  font-size: large;
  /*font-weight:    100;*/
  margin-top: 1vw;
  padding-bottom: 10px;
}

.introLetLiveImageLateral {
  width: 50vw;
  -webkit-mask-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 1)),
    to(rgba(0, 0, 0, 0))
  );
}

.introLetliveTitleOrTextBlack,
.introLetliveLastSectionTitleOrTextBlack {
  color: black;
}

.introLetliveParagraph {
  padding: 20px;
  font-size: 15px;
}

.introLetliveParagraphFooter {
  font-size: 15px;
}

.footerParagraph:hover {
  cursor: pointer;
}

.img-wrapper {
  position: relative;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay-head {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  /*right: 0;*/
  text-align: center;
}

.img-overlay:before {
  content: " ";
  display: block;
  height: 30%;
}

.introLetLiveButton {
  float: right;
  background-color: #0f79af !important;
  color: #fff;
  font-size: 20px;
  width: 16vw;
  font-weight: 100;
  height: 3vw;
  border: 0;
}

.introMarketplaceLetLiveButton {
  background-color: #0f79af !important;
  color: #fff;
  font-size: 20px;
  width: 16vw;
  font-weight: 100;
  height: 3vw;
  border: 0;
}

.introLetLiveButtonLeft {
  float: left;
  background-color: #0f79af !important;
  color: #fff;
  font-size: 20px;
  width: 16vw;
  font-weight: 100;
  height: 3vw;
  border: 0;
}

.introLetLiveButtonLeftHead {
  background-color: #0f79af !important;
  color: #fff;
  font-size: 20px;
  width: 16vw;
  font-weight: 100;
  height: 3vw;
  border: 0;
}

.introLetLiveGroupButtons {
  float: right;
  background-color: #0f79af !important;
  color: #fff;
  font-size: small;
  width: 12vw;
  font-weight: 100;
  height: 8vw;
  border: 0;
  margin: 2vw;
  padding: 1vw;
  border-radius: 15px;
}

.letliveNavbarListMenu {
  list-style: none;
  /*width: fit-content;*/
}

.letliveNavbarListMenuDropDown {
  padding: 0;
  text-align: center;
}

.artisListLetLiveNavbar {
  color: var(--main-text-color-video, white) !important;
  /*padding:    10px;*/
  list-style: none;
}

.artisListLetLiveNavbar > a {
  padding: 5px 0 5px 0;
}

.letliveNavbarListMenu > div > ul {
  padding: 0;
}

.letliveNavbarListMenu > div > ul > li {
  padding-left: 10px;
}

.letliveNavbarListMenu > div {
  width: fit-content;
  overflow-y: auto;
  left: -10px;
}

.buttonLetLiveNavbar {
  color: white;
  background-color: #212121;
}

.buttonLetLiveNavbar:hover {
  color: white;
  background-color: #474747;
}

.closebtnVideoOverlay {
  /*margin-top: 2vw !important;*/
}

#hiddenMenuOverlayMobile {
}

/* width */
#postColumn::-webkit-scrollbar {
  -moz-width: 10px;
  width: 5px;
  /* margin: 0 auto; */
}

/* scrollbar container */
#postColumn::-webkit-scrollbar-track {
  background: transparent;
}

/* scroll aspects */
#postColumn::-webkit-scrollbar-thumb {
  background: #808080;
  border-radius: 10px;
}

/* scrollbar on hover */
#postColumn::-webkit-scrollbar-thumb:hover {
  background: #000;
}

.leftColumnLetLive {
  /*position: fixed;*/
  /*height: 100%;*/
  width: 10vw;
}

.body_min_width_height {
  min-width: 90vw !important;
}

.theme_background {
  background-color: transparent;
}

.logo_bab_navbar {
  /* width:     9vw !important; */
  /* max-width: 9vw !important; */
}

.posterSwiperLetLive {
  width: 100%;
  height: 20vw;
}

.postSwiperLetLive {
  border-radius: 15px;
  width: 20vw;
  height: 20vw;
}

ul {
  padding-left: 10px;
}

.textListLetLive,
.textListLetLiveMarketplace,
.simpleTitleLetLive {
  color: white;
  /*padding: 15px 15px 15px 15px;*/
  font-size: large;
}

.textListLetLiveMarketplace {
  color: white;
  font-size: medium;
}

.columnSettings {
  width: 30px;
  float: right;
}

.selectedTextLetLive {
  color: red;
  list-style-type: circle;
  margin-left: 4vh;
}

.textListLetLive,
.textListLetLiveMarketplace,
.titleLetLiveMarketplace,
.titleLetLiveMarketplaceRed:hover {
  cursor: pointer;
}

.titleLetLiveMarketplace {
  color: white;
}

.titleLetLiveMarketplaceRed {
  color: red;
  font-size: large;
}

.image_post {
  /* object-fit: contain; */
  width: 100%;
}

.nameProfileUploader {
  color: #fff;
}

label {
  color: #0f79af;
  font-size: 1em;
}

#postDivCol {
  /* height: 90vh; */
  height: max-content;
  overflow-y: scroll;
}

.container_post {
  background-color: #4241418c;
  border-radius: 10px;
  padding: 1vw 0 1vw 0;
}

.settingsColumn {
  margin-top: 10px;
  margin-bottom: 10px;
}

.container_image {
  object-fit: contain;
  width: 100%;
}

.comment_container {
  display: flex;
}

.container_text_post {
  /*margin: 8px 8px 8px 8px;*/
  border: 1px solid #ffffff70;
  color: #fff;
  word-wrap: break-word;
  font-size: 8px;
}

.container_text_comment {
  margin: 8px 8px 8px 8px;
  border: 1px solid #ffffff70;
  color: #fff;
  word-wrap: break-word;
  font-size: 3px;
}

.btn_comment_post {
  height: 3vh;
  font-size: 0.6vw;
  margin-top: 1vw;
}

.logoProfile {
  /*margin-top: 1vw;*/
}

.btnLetLive {
  background-color: transparent;
  color: white;
  border: 1px solid;
}

.btnLetLive:hover {
  color: red;
}

.notClickableToResize {
  font-size: 12px;
}

#postColumn {
  height: 95vh;
  overflow-y: scroll;
}

/*#hideFirstButton, #hideLastButton*/

/*{*/

/*    display: none;*/

/*}*/

.border_radius_10 {
  border-radius: 10px !important;
}

.vodLetLive_div_img,
.artistPageSwiperSlide {
  /* width:              17vw; */
  /* height: 10vw; */
  background-color: var(--background-primary-color-video, black);
  border-radius: 10px;
}

.artistPageSwiperSlide:hover {
  cursor: pointer;
  transform: scale(1.06) !important;
  z-index: 99 !important;
}

.vodLetLive_div_img:hover {
  cursor: pointer;
  transform: scale(1.06) !important;
  z-index: 99 !important;
}

.hiddenImgAndShowOnHover {
  display: none;
}

.hiddenImgAndShowOnHover:hover {
  display: block;
  width: 22vw;
}

img.vodCenterLetLive {
  aspect-ratio: 16/9;
  width: 100%;
  height: auto;
}

.folder_carousel_div_overlay_text_description p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.vodLetLive_div_img .vodCenterLetLive {
  width: 100%;
  height: 100%;
  z-index: 99;
  border-radius: 10px;
}

.vodLetLive_div_img .vodCenterLetLive:hover > .property-description {
  background-color: black;
  z-index: 99;
}

.vodLetLive_div_img,
.artistPageSwiperSlide {
  padding: 5px;

  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.show-all-card-class {
  padding: 10px;
  background-color: transparent;
}

#videoContainerSwiperInitLETLIVE_ARTIST {
  width: 19vw;
  margin-right: 1vw;
}

.footerParagraph {
  margin-top: 1vw;
}

/* #rowCataloguesFoldersCointaner
{
    place-content: center;
} */

.imgSwiperNetwork {
  width: 100%;
  height: 100%;
  max-width: fit-content;
}

#RowVideoCase {
  /* column-count: 4;  */
  display: flex;
  flex-wrap: wrap;
  place-content: center;
  margin-bottom: 30vw;
}

.h4_index_video_element {
  font-size: 16px;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* #folderOverlayInfoTitle
{
    color:         white;
    font-size:     15px;
    overflow:      hidden;
    text-overflow: ellipsis;
    bottom:        0px;
    height:        auto;
    width:         inherit;
    padding:       0;
} */

#folderOverlayInfoTitleSearch {
  /*top: 11px;*/
  position: initial;
  /* background-color: black; */
  /* height:   93%; */
}

#folderOverlayInfoTitleVideoCase {
  position: initial;
}

.folder_carousel_div_overlay_text_title_search {
  /* height:        25%; */
  /* padding-left:  12%; */
  font-size: medium;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

.folder_carousel_div_overlay_text_title > h4 {
  font-size: 16px !important;
}

.container_description > p {
  font-size: 14px;
  color: var(--main-text-color-video);
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}

.folder_carousel_div_overlay_text_title > p {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.folder_carousel_div_overlay_text_title_search {
  /* height:        25%; */
  /* padding-left:  12%; */
  font-size: medium;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
}

#artistBiografyTagPage {
  display: -webkit-box;
  /* -webkit-line-clamp: 5;  | Commentato come richiesto da CO - BUG 4384*/
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.imgBannerLetLive {
  width: 100%;
  position: absolute;
  opacity: 1;
}

.imgBannerLetLiveHover {
  width: 100%;
  position: relative;
  opacity: 0;
  transition: all 1s linear;
}

.imgBannerLetLiveHover:hover {
  opacity: 1;
}

.swiper-pagination-bullet {
  background-color: white;
}

.swiper-pagination-bullet-active {
  background-color: #0f79af;
}

#captchaBackground {
  height: 220px;
  width: 250px;
  /*background-color: #2d3748;*/
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

#captcha {
  height: 80%;
  width: 80%;
  font-size: 30px;
  letter-spacing: 3px;
  margin: auto;
  display: block;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#submitButton {
  margin-top: 2em;
  margin-bottom: 2em;
  color: white;
  border: 0;
  font-weight: bold;
  background-color: #18445c !important;
  width: auto;
}

#refreshButton,
#submitButtonLetLive {
  color: white;
  border: 0;
  font-weight: bold;
  background-color: #18445c !important;
  width: auto;
}

#bab_navbar_base {
  margin-bottom: 0;
}

#artistHomeContainer {
  display: none;
}

#artistHomeContainer h3 {
  font-size: 22px;
}

#artistHomeContainer .section-title {
  font-size: 22px;
}

.showAllPlaylist {
  text-align: end;
  font-size: 22px;
}

#showAllTitle {
  text-align: center;
  margin-top: 0px;
  padding-top: 10px;
  height: fit-content;
  margin-right: 0;
  background-size: 100% 1px !important;
  background-repeat: no-repeat !important;
  background-image: linear-gradient(
    60deg,
    #f79533,
    #f37055,
    #ef4e7b,
    #a166ab,
    #5073b8,
    #1098ad,
    #07b39b,
    #6fba82
  ) !important;
}

.artist_navbar_title_current_button_section {
  padding-left: 0;
}

#textBox {
  height: 25px;
}

.intro_slide_shadow_img_div {
  width: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: linear-gradient(
    to left,
    rgb(255, 255, 255) 20%,
    rgba(255, 255, 255, 0) 60%
  );
  height: 100%;
}

.color_letlive {
  color: var(--main-text-color-video, white) !important;
}

#tagTitle,
#nameTag {
  color: var(--main-text-color-video, white) !important;
  background-color: var(--background-primary-color-video, black) !important;
}

#tagTitle {
  margin-right: 10px;
  overflow: hidden;
}

.tag_file_admin_tag_letlive {
  background-color: var(--background-primary-color-video, black) !important;
}

.th_admin_tag_style_sticky_letlive {
  background-color: var(--background-primary-color-video, black) !important;
  position: sticky !important;
  position: -webkit-sticky !important;
  top: -1px !important;
  z-index: 1;
  text-align: center;
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* Margin bottom presente per creare divario con il footer, così da non tagliare le slide in caso di mouseover */
#NewVideosRow {
  margin-bottom: 3vw;
}

.artistPageVideoSection {
  padding-right: 0 !important;
}

.introPageFitCover {
  height: 100%;
  object-fit: cover;
  object-position: right;
  width: 100%;
}

.introPageContainerSection {
  height: 70vh;
}

.video_carousel_div_img {
  aspect-ratio: auto;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateX(0);
  /* width:                       30.5vw !important;
    height:                      35vw;
    max-width:                   19vw !important;
    max-height:                  15vw !important; */
  z-index: 1;
  /* padding: 5px 5px 5px 0; */
  margin-bottom: 10px;
}

#searchDropDown:hover,
#tvGuideDropDown:hover {
  background-color: var(--portal-color-secondary, #0b9a2f);
}

.artistPageTitleVideoSection {
  color: var(--main-text-color-video);
  display: flex;
  justify-content: space-between;
}

.body_min_width_height {
  overflow-x: clip !important;
}

/* #artist_navbar_container {
    position: -webkit-sticky;
  position: sticky;
  top: 76px;
} */

.ima-ad-container {
  z-index: 4 !important;
}

@media screen and (max-width: 1400px) {
  .navbar-toggler {
    display: none;
  }

  .vodMainDivLetLive {
    /*display: contents;*/
  }
}

@media screen and (max-width: 1199px) {
  .notClickableToResize {
    font-size: 10px;
  }

  .navbar-toggler {
    display: none;
  }

  .container_post {
    /* margin-top:    10px; */
    margin-bottom: 10px;
    border-radius: 10px;
  }
}

@media only screen and (max-width: 835px) and (max-height: 1280px) and (orientation: portrait) {
  #videoOverlayWrapper {
    /* top:    5%;
        right:  0;
        bottom: 0;
        left:   16%;
        width:  100%; */
  }
}

@media only screen and (min-width: 676px) and (max-width: 1000px) {
  #postColumn {
    width: 20vw;
  }

  .container_text_post {
    /*margin: 8px 8px 8px 8px;*/
    border: 1px solid #ffffff70;
    color: #fff;
    word-wrap: break-word;
    font-size: 1.3vw;
  }

  .titleOverlaySection,
  .titleOverlaySectionRight {
    /*font-size: 4vw;*/
    width: 32vw !important;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1000px) {
  #postColumn {
    width: 16vw;
  }
}

@media screen and (max-width: 990px) {
  .introVideoDecription {
    font-size: small !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .introLastSectionTextContainer {
    background-color: rgba(255, 255, 255, 0.568);
  }

  .introVideoTitle,
  .introLastSectionDescriptionText {
    font-size: medium !important;
  }

  .introLetliveLastSectionTitleOrTextBlack {
    font-size: x-large !important;
  }

  .introRightDescriptionText {
    font-size: small !important;
  }

  .introLetliveTitleOrTextBlack {
    font-size: small !important;
  }

  .infoButtonsText {
    font-size: 10px !important;
    margin-left: 0 !important;
  }

  .bannerImgOverlay {
    width: 100%;
    background-color: #000000b0;
  }

  .artistPageVideoSection {
    padding: 0 !important;
  }

  /*     .box_image
    {
        height: 12vh !important;
    } */

  #NewVideosRow {
    margin-bottom: 0;
  }

  .titleOverlaySection,
  .titleOverlaySectionRight {
    /*font-size: 4vw;*/
    width: 32vw !important;
  }

  #contentTitle {
    font-size: 3vw;
  }

  #videoOverlayWrapperRightList {
    width: calc(100% + 1px);
    height: 10vw;
  }

  ul > li {
    /*display: inline-block;*/
    /* You can also add some margins here to make it look prettier */
  }

  #contentTitle {
    font-size: 3vw;
  }

  .titleOverlaySection,
  .titleOverlaySectionRight {
    /*font-size: 4vw;*/
    width: 32vw !important;
  }

  #videoOverlayWrapperRightList ul {
    display: flex;
    list-style-type: none;
  }

  #videoOverlayWrapperRightList li {
    display: inline;
    float: left;
    /*height:     22vw;*/
    overflow-y: unset;
  }
}

@media screen and (max-width: 767px) {
  /* .indexSection
    {
        height: 27vw !important;
    } */

  .showAllPlaylist {
    font-size: medium;
  }

  #artistHomeContainer .section-title {
    font-size: medium;
  }

  .textLetliveColorWhiteFont2vw {
    font-size: 16px !important;
  }

  #NewVideosRow {
    margin-bottom: 0;
  }

  #navbarNavDropdown > ul {
    padding: 0 !important;
  }

  .btn_monography_letlive {
    padding: 0;
  }

  #fileOverlayInfoTitle > div > p {
    font-size: 14px !important;
  }

  /* .indexSection_tag
    {
        height: 25vw !important;
    } */

  #postDivCol {
    height: 100vh;
  }

  /* #filesContainerLETLIVE
    {
        max-width: 65vw !important;
    } */

  .readMoreButton {
    font-size: xx-small;
  }

  #compressButton {
    font-size: xx-small;
  }

  #artistText h2 {
    font-size: 15px;
  }

  /* div p
    {
        font-size: 7px !important;
    } */

  .title_post {
    font-size: 10px !important;
  }

  ul {
    padding-left: 10px;
  }

  .posterSwiperLetLive {
    width: 100%;
    /* height: 24vw; */
    /* margin-top: 12vw; */
  }

  .notClickableToResize,
  .simpleTitleLetLive {
    font-size: 8px;
  }

  #postColumn {
    width: 30vw;
    overflow: scroll;
    height: 85vh;
  }

  /*.posterSwiperLetLive*/
  /*{*/
  /*    width:  101%;*/
  .vodMainDivLetLive {
    /*display: grid;*/
  }

  .titleOverlaySectionRight,
  .titleOverlaySection {
    /* width: 43vw !important; */
    font-size: medium;
  }

  #videoOverlayWrapper {
    top: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
    width: auto !important;
    position: relative;
  }

  .underSection {
    /* Ridotte le dimensioni dei video nelle sezioni sottostanti, rendendoli come quelle della colonna di destra, richiesta del marketing\CO - 14\04\2022 OLA */
    /* width:   35vw;
        height:  24vw; */
    width: 40vw;
    height: 22vw;
    padding: 4px 4px 4px 4px;
  }

  .videoListBab {
    height: 20vw !important;
  }

  .vodTextDisplayFlex {
    display: block;
  }

  .luColumnSection {
    list-style: none;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    padding-left: 0;
  }

  .imgFromRightListVod {
    width: 40vw;
    height: 22vw;
    padding: 4px 4px 4px 4px;
  }

  /* #filesContainerLETLIVE
    {
        max-width: 66vw !important;
    } */

  ul {
    padding-left: 10px;
  }

  .posterSwiperLetLive {
    width: 100%;
    /* height: 20vw; */
    /* margin-top: 7vw; */
  }

  .notClickableToResize,
  .simpleTitleLetLive {
    font-size: 8px;
  }

  .navbar-toggler {
    display: block;
  }

  .vodMainDivLetLive {
    /*max-width: 120px;*/
    /*display: grid;*/
  }

  .textListLetLive,
  .textListLetLiveMarketplace,
  .simpleTitleLetLive {
    color: white;
    padding: 0 0 0 0 !important;
  }

  #postColumn {
    width: 30vw;
  }

  /* .video_carousel_div_img
    {
        max-height: 160px !important;
    } */

  .navbar-nav li {
    padding-top: 0 !important;
  }

  /* .carousel_video_image_bab
    {
        height: 75% !important;
    } */

  .folder_carousel_div_overlay_text_title > h4 {
    font-size: small !important;
  }

  #containerFluidVideoCaseValue a {
    width: 4%;
    padding-left: 1%;
    font-size: 20px;
  }

  .letliveNavbarListMenuDropDown {
    padding-top: 2px !important;
  }

  .navLetliveFont {
    padding: 0;
  }

  #videoOverlayWrapperRightList {
    height: 30vw;
  }

  .letliveNavbarListMenu > a {
    font-size: inherit !important;
  }

  .letliveNavbarListMenuDropDown > div {
    position: absolute !important;
    background-color: black !important;
  }

  /* .bab_dropdown_menu
    {
        padding: 7px 0 0 0 !important;
    } */

  .logo_letlive_navbar {
    width: 20vw !important;
    max-width: 20vw !important;
    /* margin-top: 5vw !important; */
  }
}

/* EUGENIO: 22/04/2026 */
#signUpArtistPage {
  display: flex;
  justify-content: center;
}

#signUpArtistPageBody {
  border: 1px solid var(--portal-color-secondary);
  border-radius: 14px;
  margin-top: 25px;
}

@media (orientation: landscape) {
  #signUpArtistPageBody {
    width: 45vw;
  }
}

#artistSignupHeader {
  padding: 0px 20px;
}

#artistSignUpForm {
  display: flex;
  flex-direction: column;
}

#artistSignUpForm label {
  color: white;
}

#artistSignUpFormInputs {
  gap: 15px;
  display: flex;
  flex-direction: column;
  padding: 0px 20px;
}

#artistProfileNickname {
  margin: 0px;
}

.file_column {
  display: flex;
  align-items: center;
  gap: 10px;
}

.selected_file {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#termsOfUsageDiv {
  display: flex;
  align-items: center;
  gap: 10px;
}

#signUpTermsOfUsageCheckbox {
  align-self: flex-start;
  accent-color: var(--portal-color-secondary);
}

#signUpArtistButton {
  align-self: center;
  width: max-content;
  margin: 5px 0px 20px 0px;
}

#signUpOrLoginDiv,
#signUpArtistGreetings,
#cannotSignUpProfileDiv {
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#navLoginButtonUser,
#navSignUpButtonUser {
  align-self: center;
  width: max-content;
}
