/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
/** General ****/

body {overflow-x: hidden !important;}

body, 
p,
li {
    line-height: 1.2;
}
body [type=button],
body [type=submit], 
body button,
.acf-button.button  {
    border: none !important;
}
.hide-label .acf-label  {
    display: none;
}
.font-light,
iframe #tinymce {
    font-weight: 300 !important;
    font-family: "THICCCBOI LIGHT" !important;
}
.font-medium {
    font-weight: 600 !important;
    font-family: "THICCCBOI MEDIUM" !important;
}
.font-size-normal {
    font-size: 16px;
}
.font-size-small {
    font-size: 14px;
    line-height: 18px;
}
.font-20 {
    font-size: 20px;
}
.text-center {
    text-align: center;
}
[type=button]:focus, [type=submit]:focus, button:focus, 
input[type=date]:focus, input[type=email]:focus, 
input[type=number]:focus, 
input[type=password]:focus, 
input[type=search]:focus, input[type=tel]:focus, 
input[type=text]:focus, 
input[type=url]:focus, select:focus, textarea:focus {
    outline: none !important;
    border-color: #F2F4F5 !important;
}
b, strong {
    font-family: "THICCCBOI BOLD", Sans-serif;
}
#create-project .elementor-widget-heading .elementor-heading-title[class*=elementor-size-]>a{
    color: #66b646;
}
.inline { width: auto !important;  max-width: 100% !important;  display: inline-block;}
.hover-me {
    cursor: pointer;
}
.step-icon svg {
    max-width: 12px;
    max-height: 12px;
}
.acf-spinner {
    display: none !important;
}
.elementor-login input {
    text-align: center;
}
.red {
    color: #CB2319 !important;
}
.alert {
    font-weight: bold;
    color: #CB2319;
    background: url(images/error.svg) 30px center no-repeat;
    background-size: 20px;
    padding: 7px 0 !important;
}
.blue-box {
    background: #EFF9FB;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);    
    padding: 30px 22px 0 !important;
}
.blue-box p,
.update-panel-questions .blue-box p,
.blue-box ul {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px !important;
}
.link {
    color: #66B646 !important;
    cursor: pointer;
    font-family: "THICCCBOI BOLD", Sans-serif;
}

.blue-box label {
    font-size: 16px !important;
    font-family: "THICCCBOI BOLD", Sans-serif;
}
.text-center .elementor-widget-wrap {
    justify-content: center;
}
.text-center .elementor-widget-wrap p{
    margin-bottom: 0 !important;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
}
textarea::-webkit-input-placeholder {
    color: #29335C;
}
.acf-field .acf-input .margin-bottom p {
    margin-bottom: 15px;
}
.acf-field .acf-notice.-error {
    border-left: none !important;
}
.no-borders,
.no-borders tr,
.no-borders td {
    border: none !important;
}
.grey-bg {
    background: #f1f4f5;;
}
.acf-field.hidden {
    display: none;
}
.elementor-2049 .elementor-element.elementor-element-dc4673c .acf-field .acf-input .select2-selection {
    background: transparent;
    border: none;
}
.select2-container.-acf .select2-selection--multiple .select2-selection__rendered {
    background: transparent;
    border: none;
}
.page-id-2049 .select2-dropdown {
    border: none;
    background-color: #F2F4F5;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #bdbdbd;
    padding: 10px 0;
    color: #08203D;
    text-align: right;
    font-size: 21px;
    font-weight: bold;
    border-radius: 0;
}
.page-id-2049 .select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #29335C;
}
.select2-container.-acf .select2-selection--multiple .select2-selection__choice {
    margin-top: 0;
    margin-right: 15px;
    border-radius: 0;
}
.select2-container.-acf .select2-selection--multiple .select2-selection__choice:last-of-type {
    margin-right: 0;
}
.page-id-2049  .select2-container--open .select2-dropdown {
    left: -134px;
    top: 53px;
    width: 612px !important;
}
.elementor-2049 .elementor-element.elementor-element-dc4673c .acf-field .acf-input .select2-selection {
    background-color: transparent !important;
}
.elementor-2049 .select2-container.-acf .select2-selection--multiple .select2-selection__rendered {
    padding-right: 0;
    display: flex;
    justify-content: flex-end;
    cursor: pointer;
    margin-top: -5px;
    align-items: center;
    margin-left: 25px;
}
.elementor-2049 .select2-container.-acf .select2-selection--multiple .select2-selection__choice {
    background-color: #f1f4f5;
    border: none;
    font-weight: bold;
    padding: 0;
}
.select-age {
    cursor: pointer;
}
/** Popup sucess box **/
.app-error {
    background: #FFE9E8 url('images/error.svg') 40px center no-repeat;
    height: 69px;
    padding: 0 40px;
    margin: 30px 0;
}
.create-my-project .app-error {
    width: 60%;
    margin: 30px auto;
    position: absolute;
    left: 20%;
    margin-top: -35px;
}

.app-error p {
    color: #CB2319;
    font-size: 18px;
    line-height: 69px !important;
    padding-left: 50px;
}
.app-error p.small {
    font-size: 16px;
    line-height: 1.2em !important;
    padding-top: 16px;
}
.textarea-question .app-error {
    width: 100%;
    margin: 10px auto;
}
.account-form .acf-field .acf-notice.-error {
    border-left: none;
    color: #CB2319;
    background: none;
}
.acf-notice p {
    margin: 0.5em 0 !important;
}
.popup-questions .app-error  {
    width:  80%;
    margin: 0 auto 30px !important;
    position: initial;
}
body.popup-open.page-id-2049  {
    position: relative;
}
body.popup-open.page-id-2049:before {
    content: '';
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 9;
}
.tab-bar-content .acf-form-submit {
    text-align: center;
}
.acf-form-submit .saved,
.acf-form-submit .saving {
    color: #A1EC83;
    font-family: "THICCCBOI MEDIUM", Sans-serif;
    padding: 0 30px;
    text-align: center;
    margin: 10px auto;
    font-size: 20px;
}
.acf-form-submit .saved {
    background: url(images/success-check.svg) 0px center no-repeat;
    background-size: 20px;
    display: inline-block;
    margin: 10px auto -30px auto;
}
.page-id-2568 .acf-notice.acf-success-message.-dismiss,
.page-id-4456 .acf-notice.acf-success-message.-dismiss,
.page-id-5697 .acf-notice.acf-success-message.-dismiss,
.page-id-2796 .acf-notice.acf-success-message.-dismiss,
.page-id-5560 .acf-notice.acf-success-message.-dismiss,
.single-projects .acf-notice.acf-success-message.-dismiss  {
    visibility: hidden;
}
.tab-bar-content .acf-form-submit {
    margin-top: 50px;
}
.tab-bar-content  .acf-button.button {
    margin: 20px 0 50px;
}
.modal-content .acf-form-submit,
.elementor-element-3996da4,
.elementor-element-7da1e9f3 {
    text-align: center;
}

