.service-modal{position:fixed;top:0;left:0;width:100%;height:100%;z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease}.service-modal[aria-hidden=false]{opacity:1;visibility:visible}.service-modal__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#00000080;cursor:pointer}.service-modal__content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(.95);width:380px;max-width:calc(100% - 32px);max-height:calc(100vh - 32px);background:rgb(var(--color-background));border-radius:8px;box-shadow:0 10px 40px #0003;overflow:hidden;transition:transform .3s ease}.service-modal[aria-hidden=false] .service-modal__content{transform:translate(-50%,-50%) scale(1)}.service-modal__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(var(--color-foreground),.1)}.service-modal__title{margin:0;font-size:1.8rem;font-weight:600;color:rgb(var(--color-foreground))}.service-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:none;border:none;cursor:pointer;color:rgb(var(--color-foreground));transition:opacity .2s ease}.service-modal__close:hover{opacity:.7}.service-modal__body{padding:20px;overflow-y:auto;max-height:calc(100vh - 120px)}.service-modal__form{display:flex;flex-direction:column;gap:16px}.service-modal__field{display:flex;flex-direction:column;gap:6px}.service-modal__label{font-size:1.4rem;font-weight:500;color:rgb(var(--color-foreground))}.service-modal__required{color:#dc3545}.service-modal__input,.service-modal__textarea{width:100%;padding:10px 12px;font-size:1.4rem;line-height:1.5;color:rgb(var(--color-foreground));background:rgb(var(--color-background));border:1px solid rgba(var(--color-foreground),.2);border-radius:4px;transition:border-color .2s ease,box-shadow .2s ease}.service-modal__input:focus,.service-modal__textarea:focus{outline:none;border-color:rgba(var(--color-foreground),.5);box-shadow:0 0 0 3px rgba(var(--color-foreground),.1)}.service-modal__textarea{resize:none;min-height:100px}.service-modal__submit{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 20px;margin-top:8px;font-size:1.4rem;font-weight:600;color:rgb(var(--color-button-text));background:rgba(var(--color-button),var(--alpha-button-background));border:none;border-radius:4px;cursor:pointer;transition:opacity .2s ease}.service-modal__submit:hover{opacity:.9}.service-modal__submit:disabled{opacity:.6;cursor:not-allowed}.service-modal__submit-loading,.service-modal__submit.loading .service-modal__submit-text{display:none}.service-modal__submit.loading .service-modal__submit-loading{display:block}.service-modal__success{display:flex;flex-direction:column;align-items:center;text-align:center;padding:20px 0;gap:16px}.service-modal__success svg{color:#28a745}.service-modal__success p{margin:0;font-size:1.4rem;line-height:1.6;color:rgb(var(--color-foreground))}.service-modal__error{padding:12px 16px;margin-bottom:8px;background:#dc35451a;border:1px solid rgba(220,53,69,.3);border-radius:4px}.service-modal__error p{margin:0;font-size:1.3rem;color:#dc3545}@media only screen and (max-width: 480px){.service-modal__content{width:100%;max-width:100%;height:100vh;height:100dvh;max-height:100vh;max-height:100dvh;border-radius:0;top:0;left:0;transform:translateY(100%);display:flex;flex-direction:column;padding-top:env(safe-area-inset-top,0px);padding-bottom:env(safe-area-inset-bottom,0px);box-sizing:border-box}.service-modal[aria-hidden=false] .service-modal__content{transform:translateY(0)}.service-modal__header{flex-shrink:0;margin-top:40px}.service-modal__body{flex:1;min-height:0;max-height:none;overflow-y:auto;-webkit-overflow-scrolling:touch}}
/*# sourceMappingURL=/cdn/shop/t/17/assets/service-modal.css.map */
