.m-select{position:relative;z-index:2}.m-select-label{position:absolute;top:-14px;left:10px;background-color:#fff;padding:0 5px;z-index:2}.m-select-header{display:flex;align-items:center;justify-content:space-between;cursor:pointer;padding:8px 15px;border:1px solid #e4e4e4;border-radius:8px}.m-select-icon{margin-right:5px;color:var(--text-color);display:inline-block}.m-select-options{position:absolute;min-width:200px;max-height:300px;overflow-y:auto;border:1px solid #e4e4e4;border-radius:2px;background-color:#fff;z-index:100;border-radius:8px;box-shadow:1px 1px 2px rgba(0,0,0,.08),-1px -1px 2px rgba(0,0,0,.04);font-size:17px;padding-top:5px}.m-select-options::-webkit-scrollbar{width:5px}.m-select-options::-webkit-scrollbar-track{background:#f1f1f1}.m-select-options::-webkit-scrollbar-thumb{background:#888}.m-select-options::-webkit-scrollbar-thumb:hover{background:#555}.m-select-options .search{position:sticky;top:-5px;padding:10px 15px;background-color:#fff}.m-select-options .options{min-width:100%;display:flex;flex-direction:column}.m-select-options .options.group .option-group{font-weight:600;padding:0 10px}.m-select-options .options.group .option{padding-left:20px;padding-right:20px}.m-select-options .options .option{cursor:pointer;padding:10px 15px;display:flex;align-items:center;justify-content:start;gap:5px}.m-select-options .options .option:hover{background-color:rgb(var(--header-bg-color));color:#fff}.m-select-options .options .option:hover .svg-icon{color:#fff}.m-select-options .options .option .svg-icon{color:rgb(var(--header-bg-color))}.m-select-options .options .option.disabled{opacity:.7}.m-select-options .options .option.disabled:hover{background:none;color:var(--text-color)}