.input-select-outer-wrapper{position:relative}.input-select-outer-wrapper .input-select-wrapper{cursor:pointer;overflow:hidden;width:100%}.input-select-outer-wrapper .input-select-wrapper .input-select-title{align-items:center;border:1px solid #e0e0e2;border-radius:10px;display:flex;height:40px;justify-content:space-between;padding:12px 10px}.input-select-outer-wrapper .input-select-wrapper .input-select-title p{font-size:12px}.input-select-outer-wrapper .input-select-wrapper .input-select-title .arrow-down-icon{height:20px;margin-right:10px;transition:transform .3s ease-out;width:20px}.input-select-outer-wrapper .input-select-wrapper .input-select-options-wrapper{background-color:#fff;overflow:hidden;position:absolute;top:calc(100% + 10px);transition:height .3s ease-out;width:100%}.input-select-outer-wrapper .input-select-wrapper .input-select-options-wrapper.scroll-needed{overflow-y:auto}.input-select-outer-wrapper .input-select-wrapper .input-select-options-wrapper .input-select-option{border-bottom:1px solid #e0e0e2;font-size:12px;padding:10px 12px}.input-select-outer-wrapper .input-select-wrapper .input-select-options-wrapper .input-select-option.active,.input-select-outer-wrapper .input-select-wrapper .input-select-options-wrapper .input-select-option:hover{background-color:#f1f2f4}.input-select-outer-wrapper .input-select-wrapper.active .input-select-options-wrapper{border:1px solid #e0e0e2;border-radius:10px}.input-select-outer-wrapper .input-select-wrapper.active .input-select-title .arrow-down-icon{transform:rotate(180deg)}