@font-face
{
    font-family: OpenSans;
    src: url(../../fonts/OpenSans-Regular.ttf);
}
@font-face
{
    font-family: Nunito;
    src: url(../../fonts/Nunito-Regular.ttf);
}

.gdfrm-theme3-main{
    max-width: 400px;
    padding: 3rem 2rem;
    margin: 20px auto;
    background: #fff;
    font-family: 'OpenSans',sans-serif;
}
.gdfrm-theme3-main .gdfrm-form-title{
    text-align: center;
}
.gdfrm-theme3-main .gdfrm-form-header-section p{
    font-size: 14px;
}
.gdfrm-theme3-main .gdfrm-form-header-section h2{
    font-size: 20px;
    text-align: center;
    margin-bottom: 20px;
    font-family: Nunito;
    color: #3a3a3c;
}

.gdfrm-theme3-main ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'OpenSans', sans-serif;
    color: #b7b7b7;
    opacity: 1;
}
.gdfrm-theme3-main ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'OpenSans', sans-serif;
    color: #b7b7b7;
    opacity: 1;
}
.gdfrm-theme3-main :-ms-input-placeholder { /* IE 10+ */
    font-family: 'OpenSans', sans-serif;
    color: #b7b7b7;
    opacity: 1;
}
.gdfrm-theme3-main :-moz-placeholder { /* Firefox 18- */
    font-family: 'OpenSans', sans-serif;
    color: #b7b7b7;
    opacity: 1;
}
.gdfrm-theme3-main .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #b7b7b7;
}




.gdfrm-theme3-main input:focus{
    outline: none !important;
}
.gdfrm-theme3-main .gdfrm-form-field input[type="text"],
.gdfrm-theme3-main .gdfrm-form-field input[type="password"],
.gdfrm-theme3-main .gdfrm-form-field input[type="number"],
.gdfrm-theme3-main .gdfrm-form-field input[type="tel"],
.gdfrm-theme3-main .gdfrm-form-field input[type="email"] {
    box-shadow: inset 0 1px 5px rgba(6, 8, 8, 0.1);
    border: 1px solid #cfd9d8;
    outline: 0;
    color: #3a3a3c;
    display: block;
    box-sizing: border-box;
    padding: 10px 0px 10px 22px!important;
    font-size: 14px;
}

.gdfrm-theme3-main .gdfrm-form-field input[type="password"],
.gdfrm-theme3-main .gdfrm-form-field input[type="email"],
.gdfrm-theme3-main .gdfrm-form-field.gdfrm-username input[type="text"]{
    padding: 10px 0px 10px 40px!important;
}

.gdfrm-theme3-main .gdfrm-form-field input[type="password"]{
    background: url("../images/icons/pass_icon.png") no-repeat 12px 13px #f7f9fb !important;
}
.gdfrm-theme3-main .gdfrm-form-field input[type="email"]{
    background: url("../images/icons/email.png") no-repeat 12px 15px #f7f9fb !important;
}

.gdfrm-theme3-main .gdfrm-form-field.gdfrm-username input[type="text"]{
    background: url("../images/icons/user_icon.png") no-repeat 12px 15px #f7f9fb !important;
}

.gdfrm-theme3-main input[type="text"]:focus,
.gdfrm-theme3-main input[type="password"]:focus,
.gdfrm-theme3-main input[type="email"]:focus,
.gdfrm-theme3-main textarea:focus,
.gdfrm-theme3-main select:focus
{
    outline: none!important;
    border-color: #cfd9d8!important;
}

.gdfrm-theme3-main  .gdfrm-form-field .select2-selection {
    box-shadow: inset 0 1px 5px rgba(6, 8, 8, 0.1);
    border-radius: 7px;
    border: none!important;
    background-color: #f7f9fb!important;
    color: #3a3a3c;
    font-family: 'OpenSans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    box-sizing: border-box;
    padding: 9px 35px 9px 10px!important;
    width: 100%;
    min-height: 42px;
}
.gdfrm-theme3-main .gdfrm-form-field  .gdfrm-date-block{
    text-align: left;
}
.gdfrm-theme3-main .gdfrm-form-field  .gdfrm-date-block .select2-selection{
    padding-right: 10px!important;
}
.gdfrm-theme3-main  .gdfrm-form-field .select2-selection{
    margin-bottom: 0;
}
.gdfrm-theme3-main .select2-container--default .select2-selection--single{
    outline: none;
    border: none;
    background: transparent;
    height: auto;
}
.gdfrm-theme3-main .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 26px!important;
    padding-left: 5px;
}

