#bblcpg-form-container {
   background-color: #4b756e;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  padding: 30px;
  border-radius: 12px;
  max-width: 500px;
  margin: auto;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

@media (min-width: 600px) {
  #bblcpg-form-container {
      width: 400px;
      margin: auto;
  }
}

#bblcpg-instruction {
font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
  opacity: 0.9;
}
a.termsC:link, a.termsC:visited {
  
  color: red;
 
}
a.termsC:hover, a.termsC:active {
  color: #1A3282;
}

#bblcpg-form-container div input {
 width: 100%;
  padding: 12px 15px;
  border-radius: 8px;
  border: none;
  font-size: 15px;
  margin-bottom: 12px;
  background: rgba(255, 255, 255, 0.15);
  color: #ffffff;
  outline: none;
  transition: background 0.3s ease;
  font-family: 'Roboto', sans-serif;
}

#bblcpg-form-container div input#bblcpg-checkbox {
  width: 15px;
  margin-right: 5px;
}

#bblcpg-form-container div label#bblcpg-checkbox-label {
 font-size: 14px;
  line-height: 1.4;
}

#bblcpg-checkbox-container {
  width: 100%;
}

#bblcpg-amount {
    text-align: right;
}

#bblcpg-error-banner {
  background-color: #e74c3c;
  color: #fff;
  padding: 10px 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  font-size: 14px;
}
  
#bblcpg-form-container div input.bblcpg-err-msg {
    border: 1px solid #ff0033;
}
  
label.bblcpg-label {
display: block;
  margin-bottom: 6px;
  font-weight: 600;
  font-size: 15px;
}
  
.bblcpg-err-msg {
    font-size: 13px;
    color: #ff0033;
}
  
#bblcpg-pay-now-btn {
    width: 100%;
  padding: 14px;
  border: none;
  border-radius: 8px;
  background-color: #ffffff;
  color: #4b756e;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: 'Roboto', sans-serif;
}

#bblcpg-pay-now-btn:hover {
    background-color: #f1f1f1;
  transform: translateY(-2px);
}

#bblcpg-pay-now-btn[disabled]:hover {
  cursor: not-allowed;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    appearance: none; 
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.bblcpg-container {
    text-align: center;
    background: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.bblcpg-item {
  margin-bottom: 10px;
}

#bblcpg-error-banner svg#err-sign {
  width: 24px;
  margin-right: 5px;
}

.bblcpg-warning-sign {
  font-size: 50px;
  color: #ff0033;
}

.bblcpg-error-message {
  color: black;
}

.bblcpg-error-title {
  font-size: 50px;
  color: #ff0033;
}

/* Success page style */
  
.bblcpg-checkmark {
  font-size: 50px;
  color: green;
}

.bblcpg-message {
  font-size: 50px;
  color: black;
}

.bblcpg-receipt-label {
  font-weight: bold;
}

.bblcpg-order-id, .bblcpg-policy, .bblcpg-amount {
  font-size: 20x;
  display: inline-block;
}