.simple-select,.simple-select__btn{position:relative;width:100%}.simple-select__btn{align-items:center;background-color:#fff;border-radius:12px;color:#21272a;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:15px;height:44px;line-height:1;max-width:100%;padding:12px 40px 12px 24px}.simple-select__btn:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23b20fc0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m13 9-3 3-3-3'/%3E%3C/svg%3E");background-repeat:no-repeat;content:"";display:block;height:20px;position:absolute;right:16px;top:50%;transform:translateY(-50%);transition:.3s;width:20px}.simple-select.open .simple-select__btn:after{transform:translateY(-50%) scale(-1)}.simple-select__current{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.simple-select__wrap{position:relative}.simple-select__native{height:0;opacity:0;pointer-events:none;position:absolute;width:0}.simple-select__list{background-color:#fff;border-radius:12px;box-shadow:0 4px 20px #aa158f1a;box-sizing:border-box;display:flex;flex-direction:column;gap:20px;left:0;margin:0;opacity:1;padding:24px;pointer-events:auto;top:0;transition:opacity .15s ease-out}.simple-select__list-options{display:flex;flex-direction:column;gap:20px;max-height:inherit;overflow-y:auto}.simple-select__item{align-items:center;color:#21272a;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:4px;line-height:1.5;transition:.3s}.simple-select__item.active,.simple-select__item:hover{color:#b20fc0}.simple-select__item.active:after{background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0ibm9uZSIgdmlld0JveD0iMCAwIDE2IDE2Ij48ZyBzdHJva2U9IiNiMjBmYzAiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIxLjUiIGNsaXAtcGF0aD0idXJsKCNhKSI+PHBhdGggZD0ibTIuNCA4IDQgNCA4LTgiLz48cGF0aCBkPSJtMi40IDggNCA0IDgtOCIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTZ2MTZIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);background-repeat:no-repeat;color:#b20fc0;content:"";display:inline-block;flex-shrink:0;height:16px;width:16px}.simple-select__item.disabled:not(.active){cursor:not-allowed;opacity:.4;pointer-events:none}.simple-select__item.disabled:not(.active):hover{color:#21272a}.simple-select:not(.multiple) .simple-select__item.active{cursor:default;pointer-events:none}.simple-select__clear{background:none;border:none;border-bottom:1px dashed;color:#c1c7cd;cursor:pointer;display:block;font:inherit;font-size:14px;line-height:1.4;margin-top:8px;margin-inline:auto;padding:0;text-align:center;width:-moz-fit-content;width:fit-content}.simple-select__clear:hover{color:#697077}.simple-select--error .simple-select__btn{border:1px solid #ff0040}.simple-select--dark .simple-select__btn{background-color:#f5f5f8}.simple-select--disabled .simple-select__btn{background-color:#e0e3e6;cursor:not-allowed}
