/*****************************************************/
/*****************************************************/
/******************* Chatbot CSS *********************/
/*****************************************************/
/*****************************************************/


/* makes full height and width */
 .gform_wrapper {
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 30px 0px;
    background: white !important;
    box-shadow: none !important;
    margin: 0px !important;
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100vw;
    height: 100vh;
    min-height: 100vh;
    z-index: 9999;
    overflow: hidden;
    border-top-style: none !important;
    padding-top: 2px;
    font-weight: normal !important;
    margin-top: 0px !important;
    border-bottom-width: 66px;
    border-bottom-style: solid;
    border-bottom-color: white;
    font-family: proxima-soft-1,proxima-soft-2,proxima-nova-1,proxima-nova-2,Helvetica,Arial,sans-serif;
}



/* gfield label */
 .gform_wrapper.gravity-theme .gfield_label {
    float: left;
    padding-left: 10px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 10px !important;
    background-color: rgb(234, 240, 246) !important;
    color: rgb(66, 91, 118);
    font-weight: normal !important;
    border-radius: 0px 10px 10px 10px !important;
    font-family: proxima-soft-1,proxima-soft-2,proxima-nova-1,proxima-nova-2,Helvetica,Arial,sans-serif;
    font-size: 14px !important;
    margin-left: 10%;
    width: 81vw;
    border-style: none;
    line-height: 21px;
}



/* large input fields */
 .gform_wrapper .gfield input.large, .gform_wrapper .gfield select.large {
    float: right;
    border-radius: 6px !important;
    Clear: left;
    padding-right: 30px;
    border-bottom-right-radius: 3px !important;
    border-width: 2px;
    min-width: 81% !important;
    max-width: 81% !important;
    height: 53px;
    color: rgb(66, 91, 118) !important;
    text-align: left;
    background-color: rgb(234, 240, 246);
    border-color: rgb(234, 240, 246) !important;
    box-shadow: none;
    left: -9% !important;
    position: relative;
    border-style: none;
}



/* medium input fields */
 .gform_wrapper .gfield input.medium, .gform_wrapper .gfield select.medium {
    float: right;
    background-color: transparent;
    border-radius: 11px !important;
    color: white;
    text-align: right;
    Clear: left;
    padding-right: 30px;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 19px !important;
    border-width: 2px;
    width: 50% !important;
    min-width: 100% !important;
    height: 60px;
    color: rgb(66, 91, 118) !important;
    border-color: rgb(234, 240, 246) !important;
    text-align: left;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 30px 0px;
    border-style: none;
}



/* small input fields */
 .gform_wrapper .gfield input.medium, .gform_wrapper .gfield select.small {
    float: right;
    background-color: transparent;
    border-radius: 11px !important;
    color: white;
    text-align: right;
    Clear: left;
    padding-right: 30px;
    border-bottom-right-radius: 3px !important;
    border-top-right-radius: 19px !important;
    border-width: 2px;
    width: 50% !important;
    min-width: 100% !important;
    height: 60px;
    color: rgb(66, 91, 118) !important;
    border-color: rgb(234, 240, 246) !important;
    text-align: left;
    box-shadow: rgb(0 0 0 / 25%) 0px 0px 30px 0px;
    border-style: none;
}



/* submit button */
 .gform_wrapper input[type=submit]  {
    width: 18vw !important;
    bottom: 8px !important;
    left: 78vw !important;
    border-radius: 3px !important;
    height: 34px !important;
    border-style: solid !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: white !important;
    border-width: 1px !important;
    line-height: 0px !important;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%) !important;
    position: fixed !important;
    margin-top: 70px !important;
    border-radius: 4px !important;
}



/* button */
 .gform_wrapper input[type=button] {
    height: 43px !important;
    font-weight: bold !important;
    bottom: 2px !important;
    position: fixed !important;
    width: 7vw !important;
    border-width: 1px;
    text-align: center;
    font-size: 22px !important;
    box-shadow: none !important;
}



/* previous button */
    .gform_wrapper.gravity-theme .gform_previous_button.button {
    background-color: transparent !important;
    color: transparent !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    height: 11px !important;
    width: 11px !important;
    font-size: 16px !important;
    padding: 3px;
    right: 129px !important;
    top: 23px !important;
}



