/*
Theme Name: Adonis Career Child
Theme URI: https://adonis.network/themes/adonis-career
Template: 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.
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
Version: 1.2.2
Updated: 2026-01-19 06:18:21
*/

: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;
    }
}