html {
  font-family: "Helvetica Neue","Helvetica",sans-serif;
}

main {
  margin: unset !important;
  padding-bottom: unset !important;
  text-align: unset !important;
}
:root {
  --pey: 220;
}

::-webkit-scrollbar {
  display: none;
}
html, body {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
}
.hide{
  position: absolute;
  visibility: hidden;
}

.screen {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


header {
  position: fixed;
  display: flex;
  left: 0;
  top: 0;
  right: 0;
  height: 65px;
  overflow: hidden;
  z-index: 2;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: saturate(180%) blur(15px);
  backdrop-filter: saturate(180%) blur(15px);
  background: rgba(255,255,255,0.4);
  transition: background 100ms ease-in-out;
}




.wrapHeadr{
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
   -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
   z-index: 3;
   margin: 0 auto;
}


.content-blurred {
  margin-top:65px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
  opacity: .35;
  z-index: 1;
   -webkit-overflow-scrolling: touch;
}

.content-blurred .content {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  height: 100%;
  overflow: auto;
  -ms-overflow-style: none;
   -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  overflow-x: hidden;
}
.content-wrapper::-webkit-scrollbar{
  display: none;
  width: 0 !important;
}
.content-wrapper .content, canvas {
  margin-top: 65px;
}

.content {
  display: block;
   -webkit-overflow-scrolling: touch;
}



/* Card */
    .containerMaster{
        width: 100%;
        position: relative;
        margin: 0 auto;
        margin-bottom: 100px;
        -webkit-overflow-scrolling: touch;
        display: none;
      }
    .contMvideo{
        height: 300px;
        width: 168px;
        overflow: hidden;
        display: inline-block;
        position: relative;
        background-color: rgba(0,0,0,0.5);
        position: relative;
        border-radius: 10px;
        box-shadow:  0 3px 22px rgba(0,0,0,.25);
        transition: transform 200ms ease-in-out, margin 350ms ease-in-out
    }
    .contMvideo:active {
        transform: scale(0.9);
    }

    .selly{
      box-shadow: 0 0 0 6px rgb(39, 209, 77) !important;
    }
    .contCerca.selly, .tss.selly{
      box-shadow: 0 0 0 3px rgb(39, 209, 77) !important;
    }

    .contMvideo video{
      height: 100%;
      width: 100%;
      z-index: 100;
      position: absolute;
      top:0;
      left:0;
    }
    .vedi{
      position: absolute;
      z-index: 97;
      width: 100%;
      height: 100%;
      top: 0;
      right: 0;
      background-color: transparent;
      user-select: none !important;
      cursor: pointer;
    }
   
    .tipo{
      position: absolute;
      z-index: 1;
      top: 5px;
      right: 5px;
      background-color: #fefefd;
      padding: 2px;
      border-radius: 24px;
    }
    .tipo .imma, .q_audio{
      width: 16px;
      height: 16px;
      border-radius: 100%;
      background-color: white;
    }
    .tipo .imma{
      margin-bottom: 2px;
    }
  
    .imma.w720{ background-color: #64cf1a }
    .imma.w1080{ background-color: #49a8b3}
    .imma.wBD{ background-color:#5669bc }
    .imma.wDVD,  .imma.wdvd{ background-color: #c55196}
    .imma.wHDTV{ background-color: #a0a0a0}

    .q_audio.d{ background-color: rgb(253, 184, 19); }
    .q_audio.a{ background-color: rgb(255, 61, 61); }
    /* .q_audio{
      background-size: 60%;
    } */
    /* .q_audio.d{
      background-image: url(/film/images/d.png)
    }
    .q_audio.a{
      background-image: url(/film/images/a.png)
    } */
    
    /* .q_audio{
      display: flex;
      width: 100%;
      font-size: 12px;
      font-weight: 600;
      align-items: center;
      justify-content: center;
      padding: 3px 5px;
      color: #363636;
      }

      .q_audio.d{
        background-color: #ffe283;
      }
      .q_audio.d:after{
        content: "Dolby 5.1";
      }


      .q_audio.a{
        background-color: #ff8c83;
      }
      .q_audio.a:after{
        content: "AAC 2.0";
      } */






    
    .title{
      position: absolute;
      width: 100%;
      height: 60px;
      background-color: #F4F0F0;
      left: 0;
      bottom: 0;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      text-align: center;
      font-weight: 500;
      font-size: 15px;
      display: flex;
            align-items: center;
            transition: background-color 100ms ease-in-out;
    }
    .title span{
      width: 90%;
      display: block;
      word-wrap: break-word;
      margin: 0 auto;
      transition: color 100ms ease-in-out;
    }
  
    .copertina{
      position: absolute;
      width: 100%;
      height: 240px;
      left: 0;
      top: 0;
    }
    .copertina div{
      height: 100%;
      background-size: cover;
      -moz-background-size: cover;
      -webkit-background-size: cover;
      background-position: center;
    }
    .anno, .gen, .dur{
          position: absolute;
          padding: 3px 5px;
          right: 5px;
          bottom: 66px;
          border-radius: 6px;
          color: white;
          font-size: 12px;
          background-color: #0077ff;
          transition: background-color 100ms ease-in-out, color 100ms ease-in-out;
    }
    .gen{
        right: unset;
      left: 5px;
    }
    .dur{
      right: unset;
        bottom: unset;
        left: 5px;
        top: 5px;
    }

    

    .contHeadOPZ{
     display: flex;
      align-items: center;
      height: 100%;
      margin: 0 auto;
      padding-right: 8px;
      padding-left: 8px;
    }
    .contCerca{
     position: relative;
      z-index: 99;
      display: flex;
      align-items: center;
      width: 280px;
      height: 46px;
      margin-right: 10px;
      border: 2px solid #F4F0F0;
      border-radius: 45px;
      background-color: #F4F0F0;
      padding-left: 15px;
      cursor: pointer;
      transition: background-color 100ms ease-in-out, border-color 100ms ease-in-out, transform 100ms ease-in-out;
    }
    .contCerca:last-child{
      margin-right: 0px;
    }
    .opzHead{
      width: 46px !important;
      min-width: 46px;
      padding:0;
    }
    .opzHead:active {
      transform: scale(0.95);
    }

    .contCerca i{
      color: #B5B5B5;
      font-size: 20px;
      display: flex;
      align-items: center;
      margin-left: 15px;
      margin-right: 15px;
      transition: color 100ms ease-in-out, transform 100ms ease-in-out;
    }
    .contCerca i:active{
      transform: scale(.9);
    }

    #cerca:placeholder-shown ~ i:before {
      content: "\f002";
      font-size: 16px;
    }
    #cerca:placeholder-shown ~ #quantino{
      transform: scale(0);
    }

    .opzHead i{
      position: relative;
      top:unset;
      right: unset;
      font-size: 18px;
      margin: 0 auto;
    }
    #cerca{
      -webkit-appearance: none;
      display: block;
      width: 184px;
      height: 40px;
      background-color: transparent;
      border: 0 !important;
      font-size: 16px;
      outline: none !important;
      color: #363636;
      transition: color 100ms ease-in-out;
    }

    #quantino{
      color: #fefefe;
      background-color: rgb(79, 82, 90);
      height: 35px;
      width: 35px;
      border-radius: 100%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 13px;
      margin-left: auto;
      transform: scale(0);
      transition: background-color 200ms ease-in-out, transform 100ms ease-in-out;
      -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
      -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
      box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
      font-weight: 600;

    }
    #quantino.show{
      transform: scale(1);
    }



    .d-none{
      display: none;
    }
    .d-flex{
      display: inline-block;
    }


#NessunFilm{
    position: fixed;
    z-index: 2;
    height: 40px;
    width: 290px;
    font-size: 30px;
    top: calc( 50% - 40px );
    left: calc( 50% - 145px );
    text-align: center;
    display: block;
    color: #363636;
    padding: 12px;
    padding-top: 15px;
    border-radius: 20px;
    background-color: #ffffff;
    box-shadow: 0 3px 22px rgba(0,0,0,.25);
    display: none;
}

