.ncrm-search-select{position:relative;width:100%}
.ncrm-search-select>select{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important}
.ncrm-search-trigger{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;min-height:40px;padding:0 11px;border:1px solid #ccd6e3;border-radius:8px;background:#fff;color:#26344a;font:inherit;text-align:left;cursor:pointer}
.ncrm-search-trigger::after{content:"⌄";margin-left:10px;color:#758399;font-size:14px}
.ncrm-search-trigger:hover,.ncrm-search-select.open .ncrm-search-trigger{border-color:#789bd5;box-shadow:0 0 0 2px rgba(49,95,214,.08)}
.ncrm-search-menu{display:none;position:fixed;z-index:1500;min-width:210px;padding:8px;border:1px solid #d7e0eb;border-radius:10px;background:#fff;box-shadow:0 14px 32px rgba(15,42,76,.18)}
.ncrm-search-menu.open{display:block}
.ncrm-search-input{width:100%;height:36px;margin-bottom:7px;padding:0 10px;border:1px solid #d9e1eb;border-radius:7px;background:#f9fbfd;color:#26344a;font:inherit;font-size:12px;outline:none}
.ncrm-search-input:focus{border-color:#789bd5;background:#fff;box-shadow:0 0 0 2px rgba(49,95,214,.08)}
.ncrm-search-options{max-height:220px;overflow-y:auto}
.ncrm-search-option{display:block;width:100%;min-height:36px;padding:8px 10px;border:0;border-radius:6px;background:#fff;color:#26344a;font:inherit;font-size:12px;text-align:left;cursor:pointer}
.ncrm-search-option:hover,.ncrm-search-option.selected{background:#edf4ff;color:#285ec5}
.ncrm-search-empty{padding:14px 8px;color:#7a8799;font-size:11px;text-align:center}
@media(max-width:600px){.ncrm-search-options{max-height:40vh}}
