.video { width: 90% !important; //height: 90%; display: block; margin: 0 auto; } .mat-mdc-dialog-content { max-height: unset; } .loader { width: fit-content; color: orange; font-family: monospace; font-size: 30px; clip-path: inset(0 3ch 0 0); animation: l4 1s steps(4) infinite; } .loader:before { content: "Loading..."; } @keyframes l4 { to { clip-path: inset(0 -1ch 0 0); } } .circle-loader { width: 50px; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(farthest-side, #ffa516 94%, #0000) top/8px 8px no-repeat, conic-gradient(#0000 30%, #ffa516); -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0); animation: l13 1s infinite linear; } @keyframes l13 { 100% { transform: rotate(1turn); } }