#loadFilm{
    position: fixed;
    z-index: 2;
    height: 110px;
    width: 155px;
    font-size: 30px;
    top: calc( 50% - 55px );
    left: calc( 50% - 78px );
    border-radius: 10px;
    border: 4px solid #fff;
    background-image: url(../Img/load.gif);
    background-repeat: no-repeat; 
    background-size: 100% auto;
    box-shadow:  0 3px 22px rgba(0,0,0,.25);
}




#canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left:0;
 background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB);
  background-size: 400% 400%;
  -webkit-animation: Gradient 40s ease infinite;
  -moz-animation: Gradient 40s ease infinite;
  animation: Gradient 40s ease infinite;
}

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}

#loadPop, #masterone{
      z-index: 98;
      position: absolute;
      border: 0;
      padding:0;
      height: 100%;
      width: 100%;
      display: none;
      background-color: rgba(0,0,0,0.65);
    }
    #masterone{
      align-items: center;
      justify-content: center;
    }
    #closeX, #closeX_s{
        position: fixed;
        height: 41px;
        width: 41px;
        right: 20px;
        top: 20px;
        z-index: 111;
        background-color: #fff;
        border-radius: 100%;
        cursor: pointer;
        display: flex;
         align-items: center;
         transition: background-color 100ms ease-in-out, transform 100ms ease-in-out;;
    }
    #closeX:active, #closeX_s:active{
      transform: scale(0.9);
    }
    .closeXX {
      display: block;
      text-align: center;
      font-size: 17px;
      margin: 0 auto;
      transition: color 100ms ease-in-out;
    }
    #ll{
      position: absolute;
      left: calc( 50% - 50px );
      top: calc( 50% - 50px );
      height: 100px;
      width: 100px;
      border-radius: 100%;
      background-image: url(ll.gif);
    background-position: center;
      background-size: 198px;
      background-repeat: no-repeat;
    }
    #pop{
      z-index: 100;
      position: absolute;
      border: 0;
      padding:0;
      height: 100%;
      width: 100%;
      display: none;
    }
    
    @keyframes kiss-in {
      0% { transform: scale(1); }
      66% { transform: scale(.9); }
      100% { transform: scale(1); }
    }
    .ann{
       animation: kiss-in .22s ease-out;
    }

    .boxStagioniM{
      border-radius: 32px;
      z-index: 100;
      background-color: #ff8579;
      padding:15px;
      overflow: hidden;
    }
    .boxStagioni{
      display: none;
      position: absolute;
    }
    .boxStagioniM .boxStagioni{
      display: block;
    }

    #cconnFilm{
      position: fixed;
      height: 100%;
      width: 100%;
      display: flex;
    }



    .boxStagioniM .contStagione{
      background-color:#F4F0F0;
      border-radius: 20px;
      /*border-bottom-left-radius: 16px;
      border-bottom-right-radius: 16px;
      border-top-right-radius: 16px;*/
      padding:10px;
      height: 280px;
      overflow: auto;
      display: none;
      -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
      -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
      box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
    }
    .boxStagioniM .contStagione.s1{
      display: block;
    }


    .boxStagioniM .contStagione.tss{
      height: unset !important;
      width: 100%;
      border-radius: 11px;
      display: inline-flex;
      margin: 5px;
      justify-content: center;
      align-items: center;
      cursor: pointer;
      transition: transform 100ms ease-in-out;
      user-select: none;
      -webkit-user-select:none;
      border: 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
    }
    .boxStagioniM .contStagione.tss:last-child{
      margin: 5px !important;
    }
    .boxStagioniM .contStagione.tss:active{
      transform: scale(.9);
    }
     .boxStagioniM .contStagione.slv{
      background-color: rgb(94, 249, 129);
    }
    .boxStagioniM .contStagione:last-child{
      margin-bottom: 0;
    }
    .boxStagioniM .conEpisodio{
      background-color: #9d83f5;
      margin-bottom: 10px;
      padding: 10px;
      border-radius: 11px;
      display: inline-flex;
      display: table;
      transition: transform 100ms ease-in-out;
      -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
      -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
      box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
    }
    .boxStagioniM .conEpisodio:last-child{
       margin-bottom: 0px;
    }
    .boxStagioniM .conEpisodio:active{
      transform: scale(0.95);
    }
    .boxStagioniM .conEpisodio span{
      display: inline-block;
      border-radius: 38px;
      padding: 10px;
    }
    .boxStagioniM .conEpisodio span:first-child{
      background-color: white;
      margin-right: 10px;
      
    }
    .boxStagioniM .conEpisodio span:last-child{
      background-color: white;
    }

