.custom-select-wrapper,.form-container.has-custom-select,.form-container.has-custom-select .form-loader-wrapper,.form-container.has-custom-select .signup-content{overflow:visible!important}.custom-select-wrapper{position:relative;margin-bottom:15px}.form-container:has(.custom-select-wrapper),.form-loader-wrapper:has(.custom-select-wrapper),.signup-content:has(.custom-select-wrapper){overflow:visible!important}.custom-select{position:relative;width:100%}.custom-select-trigger{display:flex;justify-content:space-between;align-items:center;width:100%;border:1.5px solid #ebebeb;border-radius:5px;padding:17px 20px;box-sizing:border-box;font-size:14px;font-weight:500;color:#222;background-color:#fff;cursor:pointer;text-align:left;transition:border-color .2s,box-shadow .2s}.custom-select-trigger:focus{outline:0;border-color:#9face6}.custom-select-trigger:hover:not(:focus){border-color:#d0d0d0}.custom-select-trigger span.placeholder{color:#999}.custom-select-arrow{display:flex;align-items:center;justify-content:center;transition:transform .2s;color:#999;font-size:12px;margin-left:10px;flex-shrink:0}.custom-select-arrow.open{transform:rotate(180deg)}.custom-select-dropdown{position:absolute;top:100%;left:0;right:0;z-index:1000;margin-top:4px;padding:0;list-style:none;background-color:#fff;border:1.5px solid #ebebeb;border-radius:5px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-height:200px;overflow-y:auto}.custom-select-option{padding:12px 20px;font-size:14px;font-weight:500;color:#222;cursor:pointer;transition:background-color .15s}.custom-select-option:hover{background-color:#f5f5f5}.custom-select-option.selected{background-color:#e8f0fe;color:#1a73e8;font-weight:600}.custom-select-option:first-child{border-radius:4px 4px 0 0}.custom-select-option:last-child{border-radius:0 0 4px 4px}.custom-select-trigger._error{box-shadow:0 10px 20px -12px #f12b2b!important;border-color:#f12b2b!important}.custom-select-trigger._error span.placeholder{color:#f12b2b!important;font-weight:bolder!important}.custom-select-dropdown::-webkit-scrollbar{width:6px}.custom-select-dropdown::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.custom-select-dropdown::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.custom-select-dropdown::-webkit-scrollbar-thumb:hover{background:#a1a1a1}@media screen and (max-width:480px){.custom-select-trigger{padding:15px 16px;font-size:14px}.custom-select-option{padding:10px 16px}.custom-select-dropdown{max-height:180px}}.custom-select-trigger:focus-visible{outline:#4a90d9 solid 2px;outline-offset:2px}.custom-select-option:focus{background-color:#e8f0fe;outline:0}@media (prefers-reduced-motion:reduce){.custom-select-arrow,.custom-select-dropdown,.custom-select-option,.custom-select-trigger{transition:none}}