.survey-container {}
.survey-container .survey-header {}
.survey-container .survey-header .survey-title {margin: 0 0 10px 0;font-size: 30px;}
.survey-container .survey-header .survey-description {font-size: 17px;}
.survey-container .survey-header .survey-progress-container {margin: 0 0 20px 0;}
.survey-container .survey-header .survey-progress-container .survey-progress-text {font-size: 13px;margin: 0 0 4px 0;font-weight: 600;}
.survey-container .survey-header .survey-progress-container .progress {height: 5px;background: rgb(0 0 0 / 20%);}
.survey-container .survey-header .survey-progress-container .progress .progress-bar {background: var(--c-textcolor);}
.survey-container .survey-form {}
.survey-container .survey-form .survey-field {margin: 0 0 25px 0;}
.survey-container .survey-form .survey-field .survey-label {font-size: 20px;font-weight: 600;display: block;margin: 0 0 10px 0;line-height: 1.3;}
.survey-container .survey-form .survey-field .survey-label .required-indicator {color: #d50000;font-size: 12px;vertical-align: top;}
.survey-container .survey-form .survey-field .instructions {margin: -8px 0 15px 0 !important;color: #fff !important;opacity: 0.7;}
.survey-container .survey-form .survey-field .nps-group, .survey-container .survey-form .survey-field .linear-scale-group {overflow: auto;padding-bottom:10px;}
.survey-container .survey-form .survey-field .nps-group::-webkit-scrollbar, .survey-container .survey-form .survey-field .linear-scale-group::-webkit-scrollbar {-webkit-appearance: none; width: 2px; height:3px; background:rgba(0 0 0 / 10%); border-radius:5px }
.survey-container .survey-form .survey-field .nps-group::-webkit-scrollbar-thumb, .survey-container .survey-form .survey-field .linear-scale-group::-webkit-scrollbar-thumb {border-radius: 5px; background-color: rgba(0 0 0 / 100%); -webkit-box-shadow: 0 0 1px rgba(0 0 0 / 100%); }

.survey-container .survey-form .survey-field .scale-labels.instructions, .survey-container .survey-form .survey-field .nps-labels.instructions {margin: 0 !important;display: flex;justify-content: space-between;background: rgb(255 255 255 / 20%);padding: 10px 15px;color: #fff;opacity: 1;font-weight: 700;min-width: 700px;}
.survey-container .survey-form .survey-field .scale-labels.instructions span, .survey-container .survey-form .survey-field .nps-labels.instructions span  {color: #fff !important;}
.survey-container .survey-form .survey-field .validation-message {font-size: 12px;font-weight: 600;margin: 10px 0 0 0 !important;color: #fff !important;background: #d50000;padding: 5px 10px;border-radius: 5px;text-align: center;display: inline;}



.survey-container .survey-form .survey-field textarea {border: none;background: #fff;font-weight: 300;font-size: 15px;padding: 10px;border-radius: 10px;color: var(--c-textcolor);box-shadow: none;}
.survey-container .survey-form .survey-field select {border: none;font-weight: 300;background-color: #fff;border-radius: 10px;padding: 10px 15px;font-size: 15px;box-shadow: none;}
.survey-container .survey-form .survey-field input[type="text"] {border: none;font-weight: 300;background-color: #fff;border-radius: 10px;padding: 10px 15px;font-size: 15px;box-shadow: none;}
.survey-container .survey-form .survey-field .radio-group {}
.survey-container .survey-form .survey-field .radio-group .form-check {padding: 0;margin: 0 0 11px 0;font-size: 17px;}
.survey-container .survey-form input[type="radio"]:not(:only-child) {display: none;}
.survey-container .survey-form input[type="radio"] + label {position: relative;padding: 0 0 0 34px;cursor: pointer;line-height: 1.2;}
.survey-container .survey-form input[type="radio"] + label::before {content: "";background: #eee;display: block;width: 26px;height: 26px;background: #fff;position: absolute;top: -4px;left: 0;border-radius: 50%;cursor: pointer;}
.survey-container .survey-form input[type="radio"]:checked + label::before {content: "";background: var(--c-textcolor);}
.survey-container .survey-form input[type="radio"]:checked + label::after {content: "";width: 26px;height: 26px;position: absolute;left: 0;top: -4px;background: #fff;border-radius: 50%;transform: scale(0.52);}


.survey-container .survey-form .survey-field .checkbox-group {}
.survey-container .survey-form .survey-field .checkbox-group .form-check {padding: 0;margin: 0 0 11px 0px;}
.survey-container .survey-form .survey-field .checkbox-group .form-check input[type="checkbox"] {display: none;}
.survey-container .survey-form .survey-field .checkbox-group .form-check input[type="checkbox"] + label {position: relative;padding: 0 0 0 34px;cursor: pointer;font-size: 17px;line-height: 1.2;}
.survey-container .survey-form .survey-field .checkbox-group .form-check input[type="checkbox"] + label::before {content: "";background: #eee;display: block;width: 26px;height: 26px;background: #fff;position: absolute;top: -4px;left: 0;border-radius: 5px;cursor: pointer;}
.survey-container .survey-form .survey-field .checkbox-group .form-check input[type="checkbox"]:checked + label::before {content: "";background: var(--c-textcolor);}
.survey-container .survey-form .survey-field .checkbox-group .form-check input[type="checkbox"]:checked + label::after {content: "\f00c";width: 26px;height: 26px;position: absolute;left: 0;top: -4px;border-radius: 3px;font-family: "Font Awesome 6 Pro";color: #fff;text-align: center;line-height: 26px;font-weight: 600;font-size: 15px;}


.survey-container .survey-form .survey-field .toggle-group {}
.survey-container .survey-form .survey-field .toggle-group .form-switch {display: flex;align-items: center;gap: 8px;}
.survey-container .survey-form .survey-field .toggle-group .form-switch input {height: 24px;margin-top: 0;border: none;width: 38px;box-shadow: none;background-color: rgb(0 0 0 / 20%);background-image: url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='-4%20-4%208%208'%3e%3ccircle%20r='3'%20fill='%23fff'/%3e%3c/svg%3e");cursor: pointer;}
.survey-container .survey-form .survey-field .toggle-group .form-switch input:checked {background-color: var(--c-textcolor);}
.survey-container .survey-form .survey-field .toggle-group .form-switch label {font-size: 13px;}

.survey-container .survey-form .survey-field .ranking-group {}
.survey-container .survey-form .survey-field .ranking-group .ranking-list {border-radius: 10px;gap: 5px;}
.survey-container .survey-form .survey-field .ranking-group .ranking-list li {display: flex;align-items: center;padding: 12px;gap: 10px;border: none;border-radius: 10px;}
.survey-container .survey-form .survey-field .ranking-group .ranking-list li .ranking-handle {order: 3;margin: 0 0 0 auto !important;cursor: grab;font-size: 20px;line-height: 1;}
.survey-container .survey-form .survey-field .ranking-group .ranking-list li .ranking-position {background: rgb(0 0 0 / 0%);color: var(--c-textcolor);border-radius: 50%;font-size: 12px;width: 25px;height: 25px;line-height: 25px;text-align: center;font-weight: 600;box-shadow: 0 0 0 1px;}
.survey-container .survey-form .survey-field .ranking-group .ranking-list li .ranking-label {}
.survey-container .survey-form .survey-field .ranking-group .ranking-list li[draggable="true"] {background: var(--c-textcolor);border: none;color:#fff}
.survey-container .survey-form .survey-field .ranking-group .ranking-list li[draggable="true"] .ranking-position  {color: #fff;box-shadow: 0 0 0 1px #fff;}


.survey-container .survey-navigation {margin: 0 0 20px 0;display: flex;gap: 10px;}
.survey-container .survey-navigation .btn {background: var(--c-textcolor);color: #fff;border: none;padding: 10px 16px;font-weight: 500;display: inline-flex;gap: 7px;align-items: center;font-size: 12px;box-shadow: none;}
.survey-container .survey-navigation .btn:hover {background: var(--c-textcolor);color:#fff}
.survey-container .survey-navigation .btn[disabled] {opacity: 1;background: rgb(0 0 0 / 40%);}
.survey-container .survey-navigation .btn::before, .survey-container .survey-navigation .btn::after {font-family: "Font Awesome 6 Pro";font-weight: 300;font-size: 20px;} 
.survey-container .survey-navigation .btn:first-child::before {content:"\f060";}
.survey-container .survey-navigation .btn:last-child::after {content:"\f061";}


.table-responsive .table.matrix-table {border: none;border-collapse: collapse;min-width: 500px;}
.matrix-table thead {}
.matrix-table thead tr {border: none;}
.matrix-table thead tr th {background: rgb(255 255 255 / 20%);font-size: 13px;font-weight: 600;border: none;/*! border: solid 1px #ddd; */box-shadow: none;color: #fff;}
.matrix-table thead tr th:first-child {/*! border-radius: 10px 0 0 0; */}
.matrix-table thead tr th:last-child {/*! border-radius:  0 10px  0 0; */}
.matrix-table tbody {border: none !important;}
.matrix-table tbody tr {border: none;}

.matrix-table tbody tr td {border: solid 1px rgb(255 255 255 / 20%);padding: 10px 8px;}
.matrix-table tbody tr td .radio-wrap {position: relative;}
.matrix-table tbody tr td .radio-wrap input {}
.matrix-table tbody tr td .radio-wrap label {min-height: 16px;padding: 0 0 0 26px !important;}
.matrix-table tbody tr:last-child td:first-child {/*! border-radius: 0 0 0 10px; */}
.matrix-table tbody tr:last-child td:last-child {/*! border-radius: 0 0 10px 0; */}


.scale-options, .nps-options {display: flex;min-width: 700px;}
.scale-options .scale-option, .nps-options .nps-option {border: solid 1px rgb(255 255 255 / 20%);flex: 1;padding: 17px 6px;display: flex;justify-content: center;/* border-right: none; */}
.scale-options .scale-option:last-child, .nps-options .nps-option:last-child {border-right: solid 1px rgb(255 255 255 / 20%);}

.survey-container {}

.survey-container ul.checklist {}
.survey-container ul.checklist li {}
.survey-container ul.checklist li::before {background:var(--c-textcolor);font-size: 12px;}
.survey-container ul.checklist li a {}
.survey-container ul.checklist li a:hover {color:var(--c-textcolor); border-bottom:solid 2px var(--c-textcolor)}
.survey-container > h2 {margin-top: 0;}
.survey-container > .actions {display: flex; flex-wrap: wrap; gap:10px;}
.survey-container > .actions .btn {
    background: var(--c-textcolor);
}


.reset-links {display: flex;flex-wrap: wrap;gap: 20px;margin: 30px 0 0 0;}
.reset-links a { border-bottom: solid 2px var(--c-textcolor); text-decoration: none; font-weight: 300;color:var(--c-textcolor) }
.reset-links a:hover {border-bottom: solid 2px var(--c-textcolor); color:var(--c-textcolor);}


#survey_submit_btn {
    background: var(--c-textcolor);
}

@media (max-width: 767px) {
    .survey-container > .actions .btn { width: 100%; text-align: center; justify-content: center; }
}