.phone-input-wrapper{position:relative;display:flex;gap:.5rem;width:100%}.country-selector-button{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid #d1d5db;border-radius:.375rem;cursor:pointer;transition:all .15s ease;min-width:100px;font-size:.875rem}.country-selector-button:hover{border-color:var(--primary-color, #ff6701);background:#f9fafb}.country-selector-button.active{border-color:var(--primary-color, #ff6701);box-shadow:0 0 0 3px rgba(var(--primary-color-rgb, 255, 103, 1),.1)}.country-selector-button .country-flag{font-size:1.25rem;line-height:1}.country-selector-button .country-code{font-weight:500;color:#374151}.country-selector-button i{margin-left:auto;font-size:.75rem;color:#6b7280;transition:transform .15s ease}.country-selector-button.active i{transform:rotate(180deg)}.phone-input-container{position:relative;flex:1;display:flex;align-items:center}.phone-code-display{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);font-weight:500;color:#6b7280;font-size:.875rem;pointer-events:none;z-index:1}.phone-input{padding-left:3.5rem!important;width:100%}.country-dropdown{position:absolute;top:calc(100% + .5rem);left:0;width:320px;max-height:400px;background:#fff;border:1px solid #d1d5db;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;z-index:1000;overflow:hidden;display:flex;flex-direction:column}.country-search-container{padding:.75rem;border-bottom:1px solid #e5e7eb;background:#f9fafb}.country-search{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;outline:none;transition:all .15s ease}.country-search:focus{border-color:var(--primary-color, #ff6701);box-shadow:0 0 0 3px rgba(var(--primary-color-rgb, 255, 103, 1),.1)}.countries-list{overflow-y:auto;max-height:320px}.country-option{display:flex;align-items:center;gap:.75rem;padding:.75rem;cursor:pointer;transition:background .15s ease;border-bottom:1px solid #f3f4f6}.country-option:last-child{border-bottom:none}.country-option:hover{background:#f9fafb}.country-option .country-flag{font-size:1.5rem;line-height:1;flex-shrink:0}.country-option .country-name{flex:1;font-size:.875rem;color:#374151;font-weight:500}.country-option .country-phone-code{font-size:.875rem;color:#6b7280;font-weight:500}.phone-input-wrapper.is-valid .phone-input-container{border-color:#10b981}.phone-input-wrapper.is-valid .phone-input{border-color:#10b981!important}.phone-input-wrapper.is-invalid .phone-input-container{border-color:#ef4444}.phone-input-wrapper.is-invalid .phone-input{border-color:#ef4444!important}[data-bs-theme=dark] .country-selector-button,[data-bs-theme=dark] .country-dropdown,[data-bs-theme=dark] .phone-input{background:#1f2937;border-color:#374151;color:#f3f4f6}[data-bs-theme=dark] .country-selector-button:hover{background:#374151;border-color:var(--primary-color, #ff6701)}[data-bs-theme=dark] .country-search-container{background:#111827;border-color:#374151}[data-bs-theme=dark] .country-search{background:#1f2937;border-color:#374151;color:#f3f4f6}[data-bs-theme=dark] .country-option{border-color:#374151}[data-bs-theme=dark] .country-option:hover{background:#374151}[data-bs-theme=dark] .country-option .country-name{color:#f3f4f6}[data-bs-theme=dark] .country-option .country-phone-code,[data-bs-theme=dark] .phone-code-display{color:#9ca3af}[data-bs-theme=dark] .country-selector-button .country-code{color:#f3f4f6}@media (max-width: 640px){.phone-input-wrapper{flex-direction:column}.country-selector-button,.country-dropdown{width:100%}}.countries-list::-webkit-scrollbar{width:8px}.countries-list::-webkit-scrollbar-track{background:#f3f4f6}.countries-list::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.countries-list::-webkit-scrollbar-thumb:hover{background:#9ca3af}[data-bs-theme=dark] .countries-list::-webkit-scrollbar-track{background:#1f2937}[data-bs-theme=dark] .countries-list::-webkit-scrollbar-thumb{background:#374151}[data-bs-theme=dark] .countries-list::-webkit-scrollbar-thumb:hover{background:#4b5563}
