
:root {
  --eclbet-border-radius: 15px;
  --tfbo-border-radius: 5px;
  
}
:root{
  --background-primary: #FABB2E;
  --color-primary: #FABB2E;
  --color-primary-green: #289D82;
  --color-primary-red: #CC3633;
  --color-primary-grey: #2d2e30;
  --color-grey: #B2B2B2;
  --color-grey-scondary: #353537;
  --color-danger: #CC3633
}
body{
  font-family: 'Rubik';
  background-color: #282828;
  left: 0;
  right: 0;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.display-block{
  display: block;
}
.display-flex{
  display: flex;
}
.display-inline{
  display: inline-block;
}
.flex-end{
  display: flex;
  justify-content: flex-end;
}
.flex-1{
  flex: 1;
}
.flex-2{
  flex: 2;
}
.flex-col{
  flex-direction: column;
}
.flex-between {
  display: flex;
  justify-content: space-between;
}
.flex-align,.flex-center {
  align-items: center;
  display: flex
}
.text-capitalize{
  text-transform: capitalize;
}
.pointer{
  cursor: pointer;
}
.container{
  width: 1300px;
  margin: 0 auto;
}

.relative{
  position: relative;
}
.font-italic{
  font-style: italic;
}
.w-100{
  width: 100% !important;
}
.tc{
  text-align: center;
}
.hide{
  display: none;
}
.width-medium{
  width: 371px;
}
.color-primary-green{
  color: var(--color-primary-green) !important;
}
.color-primary{
  color: var(--color-primary-green) !important;
}
.color-primary-2 {
    color: var(--color-primary) !important;
}
.color-danger{
  color: var(--color-danger);
}
.bold{
  font-weight: 500;
}
.mt-5 {
  margin-top: 5px;
}
.mb-15{
  margin-bottom: 15px;
}
.mb-20{
  margin-bottom: 20px;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-20{
  margin-top: 20px;
}
.mb-40{
  margin-bottom: 40px;
}
.mb-5{
  margin-bottom: 5px;
}
.mr-7{
  margin-right: 7px;
}
.plr-m{
  padding-left: 1rem;
  padding-right: 1rem;
}
.mlr-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.relative{
  position: relative;
}

.form-group{
  margin-bottom: 20px;
}
.form-label__flex-between{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.pe-none{
  pointer-events: none;
}
.cursor-initial{
  cursor: initial !important;
}
.cursor-none {
  cursor: none;
}
.form-control__icon-wrapper{
  position: absolute;
  top: 19px;
  right: 16px;
  font-size: 14px;
  color: var(--color-primary-green);
  cursor: pointer;
  display: flex;
  align-items: center;
}
.form-error label{
  color: var(--color-danger);
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--color-grey);
  font-size: 12px;
}
.form-control{
  display: block;
  width: 100%;
  height: 57px;
  padding: 20px;
  font-size: 14px;
  line-height: 1.42857143;
  color: var(--color-grey);
  background-color: #47494B;
  background-image: none;
  border-radius: 15px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
.form-control:read-only {
  // background: #202020;
}
.form-control-select {
  background: #47494B;
}

.form-control-dropdown{
    position: absolute;
    top: 8px;
    right: 11px;
    pointer-events: none;
}

.form-control__input-option-tw{
  background: #202020;
  width: 321px;
  margin-top: 5px;
}
.form-group__side-input-wrapper{
  display: flex;
}
.section-title{
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  color: white;
  margin-bottom: 16px;
}
.section-title__spacing{
  padding: 1rem;
  padding-bottom: 0;
}
.banner-top{
  margin-top: 30px;
}
.section-bottom{
  margin-bottom: 30px;
}

.currency{
  margin-right: 3px;
}
.card{
  background: #252527;
  border-radius: 15px;
  padding: 16px 19px;
}
.mobile{
  display: none;
}
.account-info{
  margin-top: 60px;
}
.account-info .info-rule__wrapper{
  width: 1014px;
}

.login-animation__wrapper{
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 13;
  background-color: #333333;
  display:none;
  // opacity: 0;
  // pointer-events: none;
}
.login-animation__container{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.login-animation__wrapper.active{
  opacity: 1;
}
.login-animation__img{
  width: 500px;
  object-fit: contain;
}

.accordionItem{
  padding: 20px 0;
  border-bottom: 1px solid #333333;
}
.accordionItem:last-child{
  border-bottom: none;
}
.accordionItemContent{
  display: none;
  padding: 24px 0 0 32px;
}
.accordionItemContent.selected{
  display: block;
}
.accordionItemHeading{
  display: flex;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #ffffff;
  cursor: pointer;
  transition: all .3s;
}
.accordion-icon{
  margin-right: 24px;
  transition: all .3s;
}
.accordion-icon.selected{
  transform: rotate(180deg);
}

#app-faq-page{
  padding: 15px 14px 0px 14px;
}

#app-faq-page .title{
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.app-faq-select{
  width: auto;
  position: relative;
}

.app-faq-item-first{
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #353537;
  border-radius: 15px;
  overflow: hidden;
}

.app-faq-item-first.active{
  border-radius: 15px 15px 0 0;
  background: #626262;
}

.app-faq-dropdown-list{
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  overflow: hidden;
  border-radius: 0 0 15px 15px;
  background-color: #353537;
}

.app-faq-select-item{
  display: block;
  font-weight: 500;
  font-style: Medium;
  font-size: 14px;
  line-height: 19px;
  color: #ffffff;
  padding: 10px 21px;
  flex-grow: 1;
}

.app-faq-select-item.selected{
  color: var(--color-primary);
}

.app-faq-select-icon{
  padding: 17px 21px;
  transition: all .3s;
}

.app-faq-select-icon.active{
  transform: rotate(180deg);
}

.app-faq-content-wrapper{
  display: grid;
  gap: 20px;
  margin-top: 20px;
}

.modalWrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: table;
  z-index: 13;
  display: none;
}
.modalWrapper .modalContainer {
  display: table-cell;
  vertical-align: middle;
}
.modalWrapper .overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
  top: 0;
  z-index: 0;
}


.modalWrapper .modalContainer .modal .modalCloseBtn {
  position: absolute;
  right: 30px;
  top: 30px;
  -webkit-text-stroke: 2px #171717;
  height: 12px;
  cursor: pointer;
}

.modalWrapper .modalContainer .modal .title {
  color: #fff;
  padding-bottom: 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
}
.close-wrapper{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #353535;
  padding: 5px;
}
.icon-title__medium{
  margin-right: 7px;
  width: 16px;
}
#transferingModal .modal {
  width: 296px;
  height: 190px;
  position: relative;
  padding: 0
}

