/* Reset CSS
* --------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
  padding: 0;
  margin: 0;
}
a{
  text-decoration:none;
  outline:none;
}
.form-check-label a {
  color: #2b79bd;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.form-check-label a:hover,
.form-check-label a:focus {
  color: #145f9f;
}
.needs-validation .form-check {
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 42px;
}
.needs-validation .form-check .form-check-input {
  margin-top: 0;
  flex: 0 0 auto;
}
table {
  border-spacing: 0;
}
fieldset,img {
  border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-weight: normal;
  font-style: normal;
}
strong{
  font-weight: bold;
}
ol,ul {
  list-style: none;
  margin:0;
  padding:0;
}
caption,th {
  text-align: left;

}
h1,h2,h3,h4,h5,h6 {
  font-weight: normal;
  font-size: 100%;
  margin:0;
  padding:0;
  color:#444;
}
q:before,q:after {
  content:'';
}
abbr,acronym {
  border: 0;
}
img {
  width: auto;
  max-width: 100%;
}

/* Custom CSS
* --------------------------------------- */
body {
  font-family:Century Gothic, "Microsoft JhengHei";
  color: #224d78;
  background-color: #efefef;
}
h1 {
  font-size: 6em;
}
p {
  font-size: 1em;
}

.navbar {
  height: 90px;
  padding: 0;
  background-color: #1297d7;
}
.nav-item {
  border: 2px solid #56c2ee;
  border-radius: 50px;
  margin: 0 30px;
}
.nav-item.active, .nav-item:hover {
  border: 2px solid #12acea;
  background-color: #12acea;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding: 0 60px !important;
  line-height: 60px;
  font-size: 30px;
  color: #e9f8ff !important;
}
.nav-item.active .nav-link, .nav-item:hover .nav-link {
  color: #fff !important;
}

