.w-full{
    width:100%;
}
.summary td, .summary th{
    padding: 0;
}
.w-half{
    width: 45%;
    margin: 5px;
}
#otpmodal .form-control-lg {
    min-height: calc(1.5em + 1rem + 2px);
    padding: 0.5rem 0.5rem;
    font-size: 1.015625rem;
    border-radius: 0.4rem;
}
.ser-col{
    padding: 0;
}
.ser-col .card{
    margin-bottom: 0;
}
.services-grid{
    margin-bottom:0;
}
.services-grid:hover{
    border: 1px solid #eff2f7;
    border-radius: 2px;

}
.cashback-badge{
    height: 30px;
    margin: 0 auto;
   
}
.cursor{
    cursor: pointer;
}
.traveller .btn{
    color: #000;
    border: 1px solid var(--bs-input-border-color);
}
.progress-dark{
    background-color:#d7dade;
}
.border-control{
    border: 0;
    border-bottom: 1px solid var(--bs-input-border-color) ;
    border-radius: 0;
}
.name-height h5{
    height: 30px;
    overflow:hidden ;
}

.event-desc{
    height: 60px;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 0;
}
.votelist .btn-outline-primary{
    color:var(--bs-gray-600) !important
}
.btn-check:active + .btn, .btn-check:checked + .btn, .btn.active, .btn.show, .btn:active {

    color: #fff !important;
}

.votelist .btn-outline-primary:hover {
    color: #fff !important;
}
.width-sm{
    width: 5%;
}
.swiper-pagination-bullet {
    background-color: #E45415;
}
a{
    cursor: pointer;
}
.faded{
    opacity: 0.5;
}


.topupbadge{
  padding: 4px;
  width: 150px;
  height: 23px;
  margin: 3px 0;
}

.view :active {
  color: #E45415 !important;
}

.nav-pills .nav-link.active:hover{
  color: #f9E401 !important;

}
.btn-warning:hover{
  color: #fff !important;

}
/* .btn:hover {
  color: #e1161d  ;
} */

.btn-primary:hover {
  color: #fff !important  ;
}



.select2{
    width: 100% !important;
}
.bus-col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 80%;
  margin: 0 5%;
}




@media (min-width: 768px){
.bus-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 30%;    
    margin: 0;
}

}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {
  /* Your styles for iPad Mini in landscape mode */

  .bus-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60%;    
    margin: 0;
}


}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
  .bus-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 60%;    
    margin: 0;
}
}

@media only screen and (min-device-width: 280px) and (max-device-width: 320px) and (orientation: landscape) {
  
}

.bus {
    border: 1px solid #e7e0e085;
    width: 100%;
    border-radius: 4px;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    box-shadow: 0 0.5rem 1rem rgb(179 200 217 / 20%) !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(196 213 227 / 20%) !important;
    text-align: center;
  
}

.seats {
    flex-direction: row;
    flex-wrap: nowrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 0;
    margin-bottom: 0;
    width: 100%;
}
.seat-row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    padding: 0;
    margin-bottom: 0;
    float:left;
    width: 100%;
}
.seats .seat {
    display: inline;
    flex: 0 0 14.2857142857%;
    padding: 0;
    position: relative;
}
.seats .seat label {
    border-radius: 2px;
    border: 1px solid #c6d2d9;
    background: #edf6fb;
    padding: 0;
    
    display: inline-block;
    font-size: 12px;
  
}
.blanklabel{
  
    height: 25px;
    width: 18%;
    margin: 0 0;
    border:none !important;
    display: none;
    background: transparent  !important;
  
}
.seats .seat input[type="checkbox"] {
    display: none !important;
}
.seats .seat input[type="checkbox"] + label {
    height: 30px;
    width: 18%;
    padding-top: 6px;
    color: #000;
    margin: 2px 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
}
.seats .seat input[type="checkbox"]:checked + label {
    background: #3ba577;
    color: #fff;
}
.seats .seat input[type="checkbox"]:checked + label:after {
    background: none;
}
.seats .seat input[type="checkbox"]:disabled + label {
    cursor: not-allowed;
    background: #f73737;
    color: #fff;
}



.text-available{
    background: #edf6fb;
    border: 1px solid #c6d2d9;
    border-radius: 50px;
    color: #edf6fb;
}
.text-booked{
    color: #f73737;
    background: #f73737;
    border-radius: 50px;

}
.text-choosen{
    color: #3ba577;
    background: #3ba577;
    border-radius: 50px;

}
.exit-door{
  margin-top:15px;
}
.seats .exit label{
    background: #fff !important;
    border: 1px solid #ddd;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    text-align: center;
    height: 30px;
    width: 20%;
    padding: 5px;
}



.rwd-table {
  margin: auto;
  min-width: 100%;
  max-width: 100%;
  border-collapse: collapse;
}

.rwd-table tr {
  border-top: 1px solid #eff2f7;
  border-bottom: 1px solid #eff2f7;
}

.rwd-table tr:nth-child(odd):not(:first-child) {
  background-color: #F8F9FA;
}

.rwd-table th {
  display: none;
}

.rwd-table td {
  display: block;
}

.rwd-table td:first-child {
  margin-top: .5em;
}

