﻿@keyframes ldio-pk2ryb6gq68 {
    0% {
        transform: translate(-50%,-50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%,-50%) rotate(360deg);
    }
}

.ldio-pk2ryb6gq68 div {
    position: absolute;
    width: 30px;
    height: 30px;
    border: 10px solid #2d415a;
    border-top-color: transparent;
    border-radius: 50%;
}

.ldio-pk2ryb6gq68 div {
    animation: ldio-pk2ryb6gq68 1s linear infinite;
    top: 50px;
    left: 50px
}

.loadingio-spinner-rolling-q7z6f4gw22k {
    width: 100px;
    height: 100px;
    display: inline-block;
    overflow: hidden;
    background: none;
}

.ldio-pk2ryb6gq68 {
    width: 100%;
    height: 100%;
    position: relative;
    transform: translateZ(0) scale(1);
    backface-visibility: hidden;
    transform-origin: 0 0; /* see note above */
}

    .ldio-pk2ryb6gq68 div {
        box-sizing: content-box;
    }
/* generated by https://loading.io/ */


/* static loader */
.static-modal {
    display: flex;
    justify-content: center;
}

.static-modal-content {
    text-align: center;
    width: fit-content;
}

.static-modal-header {
    border-bottom: 3px solid #b3b3b3;
    border-radius: 3px 3px 0 0;
    background-color: #2D415A;
}

.static-modal-header > h4 {
    color: white;
    margin: 0 auto;
    font-size: initial;
}

.static-modal-body > p {
    color: #b3b3b3;
}