@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap");
html,
body {
    font-family: "Poppins", sans-serif;
    color: #444;
    font-size: 16px
}

@media (min-width: 1850px) {
    html,
    body {
        font-size: 17px
    }
}

@media (max-width: 1480px) {
    html,
    body {
        font-size: 14px
    }
}

@media (max-width: 1300px) {
    html,
    body {
        font-size: 12px
    }
}

@media (max-width: 1100px) {
    html,
    body {
        font-size: 11px
    }
}

@media (max-width: 992px) {
    html,
    body {
        font-size: 11px
    }
}

@media (max-width: 667px) {
    html,
    body {
        font-size: 12px
    }
}

.round {
    border-radius: 50%;
    overflow: hidden
}

.btn,
a.btn {
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5;
    padding: 0.4rem 1rem
}

a,
button {
    cursor: pointer
}

.image {
    width: 100%
}

img {
    max-width: 100%
}

.image img {
    width: 100%
}

.primary {
    background: #D2292E !important
}

.primary-light {
    background: #F6C1B1 !important
}

.secondary {
    background: #F9A81A !important
}

.secondary-light {
    background: rgba(247, 149, 29, 0.294118) !important
}

.tertiary {
    background: #e9b220 !important
}

.tertiary-light {
    background: rgba(233, 179, 32, 0.309804) !important
}

.dark {
    background: #000 !important
}

.mid-dark {
    background: #444 !important
}

.grey {
    background: #666 !important
}

.light-grey {
    background: #B2B2B2 !important
}

.white {
    background: #fff !important
}

