@font-face{font-family:Inter;src:url(/assets/Inter-VariableFont_slnt-wght-ZO3WBJgw.ttf) format("truetype-variations");font-weight:100 900;font-variant:normal;font-feature-settings:normal}html[data-theme=light]:root{--color-primary: #62a29a;--text-dark: #222222;--text-secondary: rgba(0, 0, 0, .45);--text-light: rgba(255, 255, 255, .85);--background-primary: #ffffff;--background-secondary: #1f1f1f;--border: 1px solid #dddddd;color-scheme:light}html[data-theme=dark]:root{--color-primary: #62a29a;--text-dark: rgba(255, 255, 255, .85);--text-light: #222222;--background-primary: #1f1f1f;--background-secondary: #ffffff;--border: 1px solid #dddddd;color-scheme:dark}html[data-theme=dark] .header .header__logo{background-image:url(/assets/images/logo-dark.svg)}html[data-theme=dark] .footer .footer__logo{background-image:url(/assets/images/logo-dark.svg)}html[data-theme=light] .header .header__logo{background-image:url(/assets/images/logo-light.svg)}html[data-theme=light] .footer .footer__logo{background-image:url(/assets/images/logo-light.svg)}.material-symbols-outlined{font-variation-settings:"FILL" 0,"wght" 400,"GRAD" 0,"opsz" 24;-webkit-user-select:none;user-select:none;transition:all .2s linear}body{overflow-x:hidden}*{margin:0;padding:0;box-sizing:border-box}*:not(.material-symbols-outlined){font-family:Inter,sans-serif!important}#root{min-height:100vh;width:auto;max-width:100vw}.ant-form-item:last-of-type{margin-bottom:0}div.ant-typography:last-child{margin-bottom:0}.footer{justify-content:space-between;align-items:center;width:100%;padding:8px 24px;background:var(--background-primary);gap:12px;display:grid;grid-template-columns:90px 1fr}.footer__logo{height:64px;width:90px;background-repeat:no-repeat}.footer__data{display:flex;align-items:center;justify-content:flex-end;gap:12px;line-height:1}.footer__data:first-of-type{justify-content:flex-end}.footer__data svg{width:32px;height:32px}@media screen and (max-width: 650px){.footer{grid-template-columns:1fr 1fr;grid-template-rows:auto}.footer__data:first-of-type{order:2;grid-column:1 / -1;justify-content:center}.footer__data:last-of-type{justify-content:flex-end}}@media screen and (max-width: 350px){.footer{grid-template-columns:1fr;grid-template-rows:auto;gap:24px}.footer__logo{justify-self:center}.footer__data:first-of-type{flex-wrap:wrap}.footer__data:last-of-type{justify-content:center}}.header{display:flex;align-items:center;justify-content:space-between;width:100%;background:var(--background-primary);padding:0 24px}.header .header__logo{height:64px;width:90px;background-repeat:no-repeat}.header .header__data{display:flex;align-items:center;gap:16px}.header .header__buttons-wrapper{display:flex;align-items:center;gap:24px}.header .header__button{margin:0;padding:0;box-sizing:border-box;border:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;width:24px;height:24px;cursor:pointer}.user-data{display:flex;align-items:center;gap:16px}.user-data__name{font-size:28px;color:#222;font-weight:600;white-space:wrap}.ant-menu-item{display:flex!important;align-items:center!important}.menu{padding-inline-start:0}.menu--lower{margin-top:auto}.menu__item{list-style-type:none;margin-bottom:8px;line-height:1}.menu__item a{display:flex;gap:8px;align-items:center;padding:8px 16px;font-size:16px;transition:background-color .2s ease-in-out;border-radius:8px}.menu__item a span{color:var(--color-primary)}.menu__item a:hover{background-color:#f5f5f5}.theme-button{display:flex;align-items:center;justify-content:center;border:none;outline:none;background:none;padding:0;position:relative;width:24px;height:24px;color:#00000073;transition:color .2s}.theme-button--dark{color:#ffffff73}.theme-button--dark .theme-button__icon--light{animation:iconHide .4s linear;display:none;opacity:0;scale:0}.theme-button--dark .theme-button__icon--dark{animation:iconShow .4s linear;display:block;opacity:1;scale:100%}.theme-button--light .theme-button__icon--dark{animation:iconHide .4s linear;display:none;opacity:0;scale:0}.theme-button--light .theme-button__icon--light{animation:iconShow .4s linear;display:block;opacity:1;scale:100%}.theme-button__icon{position:absolute;top:0;left:0;color:inherit}@keyframes iconHide{0%{display:block;opacity:1;scale:100%}50%{scale:130%}to{display:none;opacity:0;scale:0}}@keyframes iconShow{0%{display:none;opacity:0;scale:0}50%{scale:0}to{display:block;opacity:1;scale:100%}}.loading-screen{width:100%;height:100%;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:16px;margin:auto}.loading-screen__title,.loading-screen__text{margin-bottom:0}.notification{display:flex;align-items:center;border:1px solid #dddddd;border-radius:4px;padding:8px 12px}.container{display:flex;flex-direction:column;gap:24px;max-width:1200px;width:100%;height:100%;padding:24px 16px;flex-grow:1;background:inherit}.container>h1:first-of-type{color:#62a29a}@media screen and (max-width: 480px){.container{padding:16px 8px}}p{margin-bottom:0!important}.wrapper{display:flex;flex-direction:column;gap:16px;background:var(--background-primary);border-radius:4px;width:100%;flex-grow:1;padding:16px}.wrapper:has(>.wrapper__float-button){position:relative}.wrapper__float-button{position:absolute;top:16px;right:16px}a{text-decoration:none}.order-block{display:flex;flex-direction:column;border:1px solid #f5f5f5;border-radius:4px;padding:8px 16px;transition:all .2s linear}.order-block:hover{border:1px solid #999999}.input-group{display:flex;flex-direction:column;gap:4px}.input-group label{font-size:14px;color:gray}.order-data-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;width:100%}.status-wrapper{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:24px}@media screen and (max-width: 650px){.status-wrapper{grid-template-columns:1fr}}.status-wrapper__card{display:flex;flex-direction:column;width:100%;max-width:100%;background:var(--background-primary);border-radius:4px;padding:16px;gap:16px;overflow:hidden}.status-wrapper__card button{width:100%;max-width:190px}@media screen and (max-width: 480px){.status-wrapper__card button{max-width:100%}}.steps-wrapper{width:100%;overflow-x:scroll;padding-top:8px;scrollbar-width:none;-ms-overflow-style:none}.steps-wrapper::-webkit-scrollbar{display:none}.offer{display:flex;flex-direction:column;border:1px solid #f5f5f5;border-radius:4px;padding:16px;transition:all .2s linear}.offer__date{color:var(--text-secondary);font-size:14px;font-weight:400;line-height:1}.resume{display:flex;flex-direction:column}.resume__title-block{display:flex;flex-direction:column;gap:4px}.resume__experience{display:grid;grid-template-columns:160px auto}.resume__experience-list{display:flex;flex-direction:column}.resume__skills-wrapper{display:flex;width:100%;flex-wrap:wrap;align-items:flex-start;gap:6px}.resume__skill{width:fit-content;height:24px;font-size:14px;line-height:normal;padding:2px 8px;gap:4px;background-color:light-dark(#dddddd,#ffffff);border-radius:4px;color:#000000e0}@media screen and (max-width: 650px){.resume__experience{grid-template-columns:auto}}.form__wrapper{display:flex;flex-direction:column;gap:24px;align-items:center}.login-form{background:var(--background-primary);padding:16px;border-radius:10px;width:100%;max-width:360px}.register-form{background:var(--background-primary);padding:16px;border-radius:10px}.register-form .ant-row{margin-bottom:16px}h1{font-size:32px;font-weight:600;margin:0!important}.links{display:flex;flex-direction:column;gap:8px;align-items:center}@media screen and (max-width: 480px){.register-form{width:100%}}.user-card{display:flex;flex-direction:column;gap:12px;border-radius:4px;border:1px solid #dddddd;padding:12px;width:160px;align-items:center}.user-card:has(.user-card__delete-button){position:relative}.user-card__delete-button{position:absolute;top:6px;right:6px;cursor:pointer;background:none;border:none;outline:none}.user-card__data{display:flex;flex-direction:column}.user-card__avatar{width:64px;height:64px;border-radius:50%;-webkit-user-select:none;user-select:none}.user-card__name{font-size:16px;font-weight:500;margin-bottom:8px}.user-card__title{font-size:14px;font-weight:500;margin-bottom:4px}.user-card__description{font-size:14px;font-weight:400}.user-card__invite{display:flex;padding:4px 8px;font-size:14px;border-radius:4px;justify-content:center;align-items:center}.user-card__invite--accepted{background:var(--color-primary);color:#fff}.user-card__invite--rejected{background:#d34c4c;color:#fff}.user-card__invite--pending{background:#c9b544;color:#fff}.otp-wrapper{width:360px;display:flex;flex-direction:column;gap:24px;background:var(--background-primary);padding:16px;border-radius:10px}@media screen and (max-width: 480px){.otp-wrapper{width:100%}}.labeled-input{display:flex;flex-direction:column;gap:4px;font-size:14px;color:#000000e0;width:50%;-webkit-user-select:none;user-select:none}.ant-checkbox-wrapper{width:fit-content;-webkit-user-select:none;user-select:none}@media screen and (max-width: 650px){.labeled-input{width:100%}}.profile-wrapper{display:flex;flex-direction:column;gap:16px;background:#fff;border-radius:4px;width:100%;flex-grow:1;padding:16px}.profile-block{display:flex;flex-direction:column;gap:16px;width:100%;border-radius:4px;border:1px solid #dddddd;padding:16px;position:relative}.teammate{display:flex;align-items:center;gap:16px}.teammate__avatar{width:32px;height:32px;border-radius:50%}.teammate__data{display:flex;flex-direction:column;gap:4px}.teammate__name{font-size:16px;font-weight:550;margin-bottom:0}.teammate__role{font-size:14px;margin-bottom:0}.profile-block__grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;gap:16px;max-width:500px}.user-data__image{width:64px;height:64px;position:relative}.user-data__image:hover button{background:#ffffff80;opacity:1}.user-data__image img{width:64px;height:64px;border-radius:50%;object-fit:cover}.user-data__image button{position:absolute;top:0;left:0;width:64px;height:64px;border:none;border-radius:50%;outline:none;background:#fff0;transition:all .2s linear;opacity:0;cursor:pointer}.user-data{display:flex;gap:16px;align-items:center}.user-data__name{margin:0}.profile-block__field{display:flex;flex-direction:column;gap:4px}.profile-block__float-button{position:absolute;top:16px;right:16px}.profile-block__field label{font-size:14px;color:gray}.profile__heading{margin:0!important}.teams-container{display:grid;grid-template-columns:1fr;gap:12px}.team-card{border:1px solid #dddddd;border-radius:4px;display:flex;flex-direction:column;padding:16px}.team-card *{margin:0}.team-card__image{width:100%}.team-card__title{font-size:16px;font-weight:600;margin-bottom:0!important}.team-card__description{font-size:14px;margin-bottom:0!important}.cards-wrapper{display:flex;gap:12px;flex-wrap:wrap}.balance:after{content:" $"}.sort-button{background:none;border:none;outline:none;width:24px;height:24px;flex-shrink:0;align-items:center;justify-items:center;cursor:pointer}.sort-button span{transition:all .2s linear}.sort-button.desc span{transform:rotateX(0)}.sort-button.asc span{transform:rotateX(.5turn)}
