﻿.loader {
    top: 50%;
    font-weight: 400;
    color: #6c7293;
    left: 45%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin: 0 auto;
    position: fixed;
    z-index: 1100;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 1rem;
    box-shadow: 0px 3px 12px 0px rgba(0, 0, 0, 0.4);
    background-color: #fff;
    border-radius: 4px;
    opacity: inherit !important;
}
