.notfound-container{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background-color:#f9f9f9;color:#333}.notfound-code{font-size:6rem;margin:0}.notfound-message{font-size:1.5rem;margin-bottom:1rem}.notfound-link{font-size:1rem;color:#007bff;text-decoration:none;border-bottom:1px solid #007bff;padding-bottom:2px;transition:color .2s ease,border-color .2s ease}.notfound-link:hover{color:#0056b3;border-color:#0056b3}#logout-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#f0f0f0}#logout-container h1{font-size:1.3rem}#header{background-color:var(--secondary-container-bgc);display:flex;margin-top:1em;padding-right:3em;justify-content:space-between;align-items:center;width:100%;max-height:fit-content}#header img{cursor:pointer}#login-button{background-color:var(--primary-container-bgc);color:#fff;border:none;padding:.5em 2em .5em 1.25em;border-radius:50px;cursor:pointer;display:flex;place-items:center;gap:1.25em;white-space:nowrap;font-weight:600;transition:all .2s ease-in-out}#login-button:hover{transform:scale(1.05);background-color:#365f7f}#login-button svg{width:1.2em}#user-info{display:flex;align-items:center;gap:15vw;color:var(--secondary-font-color);font-weight:600}#user-info #logout-button{background-color:red;color:#fff;border:none;padding:.75em 1.5em;border-radius:10px;text-transform:uppercase;cursor:pointer;display:flex;place-items:center;gap:1.25em;white-space:nowrap;font-weight:600;transition:all .2s ease-in-out}#user-info #logout-button:hover{transform:scale(1.05);background-color:#b30000}#landing-page{padding:4em 2em;background:#fff;margin:1em 1em 0}#landing-page h4,#landing-page h2,#landing-page h3{color:var(--primary-font-color)}h2,h3{text-align:center}#landing-page h2{font-size:2.5rem;font-weight:600}#landing-page h3{font-size:2rem;font-weight:500;margin-bottom:2em}#landing-page h4{font-size:1.5rem;font-weight:400;margin-bottom:1em}#landing-page h5{font-size:1.2rem;font-weight:400;margin-block:1em .5em}#landing-page section{margin-bottom:2em}#landing-page .section-div{display:grid;grid-template-columns:1fr 1fr;gap:3em}#landing-page section img{width:100%}#highlights{display:flex;flex-direction:column;place-items:center;text-align:center;font-weight:700;color:var(--secondary-font-color);line-height:1.3rem}#landing-page #get-started{display:flex;justify-content:center;margin-bottom:4.5em}#get-started a{text-align:center;font-size:1.5rem;font-weight:600;color:#fff;background:red;padding:.5em 1em}#highlights .red-box{border:5px solid red;padding:1em 2em;margin-top:.5em;margin-bottom:3em;color:var(--primary-font-color)}#highlights .red-box>div{min-width:60vw;border-bottom:1px solid red;margin-bottom:1em;padding-bottom:1em}#highlights .red-box>div:last-of-type{border-bottom:none;margin-bottom:0}#order,#order h5{font-weight:700}#order p{margin-block:2em}#order p>span{margin-left:2em}#order p>span>span{margin-left:1em}#marketplaces-grid{display:grid;grid-template-columns:1fr 1fr 1fr;margin-top:1em;gap:.25em 0;width:80%;margin-inline:auto;text-align:center}#side-bar{background-color:var(--primary-container-bgc);text-align:center;padding-inline:.4em;min-width:8rem;max-width:10vw}#side-bar ul{list-style-type:none;padding:0;margin:0}#side-bar li{padding:10px 0;border-bottom:2px solid #fff}#side-bar a,#side-bar a:visited{color:#fff;text-decoration:none}#side-bar a.active{font-weight:500;color:#b6d4ee}#side-bar li:has(a.active){border-bottom:2px solid #b6d4ee}#footer{background:#b6d4ee;padding:2em;color:#4a7499}#footer h3{color:var(--secondary-font-color);font-size:1.5rem;text-align:start;font-weight:600;margin-block:1em 0}#footer p{font-weight:700;margin-block:.5em}body{background-color:#d5e8ef}#main-body{display:flex;flex-direction:row;height:100%;min-height:100vh}.login-box{margin:10rem auto;padding:24px;color:var(--secondary-font-color)}.field{display:flex;align-items:center;margin-bottom:16px}.field label{width:90px;font-weight:700}.field input,.login-box input{flex:1;padding:6px 8px;border:1px solid #cfdbe3;outline:none;min-width:30vw;border-radius:5px}.password-row{flex:1;display:flex;align-items:center;gap:10px;position:relative}.show-password{position:absolute;right:1em;top:50%;transform:translateY(-50%);font-size:12px;color:red;cursor:pointer;white-space:nowrap;font-weight:600}.actions{display:flex;align-items:center;gap:16px;margin-top:20px;margin-left:90px}.actions button{background:var(--primary-container-bgc);color:#fff;border:none;padding:6px 16px;cursor:pointer;font-weight:700;border-radius:7px}.actions button:disabled{opacity:.7;cursor:not-allowed}.forgot{font-size:12px;text-decoration:none}.error{color:red;font-weight:600;font-size:1.1rem;margin-block:1em;border-radius:10px;text-align:start;padding:1em;border:2px solid red;width:100%}#reset-password{display:grid;place-items:center;padding:2em}#reset-password form{width:50%;white-space:nowrap;display:grid;grid-template-columns:1fr 3fr;gap:1em}.last-reset-div{grid-column:1/3}#reset-password span{font-weight:700;text-align:end}#reset-password h2{font-size:1.4rem;text-align:start;font-weight:700}#reset-password pre{font-weight:700;margin-block:1em}#reset-password .actions{margin-inline:0}#forgot-pwd h2{font-weight:700;font-size:1.5rem;text-align:start}#forgot-pwd label{display:flex;flex-direction:column;font-size:1.1rem;margin-block:2em 1em;font-weight:700}#forgot-pwd input{padding:8px;font-size:1rem;border:1px solid #cfdbe3;border-radius:5px;outline:none;margin-top:.5em}#forgot-pwd .actions{margin:0}#forgot-pwd .actions button{font-size:1.1rem}.contact-wrapper{padding:40px 20px;min-height:100vh;margin-top:0}.contact-container{max-width:700px;margin:0 auto;color:#3a6a8f;font-family:Arial,sans-serif}.contact-container h1{font-size:26px;margin-bottom:10px;font-weight:700}.contact-container h2{font-size:22px;margin-top:40px;margin-bottom:10px;text-align:start;font-weight:600}.intro{line-height:1.5;margin-bottom:20px}.contact-form{margin-top:30px}.contact-form label{display:block;margin-bottom:18px;font-weight:700}.contact-form span{color:red}.contact-form input,.contact-form textarea{width:100%;margin-top:6px;padding:8px;border:1px solid #cfdbe3;font-size:14px}.contact-form textarea{height:160px;resize:vertical}.contact-form button{margin-top:20px;background:#4e6f8f;color:#fff;border:none;padding:10px 26px;font-size:16px;cursor:pointer;border-radius:7px}.contact-form button:disabled{opacity:.7;cursor:not-allowed}.success{margin-top:10px;color:#2e7d32;font-size:14px}.attachment-label{display:block;font-weight:700;margin:0!important}.attachment-label input[type=file]{display:none}.file-icon{width:24px;transform:scale(.8);aspect-ratio:1/1.5;vertical-align:middle;color:#3a6a8f;cursor:pointer}.attachment-label:has(input:disabled) .file-icon{color:#777;cursor:not-allowed}.attachment-info{font-size:13px;margin-top:6px;color:#3a6a8f}.attachment-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;margin-top:12px}.attachment-card{position:relative;width:140px;height:90px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px;cursor:default;transition:box-shadow .2s ease,border-color .2s ease}.attachment-card:hover{border-color:#cbd5f5;box-shadow:0 4px 10px #00000014}.file-icon{font-size:24px;margin-bottom:6px;color:#6b7280}.file-name{font-size:12px;text-align:center;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#374151}.remove-btn{position:absolute;top:6px;right:6px;width:20px;height:20px;border-radius:50%;border:none;background:#ef4444;color:#fff;font-size:14px;line-height:1;cursor:pointer;opacity:0;transform:scale(.9);transition:opacity .15s ease,transform .15s ease;margin:0!important;padding:0!important}.attachment-card:hover .remove-btn{opacity:1;transform:scale(1)}#legal-navbar{border-bottom:2px solid var(--primary-container-bgc);border-top:2px solid var(--primary-container-bgc);background-color:var(--secondary-container-bgc);color:#fff;font-weight:500;height:fit-content;width:100%;padding:.75em 1em;font-size:1.1rem;display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:1em}#legal-navbar a{color:inherit;text-decoration:none}#legal-navbar a.active{text-shadow:0 1px 0 rgba(255,255,255,.4),0 0 6px black}#legal-page-parent{display:flex;flex-direction:column;width:100%}#legal-page{margin:0;padding:32px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Inter,Arial,sans-serif;color:#1f2937;line-height:1.65;font-size:15px}#legal-page h1{font-size:28px;font-weight:600;margin-bottom:20px;border-bottom:1px solid #e5e7eb;padding-bottom:12px;text-align:center;color:var(--primary-font-color)}#legal-page h2{font-size:18px;font-weight:600;margin-top:28px;margin-bottom:8px;text-align:start;color:var(--primary-font-color)}#legal-page h3{font-size:16px;font-weight:600;margin-top:20px;margin-bottom:6px;text-align:start;color:var(--primary-font-color)}#legal-page p{margin:10px 0}#legal-page strong{font-weight:600}#legal-page a{color:#2563eb;text-decoration:none;word-break:break-word}#legal-page a:hover{text-decoration:underline}#legal-page ul{margin:12px 0 12px 20px;padding:0}#legal-page li{margin-bottom:6px}#legal-page hr{border:none;border-top:1px solid #e5e7eb;margin:32px 0}@media (max-width: 640px){#legal-page{padding:24px 16px;font-size:14px}#legal-page h1{font-size:24px}#legal-page h2{font-size:17px}}.invoice-form{font-family:sans-serif;color:var(--secondary-font-color);padding:2rem;width:100%}.form-sections{display:grid;grid-template-columns:1.1fr 1fr;gap:2rem;flex-wrap:wrap}.form-section{flex:1;border:2px solid var(--primary-font-color);padding:1rem;border-radius:10px;height:fit-content}.billing-section{border:2px solid red}.form-section h2{margin-bottom:1rem;text-align:start;font-size:1.2rem;font-weight:600}.red{color:red}.form-section .my-label{display:grid;grid-template-columns:1.1fr 2fr 1fr;gap:1em;margin-top:.75rem;margin-bottom:.25rem;font-weight:500;white-space:nowrap}.form-section.billing-section .my-label{grid-template-columns:1.1fr 2fr}.form-section input,.form-section select{width:100%;padding:.5rem;border:none;border-radius:4px;font-size:1rem}.form-section input:focus,.form-section select:focus{border-color:var(--primary-font-color);outline:none}.form-section .password-validation{display:flex;justify-content:start;align-items:center;font-size:.9rem}.password-validation input{width:auto}.button-row{display:flex;gap:1rem;margin-top:1rem}.btn{padding:.5em 2em;background-color:var(--primary-container-bgc);border:none;color:#fff;cursor:pointer;border-radius:4px;width:fit-content}.btn:disabled{cursor:not-allowed;background-color:#466f929c}.change-btn{padding-inline:1em}.generate{margin-top:1rem;margin-inline:auto;background-color:red}.invoice-action{margin-top:1rem}.important{margin-bottom:2em;font-weight:700}.warning{color:red;font-size:.9rem;margin-top:.5rem}.success{color:green;border-color:green}.center{display:flex;justify-content:center}input[type=checkbox].round-checkbox{appearance:none;-webkit-appearance:none;-moz-appearance:none;border:2px solid #ccc;background-color:#fff;border-radius:50%;display:inline-block;position:relative;cursor:default!important;aspect-ratio:1/1}input[type=checkbox].round-checkbox:hover,input[type=checkbox].round-checkbox:active,input[type=checkbox].round-checkbox:focus{outline:none;box-shadow:none;cursor:default}input[type=checkbox].round-checkbox:checked:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;background-color:green;border-radius:50%;transform:translate(-50%,-50%)}.chrome-btn{display:inline-flex;align-items:center;gap:10px;padding:12px 18px;margin-block:1em;background:transparent;color:var(--primary-container-bgc);border:2px solid var(--primary-container-bgc);font-family:Arial,sans-serif;font-size:15px;font-weight:700;text-decoration:none;border-radius:60px;transition:background .2s ease}.chrome-btn:hover{background:var(--secondary-container-bgc)}#instructions{margin:2em;color:var(--primary-font-color)}html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,tt,var,b,u,i,center,dl,dt,dd,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;text-decoration:none}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}html,body{height:100%;margin:0;padding:0;display:flex;flex-direction:column}*,html,body{box-sizing:border-box}ul,ol{margin-block:0}:root{--primary-font-color: #0b70bd;--secondary-font-color: #3d6d93;--primary-container-bgc: #466e92;--secondary-container-bgc: #b6d4ee}
