.tab-pane.fade {
  transition: all 0.2s;
  transform: translateY(1rem);
}

.tab-pane.fade.show {
  transform: translateY(0rem);
}

.upload-section {
  text-align: center;
}

.upload-section .img-preview {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 20px;
}

.upload-section .img-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.upload-section input[type="file"] {
  display: none;
}

.upload-section label {
  cursor: pointer;
  margin-top: -14%;
}

.text-end {
  text-align: end;
}

.form-inline {
  flex-flow: row !important;
}

.edit {
  cursor: pointer;
}

.sub {
  font-size: 12px;
  margin-left: 6%;
  margin-top: -2%;
  color: lightgray;
}

#editableName,
#onEditName,
#MstatusDrop,
#onEditMstatus,
#onEditDOB,
#editableDOB,
#onEditNationality,
#editableNationality,
#editablegender,
#onEditgender,
#onEditAddress,
#editableAddress,
#onEditPassport,
#editablePassport,
#onEditEmail,
#editableEmail,
#editablePhone,
#editablePhone,
#onEditPhone,
#onEditTF,
#openTf,
#onEditDelteAc,
#editableDelteAc,#onEditPD {
  display: none;
}


div.card {
  border: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  border-radius: 6px;
  color: rgba(0, 0, 0, .87);
  background: #fff;
  width: 100%;
  /* height: 3600px; */
  height: 100%;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

div.card.card-plain {
  background: transparent;
  box-shadow: none;
}

div.card .card-header {
  border-radius: 3px;
  padding: 1rem 15px;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: -30px;
  border: 0;
  background: linear-gradient(60deg, #eee, #bdbdbd);
}

.card-plain .card-header:not(.card-avatar) {
  margin-left: 0;
  margin-right: 0;
}

.div.card .card-body {
  padding: 15px 30px;
}

div.card .card-header-primary {
  background: linear-gradient(60deg, #F9B545, #f2c980);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(156, 39, 176, .6);
}

div.card .card-header-danger {
  background: linear-gradient(60deg, #ef5350, #d32f2f);
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgba(244, 67, 54, .6);
}


.card-nav-tabs .card-header {
  margin-top: -30px !important;
}

.card .card-header .nav-tabs {
  padding: 0;
}

.bookingTab.nav-tabs {
  border: 0;
  border-radius: 3px;
  padding: 0 15px;
}

.bookingTab .nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.bookingTab .nav-tabs .nav-item {
  margin-bottom: -1px;
}

.bookingTab .nav-tabs .nav-item .nav-link.active {
  background-color: hsla(0, 0%, 100%, .2);
  transition: background-color .3s .2s;
}

.bookingTab .nav-tabs .nav-item .nav-link {
  border: 0 !important;
  color: #fff !important;
  font-weight: 500;
}

.bookingTab .nav-tabs .nav-item .nav-link {
  color: #fff;
  border: 0;
  margin: 0;
  border-radius: 3px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  background-color: transparent;
  transition: background-color .3s 0s;
}

.bookingTab .nav-link {
  display: block;
}

.bookingTab .nav-tabs .nav-item .material-icons {
  margin: -1px 5px 0 0;
  vertical-align: middle;
}

.bookingTab .nav .nav-item {
  position: relative;
}

.noTicket {
  width: 50%;
  height: 70%;
}

.planTripbtn {
  color: #fff;
  background: linear-gradient(60deg, #007Bff, #0652a3);
  border: 1px solid #007Bff;
  box-sizing: border-box;
  border-radius: 500px;
  padding: 1%;
  font-weight: 600;
  width: 20%;
}



.ticket .cardWrap {
  /* width: 27em; */
  /* margin: 3em auto; */
  color: #fff;
  font-family: sans-serif;
}

.ticket .card {
  background: linear-gradient(to bottom, #25256B 0%, #4e4eaf 26%, #ecedef 26%, #ecedef 100%);
  /* height: 11em; */
  height: auto;
  float: left;
  position: relative;
  padding: 1em;
  /* margin-top: 100px; */
}

/* #margin-top-acc{
  margin-top: 10%;
} */

.ticket .cardLeft {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  width: 70%;
  /* height: 190pt; */
}

.ticket .cardRight {
  width: 30%;
  border-left: 0.18em dashed #fff;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}

.ticket .cardRight:before,
.cardRight:after {
  content: "";
  position: absolute;
  display: block;
  width: 0.9em;
  height: 0.9em;
  background: #fff;
  border-radius: 50%;
  left: -0.5em;
}

.ticket .cardRight:before {
  top: -0.4em;
}

.ticket .cardRight:after {
  bottom: -0.4em;
}

.ticket h1 {
  font-size: 1.1em;
  margin-top: 0;
  color: #fff;
  font-weight: 700;
}

.ticket h1 span {
  font-weight: normal;
}

.ticket .title,
.name,
.seat,
.time {
  text-transform: uppercase;
  font-weight: normal;
}

.ticket .title h2,
.name h2,
.seat h2,
.time h2 {
  font-size: 0.9em;
  color: #525252;
  margin: 0;
}

.ticket .title span,
.name span,
.seat span,
.time span {
  font-size: 0.7em;
  color: #a2aeae;
}

.ticket .title {
  margin: 2em 0 0 0;
}

.ticket .name,
.seat {
  margin: 0.7em 0 0 0;
}

.ticket .time {
  margin: 0.7em 0 0 1em;
}

.ticket .seat,
.time {
  float: left;
}

.ticket .eye {
  position: relative;
  width: 2em;
  height: 1.5em;
  background: #fff;
  margin: 0 auto;
  border-radius: 1em/0.6em;
  z-index: 1;
}

.ticket .eye:before,
.eye:after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
}

.ticket .eye:before {
  width: 1em;
  height: 1em;
  background: #e84c3d;
  z-index: 2;
  left: 8px;
  top: 4px;
}

.ticket .eye:after {
  width: 0.5em;
  height: 0.5em;
  background: #fff;
  z-index: 3;
  left: 12px;
  top: 8px;
}

.ticket .number {
  text-align: center;
  text-transform: uppercase;
}

.ticket .number h3 {
  color: #e84c3d;
  margin: 0.9em 0 0 0;
  font-size: 2.5em;
}

.ticket .number span {
  display: block;
  color: #a2aeae;
}

.ticket .barcode {
  height: 2em;
  width: 0;
  margin: 1.2em 0 0 0.8em;
  box-shadow: 1px 0 0 1px #343434, 5px 0 0 1px #343434, 10px 0 0 1px #343434, 11px 0 0 1px #343434, 15px 0 0 1px #343434, 18px 0 0 1px #343434, 22px 0 0 1px #343434, 23px 0 0 1px #343434, 26px 0 0 1px #343434, 30px 0 0 1px #343434, 35px 0 0 1px #343434, 37px 0 0 1px #343434, 41px 0 0 1px #343434, 44px 0 0 1px #343434, 47px 0 0 1px #343434, 51px 0 0 1px #343434, 56px 0 0 1px #343434, 59px 0 0 1px #343434, 64px 0 0 1px #343434, 68px 0 0 1px #343434, 72px 0 0 1px #343434, 74px 0 0 1px #343434, 77px 0 0 1px #343434, 81px 0 0 1px #343434;
}

.ticket .sub {
  color: #756c6c;
  font-size: 15px;
  margin: 0% !important;
  font-weight: 500;
}

.viewBookingBTN {
  margin-top: 5%;
  width: 60%;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  border: 1px solid #007Bff;
  box-sizing: border-box;
  border-radius: 0.5em;
  background: linear-gradient(60deg, #007Bff, #0652a3);
  padding: 1%;
}


.download-button {
  margin-top: 5%;
  width: 60%;
  font-size: 17px;
  color: #fff;
  font-weight: 700;
  border: 1px solid #007Bff;
  box-sizing: border-box;
  border-radius: 0.5em;
  background: linear-gradient(60deg, #007Bff, #0652a3);
  padding: 1%;

}
.blue{
  color: #0652a3 ;
  font-weight: 700;
}
.RebookBTN {
  margin-top: 5%;
  width: 60%;
  font-size: 17px;
  color: #007Bff;
  font-weight: 700;
  border: 1px solid #007Bff;
  box-sizing: border-box;
  border-radius: 0.5em;
  /* background: linear-gradient(60deg,#007Bff,#0652a3); */
  padding: 1%;
}

/* Media query for devices with max width 768px (tablets, small laptops) */
@media screen and (max-width: 768px) {
  .card-body {
      padding: 10px; /* Adjust padding for smaller screens */
  }

  .tab-content {
      display: flex;
      flex-direction: column; /* Stack items vertically */
      align-items: center; /* Center items */
  }

  .row.mt-3 {
      flex-direction: column; /* Stack content in the row */
      align-items: center; /* Center items */
  }

  .ticket {
      width: 350px; /* Ensure ticket container is full width */
  }

  .cardWrap {
      flex-direction: column; /* Stack cards vertically */
      width: 100%; /* Full width for cards */
  }

  .card {
      width: 100%; /* Full width for cards */
      margin-bottom: 20px; /* Add spacing between cards */
  }

  .vbSection {
      width: 100%; /* Full width for button section */
      text-align: center; /* Center align buttons */
      margin-top: -10px; /* Add spacing on top */
  }

  .viewBookingBTN,
  .planTripbtn,
  .download-button {
      width: 100%; /* Full width for buttons */
      margin: 5px 0; /* Add spacing between buttons */
      margin-bottom: 15px;
  }

  h2 {
      font-size: 1.5rem; /* Adjust heading size for smaller devices */
  }
}

/* Media query for mobile devices with max width 576px */
@media screen and (max-width: 576px) {
  h2 {
      font-size: 1.3rem; /* Further adjust heading size */
  }

  .noTicket {
      width: 90%; /* Adjust image size for smaller devices */
      height: auto; /* Maintain aspect ratio */
  }

  .viewBookingBTN,
  .planTripbtn,
  .download-button {
      font-size: 0.9rem; /* Adjust font size for buttons */
      padding: 8px; /* Adjust padding for buttons */
  }
}

/* Media query for very small mobile devices (max width 400px) */
@media screen and (max-width: 400px) {
  h2 {
      font-size: 1.2rem; /* Further reduce heading size */
  }

  .noTicket {
      width: 80%; /* Further adjust image size */
  }

  .viewBookingBTN,
  .planTripbtn,
  .download-button {
      font-size: 0.8rem; /* Further reduce button font size */
      padding: 6px; /* Adjust padding for better fit */
  }
}
/* Media query for devices with max width 768px (tablets, small laptops) */
@media screen and (max-width: 768px) {

  .ticket .cardRight {
    width: 3;
    border-left: 0.18em dashed #fff;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}


.ticket .card {
    width: 350px !important;
}
  .cardWrap {
      display: flex;
      flex-direction: column; /* Stack cards vertically */
      width: 100%; /* Full width for cards */
  }

  .card {
      width: 100%; /* Full width for cards */
      margin-bottom: 20px; /* Add spacing between cards */
  }

  .button-container {
      display: flex;
      flex-direction: row; /* Arrange buttons in a row */
      justify-content: space-around; /* Evenly space buttons */
      width: 500px; /* Full width for button container */
      margin-top: 10px; /* Add spacing above */
  }

  .viewBookingBTN,
  .planTripbtn,
  .download-button {
      flex: 1; /* Allow buttons to grow equally */
      margin: 0 5px; /* Add spacing between buttons */
      padding: 10px; /* Ensure sufficient padding */
  }

  .vbSection {
      width: 100%; /* Full width for view booking section */
      text-align: center; /* Center align view booking button */
      margin-top: 10px; /* Add spacing above */
  }
}

@media screen and (max-width: 768px) {
  .ticket .card {
      width: 350px !important;
      margin-left: -20px;
  }
}


/* Additional media queries as needed */











#MateGender,
#MatePassportIC,
#MatePassportExp,
#MateBdate {
  width: 200px;
}

label {
  font-size: 13px;
}

.fixed-top .navbar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px;
  /* height: 40pt; */
}

/*
headeer top
*/
.fixed-top .topbar{
background-color: #212529;
padding: 0;
}

.fixed-top .topbar .container .row {
margin:-7px;
padding:0;
}

.fixed-top .topbar .container .row .col-md-12 { 
padding:0;
}

.fixed-top .topbar p{
margin:0;
display:inline-block;
font-size: 13px;
color: #f1f6ff;
}

.fixed-top .topbar p > i{
margin-right:5px;
}
.fixed-top .topbar p:last-child{
text-align:right;
} 

.fixed-top header .navbar {
  margin-bottom: 0;
}

.fixed-top .topbar li.topbar {
  display: inline;
  padding-right: 18px;
  line-height: 52px;
  transition: all .3s linear;
}

.fixed-top .topbar li.topbar:hover {
  color: #1bbde8;
}

.fixed-top .topbar ul.info i {
  color: #131313;
  font-style: normal;
  margin-right: 8px;
  display: inline-block;
  position: relative;
  top: 4px;
}

.fixed-top.topbar ul.info li {
  float: right;
  padding-left: 30px;
  color: #ffffff;
  font-size: 13px;
  line-height: 44px;
}

.fixed-top .topbar ul.info i span {
  color: #aaa;
  font-size: 13px;
  font-weight: 400;
  line-height: 50px;
  padding-left: 18px;
}

.fixed-top ul.social-network {
border:none;
margin:0;
padding:0;
}

.fixed-top ul.social-network li {
border:none;  
margin:0;
}

.fixed-top ul.social-network li i {
margin:0;
}

.fixed-top ul.social-network li {
  display:inline;
  margin: 0 5px;
  border: 0px solid #2D2D2D;
  padding: 5px 0 0;
  width: 32px;
  display: inline-block;
  text-align: center;
  height: 32px;
  vertical-align: baseline;
  color: #000;
}

.fixed-top ul.social-network {
list-style: none;
margin: 5px 0 10px -25px;
float: right;
}

.fixed-top .waves-effect {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  z-index: 1;
  will-change: opacity, transform;
  transition: .3s ease-out;
  color: #fff;
}
.fixed-top a {
color: #0a0a0a;
text-decoration: none;
}

li {
  list-style-type: none;
}
.fixed-top .bg-image-full {
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.fixed-top.bg-dark {
  background-color: #F9B545!important;
}

.fixed-top .mx-background-top-linear {
  background: -webkit-linear-gradient(45deg, #25256B 28%, #F9B545 48%);
  background: -webkit-linear-gradient(left, #25256B 28%, #F9B545 48%);
  background: linear-gradient(45deg, #25256B 38%, #F9B545 48%);
}
.nav-link{
  cursor: pointer;
}
.loginDropItem{
  line-height: 30px;
}

#toggle .switch {
position: relative;
display: inline-block;
width: 60px;
height: 34px;
}

#toggle  .switch input {
opacity: 0;
width: 0;
height: 0;
}

#toggle  .slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
transition: .4s;
border-radius: 34px;
}

#toggle  .slider:before {
position: absolute;
content: "";
height: 26px;
width: 26px;
border-radius: 50%;
left: 4px;
bottom: 4px;
background-color: white;
transition: .4s;
}

#toggle  input:checked + .slider {
background-color: #4CAF50;
}

#toggle  input:checked + .slider:before {
transform: translateX(26px);
}

.vbSection 
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked){
position: absolute;
left: -9999px;
}
.vbSection .modal-btn:checked + label,
.vbSection .modal-btn:not(:checked) + label{
position: relative;
font-family: 'Poppins', sans-serif;
font-weight: 300;
font-size: 15px;
line-height: 2;
height: 50px;
transition: all 200ms linear;
border-radius: 4px;
width: 240px;
letter-spacing: 0.5px;
display: -webkit-inline-flex;
display: -ms-inline-flexbox;
display: inline-flex;
-webkit-align-items: center;
-moz-align-items: center;
-ms-align-items: center;
align-items: center;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-ms-flex-pack: center;
text-align: center;
  -ms-flex-item-align: center;
  align-self: center;
border: none;
cursor: pointer;
background-color: #102770;
color: #ffeba7;
box-shadow: 0 12px 35px 0 rgba(16,39,112,.25);
}
.vbSection .modal-btn:not(:checked) + label:hover{
background-color: #ffeba7;
color: #102770;
}
.vbSection .modal-btn:checked + label .uil,
.vbSection .modal-btn:not(:checked) + label .uil{
margin-left: 10px;
font-size: 18px;
}
.vbSection .modal-btn:checked + label:after,
.vbSection .modal-btn:not(:checked) + label:after{
/* position: fixed; */
/* top: 30px;
right: 30px; */
z-index: 110;
width: 40px;
border-radius: 3px;
height: 30px;
text-align: center;
line-height: 30px;
font-size: 18px;
background-color: #F9B545;
color: #25256B;
font-family: 'unicons';
content: '\eac6'; 
box-shadow: 0 12px 25px 0 rgba(16,39,112,.25);
transition: all 200ms linear;
opacity: 0;
pointer-events: none;
transform: translateY(20px);
}
.vbSection .modal-btn:checked + label:hover:after,
.vbSection .modal-btn:not(:checked) + label:hover:after{
background-color: #25256B;
color: #F9B545;
}
.vbSection .modal-btn:checked + label:after{
transition: opacity 300ms 300ms ease, transform 300ms 300ms ease, background-color 250ms linear, color 250ms linear;
opacity: 1;
pointer-events: auto;
transform: translateY(0);
}

#viewBookingModal .modal-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 4px;
  overflow: hidden;
  padding-bottom: 20px;
  background-color: #fff;
    -ms-flex-item-align: center;
    align-self: center;
    box-shadow: 0 12px 25px 0 rgba(199,175,189,.25);
  opacity: 0;
  transform: scale(0.6);
  transition: opacity 250ms 250ms ease, transform 300ms 250ms ease;
}
#viewBookingModal .modal-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
#viewBookingModal .modal-wrap p {
  padding: 20px 30px 0 30px;
}

#viewBookingModal{
  position: fixed;
  display: block;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  overflow-x: hidden;
  background-color: rgba(31,32,41,.75);
  pointer-events: none;
  opacity: 0;
  transition: opacity 250ms 700ms ease;
}

@media(max-width:700px){
  .body{
      margin-top: 30% !important;
  }
}



#snackbar {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #25256B;
  color: #fff;
  text-align: center;
  border-radius: 2px;
  padding: 16px;
  position: fixed;
  z-index: 1;
  left: 80%;
  bottom: 70%;
  font-size: 17px;
  font-weight: 700;
}

