/* 自定義滾動條樣式 */
.modal-body::-webkit-scrollbar {
  width: 0.05rem;
  /* 滾動條寬度 */
}

.modal-body::-webkit-scrollbar-track {
  background: #f1f1f1;
  /* 滾動條軌道顏色 */
}

.modal-body::-webkit-scrollbar-thumb {
  background: #888;
  /* 滾動塊顏色 */
  border-radius: 2rem;
  /* 滾動塊圓角 */
}

.modal-body::-webkit-scrollbar-thumb:hover {
  background: #555;
  /* 滾動塊在懸停狀態下的顏色 */
}

/* modal */

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  background-color: #000;
}

.modal-dialog {
  max-width: inherit !important;
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  width: 8.5rem;
}

.modal {
  /* background-color: #00000082;
    backdrop-filter: blur(1em); */
  font-size: 0.2rem;
  font-family: "Microsoft YaHei", Arial, sans-serif;
}

.modal-content {
  position: relative;
  margin: 0 auto;
  width: inherit;
  background-color: transparent;
  border-radius: 0;
  outline: 0;
}

.modal-body {
  padding: 0.5rem;
}

.modal-body ol {
  list-style: decimal;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  font-size: 0.18rem;
  font-weight: 400;
  padding-left: 0.24rem;
}

.modal-body ol li {
  color: #000;
}

.modal .res_poptt {
  margin: 4% auto;
  margin-top: 1.6rem;
  text-align: center;
}

.modal .res_poptt img {
  width: 50%;
}

.modal .btn-close {
  position: absolute;
  top: 0.22rem;
  right: 0.26rem;
  width: 0.55rem;
  height: 0.55rem;
  padding: 0;
  color: #000;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/popClose.png)
    no-repeat;
  background-size: cover;
  border: 0;
  border-radius: 0;
  opacity: 1;
  z-index: 3;
}

.modal .btn-close:focus,
.modal .btn-close:hover {
  box-shadow: none;
  opacity: 1;
}

/* regressmodal */
.regressmodal .modal-dialog {
  margin: 0 auto;
  margin-top: 1rem;
}
.regressmodal .modal-content {
  position: relative;
  margin: 0 auto;
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/popCont1_ZRRPZRBDRPTJKTTJ.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0rem;
  outline: 0;
  background-color: transparent;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  width: 7.6rem;
  height: 9.75rem;
}

.regressmodal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0;
}

.regressmodal .inner {
  width: 100%;
}

.regressmodal .inner p {
  color: #606060;
  text-align: left;
  margin-bottom: 0.1rem;
}

.regressmodal form {
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.regressmodal .form-bg {
  width: 5.86rem;
  height: 0.55rem;
  margin: 0 auto;
  margin-bottom: 0.15rem;
  border-radius: 0.275rem;
  background: #1d1d1d;
  box-sizing: border-box;
}

.regressmodal .form-select {
  padding: 0;
  width: 30%;
  font-size: 0.22rem;
  display: inline-block;
  border: 0;
  border-radius: 0;
  border-right: 0.15em solid #c7c7c7;
  margin: 1.5% auto;
  height: auto;
  color: #fff;
  text-align: center;
  transition: 0.5s;
  vertical-align: middle;
  background-color: hsl(0deg 0% 0% / 0%);
  background-image: none;
}

.regressmodal .form-select:focus {
  color: #fff;
  border-right: 0.15em solid #c7c7c7;
  outline: none;
  box-shadow: none;
  opacity: 1;
}

.regressmodal .form-select option {
  background-color: #1d1d1d;
}

.regressmodal .form-control {
  padding: 0;
  width: 60%;
  font-size: 0.22rem;
  font-weight: 500;
  display: inline-block;
  border: 0;
  border-radius: 0;
  margin: 1.5% auto;
  height: auto;
  color: #fff;
  transition: 0.5s;
  vertical-align: middle;
  outline: none;
  box-shadow: none;
  letter-spacing: 0;
  opacity: 1;
  background-color: hsl(0deg 0% 0% / 0%);
  padding-left: 4%;
}

.regressmodal .form-control::placeholder {
  color: #828282;
  letter-spacing: 0;
  background-color: hsl(0deg 0% 0% / 0%);
}

.regressmodal .form-control:focus {
  outline: none;
  box-shadow: none;
  opacity: 1;
  border: 0;
  color: #fff;
  background-color: hsl(0deg 0% 0% / 0%);
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-background-clip: text;
  transition: background-color 50000s ease-in-out 0s, color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0 1000px rgba(255, 255, 255, 0) inset;
  background-color: hsl(0deg 0% 0% / 0%) !important;
}

.regressmodal .d-flex {
  display: flex;
  justify-content: center;
}

.regressmodal .form-check-input {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0.4em;
  border-width: 0.08em;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
  width: 0.25rem;
  height: 0.25rem;
}

.regressmodal .form-check-input:checked[type="checkbox"] {
  position: relative;
  margin-top: 0;
  margin-left: 0;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0);
  margin-right: 0.4em;
  border-width: 0.08em;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
  width: 0.25rem;
  height: 0.25rem;
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/check.svg);
}

.regressmodal .form-check-input:checked {
  background-color: #ffffff;
  border-color: #000000;
}

.regressmodal .form-check-input:focus {
  border-color: none;
  outline: 0;
  box-shadow: none;
  background-color: #ffffff;
  border-color: #000000;
}

.regressmodal .form-check-input[type="checkbox"] {
  border-radius: 0;
}

.regressmodal .form-check-label {
  color: #000;
  font-size: 0.18rem;
  text-align: justify;
  cursor: pointer;
}

.regressmodal .platform {
  margin-top: 1.5rem;
}

