/* _content/NTCRI_TaigiWebSite/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.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-2q2sn750yu] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a[b-2q2sn750yu] {
    color: #0077cc;
}

.btn-primary[b-2q2sn750yu] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active[b-2q2sn750yu], .nav-pills .show > .nav-link[b-2q2sn750yu] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top[b-2q2sn750yu] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-2q2sn750yu] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-2q2sn750yu] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-2q2sn750yu] {
    font-size: 1rem;
    line-height: inherit;
}

.footer[b-2q2sn750yu] {
/*    position: relative;*/
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background: #5b5b5b;
}


/* 左側圖片：緊貼 footer 上方左下角 */
/*.footer-decoration-left {
    position: absolute;
    bottom: 0;*/ /* 使圖片緊貼 footer 上方 */
    /*left: 0px;
    width: 250px;*/ /* 根據需要調整圖片大小 */
    /*height: 150px;*/ /* 根據需要調整圖片大小 */
    /*background-size: contain;*/ /* 根據需要調整圖片顯示比例 */
    /*background-repeat: no-repeat;
}*/

/* 右側圖片：緊貼 footer 上方右下角 */
/*.footer-decoration-right {
    position: absolute;
    bottom: 0;*/ /* 使圖片緊貼 footer 上方 */
    /*right: 0;
    width: 250px;*/ /* 根據需要調整圖片大小 */
    /*height: 150px;*/ /* 根據需要調整圖片大小 */
    /*background-size: contain;*/ /* 根據需要調整圖片顯示比例 */
    /*background-repeat: no-repeat;
}*/
