/*'clear browser cache Ctrl + shitf + R*/
@media only screen and (max-width: 1500px) {
    body {
        font-size: 14px;
    }
    h2, button {
        font-size: 16px;
    }
    h1 {
        font-size: 18px;
    }
    .carousel {
        width: 800px;
        height: 200px;
    }
    .item-1 .columns, .item-2 .columns, .item-3 .columns, .item-4 .columns {
        width: 650px;
        height: 100%;
    }
    .training-sign {
        left: calc(50vw - 150px);
        width: 300px;
    }
    .start-text {
        margin: 0;
    }
  }

  @media only screen and (min-width: 1500px) {
    body {
        font-size: 18px;
    }
    h2, button {
        font-size: 20px;
    }
    h1 {
        font-size: 22px;
    }
    .carousel {
        width: 900px;
        height: 300px;
    }
    .item-1 .columns, .item-2 .columns, .item-3 .columns, .item-4 .columns {
        width: 750px;
        height: 100%;
    }
    .carousel, .modal {
        font-size: 20px;
    }
    .training-sign {
        left: calc(50vw - 250px);
        width: 500px;
    }
    .start-text {
        margin: 0 8% 0 8%;
    }
  }

html, body, #experiment {
    overflow: hidden;
    height: 100dvh;
    width: 100dvw;
}
  
.section {
    display: flex;
    padding: 0;
    height: 84vh;
    width: 100%;
    min-height: 0;
    overflow: hidden;
}

.content-section, .survey-page {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    min-height: 0;
}

.content-section {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.navbar, .footer {
    display: flex;
    align-items: center;
    min-height: 8vh !important;
    height: 8vh !important;
    width: 100%;
    padding: 0px !important;
    background-color: #f9f6f5;
    flex-shrink: 0;
}

.navbar img {
    height: 79%;
    padding-bottom: 2px;
}

.lp {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    min-height: 0;
    margin: 0;   
}

.landingpage-form-container {
    width: 100%;
    height: 100%;
    padding: 0 15vw 50px 15vw;
    overflow-y: auto;
    overflow-x: hidden; 
}

button {
    width: 200px;
    height: 5vh;
    border: 1px solid #D3D3D3;
    background-color: #D3D3D3;
    border-radius: 5px;
}

.next-button, .slide-progress{
    padding: 0;
    margin: 0;
    width: 50%;
    height: auto;
    display: flex; 
    align-items: center;
 }
.next-button{
   justify-content: flex-end;
}
.slide-progress{
    justify-content: flex-start;
 }

 a {
    color: #9e6fb5;
 }
 a:hover {
    color: #632783;
 }

 .next-button button{
    margin-right: 30px;
    border: 1px solid #9e6fb5;
    background-color: #9e6fb5;
    color: white;
 }

 .next-button button:hover{
    border-color:#632783;
    background-color: #632783;
 }

 .next-button button:disabled {
    border: 1px solid #D3D3D3;
    background-color: #D3D3D3;
 }

.landingpage-form-container > * {
    margin-top: 20px;
}

.terms-card {
    padding: 30px;
    width: inherit;
    height: inherit;
    border: 1px solid #ebe0f1;
    background-color: #ebe0f1;
    border-radius: 10px;
    display: flex;
    justify-content: center;
}

.required {
    color: #B94592;
}

#id_email, #id_age, #id_experience, #id_question5, #id_question6, #id_question7 {
    width: 100%;
    padding: 5px 5px 7px 15px;
    border-radius: 5px;
    border: solid 2px #D3D3D3;
}

.consent-text{
    margin-top: 40px;
}

.pre-study-form {
    width: 100%;
    height: fit-content;
}
.question-card {
    width: 100%;
    padding: 15px;
    margin: 20px 0 0 0;
    height:fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    background-color: #ebe0f1;
    border-color: #ebe0f1;
    border-radius: 10px;
}

.question-label {
    margin-bottom: 5px;
}

.columns, .column {
    height: inherit;
    padding: 0;
    margin: 0 !important;
}

.switch-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1%;
    margin: 2%;
    border-color: rgba(56, 56, 56, 0.88);
    border-radius: 10px;
    background-color: rgba(56, 56, 56, 0.88);
    color: #FFFFFF;
}

.switch-toggle-container {
    display: flex;
    justify-content: center;
    align-items: center;
}
.modalContainer {
    height: 100vh;
    width: 100vw;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0px;
    left: 0px;
    background-color: rgba(255,255,255,0.05);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px);
    z-index: 10;
}
.carousel, .modal {
    position: relative;
    display: flex;
    background-color: #ebe0f1;
    border-color: EEEEEE;
    border-radius: 10px;
    overflow: hidden;
}

.slider-container {
    height: 100% !important;
}

.item-1, .item-2, .item-3, .item-4 {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}
.car-img {
    width:100%;
    height: 100%;
    padding: 20px;
    display: flex;
    align-items: center;
}
.car-img img {
    width: auto;
    height: 90%;
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
}
.item-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider-navigation-next, .slider-navigation-previous {
    background-color: rgba(0,0,0,0);
    width: 60px;
    height: 60px;
    border: none;
    box-shadow: none;
}

