File size: 1,757 Bytes
52a8aa9
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
.grid-container {
    display: grid;
    grid-template-columns: repeat(4, auto); 
    gap: 40px; 
}
input[type="radio"] {
    transform: scale(2);
    margin: 15px;
}

.video_style {
    position: fixed; 
    top:1%; right:1%; 
    height:30%;
    width:25%;
}
.input_prompt {
    position: fixed;
    top: 37%;
    transform: translateY(-30%);
    right: 0;
    text-align: left;
    word-wrap: break-word;
    max-width: 30%;
}
.current_progress{
    position:fixed; 
    bottom: 5%; 
    right:45%;
    font-size:15px;
    text-align: left;
    word-wrap: break-word;
    max-width: 20%;
}
.idx_turn {
    position:fixed; 
    top: 30%; 
    right:40%;
    text-align: left;
    word-wrap: break-word;
    max-width: 20%;
    display: flex;
}
.idx_input_box{
    width: 60px; 
    height: 30px; 
    font-size: 13px;
}
.not-answered {
    font-weight: bold;
    color:red;
}
.answered {
    font-weight: bold;
    color:green;
}
table {
    border-collapse: collapse;
    border: 2px solid black; 
}
th, td {
    border: 1px solid black; 
    padding: 8px; 
}
.table_style {
    text-align: left;
    font-size: 12px;
}

.button_report_problem{
    width: 180px; 
    height: 40px; 
    font-size: 18px;
}
.button_last_next{
    width: 100px; 
    height: 40px; 
    font-size: 18px;
}
.button_logout{
    width: 100px; 
    height: 40px; 
    font-size: 18px;
}
.button_submit{
    width: 100px; 
    height: 40px; 
    font-size: 18px;
    position:fixed;
    bottom: 5%;
    right: 35%;
}

.QA-text {
max-width: 35%; 
word-wrap: break-word; 
overflow-wrap: break-word;
line-height: 1.8;
}

.choice_box {
border: 2px solid rgb(8, 158, 228);
padding: 4px; 
margin-bottom: 2px;
}

.ref-text{
    font-size: 18px;
    font-weight: bold;
    color:green;
}