html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}


.table-responsive {
    border-radius: 0.375rem;
}

.card {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
    border: 1px solid rgba(0, 0, 0, 0.125);
}

.btn-group .btn {
    margin-right: 0.25rem;
}

.badge {
    font-size: 0.75em;
}

.alert {
    border: none;
    border-radius: 0.375rem;
}

.form-control:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
}

.category-card {
    border-left: 4px solid #007bff;
}

/***********************************************************************************************************************************************/
/* Additional enhancements */
.navbar-brand {
    font-size: 1.5rem;
}

.dropdown-item {
    transition: background-color 0.2s;
}

.dropdown-item:hover {
    background-color:rgba(13, 110, 253, 0.25);
    color:black;
}

.alert {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.btn {
    border-radius: 6px;
    font-weight: 500;
}

/* Add these styles to your existing CSS file */
.card {
    box-shadow: 0 0.15rem 1.75rem 0 rgba(58, 59, 69, 0.15);
    border: 1px solid #e3e6f0;
}

.table-responsive {
    border-radius: 0.35rem;
}

.progress {
    border-radius: 0.35rem;
}

.badge {
    font-size: 0.75em;
}

.chart-bar, .chart-pie {
    position: relative;
    height: 300px;
}

/* Print styles */
@media print {
    .btn, .card-header .float-end {
        display: none !important;
    }

    .card {
        border: 1px solid #000 !important;
        box-shadow: none !important;
    }

    .table-bordered {
        border: 2px solid #000 !important;
    }

        .table-bordered th,
        .table-bordered td {
            border: 1px solid #000 !important;
        }
}

@media print {
    .no-print {
        display: none !important;
    }
}
