:root {
    font-family: "Microsoft JhengHei", Poppins, Helvetica, Calibri, Arial, "sans-serif";
    font-size: 14px !important;
}

/* body */
/**, body, html {
    font-family: $font-family;
    font-size: $root-font-size !important;
}*/
body {
    background-color: #FFFAF9;
}
i {
    color: #000000;
}
#kt_aside {
    background-color: #fff;
}

/* Metronic */
#kt_header {
    background-color: #fff;
    /*    height: 45px;
  */
}

#kt_toolbar {
    /*    top: 45px;
  */
}

.breadcrumb {
    background-color: transparent;
}

.content {
    padding: 10px 0;
}

.brand-logo-title {
    color: #ffffff;
    font-size: 2rem;
}

/* Bootstrap 5*/
.form-floating > label {
    font-size: 1rem;
}

/* font , color */
.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.text-blue {
    color: #3699FF;
}

/* Card */
.card.card-custom {
    border: 0;
}

    .card.card-custom > .card-body {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

.card-custom > .card-footer {
    /*    padding: 1rem 2.25rem;
      background-color: #fff;
      border-top: 1px solid #ebedf3;
  */
}

/* form */
.form-group {
    margin-bottom: 0.5rem;
}

    .form-group .col-form-label {
        font-weight: 700;
        /*    text-align: right;
  */
    }

.form-control-plaintext {
    background-color: #fafafa;
}

.form-control[readonly] {
    /*background-color: #F9F7F5;
    border-color: #F9F7F5;
    color: #3F67A1;
    transition: color 0.2s ease, background-color 0.2s ease;*/
}

.input-group-text {
    border: none;
}

label[required]:before {
    content: "*";
    color: red;
}

label[optional]:before {
    content: "[]";
    color: blue;
}

.optional:before {
    content: "[";
    position: relative;
    font-size: inherit;
    color: cornflowerblue;
    padding-left: 0.25rem;
    font-weight: bold;
}
.optional:after {
    content: "]";
    position: relative;
    font-size: inherit;
    color: cornflowerblue;
    padding-left: 0.25rem;
    font-weight: bold;
}

.align-center {
    align-items: center !important;
}

/* KTDatatable - datatable-umall */
.datatable.datatable-umall > .datatable-table > .datatable-head {
    background-color: #f8f8f8;
}

    .datatable.datatable-umall > .datatable-table > .datatable-head > .datatable-row > .datatable-cell > span {
        font-size: 0.8rem;
        text-transform: none;
        font-weight: 700;
    }

.datatable.datatable-umall > .datatable-table > .datatable-body .datatable-row > .datatable-cell {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8rem;
}

.datatable.datatable-umall > .datatable-table > .datatable-foot .datatable-row > .datatable-cell {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 0.8rem;
}

.datatable-pager-size {
    font-size: 0.9rem !important;
    width: 90px !important;
}

/* modal */
.modal-max {
    max-width: 90%;
}

/* FLOAT LABEL */
.float-right {
    float: right;
}

.float-left {
    float: left;
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.form-title-md-right {
    text-align: left;
}
@media (min-width: 768px) {
    .form-title-md-right {
        text-align: right;
    }
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 4px rgba(53,149,246, 0.4);
}

::-webkit-scrollbar {
    height: 0.6rem;
    width: 0.6rem;
}

::-webkit-scrollbar-thumb {
    background-color: #838383;
    border-radius: 10px;
}

.CheckItemDiv {
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow-y: auto;
    height: 200px;
    padding: 10px 10px;
}

/*************************************************************************************按鈕樣式***********************************************************************************/
.btn-brown {
    color: #ffffff;
    background-color: #B69B7D;
    border-color: #B69B7D;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-brown:hover {
        color: #ffffff;
        background-color: #c79d6d;
        border-color: #cea97f;
    }

    .btn-brown:focus, .btn-brown.focus {
        color: #ffffff;
        background-color: #c79d6d;
        border-color: #cea97f;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 169, 127, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(206, 169, 127, 0.5);
    }

    .btn-brown.disabled, .btn-brown:disabled {
        color: #ffffff;
        background-color: #B69B7D;
        border-color: #B69B7D;
    }

    .btn-brown:not(:disabled):not(.disabled):active, .btn-brown:not(:disabled):not(.disabled).active, .show > .btn-brown.dropdown-toggle {
        color: #ffffff;
        background-color: #eeebe6;
        border-color: #eeebe6;
    }

        .btn-brown:not(:disabled):not(.disabled):active:focus, .btn-brown:not(:disabled):not(.disabled).active:focus, .show > .btn-brown.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 169, 127, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(206, 169, 127, 0.5);
        }




.btn.btn-brown {
    color: #ffffff;
    background-color: #B69B7D;
    border-color: #B69B7D;
}

    .btn.btn-brown i {
        color: #ffffff;
    }

    .btn.btn-brown .svg-icon svg g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
        fill: #ffffff;
    }

    .btn.btn-brown .svg-icon svg:hover g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

    .btn.btn-brown.dropdown-toggle:after {
        color: #ffffff;
    }

    .btn.btn-brown:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-brown:focus:not(.btn-text), .btn.btn-brown.focus:not(.btn-text) {
        color: #ffffff;
        background-color: #c79d6d;
        border-color: #c79d6d;
    }

        .btn.btn-brown:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-brown:focus:not(.btn-text) i, .btn.btn-brown.focus:not(.btn-text) i {
            color: #ffffff;
        }

        .btn.btn-brown:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-brown:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-brown.focus:not(.btn-text) .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #ffffff;
        }

        .btn.btn-brown:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-brown:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-brown.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-brown:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-brown:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-brown.focus:not(.btn-text).dropdown-toggle:after {
            color: #ffffff;
        }

    .btn.btn-brown.disabled, .btn.btn-brown:disabled {
        color: #ffffff;
        background-color: #B69B7D;
        border-color: #B69B7D;
    }

        .btn.btn-brown.disabled i, .btn.btn-brown:disabled i {
            color: #ffffff;
        }

        .btn.btn-brown.disabled .svg-icon svg g [fill], .btn.btn-brown:disabled .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #ffffff;
        }

        .btn.btn-brown.disabled .svg-icon svg:hover g [fill], .btn.btn-brown:disabled .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-brown.disabled.dropdown-toggle:after, .btn.btn-brown:disabled.dropdown-toggle:after {
            color: #ffffff;
        }

    .btn.btn-brown:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-brown:not(:disabled):not(.disabled).active, .show > .btn.btn-brown.dropdown-toggle, .show .btn.btn-brown.btn-dropdown {
        color: #ffffff;
        background-color: #c79d6d;
        border-color: #c79d6d;
    }

        .btn.btn-brown:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-brown:not(:disabled):not(.disabled).active i, .show > .btn.btn-brown.dropdown-toggle i, .show .btn.btn-brown.btn-dropdown i {
            color: #ffffff;
        }

        .btn.btn-brown:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-brown:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-brown.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-brown.btn-dropdown .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #ffffff;
        }

        .btn.btn-brown:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-brown:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-brown.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-brown.btn-dropdown .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-brown:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-brown:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-brown.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-brown.btn-dropdown.dropdown-toggle:after {
            color: #ffffff;
        }

