@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');
body{
  overflow:hidden;
  overflow-y:auto;
}
.wrap-loader{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:100000;
  background-color:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
}
.text-center {
  text-align: center !important;
}
.text-secondary{
  color:rgb(102, 115, 130);
  font-family: 'Roboto';
  font-size:.9rem;
}
@keyframes progress-indeterminate {
  0% {
    right: 100%;
    left: -35%;
  }
  100%, 60% {
    right: -90%;
    left: 100%;
  }
}