element {
}
.v-main__wrap {
  flex: 1 1 auto;

  max-width: 100%;

  position: relative;

}
* {
  margin: 0;

  padding: 0;

}
*, ::after, ::before {
  background-repeat: no-repeat;

  box-sizing: inherit;

}
.theme--dark.v-card {
  color: #eceff4 !important;
  background-color: #3b4252 !important;
}
.theme--dark.v-application {
  color: #eceff4 !important;
  background-color: #2e3440 !important;
}
.v-application {
  font-family: sans-serif;
}
.v-application {
  font-family: Roboto,sans-serif;

  line-height: 1.5;

}
.theme--dark.v-tabs-items {
  background-color: #3b4252 !important;
}
.theme--dark.v-list {
  color: #eceff4 !important;
  background-color: #2e3440 !important;
}
body, html {
  scrollbar-color: #d08770 #3b4252 !important;
}
.theme--dark.v-footer {
  background-color: #2e3440 !important;
  color: #eceff4 !important;
}
.theme--dark.v-tabs > .v-tabs-bar {
  background-color: #3b4252 !important;
}
.vc-container.vc-is-dark {
  color: #e5e9f0 !important;
  background-color:#2e3440 !important;
  border-color: #4c566a !important;
}
.theme--dark.v-application .text--primary {
  color: #e5e9f0 !important;
}