/*
Theme Name:   First Car Rental Child Theme
Theme URI:    #
Description:  First Car Rental Child Theme
Author:       Mirage Minds
Author URI:   #
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
Text Domain:  hello-elementor-child
*/
.wpforms-submit {
    background: url(https://firstsupercarrental.com/wp-content/uploads/2024/01/buttonbg.png) !important;
    font-family: poppins !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    width: 100% !important;
    border-radius: 4px !important;
    background-position:center !important;
}
.wpforms-submit-container {
    position: absolute !important;
    bottom: 16px !important;
    right: 0px;
    width: 25% !important;
    padding-left: 15px !important;
}
select.sf-input-select {
    background: #2C2C2C;
    color: white;
    font-family: poppins;
    font-size: 14px;
}
.wpforms-container
{
    position:relative !important;
}
.wpforms-field * {
    border: 0px !important;
}
.wpforms-field * {
    border: 0px !important;
    font-family: 'Poppins' !important;
    font-size: 13px !important;
}
form#wpforms-form-96 .iti__selected-flag {
    font-size: 14px;
    font-weight: bold;
}
 
form#wpforms-form-96 .iti--separate-dial-code input[type=tel] {
    padding-left: 80px !important;
}
.wpforms-field input::placeholder{
    color:#707070 !important;
    opacity: 1 !important;
}
em.wpforms-error {
    font-size: 10px !important;
    position: absolute !important;
    margin: 0px !important;
    bottom: -5px;
    background: red !important;
    width: 100% !important;
    color: white !important;
    fill: white !important;
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}
em.wpforms-error::before
{
    color:white !important;
    fill:white !important;
    background: white !important;
    left: 10px !important;
    top: 50% !important;
    transform: translate(-50%,-50%);
    width: 16px !important;
    height: 16px !important;
}
@media(max-width:597px)
{
	.wpforms-submit-container{
    position:unset !important;
    width:100% !important;margin:0px !important;
    padding:0px !important;
    display:block !important;
    margin-bottom:10px !important;
    margin-top:15px !important;
}
}