#snackbar.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbarERR {
  visibility: hidden;
  min-width: 250px;
  margin-left: -125px;
  background-color: #FF3232;
  color: #fff;
  text-align: center;
  border-radius: 0.5rem;
  padding: 16px;
  position: fixed;
  z-index: 15;
  left: 80%;
  bottom: 70%;
  font-size: 17px;
  font-weight: 700;
}

#snackbarERR.show {
  visibility: visible;
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
  from {bottom: 50%; opacity: 0;} 
  to {bottom: 70%px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 50%; opacity: 0;}
  to {bottom: 70%; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 70%; opacity: 1;} 
  to {bottom: 50%; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 70%; opacity: 1;}
  to {bottom: 50%; opacity: 0;}
}





.wrapper{
  display: inline-flex;
  background: #fff;
  height: 100px;
  width: auto;
  align-items: center;
  justify-content: space-evenly;
  border-radius: 5px;
  padding: 20px 20px;
  /* box-shadow: 5px 5px 30px rgba(0,0,0,0.2); */
}
.wrapper .option{
  background: #fff;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  margin: 0 10px;
  border-radius: 5px;
  cursor: pointer;
  padding: 0 10px;
  border: 2px solid lightgrey;
  transition: all 0.3s ease;
}
.wrapper .option .dot{
  height: 20px;
  width: 20px;
  background: #d9d9d9;
  border-radius: 50%;
  position: relative;
}
.wrapper .option .dot::before{
  position: absolute;
  content: "";
  top: 4px;
  left: 4px;
  width: 12px;
  height: 12px;
  background: #0069d9;
  border-radius: 50%;
  opacity: 0;
  transform: scale(1.5);
  transition: all 0.3s ease;
}
input[type="radio"]{
  display: none;
}

