.ctl-quiz-container > *, *:before, *:after {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
  
.btn-answer-right{
    background-color: #5b9d1a !important;
    color: #fff !important;
}

.btn-answer-wrong{
    background-color: #e60505 !important;
    color: #fff !important;
}

.ctl-quiz-error{
    color: #DD0000;
}

.ctl-quiz-container{
	text-align: center;
}

.quiz-mermaid-code{
	display:none;
}

.quiz-mermaid{
    margin-top: 15px;
    margin-bottom: 15px;
    max-height: 70vh;
    max-height: 70dvh;
}

.ctl-wp-studio-quiz-graph-controls button{
    margin-left: 5px;
    margin-right: 5px;
}

.ctl-wp-studio-quiz-graph-controls button:first-child{
    margin-left: 0px;
}

.ctl-wp-studio-quiz-graph-controls button:last-child{
    margin-right: 0px;
}