body {
    font-family: Catamaran;
}
.winner { 
    color: #fff;
    background: #5bb112;
    float: right;
    padding: 0 10px;
    border-radius: 5px;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0;
    text-transform: capitalize;
    position: absolute;
    top: 10px;
    right: 5px;
    opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -webkit-opacity: 1;	
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
}   
h5 {
    margin-top:5px;
    color:blue;
} 
.selltag {
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0;
}
#autocompleteList {
    position: absolute;
    top: 50px;
    right: 4px;
    z-index: 100;
    width: 450px;
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    background: white;
}
.search-container {
    position: relative;
    display: inline-block;
    margin-right:5px;
	cursor:pointer;
}

#closeSearch {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0 10px;
    font-size: 1.2em;
    color: #333; /* Adjust the color as needed */
}

#searchInput {
    padding-right: 30px; /* Make room for the close button */
	cursor:pointer;
}

#searchLink {
	cursor:pointer;
}
