
.pd-contest__wrapper{
  background-color: #272727;
  border-radius: 15px;
  position: relative;
  max-width: 867px;
  padding: 30px 43px;
  flex: 1;  
}
.pd-countdown__wrapper{
  display: flex;
  justify-content: space-between;
}
.pd-contest__card{
  background: linear-gradient(to right, #0038FF, #FF0000);
  padding: 8px;
  animation: animatedgradient 5s ease alternate infinite;
  position: relative;
  background-size: 300% 300%;
  border-radius: 15px;
  margin-bottom: 30px;
}
.pd-contest__card-inner{
  background: #272727;
  color: white;
  padding: 1rem;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.pd-select__container{
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-direction: column;
}
.pd-select__info-icon_wrapper{
  margin-left: 5px;
  cursor: pointer;
}
.pd-select-info-msg{
  width: 220px;
  padding: 18px;
  font-size: 14px;
  color: var(--color-grey);
  transition: all 0.3s;
  transform-origin: 10px 10px;
  transform: scale(0);
  top: 0;
  position: relative;
  text-align: justify;
  background-color: #353537;
  position: absolute;
  z-index: 2;
  left: 282px;
}
.pd-select__info-icon_wrapper:hover .pd-select-info-msg{
  transform: scale(1);
}
.pd-drag-select{
  font-size: 14px;
  font-style: italic;
  color: #B2B2B2
}
.pd-select-team{
  font-size: 14px;
}
.pd-swiper{
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
.pd-swiper__wrapper{
  width: 400px;
}
.pd-wheel{
  color: white;
  width: 100px;
  background-color: transparent;
  height: 150px;
}
.pd-wheel__wrapper{
 position: relative;
}
.pd-swiper__header{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  padding-left: 32px;
}
.pd-swiper__footer{
  margin-top: 10px;
}
.pd-swiper__img{
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-direction: column;
  opacity: 0.5;
}
.swiper-slide-active .pd-swiper__img{
  opacity: 1;
}
.eastern .pd-swiper__img {
  // background: #259d81;
}
.western .pd-swiper__img{
  // background: #fabb2e;
}
.eastern .fake-img {
  background: #ce6a6c;
}
.western .fake-img{
  background: #49919d;
}
.pd-swiper__wrapper .swiper-3d .swiper-slide-shadow-left{
  background-image: none;
}
.pd-swiper__wrapper .swiper-3d .swiper-slide-shadow-right{
  background-image: none;
}
.pd-vs{
  padding-right: 100px;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #B2B2B2;
  font-size: 24px;
}
.pd-bo{
  font-size: 14px;
  font-style: italic;
}
.pd-wheel__box-wrapper{
  position: absolute;
  top: 52px;
  left: 24px;
  display: flex;
  align-items: center;
  pointer-events: none;
}
.pd-wheel__box{
  width: 49px;
  height: 49px;
  border-radius: 5px;
  border: 1px solid #737373;
  color: #B2B2B2;
  margin-right: 3px;
}
.simple-wheel{
  border: none;
}
.simple-wheel li{
  opacity: 0.4;
}
.simple-wheel li.selected{
  opacity: 1;
  color: white;
}
.pd-swiper__wrapper .swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100px;
  height: 100px;
}

.pd-swiper__wrapper .swiper-slide img {
  display: block;
  width: 100%;
}

.pd-modal__warning{
  color: #CC3633;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 10px;
}

.pd-modal__result-wrapper{
  display: flex;
  margin: 20px 0;
  align-items: center;
}
.pd-modal__result-container{
  display: flex;
  align-items: center;
}

.pd-modal__result-vs{
  margin: 0 10px;
}
.pd-modal__score{
  margin: 0 10px;
  font-size: 22px;
}
.pd-modal__img{
  width: 40px;
  height: 40px
}
.pd-modal__team{
  width: 80px
}
.pd-modal__team-left{
  text-align: left;
}
.pd-modal__team-right{
  text-align: right;
}

.prediction-loading{
  position: absolute;
  top: 0;
  z-index: 3;
  background: #272727;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-nba__gif{
  position: absolute;
  bottom: 0;
  left: 24px;
}

.pd-mobile__countdown-wrapper{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.pd-mobile__countdown-left{
  display: flex;
  align-items: center;
}
.pd-mobile__countdown-right{
  font-size: 14px;
}
.pd-mobile__tutorial-rule__wrapper{
  display: flex;
  margin-bottom: 10px;
}
.pd-mobile__video{
  background: #289D82;
  color: white;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  flex: 1.5;
  padding: 10px;
  text-align: center;
  margin-right: 5px;
}
.pd-mobile__rule{
  flex: 1;
  background: #47494B;
  color: white;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  padding: 10px;
  margin-left: 5px;
}

.pd-search__wrapper{
  display: flex;
  align-items: center;
}
.pd-search__btn{
  background: #B2B2B2;
  border-radius: 15px;
  font-size: 14px;
  font-weight: 700;
  color: black;
  padding: 10px 25px;
}
.pd-search__btn.active{
  cursor: pointer;
  background: #FABB2E;
}
.pd-search__container{
  border-radius: 25px;
  padding: 10px 14px;
  margin-right: 10px;
  display: flex;
  background: #202020;
  align-items: center;
}
.pd-search__pill-wrapper{
  position: relative;
  margin-right: 10px;
  width: 100px;
}
.pd-search__pill-wrapper.team{
  width: 180px;
}
.euro-search__pill-wrapper{
  position: relative;
  margin-right: 10px;
  width: 150px;
}

.pd-search__icon{
  width: 19px;
  height: 19px;
  margin-right: 10px;
}
.pd-search__pill{
  background: #353537;
  border-radius: 15px;
  color: #B2B2B2;
  padding: 10px 20px;
  min-width: 100px;
  cursor: pointer;
  width: 100%;
}
.pd-search__dropdown{
  position: absolute;
  top: 60px;
  width: 100%;
  background: #353537;
  border-radius: 15px;
  color: #B2B2B2;
  padding: 5px 0;
  transition: all 0.3s;
  transform: scale(0);
  transform-origin: 50% 0;
  z-index: 1;
  max-height: 350px;
  overflow-y: auto;
}
.pd-search__dropdown.selected{
  transform: scale(1);
}
.pd-search__dropdown-li{
  cursor: pointer;
  padding: 7px 10px 5px 20px;
  color: #B2B2B2;
  transition: all .3s;
}
.pd-search__dropdown-li:hover{
  background: #202020;
}
.pd-search__dropdown-li.selected{
  background: #202020;
}
.pd-search__vs{
  color: #B2B2B2;
  margin-right: 10px;
}
.pd-rules_modal {
  width: 1125px !important;
  max-width: 1125px;
}

.pd-nba__end-score__wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-nba__end-score__card{
  display:flex;
  align-items: center;
}
.pd-nba__end-team-img{
  width: 50px;
  height: 50px;
}
.pd-nba__end-team{
  font-size: 28px;
  color: #B2B2B2;
}
.pd-nba__end-vs{
  margin: 0 1rem;
  font-size: 29px;
  color: #B2B2B2;
}
.pd-nba__end-score{
  width: 100px;
  text-align: center;
  font-size: 28px;
  color: #B2B2B2;
}
.pd-nba__end-congra{
  font-size: 14px;
  color: white;
  text-align: center;
  margin: 2rem 0 1rem;
}
.pd-euro__end-team-img{
  width: 50px;
}
.pd-winner__container{
  border-radius: 1rem;
  border: 1px solid #B2B2B2;
  color: white;
  display: inline-block;
  overflow: hidden;
  font-size: 12px;
}
.pd-winner__wrapper{
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.pd-winner__header{
  display: flex;
  background: #333435;
  padding: .5rem 0;
}
.pd-winner__header-no{
  width: 50px;
  text-align: center;
}
.pd-winner__header-nickname{
  width: 180px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: .5rem;
}
.pd-winner__header-region{
  width: 100px;
}
.pd-winner__header-group{
  width: 50px;
}
.pd-winner__body{
  display: flex;
  padding: .5rem 0;
  background: #333435;
}
.pd-winner__body:nth-child(even) {
  background: #272727;
}
.pd-nba__end-team-img__wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pd-nba__end-team-img__text{
  display: none;
}
.ng-contest__countdown-icon-big{
  width: 30px;
  height: 30px;
  margin-right: 1rem;
}
.pd-end__event-end{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #B2B2B2;
  margin-bottom: 1rem;
}
.nba-mini{
  color: white
}
.nba-mini__predict__img{
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.nba-mini__predict-card{
  display: flex;
  flex: 1;
  border-right: 1px dashed grey;
  padding-left: 1rem;
}
.nba-mini__predict-card:last-child{
  border: none;
}
.nba-mini__predict-title-1{
  text-align: center;
  margin-bottom: .4rem;
}
.nba-mini__predict-title-2{
  font-size: 14px;
  margin-bottom: .5rem;
}
.nba-mini__predict__wrapper{
  border: 1px solid #737373;
    border-radius: 8px;
    display: flex;
    padding: .8rem;
    margin-bottom: 1rem;
}
.nba-mini__predict__index{
  color: #B2B2B2;
  font-size: 12px;
  margin-bottom: .8rem;
}
.nba-mini__predict__content{
  margin-left: .5rem;
  padding-top: .2rem;
}
.nba-mini__predict-team__select-title{
  color: #737373;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  margin-bottom: .3rem;
}
.nba-mini__predict__team-select{
  font-style: italic;
  color: #737373;
  font-size: 12px;
}
.nba-mini__predict__team{
  color: var(--color-primary-green);
}
.western.nba-mini__predict__team{
  color: #FABB2E;
}
.nba-mini__predict__none{
  width: 60px;
  height: 60px;
  background-color: #18191A;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #737373;
}
.nba-mini__predict-team__wrapper{
  background: #2D2E30;
  border-radius: 8px;
  padding: 1rem;
  display: grid;
  grid-template-columns: repeat(5, 1fr); /* 5 equal columns */
  grid-template-rows: 1fr; /* 1 row */
  gap: 10px; /* optional spacing */
}
.nba-mini__predict-team__card{
  border: 1px solid #737373;
  border-radius: 8px;
  cursor: pointer;
  align-items: center;
  display: flex;
  padding: .5rem;
  gap: 8px;
  overflow: hidden;
  position: relative;
  font-size: 13px;
}
.nba-mini__predict-team__card-img{
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.nba-mini__predict-team__card-number{
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
    height: 20px;
    text-align: center;
    background: var(--color-primary-green);
    border-bottom-left-radius: 8px;
}
.western .nba-mini__predict-team__card.selected{
  border-color: #FABB2E;
}
.western .nba-mini__predict-team__card-number{
  background: #FABB2E;
}
.nba-mini__predict-team__card.selected{
  border-color: var(--color-primary-green);
}
.nba-mini__result-img{
  width: 26px;
  height: 26px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.nba-min__divider{
  border-bottom: 1px dashed grey;
  padding-top: 2rem;
  margin-bottom: 2rem;
}
.nba-mini-table tbody td{
  vertical-align: top;
}
.modal-nba-mini__img-wrapper{
  display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}
.nba-mini-mobile__select{
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  text-align: center;
  padding: 0.5rem .8rem;
  background: #47494B;
  color: white;
}
.nba-mini-mobile__select.selected{
  background: #FABB2E;
  color: black;
}
.nba-mini-mobile__select-wrapper{
  display: none;
}
.latest-prediction-count{
  color: #B2B2B2;
}
.nba-mini-ticket-require{
  font-style: italic;
  color: var(--color-danger);
  font-size: 12px;
  text-align: center;
}
.latest-prediction-count__wrapper{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
  color: white;
}
.latest-prediction-count__container{
  margin-right: .5rem;
}
.latest-prediction-count__number{
font-size: 22px;
}
.nbaMini-result__container{
  display: flex;
  gap: 2rem;
}
.nbaMini-result__img{
  width: 63px;
}
.nbaMini-result__img-wrapper{
  display: flex;
  gap: 1rem;
}
.nbaMini-result__title{
  color: #FFFFFF;
  font-size: 12px;
  margin-bottom: 8px;
}
@media (max-width: 768px){
  .nba-mini-mobile__select-wrapper{
    display: flex;
    gap: .7rem;
  }
    .nba-mini.selected{
      display: block;
    }
    .nba-mini{
      display: none;
    }
    .nba-mini__predict__content{
      flex: 1;
    }
   .nba-mini__predict__team{
    overflow: hidden;
    text-overflow: ellipsis;
    width: 78%;
   }
  .nba-mini__predict-card{
    border: 1px solid grey;
    border-radius: 8px;
    padding-top: .4rem;
    padding-bottom: .4rem;
  }
  .nba-mini__predict-card:last-child{
    border: 1px solid grey;
  }
  .nba-mini__predict__wrapper{
    border: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1fr;
    gap: .5rem;
    padding: .5rem;
    margin-bottom: .5rem;
  }
  .nba-mini__predict-team__wrapper{
    grid-template-columns: repeat(3, 1fr);
  }
  .nba-mini__predict-team__card{
    flex-direction: column;
    text-align: center;
  }
  .nba-mini__predict-title-1{
    display: none;
  }
  .nba-mini__predict-title-2{
    text-align: center;
    padding-top: .5rem;
  }
  .nba-min__divider{
    display: none;
  }
  .modal-nba-mini__search__wrapper{
    display: flex;
  }
  .modal-nba-mini__search__wrapper .pd-search__pill-wrapper.team {
      width: 150px;
      margin-bottom: .4rem;
  }
  .modal-nba-mini__search__wrapper .pd-search__pill {
    font-size: 13px;
  }
  .pd-contest__wrapper{
    width: auto;
    background-color: unset;
    padding: 0;
    margin: 0 10px;
    max-width: 100%;
  }
  .pd-contest__card-inner{
    flex-direction: column;
    padding: 0.5rem 1rem;
  }
  
  .pd-nba__gif{
    display: none;
  }
  .pd-contest__card{
    padding: 4px;
    margin-bottom: 20px;
  }
  .pd-swiper{
    flex-direction: column;
  }
  .pd-swiper__wrapper{
    width: 350px;
  }
  .pd-vs{
    padding-right: 0;
  }
  .pd-mobile__bg{
    border-radius: 0;
    background-color: #272727;
    padding-bottom: 2rem;
  }
  .pd-wheel__wrapper{
    display: none;
  }
  .pd-mobile__swiper{
    width: 250px;
    margin: 1.5rem 0;
  }
  .pd-mobile__wheel-wrapper{
    position: absolute;
    top: 9px;
    display: flex;
    flex-direction: column;
    left: calc(50% - 25px);
    color: #B2B2B2;
    font-size: 14px;
  }
  .pd-mobile__wheel-box {
    width: 49px;
    height: 49px;
    border-radius: 5px;
    border: 1px solid #737373;
    color: #B2B2B2;
    margin-right: 3px;
    margin-bottom: 6px;
  }
  .pd-mobile__swiper .swiper-slide{
    width: 50px;
    opacity: 0.5;
    transition: all .3s;
  }
  .pd-mobile__swiper .swiper-slide-active{
    opacity: 1;
    transform: scale(1.5);
  }
  .pd-drag-select{
    margin-bottom: 16px;
    font-size: 12px;
  }
  .pd-mobile__btn-submit{
    width: 50%;
    margin: 0 auto;
  }
  .pd-back{
    display: flex;
    color: white;
  }
  .pd-back__icon{
    margin-right: 10px;
  }
  .pd-select-info-msg{
    left: 18px;
    top: 0;
    transform-origin: 210px 8px;
  }
  .pd-contest__info{
    position: absolute;
    right: -12px;
    top: -5px;
    display: block;
  }

  .pd-score-my{
    width: 140px;
  }
  .pd-table-my-record tbody td{
    font-size: 13px;
    padding: 12px 14px;
  }
  .pd-table-my-record thead tr th{
    padding: 12px 14px;
  }


  .pd-search__wrapper {
    flex-direction: column;
    margin-top: 10px;
  }
  .pd-search__container {
    flex-direction: column;
    padding: 0;
    margin-right: 0;
    background: transparent;
    margin-bottom: 25px;
  }
  .pd-search__vs{
    width: 100%;
    text-align: center;
    padding: 16px 0;
    margin-right: 0;
  }
  .pd-search__btn{
    width: 80%;
    text-align: center;
  }
  .pd-modal{
    overflow-y: unset;
    top: -60px;
    position: relative;
  }
  .pd-search__mobile-wrapper{
    width: 222px;
    margin: 0 auto;
  }
  .pd-rules_modal {
    min-height: auto;
    width: 100%;
  }

  .euro-search__pill-wrapper{
    width: 100%;
    margin-bottom: 1rem;
    margin-right: 0;
    font-size: 13px;
  }
  .euro-search__pill-50{
    width: 50%;
  }
  .pd-winner__wrapper{
    flex-direction: column;
    align-items: center;
  }
  .pd-nba__end-team-img__text{
    color:#B2B2B2;
    font-size: 14px;
    display: block;
  }
  .pd-nba__end-team{
    display: none;
  }
  .pd-winner__container{
    margin-bottom: 1rem;
  }
  .pd-nba__end-score{
    width: 80px;
  }
  .pd-winner__header-region{
    width: 80px;
  }
}
