body.light, body.light .modal-content{
    background-color: #fff;
}
body.light p,  body.light i:not(.button-primary > i):not(.video-js > i), body.light h4, body.light h3, body.light h2, body.light h1, body.light .white, body.light .modal .close{
    color: #000 !important;
}
.body.light .video-js button{
  color:  white !important;
}
body.light .modal-backdrop.in{
    background: #fff;
}
body.light .navbar-mobile-native{
    background: rgba(255, 255, 255, 0.4);
}
body.light .navbar-mobile-native .menu-item{
    color: #000;
}
body.light .menu-item.active {
	background-color: rgba(0,0,0,0.1);
}
body.light .header-mobile-native{
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 1), rgba(0, 0, 0, 0));
}
body.light .tile__box{
  background:#efefef;
}
body.light .label-tag, body.light .label_extra_info{
  background: rgba(0,0,0,.1);
  color: #000;
}
body.light .channelStyle.nav-tabs>li>a {
    color: black;
}
body.light .channelStyle.nav-tabs>li.active>a {
    border-bottom: 2px solid #000 !important;
}

body.light .mobile-list-categories div {
    background: rgba(0, 0, 0, .1);
    color: black;
}
body.light .headerSearchMicrophoneIcon{
    background-color: #efefef;
}
body.light .button-secodary, body.light .button-round{
  background: rgba(0, 0, 0, .1);
  color: black;
}
body.light .button-round-hover{
	background-color: rgba(0,0,0,1);
	color:white !important;
}
body.light .button-primary{
  color: white;
}
body.light .rightColDiv{
	background: rgba(0,0,0,0.1);
}
body.light .mod-custom-option.selected {
    background: rgba(0,0,0,0.2);
}
body.light .progress-bar {
    background-color: rgba(0,0,0,.2);
}

body.light .progress-bar__fill {
    background-color: rgba(0,0,0,1);
}
body.light .list .list-item:not(:last-child){
        border-bottom: 1px solid lightgray;
}
body.light .preloadVideoBox {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.05) 50%, transparent 100%);
}
body.light .circularLoading{
    filter: invert(1) !important;
}

body.light .collection-spotlight-content{
    background-color: rgba(255,255,255,0.10) !important;
}

/* Nuovo stile per i form in tema chiaro */
body.light .form-control {
    width: 100%;
    padding: 10px 0;
    font-size: 16px;
    color: black;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.42);
    background: transparent;
    transition: border-color 0.2s;
    border-radius: 0px !important;
}

body.light .form-control::placeholder {
    color: transparent;
}

body.light .form-control:placeholder-shown + .form-label {
    font-size: 16px;
    cursor: text;
    top: 10px;
}

body.light .form-label {
    position: absolute;
    top: -20px;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
    pointer-events: none;
}

body.light .form-control:focus {
    padding-bottom: 6px;
    border-bottom: 1px solid black;
    outline: none;
}

body.light .form-control:focus + .form-label {
    position: absolute;
    top: -20px;
    display: block;
    transition: 0.2s;
    font-size: 12px;
    color: black;
    font-weight: 700;
}

body.light .form-control:not(:placeholder-shown) + .form-label {
    top: -20px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.6);
}