:root{font-family: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;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}}.auth-intro-container{display:flex;justify-content:space-between;align-items:center;width:100vw}.intro-container{width:73vw;padding:10px;background-color:#f3f3f3;border-radius:10px;box-sizing:border-box}.auth-container{width:23vw;margin:20px 10px;padding:20px;background-color:#0ff;border-radius:10px;text-align:center;font-family:Arial,sans-serif;min-height:53vh;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 20px 40px #0003,0 10px 20px #0006}.auth-container form{display:flex;flex-direction:column;gap:10px}.auth-container input{width:94%;height:35px}.button-container{display:flex;flex-direction:column;gap:6px}.auth-btn{background-color:#dee9e9;color:#000;padding:10px;transition:transform .2s ease,background-color .2s ease}.auth-btn:hover{background-color:#0e0c0c;color:#dee9e9;transform:scale(1.05)}.auth-toggle{cursor:pointer;font-size:14px;color:#007bff}.auth-message{color:red;margin-top:10px}@media screen and (max-width: 1280px){body{overflow-y:auto}.auth-intro-container{display:flex;flex-direction:column;align-items:center;padding:15px;gap:15px;min-height:auto}.intro-container{width:100%}.auth-container{width:50vw;margin:25px 15px}}@media screen and (max-width: 840px){.intro-container{width:90vw}.auth-container{width:80vw;margin:30px 20px}.auth-btn{width:96%}}:root{--shadow-default: --shadow-default: 0px 0px 10px rgba(0, 0, 0, .9)}.edit-style-container{display:flex;flex-direction:column;justify-content:center;overflow-y:scroll;height:80vh;width:100%}h2{width:100%;text-align:center;display:flex;align-self:center;justify-content:center}.font-input-container{display:flex;background-color:bisque;align-items:center;justify-content:space-between;min-height:35px;margin-top:17px;border-radius:15px;font-size:1rem;font-weight:700;box-shadow:var(--shadow-default);padding:15px}.font-input-container input,.font-input-container label{width:50%}input[type=number]{height:40px;width:60%}.color-input-container{display:flex;background-color:bisque;align-items:center;justify-content:space-between;min-height:35px;margin-bottom:16px;margin-top:16px;border-radius:15px;font-size:1rem;font-weight:700;box-shadow:var(--shadow-default);padding:15px}.color-input-container input{width:30%}.color-input-container label{width:60%}input[type=color]{width:60%;height:40px;border:none;padding:0;background:none;cursor:pointer;border-radius:48px;box-shadow:0 0 4px #0000004d}Select{width:60%;height:40px;border:1px solid #ccc;padding:0;background:none;cursor:pointer;border-top-right-radius:15px;border-bottom-right-radius:15px}:root{--shadow-default: 0 0 20px 4px rgba(0, 0, 0, .6);--border-default: 1px solid #ccc;--primary-font: "Consolas", "Courier New", monospace;--header-font: "Open Sans", sans-serif;--skill-color: aqua;--print-adjust: -webkit-print-color-adjust: exact;--print-color-adjust: exact;--navbar-height: 65px}.cv-preview{width:100%;background:#fff;filter:drop-shadow(0 0 24px rgba(0,0,0,.6));display:flex;overflow-y:auto}.cv-preview.full-width .preview-section-left{width:40%}.cv-preview.full-width .preview-section-right{width:60%}[class^=preview-section-]{padding:5px}[class^=preview-section-] h3{font-family:var(--header-font);margin:.1em 0;width:100%}[class^=preview-section-] p,[class^=preview-section-] li{font-family:var(--primary-font);font-size:16px;margin:5px 0}.preview-section-headers p{display:flex;flex-direction:row;align-items:center}.preview-sec-name{width:100%;border-bottom:0;margin-top:3px}.preview-sec-title{width:100%;margin-top:0}.preview-section-left{width:40%;overflow:visible;height:fit-content}.preview-section-left .preview-section-headers p{display:flex;align-items:center;gap:8px}.preview-section-left .preview-section-headers p .icon{font-size:18px;color:#333}.preview-section-right{width:60%;height:fit-content}.skill-list-main{display:grid;grid-template-columns:1fr 1fr}.skill-list-item{list-style:none;padding:6%;align-self:flex-start;border-radius:10px;text-align:center;font-weight:700;background-color:var(--skill-color);width:77%}.skill-list-projects{width:100%;display:flex;flex-direction:row;justify-content:space-between}[class$=-entry-preview]{width:99%;padding:10px;display:flex;flex-direction:column;align-items:flex-start;border-bottom:1px dotted grey}.hobbies-description{width:98%;display:flex;flex-direction:column;justify-content:left;align-items:start;padding-left:10px}.hobby-entry{display:flex;justify-content:space-between;margin-bottom:18px;flex-direction:row;width:100%;text-align:left}.hobby-entry p{width:100%}.language-description{padding-left:10px}.language-entry{display:flex;justify-content:space-between}.custom-links{list-style:none}.project-skills ul{display:flex;flex-wrap:wrap}.project-skills ul li{list-style-type:none;padding:5px;border-radius:10px}.stronger-font{font-weight:700}.preview-headings{border-bottom:1px dotted black;width:100%}@media print{[class^=preview-section-]{filter:drop-shadow(0 0 24px rgba(0,0,0,.6))!important}body{visibility:hidden;text-rendering:optimizeLegibility!important;zoom:.8;-moz-transform:scale(.75);-webkit-transform:scale(.75);-ms-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75)}.cv-preview,.cv-2-preview *,.cv-2-preview{visibility:visible;position:absolute;top:0;left:0;width:100%;margin:0;padding:0}.skill-list-item,.skill-item,[class^=preview-section-]{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-color:inherit!important}.cv-preview h3,.cv-preview p,.cv-preview li,.preview-section-exience h3,.project-key-feature ul li{letter-spacing:normal!important}.preview-headings{border-bottom:1px dotted black}.cv-text{word-spacing:10px!important;white-space:pre-wrap;word-break:break-word}}.preview-sec-name-title{display:flex;flex-direction:column;border-bottom:1px dashed black}.preview-sec-name-title h1{margin-bottom:0;text-align:left}.preview-sec-name-title h4{margin-top:3px}.cv-2-header{display:flex;flex-direction:column;align-items:center;width:100%;border-radius:10px}.cv-2-body{border-radius:10px}.cv-2-content p{border-radius:5px;padding:5px;display:flex;align-items:center;justify-content:space-between;gap:3px}.cv-2-content h1{border-radius:10px 10px 0 0;padding:10px}.cv-2-content h3{border-radius:10px;padding:5px}.cv-2-name{display:flex;flex-direction:column;justify-content:space-around;align-items:center}.cv-2-name{margin:10px;border-radius:10px;display:flex;justify-content:center;align-items:center}.cv-2-name h3,.cv-2-name h1{margin-top:0;margin-bottom:0}.cv-2-contact{display:flex;width:100%;align-items:center;justify-content:space-around}.preview-section-experience-2-content{border-radius:5px}.skill-list-main-2{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:15px;border-radius:10px}.skill-list-item-2{list-style:none;padding:7px;align-self:flex-start;border-radius:10px;text-align:center;font-weight:700;background-color:var(--skill-color);width:20%}.language-description-2{width:45%}.language-entry-2{display:flex;justify-content:space-between;width:100%;margin:5px;border-radius:10px}.language-hobby-2{display:flex;flex-direction:row;justify-content:space-between;width:100%}.hobbies-description-2{width:45%}.hobby-entry-2{border-radius:10px}.cv-2-preview h3{margin-bottom:5px}.cv-2-body{padding-left:50px;padding-right:50px}.experience-entry-preview-2,.education-entry-preview-2,.project-entry-preview-2,.preview-section-summary-2,.preview-content-2{border-radius:10px;padding:8px;margin:6px}.custom-links-2{list-style:none;border-radius:10px;padding:8px}.custom-description-2,.custom-links-2,.custom-contact-2{border-radius:10px;padding:8px}.cv-preview-3{display:flex;flex-direction:row;width:100%}.cv-preview-container-3{visibility:visible;width:100%}.cv-3-left{width:65%;border-right:1px dotted black;overflow:visible;height:fit-content}.cv-3-right{width:35%;padding:2px;overflow:visible;height:fit-content}.cv-3-right p{padding-left:5px;padding-right:5px}.language-entry-3{display:flex;justify-content:space-between;width:90%;padding:5px;margin:5px}.skill-list-main-3{display:flex;flex-wrap:wrap;grid-template-columns:1fr 1fr;width:100%}.skill-list-item-3{list-style:none;padding:7px;align-self:flex-start;border-radius:10px;text-align:center;font-weight:700;background-color:var(--skill-color);width:50%}.cv-preview-3 h3{margin-top:0;border-bottom:1px dotted black}.cv-3-header h1,.cv-3-header h3{margin-top:0;margin-bottom:0}.cv-3-header{width:100vw;border-bottom:2px solid grey;padding-top:10px;padding-bottom:15px;padding-left:10px}.experience-entry-preview-3,.education-entry-preview-3{border-bottom:1px dashed grey}.skill-list-projects-3{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;align-items:center;gap:15px}.cv-3-contact{display:flex;flex-direction:column;justify-content:space-around;align-items:right}.cv-3-contact p{margin-top:2px;margin-bottom:2px}@media screen and (max-width:840px){@media print{[class^=preview-section-]{filter:drop-shadow(0 0 24px rgba(0,0,0,.6))!important}body{visibility:hidden;text-rendering:optimizeLegibility!important;zoom:.8;-moz-transform:scale(.75);-webkit-transform:scale(.75);-ms-transform:scale(.75);-o-transform:scale(.75);transform:scale(.75)}.cv-preview,.cv-2-preview *,.cv-2-preview{visibility:visible;position:absolute;top:0;left:0;width:100%;margin:0;padding:0}.skill-list-item,.skill-item,[class^=preview-section-]{-webkit-print-color-adjust:exact;print-color-adjust:exact;background-color:inherit!important}.cv-preview h3,.cv-preview p,.cv-preview li,.preview-section-exience h3,.project-key-feature ul li{letter-spacing:normal!important}.preview-headings{border-bottom:1px dotted black}.cv-text{word-spacing:10px!important;white-space:pre-wrap;word-break:break-word}}.container{flex-direction:row;padding-top:var(--navbar-height);height:auto}.form-navbar-container{height:auto;width:100vw}.preview-container{height:auto;width:100%;padding:0;margin:0;overflow-y:scroll;overflow-x:auto}.preview-section-left{width:35%;overflow:visible;height:fit-content}.preview-section-left .preview-section-headers p{display:flex;align-items:center;gap:8px}.preview-section-left .preview-section-headers p .icon{font-size:18px;color:#333}.cv-3-left{width:65%;border-right:1px dotted black;height:fit-content}.cv-3-right{width:35%;overflow:visible;height:fit-content}}.layout-slider{position:relative;display:flex;flex-direction:column;width:100%;gap:10px;align-items:center;overflow:scroll;padding:10px;border-radius:5px}.layout-option{width:100%;background:transparent;border:none;margin-top:10px;padding-top:18px;border-radius:8px;cursor:pointer;color:#eee;transition:background .2s ease,transform .15s ease}.layout-option:hover{background:#ffffff14;transform:translate(-2px)}.layout-option img{width:185px;height:200px}@media screen and (max-width:840px){.layout-option{padding:1px;border:none;opacity:.5;cursor:pointer}.layout-btn img{height:100%}.selected-layout-img{width:100%}}.cv-navbar{display:flex;background-color:#0ff;height:65px;justify-content:space-between;position:fixed;width:100vw}.userinfo-navbar{min-width:18vw;display:flex;justify-content:flex-start;align-items:flex-start;background-color:#0ff;color:#222;border-top-right-radius:10px;margin-top:5px;padding-right:8px;padding-left:5px}.userinfo-navbar h2{width:100%;font-size:1.4rem;font-weight:bolder;text-align:left}.userinfo-btn-navbar{width:70vw;display:flex;flex-direction:row;gap:13px;align-items:center;justify-content:space-around}.userinfo-btn-navbar button{color:#fff;align-self:center;margin-top:1%;box-shadow:0 2px 4px #00000040,0 6px 12px #00000026;transition:box-shadow .2s ease,transform .15s ease,background-color .2s ease}.userinfo-btn-navbar button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #00000059,0 10px 18px #0003}.userinfo-btn-navbar button:active{transform:translateY(0);box-shadow:0 2px 4px #0000004d}.locked-btn-wrapper{position:relative;margin-top:1%;display:inline-flex;box-sizing:border-box}.userinfo-btn-navbar>button,.userinfo-btn-navbar>.locked-btn-wrapper{width:50%}.locked-btn{opacity:.8;pointer-events:none;cursor:not-allowed;min-width:100%;display:block;box-sizing:border-box}.lock-icon{position:absolute;top:-5 px;left:2%;transform:translate(-50%);font-size:17px;background-color:#0ff;padding:2px 6px;border-radius:50%;pointer-events:none}.lock-tooltip{position:absolute;bottom:-28px;left:50%;transform:translate(-50%);background:#222;color:#fff;font-size:16px;padding:4px 8px;border-radius:4px;white-space:nowrap;opacity:0;pointer-events:none;transition:opacity .2s ease}.locked-btn-wrapper:hover .lock-tooltip{opacity:1}.layout-floating-btn{position:fixed;right:5px;top:50%;transform:translateY(-50%);z-index:1001;text-align:center;width:42px;height:64px;border-top-left-radius:90%;border-bottom-left-radius:90%;padding-right:37px;border:none;transition:right .3s ease;background:#2a2a2a;color:#f0f8ff;cursor:pointer;box-shadow:0 6px 18px #00000059;opacity:.7}.layout-floating-btn.attached{right:250px;opacity:.9}.layout-drawer{position:fixed;top:65px;right:-242px;width:250px;height:100vh;background:#2a2a2a;z-index:1000;border-top-left-radius:2%;border-bottom-left-radius:2%;overflow-y:scroll;transition:right .3s ease;opacity:.7}.layout-drawer.open{right:0;opacity:.95}.layout-drawer:before{position:fixed;content:"Layouts";display:block;margin-bottom:12px;text-align:center;font-size:18px;font-weight:800;letter-spacing:1px;color:#bbb;background-color:#474444;width:235px;z-index:1002}.intro-page-container{position:relative;width:100%;min-height:100%;display:flex;align-items:center;justify-content:center}.intro-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;pointer-events:none}.intro-content{display:flex;position:relative;justify-content:center;z-index:22;width:90%;max-width:1200px;max-height:90vh;padding:1.5rem;background:#464242;color:#fff;border-radius:10px;text-align:center;box-shadow:0 20px 40px #0006,0 10px 20px #0003}.intro-section{display:flex;align-items:center;justify-content:space-between;gap:2rem;max-height:80vh}.second-intro-page .intro-section{height:70vh;text-align:right;width:100%}.second-intro-page .intro-section .intro-text{display:flex;flex-direction:column;flex:1;justify-content:space-between}.second-intro-page .intro-section .intro-text p{padding-bottom:4px;padding-top:4px}.third-intro-page .intro-section{height:55vh;text-align:left;width:100%}.third-intro-page .intro-section .intro-text{display:flex;flex-direction:column;flex:1;justify-content:space-between;gap:10px}.intro-text h3{width:100%;border-bottom:2px solid wheat;margin-bottom:.5rem}.intro-text p{font-weight:700;padding:.25rem 0;transition:transform .2s ease}.intro-text p:hover{transform:scale(1.05)}.intro-image{display:flex;justify-content:left;align-items:center;height:100%;overflow:hidden;object-fit:fill}.intro-image img{max-width:100%;max-height:100%;object-fit:cover}.first-intro-page p,.fourth-page-intro p{font-size:1.2rem}.first-intro-page h1{margin-bottom:10px}.intro-page-container button{width:40%;margin:10px;background:#cababa;color:#1f1717;transition:transform .2s ease,background-color .2s ease}.intro-page-container button:hover{cursor:pointer;background:#0e0c0c;color:#e2d2d2;transform:scale(1.1)}@media screen and (max-width: 1280px){.intro-content{height:auto;max-height:none;display:flex;justify-content:center;align-items:center}.intro-section{flex-direction:column;text-align:center;height:auto;max-height:none}.second-intro-page .intro-section{height:auto;align-items:center;display:flex;justify-content:center}.third-intro-page .intro-section{height:auto;max-height:none}.intro-text{text-align:center;padding:0 1rem}.intro-page-container button{width:70%}}@media (max-width: 840px){.intro-section{flex-direction:column;text-align:center;height:auto;max-height:none}.intro-text{text-align:center;padding:0 1rem}.intro-page-container button{width:70%}.intro-content{height:auto;max-height:none}.second-intro-page .intro-section{height:auto;align-items:center;justify-content:center}.third-intro-page .intro-section{height:auto;max-height:none}}:root{--navbar-height: 65px}body{font-family:Arial,sans-serif;background-color:#f4f4f4;margin:0;width:100vw;overflow-x:hidden}.form-navbar-container{margin-top:17px;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;width:50%;flex-grow:1;padding-left:5px;padding-right:5px;height:100vh;overflow:hidden}.cv-navbar button{width:50%;margin-bottom:10px;background:#464242;color:#fff}.cv-navbar button:hover{font-size:large}.app{min-width:96%;background:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;height:100vh;width:100vw;overflow:hidden}.builder-navbar{position:fixed;top:0;left:0;height:var(--navbar-height);width:100%;z-index:1000}.container{display:flex;flex-direction:row;padding:5px;gap:20px;width:100%;justify-content:space-between;padding-top:var(--navbar-height);height:100%;align-items:stretch}.form-container,.preview-container{height:calc(100vh - var(--navbar-height));border:1px solid #ccc;padding:10px;overflow-y:scroll}.form-container{flex:1;overflow-y:scroll;margin-right:20px;width:97%;background:#fff;border-radius:3px;display:flex;flex-direction:column;align-items:center;height:100%}.form-container::-webkit-scrollbar{width:12px;height:10px}.form-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.form-container::-webkit-scrollbar-thumb{background:#888;border-radius:10px}.form-container::-webkit-scrollbar-thumb:hover{background:#555;cursor:pointer}.form-section{height:100%;width:100%;display:flex;flex-direction:column;overflow:hidden}.form-section-btn{position:sticky;bottom:0;background:#fff;height:100px;text-align:right;border-top:1px solid #ccc;box-shadow:0 -2px 5px #0000000d}.toggle-visibility{display:flex;justify-content:space-between;align-items:center;width:100%}.toggle-visibility label{width:70%;padding-left:10px}.toggle-visibility input{width:25%}.toggle-visibility input:hover{cursor:pointer;box-shadow:0 -2px 5px #0000000d}.preview-container{width:100%;background:#f4f4f4;padding:15px;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;box-shadow:0 0 10px #0000001a;overflow-y:auto;height:calc(100vh - var(--navbar-height));margin-bottom:10px}.preview-container .full-width{width:100%;align-items:stretch}.section{margin-bottom:20px}input{display:block;width:90%;padding:7px;margin:10px 0;border:1px solid #ccc;border-radius:4px}.preview-section{background:#fff;margin-bottom:10px;border-radius:4px}.summary-container{width:95%;margin-bottom:20px;margin-left:6px;align-self:flex-start;padding:5px;box-shadow:5px 5px 10px #000000e6;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:5px}.summary-container textarea{height:130px;width:90%;resize:none;padding:3px;box-sizing:border-box}.headers-container{display:flex;justify-content:space-between;margin-bottom:10px;margin-left:6px;align-self:flex-start;align-items:center;width:95%;box-shadow:5px 5px 10px #000000e6;padding:5px;border-radius:5px}.section-header{width:100%;display:flex;flex-direction:column;align-items:center}.headers-containers input{width:100%}.education-section{margin-bottom:18px;margin-top:18px;margin-left:6px;display:flex;flex-direction:column;justify-content:space-between;align-self:flex-start;align-items:center;width:95%;box-shadow:5px 5px 10px #000000e6;padding:5px;border-radius:5px}.experience-section{display:flex;flex-direction:column;justify-content:space-between;align-self:flex-start;align-items:center;width:95%;box-shadow:5px 5px 10px #000000e6;margin-bottom:18px;margin-top:18px;margin-left:6px;padding:5px;border-radius:5px}.education-achievements-form,.experience-achievements-form{display:flex;justify-content:space-between;align-items:center;width:93%}.education-achievements-form input{min-width:65%}.education-achievements-form button{width:15%;background:#464242;color:#fff}.experience-achievements-form input{min-width:65%}.experience-achievements-form button{width:20%;background:#464242;color:#fff}.skills-container{display:flex;flex-direction:column;justify-content:space-around;align-self:flex-start;align-items:center;width:95%;box-shadow:5px 5px 10px #000000e6;padding:5px;border-radius:5px;margin-left:6px}.skills-container-btns{display:flex;padding-top:10px;justify-content:space-evenly;align-items:center;width:100%}.skills-container-btns button{padding:5px;border-radius:50px;border:none;background:#464242;color:#fff;cursor:pointer;margin-bottom:10px;width:50px;font-size:1.2rem}.skill-container-input{width:100%;display:flex;flex-direction:row;border-radius:10px;background-color:#ccc;border:#ffffff solid 2px}.skill-container-input input{margin-left:10px}.education-entry button{width:95%;margin-bottom:10px;background:#464242;color:#fff}.education-entry,.experience-entry{width:100%;box-shadow:0 0 10px #000000e6;padding:5px;display:flex;flex-direction:column;align-items:center}button:hover{font-weight:700;cursor:pointer}.experience-entry button{width:95%;margin-bottom:10px;background:#464242;color:#fff}.date-input{width:96%;display:flex;align-items:center;justify-content:space-around}.date-input-field{width:70%}.projects-container{margin-bottom:18px;margin-top:18px;margin-left:6px;display:flex;flex-direction:column;justify-content:space-between;align-self:flex-start;align-items:center;width:95%;box-shadow:5px 5px 10px #000000e6;padding:5px;border-radius:5px}.project-entry{width:100%;box-shadow:0 0 10px #0000;padding:5px;display:flex;flex-direction:column;align-items:center}.project-entry textarea{height:130px;width:92%;resize:none;padding:3px;box-sizing:border-box}.add-btn,.remove-btn{width:95%;margin-bottom:10px;background:#464242;color:#fff}.projects-skills{display:flex;flex-direction:row;align-items:center;width:90%}.projects-key-feature{display:flex;flex-direction:column;align-items:center;width:90%;margin-bottom:4vh}.projects-key-feature label,.projects-skills label{width:40%}.add-feat-btn{width:100%;background:#464242;color:#fff}.projects-key-feature input{width:73%}.key-features-list{width:100%;display:flex;flex-direction:row;align-items:center}.hobbies-container-form{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:96%;margin-top:18px;padding:3px;box-shadow:5px 5px 10px #000000e6}.hobby-entry{display:flex;flex-direction:column;align-items:center;width:100%}.hobby-entry textarea{height:130px;width:92%;resize:none;padding:3px;box-sizing:border-box;margin-bottom:10px}.hobby-entry input{width:90%}.hobbies-container-form button{width:95%;margin-bottom:10px;background:#464242;color:#fff}.language-container-form{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:96%;box-shadow:5px 5px 10px #000000e6;margin-bottom:10px;margin-top:10px}.language-container-form button{width:95%;margin-bottom:10px;background:#464242;color:#fff}.language-entry-form{width:100%;display:flex;flex-direction:row;justify-content:space-around;align-items:center}.language-entry-form input{width:60%}.language-entry-form select{width:30%}.custom-container-form{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:95%;box-shadow:5px 5px 10px #000000e6;margin-bottom:10px;margin-top:10px;padding:10px}.custom-container-form .list-items{width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.custom-container-form textarea{height:130px;width:92%;resize:none;padding:3px;box-sizing:border-box;margin-bottom:10px}.custom-form-contact{width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.custom-form-phone{width:90%;display:flex;align-items:center;justify-content:space-evenly}.custom-form-email{width:90%;display:flex;align-items:center;justify-content:space-between}.custom-container-form button{width:100%;margin-bottom:10px;background:#464242;color:#fff}.custom-container-form .links{width:92%;display:flex;flex-direction:column;align-items:center}.custom-container-form select{border-radius:10px}.modal-overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:9999}.modal-box{background:#fff;padding:20px;border-radius:10px;width:300px;text-align:center}.modal-buttons{display:flex;justify-content:space-between;margin-top:15px}@media screen and (max-width:840px){body{font-family:Arial,sans-serif;background-color:#f4f4f4;margin:0;width:100vw;height:auto;overflow-y:scroll}.app{background:#fff;border-radius:8px;box-shadow:0 0 10px #0000001a;height:auto;width:100vw}.container{height:auto;overflow-y:visible;width:100%}.form-navbar-container,.preview-container{width:96%;height:calc(100vh - var(--navbar-height));overflow-y:auto}.form-container{flex:1;overflow-y:scroll;margin-right:20px;width:96vw;background:#fff;border-radius:3px;display:flex;flex-direction:column;align-items:center;height:100%}.preview-container{width:91vw;background:#f4f4f4;border-radius:8px;display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;box-shadow:0 0 10px #0000001a;overflow-y:auto;height:calc(100vh - var(--navbar-height))}.education-achievements-form{display:flex;justify-content:space-between;flex-direction:column;margin-bottom:5vh}.education-achievements-form input{width:96%;margin-bottom:10px}.education-achievements-form button{width:100%;margin-bottom:10px;background:#464242;color:#fff}.experience-achievements-form{display:flex;flex-direction:column;margin-bottom:5vh}.experience-achievements-form input{width:96%;margin-bottom:10px}.experience-achievements-form button{width:100%;margin-bottom:10px;background:#464242;color:#fff}.projects-key-feature{display:flex;flex-direction:column;align-items:center;width:100%}.key-features-list{width:100%}.modal-buttons{display:flex;flex-direction:row;justify-content:center;align-items:center}}.dashboard{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;align-self:center}.cv-grids{width:100vw;text-align:center}.cv-grid{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:20px;width:100vw}.cv-card{background:#fff;border-radius:10px;padding:12px;height:250px;box-shadow:0 6px 18px #00000026;display:flex;flex-direction:column;align-items:center;transition:transform .2s ease,box-shadow .2s ease}.cv-card:hover{transform:translateY(-4px);box-shadow:0 10px 25px #0006}.cv-thumbnail{width:180px;height:100%;overflow:hidden;border-radius:6px;background:#f2f2f2}.cv-thumbnail img{width:100%;height:100%;object-fit:cover}.cv-card-btns{display:flex;gap:10px;margin-top:10px}.cv-card-btns button{flex:1;background:#464242;color:#fff;border:none;border-radius:6px;cursor:pointer;box-shadow:0 6px 18px #00000026}.cv-card-btns button:hover{background:#222;transform:translateY(-2px);box-shadow:0 10px 25px #0006}.create-new{justify-content:center;cursor:pointer;border:2px dashed #aaa;background:transparent;width:180px}.create-new:hover{border-color:#333}.plus-icon{font-size:64px;font-weight:700;color:#666}.create-new p{margin-top:10px;font-weight:700;color:#666}.dashboard-navbar{display:flex;background-color:#0ff;height:70px;width:100%}@media screen and (max-width:840px){.cv-grids{display:flex;flex-direction:column;justify-content:space-around;align-items:center;gap:10px;margin:20px}.cv-grid-left{background-color:#0ff;border-radius:15px;padding:10px}.cv-grid-right{background-color:#0ff;border-radius:15px;padding:10px;object-fit:contain;width:85vw}.cv-card{background-color:wheat;margin:1vw;display:flex;flex-direction:column;padding:2px;border-radius:10px;width:10vw;justify-content:space-between;align-items:center}.userinfo-navbar h2{margin:10px;font-size:1.3rem}.dashboard-navbar{display:flex;align-self:flex-start}.dashboard{height:100vh;overflow-y:auto}.cv-card button{margin:5px}}.db-navbar{display:flex;justify-content:space-between;width:100%}.dashboard-info{display:flex;justify-content:space-around;padding-left:10px;padding-right:8px;background-color:#0ff;border-top-right-radius:10px;color:#222;margin-top:5px}.dashboard-info h2{font-size:1.4rem}.dashboard-buttons{display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding-right:12px}.dashboard-buttons button{margin-left:10px;margin-right:10px;box-shadow:0 2px 4px #00000040,0 6px 12px #00000026;width:120px;transition:box-shadow .2s ease,transform .15s ease,background-color .2s ease}.dashboard-buttons button:hover{transform:translateY(-1px);box-shadow:0 4px 8px #0006,0 10px 18px #0003}
