.navbar-mobile-native{
    padding-bottom: env(safe-area-inset-bottom); 
}
.modal-dialog, .header-mobile-native{
    padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

.notch-element-cover{
    display: block;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: env(safe-area-inset-top);
    background: black;
    z-index: 9;
}

.pageMob {
    min-height: 100vh;
    padding-top: calc(60px + env(safe-area-inset-top));
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
    padding-right: calc(env(safe-area-inset-right));
    padding-left: calc(env(safe-area-inset-left));
}

.videopopup-page-padding-bottom{
    padding-bottom: calc(110px + env(safe-area-inset-bottom)) !important;
}

.pageMob-profile, .pageMob-search, pageMob-download{
    margin-left: 10px;
    margin-right: 10px;
}

.mobile-chromecast-icon{
    opacity:0.6;
}
   
    .fs-s{
        font-size:14px;
    }

    *:focus {
        outline: none !important;
    }
    .form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
    }

    html {
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none;    /* Firefox 2+ */
    -ms-user-select: none;     /* IE 10+ */
    user-select: none;         /* Standard non prefissato */
    }

    html, body, .pageMob{
        /* overflow-x: hidden !important; */
    }

    /* input[type="text"] {
        -webkit-user-select: text !important;
    } */

    .mobile-list-page{
        display: flex;
        visibility: hidden;
        position: relative;
        margin-top: 5px;
        width: 100%;
        overflow-x: auto;
    }
    .mobile-list-page-init{
     min-height: 35px;
     visibility: visible;
    }
    .mobile-list-page div{
        padding: 8px 15px;
        vertical-align: top;
        background: transparent;
        border-radius: 17px;
        color: white;
        font-weight: 600;
        font-size: 13px;
        margin-right: 5px;
        align-items: center;
        white-space: nowrap;
    }
    .mobile-list-page div.active{
        background: white !important;
        color: black !important;
    }
    /*mobile rules*/
    .header { display: none; } footer { display: none; }
    /*mobl*/

    .button-primary, .button-secondary{
        width:100% !important;
    }

    .button-small {
        display: inline-block;
        padding: 10px 18px;
        font-size: 14px;
        width: auto !important;
    }

    .header-mobile-native-nav{
        display: inline-flex;
        width: 100%;
        padding-top: 10px;
    }
    .header-mobile-native-nav div{
        flex:1;
    }
    .header-mobile-native{
        position: fixed;
        display: inline-flex;
        min-height: 46px;
        flex-direction: column;
        padding-left:10px;
        left: 0px;
        width: 100%;
        align-items: center;
        text-align: center;
        z-index: 99999 !important;
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
    }
    .mobile-logo-native{
        flex:6 !important;
        text-align:left !important;
    }
    .mobile-logo-native-img{
        /* height: 100%; */
        max-width: 156px;
        max-height: 35px;
        text-align: center;
        margin: 0 auto;
    }
    .mobile-search{
        text-align:right;
        padding-right:10px;
    }
    .mobile-chromecast{
        text-align:right;
        padding-right:10px;
    }
    .mobile-chromecast-video{
        font-size: 26px;
    }
    .header-mobile-native i{
        font-size:20px;
    }

    /*video*/
    .contentMedia{
        padding-top:0px !important;
    }
    /*dialog*/
    .modal-header .close{
        left:0px;
        margin-top: 0px;
        top: auto;
        opacity: 1 !important;
        background: transparent !important;
    }
    .modal-body{
        padding:0px;
    }
    #modal-mobile-subscribe-unique{
        padding-bottom: 20px;
    }
    .modal-header .close:before{
        font-family: 'remixicon';
        content: "\ea60";
    }
    .modal-dialog{
        margin-top:0px !important;
        width: 100% !important;
        max-width: 100% !important;
        margin:0px !important;
    }

    .modal-dialog:has(.videoFullScreen) {
        background: black;
    }

    .modal-content{
        margin-top: 0px !important;
        margin-left: 0px !important;
        margin-right: 0px !important;
        min-height: 100vh !important;
        padding-bottom: 40px;
    }
    .modal-content, .modal-body, .pageMob, #mainLiveHomeMobile{
        overflow-x: hidden !important;
    }
    .modal{
        z-index: 9999999 !important;
    }

    /* .rightColDiv.mobile {
        max-height:30px;
    } */


    #modal-video-comment-content.box-right{
        height:65vh !important;
    }


     
