.airline-dashboard-modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 100;
    padding: 1rem;
}

.airline-dashboard-modal {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.airline-dashboard-modal-close {
    position: absolute;
    right: 3px;
    top: 6px;
    cursor: pointer;
}

.airline-dashboard-modal-close img {
    width: 1.4rem;
    height: 1.4rem;
}

.airline-dashboard-report {
    height: 100%;
}