.w_20px\!{
  width: 20px!important;
}
.h_20px\!{
  height: 20px!important;
}

.me_page_title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
}

.me_profile_container {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  gap: 5px;
}

.profile_picture {
  width: 50px;
  margin-right: 2px;
}

.me_profile_col{
  min-width: 0;
}

.profile_name {
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  /* line-height: 18px; */
  color: #FFFFFF;
  margin-bottom: 6px;
  word-break: break-word;
}

.profile_code {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #68707B;
  word-break: break-word;
}

.me_profile_vip {
  margin-left: auto;
  min-height: 40px;
  border-radius: 20px;
  padding: 7px 15px;
  background: #1C1F26;
  border: 1px solid #303847;
  display: none;
}

.me_profile_vip .vip_icon{
  width: 52px;
}

.vip_label_num {
  color: #fff;
  font-size: 12px;
  transform: scale(calc(11 / 12));
  position: absolute;
  top: 6px;
  left: 23px;
  width: 31px;
  text-align: center;
  line-height: 1;
  font-weight: bold;
}

.vip_label_num span{
  margin-right: 1px;
}

.me_page_container {
  background-size: 375px auto;
  /* padding: 0 27px; */
}

.me_page_container.login_no_bg {
  background: none;
}

.me_wallet {
  padding: 13px 15px;
  margin: 0 12px;
  background: #1C1F26;
  border: 1px solid #303847;
  border-radius: 12px;
  margin-bottom: 10px;
}

.me_wallet_title {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  color: #A4AAB6;
  margin-bottom: 4px;
  display: flex;
  gap: 4px;
}

.me_wallet_amount_wrap {
  display: flex;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: calc(32 / 22);
  color: #FFFFFF;
}

.me_wallet_amount {
  
}

.me_wallet_buttons {
  display: flex;
  gap: 20px;
  padding-top: 10px;
}

.me_wallet .me_wallet_buttons .button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 50%;
  padding: 10px 16px;
  font-size: 15px;
  min-height: 42px;
}
.me_wallet_button1 {
  background: var(--theme-hili-color);
  color: #fff;
}
.me_wallet_button1 img{
  filter: var(--filter-to-white);
  transform: translateY(-1px);
}
.me_wallet_button1:focus{
  background: var(--theme-hili-color);
  color: #fff;
}
.me_wallet_button2 {
  background: none;
  color: var(--theme-hili-color);
  border: 1px solid currentColor;
}
.me_wallet_button2 img{
  filter: var(--filter-to-theme-hili-color);
  transform: translateY(-2px);
}
.me_wallet .me_wallet_divider{
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin-top: 20px;
  margin-bottom: 15px;
}
.me_wallet .game_balance{
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.me_wallet .game_balance_left{
  font-size: 14px;
}
.me_wallet .game_balance_right{
  display: flex;
  align-items: center;
}
.me_wallet .retrieve_all_btn{
  background: #1C1F26;
  padding: 9px 13px;
  font-weight: bold;
  font-size: 12px;
  min-width: 85px;
  border: 1px solid #303847;
}
.me_wallet .game_balance_num{
  font-size: 14px;
  margin-right: 10px;
  font-weight: bold;
}
.me_wallet .game_balance_num .spinner5{
  width: 10px;
  height: 10px;
  font-size: 3px;
  margin-right: 7px;
}
.me_page_nav {
  display: flex;
  flex-direction: column;
  padding: 0 30px;
}

.me_page_nav>.item {
  display: flex;
  flex-wrap: nowrap;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  padding: 18px 0;
  align-items: center;
  font-weight: bold;
}

.me_page_nav>.item>div {
  position: relative;
}

.me_page_nav>.item>div:first-child {
  margin-right: 13px;
}

.me_page_nav>.item>div:last-child {
  margin-left: auto;
}

.me_page_nav>.item>div:last-child img{
  filter: var(--filter-to-68707B);
}

.me_page_nav>.item stop:first-child {
  stop-color: #FFFD06;
}

.me_page_nav>.item stop:last-child {
  stop-color: #E2A201;
}

.me_page_login {
  border-radius: 12px;
  border: 1px solid #303847;
  background: #1C1F26;
  padding: 20px 20px 30px;
  margin: 14px;
  color: #A4AAB6;
  text-align: center;
}

.me_page_login .logo {
  width: 138px;
  margin: 0 auto 12px;
}

.me_page_login .logo img {
  width: 100%;
}

.me_page_login_buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.me_page_login_buttons a {
  /* width: 48%; */
  width: 240px;
  height: 43px;
  line-height: 43px;
  font-size: 15px;
  text-align: center;
  color: #DD6419;
  border-radius: 32px;
  /* border: 2px solid #DD6419; */
  box-sizing: border-box;
  margin: 0 auto;
  font-weight: 700;
}

.me_page_login_buttons a:first-child {
  background: #DD6419;
  color: #fff;
}

.pin_code_form {
  padding: 0 20px;
}

.sp_dialog.not_set_password_dialog .sp_dialog_positive_button{
  width: 80%;
}