body, html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0
}

input[type=text], select {
    border: 1px solid #adadad
}

* {
    font-family: 'Microsoft JhengHei',Arial,sans-serif;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

ul {
    margin: 0;
    padding: 0
}

    ul li {
        list-style: none
    }

a {
    text-decoration: none
}

    a:hover {
        text-decoration: none
    }

select {
    background: #fff
}

#app {
    width: 100%
}

.hide {
    display: none !important
}

.container.thin {
    padding-left: 7.5px;
    padding-right: 7.5px
}

    .container.thin .row {
        margin-left: -7.5px;
        margin-right: -7.5px
    }

        .container.thin .row.no-gutters {
            margin-left: 0;
            margin-right: 0
        }

    .container.thin [class*=col-], .container.thin [class*=col] {
        padding-right: 7.5px;
        padding-left: 7.5px
    }

.modal .modal-dialog {
    max-width: 350px;
    margin: 0 auto
}

.modal .modal-header {
    background-color: #008cd6;
    color: #fff;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .5rem 1rem
}

    .modal .modal-header .header-desc {
        text-align: center;
        width: 100%
    }

    .modal .modal-header .close {
        color: #fff !important;
        opacity: 1;
        margin-left: auto;
        padding: .5rem;
        padding-top: .3rem;
        margin: -.5rem -.5rem -.5rem auto
    }

        .modal .modal-header .close:hover {
            color: #fff
        }

        .modal .modal-header .close:active, .modal .modal-header .close:hover {
            opacity: 1
        }

        .modal .modal-header .close:focus {
            outline: 0
        }

        .modal .modal-header .close + div {
            margin-top: -1rem
        }

.modal .modal-content {
    overflow: hidden;
    background-color: transparent
}

.modal .modal-body {
    background-color: #fff
}

.modal .modal-footer {
    padding: .5rem;
    background-color: #fff
}

.modal .terms-modal .modal-dialog {
    max-width: 800px
}

.modal .terms-modal__content {
    border: 1px solid #d4d4d4;
    margin-bottom: 1rem;
    overflow: auto;
    padding: .5rem;
    max-height: 500px;
    word-wrap: break-word;
    white-space: pre-wrap;
}

@media (max-width:767px) {
    .modal .terms-modal__content {
        max-height: 350px
    }
}

.modal .terms-modal__submit {
    background: #008cd6;
    color: #fff;
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto
}

    .modal .terms-modal__submit:active {
        background-color: #0074b3
    }

    .modal .terms-modal__submit:hover {
        background-color: #0080c5
    }

.modal .add-table {
    width: 100%;
    display: table-cell
}

    .modal .add-table thead {
        background: #a6a6a6;
        color: #fff;
        text-align: center
    }

    .modal .add-table tbody td:nth-child(1) {
        background: #a6a6a6;
        text-align: center;
        color: #fff
    }

    .modal .add-table tbody input {
        width: 9rem
    }

@media (max-width:320px) {
    .modal .add-table tbody input {
        width: 7.5rem
    }
}

.control-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .5rem
}

    .control-wrap button {
        min-width: 8rem
    }

.btn-modal {
    background: #008cd6;
    color: #fff;
    display: block;
    max-width: 300px;
    margin: 0 auto
}

    .btn-modal:hover {
        background-color: #0080c5;
        color: #fff
    }

a.btn + a.btn {
    margin-left: .5rem
}

.btn.btn-light-gray {
    background-color: #c5c5c5;
    color: #fff
}

    .btn.btn-light-gray:hover {
        background-color: #b4b4b4;
        color: #fff
    }

    .btn.btn-light-gray:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(197,197,197,.5);
        box-shadow: 0 0 0 .2rem rgba(197,197,197,.5)
    }

.btn.btn-gray {
    background-color: #a0a0a0;
    color: #fff
}

    .btn.btn-gray:hover {
        background-color: #8f8f8f;
        color: #fff
    }

    .btn.btn-gray:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(161,161,161,.5);
        box-shadow: 0 0 0 .2rem rgba(161,161,161,.5)
    }

.btn.btn-submit {
    background-color: #008cd6;
    color: #fff
}

    .btn.btn-submit:hover {
        background-color: #007dc0
    }

    .btn.btn-submit:active {
        background-color: #006faa
    }

    .btn.btn-submit:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,139,214,.3);
        box-shadow: 0 0 0 .2rem rgba(0,139,214,.3)
    }

.btn.btn-continue {
    color: #fff;
    background-color: #009ece
}

    .btn.btn-continue:hover {
        background-color: #0091bd
    }

    .btn.btn-continue:active {
        background-color: #0085ad
    }

    .btn.btn-continue:focus {
        outline: 0;
        -webkit-box-shadow: 0 0 0 .2rem rgba(0,158,206,.3);
        box-shadow: 0 0 0 .2rem rgba(0,158,206,.3)
    }

.fixed-btn {
    position: fixed;
    top: 10rem;
    right: .5rem;
    z-index: 1000;
}

@media (max-width:414px) {
    .fixed-btn {
        bottom: .5rem;
        top: unset
    }
}

.fixed-btn__inner {
    position: relative;
    width: 90px;
    height: 90px;
    background-color: #79c843;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
    -webkit-box-shadow: 1px 2px 6px 1px rgba(0,0,0,.2);
    box-shadow: 1px 2px 6px 1px rgba(0,0,0,.2)
}

    .fixed-btn__inner .fas {
        font-size: 25px
    }

