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

a, a:hover{
	color: #fff2dd;
}

/**Ajustes campo subida de archivo**/

div.jet-form-builder__field-wrap.jet-form-builder-file-upload{
	background-color: white;
	margin-left: 5px;
	border-radius: 15px;
	
}

.jet-form-builder-file-upload__content, .jet-form-builder-file-upload__fields, .jet-form-builder-file-upload__message{
	margin: 10px
}

/**Ajustes campo con buscador en el select**/

.select2-container .select2-selection--single{
	height: 45px!important;
}

.select2-container--default .select2-selection--single{
	border-radius: 90px!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
	top: 10px!important;
}

.select2-container .select2-selection--single .select2-selection__rendered{
	padding-top: 7px!important;
    padding-left: 33px!important;
}


/**Ajuste mensaje de carga formularios**/

#jetform-loading-message {
	font-family: var(--e-global-typography-f5a0bd9-font-family), Sans-serif;
    font-size: var(--e-global-typography-f5a0bd9-font-size);
    font-weight: var(--e-global-typography-f5a0bd9-font-weight);
    color: var(--e-global-color-31cc9e4);
}

.spinner-and-text {
  display: flex;
  align-items: flex-start;        

}

.loader {
	border: 8px solid #f3f3f3;  
	border-top: 8px solid #ff8f74; 
	border-radius: 50%;
	width: 25px;                 
	height: 25px;
	margin-right: 10px;       
	animation: spin 1s linear infinite;
	margin-top: 5px;
}


@keyframes spin {
  0%   { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


/**Ajustes Stripe**/
.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods .payment_box{
	background-color: #46666a;
}

div#stripe-payment-data p{
	color: white;
}