.primary-gradient {
    background: linear-gradient(270deg, #D2292E 0%, #EC1C24 98.44%) !important
}

.primary-text {
    color: #D2292E
}

.primary-light-text {
    color: #F6C1B1
}

.secondary-text {
    color: #F9A81A
}

.tertiary-text {
    color: #e9b220
}

.dark-text {
    color: #000 !important
}

.mid-dark-text {
    color: #444
}

.grey-text {
    color: #666
}

.light-grey-text {
    color: #B2B2B2
}

.white-text {
    color: #fff
}

.link-dark {
    color: #000;
    text-decoration: none
}

.link-dark:hover {
    color: #D2292E
}

.font-xxxl {
    font-size: 1.5rem
}

.font-xxl {
    font-size: 1.375rem
}

.font-xl {
    font-size: 1.25rem
}

.font-lg {
    font-size: 1.125rem
}

.font-md {
    font-size: 1rem
}

.font-sm {
    font-size: .875rem !important
}

.font-xs {
    font-size: .687rem
}

.caps {
    text-transform: uppercase
}

.thin {
    font-weight: 100
}

.extraLight {
    font-weight: 200
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 400
}

.semibold {
    font-weight: 500
}

.bold {
    font-weight: 600 !important
}

.extraBold {
    font-weight: 700
}

.block {
    font-weight: 800
}

.btn:focus,
a.btn:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-primary,
a.btn-primary {
    background: #D2292E;
    border: 1px solid #D2292E;
    color: #fff !important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.hover,
.btn-primary:not(:disabled):not(.disabled):active:focus,
a.btn-primary:hover,
a.btn-primary:focus,
a.btn-primary:active,
a.btn-primary.active,
a.btn-primary.hover,
a.btn-primary:not(:disabled):not(.disabled):active:focus {
    background: #D2292E;
    color: #fff !important;
    border: 1px solid #D2292E;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-primary-dark,
a.btn-primary-dark {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff !important
}

.btn-primary-dark:hover,
.btn-primary-dark:focus,
.btn-primary-dark:active,
.btn-primary-dark.active,
.btn-primary-dark.hover,
.btn-primary-dark:not(:disabled):not(.disabled):active:focus,
a.btn-primary-dark:hover,
a.btn-primary-dark:focus,
a.btn-primary-dark:active,
a.btn-primary-dark.active,
a.btn-primary-dark.hover,
a.btn-primary-dark:not(:disabled):not(.disabled):active:focus {
    background: rgba(0, 0, 0, 0.3);
    color: #fff !important;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-secondary,
a.btn-secondary {
    background: #F9A81A;
    border: 1px solid #F9A81A;
    color: #fff !important
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.btn-secondary.hover,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
a.btn-secondary:hover,
a.btn-secondary:focus,
a.btn-secondary:active,
a.btn-secondary.active,
a.btn-secondary.hover,
a.btn-secondary:not(:disabled):not(.disabled):active:focus {
    background: #F9A81A;
    color: #fff !important;
    border: 1px solid #F9A81A;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-tertiary,
a.btn-tertiary {
    background: #e9b220;
    border: 1px solid #e9b220;
    color: #fff !important
}

.btn-tertiary:hover,
.btn-tertiary:focus,
.btn-tertiary:active,
.btn-tertiary.active,
.btn-tertiary.hover,
.btn-tertiary:not(:disabled):not(.disabled):active:focus,
a.btn-tertiary:hover,
a.btn-tertiary:focus,
a.btn-tertiary:active,
a.btn-tertiary.active,
a.btn-tertiary.hover,
a.btn-tertiary:not(:disabled):not(.disabled):active:focus {
    background: #e9b220;
    color: #fff !important;
    border: 1px solid #e9b220;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-white,
a.btn-white {
    background: #fff;
    border: 1px solid #B2B2B2;
    color: #000 !important
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.hover,
.btn-white:not(:disabled):not(.disabled):active:focus,
a.btn-white:hover,
a.btn-white:focus,
a.btn-white:active,
a.btn-white.active,
a.btn-white.hover,
a.btn-white:not(:disabled):not(.disabled):active:focus {
    background: #fff;
    color: #D2292E !important;
    border: 1px solid #B2B2B2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.btn-outline-primary {
    border: 1.5px solid #D2292E;
    color: #D2292E;
    background: transparent;
    font-weight: 600 !important
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.hover,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus {
    border-color: #D2292E;
    background: #D2292E;
    color: #fff
}

.btn-outline-secondary {
    border: 1px solid #F9A81A;
    color: #F9A81A;
    background: transparent
}

.btn-outline-secondary:hover,
.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary.active,
.btn-outline-secondary.hover,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
    border-color: #F9A81A;
    background: #F9A81A;
    color: #fff
}

.btn-outline-tertiary {
    border: 1px solid #e9b220;
    color: #e9b220;
    background: transparent
}

.btn-outline-tertiary:hover,
.btn-outline-tertiary:focus,
.btn-outline-tertiary:active,
.btn-outline-tertiary.active,
.btn-outline-tertiary.hover,
.btn-outline-tertiary:not(:disabled):not(.disabled):active:focus {
    border-color: #e9b220;
    background: #e9b220;
    color: #fff
}

.btn-outline-white {
    border: 1px solid #fff;
    color: #fff;
    background: transparent
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.hover,
.btn-outline-white:not(:disabled):not(.disabled):active:focus {
    border-color: #fff;
    background: #fff;
    color: #D2292E
}

.btn-link {
    color: #D2292E;
    text-decoration: none;
    padding: 0 5px !important
}

.btn-link.underline {
    text-decoration: underline
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active,
.btn-link.hover,
.btn-link:not(:disabled):not(.disabled):active:focus {
    color: #D2292E
}

.btn-link-dark {
    color: #000;
    text-decoration: none;
    padding: 0 5px !important
}

.btn-link-dark.underline {
    text-decoration: underline
}

.btn-link-dark:hover,
.btn-link-dark:focus,
.btn-link-dark:active,
.btn-link-dark.active,
.btn-link-dark.hover,
.btn-link-dark:not(:disabled):not(.disabled):active:focus {
    color: #D2292E
}

.btn-animation {
    position: relative;
    box-shadow: inset 0 0 0px 0px #0000001f !important
}

.btn-animation:hover,
.btn-animation:focus,
.btn-animation:active,
.btn-animation.active,
.btn-animation.hover,
.btn-animation:not(:disabled):not(.disabled):active:focus {
    box-shadow: inset 0 8rem 0px 0px #0000001f !important
}

.btn-xxl {
    padding: 0.8rem 1rem
}

.btn-xxl i {
    font-size: 2.9rem
}

.btn-xl {
    padding: 0.5rem 0.6rem
}

.btn-xl i {
    font-size: 1.9rem
}

.btn-lg {
    padding: 0.4rem 0.5rem
}

.btn-lg i {
    font-size: 1.5rem
}

.btn-md {
    padding: 0.3rem 0.4rem
}

.btn-md i {
    font-size: 1.4rem
}

.btn-sm {
    padding: 0.28rem 0.32rem
}

.btn-sm i {
    font-size: 1.3rem
}

.btn-xs {
    padding: 0.2rem 0.3rem
}

.btn-xs i {
    font-size: 1rem
}

.text-shadow {
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5)
}

.border-bottom {
    border-bottom: 1px solid #ECECEC
}

.icon-28 {
    width: 1.75rem;
    height: 1.75rem
}

.icon-16 {
    width: 1rem
}

.icon-20 {
    width: 1.25rem
}

.icon-22 {
    width: 1.375rem
}

.icon-24 {
    width: 1.5rem
}

.border-radius-5 {
    border-radius: 5px
}

.border-radius-8 {
    border-radius: 8px
}

.mb-5 {
    margin-bottom: 2rem
}

.px-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important
}

.py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important
}

.px-6 {
    padding-left: 2.5rem !important;
    padding-right: 2.5rem !important
}

.py-6 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important
}

.px-7 {
    padding-left: 3rem !important;
    padding-right: 3rem !important
}

.py-7 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important
}

.border-t-1 {
    border-top: 1px solid #ECECEC
}

.border-dashed-1 {
    border-bottom: 1px dashed #ECECEC
}

.error-text {
    color: #E01F26
}

.withbtn {
    position: relative
}

.withbtn .form-control {
    padding-right: 6rem
}

.withbtn .btn {
    position: absolute;
    right: 0.25rem;
    top: 50%;
    transform: translateY(-50%)
}

.form-control::-webkit-input-placeholder {
    color: #B2B2B2
}

.form-control:-moz-placeholder {
    color: #B2B2B2
}

.form-control::-moz-placeholder {
    color: #B2B2B2
}

.form-control:-ms-input-placeholder {
    color: #B2B2B2
}

.form-control.inputGrey,
.form-select.inputGrey {
    box-shadow: none;
    outline: none;
    background-color: #ECECEC;
    border: none
}

.form-floating .form-control,
.form-floating .form-select {
    border-color: #B2B2B2;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-size: 1rem;
    border-radius: 0 !important;
    border-left: none;
    border-right: none;
    border-top: none;
    padding-left: 0.2rem !important;
    padding-right: 0.2rem !important;
    padding-bottom: 0.25rem !important;
    height: 3.3rem;
    background: transparent
}

.form-floating textarea.form-control {
    height: auto !important
}

.form-floating label {
    padding-left: 0 !important;
    padding-bottom: 0 !important
}

.form-floating .icon {
    position: absolute;
    top: 1rem;
}

.form-floating>.form-control:focus~label,
.form-floating>.form-control:not(:placeholder-shown)~label,
.form-floating>.form-select~label {
    opacity: .65;
    transform: scale(0.85) translateY(-0.7rem) translateX(0.15rem)
}

.form-group.error .form-control {
    border-color: #D2292E
}

.eyeButton {
    color: #444 !important
}

.eyeButton.active {
    color: #D2292E !important
}

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"],
input[type="button"],
textarea,
select {
    appearance: none;
    -webkit-appearance: none
}

.form-check-input:checked {
    background-color: #D2292E !important;
    border-color: #D2292E !important
}

.form-check {
    position: relative;
    padding-left: 1.5rem
}

.form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.form-check label {
    cursor: pointer
}

.form-check label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #D2292E;
    border-radius: 4px;
    padding: 9px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    background: #fff;
    position: relative;
    margin-left: -1.5rem
}

.form-check input:checked+label:after {
    content: '';
    display: block;
    position: absolute;
    top: 2px;
    left: 9px;
    width: 6px;
    height: 13px;
    border: solid #D2292E;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg)
}

.table>thead>tr>th {
    border-color: 1px solid #B2B2B2 !important
}

.table>:not(:first-child) {
    border-top: none !important
}

.table.table-hover-shadow>:not(caption)>*>* {
    border-color: rgba(246, 193, 177, 0.5)
}

.table.table-hover-shadow tbody tr:hover {
    box-shadow: 0px 2px 4px 1px #F6C1B1;
    border-radius: 5px
}

.only-line-4 {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal
}

.form-control.error {
    border-color: #E01F26
}

label.error {
    color: #E01F26
}

.choices__heading {
    padding: 3px 10px;
    border-bottom: 1px solid #f7f7f7;
    color: #D2292E;
    background: #f9f9f9
}

.choices .form-control {
    border: 1px solid #B2B2B2;
    border-radius: 0.25rem
}

.choices .form-control .choices__list--single {
    padding: 0 16px 0 0
}

.choices.is-open .form-control {
    border-color: #666
}

.card {
    background: #fff;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    border: none
}

.card.dark {
    background: #000;
    border-color: #000
}

.card-heading {
    border-bottom: 1px solid #ECECEC;
    padding-left: 1.2rem;
    padding-right: 1.2rem
}

.card-heading .nav-link {
    padding: 2rem 1.6rem;
    background: none !important;
    border: none !important;
    color: #000;
    position: relative
}

.card-heading .nav-link::before {
    content: '';
    position: absolute;
    bottom: -0.25rem;
    left: 0;
    right: 0;
    height: 0.5rem;
    background: transparent;
    transition: all 0.3s ease;
    border-radius: 5px
}

.card-heading .nav-link.active {
    color: #D2292E
}

.card-heading .nav-link.active::before {
    background: #D2292E
}

.datepicker,
.dropdown-menu {
    font-size: 1rem
}

.datepicker table tr td.active,
.dropdown-menu table tr td.active {
    background: #D2292E
}

.datepicker table tr td.active:hover,
.dropdown-menu table tr td.active:hover {
    background: #D2292E
}

.datepicker table tr td.active.active,
.dropdown-menu table tr td.active.active {
    background: #D2292E
}

.datepicker table tr td.active.active:hover,
.dropdown-menu table tr td.active.active:hover {
    background: #D2292E
}

.datepicker table tr td span.active,
.dropdown-menu table tr td span.active {
    background: #D2292E
}

.datepicker table tr td span.active.active,
.dropdown-menu table tr td span.active.active {
    background: #D2292E
}

.datepicker table tr td span.active.active:hover,
.dropdown-menu table tr td span.active.active:hover {
    background: #D2292E
}

.choices-picker .choices__item {
    font-size: 1.6rem !important
}

.choices-picker .choices {
    min-width: 13rem
}

.choices-picker .choices .choices__inner {
    padding: 0.3rem 1rem !important;
    min-height: 3rem
}

.choices-picker .choices__list.choices__list--dropdown {
    min-width: 100%;
    width: auto;
    word-break: normal
}

.choices-picker.no-search-box .choices__list.choices__list--dropdown .choices__input {
    display: none
}

.choices-picker.hide-help .choices__list.choices__list--dropdown .choices__item--selectable {
    padding-right: 10px !important
}

.line2-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
}

.card2 {
    padding: 2rem;
    background: rgba(236, 236, 236, 0.3);
    border: 0.5px solid #ECECEC;
    border-radius: 6px
}

.search-box-content {
    position: relative
}

.search-box-content .btn-icon {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0 1rem;
    width: 5rem
}

.search-box-content input.form-control {
    padding-left: 4rem;
    border: 1px solid #B2B2B2;
    border-radius: 6px;
    font-size: .875rem
}

.tag-item {
    background: #FFFDF7;
    border: 0.7px solid #ECECEC;
    box-sizing: border-box;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
    border-radius: 14px;
    font-size: 1.4rem;
    padding: 0.8rem 1rem;
    display: inline-block;
    margin: 0 0.7rem 1rem 0;
    color: #000
}

ul.slick-dots {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none
}

ul.slick-dots button {
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #ECECEC;
    border: none;
    font-size: 0;
    padding: 0;
    margin: 0.3rem;
    opacity: 0.5
}

ul.slick-dots .slick-active button {
    background: #D2292E;
    box-shadow: 0 0 0 2px #fff;
    opacity: 1
}

.slide-item {
    position: relative
}

.highlight-heading {
    padding-left: 1.125rem;
    position: relative;
    line-height: 1
}

.highlight-heading::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0.3rem;
    background: #D2292E
}

.customScroll::-webkit-scrollbar,
.pList::-webkit-scrollbar {
    width: 0.35rem
}

.customScroll::-webkit-scrollbar-track,
.pList::-webkit-scrollbar-track {
    background-color: #e4e4e4;
    border-radius: 100px
}

.customScroll::-webkit-scrollbar-thumb,
.pList::-webkit-scrollbar-thumb {
    border-radius: 100px;
    border: 2px solid rgba(0, 0, 0, 0.18);
    border-left: 0;
    border-right: 0;
    background-color: #D2292E
}

.card.card-highlight {
    background: #FFFEF5;
    border: 1px solid #F6C1B1
}

.seats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start
}

.cabin {
    padding: 2rem;
    margin: 0;
    height: 100%;
    overflow: auto
}

.cabin .row:not(.marks) {
    counter-increment: rowNumber;
    position: relative
}

.cabin .row:not(.marks) .seats .seat:first-child::before {
    content: counter(rowNumber);
    margin-right: 0;
    position: absolute;
    left: -1rem;
    font-size: 0.9rem;
    top: 0.7rem;
    color: #000;
    font-weight: 600
}

.seat {
    display: flex;
    flex: 0 0 14.28571428571429%;
    padding: 5px;
    position: relative;
    justify-content: center
}

.seat:nth-child(4) {
    margin-right: 14.28571428571429%
}

.seat p {
    margin: 0;
    font-size: 0.9rem;
    font-weight: 600;
    top: 0.7rem;
    color: #000
}

.seat input[type=checkbox] {
    position: absolute;
    opacity: 0
}

.seat label {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5rem;
    color: transparent;
    text-indent: -9999px;
    padding: 4px 0;
    height: 2.2rem;
    background-image: url(../newImages/seat-normal.svg);
    background-size: 2.2rem auto;
    background-repeat: no-repeat;
    background-position: center;
    animation-duration: 300ms;
    animation-fill-mode: both
}

.seat label:hover {
    cursor: pointer;
    transform: scale(1.03) translate(0)
}

.seat input[type=checkbox]:checked+label {
    background-image: url(../newImages/seat-icons/SelectedSeat-1.svg);
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    animation-duration: 300ms;
    animation-fill-mode: both
}

.seat input[type=checkbox]:disabled+label {
    background-image: url(../newImages/seat-inoperable.svg);
    text-indent: -9999px;
    overflow: hidden
}

.seat input[type=checkbox]:disabled+label:hover {
    box-shadow: none;
    cursor: not-allowed
}

.seat input.booked[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/NormalCheckedIn.svg)
}

.seat input[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/OpenSeat-3.svg)
}

.seat input[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].blocked+label {
    background-image: url(../newImages/seat-icons/NormalBlockedSeat.svg)
}

.seat input[type=checkbox].blocked+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].checkin+label {
    background-image: url(../newImages/seat-icons/NormalCheckedIn.svg)
}