/*** Header ****/
#menu-1-430396b .nmr-logged-in a {
    color: #F3663F;
}
/*** Buttons ****/
.button-blue {
    display: flex;
    justify-content: center;
}
.prepare-my-project  a.acf-button.button-primary,
#create-project  .acf-form-fields.-top .acf-field.button-blue>.acf-label>label,
.select-your-questions .button.button-blue .acf-label label,
.button-blue a {
    background: #C1E8EE;
    padding: 5px 30px !important;
}

#create-project  .acf-form-fields.-top .acf-field.button-blue>.acf-label>label,
.prepare-my-project  .acf-button.button-primary,
.select-your-questions .button.button-blue .acf-label label,
.button-blue a   {
    border-radius: 60px;
    font-family: 'THICCCBOI MEDIUM';
    cursor: pointer;
    color: #2A335C !important;
}


.acf-form-fields.-top .acf-field.button-large>.acf-label>label,
.delete-project .acf-field .acf-label label,
.woocommerce button.button,
.closeEditPopup.button  {
    padding: 9px 60px 9px 60px !important;
    border-radius: 60px 60px 60px 60px;
    background-color: #A1EC83;
    display: inline-block;
    font-family: 'THICCCBOI MEDIUM';
    font-size: 28px;
    cursor: pointer;
}
.closeEditPopup.button  {
    display: block;
    margin: 30px auto !important;
}
.mce-toolbar .mce-btn button, .qt-dfw { 
    background: transparent;
}
.delete-project,
.elementor-element-67172ef {
    text-align: center;
}
.update-project .acfef-edit-button,
.delete-project .acfef-edit-button {
    background: transparent !important;
    padding: 0 10px !important;
}
.change-link .acfef-edit-button {
    font-size: 16px;
    padding: 0;
    margin: 0;
    line-height: 1em;
    color: #66B646;
    box-shadow: none;
}
.delete-project .acfef-edit-button {
    color: #CB2319;
    text-decoration: underline;
}
.delete-project .acf-field .acf-label label {
    padding: 9px 60px 9px 60px !important;
}
.acfef-edit-button.disabled,
.elementor-button-link.disabled {
   display: none;
}
/* Create Project Form ***/

.project-bar,
.elementor-section .tab-bar,
.select-from-panel,
.select-custom,
#choose-panel-type,
[data-name="who_will_lead_the_conversation"],
.step-3 #create-project .acf-form-submit,
.step-4 #create-project .acf-form-submit,
/* .step-5  #create-project .acf-form-submit, */
.prepare-area.acf-field .acf-label label,
.hidden-select,
[data-name="whats_your_goal"],
.multi-step.step-7 .acfef-submit-button[value="Save"],
.step1-title.hidden,
.project-steps.hidden ,
.form-steps .acfef-form-title,
.create-my-project .elementor-tabs-view-horizontal .acfef-tabs-wrapper,
[data-name="delete_this_post"] input[type="checkbox"],
.delete-project .acfef-submit-button,
.create-account-form,
.ui-datepicker-week-end,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second,
[data-name="image_tips"],
.elementor-section.we-lead-contact-us,
#update-lead .acfef-submit-button,
#update-panel-type .acfef-submit-button,
#update-goal .acfef-submit-button,
.page-id-2049 .ui-timepicker-div.ui-timepicker-oneLine,
.cart_item .product-quantity {
    display: none;
}
.elementor-editor-active .project-bar,
.elementor-editor-active .tab-bar,
.elementor-editor-active .select-from-panel,
.elementor-editor-active .select-custom,
.single-projects .elementor-section .tab-bar,
.elementor-editor-active .step1-title.hidden,
.elementor-editor-active .create-account-form,
.page-id-5604 .elementor-section .tab-bar,
.page-id-5604 .project-bar,
#acf-field_5f59f37083f1e-field_62013bf601f18 {
    display: block;
}
.elementor-1848 .elementor-element.box-active  > .elementor-element-populated {
    box-shadow: 0px 4px 24px 0px rgb(0 0 0 / 25%) !important;
}

.elementor-editor-active .create-my-project .elementor-tabs-view-horizontal .acfef-tabs-wrapper {
    display: flex;
}
#create-project .acf-fields.-left>.acf-field:before {
    content: none;
}
.step-1 .the-benefits,
.step-5 #why-survey  {
    position: absolute;
    width: 100%;
    left: 0%;
    top: 180px;
}
.form-wrapper.step-1 > .elementor-widget-container,
.multi-step.step-5  {
    padding-bottom: 600px !important;
}
.elementor-icon-list-text strong {
    font-weight: 900;
}
@media (min-width: 768px) {
    .elementor-2049 .elementor-element.elementor-element-dc4673c .step-1 .elementor-repeater-item-a7cef63,
    .elementor-5604 .elementor-element.elementor-element-dc4673c .step-1 .elementor-repeater-item-a7cef63 {
        width: 100%;
        margin: 0%;
    }
}
.clear-warning {
    margin-top: -20px;
    font-size: 15px;
    margin-bottom: 30px !important;
}
.elementor-section .tab-bar {
    background: #FFFFFF;
    border: 1px solid #CBCBCB;
    box-sizing: border-box;
    margin-top: 9px;
    margin-bottom: 9px;
}
.elementor-section .tab-bar-content {
    border: 1px solid #CBCBCB;
    border-top: 0;
}
.elementor-section .tab-bar .small{ 
    font-size: 24px;
}

.elementor-section .tab-bar.active {
    border-bottom: none;
}
.tab-bar-left h3 {
    font-size: 28px;
    font-weight: 300;
    line-height: 32px;
    padding-left: 38px;
}
.tab-bar-right h3 {
    font-size: 28px;
    font-weight: 700;
    line-height: 32px;
}
.tab-bar .tab-bar-right h4 {
    font-size: 20px;
    font-family: "THICCCBOI LIGHT", sans-serif;
}
.tab-bar-right p  {
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
}

