body{-webkit-font-smoothing:"Poppins";-moz-osx-font-smoothing:"Poppins";margin:0;overflow-x:hidden}body,code{font-family:Poppins}body>div>.Toastify>div{z-index:9999999999}*{box-sizing:border-box}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAKCAYAAABv7tTEAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABxSURBVHgBnc/BDYAgDAVQ9QBXR2AkR3AER2ATR3AE4wSMwgFoj7UaSYgXf2zShIT/0rbvwIoxjtbaVZ/HgAJjzC4iE5K/QSklaIu2/w9yzjMRbVcAnqBoeT5ChdBKKSXfQAff0ECBj35BDNRiZveVOQEqDJJ6d0U4HAAAAABJRU5ErkJggg==);background-color:#f5f5f5}.form-select{--bs-form-select-bg-img:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAFCAYAAAB8ZH1oAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAqSURBVHgBjcq3DQAACANBj87mpArJpJe+OwAQX4/DZPJBGybU4RFVTMgAB3gY7dKETngAAAAASUVORK5CYII=);background-size:10px 6px}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background-color:#f4f4f4;width:6px}::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#818b99;border:2px solid #0000;border-radius:3px;width:6px}: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:#ffffffb3;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.loader_main{position:absolute}.nav-btn-grp{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.main-navbar{height:80px}.logoutList{color:red;font-size:16px;font-weight:500;margin-left:5px}.navUIList{display:flex;flex-grow:1;gap:52px;justify-content:center;max-height:200px;width:50%}#active-navItema{border-bottom:2px solid #5e5e5e;border-bottom-color:#3284ff;border-radius:0;border-radius:initial;color:#3284ff;margin:0;padding:0}.disable-items{pointer-events:none}.line_dividor{border-top:1px solid #0000000d}.proofileDrop-menu>div:last-child.dropdown-menu[data-bs-popper]{border:initial;box-shadow:2px 2px 16px 0 #d0d1d2;left:-240px}.dropdown-menu.show{margin-top:5px}.profile-iconNav{border-radius:inherit;height:90%;width:90%}.navUIList>a>div{align-items:center;display:flex;gap:4px;height:100%;justify-content:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.jashdia{color:#3283fc}.profileListItems>.dropdown-item:last-child{border-top:1px solid #e9e9ea}.nav-btn-grp>button:first-child{background-color:#fff;border:2px solid #3284ff;border-radius:5px;color:#3284ff;font-size:18px;font-weight:600;padding:5px 30px}.nav-btn-grp>div>button{border:none;border-radius:5px;color:#000000a6;font-size:18px;font-weight:600;padding-left:30px;padding-right:30px}.hireMeDropDown{background:#fff}.hireMeDropDown:hover{background-color:#fff;border-color:#3284ff;color:#3284ff}.ksjdhisdn{align-items:center;background-color:#f5f7fa;border-radius:50%;color:#3283fc;display:flex;height:50px;justify-content:center;margin-left:18px;width:50px}.user_profile_iconsBox{gap:8px;padding:18px;width:300px}.user_profile_iconsBox>a{padding:6px}.user_profile_iconsBox>a>div>img{height:26px;width:26px}.prifle_user_items{align-items:center;display:flex;gap:10px;justify-content:flex-start}.prifle_user_items>span{color:#2a2a44;font-size:18px;font-weight:400}.side_menu{font-size:1.1rem}.side_menu:hover{color:#3284ff}.prifle_user_items>div{align-items:center;background-color:#3284ff1a;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.logout_nav_item{align-items:center;display:flex;gap:10px;justify-content:flex-start;padding:0}.logout_nav_item>div{align-items:center;border-radius:50%;display:flex;height:40%;justify-content:center;width:40%}.logout_nav_item{color:#f06548;font-size:18px;font-weight:400}.logout_nav_item>div{background-color:#ffe9e4;border:50%;height:40px;width:40px}.dropdown-item:hover,.switch-pannel-button>.dropdown-item:focus{background-color:#bebebe3d;border-radius:12px}.sort-cont{display:flex;justify-content:space-between}@media screen and (max-width:992px){.navUIList{gap:10px}.ksjdhisdn{height:45px;margin:10px auto auto;width:45px}.navUIList{justify-content:flex-start;margin:0 0 0 2rem}}.smallDevice_icons{display:none}.topnavlogo{height:40px;width:180px}.auth-buttons-container{display:flex;gap:10px;margin-left:auto}.auth-login-btn{background-color:#fff;border:1px solid #275df5;color:#275df5;width:82px}.auth-login-btn,.auth-register-btn{align-items:center;border-radius:4px;display:flex;font-weight:500;height:40px;justify-content:center;text-decoration:none;transition:background-color .2s}.auth-register-btn{background-color:#3284ff;color:#fff;width:101px}.search-container{max-width:300px;width:100%}.search-form{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:30px;box-shadow:0 2px 10px #0000001a;display:flex}.search-input{background:#0000;border:none;border-radius:30px 0 0 30px;flex:1 1;font-size:16px;outline:none;padding:12px 20px}.search-input::placeholder{color:#999}.search-button{background:none;border:none;cursor:pointer;margin:0;padding:0}.icon-circle,.search-button{align-items:center;display:flex;justify-content:center}.icon-circle{background:#4e8cff;border-radius:50%;height:40px;transition:all .2s ease;width:40px}.items-hover{margin-left:10px}.search-button:hover .icon-circle{background:#3a7bff;transform:scale(1.05)}.search-icon{color:#fff;height:18px;width:18px}@media (max-width:768px){.search-form{border-radius:25px}.search-input{font-size:14px;padding:10px 15px}.icon-circle{height:36px;width:36px}}@media screen and (max-width:991px){.smallDevice_icons{border-radius:4px;display:block;margin-top:-12px;text-decoration:none}.dropdown-menu.show{margin-top:8px}.smallDevice_icons a{color:#275df5;font-weight:500;text-decoration:none}.smallDevice_icons .mera_logo img{padding-top:13px}.responsiveUserHodeIcons{display:none!important}}@media screen and (min-width:768px){.menu-icon-navbar{display:none}.main-container-nav{flex-wrap:nowrap}}@media screen and (max-width:468px){.topnavlogo{margin:auto;width:134px!important}.profile-iconNav{border-radius:inherit;height:90%;width:90%}}.custom-toggler{background:#0000!important;border:none!important;box-shadow:none!important;padding:0!important}.mobile-sidebar{background-color:#fff;box-shadow:2px 0 5px #0000001a;height:100vh;left:-100%;transition:left .3s ease-in-out;z-index:2000}.mobile-sidebar.show{left:0}.sidebar-content{padding:1rem}.sidebar-content a,.sidebar-content button{background:none;border:none;color:#000;font-weight:500;text-align:left;text-decoration:none}.footer-section{border-top:1px solid #00000015;width:100%}.footer-partSection{width:300px}.footerList{display:flex;flex-direction:column;font-size:18px;font-weight:400;gap:1px;list-style-type:none}.footer-partSection>h1{border-bottom:2px solid;border-image:linear-gradient(90deg,#2d4da8 50%,#0000 0) 100% 1}.footer-main{background:#3284ff;padding:1rem;text-align:center;width:100%}.footer-main>.container{color:#fff;font-size:14px;font-weight:400;word-break:break-word}.iconBox{align-items:center;background-color:#3284ff;border-radius:50%;display:flex;height:50px;justify-content:center;width:50px}@media screen and (max-width:768px){.footer-partSection{margin-bottom:1.5rem;text-align:center;width:100%}.footerList{align-items:center;font-size:16px}.footer-main{position:relative;z-index:2}.iconBox{height:40px;width:40px}.footer-main>.container{font-size:13px;padding:0 10px}}@media screen and (max-width:480px){.footer-main>.container{font-size:12px;line-height:1.4}.footerList p{margin:.3rem 0}}.footer-bottom-content{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.separator{color:#fff9;padding:0 4px}.privacy-link{color:#fff;text-decoration:none;transition:color .2s}.privacy-link:hover{text-decoration:underline}@media (max-width:480px){.footer-bottom-content{font-size:14px}}.layout-formate{background:#f3f8ff}.outlet-main{flex-grow:1;height:100vh;overflow-y:auto}.out_let_conatiner{border-radius:12px;margin:6rem 1rem 0;min-height:77vh}.sidebar_main_parent{height:100vh;width:250px}.side-parent{height:100%;justify-content:space-between;padding-bottom:3rem;z-index:1000}.side-parent,.sidebar_main{background-color:#fff;display:flex;flex-direction:column;width:100%}.sidebar_main{border-right:2px solid #e6eff5;gap:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.sidebar_main>div:first-child{align-items:center;display:flex;height:90px;justify-content:center;width:100%}.sidebar_main>div:first-child>img{cursor:pointer;width:200px}.closeSideBar>svg{cursor:pointer}.nav-items{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.nav-items>ul{display:flex;flex-direction:column;list-style-type:none;padding:0;text-decoration:none}.nav-items>ul>li{align-items:center;cursor:pointer;display:flex;gap:2rem;height:60px;width:100%}.nav-items>ul>li>a{align-items:center;color:#b1b1b1;display:flex;font-size:18px;font-weight:400;gap:1rem;justify-content:center;text-decoration:none}.nav-items>ul>li>a:hover{color:#000}.border-box-nav{border-radius:0 10px 10px 0;height:100%;width:6px}.border-box-nav-bg-clr{background:#b1b1b1;color:#000}.active-color{color:#000!important}.logoutClass{color:#b1b1b1;padding-left:3rem}.logoutClass>span:hover{color:#000;cursor:pointer}.disabled-anchror{pointer-events:none}.cursor-pointer-none{cursor:auto!important}@media screen and (max-width:768px){.sidebar_main_parent{display:none;left:0;position:absolute;z-index:1000}}@media screen and (min-width:768px){.closeSideBar{display:none!important}}.form-inputPass{flex-grow:1;width:70%}.registerd-image-size>img{flex-grow:1;height:480px;width:60%}.form-input{color:#383838}.dropdown-item:hover,.switch-pannel-button>.dropdown-item:focus{background-color:#dfdfe0}.AuthTitle{font-size:35px}.registerd-image-size{width:470px!important}.auth-box-adjust>div:last-child>img{width:80%}.forgot-pass-box>img{flex-grow:1;width:70%}.authPassIcon{height:18px;margin-bottom:6px;width:18px}@media screen and (max-width:800px){.forgot-pass-box,.registerd-image-size{display:none!important}}@media screen and (max-width:540px){.login_box{width:100%}.auth-box-adjust,.auth-box-adjust-signUp{padding:1rem;right:auto}.login_box>img{width:100%}.form-inputPass{width:70%}}.getStaretd_main{height:100vh;justify-content:center;width:100%}.getStaretd_main,.started_box{align-items:center;display:flex}.started_box{background:#fff;background:#bcd7ff;border-radius:5px;box-shadow:0 0 10px 0 #0000004d;flex-direction:column;font-family:Inria Sans;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;padding:3rem 0;width:500px}.startbtnGrp>img{height:65px;width:260px}.imageSection{align-items:center;background-image:url(/static/media/Ellipse.3942f92eaf65d9c2ada8.png);background-position:50%;background-repeat:no-repeat;background-size:contain;display:flex;height:318px;justify-content:center;width:99%}.startbtnGrp{height:100%;width:100%}.authbtnGrp,.startbtnGrp{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center}.authBtnStyle{background-color:#3284ff;border:1px solid #00034533;border-radius:30px;box-shadow:1px 1px 5px 0 #0003;color:#fff;font-size:20px;font-weight:400;padding:5px 1rem;width:90%}.getStartTitle h1{color:#383838;font-size:30px;font-weight:600}.getStartTitle p{color:#383838;font-size:16px;font-weight:400}.optInputsField>div>input{background:#fff;border:none;border-radius:5px;box-shadow:1px 1px 5px 0 #0000001a;box-shadow:-1px -1px 5px 0 #0000001a;color:#383838;font-size:30px;font-weight:700;height:50px!important;width:40px!important}.optInputsField>div>input:active,.optInputsField>div>input:focus{box-shadow:1px 1px 2px 0 #3284ff66;outline:2px solid #3284ff}.newbox{background:linear-gradient(269.65deg,#bcd7ff .33%,#3284ff 107.04%);height:100%;padding:0 4rem;width:700px}.right-image-box-getstarted{align-items:center;display:flex;height:100%;justify-content:flex-start;padding-left:10rem;padding-right:2rem;width:100%}.postion-adjust-box-main{display:flex;flex-wrap:wrap;gap:1rem;height:500px;justify-content:flex-start;position:absolute;right:5%;top:24%;width:87%}.right-image-box-getstarted>img{height:400px;width:100%}@media screen and (max-width:900px){.right-image-box-getstarted>img{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}}.successfulSubmit_main{align-items:center;display:flex;justify-content:center;margin-top:6rem}.suceessBox_card{border-radius:5px;display:flex;flex-direction:column;font-family:Inria Sans;gap:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:4rem 2rem 3rem;width:600px}.succ-icon-img>img{height:200px;width:200px}.suceessBox_card>div>h1{color:#383838;font-size:28px;font-weight:400;margin:0}.suceessBox_card>div>p{color:#7e7e7e;font-size:16px;font-weight:400;margin:0}.suceessBox_card>div:last-child>p{color:#383838;font-size:18px;font-weight:400;margin-bottom:12px}.doc-inner-conatiner>a{color:#000;text-decoration:none}.feed_main{background-color:#f5f5f5;padding-top:3rem}.feed_section{background:#fff;border:2px solid #e4e4e4;border-radius:6px;margin:0 auto;padding:1rem;width:60%}.userDetailsCard{align-items:flex-start;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;width:100%}.userDetailsCard>div:first-child{border-radius:8px;flex-grow:1;height:160px;width:40%}.userDetailsCard>div:last-child{align-items:flex-start;display:flex;flex-direction:column;flex-grow:1;gap:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;width:50%}.idCardSection>p img{height:20px;width:20px}.userDetailsCard>div:last-child>p{align-items:center;color:#2c2c2c;display:flex;font-size:16px;font-weight:600;gap:1rem;margin:0}.userDetailsCard>div:first-child>img{border-radius:inherit;height:100%;width:160px}.networksectionCard{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-evenly;margin:0 auto;padding:2rem;width:60%}.networksectionCard>div{background:#f9faff;border-radius:10px;box-shadow:0 1px 3px 0 #00000005,0 0 0 1px #1b1f2326;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:1rem;width:250px}.networksectionCard>div>h4{color:#000;font-size:35px;font-weight:700;margin:0;text-align:center}.networksectionCard>div>p{color:#2c2c2c;font-size:25px;font-weight:500;margin:0;text-align:center}.compot-container{display:flex;flex-direction:column;gap:2rem;margin:0 auto;width:60%}@media screen and (max-width:1120px){.compot-container,.feed_section{width:80%}}@media screen and (max-width:760px){.compot-container,.feed_section{width:95%}}@media screen and (max-width:540px){.userDetailsCard{flex-direction:column}.userDetailsCard>div:first-child{align-items:center;display:flex;justify-content:center;width:100%}.userDetailsCard>div:last-child{width:100%}}.article_main{align-items:start;display:flex;gap:1rem;justify-content:flex-start;width:100%}.articlepostBox{display:flex;flex-direction:column;gap:1rem}.article_main>img{border-radius:50%;display:flex;height:80px;width:80px}.sender-name>h1{align-items:center;color:#2c2c2c;display:flex;font-size:28px;font-weight:600;gap:1rem;margin:0}.sender-name>h1>span{color:#31bc00;cursor:pointer;font-size:24px;font-weight:400}.sender-name>p{color:#9a9a9a;font-size:28px}.share-target{align-items:flex-end;display:flex;gap:6px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center}.share-target>span{color:#000;font-size:24px;font-weight:500}.activityOnPost{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:flex-start}.activityOnPost>img{height:40px;width:40px}.blog-text{color:#777;font-size:24px}.blog-text>p{color:#2c2c2c;cursor:pointer;font-size:24px;margin:0;text-decoration:underline}.post-trending{align-items:center;background-color:#d9d9d9;display:flex;gap:6px}.post-trending>span{color:#404040;font-size:24px}.activityOnPost>div>span{font-family:400;font-size:20px}.reply-comment{align-items:center;border-bottom:3px solid #e4e4e4;border-top:3px solid #e4e4e4;display:flex;gap:10px;justify-content:flex-start;padding:10px 0}.reply-comment>img{border-radius:50%;height:50px;width:50px}.icon-hover{cursor:pointer}.reply-comment>input{background-color:initial;border:initial;color:#404040;font-size:20px;height:40px;outline:none;width:80%}.reply-comment>input::placeholder{color:#c2c2c2;font-size:20px}.likeNumber{width:100px}.Information_main{margin:0 auto;width:80%}.baiscInfo{display:flex;flex-direction:column;gap:1rem}.card-title>div:first-child,.card-title>div:first-child>span:last-child{align-items:center;display:flex;justify-content:space-between}.edit-info{cursor:pointer}.card-title>div:first-child span{color:#2c2c2c;font-size:24px;font-weight:400}.card-title>div:first-child>span:first-child,.skill-title{font-weight:500}.skill-title{color:#2c2c2c;font-size:24px}.basic-info-card{border:1px solid #bcbcbc;border-radius:6px;padding:1rem}.info-row-idData{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.info-row-idData>p:first-child{color:#777;font-size:24px;margin:0;vertical-align:text-top}.info-row-idData>p:last-child{color:#2c2c2c;font-family:500;font-size:24px;margin:0}.basic-info-card>div{border-bottom:2px solid #dcdbdb}.expr-cards-sec{align-items:center;color:#777;display:flex;flex-wrap:wrap;font-size:24px;gap:12px;justify-content:space-between}.educationCard{display:flex;gap:1rem;margin-bottom:1rem;margin-top:1rem}.educationCard>img{height:40px;width:34px}.educationCard>div>p{color:#777;font-size:24px;margin:0}.educationCard>div>p:first-child{color:#000;font-weight:500}.upload-cerficated{align-items:center;background-color:initial;border:1px solid #bcbcbc;border-radius:12px;color:#777;display:flex;font-size:24px;font-weight:400;gap:10px;justify-content:center;outline:none;width:100%}.upload-cerficated>img{height:24px;width:24px}.networkIcon{height:20px;width:20px}.skillItems{background-color:#3283fc;border-radius:20px;color:#fff!important;font-size:20px!important;padding:5px 1rem}.other-service{border-bottom:2px solid #dcdbdb}.other-service>h1{color:#2c2c2c;font-size:28px;font-weight:500;margin:0}.other-service>p{color:#777;font-size:20px;font-weight:400}.otherDetailsCard{align-items:center;border:1px solid #bcbcbc;border-radius:6px;display:flex;justify-content:space-between;padding:1rem}.otherDetailsCard>div>h1{color:#2c2c2c;font-size:28px;font-weight:500}.otherDetailsCard>div>p{color:#777;font-size:18px;font-weight:500;margin:0}.post_main{display:flex;flex-direction:column;gap:2rem;justify-content:center;width:100%}.postSelect-button{align-items:center;background:#fff;border-radius:16px;box-shadow:0 1px 3px 0 #00000005,0 0 0 1px #1b1f2326;display:flex;justify-content:space-between;margin:0 auto;width:400px}.corrosLIneBorder{border-bottom:2px solid #dcdbdb}.sdniowe{height:28px;width:28px}.postSelect-button>button{background-color:#fff;border:initial;border-radius:inherit;font-size:24px;font-weight:500;height:100%;outline:none;padding:10px 1rem;width:48%}.active-button{background-color:#3283fc!important;color:#fff!important}.dummyInfo,.post_main>textarea{border:initial;border-radius:12px;box-shadow:0 1px 3px 0 #00000005,0 0 0 1px #1b1f2326;margin:0 auto;padding:1rem 10px;width:70%}.dummyInfo{background-color:#fff;height:180px}.post_main>textarea::placeholder{color:#cdcdcd;font-size:20px}.blogType-button{align-items:center;display:flex;flex-wrap:wrap;gap:3rem;justify-content:center;margin:0 auto;width:100%}.blogType-button>button{background-color:#fff;border:initial;border-radius:16px;box-shadow:0 1px 3px 0 #00000005,0 0 0 1px #1b1f2326;color:#000;font-size:24px;outline:none;padding:10px;width:180px}.horizontalLine{border-bottom:3px solid #e4e4e4}.job-card-container{flex-grow:1;height:86vh;overflow-y:auto;width:100%}.job-card-container::-webkit-scrollbar{display:none}.job-search-header{padding:16px}.job-search-body{max-width:778px;width:100%}.intersect-line,.job-search-body{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.intersect-line{color:#d2d2d2;font-size:26px;font-weight:400;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.job-search-btn{font-family:400;min-width:140px;padding:4px 10px}.job-search-btn,.modal-btn{background-color:#3284ff;border:1px solid #00034533;border-radius:8px;color:#fff;font-size:16px;height:40px}.modal-btn{margin-top:15px;min-width:100px}.modal-dialog{max-width:400px}.modal-content{padding:10px 0}.vailable-job-para{color:#000;font-size:24px;font-weight:400;margin:0}.page-table-typo{color:#000;font-size:16px;font-weight:400;margin:0}.job-cards{background:#fff;border-radius:8px;box-shadow:0 1px 2px 0 #3c40434d,0 1px 3px 1px #3c404326;gap:2rem;padding:24px 32px;width:100%}.job-cards,.job-right-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.job-right-container{padding:0 24px;width:70%}.cards-btn-box{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center}.job-search-outline-btn{background-color:#fff;border:1px solid #3284ff;border-radius:8px;color:#3284ff;font-size:16px;font-weight:400;height:40px;min-width:140px;outline:none}.job-search-btn:hover,.job-search-outline-btn:hover,.modal-btn:hover{box-shadow:0 5px 15px #00000059}.job-card-header{width:100%}.company-title>div:first-child{border-radius:8px;height:50px;width:50px}.company-title>div:first-child>img{border-radius:inherit;height:100%;width:100%}.compay-name>h1{color:#000;font-size:20px;font-weight:700;margin:0}.compay-name>p,.post-date{color:#4b4b4b;font-size:14px;font-weight:400}.job-conadtion-box{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-start;text-transform:capitalize}.job-conadtion-box>div{align-items:center;display:flex;gap:5px}.job-conadtion-box>div>img{height:18px;width:18px}.job-conadtion-box>div>span{color:#807f7f;font-size:14px;font-weight:400}.job-preferences>span{background:#3284ff1a;border-radius:10px;color:#3283fc;font-size:14px;font-weight:400;padding:8px 24px}.job-desp-inCard{color:#4b4b4b;font-size:14px;font-weight:400}.company-req-skills>span{border-radius:8px;color:#807f7f;font-size:15px;padding:8px 16px}.activePageBtn{background-color:#3284ff!important;color:#fff!important}.archiveNSavebtn>p:hover{cursor:pointer}#formating-typo,#formating-typo *{word-break:break-all}.job-card-container{position:relative}.archiveNSavebtn{align-items:center;display:flex;justify-content:space-between;margin-top:10px}.archiveNSavebtn>p{align-items:center;color:#555353;cursor:pointer;display:flex;font-size:14px;gap:5px;transition:all .2s ease-in-out}.archiveNSavebtn>p:hover{color:#000}.archiveNSavebtn>p.text-primary{color:#3284ff}.archiveNSavebtn svg{font-size:16px}.ative-archiveandsave{background-color:#3284ff;box-shadow:0 3px 1px 0 #0000000a;color:#fff}#formating-typo *{color:#4b4b4b!important}#formating-typo,#formating-typo *{font-size:14px!important;font-weight:400;word-break:break-word}#formating-typo{font-family:Inria Sans!important;text-align:left}.parentButtonGrp{align-items:center;background:#cecfd140;border:1px solid #0000004d;border-radius:4px;display:flex;gap:10px;height:40px;justify-content:center;width:160px}.parentButtonGrp:hover{box-shadow:0 4px 10px #00000059;cursor:pointer}.parentButtonGrp>img{height:24px;width:24px}.parentButtonGrp>span{color:#000;font-size:17px;font-weight:400}.edgePageBtn{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.right-side-box{background:#fff;border-radius:8px;box-shadow:0 1px 2px 0 #3c40434d,0 1px 3px 1px #3c404326;gap:2rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:268px;padding:20px;position:absolute;right:0;top:61px;width:100%}.right-side-content h3{color:#333;font-size:18px;font-weight:600;margin-bottom:15px}.right-side-content ul{list-style-type:disc;padding-left:20px}.right-side-content li{font-size:14px;margin-bottom:6px}.company-grid{display:flex;flex-direction:column;gap:15px}.company-row{display:flex;gap:15px;justify-content:space-between;padding:6px}.company-logo{height:auto;object-fit:contain;width:100px}.sort-dropdown-container{display:inline-block;margin-right:10px;position:relative}.sort-dropdown-header{align-items:center;border:1px solid #ddd;border-radius:4px;color:#666;cursor:pointer;display:flex;font-size:14px;gap:5px;padding:5px 10px;transition:all .2s ease}.dropdown-arrow{font-size:10px;transition:transform .2s ease}.sort-dropdown-container:hover .dropdown-arrow{transform:translateY(1px)}.sort-dropdown-menu{animation:fadeIn .2s ease-out;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #0000001a;margin-top:5px;min-width:150px;position:absolute;right:0;top:100%;z-index:100}@keyframes fadeIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.sort-dropdown-item{color:#333;cursor:pointer;font-size:14px;padding:8px 16px;transition:all .2s ease}.sort-dropdown-item:hover{background-color:#f5f5f5}.sort-dropdown-item.active{background-color:#f0f7ff;color:#06c;font-weight:500}.sort-cont{max-width:493px;width:100%}@media (max-width:768px){.sort-dropdown-container{margin-right:5px}.sort-cont{display:flex;margin-left:2px;max-width:493px}@media (max-width:1200px){.job-card-container{flex-direction:column;height:auto;overflow-y:visible;padding-bottom:20px}.right-side-box{margin-top:20px;order:2;position:static}.job-search-body{max-width:100%;order:1}}@media (max-width:1024px){.job-cards{padding:20px}.job-right-container{margin-bottom:15px;padding:0;width:100%}.company-grid-two-per-row{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.job-cards{flex-direction:column;padding:16px}.job-card-header{align-items:flex-start;flex-direction:column;gap:10px}.company-title{width:100%}.job-conadtion-box{gap:8px}.company-req-skills>span,.job-preferences>span{font-size:12px;padding:6px 12px}.right-side-box{padding:16px}.company-grid-two-per-row{gap:8px;grid-template-columns:repeat(2,1fr)}.right-side-content h3{font-size:16px;margin-bottom:12px}.sort-cont{flex-direction:row;gap:10px}.sort-dropdown-header{font-size:13px;padding:5px 10px}}@media (max-width:480px){.job-cards{padding:12px}.compay-name h1{font-size:18px}.job-conadtion-box>div{font-size:12px}#formating-typo{font-size:13px!important}.archiveNSavebtn>p{justify-content:center}.right-side-box{max-width:220px;padding:12px}.company-logo{max-width:80px}}@media (max-width:360px){.company-grid-two-per-row{grid-template-columns:1fr}.job-preferences>span{font-size:11px;padding:4px 8px}}.job-card-container .show-filter-company{column-gap:8px}.sort-dropdown-header{font-size:13px;padding:4px 8px}.sort-dropdown-menu{min-width:130px}}@media (min-width:1200px) and (max-width:1400px){.job-cards{max-width:718px;width:100%}}@media (max-width:1200px){.job-right-container{width:68%}}@media (max-width:768px){.serch-job-input{margin-bottom:10px;width:100%}}@media screen and (max-width:687px){.job-cards{padding:21px 19px}}@media screen and (max-width:661px){.job-right-container{border-right:none;width:100%}.cards-btn-box{flex-direction:row;flex-wrap:wrap}.cards-btn-box>button{flex-grow:1}}@media (max-width:576px){.job-conadtion-box{gap:1rem}.company-req-skills>span,.job-preferences>span{padding:6px 12px}.vailable-job-para{font-size:20px;padding-bottom:62px}}@media (max-width:400px){.job-cards{padding:16px}.cards-btn-box>button{flex:1 1 100%}.company-logo{width:80px}}@media (max-width:1200px){.job-card-container{flex-direction:column;height:auto;overflow-y:visible;padding-bottom:20px}.job-search-body{max-width:100%;order:1}}@media (max-width:1024px){.job-cards{padding:20px}.job-right-container{margin-bottom:15px;padding:0;width:100%}.company-grid-two-per-row{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.job-cards{flex-direction:column;padding:16px}.job-card-header{align-items:flex-start;flex-direction:column;gap:10px}.company-title{width:100%}.job-conadtion-box{gap:8px}.company-req-skills>span,.job-preferences>span{font-size:12px;padding:6px 12px}.right-side-box{padding:16px}.company-grid-two-per-row{gap:8px;grid-template-columns:repeat(2,1fr)}.right-side-content h3{font-size:16px;margin-bottom:12px}.sort-cont{flex-direction:column;gap:10px}.sort-dropdown-header{font-size:13px;padding:5px 10px}}@media (max-width:480px){.job-cards{padding:12px}.compay-name h1{font-size:18px}.job-conadtion-box>div{font-size:12px}#formating-typo{font-size:13px!important}.archiveNSavebtn>p{justify-content:center}.right-side-box{padding:12px}.company-logo{max-width:80px}}@media (max-width:360px){.company-grid-two-per-row{grid-template-columns:1fr}.job-preferences>span{font-size:11px;padding:4px 8px}}.appliendJob_main{background-color:#f3f8ff;display:flex;font-size:25px;font-weight:600;gap:2rem;justify-content:space-between;margin-top:5rem;text-align:center;width:100%}.applied-job-cards{flex-grow:1;width:50%}.applied-job-details-card{flex-grow:1;width:35%}.applied_jobsCards{background:#fff;border-radius:8px;box-shadow:0 0 16px 0 #0000000a;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:24px 32px;width:100%}.left-side-section{width:70%}.right-side-card{width:30%}.skill_type{color:#1e1e1e;font-size:14px;font-weight:400}.compay-name>p,.job_description{text-align:left}.compay-name,.compay-name>p{text-transform:capitalize}.smallDescriptionCard_main{height:100%;width:100%}.applied-job-header>img{border-radius:8px;height:50px;width:50px}.applied-job-header>div>h1{color:#000;font-size:20px;font-weight:700;margin:0}.applied-job-header>div>p{color:#4b4b4b;font-size:14px;font-weight:400;margin:0}.smallDescriptionCard_main{background-color:#fff;border-radius:8px;box-shadow:0 0 16px 0 #0000000a;padding:10px 32px}.job_slry_lctn>div>img{height:24px;width:24px}.applied_skills_box>div{background-color:#d5e3f9;border-radius:12px}.applied_skills_box>div,.employmentType_box>div{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:8px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.employmentType_box>div{background-color:#3284ff1a;border-radius:56px;color:#3283fc;font-size:14px;font-weight:400}.applied_skills_box>span,.employmentType_box>span{color:#4b4b4b;font-size:16px;font-weight:700}.jobDescription>h3{color:#000;font-size:20px;font-weight:700;margin:0;text-align:left}.jobDescription>p{color:#4b4b4b;font-size:14px;font-weight:400;margin:0;text-align:left}.active-box-bdr{border:1px solid #fff}.active-box-design{border-color:#3284ff}.page_to_saveJOb{align-items:center;color:#3284ff;cursor:pointer;display:flex;font-size:18px;font-weight:600;gap:8px;justify-content:start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.applied_job_cards_contaner{background:#fff;border-radius:18px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:32px;width:100%}.cards_shadow{border-radius:8px;box-shadow:0 3px 8px #0000003d}.appliedJobStatus>p{margin:0;text-align:left}.appliedJobStatus>p,.totaldataspan{font-family:Inria Sans;font-size:24px;font-weight:400}.totaldataspan{color:#3284ff}.oval_container{width:100%}.job_staus_btn_saved,.oval_container{align-items:center;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center}.job_staus_btn_saved{border-radius:56px;border-radius:8px;font-size:14px;font-weight:700;height:40px;padding:8px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:140px}.job_staus_shortlisted_btn_saved{background:#81a1031a;color:#81a103}.job_staus_applied_btn_saved{background:#ebf3ff;color:#3284ff}.job_staus_hired_btn_saved{background:#0cbfbf1a;color:#0cb5bf}.job_staus_rejected_btn_saved{background:#bf420c1a;border:none;color:#bf420c}.job_staus_btn_saved:hover{box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;cursor:pointer}.created_time{margin-right:10px}.button{background:none;border:none;border-radius:8px;color:#3284ff;font-size:17px;font-weight:600;margin:4px;outline:none;padding:4px 12px;transition:all .2s ease-in-out}.button:hover{box-shadow:0 5px 15px #00000059}.button:disabled{opacity:.7}.active-button{background:#3284ff;color:#fff}.page{color:#000;font-size:16px;font-weight:400;margin:0 8px 0 0}@media screen and (max-width:576px){.button{font-size:14px;margin:2px;padding:4px 8px}.page{font-size:13px;margin-bottom:0}}@media screen and (max-width:400px){.page{display:none}.button{border-radius:6px;font-size:12px;padding:2px 6px}}.search_main{font-size:25px;font-weight:600;margin-top:2rem;text-align:center;width:100%}.basicInfo{border-radius:5px;font-family:Inria Sans;padding:2rem}.basicInfo>form>input{background:#f6f6f6;border:1px solid #dadde4;border-radius:6px;color:#383838;font-size:16px;font-weight:400}.page-title-tag>span{cursor:pointer}.page-title-tag{color:#000;font-size:25px;font-weight:700}.basicInfo>form textarea{border:1px solid #dadde4;border-radius:6px;resize:none;text-transform:capitalize}.basicInfo>form label,.basicInfo>form textarea{color:#383838;font-size:16px;font-weight:400}input[type=radio]{border:1px solid #00034533;height:18px;width:18px}.input-date-custome{align-items:center;border:1px solid #dadde4;border-radius:6px;color:#383838;display:flex;font-size:16px;font-weight:400;justify-content:space-between;padding:7px 12px}.input-date-custome>input{background-color:initial;border:initial;outline:none;padding:0}.input-date-custome>input:active,.input-date-custome>input:focus{background-color:initial;border:initial;box-shadow:none;outline:none}.select_gender{display:flex;gap:5px}.select_gender>div{align-items:center}.locationbtn,.select_gender>div{display:flex;gap:10px;justify-content:center}.locationbtn{flex-grow:1;font-size:14px!important;font-weight:400!important;width:200px!important}.emply-mnt-type>span>input{cursor:pointer}.locationFocus>div{align-items:center;background:#fff;border:1px solid #00034533;border-radius:30px;box-shadow:1px 1px 5px 0 #0003;color:#383838;cursor:pointer;display:flex;font-size:20px;font-weight:400;justify-content:center;padding:5px 1rem;width:90%}.locationFocus>div:hover{box-shadow:0 5px 15px #00000059}.invalid-feedback{justify-content:start!important;text-align:start}.form-check-input[type=radio]{border:1px solid #3283fc}.educationQalification{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.educationQalification>p{color:#383838;font-size:20px;font-weight:500}.edu_certification_stepper{background-color:#fff;border:none;border-radius:10px;box-shadow:1px 1px 5px 0 #00000026;color:#000;font-size:16px;padding:10px 0;width:100%}.activeBgEduce{background-color:#3284ff;color:#fff}.edu_certification_stepper:hover{box-shadow:0 0 0 2px #06182c66,0 4px 6px -1px #06182ca6,inset 0 1px 0 #ffffff14;opacity:.9}.experience_main{display:flex;flex-direction:column;gap:10px;width:100%}.experience_main>div>p,.lksjdoai{color:#1e1e1e;font-size:16px;font-weight:500;margin:0}.experience_main>div button{border:.5px solid #0003;border-radius:14px;font-family:Inria Sans;font-size:15px;padding:4px 3px;width:60px}.exp-input{border:1px solid #d5e3f9;height:40px;width:100%}.exp-input::placeholder{color:#979797}.expTime>input{background-color:#fff;border:.5px solid #bcbcbc;border-radius:6px;color:#7e7e7e;font-family:Inria Sans;font-size:16px;font-weight:400;height:30px;outline:none;padding:18px 15px;width:77px}.expTime>span{color:#7e7e7e;font-size:25px}.iconDisplayNone{display:none}.expSkillPara{color:#7e7e7e;font-size:13px;font-weight:400}.autoSuggetionBox{align-items:flex-start;background:#ecf4ffe5;border-radius:8px;display:flex;flex-wrap:wrap;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;margin-top:24px;padding:1rem;width:100%}.input-date-picker>div{align-items:center;display:flex;gap:1rem;justify-content:space-between}.exp-duration-datePicker>input{border:1px solid #d5e3f9;border-radius:8px;cursor:pointer;flex-grow:1;height:40px;padding:3px 10px;width:40%}input[type=date]::-webkit-calendar-picker-indicator{background:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAB/SURBVHgB7ZPBDYAgDEXbxgEcyQ1cgTMnnUDYwAshnIwbugBgSdQQb8LBxPguTfr7f9pDETKMMYKIlhjjKKWcc805N4UQFGuCtfXsUz6EiN1Re7jB5i6fuTwp2Xs/sNDCc1ST1mIzFKII3gattREqqD7hD/hMgIYC+K03/iO9A+nTLB75hThDAAAAAElFTkSuQmCC) no-repeat;background-position:50%;cursor:pointer;opacity:1}.employment-type-input-group{width:100%}.employment-type-input-group>p{color:#1e1e1e;font-size:16px;font-weight:400}.employment-type-input-group>div{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.employment-type-input-group>div>span{align-items:center;display:flex;gap:8px;justify-content:flex-start}.hoverEffect:hover{background-color:#00000010;opacity:.9}.otrLgnOptbx:hover{box-shadow:0 1px 2px 0 #3c40434d,0 2px 6px 2px #3c404326;opacity:.9}.autoSkillSugst,.autoSuggetionBox>span{background:#fff;border-radius:14px;box-shadow:1px 1px 1px 0 #0000001a;cursor:pointer;padding:5px 15px}.autoSkillSugst{align-items:center;display:flex;gap:6px;justify-content:space-around}.aywrkExpbtn:active,.aywrkExpbtn:focus{background-color:#3284ff;border:.5px solid #0003;color:#fff}.skillCollections{align-items:center;background:#436cff;border-radius:8px;box-shadow:1px 1px 1px 0 #1100761a;color:#f5f5f5;display:flex;font-size:16px;font-weight:400;gap:5px;justify-content:center;padding:3px 14px}.skillCollections>span{cursor:pointer}.aywrkExpbtnActive{background-color:#3284ff!important;border:.5px solid #0003!important;color:#fff!important}.form-check>input{cursor:pointer}.steper-image-container{align-items:center;display:flex;flex-grow:1;justify-content:center;width:40%}.steper-image-container-basicInfo{align-items:start;display:flex;flex-grow:1;justify-content:center;width:40%}.steper-image-container>img{height:90%;margin:0 auto;width:70%}.steper-image-container-basicInfo>img{flex-grow:1;height:70%;margin:60px auto;width:55%}.active_cuuLocation{background-color:#3284ff!important;color:#fff!important}.basicDEtilsPage input,.basicDEtilsPage textarea{border:1px solid #d5e3f9}.adjsWidth{width:75%}@media screen and (max-width:992px){.steper-image-container{display:none}}@media screen and (max-width:900px){.hidebasicImage{display:none!important}}@media screen and (max-width:768px){.responsive_cont{background-color:#fff;box-shadow:0 1px 2px 0 #3c40434d,0 1px 3px 1px #3c404326;margin:0}.responsive_cont>h1{font-size:16px!important}}@media screen and (max-width:400px){.employment-type-input-group>div{gap:10px;width:100%}.employment-type-input-group>div>span{width:300px}.employment-type-input-group>div>span>label{width:100%}}.profile_stepper{background-color:#fff;border-radius:inherit;box-shadow:1px 1px 20px 0 #00000014;display:flex;gap:2rem;justify-content:flex-start}.stpper_container_box{background:#3284ff;border-radius:inherit;box-shadow:4px 4px 48.5px 0 #3284ff26;padding:40px 18px 12px;width:230px}.stpper_container_ProgessBar .ant-progress-text{color:#fff!important;font-size:14px!important;font-weight:700}.stpper_container_ProgessBar{background:#3284ff;border-radius:8px 8px 0 0;box-shadow:4px 4px 48.5px 0 #3284ff26;padding:12px 18px;width:100%}.stepper_outlet_container{border-radius:inherit;flex-grow:1;width:50%}.stepper_outlet_container>div{width:100%}:where(.css-dev-only-do-not-override-p8b6i).ant-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#e8e8e8}:where(.css-dev-only-do-not-override-p8b6i).ant-steps .ant-steps-item-process .ant-steps-item-icon{background-color:#abccff;border-color:#abccff}.icon-stepper-add{align-items:center;background-color:#abccff;border-color:#0000;border-radius:50%;color:#000;display:flex;font-family:Inria Sans;font-size:15px;font-weight:700;height:32px;justify-content:center;line-height:17.99px;text-align:center;width:32px}.icon-bg-update{background-color:#fff}:where(.css-dev-only-do-not-override-p8b6i).ant-steps .ant-steps-item-process .ant-steps-item-icon>.ant-steps-icon{color:#000000b2;font-size:17px;font-weight:700}:where(.css-dev-only-do-not-override-p8b6i).ant-steps .ant-steps-item-icon{font-size:15px}:where(.css-dev-only-do-not-override-p8b6i).ant-steps .ant-steps-item-wait .ant-steps-item-icon{background-color:#abccff;border-color:#0000}:where(.css-dev-only-do-not-override-p8b6i).ant-steps .ant-steps-item-finish>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title{color:#fff}:where(.css-dev-only-do-not-override-p8b6i).ant-steps .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title>p{color:#fff;display:flex;font-size:16px}:where(.css-dev-only-do-not-override-p8b6i).ant-steps .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-content>.ant-steps-item-title>p{color:#d3d3d3}:where(.css-dev-only-do-not-override-p8b6i).ant-steps .ant-steps-item-wait .ant-steps-item-icon>.ant-steps-icon{color:#000000b2;font-size:17px;font-weight:700}:where(.css-dev-only-do-not-override-p8b6i).ant-steps .ant-steps-item-container{height:70px}:where(.css-dev-only-do-not-override-p8b6i).ant-steps .ant-steps-item-wait>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#e8e8e8}:where(.css-dev-only-do-not-override-p8b6i).ant-steps .ant-steps-item-process>.ant-steps-item-container>.ant-steps-item-tail:after{background-color:#e8e8e8}.ant-steps-item-title{width:100%}.steper-title-box{align-items:center;display:flex;justify-content:space-between}.steper-title-box>span{width:20px}.stepper_title>p{color:#fffc;font-family:Inria Sans;font-size:16px;font-weight:400;margin:0}.stepper_title>h1{color:#fff;font-size:18px;font-weight:700}@media screen and (max-width:768px){.profile_stepper{background-color:initial;box-shadow:none;gap:0}}@media screen and (max-width:820px){.stepper_outlet_container{width:100%}}.experience_company_grp_card{background-color:#eef5ff;border-radius:12px;padding:16px}.add-more-expe{align-items:center;border:1px solid #3284ff;border-radius:40px;color:#3284ff;display:flex;gap:10px;justify-content:space-between;padding:8px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.add-more-expe:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;cursor:pointer}.experience_company_grp_card>h1{align-items:center;color:#1e1e1e;display:flex;font-size:16px;font-weight:700;justify-content:space-between}.experienceOptions-title>svg:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;cursor:pointer}.experience_title{color:#000;font-size:25px;font-weight:700}@media screen and (max-width:768px){.experience_title{font-size:18px}.responsve_exp{border-radius:8px;padding:20px 2rem}}.sdksoiwe{pointer-events:none}.pickLocationGPS{border:1px solid #d2e4ff;border-radius:20px;box-shadow:1px 1px 1px 0 #0000001a;cursor:pointer;padding:2px 10px}.pickLocationGPS:hover{box-shadow:0 5px 15px #00000059}.d_hide{cursor:pointer;visibility:hidden}.remove-optionIcon{cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.lag-img{width:40%}.yourAvailability>div>div{border:1px solid #d5e3f9}@media screen and (max-width:576px){.remove-optionIcon{display:none!important}}.skillPicker{align-items:center;display:flex;justify-content:space-between;padding-right:12px}.skillPicker>input{border:none;border-radius:inherit;height:100%;outline:none;padding:8px 0 8px 12px;width:95%}.inbuild-selectOption>div>div{border:initial;border-radius:inherit}.skillPicker>svg{cursor:pointer}.filter-city-name{background-color:#fff;border-radius:8px;box-shadow:0 5px 15px #00000059;max-height:200px;overflow-y:auto;padding:8px 2px;position:relative;width:560px;z-index:1}.filter-city-name>p{border-radius:3px;cursor:pointer;margin:8px 0 0 10px;padding-left:4px}.filter-city-name>p:hover{background-color:#00000020}.profilePhoto_main{border-radius:5px;display:flex;flex-direction:column;font-family:Inria Sans;padding:2rem 0 1rem;width:100%}.profilePhoto_main>h1{color:#383838;font-size:22px;font-weight:700;text-align:center}.photoEmptyFrame{align-items:center;background-color:#d9d9d9;border-radius:50%;display:flex;height:200px;justify-content:center;margin:0 auto;width:200px}.picture-sub-heading>p:first-child{color:#1e1e1e;font-size:16px;font-weight:400;margin:0}.picture-sub-heading>p:last-child{color:#7e7e7e;font-size:12px;font-weight:400;margin:0}.photoEmptyFrame>img{cursor:pointer;height:56px;width:60px}.picAccessbtns>button{cursor:pointer;flex-grow:1;width:45%}.profilePhoto_main>p{color:#7e7e7e;font-size:16px;font-weight:400}.cameraBox,.cameraBox>video{height:100%;width:100%}.cameraBox>video{border-radius:50%}.hoverSkip:hover{box-shadow:0 5px 15px #00000059!important}@media screen and (max-width:768px){.profile_photo_img{border-radius:0 0 8px 8px;padding:24px}.profilePhoto_main{padding-top:0}.profilePhoto_main>h1{font-size:16px}}.department_main{border-radius:5px;display:flex;flex-direction:column;font-family:Inria Sans;gap:1rem;padding:2rem;width:100%}.departInputGrp>label,.suggestedDepartments>h1{color:#383838;font-size:22px;font-weight:500}.departInputGrp>input{color:#7e7e7e}.departInputGrp>input,.selectDepartField{border:.5px solid #bcbcbc;font-size:18px;font-weight:400}.selectDepartField{align-items:center;background:#dfecff;border-radius:10px;color:#000;display:flex;justify-content:space-between;padding:10px 1rem}.selectDepartField>span{cursor:pointer;font-size:20px;font-weight:600}.suggestInputDiv{border:.5px solid #bcbcbc;border-radius:6px;color:#2a2a2a;font-size:18px;font-weight:400;padding:10px 22px 10px 12px}.suggestInputDiv>div>input{background-color:#fff;border:1px solid #383838;border-radius:0!important;border-radius:initial!important;height:25px;width:25px}.suggestInputDiv>div>.form-check-input:checked{background-color:#fff;border-color:#383838}.autoCompleteBox{background-color:#fff;border:1px solid #000;border-radius:6px;color:#2a2a2a;font-size:18px;font-weight:400;padding:10px 1rem;position:absolute;width:350px}.autoCompleteBox>div{background-color:#00000010;cursor:pointer;padding:2px 4px;width:100%}.autoCompleteBox>div:hover{background-color:#00000020}.departments_mains{display:flex;flex-direction:column;gap:1.5rem;margin:2.5rem 0}.departments_mains>h1{color:#000;font-size:24px;font-weight:700}.department-select-option>p{color:#1e1e1e;font-size:16px;font-weight:400}.department-select-option>select{border:1px solid #d5e3f9;border-radius:8px;font-size:16px;padding:8px 12px}.manual-select-input-group{width:100%}.manual-select-input-group>div{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%}.manual-select-input-group>div>input{border:1px solid #d5e3f9;border-radius:8px;flex-grow:1;height:40px;outline:none;padding:5px 10px}.manual-select-input-group>div>input:focus{border:2px solid #d5e3f9;outline:2px solid #d5e3f9}.manual-select-input-group>div>button{background:#fff;border:1px solid #d5e3f9;border-radius:8px;color:#3284ff;height:40px;outline:none;width:48px}.manual-select-input-group>div>button:hover{box-shadow:0 5px 15px #00000059}.selected_deprt_stock{background:#ecf4ffe5;border-radius:8px;min-height:98px;padding:12px 16px}.selected_deprt_stock>p:first-child{color:#9c9c9c;font-size:16px;font-weight:400;margin:0}.steper-buttonBox{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between}.steper-buttonBox>button{flex-grow:1;width:40%}.selected-deprt-items{align-items:center;background-color:#3284ff;border-radius:8px;color:#f5f5f5;display:flex;font-size:16px;font-weight:400;gap:10px;justify-content:space-between;padding:8px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.selected-deprt-items>svg{cursor:pointer}@media screen and (max-width:768px){.departments_mains{border-radius:8px;gap:1rem;margin:0;padding:20px}}.preview_section{border:1px solid #3284ff33;border-radius:12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:24px;width:100%}.profileImgName>img{border-radius:50%;height:70px;width:70px}.profileImgName>div>p:first-child{color:#000;font-size:24px;font-weight:700;margin:0}.profileImgName>div>p:last-child{color:#979797;font-size:14px;font-weight:400;margin:0}.preview_main>h1{color:#000;font-size:24px;font-weight:700}.basic-preview-details{width:360px}.basic-preview-details>div:last-child>div>svg{height:38px;width:38px}.nO-DOB-Gen>div{align-items:center;color:#0009;display:flex;font-size:16px;font-weight:400;gap:10px;justify-content:flex-start;text-transform:capitalize}.nO-DOB-Gen>div>img{height:24px;width:24px}.preview_section-box{border:1px solid #3284ff33;border-radius:12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:24px;width:100%}.preview-input-group>div{flex-grow:1;width:200px}.preview-input-group>div>input.form-control:disabled{background-color:#fff}.preview-input-group>div>input{background-color:#fff;border:1px solid #d5e3f9;color:#979797;font-size:16px;font-weight:400;text-transform:capitalize}.preview_section-box>h1{color:#000;font-size:20px;font-weight:700}.preview_table{border-radius:20px;width:100%}.preview_table>thead{background-color:#eef5ff;height:52px;text-align:center}tbody>tr{border-top:1px solid;height:52px;text-align:center}th,tr{font-size:16px;font-weight:400}tr{color:#979797}thead>tr>th:first-child{border-right:1px solid #979797;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.preview-achievement-bx{width:390px}.preview-achievement-bx>h2{color:#1e1e1e;font-size:16px;font-weight:400}.preview-achievement-bx>div{background-color:#ecf4ffe5;border-radius:6px;padding:16px}.preview_table>tbody>tr>td{text-align:center}.skillETCBox{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.skillETCBox>span{background-color:#3284ff;border-radius:12px;color:#f5f5f5;font-size:16px;font-weight:400;padding:8px 12px;vertical-align:middle;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.preview-cntr-btn,.skillETCBox>span{align-items:center;display:flex;justify-content:center}.preview-cntr-btn>button{height:50px;width:240px}.expStore_preview{background-color:#eef5ff;border-radius:8px;padding:16px}@media screen and (max-width:768px){.responsive_conts{background-color:#fff;border-radius:0 0 8px 8px;box-shadow:0 1px 2px 0 #3c40434d,0 1px 3px 1px #3c404326;margin:0}.responsive_conts>h1{padding:0 10px}.basic-preview-details{width:100%}}@media screen and (max-width:576px){.nO-DOB-Gen>div{font-size:12px;gap:5px}}.main_chat{align-items:center;display:flex;height:85vh;justify-content:space-between;width:100%}.leftChatList{border-right:2px solid #00000020;height:100%;width:400px}.user_contact_list{height:100%}.right_display_chat{flex-grow:1;height:100%;width:600px}.chat-header{align-items:center;display:flex;height:50px;justify-content:center;width:100%}.dividorLine{border-bottom:2px solid #00000020}.chat-userList{display:flex;flex-direction:column;gap:10px;height:88%;margin-top:1rem;overflow-y:auto;padding:0 10px}.chat-header>h1{font-size:24px;font-weight:700;margin:0;text-align:center}.list_card{align-items:center;background-color:#b1b1b1;border-radius:10px;cursor:pointer;display:flex;gap:1rem;height:60px;padding:2px 10px;width:100%}.list_card>div:first-child{align-items:center;background-color:#00000020;border-radius:50%;display:flex;height:50px;justify-content:center;width:50px}.list_card>div:first-child>img{border-radius:inherit;height:100%;width:100%}.list_card>div:last-child{font-size:18px;font-weight:500}.chat-userList::-webkit-scrollbar{width:10px}.chat-userList::-webkit-scrollbar-track{background-color:#f4f4f4;width:6px}.chat-userList::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#818b99;border:2px solid #0000;border-radius:3px;width:6px}.profile_main{background-color:initial;display:flex;flex-wrap:wrap;gap:1.3rem;margin-top:6rem;min-height:100vh;width:100%}.left_container{flex-grow:1;width:43%}.rigt_container{flex-grow:1;width:54%}.indentity_card{background:#fff;border-radius:12px;box-shadow:0 0 16px 0 #0000000a;padding:20px;width:100%}.id_imgTitle{align-items:start;display:flex;justify-content:space-between;width:100%}.id_imgTitle>div:first-child{align-items:start;border-radius:50%;display:flex;height:110px;justify-content:center;width:110px}.id_imgTitle>div>img{border-radius:inherit;height:100%;width:100%}.edit-pen-box{align-items:center;background-color:#e3efff;border-radius:50%;bottom:-84px;box-shadow:0 0 6.43px 0 #00000040;cursor:pointer;display:flex;height:26px;justify-content:center;position:relative;right:33px;width:26px}.progress_bar>div{background-color:#e3efff!important;height:60px!important;width:60px!important}:where(.css-dev-only-do-not-override-p8b6i).ant-progress.ant-progress-circle .ant-progress-text{font-size:.75em}.id_title{display:flex;flex-direction:column;gap:8px;width:70%}.id_title>h1{color:#000;font-size:18px;font-weight:400}.id_title>p{color:#b1b1b1;font-size:12px;font-weight:400}.cross-divider-line{border:.2px solid #dad9d9}.title_descrip>p{align-items:center;color:#b1b1b1;display:flex;font-size:14px;font-weight:400;justify-content:space-between;margin:0}.title_descrip>h3{color:#000;font-size:18px;font-weight:400;text-transform:capitalize}.title_descrip>p>span:last-child{color:#3283fc;font-size:18px;font-weight:400}.title_descrip>p>span:last-child:hover{color:#0755ca;cursor:pointer}.upload_doc_container>h1{color:#000;font-size:20px;font-weight:700}.edit-pen-box>.dropdown-menu.show{bottom:-71px;z-index:1}.doc-inner-conatiner{background-color:#e3efff;border-radius:inherit;padding:20px;width:100%}.edit-resume-btn{align-items:center;color:#3283fc;display:flex;font-size:20px;font-weight:700;gap:2px}.edit-pen-box>div:first-child{border:initial;box-shadow:2px 2px 16px 0 #0000001f}.edit-pen-box>div>a:hover{background-color:#e0e6ec}.edit-pen-box>div:first-child>a{color:#655f5f;font-size:12px;font-weight:400}.doc-inner-conatiner>div>p:first-child{color:#000;font-size:16px;font-weight:400;margin:0 0 2px}.doc-inner-conatiner>div>p:last-child{color:#989898;font-size:10px;font-weight:400;margin:0}.general-info-card{background:#fff;border-radius:8px;box-shadow:0 0 16px 0 #0000000a;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;width:100%}.general-info-card>div:first-child{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.general-info-card>div:first-child>h1{color:#000;font-size:20px;font-weight:800}.general-info-card>div:first-child>span{align-items:center;color:#3283fc;display:flex;font-size:20px;font-weight:700;gap:2px}.general-info-card>div:first-child>span:hover{color:#0357d6;cursor:pointer}.card-data-section>p:first-child{color:#b1b1b1;font-size:14px;font-weight:400;margin:0}.card-data-section>p:last-child,.pref-xyz>p{color:#000;font-size:18px;font-weight:400;margin:0}.experience-card-data>p{font-weight:400;margin:0}.experience-card-data>p:first-child{color:#000;font-size:18px}.experience-card-data>p:nth-child(2){color:#282828;font-size:14px}.experience-card-data>p:nth-child(3){color:#b1b1b1;font-size:14px}.edit-pen{color:#3283fc;cursor:pointer}.edit-pen:hover{color:#0357d6}.skill-sticker{background-color:#e4e4e4;border-radius:8px;color:#686868;padding:5px 16px}.langiage-data-section>p{align-items:center;color:#000;display:flex;font-size:18px;font-weight:400;justify-content:space-between;margin:0}@media screen and (max-width:1200px){.profile_main{flex-direction:column}.profile_main>div{width:100%}}@media screen and (max-width:500px){.doc-notice-box{width:100%}.general-info-card{margin-bottom:1rem}.id_imgTitle>div:first-child{align-items:start;border-radius:50%;display:flex;height:74px;width:75px}.edit-pen-box{bottom:-65px}}.profile-modal-box{background:#00000080;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;padding-bottom:1rem;padding-top:2rem;position:fixed;top:0;width:100%;z-index:999}.modals_container{background-color:#fff;border-radius:12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:32px;width:570px}@media screen and (max-width:576px){.modals_container{margin:0 auto;width:95%}}.ModalTitle{align-items:center;display:flex;justify-content:space-between;width:100%}.ModalTitle>h1{color:#000;font-size:24px;font-weight:700;margin:0}.modal-dob-section>p{color:#383838;font-size:16px;font-weight:400;margin:0}.modal-dob-section>div{gap:2rem}.modal-dob-section>div,.modal-dob-section>div>span{align-items:center;display:flex;justify-content:flex-start}.modal-dob-section>div>span{gap:8px}.ModalTitle>span>svg{cursor:pointer}.ModalTitle>span>svg:hover{background-color:initial;border-radius:8px;box-shadow:0 5px 15px #00000059}.modal-update-btn{font-size:20px!important;margin:0 auto;width:90%}.gps-location{align-items:center;background-color:#fff;border:1px solid #d5e3f9;border-radius:21px;display:flex;justify-content:flex-end;width:100%;width:230px}.gps-location:hover{box-shadow:0 5px 15px #00000059;cursor:pointer}@media screen and (max-width:500px){.modal-dob-section>div{gap:10px}}.educationButton{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.education-option,.educationButton{align-items:center;display:flex;gap:1rem;justify-content:flex-start}.education-option{flex-direction:column}.edu_certification{background-color:#fff;border:none;border-radius:10px;box-shadow:1px 1px 5px 0 #00000026;font-size:16px;padding:10px 0;width:100%}.edu_certification:active,.edu_certification:focus{background-color:#3284ff;color:#fff}.edu_certification:hover{box-shadow:0 0 0 2px #06182c66,0 4px 6px -1px #06182ca6,inset 0 1px 0 #ffffff14;opacity:.9}.experiece_main_modal{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.form-label,.isExperience_options>p{color:#1e1e1e;font-size:16px;font-weight:400}.isExperience_options>p{font-family:Inria Sans;margin:0}.experi_radio_button>span{align-items:center;display:flex;gap:5px;justify-content:flex-start}.expeStore_main{background:#eef5ffb2;border-radius:12px;box-shadow:0 2px 8px 0 #63636333;padding:16px}.expStore_child>h1{color:#1e1e1e;font-size:16px;font-weight:700}.addMoreExpeInStore{align-items:center;border:1px solid #3284ff;border-radius:50px;color:#3284ff;display:flex;font-size:16px;font-weight:400;gap:8px;justify-content:center;padding:8px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.addMoreExpeInStore:hover,.expStore_child>h1>svg:hover{box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d;cursor:pointer}.skills-add-Form>p{color:#1e1e1e;font-size:16px;font-weight:400;margin:0}.expSkillPara-modal{color:#1e1e1e;font-size:13px;font-weight:400}.skillPicker{border:1px solid #d5e3f9;border-radius:6px;width:100%}.skillPicker-input{padding:8px}.modal-skill-input{align-items:center;display:flex;gap:1rem;justify-content:space-between}.plus-add-skil-btn{align-items:center;border:1px solid #d5e3f9;border-radius:8px;color:#3284ff;display:flex;justify-content:center;padding:12px 16px}.plus-add-skil-btn:hover{box-shadow:0 5px 15px #00000059;color:#0547aa;cursor:pointer}.modal-skill-input>div>input{border:1px solid #d5e3f9;border-radius:8px;outline:none;padding:10px 16px;width:100%}.modal-skill-input>div:first-child{flex-grow:1}.show-skills{background:#ecf4ffe5;border-radius:6px;padding:16px;width:100%}.skills-select-input-group{width:100%}.skills-select-input-group>div{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%}.skills-select-input-group>div>input{border:1px solid #d5e3f9;border-radius:8px;flex-grow:1;height:40px;outline:none;padding:5px 10px}.skills-select-input-group>div>input:focus{border:2px solid #d5e3f9;outline:2px solid #d5e3f9}.skills-select-input-group>div>button{background:#fff;border:1px solid #d5e3f9;border-radius:8px;color:#3284ff;height:40px;outline:none;width:48px}.skills-select-input-group>div>button:hover{box-shadow:0 5px 15px #00000059}.selected_skills-box{background:#ecf4ffe5;border-radius:8px;min-height:68px;padding:12px 16px}.selected-skills-items{align-items:center;background-color:#3284ff;border-radius:8px;color:#f5f5f5;display:flex;font-size:16px;font-weight:400;gap:10px;justify-content:space-between;padding:8px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.selected-skills-items>svg{cursor:pointer}.langaage-menu-container{display:flex;flex-direction:column;gap:12px}.language_main{border-radius:5px;display:flex;flex-direction:column;font-family:Inria Sans;gap:1rem;padding:2rem;width:100%}.customheight{height:50px;overflow-y:scroll}.language_main>h1{color:#000;font-size:25px;font-weight:700}.crossBorder{border-bottom:2px solid #e4e4e4;width:150px}label{color:#1e1e1e}.form-check-input[type=checkbox]{height:18px;width:18px}.form-check-input:checked[type=checkbox]{--bs-form-check-bg-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA0SURBVHgBpYzLCQAwCEMdpaN03S5RHU0FDx7EDwZCCI8EYKEjfhlEyxp+V8KlFhLf0W1bDJVEB6P8ZSQ/AAAAAElFTkSuQmCC);background-size:10px 10px}.optionDesc{color:#7e7e7e;font-size:16px;font-weight:400}.otrLgnOptbx{align-items:center;background-color:#d5e3f9;border:.5px solid #0003;border-radius:8px;color:#383838;display:flex;font-size:14px;gap:8px;justify-content:center;padding:6px 15px}.lagSelect{background-color:#3284ff;color:#fff}.iconRemove{display:none}.iconAdd{display:block}.otrLgnOptbx>span:last-child{cursor:pointer;font-size:14px}.removeLagIcon{display:none;width:12px}.language-modal-menu>label{color:#383838;font-size:16px;font-weight:400}.addMoreLang{align-items:center;border:1px solid #3284ff;border-radius:30px;color:#3284ff;cursor:pointer;display:flex;font-size:16px;font-weight:400;gap:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:6px 1.4rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.addMoreLang:hover{box-shadow:0 5px 15px #00000059}.enlishSpeakingLevel{display:flex;flex-direction:column}.enlishSpeakingLevel>div>input{cursor:pointer}.enlishSpeakingLevel>h2,.moreLanguageOptionBox>h2{color:#1e1e1e;font-size:16px;font-weight:400}.enlishSpeakingLevel>div>input{height:18px;width:18px}.enlishSpeakingLevel>div>input:checked{background-color:#fff;border-color:#000}.update-avatar-main{width:100%}.web-cam-container>div{align-items:center;background-color:#d9d9d9;display:flex;justify-content:center}.web-cam-container>div,.web-cam-container>img{border-radius:50%;height:150px;width:150px}.web-cam-container>button{width:90%}.applyJob-main{margin-top:6rem}.left-job-section{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;height:86vh;max-width:254px;overflow-y:auto;width:100%}.left-job-section::-webkit-scrollbar{display:none}.job-card-component{flex-grow:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:70%}.responsiveFilter{align-items:center;border:1px solid #3284ff;border-radius:4px;color:#3284ff;cursor:pointer;display:flex;display:none;font-size:15px;justify-content:center;padding:5px}@media screen and (max-width:1040px){.responsiveFilter{display:block;margin-right:3px}.responsiveFilterBox{display:none;left:0;position:absolute;right:0}.left-job-section,.responsiveFilterBox{padding-bottom:0;padding-top:0}}.filter-job-main{background:#fff;border-radius:8px;box-shadow:0 1px 2px 0 #3c40434d,0 1px 3px 1px #3c404326;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:320px;padding:24px;width:100%}.filter-header>p{color:#3283fc;font-size:20px;font-weight:400;margin:0}.filter-header>p:hover{color:#0962e8;cursor:pointer}.cross-line-dividor{border-top:.2px solid #e1e1e1}.sort-container{display:flex;flex-direction:column;gap:10px}.sort-container>p{color:#000;font-size:16px;font-weight:400;margin:0}.sort-container>span{align-items:center;display:flex;gap:13px;justify-content:flex-start}.sort-container>span>label{color:#4b4b4b;font-size:14px;font-weight:400}.sort-container>span>input[type=radio]{border:4px solid #3283fc;cursor:pointer}.work-experience-menu>h1{color:#000;font-size:16px;font-weight:400;margin:0}.job-search-header{background:#fff;border-radius:8px;box-shadow:0 0 16px 0 #0000000a}.job-search-header>form{width:100%}.serch-job-input{background:#ebf3ff;border-radius:8px;color:#838383;gap:8px;padding:4px 10px;width:300px}.serch-job-input>input{background-color:initial;border:initial;color:#838383;flex-grow:1;outline:none;padding:4px 5px;width:80%}.filter-head{color:#3284ff}.filter-head,.filter-head-black{align-items:center;cursor:pointer;display:flex;font-size:20px;font-weight:700;gap:10px;justify-content:center;margin:0}.filter-head-black{color:#000}@media screen and (max-width:769px){.filter-job-main{background:#fff;border-radius:8px;box-shadow:0 1px 2px 0 #3c40434d,0 1px 3px 1px #3c404326;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-width:350px;padding:24px;position:relative;width:100%;z-index:1}}.similar-job-card{border:1px solid #0000;box-shadow:0 2px 8px 0 #63636333}.compy-title-descr>h1{color:#000;font-size:20px;font-weight:700;margin:0}.compy-title-descr>p{color:#4b4b4b;font-size:14px;font-weight:400;line-height:normal;margin:0}.imilar-job-header>p{color:#4b4b4b;font-size:12px;font-weight:400}:where(.css-dev-only-do-not-override-p8b6i).ant-pagination .ant-pagination-item{color:#3284ff;font-size:15px;font-weight:500}:where(.css-dev-only-do-not-override-p8b6i).ant-pagination .ant-pagination-item-active{background-color:#3283fc;color:#fff;font-size:15px;font-weight:500}.tract-length{color:#000;font-size:16px;font-weight:400}.tract-length>span{color:#3284ff}.activePageBtn_det{background-color:#3284ff!important;color:#fff!important}.active_similar_job{border-color:#3283fc}.job-details-descrip{background-color:initial;word-break:break-all}.lkasjdoqi>div{box-shadow:0 2px 8px 0 #63636333}.lkasjdoqi>div:last-child{box-shadow:none}*{font-family:Inria Sans}.job-description-container>div>p{color:#4b4b4b;font-size:16px;font-weight:400}.compy-logo-box>img{border-radius:8px}.applied-btn{background-color:#00be64!important}.backCondiationaly{align-items:center;color:#3284ff;cursor:pointer;display:flex;font-size:16px;font-weight:700;gap:10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.find_jobDetails_job{box-shadow:0 2px 8px 0 #63636333}.job-description-container h1,.job-description-container h2,.job-description-container h3,.job-description-container h4,.job-description-container h5,.job-description-container h6{color:#4b4b4b!important;font-family:Inria Sans!important;font-size:20px!important;font-weight:700!important;line-height:28px!important;text-align:left!important}.job-description-container p,li,ul{color:#4b4b4b!important;font-size:14px!important;font-weight:400!important}.job-description-container>div>h1{color:#000!important;font-size:20px;font-weight:700}.job-description-container>div>h1 *,.job-description-container>div>h3 *{color:#000!important;font-size:16px!important;font-weight:700!important}.sum_bg_remove *{background-color:initial!important;background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important}.job-detais-container{height:86.5vh}.job-left-container{flex-grow:1;height:100%;overflow-y:auto;width:430px}.similarJob-right-container{flex-grow:1;height:100%;overflow-y:auto;width:60%}.main-unknown{margin-top:6rem}.back-btn-onJob{align-items:center;color:#3284ff;display:flex;font-size:16px;font-weight:700;gap:8px;justify-content:flex-start}.back-btn-onJob>span:hover,.back-btn-onJob>svg:hover{cursor:pointer}.job-left-container::-webkit-scrollbar,.similarJob-right-container::-webkit-scrollbar{display:none}.create-profile-main{background:#fff;border-radius:12px;box-shadow:0 0 16px 0 #0000000a;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:32px 40px;width:100%}.leftSide-form-section,.rightSide-form-section{flex-grow:1;width:400px}.company-logo-upload,.leftSide-form-section,.rightSide-form-section{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.company-logo-upload{background-color:#f5faff;border-radius:12px;padding:12px 24px;width:100%}.logo-box{background-color:#d9d9d9;border-radius:8px;height:72px;width:72px}.logo-box>svg{height:60%;width:60%}.logo-box>img{border-radius:inherit;height:95%;width:95%}.logo-guidance>h1{color:#383838;font-size:16px;font-weight:400}.logo-guidance>p{color:#989898;font-size:10px;font-weight:400;margin:0}.company-logo-upload>button{width:184px}.text-area-custome{resize:none}.leftSide-form-section>div>label,.rightSide-form-section>div>label{color:#1e1e1e;font-size:16px;font-weight:400}.leftSide-form-section>div>input,.rightSide-form-section>div>input{background:#fff;border-top:1px solid #d5e3f9;color:#1e1e1e}.leftSide-form-section>div>input::placeholder,.rightSide-form-section>div>input::placeholder{color:#979797}.outer-container-coCrea>button{font-size:20px;margin:0 auto;min-width:200px;width:50%}.create-profile-main>h1{color:#000;font-size:32px;font-weight:700}.uploadLogoCo{background-color:#3284ff;border:none;border-radius:32px;color:#fff;cursor:pointer;font-size:14px;font-weight:400;min-width:150px;outline:none;padding:8px 16px;text-align:center}.uploadLogoCo:hover{box-shadow:0 5px 15px #00000059}.gps_button{align-items:center;border:1px solid #d5e3f9;border-radius:21px;display:flex;grid-area:5px;height:40px;justify-content:center;width:60%}.gps_button:hover{box-shadow:0 3px 8px #0000003d;cursor:pointer}.select-container{align-items:center;display:flex}.custom-select .react-select__control{border:1px solid #ccc;border-radius:4px;margin-right:10px;width:150px}.custom-select .react-select__menu{width:150px}@media screen and (max-width:600px){.create-profile-main>h1{font-size:23px}.create-profile-main{padding:17px 20px}}.nav-btn-group{display:flex;flex-wrap:wrap;gap:1rem;justify-content:flex-start}.main-navbar{background-color:#fff;box-shadow:0 4px 7px 0 #00000029;height:70px;position:fixed;width:100%;z-index:999}.main-navbar>nav{background-color:initial!important}.navbar-brand>img{cursor:pointer;height:50px;width:100%}.navbar-collapse{align-items:flex-start;background-color:#fff;display:flex;justify-content:space-between}.top-nav-bar{align-items:center;display:flex;height:100%;justify-content:flex-end;padding:0 1rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.nav-link,.navbar-nav>a{border-radius:10px;color:#5e5e5e;font-size:18px;font-weight:400;text-decoration:none}.nav-link:hover{color:#5e5e5e}.logout-list{color:red;font-size:16px;font-weight:500;margin-left:5px}.nav-ui-list{display:flex;flex-grow:1;gap:52px;justify-content:center;max-height:200px;width:50%}.items-hover{border-bottom:2px solid #0000}#active-nav-item{border-bottom-color:#5e5e5e;border-bottom-color:#3284ff;border-radius:0;border-radius:initial;color:#3284ff;margin:0;padding:0}.items-hover{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.profile-drop-menu>div:last-child.dropdown-menu[data-bs-popper]{border:initial;box-shadow:0 5px 15px #00000059;left:-81px}.profile-menu-items>a:hover{background-color:#e0e6ec}.profile-menu-items>a:last-child{color:red}.profile-menu-items>a{align-items:center;display:flex;gap:10px}.profile-icon-nav{border-radius:inherit;height:90%;width:90%}.items-hover:after{background:#5e5e5e;content:"";display:block;height:2px;transition:width .3s;width:0}.items-hover:hover:after{width:100%}.nav-ui-list>a>div{align-items:center;display:flex;gap:4px;height:100%;justify-content:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.profile-list-items>.dropdown-item:last-child{border-top:1px solid #e9e9ea}.nav-btn-group>button:first-child{background-color:#fff;border:2px solid #3284ff;border-radius:5px;color:#3284ff;font-size:18px;font-weight:600;padding:5px 30px}.nav-btn-group>div>button{border:none;border-radius:5px;color:#000000a6;font-size:18px;font-weight:600;padding-left:30px;padding-right:30px}.hire-me-dropdown{background:#fff}.hire-me-dropdown:hover{background-color:#fff;border-color:#3284ff;color:#3284ff}.btn-success{--bs-btn-color:#fff;--bs-btn-bg:#3284ff;--bs-btn-border-color:#3284ff;--bs-btn-hover-color:#fff;--bs-btn-hover-bg:#3284ff;--bs-btn-hover-border-color:#3284ff;--bs-btn-focus-shadow-rgb:60,153,110;--bs-btn-active-color:#fff;--bs-btn-active-bg:#3284ff;--bs-btn-active-border-color:#3284ff;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,.125);--bs-btn-disabled-color:#fff;--bs-btn-disabled-bg:#3284ff;--bs-btn-disabled-border-color:#3284ff}.login-btn{color:#000000a6;cursor:pointer;font-size:16px;font-weight:600}.user-avatar{align-items:center;background-color:#f5f7fa;border-radius:50%;color:#3283fc;display:flex;height:49px;justify-content:center;margin-left:18px;width:49px}.login-btn>span{margin-left:4px}.login-btn>svg:hover{color:#000}.top-search-bar{align-items:center;background-color:#e1e8f1;border-radius:20px;display:flex;gap:5px;padding:6px 14px;width:300px}.top-search-bar>input{background-color:initial;border:initial;font-size:16px;outline:none}.top-search-bar>input::placeholder{color:#b1b1b1}.badge-icon{align-items:center;background:#0d6efd;border-radius:50%;color:#fff;display:flex;font-size:.75rem;font-weight:600;height:1.2rem;justify-content:center;min-width:1.2rem;position:absolute;right:3px;top:2px;z-index:10}.notificaton_menu.dropdown-menu[data-bs-popper]{border:0;border-radius:9px;box-shadow:0 5px 15px #00000059;height:340px;left:auto;right:-25px;width:300px}@media screen and (max-width:320px){.notificaton_menu.dropdown-menu[data-bs-popper]{border:0;border-radius:9px;box-shadow:0 5px 15px #00000059;height:340px;left:-198px;right:-25px;width:300px}}.notification-items-list{background-color:#f3f8ff;border-radius:10px;cursor:pointer;padding:8px}.notification-items-list>p:first-child{color:#333;font-family:700;font-size:14px;margin:0}.notification-items-list>p:nth-child(2){color:#666;font-family:400;font-size:12px;margin:0}.notification-items-list>p:nth-child(3){color:#666c;font-family:400;font-size:10px;margin:0}.notification-title{color:#333;font-size:14px;font-weight:700}.notification-list-wrapper{height:270px;overflow-y:auto}.notification-list-wrapper::-webkit-scrollbar{width:7px}span.notification-title{color:#0d6efd;opacity:.9;text-decoration:underline}span.notification-title:hover{cursor:pointer;font-weight:600;opacity:1}.unread_bg{background-color:#d4e5fc}@media screen and (max-width:992px){.nav-ui-list{gap:10px}.user-avatar{height:40px;margin:10px 0 0;width:40px}.nav-ui-list{justify-content:flex-start;margin:0 0 0 2rem}}.markAsRead{background:#0000;border:none;color:#0558d4;font-size:12px;font-weight:600;text-decoration:underline}.markAsRead:hover{color:#093d8c;cursor:pointer}@media screen and (min-width:768px){.menu-icon-navbar{display:none}}@media screen and (max-width:468px){.navbar-brand>img{object-fit:contain;width:152px}}.layout-formate{background:#e1edff;display:flex;justify-content:space-between}.layout-formate::-webkit-scrollbar{width:10px}.layout-formate::-webkit-scrollbar-track{background-color:#f4f4f4;width:6px}.layout-formate::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#818b99;border:2px solid #0000;border-radius:3px;width:6px}.sidebar-container{height:100%;width:300px}.outLet_main_company{flex-grow:1;margin-top:1rem;overflow-x:auto;padding:0 24px 4px 16px}.out_let_conatiner_company{width:100%}.outLet_main_company::-webkit-scrollbar{display:none}.outlet-main::-webkit-scrollbar{width:10px}.outlet-main::-webkit-scrollbar-track{background-color:#f4f4f4;width:6px}.outlet-main::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#818b99;border:2px solid #0000;border-radius:3px;width:6px}.sidebar_container{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1400px){.out_let_conatiner_company{height:100%}}@media screen and (max-width:576px){.outLet_main_company{padding:0 6px 24px}}.sidebar_main_company{background-color:#3284ff;border-radius:0 10px 10px 0;box-shadow:0 0 16px 0 #0000000a;height:100%;overflow-y:auto;scroll-behavior:smooth;transition:left 1s;width:238px;z-index:1000}.sidebar_main_company::-webkit-scrollbar{display:none}.open_sidebar_btn{background-color:#3284ff;border-radius:0 10px 10px 0;color:#fff;height:100%;padding:5px 10px;position:relative;transition:left 1s;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.smallSideBar{display:none}.largeSidebar{display:block}.menu-toggle-icon{color:#fff;display:flex;justify-content:flex-end;margin-top:1rem;padding:25px 10px 0;width:100%}.menu-toggle-icon>svg{cursor:pointer}.side-nav-items{gap:10px}.side-nav-items>a:hover,.side-nav-items>div:hover{color:#fff;cursor:pointer}.side-nav-items>div{font-size:18px;gap:10px;height:50px;width:100%}.side-nav-items>div,.side-nav-items>div>a{align-items:center;color:#ffffffb2;display:flex;font-weight:500;text-decoration:none}.side-nav-items>div>a{gap:8px}.side-nav-items>div>a:hover{color:#fff;cursor:pointer}.disabled-navItems{pointer-events:none}.active-anchore{color:#fff!important}.nav-items-left-border{background-color:initial;border-radius:0 10px 10px 0;height:100%;margin-left:2px;width:6px}.border-active{background-color:#fff}.log-out-btn{align-items:center;color:#ffffffb2;display:flex;font-size:18px;font-weight:500;gap:8px;padding-left:21px;padding-top:10px}.closed_nav_icon,.log-out-btn{cursor:pointer}.nav_close_items_group{gap:18px}.nav_close_items_group>img,.nav_close_items_group>svg{cursor:pointer;height:30px;width:30px}.displayBlock{display:block}.displayNone{display:none}@media screen and (max-width:768px){.sidebar_main_company{display:none;position:absolute}.open_sidebar_btn{display:block;overflow-y:scroll;padding:18px 10px}.open_sidebar_btn::-webkit-scrollbar{display:none}.sidebar_main_company{z-index:1}}.popUpmodal_main{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;position:fixed;right:auto;top:auto;width:100%;z-index:1000}.modalContent_box{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;gap:15px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;padding:32px;width:560px}.modalContent_box>img{height:55px;width:55px}.modalContent_box>h1{color:#181818;font-size:18px;font-weight:400;margin:0}.modalContent_box>p{color:#555;font-size:14px;font-weight:400}.modalBtns>button{align-items:center;border-radius:10px;display:flex;font-size:16px;font-weight:400;gap:6px;height:55px;justify-content:center;width:230px}.modalBtns>button>.spinner-border{height:24px;width:24px}.jobpost-container-main{display:flex;flex-direction:column;height:98vh;overflow-y:auto}.jobpost-container-main::-webkit-scrollbar{display:none}.jobpost-container-main textarea{resize:none}.job-details-form{background:#fff;border-radius:12px;box-shadow:0 0 16px 0 #0000000d;padding:24px 32px}.job-post-input-field-group>div{width:45%}.job-post-input-field-group>div>input{border:1px solid #d5e3f9;color:#383737;font-size:16px;font-weight:400;width:100%}.job-post-input-field-group>div>input::placeholder{color:#979797}.job-details-form>h1{color:#000;font-size:20px;font-weight:700}.add-skill-box-jobPost>form>div>div>button{background-color:#fff;border:1px solid #d5e3f9;border-radius:8px;color:#3284ff;height:40px;outline:none;width:48px}.add-skill-box-jobPost>form>div>div>button:hover{box-shadow:0 0 10px 0 #0000004d}.addedSkill-conatiner{background:#ecf4ffe5;border-radius:6px;min-height:210px;padding:16px}.addedSkill-conatiner>p{color:#9c9c9c;font-size:16px;font-weight:400}.form-select,.jobpost-container-main input{border:1px solid #d5e3f9}.back-button{align-items:center;color:#3284ff;display:flex;font-size:20px;font-weight:700;gap:8px;justify-content:start}.back-button>span,.back-button>svg{cursor:pointer}.jobpost-container-main>button{font-size:20px;font-weight:400;margin:0 auto;width:40%}.added-skill-box>div{background-color:#3284ff;border-radius:8px;color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:8px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.added-skill-box>div>svg{cursor:pointer}.salary-range-inputgrp>input{border:initial;border-radius:inherit;flex-grow:1;height:100%;outline:none;width:60%}.salary-range-inputgrp>div:first-child{background:#3284ff1a;border-radius:8px;border-top:1px solid #d5e3f9;height:100%;padding:8px 12px}.salary-range-inputgrp{align-items:center;border:1px solid #d5e3f9;border-radius:8px;display:flex;flex-wrap:wrap;height:45px}.textEditorCreateJob>div>.rsw-ce{height:200px;overflow-y:auto}.optionalSelectOption{flex-grow:1;width:225px}.inbuild-selectOption>div{border:1px solid #d5e3f9;border-radius:8px}.lang_child_size>div:first-child,.lang_child_size>div:nth-child(2){width:30%}.remove-optionIcon>svg{margin-bottom:5px}.ql-picker-options{background-color:#fff}@media screen and (max-width:768px){.job-post-input-field-group>div{width:100%}}@media screen and (max-width:390px){.jobpost-container-main{display:flex;flex-direction:column;height:100vh;overflow-y:auto;padding:10px}.jobpost-container-main::-webkit-scrollbar{display:none}.job-details-form{background:#fff;border-radius:12px;box-shadow:0 0 16px 0 #0000000d;padding:20px}.job-post-input-field-group>div{margin-bottom:12px;width:100%!important}.form-select,.job-post-input-field-group>div>input{border:1px solid #d5e3f9;font-size:14px;padding:12px;width:100%}.job-details-form>h1{font-size:18px;margin-bottom:16px}.inbuild-selectOption{margin-bottom:16px;width:100%!important}.addedSkill-conatiner{background:#ecf4ffe5;border-radius:6px;margin-bottom:16px;min-height:120px;padding:12px}.addedSkill-conatiner>p{color:#9c9c9c;font-size:14px;font-weight:400;margin-bottom:8px}.added-skill-box{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.added-skill-box>div{align-items:center;background-color:#3284ff;border-radius:8px;color:#fff;display:flex;font-size:14px;gap:5px;padding:8px 12px}.added-skill-box>div svg{cursor:pointer;font-size:18px}.back-button{display:flex;font-size:16px;gap:6px;margin-bottom:16px}.salary-range-inputgrp{align-items:center;border:1px solid #d5e3f9;border-radius:8px;display:flex;flex-wrap:wrap;height:auto;margin-bottom:16px}.salary-range-inputgrp>input{border-radius:8px;font-size:14px;padding:12px;width:100%}.salary-range-inputgrp>div:first-child{background:#3284ff1a;padding:12px;width:100%}.optionalSelectOption{margin-bottom:16px;width:100%!important}.lang_child_size>div{margin-bottom:16px;width:48%}.textEditorCreateJob>div>.rsw-ce{height:150px;margin-bottom:16px;overflow-y:auto}.ql-picker-options{background-color:#fff}}.yetToApply{align-items:center;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000002e;display:flex;flex-direction:column;font-size:20px;gap:12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:24px 32px;width:100%}.yetToApply>img{height:300px;width:300px}.yetToApply>p{font-size:16px;font-weight:400;text-align:center}.yetToApply>h1{color:#000;font-size:20px;font-weight:700}.invite_buttons{background-color:#3284ff;border:initial;border-radius:8px;color:#fff;font-size:16px;font-weight:400;outline:medium none invert;outline:initial;padding:10px 14px}.invite_buttons:hover{box-shadow:0 2px 5px -1px #32325d40,0 1px 3px -1px #0000004d}.pagination-activex{background-color:#3284ff!important;color:#fff!important}.candidate_title{color:#000;font-size:24px;font-weight:600}.candidate_container{background:#fff;border-radius:12px;padding:24px;width:100%}.filterBtnGrp_cint{align-items:center;display:flex;flex-wrap:nowrap;justify-content:space-between}.filterbtns{background-color:#3284ff14;border-radius:8px;box-shadow:0 2px 8px 0 #63636333;display:flex;flex-wrap:nowrap;gap:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:3px 2px;width:560px}.filterbtns>div{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;padding:10px 0;width:117px}.active-candi-filterBtn{background-color:#3284ff;border-radius:8px;box-shadow:0 3px 1px 0 #0000000a;color:#fff;font-size:16px;font-weight:400}.filterTite{align-items:center;background-color:#ebf3ff;border-radius:8px;color:#838383;display:flex;gap:12px;justify-content:space-between;padding:8px 15px;width:350px}.filterTite>input{background-color:initial;border:initial;color:#838383;flex-grow:1;height:100%;width:70%}.filterTite>input::placeholder{color:#838383}.candi_xards{border-radius:8px;box-shadow:0 1px 2px 0 #3c40434d,0 1px 3px 1px #3c404326;padding:24px 32px}.candi_xards>div:first-child{width:60%}.user-profile0imaeg>img{border-radius:50%;height:52px;width:52px}.title-cards>h1{color:#000;font-size:20px;font-weight:700;margin:0}.title-cards>p{color:#4b4b4b;font-size:14px;font-weight:400;margin:0}.candi-join-time{background-color:#3284ff1a;border-radius:45px;font-size:12px;font-weight:400;padding:6px 15px}.candi-join-time>img{height:13px;width:13px}.candi-join-time>span:first-child{color:#000}.candi-join-time>span:last-child{color:#3283fc}.job_staus{border-radius:56px;font-size:14px;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:8px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.job_staus_shortlisted{background:#81a1031a;color:#81a103}.job_staus_hired{background:#0cbf1e1a;color:#0cbf1e}.job_staus_rejected{background:#bf420c1a;color:#bf420c}.job_staus_pending{background-color:#eaf00e47;color:#ba9003}.candi_tract_sec>div{align-items:center;display:flex;gap:8px}.candi_tract_sec>div>img{height:17px;width:17px}.skilled_cont>div{background-color:#d5e3f9;border-radius:16px;padding:8px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.select-job-menu{border-radius:12px;width:500px}.main_menu_cont,.select-job-menu{background-color:#fff;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.main_menu_cont{border:2px solid #3284ff;border-radius:12px;padding:5px 20px;z-index:200}.dropItems-job-menu{background-color:#fff;border-radius:12px;box-shadow:0 1px 2px 0 #3c40434d,0 2px 6px 2px #3c404326;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:24px 32px;width:100%}.applied_candi_menu.dropdown-toggle:after{content:none}.cards_candititle>img{border-radius:50%;height:52px;width:52px}.cards_candititle>div>h1{color:#000;font-size:16px;font-weight:700;margin:0}.cards_candititle>div>p{color:#4b4b4b;font-size:12px;font-weight:400;margin:0}.track_preferences>div{background-color:#3284ff1a;border-radius:50px;color:#3283fc;font-size:12px;font-weight:400;padding:8px 16px}.filter_candi_track>div{align-items:center;display:flex;gap:5px}.filter_candi_track>div>img{height:18px;width:18px}.job_items_box{border:2px solid #3181f980;border-radius:8px;box-shadow:2px 2px 16px 0 #00000014;max-height:400px;overflow-y:auto;padding:16px;width:100%}.job_items_box::-webkit-scrollbar{width:10px}.job_items_box::-webkit-scrollbar-track{background-color:#f4f4f4;border-radius:10px;width:6px}.job_items_box::-webkit-scrollbar-thumb{background-clip:content-box;background-color:#818b99;border:2px solid #0000;border-radius:3px;width:6px}.filtei_in_menuOption{background-color:#fff;position:-webkit-sticky;position:sticky;top:0}.filter-menu-canfd{background-color:#ebf3ff;width:200px}.dropdown-item:hover,.job_items_box>.dropdown-item:focus{background-color:initial}.dropItems-job-menu:hover{box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d}.btnGroupCandiPg{border-left:1px solid #b1b1b1;width:300px}.btnGroupCandiPg>div{align-items:center;border-radius:8px;display:flex;font-size:16px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;padding:10px;width:93%}.btnGroupCandiPg>div:first-child{border:1px solid #3284ff;color:#3284ff}.btnGroupCandiPg>div:last-child{background-color:#3284ff;color:#fff}.btnGroupCandiPg>div:hover{box-shadow:0 6px 12px -2px #32325d40,0 3px 7px -3px #0000004d;cursor:pointer}.open_job_co{background-color:#c3fce1;border-radius:4px;padding:4px 12px}.open_dot{background-color:#00be64;border-radius:50%;height:6px;width:6px}.open_job_co>span{color:#00be64;font-size:10px;font-weight:400}.close_job_co{background-color:#fcc3ce;border-radius:4px;padding:4px 12px}.close_dot{background-color:#be0022;border-radius:50%;height:6px;width:6px}.close_job_co>span{color:#be0022;font-size:10px;font-weight:400}.wrapper_menu_sj{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.filterMennuJobs{flex-grow:1;width:50%}.filterBydtsuMenu{flex-grow:1;width:30%}.active_job_brd{background-color:#fff;border:2px solid #3284ff}@media screen and (max-width:1199px){.btnGroupCandiPg{border-left:none}}@media screen and (max-width:991px){.select-job-menu,.wrapper_menu_sj{width:100%}.filterbtns{gap:.5rem;width:100%}.filterbtns>div{flex-grow:1;font-size:14px;padding:8px 0;width:auto}.filterTite{display:flex;margin-top:1rem;width:86%}.search-input-container{align-items:center;display:flex;gap:6px;justify-content:flex-start;width:auto}.search-input-container>span{color:#838383;font-size:12px}.search-input{border:1px solid #d1d1d1;border-radius:8px;font-size:12px;padding:6px 10px;width:150px}.search-input-container>img{cursor:pointer;height:16px;width:16px}}@media screen and (max-width:768px){.applied_candi_menu,.job_items_box{width:100%}.flex-md-row{flex-direction:row!important}.filterTite{display:flex;margin-top:1rem;width:86%}.search-input-container{gap:4px}.search-input{font-size:12px;padding:6px 8px;width:120px}.search-input-container>img{height:14px;width:14px}.search-input-container>span{font-size:10px}}@media screen and (max-width:576px){.candidate_container{padding:24px 0}.filterBydtsuMenu,.filterMennuJobs{width:100%}.footer-pagination{display:flex;flex-wrap:wrap;justify-content:center;padding-bottom:20px;width:100%}.pagination-btn{background-color:#fff;border:1px solid #3284ff;border-radius:4px;color:#3284ff;cursor:pointer;font-size:14px;font-weight:600;margin:4px;padding:8px 16px;transition:background-color .3s ease,color .3s ease}.pagination-btn:hover{background-color:#3284ff;color:#fff}.pagination-btn:disabled{background-color:#f4f4f4;color:#aaa;cursor:not-allowed}.pagination-btn.pagination-active{background-color:#3284ff;color:#fff;font-weight:700}.pagination-btn .fa-angle-left,.pagination-btn .fa-angle-right{font-size:18px}.d-flex.align-items-center.gap-2{align-items:center;display:flex;gap:8px}.pagination-btn{font-size:12px;padding:6px 12px}.d-flex.align-items-center.gap-2{justify-content:center}.flex-md-row{flex-direction:row!important}}@media screen and (max-width:457px){.flex-md-row{flex-direction:row!important}}.job_items_box::-webkit-scrollbar{display:none}.job_items_box{overflow:hidden}.candidates_profile_main{background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;overflow-y:auto;position:fixed;top:0;width:100%;z-index:99}.candidates_profile_main::-webkit-scrollbar{display:none}.modal_box_profile{background-color:#fff;border-radius:10px;margin-bottom:2rem;margin-top:6rem;padding:34px 27px;width:760px}.midal-title,.modal_box_profile{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.midal-title{display:flex;justify-content:space-between;width:100%}.midal-title>svg:hover{border-radius:8px;box-shadow:0 5px 15px #00000059;color:#df3636;cursor:pointer}.profile_headers{gap:1rem}.profile_headers>img{border-radius:50%;height:50px;width:50px}.candi-name>h1{color:#000;font-size:17px;font-weight:700}.candi-name>p{color:#4b4b4b;margin:0}.candi-name>p,.join-time{font-size:12px;font-weight:400}.join-time{align-items:center;background-color:#3284ff1a;border-radius:13px;color:#3283fc;display:flex;gap:8px;padding:7px 14px}.join-time>span{color:#000;font-size:12px;font-weight:400}.join-time>img{height:16px;width:16px}.candi-contact{width:278px}.candi-contact span{color:#000c;font-size:12px;font-weight:400}.skill_candi>h1{color:#000;font-size:16px;font-weight:700}.skill_candi>div>span{background-color:#e4e4e4;border-radius:10px;color:#686868;padding:7px 14px}#resumeSize>div *{border-radius:9px}.candi_header>button{align-items:center;display:flex;justify-content:space-between}.candi_extra_items>p{font-size:12px}tbody tr,td{border:initial;border-top:initial;text-align:left}.pdf-viewportal{aspect-ratio:4/3}.call_text_typo{align-items:center;display:flex;font-size:12px;gap:3px;text-decoration:none}@media screen and (max-width:576px){.modal_box_profile{width:95%}}.loader_main{align-items:center;background:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.loader{animation:spin 2s linear infinite;border:6px solid #d7d7d7;border-radius:50%;border-top-color:#3498db;height:60px;width:60px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.custom-close-btn{border-radius:10px;margin-top:5rem;width:60%!important}.custom-close-btn>div>button.btn-close{--bs-btn-close-bg:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAADPSURBVHgBlZMLEcIwDIaTKEDCJOzmAAdIGArAAaAAHIADDgVDwa4SpmTlT3lcj6Vdl7vemsf3t1mu7JumJaIDjeOanRuowHxdVyRyx/YhABXSQBcSZXCHba2+4NQnRLYlIhGsNSfu+yNHyRbJK7aD1Y4Fa5z/ikyRFDwRsERCMAGbAhORt5lw1jDePZb/rHOqThI3qPDZRaFNajpiwlHPcyPmHPztOTdinoOjvCnCJXBOhEvhlIjAaWnBnHHq7fdjmS96g5U6SDhaYODCa3wBfieaMHvoYLEAAAAASUVORK5CYII=);--bs-btn-close-opacity:0.9}.icon_name_box>img{border-radius:50%;height:60px;width:60px}.icon_name_box>div>p{margin:0}.title_text{color:#000;font-size:20px;font-weight:700}.icon_name_box>div>p:first-child{color:#000;font-size:18px;font-weight:700}.icon_name_box>div>p:last-child{color:#4b4b4b;font-size:12px;font-weight:400}.join_status_box{background-color:#3284ff1a;border-radius:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:180px;padding:8px 16px}.join_status_box>img{width:14px}.join_status_box>span{color:#000}.join_status_box>span:last-child{color:#3283fc}.address_section{width:100%}.address_section>div:first-child{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.address_section>p:last-child img{width:24px}.address_section p{margin:0}.address_section img{width:16px}.skill_section>div{background-color:#e4e4e4;border-radius:9px;padding:8px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.candi_extra_items>p{color:#b1b1b1;font-size:14px;font-weight:400;margin:0;text-transform:capitalize}.candi_extra_items>h1{color:#000;font-size:16px;font-weight:400;text-transform:capitalize}.loader_container{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.resume_view{border:.43px solid #3284ff;border-radius:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.resume_view,.resume_view>div{background-color:#3284ff0d;transition:all .5s ease-in-out}.resume_view>div{padding:10px 14px}.openResume{opacity:1;transform:scaleY(1)}.openResume,.resumeClose{overflow:hidden;transition:all .5s ease-in-out}.candi_header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;width:100%}.candi_header>h1{color:#000;font-size:18px;font-weight:700;margin:0}.download-btn{border:.85px solid #5e5e5e;border-radius:7px;cursor:pointer;padding:7px 14px}.download-btn:hover{box-shadow:0 5px 15px #00000059}.preview-btn{align-items:center;display:flex;gap:2px}.preview-btn>span{color:#3284ff;font-size:14px;font-weight:400}.preview-btn>span:hover,.preview-btn>svg:hover{cursor:pointer}.rotation{transform:rotate(180deg);transition:transform .3s ease-in-out}.SAKLDNAKWK{color:#5e5e5e;font-size:14px;text-decoration:none}.job_staus_btn{align-items:center;border-radius:56px;border-radius:8px;display:flex;flex-grow:1;font-size:14px;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;height:40px;justify-content:center;padding:8px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:220px}.job_staus_shortlisted_btn{background:#3284ff;color:#fff}.job_staus_hired_btn{background:#09a62c;color:#fff}.job_staus_rejected_btn{background:#fff;border:1px solid #ff3232;color:#bf420c}.job_staus_btn:hover{box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;cursor:pointer}.job_status_buttons{display:flex;flex-wrap:nowrap;gap:10px;justify-content:space-between;width:100%}.job_staus_btn{flex:1 1;text-align:center}@media screen and (max-width:765px){.custom-close-btn{width:90%!important}.address_section{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}@media screen and (max-width:570px){.address_section{width:100%}}.back-naviagate-arrow-grp{align-items:center;color:#3284ff;display:flex;font-size:16px;font-weight:700;gap:6px}.back-naviagate-arrow-grp>span,.back-naviagate-arrow-grp>svg{cursor:pointer}.spinner_container{align-items:center;display:flex;height:100vh;justify-content:center;position:fixed;top:0;width:100%;z-index:1000}.postedJobDetails_main>div>div:first-child{flex-grow:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;height:82vh;overflow-y:auto;width:50%}.postedJobDetails_main>div>div:last-child{flex-grow:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:30%}.jobDetails_main{width:100%}.highlight-skills>span{color:#4b4b4b;font-size:16px;font-weight:700}.skill-section-job-card>div{background-color:#d5e3f9;border-radius:8px;color:#1e1e1e;font-size:14px;font-weight:400;padding:8px 16px}.button-section-jobCard>button{align-items:center;border-radius:8px;border-width:1px;display:flex;flex-grow:1;font-size:16px;gap:10px;justify-content:center;width:210px}.button-section-jobCard>button:first-child{flex-grow:1;width:40%}.job-description-container>div>h1,.job-description-container>div>h1 *,.job-description-container>div>h3,.job-description-container>div>h3 *{color:#000!important;font-size:20px!important;font-weight:700!important}.job-description-container>div>p,.job-description-container>div>span{background-color:initial;background:#0000 none repeat 0 0/auto auto padding-box border-box scroll!important;background:initial!important;color:#4b4b4b!important;font-size:16px;font-weight:400}.compy-logo-box{border:8px}.compy-applied-title-descr>h1,.compy-title-descr>h1{color:#000;font-size:20px;font-weight:700;text-transform:capitalize}.similar-job-header>p{color:#4b4b4b;font-size:16px;font-weight:400}.highlight-skills>div{padding:8px 32px}.candidateDetailsCard>div{background:#3284ff1a;border-radius:56px;color:#3283fc;font-size:14px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:12px 32px;text-transform:capitalize;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.similar-job-card{background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000002e;padding:24px}.compy-logo-box{height:55px;width:55px}.compy-logo-box>img{border:1px solid #00000030;border-radius:50%;height:100%;object-fit:cover;width:100%}.compy-applied-title-descr>p,.compy-title-descr>p{color:#4b4b4b;font-size:14px;font-weight:400;line-height:normal;margin:0;text-transform:capitalize}.compay-benif>div{align-items:center;display:flex;gap:5px}.compay-benif>div>img{height:25px;width:25px}.highlight-skills>div{background:#3284ff1a;border-radius:56px;color:#3283fc;font-size:14px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:8px 16px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.job-details-descrip{color:#4b4b4b;font-size:14px;font-weight:400}.fill-bg-button,.out-line-button{background-color:#fff;border:1px solid #3284ff;border-radius:8px;color:#3284ff;flex-grow:1;font-size:16px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;outline:none;padding:12px 25px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:170px}.fill-bg-button{background-color:#3284ff;color:#fff;flex-grow:1}.out-line-button:hover{box-shadow:0 5px 15px #00000059}.anticon{color:#3284ff;font-size:15px}.applied-candidates-wrapper>h1,.job-details-wrapper>h1{color:#000;font-size:24px;font-weight:700}.postedJobDetails_main>div>div:last-child{height:79vh;overflow-y:auto}.job-details-wrapper::-webkit-scrollbar,.postedJobDetails_main>div>div:last-child::-webkit-scrollbar{display:none}.appliedCandidatesListTitle{align-items:center;color:#000;display:flex;flex-wrap:wrap;font-size:24px;font-weight:700;gap:8px;justify-content:space-between}.appliedCandidatesListTitle span{color:#3284ff;cursor:pointer}.appliedCandidatesListTitle>span{font-size:19px;font-weight:700}.active-status{border-radius:6px;float:right}.blosed-job-btn{background-color:#fcc3ce;border:initial;color:#be0022}.blosed-job-btn:hover{box-shadow:0 3px 8px #0000003d}.button-section-jobCard>button>.spinner-border{height:25px;width:25px}.candiApp-qulify>img{height:16px;width:16px}.candiApp-qulify>span{color:#232323;font-size:14px;font-weight:400}.dnkjsa{color:#3284ff;font-size:16px;font-weight:400;text-decoration:none}.hoverDisbledPage:hover{box-shadow:none!important;cursor:default}@media screen and (max-width:768px){.postedJobDetails_main>div>div:first-child,.postedJobDetails_main>div>div:last-child{width:100%}.similar-job-card{padding:20px}}@media screen and (max-width:637px){.postedJobDetails_main{padding:10px;width:100%}.back-naviagate-arrow-grp{align-items:center;font-size:14px;gap:6px}.back-naviagate-arrow-grp>svg{font-size:18px}.back-naviagate-arrow-grp>span{cursor:pointer;font-size:16px}.postedJobDetails_main>div>div:first-child,.postedJobDetails_main>div>div:last-child{margin-bottom:20px;padding:0 15px;width:100%}.applied-candidates-wrapper,.job-details-wrapper{padding:16px;width:100%}.spinner_container{align-items:center;display:flex;height:100vh;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:1000}.applied-candidates-wrapper>h1,.appliedCandidatesListTitle,.job-details-wrapper>h1{font-size:20px}.appliedCandidatesListTitle>span{font-size:16px;font-weight:600}.job-description-container>div>h1,.job-description-container>div>h3{font-size:18px}.job-description-container>div>p,.job-description-container>div>span{font-size:14px}.button-section-jobCard>button,.fill-bg-button,.out-line-button{font-size:14px;margin-bottom:10px;padding:10px 20px;width:100%}.highlight-skills>div,.skill-section-job-card>div{font-size:12px;padding:6px 12px}.highlight-skills>span{font-size:14px}.similar-job-card{margin-bottom:20px;padding:16px;width:100%}.compy-logo-box{height:40px;width:40px}.compy-logo-box>img{border-radius:50%;height:100%;width:100%}.compay-benif>div{font-size:12px;gap:5px}.compay-benif>div>img{height:20px;width:20px}.active-status,.closed-status{font-size:10px;padding:4px 10px}.postedJobDetails_main>div>div:first-child,.postedJobDetails_main>div>div:last-child{height:auto;overflow-y:auto;padding:16px}.compy-logo-box img{height:auto;max-width:100%}.candiApp-qulify>img{height:14px;width:14px}.candiApp-qulify>span{font-size:12px}.candidateDetailsCard>div{font-size:12px;padding:10px 20px}.fill-bg-button{background-color:#3284ff;color:#fff}.applied-candidates-wrapper::-webkit-scrollbar,.job-details-wrapper::-webkit-scrollbar{display:none}}@media screen and (max-width:558px){.back-naviagate-arrow-grp{align-items:center;font-size:12px;gap:4px}.similar-job-card{margin-bottom:20px;padding:16px;width:100%}.both-job-applied{display:flex;flex-direction:column}.back-naviagate-arrow-grp>svg{font-size:16px}.back-naviagate-arrow-grp>span{font-size:14px}.postedJobDetails_main{padding:8px}.button-section-jobCard>button,.fill-bg-button,.out-line-button{font-size:12px;padding:8px 16px;width:100%}.highlight-skills>div{font-size:10px;padding:5px 10px}.compay-benif>div>img{height:15px;width:15px}.candiApp-qulify>img{height:12px;width:12px}.compy-logo-box{height:35px;width:35px}.candidateDetailsCard>div{font-size:10px;padding:8px 16px}.compy-logo-box img{height:auto;max-width:100%}.appliedCandidatesListTitle{font-size:16px;gap:6px}.active-status,.closed-status{font-size:8px;padding:4px 8px}}@media screen and (max-width:525px){.postedJobDetails_main{align-items:center;display:flex;flex-direction:column;padding:10px}.postedJobDetails_main>div>div:first-child,.postedJobDetails_main>div>div:last-child{height:auto;overflow:hidden;padding:10px;width:100%}.button-section-jobCard>button{font-size:14px;padding:10px;width:100%}.applied-candidates-wrapper h1,.job-details-wrapper h1{font-size:18px}.job-description-container>div>h1,.job-description-container>div>h3{font-size:16px!important}.job-description-container>div>p,.job-description-container>div>span{font-size:14px!important}.compy-logo-box{height:45px;width:45px}.spinner_container{height:auto;position:relative}.postedJobDetails_main>div>div:first-child,.postedJobDetails_main>div>div:last-child{overflow:visible}}@media screen and (max-width:470px){.postedJobDetails_main{align-items:center;display:flex;flex-direction:column;height:100vh;overflow-y:auto;padding:5px;width:100%}.postedJobDetails_main>div{display:flex;flex-direction:column;max-width:100%;width:100%}.applied-candidates-wrapper,.job-description-container{box-sizing:border-box;overflow-wrap:break-word;padding:5%;width:100%}.applied-candidates-wrapper{flex-grow:1;max-width:100%}.candidateDetailsCard{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;width:100%}.candidateDetailsCard>div{font-size:clamp(10px,3vw,14px);padding:6px;text-align:center;width:100%}.button-section-jobCard>button{font-size:clamp(10px,3vw,14px);padding:8px;width:100%}.active-status,.closed-status{font-size:clamp(8px,2.5vw,12px);padding:4px 6px}.postedJobDetails_main>div>div{max-width:100%;min-width:100%;overflow:hidden;text-overflow:ellipsis;width:100%}}.company-profile-main{background:#fff;border-radius:12px;box-shadow:0 0 16px 0 #0000000d;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:40px 48px;width:100%}.profile-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.profile-header>h1{word-wrap:break-word;color:#000;flex-grow:1;font-size:24px;font-weight:700;margin:0}.profile-header>button{flex-shrink:0;min-width:170px;padding:0}.editProfile-btn-group>button,.profile-header>button{font-family:700;font-size:16px;height:40px;width:170px}.editProfile-btn-group>button{margin-top:10px}.company-logo-box{border-radius:12px;height:65px;width:65px}.company-logo-box>img{border-radius:inherit;height:100%;width:100%}.company-title-name>h1{color:#000;font-size:32px;font-weight:700;margin:0}.profile-about{border:1px solid #3284ff33;border-radius:12px;padding:24px}.profile-about>h1{color:#000;font-size:20px;font-weight:700}.profile-about>div{color:#979797;font-size:16px;font-weight:400}.profile-input-group>div{width:45%}.profile-input-group>div>input,.profile-input-group>div>textarea{border-radius:8px;border-top:1px solid #d5e3f9;color:#979797;font-size:16px;font-weight:400}.custom-input{border:1px solid #3284ff!important;transition:border .2s ease-in-out}.custom-input,.custom-input:focus{box-shadow:none!important;outline:none}.custom-input:focus{border:2px solid #3284ff!important}.Edit-company-logo-box{align-items:center;display:flex;flex-direction:column;gap:1rem;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Edit-company-logo-box>img{border-radius:12px;height:120px;width:120px}.Edit-company-logo-box>button{font-size:14px;font-weight:400;height:30px;width:144px}.company-title-edit>div>input{border:1px solid #3284ff;border-radius:8px;color:#383737;font-size:16px;font-weight:400}@media screen and (max-width:998px){.profile-header>button{font-size:14px;margin-top:8px;padding:10px;text-align:center;width:100%}.editProfile-btn-group>button{font-size:14px;padding:10px;width:225px}#edit-co-btn{font-size:14px;padding:10px;width:100%}.profile-header>h1{font-size:20px}}@media screen and (max-width:872px){.profile-header{align-items:flex-start;flex-direction:column;gap:10px}.profile-header>h1{font-size:20px;margin-bottom:8px}.profile-header>button{font-size:14px;margin-top:8px;min-width:0;min-width:auto;text-align:center;width:100%}.editProfile-btn-group>button{font-size:15px;padding:10px;width:211px}.company-logo-box{height:50px;width:50px}.company-logo-box>img{border-radius:50%;height:100%;width:100%}.company-title-name>h1{font-size:26px}.company-profile-main{padding:40px 16px}#edit-co-btn{font-size:14px;width:100%!important}}@media screen and (max-width:861px){.profile-header{align-items:flex-start;flex-direction:column;gap:10px}.profile-header>h1{font-size:20px;margin-bottom:8px}.profile-header>button{font-size:14px;margin-top:8px;width:100%}.company-logo-box{height:50px;width:50px}.company-logo-box>img{border-radius:50%;height:100%;width:100%}.company-title-name>h1{font-size:24px}.company-profile-main{padding:40px 16px}.profile-input-group{flex-direction:column;gap:16px}.profile-input-group>div,.profile-input-group>div>input,.profile-input-group>div>textarea{width:100%}.editProfile-btn-group>button{font-size:14px;width:206px}#edit-co-btn{font-size:14px;width:100%}.profile-about{padding:16px}.profile-about>h1{font-size:18px}.profile-about>div{font-size:14px}}@media screen and (max-width:578px){.company-title-name>h1{font-size:20px}.company-profile-main{padding:16px}.profile-input-group{flex-direction:column}.profile-input-group>div,.profile-input-group>div>input,.profile-input-group>div>textarea{width:100%}.editProfile-btn-group>button{font-size:14px;width:169px}.profile-header{align-items:flex-start;flex-direction:column;gap:8px}.profile-header>h1{font-size:18px;margin-bottom:8px}.profile-header>button{font-size:14px;text-align:center;width:100%}.company-logo-box{height:50px;width:50px}.company-title-name>h1{font-size:22px}.company-profile-main{padding:40px 16px}#edit-co-btn{font-size:14px;width:100%}}@media screen and (max-width:447px){.profile-header>button{font-size:14px;margin-top:8px;text-align:center;width:100%}.editProfile-btn-group>button{font-size:14px;width:80px}#edit-co-btn{font-size:14px;width:100%}}.job_post_main_index{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.job_container,.main_empty{background:#fff;border-radius:12px;box-shadow:0 0 16px 0 #0000000d;padding:40px 48px}.main_empty{height:84vh;width:100%}.main_empty>h1{color:#000;font-size:24px;font-weight:700}.empty-container>p{color:#979797;font-size:20px;font-weight:400}.empty-container>button{width:40%}.empty-container>img{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:400px}.job-post-card-container{flex-grow:1;height:100vh;overflow-y:auto;width:100%}.job-post-card-container::-webkit-scrollbar{display:none}.job-post-search-header{background:#fff;border-radius:8px;box-shadow:0 0 16px 0 #0000000a;padding:16px}.job-post-search-body{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.job-post-search-header>form{width:100%}.job-post-serch-input{background:#ebf3ff;border-radius:8px;color:#838383;gap:8px;padding:4px 10px;width:300px}.job-post-intersect-line{color:#d2d2d2;font-size:26px;font-weight:400;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.job-post-serch-input>input{background-color:initial;border:initial;color:#838383;flex-grow:1;outline:none;padding:4px 5px;width:80%}.job-post-search-btn{background-color:#3284ff;border:1px solid #00034533;border-radius:8px;color:#fff;font-family:400;font-size:16px;height:40px;min-width:140px;padding:4px 10px}.job-post-vailable-para{color:#000;font-size:20px;font-weight:700;margin:0}.job-post-vailable-para>span{color:#3284ff}.job-post-cards{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000002e;gap:2rem;padding:24px 32px;width:100%}.job-post-cards,.job-post-right-container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.job-post-right-container{border-right:1px solid #b1b1b1;padding:0 24px;width:70%}.job-post-cards-btn-box{align-items:center;display:flex;flex-direction:column;gap:8px;justify-content:center;width:145px}.job-post-outline-btn{background-color:#fff;border:1px solid #3284ff;border-radius:8px;color:#3284ff;font-size:16px;font-weight:400;height:40px;min-width:140px;outline:none}.job-post-outline-btn:hover,.job-post-search-btn:hover{box-shadow:0 5px 15px #00000059}.job-post-card-header{width:100%}.job-post-company-title>div:first-child{border-radius:8px;height:50px;width:50px}.job-post-company-title>div:first-child>img{border-radius:inherit;height:100%;width:100%}.job-post-compay-name{text-transform:capitalize}.job-post-compay-name>h1{color:#000;font-size:20px;font-weight:700;margin:0}.job-post-compay-name>p,.job-post-date{color:#4b4b4b;font-size:14px;font-weight:400}.job-post-conadtion-box{align-items:center;display:flex;flex-wrap:wrap;gap:2rem;justify-content:flex-start}.job-post-conadtion-box>div{align-items:center;display:flex;gap:5px}.job-post-conadtion-box>div>img{height:18px;width:18px}.job-post-conadtion-box>div>span{color:#807f7f;font-size:14px;font-weight:400}.pagination-active{background-color:#3284ff!important;color:#fff!important}.posted_date{color:#4b4b4b;font-size:16px;font-weight:400}.job-post-preferences>span{background:#3284ff1a;border-radius:56px;color:#3283fc;font-size:14px;font-weight:400;padding:8px 24px;text-transform:capitalize}.job-post-desp-inCard{color:#4b4b4b;font-size:14px;font-weight:400}.job-post-company-req-skills>span{background-color:#d5e3f9;border-radius:8px;padding:8px 16px}.closed-status{background-color:#fcc3ce;color:#be0022}.active-status,.closed-status{align-items:center;border-radius:4px;display:flex;font-size:10px;font-weight:400;gap:6px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:4px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.active-status{background-color:#c3fce1;color:#00be64}.green_dot{background-color:#00be64}.green_dot,.red_dot{border-radius:50%;height:4px;width:4px}.red_dot{background-color:#be0022}#jopPostBtn{font-size:16px;font-weight:700}.closed_hiring{background-color:#fff4ef;border:initial;color:#be0022}.filterOption_postedJob{background:#fff;border-radius:12px;padding:12px 16px}.jobFilterBtnGrp{background-color:#3284ff14;border-radius:8px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:3px 2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.jobFilterBtnGrp>button{background-color:initial;border:initial;border-radius:inherit;color:#000;font-size:16px;font-weight:400;height:40px;outline:none;width:118px}.jobFilterBtnGrp>button:hover{background-color:#00000010}.filterInputGrp{background-color:#ebf3ff;border-radius:8px;color:#838383;padding:5px 16px;width:300px}.filterInputGrp>input{background-color:initial;border:initial;color:#000}.jobPostFilterButton{background-color:#3284ff!important;box-shadow:0 3px 8px 0 #0000001f;color:#fff!important}@media screen and (max-width:1186px){.job-post-serch-input{flex-grow:1}}@media screen and (max-width:973px){.job-post-cards-btn-box{align-items:center;display:flex;flex-wrap:nowrap;gap:8px;justify-content:space-between;width:100%}.job-post-cards-btn-box>button{margin:0;width:48%}.job-post-right-container{border-right:none}}@media screen and (max-width:802px){.filterInputGrp{align-items:center;display:flex;gap:10px;width:100%}.filterInputGrp svg{font-size:18px;margin-right:10px}.filterInputGrp input{padding:8px 12px;width:100%}}@media screen and (max-width:767px){.job-post-input-field-group{flex-direction:column!important;gap:20px;width:100%!important}.inbuild-selectOption{width:100%}.textEditorCreateJob{width:100%!important}.job-post-cards{padding:16px 10px}.form-control{margin-bottom:15px;width:100%!important}.salary-range-inputgrp{flex-direction:column;gap:10px}.job-post-cards-btn-box>button{width:100%!important}.job-post-input-field-group label{font-size:14px}.job-details-form{width:100%}.inbuild-selectOption>Select{width:100%!important}.footer-pagination .pagination-btn{font-size:12px;padding:8px 12px}.footer-pagination{flex-direction:column;gap:5px}}@media screen and (max-width:575px){.job-post-conadtion-box{gap:10px}.active-status{display:none}.job-post-cards-btn-box{width:100%}.job-post-cards-btn-box>button{flex-grow:1}.job-post-cards{padding:18px 10px}.job-post-right-container{border:none;padding:0}.jobFilterBtnGrp>button{width:74px}.jobFilterBtnGrp{flex-grow:1;justify-content:space-around}.filterInputGrp{flex-grow:1}.footer-pagination .pagination-btn{font-size:12px;gap:2px;padding:6px 10px;text-align:center;white-space:normal}.footer-pagination .pagination-btn>svg{font-size:14px}.footer-pagination{background-color:#fff;background-color:#3284ff;background-color:#f4f4f4;border:1px solid #3284ff;border-radius:8px;color:#3284ff;color:#fff;color:#aaa;cursor:pointer;cursor:not-allowed;display:flex;display:flex;flex-direction:column;flex-wrap:wrap;font-size:16px;font-size:18px;font-size:12px;font-size:12px;gap:5px;gap:4px;justify-content:center;margin-top:10px;margin:4px;order:-1;padding-bottom:20px;padding:8px 16px;padding:5px 8px;position:relative;text-align:center;transition:background-color .3s ease,color .3s ease;white-space:normal;width:100%}}.main_login{align-items:center;display:flex;height:100vh;justify-content:center;width:100%}.switch-pannel-button{position:absolute;right:40px;top:20px}.form-inputPass{background:#0000;border:none;color:#383838;height:100%;outline:none;padding:8px 12px;width:90%}.login_box{background:#bcd7ff;border-radius:5px;box-shadow:0 0 10px 0 #0000004d;display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:space-around;padding:1rem 2rem;width:480px}.rememberMe{align-items:center;display:flex;gap:5px}.forgotPassword{color:#3284ff;cursor:pointer;font-size:14px;font-weight:500;text-decoration:underline}.rememberMe>label{color:#000;font-size:16px;font-weight:400}.rememberMe>input{height:15px;width:20px}.form-input{align-items:center;background-color:#fff;border:1px solid #3284ff;border-radius:8px;display:flex;font-size:18px;font-weight:400;height:43px;justify-content:center;margin-top:5px;outline:none;padding:8px 12px;width:100%}.login_box>img{height:53px;margin:0 auto;width:200px}.left-color-box{background:linear-gradient(269.65deg,#bcd7ff .33%,#3284ff 107.04%);height:100%;width:750px}.eye-hover:hover{cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.right-image-box{align-items:center;display:flex;height:100%;justify-content:center;padding:1rem;width:100%}.right-image-box>div{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:700px}.right-image-box>div>img{height:100%;width:100%}.role-image{height:16px;width:18px}.auth-box-adjust{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;right:0;width:90%}.auth-box-adjust-gorgot,.auth-box-adjust-signUp{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;position:absolute;right:0;width:86%}.inputName{color:#383838;font-size:18px;font-weight:400;letter-spacing:.05%}.AuthTitle{color:#000;font-size:29px;font-weight:700;margin-bottom:10px;text-align:center}.roleOption{color:#383838;font-size:18px;font-weight:400}.authbtn{background:#3284ff;border:1px solid #00034533;border-radius:35px;box-shadow:1px 1px 5px 0 #0003;color:#fff;font-size:20px;font-weight:400;padding:5px 20px;width:100%}.authbtn:hover{background-color:#1965d7;border-color:#3284ff}.dntAccSignUp{color:#383838;font-size:16px;font-weight:400;text-align:center}.dntAccSignUp>span{color:red;cursor:pointer;font-size:14px;font-weight:500;text-decoration:underline}.registerd-image-size_comp{height:570px;width:470px}.switchTo>a{color:#000;text-decoration:none}.image_container_assign,.image_container_assign-cpm{align-items:center;display:flex;flex-grow:1;padding-right:4rem;width:55%}.fogot_img_res{align-items:center;display:flex;padding-right:4rem;width:46%}.fogot_img_res>img,.image_container_assign>img{flex-grow:1;width:60%}.image_container_assign-cpm>img{width:80%}.urlAnckro{color:#383838;font-size:16px;font-weight:400;padding:0;text-decoration:none}@media screen and (max-width:1000px){.right-image-box>div{width:100%}}@media screen and (max-width:800px){.fogot_img_res,.image_container_assign,.image_container_assign-cpm{display:none!important}}@media screen and (max-width:540px){.login_box{width:100%}.auth-box-adjust-gorgot{display:flex;justify-content:center;right:auto;width:95%}.auth-box-adjust,.auth-box-adjust-signUp{padding:1rem;right:auto}.login_box>img{width:100%}.form-inputPass{width:80%}}.fallback_container{background-color:#f9fafbe5;height:100vh;width:100%}.fallback_container>img{height:400px;width:400px}.fallback_container>h1{font-size:24px;font-weight:600}.fallback_container>div>svg{cursor:pointer}.billingNinvoice_main{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.billingNinvoice_main>h1{color:#000;font-size:24px;font-weight:700;margin-bottom:1rem;margin-top:2rem}.active-plan-card{background-color:#fff;border-radius:12px;padding:1rem 16px}.download_menuIcon>img{cursor:pointer;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:30px}.download_menuIcon>svg{border-radius:50%;padding:5px}.download_menuIcon>svg:hover{background-color:#b9bec120;color:#b9bec1;cursor:pointer}.leftSide-section{display:flex;flex-direction:column;justify-content:flex-end}.leftSide-section p:first-child{color:#3284ff;font-size:20px;font-weight:700}.leftSide-section p:nth-child(2){color:#4b4b4b;font-size:16px;font-weight:400;margin-bottom:0}.leftSide-section h2{color:#000;font-size:24px;font-weight:700;margin:0}.leftSide_wraper>button{background:linear-gradient(90deg,#b57344,#deb237 60.67%);border:initial;border-radius:8px;color:#fff;font-family:Inria Sans;font-size:16px;font-weight:700;line-height:19.18px;outline:none;padding:10px;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none;width:200px}.leftSide_wraper>div:first-child>div span:first-child{color:#000;font-size:32px;font-weight:700}.leftSide_wraper>div:first-child>div span:last-child{color:#b9bec1;font-size:16px;font-weight:400;margin-left:5px}.table_billing_dwn_section>div:first-child{flex-grow:1;width:400px}.table_billing_dwn_section>div:first-child>h1{color:#2c2c2c;font-size:20px;font-weight:700}.table_billing_dwn_section>div:first-child>p{color:#696969;font-size:14px;font-weight:400}.table_billing_dwn_section>div:last-child{min-width:150px}.tnx_htry_table{flex-grow:1;overflow-x:auto}.tnx_htry_table::-webkit-scrollbar{height:6px}.tnx_htry_table>table{flex-grow:1;min-width:991px}.tnx_htry_table>table>thead>tr>th{border:initial;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:150px}.tnx_htry_table>table>tbody>tr{background-color:#fff;border-radius:12px;padding:10px 0;width:100%}.tnx_htry_table>table>tbody>tr>td:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.tnx_htry_table>table>tbody>tr>td:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.tnx_htry_table td,.tnx_htry_table th{font-size:14px;font-weight:400;padding:4px 16px}.tnx_htry_table td{color:#000}.tnx_htry_table th{color:#5e5e5e}.tnx_htry_table th>.make_res{align-items:center;display:flex;gap:5px}.rorate{transition:transform .3s ease}.rotate-active{transform:rotate(180deg)}.dwnld_btn{border:2px solid #3284ff;border-radius:45px;color:#3284ff;font-size:14px;font-weight:400;padding:6px 16px;text-align:center}.dwnld_btn:hover{box-shadow:0 5px 15px #00000059;cursor:pointer}.tnx_htry_table>table{border-collapse:initial;border-spacing:0 12px}.pending{background-color:#fff5dc;color:#e2b102;letter-spacing:.8px;padding:4px 22px}.paid,.pending{border-radius:25px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.paid{background-color:#e1ffdc;color:#07a104;font-size:14px;font-weight:400;padding:4px 16px;text-align:center;width:75px}@media screen and (max-width:991px){.leftSide_wraper>button{width:80%}}@media screen and (max-width:768px){.leftSide_wraper>button{width:190px}}.subscriptionPlan_main{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.subscriptionPlan_main>h1{color:#000;font-size:28px;font-weight:700}.subscri_plan{background-color:#fff;border-radius:12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:32px;width:100%}.subscri_plan>div>h1{color:#000;font-size:40px;font-weight:700;text-align:center}.subscri_plan>div>p{color:#5e5e5e;font-size:16px;font-weight:400;text-align:center}.btn_group{align-items:center;background-color:#e1ecfa;border-radius:100px;display:flex;justify-content:space-between;margin:0 auto;padding:4px 8px;width:310px}.btn_group>button>span{font-size:12px}.btn_group>button{background-color:initial;border:none;color:#3284ff;flex-grow:1;font-size:16px;font-weight:400;letter-spacing:.8px;overflow:visible;overflow:initial;padding:6px 10px;width:45%}button.active_subsBtn{background-color:#3284ff;border-radius:80px;color:#fff}.offer_card{background-color:#f3f8ff;border-radius:30px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px 0 #0000000f;height:400px;width:280px}.offer_card:hover{cursor:pointer;transform:scale(1.01)}.offer_card>div>p{color:#000;font-size:16px;font-weight:700}.offer_card>div>div>span:first-child{color:#000;font-size:36px;font-weight:700;letter-spacing:.8px}.offer_card>div>div>span:last-child{color:#b9bec1;font-size:16px;font-weight:400;letter-spacing:.8px}.feature-list>li{align-items:center;color:#000;display:flex;font-size:14px;font-weight:300;gap:8px;list-style-type:none;margin-bottom:.5rem;width:100%}.tick_box{align-items:center;background-color:#d3dade;border-radius:50%;display:inline-block;display:flex;height:20px;justify-content:center;width:20px}.active_offer_card{box-shadow:0 0 8px #3284ff!important}.tick_box img{height:50%;width:50%}.choose_plan{background-color:#3284ff;border:none;border-radius:50px;color:#fff;font-size:16px;font-weight:400;margin:0 auto;outline:medium none invert;outline:initial;padding:10px;width:90%}.choose_plan:hover{box-shadow:0 2px 5px -1px #32325d40,0 1px 3px -1px #0000004d}div.most_popular{background:linear-gradient(#3284ffa6,#3284ff80) padding-box,linear-gradient(90deg,#3284ffb8,#3284ffa8) border-box;border:8px solid #0000}div.most_popular ul li,div.most_popular>div>div span:first-child,div.most_popular>div>div span:last-child,div.most_popular>div>p{color:#fff}div.most_popular>button{background-color:#fff;color:#3284ff}.most_popular{position:relative;top:-60px}.duration-toggle{display:flex;gap:8px;margin-top:15px}.toggle-btn{background:#fff;border:1px solid #ddd;border-radius:4px;cursor:pointer;padding:8px 16px;transition:all .3s ease}.toggle-btn.active{background:#3284ff;border-color:#3284ff;color:#fff}.toggle-btn:disabled{cursor:not-allowed;opacity:.6}.offer_card{border:1px solid #eee;border-radius:8px;transition:all .3s ease;width:300px}.offer_card:hover{box-shadow:0 4px 8px #0000001a}@media (max-width:768px){.offer_card{width:100%}.duration-toggle{flex-direction:column}}@media screen and (max-width:1100px){.most_popular{position:static;top:0}}@media screen and (max-width:576px){.btn_group{width:100%}.btn_group>button>span{font-size:8px}.offer_card{width:100%}}.main_support_container{background-color:#fff;border-radius:12px;padding:24px}.helpNsupport_main,.main_support_container{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.help_support_title{color:#000;font-size:30px;font-weight:700}.helpNsupport_main>div:first-child{min-width:200px;width:30%}.helpNsupport_main>div:last-child{flex-grow:1;width:60%}.seachInput{border:2px solid #3284ff80;border-radius:8px;color:#3284ff;padding:6px 10px}.seachInput>input{border:none;color:#000c;flex-grow:1;height:100%;outline:medium none invert;outline:initial;width:80%}.seachInput>input::placeholder{color:#3284ff}.catgory_items{border-radius:8px;color:#000c;font-size:18px;font-weight:400;padding:8px 16px}.catgory_items:hover{background-color:#3284ff10;cursor:pointer}.active-faq-item{background-color:#3284ff20;color:#3284ff;font-weight:400}.accordian_faqs>.accordion .accordion-button:focus{box-shadow:none}.accordian_faqs .accordion-item{background-color:#3284ff20;border-radius:inherit}.query_form>form textarea{resize:none}.query_form>form button{border-radius:30px;color:#fff;font-size:18px;font-weight:700;padding:8px 10px;width:175px}.accordian_faqs>.accordion{--bs-accordion-color:#616161;--bs-accordion-bg:unset;--bs-accordion-border-width:0;--bs-accordion-btn-padding-x:1.25rem;--bs-accordion-btn-padding-y:1rem;--bs-accordion-btn-color:#000;--bs-accordion-btn-icon:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABnSURBVHgB7ZRBCoAwDAQ3xYfoF/I/T+r3/EL7Elfak9BTKiKlGcglZNnLEMDpCj0YdWO0ZCbLMYgZYkog4GO84P+CyomsYrGlBSKdqyzPVahv2nmTLehO5rFk3KIBCkzflIKEC05n3NimF6whjNWJAAAAAElFTkSuQmCC);--bs-accordion-btn-icon-width:1.25rem;--bs-accordion-btn-icon-transform:rotate(-180deg);--bs-accordion-btn-icon-transition:transform 0.2s ease-in-out;--bs-accordion-btn-active-icon:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAA8SURBVHgB7cuxEQAQFIPhPJOwgv2U1rMCm0TrKNw9pXzlfwkgInJle8iVHUSEBzFasbSmcG78Xr4i8rUJ88oJAk5qlssAAAAASUVORK5CYII=);--bs-accordion-btn-focus-border-color:#86b7fe;--bs-accordion-body-padding-x:1.25rem;--bs-accordion-body-padding-y:1rem;--bs-accordion-active-color:#000;--bs-accordion-active-bg:unset;background-color:initial;border-radius:8px}.needSupport>div{background-color:#3284ff20;border-radius:8px;padding:20px;width:50%}.emailIcon{width:28px}.callIcon{width:20px}.needSupport>div p{color:#616161;font-size:18px;font-weight:400;margin:0;vertical-align:initial}.needSupport>div h1{color:#000;font-size:22px;font-weight:700}.query_form>h2{color:#000;font-size:24px;font-weight:700}.query_form form .text-muted{color:red!important}.sub_navItems>form>div>div input{color:#3284ff}.sub_navItems>form>div>div{border:1px solid #3284ff80;border-radius:8px}@media screen and (max-width:991px){.sub_navItems{flex-grow:1}}@media screen and (max-width:576px){.categoryTag{display:none!important}}.not_interseted_main{border-radius:8px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:24px;width:100%}.not_interseted_main>h1{color:#3284ff;cursor:pointer;font-size:20px;font-weight:700;margin-bottom:1.6rem}.warning-none{font-size:24px;font-weight:600;text-align:center}.archive_parents{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.page-table-typo_archive{color:#000;font-size:16px;font-weight:400;margin:0}.saved_container{border-radius:8px}.filter-cntainer-savedJob{border-radius:8px;height:100%}.savedjobCards{box-shadow:0 0 16px 0 #0000000a}.job_salary_loc>div,.savedJobTitle{text-transform:capitalize}.activePageBtn_saved{background-color:#3284ff!important;color:#fff!important}.pagination-btn{align-items:center;display:flex;justify-content:center;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}.suggested-jobs-main{align-items:flex-start;display:flex;flex-wrap:nowrap;gap:16px;justify-content:flex-start;width:100%}.filter_suggsted_container,.suggested-jobs-main{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.filter_suggsted_container{height:100vh;overflow-y:auto;width:320px}.suggestedJobcards-container{flex-grow:1;height:100vh;overflow-y:auto;width:calc(100% - 320px)}.filter_suggsted_container::-webkit-scrollbar,.suggestedJobcards-container::-webkit-scrollbar{display:none}@media screen and (max-width:768px){.suggested-jobs-main{flex-direction:column;gap:12px}.filter_suggsted_container,.suggestedJobcards-container{height:auto;max-height:none;width:100%}.suggestedJobcards-container>div{height:auto!important}}.saved_main{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.saved_container{flex-grow:1;height:86vh;overflow-y:auto;width:50%}.filter-cntainer-savedJob{height:86vh;overflow-y:auto;width:320px}.filter-cntainer-savedJob::-webkit-scrollbar,.saved_container::-webkit-scrollbar{display:none}.savedjobCards{background:#fff;border-radius:8px;box-shadow:0 1px 2px 0 #3c40434d,0 1px 3px 1px #3c404326;padding:24px 32px}.savedjobCards>div:first-child{flex-grow:1;width:75%}.savedjobCards>div:last-child{border-left:.5px solid #b1b1b1;flex-grow:1;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.imageConatiner{border-radius:12px;height:52px;width:52px}.imageConatiner>img{border-radius:inherit;height:100%;width:100%}.savedJobTitle>h1{color:#000;font-size:20px;font-weight:700}.savedJobTitle>p{color:#4b4b4b;font-size:14px;font-weight:400;margin:0}.job_salary_loc>div{align-items:center;display:flex;gap:7px;justify-content:flex-start}.job_salary_loc>div>img{height:20px;width:20px}.savedJobDes{color:#4b4b4b;font-family:Inria Sans;font-size:14px;font-weight:400;text-align:left;text-align:justify}.preferences_savedJob>div{align-items:center;background-color:#3284ff1a;border-radius:56px;color:#3283fc;display:flex;font-size:14px;justify-content:center;padding:6px 24px}.preferences_savedJob>div,.savedJobSkills>div{font-weight:400;height:40px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.savedJobSkills>div{background-color:#d5e3f9;border-radius:8px;color:#1e1e1e;font-family:Inria Sans;font-size:16px;padding:6px 16px;text-align:left}.viewJobbtn{background-color:#3284ff;border:initial;border-radius:8px;box-shadow:0 2px 0 0 #00000087;color:#fff;font-size:16px;font-weight:400;height:45px;outline:none;width:145px}.UnsavedJob:hover,.viewJobbtn:hover{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.UnsavedJob{background-color:#fff;border:1px solid #3284ff;border-radius:8px;box-shadow:0 0 16px 0 #0000000a;color:#3284ff;font-size:16px;font-weight:400;height:45px;outline:none;width:145px}@media screen and (max-width:1090px){.savedjobCards>div:last-child{flex-grow:1}.UnsavedJob,.viewJobbtn{width:100%}}@media screen and (max-width:576px){.savedjobCards>div:last-child{border-left:initial}}.previewJob_container{background-color:#fff;border-radius:8px;box-shadow:0 0 16px 0 #0000000a;padding:24px 32px}.previewJob_container>div>h1{color:#000;font-size:20px;font-weight:700;margin-bottom:15px}.editJob_postBtn{background:#0000;border:1px solid #3284ffb2;border-radius:55px;color:#3284ffb2;font-size:16px;font-weight:700;height:45px;line-height:19.18px;width:178px}.editJob_postBtn:hover{box-shadow:0 3px 8px #0000003d}.jobdetailsTable{background:#3284ff08;padding:24px 16px}.jobdetailsTable>h1{color:#000;font-size:20px;font-weight:700}.tage_value_div{align-items:flex-start;display:flex;flex-wrap:wrap;gap:45px}.tage_value_div>div:first-child{color:#5e5e5e;font-size:16px;font-weight:300;width:200px}.tage_value_div>div:last-child{color:#1e1e1e;flex-grow:1;font-size:16px;font-weight:400;text-align:left;width:50%}.notification-main{background-color:#fff;border-radius:12px;padding:24px}.notication_title{color:#000;font-size:24px;font-weight:700}.notification-filterbtns{background-color:#3284ff14;border-radius:8px;box-shadow:0 2px 8px 0 #63636333;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:3px 2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.btn.active,.btn.show,.btn:first-child:active,.notification-filterbtns>.btn-check:checked+.btn,:not(.btn-check)+.btn:active{background-color:#3284ff;border-color:#3284ff;color:var(--bs-btn-active-color)}.view_option>span{border-radius:10px;color:#3284ff;font-size:16px;font-weight:700;padding:2px 10px;text-align:center}.view_option>span:hover{background-color:#3284ff20;cursor:pointer}.notification-filterbtns>div{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;padding:7px 0;width:140px}.active-notifi-filterBtn{background-color:#3284ff;border-radius:8px;box-shadow:0 3px 1px 0 #0000000a;color:#fff;font-size:16px;font-weight:400}.notification_action_btns>button{border-radius:8px;font-size:16px;font-weight:400;padding:8px 14px;text-align:center}.notification_action_btns>button:first-child img{margin-right:5px;width:24px}.notification_action_btns>button:first-child{background-color:#fff;border:1px solid #3284ff;color:#3284ff}.notification_action_btns>button:last-child{background-color:#3284ff;border:none;border-radius:8px;color:#fff}.notification_action_btns>button:hover{box-shadow:0 14px 28px #00000040,0 10px 10px #00000038}.notification_items_list{height:100%;overflow-y:auto;width:100%}.notification_items_list>div{box-shadow:0 1px 3px #0000001f,0 1px 2px #0000003d;padding:10px}.notication-list>p{margin:0}.notication-list>p:first-child{color:#333;font-size:16px;font-weight:700}.notication-list>p:nth-child(2){color:#666;font-size:16px;font-weight:400}.notication-list>p:nth-child(3){color:#666c;font-size:14px;font-weight:400}.delete_wrapper{align-items:center;border:1.31px solid #3284ff;border-radius:50%;color:#3284ff;display:flex;height:40px;justify-content:center;min-width:40px;width:40px}.delete_wrapper:hover{box-shadow:0 10px 20px #00000030,0 6px 6px #0000003b;cursor:pointer}.unread_bgc{background-color:#d4e5fc}@media screen and (max-width:576px){.notification_action_btns{width:100%}.notification_action_btns>button{flex-grow:1}.responsiveMenu>button{width:100%}}.purchagedPlan_main{background-color:#fff;border-radius:12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:32px;width:100%}.puchange-title{color:#000;font-size:24px;font-weight:700}.plan-tym>div{background-color:#fff;border-radius:12px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:16px 24px}.plan_btn{align-items:center;background:linear-gradient(90deg,#b57344,#deb237 60.67%);border-radius:6px;color:#fff;display:flex;font-size:16px;font-weight:700;justify-content:center;padding:5px 10px;width:230px}.sub-box-left{display:flex;flex-direction:column;height:100%;justify-content:space-between}.sub-box-left>p{color:#4b4b4b;font-size:16px;font-weight:400;margin:0}.sub-box-left>p:last-child{color:#000;font-size:24px;font-weight:700}.sub-box-right>span:first-child{color:#000;font-size:48px;font-weight:700}.sub-box-right>span:last-child{color:#b9bec1;font-size:20px;font-weight:400}.upgrade_box{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.upgrade_box>p:first-child{color:#4b4b4b;font-size:16px;font-weight:400;margin:0}.upgrade_box>p{color:#000;font-size:24px;font-weight:700}.upgrade_box>button img{height:14px;margin-left:5px;width:16px}.upgrade_box>button{background-color:#3284ff;border:none;border-radius:50px;color:#fff;min-width:150px;outline:medium none invert;outline:initial;padding:8px 10px;width:85%}.feture-wrapper{background-color:#e4efff;border-radius:8px;min-width:200px;padding:1rem 1.5rem}.feture-wrapper>div p{color:#4b4b4b;font-size:16px;font-weight:400;margin:0}.feture-wrapper>div>h1{align-items:center;display:flex;gap:6px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:0}.feture-wrapper>div>h1>span:first-child{color:#000;font-size:24px;font-weight:700}.feture-wrapper>div>h1>span{color:#b9bec1;font-size:16px;font-weight:400}.feture-wrapper>img{height:60px;width:60px}.feature_available>h1{color:#000;font-size:20px;font-weight:700}.tick-box{align-items:center;background-color:#d3dade;border-radius:50%;display:inline-block;display:flex;height:20px;justify-content:center;width:20px}.tick-box img{height:50%;width:50%}.feature_available ul>li{align-items:center;display:flex;gap:8px;list-style-type:none;margin-bottom:16px;padding:0}.communityCrowd_box img{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:75%}.row{--bs-gutter-x:0}@media screen and (max-width:768px){.sub-box-right>span:first-child{font-size:30px}.sub-box-left>p:last-child{font-size:20px}}.setting_main{background-color:#fff;border-radius:12px;min-height:80%;padding:24px 32px;width:100%}.sub_router_box{display:flex;flex-direction:column;flex-grow:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-width:300px;width:30%}.sub_router_comp{flex-grow:1;height:50%;width:70%}.setting_title{color:#000;font-size:30px;font-weight:700}.sub_router_box>div{align-items:center;border-radius:8px;color:#000c;display:flex;font-size:20px;font-weight:400;gap:5px;padding:8px 16px;width:250px}.sub_router_box>div>div{font-size:18px;width:100%}.sub_router_box>div:hover{background-color:#3284ff10;cursor:pointer}div.active-subrouter{background-color:#3284ff15;color:#3284ff}.reset-pass-title{border-bottom:2px solid #0000000d}.reset-pass-title h1{color:#000;font-size:24px;font-weight:600}.reset-pass-title p{color:#616161;font-size:14px;font-weight:400}.form-wrapper label{color:#383838;font-size:16px;font-weight:400}.form-wrapper div{align-items:center;background:#fff;border:1px solid #d5e3f9;border-radius:8px;display:flex;justify-content:space-between;padding:10px 16px}.form-wrapper div>img{cursor:pointer;width:22px}.form-wrapper div>input{background-color:initial;border:initial;color:#979797;flex-grow:1;font-size:16px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;letter-spacing:.3px;outline:none;width:80%}.btn_group_reset>button:first-child{background-color:#fff;color:#3284ff}.btn_group_reset>button:first-child,.btn_group_reset>button:last-child{border:1px solid #3284ff;border-radius:50px;flex-grow:1;font-size:20px;font-weight:400;padding:8px 10px;width:40%}.btn_group_reset>button:last-child{background-color:#3284ff;color:#fff}.switch{display:inline-block;height:34px;position:relative;width:64px}.switch input{height:0;opacity:0;width:0}.slider{background-color:#ccc;bottom:0;cursor:pointer;left:0;right:0;top:0}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{background-color:#fff;bottom:4px;content:"";height:26px;left:4px;width:26px}input:checked+.slider{background-color:#2196f3}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.notification-items>p:first-child{color:#383838;font-size:20px;font-weight:400;margin:0}.notification-items>p:last-child{color:#383838;font-size:14px;font-weight:400}@media screen and (max-width:991px){.sub_router_box{min-width:0;min-width:auto;width:100%}.sub_router_comp{width:100%}}@media screen and (max-width:576px){.displaySmallNone{display:none!important}.btn_group_reset>button:last-child{width:60%}.sub_router_box{flex-direction:column}}.privacy-policy-container{box-sizing:border-box;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;margin:0;max-width:100%;padding:2rem;width:100%}.policy-header{border-bottom:1px solid #eee;margin-bottom:2rem;padding-bottom:1rem;text-align:center}.policy-header h1{color:#2c3e50;font-size:2.5rem}@media (max-width:768px){.privacy-policy-container{padding:1rem}.policy-header h1{font-size:2rem}.policy-section h2{font-size:1.3rem}}.terms-section{background-color:initial;box-sizing:border-box;color:#333;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;margin:0;max-width:100%;padding:2rem;width:100%}.terms-container{border-radius:0;box-shadow:none;padding:2rem;width:100%}.terms-container h1{color:#222;font-size:2.2rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.terms-container li,.terms-container p{color:#444;font-size:1rem;line-height:1.6}.note{color:#666;font-style:italic;margin-bottom:1.5rem}.terms-container a{color:#06c;text-decoration:none}.terms-container a:hover{text-decoration:underline}.terms-list{margin-top:1.5rem;padding-left:20px}.terms-list li{color:#444;margin-bottom:12px}@media (max-width:768px){.terms-section{padding:1rem}.terms-container h1{font-size:2rem}.terms-list li{font-size:.95rem}}.refund-section{align-items:center;display:flex;flex-direction:column;margin-top:50px;padding:40px 20px;text-align:center}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:var(--swiper-navigation-top-offset,50%);width:27px;width:calc(var(--swiper-navigation-size)/44*27)}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next svg,.swiper-button-prev svg{height:100%;object-fit:contain;transform-origin:center;width:100%}.swiper-rtl .swiper-button-next svg,.swiper-rtl .swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-lock{display:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px;right:var(--swiper-navigation-sides-offset,10px)}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.slider-container{padding:190px}.textslider-heading{font-family:Poppins;font-style:italic;font-weight:800;max-width:450px}.slider-text .textslider-para{color:#5e5e5e;font-family:Poppins;font-size:22px;font-weight:500}.slider-btn{display:flex;gap:30px}.btn-primary{background-color:#007bff;border-color:#007bff;color:#fff}.slider-btn button{height:55px;padding:0 20px;width:250px}h2{color:#212529;font-size:2.5rem}h2,h6{line-height:1.2;margin-bottom:.5rem}h6{margin-top:0}.textslider-heading span{color:#3284ff}.slider-btn button a{color:#fff;font-family:Poppins;font-size:27px;font-weight:500}.slider-image{align-items:center;display:flex;height:315px;justify-content:center}.slider-container{align-items:center;display:flex;padding-left:60px;padding-right:60px;padding-top:170px}.logo-slider-heading h1{color:#3284ff;font-size:40px;font-weight:600;text-align:center}.logo-logo-slider{height:100px;margin:auto;overflow:hidden;position:relative;width:auto}.logo-logo-slider .logo-slide{height:100px;width:250px}.logo-logo-slider .logo-slide-track{animation:scroll 40s linear infinite;display:flex;width:3500px}@keyframes scroll{0%{transform:translateX(0)}to{transform:translateX(-1750px)}}.platform-section-text p{color:#1b1b1b;font-size:16px;font-weight:500;letter-spacing:2px}p{margin-bottom:1rem;margin-top:0}.platform-section-text .h2{color:#212529;font-size:50px;font-weight:800;line-height:1.2}.inner-text{color:#3284ff}.platform-text{align-items:center;display:flex;flex-direction:column;gap:25px}.platform-section-text-common{border-left:2px solid #1b1b1b1a;padding:10px 0 10px 30px;transition:opacity .9s ease-in-out}.platform-section-text-common:hover{border-left:2px solid #3284ff}.platform-section-text-common h3{color:#212529;font-size:22px;font-weight:600;line-height:1.2;margin-bottom:.5rem}.platform-section-text-common p{color:#1b1b1bcc;font-family:Poppins;font-size:14px;font-weight:400}.choose-section-kaamvala{padding-bottom:60px;padding-top:30px}.choose-heading-kaamvala{text-align:center}.choose-heading-kaamvala h2{color:#3284ff;font-family:Poppins;font-size:40px;font-weight:600;line-height:1.2;margin-bottom:.5rem}.choose-heading-kaamvala p{color:#1b1b1bcc;font-family:Poppins;font-size:16px;font-weight:500;margin-bottom:1rem;margin-top:0}.kaamvala-img{text-align:center}.kaamvala-content{display:flex;flex-direction:column;gap:16px}.kaamvala-content h3{color:#212529;font-size:16px;font-weight:600;line-height:1.2;margin-bottom:.5rem;text-align:center}.kaamvala-content p{color:#5e5e5e;font-family:Poppins;font-size:13px;font-weight:400;margin-bottom:1rem;margin-top:0;text-align:center}.talent-section{background-color:#3284ff;padding-bottom:150px;padding-top:100px}.talent-heading{text-align:center}.talent-heading h2{color:#fff;font-family:Poppins;font-weight:600;line-height:1.2;margin-bottom:.5rem}.talent-heading p{color:#fff;font-family:Poppins;font-size:16px;font-weight:400;margin-bottom:1rem;margin-top:0}.talent-section .talent-box{display:flex;gap:40px}.real-talent-box{background-color:#fff;border-radius:24px;height:405px;padding-left:10px;padding-right:10px;text-align:center;width:500px}.real-talent-box h3{color:#1b1b1bcc;font-family:Poppins;font-size:25px;font-weight:700;line-height:1.2;margin-bottom:.5rem}.real-talent-box p{color:#1b1b1bcc;font-family:Poppins;font-size:15px;font-weight:400;margin-bottom:1rem;margin-top:0}.real-talent-box-btn{width:100%}.real-talent-box-btn button{background-color:#fff;border:none;border-radius:8px;height:55px;width:450px}.real-talent-box-btn button a{color:#3284ff;font-family:Poppins;font-size:28px;font-weight:500}.choose-kaamvala-heading{text-align:center}.choose-kaamvala-heading h2{color:#3284ff;font-family:Poppins;font-size:40px;font-weight:600}.choose-kaamvala-heading p{color:#1b1b1bcc;font-family:Poppins;font-size:16px;font-weight:500}.find-your-dream-job-section{align-items:center;display:flex;gap:50px;justify-content:center}.dream-job-btn{display:flex;gap:20px}.dream-job-btn button{background:#fff;border:2px solid #3284ff;border-radius:8px;height:50px;width:206px}.dream-job-btn button a,.feature-heading button a{color:#3284ff;font-size:20px;font-weight:500}.dream-job-section{background-color:#3284ff;padding-bottom:100px;padding-top:100px}.feature-sections{padding-bottom:30px;padding-top:30px}.feature-section-heading p{color:#5e5e5e;font-family:Poppins;font-size:16px;font-weight:400}.feature-section-heading button{background:#fff;border:2px solid #3284ff;border-radius:8px;height:50px;width:206px}.feature-section-heading button a{font-size:20px;font-weight:500;text-decoration:none}.swiper-container-column{align-items:center;overflow:hidden}.job-card,.swiper-container-column{display:flex;justify-content:center}.job-card{background:#fff;border-radius:8px;box-shadow:3px 3px 16px 0 #00000014;flex-direction:column;position:relative;width:460px;z-index:1}.card-body{border:none}.feature-card-body-content{display:flex;gap:16px}.feature-card-body-text h6{color:#000;font-family:Inria Sans;font-size:20px;font-weight:700;line-height:23.98px;text-align:left}.feature-card-body-text p{font-size:14px;text-align:left}.feature-card-body-job-post p,.feature-card-body-text p{color:#4b4b4b;font-family:Inria Sans;font-weight:400;line-height:23.98px}.feature-card-body-job-post p{font-size:12px}.feature-card-body-salary{align-items:flex-start;display:flex;gap:24px;height:20px;justify-content:flex-start;width:316px}.feature-card-body-salary p{color:#4b4b4b;font-family:Inria Sans;font-size:14px;font-weight:400;height:20px;text-align:center;width:128px}.feature-card-body-workmode{align-items:flex-start;display:flex;gap:16px;height:36px;justify-content:flex-start;width:314px}.feature-card-body-description p{color:#4b4b4b;font-family:Inria Sans;font-size:14px;font-weight:400}.feature-section-heading h2{color:#247aff;font-size:48px;font-weight:700}.feature-section-heading p{color:#4b4b4b;font-size:20px;margin:20px 0}.swiper-button-next,.swiper-button-prev{background-color:#247aff;border-radius:50%;color:#fff;height:50px;top:50%;width:50px;z-index:10;z-index:9999}.swiper-button-next:after,.swiper-button-prev:after{font-size:16px;font-weight:700}.job-card-slider{max-width:500px;width:100%}.mode-tag{background:#edf2ff;border-radius:25px;color:#247aff;font-size:14px;font-weight:500;padding:8px 18px}.footer-title h3{word-wrap:break-word;color:#000;font-family:Poppins;font-size:42px;font-weight:600}.quick-link-content{flex-wrap:wrap}.quick-link-content a{word-wrap:break-word;color:#000;font-size:18px;font-weight:400;text-decoration:none}.footer_quick_link_title h6{word-wrap:break-word;color:#3284ff;font-family:Poppins;font-size:24px;font-weight:500}.footer_quick_links{display:flex;flex-direction:column;gap:20px}.footer_quick_links a{word-wrap:break-word;color:#000;display:block;font-family:Poppins;font-size:18px;font-weight:400;text-decoration:none}.testimonial-slider-container{margin:2rem auto;max-width:1140px;padding:1rem;position:relative}.slider-viewport{overflow:hidden;width:100%}.slider-track{transition:transform .5s ease-in-out}.slide,.slider-track{display:flex;width:100%}.slide{flex-shrink:0;gap:20px;justify-content:center}.testimonial-card{background-color:#fff;border:1px solid #dbeafe;border-radius:16px;box-shadow:0 4px 14px #0000000d;flex:1 1 30%;height:350px;padding:20px;transition:all .3s ease-in-out;width:384px!important}.testimonial-card p{color:#1b1b1b;font-family:Poppins;font-weight:400;text-align:left}.testimonial-profile{align-items:center;display:flex;gap:10px;margin-top:100px}.testimonial-avatar{border-radius:50%;height:70px;width:70px}.testimonial-nav{display:flex;gap:20px;justify-content:center;margin-top:1.5rem}.testimonial-nav button{background-color:#2563eb;border:none;border-radius:6px;color:#fff;cursor:pointer;font-weight:500;padding:8px 18px;transition:.2s}.testimonial-card:hover{box-shadow:0 6px 20px #0000001a;transform:scale(1.03)}.footer-heading{border-bottom:2px solid #2563eb;color:#212529;display:inline-block;font-family:inherit;font-weight:600;font-weight:500;line-height:1.2;margin-bottom:.5rem;padding-bottom:4px}.footer-text{word-wrap:break-word;color:#000;display:block;font-family:Poppins;font-size:18px;font-weight:400;line-height:1.6;text-decoration:none}.footer-icon{height:35px;transition:transform .3s ease;width:35px}.footer-icon:hover{transform:scale(1.1)}.footer-links li{margin-bottom:10px}.footer-links a{word-wrap:break-word;color:#111;font-family:Poppins;font-size:18px;font-weight:500;font-weight:400;text-decoration:none;transition:color .2s ease}.footer-links a:hover{color:#2563eb}.footer-links span{font-size:12px}.contact-info li{word-wrap:break-word;align-items:flex-start;color:#111;display:flex;font-family:Poppins;font-size:18px;font-weight:400;gap:10px;margin-bottom:15px;text-decoration:none}.footer-contact-icon{color:#2563eb;flex-shrink:0;font-size:30px}.full_footer p{word-wrap:break-wor;color:#fff;font-family:Poppins;font-size:18px;font-weight:400}.full_footer{align-items:center;background:#084eb7;border-top:1px solid #5e7bcc;display:flex;justify-content:center}@media screen and (max-width:991px){.feature-section-heading{text-align:center}.real-talent-box-btn button{width:200px}.textslider-heading{font-size:40px;text-align:center}.textslider-para{font-size:20px;text-align:center}.slider-btn{align-items:center;display:flex;gap:30px;justify-content:center}.feature-section-heading h2{font-size:30px}.swiper-container-column{padding-top:30px}.find-your-dream-job-section{display:flex;flex-direction:column-reverse;gap:5px}.dream-job-btn,.find-your-dream-job-section{align-items:center;justify-content:center}.feature-heading{text-align:center}.talent-heading h2{font-size:30px}.talent-box{flex-wrap:wrap;gap:115px}.real-talent-boxes{align-items:center;display:flex;justify-content:center}.dream-image img{object-fit:contain;width:100%}.slider-container{display:flex;flex-direction:column-reverse;padding-top:100px}}@media screen and (max-width:426px){.slider-text-container{gap:15px}.platform-section-image img,.real-talent-box img,.second-image-box{object-fit:contain;width:100%}.job-card{width:auto}.dream-job-btn button{background:#fff;border:2px solid #3284ff;border-radius:8px;height:50px;width:auto}.real-talent-box{margin-bottom:20px;margin-top:40px;width:100%}.platform-text-section{text-align:center}.textslider-para{font-size:16px}.slider-btn{display:flex;gap:15px}.slider-btn button a{font-size:16px}.find-your-dream-job-section{align-items:center;display:flex;flex-direction:column-reverse;gap:5px;justify-content:center}.feature-card-body-salary p{color:#4b4b4b;font-family:Inria Sans;font-size:14px;font-weight:400;height:20px;text-align:center;width:auto}}@media screen and (max-width:768px){.find-your-dream-job-section{align-items:center;display:flex;flex-direction:column-reverse;gap:5px;justify-content:center}.kaamvala_highlight span{display:block}}@media screen and (max-width:320px){.textslider-heading{font-size:20px}}.navbar{align-items:center;background-color:#fff;display:flex;height:80px;justify-content:space-between;position:fixed;top:0;transition:box-shadow .3s ease;width:100%;z-index:1000}.logo{height:auto;width:100%}.navbar-center{align-items:center;display:flex;gap:25px}.nav-link{color:#000!important;cursor:pointer;font-size:18px!important;line-height:27px;text-decoration:none}.website-nav .dropdown{position:relative}.dropdown-menu{background-color:#fff;box-shadow:0 2px 8px #0000001a;display:none;flex-direction:column;left:0;position:absolute;top:30px;z-index:9999}.dropdown:hover .dropdown-menu{display:flex}.dropdown-menu a{color:#333;padding:8px 16px;text-decoration:none}.navbar-right{display:flex;gap:12px}.filled-btn,.outline-btn{border-radius:6px;font-size:14px;font-weight:600;padding:8px 18px;text-decoration:none}.outline-btn{background:none;border:2px solid #007bff;color:#007bff}.filled-btn{background-color:#007bff;border:none;color:#fff}.hamburger-icon{cursor:pointer;display:none}.hamburger-icon img{width:24px}@media screen and (max-width:768px){.navbar-center,.navbar-right{display:none}.navbar{max-width:670px}.hamburger-icon{display:block;width:9px}.mobile-dropdown{display:flex;flex-direction:column;gap:4px}.mobile-dropdown .dropdown-menu{background-color:#fff;border:1px solid #ddd;border-radius:6px;box-shadow:0 2px 6px #00000014;margin-top:6px;padding:8px 12px;position:static}.mobile-dropdown .dropdown-menu a{color:#000;font-size:15px;padding:6px 0;text-decoration:none}.mobile-sidebar .navbar-center{display:flex;flex-direction:column;gap:3px}.mobile-sidebar .navbar-right{display:flex;flex-direction:column;gap:12px;margin-top:16px}.mobile-sidebar .filled-btn,.mobile-sidebar .outline-btn{display:block;padding:10px 16px;text-align:center;width:100%}.mobile-sidebar .outline-btn{background-color:#fff;border:2px solid #007bff;color:#007bff}.mobile-sidebar .filled-btn{background-color:#007bff;border:none;color:#fff}.logo{object-fit:contain;width:157px}}.mobile-sidebar{background:#fff;box-shadow:-2px 0 8px #0000001a;height:100%;position:fixed;right:-100%;top:0;transition:right .3s ease-in-out;width:250px;z-index:99999}.mobile-sidebar.show{right:0}.sidebar-content{display:flex;flex-direction:column;gap:1rem;padding:1.2rem}.sidebar-header{align-items:center;display:flex;justify-content:space-between;max-width:400px}.mobile-sidebar .nav-link{color:#000;display:block;font-size:16px;padding:8px 0}.mobile-dropdown .dropdown-menu{display:flex;flex-direction:column;padding-left:16px}.mobile-dropdown .dropdown-menu a{color:#333;font-size:14px;padding:4px 0;text-decoration:none}.mobile-dropdown .nav-link{cursor:pointer}.start-hiring-start{padding-top:81px}.start_hiring_container{background:linear-gradient(100.07deg,#c7ddff,#f9fbff 85.5%,#eaf2ff);padding:20px 30px}@media screen and (max-width:426px){.start_hiring_content_heading,.start_hiring_title h1{font-size:25px}.start_hiring_title p{font-size:15px}}.start_hiring_content_heading h2{color:#212529;font-family:inherit;font-weight:500;line-height:1.2;margin-bottom:.5rem}.start_hiring_title p{color:#5e5e5e;font-size:18px;font-weight:400}.start_hiring_title h1{color:#2a2a44;font-size:50px;font-weight:800;margin-bottom:.5rem}.step_section_start_hiring{align-items:center;display:flex;justify-content:center}.start_hiring_img{align-items:end;height:400px;justify-content:center;width:400px}.start_hiring_content_img{align-items:center;height:65px;justify-content:center;width:65px}.start_hiring_content_img,.start_hiring_img{background:#eef5ff;border-radius:50%;display:flex}.start_hiring_steps h2{color:#eef5ff;font-family:showcard;font-size:200px;font-weight:700;height:200px;text-align:center;width:100%}.second_section_start_hiring{flex-direction:row-reverse}.start_hiring_cmn_btn_main{text-align:center}.start_hiring_cmn_btn{background-color:#3284ff;border-radius:65px;color:#fff;font-size:20px;font-weight:600;height:45px;line-height:24px;text-align:center;width:220px}.start_hiring_last_section_btn{background-color:#fff;color:#3284ff;line-height:24px;width:220px}.start_hiring_cmn_btn,.start_hiring_last_section_btn{border-radius:65px;font-size:20px;font-weight:600;height:45px;text-align:center}.start_hiring_last{align-items:center;background:#3284ff;display:flex;flex-wrap:wrap;justify-content:space-around}.start_hiring_last_content_box{width:600px}.start_hiring_last_content_box h2{color:#fff;font-size:40px;font-weight:700;line-height:48px;text-align:left}.start_hiring_last_content_box p{color:#fff;font-size:16px;font-weight:400;line-height:24px;text-align:left}@media screen and (max-width:426px){.start_hiring_img{height:300px;width:300px}.start_hiring_content_text p{font-size:15px;text-align:center}.start_hiring_content_heading h2,.start_hiring_title h1{font-size:25px;text-align:center}.start_hiring_last_content_box button{align-items:center;display:flex;justify-content:center;margin:auto}.start_hiring_last_content_box h2,.start_hiring_last_content_box p{text-align:center}.hiring_banner_image img{object-fit:contain;width:100%}}@media screen and (max-width:768px){.start_hiring_steps_container,.step_section_start_hiring{padding-block:5px!important}.step_section_start_hiring{gap:25px}.start_hiring_steps h2{color:#eef5ff;font-family:showcard;font-size:200px;font-weight:700;height:200px;text-align:center;width:100%}.start_hiring_content_main{flex-direction:column}.start_hiring_content_main,.start_hiring_img_main_box{align-items:center;display:flex;justify-content:center}.start_hiring_img{align-items:normal;display:flex;justify-content:center}}@media screen and (max-width:1025px){img.common_start_hiring-steps_img{width:100%}}.price-plans{box-shadow:0 8px 6px -10px #ccc!important;padding:100px 10px 10px!important;position:relative;top:20px}#plans{padding-top:100px}.pricing_plans_title{color:#000;font-size:30px;font-weight:500!important}.pricing_text{color:#5e5e5e;font-family:Poppins;font-size:12px;font-weight:400;letter-spacing:0;line-height:18px}.pricing_plans_container2{text-align:right}.pricing_call{color:#3284ff}.pricing_call,.pricing_text{font-size:12px;font-weight:400;letter-spacing:0;line-height:18px}.pricing_plans_title h6{color:inherit;color:#000;font-family:Poppins;font-weight:500;line-height:1.2;margin-bottom:.5rem}.card2{border:0!important;height:100%}.card,.card2{display:flex;flex-direction:column}.card{word-wrap:break-word;background-clip:initial;background-color:#fff;border-radius:.25rem;min-width:0;position:relative}.iuytrrty{width:17rem}.card-body{border:1px solid #5e5e5e;border-radius:20px;display:flex;flex:1 1;flex-direction:column;justify-content:space-between;padding:30px 20px}.gererfewwuuio{margin:18px 0!important}.card_title_container{padding:10px 40px}.card_title_container h6{color:#000;font-size:22px;font-weight:500}.card_title_container h6,.pricing_plans_title{font-family:Poppins;letter-spacing:0;line-height:36px}.seperate-page-line{border:1px solid #3284ff;display:flex;height:0;justify-content:center;margin:auto;width:90%}.card-text{color:#000!important;font-weight:400;line-height:55px;line-height:30px;text-align:center}.card-button,.card-text{font-family:Poppins;font-size:18px;letter-spacing:0}.card-button{border-radius:10px;color:#fff;font-weight:600;line-height:27px}.price{color:#5e5e5e;display:flex;justify-content:end;margin-top:auto;padding:0 8px;-webkit-text-decoration-line:line-through;text-decoration-line:line-through}.verkfewwoopp{align-items:center;background-color:#e9f2ff;display:flex;font-size:12px;font-weight:600;justify-content:center;margin:auto;padding:5px 0}#why-should{background-image:url(/static/media/section-features.e24a95f72e5a4efd9b64.webp);background-repeat:no-repeat;background-size:cover}.survillence_title h6{color:#000;font-size:24px;font-weight:500;letter-spacing:0;line-height:36px;text-align:center}.servillance_award_section1{background-color:#fff;border-bottom:6px solid #3284ff!important;border-left:6px solid #3284ff!important;box-shadow:0 0 5px 0 #ccc;height:240px;margin:20px 0;padding:40px 22px;width:307px}.servillance_award_text1 h3{color:#000;font-weight:700;text-align:center}.servillance_award_text1 h3,.servillance_award_text1 span{font-family:Poppins;font-size:20px;letter-spacing:0;line-height:30px}.servillance_award_text1 span{color:#858585;font-weight:400}.top_companies_head>h1,.top_companies_head>h2{color:#3284ff;font-family:poppins;font-size:40px;font-weight:700;line-height:55px;padding:40px 60px 0}.top_companies_head_employer h2{color:#3284ff;font-family:poppins;font-size:39px;font-weight:700;padding:40px 10px;text-align:start!important}.form-container{border:1px solid #9e9d9d;border-radius:10px;font-family:Poppins,sans-serif;margin:50px auto;max-width:1200px;padding:30px}.form-title{font-size:24px;font-weight:700;margin-bottom:25px;text-align:center}.form-error{color:#d9534f;font-weight:500;margin-bottom:20px;text-align:center}.form-row{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between}.form-group{display:flex;flex:1 1;flex-direction:column;min-width:250px}.form-group label{font-weight:500;margin-bottom:5px}.form-group input{border:1px solid #ccc;border-radius:5px;font-size:15px;padding:10px}.field-error{color:#d9534f;font-size:13px;margin-top:5px}.form-submit{margin-top:25px;text-align:center}.form-submit button{background-color:#1e7cf3;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 30px;transition:background-color .2s ease-in-out}.form-submit button:hover{background-color:#1664cc}@media screen and (max-width:460px){.img_frequent_asked img{object-fit:contain;width:100%}.footer-heading{padding-top:1rem}.refund_policy_points p{text-align:center}}.refund-policy-section{padding-top:50px}.refund_policy_title h1{font-family:Poppins;font-size:52px;font-weight:600;letter-spacing:0;line-height:78px}.paragraph{color:#3d3c3c;font-family:Poppins;font-size:18px;font-weight:400;margin-bottom:1rem;margin-top:0}.request_refund h6{color:#000;font-family:Poppins;font-size:25px;font-weight:500;letter-spacing:0;line-height:36px;padding:10px 0;text-align:left}.refund_num{padding-left:30px!important}.refund_num li{color:#3d3c3c;font-family:Poppins;font-size:18px;font-weight:400;line-height:27px}.refund_num li,.request_refund p{letter-spacing:0;padding:10px 0;text-align:left}.request_refund p{line-height:36px}.frequent_asked{color:#000;line-height:36px}.all_questions .p1,.frequent_asked{font-weight:500;letter-spacing:0;text-align:left}.all_questions .p1{font-family:Poppins;font-size:18px;line-height:27px;padding:10px}.all_questions .p2{font-family:Poppins;padding:0 10px;text-align:left}.other_questions p{color:#000;font-size:18px;font-weight:500;line-height:27px}.other_questions li,.other_questions p{font-family:Poppins;letter-spacing:0;text-align:left}.other_questions li{font-weight:400;line-height:32px}.table-data{border-left:1px solid #fff;border-right:1px solid #fff;border-color:#fff #000;border-style:solid;border-width:1px}th{border:1px solid #5e5e5e;border-collapse:collapse;font-size:25px;text-align:center;width:50%}td,th{color:#000}td{font-family:Poppins;font-size:18px;font-weight:400;padding:20px 10px 10px;text-align:justify}@media screen and (max-width:769px){.paragraph{font-size:15px;text-align:center}.refund_policy_title h1{font-size:30px;line-height:40px}.request_refund h6,.text-refund-policy{text-align:center}}#culture_bgimg{align-items:center;background-image:url(/static/media/culture_sec_1st.0b55ba82202253514414.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;justify-content:center;padding-top:100px;width:100%}.culture h1{color:#fff;font-size:40px;font-weight:700}.culture p{color:#fff;font-size:18px;font-weight:400}.culture{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;text-align:center}.button-culture{background-color:#3284ff;border:initial!important;border-radius:65px;color:#fff;font-size:20px;font-weight:600;height:50px;text-align:center;width:265px}.culture_section_heading_common h2{color:#000;font-size:40px;font-weight:700}.who_we_culture p{color:#404040;font-size:17px;font-weight:400}.culture_second_section_img_content{display:flex;gap:3rem}.card-culture{position:relative}.card_culture_upper_img img{position:absolute;top:-15%;width:100%}.card-body-innvation{background:#ffd6001a;border:1px solid #ffd600;border-radius:4px}.card-body-integrity{background:#3284ff1a;border:1px solid #3284ff;border-radius:4px}.card-body-collaboration{background:#f9ddbd1a;border:1px solid #f9ddbd;border-radius:4px}.card-body-excellence{background:#ffa1e01a;border:1px solid #ffa1e0;border-radius:4px}.card-title{margin-bottom:.75rem}.card-body-collaboration,.card-body-excellence,.card-body-innvation,.card-body-integrity{box-shadow:1px 1px 16px 0 #3284ff26;padding:40px 24px;text-align:center}.culture_fourth_section_img_content{display:flex;flex-direction:row-reverse;gap:3rem}.contact_frm_culture,.culture_page_img_office,.who_we_culture{width:50%}.office_cul{display:flex;flex-direction:column;justify-content:center;width:50%}.culture_contact_section_start{align-items:center;background-image:url(/static/media/cul_bg_last.61332c440cfe7b8009fe.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:center;width:100%}.contact_section_culture{display:flex;flex-wrap:wrap;gap:3rem;width:100%}.contact_content_culture{display:flex;flex-direction:column;gap:15px;justify-content:center}.contact_content_culture h3{color:#fff;font-size:42px;font-weight:600;text-align:left}.contact_content_culture h6{color:#fff;font-size:24px;font-weight:500;text-align:left}.cul_cont_cmn{background:0 0!important;border:initial!important;border-bottom:1px solid #f2f2f2!important;outline:0!important;width:100%!important}.cul_sub_frm_btn{background:#fff;border:initial;color:#1a191a;font-size:18px;font-weight:500;height:35px;width:100%}.form-group input::placeholder{color:#fff}@media screen and (max-width:426px){.culture h1{font-size:30px;font-weight:700}.culture p,.who_we_culture p{font-size:15px}.button-culture{font-size:18px;font-weight:600;height:45px;width:200px}}@media screen and (max-width:768px){.culture_second_section_img_content{flex-wrap:wrap}.culture_pages_img,.who_we_culture{padding:0 10px;width:100%}.culture_pages_img img{object-fit:contain;width:100%}.culture_page_img_office{width:100%}.culture_fourth_section_img_content{flex-direction:column}.contact_frm_culture{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;width:100%}.contact_content_culture h3{font-size:20px;line-height:28px;margin-top:1rem;text-align:center}.contact_content_culture h6{font-size:14px;text-align:center}.who_we_culture button{margin:auto}.who_we_culture p{text-align:center}}#about-section{padding-top:90px}.text-heading{color:#000;font-family:Poppins;font-size:36px;font-weight:700;letter-spacing:0;line-height:54px}.about-us-img-container img{width:100%}#foundation{background-image:url(/static/media/section-features.e24a95f72e5a4efd9b64.webp);background-repeat:no-repeat;background-size:cover}.kaamwala_description h3{color:#000;font-size:27px;font-weight:500;line-height:45px;padding:0 120px}.kaamwala_description p{color:#5e5e5e;font-size:20px;font-weight:400;line-height:40px;padding:0 90px}.kaamwala_description h3,.kaamwala_description p,.year_cont h4,.year_cont p,.year_cont2 h4,.year_cont2 p{font-family:Poppins;letter-spacing:0;text-align:center}.member{color:#000;font-family:Poppins;font-size:36px;font-weight:700;letter-spacing:0;line-height:54px}#milestone{background-color:#f8f8f8}.milestone{color:#000;font-family:Poppins;font-size:36px;font-weight:700;letter-spacing:0;line-height:54px}.about-us-img-milestones{border-radius:30px;box-shadow:0 0 11px 1px #ccc;height:171px;padding:20px 30px;position:relative;width:490px;z-index:1}.milestone_content h3{color:#5e5e5e;font-size:50px;font-weight:600}.milestone_content h3,.milestone_content h6{align-items:center;font-family:Poppins;justify-content:center;letter-spacing:0;text-align:left}.milestone_content h6{color:#000;font-size:24px;font-weight:500}.head-text{color:#000;font-family:Poppins;font-size:36px;font-weight:700;letter-spacing:0;line-height:54px}.headoffice_details{border-radius:10px;box-shadow:0 0 3px 0 #ccc;padding:16px}#download{background-image:url(/static/media/bg.1832273a7c6746c164bd.png);background-repeat:no-repeat;background-size:cover}.get-app-text{color:#000;font-family:Poppins;font-size:36px;font-weight:700;letter-spacing:0;line-height:54px}@media screen and (min-width:280px) and (max-width:500px){.text-heading{font-size:25px!important}.get-app-text{text-align:center}.about-us-img-milestones{border-radius:30px;box-shadow:0 0 11px 1px #ccc;height:250px!important;padding:20px 35px;position:relative;width:490px;z-index:1}.milestone_content h3,.milestone_content h6{text-align:center!important}.app_buttons_playstore img,.map_container iframe,.mobile-image img{object-fit:contain;width:100%}}#Contact-us{padding-top:80px}.contact-us-title h4,.text-heading h4{font-size:36px;font-weight:600;line-height:54px;padding:49px 40px}.contact-us-title h4,.dnbcecjssw p,.text-heading h4{font-family:Poppins;letter-spacing:0;text-align:center}.img_cont_box p{align-items:center;font-family:Poppins;font-size:18px;font-weight:400;letter-spacing:0;line-height:27px;padding:0 10px}.contact-us-design{box-shadow:0 0 5px 0 #ccc;padding:40px 10px}#FQA{padding-top:100px}.FQA{background-color:#f6faff!important;padding-top:50px}.text-heading h5{font-family:Poppins;font-weight:500;letter-spacing:0;line-height:45px;text-align:left}.search{align-items:center;background-color:#f5f9ff;border:1px solid #c4dbf6;border-radius:8px;display:flex;max-width:100%;width:500px}.search input[type=search]{background:#0000;border:none;color:#000;flex:1 1;font-size:16px;outline:none}.search input::placeholder{color:#ccc}.search button{align-items:center;background:#0000;border:none;cursor:pointer;display:flex;padding:8px}.search button img{color:#333}.form-card{align-items:center;box-shadow:0 0 5px 0 #ccc;display:flex;justify-content:center;margin:auto;padding:20px 40px}.need p{color:#3284ff;padding:0 10px}.headings h5{color:#3284ff;padding:0 10px}.headings h5,.headings h5 span{font-family:Poppins;font-weight:400;letter-spacing:0;line-height:27px;text-align:left}.headings h5 span{color:#5e5e5e;font-size:18px}#common{background-image:url(/static/media/section-features.e24a95f72e5a4efd9b64.webp);background-repeat:no-repeat;background-size:cover}.servillance_award_section{background-color:#fff;border-bottom:6px solid #3284ff!important;border-left:6px solid #3284ff!important;box-shadow:0 0 5px 0 #ccc;height:250px;margin:20px 0;padding:40px 0;width:100%}.servillance_award_text h3{color:#000;font-size:40px;font-weight:600}.servillance_award_text p{color:#858585;font-family:Poppins;font-weight:400;text-align:center}.faq_accordion{background:#fff0;display:flex;flex-direction:column;gap:15px;margin:0 auto;max-width:600px}.faq_accordion_item{background-color:#fff0;border-radius:10px;box-shadow:0 0 10px 0 #ccc!important;margin:10px 0;overflow:hidden;padding:5px!important;transition:.3s}.faq_heading{color:#000!important;font-size:18px;font-weight:400}.faq_accordion_button{background-color:initial!important;box-shadow:none!important}.faq-list{align-items:self-start}.faq-text{margin:30px 0 0}@media screen and (max-width:768px){.headings{display:flex;flex-direction:column}}.error_container{background-color:#f9fafbe5;height:100vh;width:100%}.error_container>img{height:400px;width:400px}.error_container>h1{font-size:24px;font-weight:600}.error_container>div>svg{cursor:pointer}
/*# sourceMappingURL=main.cc3b0627.css.map*/