body {
  overflow: hidden;
}

html {
  font-size: 14px;
}

.page {
  width: 100%;
}

.v-main__wrap .container {
  align-items: flex-start !important;
}

.v-overlay__scrim,
.v-overlay__content {
  z-index: 1000 !important;
}

.v-dialog__content {
  z-index: 1;
}

.height-100 {
  height: 100%;
}

.chip-rate {
  min-width: 100px;
}

.v-data-table__wrapper::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2196f3;
}

.v-data-table__wrapper::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.function-block input {
  text-align: center !important;
  color: #000 !important;
}

