/*---------------------------------------------------------------------------------

 Theme Name:   Wiblion Platform
 Theme URI:    https://wiblion.com
 Description:  A theme for all platform funtionallity
 Author:       Wiblion Group S.C.G.J
 Author URI:   https://wiblion.com
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

------------------------------ ADDITIONAL CSS HERE ------------------------------*/

.theloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url("/wp-content/themes/wiblion-platform-master/media/wiblion_custom_loader.svg") 50% 50% no-repeat;
    background-color: rgba(255,255,255,0.8);
}