/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 30 2025 | 18:59:29 */
.readonly-amount {
  background-color: #D3ECAE !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
	font-size: 32px !important;
  outline: none !important;
}

.readonly-amount:hover,
.readonly-amount:focus,
.readonly-amount:active {
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

/* Responsive font size for phones */
@media (max-width: 600px) {
  .readonly-amount {
    font-size: 18px !important;
  }
}