
.close-dialog-btn[data-v-2b2ebb52] {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}
.records-panel-btn[data-v-2b2ebb52] {
  border-radius: 15px 15px 0px 0px;
  border: 1px solid #1943f1;
  position: fixed;
  bottom: 0;
  right: 100px;
  height: 35px;
  background-color: #00e676;
  z-index: 20000;
  padding: 5px 10px;
  cursor: pointer;
}
.records-panel-btn[data-v-2b2ebb52]:hover {
  padding: 15px 12px 40px 12px;
}

.theme--light.v-overlay {
  color: rgba(0, 0, 0, 0.87);
}

.theme--dark.v-overlay {
  color: #FFFFFF;
}

.v-overlay {
  align-items: center;
  border-radius: inherit;
  display: flex;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.25, 0.8, 0.5, 1), z-index 1ms;
}

.v-overlay__content {
  position: relative;
}

.v-overlay__scrim {
  border-radius: inherit;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: inherit;
  width: 100%;
  will-change: opacity;
}

.v-overlay--absolute {
  position: absolute;
}

.v-overlay--active {
  pointer-events: auto;
}
