
.hidden{
    display: none !important;
}

a.no-link{
    text-decoration: none;
    color: inherit;
}

a.link {
    color: #007bff !important;
    cursor: pointer !important;
}

/* Dark mode */
@media (prefers-color-scheme: dark) {
    body {
        background-color: rgb(32,33,36)  !important;
        color: rgb(232,234,237)  !important;
    }
    body a{
        color: rgb(138,180,248) !important;
    }
}

.ui-widget-overlay{
    opacity: .5;
    z-index: 9999 !important;
  }
  
  .ui-dialog {
    z-index: 10000 !important;
  }