.wa-card[data-v-e50c2c7c] {
  background: rgba(20, 20, 20, 0.8);
  width: 100%;
  border-radius: 16px;
  border: 2px solid rgba(11, 61, 85, 0.4);
  padding: 30px 18px;
  text-align: center;
  position: relative;
  font-family: system-ui, sans-serif;
}
.wa-close[data-v-e50c2c7c] {
  position: absolute;
  top: 10px;
  right: 12px;
  border: none;
  background: white;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  cursor: pointer;
  font-size: 16px;
}
.wa-card h2[data-v-e50c2c7c] {
  text-align: center;
  color: #1b5ba5;
}
.wa-sub[data-v-e50c2c7c] {
  margin-top: 10px;
  font-size: 14px;
  color: #555;
}
.wa-sub span[data-v-e50c2c7c] {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.wa-code-box[data-v-e50c2c7c] {
  direction: ltr;
  unicode-bidi: isolate;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.wa-copy-btn[data-v-e50c2c7c] {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  height: unset;
  background: linear-gradient(to right, #2ba9d7, #80d0c7);
  color: #ffffff;
  border: none;
  padding: 15px;
  width: 100%;
  font-weight: 600;
  border-radius: 50px;
  margin-top: 20px;
  font-size: 1rem;
  margin-left: 0;
}
.wa-code[data-v-e50c2c7c] {
  font-size: 26px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 3px;
}
.wa-code span[data-v-e50c2c7c] {
  color: #1b5ba5;
}
.wa-code div[data-v-e50c2c7c] {
  width: 27px;
  height: 40px;
  border-radius: 6px;
  border: 1px solid #6a6a6a;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}
.wa-copy[data-v-e50c2c7c] {
  background: linear-gradient(to right, #2ba9d7, #80d0c7);
  color: #fff;
  border: none;
  padding: 15px;
  width: 100%;
  border-radius: 50px;
  font-size: 18px;
  font-weight: bold;
  cursor: pointer;
  max-width: 360px;
}
.wa-edit[data-v-e50c2c7c] {
  margin-left: 10px;
  cursor: pointer;
  color: #4c96eb !important;
}
[data-v-e50c2c7c] .login-dialog {
  width: 85% !important;
  max-width: 500px !important;
  padding: 0;
}
[data-v-e50c2c7c] .login-modal {
  z-index: 2001 !important;
}
[data-v-e50c2c7c] .el-dialog__headerbtn {
  position: absolute;
  z-index: 999;
  width: 30px;
  height: 30px;
  top: 25px;
  right: 10px;
}
[data-v-e50c2c7c] .el-dialog__headerbtn .el-icon {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 18px;
  color: #fff;
}
.img-box[data-v-e50c2c7c] {
  width: 100%;
  max-width: 350px;
  margin-top: 15px;
  border-radius: 10px;
}
.waTips .tips[data-v-e50c2c7c] {
  color: #fff;
}
.waTips .tips-content1[data-v-e50c2c7c] {
  color: #fff;
  font-size: 0.9rem;
}
.waTips .tips-content2[data-v-e50c2c7c] {
  color: #1b5ba5;
  font-size: 0.85rem;
  font-weight: bold;
}
.waTips .verification-code-box[data-v-e50c2c7c] {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  gap: 10px;
}
.waTips .verification-code-box .verification-code[data-v-e50c2c7c] {
  color: #888;
  font-size: 0.8rem;
}
.waTips .verification-code-box .verification-code-value[data-v-e50c2c7c] {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  letter-spacing: 2px;
}
.return-button[data-v-e50c2c7c] {
  display: flex;
  align-items: center;
  gap: 2px;
  padding: 6px;
  border: none;
  border-radius: 5px;
  color: #fff;
  background: linear-gradient(135deg, #2ba9d7, #80d0c7);
  font-size: 11px;
  cursor: pointer;
}
.wa-popup-text[data-v-e50c2c7c] {
  background: linear-gradient(to right, #2ba9d7, #80d0c7);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #2ba9d7;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
  width: fit-content;
  margin: auto;
  margin-top: 20px;
}
[data-v-e50c2c7c] .return-button span {
  white-space: break-spaces;
}
.wa-retry-box[data-v-e50c2c7c] {
  display: flex;
  align-items: center;
  gap: 5px;
  justify-content: center;
  margin-top: 30px;
}.primary-message {
  background: #409eff !important;
  border: unset !important;
  border-radius: 30px !important;
}
.primary-message .el-message__content {
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
}
.primary-message .el-message__icon {
  display: none !important;
}.error[data-v-ff9d7aa7] {
  border: 2px solid #ff4d4d !important;
}
[data-v-ff9d7aa7] .login-modal {
  background: rgba(0, 0, 0, 0.85);
}
[data-v-ff9d7aa7] .login-dialog {
  background: unset;
  width: 100%;
  max-width: 500px;
  box-shadow: unset;
}
.login-content[data-v-ff9d7aa7] {
  color: #fff;
}
.login-content .login-title[data-v-ff9d7aa7] {
  font-size: 19px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.phone-input-container[data-v-ff9d7aa7] {
  padding: 25px 20px;
  background: linear-gradient(135deg, #04262e, #164e51) !important;
  border-radius: 20px;
}
.phone-input-wrapper[data-v-ff9d7aa7] {
  width: 100%;
  display: flex;
  border-radius: 15px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.country-select-wrapper[data-v-ff9d7aa7] {
  position: relative;
  width: 28%;
}
.country-select[data-v-ff9d7aa7] {
  height: 100%;
  width: 100%;
  padding: 0.8rem;
  background: transparent;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  appearance: none;
  outline: none;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
[dir=rtl] .country-select[data-v-ff9d7aa7] {
  border-right: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.phone-input[data-v-ff9d7aa7] {
  flex: 1;
  padding: 0.8rem;
  background: transparent;
  border: none;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  outline: none;
  width: 70%;
}
.country-popover[data-v-ff9d7aa7] {
  padding: 0 !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15) !important;
  width: 260px !important;
}
.country-popover .country-dropdown[data-v-ff9d7aa7] {
  overflow: hidden;
  border-radius: 20px;
  padding-bottom: 5px;
}
.country-popover .country-dropdown .search-box[data-v-ff9d7aa7] {
  display: flex;
  align-items: center;
  border-radius: 10px;
  padding: 12px 15px;
  margin: 10px;
  background: #f0f0f0;
  gap: 10px;
}
.country-popover .country-dropdown .search-box .search-icon[data-v-ff9d7aa7] {
  flex-shrink: 0;
  color: #999;
  font-size: 16px;
}
.country-popover .country-dropdown .search-box .search-input[data-v-ff9d7aa7] {
  flex: 1;
  min-width: 0;
  border: none;
  outline: none;
  font-size: 14px;
  background: #f0f0f0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.country-popover .country-dropdown .search-box .search-input[data-v-ff9d7aa7]::placeholder {
  color: #ccc;
}
.country-popover .country-dropdown .search-box .clear-icon[data-v-ff9d7aa7] {
  flex-shrink: 0;
  color: #999;
  cursor: pointer;
  font-size: 14px;
}
.country-popover .country-dropdown .search-box .clear-icon[data-v-ff9d7aa7]:hover {
  color: #666;
}
.country-popover .country-dropdown .country-list[data-v-ff9d7aa7] {
  max-height: 200px;
  overflow-y: auto;
  padding: 0 5px;
}
.country-popover .country-dropdown .country-list[data-v-ff9d7aa7]::-webkit-scrollbar {
  width: 6px;
}
.country-popover .country-dropdown .country-list[data-v-ff9d7aa7]::-webkit-scrollbar-track {
  background: transparent;
}
.country-popover .country-dropdown .country-list[data-v-ff9d7aa7]::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 3px;
}
.country-popover .country-dropdown .country-list[data-v-ff9d7aa7]::-webkit-scrollbar-thumb:hover {
  background: #999;
}
.country-popover .country-dropdown .country-list .country-item[data-v-ff9d7aa7] {
  display: flex;
  align-items: center;
  padding: 12px 15px;
  cursor: pointer;
  transition: background 0.2s;
  border-radius: 10px;
  color: #fff;
}
.country-popover .country-dropdown .country-list .country-item[data-v-ff9d7aa7]:hover {
  background: #595959;
}
.country-popover .country-dropdown .country-list .country-item.active[data-v-ff9d7aa7] {
  background: #595959;
}
.country-popover .country-dropdown .country-list .country-item .country-flag[data-v-ff9d7aa7] {
  font-size: 18px;
  margin-right: 10px;
}
.country-popover .country-dropdown .country-list .country-item .country-name[data-v-ff9d7aa7] {
  flex: 1;
  font-size: 14px;
}
.country-popover .country-dropdown .country-list .country-item .country-dial-code[data-v-ff9d7aa7] {
  color: #b5b5b5;
  font-size: 14px;
}
.nowrap[data-v-ff9d7aa7] {
  white-space: nowrap;
}.error-message {
  background: rgba(255, 77, 77, 0.95) !important;
  border: unset !important;
  border-radius: 30px !important;
}
.error-message .el-message__content {
  color: #fff !important;
  font-size: 18px;
  font-weight: bold;
  padding: 0 10px;
}
.error-message .el-message__icon {
  display: none !important;
}
.continue-button {
  width: 100%;
  border-radius: 30px !important;
  padding: 28px 10px !important;
  font-size: 19px !important;
  font-weight: bold !important;
  background: linear-gradient(to right, #2ba9d7, #80d0c7) !important;
  color: #fff !important;
  border: unset !important;
  margin-top: 20px;
}