/* BITBANK_SITE_STATUS_V47 */

.order-client-actions,
.site-status-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:14px;
}

.order-client-actions button,
.order-client-actions a,
.site-status-actions button,
.site-status-actions a{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 15px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.11);
  color:#fff;
  background:rgba(255,255,255,.075);
  font:inherit;
  font-size:13px;
  font-weight:800;
  cursor:pointer;
}

.order-client-actions .client-paid-btn,
.order-client-actions .payment-link-btn,
.site-status-actions .client-paid-btn,
.site-status-actions .payment-link-btn,
.site-status-actions .primary-link{
  color:#061226;
  background:linear-gradient(135deg,#73e6ff,#ffffff);
  border:0;
}

.order-client-actions .client-cancel-btn,
.site-status-actions .client-cancel-btn{
  color:#ffd0d0;
  border-color:rgba(255,107,107,.25);
  background:rgba(255,107,107,.08);
}

.order-client-actions button[disabled],
.site-status-actions button[disabled]{
  opacity:.65;
  cursor:progress;
}

.order-created-wait,
.site-status-hint{
  padding:12px 13px;
  border:1px solid rgba(255,209,102,.18);
  border-radius:13px;
  background:rgba(255,209,102,.06);
  color:#f4e8bf;
  font-size:13px;
  line-height:1.42;
}

.site-status-page{
  padding:42px 0 66px;
}

.site-status-card{
  max-width:880px;
  margin:0 auto;
  padding:24px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:24px;
  background:
    radial-gradient(circle at 88% 12%, rgba(115,230,255,.10), transparent 190px),
    rgba(255,255,255,.045);
  box-shadow:0 24px 80px rgba(0,0,0,.27);
}

.site-status-kicker{
  display:inline-flex;
  gap:8px;
  margin-bottom:10px;
  color:#73e6ff;
  font-size:12px;
  font-weight:900;
  letter-spacing:.055em;
}

.site-status-kicker::before{
  content:"✦";
}

.site-status-title{
  margin:0 0 10px;
  color:#fff;
  font-size:30px;
  line-height:1.14;
}

.site-status-text{
  margin:0 0 18px;
  color:#cbd1f0;
  font-size:15px;
  line-height:1.55;
}

.site-status-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:18px 0;
}

.site-status-item{
  display:grid;
  gap:5px;
  padding:12px;
  border:1px solid rgba(255,255,255,.085);
  border-radius:14px;
  background:rgba(255,255,255,.045);
}

.site-status-item span{
  color:#9ea6d4;
  font-size:11.5px;
}

.site-status-item strong{
  color:#fff;
  font-size:14px;
  line-height:1.25;
  overflow-wrap:anywhere;
}

.site-status-code{
  display:block;
  margin:10px 0;
  padding:12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.09);
  background:rgba(0,0,0,.23);
  color:#fff;
  overflow-wrap:anywhere;
}

.site-status-code a{
  color:#8feeff;
  text-decoration:underline;
  text-underline-offset:3px;
}

.site-status-card.is-done{
  border-color:rgba(46,229,157,.28);
  background:
    radial-gradient(circle at 88% 12%, rgba(46,229,157,.12), transparent 190px),
    rgba(46,229,157,.045);
}

.site-status-card.is-cancelled{
  border-color:rgba(255,107,107,.24);
  background:
    radial-gradient(circle at 88% 12%, rgba(255,107,107,.10), transparent 190px),
    rgba(255,107,107,.035);
}

.recent-orders-list{
  display:grid;
  gap:10px;
  margin-top:18px;
}

.recent-order-link{
  display:flex;
  justify-content:space-between;
  gap:14px;
  padding:12px;
  border:1px solid rgba(255,255,255,.09);
  border-radius:14px;
  background:rgba(255,255,255,.045);
  color:#fff;
}

.recent-order-link span{
  color:#9ea6d4;
}

