.error{
  font-weight: normal;
    color: red !important;
}
#PopUpMessage {
    opacity: 0;
    position: fixed;
    visibility: hidden;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    top: 0;
    left: 0;
    text-align: center;
    z-index: 99999;
}
#PopUpMessage p {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px #000;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 17px;
}
#PopUpMessage .msg-gif {
    display: block;
    text-align: center;
    margin-top: 15px;
}
#PopUpMessage p img {
    vertical-align: middle;
        width: unset;
    max-width: unset;
    height: unset;
    display: initial;
}

.ui-menu {
    padding: 10px;
    margin: 0;
    z-index: 999;
    background-color: #fff;
}
.ui-autocomplete {
    position: absolute;
    cursor: default;
    overflow-y: scroll;
    height: 350px;
}
.ui-menu .ui-menu-item {
    border-bottom: 1px solid #eee;
    height: 75px;
    margin: 0;
    padding: 0;
}
.ui-menu .ui-menu-item a {
    display: inline-block;
    padding: 0.2em 0.4em;
    text-decoration: none;
    width: 100%;
}
.rating>.circledstart::before {
    content: "\2605";
    position: absolute;
    opacity: 1;
    color: #878787;
}