.wrapTss{
  display: flex;
  margin-bottom: 10px;
}

.contStagione.wrapSeletyStg .wrapTss:only-child, .contStagione.wrapSeletyStg .wrapTss:last-child{
  margin-bottom: 0px;
}






.grid {
  flex: 1;
  overflow: auto;
  display: flex;
    align-items: center;
}

main {
  margin: auto;
  padding-bottom: 1px;
  text-align: center
}

.grid {
  margin: 0 auto;
  padding: 20px
}

@media only screen and (min-width:768px) {
  .grid {
    align-items: center;
    display: flex;
    max-width: 800px;
    width: 100%
  }
  .grid>* {
    flex: 1
  }
}




.divvissor{
  margin-left: -5px !important;
  margin-right: -5px !important;
  width: 10px;
}

.v_center{
  display: flex;
  align-items: center;
}

.o_center{
  margin: 0 auto;
}



input[type="checkbox"]#mode{
  -webkit-appearance: none;
  outline: none;
  border: 0 !important;
  padding: 0 !important;
  margin: 0;
}
.contCerca.toggly{
  width: 91px;
  min-width: 91px;
  padding: 0;
}
.contCerca.toggly:after {
  content: "";
  height: 38px;
  width: 38px;
  position: absolute;
  left: 5px;
  background-color: rgb(79, 82, 90);
  border-radius: 100%;
  transition: left 250ms ease-in-out, background-color 200ms ease-in-out;
  transform: scale(0.9);
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
      -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
      box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
}
input[type="checkbox"]#mode:checked ~ .contCerca.toggly:after {
  left: 48px;
   background-color: #F4F0F0;
}


