
.wbtm-date-route_title{
    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-title {

    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_search_route_container {
    display: flex;
    align-items: center;
    background-color: #e8f0fe; /* Light blue background */
    border-radius: 4px; /* Optional: adds slight rounding */

    width: 100%;
    font-family: Arial, sans-serif;
    border: 1px solid #c5dafd;
}

.wbtm_search_route_return_date {
    background-color: #dae7ff;
    padding:10px;
    text-align: left;
    height: 100%;
    min-width: 120px;
}


.wbtm_selected_bus_payment{
    display: flex;
    flex-direction: column;
}

.wbtm_seleced_start_bus{
    margin: 15px 0;
}

.wtbm_icon_margin{
    margin: unset !important;
    margin-left: 5px !important;

}

.wbtm_search_route_label {
    color: var(--wbtm_color_theme);
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 3px;
}

.wbtm_search_route_date {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

.wbtm_search_route_day {
    font-size: 14px;
    color: #5f6368;
}

.wbtm_search_route_cities_wrapper {
    display: flex;
    flex-grow: 1;
    align-items: center;
    padding:10px;
}

.wbtm_search_route_city_section {
    padding:10px;
    width: 33%;
}
.wbtm_search_route_icon_wrapper span.wbtm_search_route_bus_icon img{
    width: 80px;
    height: auto;
}
.wbtm_search_route_icon_wrapper {
    width: 30%;
}

.wbtm_search_route_city_section_right {
    border-left: 1px solid #c5dafd;
    padding:10px;
    width: 30%;
}

.wbtm_search_route_city {
    font-size: 18px;
    font-weight: 700;
    color: #000;
    line-height: 1.2;
}

.wbtm_search_route_airport_code {
    font-size: 14px;
    color: #5f6368;
}


.wbtm_search_route_dropdown_icon {
    font-size: 30px;
    color: #4285f4;
    cursor: pointer;
    line-height: 1;
}

.wbtm_return_bus_lists_holder  .wbtm_search_route_cities_wrapper .wbtm_search_route_icon_wrapper img{
   transform: scaleX(-1);
}