/* 
Theme Name: Hello Elementor Child RTL
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
body .amelia-v2-booking #amelia-container.am-fs__wrapper .el-form-item__label{
	text-align:right;
}
body .el-input__suffix{
	right:auto;
	left:12px;
}
body .amelia-v2-booking #amelia-container .am-advsc__header>div{
	margin-right:0;
	margin-left:24px;
}
body .amelia-v2-booking #amelia-container .am-advsc__header>div:last-child{
	margin-left:0;
}
body .amelia-v2-booking #amelia-container .am-fs__main-heading-inner .am-heading-prev{
	margin-right:0;
	margin-left:12px;
}
body .am-icon-arrow-left:before {
    content: "\e907";
}
body .am-icon-arrow-right:before {
    content: "\e906";
}
body .amelia-v2-booking #amelia-container .m-phone-number-input__country-flag{
	right:9px;
	left:auto;
}
body .amelia-v2-booking #amelia-container .m-phone-number-input__input .m-input-wrapper-input input[type="tel"]{
	direction:ltr;
}
body .amelia-v2-booking #amelia-container .am-button-group>.am-button:first-child {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
	border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
body .amelia-v2-booking #amelia-container .am-button-group>.am-button:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
	border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}