/*!
 * Copyright 2022 (c) Neo-OOH - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 * Written by Valentin Dufois <vdufois@neo-ooh.com>
 *
 * @neo/connect - Loader.scss
 */
.loader{justify-content:center;align-items:center;width:100%;height:100%;display:flex}.loader img{-webkit-user-select:none;user-select:none;pointer-events:none;mix-blend-mode:darken;width:100px;margin-bottom:5rem}.loader.medium img{width:80px}.loader.small img{width:30px}