.selectMobile{
	background: transparent;
    border: 0px;
    width: 90px;
    opacity: 0.7;
	width:90px;
}
/*mobile navbar*/
  .navbar-mobile-native{
	position: fixed !important;
	bottom: 0px;
	z-index: 9999999 !important;
	width: 100%;
    background: rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(30px);
    -webkit-backdrop-filter: blur(30px);
  }

  .navbar-mobile-native .menu {
	width: 100%;
	padding: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
  }
  .navbar-mobile-native .menu .menu-item {
	display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    margin-right: 20px;
    padding: 2px;
    border-radius: 8px;
	background-color: transparent;
    flex:1;
  }
   .navbar-mobile-native .menu .menu-item:last-child {
	margin-right: 0px;
  }

   .navbar-mobile-native .menu .menu-item.active {
	background-color: rgba(255,255,255,0.1);
  }
 
   .navbar-mobile-native .menu .menu-item .menu-item__text {
	text-align: center;
	font-weight: 700;
	opacity: 1;
    font-size: 12px;
  }
.navbar-mobile-native .menu .menu-item-icon-active {
display: none; 
}

.navbar-mobile-native .menu  .menu-item.active .menu-item-icon {
display: none; 
}

.navbar-mobile-native .menu  .menu-item.active .menu-item-icon-active {
display: inline-block;
}


  .navbar-mobile-native .menu  .menu-item__icon {
	display: inline-block;
	text-align: center;
	font-size: 24px;
  }

    #mainLiveHomeMobile{
        min-height: 1px;
        padding-bottom: 5vh !important;
    }

    .sectionContainer {
        min-height: auto !important;
    }

    #searchMobile {
        position: relative;
    }

    .headerSearchGlobalInputMobile {
        padding-left: 50px !important;
        padding-right: 30px;
        width: 100%;
    }

    .headerSearchIcon,
    .headerSearchRemoveIcon,
    .headerSearchMicrophoneIcon {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        font-size: 20px;
    }

    .headerSearchIcon {
        left: 15px; /* Posiziona l'icona di ricerca a sinistra */
    }

    .headerSearchMicrophoneIcon{
        right: 10px; 
        background-color: #383838;
        border-radius: 50px;
        padding: 5px 10px;
    }

    .headerSearchMicrophoneIcon-hovered{
        padding: 10px 15px;
        background-color: rgb(112, 112, 112);
    }

    .headerSearchRemoveIcon {
        display: none;
        right: 60px; 
    }
    

    /*home*/
    .horizontalBrowserAll{
        position:absolute;
        right: 3%;
    }

    .resultsSearchTxt{
        display:none;
        margin-left:0px !important;
        padding-left:10px !important;
        font-size:16px !important;
    }

    .sectionContainer{
        display:block !important;
    }


.mobile-list-categories {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal columns */
    gap: 8px; /* Spacing between items */
    padding: 0;
}

.mobile-list-categories div {
    background: rgba(255, 255, 255, .1);
    border-radius: 6px;
    padding: 10px 20px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#headerSearchGlobalInputForm{
    position: relative;
    top: 10px;
}
    
#speech.btn {
  border: none;
  padding: 0;
  border-radius: 100%;
  width: 150px;
  height: 150px;
  font-size: 1.5em;
  color: #fff;
  padding: 0;
  margin: 0;
  background: #ff3d7f;
  position: relative;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
}

.pulse-ring {
  content: "";
  width: 150px;
  height: 150px;
  border: 5px solid #ff3d7f;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  left: -5px;
  animation: pulsate infinite 2s;
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2, 1.2);
    opacity: 0;
  }
}
.speech-to-text-container {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3fb8af;
}

/*list video*/
.box-element-video{
    display: flex;
    padding: 0px;
    margin-bottom: 20px;
}
.detailsTypeVideoLiveInLive{
    left: 4px;
    bottom: 0px;
}
.img-container-vertical-list-video{
    flex: 1;
}
.box-element-video-details-info{
    flex: 1.5;
}

.box-title-video{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
/* #htmlAccess{
    display:flex;
    width: 100%;
}
#htmlAccess a, #htmlAccess button{
    flex: 1;
}
.btn-start-now-collection{
    margin-bottom: 0px !important;
    flex: 8 !important;
} */
.nav.nav-tabs{
    display: flex;
    width: 100%;
}
.nav.nav-tabs li{
    flex: 1;
    text-align:center;
}

.collection-tab-select{
    padding:0 !important;
}

#loading_results_spinner{
	opacity:0.5;
    transform: scale(0.5);
}

.vjs-big-play-button {
display: none !important;
}




