
body {
  font-family: Arial, sans-serif;
  background-color: #111;
  color: #eee;
  padding: 30px;
}

.container {
  background-color: #222;
  padding: 25px;
  border-radius: 10px;
  max-width: 700px;
  margin: auto;
  box-shadow: 0 0 15px rgba(255, 255, 255, 0.1);
}

h1, h2, h3 {
  margin-bottom: 10px;
  color: #fff;
}

label {
  display: block;
  margin-top: 15px;
  color: #ccc;
}

input, select, button {
  background-color: #555;
  color: #fff;
  border: 1px solid #555;
  width: 100%;
  padding: 8px;
  margin-top: 5px;
  box-sizing: border-box;
  background-color: #333;
  border: 1px solid #555;
  color: #fff;
  border-radius: 4px;
}

button {
  background-color: #555;
  color: #fff;
  border: 1px solid #555;
  background-color: #555;
  cursor: pointer;
}

button:hover {
  background-color: #218838;
  background-color: #666;
}

table {
  width: 100%;
  margin-top: 20px;
  border-collapse: collapse;
  color: #ddd;
}

table, th, td {
  border: 1px solid #444;
  text-align: center;
  padding: 8px;
}

th {
  background-color: #333;
}

td {
  background-color: #222;
}

.row-group {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.percent-wrapper {
  position: relative;
}

.percent-symbol {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #aaa;
}

.button-group {
  display: flex;
  margin-top: 10px;
}

.button-group button {
  background-color: #555;
  color: #fff;
  border: 1px solid #555;
  flex: 1;
  margin-right: 5px;
  border-radius: 4px 4px 0 0;
  border-bottom: none;
}

.button-group button.active {
  background-color: #888;
}


.checkbox-row {
  display: flex;
  gap: 20px;
  margin-top: 10px;
}

.checkbox-row label {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ccc;
}


#calculateButton {
  background-color: #368727;
  color: white;
  border: none;
}

#calculateButton:hover {
  background-color: #2c6d1f;
}


.checkbox-inline {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.checkbox-inline label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ccc;
}


.checkbox-tight {
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  gap: 20px;
  margin: 10px 0;
}

.checkbox-tight label {
  display: flex;
  align-items: center;
  gap: 6px;
  color: #ccc;
}


.checkbox-final-tight {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin: 10px 0;
}

.checkbox-final-tight label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #ccc;
}

body {
  max-width: 100%;
  margin: 0 auto;
  padding: 1em;
  box-sizing: border-box;
  font-size: 1rem;
}
input, select, button {
  font-size: 1em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
label {
  display: block;
  margin-top: 1em;
}
form {
  padding: 0 1em;
}

body {
  background-color: #171f12;
  color: #e8d7ba;
}
input, select, textarea, button {
  background-color: #2a2f23;
  color: #e8d7ba;
  border: 1px solid #555;
}

html, body {
  background-color: #0f130b; /* Darker green for full background */
  margin: 0;
  padding: 0;
}

.container {
  background-color: #171f12; /* Main content background */
  color: #e8d7ba;
  margin: 0 auto;
  padding: 1.5em;
  max-width: 700px;
  border-radius: 10px;
  box-shadow: 0 0 10px #00000050;
}

input, select, textarea, button {
  background-color: #2a2f23;
  color: #e8d7ba;
  border: 1px solid #555;
}

button {
  background-color: #368727;
  border-radius: 6px;
  padding: 0.6em 1em;
  font-weight: bold;
}

h1, h2, h3, h4, h5, h6, label, legend, .subheading {
  color: #e8d7ba;
}

#calculateButton,
#exportButton {
  color: white;
}
