.cardDashboard {
  padding: 1rem 1.5rem;
  background: linear-gradient(87deg, #1f4d72 0, #689bc4 100%) !important;
  color: white;
  border-radius: 0.375rem;
}

.cardDashboard_h5 {
  margin-bottom: 0px;
}

.cardDashboard_Amounts {
  float: right;
  font-weight: 600;
}

.cardDashboard_circle_shape {
  background-color: #ffffff !important;
  color: #1f4d72 !important;
  padding: 12px;
  text-align: center;
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}

.cardDashboard_red {
  background: linear-gradient(87deg, #917639 0, #dfcb9c 100%) !important;
}

.cardDashboard_circle_shape_red {
  color: #917639 !important;
}

.cardDashboard_green {
  background: linear-gradient(87deg, #222 0, #b3b1b1 100%) !important;
}

.cardDashboard_circle_shape_green {
  color: #222 !important;
}

.cardDashboard_circle_shape_build {
  background-color: #9eb4c6 !important;
}

.rrt-message{
  color: #000;
}

.google-auth-form .is-active{
  box-shadow: inset 0 0 0 2px #2c5a7f !important;
}
.google-auth-form .ReactInputVerificationCode__item{
  position: relative;
}
.google-auth-form .ReactInputVerificationCode__item:before{
  content: ' ';
  position: absolute;
  bottom: 50%;
  left: 15px;
  right: 15px;
  border-bottom: 1px solid #c1c1c1;
}
.google-auth-form .ReactInputVerificationCode__item.is-filled:before{
  content: none;
}