@charset "UTF-8";

/*
Theme Name: PixVerse
Theme URI: https://pixverse.jwsuperthemes.com
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: pixverse is a high-performance, all-in-one Job Board and HRM WordPress theme designed to revolutionize recruitment and talent management. More than just a job portal, pixverse 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. pixverse 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.0.0
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/lgpl-3.0.en.html
Text Domain: pixverse
Tested up to: 6.8.3
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: #050414;
    --accent: #4D40F2;
    --light: #ffffff;
    --dark: #000000;
    --heading: #1E1E1E;
    --body: #696972;
    --text: #696972;
    --bodybg: #1E1E1E;
    --btn-bgcolor: #050414;
    --btn-bgcolor2: #4D40F2;
    --btn-color: #ffffff;
    --btn-color2: #050414;
    --btn-bgcolor3: #fff;
    --font-size-sm: 14px;
    --font-size-md: 15px;
    --line-height-sm: 19.6px;
    --input-background: #ffffff;
    --background-item: #050414;
    --background-body: #ffffff;
    --border-color: rgba(82, 88, 102, 0.2);
    --full-fd: 70px;
    --display: flex;
}

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