.seat input[type=checkbox].checkin+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].female+label {
    background-image: url(../newImages/seat-icons/NormalFemale.svg)
}

.seat input[type=checkbox].female+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].femaleChild+label {
    background-image: url(../newImages/seat-icons/NormalFemaleChild.svg)
}

.seat input[type=checkbox].femaleChild+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].femaleChildWheelChair+label {
    background-image: url(../newImages/seat-icons/NormalFemaleChildWheelChair.svg)
}

.seat input[type=checkbox].femaleChildWheelChair+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].femaleWheelChair+label {
    background-image: url(../newImages/seat-icons/NormalFemaleWheelChair.svg)
}

.seat input[type=checkbox].femaleWheelChair+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].femaleWheelChairWithInfant+label {
    background-image: url(../newImages/seat-icons/NormalFemaleWheelChairWithInfant.svg)
}

.seat input[type=checkbox].femaleWheelChairWithInfant+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].femaleWithInfant+label {
    background-image: url(../newImages/seat-icons/NormalFemaleWithInfant.svg)
}

.seat input[type=checkbox].femaleWithInfant+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].heldForAnotherSession+label {
    background-image: url(../newImages/seat-icons/NormalHeldForAnotherSession.svg)
}

.seat input[type=checkbox].heldForAnotherSession+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].borkenSeat+label {
    background-image: url(../newImages/seat-icons/NormalBrokenSeat.svg)
}

.seat input[type=checkbox].borkenSeat+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].reservedSeat+label {
    background-image: url(../newImages/seat-icons/NormalReservedSeat.svg)
}

.seat input[type=checkbox].reservedSeat+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].checkedIn+label {
    background-image: url(../newImages/seat-icons/NormalCheckedIn.svg)
}

.seat input[type=checkbox].checkedIn+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].male+label {
    background-image: url(../newImages/seat-icons/NormalMale.svg)
}

.seat input[type=checkbox].male+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].maleChild+label {
    background-image: url(../newImages/seat-icons/NormalMaleChild.svg)
}

.seat input[type=checkbox].maleChild+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].maleChildWheelChair+label {
    background-image: url(../newImages/seat-icons/NormalMaleChildWheelChair.svg)
}

.seat input[type=checkbox].maleChildWheelChair+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].maleWheelChair+label {
    background-image: url(../newImages/seat-icons/NormalMaleWheelChair.svg)
}

.seat input[type=checkbox].maleWheelChair+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].maleWheelChairWithInfant+label {
    background-image: url(../newImages/seat-icons/NormalMaleWheelChairWithInfant.svg)
}

.seat input[type=checkbox].maleWheelChairWithInfant+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].maleWithChild+label {
    background-image: url(../newImages/seat-icons/NormalMaleWithChild.svg)
}

.seat input[type=checkbox].maleWithChild+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].blockedSeat+label {
    background-image: url(../newImages/seat-icons/NormalBlockedSeat.svg)
}

.seat input[type=checkbox].blockedSeat+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].reservedSeat+label {
    background-image: url(../newImages/seat-icons/NormalReservedSeat.svg)
}

.seat input[type=checkbox].reservedSeat+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].openSeatHand1+label {
    background-image: url(../newImages/seat-icons/OpenSeat-Hand-1.svg)
}

.seat input[type=checkbox].openSeatHand1+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].openSeatHand+label {
    background-image: url(../newImages/seat-icons/OpenSeat-Hand.svg)
}

.seat input[type=checkbox].openSeatHand+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].openSeatHand+label {
    background-image: url(../newImages/seat-icons/OpenSeat-Hand.svg)
}

.seat input[type=checkbox].openSeatHand+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].reserveSeatHand1+label {
    background-image: url(../newImages/seat-icons/ReserveSeat-Hand-1.svg)
}

.seat input[type=checkbox].reserveSeatHand1+label:hover {
    box-shadow: none
}

.seat input[type=checkbox].reserveSeatHand+label {
    background-image: url(../newImages/seat-icons/ReserveSeat-Hand.svg)
}

.seat input[type=checkbox].reserveSeatHand+label:hover {
    box-shadow: none
}

.seat input[type=checkbox]:checked+label {
    background-image: url(../newImages/seat-icons/SelectedSeat-1.svg)
}

.seat input.maxseat[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/MaxOpenSeat.svg)
}

.seat input.maxseat[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].blocked+label {
    background-image: url(../newImages/seat-icons/MaxBlockedSeat.svg)
}

.seat input.maxseat[type=checkbox].blocked+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].checkin+label {
    background-image: url(../newImages/seat-icons/MaxCheckedIn.svg)
}

.seat input.maxseat[type=checkbox].checkin+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].female+label {
    background-image: url(../newImages/seat-icons/MaxFemale.svg)
}

.seat input.maxseat[type=checkbox].female+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].femaleChild+label {
    background-image: url(../newImages/seat-icons/MaxFemaleChild.svg)
}

.seat input.maxseat[type=checkbox].femaleChild+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].femaleChildWheelChair+label {
    background-image: url(../newImages/seat-icons/MaxFemaleChildWheelChair.svg)
}

.seat input.maxseat[type=checkbox].femaleChildWheelChair+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].femaleWheelChair+label {
    background-image: url(../newImages/seat-icons/MaxFemaleWheelChair.svg)
}

.seat input.maxseat[type=checkbox].femaleWheelChair+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].femaleWheelChairWithInfant+label {
    background-image: url(../newImages/seat-icons/MaxFemaleWheelChairWithInfant.svg)
}

.seat input.maxseat[type=checkbox].femaleWheelChairWithInfant+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].femaleWithInfant+label {
    background-image: url(../newImages/seat-icons/MaxFemaleWithInfant.svg)
}

.seat input.maxseat[type=checkbox].femaleWithInfant+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].heldForAnotherSession+label {
    background-image: url(../newImages/seat-icons/MaxHeldForAnotherSession.svg)
}

.seat input.maxseat[type=checkbox].heldForAnotherSession+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].borkenSeat+label {
    background-image: url(../newImages/seat-icons/MaxBorkenSeat.svg)
}

.seat input.maxseat[type=checkbox].borkenSeat+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].reservedSeat+label {
    background-image: url(../newImages/seat-icons/MaxReservedSeat.svg)
}

.seat input.maxseat[type=checkbox].reservedSeat+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].checkedIn+label {
    background-image: url(../newImages/seat-icons/MaxCheckedIn.svg)
}

.seat input.maxseat[type=checkbox].checkedIn+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].male+label {
    background-image: url(../newImages/seat-icons/MaxMale.svg)
}

.seat input.maxseat[type=checkbox].male+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].maleChild+label {
    background-image: url(../newImages/seat-icons/MaxMaleChild.svg)
}

.seat input.maxseat[type=checkbox].maleChild+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].maleChildWheelChair+label {
    background-image: url(../newImages/seat-icons/MaxMaleChildWheelChair.svg)
}

.seat input.maxseat[type=checkbox].maleChildWheelChair+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].maleWheelChair+label {
    background-image: url(../newImages/seat-icons/MaxMaleWheelChair.svg)
}

.seat input.maxseat[type=checkbox].maleWheelChair+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].maleWheelChairWithInfant+label {
    background-image: url(../newImages/seat-icons/MaxMaleWheelChairWithInfant.svg)
}

.seat input.maxseat[type=checkbox].maleWheelChairWithInfant+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].maleWithChild+label {
    background-image: url(../newImages/seat-icons/MaxMaleWithChild.svg)
}

.seat input.maxseat[type=checkbox].maleWithChild+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].blockedSeat+label {
    background-image: url(../newImages/seat-icons/MaxBlockedSeat.svg)
}

.seat input.maxseat[type=checkbox].blockedSeat+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox].reservedSeat+label {
    background-image: url(../newImages/seat-icons/MaxReservedSeat.svg)
}

.seat input.maxseat[type=checkbox].reservedSeat+label:hover {
    box-shadow: none
}

.seat input.maxseat[type=checkbox]:checked+label {
    background-image: url(../newImages/seat-icons/SelectedSeat.svg)
}

.seat input.maxInfantCheckedin[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/MaxInfantCheckedin.svg)
}

.seat input.maxInfantCheckedin[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.maxInfantHeldForAnotherSession[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/MaxInfantHeldForAnotherSession.svg)
}

.seat input.maxInfantHeldForAnotherSession[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.maxInfantReserved[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/MaxInfantReserved.svg)
}

.seat input.maxInfantReserved[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.maxUNMRCheckedin[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/MaxUNMRCheckedin.svg)
}

.seat input.maxUNMRCheckedin[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.maxUNMRHeldForAnotherSession[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/MaxUNMRHeldForAnotherSession.svg)
}

.seat input.maxUNMRHeldForAnotherSession[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.maxUNMRReserved[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/MaxUNMRReserved.svg)
}

.seat input.maxUNMRReserved[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.maxWheelchairCheckedin[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/MaxWheelchairCheckedin.svg)
}

.seat input.maxWheelchairCheckedin[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.maxWheelchairHeldForAnotherSession[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/MaxWheelchairHeldForAnotherSession.svg)
}

.seat input.maxWheelchairHeldForAnotherSession[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.maxWheelchairReserved[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/MaxWheelchairReserved.svg)
}

.seat input.maxWheelchairReserved[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.normalInfantCheckedin[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/NormalInfantCheckedin.svg)
}

.seat input.normalInfantCheckedin[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.normalInfantHeldForAnotherSession[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/NormalInfantHeldForAnotherSession.svg)
}

.seat input.normalInfantHeldForAnotherSession[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.normalInfantReserved[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/NormalInfantReserved.svg)
}

