/* promotion-alert box */
.promotion-alert {
    background: #18a7f0;
    border: 1px solid #ffeeba;
    padding: 16px 20px;
    margin: 20px 0;
    border-radius: 8px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1.6;
    position: relative;
  }
  
  .promotion-alert img {
    width: 32px;
    height: auto;
    vertical-align: middle;
    margin-right: 8px;
  }
  
  .promotion-alert p {
    margin: 8px 0;
    font-size: 14px;
    color: #333;
  }
  
  .promotion-alert strong {
    font-weight: bold;
  }
  
  .promotion-alert .highlight-red {
    color: #ff0000;
  }
  
  .promotion-alert .highlight-blue {
    color: #0044ff;
    font-size: 15px;
  }
/* End promotion-alert box */

/* user-info-balance */
.user-info-balance {
    background: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px 24px;
    margin: 20px auto;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
  }
  
  .user-info-balance .balance-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
    border-left: 4px solid #4CAF50;
    padding-left: 10px;
  }
  
  .user-info-balance .balance-details {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .user-info-balance .balance-details li {
    padding: 8px 0;
    border-bottom: 1px dashed #ddd;
    font-size: 14px;
    color: #444;
  }
  
  .user-info-balance .balance-details li:last-child {
    border-bottom: none;
    margin-top: 12px;
  }
  
  .user-info-balance .balance-details span {
    font-weight: bold;
    color: #222;
  }
  
  .user-info-balance .custom-link-btn {
    display: inline-block;
    background: #4CAF50;
    color: #fff !important;
    padding: 6px 14px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    transition: background 0.25s;
  }
  
  .user-info-balance .custom-link-btn:hover {
    background: #43a047;
  }
  
/* end user-info-balance*/
/* list amount */
.list-amount {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  .list-amount label {
    background: #283b61;
    color: #fff953;
    border-radius: 8px;
    padding: 12px 18px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    min-width: 120px;
    transition: all 0.25s ease;
    border: 2px solid transparent;
  }
  
  .list-amount input[type="radio"] {
    display: none;
  }
  
  .list-amount input[type="radio"]:checked + span {
    color: #ffffff;
  }
  
  .list-amount input[type="radio"]:checked + span,
  .list-amount label:hover span {
    text-shadow: 0 0 6px #fff953;
  }
  
  .list-amount input[type="radio"]:checked ~ label,
  .list-amount label:has(input[type="radio"]:checked) {
    background: #1d2a45;
    border-color: #fff953;
  }

  .amount-heading {
    font-size: 18px;
    text-transform: uppercase;
    color: #3f4855;
    font-weight: 700;
  }
/* end list amount*/
img.refresh-icon {
    width: 20px;
    height: 20px;
}
.mw-457{
    max-width: 457px;
}
.mg-auto {
    margin: 0 auto;
}
.mg-t-15 {
    margin-top: 15px;
}

.btn-news {
  background: url(../imgs/page2/menu/news-2.png) no-repeat  0 0 / 100% 200%;
}
.btn-news {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .btn-news {
    font-size: 18px;
    line-height: normal;
  }
}
/**/
.boss-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0;
}
.boss-item img {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid transparent;
  transition: all 0.3s ease;
}
.boss-item a:hover img {
  transform: scale(1.1);
}
.boss-item span {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333;
}
.boss-item a {
    display: block;
    text-align: center;
}
/* Slider */
@media only screen and (min-width:1150px) {
  .feature {
      margin-top: 125px;
      padding-bottom: 100px
  }
}

@media only screen and (max-width:1199px) {
  .feature {
      padding-bottom: 25px;
      background: url(../imgs/slider/m-bg-ft.jpg) no-repeat center top;
      background-size: 100% auto
  }
}

@media only screen and (min-width:1150px) {
  .feature .wcmax {
      width: 1550px;
  }
}

@media only screen and (min-width:1150px) {
  .feature .container {
      left: 50%;
      -webkit-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 1558px
  }
}

@media only screen and (min-width:1600px) {
  .feature .container {
      left: inherit;
      -webkit-transform: inherit;
      transform: inherit
  }
}

.list-feature {
  width: 90%
}

@media only screen and (max-width:1199px) {
  .list-feature {
      margin-top: 4%
  }
}

@media only screen and (min-width:1150px) {
  .list-feature {
      width: 100%;
      margin-top: 70px;
      margin-bottom: 30px
  }
}

.list-feature img {
  width: 100%
}

@media only screen and (min-width:1150px) {
  .list-feature img {
      width: 916px
  }
}

.list-feature .item-tn {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
  position: relative
}

@media only screen and (min-width:1150px) {
  .list-feature .item-tn {
      width: 916px;
      margin-left: -200px
  }
}

.list-feature .item-tn.slick-sprev {
  -webkit-transform: translate3d(50%, 0, 0px) scale(0.92);
  transform: translate3d(50%, 0, 0px) scale(0.92);
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4)
}