/* removes margin footer */
.gform_wrapper.gravity-theme .gform_page_footer input+input {
	margin-left: 0px;
}



/* next button icon */
 .gform_wrapper input[type=button] {
    background-color: transparent;
    color: transparent !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    border-style: none;
    box-shadow: none !important;
}


/* heading */
 .gform_heading {
    margin-bottom: 15% !important;
    background-color: white;
	border-bottom-style:solid;
	border-bottom-width: 1px;
    color: white;
    width: 114% !important;
    position: relative !important;
    left: -7% !important;
    top: -2vh !important;
    padding-left: 20px !important;
    height: 70px;
}



/* placeholder text */
 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: darkgray;
}


 ::-moz-placeholder { /* Firefox 19+ */
    color: darkgray;
}


 :-ms-input-placeholder { /* IE 10+ */
    color: darkgray;
}


 :-moz-placeholder { /* Firefox 18- */
    color: darkgray;
}



/* field descriptions */
 .gfield_description {
    font-size: 12px !important;
    float:right;
    clear: both;
    letter-spacing: normal;
    padding-top: 14px;
    width: auto !important;
    background: white;
    background-color: white;
    padding-right: 8px;
    padding-left: 8px;
    height: 15px;
    margin-top: -10.5%;
    line-height: 0px;
    color: transparent !important;
    font-family: proxima-soft-1,proxima-soft-2,proxima-nova-1,proxima-nova-2,Helvetica,Arial,sans-serif;
    line-height: 0px !important;
    padding-bottom: 10px;
    border-radius: 50px;
    margin-right: -9.5%;
    animation: myAnim 1s ease-out 0s 1 normal forwards;
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    background-size: 15px;
}



/* h2 gorm title heading */
 h2.gform_title {
    margin-bottom: 15px !important;
    font-size: 20px !important;
    padding-bottom: 21px !important;
    padding-left: 109px;
    padding-top: 23px !important;
    height: 70px;
    left: -25px;
    min-width: 100% !important;
    width: 106.6vw;
    margin-top: 3% !important;
    background: white;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eaf0f6!important;
    text-align: left;
    font-weight: 100 !important;
    line-height: 24px;
    font-family: proxima-soft-1,proxima-soft-2,proxima-nova-1,proxima-nova-2,Helvetica,Arial,sans-serif !important;
    letter-spacing: 0px;
    position: fixed !important;
    top: -7px;
}


/* h2 gform title after */
 h2.gform_title::after {
    content: '\2022';
    color: rgb(0, 189, 165);
    height: 11px;
    width: 10px;
    position: fixed;
    left: 70px;
    top: 18px;
    border-radius: 50%;
    font-size: 23px;
    z-index: 9999;
    font-family: proxima-soft-1,proxima-soft-2,proxima-nova-1,proxima-nova-2,Helvetica,Arial,sans-serif;
}


/* header logo */
 h2.gform_title::before {
    content: '\2022';
    color: transparent;
    height: 40px;
    width: 40px;
    background: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 58px;
    line-height: 3px;
    position: fixed;
    top: 19px;
    border-radius: 50%;
    left: 40px;
    background-color: transparent !important;
}


/* forms description */
 .gform_description {
    font-family: proxima-soft-1,proxima-soft-2,proxima-nova-1,proxima-nova-2,Helvetica,Arial,sans-serif;
    font-size: 17px;
}



/* legend field label */

 .gform_wrapper.gravity-theme legend {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
    float: left;
    width: 44%;
    color: black;
    border-radius: 15px;
    padding-left: 10px !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-right: 10px !important;
    font-weight: normal !important;
    font-family: proxima-soft-1,proxima-soft-2,proxima-nova-1,proxima-nova-2,Helvetica,Arial,sans-serif;
    clear: both;
}



/* company name */
 legend.gfield_label::before {
    color: #828282;
    font-size: 13px;
    line-height: 5px;
    position: fixed;
    left: 44px;
    top: 120px;
    font-weight: bold;
}



/* logo */
 legend.gfield_label::after {
    content: '\2022';
    color: transparent;
    height: 30px;
    width: 30px;
    background: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    font-size: 70px;
    line-height: 5px;
    position: fixed;
    left: 4px;
    top: 134px;
    background-color: transparent !important;
}