.seat input.normalInfantReserved[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.normalUNMRCheckedin[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/NormalUNMRCheckedin.svg)
}

.seat input.normalUNMRCheckedin[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.normalUNMRHeldForAnotherSession[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/NormalUNMRHeldForAnotherSession.svg)
}

.seat input.normalUNMRHeldForAnotherSession[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.normalUNMRReserved[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/NormalUNMRReserved.svg)
}

.seat input.normalUNMRReserved[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.normalWheelchairCheckedin[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/NormalWheelchairCheckedin.svg)
}

.seat input.normalWheelchairCheckedin[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.normalWheelchairHeldForAnotherSession[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/NormalWheelchairHeldForAnotherSession.svg)
}

.seat input.normalWheelchairHeldForAnotherSession[type=checkbox]+label:hover {
    box-shadow: none
}

.seat input.normalWheelchairReserved[type=checkbox]+label {
    background-image: url(../newImages/seat-icons/NormalWheelchairReserved.svg)
}

.seat input.normalWheelchairReserved[type=checkbox]+label:hover {
    box-shadow: none
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1)
    }
    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1)
    }
    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

.tooltip .tooltip-inner {
    background: #fff !important;
    border: 1px solid #F6C1B1;
    color: #D2292E
}

.tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #D2292E
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-bottom-color: #000000;
    border-width: 0 5px 5px
}

.rotate180 {
    transform: rotate(180deg)
}

.pTableAccordion .accordion-item {
    border: none;
    margin-bottom: 0.3rem
}

.pTableAccordion .accordion-item .accordion-header {
    position: relative
}

.pTableAccordion .accordion-item .accordion-button {
    background: #EFEFEF;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    color: #000;
    position: relative;
    padding-left: 3rem
}

.pTableAccordion .accordion-item .accordion-button::after {
    position: absolute;
    left: 1rem;
    content: '+';
    background: none !important;
    transform: none !important;
    font-size: 1.2rem
}

.pTableAccordion .accordion-item .accordion-button:not(.collapsed) {
    background: #F6C1B1
}

.pTableAccordion .accordion-item .accordion-button:not(.collapsed)::after {
    content: '-'
}

.pTableAccordion .accordion-item .accordion-body {
    padding: 0
}

body {
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    background-color: #F5F6FA;
    background-image: url(../newImages/bg1.png), url(../newImages/bg2.png);
    background-position: left top, right bottom;
    background-repeat: no-repeat, no-repeat;
    background-size: auto 100%, auto 20%
}

.header-section {
    position: relative;
    z-index: 11
}

.site-logo {
    width: 10rem
}

.header-link-wrapper-main {
    align-items: center;
    padding: 0 2rem;
    background: #fff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05)
}

@media (max-width: 667px) {
    .header-link-wrapper-main {
        padding: 1rem;
        position: relative;
        height: 9.5rem
    }
}

.header-link-wrapper-main .header-link-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.header-link-wrapper-main .header-link-wrapper .header-links {
    display: flex
}

.header-link-wrapper-main .header-link-wrapper .header-links .header-nav {
    display: flex;
    align-items: center
}

@media (max-width: 667px) {
    .header-link-wrapper-main .header-link-wrapper .header-links .header-nav {
        width: 100%;
        border-top: 1px solid #D2292E
    }
}

.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none
}

@media (max-width: 667px) {
    .header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul {
        width: 100%;
        justify-content: space-between
    }
}

.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li:not(:last-child) {
    margin-right: 0
}

.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a {
    color: #D2292E;
    position: relative;
    text-decoration: none;
    font-size: 1rem;
    cursor: pointer;
    font-weight: 500;
    padding: 1.5rem;
    height: 4.375rem;
    display: flex;
    align-items: center;
    background: transparent;
    transition: all 0.3s ease
}

@media (max-width: 992px) {
    .header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a {
        flex-direction: column;
        padding: 1rem !important;
        align-items: center;
        justify-content: center
    }
}

@media (max-width: 667px) {
    .header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a {
        padding: 0.5rem 0.8rem !important;
        font-size: .687rem
    }
    .header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a span {
        margin-top: 0;
        line-height: 1;
    }
}

.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a img {
    min-height: 1.25rem;
    max-width: 1.7rem;
    width: auto;
    margin-right: 0.625rem
}

@media (max-width: 992px) {
    .header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a img {
        margin-right: 0
    }
}

@media (max-width: 667px) {
    .header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a img {
        min-height: 1.85rem
    }
}

.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a .dark-icon {
    display: inline-block
}

.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a .white-icon {
    display: none
}

.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a.active {
    background: #D2292E;
    color: #fff
}

.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a.active .dark-icon {
    display: none
}

.header-link-wrapper-main .header-link-wrapper .header-links .header-nav ul li a.active .white-icon {
    display: inline-block
}

@media (max-width: 667px) {
    .header-link-wrapper-main .header-link-wrapper .header-links {
        position: absolute;
        left: 0;
        right: 0;
        top: 5rem
    }
}

.header-link-wrapper-main.open {
    visibility: visible;
    opacity: 1
}

.header-link-wrapper-main.open .header-link-wrapper {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1
}

.menu {
    width: 3rem;
    position: relative;
    z-index: 999;
    -moz-border-radius: 100%;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    transition: 0.3s;
    cursor: pointer
}

.menu .bar {
    height: 2px;
    width: 2rem;
    display: block;
    margin: 0.45rem auto;
    position: relative;
    background-color: #000;
    border-radius: 0.3rem;
    transition: 0.4s all ease-in-out
}

.menu.active .bar {
    background-color: #fff
}

.menu.active .bar:nth-of-type(1) {
    transform: translateY(0.55rem) rotate(45deg)
}

.menu.active .bar:nth-of-type(2) {
    opacity: 0
}

.menu.active .bar:nth-of-type(3) {
    transform: translateY(-0.7rem) rotate(-45deg)
}

.side-menu {
    position: fixed;
    z-index: 999;
    background: #EC1C24;
    top: 0;
    left: -19rem;
    width: 18.75rem;
    height: 100vh;
    padding: 1.2rem 1.5rem;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    display: flex;
    flex-direction: column
}

.side-menu.open {
    left: 0;
    opacity: 1;
    visibility: visible
}

.side-menu .menu-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 0.8rem
}

.side-menu .menu-list .menu-item {
    padding: 1rem 0.2rem;
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    font-size: 1rem
}

.side-menu .menu-list .menu-item img {
    width: 1.5rem;
    margin-right: 0.8rem
}

body.menu-open {
    width: 100vw;
    height: 100vh;
    overflow: hidden
}

body.menu-open::after {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(16, 0, 0, 0.6);
    z-index: 8;
    backdrop-filter: blur(2px)
}

