.component-select,.component-select__trigger{width:100%;max-width:100%;position:relative}.component-select__trigger{z-index:2;background-color:#fff;border:1px solid #e7e6e8;border-radius:12px;justify-content:space-between;align-items:center;height:48px;padding:12px 16px;display:flex;overflow:hidden}.component-select__trigger:hover{background-color:#f7f4fe}.component-select__trigger-title{text-align:left;align-items:center;gap:8px;display:flex;overflow:hidden}.component-select__trigger-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.component-select__trigger-icons{justify-content:center;align-items:center;gap:8px;margin-left:8px;display:flex}.component-select__trigger-icons .item{width:24px;height:24px}.component-select__trigger-clear{cursor:pointer;background-color:#0000;background-image:url(../img/svg/icon-close.svg);background-position:50%;background-repeat:no-repeat}.component-select__trigger-switcher{cursor:pointer;background-color:#e7e6e8;border-radius:31px;width:51px;height:31px;transition:background-color .3s;position:relative}.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%;width:27px;height:27px;transition:transform .3s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px}.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}.component-select__content-dropdown{z-index:100;border:1px solid #e7e6e8;border-top:unset;border-radius:12px;border-top-left-radius:unset;border-top-right-radius:unset;opacity:0;background-color:#fff;margin-top:-1px;padding:0;transition:all .3s;overflow:hidden;transform:translateY(-40px)}.component-select__content-options{flex-direction:column;padding:10px 0 12px;display:flex}.component-select__content-option{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;height:40px;padding:8px 16px;transition:background-color .3s;display:flex}.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;width:24px;height:24px;transition:all .2s}.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;width:24px;height:24px;transition:all .2s}.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-left-radius:unset;border-bottom-right-radius:unset;border-bottom-color:#fff}.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{color:#b1b3b4;cursor:not-allowed;background-color:#fff}.component-select__disabled .component-select__trigger-switcher{cursor:not-allowed;opacity:.6}.component-select__highlighted .component-select__trigger{border-width:2px;border-color:#d0bef1}.component-select__highlighted.component-select__open .component-select__trigger{border-bottom:unset}.component-select__highlighted.component-select__open .component-select__content-dropdown{border-width:2px;border-color:#d0bef1}
