html, body{
  /* background: rgb(108,68,158);
    background: radial-gradient(circle, rgba(108,68,158,1) 0%, rgba(0,0,0,1) 100%);*/
	/*overflow: auto;
    -ms-overflow-style: none; 
    scrollbar-width: none;*/
}

body::-webkit-scrollbar, body.tax-genero #page-container #main-footer, body.tax-categoria #page-container #main-footer, body.tax-serie-categoria #page-container #main-footer  {
  display: none;
}



.icon-next-msg {
	/*position: relative;
    box-sizing: content-box;
    justify-content: center;
    width: 5em;
    height: 5em;
    margin: 2.5em auto 0.6em;
    border: 0.25em solid transparent;
    border-radius: 50%;*/
    border: 0 !important;
	width: 100% !important;
    /*font-family: inherit;
    line-height: 5em;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

/*.icon-next-img {
	border: 0 !important;
}*/
/* clase de popup completo */
.swal2-toast {
	background-color: #333 !important;
}
/* clase de imagen en popup */
.icon-next-cover {
	border: 0 !important;
	border-radius: 10px !important;
}
/* clase de titulo 1a linea */
.swal2-title {
	border: 0 !important;
	color: grey !important;
}
/* clase de titulo de popup */
.swal2-html-container {
	border: 0 !important;
	color: white !important;
	font-weight: bold !important;
}