﻿
.wd-modal-content{width:300px !important;}
.wd-main {
    background: #eef5f9;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wd-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.wd-logo {
    display: grid;
    margin: auto;
    background: black;
    width: 230px;
    height: 230px;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    animation: back 5s infinite;
}

@keyframes back {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    85% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.wd-loader1 {
    background: #eef5f9;
}

.wd-arrow {
    animation: arrow 3s infinite;
    position: relative;
}

@keyframes arrow {
    0% {
        opacity: 0;
        left: -50px;
    }

    35% {
        opacity: 0;
        left: -25px;
    }

    50% {
        opacity: 1;
        left: 0px;
        z-index: 2;
    }

    90% {
        opacity: 1;
        left: 0px;
        z-index: 2;
    }

    100% {
        opacity: 0;
    }
}

.wd-boleto {
    animation: boleto 3s infinite;
    position: relative;
    padding-left: 15px;
}

@keyframes boleto {
    0% {
        opacity: 0;
        right: -50px;
    }

    25% {
        opacity: 0;
        right: -25px;
    }

    50% {
        opacity: 1;
        right: 0px;
        z-index: 2;
    }

    90% {
        opacity: 1;
        right: 0px;
        z-index: 2;
    }

    100% {
        opacity: 0;
    }
}

.wd-load {
    margin-top: 10px;
    animation: logo-on 5s infinite;
    justify-content: center;
    display: flex;
    position: relative;
}

@keyframes logo-on {
    0% {
        opacity: 0;
    }

    60% {
        opacity: 0;
        top: -10px;
    }

    90% {
        opacity: 1;
        top: 0px;
    }

    100% {
        opacity: 0;
    }
}

.wd-bounce {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    top: -30px;
}

.wd-ball {
    background-color: #fe5419;
    width: 10px;
    height: 10px;
    margin: 25px 5px 0px 5px;
    border-radius: 100%;
}

.wd-ball-1 {
    animation: ball-1 2s infinite;
}

@keyframes ball-1 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 1;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.wd-ball-2 {
    animation: ball-2 2s infinite;
}

@keyframes ball-2 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    66% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.wd-ball-3 {
    animation: ball-3 2s infinite;
}

@keyframes ball-3 {
    0% {
        opacity: 0;
    }

    33% {
        opacity: 0;
    }

    66% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.wd-mid {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 2px;
    outline: 0;
    border-radius: 25px;
    background: #eef5f9;
}
.wd-text{
    padding-bottom: 0;
    margin-top: 25px;
    margin-bottom: -25px;
}

/*swal waiting-dialog login*/
.swal2-modal {
    width: 380px !important;
    padding: 0px 10px 15px 10px !important;
    border-radius: 13px;
    background: rgb(255, 255, 255);
    display: flex;
}
.swal2-title {
    font-size: 25px !important;
    margin-top: -10px;
}
/*swal waiting-dialog login*/