/* TH826_TAB1_PHONE_ORDER_BRIDGE_CSS_V1 */

.th826-phone17-result-video{
  position:absolute;
  z-index:6;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  background:#02070d;
}

.th826-phone17-result-video[hidden]{
  display:none !important;
}

.th826-phone17-screen.has-result-preview
.th826-p17-model,

.th826-phone17-screen.has-result-preview
.th826-phone17-copy,

.th826-phone17-screen.has-result-preview
.th826-phone17-caption{
  opacity:0;
  pointer-events:none;
}

.th826-phone17-order-state{
  position:absolute;
  z-index:28;
  top:72px;
  left:10px;
  right:10px;
  display:grid;
  gap:5px;
  padding:9px 10px;
  border:1px solid rgba(78,190,255,.62);
  border-radius:13px;
  color:#fff;
  background:
    linear-gradient(
      145deg,
      rgba(1,20,37,.93),
      rgba(4,43,75,.91)
    );
  box-shadow:
    0 12px 30px rgba(0,0,0,.44),
    0 0 18px rgba(34,158,255,.23);
  backdrop-filter:blur(8px);
}

.th826-phone17-order-state[hidden]{
  display:none !important;
}

.th826-phone17-order-top{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:6px;
}

.th826-phone17-order-top em{
  min-height:18px;
  display:inline-flex;
  align-items:center;
  padding:2px 7px;
  border:1px solid rgba(60,205,255,.55);
  border-radius:999px;
  color:#aeeaff;
  background:rgba(16,126,194,.32);
  font-size:6.5px;
  line-height:1;
  font-style:normal;
  font-weight:950;
}

.th826-phone17-order-top strong{
  max-width:90px;
  overflow:hidden;
  color:#70d9ff;
  font-size:6.5px;
  white-space:nowrap;
  text-overflow:ellipsis;
}

.th826-phone17-order-state > b{
  color:#f7fcff;
  font-size:10px;
  line-height:1.2;
  font-weight:950;
}

.th826-phone17-order-state > span{
  color:#c8e8f7;
  font-size:7px;
  line-height:1.35;
}

.th826-phone17-order-state > small{
  color:#8ebbd2;
  font-size:6.5px;
  line-height:1.35;
}

.th826-phone17-order-progress{
  height:4px;
  overflow:hidden;
  border-radius:999px;
  background:rgba(255,255,255,.16);
}

.th826-phone17-order-progress i{
  display:block;
  width:2%;
  height:100%;
  border-radius:inherit;
  background:
    linear-gradient(
      90deg,
      #18b9ff,
      #54efbd
    );
  box-shadow:0 0 8px rgba(41,194,255,.7);
  transition:width .35s ease;
}

/* END_TH826_TAB1_PHONE_ORDER_BRIDGE_CSS_V1 */
