/* 
Theme Name: Hello Elementor Child
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 */

.search_result_text {
	text-align: center;
	padding: 10px;
	font-size: 20px;
	font-weight: 500;
}

.wrapper {
  max-width: 64rem;
  margin: auto;
}

.wrapper label {
font-weight:bold;
	margin-bottom:10px;
}
form {
	background: #F7F9FB;
	padding: 1rem;
	display: block;
	border: 1px solid #EAEAEA;
}

@media only screen and (min-width: 48rem) {
  form {
    display: flex;
  }
}

input[type="text"] {
  border: none;
  line-height: 3rem;
  padding: 0 1rem;
  width: 100%;
  box-sizing: border-box;
	border: 1px solid #EAEAEA;
}

.btn_search {
  background: #CC0051;
  line-height: 3rem;
  color: #FFF;
  border: none;
  padding: 0 3rem;
  margin-top: 1rem;
  width: 100%;
}

@media only screen and (min-width: 32rem) {
  .btn_search {
    width: auto;
  }
}

@media only screen and (min-width: 48rem) {
  .btn_search {
    margin-left: 1rem;
    margin-top: 0;
  }
}

/*--- challan API Table ---*/
.challan_table tr th {
  text-align: left;
  padding: 8px;
  }
  .notfound {
    text-align: center;
    color: red;
    font-size: 18px;
    padding: 15px;
  }
