/* FLIGHTS SCHEDULE PRICE */
.devvn-flight-category-schedule .form-search-flight {
    display: flex;
    flex-wrap: wrap;
    padding: 12px;
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    border-radius: 5px;
    gap: 10px;
    font-size: 13px;
}

.devvn-flight-category-schedule .form-search-flight .col-item{
    width: 48%;
}

.devvn-flight-category-schedule .form-search-flight select {
    padding: 6px;
    border-radius: 5px;
    width: 100%;
}

.page-cheapest {
    margin-top: 40px;
}

.description-text {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.data-content-page {
    line-height: 28px;
}

.table-flight-schedule-detail {
    margin-top: 12px;
}

.table-flight-schedule-detail table,
.table-flight-schedule-detail table tr td {
    border: none;
}

.table-flight-schedule-detail tbody,
.table-flight-schedule-detail tbody tr,
.table-flight-schedule-detail thead {
    display: table;
    width: 100%;
    table-layout: fixed;
    border: 1px solid #e8e8e8;
}

.devvn-flight-category-schedule .devvn-grid {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.devvn-flight-category-schedule .devvn-flex {
    display: flex;
}

.devvn-flight-category-schedule .devvn-flex-middle {
    align-items: center;
}

.devvn-flight-category-schedule .ff-routes-days {
    display: flex;
    gap: 5px;
}

.devvn-flight-category-schedule .flightsfrom-list-days {
    min-width: 25px;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    padding: 2px 4px;
}

.devvn-flight-category-schedule .flightsfrom-list-days.active {
    border: 1px solid var(--saphire-color);
    background-color: var(--saphire-color);
}

.devvn-flight-category-schedule .flightsfrom-list-days.not_active {
    border: 1px solid #4E4E4E;
    background-color: #4E4E4E;
}

.devvn-flight-category-schedule .devvn-grid>*>:last-child {
    margin-bottom: 0;
}

.devvn-flight-category-schedule .devvn-flex-middle {
    align-items: center;
}

.devvn-flight-category-schedule .devvn-margin-small-right {
    margin-right: 10px;
}

.devvn-flight-category-schedule .ff-image-wrap {
    width: 43px;
    position: relative;
    cursor: pointer;
    display: block;
}

.table-flight-schedule-detail table .tr-flex-middle .ff-image-airline {
    width: 43px;
    border: 0 solid #e5e5e5;
    border-radius: 2px;
    padding: 1px;
    position: relative;
    border-radius: 5px;
    margin: 0;
}

.devvn-display-inline-block {
    display: inline-block;
}

.table-flight-schedule-detail tbody {
    display: block;
    max-height: 1000px;
    overflow-y: auto;
}

.table-flight-schedule-detail .tb-flight-date {
    background-color: #fafafa;
}

.devvn-flight-category-schedule .table-flight-schedule-detail .item-hidden {
    display: none;
}

.table-flight-schedule-detail .day .p-item-date,
.table-flight-schedule-detail .next-day,
.table-flight-schedule-detail .prev-day {
    float: left;
    background-color: var(--saphire-color);
    box-shadow: 0 2px 6px #dfdfdf;
    margin-left: 5px;
    width: 40px;
    height: 34px;
    font-size: 14px;
    display: grid;
    align-items: center;
    text-align: center;
    font-weight: 700;
    border: none;
    padding-left: 2px;
    color: #fff;
    cursor: pointer;
    border-radius: 5px;
}

.table-flight-schedule-detail .day.not_active button {
    color: #d8d8d8;
    cursor: not-allowed;
}

.devvn-flight-category-schedule .table-flight-schedule-detail tr td i {
    font-style: normal;
}

.table-flight-schedule-detail tbody tr.item-tr-schedule .inner {
    display: inline-block;
}

.table-flight-schedule-detail tbody tr.item-tr-schedule .inner img {
    display: inline-block;
    margin: 0;
}

.devvn-flight-category-schedule .schedule-not-content {
    text-align: center;
    margin-top: 10px;
}

.table-flight-schedule-detail .check-price form button {
    background-image: linear-gradient(rgba(204, 80, 31, 0), #cc501f);
    color: #fff;
    text-decoration: none;
    padding: 7px 4px;
    background-color: #ff7e33;
    outline: auto;
    margin-top: 10px;
    margin-left: 5px;
    border-radius: 5px;
}

.table-flight-schedule-detail tr td.tb-flight-date .not_active p.p-item-date {
    background: #fff;
    color: #000;
}

.table-flight-schedule-detail #more {
    padding: 6px;
    cursor: pointer;
    background-color: #fff;
    font-size: 13px;
    color: #1255ae;
    border: 1px solid #1255ae;
    border-radius: 11px;
    font-weight: bold;
}

.table-flight-schedule-detail tbody tr.tr-flex-middle td.td-mt-flex {
    display: flex;
    align-items: center;
    padding: 5px;
}

.table-flight-schedule-detail tbody tr.tr-flex-middle td.ff-airline-number-code {
    padding: 5px;
}

.table-flight-schedule-detail table .tr-flex-middle:hover {
    cursor: pointer;
}

/* MOBILE */
@media screen and (max-width: 575px) {
    .ff-routes-days {
        justify-content: flex-end;
        display: inline-flex;
    }
}