.bg-green {
    background-color: #2b8804;
}

.text-white {
    color: white;
}

.titolo {
    font-style: italic;
    margin-top:20px;
}

.logo-box {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
}

/* TheoPlayer */
/* Primary color	Big play button, progress bar, menu text
Primary background	Menu header
Secondary color	Control bar icons (including time and tooltips)
Secondary background	Social sharing close button
Tertiary color	Control bar background
Tertiary background	Menu content background */


.theo-primary-color, .vjs-selected { 
    color: #2b8804 !important; 
}
    
.theo-primary-background {
    color: #2b8804 !important;
    background-color: #000000 !important; /* simbolo HD e intestazione settings */
}

.theo-secondary-color { 
    color: #ffffff !important;
}

.theo-secondary-background {
    color: #0f3001 !important; 
    background-color: #ffffff !important; 
}

/* ombra sotto quando il mouse è sul player */
.theo-tertiary-color { 
    color: #000000 !important; 
} 

/* voci settings */
.theo-tertiary-background { 
    color: #ffffff !important; 
    background-color: #000000 !important; 
} 

/* icona play */
.vjs-icon-play:before,.video-js .vjs-play-control:before,.video-js .vjs-big-play-button:before {
    content: "";
    background-image: url("https://test.lascala.tv/intesa/assets/icone/02_Durante_Streaming/Icona_Play.svg");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

/* icona pause */
.vjs-icon-pause:before,.video-js .vjs-play-control.vjs-playing:before {
    content: "";
    background-image: url("https://test.lascala.tv/intesa/assets/icone/02_Durante_Streaming/Icona_Pausa.svg");
    background-size: 70%;
    background-repeat: no-repeat;
    background-position: center center;
}

/* icona fullscreen */
.vjs-icon-fullscreen-enter:before,.video-js .vjs-fullscreen-control:before {
    content: "";
    background-image: url("https://test.lascala.tv/intesa/assets/icone/02_Durante_Streaming/Icona_full-screen.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
} 

/* icona esci-full */
.vjs-icon-fullscreen-exit:before,.video-js.vjs-fullscreen .vjs-fullscreen-control:before {
    content: "";
    background-image: url("https://test.lascala.tv/intesa/assets/icone/02_Durante_Streaming/Icona_exit_full-screen.svg");
    background-size: 50%;
    background-repeat: no-repeat;
    background-position: center center;
} 