


.slides {
    width: 100%;
    height: 100%;
    min-height: 700px;
    display: flex;
}

.slide {
    position: relative;
}

.slide.explanation, .slide.survey, .pause, .transition, .completion {
    height: 300px;
    width: 650px;
    margin: auto;
}

div.hidden, div.slide.hidden {
    display: none;
}

.slide.test{
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

button.nextButton {
    position: absolute;
    right:0px;
    margin-bottom: 50px;

}

button.prevButton {
    position: relative;
    left:0px;
    margin-bottom: 50px;

}
button.finishSurvey {
    position: relative;
    left:0px;
    margin-bottom: 100px;

}

svg.glyph {
    margin-bottom: 20px;
}
/* sections and outer circle */
path.innerpetal-outer-part, rect.outer-part {
    fill: none;
    stroke: rgba(0, 0, 0, 0.250);
}
path.innerpetal-outer-part.testvalue, rect.outer-part.testvalue {
    stroke: black;
}


path.innerpetal, rect.foreground {
    fill: rgb(26, 124, 235);
    stroke: rgba(0, 0, 0, 0.300);
}
path.innerpetal.testvalue, rect.inner-part.testvalue {
    fill: steelblue;
    stroke: none;
}
 /* grid labels */
.grid-label {
    font-family: sans-serif;
    font-size: 7px;
    fill: rgba(0, 0, 0, 0.450);
    user-select: none;
    pointer-events: none;
}

line {
    stroke: rgba(0, 0, 0, 0.380);
}
 /* grid lines*/
circle.base {
    fill: none;
    stroke: rgba(0, 0, 0, 0.3);
}

div.progress {
    background-color: steelblue;
    height: 100%;
}

.progressbar {
    position: relative;
    background-color: white;
    text-wrap: nowrap;
    font-size: 13px;
    width: 100%;
    height: 15px;
    border: gray solid 1px;
    margin-top: 20px;
}
.progressbar span {
    color: lightblue;
    position: absolute;
    top:0px;
}

div#timer {
    color: gray;
    margin-bottom: 20px;
}

td, th {
    border: 1px solid #ddd;
    padding: 8px;
  }

  tr:nth-child(even){background-color: #f2f2f2;}

  tr:hover {background-color: #ddd;}

  th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }

  .question {
    margin-bottom: 15px;
}
.radio-option {
  display: flex;
  align-items: center;
  gap: 8px;
}

.label {
    font-weight: bold;
    line-height: 1.7;
    font-size: 1.3em;
}

path {
    stroke: gray;
    fill: none;
}

path.handle {
    fill:gray;
    cursor: pointer;
}

g.accuracy rect {
    fill:steelblue;
}
g.accuracy text {
    fill:lightblue;
    text-anchor: middle;
}
text {
    font-size: 15px;
    line-height: 1.1;
}