.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #212121;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.loader__content {
  text-align: center;
}

.loader__image img {
  width: 208px;
  height: 208px;
}

.loader__image {
  margin-bottom: 72px;
}

.loader__progress-container {
  width: 400px;
  border-radius: 5px;
  margin-top: 20px;
  position: relative;
}

.loader__progress-background {
  height: 10px;
  background-color: #ffffff40;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.loader__progress-bar {
  height: 10px;
  background: #fff;
  width: 0;
  border-radius: 5px;
  position: relative;
  z-index: 2;
}

.loader__progress-text {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  color: #fff;
}
