/*
Theme Name: Blurt
Theme URI: https://wordpress-1346061-4942437.cloudwaysapps.com/
Author: 37Code
Author URI: https://37code.vn
Description: Our 2024 default theme is clean, blog-focused, and designed for clarity. Twenty Fifteen's simple, straightforward typography is readable on a wide variety of screen sizes, and suitable for multiple languages. We designed it using a mobile-first approach, meaning your content takes center-stage, regardless of whether your visitors arrive by smartphone, tablet, laptop, or desktop computer.
Version: 1.0.2
Tags: html, css, wordpress, woocommrece, responsive, tablet, mobile, 37code, good seo
*/

.has-expired {
	color: #ff0000 !important;
}

.grecaptcha-badge {
	opacity: 0;
	z-index: -1;
}

.section-title-has-link {
	display: flex;
	justify-content: space-between;
}

.section-title-has-link {
	display: flex;
	justify-content: space-between;
}

.section-title-has-link a {
	color: #FC5A31;
	background-color: transparent;
	padding: 0px;
}

/* Preloader container */
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, 0.8);
	/* Background with transparency */
	z-index: 9999;
	/* Make sure it stays on top */
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Spinner animation */
#preloader .spinner {
	width: 50px;
	height: 50px;
	border: 4px solid #f3f3f3;
	border-top: 4px solid #FC5A31;
	/* Blue */
	border-radius: 50%;
	animation: spin 1s linear infinite;
}

/* Spinner animation keyframes */
@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}