/* custom CSS */
.img-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0);
    /*cursor: not-allowed;*/
}

/* Watermerk met CSS */
.watermark {
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 100px;
  height: 60px;
  background: transparent url(img/logo.png);
    background-position-x: 0%;
    background-position-y: 0%;
    background-repeat: repeat;
    background-size: auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1100;
}

@media screen and (min-width: 1400px) {
  .watermark {
    width: 180px;
    height: 107px;
  }
}
@media screen and (min-width: 1200px) {
  .watermark {
    width: 150px;
    height: 90px;
  }
}
@media screen and (min-width: 800px) {
  .watermark {
    width: 120px;
    height: 70px;
  }
}

#gpgLbCap{
    color: #ffffff;
}

.gpg-stage::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 20px;
  width: 120px;
  height: 70px;
  background: url("/img/Logo-giant-panda-global.svg") center center / contain no-repeat;
  opacity: 0.8;
  pointer-events: none;
  z-index: 1100;
}

.pandacam-card .card-img-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  overflow: hidden;
}

.pandacam-card img {
  max-width: 100%;
  height: 200px;
  object-fit: contain;
  display: block;
}

.jvm-tooltip {
  background-color: #fff !important;   /* witte achtergrond */
  border: 1px solid #000 !important;   /* zwarte rand */
  color: #000 !important;              /* zwarte tekst */
  border-radius: 6px !important;       /* optioneel: afgeronde hoeken */
  padding: 8px 10px !important;        /* iets meer ruimte binnenin */
  box-shadow: none !important;         /* verwijder standaard schaduw */
  font-size: 14px;
  text-align: center;
}