
.account-page-container {
  width: 100%;
  max-width: 420px;
  height: 1200px;
  background: url("./account/account_bg.jpg") no-repeat;
  text-align: center;
  background-position: center;
}

.account-text-container {
  position: relative;
  width: 90%;
  height: auto;
  margin: 0 auto;
  z-index: 5;
  top: -50px;
}

.account-text-container h1 {
  font-size: 21px;
  letter-spacing: 1px;
}

.account-container {
  position: relative;
  z-index: 10;
  width: 95%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 10px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  margin-top: -30PX;
}

.account-tab-container {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 10px 0;
}

.account-tab-container .active {
  color: #ffff99;
  font-weight: 700;
}

.account-tab-container p {
  font-size: 14px;
  margin: 0 8px;
}

.account-tab-container p:hover {
  color: #ffff99;
  font-weight: 700;
}

.account-info-row {
  width: 95%;
  margin: 0 auto;
  height: 60px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
}

.account-info-row:hover {
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid #ffff99;
}

.info-wrapper {
  text-align: left;
  margin-left: 20px;
}

.info-wrapper h1 {
  font-size: 18px;
  margin-top: 10px;
}

.info-wrapper h1:hover {
  color: #ffff99;
}

.info-wrapper p {
  font-size: 15px;
  margin-top: -7px;
  line-height: 18px;
}

.info-wrapper p:hover {
  color: #ffff99;
}

.icon-wrapper {
  margin: 13px 20px 0 0;
}

.edit_icon {
  width: 35px;
  height: 35px;
  background: url("./account/edit_icon.png");
}

.edit_icon:hover {
  background: url("./account/edit_icon_hover.png");
}

.down_icon {
  width: 35px;
  height: 35px;
  background: url("./account/down_icon.png");
}

.down_icon:hover {
  background: url("./account/down_icon_hover.png");
}

.buy_icon {
  width: 35px;
  height: 35px;
  background: url("./account/buy_icon.png");
}

.buy_icon:hover {
  background: url("./account/buy_icon_hover.png");
}

.activation_icon {
  width: 35px;
  height: 35px;
  background: url("./account/activation_icon.png");
}

.activation_icon:hover {
  background: url("./account/activation_icon_hover.png");
}

.deletion_icon {
  width: 35px;
  height: 35px;
  background: url("./account/deletion_icon.png");
}

.deletion_icon:hover {
  background: url("./account/deletion_icon_hover.png");
}

#password-text {
  margin-top: 20px;
}

.benacash-wrapper {
  display: flex;
  justify-content: flex-start;
}

.benacash-wrapper img {
  width: 21px;
  height: 14px;
  margin-top: -3px;
  margin-right: 10px;
}

#newsletter-row {
  height: 90px;
}

.newsletter-text {
  display: flex;
  justify-content: space-between;
}

.newsletter-text p {
  margin-left: 10px;
  margin-top: -3px;
}


.icon-wrapper select {
  border: none;
  background-color: transparent;
  color: #fff;
  border-bottom: 1px solid #fff;
  margin-top: 15px;
  height: 30px;
  font-size: 15px;
  padding: 0 5px;
  letter-spacing: 1px;
}

.icon-wrapper select option {
  background-color: #000;
  color: #fff;
}

/*purchase history*/

.history-page-container {
  width: 100%;
  max-width: 420px;
  height: 1200px;
  background: url("./history/history_bg.jpg") no-repeat;
  text-align: center;
  background-position: center;
}

.history-table {
  width: 95%;
  margin: 0 auto;
  margin-top: 20px;
}

.title-row {
  background-color: rgba(0, 0, 0, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
}


.first-row {
  background-color: rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0.7);
}


.second-row {
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(0, 0, 0, 0.7);
}


table tr td {
  border-right: 1px solid rgba(0, 0, 0, 0.7);
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 12px;
  color: #fff;
  padding: 10px 5px;
}

.table-controller {
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.controller-left {
  width: 20px;
  height: 26px;
  background: url("./history/left.png")
}

.controller-left:hover {
  width: 20px;
  height: 26px;
  background: url("./history/left_hover.png")
}

.controller-right {
  width: 20px;
  height: 26px;
  background: url("./history/right.png")
}

.controller-right:hover {
  width: 20px;
  height: 26px;
  background: url("./history/right_hover.png")
}

.pagenation {
  display: flex;
  justify-content: center;
}

.pagenation p {
  padding: 0 10px;
  font-size: 14px;
  margin-top: 5px;
}

.pagenation p:hover {
  color: #ffff99;
}

/*coupon*/

.coupon-page-container {
  width: 100%;
  max-width: 420px;
  height: 1200px;
  background: url("./account/coupon_bg.jpg") no-repeat;
  text-align: center;
  background-position: center;
}

.coupon2-page-container {
  width: 100%;
  max-width: 420px;
  height: 1600px;
  background: url("./account/coupon_bg.jpg") no-repeat;
  text-align: center;
  background-position: center;
}

.coupon-button {
  width: 100%;
  height: 120px;
  background: url("./account/download_container_bg.png");
}

.coupon-button:hover {
  transition: 2s;
  background: url("./account/download_container_bg_hover.png");
}



.coupon-button input {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;\
  line-height: 45px;
  font-size: 16px;
  margin-top: 25px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}

.coupon-button input::placeholder {
  color: #fff;
  font-size: 16px;
  font-family: 'Roboto Condensed', sans-serif;
  letter-spacing: 1px;
}

.next-icon {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background: url("./account/next_icon.png");
  margin-top: 15px;
}

.next-icon:hover {
  background: url("./account/next_icon_hover.png");
}

.coupon-menu-tab {
  width: 100%;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
}

#coupon-active {
  color: #ffff99;
  font-weight: 700;
}

