9 box-sizing: border-box;
16 border: 10px solid #006496;
18 animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
19 border-color: #006496 transparent transparent transparent;
21 .lds-ring div:nth-child(1) {
22 animation-delay: -0.45s;
24 .lds-ring div:nth-child(2) {
25 animation-delay: -0.3s;
27 .lds-ring div:nth-child(3) {
28 animation-delay: -0.15s;
32 transform: rotate(0deg);
35 transform: rotate(360deg);
53 /* margin-left: 250px;
54 margin-right: 250px; */
60 background-color: #2125299c;
61 color: rgb(255, 255, 255);
68 background-color: #dddddd;