#choose-your-location .modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f172a73;box-sizing:border-box;display:flex;height:100vh;top:0;right:0;bottom:0;left:0;justify-content:center;min-height:100dvh;padding:1rem;position:fixed;width:100vw;z-index:100}#choose-your-location .modal-container{background:#fff;border-radius:16px;box-shadow:0 25px 50px -12px #0000002e,0 0 0 1px #0000000a;max-width:420px;padding:1.5rem 1.5rem 1.25rem;position:relative;width:100%}#choose-your-location .modal-close{align-items:center;background:transparent;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;height:2.25rem;justify-content:center;position:absolute;right:.875rem;top:.875rem;transition:background .15s ease,color .15s ease;width:2.25rem}#choose-your-location .modal-close:hover{background:#f1f5f9;color:#0f172a}#choose-your-location .modal-header{margin-bottom:1.25rem;padding-right:2.5rem}#choose-your-location .modal-title{color:#0f172a;font-size:1.25rem;font-weight:600;line-height:1.3;margin:0 0 .35rem;text-align:left}#choose-your-location .modal-subtitle{color:#64748b;font-size:.875rem;line-height:1.45;margin:0;text-align:left}#choose-your-location .modal-body{margin-bottom:0}#choose-your-location .modal-footer{border-top:none;margin-top:1.25rem;padding-top:0}#choose-your-location .modal-footer .btn{border-radius:4px;border-width:0;font-weight:600;padding:.65rem 1rem}#choose-your-location .modal-footer .btn-primary{min-height:2.75rem}#choose-your-location .country-select-container{position:relative;width:100%}#choose-your-location .select-box{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;color:#0f172a;cursor:pointer;display:flex;font-size:1rem;gap:.75rem;justify-content:space-between;padding:.75rem 1rem;transition:border-color .15s ease,box-shadow .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}#choose-your-location .select-box:hover{border-color:#cbd5e1}#choose-your-location .select-box.has-error{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441f}#choose-your-location .select-box__label{font-weight:500}#choose-your-location .error-text{color:#dc2626;font-size:.8125rem;margin:.5rem 0 0;text-align:left}#choose-your-location .select-arrow{align-items:center;border:none;color:#64748b;display:flex;flex-shrink:0;font-size:.875rem;height:auto;justify-content:center;pointer-events:none;width:auto}#choose-your-location .select-dropdown{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 10px 40px -10px #0f172a26;left:0;list-style:none;margin:0;max-height:220px;overflow-y:auto;padding:.35rem;position:absolute;top:calc(100% + 6px);width:100%;z-index:1000}#choose-your-location .select-option{align-items:center;border-radius:8px;cursor:pointer;display:flex;font-size:.9375rem;margin-bottom:2px;padding:.65rem .75rem;text-align:left;transition:background-color .15s ease,color .15s ease}#choose-your-location .select-option:last-child{margin-bottom:0}#choose-your-location .select-option:hover{background:#f1f5f9;color:#0f172a}#choose-your-location .select-option.selected{background:#eff6ff;color:var(--brand-color,#2563eb);font-weight:500}
