﻿body {
  
}
.bind_btn {
    width: 200px !important;
    display: inline-block !important;
}

.form {
    list-style-type: none;
}

.logo {
    max-width: 350px;
}

.p-8 {
    padding:8xp;
}

.btn-w200 {
    width: 150px;
    padding: 4px !important;
    font-size: 1.6rem !important;
    font-weight: bold !important;
    margin-left:8px;
}

.font-medium {
    font-size:1.6rem !important;
}

.flex-bind {
    display: flex;
}

.bg_title {
    border-radius: 8px;
    padding: 4px;
    background: #017F90;
    font-weight: bold;
    font-size: 1.8rem;
    color: white;
}

.btn-darkblue {
    background-color: #267596;
    border-color: #267596;
    color: #fff;
}

.btn-darkblue.focus, .btn-darkblue:focus, .btn-darkblue:hover {
    background-color: #1e5d77;
    border-color: #1c556d;
    color: #fff
}

.navbar-inverse {
    background: #017F90 !important;
    padding: 8px;
}

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: transparent !important;
    }

.footer {
    margin-top: 5px;
    background: #017F90;
    position: relative;
    bottom: 0 !important;
    right: 0;
    left: 0;
    color: white;
    padding: 8px;
}

.msg_panel {
    border-radius: 8px;
    padding: 4px;
    background: #A2C579;
    font-weight:bold;
    font-size:1.8rem;
    color:white;
}

.download_panel {
    border-radius: 8px;
    padding: 4px;
    background: #61A3BA;
    font-weight: bold;
    font-size: 1.8rem;
    color: white;
}

.panel {
    background: #C7D6DB;
    height:100%;
    min-height:200px;
}

.btnPanel {
    background: #138E63;
    border-radius: 8px;
    height: 80px;
    margin: 4px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 2rem;
    line-height: 80px;
    padding-left: 30px;
}

.stepPanel {
    background: #138E63;
    border-radius: 8px;
    height: 60px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 1.6rem;
    line-height: 60px;
    text-align:center;
}

.btnPanel:hover {
    background:#57AE8F;
}


.btnPanel-yellow {
    background: #EAC100;
    border-radius: 8px;
    height: 80px;
    margin: 4px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 2rem;
    line-height: 80px;
    padding-left: 30px;
}

    .btnPanel-yellow:hover {
        background: #AE8F00;
    }


.btnPanel-red {
    background: #AE0000;
    border-radius: 8px;
    height: 80px;
    margin: 4px;
    cursor: pointer;
    color: white;
    font-weight: bold;
    font-size: 2rem;
    line-height: 80px;
    padding-left: 30px;
}

.btnPanel-red:hover {
    background: #930000;
}
.arrow-right {
    float:right;
    line-height: 80px;
}

.text-L {
    text-align:left !important;
}

.font-m {
    font-size: 1.6rem !important;
    text-align: left !important;
}

.bg_flow {
    background: linear-gradient(120deg, rgb(253, 251, 251) 0%, rgb(235, 237, 238) 100%);
    height: 100%;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
    min-height: 300px;
}

.dog_panel {
    background-image: url(../Images/title_bg.png);
    background-size: 250px 100px;
    width: 250px;
    height: 100px;
    text-align: center;
    line-height: 125px;
    font-weight:900;
    font-size: 1.4rem;
    margin-top: -30px;
    margin-left: -25px;
    transform: rotate(-15deg);
}

.no-margin {
    margin: 0 !important;
}
/*頁首頁尾按鈕*/
.goTop {
    position: fixed;
    right: 20px;
    bottom: 90px;
    z-index: 99999;
}

.topbtn {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: black;
    cursor: pointer;
    padding-top: 4px;
}

.topbtn:hover{    
    background-color: gray;
}

