.mantalo-search-icon{position:relative;z-index:10001;cursor:pointer;font-size:1.2rem;color:#fff;width:40px;height:40px;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:all .3s ease;transition:all .3s ease}.mantalo-search-icon:hover{-webkit-transform:scale(1.3);transform:scale(1.3)}.mantalo-search-icon:active{-webkit-transform:scale(0.95);transform:scale(0.95)}.search-active .mantalo-search-icon{opacity:0;pointer-events:none}.mantalo-search-wrapper{position:relative;z-index:10002;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;display:none;gap:.5em;width:80%;left:10%}.mantalo-search-wrapper.show{display:-webkit-box;display:-ms-flexbox;display:flex}.mantalo-search-bar{position:relative;width:0;height:40px;background:#fff;border-radius:20px;-webkit-transition:width .4s cubic-bezier(0.4, 0, 0.2, 1),opacity .4s cubic-bezier(0.4, 0, 0.2, 1),-webkit-box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1);transition:width .4s cubic-bezier(0.4, 0, 0.2, 1),opacity .4s cubic-bezier(0.4, 0, 0.2, 1),-webkit-box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1);transition:width .4s cubic-bezier(0.4, 0, 0.2, 1),opacity .4s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1);transition:width .4s cubic-bezier(0.4, 0, 0.2, 1),opacity .4s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1),-webkit-box-shadow .4s cubic-bezier(0.4, 0, 0.2, 1);overflow:hidden;opacity:0;-webkit-box-shadow:0 2px 8px rgba(0,0,0,0);box-shadow:0 2px 8px rgba(0,0,0,0)}.mantalo-search-bar.active{width:100%;opacity:1;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.15);box-shadow:0 4px 20px rgba(0,0,0,.15)}input[type=text].mantalo-search-input{width:100%;height:40px;border:solid 1px #fff !important;background:#fff !important;padding:0 45px 0 15px;font-size:15px;color:#000;outline:none;font-family:inherit}input[type=text].mantalo-search-input::-webkit-input-placeholder{color:#666}input[type=text].mantalo-search-input::-moz-placeholder{color:#666}input[type=text].mantalo-search-input:-ms-input-placeholder{color:#666}input[type=text].mantalo-search-input::-ms-input-placeholder{color:#666}input[type=text].mantalo-search-input::placeholder{color:#666}.mantalo-search-results{position:relative;left:0;width:100%;background:#fff;border-radius:8px;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.15);box-shadow:0 4px 20px rgba(0,0,0,.15);max-height:0;overflow:hidden;opacity:0;-webkit-transition:max-height .3s ease,opacity .3s ease;transition:max-height .3s ease,opacity .3s ease;pointer-events:none;z-index:10001}.mantalo-search-results.show{max-height:350px;opacity:1;overflow-y:auto;padding:.5rem;pointer-events:all}.mantalo-search-results::-webkit-scrollbar{width:6px}.mantalo-search-results::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.mantalo-search-results::-webkit-scrollbar-thumb{background:#ddd;border-radius:3px}.mantalo-search-results::-webkit-scrollbar-thumb:hover{background:hsl(0,0%,78%)}.search-result-item{padding:.25rem;cursor:pointer;border-radius:6px;-webkit-transition:background-color .2s;transition:background-color .2s;border-left:3px solid rgba(0,0,0,0);margin-bottom:.25rem}.search-result-item:hover,.search-result-item.selected{background:rgb(88.5,184.4491525424,255);border-left-color:#0066b1}.search-result-item:last-child{margin-bottom:0}.search-result-category{font-size:.7rem;text-transform:uppercase;color:#0066b1;font-weight:600;letter-spacing:.5px;margin-bottom:.25rem}.search-result-title{font-size:.9rem;font-weight:600;color:#000;margin-bottom:.25rem}.search-result-title mark{background:#ffd54f;padding:0 2px;border-radius:2px}.search-result-description{font-size:.8rem;color:#666;line-height:1.3;margin-bottom:.25rem}.search-result-path{font-size:.7rem;color:#666;font-family:"Courier New",monospace}.search-no-results{padding:2rem 1rem;text-align:center;color:#666;font-size:.9rem}.search-close-btn{position:absolute;top:50%;right:8px;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:24px;height:24px;background:rgba(0,0,0,0);border:none;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:background .2s;transition:background .2s;color:#666;font-size:16px;z-index:10;padding:0}.search-close-btn:hover{background:rgba(0,0,0,.05);color:#000}@media(max-width: 768px){.mantalo-search-icon{width:36px;height:36px;font-size:1rem}.mantalo-search-bar{right:4rem;width:36px;height:36px}.mantalo-search-bar.active{right:auto}.mantalo-search-input{font-size:14px;padding:0 35px 0 12px}.mantalo-search-results{max-height:60vh !important}.mantalo-search-bar.active.has-results .mantalo-search-results{max-height:60vh}.search-result-item{padding:.25rem}.search-result-title{font-size:.85rem}.search-result-description{font-size:.75rem}}@-webkit-keyframes searchExpand{from{width:40px}to{width:400px}}@keyframes searchExpand{from{width:40px}to{width:400px}}@media(prefers-color-scheme: dark){.mantalo-search-bar{background:#2a2a2a}.mantalo-search-input{color:#fff !important}.mantalo-search-input::-webkit-input-placeholder{color:#fff !important}.mantalo-search-input::-moz-placeholder{color:#fff !important}.mantalo-search-input:-ms-input-placeholder{color:#fff !important}.mantalo-search-input::-ms-input-placeholder{color:#fff !important}.mantalo-search-input::placeholder{color:#fff !important}.mantalo-search-results{background:#2a2a2a}.search-result-item:hover,.search-result-item.selected{background:rgba(0,102,177,.2)}.search-result-title{color:#fff}.search-result-description,.search-result-path{color:#aaa}.search-close-btn{color:#999}.search-close-btn:hover{color:#fff}}