/* Vip Image */
.vip-img {
  justify-content: center;
  padding: 1em 0;
}

.img-wrap {
  max-width: 50%;
  border: solid 3px #ffc90e;
}

.m-right {
  margin-right: 1em;
}

.open-viptitle {
  display: inline-block;
}
.delete-image-btn {
  border: none;
  background-color: transparent;
  color: #ffffff;
  cursor: pointer;
}

.open-vipcontent {
  display: none;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
}

.btn-unit {
  font-size: 13px;
}

.save-btn-container {
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

a.btn-unit,
a.btn-member {
  padding: 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  margin: 1em;
  border: 0;
  border-radius: 3px;
  background: #ffc90e;
  text-decoration: none;
}
a.btn-unit:hover,
.save-btn:hover {
  background: #f22121;
  color: #ffffff;
}
a.btn-unit p,
a.btn-member p {
  margin: 0;
}

.uploaded::after {
  content: "已上傳";
  color: #ffffff;
}

/* Member order */
#fadeandscaleVIP {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.popup_visible #fadeandscaleVIP {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
‧.vip-info-check {
  color: #ffc90e !important;
  background-color: #ffc90e;
}
.vip-information {
  margin: 15px;
}
.vip-info-section {
  max-width: 810px;
  background: #000000;
  border: 8px #ffc90e solid;
  padding: 20px;
  border-radius: 5px;
  margin: 0 auto;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.info-container {
  background-color: #2a2a2a;
  padding: 1.5em;
  margin-top: 1em;
  border-radius: 5px;
}
.info-container p {
  color: #ffffff;
  margin-bottom: 0.5em;
}

.info-container span {
  margin: 0 0.2em;
  color: #ffffff;
}
.personal-info {
  margin-bottom: 1em;
}
.personal-info h1 {
  color: #ffc90e;
  font-size: 2em;
  font-weight: 600;
}
.personal-info h1 span {
  margin-top: 0.7em;
  padding: 0;
  font-size: 0.5em;
  font-weight: 600;
}
.vip-info-title {
  font-size: 1.2em;
  font-weight: 600;
  border-left: solid 3px #ffc90e;
  padding-left: 0.5em;
  margin-bottom: 0.8em;
  color: #ffc90e;
}

.passport-img-status img {
  width: 250px;
  height: auto;
  display: block;
  margin-top: 10px;
}

.back-btn {
  text-align: center;
  margin-top: 1em;
  display: flex;
  justify-content: center;
  align-items: center;
}

button.back {
  background: #ffc90e;
  color: #000000;
  border: 0;
  font-family: "Microsoft JhengHei";
  font-size: 1em;
  padding: 0.3em 1.2em;
  border-radius: 4px;
  cursor: pointer;
}

button.back:hover {
  background: #f22121;
  color: #ffffff;
}

@media screen and (max-width: 575px) {
  a.btn-unit {
    padding: 5px 10px;
    margin: 1em 0;
  }
  .img-wrap {
    max-width: 100%;
  }
  .personal-info h1 {
    font-size: 1.8em;
  }
}
