body {
    font-family: 'Arial', sans-serif;
    background-color: #f4ae70;
    margin: 0;
}
.table { 
    width: 100%; 
    border-collapse: collapse; 
    margin-top: 20px; 
}
.table, .table th, .table td { 
    border: 1px solid black; 
    padding: 8px; 
    text-align: left; 
}
.form-fields{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    /* width: 500px; */
}
form {
    display: flex;
    flex-direction: row;
    gap: 40px;
    flex-wrap: wrap;
    margin-left: 40px;
}
h3 {
    font-family: 'Georgia', serif;
    color: #143960;
    font-size: 28px;
    margin-bottom: 15px;
}
.studyContainer, .researcherContainer {
    background: transparent;
    padding: 20px;
    width: 45%;
    display: flex;
    flex-direction: column;
}
.studyContainer #descriptionBox{
    height: 40px;
    resize: vertical;
}
.dateLanguagesContainer{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.dateLanguagesBox{
    display: flex;
    flex-direction: column;
    width: 30%;
}
label {
    font-size: 12px;
    font-weight: bold;
    color: #143960;
    margin-bottom: 5px;
    text-transform: uppercase;
}
input[type="text"],
input[type="date"],
input[type="number"],
input[type="password"],
input[type="email"],
textarea,
select,
input[type="file"] {
    width: 100%;
    padding: 10px;
    border: none;
    border-radius: 5px;
    margin-bottom: 30px;
    box-sizing: border-box;
    height: 40px;
}
textarea {
    height: 120px;
    resize: vertical;
}
.phoneAffiliationContainer{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.phoneAffiliationBox{
    display: flex;
    flex-direction: column;
    width: 40%;
}

.testFileContainer {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.testSelectionContainer, .fileContainer {
    flex: 1;
}

.fileContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#csv-file-name {
    font-size: 12px;
    color: #143960;
    text-transform: uppercase;
    font-weight: bold;
}
#buttonFile{
    width: 100%;
    background-color: white;
    color: #143960;
    text-transform: uppercase;
    text-align: left;
    padding: 10px;
    margin-top: 0;
    margin-bottom: 30px;
    border: none;
    border-radius: 5px;
    box-sizing: border-box;
    height: 40px;
}
.testSelectionContainer label {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}
input[type="checkbox"] {
    transform: scale(1.6);
    background-color: white;
    border: none;
    outline: none;
    box-shadow: none;
}
#buttonSubmit{
    text-transform: uppercase;
    margin-left: 90%;
    margin-top: 0;
}
button, input[type="submit"] {
    background-color: #143960;
    color: white;
    padding: 10px 25px;
    border: none;
    border-radius: 25px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
    margin-bottom: 20px;
}
.validationsContainer{
    display: flex;
    flex-direction: column;
}
.matchs{
    display: flex;
    flex-direction: row;
}
.matchs label {
    white-space: nowrap;
    display: inline-block;
    padding-right: 10px;
    align-content: center;
    height: 40px;
}
.matchs select{
    margin-bottom: 0;
}
.formContainer{
    display: flex;
    flex-direction: column;
}
.fieldsContainer{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
}
.submitContainer{
    display: flex;
    flex-direction: column;
}
#searchSubmit{
    align-self: flex-start;
}
.csv-errors{
    border:1px solid red; 
    padding:1em; 
    margin-block:1em;
}
.NavigationContainer{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: rgb(75, 72, 72);
    color: black;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}
.button:hover {
    background-color: rgb(179, 177, 177);
}
.PacientContainer {
    background: transparent;
    padding: 20px;
    width: 45%;
    display: flex;
    flex-direction: column;
}
.testSelectionPatientContainer {
    background: transparent;
    padding: 20px;
    width: 45%;
    display: flex;
    flex-direction: column;
}
.parametersContainer {
    display: flex;
    flex-direction: column;
}
.buttonSave {
    display: flex;
    width: 100%;
    margin-top: 30px;
}
tr.clickable-row {
    cursor: pointer;
}
tr.clickable-row:hover {
    background-color: #f0f0f0;
}
.pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 35px;
}
.pagination ul {
    list-style: none;
    display: flex;
    gap: 5px;
    padding: 0;
    margin: 0;
}
.pagination a, 
.pagination strong {
    display: inline-block;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
    color: #007bff;
    font-weight: 500;
    transition: background 0.2s, color 0.2s;
}
.pagination a:hover {
    background: #007bff;
    color: white;
}
.pagination strong {
    background: #007bff;
    color: white;
    border-color: #007bff;
}
.pagination a:visited {
    color: #007bff;
}
.pagination a:visited:hover {
    background: #007bff;
    color: white;
}
.matchsContainer select {
    margin-bottom: 0;
}

/*
 _                _       
| |    ___   __ _(_)_ __  
| |   / _ \ / _` | | '_ \ 
| |__| (_) | (_| | | | | |
|_____\___/ \__, |_|_| |_|
            |___/         

*/

.loginContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.loginContainer .leftSide {
    width: 40%;
    display: flex;
    flex-direction: column;
    background-color: #EBEBEB;
}
.loginContainer .leftSide .logoBox {
    width: 350px;
    margin-left: 70px;
    margin-top: 70px;
}
.loginContainer .leftSide .logoBox img {
    max-width: 100%;
    height: auto;
}
.loginContainer .rightSide {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: white;
}
.loginContent {
    display: flex;
    flex-direction: column;
}
#welcomeTitle {
    margin: 0;
    color: gray;
}
#welcomeSubTitle {
    margin: 0;
}
.formLogin {
    display: flex;
    flex-direction: column;
    margin-left: 0;
    gap: 0;
}
.formLogin input[type="text"],
.formLogin input[type="password"] {
    border: 1px solid grey;
    margin-bottom: 0;
}
.formLogin button[type="submit"] {
    background-color: #89CFF0;
}
.formLogin button[type="submit"]:hover {
    background-color: #0047AB;
}
.forgotPassordContainer {
    text-align: right;
    margin-block: 10px;
    font-size: smaller;
}
.forgotPassordContainer a {
    color: #89CFF0;
    text-decoration: none;
}
.newUserContainer #newUserLink {
    color: #00A305;
}
.loginFields label {
    top: 9px;
    position: relative;
    left: 15px;
    background: white;
    color: grey;
    text-transform: none;
    font-weight: unset;
}
.loginFields input[type="text"] {
    height: 50px;
}
.loginFields input[type="password"]::placeholder {
    font-size: small;
}
.newUserContainer {
    border-top: 1px solid #EBEBEB;
    margin-top: 50px;
}

/*
 ____            _     ____                      _ 
|  _ \  __ _ ___| |__ | __ )  ___   __ _ _ __ __| |
| | | |/ _` / __| '_ \|  _ \ / _ \ / _` | '__/ _` |
| |_| | (_| \__ \ | | | |_) | (_) | (_| | | | (_| |
|____/ \__,_|___/_| |_|____/ \___/ \__,_|_|  \__,_|
                                                   
*/

