.wmw-modal-container-loader{
    position: absolute;
    margin-left: -15px;
    margin-top: -15px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 3px;
    z-index: 100;
    overflow: hidden;
}

.wmw-modal-container-loader-relative{
    position: relative;
    width: 100%;
    height: 100%;
}

/*                  */
/* loading-bar      */
/*                  */
.wmw-modal-container-loader-relative .loading-bar {
    display: none;
    height: 2px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    background-color: transparent;
    top: 0;
    left: 0;
    z-index: 10000;
}

.wmw-modal-container-loader-relative .loading-bar .loading-bar-relative{
    position: relative;
    width: 100%;
    height: 100%;
}
.wmw-modal-container-loader-relative .loading-bar .loading-bar-relative .loading-bar-animate:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 2px;
    background-color: #69c8b8;
    animation: loadingModalPanel 2s linear infinite;
}

@keyframes loadingModalPanel {
    from {left: -200px; width: 0;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% {width: 50%; left: 50%;}
    95% {width: 10%;left: 90%;}
    to {width: 0; left: 100%;}
}

.host{
    background:#FFF;
    width:50px;
    height:100%;
    margin: auto;
    padding-top:20px;

}
.loading{
    width:10px;
    height:10px;
    background:#FFF;
    border-radius:100%;
    float:left;
    margin-right:5px;
}
.loading-0{
    -webkit-animation:bounce 1s infinite;
    -webkit-animation-delay:.1s;
    background:var(--sermetra);

}
.loading-1{
    -webkit-animation:bounce 1s infinite;
    -webkit-animation-delay:.3s;
    background:var(--sermetra);
}
.loading-2{
    -webkit-animation:bounce 1s infinite ease;
    -webkit-animation-delay:.5s;
    background:var(--sermetra);
}
@-webkit-keyframes bounce {
    0%, 100% {
        opacity:1;
    }
    60% {
        opacity:.0;

    }
}

.preloader-wrapper.active::before {
    width: 0px !important;
}