.btn-default.black {
  color: #D3B583 !important;
}
@media (max-width: 991px) {
  .btn-default.black.border-radius-10 {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  #btn-clear {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

#emergencyReserveResult, #monthlySavingsResult, #monthsToReachResult {
  font-size: 28px;
}

#emergencyReserveResult {
  color: #b3e3b7;
}

#monthlySavingsResult {
  color: #b3cee3;
}

#monthsToReachResult {
  color: #536070;
}

table.table.table-bordered th {
  border-left: 1px solid #ccc;
  padding: 15px;
}
table.table.table-bordered td {
  border-left: 1px solid #ccc;
  text-align: center;
  white-space: nowrap;
}

.aba-container {
  display: flex;
}

.aba {
  cursor: pointer;
  flex: 1;
  text-align: center;
}
.aba.ativa {
  background-color: #ddd;
}

.conteudo {
  display: none;
}
.conteudo.ativo {
  display: block;
}

.list {
  padding-left: 20px;
}

#resultTable header .icon, #resultGraphic header .icon, #result header .icon {
  background: #293038;
  border-radius: 0;
  margin: -1px 20px 0 -1px;
  padding: 15px;
  text-align: center;
  width: 57px;
}

tr.visible-odd {
  background-color: rgba(230, 230, 230, 0.65);
}

.read-more.collapsed {
  height: 500px;
}

.calculator {
  display: flex;
  width: 100%;
  margin-bottom: 1rem;
  align-items: stretch;
  position: relative;
  border-left: none;
}

.input-group-label {
  padding: 0 1rem;
  border: 1px solid #cacaca;
  background: #e6e6e6;
  color: #0a0a0a;
  text-align: center;
  display: flex;
  align-items: center;
  border-radius: 0.25rem 0 0 0.25rem;
  border-right: none;
}

.input-coin,
.input-percent {
  border-radius: 0 0.25rem 0.25rem 0;
  border-left: none;
}
.input-coin.input-percent,
.input-percent.input-percent {
  border-right: none;
  width: 68%;
  margin-right: -2px;
}
@media (max-width: 991px) {
  .input-coin.input-percent,
  .input-percent.input-percent {
    width: 45%;
  }
}

.select2-container .select2-selection--single {
  font-weight: 600;
  font-family: "Nunito", sans-serif;
  font-size: 14px;
  height: 38px;
  padding-top: 5px;
  line-height: 1.5;
  border: 1px solid #ccc;
  border-radius: 5px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (max-width: 991px) {
  .select2-container .select2-selection--single {
    margin-bottom: 15px;
  }
}
.select2-container .select2-selection--single .select2-selection__rendered {
  color: #555;
  line-height: 28px;
}
.select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}
.select2-container .select2-selection--single:focus {
  border-color: #007bff;
  box-shadow: 0 0 8px rgba(0, 123, 255, 0.25);
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

.d-grid-form {
  display: flex;
}
@media (max-width: 991px) {
  .d-grid-form {
    flex-wrap: wrap;
  }
}

.d-grid {
  display: flex;
  justify-content: space-evenly;
}
@media (max-width: 991px) {
  .d-grid {
    align-content: center;
    justify-content: center;
    flex-direction: column;
  }
}

.form-group {
  width: 50%;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .form-group {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }
}

.form-group-btn {
  width: 100%;
  display: flex;
  justify-content: right;
}
@media (max-width: 991px) {
  .form-group-btn {
    flex-direction: column;
    align-items: center;
  }
}

#chart-container {
  width: 1156px;
  height: 600px;
}
@media (max-width: 991px) {
  #chart-container {
    width: 335px;
    padding-left: 0;
  }
}

#period {
  width: 77.5%;
  margin-right: -2px;
}
@media (max-width: 991px) {
  #period {
    width: 60.5%;
  }
}

.cell {
  padding: 15px 20px 20px 15px;
  border: 1px solid #bebebe;
  border-radius: 5px;
  width: 30%;
}
@media (max-width: 991px) {
  .cell {
    width: 100%;
    margin-bottom: 10px;
  }
}

.btn-readmore.text {
  margin-top: 15px;
  margin-bottom: 15px;
}

.text-content ul li {
  margin-bottom: 15px;
}

.period-info-text {
  padding: 15px;
  margin-left: 10px;
}

.error {
  border: 1px solid #cc0000;
}

.error-message {
  color: #cc0000;
  font-size: 12px;
  margin-top: -8px;
  padding-bottom: 8px;
  display: block;
}
