﻿.closebtn {
    position: absolute;
    right: 20px;
    z-index: 1;
}

.liinnerUl {
    padding: 10px 0px;
    background: #eeeeee;
    border-radius: 4px;
}

.width90Perc {
    width: 90%;
}

.mt5 {
    margin-top: 5px;
}

.ma10 {
    margin: 10px;
}

.info span {
    color: #0485A3 !important;
    font-weight: bold;
}

.minus {
    margin: 10px 20px 0 0;
}

.border-top {
    border-top: 1px solid #e8e5e5;
}

.autocomplete-suggestions {
    min-width: -webkit-fill-available;
}
.autocomplete-suggestion {
    overflow: visible;
    white-space: normal;
    border-bottom: solid thin #e9e9e9;
}

.autocomplete-selected strong {
    font-weight: 600;
    color: #000;
}