@media (max-width: 767px) {
    .container {
        max-width: 100%;
    }
}
body {
    background: var(--Background-Builder, #F5F5F5);
    box-shadow: none;
    padding-top: 16px !important;
    color: var(--app-color-dark);
    font-family: 'DM Sans', sans-serif;
}
#evaluation-container {
    display: flex;
    flex-direction: column;
}
#evaluation.evaluation_progress {
    margin-top: 0;
}

.evaluation-inscription-card {
    background: white;
    border-radius: 16px;
    box-shadow: var(--app-box-shadow-grid-builder, 0px 5px 10px 0px #F2F2F2);
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
    margin: 32px auto 0 auto;
    width: 100%;
    max-width: 600px;
    padding: 36px;
}
.evaluation-inscription-card.with-image {
    max-width: 1328px;
}
.evaluation-inscription-card .evaluation-content {
    width: 100%;
}
.evaluation-inscription-card.with-image .evaluation-content {
    width: 600px;
    min-width: 600px;
}
.evaluation-inscription-card .evaluation-image img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.evaluation-inscription-card .evaluation-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
@media (max-width: 767px) {
    .evaluation-inscription-card.with-image {
        max-width: 100%;
        flex-direction: column;
    }
}
.evaluation-inscription-card .evaluation-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}
.evaluation-inscription-card .evaluation-header .label {
    box-shadow: none;
}
.evaluation-inscription-card .evaluation-header .time-elapsed {
    font-size: 12px;
    font-weight: 300;
}
.evaluation-inscription-card .evaluation-header .time-elapsed i {
    margin-right: 4px;
}
.evaluation-inscription-card .evaluation-title {
    text-align: center;
}
.evaluation-inscription-card .evaluation-title h4 {
    margin-bottom: 8px;
}
.evaluation-inscription-card .evaluation-title h2 {
    font-weight: 300;
}
.evaluation-inscription-card .evaluation-description {
    text-align: center;
}
.evaluation-inscription-card .form-actions {
    text-align: center;
    justify-content: center;
    margin-top: 36px;
}
.evaluation-inscription-card p small {
    font-size: 12px;
    font-weight: 300;
}


.evaluation-header-bar {
    background: white;
    display: flex;
    padding: 16px 26px;
    align-items: center;
    gap: 10px;
    border-radius: 24px;
    background: var(--Background-Secondary, #FFF);
    width: 100%;
    font-size: 16px;
    font-weight: 700;
    height: 70px;
    margin-bottom: 48px;
}
.evaluation-header-bar span.evaluation-title {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.evaluation-type {
    font-size: 16px;
    font-weight: 300;
    white-space: nowrap;
}
.evaluation-page-header {
    margin-bottom: 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}
.evaluation-page-header .page-number {
    font-size: 18px;
    font-weight: 300;
}
.evaluation-page-header .page-title {
    font-size: 24px;
    font-weight: 800;
}
.evaluation-page-header .page-description {
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}

.section_form.with-timer {
    margin-bottom: 132px;
}
.evaluation-timer {
    position: fixed;
    bottom: 24px;
    right: 24px;
    background: white;
    border-radius: 24px;
    padding: 16px 24px;
    box-shadow: var(--app-box-shadow-gris, 0 5px 10px 0 #F2F2F2);
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 365px;
}
.evaluation-timer .evaluation-timer-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: 300;
}
.evaluation-timer .evaluation-timer-progress {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    font-size: 14px;
    font-weight: 700;
}
.evaluation-timer-progress-time {
    min-width: 40px;
}
#timer {
    width: 100%;
}

#evaluation-container .section_header h1 {
	font-size: 34px;
}
#evaluation-container .section_header span {
	text-align: center;
}

#evaluation-container hr.right {
	border-bottom: 2px solid #ffffff;
}