.btn.btn-light-brown {
    color: #B69B7D;
    background-color: #f7f5f2;
    border-color: transparent;
}

    .btn.btn-light-brown i {
        color: #B69B7D;
    }

    .btn.btn-light-brown .svg-icon svg g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
        fill: #B69B7D;
    }

    .btn.btn-light-brown .svg-icon svg:hover g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

    .btn.btn-light-brown.dropdown-toggle:after {
        color: #B69B7D;
    }

    .btn.btn-light-brown:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-brown:focus:not(.btn-text), .btn.btn-light-brown.focus:not(.btn-text) {
        color: #ffffff;
        background-color: #B69B7D;
        border-color: transparent;
    }

        .btn.btn-light-brown:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-brown:focus:not(.btn-text) i, .btn.btn-light-brown.focus:not(.btn-text) i {
            color: #ffffff;
        }

        .btn.btn-light-brown:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-brown:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-brown.focus:not(.btn-text) .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #ffffff;
        }

        .btn.btn-light-brown:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-brown:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-brown.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-light-brown:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-brown:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-brown.focus:not(.btn-text).dropdown-toggle:after {
            color: #ffffff;
        }

    .btn.btn-light-brown.disabled, .btn.btn-light-brown:disabled {
        color: #B69B7D;
        background-color: #FFE2E5;
        border-color: transparent;
    }

        .btn.btn-light-brown.disabled i, .btn.btn-light-brown:disabled i {
            color: #B69B7D;
        }

        .btn.btn-light-brown.disabled .svg-icon svg g [fill], .btn.btn-light-brown:disabled .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #B69B7D;
        }

        .btn.btn-light-brown.disabled .svg-icon svg:hover g [fill], .btn.btn-light-brown:disabled .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-light-brown.disabled.dropdown-toggle:after, .btn.btn-light-brown:disabled.dropdown-toggle:after {
            color: #B69B7D;
        }

    .btn.btn-light-brown:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-brown:not(:disabled):not(.disabled).active, .show > .btn.btn-light-brown.dropdown-toggle, .show .btn.btn-light-brown.btn-dropdown {
        color: #ffffff;
        background-color: #B69B7D;
        border-color: transparent;
    }

        .btn.btn-light-brown:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-brown:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-brown.dropdown-toggle i, .show .btn.btn-light-brown.btn-dropdown i {
            color: #ffffff;
        }

        .btn.btn-light-brown:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-brown:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-brown.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-brown.btn-dropdown .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #ffffff;
        }

        .btn.btn-light-brown:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-brown:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-brown.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-brown.btn-dropdown .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-light-brown:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-brown:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-brown.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-brown.btn-dropdown.dropdown-toggle:after {
            color: #ffffff;
        }

