.dropdown-menu-content{max-height:var(--bits-dropdown-menu-content-available-height);min-width:8rem;z-index:65;transform-origin:var(--bits-dropdown-menu-content-transform-origin);overflow-x:hidden;overflow-y:auto;padding:calc(var(--spacing) * 1);--un-outline-style:none;outline-style:none;border-radius:var(--radius-md);background-color:color-mix(in srgb,var(--popover) var(--un-bg-opacity),transparent);--un-shadow:0 1px 3px 0 var(--un-shadow-color, rgb(0 0 0 / .1)),0 1px 2px -1px var(--un-shadow-color, rgb(0 0 0 / .1));box-shadow:var(--un-inset-shadow),var(--un-inset-ring-shadow),var(--un-ring-offset-shadow),var(--un-ring-shadow),var(--un-shadow)}.dropdown-menu-content[data-state=open]{@apply animate-in fade-in-0 zoom-in-95;}.dropdown-menu-content[data-state=closed]{@apply animate-out fade-out-0 zoom-out-95;}.dropdown-menu-content[data-side=bottom]{@apply slide-in-from-top-2;}.dropdown-menu-content[data-side=left]{@apply slide-in-from-end-2;}.dropdown-menu-content[data-side=right]{@apply slide-in-from-start-2;}.dropdown-menu-content[data-side=top]{@apply slide-in-from-bottom-2;}@property --un-bg-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}@property --un-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}@property --un-shadow-color{syntax:"*";inherits:false;}@property --un-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}@property --un-inset-shadow-color{syntax:"*";inherits:false;}@property --un-ring-color{syntax:"*";inherits:false;}@property --un-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}@property --un-inset-ring-color{syntax:"*";inherits:false;}@property --un-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}@property --un-ring-inset{syntax:"*";inherits:false;}@property --un-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0px;}@property --un-ring-offset-color{syntax:"*";inherits:false;}@property --un-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000;}.dropdown-menu-item{font-size:var(--text-sm-fontSize);line-height:var(--un-leading, var(--text-sm-lineHeight));padding-inline:calc(var(--spacing) * 2);padding-block:calc(var(--spacing) * 1.5);outline-style:none;border-radius:var(--radius-sm);display:flex;gap:calc(var(--spacing) * 2);cursor:default;-webkit-user-select:none;user-select:none;align-items:center;position:relative;@property --un-bg-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}@property --un-text-opacity{syntax:"<percentage>";inherits:false;initial-value:100%;}}.dropdown-menu-item[data-highlighted]{background-color:color-mix(in srgb,var(--accent) var(--un-bg-opacity),transparent)}.dropdown-menu-item[data-disabled]{opacity:50%;pointer-events:none}.dropdown-menu-item[data-inset]{padding-inline-start:calc(var(--spacing) * 8)}.dropdown-menu-item[data-variant=destructive]{@apply text-destructive;}.dropdown-menu-item[data-variant=destructive][data-highlighted]{@apply bg-destructive/10 text-destructive dark:bg-destructive/20;}.dropdown-menu-item[data-variant=destructive] svg{@apply !text-destructive;}.dropdown-menu-item svg{flex-shrink:0;pointer-events:none}.dropdown-menu-item svg:not([class*=size-]){width:calc(var(--spacing) * 4);height:calc(var(--spacing) * 4)}.dropdown-menu-item svg:not([class*=text-]){color:color-mix(in srgb,var(--muted-foreground) var(--un-text-opacity),transparent)}@media(forced-colors:active){.dropdown-menu-item{outline:2px solid transparent;outline-offset:2px}}
