/* @Debug */

img.persona {
  background-color: var(--pst-color-background) !important;
  border-radius: 0.25rem;
}

.persona {
  height: 3rem;
  width: 3rem;
  margin: 0 0.05em 0 0.1em;
  vertical-align: baseline;
}

/* Tooltip container */
[data-tooltip] {
  position: relative;
}

/* Tooltip style */
[data-tooltip]::after {
  content: "";
  bottom: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
}

.video-container {
  width: 100%;
}

.video-item {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 5px #818181;
  -moz-box-shadow: 1px 1px 5px #818181;
  box-shadow: 1px 1px 5px #818181;
}

.data-user-container {
  display: flex;
  align-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.data-user-avater {
  width: 3rem;
  height: 3rem;
  border-radius: 50% !important;
}

/*  width="800" height="600" */
.user-data-owner {
  color: #0d98ba !important;
}

.user-data-scientist {
  color: #00ff00 !important;
}

@media only screen and (min-width: 964px) {
  .bd-header ul.navbar-menu {
    gap: 10px;
  }

  ul#navbar-main-elements.navbar-menu {
    padding: 0%;
  }

  .video-container {
    width: 50%;
  }
  .video-item {
    width: 530px;
    height: 265px;
  }
}