.align-items-center {
    align-items: center !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.d-flex {
    display: flex !important;
}

.menudiv {
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
}

nav {
    display: block;
}

.nav-menu {
    float: right;
}

    .nav-menu a {
        padding: 0 8px 0px 8px;
        text-decoration: none;
        display: inline-block;
        color: #fff;
        font-weight: 500;
        font-size: 1.8rem;
        text-transform: uppercase;
        outline: none;
    }


#nav-menu-container {
    padding-right: 15px;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu > li {
    float: left;
}

.nav-menu li {
    position: relative;
    white-space: nowrap;
}

.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.fz-15 {
    font-size: 1.2rem;
}

.goTopBtn {
    background-color: transparent;
    border: none;
    outline: none;
    color: white;
    text-align: center;
    display:inline;
    align-items: center;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    border: 0px !important;
}

.container {
    width: 100% !important;
}

.txt-white {
    color: white;
}

.right {
    text-align: right;
}

.p-r-20 {
    padding-right: 20px;
}

.content {
    margin-top: 40px;
}

.bg_left {
    position: absolute;
    left: 0px;
    z-index: 0;
    top: 180px;
    width: 140px;
    height: 200px;
    background-image: url(../images/front_bg_left.png);
    background-size: 140px 200px;
    z-index: -1;
}

.bg_right {
    position: absolute;
    right: 0px;
    z-index: 1;
    top: 300px;
    width: 90px;
    height: 250px;
    z-index: 0;
    background-image: url(../Images/front_bg_right.png);
    background-size: 90px 250px;
    z-index:-1;
}

.row {
    margin: 0 !important;
    margin-top: 20px !important
}


.option-panel {
    margin-top:10px;
}

.option-panel a {
    margin:4px;

}

@media (max-width: 768px) {
    .bg_left {
        display: none !important;
    }

    .bg_right {
        display: none;
    }

    .bg_flow {
        min-height:0;
    }

    .klNleg {
        margin-top:50px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1270px !important;
    }
}

@media only screen and (max-width: 600px) {
    .logo {
        max-width: 280px;
        margin-left: 10px;
    }

    #nav-menu-container, .timeout_txt {
        display: none;
    }

    .d-flex {
        display: inline !important;
    }

    .form-alert {
        margin-left: 0px !important;
    }

    .input-field, .text-value, .chips {
        width: 100% !important;
    }

    .col-2 {
        width: 100% !important;
    }
}




/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .nav-menu ul {
        position: absolute;
        display: none;
        top: 100%;
        right: 0;
        z-index: 99;
    }

    .nav-menu li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu > li {
        float: left;
    }

    .nav-menu li:hover > ul,
    .nav-menu li.sfHover > ul {
        display: block;
    }

    .nav-menu ul ul {
        top: 0;
        right: 100%;
    }

    .nav-menu ul li {
        min-width: 180px;
    }

/* Nav Menu Arrows */
.sf-arrows .sf-with-ul {
    padding-right: 30px;
}

    .sf-arrows .sf-with-ul:after {
        content: "\f107";
        position: absolute;
        right: 15px;
        font-family: FontAwesome;
        font-style: normal;
        font-weight: normal;
    }

.sf-arrows ul .sf-with-ul:after {
    content: "\f105";
}

/* Nav Meu Container */
@media (max-width: 768px) {
    #nav-menu-container {
        display: none;
    }
}

/* Nav Meu Styling */
.nav-menu a {
    padding: 0 8px 0px 8px;
    text-decoration: none;
    display: inline-block;
    color: #fff;
    font-weight: 500;
    font-size: 1.8rem;
    text-transform: uppercase;
    outline: none;
}

.nav-menu li:hover > a {
    color: #f8b600;
}

.nav-menu > li {
    margin-left: 10px;
}

