

/* Start:/local/components/bs/sale.order.ajax/templates/new/style.css?1786837101678*/
.loader_order {
   position: relative;
}

.loader_order:before{
    content: "";
    position: absolute;
    inset: 0;
    background: #fff;
    opacity: .5;
    z-index: 3;
}

.loader_order:after{
    content: "";
    position: absolute;
    width: 48px;
    height: 48px;
    border: 5px solid #95CCDF;
    border-bottom-color: #48C6F2;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    left: 50%;
    top: 50%;
    z-index: 4;
    margin: -24px 0 0 -24px;
}

@keyframes rotation {
    0% {
        rotate: 0deg;
    }
    100% {
        rotate: 360deg;
    }
} 
/* End */
/* /local/components/bs/sale.order.ajax/templates/new/style.css?1786837101678 */