#option-1:checked:checked ~ .option-1,
#option-2:checked:checked ~ .option-2,
#option-3:checked:checked ~ .option-3{
  border-color: #0069d9;
  background: #0069d9;
}
#option-1:checked:checked ~ .option-1 .dot,
#option-2:checked:checked ~ .option-2 .dot,
#option-3:checked:checked ~ .option-3 .dot{
  background: #fff;
}
#option-1:checked:checked ~ .option-1 .dot::before,
#option-2:checked:checked ~ .option-2 .dot::before,
#option-3:checked:checked ~ .option-3 .dot::before{
  opacity: 1;
  transform: scale(1);
}
.wrapper .option span{
  font-size: 17px;
  color: #808080;
}
#option-1:checked:checked ~ .option-1 span,
#option-2:checked:checked ~ .option-2 span,
#option-3:checked:checked ~ .option-3 span{
  color: #fff;
}

#tmateIcon{
  height: 50px !important;
}
.loader {
  width: 60px;
  aspect-ratio: 2;
  --_g: no-repeat radial-gradient(circle closest-side,#000 90%,#0000);
  background: 
    var(--_g) 0%   50%,
    var(--_g) 50%  50%,
    var(--_g) 100% 50%;
  background-size: calc(100%/3) 50%;
  animation: l3 1s infinite linear;
 
}

.hide{
  display: none !important;
}
@keyframes l3 {
    20%{background-position:0%   0%, 50%  50%,100%  50%}
    40%{background-position:0% 100%, 50%   0%,100%  50%}
    60%{background-position:0%  50%, 50% 100%,100%   0%}
    80%{background-position:0%  50%, 50%  50%,100% 100%}
}


/* /// */

/* Basic styling for the button and modal */
.popup-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto; /* Allows scrolling */
}

