/*  messo perchè scrorrendo i caroselli può capitare che venga assegnato hidden all html*/
html{
    overflow: auto; 
}

.thumbnail_evidence_carousel_img {
    width: 100% !important;
}

.evidence_file_container_div {
    margin: 0 !important;
}

.carousel_evidence_subcontainer_description_div {
    height: inherit;
    width: 25vw;
    color: #ffff;
}

.swiper_evidence_slide {
    border: 0 solid;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.swiper_evidence_live_slide {
    border: 0 solid;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    width: 39%;
    /* height: min-content !important; */
    /*margin-left: 3%;*/
    /*margin-right: 40px;*/
}

.swiper_evidence_live_slide:hover {
    cursor: pointer;
    /* border: 3px solid white; */
}

.swiper_evidence_slide:hover {
    cursor: pointer;
    /* border: 3px solid white; */
}

.evidence_margin_right_15 {
    margin-right: 15px;
}

.title_text_carousel_evidence_video {
    font-size: x-large;
    font-weight: 600;
    height: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.subtitle_text_carousel_evidence_video {
    font-size: larger;
    font-weight: 600;
    height: 10%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.info_text_carousel_evidence_video {
    max-height: 100px;
    overflow: hidden;
    /* white-space: break-spaces; */
    /* white-space: nowrap; */
    /* text-overflow: ellipsis; */
    /* display: -webkit-box; */
    /* -webkit-line-clamp: 4; */
    /* -webkit-box-orient: vertical; */
    height: 50%;
}

.carousel_evidence_video_button_container {
    height: 30%;
    bottom: 0;
}

.carousel_evidence_button_bab {
    max-width: 33px;
    margin-top: 5px;
}

.bab_carousel_evidence_button {
    background-color: #ffffff;
    width: 8vw;
    height: 44px !important;
    border-radius: 10px;
    left: 0;
    min-width: 100px;
    right: 0;
    cursor: pointer;
    margin: 2vw auto auto;
    text-align: center;
    top: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.bab_carousel_evidence_button:hover {
    background-color: #6DCAEE;
}

.carousel_evidence_description_button_div {
    background-color: transparent;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#011425), to(transparent));
    background-image: -webkit-linear-gradient(70deg, #011425, 72%, transparent);
    background-image: -moz-linear-gradient(70deg, #011425, 72%, transparent);
    background-image: -o-linear-gradient(70deg, #011425, 72%, transparent);
    background-image: linear-gradient(70deg, #000000, 72%, transparent);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

/* #nextButton
{ */
/*     right: 27%;*/
/* } */

/* #prevButton
{ */
    /* left: 25%; */
/* } */

.channel_slide
{
    width: 5vw;
}

@media only screen and (max-width: 767px)
{
    #subVideoContainerSwiperButtonNextNEW
    {
        top: 40%;
    }
}