.font-title_basis{
  font-size: 18px;
  font-weight: bold;
  font-style: normal;
  font-stretch: normal;
  line-height: 2.17;
  letter-spacing: normal;
  text-align: left;
  color: #ebebeb;
  margin-top: -20px;
}

.menu-top_basis{
  display: block;
  margin-top: 50px;
  margin-left: 5%;
  /*display: inline-flex;*/
  padding:10ox;
  width: 80%;
}

.td_Basis{
  color: #a0a0a0;
}

.input_basis{
  width: 40%;
  min-width: 80px !important;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #66BC46;
  /* border-color: #5fa046; */
  padding: 5px;
  border-radius: 50px;
  text-align: center;
}

.input_dolar{
  width: 40%;
  min-width: 80px !important;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #6abd45;
  /* border-color: #5fa046; */
  padding: 5px;
  border-radius: 50px;
  text-align: center;
}

.input_cbot{
  width: 40%;
  min-width: 80px !important;
  background-color: transparent;
  color: #ffffff;
  border: 2px solid #ea6f24;
  /* border-color: #5fa046; */
  padding: 5px;
  border-radius: 50px;
  text-align: center;
}

.modalGraphics{
  display: flex;
  width: 100%;
  height: 530px;
  border-radius: 10px;
  border: solid 1px #707070;
  background-color: #0b1e22;
  overflow: scroll;
}
.authenticateButton{
  color: #ffffff;
  margin-top: 5%;
  font-size: 20px;
}