.modal-content {
  background-color: white;
  margin-top: 200px !important;
  padding: 20px;
  border-radius: 10px;
  width: 100% !important; 
  max-width: 1000px; /* Increased max-width */
}

.close-btn {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table, th, td {
  border: 1px solid #ddd;
  padding: 8px;
}

th {
  font-size: 14px; /* Reduced font size for headers */
  color: white; /* Set text color to white */
}

/* Specific background colors for different sections */
#bookingTable th {
  background-color: #25256B; /* Background color for booking details */
}

#flightTable th {
  background-color: #F9B545; /* Background color for flight segments */
}

.booking-heading {
  color: #252526; /* Set color for Booking Details heading */
}

.flight-heading {
  color: #F9B545 ; /* Set color for Flight Segments heading */
}

/* Responsive design */
@media (max-width: 768px) {
  .modal-content {
      width: 95%;
      margin: 5% auto;
  }

  table, th, td {
      font-size: 14px;
  }

  .popup-btn {
      width: 100%;
      padding: 15px;
  }
}



/* Basic styling for the button and modal */
.popup-btn {
  padding: 10px 20px;
  background-color: #007bff;
  color: white;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  overflow-y: auto; /* Allows scrolling */
}

.modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border-radius: 10px;
  width: 90%; /* Increased width */
  max-width: 1000px; /* Increased max-width */
}

