/*
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
*/

/* Add your custom CSS here */

.um-form-field,
.um .um-field-label,
.um-field-label label,
.um-field.um-field-text,
#select2-country-container {
	color: #acacac !important;
}

.um-profile-save {
	/*display: none;*/
}

/* Css to style add a question form by gravity forms
 */

#input_1_2{
	background: none;
    border: none;
    color: #7A7A7A;
		border-bottom: 1px solid #7a7a7a;
}

#input_1_2:focus {
    border-bottom: 1px solid #7a7a7a;!important;
    outline: none !important; 
    box-shadow: none !important;
}

.gform_footer{
	justify-content: flex-end !important;
}


.gform_button{
	
	background: #aa01ff !important;
    border: none !important;
    border-radius: 300px !important;
    padding: 12px 25px !important;
	
}



/* profile page tabs heading CSS code */

.e-n-tabs-heading{
		background: #1B1B1B;
    padding: 30px 20px;
    border-radius: 7px;
}



/* CSS for sign up form button right allign */

.elementor-field-type-submit{
		display: flex;
    flex-direction: row;
    justify-content: flex-end;
}

.elementor-lost-password, .elementor-register{
	
	margin-top: -100px;
}

.elementor-login-separator{
	margin-top: -100px;
	padding: 0px 5px;
}
	

/* CSS for UM Register form desigm */

.um .um-field-label {
    color: white;
		font-weight: 400;
}

.um-form-field{
	background: #4c4c4c !important;

	border-radius: 7px !important;
}


.um-button{
	background: #AA01FF !important;
	border-radius: 300px !important;
}


.um-center{
	  display: flex !important;
    justify-content: flex-end !important;
}


.um-toggle-gdpr{
	display: none;
}

.wc-block-cart__submit-button {
	background: #AA01FF;
	color: white;
}