.form-wrapper{min-width:500px;width:100%;overflow-y:auto;scrollbar-gutter:stable;padding:1rem}.form-wrapper>*{width:100%;padding:1rem;border:double rgb(128,121,121) 3px}.form-wrapper>:nth-child(2),.form-wrapper>:nth-child(3),.form-wrapper>:nth-child(4){padding-left:0;padding-right:0}.form-wrapper>:nth-child(2)>h2,.form-wrapper>:nth-child(3)>h2,.form-wrapper>:nth-child(4)>h2{margin-left:1rem}h2{margin:0}input{padding-left:.25rem}.personal-details{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;row-gap:.25rem;column-gap:2rem;width:100%}.personal-details>h2{grid-row:1 / 2;grid-column:1 / 3}input{font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif}input:focus{outline:#535bf2;border:solid #535bf2 1px}ion-icon:has(~input:focus),label:has(+input:focus){color:#535bf2;font-weight:700}label{margin-right:1rem}.form-wrapper>nav{display:flex;width:100%;justify-content:space-around}.form-wrapper>.key-btn>:first-child{background-color:#055505}.form-wrapper>.key-btn>:first-child:hover{border-color:green}.form-wrapper>.key-btn>:last-child{background-color:#a50b0b}.form-wrapper>.key-btn>:last-child:hover{border-color:red}.education-box-wrapper,.experience-box-wrapper,.skills-box-wrapper{display:grid;row-gap:.25rem;column-gap:2rem;margin-bottom:.5rem;padding:.5rem 1rem}.education-box-wrapper:not(:only-of-type),.experience-box-wrapper:not(:only-of-type),.skills-box-wrapper:not(:only-of-type){border-bottom:dashed rgb(128 121 121 / 20%) 3px}.education-box-wrapper:not(:only-of-type):has(input:focus),.experience-box-wrapper:not(:only-of-type):has(input:focus),.skills-box-wrapper:not(:only-of-type):has(input:focus){background-color:#b9bbe71f;box-shadow:0 0 10px #b9bbe750;border-radius:5px}.education-box-wrapper>*,.experience-box-wrapper>*,.skills-box-wrapper>*{height:36px}.education-box-wrapper input,.experience-box-wrapper input,.skills-box-wrapper input{height:80%}.education-box-wrapper h4,.experience-box-wrapper h4{margin:0;display:flex;align-items:center}.education-box-wrapper .delete-education,.experience-box-wrapper .delete-experience,.skills-box-wrapper .delete-skills{display:flex;align-items:center;justify-content:center;width:20%;max-width:100px;justify-self:end}.education-box-wrapper:has(.delete-education:hover),.experience-box-wrapper:has(.delete-experience:hover),.skills-box-wrapper:has(.delete-skills:hover){background-color:#b9bbe71f;box-shadow:0 0 10px #b9bbe750;border-radius:5px}.add-education,.add-experience,.add-skills{display:block;margin:0 auto;padding:.5rem}.key-btn>button{position:relative}.button--loading>span{visibility:hidden;opacity:0}.button--loading:after{content:"";position:absolute;width:16px;height:16px;top:0;left:0;right:0;bottom:0;margin:auto;border:4px solid transparent;border-top-color:#fff;border-radius:50%;animation:button-loading-spinner 1s ease infinite}@keyframes button-loading-spinner{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.form-box-wrapper{display:flex;align-items:center}.form-box-wrapper>:last-child{margin-left:auto;width:70%}.form-box-wrapper>*{height:100%}.form-box-wrapper>input{height:80%}.form-box-wrapper>label{display:flex;align-items:center}.form-box-wrapper>ion-icon{margin-right:.5rem}.description-header{grid-column:1 / 3;display:flex;justify-content:flex-start;align-items:center}.description-header>*{height:100%}.description-header>:first-child{margin-right:.5rem}.description-header>:last-child{margin-right:.5rem;margin-left:auto}.description-header>:last-child:hover{cursor:pointer;color:#535bf2}.description-header>:last-child:active{transform:scale(1.05)}.input-cross{position:relative}.input-cross>:nth-child(2){position:absolute;right:.5rem;top:50%;transform:translateY(-50%) scale(1)}.input-cross>:nth-child(2):hover{cursor:pointer;color:#535bf2}.input-cross>:nth-child(2):active{transform:translateY(-50%) scale(1.2)}.education-box-wrapper{grid-template-rows:1fr 1fr 1fr;grid-template-columns:1fr 1fr}.education-box-wrapper>:nth-child(n + 6){grid-column:1 / 3;height:28.8px}.education-box-wrapper>:nth-child(n + 6)>input{height:100%;width:100%}.experience-box-wrapper{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr}.experience-box-wrapper>:nth-child(n + 4){grid-column:1 / 3;height:28.8px}.experience-box-wrapper>:nth-child(n + 4)>input{height:100%;width:100%}.skills-box-wrapper{grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr}.skills-box-wrapper>*{grid-column:1 / 3}.viewer-wrapper{padding:1rem}.iframe-container{height:100%;width:100%}.app-wrapper{width:100%;height:100%}.app-wrapper>div{width:100%;height:100%;display:flex}.gutter{background-color:#1a1a1a;display:flex;align-items:center}.gutter:after{content:url(/assets/ellipsis-vertical-outline-2f7ff3d3.svg);width:100%}.gutter:hover{background-color:#464954;cursor:col-resize}*{box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#282828;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}#root{width:100vw;height:100vh}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}