#evaluation-container .col-md-12 {
    padding-left: 0px;
    padding-right: 0px;
}
#evaluation-container .questions {
    display: flex;
    flex-direction: column;
    gap: 56px;
    margin-bottom: 46px;
}
#evaluation-container .box {
    border: none;
    border-radius: 16px;
    float: none;
    margin: 0;
    padding: 40px 36px;
    background: var(--Background-Secondary, #FFF);
    box-shadow: 0 5px 25px 0 rgba(219, 201, 227, 0.21);
    overflow: visible;
}
.box-header {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
}
.box-header .box-header-number {
    display: flex;
    width: 45px;
    min-width: 45px;
    height: 45px;
    padding: 5px 0;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: var(--common-primary-brand-emerald-20, #E4F3F0);
    color: var(--common-primary-brand-emerald-100, #00866D);
    text-align: center;
    font-size: 22px;
    font-weight: 800;
}
.box-header .box-header-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.box-header .box-header-content h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
.box-header .box-header-content .description {
    font-size: 16px;
    font-weight: 300;
}
.box-header .box-header-content .description img,
.box-header .box-header-content .description iframe {
    max-width: 100%;
}
.box-header .box-header-content .description .container {
    max-width: unset;
    width: 100%;
}
#evaluation-container .box .head {
    background-color: transparent;
    border-bottom: none;
    text-align: center;
    padding: 24px;
}
#evaluation-container .form .box .head {
    padding-bottom: 0;
}
#evaluation-container .box .head h4 {
    font-weight: 500;
    color: var(--app-color-dark);
    font-size: 18px;
    line-height: 25px;
    margin: 0;
    text-align: left;
}
#evaluation-container .box p {
	padding:0px;
}
#evaluation-container .box .division {
	display: inline-block;
    margin: 17px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
}
#evaluation-container .box .division hr {
	border-color: #E2E2E4;
    border-width: 1px;
    margin: 0;
    position: absolute;
    width: 40%;
}
#evaluation-container .box .division hr.left {
	top: 13px;
}
#evaluation-container .box .division hr.right {
	bottom: 6px;
    right: 0;
}
#evaluation-container .box .division span {
	color: #666666;
	font-size: 18px;
}
#evaluation-container .box form {
	margin-bottom: 0px;
}
#evaluation-container .box fieldset {
	padding: 0 20px;
}
#evaluation-container .box .box-content {
    padding: 36px;
}
#evaluation-container .box .form-actions {
    margin-bottom: 0px;
    background: transparent;
    border: none;
    padding: 0;
}
.form-actions {
    margin-bottom: 0px;
    background: transparent;
    border: none;
    padding: 0;
}


/* Formulaire */
#evaluation-container .box .form{
    padding: 36px 0 0 0;
}
#evaluation-container .box .box-content .form {
    padding: 0;
}
#evaluation-container .box .form .form-group:last-of-type {
    margin-bottom: 0;
}
#evaluation-container .questions .checkboxes {
    display: flex;
    width: 100%;
    justify-content: center;
    align-content: center;
    gap: 16px;
    flex-wrap: wrap;
}
#evaluation-container .questions .checkboxes .checkbox {
    display: flex;
    min-width: 230px;
    max-width: 230px;
    padding: 25px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    text-align: center;
    gap: 12px;
    border-radius: 12px;
    background: var(--Background-Builder, #F5F5F5);
}
#evaluation-container .questions .checkboxes.vraifaux .checkbox {
    flex-direction: column-reverse;
    align-items: center;
}
#evaluation-container .questions .checkboxes.vraifaux .checkbox.active.vrai {
    background: var(--common-primary-brand-emerald-10, #F1FCFA);
}
#evaluation-container .questions .checkboxes.vraifaux .checkbox.active.faux {
    background: var(--common-primary-brand-coral-10, #FFF5F3);
}
#evaluation-container .questions .checkboxes .checkbox label {
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    justify-content: center;
    text-align: center;
}
#evaluation-container .questions .checkboxes.vraifaux .checkbox label {
    flex-direction: column-reverse;
}
#evaluation-container .questions .checkboxes .checkbox label .checker,
#evaluation-container .questions .checkboxes .checkbox label .radio {
    margin-right: 0;
}
#evaluation-container .box .form .controls > div.checkbox,
#evaluation-container .box .form .controls > div.radio {
	margin-bottom: 5px;
}
#evaluation-container .questions .checkboxes .checkbox.checkbox-success {
    background: var(--common-primary-brand-emerald-10, #F1FCFA);
}
#evaluation-container .questions .checkboxes .checkbox.checkbox-success div.radio span.checked:before {
    color: var(--common-primary-brand-emerald-80, #1CA78D);
}
#evaluation-container .questions .checkboxes .checkbox.checkbox-success div.checker span.checked:before {
    background: var(--common-primary-brand-emerald-80, #1CA78D);
}
#evaluation-container .questions .checkboxes .checkbox.checkbox-danger {
    background: var(--common-primary-brand-coral-10, #FFF5F3);
}
#evaluation-container .questions .checkboxes .checkbox.checkbox-danger div.radio span.checked:before {
    color: var(--common-secondary-brand-red-100, #EE5340);
}
#evaluation-container .questions .checkboxes .checkbox.checkbox-danger div.checker span.checked:before {
    background: var(--common-secondary-brand-red-100, #EE5340);
}

