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


.request-form h3 {
    border-bottom: solid 1px #5E7501;
    color: #E1E1E2;
    padding: 0 0 10px;
    margin-bottom: 30px;
}
.request-form .form-control,
.request-form .form-select,
.CardField {
    border: solid 1px #636263;
    background-color: transparent;
    border-radius: 0;
    color: #ffffff;
	padding:.5rem 1rem !important;
}
.request-form .form-select option {
    background-color: #000;
    color: #ffffff;
}
.request-form .form-label {
color: #E1E1E2;
}

.request-form .btn-submit {
    text-transform: uppercase;
    border: none;
	padding:12px 25px 12px 25px;
} 

.form-control:focus {
    background-color: #000 !important;
    color: #ffffff !important;
	opacity:1;
}


.form-control::-webkit-input-placeholder,
.InputContainer .InputElement::-webkit-input-placeholder{
  color: #ffffff !important;
  opacity: 1;
}
.form-control::-moz-placeholder,
.InputContainer .InputElement::-moz-placeholder{ 
  color: #ffffff !important;
  opacity: 1;
}
.form-control:-ms-input-placeholder,
.InputContainer .InputElement:-ms-input-placeholder,{
  color: #ffffff !important;
  opacity: 1;
}
.form-control:-moz-placeholder,
.InputContainer .InputElement:-moz-placeholder { 
  color: #ffffff !important;
  opacity: 1;
}
.hpt-payment-form__card-wrapper,
.hpt-payment-form__card-container,
.hpt-payment-form__card-input-area{ border-radius:0 !important;}
.hpt-payment-form__secure-left,
.hpt-payment-form__card-footer { display:flex;}
.hpt-payment-form__card-header { flex-wrap:wrap;}
.hpt-payment-form__secure-left svg
.hpt-payment-form__card-footer svg { margin-right:10px;}
.hpt-payment-form__card-wrapper {
	border:solid 1px #a8d400 !important;
}
.hpt-payment-form__card-input-area {
	border:solid 1px #000 !important;
}
.hpt-payment-form__secure-text strong,
.hpt-payment-form__footer-text strong{
    color: #ADCB00 !important;
	text-transform:uppercase;
}
.ElementsApp, .ElementsApp .InputElement {
	color:#fff !important;
}