/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/*.question-container .question-valid-container {
    visibility: hidden;
}

.question-container.input-error .question-valid-container {
    visibility: visible;av
}

.ls-question-mandatory {
    display: none;f
}*/

.container,
.container-fluid,
.survey-container,
.main-container {
    width: 80% !important;
    max-width: 200% !important;
    padding: 10px 10px !important; /* Keep some padding for readability */
    
}

.table-hover>tbody>tr:hover>*{
    --bs-table-accent-bg: #222222;
    color: #ffffff;
}

.btn-close {
    background: transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat !important; 
    border-radius: .25rem;
    box-sizing: content-box;
    color: #000;
    height: 1em;
    opacity: .5;
    padding: .25em;
    width: 1em;
}

.btn-danger:hover{
    background-color: #02E990;
    color: #fff;
    border-color: #02E990;
}

.btn-outline-secondary{
    border-color: #6c757d;
    color: #ffffff;
}

.popover.fade {
    background-color: #000000;
}

.popover .arrow {
    background-color: rgba(255, 255, 255, .1);;
}

.popover-content {
    background-color: rgba(255, 255, 255, .1);
}
.popover-title {
    background-color: rgba(255, 255, 255, .1);
    border-bottom: 1px solid #555;
}

.timer-off .timer_header {
    display: none;
}

.noprefix .prefix {
    display: none;
}

.timer-off:first-child .timer_header {
    display: block;
}

.ls-label-question p {
    margin-bottom: 0;
}

.slider-handle.round
{
    border-radius: 20px;
    background-color: #02E990;
}

.ls-answers {
    padding-top: 12px;
    padding-bottom: 12px;
}

.rec11 p {
    text-align: left;
}

.load-survey-password > div,
.save-survey-password > div {
    position: relative;
}

#eye {
    position: absolute;
    right: 15px;
    top: 9px;
}

#navigator-container {
    display: none;
}

#question6258 .prefix-text {
    padding-left: 0;
}

#question6258 .suffix-text {
    display: none;
}

.clearboth {
    clear: both;
}

#outerframeContainer {
    text-justify: inter-word !important;
    -webkit-hyphens: none !important;
    -moz-hyphens: none !important;
    -ms-hyphens: none !important;
    hyphens: none !important;
    word-wrap: normal !important;
}

/* ---------- FONTS ---------- */