.dashboardContainer {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 100%;
}
.dashboardContainer .leftSide {
    width: 20%;
    min-height: 100vh;
    border-right: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    background-color: white;
}
.logoContainer {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.3rem;
    font-weight: 600;
    color: #1b2559;
    font-family: 'Inter', sans-serif;
}
.logoContainer#logoMainContainer {
    margin-inline: 1.5rem;
}
.logoContainer#logoMainContainer .menuIcon {
    margin-left: 10px;
    margin-right: 20px;
}
.dashboardLogoContainer {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
}
.dashboardLogoContainer#dashboardLogoMainContainer {
    margin-inline: 1.5rem;
}
.dashboardLogoContainer .DashboardLink {
    text-decoration: none;
}
.dashboardLogoContainer .DashboardLink .dashboardIcon {
    background-size: contain;
}
#dashboardIconID {
    margin-right: 30px;
    margin-left: 10px;
}
#MenuIconID {
    width: 30px;
    margin-top: 10px;
}
.optionsContainer {
    padding: 1rem 1.5rem;
    border-top: 1px solid #EBEBEB;
    margin-top: 2rem;
    height: 100%;
}
.optionsContainer p#userRole {
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0.25rem;
}
.mapBlock {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    font-size: 1rem;
    border-radius: 8px;
    align-content: center;
    padding-block: 2px;
    color: grey;
    text-decoration: none;
    transition: background 0.2s ease;
}
.mainMapBlock {
    justify-content: flex-start;
    padding-left: 10px;
}
.mapBlock:hover {
    background-color: #6c7ae0;
    color: white;
}
.mapBlock:hover svg {
    fill: white;
}
.uploadDatasetLink,
.searchLink,
.registerLink,
.comparisonLink {
    text-decoration: none;
    display: block;
    margin-bottom: 0.55rem;
}
.uploadIcon, .queriesIcon, .registerIcon, .comparisonIcon {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.profileContainer {
    border-top: 1px solid #EBEBEB;
    padding-left: 1.5rem;
    padding-top: 5px;
    margin-bottom: 1rem;
    padding-right: 1.5rem;
    position: relative;
}
.profileLink {
    text-decoration: none;
    cursor: pointer;
}
.profileMenu {
    position: absolute;
    display: none;
    bottom: 0;
    left: 0;
    opacity: 0;
    transform: translateY(100%);
    background: white;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    padding: 10px;
    pointer-events: none;
    transition: all 0.3s ease;
    width: 80%;
    padding-block: 10px;
    margin-left: 1.5rem;
    text-decoration: none;
    color: #333;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}
.smallView {
    width: auto;
    margin-left: 0.5rem;
}
.leftContainner .profileContainer .smallView .logoutIcon {
    margin-right: 0;
}
.leftContainner .profileContainer .smallView.active {
    transform: translateY(-70%);
}
.profileMenu:hover {
    background-color: #EBEBEB;
}
.profileContainer .profileMenu .logoutIcon {
    margin-right: 10px;
}
.profileMenu.active {
    display: flex;
    transform: translateY(-100%);
    opacity: 1;
    pointer-events: auto;
}
.profileMenu p {
    color: grey;
    font-size: 1rem;
}
.profileMenu a:hover {
    background-color: #f0f0f0;
}
.imageProfile {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid grey;
    background: white;
    background-size: cover;
}
.dashboardContainer .rightSide {
    width: 80%;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #EBEBEB;
}
.dashboardContainer .rightSide .rightSideBlock{
    margin-inline: 20px;
}
.dashboardContainer .rightSide .rightSideBlock .rightSideBlockHeader{
    margin-left: 134px;
    margin-top: 60px;
}
.navigationContainerRow {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 3.5rem;
    padding: 2rem;
    flex-wrap: wrap;
}
.navigationLink {
    text-decoration: none;
    color: inherit;
    /*flex: 1 1 300px;*/ /* Responsive blocks, min width 300px */
    max-width: 340px;
    height: 100%;
}
.navigationBlock {
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    padding: 2rem 1.5rem;
    text-align: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.navigationBlock:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
}
.navigationBlock .imageNav {
    height: 150px;
    display: flex;
    width: 150px;
}
.navigationBlock h2 {
    color: #222;
    margin-bottom: 0.75rem;
}
.navigationBlock p {
    color: #555;
}
.submitDatasetContainer,
.runQueryContainer,
.latestResourcesContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.form-group {
    width: 50%;
}


/*
 _   _       _                 _   ____                  
| | | |_ __ | | ___   __ _  __| | |  _ \ __ _  __ _  ___ 
| | | | '_ \| |/ _ \ / _` |/ _` | | |_) / _` |/ _` |/ _ \
| |_| | |_) | | (_) | (_| | (_| | |  __/ (_| | (_| |  __/
 \___/| .__/|_|\___/ \__,_|\__,_| |_|   \__,_|\__, |\___|
      |_|                                     |___/      

*/

.uploadPageContainer {
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: row;
}
.uploadPageContainer .leftContainner {
    min-width: 4%;
    height: 100%;
    border-right: 1px solid #e6e6e6;
    display: flex;
    flex-direction: column;
    background-color: white;
}
.uploadPageContainer .leftContainner .logoContainer {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    margin-top: 15px;
}
.uploadPageContainer .leftContainner .dashboardLogoContainer {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    font-weight: 500;
    justify-content: center;
    margin-top: 50px;
    padding-block: 2px;
    margin-inline: 0.7rem;
}
.uploadPageContainer .leftContainner .dashboardLogoContainer:hover {
    background-color: #6c7ae0;
}
.uploadPageContainer .leftContainner .dashboardLogoContainer:hover .DashboardLink .dashboardIcon svg {
    fill: white;
}
.uploadPageContainer .leftContainner .optionsContainer {
    padding: 1rem 0.7rem;
    border-top: 1px solid #EBEBEB;
    margin-top: 2rem;
    height: 100%;
    padding-top: 4rem;
}
.uploadPageContainer .leftContainner  .profileContainer {
    border-top: 1px solid #EBEBEB;
    padding-inline: 0.5rem;
    padding-top: 5px;
    margin-bottom: 1rem;
}

.uploadDataContainer {
    overflow-y: auto;
    background-color: white;
    width: 100%;
}

.uploadDataContainer form {
    margin-left: 0;
}
.studyInformationContainer {
    width:100%;
    background-color: white;
    display: flex;
    flex-direction: row;
}
.studyInformationContainer .privacyRightContainer {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.studyInformationContainer .privacyRightContainer .privacyContent {
    border-radius: 4px;
    background-color: #f1f4ff;
    padding: 1rem;
    box-shadow: 
    0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -2px rgba(0, 0, 0, 0.06);
    margin-top: 200px;
    margin-left: 50px;
    margin-right: 70px;
}
.studyInformationContainer .privacyRightContainer .privacyContent strong {
    font-size: 0.9rem;
}
.studyInformationContainer .privacyRightContainer .privacyContent p {
    font-size: smaller;
}
.studyInformationContainer .studyLeftContainer {
    min-width: 65%;
    max-width: 65%;
    margin-left: 70px;
    margin-top: 100px;
}
.studyInformationContainer .studyLeftContainer .form-group {
    width: 100%;
}
.studyInformationContainer .studyLeftContainer .form-group h2 {
    margin-top: 0;
    color: #454444;
}
.studyInformationContainer .studyLeftContainer .form-group p {
    font-size: larger;
    color: #454444;
}
.studyInformationContainer .studyLeftContainer .form-group label {
    color: grey;
    text-transform: none;
    font-size: 14px;
}
.studyInformationContainer .studyLeftContainer .form-group input[type="text"], input[type="date"], input[type="number"], input[type="password"], input[type="email"], textarea, select, input[type="file"] {
    border: 1px solid grey;
    outline: none;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    height: 50px;
    align-content: center;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.studyInformationContainer .studyLeftContainer .form-group textarea {
    min-height: 50px;
    height: 50px;
    overflow: hidden;
    padding-top: 15px;
}
.studyInformationContainer .studyLeftContainer .form-group input::placeholder, textarea::placeholder {
    color: grey;
    opacity: 0.5;
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
}
#id_study_publication_date {
    color: grey;
    opacity: 0.5;
}
.studyInformationContainer .studyLeftContainer .form-group input:focus, textarea:focus {
    border-color: black;
    box-shadow: 0 0 0 0px black;
    outline: none;
  }
.studyInformationContainer .studyLeftContainer .form-group .studyInformationContent {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.studyInformationContainer .studyLeftContainer .form-group .studyInformationContent .studyInformationBlock {
    width: 100%;
    display: flex;
    flex-direction: column;
}
.studyInformationContainer .studyLeftContainer .form-group .studyInformationContent .studyInformationBlock #citationTip {
    color: grey;
    font-size: small;
    margin-bottom: 30px;
    margin-top: -25px;
    margin-left: 15px;
}
.studyInformationContainer .studyLeftContainer .form-group .studyInformationContent .studyInformationSplitBlock{
    width: 100%;
    display: flex;
    flex-direction: row;
}
.studyInformationContainer .studyLeftContainer .form-group .studyInformationContent .studyInformationSplitBlock .studyInformationLeftBlock {
    min-width: 45%;
    max-width: 40%;
    display: flex;
    flex-direction: column;
}
.studyInformationContainer .studyLeftContainer .form-group .studyInformationContent .studyInformationSplitBlock .studyInformationRightBlock {
    min-width: 50%;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    margin-left: 5%;
}
.studyInformationContainer .studyLeftContainer .divisonUploadBlock {
    min-width: 100%;
    max-width: 100%;
    margin-top: 30px;
    border: 1px solid #6c7ae0;

}
.studyInformationContainer .studyLeftContainer .selectionTestContainer {
    margin-top: 50px;
}
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    margin-bottom: 290px;
}
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestLeftContainer {
    min-width: 50%;
    max-width: 50%;
}
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestLeftContainer p {
    text-align: justify;
    text-justify: inter-word;
}
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer {
    min-width: calc(50% - 100px);
    max-width: calc(50% - 100px); 
    width: calc(50% - 100px);
    margin-left: 100px;
}
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer #testSearch {
    margin-bottom: 0;
}
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer .test-search-input {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid grey;
    border-radius: 8px;
    font-size: 14px;
}

.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer .test-search-results {
    display: none;
    border: 1px solid grey;
    border-top: none;
    background: white;
    max-height: 200px;
    overflow-y: auto;
    border-radius: 0 0 8px 8px;
    padding-block: 10px;
}

.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer .search-result-item {
    padding: 8px 12px;
    cursor: pointer;
}

.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer .search-result-item:hover {
    background-color: #f0f0f0;
}

.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer .pill-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px 0;
}
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer .pill-label input[type="checkbox"] {
    display: none;
}
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer .pill-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #c5c5c5;
    width: fit-content;
    border-radius: 10px;
    padding: 8px 16px;
    font-size: 13px;
    color: #333;
    background-color: white;
    cursor: pointer;
    transition: background-color 0.2s ease, transform 0.1s ease;
    user-select: none;
}
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer .pill-label input[type="checkbox"]:checked ~ .pill-text,
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer .pill-label input[type="checkbox"]:checked {
    color: #333;
}
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer .pill-label:hover {
    border-color: #7a7a7a;
    background-color: #f5f5f5;
}
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer .pill-label:has(input[type="checkbox"]:checked) {
    background-color: #C4CAF2;
    border-color: #C4CAF2;
    /*opacity: 0.5;*/
}
.studyInformationContainer .studyLeftContainer .selectionTestContainer .form-group .selectionTestSplitContainer .selectionTestRightContainer .pill-text {
    display: inline-block;
    width: 100%;
}

