/* _content/TrdApplyProjectWeb/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-ectyr76ixt] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

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

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

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

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

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

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

.footer[b-ectyr76ixt] {
    /*position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 25px;*/ /* 控制高度*/
    /*line-height: 150%;*/ /*使用百分比設定行高，基於字體大小*/
    /*padding-top: 8px;*/ /*減少內邊距*/
    /*padding-bottom: 8px;*/ /*減少內邊距*/
    /*margin-top: 5%;*/ /*增加 footer 與主內容的間距 */

    position: absolute; /* 絕對定位確保底部顯示 */
    bottom: 0;
    width: 100%; /* 撐滿整個寬度 */
    /*height: auto;*/ /* 使用 auto 讓高度根據內容自動調整 */
    height: 8%; /*根據父容器高度設定總高度 */
    padding: 4px 0; /* 調整上下內邊距 */
    display: flex; /* 使用 Flexbox 來垂直和水平置中內容 */
    align-items: center; /* 內容垂直置中 */
    justify-content: center; /* 內容水平置中 */
    text-align: center; /* 文本置中 */
    white-space: nowrap; /* 避免文字換行 */
}
