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

.gdfrm-theme8-main {
    border:1px solid transparent;
    position: relative;
    max-width: 500px;
    box-shadow: 0 3px 24px rgba(0, 0, 0, 0.14);
    margin: 20px auto;
    background: #fff;
}
.gdfrm-theme8-main .gdfrm-form-header-section
{
    text-align: center;
    padding-top: 5%;
}
.gdfrm-theme8-main .gdfrm-form-header-section h2{
    color: #03a9f4;
    font-family: 'Nunito', sans-serif;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}
.gdfrm-theme8-main .gdfrm-form-header-section p{
    color: #b0bec5;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 36px;
    padding-top: 3%;
}
.gdfrm-theme8-main input:focus{
    outline: none !important;
}
.gdfrm-theme8-main ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    font-family: 'Roboto', sans-serif;
    color: #bababa;
    opacity: 1;
}
.gdfrm-theme8-main ::-moz-placeholder { /* Firefox 19+ */
    font-family: 'Roboto', sans-serif;
    color: #bababa;
    opacity: 1;
}
.gdfrm-theme8-main :-ms-input-placeholder { /* IE 10+ */
    font-family: 'Roboto', sans-serif;
    color: #bababa;
    opacity: 1;
}
.gdfrm-theme8-main :-moz-placeholder { /* Firefox 18- */
    font-family: 'Roboto', sans-serif;
    color: #bababa;
    opacity: 1;
}

.gdfrm-theme8-main .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #bababa;
    font-family: 'Roboto',sans-serif;
}
.gdfrm-theme8-main .select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #607d8b;
}

