.bit-select-dropdown__item{font-size:var(--ds-font-size-base);position:relative;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:var(--bit-color-text-primary);box-sizing:border-box}[dir] .bit-select-dropdown__item{padding:6px 8px;border-radius:var(--ds-border-radius-base);cursor:pointer}.bit-select-dropdown__item.is-disabled{color:var(--bit-color-text-placeholder)}[dir] .bit-select-dropdown__item.is-disabled{cursor:not-allowed}[dir] .bit-select-dropdown__item.is-disabled:hover{background-color:transparent}[dir] .bit-select-dropdown__item.hover,[dir] .bit-select-dropdown__item.selected-last,[dir] .bit-select-dropdown__item:hover{background-color:var(--bit-bg-color-tertiary)}.bit-select-dropdown__item.selected{font-weight:500}.bit-select-dropdown__item.mobileSelected{color:var(--bit-color-text-primary);font-weight:400}[dir] .bit-select-dropdown__item.mobileSelected{background-color:transparent}.bit-select-dropdown__wrapper{display:flex;justify-content:space-between;align-items:center;width:100%}[dir=ltr] .bit-select-dropdown__checked-icon{margin-left:8px}[dir=rtl] .bit-select-dropdown__checked-icon{margin-left:unset;margin-right:8px}.bit-select-dropdown__item-container{height:100%;width:100%;line-height:28px}[dir=rtl] .bit-select-dropdown__item-container>label{display:flex;justify-content:space-between;align-items:center}[dir=rtl] .bit-select-dropdown__item-container>label .bit-checkbox__label{padding-left:8px}.bit-select-dropdown__mobileItem{display:flex;justify-content:space-between;align-items:center}[dir] .bit-select-dropdown__mobileItem{padding:14px 15px}.bit-select-dropdown--small{height:32px;line-height:32px}.bit-select-dropdown--small .bit-select-dropdown__item-container{line-height:20px}.bit-select-dropdown--medium{height:48px;line-height:48px}.bit-select-dropdown--medium .bit-select-dropdown__item-container{line-height:36px}.bit-select-dropdown--large{height:56px;line-height:56px}.bit-select-dropdown--large .bit-select-dropdown__item-container{line-height:44px}