body {
    font-family: "Noto Sans TC", sans-serif;
    font-size: 1.1rem;
    font-weight: 300;
}

a {
    text-decoration: none;
}

p {
    text-align: justify;
}

h1,
h2,
h3,
h4 {
    color: #0054a8;
}

h2.sponsor-level {
    padding-left: 10px;
    padding-bottom: 5px;
    border-left: red 5px solid;
    border-bottom: #999999 1px dashed;
}

h4.h4-title {
    padding-left: 10px;
    border-left: red 5px solid;
}

.navbar.fixed-top-transition {
    position: fixed;
    transition: top 0.3s, opacity 0.4s;
    opacity: 0;
    top: -100px;
    width: 100%;
    z-index: 1000;
}

.navbar.fixed-top-transition.show {
    top: 0;
    opacity: 1;
}

.nav-item {
    margin-right: 20px;
    font-weight: 500;
    font-size: 1.2rem;
}

/* .dropdown-menu {
    overflow-y: auto;
    max-height: 70vh;
} */

.dropdown-item {
    font-weight: 500;
    font-size: 1.1rem;
}

.font-color-white {
    color: #ffffff;
}

.nav-link.font-color-white:visited {
    color: #ffffff;
}

.nav-link.font-color-white:focus {
    color: #ffffff;
}

.nav-link.font-color-white:hover {
    color: #ff920c;
}

.news-table-date-title {
    width: 80px;
    background-color: #eeeeee !important;
    font-weight: 500;
}

.news-table-data-title {
    background-color: #eeeeee !important;
    font-weight: 500;
}
.news-table-date {
    width: 80px;
    color: rgb(160, 0, 0) !important;
    font-weight: 500;
}

.news-table-date,
.news-table-data {
    border-bottom: 2px dashed #999999;
}

.keydates-date {
    width: 70px;
    color: rgb(160, 0, 0) !important;
    font-weight: 500;
}

.keydates-data {
    font-weight: 500;
}

.bd-callout {
    padding: 1.25rem;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    border: 1px solid #eee;
    border-left-width: 0.25rem;
    border-radius: 0.25rem;
    font-weight: 500;
}

.bd-callout-warning {
    border-left-color: #f0ad4e;
    /* This is the 'warning' color in Bootstrap */
}

.card-header {
    font-weight: 500;
    font-size: 1.2rem;
}

ul li {
    margin-bottom: 10px;
    /* Adjust this value as needed */
}

.theme-for-table-header {
    font-weight: 500;
    color: #ffffff !important;
    background-color: #0d7fa4 !important;
    text-align: center;
    vertical-align: middle;
}

.theme-for-button {
    color: #ffffff;
    background-color: #0d7fa4;
}

.theme-for-button:hover {
    color: #ffffff;
    background-color: #0c7294;
}

.full-width-background {
    background-color: #0d7fa4;
    padding: 40px 0;
}

.schedule_traffic_item1 {
    text-align: center;
    vertical-align: middle;
}

.schedule_traffic_item2 {
    text-align: center;
}

.schedule_traffic_item3 {
    text-align: center;
}

.schedule_traffic_title {
    text-align: center;
    background-color: #0d7fa4 !important;
    color: #ffffff !important;
}

.even {
    background-color: #e2f5fc !important;
}
.odd {
    background-color: #ffffff;
}

.schedule_traffic_line {
    vertical-align: middle;
}

.schedule_traffic_time {
    text-align: center;
    vertical-align: middle;
}

.trip_title {
    text-align: center;
    background-color: #0d7fa4 !important;
    color: #ffffff !important;
}

.trip_item {
    text-align: center;
}

.registration_item {
    text-align: center;
    vertical-align: middle;
}

.background-light-yellow {
    background-color: rgb(255, 247, 232) !important;
}

.background-light-green {
    background-color: rgb(232, 255, 238) !important;
}

.background-light-blue {
    background-color: rgb(232, 250, 255) !important;
}

.background-light-pink {
    background-color: rgb(255, 232, 240) !important;
}

.centered-content {
    text-align: center; /* Horizontally center content */
    vertical-align: middle; /* Vertically center content */
}