.gdfrm-theme8-main .gdfrm-form-section{
    padding: 0rem 5rem;
    margin-bottom: 0;
}
.gdfrm-theme8-main .gdfrm-inputs
{
    display: block;
}
.gdfrm-theme8-main .gdfrm-inputs label
{
    color: #03a9f4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.gdfrm-theme8-main .gdfrm-inputs input[type=text],
.gdfrm-theme8-main .gdfrm-inputs input[type=email],
.gdfrm-theme8-main .gdfrm-inputs input[type=tel],
.gdfrm-theme8-main .gdfrm-inputs input[type=number],
.gdfrm-theme8-main .gdfrm-inputs .select2-container,
.gdfrm-theme8-main .gdfrm-inputs input[type=password]{
    border: none!important;
    border-bottom:1px solid #b0bec5!important;
    border-radius: 0!important;
    background: transparent!important;
    color: #607d8b;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
    padding: 0!important;
    margin-bottom: 15px!important;
    margin-top: 0px!important;
}
/*.gdfrm-theme8-main .select2-container{*/
/*border: none!important;*/
/*border-bottom: 1px solid #b0bec5!important;*/
/*border-radius: 0!important;*/
/*display: inline-block;*/
/*-webkit-appearance: none;*/
/*-moz-appearance: none;*/
/*appearance: none;*/
/*cursor: pointer;*/
/*outline: none;*/
/*font-size: 14px;*/
/*margin-top: 0px;*/
/*margin-bottom: 25px;*/
/*min-height: 25px;*/
/*}*/

.gdfrm-theme8-main .gdfrm-inputs input:focus,
.gdfrm-theme8-main .gdfrm-inputs textarea:focus,
.gdfrm-theme8-main .gdfrm-inputs .select2-container--open{
    border-color: #03a9f4!important;
}
.gdfrm-theme8-main .gdfrm-desc h3
{
    color: #03a9f4;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.gdfrm-theme8-main .gdfrm-desc p
{
    color: #607d8b;
    font-family: 'Myriad', sans-serif;
    font-size: 15px;
    font-weight: 400;
    width: 191px;
    height: 158px;
}
.gdfrm-theme8-main .gdfrm-checkboxes
{
    text-align: left;
    margin-bottom: 5px;
}
.gdfrm-theme8-main .label--checkbox {
    position: relative;
    font-family: 'OpenSans', sans-serif;
    cursor: pointer;
    color: #607d8b!important;
}
.gdfrm-theme8-main .checkbox {
    position: relative;
    top: 0;
    margin: 0 9px 0 0;
    cursor: pointer;
}
.gdfrm-theme8-main .checkbox_block{
    margin: 0 0.5rem;
}
.gdfrm-theme8-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-theme8-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: 9px;
    border-color: #03a9f4;
    border-top-style: none;
    border-right-style: none;
    top: 3px;
    left: 4px;
    box-sizing: content-box;
}

.gdfrm-theme8-main .checkbox:after{
    content: "";
    position: absolute;
    top: -0.125rem;
    left: 0;
    width: 18px;
    height: 18px;
    background-color: #fff;
    border: 1px solid #ababab;
    border-radius: 3px;
    cursor: pointer;
}
.gdfrm-theme8-main .radio {
    margin: 0 0.5rem;
}
.gdfrm-theme8-main .radio input[type="radio"] {
    position: absolute;
    opacity: 0;
}
.gdfrm-theme8-main .radio input[type="radio"] + .radio-label:before {
    content: '';
    background: transparent;
    border-radius: 100%;
    border: 1px solid #d3d1d1;
    display: inline-block;
    width: 18px;
    height: 18px;
    position: relative;
    top: 5px;
    margin-right: 5px;
    -webkit-transition: all 250ms ease;
    transition: all 250ms ease;
}
.gdfrm-theme8-main .radio.gdfrm-square-radios input[type="radio"] + .radio-label:before{
    display: none;
}
.gdfrm-theme8-main .radio input[type="radio"]:checked + .radio-label:before {
    background-color: #fff;
    box-shadow: inset 0 0 0 4px #03a9f4;
    border: 1px solid #03a9f4;
}
.gdfrm-theme8-main .radio input[type="radio"]:focus + .radio-label:before {
    outline: none;
    border-color: #b4b4b4;
}
.gdfrm-theme8-main .radio input[type="radio"]:disabled + .radio-label:before {
    box-shadow: inset 0 0 0 4px #f4f4f4;
    border-color: #fff;
    background: #b4b4b4;
}
.gdfrm-theme8-main .radio input[type="radio"] + .radio-label:empty:before {
    margin-right: 0;
}
.gdfrm-theme8-main .radio-label {
    font-family: 'OpenSans', sans-serif;
    color: #607d8b!important;
    cursor: pointer;
}
.gdfrm-theme8-main .gdfrm-radio-buttons{
    text-align: left;
    margin-bottom: 5px;
}

.gdfrm-theme8-main textarea
{
    margin-bottom: 5px;
    margin-top: 5px;
    border: 1px solid #b0bec5!important;
    background-color: transparent;
    color: #607d8b;
    font-family: 'OpenSans', sans-serif;
    width: 100%;
    resize: vertical;
    padding: 5px 10px;
    border-radius: 3px;
    box-sizing: border-box;
}
.gdfrm-theme8-main textarea:focus
{
    outline: none !important;
    border: 1px solid #03a9f4;
}
.gdfrm-theme8-main .gdfrm-select-block
{
    display: flex;
}
.gdfrm-theme8-main select {
    padding: 7px 42px 7px 10px;
    color: #607d8b;
    border: 1px solid #b0bec5;
    border-radius: 0;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 12px;
    cursor: pointer;
    outline: none;
    background: linear-gradient(to top, rgba(4, 5, 5, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

/*.gdfrm-theme8-main .gdfrm-address .select2-container{*/
    /*margin-bottom: 15px;*/
/*}*/

.gdfrm-theme8-main .select2-container--default .select2-selection--single{
    background-color: transparent;
    border: none;
    height: auto;
    outline: none;
}
.gdfrm-theme8-main .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
}
.gdfrm-theme8-main .select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 24px!important;
    padding-left: 0;
    font-size: 14px!important;
    font-family: Roboto,sans-serif;
}
.select2-container--default .gdfrm8-select2  .select2-results__option[aria-selected=true],
.select2-container--default .gdfrm8-select2  .select2-results__option[aria-selected],
.select2-container--default .gdfrm8-select2  .select2-results__option--highlighted[aria-selected]{
    background-color: #fff;
    color: #3a3a3c;
    padding-left: 15px;
    font-size: 14px;
}
.select2-container--default .gdfrm8-select2  .select2-results__option--highlighted[aria-selected]{
    background-color: #edeff1;
}
.select2-container--default .gdfrm8-select2  .select2-results__option--highlighted[aria-selected]{
    background-color: #f7f9fb;
}
.select2-container--open .select2-dropdown.gdfrm8-select2{
    border: 1px solid #cfd9d8!important;
}

.gdfrm-theme8-main select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #444;
}
.gdfrm-theme8-main select::-ms-expand {
    display: none;
}

.gdfrm-theme8-main label.dropdown_select:before {
    content: '';
    right: 0px;
    top: 0px;
    width: 30px;
    height: 30px;
    background-color: #03a9f4;
    position: absolute;
    pointer-events: none;
    display: block;
}
.gdfrm-theme8-main label.dropdown_select {
    position: relative;
    float: left;
    margin-bottom: 5px;
}
.gdfrm-theme8-main label.dropdown_select:after
{
    content: url(../images/icons/dropdown.png);
    right: 8px;
    top: 5px;
    position: absolute;
    cursor: pointer;
}

.gdfrm-theme8-main .gdfrm-form-field.gdfrm-date>div input {
    background: url(../../images/icons/date.png) no-repeat right 0px center !important;
}

.gdfrm-theme8-main label.gdfrm-upload-block{
    display: flex;
}

.gdfrm-theme8-main .gdfrm-upload-section label {
    max-width: 80%;
    font-size: 12px;
    font-weight: 700;
    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: 5px;
    color: #fff;
}

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

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


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

.gdfrm-theme8-main .gdfrm-upload-section label {
    color: #fff;
    background-color: #03a9f4;
    border-radius: 3px;
}

.gdfrm-theme8-main .gdfrm-upload-section label:hover {
    background-color: #00b0ff;
}

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

.gdfrm-theme8-main .gdfrm-upload-section .selected-files .single-file img{
    width: 100%;
    height: auto;
}
.gdfrm-theme8-main .gdfrm-upload-section .selected-files .single-file span{
    position: absolute;
    width: 100%;
    height: 25px;
    background: #ababab;
    color: #fff;
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
    line-height: 13px;
    font-weight: 400;
    bottom: 0;
    left: 0;
    text-align: center;
}



.gdfrm-theme8-main .gdfrm-date-block label {
    display: block;
    color: #199cf7;
    font-family: 'OpenSans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
}

.gdfrm-theme8-main .gdfrm-date>div.gdfrm-date-block .select2-container {
    width: 25%!important;
    margin-right: 1%;
}

.gdfrm-theme8-main .gdfrm-form-field.option-inline .gdfrm-radio-option.gdfrm-square-radios{
    float: left;
    margin-left: 0;
    margin-right: 0;
}
.gdfrm-theme8-main .gdfrm-square-radios input[type="radio"] {
    display: none;
}

.gdfrm-theme8-main .gdfrm-square-radios label {
    display: inline-block;
    background-color: #fff;
    padding: 4px 11px;
    font-family: 'OpenSans', sans-serif;
    font-size: 16px;
    cursor: pointer;
    width: 67px;
    line-height: 29px;
    border: 1px solid transparent;
    border-radius: 3px;
    text-align: center;
    color: #ababab;
    border: 1px solid #e5e5e5;
}

.gdfrm-theme8-main .gdfrm-square-radios span {
    color: #199cf7;
    font-family: 'OpenSans', sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 25px;
    text-transform: uppercase;
}
.gdfrm-theme8-main .gdfrm-square-radios input[type="radio"]:checked+label span{
    color: #fff;
}

.gdfrm-theme8-main .gdfrm-square-radios input[type="radio"]:checked+label {
    background-color: #199cf7;
    color: #fff;
}

.gdfrm-theme8-main .gdfrm-envelope {
    /* position: absolute; */
    /* bottom: -44px; */
    /* left: -20px; */
    /* left: -56px; */
    right: 0;
}
.gdfrm-theme8-main .gdfrm-envelope img {
    /* width: 100%; */
    /* height: auto; */
    width: auto;
    max-width: 110%!important;
    /* left: -22px; */
    position: absolute;
    bottom: -30px;
    left: -5%;
}

.gdfrm-theme8-main .gdfrm-form .gdfrm-submit-btn {
    font-family: 'OpenSans', sans-serif;
    padding: 10px 30px!important;
    box-shadow: 0 2px 3px rgba(0, 1, 1, 0.15);
    border-radius: 3px;
    background-color: #03a9f4!important;
    border: 1px solid #03a9f4!important;
    color: #ffffff;
    font-size: 18px;
    line-height: 25px;
    cursor: pointer;
    position: relative;
    display: inherit;
    z-index: 50;
    margin: 120px auto 20px;
    width: auto;
}
.gdfrm-theme8-main .gdfrm-form .gdfrm-submit-btn:hover{
    background-color: #00b0ff!important;
    border: 1px solid #00b0ff!important;
}

.gdfrm-theme8-main .success-message{
    padding: 10px;
    color: #b0bec5;
    text-align: center;
    border-radius: 10px;
    font-family: Nunito;
    box-shadow: none;
    position: absolute;
    width: 100%;
    bottom: 0;
}

.gdfrm-theme8-main  .gdfrm-form-field.gdfrm-donation input{
    width: calc( 100% - 60px );
    margin-top: 30px!important;
}
.gdfrm-theme8-main .label-left.gdfrm-form-field.gdfrm-donation input,
.gdfrm-theme8-main .label-right.gdfrm-form-field.gdfrm-donation input{
    width: calc(100% - 40px);
}


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

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

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

.gdfrm-theme8-main .gdfrm-form-field.label-left>input[type=submit],
.gdfrm-theme8-main .gdfrm-form-field.label-right>input[type=submit]{
    float: none;
    width: auto;
}

.gdfrm-theme8-main.gdfrm-form-container.gdfrm-loggedin{
    box-shadow: none;
}
.gdfrm-theme8-main.gdfrm-form-container.gdfrm-loggedin a,
.gdfrm-theme8-main.gdfrm-form-container.gdfrm-loggedin a:hover{
    background-color: #0096ff;
}