.full-container {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width: 667px) {
    .full-container {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.container {
    padding-left: 2rem;
    padding-right: 2rem
}

@media (max-width: 667px) {
    .container {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }
}

.menu-btn {
    margin-left: 1rem
}

.menu-btn .round-btn {
    width: 3rem;
    height: 3rem;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: relative;
    margin-right: 1.5rem
}

.menu-btn .round-btn::after {
    position: absolute;
    left: 100%;
    top: 50%;
    background-image: url(../newImages/icon-dropdown.svg);
    border: none;
    width: 1.4rem;
    height: 1rem;
    background-repeat: no-repeat;
    margin-top: -0.2rem;
    margin-left: 0.5rem
}

.menu-btn .dropdown-menu {
    width: 20rem;
    background: #fff;
    border: 1px solid #D2292E;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    padding: 1.5rem
}

.menu-list {
    list-style: none
}

.menu-list .menu-item img {
    margin-right: 1rem
}

.search-outer {
    padding: 1.25rem 2.2rem;
    display: flex;
    align-items: center
}

@media (max-width: 667px) {
    .search-outer {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }
}

.search-outer .search-checkbox {
    display: flex;
    align-items: center;
    width: 27rem;
    min-width: 27rem
}

@media (max-width: 667px) {
    .search-outer .search-checkbox {
        width: 100%;
        min-width: 0
    }
}

.search-outer .search {
    width: calc(100% - 27rem);
    position: relative;
    margin-right: 2rem
}

@media (max-width: 667px) {
    .search-outer .search {
        width: 100%;
        margin: 0 0 1.5rem
    }
}

.search-outer .search input {
    width: 100%;
    background: #FFFFFF;
    border-radius: 8px;
    font-size: 1.128rem;
    height: 3.125rem;
    padding: 0 1.5rem;
    border: none
}

.search-outer .search .icon {
    position: absolute;
    height: 3.125rem;
    display: flex;
    right: 1rem;
    align-items: center;
    top: 0
}

.advanceSearch {
    padding: 1.25rem 2.2rem
}

.advanceSearch .row {
    margin-left: -2rem;
    margin-right: -2rem
}

.advanceSearch .row>* {
    padding-left: 2rem;
    padding-right: 2rem
}

.departure,
.arrival {
    display: flex
}

.departure .form-floating,
.arrival .form-floating {
    width: 100%
}

.departure .icon,
.arrival .icon {
    width: 3rem;
    min-width: 3rem;
    display: flex;
    border-bottom: 1px solid #D2292E;
    padding-right: 0.5rem
}

.passengerList {
    border: 1px solid #E0E0E0;
    border-radius: 7px;
    overflow: hidden
}

@media (max-width: 992px) {
    .passengerList {
        border: none;
        border-radius: 0
    }
}

.passengerList .pLHeading {
    display: flex;
    padding: 1rem;
    background: #EFEFEF
}

@media (max-width: 992px) {
    .passengerList .pLHeading {
        display: none
    }
}

.passengerList .pLUsers {
    display: flex;
    width: 17.5rem;
    min-width: 17rem;
    padding-right: 1rem
}

@media (max-width: 667px) {
    .passengerList .pLUsers {
        width: 100%;
        min-width: 100%;
        padding-right: 0
    }
}

.passengerList .pLUsers img {
    width: auto;
    max-width: 100%;
    height: 1.6rem
}

.passengerList .icons {
    width: 3.9rem;
    min-width: 3.9rem;
    padding-right: 1rem;
    text-align: center
}

.passengerList .pLName {
    display: flex;
    width: 100%
}

.passengerList .pLName input {
    margin-right: 0.8rem
}

.passengerList .fNo {
    width: 10rem;
    min-width: 10rem
}

.passengerList .fDetails {
    width: 100%
}

.passengerList .actions {
    width: 12rem;
    min-width: 12rem
}

.passengerList .pLDetails {
    display: flex;
    padding: 1rem;
    background: #fff;
    transition: all 0.3s ease;
    border-bottom: 1px solid #CED4DA
}

.passengerList .pLDetails:last-child {
    border: none
}

.passengerList .pLDetails:hover {
    background: #FFFEF5
}

@media (max-width: 992px) {
    .passengerList .pLDetails {
        flex-wrap: wrap;
        border: 1px solid #E0E0E0 !important;
        border-radius: 7px;
        overflow: hidden;
        margin-bottom: 2rem;
        position: relative
    }
}

.passengerList .pLDetails .pLUsers {
    flex-direction: column;
    margin-top: -0.3rem
}

@media (max-width: 992px) {
    .passengerList .pLDetails .pLUsers {
        margin-bottom: 1rem
    }
}

.passengerList .pLDetails .pLUsers .pLUsersItem {
    display: flex;
    align-items: end;
    margin-bottom: 0.5rem
}

@media (max-width: 992px) {
    .passengerList .pLDetails .fDetails {
        width: auto
    }
    .passengerList .pLDetails .fDetails .fDetailsData {
        flex-wrap: wrap
    }
}

.passengerList .pLDetails .fDetails .fDetailsLeft {
    margin-right: 1.8rem
}

@media (max-width: 992px) {
    .passengerList .pLDetails .fDetails .fDetailsLeft {
        margin-bottom: 1rem
    }
}

@media (max-width: 667px) {
    .passengerList .pLDetails .fDetails .fDetailsLeft {
        display: flex;
        width: 100%
    }
    .passengerList .pLDetails .fDetails .fDetailsLeft p {
        margin-right: 1rem
    }
}

.passengerList .pLDetails .fDetails .fDetailsRight {
    display: flex
}

@media (max-width: 992px) {
    .passengerList .pLDetails .fDetails .fDetailsRight {
        margin-bottom: 1rem
    }
}

.passengerList .pLDetails .fDetails .flightTimeLeft {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right
}

.passengerList .pLDetails .fDetails .flightCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
    max-width: 7rem;
    text-align: center
}

@media (max-width: 992px) {
    .passengerList .pLDetails .fDetails .flightCenter {
        max-width: 6rem;
        padding: 0 0.5rem
    }
}

@media (max-width: 992px) {
    .passengerList .pLDetails .fNo {
        margin-bottom: 1rem
    }
}

.passengerList .pLDetails .actions {
    display: flex;
    align-items: center
}

.passengerList .pLDetails .actions a {
    margin-right: 1.2rem
}

.passengerList .pLDetails .actions a img {
    max-width: 1.56rem;
    max-height: 1.4rem
}

.passengerList .pLDetails .actions a:last-child {
    margin-right: 0
}

@media (max-width: 992px) {
    .passengerList .pLDetails .actions {
        margin-bottom: 1rem;
        position: absolute;
        right: 0.8rem;
        top: 0.8rem;
        width: auto;
        min-width: auto
    }
}

.passengerList .flight-details-label,
.passengerList .flight-label,
.passengerList .passenger-label {
    display: none
}

@media (max-width: 992px) {
    .passengerList .flight-details-label,
    .passengerList .flight-label,
    .passengerList .passenger-label {
        display: block;
        margin-bottom: 0.8rem
    }
}

@media (max-width: 667px) {
    .passengerList .flight-details-label,
    .passengerList .flight-label,
    .passengerList .passenger-label {
        margin-bottom: 0.5rem
    }
}

.passengerList .pList {
    max-height: 6rem;
    overflow-y: auto
}

.backBtn img {
    width: 1.6rem
}

@media (max-width: 992px) {
    .search-result-heading {
        display: flex;
        justify-content: space-between
    }
}

.search-result-heading .select-all-passenger {
    display: none
}

@media (max-width: 992px) {
    .search-result-heading .select-all-passenger {
        display: block
    }
}

.seat-FDetail {
    display: flex;
    justify-content: space-between;
    padding: 1rem;
    flex-wrap: wrap
}

@media (max-width: 667px) {
    .seat-FDetail {
        justify-content: flex-start;
        padding: 1rem 1rem 0
    }
    .seat-FDetail .fDetail-item {
        margin-bottom: 1rem;
        min-width: 30%
    }
}

.seat-FDetail .fDetailsTo {
    display: flex
}

.seat-FDetail .fDetailsTo .flightTimeLeft {
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right
}

.seat-FDetail .fDetailsTo .flightCenter {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 1rem;
    max-width: 7rem;
    text-align: center
}

@media (max-width: 992px) {
    .seat-FDetail .fDetailsTo .flightCenter {
        max-width: 6rem;
        padding: 0 0.5rem
    }
}

.seat-PDetail {
    padding: 1rem;
    border-top: 1px solid #B2B2B2;
    display: flex
}

@media (max-width: 667px) {
    .seat-PDetail {
        justify-content: space-between;
        flex-direction: column
    }
}

.seat-PDetail .pDetail-data {
    display: flex;
    flex-direction: column
}

@media (max-width: 667px) {
    .seat-PDetail .pDetail-data {
        flex-direction: row;
        justify-content: space-between
    }
}

.seat-PDetail .pDetail-data .name-heading,
.seat-PDetail .pDetail-data .seat-heading,
.seat-PDetail .pDetail-data .ssr-heading {
    width: 10rem
}

@media (max-width: 667px) {
    .seat-PDetail .pDetail-data .name-heading,
    .seat-PDetail .pDetail-data .seat-heading,
    .seat-PDetail .pDetail-data .ssr-heading {
        width: auto;
        margin-bottom: 0.5rem
    }
}

.seat-PDetail .pDetail-data .name-content-item,
.seat-PDetail .pDetail-data .seat-content-item,
.seat-PDetail .pDetail-data .ssr-content-item {
    width: 9rem
}

@media (max-width: 667px) {
    .seat-PDetail .pDetail-data .name-content-item,
    .seat-PDetail .pDetail-data .seat-content-item,
    .seat-PDetail .pDetail-data .ssr-content-item {
        width: auto;
        margin-bottom: 0.5rem
    }
}

@media (max-width: 667px) {
    .seat-PDetail .pDetail-data .name-heading {
        width: 12rem;
        min-width: 12rem;
        max-width: 12rem
    }
}

@media (max-width: 667px) {
    .seat-PDetail .pDetail-data .name-content-item {
        width: 12rem;
        min-width: 12rem;
        max-width: 12rem
    }
}

.seat-container {
    background: #F8F8F8;
    margin-top: 1rem;
    border: 1px solid #E0E0E0;
    border-radius: 7px;
    overflow: hidden;
    position: relative
}

.seat-container .btn-container {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
    right: 2rem;
    display: flex;
    justify-content: space-between
}

.seat-container .leftDetail-data {
    background: #fff;
    box-shadow: 0 0 1rem #C4C4C4;

    display: flex;
    flex-direction: column;
    height: calc(100vh - 12rem); 
    overflow: hidden;

    padding: 0 0 5rem;
    position: relative;
}

.seat-container .leftDetail-data .pTable-data-outer {
    padding: 2rem 2rem 0;
    display: flex;
    flex-direction: column;
    flex: 1;
    overflow-y: auto;
}

.seat-container .leftDetail-data .pTable-data-outer .pTable-scroll-body {
    max-height: calc(100vh - 37rem);
    overflow: auto;
    margin-bottom: 1.5rem
}

@media (max-width: 667px) {
    .seat-container .leftDetail-data .pTable-data-outer .pTable-scroll-body {
        max-height: calc(100vh - 40rem);
        margin-bottom: 0
    }
}

@media (max-width: 667px) {
    .seat-container .leftDetail-data .pTable-data-outer {
        padding: 1rem
    }
}

.seat-container .leftDetail-data::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 6rem;
    border-top: 10px solid transparent;
    border-right: none;
    border-left: 10px solid #ffffff;
    border-bottom: 10px solid transparent
}

.seat-container .leftDetail-data .heading {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 667px) {
    .seat-container .leftDetail-data .heading {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start
    }
}

.seat-container .leftDetail-data .heading .right-actions {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 667px) {
    .seat-container .leftDetail-data .heading .right-actions {
        margin-top: 1rem;
        width: 100%
    }
}

.seat-container .leftDetail-data .seat-icon {
    margin-bottom: 0.4rem
}

.seat-container .rightDetail-data {
    padding: 0rem 0rem 2rem;
    max-height: calc(100vh - 21rem);
    height: calc(100vh - 21rem);
    position: relative
}

.pTable table {
    width: 100%
}

.pTable table td {
    color: #444;
    padding: 0.6rem
}

.pTable table .user-icon img {
    width: auto;
    height: 1.2rem
}

.pTable table .icon-fee img {
    width: auto;
    height: 1.4rem
}

.pTable table tr.active td {
    background: #FCD6CA
}

.ptable-data .user-icon img {
    width: auto;
    height: 1.2rem
}

.ptable-data .icon-fee img {
    width: auto;
    height: 1.4rem
}

