*::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}

[data-useb-ocr="ocr"] {
  margin: 0 auto;
  box-sizing: border-box;
}

.text-info {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 2vmin;
  line-height: 3vmin;
  color: white;
}

.top-ui-logo {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 4.2vmin;
  line-height: 8.4vmin;
  color: #cccccc;
}

.bottom-ui-title {
  color: #000038;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 8px;
  text-align: center;
}

.bottom-ui-description {
  color: #000038;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-align: center;
}

.bottom-ui-copyright {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 3.2vmin;
  line-height: 7.2vmin;
  color: #868686;
}

[data-useb-ocr="topUI"],
[data-useb-ocr="middleUI"],
[data-useb-ocr="bottomUI"],
[data-useb-ocr="previewUI"] {
  display: none;
}

.preloading-ui {
  position: absolute;
  display: none;
  background-color: #2f2f2f;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 2rem;
  color: #d2d2d2;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.gap10 {
  gap: 10px;
}

.flex {
  display: flex;
}

.custom--label {
  font-style: normal;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.75rem;
  color: #aaaaaa;
}
