
.v-btn.active[data-v-7f626908] {
    box-shadow: 0px 0px 10px 5px #00c851;
}
.tab-class-0[data-v-7f626908] {
  margin: 0 5px;
  color: #1976d2;
  background-color: #00c851;
}
.tab-class-1[data-v-7f626908] {
  margin: 0 5px;
  color: #1976d2;
  background-color: #00c851;
}
.tab-class-2[data-v-7f626908] {
  margin: 0 5px;
  background-color: transparent !important;
  border-color: #00c851 !important;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
  color: #fff;
  border: 2px solid #1c7430;
}
.tab-active[data-v-7f626908] {
  color: #fff !important;
  background-color: #006228 !important;
  box-shadow: 0 5px 11px 0 rgba(0,0,0,0.18),0 4px 15px 0 rgba(0,0,0,0.15);
}
.clientidentify__tab[data-v-7f626908] {
  margin: 0 5px;
  color: #fff !important;
  background-color: #00c851;
}
.clientidentify__tab--active[data-v-7f626908] {
  background-color: #006228;
}
.bg-barcode[data-v-7f626908] {
  /* The image used */
  background-image: url("/images/barcode.png");

  /* Control the height of the image */
  min-height: 280px;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
}
.blink[data-v-7f626908] {
  -webkit-animation: blinker-data-v-7f626908 1s ease-out 1;
          animation: blinker-data-v-7f626908 1s ease-out 1;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
@-webkit-keyframes blinker-data-v-7f626908 {
to { background-color: #00c851;
    color: white;
}
}
@keyframes blinker-data-v-7f626908 {
to { background-color: #00c851;
    color: white;
}
}

.theme--light.v-divider {
  border-color: rgba(0, 0, 0, 0.12);
}

.theme--dark.v-divider {
  border-color: rgba(255, 255, 255, 0.12);
}

.v-divider {
  display: block;
  flex: 1 1 0px;
  max-width: 100%;
  height: 0px;
  max-height: 0px;
  border: solid;
  border-width: thin 0 0 0;
  transition: inherit;
}
.v-divider--inset:not(.v-divider--vertical) {
  max-width: calc(100% - 72px);
}
.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical) {
  margin-left: 72px;
}
.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical) {
  margin-right: 72px;
}
.v-divider--vertical {
  align-self: stretch;
  border: solid;
  border-width: 0 thin 0 0;
  display: inline-flex;
  height: inherit;
  min-height: 100%;
  max-height: 100%;
  max-width: 0px;
  width: 0px;
  vertical-align: text-bottom;
  margin: 0 -1px;
}
.v-divider--vertical.v-divider--inset {
  margin-top: 8px;
  min-height: 0;
  max-height: calc(100% - 16px);
}