#evaluation-container .box .form .input-prepend {
	background: #fff;
	text-align: center;
	height: 20px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 20px
}
#evaluation-container .box .form .add-on {
	background: #fff;
	padding: 5px;
}
#evaluation-container .box .form .add-on i{
	opacity: .5;
}
#evaluation-container .box .form label{
	/*width:160px;*/
	padding-left: 0px;
}

#evaluation-container .box .form input[type="text"],
#evaluation-container .box .form input[type="email"],
#evaluation-container .box .form input[type="password"] {

}
#evaluation-container .box .form button[type="submit"]{
    margin-top: 20px;
}

#evaluation-container .box .form textarea{
    min-height: 70px;
}

#evaluation-container .box .form-accueil {
	text-align: center;
}


.ui-sortable.limited {
    border-radius: 12px;
    padding: 16px;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 16px;
}
#parentdrag .ui-sortable.limited {
    background: var(--Background-Builder, #F5F5F5);
}
#parentdrop .ui-sortable.limited {
    background: var(--common-primary-brand-emerald-10, #F1FCFA);
}
.ui-sortable.limited li {
    border-radius: 16px;
    background: var(--Background-Secondary, #FFF);
    box-shadow: var(--app-box-shadow-gris, 0 5px 10px 0 #F2F2F2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    color: var(--app-color-dark);
    padding: 10px 16px;
    width: 100%;
    border: none;
    text-shadow: none;
    height: auto;
    min-height: 60px;
}
.ui-sortable li.ui-state-default span {
    color: var(--common-primary-brand-navy-blue-100, #1E1E23);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
    text-shadow: none;
    display: flex;
    align-items: center;
    gap: 8px;
}
.ui-sortable li.ui-state-default i {
    font-size: 16px;
}
.ui-sortable.limited li div {
    display: flex;
    flex-direction: column;
    gap: 8px;
}
.ui-sortable.limited li div .explication {
    font-weight: 300;
    font-style: italic;
}


#evaluation-container .score-container {
    display: flex;
    padding: 24px 16px;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 24px;
    align-self: stretch;
    border-radius: 16px;
    border: 1px solid var(--Border-Secondary, #F3EEE8);
}
#evaluation-container .score-container .reponses-list {
    display: flex;
    align-items: center;
    gap: 16px;
}
#evaluation-container .score-container .reponses-list .reponse-list {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
}
#evaluation-container .score-container .reponses-list .reponse-list i {
    font-size: 22px;
}

#evaluation-container .alert-score {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 16px;
    padding: 36px 24px;
    border-radius: 20px;
}
#evaluation-container .alert-score.alert-score-success {
    background: var(--common-primary-brand-emerald-10, #F1FCFA);
}
#evaluation-container .alert-score.alert-score-danger {
    background: var(--common-primary-brand-coral-10, #FFF5F3);
}
#evaluation-container .alert-score.alert-score-success .card-icon {
    background: var(--common-primary-brand-emerald-100, #00866D);
}
#evaluation-container .alert-score.alert-score-danger .card-icon {
    background: var(--common-primary-brand-coral-100, #ff7559);
}
#evaluation-container .alert-score.alert-score-success h4 {
    color: var(--common-primary-brand-emerald-100, #00866D);
}
#evaluation-container .alert-score.alert-score-danger h4 {
    color: var(--common-primary-brand-coral-100, #ff7559);
}