.gdfrm-theme3-main select:focus{
    outline: none!important;
}
.gdfrm-theme3-main .radio {
    margin: 0 0.5rem;
    font-size: 14px;
}
.gdfrm-theme3-main .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.gdfrm-theme3-main .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: #efeff0;
    border-radius: 100%;
    border: 1px solid #b4b4b4;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
    font-family: 'OpenSans', sans-serif;
    color: #848484;
    top: 4px;
}
.gdfrm-theme3-main .radio input[type="radio"]:checked + .radio-label:before {
    outline: none;
    border-color: #b4b4b4;
    background-color: #fc3d3d;
    box-shadow: inset 0 0 0 5px #efeff0;
}
.gdfrm-theme3-main .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #b4b4b4;
}
.gdfrm-theme3-main .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 5px #f4f4f4;
    border-color: #f2f2f2;
    background: #b4b4b4;
}
.gdfrm-theme3-main .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.gdfrm-theme3-main .radio-label
{
    font-family: 'Nunito', sans-serif;
    color: #848484;
    cursor: pointer;
}
.gdfrm-theme3-main .gdfrm-radio-buttons {
    text-align: left;
    margin-bottom: 10px;
}
.gdfrm-theme3-main .gdfrm-checkboxes
{
    text-align: left;
    margin-bottom: 10px;
}
.gdfrm-theme3-main .checkbox_block{
    margin: 0 0.5rem;
}
.gdfrm-theme3-main .label--checkbox
{
    position: relative;
    font-family: 'Nunito', sans-serif;
    cursor: pointer;
    font-size: 14px;
    color: #848484;
}
.gdfrm-theme3-main .checkbox
{
    position: relative;
    margin: 0 10px 0 0;
    cursor: pointer;
}
.gdfrm-theme3-main .checkbox:before
{
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    content: "";
    position: absolute;
    left: 0;
    z-index: 1;
    width: 1rem;
    height: 1rem;
    border: 2px solid transparent;
}
.gdfrm-theme3-main .checkbox:checked:before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 4px;
    width: 8px;
    left: 5px;
    top: 3px;
    border-color: #323234;
    border-top-style: none;
    border-right-style: none;
    box-sizing: content-box;
}
.gdfrm-theme3-main .checkbox:after {
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #b4b4b4;
    background-color: #efeff0;
    cursor: pointer;
    border-radius: 3px;
}

.gdfrm-theme3-main .gdfrm-form-field input[type="text"],
.gdfrm-theme3-main .gdfrm-form-field input[type="password"],
.gdfrm-theme3-main .gdfrm-form-field input[type="number"],
.gdfrm-theme3-main .gdfrm-form-field input[type="tel"],
.gdfrm-theme3-main .gdfrm-form-field textarea,
.gdfrm-theme3-main .gdfrm-form-field .select2-container,
.gdfrm-theme3-main .gdfrm-form-field input[type="email"],
.gdfrm-theme3-main textarea{
    border-radius: 7px!important;
    border: 1px solid #cfd9d8!important;
    background-color: #f7f9fb!important;
    font-family: 'OpenSans', sans-serif;
    margin-bottom: 10px!important;
    width: 100%;
    margin-top: 0;
}

.gdfrm-theme3-main .gdfrm-form-field .select2-container{
}

.gdfrm-theme3-main textarea {
    resize: vertical;
    padding: 5px 10px;
    box-shadow: inset 0 1px 5px rgba(6, 8, 8, 0.1);
    box-sizing: border-box;
}