.uploadDataContainer .buttons {
    width: 100%;
    border-top: 2px solid #6c7ae0;
    position: fixed;
    bottom: 0;
    background: white;
    display: flex;
    flex-direction: row;
}
.uploadDataContainer .buttons .leftButtonsContainer {
    width: 40%;
}
.uploadDataContainer .buttons .midleButtonsContainer {
    width: 90%;
}
.uploadDataContainer .buttons .rightButtonsContainer {
    width: 100%;
}
.uploadDataContainer .buttons button {
    font-size: medium;
    background-color: #EBEBEB;
    color: #7a7a7a;
}
.uploadDataContainer .buttons .leftButtonsContainer .backButton {
    margin-left: 20px;
    border: 1px solid #6c7ae0;
    background-color: white;
    transition: all 0.3s ease-in-out;
    color: #6c7ae0;
    align-content: center;
    align-items: center;
    display: flex;
}
.uploadDataContainer .buttons .leftButtonsContainer .backButton span {
    margin-left: 0;
    margin-right: 1rem;
}
.uploadDataContainer .buttons .rightButtonsContainer .nextButton {
    cursor: not-allowed;
    transition: all 0.3s ease-in-out;
}
.uploadDataContainer .buttons .rightButtonsContainer .nextButton.active {
    background-color: #6c7ae0;
    color: white;
    cursor: pointer;
    align-content: center;
    align-items: center;
    display: flex;
}
.uploadDataContainer .buttons .rightButtonsContainer .nextButton.active:hover {
    background-color: #2E41D1;
}
.uploadDataContainer .buttons .leftButtonsContainer button:hover {
    background-color: #2E41D1;
    color: white;
}
.uploadDataContainer .buttons span {
    font-size: x-large;
    margin-left: 1rem;
}

/*
  ____ ______     __  _____ _ _        _   _       _                 _ 
 / ___/ ___\ \   / / |  ___(_) | ___  | | | |_ __ | | ___   __ _  __| |
| |   \___ \\ \ / /  | |_  | | |/ _ \ | | | | '_ \| |/ _ \ / _` |/ _` |
| |___ ___) |\ V /   |  _| | | |  __/ | |_| | |_) | | (_) | (_| | (_| |
 \____|____/  \_/    |_|   |_|_|\___|  \___/| .__/|_|\___/ \__,_|\__,_|
                                            |_|                        

*/