@font-face {
    font-family: 'Montserrat';
    src: url('../files/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
         url('../files/Montserrat-Regular.woff') format('woff'), 
         url('../files/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../files/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
         url('../files/Montserrat-Medium.woff') format('woff'), 
         url('../files/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../files/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'),
         url('../files/Montserrat-SemiBold.woff') format('woff'), 
         url('../files/Montserrat-SemiBold.ttf') format('truetype');
    font-weight: 600;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../files/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
         url('../files/Montserrat-Bold.woff') format('woff'), 
         url('../files/Montserrat-Bold.ttf') format('truetype');
    font-weight: 700;
}

@font-face {
    font-family: 'Avataris';
    src: url('../files/Avataris.eot?#iefix') format('embedded-opentype'),
         url('../files/Avataris.woff') format('woff'), 
         url('../files/Avataris.ttf') format('truetype');
}




/* ---------- GENERAL CLASSES ---------- */

.mx-auto {
    margin: 0 auto;
}

.avataris-color {
    color: #02E990;
}

.avataris-font {
    font-family: 'Avataris';
}

.fullwidth {
    width: 100%;
}

.d-block {
    display: block;
}

.fontweight-semibold {
    font-weight: 600;
}

.fontweight-bold {
    font-weight: 700;
}

.text-justify {
    text-align: justify;
    text-justify: inter-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    word-wrap: normal;
}

.mt-10 {
    margin-top: 10px !important;
}

.list-row ul {
    display: flex;
    flex-direction: column;
}

.btn-primary,
.upload-button a.btn-primary {
    background-color: #ffffff;
    border-color: #ffffff;
    color: #000000;
}


.btn-check:active+.btn-primary{
    background-color: #02E990 !important;
}
.input-group-addon {
    color: #000000;
}

.whitecolor {
    color: #ffffff;
}

.input-relative .radio-item input[type="radio"], 
.input-relative .checkbox-item input[type="checkbox"] {
    position: relative;
}

.mobilehide {
    display: none;
}

.file-upload-modal div.modal-dialog {
    width: 96%;
    max-width: 530px;
}



body {
    padding: 0;
    background: #000000;
    font-family: 'Montserrat';
    color: #ffffff;
}

.top-container {
    display: none;   
}

p, span, h1, h2, h3, h4, h5, h6 {
    cursor: default;
}

ul {
    padding: 0;
    margin: 0;
}

ul li {
    list-style-type: none;
}

.textalign-left .form-horizontal label {
    text-align: left;
    padding-top: 0;
}

.textalign-left-input .form-horizontal label {
    text-align: left;
}

.textalign-left-input .form-horizontal li:last-child {
    margin-bottom: 0;
}

.textarea-expand textarea {
    resize: vertical;
}

.radio-item label::after {
    background-color: #02E990;
}

.has-error .checkbox, 
.has-error .checkbox-inline, 
.has-error .control-label, 
.has-error .help-block, 
.has-error .radio, 
.has-error .radio-inline, 
.has-error.checkbox label, 
.has-error.checkbox-inline label, 
.has-error.radio label, 
.has-error.radio-inline label {
    color: #ff0000;
}

.has-error .form-control,
.input-error input {
    border-color: #ff0000;
}



/* ---------- NAVIGATION ---------- */

.navbar-default {
    background: none;    
    border: none;
}

.navbar-brand.logo-container {
    float: none;
    margin: 0 auto;
}

.navbar-brand.logo-container .logo {
    width: 385px;
    margin: 0 auto;
}

.logo-container img {
    max-height: 90px;
    padding: 15px;
}

.navbar-brand.logo-container .logo.img-responsive {
    display: none;
}

.navbar .navbar-header button {
    display: none;
}

#navbar.collapse {
    display: block;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#navbar.collapse a {
    font-weight: 600;
    color: #02E990;
    text-align: right;
    padding: 0;
    letter-spacing: 1px;
}


.row.welcome-info {
    margin-top: 30px;
}

.ls-input-group-extra {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
    padding: 0.6rem 1.2rem;
    line-height: 1;
}

.desktop-button {
    display: none;
}

.avataris-nav > div button {
    background-color: #000000;
    border: none;
    color: #02E990;
    padding: 0;
    cursor: pointer;
}

.avataris-nav > div button:hover,
.avataris-nav > div button:active,
.avataris-nav > div button:focus,
.avataris-nav > div button:active:focus {
    background-color: transparent;
}

.avataris-nav > div button:hover span,
.avataris-nav > div button:active span,
.avataris-nav > div button:focus span{
    color: #02E990;
}

.mobile-button img {
    width: 130px;
}

.lets-continue-info .mobile-button img {
    width: 173px;
}





/* --------------- FOOTER --------------- */

#surveyListFooter {
    height: fit-content;
    padding: 60px 0 60px 0;
}

#surveyListFooter .footer-logo-img {
    width: 134px;
}

#surveyListFooter .flex-evenly {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

#surveyListFooter .flex-evenly,
#surveyListFooter .flex-evenly .text-right {
    text-align: center;
}

#surveyListFooter .social-icons {
    width: 130px;
    margin: 0 auto;
}

#surveyListFooter .footer-column .social-icons {
    padding-top: 5px;
}
    
.footer-column {
    margin-bottom: 26px;
}

.footer-column h3 {
    margin-top: 0;
    margin-bottom: 10px;
}

a.whitecolor:hover,
a.whitecolor:focus {
    color: #02E990;
}

#surveyListFooter .social-icons {
    display: flex;
    justify-content: space-between;
}

#surveyListFooter .social-icons:first-child {
    padding-top: 4px;
}

.footer-social-img {
    height: 25px;
    width: 25px;
    display: block;
    background-size: contain !important;
}

.footer-social-img:hover path:first-child {
    fill: #02E990;
}

.footer-social-img:active path:first-child {
    fill: #02E990;
}





/* --------------- WELCOME PAGE --------------- */

