iframe {
  pointer-events: all;
}
.modal {
  align-items: center;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: appear;
  animation-name: appear;
  background-color: rgba(0, 0, 0, 0.72);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.modal p {
  color: var(--text-color-1);
  font-size: 14px;
}
.modal[data-login] .modal-dialog {
  width: min(100%, 20.75rem);
}
.modal[data-cookie] {
  background-color: var(--body-bg-color);
}
.modal[data-cookie] .modal-dialog {
  width: min(100%, 21.25rem);
}
.modal[data-cookie] .modal-close {
  display: none;
}
.modal[data-cookie] .modal-header {
  padding: 24px 24px 8px;
}
.modal[data-cookie] .modal-footer {
  flex-direction: row;
  margin-left: -8px;
  margin-right: -8px;
  padding: 8px 24px 24px;
}
.modal[data-cookie] .modal-footer > * {
  margin-bottom: 0;
  margin-left: 8px;
  margin-right: 8px;
}
.modal[data-cookie] .modal-footer .button {
  min-width: 8ch;
}
.modal[data-cookie] .modal-content {
  padding: 8px 24px;
}
.modal[data-cookie] a {
  color: inherit;
  text-decoration: underline;
}
.modal-dialog {
  -webkit-animation-duration: 0.4s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: animatetop;
  -webkit-animation-name: slide-in;
  animation-name: slide-in;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background: hsla(0, 0%, 100%, 0.12);
  border: 2px solid hsla(0, 0%, 100%, 0.08);
  border-radius: min(5.3333333333vw, 1.5rem);
  display: flex;
  flex-direction: column;
  margin: 0 min(6.4vw, 1.5rem);
  max-height: calc(100vh - 24px);
  overflow: hidden;
  position: relative;
  width: min(100%, 38rem);
}
.modal-footer,
.modal-header {
  align-items: center;
  display: flex;
  flex-direction: column;
  padding-left: min(8.5333333333vw, 2.5rem);
  padding-right: min(8.5333333333vw, 2.5rem);
}
.modal-header {
  justify-content: center;
  padding-bottom: min(5.3333333333vw, 1.25rem);
  padding-top: min(8.5333333333vw, 2.5rem);
}
.modal-footer {
  justify-content: center;
  padding-bottom: min(8.5333333333vw, 2.5rem);
  padding-top: min(5.3333333333vw, 1.25rem);
}
.modal-footer .button {
  margin-bottom: 20px;
  min-width: 21ch;
}
.modal-footer .button:last-child {
  margin-bottom: 0;
}
.modal-content {
  overflow: auto;
  padding: min(5.3333333333vw, 1.25rem) min(8.5333333333vw, 2.5rem);
}
.modal-close {
  cursor: pointer;
  pointer-events: all;
  font-size: 20px;
  padding: min(3.7333333333vw, 0.875rem) min(6.4vw, 1.5rem);
  position: absolute;
  right: 0;
  top: 0;
}
.modal-title {
  font-size: 32px;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal {
    align-items: flex-start;
    overflow: auto;
  }
  .modal[data-cookie] {
    align-items: center;
  }
  .modal-content {
    overflow: visible;
  }
  .modal-dialog {
    margin-bottom: min(6.4vw, 1.5rem);
    margin-top: min(6.4vw, 1.5rem);
    max-height: none;
    overflow-y: auto;
  }
}
.is-closed {
  display: none;
}

.modal[data-currentgame] .modal-dialog {
  width: 80%;
  height: 100%;
}
.modal[data-currentgame] .modal-dialog {
  width: 80%;
  height: 100%;
}
element.style {
}
.modal[data-currentgame] .modal-dialog {
  width: 80%;
  height: 100%;
}
.modal {
  align-items: center;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-name: appear;
  animation-name: appear;
  background-color: rgba(0, 0, 0, 0.72);
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}
