.base-dropdown{position:absolute;min-width:150px;z-index:1;top:100%;right:0;border:1px solid #e3e3e8;background-color:#fff;border-radius:6px;-webkit-box-shadow:0 4px 6px 0 rgba(0,0,0,.12);box-shadow:0 4px 6px 0 rgba(0,0,0,.12);margin-top:8px;padding-top:4px;padding-bottom:4px}.base-dropdown-item{position:relative;z-index:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:40px}.base-dropdown-item:not(.base-button--disabled){cursor:pointer}.base-dropdown-item .content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14px;font-weight:400}.base-dropdown-item .content span{display:block;width:16px;height:16px;margin:0 12px 0 0}.base-dropdown-item .content span svg{width:100%;height:auto}.base-dropdown-item.base-button-flat--default{margin:0}.base-dropdown-item.base-button-flat--default:focus,.base-dropdown-item.base-button-flat--default:hover{color:#ff9000}.base-dropdown-item.base-button .base-button__label{width:100%}.base-dropdown-item.base-button--disabled{background-color:unset!important;color:#9293a1}.base-dropdown-item.base-button--disabled:focus,.base-dropdown-item.base-button--disabled:hover{color:#9293a1}