.status-search-form{
  display:grid;
  grid-template-columns:1fr auto;
  gap:10px;
  margin-top:18px;
}

.status-search-form .input{
  min-height:44px;
}

.status-search-form .primary-btn{
  min-height:44px;
  border:0;
  padding:0 18px;
  cursor:pointer;
}

@media (max-width:680px){
  .site-status-page{
    padding:28px 0 56px;
  }

  .site-status-card{
    padding:18px;
    border-radius:20px;
  }

  .site-status-title{
    font-size:24px;
  }

  .site-status-grid{
    grid-template-columns:1fr;
  }

  .order-client-actions,
  .site-status-actions{
    display:grid;
    grid-template-columns:1fr;
  }

  .status-search-form{
    grid-template-columns:1fr;
  }
}


/* BITBANK_SITE_STATUS_TX_TEXT_V48 */
.site-status-code small{
  display:block;
  margin-top:8px;
  color:#aeb5da;
  font-size:12px;
  line-height:1.4;
}


/* BITBANK_MY_ORDERS_V128 */
.my-orders-card-v128{max-width:760px !important;margin-left:auto !important;margin-right:auto !important;}
.my-orders-list-v128{display:flex !important;flex-direction:column !important;gap:8px !important;margin-top:14px !important;}
.my-order-row-v128{display:grid !important;grid-template-columns:110px minmax(0,1fr) 128px !important;align-items:center !important;gap:10px !important;min-height:44px !important;padding:10px 12px !important;border:1px solid rgba(255,255,255,.11) !important;border-radius:13px !important;background:rgba(255,255,255,.052) !important;color:#fff !important;cursor:default !important;}
.my-order-id-v128{color:#fff !important;font-weight:760 !important;font-size:13px !important;line-height:1.2 !important;}
.my-order-amount-v128{min-width:0 !important;color:#dbe4ff !important;font-weight:600 !important;font-size:13px !important;line-height:1.25 !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;}
.my-order-status-v128{justify-self:end !important;max-width:128px !important;padding:6px 9px !important;border:1px solid rgba(115,230,255,.18) !important;border-radius:999px !important;background:rgba(115,230,255,.06) !important;color:#eaf9ff !important;font-weight:700 !important;font-size:12px !important;line-height:1.1 !important;text-align:center !important;overflow:hidden !important;text-overflow:ellipsis !important;white-space:nowrap !important;}
.my-orders-footer-v128{display:flex !important;align-items:center !important;justify-content:center !important;gap:12px !important;margin-top:14px !important;color:#aeb7dd !important;font-size:13px !important;font-weight:650 !important;}
.my-orders-page-btn-v128{width:auto !important;min-height:38px !important;padding:0 14px !important;border-radius:12px !important;font-size:13px !important;}
.my-orders-page-btn-v128:disabled{opacity:.45 !important;cursor:not-allowed !important;}
.my-orders-link-v128{white-space:nowrap !important;}
@media (max-width:680px){.my-order-row-v128{grid-template-columns:88px minmax(0,1fr) !important;grid-template-areas:"id status" "amount amount" !important;min-height:58px !important;}.my-order-id-v128{grid-area:id !important;}.my-order-status-v128{grid-area:status !important;}.my-order-amount-v128{grid-area:amount !important;white-space:normal !important;}}


/* BITBANK_TX_LINK_POLISH_V129 */
.tx-view-v129{
  display:block !important;
  min-width:0 !important;
}

.tx-view-link-v129{
  display:inline-block !important;
  color:#9ff6ff !important;
  font-weight:800 !important;
  text-decoration:underline !important;
  text-underline-offset:3px !important;
}

.tx-view-v129 small{
  display:block !important;
  margin-top:8px !important;
  color:#dbe4ff !important;
  font-size:12px !important;
  line-height:1.35 !important;
  overflow-wrap:anywhere !important;
  word-break:break-word !important;
}
