body, html {
    height: 100%;
    margin: 0;
    font-family: Poppins-Regular, sans-serif;
}



.limiter {
    width: 100%;
    margin: 0 auto;
}

.container {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    margin: 0 auto;
    background: #9053c7;
    background: -webkit-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -o-linear-gradient(-135deg, #c850c0, #4158d0);
    background: -moz-linear-gradient(-135deg, #c850c0, #4158d0);
    background: linear-gradient(-135deg, #c850c0, #4158d0);
}

.loginForm {
    max-width: 750px;
    width: 80%;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 100px 130px 73px 95px;
}

.loginInputs {
    width: 290px;
    text-align: center;
}

.logoPic {
    align-self: center;
    width: 316px;
}

.loginTitle{
    font-family: Poppins-Bold;
    font-size: 24px;
    color: #333333;
    line-height: 1.2;
    text-align: center;

    width: 100%;
    display: block;
    padding-bottom: 54px;
}

.mobileWrap{
    display: none;
}

.input100 {
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: #666666;
    width: 100%;
    box-sizing: border-box;
    background: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    padding: 0 30px 0 38px;

}

.input100:focus {
    border-radius: 25px;
    box-shadow: 0px 0px 10px 4px;
    color: rgba(118, 211, 239, 0.8);
}

.loginButton {
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.5;
    color: rgb(0, 0, 0);
    text-transform: uppercase;

    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: rgba(118, 211, 239, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    margin-bottom: 20px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.loginButton:hover {
    background: #333333;
}

button {
    outline: none !important;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}
input {
    outline: none;
    border: none;
}


.uploadImage input {
    display: none;
}

.uploadImage {
    background-color: #e6e6e6;
    height: 50px;
    border-radius: 25px;
    margin-bottom: 10px;
    font-family: Poppins-Medium;
    font-size: 15px;
    line-height: 1.2;
    color: #666666;
    padding: 0 15px 0 38px;
    overflow: hidden;
}

.uploadImage label{
    cursor: pointer;
    display: flex;
    justify-content: start;
    height: 100%;
    align-items: center;
}

.uploadImage span {
    padding-left: 10px;
}

.uploadImage i {
    font-size: 20px;
}

a {
    font-family: Poppins-Regular;
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    cursor: pointer;
    }

a:focus {
    outline: none !important;
}

a:hover {
    text-decoration: none;
   color: rgba(118, 211, 239, 0.8);;
}

.errorMsg {
    color: red;
    font-size: 12px;
    display: none;
}

.loadingMsg {
    color: darkgray;
    font-size: 12px;
    display: none;
}



@media (max-width: 992px) {
    .loginForm {
        padding: 100px 90px 33px 85px;
    }
    
    .logoPic{
        width: 35%;
    }

    .loginInputs {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .loginForm {
        padding: 100px 80px 33px 80px;
    }

    .logoPic{
        display: none;
    }

    .loginInputs {
        width: 100%;
    }
    
    .profilePadder {
        background: #fff;
        border-radius: 10px;
        overflow: hidden;
        justify-content:center;
        padding: 120px 15px 33px 15px !important;
    }

    .profileHolder {
        display: none;
    }

    .formHolder {
        flex-grow: 1;
        margin: 0px;
        position: relative;
        display: flex;
        width: 100%;
    }

    .formContent {
        width: 100%;
        padding: 20px 0px 0px 0px !important;
    }

    .formNavigator{
        top: -55px !important;
        height: 55px !important;
        padding: 0px 10px !important;     
    }
    .sectionTitle {
        font-size: 13px !important;
    }

    .mask {
        background: linear-gradient(to bottom, rgb(243, 243, 243) 10%, rgba(255, 255, 255, 0) 100%) !important;
        width: calc(100% - 25px) !important;
        left: 9px;
        height: 15px !important;
    }

    .mobilePicture {
        width: 35px;
        border: solid black 3px;
        border-radius: 50%;
        background-size: cover;
        background-position: center center;
    }

    .mobileTitle {
        font-family: Poppins-Bold;
        font-size: 16px;
        color: #333333;
        margin: auto;
        padding-top: 5px;
    }
    
    .mobileMenuIcon {
        width: 32px;
    }

    .mobileMenuBack {
        display: none;
        width: 100vh;
        height: 100vh;
        background-color: #000000ba;
        position: absolute;
        right: -15px;
        top: 50px;
        z-index: 300;
    }

    .mobileMenu {
        width: 200px;
        height: 100vh;
        background-color: white;
        float: right;
        padding: 10px;
        box-sizing: border-box;
    }
    
    .mobileWrap {
        width: 100%;
        border-radius: 10px;
        height: 40px;
        position: absolute;
        top: -110px;
        display: flex;
        justify-content: space-between;
        align-content: center;
    }

    
}

@media (max-width: 576px) {
    .loginForm {
        padding: 100px 15px 33px 15px;
        width: 100%;
    }
    
    .checkboxGroupAnswer {
        column-count: 1 !important;          
    }
    
}

.welcomeWrap {
    float: left;
    height: 100%;
    width: 100%;
    text-align: center;
    padding-top: 40%;
}


hr {
    margin-top: 20px;
    margin-bottom: 20px;
}

.profilePadder {
    max-width: 900px;
    padding: 120px 50px 73px 50px;
    max-height: 500px;
    min-height: 400px;
}

.profileHolder {
    min-height: 200px;
    height: fit-content;
    max-width: 300px;
    min-width: 160px;
    width: 40%;
    position: relative;
    border-radius: 15px;
    box-shadow: 0px 0px 15px -5px;
    color: rgba(156, 154, 154, 0.8);
}

.profilePicture {
    border: solid white 5px;
    position: absolute;
    top: -90px;
    left: 22.5%;
    width: 50%;
    aspect-ratio : 1 / 1;
    max-width: 150px;
    max-height: 150px;
    border-radius: 50%;
    box-shadow: 0px -10px 20px -15px;
    color: rgba(156, 154, 154, 0.8);
    background-size: cover;
    background-position: center center;
}

.infoHolder {
    margin-top: 25%;
    padding: 15px;
}

.loginInfo {
    display: flex;
    align-content: center;
    justify-content: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.loginInfo span {
    width: 100%;
    text-align: center;
}

.formButton {
    display: block;

    font-family: Poppins-Medium;
    font-size: 12px;
    line-height: 1.2;
    color: rgb(0, 0, 0);
    text-transform: uppercase;

    width: 100%;
    height: 40px;
    border-radius: 25px;
    background: rgba(118, 211, 239, 0.8);
    justify-content: center;
    align-items: center;
    padding: 0 25px;
    margin-bottom: 5px;

    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.activeBtn {
    background-color:#333333;
    color: white;
}

.missingBtn{
    border: red solid 3px;
    color: red;
}


.save {
    margin-top: 5px;
    width: fit-content;
    height: 30px;
    font-size: 12px;
}

.formButton:hover {
    background: #333333;
    color: rgba(118, 211, 239, 0.8);;
}

.formHolder {
    width: 60%;
    position: relative;
}



.mask {
    z-index: 100;
    content: '';
    position: absolute;
    top: 0px;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
    width: calc(100% - 8px);
    height: 20px;
    overflow: auto;
    display: block;
}

.formContent {
    overflow-y: scroll;
    padding: 15px;
    height: 500px;
}

.formContent::-webkit-scrollbar {
    width: 8px;               /* width of the entire scrollbar */
}
.formContent::-webkit-scrollbar-corner {background-color: transparent;}
.formContent::-webkit-scrollbar-thumb {
    border-radius: 20px;       /* roundness of the scroll thumb */   
}


.questionHolder {
    width: 100%;   
    overflow: visible;       
    padding: 1px 10px; 
    margin-bottom: 10px;
    box-shadow: 0px 5px 1px -4px;
    box-sizing: border-box;
}

.noWrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.question {
    padding-bottom: 10px;
    color: rgb(125, 120, 120);
    display: flex;
}

.exampleIcon {
    margin-top: -5px;
    padding-bottom: 10px;
    cursor: pointer;
    position: relative;
}

.exampleIcon:hover{
    color: rgba(118, 211, 239, 0.8);
}

.exampleIcon:hover > .exampleImg{
    display: block;
}

.exampleImg {
    width: 200px;
    height: fit-content;
    background-color: lightgrey;
    border-radius: 5px;
    padding: 5px;
    position: absolute;
    box-shadow: black 5px 5px 10px -5px;
    display: none;
}

.exampleImg img {
    max-width: 200px;
}

.textAnswer {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
    margin-bottom: 10px;
    font-family: Poppins;
    font-size: 12px;
    line-height: 1.5;
    color: black;
    box-sizing: border-box;
    background: #e6e6e6;
    height: 50px;
    border-radius: 5px;
    padding: 5px 10px;
    resize: none;
    border: none;
}

.dateAnswer, .dropdownAnswer { 
    width: 50%;
    z-index: 1;
    margin-bottom: 10px;
    font-family: Poppins;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: black;
    box-sizing: border-box;
    background: #e6e6e6;
    height: 40px;
    border-radius: 5px;
    padding: 3px 6px;
    border: none;
}

.booleanAnswer{
    height: 50px;
    align-items: center;
    width: 120px;
    display: flex;
    justify-content: end;
}
.switch-div{
    width:50px;
    text-align: center;
}
.booleanAnswer input[type=checkbox]{
    height:0;
    width:0;
    visibility: hidden;
}
.booleanAnswer label{
    cursor: pointer;
    text-indent: -99999px;
    width:50px;
    height:26px;
    background-color: rgb(214, 0, 0);
    display: block;
    border-radius: 100px;
    position: relative;
    margin-top: -20px;
}
.booleanAnswer input:checked+label{
    background-color: #00b665;
}
.booleanAnswer input:checked+label:after{
    left:calc(100% - 5px);
    transform: translateX(-100%);
}
.booleanAnswer label:after{
    content: '';
    position: absolute;
    top:3px;
    left:5px;
    width:20px;
    height:20px;
    background-color: #fff;
    border-radius: 90px;
    transition: 0.3s;
}
.switchLabel {
    color: rgb(214, 0, 0);
    font-weight: 600;
}


.checkboxGroupAnswer{
    list-style: none;
    margin-top: 0;
    column-count: 2;
    padding: 0px;
}
.checkboxGroupAnswer li, .radioGroupAnswer li {
    background-color: rgb(240, 237, 237);
    margin-bottom: 5px;
    padding: 5px;
    -webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    border-radius: 5px;
    color: black;
    font-weight: 600;
    display: flex;
    align-items: center;
}
.radioGroupAnswer li{
    padding-bottom: 7px;
}
.checkboxGroupAnswer input[type="checkbox"], .radioGroupAnswer input[type="radio"]{
    height: 17px;
    width: 17px;
    accent-color: green;
    margin-right: 10px;
}
.checkboxGroupAnswer input:checked+label, .radioGroupAnswer input:checked+label{
   color: darkgreen;
}
.checkboxGroupAnswer label{
    width: 70%;
}
.radioGroupAnswer label{
    margin-top: 3px;
    width: 80%;
}
.radioGroupAnswer{
    list-style: none;
    margin-top: 0;
    padding: 0px;
}


.nextSection{
    display: flex;
    justify-content: space-evenly;
}


.formNavigator{
    box-shadow: 0px 0px 15px -5px;
    color: rgba(156, 154, 154, 0.8);
    position: absolute;
    top: -95px;
    height: 80px;
    width: 100%;
    padding: 5px 15px;
    box-sizing: border-box;
    border-radius: 14px;            
}
.sectionTitle {
    position: absolute;
    top: 60%;
    left: 0;
    text-align: center;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
}
.ProgressBar {
    margin: 0 auto;
    margin-top: 7px;
    padding: 2px 0 3em;
    list-style: none;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.ProgressBar-step {
    text-align: center;
    position: relative;
    width: 100%;
}
.ProgressBar-step:before, .ProgressBar-step:after {
    content: "";
    height: 0.5em;
    background-color: darkgray;
    position: absolute;
    z-index: 1;
    width: 100%;
    left: -50%;
    top: 50%;
    transform: translateY(-50%);
    transition: all .25s ease-out;
}
.ProgressBar-step:first-child:before, .ProgressBar-step:first-child:after { 
    display: none; 
}
.ProgressBar-step:after {
    background-color: rgba(118, 211, 239, 0.8);
    width: 0%;
}
.ProgressBar-step.is-complete + .ProgressBar-step.is-current:after,
.ProgressBar-step.is-complete + .ProgressBar-step.is-complete:after {
    width: 100%;
}
.ProgressBar-icon {
    width: 10px;
    height: 10px;
    background-color: rgb(240, 237, 237);
    fill: gray;
    border-radius: 50%;
    padding: 0.5em;
    max-width: 100%;
    z-index: 10;
    position: relative;
    transition: all .25s ease-out;
}
.ProgressBar-step.is-current  > .ProgressBar-icon {
    fill: rgba(118, 211, 239);
    background-color: rgba(118, 211, 239);
}
.ProgressBar-step.is-complete > .ProgressBar-icon {
    fill: white;
    background-color: green;
}
.ProgressBar-stepLabel {
    display: none;
    text-transform: uppercase;
    font-size: 12px;
    color: gray;
    position: absolute;
    width: 100%;
    transition: all .25s ease-out;
    background-color: white;
}
.ProgressBar-stepLabel.is-current,
.ProgressBar-stepLabel.is-complete {
    color: rgba(118, 211, 239, 0.8);;
}

.changePasswordDialog{
    border: darkgray 1px solid;
    border-radius: 5px;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    padding: 10px;
    box-sizing: border-box;
    display: none;
}

.changePasswordInput{
    width: 100%;
    padding: 10px;
}