/* 
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 */
input[type='date']:focus,
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='time']:focus,
input[type='url']:focus,
select:focus,
textarea:focus {
    border-color: inherit;
}
.site-main {
    min-height: calc(100vh - 160px);
}

form .form-select:focus,
form .form-control:focus {
    border-color: rgba(0, 0, 0, 0.3);
    box-shadow: none;
}
.afia-form-wrapper .form-control,
.afia-form-wrapper .form-select {
    height: 48px;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fafafa;
}

.afia-form-wrapper .btn {
    min-width: 120px;
    height: 45px;
    font-weight: 600;
}