/* logo 2 */
label.gfield_label::after {
    content: '\2022';
    color: transparent;
    height: 30px;
    width: 30px;
    background: 50px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 50%;
    font-size: 70px;
    line-height: 5px;
    position: fixed;
    left: 4px;
    top: 21.5%;
}



/* section title field */
 .gform_wrapper h3.gsection_title {
    font-size: 14px !important;
    text-align: center;
    color: darkgray;
    font-weight: normal;
    font-family: proxima-soft-1,proxima-soft-2,proxima-nova-1,proxima-nova-2,Helvetica,Arial,sans-serif;
    margin-top: 15px !important;
    border-bottom: 1px solid #ccc;
    padding: 0 16px 8px 0;
    width: 81vw;
    position: relative;
    left: 10%;
}



/* date field */
 .gform_wrapper.gravity-theme .ginput_container_date {
    display: inherit;
    align-content: center;
    float: right;
    width: 93vw;
    clear: both;
    margin-bottom: 20px;
    padding-right: 11px;
    position: relative;
    left: 3%;
    border-radius: 10px;
    border-style: none;
    box-shadow: none;
}



/* HTML field */
body .gform_wrapper .gform_body .gform_fields .gfield_html {
	background-color: rgb(234, 240, 246);
    border-radius: 0 10px 10px 10px!important;
    width: 80vw;
    left: 10vw;
    position: relative;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(234, 240, 246);
    padding: 10px;
    font-size: 14px;
    color: rgb(66, 91, 118);
    line-height: 21px;
    margin-top: 10px;
}



/* am pm field */
 .gform_wrapper.gravity-theme .ginput_complex select {
    width: 81vw;
    position: relative;
    float: left;
    top: 20px;
    left: 10% !important;
    background: transparent;
    border-style: none;
    padding-top: 11px;
    font-size: 12px;
    color: rgb(66, 91, 118);
}


.gform_wrapper.gravity-theme .ginput_complex {
    width: 81vw;
    position: relative;
    float: left;
    top: 20px;
    left: 10% !important;
    background: transparent;
    border-style: none;
    padding-top: 11px;
    font-size: 12px;
    color: rgb(66, 91, 118);
}


/* time */
.gform_wrapper.gravity-theme .ginput_container_time input {
    background-color: rgb(234, 240, 246) !important;
    color: rgb(66, 91, 118);
    font-weight: normal !important;
    border-radius: 10px !important;
    border-style: none;
}


/* drop down field Safari */
 Select {
    -webkit-appearance: none;
    min-height: 32px;
}



/* enhanced multi select drop down field text*/
 .gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type=text] {
    color: white;
}



/* enhanced multi select choices after chosen. */
 .gform_wrapper .chosen-container-multi .chosen-choices li.search-choice {
    position: relative;
    margin: 3px 5px 3px 0;
    max-width: 100%;
    border-radius: 3px;
	background-image: none !important;
    background-size: 100% 19px;
    background-repeat: repeat-x;
    background-clip: padding-box;
    background-image: none;
    line-height: 13px;
    cursor: default;
    background-color: #1A73E9 !important;
    color: white !important;
    padding: 5px !important;
    box-shadow: none !important;
    border-width: 0px;
    border-color: #e3e3e3 !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
}



/* enhanced multi select choices field input background. */
 .gform_wrapper .chosen-container-multi .chosen-choices {
    border-radius: 7px !important;
    background: #1A73E9;
    color: white !important;
    font-family: system-ui, sans-serif;
    line-height: 1.5;
    backdrop-filter: blur(10px);
    background-color: #1A73E9 !important;
    border-color: #1A73E9 !important;
    border-width: 1px;
    border-style: none;
}



/* enhanced multi select drop down .*/
 .gform_wrapper .chosen-container .chosen-drop {
    position: absolute;
    top: 100%;
    width: 50%;
    border-top: 0;
    background: #1A73E9;
    box-shadow: 0 4px 5px rgb(0 0 0 / 15%);
    display: none;
    background-color: #1A73E9 !important;
    z-index: 9999999999;
    margin-bottom: 30px !important;
    padding-bottom: 19px;
    border-radius: 10px;
    border-width: 0px;
    border-color: white;
}


/* enhanced multi select drop down background. */
 .gform_wrapper .chosen-container .chosen-results li.active-result {
    background: #1A73E9;
}