.fixed-btn__text {
    font-size: 14px
}

.fixed-btn__time {
    font-weight: 700
}

.fixed-btn__count {
    position: absolute;
    color: red;
    top: 10px;
    right: 20px
}

.fixed-btn span {
    line-height: 1
}

.progressbar {
    counter-reset: step 0;
    padding: 2rem 0
}

    .progressbar::after {
        content: '';
        display: block;
        clear: both
    }

    .progressbar[data-li-count="2"] li {
        width: 50%
    }

    .progressbar[data-li-count="3"] li {
        width: 33.3333333%
    }

    .progressbar[data-li-count="4"] li {
        width: 25%
    }

    .progressbar[data-li-count="5"] li {
        width: 20%
    }

    .progressbar[data-li-count="6"] li {
        width: 16.6667%
    }

    .progressbar li {
        list-style-type: none;
        width: 25%;
        float: left;
        font-size: 14px;
        font-weight: bolder;
        position: relative;
        text-align: center;
        color: #7d7d7d
    }

@media (max-width:768px) {
    .progressbar li {
        font-size: 12px
    }
}

.progressbar__count {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

    .progressbar__count::before {
        content: counter(step);
        display: block;
        font-weight: bolder;
        font-size: 16px;
        font-style: normal;
        color: #fff
    }

.progressbar__dot-graph {
    position: relative;
    width: 30px;
    height: 30px;
    content: '';
    counter-increment: step;
    line-height: 30px;
    display: block;
    text-align: center;
    margin: 0 auto 5px auto;
    border-radius: 50%;
    background-color: #ccc
}

.progressbar__dot {
    position: relative
}

    .progressbar__dot::after {
        display: block;
        width: 100%;
        height: 4px;
        content: '';
        position: absolute;
        background-color: #ccc;
        top: 50%;
        left: -50%;
        z-index: -1;
        -webkit-transform: translate(0,-50%);
        transform: translate(0,-50%)
    }

.progressbar li:first-child .progressbar__dot:after {
    content: none
}

.progressbar li.active .progressbar__dot-graph {
    color: #fff;
    background-color: #55b776
}

.progressbar li.active .progressbar__dot:before {
    border-color: #55b776
}

.progressbar li.active + li .progressbar__dot:after {
    background-color: #55b776
}

.progressbar__desc-list {
    display: inline-grid;
    white-space: nowrap
}

    .progressbar__desc-list li {
        text-align: left
    }

.progressbar + .detail__title {
    margin: 0
}

@media print {
    .no-print {
        display: none
    }

    table {
        page-break-inside: avoid
    }

    .completed {
        margin: 0
    }
}

.catg {
    margin-left: -.3rem;
    margin-right: -.3rem
}

    .catg .nav-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 50%;
        padding: .3rem
    }

@media (min-width:990px) {
    .catg .nav-item {
        max-width: 20%;
        padding: .3rem
    }
}

.catg .nav-link {
    color: #7c7c7c;
    border: 1px solid #c7c7c7;
    border-radius: 3px;
    text-align: center;
    padding: .3rem;
    font-weight: bolder;
    -webkit-transition: all .4s ease-out;
    transition: all .4s ease-out
}

@media (min-width:768px) {
    .catg .nav-link {
        padding: .5rem 1rem
    }
}

.catg .nav-link.active {
    background-color: transparent;
    color: #7c7c7c;
    -webkit-box-shadow: inset 0 -3px 0 0 #008cd6;
    box-shadow: inset 0 -3px 0 0 #008cd6
}

.catg + .tab-content {
    margin-top: 1rem
}

.color-red {
    color: red
}

