﻿
/* ***** Routes new tables ***** */

.RouteTable {
    display: flex;
    width: 100%;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
    border-radius: 10px;
    border: 1px solid #010425;
    background: #FFF;
    margin-bottom: 28px;
}


.RouteTableHeader {
    display: flex;
    width: 100%;
    height: 50px;
    padding: 15px 0px;
    align-items: center;
    justify-content: center;
    gap: 0px;
    border-radius: 8px 8px 0 0;
    background-color: #F4DB2A;
    color: #1E1E1E;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.2px;
    margin-bottom: 10px;
}

.RouteTableHeaderCell {
    width: 100%;
    display: flex;
    justify-content: center;
}

.PriceTableHeaderCell {
    width: 100%;
    display: flex;
    justify-content: center;
}

.RouteTableRow {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: flex-start;
    gap: 0px;
    color: #1E1E1E;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.96px;
    border-bottom: 1px solid #010524;
}

/*.RouteTableRow:nth-child(2n+1) {
        border-bottom: none;
    }*/

.RouteTableCell {
    display: flex;
    padding: 10px;
    align-items: center;
    align-self: stretch;
    width: 100%;
    justify-content: center;
}


.RouteTableCellGrey {
    display: flex;
    padding: 10px;
    align-items: center;
    align-self: stretch;
    width: 100%;
    background-color: #F0F0F0;
}


.RouteTableSubText {
    margin-top: 10px;
    color: #1E1E1E;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.96px;
}


@media (max-width: 991px) {

    /* ***** Routes new tables ***** */
    .RouteTableHeader {
        padding: 15px 15px;
        color: #1E1E1E;
        text-align: center;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.96px;
    }

    .RouteTableRow {
        color: #1E1E1E;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: -0.84px;
    }

    .RouteTableSubText {
        margin-top: 10px;
        color: #1E1E1E;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -0.84px;
    }
}