.regressmodal .platform_head_tt {
  position: relative;
  text-align: center;
  font-size: 0.2rem;
  color: #ddd;
  margin-bottom: 2%;
}

.regressmodal .platform_tip {
  position: relative;
  top: 0;
  left: 0;
  transform: none;
  width: 80%;
  line-height: 0.25rem;
  font-size: 0.18rem;
  margin: 2% auto 4%;
  color: #969696;
}

.regressmodal .submit {
  width: 70%;
  margin: 0 auto;
}

.regressmodal .submit_btn {
  position: relative;
  margin: 0 auto;
  display: block;
  width: 100%;
  height: 0;
  padding-top: 15.2%;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/yySubmit.png)
    no-repeat 0 0;
  background-size: 100%;
}

.regressmodal .submit_btn:hover {
  background-position: 0 bottom;
}
.regressmodal .submit_txt {
  width: 60%;
  margin-left: 20%;
  margin-top: 3%;
}

.regressmodal .tool_box {
  display: flex;
  flex-wrap: wrap;
  width: 80%;
  margin: 0 auto;
  justify-content: space-between;
}

.regressmodal .t_btn {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.regressmodal .t_btn_ios,
.regressmodal .t_btn_android,
.regressmodal .t_btn_pc,
.regressmodal .t_btn_ps {
  width: 100%;
  padding-top: 25.6%;
  cursor: pointer;
  background-repeat: no-repeat;
  background-size: cover;
}

.regressmodal .t_btn_ios {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/btn_ios_off.png);
}

.regressmodal .t_btn_ios.on {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/btn_ios_on.png);
}

.regressmodal .t_btn_android {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/btn_Android_off.png);
}

.regressmodal .t_btn_android.on {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/btn_Android_on.png);
}

.regressmodal .t_btn_pc {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/btn_pc_off.png);
}

.regressmodal .t_btn_pc.on {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/btn_pc_on.png);
}

.regressmodal .t_btn_ps {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/btn_ps_off.png);
}

.regressmodal .t_btn_ps.on {
  background-image: url(https://res1-nte.iwplay.com.tw/images/pop/btn_ps_on.png);
}

/* successmodal*/
.successmodal .modal-content {
  position: relative;
  margin: 0 auto;
  height: 8rem;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/popCont2.png)
    no-repeat 0 0;
  background-size: 100% auto;
  width: 7.6rem;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  border-radius: 0rem;
  outline: 0;
  font-family: "Microsoft YaHei", Arial, sans-serif;
  border: 0;
}

.successmodal .modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 0.5rem;
}

.successmodal .inner {
  width: 100%;
}

.successmodal .res_poptt {
  margin: 4% auto;
  margin-top: 1.3rem;
  text-align: center;
}

.successmodal .res_poptt img {
  width: 6.1rem;
}

.successmodal .focus {
  margin-top: 2.7rem;
  text-align: center;
  width: 100%;
}
.successmodal .focus_btn {
  display: block;
  width: 70%;
  height: auto;
  padding-bottom: 12.2%;
  margin: 0 auto;
  background: url(https://res1-nte.iwplay.com.tw/images/pop/focus_btn_2.png)
    no-repeat 0 0;
  background-size: 100%;
  cursor: pointer;
}
.successmodal .focus_btn:hover {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/focus_btn_on_2.png)
    no-repeat 0 0;
  background-size: 100%;
}
.successmodal .focus_head_tt {
  margin: 4% auto;
}

.successmodal .focus_head_tt img {
  width: 75%;
}

.successmodal .otherPlatform {
  margin: 3% auto 2%;
}

/* privacymodal */

.privacymodal .popup_close {
  padding: 0.1rem 0.6rem;
  margin: 3% auto;
  color: #fff;
  background: #000;
  cursor: pointer;
  transition: 0.5s;
  width: auto;
}
.privacymodal .modal-dialog {
  margin: 0 auto;
  margin-top: 1rem;
}
.privacymodal .modal-content {
  background: url(https://res1-nte.iwplay.com.tw/images/pop/popCont3.png)
    no-repeat 0 0;
  background-size: 100% auto;
  width: 7.6rem;
  height: 11rem;
  border: 0;
}
.privacymodal .res_poptt {
  margin-top: 1rem;
}
.privacymodal ol {
  width: 102%;
  margin-left: -1%;
  height: 7rem;
  overflow-y: auto;
  padding-right: 0.05rem;
  /* Webkit 滾動條樣式 */
  &::-webkit-scrollbar {
    width: 0.1rem;
  }
  &::-webkit-scrollbar-track {
    background: #d5d5d5;
  }
  &::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 1rem;
  }
  &::-webkit-scrollbar-thumb:hover {
    background: #555;
  }

  /* Firefox 滾動條樣式 */
  scrollbar-width: thin;
  scrollbar-color: #888 #d5d5d5;
}
.privacymodal .modal-footer {
  padding: 0;
  margin-top: 2%;
  border-top: 0;
}

.privacymodal .modal-footer .popup_close:hover {
  background: rgba(0, 0, 0, 0.5);
}

.yyFormRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.yyFormRow .form-control {
  margin: 0;
  width: 65%;
  text-align: center;
}
.yyFormRow .getNumerus,
.yyFormRow .etTelCode {
  margin: 0;
  width: 35%;
  margin: 0.05rem;
  height: 0.45rem;
  text-align: center;
  border-radius: 10rem;
  background: #fff;
}
.yyFormRow .getNumerus img {
  width: auto;
  height: 0.45rem;
}
.yyFormRow .getTelCode {
  width: 35%;
  height: 0.45rem;
  background: #7cecfc;
  color: #141414;
  border-radius: 10rem;
  margin: 0.05rem;
  text-align: center;
  line-height: 0.45rem;
}