.header {
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo img {
    width: 100px
}

@media (min-width:520px) {
    .header__logo img {
        width: 200px
    }
}

@media (min-width:768px) {
    .header__logo img {
        width: 250px
    }
}

.navbar {
    background: #e6e6e6;
    padding: 0
}

@media (min-width:992px) {
    .navbar {
        -webkit-box-shadow: 0 2px 2px 2px #bfbfbf;
        box-shadow: 0 2px 2px 2px #bfbfbf;
        border-radius: 0;
        font-size: 12pt;
        font-weight: 700;
    }
}

.navbar .navbar-nav {
    display: flex;
    flex-direction: row;
}

.navbar .nav-item {
    flex-grow: 1;
    text-align: center
}

@media (min-width:992px) {
    .navbar .navbar-nav {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}

.navbar .nav-item {
    position: relative
}

.navbar .nav-link {
    display: block;
    padding: 10px;
    color: #7A7A7A;
    -webkit-transition: background .3s;
    transition: background .3s
}

    .navbar .nav-link:hover {
        background-color: #343a40
    }

.navbar .focus-link {
    color: white;
    background-color: #2774ba;
}

.navbar .focus-link:hover {
    background-color: #1e578a;
}

.navbar .focus-link>.fas{
    font-size: 20px;
    margin-left: 5px;
}

.navbar .navbar-collapse {
    background-color: #e6e6e6
}

.user-serve {
    width: auto;
    text-align: right
}

@media (min-width:992px) {
    .user-serve {
        width: auto
    }
}

.user-serve__inner {
    padding: 2.5px 5px;
    margin: 0 .3rem;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    background: #f2f2f2;
    font-size: 20px;
    border-radius: 20px
}

@media (max-width:320px) {
    .user-serve__inner {
        font-size: 14px
    }
}

@media (min-width:992px) {
    .user-serve__inner {
        padding: 2.5px 1rem
    }
}

.user-serve__item {
    position: relative;
    display: block;
    color: #008cd6;
    padding: 0 .4rem
}

@media (min-width:992px) {
    .user-serve__item:not(:last-child) {
        margin-right: 5px
    }
}

.user-serve__item:hover {
    color: #008cd6
}

.user-serve__link {
    position: relative
}

.user-serve__name {
    font-size: 12px;
    vertical-align: middle
}

.user-login {
    display: none
}

.user-logout {
    display: none
}

.footer-outer {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #e6e6e6
}

.footer {
    padding: 1rem 12px;
    padding-bottom: .5rem;
    font-size: 11pt
}

    .footer p {
        margin: 0
    }

    .footer a {
        color: #7A7A7A;
        word-wrap: break-word
    }

.footer__desc {
    color: #7A7A7A
}

.footer__logo {
    max-height: 90px;
    max-width: 70%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width:768px) {
    .footer__logo {
        max-height:70px;
    }
}


.footer__contact {
    padding-top: .5rem;
    color: #e6f5ff
}

    .footer__contact .fas {
        width: 25px;
        margin-left: -25px
    }

    .footer__contact .text-fax {
        font-size: 13px
    }

    .footer__contact li {
        padding-left: 25px
    }

.footer__info {
    padding-top: .5rem;
    color: #7A7A7A
}

.footer .black-diamond:before {
    content: "\25C6";
    padding-right: 10px
}

.footer__qrcode {
    padding-top: .5rem;
    max-width: 100%
}

.news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 1.7rem;
    position: relative
}

@media (max-width:767px) {
    .news {
        display: block
    }
}

.news__title {
    font-weight: 700;
    color: #fff;
    font-size: 11pt;
    margin: 0;
    background: linear-gradient(-125deg,transparent 15px,#828282 16px);
    display: inline-block;
    padding: .3rem 2rem;
    padding-left: 20px;
    position: relative;
    margin-right: -30px;
    white-space: nowrap;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

@media (max-width:767px) {
    .news__title {
        margin: 0;
        position: absolute;
        top: 0;
        left: 0
    }
}

.news__list {
    background: #f9f9f9;
    font-size: 11pt;
    padding-left: 30px;
    padding-right: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0;
    overflow: hidden
}

@media (max-width:767px) {
    .news__list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 30px;
        padding-left: 8px;
        padding-right: 8px;
        width: 100%;
        overflow: visible
    }
}

.news__list-item {
    display: block;
    color: #08a3cc;
    text-decoration: underline;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
    padding: .2rem .5rem;
    text-decoration: underline;
    text-decoration: none;
    padding-left: 16px;
    text-indent: -16px
}

    .news__list-item .fas.fa-circle {
        font-size: 6px;
        width: 16px;
        height: 12px;
        line-height: 1.5;
        text-align: center;
        text-indent: 0;
        vertical-align: middle
    }

    .news__list-item:hover {
        color: #949494
    }

.news__list-item--active {
    white-space: normal;
    color: #7e7e7e
}

    .news__list-item--active + .news__item-content {
        display: block
    }

.news__item-content {
    display: none;
    padding: .731rem 1rem;
    border-bottom: 1px dashed;
    background-color: #eaeaea;
    color: #6f6f6f
}

.order-cond {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #d8d8d8;
    margin-top: 1rem
}

.order-cond__title {
    background-color: #f9f9f9;
    color: #929292;
    padding: .5rem;
    font-weight: 600;
    margin-bottom: 0
}

    .order-cond__title::before {
        content: '';
        display: inline-block;
        width: 0%;
        height: 100%;
        vertical-align: middle
    }

.order-cond__content {
    padding: .5rem
}

@media (min-width:992px) {
    .order-cond__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: .5rem 1rem
    }
}

.order-cond__input-wrapper {
    padding: .3rem;
    color: #8a8a8a;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .order-cond__input-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.order-cond__input-wrapper label {
    margin-bottom: 0;
    margin-right: .5rem
}

@media (max-width:767px) {
    .order-cond__input-wrapper label {
        font-size: 14px
    }
}

.order-cond__input-wrapper input {
    padding: 5px;
    width: 100%;
    max-width: 300px
}

@media (min-width:992px) {
    .order-cond__input-wrapper input {
        font-size: 14px;
        width: auto;
        max-width: 200px
    }
}

.order-cond__input-wrapper select {
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 200px;
    min-width: 160px
}

@media (max-width:767px) {
    .order-cond__input-wrapper select {
        font-size: 14px
    }
}

.order-cond__submit {
    margin: 0;
    background-color: #848383;
    color: #fff;
    width: 100%
}

@media (min-width:992px) {
    .order-cond__submit {
        width: auto
    }
}

.order-cond__submit:hover {
    background-color: #747373;
    color: #fff
}

.order-cond__submit:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(132,131,131,.25);
    box-shadow: 0 0 0 .2rem rgba(132,131,131,.25)
}

.order-cond .btn:not(:last-child) {
    margin-right:.5rem !important;
}

@media (max-width:768px) {
    .order-cond .btn:not(:last-child) {
        width:auto;
    }
}

.cond-hint {
    text-align: left;
    padding: 0 5.5rem .5rem;
    color: #999999;
    font-size: 10pt;
}

