/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


/* Guess Form CSS Start */

#guessForm #guessInput {
	border: 1px solid #E0E0E033;
	background: black;
	font-family: 'Roboto Mono';
	border-radius: 0;
	color: #FFF5F3;
	padding: 25px 20px;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom: 25px;
}

#guessForm #guessInput::placeholder {
	color: #FFF5F3;
	font-family: 'Roboto Mono';
	font-size: 16px;
}

#guessForm #guessInput::focus {
	outline: none !important;
}

#guessForm #guessBtn {
	width: 100%;
	border: none;
	padding: 25px 20px;
	border-radius: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 900;
	color: #010001;
	background: #FFF5F3;
}

#guessForm #guessBtn::focus {
	outline: none !important;
}

.hide {
	opacity: 0;
}

.disabled {
	opacity: 0.1;
}

/* Guess Form CSS End */