:root {
    --Primary: #295F2C;
    --Secondary: #295F2C;
    /*--Primary: #222E50;*/
    /*--Secondary: #556B2F;*/
}
body, button, input, select, textarea {
    color: initial;
}
.tf-btn.style-default > span {
    color: white;
}
.btn-color-white > span {
    color: inherit !important;
}
.btn-color-white:hover > span {
    color: white !important;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    color: initial;
}
.list-check .title i::after {
    background-color: white;
}
.process-item:not(.style-no-icon) .item {
    color: white;
}
.text-muted {
    color: #888 !important;
}
.survey-container {
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.survey-progress {
    border-radius: 5px 5px 0 0;
    background-color: white;
}
.survey-progress .progress-bar {
    background-color: var(--Primary);
}
.survey-stage {
    background-color: white;
    border: 1px solid var(--Primary);
    padding: 20px 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
}
.survey-stage.active {
    /*background-color: var(--Primary);*/
    /*color: white !important;*/
}
.survey-stage.active h6 {
    /*color: white !important;*/
}
.survey-form-container {
    /*background-color: var(--Secondary);*/
}
.survey-form-question:not(.active) {
    display: none;
}
/*#survey-form {*/
/*    display: none;*/
/*}*/
.survey-section-badge {
    border: 1px solid #f5f5f5;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: small;
    display: flex;
    justify-self: start;
    background-color: var(--Primary);
    color: white;
}
.survey-response {
    background-color: white;
    border: 2px dashed var(--Secondary);
    border-radius: 5px;
    padding: 10px;
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    transition: .2s all ease;
    font-size: small;
}
.survey-response.active {
    background-color: var(--Primary);
    color: white;
    border: 2px solid var(--Primary);
}
.survey-response:hover {
    border-color: var(--Primary);
}
.btn-color-primary span {
    color: white !important;
}
.btn-color-primary:hover span {
    color: inherit !important;
}
.survey-optional-information-container {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: auto !important;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    display: none;
}
.survey-optional-information-container > div {
    display: flex;
    /*flex-direction: column;*/
    justify-content: center;
    height: 100%;
    overflow: auto !important;
}
.survey-optional-information-container > div > .wrap-content {
    height: 100%;
    overflow: auto !important;
}
.close-optional-information-container {
    cursor: pointer;
}
.survey-form-loader {
    display: none;
    position: fixed;
    z-index: 10100000000;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}
.survey-form-loader #loading-center .loader-container .loader {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    animation: spin 1s
    linear infinite;
}
.success-container {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*height: 100%;*/
    /*width: 100%;*/
}
.section-book-appointment .image-wrap {
    max-width: 25%;
    /*display: none !important;*/
}
#logo_header {
    height: 35px;
    /*width: 35px;*/
    object-fit: contain;
}
#footer {
    background-color: var(--Secondary);
}
.sib-form_footer .fieldset_button .button-submit button {
    background-color: var(--Primary);
    color: white;
}
.close-optional-information-container {
    background-color: transparent !important;
    /*border: 1px solid var(--Primary);*/
}
.close-optional-information-container > span {
    color: black !important;
}
.section-box-about .box-about > .item {
    opacity: .3;
}

@media (max-width: 768px) {
    .survey-optional-information-container > .container > div {
        /*margin-top: 450px;*/
    }
    #logo_header {
        height: 45px;
        /*width: 25px;*/
    }
    #header-main .header-inner-wrap .header-logo {
        padding: 10px 0;
    }
    .survey-optional-information-container > div {
        justify-content: flex-end;
    }
    .section-book-appointment .form-appointment {
        max-width: 80%;
        margin-right: 10%;
        margin-left: 10%;
    }
}
@media (min-width: 1440px) {
    .section-book-appointment .form-appointment {
        margin-left: inherit !important;
        max-width: initial !important;
    }
    .form-appointment {
        /*display: none;*/
        padding: 0 50px;
    }
}