#transferingModal p {
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  color: #fff;
  position: absolute;
  bottom: 56px;
  text-align: center;
  width: 100%
}

#transferingModal .loadingGif {
  padding-top: 24px;
  display: block;
  margin: auto;
  height: 95px
}

#transferStatusModal .modalContainer .modal {
  overflow-x: unset;
  overflow-y: unset;
  margin: 0 auto;
  position: relative;
  padding: 20px;
}

#transferStatusModal .wallet {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative
}

#transferStatusModal .wallet .walletName {
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  color: #fff;
  display: inline-block;
  padding-bottom: 24px
}

#transferStatusModal .wallet .walletName:empty {
  padding-bottom: 0
}

#transferStatusModal .tooltip {
  position: absolute;
  right: -24px;
  top: 0
}

#transferStatusModal .tooltip .tooltipIcon {
  cursor: pointer
}

#transferStatusModal .tooltip .tooltipContent {
  background: linear-gradient(91.23deg,#2cbd9c 0%,#289d82 100%);
  position: absolute;
  padding: 12px 16px;
  border-radius: 8px;
  width: 156px;
  box-sizing: border-box;
  z-index: 1;
  top: 32px;
  left: 8px;
  display: none
}

#transferStatusModal .tooltip .tooltipContent::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  border-width: 0 26px 34px 0;
  border-style: solid;
  border-color: transparent transparent #2cbd9c transparent;
  z-index: -1
}

#transferStatusModal .tooltip .tooltipContent.active {
  display: block
}

#transferStatusModal .tooltip .tooltipContent .walletList ul li {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  color: #fff!important;
  padding-bottom: 4px;
  text-align: left
}

#transferStatusModal .table {
  border-radius: 8px;
  overflow: hidden;
  margin: 0 0 24px
}

#transferStatusModal .table .tableHeader {
  background-color: rgba(51,51,51,.5);
  text-align: center
}

#transferStatusModal .table .tableHeader .tableRow {
  font-size: 0
}

#transferStatusModal .table .tableHeader .tableRow p {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #b2b2b2;
  padding-bottom: 0
}

