.pLoader,.pLoader:before{position:fixed;right:0;bottom:0;left:0;top:0;margin:auto;width:50px;height:50px;z-index:1112}.pLoader:before{content:'';background:rgba(0,0,0,.7);width:100%;height:100%;z-index:111}.pLoader .pLoaderInner{animation:1s infinite rotation;transform:rotate(45deg);width:50px;height:50px;position:relative;z-index:113}.pLoader .shape1,.pLoader .shape2,.pLoader .shape3,.pLoader .shape4{position:absolute;width:20px;height:20px;border-radius:20px;box-shadow:2px 2px 3px 2px rgba(0,0,0,.15)}.pLoader .shape1{left:0;background-color:#5c6bc0;animation:.3s infinite alternate animation4shape1}.pLoader .shape2{right:0;background-color:#8bc34a;animation:.3s .3s infinite alternate animation4shape2}.pLoader .shape3{bottom:0;background-color:#f8b334;animation:.3s .3s infinite alternate animation4shape3}.pLoader .shape4{bottom:0;right:0;background-color:#cb2025;animation:.3s infinite alternate animation4shape4}@keyframes animation4shape1{from{transform:translate(0,0)}to{transform:translate(5px,5px)}}@keyframes animation4shape2{from{transform:translate(0,0)}to{transform:translate(-5px,5px)}}@keyframes animation4shape3{from{transform:translate(0,0)}to{transform:translate(5px,-5px)}}@keyframes animation4shape4{from{transform:translate(0,0)}to{transform:translate(-5px,-5px)}}
/*Window Loading Start*/
.pLoaderEdit, .pLoaderEdit:before {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    margin: auto;
    width: 50px;
    height: 50px;
    z-index: 1112;
}
.pLoaderEdit:before {
    content: '';
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    z-index: 111;
}
.pLoaderEdit .pLoaderEditInner{
    animation: rotation 1s infinite;
    transform: rotate(45deg);
    width: 50px;
    height: 50px;
    position: relative;
    z-index: 113;
}
.pLoaderEdit .shape1, .pLoaderEdit .shape2, .pLoaderEdit .shape3, .pLoaderEdit .shape4 {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    box-shadow: 2px 2px 3px 2px rgba(0, 0, 0, 0.15);
}
.pLoaderEdit .shape1 {
    left: 0;
    background-color: #5C6BC0;
    animation: animation4shape1 0.3s ease 0s infinite alternate;
}
.pLoaderEdit .shape2 {
    right: 0;
    background-color: #8BC34A;
    animation: animation4shape2 0.3s ease 0.3s infinite alternate;
}
.pLoaderEdit .shape3 {
    bottom: 0;
    background-color: #F8B334;
    animation: animation4shape3 0.3s ease 0.3s infinite alternate;
}
.pLoaderEdit .shape4 {
    bottom: 0;
    right: 0;
    background-color: #CB2025;
    animation: animation4shape4 0.3s ease 0s infinite alternate;
}

@keyframes animation4shape1 {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(5px, 5px);
    }
}
@keyframes animation4shape2 {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-5px, 5px);
    }
}
@keyframes animation4shape3 {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(5px, -5px);
    }
}
@keyframes animation4shape4 {
    from {
        transform: translate(0, 0);
    }

    to {
        transform: translate(-5px, -5px);
    }
}
/*Window Loading End*/
