body {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    min-height: 100vh;
    background-color: #ffffff;
}

.container {
    width: 100%;
    text-align: center;
    max-width: 800px;
}

.quiz-container {
    width: 100%;
    max-width: 500px;
}

#content {
    display: flex;
    align-items: center;
    flex-direction: column;
    min-height: 400px;
    width: 100%;
    margin: 0 10px;
}

#renderCanvas {
    max-width: 100%;
}

.button-container {
    text-align: center;
    padding-bottom: 20px;
}

p.center-42 {
    font-family: "Gotham Black" !important;
    font-size: 42px;
    color: #4F3674;
    text-align: center;
    width: auto;
    max-width: 576px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

p.center-32 {
    font-family: "Gotham Black" !important;
    font-size: 32px;
    color: #4F3674;
    text-align: center;
    width: auto;
    max-width: 576px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}

p.center-28-lowmrg {
    font-family: "Gotham Black" !important;
    font-size: 28px;
    font-weight: bold;
    color: white;
    text-align: center;
    width: auto;
    max-width: 576px;
    margin-top: 100px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
}

p.center-22 {
    font-family: "Gotham Black" !important;
    font-size: 22px;
    color: #4F3674;
    text-align: center;
    width: auto;
    max-width: 576px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}

p.center-25 {
    font-family: "Gotham Black" !important;
    font-size: 22px;
    color: #4F3674;
    text-align: center;
    width: auto;
    max-width: 576px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 30px;
    margin-left: auto;
}
@font-face {
    font-family: 'Gotham Black';
    src: url("../fonts/gotham/Gotham Black 900.ttf");
}

p.center-18 {
    font-family: "Gotham Book" !important;
    font-size: 18px;
    color: #4F3674;
    text-align: center;
    width: auto;
    max-width: 576px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
}
p.center-16 {
    font-family: "Gotham Book" !important;
    font-size: 16px;
    color: #4F3674;
    text-align: center;
    width: auto;
    min-height:75px;
    max-width: 576px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: auto;
}
p.center-18-label {
    font-family: "Gotham Book" !important;
    font-size: 18px;
    color: white;
    text-align: center;
    width: auto;
    max-width: 576px;
    margin-top: 5px;
    margin-right: auto;
    margin-bottom: 5px;
    margin-left: auto;
}
p.left-18 {
    font-family: "Gotham Book" !important;
    font-size: 18px;
    color: white;
    text-align: left;
    width: auto;
    max-width: 530px;
    margin-top: 50px;
    margin-right: auto;
    margin-bottom: 50px;
    margin-left: auto;
}
p.left-12 {
    font-family: "Gotham Book" !important;
    font-size: 12px;
    color: black;
    text-align: left;
    width: auto;
    max-width: 530px;
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 10px;
    margin-left: 25px;
}
@font-face {
    font-family: 'Gotham Book';
    src: url("../fonts/gotham/Gotham-Book 325.otf");
}

.button-start {
    width: 225px;
    height: 40px;
    cursor: pointer;
    font-family: "Gotham Black" !important;
    font-size: 18px;
    background-color: #D6A800;
    border: none;
    color: white;
    border-radius: 4px;
    transition:.5s;
    outline: 0;
}

.button-start:hover {
    background-color: #F0C21A;
}

.button-continue {
    width: 125px;
    height: 40px;
    cursor: pointer;
    font-family: "Gotham Black" !important;
    font-size: 18px;
    background-color: #D6A800;
    border: none;
    color: white;
    border-radius: 4px;
    transition:.5s;
    outline: 0;
    margin-bottom: 10px;
}

.button-continue:hover {
    background-color: #F0C21A;
}

.centerFlex {
    align-items: center;
    /*display: flex;*/
    justify-content: center;
    width: 500px;
    max-width: 500px;
}

.flex-container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom:30px;
}

.flex-button {
    background-color: rgba(134, 236, 147, 0.3);
    color:#ffffff;
    width: 100px;
    height: 40px;
    text-align: center;
    font-family: "Gotham Black" !important;
    font-size: 18px;
    border-radius: 4px;
    border-color: #86ec93;
    padding-left: 1em;
    padding-right: 1em;
}