#transferStatusModal .table .tableBody {
  border: 1px solid #333;
  border-radius: 0 0 8px 8px
}

#transferStatusModal .table .tableBody .tableRow .status {
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  color: #fff;
  padding-bottom: 0;
  text-align: center
}

#transferStatusModal .table .tableBody .tableRow .status.success {
  color: #fabb2e
}

#transferStatusModal .table .tableRow {
  padding: 12px 8px
}

#transferStatusModal .btnWrapper {
  text-align: right
}

#transferStatusModal .btnWrapper .okBtn {
  font-family: rubik,sans-serif;
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 17px;
  background: linear-gradient(91.23deg,#fabb2e 0%,#e5b35c 100%);
  display: inline-block;
  padding: 12px;
  text-align: center;
  color: #000;
  width: 100px;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  box-sizing: border-box
}

.launch-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background: black;
}
.launch-loading{
  width: 200px
}
.launch-meaning{
  color: white;
  text-align: center;
}
.color-white{
  color: white;
}
.launch-meaning__url{
  margin-bottom: 1rem;
}
.display-hide{
  display: none;
}
.justify-center {
  justify-content: center;
}
.underline {
  text-decoration: underline;
}

.popup-layer{
  width: 100% !important;
  bottom: 0 !important;
  top: 0 !important;
}

.numbergame-tnc__content-title{
  font-size: 16px;
  position: relative;
  left: -1rem;
  margin-bottom: 1rem;
}
.numbergame-tnc__content-li-1{
  padding-left: 1rem;
}

#receipt-label{
  background: #202020;
  border-radius: 15px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 14px;
  padding: 20px;
  color: #b2b2b2;
  width: 100%;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0;
}

.pd-east-west{
  width: 24px;
  height: 24px;
  font-size: 8px;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  overflow: hidden;
  margin: 0 10px;
  color: white;
}
.pd-eastern{
  background: #259d81;
  // width: 100%;
  // height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pd-western{
  background: #fabb2e;
  // width: 100%;
  // height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pd-score__wrapper{
  display: flex;
  align-items: center;
}
.pd-score{
  width: 17px;
}
.pd-score-nickname{
  width: 140px;
}
.pd-score-region{
  width: 80px;
}
.pd-score-th{
  width: 180px;
}
.pd-no-th{
  width: 45px;
}
.pd-score-date{
  width: 180px;
}

.ul-decimal{
  list-style-type: decimal;
}
.ul-child{
  list-style: disc;
  padding-left: 1rem;
}

.btn-inactive-click{
  background: #B2B2B2 !important;
  pointer-events: none !important;
}

.btn-inactive-can-click{
  background: #B2B2B2 !important;
}
.liveChatIframe{
  position: fixed;
  bottom: 0;
  right: 0;
  border: none;
  width: 500px;
  height: 100px;

}
.livechat-wrapper{
  position: fixed;
  bottom: 0;
  right: 0;
}
.livechat-container{
  width: 255px;
  height:50px;
  color: #000000;
  background-color: #FABB2E;
  box-shadow: rgba(0, 0, 0, 0.125) 0px 0.362176px 0.941657px -1px, rgba(0, 0, 0, 0.18) 0px 3px 7.8px -2px;
  border-radius: 8px 8px 0px 0px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
}
.livechat-icon{
  display: inline-block;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1em;
  height: 1em;
  font-size: 1.5rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  fill: currentColor;
}

.livechat-iframe__wrapper{
  opacity: 1;
  visibility: visible;
  z-index: 2147483639;
  bottom: 0px;
  width: 392px;
  height: 714px;
  max-width: 100%;
  max-height: calc(100% + 0px);
  min-height: 0px;
  min-width: 0px;
  background-color: transparent;
  border: 0px;
  overflow: hidden;
  right: 0px;
  transition: none 0s ease 0s !important;
}
.livechat-iframe{
  width: 100%;
  height:100%;
  border: none;
}
.margin-center{
  margin: 0 auto;
}
.pagination-right{
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}