.btn-outline-brown {
    color: #B69B7D;
    border-color: #B69B7D;
}

.btn.btn-active-light-brown.btn-outline:not(.btn-outline-default) {
    border-color: #B69B7D !important;
}

.btn-check:checked + .btn.btn-active-light-brown, .btn-check:active + .btn.btn-active-light-brown, .btn.btn-active-light-brown:focus:not(.btn-active), .btn.btn-active-light-brown:hover:not(.btn-active), .btn.btn-active-light-brown:active:not(.btn-active), .btn.btn-active-light-brown.active, .btn.btn-active-light-brown.show, .show > .btn.btn-active-light-brown {
    color: #B69B7D;
    border-color: #F9F7F5;
    background-color: #F9F7F5 !important;
}
/*************************************************************************************���s�˦�***********************************************************************************/
.text-active-brown {
    transition: color 0.2s ease, background-color 0.2s ease;
}

    .text-active-brown i {
        transition: color 0.2s ease, background-color 0.2s ease;
    }

    .text-active-brown.active {
        transition: color 0.2s ease, background-color 0.2s ease;
        color: #B69B7D !important;
    }

        .text-active-brown.active i {
            transition: color 0.2s ease, background-color 0.2s ease;
            color: #B69B7D !important;
        }

        .text-active-brown.active .svg-icon svg [fill]:not(.permanent):not(g) {
            transition: fill 0.3s ease;
            fill: #B69B7D;
        }

        .text-active-brown.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
            transition: fill 0.3s ease;
        }




.badge-brown {
    color: #FFFFFF;
    background-color: #B69B7D;
}

.badge-light-brown {
    color: #B69B7D;
    background-color: #f7f5f2;
}


.text-brown {
    color: #B69B7D !important;
}

.gift4-content {
    position: relative;
}

    .gift4-content:hover .gift4-hover {
        display: block;
        position: absolute;
        /*top: -45px;*/
        left: 0;
        color: #fff;
        font-size: .8em;
        background: #0095E8;
        padding: 5px;
        border-radius: 5px;
    }

.gift4-hover {
    display: none;
    width: max-content;
}

/*************************************************************************************���~���s�˦�***********************************************************************************/
.btn-wpred {
    color: #ffffff;
    background-color: #E31C3B;
    border-color: #E31C3B;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .btn-wpred:hover {
        color: #ffffff;
        background-color: #E31C3B;
        border-color: #E31C3B;
    }

    .btn-wpred:focus, .btn-wpred.focus {
        color: #ffffff;
        background-color: #E31C3B;
        border-color: #E31C3B;
        -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 169, 127, 0.5);
        box-shadow: 0 0 0 0.2rem rgba(206, 169, 127, 0.5);
    }

    .btn-wpred.disabled, .btn-wpred:disabled {
        color: #ffffff;
        background-color: #E31C3B;
        border-color: #E31C3B;
    }

    .btn-wpred:not(:disabled):not(.disabled):active, .btn-wpred:not(:disabled):not(.disabled).active, .show > .btn-wpred.dropdown-toggle {
        color: #ffffff;
        background-color: #eeebe6;
        border-color: #eeebe6;
    }

        .btn-wpred:not(:disabled):not(.disabled):active:focus, .btn-wpred:not(:disabled):not(.disabled).active:focus, .show > .btn-wpred.dropdown-toggle:focus {
            -webkit-box-shadow: 0 0 0 0.2rem rgba(206, 169, 127, 0.5);
            box-shadow: 0 0 0 0.2rem rgba(206, 169, 127, 0.5);
        }


