.smart-select{position:relative}.smart-select .smart-select__label{display:flex;align-items:center;justify-content:space-between}.smart-select .smart-select__icon{transition:tranform .2s}.smart-select .smart-select__icon.rotated{transform:rotate(-180deg)}.smart-select .smart-select__content{position:absolute;left:0;right:0;top:calc(100% + 1px);padding:4px 0;border-radius:4px;background:#fff;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;z-index:20;border:1px solid #ccc;max-height:600px;overflow:hidden auto}.smart-select .smart-select__input{border-top-left-radius:4px;border-top-right-radius:4px;border:none;padding:8px 20px;border-bottom:1px solid #ccc;font-size:14px;font-weight:400;width:100%;margin-top:-4px}.smart-select .smart-select__list{display:flex;flex-direction:column}.smart-select .smart-select__button{width:100%;background-color:#fafafa;transition:background-color .2s;padding:8px 20px;border:none;font-size:14px;text-align:left;font-weight:500}.smart-select .smart-select__button.active{background-color:#ddd}.smart-select .smart-select__button:not(.active):hover{background-color:#eee}.smart-select .smart-select__not-found{display:block;width:100%;text-align:center;margin-top:4px;margin-bottom:2px;font-size:12px}
