﻿/*FreePlay隨你玩-點數儲值單元使用 */

@import "/include/i_reset.css";
@import "/include/i_style.css";
@import "/Games/FreePlay/include/i_FP_page.css?20210827";

h1{
	font-size: 12px;
	font-weight: bold;
	color: ff7e00;
	line-height: 20px;
}
.content{
	color: #767675;
	font-size: 12px;
	line-height: 18px;
}

.time{
	color: #000000;
	font-size: 12px;
	line-height: 18px;
}

#import_content h4{
  color:#5C5C5C;
  line-height: 22px;
      font-size: 100%;
}

/* 查詢密碼標題樣式 */

.page-title-header {
  background-image: url('/Games/FreePlay/Mj/star31/images/bg_index_btn.png');
  background-repeat: repeat-x;
  padding: 7px 0;
  text-align: center;
  font-size: 20px;
  font-weight: 900;
  color: #611f0a;
  -webkit-text-stroke: 0.5px #611f0a;
  margin-bottom: 20px;
  border-radius: 5px;
  display: flex;
    align-items: center;
    justify-content: center;
}

.page-title-header::before {
  content: '★';
  display: inline-block;
  width: 23px;
  height: 23px;
  line-height: 23px;
  text-align: center;
  background: #601d08;
  border-radius: 50%;
  color: #fff10a;
  font-size: 16px;
  margin-right: 8px;
  vertical-align: middle;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.tmd-custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 293px;
  /* font-size: 20px; */
  margin-bottom: 2.5em !important;
}
.tmd-custom-select.code {
  margin-bottom: 0 !important;
  width: 37%;
  margin-right: 8px;
  height: fit-content;
  min-width: 177px;
}
.tmd-custom-select.code:after{
      right: 42px;
}

.tmd-custom-select.code:before{
      right: 18px;
}

.tmd-custom-select select {
  appearance: none!important;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 87%!important;
  padding: 0 0 0 10px;
  border: 2px solid #6f6f6f!important;
  border-radius: 8px!important;
  background: #fff;
  color: #5C5C5C!important;
  font-weight: bold;
  /* font-size: 20px; */
  font-family: inherit;
  outline: none;
  box-sizing: border-box!important;
  cursor: pointer;
  margin-bottom: 0 !important;
  height: 40px!important;
  transition: border-color 0.3s, box-shadow 0.3s;
}

.tmd-custom-select select:hover {
  border-color: #ff9900!important;
}
.tmd-custom-select select option {
  color: #333!important;
  background: #fff!important;
}
.tmd-custom-select::after {
  content: "";
  position: absolute;
  top: 0;
  right: 79px;
  width: 2px;
  height: 100%;
  background: #6f6f6f;
  pointer-events: none;
  transition: background 0.3s;
}

.tmd-custom-select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 56px;
  width: 6px;
  height: 6px;
  border-right: 3.5px solid #6F6F6F;
  border-bottom: 3.5px solid #6F6F6F;
  transform: translateY(-60%) rotate(45deg);
  pointer-events: none;
  transition: border-color 0.3s;
}

.tmd-custom-select:has(select:hover)::after {
  background: #ff9900;
}
.tmd-custom-select:has(select:hover)::before {
  border-right-color: #ff9900;
  border-bottom-color: #ff9900;
}
.textarea input {
  height: 40px !important;
  font-size: 1.3em;
  box-sizing: border-box;
  background: #fff;
  color: #333;
  transition: border-color 0.3s, box-shadow 0.3s;
  padding: 0 20px;
  border: 2px solid #6f6f6f!important;
  border-radius: 8px!important;
  width: 100%!important;
}
.btn-focus-primary::before{
  display: none;
}
.btn-focus-primary::after{
  display: none;
}
.btn-focus-primary{
background: #ffbb37;
 box-shadow: 0px -2.666667px 2.33px #df8011 inset;
 text-shadow: none;
 border: none;
 color: #7A310A;
 text-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
 font-weight: bold;

}
.btn-focus:hover{
 box-shadow: 0px -2.666667px 2.33px #df8011 inset;
}
.member_font_red{
      color: #FF0000;
    font-weight: bold;
}
.boxA.box--styleA h3{
  color: #5C5C5C;
}
.boxA.box--styleA {
    border: none;
    background-color: #F5DCBE;
    border-radius: 12px;
}
.boxA.box--styleA a {
    color: #F19917;
  }
  .boxA.box--styleA h3{
    font-weight: bold;
  }
  .content-phone-number .input-width{
      display: flex;
    align-items: center;
    justify-content: space-between;
}
.content-phone-number .phone-number{
      width: 62% !important;
      margin: 0;
}
.content-phone-number .country-code{
  width: 100%!important;
}
li.verifyCode {
  justify-content: flex-start !important;
  height: 40px;
  width: 37%!important;
  min-width: 117px;
}
li.verifyCode:nth-child(2) {
  margin: 5px auto;
  padding: 0!important;
}

li.verifyCode img {
  display: inline-block;
  vertical-align: middle;
      margin-left: 7px;
}
#FPBank_content{
  padding: 0 0 10px 0;
}