
#loaderLoaderSpinner {
    position: absolute;
    /* background: rgba(23, 115, 100, 0.7); */
    /* background: rgba(30, 162, 140, 0.7); */
    color: #fff;
    width: 100%;
    height: 100%;
    z-index: 1;
    /* display: none; */
    /* visibility: hidden; */
    background: rgba(255,255,255,.95);
}

.loadingAnimated{
    top: 50%;
    bottom: 50%;
    font-size: 30px;
    right: 50%;
    left: 50%;
    margin-top: -15px;
    margin-left: -15px;
    -webkit-animation: rotation .5s infinite ease;
    color: #23dda9 !important;
}