.uploadDataContainer .csvFileContainer {
    background-color: white;
    margin-left: 70px;
    margin-top: 100px;
}
.uploadDataContainer .csvFileContainer h2 {
    margin: 0;
    font-size: 2rem;
    color: #454444;
}
.uploadDataContainer .csvFileContainer p {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    color: #454444;
    font-size: 18px;
}
.uploadDataContainer .csvFileContainer a {
    color: #6c7ae0;
}
.uploadDataContainer .csvFileContainer ul {
    color: #454444;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.uploadDataContainer .csvFileContainer li {
    color: #454444;
    font-size: 18px;
}


.uploadDataContainer .csvFileContainer .file-upload-container {
    border: 2px dashed #ddd;
    border-radius: 6px;
    text-align: center;
    padding: 40px;
    transition: border-color 0.3s ease, background-color 0.3s ease;
    cursor: pointer;
    position: relative;
    margin-top: 30px;
    margin-bottom: 50px;
}
.uploadDataContainer .csvFileContainer .file-upload-container:hover {
    border-color: #6c7ae0;;
    background-color: #f8f9ff;
}
.uploadDataContainer .csvFileContainer .file-upload-container.dragover {
    border-color: #4c6ef5;
    background-color: #edf2ff;
}
.uploadDataContainer .csvFileContainer .file-upload-container .file-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}
.uploadDataContainer .csvFileContainer .file-upload-container .file-upload-content img {
    width: 30px;
}
.uploadDataContainer .csvFileContainer .file-upload-container .file-upload-content .file-label {
    font-size: 16px;
    color: #333;
    cursor: pointer;
    text-transform: none;
    font-weight: lighter;
}
.uploadDataContainer .csvFileContainer .file-upload-container .file-upload-content .file-label strong {
    color: #6c7ae0;;
    text-decoration: underline;
    text-transform: none;
    font-weight: bold;
}
.uploadDataContainer .csvFileContainer .file-upload-container .file-upload-content .file-info {
    font-size: 14px;
    color: #777;
}
.uploadDataContainer .csvFileContainer .file-upload-container input[type="file"] {
    opacity: 0;
    position: absolute;
    inset: 0;
    cursor: pointer;
    height: 100%;
}
.uploadDataContainer .csvFileContainer #helpLableContent {
    color: #454444;
}

/*
 ____                                    _             
|  _ \ _ __ ___   __ _ _ __ ___  ___ ___(_) ___  _ __  
| |_) | '__/ _ \ / _` | '__/ _ \/ __/ __| |/ _ \| '_ \ 
|  __/| | | (_) | (_| | | |  __/\__ \__ \ | (_) | | | |
|_|   |_|  \___/ \__, |_|  \___||___/___/_|\___/|_| |_|
                 |___/                                 
__     ___               
\ \   / (_) _____      __
 \ \ / /| |/ _ \ \ /\ / /
  \ V / | |  __/\ V  V / 
   \_/  |_|\___| \_/\_/  
                         
*/

.progressionContainer {
    min-width: 21%;
    height: 100%;
}
.progressionContainer .progressContent {
    background-color: #6c7ae0;
    padding: 30px;
    color: white;
    align-items: center;
    display: flex;
    flex-direction: column;
    padding-block: 0;
    height: 100%;
}

.progressionContainer .progressContent h2 {
    font-size: 2rem;
    margin-top: 100px;
    margin-bottom: 30px;
}
.progressionContainer .progressContent .progress-steps .label p {
    color: white;
    font-size: 0.8rem;
}
.progress-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}

.progress-steps li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 45px;
    position: relative;
    opacity: 0.5;
    transition: opacity 0.3s ease;
}

.progress-steps li.active,
.progress-steps li.done {
    opacity: 1;
}

.progress-steps li::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 35px;
    width: 2px;
    height: 130%;
    background: repeating-linear-gradient(
        to bottom,
        rgba(255, 255, 255, 0.5),
        rgba(255, 255, 255, 0.5) 4px,
        transparent 4px,
        transparent 8px
    );
}

.progress-steps li:last-child::before {
    display: none;
}

.circle {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-weight: bold;
    background-color: transparent;
    transition: background-color 0.3s ease;
}

li.active .circle {
    color: white;
}

li.done .circle {
    background-color: white;
    color: #7a8ad8;
}
.progress-steps .label {
    align-self: center;
}
.progress-steps .label strong {
    font-size: 1.1rem;
}

.progress-steps .label p {
    font-size: 0.8rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
}

/* 
 ____                                    _   ____                  
|  _ \ _ __ __ _  __ _    __ _ _ __   __| | |  _ \ _ __ ___  _ __  
| | | | '__/ _` |/ _` |  / _` | '_ \ / _` | | | | | '__/ _ \| '_ \ 
| |_| | | | (_| | (_| | | (_| | | | | (_| | | |_| | | | (_) | |_) |
|____/|_|  \__,_|\__, |  \__,_|_| |_|\__,_| |____/|_|  \___/| .__/ 
                 |___/                                      |_|    

*/

.dragdrop-container {
    display: flex;
    /* justify-content: space-between; */
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}
.db-fields, .csv-columns {
    width: 50%;
}
.uploadDataContainer .matchingMainContainer .dragdrop-container .rightMatchingContainer .csv-columns {
    width: 70%;
}
.dropzone {
    border: 2px dotted #ccc;
    border-radius: 6px;
    padding: 8px;
    min-height: 36px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
    color: #999;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    width: 100%;
}
.dropzone .dropzoneInsideText {
    flex: 1;
    text-align: center;
}
.dropzone #dropzoneInsideTextFilled{
    border: 1px solid grey;
    background-color: #f0f0f0;
    flex: unset;
    /* margin-left: 35%; */
    padding: 4px 8px;
    border-radius: 8px;
    color: #454444;
}
.dropzone.dragover {
    background-color: #e3f2fd;
    border-color: #2196f3;
}
.csv-col {
    background-color: white;
    border: 1px solid grey;
    border-radius: 8px;
    padding: 8px;
    color: #454444;;
    font-size: 15px;
    white-space: nowrap;
    margin: 5px 0;
    cursor: grab;
    user-select: none;
    transition: background 0.2s ease;
}

