.m-select { display: block;}.m-select__select { display: flex; align-items: center; background: #fff; padding: 0 10px; border: thin solid #ccc; border-radius: 4px; color: #666; transition: background-color 0.25s, border 0.25s; cursor: pointer; -webkit-tap-highlight-color: transparent;}.m-select__popover[select-cover] { display: block;}.m-select__options { background: #fff; box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1), 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1); border-radius: 6px;}.m-select__input { flex: 1; height: 100%; border: none; outline: none; color: inherit; font-size: inherit; padding: 0; background: transparent; cursor: pointer; pointer-events: none;}.m-select__input::placeholder { font-size: inherit; color: #bbb;}.m-select__tags { padding-bottom: 3px; display: flex; flex-wrap: wrap; align-items: center; flex: 1; min-height: 100%; color: inherit; font-size: inherit; background: transparent;}.m-select__placeholder { font-size: inherit; border: none; outline: none; cursor: pointer; padding: 0; pointer-events: none; background: transparent;}.m-select__placeholder::placeholder { font-size: inherit; color: #bbb;}.m-select__tag { margin-right: 6px; margin-top: 3px;}.m-select__arrow { font-size: 20px;}.m-select__clear-icon { margin: 0 0 0 6px; font-size: 16px; opacity: 0; transition: opacity 0.1s linear; color: #888;}.m-select--disabled { background: #e6e9ec; color: #888; cursor: not-allowed;}.m-select--disabled * { cursor: not-allowed;}.m-select--normal { min-height: 42px; font-size: 15px;}.m-select--small { min-height: 36px; font-size: 14px;}.m-select--mini { min-height: 30px; font-size: 13px;}.m-select--normal-options { padding: 9px 0;}.m-select--small-options { padding: 7px 0;}.m-select--mini-options { padding: 5px 0;}.m-select--outline { border: thin solid #5e72e4;}.m-select--outline-hover:hover { border: thin solid #5e72e4;}.m-select--clear-icon-visible { opacity: 1; cursor: pointer;}.m-select--validation-error-border { border: thin solid #fb6340 !important;}