.gdfrm-theme3-main .gdfrm-upload .gdfrm-upload-section label {
    max-width: 80%;
    font-size: 14px;
    font-weight: 500;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    padding: 0.625rem 1.25rem;
    font-family: 'OpenSans', sans-serif;
    margin-bottom: 10px;
    border-radius: 50px;
}

.gdfrm-theme3-main .gdfrm-inputfile.gdfrm-upload-block {
    display: none;
}

.gdfrm-theme3-main .gdfrm-upload-block label span{
    font-family: 'OpenSans', sans-serif;
}

.gdfrm-theme3-main .gdfrm-upload .gdfrm-upload-section label svg {
    width: 1em;
    height: 1em;
    vertical-align: middle;
    fill: currentColor;
    margin-top: -0.25em;
    margin-right: 0.25em;
}

.gdfrm-theme3-main .gdfrm-upload .gdfrm-upload-section label {
    color: #fff;
    background-color: #da3e3e!important;
}

.gdfrm-theme3-main .gdfrm-upload .gdfrm-upload-section label:hover {
    background-color: #d83636 !important;

}
.gdfrm-theme3-main button .button_icon
{
    width: 30%;
    display: inline-block;
    background: url(../images/icons/upload_icon.png) top left no-repeat;
    vertical-align: middle;
}
.gdfrm-theme3-main button:focus
{
    border:none;
}
.gdfrm-theme3-main .gdfrm-upload-section{
    text-align: left;
}

.gdfrm-theme3-main  .gdfrm-upload-section .selected-files{
    margin-bottom: 10px;
}

.gdfrm-theme3-main .gdfrm-upload-section .selected-files .single-file{
    width: 128px;
    border: 1px solid #ababab;
    background: url("../images/icons/clip_icon.png") no-repeat center center;
    position: relative;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 1px;
}

.gdfrm-theme3-main .gdfrm-upload-section .selected-files .single-file img{
    width: 100%;
    height: auto;
}

.gdfrm-theme3-main .gdfrm-upload-section .selected-files .single-file span{
    position: absolute;
    width: 100%;
    height: 25px;
    line-height: 13px;
    background: #ababab;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 11px;
    bottom: 0;
    left: 0;
}

.gdfrm-theme3-main .gdfrm-date-block .select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-right: 5px;
}
.gdfrm-theme3-main .gdfrm-date>div.gdfrm-date-block .select2-container {
    width: 25%!important;
    margin-right: 1%;
    padding-right: 0px!important;
}
.select2-container--default .gdfrm3-select2  .select2-results__option[aria-selected=true],
.select2-container--default .gdfrm3-select2  .select2-results__option[aria-selected],
.select2-container--default .gdfrm3-select2  .select2-results__option--highlighted[aria-selected]{
    background-color: #fff;
    color: #3a3a3c;
    padding-left: 15px;
    font-size: 14px;
}
.select2-container--default .gdfrm3-select2.gdfrm-small-select2  .select2-results__option[aria-selected=true],
.select2-container--default .gdfrm3-select2.gdfrm-small-select2  .select2-results__option[aria-selected],
.select2-container--default .gdfrm3-select2.gdfrm-small-select2  .select2-results__option--highlighted[aria-selected]{
    padding-left: 5px;
    font-size: 12px;
}
.select2-container--default .gdfrm3-select2  .select2-results__option--highlighted[aria-selected]{
    background-color: #edeff1;
}
.select2-container--default .gdfrm3-select2  .select2-results__option--highlighted[aria-selected]{
    background-color: #f7f9fb;
}
.select2-container--open .select2-dropdown.gdfrm3-select2{
    border: 1px solid #cfd9d8!important;
}
.select2-container--open .select2-dropdown.gdfrm3-select2 .select2-results__option[aria-selected]:before{
    display: inline-block;
    content: "\f105";
    font-family: fontawesome;
}
.select2-container--open .select2-dropdown.gdfrm3-select2.gdfrm-small-select2 .select2-results__option[aria-selected]:before{
    display: none;
}


