@import url(https://fonts.googleapis.com/css?family=Montserrat);

html {
    overflow-x: hidden;
}

.survey-entities-header {
    padding: 30px 0 0 0;
}

.view-survey-button {
    text-decoration: none;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: system-ui;
}

.dataTables_wrapper .dataTables_length {
    float: right !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {

    flex-direction: row-reverse;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {

    padding: 0 10px !important;

}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {

    background: transparent !important;
    border: 1px solid transparent !important;
}

/* nultistep form*/


* {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    background: #ffeadb;
}

body {
    font-family: montserrat, arial, verdana, serif;
}

#multistepsform {
    width: 100%;
    margin: auto;
    text-align: center;
    position: relative;
}

#multistepsform .mb-3 {

    margin-bottom: 30px !important;
    color: #000;
    font-size: 22px !important;
    font-style: normal;
    font-family: system-ui;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.44px;
}

#multistepsform fieldset {
    width: 100%;
    margin: 0;
    background: #f2f2f2;
    border: 0 none;
    border-radius: 3px;
    box-sizing: border-box;
    position: relative !important;
    transition: 200ms;
}


#multistepsform fieldset:not(:first-of-type) {
    display: none;
}

input,
#multistepsform textarea {
    padding: 15px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    box-sizing: border-box;
    font-family: system-ui;
    color: #2c3e50;
    font-size: 13px;

}

#multistepsform input[type="radio"] {
    height: 25px;
}

#multistepsform input:focus,
#multistepsform textarea:focus {
    border-color: #679b9b;
    outline: none;
    color: #637373;
}

#multistepsform .action-button {
    width: 100px;
    background: #a7be38;
    font-weight: bold;
    color: #fff;
    transition: 150ms;
    border: 0 none;
    border-radius: 1px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
}

#multistepsform .action-button:hover,
#multistepsform .action-button:focus {
    box-shadow: 0 0 0 2px #f08a5d, 0 0 0 3px #ff976;
    color: #fff;
}

#multistepsform .fs-title {
    font-size: 15px;
    font-family: system-ui;
    text-transform: uppercase;
    color: #2c3e50;
    margin-bottom: 10px;
}

#multistepsform .fs-subtitle {
    font-weight: normal;
    font-size: 13px;
    font-family: system-ui;
    color: #666;
    margin-bottom: 20px;
}

#multistepsform #progressbar {
    margin-bottom: 30px;
    overflow: hidden;
    counter-reset: step;
}

#multistepsform #progressbar li {
    list-style-type: none;
    color: #679b9b;
    text-transform: uppercase;
    font-size: 9px;
    font-family: system-ui;
    width: 33.33%;
    float: left;
    position: relative;
}

#multistepsform #progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    display: block;
    font-size: 10px;
    font-family: system-ui;
    color: #fff;
    background: #679b9b;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

#multistepsform #progressbar li:after {
    content: "";
    width: 100%;
    height: 2px;
    background: #679b9b;
    position: absolute;
    left: -50%;
    top: 9px;
    z-index: -1;
}

#multistepsform #progressbar li:first-child:after {
    content: none;
}

#multistepsform #progressbar li.active {
    color: #a7be38;
}

#multistepsform #progressbar li.active:before, #multistepsform #progressbar li.active:after {
    background: #a7be38;
    color: white;
}

.survey-right-column {
    background: #367BC0;
    padding: 30px 30px 20px 10px !important;
}

.survey-right-column .single-section-title {
    text-align: right;
}

.single-section-title {
    opacity: 0.4;
    margin-bottom: 25px;
}

.single-section-title img {
    display: block;
}

.single-section-title .section-mobile-icon {
    display: none;
}

.options-ul {
}

.options-ul li {
    color: #6C6C6C;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.36px;
}

.single-section-title .section-title {
    font-size: 16px;
    font-family: system-ui;
    color: #fff;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 10px;
}

.single-section-title.active {
    opacity: 1;
}

.survey-right-column img {
    width: 33px;
    height: 33px;
}

.survey-right-column svg {
    width: 33px;
    height: 33px;
}

.survey-left-column {
    background: #f2f2f2;
    padding: 40px 40px !important;
}

.section-title-centered {
    color: #000;
    font-family: system-ui;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;

}

.survey-left-column .p-4 {
    min-height: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 0 solid !important;
}

.survey-left-column .form-group {
    margin-top: 1rem;
}

.survey-buttons {
    display: flex;
    justify-content: left;
    position: fixed;
    bottom: 0;
    width: 70%;

}

.survey-buttons .next {
    background: #B4B7B8 !important;
    width: 184px !important;
    height: 58px;

}

.survey-buttons .previous {
    background: #B4B7B8 !important;
    width: 184px !important;
    height: 58px;
}

