html,
body,
#root {
  height: 100% !important;
  min-height: 100% !important;
}

div.fixed.bottom-2.z-50.h-\[86px\] {
  display: none !important;
}

@keyframes proteq-spin {
  to {
    transform: rotate(360deg);
  }
}

.proteq-slot-spinner {
  position: absolute;
  inset: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  background: rgba(9, 9, 11, 0.45);
}

.proteq-slot-spinner::after {
  content: '';
  width: 28px;
  height: 28px;
  border: 3px solid rgba(255, 255, 255, 0.22);
  border-top-color: #3b82f6;
  border-radius: 50%;
  animation: proteq-spin 0.8s linear infinite;
}

.viewport-element .proteq-slot-spinner::after {
  width: 40px;
  height: 40px;
  border-width: 4px;
}

@media (max-width: 768px) {
  [data-cy='left-panel'],
  [data-cy='right-panel'],
  [data-cy='side-panel'] {
    display: none !important;
  }
}