/* enhanced multi select drop down individual items on hover. */
 .gform_wrapper .chosen-container .chosen-results li.active-result:hover {
    background: white;
    border-radius: 4px;
    cursor: pointer;
	color: #1A73E9;
}



/* post tags field */
 div.ginput_container.ginput_container_post_tags {
    display: none;
}



/* choose an option */
 .gform_wrapper::before {
    color: transparent !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    width: 68vw !important;
    left: 9.5% !important;
    height: 63px !important;
    cursor: no-drop;
    content: "!!!";
    position: fixed;
    bottom: 2px !important;
} 

/* confirmation message */
.gform_confirmation_message {
	height: 100vh;
    background-color: white;
    z-index: 9999999;
    position: fixed;
    top: 0px;
    left: 0px;
    padding-top: 50px;
    padding-left: 50px;
    padding-right: 50px;
}



/* save and continue important */
input#gform_resume_email.medium {
    left: 0vw !important;
    height: 50px !important;
    border-radius: 6px !important;
    background-color: #eaf0f6 !important;
    margin-top: -10vh !important;
    border-top-width: 0px !important;
    border-left-width: 0px !important;
    border-bottom-width: 1px !important;
    border-right-width: 0px !important;
    box-shadow: none;
    height: 55px;
}




label.gform_resume_email_label.gfield_label {
    background-color: white !important;
    color: #828282 !important;
    left: 57.5vw !important;
    margin-top: 6vw !important;
    font-size: 12px !important;
    width: auto !important;
    margin-left: 0px !important;
    height: auto !important;
    padding: 0px !important;
    border-radius: 30px !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 30px 0px !important;
}




input#gform_send_resume_link_button  {
    width: 18vw !important;
    top: 80% !important;
    left: 78vw !important;
    border-radius: 3px !important;
    height: 34px !important;
    border-style: solid !important;
    font-size: 12px !important;
    font-weight: normal !important;
    color: white !important;
    border-width: 1px !important;
    line-height: 0px !important;
    box-shadow: 0 5px 20px rgb(0 0 0 / 10%) !important;
}




div.form_saved_message {
    background-color: white !important;
    height: 100vh !important;
    padding-top: 31% !important;
    padding-left: 10vw !important;
    padding-right: 10vw !important;
    z-index: 99999999999 !important;
}




div.form_saved_message p {
    color: #828282 !important;
	font-size: 14px !important;
}


div.form_saved_message h2 {
    font-size: 22px !important;
    text-align: left;
}




label.gform_resume_email_label.gfield_label::after {
    top: 6% !important;
    left: 44vw !important;
    height: 50px !important;
    width: 50px !important;
}



/* submit button */
input#gform_submit_button.gform_button.button.make_visible {
    width: 59px !important;
    right: 0px !important;
    position: fixed !important;
    left: 80vw !important;
    font-size: 12px !important;
    text-align: center;
    word-break: break-all;
    height: 20px !important;
    bottom: -3px !important;
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 4px!important;
}




/* typing dots */
body img.gform_ajax_spinner {
    position:fixed;
	bottom:70px;
	left:-5px;
	height:60px;
	width: 58px;
}



/* paragraph text */
.gform_wrapper.gravity-theme .gfield textarea {
    width: 81vw;
    left: 10%;
    position: relative;
    top: 25px !important;
    margin-bottom: 24px;
    background-color: #eaf0f6 !important;
    color: #425b76;
    border-style: none;
    border-radius: 6px !important;
    border-bottom-right-radius: 3px !important;
}



/* name field */
.gform_wrapper.gravity-theme input[type=text] {
    background-color: #eaf0f6!important;
    color: #425b76;
    border-style: none;
    border-radius: 6px !important;
    border-bottom-right-radius: 3px !important;
}



.gform_wrapper.gravity-theme .ginput_complex label {
    font-size: 12px;
    padding-top: 5px;
    color: rgb(66, 91, 118);
    margin-bottom: -4px;
}



/* upload */
.gform_wrapper.gravity-theme .gform_fileupload_rules {
    width: 81vw;
    float: left;
    left: 61%;
    position: relative;
    font-size: 12px;
    color: rgb(66, 91, 118);
}

input#file-upload-button {
    padding-top: 16px;
    padding-left: 18%;
}