.welcome-info {
    margin-bottom: 40px;
}

.welcome-info .fullwidth.small-desktop {
    display: none;
}

.welcome-info .fullwidth.desktop {
    display: block;
}

.welcome-info .mt-x {
    margin-top: 20px;
}

.welcome-info .fontweight-semibold {
    margin-top: 30px;
    font-size: 22px;
}

.welcome-info .fontweight-semibold + span {
    font-size: 18px;
}

.welcome-info > div:first-child {
    margin-bottom: 40px;
}

.welcome-info.lets-continue-info .fontweight-semibold {
    margin-bottom: 10px;
    margin-top: 0;
}

.lets-continue-info .fontweight-semibold + span {
    margin-bottom: 60px;
}

.lets-continue-info .text-justify > span:nth-child(3) {
    margin-bottom: 20px;
}

.lets-continue-info .load-survey-input {
    position: relative;
}

.welcome-info.load-survey-info .fontweight-semibold,
.welcome-info.save-survey-info .fontweight-semibold {
    margin-bottom: 10px;
    margin-top: -8px;
}

.load-survey-info .fontweight-semibold + span {
    margin-bottom: 80px;
}

.load-survey-info .text-justify > span:nth-child(3) {
    margin-bottom: 20px;
}

.load-survey-info .form-horizontal .control-label,
.save-survey-info .form-horizontal .control-label{
    text-align: left;
}

.avataris-nav .save-form {
    width: 100%;
}

