#root{max-width:1280px;margin:0 auto;padding:2rem;text-align:center;display:grid;gap:1rem;grid-template-columns:1fr 1fr}hr{margin:0 2rem}.little-hr{margin:0 5rem;color:#e6e6e6;border:1px dotted}button:disabled{background-color:gray;opacity:.2}.input-section{color:#0a0a0a;margin-right:2rem}.input-section fieldset{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;border-radius:1rem;padding:2rem}.input-section label{justify-self:start;align-self:center}.input-section input{grid-column:span 3;border-radius:.25rem}.submit{grid-column:span 2;background-color:#5f5fff;color:#fff}.edit{grid-column:span 2;background-color:#28ff28;color:#000}.add{grid-column:span 4;background-color:#e4e4e4}.skills-input ul{grid-column:span 4;display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;border-radius:1rem;padding:0}.skills-input li{grid-column:1 / 4;display:grid;grid-template-columns:1fr 1fr 1fr}.skills-input input{grid-column:span 2;border-radius:.25rem;width:100%}.skills-input label{justify-self:center}.skills-input .delete-button{background-color:#ffd1d1;justify-self:center;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M9,3V4H4V6H5V19A2,2%200%200,0%207,21H17A2,2%200%200,0%2019,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z'%20/%3e%3c/svg%3e");background-position:center;background-size:contain;background-repeat:no-repeat}.skills-input .delete-button:hover{background-color:#ff8383}.summary-input textarea{grid-column:span 4}.input-section .tasks-input{grid-column:span 2}.add-task{grid-column:span 4;background-color:#ebebeb}.add-task:hover{background-color:#c5c5c5}.delete-history{grid-column:span 4;background-color:#ffd1d1}.delete-history:hover{background-color:#ff9494}.history-input .delete-button{background-color:#ffd1d1;justify-self:center;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2024%2024'%3e%3cpath%20d='M9,3V4H4V6H5V19A2,2%200%200,0%207,21H17A2,2%200%200,0%2019,19V6H20V4H15V3H9M7,6H17V19H7V6M9,8V17H11V8H9M13,8V17H15V8H13Z'%20/%3e%3c/svg%3e");background-position:center;background-size:contain;background-repeat:no-repeat}.history-input .delete-button:hover{background-color:#ff8383}.delete-education{grid-column:span 4;background-color:#ffd1d1}.delete-education:hover{background-color:#ff9494}.certifications-input input{align-self:center;grid-column:span 3}.delete-certification{grid-column:span 4;background-color:#ffd1d1}.delete-certification:hover{background-color:#ff9494}.side-bar{background-color:#5f5fff;color:#fff}.side-bar img{max-width:200px}.skills li{text-align:start}.main-info{background-color:#fff}.bold-line{height:.25rem;background-color:#383838}.full-name{color:#5f5fff}.summary,.history{background-color:#fff}.history ul{padding:0}.history li{justify-content:center;list-style-position:inside}.education,.certifications{background-color:#fff}.preview-section{display:grid;grid-template-columns:1fr 2fr;border:.1rem solid grey;justify-self:end;align-self:start;padding:1rem}.preview-section img{padding:1rem}: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:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;place-items:center;min-width:320px;min-height:100vh}h1{font-size:2rem;line-height:1.1}h2{font-size:1.25rem}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}}
