.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4,
.page-title h5,
.page-title h6,
.page-title p,
.page-title span {
    font-size: 20px;
    font-family: "微軟正黑體";
    margin-top: 15px;
    margin-bottom: 25px;
    margin-top: 0px;
}

.small-select {
    width: 150px;
    /* 自定义宽度 */
    font-size: 14px;
    /* 自定义字体大小 */
    padding: 0.25rem 0.5rem;
    /* 自定义内边距 */
}

.section-title {
    margin-top: 20px;
    font-weight: bold;
}

.section-divider {
    border-top: 2px solid #d0cececa;
    margin-bottom: 15px;
}

.section-container {
    padding: 15px;
    background-color: #dfdfdfd8;
    border-radius: 5px;
    margin-bottom: 20px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
}

.col-md-6 {
    width: 50%;
    padding: 0 10px;
}

.section-proper {
    min-width: 150px;
}

.large-select {
    min-width: 30%;
    /* 自定义宽度 */
    font-size: 14px;
    /* 自定义字体大小 */
    padding: 0.5rem 3.5rem;
    /* 自定义内边距 */
}

.card-block {
    padding: 30px;
}

.form-control[readonly] {
    background-color: #d8d8d8 !important;
    color: #3c3b3b;
    border: 1px solid #ced4da;
    cursor: not-allowed;
}

.card .card-heading {
    padding: 15px 20px;
    position: relative;
}

/* 子選單 */
.activebox {
    background: #D5c5e9 !important;
}

.nav-item {
    display: inline-block;

}

.breadcrumb {
    margin-bottom: 5px;
}

.breadcrumb a {
    color: blue;
    text-decoration: none;
    margin: 0px 4px;
    font-size: 16px;
}

.nav-link {
    text-decoration: none;
    padding: 5px 10px;
    /* 設定導航項目的內边距，根據需要進行修改 */
    border-left: 1px solid #ccc;
    /* 設定邊框，根據需要進行修改 */
    border-top: 1px solid #ccc;
    /* 設定邊框，根據需要進行修改 */
    border-right: 1px solid #ccc;
    /* 設定邊框，根據需要進行修改 */

}

.nav-link.active {
    background-color: #007bff;
    /* 設定活動導航項目的背景顏色，根據需要進行修改 */
    color: #fff;
    /* 設定活動導航項目的文字顏色，根據需要進行修改 */
}

.per-btn {
    background-color: #282c3c !important;
    color: white !important;
    padding: 1vh 0px;
    margin-top: 30px;
    border: none !important;
    cursor: pointer;
    font-family: "微軟正黑體";
    width: 100px;

}

.per-btn:focus {
    outline: none;
}

.per-btn:hover {
    background-color: #515365 !important;
    border-color: #515365 !important;
    color: #edf2f8 !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active {
    color: #515365;
    background-color: #edf2f8;
    border-color: #edf2f8;
}

.btn-default {
    color: #515365;
    padding: 1vh 10px;
    margin-top: 30px;
    background-color: #ffffff;
    border-color: #d4deee;
    font-weight: 500;
    width: 100px;
}

.card-title {
    font-family: Roboto, -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    color: #282c3c;
    margin-top: 0px;
    margin-bottom: 15px;
}

.border-bottom {
    border-bottom: 1px solid #e6ecf5;

}

.mi {
    color: red;
    font-weight: bold;
    font-size: 1rem;
}

.cusorho:hover {
    box-sizing: border-box;
    background: #f6f7fb;
    cursor: pointer;
}

input[type="file"] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}

.input-group-text {
    background-color: transparent;
    border: 1px solid #e6ecf5;
    color: #e0e2e9;
    border-radius: 0px;
    border-right: 0px;
    line-height: 1.8;
}

.input-group-radio-container {
    display: flex;
    align-items: center;
}

.input-group-radio-container label {
    margin-right: 10px;
}

.input-group-radio-container input[type="radio"] {
    margin-right: 5px;
    margin-left: 10px;
}

.padd-right {
    padding-right: 0px;
}