.surveyreturn-btn {
    clear: left;
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.surveyreturn-btn a {
    color: #02E990;
}

.avataris-nav.welcomebtn > div {
    display: flex;
    justify-content: center;
}

.avataris-nav .intro-form {
    background: transparent;
    border: none;
    padding: 0 15px;
    width: 100%;
}

.intro-btn {
    display: flex;
    justify-content: center;
    padding: 0;
    margin-top: 5px;
}

.avataris-nav .load-survey-submit {
    text-align: center;
    margin-top: 53px;
}

.load-survey-info .intro-btn {
    margin-top: 53px;
}

.intro-form input {
    background-color: transparent;
}

.avataris-nav .container-fluid form > .form-group {
    display: flex;
    flex-direction: column;
}

.avataris-nav > div {
    display: block;
}

.joinusdiv {
    border-top: 2px solid #02E990;
    border-bottom: 2px solid #02E990;
    margin: 80px 0 0 0;
    padding: 14px 0 30px 0;
    text-align: center;
}

.joinusdiv .avataris-font {
    font-size: 40px;
}

.joinusdiv .avataris-font:before {
    content: '';
    background: #02E990;
    position: absolute;
    height: 1px;
    width: 50px;
    top: 26px;
    left: 50%;
    transform: translateX(-280%);
}

.joinusdiv .avataris-font:after {
    content: '';
    height: 1px;
    width: 50px;
    top: 26px;
    background: #02E990;
    position: absolute;
    left: 50%;
    transform: translateX(182%);
}

.joinusdiv .col-lg-12 > .d-block:last-child {
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
}





/* --------------- Question page --------------- */

.gradient-container .avataris-gradient + div {
    margin-top: 50px;
}
    
.question-container {
    background-color: transparent;
    border: none;
    padding-left: 0;
    padding-right: 0;
}

.question-container a {
    color: #000;
    background-color: #fff;
    border-color: #000;
}

.text-fix{
    color: #02e990;
    /* background-color: #fff; */
    border-color: #000;
}

.text-danger {
    color: #ff0000;
}

.text-danger.fa-asterisk {
    color: #02E990;
    margin-right: 6px;
}

.input-error .text-danger.fa-asterisk {
    color: #ff0000;
    font-size: 14px;
}

.input-error .question-title-container {
    line-height: 20px;
}

.question-container select.list-question-select {
    padding: 0.6rem 1.2rem;
    background-color: #02e990;
    margin: 6px 0;
    width: 120%;
}

.margintop-field input,
.margintop-field textarea {
    margin: 12px 0 !important;
}

.smallinput .ls-input-group-extra { 
    line-height: 46px;
    width: unset;
}

.middleinput .ls-input-group-extra {
    line-height: 46px;
    width: unset;
}

.smallinput input,
.middleinput input {
    float: left;
}
    
/* FIX
.margintop-field input + .suffix-text {
    padding-top: 16px;
} */

.birth-field .date-timepicker-group {
    margin: 0px 0 0 0;
}

.answer-item.dropdown-item {
    width: 100%;
}

.questionnaire-page-title {
    font-family: 'Avataris';
    margin-top: 0;
    margin-bottom: 20px;
}

.questionnaire-page-title > div:first-child {
    font-size: 46px;
    line-height: 32px;
}

.questionnaire-page-title > div:last-child {
    font-size: 26px;
}

.question-container input {
    background-color: transparent;
}

.question-container .question-title-container {
    padding: 0;
}

.group-description {
    padding: 20px 0;
    text-align: center;
    margin: 0;
    background-color: transparent !important;
    border-radius: 0;
    border-left: none;
    border-right: none;
    border-top: 3px solid #02E990;
    border-bottom: 3px solid #02E990;
    position: relative;
}

.well {
    background-color: #222222 !important;
    border: 1px solid #3b3b3b;
    border-radius: 4px;
}

.avataris-breadcrumbs {
    font-size: 13px;
    text-align: center;
}

.form-control {
    color: #fff !important;
    background-color: #000 !important;
}

.form-control:focus {
    border-color: #02E990;
}

.bootstrap-datetimepicker-widget {
    background-color: #000000;
}

.bootstrap-datetimepicker-widget td[data-action="selectDay"]:hover,
.bootstrap-datetimepicker-widget table td span:hover {
    background: rgba(256, 256, 256, .1) !important;
}

.bootstrap-datetimepicker-widget td.active,
.bootstrap-datetimepicker-widget table td span.active {
    background-color: #02E990 !important;
    color: #000000 !important;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover {
    background: rgba(256, 256, 256, .1);
}

.bootstrap-datetimepicker-widget table td.today:before {
    border-bottom-color: #02E990;
}



.btn-primary.active,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.focus, 
.btn-primary:focus,
.btn-check:checked{
    background-color: #02E990 !important;
    border-color: #02E990 !important;
    color: #000000 !important;
}

select option {
    background-color: #fff;
    color:#000;
}

select option.hover{
    background-color: #fff;
}

textarea.form-control {
    background-color: transparent;
}

.prev-next > .col-md-6:nth-child(2) {
    display: flex;
    justify-content: flex-end;
}

.answers-list.radio-list {
    padding-bottom: 0;
    margin-left: 20px;
    flex-direction: row;
    transform: translate(0px, -10px);
}

.text-info {
    color: #C7BAB7;
}

.avataris-nav.prev-next .right-button .desktop-button > div,
.avataris-nav.prev-next .left-button .desktop-button > div{
    width: unset;
}

.prev-next .arrow-line {
    margin-top: 13px;
}

.table-hover > tbody > tr:hover {
    background-color: transparent;
}

.ls-answers tbody .answertext {
    text-align: left;
    color: #ffffff;
}

table,
table thead th,
table thead td {
    border: none !important;
}

.dir-ltr .ls-answers td.radio-item, 
.dir-ltr .ls-answers td.checkbox-item {
    padding-left: 0;
}

.table > tbody > tr > td, 
.table > tbody > tr > th, 
.table > tfoot > tr > td, 
.table > tfoot > tr > th/*, 
.table > thead > tr > td, 
.table > thead > tr > th */{
    line-height: 1.42857143;
    vertical-align: middle;
    border: none;
    border-top: 1px solid #555555;
    color: #fff;
}

.table-inputs .table > tbody > tr > td {
    border-top: none;
}

.table-inputs .table > tbody > tr > td input {
    text-align: center;
}

table.ls-answers {
    margin-bottom: 20px;
}

table {
    text-justify: inter-word;
    -webkit-hyphens: none;
    -moz-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
    word-wrap: normal;
}

table input.form-control {
    border: 1px solid #cccccc;
}
/* FIX */
.dir-ltr .radio-item .ls-label-xs-visibility, 
.dir-ltr .checkbox-item .ls-label-xs-visibility {
    margin-left: 0;
}

.slider-style .slider-container {
    width: 100%;
    padding: 0;
}

.slider-style .slider.slider-horizontal .slider-track {
    height: 6px;
}

.slider-style .slider-handle {
    height: 17px;
    width: 17px;
    background-color: #02E990;
}

.slider-style .slider-left {
    position: absolute;
    top: 20px;
    left: 15px;
    width: 100%;
    text-align: left;
    padding: 0;
}

.slider-style .slider-right {
    position: absolute;
    top: 20px;
    right: 15px;
    width: 100%;
    text-align: right;
    padding: 0;
}

.slider-style .tooltip-inner { 
    font-size: 14px;   
}

.buttons-style .answer-container {
    margin: 20px !important;
}

.buttons-style .bootstrap-buttons-div {
    padding-left: 0;
}

.buttons-style .answers-list {
    padding-top: 0;
    display: flex;
    justify-self: flex-end;
    margin-left: 0 !important;
    margin-right: 50px !important;
    width: 100% !important;
}

.buttons-style .bootstrap-buttons-div label {
    margin-bottom: 0;
    font-size: 16px;
    box-sizing: content-box;
    white-space: normal;
    overflow: auto;
    text-overflow: clip;
    display: block;
}

.toggle-style {
    outline: none;
}

.toggle-style .yesno-button {
    width: 300px;
}

.toggle-style .yesno-button label {
    margin: 0;
}

.flexreverse li {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.flexreverse div,
.flexreverse label {
    width: unset;
}

.flexreverse div {
    padding-right: 0;
}

.specialtextarea textarea {
    height: 34px;
    margin: 12px 0 !important;
    resize: none;
}

.smallinput input {
    width: 70px !important;
}

.middleinput input {
    width: 120px !important;
}

.mobile-padding-top ul {
    padding-top: 15px;
}

.mobile-padding-bottom ul {
    padding-bottom: 15px;
}

.checkbox-style .checkbox-item label::after {
    left: -2px;
    top: -4px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 16px;
    color: #02E990;
    background-color: unset;
}

.checkbox-style li:last-child {
    margin-bottom: 0;
}

#bootstrap-alert-box-modal .modal-content,
.file-upload-modal .modal-content {
    background: #000000;
}

#bootstrap-alert-box-modal .close,
.file-upload-modal  .close {
    color: #ffffff;
    opacity: .5;
}

#bootstrap-alert-box-modal .close:hover,
.file-upload-modal .close:hover {
    opacity: 1;
}

#bootstrap-alert-box-modal .modal-header,
.file-upload-modal  .modal-header {
    border-bottom: 1px solid #555555;
}

#bootstrap-alert-box-modal .modal-footer,
.file-upload-modal  .modal-footer {
    border-top: 1px solid #555555;
}

#bootstrap-alert-box-modal .modal-footer a,
.file-upload-modal  .modal-footer a {
    border: none;
    color: #212529;
    background-color: #02e990;
}

#bootstrap-alert-box-modal .modal-footer a:hover,
.file-upload-modal .modal-footer a:hover {
    background-color: #02E990;
    border: none;
}

#bootstrap-alert-box-modal .modal-content,
.file-upload-modal  .modal-content {
    box-shadow: 0 0 15px rgba(255,255,255,.2);
}

.file-upload-modal .model-container {
    display: flex;
    flex-direction: column-reverse;
}

.file-upload-modal .modal-footer button {
    background-color: #ffffff;
    color: #000000;
    border: none;
}

.file-upload-modal .modal-footer button:hover,
.file-upload-modal .modal-footer button:active{
    background-color: #02E990;
}

.file-upload-modal .upload-div .btn-default {
    background-color: #ffffff;
    color: #000000;
    border: none;
}

.withprefix .prefix {
    padding-left: 0;
}

.smallinput .ls-input-group-extra { 
    line-height: 46px;
    width: unset;
}

.middleinput .ls-input-group-extra {
    line-height: 46px;
    width: unset;
}

.smallinput input,
.middleinput input {
    float: left;
}
    
.file-upload-modal .alert-info {
    background-color: transparent;
    border: none;
    color: #fff;
}

.last-li-margin ul {
    padding-bottom: 0;
}

.last-li-margin ul li:last-child {
    margin-bottom: 0;
}

.smallinput .suffix-text {
    width: unset;
}

.middleinpput .suffix-text {
    width: unset;
}

.mobile-logo {
    margin-left: 20px;    
}

#navbar {
    position: absolute;
    top: 25px;
    right: 35px;
}







/* --------------- RESPONSIVE --------------- */

@media screen and (min-width: 768px) {
    
    .mobilehide {
        display: inline;
    }
    
    .intro-btn {
        display: flex;
        justify-content: flex-end;
    }
    
    .surveyreturn-btn {
        margin-top: 0;
    }
    
    .surveyreturn-btn a {
        position: absolute;
        top: -17px;
        left: -15px;
        margin-top: 0;
    }
    
    .avataris-nav .input-cell {
        float: right;
        width: 65%;
    }
    
    .load-survey-submit .avataris-nav .input-cell {
        width: 100%;
    }
    
    .file-upload-modal div.modal-dialog {
        width: 600px;
        max-width: 600px;
    }
    
    .navbar > .container {
        padding-top: 30px;
    }

    .mobile-logo {
        display: none !important;
    }
    
    .navbar-brand.logo-container .logo.img-responsive {
        display: block;
    }
    
    #navbar {
        position: static;
    }
    
    #navbar ul {
        padding: 0;
    } 
   
    #navbar .nav {
        margin-top: 11px;
    }
    
    
    .avataris-nav .load-survey-submit {
        text-align: right;
    }
    .row.welcome-info {
        margin-top: 90px;
    }
    
    .mobile-button {
        display: none;
    }
    
    .desktop-button {
        display: block;
    }
    
    .avataris-nav.welcomebtn > div {
        display: flex;
        justify-content: flex-end;
    }
    
    .avataris-nav button .desktop-button > span {
        text-align: left;
        display: block;
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 2px;
        cursor: pointer;
    }
    
    .avataris-nav button .desktop-button > div {
        position: relative;
        width: 200px;
    }
    
    .arrow-line {
        height: 2px;
        background-color: #02E990;
        width: 100%;
        margin-top: 10px;
    }
    
    .arrow-right {
        border: solid #02E990;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 7px;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        top: -7px;
        right: 0;
    }
    
    .arrow-left {
        border: solid #02E990;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 7px;
        left: 0;
        position: absolute;
        top: -7px;
        transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
    }
    
    .joinusdiv .avataris-font {
        font-size: 60px;
    }
    
    .joinusdiv .col-lg-12 > .d-block:last-child {
        font-size: 25px;
    }
    
    #surveyListFooter .flex-evenly {
        flex-direction: row;
    }
    
    #surveyListFooter .flex-evenly,
    #surveyListFooter .flex-evenly .text-right {
        text-align: left;
    }
    
    #surveyListFooter .social-icons {
        width: unset;
    }
    
    .footer-column h3 {
        margin-bottom: 20px;
    }
    
    .footer-column {
        margin-bottom: 0;
    }
    
    #surveyListFooter {
        padding: 130px 0 150px 0;
    }
    
    .joinusdiv .avataris-font:before {
        width: 80px;
        top: 40px;
    }
    
    .joinusdiv .avataris-font:after {
        top: 40px;
        width: 80px;
    }
    
    .form-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    }

    .form-fields {
    flex: 2;
    min-width: 300px;
    }

    .instruction-box {
    flex: 1;
    min-width: 250px;
    max-width: 300px;
    }
    
    
