*{margin:0;padding:0;box-sizing:border-box}:root{--sidebar-width:22%;--sidebar-height:123.6px}.layout{display:flex;background-color:#f8f4f0;overflow-x:hidden}main{display:flex;flex-direction:column;flex:1 1;padding:2em;width:100%}@media(max-width:654px){main{padding:1em}}.home{display:flex;flex-direction:column;gap:2.2rem;margin-left:var(--sidebar-width);transition:all .4s ease-in-out}.overview-card-header-section{display:flex;align-items:center;justify-content:space-between}.overview-card-header-section h3{color:#201f24;font-size:1.45rem}.overview-card-wrapper{display:flex;flex-direction:column;padding:2em;gap:1rem;background:#fff;border-radius:15px}.ellipse{border:none;outline:none;padding:.75em;border-radius:50%}.add-button{display:flex;align-items:center;justify-content:center;background:#201f24;color:#f8f4f0;font-size:1rem;padding:1.25em;border-radius:.5em;outline:none;border:none;cursor:pointer;font-weight:700;transition:all .19s ease-in-out}.add-button:hover{background:#696868}.add-button.add-button--light{background:#f8f4f0;color:#201f24;border:1px solid transparent}.add-button.add-button--light:hover{background:#fff;border:1px solid #201f24}.add-button:disabled{opacity:.5;filter:grayscale(1)}.page-header{justify-content:space-between}.page-header,.progress-bar{display:flex;align-items:center}.progress-bar{width:100%;background-color:#f8f4f0;border-radius:10px;overflow:hidden;height:20px;position:relative;gap:.15rem}.progress{height:100%;width:0;border-radius:10px 0 0 10px;transition:width .3s ease-in-out;position:relative}.modal-input-item{border:1px solid #626070;border-radius:5px;padding:1.25em;width:100%;display:flex;align-items:center;justify-content:space-between;transition:all .3s ease-in}.error-message{display:flex;align-items:center;gap:.75rem;color:#c94736;border:2px solid #c94736;font-size:.9rem;padding:1rem;border-radius:8px;margin:1rem 0;font-weight:700}@media(max-width:768px){.add-button{padding:1.25em .75em;font-size:.9rem}}h1{font-size:2.5rem}h1,h2{font-weight:700;color:#201f24}h2{font-size:2rem}.h3,h3{color:#201f24}.h3,.h3-nav,h3{font-weight:700;font-size:1.2rem}.h3-nav{color:#98908b}.h4,h4{font-weight:700;color:#201f24;font-size:1rem}.h4--alert,h4--alert{color:#c94736}h5{font-weight:400;color:#98908b}.small-bolt,h5{font-size:.9rem}.small-bolt{font-weight:700;color:#201f24}.p,p{font-weight:400;font-size:1rem;color:#696868}.p--alert,p--alert{color:#c94736}.p--black,p--black{color:#201f24}.label,.p--black.active,label,p--black.active{font-weight:700}.label,label{font-size:1rem;color:#696868}.details-link{transition:all .1s ease-in-out}.details-link:hover{color:#201f24}ul{list-style:none;cursor:pointer}a{text-decoration:none;color:#696868;font-weight:400}@media(max-width:768px){h4{font-size:.9rem}h1{font-size:2rem}a{font-size:.9rem}}@media(max-width:654px){h3{font-size:1rem!important}}.card-delete{background:#c94736;display:flex;align-items:center;justify-content:center;width:100%;color:#fff;font-weight:700;border:none;border-radius:5px;padding:1.5em;cursor:pointer;transition:all .1s ease-in}.card-delete:hover{opacity:.8}.card-back{border:none;color:#98908b;font-weight:700;cursor:pointer;transition:all .1s ease-in}.card-back:hover{color:#201f24}