.popup_edit_fields_table td label {
  padding: 0 10px;
}

/* Membership & Tokens */
.membership_level {
  display: inline-block;
  position: relative;
  padding-left: 40px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  color: #7c7c7c;
}

.membership_level:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 32px;
  margin-top: -16px;
  background-repeat: no-repeat;
  background-size: 30px;
  box-sizing: border-box;
}

.membership_level.membership_gold:before {
  background-image: url(../../images/chat/icons/ms_gold.svg);
}

.membership_level.membership_platinum:before {
  background-image: url(../../images/chat/icons/ms_platinum.svg);
}

.membership_level.membership_unlimited:before {
  background-image: url(../../images/chat/icons/ms_unlimited.svg);
}

.membership_level.membership_diamond:before {
  background-image: url(../../images/chat/icons/ms_diamond.svg);
}

.membership_level.membership_exclusive:before {
  background-image: url(../../images/chat/icons/ms_exclusive.svg);
}

.membership_level.membership_free:before {
  height: 30px;
  margin-top: -15px;
  border: 2px solid #c7c7c9;
  border-radius: 30px;
  background: #fff;
}

.account_done {
  display:inline-block;
  padding: 10px 21px;
  background-color: #ececec;
  border-radius: 5px;
  text-indent: 0;
  color: #9a9a9a;
  font-size: 12px;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  text-shadow: 0 1px 1px #f7f7f7;
  text-align: center;
  cursor: default;
  margin-top: 10px;
}

.account_item {
  position: relative;
  width: 100%;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: table;
  box-sizing: border-box;
}

.on .account_item {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.icon-account {
  width: 175px;
  vertical-align: middle;
  display: table-cell;
  text-align: center;
}

.icon-account span {
  display: inline-block;
  width: 70px;
  height: 72px;
  background-repeat: no-repeat;
  background-size: 70px;
  box-sizing: border-box;
}

.icon-account span.icon-free {
  height: 70px;
  border: 2px solid #c7c7c9;
  border-radius: 70px;
  background: #fff;
}

.icon-account span.icon-gold {
  background-image: url(../../images/chat/icons/ms_gold.svg);
}

.icon-account span.icon-platinum {
  background-image: url(../../images/chat/icons/ms_platinum.svg);
}

.icon-account span.icon-unlimited {
  background-image: url(../../images/chat/icons/ms_unlimited.svg);
}

.icon-account span.icon-diamond {
  background-image: url(../../images/chat/icons/ms_diamond.svg);
}

.icon-account span.icon-exclusive {
  background-image: url(../../images/chat/icons/ms_exclusive.svg);
}

.account_name {
  width: 300px;
  text-transform: uppercase;
  font-size: 33px;
  font-weight: bold;
  line-height: 122px;
  color: #7a7a7a;
  vertical-align: middle;
  display: table-cell;
}

.account_description {
  vertical-align: middle;
  display: table-cell;
  padding-right: 100px;
  font-size: 14px;
}

.premium {
  font-size: 22px;
  color: #5e6061;
  margin: 38px 0 21px;
}
.free_acc {
  color: #5e6061;
}
.free_acc .account_name {
  color: #bebebe;
}

/* Upgrade Membership */
.account .account_info .descr_block .status_head strong {
  text-transform: uppercase;
  color: #5e6061;
}
.acc_formats {
  color: #3d3d3d;
}

.acc_free_header,
.acc_unlimited_header,
.acc_platinum_header,
.acc_gold_header {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  margin-bottom: 16px;
  cursor: pointer;
  background: #fff;
}
.acc_free_footer,
.acc_unlimited_footer,
.acc_platinum_footer,
.acc_gold_footer {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 16px;
  margin-top: -16px;
  padding: 24px 54px 20px;
  -moz-border-radius-bottomright: 5px;
  -webkit-border-bottom-right-radius: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-bottom-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #fff;
}

.acc_item {
  position: relative;
  width: 33.3%;
  float: left;
  padding: 10px 20px 10px 32px;
  box-sizing: border-box;
}

.acc_item:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 24px;
  margin-top: -12px;
  background-repeat: no-repeat;
  background-size: 22px;
  box-sizing: border-box;
}

.free_acc_items .acc_item:before {
  height: 22px;
  border: 1px solid #c7c7c9;
  border-radius: 22px;
  background: #fff;
}

.gold_acc_items .acc_item:before {
  background-image: url(../../images/chat/icons/ms_gold.svg);
}

.platinum_acc_items .acc_item:before {
  background-image: url(../../images/chat/icons/ms_platinum.svg);
}

.unlimited_acc_items .acc_item:before {
  background-image: url(../../images/chat/icons/ms_unlimited.svg);
}

.diamond_acc_items .acc_item:before {
  background-image: url(../../images/chat/icons/ms_diamond.svg);
}

.exclusive_acc_items .acc_item:before {
  background-image: url(../../images/chat/icons/ms_exclusive.svg);
}
