File size: 419 Bytes
fa9497f
 
 
 
 
 
25dca33
 
fa9497f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
.film-player-container {
  width: 100dvw;
  height: 100dvh;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  justify-content: center;
  align-items: center;
  z-index: 100;
}
.text-white {
  color: black;
}

.download-status {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}