.contCerca.toggly:before {
  font-family:"Font Awesome 5 Pro";
  content: "\f185";
  height: 38px;
  width: 38px;
  position: absolute;
  border-radius: 100%;
  display: flex;
  align-items: center;
  font-size: 24px;
  justify-content: center;
   animation: wuopi 400ms ease-in-out;
  transform: scale(1); left: 48px;
  font-weight: 600;
  color: rgb(253, 184, 19);
}

input[type="checkbox"]#mode:checked ~ .contCerca.toggly:before{
  animation: wuop 400ms ease-in-out;
  transform: scale(1); left: 5px;
  content: "\f186";
  color: rgb(168, 130, 226);
  font-size: 22px;
}
@keyframes wuopi {
  from { transform: scale(0); left: 5px; }
  to { transform: scale(1);  left: 48px; }
} 
@keyframes wuop {
  from { transform: scale(0);  left: 48px; }
  to { transform: scale(1); left: 5px; }
} 



.contStagione.wrapSeletyStg{
  height: unset;
  display: flex;
  margin-bottom: 15px;
  padding: 5px;
}



.nav{
  padding: 0;
  height: unset;
  width: unset;
  border: 0;
  padding-left: 0;
  margin-right: 0;
}
.nav:after{
  height: 100%;
}

.itemsnav{
  padding-left: 12px;
  padding-right: 12px;
  background-color:transparent;
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  transition: transform 50ms ease-in-out;
  color: rgb(79, 82, 90);
  user-select: none;
  -webkit-user-select: none;
  width: 100px;
  height: 46px;
}
.selecto{
  height: 100%;
  width: 120px;
  cursor: pointer;
  user-select: none; 
  position: absolute;
  transition: margin-left 150ms ease-in-out;
}
.selecto::after{
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border-radius: 30px;
  background-color:rgb(253, 184, 19);
}


.itemsnav:last-child {
  margin-right: 0;
}
.itemsnav i {
  font-size: 16px;
  margin-left: 0;
  margin-right: 12px;
  color: rgb(79, 82, 90);
}
@keyframes rubberBand {
  from {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
  }

  30% {
      -webkit-transform: scale3d(1.25, 0.75, 1);
      transform: scale3d(1.25, 0.75, 1);
  }

  40% {
      -webkit-transform: scale3d(0.75, 1.25, 1);
      transform: scale3d(0.75, 1.25, 1);
  }

  50% {
      -webkit-transform: scale3d(1.15, 0.85, 1);
      transform: scale3d(1.15, 0.85, 1);
  }

  65% {
      -webkit-transform: scale3d(0.95, 1.05, 1);
      transform: scale3d(0.95, 1.05, 1);
  }

  75% {
      -webkit-transform: scale3d(1.05, 0.95, 1);
      transform: scale3d(1.05, 0.95, 1);
  }

  to {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
  }
}
.selecto.move{
 -webkit-animation: rubberBand 500ms;
  -webkit-animation-fill-mode: forwards; 
  animation: rubberBand 500ms;
  animation-fill-mode: forwards;
 }



