:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}nav-container{width:100%}.menu-icon{display:none}.resume-builder-link{text-decoration:none;color:#000}.app-bar{background-color:var(--bgColor);color:#000}.menu-icon,.logo{margin-right:10px}.logo-text{margin-left:2px;font-weight:600}.resume-builder-link,.template-link{text-decoration:none;color:#000}.avatar{cursor:pointer;width:15px;height:2px;margin-left:10px;border-radius:50%;background-color:red}.login-link{text-decoration:none;color:#000}@media screen and (max-width: 768px){.nav-container{display:flex;align-items:center}.logo{display:none}.logo-text{padding-left:25px}.menu-icon{display:block;cursor:pointer;position:absolute;left:20px;top:8px;font-size:16px;font-weight:600}.resume-builder-link{font-size:18px;padding-left:5px}}.welcome-container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:100%;z-index:999}.welcome-container .welcome-text{font-size:10vw;margin:0;padding:30px;background:linear-gradient(to right,#fc0,#f66,#6f6);-webkit-background-clip:text;background-clip:text;animation:welcomeAnimation 3s ease-in-out forwards}@keyframes welcomeAnimation{0%{opacity:0;color:transparent;transform:scale(.5)}70%{opacity:1;color:transparent;transform:scale(1)}to{opacity:1;color:transparent;transform:scale(1)}}.welcome-text.hidden{color:transparent}.name-heading{width:100%;text-align:center;color:#4a454a;font-weight:600;text-transform:uppercase;letter-spacing:1px}.user-detail{display:flex;align-items:center;justify-content:space-evenly;margin-top:4px;font-size:small;flex-wrap:wrap}.user-detail .data{display:flex;gap:5px;align-items:center;font-size:.9rem}.resume-content{margin-top:10px;display:flex;gap:5px}.left-section{width:33%;margin-top:10px}.education-info{display:flex;flex-direction:column;justify-content:left;gap:5px}.education-info .heading{font-size:1.4rem;font-weight:600}.education-info .info{display:flex;flex-direction:column;gap:5px;margin-top:10px}.education-info .info .college{font-size:1.1rem;font-weight:700;flex-wrap:wrap;margin-top:-10px}.education-info .info .clg-details{display:flex;flex-direction:column;gap:4px}.education-info .info .clg-details .clg-degree{font-size:1rem}.education-info .info .clg-details .meta-data{font-size:1rem;color:#4a454a;display:flex;align-items:center;gap:10px}.education-info .info .clg-details .dates,.education-info .info .clg-details .locality{font-size:.9rem;color:#4a454a;display:flex;align-items:center;gap:5px}.education-info .info .clg-details .grade{font-size:.9rem;color:#4a454a}.education-info .info .higher-clg,.education-info .info .school{font-size:1.1rem;font-weight:700;flex-wrap:wrap}.education-info .info .school-details{display:flex;flex-direction:column;gap:4px}.education-info .info .school-details .dates,.education-info .info .school-details .locality{font-size:.9rem;color:#4a454a;display:flex;align-items:center;gap:5px}.education-info .info .school-details .meta-data{font-size:.9rem;color:#4a454a;display:flex;align-items:center;gap:10px}.education-info .info .school-details .grade{font-size:.9rem;color:#4a454a}.skills{display:flex;flex-direction:column;gap:5px;margin-top:16px}.skills .heading{font-size:1.4rem;font-weight:600}.skills .skillset{display:flex;flex-wrap:wrap;gap:5px;font-size:.9rem}.skills .skillset .skill-names{font-size:1rem;font-weight:600;color:#4a454a}.skills .skillset .sk{display:grid;padding:2px 0 2px 20px;flex-wrap:wrap;grid-template-columns:repeat(2,minmax(0,1fr));gap:5px;column-gap:40px}.skills .skillset .sk li{word-wrap:break-word;font-size:1rem;color:#4a454a;width:100%;text-align:left}.links{display:flex;flex-direction:column;gap:5px;margin-top:16px}.links .heading{font-size:1.4rem;font-weight:600}.links .linkSets{display:flex;flex-direction:column;gap:8px;justify-content:center}.links .linkSets .link-item{display:flex;gap:5px;align-items:center;font-size:1rem}.links .linkSets .link-item img{width:23px;height:23px}.links .linkSets .link-item .link{font-size:1rem;color:#4a454a;text-decoration:none;display:flex}.subjects{display:flex;flex-direction:column;gap:5px;margin-top:16px}.subjects .heading{font-size:1.3rem;font-weight:600}.subjects .subject-list{display:flex;flex-direction:column;gap:5px}.subjects .subject-list ul{list-style-type:disc;margin-left:20px}.subjects .subject-list li{font-size:1rem}.right-section{width:65%;margin-left:15px;margin-top:10px}.experience{display:flex;flex-direction:column;justify-content:left;gap:5px}.experience .heading{font-size:1.4rem;font-weight:600}.experience .expr-list,.experience .expr-list .lists{display:flex;flex-direction:column;gap:5px}.experience .expr-list .lists .name{font-size:1.1rem;font-weight:700;flex-wrap:wrap}.experience .expr-list .lists .role-date{display:flex;justify-content:space-between;align-items:center;margin-bottom:2px}.experience .expr-list .lists .role-date #role{font-size:1.1rem;font-weight:600}.experience .expr-list .lists .role-date #date{font-size:.9rem;color:#4a454a}.experience .expr-list .lists .company{font-size:1rem;font-weight:600;color:#4a454a;font-style:italic;margin-bottom:2px}.experience .expr-list .lists .expr-desc{font-size:1rem;text-align:justify;padding-left:20px;margin-bottom:10px}.projects{display:flex;flex-direction:column;gap:5px;margin-top:9px}.projects .project-heading{font-size:1.4rem;font-weight:600}.projects .project-sections{display:flex;flex-direction:column;gap:5px}.projects .project-sections .project-names{display:flex;gap:5px;font-size:1.1rem;font-weight:700;margin-bottom:2px}.projects .project-sections .project-names #link-icons a,.projects .project-sections .project-names #link-icons{font-size:1rem;color:#4a454a;text-decoration:none;cursor:pointer}.projects .project-sections #tech-stacks{font-size:.9rem;color:#4a454a;font-style:italic;font-weight:400;margin-bottom:2px}.projects .project-sections .project-descs{font-size:1rem;text-align:justify;padding-left:20px}.achievements{display:flex;flex-direction:column;gap:5px;margin-top:9px}.achievements .heading{font-size:1.4rem;font-weight:600}.achievements .list{display:flex;flex-direction:column;gap:5px}.achievements .list ul{list-style-type:disc;margin-left:20px}.achievements .list li{font-size:1rem}.extra-curricular{display:flex;flex-direction:column;gap:5px;margin-top:10px}.extra-curricular .heading{font-size:1.4rem;font-weight:600}.extra-curricular .extra-list{display:flex;flex-direction:column;gap:5px}.extra-curricular .extra-list ul{list-style-type:disc;margin-left:20px}.extra-curricular .extra-list li{font-size:1rem}.page-break-avoid{page-break-inside:avoid!important;break-inside:avoid!important}.resume-container{overflow:visible!important;height:auto!important;max-height:none!important}.achievements .list ul,.extra-curricular .extra-list ul{margin:0;padding-left:20px}.header-section,.education-info,.skills,.links,.subjects,.experience,.projects,.achievements,.extra-curricular{margin-bottom:20px}@media print{.resume-container{box-shadow:none!important;margin:0!important;padding:1rem 2rem!important}}body{font-family:Arial,sans-serif;color:#4a454a;background-color:#ffecd6;height:100vh;overflow-x:hidden}.resume-container{display:flex;justify-content:space-between;padding:5px}.user-name{width:100%;text-align:center;color:#4a454a;font-weight:600;text-transform:uppercase;letter-spacing:1px}.user-details{display:flex;align-items:center;justify-content:space-between;margin-top:4px;font-size:small;flex-wrap:wrap}.user-details .data{display:flex;gap:5px;align-items:center;font-size:.9rem}.user-details .data #ic{font-size:.2rem}a{color:#4a454a;text-decoration:none}.link-coding .linked{display:flex;align-items:center;justify-content:center;gap:5px;font-size:1rem;color:#4a454a}.resume-contents{margin-top:10px;display:flex;flex-direction:column;gap:5px}.resume-contents .expr{display:flex;flex-direction:column;gap:5px;width:100%}.resume-contents .expr .expr-title{font-size:1.3rem;font-weight:600}.expr-section .role-date{display:flex;justify-content:space-between;align-items:center}.expr-section .role-date #role{font-size:1.1rem;font-weight:700}.expr-section .role-date #date{font-size:.9rem;color:#4a454a}.expr-section .company{font-size:1rem;font-weight:600;color:#4a454a;font-style:italic}.expr-section .expr-desc{font-size:1rem;text-align:justify;padding-left:20px;margin-bottom:10px}.project-details{display:flex;flex-direction:column;gap:4px;margin-top:10px}.project-details .project-title{font-size:1.3rem;font-weight:600}.project-details .project-section{display:flex;flex-direction:column;gap:3px}.project-details .project-section .project-name{font-size:1.1rem;font-weight:700;display:flex;gap:5px}.project-details .project-section .project-name #link-icon a,.project-details .project-section .project-name #link-icon{font-size:1rem;color:#4a454a;text-decoration:none;cursor:pointer}.project-details .project-section .project-name #tech-stack{font-size:.9rem;color:#4a454a;font-style:italic;font-weight:400}.project-details .project-section .project-desc{font-size:1rem;text-align:justify;padding-left:20px;margin-bottom:5px}.edu-section{display:flex;flex-direction:column;gap:5px;margin-top:10px}.edu-section .edu-title{font-size:1.3rem;font-weight:600}.edu-section .clg-section-1{display:flex;justify-content:space-between;align-items:center;gap:5px}.edu-section .clg-section-1 .info-1 .clg-name{font-size:1.1rem;font-weight:700}.edu-section .clg-section-1 .info-1 .degree{font-size:1rem}.edu-section .clg-section-1 .info-2{font-size:.9rem;color:#4a454a}.edu-section .clg-section-2{display:flex;justify-content:space-between;align-items:center;gap:5px}.edu-section .clg-section-2 .info-1 .clg-name{font-size:1.1rem;font-weight:700}.edu-section .clg-section-2 .info-1 .degree{font-size:1rem}.edu-section .clg-section-2 .info-2{font-size:.9rem;color:#4a454a}.edu-section .clg-section-3{display:flex;justify-content:space-between;align-items:center;gap:5px}.edu-section .clg-section-3 .info-1 .school-name{font-size:1.1rem;font-weight:700}.edu-section .clg-section-3 .info-1 .degree{font-size:1rem}.edu-section .clg-section-3 .info-2{font-size:.9rem;color:#4a454a}.skill-section{display:flex;flex-direction:column;gap:5px;margin-top:10px}.skill-section .skill-title{font-size:1.3rem;font-weight:600}.skill-section .skill-list{display:flex;flex-wrap:wrap;gap:5px;font-size:.9rem}.skill-section .skill-name{font-size:1rem;font-weight:600;color:#4a454a}.skill-section .language-skill,.skill-section .web-skill,.skill-section .webframework-skill,.skill-section .databases-skill,.skill-section .other-skill{display:flex;flex-wrap:wrap;gap:5px;font-size:.9rem}.achievement-extracurricular{display:flex;flex-direction:column;gap:3px;margin-top:10px}.achievement-extracurricular .achieve-title{font-size:1.3rem;font-weight:600}.achievement-extracurricular .achieve-list{font-size:1rem;text-align:justify;padding-left:20px}.download-button{background-color:#007bff;color:#fff;border:none;border-radius:23px;padding:10px 20px;font-size:1.2rem;width:12rem;cursor:pointer;transition:all .3s ease-in-out}.page-break-avoid{page-break-inside:avoid;break-inside:avoid}.resume-container{overflow:visible!important;min-height:auto!important}.header-section{margin-bottom:20px}section{margin-bottom:20px}@media print{.resume-container{box-shadow:none;margin:0;padding:1rem 2rem}}.box-container{display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;text-align:center;padding:4px;min-height:91vh;position:relative}.image-style-1{width:450px;height:380px;border-radius:50%;opacity:.9}.image-container-1{position:absolute;right:5px;top:-30px;z-index:-100;transform:rotate(-4deg)}.image-style-2{width:450px;height:380px;border-radius:8px;opacity:.9}.image-container-2{position:absolute;bottom:-15px;left:-14px;z-index:-100;transform:rotate(-4deg)}.image-style-3{width:680px;height:700px;border-radius:8px;opacity:.7}.image-container-3{position:absolute;left:28%;top:-6%;z-index:-300;transform:rotate(-15deg)}.overlay-text{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:100%;color:#000;z-index:10}@media screen and (max-width: 768px){.img-container{position:relative}.image-style-1,.image-style-2,.image-style-3{width:100%;height:auto;border-radius:50%;transform:rotate(-15deg);z-index:-100}.image-container-1,.image-container-2,.image-container-3{z-index:-100;position:static;transform:none;margin:10px auto}}.sidebar{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;border-radius:10px;box-shadow:0 4px 8px #0000001a;background-color:#fff;height:100%}.sidebar-links{margin-top:20px;width:100%}.sidebar-link{text-decoration:none;color:#333;display:flex;align-items:center;padding:10px;border-radius:5px;transition:background-color .3s ease}.sidebar-link:hover{background-color:#f5f5f5}.icon{color:#55d5f1!important}.drawer-div{width:250px;background-color:var(--bgColor);height:100%;position:fixed;top:0;left:0;z-index:100;padding-top:60px;transition:transform .3s ease-in-out;display:flex;flex-direction:column;justify-content:space-between;padding-left:10px}.container{width:100%;height:89vh}.template-container{display:flex;flex-wrap:wrap;justify-content:space-evenly;align-items:center;margin-top:20px;gap:40px}.container .heading{font-size:2rem;color:#333;text-align:center;padding:20px}.template{margin:10px;cursor:pointer;transition:box-shadow .3s ease}.template-container p{text-align:center;font-size:1.2rem;color:#333;margin-top:10px}.template-container p:hover{color:#333;text-decoration:underline;cursor:pointer}.template img{width:280px;height:380px}.template:hover{box-shadow:0 0 70px #0000004d}.template-preview-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;display:flex;justify-content:center;align-items:center}.template-preview{background-color:#fff;padding:20px;border-radius:5px;box-shadow:0 0 10px #0000004d;max-width:90%;max-height:90%;overflow:auto;position:relative}.template-preview img{max-width:100%;max-height:100%}.template-preview button{position:absolute;top:10px;right:10px}.template-preview::-webkit-scrollbar{width:10px}.template-preview::-webkit-scrollbar-track{background:#f1f1f1;border-radius:40px}.template-preview::-webkit-scrollbar-thumb{background:#888}.template-preview::-webkit-scrollbar-thumb:hover{background:#555}@media only screen and (max-width: 768px){.template-preview{max-width:95%;max-height:95%}}.error-container{display:flex;justify-content:center;align-items:center;height:89vh}.error-content{text-align:center}.error-image{width:400px;height:auto;margin-bottom:20px;border-radius:50%;background:#f8f9fa}.error-heading{font-size:2rem;margin-bottom:10px}.error-message{font-size:1.2rem;color:#555}.return-button{display:inline-block;margin-top:10px;padding:10px 20px;background-color:#425b68;color:#fff;text-decoration:none;font-size:1rem;transition:background-color .3s ease;border-radius:30px}.return-button:hover{background-color:#456c81}@media screen and (max-width: 768px){.error-image{width:300px}.error-heading{font-size:1.5rem}.error-message{font-size:1rem}.return-button{padding:8px 16px;font-size:.9rem}}*{margin:0;padding:0;box-sizing:border-box}:root{--btnColor: #f2d342;--landBtnHover: #ebca37;--bgColor: #ffffff;--cardBg: #fff;--btn: #a6dae7;--btnHover: #90d4e4;--text: rgb(211, 237, 220)}body{background-image:radial-gradient(circle,#f9f8e3,#dcf0db,#bde7de,#a6dce6,#a3cceb);color:#333;font-family:Roboto,sans-serif;margin:0;padding:0}::-webkit-scrollbar{width:0px}::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px;border:2px solid #fff}::-webkit-scrollbar-thumb:hover{background-color:#999}@media (max-width: 960px){.return-links{display:none}}
