.elementor-5058 .elementor-element.elementor-element-331a99a9{--display:flex;--background-transition:0.3s;}/* Start custom CSS *//* Style for the exclamation mark button */
.exclamation-mark {
    display: inline-block;
    width: 24px; /* Adjust size as needed */
    height: 24px; /* Adjust size as needed */
    line-height: 24px; /* Align text vertically */
    text-align: center; /* Align text horizontally */
    border-radius: 50%; /* Make it a circle */
    background-color: #ffcc00; /* Adjust color as needed */
    color: #000; /* Adjust text color as needed */
}

/* Optional: Adjust active and non-active styles */
.decade-1.active {
    font-weight: bold;
}

.decade-1 {
    cursor: pointer;
}

/* Style for the non-editable text block */
.non-editable-text {
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    border-radius: 4px;
}

/* Text Area */
.question-choices p textarea{
	height:611px;
	width:662px;
	margin-left:0px;
	margin-top:-20px;
}

/* Span Tag */
.quiz-form div span{
	font-size:0px;
}

.watupro_num{
	display: none;
}

/* Span Tag */
#watupro_quiz .watupro-unresolved .show-question-content span{
	font-size:0px;
}

/* Show question choices */
#watupro_quiz .watupro-unanswered-question .show-question-choices{
	display: none;
}/* End custom CSS */