.close-btn {
  float: right;
  cursor: pointer;
  font-size: 20px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

table, th, td {
  border: 1px solid #ddd;
  padding: 8px;
}

th {
  font-size: 14px; /* Reduced font size for headers */
  color: white; /* Set text color to white */
}

/* Specific background colors for different sections */
#bookingTable th {
  background-color: #25256B; /* Background color for booking details */
}

#flightTable th {
  background-color: #F9B545; /* Background color for flight segments */
}

.booking-heading {
  color: #252526; /* Set color for Booking Details heading */
}

.flight-heading {
  color: #F9B545 ; /* Set color for Flight Segments heading */
}



body {
  font-family: Arial, sans-serif;
  background-color: #f8f8f8;
}

/* Button styling */
.dropdown-button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.dropdown-button:hover {
  background-color: #0056b3;
}

/* Container for the dropdown */
.dropdown-content {
  display: none;
  background-color: white;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  position: absolute;
  z-index: 1;
  max-width: 900px;
  margin-top: 10px;
  border-radius: 10px;
  overflow: hidden;
}

.hotel-container {
  display: flex;
  /* background-color: #fff; */
  padding: 20px;
  border-radius: 10px;
  /* box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1); */
}

.hotel-container img {
  width: 200px;
  height: auto;
  border-radius: 10px;
  margin-right: 20px;
}

