.dropdown-container{box-sizing:border-box;width:100%;font-family:Arial,sans-serif;font-size:15px;display:block;position:relative}.catalog-dropdown .dropdown-header{background-color:var(--primaryButtonColor);color:var(--primaryButtonTextColor);border-radius:var(--defaultBorderRadius);box-sizing:border-box;border:none;justify-content:center;align-items:center;min-width:100px;height:42px;font-size:14px;font-weight:700;display:flex}.dropdown-header span:first-child{flex:1;margin-right:5px}.dropdown-header:hover{background-color:#f0f0f0;border-color:#aaa}.dropdown-list{z-index:9999;background-color:#fff;border:1px solid #ccc;border-radius:8px;max-height:220px;margin:0;padding:0;list-style:none;overflow-y:auto;box-shadow:0 2px 6px rgba(0,0,0,.15)}.dropdown-list-item{color:#333;cursor:pointer;white-space:nowrap;padding:8px 12px;font-size:15px}.dropdown-default .dropdown-header{color:#333;cursor:pointer;background-color:#fff;border:1px solid #ccc;border-radius:6px;justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.dropdown-borderless .dropdown-header{color:#333;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.dropdown-filled .dropdown-header{background-color:var(--primaryButtonColor);color:var(--primaryButtonTextColor);border-radius:var(--defaultBorderRadius);cursor:pointer;border:none;justify-content:space-between;align-items:center;padding:.6rem 1rem;font-weight:700;display:flex}.dropdown-list-item:hover{background-color:#e0eefe}.dropdown-list-item.selected{background-color:#c9e0ff}.dropdown-header,.dropdown-list-item{-webkit-tap-highlight-color:transparent}.dropdown-header:focus,.dropdown-header:active,.dropdown-header:focus-within{box-shadow:none;outline:none}.dropdown-header:focus-visible{box-shadow:none;outline:none}