.modal-icon {
    width: 30px !important;
    height: auto;
    margin-right: 20px !important;
}
.close-icon {
    width: 25px;
    height: auto;
    position: absolute;
    top: 30px;
    right: 30px;
    transition: transform 0.2s ease;
}

.close-icon:hover {
    transform: scale(1.1);
}

.training-sign {
    position: absolute;
    top:0;
    margin-top: 9vh;
    height: 80px;
    border: 1px solid rgba(158, 111, 181, 0.88);
    background-color: rgba(158, 111, 181, 0.88);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    color: white;
    z-index: 3;
}
.training-sign img {
    width: 60px;
}
.training-sign h1 {
    padding-left: 20px;
    font-size: 35px;
}

.image-container, .confidence-form-container {
    position: relative;
    padding: 0;
    height: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
.confidence-form-container {
    max-width: 75%;
    margin: 0 auto;
}

#image-div {
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    overflow: hidden;
}
#drag-img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    z-index: -1;
    max-width: none;
    max-height: none;
}
.zoom {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 1%;
    margin: 2%;
}
.zoom button {
    width: 50px;
    height: 50px;
    border-color: rgba(56, 56, 56, 0.88);
    border-radius: 10px;
    background-color: rgba(56, 56, 56, 0.88);
    margin: 5px 0px 5px 0px;
}
.zoom button img {
    width: 70%;
    height: auto;
}
.zoom button:disabled {
    border-color: rgba(176, 176, 176, 0.88);
    background-color: rgba(176, 176, 176, 0.88);
}
.side-bar {
    height: inherit;
    padding: 35px;
}

.AI-rec, .your-assessment {
    display: flex;
    align-items: center;
    justify-content: center;
}

.AI-rec {
    padding: 25px;
    position: relative;
    height: 50%;
    background-color: #ebe0f1;
    border: 1px solid #ebe0f1;
    border-radius: 10px;
}

.AI-rec h1 {
    font-size: 19px;
}

.AI-rec h2 {
    font-size: 17px;
}

.your-assessment {
    height: 50%;
}

.AI-rec-titles h1, .your-assessment h1 {
    text-align: center;
}
.icon img{
    width: 20px;
}
.icon{
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.field-row {
    display: flex;
}

.percentage-card {
    padding: 5px;
    margin-left: 15px;
    width: 15%; 
    height: inherit;
    border: 1px solid #EEEEEE;
    background-color: #EEEEEE;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

input[type="radio"], input[type="checkbox"], input[type="range"] {
    accent-color: #632783;
}

.range-container {
    /* width: 85%; */
    width: 100%;
}

.range {
    position: relative;
    display: flex;
    justify-items: center;
}

.range-lable{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.range-label p {
    width: fit-content;
}

input[type="range"] {
    width: 100%;
    accent-color: #632783;
}

.mid-marker {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    height: 30px;
    background: #888787;
    pointer-events: none;
}

.training-bar {
    background-color: #9e6fb5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    padding: 2px !important;
}

.training-bar img {
    height: 90%;
    margin-right: 7px;
    padding: 0;
}

.training-bar h1 {
    font-size: 23pt;
}

.form-field, #id_likertScale, #id_item1, #id_item2, #id_item3, #id_item4, #id_item5, #id_item6, #id_item7, #id_item8, #id_question1, #id_question2, #id_question3, #id_question4 {
    display: flex;
}

.form-field {
    width: 100%;
    justify-content: space-between
}

#id_likertScale, #id_likertScale *{
    margin-left: 2px;
    margin-right: 2px;
}

.negative, .positive, .radio-buttons {
    display: flex;
    align-items: center;
}

.ueqs > * {
    margin-bottom: 7px !important;
}

.negative {
    justify-content: flex-end;
}

.positive {
    justify-content: flex-start;
}

.radio-buttons {
    justify-content: center;
}

.radio-buttons * {
    margin-left: 3px;
    margin-right: 3px;
}

.question {
    margin-bottom: 6px !important;
}

.question-ops {
    margin-bottom: 35px !important;
}

#id_question5 {
    margin: 0;
    height: 28px;
}

.certain-row {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
}

.certain-row > span {
    white-space: nowrap;
}
.certain-wrapper {
    position: relative;
    flex: 1;
    padding-top: 25px;
}

.certain-wrapper input[type="range"] {
    width: 100%;
}

#confidence-value {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
}

.range input[type="range"] {
    appearance: none;
    width: 100%;
    background: transparent;
}

/* Chrome / Edge / Safari */
.range input[type="range"]::-webkit-slider-runnable-track {
    height: 8px;
    background: #EEEEEE;
    border-radius: 3px;
}

.range input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    width: 20px;
    height: 20px;
    margin-top: -6px;
    border-radius: 50%;
    background: #9e6fb5;
}

/* Firefox */
.range input[type="range"]::-moz-range-track {
    height: 8px;
    background: #EEEEEE;
    border-radius: 3px;
}

.range input[type="range"]::-moz-range-progress {
    background: #EEEEEE;
}

.range input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border: none;
    border-radius: 50%;
    background: #9e6fb5;
}
