/* base styling*/

html,
body {
  width: 100%;
  height: 100%;

  margin: 0;
  padding: 0;
}

body {
  background-color: var(--smoke-grey);
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

#plzWait {
  display: none;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: 40px 20px;
}

#plzWait .loader {
  opacity: 0.2;
  width: 100px;
  height: 100px;
  margin-bottom: 40px;
}

#plzWait .__random-text-wrapper,
#plzWait .__text-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
  flex: 1 1 100%;
}

#plzWait .__random-text-wrapper {
  flex-wrap: wrap;
  align-items: center;
  transition: all 0.5s;
}

#plzWait .__random-text-wrapper img {
  margin-right: 10px;
}

#plzWait .__random-text-wrapper .__random-text {
  color: var(--regent-grey);
  font-size: 1.2em;
  text-align: center;
  font-weight: 400;
  padding: 20px 0px;
  opacity: 1;
}

#plzWait .__text {
  font-size: 1.6em;
  font-weight: 300;
  text-align: center;
  color: var(--charcoal-grey);
  margin-bottom: 40px;
}

#plzWait .loading-block-wrapper {
  display: flex;
  flex: 1 1 100%;
  width: 100%;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 60px;
}

#plzWait .loading-block-wrapper figure {
  display: block;
  width: 60px;
  height: 6px;
  background-color: var(--regent-grey);
  margin-right: 8px;
  border-radius: 4px;
}
