.masterstudy-search-select{position:relative;width:60%;height:-webkit-max-content;height:-moz-max-content;height:max-content;font-family:inherit}.masterstudy-search-select__selected{border:1px solid #d1d5db;padding:10px 12px;border-radius:6px;background:#f6f9fc;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-size:14px}.masterstudy-search-select__selected .masterstudy-search-select__arrow{margin-left:8px;font-size:12px}.masterstudy-search-select__selected .masterstudy-search-select__arrow i{-webkit-transform:rotate(90deg);transform:rotate(90deg);color:#555}.masterstudy-search-select__dropdown{position:absolute;top:110%;left:0;right:0;font-size:14px;background:#f6f9fc;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.08);z-index:100;max-height:240px;overflow:auto}.masterstudy-search-select__search{padding:8px;border-bottom:1px solid #eee}.masterstudy-search-select__search input{width:100%;padding:6px 10px;border:1px solid #d1d5db;border-radius:4px}.masterstudy-search-select__options{max-height:180px;overflow-y:auto}.masterstudy-search-select__option{padding:8px 12px;cursor:pointer;transition:background .2s}.masterstudy-search-select__option.selected,.masterstudy-search-select__option:hover{background:#f3f4f6}