#tastierino{
  z-index: 99;
  position: fixed;
  top: -600px;
  left: calc(50% - 378px);
  transform: scale(0);
  transition: all 600ms ease-in-out;
  padding: 8px;
  border-radius: 18px;
  background-color: #8187bd;
  -webkit-box-shadow: 0px 5px 20px 10px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 5px 20px 10px rgba(0,0,0,0.3);
  box-shadow: 0px 5px 20px 10px rgba(0,0,0,0.3);
}
#tastierino.vis{
  top:70px;
  transform: scale(1);
}
#tastierino.Maiu{
  text-transform:uppercase;
}
#tastierino .rwo{
 display: flex;
 margin-bottom: 8px;
}
#tastierino .rwo:last-child{
  margin-bottom: 0;
 }
.keyx{
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  background-color: #F4F0F0;
  font-size: 20px;
  margin-right: 8px;
  -webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
  -moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: transform 100ms ease-in-out;
}
.keyx:last-child{
  margin-right: 0;
}
.keyx:active{
  transform: scale(.9);
}
.keyx.med{
  width: 94px;
  position: relative;
}
.keyx.caps::after{
  content: "";
  height: 10px;
  width: 10px;
  background-color:#fff;
  position: absolute;
  z-index: 2;
  top:8px;
  right:8px;
  border-radius: 100%;
}
.keyx.caps.Maiu:after{
  background-color:rgb(39, 209, 77);
}
.keyx.caps .lett{
  font-size: 18px;
}
.keyx.caps .lett span{
  font-size: 24px;
  margin-left: 4px;
}

.rwo.num .keyx{
  height: 40px;
}
.rwo .keyx:last-child{
  margin-right: auto;
}
.rwo .keyx:first-child{
  margin-left: auto;
}







body.night header {
  background: rgba(0,0,0,0.4);
}
body.night .screen {
  background: rgba(0,0,0,0.7);
}
body.night .contCerca{
  background-color: rgb(79, 82, 90);
  border-color: rgb(79, 82, 90);
}
body.night .contCerca i, body.night #cerca,  body.night .itemsnav i{
  color: #fefefe;
}
body.night  ::-webkit-input-placeholder { 
  color: #bebebe;
}
body.night .title, body.night #closeX, body.night #closeX_s { 
  background-color: rgb(79, 82, 90);
}
body.night .title span, body.night .closeXX{ 
  color: #fcfcfc;
}
body.night .anno, body.night .gen, body.night .dur {
    color: #fcfcfc;
    background-color: #0051a9;
}
body.night #canvas {
    background: linear-gradient(-45deg, #4f0161, #a906ef, #5184e7, #081cb4);
        background-size: 400% 400%;
    -webkit-animation: Gradient 40s ease infinite;
    -moz-animation: Gradient 40s ease infinite;
    animation: Gradient 40s ease infinite;
}
body.night  .boxStagioniM{
  background-color: rgb(79, 82, 90);
}
body.night  .boxStagioniM .conEpisodio{
  background-color: rgb(168, 130, 226);
}
body.night  .boxStagioniM .conEpisodio span{
  background-color: #F4F0F0;
  color: #2e2e2e;
}
body.night  #quantino{
  background-color: #fefefe;
  color: rgb(79, 82, 90);
}
body.night  #quantino{
  background-color: #fefefe;
  color: rgb(79, 82, 90);
}
body.night .selecto::after{
  background-color: rgb(168, 130, 226);
}
body.night .itemsnav{
  color: rgba(255, 255, 255, 0.80);
}

.contHeadOPZ .contCerca {
  margin-right: 7.5px;
}