/*downloaded*/
/* List component */
.download-offline-mode{
    display: none;
    padding: 20px;
}
#img-logo-offline{
    width: 100px;
    margin-top:20px;
    margin-bottom:20px;
}
.list{
    list-style: none;
    margin: 0;
    padding: 15px;
    border-radius: 2px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

    .list .list-item{
        display: flex;
        padding: 10px 5px;
        marbin-bottom:10px;
    }
    .list .list-item:not(:last-child){
        border-bottom: 1px solid #383838;
    }

        /*list item image wrapper*/
        .list .list-item__image{
            flex-shrink: 0;
            height: 80px;
        }
            .list .list-item__image img{
                width: 150px;
                height: 80px;
                overflow: hidden;
                border-radius: 8px;
            }

        /*list item content*/
        .list .list-item__content{
            flex-grow: 1;
            padding: 0 20px;
        }

.progress-bar-wrapper {
    margin-top: 5px; /* Aggiungi il margine superiore per distanziare la barra di progresso dal titolo */
    display: flex;
}

.progress-bar-wrapper-value{
    font-size: 12px;
    padding-left: 5px;
    margin-top: -4px;
    width: 10%;
    font-weight: bold;
}
.progress-bar {
    width: 90%;
    height: 10px; /* Aumenta l'altezza della barra di progresso */
    background-color: rgba(255,255,255,.2);
    border-radius: 5px;
    margin-top: 0px; /* Aumenta il margine superiore per distanziare la barra di progresso */
}

.progress-bar__fill {
    height: 100%;
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
}
/*downloaded*/

/* settings*/
.profile-settings{
    /* margin-left:10px;
    margin-right:10px; */
}
.profile-settings .container-box-flex{
    padding-bottom: 15px;
}
.settings-icon{
    margin-right: 10px;
    font-weight: normal !important;
    opacity: 0.7;
    font-size: 20px;
}

/* settings charts */
.chart-container {
    width: 100%;
    margin: 0px auto;
}

.chart-chart {
    height: 10px;
    background-color: #f0f0f0;
    border-radius: 5px;
    overflow: hidden;
}

.chart-bar {
    display: flex;
    height: 100%;
}

.chart-free-space, .chart-app-space, .chart-user-space {
    flex-grow: 1;
    transition: width 0.5s;
}

.chart-free-space {
    background-color: lightgray;
}

.chart-user-space {
    background-color: gray;
}


.chart-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 14px;
}

.chart-label {
    flex: 1;
    text-align: center;
}

/*settings*/


/*modal custom option*/
#modal-body-generic{
    margin-top: 45px;
}
.mod-custom-options {
    display: flex;
    flex-direction: column; /* Visualizza le opzioni una sotto l'altra */
}
.mod-custom-option {
    position: relative;
    padding: 10px 25px;
    margin: 10px 20px;
    cursor: pointer;
    border-radius: 7px;
}
.mod-custom-option.selected {
    background: rgba(255,255,255,0.2);
}

.video-state-popup{
    /* height:125px !important;  */
    top:unset !important;
    overflow: hidden !important;
    bottom: calc(55px + env(safe-area-inset-bottom));
    
    padding-bottom: env(safe-area-inset-bottom);
}

.video-state-popup .modal-dialog{
    height: 80px !important;
    /* overflow: hidden; */
}

.video-state-popup .secondBoxVideo{
    display: none !important;
}

.video-state-popup .modal-header{
    display: none !important;
}

.video-state-popup .video-popup-container{
    display: flex;
    width: 100%;
}

.video-state-popup .videojs-popup-container{
    display: none !important;
}

.video-popup-container .popup-videoClose, .video-popup-container .popup-videoTitle{
    display: none;
}
.video-state-popup .video-popup-container .popup-videoTitle{
    flex: 2;
    margin-left: 10px;
    margin-top: 15px;
    font-size: 13px;
    font-weight: bold;
    display: -webkit-box; /* Flessibile per contenere il testo */
    -webkit-box-orient: vertical; /* Orienta il contenuto in verticale */
    -webkit-line-clamp: 2; /* Mostra solo due linee */
    overflow: hidden; /* Nasconde il testo in eccesso */
    max-height: 40px;
}

.video-state-popup .video-popup-container #video-container-big{
    flex: 2;
}

.video-state-popup .video-popup-container #teyutoPlayer{
    pointer-events: none;
    width: 100% !important;
}
.video-state-popup .video-popup-container .popup-videoClose{
    flex: 1;
    display: block;
    margin: 0;
    padding: 8px;
    margin-top: 10px;
    text-align: right !important; 
    font-size: 25px;
    z-index: 99 !important;
}

/*labels*/
.label-green {
	color: rgb(34 197 94/1);
	border: 1px solid rgba(34,197,94,.1);
	background: rgba(34,197,94,.1);
}
/*labels*/

#modal-mobile-subscribe .modal-body{
    margin-top: 30px;
    margin-left: 3%;
    margin-right: 3%;
}

.card{
    border-radius: 8px;
}

.card-bordered{
    border: 2px solid white;
}

.serie_title_main {
    width: 70%;
}



#mainLiveHomeMobile > div:nth-of-type(even) {
    /* Stile per i div pari */
    border-left:5px solid transparent;
}

#mainLiveHomeMobile > div:nth-of-type(odd) {
    /* Stile per i div dispari */
    border-right:5px solid transparent;
}



.top-position-custom{
    margin-top: -55px;
}

.standardHomeWithPages{
    padding-top: 90px;
}

#mobile-logo-native-label{
    font-weight: 700;
    font-size: 20px;
    display:  -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

#header-user-settings-icon{
    display:none;
}

#navBarMenuShorts{
    display: none;
}