﻿

.closeSearchButton {
    display: none;
    cursor: pointer;
}

.searchFormWrapper {
    position:fixed;
    width: 700px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.searchCover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 6;
    background: #00000080;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
}

.searchWrapper {
    padding: 1px;
    background: linear-gradient(135.34deg, #00F4FF 2.79%, #68FFED 51.4%, #9867FF 100%) padding-box, linear-gradient(138.66deg, #00F4FF 16.76%, #68FFED 46.39%, #9867FF 86.01%) border-box;
    border-radius: 8px;

}
.searchBox {
    display: flex !important;
    align-items: center !important;
    background-color: #252525 !important;
    border-radius: 8px !important;
    padding: 30px 20px !important;
    width: 100% !important;
}
.searcInput {
    border: none !important;
    outline: none !important;
    font-size: 20px !important;
    text-indent: 10px !important;
    background-color: transparent !important;
    color: #fff !important;
    width: 100% !important;
}

.searcInput::placeholder {
    color: #fff;
}
.searchWrapper button.searchButton {
    display:none;
}
.searchWrapper button {
    border: none;
    background-color: transparent;
}

.closeSearch {
    display: flex;
    justify-content: flex-end;
}

    .closeSearch button {
        border: none;
        outline: none;
    }

.burgerSearchIcon {
    display: none;
}

/*result view searchbar s*/
.searchWrapperResultView {
    display: flex;
    width: 516px;
    height: 40px;
    padding: 0 16px;
    border-radius: 32px;
    background-color: white;
}
.resultSearchInput {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 12px;
    text-indent: 10px;
    border-radius: 32px;
}
/*result view searchbar f*/
@media screen and (max-width:560px){
    .searchWrapperResultView{
        width:100%;
        height:32px;
    }


}