/* Admin Custom Styles */

/* Login Page */
.login-page-body {
    background: #e9ecef !important;
    min-height: 100vh;
}

.login-logo a {
    color: #4a5568;
    text-shadow: none;
}

.login-subtitle {
    font-size: 0.9rem;
}

.dashboard-percentage-sup {
    font-size: 20px;
}

.profile-stat-icon {
    margin-right: 1rem;
}

.profile-stat-item {
    display: flex;
    align-items: center;
    margin-bottom: 1rem;
}

.profile-stat-item:last-child {
    margin-bottom: 0;
}

/* Questions */
.questions-actions-group {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.question-form-textarea {
    min-height: 120px;
    font-size: 1rem;
}

.hover-link:hover {
    color: #007bff !important;
    text-decoration: underline !important;
}

/* Admin Index Pages */
.admin-logo-header {
    max-height: 32px;
}

.admin-logo-welcome {
    max-height: 120px;
}

/* Header */
.navbar-separator {
    cursor: default;
}

