:root{--distance-text: #6b7280}.provider-modal-dialog{max-width:90vw;width:1200px;max-height:90vh;padding:0;border:none;border-radius:8px;box-shadow:0 25px 50px -12px #00000040;z-index:9999;opacity:1;transform:none}@supports (transition: display 1s allow-discrete){.provider-modal-dialog{transition:display .6s allow-discrete,overlay .6s allow-discrete,opacity .4s cubic-bezier(.25,.46,.45,.94),transform .4s cubic-bezier(.25,.46,.45,.94);opacity:0;transform:translateY(20px) scale(.95)}.provider-modal-dialog[open]{opacity:1;transform:translateY(0) scale(1)}}@supports not (transition: display 1s allow-discrete){.provider-modal-dialog{transition:opacity .4s ease-out}.provider-modal-dialog:not([open]){opacity:0}.provider-modal-dialog[open]{opacity:1}}.provider-modal-dialog::backdrop{background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}@supports (backdrop-filter: blur(4px)){.provider-modal-dialog::backdrop{background:#00000080;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}}@supports (transition: display 1s allow-discrete){.provider-modal-dialog::backdrop{transition:display .6s allow-discrete,overlay .6s allow-discrete,opacity .4s ease-out;opacity:0}.provider-modal-dialog[open]::backdrop{opacity:1}}@supports (selector(:is())) and (transition: display 1s allow-discrete){@starting-style{.provider-modal-dialog[open]{opacity:0;transform:translateY(20px) scale(.95)}.provider-modal-dialog[open]::backdrop{opacity:0}}}.dialog-container{display:flex;flex-direction:column;height:90vh;position:relative}.dialog-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb}.dialog-title{font-size:1.5rem;font-weight:600;margin:0}.dialog-close{background:none;border:none;cursor:pointer;padding:.5rem;color:#6b7280;transition:color .2s}.dialog-close:hover{color:#111827}.dialog-content{flex:1;overflow:hidden;position:relative;min-height:500px;display:flex;flex-direction:column}.dialog-loading{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;z-index:1;transition:opacity .3s ease-out,visibility .3s ease-out;opacity:1;visibility:visible}.dialog-loading[style*="display: none"]{opacity:0;visibility:hidden}.dialog-loading .spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:provider-modal-spin 1s linear infinite}@keyframes provider-modal-spin{to{transform:rotate(360deg)}}.map-container{display:grid;grid-template-columns:1fr;grid-template-areas:"search" "panel";height:500px;width:100%;position:relative;flex:1;gap:0;opacity:1}.modal-search-card{grid-area:search}.provider-panel{grid-area:panel}.map-wrapper{display:none}@supports (animation: fadeInUp 1s){.map-container.data-loaded{animation:fadeInUp .5s ease-out forwards}.map-container:not(.data-loaded){opacity:0}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}}@media (min-width: 1024px){.map-container{grid-template-columns:25% 75%;grid-template-areas:"panel map";position:relative}.modal-search-card{grid-area:unset;position:absolute;top:1rem;right:1rem;z-index:10;max-width:400px}.provider-panel{grid-area:panel}.map-wrapper{grid-area:map;display:block;position:relative;height:100%}}.provider-panel{background:#fff;border-right:1px solid #e5e7eb;overflow-y:auto;padding:clamp(1rem,2.105vw,2rem);height:100%;display:none}@media (min-width: 1024px){.provider-panel{display:block}}.provider-panel.hidden{transform:translate(-100%)}.panel-title{font-size:clamp(1.125rem,2vw,1.5rem);font-weight:600;margin:0 0 1rem;padding:1rem 0}.provider-list{list-style:none;padding:0;margin:0;display:grid;gap:1rem}.provider-list-item{padding:1rem;border:1px solid rgba(var(--color-border, 229, 231, 235),1);box-shadow:inset 0 0 0 1px rgb(var(--color-border, 229, 231, 235));cursor:pointer;transition:background-color .2s;border-radius:4px;margin-bottom:.5rem;opacity:1;transform:none}@supports (animation-delay: calc(var(--item-index, 0) * 50ms)){.provider-list-item{transition:background-color .2s,transform .2s ease-out}.data-loaded .provider-list-item{animation:slideInLeft .4s ease-out backwards;animation-delay:calc(var(--item-index, 0) * 50ms)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}.provider-list-item:hover{transform:translate(4px)}}.provider-list-item:hover{background-color:#f9fafb}.provider-list-item.selected{background-color:#eff6ff}.provider-list-item h4{margin:0 0 .25rem;font-size:1rem}.provider-list-item p{margin:0 0 .5rem;color:#6b7280;font-size:.875rem}.provider-list-item button{margin-top:.5rem}.map-wrapper{position:relative;min-height:500px;height:100%;width:100%}.map-element{width:100%;height:100%}.search-card{background-color:#fff;border-radius:var(--rounded-block, 8px);box-sizing:border-box;margin:10px;padding:clamp(1rem,2.105vw,1.5rem);box-shadow:0 2px 8px #00000026;z-index:10}.search-input:focus{outline:2px solid #3b82f6;outline-offset:2px}.map-container.mapless-mode{display:flex!important;flex-direction:column;max-width:800px;margin:0 auto;height:auto!important;min-height:0}.mapless-mode .search-card{position:relative!important;top:auto!important;right:auto!important;margin:1.25rem 0 1.5rem;width:100%;max-width:100%;box-sizing:border-box;flex-shrink:0}.mapless-mode .provider-panel{flex:1 1 auto!important;max-width:100%!important;width:100%;height:auto!important;max-height:100%!important;min-height:200px;overflow-y:auto;border:none;background:transparent;margin:0;padding:0}.mapless-mode .provider-list{overflow-y:visible;padding-right:.5rem}.mapless-mode .provider-panel::-webkit-scrollbar{width:8px}.mapless-mode .provider-panel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.mapless-mode .provider-panel::-webkit-scrollbar-thumb{background:#888;border-radius:4px}.mapless-mode .provider-panel::-webkit-scrollbar-thumb:hover{background:#555}.mapless-mode .map-wrapper{display:none!important}.mapless-mode .provider-list-item{padding:1rem;border:1px solid rgba(0,0,0,.1);border-radius:8px;transition:box-shadow .2s;cursor:default;background:#fff;margin-bottom:.5rem}.mapless-mode .provider-list-item:last-child{margin-bottom:0}.mapless-mode .provider-list-item:hover{box-shadow:0 2px 8px #0000001a;transform:none}.mapless-mode .distanceText{color:var(--distance-text);margin:.5rem 0}.mapless-mode .panel-title{font-size:1.25rem;margin-bottom:1rem;position:sticky;top:0;background:#fff;padding:.5rem 0;z-index:1}.help-list{display:grid;gap:1rem}.help-list__item{padding:1rem;border:1px solid rgba(var(--color-border, 229, 231, 235),1)}.search-card{background:#fff;border-radius:8px;padding:1rem;box-shadow:0 2px 8px #00000026}.modal-search-card{width:100%;opacity:1;transform:none}@supports (animation: slideInRight 1s){.data-loaded .modal-search-card{animation:slideInRight .5s ease-out .2s backwards}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}}.pac-container{z-index:10000}.search-title{font-size:1.25rem;font-weight:600;margin:0 .75rem .75rem 0}.search-input{width:100%;max-width:400px;padding:.5rem 1rem;border:1px solid #d1d5db;border-radius:6px;font-size:1rem}.search-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.dialog-footer{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background:#f9fafb}.selected-provider-text{color:#6b7280}.confirm-btn:disabled{opacity:.5;cursor:not-allowed}@supports (animation: buttonPulse 1s){.confirm-btn:not(:disabled){animation:buttonPulse .6s ease-out}@keyframes buttonPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}}.info-window{padding:.5rem;min-width:200px}.info-window h3{margin:0 0 .5rem;font-size:1rem;font-weight:600}.info-window p{margin:0 0 .75rem;color:#6b7280;font-size:.875rem}.info-window button{width:100%}.error-message{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:2rem;text-align:center}.error-message p{margin:0 0 1rem;color:#dc2626;font-size:1rem}.provider-modal-dialog .button--primary .btn-fill,.provider-modal-dialog .button--small .btn-fill{background-color:#fff}.provider-modal-dialog .button--primary:hover .btn-text,.provider-modal-dialog .button--small:hover .btn-text{color:rgb(var(--color-button-background));transition:color .3s ease}@media (max-width: 768px){.provider-modal-dialog{max-width:100vw;width:100vw;max-height:100vh;height:100vh;border-radius:0}.dialog-container{height:100vh;display:flex;flex-direction:column}.map-wrapper{display:none!important}.map-container{display:flex!important;flex-direction:column;height:100%;gap:0}.modal-search-card{position:sticky;top:0;left:0;right:0;width:100%;max-width:none;z-index:100;border-radius:0;padding:1rem;box-shadow:0 2px 8px #0000001a;background:#fff;margin:0;flex-shrink:0}.search-title{font-size:1rem;margin-bottom:.5rem}.search-input{width:100%;max-width:none;padding:.75rem 1rem;font-size:16px}.provider-panel{display:block!important;flex:1;border:none;padding:0;overflow-y:auto;-webkit-overflow-scrolling:touch;background:#f9fafb}.panel-title{display:none}.provider-list{padding:.5rem;gap:.5rem}.provider-list-item{background:#fff;border-radius:12px;padding:1rem;margin-bottom:.5rem;box-shadow:0 1px 3px #0000001a;border:1px solid rgba(229,231,235,.5)}.provider-list-item h4{font-size:1rem;font-weight:600;margin-bottom:.5rem;color:#111827}.provider-list-item p{font-size:.875rem;line-height:1.4;margin-bottom:.5rem}.provider-list-item .distanceText{color:var(--distance-text);font-size:.875rem;margin-bottom:.75rem}.provider-list-item .provider-select-btn{width:100%;padding:.75rem 1rem;font-size:.9375rem;border-radius:8px;min-height:44px}.provider-list-item.selected,.provider-list-item .is-selected{background:#eff6ff;border-color:#3b82f6}.dialog-header{padding:1rem;flex-shrink:0}.dialog-title{font-size:1.25rem}.dialog-content{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.dialog-footer{flex-direction:column;gap:.75rem;align-items:stretch;padding:1rem;border-top:1px solid #e5e7eb;background:#fff;flex-shrink:0;box-shadow:0 -2px 8px #0000000d}.selected-provider-text{text-align:center;font-size:.875rem}.confirm-btn{width:100%;padding:.875rem;font-size:1rem}.dialog-loading{background:#f9fafb}.dialog-container,.dialog-content,.map-container{overflow-x:hidden}@keyframes slideInLeft{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.data-loaded .provider-list-item{animation:slideInLeft .3s ease-out backwards}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/provider-modal.css.map */
