.__vev__loader-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background: rgba(255, 255, 255, .5);
}

.__vev__loader {
    width: 60px;
    height: 60px;
}

.__vev__loader path {
    fill: currentColor;
    animation-duration: 0.8s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

.__vev__loader .__vev__upSmallE,
.__vev__loader .__vev__bigE,
.__vev__loader .__vev__downSmallV {
    opacity: 0;
}

.__vev__loader .__vev__downSmallE,
.__vev__loader .__vev__downSmallV {
    animation-direction: reverse;
}

.__vev__loader:not(.__vev__stop) .__vev__upSmallV,
.__vev__loader:not(.__vev__stop) .__vev__downSmallV {
    animation-name: __vev__smallUpV;
}

.__vev__loader:not(.__vev__stop) .__vev__upSmallE,
.__vev__loader:not(.__vev__stop) .__vev__downSmallE {
    animation-name: __vev__smallUpE;
}

.__vev__loader:not(.__vev__stop) .__vev__bigV {
    animation-name: __vev__bigV;
}

.__vev__loader:not(.__vev__stop) .__vev__bigE {
    animation-name: __vev__bigE;
}

@keyframes __vev__smallUpV {
    11% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    77% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
}

@keyframes __vev__smallUpE {
    11% {
        opacity: 0;
    }
    55% {
        opacity: 0;
    }
    77% {
        opacity: 1;
    }
    89% {
        opacity: 1;
    }
}

@keyframes __vev__bigE {
    22% {
        opacity: 0;
    }
    44% {
        opacity: 1;
    }
    55% {
        opacity: 1;
    }
    77% {
        opacity: 0;
    }
}

@keyframes __vev__bigV {
    22% {
        opacity: 1;
    }
    44% {
        opacity: 0;
    }
    55% {
        opacity: 0;
    }
    77% {
        opacity: 1;
    }
}

.__vev__alignfull {
    width: 100% !important;
    max-width: none !important;
}

.__vev__warning_banner {
    padding: 1rem;
    background: #FAE793;
    color: black;
    text-align: center;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.3px;

    border-bottom: 1px solid #1e1e1e;
}

.__vev__warning_banner a {
    color: black !important;
}

.__vev__container {
    background: #fff;
    box-shadow: inset 0 0 0 1px #1e1e1e;
    padding: 1em;
}

.__vev__label {
    display: flex;
    font-weight: 600;
    align-items: center;
    margin-bottom: 1rem;
}

.__vev__label > svg {
    height: 24px;
    width: 24px;
    fill: currentColor;
    margin-right: 1ch;
}

.__vev__instructions {
    margin-bottom: 1rem;
    font-size: 13px;
}

.__vev__last-sync {
    margin-top: 1rem;
    font-size: 13px;
}

.__vev__field {
    display: flex;
    font-size: 13px;
}

.__vev__field > *:not(:first-child) {
    margin-left: 1rem;
}

.__vev__center {
    display: flex;
    align-items: center;
}

.__vev__input {
    min-height: 30px;
    padding: 6px 12px;
    flex-grow: 1;
    border-radius: 2px;
    border: 1px solid #757575;
}

.__vev__input[disabled] {
    cursor: not-allowed;
    opacity: .5;
}
