/*
Theme Name: Flight Booking
Author: TCB team
Description: One for all
Requires at least: 6.4
Requires PHP: +8.1
Version: 2.0
*/

:root {
	--white-color: #fff;
	--black-color: #000;
	--dark-color: rgba(33, 37, 41, 1);
	--red-color: #ec2029;
	--blue-color: #0065d1;
	--error-color: #D40023;
	--notify-color: var(--primary-color);
	--warning-color: #ffb700;
	--success-color: #006400;

	--border-color: #e5e7eb;

	--brand-50: 255 248 242;
	--neutral-800: 23 24 28;
	--neutral-100: 214 215 219;
	--subbrand-500: 7 112 228;
	--brand-500: 252 121 13;
	--text-selection-outline: 0 96 199;
	--border-secondary: 200 202 208;
	--bg-brand-hover: var(--brand-50);

	--background-light: #fff7ea;
	--background-light-2: #fdf8e4;

	--text-default: #000;
    --text-primary: #fff;
	--text-secondary: #5e616e;
    --text-brand: #5586c0;
	
    --brand-color: #438bf1;
    --primary-color: #438bf1;
    --primary-hover-color: #5d8fd6;

	--loading-color-1: var(--brand-color);
    --loading-color-2: var(--warning-color);
	--home-background-color: #438bf1;
    --hide-tcb-vn-display: none;  /* Default to hide */

	--blue02-color: #438bf1;
	--main-color: #438bf1;
	--main-button-color: linear-gradient(26.73deg, #227af7 13.7%, #4b93f8 29.8%, #3084fa 66.81%);
}
.hide-tcb-vn {
    display: var(--hide-tcb-vn-display);
}