/* Gest */
.centraTutto{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: 100vh;
}
.sexty{
  background-color: teal;
  padding: 15px;
  width: 600px;
  border-radius: 28px;
  margin-bottom: 150px;
}
.Trovati, .newNome, .SenzaLoc, .contFoto{
  background-color: rgba(0,0,0,0.3);
  padding: 10px;
  position: relative;
  height: 250px;
  border-radius: 16px;
  overflow: auto;
}
.contFoto{
  padding-right: 0;
  padding-bottom: 0;
  height: 0;
  padding: 0;
  margin: 0;
  transition: all 100ms ease-in-out;
  display: flex;
    flex-wrap: wrap;
}
.contFoto.slw{
  margin-top: 15px;
  padding: 10px;
  height: 250px;
  padding-right: 0;
  padding-bottom: 0;
}
.newNome{
  height: unset;
  min-height: 250px;
}
.Trovati #loadFilm, .SenzaLoc #loadFilm, .Trovati #NessunFilm, .SenzaLoc #NessunFilm, .contFoto #loadFilm, .contFoto #NessunFilm{ 
  position: absolute;
}
.contFoto #loadFilm{ 
  display:none;
}
.contTrovati{
  background-color: #fefdfd;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
  cursor: pointer;
  transition: transform 100ms ease-in-out;
}
/* .contTrovati:active{
  transform: scale(.95);
} */
.contTrovati:last-child{
  margin-bottom: 0
}
.contTrovati.selu{
box-shadow: 0 0 0 3px darkorange;
}

.contTrovati.sela{
  box-shadow: inset 0 0 0 3px darkorange;
  }

.newNome{
  margin-top: 15px;
  min-height: unset;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 0;
  padding-right: 0;
  filter: blur(20px);
  transition: filter 111ms ease-in-out;
  pointer-events: none;
}
.newNome.sely{
  filter: blur(0px);
  pointer-events: unset;
}


.newNome input, .newNome select, .newNome div:not(.perFilm):not(.perSerie):not(.perCerca):not(.ContPerCerca){
  margin: 0;
  border: 0;
  -webkit-appearance: none; 
  padding: 0;
  background-color: #fefdfd;
  height: 40px;
  border-radius: 7px;
  width: calc(33.3333% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
}
.newNome input#nomese{
  width: calc(100% - 60px);
  background-color: #dadeff;
}
.newNome input.longq{
  width: 100%;
 }
.newNome select#stagios, .newNome select#epos{
  background-color: #dadeff;
 }
.newNome select#epos{
  width: 40px;
 }


.newNome input{
  text-align: center;
  font-size: 18px;
}
.newNome input:focus, .newNome select:focus{
  outline: none;
  box-shadow: 0 0 0 2px darkorange;
}
.newNome select{
  padding-left: 10px;
  font-size: 16px;
}
.newNome div:not(.perFilm):not(.perSerie):not(.perCerca):not(.contTrovati):not(.ContPerCerca){
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background-color: #fff7c7;
  box-shadow: 0 0 0 2px #ffb400;
  cursor: pointer;
  transition: transform 100ms ease-in-out;
}
.newNome div:not(.perFilm):not(.perSerie):not(.perCerca):not(.ContPerCerca):not(.contTrovati):active{
  transform: scale(.95);
}

.newNome div i{
  margin-left: 6px;
}

.perCerca{
  flex-wrap: wrap;
  max-height: 300px;
  width: 100%;
  display: none;
}

.perCerca .contTrovati{
  width: calc(100% - 10px) !important;
    padding-left: 10px !important;
}

.perCerca #loadFilm{
  display: none;
}
.contFoto img{ 
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(20% - 10px);
  cursor: pointer;
  transition: transform 100ms ease-in-out;
}
.contFoto img:active{
  transform: scale(.9);
}
.contFoto img.selr{
  outline: 3px solid darkorange;
}
.WrapFiSe{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.WrapFiSe .contCerca{
  z-index: 0;
}
.perSerie, .perFilm{
  display: flex;
  flex-wrap: wrap;
}
.perSerie{
  display: none;
}

.ContPerCerca{
  max-height: 195px;
    overflow: auto;
    margin-bottom: 5px;
    width: calc(100% - 10px);
}
#IndVol{
  position: fixed;
  bottom: 30px;
  left: 30px;
  height: 150px;
  width: 150px;
  z-index: 111;
  background-color: rgba(255, 255, 255, .4);
  border-radius: 100%;
  padding: 2px;
  display: none;
}
#IndVol span{
  position: absolute;
    display: flex;
    width: 50px;
    height: 50px;
    top: calc(50% - 25px);
    left: calc(50% - 25px);
    align-items: center;
    justify-content: center;
    font-size: 50px;
    font-weight: 500;
    color: #f7f7f7;
}
#IndVol svg{
  height: 100%;
  width: 100%;
  position: relative;
  transform: rotate(90deg);
}
#IndVol svg circle{
  height: 100%;
  width: 100%;
  fill: none;
  stroke: #363636;
  stroke-width: 10;
  stroke-linecap: round;
  transform: translate(5px, 5px);
  transition: stroke-dashoffset 100ms ease-in-out;
 }

 #IndVol svg circle:nth-child(2){
  stroke-dasharray: 440;
  stroke-dashoffset: var(--pey);
  stroke: #f7f7f7;
 }


 .freeSpace{
   margin-top: 50px;
   margin-bottom: 50px;
  display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
 }
