.bank-details .buyer-details-tag {
  border-radius: 20px;
  background-color: #ffffff;
  color: #767396;
  border: 1px solid #767396;
  font-size: 16px;
  font-weight: bold;
}
.bank-details .label {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #253858;
  line-height: 36px;
}
.bank-details .icon-copy {
  float: right;
}
.bank-details span {
  color: #767396;
  font-size: 0.9rem;
}
.mobile .bank-details h3, .mobile .bank-details .el-tag {
  font-size: 14px;
}
.mobile .bank-details .label {
  margin-bottom: 0 !important;
  line-height: inherit;
}
.mobile .bank-details .el-col {
  margin-bottom: 0.5rem;
}
.post-details .post-details-tag {
  border-radius: 20px;
  background-color: #ffffff;
  color: #767396;
  border: 1px solid #767396;
  font-size: 16px;
  font-weight: bold;
}
.post-details .label {
  font-weight: bold;
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #253858;
  line-height: 36px;
}
.post-details span {
  color: #767396;
  font-size: 0.9rem;
}
.mobile .post-details .el-tag {
  font-size: 14px;
}
.mobile .post-details .el-col {
  margin-bottom: 0.5rem;
}
#p2p-form .card {
  position: relative;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 2rem 1.5rem;
}
#p2p-form .card:first-child {
  margin-right: 1rem;
}
#p2p-form .el-divider--horizontal {
  margin: 1rem 0;
}
#p2p-form .el-form-item {
  display: grid;
  vertical-align: middle;
  align-items: center;
}
#p2p-form .el-form-item label {
  font-size: 0.8rem;
  color: #253858;
  padding: 0;
}
#p2p-form .el-form-item .el-input__inner, #p2p-form .el-form-item .el-textarea__inner {
  border-color: #f0f0f0;
  color: #767396;
  font-size: 0.9rem;
}
#p2p-form .el-form-item .el-input.is-disabled .el-input__inner, #p2p-form .el-form-item .el-textarea.is-disabled .el-textarea__inner {
  background-color: transparent;
  border: none;
  padding-left: 0;
  color: unset;
}
#p2p-form .el-form-item.remark-input, #p2p-form .el-form-item.status-dropdown {
  margin-bottom: 4rem;
}
#p2p-form .action-button-wrapper {
  width: calc(100% - 1.5rem - 1.5rem);
  margin: 0 auto;
  position: absolute;
  bottom: 2rem;
  display: flex;
  justify-content: center;
}
#p2p-form .action-button-wrapper > .el-button {
  min-width: 30%;
  margin: auto;
}
#p2p-form .bank-details {
  margin-bottom: 4rem;
}
#p2p-form .bank-details .label {
  margin-bottom: 0;
  font-size: 0.8rem;
  color: #253858;
  line-height: 36px;
}
#p2p-form .bank-details span {
  color: #767396;
  font-size: 0.9rem;
}
#p2p-form .post-details {
  margin-bottom: 4rem;
}
.mobile #p2p-form > .el-row {
  display: flex;
  flex-direction: column-reverse;
}
.mobile #p2p-form .card {
  height: auto;
  margin: auto;
  margin-bottom: 2rem;
  padding-bottom: 4rem;
}
.mobile #p2p-form .el-form-item {
  margin-bottom: 1rem;
}
.mobile #p2p-form .bank-details,
.mobile #p2p-form .post-details {
  margin-bottom: 1rem;
}
