.StampActivityCollection { position: relative; }

input[type=button], .StampActivityCollection input[type=button], .nk-modal input[type=button], .nk-modal .btn {
    font-weight: 400;
    vertical-align: middle;
    cursor: pointer;
    white-space: nowrap;
    line-height: 1.5;
    text-decoration: none;
    min-width: 70px;
    border: 1px solid rgba(0, 133, 255, 0.3);
    text-align: center;
    transition: background-color .4s;
    color: #1C1C1C;
    font-size: 18px;
    height: 55px;
    border-radius: 8px;
    background: #F7F7F7;
    width: 100%;
    padding: 10px 0px 15px 0px;
}
.StampActivityCollection input[value=掃碼集章], 
.StampActivityCollection input[value=掃碼簽到]{
    background: no-repeat;
    background-size: 20px;
    background-image: url(https://athena.noon360.com/noon360/noon360/MsgInfo/336559873_20240515_00062879.png);
    background-position: center 8px;
    color: #969696;
    font-weight: 600;
    padding: 30px 10px 10px !important;
    background-color: #eee;
    border: 0px;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.10), 0px 1px 18px 0px rgba(0, 0, 0, 0.06), 0px 6px 10px 0px rgba(0, 0, 0, 0.08);
    position: absolute;
    top: 15px;
    right: 20px;
    height: auto;
    max-width: 96px;
}

.StampActivityBanner .loading::before,
.StampActivityCollection .loading::before,
.StampActivityDesc .loading::before {
    content: "載入中⋯⋯";
}

.en .StampActivityBanner .loading::before,
.en .StampActivityCollection .loading::before,
.en .StampActivityDesc .loading::before {
    content: "Loading...";
}

.StampActivityBanner .no-data::before,
.StampActivityCollection .no-data::before,
.StampActivityDesc .no-data::before {
    content: "查無資料";
}

.en .StampActivityBanner .no-data::before,
.en .StampActivityCollection .no-data::before,
.en .StampActivityDesc .no-data::before {
    content: "No Data";
}

.StampActivityCollection .no-geolocation::before{
    content: "本頁面需要定位服務才能正常運作";
}

.en .StampActivityCollection .no-geolocation::before {
    content: "Geolocation is not available";
}

.StampActivityCollection .no-verify::before {
    content: "會員尚未通過審核";
}

.en .StampActivityCollection .no-verify::before {
    content: "Member has not been verified";
}

.StampActivityCollection .meMsg_MsgSubTitle input[type=button] {
    display: none;
}

.StampActivityCollection .meMsg_MsgSubTitle input[type=button].show {
    display: block;
}

.StampActivityCollection .stamp-wrapper {
    counter-reset: stamp-count;
    padding: 20px 0;
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 500px;
    margin: 30px auto;
}
.StampActivityCollection .btn-wrapper {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
    background: #fff;
}
.StampActivityCollection .stamp {
    counter-increment: stamp-count;
    display: inline-block;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    width: calc(45% - 4%);
    height: auto;
    aspect-ratio: 1;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    margin: 2%;
    background: rgba(0, 0, 0, 0.5);
    border: 2px dashed #fff;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.StampActivityCollection .stamp::before {
    content: counter(stamp-count);
	 width: 365px;
    display: inline-block;
    border-radius: 35px;
    font-size: 80px;
    line-height: normal;
    color: #fff;
    text-align: center;
}
.StampActivityCollection .stamp .stamp-name{
	 position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 42px);
    width: 84px;
    height: 40px;
    font-weight: 900;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	 line-height: 1.4;
}
.StampActivityCollection .stamp.get::before {
    content: "";
}

.StampActivityDesc .reward-chkbox {
    display: none;
}