.search-bar{flex:1 1;height:48px;background-color:#fff;border:1px solid #dbdbda;border-radius:4px;position:relative}.search-bar .flex-comp{display:flex;justify-content:center;align-items:center;gap:16px;padding:12px}.search-bar .flex-comp .search-icon{width:20px;height:20px}.search-bar .flex-comp input{width:100%;border:none;outline:none}.search-bar .flex-comp .close-icon{width:20px;height:20px}.search-bar .flex-comp .close-icon-closed,.search-bar .results-closed{display:none}.search-bar .results-open{display:block;position:absolute;z-index:1000;border:1px solid #dbdada;background-color:#fff;border-radius:4px;top:105%;width:100%}.search-bar .results-open .resultItem{padding:16px 12px;cursor:pointer}.search-bar .results-open .resultItem:hover{background-color:#f5f8ff;cursor:pointer}.search-bar .overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999}