﻿.profile-main-loader {
    left: 49% !important;
    position: fixed !important;
    top: 60% !important;
    margin-top: -9em;
    margin-left: -15em;
    width: 30em;
    height: 18em;
    z-index: 9000 !important;
}

    .profile-main-loader .loader {
        position: relative;
        margin: 0px auto;
        width: 35%;
        height: 35%;
    }

        .profile-main-loader .loader:before {
            content: '';
            display: block;
            padding-top: 100%;
        }

.circular-loader {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
}

.loader-path {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -10;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

#loading {
    display: none;
    position: absolute;
    top: 100% !important;
    left: 0;
    bottom: 0;
    left: 0;
    /*opacity: 0.5;*/
    z-index: 10000;
    width: 100%;
    /*height: 100%;*/
}

#bill_loading {
 display: none;
    position: absolute;
    top: 100% !important;
    left: 0;
    bottom: 0;
    left: 0;
    /*opacity: 0.5;*/
    z-index: 10000;
    width: 100%;
    /*height: 100%;*/
}

#payment_loading {
 display: none;
    position: absolute;
    top: 100% !important;
    left: 0;
    bottom: 0;
    left: 0;
    /*opacity: 0.5;*/
    z-index: 10000;
    width: 100%;
    /*height: 100%;*/
}

.showbox {
    position: fixed;
    top: 40% !important;
    left: 50%;
    width: 30em;
    height: 100%;
    margin-top: -9em;
    margin-left: -15em;
    z-index: 100000;
}

.loading-text {
    font-size: 25px;
    font-weight: normal;
    text-align: center;
    padding-bottom: 20px;
}

.loading-description {
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    padding-left: 100px;
    padding-right: 100px;
    word-wrap: break-word;
    word-break: break-word;
    padding-bottom: 20px;
}