/* body {
  overflow-y:scroll;
} */
.persona-widget__overlay {
  background-color: rgba(0, 0, 0, 1)!important;
}
.grecaptcha-badge { 
  visibility: hidden;
}
.disable-pull-to-refresh {
  overscroll-behavior-y: contain;
}

.q-splitter__panel {
  z-index: initial!important;
}

/* Hide webxr div */
div:has(> canvas.c3d) {
  display: none;
}

/* scrollbar for new component dialog */
::-webkit-scrollbar {
  -webkit-appearance: none;
}

::-webkit-scrollbar:vertical {
  width: 12px;
}

::-webkit-scrollbar:horizontal {
  height: 12px;
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, .5);
  border-radius: 10px;
  border: 2px solid #ddd;
}

::-webkit-scrollbar-track {
  border-radius: 10px;  
  background-color: #ddd; 
}

.white-card .card-toprow {
  min-height: 31.97px;
}
.white-card .card-title {
  font-size: 16px;
  letter-spacing: -0.5px;
  margin-right: 8px;
  margin-left: 4px;
}
/*
.white-card .trigger-title {
  font-size: 14px;
  letter-spacing: -0.5px;
  font-weight: 400;
  border-right: 5px solid #ab47bc;
}
*/
.white-card .card-content {
  border-left: 2px solid #ab47bc;
  border-right: 2px solid #ab47bc;
  border-bottom: 2px solid #ab47bc!important;
}
.component-card .q-btn.disabled {
  /* opacity: 1!important; */
}
.component-card .q-btn.disabled * {
  /* cursor: default!important; */
}
.component-card.clickable {
  /* cursor: pointer; */
}

.move-card {
  font-size: 12px;
  opacity: 0.2;
}
.vue-grid-item.no-touch {
  touch-action: auto!important;
}
.vue-resizable-handle {
  touch-action: none;
}
.drag {
  width: 20px;
  height: 20px;
  touch-action: none;
  z-index: 99;
}
.q-drawer__opener {
  width: 2px!important;
}
.q-card--dark {
  border-color: rgba(0, 0, 0, 0.12);
}

.introjs-hint {
  z-index: 9999999 !important;
}

.introjs-hint-pulse {
  border: 5px solid rgba(67, 160, 71, 0.7)!important;
}

.introjs-bottom .introjs-tooltip {
  margin-top: 0px!important;
}

.introjs-helperLayer {
  opacity: 0.5!important;
}

.introjs-bullets {
  pointer-events: none!important;
}

.block-name-button {
  max-width: 100%;
}

.block-name-button .block {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

body {
  overflow-wrap: break-word;
}