.ptable-data .name,
.ptable-data .sName {
    max-width: 11rem;
    width: 17% !important;
    min-width: 11rem
}

.ptable-data .gender,
.ptable-data .seatNo,
.ptable-data .seatClass,
.ptable-data .seatFee,
.ptable-data .type {
    max-width: 6rem
}

.ptable-data .action {
    max-width: 8rem
}

.ptable-data .waiveFee {
    max-width: 12rem;
    width: 15% !important
}

.ptable-data .headings {
    display: flex;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #ECECEC
}

@media (max-width: 667px) {
    .ptable-data .headings {
        display: none
    }
}

.ptable-data .headings>div {
    font-size: .875rem;
    color: #000;
    font-weight: 500;
    padding: 0.7rem 0.4rem;
    width: 11%
}

.ptable-data .table-item {
    border-bottom: 1px solid #ECECEC;
    display: flex;
    width: 100%;
    justify-content: space-between
}

.ptable-data .table-item.active {
    background: #FCD6CA
}

@media (max-width: 667px) {
    .ptable-data .table-item {
        margin-top: 1rem;
        border: 1px solid #ECECEC;
        border-radius: 5px;
        flex-wrap: wrap;
        border-bottom: none
    }
}

.ptable-data .table-item>div {
    width: 11%;
    font-size: .875rem;
    font-weight: 400;
    padding: 0.7rem 0.4rem
}

@media (max-width: 667px) {
    .ptable-data .table-item>div {
        width: 22% !important;
        max-width: 22% !important;
        border-bottom: 1px solid #0000001c;
        min-width: 22%;
        border-right: 1px solid #00000014;
        height: 4.5rem
    }
    .ptable-data .table-item>div.name,
    .ptable-data .table-item>div.action {
        width: 33% !important;
        max-width: 33% !important;
        min-width: 33%
    }
}

.ptable-data .table-item>div p {
    margin: 0;
    font-size: .875rem;
    color: #444
}

.ptable-data .table-item>div label {
    display: none
}

@media (max-width: 667px) {
    .ptable-data .table-item>div label {
        display: block;
        font-size: .687rem;
        font-weight: 500
    }
}

@media (max-width: 667px) {
    .ptable-data .table-item.bag-item>div {
        width: 33% !important;
        max-width: 33% !important;
        min-width: 33%
    }
}

@media (max-width: 667px) {
    .ptable-data .table-item.service-item>div {
        width: 20% !important;
        min-width: 20%;
        max-width: 20%
    }
    .ptable-data .table-item.service-item>div.sName {
        width: 80%;
        min-width: 80%;
        max-width: 80%
    }
}

.ptable-data .action .icon-btn {
    padding: 0.5rem
}

.ptable-data .action .icon-btn img {
    height: 1.3rem;
    width: auto
}

@media (max-width: 992px) {
    .ptable-data .action {
        display: flex;
        flex-direction: row-reverse;
        width: 13% !important;
        max-width: 15rem
    }
}

.ptable-data .action .change-seat {
    color: #D2292E;
    display: none
}

@media (max-width: 992px) {
    .ptable-data .action .change-seat {
        display: inline-block;
        font-size: .875rem
    }
}

.seatMap {
    display: flex;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
    justify-content: space-between
}

@media (max-width: 667px) {
    .seatMap {
        flex-wrap: wrap;
        justify-content: flex-start
    }
}

.seatMap .seatMap-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0.4rem;
    text-align: center
}

@media (max-width: 667px) {
    .seatMap .seatMap-item {
        min-width: 25%
    }
}

.seatMap .seatMap-item .seat-icon img {
    height: 1.5rem;
    width: auto
}

.headingCard {
    position: relative
}

@media (max-width: 667px) {
    .headingCard {
        max-height: 5.5rem;
        overflow: hidden;
        transition: all 0.4s ease-in-out
    }
}
@media (min-width: 668px) {
    .headingCard {
        z-index: 1;
    }
.headingCard .card-expand-btn {
    
    box-shadow: 0px 1px 0 #e0e0e0cc;
    border-style: solid;
    display: inline-block;
    position: absolute;
    right: 50%;
    top: 100%;
    line-height: 0;
    padding: 0.2rem 0.45rem 0.35rem !important;
    background: #FFF;
    border-width: 0 1px 1px;
    border-radius: 0 0 1rem 1rem;
    text-align: center;
    border-color: #f68e77;
}
.headingCard  .subHeading-content{
    max-height: 5.5rem;
    transition: max-height 0.3s ease-in-out;
    overflow: hidden;
}
.headingCard.expand .subHeading-content {
    max-height: 35rem;
}
}

@media (max-width: 667px) {
    .headingCard .card-expand-btn {
        height: 5.5rem;
        display: inline-block;
        position: absolute;
        right: 0;
        padding: 1rem;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #fff;
        border-radius: 4px;
        box-shadow: 0 0 5px 0px #00000036
    }
    .headingCard .card-expand-btn img {
        width: 1.2rem;
        transition: all 0.3s ease-in-out;
        transform: rotate(0deg)
    }
}

.headingCard.expand {
    max-height: 30rem
}

.headingCard.expand .card-expand-btn img {
    transform: rotate(180deg)
}

.seat-modal {
    max-width: 380px;
    margin: 0 auto
}

.seat-modal .modal-content {
  position: relative; 
  padding-bottom: 5rem; 
}

.seat-modal .modal-content .bagDetails {
    padding: 0;
    height: auto;
    overflow: visible
}

.seat-modal .modal-content .modal-close {
    position: absolute;
    right: 1rem;
    top: 1rem
}

.seat-modal .modal-content .select-seat-content .cabin {
  padding: 1rem 1rem 1rem 2rem;
  max-height: calc(100vh - 10rem); /* Reduce height to make room for button */
  overflow-y: auto; /* Enable scroll if content overflows */
}

.seat-modal .modal-content .btn-container {
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 2rem;
  right: 2rem;
  bottom: 1.5rem;
  background-color: #fff; /* Optional: to make it stand out if needed */
  padding-top: -1rem;
}

.seat-modal .modal-content .closebtn-container {
  display: flex;
  justify-content: space-between;
  left: 2rem;
  right: 2rem;
  background-color: #fff; /* Optional: to make it stand out if needed */
  padding-top: 0.1rem;
}

.btn-container .btn span {
    display: flex;
    align-items: center
}

.bags-heading {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0
}

@media (max-width: 667px) {
    .bags-heading {
        flex-wrap: wrap
    }
    .bags-heading .bags-heading-item:not(:last-child) {
        padding-right: 2rem
    }
    .bags-heading .btn {
        margin-top: 1rem;
        margin-bottom: 0.5rem
    }
}

.bagDetails {
    padding: 2rem 2rem 0 1rem;
    max-height: 100%;
    overflow: auto
}

.bagData .pTable {
    overflow: auto;
    max-height: calc(100vh - 33rem)
}

@media (max-width: 667px) {
    .bagData .pTable {
        max-height: calc(100vh - 27rem)
    }
    .bagData .pTable .pTable-scroll-body {
        max-height: none !important;
        overflow: auto
    }
}

.bagDetails-data {
    position: relative
}

.bagDetails-data .addBags-btn {
    position: absolute;
    bottom: 1.5rem;
    left: 1rem
}

.pTableAccordion .accordion-item .accordion-header {
    position: relative
}

.pTableAccordion .accordion-item .accordion-header .addNewBag-btn {
    position: absolute;
    right: 0.5rem;
    top: 0.4rem;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    text-decoration: none;
    z-index: 9;
}

@media (max-width: 667px) {
    .pTable-data-outer.bagData .heading {
        flex-direction: row !important;
        justify-content: space-between !important
    }
    .pTable-data-outer.bagData .heading .right-actions {
        width: auto !important;
        margin: 0 !important
    }
}

.payment-data {
    padding: 2rem 2rem 6rem
}

@media (max-width: 667px) {
    .payment-data {
        padding: 1rem 1rem 6rem
    }
}

.tab-data .nav-tabs {
    border-bottom: 1px solid #CED4DA
}

.tab-data .nav-tabs .nav-link {
    background: none !important;
    border: none;
    font-size: 1.375rem;
    color: #000;
    border-bottom: 5px solid transparent;
    font-weight: 400;
    transition: all 0.3s ease;
    margin-right: 2rem;
    padding: 0 0.5rem 1rem
}

.tab-data .nav-tabs .nav-link.active {
    border-bottom: 5px solid #D2292E;
    font-weight: bold
}

.paymentHistory-table {
    max-height: calc(100vh - 32rem);
    overflow: auto
}

@media (max-width: 667px) {
    .paymentHistory-table {
        max-height: calc(100vh - 29rem)
    }
}

.paymentHistory-table table>thead>tr>th {
    background: #fff;
    position: sticky;
    top: 0
}

.finalize-card {
    padding: 1.5rem;
    height: 100%;
    padding: 1.5rem;
    overflow: auto;
    max-height: calc(100vh - 13rem);
}

@media (max-width: 667px) {
    .finalize-card {
        max-height: none
    }
}

.finalize-card.quickLinks {
    padding: 1.5rem 1.5rem 5rem;
    position: relative
}

.finalize-card.quickLinks .nextPassengerBtn {
    position: absolute;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    padding: 0.6rem !important
}

