*,
::before,
::after {
	box-sizing: border-box;
	/* 1 */
	border-width: 0;
	/* 2 */
	border-style: solid;
	/* 2 */
	border-color: #e5e7eb;
	/* 2 */
}

.product-carrera .woocommerce .quantity, .product-carrera .woocommerce .quantity .qty, .product-carrera .quantity, .product-carrera .quantity .qty {
    display: none !important;
}

.product-carrera .woocommerce .single_add_to_cart_button, .product-carrera .single_add_to_cart_button{
    display: none !important;
}
.select-carrera {
	padding: 1.5rem 1.8rem;
}

.input-carrera {
	padding: 5px;
	font-size: 16px;
	border-width: 1px;
	border-color: #CCCCCC;
	background-color: #FFFFFF;
	color: #000000;
	border-style: solid;
	border-radius: 0px;
	box-shadow: 0px 0px 0px rgba(255,255,255,.0);
	text-shadow: 0px 0px 0px rgba(66,66,66,.75);
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important;
}
.input-carrera:focus {
	outline:none;
}

.juma-table tr th{
	font-weight: bold;
}

#juma-tickets-wrapper {
    display: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 80vw;
    height: 90vh;
    padding: 4% 9%;
    background: linear-gradient(to right, #30b8f5, #9545fe);
    z-index: 999;
    margin: auto;
}

#close_modal_tickets{
	position: absolute;
	top: 0;
	right: 0;
	padding: 10px;
	cursor: pointer;
	color: #fff;
}

#close_modal_tickets span{
	font-size: 30px;
}

.juma-tickets-title{
	color: #fff;
	font-size: 30px;
	font-weight: bold;
}
.juma-participante-title{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
}

.juma-tickets-inputs{
	max-height: 80%;
	overflow: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 1%;
}

.juma-tickets-input {
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-top: 7%;
	border: 1px solid #fff;
	padding: 5px;
}

.juma-tickets-input hr {
    width: 100%;
    border: 2px solid white;
}

.input-carrera  {
    width: 24% !important;
}

.juma-remove-participante{
	font-size: 10px !important;
	width: 10% !important;
	background: red;
	color: #fff;
	border: none;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
}

.add-participante, .submit-tickets{
	margin: 10px 0;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	align-items: center;
	gap: 1%;
}

button#add_participante {
    font-size: 1.2rem;
    padding: 1rem;
}

.product-carrera .variations, .product-carrera .woocommerce-variation.single_variation{
	display: none !important;
}

.fechanacimiento{
	display: none !important;
}

@media (max-width: 900px) {
    div#juma-tickets-wrapper {
        z-index: 999999;
    }
    div#juma-tickets-wrapper {
        width: 100%;
        height: 100vh;
        padding: 4% 2%;
    }
	.juma-tickets-inputs {
    	max-height: 65%;
	}
    .juma-tickets-input {
        flex-direction: column;
    }
    .input-carrera {
        width: 100% !important;
    }
    button.juma-remove-participante {
        padding: 1% 1% !important;
        width: 100% !important;
        margin: 1% !important;
        font-size: 1rem !important;
    }
	.fechanacimiento{
		display: block !important;
		font-size: 0.8rem;
		color: white;
	}
}