/*
#heritagepg-form-container {
    background-color: #f0f0f0;
    border: 1px solid #c8c8c8;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px 30px;
}
*/

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

#heritagepg-instruction {
  font-size: 10px;
  margin-bottom: 10px;
}

#heritagepg-form-container div input {
    width: 100%;
    padding: 8px;
    margin: 2px 0;
    box-sizing: border-box;
}

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

#heritagepg-form-container div label#heritagepg-checkbox-label {
  font-size: 13px;
}

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

#heritagepg-amount {
    text-align: right;
    display: block;
}

#heritagepg-error-banner {
  color: #ff0033;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  visibility: hidden;
}
  
#heritagepg-form-container div input.heritagepg-err-msg {
    border: 1px solid #ff0033;
}
/*  
label.heritagepg-label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 2px;
}
*/
  
.heritagepg-err-msg {
    font-size: 13px;
    color: #ff0033;
}

#heritagepg-form-container div.heritage-cc-group input {
    width: 4em;
    display: inline-block;
}

#heritagepg-form-container div label {
  display: block;
}


#heritagepg-pay-now-btn {
    /* background-color: #193282; */
    border: none;
    /* border-radius: 5px; */
    padding: 8px;
    margin-top: 64px;
    font-weight: bold;
    padding: 12px 20px;
}

/*
#heritagepg-pay-now-btn:hover {
    background-color: #2754eb;
}
*/

#heritagepg-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;
}

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

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

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

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

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

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

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

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

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

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