.btn.btn-light-wpred {
    color: #E31C3B;
    background-color: #F8E1E5;
    border: solid;
    border-width: medium;
    border-color: #E31C3B;
}

    .btn.btn-light-wpred i {
        color: #E31C3B;
    }

    .btn.btn-light-wpred .svg-icon svg g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
        fill: #E31C3B;
    }

    .btn.btn-light-wpred .svg-icon svg:hover g [fill] {
        -webkit-transition: fill 0.3s ease;
        transition: fill 0.3s ease;
    }

    .btn.btn-light-wpred.dropdown-toggle:after {
        color: #E31C3B;
    }

    .btn.btn-light-wpred:hover:not(.btn-text):not(:disabled):not(.disabled), .btn.btn-light-wpred:focus:not(.btn-text), .btn.btn-light-wpred.focus:not(.btn-text) {
        color: #ffffff;
        background-color: #E31C3B;
        border-color: #E31C3B;
    }

        .btn.btn-light-wpred:hover:not(.btn-text):not(:disabled):not(.disabled) i, .btn.btn-light-wpred:focus:not(.btn-text) i, .btn.btn-light-wpred.focus:not(.btn-text) i {
            color: #ffffff;
        }

        .btn.btn-light-wpred:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg g [fill], .btn.btn-light-wpred:focus:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-wpred.focus:not(.btn-text) .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #ffffff;
        }

        .btn.btn-light-wpred:hover:not(.btn-text):not(:disabled):not(.disabled) .svg-icon svg:hover g [fill], .btn.btn-light-wpred:focus:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-wpred.focus:not(.btn-text) .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-light-wpred:hover:not(.btn-text):not(:disabled):not(.disabled).dropdown-toggle:after, .btn.btn-light-wpred:focus:not(.btn-text).dropdown-toggle:after, .btn.btn-light-wpred.focus:not(.btn-text).dropdown-toggle:after {
            color: #ffffff;
        }

    .btn.btn-light-wpred.disabled, .btn.btn-light-wpred:disabled {
        color: #E31C3B;
        background-color: #FFE2E5;
        border-color: #E31C3B;
    }

        .btn.btn-light-wpred.disabled i, .btn.btn-light-wpred:disabled i {
            color: #E31C3B;
        }

        .btn.btn-light-wpred.disabled .svg-icon svg g [fill], .btn.btn-light-wpred:disabled .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #E31C3B;
        }

        .btn.btn-light-wpred.disabled .svg-icon svg:hover g [fill], .btn.btn-light-wpred:disabled .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-light-wpred.disabled.dropdown-toggle:after, .btn.btn-light-wpred:disabled.dropdown-toggle:after {
            color: #E31C3B;
        }

    .btn.btn-light-wpred:not(:disabled):not(.disabled):active:not(.btn-text), .btn.btn-light-wpred:not(:disabled):not(.disabled).active, .show > .btn.btn-light-wpred.dropdown-toggle, .show .btn.btn-light-wpred.btn-dropdown {
        color: #ffffff;
        background-color: #E31C3B;
        border-color: #E31C3B;
    }

        .btn.btn-light-wpred:not(:disabled):not(.disabled):active:not(.btn-text) i, .btn.btn-light-wpred:not(:disabled):not(.disabled).active i, .show > .btn.btn-light-wpred.dropdown-toggle i, .show .btn.btn-light-wpred.btn-dropdown i {
            color: #ffffff;
        }

        .btn.btn-light-wpred:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg g [fill], .btn.btn-light-wpred:not(:disabled):not(.disabled).active .svg-icon svg g [fill], .show > .btn.btn-light-wpred.dropdown-toggle .svg-icon svg g [fill], .show .btn.btn-light-wpred.btn-dropdown .svg-icon svg g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
            fill: #ffffff;
        }

        .btn.btn-light-wpred:not(:disabled):not(.disabled):active:not(.btn-text) .svg-icon svg:hover g [fill], .btn.btn-light-wpred:not(:disabled):not(.disabled).active .svg-icon svg:hover g [fill], .show > .btn.btn-light-wpred.dropdown-toggle .svg-icon svg:hover g [fill], .show .btn.btn-light-wpred.btn-dropdown .svg-icon svg:hover g [fill] {
            -webkit-transition: fill 0.3s ease;
            transition: fill 0.3s ease;
        }

        .btn.btn-light-wpred:not(:disabled):not(.disabled):active:not(.btn-text).dropdown-toggle:after, .btn.btn-light-wpred:not(:disabled):not(.disabled).active.dropdown-toggle:after, .show > .btn.btn-light-wpred.dropdown-toggle.dropdown-toggle:after, .show .btn.btn-light-wpred.btn-dropdown.dropdown-toggle:after {
            color: #ffffff;
        }