.survey-content .elementor-shortcode a {
    margin-top: 40px;
    display: block;
}
.acf-field .acf-input p {
    margin-bottom: 0;
}
.acf-fields.-left>.acf-field.select-options>.acf-label {
    width: 100%;
}
.custom-need-message .acf-input {
    width: 100% !important;
}
.custom-need-message  {
    cursor: pointer;
}
.acf-field.select-options .acf-field-select {
    background: #F2F4F5;
    border: none;
    margin: 18px 0;
    padding: 16.5px 0 !important;
    vertical-align: middle;
}
.acf-field.select-options .acf-input select {
    background-color: transparent !important;
    border-width: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;  
}
.acf-field.select-options .acf-fields.-border {
    border: none;
}
.acf-form-fields.-top .acf-field.select-options>.acf-label > label,
.acf-form-fields.-top .acf-field.more-option-filter >.acf-label > label,
.acf-form-fields.-top .acf-field.panel-texarea  >.acf-label > label {
    font-size: 28px;
}
.acf-form-fields.-top .acf-field.panel-texarea  >.acf-label > label,
.acf-form-fields.-top .acf-field.more-option-filter >.acf-label > label  {
    margin-top:50px;
}
.acf-form-fields.-top .acf-field.more-option-filter >.acf-label > label {
    font-family: "THICCCBOI LIGHT";
    font-weight: 300;
}
.acf-form-fields.-top .acf-field.panel-texarea .description {
    margin-bottom: 28px;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
}
.acf-form-fields.-top .acf-field.select-options .acf-label  label {
    padding-bottom: 0 !important;
}
.prepare-my-project .acf-fields.-left>.acf-field:before {
    content: none;
}
.prepare-my-project .elementor-shortcode h4 {
    width: 80%;
    margin: 0 auto;
}
.elementor-115 .elementor-element.elementor-element-dc4673c {
    margin: 0 auto;
}
.step-4 [data-name="choose_our_panel_filter"],
.step-5 [data-name="choose_our_panel_filter"],
.step-6 [data-name="choose_our_panel_filter"],
.step-7 [data-name="choose_our_panel_filter"],
.step-4 [data-name="choose_custom_panel_filter"],
.step-5 [data-name="choose_custom_panel_filter"],
.step-6 [data-name="choose_custom_panel_filter"],
.step-7 [data-name="choose_custom_panel_filter"],
.step-7 [data-name="upload_your_image"],
.step-7 [data-name="the_big_picture"],
.step-7 [data-name="probe_deeper_group"],
.step-7 [data-name="open_question_group"]{
    display: none !important;
}
#create-project [data-name="project_title"] label {
    text-align: center;
    font-size: 28px;
    font-weight: 400;
}
#create-project [data-name="project_title"] input[type="text"],
.project-summary #change-name .acf-input input {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    color: #29335C;
    width: 60%;
    font-size: 36px;
    margin: 22px auto 0;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 300;
    display: block;
    border-bottom: 1px solid #666 !important;
    box-shadow: none;
}
.multi-step.step-3 #create-project  {
    padding-bottom: 60px;
}

/* Custom Select */
.acf-fields .multiple-select select{
    font-size: 20px !important;
    text-align: right;
    height: 30px;
    font-weight: bold;
    color: #29335C;
    overflow: hidden;
}
.multiple-select select.open {
    height: auto;
    overflow: auto;
}
.custom-select {
    position: relative;
}
.custom-select select {
    display: none; 
}
.acf-fields.-left>.acf-field.custom-select >.acf-label {
    width: 100%;
}
.select-selected {
    position: absolute;
    right: 0;
    width: 100%;
}
.select-items div,.select-selected {

    text-align: right;
    font-family: "THICCCBOI MEDIUM", Sans-serif;
    padding: 0px 22px;
    font-size: 20px;
    cursor: pointer;
    user-select: none;
}
.select-items div {
    padding: 5px 22px;
}

.select-items {
    position: absolute;
    background-color: #F2F4F5;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #bdbdbd;
    padding: 10px 0;
    color: #08203D;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-panel-box,
.select-custom-box {
    position: relative;
    cursor: pointer;
}
.filter-heading { 
    margin-bottom: 40px;
}
.filter-heading h2 {
    margin-bottom: 14px;
}
.filter-heading h3 {
    margin-top: 0px;
}
.select-panel-box:hover .select-from-panel,
.select-custom-box:hover .select-custom  {
    display: block;
}
.multi-step.step-5 .acf-form-fields > div,
.update-panel-questions [data-name="the_big_picture_group"],
.update-panel-questions [data-name="probe_deeper_group"],
.update-panel-questions [data-name="open_question_group"],
.project-summary [data-name="the_big_picture_group"],
.project-summary [data-name="probe_deeper_group"],
.project-summary [data-name="open_question_group"] ,
.update-panel-questions [data-name="open_discussion"] {
    width: 65%;
    float: right;
    clear: none;
}
.acf-field input[type="text"], .acf-field input[type="password"], .acf-field input[type="date"], .acf-field input[type="datetime"], .acf-field input[type="datetime-local"], .acf-field input[type="email"], .acf-field input[type="month"], .acf-field input[type="number"], .acf-field input[type="search"], .acf-field input[type="tel"], .acf-field input[type="time"], .acf-field input[type="url"], .acf-field input[type="week"], .acf-field textarea, .acf-field select{
    color: #29335C;
}
#create-project .acf-form-fields .survey-instructions {
    width: 100%;
    margin-top: 40px;
}
#create-project .acf-form-fields .survey-instructions> .acf-input > .acf-fields {
    display: flex;
}
#create-project .acf-form-fields .survey-instructions .acf-fields .left-block {
    flex: 1 1 65%;
}
#create-project .acf-form-fields .survey-instructions .acf-fields .left-block textarea {
    font-size: 16px;
    padding: 20px;
    color: #29335C;
}
#create-project .acf-form-fields .survey-instructions .acf-fields .right-block {
    flex: 1 1 35%;
    margin: 150px 30px 0;
}
#create-project .acf-form-fields .survey-instructions .acf-fields .left-block .acf-field {
    padding-left: 0;
}
.elementor-element .acf-field.image-tips .acf-label label {
    color: #66b646 !important;
}
#create-project .acf-form-fields .upload-image-group,
.project-summary .acf-form-fields .upload-image-group  {
    width: 33%;
    margin-right: 2%;
    float: left;
}
#create-project .acf-form-fields .upload-image-group  > .acf-input {
    background: #F2F4F5;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}
