.searchgamocoin {
    background: #f7f7f7;
    border: none;
    border-radius: 23px;
    box-shadow: inset 0 1px 4px 0 rgba(36,39,44,.1);
    color: rgba(36,39,44,.5);
    font-size: 13px;
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0 15px 0 15px;
    text-overflow: ellipsis;
    width: 100%;
}
.div_mobile_search {
    display: none;
    opacity: 0;
    transform: scale(0.95);
    transition: 0.25s ease;
}

.div_mobile_search.active {
    display: block;
    opacity: 1;
    transform: scale(1);
}
.MobileSearchModal.in .searchgamocoins .MobileSearch {
    display: block;
}
.MobileSearch.trigger_MobileSearchModal div {
    display: flex;
}
.MobileSearch.trigger_MobileSearchModal {
    flex-direction: column;
}

.MobileSearch i.fa.fa-search {
    color: #fff;
    font-size: 20px;
    margin: 12px 10px;
}

.MobileSearch span {
    display: flex;
    background: #DC3535;
    align-items: center;
    height: 44px;
    margin-left: -2px;
}
#MobileSearchModal-xs .modal-content {
    height: 100vh;
}
#MobileSearchModal-xs .modal-dialog {
    margin: 0;
}
.MobileSearchModal .result a {
    display: block;
    margin-top: 10px;
    user-select: none;
    font-size: 14px;
    color: #24272c;
    cursor: pointer;
    margin-left: 15px;
}
.MobileSearchModal .result {
    margin-top: 25px;
    max-height: 78vh;
    overflow-y: auto;
}
.MobileSearchModal .result li {
    list-style: none;
}
.MobileSearchModal .result ul {
    padding: 0;
    margin: 0;
}

li.brand {
    display: flex;
    color: #fff;
    font-weight: 700;
}
li.brand a {
    margin-top: 0 !important;
}
.MobileSearch.trigger_MobileSearchModal label {
    font-size: 16px;
    line-height: 1.4;
    color: #232323;
}
.MobileSearchModal input::placeholder, .MobileSearch.trigger_MobileSearchModal input::placeholder{
    font-size: 12px;
    font-weight: normal;
}
.MobileSearchModal input,.MobileSearch.trigger_MobileSearchModal input {
    background: #f7f7f7;
}
span.back_icon i {
    padding-right: 5px;
    font-size: 17px;
}
.hide_searchIcon .MobileSearch.trigger_MobileSearchModal {
    display: none;
}
span.back_icon {
    color: #000;
    display: flex;
    align-items: center;
	justify-content: end;
	cursor: pointer;
}
.MobileSearchModal .modal-content {
	border: none;
	border-radius: 0;
	box-shadow: none;
}

span.spinsearchIcon {
    color: #fff;
    font-size: 20px;
    margin: 12px 10px;
    display: none;
}
.websearchgamocoin {
    background: #f7f7f7;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: inset 0 1px 4px 0 rgba(36,39,44,.1);
    color: rgba(36,39,44,.5);
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0 15px;
    text-overflow: ellipsis;
    width: 100%;
}
.trigger_WebSearchModal .input_search_tt {
	width: 100%;
	float: right;
	text-align: left;
	margin-right: 8px;
	max-width: 320px;
}
.WebgamocoinSearch.trigger_WebSearchModal {
    width: 100%;
    float: left;   
	position: relative;
}
.WebSearchModal.in .searchgamocoins .WebgamocoinSearch {
    display: block;
}
.WebgamocoinSearch.trigger_WebSearchModal div.result {
	position: absolute;
	float: left;
	z-index: 9999999;
	top: 13px;
	background: #fff;
	padding: 0;
	border: solid 1px #e7e7e7;
	width: 100%;
	max-width: 320px;
	border-top: 0;
}
.WebgamocoinSearch.trigger_WebSearchModal div.result h5 {
	color: #202125;
	margin: 10px;
	font-size: 16px;
}
.WebgamocoinSearch i.fa.fa-search {
    font-size: 20px;
    margin: 12px 10px;
}

.WebgamocoinSearch span.WebSearchIcon {
    display: flex;
    background: #DC3535;
    align-items: center;
    height: 38px;
    margin-left: -2px;
}
.trigger_WebSearchModal .result a {
	display: flex;
	user-select: none;
	font-size: 12px;
	color: #777;
	cursor: pointer;
	border-top: solid 1px #e7e7e7;
	padding: 7px 15px;
	width: 100%;
	justify-content: space-between;
	gap: 10px;
	align-items: center;
}
.trigger_WebSearchModal .result a .price-details .price-label {
	gap: 5px;
	display: flex;
	justify-content: center;
	font-weight: 500;
	align-items: center;
}
.trigger_WebSearchModal .result a .price-details .label {
	font-size: 14px;
}
.trigger_WebSearchModal .result a .price-details .price {
	font-size: 14px;
	color: #0A400C;
}
.trigger_WebSearchModal .result a .original-price {
	font-size: 12px;
	color: red;
}
.trigger_WebSearchModal .result a:hover {
    background: #D5CEA3;
    color: #0A400C;
}        
.trigger_WebSearchModal .result {
    margin-top: 25px;
    max-height: 78vh;
    overflow-y: auto;
    width: 100%;
}
.trigger_WebSearchModal .result li {
    list-style: none;
}
.trigger_WebSearchModal .result ul {
    padding: 0;
    margin: 0;
    
}
/* * {
    scrollbar-width: 0;
}

*::-webkit-scrollbar {
    background-color: #ffffff;
    width: 12px;
}

*::-webkit-scrollbar-thumb {
    border-radius: 99px;
    background-color: #ffffff;
    border: 4px solid #202125;
} */
.WebgamocoinSearch li.brand {
    display: flex;
    color: #fff;
    font-weight: 700;
}
.WebgamocoinSearch li.brand a {
    margin-top: 0 !important;
}
.WebgamocoinSearch.trigger_WebSearchModal label {
    font-size: 16px;
    line-height: 1.4;
    color: #232323;
}
.trigger_WebSearchModal input::placeholder, .WebgamocoinSearch.trigger_WebSearchModal input::placeholder{
    font-size: 12px;
    font-weight: normal;
}
.trigger_WebSearchModal input,.WebgamocoinSearch.trigger_WebSearchModal input {
    background: #f7f7f7;
}
.WebgamocoinSearch span.back_icon i {
    padding-right: 5px;
    font-size: 17px;
}
.hide_searchIcon .WebgamocoinSearch.trigger_WebSearchModal {
    display: none;
}
span.back_icon {
    color: #000;
    display: flex;
    align-items: center;
}
.trigger_WebSearchModal .defaultResult{
    display: none;
}
.WebgamocoinSearch span.WebSearchIcon {
    background: #D5CEA3;
    height: 38px;
    width: 40px;
    float: right;
	border-radius: 0 4px 4px 0 !important;
	cursor: pointer;
	color: #0A400C;
}
.WebgamocoinSearch span.WebSearchIcon:hover {
    background: #20B038;
	color: #fff;
}
.input_search_tt input {
	background: #0A400C !important;
	float: left;
	width: calc(100% - 40px) !important;
	color: #fff;
	border-radius: 4px 0 0 4px !important;
}
.input_search_tt input:focus, .input_search_tt input:hover {
	border: none !important;
	box-shadow: none !important;
	outline: none;
}
@media only screen and (min-width: 992px) {
    .mobile_show {display: none;}
}
@media only screen and (max-width: 992px) {
    .desktop_show {display: none;}
}