/* Grid container with two columns */
    .name-fields-grid .question-text {
    display: grid;
    grid-template-columns: 1fr 1fr; /* Two equal-width columns */
    gap: 20px;
    }

    /* Ensure inputs fill the width */
    .name-fields-grid input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    }
    
    /* Apply to the whole group */
#group-yourgroupid.two-column-group {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

/* Force LimeSurvey questions to fill column */
.two-column-group .question-container {
    width: 100%;
}
    
    .gradient-container {
        display: flex;
    }
    
    .gradient-container .avataris-gradient {
        width: 50px;
        min-width: 50px;
        background-image: linear-gradient(#02E990, #000000);
        color: #000000;
    }
    
    
    /* to fix */
    
    .gradient-info {
        position: absolute;
        width: 24px;
        color: #000;
        top: 0;
        left: 13px;
    }
    
    .gradient-info img {
        width: 100%;
        margin-bottom: 7px;
    }

    .gradient-info > div {
        margin-top: 130px;
    }
    
    .gradient-info span {
        font-family: 'Avataris';
        font-size: 24px;
    }
    
    .gradient-info span::before {
        content: '';
        display: block;
        height: 2px;
        width: 30px;
        background-color: #000000;
        margin: 0 auto;
    }
    
    .question-container {
        background-color: transparent;
        border: none;
        margin-left: 50px !important;
        padding-left: 0;
        padding-right: 0;
    }
    
    .avataris-nav.prev-next button {
        width: 134px;
    }
    
    .avataris-nav.prev-next button.left-button span {
        text-align: right;
    }
    
    .group-outer-container {
        margin-bottom: 0;
    }
    
    .mobileshow {
        display: none;
    }
    
    .list-row ul {
        display: flex;
        flex-direction: row;
    }
    
    .buttons-style .col-sm-2 {
        width: unset;
    }
    
    .other-half-half .answer-item .other-text-item input {
        width: 100%;
    }
}