.hotel-details {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.hotel-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.hotel-info-left {
  max-width: 70%;
}

.hotel-info-left h3 {
  margin: 5px 0;
  font-size: 24px;
  font-weight: bold;
}

.hotel-info-left p {
  margin: 0;
  color: #6c757d;
  font-size: 14px;
}

.room-guest-info {
  text-align: right;
}

.room-guest-info h4 {
  margin: 0;
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.room-guest-info p {
  margin: 5px 0;
  color: #6c757d;
  font-size: 14px;
}

.date-info {
  margin-top: 20px;
}

.date-info span {
  font-weight: bold;
  color: #007bff;
}

.date-info div {
  display: inline-block;
  margin: 0 15px;
  text-align: center;
}

.date-info div span {
  display: block;
  margin: 5px 0;
  font-size: 14px;
  color: #ff8c00;
}

.checkin-checkout-dates {
  font-size: 16px;
}

/* New button container */
.button-container {
  margin-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.hotel-action-button {
  background-color: #007bff;
  color: white;
  padding: 10px 20px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  text-align: center;
}

.hotel-action-button:hover {
  background-color: #0056b3;
}

.individual-hotel-container {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 15px;
  background-color: #f0ebebde;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14), 0 3px 1px -2px rgba(0, 0, 0, .2), 0 1px 5px 0 rgba(0, 0, 0, .12);
  ;
}

.hotel-container-content img {
  width: 100%;
  height: auto;
}

.hotel-action-button {
  margin-right: 10px;
  padding: 10px 20px;
  background-color: #007BFF;
  color: #fff;
  border: none;
  cursor: pointer;
}

.hotel-action-button:hover {
  background-color: #0056b3;
}

#bookingDropdown {
  color: #fff;
  border: 0;
  margin: 0;
  border-radius: 3px;
  line-height: 24px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px 15px;
  background-color: transparent;
  transition: background-color .3s 0s;
}


/* Main Hotel Booking Card Container */
.hotel-container-content {
  display: flex;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 15px;
  margin: 20px 0;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 1000px;
  align-items: center;
  background-color: #ecedef;
}

/* Hotel Image Styling */
.hotel-container-content img {
  width: 200px; /* Set the width to 100px */
  height: 200px; /* Set the height to 100px */ /* Ensure the image is cropped to fit the dimensions without stretching */
  /* border-radius: 8px;
  margin-right: 15px; */
}

/* Hotel Details Section */
.hotel-details {
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* Hotel Info Section */
.hotel-info {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

/* Hotel Info Left */
.hotel-info-left {
  width: 60%;
}

.hotel-info-left p {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5px;
}

.hotel-info-left h3 {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

/* Date Information */
.date-info {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.date-info div {
  text-align: center;
}

/* Check-in and Check-out Labels */
.label {
  font-weight: bold;
  display: block;
}

/* Rooms & Guests Info Section */
.room-guest-info {
  text-align: right;
  width: 35%;
}

.room-guest-info h4 {
  margin-bottom: 5px;
}

/* Action Buttons */
.button-container {
  display: flex;
  justify-content: space-between;
  margin-top: auto;
}

.hotel-action-button {
  background-color: #007bff;
  width: 159px;
  height: 40px;
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.hotel-action-button:hover {
  background-color: #0056b3;
}

#loader {
  font-size: 24px;
  color: #007bff;
  text-align: center;
  margin: 20px 0;
}


/* Media query for devices with max width 768px (tablets, small laptops) */
@media screen and (max-width: 768px) {
  .hotel-container-content {
      flex-direction: column;
      align-items: center; /* Center-align content */
      text-align: center;  /* Center text */
  }

  .hotel-container-content img {
      width: 100%;
      height: auto;
      margin-bottom: 20px;
  }

  .hotel-details {
      width: 100%;
  }

  .hotel-info {
      flex-direction: column;
      align-items: center; /* Center-align hotel info */
      text-align: center;
  }

  .room-guest-info {
      margin-left: 0;
      text-align: center; /* Center-align room and guest info */
  }

  .button-container {
      flex-wrap: wrap;
      justify-content: center; /* Center-align buttons */
  }

  .hotel-action-button {
      margin-bottom: 10px;
  }

  .date-info {
      flex-direction: column; /* Stack the date information vertically */
      align-items: center; /* Center-align date info */
      text-align: center; /* Center-align text */
  }

  .date-info div {
      margin-bottom: 5px;
      width: 100%; /* Ensure the date spans take up full width on smaller screens */
  }
}

/* Media query for mobile devices with max width 576px */
@media screen and (max-width: 576px) {
  .hotel-container-content {
      padding: 10px;
  }

  .hotel-info-left h3 {
      font-size: 1.2rem;
  }

  .room-guest-info h4 {
      font-size: 1rem;
  }

  .hotel-action-button {
      padding: 8px 12px;
      font-size: 0.9rem;
  }

  .date-info {
      flex-direction: column;
      align-items: center; /* Center-align date info */
      text-align: center; /* Center-align text */
  }
}

/* Media query for very small mobile devices (max width 400px) */
@media screen and (max-width: 400px) {
  .hotel-container-content {
      padding: 5px;
  }

  .hotel-info-left h3 {
      font-size: 1rem;
  }

  .room-guest-info p {
      font-size: 0.8rem;
  }

  .hotel-action-button {
      padding: 5px 10px;
      font-size: 0.8rem;
  }

  .date-info {
      flex-direction: column;
      align-items: center; /* Center-align date info */
      text-align: center; /* Center-align text */
  }
}

/* .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 1000px;
  border-radius: 10px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  cursor: pointer;
} */

/* Combined Table Styling */
/* .combined-table, .guest-details-table, .fare-details-table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
}

.combined-table td {
  padding: 10px;
}

.combined-table td img.hotel-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}


.hotel-action-button {
  padding: 10px 20px;
  background-color: #2f2d82;
  color: white;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  margin-right: 10px;
}

.hotel-action-button:hover {
  background-color: #4b4aaf;
} */

/* Modal Styles */
/* .modal {
  display: none; 
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  padding-top: 60px;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 1000px;
  border-radius: 10px;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
} */
/* Temporarily set display to block for testing */
 /* For testing purposes */

 /* .modal {
  display: none; 
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0,0,0,0.4); 
}

.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4);
}

.modal-content {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}
 */
.hotel-image{
  width: 300px;
  height: 200px;
  border-radius: 10px;
}


.final-container{
  width: 1500px;
   /* height: 300px;  */
 /* display: flex;
  justify-content: center; 
 align-items: center;  */
}
.combined-table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  font-family: sans-serif;
}

.combined-table td {
  padding: 10px;
  vertical-align: top;
}

.combined-table td:first-child {
  width: 25%;
}

.combined-table td img.hotel-image {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.hotel-text {
  color: #2f2d82;
  font-weight: bold;
}

.guest-details-table, .fare-details-table {
  /* width: 900px; */
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 14px;
  font-family: sans-serif;
}

.guest-details-table th, .fare-details-table th, 
.guest-details-table td, .fare-details-table td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
}

.guest-details-table th, .fare-details-table th {
  background-color: #f2f2f2;
  font-weight: bold;
  color: #000;
}

.booking-success {
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h5, h4 {
  margin-top: 10px;
}

.hotel-image{
  width: 250px !important;
  height: 200px;
  border-radius: 10px;
}
.sightseeing-image {
  width: 200px;
  height: 150px;
}

/* ------------------------//design by sunil */
.modal-content-1 {
  background-color: white;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 100%;
  border-radius: 20px;
}
 .booking-container {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  background-color: #fff;
 height: 100%;
 margin-bottom: 3%;
}

.sightseeing-image {
  width: 200px;
  height: auto;
  border-radius: 10px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.sightseeing-image:hover {
  transform: scale(1.05); 
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2); 
}

.sightseeing-image:active {
  animation: clickAnimation 0.6s ease-in-out forwards; 
}


@keyframes clickAnimation {
  0% {
    transform: scale(1) rotate(0deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
  25% {
    transform: scale(1.1) rotate(15deg);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
  }
  50% {
    transform: scale(0.95) rotate(-10deg);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  }
  75% {
    transform: scale(1.05) rotate(5deg);
    box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
  }
  100% {
    transform: scale(1) rotate(0deg);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  }
}
.booking-details h2{
  flex: 1;
  margin-left: -320px;
}
/* .para{
  margin-left: -420px !important;
} */
.booking-details h2 {
  font-size: 24px;
  margin-bottom: 10px;
}

.booking-details p {
  margin: 5px 0;
  color: #555;
}

.trip-duration {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #007bff;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  height: 30px;
  margin-top: 10px;
}

.trip-duration span {
  margin: 0 10px;
  color: #007bff;
  font-weight: bold;
}

.button-group {
  margin-top: 15px;
}

.button-group .action-button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-right: 10px;
  border-radius: 5px;
  cursor: pointer;
}

.button-group .action-button:hover {
  background-color: #0056b3;
}

.right-section {
  text-align: right;
}

.right-section p {
  margin: 5px 0;
  font-size: 14px;
}

.right-section strong {
  display: block;
  color: #555;
}





/* New Modal Styles---------------------------------------------- */
.new-modal {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.6); 
  display: flex;
  justify-content: center;
  align-items: center;
}

.new-modal-content {
  background-color: white;
  border-radius: 10px;
  width: 100%;
  max-width: 1100px;
  padding: 20px;
  position: relative;
}
.new-close {
  position: absolute;
  right: 20px;
  top: 20px;
  font-size: 25px;
  cursor: pointer;
}

.final-container-new {
  max-width: 100%;
  padding: 20px;
  box-sizing: border-box;
}
.combined-table-new {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 16px;
  font-family: sans-serif;
  table-layout: fixed; 
}

.combined-table-new td, 
.combined-table-new th {
  padding: 12px;
  text-align: left;
  vertical-align: middle;
}

.combined-table-new td:first-child {
  width: 30%; 
}

.combined-table-new td img.hotel-image-new {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.hotel-text-new {
  color: #2f2d82;
  font-weight: bold;
}
.guest-details-table-new, 
.fare-details-table-new {
  width: 100%;
  border-collapse: collapse;
  margin: 10px 0;
  font-size: 14px;
  font-family: sans-serif;
}

.guest-details-table-new th, 
.fare-details-table-new th, 
.guest-details-table-new td, 
.fare-details-table-new td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: center;
}

.guest-details-table-new th, 
.fare-details-table-new th {
  background-color: #f2f2f2;
  font-weight: bold;
  color: #000;
}

.hotel-image-new {
  width: 250px;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
}

h3, h4, h5 {
  margin-top: 15px;
}
#closeModalBtn-new {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 20px;
  margin-top: 20px;
  cursor: pointer;
  border-radius: 5px;
}

#closeModalBtn-new:hover {
  background-color: #0056b3;
}


#CancellationStatusModal .modal-content{
  background-color: #25256B;
  border-color: #42469d;
  border-radius: 1rem;
}
@media (min-width: 576px){
  #CancellationStatusModal .modal-dialog {
  max-width: 750px;
  margin: 1.75rem auto;
}
}
#CancellationStatusModal .show{
  padding: 0;
}
#CancellationStatusModal .modal-header{
  border-bottom: none;
  text-align: center;
}
#CancellationStatusModal .modal-header .close {
  padding: 1rem 1rem;
  margin: -1rem -1rem -1rem 0;
  color: #fff;
}
#CancellationStatusModal :-moz-any-link:focus {
  outline: none;
}
#CancellationStatusModal .modal-title{
  line-height: 3rem;
  color: #ffffff;
}
#CancellationStatusModal .modal-body{
  padding: 1rem;
}
#CancellationStatusModal #progressbar {
  margin-bottom: 3vh;
  overflow: hidden;
  color: white;
  padding-left: 0px;
  margin-top: 3vh
}

