/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/
#skekr_get_pass_num_wrapper {
	text-align: center;
	font-family: 'Almarai';
}
#skekr_get_pass_num_form {
	display: flex;
    font-family: 'Almarai';
}
#skekr_get_pass_num_form .form-input {
	flex-basis: 50%;
}
#skekr_get_pass_num_form #pass_number {
	text-align: right;
	border-radius: 0 100px 100px 0;
    color: var( --e-global-color-primary );
	border: 2px solid var( --e-global-color-primary );
}
#skekr_get_pass_num_form #pass_submit {	
    border: none;
    color: #fff;
    font-weight: 600;
    border-radius: 100px 0 0 100px;
	background-color: var( --e-global-color-primary );
}
#skekr_get_pass_num_form #pass_submit:hover {
	background-color: green;
}
#skekr_get_pass_num_form #pass_submit:focus {
	outline: none;
}
#skekr_get_pass_num_form #pass_submit.disabled {
	cursor: not-allowed;
	color: rgba(0,0,0,0.5);
	background-color: rgba(0,0,0,0.5);
}
#skekr_get_pass_num_form_notice {
	display: none;
    font-weight: 800;
	margin: 20px 0 0;
}
#skekr_get_pass_num_form_notice.error {
	color: red;
}
#skekr_get_pass_num_form_notice.success {
	color: green;
}