.gdfrm-theme3-main .gdfrm-form-field.gdfrm-submit{
    text-align: center;
}
.gdfrm-theme3-main .gdfrm-form-field .gdfrm-submit-btn {
    color: #ffffff;
    font-family: 'Nunito', sans-serif;
    font-size: 22px;
    font-weight: 500;
    background-color: #da3e3e!important;
    border: 1px solid #f85959!important;
    margin-bottom: 10px!important;
    text-align: center;
    padding: 9px 22px 12px;
    display: inline-block;
    width: 70%;
    cursor: pointer;
    transition: all .5s;
    border-radius: 30px!important;
    text-transform: capitalize;
    padding: 8px 50px!important;
    opacity: 1;

}

.gdfrm-theme3-main  .gdfrm-form-field.gdfrm-donation input{
    width: calc( 100% - 50px );
    margin-top: 40px!important;
}

.gdfrm-theme3-main .label-left.gdfrm-form-field.gdfrm-donation input,
.gdfrm-theme3-main .label-right.gdfrm-form-field.gdfrm-donation input{
    width: calc(100% - 35px);
}



.gdfrm-theme3-main  .gdfrm-form-field.gdfrm-donation input[type=text]{
    width: 40px;
}

.gdfrm-theme3-main .gdfrm-form-field .gdfrm-submit-btn:hover{
    background-color: #d83636 !important;
}
.gdfrm-theme3-main .gdfrm-social
{
    margin-bottom: 8%;
}
.gdfrm-theme3-main .gdfrm-social-list a{
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}
.gdfrm-theme3-main .facebook_link,
.gdfrm-theme3-main .twitter_link,
.gdfrm-theme3-main .google_link,
.gdfrm-theme3-main .youtube_link,
.gdfrm-theme3-main .linkedin_link
{
    display: inline-block;
    width: 40px;
    height: 40px;
}
.gdfrm-theme3-main .facebook_link
{
    background: url("../images/icons/social_icons.png") 0px -51px no-repeat;
}
.gdfrm-theme3-main .twitter_link
{
    background: url("../images/icons/social_icons.png") no-repeat -111px -51px;
}
.gdfrm-theme3-main .google_link
{
    background: url("../images/icons/social_icons.png") no-repeat -173px -51px;
}
.gdfrm-theme3-main .youtube_link
{
    background: url("../images/icons/social_icons.png") no-repeat -52px -51px;
}
.gdfrm-theme3-main .linkedin_link
{
    background: url("../images/icons/social_icons.png") no-repeat -230px -51px;
}
.gdfrm-theme3-main .gdfrm-social-list
{
    padding-left: 0px;
}
.gdfrm-theme3-main ul li{
    display: inline;
}



.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-radio>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-email>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-text>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-upload>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-phone>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-textarea>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-checkbox>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-recaptcha>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-captcha>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-imageselect>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-selectbox>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-map>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-address>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-password>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-date>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-html>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-number>div,
.gdfrm-theme3-main .gdfrm-form-field.label-left.gdfrm-donation>div{
    padding-left: 10px;
}

.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-radio>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-email>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-text>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-upload>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-phone>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-textarea>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-checkbox>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-recaptcha>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-captcha>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-imageselect>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-selectbox>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-map>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-address>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-password>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-date>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-html>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-number>div,
.gdfrm-theme3-main .gdfrm-form-field.label-right.gdfrm-donation>div{
    padding-right: 10px;
}

.gdfrm-theme3-main .gdfrm-form-field.label-left>label,
.gdfrm-theme3-main .gdfrm-form-field.label-right>label{
    font-size: 14px;
    width: 25%;
}

.gdfrm-theme3-main .gdfrm-form-field.label-left>input[type=submit],
.gdfrm-theme3-main .gdfrm-form-field.label-right>input[type=submit]{
    max-width: none;
    width: calc( 75% - 10px );
}

.gdfrm-theme3-main.gdfrm-form-container.gdfrm-loggedin a,
.gdfrm-theme3-main.gdfrm-form-container.gdfrm-loggedin a:hover{
    background-color: #d83636;
}
