﻿.table_common_area thead tr th {
    font-size: 13px;
    padding: 8px 3px;
}

.buttons {
    display: flex;
    align-items: center;
    gap: 6px;
}

    .buttons a {
        color: #555;
    }

.table_common_area tbody tr td {
    font-size: 13px;
    padding: 8px 3px;
}

.status-0 {
}

.status-1 {
    color: red;
}

.status-2 {
    color: #005ae5;
}

.status-3 {
    color: var(--main-color);
}

.status-4 {
    color: orange;
}

.m-list {
    display: none;
}

@media only screen and (max-width: 414px) {
    .dashboard_common_table {
        padding: 8px;
    }

    #common_banner {
        display: none;
    }

    .section_padding {
        padding: 20px 0;
    }

    .m-list {
        display: block;
    }

    .m-item {
        display: block;
        border: solid 1px #CCC;
        border-radius: 4px;
        margin-bottom: 8px;
        padding: 12px;
        background: #FFF;
    }

    .table {
        display: none;
    }

    .dashboard_sidebar {
        display: none;
    }
}
.timeline-col {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circle {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 3px solid green;
    background-color: white;
    z-index: 1;
    margin-top:5px;
}

.line {
    position: absolute;
    width: 2px;
    background-color: #CCC;
    top: 16px;
    bottom: 16px;
    z-index: 0;
    height: 72px;
}

.flight-time {
    font-weight: bold;
}

.airport-title {
    font-weight: bold;
}

.airport-code {
    font-weight: 500;
}

.airport-sub {
    color: #6c757d;
}

.flight-block {
    margin-bottom: 1.5rem;
}
.border{
    overflow: hidden;
}
.bg-green-light {
    background: #188d4714;
}

/*2 cot sau*/
.flight-info-icon {
    width: 20px;
    margin-right: 8px;
    color: green;
}

.flight-detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 0.75rem;
}

.flight-detail-label {
    flex: 1;
    color: #555;
}

.flight-detail-value {
    font-weight: bold;
}

.right-divider {
    border-left: 1px solid #ccc;
    padding-left: 1.5rem;
}
.border-left-green {
    border-left: solid 5px #188D47;
}