.flex-button.active {
    outline:none;
}

underline {
    text-decoration: underline;
    color: white;
}

ul li {
    text-align: left;
    font-family: "Gotham Book" !important;
    font-size: 16px;
    background-color: white;
    color: #4F3674;
}

li:nth-child(odd) {
    background-color: #eaeaea;
}

/* Table */
td.left {
    vertical-align:bottom;
    text-align: left;
    width: 50%;
    font-family: "Gotham Book" !important;
    font-size: 18px;
    font-weight: bold;
}

td.right {
    vertical-align:bottom;
    text-align: right;
    width: 50%;
    font-family: "Gotham Book" !important;
    font-size: 18px;
    font-weight: bold;
}

th.bottom {
    font-family: "Gotham Book" !important;
    font-size: 25px;
    vertical-align:bottom;
    text-align: center;
    font-weight: bold;
}

table.buttonTable {
    display:flex;
    border-spacing: 0;
    border-collapse: separate;
    width: 100%;
}

table.buttonTable tbody {
    width: 100%;
    display: flex;
    flex-direction: column;
}

table.buttonTable tr {
    display: flex;
}

table.buttonTable td {
    width: 100%;
}

.table-button {
    cursor: pointer;
    position:relative;
    background-color: #4F3674;
    color:#ffffff;
    width: 100%;
    max-width: 100px;
    min-width: 40px;
    height: 40px;
    text-align: center;
    font-family: "Gotham Book";
    font-size: 18px;
    border-radius: 4px;
    outline:none;
    transition:.5s;
}

.table-button:hover {
    filter: brightness(70%) saturate(156%);
} 

.table-button.active {
    outline:none;
}

td.left {
    vertical-align:bottom;
    text-align: left;
    width: 50%;
    font-family: "Gotham Book";
    font-size: 18px;
    font-weight: bold;
}

td.right {
    vertical-align:bottom;
    text-align: right;
    width: 50%;
    font-family: "Gotham Book";
    font-size: 18px;
    font-weight: bold;
}

th.bottom {
    font-family: "Gotham Book";
    font-size: 25px;
    vertical-align:bottom;
    text-align: center;
    font-weight: bold;
}

td.left-small {
    vertical-align:top;
    text-align: left;
    width: 50%;
    font-family: "Gotham Book";
    font-size: 12px;
}

td.right-small {
    vertical-align:top;
    text-align: right;
    width: 50%;
    font-family: "Gotham Book";
    font-size: 12px;
}

td.center-small {
    vertical-align:top;
    text-align: center;
    width: 50%;
    font-family: "Gotham Book";
    font-size: 12px;
    
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.center-image-small {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 20%;
}

.lds-ring {
    display: inline-block;
    position: fixed;
    width: 80px;
    height: 80px;
    z-index: 9999;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #85739c;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #85739c transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}

input[type=email],
input[type=text] {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #D6A800;
    border-radius: 4px;
    font-family: 'Gotham Book';
    font-size: 16px;
}

input[type=date] {
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid #D6A800;
    border-radius: 4px;
    font-family: 'Gotham Book';
    font-size: 16px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
    max-width: 530px;
    margin-bottom: 30px;
}


select.competencySelect {
    font-family: "Gotham Book" !important;
    font-size: 18px;
    color: white;
    background-color: #4F3674;
    border-radius: 4px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    height: 30px;
    margin-bottom: 15px;
}

select.competencySelect:focus{
    outline: 2px solid #662D91;
}

select.competencySelect[disabled='disabled']::-ms-value {
    color: gray;
}

select.competencySelect option{
    font-size: 12px;
    font-family: "Gotham Book" !important;
}

textarea.tableTextArea {
    font-size: 12px;
    font-family: "Gotham Book" !important;
    /*margin-bottom: 10px;*/
    resize: vertical;
    width: 98%;
    height: 100%;
}

#canvas_div {
    text-align: center;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*
canvas {
  border: 2px solid black;
}
*/
select.criteriaSelect {
    font-family: "Gotham Book" !important;
    font-size: 10px;
    width: 100%;
    
}