/*!
Theme Name: RamaKrishna Theme
Theme URI: https://mangaloremath.in/   
Author: Vishwas Krishna - Smart Mobi Works
Author URI: https://mangaloremath.in/
Description: Description
Version: 1.1
Tested up to: 6.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: Ramakrishna Ashrama
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

body.loaderInHome {
  visibility: hidden;
  max-height: 100vh;
  overflow-y: hidden;
}

body {
  max-height: initial;
  overflow-y: initial;
}

.loaderContainer {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 99999;
  text-align: center;
  visibility: hidden;
}

.loaderContainer__spinner {
  margin: auto;
  border: 2px solid #dbf2ff;

  width: 32px;
  height: 32px;
  display: inline-block;
  position: absolute;
  top: 45%;
  border-radius: 50%;
  border-right: 2px solid #018df7;
  text-align: center;
  animation-name: spin;
  animation-duration: 900ms;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.53, 0.21, 0.29, 0.67);
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}

body:not(.frontPage) .loaderContainer {
  display: none;
}
