body {
  background: #ffffff;
}

.v-main-default {
  background-color: #ffffff;
  margin-left: 5%;
  margin-right: 5%;
}

.v-main-kyc {
  background-color: #1b1a47;
  margin-left: 5%;
  margin-right: 5%;
}

.app-title {
  font-style: 1.5rem;
  font-weight: 600;
  line-height: 32px;
}
/* .v-application {
    min-height: 330dvh;
    overflow: visible;
}
::-webkit-scrollbar{
    display: none;
} */