@media screen and (min-width: 992px) {
    
    .welcome-info > div:first-child {
        padding-right: 30px;
    }
    
    .welcome-info > div:nth-child(2) {
        padding-left: 30px;
    }
    
    .welcome-info .fontweight-semibold {
        margin-top: 0;
        font-size: 26px;
        text-align: left;
    }
    
    .field-half {
        width: 510px;
        float: left;
    }
    
    .field-half.second {
        margin-left: 20px !important;
    }
    

/* Clear floats after the second field to prevent other elements from floating up */
    .field-half.second::after {
    content: "";
    display: block;
    clear: both;
    }

/* Alternative: Add this class to the Gender field (or any field after Last Name) */
    .clear-float {
    clear: both;
    }

/* Another approach: Clear floats on the next question container */
    .field-half.second + .question-container {
    clear: both;
    }
    
    .welcome-info img {
        margin-bottom: 0;
    }
    
    .welcome-info > div:first-child {
        margin-bottom: 0;
    }
    
    .welcome-info .fullwidth.small-desktop {
        display: block;
        position: relative;
        top: -13px;
    }
    
    .welcome-info .fullwidth.desktop {
        display: none;
    }
    
    .questionnaire-page-title > div:first-child {
        font-size: 71px;
        line-height: 52px;
    }
    
    .questionnaire-page-title > div:last-child {
        font-size: 42px;
    }

}

