.app_spinner{align-items:center;display:grid;justify-content:center;line-height:1}.app_spinner__material_svg{-webkit-animation:custom_transition_rotate 1.4s linear infinite;animation:custom_transition_rotate 1.4s linear infinite;height:25px;width:25px}.app_spinner__material_svg_path{stroke:var(--custom-color-violet);stroke-dasharray:187;stroke-dashoffset:0;-webkit-animation:custom_transition_dash 1.4s ease-in-out infinite;animation:custom_transition_dash 1.4s ease-in-out infinite;-webkit-transform-origin:center;transform-origin:center}@-webkit-keyframes custom_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes custom_spinner{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes custom_transition_rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@keyframes custom_transition_rotate{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(270deg);transform:rotate(270deg)}}@-webkit-keyframes custom_transition_dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}@keyframes custom_transition_dash{0%{stroke-dashoffset:187}50%{stroke-dashoffset:46.75;-webkit-transform:rotate(135deg);transform:rotate(135deg)}to{stroke-dashoffset:187;-webkit-transform:rotate(450deg);transform:rotate(450deg)}}.style_login_form__y8hhp{background:#fff;border-radius:6px;box-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06);margin:0 auto;max-width:25rem;min-height:440px;padding:0;width:100%}.style_login_form__heading__FjDHD{border-bottom:1px solid rgba(0,0,0,.12);padding:1rem 0}.style_login_form__heading_brand__KSkvS{margin:0 auto;max-width:6.25rem;width:100%}.style_login_form__heading_brand__KSkvS img{max-width:100%}.style_login_form__body__76utO{padding:.75rem 2.5rem;width:100%}.style_login_form__title__CweFU{color:#5e5e5e;font:normal normal 600 16px/24px Poppins,serif;margin:1rem 0;text-align:center}.style_login_form__control__q67Dp{color:#70717a}.style_login_form__control__q67Dp label+input:focus,.style_login_form__control__q67Dp label+input:focus-visible{border-color:var(--custom-color-violet);outline:var(--custom-color-violet) 1px solid}.style_login_form__control__q67Dp input:focus+label{color:var(--custom-color-violet)}.style_login_form__control_label__tTkM7{color:#70717a;font-size:.875rem;font-weight:500;width:100%}.style_login_form__control_field__ypBxg{-webkit-tap-highlight-color:rgba(0,0,0,0);background:none;border:1px solid hsla(234,4%,46%,.5);border-radius:4px;color:currentcolor;display:block;margin:0 auto .75rem;min-height:2.5rem;min-width:0;padding:8.5px 0 8.5px 14px;width:100%}.style_login_form__control_error__EqzWV{color:red;font-size:.75rem;margin:0 0 3px;position:relative;top:-.5rem}.style_login_form__submit__LmOu8{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#7f65f6;border:0;border-radius:4px;box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12);color:#fff;cursor:pointer;font-size:1rem;font-weight:500;line-height:1.75;margin:1rem auto;min-height:0;min-width:0;min-width:4rem;padding:10px 16px;position:relative;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms,border-color .25s cubic-bezier(.4,0,.2,1) 0ms,color .25s cubic-bezier(.4,0,.2,1) 0ms;width:100%}.style_login_form__submit__LmOu8[disabled]{background-color:rgba(0,0,0,.12);box-shadow:none}.app_modal{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;background-color:rgba(0,0,0,.5);bottom:0;display:flex;justify-content:center;-webkit-justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;right:0;top:0;transition:all .3s ease-in-out;z-index:9}.app_modal.enter-done{opacity:1;pointer-events:visible}.app_modal.exit{opacity:0}.app_modal__header{padding:0}.app_modal__footer{-ms-flex-pack:flex-end;-ms-flex-pack:end;display:flex;justify-content:flex-end;-webkit-justify-content:flex-end;padding:0;width:100%}.app_modal__content{-ms-flex-align:flex-start;align-items:flex-start;-webkit-align-items:flex-start;background-color:#fff;background:#fff;border-radius:32px;display:flex;flex-direction:column;gap:10px;max-width:41rem;padding:32px 48px;transition:all .3s ease-in-out;width:100%}.enter-done .app_modal__content{-webkit-transform:translateY(0);transform:translateY(0)}.exit .app_modal__content{-webkit-transform:translateY(-12.5rem);transform:translateY(-12.5rem)}.app_modal__title{align-items:center;color:#676766;display:flex;font-size:20px;font-weight:600;line-height:30px;margin:0}.app_modal__body,.app_modal__title{font-style:normal;letter-spacing:-.02em}.app_modal__body{color:#b2b5c9;font-size:1rem;font-weight:500;line-height:24px;padding:.5rem 0}.app_modal__body p{margin:0 0 1rem}.style_app_button__oJHqW{align-items:center;background:#ffbc00;border:none;border-radius:30px;color:#fff;cursor:pointer;display:flex;font-size:12px;font-weight:700;gap:15px;height:50px;justify-content:center;margin-top:15px;padding:15px 30px}.style_app_button__oJHqW[disabled]{background-color:#ededed;cursor:no-drop}.style_app_button__secondary__usXbl{background:transparent;color:#ffbc00;padding:15px 0}.style_login_view__5i2-l{-webkit-box-wrap:wrap;-ms-flex-pack:center;-ms-flex-align:center;align-items:center;-webkit-align-items:center;background-color:var(--custom-color-grey-light);display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:center;-webkit-justify-content:center;min-height:100vh;width:100%}.style_login_view__container__oL3Mo{margin:0 auto;max-width:400px;width:100%}.style_app_header__VDoJJ{border-bottom:3px solid #edeff2;padding-right:25px;width:100%}.style_app_header__VDoJJ,.style_app_header__user_info__\+NL8k{align-items:center;display:flex;height:100%;justify-content:space-between}.style_app_header__user_info__\+NL8k{min-width:249px}.style_app_header__user_info__\+NL8k .style_app_header_avatar__T7NWq{align-items:center;display:flex;gap:15px;height:100%;justify-content:space-between;min-width:158px}.style_app_header__user_info__\+NL8k .style_app_header_avatar__T7NWq .style_avatar_name__rEGsQ{font-size:16px;font-weight:500;min-width:103px}.style_app_header__user_info__\+NL8k .style_app_header_avatar__T7NWq .style_avatar_image__wtwKD{border-radius:100%;cursor:pointer;height:40px;overflow:hidden;width:40px}.style_app_header__user_info__\+NL8k .style_app_header_avatar__T7NWq .style_avatar_image__wtwKD img{max-width:100%;width:100%}.style_app_header__user_info__\+NL8k .style_app_header_notifications__sslVI{cursor:pointer;height:24px;width:24px}.style_app_lateral_menu__23WDS{border-right:3px solid #edeff2;height:100%;width:100%}.style_home_layout__u0OFB{align-content:flex-start;align-items:flex-start;background-color:#f5f7f9;display:flex;flex-wrap:wrap;height:100vh;width:100%}.style_home_layout__header__t0BnU{height:82px;width:100%}.style_home_layout__body__rXzZ7{align-content:flex-start;align-items:flex-start;display:flex;height:calc(100vh - 82px);justify-content:flex-start;width:100%}.style_home_layout__body__rXzZ7 .style_home_layout_lateral_menu__Ixw\+-{height:100%;width:82px}.style_home_layout__body__rXzZ7 .style_home_layout_content__Y6Kh8{height:100%;overflow-y:auto;padding:40px 50px;width:calc(100% - 82px)}.style_app_no_results__rAG7g{align-content:center;align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;width:100%}.style_app_no_results__text__0KNH2{height:auto;width:100%}.style_app_no_results__text__0KNH2 .style_app_no_results_title__EuMGs{color:#676766;font-weight:700;text-align:center}.style_app_no_results__text__0KNH2 .style_app_no_results_text__FU5DX{color:#000;text-align:center}.style_app_page_title__19w1O{font-size:24px;font-weight:500}.style_app_page_title__secondary__zOGks{color:#676766;font-size:28px;line-height:42px}.style_app_page_title__inner__XO\+h3{align-items:center;display:flex;justify-content:flex-start}.style_app_page_title__tooltip__k1ilZ{display:inline-block;line-height:.5625rem;margin-left:.625rem;vertical-align:middle}.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{background-color:#333;border-radius:4px;color:#fff;font-size:14px;line-height:1.4;outline:0;position:relative;transition-property:transform,visibility,opacity;white-space:normal}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{border-top-color:initial;border-width:8px 8px 0;bottom:-7px;left:0;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{border-bottom-color:initial;border-width:0 8px 8px;left:0;top:-7px;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-left-color:initial;border-width:8px 0 8px 8px;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{border-right-color:initial;border-width:8px 8px 8px 0;left:-7px;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{color:#333;height:16px;width:16px}.tippy-arrow:before{border-color:transparent;border-style:solid;content:"";position:absolute}.tippy-content{padding:5px 9px;z-index:1}.style_app_tooltip__eKYsa,.tippy-content{position:relative}.style_app_tooltip__icon__zSRaB{height:1.125rem;width:1.125rem}.style_app_tooltip__content__CZYth{color:#fff;font-size:12px;font-weight:400;line-height:1.3;padding:3px 0}.style_app_tooltip__content__CZYth ol,.style_app_tooltip__content__CZYth ul{list-style-position:inside;margin:0;padding:0}.style_app_upload_file__LAuXv{border:1px dashed #676766;border-radius:10px;height:100%;width:100%}.style_app_upload_file__upload__lyZ50{color:#676766;cursor:pointer;font-size:16px;gap:15px}.style_app_upload_file__loaded__6aGkg,.style_app_upload_file__upload__lyZ50{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.style_app_upload_file__loaded__6aGkg{align-content:center;flex-wrap:wrap;row-gap:10px}.style_app_upload_file__loaded__6aGkg .style_file_name__DbpKu{align-items:center;background:#ededed;border:1px solid #676766;border-radius:10px;cursor:pointer;display:flex;gap:10px;justify-content:space-between;min-height:69px;width:90%}.style_app_upload_file__loaded__6aGkg .style_file_name__icon__u2N8R{align-items:center;display:flex;height:100%;justify-content:flex-end;width:15%}.style_app_upload_file__loaded__6aGkg .style_file_name__text__fUrFy{align-items:center;display:flex;height:100%;justify-content:flex-start;width:85%}.style_app_upload_file__loaded__6aGkg .style_file_upload__kyyy6{align-items:center;color:#676766;cursor:pointer;display:flex;font-size:16px;gap:15px;height:30px;justify-content:center;width:100%}.style_app_upload_file__loaded__6aGkg .style_file_upload__text__ubp-F{text-decoration:underline}.style_upload_vacancy__Yhwak{align-content:flex-start;align-items:flex-start;background:#fff;border-radius:30px;box-shadow:0 4px 4px rgba(39,59,114,.25);display:flex;flex-wrap:wrap;height:100%;justify-content:flex-start;padding:25px 40px;width:100%}.style_upload_vacancy__title__\+WHX-{font-size:24px;font-weight:500;margin:0}.style_upload_vacancy__download_buttons__YvcY5{align-items:flex-start;display:flex;height:50px;justify-content:space-between;width:100%}.style_upload_vacancy__instructions__X9nna{color:#676766;font-size:16px;font-weight:500;margin-top:60px;width:100%}.style_upload_vacancy__drag_and_drop__dKDXM{height:148px;width:100%}.style_home_view__T5zpi{align-content:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;height:100%;justify-content:center;width:100%}.style_home_view__title__P2mda{align-items:center;display:flex;height:45px;justify-content:flex-start;width:100%}.style_home_view__no_items__5fyEC{height:calc(100% - 45px);width:62%}.style_home_view__new_vacancy__XlkIv{height:calc(100% - 45px);width:38%}.tag_button{align-items:center;background:rgba(255,188,0,.2);border-radius:6px;color:#ffbc00;display:flex;font-size:12px;font-weight:400;height:25px;justify-content:center;padding:0 10px;width:auto}.tag_button__secondary{background:#ededed;color:#676766;font-weight:400;text-transform:uppercase}.buttons_group{align-items:center;border-radius:30px;box-shadow:0 2px 2px rgba(190,199,224,.6);display:flex;height:51px;justify-content:space-between;padding:0 17px;width:152px}.buttons_group .buttons_group__btn{align-items:center;cursor:pointer;display:flex;height:30px;justify-content:center;width:30px}.style_vacancy_button__Ph9Y8{align-items:center;background:#fff;border:1px solid #ededed;cursor:pointer;display:flex;height:100px;justify-content:space-between;padding:0 14px;width:100%}.style_vacancy_button__left_section__EZb6R{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;width:52%}.style_vacancy_button__left_section__EZb6R .style_vacancy_title__7\+s0f{font-weight:700;width:100%}.style_vacancy_button__left_section__EZb6R .style_vacancy_tags__QbOKi{display:flex;gap:5px;height:30px;justify-content:flex-start;margin-top:5px;width:100%}.style_vacancy_button__right_section__F7Ipv{align-items:center;display:flex;height:100%;justify-content:space-between;width:48%}.style_vacancy_button__right_section__F7Ipv .style_vacancy_status__-Q1Cu{height:100%;padding-top:15px;width:auto}.style_vacancy_list__4bh6L{height:auto;row-gap:20px;width:75%}.style_to_be_configure__slcnk,.style_vacancy_list__4bh6L{align-content:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:center}.style_to_be_configure__slcnk,.style_to_be_configure__title__7TqFk{width:100%}.style_to_be_configure__vacancy_list__dHtJ3{align-content:flex-start;align-items:flex-start;display:flex;height:auto;justify-content:center;margin-top:50px;width:945px}.style_app_alert__6mfwi{padding:.5rem 1rem}.style_app_alert__6mfwi.style_enter-done__XBP4A{opacity:1;transition:all .25s ease-in-out;translate:0 0}.style_app_alert__content__dxALW{align-items:center;display:flex;justify-content:flex-start}.style_app_alert__icon__fStA4{border-right:1px solid #fff;left:-1rem;line-height:1px;position:relative;text-align:center;width:3.5rem}.style_app_alert__title__oiE4i{font-size:.875rem;font-weight:700;margin:0}.style_app_alert__text__fOuUM{color:#fff;font-size:.75rem;font-style:normal;font-weight:700;line-height:1.25rem}.style_app_alert__text__fOuUM a{color:#fff;text-decoration:underline}.style_app_alert__6mfwi.style_is_default__S0kKx{background-color:#676766}.style_app_alert__6mfwi.style_is_danger__babmk{background-color:red}.style_app_alert__6mfwi.style_is_info__R0EVD{background-color:#65b1e9}.style_app_alert__6mfwi.style_is_success__jKGMf{background-color:#5fc45b}.style_upload_vacancy__vZJsA{align-content:flex-start;align-items:flex-start;background:transparent;display:flex;flex-wrap:wrap;height:100%;justify-content:flex-start;padding:25px 0;width:100%}.style_upload_vacancy__title__uL23w{color:#676766;font-size:24px;font-weight:500;margin:0}.style_upload_vacancy__paragraph__xuocN{color:#676766;font-weight:500}.style_upload_vacancy__download_buttons__zVC7I{align-items:flex-start;display:flex;height:50px;justify-content:space-between;width:100%}.style_upload_vacancy__instructions__lCu1Q{color:#676766;font-size:16px;font-weight:500;margin-top:60px;width:100%}.style_upload_vacancy__drag_and_drop__aY5Bm{height:148px;width:100%}.style_vacancy_configuration__eTnv6{align-content:flex-start;align-items:flex-start;display:flex;flex-wrap:wrap;height:100%;justify-content:center;width:100%}.style_vacancy_configuration__title__15BZ1{align-items:center;display:flex;height:45px;justify-content:flex-start;width:100%}.style_vacancy_configuration__new_vacancy__f7jT9{height:calc(100% - 45px);width:38%}.style_vacancy_configuration__table__UUppw{height:calc(100% - 45px);width:62%}.style_vacancy_details__lS0uH{width:100%}.style_vacancy_details__section__aSVx0{-webkit-box-wrap:wrap;-ms-flex-pack:space-between;-ms-flex-pack:justify;display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;justify-content:space-between;-webkit-justify-content:space-between;width:100%}.style_vacancy_details__messages__zXH7S{margin:0 auto;min-height:2.375rem;position:relative;top:-30px;width:100%}.style_vacancy_details__messages_inner__nmga7{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;display:flex;justify-content:center;-webkit-justify-content:center}.style_vacancy_details__title__\+0KYx{align-items:center;display:flex;justify-content:flex-start;margin-bottom:1.5rem;width:100%}.style_vacancy_details__resume__7HTf6{min-height:calc(100% - 45px);width:42%}.style_vacancy_details__steps__UApn9{color:#676766}.style_vacancy_details__steps__UApn9 h3{color:#676766;font-size:1.25rem;line-height:1.875rem}.style_vacancy_details__steps_description__dVi8M{margin:0 auto 2.125rem}.style_vacancy_details__steps_controls__kIHPc h4{font-size:.9375rem;font-weight:500;line-height:1.3125rem}.style_vacancy_details__preview__6M6LF{min-height:calc(100% - 45px);position:relative;width:50%}.style_vacancy_details__controls__A8xdg{-ms-flex-align:center;-ms-flex-pack:flex-end;-ms-flex-pack:end;align-items:center;-webkit-align-items:center;display:flex;justify-content:flex-end;-webkit-justify-content:flex-end}.style_main_offer__preview_controls_area__sh0-\+{height:11.1875rem;left:0;opacity:0;position:absolute;top:0;transition:opacity .25s;width:100%;z-index:2}.style_main_offer__preview_controls_area__sh0-\+:hover{opacity:1}.style_main_offer__preview_group_controls__gnlM\+{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;background:#fff;border:1px solid #f2f6ff;border-radius:30px;box-shadow:0 2px 2px rgba(190,199,224,.6);display:flex;justify-content:center;-webkit-justify-content:center;left:50%;min-width:7.375rem;padding:.75rem;position:absolute;top:3.625rem;-webkit-transform:translateX(-50%);transform:translateX(-50%);z-index:1}.style_main_offer__preview_control__ehbEE{background:transparent;border:none;cursor:pointer;line-height:1;opacity:.7}.style_main_offer__preview_logo_controls_area__23JbF{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;display:flex;height:89px;justify-content:center;-webkit-justify-content:center;opacity:0;position:absolute;right:46px;top:120px;transition:opacity .25s;width:93px;z-index:2}.style_main_offer__preview_logo_controls_area__23JbF:hover{opacity:1}.style_main_offer__preview_logo_group_controls__1qBfF{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;background:#fff;border:1px solid #f2f6ff;border-radius:30px;box-shadow:0 2px 2px rgba(190,199,224,.6);display:flex;justify-content:center;-webkit-justify-content:center;left:50%;min-width:76px;padding:3px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.style_resume_card__wrweE{background-color:#fff;border:1px solid #ededed;padding:1.3125rem 1.6875rem}.style_resume_card__heading__eFeQJ{display:flex;margin-bottom:.5rem}.style_resume_card__heading__eFeQJ h3{font-size:1rem;margin:0 1rem 0 0}.style_resume_card__body__aDD9Q{display:flex;margin-bottom:.5rem}.style_resume_card__foot__R7Fuz{display:flex}.style_resume_card__foot_item__kTqSR{color:#bdbdbd;display:inline-block;font-size:12px;line-height:18px;margin-right:1.5rem}.style_resume_card__foot_item__kTqSR:last-child{margin-right:0}.style_app_upload_image__RQvp2{background-color:#ededed;border:1px dashed #676766;border-radius:10px;height:100%;width:100%}.style_app_upload_image__RQvp2.style_is_uploaded__3bwri{background-color:#c7eac9;border-color:#5fc45b;border-style:solid}.style_app_upload_image__RQvp2.style_is_drag_active__VXJYb{background-color:#dedede}.style_app_upload_image__input__k2AzR{clip:rect(0,0,0,0);position:absolute;visibility:hidden}.style_app_upload_image__area__M2Zcy{padding:1.5rem 3rem 1.5rem 1.5rem;position:relative}.style_app_upload_image__state__FyiWx{-webkit-box-wrap:nowrap;-ms-flex-align:center;-ms-flex-pack:center;align-items:center;-webkit-align-items:center;display:flex;flex-wrap:nowrap;-webkit-flex-wrap:nowrap;-ms-flex-wrap:nowrap;justify-content:center;-webkit-justify-content:center;position:relative;z-index:1}.style_app_upload_image__state__FyiWx p{margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.style_is_uploaded__3bwri .style_app_upload_image__state__FyiWx p{color:#10b509}.style_app_upload_image__upload__Vh8Yd{align-items:center;color:#676766;cursor:pointer;display:flex;font-size:16px;gap:15px;height:100%;justify-content:center;width:100%}.style_app_upload_image__upload_icon__\+jZ0L{display:inline-block;line-height:1;margin:0 1rem}.style_app_upload_image__loaded__28NKh{align-content:center;align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:center;row-gap:10px;width:100%}.style_app_upload_image__loaded__28NKh .style_file_name__LfASm{align-items:center;background:#ededed;border:1px solid #676766;border-radius:10px;cursor:pointer;display:flex;gap:10px;justify-content:space-between;min-height:69px;width:90%}.style_app_upload_image__loaded__28NKh .style_file_name__icon__ftUC1{align-items:center;display:flex;height:100%;justify-content:flex-end;width:15%}.style_app_upload_image__loaded__28NKh .style_file_name__text__2YTc4{align-items:center;display:flex;height:100%;justify-content:flex-start;width:85%}.style_app_upload_image__loaded__28NKh .style_file_upload__ZbkBd{align-items:center;color:#676766;cursor:pointer;display:flex;font-size:16px;gap:15px;height:30px;justify-content:center;width:100%}.style_app_upload_image__loaded__28NKh .style_file_upload__text__2XXvV{text-decoration:underline}.style_app_upload_image__close__MCcOh{background:none;border:none;cursor:pointer;line-height:1;outline:0;position:absolute;right:.875rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}#style_form-file-upload__G2-ni{height:16rem;max-width:100%;position:relative;text-align:center;width:28rem}#style_input-file-upload__rV6pn{display:none}#style_label-file-upload__yIrIn{align-items:center;background-color:#f8fafc;border:2px dashed #cbd5e1;border-radius:1rem;display:flex;height:100%;justify-content:center}#style_label-file-upload__yIrIn.style_drag-active__AI2G1{background-color:#fff}.style_upload-button__B5Zp0{background-color:transparent;border:none;cursor:pointer;font-family:Oswald,sans-serif;font-size:1rem;padding:.25rem}.style_upload-button__B5Zp0:hover{text-decoration-line:underline}#style_drag-file-element__jIQHv{border-radius:1rem;bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.style_main_offer__mSxmA{background-color:#fff;height:70vh;max-height:calc(100vh - 180px);overflow-y:scroll;padding:0 0 1rem}.style_main_offer__mSxmA ol,.style_main_offer__mSxmA ul{list-style:none;padding-left:0}.style_main_offer__wrap__spOUS{padding:0 0 2rem}.style_main_offer__toolbar__DA1lb{background-color:var(--color-yellow);left:0;padding:.75rem;position:relative;position:-webkit-sticky;position:sticky;text-align:center;top:-.5rem;z-index:1}.style_main_offer__toolbar__control__jVqdb{position:absolute;right:7px;top:7px}.style_main_offer__toolbar__control__edit__E9Yqw{font-size:12px;text-transform:capitalize}.style_main_offer__toolbar__DA1lb>p{color:#fff;margin:0}.style_main_offer__featured__container__-RG\+2{margin-bottom:32px;position:relative}.style_main_offer__featured__image__hY8IA{background-color:#d9d9d9;border-bottom:8px solid #fff;height:11.1875rem;width:100%}.style_main_offer__featured__image__hY8IA>img{height:100%;object-fit:cover;width:100%}.style_main_offer__featured__brand__JNWmI{align-items:center;background-color:#fff;border:1px solid gray;border-radius:8px;bottom:-32px;display:flex;height:3.9375rem;justify-content:center;overflow:hidden;padding:5px;position:absolute;right:32px;width:5.8125rem}.style_main_offer__featured__brand__JNWmI img{max-width:100%}.style_main_offer__featured__date__SMddf{background:rgba(0,0,0,.5);border-bottom-left-radius:8px;color:#fff;font-size:12px;font-weight:400;max-width:120px;padding:2px 10px;position:absolute;right:0;text-align:center;top:1rem;width:auto}.style_main_offer__content__tgUmw{border-bottom:2px solid #c4c4c4;margin:0 auto;max-width:90%;padding:0 .5rem .5rem}.style_main_offer__content__inner__dJegq{margin:0 auto;max-width:100%}.style_main_offer__content__id__2FUPk small{color:#a9a9a9}.style_main_offer__content__title__GInA8{color:#006338;font-size:1.3125rem;font-weight:600;margin-bottom:0}.style_main_offer__content__salary__vNs47{font-size:.9375rem;font-weight:500;line-height:1.3;margin-bottom:16px;margin-top:5px}.style_main_offer__content_address__qXtRG{color:#676766;font-size:12px;font-weight:500;margin-bottom:0}.style_main_offer__salary__fields__GCaqr{align-items:center;display:flex;justify-content:space-between;margin-bottom:3px}.style_main_offer__salary__fields__GCaqr input{font-size:14px}.style_main_offer__salary__fields__GCaqr p{color:#f44336;font-size:11px;margin:0;position:relative;top:-2px}.style_main_offer__description__28aAO{margin:0 auto;max-width:90%;min-height:45vh;padding:1rem .5rem}.style_main_offer__checkbox__field__XpjiL{left:11px;margin-top:18px;position:relative;top:-.3125rem}.style_main_offer__checkbox__field__XpjiL span:nth-of-type(2){color:#000;font-size:13px}.style_main_offer__vacancy__card__72ZjQ{margin-bottom:1rem}.style_main_offer__vacancy__card__72ZjQ h4{font-size:1rem;font-weight:700;margin-bottom:.5rem;margin-top:0}.style_main_offer__vacancy__card__72ZjQ ol,.style_main_offer__vacancy__card__72ZjQ ul{margin:0 0 8px;padding-left:.625rem}.style_main_offer__vacancy__card__72ZjQ li,.style_main_offer__vacancy__card__72ZjQ p{font-size:12px}.style_main_offer__vacancy__card__72ZjQ li{border-color:#006338;padding-left:18px;padding-top:.4rem;position:relative}.style_main_offer__vacancy__card__72ZjQ li:before{border:1px solid;border-radius:10px;border-radius:34px/28px;box-shadow:0 0 2px rgba(0,0,0,.2);content:"";display:inline-block;height:7px;left:0;position:absolute;top:11px;width:9px}.style_main_offer__bottom__oaBCY{margin:0 auto;max-width:80%}.style_main_offer__bottom__control__NLPcU{text-transform:capitalize;width:100%}.style_main_offer__header__nW\+rB{font:normal normal 700 var(--font-medium-lg) Poppins;position:-webkit-sticky;position:sticky;top:0;z-index:1}@media(max-width:450px){.style_main_offer__header__nW\+rB{font:normal normal 600 var(--font-medium-x2) Poppins}}.style_main_offer__header_title__loCdi{line-height:2.3}.style_main_offer__header_para__i9TLK{color:var(--color-disable);font-weight:600}.style_main_offer_title__oLyR6{color:var(--color-disable);font:normal normal 600 var(--font-medium-lg) Poppins;margin-top:1rem}.style_main_offer_container_channels__w6ddM{border:1px solid var(--color-disable-extra-light);border-radius:8px;display:flex;justify-content:space-between;margin:1rem 0;padding:1rem}.style_main_offer_container_channels_logo__5WYKd{align-items:center;display:flex;height:50%;height:4rem;justify-content:flex-start;margin:0;width:50%}.style_main_offer_container_channels_date__TXgZo{align-items:flex-end;color:var(--color-disable);display:flex;font:normal normal 600 var(--font-small) Poppins;justify-content:flex-end;width:100%}.style_main_offer_container_channels_date_format__-Cvpp{align-items:center;display:flex;margin-left:.3rem}.style_main_offer_container_channels_date_hour__w3fgm{align-items:center;display:flex;margin-left:.7rem}.style_main_offer_container_channels_date_hour_para__h6RS2:last-child{margin-left:.2rem}.style_customHeader__hggM1{display:flex;justify-content:space-between;-webkit-user-select:none;user-select:none;width:100%}.style_customHeader__hggM1 p{font:normal normal 600 16px Poppins}.style_customHeader__iconContainer__F0msz{align-items:center;color:var(--color-admin-primary);display:flex;justify-content:center}.style_customHeader__iconContainer__F0msz p{margin-right:.5rem}.style_customHeader__iconContainer__F0msz:hover{cursor:pointer}.style_customHeader__iconContainer__F0msz:hover p{font:normal normal 600 16px Poppins;text-decoration:underline}html:root{--custom-color-grey-light:#f5f7f9;--custom-color-violet:#7f65f6}*{box-sizing:border-box;font-family:Poppins,sans-serif}html{font-size:16px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-size:1rem;margin:0}.flex_box__centered{-webkit-box-wrap:wrap;display:flex;flex-wrap:wrap;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap}
/*# sourceMappingURL=main.83023992.css.map*/