.ld-module-search {

	.ld-module-dropdown {
		top: 0;
		right: 0;

		&.in,
		&[aria-expanded=true].collapsing {
			height: 100% !important;
		}
	}
}
.ld-search-form-container {
	height: 100%;
	width: 100vw;
	padding: 0 0;
	border: none;
}
.ld-search-form {
	height: 100%;
	
	input {
		height: 100%;
		border: none;
		padding-left: 15px;
		padding-right: 15px;
		border-bottom: 2px solid #eaeaea;
		border-radius: 0;
		color: inherit;
		background: none;
	}
	.input-icon {
		display: inline-flex;
		width: 50px;
		height: 50px;
		right: 0;
		left: auto;
		color: #000;
		font-size: 36px;
		cursor: pointer;
		align-items: center;
		justify-content: center;
		border-radius: 3px;
		
		&:hover {
			background-color: rgba(#000, 0.1);
		}

		i {
			
			&:before {
				content: '\e94a';
			}
		}
	}
}