.evaluation.txt {
    display: block;
    position: relative;
    margin: 0;
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid var(--Border-Secondary, #F3EEE8);
}
.background {
    margin-bottom: 10px;
    opacity: 1;
    position: absolute;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}
.evaluation.txt .content {
    display: block;
    position: relative;
    padding: 10px;
}


.diagram {
    display: block;
    position: relative;
    /*background: url('../../../../images/diagram1.png') no-repeat;
    width: 404px;
    height: 404px;*/
    margin: 10px 0;
}
.diagram-container {
    display: block;
    position: relative;
    width:80%;
    margin-top: 50px;
}
.diagram img {
    width: 100%;
}
.diagram .pastille {
    position: absolute;
    bottom:0px;
    left:0px;
    margin-left: -21px;
    margin-bottom: -22px;
    width:43px;
    height: 44px;
    background: url('../../../../images/evaluations/pastille1.png') no-repeat;
}
.diagram .abscisses {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-left: 10px;
}
.diagram .ordonnees {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: 0px;
    margin-top: -25px;
}
.diagram .explication {
    margin-top: 50px;
}

.cliczone {
    display: block;
    position: relative;
}
.cliczone .description {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 24px;
}
.cliczone .cliczone_image {
    position: relative;
}
.cliczone .cliczone_image img {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.cliczone .cliczone_image .clic {
    position: absolute;
    width: 20px;
    height: 20px;
    background: lightgreen;
    padding: 1px;
    border:1px solid black;
    border-radius: 50%;
}


.image {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.image img {
    width: 100%;
    max-width: 100%;
    border-radius: 12px;
    overflow: hidden;
}
.image input {
    width: 100% !important;
}


.echelle {
    display: block;
    position: relative;
}
.echelle .th-sliders {
    width: 300px;
}
.echelle .th-sliders div {
    display: flex;
    justify-content: space-between;
}
.echelle .slider-info {
    display: flex;
    width: 34px;
    padding: 6px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    border-radius: 8px;
    background: var(--Background-Builder, #F5F5F5);
    font-size: 16px;
    font-weight: 700;
}
.echelle .table>thead>tr>th {
    border-bottom: none;
}
.echelle tr {
    border-bottom: none;
}
.echelle .table>tbody>tr>td {
    border-top: none;
    padding: 16px;
}
.echelle .table-striped>tbody>tr:nth-of-type(odd) {
    background: transparent;
}
.echelle .table-striped>tbody>tr:nth-of-type(odd) td {
    background: var(--Background-Builder, #F5F5F5);
}
.echelle .table-striped>tbody>tr:nth-of-type(odd) td:first-child {
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
}
.echelle .table-striped>tbody>tr:nth-of-type(odd) td:last-child {
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    overflow: hidden;
}
.echelle .noUi-target {
    border-radius: 8px;
    background: var(--common-primary-brand-emerald-10, #F1FCFA);
    height: 6px;
    margin: 7px 10px 0 10px;
    border: none;
}
.echelle .noUi-connect {
    background: var(--common-primary-brand-emerald-80, #1CA78D);
    box-shadow: none;
    border-radius: 8px;
}
.echelle .noUi-horizontal .noUi-handle {
    border-radius: 50%;
    background: var(--Background-Secondary, #FFF);
    box-shadow: 0 2px 4px 0 rgba(0, 134, 109, 0.20);
    width: 37px;
    height: 37px;
    left: -19px;
    top: -17px;
    border: none;
}
.echelle .noUi-horizontal .noUi-handle:before {
    display: none;
}
.echelle .noUi-horizontal .noUi-handle:after {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAxNiAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMzEyNSA1Ljc4MTI1QzAuOTA2MjUgNS40MDYyNSAwLjkwNjI1IDQuNzUgMS4zMTI1IDQuMzc1TDUuMzEyNSAwLjM3NUM1LjU5Mzc1IDAuMDkzNzQ5OCA2LjAzMTI1IC0yLjYzNjM0ZS0wNyA2LjQwNjI1IDAuMTU2MjVDNi43ODEyNSAwLjMxMjUgNy4wMzEyNSAwLjY1NjI1IDcuMDMxMjUgMS4wNjI1TDcgOS4wNjI1QzcgOS40Njg3NSA2Ljc4MTI1IDkuODQzNzUgNi40MDYyNSAxMEM2LjAzMTI1IDEwLjE1NjIgNS41OTM3NSAxMC4wNjI1IDUuMzEyNSA5Ljc4MTI1TDEuMzEyNSA1Ljc4MTI1Wk0xNC43MTg4IDUuNzgxMjVMMTAuNzE4OCA5Ljc4MTI1QzEwLjQzNzUgMTAuMDYyNSAxMCAxMC4xNTYyIDkuNjI1IDEwQzkuMjUgOS44NDM3NSA5IDkuNDY4NzUgOSA5LjA2MjVMOSAxLjA2MjVDOSAwLjY1NjI1IDkuMjUgMC4zMTI1IDkuNjI1IDAuMTU2MjVDMTAgLTQuMzcxMTRlLTA3IDEwLjQzNzUgMC4wOTM3NDk1IDEwLjcxODggMC4zNzVMMTQuNzE4OCA0LjM3NUMxNS4xMjUgNC43NSAxNS4xMjUgNS4zNzUgMTQuNzE4OCA1Ljc4MTI1WiIgZmlsbD0iIzFDQTc4RCIvPgo8L3N2Zz4=);
    width: 16px;
    height: 11px;
    background-position: center;
    background-repeat: no-repeat;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



.ui-progressbar {
	height: 20px !important;
	text-align: left;
	overflow: hidden;
	border: none !important;
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    background: #f5f5f5 !important;
    box-shadow: inset 0 1px 2px rgba(0,0,0,.1);
    margin-top: 10px;
}
.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%;
    background: #0e90d2;
}
.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,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");
    height: 100%;
    filter: alpha(opacity=25); /* support: IE8 */
    opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}


#evaluation-container .chosen-container {
    min-width: 100px;
}


.vraifaux-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 50%;
    margin-right: 5px;
}



/* Blackmoon */
#wrapper {
	position: relative !important;
	margin-top: 0px !important;
	margin-left: 0px !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
    height: auto;
}

#wrapper .container {
	height: auto;
}

#wrapper .box .head h4 {
    padding-left: 15px;
}
#wrapper .col-md-12 {
    max-width: 100%;
}


