.custom-dropdown{position:relative}.custom-dropdown .dropdown-label{font-size:14px;color:#333;margin-bottom:8px;display:block}.custom-dropdown .dropdown-container{cursor:pointer;position:relative;border-radius:16px;border:1px solid #f0ebff;background:#fbfaff;padding:12px;font-size:14px;transition:border-color .3s ease;color:#6d7075}.custom-dropdown .dropdown-container:active,.custom-dropdown .dropdown-container:hover{border:1px solid #bca7ff;color:#1f232b}.custom-dropdown .dropdown-selected{display:flex;align-items:center;justify-content:space-between;width:100%}.custom-dropdown .dropdown-options{position:absolute;top:100%;left:0;width:100%;border:1px solid #f0ebff;background:#fbfaff;border-radius:16px;z-index:1000;padding:8px;margin-top:1px}.custom-dropdown .dropdown-options .dropdown-option{text-align:start;width:100%;padding:12px;font-size:14px;color:#1f232b;cursor:pointer}.custom-dropdown .dropdown-options .dropdown-option:hover{background-color:#f9f7ff;border:1px solid #e5ddff;border-radius:8px}