.bx-searchtitle.mobile{
    z-index: 999;
    position: fixed;
    width: 100%;
}
#title-search-input{
    height: 50px;
    padding-left: 15px;
}
.bx-searchtitle.mobile svg{
    margin-left: .5rem;
    height: 2rem;
    width: 2rem;
}
.bx-searchtitle.mobile form{
    background-color: #FFFF;
    display: flex;
    align-items: anchor-center;
}
.svelte-h9ahv0 {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 3000;
}
.bg-black-mobile {
    position: fixed;
    opacity: .4;
    height: 100%;
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity));
     left: 0;
    right: 0;
}
.svelte-h9ahv0.search-mobile{
    display: none;
}
