
.ao-autofill-dropdown {
	list-style: none;
	position: absolute;
	z-index: 10;
	top: 45px;
	left: 0px;
	padding: 0px;
	font-family: 'Poppins', sans-serif;
	width: 250px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	box-shadow: 0px 0 8px 0 rgb(0 0 0 / 20%);
	transition: all 0.3s;
	background-color: #fff;
}
.ao-autofill-dropdown:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 60px;
    right: 0px;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #ffffff;
    /* margin: 0 auto; */
    /* margin-top: -11px; */
    transform: rotate(180deg);
}
.ao-autofill {
	list-style: none;
	padding: 0px;
	padding-bottom: 5px;
}
.ao-autofill > li:hover {
	background: #f0f6ff;
}
.is-child {
	padding-left: 1.5rem !important;
}
.under-is-child {
	padding-left: 3rem !important;
}
.ao-autofill > li > i {
	margin-right: 10px;
	font-size: 22px;
	color: #8d94b0;
}
.ao-autofill > li > div {
	color: #001959;
	font-size: 13px;
	float: left;
	width: 100%;
	font-weight: 400;
	line-height: 19px;
}
.divalltext {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.list-height {
	min-height: 10vh;
	max-height: 70vh;
	overflow-y: scroll;
}
.list-height-empty {
	height: 10vh;
}
.lstEmpty {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	font-weight: 400;
	font-size: 14px;
	margin: 0;
}
.div-subText {
	color: #465280;
	font-weight: 400;
}
.truncatetext {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 5px 15px;
	background-color: #f7f7ff;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	color: #414141;
}
.ariport-name {
	background-color: #fff;
	padding: 5px 15px;
	border-bottom: 1px solid #ccc;
	display: flex;
	gap: 10px;

}
.ariport-name label {
	font-weight: 400;
	margin-top: 9px;
	font-size: 13px;
	font-family: 'Poppins', sans-serif;
	color: #414141;
	cursor: pointer !important;
}
.ariport-name input {

	cursor: pointer !important;
}


/* width */
::-webkit-scrollbar {
	width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #f1f1f1;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #888;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #555;
}