.evaluation.theme2 .controls>.checkbox:first-child,
.evaluation.theme2 .controls>.radio:first-child {
    padding-top: 0px !important;
}
.evaluation.theme2 .box {
    background: #282931 !important;
}
.evaluation.theme2 .box .box-header h4 {
    color: white !important;
}
.evaluation.theme2 .box-header .box-header-number {
    background: #434553;
    color: white;
}
.evaluation.theme2 .description {
    margin-top: 10px;
    margin-bottom: 20px;
    padding: 0px;
}
.evaluation.theme2 .description,
.evaluation.theme2 .description p {
    color: white !important;
    padding: 0px !important;
}
.evaluation.theme2 .form p {
    color: white;
}
.evaluation.theme2 table tr th {
    color: white;
}
#evaluation-container.theme2 .questions .checkboxes .checkbox {
    background: #434553;
    color: white;
}
#evaluation-container.theme2 .questions .checkboxes .checkbox label {
    color: white;
}
#evaluation-container.theme2 .questions input,
#evaluation-container.theme2 .questions textarea {
    background: #282931 !important;
    color: white;
    border: 1px solid #434553;
}
#evaluation-container.theme2 .input-group {
    border: 1px solid #434553;
}

#evaluation-container.theme2 .input-group .input-group-addon {
    background: #282931 !important;
    color: white !important;
}
#evaluation-container.theme2 .form-control::placeholder {
    color: #FFF;
}
#evaluation-container.theme2 ::-ms-input-placeholder {
    color: #FFF;
}
#evaluation-container.theme2 div.checker span.checked,
#evaluation-container.theme2 div.radio span.checked {
    box-shadow: 0 2px 4px 0 #262E4A;
}
#evaluation-container.theme2 .select2-container--default .select2-selection--single {
    background: #282931;
    border: 1px solid #434553;
}
#evaluation-container.theme2 .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: white;
}
#evaluation-container.theme2 .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: white;
}
#evaluation-container.theme2 table.table > thead {
    border-bottom: none;
}
#evaluation-container.theme2 table tr td {
    background-color: #282931;
    color: white;
}
#evaluation-container.theme2 .echelle .table-striped>tbody>tr:nth-of-type(odd) td {
    background: #434553;
}
#evaluation-container.theme2 .echelle .slider-info {
    background: #434553;
    color: white;
}
#evaluation-container.theme2 #parentdrag .ui-sortable.limited,
#evaluation-container.theme2 #parentdrop .ui-sortable.limited {
    background: #434553;
}
#evaluation-container.theme2 .ui-sortable.limited li {
    background: #282931;
    color: white;
    box-shadow: none;
}
#evaluation-container.theme2 .ui-sortable.limited li span {
    color: white;
}



