/*-
 * #%L
 * File: loading.css
 * Project: Fronts CORP
 * %%
 * Copyright (C) 2022 - 2023 LEAP LLC
 * %%
 * Company: LEAP LLC
 * Email:   info@leap.vn
 * Product: Booking1A
 * Year: 2,022
 * 
 * Description: 
 *     This source code file contains confidential and proprietary information
 *     of LEAP LLC. Unauthorized reproduction, distribution, or 
 *     disclosure of this material is strictly prohibited.
 * Legal Notice:
 *     LEAP LLC reserves all rights to the source code contained
 *     in this file. This code may not be used, modified, or distributed
 *     without the express permission of LEAP LLC.
 * #L%
 */

:root {
  --background: rgba(255, 255, 255, 0.7);
}

.app-loading .ba-circle-loading {
  position: relative;
  background: var(--background);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  color: white;
  top: 0 !important;
}
