/*
 * Copyright © 2011 – 2021 C View Technologies Limited. All Rights Reserved.
 */

/* This hides all HTML styling until the theme has been loaded stopping the app from briefly showingg unstyled content */

.body-component,
.header-component {
  display: none;
}

#loading-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  height: 50%;
  padding: 20px;
  text-align: center;
  color: #049fd9;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

.floating-btn {
  display: inline-block;
  cursor: pointer;
  right: 1rem;
  bottom: 1rem;
  border: 1px solid #efefef;
  padding: 0.5rem 1rem;
  border-radius: 16px 8px;
  background-color: #efefef;

  /* &:hover {
    text-decoration: none;
  } */
}

.powered-by-container {
  padding-right: 0px !important;
}
