.location-modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.8);display:flex;justify-content:center;align-items:center;z-index:999999;backdrop-filter:blur(5px)}.location-modal{background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);max-width:500px;width:90%;max-height:90vh;overflow-y:auto;animation:.3s ease-out modalSlideIn}@keyframes modalSlideIn{from{opacity:0;transform:translateY(-50px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.location-modal-header{padding:30px 30px 20px;border-bottom:1px solid #eee;text-align:center}.location-modal-header h3{margin:0 0 10px;color:#333;font-size:24px;font-weight:600}.location-modal-header p{margin:0;color:#666;font-size:14px;line-height:1.5}.location-modal-body{padding:30px}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;color:#333;font-weight:500;font-size:14px}.form-group select{width:100%;padding:12px 40px 12px 15px;border:2px solid #e1e5e9;border-radius:8px;font-size:14px;color:#333;background:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e") right 12px center/16px no-repeat #fff;transition:.3s;appearance:none}.form-group select:focus{outline:0;border-color:#007bff;box-shadow:0 0 0 3px rgba(0,123,255,.1)}.form-group select:disabled{background-color:#f8f9fa;color:#6c757d;cursor:not-allowed}.location-modal-footer{padding:20px 30px 30px;text-align:center;border-top:1px solid #eee}.btn{display:inline-block;padding:12px 30px;font-size:16px;font-weight:500;text-align:center;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:.3s;min-width:120px}.btn-primary{background:linear-gradient(135deg,#007bff,#0056b3);color:#fff}.btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-2px);box-shadow:0 8px 25px rgba(0,123,255,.3)}.btn-primary:disabled{background:#6c757d;cursor:not-allowed;transform:none;box-shadow:none}@media (max-width:768px){.location-modal{width:95%;height:90%;margin:20px}.location-modal-body,.location-modal-footer,.location-modal-header{padding:20px}.location-modal-header h3{font-size:20px}.form-group select{padding:10px 12px;font-size:16px}.location-info-bar div:nth-child(2){display:flex;justify-content:center}.location-modal-header p{font-size:13px!important}.location-modal-footer button{padding:13px 5px;font-size:14px}.ts-dropdown-content{max-height:115px!important}}@media (max-width:480px){.location-modal{width:100%;height:90%;border-radius:0;max-height:100vh;display:flex;flex-direction:column;justify-content:center}.location-modal-body,.location-modal-footer,.location-modal-header{padding:10px}}.form-group select.loading{background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23007bff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M21 12a9 9 0 11-6.219-8.56'%3e%3c/path%3e%3c/svg%3e");animation:1s linear infinite spin}@keyframes spin{from{transform:rotate(0)}to{transform:rotate(360deg)}}.form-group select.error{border-color:#dc3545}.form-group .error-message{color:#dc3545;font-size:12px;margin-top:5px;display:none}.form-group select.error+.error-message{display:block}.form-group select.success{border-color:#28a745}.location-modal::-webkit-scrollbar{width:6px}.location-modal::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.location-modal::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.location-modal::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.btn-secondary{background-color:#6c757d;color:#fff;border:none;padding:10px 20px;border-radius:4px;cursor:pointer;font-size:14px;margin-right:10px}.btn-secondary:hover{background-color:#5a6268}.location-modal-footer{display:flex;justify-content:flex-end;gap:10px}