.layout-admin .page-template{position:relative;padding:1.5rem .75rem 2.25rem;flex:1;background:var(--color-tertiary);width:calc(100% - 17.5rem)}@media(max-width:1350px){.layout-admin .page-template{padding:1.5rem 3.25rem 2.25rem}}@media(max-width:1200px){.layout-admin .page-template{padding:1.5rem 1rem 2.25rem}}@media(max-width:768px){.layout-admin .page-template{padding:1.5rem 1rem 2.25rem}}.layout-admin .page-template.w-full{width:100%}.layout-admin .page-template.home-template,.layout-admin .progress-box{display:flex;flex-direction:column}.layout-admin .progress-box{border-radius:10px;padding:4px;align-items:center;justify-content:center;width:180px;height:100px;position:absolute;bottom:1.25rem;left:1.25rem;border-color:#000;background:#fff;border-width:1px}.sidebar{display:flex;width:17.5rem;max-height:100%;padding:1.875rem 3rem 1.8125rem 1.5rem;flex-direction:column;justify-content:space-between;align-items:flex-start;flex-shrink:0;background:var(--color-white);box-shadow:8px 4px 44px 0 rgba(0,0,0,.05);position:relative}.sidebar .nav-sidebar .nav-bar-links{padding-top:1rem}.sidebar .nav-sidebar .nav-bar-links h4{color:var(--text-color);font-size:1rem;font-weight:500;line-height:150%}.sidebar .nav-sidebar .nav-bar-links .no-job-created{font-style:italic;font-size:.75rem;color:var(--slate-400)}.sidebar .nav-sidebar .nav-bar-links ul li{margin-top:.5rem}.sidebar .nav-sidebar .nav-bar-links ul li a{color:var(--text-color);font-size:.875rem;font-weight:400;line-height:142.857%}.sidebar .nav-sidebar .nav-bar-links .nav-link-all{margin-top:.75rem}.sidebar .nav-sidebar .nav-bar-links .nav-link-all .btn-link-all{font-weight:500;line-height:171.429%;padding:.5rem 0;text-decoration:none}.sidebar .nav-sidebar .nav-bar-links .nav-link-all .btn-link-all:hover{text-decoration:none}.sidebar .nav-sidebar .nav-footer{position:absolute;bottom:1.8125rem;left:0;width:100%;color:var(--slate-500);font-size:.875rem;font-weight:400;line-height:1.5rem;padding:0 1.5rem}@media(max-width:1023px){.sidebar{position:fixed;top:0;z-index:5;left:var(--sidebar-position,-100%);transition:left .3s ease;width:100%;height:100%;overflow:auto;padding:1.75rem 1rem 1.25rem;box-shadow:none}.sidebar.open{--sidebar-position:0}.sidebar .nav-footer{display:none}.sidebar .nav-sidebar{width:100%;max-width:100%;position:relative;height:100%}.sidebar .nav-sidebar .sidebar-close-icon{position:absolute;right:0;top:0;cursor:pointer}.sidebar .nav-sidebar .nav-bar-links{padding-top:0}.sidebar .nav-sidebar .add-new-btn{position:absolute;bottom:0;width:100%;left:0}.sidebar .nav-sidebar .add-new-btn button{width:100%}}.header{border:1px solid var(--slate-200,#e2e8f0);background:var(--color-white);display:flex;width:100%;min-height:4rem;padding:0 3.75rem;justify-content:space-between;align-items:center;flex-shrink:0}@media(max-width:1200px){.header{padding:0 1rem}}.header .logo{display:flex;align-items:center;gap:.5rem}.header .logo .mobile-icon-menu{cursor:pointer}.header .header-menu .menu-trigger{align-items:center;gap:.75rem}.header .header-menu .menu-trigger .user-avatar{width:2rem;height:2rem;border-radius:50%;overflow:hidden;border:1px solid var(--slate-300,#cbd5e1);background:var(--color-white);aspect-ratio:1;display:flex;justify-content:center;align-items:center;color:var(--slate-84);font-size:.8125rem;font-style:normal;font-weight:700;line-height:126.923%}.header .header-menu .menu-trigger .user-avatar img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;aspect-ratio:1}.header .header-menu .menu-trigger .user-info{--opacity:0.80;color:var(--color-black);font-size:1rem;font-style:normal;font-weight:400;line-height:103.125%}.header .header-menu .menu-list .menu-list-item{display:flex;gap:.5rem;color:var(--slate-700);font-size:.875rem;font-style:normal;font-weight:500;line-height:142.857%;cursor:pointer}.header .header-menu .menu-list .menu-list-item.item-logout,.header .header-menu .menu-list .menu-list-item.item-logout span{color:var(--red-700)}.header .header-menu .menu-list .menu-list-item span svg{width:1rem;height:1rem}@media(max-width:767px){.header .header-menu div[data-radix-popper-content-wrapper]{transform:translateY(0)!important;height:100vh;width:100vw;max-width:1024px}.header .header-menu div[data-radix-popper-content-wrapper] .dropdown-heading{display:flex;justify-content:space-between}.header .header-menu div[data-radix-popper-content-wrapper] .dropdown-heading h2{color:var(--color-heading);font-size:1.125rem;font-weight:600;line-height:155.556%}.header .header-menu div[data-radix-popper-content-wrapper] .dropdown-heading .mobile-close-icon{cursor:pointer;color:var(--dialog-close-icon);font-size:1.5rem;font-weight:900;line-height:87.5%}.header .header-menu div[data-radix-popper-content-wrapper] .dropdown-heading .mobile-close-icon svg{width:1.5rem;height:1.5rem}.header .header-menu div[data-radix-popper-content-wrapper] .header-menu-content{transform-origin:var(--radix-dropdown-menu-content-transform-origin);animation:slideIn .5s ease-out;border-radius:0;height:100%;padding:1.75rem 1rem 1.25rem}@keyframes slideIn{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.header .header-menu div[data-radix-popper-content-wrapper] .header-menu-content[data-state=closed]{transform-origin:var(--radix-dropdown-menu-content-transform-origin);animation:slideOut .5s ease-out}@keyframes slideOut{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.header .header-menu div[data-radix-popper-content-wrapper] .header-menu-content .menu-list{padding-top:1.5rem}.header .header-menu div[data-radix-popper-content-wrapper] .header-menu-content .menu-list .menu-list-item{padding:0;margin-bottom:1.5rem;display:flex;gap:.5rem;color:var(--slate-700);font-size:1rem;font-weight:500;line-height:125%}.header .header-menu div[data-radix-popper-content-wrapper] .header-menu-content .menu-list .menu-list-item.item-logout,.header .header-menu div[data-radix-popper-content-wrapper] .header-menu-content .menu-list .menu-list-item.item-logout span{color:var(--red-700)}.header .header-menu div[data-radix-popper-content-wrapper] .header-menu-content .menu-list .menu-list-item span svg{width:1rem;height:1rem}}.step-bar-wrap{display:flex;justify-content:center;margin-bottom:1.5rem}.step-bar-wrap .step-bar{display:flex;max-width:41.4375rem;justify-content:center;align-items:center;gap:.625rem;width:100%;counter-reset:stepCounter}.step-bar-wrap .step-bar .step{flex:1;display:flex;align-items:center;position:relative;font-size:.8125rem;font-style:normal;font-weight:600;line-height:normal;margin-right:10px;color:var(--slate-400);padding-left:1.5rem}@media(max-width:1023px){.step-bar-wrap .step-bar .step{font-size:.75rem}}@media(max-width:560px){.step-bar-wrap .step-bar .step{max-width:5.5rem}}@media(max-width:480px){.step-bar-wrap .step-bar .step{font-size:.75rem}}.step-bar-wrap .step-bar .step:before{counter-increment:stepCounter;content:attr(data-index);color:var(--color-tertiary);font-size:.75rem;font-weight:400;line-height:normal;width:1.25rem;height:1.25rem;border-radius:6.25rem;background:var(--slate-400);text-align:center;margin-right:.25rem;align-items:center;display:flex;justify-content:center;outline:1px solid var(--slate-400);border:2px solid var(--slate-400);position:absolute;left:0}@media(max-width:767px){.step-bar-wrap .step-bar .step:before{margin-right:.5rem;max-width:1.25rem}}.step-bar-wrap .step-bar .step.complete{color:var(--color-sucsess)}.step-bar-wrap .step-bar .step.complete:before{font-size:1.35rem;background:var(--color-sucsess);color:var(--color-sucsess);content:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiNmZmZmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0ibHVjaWRlIGx1Y2lkZS1jaGVjayI+PHBhdGggZD0iTTIwIDYgOSAxN2wtNS01Ii8+PC9zdmc+);outline:1px solid var(--color-sucsess);border:2px solid var(--color-sucsess)}.step-bar-wrap .step-bar .step:after{content:"";flex-grow:1;height:.0625rem;background:var(--border-color);margin-left:1.12rem}@media(max-width:1023px){.step-bar-wrap .step-bar .step:after{display:none}}.step-bar-wrap .step-bar .step:last-child{flex:none}.step-bar-wrap .step-bar .step:last-child:after{display:none}.step-bar-wrap .step-bar .step.active{color:var(--color-primary)}.step-bar-wrap .step-bar .step.active:before{background:var(--color-primary);outline:1px solid var(--color-primary);border:2px solid var(--color-white)}.step-bar-wrap .step-bar .step.active:after{background:var(--border-color)}.home-data-cards .data-cards{flex-wrap:wrap}.home-data-cards .data-cards .data-card{border-radius:.5rem;padding:1.1rem 1.5rem;display:flex;align-items:center;gap:1.26rem}@media(max-width:768px){.home-data-cards .data-cards .data-card{padding:.7rem .94rem;gap:.6rem;width:50%;flex:calc(50% - .5rem)}}@property --data-percentage{.home-data-cards .data-cards .data-card .card-left-col .card-icon{syntax:"<number>";inherits:true;initial-value:0}}.home-data-cards .data-cards .data-card .card-left-col .card-icon .pie{--b:0.35rem;--w:3.06rem;--data-percentage:10;--data-color:#fb923c;width:var(--w);aspect-ratio:1;position:relative;display:flex;align-items:center;justify-content:center;font-size:.75rem;height:var(--w);background:#f6f8ff;border-radius:50%}.home-data-cards .data-cards .data-card .card-left-col .card-icon .pie span{background:#fff;display:flex;height:80%;width:80%;align-items:center;justify-content:center;border-radius:50%;font-size:.75rem;font-style:normal;font-weight:500;line-height:normal;color:var(--gray-900,#111827)}@media(max-width:768px){.home-data-cards .data-cards .data-card .card-left-col .card-icon .pie span{font-size:.55281rem}}.home-data-cards .data-cards .data-card .card-left-col .card-icon .pie span sub{font-size:.5rem;bottom:0}@media(max-width:768px){.home-data-cards .data-cards .data-card .card-left-col .card-icon .pie span sub{font-size:.32688rem}}.home-data-cards .data-cards .data-card .card-left-col .card-icon .pie:after,.home-data-cards .data-cards .data-card .card-left-col .card-icon .pie:before{content:"";position:absolute;border-radius:50%}.home-data-cards .data-cards .data-card .card-left-col .card-icon .pie:before{inset:0;background:radial-gradient(farthest-side,var(--data-color) 98%,transparent) top/var(--b) var(--b) no-repeat,conic-gradient(var(--data-color) calc(var(--data-percentage) * 1%),transparent 0);-webkit-mask:radial-gradient(farthest-side,transparent calc(99% - var(--b)),#000 calc(100% - var(--b)));mask:radial-gradient(farthest-side,transparent calc(99% - var(--b)),#000 calc(100% - var(--b)))}.home-data-cards .data-cards .data-card .card-left-col .card-icon .pie:after{inset:calc(50% - var(--b)/2);background:var(--data-color);transform:rotate(calc(var(--data-percentage) * 3.6deg)) translateY(calc(50% - var(--w) / 2))}.home-data-cards .data-cards .data-card .card-left-col .card-icon .animate{animation:p 1s .5s both}.home-data-cards .data-cards .data-card .card-left-col .card-icon .no-round:before{background-size:0 0,auto}.home-data-cards .data-cards .data-card .card-left-col .card-icon .no-round:after{content:none}@keyframes p{0%{--data-percentage:0}}@media(max-width:768px){.home-data-cards .data-cards .data-card .card-left-col .card-icon{width:2.1rem;height:2.1rem}.home-data-cards .data-cards .data-card .card-left-col .card-icon .pie{--w:2.1rem;--b:0.22rem}.home-data-cards .data-cards .data-card .card-left-col .card-icon svg{width:100%;height:100%}}.home-data-cards .data-cards .data-card .card-right-col{flex-grow:1}.home-data-cards .data-cards .data-card .card-right-col .card-title{color:var(--gray-700);font-size:.875rem;font-weight:700;line-height:normal;margin-bottom:.25rem;text-transform:capitalize}@media(max-width:768px){.home-data-cards .data-cards .data-card .card-right-col .card-title{font-size:.81rem;margin-bottom:.16rem}}.home-data-cards .data-cards .data-card .card-right-col .card-desc{color:var(--gray-500);font-size:.75rem;font-weight:500;line-height:normal}@media(max-width:768px){.home-data-cards .data-cards .data-card .card-right-col .card-desc{font-size:.5625rem}}.dropzone-area{margin-top:1.25rem;padding:1rem 1.5rem;border-radius:.5rem;border:1px dashed rgba(108,43,217,.2);background:var(--color-white);flex:1}.dropzone-area .dropzone-header .title{color:var(--color-primary);font-size:2.625rem;font-weight:700;line-height:normal;text-align:center}@media(max-width:768px){.dropzone-area .dropzone-header .title{font-size:1.25rem}}.dropzone-area .dropzone-header .desc,.dropzone-area .dropzone-header .desc p{color:var(--text-color);text-align:center;font-size:1.25rem;font-weight:400;line-height:140%}.dropzone-area .dropzone-header .desc p{max-width:33.375rem;margin:.8rem auto 0}@media(max-width:768px){.dropzone-area .dropzone-header .desc p{font-size:.875rem;color:var(--slate-900)}}.dropzone-area .dropzone-header .desc p button{color:inherit;font-size:inherit;line-height:inherit;text-decoration-color:var(--color-link)}.job-questions{padding-top:.5rem;flex:1;display:flex;flex-direction:column;margin-bottom:-2.125rem}.job-questions .project-name{display:flex}.job-questions .project-name .project-heading{border-radius:.375rem;border:1px solid var(--border-color);padding:.5rem 3.5rem .5rem .75rem;font-size:.875rem;font-weight:400;line-height:142.857%;min-width:20.5rem;max-width:40%}.job-questions .project-name .project-heading span{font-weight:700}@media(max-width:1200px){.job-questions .project-name .project-heading{min-width:100%;max-width:100%}}.job-questions .questions-container{background:var(--color-white);padding:1.5rem;border-radius:.5rem;margin-top:1rem;flex:1;display:flex;flex-direction:column}@media(max-width:767px){.job-questions .questions-container{padding:1rem;margin-left:-1rem;margin-right:-1rem}}.job-questions .questions-container .questions-header{margin-bottom:.75rem}.job-questions .questions-container .questions-header h2{color:var(--color-black);font-size:1.125rem;font-weight:600;line-height:155.556%}.job-questions .questions-container .questions-header p{color:var(--slate-500);font-size:.875rem;font-weight:400;line-height:142.857%}.job-questions .questions-container .questions-wrap{flex:1;display:flex;flex-direction:column}.job-questions .questions-container .questions-wrap .questions-tabs{position:relative;display:flex;flex-direction:column;flex:1}.job-questions .questions-container .questions-wrap .questions-search-wrap{display:flex;align-items:center}.job-questions .questions-container .questions-wrap .questions-search-wrap .questions-search{flex:0 0 50%;color:#475569;padding:.5rem .75rem;border-radius:.375rem;border:1px solid var(--slate-200);background:var(--color-white)}@media(max-width:767px){.job-questions .questions-container .questions-wrap .questions-search-wrap .questions-search{background:var(--color-tertiary)}}.job-questions .questions-container .questions-wrap .questions-search-wrap .questions-search svg{width:1.00144rem;height:1rem}.job-questions .questions-container .questions-wrap .questions-search-wrap .questions-search input{color:var(--text-color);font-size:.875rem;font-weight:400;line-height:142.857%;padding-top:0;padding-bottom:0}.job-questions .questions-container .questions-wrap .questions-search-wrap .questions-search input::-moz-placeholder{color:var(--text-color)}.job-questions .questions-container .questions-wrap .questions-search-wrap .questions-search input::placeholder{color:var(--text-color)}@media(max-width:767px){.job-questions .questions-container .questions-wrap .questions-search-wrap .questions-search input{background:var(--color-tertiary)}}.job-questions .questions-container .questions-wrap .questions-search-wrap .selected-count{color:var(--slate-600);font-size:.875rem;font-weight:500;line-height:1.5rem}.job-questions .questions-container .questions-wrap .questions-search-wrap .selected-count .count{font-weight:700}.job-questions .questions-container .questions-wrap .selected-questions{border-bottom:.125rem solid #cbd5e1;padding-bottom:.5rem;margin-top:1.5rem;margin-bottom:.75rem}@media(max-width:767px){.job-questions .questions-container .questions-wrap .selected-questions{margin-top:.75rem}}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row{padding:1rem 1rem 1.25rem;border-radius:.25rem;background:#e8e8fd;color:#303437;font-size:1rem;font-weight:400;line-height:137.5%;margin-bottom:.5rem}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row .q-input{width:14px}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row P{color:#303437;font-size:1rem;font-weight:400;line-height:137.5%}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row .percent-input-wrap{display:flex;gap:.62rem;align-items:center}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row .percent-input-wrap .info-popover svg{width:1rem;height:1rem;color:var(--color-white);fill:var(--color-info);font-size:1rem}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row .percent-input-wrap .info-popover svg circle{color:var(--color-info)}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row .percent-input-wrap .percent-input{max-width:4.375rem;display:flex}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row .percent-input-wrap .percent-input input{padding:.5rem .35rem;border-radius:.375rem 0 0 .375rem;border:1px solid #cbd5e1;background:#fff;width:2.625rem;color:var(--slate-900);font-size:.875rem;font-weight:400;line-height:142.857%;text-align:center}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row .percent-input-wrap .percent-input span{border-radius:0 .375rem .375rem 0;border:1px solid #cbd5e1;background:#e8ebf7;color:var(--slate-900);font-size:.875rem;font-weight:400;line-height:142.857%;width:1.75rem;display:flex;align-items:center;justify-content:center}@media(max-width:767px){.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row{flex-wrap:wrap;gap:1rem}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row .col-left{width:100%}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row .col-right .percent-input{max-width:9.375rem}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row .col-right .percent-input input{width:100%}.job-questions .questions-container .questions-wrap .selected-questions .selected-questions-row .col-right .percent-input span{padding:0 1rem}}.job-questions .questions-container .questions-wrap .questions .questions-row{padding:0 1rem;align-items:flex-start}.job-questions .questions-container .questions-wrap .questions .questions-row .q-input{width:14px;line-height:1;cursor:pointer;padding:1.19rem 0 1.25rem}.job-questions .questions-container .questions-wrap .questions .questions-row p{border-bottom:.5px solid var(--slate-300,#cbd5e1);margin-left:1rem;padding:1rem 0 1.25rem;width:100%;color:#303437;font-size:1rem;font-weight:400;line-height:137.5%}@media(max-width:767px){.job-questions .questions-container .questions-wrap .questions .questions-row p{font-size:.875rem;padding:1rem 0}}.job-questions .questions-container .questions-wrap .questions .questions-row:last-child p{border-bottom:none}.job-questions .questions-container .questions-wrap .my-questions:not([hidden]){flex:1;display:flex;flex-direction:column;justify-content:space-between}.job-questions .questions-container .questions-wrap .my-questions .my-questions-footer{position:sticky;bottom:0;width:100%}.job-questions .questions-container .questions-wrap .my-questions .my-questions-footer .input-wrap{border-radius:.5rem;border:1px solid var(--slate-600);background:var(--color-white);padding:.5rem 1rem .5rem 1.5rem}.job-questions .questions-container .questions-wrap .my-questions .my-questions-footer .input-wrap .editable-input{color:#303437;font-size:.875rem;font-weight:400;line-height:157.143%;min-height:2.5rem;padding:.56rem 0;resize:none}.job-questions .questions-container .questions-wrap .my-questions .my-questions-footer .input-wrap .editable-input::-moz-placeholder{color:#303437;padding-top:0}.job-questions .questions-container .questions-wrap .my-questions .my-questions-footer .input-wrap .editable-input::placeholder{color:#303437;padding-top:0}.job-questions .questions-container .questions-wrap .my-questions .my-questions-footer .input-wrap .editable-input:focus::-moz-placeholder{opacity:0}.job-questions .questions-container .questions-wrap .my-questions .my-questions-footer .input-wrap .editable-input:focus::placeholder{opacity:0}.right-sidebar-actions-mobile button{display:flex;justify-content:space-between;gap:.5rem;align-items:center}.right-sidebar-actions-mobile button svg{margin-right:0;width:1.2rem;height:1.2rem}.gen-result-footer{position:sticky;bottom:0;background-color:var(--color-white)}.home-right-sidebar{width:17.5rem;padding:1.81rem;position:relative;display:flex;flex-direction:column;justify-content:space-between}.home-right-sidebar .c-heading{color:var(--color-black);font-size:1.125rem;font-weight:600;line-height:155.556%;margin-bottom:1rem}.home-right-sidebar .resume-list{margin-bottom:1rem}.home-right-sidebar .resume-list .resume-item{align-items:center;width:100%}.home-right-sidebar .resume-list .resume-item .resume-item-left{width:100%;max-width:calc(100% - 18px)}.home-right-sidebar .resume-list .resume-item .resume-icon{flex:1}.home-right-sidebar .resume-list .resume-item p{overflow:hidden;color:var(--slate-600);text-align:left;text-overflow:ellipsis;white-space:nowrap;font-size:.875rem;font-style:normal;font-weight:500;line-height:100%;width:100%;padding:.25rem 0}.home-right-sidebar .add-more-btn{color:var(--text-color);font-size:.875rem;font-weight:500;line-height:171.429%}.home-right-sidebar .add-more-btn svg{width:.875rem;height:.875rem}.home-right-sidebar .hrs-footer{position:sticky;width:100%;bottom:1.81rem}.home-right-sidebar .hrs-footer .btn-generate-result svg{margin-left:.5rem}.home-right-sidebar .hrs-footer .btn-generate-result:disabled{background:#c6c7d9;color:#818181;opacity:1}.home-right-sidebar .response-sidebar-tabs .response-sidebar-question{margin-bottom:2rem;color:var(--summary-color);font-size:.875rem;font-weight:400;line-height:1.375rem}.home-right-sidebar .response-sidebar-tabs .response-sidebar-question b{font-weight:700}@media(max-width:767px){.home-right-sidebar{background:var(--color-white);position:fixed;top:0;z-index:5;right:var(--sidebar-position,-100%);transition:right .3s ease;width:100%;height:100%;overflow:auto;padding:1.75rem 1rem 1.25rem;box-shadow:none}.home-right-sidebar .add-more-btn{position:fixed;width:100%;bottom:1.81rem;left:1rem;width:calc(100% - 2rem);display:none}.home-right-sidebar.open{--sidebar-position:0}.home-right-sidebar.open .add-more-btn{display:flex}.home-right-sidebar .sidebar-close-icon{position:absolute;right:1rem;top:2rem;cursor:pointer}.home-right-sidebar .c-heading{margin-bottom:1.5rem}.home-right-sidebar .resume-list{padding-right:4rem}.home-right-sidebar .resume-list .resume-item{margin-bottom:1.5rem}.home-right-sidebar .hrs-footer{display:none}}.job-response{padding-top:.5rem;display:flex;flex-direction:column}.job-response .job-name{display:flex}.job-response .job-name .project-heading{border-radius:.375rem;border:1px solid var(--border-color);padding:.5rem 3.5rem .5rem .75rem;font-size:.875rem;font-weight:400;line-height:142.857%;min-width:19rem;max-width:30%}.job-response .job-name .project-heading span{font-weight:700}.job-response .response-container{background:var(--color-white);padding:1.25rem 1rem .75rem;border-radius:.5rem;margin-top:1rem;flex:1;display:flex;flex-direction:column;margin-bottom:1rem}@media(max-width:767px){.job-response .response-container{margin-left:-1rem;margin-right:-1rem;padding:1rem}}.job-response .response-container .response-header{margin-bottom:.75rem}.job-response .response-container .response-header h2{color:var(--color-black);font-size:1.125rem;font-weight:600;line-height:155.556%}.job-response .response-container .response-header p{color:var(--slate-500);font-size:.875rem;font-weight:400;line-height:142.857%}.job-response .response-container .response-header .action-container .c-info{color:var(--color-white);fill:var(--color-info);width:1rem;height:1rem;font-size:1rem;display:none}.job-response .response-container .response-header .action-container .c-info circle{color:var(--color-info)}@media(max-width:767px){.job-response .response-container .response-header .action-container .c-info{display:none}}.job-response .response-container .response-header .action-container .save-as-pdf{font-weight:400}@media(max-width:767px){.job-response .response-container .response-header .action-container .save-as-pdf{width:100%}.job-response .response-container .response-header .action-container{position:fixed;bottom:0;left:0;width:100%;padding:1rem 1rem 1.9rem;background:var(--color-white)}}.job-response .response-container .consolidation-container .consolidation-list{gap:1rem}@media(max-width:767px){.job-response .response-container .consolidation-container .consolidation-list{flex-wrap:nowrap;overflow:auto;max-width:100%}}.job-response .response-container .consolidation-container .consolidation-list .card{background:var(--consolidation-card-bg);border-radius:.5rem;padding:1rem;flex:9rem;max-width:9rem;min-height:5.3rem}@media(max-width:767px){.job-response .response-container .consolidation-container .consolidation-list .card{min-width:9rem}}.job-response .response-container .consolidation-container .consolidation-list .card .score{color:var(--slate-600);font-size:1rem;font-weight:700;line-height:87.5%;margin-bottom:.75rem}.job-response .response-container .consolidation-container .consolidation-list .card .score.high{color:#22c55e}.job-response .response-container .consolidation-container .consolidation-list .card .score.medium{color:#fbbf24}.job-response .response-container .consolidation-container .consolidation-list .card .score.low{color:var(--slate-600)}.job-response .response-container .consolidation-container .consolidation-list .card .item-name{color:var(--slate-600);font-size:.875rem;font-weight:500;line-height:100%}.job-response .summary-container{background:var(--color-white);padding:.75rem 1rem;border-radius:.5rem;flex:1;display:flex;flex-direction:column}@media(max-width:767px){.job-response .summary-container{padding:1rem;margin-left:-1rem;margin-right:-1rem;margin-bottom:2.2rem}}.job-response .summary-container .summary{margin-top:1.5rem}.job-response .summary-container .summary p{color:var(--slate-500);font-size:.875rem;font-weight:400;line-height:1.25rem}.job-response .summary-container .summary p b,.job-response .summary-container .summary p strong{font-weight:700}.job-response .summary-container .candidate-analysis,.job-response .summary-container .individual{margin-top:1.5rem}.job-response .summary-container .candidate-analysis .individual-summary,.job-response .summary-container .individual .individual-summary{color:var(--summary-color);font-size:1rem;font-style:normal;font-weight:400;line-height:137.5%}.job-response .summary-container .candidate-analysis .individual-card,.job-response .summary-container .individual .individual-card{margin-top:1.5rem}.job-response .summary-container .candidate-analysis .individual-card .i-card-title,.job-response .summary-container .individual .individual-card .i-card-title{color:var(--text-color);font-size:.875rem;font-weight:600;line-height:142.857%;margin-bottom:.5rem}.job-response .summary-container .candidate-analysis .individual-card .i-card-title .score,.job-response .summary-container .individual .individual-card .i-card-title .score{color:var(--slate-600)}.job-response .summary-container .candidate-analysis .individual-card .summary-reason,.job-response .summary-container .individual .individual-card .summary-reason{color:var(--slate-500);font-size:.875rem;font-weight:400;line-height:142.857%}.page-template.page-settings{padding-top:2.5rem;padding-left:3.75rem;padding-right:3.75rem}@media(max-width:767px){.page-template.page-settings{padding-top:1rem;padding-left:1rem;padding-right:1rem}}.page-template.page-settings .settings-main-wrap{max-width:68.7rem;margin:0 auto}.page-template.page-settings h1{color:var(--Black,#2c2c2c);font-size:1.5rem;font-style:normal;font-weight:600;line-height:133.333%;letter-spacing:-.144px;font-family:var(--font-sans);margin-top:0;padding-top:0;padding-bottom:0}.page-template.page-settings h2{color:var(--slate-900,#2c2c2c);font-size:1.125rem;font-style:normal;font-weight:600;line-height:155.556%}.page-template.page-settings h2 span{color:var(--slate-500)}.page-template.page-settings .page-head-row p{color:var(--text-color);font-size:.875rem;font-weight:400;line-height:171.429%;margin-top:.5rem}.page-template.page-settings .page-content-wrap{padding-top:2rem}.page-template.page-settings .page-content-wrap .form-layout-content,.page-template.page-settings .page-content-wrap .form-layout-content .account-form{width:100%}.page-template.page-settings .page-content-wrap .form-layout-content .account-form .form-fields{display:flex;flex-wrap:wrap;-moz-column-gap:1.25rem;column-gap:1.25rem}.page-template.page-settings .page-content-wrap .form-layout-content .account-form .form-fields form{display:flex;flex-wrap:wrap;-moz-column-gap:1.25rem;column-gap:1.25rem;width:100%}.page-template.page-settings .page-content-wrap .form-layout-content .account-form .form-fields .controlled-input{flex:100%;max-width:calc(50% - .625rem)}@media(max-width:767px){.page-template.page-settings .page-content-wrap .form-layout-content .account-form .form-fields .controlled-input{max-width:100%}}.page-template.page-settings .page-content-wrap .form-layout-content .account-form .form-fields .controlled-input .btn-edit{position:absolute;right:2px;color:var(--color-primary);font-size:.875rem;font-style:normal;font-weight:500;line-height:171.429%;height:calc(100% - 4px);top:2px;background:var(--color-white)}.page-template.page-settings .page-content-wrap .form-layout-content .account-form .form-fields .controlled-input .instructions{display:none}.page-template.page-settings .page-content-wrap .pp-card{display:flex;align-items:center;justify-content:center;text-align:center}@media(max-width:767px){.page-template.page-settings .page-content-wrap .profile-picture{width:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;border-radius:0;aspect-ratio:1/1}}.page-template.page-settings .page-content-wrap .profile-picture .img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;border-radius:50%}.page-template.page-settings .page-content-wrap .profile-picture .profile-header{display:flex;justify-content:center;align-items:center;margin-bottom:.88rem}@media(max-width:767px){.page-template.page-settings .page-content-wrap .profile-picture .profile-header{justify-content:space-between}}.page-template.page-settings .page-content-wrap .profile-picture .profile-header .btn-link{padding-right:0;font-size:.875rem;font-style:normal;font-weight:500;line-height:1.5rem}.page-template.page-settings .page-content-wrap .profile-picture .profile-header .profile-copy{color:var(--text-color);font-size:.875rem;font-style:normal;font-weight:500;line-height:142.857%}.page-template.page-settings .page-content-wrap .profile-picture .profile-img-wrap{position:relative;max-width:8.25rem;max-height:8.25rem;border-radius:50%;margin:auto}.page-template.page-settings .page-content-wrap .profile-picture .profile-img-wrap img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;overflow:hidden;border-radius:50%}.page-template.page-settings .page-content-wrap .profile-picture .profile-img-wrap .icon-pencel{position:absolute;right:0;bottom:0;background:var(--color-tertiary);color:var(--color-primary);border-radius:50%;z-index:2;padding:.5rem;width:2.4rem;height:2.4rem;display:flex;align-items:center;justify-content:center;border:3px solid var(--color-white);cursor:pointer}@media(max-width:767px){.page-template.page-settings .page-content-wrap .profile-picture .profile-img-wrap .icon-pencel{display:none}}.page-template.page-settings .page-content-wrap .profile-picture .profile-img-wrap .icon-pencel svg{width:100%;height:auto}.page-template.page-settings .page-content-wrap .pp-notes{color:var(--color-info);padding-left:1rem;padding-right:1rem;margin-top:.5rem}.page-template.page-settings .page-content-wrap .pp-notes span{display:block}.page-template.page-plans{padding-bottom:1rem}.page-plans .main-wrap{max-width:68.7rem;margin:0 auto}.page-plans h1{color:var(--color-heading);font-size:3rem;text-align:center;font-weight:800;line-height:100%;letter-spacing:-.036rem;margin:0 0 .5rem}@media(max-width:767px){.page-plans h1{font-size:1.5rem;font-weight:600;line-height:133.333%;letter-spacing:-.009rem;margin:0}.page-plans .page-head-row{margin-bottom:1.5rem;margin-top:1.25rem}}.page-template.historic-jobs .job-table-head .btn-delete-all{padding-top:.5rem;padding-bottom:.5rem}.page-template.historic-jobs .historic-jobs-search{border:1px solid var(--slate-200)}.page-template.historic-jobs .table-action-icons{display:flex;gap:.88rem}.page-template.historic-jobs .table-action-icons button{color:var(--slate-500);width:auto}@media(max-width:767px){.page-template.historic-jobs .table-action-icons button{padding:0 10px}}.page-template.historic-jobs .table-action-icons button svg{margin-right:0}@media(max-width:767px){.page-template.historic-jobs .table-wrap table td{line-height:1.35}.page-template.historic-jobs .table-wrap table tr.data-\[state\=selected\]\:bg-muted[data-state=selected] .table-checkbox,.page-template.historic-jobs .table-wrap table tr.data-\[state\=selected\]\:bg-muted[data-state=selected] .table-name{background:hsl(var(--muted))}.page-template.historic-jobs .table-wrap table tr.data-\[state\=selected\]\:bg-muted[data-state=false],.page-template.historic-jobs .table-wrap table tr.data-\[state\=selected\]\:bg-muted[data-state=false] .table-checkbox,.page-template.historic-jobs .table-wrap table tr.data-\[state\=selected\]\:bg-muted[data-state=false] .table-name{background:var(--color-white)}.page-template.historic-jobs .table-checkbox{position:sticky;left:0;background:linear-gradient(0deg,#fff,#fff),#f1f5f9;padding-right:2px}.page-template.historic-jobs .table-name{background:linear-gradient(0deg,#fff,#fff),#f1f5f9;box-shadow:6px 5px 10px 0 rgba(0,0,0,.12);position:sticky;left:40px}}.card{border-radius:.5rem;border:1px solid var(--slate-200)}.auth-row{width:100%;margin-top:2rem}.auth-row .trusted-devices h4{margin-bottom:1rem;margin-top:.5rem;color:var(--slate-900);font-size:1rem;font-weight:500;line-height:150%}.auth-row .trusted-devices .trusted-device-list{border-radius:.5rem}.auth-row .trusted-devices .trusted-device-list .device-cell .btn-edit{color:var(--color-primary);font-size:.875rem;font-style:normal;font-weight:500;line-height:171.429%;height:calc(100% - 4px)}@media(max-width:767px){.auth-row .trusted-devices .responsive-data-table{overflow:auto;width:100%}.auth-row .trusted-devices .responsive-data-table table{min-width:35rem}}.settings-footer h2{margin-bottom:.5rem}.settings-footer p{color:var(--slate-600);font-weight:400}.settings-footer a,.settings-footer p{font-size:.875rem;line-height:171.429%}.settings-footer a{color:var(--color-primary);font-weight:700;text-decoration-line:underline}.plans-main{display:flex;justify-content:center;margin-bottom:6rem}@media(max-width:767px){.plans-main{margin-bottom:0}}.plans-main-wrap{width:100%}.plans-main-wrap .tabs{justify-content:center;margin-bottom:2rem;position:relative;display:flex}.plans-main-wrap .tabs.mute{display:inline-flex}@media(max-width:767px){.plans-main-wrap .tabs{margin-bottom:1.5rem}}.plans-main-wrap .tablist{justify-content:center}.plans-main-wrap .activeplan{background:linear-gradient(200deg,#e2d8f9 -4.77%,rgba(240,232,247,0) 90.78%),#fff}.plans-main .plan-cards{justify-content:center;max-width:68.8rem;margin-left:auto;margin-right:auto}@media(max-width:1200px){.plans-main .plan-cards{gap:1rem}}@media(max-width:767px){.plans-main .plan-cards{flex-wrap:wrap;flex-direction:column;align-items:center;gap:1.5rem}}.plans-main .plan-cards .card{border:none;position:relative;padding-bottom:4.5rem;border-radius:1rem;display:flex;flex-direction:column}@media(max-width:767px){.plans-main .plan-cards .card{flex:1;width:100%;transform:none}}.plans-main .plan-cards .card .card-header{border-bottom:1px solid var(--color-border-plan-card-title)}.plans-main .plan-cards .card .card-header h3{color:var(--color-plan-card-title);text-align:center;font-size:1.5rem;font-style:normal;font-weight:500;line-height:125%}@media(max-width:1200px){.plans-main .plan-cards .card .card-header h3{font-size:1.3rem}}@media(max-width:767px){.plans-main .plan-cards .card .card-header h3{font-size:1.25rem}}@media(max-width:1200px){.plans-main .plan-cards .card .card-header{padding:1rem 1rem 1.5rem}}@media(max-width:767px){.plans-main .plan-cards .card .card-header{padding:1.5rem 2rem 1rem}}.plans-main .plan-cards .card .card-content{padding:2rem 2rem 2.5rem;flex:1}@media(max-width:1200px){.plans-main .plan-cards .card .card-content{padding:1rem 1rem 1.5rem}}@media(max-width:767px){.plans-main .plan-cards .card .card-content{padding:1rem 2rem 1.5rem;min-height:auto}}.plans-main .plan-cards .card .card-content ul{padding:0;margin:0}.plans-main .plan-cards .card .card-content ul li .card-icon{background:#f3f2fd;border-radius:50%;display:flex;align-items:center;justify-content:center;width:1.5rem;height:1.5rem}.plans-main .plan-cards .card .card-content ul li .card-icon svg{font-size:16px;width:1.1rem;height:1.1rem}.plans-main .plan-cards .card .card-content ul li p{color:var(--color-plan-card-content);font-size:1rem;font-weight:400;line-height:150%;margin-bottom:0;flex:1}@media(max-width:1200px){.plans-main .plan-cards .card .card-content ul li p{font-size:.875rem}}.plans-main .plan-cards .card .card-footer h2{color:var(--Gray-900,#101828);text-align:center;font-size:3rem;font-weight:700;line-height:125%;letter-spacing:-.06rem;margin-bottom:0}@media(max-width:1200px){.plans-main .plan-cards .card .card-footer h2{font-size:1.875rem;line-height:120%}}.plans-main .plan-cards .card .card-footer button{border-radius:.375rem;border:1px solid var(--slate-200,#e2e8f0);background:#fff;display:flex;width:calc(100% - 4rem);padding:.5rem 1rem;justify-content:center;align-items:center;gap:.625rem;align-self:stretch;color:#0f172a;font-size:.875rem;font-weight:500;line-height:171.429%;position:absolute;left:2rem;bottom:2rem}.plans-main .plan-cards .card.activeplan .card-header{border-bottom:1px solid #f3f2fd}.plans-main .plan-cards .card.activeplan .card-footer button{border:1px solid var(--slate-200,#000);background:#fff;color:#fff;background:var(--black,#000)}@media(max-width:767px){.plans-main .plan-cards .card.activeplan .card-footer{margin-top:0}}.plans-main .footer{position:absolute;bottom:0;left:0;padding-left:3.75rem;padding-bottom:2.75rem;width:100%}@media(max-width:1200px){.plans-main .footer{padding-left:1rem}}@media(max-width:767px){.plans-main .footer{display:none}}.plans-main .footer button{display:flex;width:12.75rem;padding:.5rem 1rem;justify-content:center;align-items:center;gap:.625rem}.page-payment h1{color:var(--Black,#2c2c2c);font-size:1.5rem;font-style:normal;font-weight:600;line-height:133.333%;letter-spacing:-.144px;font-family:var(--font-sans);margin-top:0;padding-top:0;padding-bottom:0;margin-bottom:0}.page-payment h2{color:var(--slate-900,#2c2c2c);font-size:2.125rem;font-weight:700}.page-payment .card-update-forms .payment-container{margin-top:3rem}@media(max-width:1100px){.page-payment .card-update-forms .payment-container{margin-top:1rem}}.page-payment .card-update-forms .payment-container h2{text-align:left}@media(max-width:1100px){.page-payment .card-update-forms{flex-wrap:wrap}.page-payment .card-update-forms .main-wrap+.main-wrap .payment-container{margin-top:0}}.page-payment .payment-container{gap:1.19rem;margin-top:6rem}.page-payment .payment-container .col-left{max-width:60%;width:100%}.page-payment .payment-container .col-right{max-width:40%;width:100%}@media(max-width:767px){.page-payment .payment-container{flex-wrap:wrap;margin-top:0}.page-payment .payment-container .col-left,.page-payment .payment-container .col-right{max-width:100%;width:100%}}.page-payment .payment-card{padding:2.5rem 0}.page-payment .payment-card .card-content{padding-bottom:0}@media(max-width:767px){.page-payment .payment-card{padding:1.5rem 0}.page-payment .payment-card .card-content{padding:0 1rem}}.page-payment .payment-card .payment-form .card-list{align-items:center;gap:.94rem;margin-bottom:1.5rem}.page-payment .payment-card .payment-form .card-list span{color:#1e1e1e;font-size:.875rem;font-weight:600;line-height:normal}.page-payment .payment-card .payment-form .card-list-icon{gap:.62rem}@media(max-width:767px){.page-payment .payment-card .payment-form .card-list-icon{gap:1.25rem}}.page-payment .payment-card .payment-form .card-list svg{border-radius:.4375rem;border:2.646px solid var(--Grey,#d9d9d9);background:#fff}.page-payment .payment-card .payment-form .card-list svg.active{border:2.646px solid var(--color-black)}@media(max-width:767px){.page-payment .payment-card .payment-form .card-list{flex-wrap:wrap;gap:.75rem}.page-payment .payment-card .payment-form .card-list span{display:block;width:100%}}.page-payment .payment-card .payment-form .p-form-grid .p-form-row{display:flex;gap:1.5rem}.page-payment .payment-card .payment-form .p-form-grid .p-form-row .input-wrap{margin-bottom:1.5rem;display:flex;justify-content:flex-end;flex-direction:column}.page-payment .payment-card .payment-form .p-form-grid .p-form-row label{color:var(--text-color);font-size:.875rem;font-weight:500;line-height:142.857%}@media(max-width:1023px){.page-payment .payment-card .payment-form .p-form-grid .p-form-row.p-form-row1{flex-wrap:wrap;gap:0}.page-payment .payment-card .payment-form .p-form-grid .p-form-row.p-form-row1 .input-wrap{width:100%}}@media(max-width:767px){.page-payment .payment-card .payment-form .p-form-grid .p-form-row{flex-wrap:wrap;gap:0}.page-payment .payment-card .payment-form .p-form-grid .p-form-row .input-wrap{width:100%;margin-bottom:1rem}.page-payment .payment-card .payment-form .p-form-grid .p-form-row .input-wrap label{font-size:.75rem}}.page-payment .payment-card .payment-form .form-footer #helcimResults{margin-top:0}.page-payment .payment-card .payment-form .form-footer button{margin-top:0;width:100%}.page-payment .payment-summary-card{padding:1rem 2.5rem}.page-payment .payment-summary-card .ps-header{padding-left:0;padding-right:0;padding-bottom:1rem}.page-payment .payment-summary-card .ps-header .ps-title{color:var(--color-heading);font-size:1.5rem;font-weight:700;line-height:133.333%}@media(max-width:767px){.page-payment .payment-summary-card .ps-header{padding-left:1rem;padding-right:1rem;padding-top:0}.page-payment .payment-summary-card .ps-header .ps-title{font-size:1.125rem;font-weight:600;line-height:155.556%}}.page-payment .payment-summary-card .card-content{padding:0}@media(max-width:991px){.page-payment .payment-summary-card{padding:1rem 1.5rem}}@media(max-width:767px){.page-payment .payment-summary-card{padding:1.5rem 0}.page-payment .payment-summary-card .card-content{padding:0 1rem}}.page-payment .payment-summary-card .table-order-summary{border:none}.page-payment .payment-summary-card .table-order-summary tr td,.page-payment .payment-summary-card .table-order-summary tr th{border:none;color:var(--text-color);font-size:1rem;font-weight:500;line-height:1;padding-left:0;padding-right:0}.page-payment .payment-summary-card .table-order-summary tr td:last-child,.page-payment .payment-summary-card .table-order-summary tr th:last-child{text-align:right}.page-payment .payment-summary-card .table-order-summary tr th{font-weight:700}.page-payment .payment-summary-card button{width:100%}@media(max-width:991px){.page-tc .page-head-row .flex{flex-wrap:wrap}.page-tc .page-head-row .tc-header-btns{width:100%;text-align:center;justify-content:center;margin-top:8px}.page-tc .page-head-row .tc-header-btns .button{padding-left:2rem;padding-right:2rem}}@media print{@page{margin:1cm}}.page-template.page-storage .progress-bar .bar-wrap{background:#84cc16}@media(max-width:767px){.page-template.page-storage .page-content-wrap{padding-top:.5rem}}.topup-popup .title{color:var(--color-heading);font-size:1.5rem;font-weight:600;line-height:133.333%;letter-spacing:-.009rem}@media(max-width:767px){.topup-popup .title{font-size:1.25rem;margin-bottom:.8rem}.topup-popup .topup-list-group{gap:.5rem}}.topup-popup .top-up-btn{display:flex;min-width:7.6rem;min-height:5.87rem;padding:1rem .5rem;justify-content:center;align-items:center;flex-direction:column;gap:.62rem;border-radius:.375rem;border:1px solid var(--border-color);color:var(--text-color);font-size:.875rem;font-style:normal;font-weight:700;line-height:77.778%;background:var(--color-white)}@media(max-width:767px){.topup-popup .top-up-btn{min-width:6.3rem}}.topup-popup .top-up-btn.\!border-primary{border:1px solid var(--color-link);background:var(--color-white)}.topup-popup .top-up-btn .credit{color:var(--text-color);font-size:1rem;font-weight:700;line-height:77.778%}@media(max-width:767px){.topup-popup .top-up-btn .credit{font-size:.75rem}}.topup-popup .top-up-btn .price{color:var(--text-color);font-size:.875rem;font-weight:400;line-height:100%}