/**
 * DNS Manager - Custom styles
 */

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f5f5f5;
}

/* Login page */
.min-vh-100 {
    min-height: 100vh;
}

.card {
    border-radius: 8px;
}

/* Dashboard */
.navbar-brand {
    font-weight: 600;
}

/* Table */
.table {
    background-color: white;
}

.table code {
    background-color: #f8f9fa;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.9em;
}

/* Buttons */
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}

/* Badges */
.badge {
    font-weight: 500;
}

/* Loading spinner */
#loadingSpinner {
    margin: 50px 0;
}

/* Modal */
.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

/* Alerts */
.alert {
    border-radius: 6px;
}

/* Form */
.form-label {
    font-weight: 500;
}

.form-text {
    font-size: 0.875rem;
}

/* Responsive */
@media (max-width: 768px) {
    .table-responsive {
        font-size: 0.9rem;
    }

    .btn-sm {
        padding: 0.15rem 0.4rem;
        font-size: 0.8rem;
    }
}
