.lds-odt {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-odt div {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #5a5a5a;
    animation: lds-odt 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-odt div:nth-child(1) {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-odt div:nth-child(2) {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-odt div:nth-child(3) {
    left: 56px;
    animation-delay: 0s;
}

#odt-loader {
    max-width: 100%;
    text-align: center;
    display: none;
}

#odt-loader-center {
    position: fixed;
    left: 50%;
    margin-left: -40px !important;
    top: 50%;
    margin-top: -40px !important;
    z-index: 9999;
    display: none;
}

#odt-iframe {
    max-width: 100%;
    display: none;
}

@keyframes lds-odt {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
