.referral-wrapper{display:flex;gap:10px;max-width:500px;width:100%}.custom-dropdown{flex:1;position:relative}.dropdown-selected{align-items:center;background:#fff;border:1px solid #ccc;border-radius:6px;cursor:pointer;display:flex;font-family:Montserrat;font-size:16px;font-weight:600;justify-content:space-between;padding:12px}.caret{border-bottom:2px solid #555;border-right:2px solid #555;height:10px;margin-left:8px;transform:rotate(45deg);transition:.2s ease;width:10px}.custom-dropdown.open .caret{transform:rotate(225deg)}.dropdown-list{background:#fff;border:1px solid #ccc;border-radius:6px;display:none;margin-top:4px;max-height:220px;overflow-y:auto;position:absolute;width:100%;z-index:9999}.dropdown-list div{cursor:pointer;font-family:Montserrat;font-weight:600;padding:12px}.dropdown-list div:hover{background:#f2f2f2}.dropdown-list.show{display:block}#go-button{border:none;border-radius:6px;color:#fff;cursor:pointer;padding:12px 20px}#go-button,#go-button:hover{background:#24125f}@media(max-width:768px){.referral-wrapper{flex-direction:column}#go-button{width:100%}}