/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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:		1.0.0
Text Domain:	hello-elementor-child
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
*/

.batches-search-form .error {
    display: none;
}

.batches-search-form select,
.batches-search-form input {
    background-color: #ffffff;
    border-color: var( --e-global-color-primary );
  	color: var( --e-global-color-primary );
    border-radius: 50px 50px 50px 50px;
  	display: block;
  	margin-bottom: 15px;
  	font-weight: 600;
}

.batches-search-form button[type="submit"] {
    background-color: var( --e-global-color-primary );
    color: var( --e-global-color-2a4d528 );
    border-color: var( --e-global-color-primary );
    font-size: 18px;
    font-weight: 500;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-radius: 50px 50px 50px 50px;
  	padding: 0 24px;
  	min-height: 40px;
}

.batches-search-form .submit-btn-area {
	display: flex;
  	justify-content: space-between;
  	align-items: center;
}

.batches-search-form .submit-btn-area img {
	display: none;
}

.elementor-post-navigation .elementor-post-navigation__link a {
    gap: 10px;
}