/* list */
.gfield_list_row_odd .gfield_list_group {
    float: left;
    width: 87vw;
    position: relative;
    left: 7%;
    border-style: none !important;
    border-width: 0px !important;
    margin-bottom: -3px !important;
}


.gfield_list_group_item:before {
    font-size: 12px;
    color: rgb(66, 91, 118)
}


.gfield_list_icons {
    width: 79vw !important;
    left: 5%;
    position: relative;
    background-color: transparent !important;
}



/* consent */
.gfield_description .gfield_consent_description {
    width: 80vw !important;
    height: 100px;
    position: relative;
    border-style: none;
    line-height: 20px !important;
    background-color: rgb(234, 240, 246) !important;
    color: rgb(66, 91, 118) !important;
    left: -9%;
    border-radius: 10px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: none !important;
}



.ginput_container.ginput_container_consent input[type=checkbox] {
    left: 20% !important;
    margin-top: 6px;
}



input[type="checkbox"]:checked::before {
    left: 0px !important;
}



/* product */
div.ginput_container.ginput_container_singleproduct {
    position: relative;
    left: 10%;
    width: 81vw;
    top: 4px;
}


.ginput_quantity {
    background-color: #eaf0f6!important;
    color: #425b76;
    font-weight: 400!important;
    border-radius: 0 10px 10px 10px !important;
    border-style: none;
}


.ginput_shipping_price .gform-text-input-reset {
    width: 81vw;
    position: relative;
    left: 10%;
    font-size: 14px;
}


.ginput_product_price {
    font-size: 14px;
}


.gform-text-input-reset .ginput_total {
    font-size: 14px;
    width: 81vw;
    left: 10%;
    position: relative;
}


/* post image */
.extensions_message {
    float: left;
    font-size: 12px;
}


/* save and continue */
.gform_wrapper.gravity-theme .gform_save_link.button {
    background-color: transparent !important;
    position: fixed;
    top: 11px;
    right: 50px;
    border-style: none;
    border-width: 0!important;
    padding: 20px;
    color: transparent;
    width: 63px;
    height: 18px;
}



/* typing dots */
.gform_ajax_spinner::after {
    color: transparent !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    width: 68vw !important;
    left: 9.5% !important;
    height: 63px !important;
    cursor: no-drop;
    content: "!!!";
    position: fixed;
    bottom: 10% !important;
} 




.validation-success {
    height: 100px;
    width:100px;
}




.gform_wrapper.gravity-theme fieldset {
    padding-top: 10px;
    border-style: none;
}




/* phone */
div.gform_page_footer.top_label::after {
    content: 'hello';
    color: transparent;
    height: 14px;
    width: 21px;
    background-color: transparent;
    position: fixed;
    top: 32px;
    right: 94px;
    font-size: 20px;
    z-index: 9999999999;
    background-size: contain;
    background-repeat: no-repeat;
    cursor: pointer;
}



/*****************************************************/
/*****************************************************/
/*************** Radio & Checkboxes ******************/
/*****************************************************/
/*****************************************************/


.gform_wrapper.gravity-theme .gfield-choice-input+label {
    margin-bottom: 0;
    vertical-align: middle;
    float: left;
    padding: 1px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: white!important;
    border-style: solid;
    border-width: 1px;
    font-size: 12px !important;
    line-height: 30px;
    letter-spacing: .1px;
    border-radius: 3px!important;
    margin-right: 12px;
    transition: 0.25s;
    transition-timing-function: ease-in-out;
}




 .gform_wrapper  .gfield_radio ,
.gform_wrapper  .gfield_checkbox li {
   text-align: center !important;
}




 .gform_wrapper  input[type="radio"],
.gform_wrapper  input[type="checkbox"] {
   position: absolute !important;
   left: -9999px !important;
   top:auto;
}




 .gform_wrapper  .gfield_radio label,
.gform_wrapper  .gfield_checkbox label {
    display: block !important;
    position: relative !important;
    max-width: 100% !important;
    font-size: 14px !important;
    border-radius: 4px !important;
    padding-top: 4px;
    padding-bottom: 4px;
    margin-top: 10px;
    font-weight: normal !important;
    cursor: pointer;
    text-align: center;
    box-shadow: none;
    font-size: 15px !important;
    font-family: proxima-soft-1,proxima-soft-2,proxima-nova-1,proxima-nova-2,Helvetica,Arial,sans-serif;
    line-height: 40px;
}




 .gform_wrapper  input[type="radio"]:checked+label,