.member-platinum{
  animation: glow 2s ease-in-out infinite alternate;
}
.member-gold {
  color: #fabb2e;
}
.list-nickname .member-gold{
  color: #fabb2e;
  overflow: hidden;
  text-overflow: ellipsis;
  width: inherit;
  display: block;
}
.country-logo__container{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.country-logo__name{
  color: white;
}
.country-logo__wrapper{
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
}
.country-logo__wrap{
  display: flex;
  gap: 31px;
}

.mb-1rem{
  margin-bottom: 1rem;
}

.mb-05rem{
  margin-bottom: .5rem;
}

.rules-number-reference{
  margin-top: 1rem;
}
.lable-tips{
  font-style: italic;
  color: var(--color-primary-green);
  font-size: 12px;
}
.w-auto {
  width: auto !important;
}
.pd-search__dropdown.height-30{
  height: 300px;
  overflow-y: auto;
}

.icon-arrow{
  transition: all .3s;
}
.icon-arrow__parent.open .icon-arrow{
  transform: rotate(-180deg);
}
.deposit-tab__question-wrapper{
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 7px;
}
.deposit-tab__question__content{
    background: #343435;
    border-radius: 15px;
    padding: 17px;
    position: fixed;
    transform: scale(0);
    transform-origin: 0 0;
    transition: all .3s;
    width: 228px;
    z-index: 100;
    color: white;
    text-align: left;
}
.deposit-tab__question-p{
  margin-bottom: 10px;
}
.deposit-tab__question-wrapper:hover .deposit-tab__question__content {
    transform: scale(1);
}

.box-1{
  background: #323232;
  border-radius: 10px;
  padding: 15px;
}

// #dbee1 {
//   position: fixed;
//   right: 1rem;
//   bottom: 1rem;
//   z-index: 999;
// }
// .c8d90.deef1{
//     width: 400px !important;
//     height: 600px !important;
// }
@keyframes glow {
  0% {
      text-shadow: 0 0 5px #fff, 0 0 5px #673AB7, 0 0 5px #673AB7
  }
  20% {
      text-shadow: 0 0 5px #fff, 0 0 5px #FFEB3B, 0 0 5px #FFEB3B
  }
  40% {
      text-shadow: 0 0 5px #fff, 0 0 5px #8BC34A, 0 0 5px #8BC34A
  }

  60% {
      text-shadow: 0 0 5px #fff, 0 0 5px #03A9F4, 0 0 5px #03A9F4
  }
  80% {
      text-shadow: 0 0 5px #fff, 0 0 5px #FF9800, 0 0 5px #FF9800
  }


  to {
      text-shadow: 0 0 5px #fff, 0 0 5px #ff4da6, 0 0 5px #ff4da6
  }
}
@keyframes loading {
  to {
    background-position-x: -20%;
  }
}
@keyframes el-skeleton-loading {
  0% {
      background-position: 100% 50%
  }

  to {
      background-position: 0 50%
  }
}
@media (max-width: 1400px){
  .container{
   width: 95vw;
  }
}
@media (max-width: 1350px){
  .container{
    padding-left: 100px;
  }
}
@media (max-width: 768px){
  .desktop{
    display: none;
  }
  .mobile{
    display: block;
  }
  .container{
    width: auto;
  }
  .has-space{
    margin-left: 16px;
    margin-right: 16px;
  }
  .has-footer{
    margin-bottom: 80px;
    margin-top: 56px
  }
  .has-app .has-footer{
    margin-top: 137px
  }
  .has-header{
    margin-top: 68px;
  }
  .section-title{
    font-size: 16px;
  }
  .form-control{
    height: 42px;
    font-size: 12px;
    padding: 10px 20px;
    line-height: 1.9;
  }
  .form-control__icon-wrapper{
    top: 11px;
  }
  .form-group{
    margin-bottom: 14px;
  }
  .width-medium{
    width: 100%;
  }
  .account-info .info-rule__wrapper{
    width: 100%;
  }
  .form-control-select{
      background: #353537 !important
  }
  .form-control__input-option-tw{
    width: 292px;
  }
  .numbergame-tnc__content-title{
    left: 0;
  }
  .numbergame-tnc__content-li-1{
    padding-left: 1rem;
  }
  #receipt-label{
    padding: 10px 20px;
  }
  .form-control-dropdown{
    top: 6px;
  }
  .pd-score-date{
    width: 160px;
  }
  .login-animation__img{
    width: 100%;
  }
  .livechat-wrapper{
    display: none !important;
  }
  .title-special-top{
     position: relative;
     top: 14px;
  }
  .country-logo__wrapper{
      position: relative;
  }
}

.TFBO .login-animation__img{
  width: 200px;
}
