/*@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");*/

body {
  padding: 0;
  margin: 0;
}

#app-site {
  display: flex;
  width: 100%;
  height: 100vh;
}
/*# sourceMappingURL=loader.css.map */
progress[value] {
  width: 50%;
 height: 8px;
}

@media screen and (max-width: 573px) {
  progress[value] {
  width: 100%;
}

}
progress[value]::-webkit-progress-value {
  background:#7dc20f ;
    border-radius: 10px; 
}
progress[value]::-webkit-progress-bar {
  background-color: #fff;
  border-radius: 10px;
}
.loader-container {
   position: fixed;
   width: 100vw;
   background: #fff;
   height: 100vh;
   top: 0;
   z-index: 10;
   left: 0;
}
#logoHoppy{
  display: none;
}
#progressBarGlobal{
  display: none;
}
#defaultLoader{
  display: none;
}
.loader-hoppy {
   position: fixed;
   top: 10%;
   left: 25%;
   width: 50%;
   height: 80%;
   z-index: 9999;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: space-between;
}

.ant-layout.gx-app-layout {
  overflow-x: hidden !important;
}
