/* body {
  font-family: Arial, sans-serif;
  background-color: #f0f4f7;
  margin: 0;
  padding: 20px;
} */

.containerZ {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  padding: 20px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.containerZ h1 {
  text-align: center;
  color: #0d3c61;
  margin-bottom: 10px;
  font-size: 36px !important;
}

.containerZ p {
  text-align: center;
  color: #666;
  margin-bottom: 20px;
}

.containerZ .fee-structure {
  border: 2px solid #004a75;
  border-radius: 8px;
  padding: 15px;
  margin-bottom: 30px;
}

.containerZ .fee-structure h3 {
  color: #004a75;
  margin-bottom: 15px;
  font-size: 1.1rem;
  font-weight: bold;
}

.containerZ .fee-structure .inputs {
  display: flex;
  justify-content: space-around;
}

.containerZ .input-group {
  flex-basis: 30%;
  text-align: center;
}

.containerZ .input-group label {
  display: block;
  font-weight: bold;
  color: #0d3c61;
  margin-right: 10px;
}

.containerZ .input-group input {
  width: 100px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  margin-top: 5px;
  font-size: 1rem;
}

.containerZ .input-group span {
  font-size: 14px;
  color: #555;
  margin-left: 15px;

}

/* Illustration Table */
.containerZ h2 {
  margin-top: 20px;
  color: #0d3c61;
  font-size: 1.4rem;
}

.containerZ table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.containerZ table,
.containerZ th,
.containerZ td {
  border: 1px solid #ddd;
}

.containerZ th,
.containerZ td {
  padding: 12px;
  text-align: center;
}

.containerZ th {
  background-color: #0d3c61;
  color: white;
}

.containerZ .section-header {
  background-color: #f9f9f9;
  font-weight: bold;
  text-align: left;
  padding-left: 10px;
  font-size: 0.9rem;
}

.containerZ input[type="number"] {
  width: 60px;
  padding: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
}

.containerZ .notes {
  font-size: 0.9rem;
  color: #777;
  margin-top: 20px;
}

.containerZ .highlight {
  color: #004a75;
  font-weight: bold;
}

.containerZ .result {
  font-weight: bold;
  color: #333;
}

.containerZ .small-text {
  font-size: 0.8rem;
  color: #777;
}

.containerZ .input-group {
  display: flex;
  align-items: center;
  justify-content: center;
}

.containerZ .input-group input {
  width: 80px; /* Adjust width if needed */
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  margin-top: 0px;
  font-size: 16px;
  margin-right: 5px; /* Space between input and % sign */
}

.containerZ .input-group span {
  font-size: 12px;
  color: #555;
}



.containerZ .input-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Input field styling */
.containerZ .input-wrapper input {
  width: 60px; /* Adjust width as needed */
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  margin-right: 5px; /* Space between input and % symbol */
}

/* Styling for % symbol */
.containerZ .percentage-symbol {
  font-size: 0.85rem;
  color: #555;
  font-size: 14px;
}

.containerZ td.amount-cols,
.containerZ th.amount-cols {
  width: 140px;
}
