.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: 30px;
}
.wbtm_style .wbtm_search_area .inputList {
margin: 0 10px 5px 0;
}
.wbtm_style .wbtm_search_area .inputList:last-child {
margin-right: 0;
}
.wbtm_style .wbtm_search_area .marker, .wbtm_style .wbtm_search_area .calendar {
position: relative;
}
.wbtm_style .wbtm_search_area .marker i, .wbtm_style .wbtm_search_area .calendar i {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 10px;
color: #999;
}
.wbtm_style .wbtm_search_area .marker input, .wbtm_style .wbtm_search_area .calendar input {
padding-left: 30px;
font-size: 16px;
}
.wbtm_style .wbtm_search_result .wbtm-date-suggetion {
margin-bottom: 20px;
}
.wbtm_style .wbtm_search_result .wbtm-date-suggetion .wbtm_next_date {
margin-right: 5px;
padding: 12px;
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: 16px;
}
.wbtm_style .wbtm_search_result .wbtm-date-suggetion .wbtm_next_date:last-child {
margin-right: 0;
}
.wbtm_style .wbtm_search_result .wbtm-date-suggetion .wbtm_next_date:hover {
color: var(--wbtm_color_theme);
border: 1px solid var(--wbtm_color_theme);
}
.wbtm_style .wbtm_search_result .wbtm-date-suggetion .wbtm_next_date.active {
background-color: var(--wbtm_color_theme);
color: #fff;
}
.wbtm_style .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_style .wbtm_search_result .wbtm-bus-lists .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_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list {
flex-direction: row;
flex-wrap: nowrap;
border: 0;
}
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list:hover {
transform: translateY(-3px);
box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-image {
background-color: #f0f2f5;
border-radius: 0 0 0 12px;
width: 100%;
height: 250px;
}
@media (min-width: 800px) {
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-image {
width: 15%;
height: 130px;
}
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-image .bg_image_area {
width: 100%;
height: 100%;
border-radius: 0 0 0 12px;
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .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_style .wbtm_search_result .wbtm-bus-lists .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_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-name {
border-right: 1px solid #eee;
}
}
@media (max-width: 800px) {
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-name {
border-top: 1px solid #eee;
}
}
@media (min-width: 800px) {
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-name {
width: 20%;
}
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-name p {
font-size: 14px;
color: gray;
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .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_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-route {
border-right: 1px solid #eee;
}
}
@media (max-width: 800px) {
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-route {
border-top: 1px solid #eee;
}
}
@media (min-width: 800px) {
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-route {
width: 25%;
}
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-route h6:nth-child(1) i {
color: #28a745;
padding-right: 10px;
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-route h6:nth-child(2) i {
color: #dc3545;
padding-right: 10px;
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-route h6:nth-child(3) i {
padding-right: 10px;
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-bus-route .time {
color: gray;
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .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_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-seat-info {
border-right: 1px solid #eee;
}
}
@media (max-width: 800px) {
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-seat-info {
border-top: 1px solid #eee;
}
}
@media (min-width: 800px) {
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-seat-info {
width: 10%;
}
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-seat-info .ac {
background-color: #e0f7fa;
color: #0097a7;
padding: 2px 6px;
border-radius: 5px;
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-seat-info .none-ac {
background-color: #fff8e1;
color: #ffa000;
padding: 2px 6px;
border-radius: 5px;
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-seat-info .seats-available {
color: #28a745;
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-seat-info .seats-price {
color: var(--wbtm_color_theme);
font-size: 16px;
font-weight: bold;
margin-bottom: 10px;
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .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_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-seat-book {
border-right: 1px solid #eee;
}
}
@media (max-width: 800px) {
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-seat-book {
border-top: 1px solid #eee;
}
}
@media (min-width: 800px) {
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-seat-book {
width: 14%;
border-right: 0;
}
}
.wbtm_style .wbtm_search_result .wbtm-bus-lists .wbtm-bus-list .wbtm-seat-book button {
width: 100%;
}
.wbtm_style .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_style .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].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 {
transform: rotate(90deg);
transform-origin: center;
}
.wbtm_seat_rotated_180 .mp_seat {
transform: rotate(180deg);
transform-origin: center;
}
.wbtm_seat_rotated_270 .mp_seat {
transform: rotate(270deg);
transform-origin: center;
} .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%;
} .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: 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;
} .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: 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 div.seat_available {
background-color: var(--wbtm_color_theme_alter) !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: var(--wbtm_color_warning) !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: var(--wbtm_color_light_3) !important;
color: var(--wbtm_color_theme_alter) !important;
} .wbtm_seat_plan_upper * {
box-sizing: border-box !important;
}
.wbtm_seat_plan_upper table {
table-layout: fixed !important;
width: auto !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: 5px !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;
}
.wbtm_seat_plan_upper .mp_seat_item {
width: 50px !important;
height: 50px !important;
min-width: 50px !important;
min-height: 50px !important;
max-width: 50px !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: 50px !important;
height: 50px !important;
min-width: 50px !important;
min-height: 50px !important;
max-width: 50px !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: 12px !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_upper .mp_seat_item {
position: relative !important;
overflow: visible !important;
}
.wbtm_seat_plan_upper .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;
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_upper .mp_seat_item:hover .wbtm_seat_item_list {
display: block !important;
}
.wbtm_seat_plan_upper .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;
}
.wbtm_seat_plan_upper .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;
}
.wbtm_seat_plan_upper .mp_seat_item .wbtm_seat_item_list li:last-child {
border-bottom: none !important;
}
.wbtm_seat_plan_upper .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_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 {
right: 0 !important;
left: inherit !important;
}
.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 {
left: inherit !important;
right: 15px !important;
} .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 {
top: calc(-100% - 23px) !important;
}
.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 {
top: 100% !important;
border-top-color: var(--wbtm_color_theme) !important;
border-bottom-color: transparent !important;
} .wbtm_seat_plan_upper {
overflow: visible !important;
position: relative !important;
}
.wbtm_seat_plan_upper .ovAuto {
overflow: visible !important;
} @media only screen and (max-width: 768px) {
.wbtm_seat_rotated_90 .mp_seat,
.wbtm_seat_rotated_270 .mp_seat {
font-size: 0.9em;
}
.wbtm_seat_rotated_180 .mp_seat {
font-size: 0.95em;
}
}