#CancellationStatusModal #progressbar li {
  list-style-type: none;
  font-size: 0.8rem;
  width: 25%;
  float: left;
  position: relative;
  font-weight: 400;
  color: white;
}

#progressbar #step1:before {
  content: "";
  color: white;
  width: 20px;
  height: 20px;
  margin-left: 0px !important;
}

#CancellationStatusModal #progressbar #step2:before {
  content: "";
  color: #fff;
  width: 20px;
  height: 20px;
  margin-left: 32%;
}

#CancellationStatusModal #progressbar #step3:before {
  content: "";
  color: #fff;
  width: 20px;
  height: 20px;
  margin-right: 32% ; 
}

#progressbar #step4:before {
  content: "";
  color: rgb(151, 149, 149, 0.651);
  width: 20px;
  height: 20px;
  margin-right: 0px !important;
}

#CancellationStatusModal #progressbar li:before {
  line-height: 29px;
  display: block;
  font-size: 12px;
  background: rgb(151, 149, 149);
  border-radius: 50%;
  margin: auto;
  z-index: -1;
  margin-bottom: 1vh;
}

#CancellationStatusModal #progressbar li:after {
  content: '';
  height: 3px;
  background: rgb(151, 149, 149, 0.651);
  position: absolute;
  left: 0%;
  right: 0%;
  margin-bottom: 2vh;
  top: 8px;
  z-index: 1;
}
#CancellationStatusModal .progress-track{
  padding: 0 8%;
}
#CancellationStatusModal #progressbar li:nth-child(2):after {
  margin-right: auto;
}

