/***
 * Nutzungsbedigungen Popup CSS
 * 
 * @author Attila Németh, UBG
 * @date   05.12.2024
 */

div#ubg-terms-scrim {
  z-index: 97;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0000009f;
}

div#ubg-terms-scrim div#ubg-terms-window {
  z-index: 98;
  position: fixed;
  top: 1rem;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  border-radius: 1rem;
  background-color: #ffffff;
  padding: 1rem;
  overflow-y: auto;
}

body.admin-menu div#ubg-terms-scrim div#ubg-terms-window {
  top: calc(1rem + 39px);
}

div#ubg-terms-scrim div#ubg-terms-window p#ubg-terms-wait {
  text-align: center;
  font-weight: bold;
}