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;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.form-floating > .form-control-plaintext::placeholder, .form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder, .form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.text-kaiti {
    font-family: "DFKai-sb", "BiauKai", "KaiU","標楷體", serif;
}

.ebtn {
    font-family: "PMingLiU", "新細明體", serif;
    font-size: 17px;
    font-weight: 200;
    color: #0ff;
    text-decoration: none;
}

.ebtns {
    font-family: "PMingLiU", "新細明體", serif;
    font-size: 17px;
    font-weight: 200;
    color: #ffd800;
    text-decoration: underline;
}

.ebtn:hover {
    color: #fff;
    text-decoration: underline;
}

.ebtns:hover {
    color: #fff;
    text-decoration: underline;
}

.ebtni {
    font-family: "PMingLiU", "新細明體", serif;
    font-size: 17px;
    font-weight: 200;
    color: #0ff;
    text-decoration: none;
    margin-left: 20px;
}

    .ebtni:hover {
        color: #fff;
        text-decoration: underline;
    }

.bbody {
    height: 20px;
    width: 100%;
    font-size: 16px;
    font-family: "PMingLiU", "新細明體", serif;
    color: #fff;
    text-align: center;
    font-weight: 200;
}

.til {
    font-size: 22px;
    font-family: "DFKai-sb", "BiauKai", "KaiU","標楷體", serif;
    color: #00f;
    font-weight: bold;
}

.backpnl {
    height: 100%;
    width: 100%;
    background-color: #eee;
    border-color: #000;
    border-width: 3px;
    border-style: solid;
    border-radius: 5px;
}

.hbody {
    font-size: 16px;
    font-family: "Microsoft JhengHei", "Microsoft YaHei", "Noto Sans CJK TC", sans-serif;
    color: #000;
    font-weight: 300;
}

.plab {
    text-align: left;
    width: 100%;
    height: 100%;
    font-family: "DFKai-sb", "BiauKai", "KaiU","標楷體", serif;
    font-size: 22px;
    color: #060;
    border-color: transparent;
    border-width: 0px;
    border-style: none;
    text-decoration: none;
}

.slab {
    text-align: left;
    width: 100%;
    height: 100%;
    font-family: "DFKai-sb", "BiauKai", "KaiU","標楷體", serif;
    font-size: 22px;
    color: #006999;
    border-color: transparent;
    border-width: 0px;
    border-style: none;
    text-decoration: none;
}

.ulab {
    text-align: left;
    width: 100%;
    height: 100%;
    font-family: "DFKai-sb", "BiauKai", "KaiU","標楷體", serif;
    font-size: 22px;
    color: #303030;
    border-color: transparent;
    border-width: 0px;
    border-style: none;
    text-decoration: none;
}

.navbar-succ {
    background-color: #004666;
    border: none;
    border-width: 0;
}

.navbar-produ {
    background-color: #004d00;
    border: none;
    border-width: 0;
}

.navbar-succ {
    background-color: #004666;
    border: none;
    border-width: 0;
}

.navbar-solu {
    background-color: #808080;
    border: none;
    border-width: 0;
}

.pbody {
    font-size: 20px;
    font-weight: bold;
    font-family: "DFKai-sb", "BiauKai", "KaiU","標楷體", serif;
    background-color: #060;
    color: #fff;
}

.sbody {
    font-size: 20px;
    font-weight: bold;
    font-family: "DFKai-sb", "BiauKai", "KaiU","標楷體", serif;
    background-color: #006999;
    color: #fff;
}

.ubody {
    font-size: 20px;
    font-weight: bold;
    font-family: "DFKai-sb", "BiauKai", "KaiU","標楷體", serif;
    background-color: #606060;
    color: #fff;
}

.pimg {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.limg {
    height: 100%;
    width: 100%;
    object-fit: scale-down;
}

.fimg {
    height: 100%;
    width: 100%;
    object-fit: fill;
}

.tdm {
    text-align: left;
    width: 30%;
    font-size: 20px;
    font-family: "DFKai-sb", "BiauKai", "KaiU","標楷體", serif;
}

.tdl {
    text-align: left;
    width: 70%;
    font-size: 20px;
    font-family: "DFKai-sb", "BiauKai", "KaiU","標楷體", serif;
}

.tdr {
    text-align: right;
    width: 30%;
    font-size: 20px;
    font-family: "DFKai-sb", "BiauKai", "KaiU","標楷體", serif;
}

.tbl {
    text-align: left;
    width: 70%;
}

.tbr {
    text-align: right;
    width: 30%;
}

.tbm {
    text-align: left;
    width: 30%;
}

.strs {
    background-color: #e6f7ff;
    vertical-align: middle;
}

.strd {
    background-color: #fff;
    vertical-align: middle;
}

.ptrs {
    background-color: #e6ffe6;
    vertical-align: middle;
}

.ptrd {
    background-color: #fff;
    vertical-align: middle;
}

.utrd {
    background-color: #f0f0f0;
    vertical-align: middle;
}

.full-width-table {
    width: 100%;
    /* Optional: add some basic styling to ensure it displays correctly */
    display: table;
}

.form-signin {
    max-width: 400px;
    padding: 50px;
}

    .form-signin .form-floating:focus-within {
        z-index: 2;
    }

    .form-signin input[type="text"] {
        margin-bottom: -1px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

    .form-signin input[type="password"] {
        margin-bottom: 10px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
    }

main {
    display: container-fluid;
    align-items: center;
    padding-top: 10px;
    background-color: #fff;
}