.imogHDD{
  background-image: url(/images/hdd.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  height: 100px;
  width: 80px;
}

.Disk{
  display: flex;
    flex-wrap: wrap;
    width: 150px;
    justify-content: center;
    margin: 10px;
    background-color: rgb(218 222 255 / 0.2);
    padding: 10px;
    border-radius: 11px;
    position: relative;
    transition: transform 100ms ease-in-out;
    cursor: pointer;
}
.Disk:active{
  transform:scale(.95)
}
.Disk span{
  display: block;
  text-align: center;
  width: 100%;;
}

span.nium{
  font-size: 18px;
  color: #5071ff;
  font-weight: 600;
  margin-bottom: 5px;
}

span.nium i{
 margin-right: 4px;
}
span.nium.ve i{
  color: rgb(39, 209, 77);
 }span.nium.ro i{
  color: rgb(255, 61, 61);
 }
 
 

span.spuz{
  color: #8d8d8d;
  font-size: 14px;
  margin-top: 8px;
}

.PalloVivo{
  position: absolute;
  font-size: 22px;  
  top: 10px;
  right: 10px;
}

.contTrovati span{
  display: block;
  margin-left: auto;
  margin-right: 10px;
}
.contTrovati i{
  margin-right: 10px;
  height: 100%;
  width: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 100ms ease-in-out;
  cursor: pointer;
}
.contTrovati i:active{
  transform: scale(.95)
}

.WrappImgLoco{
  height: 200px;
  width: calc(25% - 10px);
  position: relative;
  display: inline-flex;
  margin-right: 10px;
  margin-bottom: 10px;
}
.WrappImgLoco img{
  width: 100%;
  height: unset;
  margin-right: 0;
  margin-bottom: 0;
  object-fit: cover;
}
.WrappImgLoco i{
  font-size: 12px;
    position: absolute;
    display: block;
    top: 5px;
    right: 5px;
    height: 25px;
    width: 25px;
    color: #363635;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    cursor: pointer;
    transition: transform 100ms ease-in-out;
}
.WrappImgLoco i:active{
  transform: scale(.95)
}


.BingoBongo{
  width: 100% !important;
  text-align: left !important;
  padding-left: 10px !important;
  background-color: white !important;
}


.d-flex.d-none{
  display: none !important;
}
.contCerca.Kalel{
  border-color: #b5b5b5;
}
body.night .contCerca.Kalel{
  border-color: #fefefe;
}



/* Selettore Radio */

.contCerca.opzHead.Radio{
  width: fit-content !important;
  flex: none;
}

.contCerca.opzHead.Radio:active{
  transform: scale(1);
}
.contCerca.opzHead.Radio > i{
  width: 50px;
  height: 50px;
  justify-content: center;
}
.contCerca.opzHead.Radio > form{
  display: flex;
  gap: 6px;
  padding-right: 4px;
}
.contCerca.opzHead.Radio > form input{
  display: none
}
.contCerca.opzHead.Radio > form label{
  display: flex;
  height: 38px;
  width: fit-content;
  padding: 0 12px;
  gap: 8px;
  align-items: center;
  background-color: rgba(255,255,255,0);
  border-radius: 19px;
  color: #fefefe;
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  transition: background-color 100ms linear;
  white-space: nowrap;
}
.contCerca.opzHead.Radio > form label.Quop{
  background-color: rgb(168, 130, 226);
}

.Prem {
  transition: transform 100ms ease-in-out;
  user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
}.Prem:active {
  transform:scale(.95)
}
.contCerca.opzHead.Radio > form:only-child{
  padding-left: 4px;
}