#create-project .acf-form-fields .upload-image-group  > .acf-label label,
#create-project .acf-form-fields .select-your-questions  > .acf-label label,
.project-summary .acf-form-fields .upload-image-group  > .acf-label label,
.project-summary .acf-form-fields .select-your-questions  > .acf-label label {
    font-size: 32px;
    font-weight: 400;
    padding-bottom: 19px;
}
#create-project .acf-form-fields [data-name="upload_your_image_optional"] > .acf-label label,
#create-project .acf-form-fields .open-exploration-questions  > .acf-label label {
    font-size: 28px;
    font-weight: 400;
}
#create-project .questions-heading.acf-field label,
.project-summary .questions-heading.acf-field label {
    font-family: 'THICCCBOI MEDIUM';
    font-size: 28px;
    margin-top: 23px;
    padding-bottom: 0;
}
#create-project .questions-heading.acf-field input {
    margin-bottom: 15px;
}
body .elementor-115 .elementor-element.elementor-element-dc4673c .acf-form-fields.-top .acf-field label {
    padding-bottom: 5px !important;
    font-size: 20px;
    font-weight: 600;
}
[data-name="the_big_picture_group"] .acf-label p,
[data-name="probe_deeper_group"] .acf-label p {
    font-family: 'THICCCBOI MEDIUM';
    padding-top: 10px;
}
.questions-heading p {
    font-size: 16px;
    line-height: 18px;
}
.acf-fields>.acf-field.textarea-link {
    background: #Fff;
    padding-top: 60px;
}
.acf-fields>.acf-field.textarea-link input {
    background-color: #F2F4F5 !important;
    box-shadow: none;
    height: 76px;
    font-size: 16px;
}
.acf-fields>.acf-field.textarea-link .acf-field  label {
    font-size: 24px !important;
    padding-bottom: 0 !important;

}
.multi-step.step-5 #create-project .acf-form-fields [data-name="the_big_picture_group"] > .acf-input,
.multi-step.step-5 #create-project .acf-form-fields [data-name="probe_deeper_group"] > .acf-input,
.multi-step.step-5 #create-project .acf-form-fields [data-name="open_question_group"] > .acf-input,
.multi-step.step-5 #create-project .acf-form-fields [data-name="open_discussion"] > .acf-input, 
.project-summary .acf-form-fields [data-name="the_big_picture_group"] > .acf-input,
.project-summary .acf-form-fields [data-name="probe_deeper_group"] > .acf-input,
.project-summary .acf-form-fields [data-name="open_question_group"] > .acf-input,
.project-summary .acf-form-fields [data-name="open_discussion"] > .acf-input,
.update-panel-questions .acf-form-fields [data-name="the_big_picture_group"] > .acf-input,
.update-panel-questions .acf-form-fields [data-name="probe_deeper_group"] > .acf-input,
.update-panel-questions  .acf-form-fields [data-name="open_question_group"] > .acf-input,
.update-panel-questions .acf-form-fields [data-name="open_discussion"] > .acf-input  {
    padding: 0 20px 30px 20px;
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 2px 24px #ECECEC;
    text-align: center;
}
.multi-step.step-5 #create-project .acf-form-fields .project-image:first-of-type {
    padding-top: 30px;
}
.multi-step.step-5 #create-project .acf-form-fields .project-image {
    padding: 10px 20px;
}
.elementor-115 .elementor-element.elementor-element-dc4673c .acf-field:not(.acf-field-image) input:not([type=button]):not(.acf-input):not(.select2-search__field) {
    background-color: transparent !important;
}
.multi-step.step-5 #create-project .acf-field.hide-main-label>.acf-label>label,
.acf-field.hide-main-label>.acf-label>label  {
    display: none;
}
.multi-step #create-project .acf-fields>.acf-field.select-input[data-type="select"]:before,
.project-summary .select-your-questions .select-input[data-type="select"]:before,
.update-panel-questions .select-your-questions .select-input[data-type="select"]:before  {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

.acf-fields>.acf-field.select-input  {
    background: #F2F4F5;
    margin: 15px auto;
    width: 90%;
    padding: 10px 3px;
}
.open-exploration-questions .acf-fields>.acf-field[data-type="textarea"] {
    margin: 10px auto;
    width: 85%;
}
#create-project .open-exploration-questions .acf-fields>.acf-field[data-type="textarea"] textarea {
    padding: 20px 10px;
    background: #F2F4F5 !important;
}
.acf-fields>.acf-field.select-input select,
.acf-fields>.acf-field.select-input textarea,
.acf-fields>.acf-field.select-input input,
.open-exploration-questions .acf-fields>.acf-field[data-type="textarea"] textarea  {
    background: transparent !important;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
    color: #29335C;
    font-size: 20px;
    text-align: center;
    text-align-last: center;
}
.acf-fields>.acf-field.select-input select,
.acf-fields>.acf-field.select-input textarea {
    font-size: 16px;
}
.acf-fields>.acf-field[data-name="add_or_choose_questions"] {
    margin-bottom: -20px;
}
.acf-fields>.acf-field.select-input select {
    white-space: pre-wrap;
}
.acf-field[data-name="add__instructions_to_user_to_take_the_survey"] textarea,
.update-panel-questions p {
    font-size: 20px;
}
#create-project  .acf-form-fields.-top .acf-field.button-blue label>input,
.acf-form-fields.-top .acf-field.button-large label>input { 
    display: none;
}
#create-project .acf-field.popup-questions,
.select-your-questions .acf-field.popup-questions {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 2px 24px #ECECEC;
    padding: 20px 0 0;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    max-height: 95%;
    overflow-y: auto;
    min-width: 800px;
}
#create-project .acf-field.popup-questions> .acf-input,
.select-your-questions .acf-field.popup-questions> .acf-input {
    background: #EFF9FB;
    margin-top: 40px;

}
.select-your-questions .popup-question {
    background: #EFF9FB;
}
.select-your-questions .elementor-tabs-wrapper {
    text-align: center;
    background: #fff;
    width: 60%;
    margin: 0 auto;
    border-radius: 12px;
    display: flex;
    border: 1px solid #e5e5e5;
    justify-content: space-between;
    color: #29335C;
}
.select-your-questions.elementor-widget-tabs .elementor-tab-title {
    padding: 10px 0px;
    width: 100%;
    border-right: 1px solid #e5e5e5 !important;
}

.select-your-questions .elementor-tabs-wrapper .elementor-tab-title.elementor-active {
    background: #e5e5e5;
}
.select-your-questions .popup-questions ul {
    list-style: none;
}

