/* Custom styles for GPS Tracker */
.navbar-brand {
    font-weight: bold;
}

.card-header {
    font-weight: 600;
}

#map {
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.table-responsive {
    max-height: 300px;
    overflow-y: auto;
}

.alert {
    border-radius: 8px;
}

.btn {
    border-radius: 6px;
}

.card {
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
