
.popup-editar-videojuegos,
.popup-confirmacion,
.popup-general-front{
  background: #0000005e;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}


.popup-editar-videojuegos div.contenedor,
.popup-confirmacion div.contenedor,
.popup-general-front div.contenedor{
  background: white;
  width: 100%;
  height: 100%;
  max-width: 360px;
  max-height: 410px;
  border-radius: 10px;
  padding: 35px 20px 20px 20px;
  position: relative;
}

.popup-general-front.editsimple.popup-editar-accesibilidad div.contenedor{
  max-height:470px;
}

.popup-general-front.nuevo div.contenedor{
  max-width: 70%;
  max-height: calc(100vh - 100px);
}

.close.cerrar-general {
  position: absolute;
  top: 10px;
  right: 15px;
}

.popup-confirmacion div.contenedor{
  max-height: 200px;
}

.popup-confirmacion div.contenedor.err{
  max-height: 300px;
}

.popup-confirmacion .error {
  color: #ff3b3b;
}

.popup-editar-videojuegos .bloque-btn {
  margin-top: 20px;
}

.select2-container{
  z-index: 999999;
}

.btn-cancel{
  color: #07074D;
  background: transparent;
  border: transparent;
  cursor: pointer;
  user-select: none;
}

.popup-confirmacion .bloque-btn{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.checkbox-custom{
  justify-content: space-around;
}

.popup-general-front.nuevo .bloque-btn {
  margin-top: 16px;
}


.popup-general-front.nuevo .info{
  overflow-y: auto;
  display: block;
  height: calc(100vh - 342px);
}

.peliculas-nuevo-front-doblaje .bloque-series,
.peliculas-nuevo-front-doblaje .btn-duplicar.t-doblaje,
.peliculas-nuevo-front-subtitulo .bloque-series,
.peliculas-nuevo-front-subtitulo .btn-duplicar.subtitulos,
.peliculas-nuevo-front-accesibilidad .bloque-series,
.peliculas-nuevo-front-accesibilidad .btn-duplicar.t-accesibilidad{
  display: none;
}