* {
    margin: 0;
    padding: 0;
}

.search-icon-solr{
    position: fixed;
        top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rbga(0, 0, 0, 0.5);
    background: rgba(0, 0, 0, 0.5);
}

.solr.search-container {
    font-family: Rubik;
   position: absolute;
    top: 18px;
    left: 66vw;
    width: 26%;

}

.solr.search-box-solr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    height: 44px;
    border-radius: 10px;
    padding: 0px 16px;
}

.append-result-row{
    display: flex;
    gap: 4px;
}

.solr.search-box-solr.active>.search-txt {
    width: 70%;
}

.solr.search-box-solr.active>.search-btn {
    background: white;
}

.search-btn {
    transition: 0.4s;
}
.search-btn img {
 height:20px;
     width: 20px;
    cursor: pointer;
}
.search-txt {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    font-size: 16px;
    transition: 0.4s;
    line-height: 35px;
    width: 0px;
    color: #131619;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    list-style: normal;

}

.trending-searches {
       display: none;
   /* background: #fff;
    padding: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-top: 10px;
        margin-bottom: -14px; */
}

.trending-searches.active {
    display: block;
}

.trending-searches .recent-section ul {
    list-style: none;
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;

}
#solrResultssuggest{
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-bottom: 12px;
        border-bottom: 1px solid #99bfde;
}

#solrResultssuggest div{
   color: var(--text-black-131619, #131619);
font-family: Rubik;
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 18px; /* 128.571% */
        text-transform: capitalize;
}
.tradning-searchmaindiv{
border-radius: 10px;
    padding: 16px;
    background: #fff;
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    gap: 12px;


}

.trending-searches .recent-section ul li {
    cursor: pointer;
}

.trending-searches .recent-section ul li img {
    width: 8px;
    height: 8px;
}

.trending-searches .recent-section ul li .recentlisearch {
    display: flex;
    align-items: center;
    gap: 8px;

}

.trending-searches .recent-section ul li .recentlisearch img {
    width: 16px;
    height: 16px;
}

.trending-searches .recent-section ul li .recentlisearch .recent-section-li {
    color: #131619;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    list-style: normal;
}

#solrResults {
    display: flex;
    flex-direction: column;
    gap: 12px;
  /*  border-bottom: 1px solid #99BFDE;*/
    padding-bottom: 12px;
    width: 100%;
}

#solrResults a {
    color: #131619;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    list-style: normal;
    display: flex;
    gap: 16px;
    text-decoration: none;
    text-transform: capitalize;
}

.trending-section {

}

.trending-section .trendings {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;

}

.trending-section .trending {
    width: fit-content;
    padding: 8px;
    display: flex;
    align-items: center;
    border: 1px solid #99BFDE;
    border-radius: 8px;
    gap: 4px;
}

.trending-section .trending a {
    color: #131619;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    list-style: normal;
    text-decoration: none;
}

.trending-section .trending img {
    width: 16px;
    height: 16px;
}

.trending-section .trending-heading {
    display: flex;
    gap: 4px;
}

.trending-section .trending-heading-text {
    font-size: 16px;
    color: #1A1004;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
}



.recent-search {
    display: flex;
    justify-content: space-between;
}

.recent-section {
    padding: 8px 4px;
    border-bottom: 1px solid #99BFDE;
}


.dsp-none {
    display: none;
}


@media screen and (max-width: 500px) {
.solr.search-container {
           top: 0;
        left: 0;
        width: 100%;
        height: 72% !important;
        border-radius: 0px 0px 10px 10px;
        background: #fff;
        padding: 16px;
}

            .solr.search-box {
    border: 1px solid #005EAC;
}

                    .trending-searches {
    background: unset;
    border-radius: unset;
    box-shadow: unset;
    margin-bottom: unset;
}
.solr.search-box-solr {
border: 1px solid var(--balic-brand-color-blue-005-eac, #005EAC);
}
.tradning-searchmaindiv {
     padding: unset; 
    margin-top: 16px;
    gap: 12px;
}
}