.zy_tool_flasher_container {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  box-sizing: border-box;
  height: 100%;
}

.zy_tool_flasher {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  border-radius: 12px;
  background: transparent;
  border: 0;
  box-shadow: none;
  min-height: 0;
  height: 100%;
  width: 100%;
}

.zy_tool_flasher_text {
  font-size: clamp(72px, 9vw, 110px);
  font-weight: 700;
  min-height: 90px;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.zy_tool_flasher_progress {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin-top: auto;
}

.zy_tool_flasher_progress_text {
  font-size: 14px;
  color: #444;
  text-align: center;
}

.zy_tool_flasher_progress_bar {
  width: 100%;
  height: 14px;
  accent-color: #2f5f8f;
}

@media (max-width: 1100px) {
  .zy_tool_flasher_container {
    width: 100%;
  }
}
