11 box-sizing: border-box;
18 border: 6px solid #006496;
20 animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
21 border-color: #006496 transparent transparent transparent;
23 .lds-ring div:nth-child(1) {
24 animation-delay: -0.45s;
26 .lds-ring div:nth-child(2) {
27 animation-delay: -0.3s;
29 .lds-ring div:nth-child(3) {
30 animation-delay: -0.15s;
34 transform: rotate(0deg);
37 transform: rotate(360deg);
53 border-bottom-width: 1px;
54 border-bottom-style: solid;
55 border-right: 0.1px solid gray;
56 border-left: 0.1px solid gray;
70 background-color: #2125299c;
71 color: rgb(255, 255, 255);
78 background-color: #dddddd;