﻿.Title {
    font-family: "微軟正黑體";
}

.Desc {
    font-family: "微軟正黑體";
}

/* RegQuery */

.QueryTitle {
    text-align: center;
    font-weight: bolder;
    color: #476616;
}

.shadow-border {
    -webkit-box-shadow: 3px 3px 3px 3px #85a55e;
    -moz-box-shadow: 3px 3px 3px 3px #85a55e;
    box-shadow: 0 0 3px 3px #85a55e;
}

.round-corner {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
}

.login-title {
    font-size: 18px;
    font-weight: bold;
    color: var(--color);
    margin-top: 10px;
    margin-left: 20px;
}

.login-input {
    font-size: 22px !important;
    //margin: 5px 20px 10px 20px;
    width: var(--wh);
}

.alert-text {
    color: #ff0000;
    font-size: 18px;
    font-weight: bold;
}

.Captcha-Img {
    width: 110px;
    vertical-align: middle;
}

.Captcha-Input {
    font-size: 22px;
    font-weight: bold;
    color: var(--color);
    margin-top: 5px;
    vertical-align: middle;
    width: 50%;
}

.bottomborder {
    border-bottom: dashed 2px black;
}

ul {
    list-style: none;
}

.notice_txt {
    font-weight: bold;
    font-size: 20px;
    color: #3b1ff2;
    font-family: "微軟正黑體";
}

.OptionRadDiv {
    width: calc(100% / var(--cnt) - 8px);
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 4px;
    margin-bottom: 4px;
}

.Selection {
    border: 1px solid #10747e !important;
    color: #10747e;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    padding-left: 0;
    padding-right: 0;
    height: auto;
}

.Selection input {
    width: 40px;
    height: 30px;
}

.SelectionChose {
    border: 1px solid #10747e !important;
    background-color: #10747e;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 20px;
    display: flex;
    padding-left: 0;
    padding-right: 0;
}

.SelectionChose input {
    width: 40px;
    height: 30px;
    color: #10747e;
}

.Query_td_Desc {
    font-weight: bold;
    font-size: 16px;
    width:auto
}

/* RegQuery */

/* RegList */

.List_pTitle {
    color: #009999;
    font-weight: bold;
    font-style: normal;
    font-size: 15pt;
    text-indent: 0.2em;
    text-transform: none;
    vertical-align: middle;
    border-style: solid;
    border-width: 5px 1px 1px;
    border-color: #009999 gray gray;
    border-radius: 5px;
    font-variant: normal;
    text-decoration: none;
}

.List_pTopic {
    display: inline;
    font-weight: bolder;
    text-align: center;
    font-size: 1.5rem;
    color: #476616;
}

.List_pInfo {
    display: inline;
    font-weight: bolder;
    text-align: center;
    font-size: 1.5rem;
    font-family: EUDC;
}

.List_fun-block {
    width: 180px;
}

.a-category {
    font-size: 32px !important;
    font-weight: bold !important;
    text-align: center;
    text-decoration: none !important;
    border: 3px groove #d7d7d7;
    border-radius: 10px;
    margin: 4px 0;
    padding: 2px 10px;
    color: #009999;
}

.nav {
    display: block !important;
}

a.active {
    background-color: #009999 !important;
    color: #FFFFFF !important;
}


.reg-fun-btn {
    width: calc(100% / var(--cnt) - 8px) !important;
}


.c-Block {
    margin: 5px 0;
    border-left: solid 3px #009999;
}

.c-Block .bg {
    background-color: #EDE4C2;
}

.c-Block .eTitle {
    font-size: 20px;
    font-weight: 600;
    font-family: "微軟正黑體";
    color: #F5824A;
}

.c-Block .eDetail {
    font-size: var(--size);
    font-weight: 600;
    font-family: EUDC;
    color: #A03A13;
    text-indent: var(--indent);
}

.c-Block .rDetail {
    font-size: var(--size);
    font-weight: 600;
    font-family: EUDC;
    color: #A03A13;
    text-indent: var(--indent);
}

.c-Block .no-indent {
    text-align: center;
    text-indent: 0;
}

.app_topic {
    color: #007b88;
    font-size: 28px;
    font-weight: bold;
}

.app_block {
    //border: solid 1px #000000;
    margin-top: 2px;
}

.app_block .app_title {
    padding-top: 5px;
    color: #007b88;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    align-self: center;
}

.app_block .app_detail {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
}

.app_block .app_input {
    border: 2px solid gray;
    //width: 15em;
    height: 2.5em;
    padding-left: 0.8em;
    outline: none;
    overflow: hidden;
    //background-color: #000000;
    border-radius: 10px;
    transition: all 0.5s;
    max-width: 169px;
    font-size: 22px;
}



.modal-dialog {
    overflow-y: initial !important;
    //max-width: none !important;
}