.csv-col.dragging {
    opacity: 0.5;
    background-color: #cce5ff;
}
.csv-col:hover {
    background-color: #e3e8fa;
}
.clear-btn {
    background: none;
    border: none;
    color: red;
    font-weight: bold;
    margin-left: 8px;
    cursor: pointer;
}
.clear-btn:hover {
    color: darkred;
}
.uploadDataContainer .matchingMainContainer .dragdrop-container .rightMatchingContainer .csv-search-bar {
    width: 70%;
    padding: 8px;
    margin-bottom: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    color: #ccc;
    padding: 8px 36px 8px 36px;
    border-radius: 8px;
    outline: none;
    background-repeat: no-repeat;
    background-position: 10px center;
    background-size: 18px;
}
.uploadDataContainer .matchingMainContainer .dragdrop-container .rightMatchingContainer .csv-columns {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    overflow-y: auto;
    padding: 4px;
}
.uploadDataContainer .matchingMainContainer {
    width: 100%;
    margin-top: 100px;
    margin-left: 70px;
    margin-bottom: 200px;
}
.uploadDataContainer .matchingMainContainer .matchingTitleContent h2 {
    margin: 0;
    font-size: 2rem;
    color: #454444;
}
.uploadDataContainer .matchingMainContainer .matchingTitleContent p {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    color: #454444;
    font-size: 18px;
}
.uploadDataContainer .matchingMainContainer .matchingTitleContent {
    width: 90%;
    margin-top: 20px;
    padding-bottom: 35px;
    border-bottom: 2px solid #6c7ae0;
}
.uploadDataContainer .matchingMainContainer .matchFieldsInformationContainer {
    width: 50%;
    margin-top: 30px;
}
.uploadDataContainer .matchingMainContainer .matchFieldsInformationContainer p {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    color: #454444;
    font-size: 18px;
    line-height: 1.7rem;
}
.uploadDataContainer .matchingMainContainer .matchFieldsInformationContainer strong {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 10px;
    color: #454444;
    font-size: 18px;
    line-height: 1.7rem;
    display: block;
}
.uploadDataContainer .matchingMainContainer .dragdrop-container .db-fields h3 {
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #6c7ae0;
    font-size: 22px;
}
.uploadDataContainer .matchingMainContainer .dragdrop-container .rightMatchingContainer h3 {
    margin-top: 40px;
    font-family: Arial, Helvetica, sans-serif;
    color: #6c7ae0;
    font-size: 22px;
}
.uploadDataContainer .matchingMainContainer .dragdrop-container .db-fields .db-field label {
    color: grey;
    text-transform: none;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}
.uploadDataContainer .matchingMainContainer .dragdrop-container .db-fields .db-field .dropzone button {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
}
.uploadDataContainer .matchingMainContainer .dragdrop-container .db-fields .db-field {
    margin-bottom: 30px;
}
.uploadDataContainer .matchingMainContainer .dragdrop-container .rightMatchingContainer {
    margin-left: 90px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-family: Inter, system-ui, sans-serif;
    max-width: 50%;
    min-width: 50%;
}
.uploadDataContainer .confirmUploadContainer {
    width: 100%;
    margin-top: 100px;
    margin-left: 70px;
}
.uploadDataContainer .confirmUploadContainer .form-group h2 {
    margin: 0;
    font-size: 2rem;
    color: #454444;
    display: block;
    margin-bottom: 30px;
}
.uploadDataContainer .confirmUploadContainer .form-group label {
    color: grey;
    text-transform: none;
    font-size: 14px;
    display: block;
    margin-bottom: 10px;
}

/*
 _   _                _           
| | | | ___  __ _  __| | ___ _ __ 
| |_| |/ _ \/ _` |/ _` |/ _ \ '__|
|  _  |  __/ (_| | (_| |  __/ |   
|_| |_|\___|\__,_|\__,_|\___|_|   
                                  
*/

.uploadPageContainer .leftContainner .logoContainer .menuIcon img {
    width: 30px;
}
.uploadPageContainer .leftContainner .dashboardLogoContainer .DashboardLink .dashboardIcon img {
    width: 30px;
}
.uploadPageContainer .leftContainner .optionsContainer .uploadDatasetLink .mapBlock .uploadIcon img {
    width: 30px;
}
.uploadPageContainer .leftContainner .optionsContainer .searchLink .mapBlock .queriesIcon img {
    width: 30px;
}
#dashboardLinkID {
    display: flex;
    align-content: center;
    align-items: center;
    color: white;
}

/*
 ____            _     _            
|  _ \ ___  __ _(_)___| |_ ___ _ __ 
| |_) / _ \/ _` | / __| __/ _ \ '__|
|  _ <  __/ (_| | \__ \ ||  __/ |   
|_| \_\___|\__, |_|___/\__\___|_|   
           |___/                    

*/

/* STEP 1 */
.registerContainer{
    display: flex;
    flex-direction: row;
}
.registerContainer .leftSide {
    width: 40%;
    display: flex;
    flex-direction: column;
    background-color: #01274c;
}
.registerContainer .leftSide .logoBox {
    margin-left: 100px;
    margin-top: 200px;
    width: 300px;
}
.registerContainer .leftSide .logoBox img {
    max-width: 100%;
    height: auto;
}
.registerContainer .rightSide {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: white;
}
.registerContainer .rightSide .registerContent {
    display: flex;
    flex-direction: column;
}
.registerContainer .rightSide .registerContent h2 {
    color: #454444;
    margin: 0;
    margin-bottom: 10px;
}
.registerContainer .rightSide .registerContent #createAccountSubtitle {
    margin: 0;
    color: #454444;
    margin-bottom: 35px;
}
.registerContainer .rightSide .registerContent form {
    margin-left: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}
.registerContainer .rightSide .registerContent .emailContainer label {
    color: grey;
    position: relative;
    left: 15px;
    background-color: white;
    text-transform: none;
    font-weight: unset;
}
.registerContainer .rightSide .registerContent .emailContainer input[type="email"] {
    border: 1px solid #ccc;
    color: #454444;
    margin-bottom: 0;
}
.registerContainer .rightSide .registerContent .emailContainer input[type="email"]::placeholder {
    color: #ccc;
}
.registerContainer .rightSide .registerContent .emailContainer input[type="email"]:hover {
    border: 1px solid black;
}
.registerContainer .rightSide .registerContent .termsConditionsContainer {
    display: flex;
    flex-direction: column;
}
.registerContainer .rightSide .registerContent .termsConditionsContainer #termsConditionsContent {
    font-size: 14px;
    color: #454444;
    margin: 0;
}
.registerContainer .rightSide .registerContent .termsConditionsContainer #termsConditionsContent span {
    font-size: 14px;
    color: #2196f3;
}
.registerContainer .rightSide .registerContent .loginOption {
    border-top: 1px solid grey;
    padding-top: 10px;
    margin-top: 90px;
}
.registerContainer .rightSide .registerContent .loginOption p {
    color: #454444;
}
.registerContainer .rightSide .registerContent .loginOption p .loginLink {
    color: #5ea675;
    cursor: pointer;
}
.registerContainer .rightSide .registerContent #emailSubmit {
    background-color: #ccc;
    color: grey;
    font-size: 15px;
    padding-block: 12px;
    margin-bottom: 35px;
}
.registerContainer .rightSide .registerContent #emailSubmit.active {
    background-color: #6c7ae0;
    color: white;
    cursor: pointer;
    opacity: 1;
}
.registerContainer .rightSide .registerContent #emailSubmit.active:hover {
    background-color: #2E41D1;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}
