.adm-dropdown{background-color:var(--adm-color-background)}.adm-dropdown .adm-dropdown-nav{border-bottom:1px solid #0000;display:flex}.adm-dropdown-open .adm-dropdown-nav{border-bottom-color:var(--adm-color-border)}.adm-dropdown-item{cursor:pointer;flex:1;justify-content:center;min-width:0;display:flex}.adm-dropdown-item .adm-dropdown-item-title{max-width:100%;font-size:var(--adm-font-size-main);align-items:center;padding:12px;display:flex;position:relative}.adm-dropdown-item .adm-dropdown-item-title-text{white-space:nowrap;text-overflow:ellipsis;margin-right:5px;overflow:hidden}.adm-dropdown-item .adm-dropdown-item-title-arrow{color:var(--adm-color-light);font-size:9px;transition:all .2s;transform:rotate(0)translateY(1px)}.adm-dropdown-item .adm-dropdown-item-title-arrow-active{transform:rotate(-180deg)translateY(-1px)}.adm-dropdown-item .adm-dropdown-item-title:active{opacity:.7}.adm-dropdown-item-highlight{color:var(--adm-color-primary)}.adm-dropdown-item-active .adm-dropdown-item-title:after{margin-top:-1px;transform:rotate(135deg)}.adm-dropdown-item-content{background:var(--adm-color-background);width:100%}.adm-dropdown-item-content-hidden{display:none}.adm-dropdown-popup{width:100%;position:fixed;bottom:0;left:0;right:0;overflow:hidden}.adm-dropdown-popup .adm-dropdown-popup-mask,.adm-dropdown-popup .adm-dropdown-popup-body{position:absolute}
