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


.custom-login-form a.elementor-lost-password {
    color: #004e36;
    font-size: 22px;
    font-family: 'sofia-pro';
	text-decoration: underline;
}

.custom-login-form a.elementor-lost-password:hover {
    color: #004e36;
	text-decoration: underline;
}

.bpa-front-tab-menu, .bpa-front-default-card{
border-radius:1.5em!important;
}
.bpa-front-btn {
text-transform: uppercase;
border: none !important;
border-radius: 2em !important;	
}
.bpa-front-btn.bpa-front-btn--primary {
background-color: var(--e-global-color-secondary) !important;
}
.bpa-front-si-card, .bpa-front--dt__ts-body--item{
background-color: var(--e-global-color-0b9a41d);
border: none!important;
border-radius:1.5em!important;
}
.bpa-front--dt__ts-body--item{
padding: 0.5em 1.7em!important
}
.bpa-frontend-main-container .el-tag{
border-radius:1.5em!important;
padding:0.3em 1.3em!important;
background-color: var(--e-global-color-0b9a41d)!important;
}
.bpa-frontend-main-container .el-tag:not(.__bpa-is-active){
border-color:var(--e-global-color-secondary)!important;
}
.bpa-front--dt__time-slots {
border: none;
}
.bpa-front-form-control--checkbox .el-checkbox__inner, .bpa-front-form-control input{
border-color: var(--e-global-color-text)!important;
}

.vc-pane-container{
background:#FFF;
border-radius:2em;
}

.bpa-front-tabs .bpa-front-form-control input, .bpa-front-tabs .bpa-front-form-control textarea, .bpa-front-tabs .bpa-front-form-control .vti__dropdown, li.vti__dropdown-item{
	border:none!important;
	background-color:#FFF!important;
}

.bpa-bd-fields--sel-container {
    z-index: 1 !important;
}