/* loading page */
@keyframes ldio-sy03huelm1 {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

.ldio-sy03huelm1 div {
    box-sizing: border-box !important
}

.ldio-sy03huelm1 > div {
    position: absolute;
    width: 144px;
    height: 144px;
    top: 28px;
    left: 28px;
    border-radius: 50%;
    border: 16px solid;
    border-color: #e15b64 transparent #e15b64 transparent;
    animation: ldio-sy03huelm1 1s linear infinite;
}

.ldio-sy03huelm1 > div:nth-child(2), .ldio-sy03huelm1 > div:nth-child(4) {
    width: 108px;
    height: 108px;
    top: 46px;
    left: 46px;
    animation: ldio-sy03huelm1 1s linear infinite reverse;
}

.ldio-sy03huelm1 > div:nth-child(2) {
    border-color: transparent #6ab6f8 transparent #6ab6f8;
}

.ldio-sy03huelm1 > div:nth-child(3) {
    border-color: transparent
}

.ldio-sy03huelm1 > div:nth-child(3) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.ldio-sy03huelm1 > div:nth-child(3) div:before, .ldio-sy03huelm1 > div:nth-child(3) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    left: 48px;
    background: #e15b64;
    border-radius: 50%;
    box-shadow: 0 128px 0 0 #e15b64;
}

.ldio-sy03huelm1 > div:nth-child(3) div:after {
    left: -16px;
    top: 48px;
    box-shadow: 128px 0 0 0 #e15b64;
}

.ldio-sy03huelm1 > div:nth-child(4) {
    border-color: transparent;
}

.ldio-sy03huelm1 > div:nth-child(4) div {
    position: absolute;
    width: 100%;
    height: 100%;
    transform: rotate(45deg);
}

.ldio-sy03huelm1 > div:nth-child(4) div:before, .ldio-sy03huelm1 > div:nth-child(4) div:after {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -16px;
    left: 30px;
    background: #6ab6f8;
    border-radius: 50%;
    box-shadow: 0 92px 0 0 #6ab6f8;
}

.ldio-sy03huelm1 > div:nth-child(4) div:after {
    left: -16px;
    top: 30px;
    box-shadow: 92px 0 0 0 #6ab6f8;
}

.loadingio-spinner-double-ring-nkp2c2ew929 {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff;
    z-index: 999;
}

.ldio-sy03huelm1 {
    width: 100%;
    height: 100%;
    position: relative;
    top: 35%;
    left: 45%;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

.ldio-sy03huelm1 div {
    box-sizing: content-box;
}

/* button spinner loading */
#spinner-loading, #spinner-loading-claude {
    border-radius: 50px;
    background-color: #0a255c;
    margin: 5px 0;
    text-align: center;
}

#loading, #loading-claude {
    display: inline-block;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(255,255,255,.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 1s ease-in-out infinite;
    -webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
    to { -webkit-transform: rotate(360deg); }
}

/* spinner login */
.loader, .loader:before, .loader:after {
    width: 2.5em;
    height: 2.5em;
    border-radius: 50%;
    display: inline-block;
    animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader {
    color: #ebff33;
    font-size: 7px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}
.loader:before,
.loader:after {
    content: '';
    position: absolute;
    top: 0;
}
.loader:before {
    left: -3.5em;
    animation-delay: -0.32s;
}
.loader:after {
    left: 3.5em;
}

@keyframes bblFadInOut {
    0%, 80%, 100% { box-shadow: 0 2.5em 0 -1.3em }
    40% { box-shadow: 0 2.5em 0 0 }
}