#save-bp-questions,
#save-pd-questions,
#save-closing-question,
.project-summar #save-pd-questions,
.project-summary #save-bp-questions,
.project-summary #save-closing-question {
    background: #fff;
    padding: 40px 0 10px;
    text-align: center;
}
.popup-questions  ul.acf-checkbox-list li {
    background: #fff;
    margin: 20px auto;
    width: 85%;
}
.select-input select:disabled {
    opacity:  1;
}
.popup-questions  ul.acf-checkbox-list li input {
    display: none;
}
.popup-questions ul.acf-checkbox-list li label {
    display: block;
    position: relative;
    padding: 12px 85px !important;
    font-size: 20px;
    text-align: center;
}
.popup-questions  .question-bank_questions p.description {
    font-size: 20px;
    text-align: center;
    margin-top: 25px;
}
.popup-questions ul.acf-checkbox-list li label.selected {
    border: 1px solid #29335C;
}
.popup-questions ul.acf-checkbox-list li label.selected:after {
    content: '';
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    background: url('images/blue-check.svg') no-repeat;
}

#create-project .popup-questions>.acf-label>label,
.project-summary .popup-questions>.acf-label>label{ 
    font-size: 36px;
    margin-top: 41.51px;
    padding-bottom: 0;
    font-family: "THICCCBOI LIGHT";
    font-weight: 300;
    text-align: center;
}
#save-closing-question {
    text-align: center;
}
.multi- .step-6  .hide-if-value {
    overflow: hidden;
}
.open-exploration-questions.acf-field .acf-input input,
.open-exploration-questions.acf-field [data-name="instructions_to_user"] textarea {
    background-color: #F2F4F5 !important;
    border: none;
    height: 66px;
}
.open-exploration-questions.acf-field [data-name="instructions_to_user"]> .acf-label {
    margin-top: 36px;
}
.open-exploration-questions.acf-field .text-left .acf-label {
    text-align: left;
}
.open-exploration-questions.acf-field .text-left .acf-label label {
    padding-bottom: 0 !important;
}
#acf-field_5f6a47bba2ce8-field_5f6a504ad0c8f,
#acf-field_5f6a47bba2ce8-field_6200574a9b7f9 {
    max-width: 250px;
    overflow: hidden;
}
.question-icon {
    color: #58987D;
    display: flex;
    justify-content: flex-start
}
#create-project .subheading,
.subheading {
    text-align: center;
    margin: 0 auto 30px;
    font-size: 20px;
    line-height: 23px;
}
.question-icon span {
    border: 1px solid #c4c4c4;
    padding: 5px 40px 5px 10px;
}
.acf-fields>.acf-field.image-tips{
    padding-left: 0;
}
.question-icon img {
    background: #e5e5e5;
    padding: 5px 10px;
}

.multi-step.step-5  .acf-fields.-border,
.select-your-questions .acf-fields.-border,
.update-panel-questions .acf-fields.-border {
    border: none;
    background:transparent;
}
.multi-step.step-6  .acf-field.acf-field-message  {
    width: 100%;
}
#create-project .acf-image-uploader .image-wrap img,
#create-project .acf-image-uploader .image-wrap { 
    width: 100%;
}
.multi-step .acf-fields>.acf-field[data-name="user_survey_instructions"] {
    float: none;
    margin-top: 60px;
    clear: both;
}
.elementor-2049 .elementor-element.elementor-element-dc4673c .acf-field textarea {
    background-color: #F2F4F5 !important;
}
#create-project [data-name="choose_our_panel_filter"] > .acf-label,
#create-project [data-name="choose_custom_panel_filter"] > .acf-label,
.project-summary [data-name="choose_our_panel_filter"] > .acf-label,
.project-summary [data-name="choose_custom_panel_filter"] > .acf-label {
    margin-bottom: 30px;
}
.multi-step.step-3 .acf-field-select,
.update-project .acf-field-select {
    display: flex;
    justify-content: space-between;
}
.multi-step.step-3 .acf-field.acf-field-select > .acf-label, 
.multi-step.step-3 .acf-field.acf-field-select > .acf-input,
.project-summary .acf-field.acf-field-select > .acf-label, 
.project-summary .acf-field.acf-field-select > .acf-input  {
    width: auto;
    float: none;
    padding-left: 25px;
}
.multi-step.step-3 .acf-field.acf-field-select > .acf-label,
#change-panel .acf-field.acf-field-select > .acf-label {
    flex:2;
    align-self: center;
}

.multi-step.step-3 .acf-field.acf-field-select > .acf-input,
#change-panel .acf-field.acf-field-select > .acf-input  {
    text-align: right;
    text-align-last:right;
    position: absolute;
    right: 0;
    width: 85%;
}
.multi-step.step-3 .acf-field.acf-field-select > .acf-input select,
#change-panel .acf-field.acf-field-select > .acf-input select {
    font-weight: bold;
    color: #08203d;
    font-size: 20px;
    font-family: 'THICCCBOI MEDIUM';
    padding: 0 10px;
}
.multi-step.step-3  .acf-field label[for="acf-field_5f59f37083f1e-field_5f69f93ea71d2"],
#change-panel  .acf-field label[for="acf-field_5f59f37083f1e-field_5f69f93ea71d2"] {
    font-size: 28px !important;
}
.acf-fields.-left>.acf-field:before {
    border-width: 0;
}
.acf-fields.-left>.panel-texarea .acf-label {
    width: 100% !important;
    text-align: center;
}
.acf-fields.-left>.panel-texarea .acf-input {
    width: 100% !important;

}
.acf-fields.-left>.panel-texarea .acf-input textarea {
    border: none !important;
    background: #F2F4F5 !important;
    padding: 20px;
}
#create-project .acf-fields.-left>.panel-texarea .acf-input textarea {
    font-size: 18px;
    color: #29335C;
}
.acf-fields.-left>.panel-texarea .acf-label label {
    font-weight: normal;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 20px;
}
.acf-fields.-left>.more-option-filter.acf-field >.acf-label {
    width: 100%;
    text-align: center;
    cursor: pointer;
}
.acf-fields.-left>.more-option-filter.acf-field >.acf-input {
    display: none;
}

