/**
* NOTICE OF LICENSE
*
* All right is reserved,
* Please go through LICENSE.txt file inside our module
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade this module to newer
* versions in the future. If you wish to customize this module for your
* needs please refer to CustomizationPolicy.txt file inside our module for more information.
*
* @author Webkul IN
* @copyright since 2010 Webkul
* @license LICENSE.txt
*/

.wk-square-loader {
    position: fixed;
    height: 100vh;
    align-items: center;
    z-index: 1000;
    top: 0;
    display: flex;
    justify-content: center;
    width: 100%;
    background: #0000005c;
    left: 0;
    flex-direction: column;
}

.wk-square-loader-text {
    color: white;
}
