.flight-logo{
    width: 80px;
}
.content{
    padding-top: 3% !important;
}

.card-title{
    font-size: 20px;
    font-weight: 900;
}

.card-flight{
    padding: 2%;
    border-radius: 20px;
    background-color: white;
    margin: 2% 0;
}

.flight-logo-small{
    width: 40px;
    margin-left: 35%;
}

.flight-info-table{
    width: 100%;
}

.flight-info-table th{
    font-size: 1em;
    font-weight: 600;
    background-color: #282560;
    color: white;
    border: 2px solid gray;
    text-align: center;
}

.airline-logo{
    text-align: center;
}

.flight-info-table td{
    padding: 10px;
}

.flight-code{
    font-size: large;
    font-weight: 500;
}

.flight-location{

}

.flight-info-table td{
    border: 2px solid gray;
    text-align: center;
}
.pricing-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.pricing-table thead th {
    background-color: #999;
    color: #fff;
    padding: 10px;
    text-align: center;
}



.price-tag{
    background-color: white;
    color: black;
    text-align: center;
}

.price-price{
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #282560;
    color: #fff;
    text-align: center;
}

.fa{
    padding: 5px;
}

.menubar{
    font-size: 13px;
    position: sticky;
    top: 0;
    /* padding-top: 2%; */
    background-color: white;
    border-radius: 10px;
    padding-top: 10px;
    padding-left: 10px;
    z-index: 999999;
/* margin-top: -10px;
}