.nav-menu ul {
    margin: 1px 0 0 0;
    padding: 10px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    background: #fff;
}

    .nav-menu ul li {
        transition: 0.3s;
        display: block;
        border-bottom: 1px solid silver;
    }

        .nav-menu ul li a {
            padding: 5px 10px;
            color: #333;
            transition: 0.3s;
            display: block;
            font-size: 1.6rem;
            text-transform: none;
        }

        .nav-menu ul li:hover > a {
            color: #f8b600;
        }

    .nav-menu ul ul {
        margin-right: 10px;
        margin-top: 0;
    }

.card-breadcrumb[data-style="1"] ol, .card-breadcrumb[data-style="1"] li, .card-breadcrumb[data-style="1"] a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.card-breadcrumb[data-style="1"] {
    font-size: 1.5rem;
    margin: 10px 0;
    background: white !important;
    color: black;
}

    .card-breadcrumb[data-style="1"] li {
        display: inline-block;
        line-height: 1;
    }

        .card-breadcrumb[data-style="1"] li.active {
            font-weight: bold;
        }

        .card-breadcrumb[data-style="1"] li::after {
            content: "/";
            display: inline-block;
            color: #9e9e9e;
            margin: 0 8px 0 12px;
        }

        .card-breadcrumb[data-style="1"] li.active::after {
            content: "";
            display: none;
        }

    .card-breadcrumb[data-style="1"] a {
        color: black;
    }

        .card-breadcrumb[data-style="1"] a:hover {
            color: blue;
        }

.pagination {
    width: 100% !important;
    position: relative !important;
    margin: 20px 0px !important;
    font-size: 1.4rem !important;
    clear: both !important;
    z-index: 4 !important;
    font-weight: bold;
}

.text-C {
    text-align: center !important;
}

.m-r-4 {
    margin-right:4px;
}

.m-l-4 {
    margin-left: 4px;
}

.font-bold {
    font-weight:bold;
}

.font-blue {
    color:darkblue;
}

.font-darkred {
    color: #C00000;
}

.font-medium {
    font-size:1.5rem;
}

.font-large {
    font-size: 1.7rem;
}

.form-title {
    border-left: 6px solid #6b514a;
    padding-left:4px;
    font-weight:bold;
}

.privacyContent {
    margin-bottom: 40px;
    font-size: 1.5rem;
}

.btn-outline-light {
    margin-top: 8px;
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}


.step ul {
    list-style: none; /* 取消默认样式 */
    display: flex; /* 使用flex */
    counter-reset: steps; /* 声明counter变量，名为 steps */
}

.step ul li::before {
    width: 3rem; /* 步骤圆的宽 */
    height: 3rem; /* 步骤圆的高 */
    background: #bcbcbc; /* 里面的小圆 */
    box-shadow: 0 0 0 0.5rem #bcbcbc, 0 0 0 1rem transparent; /* 两层投影 改变投影颜色就可以实现步骤的不同状态 这里默认未完成状态 */
    border-radius: 50%; /* 设置形状为原型 */
    margin: 1rem; /* 没有设置margin的话，会位置不正确，因为投影不占用位置，而这里投影确实需要占用，所以手动给margin */
    display: block; /* 需要设置为块级 不然不生效*/
    counter-increment: steps; /* 使 steps 自增 */
    content: counter(steps); /* 修改content的内容为steps的值 */
    /* 使 步骤数字水平垂直居中，并设置字号 */
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    z-index: 1;
}

.step ul li {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    position: relative;
    align-items: center;
}

.step ul li:nth-child(n+2):after {
    content: '';
    height: .3rem;
    width: 100%;
    background: #bcbcbc;
}

.step ul li:nth-child(n+2):after {
    content: '';
    height: .3rem;
    width: 100%;
    background: #bcbcbc;
    position: absolute;
    left: -50%; /* 刚好以圆中心从右往左 */
}

/* 并且需要以 li 为相对位置，所以需要在 ul li 中 添加 position: relative; */
.step ul li {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    position: relative;
}

.step ul li div {
    color: black; /* 设置文字颜色 */
}

    .step ul li div:before {
        content: "前往合作醫院絕育";
        color: inherit;
        position: absolute; /* 定位位置 */
        bottom: -2rem;
        left: 50%;
        transform: translateX(-50%); /* 水平居中 */
    }

