.dropdown{position:relative}.dropdown__button{box-sizing:border-box;width:100%;cursor:pointer;-webkit-user-select:none;user-select:none}.dropdown__content{flex-shrink:0}.dropdown__floating{position:fixed;z-index:var(--z-index-dropdown);margin:0;padding:0;font-weight:400;font-style:normal;line-height:1.5;letter-spacing:normal;white-space:normal;text-align:left;text-transform:none;text-decoration:none;text-shadow:none;word-break:normal;word-spacing:normal;overflow-wrap:break-word;transform:translateY(-10px);visibility:hidden;opacity:0;transition:opaciy 125ms ease-in-out,transform 125ms ease-in-out;line-break:auto}.dropdown__floating[aria-hidden=false]{visibility:visible;opacity:1}.dropdown--size-md .dropdown__button{display:flex;gap:16px;align-items:center;height:48px;padding-right:24px;padding-left:24px;font-size:16px;line-height:24px}.dropdown--theme-currency .dropdown__button{display:flex;gap:8px;align-items:center;justify-content:space-between;height:44px;padding-right:16px;padding-left:16px;color:var(--text-primary);font-size:16px;line-height:20px;background:var(--ui-100);border:1px solid var(--ui-400)}.dropdown--theme-currency .dropdown__button:after{flex-shrink:0;width:12px;height:7px;margin-left:auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' fill='none'%3E%3Cpath stroke='%231E272E' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M11 1 6 5.67 1 1'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;content:""}.dropdown--rounded .dropdown__button{border-radius:var(--border-radius-default)}.dropdown--pill .dropdown__button{border-radius:100rem}.dropdown--theme-default .dropdown__button{display:flex;gap:8px;background:var(--color-white);border:1px solid var(--color-light-grey-outline);transition:125ms all ease-in-out}.dropdown--theme-default .dropdown__button:hover{background:var(--color-light-grey)}.dropdown--theme-default .dropdown__button:after{flex-shrink:0;width:11px;height:6px;margin-left:auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11' height='6' fill='none' viewBox='0 0 11 6'%3E%3Cpath fill='%239B9B9D' d='M.68 0C.08 0-.23.69.2 1.1l4.31 4c.27.24.7.24.98 0l4.31-4c.44-.41.13-1.1-.47-1.1H.68Z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;content:""}.dropdown--theme-currency .dropdown__floating{width:calc(100% - calc(var(--padding-x-mobile) * 2));min-width:260px;background:var(--ui-100);border:1px solid var(--ui-400)}.dropdown.is-expanded .dropdown__floating{transform:translateY(0);visibility:visible;opacity:1}@media(min-width:640px){.dropdown--theme-currency .dropdown__floating{width:auto}}@media(min-width:768px){.dropdown--theme-currency .dropdown__button{padding-right:12px;padding-left:12px}}.dropdown-menu{width:100%;overflow:hidden}.dropdown-menu__items{margin:0;padding:0;overflow:hidden;overflow-y:auto}.dropdown-menu__item{min-width:0;padding:0;list-style:none}.dropdown-menu__button{box-sizing:border-box;width:100%;text-align:left;transition:var(--transition-interactive-default)}.dropdown-menu--theme-default{min-width:220px;padding-top:8px;padding-bottom:8px;background:var(--color-white);border:1px solid var(--color-light-grey-outline);border-radius:var(--border-radius-default);box-shadow:5px 8px 16px #1514510d}.dropdown-menu--theme-default .dropdown-menu__button{display:flex;gap:32px;align-items:center;height:50px;padding-right:16px;padding-left:16px}.dropdown-menu--theme-default .dropdown-menu__button:hover{background:var(--color-light-grey)}.dropdown-menu--theme-default .dropdown-menu__button:after{width:16px;height:16px;margin-left:auto;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffa130' fill-rule='evenodd' d='M6.47 10.17 3.35 7.15a1.11 1.11 0 0 0-1.55 1.6l4 3.87a1 1 0 0 0 1.41-.02l7.02-7.25a1.11 1.11 0 1 0-1.6-1.55l-6.16 6.37Z' clip-rule='evenodd'/%3E%3C/svg%3E")}.dropdown-menu--theme-default .dropdown-menu__button.is-selected:after{content:""}.dropdown-menu--theme-currency{background:var(--color-white);border:1px solid var(--color-light-grey-outline);border-radius:var(--border-radius-default);box-shadow:5px 8px 16px #1514510d}.dropdown-menu--theme-currency .dropdown-menu__items{max-height:30vh;padding:5px 0}.dropdown-menu--theme-currency .dropdown-menu__button{display:flex;gap:32px;align-items:center;box-sizing:border-box;width:100%;height:48px;padding-right:16px;padding-left:16px;text-align:left;border-bottom:1px solid var(--color-light-grey-outline);transition:var(--transition-interactive-default)}.dropdown-menu--theme-currency .dropdown-menu__button:after{width:20px;height:20px;margin-left:auto;background:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='20'%20height='20'%20fill='none'%20viewBox='0%200%2020%2020'%3e%3cpath%20stroke='%23FFA130'%20stroke-linecap='round'%20stroke-linejoin='round'%20stroke-width='2'%20d='M15%208.33%207.5%2013l-2-4'/%3e%3c/svg%3e") no-repeat center center}.dropdown-menu--theme-currency .dropdown-menu__button.is-selected{background-color:#fff6ea}.dropdown-menu--theme-currency .dropdown-menu__button.is-selected:after{content:""}.dropdown-menu--theme-currency .dropdown-menu__button:hover{background:#fff6ea}.dropdown-menu--theme-currency .dropdown-menu__item:last-child .dropdown-menu__button{border-bottom:none}
