@charset "UTF-8";
/*
Theme Name: GrowCareer
Theme URI: https://growcareer.jwsuperthemes.com
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 & Filters, One-Click Demo Import.
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: growcareer
Tested up to: 6.9.1
Requires PHP: 7.4
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
*/

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