/*!
Theme Name: Kava Child
Theme URI:
Author: Zemez
Author URI:
Description: Kava child theme.
Template: kava
Version: 1.0.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kava-child
*/




/* 
---------------------------------------------
EVITAR LA SELECCIÓN
--------------------------------------------- 
*/
/*
* {
  user-select: none;
}
*::selection {
  background: none;
}
*::-moz-selection {
  background: none;
}
/* 
---------------------------------------------
Bloquear scroll hacia los lados
--------------------------------------------- 
*/

html,
body{
width:100%;
overflow-x:hidden;
}



/* 
---------------------------------------------
SCROLL TERMINOS
--------------------------------------------- 
*/

#terminos{
    overflow: scroll;
    height: 20vh;
    overflow-x: hidden;
    font-family: 'poppins', sans-serif!important;
}

/* 
---------------------------------------------
KEYFRAME DE LOGO
--------------------------------------------- 
*/

#logo {
  position: relative;
  animation: moveBackToFront 2s infinite alternate; 
}

@keyframes moveBackToFront {
  0% {
    transform: scale(1); 
  }
  50% {
    transform: scale(0.90); 
  }
  100% {
    transform: scale(1); 
  }
}


h1, h2{
  font-family: 'Insaniburger', sans-serif!important;
  font-weight: 100!important;
}

h3, h4, h5, h6, p{
  font-family: 'Noto Sans', sans-serif!important;
                                                
}


/* 
---------------------------------------------
QUITAR IMAGEN MINIATURA DE POST
--------------------------------------------- 
*/

.post-thumbnail{
	display: none!important;
}

/* 
---------------------------------------------
OCULTAR RECUPERACION DE CONTRASEÑA
--------------------------------------------- 
*/

#hidden{
	display: none;
}

/* 
---------------------------------------------------------
PERSONALIZAR MENSAJE DE LISTA DE REPRODUCCION DE YOUTUBE
---------------------------------------------------------
*/

.ayg-player-caption, .ayg-player-description, .ayg-player-title{
  color: #fff!important;
}

.ayg-thumbnail-title{
  color: #fff!important;
}

.ayg-thumbnail-excerpt, .ayg-thumbnail-title{
  color: #fff!important;
}

.ayg-error{
  color: #fff!important;
  align-items: center!important;
  text-align: center!important;
  font-size: 2vh!important;
}


/* 
---------------------------------------------------------
PERSONALIZAR ESTILOS DE CAMPO SELECT2
---------------------------------------------------------
*/



/* 
---------------------------------------------------------
SCROLL INTERNO DE LISTADO DE RIFAS PARA VENTA DE SOPORTE
---------------------------------------------------------
*/
/*
.rifasDisponibles, .datosPersonales{
  overflow: scroll;
  height: 50vh;
  overflow-x: hidden;
  margin: auto;
}
*/
/*::-webkit-scrollbar{
  display: none;
}*/

/*
.jet-engine-chart{
  background-color: rgba(56, 105, 204, 0)!important;
  width: 100%!important;
  height: auto!important;
}
*/


/* 
---------------------------------------------------------
ESTILOS PARA QUE LOS MMGVOS SELECT2 NO SE VUELVAN BLANCOS EN WINDOWS
---------------------------------------------------------
*/

.select2-container--default .select2-selection--single {
    background-color: rgb(0 18 46 / 0%)!important;
    border: 1px solid #fff!important;
    border-radius: 10px!important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(255, 255, 255)!important;
    line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent transparent!important;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0;
}

.select2-dropdown {
    background-color: #50c7bd!important;
    border: 1px solid #50c7bd!important;
    border-radius: 10px!important;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #fff!important;
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none;
    color: #fff!important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #fff!important;
}


.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #3869cc!important;
    color: white;
    border-radius: 10px!important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ccc!important;
    border-radius: 10px!important;
    margin-bottom: 5px!important;
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 37px!important;
    user-select: none;
    -webkit-user-select: none;
}




.status_de_pago[data-status="No verificado"] {
  color: rgb(255, 255, 255);  
  background-color: red;
  padding: 5px 15px 5px 15px;
  border-radius: 25px;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
  font-weight: 700;
}

.status_de_pago[data-status="Pendiente"] {
  color: rgb(255, 255, 255);
  background-color: orange;
  padding: 5px 15px 5px 15px;
  border-radius: 25px;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
  font-weight: 700;
}

.status_de_pago[data-status="Verificado"] {
  color: rgb(255, 255, 255);
  background-color: green;
  padding: 5px 15px 5px 15px;
  border-radius: 25px;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
  font-weight: 700;
}

.status_de_pago[data-status="Verificado auto"] {
  color: rgb(255, 255, 255);
  background-color: green;
  padding: 5px 15px 5px 15px;
  border-radius: 25px;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
  font-weight: 700;
}

.monto{
  font-weight: 700;
}


.jet-adr-list li {
	display: block;
	padding: 5px 10px;
	margin: 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
  border-bottom: 1px gray ;
}

#zod{
  width: 3.3rem;
}





.status-servicio[data-status="Activo"] {
  background-color: green;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.status-servicio[data-status="Cortado"] {
  background-color: red;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.status-servicio[data-status="Inactivo"] {
  background-color: #3b3b3b;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.status-servicio[data-status="Autoservicio"] {
  background-color: #3869cc;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}


.status-servicio[data-status="Taquilla"] {
  background-color: #3869cc;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}




.status-instalacion[data-status="Instalado"] {
  background-color:green;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.status-instalacion[data-status="Desconectado"] {
  background-color: #3b3b3b;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}




.status-publicidad[data-status="Si"] {
  background-color: green;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.status-publicidad[data-status="No"] {
  background-color: red;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}


  /* Cambiar el color de fondo y el color del texto cuando se selecciona */
  ::selection {
    background-color: #3869CC; /* Color de fondo de la selección */
    color: #ffffff; /* Color del texto durante la selección */
}

/* Cambiar el color de fondo y el color del texto cuando se selecciona en navegadores WebKit (Chrome, Safari) */
::-webkit-selection {
    background-color: #3869CC; /* Color de fondo de la selección */
    color: #ffffff; /* Color del texto durante la selección */
}




.page-title{
  display: none!important;
}




.statusPay[dataStatusPay="Verificado"] {
  background-color: green;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.statusPay[dataStatusPay="Verificado auto"] {
  background-color: green;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.statusPay[dataStatusPay="No verificado"] {
  background-color: red;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.statusPay[dataStatusPay="Pendiente"] {
  background-color: orange;
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}

.statusPay[dataStatusPay="Insuficiente"] {
  background-color: rgb(90, 90, 90);
  color: white;
  padding: 2px 10px 2px 10px;
  border-radius: 25px;
  font-weight: 500;
  box-shadow: 2px 2px 2px 0px rgba(0,0,0,0.5);
}


#scroll-user-menu {
  overflow: scroll;
  height: 88dvh;
  overflow-x: hidden;
  margin: auto;
}
  