body {
    background-color: #f4f6f9;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.navbar {
    box-shadow: 0 2px 4px rgba(0,0,0,.1);
}

.card {
    border: none;
    transition: transform .2s ease;
}

.card:hover {
    transform: translateY(-1px);
}

.card-header {
    border-bottom: 1px solid rgba(0,0,0,.05);
}

.table > thead {
    border-bottom: 2px solid #dee2e6;
}

.btn {
    border-radius: 8px;
}

.btn-sm {
    border-radius: 6px;
}

.badge {
    font-weight: 500;
    padding: .35em .65em;
    border-radius: 6px;
}

.progress {
    border-radius: 10px;
    background-color: #e9ecef;
}

.progress-bar {
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}

.footer {
    font-size: 13px;
}

.timeline {
    position: relative;
    padding-left: 20px;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    background: #dee2e6;
}

.datatable_filter {
    margin-bottom: 15px;
}

.form-control:focus, .form-select:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.15);
}

.alert {
    border-radius: 10px;
}

.modal-content {
    border-radius: 12px;
}

.card.rounded-4 {
    border-radius: 12px !important;
}

.cursor-pointer {
    cursor: pointer;
}

.search-select + input {
    border-radius: 6px;
}

.search-select + input:focus {
    border-color: #86b7fe;
    box-shadow: 0 0 0 0.25rem rgba(13,110,253,.15);
}