@media (max-width:414px) {
    .cond-hint {
        text-align: center;
        padding: 0 0 .5rem;
    }
}

.orders__search {
    margin-bottom: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.orders__item {
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    color: #656565
}

.orders__title {
    color: #7c7c7c;
    margin: 1.5rem 0
}

.order-table {
    color: #929292
}

    .order-table th {
        color: #7A7A7A;
        background-color: #e6e6e6;
        padding: .5rem .75rem
    }

        .order-table th.control {
            width: 90px
        }

@media (min-width:992px),print {
    .order-table {
        display: table
    }
}

.order-table .title {
    font-size: 1.08rem
}

.order-table.table {
    margin-bottom: 0
}

    .order-table.table thead th {
        border: none
    }

    .order-table.table td,
    .step__table .table td {
        border: none;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        vertical-align: middle
    }

.order-table--top {
    table-layout: fixed;
    padding: .25rem
}

    .order-table--top td:first-child {
        white-space: nowrap
    }

    .order-table--top .order-table__decor {
        display: none
    }

    .order-table--top .title {
        color: #008cd6
    }

@media (min-width:992px),print {
    .order-table--top {
        display: block
    }

        .order-table--top .title {
            min-width: 112px
        }

        .order-table--top tbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

        .order-table--top tr {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
            flex: 0 0 50%
        }

        .order-table--top td {
            display: inline-block;
            border: none;
            padding: .25rem
        }
}

.order-table--top .order-table__total {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

    .order-table--top .order-table__total .btn {
        margin-left: auto;
        float: right
    }

.order-table--column {
    table-layout: auto;
    padding: .25rem
}

    .order-table--column .title {
        color: #919191;
        font-weight: 700;
        min-width: 112px
    }

    .order-table--column .order-table__decor {
        display: none
    }

@media (min-width:990px) {
    .order-table--column {
        display: block
    }

        .order-table--column .order-table__decor {
            display: table-row
        }

        .order-table--column thead {
            display: block
        }

            .order-table--column thead > tr {
                display: block
            }

                .order-table--column thead > tr th {
                    display: block;
                    margin-left: -.25rem;
                    margin-right: -.25rem
                }

        .order-table--column td {
            padding: .25rem
        }

        .order-table--column tbody {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap
        }

            .order-table--column tbody.border-bt {
                border-bottom: 1px solid gray
            }

            .order-table--column tbody > tr {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-flex: 1;
                -ms-flex: 1 0 50%;
                flex: 1 0 50%
            }

                .order-table--column tbody > tr.full-width {
                    -webkit-box-flex: 1;
                    -ms-flex: 1 0 100%;
                    flex: 1 0 100%
                }

                .order-table--column tbody > tr > td:not(.title) {
                    -webkit-box-flex: 1;
                    -ms-flex: 1 0 0px;
                    flex: 1 0 0
                }
}

.order-table__detail {
    display: none
}

.order-table__detail--opened {
    display: block
}

.order-table__control td {
    position: relative;
    padding: 0
}

@media (min-width:992px),print {
    .order-table__control td {
        display: block
    }
}

@media (min-width:992px),print {
    .order-table .order-table__control {
        display: block;
        -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
        flex: 1 0 100%
    }
}

.order-table .delete, .order-table .expand {
    position: relative;
    top: -.75rem;
    right: .75rem
}

@media (min-width:992px),print {
    .order-table .delete, .order-table .expand {
        position: absolute;
        top: -.25rem;
        right: .25rem;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.order-table .qrcode {
    position: relative;
    top: .25rem;
    right: 1rem;
    border: none;
    background: 0 0
}

@media (min-width:992px),print {
    .order-table .qrcode {
        position: absolute;
        top: .3rem;
        right: 4.5rem;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
}

.order-table .qrcode .icon {
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat
}

.order-table .qrcode .icon--qrcode {
    background-image: url(../images/icon-qrcode.png);
    width: 40px;
    height: 40px;
    margin-top: -1px;
    margin-bottom: 1px
}

.form-group .form-row {
    margin-bottom: -1rem
}

.member__decoration::after, .member__decoration::before {
    content: '';
    display: block;
    background-color: #c7c7c7;
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.decoration__icon {
    background-color: #80d480;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

    .decoration__icon .fa {
        font-size: 40px;
        color: #fff
    }

.member__submit {
    background-color: #008cd6;
    color: #fff
}

    .member__submit:hover {
        background-color: #007dc0
    }

    .member__submit:active {
        background-color: #006faa
    }

.member {
    margin: 1.5rem auto
}

.member__decoration {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem 0
}

.member__form {
    margin: auto
}

    .member__form .form-check {
        margin-right: 1rem
    }

    .member__form .col-form-label {
        color: #58994c
    }

    .member__form label {
        margin-bottom: 0
    }

.member__tab {
    margin-top: 1rem
}

.member__tab .nav-item {
    margin-bottom: 10px;
}

    .member__tab .nav-link {
        border: 1px solid #c5c5c5;
        max-width: 300px;
        color: #737373;
        font-weight: 700
    }

        .member__tab .nav-link.active {
            background-color: #c5c5c5;
            border-color: transparent
        }

/*    .member__tab li:first-child .nav-link {
        margin-left: auto
    }*/

.member .fa-unlock-alt {
    padding: 0 1px
}

.member .sub-title {
    font-size: 14px
}

.rhombus {
    color: gray
}

    .rhombus::before {
        content: '';
        display: inline-block;
        width: 8px;
        height: 8px;
        background-color: gray;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin: 2px
    }

.progressbar-status ul {
    padding: 0
}

.progressbar-status .dot-graph--small {
    width: 15px;
    height: 15px
}

.user-qrcode {
    height: 100%;
    padding: 1rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.user-qrcode__text {
    font-size: 25px;
    color: #006399
}

.faq {
    padding: 1.5rem 0
}

.faq__main-title {
    color: #7c7c7c;
    padding: 1.5rem 0
}

.faq__list li:not(:last-child) {
    border-bottom: 1px dashed #e0e0e0
}

.faq__question {
    margin-top: .5rem;
    margin-bottom: .5rem;
    color: #008cd6;
    cursor: pointer;
    font-size: 17px;
    font-weight: 700
}

.faq__answer {
    margin-top: 0;
    margin-bottom: .5rem;
    color: #7d7d7d;
    font-size: 14px;
    padding: 0 1.5rem
}

.faq__answer-a {
    font-size: 1rem;
    margin-left: -1rem
}

.faq .tab-content {
    margin-top: 1rem
}

.edit__remind {
    background-color: #f9f9f9;
    padding: .5rem .5rem;
    margin-bottom: .25rem
}

.edit__functions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .25rem
}

@media (max-width:414px) {
    .edit__functions {
        display: block !important
    }
}

.edit__functions .btn:not(:last-child) {
    margin-right: .25rem
}

.edit__functions .btn:last-child {
    margin-left: auto
}

@media (max-width:414px) {
    .edit__functions .sm-position {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important
    }
}

@media (max-width:414px) {
    .edit__functions .sm-position--add {
        display: block !important;
        margin-top: .25rem
    }
}

@media (max-width:414px) {
    .edit__upload {
        margin-bottom: .25rem
    }
}

.edit__functions--fm {
    margin-bottom: .25rem
}

    .edit__functions--fm .btn:not(:last-child) {
        margin-right: .25rem
    }

    .edit__functions--fm .btn:last-child {
        margin-left: auto
    }

@media (max-width:414px) {
    .edit__functions--fm .btn {
        margin-top: .25rem
    }
}

.edit .pickup-form {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border: 1px solid #d8d8d8;
    margin-top: 1rem;
    margin-top: 0
}

.edit .pickup-form__title {
    background-color: #f9f9f9;
    color: #929292;
    padding: .5rem;
    font-weight: 600;
    margin-bottom: 0
}

    .edit .pickup-form__title::before {
        content: '';
        display: inline-block;
        width: 0%;
        height: 100%;
        vertical-align: middle
    }

.edit .pickup-form__content {
    padding: .5rem
}

@media (min-width:992px) {
    .edit .pickup-form__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: .5rem 1rem
    }
}

.edit .pickup-form__input-wrapper {
    padding: .3rem;
    color: #8a8a8a;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

@media (min-width:992px) {
    .edit .pickup-form__input-wrapper {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row
    }
}

.edit .pickup-form__input-wrapper label {
    margin-bottom: 0;
    margin-right: .5rem
}

@media (max-width:767px) {
    .edit .pickup-form__input-wrapper label {
        font-size: 14px
    }
}

.edit .pickup-form__input-wrapper input {
    padding: 5px;
    width: 100%;
    max-width: 300px
}

@media (min-width:992px) {
    .edit .pickup-form__input-wrapper input {
        font-size: 14px;
        width: auto;
        max-width: 200px
    }
}

.edit .pickup-form__input-wrapper select {
    padding: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    max-width: 200px;
    min-width: 160px
}

@media (max-width:767px) {
    .edit .pickup-form__input-wrapper select {
        font-size: 14px
    }
}

.edit .pickup-form__submit {
    margin: 0;
    background-color: #848383;
    color: #fff;
    width: 100%;
}
.edit .pickup-form__clear {
    width: 100%;
    margin-top: 5px;
}

@media (min-width:992px) {
    .edit .pickup-form__submit, 
    .edit .pickup-form__clear{
        width: auto
    }
    .edit .pickup-form__clear {
        margin-top: 0px;
    }
}

.edit .pickup-form__submit:hover {
    background-color: #747373;
    color: #fff
}

.edit .pickup-form__submit:focus {
    -webkit-box-shadow: 0 0 0 .2rem rgba(132,131,131,.25);
    box-shadow: 0 0 0 .2rem rgba(132,131,131,.25)
}

.edit .pickup-form .btn:not(:last-child) {
    margin-right: .25rem
}

@media (max-width:768px) {
    .edit .pickup-form .btn-mt-10 {
        margin-top: .25rem;
        width: 100%
    }
}

.edit .table-wrap {
    overflow: auto;
    margin-bottom: 1rem
}

.edit .table-info {
    background: 0 0;
    color: #929292;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: .5rem
}

    .edit .table-info > :first-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%
    }

.edit .table-info__edit {
    display: none
}

@media (max-width:414px) {
    .edit .table-info .sm-block {
        display: block
    }
}

.edit .table-page {
    position: relative
}

.edit .table-page__desc {
    display: block;
    text-align: center;
    margin: .25rem 0
}

@media (min-width:992px) {
    .edit .table-page__desc {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        margin: 0
    }
}

.edit .table {
    white-space: nowrap;
    margin: 0;
    text-align: center
}

    .edit .table input[type=checkbox] {
        cursor: pointer
    }

    .edit .table thead {
        background: #a6a6a6;
        color: #fff;
        text-align: center
    }

        .edit .table thead > tr > th:first-child {
            display: none
        }

    .edit .table tbody {
        background: #f2f2f2;
        color: #7e7e7e
    }

        .edit .table tbody > tr > td:first-child {
            display: none
        }

@media (max-width:768px) {
    .edit .table thead > tr > th:nth-child(n+5) {
        display: none
    }
}

@media (max-width:768px) {
    .edit .table tbody > tr > td:nth-child(n+5) {
        display: none
    }
}

.edit .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .edit .pagination > li {
        margin: 0 .1rem
    }

        .edit .pagination > li > a {
            width: 35px;
            height: 35px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-item-align: center;
            align-self: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            padding: .5rem .75rem;
            margin-left: -1px;
            line-height: 1;
            color: #007bff;
            background-color: #fff;
            border: 1px solid #dee2e6;
            border-radius: 100%
        }

        .edit .pagination > li:first-child a {
            border: none
        }

        .edit .pagination > li:last-child a {
            border: none
        }

        .edit .pagination > li.active a {
            z-index: 1;
            color: #fff;
            background-color: #007bff;
            border-color: #007bff
        }

        .edit .pagination > li.disabled a {
            color: #6c757d;
            pointer-events: none;
            cursor: auto;
            background-color: #fff;
            border-color: #dee2e6
        }

.edit .controls {
    margin-top: 1rem;
    text-align: center
}

    .edit .controls .controls__edit {
        display: none
    }

.edit__delete-input {
    display: none;
    margin-bottom: 1rem
}

.edit--editable .edit__delete-input {
    display: block
}

.edit--editable .edit__functions {
    display: none
}

.edit--editable .table thead > tr > th:first-child {
    display: table-cell
}

.edit--editable .table tbody > tr > td:first-child {
    display: table-cell
}

.edit--editable .controls > :first-child, .edit--editable .table-info > :first-child {
    display: none
}

.edit--editable .controls .controls__edit, .edit--editable .controls .table-info__edit, .edit--editable .table-info .controls__edit, .edit--editable .table-info .table-info__edit {
    display: block
}

.edit .expand-detail {
    text-align: right;
    margin-bottom: .5rem
}

@media (min-width:768px) {
    .edit .expand-detail {
        display: none
    }
}

.edit .progressbar-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.step__table {
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 5px;
    overflow-x: auto
}

.step__girdle {
    color: #fff;
    background: #008cd6;
    text-align: center;
    font-size: 1rem;
    padding: .75rem;
    margin: 0
}

.step .total {
    table-layout: fixed;
    margin: 0
}

.step .total__title {
    color: gray;
    font-size: 25px;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1rem
}

.step .total__status {
    font-weight: 700;
    border: 1px dashed;
    padding: .25rem .75rem;
    border-radius: 5px;
    display: inline-block;
    vertical-align: middle;
    color: gray
}

.step .total__status--conform {
    color: #009ece
}

.step .total__control {
    position: relative
}

@media (min-width:768px) {
    .step .total__control button {
        position: absolute;
        bottom: .25rem;
        right: .25rem
    }
}

.step .total td {
    vertical-align: middle;
    border-top: none;
    padding: .5rem .75rem
}

    .step .total td:first-child {
        color: #008cd6;
        width: 100px;
        font-weight: 700
    }

.step .total.table--rwd td:first-child {
    width: 120px
}

.step .total.table--rwd td:last-child {
    color: #949494
}

.step .detail {
    margin: 0;
    display: none;
    white-space: nowrap
}
.table.detail > :not(:last-child) > :last-child > * {
    border-bottom-color: inherit;
}
.info-form .table > :not(caption) > * > *,
.total.table > :not(caption) > * > * {
    border-bottom-width: 0px;
}

.step .detail thead {
    color: #7A7A7A;
    background: #e6e6e6;
    white-space: nowrap
}

    .step .detail td {
        vertical-align: middle;
        padding: .4rem .75rem
    }

@media (max-width:768px) {
    .step .detail td {
        padding: .4rem;
        font-size: 14px
    }
}

.step .detail .btn {
    font-size: 14px;
    padding: .25rem .5rem
}

@media (max-width:768px) {
    .step .detail .btn {
        padding: .25rem;
        font-size: 13px
    }
}

.step .detail--opened {
    display: table
}

.step .detail .table-body {
    display: none
}

.step .detail .table-body--opened {
    display: table-header-group
}

.step .detail .total-fee {
    width: 100px
}

.step .terms {
    padding: 0 1rem
}

.step__controls {
    text-align: center;
    margin: 1rem 0
}

.step .info-form {
    border: 1px solid #bfbfbf;
    margin-bottom: 1rem
}

    .step .info-form td:first-child {
        min-width: 104px;
        font-weight: 700;
        color: grey
    }

    .step .info-form td.required::before {
        content: '*';
        display: inline-block;
        color: red
    }

.step .info-form__title {
    background: #bfbfbf;
    color: #fff;
    padding: .25rem .5rem;
    font-size: 18px
}

.step .info-form td {
    padding: .25rem .5rem;
    vertical-align: text-top
}

.step .address__select {
    margin-right: .25rem
}

@media (max-width:767px) {
    .step .address__select {
        margin-bottom: .25rem
    }
}

.step .address__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0px;
    flex: 1 0 0
}

@media (min-width:768px) {
    .step .address__text {
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        min-width: 300px
    }
}

.step .date input[type=date] {
    line-height: 1.2;
    padding: 1.5px 0;
    border: 1px solid #adadad
}

/*.step .date select {
    padding: 1.5px 0
}*/

.step .receipt-form {
    border: 1px solid #bfbfbf;
    margin-bottom: 1rem
}

.step .receipt-form__content {
    padding: .25rem .5rem;
    padding-top: 0
}

.step .receipt-form__name {
    display: inline-block;
    width: 112px;
    margin-right: .25rem
}

.step .receipt-form__title {
    background: #bfbfbf;
    color: #fff;
    padding: .25rem .5rem;
    font-size: 18px
}

.step .receipt-form__item {
    margin-top: .25rem;
    margin-left: 1.25rem;
    display: block
}

@media (min-width:768px) {
    .step .receipt-form__item {
        display: inline-block
    }
}

.step .card-form {
    border: 1px solid #bfbfbf
}

.step .card-form__content {
    padding: .25rem .5rem;
    padding-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.step .card-form__title {
    background: #bfbfbf;
    color: #fff;
    padding: .25rem .5rem;
    font-size: 18px
}

@media (min-width:768px) {
    .step .card-form__label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-right: 1rem !important
    }
}

.step .card-form .tpfield {
    height: 40px;
    border: 1px solid gray;
    margin: 5px 0;
    padding: 5px
}

@media (min-width:768px) {
    .step .card-form #card-expiration-date {
        width: 100px
    }
}

@media (min-width:768px) {
    .step .card-form #card-ccv {
        width: 100px
    }
}

.step .card-form__display {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:1024px) {
    .step .card-form__display {
        display: block
    }
}

.table--decor {
    margin: 0
}

    .table--decor td {
        color: #949494
    }

        .table--decor td:first-child {
            min-width: 120px;
            font-weight: 700;
            color: grey
        }

@media (min-width:992px) {
    .table--rwd {
        display: block
    }
}

@media (min-width:992px) {
    .table--rwd tbody, .table--rwd thead {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media (min-width:992px) {
    .table--rwd tr {
        display: block;
        width: 50%
    }
}

@media (min-width:768px) {
    .table--rwd tr.fluid {
        width: 100%
    }
}

.table--rwd td {
    border-top: none
}

@media (max-width:320px) {
    .table--rwd td {
        display: block
    }
}

.table .label-blue {
    color: #008cd6;
    font-weight: 700
}

.table .color-orange {
    color: #ec9812
}

.table .hint-desc {
    color: #a0a0a0
}

.table .pd-0 {
    padding: 0
}

.table .label-position {
    padding-right: 2rem
}

@media (max-width:414px) {
    .table .label-position {
        display: block;
        width: 100%;
        padding: 0
    }
}

.credit-card {
    height: 43px
}

    .credit-card li {
        display: block;
        float: left;
        height: 100%;
        width: 60px;
        margin-left: 5px;
    }

.credit-card__visa {
    background-image: url(../images/card_visa.png);
    background-repeat: no-repeat;
}

.credit-card__master-card {
    background-image: url(../images/card_mastercard.png);
    background-repeat: no-repeat;
}

.credit-card__jcb {
    background-image: url(../images/card_jcb.png);
    background-repeat: no-repeat;
}

.credit-card__amex {
    background-image: url(../images/card_amex.png);
    background-repeat: no-repeat;
}

.credit-card__union-pay {
    background-image: url(../images/card_union_pay.png);
    background-repeat: no-repeat;
    background-position: center;
}

.card-table {
    font-size: 10pt !important;
    white-space: nowrap;
    width: 100%;
    margin-bottom:1rem;
}

    .card-table th {
        background: #bfbfbf;
        text-align: center;
        border: 1px solid #c5c5c5;
    }

    .card-table td {
        border: 1px solid #c5c5c5;
    }

        .card-table td:first-child {
            text-align: center;
        }

    .card-table .btn {
        font-size: 10pt;
    }

        .card-table .btn:not(:last-child) {
            margin-right: .25rem;
        }

.label-title {
    font-weight: 700;
    color: grey
}

.modal-body {
    overflow-x: auto
}

@media (min-width: 40em ) {
    .store-modal {
        max-width:600px !important;
    }
}

.store-modal .modal-body {
    overflow-x: hidden !important;
}

.store-modal .table-wrap {
    padding-top: .5rem;
    overflow-x: auto;
}


.store-row {
    padding-bottom: .5rem;
}

.store-title {
    word-break: keep-all;
    display: flex;
    align-items: center;
    margin:0;
}
@media (min-width:768px) {
    .store-title {
        justify-content:flex-end;
    }
    .store-input {
        max-width: 200px;
    }
}

.location-wrap {
    display:flex;
}

.location-selector {
    max-width: 120px;
}

    .location-selector:not(:last-child) {
        margin-right: 5px
    }

.store-control {
    justify-content:center;
}

.btn-store {
    margin: 0;
}

.store-modal .pagination {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .store-modal .pagination > li {
        margin: 0 .1rem
    }

        .store-modal .pagination > li > a {
            width: 35px;
            height: 35px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-item-align: center;
            align-self: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            position: relative;
            padding: .5rem .75rem;
            margin-left: -1px;
            line-height: 1;
            color: #007bff;
            background-color: #fff;
            border: 1px solid #dee2e6;
            border-radius: 100%
        }

        .store-modal .pagination > li:first-child a {
            border: none
        }

        .store-modal .pagination > li:last-child a {
            border: none
        }

        .store-modal .pagination > li.active a {
            z-index: 1;
            color: #fff;
            background-color: #007bff;
            border-color: #007bff
        }

        .store-modal .pagination > li.disabled a {
            color: #6c757d;
            pointer-events: none;
            cursor: auto;
            background-color: #fff;
            border-color: #dee2e6
        }

.store-modal .table-page__desc {
    text-align: center;
}

.btn-store:not(:last-child) {
    margin-right: 5px
}


    .footer-qrcode1 {
        width: 70%;
    }

    .footer-qrcode2 {
        width: 30%;
    }

    .footer_qrcode {
    }

    @media (max-width:363px) {
        .footer-qrcode1 {
            width: 90%;
        }

        .footer-qrcode2 {
            width: 10%;
        }

        .footer_qrcode {
            max-width: 45px;
        }
    }

    .homecontainer {
        padding-right: 0px;
        padding-left: 0px;
    }

    @media (max-width:767px) {
        .footerul {
            display: flex;
            flex-wrap: wrap;
        }
        .footerli {
            flex: 0 0 50%;
            max-width: 50%;
        }
    }

.form-control.form-control--inline {
    display: inline-block;
    width: auto;
    height:auto;
    padding: 0 5px;
    border-radius: 0;
}

.form-group {
    margin-bottom: 1rem;
}

.min-ht{
    padding-bottom: 40px;
}


.slick-track {
    display: flex !important;
}

.slick-slide {
    height: inherit !important;
}

.slick-card.card {
    height: 100%;
}
.banner-slick .slick-slide img{
    width: 100%;
    height: auto;
}
@media (max-width: 375px) {
    .mobile-mt{
        margin-top: -5px;
    }
}

.default-credit-card {
    flex-direction: column;
    width: 40%;
    display: flex;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    margin: 10px;
    justify-content: space-around;
    padding: 5px 0;
}

@media screen and (min-width: 992px) {
    .default-credit-card {
        flex-direction: row;
    }
}

@media screen and (max-width: 411px) {
    .default-credit-card {
       width: 100%;
    }
}

.card-container {
    display: flex;
    flex-direction: column;
    margin: 20px 0;
}
.card-info {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    border: 1px solid #d8d8d8;
    border-radius: 5px;
    padding: 10px 0;
    margin: 10px 0;
}
.add-card-btn {
    display: flex;
    justify-content: end;
    margin: 10px;
}
.expired-text {
    width: 80px;
}
.card-input__section {
    padding: 25px;
    border: 1px dashed #bfbfbf;
}
.card-title__desc {
    margin-top: 20px;
}
.card-form--bg {
    background: #D2E9FF;
    border-radius: 10px;
    padding: 10px;
    margin: 0 10px;
}
@media (max-width: 320px) {
    .mt {
        margin-top: 10px;
    }
}
.btn.btn-select {
    background: white;
    color: #008cd6;
    border: 1px dashed;
}
.default-card-btn {
    padding: 5px;
    width: 52px;
}
.card-info div {
    padding: 10px;
}

.btn.btn--isDefault {
    padding: 5px;
    background-color: #fff;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

.btn.btn--default {
    padding: 5px;
    width: 52px;
}

.creditFail-hint {
    display: none;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    background: #FA7272;
    margin-bottom: 5px;
}

.creditFail-hint__text {
    color: white;
    font-weight: bold;
    font-size: 1.7rem;
    padding-right: 5px;
}

@media (max-width:414px) {
    .creditFail-hint__text {
        font-size: 1.4rem;
    }
}


.creditFail-hint__button {
    background: white;
    color: black;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    min-width: 80px;
}

.creditFail-hint__button a {
    color: black;
}

@media (max-width: 414px) {
    .creditFail-hint__button {
        font-size: 12px;
        font-weight: bold;
    }
}

#pickupDay input {
    margin: 0 5px;
    width: 25px;
    height: 25px;
}

#pickupDay label {
    font-size: 18px;
}

#telBarCodeBody {
    white-space: inherit;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.btn--qrcode {
    width: 40px;
    height: 40px;
    display: inline-block;
    border: none;
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-image: url('../images/icon-qrcode.png');
}
.position-relative {
    position: relative;
}
.info-form .input-fake, .add-table .input-fake, .contact-form .input-fake {
    width: 100%;
    border: 1px solid #adadad;
    left: 0;
}
.address__select {
    width: auto;
    display: inline-block;
}
.date__time {
    width: 40%;
    display: inline-block;
}

.receipt-form__item *{
    width: auto;
    display: inline-block;
}

@media (max-width:560px) {
    .date4RWD select {
        display: flex;
        margin-bottom: 10px;
        width: 100%;
    }
    .date4RWD br {
        display: none
    }
}

/*2025.2.6 新增冷凍上收*/
.regular-block {
    margin-left: 20px;
}

/*2025.3.28 修改配送溫層位置*/
@media (max-width:991px) {
    .order-cond__input-wrapper select#ddlTempType {
        margin-bottom: .25rem;
        max-width: 300px !important;
        width: 300px
    }
}
@media (min-width:992px) {
    .order-cond__input-wrapper select#ddlTempType {
        margin-right: 10px;
        min-width: 115px !important;
        width: 115px
    }
}