@media screen and (min-width: 1025px) {
    .table-inputs .table > tbody > tr > td {
        padding-left: 10px;
    }
    
    table > tbody > tr:last-child > th,
    table > tbody > tr:last-child > td {
        border-bottom: 1px solid #555555;
    }
    
    .table-inputs table > tbody > tr:last-child > td {
        border-bottom: none;
    }
    
    .checkbox-row .checkbox-list ul {
        display: flex;
        justify-content: space-between;
    }
}


@media screen and (min-width: 1200px) {

    .welcome-info .fullwidth.desktop {
        display: block;
    }
    
    .welcome-info .fullwidth.small-desktop {
        display: none;
    }
    
    .welcome-info .fontweight-semibold {
        margin-top: 20px;
        font-size: 30px;
    }
    
    .name-grid {
        grid-template-columns: 1fr;
    }
}
   
    .other-half-half .answer-item select {
        width: 510px;
    }
    
    .other-half-half .answer-item .other-text-item {
        margin-left: 16px;
        width: 510px;
    }
    
    .question-container {
        position: relative;
    }
    
    .question-valid-container {
        position: absolute;
        padding: 0;
        bottom: -18px;
        width: fit-content;
        color: #ff0000;
    }
    
    .question-valid-container > div::before {
        content: '▲';
        position: absolute;
        top: -21px;
        left: 13px;
        font-size: 20px;
        z-index: 1;
    }
    
    .question-valid-container:-moz-only-whitespace,
    .question-valid-container:empty {
        display: none;
    }
    
    .question-valid-container > div {
        font-weight: normal;
        color: #ff0000;
        font-size: 10px;
        padding-left: 15px;
    }

