/*
*
* Default stylesheet for HTML_QuickForm2 forms.
*
* Based on stylesheet from HTML_QuickForm_Renderer_Tableless package
* by Mark Wiesemann <wiesemann at php dot net>
*
* $Id: quickform.css 326347 2012-06-26 14:12:11Z avb $
*
*/
.g-recaptcha{
    height: 60px;
}
label[for="confidentialPolitic_1"],label[for="confidentialPolitic_2"] {
    font-size: 0.7rem;
    line-height: 1rem;
    vertical-align: super;
}
label[for="whatsapp"] {
    font-size: 1rem;
    line-height: 1.3rem;
    vertical-align: super;
}
.quickform form {
    margin: 0;
    padding: 0;
    margin-top:5px;
}
.quickform fieldset {
    float:left;
    border: #fff;
    margin: 0.2em 0 0 0;
    padding: 0.5em;
    width:400px;
}
.quickform fieldset legend {
    white-space: nowrap;
    font-weight: bold;
    background-color: #CCCCCC;
    padding: 0.1em 0.5em;
    display: block;
    margin: 0;
}
.quickform label {
    margin: 0 0 0 0.5em;
}
.quickform p.label {
    float: left;
    width: 25%;
    padding: 0;
    margin: 0.7em 0 0 19px;
    text-align: right;
}
.quickform input, .quickform textarea, .quickform select {
    /*  width: auto;*/
}
.quickform textarea {
    overflow: auto;
}
.quickform br {
    clear: left;
}
.quickform div.row {
    padding: 0;
    margin: 0;
    clear: both;
    /* width:320px; */
}
.quickform div.element {
  /*  display: inline;
    float: left;
    margin: 8px 0 11px 1em;
    padding: 0;*/
}
.quickform div.reqnote {
    clear: both;
    font-size: 80%;
    margin: 0.5em 0 0 1em;
}

.quickform div.errors {
    color:red;
    font-size:10px;
    margin-bottom:20px;
}
.quickform span.required, .quickform div.reqnote em {
    color: red;
}
.invalid-tooltip {

/*top: inherit!important;*/
}
.quickform span.error
{
    position: absolute;
    /*top: 100%;*/
    z-index: 99999999999999;
    /*display: none;*/
    max-width: 100%;
    padding: 0.25rem 0.5rem;
    margin-top: 0.1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #fff;
    background-color: rgba(220, 53, 69, 0.9);
    border-radius: 0.25rem;
}


.quickform div.error {
    /*     border: 1px solid red;
    padding: 0.5em; */
    font-size: 11px;
    margin: 0 0 3px 1em;
}

.quickform .repeatPrototype {
    display: none;
}