/*
Theme Name: GrowCareer Child
Theme URI: https://growcareer.jwsuperthemes.com
Template: growcareer
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: GrowCareer is a high-performance, all-in-one Job Board and Hiring Management WordPress theme designed to revolutionize recruitment and talent management. More than just a job portal, GrowCareer integrates a powerful built-in Applicant Tracking System (ATS) and a full-scale HRM platform, making it the ultimate tool for recruiters, HR agencies, and corporate businesses. With its clean, fully responsive design and intuitive user interface, you can build a professional-grade career site in minutes. GrowCareer empowers you to streamline the hiring process, from job posting to candidate onboarding, all within a single, seamless dashboard. Key Features: Built-in ATS, Comprehensive HRM Suite, Intuitive Job Posting, Role-Specific Dashboards, Advanced Search &amp; Filters, One-Click Demo Import.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 1.1.0
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;
    }
}