.registerContainer .rightSide .registerContent #emailSubmit:disabled {
    pointer-events: none;
}
/*STEP 2 */
.registerCodeContainer {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
}
.registerCodeContainer .mainCodeContainer {
    background-color: white;
    width: 820px;
    min-height: 100vh;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.registerCodeContainer .mainCodeContainer .mainCodeContent {
    margin-inline: 25%;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .logoContainer {
    width: 300px;
    height: 200px;
    margin-block: 50px;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .logoContainer img {
    max-width: 100%;
    height: auto;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer {
    display: flex;
    flex-direction: column;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer h2 {
    margin: 0;
    font-size: 24px;
    color: #454444;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer p {
    color: #454444;
    font-size: 18px;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer form {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 0;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .codeContent {
    display: flex;
    flex-direction: column;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .codeContent .split-code-inputs {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .codeContent .split-code-inputs .code-digit {
    width: 60px;
    height: 70px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: all 0.2s ease;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .codeContent .split-code-inputs .code-digit:focus {
    border-color: #6c7ae0;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer #codeSubmit {
    background-color: #ccc;
    color: grey;
    font-size: 15px;
    padding-block: 12px;
    margin-bottom: 0;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer #codeSubmit.active {
    background-color: #6c7ae0;
    color: white;
    cursor: pointer;
    opacity: 1;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer #codeSubmit.active:hover {
    background-color: #2E41D1;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer #codeSubmit:disabled {
    pointer-events: none;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .resendContainer {
    display: flex;
    flex-direction: column;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .resendContainer p {
    margin: 0;
    margin-top: 20px;
    font-size: 15px;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .resendContainer .resendContent {
    color: #6c7ae0;
    cursor: pointer;
    font-weight: bold;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .backContainer {
    display: flex;
    flex-direction: column;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .backContainer p {
    margin: 0;
    margin-top: 10px;
    font-size: 15px;
    color: #454444;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .backContainer .backContent {
    color: #6c7ae0;
    cursor: pointer;
    font-weight: bold;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .helpContainer {
    display: flex;
    flex-direction: row;
    margin-top: 120px;
    border-top: 1px solid grey;
    padding-top: 20px;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .helpContainer .helpLogo {
    width: 30px;
    height: 30px;
}
.registerCodeContainer .mainCodeContainer .mainCodeContent .codeContainer .helpContainer .helpContent p {
    font-size: 15px;
    color: #454444;
    margin: 0;
}
/* STEP 3 */
.registerBasicContainer {
    min-height: 100vh;
    width: 100%;
    display: flex;
    background-color: #f4f4f4;
}
.registerBasicContainer .leftSide {
    width: 50%;
    display: flex;
    flex-direction: column;
    background-color: white;
}
.registerBasicContainer .leftSide .registerBasicContent {
    display: flex;
    flex-direction: column;
}
.registerBasicContainer .leftSide .registerBasicContent .logoContainer {
    width: 215px;
    margin-inline: 50px;
    margin-top: 30px;
    margin-bottom: 70px;
}
.registerBasicContainer .leftSide .registerBasicContent .logoContainer img {
    max-width: 100%;
    height: auto;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent {
    margin-inline: 100px;
    display: flex;
    flex-direction: column;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent h2 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px;
    color: #454444;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent form {
    margin: 0;
    gap: 0;
    display: flex;
    flex-direction: column;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent {
    display: flex;
    flex-direction: column;
    padding-top: 20px;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent label {
    color: grey;
    position: relative;
    left: 15px;
    background-color: white;
    text-transform: none;
    font-weight: unset;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent input[type="text"] {
    border: 1px solid #ccc;
    color: #454444;
    margin-bottom: 20px;
    height: 50px;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent input[type="text"]::placeholder {
    color: #ccc;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent input[type="text"]:hover {
    border: 1px solid black;
}
.registerBasicContainer  .leftSide .registerBasicContent .basicContent .infoContent input[type="password"] {
    border: 1px solid #ccc;
    color: #454444;
    margin: 0;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent input[type="password"]::placeholder {
    color: #ccc;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent input[type="password"]:hover {
    border: 1px solid black;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .rowFields {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .rowFields .firstNameContainer {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .rowFields .lastNameContainer {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .password-strength-container {
    margin-top: 10px;
    margin-bottom: 15px;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .password-strength-container .strength-bars {
    display: flex;
    gap: 8px;
    margin-bottom: 8px;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .password-strength-container .strength-bars .strength-bar {
    flex: 1;
    height: 6px;
    background-color: #ccc;
    border-radius: 3px;
    transition: background-color 0.3s ease;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .password-strength-container .strength-bars .strength-bar.weak {
    background-color: #ff4444;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .password-strength-container .strength-bars .strength-bar.fair {
    background-color: #ff9800;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .password-strength-container .strength-bars .strength-bar.good {
    background-color: #4caf50;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .password-strength-container .strength-bars .strength-bar.strong {
    background-color: #4caf50;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .password-strength-container .strength-text {
    font-size: 12px;
    color: 454444;
    margin-top: 5px;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .password-strength-container .strength-text.weak {
    color: #ff4444;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .password-strength-container .strength-text.fair {
    color: #ff9800;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .password-strength-container .strength-text.good {
    color: #4caf50;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .infoContent .password-strength-container .strength-text.strong {
    color: #4caf50;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 100px;
    gap: 20px;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer .navigationStepsContainer {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer .navigationStepsContainer .progress-bar-container {
    width: 120px;
    height: 20px;
    padding: 7px;
    background-color: #ccc;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer .navigationStepsContainer .progress-bar-container .progress-bar {
    height: 100%;
    background-color: #6c7ae0;
    border-radius: 10px;
    transition: width 0.3s ease;
    width: 33.33%;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer .navigationStepsContainer .step-counter {
    font-size: 14px;
    color: #454444;
    white-space: nowrap;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer .navigationStepsContainer .step-counter span {
    font-weight: normal;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer .navigationStepsContainer .step-counter #currentStep {
    color: #454444;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer #basicInfoSubmit span {
    font-size: 18px;
    font-weight: bold;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer button {
    padding: 10px 50px;
    background-color: #ccc;
    color: grey;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer button:hover {
    background-color: #4A9BD1;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer button span {
    font-size: 18px;
    font-weight: bold;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer #basicInfoSubmit.active {
    background-color: #6c7ae0;
    color: white;
    cursor: pointer;
    opacity: 1;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer #basicInfoSubmit.active:hover {
    background-color: #2E41D1;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .navigationInfoContainer #basicInfoSubmit:disabled {
    pointer-events: none;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .helpContainer {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    border-top: 1px solid grey;
    padding-top: 20px;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .helpContainer .helpLogo {
    width: 30px;
    height: 30px;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .helpContainer .backContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .helpContainer .backContainer p {
    margin: 0;
    font-size: 15px;
    color: #454444;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .helpContainer .backContainer p span {
    font-weight: bold;
}
.registerBasicContainer .leftSide .registerBasicContent .basicContent .helpContainer .backContainer .backContent {
    color: #6c7ae0;
    cursor: pointer;
    font-weight: bold;
}
/* STEP 4*/
.registerRoleContainer {
    min-height: 100vh;
    width: 100%;
    display: flex;
    background-color: #f4f4f4;
}
.registerRoleContainer .leftSide {
    width: 50%;
    display: flex;
    flex-direction: column;
    background-color: white;
}
.registerRoleContainer .leftSide .registerRoleContent {
    display: flex;
    flex-direction: column;
}
.registerRoleContainer .leftSide .registerRoleContent .logoContainer {
    width: 215px;
    margin-inline: 50px;
    margin-top: 30px;
    margin-bottom: 70px;
}
.registerRoleContainer .leftSide .registerRoleContent .logoContainer img {
    max-width: 100%;
    height: auto;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent {
    margin-inline: 100px;
    display: flex;
    flex-direction: column;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent h2 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px;
    color: #454444;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent p {
    margin: 0;
    color: #454444;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent form {
    margin: 0;
    gap: 0;
    display: flex;
    flex-direction: column;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection {
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    gap: 20px;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection .role-button {
    flex: 1;
    height: 220px;
    border-radius: 5px;
    background: white;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
    position: relative;
    overflow: hidden;
    font-weight: unset;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection #researcherBtn #researchBtnContent {
    margin-top: 10px;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection #researcherBtn {
    border: 2px solid #6c7ae0;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection #researcherBtn:hover {
    background-color: rgba(108, 122, 224, 0.3);
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection #clinicianBtn {
    border: 2px solid #5ea675;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection #clinicianBtn:hover {
    background-color: rgba(94, 166, 117, 0.3);
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection .role-button:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.12);
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection .role-button p {
    font-size: 17px;
    color: #454444;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection .role-button #hoverInfo {
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.25s ease, transform 0.25s ease;
    font-size: 13px;
    color: #454444;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection .role-button:hover #hoverInfo {
    opacity: 1;
    transform: translateY(0);
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection .role-button:hover svg,
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection .role-button:hover p:not(#hoverInfo) {
    transform: translateY(-6px);
    transition: transform 0.25s ease;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection .role-button svg,
.registerRoleContainer .leftSide .registerRoleContent .roleContent .role-selection .role-button p {
    transition: transform 0.25s ease;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .navigationInfoContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 150px;
    gap: 20px;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .navigationInfoContainer .navigationStepsContainer {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .navigationInfoContainer .navigationStepsContainer .progress-bar-container {
    width: 120px;
    height: 20px;
    padding: 7px;
    background-color: #ccc;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .navigationInfoContainer .navigationStepsContainer .progress-bar-container .progress-bar {
    height: 100%;
    background-color: #6c7ae0;
    border-radius: 10px;
    transition: width 0.3s ease;
    width: 33.33%;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .navigationInfoContainer .navigationStepsContainer .step-counter {
    font-size: 14px;
    color: #454444;
    white-space: nowrap;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .navigationInfoContainer .navigationStepsContainer .step-counter span {
    font-weight: normal;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .navigationInfoContainer .navigationStepsContainer .step-counter #currentStep {
    color: #454444;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .navigationInfoContainer #basicInfoSubmit span {
    font-size: 18px;
    font-weight: bold;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .helpContainer {
    display: flex;
    flex-direction: row;
    margin-top: 60px;
    border-top: 1px solid grey;
    padding-top: 20px;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .helpContainer .helpLogo {
    width: 30px;
    height: 30px;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .helpContainer .backContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .helpContainer .backContainer p {
    margin: 0;
    font-size: 15px;
    color: #454444;
}
.registerRoleContainer .leftSide .registerRoleContent .roleContent .helpContainer .backContainer .helpRoleContent {
    color: #6c7ae0;
    cursor: pointer;
    font-weight: bold;
}
/* STEP 5*/
.registerResearcherContainer {
    min-height: 100vh;
    width: 100%;
    display: flex;
    background-color: #f4f4f4;
}
.registerResearcherContainer .leftSide {
    width: 50%;
    display: flex;
    flex-direction: column;
    background-color: white;
}
.registerResearcherContainer .leftSide .registerResearcherContent {
    display: flex;
    flex-direction: column;
}
.registerResearcherContainer .leftSide .registerResearcherContent .logoContainer {
    width: 215px;
    margin-inline: 50px;
    margin-top: 30px;
    margin-bottom: 70px;
}
.registerResearcherContainer .leftSide .registerResearcherContent .logoContainer img {
    max-width: 100%;
    height: auto;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent {
    margin-inline: 100px;
    display: flex;
    flex-direction: column;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent h2 {
    margin: 0;
    margin-bottom: 15px;
    font-size: 24px;
    color: #454444;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent p {
    margin: 0;
    color: #454444;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent form {
    margin: 0;
    gap: 0;
    display: flex;
    flex-direction: column;
    margin-top: 10px;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    gap: 0;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent label {
    color: grey;
    position: relative;
    left: 15px;
    background-color: white;
    text-transform: none;
    font-weight: unset;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent textarea {
    width: 100%;
    overflow: hidden;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent input[type="text"],
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent textarea,
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent input[type="number"] {
    border: 1px solid #ccc;
    color: #454444;
    margin-bottom: 20px;
    margin-top: 0;
    height: 50px;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent input[type="text"]::placeholder,
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent textarea::placeholder,
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent input[type="number"]::placeholder {
    color: #ccc;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent input[type="text"]:hover,
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent textarea:hover,
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent input[type="number"]:hover {
    border: 1px solid black;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent .citationOrcidBox {
    display: flex;
    flex-direction: column;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent .affiliationPhoneBox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent .addressBox {
    display: flex;
    flex-direction: column;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent .affiliationPhoneBox .affiliationBox {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .researcherInfoContent .affiliationPhoneBox .phoneBox {
    display: flex;
    flex-direction: column;
    flex: 1;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 70px;
    gap: 20px;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer .navigationStepsContainer {
    display: flex;
    align-items: center;
    gap: 15px;
    flex: 1;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer .navigationStepsContainer .progress-bar-container {
    width: 120px;
    height: 20px;
    padding: 7px;
    background-color: #ccc;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer .navigationStepsContainer .progress-bar-container .progress-bar {
    height: 100%;
    background-color: #6c7ae0;
    border-radius: 10px;
    transition: width 0.3s ease;
    width: 33.33%;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer .navigationStepsContainer .step-counter {
    font-size: 14px;
    color: #454444;
    white-space: nowrap;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer .navigationStepsContainer .step-counter span {
    font-weight: normal;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer .navigationStepsContainer .step-counter #currentStep {
    color: #454444;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer #basicInfoSubmit span {
    font-size: 18px;
    font-weight: bold;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer button {
    padding: 10px 50px;
    background-color: #ccc;
    color: grey;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
    white-space: nowrap;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer button:hover {
    background-color: #4A9BD1;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer button span {
    font-size: 18px;
    font-weight: bold;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer #researcherInfoSubmit.active {
    background-color: #6c7ae0;
    color: white;
    cursor: pointer;
    opacity: 1;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer #researcherInfoSubmit.active:hover {
    background-color: #2E41D1;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .navigationInfoContainer #researcherInfoSubmit:disabled {
    pointer-events: none;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .helpContainer {
    display: flex;
    flex-direction: row;
    margin-top: 30px;
    border-top: 1px solid grey;
    padding-top: 20px;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .helpContainer .helpLogo {
    width: 30px;
    height: 30px;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .helpContainer .backContainer {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .helpContainer .backContainer p {
    margin: 0;
    font-size: 15px;
    color: #454444;
}
.registerResearcherContainer .leftSide .registerResearcherContent .researcherContent .helpContainer .backContainer .backContent {
    color: #6c7ae0;
    cursor: pointer;
    font-weight: bold;
}
/*
 ____                _     ____                                     _ 
|  _ \ ___  ___  ___| |_  |  _ \ __ _ ___ _____      _____  _ __ __| |
| |_) / _ \/ __|/ _ \ __| | |_) / _` / __/ __\ \ /\ / / _ \| '__/ _` |
|  _ <  __/\__ \  __/ |_  |  __/ (_| \__ \__ \\ V  V / (_) | | | (_| |
|_| \_\___||___/\___|\__| |_|   \__,_|___/___/ \_/\_/ \___/|_|  \__,_|
                                                                      
*/
.resetContainer {
    min-height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f4f4f4;
}
.resetContainer .mainResetContainer {
    background-color: white;
    width: 820px;
    min-height: 100vh;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.resetContainer .mainResetContainer .mainResetContent {
    margin-inline: 25%;
}
.resetContainer .mainResetContainer .mainResetContent .logoContainer {
    width: 325px;
    margin-top: 70px;
    margin-block: 90px;
}
.resetContainer .mainResetContainer .mainResetContent .logoContainer img {
    max-width: 100%;
    height: auto;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer {
    display: flex;
    flex-direction: column;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer h2 {
    margin: 0;
    font-size: 24px;
    color: #454444;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer p {
    color: #454444;
    font-size: 17px;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 50px;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer form {
    display: flex;
    flex-direction: column;
    margin: 0;
    gap: 0;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .emailContainer {
    display: flex;
    flex-direction: column;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .emailContainer label {
    color: grey;
    position: relative;
    left: 15px;
    background-color: white;
    text-transform: none;
    font-weight: unset;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .emailContainer input[type="email"] {
    border: 1px solid #ccc;
    color: #454444;
    margin: 0;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .emailContainer input[type="email"]::placeholder {
    color: #ccc;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .emailContainer input[type="email"]:hover {
    border: 1px solid black;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer #emailSubmit {
    background-color: #ccc;
    color: grey;
    font-size: 15px;
    padding-block: 12px;
    margin-top: 30px;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer #emailSubmit.active {
    background-color: #6c7ae0;
    color: white;
    cursor: pointer;
    opacity: 1;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer #emailSubmit.active:hover {
    background-color: #2E41D1;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer #emailSubmit:disabled {
    pointer-events: none;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .backLoginContainer {
    display: flex;
    flex-direction: row;
    margin-top: 150px;
    border-top: 1px solid grey;
    padding-top: 20px;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .backLoginContainer .backLogo {
    width: 20px;
    height: 20px;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .backLoginContainer .backContent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 10px;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .backLoginContainer .backContent p {
    margin: 0;
    font-size: 14px;
    color: #454444;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .backLoginContainer .backContent #loginLink {
    color: #454444;
    font-weight: bold;
    cursor: pointer;
    font-weight: bold;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .backStep3 {
    margin-top:100px;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .codeContent {
    display: flex;
    flex-direction: column;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .codeContent .split-code-inputs {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
    margin-top: 30px;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .codeContent .split-code-inputs .code-digit {
    width: 60px;
    height: 70px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #ccc;
    border-radius: 8px;
    outline: none;
    transition: all 0.2s ease;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .codeContent .split-code-inputs .code-digit:focus {
    border-color: #6c7ae0;
    box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.1);
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer #codeSubmit {
    background-color: #ccc;
    color: grey;
    font-size: 15px;
    padding-block: 12px;
    margin-bottom: 0;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer #codeSubmit.active {
    background-color: #6c7ae0;
    color: white;
    cursor: pointer;
    opacity: 1;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer #codeSubmit.active:hover {
    background-color: #2E41D1;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer #codeSubmit:disabled {
    pointer-events: none;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .resendContainer {
    display: flex;
    flex-direction: column;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .resendContainer p {
    margin: 0;
    margin-top: 20px;
    font-size: 15px;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .resendContainer .resendContent {
    color: #6c7ae0;
    cursor: pointer;
    font-weight: bold;
}
/* STEP 3*/
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 15px;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .passwordFieldContent {
    flex: 1;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .strength-bars-vertical {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 25px;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .strength-bar-vertical {
    width: 6px;
    height: 6px;
    background-color: #e0e0e0;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .strength-bar-vertical.weak {
    background-color: #ff4444;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .strength-bar-vertical.fair {
    background-color: #ff9800;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .strength-bar-vertical.good {
    background-color: #4caf50;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .strength-bar-vertical.strong {
    background-color: #4caf50;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .matchIndicatorContainer {
    padding-top: 25px;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .matchIndicatorContainer .matchIndicatorContent {
    width: 6px;
    height: 40px;
    background-color: grey;
    border-radius: 2px;
    transition: background-color 0.3s ease;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .matchIndicatorContainer .matchIndicatorContent.match {
    background-color: #4caf50;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent {
    display: flex;
    flex-direction: column;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .passwordFieldContent label {
    color: grey;
    position: relative;
    left: 15px;
    background-color: white;
    text-transform: none;
    font-weight: unset;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .passwordFieldContent input[type="password"] {
    border: 1px solid #ccc;
    color: #454444;
    margin: 0;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .passwordFieldContent input[type="password"]::placeholder {
    color: #ccc;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .passsordContent .passwordFieldContainer .passwordFieldContent input[type="password"]:hover {
    border: 1px solid black;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer #resetPasswordSubmit {
    background-color: #ccc;
    color: grey;
    font-size: 15px;
    padding-block: 12px;
    margin-top: 30px;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer #resetPasswordSubmit.active {
    background-color: #6c7ae0;
    color: white;
    cursor: pointer;
    opacity: 1;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer #resetPasswordSubmit.active:hover {
    background-color: #2E41D1;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer #resetPasswordSubmit:disabled {
    pointer-events: none;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .success-container .btn-primary {
    display: flex;
    justify-content: center;
    background-color: #6c7ae0;
    color: white;
    font-size: 15px;
    padding-block: 12px;
    cursor: pointer;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
}
.resetContainer .mainResetContainer .mainResetContent .contentContainer .success-container .btn-primary:hover {
    background-color: #2E41D1;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}