.live-search-wrapper{position:relative;width:100%}.live-search-input{width:100%;padding:.875rem 1rem;border:2px solid #e5e7eb;border-radius:12px;font-size:1rem;-webkit-transition:all .3s ease;transition:all .3s ease;background:#fff}.live-search-input:focus{outline:none;border-color:var(--color-primary,#063);-webkit-box-shadow:0 0 0 3px var(--color-focus,rgba(0,102,51,.1));box-shadow:0 0 0 3px var(--color-focus,rgba(0,102,51,.1))}.live-search-dropdown{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e6e9eb;border-radius:8px;max-height:220px;overflow-y:auto;z-index:1000;margin-top:6px;-webkit-box-shadow:0 6px 18px rgba(0,0,0,.06);box-shadow:0 6px 18px rgba(0,0,0,.06)}.live-search-item{padding:.5rem 1rem;cursor:pointer;border-bottom:1px solid #f4f5f6;-webkit-transition:background .2s ease,color .2s ease;transition:background .2s ease,color .2s ease;background:transparent;font-size:.8rem}.live-search-item:hover{background:var(--gradient-primary,linear-gradient(135deg,#063,#00994d));color:#fff}.live-search-item:hover .text-muted{color:hsla(0,0%,100%,.8)!important}.live-search-item--disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.live-search-error,.live-search-loading,.live-search-no-results{padding:.8rem 1rem;text-align:left;color:#6b7280;font-size:.88rem}.live-search-dropdown::-webkit-scrollbar{width:6px}.live-search-dropdown::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:6px}