@import url(./fonts/icomoon/iconFont-style.css);

.btn-search{
    min-width: 40px;
    height: 32px;
    /* padding: 0 4px; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    color: #452201;
    text-shadow: 1px 1px 0 #fff8e4;
    font-size: 14px;
    font-weight: 800;
    font-stretch: 90%;
}

.btn-search>svg {fill: #656F78;
}
.btn-search.active>svg {fill: #fff;
}
.game-class .wrapper .active {
/* button_push 8 */

/* position: absolute; */
/* width: 58px; */
height: 48px;
/* left: 301px; */
top: -5px;

background-image: url(../images/index/header-btn-active-bg.png?2)!important;
background-size: 100% 100%;
}

/* 
.btn-search::before{
    content: "\e925";
    font-family: "icomoon" !important;
    color: #000;
} */
/* 
.active.btn-search:before {
    font-family: "icomoon" !important;
    content: "\e90d";
    color: #fff;
} */

 div.searchBar {
    flex: 0;
    width: 80%;
    height: 56px;
    /* background-color: rgba(253, 227, 151, 0.72); */
    background: linear-gradient(180deg, #7DD1C9 0%, #49A299 100%);
    border-radius: 0 0 12px 12px;
    position: absolute;
    left: 50%;
    z-index: 9;
    top: 5.3rem;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    padding: 8px 16px;
}

div.searchBar .inputBox {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    border-radius: 8px;
    border: 0px solid #cdc2a2;
    background-color: #fff;
    position: relative;
    
}

 div.searchBar .icon-search {
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}
div.searchBar .icon-search:before {
    font-size: 16px;
    color: #452201;
}

div.searchBar .inputBox input {
    width: calc(100% - 64px);
    text-align: left;
    padding: 0;
    height: 100%;
    border: none;
    color: #000;
    text-shadow: 1px 1px 0 #fff8e4;
    font-size: 14px;
    font-weight: 800;
    font-stretch: 90%;
    background-color: transparent;
}

div.searchBar .btn-clear {
    width: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

div.searchBar .btn-clear .icon-close {
    flex: 0.8;
    width: 24px;
    height: 24px;
    background: url('../images/index/close.svg');
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-size: 100% 100%;
}

.index-center.search {
    /*margin-top: 1.7rem;*/
}


.icon-chat:before {
    content: unset;
}

.icon-line:before {
    content: unset;
}

.game-icon:has(.repair) {
    opacity: 0.48;
}

.game-icon .repair {
    font-weight: 800;
    font-stretch: 90%;
    color: #fff8e4;
    text-shadow: 1px 1px 0 rgba(69, 34, 1, 0.48);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    opacity: 1;
    transform: translate(-50%, -50%);
    z-index: 1;
    top: 50%;
    left: 50%;
    width: 64px;
    height: 64px;
    font-size: 14px;
    position: absolute;
    border-radius: 100%;
    background-color: rgba(69, 34, 1, 0.8);
}