footer.widgetFooter {
    display: none !important;
}

div#whatsappWidget .widget-container h4 {
    display: none;
}
div#whatsappWidget .widget-container img {
    margin: 0px;
}

/*div#whatsappWidget .widget-container {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin-bottom: 14px;
    margin-right: 100px;
    box-shadow: none;
    filter: none;
}*/

div#whatsappWidget .widget-container {
    border-radius: 50%;
    width: 64px;
    height: 64px;
    margin-bottom: 6px;
    margin-right: 80px;
    box-shadow: none;
    filter: none;
}

div#whatsappWidget *, section.contact-popover {
	z-index: 299;
}

button.contact-popover__toggle {
    width: 48px;
    height: 48px;
}

@media only screen and (max-width : 1024px) and (min-width : 601px) {
    #whatsappWidget .widget-container {
		bottom: 65px;
	}
	
	.contact-popover__toggle {
		font-size: 63px !important;
	}
	
	div#whatsappWidget .widget-container {
		border-radius: 50%;
		width: 64px;
		height: 64px;
		margin-bottom: 0px;
		margin-right: 70px;
		box-shadow: none;
		filter: none;
	}
	
	section.contact-popover {
		margin-bottom: 10px;
		margin-right: 7px;
	}
	div#CookiebotWidget {
		display: none;
	}

}

@media only screen and (max-width : 600px) {
    #whatsappWidget .widget-container {
		bottom: 65px;
	}
	#whatsappWidget .Widget-module-root-1oMMm .Widget-module-close-icon-2OWyB {
		height: 24px !important;
		width: 24px !important;
	}
		
	.contact-popover__toggle {
		font-size: 48px !important;
	}

	div#whatsappWidget .widget-container {
		border-radius: 50%;
		width: 48px;
		height: 48px;
		margin-bottom: -1px;
		margin-right: 55px;
		box-shadow: none;
		filter: none;
	}
	div#CookiebotWidget {
		display: none;
	}

}




/*body .quiz_container {
	font-family: "Helvetica", Verdana, Arial, sans-serif;
	/* padding: 40px 20px; * /
	/* text-align: center; * /
	max-width: 90%;
	/*font-size: 16px !important;* /
	margin: auto;
	font-size: 28px;
}

.quiz_container button,
.quiz_container .btn_quiz {
	align-items: center;
	padding: 40px 20px;
	background-color: #002943;
	font-family: "Acumin W05 Regular", sans-serif;
	font-size: 32px !important;
	line-height: 1;
	text-align: center;
	color: #A7BFCC;
	font-weight: unset;
	text-decoration: none !important;
	border: none;
	margin-top: 30px;
	border-radius: 5px;
	display: block;
}

.quiz_container button:hover,
.quiz_container .btn_quiz:hover {
	color: #002943;
	background-color: #A7BFCC;
	border: none;
}

.quiz_container {
	/* max-width: 1600px; * /
	margin: auto;
	background: gainsboro;
	"Helvetica",
	Verdana,
	Arial,
	font-family: sans-serif;
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	/* font-size: 32px !important; * /
	z-index: 1000;
	padding: 30px;
	text-align: left;
}



.quiz_container button, .quiz_container .btn_quiz {
    align-items: center;
    padding: 40px 20px;
    background-color: #002943;
    font-family: "Acumin W05 Regular", sans-serif;
    /*font-size: 40px !important;* /
    line-height: 1;
    text-align: center;
    color: #A7BFCC;
    font-weight: unset;
    text-decoration: none !important;
    border: none;
    margin-top: 30px;
    border-radius: 5px;
    display: block;
}

.quiz_container button:hover, .quiz_container .btn_quiz:hover {
    color: #002943;
    background-color: #A7BFCC;
    border: none;
}

.quiz_container {
    /* padding: 20px; */
    /* border: 1px solid #ddd; */
    /* border-radius: 10px; */
    /* background-color: #f9f9f9; */
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); */
    /*font-size: 40px !important;* /
    z-index: 1000;
}

.quiz_container h1 {
    font-size: 55px;
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e50;
}

.quiz_container h2 {
    font-size: 45px;
    text-align: center;
    margin-bottom: 20px;
    color: #2c3e50;
}

.quiz_container h3 {
    /*font-size: 25px;* /
    text-align: center;
    margin-bottom: 20px;
	color: #2c3e50;
}

.quiz_container form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.quiz_container label {
    display: flex;
    align-items: center;
    gap: 25px;
    font-size: 45px;
    color: #555;
    padding: 12px 12px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: #fff;
    transition: background-color 0.3s, border-color 0.3s;
    cursor: pointer;
    /* line-height: 20px; * /
    margin-bottom: 10px;
}

.quiz_container label:hover {
    background-color: #f0f0f0;
    border-color: #aaa;
}

.quiz_container input[type="checkbox"] {
    appearance: none;
    width: 40px;
    height: 40px;
    border: 2px solid #555;
    border-radius: 3px;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
}

.quiz_container input[type="checkbox"]:focus {
    outline: none;
    box-shadow: none;
}

.quiz_container input[type="checkbox"]:checked {
    background-color: #3498db;
    border-color: #3498db;
    position: relative;
}

.quiz_container input[type="checkbox"]:checked::after {
    content: "✔";
    position: absolute;
    color: #fff !important;
    font-size: 50px;
    text-align: center;
    line-height: 36px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.quiz_container input[type="radio"] {
    appearance: none;
    width: 40px;
    height: 40px;
    border: 2px solid #555;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color 0.3s, border-color 0.3s;
    position: relative;
	padding-right: 40px;
	padding-top: 40px;
}

.quiz_container input[type="radio"]:focus {
    outline: none;
    box-shadow: none;
}

.quiz_container input[type="radio"]:checked {
    background-color: #3498db;
    border-color: #3498db;
}

.quiz_container input[type="radio"]:checked::after {
    content: "✔";
    position: absolute;
    color: #fff !important;
    font-size: 25px;
    text-align: center;
    line-height: 36px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.quiz_container button {
    border-radius: 5px;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s;
}

.quiz_container  img {
    display: block;
    margin: 10px auto 30px;
}

.ranking_first, .ranking_second, .ranking_third {
    font-weight: bold;
}

.quiz_container.quiz_ranking_container li {
    margin-bottom: 5px;
    text-transform: capitalize;
}

.next-question-container {
    margin-top: 20%;
    padding: 10px;
}*/