.rwd-table td:last-child {
  margin-bottom: .5em;
}

.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  display: inline-block;
  color: #000;
  width: 90px;
}

.rwd-table th,
.rwd-table td {
  text-align: left;
}

.rwd-table {
  color: #333;
  border-radius: .4em;
  overflow: hidden;
}

.rwd-table tr {
  border-color: #eff2f7;
}

.rwd-table th,
.rwd-table td {
  padding: 0 1em;
}
@media screen and (max-width: 601px) {
  .rwd-table tr:nth-child(2) {
    border-top: none;
  }
  .hstack {
    display: block;
  }
  .seats .seat input[type="checkbox"] + label {
    height: 30px;
    width: 18%;
  }
 
  .seats .exit label{
  }
  .blanklabel{
  
    height: 25px;
    width: 18%;
    margin: 0 0;
    border:none !important;
    display: none;
    background: transparent  !important;
  
}
}
@media screen and (min-width: 600px) {
  .rwd-table tr:hover:not(:first-child) {
    background-color: #d8e7f3;
  }
  .rwd-table td:before {
    display: none;
  }
  .rwd-table th,
  .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child,
  .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child,
  .rwd-table td:last-child {
    padding-right: 0;
  }
  .rwd-table th,
  .rwd-table td {
    padding: 1em !important;
  }
}


@-webkit-keyframes leftRight {
  0%    { -webkit-transform: translateX(0)}
  25%   { -webkit-transform: translateX(-10px)}
  75%   { -webkit-transform: translateX(10px)}
  100%  { -webkit-transform: translateX(0)}
}
@keyframes leftRight {
  0%    { transform: translateX(0)}
  25%   { transform: translateX(-10px)}
  75%   { transform: translateX(10px)}
  100%  { transform: translateX(0)}
}


@media (min-width: 540px) {
  .bus{
    width: 60%;
  }
}
@media (min-width: 820px) {
  .bus{
    width: 100%;
  }
}


.verti-timeline .event-list {
  position: relative;
  padding: 0 0 10px 30px;
}

a{
  cursor: pointer !important;
}

small{
  line-height: auto;
}
.navbar-header .btn.show, .btn:active {
  color: #fff !important;


}


.navbar-header .btn.show {
  color: #DE0008 !important;


}
.avatar-xxs {
  height: 1rem;
  width: 1rem;
}


.table-nowrap td, .table-nowrap th{
  color: #000;
}
.mt-collabel{
  margin-top: 25px;
}


.countries-list {
  padding: 0px;
  margin: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.countries-list li {
  width: 100%;
  display: flex;
  margin: 0 0 19px 0;
  align-items: center;
}

.countries-list li img {
  width: 18px;
  height: 18px;
  object-fit: cover;
  border-radius: 40px;
  border: 1px solid;
  display: inline-block;
}

.countries-list li label {
  width: 100%;
  display: inline-block;
  font-size: 12px;
  line-height: normal;
  margin: 0 0 0 5px;
}
.send-sm{
  width: 115px !important;
}
.card-header{
  height: 50px;
  padding: 15px 20px;
}
.nav-link.center-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.topnav .navbar-nav .nav-link i {
    font-size: 18px;
}
.topnav .navbar-nav .nav-link {
    font-size: 14px;
    color: #fff;
   
}
@media (min-width: 992px) {
    body[data-layout="horizontal"][data-topbar="light"] .topnav {
        background-color: #15609a;
    }
    
    .topnav .navbar-nav .active{
        color: #fff !important;
        background-color: #051f49;
    }
        .topnav .navbar-nav .nav-item:first-of-type .nav-link {
        padding-left: 10px;
    }
}
.header-item {
   
    color: #17619a;
    
}
.noti-icon i {
    font-size: 22px;
    color: #17619a;
}
@media (min-width: 992px) {
    body[data-layout="horizontal"][data-topbar="light"] .topnav .navbar-nav .nav-link {
        color: rgba(255, 255, 255, 0.9);
    }
}
.badge-soft-primary {
    color: #001d4b;
    background-color: rgb(165 192 213);
    font-size: 12px;
}.timeline{
    position:relative;
    padding-left:10px;
}

.timeline::before{
    content:"";
    position:absolute;
    left:40px;
    top:25px;
    bottom:0;
    width:2px;
    background:#6c86b8;
}

.timeline-date{
    margin-bottom:0;
}

.timeline-date span{
    display:inline-block;
    border-radius:20px;
    padding: 0;
    font-weight:600;
    font-size:16px;
    color: #08224f;
}
.timeline-item {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    align-items: center;
}

.timeline-left{
    width:75px;
    text-align:center;
    position:relative;
    z-index:2;
    background-color: #fff;
    padding:  0;
}

.timeline-icon{
    width:42px;
    height:42px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    margin:auto;
}

.timeline-time{
    display:block;
    margin-top:0;
    font-size:14px;
    color:#6c757d;
    font-weight:500;
}

.timeline-content{
    flex:1;
    background:#fff;
    border:0;
    border-radius:0;
    padding:14px 0;
}
.table-primary th {
    font-weight: 600;
    background: #c5d8e4;
    color: #001e4c;
}
.table  td {

    color: #000;
}
