html {
  /*display: flex;*/
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

body {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;

  /* max-width: 520px;
  max-width: 520px; */
  margin: auto !important;
}

#welcome-page {
  opacity: 1;
  transition: all 0.6s;
}

.welcome-page-message {
  position: absolute;
  z-index: 1001;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 11px 15px;
  font-size: 18px;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.welcome-page-bg {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /*background: url("../assets/background/bg1@3x.jpg") no-repeat;*/
  background: url("../assets/background/bg_circle1.svg"),
    linear-gradient(169deg, #2c113f 0%, #16112d 100%);
  /*background: url("../assets/background/bg3_long.svg") no-repeat;*/
  /*background-size: contain;*/
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.6s;
  /* background-color: #1a1134; */
}

.aelf-logo-container {
  width: 30%;
  height: 88px;
  margin: auto auto 0 auto;
  text-align: center;
  line-height: 96px;
}
.aelf-wallet-description {
  margin: 0 0 50px 0;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

.aelf-logo {
  width: 100%;
  height: 100%;
  background: url("../assets/svg_icon/logo.svg") no-repeat;
  background-size: contain;
  /*background-size: cover;*/
  background-position: center;
}

/* 一些elf的基础样式 */
.aelf-blue {
  color: #108ee9;
}
.aelf-bg-blue {
  background-color: #108ee9;
}

.aelf-white-space {
  height: 11px;
  width: 10px;
}

.aelf-content-container {
  color: #a6a6a6;
  /*text-align: center;*/
  /*padding: 11px 0px 50px 0px;*/
  padding: 0px 0px 50px 0px;
  overflow-x: hidden;
}

#root {
  /*background: url("../assets/background/bg2_long.svg") no-repeat;*/
  /* background: url("../assets/background/bg2.svg") no-repeat; */
  /*background-size: contain;*/
  /* background-image: linear-gradient(to top, #290079, #9d01db); */
  width: 100%;
  /*min-height: 100%;*/
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 0.6s;
}

.aelf-bg-light {
  /* background: url("../assets/background/bg1_long.svg") no-repeat; */
  /*background-size: contain;*/
  background-size: cover;
  /* background-color: #2d0379; */
  width: 100%;
  height: 100%;
  max-width: 520px;
  margin: auto;
  /*overflow: scroll;*/
  /*min-height: 100%;*/
}
.aelf-bg-light-2 {
  /*background: url("../assets/background/bg1_long.svg") no-repeat;*/
  /*background-color: ;*/
  background-position: center;
  /*background-size: contain;*/
  background-size: cover;
  /* background-color: linear-gradient(#9d01db, #290079); */
  width: 100%;
  height: 100%;
  max-width: 520px;
  margin: auto;
  /*overflow: scroll;*/
  /*min-height: 100%;*/
}
.aelf-wd-100percent {
  height: 100%;
  /*min-height: 100%;*/
  width: 100%;

  /*display: flex;*/
  /*flex-direction: column;*/
}

.aelf-blank12 {
  height: 12px;
  width: 12px;
}

/* 修改 Antd Model  */
.am-modal-button-group-h .am-modal-button:first-child {
  color: #260073 !important;
}
.am-modal-button-group-h .am-modal-button {
  color: #ac00e6 !important;
}

.am-pull-to-refresh-indicator {
  color: rgba(255, 255, 255, 0.7) !important;
}

.aelf-bg-theme {
  background-image: url("../assets/background/bg_circle3.svg"),
    linear-gradient(to top, #290079, #9d01db);
  background-size: auto 100%;
}
.aelf-bg-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(00, 00, 00, 0.7);
  /* transition: all 0.6s; */
}
.aelf-bg-style-wallet {
  background-image: url("../assets/background/bg_circle2.svg"),
    linear-gradient(to top, #290079, #9d01db);
  background-size: auto 100%;
}
.aelf-bg-style-wallet .aelf-bg-mask {
  background-color: transparent;
}

.modal-select-title {
  font-size: 16px;
  color: #000000;
  letter-spacing: 0;
  text-align: left;
  line-height: 16px;
  font-weight: 500;
  padding: 16px;
}

.modal-select-content {
  padding: 16px 16px 24px;
  border-bottom: 1px solid #ECECEC;
}

.modal-select-privateKey {
  font-size: 12px;
  color: #666666;
  letter-spacing: 0;
  text-align: left;
  line-height: 16px;
  font-weight: 400;
  word-break: break-all;
}

.modal-select-content-item {
  font-size: 14px;
  color: #666666;
  letter-spacing: 0;
  line-height: 14px;
  font-weight: 400;
  /* margin-left: 12px; */
  margin-bottom: 24px;
  cursor: pointer;
  padding-left: 24px;
  background: url('../assets/svg_icon/check.svg') left center no-repeat;
}
.modal-select-content-item:last-child {
  margin-bottom: 0;
}

.modal-select-content-item-select {
  color: #ac00e6;
  background-image: url('../assets/svg_icon/checked.svg');
}

.modal-select-button-wrapper {
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 8px 16px;
}

.modal-select-button-wrapper .am-button {
  display: inline-block;
  height: auto;
  line-height: 1;
  border-radius: 2px;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 18px;
  box-sizing: border-box;
}

.modal-select-button-wrapper .am-button::before {
  border: none !important;
}

.modal-select-button-wrapper .am-button.am-button-active.blue {
  background-color: #ac00e6;
}
.modal-select-button-wrapper .blue {
  background: #ac00e6;
  color: #fff;
  border: 1px solid #ac00e6 !important;
  margin-left: 10px;
}

.modal-select-button-wrapper .white {
  color: #fff;
  color: #666666;
  border: none;
  border: 1px solid #cfcfcf !important;
}
