/* 时钟文字样式 */
.header-search.clock-text {
    display: flex;             /* 使用Flexbox布局 */
    justify-content: center;   /* 水平居中 */
    align-items: center;       /* 垂直居中 */
    height: 100vh;             /* 可选：设置容器高度为视口高度，用于演示 */
    font-weight: 700;
    text-align: center;        /* 可选：确保文本在span内居中（尽管Flexbox已处理居中） */
    border: 1px solid #000;    /* 可选：添加边框以便观察布局效果 */
  }

  .fa-xiaohongshu{
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: 700;
  }

  /* footer background */
  .footer-bg{
    background: url(../images/bg/footer-bg.jpg) no-repeat center center / cover;
  }

  .details-text-aligh-right{
    text-align: right;
    color: rgb(23, 126, 237);
  }
  .details-text-aligh-right:hover{
    color: rgb(248, 97, 9);
  }


  /* remittance */
  .custom-form-head{background:#408ed4;color:#fff;padding:12px 10px;text-transform:uppercase;font-size:16px;margin-bottom:20px}

  .text-align-left tr td{
    text-align: left;
  }