.gform_wrapper li input[type="checkbox"]:checked+label {
    overflow: hidden !important;
    border-width: 1px !important;
    color: white !important;
    font-weight: bold;
}



 .gform_wrapper  input[type="radio"]:checked+label::before,
.gform_wrapper  input[type="checkbox"]:checked+label::before {
   content: '';
   display: block !important;
   position: absolute;
   top: -.75em;
   right: -.75em;
   left: auto;
   width: 1.5em;
   height: 1.5em;
   background-color: transparent;
   border-radius: 0;
   border: 0;
   transform: rotate(45deg);
}



 .gform_wrapper  .gfield_radio label::before,
.gform_wrapper  .gfield_checkbox label::before {
   display: none;
}




/* Layout Buttonized Inputs As Grid */
 .gform_wrapper  .gfield_radio,
.gform_wrapper  .gfield_checkbox {
    display: inline;
    float: right;
    padding: 10px;
    border-radius: 10px;
    padding-bottom: 20px;
    clear: both;
    left: -9.5% !important;
    position: relative;
    width: 81vw !important;
    margin-top: 5px;
}




/* hover buttons*/
 .gform_wrapper  input[type="radio"]:hover+label,
.gform_wrapper  input[type="checkbox"]:hover+label {
	color: white !important;
}



/* next */
.gform_next_button {
    border-width: 0px !important;
    position: fixed !important;
    right: 26px !important;
    height: 47px !important;
    width: 47px !important;
    padding: 20px!important;
    margin: 8px!important;
    background-color: transparent !important;
}




/* footer */

div.gform_page_footer.top_label {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eaf0f6!important;
    margin-top: 8px !important;
    position: fixed;
    bottom: 11%;
    height: 1px !important;
    max-height: 1px !important;
    min-height: 1px;
    width: 100vw;
}



/* progress bar */

.gf_progressbar_wrapper {
    display: none;
}

/* steps */

.gf_page_steps {
    display: none;
}



/*****************************************************/
/*****************************************************/
/******************* Navbar CSS **********************/
/*****************************************************/
/*****************************************************/



div.gform_page_footer.top_label::after {
    background-image: url(/wp-content/plugins/gravitybot/assets/images/phone-icon.png) !important;
}




a.chatbotBusinessNumber {
    position: fixed;
    top: 29px;
    right: 91px;
    width: 25px;
    height: 25px;
}




a.chatbotBusinessNumber::after {
    content: '#';
    color: transparent;
    height: 21px;
    width: 11px;
    background-color: transparent;
    background-size: 94% 56%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(/wp-content/plugins/gravitybot/assets/images/phone-icon.png) !important;
    font-size: 22px;
    top: -4px;
    position: relative;
    line-height: 37px;
}




.gform_wrapper.gravity-theme .gform_save_link.button {
    padding: 0px!important;
    top: 29px!important;
    width: 16px!important;
    right: 66px!important;
}




div.gform_page_footer.top_label::after {
    content:none;
}




.closeChatBtn {
    cursor: pointer;
}



@media only screen and (max-width: 675px) {
    .gform_wrapper.gravity-theme .gform_save_link.button {
        right: 75px!important;
        height: 18px !important;
      }
}





/*****************************************************/
/*****************************************************/
/******************* Desktop CSS *********************/
/*****************************************************/
/*****************************************************/


@media only screen and (min-width: 675px) {
.gform_wrapper::before {
    left: 1% !important;
    float: left;
    width: 400px !important;
    bottom: 25px !important;
    }
}


@media only screen and (min-width: 675px) {
    .gform_wrapper input[type=button] {
        float: left;
        width: 400px !important;
        bottom: 25px !important;
    }
}

@media only screen and (min-width: 675px) {
    .gform_wrapper.gravity-theme .gform_previous_button.button  {
        top: 18px !important;
        height: 40px !important;
    }
}

@media only screen and (min-width: 675px) {
    h2.gform_title  {
        top: -4% !important;
    }
}



/*****************************************************/
/*****************************************************/
/******************* Mobile CSS **********************/
/*****************************************************/
/*****************************************************/


