.sc-modal-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;opacity:0;transition:opacity .3s ease}.sc-modal-backdrop.active{opacity:1}.sc-modal{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) scale(.9);z-index:1001;background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #0000004d;opacity:0;transition:transform .3s ease,opacity .3s ease;max-height:90vh;display:flex;flex-direction:column}.sc-modal.active{opacity:1;transform:translate(-50%,-50%) scale(1)}.sc-modal-small{width:400px;min-height:200px}.sc-modal-medium{width:640px;min-height:300px}.sc-modal-large{width:800px;min-height:400px}.sc-modal-content{display:flex;flex-direction:column;max-height:75vh}.sc-modal-header{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;border-bottom:1px solid #e9ecef}.sc-modal-title{margin:0;color:#0c2e3ee6;font-family:Poppins;font-size:18px;font-style:normal;font-weight:700;line-height:26px}.sc-modal-close{width:30px;height:30px;border:none}.sc-modal-close:hover{opacity:1}.sc-modal-body{padding:20px;flex-grow:1}.sc-modal-footer{padding:15px 20px;border-top:1px solid #e9ecef;display:flex;justify-content:flex-end;gap:10px}.sc-modal-loader{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fffc;z-index:1002;display:flex;justify-content:center;align-items:center;border-radius:8px}.sc-modal-spinner{width:40px;height:40px;border:4px solid rgba(0,102,204,.2);border-radius:50%;border-top-color:#06c;animation:sc-modal-spin 1s linear infinite}@keyframes sc-modal-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 850px){.sc-modal-large{width:90%}}@media (max-width: 768px){.sc-modal-medium{width:90%}}@media (max-width: 350px){.sc-modal-small{width:90%}}
/*# sourceMappingURL=/cdn/shop/t/136/assets/sc-modal.css.map */
