/*! JointJS+ v4.1.1 - HTML5 Diagramming Framework - TRIAL VERSION

Copyright (c) 2025 client IO

 2025-10-28 


This Source Code Form is subject to the terms of the JointJS+ Trial License
, v. 2.0. If a copy of the JointJS+ License was not distributed with this
file, You can obtain one at https://www.jointjs.com/license
 or from the JointJS+ archive as was distributed by client IO. See the LICENSE file.*/


.qad-content {
    margin: 0 auto;
    background-color: white;
    border-radius: 15px;
}
.qad-question-header {
    text-align: center;
    color: #4b4a67;
}
.qad-answer-header {
    text-align: center;
    color: #4b4a67;
}
.qad-options {
    text-align: center;
    margin: 10px;
}
.qad-option.qad-button {
    border: 1px solid #6A6C8B;
    color: #6A6C8B;
    background-color: transparent;
    border-radius: 15px;
    height: 30px;
    padding: 0 15px;
    margin-top: 20px;
    margin-right: 14px;
    font-size: 10pt;
    font-family: "Helvetica Neue", sans-serif;
    cursor: pointer;
    outline: none;
}
.qad-button:hover {
    background-color: #6A6C8B;
    color: white;
}
