@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
.refreshing {
    width: 100%;
    /* height: 180px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 30%;
    flex-direction: column;
}

.refreshing img {
    width: 150px;
}

.lds-ring {
    padding-top: 2rem;
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #fff;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #ff6961 transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}
@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.verify-authority-container {
    padding-top: 4rem;
    position: absolute;
    margin: auto;
    width: 100vw;
    height: 80pt;
    top: 0;
    bottom: 0;
    filter: url(#threshold) blur(0.6px);
}

.verify-authority-container .text1,
.verify-authority-container .text2 {
    color: #ff6961;
    position: absolute;
    width: 100%;
    display: inline-block;
    font-family: "Josefin Sans", sans-serif;
    font-size: 60pt;

    text-align: center;

    user-select: none;
}