.help-icon {
    position: absolute;
    right: -42px;
    background: #e5e5e5;
    padding: 7px 10px 3px 10px;
    border-radius: 5px 0 0 5px;
    cursor: pointer;
}
.help-content {
    display: none;
    width: 250px;
    z-index: 99999999;
    float: right;
    background: #f5f5f5;
    padding: 15px;
    position: absolute;
    right: 0;
    border-radius: 12px;
    transition: all 3s;
}
.help:hover .help-content {
    display: block;
}
.acf-fields>.acf-field.white-box {
    background: #FFFFFF;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    box-shadow: 0px 2px 24px #ECECEC;
    width: 750px;
    margin: 10px auto;
    padding: 50px;
}
.update-project .acf-fields>.acf-field.white-box {
    margin: 30px auto;
}
#create-project .acf-fields>.acf-field.white-box >.acf-label >label,
.update-project .acf-fields>.acf-field.white-box >.acf-label >label  {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
}
#create-project .acf-fields>.acf-field.white-box .description,
.update-project .acf-fields>.acf-field.white-box .description  {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
}
#create-project .acf-fields>.acf-field.white-box .acf-fields.-border,
.update-project .acf-fields>.acf-field.white-box .acf-fields.-border {
    border: none;
}
#create-project [data-name="meeting_url"] input[type="text"],
.update-project [data-name="meeting_url"] input[type="text"] {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    margin-top: 30px;
    text-align: center;
    font-size: 20px;
}
#create-project [data-name="meeting_url"] >.acf-label>label,
.update-project  [data-name="meeting_url"] >.acf-label>label  {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    margin-top: 50px;
}
#create-project .choose_meeting_datetime .acf-input, 
.update-project .choose_meeting_datetime .acf-input {
    text-align: center;
    background: #F2F4F5 !important;
    border: 1px solid #F2F4F5 !important;
    box-sizing: border-box;
}
#create-project .choose_meeting_datetime  input.hasDatepicker,
.update-project .choose_meeting_datetime  input.hasDatepicker  {
    font-size: 20px;
    text-align: center;
    border: none !important;
    margin: 50px 30px;
    width: auto;
}
#ui-datepicker-div {
    width: 400px; 
}
.update-project .acf-fields>.acf-field.white-box >.acf-label >label,
.update-project  [data-name="meeting_url"] >.acf-label>label  {
    padding-bottom: 19px !important;
}
#acf-field_5f9e03d45551e-field_5f9e03d45551f {
    border-width: 0px 0px 1px 0px;
}
#change-name .acf-label label {
    color: #29335C;
    font-family: "THICCCBOI Light", Sans-serif;
    font-size: 42px;
    line-height: 48.43px;
    text-align: center;
}
.acf-fields>.acf-field[data-name="why_are_you_holding_the_session"] {
    text-align: center;
}
.acf-fields>.acf-field[data-name="why_are_you_holding_the_session"] .acf-input {
    background: #fff;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #F2F2F2;
    box-shadow: 0px 2px 24px 0px #ececec;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 20px;
    margin: 20px;
    text-align: center;
}
.acf-fields>.acf-field[data-name="why_are_you_holding_the_session"] input {
    background-color: #F2F4F5 !important;
    text-align: center;
    font-size: 20px;
    padding: 20px 0;
    margin: 20px;
    
}

/*** Create Account ***/
.create-account-wrapper {
    display: none;
    margin-top: -1100px;
}
.login-account-section {
    display: none;
}
.elementor-editor-active .create-account-wrapper,
.elementor-editor-active .login-account-wrapper,
.elementor-editor-active  .login-account-section {
    display: block;
    margin-top: 0px;
}
.create-account-wrapper.step-8 {
    display: block;
}
.multi-step.step-7 {
    min-height: 1000px;
}
.create-account,
.login-form,
.login-form .acf-input input, 
.create-account .acf-input input  {
    text-align: center;
}
.login-form  label,
.elementor-login .elementor-lost-password {
    display: block;
    text-align: center;
    width: 100%;
}
.elementor-field-group .elementor-field-textual:focus {
    -webkit-box-shadow: 0 0 0 1px rgba(0,0,0,0) inset !important;
    box-shadow: inset 0 0 0 1px rgba(0,0,0,0) !important;
}
/**** Prepare ***/
.prepare-my-project.elementor-section .tab-bar,
.my-account.elementor-section .tab-bar  {
    display: block;
}
.prepare-my-project .tab-bar {
    cursor: pointer;
}

.elementor-section.greet-panel-content,
.elementor-section.question1-2-content,
.elementor-section.question3-4-content,
.elementor-section.question5-content,
.elementor-section.closing-tab-content,
.elementor-section.greet-panel-content,
.elementor-section.question1-explore-content,
.elementor-section.question2-explore-content,
.elementor-section.question3-explore-content,
.elementor-section.question4-explore-content,
.elementor-section.question5-explore-content,
.elementor-section.how-run-content,
.elementor-section.profile-content,
.elementor-section.orders-content,
.question1-2-content [data-name="the_big_picture_group"],
.question3-4-content [data-name="probe_deeper_group"],
.question5-content [data-name="open_question_group"],
.prepare-my-project .acf-flexible-content.-empty>.no-value-message,
.prepare-my-project [data-name="bp_choose_different_questions"]{
    display: none;
}
.elementor-editor-active .elementor-section.greet-panel-content,
.elementor-editor-active .elementor-section.question1-2-content,
.elementor-editor-active .elementor-section.question3-4-content,
.elementor-editor-active .elementor-section.question5-content,
.elementor-editor-active .elementor-section.closing-tab-content,
.elementor-editor-active .elementor-section.how-run-content,
.elementor-editor-active .elementor-section.profile-content,
.elementor-editor-active .elementor-section.orders-content,
.elementor-editor-active .elementor-section.question1-explore-content,
.elementor-editor-active .elementor-section.question2-explore-content,
.elementor-editor-active .elementor-section.question3-explore-content,
.elementor-editor-active .elementor-section.question4-explore-content,
.elementor-editor-active .elementor-section.question5-explore-content {
    display: block;
}
.prepare-my-project .acf-actions {
    text-align: left;
    margin-top: 20px;
}
.tab-bar-content {
    border: 1px solid #cbcbcb;
    border-top: none;
}
.prepare-area.acf-field label {
    font-size: 20px;
    font-family: 'THICCCBOI MEDIUM';
}
div.mce-panel ul {
    list-style: circle;
}
.page-id-2568  .elementor-shortcode h4 {
    padding: 0;
    width: 80%;
    margin: 0 auto;
    line-height: 1;
    font-family: 'THICCCBOI MEDIUM';
    font-weight: 600;
    font-size: 28px;
    line-height: 32px;
    align-items: center;
    text-align: center;
    color: #66B646;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
}

