﻿/*:root {
    --primary-color: #007bff;
    --secondary-color: #6c757d;
    --success-color: #28a745;
    --danger-color: #dc3545;
    --warning-color: #ffc107;
    --info-color: #17a2b8;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.footer {
    margin-top: auto;
}*/

/* Cards */
/*.card {
    border: none;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    transition: transform 0.2s;
}

    .card:hover {
        transform: translateY(-2px);
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    }*/

/* Tables */
/*.table-hover tbody tr:hover {
    cursor: pointer;
    background-color: rgba(0, 123, 255, 0.05);
}*/

/* Buttons */
/*.btn {
    border-radius: 0.375rem;
    font-weight: 500;
}

.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
}*/

/* Badges */
/*.badge {
    font-weight: 500;
    padding: 0.35em 0.65em;
}*/

/* Alerts */
/*.alert {
    border-radius: 0.375rem;
    border: none;
}*/

/* Forms */
/*.form-control:focus,
.form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}*/

/* Modal */
/*.modal-content {
    border: none;
    border-radius: 0.5rem;
}

.modal-header {
    border-bottom: 1px solid #dee2e6;
    border-radius: 0.5rem 0.5rem 0 0;
}*/

/* Tabs */
/*.tab-content {
    display: none;
}

    .tab-content.active {
        display: block;
    }

.list-group-item-action {
    cursor: pointer;
}

    .list-group-item-action:hover {
        background-color: rgba(0, 123, 255, 0.05);
    }*/

/* Charts */
/*canvas {
    max-height: 400px;
}*/

/* Utilities */
/*.text-truncate-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.font-monospace {
    font-family: 'Courier New', Courier, monospace;
}*/

/* Loading spinner */
/*.spinner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}*/

/* Responsive */
/*@media (max-width: 768px) {
    .container-fluid {
        padding: 0.5rem;
    }

    .card {
        margin-bottom: 1rem;
    }
}*/

/* Status indicators */
/*.status-active {
    color: var(--success-color);
}

.status-inactive {
    color: var(--danger-color);
}*/

/* Custom scrollbar */
/*::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}   

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }*/