.evaluation.theme3 .controls>.checkbox:first-child,
.evaluation.theme3 .controls>.radio:first-child {
    padding-top: 0px !important;
}
.evaluation.theme3 .box {
    background: #fb887c !important;
    background-color: #fb887c !important;
    border-radius: 0px;
    box-shadow: none;
}
#evaluation-container.theme3 .box-header .box-header-content h4,
#evaluation-container.theme3 .box-header .box-header-content .description {
    color: white;
}
#evaluation-container.evaluation.theme3 .box .form .controls > div.checkbox,
#evaluation-container.evaluation.theme3 .box .form .controls > div.radio {
    margin-bottom: 20px;
}
#evaluation-container.theme3 .questions .checkboxes {
    flex-direction: column;
    align-content: flex-start;
}
#evaluation-container.theme3 .questions .checkboxes .checkbox {
    padding: 0;
    justify-content: flex-start;
    background: transparent;
    text-align: left;
    align-items: flex-start;
    color: white;
    min-width: 0;
    max-width: 100%;
}
#evaluation-container.theme3 .questions .checkboxes .checkbox label {
    color: white;
    text-align: left;
    justify-content: flex-start;
    padding-left: 50px;
}
.evaluation.theme3 input[type="checkbox"],
.evaluation.theme3 input[type="radio"] {
    opacity: 0;
    -webkit-appearance: none;
    display: inline-block;
    vertical-align: middle;
    z-index: 100;
    box-sizing: border-box;
    padding: 0;
}
.evaluation.theme3 input[type="checkbox"],
.evaluation.theme3 input[type="radio"],
.evaluation.theme3 label::before {
    width: 40px;
    height: 40px;
    top: 50%;
    left: 0;
    margin-top: -20px;
    position: absolute;
    cursor: pointer;
    box-sizing: border-box;
}
.evaluation.theme3 label.checkbox::before {
    margin-top: -17px;
}