.list-feature .item-tn.slick-snext {
  -webkit-transform: translate3d(-50%, 0, 0px) scale(0.92);
  transform: translate3d(-50%, 0, 0px) scale(0.92);
  -webkit-filter: brightness(0.4);
  filter: brightness(0.4)
}

.list-feature .item-tn.slick-current {
  z-index: 2
}

.list-feature .item-tn:not(.slick-current) {
  z-index: 1
}

.list-feature .item-tn:not(.slick-active) {
  opacity: 0
}

@media only screen and (min-width:1150px) {
  .list-feature .slick-list {
      padding: 0px 0% !important
  }
}

.list-feature .slick-dots {
  /* bottom: -30px; */
}

@media only screen and (min-width:1024px) {
  .list-feature .slick-dots {
      /* bottom: -50px; */
  }
}

.list-feature .slick-dots button, .list-feature .slick-dots li {
  width: 20px;
  height: 20px
}

@media only screen and (min-width:1024px) {
  .list-feature .slick-dots button, .list-feature .slick-dots li {
      width: 38px;
      height: 38px
  }
}

.list-feature .slick-dots li.slick-active button {
  background: url(./../imgs/slider/img-dot-ac.png) no-repeat center center;
  background-size: 100% 100%
}

.list-feature .slick-dots li button {
  padding: 0;
  background: url(./../imgs/slider/img-dot.png) no-repeat center center;
  background-size: 100% 100%
}

.slick-custom-dots .slick-dots {
  bottom: -25px
}

.slick-custom-dots .slick-dots li {
  background: #fff;
  border-radius: 10px;
  width: 14px;
  height: 14px;
  margin: 0 3px
}

.slick-custom-dots .slick-dots li.slick-active {
  width: 60px
}

.slick-custom-dots .slick-dots li button {
  width: 14px;
  height: 14px
}

.slick-custom-dots .slick-dots li button:before {
  width: 14px;
  height: 14px;
  content: ""
}

.slick-custom-dots.slick-dot-black .slick-dots li {
  background: #fff
}

.slick-arrow {
  width: 30px;
  height: 59px;
  background: url(../imgs/slider/arrow-left.png) no-repeat center center;
  background-size: contain;
  z-index: 2
}

.slick-arrow:focus, .slick-arrow:hover {
  background: url(../imgs/slider/arrow-left.png) no-repeat center center;
  background-size: contain
}

.slick-arrow.slick-disabled {
  background: transparent
}

.slick-arrow:before {
  content: ""
}

@media only screen and (min-width:1024px) {
  .slick-arrow {
      width: 80px;
      height: 73px
  }
}

.slick-arrow.slick-prev {
  left: -3%
}

@media only screen and (min-width:768px) {
  .slick-arrow.slick-prev {
      left: 3%
  }
}

