@charset "UTF-8";
/*
Theme Name: Adonis Career
Theme URI: https://adonis.network/themes/adonis-career
Author: Serkan Kaplan
Author URI: https://serkankaplan.adonis.network
Company: Adonis Network
Company URI: https://adonis.network
Description: Adonis Career is an enterprise-grade recruitment and talent management platform built on WordPress, designed to transform how organizations attract, manage, and onboard talent at scale. Built by Adonis Network. Beyond a traditional job board, it combines a powerful Applicant Tracking System (ATS) with a comprehensive HRM suite, enabling organizations to manage the entire hiring lifecycle within a unified, data-driven platform. With a modern, responsive architecture and an intuitive user experience, Adonis Career enables enterprises and HR teams to launch a production-ready career portal quickly and efficiently. Built on a modular and scalable infrastructure, it seamlessly adapts to evolving business needs while ensuring high performance and operational efficiency.
Requires at least: WordPress 5.9
Version: 1.2.2
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: adonis-career
Tested up to: 6.9.1
Requires PHP: 7.4
Tags: job-board, recruitment, hiring-platform, talent-management, hrm, ats, hr-tech, career-portal, applicant-tracking, candidate-management, workflow-automation, role-based-dashboard, advanced-search, job-listing, employer-dashboard, resume-management, responsive, modern-ui, clean-design, fast-performance, seo-optimized, accessibility-ready, rtl-support, translation-ready, enterprise, scalable, saas-ready, corporate
*/

:root {
  --main: #5b57eb;
  --accent: #f689e6;
  --light: #ffffff;
  --dark: #000000;
  --heading: #1e1e1e;
  --body: #525866;
  --text: #525866;
  --bodybg: #1e1e1e;
  --btn-bgcolor: #f689e6;
  --btn-bgcolor2: #5b57eb;
  --btn-color: #ffffff;
  --btn-color2: #5b57eb;
  --btn-bgcolor3: #1e1e1e;
  --font-size-sm: 14px;
  --font-size-md: 15px;
  --line-height-sm: 19.6px;
  --input-background: #ffffff;
  --background-item: #5b57eb;
  --background-body: #ffffff;
  --border-color: rgba(82, 88, 102, 0.2);
  --full-fd: 70px;
  --display: flex;
  --container-max-width: 1340px;
}

@media (max-width: 767px) {
  :root {
    --line-height-sm: 16px;
  }
}