.evaluation.theme3 input[type="checkbox"]:checked + label,
.evaluation.theme3 input[type="radio"]:checked + label {
    color: #fff;
}
.evaluation.theme3 label {
    display: inline-block;
    position: relative;
    font-size: 24px;
    padding: 0 0 0 50px !important;
    vertical-align: top;
    color: rgba(0,0,0,0.6);
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.evaluation.theme3 input[type="checkbox"]:checked + label::before,
.evaluation.theme3 input[type="radio"]:checked + label::before {
    opacity: 0.8;
}
.evaluation.theme3 label.radio::before {
    border-radius: 50%;
}
.evaluation.theme3 label::before {
    content: '';
    border: 4px solid #fff;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.evaluation.theme3 table.table > thead {
    border-bottom: none;
}
.evaluation.theme3 .controls {
    position: relative;
}
.evaluation.theme3 svg {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 50%;
    margin-top: -14px;
    left: 5px;
    pointer-events: none;
}

.evaluation.theme3 svg:not(:root) {
    overflow: hidden;
}
.evaluation.theme3 svg path {
    stroke: #fdfcd3;
    stroke-width: 13px;
    stroke-linecap: round;
    stroke-linejoin: round;
    fill: none;
}



.nps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    padding-bottom: 30px;
}
.nps .nps-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 0;
    min-width: 55px;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: var(--common-primary-brand-emerald-10, #F1FCFA);
    color: var(--common-primary-brand-emerald-100, #00866D);
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    position: relative;
}
.nps .nps-item .nps-checked {
    position: absolute;
    top: -6px;
    right: -8px;
    width: 24px;
    height: 26px;
    border-radius: 50%;
    background: var(--Background-Secondary, #FFF);
    display: none;
    align-items: center;
    justify-content: center;
}
.nps .nps-item .nps-checked i {
    color: var(--common-primary-brand-navy-blue-100, #1E1E23);
    font-size: 16px;
}
.nps .nps-item .nps-icon {
    position: absolute;
    bottom: -31px;
    left: 50%;
    transform: translateX(-50%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background: var(--Background-Secondary, #FFF);
    box-shadow: 0 2px 4px 0 var(--common-secondary-brand-red-20, #FFECE8);
    display: none;
    align-items: center;
    justify-content: center;
}
.nps .nps-item .nps-icon i {
    font-size: 16px;
}
.nps .nps-item.active .nps-checked,
.nps .nps-item.active .nps-icon {
    display: flex;
}

.nps .nps-item-0 {
    background: var(--common-primary-brand-coral-10, #FFF5F3);
    color: var(--common-primary-brand-coral-100, #FF7559);
}
.nps .nps-item-0.active {
    background: var(--common-primary-brand-coral-100, #FF7559);
    color: white;
}
.nps .nps-item-0 .nps-icon {
    color: var(--common-primary-brand-coral-100, #FF7559);
}


.nps .nps-item-1,
.nps .nps-item-2 {
    background: var(--common-secondary-brand-peach-pink-10, #FFF3F4);
    color: var(--common-secondary-brand-peach-pink-100, #FF7787);
}
.nps .nps-item-1.active,
.nps .nps-item-2.active {
    background: var(--common-secondary-brand-peach-pink-100, #FF7787);
    color: white;
}
.nps .nps-item-1 .nps-icon,
.nps .nps-item-2 .nps-icon {
    color: var(--common-secondary-brand-peach-pink-100, #FF7787);
}

.nps .nps-item-3,
.nps .nps-item-4 {
    background: var(--common-secondary-brand-orange-20, #FFF3EA);
    color: var(--common-secondary-brand-orange-100, #FCA05E);
}
.nps .nps-item-3.active,
.nps .nps-item-4.active {
    background: var(--common-secondary-brand-orange-100, #FCA05E);
    color: white;
}
.nps .nps-item-3 .nps-icon,
.nps .nps-item-4 .nps-icon {
    color: var(--common-secondary-brand-orange-100, #FCA05E);
}

.nps .nps-item-5,
.nps .nps-item-6 {
    background: var(--common-secondary-brand-teal-20, #ECFEFD);
    color: var(--common-secondary-brand-teal-100, #12B3B0);
}
.nps .nps-item-5.active,
.nps .nps-item-6.active {
    background: var(--common-secondary-brand-teal-100, #12B3B0);
    color: white;
}
.nps .nps-item-5 .nps-icon,
.nps .nps-item-6 .nps-icon {
    color: var(--common-secondary-brand-teal-100, #12B3B0);
}

.nps .nps-item-7,
.nps .nps-item-8 {
    background: var(--common-primary-brand-cobalt-blue-10, #F3F6FF);
    color: var(--common-primary-brand-cobalt-blue-100, #385FEB);
}
.nps .nps-item-7.active,
.nps .nps-item-8.active {
    background: var(--common-primary-brand-cobalt-blue-100, #385FEB);
    color: white;
}
.nps .nps-item-7 .nps-icon,
.nps .nps-item-8 .nps-icon {
    color: var(--common-primary-brand-cobalt-blue-100, #385FEB);
}

.nps .nps-item-9,
.nps .nps-item-10 {
    background: var(--common-primary-brand-emerald-20, #E4F3F0);
    color: var(--common-primary-brand-emerald-80, #1CA78D);
}
.nps .nps-item-9.active,
.nps .nps-item-10.active {
    background: var(--common-primary-brand-emerald-80, #1CA78D);
    color: white;
}
.nps .nps-item-9 .nps-icon,
.nps .nps-item-10 .nps-icon {
    color: var(--common-primary-brand-emerald-80, #1CA78D);
}


.raty {
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-content: center;
    gap: 16px;
}
.raty img {
    width: 86px;
    height: 82px;
    cursor: pointer;
}
@media (max-width: 768px) {
    .raty {
        gap: 8px;
    }
    .raty img {
        width: 50px !important;
    }
}
