:root{--font-family-2:"DM Sans";--font-family-3:"DM Mono"}*{box-sizing:inherit;margin:0;padding:0}.loading_screen{color:#586079;justify-content:center;align-items:center;height:100vh;font-size:18px;display:flex}.login_page{background:linear-gradient(135deg,#f5f7fa 0%,#e4e8ec 100%);justify-content:center;align-items:center;min-height:100vh;display:flex}.login_container{background:#fff;border-radius:12px;width:100%;max-width:420px;padding:48px;box-shadow:0 4px 24px #00000014}.login_logo{justify-content:center;margin-bottom:32px;display:flex}.login_logo svg{width:180px;height:auto}.login_container h1{color:#1a1a1a;text-align:center;margin-bottom:8px;font-size:24px;font-weight:600}.login_container>p{color:#586079;text-align:center;margin-bottom:32px;font-size:14px}.login_error{color:#dc2626;background-color:#fee2e2;border:1px solid #fecaca;border-radius:6px;margin-bottom:20px;padding:12px 16px;font-size:14px}.login_field{margin-bottom:20px}.login_field label{color:#374151;margin-bottom:8px;font-size:14px;font-weight:500;display:block}.login_field input{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:14px 16px;font-size:15px;transition:border-color .2s,box-shadow .2s}.login_field input:focus{border-color:#f5c500;outline:none;box-shadow:0 0 0 3px #f5c50026}.login_button{color:#1a1a1a;cursor:pointer;background-color:#f5c500;border:none;border-radius:8px;width:100%;margin-top:8px;padding:14px;font-size:16px;font-weight:600;transition:background-color .2s}.login_button:hover{background-color:#e0b400}.login_button:disabled{cursor:not-allowed;background-color:#d1d5db}html{box-sizing:border-box;scroll-behavior:smooth}body{background-color:#f7f8fc;font-family:Heebo,sans-serif}button{cursor:pointer;border:none;font-family:inherit}a{color:inherit;font-family:inherit;text-decoration:none}label{color:#586079;font-family:inherit;font-size:16px;display:block}.label_margin_b{margin-bottom:14px}input,textarea{border:1px solid #d9d9d9;border-radius:5px;width:100%;padding:16px 20px;font-family:inherit;font-size:15px;transition:all .2s}textarea{resize:none}input:disabled{color:#000;background-color:#ededed}input::placeholder,textarea::placeholder{color:#797979}input:focus,textarea:focus{border-color:#f5c500;outline:none}.flex{display:flex}.flex_column{flex-direction:column}.flex_align_center{align-items:center}.flex_align_start{align-items:flex-start}.flex_align_end{align-items:flex-end}.flex_align_stretch{align-items:stretch}.flex_justify_center{justify-content:center}.flex_justify_center p{text-align:center}.flex_justify_start{justify-content:flex-start}.flex_justify_between{justify-content:space-between}.flex_justify_end{justify-content:flex-end}.flex_wrap{flex-wrap:wrap}.checkbox_input{width:15px;height:15px;position:relative;overflow:hidden}.checkbox_input>input,.checkbox_input>div{cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.checkbox_input>input{z-index:2;opacity:0}.checkbox_input>div{z-index:1;background-color:#d9d9d9;border-radius:3px;transition:all .2s}.checkbox_input>input[type=checkbox]:checked+div{background-color:#265ee3}.period_selector{background-color:#fff;border:1px solid #d9d9d9;border-radius:5px;overflow:hidden}.period_selector div{gap:20px;font-size:16px}.period_selector button{background-color:#0000;padding:16px 30px}.select_input{position:relative}.select_input input{padding-right:50px}.select_input button{background-color:#0000;width:19px;height:14px;position:absolute;top:21px;right:20px}.select_input_dropdown{z-index:10;background-color:#fff;border:1px solid #f5c500;border-top:none;border-bottom-right-radius:5px;border-bottom-left-radius:5px;width:100%;max-height:200px;position:absolute;top:100%;right:0;overflow-y:auto}.select_input_option{cursor:pointer;padding:12px 20px;font-size:15px;transition:background-color .2s}.select_input_option:hover{background-color:#f7f8fc}.select_input_no_results{color:#797979;cursor:default}.select_input_no_results:hover{background-color:#0000}.password_input{position:relative}.password_input input{padding-right:45px}.password_input button{background-color:#0000;width:17px;height:14px;position:absolute;top:20px;right:20px}.time_input{position:relative}.time_input input{padding-right:40px}.time_input button{background-color:#0000;width:14px;height:14px;position:absolute;top:21px;right:20px}.date_input{position:relative}.date_input input{padding-right:40px}.date_input_display{color:#1a1a1a;-webkit-user-select:none;user-select:none;background:#fff;border:1px solid #d9d9d9;border-radius:8px;align-items:center;min-width:160px;padding:12px 40px 12px 16px;font-size:14px;display:flex}.date_input button{z-index:2;width:14px;height:14px;position:absolute;top:14px;right:14px}.search_input{position:relative}.search_input input{padding-right:45px}.search_input button{background-color:#0000;width:18px;height:18px;position:absolute;top:18px;right:20px}.toggle{border-radius:25px;width:55px;height:24px;padding:2px 4px;transition:all .2s;position:relative}.toggle>div{z-index:2;background-color:#fff;border-radius:50%;width:16px;height:16px;transition:all .2s;position:absolute;top:4px;left:4px}.layout{grid-template-columns:375fr 1546fr;display:grid}.utility_button{border-radius:5px;gap:10px;min-width:290px;padding:16px 30px;font-size:18px;font-weight:500}.utility_button_blue{background-color:#d5e5f4}.utility_button_yellow{background-color:#ffd100}.utility_button_black{color:#fff;background-color:#000}.decline_button{color:#fff;background-color:#e53a3a;border-radius:5px;gap:10px;padding:13px 30px;font-size:18px;font-weight:500}.accept_button{color:#fff;background-color:#34c759;border-radius:5px;gap:10px;padding:13px 30px;font-size:18px;font-weight:500}.sidebar{background-color:#fff;border-right:1px solid #d9d9d9;height:100%}.sidebar>div:first-of-type{grid-template-rows:88px;grid-template-columns:130fr 244fr;display:grid}.sidebar>div:first-of-type>div:first-of-type{background-color:#ffd100}.sidebar>div:first-of-type>div:nth-of-type(2){padding-left:16px}.sidebar>div:first-of-type h1{font-size:16px;font-weight:700}.sidebar>div:nth-of-type(2){gap:210px;padding:20px 18px 30px}.sidebar>div:nth-of-type(2)>div:first-of-type{gap:35px}.sidebar h2{color:#ccc;margin-bottom:6px;padding-left:20px;font-size:16px;font-weight:500}.sidebar_links_list{gap:6px;width:100%}.sidebar_link{border-radius:5px;gap:20px;width:100%;padding:16px 30px;font-size:20px;font-weight:500}.sidebar_link_active{color:#e53a3a;background-color:#fdebe7}.sidebar_link_highlighted{background-color:#ffd100}.sidebar_btn_wrapper{width:100%}.sidebar_btn_wrapper .utility_button{width:100%!important}.overlay{opacity:.6;z-index:9999;background-color:#5860799c;width:100%;height:100%;position:fixed;top:0;left:0}.modal{z-index:99999;background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.dashboard_data_cards_grid{grid-template-columns:repeat(4,295fr);gap:20px;margin-bottom:40px;display:grid}.dashboard_data_card{background-color:#fff;border:1px solid #d9d9d9;border-radius:5px;padding:20px}.dashboard_data_card>div:first-of-type{margin-bottom:20px}.dashboard_data_card>div:first-of-type p{color:#797979;font-size:18px;font-weight:500}.dashboard_data_card>div:first-of-type div{border-radius:5px;width:30px;height:30px}.dashboard_data_card_icon_wrapper_yellow{background-color:#ffd100}.dashboard_data_card_icon_wrapper_blue{background-color:#d5e5f4}.dashboard_data_card>p:first-of-type{margin-bottom:-10px;font-size:30px;font-weight:700}.dashboard_data_card>p:nth-of-type(2){color:#bbb;font-size:14px;font-weight:500}.dashboard_data_card_value_green,.dashboard_data_card_percentage_green{color:#29af29}.dashboard_data_card_value_red,.dashboard_data_card_percentage_red{color:#e53a3a}.dashboard_charts{grid-template-columns:repeat(2,1fr);column-gap:20px;margin-bottom:20px;display:grid}.dashboard_charts>div{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:20px}.dashboard_charts>div h2{margin-bottom:24px;font-size:20px;font-weight:500}.dashboard_tables_grid{grid-template-columns:repeat(2,610fr);column-gap:17px;margin-bottom:20px;display:grid}.dashboard_table{background-color:#fff;border:1px solid #d9d9d9;border-radius:14px}.dashboard_table_top{padding:16px 20px 10px}.dashboard_table_top h2{font-family:var(--font-family-2);font-size:16px;font-weight:700}.dashboard_table_top h3{color:#6b6b7b;font-size:12px;font-weight:300}.dashboard_table_top_link{color:#f5c500;font-size:12px;font-weight:600;font-family:var(--font-family-2)}.dashboard_table_header{font-size:12px;font-family:var(--font-family-2);color:#6b6b7b;text-transform:uppercase;background-color:#f7f7fa;border-bottom:1px solid #d9d9d9;padding-top:10px;padding-bottom:10px;padding-left:20px;font-weight:600}.dashboard_table_row{border-bottom:1px solid #d9d9d9;padding-top:11px;padding-bottom:11px;padding-left:20px}.dashboard_table_row:last-of-type{border-bottom:none}.dashboard_employees_table_grid{grid-template-columns:221fr 141fr 138fr 110fr;display:grid}.dashboard_employee>div:first-of-type{gap:8px}.dashboard_employee>div:first-of-type>div:first-of-type{text-align:center;border-radius:50%;width:28px;height:28px}.dashboard_employee>div:first-of-type>div:first-of-type span{font-size:11px;font-weight:700;font-family:var(--font-family-2)}.dashboard_employee>div:first-of-type>div:first-of-type.dashboard_employee_initials_wrapper_green{color:#15803d;background-color:#dcfce7}.dashboard_employee>div:first-of-type>div:nth-of-type(2) p:first-of-type{font-family:var(--font-family-2);font-size:14px;font-weight:600}.dashboard_employee>div:first-of-type>div:nth-of-type(2) p:nth-of-type(2){font-size:11px;font-family:var(--font-family-2);color:#6b6b7b}.dashboard_employee>div:nth-of-type(2){font-family:var(--font-family-2);color:#6b6b7b;font-size:12px}.dashboard_employee>div:nth-of-type(3){font-family:var(--font-family-3);color:#0a0a0a;font-size:12px;font-weight:500}.dashboard_employee>div:nth-of-type(4)>div{border-radius:20px;gap:4px;padding:3px 12px}.dashboard_employee>div:nth-of-type(4)>div div{border-radius:50%;width:5px;height:5px}.dashboard_employee>div:nth-of-type(4)>div p{font-family:var(--font-family-2);font-size:11px;font-weight:600}.dashboard_departments_table_grid{font-family:var(--font-family-2);grid-template-columns:157fr 121fr 173fr 180fr;display:grid}.dashboard_department>div:first-of-type{font-size:13px;font-weight:600}.dashboard_department>div:nth-of-type(2){color:#6b6b7b;font-size:13px;font-weight:300}.dashboard_department>div:nth-of-type(3){font-family:var(--font-family-3);font-size:12px;font-weight:400}.dashboard_department>div:nth-of-type(4){gap:8px}.dashboard_department>div:nth-of-type(4) p{color:#6b6b7b;font-size:11px;font-weight:600}.dashboard_report{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;width:100%;margin-bottom:30px;padding:30px}.dashboard_report>h2{margin-bottom:37px;font-size:20px;font-weight:500}.dashboard_report>div{grid-template-columns:repeat(4,295fr);column-gap:30px;display:grid}.top_controls{background-color:#fff;border-bottom:1px solid #d9d9d9;padding:18px 30px}.top_controls h2{font-size:22px;font-weight:500}.top_controls h3{color:gray;font-size:16px;font-weight:400}.page_content{padding:30px 80px 42px 30px}.info_box{border:1px solid #d9d9d9;border-radius:5px;padding:25px 20px}.info_box>p:first-of-type{color:#797979;margin-bottom:30px;font-size:19px;font-weight:500}.info_box>p:nth-of-type(2){font-size:30px;font-weight:700}.info_box_red>p:nth-of-type(2){color:#e53a3a}.location_boxes_grid{grid-template-columns:repeat(2,700fr);gap:30px;display:grid}.location_box{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:30px}.location_box h3{margin-bottom:35px;font-size:20px;font-weight:500}.location_box>div:first-of-type{grid-template-columns:repeat(2,303fr);gap:42px;margin-bottom:30px;display:grid}.location_box_actions{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.location_box_link{border-radius:5px;gap:10px;padding:13px 30px;font-size:18px;font-weight:500}.location_box_link_yellow{background-color:#ffd100}.location_box_link_red{color:#fff;background-color:#e53a3a}.location_box_link_black{color:#fff;background-color:#000}.location_box_link_blue{background-color:#d5e5f4}.onboarding>div{margin-bottom:30px}.onboarding>div>h2{margin-bottom:25px;font-size:24px;font-weight:500}.onboarding_create_section{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;margin-bottom:40px;padding:30px}.onboarding_create_section h2{margin-bottom:32px;font-size:20px;font-weight:500}.onboarding_create_section>div:first-of-type{margin-bottom:29px}.onboarding_create_section>div:first-of-type label{margin-bottom:14px;font-size:16px;display:block}.onboarding_create_section>div:nth-of-type(2){margin-bottom:30px}.onboarding_create_section>div:nth-of-type(2) label{margin-bottom:14px;font-size:18px;display:block}.onboarding_create_section>button{background-color:#ffd100;border-radius:5px;gap:10px;padding:12px 30px;font-size:19px;font-weight:500}.onboarding_current_sections{grid-template-columns:repeat(3,1fr);column-gap:30px;display:grid}.onboarding_section{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:30px}.onboarding_section>div:first-of-type{margin-bottom:25px}.onboarding_section>div:first-of-type h3{font-size:18px;font-weight:500}.onboarding_section>div:first-of-type div{gap:10px}.onboarding_section>div:first-of-type p{color:#797979;font-size:15px}.onboarding_section>div:nth-of-type(2){gap:10px;min-height:270px}.onboarding_section>div:nth-of-type(2)>div{flex-grow:1;gap:10px}.onboarding_section>div:nth-of-type(2)>div>div{color:#333;background-color:#f7f8fc;border-radius:5px;width:100%;padding:14px 20px;font-size:17px}.onboarding_section>div:nth-of-type(2)>div>div>div{gap:15px}.onboarding_section .utility_button{min-width:100%}.onboarding_files_table{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;overflow:hidden}.onboarding_files_table_grid{grid-template-columns:850fr 100fr 400fr;display:grid}.onboarding_files_table_header{color:#797979;border-bottom:1px solid #d9d9d9;padding:30px;font-size:15px}.onboading_file{border-bottom:1px solid #d9d9d9;padding:25px 30px}.onboading_file>div:first-of-type{font-size:18px;font-weight:500}.onboading_file>div:nth-of-type(2) div{color:#333;border-radius:30px;padding:6px 25px;font-size:18px;font-weight:500}.pagination{background-color:#fff;width:100%;padding:18px 15px}.pagination>p{color:#797979;font-size:12px}.pagination_btns{border:1px solid #d9d9d9;border-radius:5px;grid-template-rows:54px;grid-template-columns:repeat(7,65px);display:grid;overflow:hidden}.pagination_btns button{color:#586079;background-color:#fff;border-right:1px solid #d9d9d9;font-size:15px;font-weight:500}.pagination_btns button:last-of-type{border-right:none}.custom_file_input{background-color:#fff;width:100%;height:232px;position:relative}.custom_file_input input,.custom_file_input button{width:100%;height:100%;position:absolute;top:0;left:0}.custom_file_input input{z-index:2;cursor:pointer;opacity:0}.custom_file_input button{z-index:1;background-color:#fff;border:1px dashed #ccc;border-radius:10px}.custom_file_input button p:first-of-type{color:#797979;margin-bottom:6px;font-size:20px;font-weight:500}.custom_file_input button p:first-of-type span{color:#e53a3a}.custom_file_input button p:nth-of-type(2){color:#797979;font-size:16px;font-weight:500}.employees_top_page_controls>div:nth-of-type(2){gap:26px}.employees_top_controls{margin-bottom:16px}.employees_top_controls>div:first-of-type{gap:20px}.employees_table{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;overflow:hidden}.employees_table_grid{grid-template-columns:92fr 648fr 114fr 193fr 100fr 100fr 193fr;display:grid}.employees_table_header{border-bottom:1px solid #d9d9d9;padding-top:30px;padding-bottom:30px}.employees_table_header>div:nth-of-type(2){padding-left:30px}.employees_table_header>div:last-of-type{padding-right:40px}.employee_row{border-bottom:1px solid #d9d9d9;grid-template-rows:86px}.employee_row>div{border-right:1px solid #d9d9d9}.employee_row>div:first-of-type{font-size:18px;font-weight:500}.employee_row>div:nth-of-type(2){gap:20px;padding-left:30px}.employee_row>div:nth-of-type(2)>div{border-radius:50%;width:32px;height:32px;font-size:15px}.employee_row>div:nth-of-type(2)>p{font-size:18px;font-weight:500}.employee_row>div:nth-of-type(3)>div{border-radius:50%;width:24px;height:24px}.employee_row>div:nth-of-type(4),.employee_row>div:nth-of-type(7){font-size:20px;font-weight:500}.employee_row>div:nth-of-type(4) span,.employee_row>div:nth-of-type(7) span{color:#ccc;font-size:16px}.employee_row>div:nth-of-type(5),.employee_row>div:nth-of-type(6){font-size:20px;font-weight:500}.employee_row>div:nth-of-type(5){color:#29af29}.employee_row>div:nth-of-type(6){color:#e53a3a}.employee_row>div:last-of-type{border-right:none}.employee_details_general{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;margin-bottom:30px;padding:20px}.employee_details_profile_pic{background-color:#d9d9d9;border-radius:50%;justify-content:center;align-items:center;width:130px;height:130px;display:flex;position:relative;overflow:hidden}.profile_pic_overlay{color:#fff;text-align:center;opacity:0;background:#00000080;padding:8px 0;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.employee_details_profile_pic:hover .profile_pic_overlay{opacity:1}.employee_details_general>div:first-of-type{gap:20px}.employee_details_general>div:first-of-type>div:nth-of-type(2)>div:first-of-type{gap:15px;margin-bottom:15px}.employee_details_general>div:first-of-type>div:nth-of-type(2)>div:first-of-type h1{font-size:24px;font-weight:700}.employee_details_general>div:first-of-type>div:nth-of-type(2)>div:first-of-type>div:first-of-type{color:#29af29;background-color:#bce9bc;border:1px solid #6abe7c;border-radius:20px;padding:5px 13px}.employee_details_general>div:first-of-type>div:nth-of-type(2)>div:first-of-type>div:nth-of-type(2){color:#586079;gap:10px;font-size:16px}.employee_details_general>div:first-of-type>div:nth-of-type(2)>div:nth-of-type(2){color:#586079;grid-template-columns:max-content max-content;gap:16px 24px;font-size:16px;display:grid}.employee_details_general>div:nth-of-type(2){gap:20px}.employee_details_tab_btns{grid-template-columns:217px 267px 195px 195px 195px 195px;padding-left:20px;display:grid}.employee_details_tab_btns button{text-align:center;color:#586079;background-color:#0000;border-top-left-radius:4px;border-top-right-radius:4px;padding-top:13px;padding-bottom:13px;font-size:20px;transition:all .2s}.employee_details_tab_btns button.employee_details_tab_active_btn{color:#000;background-color:#d5e5f4}.employee_file{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;grid-template-columns:923fr 457fr;column-gap:20px;padding:20px;display:grid}.employee_file h3{font-size:20px;font-weight:500}.employee_file_box{border:1px solid #d9d9d9;border-radius:5px;width:100%;padding:20px}.employee_file_h3_button_wrapper{margin-bottom:8px}.employee_file>div:nth-of-type(2){gap:20px}.employee_file_personal_data{margin-bottom:20px}.employee_file_personal_data>div:first-of-type,.employee_file_contact_data>div:first-of-type{margin-bottom:8px}.employee_file_personal_data>div:first-of-type button,.employee_file_contact_data>div:first-of-type button{background-color:#d5e5f4;border-radius:5px;gap:10px;width:228px;padding:16px 30px;font-size:20px;font-weight:500}.employee_file_personal_data>div:nth-of-type(2),.employee_file_contact_data>div:nth-of-type(2){grid-template-columns:repeat(2,1fr);row-gap:25px;display:grid}.employee_file_personal_data>div:nth-of-type(2) span,.employee_file_contact_data>div:nth-of-type(2) span{color:#586079;margin-bottom:12px;font-size:16px;display:block}.employee_file_personal_data>div:nth-of-type(2) p,.employee_file_contact_data>div:nth-of-type(2) p{font-size:20px;font-weight:500}.employee_file_personal_data>div:nth-of-type(2)>div>div,.employee_file_contact_data>div:nth-of-type(2)>div>div{gap:12px}.employee_file_personal_data>div:nth-of-type(2)>div:last-of-type{grid-column:1/-1}.employee_file_contact_data{margin-bottom:20px}.employee_file_saga h3,.employee_file_bank h3,.employee_file_metadate h3{margin-bottom:21px}.employee_file_saga>div,.employee_file_bank>div:nth-of-type(2),.employee_file_metadate>div>div{color:#333;background-color:#f7f8fc;border-radius:5px;width:100%;padding:15px 20px;font-size:18px}.employee_file_saga>div p:nth-of-type(2),.employee_file_saga>div>div p,.employee_file_bank>div:nth-of-type(2) p:nth-of-type(2),.employee_file_metadate>div>div p:nth-of-type(2){color:#000;font-weight:700}.employee_file_saga>div>div{gap:15px}.employee_file_saga>div:first-of-type{margin-bottom:21px}.employee_file_bank>div:first-of-type{gap:15px;margin-bottom:21px}.employee_file_bank>div:first-of-type>div:first-of-type{background-color:#fde476;border-radius:5px;width:46px;height:46px}.employee_file_bank>div:first-of-type>div:nth-of-type(2) p{font-size:20px;font-weight:500}.employee_file_bank>div:first-of-type>div:nth-of-type(2) span{color:#333;font-size:15px}.employee_file_metadate>div{gap:21px}.employee_details_time_off{background-color:#fff;border:1px solid #d9d9d9;overflow:hidden}.employee_details_time_off>div:first-of-type{gap:20px;padding:20px 20px 30px}.employee_details_time_off_item{background-color:#f7f8fc;border:1px solid #d5e5f4;border-radius:5px;width:100%;padding:16px 18px}.employee_details_time_off_item>div:first-of-type{gap:20px}.employee_details_time_off_item>div:first-of-type>div:first-of-type{border-radius:50%;width:50px;height:50px}.employee_details_time_off_item>div:first-of-type>div:nth-of-type(2) p{font-size:20px;font-weight:500}.employee_details_time_off_item>div:first-of-type>div:nth-of-type(2) span{color:#586079;font-size:16px}.employee_details_time_off_item>div:nth-of-type(2){gap:20px}.employee_details_time_off_item>div:nth-of-type(2)>div:first-of-type{gap:12px}.employee_details_time_off_item>div:nth-of-type(2)>div:last-of-type{border-style:solid;border-width:1px;border-radius:20px;padding:5px 15px;font-size:15px;font-weight:500}.employee_details_time_off_item_wrapper{width:100%}.employee_details_time_off_extra{background-color:#f7f8fc;border:1px solid #d5e5f4;border-top:none;border-radius:0 0 5px 5px;margin-top:-5px;padding:8px 20px 12px 90px}.employee_details_time_off_notes{color:#586079;margin-bottom:6px;font-size:13px;line-height:1.4}.employee_details_time_off_attachments{flex-wrap:wrap;gap:8px;display:flex}.employee_details_time_off_attachment{color:#2563eb;background:#eff6ff;border:1px solid #dbeafe;border-radius:6px;padding:4px 10px;font-size:12px;text-decoration:none}.employee_details_time_off_attachment:hover{background:#dbeafe}.employee_details_documents{background-color:#fff;border:1px solid #d9d9d9;padding:20px}.employee_details_documents>div:first-of-type{gap:20px;margin-bottom:35px}.employee_details_documents>div:nth-of-type(2)>button{color:#586079;background-color:#d5e5f4;border:1px dashed #7ca3c7;border-radius:5px;gap:10px;width:310px;padding:15px 30px;font-size:20px;font-weight:500}.employee_details_doc{background-color:#f7f8fc;border:1px solid #d5e5f4;border-radius:5px;width:100%;padding:16px 18px}.employee_details_doc>div:first-of-type{gap:22px}.employee_details_doc>div:first-of-type>div:first-of-type{background-color:#b1ecf8;border-radius:50%;width:50px;height:50px}.employee_details_doc>div:first-of-type>div:nth-of-type(2) p{margin-bottom:8px;font-size:20px;font-weight:500}.employee_details_doc>div:first-of-type>div:nth-of-type(2)>div{color:#586079;gap:12px;font-size:12px}.employee_details_doc>div:first-of-type>div:nth-of-type(2)>div div{background-color:#586079;border-radius:50%;width:4px;height:4px}.employee_details_doc>div:nth-of-type(2){gap:50px}.employee_details_doc>div:nth-of-type(2) button{background-color:#0000}.employee_details_log_change{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px}.employee_details_log_change>div:first-of-type,.employee_details_log_change>div:nth-of-type(3){padding:23px 20px}.employee_details_log_change>div:first-of-type>div{gap:18px}.period_btns{background-color:#fff;border:1px solid #d9d9d9;border-radius:5px;grid-template-rows:55px;grid-template-columns:65px 66px 135px;display:grid}.period_btns button{text-align:center;color:#797979;background-color:#0000;border-right:1px solid #d9d9d9;font-size:15px}.period_btns button:last-of-type{border-right:none}.period_btns button.period_btn_active{color:#000;background-color:#f3f4f6}.employee_details_log_change_table_grid{grid-template-columns:232fr 314fr 152fr 742fr;display:grid}.employee_details_log_change_table_grid_head{border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;padding:20px 0;font-size:15px}.employee_details_log_change_table_grid_head>div:first-of-type{padding-left:44px}.employee_details_log_change_table_grid_head>div:nth-of-type(2){padding-left:16px}.employee_details_log_change_table_grid_row{border-bottom:1px solid #d9d9d9;grid-template-rows:70px}.employee_details_log_change_table_grid_row>div{border-right:1px solid #d9d9d9}.employee_details_log_change_table_grid_row>div:first-of-type{gap:10px}.employee_details_log_change_table_grid_row>div:first-of-type p:first-of-type{color:#586079;font-size:18px;font-weight:500}.employee_details_log_change_table_grid_row>div:first-of-type p:nth-of-type(2){color:#797979;font-size:18px}.employee_details_log_change_table_grid_row>div:nth-of-type(2){gap:16px;padding:0 16px}.employee_details_log_change_table_grid_row>div:nth-of-type(2)>div:first-of-type{background-color:#d9d9d9;border-radius:50%;width:32px;height:32px}.log_user_avatar{color:#586079;background-color:#d9d9d9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex;overflow:hidden}.employee_details_log_change_table_grid_row>div:nth-of-type(2)>div:nth-of-type(2) p:first-of-type{margin-bottom:2px;font-size:18px;font-weight:500}.employee_details_log_change_table_grid_row>div:nth-of-type(2)>div:nth-of-type(2) p:nth-of-type(2){color:#586079;font-size:15px}.employee_details_log_change_table_grid_row>div:nth-of-type(3)>div{border-style:solid;border-width:1px;border-radius:20px;width:100px;padding-top:2px;padding-bottom:2px;font-size:15px;font-weight:500}.employee_details_log_change_table_grid_row>div:last-of-type{border-right:none;padding:0 28px;font-size:18px}.employee_details_resignations{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;gap:20px;padding:25px 20px}.employee_details_resignations>div{width:100%}.employee_details_resignations_item{background-color:#f7f8fc;border:1px solid #d5e5f4;border-radius:5px;padding:18px}.employee_details_resignations_item>div:first-of-type{gap:22px}.employee_details_resignations_item>div:first-of-type>div:first-of-type{background-color:#d9d9d9;border-radius:50%;width:50px;height:50px}.employee_details_resignations_item>div:first-of-type>div:nth-of-type(2)>p:first-of-type{font-size:20px;font-weight:500}.employee_details_resignations_item>div:first-of-type>div:nth-of-type(2)>p:nth-of-type(2),.employee_details_resignation_document>div:first-of-type>div:nth-of-type(2)>div{color:#586079;font-size:16px}.employee_details_resignation_document>div:first-of-type>div:nth-of-type(2)>div{gap:12px}.employee_details_resignation_document>div:first-of-type>div:nth-of-type(2)>div div{background-color:#586079;border-radius:50%;width:4px;height:4px}.employee_details_resignations_item>div:nth-of-type(2){gap:20px}.employee_details_resignations_item>div:nth-of-type(2)>div{gap:12px}.employee_details_resignations_item_status{border-style:solid;border-width:1px;border-radius:20px;padding:5px 15px;font-size:12px}.employee_details_resignation_document button{background-color:#0000}.add_employee{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:34px 170px 34px 34px}.add_employee>div:first-of-type{grid-template-columns:repeat(2,1fr);gap:25px 30px;margin-bottom:44px;display:grid}.add_employee_checkboxes_grid{grid-template-columns:max-content max-content;gap:13px 39px;display:grid}.add_employee_checkboxes_grid_3_columns{grid-template-columns:repeat(3,max-content)}.add_employee_checkboxes_grid>div{gap:20px}.add_employee>div:first-of-type>div:last-of-type{grid-column:1/-1;grid-template-columns:repeat(2,1fr);align-items:end;column-gap:30px;width:100%;display:grid}.add_employee>div:nth-of-type(2){margin-bottom:22px}.add_employee_generate_pass_btn,.add_user_form_pass_btn{background-color:#d5e5f4;border-radius:5px;width:310px;height:55px;padding:17px 30px;font-size:20px;font-weight:500}.dashboard_hr_page>div:first-of-type{margin-bottom:30px}.dashboard_hr_page>div:first-of-type>div{gap:20px}.dashboard_hr_page>div:nth-of-type(2){grid-template-columns:repeat(2,1fr);column-gap:30px;margin-bottom:30px;display:grid}.dashboard_hr_page>div:nth-of-type(2)>div{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:20px}.dashboard_hr_page>div:nth-of-type(2)>div h2{margin-bottom:22px;font-size:18px;font-weight:500}.users>div:first-of-type{margin-bottom:17px}.users_table{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;overflow:hidden}.users_table_grid{grid-template-columns:337fr 303fr 247fr 166fr 166fr 135fr 85fr;display:grid}.users_table_head{border-bottom:1px solid #d9d9d9;grid-template-rows:60px}.users_table_head>div:first-of-type{padding-left:65px}.users_table_head>div:nth-of-type(2),.users_table_head>div:nth-of-type(3){padding-left:30px}.users_table_row{border-bottom:1px solid #d9d9d9;grid-template-rows:70px}.users_table_row>div{border-right:1px solid #d9d9d9}.users_table_row>div:first-of-type{gap:16px;padding-left:16px}.users_table_row>div:first-of-type>div:first-of-type{background-color:#d9d9d9;border-radius:50%;width:32px;height:32px}.users_table_row>div:first-of-type>div:nth-of-type(2) p:first-of-type{font-size:18px;font-weight:500}.users_table_row>div:first-of-type>div:nth-of-type(2) p:nth-of-type(2){color:#586079;font-size:15px}.users_table_row>div:nth-of-type(2),.users_table_row>div:nth-of-type(3){padding-left:30px;font-size:18px}.users_table_row>div:nth-of-type(4),.users_table_row>div:nth-of-type(5){color:#586079;font-size:16px}.users_table_row>div:nth-of-type(6)>div{text-align:center;border-style:solid;border-width:1px;border-radius:20px;width:102px}.users_table_row>div:last-of-type{border-right:none}.add_user_form{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:30px 180px 38px 30px}.add_user_form>div{grid-template-columns:repeat(2,1fr);gap:25px 30px;margin-bottom:30px;display:grid}.add_user_form>div>div:last-of-type{grid-column:1/-1;grid-template-columns:repeat(2,1fr);align-items:end;column-gap:30px;display:grid}.roles>div:first-of-type{margin-bottom:17px}.roles_table{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;overflow:hidden}.roles_table_grid{grid-template-columns:454fr 474fr 332fr 180fr;display:grid}.roles_table_head{color:#797979;border-bottom:1px solid #d9d9d9;grid-template-rows:62px;font-size:15px}.roles_table_head>div:first-of-type{padding-left:30px}.roles_table_head>div:nth-of-type(2){padding-left:50px}.roles_table_row{border-bottom:1px solid #d9d9d9;grid-template-rows:60px}.roles_table_row>div{border-right:1px solid #d9d9d9}.roles_table_row>div:first-of-type{padding-left:30px;font-size:18px;font-weight:500}.roles_table_row>div:nth-of-type(2){padding-left:50px;font-size:18px}.roles_table_row>div:nth-of-type(3){font-size:18px;font-weight:500}.roles_table_row>div:last-of-type{border-right:none;gap:50px}.roles_action_btn{cursor:pointer;background:#fff;border:1px solid #e5e5e5;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;transition:border-color .2s;display:flex}.roles_action_btn:hover{border-color:#999}.roles_action_btn_delete:hover{border-color:#ef4444}.modal_input{box-sizing:border-box;border:1px solid #d9d9d9;border-radius:8px;outline:none;width:100%;padding:10px 14px;font-size:14px;transition:border-color .2s}.modal_input:focus{border-color:#ffd100}.modal_actions{justify-content:flex-end;gap:10px;margin-top:20px;display:flex}.modal_btn_cancel{cursor:pointer;background:#fff;border:1px solid #d9d9d9;border-radius:8px;padding:10px 20px;font-size:14px;transition:border-color .2s}.modal_btn_cancel:hover{border-color:#999}.modal_btn_save{cursor:pointer;background:#ffd100;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:background-color .2s}.modal_btn_save:hover{background:#e6bc00}.modal_btn_save:disabled{opacity:.5;cursor:not-allowed}.permissions_role{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;grid-template-columns:600fr 600fr 171fr;column-gap:20px;margin-bottom:20px;padding:25px 20px;display:grid}.permissions_role>div:nth-of-type(3)>div{gap:10px;margin-bottom:4px}.permissions_role>div:nth-of-type(3)>p{color:gray;width:100%;font-size:14px}.permissions_manager{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px}.permissions_manager>div:first-of-type{border-bottom:1px solid #d9d9d9;padding:25px 30px 0}.permissions_manager>div:first-of-type h3{margin-bottom:36px;font-size:18px;font-weight:500}.permissions_manager>div:first-of-type>div{grid-template-columns:115px 156px 173px 237px 170px;display:grid}.permissions_manager>div:first-of-type>div button{color:#586079;background-color:#0000;border-top-left-radius:4px;border-top-right-radius:4px;padding:12px 44px;font-size:20px;transition:all .2s}.permissions_manager>div:first-of-type>div button.permissions_manager_tab_btn_active{color:#000;background-color:#d5e5f4}.permissions_manager>div:nth-of-type(2){padding:30px}.permissions_tab{grid-template-columns:repeat(3,1fr);gap:30px;display:grid}.permissions_box{border:1px solid #d9d9d9;border-radius:5px;padding:20px}.permissions_box>div:first-of-type{gap:10px;margin-bottom:30px}.permissions_box>div:nth-of-type(2){border:1px solid #d9d9d9;border-radius:5px;grid-template-columns:repeat(2,max-content);column-gap:50px;padding:25px 20px;display:grid;position:relative}.permissions_box>div:nth-of-type(2)>div:first-of-type{color:#586079;background-color:#fff;width:104px;height:30px;font-size:15px;position:absolute;top:-15px;left:30px}.permissions_box>div:nth-of-type(2)>div{gap:18px}.history_registers>div:first-of-type{margin-bottom:33px}.history_table{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;overflow:hidden}.history_table>div:first-of-type{padding:20px}.history_table>div:first-of-type h3{font-size:20px;font-weight:500}.history_table>div:first-of-type>div{gap:20px}.history_table_grid{grid-template-columns:532fr 250fr 185fr 360fr 113fr;display:grid}.history_table_head{border-top:1px solid #d9d9d9;border-bottom:1px solid #d9d9d9;grid-template-rows:60px}.history_table_head>div:first-of-type,.history_table_head>div:nth-of-type(2){padding-left:20px}.history_table_head>div:nth-of-type(4){padding-left:30px}.history_table_row{border-bottom:1px solid #d9d9d9;grid-template-rows:70px}.history_table_row>div{border-right:1px solid #d9d9d9}.history_table_row>div:first-of-type,.history_table_row>div:nth-of-type(2){padding-left:20px}.history_table_row>div:first-of-type{gap:11px}.history_table_row>div:first-of-type>div:first-of-type{border-radius:50%;width:50px;height:50px}.history_table_row>div:first-of-type>div:nth-of-type(2)>p:first-of-type,.history_table_row>div:nth-of-type(2),.history_table_row>div:nth-of-type(3){font-size:18px;font-weight:500}.history_table_row>div:first-of-type>div:nth-of-type(2)>p:nth-of-type(2){color:#797979;font-size:15px}.history_table_row>div:nth-of-type(3){color:#586079}.history_table_row>div:nth-of-type(4){gap:20px;padding-left:30px;font-size:20px;font-weight:500}.history_table_row>div:nth-of-type(4) div{background-color:#d9d9d9;border-radius:50%;width:32px;height:32px}.history_user_avatar{color:#586079;background-color:#d9d9d9;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex;overflow:hidden}.history_user_avatar img{object-fit:cover;width:100%;height:100%}.history_table_row>div:last-of-type{border-right:none}.add_monetary{grid-template-columns:600px 390px;column-gap:20px;display:grid}.add_monetary>div:first-of-type>div:first-of-type{margin-bottom:20px}.add_monetary_table{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;margin-bottom:20px}.add_monetary_table_grid{grid-template-columns:150fr 290fr 160fr;display:grid}.add_monetary_table_head{border-bottom:1px solid #d9d9d9;grid-template-rows:60px}.add_monetary_table_row{border-bottom:1px solid #d9d9d9;grid-template-rows:86px}.add_monetary_table_row:last-of-type{border-bottom:none}.add_monetary_table_row>div{border-right:1px solid #d9d9d9}.add_monetary_table_row>div:first-of-type,.add_monetary_table_row>div:last-of-type{font-size:18px;font-weight:500}.add_monetary_table_row>div:first-of-type span,.add_monetary_table_row>div:last-of-type span{color:#ccc}.add_monetary_table_row>div:nth-of-type(2) input{text-align:center;width:200px;height:55px;font-size:20px;font-weight:500}.add_monetary_table_row>div:last-of-type{border-right:none}.add_monetary>div:first-of-type>div:nth-of-type(3){gap:30px}.add_monetary>div:first-of-type>div:nth-of-type(3)>button{width:390px!important}.add_monetary>div:first-of-type>div:nth-of-type(3) div p:first-of-type{font-size:18px;font-weight:500}.add_monetary>div:first-of-type>div:nth-of-type(3) div p:nth-of-type(2){color:#586079;font-size:14px}.add_monetary>div:nth-of-type(2) label{opacity:0}.add_monetary .total_card{margin-top:20px}.total_card{color:#fff;background-color:#537ff1;border-radius:10px;margin-bottom:20px;padding:30px;font-size:20px}.total_card h4{margin-bottom:19px;font-weight:500}.total_card>p,.total_card>div>div>p:first-of-type{color:#a3bdff}.total_card>p:first-of-type span{color:#fff;font-size:50px;font-weight:700}.total_card>p:first-of-type{margin-bottom:-14px}.total_card>p:nth-of-type(2){margin-bottom:20px}.total_card>div{border-top:1px solid #fff;padding-top:20px}.warning_card{color:#333;background-color:#ffdede;border-radius:10px;gap:17px;margin-bottom:20px;padding:20px;font-size:18px}.add_monetary>div:nth-of-type(2)>button{width:100%!important}.add_monetary>div:nth-of-type(2)>button:first-of-type{margin-bottom:20px}.add_register{grid-template-columns:1064fr 390fr;column-gap:30px;display:grid}.add_register>form{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;min-height:1055px;padding:30px}.add_register>form>div{grid-template-columns:repeat(2,1fr);gap:27px 30px;width:100%;margin-bottom:20px;display:grid}.add_register>form>div>div:last-of-type{grid-column:1/-1}.add_register>form>div>div:last-of-type>div{gap:15px}.add_register_entry{grid-template-columns:50fr 148fr 107fr 477fr 172fr;column-gap:18px;display:grid}.add_register_entry>div:first-of-type{background-color:#f3f3f3;border:1px solid #d9d9d9;border-radius:5px;font-size:15px}.add_register_entry>div:nth-of-type(3){background-color:#fff;border:1px solid #d9d9d9;border-radius:5px;font-size:15px}.add_register>form>div>div:last-of-type>div>button,.add_entry_btn{color:#586079;cursor:pointer;background-color:#d5e5f4;border:1px dashed #7ca3c7;border-radius:5px;gap:10px;width:100%;padding:14px 30px;font-size:20px;font-weight:500;transition:background-color .15s}.add_entry_btn:hover{background-color:#c5d8eb}.remove_entry_btn{color:#e53a3a;cursor:pointer;background:0 0;border:none;border-radius:4px;padding:5px 10px;font-size:16px;transition:background-color .15s}.remove_entry_btn:hover{background-color:#fee}.add_register_entry{position:relative}.add_register_entry input[type=number]{appearance:none;-moz-appearance:textfield}.add_register_entry input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.add_register_entry input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.add_register>div>button{width:100%!important}.add_register>div>button:first-of-type{margin-bottom:20px}.rapoarte_pontaje_top_controls>div:nth-of-type(2){gap:30px}.rapoarte_pontaje>div:first-of-type{grid-template-columns:repeat(4,295px);gap:20px;margin-bottom:20px;display:grid}.rapoarte_pontaje>div:first-of-type>div:first-of-type,.rapoarte_pontaje>div:first-of-type>div:nth-of-type(2){grid-column:span 2}.rapoarte_pontaje_data_card{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:25px 20px}.rapoarte_pontaje_data_card>div{color:#586079;margin-bottom:30px;font-size:18px;font-weight:500}.rapoarte_pontaje_data_card>div>div{border-radius:5px;width:30px;height:30px}.rapoarte_pontaje_data_card>p{font-size:30px;font-weight:700}.rapoarte_pontaje_table{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;overflow:hidden}.rapoarte_pontaje_table_grid{grid-template-columns:360fr 250fr 185fr 113fr 113fr 120fr 185fr 114fr;display:grid}.rapoarte_pontaje_table_head{color:#586079;border-bottom:1px solid #d9d9d9;grid-template-rows:70px;font-size:15px}.rapoarte_pontaje_table_head>div:first-of-type,.rapoarte_pontaje_table_row>div:first-of-type{padding-left:30px}.rapoarte_pontaje_table_head>div:nth-of-type(2),.rapoarte_pontaje_table_row>div:nth-of-type(2){padding-left:20px}.rapoarte_pontaje_table_row{border-bottom:1px solid #d9d9d9;grid-template-rows:70px}.rapoarte_pontaje_table_row>div{border-right:1px solid #d9d9d9}.rapoarte_pontaje_table_row>div:first-of-type{gap:20px}.rapoarte_pontaje_table_row>div:first-of-type>div:first-of-type{background-color:#f5c500;border-radius:50%;width:32px;height:32px}.rapoarte_pontaje_table_row>div:first-of-type>div:nth-of-type(2) p{font-size:20px;font-weight:500}.rapoarte_pontaje_table_row>div:first-of-type>div:nth-of-type(2) div{color:#797979;gap:20px;font-size:15px}.rapoarte_pontaje_table_row>div:nth-of-type(2),.rapoarte_pontaje_table_row>div:nth-of-type(3),.rapoarte_pontaje_table_row>div:nth-of-type(4),.rapoarte_pontaje_table_row>div:nth-of-type(5),.rapoarte_pontaje_table_row>div:nth-of-type(6){font-size:18px;font-weight:500}.rapoarte_pontaje_table_row>div:nth-of-type(3){color:#586079}.rapoarte_pontaje_table_row>div:nth-of-type(7){font-size:15px}.rapoarte_pontaje_table_row>div:nth-of-type(7) div{border-radius:15px;padding:10px}.rapoarte_pontaje_table_row>div:nth-of-type(7) div p{font-weight:600}.rapoarte_pontaje_table_row>div:last-of-type{border-right:none}.rapoarte_pontaje_table>div:nth-of-type(3){padding:20px}.rapoarte_pontaje_modal{width:944px;padding:30px}.rapoarte_pontaje_modal textarea{height:140px}.rapoarte_pontaje_modal>div:first-of-type{grid-template-columns:repeat(2,1fr);gap:20px 30px;margin-bottom:20px;display:grid}.rapoarte_pontaje_modal>div:first-of-type>div:nth-of-type(3){grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.rapoarte_pontaje_modal>div:first-of-type>div:nth-of-type(3)>div:nth-of-type(3) .time_input{width:118px}.rapoarte_pontaje_modal>div:first-of-type>div:last-of-type{grid-column:1/-1}.rapoarte_pontaje_modal>div:nth-of-type(2){gap:20px}.rapoarte_pontaje_modal>div:nth-of-type(2) .utility_button:first-of-type{min-width:192px}.salaries_top_controls>div:nth-of-type(2){gap:22px}.salaries>div:first-of-type{grid-template-columns:repeat(4,295px);align-content:stretch;gap:24px 20px;margin-bottom:17px;display:grid}.salaries>div:first-of-type>button{height:55px;width:100%!important}.salaries_data_card{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:25px 20px 18px}.salaries_data_card>p:first-of-type{margin-bottom:15px;font-size:16px}.salaries_data_card>p:nth-of-type(2){margin-bottom:-10px;font-size:30px;font-weight:700}.salaries_data_card>p:nth-of-type(2) span{color:gray;font-size:15px}.salaries_data_card>span{color:#797979;font-size:12px}.salaries_warning{color:#7a6000;background-color:#fffbe6;border:1px solid #f0d060;border-radius:10px;gap:11px;margin-bottom:17px;padding:12px 14px;font-size:12px}.salaries_warning span{font-weight:700}.salaries_warning span:nth-of-type(2){color:#29af29}.salaries_warning span:nth-of-type(3){color:#e53a3a}.salaries_table{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;overflow:hidden}.salaries_table>div:first-of-type{border-bottom:1px solid #d9d9d9;padding:28px 15px}.salaries_table>div:first-of-type h3{font-size:20px;font-weight:500}.salaries_table>div:first-of-type>div{gap:30px}.salaries_table>div:first-of-type>div>div{color:#797979;gap:6px;font-size:14px}.salaries_table>div:first-of-type>div>div div{border-radius:50%;width:10px;height:10px}.salaries_table>div:first-of-type>div>button.utility_button{min-width:199px!important}.salaries_table_grid{grid-template-columns:40fr 200fr 90fr 80fr 80fr 80fr 80fr 80fr 80fr 80fr 80fr 80fr 80fr 100fr 70fr 70fr;display:grid}.salaries_table_head{color:#797979;background-color:#f7f8fc;border-bottom:1px solid #d9d9d9;grid-template-rows:40px;font-size:12px;font-weight:500}.salaries_table_plus,.salaries_table_minus{border-radius:50%;width:18px;height:18px;margin-left:3px;font-weight:700}.salaries_table_plus{color:#29af29;background-color:#e8f7e8}.salaries_table_minus{color:#e53a3a;background-color:#fce9e9}.salaries_table_cell_light_blue_bg{background-color:#f0f4ff}.salaries_table_head>div:nth-of-type(11){color:#000;font-size:14px;font-weight:700}.salaries_table_row{border-bottom:1px solid #d9d9d9;grid-template-rows:57px}.salaries_table_p_positive_val,.salaries_table_p_neutral_val,.salaries_table_p_negative_val{font-size:14px;font-weight:500}.salaries_table_p_positive_val span,.salaries_table_p_neutral_val span,.salaries_table_p_negative_val span{color:#ccc;font-size:13px;font-weight:400}.salaries_table_p_positive_val{color:#29af29}.salaries_table_p_neutral_val{color:#000}.salaries_table_p_negative_val{color:#e53a3a}.salaries_table_row>div:first-of-type{color:#ccc;font-size:12px}.salaries_table_row>div:nth-of-type(2){gap:10px}.salaries_table_row>div:nth-of-type(2)>div:first-of-type{background-color:#d8eaf7;border-radius:50%;width:34px;height:34px;font-size:11px;font-weight:700}.salaries_table_row>div:nth-of-type(2)>div:nth-of-type(2) p{font-size:13px;font-weight:600}.salaries_table_row>div:nth-of-type(2)>div:nth-of-type(2) div{color:#ccc;gap:4px;font-size:11px}.salaries_table_row>div:nth-of-type(14){font-size:15px;font-weight:700}.salaries_table_row>div:nth-of-type(14) span{color:#ccc;font-size:14px;font-weight:400}.salaries_table_row>div:nth-of-type(15)>div{border-radius:50%;width:24px;height:24px}.salaries_table_row input{width:85px;height:29px;font-size:12px}.salaries_table_bottom{background-color:#f0f2fa;grid-template-rows:50px}.salaries_table_bottom>div:first-of-type{grid-column:span 2;padding-left:16px;font-size:14px;font-weight:700}.salaries_table_bottom>div:first-of-type span{color:#797979;font-size:12px}.salaries_table_bottom>div:last-of-type{font-size:16px;font-weight:700}.salaries_table_bottom>div:last-of-type span{color:#ccc;font-size:15px;font-weight:400}.gestionare_pontaje_warning{color:#7a6000;background-color:#fff8e1;border:1px solid #ffe082;border-radius:8px;gap:8px;margin-bottom:30px;padding:12px 16px;font-size:13px;font-weight:400}.gestionare_pontaje_warning span{font-weight:700}.gestionare_pontaje_cards{grid-template-columns:repeat(4,295px);column-gap:20px;margin-bottom:28px;display:grid}.gestionare_pontaje_data_cart{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:20px}.gestionare_pontaje_data_cart>div:first-of-type{margin-bottom:30px}.gestionare_pontaje_data_cart>div:first-of-type p{color:#586079;font-size:18px;font-weight:500}.gestionare_pontaje_data_cart>div:first-of-type div{border-radius:5px;width:30px;height:30px}.gestionare_pontaje_data_cart>div:nth-of-type(2){gap:15px}.gestionare_pontaje_data_cart>div:nth-of-type(2) span{color:#000;font-size:30px;font-weight:700}.gestionare_pontaje_data_cart>div:nth-of-type(2) p{color:#797979;font-size:15px}.gestionare_pontaje_filters{grid-template-columns:repeat(2,360px);column-gap:20px;margin-bottom:22px;display:grid}.gestionare_pontaje_teams{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:100px;display:grid}.gestionare_pontaje_teams_column{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px}.gestionare_pontaje_teams_column_head{border-bottom:1px solid #d9d9d9;padding:20px}.gestionare_pontaje_teams_column_head>div:first-of-type{gap:15px}.gestionare_pontaje_teams_column_head>div:first-of-type>div:first-of-type{background-color:#fee780;border-radius:5px;width:46px;height:46px}.gestionare_pontaje_teams_column_head>div:first-of-type>div:nth-of-type(2) p:first-of-type{font-size:20px;font-weight:500}.gestionare_pontaje_teams_column_head>div:first-of-type>div:nth-of-type(2) p:nth-of-type(2){color:#586079;font-size:15px}.gestionare_pontaje_teams_column_station{border-bottom:1px solid #d9d9d9;padding:15px 20px}.gestionare_pontaje_teams_column_station:last-of-type{border-bottom:none}.gestionare_pontaje_teams_column_station>p:first-of-type{font-size:18px;font-weight:500}.gestionare_pontaje_teams_column_station>p:nth-of-type(2){color:#586079;margin-bottom:8px;font-size:15px}.gestionare_pontaje_teams_column_station_select_employee{margin-bottom:10px;position:relative}.gestionare_pontaje_teams_column_station_select_employee input{padding-left:55px;padding-right:88px}.gestionare_pontaje_teams_column_station_select_employee_initials{color:#000;background-color:#ffcdcd;border-radius:50%;width:30px;height:30px;font-size:13px;position:absolute;top:12px;left:20px}.gestionare_pontaje_teams_column_station_select_employee_btns{gap:15px;position:absolute;top:12px;right:19px}.gestionare_pontaje_teams_column_station_select_employee_btns button:first-of-type{background-color:#ffd100;border-radius:5px;width:30px;height:30px}.gestionare_pontaje_teams_column_station_select_employee_btns button:nth-of-type(2){width:14px;height:10px}.gestionare_pontaje_teams_column_station_supliment{grid-template-columns:140fr 265fr;column-gap:6px;margin-bottom:10px;display:grid}.gestionare_pontaje_teams_column_station_supliment>div:first-of-type{gap:10px}.gestionare_pontaje_teams_column_station_lipsa{background-color:#fdebe7;border:1px dashed #f97272;border-radius:5px;grid-template-columns:61fr 120fr 181fr;align-content:center;column-gap:12px;margin-bottom:15px;padding:10px 18px;display:grid}.gestionare_pontaje_teams_column_station_lipsa>div:first-of-type p{color:#e53a3a;font-size:12px;display:block}.gestionare_pontaje_teams_column_station_lipsa>input{height:31px;padding:5px 12px;font-size:12px}.gestionare_pontaje_teams_column_station_lipsa>.select_input{height:31px}.gestionare_pontaje_teams_column_station_lipsa>.select_input input{text-align:right;height:100%;padding:5px 12px 5px 25px;font-size:12px}.gestionare_pontaje_teams_column_station_lipsa>.select_input button{width:8px;height:6px;top:12px;left:9px}.gestionare_pontaje_teams_column_station_lipsa>.select_input div{text-align:right}.gestionare_pontaje_teams_column_station_add{color:#265ee3;background-color:#0000;gap:10px;font-size:16px;font-weight:500}.gestionare_pontaje_bottom_btns>div{gap:20px}.gestionare_zone_top_controls>div:nth-of-type(2){gap:33px}.gestionare_zone_grid{grid-template-columns:repeat(3,1fr);gap:20px 30px;margin-bottom:35px;display:grid}.gestionare_zone_column{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;overflow:hidden}.gestionare_zone_column_head{border-bottom:1px solid #d9d9d9;padding:20px}.gestionare_zone_column_head>div:first-of-type{gap:15px}.gestionare_zone_column_head>div:first-of-type>div:first-of-type{background-color:#fee780;border-radius:5px;width:46px;height:46px}.gestionare_zone_column_head>div:first-of-type>div:nth-of-type(2) p:first-of-type{font-size:20px;font-weight:500}.gestionare_zone_column_head>div:first-of-type>div:nth-of-type(2) p:nth-of-type(2){color:#586079;font-size:15px}.gestionare_zone_column_head>div:nth-of-type(2){gap:18px}.gestionare_zone_column_body{min-height:600px}.gestionare_zone_column_item{border-bottom:1px solid #d9d9d9;padding:20px}.gestionare_zone_column_item>div:first-of-type{gap:22px}.gestionare_zone_column_item>div:first-of-type div p:first-of-type{font-size:18px;font-weight:500}.gestionare_zone_column_item>div:first-of-type div p:nth-of-type(2){color:#586079;font-size:14px}.gestionare_zone_column_item>div:nth-of-type(2){gap:20px}.gestionare_zone_column_body>div:nth-of-type(2){padding:20px}.gestionare_zone_add_btn{color:#586079;background-color:#d5e5f4;border:1px dashed #7ca3c7;border-radius:5px;gap:10px;width:100%;padding:12px 30px;font-size:18px;font-weight:500}.modal_overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99999;background-color:#0009;justify-content:center;align-items:center;animation:.2s ease-out fadeIn;display:flex;position:fixed;inset:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal_content{background-color:#fff;border-radius:12px;width:100%;max-width:600px;max-height:90vh;animation:.25s ease-out slideUp;overflow-y:auto;box-shadow:0 25px 50px -12px #00000040,0 12px 24px -8px #00000026}.modal_content::-webkit-scrollbar{width:6px}.modal_content::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.modal_content::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.modal_content::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.modal_header{background-color:#fafafa;border-bottom:1px solid #e5e5e5;border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.modal_header h2{color:#1a1a1a;margin:0;font-size:20px;font-weight:600}.modal_close{cursor:pointer;color:#999;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:20px;line-height:1;transition:all .15s}.modal_close:hover{color:#333;background-color:#f0f0f0}.modal_body{padding:24px}.modal_field{margin-bottom:20px}.modal_field label{color:#374151;margin-bottom:8px;font-size:15px;font-weight:500;display:block}.modal_field input,.modal_field select{width:100%;font-size:16px;font-family:var(--font-inter);background-color:#fff;border:1px solid #d9d9d9;border-radius:8px;padding:12px 16px;transition:all .15s}.modal_field input:hover,.modal_field select:hover{border-color:#b3b3b3}.modal_field input:focus,.modal_field select:focus{border-color:#f5c500;outline:none;box-shadow:0 0 0 3px #f5c50026}.modal_field input::placeholder{color:#9ca3af}.modal_field_checkbox label{cursor:pointer;align-items:center;gap:10px;font-weight:400;display:flex}.modal_field_checkbox input[type=checkbox]{accent-color:#f5c500;cursor:pointer;width:18px;height:18px}.modal_row{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.modal_footer{background-color:#fafafa;border-top:1px solid #e5e5e5;border-radius:0 0 12px 12px;justify-content:flex-end;gap:12px;padding:16px 24px;display:flex}.modal_footer button{cursor:pointer;border-radius:8px;padding:12px 24px;font-size:15px;font-weight:500;transition:all .15s}.modal_footer button:first-child{color:#374151;background-color:#fff;border:1px solid #d9d9d9}.modal_footer button:first-child:hover{background-color:#f5f5f5;border-color:#b3b3b3}.modal_footer button:last-child{color:#000;background-color:#f5c500;border:1px solid #f5c500}.modal_footer button:last-child:hover{background-color:#e6b800;border-color:#e6b800}.gestionare_zone_add_zona{background-color:#fff;border:1px solid #d9d9d9;border-radius:5px;width:455px;margin-bottom:30px;padding:24px 20px}.gestionare_zone_ctas{gap:28px}.gestionare_zone_modal{z-index:99999;background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;width:1036px;padding:20px 30px;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.gestionare_zone_modal>h2{margin-bottom:5px;font-size:18px;font-weight:500}.gestionare_zone_modal>div:first-of-type{grid-template-columns:repeat(2,1fr);gap:18px 50px;margin-bottom:25px;display:grid}.gestionare_zone_modal>p{color:#586079;margin-bottom:15px;font-size:16px}.gestionare_zone_modal>div:nth-of-type(2){grid-template-columns:repeat(3,1fr);gap:14px 16px;margin-bottom:170px;display:grid}.gestionare_zone_modal>div:nth-of-type(2)>div{background-color:#f8efc8;border:1px solid #d9d9d9;border-radius:5px;padding:10px 20px}.gestionare_zone_modal>div:nth-of-type(2)>div p:first-of-type{color:#586079;font-size:16px;font-weight:500}.gestionare_zone_modal>div:nth-of-type(2)>div p:nth-of-type(2){font-size:18px}.gestionare_zone_modal>div:nth-of-type(3){gap:25px}.gestionare_zone_modal>div:nth-of-type(3) .utility_button:first-of-type{min-width:192px!important}.toast_container{z-index:10000;pointer-events:none;flex-direction:column;gap:10px;display:flex;position:fixed;top:20px;right:20px}.toast_item{pointer-events:all;background:#fff;border-radius:10px;align-items:center;gap:12px;min-width:300px;max-width:420px;padding:14px 16px;animation:.3s forwards toast_slide_in;display:flex;box-shadow:0 4px 20px #0000001f}.toast_item_exit{animation:.3s forwards toast_slide_out}.toast_icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:700;display:flex}.toast_message{color:#1a1a1a;flex:1;font-size:14px;font-weight:500;line-height:1.4}.toast_close{color:#999;cursor:pointer;background:0 0;border:none;flex-shrink:0;padding:2px 4px;font-size:16px}.toast_close:hover{color:#333}@keyframes toast_slide_in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toast_slide_out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.confirm_overlay{z-index:10001;background:#0006;justify-content:center;align-items:center;animation:.2s confirm_fade_in;display:flex;position:fixed;inset:0}.confirm_modal{background:#fff;border-radius:12px;width:90%;max-width:400px;padding:28px 32px;box-shadow:0 8px 30px #00000026}.confirm_message{color:#1a1a1a;margin-bottom:24px;font-size:15px;font-weight:500;line-height:1.5}.confirm_buttons{justify-content:flex-end;gap:10px;display:flex}.confirm_btn{cursor:pointer;border:none;border-radius:8px;padding:10px 20px;font-size:14px;font-weight:600;transition:opacity .15s}.confirm_btn:hover{opacity:.85}.confirm_btn_cancel{color:#333;background:#f0f0f0}.confirm_btn_ok{color:#fff;background:#e53a3a}@keyframes confirm_fade_in{0%{opacity:0}to{opacity:1}}.employee_salary_settings{flex-direction:column;gap:25px;padding:20px;display:flex}.employee_salary_settings_current{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:20px 25px}.employee_salary_settings_current>div:first-child{margin-bottom:20px}.employee_salary_settings_current h3{font-size:18px;font-weight:600}.employee_salary_settings_grid{grid-template-columns:repeat(4,1fr);gap:20px;display:grid}.employee_salary_settings_grid>div{flex-direction:column;gap:6px;display:flex}.employee_salary_settings_grid>div span{color:#797979;font-size:12px}.employee_salary_settings_grid>div p{font-size:16px;font-weight:600}.employee_salary_settings_form{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.employee_salary_settings_form>div{flex-direction:column;gap:6px;display:flex}.employee_salary_settings_form label{color:#586079;font-size:13px;font-weight:500}.employee_salary_settings_form input,.employee_salary_settings_form select{border:1px solid #d9d9d9;border-radius:8px;outline:none;padding:10px 14px;font-size:14px;transition:border-color .2s}.employee_salary_settings_form input:focus,.employee_salary_settings_form select:focus{border-color:#586079}.employee_salary_settings_history{background-color:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:20px 25px}.employee_salary_settings_history h3{margin-bottom:15px;font-size:18px;font-weight:600}.employee_salary_settings_history_head,.employee_salary_settings_history_row{grid-template-columns:repeat(5,1fr);padding:10px 0;display:grid}.employee_salary_settings_history_head{color:#797979;border-bottom:1px solid #d9d9d9;font-size:12px;font-weight:500}.employee_salary_settings_history_row{border-bottom:1px solid #f0f0f0;font-size:14px}.employee_salary_settings_history_row:last-child{border-bottom:none}.portal_login_page{background-color:#6b7280;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.portal_login_card{background:#fff;border-radius:16px;width:100%;max-width:380px;padding:32px 28px;box-shadow:0 20px 60px #00000026}.portal_login_header{align-items:center;gap:12px;margin-bottom:24px;display:flex}.portal_login_header h2{color:#1a1a1a;margin:0;font-size:15px;font-weight:700}.portal_login_header p{color:#6b7280;margin:0;font-size:13px}.portal_login_logo{justify-content:center;align-items:center;width:44px;height:44px;display:flex}.portal_login_logo svg{width:44px;height:44px}.portal_login_card>h1{color:#1a1a1a;margin-bottom:6px;font-size:26px;font-weight:700}.portal_login_subtitle{color:#6b7280;margin-bottom:24px;font-size:14px}.portal_login_field{margin-bottom:16px}.portal_login_field label{color:#374151;margin-bottom:6px;font-size:13px;font-weight:600;display:block}.portal_login_field input{border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;padding:14px 16px;font-size:15px;transition:border-color .2s}.portal_login_field input:focus{border-color:#f5c500;box-shadow:0 0 0 3px #f5c5001f}.portal_login_field input::placeholder{color:#9ca3af}.portal_login_button{color:#1a1a1a;cursor:pointer;background-color:#f5c500;border:none;border-radius:28px;width:100%;margin-top:8px;padding:14px;font-size:15px;font-weight:700;transition:background-color .2s}.portal_login_button:hover{background-color:#e0b400}.portal_login_button:disabled{cursor:not-allowed;background-color:#d1d5db}.portal_login_error{color:#dc2626;background-color:#fef2f2;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:13px}.portal_login_footer{text-align:center;color:#6b7280;margin-top:20px;font-size:13px}.portal_login_footer a{color:#e53a3a;font-weight:600;text-decoration:none}.portal_login_footer a:hover{text-decoration:underline}.portal_onboarding_page{background-color:#f3f4f6;justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.portal_onboarding_card{background:#fff;border-radius:16px;width:100%;max-width:400px;padding:32px 28px;box-shadow:0 4px 24px #00000014}.portal_onboarding_logo{justify-content:center;margin-bottom:20px;display:flex}.portal_onboarding_logo svg{width:80px;height:80px}.portal_onboarding_card>h1{color:#1a1a1a;text-align:center;margin-bottom:8px;font-size:22px;font-weight:700}.portal_onboarding_subtitle{color:#6b7280;text-align:center;margin-bottom:24px;font-size:14px;line-height:1.4}.portal_onboarding_steps{flex-direction:column;gap:12px;margin-bottom:20px;display:flex}.portal_onboarding_step{border:1px solid #e5e7eb;border-radius:12px;align-items:flex-start;gap:14px;padding:14px 16px;transition:border-color .2s;display:flex}.portal_onboarding_step:hover{border-color:#f5c500}.portal_onboarding_step_number{color:#1a1a1a;background-color:#f5c500;border-radius:50%;justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.portal_onboarding_step_content h3{color:#1a1a1a;margin-bottom:4px;font-size:14px;font-weight:700}.portal_onboarding_step_content p{color:#6b7280;font-size:13px;line-height:1.4}.portal_onboarding_info{background-color:#f9fafb;border-radius:10px;align-items:flex-start;gap:10px;margin-bottom:20px;padding:12px 16px;display:flex}.portal_onboarding_info_icon{font-size:20px}.portal_onboarding_info p{color:#374151;font-size:13px;line-height:1.5}.portal_onboarding_button{color:#1a1a1a;cursor:pointer;background-color:#f5c500;border:none;border-radius:28px;width:100%;padding:14px;font-size:15px;font-weight:700;transition:background-color .2s}.portal_onboarding_button:hover{background-color:#e0b400}.portal_onboarding_button:disabled{cursor:not-allowed;background-color:#d1d5db}.portal_onboarding_button_secondary{color:#374151;cursor:pointer;background-color:#0000;border:1px solid #e5e7eb;border-radius:28px;width:100%;padding:14px;font-size:15px;font-weight:600;transition:border-color .2s}.portal_onboarding_button_secondary:hover{border-color:#9ca3af}.portal_onboarding_nav{gap:12px;margin-top:24px;display:flex}.portal_onboarding_nav .portal_onboarding_button,.portal_onboarding_nav .portal_onboarding_button_secondary{flex:1}.portal_onboarding_progress{background-color:#e5e7eb;border-radius:2px;height:4px;margin-bottom:8px;overflow:hidden}.portal_onboarding_progress_bar{background-color:#f5c500;border-radius:2px;height:100%;transition:width .3s}.portal_onboarding_step_label{color:#9ca3af;margin-bottom:16px;font-size:12px}.portal_onboarding_docs_list,.portal_onboarding_doc_section{margin-bottom:16px}.portal_onboarding_doc_section h3{color:#1a1a1a;margin-bottom:8px;font-size:14px;font-weight:700}.portal_onboarding_doc_link{color:#1a1a1a;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:8px;margin-bottom:8px;padding:10px 12px;font-size:14px;text-decoration:none;transition:border-color .2s,background-color .2s;display:flex}.portal_onboarding_doc_link:hover{background-color:#fffbeb;border-color:#f5c500}.portal_onboarding_doc_icon{font-size:18px}.portal_container{flex-direction:column;align-items:center;min-height:100vh;padding:16px;display:flex}.portal_card{border-radius:16px;width:100%;max-width:400px}.portal_materials_header{background-color:#fff;border-bottom:1px solid #d6d4d4;justify-content:space-between;align-items:center;width:100%;max-width:400px;padding:10px 16px;display:flex}.portal_materials_header_left{align-items:center;gap:10px;display:flex}.portal_materials_header_left h3{color:#1a1a1a;margin:0;font-size:15px;font-weight:700}.portal_materials_header_left p{color:#6b7280;margin:0;font-size:12px}.portal_materials_logo{background:#f5c500;border-radius:10px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.portal_materials_logo svg{width:32px;height:32px}.portal_materials_logout{color:#374151;cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;font-size:13px;font-weight:500;display:flex}.portal_materials_logout:hover{color:#1a1a1a}.portal_materials_title{color:#1a1a1a;margin-bottom:6px;font-size:22px;font-weight:700}.portal_materials_subtitle{color:#9ca3af;margin-bottom:20px;font-size:13px}.portal_materials_progress_card{background:linear-gradient(135deg,#f5c500 0%,#fbbf24 100%);border-radius:14px;margin-bottom:20px;padding:16px 18px}.portal_materials_progress_top{justify-content:space-between;align-items:flex-start;margin-bottom:10px;display:flex}.portal_materials_progress_left span{color:#1a1a1a;font-size:14px;font-weight:700}.portal_materials_progress_left p{color:#374151;margin-top:2px;font-size:12px}.portal_materials_progress_pct{color:#1a1a1a;font-size:24px;font-weight:700}.portal_materials_progress_bar_wrap{background-color:#fff;border-radius:5px;height:10px;overflow:hidden}.portal_materials_progress_bar_fill{background-color:#1a1a1a;border-radius:5px;height:100%;transition:width .3s}.portal_materials_tabs{gap:8px;margin-bottom:20px;display:flex}.portal_materials_tab{cursor:pointer;color:#374151;background:#fff;border:1px solid #e5e7eb;border-radius:12px;flex-direction:column;flex:1;align-items:center;gap:6px;padding:12px 8px;font-size:12px;font-weight:600;transition:border-color .2s;display:flex}.portal_materials_tab.active{background-color:#fffbeb;border-color:#f5c500}.portal_tab_badge{border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;font-size:11px;font-weight:700;display:flex}.portal_tab_badge_green{color:#065f46;background-color:#d1fae5}.portal_tab_badge_yellow{color:#92400e;background-color:#fef3c7}.portal_tab_badge_grey{color:#6b7280;background-color:#f3f4f6}.portal_materials_list_header{justify-content:space-between;align-items:center;margin-bottom:14px;display:flex}.portal_materials_list_header h2{color:#1a1a1a;font-size:14px;font-weight:700}.portal_materials_list_header span{color:#10b981;font-size:12px;font-weight:600}.portal_materials_sections{flex-direction:row;gap:10px;margin-bottom:20px;padding-bottom:4px;display:flex;overflow-x:auto}.portal_materials_section_box{cursor:pointer;background:#fff;border:2px solid #e5e7eb;border-radius:14px;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:10px;min-width:80px;padding:16px 16px 12px;transition:border-color .2s,background .2s;display:flex}.portal_materials_section_box:hover{background:#fafafa;border-color:#d1d5db}.portal_materials_section_box.active{background:#fffce8;border-color:#f5c500}.portal_materials_section_box.completed{border-color:#22c55e}.portal_materials_section_badge{color:#374151;background:#f3f4f6;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:12px;font-weight:700;display:flex}.portal_materials_section_box.active .portal_materials_section_badge{color:#1a1a1a;background:#f5c500}.portal_materials_section_box.completed .portal_materials_section_badge{color:#16a34a;background:#dcfce7}.portal_materials_section_label{color:#374151;text-align:center;white-space:nowrap;font-size:11px;font-weight:600}.portal_materials_section_empty{color:#9ca3af;text-align:center;padding:14px;font-size:13px}.portal_materials_docs_panel{flex-direction:column;gap:10px;display:flex}.portal_materials_list{flex-direction:column;gap:12px;display:flex}.portal_materials_item{cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:14px;align-items:center;gap:14px;padding:14px 16px;transition:border-color .2s,box-shadow .2s;display:flex}.portal_materials_item:hover{border-color:#fbbf24;box-shadow:0 2px 12px #f5c5001f}.portal_materials_item_icon{border-radius:12px;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;font-size:18px;display:flex}.portal_materials_item_info{flex:1;min-width:0}.portal_materials_item_name{color:#1a1a1a;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.portal_materials_item_meta{color:#6b7280;margin-top:2px;font-size:12px}.portal_materials_item_status{justify-content:center;align-items:center;width:32px;min-width:32px;height:32px;display:flex}.portal_materials_check{color:#fff;background-color:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;font-weight:700;display:flex}.portal_materials_download{color:#2563eb;background-color:#dbeafe;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.portal_complete_card{flex-direction:column;align-items:center;min-height:calc(100vh - 40px);padding-bottom:80px;display:flex;position:relative}.portal_complete_icon{background-color:#22c55e;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;margin:24px 0 16px;display:flex}.portal_complete_title{color:#1a1a1a;text-align:center;margin-bottom:8px;font-size:22px;font-weight:700}.portal_complete_subtitle{color:#6b7280;text-align:center;max-width:260px;margin-bottom:24px;font-size:13px;line-height:1.5}.portal_complete_summary{background-color:#fff;border:1px solid #e5e7eb;border-radius:14px;width:100%;margin-bottom:24px;padding:20px}.portal_complete_summary h3{color:#1a1a1a;margin-bottom:16px;font-size:15px;font-weight:700}.portal_complete_summary_item{border-top:1px solid #f3f4f6;justify-content:space-between;align-items:center;padding:14px 0;display:flex}.portal_complete_summary_left{color:#1a1a1a;align-items:center;gap:12px;font-size:14px;font-weight:500;display:flex}.portal_complete_summary_right{color:#374151;align-items:center;gap:8px;font-size:13px;font-weight:600;display:flex}.portal_complete_count_done{color:#22c55e}.portal_complete_button{color:#1a1a1a;cursor:pointer;background-color:#fbbf24;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;width:100%;padding:16px 24px;font-size:15px;font-weight:700;transition:background-color .2s;display:flex}.portal_complete_button:hover{background-color:#f5c500}.portal_dashboard{padding-bottom:24px}.portal_dash_banner{background-color:#bfffbf;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:8px 10px;display:flex}.portal_dash_banner_left{align-items:center;gap:10px;display:flex}.portal_dash_banner_title{color:#1a1a1a;font-size:13px;font-weight:700}.portal_dash_banner_text{color:#6b7280;margin-top:1px;font-size:11px}.portal_dash_banner_close{cursor:pointer;color:#6b7280;background:0 0;border:none;padding:4px}.portal_dash_actions{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.portal_dash_action_btn{color:#1a1a1a;cursor:pointer;background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:10px;padding:14px 16px;font-size:14px;font-weight:500;transition:border-color .2s;display:flex}.portal_dash_action_btn:hover{border-color:#f5c500}.portal_dash_stats{grid-template-columns:1fr 1fr;gap:10px;margin-bottom:16px;display:grid}.portal_dash_stat_card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:14px;box-shadow:1px 5px 10px #e3e0e0}.portal_dash_stat_header{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.portal_dash_stat_header span{color:#6b7280;font-size:11px}.portal_dash_stat_value{color:#1a1a1a;font-size:28px;font-weight:700}.portal_dash_stat_unit{color:#6b7280;font-size:14px;font-weight:400}.portal_dash_stat_change{margin-top:4px;font-size:11px}.portal_dash_stat_change.negative{color:#ef4444}.portal_dash_stat_change.positive{color:#22c55e}.portal_dash_leave_card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:20px;padding:14px}.portal_dash_leave_header{justify-content:space-between;align-items:center;margin-bottom:4px;display:flex}.portal_dash_leave_header span{color:#6b7280;font-size:12px}.portal_dash_leave_value{color:#1a1a1a;font-size:28px;font-weight:700}.portal_dash_leave_value span{color:#6b7280;font-size:14px;font-weight:400}.portal_dash_section{margin-bottom:20px}.portal_dash_section_header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.portal_dash_section_header h3{color:#1a1a1a;font-size:14px;font-weight:700}.portal_dash_section_link{color:#6b7280;cursor:pointer;background:0 0;border:none;font-size:12px;font-weight:500}.portal_dash_section_link:hover{color:#1a1a1a}.portal_dash_list{flex-direction:column;gap:8px;display:flex}.portal_dash_list_item{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:12px;padding:8px 10px;display:flex}.portal_dash_list_icon{border-radius:10px;justify-content:center;align-items:center;width:36px;min-width:36px;height:36px;display:flex}.portal_dash_list_info{flex:1;min-width:0}.portal_dash_list_name{color:#1a1a1a;font-size:13px;font-weight:600}.portal_dash_list_meta{color:#6b7280;margin-top:2px;font-size:11px}.portal_dash_badge{border-radius:20px;padding:4px 10px;font-size:11px;font-weight:600}.badge_green{color:#065f46;background-color:#d1fae5}.badge_red{color:#dc2626;background-color:#fce4ec}.badge_yellow{color:#92400e;background-color:#fef3c7}.portal_dash_download_icon{cursor:pointer;background-color:#dbeafe;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.portal_dash_empty{color:#6b7280;padding:12px 0;font-size:13px}.rapoarte_layout{grid-template-columns:1fr 280px;gap:24px;display:grid}.rapoarte_chart_container{background:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:20px}.rapoarte_stats{flex-direction:column;gap:16px;display:flex}.rapoarte_stat_card{background:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:16px 20px}.rapoarte_stat_card_title{color:#797979;font-size:13px;font-weight:500}.rapoarte_stat_card_icon{border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.rapoarte_stat_card_icon_green{background-color:#dcfce7}.rapoarte_stat_card_icon_red{background-color:#fee2e2}.rapoarte_stat_card_icon_blue{background-color:#dbeafe}.rapoarte_stat_card_value{margin:4px 0;font-size:28px;font-weight:700}.rapoarte_stat_card_value_green{color:#29af29}.rapoarte_stat_card_value_red{color:#e53a3a}.rapoarte_stat_card_value_blue{color:#1a1a1a}.rapoarte_stat_card_subtitle{color:#999;font-size:12px}.rapoarte_stat_card_pct_green{color:#29af29;font-weight:500}.rapoarte_stat_card_pct_red{color:#e53a3a;font-weight:500}.rapoarte_stat_card_pct_blue{color:#586079;font-weight:500}.rapoarte_bottom_grid{grid-template-columns:1fr 1fr;gap:24px;margin-top:24px;display:grid}.rapoarte_card{background:#fff;border:1px solid #d9d9d9;border-radius:10px;padding:24px}.rapoarte_card h3{color:#1a1a1a;font-size:16px;font-weight:600}.rapoarte_card_label{color:#797979;margin-bottom:6px;font-size:13px}.rapoarte_donut_center{text-align:center;pointer-events:none;position:absolute;top:50%;left:calc(50% - 50px);transform:translate(-50%,-50%)}.rapoarte_donut_center span{color:#1a1a1a;font-size:32px;font-weight:700}.rapoarte_salary_list{flex-direction:column;gap:16px;display:flex}.rapoarte_salary_item{border-bottom:1px solid #f0f0f0;padding-bottom:16px}.rapoarte_salary_item:last-child{border-bottom:none;padding-bottom:0}.rapoarte_salary_role{color:#1a1a1a;font-size:14px;font-weight:500}.rapoarte_salary_value{color:#1a1a1a;font-size:14px;font-weight:600}.rapoarte_salary_bar_bg{background-color:#f0f0f0;border-radius:4px;height:8px;margin-top:8px;overflow:hidden}.rapoarte_salary_bar{border-radius:4px;height:100%;transition:width .4s}.settings_page{max-width:900px}.settings_section{border-bottom:1px solid #e5e5e5;margin-bottom:32px;padding-bottom:24px}.settings_section:last-of-type{border-bottom:none}.settings_section h3{color:#1f2937;margin-bottom:16px;font-size:16px;font-weight:600}.settings_grid{grid-template-columns:1fr 1fr;gap:16px;display:grid}.settings_field{flex-direction:column;display:flex}.settings_toggle_row{flex-direction:column;gap:4px;display:flex}.settings_toggle_label{cursor:pointer;align-items:center;gap:10px;font-size:14px;font-weight:500;display:flex}.settings_toggle_label input[type=checkbox]{accent-color:#ffd100;cursor:pointer;width:18px;height:18px}.settings_toggle_desc{color:#6b7280;margin-left:28px;font-size:13px}.settings_actions{margin-top:24px}.portal_leave_form{flex-direction:column;gap:20px;display:flex}.portal_leave_section{flex-direction:column;gap:8px;display:flex}.portal_leave_label{color:#374151;font-size:13px;font-weight:600}.portal_leave_date_row{flex-direction:column;align-items:center;gap:5px;display:flex}.portal_leave_date_sep{color:#9ca3af;font-size:14px}.portal_leave_input{color:#1a1a1a;background:#fff;border:1px solid #e5e7eb;border-radius:10px;outline:none;flex:1;padding:12px 14px;font-size:14px;transition:border-color .2s}.portal_leave_input:focus{border-color:#fbbf24}.portal_leave_upload_area{cursor:pointer;background-color:#fff;border:2px dashed #e5e7eb;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;padding:28px 20px;transition:border-color .2s,background .2s;display:flex}.portal_leave_upload_area:hover{background:#fafafa;border-color:#d1d5db}.portal_leave_upload_text{color:#e53a3a;margin-top:10px;font-size:14px;font-weight:600}.portal_leave_upload_hint{color:#9ca3af;text-align:center;margin-top:4px;font-size:12px}.portal_leave_file_list{flex-direction:column;gap:6px;margin-top:8px;display:flex}.portal_leave_file_item{color:#374151;background:#f9fafb;border-radius:8px;justify-content:space-between;align-items:center;padding:8px 12px;font-size:12px;display:flex}.portal_leave_file_remove{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:0 4px;font-size:16px}.portal_leave_file_remove:hover{color:#ef4444}.portal_leave_textarea{color:#1a1a1a;resize:vertical;border:1px solid #e5e7eb;border-radius:10px;outline:none;width:100%;min-height:120px;padding:14px;font-family:inherit;font-size:14px;transition:border-color .2s}.portal_leave_textarea:focus{border-color:#fbbf24}.portal_leave_error{color:#ef4444;text-align:center;font-size:13px}.portal_leave_submit{color:#000;cursor:pointer;background:#d5e5f4;border:none;border-radius:8px;width:100%;padding:16px;font-size:15px;font-weight:700;transition:background .2s}.portal_leave_submit:hover{background:#2563eb}.portal_leave_submit:disabled{opacity:.6;cursor:not-allowed}.portal_leave_back{text-align:center;color:#6b7280;cursor:pointer;background:0 0;border:none;width:100%;margin-top:16px;font-size:13px;display:block}.portal_leave_back:hover{color:#1a1a1a}.portal_profile_header{flex-direction:column;align-items:center;padding:24px 0 20px;display:flex}.portal_profile_avatar{color:#1a1a1a;cursor:pointer;background:#fbbf24;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:12px;font-size:28px;font-weight:700;display:flex;position:relative;overflow:visible}.portal_profile_avatar img{object-fit:cover;border-radius:50%;width:100%;height:100%}.portal_profile_avatar_edit{background:#374151;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;bottom:0;right:0}.portal_profile_name{color:#1a1a1a;margin-bottom:4px;font-size:18px;font-weight:700}.portal_profile_meta{color:#6b7280;margin-bottom:8px;font-size:13px}.portal_profile_status{color:#16a34a;background:#dcfce7;border:1px solid #bbf7d0;border-radius:20px;padding:3px 12px;font-size:12px;font-weight:600;display:inline-block}.portal_profile_section{background:#fff;border:1px solid #e5e7eb;border-radius:14px;margin-bottom:16px;padding:18px}.portal_profile_section_title{color:#1a1a1a;border-bottom:1px solid #f3f4f6;align-items:center;gap:8px;margin-bottom:14px;padding-bottom:10px;font-size:14px;font-weight:700;display:flex}.portal_profile_field{margin-bottom:14px}.portal_profile_field:last-child{margin-bottom:0}.portal_profile_field label{color:#9ca3af;text-transform:uppercase;letter-spacing:.3px;margin-bottom:4px;font-size:11px;font-weight:600;display:block}.portal_profile_field input{color:#1a1a1a;background:0 0;border:none;border-bottom:1px solid #e5e7eb;outline:none;width:100%;padding:10px 0;font-size:14px;transition:border-color .2s}.portal_profile_field input:focus{border-bottom-color:#fbbf24}.portal_profile_success{color:#16a34a;text-align:center;margin-bottom:8px;font-size:13px}.import_saga_container{flex-direction:column;gap:20px;padding:20px;display:flex}.import_saga_card{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:560px;padding:28px}.import_saga_card h3{color:#1a1a1a;margin-bottom:6px;font-size:18px;font-weight:700}.import_saga_desc{color:#6b7280;margin-bottom:20px;font-size:14px;line-height:1.5}.import_saga_drop_zone{text-align:center;cursor:pointer;border:2px dashed #d1d5db;border-radius:12px;flex-direction:column;align-items:center;gap:8px;margin-bottom:16px;padding:36px 20px;transition:border-color .2s,background .2s;display:flex}.import_saga_drop_zone:hover{background:#fffbeb;border-color:#fbbf24}.import_saga_drop_zone p{color:#374151;font-size:14px;font-weight:600}.import_saga_drop_zone span{color:#9ca3af;font-size:12px}.import_saga_file{background:#f0fdf4;border:1px solid #d1fae5;border-radius:10px;justify-content:space-between;align-items:center;margin-bottom:16px;padding:12px 14px;display:flex}.import_saga_file_info{align-items:center;gap:10px;display:flex}.import_saga_file_info p{color:#1a1a1a;font-size:14px;font-weight:600}.import_saga_file_info span{color:#6b7280;font-size:12px}.import_saga_remove{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:4px 8px;font-size:16px}.import_saga_remove:hover{color:#ef4444}.import_saga_btn{color:#1a1a1a;cursor:pointer;background:#fbbf24;border:none;border-radius:10px;width:100%;padding:12px;font-size:14px;font-weight:700;transition:background .2s}.import_saga_btn:hover:not(:disabled){background:#f59e0b}.import_saga_btn:disabled{opacity:.5;cursor:not-allowed}.import_saga_result{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:560px;padding:24px}.import_saga_result h3{margin-bottom:16px;font-size:16px;font-weight:700}.import_saga_stats{gap:16px;display:flex}.import_saga_stat{text-align:center;background:#f9fafb;border-radius:10px;flex:1;padding:16px}.import_saga_stat span{color:#1a1a1a;margin-bottom:4px;font-size:28px;font-weight:700;display:block}.import_saga_stat p{color:#6b7280;font-size:12px;font-weight:600}.import_saga_stat_green{background:#f0fdf4}.import_saga_stat_green span{color:#16a34a}.import_saga_stat_blue{background:#eff6ff}.import_saga_stat_blue span{color:#2563eb}.import_saga_stat_red{background:#fef2f2}.import_saga_stat_red span{color:#dc2626}.import_saga_warnings{background:#fffbeb;border:1px solid #fde68a;border-radius:8px;margin-top:16px;padding:12px}.import_saga_warnings h4{color:#b45309;margin-bottom:6px;font-size:13px;font-weight:700}.import_saga_warnings p{color:#92400e;font-size:12px;line-height:1.5}.import_saga_errors{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:16px;padding:12px}.import_saga_errors h4{color:#dc2626;margin-bottom:6px;font-size:13px;font-weight:700}.import_saga_errors p{color:#991b1b;font-size:12px;line-height:1.5}
