/* _content/TokenPay/Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-6ausenxa43] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-6ausenxa43] {
  color: #0077cc;
}

.btn-primary[b-6ausenxa43] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-6ausenxa43], .nav-pills .show > .nav-link[b-6ausenxa43] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-6ausenxa43] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-6ausenxa43] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-6ausenxa43] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-6ausenxa43] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-6ausenxa43] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.mt-4.text-start {
    font-size: 0;       /* 隐藏文字 */
}

.text-danger.fw-bold.mb-2 {
    font-size: 0px;
    position: relative;
}

.text-danger.fw-bold.mb-2::after {
    content: "请仔细核对网络与币种！\A转账必须与显示的金额要完全一致！";
    color: #c56117;
    font-size: 16px;
    display: block;
    line-height: 1.5;
    white-space: pre-wrap;  /* 允许 \A 换行 */
}

h4.display-6 {
    font-size: 21px;
}
.text-center.pt-2 {
    border-bottom: 1px solid #5c5c5c;
    display: flex;          /* 必须改为 flex */
    flex-direction: column; /* 垂直排列子元素 */
}
/* 默认顺序保持不变 */
.text-center.pt-2 > * {
    order: 0;
}

/* 倒数第三 */
.text-center.pt-2 > .mb-2.fw-bold.display-6.time {
    order: 3;  /* 值比倒数第二小，比其他元素大 */
}


/* 最后一个元素保持在最后 */
.text-center.pt-2 > .text-start.m-auto {
    order: 5;
}

.text-danger.fw-semibold.address {
font-size: 0px !important;
    margin-bottom: -38px;
}

.mb-2.fw-bold.display-6.time::before {
    content: "⏰";
    margin-right: -5px;
    font-size: 1.2em;
}