input::-webkit-date-and-time-value {
    text-align: left;
}

html {
    font-size: 14px;
}

[type=number]::-webkit-outer-spin-button,
[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

[type=number] {
    -moz-appearance: textfield;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }

    .clinicList-height {
        height: calc(100vh - 190px);
    }

    .terms-height {
        height: 300px;
    }

    .card-pic{
        width:85%;
    }

    .pkg-detail-note{
        vertical-align:middle;
        text-align:center;
        width:160px;
    }
}

@media (max-width: 767px) {
    .card-pic {
        width: 100%;
    }

    .clinicList-height {
        height: 100%;
    }

    .terms-height {
        height: 100%;
        border: 0px !important;
        padding: 0px;
        margin-bottom: 2rem;
    }

    .terms-chkBoxs {
        border-top: 1px solid #dee2e6;
    }

    input, textarea {
        font-size: initial !important;
    }

    .pkg-detail-note {
        vertical-align: middle;
        text-align: left;
        width: 45px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* 半透明灰色背景 */
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* 確保在最上層 */
}

.spinner-border {
    width: 4.5rem;
    height: 4.5rem;
}

.spinner-cust {
    border-width: .5em !important;
}

.steps.undone {
    background-color: #fff !important;
    color: black !important;
    border: 4px solid #4782d8;
}

.steps.current {
    background-color: #4782d8 !important;
    color: white !important;
}

.steps i {
    font-style: initial;
}

.progresses {
    display: flex;
    align-items: center;
}

    .progresses .line {
        /*max-width: 120px;
        min-width: 30px;
        width: calc(100%/10);*/
        width: calc((100% - 200px) / 4.25);
        height: 6px;
        background: #4782d8;
    }

        .progresses .line.progresses-edit {
            width: calc((100% - 200px) / 2.25);
        }

    .progresses .steps {
        display: flex;
        background-color: #4782d8;
        color: #fff;
        font-size: 20px;
        width: 40px;
        height: 40px;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        font-family: Consolas;
        font-weight: bold;
    }

        .progresses .steps .done {
            display: none;
        }

.checkbox-lg .form-check-input {
    top: .8rem;
    scale: 1.4;
    margin-right: 0.7rem;
}

.btn-phoneChk,
.btn-next,
.btn-finish,
.btn-new {
    background-color: #2980B9;
    border-color: #2980B9;
    color: #fff;
}

.btn-prev {
    background-color: #909aa4;
    border-color: #909aa4;
    color: #fff;
}