.wrapper.popUp {
  max-width: 1280px;
  margin: 0 auto;
}
table.table th {
  border-top: 1px solid #505050;
}
#tabs .tab-title {
  display: flex;
}
.theSeason {
  background: linear-gradient(to bottom,#fdfdfd 0%,#dfdfdf 100%);
  background: -moz-linear-gradient(top,#fdfdfd 0%,#dfdfdf 100%);
  background: -webkit-linear-gradient(top,#fdfdfd 0%,#dfdfdf 100%);
  flex: auto;
  text-align: center;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.theSeason.active, .theSeason:hover {
  background: linear-gradient(to bottom,#707070 0%,#2b2b2b 100%);
  background: -moz-linear-gradient(top,#707070 0%,#2b2b2b 100%);
  background: -webkit-linear-gradient(top,#707070 0%,#2b2b2b 100%);
}
.theSeason.active a, .theSeason:hover a {
  color: #FFF;
  text-decoration: none;
}
.theSeason a {
  display: block;
  padding: 15px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.table tbody td img {
  max-width: 40px;
}
.table tbody td:first-child {
  font-size: 30px;
  font-style: italic;
  font-weight: bold;
}
.red {
  background-color: #1297d7 !important;
  color: #FFF !important;
}
.blue {
  background-color: #1297d7 !important;
  color: #FFF !important;
}
.deepBlue {
  background-color: #1297d7 !important;
  color: #FFF !important;
}
.green {
  background-color: #1aa5e6 !important;
  color: #FFF !important;
}
.deepGreen {
  background-color: #1297d7 !important;
  color: #FFF !important;
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #1f6ea5;
}
.form-check-input:checked {
  background-color: #1297d7;
  border-color: #1297d7;
}
.section {
  width: 100%;
  max-width: 890px;
  margin: 45px auto 0;
  padding: 0 40px;
  overflow: hidden;
}
.section.note {
  margin-bottom: 70px;
}
.txt {
  color: #3f6188;
}
.bigTi, .smTi {
  display: block;
  border-radius: 50px;
  line-height: 60px;
  width: max-content;
  padding: 0 20px;
  margin: 0 auto 20px;
  text-align: center;
  /* display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5px 20px;
  background: linear-gradient(to bottom,#fdfdfd 0%,#dfdfdf 100%);
  background: -moz-linear-gradient(top,#fdfdfd 0%,#dfdfdf 100%);
  background: -webkit-linear-gradient(top,#fdfdfd 0%,#dfdfdf 100%); */
}
.smTi {
  display: inline-block;
}
ul.list {
  list-style: decimal;
  padding-left: 2rem;
}
ul.rewardList {
  list-style: none;
  padding-left: 0;
}
ul.rewardList li::before {
  content: "‧";
  margin-right: 0.25em;
}
.dailyTaskCard {
  margin: 16px 0 24px;
  padding: 18px 20px 14px;
  border: 2px solid #b8d7e8;
  border-radius: 16px;
  background: #eef7fd;
}
.dailyTaskCard .taskTag {
  display: table;
  margin: 0 auto 12px;
  padding: 5px 14px;
  border-radius: 999px;
  background: #2d9fdd;
  color: #fff;
  font-size: 0.95em;
  font-weight: 700;
  letter-spacing: 0.02em;
}
.dailyTaskCard .taskList {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dailyTaskCard .taskList li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 8px;
}
.dailyTaskCard .taskList li:last-child {
  margin-bottom: 0;
}
.dailyTaskCard .taskNo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #9abdd7;
  color: #fff;
  font-size: 0.75em;
  font-weight: 700;
  flex: 0 0 auto;
}
.dailyTaskCard .taskText {
  color: #3f6188;
}
section.vote .form-select {
  border: 2px solid #8ec3de;
  border-radius: 20px;
  color: #6a8fb0;
  padding: 15px 35px 15px 20px;
  background-color: #f6fcff;
  background-image: url(../images/icon_arr.png);
}
.selectRow {
  margin-bottom: 20px;
}
.voteSelect {
  min-height: 74px;
  border-width: 4px;
  border-color: #9aa9ef;
  border-radius: 22px;
  color: #6679cc;
  font-weight: 500;
  padding-left: 28px;
  padding-right: 58px;
  background-position: right 20px center;
  background-size: 20px;
}
.voteSelect:focus {
  border-color: #8a9de8;
  box-shadow: 0 0 0 .2rem rgba(138, 157, 232, .2);
}
.playerWrap {
  width: 100%;
  overflow: hidden;
}
.playerBox {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  padding: 15px 0;
  margin: 15px auto;
  border: 2px solid #b8d7e8;
  border-radius: 15px;
  color: #5d7ea1;
  background-color: #d9eaf4;
}
.playerBox .cont {
  position: relative;
  flex: 15%;
  text-align: center;
  background-image: url(../images/icon_dots.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  padding: 10px;
  font-weight: bolder;
}
.playerBox .cont .teamLogo {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -25% 0 0 -25%;
  /* transform: translate(-50%, -50%);; */
}
.playerBox .cont.name {
  flex: 35%;
  text-align: left;
}
.playerBox .cont p {
  margin: 0;
  line-height: 1.3em;
}
.playerBox .cont .bgBox {
  display: inline-block;
  min-width: 45px;
  line-height: 35px;
  padding: 0 12px;
  text-align: center;
  border-radius: 50px;
  background-color: #93b8d8;
  color: #f4fbff;
}
.playerBox .cont .bgBox.first {
  min-width: 75px;
}
.playerBox .cont:last-child {
  background-image: none
}
.playerBox .cont button {
  width: 100%;
  height: 100%;
  max-width: 89px;
  max-height: 89px;
  background-color: #29a9ea;
  color: #FFF;
  font-weight: bolder;
}
footer {
  background-color: #333333;
  padding: 40px;
  margin: 0 auto;
  text-align: center;
}

.bigTi .logo {
  /* max-height: 28px; */
}
.bigTi h4 {
  margin: 0;
  padding: 15px 0;
}
.bigTi .logo img {
  max-height: 55px;
}
.bigTi .logo span {
  position: relative;
}
.bigTi .logo span:first-child::after {
  content: '';
  position: absolute;
  right: -5%;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px;
  background-color: #999;
}
.bigTi .logo span:first-child img {
  max-height: 70px;
}
.table th, .table td {
  width: 15%;
}
p.note {
  margin: 0;
  padding: 0 20px;
  font-size: 15px;
}
.markBlue {
  display: inline-block;
  padding: 0 0.18em;
  border-radius: 0.12em;
  background: linear-gradient(transparent 52%, #d8efff 52%);
}
/* 彈窗 */
.modal .modal-dialog {
  /* width: 100%; */
  max-width: 770px;
}
.modal .modal-content {
  border-radius: 20px;
  border: 8px solid #9ccbe0;
  color: #FFF;
  background-image: url(../images/pop_bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.modal .modal-header {
  border: 0;
}
.modal-header .btn-close {
  position: absolute;
  background-image: url(../images/close_btn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 70px;
  height: 70px;
  opacity: 1;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.modal-header .btn-close:hover {
  opacity: 1;
}
.modal-body {
  padding: 0;
}
.modal-body .txtBox {
  padding: 9% 14%;
}
#modelId .modal-body ol {
  gap: 0.45rem !important;
}
#modelId .modal-body ol li {
  line-height: 1.3;
  margin-bottom: 0;
}
.noteMsg .ti {
  font-size: clamp(1.35rem, 1.9vw, 1.9rem) !important;
  line-height: 1.5;
  letter-spacing: 0.03em;
  word-break: break-word;
  overflow-wrap: anywhere;
}

@media (max-width: 991px) {
  .navbar .navbar-toggler {
    border: 0;
  }
  .navbar > .container-fluid {
    /* padding: 0; */
  }
  nav.navbar {
    /* position: absolute; */
    /* position: fixed; */
    width: 100%;
    height: auto;
    top: 0;
    z-index: 99;
    margin: 0;
  }
  .navbar-nav {
    justify-content: initial;
  }
  .navbar-nav li {
    width: 95%;
    max-width: none;
    height: auto;
    border: 0;
    /* border-bottom: 1px solid #88c0e9; */
    border-radius: 0;
    text-align: center;
    /* padding: 0;
    border-bottom: 1px solid #1e5b99; */
    margin: 0 10px;
  }
  .navbar-nav li:last-child {
    border-bottom: 0;
  }
  .navbar-nav .nav-link {
    position: static;
    padding: 20px 0;
    transform: translate(0, 0);
  }
  .nav-item.active, .nav-item:hover {
    border: 0;
    /* border-bottom: 1px solid #88c0e9; */
    background-color: transparent;
    color: #FFF;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    /* font-size: 25px; */
    font-size: 18px;
    padding: 0 !important;
  }
  .modal-header .btn-close {
    width: 50px;
    height: 50px;
    top: 10px;
    right: 10px;
  }
}
@media (max-width: 768px) {
  .playerBox .cont.name {
    flex: 28%;
  }
  .playerBox .cont .bgBox {
    font-size: 13px;
    padding: 8px 12px;
    line-height: normal;
  }
  .playerBox .cont p.fs-2 {
    font-size: calc(1rem + .9vw) !important;
  }
  .playerBox .cont .teamLogo {
    position: static;
    margin: 0;
  }
}
@media (max-width: 575px) {
  .section {
    padding: 0 14px;
  }
  .modal-body .txtBox {
    padding: 11% 9%;
  }
  .noteMsg .ti {
    font-size: 1.15rem !important;
    line-height: 1.45;
    letter-spacing: 0.01em;
  }
  .dailyTaskCard {
    padding: 14px 14px 10px;
    border-radius: 12px;
  }
  .dailyTaskCard .taskTag {
    margin-bottom: 10px;
    font-size: 0.9em;
  }
  .dailyTaskCard .taskList li {
    gap: 8px;
    margin-bottom: 7px;
  }
  .dailyTaskCard .taskNo {
    width: 22px;
    height: 22px;
  }
  .dailyTaskCard .taskText {
    font-size: 0.9em;
    white-space: normal;
  }
  .needs-validation .col-8 .form-check-label,
  .needs-validation .col-4 .form-check-label {
    font-size: 1.05rem !important;
    line-height: 1.2;
  }
  .needs-validation .col-8 .form-check-label a {
    font-size: 1.05rem !important;
  }
  .form-check {
    margin-bottom: 0;
  }
  #invalidCheck,
  #rememberMe {
    margin-top: 0.15rem;
  }
  .voteSelect {
    min-height: 64px;
    font-size: calc(1.2rem + .4vw) !important;
  }
  .playerBox {
    flex-wrap: wrap;
  }
  .playerBox .cont {
    flex: 50%;
    margin-bottom: 15px;
  }
  .playerBox .cont:nth-child(2), .playerBox .cont:nth-child(4) {
    background-image: none;
  }
  .playerBox .cont:last-child {
    margin-bottom: 0;
  }
  .playerBox .cont.name {
    flex: 50%;
    text-align: center;
  }
  .playerBox .cont .teamLogo {
    position: static;
    margin: 0;
  }
  .playerBox .cont button {
    width: 95%;
    max-width: none;
    max-height: none;
    border-radius: 13px;
  }
}
@media (max-width: 600px) {
  .bigTi {
    display: block;
    text-align: center;
  }
  table {
    display: block;
  }
}

 