@media screen and (min-width: 1600px) {

}

/* mobile only */
@media screen and (max-width: 767px) {
    
    /* MAYBE NOT NEEDED ANYMORE 
    
    .dir-ltr .ls-input-group .form-control {
        float: left;
    }
    
    .ls-input-group .form-control {
        display: table-cell;
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }

    .ls-input-sized .ls-input-group-extra {
        width: initial;
    } */
    
    /*.textalign-left textarea {
        margin: 12px 0;
    }*/
    
    .g01q19 ul li > label {
        line-height: 34px;
        margin-bottom: 0;
    }
    
    .upload-files .ls-answers {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .g01q25 li:first-child {
        margin-right: 0;
    }
    
    .bootstrap-buttons-div {
        margin-bottom: 6px;
    }
    
    .table-inputs .table > tbody > tr > td input {
        text-align: left;
    }
    
    .slider-style .slider-container {
        margin-top: 20px;
    }
    
    .slider-style .slider-left {
        width: fit-content;
        left: 15px;
        top: 50px;
    }
    
    .slider-style .slider-right {
        width: fit-content;
        right: 15px;
        top: 50px;
    }
    
    .slider-style.question-container .answer-container li {
        padding-bottom: 40px;
        padding-top: 10px;
    }
    
    .slider-style.question-container .answer-container ul li:last-child {
        padding-bottom: 0;
        padding-top: 10px;
    }
    
    .slider-style .tooltip-inner {
        padding: 0 8px 0 4px;
    }
    
    .slider-style .tooltip-arrow {
        display: none;    
    }
    
    .slider .tooltip.top {
        margin-top: -26px;
    }
    
    .buttons-style .radio-list > div {
        padding-right: 0;
    }
}



@media screen and (max-width: 1024px) {
    table {
        margin: 15px 0;
    }
    
    table > tbody > tr:first-child > th {
        border-top: none;
    }
    
    table > tbody > tr:last-child > th {
        border-bottom: none;
    }
    
    table th,
    table td {
        margin-bottom: 15px;
    }
    
    .table-radio table {
        margin-top: 0;
    }
    
    .table-radio table.ls-answers tbody td.radio-item, 
    .table-radio table.ls-answers tbody td.checkbox-item {
        padding-left: 30px;
        margin-bottom: 0;
        padding-top: 12px;
        padding-bottom: 8px;
    }
    
    .table-radio table.ls-answers tbody tr.radio-list {
        margin-bottom: 0;
    }
    
    .table-radio table.ls-answers tbody th {
        margin-bottom: 0;
        padding-top: 30px;
    }
    
    .table-radio table.ls-answers tbody tr:first-child th {
        padding-top: 8px;
    }
    
    .rec09 tbody td {
        display: flex;
        justify-content: space-between;
    }
    
    .rec09 tbody td label {
        margin-bottom: 0;
        line-height: 34px;
    }
    
    .rec09 tbody td input.form-control {
       margin: unset; 
    }
    
    .rec09 table.ls-answers tbody th.control-label {
        text-align: center;
    }
    
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
    .lets-continue-info .fontweight-semibold + span {
        margin-bottom: 95px;
    }
}

/* ----------------- Large mobile --------------------- */

@media screen and (min-width: 482px) and (max-width: 767px) {
    .suffix100 .suffix-text {
        width: 100%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .other-text-item {
        width: 100%;
    }
}

@media only screen and (max-device-width: 760px) {
    .slider-style li:last-child {
        margin-bottom: 30px;
    }
}

/* ----------------- Smallest screen -------------------*/

@media screen and (max-width: 488px) {
    .g01q19 ul li > div {
        padding-left: 0;
    }
}

@media screen and (max-width: 481px) {
    .g01q27 input {
        width: 200px;
        margin-top: 0 !important;
    }
    .g01q27 .suffix-text {
        line-height: 26px;
    }
}