@import "spinners.css";
@import "animate.css";

.preloader {
    width: 100% !important;
    height: 100% !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    position: fixed !important;
    z-index: 99999 !important;
    background: #fff;
    opacity: .8;

}

.preloader .msg {
    text-align: center !important;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.flex-column{
    flex-direction: column;
}

.justify-content-between{
    justify-content: space-between;
}