.new_icon_star {
  fill: #ffd400;
  margin-right: 10px;
  margin-left: 10px;
}

.leadqst {
  position: relative;
}
.leadqst .bets {
  display: none;
  position: absolute;
  top: 5px;
  right: 10px;
}
.leadqst .bets .star-icon {
  fill: #ffd400;
}

.leadqst:hover .bets {
  display: block;
}

.pay-loading {
  margin-top: 30px;
  margin-bottom: 25px;
}

.pay-methods {
  margin-top: 10px;
}
.pay-methods .btn.disabled {
  filter: grayscale(1);
  pointer-events: none;
}
.pay-methods .btn.disabled .header {
  opacity: 0.3;
}
.pay-methods .btn.disabled .icon {
  opacity: 0.3;
}
.pay-methods .btn-row {
  display: flex;
  flex-direction: row;
}
.pay-methods .labels {
  display: flex;
  flex-direction: column;
  flex: 1;
  text-align: left;
  justify-content: center;
}
.pay-methods .labels .header {
  font-size: 16px;
  font-weight: bold;
}
.pay-methods .labels .sub {
  margin-top: 2px;
  display: block;
  font-size: 15px;
  color: #919399;
}
.pay-methods .btn-yoomoney {
  display: block;
  margin-top: 15px;
}
.pay-methods .btn-yoomoney .icon-yoomoney {
  width: 140px;
  height: 70px;
  background-image: url("/imgsmail/otvet-static/i/pay-all.png");
  background-repeat: no-repeat;
  background-position: -762px 9px;
}
.pay-methods .btn-card {
  display: block;
  margin-top: 15px;
}
.pay-methods .btn-card .icon-card {
  width: 140px;
  height: 70px;
  background-image: url("/imgsmail/otvet-static/i/pay-card.png");
  background-repeat: no-repeat;
}
.pay-methods .btn-ethereum {
  display: block;
  margin-top: 15px;
}
.pay-methods .btn-ethereum .icon-ethereum {
  width: 140px;
  height: 70px;
  background-image: url("/imgsmail/otvet-static/i/pay-eth.png");
  background-repeat: no-repeat;
  background-size: 140px;
  background-position: -5px -12px;
}

.pay-amount {
  margin-top: 10px;
}
.pay-amount .hint {
  margin-top: 10px;
}

.pay-waiting {
  margin-top: 10px;
}
.pay-waiting .amount {
  font-size: 30px;
  margin-top: 10px;
}
.pay-waiting .amount span {
  background-color: yellow;
  padding-top: 5px;
}
.pay-waiting .where {
  margin-top: 8px;
}
.pay-waiting .num {
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
}
.pay-waiting .we-waiting {
  margin-top: 8px;
  color: #919399;
  font-size: 15px;
}
.pay-waiting .life-time {
  color: #919399;
  font-size: 15px;
}

.pay-balance {
  margin-top: 10px;
}
.pay-balance .amount {
  font-size: 30px;
  margin-top: 10px;
}
.pay-balance .balance {
  margin-top: 13px;
  font-size: 15px;
}
.pay-balance .balance.not-enough {
  color: red;
}

