.flex-container {
  display: flex;
  flex-flow: row;
}
/* .container {
  max-width: 600px;
  margin: auto;
  padding: 20px;
  border: 1px solid #ccc; padding:4px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
} */
label {
  display: block;
  margin-top: 10px;
}
input[type="number"],
input[type="range"] {
  width: 100%;
  margin-top: 0px;
}
/* button {
  margin-top: 20px;
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}
button:hover {
  background-color: #0056b3;
} */
/* Remove arrows from number input fields */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="range"]::-webkit-slider-runnable-track {
  height: 4px;
  margin-bottom: 14px;
}
input[type="range"] {
  accent-color: #1ebcee !important;
  border: #1ebcee 1px solid !important;
  height: 4px;
}
.hidden {
  display: none;
}
.flex {
  display: flex;
  gap: 20px;
}
#goalAmount {
  float: right;
}
.investAmount {
  display: flex;
}
.error {
  color: red;
  display: none; /* Hide the error message by default */
}
.price-labels {
  display: flex;
  justify-content: space-between; /* Space out the labels between the left and right sides */
  margin-top: 1px;
}
.chart-container {
  background-color: #f4f4f4;
  left: 50px;
  border-radius: 10px;
  padding: 15px;
  padding-right: 30px;
  height: auto;
}
.invested {
  outline: 0;
  border-width: 0 0 1px;
  border-color: #1ebcee;
}
.savings {
  color: #fff;
  align-items: center;
  /* margin-top: 10px; */
}

.tax_saving {
  margin-left: 50px;
}
.flex-container1 {
  margin-top: 50px;
}

.paragraph {
  display: flex;
  border-radius: 10px;
  font-size: small;
  flex: 1;
  padding: 10px;
  top: 50px;
  background-color: #ffffff;
  border: 1px solid #ccc; 
  padding:4px;
}

.vertical-line {
  border-right: 1px solid #ccc;
}

.tax-plan {
  font-size: small;
}
.saveBtn {
  border-radius: 50px;
  background-color: #fff;
  color: #97144d;
  font-size: smaller;
}


.result {
  margin-top: 20px;
  background-color: #f4f4f4;
  color: #383838;
  text-align: center;
  padding-top: 20px;
  border-radius: 10px;
}

.col-50-lt{
  width: 50%;
  display: inline;
  float: left;
}

.col-50-rt{
  width: 50%;
  display: inline;
  float: right;
}

.plr-14{
  padding-left: 14px;
  padding-right: 14px;
}

.investpara {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}