/*2-2-2021*/
#width_tmp_select {
    display: none;
}
.ddlSearchCategory {
    width: 60px;
    height: 38px;
    display: inline-block;
    max-width: 57px;
    padding: 4px 5px 4px 0px;
    color: white;
    border: none;
    -webkit-border-radius: 0 15px 15px 0;
    -moz-border-radius: 0 15px 15px 0;
    border-radius: 0 60px 60px 0;
    -webkit-appearance: none;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    background-repeat: no-repeat;
    /*background-size: 15px;*/
    background-color: #384d55;
    background-image: url(https://www.neelwafurat.com/graphics/mastertest/arrowdown2.png);
    background-position-x: 2px;
    background-position-y: center;
}
   
/*.ddlSearchCategory:hover {
        background: #516f7b
    }*/
.searchTextBox {
    display: inline-block;
    border-top: 1px solid #E4E4E4;
    width: 62%;
    max-width: 679px;
    height: 38px;
    background: rgba(34, 34, 34, 0.07);
    padding: 3px;
    border-bottom: 1px solid #e4e4e4;
    border-left: none;
    border-right: none;
    border-radius: 0px; /*for iphone*/
    -webkit-appearance: none;
}
    .searchTextBox:hover, .searchTextBox:focus {
        border-top: 1px solid #384d55;
        border-bottom: 1px solid #384d55;        
    }
    .searchTextBox:focus {
        background: transparent;
    }
    .searchTextBox:focus ~ span .buttonSearch, .searchTextBox:hover ~ span .buttonSearch {
            border: 1px solid #384d55;
            border-right:none
        }
.buttonSearch {
	height: 38px;
    display:inline-block;
    -webkit-appearance: none;
    border: 1px solid #e4e4e4;
    border-right: none;
    background-color: rgba(34, 34, 34, 0.07);
    border-radius: 100px 0 0 100px;
    -webkit-border-radius: 100px 0 0 100PX;
    -o-border-radius: 100px 0 0 100PX;
    -moz-border-radius: 100px 0 0 100PX;
    cursor: pointer;
    margin-bottom: -15px;
    padding: 2px 5px;
    z-index: 1;
    position: relative;
    width:auto!important
    /*margin-bottom: -16px;
    width: 40px;
    padding: 4px;*/
}
/*.buttonSearch {
    -webkit-appearance: none;
    border: 1px solid #e4e4e4;
    border-right: none;    
    border-radius: 15px 0 0 15px;
    -webkit-border-radius: 100px 0 0 100PX;
    -o-border-radius: 100px 0 0 100PX;
    -moz-border-radius: 100px 0 0 100PX;
    cursor: pointer;
    margin-right: -4px;    
    padding: 3.5px 10px;
    z-index: 1;
    position: relative;
    top: 3px;
}*/
/*.ui-autocomplete {
    width: 100% !important;
    top: 0 !important;
    padding-left: 0px !important;
}*/
.icon {
    width: 50px;
    border: 1px solid black;
}
/*end 2-2-2021*/
    /*used*/
    .fa-search {
    font-family: "Font Awesome 5 Pro"!important;
    color: #4d4d4d;
    opacity: 0.4;
    font-size: 23px !important;
    line-height: 0;
}
@media only screen and (min-width: 600px) {
    .ddlSearchCategory {
        max-width:none
    }
}
    @media only screen and (min-width: 900px) {
        .ddlSearchCategory {
            padding: 7px 10px 7px 0px;
	    height: 44px;
        }

        .searchTextBox {
            /*width: 80%;*/
            padding: 6px;
	    height: 44px;
        }

        .buttonSearch {
            margin-bottom: -18px;
            padding: 5px 10px;
		height: 44px;
        }        
    }
    /*didn't check them*/
    .yamliapi_simpleLink div {
        left: +15px !important
    }

    select.ddlSearchCategory::-ms-expand {
        display: none;
    }