/*btn-active-light-wpred*/
.btn-check:checked + .btn.btn-active-light-wpred, .btn-check:active + .btn.btn-active-light-wpred, .btn.btn-active-light-wpred:focus:not(.btn-active), .btn.btn-active-light-wpred:hover:not(.btn-active), .btn.btn-active-light-wpred:active:not(.btn-active), .btn.btn-active-light-wpred.active, .btn.btn-active-light-wpred.show, .show > .btn.btn-active-light-wpred {
    color: #E31C3B;
}

    .btn-check:checked + .btn.btn-active-light-wpred i, .btn-check:active + .btn.btn-active-light-wpred i, .btn.btn-active-light-wpred:focus:not(.btn-active) i, .btn.btn-active-light-wpred:hover:not(.btn-active) i, .btn.btn-active-light-wpred:active:not(.btn-active) i, .btn.btn-active-light-wpred.active i, .btn.btn-active-light-wpred.show i, .show > .btn.btn-active-light-wpred i {
        color: #E31C3B;
    }

    .btn-check:checked + .btn.btn-active-light-wpred .svg-icon svg [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-wpred .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-wpred:focus:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-wpred:hover:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-wpred:active:not(.btn-active) .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-wpred.active .svg-icon svg [fill]:not(.permanent):not(g), .btn.btn-active-light-wpred.show .svg-icon svg [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-wpred .svg-icon svg [fill]:not(.permanent):not(g) {
        transition: fill 0.3s ease;
        fill: #E31C3B;
    }

    .btn-check:checked + .btn.btn-active-light-wpred .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn-check:active + .btn.btn-active-light-wpred .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-wpred:focus:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-wpred:hover:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-wpred:active:not(.btn-active) .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-wpred.active .svg-icon svg:hover [fill]:not(.permanent):not(g), .btn.btn-active-light-wpred.show .svg-icon svg:hover [fill]:not(.permanent):not(g), .show > .btn.btn-active-light-wpred .svg-icon svg:hover [fill]:not(.permanent):not(g) {
        transition: fill 0.3s ease;
    }

    .btn-check:checked + .btn.btn-active-light-wpred.dropdown-toggle:after, .btn-check:active + .btn.btn-active-light-wpred.dropdown-toggle:after, .btn.btn-active-light-wpred:focus:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-wpred:hover:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-wpred:active:not(.btn-active).dropdown-toggle:after, .btn.btn-active-light-wpred.active.dropdown-toggle:after, .btn.btn-active-light-wpred.show.dropdown-toggle:after, .show > .btn.btn-active-light-wpred.dropdown-toggle:after {
        color: #E31C3B;
    }

.btn.btn-active-light-wpred.btn-outline:not(.btn-outline-default) {
    border-color: #E31C3B !important;
}

.badge-wpred {
    color: #FFFFFF;
    background-color: #E31C3B;
}

.badge-light-wpred {
    color: #E31C3B;
    background-color: rgba(235,158,170,0.3);
}

.badge-wpstart{
    color: #2DC974;
    background-color: #EFFCF5;
}

.badge-wpstop{
    color: #7A7A7A;
    background-color: #F8F8F8;
}

.badge-wptxissue {
    color: #A93790;
    background-color: #FBF1F9;
}
.badge-wptxredeem {
    color: #1FD0BF;
    background-color: #E9FAF8;
}
.badge-wptxredeemcancel {
    color: #F87718;
    background-color: #FFF0E5;
}
.badge-wptxtrash {
    color: #F23653;
    background-color: #FFE8E8;
}
.badge-wptxgift {
    color: #2F8DFA;
    background-color: #E8F3FF;
}
.badge-wptxwarning {
    color: #7A7A7A;
    background-color: #ECECEC;
}

.badge-wpwait {
    color: #F87718;
    background-color: #FFF0E5;
}


    .text-active-wpred {
    transition: color 0.2s ease, background-color 0.2s ease;
}

    .text-active-wpred i {
        transition: color 0.2s ease, background-color 0.2s ease;
    }

    .text-active-wpred.active {
        transition: color 0.2s ease, background-color 0.2s ease;
        color: #E31C3B !important;
    }

        .text-active-wpred.active i {
            transition: color 0.2s ease, background-color 0.2s ease;
            color: #E31C3B !important;
        }

        .text-active-wpred.active .svg-icon svg [fill]:not(.permanent):not(g) {
            transition: fill 0.3s ease;
            fill: #E31C3B;
        }

        .text-active-wpred.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
            transition: fill 0.3s ease;
        }

.text-active-inverse-wpred {
    transition: color 0.2s ease, background-color 0.2s ease;
}

    .text-active-inverse-wpred i {
        transition: color 0.2s ease, background-color 0.2s ease;
    }

    .text-active-inverse-wpred.active {
        transition: color 0.2s ease, background-color 0.2s ease;
        color: #FFFFFF !important;
    }

        .text-active-inverse-wpred.active i {
            transition: color 0.2s ease, background-color 0.2s ease;
            color: #FFFFFF !important;
        }

        .text-active-inverse-wpred.active .svg-icon svg [fill]:not(.permanent):not(g) {
            transition: fill 0.3s ease;
            fill: #FFFFFF;
        }

        .text-active-inverse-wpred.active .svg-icon svg:hover [fill]:not(.permanent):not(g) {
            transition: fill 0.3s ease;
        }
.selected {
    display: block;
    width: 100%;
    padding: 0.75rem 3rem 0.75rem 1rem;
    -moz-padding-start: calc(1rem - 3px);
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.5;
    color: #181C32;
    background-color: #ffffff;
    background-repeat: no-repeat;
    background-position: right 1rem center;
    background-size: 16px 12px;
    border: 1px;
    border-radius: 0.475rem;
    /*box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075);*/
    /*transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;*/
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance:none;
}

.merchant {
    position: relative;
}

.mer-contect {
    display: none;
}

.merchant:hover .mer-contect {
    display: block;
    position: absolute;
    right: -150px;
    color: #fff;
    /*font-size: .8em;*/
    background: #346e7a;
    padding: 5px;
    border-radius: 5px;
}

.detailMode {
    border: 0px;
}

.classDiv {
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
    max-height: 0; /* 初始狀態為閉合，不顯示內容 */
}

.wp-bar {
    background-color: #E31C3B;
    color: #0e0e0e;
    font-weight: bold;
}

/* 轉贈歷程時間軸樣式 - 改為左到右並置中 */
.status-timeline .timeline {
    display: flex;
    align-items: flex-start;
    justify-content: center; /* 將整個時間軸置中 */
    overflow-x: auto;
    padding: 20px 0;
    gap: 20px;
    min-height: 120px; /* 確保有足夠高度 */
}

.status-timeline .timeline-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 120px;
    position: relative;
    height: auto;
}