/*.custom-radio{*/
/*    border: 3px solid #B4D4E4;*/
/*    padding: 30px 10px 20px 10px;*/
/*    min-height: 120px;*/
/*}*/
/*.custom-radio input{*/
/*    height: 18px !important;*/
/*    width: 22px;*/
/*    display: block;*/
/*    position: relative;*/
/*    top: -17px;*/
/*}*/

/*.custom-radio:active{*/

/*    border: 3px solid #367BC0;*/
/*}*/


.radio-item [type="radio"] {
    display: none;
}

.radio-item + .radio-item {
    /*margin-top: 15px;*/
}

.radio-item label {
    display: block;
    padding: 20px 60px;
    background: transparent;
    border: 2px solid #B4D4E4;
    border-radius: 8px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    min-width: 250px;
    white-space: nowrap;
    position: relative;
    transition: 0.4s ease-in-out 0s;
}

.radio-item label:after,
.radio-item label:before {
    content: "";
    position: absolute;
    border-radius: 50%;
}

.radio-item label:after {
    height: 30px;
    width: 30px;
    border: 2px solid #B4D4E4;
    right: 30px !important;
    top: 14px;
}

.radio-item label:before {
    background: #367BC0;
    height: 30px;
    width: 30px;
    right: 30px !important;
    opacity: 0;
    transform: scale(5);
    visibility: hidden;
    transition: 0.4s ease-in-out 0s;
    top: 14px;
}

.radio-item [type="radio"]:checked ~ label {
    border-color: #367BC0;
}

.radio-item [type="radio"]:checked ~ label::before {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.os_survey_select {
    padding: 15px 15px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border: 2px solid #B4D4E4;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 98%) center !important;
}

.os_survey_select::-ms-expand {
    display: none;
}

.os_survey_select:focus-visible {

    border: 2px solid #367BC0;
    outline: 0 solid transparent;
}

.questions_steps {
    color: #4090ff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: right;
    padding: 5px 10px;
    width: 30%;
}

.percent-digital {
    margin: 7px 0;
    color: #323232;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.progress-bar {
    background: #72BB4C !important;

}

.progress {
    border: 1px solid #cfcfcf;
    background: #fff;
}

.result-container {
    padding: 2%;
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 999;
    background: #F2F2F2;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.result-container .result-title {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.64px;
}

.result-container .result-mark {
    color: #F7941D;
    text-align: center;
    font-size: 65px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -1.3px;
}

.result-container .result-desc {
    color: #000;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.64px;
}

.survey-result {
    color: #000;
    text-align: center;
    font-size: 29px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.58px;
    margin-bottom: 30px;
}

.survey-evaluation {
    color: #000;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.8px;
}

.subscribe-now-container {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.subscribe-now {

    background: #367BC0;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 1rem 4rem;
    border-radius: 4px;
    text-decoration: none;
}

.subscribe-now:hover {
    color: #FFF;
}

.result-table {
    table-layout: fixed;
}

.result-table td {
    text-align: center;
}

.result-table tr.disabled td {
    background: #D1D1D1;
}

.result-table tr.current td {
    background: #F7941D;
    color: #3A3A3A;
    font-weight: 600;
}

.result-table thead tr {

}

.result-table thead tr th {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -0.36px;
    background: rgba(197, 210, 220, 0.22);
}

.result-table td {
    color: #676767;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.result-table thead tr th:first-child {
    border-top-right-radius: 10px;
}

.result-table thead tr th:last-child {
    border-top-left-radius: 10px;
}

.result-table tbody {
    background: #fff;
}

.result-table {

}

.evaluation-table tr td {
    opacity: 0.5;
}

.evaluation-table tr.current td {
    opacity: 1;
}

.submit-survey {
    width: 184px !important;
    height: 58px;
    margin: 10px 5px;
    border-radius: 0 !important;
}

@media (max-width: 800px) {
    html {
        background: #f2f2f2;
    }

    .single-section-title {
        margin-bottom: 10px;
        width: max-content;
    }

    .survey-right-column {
        max-height: 100px;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        overflow-x: scroll;
        overflow-y: hidden;
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 999;
    }

    .survey-left-column {
        margin-top: 100px;

    }

    .single-section-title img, .single-section-title svg {
        display: none;
    }

    .single-section-title .section-mobile-icon {
        display: inline;
    }

    #multistepsform fieldset {
        margin-top: 100px;
    }

    .survey-buttons {
        width: 100%;
        background-color: #fff;
        left: 0;
        right: 0;
        justify-content: center;
        padding: 10px 1px;
    }

    .section-title-centered {
        margin-bottom: 50px;
    }

    .questions_steps {
        margin-top: -13px;
    }

    .questions_steps {
        width: 100%;
        margin-bottom: 25px;
    }

}