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

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

#interest {
  color: #b3cee3;
  font-size: 28px;
}

#amount {
  color: #51555a;
  font-size: 28px;
}

#invested {
  color: #536070;
  font-size: 28px;
}

table.table.table-bordered th {
  border-left: 1px solid #ccc;
}

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 {
  background: #293038;
  border-radius: 0 0 0 0;
  margin: -1px 20px 0 -1px;
  padding: 15px;
  text-align: center;
  width: 57px;
}

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

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

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

table.table.table-bordered th {
  padding: 15px;
}

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

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

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

.input-coin {
  border-radius: 0 0.25rem 0.25rem 0;
  border-left: none;
}

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

.select2-container--default .select2-selection--single {
  border: 1px solid #ced4da;
  font-weight: 800;
  font-family: "Nunito", sans-serif;
  font-size: 13px;
  border-radius: 0 0.25rem 0.25rem 0;
  height: 38px;
  width: 120px;
  padding-top: 5px;
  border-right-width: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0px;
  color: #293038;
  font-weight: 700;
  outline: none;
  background: #FFF;
}

.select2-container--default .select2-selection--single:hover {
  color: #D3B583;
  font-weight: 700;
  border-color: #D3B583;
}

.select2-container--default .select2-selection--single:hover .select2-selection__arrow b {
  border-color: #D3B583 transparent transparent transparent;
}

.select2-container--default .select2-selection--single:hover .select2-selection__rendered {
  color: #D3B583;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #293038 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default .select2-selection--single:hover .select2-selection__arrow b {
  border-color: #D3B583 transparent transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #293038;
  line-height: 28px;
}

/* Estilização para ocultar as setas no Chrome, Safari e Edge */
input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Estilização para ocultar as setas no Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.select2-results {
  width: auto;
}

.select2-container--open .select2-dropdown--below {
  width: 120px !important;
  border-top: 1px solid #aaa;
  border-radius: 4px;
  position: absolute;
  left: -60%;
}

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

.d-grid {
  display: flex;
  flex-direction: row-reverse;
  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: 0px;
    margin-right: 0px;
  }
}

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

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

#period {
  width: 68.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;
}
