#login-form .king-form-tall-button-wallet-connect {
  display: none;
}

#login-form .king-form-tall-button-login {
  width: 100%;
}

.truncate-name {
  overflow: hidden;
  text-overflow: ellipsis;
}

.header-right .wallet-connect {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
.wallet-connect-img{
  display: none;
}

#custom-logout-btn {
  cursor: pointer;
}

.header-right .wallet-connect-img{
  display: block;
  width: 20px;
  height: 15px;
}

.text-disabled {
  color: #adadade6;
}

#login-form {
  width: 50%;
}

.mt-4 {
  margin-top: 0.4rem;
}

.mb-10 {
  margin-bottom: 1rem;
}
.mb-20 {
  margin-bottom: 3rem;
}

.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}

#login-form, #register-form {
  width: 50%;
}

#qa_captcha_div_1 .king-form-tall-number{
  color: black;
}

.hidden {
  visibility: hidden;
}

.price-hidden {
  opacity: 0;
}

.king-login-modal-sign-div {
  display: grid;
}

#king-login-modal-sign-btn {
  background-color: #635bff;
  border: 0;
  display: block;
  color: #fff;
  font-size: 13px;
  line-height: 50px;
  height: 50px;
  font-weight: bold;
  padding: 0 38px;
  cursor: pointer;
  border-radius: 14px;
  margin-top: 10px;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out
}

#king-login-modal-sign-btn:hover, #king-login-modal-sign-btn:focus,#king-login-modal-sign-btn:active {
  color: #fff;
  background-color: #383838;
  box-shadow: none
}

.nav-user-remaining-count-badge {
  position: absolute;
  bottom: 130px;
  left: 22px;
  padding: 2px 8px;
}

@media (max-width: 768px) {
  .header-right .wallet-text{
    display: none;
  }
  .header-right .king-submit .kingadd{
    display: none;
  }
  #login-form, #register-form {
    width: 100%;
  }

  .membership-plans {
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

}

