/*
    Theme Name: Survey 
	Theme URI: http://html5blank.com
    Author: Voodoo Srl
    Description: A thoughtfully designed WordPress theme crafted specifically to have survey process. 
    Version: 1.0
    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/
.hide {display:none!important;}
.frm-fluent-form .ff-t-container.ff_cond_v.hide {
    display:none!important;
}
header {
    background-color: #ffffff;
    padding-top: 25px;
    padding-bottom: 25px;
}

.my-logo img {
    max-height: 60px;
    width: auto;
    max-width: 100%;
}
.fluentform_wrapper_3.ffs_custom_wrap {
    background-color: rgba(15, 70, 122, 1)!important;
    padding: 0!important;
}
.fluentform form {
    min-height: calc(100vh - 117px);
}
.fluentform .ff-step-header {
    position: absolute;
    top: 40px;    
    right: 20px;
    width: 150px;
    height: 40px;
}

.fluentform .ff-step-titles {
    display: inline-block;
    list-style: none;
    table-layout: unset;
}
.fluentform .ff-step-titles li {
    display: none;
    padding: 0;
}

.fluentform .ff-step-titles li:before {   
    background: none;   
    border:none;    
    display: inline-block;
    font-size: 1.75rem;
    line-height: 28px;
    width: 20px;
    z-index: 10;
    border-radius: 0;
}

.fluentform .ff-step-titles li.ff_active {
    display: inline-block;
    color:#03ABBE;
    padding: 0;
}
.fluentform .ff-step-titles li.ff_active:before {
    background: none;
    color: #03ABBE;
}

.fluentform .ff-step-titles li[data-step-number="1"].ff_active:before {
    content: '2';
}
.fluentform .ff-step-titles li[data-step-number="2"].ff_active:before {
    content: '3';
}
.fluentform .ff-step-titles li[data-step-number="3"].ff_active:before {
    content: '4';
}


.fluentform .ff-step-titles li.ff_active::after {
    content: '/4';
    position: static;
    display: inline-block;
    background: none;   
    color: #03abbe63;
    height: 2rem;
    width: 2rem;
    font-size: 1.8rem;
    line-height: 2rem;
    font-family: 'Roboto';
}
.fluentform .ff-step-titles li:after {
    display: none;
}

.fluentform .ff-step-body .fluentform-step {
    min-height: calc(100vh - 117px);
    position: relative;
    padding-bottom: 5rem;
}

.fluentform .ff-step-body .fluentform-step:before {
    content: '';
    width: 100%;
    min-height: 20vh ;    
    display: block;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: cover;    
    background-position: center;
}
.fluentform .ff-step-body .fluentform-step.step-bg:before {    
    background-image: url('images/step-bg.png');    
}
.fluentform .ff-step-body .fluentform-step.step-bg2:before {
    background-image: url('images/step-bg2.png');
}
.fluentform .ff-step-body .fluentform-step.step-bg3:before {
    background-image: url('images/step-bg3.png');
}
.fluentform .ff-step-body .fluentform-step.step-bg4:before {
    background-image: url('images/step-bg4.png');
}
.fluentform_wrapper_3.ffs_custom_wrap .ff-message-success:before {
    content: '';
    width: 100%;
    min-height: 20vh ;    
    display: block;
    margin-bottom: 2rem;
    background-repeat: no-repeat;
    background-size: cover;    
    background-position: center;
    background-image: url('images/step-bg5.png');    
}
.fluentform .ff-el-input--label {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 32px;
    max-width: 680px;
}
.fluentform .ff-el-help-message.ff_ahm {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-style: normal;
    color:#ffffff;
    background-color: #1c1c1c;
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 1rem 0 2rem;
}
.fluentform_wrapper_3.ffs_custom_wrap .ff-el-group input[type=checkbox] {
    appearance: none!important;
    -webkit-appearance: none!important;
    border-radius: 50%!important;
    border: 1px solid!important;
}
.fluentform_wrapper_3.ffs_custom_wrap .ff-el-group input[type=checkbox]:after {
    border-radius: 50%!important;
}
.fluentform_wrapper_3.ffs_custom_wrap .ff-el-group input[type=checkbox]:hover:after,
.fluentform_wrapper_3.ffs_custom_wrap .ff-el-group input[type=radio]:hover:after {
    background-color:  #842073!important;
    border-color: #ffffff!important;
}
.fluentform_wrapper_3.ffs_custom_wrap .ff-el-group input[type=checkbox]:checked:after,
.fluentform_wrapper_3.ffs_custom_wrap .ff-el-group input[type=radio]:checked:after {
    background-color:  #ffffff!important;
    background-image: url('images/circle.svg')!important;
    border-color: #03ABBE!important;
}
.fluentform .ff-el-form-check-label span {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
}
.ff-el-form-check.ff_item_selected .ff-el-form-check-label span {
    color: #03ABBE;
}

.fluentform-step .step-nav.ff_step_nav_last {
    text-align: center;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
}
.fluentform-step .step-nav.ff_step_nav_last .ff-btn {
    border-radius: 50%!important;
    float: none!important;
    display: inline-block!important;
    border-width: 0!important;
    padding: 0.5rem 0.8rem 0.7rem!important;
    line-height: 1em!important;
    font-size: 1.2rem!important;
    background-color: #fff!important;
    color: #000000!important;
    margin: 0 0.5rem!important;
}

.fluentform-step .step-nav.ff_step_nav_last .ff-btn:focus,
.fluentform-step .step-nav.ff_step_nav_last .ff-btn:hover {
    border-color: #03ABBE!important;
    background-color: #03ABBE!important;
    color: #fff!important;
}

#popupModal {
    position: fixed;
    z-index: 1;    position: fixed;
    top: 0;
    left: 0;
    padding: 0 1rem;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.4); 
}
#popupModal .modal-content {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 50%);
    max-width: 850px;
    background-color: #EBF7FF;
    color: #1e1e1e;
    padding: 3rem 30px;
    border: none;
    border-radius: 30px !important;
}
#popupModal .modal-header button {
    border: 0;
    background: transparent;
    font-size: 1.7rem;
    color: #03ABBE;
}
#popupModal .modal-body h5 {
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
}
#popupModal .modal-body p {
    font-size: 18px !important;
    font-weight: 300;
    font-family: 'Open Sans', Sans-serif;
    margin-bottom: 2.5rem;
}
.fluentform-step.step-bg4 .negative-feedback .ff-el-help-message.ff_ahm{
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #ffffff;
    background-color: transparent;
    padding: 0;
    max-width: 485px;
}
.fluentform .has-conditions.ff_cond_v {
    display: block;
}
.fluentform_wrapper_3.ffs_custom_wrap .ff-el-input--content textarea {
    max-width: 800px;
}
.fluentform-step.step-bg4.last .ff-step-t-container.ff-inner_submit_container {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}
.fluentform form.ff-form-has-steps .fluentform-step.step-bg4 .ff_submit_btn_wrapper {
    text-align: left!important;
}
.fluentform_wrapper_3 .ff-message-success {
    border: 0;
    box-shadow: none;
    margin-top: 0;
    text-align: center;
    position: relative;
    min-height: calc(100vh - 117px);
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
    font-family: "Poppins", Sans-serif;
}

@media (min-width: 576px) {
    .fluentform .ff-step-header {
        top: 50px;    
        width: 184px;
    }
    .fluentform .ff-step-titles li:not(:last-child) {
        margin-right: 0.8rem;
    }
    .fluentform .ff-step-t-container.ff-inner_submit_container {
        max-width: 540px;
    }
    .my-logo img {
        max-height: 80px;     
    }
}

@media (min-width: 768px) {
    .my-logo img {
        max-height: 100px;     
    }
    .fluentform .ff-step-header {
        top: 60px;    
    }
   
    .fluentform .ff-step-titles li {
        display: inline-block;
        padding: 0;
    }
    .fluentform .ff-step-titles li:not(:last-child) {
        margin-right: 1rem;
    }
    .fluentform .ff-step-titles li:before {
        background: #F1F1F1;   
        border: 1px solid #F1F1F1;     
        color: #6B6B6B;
        display: block;
        font-size: 1rem;
        line-height: 28px;
        width: 33px;
        z-index: 10;
        border-radius: 16px;
    }

    .fluentform .ff-step-titles li.ff_active,
    .fluentform .ff-step-titles li.ff_completed {
        color:#fffff;
        padding: 0;
    }
    .fluentform .ff-step-titles li.ff_active:before {
        background: #03ABBE;
        border: 1px solid #03ABBE;
        color: #ffffff;
    }
    .fluentform .ff-step-titles li.ff_completed {
        color: #03ABBE;
        border: 2px solid #03ABBE;
        border-radius: 50%;
        padding: 0 0.3rem;
        display: inline-block;
    }
    .fluentform .ff-step-titles li.ff_completed:before {
        content:" ";
        background: #ffffff;
        background-image: url('images/check.svg');
        background-repeat: no-repeat;
        background-size: contain;
        height: 16px;
        width: 16px;
        margin: 0.3rem 0 0.3rem;
    }
    .fluentform .ff-step-titles li:after,
    .fluentform .ff-step-titles li.ff_active::after  {
        display: none;
    }

   .fluentform .ff-step-t-container.ff-inner_submit_container {
        max-width: 720px;
    }
    .fluentform .ff-step-header {
        right: 3rem;
    }

    .fluentform .ff-step-body .fluentform-step {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        padding-bottom: 0;
    }
    .fluentform .ff-step-body .fluentform-step:before,
    .fluentform_wrapper_3.ffs_custom_wrap .ff-message-success:before {
        display: none;
    }
    .fluentform .ff-step-body .fluentform-step.step-bg {
        background-image: url('images/step-bg.png');
    }
    .fluentform .ff-step-body .fluentform-step.step-bg2 {
        background-image: url('images/step-bg2.png');
    }
    .fluentform .ff-step-body .fluentform-step.step-bg3 {
        background-image: url('images/step-bg3.png');
    }
    .fluentform .ff-step-body .fluentform-step.step-bg4 {
        background-image: url('images/step-bg4.png');
    }
    .fluentform_wrapper_3 .ff-message-success {        
        padding: 10rem 5rem;
    }
    .fluentform_wrapper_3.ffs_custom_wrap .ff-message-success {
        background-image: url('images/step-bg5.png');
        background-position-y: center;
    }
}

@media (min-width: 992px) {
    .fluentform .ff-step-t-container.ff-inner_submit_container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .fluentform .ff-step-t-container.ff-inner_submit_container{
        max-width: 1140px;
    }
    .fluentform .ff-step-body .fluentform-step {
        padding-top: 4rem;
    }
}

@media (min-width: 1400px) {
   .fluentform .ff-step-t-container.ff-inner_submit_container {
        max-width: 1320px;
    }
    .fluentform .ff-step-body .fluentform-step {
        padding-top: 7rem;
    }
}