.btn-no-right-rounded {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.reg-hint {
  background: #fffce0;
  color: rgba(164, 82, 0, 0.6);
  border: 1px solid rgba(0, 16, 61, 0.08);
  border-radius: 4px;
  font-size: 15px;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 5px;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}
.reg-hint .reg-hint-img {
  position: relative;
}
.reg-hint .reg-hint-img .img-hint {
  width: 96px;
  height: 96px;
}
.reg-hint .reg-hint-img .reg-hint-rank {
  color: #ffffff;
  position: absolute;
  top: 27px;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  user-select: none;
  opacity: 1;
  transition: opacity 0.5s;
}
.reg-hint .reg-hint-img .reg-hint-rank.fade {
  opacity: 0;
}
.reg-hint .reg-hint-main {
  flex: 1;
  padding-left: 10px;
  padding-top: 4px;
}

.reg-email-label {
  margin-top: 20px;
}

.reg-email-block {
  display: flex;
  height: 131px;
}
.reg-email-block .img-email {
  width: 128px;
}
.reg-email-block .reg-email-main {
  flex: 1;
  padding-right: 10px;
}
.reg-email-block .reg-email-main .reg-email-input {
  margin-bottom: 17px;
}

.reg-lock-block {
  display: flex;
  flex-direction: row;
  user-select: none;
}
.reg-lock-block .pass-stars {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  text-align: center;
  font-size: 24px;
}
.reg-lock-block .reg-pass-stored {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  text-align: right;
}
.reg-lock-block .reg-lock {
  width: 128px;
  height: 128px;
}

.red-color {
  color: #FF0000;
}

.otv-error {
  color: #FF0000;
  margin-top: 10px;
}

.ball-old {
  text-align: center;
  margin-top: 20px;
  user-select: none;
  display: flex;
  flex-flow: row;
}
.ball-old .ball-left {
  display: flex;
  flex: 1;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.ball-old .ball-left .no-at-all {
  margin-top: -25px;
  color: white;
}
.ball-old .ball-cont {
  display: flex;
  flex: 1;
  max-width: 200px;
  position: relative;
}
.ball-old .ball-cont .img-ball-old {
  width: 200px;
  height: 200px;
}
.ball-old .ball-cont .ball-center {
  position: absolute;
  top: calc(50% - 25px);
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
}
.ball-old .ball-cont .ball-center.qst {
  top: calc(50% - 30px);
  left: calc(50% + 2px);
  opacity: 1;
  transition: opacity 1.25s;
}
.ball-old .ball-cont .ball-center.qst.fade {
  opacity: 0.7;
}
.ball-old .ball-cont .ball-center.acc img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 1px #fff, 0 0 3px rgb(24, 57, 178), 0 0 4px rgb(24, 57, 178);
}
.ball-old .ball-cont .ball-center.acc .data {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-shadow: 0 0 1px #fff, 0 0 3px rgb(24, 57, 178), 0 0 4px rgb(24, 57, 178);
}
.ball-old .ball-cont .ball-center.acc .data .nick {
  width: 130px;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: bold;
  line-height: 1em;
}
.ball-old .ball-cont .ball-center.acc .data .level {
  width: 120px;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1em;
  margin-top: 3px;
}
.ball-old .ball-right {
  display: flex;
  flex: 1;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}
.ball-old .ball-right .all-right {
  margin-top: -5px;
  width: 128px;
}
.ball-old .ball-right .all-right.alone {
  margin-top: -25px;
  width: auto;
}
.ball-old .ball-right .not-exactly {
  margin-top: 10px;
  max-width: 128px;
}
.ball-old .ball-right .not-exactly .Wjnkw {
  padding-left: 10px;
  padding-right: 10px;
}

.ball-old.low-margin {
  margin-top: 10px;
}

.under-ball {
  margin-top: 10px;
}
.under-ball .all-right {
  width: 100%;
}
.under-ball .not-exactly {
  width: 100%;
}
.under-ball .no-at-all {
  color: white;
  width: 100%;
}

.how-find-old {
  margin-top: 10px;
  margin-tottom: 10px;
}

.old-loaded {
  margin-top: 20px;
  text-align: center;
  color: #005ff9;
}

.btn-hidden {
  display: none;
}

.finalize-status {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.finalize-loader {
  margin-bottom: 20px;
}

.star4p {
  position: absolute;
  width: 10px;
  height: 10px;
  background: radial-gradient(circle at 50% 50%, #fff 0 18%, transparent 23%);
  transition: opacity 1s;
  opacity: 0.8;
}

.star4p.opaque {
  transition: opacity 1s;
  opacity: 1;
}

.star4p.fade {
  opacity: 0;
}

.star4p::before,
.star4p::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
}

.star4p::before {
  clip-path: polygon(0 50%, 50% 40%, 100% 50%, 50% 60%);
}

.star4p::after {
  clip-path: polygon(50% 0, 60% 50%, 50% 100%, 40% 50%);
}

.about-mob {
  margin-bottom: 12px;
  font-size: 15px;
}

.premium-title {
  vertical-align: middle;
}

.premium-hint {
  vertical-align: middle;
  position: relative;
  top: -3px;
  margin-left: 5px;
}
.premium-hint svg {
  fill: #bfc1c7;
}

.premium-new .add {
  margin-left: 5px;
  margin-right: 5px;
}
.premium-new.touch {
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 18px;
}

.profile-new {
  position: relative;
}
.profile-new .settings {
  position: absolute;
  right: 25px;
  top: 13px;
  font-size: 16px;
}
.profile-new .settings svg {
  fill: rgb(8, 127, 249);
  vertical-align: middle;
}
.profile-new .settings .title {
  color: rgb(8, 127, 249);
  margin-left: 8px;
  vertical-align: middle;
  position: relative;
  top: 1.5px;
}

.ask-anon-btn {
  margin-top: 9px;
}
.ask-anon-btn .subtext {
  font-size: 12px;
  line-height: 1em;
  color: #919399;
  margin-left: 3px;
}

html.theme-dark table.w-x-ph {
  background-color: #1f1f1f;
}
html.theme-dark td.w-x-ph__col {
  background-color: #1f1f1f;
}

/*# sourceMappingURL=app-new.css.map */
