.lcls-search {
    display: flex;
    align-items: center;
    border: none;
    background: #fff;

	width:auto;
}

/* SELECT */
.lcls-search__source {
    appearance: none;
    border: none;
    background: transparent;
    padding: 0 30px 0 0px;
    height: 100%;

    font-size: 16px;
    color: #1d2939;
    cursor: pointer;


    background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1l4 4 4-4' stroke='%23667085' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
	width:auto;
	border-bottom:1px solid #124473;
	line-height: 22px !important;
}

/* INPUT */
.lcls-search__input {
    flex: 1;
    /*height: 100%;*/
    border: none;
    padding: 0 0px;
    font-size: 14px;
    color: #101828;
	border-bottom:1px solid #124473;
	margin-left: 16px;
	line-height: 22px !important;
}

.lcls-search__input::placeholder {
    color: #98a2b3;
}

/* BUTTON */
.lcls-search__btn {
    height: 100%;
    width: 52px;
    border: none;
    background: transparent;
    cursor: pointer;
    font-size: 14px;
	line-height: 22px !important;
    color: #344054;
	text-align: center;
	border-bottom:1px solid #124473;
	background: url('search.svg') no-repeat center / 16px 16px;
}

/* FOCUS */
.lcls-search:focus-within {
    border-color: #84caff;
    box-shadow: 0 0 0 3px rgba(132,202,255,.35);
}

/* MOBILE */
@media (max-width: 600px) {
    .lcls-search {
        max-width: 100%;
    }
}
