.initialDialog {
    padding: 23px !Important;
    box-sizing: border-box;
    text-align: center;
    width: 550px;
}
.initialDialogText {
    font-size: 14px;
    font-weight: bold;
}
@-webkit-keyframes uil-default-anim {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes uil-default-anim {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.uil-default-anim {
    -webkit-animation: uil-default-anim 1s linear infinite;
    animation: uil-default-anim 1s linear infinite;
}

.uil-spinner-arm {
    top: 0px;
    left: 0px;
    width: 14px;
    height: 40px;
    background: #464646;
    border-radius: 20px;
    position: absolute;
}

.uil-default-css {
    position: relative;
    background: none;
    width: 400px;
    height: 400px;
    >div:nth-of-type(1) {
        .uil-default-anim;
        -webkit-animation-delay: -0.5s;
        animation-delay: -0.5s;
    }
    >div:nth-of-type(2) {
        .uil-default-anim;
        -webkit-animation-delay: -0.4285714285714286s;
        animation-delay: -0.4285714285714286s;
    }
    >div:nth-of-type(3) {
        .uil-default-anim;
        -webkit-animation-delay: -0.35714285714285715s;
        animation-delay: -0.35714285714285715s;
    }
    >div:nth-of-type(4) {
        .uil-default-anim;
        -webkit-animation-delay: -0.2857142857142857s;
        animation-delay: -0.2857142857142857s;
    }
    >div:nth-of-type(5) {
        .uil-default-anim;
        -webkit-animation-delay: -0.2142857142857143s;
        animation-delay: -0.2142857142857143s;
    }
    >div:nth-of-type(6) {
        .uil-default-anim;
        -webkit-animation-delay: -0.14285714285714285s;
        animation-delay: -0.14285714285714285s;
    }
    >div:nth-of-type(7) {
        .uil-default-anim;
        -webkit-animation-delay: -0.07142857142857145s;
        animation-delay: -0.07142857142857145s;
    }
    >div:nth-of-type(8) {
        .uil-default-anim;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
    }
    >div:nth-of-type(9) {
        .uil-default-anim;
        -webkit-animation-delay: 0.0714285714285714s;
        animation-delay: 0.0714285714285714s;
    }
    >div:nth-of-type(10) {
        .uil-default-anim;
        -webkit-animation-delay: 0.1428571428571429s;
        animation-delay: 0.1428571428571429s;
    }
    >div:nth-of-type(11) {
        .uil-default-anim;
        -webkit-animation-delay: 0.2142857142857143s;
        animation-delay: 0.2142857142857143s;
    }
    >div:nth-of-type(12) {
        .uil-default-anim;
        -webkit-animation-delay: 0.2857142857142857s;
        animation-delay: 0.2857142857142857s;
    }
    >div:nth-of-type(13) {
        .uil-default-anim;
        -webkit-animation-delay: 0.3571428571428571s;
        animation-delay: 0.3571428571428571s;
    }
    >div:nth-of-type(14) {
        .uil-default-anim;
        -webkit-animation-delay: 0.4285714285714286s;
        animation-delay: 0.4285714285714286s;
    }
}

.uil-default-css-scale {
    margin-left: 50%;
    margin-bottom: 22px;
    transform: scale(.32) translatex(-32px);
    height: 32px;
    width: 32px;
}

.linear {
    .uil-default-css-scale {
        height: 32px;
        width: 32px;
        margin: 0;
        transform: scale(0.16);
    }
}