.coupon-menu-tab p {
  margin: 10px 3px 0 3px;
  font-size: 12px;
  vertical-align: middle;
  letter-spacing: 0.5px;
}

.coupon-menu-tab p:hover {
  color: #ffff99;
}

.storage-card {
  width: 90%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.storage-card-content {
  text-align: left;
  margin-left: 10px;
}

.storage-card-content h1 {
  font-size: 14px;
}

.storage-card-content p {
  margin-top: 0px;
}

#date {
  margin-top: -12px;
}

.use-button {
  width: 35px;
  height: 35px;
  background: url("./account/use_icon.png");
  margin: 30px 30px 0 0;
}

.use-button:hover {
  transition: 1s;
  background: url("./account/use_icon_hover.png");
}

.more {
  width: 45px;
  height: 35px;
  background: url("./account/down.png");
  margin: 0 auto;
  margin-top: 20px;
}

.more:hover {
  transition: 1s;
  background: url("./account/down_hover.png");
}

#history-description {
  width: 55%;
  text-align: left;
}

#history-description2 {
  width: 70%;
  text-align: left;
}

/*step*/

.step-page-container {
  width: 100%;
  max-width: 420px;
  height: auto;
  padding-bottom: 200px;
  background: url("./account/2step_bg.jpg") no-repeat;
  text-align: center;
  background-position: center;
}

.step-button {
  width: 100%;
  height: 70px;
  background: url("./account/download_container_bg.png");
  box-shadow: 0px 0px 2px #161616;
}



.singlestep h1 {
  margin-top: 0px;
  font-size: 22px;
  padding-top: 12px;
  color: #ffff99;
}

.singlestep p {
  font-size: 14px;
  letter-spacing: 1px;
  margin-top: -7px;
  color: #ffff99;
}

.step-box {
  margin-top: 10px;
}

.step-box img {
  margin-top: 15px;
  width: 120px;
  height: 98px;
}

.step-card {
  margin: 0 auto;
  padding-top: 20px;
}


.step-card h1 {
  font-size: 15px;
  line-height: 20px;
  letter-spacing: 1px;
  margin-top: 10px;
}

.step-card p {
  font-size: 12px;
  margin: 0 auto;
  margin-top: -5px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.5px;
  width: 60%;
}

.step-line {
  width: 60%;
  margin: 0 auto;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.5);
  margin-top: 20px;
}

.verification-message {
  width: 90%;
  margin: 0 auto;
  background-color: rgba(202, 33, 40, 0.5);
  border-radius: 10px;
  margin-top: 30px;
}

.verification-message p {
  font-size: 13px;
  padding: 10px;
  letter-spacing: 0.5px;
}

.process-buttons {
  width: 40%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}



.process2step {
  display: inline-block;
}

.hide-me[aria-expanded="true"] {
  display: none;
}


.process2step2 {
  position: relative;
  margin: 0 auto;
}

.process2step2 input {
  color: #fff;
}

.message2step {
  width: 80%;
  margin: 0 auto;
  background-color: rgba(202, 33, 40, 0.5);
  height: auto;
  border-radius: 5px;
  top: 10px;
  margin-top: 20px;
}

.message2step p {
  font-size: 14px;
  padding: 5px;
}


.codeInput {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #c9cccf;
  width: 80%;
  height: 30px;
  margin: 0 auto;
  margin-top: 15px;
  text-align: center
}

.codeInput::placeholder {
  font-size: 16px;
  letter-spacing: 1px;
  color: #fff;
}

.buttons2step {
  position: relative;
  margin: 0 auto;
  width: 30%;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.activate-icon {
  width: 35px;
  height: 35px;
  margin: 0 auto;
  background: url("./account/activation_icon.png");
  margin-top: 20px;
}

.activate-icon:hover {
  background: url("./account/activation_icon_hover.png");
}

.nextIcon {
  width: 35px;
  height: 35px;
  background: url("./account/next_icon.png");
  margin: 0 5px;
}

.nextIcon:hover {
  background: url("./account/next_icon_hover.png");
}

.cancelIcon {
  width: 35px;
  height: 35px;
  background: url("./account/cancel_icon.png");
  margin: 0 5px;
}

.cancelIcon:hover {
  background: url("./account/cancel_icon_hover.png");
}


.authenticator-box p {
  letter-spacing: 1px;
  font-size: 14px;
  text-decoration: underline;
  padding-top: 10px;
}

.authenticator-box img {
  width: 200px;
}

.qrcode-box {
  margin-top: 20px;
}

.qrcode-box p {
  width: 70%;
  margin: 0 auto;
  margin-top: 20px;
}

.qrcode-box h1 {
  font-size: 18px;
  margin-top: 5px;
  letter-spacing: 0.5px;
}

.verification-numbers {
  margin-top: 20px;
}

.numbers-row {
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  margin-top: 5px;
}

.number-box {
  width: 24%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
  height: 30px;
}

.number-box p {
  margin-top: 5px;
  letter-spacing: 0.5px;
}

#success {
  font-size: 24px;
  padding-top: 20px;
}

.deactivate-icon {
  width: 35px;
  height: 35px;
  background: url("./account/deactivation_icon.png");
  margin: 0 auto;
  margin-top: 20px;
}

.deactivate-icon:hover {
  width: 35px;
  height: 35px;
  background: url("./account/deactivation_icon_hover.png");
}