.acf-field input[type="text"], 
.acf-field input[type="password"], 
.acf-field input[type="date"], 
.acf-field input[type="datetime"], 
.acf-field input[type="datetime-local"], 
.acf-field input[type="email"], 
.acf-field input[type="month"], 
.acf-field input[type="number"], 
.acf-field input[type="search"], 
.acf-field input[type="tel"], 
.acf-field input[type="time"], 
.acf-field input[type="url"], 
.acf-field input[type="week"], 
.acf-field textarea,
.prepare-my-project .acf-editor-wrap .wp-editor-container {
    background: #FFFFFF;    
    border: 1px solid #F2F4F5;
    box-sizing: border-box;
    box-shadow: 0px 4px 4px #F2F2F2;  
    font-size: 16px;
}
.prepare-my-project .acf-fields.-border,
.prepare-my-project .acf-table,
.prepare-my-project .acf-fields.-border,
.prepare-my-project .acf-table>thead>tr>th,
.prepare-my-project table thead:first-child tr:first-child th,
.prepare-my-project  .acf-table>tbody>tr>td {
    border: none;
}
.prepare-my-project table tbody>tr:nth-child(odd)>td, 
.prepare-my-project table tbody>tr:nth-child(odd)>th {
    background-color: #fff;
    padding: 0 2%;
    width: 50%;
}

.prepare-my-project .acf-fields.-left>.acf-field>.acf-input {
    width: 100%;
}
.prepare-my-project  .acf-fields>.acf-field {
    padding: 0;
}

.prepare-my-project  .acf-fields.-border {
    background: #fff;
}
.prepare-my-project  .acf-table>thead>tr>th, .acf-table>thead>tr>td {
    padding: 15px 0 10px 28px;
    background: #fff;
}
.project-results table tbody>tr:nth-child(odd)>td, 
.project-results  table tbody>tr:nth-child(odd)>th,
.project-results   .acf-table>thead>tr>th {
    background-color: #ffff;
}
#acf-form-b02d39a1115 {
    padding: 0 10px;
    margin-top: -20px;
}
.prepare-my-project .acf-field .acf-label {
    margin: 0;
}
.prepare-my-project .acf-fields>.acf-field-textarea {
    margin-bottom: 0px;
    padding: 0 !important;
}
.prepare-my-project .acf-fields.-left>.acf-field>.acf-input {
    padding: 0;
}
.prepare-my-project.project-results .acf-fields.-border { 
    background: #fff;
}
.prepare-my-project  .acf-field .acf-field textarea {
    padding: 15px 17px 24px;
    font-size: 16px;
}
.surveys-results .elementor-text-editor {
    text-align: center;
    font-style: italic;
    color: #29335c;
    font-size: 18px;
}
.acf-button.button {
    margin: 50px 0;
}
.acf-field.select-options {
    float: none;
    width: 60%;
    margin: 0 auto !important;
    display: block;
}
.select-options>.acf-label {
    text-align: center;
}
.select-options>.acf-label > label {
    font-size: 28px;    
}
.select-options .acf-label p {
    font-size: 18px;
}
.you-lead,
.we-lead,
.get-feedback,
.open-discussion {
    cursor: pointer;
}
.you-lead p,
.we-lead p {
    font-size: 20px;
    line-height: 23.06px;
    margin: 0 auto;
}
h3 .bolder {
    text-shadow: 1px 0px 0px #2a335c;
}
[data-name="who_lead_bottom_message"] {
    font-size: 24px;
}
.you-lead:hover .hidden-select,
.we-lead:hover .hidden-select,
.we-lead-report:hover .hidden-select,
.get-feedback:hover .hidden-select,
.get-feedback.box-active .hidden-select,
.open-discussion:hover .hidden-select,
.open-discussion.box-active .hidden-select {
    display: block;
}

.how-run-content ul {
    padding-left: 20px;
    margin-top: 20px;
}
.how-run-content ul li {
    line-height: 35px;
}

.acf-fields>.acf-field.blue-box.prepare-tip {
    width: 46%;
    float: right;
    margin: 0 2% 0% 4%;
}
.acf-fields>.acf-field.blue-box.greet-tip,
.acf-fields>.acf-field.blue-box.bp-tip {
    margin-top: -100px;
}
.acf-fields>.acf-field.blue-box.pd-tip {
    margin-top: -10px;
}
.acf-fields>.acf-field.blue-box.bp-tip {
    padding-bottom: 20px;
}
.prepare-my-project .acf-flexible-content .layout {
    border: none;
}
.prepare-my-project .acf-flexible-content .layout .acf-fc-layout-handle {
    display: none;
}
.acf-tooltip.acf-fc-popup {
    display: none !important;
}
.elementor-element-9a7c387,
.elementor-element-597cf685 {
    text-align: center;
}
.acf-field-textarea[data-name="something_else"] {
    background: #F2F4F5;
    padding: 10px 20px !important;
}
.elementor-2049 .acf-field-textarea[data-name="something_else"] >.acf-input >textarea,
.single-projects .acf-field-textarea[data-name="something_else"] >.acf-input >textarea {
    background-color: #fff !important;
    margin-bottom: 30px;
}
.acf-fields.-left> .acf-field.acf-field-620196a3e50eb .acf-input {
    width: 100%;
    margin-top: 40px;
}
.elementor-element-9e185cf  {
    cursor: initial;
}
/** Live Session **/
.question-tab {
    cursor: pointer;
}
.elementor-section.question1-content,
.elementor-section.question2-content,
.elementor-section.question3-content,
.elementor-section.question4-content,
.elementor-section.question5-content,
.elementor-section.closing-tab-content,
.question1-content [data-name="the_big_picture_group"],
.question2-content [data-name="the_big_picture_group"],
.question3-content [data-name="probe_deeper_group"],
.question4-content [data-name="open_question_group"] {
    display: none;
}
.elementor-editor-active .elementor-section.question-content .elementor-container,
.elementor-editor-active .elementor-section.question3-4-content .elementor-container {
    display: block;
}
.live-session .live-notes.acf-field textarea,
.live-session .live-notes.acf-field {
    background: #F2F4F5 !important;
} 
.live-session .live-notes.acf-field {
    margin: 15px 25px 10px 25px !important;
    padding: 20px 30px !important;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.live-session .live-notes.acf-field textarea {
    border: none !important;
    box-shadow:none;
    font-size: 16px;
    color: #29335c;
    padding: 0;
}
.live-session .live-notes.acf-field  .description {
    color: #fff;
    font-size: 20px;
}
.live-session .live-notes.acf-field {
    padding: 20px;
}
.live-session .live-notes.acf-field > .acf-label > label,
.live-session [data-type="flexible_content"] .acf-button,
.acf-flexible-content .layout .acf-fc-layout-controls  {
    display: none;
}
.question-content .elementor-shortcode h4 {
    text-align: center;
    padding: 20px 0;
}

/*** Cart ***/
.wcf-embed-checkout-form .woocommerce #order_review button, 
.wcf-embed-checkout-form .woocommerce form.woocommerce-form-login .form-row button, 
.wcf-embed-checkout-form .woocommerce #order_review button.wcf-btn-small{
    border-radius: 60px;
}

