/* live */
.live_scroll_element {
	overflow-x: hidden;
	overflow-y: auto;
	position: absolute;
	z-index: 20;
	background: #fff;
	border: 1px solid #ccc;
	box-shadow: 0 6px 10px #ccc;
	padding: 5px 16px 5px 16px;
    max-height: 30rem;
}
#RecipientCity, #RecipientWare {
	/* background-image: url(../img/form-select.png);
	background-repeat: no-repeat;
	background-position: right 8px top 10px; */
    background:#ffffff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAQAAAD9CzEMAAAAPklEQVR4Ae3TwREAEBQD0V/6do4SXPZg7EsBhsQ8IEmSMOsiuEfg3gL3oXC7wK0bd1G4o8X9F4yIkyQfSrIByQBjp7QuND8AAAAASUVORK5CYII=") no-repeat scroll right .5rem center/1.25rem 1.25rem;
    margin-bottom: 0px !important;
    cursor: text;
}


.drop_down_ul li{
    cursor: pointer;
    padding: 3px 0px;
}

.drop_down_ul li.active,.drop_down_ul li:hover{
	color:#24b9d7;
	font-weight: 600;
}

.form-row.live {
    display: block !important;
}

#RecipientStreet {
    width: -moz-available;
    width: -webkit-fill-available;
}

.StreetType {
    width: auto !important;
    margin: 1rem 0 0 0 !important;
}

.StreetType:empty{
    display: none;
}


.street_delivery .input-group_ {
    display: flex;
}

.np_address_delivery .input-group {
    width: -moz-available;
    width: -webkit-fill-available;
}