/* main search divition */
.search_suggestion{
    background: #fafafa !important;
    border: transparent;
    border-color: #ff7500;
    box-shadow: 0px 4px 16px #dadada !important;
    position: absolute;
    width: 39.9%;
    border-radius: 5px;
    margin-top: 5px;
    max-height: 410px;
    overflow-y: auto;
    z-index: 9999;
}
.srch_sugg_li_style{
    list-style: none !important;
    padding-left: 0 !important;
}
.search-header-sugg-li{
    background: #33302e30;
}
.search-header-label{
    margin:5px 0 5px 15px;
}
.search-body-sugg-li{
    cursor: pointer;
    margin:5px 10px 5px 15px;
}
.search-body-label{
    margin-left:10px;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sugg-img{
    margin-right:10px;
}
.hidden{
	display:none;
}
/* Search for mobile view*/
.search_suggestion_mob{
    background: #fafafa !important;
    border: transparent;
    border-color: #ff7500;
    box-shadow: 0px 4px 16px #dadada !important;
    position: absolute;
    width: 94%;
    border-radius: 5px;
    margin-top: 5px;
    max-height: 400px;
    overflow-y: auto;
    z-index: 9999;
    top: 100%;
}

.custom-qrcode-image{
  min-width: auto;
}

.custom-dropdown-menu{
     background-color: rgba(255, 255, 255, 0) !important;
}

/* Media Query For Mac Screen */
/*@media only screen and (min-width: 1280px){
    .custom-ximple-logo{
        width: auto;
        height: 40px;
        margin-top: 1.3em;
        margin-bottom: 1rem;
    }
}*/
