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

body {
  -webkit-overflow-scrolling:touch;
}

body.noscroll {
    /* -webkit-overflow-scrolling: auto !important; */
    /* overflow-y: fixed !important; */
}

.container {
  /* height: 100vh; */
  /* overflow-y: scroll; */
}

.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;
}

.viewer {
  height: 100%;
}

/* 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: #f4433661!important;
  border-color: #f442363d!important;
}

.redRow {
  background-color: #c235167e!important;
  border-color: #c235167e!important;
}

.yellowRow {
  background-color: #f9cf2880!important;
  border-color: #f9cf2880!important;
}

.orangeRow {
  background-color: #e67d2287!important;
  border-color: #e67d2287!important;
}