.search-section{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:40px 10px 10px;gap:0;align-self:stretch;position:relative}.search-box-container{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.main-title{margin:0;width:100%;color:#5d25d0;text-align:center;font-family:Poppins,sans-serif;font-size:34px;font-weight:700;line-height:20px}.main-description{width:100%;margin:14px 0;color:#5e5e71;text-align:center;font-family:Poppins,sans-serif;font-size:20px;font-weight:400;line-height:normal}.search-bar-inner{padding:0 10px;width:100%;display:inline-block}.search-bar{display:flex;justify-content:space-between;align-items:center;width:290px;height:41px;padding:3px 10px;box-sizing:border-box;border-radius:4px;border:1px solid #e0e0e6;background:#f4f5fc}.search-bar:hover{border-color:#747487}.search-main{display:flex;align-items:center;gap:10px;height:100%;width:100%}.search-input{width:100%;height:100%;border:0;background:rgba(0,0,0,0);color:#747487;font-family:Poppins,sans-serif;font-size:12px;font-weight:400;line-height:20px}.search-input:hover,.search-input:focus{outline:none;border-color:#1c1c30;background:rgba(0,0,0,0)}.search-box{display:flex;justify-content:space-between;align-items:center;width:747px;min-height:60px;border-radius:8px;border:1px solid #5d25d0;background:#fafafa;align-self:stretch}.search-box textarea{width:100%;max-height:40px;border:unset;outline:none;background:rgba(0,0,0,0);resize:none;overflow:hidden;box-sizing:border-box;color:#1c1c30;font-family:Poppins,sans-serif;font-size:18px;font-weight:400;line-height:20px;word-break:break-word;overflow-wrap:break-word;white-space:normal}.search-box button{display:flex;justify-content:center;align-items:center;height:54px;padding:0 20px;gap:10px;border-radius:0 8px 8px 0;background:#fcd329;border:unset;cursor:pointer;color:#343231;font-family:Poppins,sans-serif;font-size:15px;font-weight:700;line-height:20px}.search-box-inner{padding-left:20px;display:flex;min-width:67%}.search-box-input{display:flex;align-items:center;height:40px;gap:10px;width:100%;outline:none}.search-clear{width:24px;height:24px;cursor:pointer}.search-separator{width:1px;height:20px;background:#e4e4ea;border:none}.search-results-list{display:flex;justify-content:center;align-items:center;width:100%;position:absolute;top:calc(100% - 10px);z-index:1}.search-dropdown{margin-top:5px;width:747px;max-width:100%;max-height:250px;display:flex;justify-content:center;align-items:center;border-radius:8px;border:1px solid #c2a9f4;background:#fff;box-shadow:0 4px 4px rgba(0,0,0,.1)}.search-dropdown-inner{width:100%;padding:5px;display:flex;flex-direction:column}.dropdown-closed{display:none}.dropdown-opened{display:flex}.search-item{display:flex;align-items:center;padding:10px;gap:10px;align-self:stretch;border-radius:4px;cursor:pointer;text-decoration:none}.search-item:hover{background-color:#efeafb}.search-item img{width:24px;height:24px;margin-right:10px;object-fit:contain}.search-item span{color:#1c1c30;font-family:Poppins,sans-serif;font-size:15px;font-weight:400;line-height:20px;text-align:left}.search-part{margin-bottom:14px}
