/* selected_flights.html 用的 CSS */

.selected-flights .flight-detail-info {
    background: #fff;
    padding: 10px 10px 0 35px;
    border: 1px solid #ccc;
    border-radius: 5px;
    margin: 15px 0 10px 0;
}

.selected-flights .timeline-flight ol li::after {
    content: "";
    width: 1px;
    height: calc(100% + 0px);
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    position: absolute;
    left: -0.95rem;
    top: 15px;
}

.selected-flights .ticketBox{
    padding: 0px 10px;
}

.timeline-flight ol li div .row .col-xl-auto {
    border-right: 1px dotted #aaa !important;
}

.selected-flights .flightTickets-info {
    font-size: 0.8rem;
    margin-right: 15px;
    display: inline-block;
    font-size: 0.7rem !important;
    margin-top: 7px;
}

.selected-flights .flight-wrap {
    padding: 0 12px 10px 12px;
}

@media screen and (max-width: 375px) {
    .selected-flights .flight-wrap {
        padding: 0 12px;
    }
}

.change-flight-box{
    flex: 1 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
}

.airline-date{
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0.8rem;
    font-weight: bold;
    padding: 2px 6px;
    color: #d82a43;
    background-color: #ffefee;
    border-bottom-right-radius: 10px;
    height: 26px;
    width: 115px;
}
.total-nights{
    flex-direction: column;
}

@media screen and (min-width:768px) {
    .total-nights{
        flex-direction: row;
    }
    .change-flight-box{
        flex: 1 1;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-top: 7.5rem;
    }
}

.airline-box{
    padding: 35px 10px 15px 10px;
    position: relative;
}
.airline-box:first-child{
    border-bottom: 1px solid #ccc;
}