/* Custom styles for AspireSoft Tools */
 body {
        font-family: 'Roboto', sans-serif;
        background-color: #f8f9fa;
}

h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 500; /* For bold headings */
}

    /*

 body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #f8f9fa;
} */

.navbar-brand {
    font-weight: bold;
}

.card {
    border-radius: 0.5rem;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    margin-bottom: 1.5rem;
}

.card-header {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
    font-weight: 600;
}

.btn {
    border-radius: 0.375rem;
}

.table th {
    border-top: none;
    font-weight: 600;
    color: #495057;
}

.badge {
    font-size: 0.875em;
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    background-color: #f8f9fa;
    padding: 1rem;
    border-radius: 0.375rem;
    border: 1px solid #dee2e6;
}

footer {
    margin-top: auto;
}

/* Form styles */
.form-control:focus, .form-select:focus {
    border-color: #80bdff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.875rem;
    }
    
    .btn-group-sm > .btn, .btn-sm {
        padding: 0.25rem 0.5rem;
        font-size: 0.775rem;
    }
}

/* Dashboard stats cards */
.card.bg-primary, .card.bg-success, .card.bg-info, .card.bg-warning {
    border: none;
}

.card.bg-primary .card-body h2,
.card.bg-success .card-body h2,
.card.bg-info .card-body h2,
.card.bg-warning .card-body h2 {
    font-size: 2rem;
    font-weight: 700;
}

/* Search bar */
.input-group .form-select {
    max-width: 200px;
}

/* Rating stars */
.rating-stars {
    color: #ffc107;
}

/* Copy button animation */
.copy-btn.copied {
    background-color: #28a745;
    border-color: #28a745;
}

/* Admin panel specific styles */
.admin-badge {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
}