/* This CSS file will be loaded at last. Any CSS customization should be placed here */
/* Olivier 2026-03-30 Replace the planes Icon with arrow in and out */
.fa-plane-arrival:before {
    content: "\f2f6"; /* sign-in-alt */
}

.fa-plane-departure:before {
    content: "\f2f5"; /* sign-out-alt */
}