/*
 * FORMS RD STATION 
 */

.form-rdstation {
	background-color: #638898;
	padding: 1rem;
}

.form-rdstation .field label {
	color: #ffffff;
    display: inline-block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: normal;
    text-align: left;
    margin: 1rem 0 0.5rem;
}

.form-rdstation input[type=date], 
.form-rdstation input[type=email], 
.form-rdstation input[type=number], 
.form-rdstation input[type=password], 
.form-rdstation input[type=search], 
.form-rdstation input[type=tel], 
.form-rdstation input[type=text], 
.form-rdstation input[type=url], 
.form-rdstation select, 
.form-rdstation textarea {
    display: block;
	width: 100%;
    padding: .25rem .5rem;
    line-height: 1.42857;
    color: #555555;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
	text-align: left !important;
    background-color: #ffffff;
    border-bottom-style: solid;
    border-left-style: solid;
    border-right-style: solid;
    border-top-style: solid;
    border-color: #c8c8c8;
    border-radius: 3px;
    border-width: 1px;
	-webkit-appearance: textfield;
    -moz-appearance: textfield;
    -webkit-min-logical-width: calc(100% - 16px);
	-webkit-min-logical-height: 35px;
}

.form-rdstation input[type=submit] {
	align-self: center;
    background-color: rgba(65,117,5,1);
    border-bottom-style: solid;
    border-color: #248f74;
    border-left-style: solid;
    border-radius: 3px;
    border-right-style: solid;
    border-top-style: solid;
    border-width: 1px;
    box-shadow: 0px 0px 0px 0px #cccccc;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: bold;
    height: 58px;
    line-height: 1.42857;
    margin: 0 auto 2rem;
    max-width: 558px;
    text-align: center;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.form-rdstation input[type="submit"]:hover, .form-rdstation input[type="submit"]:active, .form-rdstation input[type="submit"]:focus {
    background-color: rgb(50 84 9);
}

/* WhatsApp Floating Button */
div#popup-_qnoy8fsxb {
    display: none !important;
}