
.noscroll {
position: fixed;
overflow-x: hidden;
overflow-y: hidden;
}

.smoothe {
    -webkit-overflow-scrolling: touch;
}

.smallInput {
  height: 10px;
}

/* .image {
  width: 100%;
  cursor: pointer;
  display: inline-block;
}

.theme--light.v-bottom-nav .v-btn:not(.v-btn--active) {
  color: rgba(255, 255, 255, 0.664)!important;
}

.images {
  height: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 5px;
}

.image-wrapper {
  display: inline-block;
  width: calc(33% - 20px);
  margin: 5px 5px 0 5px;
} */



/* table.v-table tbody td:first-child, table.v-table tbody td:not(:first-child), table.v-table tbody th:first-child, table.v-table tbody th:not(:first-child), table.v-table thead td:first-child, table.v-table thead td:not(:first-child), table.v-table thead th:first-child, table.v-table thead th:not(:first-child) {
  padding: 0 7px;
}

table.v-table tbody td {
  font-weight: 400;
  font-size: 11px;
} */

.activeRowClass {
  background-color: #1876d28c!important;
  border-color: #1876d28c!important;
}
.resolvedColor {
  background-color: #4baf4f3d!important;
  border-color: #4baf4f3d!important;
}
.disputedColor {
  background-color: #f442363d!important;
  border-color: #f442363d!important;
}