﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100..900&display=swap');

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
}

body {
    font-family: "Noto Sans TC", sans-serif;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    padding-bottom: 0; /* 由 flexbox 控制 */
}

main {
    flex: 1;
}

footer.footer {
    background-color: #31363a;
    width: 100%;
    white-space: nowrap;
}

    footer.footer a.text-reset {
        text-decoration: none;
    }

.filepond--root {
    border-radius: 0.5rem;
}

table.table-list th,
table.table-list td {
    vertical-align: middle;
}

table.form-table th {
    text-align: center;
    min-width: 5.0rem;
}

table.form-table tbody td {
    text-align: center;
}

th.text-center,
td.text-center {
    text-align: center;
}

.card td .badge {
    font-weight: 500 !important;
}

.petition {
}

    .petition .bd-callout {
        padding: 1.25rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        border: 1px solid #e9ecef;
        border-left-width: .25rem;
        border-radius: .25rem;
    }

        .petition .bd-callout .bd-callout-warning {
            border-left-color: #f0ad4e !important;
        }

    .petition .headline {
        display: block;
        margin: 15px 0 5px 0;
        border-bottom: 1px dotted #e4e9f0;
    }

        .petition .headline h2,
        .petition .headline h3,
        .petition .headline h4 {
            margin: 0 0 -2px 0;
            padding-bottom: 5px;
            display: inline-block;
            border-bottom: 2px solid #97dadb;
        }

    .petition label.form-label {
        color: #24c7c6;
        font-weight: 600;
        font-size: 1rem;
        line-height: 2.0;
    }