File size: 955 Bytes
970b44c
 
 
ed277f4
 
970b44c
 
 
ed277f4
 
970b44c
 
 
ed277f4
 
970b44c
 
 
ed277f4
 
970b44c
 
 
 
 
 
 
 
 
 
 
ed277f4
68c87a3
970b44c
 
 
 
68c87a3
 
970b44c
 
 
68c87a3
970b44c
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
.terms-container {
    max-height: 60vh;
    -webkit-overflow-scrolling: touch;
}

/* Custom scrollbar for terms container */
.terms-container::-webkit-scrollbar {
    width: 6px;
}

.terms-container::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.terms-container::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 10px;
}

.terms-container::-webkit-scrollbar-thumb:hover {
    background: #555;
}
/* Sticky continue button */
#end-of-terms {
    position: sticky;
    bottom: 0;
    background: white;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid #e5e7eb;
}

/* Animation for the continue button when enabled */
#continue-btn:enabled {
    background-color: #4f46e5;
    cursor: pointer;
}

#continue-btn:enabled:hover {
    background-color: #4338ca;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}