.status-timeline .timeline-marker {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: white;
    font-size: 16px;
    margin-bottom: 10px;
    z-index: 2;
    flex-shrink: 0;
}

.status-timeline .timeline-marker-success { background-color: #28a745; }
.status-timeline .timeline-marker-warning { background-color: #ffc107; color: #000; }
.status-timeline .timeline-marker-danger { background-color: #dc3545; }
.status-timeline .timeline-marker-secondary { background-color: #6c757d; }
.status-timeline .timeline-marker-light { background-color: #f8f9fa; color: #000; }

.status-timeline .timeline-content {
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.status-timeline .timeline-title {
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 0.9em;
    line-height: 1.2;
}

.status-timeline .timeline-description {
    font-size: 0.8em;
    color: #666;
    margin-bottom: 3px;
    line-height: 1.2;
}

.status-timeline .timeline-line {
    position: absolute;
    top: 25px;
    left: 100%;
    width: 20px;
    height: 2px;
    background-color: #28a745;
    z-index: 1;
}

.status-timeline .timeline-item:last-child .timeline-line {
    display: none;
}

@media (max-width: 768px) {
    .status-timeline .timeline {
        flex-direction: column;
        gap: 10px;
    }
    
    .status-timeline .timeline-line {
        top: 100%;
        left: 50%;
        width: 2px;
        height: 10px;
        transform: translateX(-50%);
    }
}

/* 轉贈鏈樣式 - 改為摺疊式設計 */
.transfer-chain .transfer-chain-summary {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.transfer-chain .transfer-chain-summary:hover {
    background: #e9ecef;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.transfer-chain .chain-summary-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.transfer-chain .chain-summary-left {
    display: flex;
    align-items: center;
    gap: 15px;
}

.transfer-chain .chain-summary-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #007bff;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}

.transfer-chain .chain-summary-text {
    display: flex;
    flex-direction: column;
}

.transfer-chain .chain-summary-title {
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 3px;
}

.transfer-chain .chain-summary-detail {
    font-size: 0.9em;
    color: #666;
}

.transfer-chain .chain-toggle-icon {
    font-size: 1.2em;
    color: #666;
    transition: transform 0.3s ease;
}

.transfer-chain .chain-toggle-icon.expanded {
    transform: rotate(180deg);
}

.transfer-chain .transfer-chain-details {
    background: white;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    overflow: hidden;
    display: none;
}

.transfer-chain .transfer-chain-details.show {
    display: block;
}

.transfer-chain .chain-detail-header {
    background: #f8f9fa;
    padding: 10px 15px;
    border-bottom: 1px solid #dee2e6;
    font-weight: bold;
    font-size: 0.9em;
    color: #495057;
}

.transfer-chain .chain-detail-body {
    max-height: 300px;
    overflow-y: auto;
}

.transfer-chain .chain-step-item {
    display: flex;
    align-items: flex-start;
    padding: 12px 15px;
    border-bottom: 1px solid #f1f3f4;
    transition: background-color 0.2s ease;
    min-height: 80px;
}

.transfer-chain .chain-step-item:hover {
    background-color: #f8f9fa;
}

.transfer-chain .chain-step-item:last-child {
    border-bottom: none;
}

.transfer-chain .chain-step-number {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #e9ecef;
    color: #495057;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.8em;
    margin-right: 15px;
    flex-shrink: 0;
    margin-top: 10px;
}

.transfer-chain .chain-step-item.current .chain-step-number {
    background: #007bff;
    color: white;
}

.transfer-chain .chain-step-item.completed .chain-step-number {
    background: #28a745;
    color: white;
}

.transfer-chain .chain-step-content {
    flex: 1;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 15px;
    align-items: start;
    padding-top: 10px;
}

.transfer-chain .chain-step-field {
    display: flex;
    flex-direction: column;
    min-height: 45px;
}

.transfer-chain .chain-step-label {
    font-size: 0.75em;
    color: #666;
    margin-bottom: 2px;
    height: 15px;
    line-height: 15px;
}

.transfer-chain .chain-step-value {
    font-size: 0.9em;
    color: #333;
    word-break: break-all;
    flex: 1;
    display: flex;
    align-items: flex-start;
}

.transfer-chain .chain-step-status {
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 0.75em;
    font-weight: 500;
}

.transfer-chain .chain-step-status.completed {
    background: #d4edda;
    color: #155724;
}

.transfer-chain .chain-step-status.current {
    background: #cce7ff;
    color: #004085;
}

.transfer-chain .chain-step-status.pending {
    background: #fff3cd;
    color: #856404;
}

@media (max-width: 768px) {
    .transfer-chain .chain-summary-left {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
    
    .transfer-chain .chain-step-content {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .transfer-chain .chain-step-field {
        padding: 5px 0;
        border-bottom: 1px solid #f1f3f4;
    }
    
    .transfer-chain .chain-step-field:last-child {
        border-bottom: none;
    }
}

/*************************************************************************************圖片上傳區域樣式***********************************************************************************/
/* 圖片上傳拖放區域 */
.upload-area {
    transition: border-color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
    position: relative;
    min-height: 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.upload-area:hover {
    border-color: #007bff !important;
    background-color: #f8f9fa;
}

.upload-area.border-primary {
    border-color: #007bff !important;
    background-color: #e3f2fd;
}

.upload-area .upload-icon {
    font-size: 3rem;
    color: #6c757d;
    margin-bottom: 1rem;
}

.upload-area .upload-text {
    color: #6c757d;
    margin-bottom: 0.5rem;
    font-size: 1rem;
}

.upload-area .upload-hint {
    color: #6c757d;
    font-size: 0.875rem;
    margin-bottom: 1rem;
}
.upload-area.dragover {
    border-color: #D7000F !important;
    background-color: #fff3f3;
}
/* 圖片預覽容器 */
.image-preview-container {
    text-align: center;
    padding: 2rem 1rem 1rem 1rem;
}

.image-preview-container .preview-wrapper {
    position: relative;
    display: inline-block;
    border-radius: 0.5rem;
    overflow: visible;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    background: #fff;
    padding: 0.5rem;
    margin: 15px;
}

.image-preview-container .preview-image {
    max-width: 400px;
    max-height: 300px;
    min-width: 300px;
    min-height: 200px;
    object-fit: contain;
    border-radius: 0.25rem;
    display: block;
    border: 1px solid #dee2e6;
}

.image-preview-container .remove-button {
    position: absolute;
    top: -10px;
    right: -10px;
    width: 28px;
    height: 28px;
    border-radius: 4px;
    background-color: #fff;
    border: 2px solid #333;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.image-preview-container .remove-button:hover {
    background-color: #f8f9fa;
    border-color: #666;
    color: #666;
}

.image-preview-container .file-name {
    margin-top: 0.75rem;
    color: #28a745;
    font-size: 0.875rem;
    font-weight: 500;
}

/* 上傳進度條 */
.upload-progress {
    height: 8px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #e9ecef;
}

.upload-progress .progress-bar {
    height: 100%;
    background: linear-gradient(90deg, #007bff, #0056b3);
    transition: width 0.3s ease;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.upload-progress .progress-bar::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
    animation: progress-shine 1.5s infinite;
}

@keyframes progress-shine {
    0% { transform: translateX(-100%); }
    100% { transform: translateX(100%); }
}

/*************************************************************************************時間選擇器樣式***********************************************************************************/
/* TimePicker 下拉選擇器 */
.timepicker-dropdown {
    min-width: 200px;
    font-family: inherit;
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
    z-index: 9999;
    position: absolute;
    display: none;
}

.timepicker-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 15px;
}

.timepicker-controls .time-section {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.timepicker-controls .time-section label {
    display: block;
    font-size: 12px;
    color: #666;
    margin-bottom: 8px;
    font-weight: 600;
}

.timepicker-controls .form-select {
    width: 70px;
    font-size: 14px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: all 0.2s ease;
}

.timepicker-controls .form-select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

.timepicker-controls .form-select:hover {
    border-color: #aaa;
}

.timepicker-separator {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin: 0 5px;
    padding-top: 20px;
}

.timepicker-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid #eee;
}

.timepicker-actions .btn {
    font-size: 13px;
    padding: 8px 20px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 80px;
}

/* TimePicker 輸入框樣式 */
input[data-control="timepicker"] {
    cursor: pointer;
    background-color: #fff;
    transition: border-color 0.2s ease;
}

input[data-control="timepicker"]:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

input[data-control="timepicker"]:hover {
    border-color: #aaa;
}

/* 響應式設計 */
@media (max-width: 768px) {
    .timepicker-dropdown {
        min-width: 180px;
        padding: 12px;
    }
    
    .timepicker-controls {
        gap: 8px;
    }
    
    .timepicker-controls .form-select {
        width: 60px;
        font-size: 13px;
        padding: 6px 8px;
    }
    
    .timepicker-separator {
        font-size: 16px;
    }
}


/*************************************************************************************DateTimePicker 時間選擇器樣式修正***********************************************************************************/
/* 修正 daterangepicker 時間選擇器秒數顏色 */
.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect {
    background-color: #ffffff !important;
    color: #181C32 !important;
    border: 1px solid #E4E6EF !important;
    font-size: 0.95rem !important;
    padding: 0.4rem 0.2rem !important;
    border-radius: 0.375rem !important;
    cursor: pointer !important;
    appearance: auto !important;
    -webkit-appearance: menulist !important;
    -moz-appearance: menulist !important;
}

.daterangepicker select.hourselect:hover,
.daterangepicker select.minuteselect:hover,
.daterangepicker select.secondselect:hover {
    background-color: #F5F8FA !important;
    border-color: #009EF7 !important;
}

.daterangepicker select.hourselect:focus,
.daterangepicker select.minuteselect:focus,
.daterangepicker select.secondselect:focus {
    background-color: #ffffff !important;
    border-color: #009EF7 !important;
    outline: none !important;
    box-shadow: 0 0 0 0.2rem rgba(0, 158, 247, 0.15) !important;
}

/* 時間選擇器容器樣式 */
.daterangepicker .calendar-time {
    text-align: center !important;
    padding: 8px !important;
}

/* 調整按鈕容器 */
.daterangepicker .drp-buttons {
    padding: 10px !important;
    border-top: 1px solid #E4E6EF !important;
}

/* ========================================
   Tooltip Helper - 可重複使用的欄位說明提示
   ======================================== */

/* 基本 tooltip 圖示樣式 */
.field-tooltip {
    display: inline-block;
    margin-left: 4px;
    color: #A1A5B7;
    cursor: help;
    font-size: 0.9em;
    vertical-align: middle;
    transition: color 0.2s ease;
}

.field-tooltip:hover {
    color: #7E8299;
}

/* 用於標題旁的 tooltip (較小) */
.field-tooltip-sm {
    font-size: 0.85em;
    margin-left: 3px;
}

/* 用於較大區域的 tooltip */
.field-tooltip-lg {
    font-size: 1em;
    margin-left: 5px;
}

/* 警告型 tooltip (黃色) */
.field-tooltip-warning {
    color: #FFC700;
}

.field-tooltip-warning:hover {
    color: #F1BC00;
}

/* 資訊型 tooltip (藍色) */
.field-tooltip-info {
    color: #3699FF;
}

.field-tooltip-info:hover {
    color: #187DE4;
}

/* 危險型 tooltip (紅色) */
.field-tooltip-danger {
    color: #F64E60;
}

.field-tooltip-danger:hover {
    color: #EE2D41;
}

/* Rich Tooltip - 用於需要 Bootstrap Tooltip 的場景 */
.field-tooltip-rich {
    cursor: pointer;
}

/* 自訂 Bootstrap Tooltip 樣式 */
.tooltip-inner {
    text-align: left;
    max-width: 300px;
    padding: 8px 12px;
}

/* Tooltip 箭頭顏色 */
.tooltip.bs-tooltip-top .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #000;
}

.tooltip.bs-tooltip-end .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #000;
}

.tooltip.bs-tooltip-bottom .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #000;
}

.tooltip.bs-tooltip-start .tooltip-arrow::before,
.tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #000;
}

/* 欄位變更標記樣式 */
.field-change-icon {
    color: #FF8C00;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.field-change-icon:hover {
    transform: scale(1.3);
}
