Untitled

 avatar
unknown
plain_text
a year ago
4.4 kB
4
Indexable
html body #gform_wrapper_1 .description_below>li,
html body #gform_wrapper_1 .gform_footer,
#main>.container>div>div:nth-child(2)>div:last-of-type,
html body .eg-form-inputfield_data p>span:first-of-type,
html body #main>.container .bright .gfrm>p:last-of-type,
.eg-disable2 .eg-new-form_btns {
    display: none;
}

html body .eg-form-inputfield_data p {
    display: none !important;
}

html body #gform_wrapper_1 .description_below>.text_informacion {
    display: block;
}

#gform_fields_1 .eg-active {
    display: block !important;
}

html body .eg-form-inputfield_data p>span:last-of-type {
    margin-left: 5px;
}

.eg-disable .eg-previous_btn,
.eg-disable2 .eg-next_vtn {
    background-color: #5d6a6b;
    cursor: default !important;
}

.eg-disable .eg-previous_btn:hover,
.eg-disable2 .eg-next_vtn:hover {
    background: #5d6a6b !important;
}

/* FORM BTNS CSS */

html body .eg-form-inputfield_data .eg-container_new h2 {
    text-align: center;
    font-size: 22px !important;
    line-height: 1.1 !important;
    font-family: Arial !important;
    color: #000000;
}

html body .eg-new-form_btns {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-gap: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
}

html body .eg-new-form_btns .eg-previous_btn {
    background: transparent;
    color: #47acad !important;
}

html body .eg-new-form_btns a:hover {
    background: #2C8282 !important;
}

html body .eg-new-form_btns a {
    font-weight: bold;
    font-family: 'Roboto', sans-serif !important;
    font-size: 20px;
    line-height: 130%;
    background-color: #47acad;
    color: #fff;
    padding: 7px 20px;
    display: inline-block;
    border-radius: 5px;
    cursor: pointer;
    border: 2px solid #47acad;
}

#gform_wrapper_1 .gform_footer.eg-active {
    display: block !important;
    margin-bottom: 20px;
    margin-top: 0px;
}

html body .eg-form-inputfield_data p {
    font-size: 22px !important;
    line-height: 1.1 !important;
    font-family: Arial !important;
    color: #000000;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    overflow: hidden;
}

html body .eg-form-inputfield_data {
    margin-top: 40px;
}

html body .eg-form-inputfield_data .eg-container_new {
    padding: 25px 0px;
    display: flex;
    flex-direction: column;
    grid-gap: 15px;
    border: 1px solid #dedede;
    padding: 20px;
}

html body #gform_wrapper_1 {
    display: flex !important;
    flex-direction: column !important;
}

html body .eg-form-inputfield_data p>span:first-of-type {
    margin-right: 15px !important;
    align-items: center !important;
    display: flex;
}

/* FORM BTNS CSS END*/

@media only screen and (max-width:767px) {

    #gform_fields_1 #translateTo-field #conatinerfirstselect::before {
        top: 54px !important;
    }

    #gform_wrapper_1 .description_below #translateFrom-field {
        display: none !important;
    }

    #gform_wrapper_1 .description_below #translateFrom-field.eg-active+li {
        display: block !important;
    }

    html body .eg-form-inputfield_data {
        margin-top: 15px !important;
        margin-bottom: 40px !important;
    }
}

@media only screen and (min-width:767px) {
    #gform_wrapper_1 .description_below #translateFrom-field.eg-active+li {
        display: block !important;
    }
}

@media only screen and (min-width:992px) {

    html body .eg-translate_data p>span:nth-of-type(2) {
        min-width: 156px !important;
    }

    html body #main>.container .bright {
        border-right: unset !important;
        padding-right: 0px;
        margin-right: 0px;
    }

    html body #main>.container>.row>div:first-child {
        padding-right: 0px !important;
    }

    #main>.container>.row>div:nth-of-type(2) {
        padding-left: 0px !important;
    }

    #main>.container>.row>div:nth-of-type(2) {
        width: 39% !important;
    }
}

@media only screen and (min-width:600px) and (max-width:992px) {
    html body .eg-form-inputfield_data {
        margin-top: 40px;
        width: 85% !important;
        margin: auto;
    }

    html body #main>.container .bright {
        padding-bottom: 0px !important;
    }
}
Editor is loading...
Leave a Comment