.finalize-card .finalize-fDetails {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.finalize-card .finalize-fDetails .finalize-fDetails-items {
    width: 25%;
    padding: 0.5rem 0
}

@media (max-width: 667px) {
    .finalize-card .finalize-fDetails .finalize-fDetails-items {
        min-width: 33%
    }
}

.finalize-card .ptable-data {
    margin-top: 1rem
}

.finalize-card .ptable-data .headings {
    background: #ECECEC;
    border-radius: 8px 8px 0px 0px
}

.finalize-card .ptable-data .headings>div {
    width: 16%;
    padding-left: 0.5rem
}

.finalize-card .ptable-data .table-item {
    border-left: 1px solid #ECECEC;
    border-right: 1px solid #ECECEC
}

.finalize-card .ptable-data .table-item:last-child {
    border-radius: 0 0 8px 8px
}

.finalize-card .ptable-data .table-item>div {
    width: 16%;
    padding-left: 0.5rem
}

.quick-link-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 3px solid #D2292E;
    padding: 1rem 0.3rem;
    text-decoration: none;
    border-radius: 4px;
    background: #fff;
    transition: all 0.3s ease;
    transform: scale(1);
    text-align: center;
    height: 100%
}

.quick-link-card .icon {
    margin-bottom: 0.85rem;
    transition: all 0.3s ease
}

.quick-link-card .icon img {
    height: 2.27rem
}

.quick-link-card p {
    color: #D2292E;
    font-size: .875rem;
    text-decoration: none;
    margin-bottom: 0;
    font-weight: bold
}

.quick-link-card:hover {
    box-shadow: 0 1px 7px 1px rgba(0, 0, 0, 0.3);
    transform: scale(1.06);
    background: #fffef6
}

.card-pInfo {
    height: calc(100vh - 6rem);
    margin-top: 0.8rem;
    box-shadow: 0px 0px 4px 4px rgba(0, 0, 0, 0.1);
    border-radius: 7px;
    display: flex;
    flex-direction: column
}

@media (max-width: 667px) {
    .card-pInfo {
        height: calc(100vh - 11rem)
    }
}

.card-pInfo .search-pnr {
    width: 16rem
}

@media (max-width: 667px) {
    .card-pInfo .search-pnr {
        width: 100%
    }
}

.card-pInfo .passenger-heading-outer,
.card-pInfo .comment-heading {
    display: flex;
    width: 100%
}

@media (max-width: 667px) {
    .card-pInfo .passenger-heading-outer,
    .card-pInfo .comment-heading {
        display: block
    }
    .card-pInfo .passenger-heading-outer .search-outer,
    .card-pInfo .comment-heading .search-outer {
        padding-top: 0
    }
}

