1.container {
2 display: flex;
3 flex-direction: column;
4 justify-content: center;
5 align-items: center;
6 position: relative;
7 height: fit-content;
8 z-index: 10;
9}
10
11.group{
12 display: flex;
13 flex-direction: row;
14 justify-content: space-between;
15 align-items: center;
16 width: 300px;
17 font-size: 20px;
18}
19
20#otp{
21 font-weight: 500;
22 font-style: normal;
23 font-size: 46px;
24 letter-spacing: 0.3em;
25 width: 100%;
26 text-align: center;
27 margin-top: 20px;
28}
29
30#remaining{
31 margin-top: 20px;
32}
33
34.dial{
35 position:absolute;
36 overflow: visible;
37 z-index: 1;
38 pointer-events: none;
39}