.modal-tst{
  width: 400px;
  height: 400px;
  padding: 20px;
}

.f-box{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.f-box div{
  margin-bottom: 15px;
}

.f-box .btn{
  margin: 5px 5px;
}

.success-icon{
  font-size: 9rem;
  color: #fff;
  background: #41bd4b;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.userName{
  color: #70297e;
  font-weight: 700;
}

.yourID{
  padding: 5px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 6px;
  background: #70297e;
  color: #fff;
}

.yourID2{
  padding: 5px 20px;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 6px;
  background: rgb(240, 233, 242, 3) !important;
  color: #70297e;
}

.trajetoria-ak{
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.btn-ak{
  background: #70297e !important;
  color: #fff !important;
}