.wbtm-bus-flix-style {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
background-color: var(--wbtm_color_light);
border: 1px solid var(--wbtm_color_border);
margin: 10px auto;
border-radius: 5px;
padding: 10px;
font-family: sans-serif;
}
@media (min-width: 1024px) {
.wbtm-bus-flix-style {
flex-direction: row;
flex-wrap: nowrap;
}
}
.wbtm-bus-flix-style .title {
width: 100%;
}
@media (min-width: 768px) {
.wbtm-bus-flix-style .title {
width: 16%;
}
}
.wbtm-bus-flix-style .title span {
padding: 0 8px;
border-radius: 50px;
color: #fff;
background-color: var(--wbtm_color_theme_cc);
font-size: 11px;
line-height: 2;
}
.wbtm-bus-flix-style .route {
width: 100%;
display: flex;
flex-direction: column;
justify-content: stretch;
align-items: center;
}
@media (min-width: 768px) {
.wbtm-bus-flix-style .route {
width: 40%;
}
}
.wbtm-bus-flix-style .route .route-info {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: space-between;
align-items: center;
margin: 14px 0;
}
.wbtm-bus-flix-style .route .route-info .from,
.wbtm-bus-flix-style .route .route-info .to {
width: 45%;
}
@media (min-width: 540px) {
.wbtm-bus-flix-style .route .route-info .from,
.wbtm-bus-flix-style .route .route-info .to {
width: 33%;
}
}
.wbtm-bus-flix-style .route .route-info .to {
padding-left: 0;
}
@media (min-width: 768px) {
.wbtm-bus-flix-style .route .route-info .to {
padding-left: 20px;
}
}
.wbtm-bus-flix-style .route .route-info .duration {
border-bottom: 3px solid var(--wbtm_d_color);
width: 33%;
position: relative;
}
.wbtm-bus-flix-style .route .route-info .duration .time {
background: var(--wbtm_color_light);
position: absolute;
top: -12px;
left: 50%;
transform: translateX(-50%);
padding: 0 5px;
}
.wbtm-bus-flix-style .feature {
display: flex;
justify-content: start;
align-items: center;
}
.wbtm-bus-flix-style .feature .items {
padding: 2px 8px;
border-radius: 50px;
}
.wbtm_style {
background-color: #f5f7fa;
padding: 20px;
border-radius: 20px;
font-weight: normal;
font-size: 15px;
color: #333;
}
.wbtm_style .wbtm_search_area {
border: 0;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
margin-bottom: 20px;
}
.wbtm_search_area .inputList {
margin: 0 10px 5px 0;
}
.wtbm_inputList label{
width: 100%;
}
.wbtm_search_input_fields_holder .marker,
.wbtm_search_input_fields_holder .calendar{
margin-top:5px;  
}
.wtbm_inputList {
width: 50%;
margin: 0 5px 0 0;
}
.wbtm_search_area .inputList:last-child {
margin-right: 0;
}
.wbtm_search_area .marker,  .wbtm_search_area .calendar {
position: relative;
}
.wbtm_search_area .marker i,  .wbtm_search_area .calendar i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 10px;
color: #999;
}
.wbtm_search_area .marker input,  .wbtm_search_area .calendar input {
padding-left: 30px;
font-size: 16px;
}
.wbtm_search_result .wbtm-date-suggetion {
margin: 10px;
overflow: auto;
background-color: #ddd;
padding: 10px;
border-radius: 8px;
}
.wbtm_search_result .wbtm-date-suggetion .wbtm_next_date {
margin-right: 5px;
padding: 10px;
text-align: center;
border-radius: 8px;
cursor: pointer;
border: 1px solid #ddd;
background-color: #fff;
color: var(--wbtm_d_color);
font-weight: normal;
font-size: 14px;
}
#ui-datepicker-div{
position: inherit;
z-index: 2 !important;
}
.wbtm_search_result .wbtm-date-suggetion .wbtm_next_date:last-child {
margin-right: 0;
}
.wbtm_search_result .wbtm-date-suggetion .wbtm_next_date:hover {
color: var(--wbtm_color_theme);
border: 1px solid var(--wbtm_color_theme);
}
.wbtm_search_result .wbtm-date-suggetion .wbtm_next_date.active {
background-color: #f0f6ff;
color: #4285f4;
border: 1px solid #4285f4;
}
.wbtm_search_result .wbtm-date-route {
background-color: white;
padding: 15px;
border-radius: 12px 12px 0 0;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
border-bottom: 2px solid var(--wbtm_color_theme);
}
.wbtm-date-return-route {
background-color: white;
padding: 15px;
border-radius: 5px 5px 5px 5px;
display: flex;
align-items: center;
justify-content: space-between;
font-weight: 600;
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1); }
.wbtm_search_result  .wbtm-bus-list {
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
transition: all 0.3s;
margin-top: 0;
margin-bottom: 15px;
background-color: #fff;
border-radius: 12px;
display: flex;
justify-content: space-between;
gap: 0;
flex-wrap: wrap;
border: 1px solid #ddd;
}
@media (min-width: 800px) {
.wbtm_search_result  .wbtm-bus-list {
flex-direction: row;
flex-wrap: nowrap;
border: 0;
}
}
.wbtm_search_result  .wbtm-bus-list:hover {
transform: translateY(-3px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-image {
border-radius: 0 0 0 12px;
width: 100%;
height: 250px;
padding: 10px;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-image img{
height: 100%;
}
@media (min-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-image {
width: 15%;
height: 130px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-image img{
height: auto;
}
}
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-image .bg_image_area {
width: 100%;
height: 100%;
border-radius: 0 0 0 12px;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-image .bg_image_area > div {
width: 100%;
height: 100%;
background-size: cover;
background-position: center;
border-radius: 0 0 0 12px;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-name {
margin: 0;
padding: 15px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
width: auto;
font-size: 18px;
font-weight: 700;
margin-bottom: 5px;
align-items: start;
width: 100%;
}
@media (min-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-name {
border-right: 1px solid #eee;
}
}
@media (max-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-name {
border-top: 1px solid #eee;
}
}
@media (min-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-name {
width: 20%;
}
}
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-name p {
font-size: 14px;
color: gray;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-route {
margin: 0;
padding: 15px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
width: auto;
align-items: start;
gap: 20px;
width: 100%;
}
@media (min-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-route {
border-right: 1px solid #eee;
}
}
@media (max-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-route {
border-top: 1px solid #eee;
}
}
@media (min-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-route {
width: 25%;
}
}
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-route h6:nth-child(1) i {
color: #28a745;
padding-right: 10px;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-route h6:nth-child(2) i {
color: #dc3545;
padding-right: 10px;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-route h6:nth-child(3) i {
padding-right: 10px;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-bus-route .time {
color: gray;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-info {
margin: 0;
padding: 15px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
width: auto;
width: 33%;
}
@media (min-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-info {
border-right: 1px solid #eee;
}
}
@media (max-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-info {
border-top: 1px solid #eee;
}
}
@media (min-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-info {
width: 10%;
}
}
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-info .ac {
background-color: #e0f7fa;
color: #0097a7;
padding: 2px 6px;
border-radius: 5px;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-info .none-ac {
background-color: #fff8e1;
color: #ffa000;
padding: 2px 6px;
border-radius: 5px;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-info .seats-available {
color: #28a745;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-info .seats-price {
color: var(--wbtm_color_theme);
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-book {
margin: 0;
padding: 15px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
width: auto;
border-right: 0;
width: 100%;
}
@media (min-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-book {
border-right: 1px solid #eee;
}
}
@media (max-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-book {
border-top: 1px solid #eee;
}
}
@media (min-width: 800px) {
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-book {
width: 14%;
border-right: 0;
}
}
.wbtm_search_result  .wbtm-bus-list .wbtm-seat-book button {
width: 100%;
}
.wbtm_search_result .wbtm-bus-lists .lists-title {
background: linear-gradient(105deg, #dddddd, #d8d8d8);
color: var(--wbtm_color_theme);
padding: 10px 0;
border-radius: 12px;
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
margin: 30px 0;
text-align: center;
}
.wbtm_search_result .wbtm-bus-lists .wbtm_registration_area {
padding: 20px;
border: 1px solid #d0d0d0;
margin-bottom: 20px;
}
.wbtm_style .themeButton,
.wbtm_style [class*=_themeButton] {
background-color: var(--wbtm_color_theme);
color: var(--wbtm_color_theme_alter);
padding: var(--wbtm_dmp_xs) var(--wbtm_dmp);
border: 1px solid var(--wbtm-primary);
}
.wbtm_style .themeButton span,
.wbtm_style [class*=_themeButton] span {
color: var(--wbtm_color_theme_alter);
}
.wbtm_style .themeButton:hover,
.wbtm_style [class*=_themeButton]:hover {
background-color: var(--wbtm_color_theme);
color: var(--wbtm_color_theme_alter);
border-color: var(--wbtm_color_theme);
}
.wbtm_style .themeButton:hover span,
.wbtm_style [class*=_themeButton]:hover span {
color: var(--wbtm_color_theme_alter);
} @media only screen and (min-width: 10px) {
#ui-datepicker-div {
width: 342px;
border-color: var(--wbtm_color_theme);
padding: 0;
background-color: #FFF;
}
#ui-datepicker-div .ui-datepicker-header {
background-color: var(--wbtm_color_theme);
background-image: none;
border-color: var(--wbtm_color_theme);
padding: var(--wbtm_dmp_xs);
color: var(--wbtm_color_theme_alter);
border-radius: 0;
display: -webkit-flex;
display: flex;
-webkit-justify-content: center;
justify-content: center;
font-size: var(--wbtm_fs_h6);
}
#ui-datepicker-div .ui-datepicker-header .ui-icon {
display: none;
}
#ui-datepicker-div .ui-datepicker-prev {
top: var(--wbtm_dmp_xs);
left: 5px;
height: 30px;
width: 30px;
}
#ui-datepicker-div .ui-datepicker-next {
top: var(--wbtm_dmp_xs);
right: 5px;
height: 30px;
width: 30px;
}
#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-prev:focus,
#ui-datepicker-div .ui-datepicker-next:focus,
#ui-datepicker-div .ui-datepicker-next:hover {
box-shadow: 0 0 0 2px #FFF, 0 0 2px 1px #FFF;
outline: 1px solid transparent;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev::before,
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-next::before {
position: absolute;
content: ">";
color: #FFF;
left: 10px;
font-size: var(--wbtm_fs_h3);
top: 5px;
font-weight: bold;
line-height: 1;
}
#ui-datepicker-div .ui-datepicker-header a.ui-datepicker-prev::before {
content: "<";
}
#ui-datepicker-div .ui-datepicker-header .ui-state-hover {
background-color: var(--wbtm_color_theme);
background-image: none;
border-color: var(--wbtm_color_theme);
}
#ui-datepicker-div .ui-state-default {
background-color: transparent;
background-image: none;
border: none;
border-radius: 50%;
width: 35px;
height: 35px;
color: var(--wbtm_color_theme);
font-weight: bold;
padding: 0;
display: -webkit-flex;
display: flex;
-webkit-align-items: center;
align-items: center;
-webkit-justify-content: center;
justify-content: center;
}
#ui-datepicker-div a.ui-state-default:hover {
background-color: var(--wbtm_color_theme);
color: var(--wbtm_color_theme_alter);
}
#ui-datepicker-div .ui-state-active {
background-color: var(--wbtm_color_theme);
color: var(--wbtm_color_theme_alter);
background-image: none;
}
#ui-datepicker-div .ui-datepicker-title {
background-color: var(--wbtm_color_theme);
color: var(--wbtm_color_theme_alter);
background-image: none;
font-size: var(--wbtm_fs_h5);
display: -webkit-flex;
display: flex;
margin: 0;
}
#ui-datepicker-div .ui-datepicker-title select {
min-width: 100px;
height: 30px;
font-size: var(--wbtm_fs);
padding: 0 var(--wbtm_dmp_xs);
text-align: left;
}
#ui-datepicker-div.ui-datepicker td {
background-color: floralwhite;
border: 1px dotted #000;
padding: 4px 6px;
}
}
div[class*=wbtm_loader] {
background: rgba(0, 0, 0, 0.2);
color: var(--wbtm_color_theme);
}
div[class*=wbtm_loader] span{width:initial !important;margin: 0 !important;}
div[class*=wbtm_loader].border_spin_loader span {
border-top: 5px solid var(--wbtm_color_theme_alter);
border-right: 5px solid var(--wbtm_color_theme);
border-bottom: 5px solid var(--wbtm_color_theme_alter);
border-left: 5px solid var(--wbtm_color_theme);
width: 60px;
height: 60px;
-webkit-animation: spin 1000ms linear infinite;
animation: spin 1000ms linear infinite;
}
div[class*=simpleSpinner] {
padding: var(--wbtm_dmp);
color: var(--wbtm_color_theme);
} div.wbtm_style .textTheme,
div.wbtm_style [class*=_textTheme] {
color: var(--wbtm_color_theme);
}
div.wbtm_style .bgTheme,
div.wbtm_style [class*=_bgTheme] {
background-color: var(--wbtm_color_theme);
color: var(--wbtm_color_theme_alter);
}
div.wbtm_style [class*=_bTheme],
.bTheme {
border: 1px solid var(--wbtm_color_theme);
}
.pickup-point,
.drop-off-point {
margin-left: 8px;
border-left: 1px solid;
flex-direction: column;
}
.pickup-point .point,
.drop-off-point .point {
margin-left: -0.57em;
padding: 15px 0;
}
.pickup-point .point:first-child,
.drop-off-point .point:first-child {
padding-top: 21px;
}
.pickup-point .point:last-child,
.drop-off-point .point:last-child {
padding-bottom: 0;
line-height: 0;
margin-bottom: 24px;
}
.wbtm_selected_seat_details table thead th {
font-size: 16px;
color: #666;
}
.wbtm_selected_seat_details table tbody tr {
border-bottom: 1px solid #d8d8d8;
}
table.wbtm_totals tbody tr h5 {
font-size: 16px;
color: #333;
}
div.wbtm_selected_seat_details table tbody tr td {
border-bottom: 1px solid #d8d8d8;
}
.wbtm_ex_service_area table thead th {
font-size: 16px;
color: #666;
}
.wbtm_ex_service_area table tbody tr:nth-child(2n+1) {
background: none;
}
.wbtm_ex_service_area table tr:nth-child(2n) {
background: none;
}
.wbtm-seat-book.hide {
display: none;
} .wbtm_seat_rotated_90 .mp_seat .seat_visual {
transform: rotate(90deg);
transform-origin: center;
}
.wbtm_seat_rotated_180 .mp_seat .seat_visual {
transform: rotate(180deg);
transform-origin: center;
}
.wbtm_seat_rotated_270 .mp_seat .seat_visual {
transform: rotate(270deg);
transform-origin: center;
} .wbtm_seat_rotated_90 .mp_seat .seat_number,
.wbtm_seat_rotated_180 .mp_seat .seat_number,
.wbtm_seat_rotated_270 .mp_seat .seat_number {
transform: none !important;
writing-mode: horizontal-tb !important;
text-orientation: mixed !important;
rotate: none !important;
transform-origin: initial !important;
} .mp_seat_item .seat_number {
transform: none !important;
writing-mode: horizontal-tb !important;
text-orientation: mixed !important;
rotate: none !important;
transform-origin: initial !important;
position: relative !important;
z-index: 999 !important;
} .wbtm_seat_plan_area .mp_seat_item {
position: relative;
display: flex;
justify-content: center;
align-items: center;
min-height: 40px;
}
.wbtm_seat_plan_area .mp_seat_item .mp_seat {
transition: transform 0.3s ease;
display: flex;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
position: relative;
flex-direction: column;
background-color: transparent;
border: none;
} .seat_visual {
width: 100%;
height: 100%;
background-color: inherit;
border: inherit;
border-radius: inherit;
position: absolute;
top: 0;
left: 0;
z-index: 1;
transition: transform 0.3s ease;
} .mp_seat .seat_visual {
background-color: inherit;
border: inherit;
border-radius: inherit;
cursor: inherit;
} .seat_available .seat_visual {
background-color: var(--wbtm_color_theme_alter);
cursor: pointer;
}
.seat_selected.seat_available .seat_visual {
background-color: var(--wbtm_color_theme);
}
.seat_booked .seat_visual {
cursor: not-allowed;
background-color: var(--wbtm_color_warning);
}
.seat_in_cart .seat_visual {
cursor: not-allowed;
background-color: var(--wbtm_color_light_3);
} .mp_seat.seat_available {
background-color: transparent !important;
border: none !important;
}
.mp_seat.seat_booked {
background-color: transparent !important;
border: none !important;
}
.mp_seat.seat_in_cart {
background-color: transparent !important;
border: none !important;
} .seat_visual {
border: 1px solid var(--wbtm_color_border) !important;
}
.seat_number {
position: relative;
z-index: 2;
font-weight: bold;
color: inherit;
text-align: center;
line-height: 1;
pointer-events: none;
transform: none !important;
writing-mode: horizontal-tb !important;
text-orientation: mixed !important;
} .wbtm_seat_plan_area table th,
.wbtm_seat_plan_area table td {
min-height: 60px !important;
text-align: center !important;
height: 60px !important;
width: 60px !important;
background-color: var(--wbtm_color_theme_alter) !important;
padding: 5px !important;
min-width: 60px !important;
} .wbtm_seat_plan_upper { }
.wbtm_seat_plan_upper table {
margin: 0 auto !important;
}
.wbtm_seat_plan_upper table tr {
background-color: var(--wbtm_color_theme_alter) !important;
}
.wbtm_seat_plan_upper table th,
.wbtm_seat_plan_upper table td {
min-height: 60px !important;
text-align: center !important;
height: 60px !important;
width: 60px !important;
background-color: var(--wbtm_color_theme_alter) !important;
padding: 5px !important;
min-width: 60px !important;
}
.wbtm_seat_plan_upper table thead th {
height: auto !important;
} div.wbtm_bus_list_area div.wbtm_seat_plan_area table th,
div.wbtm_bus_list_area div.wbtm_seat_plan_area table td,
div.wbtm_bus_list_area div.wbtm_seat_plan_upper table th,
div.wbtm_bus_list_area div.wbtm_seat_plan_upper table td {
min-height: 60px !important;
text-align: center !important;
height: 60px !important;
width: 60px !important;
background-color: var(--wbtm_color_theme_alter) !important;
padding: 5px !important;
min-width: 60px !important;
} .wbtm_seat_plan_area .mp_seat_item,
.wbtm_seat_plan_upper .mp_seat_item {
position: relative;
width: 100%;
height: 100%;
} .wbtm_seat_plan_area .mp_seat,
.wbtm_seat_plan_upper .mp_seat {
border: 1px solid var(--wbtm_color_border);
width: 100%;
height: 100%;
border-radius: 15px 15px 0 0;
border-bottom: 5px solid var(--wbtm_color_light);
display: flex;
align-items: center;
justify-content: center;
} div.wbtm_bus_list_area div.wbtm_seat_plan_area div.mp_seat,
div.wbtm_bus_list_area div.wbtm_seat_plan_upper div.mp_seat {
border: none !important;
background-color: transparent !important;
width: 100% !important;
height: 100% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
} div.wbtm_bus_list_area div.wbtm_seat_plan_area div.mp_seat .seat_visual,
div.wbtm_bus_list_area div.wbtm_seat_plan_upper div.mp_seat .seat_visual {
border: 1px solid var(--wbtm_color_border) !important;
border-radius: 15px 15px 0 0 !important;
border-bottom: 5px solid var(--wbtm_color_light) !important;
} .wbtm_seat_plan_upper div.mp_seat_item {
position: relative !important;
width: 100% !important;
height: 100% !important;
}
.wbtm_seat_plan_upper div.mp_seat {
border: 1px solid var(--wbtm_color_border) !important;
width: 100% !important;
height: 100% !important;
border-radius: 15px 15px 0 0 !important;
border-bottom: 5px solid var(--wbtm_color_light) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
} div.wbtm_bus_list_area div.wbtm_seat_plan_upper table {
margin: 0 auto !important;
}
div.wbtm_bus_list_area div.wbtm_seat_plan_upper table tr {
background-color: var(--wbtm_color_theme_alter) !important;
}
div.wbtm_bus_list_area div.wbtm_seat_plan_upper table th,
div.wbtm_bus_list_area div.wbtm_seat_plan_upper table td {
min-height: 60px !important;
text-align: center !important;
height: 60px !important;
width: 60px !important;
background-color: var(--wbtm_color_theme_alter) !important;
padding: 5px !important;
min-width: 60px !important;
}
div.wbtm_bus_list_area div.wbtm_seat_plan_upper table thead th {
height: auto !important;
}
div.wbtm_bus_list_area div.wbtm_seat_plan_upper div.mp_seat_item {
position: relative !important;
width: 100% !important;
height: 100% !important;
}
div.wbtm_bus_list_area div.wbtm_seat_plan_upper div.mp_seat {
border: none !important;
background-color: transparent !important;
width: 100% !important;
height: 100% !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
} div.wbtm_bus_list_area div.wbtm_seat_plan_upper div.seat_available {
background-color: transparent !important;
cursor: pointer !important;
color: var(--wbtm_d_color) !important;
}
div.wbtm_bus_list_area div.wbtm_seat_plan_upper div.seat_booked {
cursor: not-allowed !important;
background-color: transparent !important;
color: var(--wbtm_color_theme_alter) !important;
}
div.wbtm_bus_list_area div.wbtm_seat_plan_upper div.seat_in_cart {
cursor: not-allowed !important;
background-color: transparent !important;
color: var(--wbtm_color_theme_alter) !important;
} div.wbtm_bus_list_area div.wbtm_seat_plan_upper div.seat_available .seat_visual {
background-color: var(--wbtm_color_theme_alter) !important;
}
div.wbtm_bus_list_area div.wbtm_seat_plan_upper div.seat_booked .seat_visual {
background-color: var(--wbtm_color_warning) !important;
}
div.wbtm_bus_list_area div.wbtm_seat_plan_upper div.seat_in_cart .seat_visual {
background-color: var(--wbtm_color_light_3) !important;
} .wbtm_seat_plan_upper * {
box-sizing: border-box !important;
}
.wbtm_seat_plan_upper table {
table-layout: fixed !important;
margin: 0 auto !important;
}
.wbtm_seat_plan_upper table th,
.wbtm_seat_plan_upper table td {
width: 60px !important;
height: 60px !important;
min-width: 60px !important;
min-height: 60px !important;
max-width: 60px !important;
max-height: 60px !important;
padding:0 35px !important;
margin: 0 !important;
border: none !important;
background-color: var(--wbtm_color_theme_alter) !important;
text-align: center !important;
vertical-align: middle !important;
box-sizing: border-box !important;
font-size: 17px !important;
}
.wbtm_seat_plan_upper .mp_seat_item {
width: 60px !important;
height: 50px !important;
min-width: 60px !important;
min-height: 50px !important;
max-width: 60px !important;
max-height: 50px !important;
position: relative !important;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box !important;
}
.wbtm_seat_plan_upper .mp_seat {
width: 60px !important;
height: 50px !important;
min-width: 60px !important;
min-height: 50px !important;
max-width: 60px !important;
max-height: 50px !important;
border: 1px solid var(--wbtm_color_border) !important;
border-radius: 15px 15px 0 0 !important;
border-bottom: 5px solid var(--wbtm_color_light) !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
margin: 0 !important;
padding: 0 !important;
box-sizing: border-box !important;
font-size: 16px !important;
line-height: 1 !important;
} .wbtm_seat_plan_upper {
font-size: inherit !important;
}
.wbtm_seat_plan_upper * {
font-size: inherit !important;
} .wbtm_seat_plan_upper table th,
.wbtm_seat_plan_upper table td {
font-size: 12px !important;
line-height: 1 !important;
} .wbtm_seat_plan_area .mp_seat_item,
.wbtm_seat_plan_upper .mp_seat_item,
.wbtm_cabin_seat_plan .mp_seat_item {
position: relative !important;
overflow: visible !important;
z-index: 1 !important;
} .wbtm_seat_plan_area .mp_seat_item:hover,
.wbtm_seat_plan_upper .mp_seat_item:hover,
.wbtm_cabin_seat_plan .mp_seat_item:hover {
z-index: 9999 !important;
}
.wbtm_seat_plan_area .mp_seat_item .wbtm_seat_item_list,
.wbtm_seat_plan_upper .mp_seat_item .wbtm_seat_item_list,
.wbtm_cabin_seat_plan .mp_seat_item .wbtm_seat_item_list {
position: absolute !important;
left: 0 !important;
top: 100% !important;
min-width: 150px !important;
width: 100% !important;
display: none !important;
z-index: 99999 !important;
margin: 0 !important;
padding: 0 !important;
list-style-type: none !important;
background-color: var(--wbtm_color_light) !important;
border: 1px solid var(--wbtm_color_theme) !important;
border-radius: var(--wbtm_dbr) !important;
box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
}
.wbtm_seat_plan_area .mp_seat_item:hover .wbtm_seat_item_list,
.wbtm_seat_plan_upper .mp_seat_item:hover .wbtm_seat_item_list,
.wbtm_cabin_seat_plan .mp_seat_item:hover .wbtm_seat_item_list {
display: block !important;
}
.wbtm_seat_plan_area .mp_seat_item .wbtm_seat_item_list::before,
.wbtm_seat_plan_upper .mp_seat_item .wbtm_seat_item_list::before,
.wbtm_cabin_seat_plan .mp_seat_item .wbtm_seat_item_list::before {
position: absolute !important;
content: "" !important;
width: 20px !important;
height: 20px !important;
left: 15px !important;
top: -20px !important;
border: 10px solid transparent !important;
border-bottom-color: var(--wbtm_color_theme) !important;
z-index: 99998 !important;
}
.wbtm_seat_plan_area .mp_seat_item .wbtm_seat_item_list li,
.wbtm_seat_plan_upper .mp_seat_item .wbtm_seat_item_list li,
.wbtm_cabin_seat_plan .mp_seat_item .wbtm_seat_item_list li {
cursor: pointer !important;
padding: 5px var(--wbtm_dmp_xs) !important;
background-color: var(--wbtm_color_light) !important;
border-bottom: 1px solid #eee !important;
position: relative !important;
z-index: 99999 !important;
}
.wbtm_seat_plan_area .mp_seat_item .wbtm_seat_item_list li:last-child,
.wbtm_seat_plan_upper .mp_seat_item .wbtm_seat_item_list li:last-child,
.wbtm_cabin_seat_plan .mp_seat_item .wbtm_seat_item_list li:last-child {
border-bottom: none !important;
}
.wbtm_seat_plan_area .mp_seat_item .wbtm_seat_item_list li:hover,
.wbtm_seat_plan_upper .mp_seat_item .wbtm_seat_item_list li:hover,
.wbtm_cabin_seat_plan .mp_seat_item .wbtm_seat_item_list li:hover {
background-color: var(--wbtm_color_theme) !important;
color: var(--wbtm_color_theme_alter) !important;
} .wbtm_seat_plan_area table tr th:nth-last-child(2) .wbtm_seat_item_list,
.wbtm_seat_plan_area table tr th:last-child .wbtm_seat_item_list,
.wbtm_seat_plan_upper table tr th:nth-last-child(2) .wbtm_seat_item_list,
.wbtm_seat_plan_upper table tr th:last-child .wbtm_seat_item_list,
.wbtm_cabin_seat_plan table tr th:nth-last-child(2) .wbtm_seat_item_list,
.wbtm_cabin_seat_plan table tr th:last-child .wbtm_seat_item_list {
right: 0 !important;
left: inherit !important;
}
.wbtm_seat_plan_area table tr th:nth-last-child(2) .wbtm_seat_item_list::before,
.wbtm_seat_plan_area table tr th:last-child .wbtm_seat_item_list::before,
.wbtm_seat_plan_upper table tr th:nth-last-child(2) .wbtm_seat_item_list::before,
.wbtm_seat_plan_upper table tr th:last-child .wbtm_seat_item_list::before,
.wbtm_cabin_seat_plan table tr th:nth-last-child(2) .wbtm_seat_item_list::before,
.wbtm_cabin_seat_plan table tr th:last-child .wbtm_seat_item_list::before {
left: inherit !important;
right: 15px !important;
} .wbtm_seat_plan_area table tr:nth-last-child(2) th .wbtm_seat_item_list,
.wbtm_seat_plan_area table tr:last-child th .wbtm_seat_item_list,
.wbtm_seat_plan_upper table tr:nth-last-child(2) th .wbtm_seat_item_list,
.wbtm_seat_plan_upper table tr:last-child th .wbtm_seat_item_list,
.wbtm_cabin_seat_plan table tr:nth-last-child(2) th .wbtm_seat_item_list,
.wbtm_cabin_seat_plan table tr:last-child th .wbtm_seat_item_list {
top: calc(-100% - 23px) !important;
}
.wbtm_seat_plan_area table tr:nth-last-child(2) th .wbtm_seat_item_list::before,
.wbtm_seat_plan_area table tr:last-child th .wbtm_seat_item_list::before,
.wbtm_seat_plan_upper table tr:nth-last-child(2) th .wbtm_seat_item_list::before,
.wbtm_seat_plan_upper table tr:last-child th .wbtm_seat_item_list::before,
.wbtm_cabin_seat_plan table tr:nth-last-child(2) th .wbtm_seat_item_list::before,
.wbtm_cabin_seat_plan table tr:last-child th .wbtm_seat_item_list::before {
top: 100% !important;
border-top-color: var(--wbtm_color_theme) !important;
border-bottom-color: transparent !important;
} .wbtm_seat_plan_area,
.wbtm_seat_plan_upper,
.wbtm_cabin_seat_plan {
overflow: visible !important;
position: relative !important;
}
.wbtm_seat_plan_area .ovAuto,
.wbtm_seat_plan_upper .ovAuto,
.wbtm_cabin_seat_plan .ovAuto {
overflow: visible !important;
} @media only screen and (max-width: 768px) {
.wbtm_seat_rotated_90 .mp_seat .seat_number,
.wbtm_seat_rotated_270 .mp_seat .seat_number {
font-size: 0.9em;
}
.wbtm_seat_rotated_180 .mp_seat .seat_number {
font-size: 0.95em;
}
} .wbtm_cabin_section {
margin-bottom: 15px;
border: 2px solid var(--wbtm_color_border);
border-radius: 8px;
background-color: var(--wbtm_color_light);
overflow: hidden;
}
.wbtm_cabin_section:last-child {
margin-bottom: 0;
} .wbtm_cabin_section.collapsed {
margin-bottom: 10px;
}
.wbtm_cabin_header {
background-color: var(--wbtm_color_theme);
color: white;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
user-select: none;
}
.wbtm_cabin_toggle {
display: flex;
justify-content: space-between;
align-items: center;
width: 100%;
}
.wbtm_cabin_title_container {
display: flex;
align-items: center;
gap: 15px;
}
.wbtm_cabin_toggle_icon {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
}
.wbtm_toggle_arrow {
font-size: 16px;
font-weight: bold;
transition: transform 0.3s ease;
display: inline-block;
}
.wbtm_cabin_title_container .wbtm_cabin_title {
margin: 0;
font-size: 18px;
font-weight: 600;
}
.wbtm_cabin_price_info {
display: flex;
align-items: center;
}
.wbtm_price_multiplier {
background-color: rgba(255, 255, 255, 0.2);
color: white;
padding: 4px 8px;
border-radius: 12px;
font-size: 12px;
font-weight: 500;
}
.wbtm_price_discount {
background-color: rgba(76, 175, 80, 0.8);
color: white;
padding: 4px 8px;
border-radius: 12px;
font-size: 12px;
font-weight: 500;
}
.wbtm_cabin_seat_plan {
padding: 20px;
background-color: white;
}
.wbtm_cabin_seat_plan table {
margin: 0 auto;
border-collapse: separate;
border-spacing: 8px;
}
.wbtm_cabin_seat_plan .mp_seat_item {
position: relative;
}
.wbtm_cabin_direction {
text-align: center;
color: var(--wbtm_color_theme);
font-weight: 500;
margin-bottom: 10px;
}
.wbtm_cabin_separator {
height: 2px;
background: linear-gradient(90deg, transparent 0%, var(--wbtm_color_border) 50%, transparent 100%);
margin: 20px 0;
}
.wbtm_cabin_seat_plan .seat_available {
cursor: pointer;
transition: all 0.3s ease;
}
.wbtm_cabin_seat_plan .seat_available:hover {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.wbtm_cabin_seat_plan .seat_booked,
.wbtm_cabin_seat_plan .seat_in_cart {
opacity: 0.7;
}
.wbtm_search_input_fields_holder{
display: flex;
width: 100%;
gap: 5px;
}
.wbtm_input_start_end_location{
position: relative;
display: flex;
align-items: center;
}
.wbtm_start_point,
.wbtm_dropping_point{
width: 50%;
}
.wbtm_search_location_toggle{
position: absolute ;
margin: 9px -4px;
top: 60%;
left: 50%;
transform: translate(-50%,-50%);
z-index: 2;
padding: 5px 7px;
width:30px;
height: 30px;
background-color: #ddd;
border-radius: 50%;
border: 1px solid #bbb;
cursor: pointer;
box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
}
.wbtm_search_location_toggle:hover{
background: var(--wbtm_color_theme);
border: 1px solid rgba(50, 50, 50, 0.3);
}
.wbtm_search_location_toggle:hover i{
color: #fff;
}
.wbtm_search_location_toggle i{
font-size: 15px;
line-height: 0;
transition: transform 0.35s ease;
color: var(--wbtm_color_theme);
}
.wbtm_search_location_toggle.rotate i{
transform: rotate(180deg);
}
.swap-animation{
transition: all .3s ease-in-out;
transform: translateY(6px);
opacity: 0.6;
}
.wbtm_input_fields_holder{
display: flex;
width: calc( 100% - 140px );
}
.wtbm_bus_search_button_holder{
display: flex;
justify-content: center;
}
.wbtm_input_start_end_location,
.wbtm_input_start_end_date{
display: flex;
width: 50%;
position: relative;
} @media only screen and (max-width: 960px) {
.wbtm_style {
padding: 5px;
border-radius: 15px;
}
.wbtm_input_fields_holder{
gap:10px;
}
.wbtm_input_fields_holder,
.wbtm_search_input_fields_holder{
flex-direction: column;
}
.wbtm_input_fields_holder,
.wbtm_input_start_end_location,
.wbtm_input_start_end_date,
.wtbm_bus_search_button_holder{
width: 100%;
}
.search_button_holder{
width: 100%;
}
}
@media only screen and (max-width: 768px) {
.wbtm_selected_seat_details table tr th{
font-size: 14px;
}
table.wbtm_totals tbody tr h5{
font-size: 14px;
}
.wbtm_cabin_toggle {
flex-direction: column;
align-items: flex-start;
gap: 10px;
}
.wbtm_cabin_title_container {
flex-direction: column;
align-items: flex-start;
gap: 8px;
}
.wbtm_cabin_title_container .wbtm_cabin_title {
font-size: 16px;
}
.wbtm_cabin_toggle_icon {
align-self: flex-end;
}
.wbtm_cabin_seat_plan {
padding: 15px;
}
.wbtm_cabin_seat_plan table {
border-spacing: 6px;
}
}