.web_navigation_icon {
    color: whitesmoke;
}

.web_navigation_title {
    color: whitesmoke;
}

.web_navigation_selected {
    font-weight: bold;
    color: white !important;
}

.web_form_hidden {
    padding: 0;
    margin: 0;
    display: inline;
}

.web_form_login {
    margin: 8px 0;
}
/* Center the image */
.imgcontainer {
  text-align: center;
  margin: 24px 0 12px 0;
  position: relative;
}
img.avatar {
    width: 40%;
    border-radius: 50%;
.bg-glass {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.readonly-field {
    background-color: #f8f9fa !important;  /* Hellgrau */
    border-color: #dee2e6 !important;      /* Heller Rand */
    color: #212529 !important;             /* Dunkler Text */
    cursor: default;                       /* Kein Edit-Cursor */
    opacity: 0.85;
}
.readonly-field:focus {
    background-color: #f8f9fa !important;
    border-color: #dee2e6 !important;
    box-shadow: none !important;           /* Kein Fokus-Rahmen */
    outline: none !important;
}
.readonly-field:disabled {
    background-color: #f8f9fa !important;  /* Auch bei disabled gleich */
}
@media (prefers-color-scheme: dark) {
    .bg-glass {
        background: rgba(30, 30, 40, 0.95) !important;
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: #fff;
    }
    .form-control { background-color: rgba(50, 50, 60, 0.8); border-color: rgba(255,255,255,0.2); color: #fff; }
}






