:root{--green:#77ba17;--green_hover:#638f23;--blue:#0096f6;--blue_hover:#0b71b2}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;font-display:swap;background:#e9e9e9;font-family:proxima-nova,sans-serif;font-size:100%;font-style:normal;font-weight:300;margin:0!important}.new_post_cont_show{opacity:1!important}.new_post_cont{opacity:0px;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:0 3rem;width:100%;min-height:100vh;transition:all .6s;display:flex}.new_post_cont aside{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:400px;display:none}.new_post_cont section{grid-template-columns:repeat(auto-fill,minmax(500px,1fr));gap:4rem 3rem;width:calc(100% - 400px - 3rem);display:grid}.sidebar_row{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.sidebar_row_title{font-size:14px;font-weight:700}.select_2_row{align-items:center;display:flex;justify-content:space-between!important}.select_2_row img{width:22px}.select_2_row .option_name{width:calc(100% - 100px)}.select_2_row .option_num{color:#999;border-radius:5px;justify-content:center;align-items:center;width:max-content;min-width:33px;padding:0 8px;font-size:14px;display:flex}.select_2_row_labeled{align-items:center;display:flex;justify-content:space-between!important}.select_2_row_labeled img{width:22px}.select_2_row_labeled .option_name{width:calc(100% - 100px)}.select_2_row_labeled .option_num{color:#999;border-radius:5px;justify-content:center;align-items:center;width:max-content;min-width:33px;padding:0 8px;font-size:14px;display:flex}.select2-results__option:not(.select2-results__option--group) li:hover .option_num,.select2-results__option--group ul li:hover .option_num{color:#fff!important;border:thin solid #fff!important}.clear_sidebar_show{display:flex!important}.clear_sidebar{border:thin solid red;border-radius:.3rem;justify-content:flex-end;align-items:center;width:100%;margin-bottom:1rem;font-size:16px;font-weight:700;transition:all .6s;display:none}.clear_sidebar div{color:red;cursor:pointer;justify-content:center;align-items:center;gap:4px;width:100%;padding:.5rem;font-size:16px;font-weight:700;transition:all .6s;display:flex}.clear_sidebar:hover{background:red!important}.clear_sidebar:hover div{color:#fff!important}.sidebar_row input{accent-color:var(--green);transform:scale(1.2)}.sidebar_row input[type=text]{transform:scale(1)!important}.sidebar_row_results_show{display:flex!important}.sidebar_row_results{background:var(--green);color:#fff;border-radius:5px;justify-content:center;align-items:flex-start;height:33px;padding:0 1rem;font-weight:700;display:none}.calendar_selected_date{background:var(--green)!important}.calendar{border:thin solid #000;border-bottom:none;border-radius:5px;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.calendar_header{background:#fff;border-bottom:thin solid #000;justify-content:space-between;align-items:center;width:100%;height:44px;padding:0 1rem;display:flex}.calendar_arrow{cursor:pointer;justify-content:center;align-items:center;width:22px;height:22px;font-size:22px;display:flex}.calendar_days_index{color:#fff;background:#000;border-bottom:thin solid #000;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.calendar_day_index:first-child{border-left:none!important}.calendar_day_index{border-left:thin solid #000;justify-content:center;align-items:center;width:14.2857%;display:flex}.calendar_cont{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.calendar_day{cursor:pointer;aspect-ratio:1;background:#fff;border-bottom:thin solid #000;border-left:thin solid #000;flex-direction:column;justify-content:space-between;align-items:flex-start;width:14.2857%;padding:4px;display:flex}.calendar_day_inactive{background:#e9e9e9}.calendar_day:nth-child(7n+1){border-left:thin solid #0000!important}.day_number{width:100%}.daily_posts{justify-content:flex-end;align-items:flex-end;width:100%;display:flex}.daily_posts_num{background:var(--green);border-radius:5px;justify-content:flex-end;align-items:center;width:100%;padding:0 8px;font-size:12px;display:flex;position:relative}.daily_posts_num:before{content:"";background:#fff;border-radius:10px;width:6px;height:6px;position:absolute;top:3px;left:3px}.add_storage_item_cont{width:100%}.col_hide{display:none!important}.storage_section{background:#fff;border-radius:.3rem;margin-bottom:1rem;padding:1rem}.storage_cont{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.storage_categories{justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;height:500px;display:flex;overflow:hidden}.storage_categories .col1,.storage_categories .col2,.storage_categories .col3,.storage_categories .col4{border:thin solid #a9a9a9;border-radius:.3rem;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:20%;max-height:500px;display:flex;overflow-y:auto}.storage_categories .col_option{cursor:pointer;width:100%;height:33px;padding:5px 1rem;transition:all .6s}.storage_categories .col_option:hover,.col_option_select{background:#a9a9a9;color:#fff!important}.storage_categories .col_option svg{float:right;width:18px;margin-top:2px}.storage_cat_title{text-align:left;width:100%}.storage_section .compatibles{flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex}.storage_section .compatible_item{justify-content:flex-start;align-items:flex-end;gap:1rem;width:100%;display:flex}.storage_col2,.storage_col3{justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.delete_compatible_hide{display:none!important}.toggle_area{justify-content:flex-start;align-items:center;gap:.5rem;width:max-content;display:flex}.toggle_title{font-size:14px;font-weight:700}.toggle_button{cursor:pointer;background:#bbb;border-radius:100px;width:66px;height:33px;padding:2px;transition:all .6s;position:relative;overflow:hidden}.toggle_button_switch{background:#fff;border-radius:100px;width:29px;height:29px;transition:all .6s;position:absolute;top:50%;left:16.5px;transform:translateY(-50%)translate(-50%);box-shadow:5px 1px 5px #929292}.active_toggle{background:var(--green)!important}.active_toggle .toggle_button_switch{left:calc(100% - 16.5px)!important;box-shadow:-5px 1px 5px #5a9919!important}.highlight{background-color:#999}.viewers_list_close{cursor:pointer;color:#fff;background:#999;border-radius:100px;justify-content:center;align-items:center;width:44px;height:44px;display:flex;position:absolute;top:-22px;right:-22px}.viewers_list_close ion-icon{color:#fff;font-size:28px}.viewers_list_cont{z-index:99999999;aspect-ratio:1.77;background:#fff;border-radius:15px;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;max-width:700px;padding:2rem;display:flex;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.viewers_list_inner_cont{aspect-ratio:1.77;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;display:flex;overflow:auto}.viewers_list_item{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-bottom:1rem;display:flex}.viewers_list_item_user{font-size:20px}.viewers_list_title{justify-content:flex-start;align-items:center;width:100%;margin-bottom:1rem;font-size:22px;font-weight:700;display:flex}.viewers_list_item_user strong{font-weight:700}.viewers_list_item_dates{font-size:16px}.notification_system{border-top:none!important;padding:0 0 .5rem!important}.notification_system_banner{color:#fff;background:var(--blue);justify-content:flex-start;align-items:center;gap:1rem;width:100%;height:33px;padding:0 1rem;display:flex}.notification_system_banner ion-icon{color:#ff0;font-size:22px}.view_options_show{display:flex!important}.post_cont_list{justify-content:center;grid-template-columns:900px!important}.view_options{justify-content:flex-end;align-items:center;gap:1rem;width:100%;height:44px;margin-bottom:1rem;display:none}.view_option{cursor:pointer;color:#000;border:thin solid #000;border-radius:5px;justify-content:flex-start;align-items:center;gap:5px;width:max-content;height:33px;padding:0 1rem;font-size:14px;display:flex}.view_option img{width:22px}.view_option:hover{color:#fff;background:#000}.view_grid:hover img{content:url(https://www.antalaktiko.gr/assets/images/grid-outline.svg)!important}.view_list:hover img{content:url(https://www.antalaktiko.gr/assets/images/list-outline.svg)!important}.selected_view{border:solid thin var(--green)!important;background:var(--green)!important;color:#fff!important}.view_grid.selected_view img{content:url(https://www.antalaktiko.gr/assets/images/grid-outline.svg)}.menu_bar_search{cursor:pointer;background:var(--green);width:66px!important}.search_area_open{right:0!important}.search_area_marketing{margin-top:4rem}.search_scrollable_area{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex;overflow-y:auto}.search_area_open .search_label_inner{padding:0 1rem!important;left:0!important}.search_label_inner ion-icon{margin-right:6px;font-size:22px}.search_area_open .search_label_space_inner{opacity:1!important}.search_label{width:100%;height:44px;position:relative}.search_label_inner{cursor:pointer;background:var(--green);color:#fff;justify-content:flex-start;align-items:center;width:200px;height:44px;padding:0 1rem 0 2rem;transition:all .6s;display:none;position:absolute;top:0;left:100%}.search_label_space{justify-content:flex-end;align-items:center;width:100%;height:44px;transition:all .6s 1.2s;display:flex}.search_label_space_inner{cursor:pointer;color:#000;opacity:0;justify-content:flex-end;align-items:center;gap:5px;height:44px;padding:0 1rem;display:flex}.search_mini_filters{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:11px;width:100%;display:flex}.search_mini_filter{cursor:pointer;color:#000;border:thin solid #000;border-radius:4px;justify-content:center;align-items:center;width:calc(50% - 5.5px);height:33px;font-size:12px;font-weight:700;display:none}.search_mini_filter:hover{color:#fff!important;background:#999!important;border:thin solid #999!important}.current_search_mini_filter,.current_search_mini_filter:hover{border:solid thin var(--green)!important;background:var(--green)!important;color:#fff!important}.search_area{z-index:99999;background:#e9e9e9;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:500px;height:calc(100vh - 154px);padding:1rem;transition:right .6s;display:flex;position:fixed;top:154px;right:-600px;box-shadow:0 5px 15px #999}.search_area .filter{width:100%}.search_area .search_button{background:var(--green);color:#fff;border-radius:4px;width:100%;margin:0!important}.search_area .clear_search{color:red;width:100%;margin:0!important}.search_area .clear_search:hover{color:#fff!important;background:red!important}.search_tabs{justify-content:center;align-items:center;gap:11px;width:100%;display:flex}.search_tab{cursor:pointer;color:#000;border:thin solid #000;border-radius:4px;justify-content:center;align-items:center;width:33.3333%;height:33px;font-size:12px;font-weight:700;display:flex}.search_tab:hover{color:#fff!important;background:#000!important}.current_search_tab{border:solid thin var(--green)!important;background:var(--green)!important;color:#fff!important}.current_search_tab:hover{background:var(--green)!important;color:#fff!important}.search_area_results{justify-content:center;align-items:center;font-size:18px;font-weight:700;display:flex}.search_area_results .search_result_text{margin:0!important}.search_results_cont{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.search_result_number .search_result_text{margin-left:0!important}.search_results_queries{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.search_result_query{cursor:pointer;background:var(--green);color:#fff;border-radius:5px;justify-content:flex-start;align-items:center;gap:5px;width:max-content;height:33px;padding:0 1rem;font-size:14px;display:flex}.search_area_buttons{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.select2-container{z-index:99999!important}.register_input .select2-container{width:100%!important}.ck-powered-by{display:none!important}.page_info_cont.make_sticky{z-index:9999;background:#e9e9e9;margin-left:-1%;position:sticky;top:154px;width:102%!important}.pagination_cont.make_sticky{z-index:9999;background:#e9e9e9;margin-left:-1%;position:sticky;top:225px;width:102%!important}.make_sticky .mini_filters{opacity:0!important}.quick_info{border-top:thin solid #ddd;justify-content:flex-start;align-items:center;width:100%;height:22px;display:flex}.save_profile_button{width:400px!important;height:66px!important}.tox-silver-sink{top:0;left:0;z-index:2147483647!important;position:fixed!important}.seller_button{color:#fff;background:red;border-radius:.3rem;justify-content:center;align-items:center;gap:6px;height:33px;padding:0 1rem;display:flex;position:absolute;bottom:0;right:1rem;margin-bottom:0!important}.seller_button strong{margin-bottom:0!important}.part_type_state_select_all_cont{justify-content:flex-end;align-items:center;width:100%;height:22px;padding:0 1rem;display:flex}.part_type_state_select_all{cursor:pointer;font-size:12px}.unique_post_cont{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.menu_bar_notifications img{width:auto;max-width:33px;height:auto;max-height:100%}.register_cont a{color:var(--blue);font-weight:700;text-decoration:underline}div,a,h1,h2,h3,h4,h5,h6,input,select{font-family:proxima-nova,sans-serif;font-style:normal;font-weight:300}h3{margin:0;font-size:2.2rem;font-weight:400;text-decoration:underline}h4{margin:0;font-size:1.8em;font-weight:400;text-decoration:underline}h5{margin:0;font-size:1.2em;font-weight:900}input[type=text],input[type=number],input[type=email],input[type=tel],input[type=password]{border:1px solid #aaa;border-radius:4px;outline:none;width:100%;height:33px;padding:0 8px;font-size:16px}input::-webkit-input-placeholder{color:#999;font-size:16px}input:-ms-placeholder-shown{color:#999;font-size:16px}input::placeholder{color:#999;font-size:16px}input:read-only{background:#d6d6d6}select{border:1px solid #aaa;border-radius:4px;outline:none;width:100%;height:28px;padding:0 8px}body{margin:0;padding:0;overflow-x:hidden}optgroup{font-size:16px;font-weight:700}optgroup option{font-weight:300}a{text-decoration:none}.error_input{background:red!important}.error_input label,.error_input .select2-selection__placeholder{color:#fff!important}.select2-container .select2-selection--single{height:33px!important}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:33px!important}.brand_filter{margin-bottom:1rem}.brand_filter .select2-container--default .select2-selection--single{height:44px!important}.brand_filter .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:44px!important}.brand_filter .select2-container--default .select2-selection--single .select2-selection__arrow,.model_filter .select2-container--default .select2-selection--single{height:44px!important}.model_filter .select2-container--default .select2-selection--single .select2-selection__rendered{line-height:44px!important}.model_filter .select2-container--default .select2-selection--single .select2-selection__arrow{height:44px!important}.account_text img{width:33px}.menu_bar_logout img{width:26px}.search_cont_with_button{justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.search_cont_with_button .button{background:var(--blue);color:#fff;border-radius:100px;min-width:200px}.search_result_text{text-align:center;margin-left:22px;font-size:18px}.clear_search{border:thin solid red!important}.title_and_searchbar{justify-content:center;align-items:center;gap:2rem;width:100%;margin-bottom:1rem;display:flex}.title_and_searchbar h3{width:100%}.wrapper{background:#e9e9e9;justify-content:center;width:100%;min-height:calc(100vh - 154px);padding:2rem;display:flex}.wrapper_out{background:#e9e9e9;min-height:calc(100vh - 88px);margin-top:88px;padding:1rem;width:100%!important;margin-left:0!important}.wrapper_out .container{max-width:1280px!important}.companies_cont,.post_cont{grid-gap:2rem;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));width:100%;display:grid}.page_acont{grid-gap:1rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));width:100%;margin-top:1rem;display:grid}.page_vacont{width:100%;margin-top:1rem}.create_vacont{width:800px!important}.search_result_cont{grid-gap:2rem;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));width:100%;display:grid}.no_post_cont{justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.button{cursor:pointer;border:none;border-radius:.3rem;justify-content:center;align-items:center;width:max-content;height:44px;margin:1rem 0;padding:0 1rem;transition:all .6s;display:flex}.button:hover{background:#000}.button_align_center{justify-content:center;align-items:center;width:100%;display:flex}.wrapper .container{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:1920px;display:flex}.back_to_top{cursor:pointer;z-index:99;background:var(--blue);color:#fff;border-radius:100px;flex-direction:column;justify-content:center;align-items:center;width:66px;height:66px;font-size:12px;transition:all 1s;display:flex;position:fixed;bottom:-150px;right:2rem;box-shadow:0 0 5px #333}.back_to_top ion-icon{font-size:28px}.back_to_top_show{bottom:2rem}.statistics_loader_cont{flex-direction:column;justify-content:center;align-items:center;width:100%;height:88px;display:flex}.loader_cont{flex-direction:column;justify-content:center;align-items:center;width:100%;height:110px;display:flex}.lottie_loader{width:110px;height:110px}.loader{width:64px;height:60px;position:relative}.loader:after{content:"";background:var(--green);border-radius:0 0 50px 50px;width:64px;height:32px;animation:.5s linear infinite alternate move;position:absolute;bottom:0;left:0}.loader:before{content:"";background:var(--blue);width:24px;height:24px;animation:2s linear infinite rotate;position:absolute;top:0;left:50%;transform:translate(-50%)rotate(0)}@keyframes rotate{to{transform:translate(-50%)rotate(360deg)}}@keyframes move{0%{transform:rotate(10deg)}to{transform:rotate(-10deg)}}.disclaimer{margin-bottom:1rem;font-style:italic}.image_toolbox_button_cont{justify-content:flex-start;align-items:center;gap:8px;width:100%;display:flex}.zoomist-zoomer-reset{display:none!important}.zoomist-wrapper{justify-content:center;align-items:center;display:flex;height:100%!important}.zoomist-slider,.zoomist-zoomer-button{background-color:var(--blue)!important}.zoomist-zoomer-icon{fill:#fff!important}.zoomist-container{width:40vw;max-width:1240px;overflow:hidden}.zoomist-image{aspect-ratio:1;justify-content:center;align-items:center;height:100%;display:flex;pointer-events:unset!important}.zoomist-image img{width:auto;max-width:100%;height:auto;max-height:100%}.image_gallery_open{display:flex!important}.image_gallery{z-index:2147483647;background:#fff;flex-direction:column;justify-content:center;align-items:center;gap:11px;width:100vw;height:100vh;display:none;position:fixed;top:0;left:0}.image_main{justify-content:center;width:100%;height:calc(100vh - 190px);margin-top:66px;display:flex}.pdf_view{justify-content:center;width:100%;height:calc(100vh - 190px);margin-top:66px;display:none}.pdf_view iframe{width:100%;max-width:1240px}.image_thumbs{justify-content:center;align-items:center;gap:1rem;width:100%;height:88px;display:flex}.image_thumb{cursor:pointer;aspect-ratio:1;border:2px solid #000;border-radius:5px;justify-content:center;align-items:center;width:88px;display:flex;overflow:hidden}.image_thumb img{object-fit:cover;width:100%;height:100%}.current_thumb{border:solid 2px var(--green)}.image_toolbox{justify-content:flex-end;align-items:center;gap:1rem;padding:0 1rem;display:flex;position:absolute;top:0;right:22px}.image_rotate{background:var(--blue);color:#fff;justify-content:center;align-items:center;gap:8px;display:flex}.image_rotate ion-icon{font-size:22px}.image_gallery_close{background:var(--green);color:#fff;justify-content:center;align-items:center;gap:8px;display:flex}.image_gallery_close ion-icon{font-size:22px}.message_show{display:flex!important}.message{border-radius:.5rem;justify-content:flex-start;align-items:center;width:100%;min-height:44px;margin-top:1rem;margin-bottom:1rem;padding:.5rem 1rem;display:none}.message_error{color:#fff;background:red}.message_warning{background:orange}.message_info{background:#56dede}.message_success{background:var(--green);color:#fff}.message_icon{margin-right:1rem;font-size:34px;line-height:20px}.message_text{font-size:16px;line-height:22px}.system_post_cont{width:100%}.system_post_title{margin-bottom:1rem;font-size:1.4rem;font-weight:700}.system_post_img{justify-content:center;align-items:center;width:100%;margin-bottom:1rem;display:flex}.system_post_img img{width:auto;max-width:100%;height:auto;max-height:100%}.system_post_mimg{width:100%;display:none}.system_post_mimg img{width:auto;max-width:100%;height:auto;max-height:100%}.refresh_gsis_loader,.save_profile_loader{display:none}.call_to_action{color:#000;background:#e9e9e9;justify-content:center;align-items:center;width:100%;height:44px;font-size:22px;font-weight:700;display:flex}.post_options{background:#e9e9e9;justify-content:space-between;align-items:center;width:100%;height:44px;padding:0 1rem;display:flex;position:relative;box-shadow:0 0 3px #999}.post_options_open{display:flex!important}.no_posts{color:#fff;background:#999;justify-content:flex-start;align-items:center;width:100%;padding:1rem;display:flex}.no_posts ion-icon{margin-right:11px;font-size:28px}.vaitem{aspect-ratio:7;border-radius:15px;justify-content:center;align-items:center;width:100%;margin-bottom:1rem;display:flex;overflow:hidden}.vaitem div{color:#000;justify-content:center;align-items:center;width:100%;min-height:100%;display:flex;background-position:50%!important;background-size:cover!important}.vaitem div img{object-fit:cover;width:100%;height:100%}.aitem{justify-content:center;align-items:center;width:100%;font-size:2rem;font-weight:700;display:flex;background-position:50%!important;background-size:cover!important}.aitem div{color:#000;text-align:center;justify-content:center;align-items:center;width:100%;min-height:100%;display:flex;background-position:50%!important;background-size:cover!important}.aitem div img{object-fit:cover;border-radius:.5rem;width:100%;height:100%;overflow:hidden}.top_main_banner_cont{justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.main_banner{aspect-ratio:2.5;border-radius:15px;width:100%;position:relative;overflow:hidden;background-position:50%!important;background-size:cover!important}.main_banner_text{color:#fff;text-shadow:1px 1px 2px #000;font-size:2.5rem;font-weight:900;line-height:3.5rem;transition:all 1s;position:absolute;bottom:-400px;left:4rem}.main_banner_text_show{bottom:4rem}.main_banner video{width:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.narator_cont{aspect-ratio:16/9;border-radius:15px;width:55%;position:relative;overflow:hidden}.narator_cont video{max-height:100%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hp_triple{justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;margin-top:1rem;display:flex}.hp_triple .hp_triple_item{aspect-ratio:1;background:#fff;border-radius:15px;width:33.3333%;overflow:hidden}.hp_triple_item_a{background-position:50%!important;background-size:cover!important}.hp_carousel_item_text{flex-direction:column;justify-content:flex-start;align-items:flex-start;transition:all .6s 1s;display:flex;position:absolute;top:500px}.hp_carousel_cont{position:relative}.hp_carousel_item{flex-direction:column;justify-content:flex-start;align-items:flex-start;height:100%;padding:2rem;font-size:2rem;transition:all .6s;display:flex;position:absolute;width:100%!important}.hp_carousel_item strong{font-size:2.5rem;font-weight:900;line-height:3rem}.hp_carousel_item_1{color:#fff;opacity:0;background:var(--blue)!important}.hp_carousel_item_2{color:#fff;opacity:0;background:var(--green)!important}.hp_carousel_item_3{opacity:0;background:#ff833d!important}.hp_carousel_item_4{color:#fff;opacity:0;background:var(--green_hover)!important}.hp_carousel_active{opacity:1!important}.hp_carousel_active .hp_carousel_item_text{top:1rem}.hp_carousel_button{background:#fff;position:absolute;bottom:2rem;right:2rem}.hp_reviews{position:relative}.review_item{opacity:0;flex-direction:column;justify-content:center;align-items:center;height:100%;padding:2rem;transition:all .6s;display:flex;position:absolute;width:100%!important}.review_item_active{opacity:1!important}.review_item_text{text-align:center;margin-bottom:1rem;font-size:min(1.1vw,1.2rem)}.review_item ion-icon{color:#ffe600}.hp_reviews_logo{justify-content:flex-start;align-items:center;gap:8px;display:flex;position:absolute;top:1rem;left:1rem}.hp_reviews_logo img{width:33px}.menu_bar_item[location=create] img{width:auto;max-width:22px;height:auto;max-height:22px;margin-left:22px}.mobile_menu,.notification_title{display:none}.out_menu_current div{text-decoration:underline}.user_info{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.header .logo a{justify-content:flex-start;align-items:center;display:flex}.header .logo img{width:auto;height:77px}.menu_bar{z-index:99998;background:#000;justify-content:space-between;align-items:center;width:100%;height:66px;display:flex;position:fixed;top:110px;left:0;overflow:scroll}.menu_bar_list{justify-content:center;align-items:center;display:flex}.menu_bar_list ul{justify-content:center;align-items:center;padding:0;list-style:none;display:flex}.menu_bar_list ul li{color:#fff;justify-content:center;align-items:center;gap:8px;display:flex;position:relative}.menu_bar_list ul li:hover .sub_menu{display:flex!important}.menu_bar_list ul.sub_menu{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:300px;padding:0;display:none;position:absolute;top:66px;left:0}.menu_bar_list ul.sub_menu li,.menu_bar_list ul.sub_menu li a{width:100%}.menu_bar_list ul.sub_menu li a .menu_bar_item{background:#000;width:100%!important}.menu_bar_list ul.sub_menu li a .menu_bar_item:hover{background:#fff!important}.menu_bar_list ul.sub_menu li a .menu_bar_item:hover .menu_bar_item_name{color:#000!important}.has_children_title{cursor:pointer;justify-content:center;align-items:center;gap:8px;height:66px;padding:0 1rem;display:flex}.menu_bar_list ul li:hover .has_children_title{color:#000;background:#fff}.menu_bar_item{color:#fff;justify-content:center;align-items:center;width:max-content;height:66px;padding:0 .5rem;display:flex;position:relative}.menu_bar_item[location=create].current_menu{background:var(--green)!important}.menu_bar_item[location=create].current_menu .menu_bar_item_name{color:#fff!important}.menu_bar_item[location=create]{background:var(--green)}.menu_bar_item[location=create]:hover{background:var(--green_hover)}.menu_bar_item[location=create]:hover .menu_bar_item_name{color:#fff!important}.menu_bar_item ion-icon{font-size:28px}.current_menu .menu_bar_item_name{font-weight:700!important}.menu_bar_item_name{color:#fff;justify-content:flex-start;align-items:center;width:max-content;height:66px;padding:0 1rem;display:flex}.menu_bar_item:hover{background:#fff}.menu_bar_item:hover ion-icon{color:#000!important}.menu_bar_item:hover .menu_bar_item_name{color:#000!important;display:flex!important}.menu_bar_notifications{color:#000;background:#fff;width:66px}.menu_bar_item[location=create] img{animation:2s infinite arrow_move}@keyframes arrow_move{0%{transform:translate(-10px)}70%{transform:translate(5px)}to{transform:translate(-10px)}}.has_notifications img{transform-origin:50% 0;animation:1s infinite ring}@keyframes ring{0%{transform:rotate(0)}10%{transform:rotate(15deg)}20%{transform:rotate(-15deg)}30%{transform:rotate(-15deg)}40%{transform:rotate(10deg)}50%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}70%{transform:rotate(5-deg)}to{transform:rotate(0)}}.menu_bar_logout{background:red;border-radius:5px;width:44px!important;height:44px!important;padding:0!important}.menu_bar_logout ion-icon{font-size:24px!important}.menu_bar_logout:hover{background:red!important}.menu_bar_admin{background:var(--blue);width:66px!important}.menu_bar_admin img{width:33px}.current_menu{background:#fff!important}.current_menu .menu_bar_item_name{color:#000!important}.account_text{color:#000;text-align:right}.account_text ion-icon{font-size:28px}.account_text_logo{letter-spacing:-2px;color:#999;background:#e9e9e9;border:2px solid #999;border-radius:100px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:700;display:flex}.account_text a{color:#000;justify-content:flex-end;align-items:center;gap:1rem;display:flex}.page_info_cont{width:100%;margin-bottom:1rem}.expiration_banner{z-index:100;background:red;border-radius:5px;justify-content:space-between;align-items:center;width:100%;height:44px;padding:0 1rem;display:none;position:sticky;top:165px}.expiration_banner_show{margin-bottom:1rem;display:flex!important}.expiration_text{color:#fff;justify-content:flex-start;align-items:center;font-size:16px;display:flex}.expiration_text strong{margin:0 4px}.expiration_text ion-icon{margin-right:1rem;font-size:22px}.expiration_banner .button{cursor:pointer;background:#fff;height:33px;font-size:14px}.search_history_item{cursor:pointer;justify-content:flex-start;align-items:center;gap:1rem;width:100%;height:33px;padding:0 11px;font-size:16px;display:flex}.search_history_item ion-icon{color:#999;font-size:22px}.search_history_item:hover{background:#e9e9e9}.search_cont{z-index:100;width:600px;margin-bottom:0;position:relative}.search_cont input{z-index:1;border:thin solid #999;border-radius:100px;outline:none;width:100%;height:44px;padding:0 2rem;font-size:18px;position:relative}.search_results{z-index:0;background:#fff;border:thin solid #999;border-bottom-right-radius:22px;border-bottom-left-radius:22px;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;min-height:22px;max-height:400px;padding:30px 0 22px;display:none;position:absolute;top:22px;overflow-y:auto}.search_results_open{display:flex!important}.search_loader{z-index:100;display:none;position:absolute;top:11px;left:6px}.search_loader_static{display:none}.search_loader_show{display:inline-block}.search_loader img{width:22px}.search_loader_static{width:88px}.search_results h4{justify-content:flex-start;align-items:center;gap:2rem;margin-bottom:1rem;display:flex}.search_results h4 .button{background:var(--blue);color:#fff;height:33px;font-size:16px}.search_results h4 .button:hover{background:var(--blue_hover)}.result_suggestions{width:100%;height:400px;overflow-y:auto}.search_result_item{border-radius:15px;margin-bottom:1rem;overflow:hidden}.search_result_item_header{color:#fff;background:#000;justify-content:space-between;align-items:center;height:44px;padding:0 1rem;font-size:16px;font-weight:700;display:flex}.search_result_item_id{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.search_result_item_desc{background:#fff;padding:.5rem 1rem}.search_result_item_footer{background:#ddd;justify-content:space-between;align-items:center;height:44px;padding:0 1rem;font-size:14px;display:flex}.magic_suggestions{width:100%;height:400px;overflow-y:auto}.full_search_cont{z-index:9;background:#fff;border:thin solid red;width:calc(100% - 66px);height:calc(100vh - 88px);display:none;position:fixed;top:88px;left:66px}.select2-selection__rendered{justify-content:flex-start;align-items:flex-start;margin:0;width:100%!important;display:flex!important}.select2-selection__choice__display img{width:auto;max-width:22px;height:auto;max-height:22px}.select2-selection__choice{justify-content:center;align-items:center;width:max-content;padding-left:0!important;display:flex!important}.select2-selection__choice button{position:relative!important}.select2-selection__choice__display span{justify-content:flex-start;align-items:center;width:100%;display:flex}.close_quick_view{display:none!important}.notification_navigation{justify-content:center;align-items:center;gap:1rem;width:100%;margin-bottom:1rem;display:flex}.notification_button{background:var(--green);color:#fff;cursor:pointer;justify-content:center;align-items:center;gap:11px;width:100%;display:flex;margin:0!important}.inactive_notification_button{background:#666!important}.terms_text,.create_post label{font-weight:700}.location_element{margin-top:1rem}.location_element .select2-search,.wts_fields{display:none}.wts_fields_show{display:inline-block!important}.mandatory{color:red;font-size:20px;line-height:0}.photos_cont{flex-direction:column;justify-content:center;align-items:center;display:flex}.car_type{grid-gap:1rem;grid-template-columns:.5fr .5fr;align-items:center;width:100%;display:grid}.car_type_element,.part_type_info_element{width:100%;position:relative}.select2-results__option span{justify-content:flex-start;align-items:center;display:flex}.select2-results__option img{width:auto;max-width:22px;height:auto;max-height:22px;margin-right:1rem}.all_states{width:100%}.preferences_toolbox .all_states{width:auto!important}.select_state{padding:0 4px!important}.select_state img{width:22px;height:22px;margin-right:8px;display:flex!important}.select_cat{padding:0 4px!important}.select_cat img{width:22px;height:22px;margin-right:8px;display:flex!important}.call_action_cont{margin-top:1rem}.calling_action .checkmark{background:#e9e9e9}.calling_action .checkbox{cursor:pointer;width:100%;height:28px;padding:0}.calling_action img{color:#aaa;width:22px;height:22px;margin-right:8px;display:flex!important}.calling_action .select_call_action{padding:0!important}.calling_action .select_call_action img{content:url(https://www.antalaktiko.gr/assets/images/checkmark-circle.svg)}.user_preferences_cont .part_type_state .checkmark{background:#fff}.user_preferences_cont .part_type_state{background:#fff;min-height:200px;margin-top:24px;padding:1rem 0;border:none!important;border-radius:0!important}.error{color:red;font-size:12px}.new_post{background:var(--green);color:#fff;width:100%;height:66px;font-size:22px;margin:0!important}.post_buttons_cont{justify-content:center;align-items:center;width:100%;margin-top:1rem;display:flex}.post_buttons_cont .search_loader{top:unset;left:unset;justify-content:center;width:100%;display:flex!important;position:relative!important}.desc_photos{flex-direction:column;gap:1rem;width:100%;display:flex}.select_photos{color:#666;border:thin solid #666}.select_photos:hover{color:#fff!important;background:#666!important}.checkmark{background-color:#fff;border-radius:5px;width:25px;height:25px;position:absolute;top:50%;left:0;transform:translateY(-50%)}.checkbox input:checked~.checkmark{background-color:#2196f3}.checkmark:after{content:"";display:none;position:absolute}.checkbox input:checked~.checkmark:after{display:block}.checkbox .checkmark:after{border:3px solid #fff;border-width:0 3px 3px 0;width:5px;height:10px;top:5px;left:9px;transform:rotate(45deg)}#post_files{display:none}.preview_post_files{grid-gap:1rem;grid-template-columns:repeat(auto-fill,88px);width:100%;display:grid}.post_file_cont{background:#fff;flex-direction:column;justify-content:center;align-items:center;width:100%;height:110px;display:none;position:relative}.post_file_cont_show{display:flex!important}.post_file_remove{color:#fff;cursor:pointer;background:red;border-radius:100px;justify-content:center;align-items:center;width:22px;height:22px;font-size:11px;display:flex;position:absolute;top:0;left:0}.post_file_remove ion-icon{font-size:20px}.post_file_cont_item{border:thin solid #ccc;border-radius:15px;justify-content:center;align-items:center;width:100%;height:88px;display:flex;overflow:hidden}.post_file_cont img{object-fit:cover;width:100%;height:100%}.post_file_icon{justify-content:center;align-items:center;width:100%;height:88px;font-size:1.5vw;font-weight:700;display:flex}.post_file_cont canvas{width:100%;height:88px}.preview_post_files_loader{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.compatible_buttons{justify-content:flex-start;align-items:center;width:140px;display:flex}.compatible_buttons div{margin-top:0;margin-bottom:0;margin-right:1rem}.compatible_buttons ion-icon{font-size:22px}.add_compatible{color:var(--blue);height:33px!important}.add_compatible:hover{background:var(--blue);color:#fff!important}.delete_compatible{color:red;height:33px!important}.delete_compatible:hover{background:red;color:#fff!important}.keywords_cont{margin-top:1rem;display:none}.keywords_cont_show{display:block!important}.keywords_collection{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.keywords_set{border:thin solid #aaa;flex-wrap:wrap;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex}.keywords_set_title{justify-content:center;align-items:center;width:100%;margin-bottom:1rem;font-weight:700;text-decoration:underline;display:flex}.keyword_item{cursor:pointer;background:var(--blue);color:#fff;border-radius:100px;justify-content:center;align-items:center;width:max-content;height:22px;margin-bottom:.5rem;margin-right:.5rem;padding:0 1rem;font-size:14px;display:flex}.keyword_item ion-icon{display:none}.selected_keyword{background:#000!important}.selected_keyword ion-icon{display:block!important}.update_subscription{color:#000}.page_tile p{margin-top:0;margin-bottom:1rem}.page_tile a{color:var(--blue)}.profile_notice{background:var(--blue);color:#fff;border-radius:15px;width:calc(800px + 1rem);margin-bottom:1rem;padding:1rem;font-size:18px}.profile_cont .users_list_inner{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.current_list_user{border-top:solid 5px var(--blue);order:1!important}.users_list .user_list_item{background:#fff;order:2;width:100%;margin-bottom:1rem;padding:1rem}.users_list .user_list_item .user_list_item_inner{justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.user_list_item_image{flex-direction:column;justify-content:center;align-items:center;width:100px;font-size:14px;font-weight:700;display:flex}.user_list_item_image img{width:auto;max-width:66px;height:auto;max-height:66px;margin-bottom:8px}.user_list_status{color:var(--blue);font-weight:700}.single_company_users_cont{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;display:flex}.single_company_users_cont .user_list_item{background:#fff;order:2;width:100%;margin-bottom:1rem;padding:1rem}.user_list_full_name{font-weight:700}.user_edit_button{background:var(--green);color:#fff;width:100%;margin:1rem 0 0}.edit_save_cancel{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:none}.user_save_button{background:var(--green);color:#fff;width:100%;margin:1rem 0 0}.user_save_button_hide{display:none!important}.save_user_loader{justify-content:center;align-items:center;width:100%;height:44px;margin-top:1rem;display:none}.save_user_loader_show{display:flex!important}.user_cancel_button{color:#fff;background:red;width:100%;margin:1rem 0 0}.user_edit_buttons_cont{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.user_edit_form{grid-gap:1rem;grid-template-columns:50% 50%;width:100%;display:none}.edit_user .user_edit_button{display:none!important}.edit_user .edit_save_cancel{display:flex!important}.edit_user .user_edit_form{display:grid!important}.user_list_expire{color:red;font-size:14px;font-weight:700}.users_preferences{width:100%;margin-top:2rem}.users_preferences select{min-height:200px;font-size:16px}.user_preferences_cont{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;margin-bottom:1rem;display:flex}@media (min-width:769px){.user_preferences_item{width:400px}}@media (max-width:768px){.user_preferences_item{width:100%}}.user_brands_cont,.user_models_cont,.user_condition_cont,.user_parts_cont{width:100%}.preferences_toolbox{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;width:100%;margin:1rem 0;display:flex;position:relative}.user_brands.user_preference_list{flex-direction:column;display:flex}.user_preference_option_selected{order:1!important}.user_preference_list{background:#fff;width:100%;height:200px;padding:1rem 0;overflow-y:auto}.user_preference_option{cursor:pointer;order:2;justify-content:flex-start;align-items:center;width:100%;height:28px;padding:0 11px 0 34px;font-size:16px;display:flex}.user_preference_option img{margin-right:8px;display:none}.user_preference_option_selected{padding:0 4px!important}.user_preference_option_selected img{width:22px;height:22px;display:flex!important}.user_preference_option_group{width:100%;padding:0 1rem;display:none}.user_preference_option_group_show{flex-direction:column;display:flex!important}.user_preference_option_group_title{font-weight:700}.user_preference_option_group_option_set{justify-content:flex-end;gap:4px;display:flex}.user_preference_option_group_option{cursor:pointer;font-size:12px}.user_preference_option_group_title_cont{justify-content:space-between;align-items:center;width:100%;display:flex}.seller_item{background:#fff;border-radius:15px;justify-content:flex-start;align-items:flex-start;gap:2rem;width:100%;margin-top:1rem;padding:1rem;display:flex}.seller_item_inner{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.seller_item_inner h3{text-decoration:none!important}.seller_item_image{aspect-ratio:1;justify-content:center;align-items:center;width:200px;display:flex}.seller_item_image img{object-fit:cover;width:100%;height:100%}.seller_item a{color:var(--blue);font-size:18px}.seller_map iframe{width:400px;height:194px}.seller_item_big{width:calc(1200px + 1rem)}.seller_item_big h3{text-decoration:none!important}.seller_item_big .seller_item_image{aspect-ratio:2;width:50%;margin-right:2rem}.seller_item_big .seller_item_image img{object-fit:contain;width:100%;height:100%}.seller_item_big .seller_item_info{text-align:center;width:50%}.seller_item_big .seller_item_info strong:first-child{font-size:22px}.acont_results{width:100%;margin-top:1rem}.statistics_month_year{justify-content:space-between;align-items:center;gap:1rem;margin:2rem 0;display:flex}.statistics_month_backward{cursor:pointer;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.statistics_month_backward ion-icon{font-size:28px}.statistics_month_forward{cursor:pointer;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.statistics_month_forward ion-icon{font-size:28px}.statistics_month_name{font-size:18px;font-weight:700}.pagination_cont{justify-content:center;align-items:center;width:100%;display:flex}.pagination_cont ul{justify-content:center;align-items:center;list-style:none;display:flex}.pagination_cont ul li{cursor:pointer;justify-content:center;align-items:center;width:33px;height:33px;display:flex}.pagination_cont ul li a{color:#000;justify-content:center;align-items:center;width:100%;height:33px;font-size:16px;display:flex}.pagination_cont ul li:hover{background:#666;border-radius:5px}.pagination_cont ul li:hover a{color:#fff}.pagination_cont .active{background:#000;border-radius:5px}.pagination_cont .active a{color:#fff;font-size:16px;font-weight:700!important}.paginationjs-prev{margin-right:22px}.paginationjs-next{margin-left:22px}.pagination_cont_bottom{justify-content:center;align-items:center;width:100%;display:flex}.pagination_cont_bottom ul{justify-content:center;align-items:center;list-style:none;display:flex}.pagination_cont_bottom ul li{cursor:pointer;justify-content:center;align-items:center;width:33px;height:33px;display:flex}.pagination_cont_bottom ul li a{color:#000;justify-content:center;align-items:center;width:100%;height:33px;font-size:16px;display:flex}.pagination_cont_bottom ul li:hover{background:#666;border-radius:5px}.pagination_cont_bottom ul li:hover a{color:#fff}.pagination_cont_bottom .active{background:#000;border-radius:5px}.pagination_cont_bottom .active a{color:#fff;font-size:16px;font-weight:700!important}.single_company_pagination{justify-content:center;align-items:center;width:100%;display:flex}.single_company_pagination ul{justify-content:center;align-items:center;list-style:none;display:flex}.single_company_pagination ul li{cursor:pointer;justify-content:center;align-items:center;width:33px;height:33px;display:flex}.single_company_pagination ul li a{color:#000;justify-content:center;align-items:center;width:100%;height:33px;font-size:16px;display:flex}.single_company_pagination ul li:hover{background:#666;border-radius:5px}.single_company_pagination ul li:hover a{color:#fff}.single_company_pagination .active{background:#000;border-radius:5px}.single_company_pagination .active a{color:#fff;font-size:16px;font-weight:700!important}.single_company_posts_cont{flex-direction:column;justify-content:center;align-items:center;gap:1rem;width:100%;display:flex}.single_company_posts{justify-content:space-between;align-items:center;gap:1rem;width:100%;display:flex}.single_company_posts_number{cursor:pointer;color:#fff;text-align:center;background:var(--blue);border-radius:5px;flex-direction:column;justify-content:center;align-items:center;width:50%;min-height:142px;display:flex}.single_company_posts_loader{text-align:center;width:100%}.single_company_comments_number{color:#fff;text-align:center;background:var(--green);border-radius:5px;flex-direction:column;justify-content:center;align-items:center;width:50%;min-height:142px;display:flex}.preview_small_arrow{color:#fff;background:var(--green);border-bottom-right-radius:5px;border-bottom-left-radius:5px;align-items:center;height:33px;padding:0 .5rem;font-size:14px;display:flex}.preview_small_arrow ion-icon{font-size:20px}.preview_small_arrow_next{justify-content:flex-end;background:#000!important}.preview_small_arrow_prev{justify-content:flex-start;background:#aaa!important}.notifications_number{aspect-ratio:1;color:#fff;background:red;border-radius:100px;justify-content:center;align-items:center;width:26px;padding:0 6px;font-size:12px;display:none;position:absolute;top:7px;right:7px}.notifications_number_opened{display:flex!important}.notification_center{z-index:9999999;background:#e9e9e9;width:400px;height:calc(100% - 154px);transition:all .6s;position:fixed;top:154px;right:-100vw;overflow-y:auto;box-shadow:0 0 5px #000}.notification_center_opened{right:0!important}.notification_pin_cont{border:thin solid red;width:100%}.notification_item[group="2"]{order:1}.notification_item[group="0"],.notification_item[group="1"]{order:2}.notification_toolbox{background:#e9e9e9;justify-content:center;align-items:center;width:100%;padding:1rem;display:flex;position:sticky;bottom:0;left:0}.notification_toolbox_button{color:#fff;background:red;margin:0}.notification_container{flex-direction:column;justify-content:flex-start;align-items:flex-start;min-height:calc(100% - 131px);display:flex}.notification_item{border-top:solid 5px var(--green);cursor:pointer;background:#fff;flex-wrap:wrap;justify-content:flex-start;align-items:center;width:100%;padding:.5rem 0;display:none}.notification_item_show{display:flex!important}.notificiation_item_info{justify-content:space-between;align-items:center;width:100%;display:flex}.notificiation_item_post_id{font-size:12px;font-weight:700}.notificiation_item_post_date{color:#000;font-size:12px;font-weight:600}.notificiation_item_icon{justify-content:center;align-items:center;width:66px;height:66px;display:flex}.notificiation_item_icon img{width:auto;max-width:44px;height:auto;max-height:44px}.notification_item_rest{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:calc(100% - 88px);display:flex}.notificiation_item_text{color:#000}.notificiation_item_text strong{width:100%;line-height:18px}.notificiation_item_text span{color:var(--green);font-size:12px;font-style:italic}.notification_from_cont{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.notification_item.not_read{background:#fff}.notification_item.is_read{border-top:5px solid #e9e9e9;background:#e9e9e9!important}.selected_notification{border-top:solid 5px var(--blue)!important;background:#e9e9e9!important}.notification_tabs{justify-content:flex-start;align-items:center;gap:1rem;width:100%;height:55px;padding:0 1rem;display:flex}.notification_tab{cursor:pointer;color:#fff;background:#000;border-radius:5px;justify-content:center;align-items:center;width:33.3333%;height:28px;padding:0 11px;font-size:12px;display:flex}.notification_tab_counter{background:var(--blue);color:#fff;border-radius:100px;justify-content:center;align-items:center;width:max-content;min-width:18px;height:18px;margin-left:.5rem;padding:0 5px;display:none}.notification_tab_counter_show{display:flex!important}.current_notification_tab{background:var(--green)!important}.back_filter{z-index:9999999;background:#000c;width:100%;height:calc(100vh - 154px);display:none;position:fixed;top:154px;left:0}.back_filter_open{display:inline!important}.quick_view_center{z-index:999999999;background:#e9e9e9;width:calc(100vw - 600px);max-width:800px;height:calc(100% - 154px);padding:1rem;transition:all .6s;position:fixed;top:154px;right:-100vw;overflow-y:auto;box-shadow:0 0 5px #000}.quick_view_center_opened{right:400px!important}.quick_view_center .container{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.close_quick_view{cursor:pointer;justify-content:flex-end;align-items:center;margin-bottom:1rem;font-size:16px;font-weight:700;display:flex}.close_quick_view ion-icon{margin-right:8px;font-size:22px}.quick_view_center .previous_post,.quick_view_center .next_post{display:none!important}.close_gallery_view{justify-content:flex-end;align-items:center;margin-top:1rem;margin-bottom:1rem;font-size:16px;font-weight:700;display:flex}.close_gallery_view div{color:#fff;cursor:pointer;background:red;border:thin solid red;border-radius:.3rem;justify-content:center;align-items:center;gap:4px;padding:.5rem;font-size:16px;font-weight:700;display:flex}.close_gallery_view ion-icon{margin-right:8px;font-size:22px}.single_company_cont{z-index:2147483647;background:#e9e9e9;width:900px;margin:1rem;padding:0 1rem;position:fixed;top:154px;left:50%;transform:translate(-50%)}.single_company_item_inner{width:100%;height:calc(100vh - 154px - 7rem);padding-bottom:4rem;overflow-y:auto}.single_company_item{background:#fff;border-radius:.5rem;width:100%;overflow:hidden}.preview_small_title{color:#fff;background:#000;border-top-left-radius:5px;border-top-right-radius:5px;justify-content:space-between;align-items:center;width:100%;height:33px;padding:0 11px;display:flex}.preview_small_brand_icon{background:#fff;justify-content:flex-start;align-items:center;padding:6px 11px;display:flex}.preview_small_brand_icon img{width:auto;max-width:44px;height:auto;max-height:44px;margin-right:11px}.preview_small_cat{background:#fff;justify-content:flex-start;align-items:center;height:44px;padding:0 11px;display:none}.mini_filters{border-radius:5px;justify-content:center;align-items:center;width:100%;height:55px;padding:0 1rem;display:flex}.mini_filters_title{color:#fff;font-weight:700}.mini_filters_cont{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.mini_filter_item{cursor:pointer;color:#fff;background:#000;border-radius:5px;justify-content:flex-start;align-items:center;width:max-content;height:33px;padding:0 1rem;font-size:14px;display:flex}.mini_filter_indicator{background:#fff;border-radius:100px;width:11px;height:11px;margin-right:1rem}.mini_filter_active .mini_filter_indicator{background:var(--blue)}.mini_filter_item_wts{background:#aaa}.company_item{border-radius:.5rem;overflow:hidden;box-shadow:0 0 5px #333}.company_item_header{color:#fff;background:#000;grid-template-columns:1fr max-content max-content;align-items:center;height:44px;padding:0 1rem;display:grid}.company_item_info{background:#fff;height:calc(100% - 88px);padding:1rem}.company_item_info_elem{justify-content:flex-start;align-items:center;width:100%;height:33px;display:flex}.company_item_info_elem div:first-child{background:#e9e9e9;border-radius:5px;justify-content:center;align-items:center;width:28px;height:28px;margin-right:11px;display:flex}.company_item_info_elem div:last-child{width:calc(100% - 30px)}.company_item_info_elem a{color:var(--blue)}.company_item_info_elem_admin{color:#fff;border-radius:5px;margin-bottom:1rem;padding:0 1rem}.register_cont .disclaimer{text-align:center;width:100%;max-width:650px}.register_cont{background:#fff;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:2rem;display:flex}.registration_form .error{bottom:unset!important;left:unset!important;position:relative!important}.registration_form{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.registration_form .container{width:100%}.register_input{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:600px;margin-bottom:1rem;display:flex;position:relative}.register_input label{text-align:center;width:100%;font-weight:700}.register_input input{text-align:center}.vat_return{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;display:none}.vat_return_show{display:flex!important}.vat_return .register_input{width:calc(50% - 1rem)}.vat1_error{margin-top:11px}.user_data{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;display:none}.user_data_show{display:flex!important}.user_data .register_input{width:calc(50% - 1rem)}.country_phone_code{justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.country_code{color:#fff;background:#aaa;border-radius:4px 0 0 4px;justify-content:center;align-items:center;width:44px;height:33px;font-size:12px;display:none;position:absolute}.country_phone_code_show input{border-radius:0 4px 4px 0!important}.country_phone_code_show .country_code{display:flex!important}.password_cont{justify-content:flex-start;align-items:flex-start;width:100%;display:flex;position:relative}.password_toggle{cursor:pointer;color:#fff;background:#aaa;border-radius:0 4px 4px 0;justify-content:center;align-items:center;width:44px;height:33px;font-size:12px;display:flex;position:absolute;top:0;right:0}.password_toggle ion-icon{font-size:22px}.password_cont input{border-radius:4px!important}.vat_loader{width:100%}.register_button{background:var(--green);color:#fff;width:100%;max-width:600px;height:44px;font-size:16px}.popup{z-index:9999999;background:#e9e9e9;border-radius:14px;flex-direction:column;justify-content:center;align-items:flex-start;width:max-content;min-width:320px;display:flex;position:fixed;top:50%;left:50%;overflow:hidden;transform:translate(-50%,-50%);box-shadow:0 1px 2px #333333c9}.popup_title{color:#fff;background:#000;justify-content:flex-start;align-items:center;gap:11px;width:100%;height:44px;margin-bottom:1rem;padding:0 1rem;display:flex}.popup_message{margin-bottom:1rem;padding:0 1rem;font-size:16px}.popup_buttons{justify-content:center;align-items:center;gap:1rem;width:100%;padding:0 1rem;display:flex}.popup_yes{color:#fff;background:red}.popup_no{background:var(--green);color:#fff}.login_cont{justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.login_right{aspect-ratio:1;background:var(--blue);border-radius:15px;width:35%;overflow:hidden;background-position:50%!important;background-size:cover!important}.login_form{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.login_form .container{width:100%}.login_form form{aspect-ratio:1.86;background:#fff;border-radius:15px;flex-direction:column;justify-content:center;align-items:center;width:65%;padding:1rem 2rem;display:flex;overflow:hidden}.login_full{background-color:#fff;border-radius:10px;flex-direction:column;justify-content:center;align-items:center;display:flex;width:100%!important;aspect-ratio:unset!important;padding:2rem!important}.login_full a{background-color:var(--green);color:#fff}.login_full a:hover{background-color:var(--green_hover);color:#fff}.forgot_pass{width:100%!important;aspect-ratio:unset!important}.forgot_pass input{text-align:center}.create_pass{width:100%!important;aspect-ratio:unset!important}.create_pass input{text-align:center}.login_button{color:#fff;width:100%;font-size:16px;background:var(--green)!important}.login_input{flex-direction:column;justify-content:center;align-items:flex-end;width:100%;margin-bottom:1rem;display:flex}.login_input label{text-align:center;width:100%;font-weight:700}.login_input .button{background:var(--blue);color:#fff;font-size:12px;height:33px!important}.login_cont input{text-align:center}.pages_cont{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.page_title{text-align:center;margin-bottom:2rem;font-size:1.8rem;font-weight:400;text-decoration:underline}.contact_sellers{grid-template-columns:50% 50%;gap:1rem;width:calc(1200px + 1rem);display:grid}.contact_sellers .seller_item{flex-direction:column;width:100%;max-width:600px}.contact_sellers .seller_item iframe{aspect-ratio:1.7;width:100%;height:unset!important}.contact_sellers .seller_item .seller_map{aspect-ratio:1.7;width:100%}.page_tile{background:#fff;border-radius:4px;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;max-width:1200px;margin-bottom:1rem;padding:1rem;display:flex}.page_tile h3{color:var(--blue);margin-bottom:1rem;font-size:22px}.page_tile_with_icon{justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.page_tile_icon{width:60%}.page_tile_text{width:40%}.page_tile_text h4{font-size:20px}.admin_export_area{justify-content:flex-end;align-items:center;gap:1rem;display:flex}.admin_lists{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:11px;width:100%;display:flex}.admin_lists div{justify-content:flex-start;align-items:center;display:flex}.admin_top_bar{justify-content:space-between;align-items:center;width:100%;display:flex}.admin_users{flex-direction:column;width:100%;display:none;overflow-y:auto}.admin_users_show{display:flex!important}.admin_users_header{width:100%;overflow:auto hidden}.admin_users_header_inner{background:#000;justify-content:flex-start;align-items:center;width:max-content;height:44px;display:flex}.admin_user_header_item{color:#fff;padding:0 11px}.user_results{width:100%}.user_line{border-left:thin solid #000;justify-content:flex-start;align-items:center;width:max-content;margin-bottom:0;display:flex;position:relative}.user_line_report{background:orange!important}.user_line_error{color:#fff;background:red!important}.user_line_ok{color:#fff;background:green!important}.user_line:hover{background:#ff0}.user_line_selected{color:#fff;background:#666!important}.user_field{border-bottom:thin solid #000;border-right:thin solid #000;height:46px;padding:0 11px;line-height:44px;overflow:hidden}.user_edit,.user_activity,.user_history{cursor:pointer;background:#e9e9e9;justify-content:center;align-items:center;width:46px;display:flex;position:relative}.user_history ion-icon{color:#000!important}.user_history .history_counter{color:#fff;background:red;border-radius:100px;justify-content:center;align-items:center;min-width:22px;height:22px;font-size:12px;display:flex;position:absolute;top:0;right:0}.user_fname,.user_lname{width:200px}.user_cname,.user_address{width:400px}.user_pc{width:80px}.user_email{width:400px}.token_count{width:200px}.last_logged_in,.last_notified{width:250px}.badge_count{width:200px}.user_vat{width:120px}.user_accepted{width:180px}.user_active,.user_city{width:150px}.user_seller{width:200px}.user_sdate{width:250px}.user_cjob{width:300px}.user_edate{width:250px}.user_region,.user_cphone,.user_cmobile,.user_uphone,.user_membership,.user_country{width:150px}.user_login{width:250px}.user_posts,.user_comments{width:88px}.hide_col{display:none!important}.admin_users_sum{margin-bottom:1rem;font-size:18px}.sfrom,.efrom,.sto,.eto,.loginfrom,.loginto,.nfrom,.nto,.bfrom,.bto{font-size:12px;width:80px!important}.sort{cursor:pointer;float:right;flex-direction:column;justify-content:center;align-items:center;display:flex}.sort ion-icon{color:#fff;font-size:12px}.user_line_toolbox{color:#fff;cursor:pointer;background:#000;border:thin solid #000;justify-content:center;align-items:center;width:100px;height:46px;display:flex;position:sticky;top:0;right:0}.user_line_toolbox a{color:#fff}.admin_users_header .pagination_cont{gap:8px;margin:22px 0;position:sticky;left:0}.pg-num{color:#000;border:thin solid #999;justify-content:center;align-items:center;width:22px;height:22px;font-size:14px;display:flex;border-radius:5px!important}.pg-num.active{color:#fff!important;background:#000!important;border:thin solid #000!important}.single_user_cont{z-index:99999;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;padding:1rem;display:none;position:fixed;top:0;left:0}.single_user_cont_show{display:flex!important}.single_user{background:#fff;border-radius:10px;flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:2rem;width:98%;height:98%;padding:44px;display:flex;overflow-y:auto}.single_user_col,.single_user_comp_col{width:calc(50% - 1rem)}.single_user_cont_close{justify-content:flex-end;align-items:center;width:100%;display:flex}.single_user_close{cursor:pointer;justify-content:flex-end;align-items:center;gap:8px;display:flex}.save_user_button{background:var(--green);color:#fff}.save_user_cont{justify-content:center;align-items:center;width:100%;display:flex}.save_user_cont_show .search_loader{top:unset;left:unset;justify-content:center;width:100%;display:flex!important;position:relative!important}.labels_cont{justify-content:flex-end;align-items:center;gap:11px;display:flex}.label_item{cursor:pointer;color:#000;background:#fff;border:thin solid #999;border-radius:5px;justify-content:center;align-items:center;width:max-content;height:28px;padding:0 5px;font-size:12px;font-weight:200;display:flex}.label_green:hover{background:var(--green);color:#fff;font-weight:200}.label_orange:hover{color:#fff;background:orange;font-weight:200}.label_red:hover{color:#fff;background:red;font-weight:200}.label_gold{background:gold}.label_silver{background:silver}.label_grey:hover{color:#fff;background:#999;font-weight:200}.labels{justify-content:space-between;align-items:center;width:100%;display:flex}.admin_button_blue{color:#fff;background:#aaa}.single_user_status_buttons{justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.brands_cont{grid-gap:1rem;grid-template-columns:repeat(auto-fill,minmax(400px,1fr));width:100%;display:none}.brands_cont_show{display:grid!important}.brands_col{width:100%;height:80vh;overflow-y:auto}.brand_item{cursor:pointer;border:thin solid #666;justify-content:space-between;align-items:center;width:100%;height:44px;margin-bottom:1rem;padding:0 1rem;display:flex}.brand_item_name{width:max-content;min-width:180px}.brand_item_categories{justify-content:flex-end;align-items:center;gap:8px;width:100%;display:flex}.brand_item_cat{border-radius:5px;justify-content:center;align-items:center;width:max-content;height:22px;padding:0 11px;font-size:12px;display:flex}.brand_item_ix{background:var(--green);color:#fff}.brand_item_ex{background:var(--blue);color:#fff}.brand_item_4x4{color:#fff;background:orange}.brand_item_4x4e{color:#fff;background:#000}.selected_brand{color:#fff;background:#666}.brand_edit{border:thin solid #666;width:100%;padding:1rem;position:sticky;top:166px}.brand_edit h2{font-weight:600;margin-top:0!important}.model_edit{border:thin solid #666;width:100%;padding:1rem;position:sticky;top:166px}.model_edit h2{font-weight:600;margin-top:0!important}.models_col{width:100%;height:80vh;overflow-y:auto}.model_item{cursor:pointer;border:thin solid #666;justify-content:space-between;align-items:center;width:100%;height:44px;margin-bottom:1rem;padding:0 1rem;display:flex}.model_item_name{min-width:180px}select[multiple]{height:max-content}.brand_edit_field{margin-bottom:1rem}.admin_button{background:var(--blue);color:#fff}.history_cont{background:#fff;flex-direction:column;justify-content:space-between;align-items:flex-start;width:400px;height:calc(100vh - 154px);padding:1rem;transition:all .3s;display:flex;position:fixed;top:154px;right:-450px;box-shadow:0 10px 10px #999}.history_items{flex-direction:column;justify-content:flex-end;align-items:center;gap:1rem;width:100%;height:calc(100vh - 485px);display:flex;overflow-y:auto}.history_items .search_loader{top:unset;left:unset;justify-content:center;width:100%;display:flex!important;position:relative!important}.history_items_cont{flex-direction:column;justify-content:flex-start;gap:1rem;width:100%;height:max-content;display:flex;overflow-y:auto}.history_item{background:#e9e9e9;border-radius:5px;width:100%;padding:.5rem}.history_item_title{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.history_item_title_editor{justify-content:space-between;align-items:center;width:100%;font-size:14px;font-weight:700;display:flex}.history_item_title_date{font-size:12px}.history_item_desc{background:#fff;border-radius:5px;width:100%;margin-top:5px;padding:0 1rem;font-size:14px;display:inline-block}.history_response{width:100%;height:250px}.history_cont_open{right:0}.history_title{background:#fff;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin:0;font-weight:700;display:flex;position:sticky;top:0}.history_title span{font-size:14px;font-weight:400}.tiles{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}@media (max-width:697px){.tiles{margin-top:122px}}@media (max-width:697px){.menu_bar{width:100%;overflow:scroll}.space-y-4{z-index:1;width:100%;margin-top:122px;position:relative}}.tiles .col1{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:500px;display:flex}.tiles .col2{flex-wrap:wrap;justify-content:flex-start;align-items:flex-start;gap:1rem;width:calc(100% - 500px - 1rem);display:flex}.tile{background:#fff;border-radius:.5rem;width:500px;min-height:200px;padding:1rem}.will_expire{min-height:calc(400px + 2rem)!important}.will_expire .tile_cont{height:500px!important}.expire_15{min-height:calc(400px + 2rem)!important}.expire_15 .tile_cont{height:500px!important}.tile h3{margin-bottom:1rem;font-size:22px}.tile_cont{width:100%;height:200px;overflow-y:auto}.tile_item{background:#e9e9e9;border-radius:.5rem;justify-content:flex-start;align-items:center;gap:1rem;width:100%;margin-bottom:1rem;padding:.5rem;display:flex}.tile_item_info{width:calc(100% - 44px)}.tile_item_icon{cursor:pointer;justify-content:center;align-items:center;width:44px;display:flex}.tile_item .user_fullname{font-weight:700}.tile_item .user_edate{font-size:12px}.big_tile{width:calc(1000px + 1rem)!important}#chartdiv,#chartdiv1,#chartdiv2{width:100%;height:500px}.double_charts{justify-content:space-between;align-items:flex-start;gap:1rem;width:100%;display:flex}.double_charts .chart_cont{width:50%}.chartdiv{width:100%;height:500px;margin-bottom:2rem}.add_ads{background:#666;border-radius:4px;justify-content:space-between;align-items:center;width:100%;height:66px;margin-bottom:1rem;padding:0 1rem;display:flex}.ads_button{color:#fff;background:var(--blue)!important}.add_ads_title{color:#fff}.edit_ad_cont{border:thin solid #999;border-radius:4px;width:100%;margin-bottom:1rem;padding:1rem;display:inline-block}.add_ad_cont{border:thin solid #999;border-radius:4px;width:100%;margin-bottom:1rem;padding:1rem;display:none}.add_ad_field{margin-bottom:1rem}.add_ad_field img{width:400px}.delete_ads_button{color:#fff;background:red!important}.opened_ad{display:inline-block!important}.slots{grid-gap:1rem;grid-template-columns:repeat(auto-fill,minmax(500px,1fr));width:100%;display:grid}.slot{background:#fff;border:thin solid #999;border-radius:4px;width:100%;min-height:200px;padding:1rem}.slot_item{background:#e9e9e9;border-radius:4px;justify-content:space-between;align-items:center;width:100%;margin-bottom:1rem;padding:0 1rem;display:flex}.edit_adv a{color:#000;cursor:pointer;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.add_message_cont{border:thin solid #999;width:100%;margin-bottom:1rem;padding:1rem;display:none}.add_message_cont_show{display:inline-block!important}.selected_companies{flex-wrap:wrap;justify-content:flex-start;align-items:center;gap:1rem;width:100%;display:flex}.selected_company{background:var(--blue);color:#fff;cursor:pointer;border-radius:4px;justify-content:space-between;align-items:center;gap:8px;width:max-content;height:33px;padding:0 1rem;display:flex}.remove_selected_company{justify-content:center;align-items:center;display:flex}.user_preferences_admin .user_preferences_item{width:calc(50% - 1rem)}.add_message_button{background:Var(--blue);color:#fff}.send_message_button{background:Var(--green);color:#fff}.system_posts_list{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:1rem;width:100%;display:flex}.system_post_item_header{color:#fff;background:#000;justify-content:space-between;align-items:center;width:100%;height:44px;padding:0 1rem 0 calc(1rem + 44px);display:flex}.system_post_item{background:#fff;justify-content:space-between;align-items:center;width:100%;height:44px;padding:0 1rem;display:flex}.system_post_item_title{width:70%}.system_post_item_date,.system_post_item_date_send{width:150px}.system_post_item_tools{justify-content:flex-end;align-items:center;gap:1rem;width:150px;display:flex}.system_post_item_send{border-left:44px solid green}.system_post_item_not_send{border-left:44px solid orange}.keyboard_help{display:none;position:fixed;bottom:1rem;left:1rem}.keys{justify-content:flex-start;align-items:center;gap:1rem;width:200px;display:flex}.key_cont{width:66px}.key_cont_text{text-align:center}.key__button{box-sizing:border-box;text-align:center;color:#555;cursor:pointer;text-shadow:0 .5px 1px #777,0 2px 6px #f2f2f2;background:-webkit-linear-gradient(silver 0%,#d2d2d2 20%,#f9f9f9 100%);border:1px solid #f2f2f2;border-radius:10px;width:44px;height:44px;margin:0 8px;font-family:sans-serif;font-size:16px;line-height:44px;transition:box-shadow .3s,transform .15s;display:inline-block;box-shadow:0 0 1px #888,0 1px #fff,0 6px silver,0 8px 17px #4446,2px 1px 4px #44444440,-2px 1px 4px #44444440,0 9px 16px #4444441a}.key__button:hover,.key__button:focus{transform:translateY(2px);box-shadow:0 0 1px #888,0 1px #fff,0 4px silver,0 2px 35px #4444444d,2px 2px 4px #44444440,-2px 2px 4px #44444440,0 7px 4px #4444441a}.key__button:active{transform:translateY(4px);box-shadow:0 0 1px #888,0 1px #fff,0 0 silver,0 0 30px #44444426,2px 2px 4px #44444440,-2px 2px 4px #44444440,0 0 4px #44444440}.car_list{width:100%}.car_brand_item{cursor:pointer;border:thin solid #666;justify-content:flex-start;align-items:center;width:100%;height:44px;margin-bottom:1rem;padding:0 1rem;display:flex}.car_brand_item:hover{background:#999}.car_models_list{cursor:pointer;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:calc(100% - 2rem);margin-left:2rem;display:none}.car_model_item{cursor:pointer;border:thin solid #666;justify-content:space-between;align-items:center;width:100%;height:44px;margin-bottom:1rem;padding:0 1rem;display:flex}.car_model_item:hover{background:#999}.car_toolbox{justify-content:flex-end;align-items:center;gap:1rem;width:350px;display:flex}.car_toolbox div{cursor:pointer}.car_models_list_open{display:flex!important}.car_brand_item_name{width:calc(100% - 395px)}.brand_icon{justify-content:center;align-items:center;width:30px;height:30px;display:flex}.brand_icon_green ion-icon{color:var(--green)}.brand_icon_orange ion-icon{color:orange}.brand_icon_red ion-icon{color:red}.car_model_item_name{width:calc(100% - 395px)}.model_icon{justify-content:center;align-items:center;width:30px;height:30px;display:flex}.model_icon_green ion-icon{color:var(--green)}.model_icon_orange ion-icon{color:orange}.admin_post_counter{font-size:22px}.activity_tabs{justify-content:flex-start;align-items:center;gap:1rem;width:100%;margin-bottom:1rem;display:flex}.activity_tab{background:var(--blue);color:#fff;border-radius:15px;justify-content:center;align-items:center;width:200px;height:44px;display:flex}.current_activity_tab{background:var(--green)!important}.activity_cont{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.activity_line{border:thin solid #000;justify-content:flex-start;align-items:center;width:100%;height:44px;display:flex}.activity_line:hover{background:#ff0}.activity_line_fname,.activity_line_lname{word-break:break-all;width:200px;height:22px;padding:0 1rem;overflow:hidden}.activity_line_companyname{word-break:break-all;width:400px;height:22px;padding:0 1rem;overflow:hidden}.activity_item_latest_activity{justify-content:flex-end;align-items:center;width:100%;height:44px;display:flex;overflow:hidden}.activity_line .user_field{background:0 0!important;border:none!important;width:44px!important;height:44px!important}.activity_line .activity_item_latest_activity{padding:0 1rem}.payment_user_line{justify-content:flex-start;align-items:center;width:100%;display:flex}.payment_user_line div{color:#fff;background:#000;border:thin solid #e9e9e9!important;justify-content:flex-start!important;width:33.3333%!important}.payment_list{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;display:flex}.payment_line{flex-wrap:wrap;justify-content:flex-start;align-items:center;width:1500px;margin-bottom:1rem;display:flex}.payment_line_user,.payment_line_company,.payment_line_vat{text-align:center;border:thin solid #000;justify-content:center;align-items:center;width:200px;height:33px;padding:0 1rem;display:flex}.payment_line_amount{text-align:center;border:thin solid #000;justify-content:center;align-items:center;width:100px;height:33px;padding:0 1rem;display:flex}.payment_details{border:thin solid #000;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:max-content;display:none}.payment_details_open{display:flex!important}.payment_details_title{background:Var(--blue);color:#fff;justify-content:flex-start;align-items:center;width:100%;height:33px;padding:0 1rem;display:flex}.payment_details_cont{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:max-content;padding:1rem;display:flex}.payment_line_status{text-align:center;border:thin solid #000;justify-content:center;align-items:center;width:200px;height:33px;padding:0 1rem;display:flex}.payment_line_success{background:var(--green);color:#fff;border-radius:5px;justify-content:center;align-items:center;height:22px;padding:0 11px;font-size:12px;display:flex}.payment_line_pending{color:#fff;background:orange;border-radius:5px;justify-content:center;align-items:center;height:22px;padding:0 11px;font-size:12px;display:flex}.payment_line_tools{border:thin solid #000;justify-content:flex-start;align-items:center;gap:1rem;width:200px;height:33px;padding:0 1rem;display:flex}.ads_list{flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:44px;display:flex}.ads_list_item{border:thin solid #000;justify-content:center;align-items:center;width:100%;height:44px;display:flex}.ads_list_item_date{border-right:thin solid #000;justify-content:flex-start;align-items:center;width:150px;height:44px;padding:0 1rem;display:flex}.ads_list_item_company{border-right:thin solid #000;justify-content:flex-start;align-items:center;width:calc(100% - 700px);height:44px;padding:0 1rem;display:flex}.ads_list_item_slots{border-right:thin solid #000;justify-content:flex-start;align-items:center;width:400px;height:44px;padding:0 1rem;display:flex}.ads_list_item_status{border-right:thin solid #000;justify-content:flex-start;align-items:center;width:150px;height:44px;padding:0 1rem;display:flex}.admin_calendar .daily_posts{flex-direction:column;gap:1rem}.admin_calendar .daily_posts_num{gap:4px;padding:4px 8px!important;font-size:14px!important}.admin_calendar .daily_posts_num:before{content:none!important}.admin_calendar_cont{width:100%}.admin_calendar .day_name{display:none}@media (max-width:1100px){.new_home_section_1_title{font-size:26px;line-height:34px}.new_home_section_1{padding:1.5rem;font-size:16px;line-height:24px}.new_home_section_2{flex-direction:column}.new_home_section_2_1{width:100%}.new_home_section_2_2{width:100%;min-height:200px}.new_home_section_3{flex-direction:column;padding:2rem}.new_home_section_3_1{width:100%;height:200px;position:relative}.new_home_section_3_2{width:100%;font-size:16px;line-height:24px}.new_home_section_3_1 img:first-child{width:200px;position:relative;left:0}.new_home_section_3_1 img:last-child{display:none}.new_home_section_4{flex-direction:column}.new_home_section_4_1,.new_home_section_4_2{width:100%}.new_home_section_4_2 img{width:100%;max-width:500px}.new_home_section_4_1_item{gap:1.5rem}.new_home_section_4_1_item_text{font-size:18px}.new_home_section_5{flex-direction:column;padding:2rem}.new_home_section_5_1{width:100%;height:200px}.new_home_section_5_2{width:100%}.new_home_section_5_2 img{display:none}.new_home_section_6{flex-direction:column;margin-bottom:2rem}.new_home_section_6_1{width:100%;padding-top:0}.new_home_section_6_1 img{display:none}.new_home_section_6_1_item{margin-bottom:3rem}.new_home_section_6_2{width:100%}.new_home_section_6_2 img{width:100%;max-width:400px}.new_home_section_7{flex-direction:column}.new_home_section_7_1{width:100%}.new_home_section_7_1 img{display:none}.new_home_section_7_2{width:100%}.new_home_section_7_2 img{width:100%;max-width:300px}.new_home_section_8{flex-direction:column;gap:1rem;height:auto;padding:2rem}.new_home_section_8_1,.new_home_section_8_3{text-align:center;align-items:center;width:100%}.tiles .col1,.tiles .col2,.tile{width:100%}.big_tile{width:100%!important}.double_charts{flex-direction:column}.double_charts .chart_cont{width:100%}.new_post_cont section{grid-template-columns:1fr;width:100%}.new_post_cont aside{width:100%}.companies_cont,.post_cont,.search_result_cont,.slots{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}.storage_categories{flex-wrap:wrap;height:auto}.storage_categories .col1,.storage_categories .col2,.storage_categories .col3,.storage_categories .col4{width:calc(50% - .5rem);max-height:300px}.activity_line_fname,.activity_line_lname{width:150px}.activity_line_companyname{width:250px}.create_post_cont{flex-direction:column}.create_post_cont_col1,.create_post_cont_col2,.create_post_cont_col3,.create_post_cont_col4,.post_type_cont{width:100%}.search_area{width:100%;right:-110%}.contact_icon{flex-direction:column}.history_cont{width:100%;max-width:400px}.viewers_list_cont{max-width:90%}.single_user{gap:1rem;padding:22px}.admin_users{padding-right:0}.admin_top_bar{flex-direction:column;align-items:flex-start;gap:1rem}.admin_lists,.admin_export_area{flex-wrap:wrap}}@media (max-width:768px){.wrapper{padding:1rem}.wrapper_out{min-height:calc(100vh - 60px);margin-top:60px;padding:.5rem}.wrapper .container{padding:0}.new_home_section_1{border-radius:10px;padding:1rem}.new_home_section_1_title{font-size:22px;line-height:30px}.new_home_section_1_title span{padding:0 .5rem}.new_home_section_1{font-size:14px;line-height:22px}.new_home_section_2_1{min-height:150px;padding:1.5rem;font-size:16px}.new_home_section_2_2{min-height:150px;padding:1.5rem}.new_home_section_3{text-align:left;padding:1.5rem}.new_home_section_3_2 h3{text-align:left}.new_home_section_3_1{display:none}.new_home_section_4_1_item{gap:1rem;margin-bottom:2rem}.new_home_section_4_1_item_icon{width:50px;font-size:18px}.new_home_section_4_1_item_text{width:calc(100% - 50px - 1rem);font-size:16px}.new_home_section_5{text-align:left;padding:1.5rem}.new_home_section_5_1{display:none}.new_home_section_5_2 h3{text-align:left}.new_home_section_6_1_item{gap:1rem;margin-bottom:4rem}.new_home_section_6_1_item_icon{width:50px;font-size:18px}.new_home_section_6_1_item_text{text-align:left;width:calc(100% - 50px - 1rem);font-size:16px}.new_home_section_8 h3{font-size:24px;line-height:32px}.new_home_section_8_1,.new_home_section_8_3{font-size:18px}.main_banner{aspect-ratio:1.5}.main_banner_text{font-size:1.5rem;line-height:2rem;left:1.5rem}.main_banner_text_show{bottom:1.5rem}.post_cont,.companies_cont,.search_result_cont,.page_acont,.slots{grid-template-columns:1fr}.single_user{gap:.5rem;padding:16px}.single_user_col,.single_user_comp_col{width:100%}.single_user_status_buttons,.labels_cont{flex-wrap:wrap}.brands_cont{grid-template-columns:1fr}.admin_users_header{overflow-x:auto}.system_post_item_title{flex:1;width:auto}.system_post_item_date,.system_post_item_date_send{width:auto}.zoomist-container{width:90vw}.image_thumbs{gap:.5rem;overflow-x:auto}.image_thumb{width:66px;min-width:66px}.storage_categories .col1,.storage_categories .col2,.storage_categories .col3,.storage_categories .col4{width:100%;max-height:200px}.activity_cont{overflow-x:auto}.activity_line{min-width:800px}.tile_cont{height:150px}.payment_line{width:100%;overflow-x:auto}.ads_list{overflow-x:auto}.ads_list_item{min-width:700px}.search_area{width:100%;height:calc(100vh - 60px);top:60px}.save_profile_button{width:100%!important}.title_and_searchbar{flex-direction:column;gap:1rem}.viewers_list_cont{aspect-ratio:auto;max-width:95%;max-height:80vh}.create_vacont{width:100%!important}.car_brand_item_name,.car_model_item_name{width:calc(100% - 135px)}.car_toolbox{width:100px}.contact_sellers{grid-template-columns:1fr;width:100%}.seller_item_big{flex-direction:column;width:100%}.seller_item_big .seller_item_image{width:100%;margin-right:0}.seller_item_big .seller_item_info{width:100%}.register_cont{padding:1rem}.register_cont .disclaimer{width:100%;font-size:14px}.vat_return .register_input,.user_data .register_input{width:100%}.register_input{max-width:100%}.register_input input,.register_input select{box-sizing:border-box;width:100%}.register_button{max-width:100%}.header{height:60px;padding:.5rem}.header .logo img{height:44px}.header .container{grid-template-columns:auto 1fr;grid-gap:.5rem!important}.header_out .menu_bar_list ul{gap:.5rem}.header_out .menu_bar_list ul li{height:60px}.header_out .user_info a{gap:4px;font-size:12px}.header_out .user_info img{width:18px}.login_form form{width:100%;aspect-ratio:unset;padding:1.5rem 1rem}.login_cont{flex-direction:column}.login_right{display:none}}@media (max-width:480px){.wrapper{padding:.5rem}.new_home_section_1_title{font-size:18px;line-height:26px}.new_home_section_4_1_item_text,.new_home_section_6_1_item_text{font-size:14px}.new_home_section_8{padding:1rem}.new_home_section_8 h3{font-size:20px;line-height:28px}.image_thumb{width:50px;min-width:50px}.image_toolbox{gap:.5rem;right:8px}.search_cont_with_button{flex-direction:column}.search_cont_with_button .button{min-width:unset;width:100%}.post_type_cont,.activity_tab{width:100%}.activity_tabs{flex-wrap:wrap}.header{height:auto;min-height:52px;padding:.25rem .5rem}.header .container{grid-template-columns:1fr;justify-items:center;grid-gap:0!important}.header .logo img{height:36px}.header_out .user_info{justify-content:center}.header_out .user_info a div{display:none}.header_out .user_info img{width:22px}.header_out .menu_bar_list ul{gap:1rem}.header_out .menu_bar_list ul li{height:auto;padding:4px 0}.wrapper_out{min-height:calc(100vh - 80px);margin-top:80px}.register_cont{padding:.75rem}.register_cont .disclaimer,.register_input label{font-size:13px}.register_button{height:40px;font-size:14px}.login_form form{padding:1rem .75rem}.login_input label{font-size:13px}}@media (max-width:450px){.register_cont{padding:.5rem}.register_input{margin-bottom:.5rem}.register_input label{font-size:12px}.register_button{height:38px;font-size:13px}.login_form form{padding:.75rem .5rem}}
.legacy_feed_wrapper{width:100%}.legacy_feed_tabs{background:#fff;border-bottom:1px solid #e9e9e9;gap:0;margin-bottom:1.5rem;display:flex;overflow-x:auto}.legacy_feed_tab{color:#666;white-space:nowrap;text-transform:uppercase;letter-spacing:.3px;border-bottom:3px solid #0000;margin-bottom:-1px;padding:1rem 1.25rem;font-size:12px;font-weight:600;text-decoration:none;transition:all .15s}.legacy_feed_tab:hover{color:#333}.legacy_feed_tab.active{color:#000;border-bottom-color:#000;font-weight:700}.legacy_feed_cont{grid-template-columns:260px 1fr;gap:1.5rem;display:grid}.legacy_feed_sidebar{flex-direction:column;gap:1rem;height:fit-content;display:flex;position:sticky;top:80px}.legacy_sidebar_section{background:#fff;border-radius:.5rem;padding:1rem;box-shadow:0 1px 3px #0000001a}.legacy_sidebar_title{color:#333;border-bottom:1px solid #e9e9e9;margin-bottom:.75rem;padding-bottom:.5rem;font-size:14px;font-weight:700}.calendar_widget{font-size:12px}.calendar_nav{justify-content:space-between;align-items:center;margin-bottom:.75rem;display:flex}.calendar_nav_btn{cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;transition:all .15s;display:flex}.calendar_nav_btn:hover{background:#f5f5f5;border-color:#ccc}.calendar_nav_btn svg{color:#666}.calendar_month{color:#333;font-size:14px;font-weight:600}.calendar_days_header{grid-template-columns:repeat(7,1fr);gap:0;margin-bottom:.25rem;display:grid}.calendar_day_name{text-align:center;color:#999;padding:.25rem 0;font-size:11px;font-weight:500}.calendar_days_grid{grid-template-columns:repeat(7,1fr);gap:2px;display:grid}.calendar_day{aspect-ratio:1;color:#333;cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;font-size:12px;transition:all .15s;display:flex}.calendar_day:hover:not(.empty):not(:disabled){background:#f0f0f0}.calendar_day.empty,.calendar_day:disabled{cursor:default;color:#0000}.calendar_day.today{background:var(--green);color:#fff;font-weight:600}.calendar_day.today:hover{background:var(--green_hover)}.calendar_day.selected{background:var(--blue);color:#fff;font-weight:600}.calendar_day.selected:hover{background:#1d4ed8}.calendar_day.today.selected{background:var(--blue)}.calendar_clear_btn{color:#fff;cursor:pointer;background:#df2b2b;border:1px solid #df2b2b;border-radius:4px;width:100%;margin-top:.75rem;padding:.5rem;font-size:12px;transition:all .15s;display:block}.calendar_clear_btn:hover{background:#941d1d;border-color:#941d1d}.legacy_filter_group{margin-bottom:1rem}.legacy_filter_group:last-child{margin-bottom:0}.legacy_filter_label{color:#666;margin-bottom:.5rem;font-size:12px;font-weight:600;display:block}.legacy_filter_input{border:1px solid #ddd;border-radius:.375rem;width:100%;padding:.5rem .75rem;font-size:13px;transition:border-color .15s}.legacy_filter_input:focus{border-color:var(--blue);outline:none}.legacy_filter_input_small{width:100%}.legacy_filter_search{position:relative}.legacy_search_icon{color:#999;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.legacy_filter_buttons{gap:.375rem;display:flex}.legacy_filter_btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:.375rem;flex:1;padding:.5rem;font-size:12px;transition:all .15s}.legacy_filter_btn:hover{background:#f5f5f5}.legacy_filter_btn.active{background:var(--blue);color:#fff;border-color:var(--blue)}.legacy_filter_checkboxes{flex-direction:column;gap:.5rem;display:flex}.legacy_filter_checkbox{cursor:pointer;align-items:center;gap:.5rem;font-size:13px;display:flex}.legacy_filter_checkbox input{width:16px;height:16px}.legacy_filter_range{align-items:center;gap:.5rem;display:flex}.legacy_filter_sep{color:#999}.legacy_new_ad_btn{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.legacy_new_ad_btn:hover{background:var(--green_hover)}.legacy_feed_main{min-height:50vh}.legacy_posts_grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.legacy_post_card{background:#fff;border-radius:.5rem;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 1px 3px #0000001a}.legacy_post_header{justify-content:space-between;align-items:center;padding:.75rem 1rem;font-size:13px;font-weight:600;display:flex}.legacy_post_header.buying{color:#92400e;background:#fef3c7}.legacy_post_header.selling{color:#166534;background:#dcfce7}.legacy_post_type{text-transform:uppercase;letter-spacing:.5px;font-size:12px}.legacy_post_id{color:inherit;opacity:.7;font-size:12px}.legacy_post_tags{flex-wrap:wrap;gap:.5rem;padding:.75rem 1rem 0;display:flex}.legacy_post_tag{text-transform:uppercase;letter-spacing:.3px;border-radius:.25rem;padding:.375rem .75rem;font-size:11px;font-weight:600}.legacy_post_tag.tag_aftermarket,.legacy_post_tag.tag_γνησιο,.legacy_post_tag.tag_μεταχειρισμενο,.legacy_post_tag.tag_ανακατασκευασμενο{color:#333;background:#fff;border:1px solid #333}.legacy_post_desc{color:#333;line-clamp:3;-webkit-line-clamp:3;-webkit-box-orient:vertical;flex-grow:1;padding:.75rem 1rem;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.legacy_post_brand_section{background:#f9fafb;border-top:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;align-items:center;gap:.75rem;padding:.75rem 1rem;display:flex}.legacy_brand_icon{background:#fff;border:1px solid #e5e7eb;border-radius:.375rem;justify-content:center;align-items:center;width:40px;height:40px;display:flex;overflow:hidden}.legacy_brand_icon img{object-fit:contain;max-width:100%;max-height:100%}.legacy_brand_icon svg{color:#9ca3af}.legacy_brand_info{flex:1;min-width:0}.legacy_brand_name{color:#333;font-size:14px;font-weight:600}.legacy_model_name{color:#666;font-size:12px}.legacy_post_company{justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.legacy_company_name{color:var(--blue);font-size:13px;font-weight:500}.legacy_company_actions{gap:.5rem;display:flex}.legacy_company_btn{cursor:pointer;background:#f3f4f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.legacy_company_btn:hover{background:#e5e7eb}.legacy_company_btn svg{color:#666}.legacy_post_action_btn{background:var(--green);color:#fff;text-align:center;border-radius:.375rem;margin:0 1rem;padding:.75rem 1rem;font-size:13px;font-weight:600;text-decoration:none;transition:background .15s;display:block}.legacy_post_action_btn:hover{background:var(--green_hover)}.legacy_post_footer{background:#fafafa;border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;margin-top:auto;padding:.75rem 1rem;display:flex}.legacy_post_stats{gap:1rem;display:flex}.legacy_stat_item{color:#666;align-items:center;gap:.375rem;font-size:13px;display:flex}.legacy_stat_item svg{color:#9ca3af;width:16px;height:16px}.legacy_post_date{color:#999;font-size:12px}.legacy_post_skeleton{min-height:300px}.legacy_post_header_skeleton,.legacy_post_tags_skeleton,.legacy_post_desc_skeleton,.legacy_post_brand_skeleton,.legacy_post_company_skeleton,.legacy_post_btn_skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;margin:.75rem 1rem;animation:1.5s infinite skeleton-loading}.legacy_post_header_skeleton{height:40px;margin:0}.legacy_post_tags_skeleton{width:60%;height:24px}.legacy_post_desc_skeleton{height:60px}.legacy_post_brand_skeleton{height:56px}.legacy_post_company_skeleton{height:32px}.legacy_post_btn_skeleton{height:40px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.legacy_feed_cont{grid-template-columns:1fr}.legacy_feed_sidebar{order:2;position:static}.legacy_feed_main{order:1}.legacy_posts_grid{grid-template-columns:1fr}}@media (max-width:768px){.legacy_feed_tabs{padding:0 .5rem}.legacy_feed_tab{padding:.75rem 1rem;font-size:12px}.legacy_post_action_btn{padding:.625rem .75rem;font-size:12px}}.feed_cont{grid-template-columns:220px 1fr 280px;gap:1.5rem;width:100%;padding:1rem 0;display:grid}.feed_sidebar{height:fit-content;position:sticky;top:1rem}.feed_main{min-height:50vh}.sidebar_content{background:#fff;border-radius:.5rem;overflow:hidden;box-shadow:0 1px 2px #3333}.sidebar_section{border-bottom:thin solid #e9e9e9;padding:1rem}.sidebar_section:last-child{border-bottom:none}.sidebar_title{color:#333;margin-bottom:.75rem;font-size:14px;font-weight:700}.sidebar_nav{flex-direction:column;gap:.25rem;display:flex}.sidebar_nav_item{color:#666;border-radius:.375rem;align-items:center;gap:.75rem;padding:.625rem .75rem;font-size:14px;text-decoration:none;transition:all .15s;display:flex}.sidebar_nav_item:hover{color:#333;background:#f5f5f5}.sidebar_nav_item.active{background:var(--blue);color:#fff}.sidebar_nav_subitem{padding-left:2.5rem;font-size:13px}.sidebar_nav_subitem .sidebar_nav_icon{width:16px;height:16px}.sidebar_nav_icon{justify-content:center;align-items:center;width:20px;height:20px;display:flex}.sidebar_nav_icon svg{width:18px;height:18px}.sidebar_nav_text{font-weight:500}.sidebar_new_ad_btn{background:var(--green);color:#fff;cursor:pointer;border:none;border-radius:.375rem;justify-content:center;align-items:center;gap:.5rem;width:100%;padding:.75rem 1rem;font-size:14px;font-weight:600;text-decoration:none;transition:background .15s;display:flex}.sidebar_new_ad_btn:hover{background:var(--green_hover)}.filter_group{margin-bottom:1rem}.filter_group:last-child{margin-bottom:0}.filter_label{color:#666;margin-bottom:.5rem;font-size:12px;font-weight:600;display:block}.filter_input{border:1px solid #ddd;border-radius:.375rem;width:100%;padding:.5rem .75rem;font-size:13px;transition:border-color .15s}.filter_input:focus{border-color:var(--blue);outline:none}.filter_input_small{width:100%}.filter_search{position:relative}.filter_search_icon{color:#999;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.filter_buttons{gap:.375rem;display:flex}.filter_btn{cursor:pointer;background:#fff;border:1px solid #ddd;border-radius:.375rem;flex:1;padding:.5rem .75rem;font-size:12px;transition:all .15s}.filter_btn:hover{background:#f5f5f5}.filter_btn.active{background:var(--blue);color:#fff;border-color:var(--blue)}.filter_checkboxes{flex-direction:column;gap:.5rem;display:flex}.filter_checkbox{cursor:pointer;align-items:center;gap:.5rem;font-size:13px;display:flex}.filter_checkbox input{width:16px;height:16px}.filter_range{align-items:center;gap:.5rem;display:flex}.filter_range_sep{color:#999}.posts_cont{flex-direction:column;gap:1rem;display:flex}.post_image{aspect-ratio:16/9;background:#f5f5f5;width:100%;position:relative;overflow:hidden}.post_image img{object-fit:cover;width:100%;height:100%}.post_image_placeholder{color:#ccc;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.post_badge{border-radius:.25rem;padding:.25rem .5rem;font-size:11px;font-weight:600;position:absolute;top:.5rem;left:.5rem}.badge_buying{color:#fff;background:#f97316}.badge_selling{background:var(--green);color:#fff}.post_content{padding:1rem}.post_header{justify-content:space-between;align-items:flex-start;margin-bottom:.5rem;display:flex}.post_title{color:#333;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:15px;font-weight:600;line-height:1.3;display:-webkit-box;overflow:hidden}.post_id{color:#999;flex-shrink:0;margin-left:.5rem;font-size:12px}.post_description{color:#666;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .75rem;font-size:13px;line-height:1.5;display:-webkit-box;overflow:hidden}.post_meta{justify-content:space-between;align-items:center;margin-bottom:.5rem;display:flex}.post_price{font-size:14px}.price_value{color:var(--green);font-weight:700}.price_negotiable{color:#999;font-style:italic}.post_stats{gap:.75rem;display:flex}.stat_item{color:#666;align-items:center;gap:.25rem;font-size:12px;display:flex}.stat_item svg{width:14px;height:14px}.stat_views{color:#666}.stat_comments{color:var(--blue)}.post_footer{border-top:1px solid #f0f0f0;justify-content:space-between;align-items:center;padding-top:.5rem;display:flex}.post_date{color:#999;font-size:12px}.post_company{color:var(--blue);font-size:12px;font-weight:500}.post_item_skeleton{background:#fff}.post_image_skeleton{aspect-ratio:16/9;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;width:100%;animation:1.5s infinite skeleton-loading}.post_content_skeleton{padding:1rem}.skeleton_line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;height:14px;margin-bottom:.5rem;animation:1.5s infinite skeleton-loading}.skeleton_title{width:70%;height:18px}.skeleton_desc{width:100%}.skeleton_desc.short{width:60%}@media (max-width:1024px){.feed_cont{grid-template-columns:1fr}.feed_sidebar_left,.feed_sidebar_right{position:static}.feed_sidebar_left{order:1}.feed_main{order:2}.feed_sidebar_right{order:3}}@media (max-width:768px){.sidebar_nav{flex-flow:wrap}.sidebar_nav_item{flex:1;justify-content:center;min-width:fit-content}.sidebar_nav_text{display:none}.sidebar_nav_icon{width:24px;height:24px}}
.legacy_header{z-index:1000;background:#1a1a1a;position:sticky;top:0}.legacy_header_inner{justify-content:space-between;align-items:center;max-width:1200px;height:50px;margin:0 auto;padding:0 1rem;display:flex}.legacy_logo{align-items:center;gap:.5rem;text-decoration:none;display:flex}.legacy_logo_gear{width:36px;height:36px}.legacy_logo_text{color:#000;letter-spacing:-.5px;font-size:22px;font-weight:700}.legacy_header_actions{align-items:center;gap:.75rem;display:flex}.antalaktiko-bar--header{z-index:1000;border-bottom:1px solid #e9e9e9;position:sticky;top:0}.antalaktiko-header{border-radius:15px;justify-content:space-between;align-items:center;height:88px;margin:0 auto;padding:0 1rem;display:flex}.antalaktiko-logo{align-items:center;display:flex}.antalaktiko-logo img{width:auto}.antalaktiko-actions{align-items:center;gap:1rem;display:flex}.header_user_menu{position:relative}.header_user_btn{cursor:pointer;color:#444;background:0 0;border:1px solid #444;border-radius:.375rem;align-items:center;gap:.5rem;padding:.5rem .75rem;font-size:14px;transition:all .15s;display:flex}.header_user_btn:hover{background:#ffffff1a;border-color:#666}.header_user_name{text-overflow:ellipsis;white-space:nowrap;max-width:120px;overflow:hidden}.header_user_arrow{transition:transform .15s}.header_user_menu:hover .header_user_arrow{transform:rotate(180deg)}.header_user_dropdown{opacity:0;visibility:hidden;z-index:100;background:#fff;border:1px solid #ddd;border-radius:.5rem;min-width:200px;margin-top:.5rem;transition:all .15s;position:absolute;top:100%;right:0;transform:translateY(-10px);box-shadow:0 4px 12px #0000001a}.header_user_menu:hover .header_user_dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header_dropdown_item{color:#333;text-align:left;cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;width:100%;padding:.75rem 1rem;font-size:14px;text-decoration:none;transition:background .15s;display:flex}.header_dropdown_item:hover{background:#f5f5f5}.header_dropdown_item:first-child{border-radius:.5rem .5rem 0 0}.header_dropdown_item:last-child{border-radius:0 0 .5rem .5rem}.header_dropdown_item svg{color:#666}.header_dropdown_logout{color:#dc2626;border-top:1px solid #e9e9e9}.header_dropdown_logout svg{color:#dc2626}.noti-root{position:relative}.noti-bell{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex;position:relative}.noti-bell:hover{background:#ffffff1a}.noti-bell-ico{justify-content:center;align-items:center;display:flex}.noti-bell-ico svg{fill:#ccc;width:33px;height:33px}.notifications_badge{color:#fff;background:#dc2626;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:11px;font-weight:600;display:flex;position:absolute;top:2px;right:2px}.noti-status{background:#9ca3af;border:2px solid #fff;border-radius:50%;width:8px;height:8px;position:absolute;bottom:4px;right:4px}.noti-status.connected{background:#22c55e}.noti-panel{z-index:9999999;background:#fff;border:1px solid #ddd;border-radius:.5rem;width:360px;max-height:480px;margin-top:.5rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.noti-tabs{border-bottom:1px solid #e9e9e9;display:flex}.noti-tab{color:#666;cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.75rem 1rem;font-size:14px;font-weight:500;transition:all .15s;display:flex}.noti-tab:hover{background:#f5f5f5}.noti-tab.is-active{color:var(--blue);border-bottom-color:var(--blue)}.noti-tab-count{color:#fff;background:#dc2626;border-radius:10px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 6px;font-size:11px;font-weight:600;display:flex}.noti-list{max-height:360px;overflow-y:auto}.noti-loading,.noti-empty{text-align:center;color:#999;padding:2rem;font-size:14px}.noti-item{text-align:left;cursor:pointer;background:0 0;border:none;border-bottom:1px solid #f0f0f0;flex-direction:column;width:100%;padding:.75rem 1rem;transition:background .15s;display:flex}.noti-item:hover{background:#f5f5f5}.noti-item.unread{background:#eff6ff}.noti-item.unread:hover{background:#dbeafe}.noti-item-title{color:#666;margin-bottom:2px;font-size:13px}.noti-item-company{color:#111;margin-bottom:6px;font-size:14px;font-weight:600}.noti-item-meta{justify-content:space-between;align-items:center;display:flex}.noti-item-id{color:#333;font-size:13px;font-weight:500}.noti-item-date{color:#666;font-size:12px}.noti-load-more{width:100%;color:var(--blue);cursor:pointer;background:0 0;border:none;border-top:1px solid #f0f0f0;padding:.75rem;font-size:13px;transition:background .15s;display:block}.noti-load-more:hover{background:#f5f5f5}.noti-load-more:disabled{color:#999;cursor:not-allowed}.noti-footer{border-top:1px solid #e9e9e9;padding:.75rem}.noti-mark-all{color:#666;cursor:pointer;background:0 0;border:1px solid #ddd;border-radius:.375rem;width:100%;padding:.5rem;font-size:13px;transition:all .15s;display:block}.noti-mark-all:hover{background:#f5f5f5;border-color:#ccc}@media (max-width:768px){.legacy_header_inner{height:46px;padding:0 .75rem}.legacy_logo_gear{width:28px;height:28px}.legacy_logo_text{font-size:18px}.antalaktiko-header{padding:0 .75rem}.antalaktiko-logo img{width:auto;height:100%}.header_user_name{display:none}.noti-panel{width:calc(100vw - 1rem);right:-.5rem}.company-list-panel{width:auto;max-height:calc(100dvh - 70px);position:fixed;top:56px;left:8px;right:8px}}@media (max-width:450px){.legacy_header_inner{height:40px;padding:0 .5rem}.legacy_logo_gear{width:24px;height:24px}.legacy_logo_text{font-size:15px}.antalaktiko-header{height:70px;padding:0 .5rem}.noti-panel{width:calc(100vw - 8px);right:-4px}.noti-tab{padding:.5rem;font-size:12px}.noti-item{padding:.5rem .75rem}.company-list-panel{top:48px;left:4px;right:4px}.company-list-search input{font-size:13px}.company-list-item{padding:.5rem .75rem}}.company-list-root{position:relative}.company-list-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex;position:relative}.company-list-btn:hover{background:#ffffff1a}.company-list-ico{justify-content:center;align-items:center;display:flex}.company-list-ico svg{stroke:#ccc;width:24px;height:24px}.company-list-badge{background:var(--blue);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;padding:0 5px;font-size:10px;font-weight:600;display:flex;position:absolute;top:2px;right:2px}.company-list-badge:empty{display:none}.company-list-panel{z-index:9999999;background:#fff;border:1px solid #ddd;border-radius:.5rem;width:400px;max-height:520px;margin-top:.5rem;position:absolute;top:100%;right:0;overflow:hidden;box-shadow:0 4px 12px #00000026}.company-list-header{background:#f9f9f9;border-bottom:1px solid #e9e9e9;justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex}.company-list-header h3{color:#333;margin:0;font-size:15px;font-weight:600}.company-list-count{color:#666;font-size:13px}.company-list-search{border-bottom:1px solid #e9e9e9;padding:.5rem 1rem}.company-list-search input{border:1px solid #ddd;border-radius:.375rem;outline:none;width:100%;padding:.5rem .75rem;font-size:14px;transition:border-color .15s}.company-list-search input:focus{border-color:var(--blue)}.company-list-items{max-height:380px;overflow-y:auto}.company-list-loading,.company-list-empty{text-align:center;color:#999;padding:2rem;font-size:14px}.company-list-item{border-bottom:1px solid #f0f0f0;flex-direction:column;gap:.25rem;padding:.75rem 1rem;transition:background .15s;display:flex}.company-list-item:hover{background:#f9f9f9}.company-list-item:last-child{border-bottom:none}.company-item-title{color:var(--primary);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-size:14px;font-weight:600;text-decoration:underline}.company-item-title:hover{color:var(--primary-dark)}.company-item-details{flex-wrap:wrap;gap:.5rem;display:flex}.company-item-region,.company-item-type{color:#666;background:#f0f0f0;border-radius:.25rem;padding:.125rem .5rem;font-size:12px}.company-item-contact{gap:1rem;margin-top:.25rem;display:flex}.company-item-phone,.company-item-mobile{color:var(--blue);align-items:center;gap:.25rem;font-size:12px;text-decoration:none;display:flex}.company-item-phone:hover,.company-item-mobile:hover{text-decoration:underline}
