.rtl {
    direction: rtl;
}
.rtl .truebooker_form_style a.tba-front-tab-menu--item svg {
    margin-left: 10px;
}
.rtl .tbab_serviceboxhtml .truebooker_service_content_box .tba_price_time_box .tba_price_box svg {
   
    margin-left: 7px;
}
.rtl .tbab_cart-main-heading .tbab_cart-addservice button svg {
    margin-left: 7px;
    overflow: visible;
}
td.tba_bookitem_servicename img {
    margin-left: 10px;
}
.rtl #toplevel_page_truebooker ul.wp-submenu>li>a>svg {
    vertical-align: middle;
    padding-left: 8px;
	width:16px;
}
.rtl .tba_paymentmethod .tba-front-payment-card-wrapper input.tba_payment_select {
    float: left;
    display: block;
    position: relative;
    left: 10px;
    right: auto;
    width: 16px;
    height: 16px;
}
.rtl .td .hover_button {
    display: inline-flex;
    position: relative;
    gap: 15px;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 1px 1px 20px var(--tba-bordercolor);
    opacity: 0;
    cursor: pointer;
    border-radius: 8px;
    align-items: center;
    right: 0;
    left: 30px;
    top: 10px;
    bottom: 10px;
    margin: auto 0;
}
td.hover_button {
    display: inline-flex;
    position: relative;
    gap: 15px;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 1px 1px 20px var(--tba-bordercolor);
    opacity: 0;
    cursor: pointer;
    border-radius: 8px;
    align-items: center;
    left: 30px;
    top: 10px;
    bottom: 10px;
    margin-left: 40px;
}
td.tba_bookitem_buttons {
   display: inline-flex;
    position: absolute;
    gap: 15px;
    background: #fff;
    padding: 10px 15px;
    box-shadow: 1px 1px 20px var(--tba-bordercolor);
    opacity: 0;
    cursor: pointer;
    border-radius: 8px;
    align-items: center;
    left: 30px;
    right: auto;
    top: 10px;
    bottom: 10px;
    margin: auto 0;
}
.rtl .tbab-delivery:before {
    /* left: -30px;  */
	right: auto;
    left: -30px;
}
td.tba_bookitem_buttons span {
	border-right: unset;
	padding-right:0;
    border-left: 1px solid var(--tba-bordercolor);
    padding-left: 20px;
    display: flex;
}
td.hover_button .tba_cart_edit {
	border-right: unset;
    border-left: 1px solid var(--tba-bordercolor);
    padding-left: 15px;
}
.header.tba_account_close {
    right: auto;
    left: 50px;
}
.rtl .truebooker-form , .rtl .truebooker-form input[type=date], .rtl .truebooker-form input[type=datetime-local], .rtl .truebooker-form input[type=datetime], .rtl .truebooker-form input[type=email], .rtl .truebooker-form input[type=month], .rtl .truebooker-form input[type=number], .rtl .truebooker-form input[type=password], .rtl .truebooker-form input[type=search], .rtl .truebooker-form input[type=tel], .rtl .truebooker-form input[type=text], .rtl .truebooker-form input[type=time], .rtl .truebooker-form input[type=url], .rtl .truebooker-form input[type=week], .rtl .truebooker-form textarea, .rtl .truebooker-form select {
    text-align: right;
}
.rtl .truebooker-form select {
    padding-right: 40px;
    padding-left: 15px;
}
.rtl .truebooker-form .tba_select_icon:before {
    right: auto;
    left: 15px;
}
.rtl .truebooker_form_style ul.tba-front-tab-menu {
    margin-right: 0;
    margin-left: 32px;
}
.rtl .truebooker_form_style span.tba-front-tm--item-icon {
    margin-right: 0;
    margin-left: 10px;
}
.rtl .truebooker_form_style .tba-front-ser_card-body-time {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .truebooker_form_style .tba-front-timeslot-wrap {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .truebooker_form_style .tba-front-timeslot-wrap:last-child, .rtl .truebooker_form_style .tba-front-timeslot-wrap:nth-child(3n) {
    margin-left: 0;
    margin-right: 0;
}
.rtl .truebooker_form_style .tba-front-timeslot-wrap:nth-child(3n + 4), .rtl .truebooker_form_style .tba-front-timeslot-wrap:first-child {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .truebooker_form_style .tba-front-timeslot-wrap:last-child {
    margin-left: 0;
}
.rtl .truebooker_form_style .tba_next_prevbtn {
	text-align: left;
}
.rtl .truebooker_form_style2 ul#truebooker_service_category_style2 li input[type="radio"] {
    margin: -2px 10px 0 3px;
}
.rtl .tba-front-style2-card__left {
    margin-right: 0;
    margin-left: 15px;
}
.rtl .truebooker_form_style2 .tba_next_prevbtn {
    float: left;
}
.rtl .truebooker_form_style2 ul.tba-front-tab-menu {
    margin-left: 0;
}
.rtl .tbab_amyaccount_date .tba_datepicker_icon {
    position: absolute;
    top: 12px;
    bottom: 0;
    left: 20px;
    right: auto;
    margin: auto 0;
    text-align: center;
    display: inline-block;
    align-items: center;
}
.rtl .truebooker-form .editaccountcontent input {
	    margin-bottom: 0px;
}
