body {
    background-color: #f5f5f5;
}

.container {
    max-width: 1200px;
}

.card {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.card-header {
    background-color: #007bff;
    color: white;
    font-weight: bold;
}
/* Token validation styling */
.token-validation-json {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    max-height: 300px;
    overflow-y: auto;
    font-size: 0.85rem;
    margin-top: 10px;
}

.token-display {
    background-color: #f8f9fa;
    padding: 10px;
    border-radius: 4px;
    font-family: monospace;
    word-break: break-all;
}

.token-section {
    background-color: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 15px;
    margin-bottom: 15px;
}
pre {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    overflow-x: auto;
}

#user-info {
    transition: all 0.3s ease;
}

.resource-item {
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 5px;
    border-left: 4px solid #007bff;
}

.token-section {
    margin-top: 20px;
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border-left: 4px solid #28a745;
}

.token-display {
    font-family: monospace;
    word-break: break-all;
    background-color: #343a40;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.error-message {
    color: #dc3545;
    font-weight: bold;
    padding: 10px;
    background-color: rgba(220, 53, 69, 0.1);
    border-radius: 5px;
    margin: 10px 0;
}

.spinner-border {
    margin-right: 5px;
}
