*{margin:0;padding:0;box-sizing:border-box;opacity:1}body{margin:0;display:flex;min-width:320px;min-height:100vh}#root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-size:18px;line-height:1.5;font-weight:400;width:100vw;display:flex;margin:0;color-scheme:light;color:#000;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}.pageContainer{width:100%;display:flex}.navbarContainer{display:flex;flex-direction:column;position:fixed;top:0;left:0;width:100%;height:60px;opacity:1;z-index:2}.nav-bar{background-color:#87cefa;opacity:1;color:#000;width:100%;height:60px;display:flex;flex-direction:row;justify-content:space-between;padding-right:10px;align-items:center;z-index:2;box-shadow:0 2px 6px gray}.nav-bar>a{color:#000;margin-left:10px;margin-right:10px;font-weight:700;opacity:1}.nav-bar>a:hover{color:#00f}.nav-bar>a.active{text-decoration:none;opacity:.5}.nav-bar-right-container{display:flex;align-items:center;gap:10px}.user-email{font-size:14px;color:#333;font-weight:500}.icon-wrapper{padding:8px;border-radius:4px;transition:background-color .2s}.icon-wrapper:hover{background-color:#0000001a}.navigationMenuContainer{position:absolute;top:60px;right:10px;background-color:#fff;border:1px solid #ddd;border-radius:8px;box-shadow:0 4px 12px #00000026;z-index:1000;min-width:150px;padding:8px 0}.menuLink{padding:12px 16px;cursor:pointer;transition:background-color .2s;font-size:14px;color:#333;border-bottom:1px solid #f0f0f0}.menuLink:last-child{border-bottom:none}.menuLink:hover{background-color:#f5f5f5}.belowNavBar{display:flex;flex-direction:column;justify-content:space-between;width:100%;max-width:1200px;margin:70px auto 20px;padding:0 20px;z-index:0;min-height:90%}.addToCartContainer{position:fixed;top:60px;left:0;margin:0;width:100%;height:200px;z-index:1;background-color:#fff;display:flex;flex-direction:column;justify-content:center;align-items:center}.belowNavBarWorkshopPage{display:flex;flex-direction:column;width:100%;margin:230px 20px 20px;z-index:0}#company_logo{margin-left:10px;height:50px}a{font-weight:700;color:#8489e7;text-decoration:inherit}a:hover{color:#00f}a:active{opacity:.5}.cartContainer{width:100%;max-width:800px;margin:0 auto;padding:0 20px}.cartPriceListContainer{display:flex;flex-direction:row;width:100%;max-width:550px}.perItemPriceContainer{display:flex;flex-direction:column;align-items:flex-start}.perItemPrice{font-size:18px}.perItemDiscountBox{background-color:#e74c3c;color:#fff;padding:4px;border-radius:4px;font-size:14px}.batchTiming{font-size:16px;color:#888}.batchModifications{font-size:14px}.clickable{cursor:pointer}.cartItemDivider{border-bottom:1px solid #ccc;margin:10px 0}.copyrightFooter{margin:0;display:flex;justify-content:center;width:100%;bottom:0;border-color:#000;border-top-style:solid;border-width:1px}table{width:100%}h1{font-size:3.1em;line-height:1.5}h3{font-size:2em;line-height:1.5;text-shadow:1px 1px 2px grey}h4,h5{font-size:1.3em;line-height:1.5;text-shadow:1px 1px 2px grey}h5{font-size:1.1em}form{display:block}ul,ol{display:block;list-style:disc outside none;margin:0;padding:0 0 0 20px}ol{list-style-type:decimal}ul ul,ol ul{list-style-type:circle;margin-left:15px}ol ol,ul ol{list-style-type:lower-latin;margin-left:15px}li{display:list-item}button{border-radius:8px;border:2px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;border-color:#87cefa;background-color:#87cefa;box-shadow:2px 2px 6px gray;color:#000;cursor:pointer;transition:border-color .25s}button:hover{border-color:#00f}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}button:active{opacity:.5}button:disabled{opacity:.5;cursor:not-allowed}.centeredContainer{display:flex;align-items:center;justify-content:center;padding-bottom:15px}select,input{width:300px;height:40px;font-size:1em;border:1px solid grey;border-radius:8px}.flexColumn{display:flex;flex-direction:column}.ReactModal__Overlay{opacity:0;transition:opacity .1s ease-in-out}.ReactModal__Overlay--after-open{opacity:1}@media screen and (max-width: 600px){.ReactModal__Overlay--after-open{padding:8px}}.ReactModal__Overlay--before-close{opacity:0}h2{line-height:1.5;text-shadow:1px 1px 2px grey}.generate-btn{bottom:10px;right:10px;width:auto;position:absolute}.modal-content{display:flex;flex-direction:column;align-items:center}.step-container{display:flex;justify-content:space-around;max-width:800px;margin:0 auto}.step{display:flex;flex-direction:column;align-items:center;text-align:center;flex:1}@media screen and (min-width: 600px){.step{border-right:1px solid #ccc;padding-bottom:0}.step:last-child{border-right:none}}@media screen and (max-width: 600px){.step{border-bottom:1px solid #ccc}.step:last-child{border-bottom:none}}.step p{font-weight:700;font-size:19px;margin-bottom:10px}.step svg{margin-top:auto;margin-bottom:10px}.step-text{font-size:16px;color:#888}@media screen and (max-width: 600px){.step svg{height:30%;width:30%}}@media (max-width: 768px){.modal-content{width:90%;padding:5px}.step-container{flex-direction:column}}@media (max-width: 480px){.modal-content{width:90%}}.selected{border-bottom:2px solid #87cefa;background-color:#eee}.overlay-spinner{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.overlay-spinner>div{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.skeleton{animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{background-color:#c2cfd6}to{background-color:#f0f3f5}}.skeleton-text{width:100%;height:.7rem;margin-bottom:.5rem;border-radius:.25rem}.skeleton-footer{width:30%}.skeleton-big-text{width:100%;height:2rem;margin-bottom:.5rem;border-radius:.25rem}.skeleton-button{max-width:150px;width:100%;height:2rem;margin-bottom:.5rem;border-radius:.25rem}.skeleton-big-footer{width:35%}@media (max-width: 768px){.skeleton-big-footer{width:90%}}.svg-icon{height:20px;width:20px;vertical-align:sub}.workshop-container{display:flex;justify-content:center;align-items:flex-start;flex-direction:row;margin:10px auto;max-width:1200px;gap:20px}.workshop-details{background-color:#8489e7;padding:15px;border-radius:8px;box-shadow:2px 2px 6px gray;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;margin-right:50px;width:100%;max-width:400px}.certificate-container{display:flex;align-items:center}.certificate-img{height:24px;margin-right:8px}@media (max-width: 768px){.workshop-container{flex-direction:column;align-items:center;padding:0 10px;gap:15px;margin:10px auto}.workshop-details{margin-right:0;margin-bottom:0;order:2;width:100%;max-width:400px;padding:12px}.workshop-batch-select{margin:0 auto;width:100%;order:1}}@media (max-width: 480px){.workshop-details{padding:10px;font-size:14px}.workshop-details div{margin-bottom:8px}.workshop-details div:last-child{margin-bottom:0}}.all-tooltip{max-width:90vw;word-wrap:break-word;overflow-wrap:break-word;white-space:normal;padding:10px;box-sizing:border-box;text-align:center}.svg-icon-smaller{height:17px;width:17px;vertical-align:sub}.cart-email-suggestion{color:gray;font-size:16px;text-align:left}@media only screen and (max-width: 768px){.cart-email-suggestion{font-size:14px}}.payment-instructions{color:gray;margin-top:25px;font-size:18px;text-align:center}.payment-link{color:#87cefa;font-weight:900;cursor:pointer;position:relative}.payment-link:after{content:"";position:absolute;width:0;height:2px;background:#87cefa;left:0;bottom:0;transition:width .3s ease-in-out}.payment-link:hover:after{width:100%}.cart-suggestion-title{font-size:18px;margin-bottom:5px;color:gray;font-weight:700}.cart-suggestion-box{border:1px solid lightgray;border-radius:8px;padding:10px;background-color:#f9f9f9}.cart-suggestion{list-style-type:circle;color:gray;font-size:17px;text-align:left;list-style-type:disc}.nested-steps{list-style-type:decimal}@media only screen and (max-width: 768px){.cart-suggestion-title{font-size:18px}.cart-suggestion-box{border:1px solid lightgray;border-radius:8px;padding:10px}.cart-suggestion{font-size:14px}}@media only screen and (max-width: 768px){.cart-email-suggestion{font-size:13.5px}}.loginContainer{max-width:400px;margin:70px auto 0;padding:20px;background-color:#f4f4f4;border-radius:10px;box-shadow:0 0 10px #0000001a}.loginForm{display:flex;flex-direction:column;align-items:center}.loginLabel{margin-bottom:8px;font-weight:700;color:#333;text-align:center;font-size:18px}.loginInput{padding:12px;margin-bottom:16px;border:1px solid #ccc;border-radius:5px;width:100%;font-size:16px;box-sizing:border-box}.loginInput:focus{outline:none;border-color:#007bff;box-shadow:0 0 5px #007bff4d}.loginError{text-align:center;color:red;margin-top:10px;font-size:14px}.infoMsg{text-align:center;color:green;margin-top:10px;font-size:14px;font-weight:500}.login-suggestion{color:gray;font-size:17px;align-self:center;text-align:center;margin-top:20px;padding:0 20px}@media only screen and (max-width: 768px){.login-suggestion{font-size:15px}.loginContainer{margin-top:40px;padding:15px}.loginLabel{font-size:16px}.loginInput{padding:10px;font-size:14px}}.zoho-form-container{max-width:600px;margin:0 auto;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.zoho-form-description{color:#666;margin-bottom:1.5rem;text-align:center}.zoho-form-group{margin-bottom:1.5rem}.zoho-form-row{display:flex;gap:1rem}.zoho-form-row .zoho-form-group{flex:1}.zoho-form-label{display:block;margin-bottom:.5rem;font-weight:500;color:#333}.zoho-form-input,.zoho-form-textarea,.zoho-form-select{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.zoho-form-input:focus,.zoho-form-textarea:focus,.zoho-form-select:focus{outline:none;border-color:#007bff}.zoho-form-input.error,.zoho-form-textarea.error,.zoho-form-select.error{border-color:#dc3545}.zoho-form-error{color:#dc3545;font-size:.875rem;margin-top:.25rem}.zoho-form-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem}.zoho-form-button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.zoho-form-button.primary{background-color:#007bff;color:#fff}.zoho-form-button.primary:hover:not(:disabled){background-color:#0056b3}.zoho-form-button.secondary{background-color:#6c757d;color:#fff}.zoho-form-button.secondary:hover:not(:disabled){background-color:#545b62}.zoho-form-button:disabled{opacity:.6;cursor:not-allowed}.zoho-spinning{animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.zoho-centered-content{display:flex;justify-content:center;align-items:center;min-height:400px}.zoho-checkout-wrapper{max-width:600px;width:100%;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a}.zoho-loading-container{text-align:center;padding:2rem}.zoho-loading-container .spin{animation:spin 1s linear infinite;margin-bottom:1rem}.zoho-error-message{background-color:#f8d7da;color:#721c24;padding:1rem;border-radius:4px;margin-bottom:1rem}.zoho-payment-section{text-align:center}.zoho-payment-actions{margin-bottom:2rem}.zoho-payment-link-btn{display:inline-block;background-color:#007bff;color:#fff;padding:1rem 2rem;text-decoration:none;border-radius:4px;font-size:1.1rem;font-weight:500;transition:background-color .3s ease}.zoho-payment-link-btn:hover{background-color:#0056b3}.zoho-payment-summary{margin-top:2rem;padding-top:2rem;border-top:1px solid #eee}.zoho-checkout-section-title{margin-bottom:1rem;color:#333}.zoho-cart-items{margin-bottom:1rem}.zoho-cart-item{padding:.5rem 0;border-bottom:1px solid #f0f0f0}.zoho-item-name{font-weight:500}.zoho-total-price{font-size:1.2rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #eee}.cart-suggestion-box{margin-top:2rem;padding:1rem;background-color:#f8f9fa;border-radius:4px;text-align:left}.cart-suggestion-title{font-weight:500;margin-bottom:.5rem}.cart-suggestion{margin:0;padding-left:1.5rem}.cart-suggestion li{margin-bottom:.25rem}.centered-container{display:flex;justify-content:center;align-items:center;min-height:60vh}.payment-status-container{max-width:500px;width:100%;padding:2rem;background:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;text-align:center}.payment-status-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.status-icon{margin-bottom:1rem}.status-icon.checking{color:#007bff}.status-icon.success{color:#28a745}.status-icon.error{color:#dc3545}.redirect-message{color:#666;font-style:italic}.action-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer;transition:background-color .3s ease}.btn-primary{background-color:#007bff;color:#fff}.btn-primary:hover{background-color:#0056b3}.btn-secondary{background-color:#6c757d;color:#fff}.btn-secondary:hover{background-color:#545b62}.fa-spin{animation:spin 1s linear infinite}.zoho-form-email-display{padding:10px;border:1px solid #ddd;border-radius:4px;background-color:#f5f5f5;font-weight:700;color:#333;text-align:center}.discount-code-container{margin:15px 0;padding:15px;background-color:#f8f9fa;border-radius:8px;border:1px solid #e9ecef}.discount-code-input-group{display:flex;flex-direction:column;gap:8px}.discount-code-label{font-weight:700;font-size:14px;color:#333;margin-bottom:5px}.discount-code-input-wrapper{display:flex;gap:10px;align-items:stretch}.discount-code-input{flex:1;padding:12px 16px;border:1px solid #ccc;border-radius:6px;font-size:16px;min-height:44px;box-sizing:border-box}.discount-code-input:focus{outline:none;border-color:#007bff;box-shadow:0 0 0 2px #007bff40}.discount-code-button{padding:12px 20px;background-color:#007bff;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:16px;font-weight:500;min-height:44px;min-width:80px;white-space:nowrap;transition:background-color .2s ease}.discount-code-button:hover:not(:disabled){background-color:#0056b3}.discount-code-button:disabled{background-color:#ccc;cursor:not-allowed}.discount-code-applied{color:#28a745;font-size:14px;margin-top:8px;font-weight:500}@media only screen and (max-width: 768px){.discount-code-container{margin:15px 0;padding:12px}.discount-code-input-group{gap:10px}.discount-code-label{font-size:16px}.discount-code-input-wrapper{flex-direction:column;gap:12px}.discount-code-input{width:100%;font-size:16px;padding:14px 16px}.discount-code-button{width:100%;padding:14px 20px;font-size:16px}.discount-code-applied{font-size:15px;text-align:center}}
