﻿/*loading css*/
.pre-loader-block {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999 !important;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background: rgba(0, 0, 0, 0.6);
}

.loader-inner {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999999 !important;
    margin: -40px 0 0 -40px;
}

.loader-text {
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    letter-spacing: 1px;
}

.loader-text i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 5px;
    display: inline-block;
}

/*loading css*/