/*** Results ****/
.results-page .acf-fields>.acf-field.flex-block {
    margin-bottom: 30px;
    border: 1px solid #cbcbcb !important;
    background: #fff;

}
.flex-block>.acf-input> .acf-fields {
    display: flex;
    justify-content: space-between;
}
.flex-block>.acf-input> .acf-fields .result-left {
    flex: 1 1 35%;
    background: #F2F4F5;
    border: 1px solid #F2F2F2;
    box-sizing: border-box;
    padding: 40px !important;
}
.flex-block>.acf-input> .acf-fields .result-right {
    flex: 1 1 65%;
    padding: 30px 30px 100px;
}
.flex-block>.acf-input> .acf-fields .result-right>.acf-label label {
    font-size: 28px;
    line-height: 33px;  
    font-family: "THICCCBOI BOLD", Sans-serif;
}
.flex-block>.acf-input> .acf-fields .result-right .description{
    font-size: 18px;
    line-height: 28px;
}
.prepare-my-project .flex-block .acf-field textarea {
    box-shadow: none;
    box-shadow: none;
    border: none;
    border-bottom: 1px solid #E5E5E5;
    padding-left: 0;
    margin-bottom: 10px;
}
.prepare-my-project .acf-fields .result-left .acf-label {
    background: #fff;
    margin-top: 80px;
    margin-bottom: 20px;
    padding: 20px;
    
}
.prepare-my-project .acf-fields .result-left textarea {
   padding: 10px;
   color: #29335c;
}
.flex-block>.acf-input> .acf-fields .result-right textarea {
    width: 90%;
}
.results-page .flex-block hr {
    margin-bottom: 50px;
    width: 90%;
}
.elementor-section.results-page  .acf-actions {
    margin-top: 40px;
}
.survey-results {
    padding: 0 5px;
}
.survey-results li {
    display: flex;
    list-style: none;
    justify-content: flex-start;
    padding: 5px 0;
}
.survey-results .panelist,
.survey-results .why,
.survey-results .result-inner {
    min-height: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
}
.survey-results .panelist,
.survey-results .why,
.survey-results.textarea ,
.survey-results.question5 .result-inner {
    font-size: 12px;
    box-sizing: border-box;
    font-family: "THICCCBOI MEDIUM";
}

.survey-results .panelist {
    width: 15%;
    font-size: 12px;
    font-family: "THICCCBOI BOLD", Sans-serif;
    padding-left: 0;
}
.survey-results .result {
    width: 50%;  
    margin-right: 10px; 
}
.survey-results.question5 .result {
    width: 80%;  
    margin-right: 0px; 
}

.survey-results.select .result-inner {
    background: #EFF9FB;
    display: block;
    text-align: right;
    padding-right: 10px;
    border: 1px solid #F2F4F5;
    border-radius: 3px;
}
.survey-results.textarea .result-inner,
.survey-results .why,
.survey-results.question5 .result-inner  {
    background: #FFFFFF;
    border: 1px solid #F2F4F5;
    box-shadow: 0px 4px 24px #F2F2F2;
    /* display: inline-block; */
}
.survey-results .why {
    flex: 1 1 40%;

}
.survey-slider .swiper-slide-contents {
    width: 100%;
}
.results-page .acf-form-submit {
    /* position: absolute;
    bottom: -750px;
    left: 50%;
    transform: translateX(-50%); */
}

/***emergency***/
.acf-fields.-left>.acf-field:before{
    content: none !important;
}
.project-summary [data-name="acfef_3d8fe23d689f2b_title"] {
    text-align: center;
    font-size: 36px;
    line-height: 42px;
}
#acf-field_5f70b8546ad31-field_5f70b8546ad32,
#acf-field_5f70b8546ad31-field_6202497db7bc3 {
    width: 90%;
}

/**** My Account ****/

.woocommerce-account .woocommerce-MyAccount-navigation {
    display: none;
}   

.woocommerce-account .woocommerce-MyAccount-content {
    float: none;
    width: 100%;
}
.profile-content .woocommerce button.button {
    margin: 30px auto;
    display: block;
}

.wcf-embed-checkout-form .woocommerce #order_review button,
.woocommerce-page #payment #place_order {
    color: #29335C !important;
    font-weight: bold !important;
}
.wcf-embed-checkout-form .woocommerce #order_review button.wcf-btn-small { 
    padding: 9px 15px !important;
}

/** Reset Password **/

#lostpasswordform fieldset,
#resetpasswordform fieldset {
    border: none;
}
#lostpasswordform fieldset legend,
#resetpasswordform fieldset legend{
    display: none;
}
#lostpasswordform #somfrp_user_info,
input[type="password"].som-password-input{
    border: none;
    border-bottom: 1px solid #bcbcbc;
    width: 70%;
    margin: 20px auto 50px;
    text-align: center;
    color: #29335C;
}
input[type="password"].som-password-input{
    margin: 20px auto;
}
#lostpasswordform p {
    font-size: 20px;
}
#resetpasswordform .extra-space {
    margin-bottom: 30px;
}
#lostpasswordform label {
    font-size: 16px;
    margin-top: 20px;
}
#lostpasswordform  button[type=submit]:hover,
#resetpasswordform  button[type=submit]:hover {
    color: #29335C;
    background-color: #A1EC83;
}
.som-password-sent-message span {
    color: #29335C;
    font-size: 20px;
}

#password-lost-form-wrap .som-password-error-message {
    background-color: #FFE9E8;
    border-color: #FFE9E8;

}
#password-lost-form-wrap .som-password-error-message span  {
    color: #CB2319;
}
#acf-form-2ea57c34620 .acf-field .acf-notice.-error {
    background: transparent;
}
.woocommerce-info {
    border-top-color: transparent !important;
}

/** Survey answers **/
.answer-table li {
    text-align: left;
    padding: 10px 0;
}
.answer-table li span {
    padding-right: 20px;
    text-align: left;
}
@media (min-width: 768px) {
    .answer-table {
        max-width: 85%;
        margin: 0 auto;
        padding: 0;
    }
}

.form-row.hidden,
#account_display_name + span {
    display: none !important;
}
#create-project .has-value .hide-if-value {
    display: block;
}