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


/* makes full height and width */
 .gform_wrapper {
    box-shadow: rgb(0 0 0 / 5%) 0px 0px 30px 0px;
    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;


    overflow-y: auto;
    overflow-x: hidden;           /* Prevents sideways horizontal scrolling */
    scrollbar-width: none;        /* Hides scrollbar in Firefox */
    -ms-overflow-style: none;     /* Hides scrollbar in Internet Explorer / Edge */
    background-color: #f8fafc !important;
    background-image: radial-gradient(circle at 30% 40%, rgba(59, 130, 246, 0.3) 0%, transparent 40%), radial-gradient(circle at 70% 60%, rgba(147, 51, 234, 0.25) 0%, transparent 40%), radial-gradient(circle at 50% 80%, rgba(236, 72, 153, 0.2) 0%, transparent 50%) !important;
animation: gradientShift 20s infinite alternate ease-in-out;
}

@keyframes gradientShift {
  0% {
    background-position: 0% 0%, 0% 0%, 0% 0%;
  }
  50% {
    background-position: 20% 30%, -20% -20%, 15% 25%;
  }
  100% {
    background-position: -10% 15%, 25% 20%, -15% -15%;
  }
}


/* Hides scrollbars in Chrome, Safari, and newer Opera/Edge */
#gform_wrapper::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}


.gform-body.gform_body {
    overflow-y: auto;
    overflow-x: hidden;           /* Prevents sideways horizontal scrolling */
    scrollbar-width: none;        /* Hides scrollbar in Firefox */
    -ms-overflow-style: none;     /* Hides scrollbar in Internet Explorer / Edge */
    padding-bottom: 181px;
    position: relative !important;
    top: 100px !important;
}
.gform-body.gform_body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
}

.gform_description {
display: none !important;
}


/* 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;*/
    background-color: transparent !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;
    min-width: 81vw;
    border-style: none;
    line-height: 21px;

    min-width: 324px;
    width: 324px;
    max-width: 324px;
position: relative !important;

}


.gform_wrapper.gravity-theme .gform-field-label .gform-field-label__text {
    display: block !important;
    width: 276px !important;       /* Forces it to stay at 276px immediately on load */
    min-width: 276px !important;
    flex-shrink: 0 !important;     /* Prevents flexbox containers from crushing it */
    white-space: normal;           /* Allows text to wrap nicely inside the fixed box */
    word-break: break-word;
    position: relative;
    top: -29px;
    color: black !important;
    font-size: 16px !important;
    font-family: Switzer, system-ui, sans-serif;
}


/* 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_page_footer.button  {
    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_page_footer.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: 1% !important;
    top: -5px !important;
    padding-left: 20px !important;
    height: 72px;
    position: fixed !important;
    z-index: 99;
    background: rgb(248 248 248 / 7%) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
}



/* 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;
}

.gform_wrapper.gravity-theme .gform_fields {
    padding-top:20px !important;
}


@keyframes aiQuickSlide {
    0% {
        opacity: 0;
        transform: translateY(8px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Apply directly to the inner contents of the new step */
.gform_page.gform-ai-animate .gfield {
    animation: aiQuickSlide 0.25s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

/* field descriptions */
 .gfield_description {
left: -28px;
    position: relative;
    font-size: 12px !important;
    float: right;
    clear: both;
    width: auto !important;
    padding-right: 8px;
    padding-left: 8px;
    height: 15px;
    line-height: 0px !important;
    padding-bottom: 13px;
    margin-right: 1.5%;
    animation: myAnim 1s ease-out 0s 1 normal forwards;
    background-size: 54% !important;
    background: #f0f0f0ad;
    color: #777 !important;
    border-radius: 14px;
    border-top-right-radius: 4px;
    margin-top: -63px;
    font-family: Switzer, system-ui, sans-serif;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
}








/* h2 gorm title heading */
 h2.gform_title {
margin-bottom: 15px !important;
    font-size: 18px !important;
    padding-bottom: 21px !important;
    padding-top: 26px !important;
    height: 70px;
    left: -52px;
    min-width: 100% !important;
    width: 113vw;
    margin-top: 3% !important;
    background: transparent;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #eaf0f6 !important;
    text-align: left;
    line-height: 24px;
    letter-spacing: 0px;
    position: fixed !important;
    top: -12px;
    z-index: 9999;
    color: #5e5e5e;
    font-family: Switzer, system-ui, sans-serif !important;
    font-weight: bold !important;
    padding-left: 113px;

}


/* h2 gform title after */
/* h2.gform_title::after {
    content: '\2022';
    color: rgb(0, 189, 165);
    height: 11px;
    width: 10px;
    position: fixed;
    left: 44px;
    top: 10px;
    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;
}*/



h2.gform_title::after {
content: '';
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #10b981;
    border-radius: 50%;
    margin-left: 8px;
    position: relative;
    top: -12px;
        left: -120px;
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
    animation: pulseIndicator 2s infinite cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes pulseIndicator {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0.7);
  }
  70% {
    transform: scale(1);
    box-shadow: 0 0 0 6px rgba(16, 185, 129, 0); /* Creates a soft expanding radar ring */
  }
  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(16, 185, 129, 0);
  }
}