/* RegList */

/* ToothSchedule */

.sch-Topic {
    font-size: 28px;
    font-family: "微軟正黑體";
    font-weight: bold;
    color: #009999;
    text-align: center;
    width: 100%;
}

.sch-desc {
    font-size: 24px;
    font-family: "微軟正黑體";
    font-weight: bold;
    color: #A03A13;
    text-align: center;
    width: 100%;
}

.dateBlock {
    width: calc(100% / var(--cnt) - 8px);
    margin: 4px 4px !important;
    border: solid #E7D198 2px;
    border-radius: 10px;
}

.dateBlock:hover {
    background-color: #F0E4D3;
}

.date-css {
    background-color: #832e1c;
    color: #FFFFFF;
    border-radius: 10px;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    margin: 3% 2%;
    max-width: 80px;
    width: 45%;
}

.date-css .title {
    font-size: var(--size);
    font-weight: bold;
    text-align: center;
    width: 100%;
    align-content: center;
}

.rbook-css {
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    margin: 1% 3%;
    max-width: 80px;
    width: 40%;
}

.rbook-css .desc {
    font-size: var(--size);
    font-weight: bold;
    color: var(--color);
    text-align: center;
    width: 100%;
    align-content: center;
}

.date-select {
    width: 100%;
    text-align: center;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 24px;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

.chosenText {
    font-size: var(--size);
    font-weight: bold;
    color: var(--color);
    align-content: center;
    color: #ff0c0c;
}

.dt-picker {
    border-radius: 10px;
    font-size: 24px;
    font-weight: 600;
    width: 100%;
    text-align: center;
}

/* ToothSchedule */


@media(max-width:576px) {
    .DeptTitle {
        font-size: 18px;
        color: white;
    }

    .UpdateTimeTitle {
        font-size: 14px;
        color: white;
    }

    .radSize {
        align-self: center;
        margin: 3px 5px;
        width: 25px;
        height: 25px;
    }

    .radText {
        padding: 3px 8px;
        font-weight: bold;
        font-size: 22px;
        //background-color: var(--bgcolor);
        //border: 2px solid var(--bdcolor);
        border-radius: 5px;
    }

    .OptionRadDiv {
        width: calc(50% - 8px);
        margin-right: 2px;
        margin-left: 2px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .login-input {
        font-size: 22px !important;
        //margin: 5px 20px 10px 20px;
        width: 100%;
    }



    .Captcha-Input {
        font-size: 22px;
        font-weight: bold;
        color: var(--color);
        margin-top: 5px;
        vertical-align: middle;
        width: 100%;
    }

    .List_pat-block {
        width: 100%;
    }

    .List_fun-block {
        display: flex;
        justify-content: center;
        width: 100%;
    }

    .List_fun-block button {
        display: inline;
        max-width: 40%;
        margin: 2%;
    }

    .a-category {
        font-size: 32px !important;
        font-weight: bold !important;
        text-align: center;
        text-decoration: none !important;
        border: 3px groove #d7d7d7;
        border-radius: 10px;
        margin: 4px 0;
        padding: 2px 10px;
        color: #009999;
        width: 100%;
    }

    .c-Block {
        border-top: solid 3px #009999;
        border-left: 0;
    }

    .c-Block .eBlock1 {
        display: flex;
    }

    .c-Block .eTitle {
        font-size: 20px;
    }

    .c-Block .eDetail {
        font-size: 24px;
        text-indent: 1em;
    }

    .c-Block .no-indent {
        text-align: start;
        text-indent: 1em;
    }

    .c-Block .dashLine {
        border-top: dashed 3px #a0a0a0;
        padding: 3px 0;
    }
}

@media(min-width:577px) {
    .DeptTitle {
        font-size: 18px;
        color: white;
    }

    .UpdateTimeTitle {
        font-size: 14px;
        color: white;
    }

    .OptionRadDiv {
        width: calc(50% - 8px);
        margin-right: 2px;
        margin-left: 2px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .login-input {
        font-size: 22px !important;
        //margin: 5px 20px 10px 20px;
        width: 100%;
    }

    .Captcha-Input {
        font-size: 22px;
        font-weight: bold;
        color: var(--color);
        margin-top: 5px;
        vertical-align: middle;
        width: 100%;
    }

    .List_pat-block {
        width: 320px;
    }

    .List_fun-block {
        width: 160px;
    }

    .a-category {
        font-size: 32px !important;
        font-weight: bold !important;
        text-align: center;
        text-decoration: none !important;
        border: 3px groove #d7d7d7;
        border-radius: 10px;
        margin: 4px 0;
        padding: 2px 10px;
        color: #009999;
        width: 100%;
    }

    .c-Block {
        border-top: solid 3px #009999;
        border-left: 0;
    }


    .c-Block .eBlock1 {
        display: flex;
    }

    .c-Block .eTitle {
        font-size: 20px;
    }

    .c-Block .eDetail {
        font-size: 24px;
        text-indent: 1em;
    }

    .c-Block .no-indent {
        text-align: start;
        text-indent: 1em;
    }

    .c-Block .dashLine {
        border-top: dashed 3px #a0a0a0;
        padding: 3px 0;
    }
}

@media(min-width:768px) {
    .DeptTitle {
        font-size: 18px;
        color: white;
    }

    .UpdateTimeTitle {
        font-size: 14px;
        color: white;
    }

    .OptionRadDiv {
        width: calc(100% / var(--cnt) - 8px);
        margin-right: 2px;
        margin-left: 2px;
        margin-top: 4px;
        margin-bottom: 4px;
    }

    .login-input {
        font-size: 22px !important;
        //margin: 5px 20px 10px 20px;
        width: var(--wh);
    }

    .Captcha-Input {
        font-size: 22px;
        font-weight: bold;
        color: var(--color);
        margin-top: 5px;
        vertical-align: middle;
        width: 50%;
    }

    .a-category {
        font-size: 32px !important;
        font-weight: bold !important;
        text-align: center;
        text-decoration: none !important;
        border: 3px groove #d7d7d7;
        border-radius: 10px;
        margin: 4px 0;
        padding: 2px 10px;
        color: #009999;
        width: auto;
    }

    .c-Block {
        border-top: solid 3px #009999;
        border-left: 0;
    }

    .c-Block .eBlock1 {
        display: flex;
    }

    .c-Block .eTitle {
        font-size: 20px;
    }

    .c-Block .eDetail {
        font-size: 24px;
        text-indent: 1em;
    }

    .c-Block .eDetail.no-indent {
        text-align: start;
        text-indent: 1em;
    }

    .c-Block .dashLine {
        border-top: dashed 3px #a0a0a0;
        padding: 3px 0;
    }
}

@media(min-width:992px) {
    .DeptTitle {
        font-size: 28px;
        color: white;
    }

    .UpdateTimeTitle {
        font-size: 16px;
        color: white;
    }

    .reg-fun-btn {
        width: calc(100% - 8px) !important;
    }

    .c-Block {
        border-top: 0;
        border-left: solid 3px #009999;
    }

    .c-Block .radius-L {
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }

    .c-Block .radius-R {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .c-Block .eBlock1 {
        display: block;
    }

    .c-Block .eTitle {
        font-size: 20px;
        font-weight: 600;
        font-family: "微軟正黑體";
        color: #F5824A;
    }

    .c-Block .eDetail {
        font-size: 24px;
        font-weight: 600;
        font-family: "EUDC";
        color: #A03A13;
        text-indent: var(--indent);
    }

    .c-Block .no-indent {
        text-align: center;
        text-indent: 0;
    }

    .c-Block .dashLine {
        border-top: 0;
        padding: 0;
    }
}

@media(min-width:1200px) {

    .reg-fun-btn {
        width: calc(100% - 8px) !important;
    }

    .c-Block {
        border-left: solid 3px #009999;
    }

    .c-Block .eTitle {
        font-size: 20px;
        font-weight: 600;
        font-family: "微軟正黑體";
        color: #F5824A;
    }

    .c-Block .eDetail {
        font-size: var(--size);
        font-weight: 600;
        font-family: "EUDC";
        color: #A03A13;
        text-indent: var(--indent);
    }
}

@media(min-width:1500px) {
    .reg-fun-btn {
        width: calc(100% / var(--cnt) - 8px) !important;
    }
}


/* 1. 移除 Modal 的內建陰影與黑底半透明立體感 */
.modal-content {
    box-shadow: none !important;
    border: none !important;
}

/* 2. 純平面輸入框樣式（聚焦時不顯示立體發光） */
.flat-custom-input {
    border-color: #ced4da !important;
    box-shadow: none !important;
    letter-spacing: 0.05em;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.flat-custom-input:focus {
    background-color: #ffffff !important;
    border-color: #4e4e4e !important; /* 聚焦時線條變深，完全平面 */
    box-shadow: none !important;
}

/* 3. 純平面按鈕（無立體陰影、無漸層） */
.flat-btn-success {
    background-color: #6CA651 !important;
    box-shadow: none !important;
}
.flat-btn-success:hover, .flat-btn-success:active {
    background-color: #5a8d42 !important;
}

.flat-btn-secondary {
    background-color: #09637E !important;
    box-shadow: none !important;
}
.flat-btn-secondary:hover, .flat-btn-secondary:active {
    background-color: #074e63 !important;
}

/* 4. 極致粗體強化 */
.fw-extrabold {
    font-weight: 850;
}

