/* Custom styles for AIA Location Management System */

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.container {
    flex: 1;
}

.table-responsive {
    overflow-x: auto;
}

.history-record {
    background-color: #f8f9fa;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    border-left: 4px solid #0d6efd;
}

.form-required:after {
    content: " *";
    color: red;
} 