/*
Theme Name:   astra child theme
Description:  Write here a brief description about your child-theme
Author:       admin
Author URL:   https://kaeserservices.com
Template:     astra
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  astra-child
*/

/* Write here your own personal stylesheet */



.bs-alerts{
    position: fixed;
    top: 10px;
    right: 20px;  
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    z-index: 999;
}
@keyframes shake { 
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }
    
    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }
    
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
#content{
    min-height:calc(100vh - 121px);
}

#content .container{
    margin-bottom: 0px;
} 
.elementor-element-578b306{
    height: calc(100vh - 121px);
    display: flex;
    align-items: center;
}

.elementor-element-578b306 .elementor-widget-wrap{
    display: flex;
    align-items:center;
}

#user-registration #username{padding-left:15px !important;}
#search_form input{
	border-radius: 15px !important;
}
#search_form input[type="text"]{
	padding:10px 90px 10px 22rem !important
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
	appearance: none;
	-webkit-appearance: none;
	margin: 0;
}
/* Remove up down arrow of input[type="number"] in mozilla */
input[type="number"]{
	-moz-appearance: textfield;
}
#search_form input[type="submit"], 
#search_form button {
	padding-left:30px !important;
	padding-right:30px !important;
	top: 0px;
    right: 0px;
    height: 100%;
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}
#search_form > .form-group > select{
	position: absolute;
	border-bottom-left-radius: 12px !important;
	border-top-left-radius: 12px !important;
	background: #0170B9;
	color: #ffffff;
	opacity: 0.8;
	height: 100%;
 }
.add-customer-button, .create-bom-button{
	position: fixed;
    right: 74px;
    bottom: 54px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ffffff;
    border-radius: 50%;
	background: #0170B9 !important;
	box-shadow: 0px 0px 8px 1px #ffffff,0px 0px 8px 1px #017b09;
/* 	transition: background 0.5s ease-in-out; */
}
.add-customer-button a i{
	color: #ffffff;
}
.add-customer-button:hover{
	cursor:pointer;
	background: #0170B9;
/* 	transition: background 0.5s ease-in; */
}
.add-customer-button:hover a i{
	color: #ffffff;
}
.create-bom-button svg{
	width:30px;
}
.ast-footer-overlay{
	padding-top: 0.66666em;
    padding-bottom: 0.66666em;
}
li.trail-item.trail-end{
	margin-left: 0 !important;
}
/* input[type=text], input[type=number], input[type=email], input[type=date],select.form-control{
	border: 1px solid #cccccc !important;
} */
@media all and (min-width:575px){
	#newInput1.dualInput input:last-child, #newInput2.dualInput input:last-child  {
		border-top-right-radius: 0 !important;
		border-bottom-right-radius: 0 !important;
	}
	#newInput1.dualInput input:first-child, #newInput2.dualInput input:first-child {
		border-top-left-radius: 0 !important;
		border-bottom-left-radius: 0 !important;
	}

}

@media all and (max-width:768px) and (min-width:576px) {
	#newInput1.dualInput, #newInput2.dualInput {
		justify-content: flex-start !important;
		left: 28% !important;
	}
	#newInput1.dualInput input, #newInput2.dualInput input  {
		width: 100%;
		max-width: 160px;
	}

}

@media only screen and (max-width: 575px) {
  	li.trail-item.trail-end{
		margin-left: -12px !important;
	}
	.site-title a{
		font-size: 24px;
	}
	.add-customer-link{
		position: absolute;
		top: -128px;
		z-index: 20;
		right: 25px;
	}
	.elementor-5 .elementor-element.elementor-element-578b306{
		padding:0 !important
	}
	.add-customer-button, .create-bom-button{
		left:10px;
		bottom:43px;
	}
	.add-customer-button a i{font-size:20px;}
	#search_form input[type="text"]{
		padding:10px 90px 10px 10px !important
	}
	#search_form input[type="submit"],#search_form button {
		top: 61px;
		right: 0px;
		height: 40%;
		border-top-left-radius: 12px !important;
		border-bottom-left-radius: 12px !important;}
	#search_form > .form-group > select{
		position:static;
		height: 100%;
		display: block;
		margin-bottom: 20px;
		background:#999999 !important;
		border-radius: 12px !important;
		width:100%;
	}

	#newInput1.dualInput, #newInput2.dualInput {
		left: 0 !important;
		padding-left: 0 !important;
	}
	#search_form input[type="submit"], #search_form button {
		top: 59px;
		height: 44%;
	}
}


@-moz-document url-prefix() {
	input[type="date"]{
	  width:120px;
	  border: none;
	  clip-path: inset(0 17px 0 0);
	  outline:none;
	  outline:0;
	}
}