.card-pInfo .passenger-heading-outer .passenger-heading,
.card-pInfo .comment-heading .passenger-heading {
    padding: 2rem 2rem 0.5rem;
    width: 26.5rem;
    min-width: 26.5rem;
    border-right: 1px solid #CED4DA;
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media (max-width: 667px) {
    .card-pInfo .passenger-heading-outer .passenger-heading,
    .card-pInfo .comment-heading .passenger-heading {
        width: 100%;
        min-width: 100%;
        border: none
    }
}

.card-pInfo .passenger-heading-outer .search-outer,
.card-pInfo .comment-heading .search-outer {
    width: 100%;
    display: flex;
    justify-content: end
}

@media (max-width: 667px) {
    .card-pInfo .pInfo-content-outer-heading .pInfo-heading {
        width: 100% !important
    }
}

.card-pInfo .pInfo-content-outer-heading .pInfo-heading>div {
    border-top: 2px solid #CED4DA;
    padding: 0.5rem 0.3rem
}

@media (max-width: 667px) {
    .card-pInfo .pInfo-content-outer-heading .pInfo-heading>div {
        border-top: none;
        padding: 0 0.3rem
    }
}

.card-pInfo .pInfo-content-outer-heading .pInfo-content {
    display: none
}

.card-pInfo .pInfo-content-outer,
.card-pInfo .pInfo-content-outer-heading {
    display: flex;
    width: 100%
}

.card-pInfo .pInfo-content-outer .pInfo-heading,
.card-pInfo .pInfo-content-outer-heading .pInfo-heading {
    padding: 0rem 2rem 0;
    width: 26.5rem;
    min-width: 26.5rem;
    border-right: 1px solid #CED4DA;
    display: flex;
    height: 100%;
    flex-direction: column
}

.card-pInfo .pInfo-content-outer .pInfo-heading .nav-item,
.card-pInfo .pInfo-content-outer-heading .pInfo-heading .nav-item {
    width: 100%
}

.card-pInfo .pInfo-content-outer .pInfo-heading .nav-item .nav-link,
.card-pInfo .pInfo-content-outer-heading .pInfo-heading .nav-item .nav-link {
    width: 100%;
    display: flex;
    padding: 0;
    border: none;
    padding: 0.5rem 0.3rem;
    border-bottom: 1px solid #CED4DA;
    border-top: 1px solid #CED4DA;
    color: #444
}

.card-pInfo .pInfo-content-outer .pInfo-heading .nav-item .nav-link.active,
.card-pInfo .pInfo-content-outer-heading .pInfo-heading .nav-item .nav-link.active {
    background: #FFFEF5;
    color: #000
}

.card-pInfo .pInfo-content-outer .pInfo-heading .s-no,
.card-pInfo .pInfo-content-outer-heading .pInfo-heading .s-no {
    min-width: 4rem;
    width: 4rem;
    max-width: 4rem;
    text-align: left
}

.card-pInfo .pInfo-content-outer .pInfo-heading .pName,
.card-pInfo .pInfo-content-outer-heading .pInfo-heading .pName {
    width: 100%;
    text-align: left
}

.card-pInfo .pInfo-content-outer .pInfo-content,
.card-pInfo .pInfo-content-outer-heading .pInfo-content {
    width: 100%;
    padding: 0 2rem 0
}

.card-pInfo .pInfo-content-outer {
    height: 100%;
    overflow: auto;
    margin-top: -3rem
}

@media (max-width: 667px) {
    .card-pInfo .pInfo-content-outer {
        margin-top: 0;
        display: block;
        padding: 0 2rem
    }
    .card-pInfo .pInfo-content-outer .accordion-item {
        border-left: none;
        border-right: none
    }
    .card-pInfo .pInfo-content-outer .accordion-item .accordion-button {
        background: none;
        border-left: none;
        border-right: none;
        border-radius: 0;
        box-shadow: none;
        color: #000;
        text-decoration: none;
        padding-left: 0;
        padding-right: 0;
        position: relative
    }
    .card-pInfo .pInfo-content-outer .accordion-item .accordion-button::after {
        position: absolute;
        right: 0.4rem;
        content: '+';
        background: none !important;
        transform: none !important;
        font-size: 1.2rem
    }
    .card-pInfo .pInfo-content-outer .accordion-item .accordion-button:not(.collapsed) {
        background: #FFFEF5
    }
    .card-pInfo .pInfo-content-outer .accordion-item .accordion-button:not(.collapsed)::after {
        content: '-'
    }
    .card-pInfo .pInfo-content-outer .accordion-item .accordion-button .nav-link {
        background: none;
        border: none;
        border-radius: 0;
        color: #000;
        text-decoration: none;
        padding: 0
    }
    .card-pInfo .pInfo-content-outer .accordion-item .accordion-button .nav-link .s-no {
        max-width: 4rem;
        width: 4rem;
        padding-right: 0.8rem
    }
    .card-pInfo .pInfo-content-outer .accordion-item .accordion-body {
        padding: 0
    }
}

.card-pInfo .pInfo-content-outer .pInfo-heading {
    padding: 3rem 2rem 0
}

@media (max-width: 667px) {
    .card-pInfo .pInfo-content-outer .pInfo-heading {
        padding: 3rem 2rem 0
    }
}

.comments,
.pnr-history {
    overflow: auto
}

.comments .passenger-heading,
.pnr-history .passenger-heading {
    width: 100% !important;
    border: none !important
}

.comments .commentForm,
.pnr-history .commentForm {
    padding: 1rem 2rem
}

.comments .comments-listing,
.pnr-history .comments-listing {
    padding: 1rem 2rem
}

.comments .comment-list-item,
.pnr-history .comment-list-item {
    display: flex;
    margin-bottom: 2rem
}

.comments .comment-list-item .comment-list-content,
.pnr-history .comment-list-item .comment-list-content {
    display: flex;
    width: 100%
}

.comments .comment-list-item .comment-list-content .comment-item-image,
.pnr-history .comment-list-item .comment-list-content .comment-item-image {
    width: 2.2rem;
    min-width: 2.2rem;
    margin-right: 1rem
}

.comments .comment-list-item .comment-list-content .comment-data,
.pnr-history .comment-list-item .comment-list-content .comment-data {
    width: 100%
}

.comments .comment-list-item .comment-actions,
.pnr-history .comment-list-item .comment-actions {
    min-width: 7rem;
    width: 7rem;
    display: flex;
    justify-content: flex-end
}

.comments .comment-list-item .comment-actions a,
.pnr-history .comment-list-item .comment-actions a {
    margin-left: 1rem
}

.middle-modal .modal-content {
    padding: 1.5rem
}

.middle-modal .modal-content .modal-close {
    position: absolute;
    right: 1.5rem;
    top: 1.5rem
}

.pnr-history-list {
    position: relative;
    margin-top: 3rem
}

@media (max-width: 667px) {
    .pnr-history-list {
        margin-top: 2rem
    }
}

.pnr-history-list::before {
    content: "";
    position: absolute;
    left: 12.8rem;
    top: 0;
    bottom: 0;
    border-right: 1px solid #C4C4C4
}

@media (max-width: 667px) {
    .pnr-history-list::before {
        left: 2rem
    }
}

.pnr-history-list .pnr-history-list-item {
    position: relative;
    margin-bottom: 4.37rem;
    display: flex
}

@media (max-width: 667px) {
    .pnr-history-list .pnr-history-list-item {
        flex-direction: column
    }
}

.pnr-history-list .pnr-history-list-item::before {
    content: '';
    background: #C4C4C4;
    width: 1rem;
    height: 1rem;
    position: absolute;
    left: 12.37rem;
    top: 0;
    border-radius: 50%
}

@media (max-width: 667px) {
    .pnr-history-list .pnr-history-list-item::before {
        left: 1.6rem
    }
}

.pnr-history-list .pnr-history-list-item .pnr-date-time {
    width: 13rem;
    min-width: 13rem;
    padding-left: 3.7rem
}

.pnr-history-list .pnr-history-list-item .history-details {
    width: 100%
}

@media (max-width: 667px) {
    .pnr-history-list .pnr-history-list-item .history-details {
        padding-left: 3.7rem;
        padding-top: 1.5rem
    }
}

.pnr-history-list .pnr-history-list-item .history-details .pnr-heading {
    display: flex
}

.pnr-history-list .pnr-history-list-item .history-details .pnr-heading .caller {
    margin-right: 3.12rem
}

.pnr-history-list .pnr-history-list-item .history-details .history-list-item {
    padding-left: 1.62rem;
    position: relative
}

.pnr-history-list .pnr-history-list-item .history-details .history-list-item::before {
    content: "";
    position: absolute;
    left: 0.375rem;
    top: 0.375rem;
    width: 0.375rem;
    background: #D2292E;
    height: 0.375rem;
    border-radius: 50%
}

.pnr-history-list .pnr-history-list-item.active::before {
    background: #D2292E
}

.pnr-history-list .pnr-history-list-item.active .pnr-date-time .date {
    font-weight: 600
}

.alert-modal {
    max-width: 30rem
}

.alert-modal .modal-content {
    padding: 2rem;
    text-align: center;
    align-items: center
}

.alert-modal .modal-content .alert-modal-icon {
    background: #ECECEC;
    width: 5.3rem;
    height: 5.3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding: 1.5rem;
    margin-bottom: 0.5rem
}

.alert-modal .modal-content .alert-modal-icon img {
    width: 100%
}

.alert-modal .modal-content .alert-modal-icon.success {
    background: #40B53E
}

.alert-modal .modal-content .alert-modal-icon.alert {
    background: #D2292E
}

.alert-modal .modal-content .alert-modal-icon.error {
    background: #D2292E
}

/* update */
.input-box:focus,
.input-box:active:hover {
  box-shadow: 0px 0px 15px 6px rgb(255, 251, 0) !important;
  outline: 1.5px solid rgba(245, 189, 5, 0.966) !important;
  padding: 8px; 
  background: #ffffff85; /* Helps shadow stand out */
  position: relative;
  z-index: 10; /* Brings it above the red background */
}

.input-box::placeholder {
  color: gray;
  /* transition: color 0.3s ease; */
}

.input-box:focus::placeholder,
.input-box:active::placeholder {
  color:  rgb(233, 158, 18);; /* Change placeholder color to orange when active or focused */
}

  /* For checkbox when it's focused or clicked */  
  .checkbox-input:focus,
  .checkbox-input:active {
    box-shadow: 0px 0px 3px 3px rgba(255, 165, 0, 0.7)  !important;
  outline: 0.5px solid rgba(245, 189, 5, 0.966) !important;
  /* padding: 4px;  */
  /* background: rgba(255, 255, 255, 0.836); Helps shadow stand out */
  /* position: relative; */
  /* z-index: 10; Brings it above the red background */
}

.lable:focus,
  .checkbox-input:active {
    color: rgba(255, 165, 0, 0.7); /* Brighter orange */
    background-color:  rgba(255, 165, 0, 0.7); /* Bright orange when checked */
    box-shadow: 0 0 8px rgba(255, 105, 180, 0.7); /* Pink box-shadow */
}

  .divborder:focus{
    outline:rgb(24, 221, 235);
    padding:5px;
    margin-Bottom:3px;
    background-Color: rgba(255, 165, 0, 0.7) !important;
    outline: 2.5px solid rgba(255, 165, 0, 0.7) !important;

}

.highlighted-div {
    outline: 2px solid orange !important;
    box-shadow: 0px 0px 8px 2px rgba(255, 165, 0, 0.75);
    background-color: #f0f8ff !important;
}

/* seat.js */
.focused-label {
    color: orange;
    font-weight: bold;
  }
  
/* service.js for accordion div  */
  .OrangeShadow:focus {
    box-shadow: 0px 0px 3px 3px rgba(255, 165, 0, 0.7)  !important;
  outline: 1px solid rgba(245, 189, 5, 0.966) !important;
  /* padding: 2px;  */
  /* position: relative; */
  z-index: 10; /* Brings it above the red background */
}
/* to ok btn in seat.js */
.OrangeShadowdefault{
    box-shadow: 0px 0px 3px 3px rgba(255, 165, 0, 0.7)  !important;
  outline: 1px solid rgba(245, 189, 5, 0.966) !important;
  /* padding: 2px;  */
  /* position: relative; */
  z-index: 10; /* Brings it above the red background */
}
.SerachBtn:focus {
  outline: 3px solid rgba(245, 189, 5, 0.966) !important;
  position: relative;
}

/* wave ok btn seats.js */
.adjust{
    padding:5px;
    margin-left: 110px;
    margin-right: 15px;
}
.menu-item:focus {
    outline: none; /* Remove default outline */
    border: 2px solid orange; /* Orange border */
    box-shadow: 0px 0px 8px rgba(255, 165, 0, 0.7); /* Soft orange shadow */
    border-radius: 4px; /* Slightly rounded corners */
}

/* for seatmanagement.js btn */
.btn-contain .btn-prim:focus {
    border: 2px solid orange !important;
    box-shadow: 0 0 10px orange !important;
    outline: none;
}

/* Style the main MultiSelect container */ nott working
.dropdown-heading:focus {
    border-bottom: 2px solid red !important; /* Red underline */
    border-radius: 0; /* Remove rounded borders */
    background-color: white;
    padding: 5px;
}

/* Style the  MultiSelect container in service.js checkin module */
.dropdown-container:focus {
    border-bottom: 2px solid red !important; /* Red underline */
    border-radius: 0; /* Remove rounded borders */
    background-color: white;
    padding: 5px;
}
.select-item:focus {
    outline: 3px solid rgba(245, 189, 5, 0.966) !important;
}

/* only for search box */
.input-box1:focus,
.input-box1:active:hover {
  box-shadow: 0px 0px 4px 4px #f8d53bb7 !important;
  outline: 0.3px solid rgba(245, 189, 5, 0.966) !important;
  padding:5px; 
}

.input-box1::placeholder {
  color: gray;
}

.input-box1:focus::placeholder,
.input-box1:active::placeholder {
  color:  rgb(233, 158, 18);; /* Change placeholder color to orange when active or focused */
}

/* when focus is not getting reflected using OrangeShadow then i have made this new one & some changes like focus-visible*/
button.OrangeShadow1:focus,
button.OrangeShadow1:focus-visible {
  outline: 3px solid rgba(245, 189, 5, 0.966) !important;
  box-shadow: 0px 0px 10px rgba(245, 189, 5, 0.6) !important;
}

.react-datepicker-popper {
    z-index: 750 !important;
  }


  /* Overlay: full screen background */
  .bottom-dialog-overlay {
    z-index: 12 !important;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: flex-start; /* Start from top */
    padding-top: 150px; /* Push down slightly from top */
    margin: 0;
  }
  
  .bottom-dialog {
    z-index: 12 !important;

    width: 100%;
    max-width: 600px;
    background: #fff;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  }
  
  
  /* Content styling inside the dialog */
  .dialog-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  
  .dialog-title {
    font-size: 1.25rem;
    font-weight: 600;
    text-align: center;
  }
  
  .dialog-buttons {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
  }
  
  .cancel-btn, .confirm-btn {
    flex: 1;
    padding: 10px;
    border: none;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .cancel-btn {
    background-color: #f0f0f0;
    color: #333;
  }
  
  .confirm-btn {
    background-color: #e53935;
    color: white;
  }
  
  /* Slide-up animation */
  @keyframes slideUp {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
  }

  /* childs of this div are focusable and i can not use tabindex-1 to make parent div focusdisable so i did this for Header.js */
  .header-link-wrapper-main:focus-within {
    outline: none;
  }
  
.btn-container1 {
  /* position: relative; NOT absolute or fixed */
  /* padding: -6px; */
  background: #fff; /* optional, if modal has colored background */
}

.scrollable-content {
  max-height: 80vh;
  overflow-y: auto;
  /* -webkit-overflow-scrolling: touch; */
}

.hide-div {
      display: none !important;
}

.lookupNextBtn {
    position: fixed;
    z-index: 9999;
    background: #F9A81A;
    border: 1px solid #F9A81A;
    border-radius: 4px;
    padding: 1.2rem 1.4rem;
    font-weight: 600;
    color: #fff !important
}

/* Mobile devices */
@media (max-width: 576px) {
  .lookupNextBtn {
    bottom: 20px;
  }
}

/* Tablets */
@media (min-width: 577px) and (max-width: 768px) {
  .lookupNextBtn {
    bottom: 30px;
  }
}

/* Laptops */
@media (min-width: 769px) and (max-width: 1200px) {
  .lookupNextBtn {
    bottom: 40px;
  }
}

/* Desktops */
@media (min-width: 1201px) {
  .lookupNextBtn {
    bottom: 50px;
  }
}

.disabled-div {
    pointer-events: none;
    opacity: 0.5; /* optional visual cue */
}

@media (min-width: 552px) and (max-width: 692px) {
  .tab-btn-flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }

  .tab-btn-flex button {
    font-size: 0.75rem;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
    
  }
}
@media (min-width: 552px) and (max-width: 692px) {
  .padding-for-tab {
    padding-right: 5rem;
  }
}