#CancellationStatusModal #progressbar li:nth-child(1):after {
  margin: auto;
}

#CancellationStatusModal #progressbar li:nth-child(3):after {
  float: left;
  width: 68%;
}
#CancellationStatusModal #progressbar li:nth-child(4):after {
  margin-left: auto;
  width: 132%;
}

#CancellationStatusModal #progressbar li.active:before,
#CancellationStatusModal #progressbar li.active:after {
  background: white;
}

#CancellationStatusModal #three{
  font-size: 1.2rem;
}
@media (max-width: 767px){
  #CancellationStatusModal #three{
      font-size: 1rem;
  } 
}
#CancellationStatusModal .details{
  padding: 2rem;
  font-size: 1.4rem;
  line-height: 3.5rem;
}

@media (max-width: 767px){
#CancellationStatusModal .details {
  padding: 2rem 0;
  font-size: 1rem;
  line-height: 2.5rem;
}
}
#CancellationStatusModal .d-table{
  width: 100%;
}
#CancellationStatusModal .d-table-row{
  width: 100%;
}
#CancellationStatusModal .d-table-cell{
  padding-left: 3rem;
}
@media (max-width: 767px){
  #CancellationStatusModal .d-table-cell{
      padding-left: 1rem;
  } 
}
#CancellationStatusModal .col-3{
  display: grid;
  text-align: end;
}
#CancellationStatusModal .col-3 .d-table-row{
  align-self: flex-end;
}
#CancellationStatusModal .fa{
  font-size: xx-large;
  text-align: center;
  width: 3rem;
  padding: 0.5rem;
  color: #42469d;
  background-color: #fff;
  border-radius: 2rem;
  bottom: 0;
  right: 0;
}
#CancellationStatusModal button:active{
  outline: none;
}
#CancellationStatusModal button:focus{
 outline: none;
}
.custom-swal-popup {
  width: 300px;
  max-width: 90%;
  padding: 20px;
  position: relative;
  text-align: center;
}

.custom-popup {
  overflow: hidden; 
}

.custom-popup::-webkit-scrollbar {
  display: none; 
}

.custom-popup {
  -ms-overflow-style: none;  
  scrollbar-width: none; 
}


.custom-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 15px;
}

.custom-close {
  background-color: red;
  color: white;
  border: none;
  padding: 5px 10px;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  border-radius: 5px;
}

.custom-close:hover {
  background-color: darkred;
}

.form-group-rebook {
  margin-bottom: 15px;
  text-align: left;
}

.form-group-rebook label {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  display: inline-block;
}

.swal2-input {
  width: 80%;
  box-sizing: border-box;
  font-size: 14px;
  margin-top: 5px;
}



.custom-search-btn {
  background-color: #1a1a64;
  color: white;
  border: none;
  padding: 10px;
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  margin-top: 15px;
}

.custom-search-btn:hover {
  background-color: #0f0f5a;
}


.modal-content {
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

table th, table td {
  border: 1px solid #ddd;
  padding: 8px;
}

table th {
  background-color: #f4b400;
  color: white;
  text-align: left;
}

h2 {
  margin-top: 20px;
}

.buscontainer {
  border-radius: 12px;
  }
  
  .header {
    background-color: #1a1a59;
    color: #fff;
    padding: 10px;
  }
  .info-row {
    background-color: #f3c789;
    padding: 15px;
  }
  .info-box {
    background-color: #fff;
    padding: 10px;
    border-radius: 4px;
    font-family: 'Courier New', Courier, monospace;
    font-weight: bold;
  }
  .info-title {
    font-weight: bold;
    margin-bottom: 5px;
  }
  .seat-number {
    background-color: #1a1a59;
    color: #fff;
    font-weight: bold;
    padding: 2px 5px;
    border-radius: 4px;
  }
  
  .button-row {
    background-color: #f3c789;
    padding: 15px;
    text-align: center;
  }
  .btn-custom {
    background-color: #1a1a59;
    color: #fff; /* Text color stays white */
    border-radius: 25px;
    border: none;
    margin: 5px;
    padding: 10px 20px;
    transition: background-color 0.3s, color 0.3s;
  }
  .btn-custom:hover {
    background-color: #1a1a59; /* Darker background on hover */
    color: #fff; /* Ensure text color remains white */
  }
  .bus-details-container {
    padding: 15px;
}
.custom-swal-popup {
    max-width: 100%;
    overflow-x: auto;
    max-height: 90vh;
}
.table {
    font-size: 0.9rem;
}

.custom-swal-popup {
  max-width: 100%;
  overflow-x: auto;
}
#busBookingDetails {
  font-family: Arial, sans-serif;
}

.table-borderless td {
  padding: 8px 15px;
  border: none;
}

.table-bordered th, .table-bordered td {
  padding: 10px;
}

.custom-swal-popup {
  padding: 20px;
  border-radius: 10px;
}
th {
  font-size: 14px;
  color: #000000;
}