/* This styles the submit, next, and previous button */
@media only screen and (max-width: 675px) {
     .gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
        margin-bottom: 8px;
        line-height: 0px !important;
    }
}
/* This styles the label */
@media only screen and (max-width: 675px) {
     label.gfield_label {
        width: 100%;
    }
}
/* This styles the input for large fields */
@media only screen and (max-width: 675px) {
     .gform_wrapper .gfield input.large, .gform_wrapper .gfield select.large {
        margin-top: 30px;
    }
}
/* This styles the label */
@media only screen and (max-width: 675px) {
     .gform_wrapper.gravity-theme legend {
        width: 100%;
    }
}
/* This styles the input for medium fields */
@media only screen and (max-width: 675px) {
     .gform_wrapper .gfield input.medium, .gform_wrapper .gfield select.medium {
        width: 90% !important;
        margin-top: 30px;
    }
}
/* This styles the input for small fields */
@media only screen and (max-width: 675px) {
     .gform_wrapper .gfield input.small, .gform_wrapper .gfield select.small {
        width: 90% !important;
        margin-top: 30px;
    }
}
@media only screen and (max-width: 675px) {
     .gform_wrapper .buttonized4 .gfield_radio, .gform_wrapper .buttonized4 .gfield_checkbox {
        margin-top: 30px;
    }
}
/* This styles the date input field */
@media only screen and (max-width: 675px) {
     .gform_wrapper.gravity-theme .ginput_container_date input {
        margin-top: 30px;
    }
}
/* This position the date picker modal */
@media only screen and (max-width: 675px) {
    .ui-datepicker:not(.gform-legacy-datepicker)[style] {
        left: 0%;
        right: 0%;
        top: 17% !important;
        border-radius: 10px;
        border-style: none;
        box-shadow: none;
    }
}
@media only screen and (max-width: 675px) {
     Select {
        -webkit-appearance: none;
        min-height: 50px !important;
    }
}
/* This styles the consent field */
@media only screen and (max-width: 675px) {
     div.ginput_container.ginput_container_consent {
        width: 92%;
        top: 30px;
        text-align: center;
        font-size: 12px;
        position: relative;
    }
}
/* This styles the multi select drop down field */
@media only screen and (max-width: 675px) {
     .gform_wrapper .chosen-container .chosen-drop {
        width: 90% !important;
    }
}

/* This styles the form wrapper */
@media only screen and (max-width: 675px) {
     .gform_wrapper {
        width: calc(100% - 1rem) !important;
    }
}


/* removes top border on mobile */
@media only screen and (max-width: 675px) {
	 .gform_heading {
		border-radius: 0px !important;
	}
}
 /* removes bottom border radius submit button */
@media only screen and (max-width: 675px) {
     .gform_wrapper input[type=submit]  {
            border-radius: 0px !important;
        }
    }
/* top border radius wrapper */
@media only screen and (max-width: 675px) {
	 .gform_wrapper {
		border-radius: 0px !important;
	}
}
@media only screen and (max-width: 675px) {
    body img.gform_ajax_spinner {
        background-color: transparent !important;
        height:60px !important;
        width: 58px !important;
    }
}
@media only screen and (max-width: 675px) {
    .gform_wrapper.gravity-theme .gform_previous_button.button {
        height: 23px !important;
        width: 22px !important;
        right: 132px !important;
        top: 27px !important;
        min-height: 0px !important;
    }
}
@media only screen and (max-width: 675px) {
    #wpadminbar {
        display: none !important;
    }
}
@media only screen and (max-width: 675px) {
    #wpadminbar.nojq {
        display: none !important;
    }
}
@media only screen and (max-width: 600px) {
    #wpadminbar {
        display: none !important;
    }
}
@media only screen and (max-width: 600px) {
    #wpadminbar.nojq {
        display: none !important;
    }
}
@media only screen and (max-width: 675px) {
    .ginput_container.ginput_container_consent {
        margin: 0 25px;
    }
}
/*****************************************************/
/*****************************************************/
/***************** Animation CSS *********************/
/*****************************************************/
/*****************************************************/


@keyframes myAnim {
    0% {
      opacity: 0;
    }
  
    100% {
      opacity: 1;
    }
  }

/*****************************************************/
/*****************************************************/
/**************** Image Hopper CSS *******************/
/*****************************************************/
/*****************************************************/

.ginput_container_image_hopper .filepond--root {
    width: 81vw;
    margin-left: 10%;
}