.centered {
    position: absolute;
    top: 45%;
    left: 40%;
    transform: translate(-50%, -50%);
}

.bannercontainer {
    position: relative;
    text-align: left;
    font-size: large;
    color: white;
    text-shadow: black 0.1em 0.1em 0.1em;
}

select{
    font-size: 16px;
}

input[type=select],
input[type=button] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

#indexpage .page__background {
    background-color: #0e1421;
}

#indexbtn {
    width: 90% !important;
    height: 18vh !important;
}

.new-feature-btn {
    position: relative;
    overflow: visible; /* 確保標籤不被裁切 */
}

.new-tag {
    position: absolute;
    top: -5px;
    right: -5px;
    background-color: #f81d00;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    font-style: italic;
    padding: 5px 8px;
    border-radius: 8px;
    z-index: 10;
    box-shadow: 0 0 2px rgba(0,0,0,0.3);
}

.myButton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #223a4a), color-stop(1, #141b29));
    background: -moz-linear-gradient(top, #223a4a 5%, #141b29 100%);
    background: -webkit-linear-gradient(top, #223a4a 5%, #141b29 100%);
    background: -o-linear-gradient(top, #223a4a 5%, #141b29 100%);
    background: -ms-linear-gradient(top, #223a4a 5%, #141b29 100%);
    background: linear-gradient(to bottom, #223a4a 5%, #141b29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#223a4a', endColorstr='#141b29', GradientType=0);
    background-color: #223a4a;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border: 1px solid #050c21;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 14px;
    /*font-weight:bold;*/
    padding: 5% 0%;
    text-decoration: none;
    text-shadow: 0px 1px 0px #0e182b;
}

.myButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #141b29), color-stop(1, #223a4a));
    background: -moz-linear-gradient(top, #141b29 5%, #223a4a 100%);
    background: -webkit-linear-gradient(top, #141b29 5%, #223a4a 100%);
    background: -o-linear-gradient(top, #141b29 5%, #223a4a 100%);
    background: -ms-linear-gradient(top, #141b29 5%, #223a4a 100%);
    background: linear-gradient(to bottom, #141b29 5%, #223a4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141b29', endColorstr='#223a4a', GradientType=0);
    background-color: #141b29;
}

.myButton:disabled,
.myButton[disabled] {
    transition: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.884);
    color: rgb(255, 255, 255);
    opacity: 0.5;
}

.myButton:active {
    position: relative;
    top: 1px;
}

.downloadButton {
    background-color: #223a4a;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border: 1px solid #050c21;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    /*font-weight:bold;*/
    padding: 5% 10%;
    width: 95%;
    height: 10vh;
    text-decoration: none;
    text-shadow: 0px 1px 0px #0e182b;
}

.generalButton {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #223a4a), color-stop(1, #141b29));
    background: -moz-linear-gradient(top, #223a4a 5%, #141b29 100%);
    background: -webkit-linear-gradient(top, #223a4a 5%, #141b29 100%);
    background: -o-linear-gradient(top, #223a4a 5%, #141b29 100%);
    background: -ms-linear-gradient(top, #223a4a 5%, #141b29 100%);
    background: linear-gradient(to bottom, #223a4a 5%, #141b29 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#223a4a', endColorstr='#141b29', GradientType=0);
    background-color: #223a4a;
    -moz-border-radius: 11px;
    -webkit-border-radius: 11px;
    border-radius: 11px;
    border: 1px solid #050c21;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 20px;
    /*font-weight:bold;*/
    padding: 5% 10%;
    width: 95%;
    text-decoration: none;
    text-shadow: 0px 1px 0px #0e182b;
}

.generalButton:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #141b29), color-stop(1, #223a4a));
    background: -moz-linear-gradient(top, #141b29 5%, #223a4a 100%);
    background: -webkit-linear-gradient(top, #141b29 5%, #223a4a 100%);
    background: -o-linear-gradient(top, #141b29 5%, #223a4a 100%);
    background: -ms-linear-gradient(top, #141b29 5%, #223a4a 100%);
    background: linear-gradient(to bottom, #141b29 5%, #223a4a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#141b29', endColorstr='#223a4a', GradientType=0);
    background-color: #141b29;
}

.generalButton:active {
    position: relative;
    top: 1px;
}

.generalButton:disabled,
.generalButton[disabled] {
    transition: none;
    box-shadow: none;
    background-color: rgba(255, 255, 255, 0.884);
    color: rgb(255, 255, 255);
    opacity: 0.5;
}

#container img {
    width: 100%;
    height: 100%;
}

.toolbar--material {
    background-color: #080b12;
    background-size: 0;
}

.button--material {
    line-height: 20px !important;
}

@media screen and (max-width: 450px) {
    .button--material {
        line-height: 10px !important;
    }
}

@media screen and (min-width: 451px) and (max-width: 2000px) {
    .button--material {
        line-height: 20px !important;
    }
}

.list-dark {
    background-color: rgba(0, 0, 0, 0) !important;
}

.list-item-dark {
    color: #FFFFFF !important;
}

.input-text {
    font-size: 30px;
}

.fullwidth {
    width: 90% !important;
    margin: 0 auto !important;
    display: inline-block;
}

#indexpage .text-input--material {
    color: #FFFFFF !important;
}

#indexpage .select-input--material {
    color: #f9f9f9;
    /*             background-image: linear-gradient(to top, transparent 1px, #f9f9f900 1px);
    background-color: transparent; */
}

.list-header--material:not(:first-of-type) {
    border-top: none;
    background-size: 100% 0px;
    background-repeat: no-repeat;
    background-position: top;
    background-image: -webkit-linear-gradient(top, #eee, #eee 100%);
    background-image: linear-gradient(180deg, #eee, #eee 100%);
    padding-top: 0px;
}

.list-header--material {
    border: none;
    font-size: 14px;
    text-transform: none;
    margin: -1px 0 0 0;
    color: #ffffff;
    font-weight: 500;
    padding: 0px 0px;
    background: #08080e;
}

.text-input--underbar:invalid {
    border-bottom: 0px solid #ccc;
}

.cvl-title {
    line-height: 14px !important;
    font-size: 12px !important;
}

.cvl-sub-title {
    margin: 9px;
}

.shopItem {
    width: 83px !important;
    height: 112px !important;
    border-radius: 0% !important;
}

.aiItem {
    width: 70px !important;
    height: 70px !important;
    border-radius: 0% !important;
}

.border-waiting {
    border: 1px solid #e5b42f;
    background-color: #e5b42f;
    padding: 0.03em 0.25em;
    border-radius: 2px;
    color: white;
}

.border-process {
    border: 1px solid #c80004;
    background-color: #c80004;
    padding: 0.03em 0.25em;
    border-radius: 2px;
    color: white;
}

.border-finish {
    border: 1px solid #28871c;
    background-color: #28871c;
    padding: 0.03em 0.25em;
    border-radius: 2px;
    color: white;
}

.border-highlight {
    border: 1px solid #28871c;
    background-color: #28871c;
    padding: 0.03em 0.25em;
    border-radius: 2px;
    color: #ffffff;
}

.border-highlight-activity {
    border: 1px solid rgb(225, 45, 45);
    padding: 0.03em 0.25em;
    border-radius: 2px;
    color: rgb(225, 45, 45);
}

.shop-button {
    border-radius: 4px;
    background-color: #c80004;
    border: none;
    color: white;
    height: 25px;
}

.shop-ok-button {
    border-radius: 4px;
    background-color: #036117;
    border: none;
    color: white;
    height: 30px;
}

.button--light {
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255);
    color: rgba(255, 255, 255);
    margin-right: 5px;
}

.shop-outbound-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: black;
    color: white;
    text-align: center;
    box-shadow: 0px 0px 15px #a3a3a3;
    letter-spacing:5px;
}

.shop-footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80px;
    background-color: white;
    color: black;
    text-align: left;
    box-shadow: 0px 0px 15px #a3a3a3;
}

.shop-footer-button {
    border-radius: 4px;
    background-color: #c80004;
    border: none;
    color: white;
    height: 55px;
    width: 48%;
    font-size: large;
}

#shoppage .page__background {
    background-color: #eeeeec;
}

#shoppage .list-item--material:first-child {
    box-shadow: 0 0 2px 2px #e4e4e4;
}

#shoppage .list-item {
    box-shadow: 0 0 2px 2px #e4e4e4;
}

#shoppage .list {
    box-shadow: 0 0 2px 2px #cdcdcd;
}

#shoppage .list-item__thumbnail {
    border: 1px;
    margin-right: 30px;
    border-right: solid;
    border-color: #e5e5e5;
}

.vip-select{
    border: 1px solid #ccc !important;
    /* 如果不想要預設的 focus outline，可以再加這行 */
    outline: none !important;
}

.vip-fullwidth {
    width: 100% !important;
    margin: 0 auto !important;
    display: inline-block;
}

.vip-button {
    background-color: #0071c5; /* 藍底，可依實際色碼微調 */
    color: white;              /* 白色文字 */
    padding: 10px 20px;        /* 內距讓文字不貼邊 */
    border: none;              /* 無邊框 */
    font-size: 18px;           /* 適中字體大小 */
    font-weight: bold;         /* 字體加粗 */
    border-radius: 2px;        /* 邊角微微圓角（可省略） */
    cursor: pointer;           /* 滑鼠移過顯示手指 */
    text-align: center;        /* 文字置中 */
    display: inline-block;     /* 可放在段落中 */
    text-decoration: none;     /* 移除 a 標籤預設底線 */
    margin-left: 9%;
    margin-top: 2%;
    width: 85%;
}

.vip-tag {
  display: inline-block;
  background-color: #E0AA3E; /* 黃色底 */
  color: white;              /* 白色字 */
  padding: 2px 6px;
  margin-top: -3px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 1.2;
  vertical-align: middle;
  margin-left: 6px;
  font-weight: bold;
}