

input[type="radio"], .radio input[type="radio"], .radio-inline input[type="radio"] {
    margin-top: 4px;
}

    input[type="radio"]:before, .radio input[type="radio"]:before, .radio-inline input[type="radio"]:before {
        background-color: #cf7581;
    }

    input[type="radio"]:checked:after, .radio input[type="radio"]:checked:after, .radio-inline input[type="radio"]:checked:after {
        border-color: #cf7581;
    }


html, body, #app {
    height: 100%;
}

body {
    font-family: '微軟正黑體', Arial;
}

body {
    margin: 0;
    color: #333;
    font-weight: bold;
    font-size: 17px;
    background: #fff;
    line-height: 1.4;
}

.app {
    max-width: 720px;
    margin: 0 auto;
    text-align: center;
    position: relative;
    min-height: -webkit-fill-available;
    height: auto;
    background: #f8f8f8;
    padding-bottom: 50px;
}

::placeholder {
    color: #73c6a2;
}

input:focus, textarea:focus {
    outline: none;
}

.modal-dialog {
    position: relative;
    width: auto;
    height: 100vh;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.modal-content {
    position: relative;
    background-color: #ffffff;
    border: 0px;
    border-radius: 10px;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5);
    background-clip: padding-box;
    outline: 0;
    width: 90%;
    overflow: hidden;
    max-width: 600px;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid transparent;
    background: #33af8e;
    color: #FFF;
    background: linear-gradient(48deg, #ffd560 0%, #73c6a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3aaf7', endColorstr='#33af8e',GradientType=1 );
}

    .modal-header .close {
        margin-top: -2px;
        color: #FFF;
        opacity: 0.9;
        font-weight: bold;
    }

input {
    border: none !important;
    box-shadow: none !important;
    outline: none;
}

    input:focus {
        outline: none;
    }

.hover:hover {
    opacity: 0.85;
    transition: all 0.5s;
    text-decoration: none
}

.hover {
    cursor: pointer
}


.wh {
    background: #FFF;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px #ededed;
    text-align: left;
}

.bg {
    background: #73c6a2;
    color: #FFF;
    background: linear-gradient(48deg, #ffd560 0%, #73c6a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3aaf7', endColorstr='#33af8e',GradientType=1 );
}

.bg2 {
    width: 100%;
    height: auto;
    background: url(../img/01.png) top center no-repeat;
    background-size: 100%;
}

.cover {
    width: 200px;
    height: 200px;
    border-radius: 99em;
    border: 5px solid #FFF;
    box-shadow: 0 0 10px #ffffff;
    margin-bottom: 10px;
    margin-top: 15vh;
}

.title {
    color: #FFF;
    font-size: 28px;
    margin-bottom: 10%;
}

.btn1 {
    background: #FFF;
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 15px;
    color: #73c6a2;
    padding: 10px;
    border-radius: 5px;
    transition: 0.5s all;
}

.btn2 {
    background: rgb(255 255 255 / 0%);
    border: 1px solid #FFF;
    display: block;
    margin: 0 auto;
    width: 80%;
    margin-bottom: 15px;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    transition: 0.5s all;
}

    .btn2:hover, .btn2:focus {
        background: #FFF;
        display: block;
        margin: 0 auto;
        width: 80%;
        margin-bottom: 15px;
        color: #73c6a2;
        padding: 10px;
        border-radius: 5px;
    }

input[type=text].text1, input[type=password].text1, input[type=number].text1 {
    width: 80%;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    color: #333;
}

a:hover, a:focus {
    color: #73c6a2;
    text-decoration: none;
}

.top {
    padding: 15px;
    position: relative;
    font-size: 19px;
}

.logout {
    background: #FFF;
    color: #73c6a2;
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 8px;
    position: absolute;
    right: 15px;
    top: 14px;
    cursor: pointer;
    transition: 0.5s all
}

    .logout:hover, .back:hover {
        background: rgb(0 0 0 / 20%);
        color: #FFF;
    }

    .logout svg {
        position: relative;
        top: 2.5px;
        margin-left: 3px;
    }

.b1 {
    padding: 0px 15px 60px;
}

    .b1 > div {
        border: 2px solid #FFF;
        border-radius: 15px;
        padding: 15px;
        text-align: left;
        position: relative;
    }

.b2 span {
    color: #ffe7b1;
}

.b3 {
    font-size: 56px;
    padding: 20px 0;
    text-align: center;
}

    .b3 span {
        font-size: 17px;
    }

.q0 {
    display: flex;
    text-align: left;
    margin-top: -60px;
    background: rgb(255 255 255 / 80%);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
}

.q1 {
    width: 50%;
    border-right: 2px dashed #c8c5d9;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: inherit;
}

.q2 {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 0;
    color: inherit;
}

.q1 svg {
    margin-right: 10px;
    color: #73c6a2;
}

.q2 svg {
    margin-right: 10px;
    color: #FFC107;
}

.o0 {
    display: flex;
    margin: 0 -5px;
}

.o1 {
    width: 32%;
    background: #FFF;
    padding: 20px 5px 10px;
    border-radius: 12px;
    box-shadow: 0px 0px 5px #ededed;
    display: block;
    color: inherit;
    margin: 0 5px;
}

    .o1 svg {
        margin-bottom: 5px;
        color: #dae675;
    }

.nav {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fabf50;
    color: #FFF;
    background: linear-gradient(48deg, #ffd560 0%, #73c6a2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3aaf7', endColorstr='#33af8e',GradientType=1 );
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 0px 10px #fab55c;
}

.n1 {
    width: 33.3%;
    color: inherit;
    padding: 10px;
    transition: 0.5s all
}

    .n1:hover {
        background: rgb(0 0 0 / 20%);
        color: #FFF;
    }

    .n1 > img {
        width: 30px;
    }

.scbg .b1 {
    padding: 0 15px 15px;
}

.back {
    background: #FFF;
    color: #73c6a2;
    display: inline-block;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 8px;
    position: absolute;
    left: 15px;
    top: 14px;
    cursor: pointer;
    transition: 0.5s all;
}

    .back svg {
        position: relative;
        top: 2.5px;
    }

.qr {
    text-align: center;
    height: 92.5vw;
    width: 92.5vw;
    background: #FFF;
    display: block;
    justify-content: center;
    align-items: center;
    max-height: 690px;
    border: 2px solid #FFF;
    border-radius: 15px;
    box-shadow: 0px 0px 5px #ededed;
    position: relative;
}

input[type=text].text2, input[type=number].text2, input[type=password].text2 {
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 15px;
    color: #333;
    border: 1px solid #ecf1f3 !important;
    background: #ecf1f3;
}

p {
    margin: 0 0 10px;
}

.bb1 {
    padding: 0 15px 15px;
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
    font-size: 20px;
}

.wbg {
    height: 100vh;
    background: linear-gradient(48deg, #ffd560 0%, #73c6a2 100%);
}

.btn3 {
    display: block;
    margin: 0 auto;
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 5px;
    transition: 0.5s all;
    background: #33af8e;
    color: #FFF !important;
    background: linear-gradient(48deg, #ffd560 0%, #73c6a2 100%);
    border: 0;
}

.btn4 {
    display: block;
    margin: 0 auto;
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    transition: 0.5s all;
    background: #cfcfcf;
    color: #FFF !important;
}

.btn5 {
    display: block;
    margin: 0 auto;
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    transition: 0.5s all;
    background: #fa8091;
    color: #FFF !important;
    background: linear-gradient(48deg, #fa8091 0%, #fabf4f 100%);
    margin: 0px 2px;
}

.modal-footer {
    display: flex;
    justify-content: center;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 10px;
    line-height: inherit;
    vertical-align: middle;
    border-top: none;
}

.detail {
    background: #FFF;
    padding: 10px;
    border-radius: 12px;
    margin-bottom: 15px;
    box-shadow: 0px 0px 5px #ededed;
    text-align: left;
    background: #fff5e4 !IMPORTANT;
    overflow: hidden
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #ffffff;
}

.detail tr td:nth-child(2) {
    text-align: right;
    font-weight: bold;
    font-size: 20px;
}

.detail tr td span {
    font-size: 13px;
    color: #afafaf;
    margin-bottom: 5px;
    display: block;
}

.detail tr td div {
    font-weight: bold
}

.red {
    color: #b32828;
}

table p {
    margin: 0
}

.refund {
    font-size: 13px;
    margin-top: 2px;
    padding: 2px 10px 5px;
    border-radius: 6px;
    background: #e9aa5c;
    color: #FFF;
}


.re {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 3px;
    border-radius: 99em;
    background: rgb(255 255 255 / 30%);
    width: 31px;
    height: 31px;
}

.btn6 {
    display: block;
    margin: 0 auto;
    width: 50%;
    padding: 10px;
    border-radius: 5px;
    transition: 0.5s all;
    background: #364c6c;
    color: #FFF !important;
    background: linear-gradient(48deg, #ffd560 0%, #73c6a2 100%);
    margin: 0px 2px;
}

.Vue-Toastification__toast--default {
    background-color: rgb(115 198 162) !important;
}


.points-container {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    background: rgba(248, 249, 250, 0.7); /* 半透明背景 */
    backdrop-filter: blur(5px); /* 增加磨砂玻璃效果 */
    border-radius: 12px;
    padding: 12px 18px; /* 增加內邊距 */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    max-width: 320px; /* 略微增加寬度 */
    margin: 0 auto;
}

.point-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    padding: 8px;
    position: relative;
    transition: all 0.3s ease;
}

.point-item:hover {
    transform: translateY(-2px);
}

.point-label {
    font-size: 14px !important; /* 稍微增加標籤文字大小 */
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.7); /* 半透明背景 */
    padding: 2px 10px; /* 增加內邊距 */
    border-radius: 10px;
    margin-bottom: 10px; /* 增加間距 */
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.point-label-button{
    font-size: 20px !important; /* 增加按鈕文字大小 */
    font-weight: bold;
    border-radius: 20px;
    padding: 6px 12px; /* 增加內邊距 */
}

.point-item.normal .point-label {
    color: #2c7be5;
    background: rgba(44, 123, 229, 0.15); /* 提高透明度 */
}

.point-item.charity .point-label {
    color: #00b574;
    background: rgba(0, 181, 116, 0.15); /* 提高透明度 */
}

.point-value {
    font-size: 28px; /* 大幅增加點數文字大小 */
    font-weight: bold;
    line-height: 1;
}

.point-item.normal .point-value {
    color: #2c7be5;
}

.point-item.charity .point-value {
    color: #00b574;
}

.point-unit {
    font-size: 16px; /* 增加單位文字大小 */
    font-weight: normal;
    margin-left: 2px;
    opacity: 0.7;
}

.point-divider {
    width: 2px; /* 增加分隔線寬度 */
    background: linear-gradient(to bottom, transparent, rgba(200, 207, 214, 0.8), transparent); /* 半透明分隔線 */
    margin: 0 10px; /* 增加間距 */
}

.re {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    cursor: pointer;
    color: #6c757d;
    transition: color 0.2s;
}

.re:hover {
    color: #343a40;
}

/* 添加基本背景，確保半透明效果能正確顯示 */
.b3 {
    background: transparent;
    padding: 5px 0;
}


.notice-box {
    border: 3px dashed #f7c85a;
    border-radius: 10px;
    margin: 10px 0;
    padding: 10px;
    color: #70a9c7;
    text-align: left;
    font-size: 16px;
}

.notice-body {
    color: #fa8091
}


.time-section {
  display: flex;
  align-items: center;
}

.time-text {
  margin-right: 5px;
}

.charity-badge {
  display: inline-block;
  background-color: rgba(0, 181, 116, 0.15);
  color: #00b574 !important;
  font-size: 10px !important;
  padding: 1px 5px;
  border-radius: 10px;
  height: 18px;
  line-height: 16px;
  font-weight: 600;
}