.component-select,.component-select__trigger{max-width:100%;position:relative;width:100%}.component-select__trigger{align-items:center;background-color:#fff;border:1px solid #e7e6e8;border-radius:12px;display:flex;height:48px;justify-content:space-between;overflow:hidden;padding:12px 16px;z-index:2}.component-select__trigger:hover{background-color:#f7f4fe}.component-select__trigger-title{align-items:center;display:flex;gap:8px;overflow:hidden;text-align:left}.component-select__trigger-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.component-select__trigger-icons{align-items:center;display:flex;gap:8px;justify-content:center;margin-left:8px}.component-select__trigger-icons .item{height:24px;width:24px}.component-select__trigger-clear{background-color:transparent;background-image:url(../img/svg/icon-close.svg);background-position:50%;background-repeat:no-repeat;cursor:pointer}.component-select__trigger-switcher{background-color:#e7e6e8;border-radius:31px;cursor:pointer;height:31px;position:relative;transition:background-color .3s ease;width:51px}.component-select__trigger-switcher.checked{background-color:#7248da}.component-select__trigger-switcher.checked .component-select__trigger-switcher-handle{transform:translate(20px)}.component-select__trigger-switcher-handle{background-color:#fff;border-radius:50%;height:27px;left:2px;position:absolute;top:2px;transition:transform .3s cubic-bezier(.4,0,.2,1);width:27px}.component-select__trigger-checkbox-custom{background-image:url(../img/svg/icon-select-checkbox-empty.svg);background-position:50%;background-repeat:no-repeat}.component-select__trigger-checkbox-custom.checked{background-image:url(../img/svg/icon-select-checkbox-ckecked.svg)}.component-select__trigger-checkbox-hidden{opacity:0;pointer-events:none;position:absolute}.component-select__trigger-arrow{background-image:url(../img/svg/icon-select-arrow-down.svg);background-position:50%;background-repeat:no-repeat;transition:transform .3s ease}.component-select__content-dropdown{background-color:#fff;border:1px solid #e7e6e8;border-radius:12px;border-top:unset;border-top-left-radius:unset;border-top-right-radius:unset;margin-top:-1px;opacity:0;overflow:hidden;padding:0;transform:translateY(-40px);transition:all .3s ease;z-index:100}.component-select__content-options{display:flex;flex-direction:column;padding:10px 0 12px}.component-select__content-option{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:40px;justify-content:space-between;padding:8px 16px;transition:background-color .3s;width:100%}.component-select__content-option:hover{background-color:#f7f4fe}.component-select__content-option-checkbox-hidden,.component-select__content-option-radio-hidden{opacity:0;pointer-events:none;position:absolute}.component-select__content-option-radio-custom{background-image:url(../img/svg/icon-select-radio-empty.svg);background-position:50%;background-repeat:no-repeat;height:24px;transition:all .2s ease;width:24px}.component-select__content-option-radio-custom.selected{background-image:url(../img/svg/icon-select-radio-selected.svg)}.component-select__content-option-checkbox-custom{background-image:url(../img/svg/icon-select-checkbox-empty.svg);background-position:50%;background-repeat:no-repeat;height:24px;transition:all .2s ease;width:24px}.component-select__content-option-checkbox-custom.checked{background-image:url(../img/svg/icon-select-checkbox-ckecked.svg)}.component-select__counter .component-select__trigger{cursor:default}.component-select__open .component-select__trigger{border-bottom-color:#fff;border-bottom-left-radius:unset;border-bottom-right-radius:unset}.component-select__open .component-select__trigger-arrow{background-image:url(../img/svg/icon-select-arrow-down-primary.svg);transform:rotate(180deg)}.component-select__open .component-select__content-dropdown{opacity:1;transform:translateY(0)}.component-select__disabled .component-select__trigger{background-color:#fff;color:#b1b3b4;cursor:not-allowed}.component-select__disabled .component-select__trigger-switcher{cursor:not-allowed;opacity:.6}.component-select__highlighted .component-select__trigger{border-color:#d0bef1;border-width:2px}.component-select__highlighted.component-select__open .component-select__trigger{border-bottom:unset}.component-select__highlighted.component-select__open .component-select__content-dropdown{border-color:#d0bef1;border-width:2px}
