.payment-container {
  display: flex;
  flex-direction: column;
}
.bd-dashed {
  border-bottom: 1px dashed #4f6d54;;
}

.page-title::before {
  position: absolute;
  content: '';
  width: 4px;
  height: 16px;
  background: #e5e5e5;
  border-radius: 2px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.pay-container {
  gap: 24px;
}
.pay-left {
  background: #142a18;
  flex: 1;
  border-radius: 16px;
  padding: 2rem;
}
.pay-item {
  height: 64px;
  background: rgba(48,147,63,0.10);
  border: 1px solid rgba(48,147,63,0.30);
  border-radius: 16px;
  padding-left: 1rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.pay-item:hover,.pay-item.active {
  background: rgba(48,147,63,0.50);
}
.pay-right {
  padding: 1.5rem;
  width: 320px;
  background: #2b4a30;
  border-radius: 16px;
  max-height: 504px;
}
.product-text {
  color: #e5e5e5;
  opacity: 0.5;
  font-size: 14px;
}
.product-header img{
  border-radius: 6px;
}
.role-input {
  height: 40px;
  background: #1f4526;
  border-radius: 16px;
  padding: 0 16px;
}
.role-input input {
  background: transparent;
  border: 0;
  color: #e5e5e5;
  flex: 1;
  font: inherit;
  font-size: 1em;
  height: 100%;
  outline: none;
  padding: 0 0 0 8px;
  width: 80%;
}
.product-role__id {
  background: #1f4526;
  border-radius: 16px;
  height: 40px;
  padding-left: 10px;
  display: flex;
  align-items: center;
}
.pay-money {
  color: #EF5350;
  font-weight: 700;
}
.product-pay-btn {
  height: 40px;
  background: linear-gradient(180deg,#4ed462, #30933f);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  min-width: 120px;
}

#payModal.modal {
  --bs-modal-width: 300px !important;
}

#payModal .modal-dialog {
  max-width: 300px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .pay-left {
    padding: 1rem;
  }
  .gy-4  {
    --bs-gutter-y: 1rem;
  }
  .role-info {
    height: 48px;
    background: #142a18;
    border-radius: 16px;
    padding: 0 1rem;
    font-size: 14px;
  }
  .product-info-header {
    padding: 1rem;
    background: #142a18;
    border-radius: 16px;
  }
  .product-info-header img {
    border-radius: 6px;
  }
  .pay-left::-webkit-scrollbar {
    display: none;
  }
  .pay-item {
    height: 44px;
  }
  .pay-item img {
    width: 45px;
    height: 30px;
  }
  .payment-footer {
    height: 68px;
  }
  .payment-footer_item {
    height: 68px;
    background: #2b4a30;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 1rem;
  }
  .role-input {
    background: none;
    width:100%;
  }
}


