.btn-table{
    padding:5px !important;
}
.flight-list-item-logo{
    height:64px !important;
}
.trip-logo{
    width:64px;
    margin-right:10px;
}
.trip-name {
   /* width: calc(100% - 75px);*/
}
.seat-empty{
    font-size:12px;
}
#popup-process {
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 999999;
    display: none;
    text-align: center;
}

    #popup-process img {
        margin-top: 10%;
    }

.seat-selected {
    padding: 10px 5px !important;
    background-color: hsl(206.67deg 15.79% 88.82%) !important;
    margin:10px;
}
.seat-Booked {
    padding: 10px 5px !important;
    background-color: hsl(2deg 79.01% 39.59%) !important;
    color: #fff;
    margin: 10px;
}
.seat-OnHold {
    padding: 10px 5px !important;
    background-color: hsl(238.32deg 54.26% 39%) !important;
    color: #fff;
    margin: 10px;
}
.bg-seatVip, .bg-seatVip:hover {
    background-color: hsl(44 100% 70% / 1);
}
.bg-seatNormal {
    background-color: hsl(206.67deg 15.79% 88.82%);
}

.btn-seatchoise {
    border: 1px solid hsl(213.33000000000004 16.36% 89.22%);
    border-radius: 5px;
    height: 31px;
}
.btn-seat-chooise {
    min-width: 43px;
    padding: 10px 5px !important;
    margin: 10px;
}
.gve p {
    margin-bottom: 0 !important;
}

.bg-seatBooked {
    background-color: hsl(2deg 79.01% 39.59%);
}

.bg-seatEmpty {
    background-color: hsl(213.33deg 14.35% 90.07%);
}

.bg-seatOnHold, .bg-seatOnHold:hover {
    color: #fff;
    background-color: hsl(238.32deg 54.26% 39%) !important;
}
.error{
    color:red;
}
.form-label {
    padding-left: 1rem;
    line-height: 1.2;
    text-transform: none !important;
    margin-bottom: 0;
}
.validationMessage {
    color:red;
    font-size:11px;
}
.form-floating > label {
    text-transform:none !important;
}
.form-floating > .form-control, .form-floating > .form-control-plaintext, .form-floating > .form-select {
    height: calc(2.875rem + 10px) !important;
    min-height: calc(2.875rem + 10px) !important;
    line-height: 1.25;
}