.step ul li.active:nth-child(n+2)::after {
    background: #00bc9b;
}

.step ul li.active::before {
    background: #00bc9b;
    box-shadow: 0 0 0 0.5rem rgb(255 255 255), 0 0 0 1rem #00bc9b;
}

.card-breadcrumb[data-style="1"] ol, .card-breadcrumb[data-style="1"] li, .card-breadcrumb[data-style="1"] a {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

.card-breadcrumb[data-style="1"] {
    font-size: 1.5rem;
    margin: 10px 0;
    background: white !important;
    color: black;
}

    .card-breadcrumb[data-style="1"] li {
        display: inline-block;
        line-height: 1;
    }

        .card-breadcrumb[data-style="1"] li.active {
            font-weight: bold;
        }

        .card-breadcrumb[data-style="1"] li::after {
            content: "/";
            display: inline-block;
            color: #9e9e9e;
            margin: 0 8px 0 12px;
        }

        .card-breadcrumb[data-style="1"] li.active::after {
            content: "";
            display: none;
        }

    .card-breadcrumb[data-style="1"] a {
        color: black;
    }

        .card-breadcrumb[data-style="1"] a:hover {
            color: blue;
        }

input:not([type]), input[type=text], input[type=password], input[type=email], input[type=url], input[type=time], input[type=date], input[type=datetime], input[type=datetime-local], input[type=tel], input[type=number], input[type=search], textarea {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1.4 rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.font-red {
    color: red;
}

.col-1 {
    width: 100%;
}

.col-2 {
    width: 50%;
}

.inline {
    display: inline-block;
}

.form-alert {
    margin-left:120px;
}

.title {
    width: 110px;
    font-size: 1.5rem;
}

.select-small {
    width:calc(100% - 20px) !important;
    display:inline;
    margin:4px;
}

.display-none {
    display:none;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #fff;
    border: dotted 2px #017F90 !important;
    border-radius:0.1rem;
    color: #444;
    cursor: pointer;
    padding: 1rem;
    font-weight: bold;
    font-size: 1.5rem;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.accordion > .active, .accordion:hover {
    background-color: #ccc;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 1rem;
    background-color: white;
    color: darkblue;
    font-weight: bold;
    display: none;
    overflow: hidden;
}

.accordion:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

.query-panel {
    width: 90% !important;
    max-width: 700px;
    margin: 0 auto;
}

.token, .input-id {
    width: calc(100% - 205px) !important;
    display: inline !important;
}
.col-4 {
    padding:4px;
}

.btn-bind {
    width: 200px;
    height: 40px;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid #dadce0;
    color: #3c4043;
    cursor: pointer;
    font-weight: 500;
    vertical-align: top;
    align-items: center;
}
.btn-bind:hover {
    background-color:aliceblue;
}

.title {
    font-weight: bold;
    color: #003060;
}

.nav {
    display: none !important;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color:white !important;
}

.navbar-inverse .navbar-nav > li > a {
    color:white;
    font-size:1.5rem;
    font-weight:bold;
}

.navbar-inverse .navbar-nav > li :hover {
    background-color:darkcyan;
}

@media only screen and (max-width: 600px) {
    .token {
        width: 100% !important;
        display: inline !important;
    }
    .input-id {
        width: calc(100% - 180px) !important;
        display: inline !important;
    }

    .query-panel {
        width: 100% !important;
        margin: 0 auto;
    }

    .col-4 {
        width: 100% !important;
    }

    .form {
        padding-inline-start: 10px !important;
    }
    select {
        margin:4px;
    }

    .nav {
        display: inline !important;
    }

    .bg_flow {
        background:white;
    }

    .col-md-6 {
        width: 100% !important;
    }

    .m-b-8 {
        margin-bottom:20px;
    }
}