#balance_step_2,
#balance_step_2_nBtn_wrap,
#balance_step_2_coin {
  display: none;
}

.progress {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  border-radius: 0;
  height: 4px;
  background-color: red;
  display: none;
  width: 0%;
  transition: 2s;
  -webkit-transition: 2s;
  -moz-transition: 2s;
  -ms-transition: 2s;
  -o-transition: 2s;
}

.backdrops {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .8);
  display: none;
  z-index: 9;
}

.loadingScreen {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.loadingScreen img {
  width: 50px;
}