@charset "utf-8";

._content-wrapper_galhj_1 { z-index: var(--z-index-dropdown); overflow: auto; min-width: var(--radix-select-trigger-width); height: fit-content; color: rgb(26, 33, 30); background-color: rgb(255, 255, 255); box-shadow: rgba(0, 0, 0, 0.02) 0px 0px 6px, rgba(0, 0, 0, 0.08) 0px 2px 4px; }

._content-wrapper_galhj_1::-webkit-scrollbar { width: 4px; padding: 6px 2px; }

._content-wrapper_galhj_1::-webkit-scrollbar-thumb { background-color: rgb(230, 233, 232); border-radius: 9999px; width: 4px !important; }

._content-wrapper_galhj_1._sm_galhj_27 { position: fixed; right: 0px; bottom: 0px; left: 0px; max-height: 260px; padding: 16px 16px 24px; border-radius: 8px; }

._content-wrapper_galhj_1._md_galhj_39 { max-height: 200px; padding: 12px; border-radius: 4px; }

._header_galhj_46 { display: flex; align-items: center; justify-content: space-between; height: 40px; padding: 0px 12px; }

._item-container_galhj_55 { cursor: pointer; position: relative; height: 32px; padding: 8px 12px; background-color: rgb(255, 255, 255); border-radius: 4px; outline: none; }

._item-container_galhj_55:focus, ._item-container_galhj_55:hover { background-color: rgb(238, 241, 240); }

._item-container_galhj_55._with-description_galhj_72 { padding: 4px 12px; }

._item-inner-container_galhj_77 { display: grid; gap: 4px; }

._item-label_galhj_82 { font: 400 16px / 100% "Open Sans", "Open Sans Fallback", sans-serif; color: rgb(0, 0, 0); }

._item-description_galhj_87 { font: 400 14px / 100% "Open Sans", "Open Sans Fallback", sans-serif; color: rgb(96, 101, 98); }

._scroll-area-root_galhj_92 { width: 100%; height: auto; }

._scroll-area-viewport_galhj_97 { width: 100%; height: 100%; }

._scroll-area-viewport_galhj_97 > div { gap: 4px; display: grid !important; }

._link_galhj_107 { display: block; }

._link_galhj_107:hover { text-decoration: none; }

._overlay_galhj_115 { position: fixed; z-index: calc(var(--z-index-dropdown) - 1); inset: 0px; visibility: hidden; opacity: 0; background-color: rgba(0, 0, 0, 0.5); }

._overlay_galhj_115._open_galhj_124 { visibility: visible; opacity: 1; transition: opacity 0.2s ease-out, visibility 0.2s ease-out; }

._close-button_galhj_133 { color: inherit; }