@media only screen and (min-width:1024px) {
  .slick-arrow.slick-prev {
      left: -5%
  }
}

.slick-arrow.slick-next:not(.slick-disabled) {
  right: -3%;
  background: url(../imgs/slider/arrow-right.png) no-repeat center center;
  background-size: contain
}

@media only screen and (min-width:768px) {
  .slick-arrow.slick-next:not(.slick-disabled) {
      right: 3%
  }
}

@media only screen and (min-width:1024px) {
  .slick-arrow.slick-next:not(.slick-disabled) {
      right: -5%
  }
}

.slick-arrow.slick-next:not(.slick-disabled):focus, .slick-arrow.slick-next:not(.slick-disabled):hover {
  background: url(../imgs/slider/arrow-right.png) no-repeat center center;
  background-size: contain
}
 
.list-feature .slick-arrow.slick-prev {
  left: -7%
}

@media only screen and (min-width:768px) {
  .list-feature .slick-arrow.slick-prev {
      left: 3%
  }
}

@media only screen and (min-width:1024px) {
  .list-feature .slick-arrow.slick-prev {
      left: 14%
  }
}

.list-feature .slick-arrow.slick-next:not(.slick-disabled) {
  right: -7%
}

@media only screen and (min-width:768px) {
  .list-feature .slick-arrow.slick-next:not(.slick-disabled) {
      right: 3%
  }
}

@media only screen and (min-width:1024px) {
  .list-feature .slick-arrow.slick-next:not(.slick-disabled) {
      right: 14%
  }
}

.list-feature .slick-arrow.slick-next:not(.slick-disabled):focus, .list-feature .slick-arrow.slick-next:not(.slick-disabled):hover {
  background: url(../imgs/slider/arrow-right.png) no-repeat center center;
  background-size: contain
}

.wcmax {
  position: relative;
  width: 100%;
  margin: 0 auto
}

@media only screen and (min-width:1024px) {
  .wcmax {
      width: 1024px
  }
}

@media only screen and (min-width:1150px) {
  .wcmax {
      width: 1083px
  }
}



.wrapper-hero .filter-type-attack ul li a {
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 576px) {
  .wrapper-hero .filter-type-attack ul li a {
    line-height: 23px;
    font-size: 10px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1200px) {
  .wrapper-hero .filter-type-attack ul li a {
    font-size: 16px;
  }
}
.wrapper-hero .filter-type-attack ul li.active a {
  color: #fff;
}

.post .tabs-post .action .btn-group {
  text-indent: 0;
}
.subpage-container.post .btn-group .tin-tuc {
  text-align: center;
  line-height: 55px;
}
.subpage-container.post .btn-group .tin-tuc.current {
  background-position: 0 -56px;
}


.devil-fruit .btn-filter {
  background: url(../imgs/devil-fruit/filter/all.png) 0 0 / 100% 200% no-repeat;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  color: #fff;
  font-size: 14px;
}
@media screen and (max-width: 576px) {
  .devil-fruit .btn-filter {
    font-size: 10px;
    line-height: 25px;
  }
}
@media screen and (min-width: 577px) and (max-width: 1200px) {
  .devil-fruit .btn-filter {
    font-size: 16px;
  }
.btn-news.btn-tin-tuc.active {
  background-color: transparent;
}
#select2-server_id-container {
  color: #fff;
  width: 87%;
  height: 100%;
  line-height: 44px;
}


div#selectCodeType input,
.input-captcha {
    background-color: #4f5c6f;
    width: 100%;
    border: 2px solid #000;
    height: 50px;
    color: #fff;
    font-weight: bold;
    padding: 0 0 0 5px;
}
div#selectCodeType input::placeholder,
.input-captcha::placeholder {
    color: #fff;
}
.giftcode-alert {
  width: 100%;
}
.giftcode-page .content {
  max-width: 790px;
}

.wrapper-payment .item-list-slick {
  padding-left: 0;
  padding-right: 0;
}