/* header logo */
 h2.gform_title::before {
    content: '\2022';
    color: transparent;
height: 32px;
    width: 32px;
    background: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    font-size: 58px;
    line-height: 3px;
    position: fixed;
    top: 24px;
    border-radius: 50%;
    left: 19px;
    background-color: transparent !important;
    border: solid 0.5px #e3e3e3 !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: 115px;
    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;
    

    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-color: transparent !important;
    border-radius: 50% !important;
    margin-left: -40px !important;
    margin-top: -12px !important;
    background-size: contain !important;
    border: #e2e2e2 0.5px solid !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: 2147483647 !important;
    width: 68vw !important;
    left: 5.5% !important;
    height: 63px !important;
    cursor: no-drop;
    content: "!!!";
    position: fixed !important;
    /*bottom: 2px !important;*/
bottom: 0.5% !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 */
 #gform_resume_email {
  position: fixed;
    bottom: 14px;
    height: 36px;
    left: 18px !important;
    width: 87px !important;
    z-index: 99999;
    max-width: 50px !important;
    min-width: 272px !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;
}





.gform-body.gform_body {
display: flex;
    flex-direction: column;
    gap: 30px !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;
}



.gform_resume_email_label.gfield_label.gform-field-label {
    display:none;
}




div.form_saved_message p {
    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) !important;
    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;
    width: 81vw;
    border-style: none;
    line-height: 21px;
}


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 */
.gform_page_footer.button {
    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 */
.gform_button.gform-has-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: 27px;
    left: 81%;
    border-style: none;
    border-width: 0!important;
    padding: 20px;
    color: transparent;
    width: 63px;
    height: 18px;


    background: rgb(248 248 248 / 7%) !important;
    backdrop-filter: blur(7px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
    padding: 10px;
    padding: 15px !important;
    border-radius: 50%;
    top: 21px !important;
    left: 81% !important;
    position: fixed;
    border: solid 0.5px #e3e3e3 !important;
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.9s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform, box-shadow;
  height: 31px !important;
    width: 31px !important;
    right: 35px !important;
    top: 17px !important;
}

.gform_wrapper.gravity-theme .gform_save_link.button svg {
position: relative;
    left: -8px;
    top: -8px;
}

/* typing dots */
.gform_button.gform-has-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 */
.bot-label-phone {
    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 {
float: left;
    padding: 1px;
    padding-left: 10px;
    padding-right: 10px;
    border-style: solid;
    border-width: 1px;
    font-size: 14px !important;
    line-height: 30px;
    letter-spacing: .1px;
    margin-right: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    cursor: pointer;
    overflow: hidden;
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.9s cubic-bezier(0.16, 1, 0.3, 1) !important;
    will-change: transform, box-shadow;
    border-radius: 30px !important;
    font-family: Switzer, system-ui, sans-serif;
    -webkit-backdrop-filter: blur(7px) !important;
    background: #f1f1f1 !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
    color: #000000;
    font-weight: 500 !important;
}


.gform_wrapper.gravity-theme .gfield-choice-input+label:hover {
  transform: translateY(-3px) !important; /* Smoothly floats the button up */
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.15) !important; /* Deepens shadow for 3D elevation */
  color: black !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;
    top: -55px;
}




/* 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;
    background-size: cover !important;
    color: transparent !important;
    margin: 0px !important;
    padding: 0px !important;
    box-shadow: none !important;
bottom: 1.7% !important;
    z-index: 2147483647 !important;
}




/* footer */

div.gform_page_footer.top_label {
    margin-top: 8px !important;
    position: fixed;
    bottom: 64px;
    height: 3px !important;
    max-height: 1px !important;
    min-height: 1px;
    width: 100vw;
    z-index: 2147483646 !important;;

}



/* progress bar */

.gf_progressbar_wrapper {
    display: none;
}

/* steps */

.gf_page_steps {
    display: none;
}





img.gform_ajax_spinner,
[id^="gform_ajax_spinner_"] {
  position: fixed !important;
  z-index: 999999;
  bottom: 70px !important;  /* 20px up from the bottom of the screen */
  left: 0px !important;    /* 20px away from the left edge of the screen */
  right: auto !important;
  top: auto !important;
  margin: 0 !important;
  display: block !important;
  
  /* Size of your typing-dots icon */
  width: 110px !important;
  height: 60px !important;
  
  /* Reset GF styles */
  border: 0 !important;
  background-color: transparent !important;
  background-image: url('/wp-content/plugins/gravitygeeksgravitybotextension/assets/images/typing-dots.gif') !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center !important;
  animation: none !important;
  transform: none !important;
  content: none !important;
}



.form_saved_message > h2:first-of-type {
  display: none !important;
}


.form_saved_message_emailform {
    position: relative;
    top: -62px;
}


.form_saved_message > p:first-of-type {
  display: none !important;
}
.form_saved_message > p:nth-of-type(2) {
  display: none !important;
}



.form_saved_message_sent.gform_confirmation_wrapper.gform_wrapper.gform-theme.gform-theme--foundation.gform-theme--framework.gform-theme--orbital p {
    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;
    top: 127px;
    position: fixed;
}


.form_saved_message_sent h2:first-of-type {
    display: none;
}







.bot-label-after::after {
  content: attr(data-flash-text); /* Optional if you want to mirror text, or we can use a pure light sweep overlay */
  position: absolute;
  inset: 0;
  pointer-events: none;
  
  /* Creates a sweeping light ray that only affects what it passes over, 
     fading out immediately after the animation cycle */

  background-size: 200% 100%;
  background-position: 200% 0;
  
  /* Mix-blend-mode makes the flash brightly affect only the text and contents beneath it 
     without painting a solid block over your radial background gradients */
  mix-blend-mode: overlay;
  animation: textFlashOnly 15s infinite;
}

@keyframes textFlashOnly {
  0%, 10% {
    background-position: 200% 0; /* Hidden / off-screen right */
  }
  20% {
    background-position: -200% 0; /* Sweeps across left to right */
  }
  30%, 100% {
    background-position: -200% 0; /* Rests completely normal for the remaining time */
  }
}



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




.bot-label-phone {
    background-image: url(/wp-content/plugins/gravitygeeksgravitybotextension/assets/images/phone-icon.png) !important;
}




a.chatbotBusinessNumber {
    position: fixed;
    top: 27px;
    right: 74px;
    width: 25px;
    height: 25px;
    background: rgb(248 248 248 / 7%) !important;
    backdrop-filter: blur(7px) !important;
    -webkit-backdrop-filter: blur(7px) !important;
    padding: 10px;
    padding: 15px !important;
    border-radius: 50%;
    border: solid 0.5px #e3e3e3 !important;
    top: 18px;
    transition: transform 0.9s cubic-bezier(0.16, 1, 0.3, 1), 
              box-shadow 0.9s cubic-bezier(0.16, 1, 0.3, 1) !important;
  will-change: transform, box-shadow;
}




a.chatbotBusinessNumber::after {
    content: '#';
    color: transparent;
height: 26px;
    width: 12px;
    background-color: transparent;
    background-size: 87% 51%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-image: url(/wp-content/plugins/gravitygeeksgravitybotextension/assets/images/phone-icon.png) !important;
    font-size: 22px;
    top: -1px;
    line-height: 37px;
    top: 8px;
    left: 9px;
    position: absolute;
    background-repeat: no-repeat;
}




.bot-label-phone-wrapper {
    color: transparent !important;
    width: 30px !important;
    border-radius: 50% !important;
    position: absolute !important;
    border: solid 0.5px #e3e3e3 !important;
    height: 30px !important;
    top: 22px !important;
}




.bot-label-phone {
    content:none;
}


@media only screen and (max-width: 675px) {
.bot-label-phone {
        width: 14px;
        height: 25px;
    
}
}



.closeChatBtn {
    cursor: pointer;
}



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


.my-custom-injected-element {
bottom: 0px;
    height: 70px;
    width: 100%;
    z-index: 9999 !important;
    padding: 16px !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    position: fixed;
    background: white;


    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: #eaf0f6 !important;
}


@media only screen and (max-width: 675px) {
    .my-custom-injected-element {
border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    }
}





/*****************************************************/
/*****************************************************/
/******************* 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_page_footer.button {
        float: left;
        width: 400px !important;
        bottom: 2px !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;
	}
}
/* top border radius wrapper */

@media only screen and (max-width: 675px) {
    .gform_button.gform-has-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%;
}