:root {
    --main-blue:rgb(14, 81, 151);
    --main-grey: rgb(89, 89, 89);
}

html,body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}
#content-desktop{
    width: 100%;
    height: 100%;
}

.header{
    height: 20%;
    justify-content: end;
    display: flex;
    flex-direction: column;
}

.center-header{
    display: flex;
    flex-direction: column;
    align-items: center; 
}

.content-box{
    width: 100%; 
    display: flex; 
    flex-direction: row; 
    justify-content: space-between; 
    height: fit-content;
}
#welcomeVid{
    border-radius: 30px;
}
.space-header{
    padding: 0px 10vw;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center; 
}

.with-icon{
    display: flex;
    justify-content: center;
    align-items: center;
}
.with-icon i{
    font-size: 30px;
    padding-right: 5px;
}

.center-text{
    text-align: center;
}

.title-s{
    font-size: 1.9rem;
    color: var(--main-blue);
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 30px;
}

.title-m{
    font-size: 2.3rem;
    color: var(--main-blue);
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.title-xs{
    color: var(--main-blue);
    font-weight: bold;
    font-size: 1.2rem;
}

.title-g{
    color: var(--main-grey);
    font-size: 1.9rem;
    font-weight: bolder;
    margin-top: 3px;
}

.title-b{
    font-size: 3rem;
    height: 4.7rem;
}

.box-desc{
    font-size: 1rem;
    min-height: 80px;
    flex-grow: 1;
}

.box-email-title{
    font-size: 1rem;
    font-weight: bold;
    margin-top: 1rem;
}

.box-email{
    width: fit-content;
    height: 30px;
    line-height: 30px;
    padding: 1px 5px;
    margin-top: 0.5rem;
    background-color: white;
    color: black;
    border-radius: 10px;
}

.main{
    min-height: 45%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}
.main-row{
    min-height: 65%;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start; 
    flex-wrap: wrap;
}


.main-row .arrow-width{
    min-width: 80%;
    max-width: 80%;
}

.row-div{
    width: 100%;
    display: flex; 
    flex-direction: column; 
    justify-content: space-between;
}

.row-div .small-box{
    height: fit-content;
}

.info{
    display: flex;
    justify-content: center;
    align-items: center; 
}

.box{
    min-width: 40%;
    max-width: 40%;
    border: 1px black solid;
    border-radius: 10px;
    padding: 30px 20px;
    margin-top: 30px;
    display: flex; 
    flex-direction: column; 
    align-items: center;
}

.inputs-div{
    display: flex;
    align-items: center;
    min-width: 100%;
}

.box-center-items{
    align-items: center;
}

.bg-box{
    color: white;
    width: 43%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 20px;
    border-radius: 15px;
}

.box-btn{
    align-self: center;
}
.start-m{
    background-color: white;
    color: var(--main-blue);
    width: 100%;
    font-size: 1.4rem;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    padding: 10px 30px;
    cursor:pointer;
}

.start-m:hover{
    background-color: rgb(235, 235, 235);
}

.label{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    color: var(--main-blue);
    font-weight: bold;
    font-size: 20px;
    max-width: 30%;
    height: 70%;
}

.label i{
    font-size: 13px;
    margin-right: 10px;
    color: rgb(177, 31, 34);
}

.video-container{
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}

.video{
    width: 45%;
}

.main-row .video{
    width: 75%;
}

.text-input{
    /* width: 10vw; */
    padding: 10px 20px;
    height: auto;
    /* border-radius: 0.5rem; */
}

.icon-btn{
    background-color: var(--main-blue); /* Blue background */
    border: none; /* Remove borders */
    border-radius: 10px;
    color: white; /* White text */
    padding: 7px 16px; /* Some padding */
    font-size: 20px; /* Set a font size */
    cursor: pointer; /* Mouse pointer on hover */
}



.icon-btn:hover,.icon-btn.right:hover{
    background-color: DodgerBlue; /* Blue background */
}

.icon-btn.right{
    color:white !important;
    background: rgb(14,104,54) ;
}


.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 16px;
    border: 1px solid var(--main-blue);
}

.progress-div{
    width: 30%;
    display: flex;
    flex-direction: column;
    justify-self: center;
    align-items: center;
    margin-bottom: 2vh;
}
.progress-bar {
    text-align: end !important;
    padding-right: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    white-space: nowrap;
    background-color:rgb(14,104,54) ;
    transition: width .6s ease;
}


.bar.one::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left: 37.1%;
}


.bar.two::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left: 39.2%;
}
.bar.three::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left: 41.2%;
}

.bar.four::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left: 43.4%;
}
.bar.five::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left:45.4%;
}
.bar.six::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left: 47.5%;
}
.bar.seven::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left: 49.6%;
}

.bar.eight::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left: 51.7%;
}

.bar.nine::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left: 53.8%;
}

.bar.ten::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left: 55.9%;
}
.bar.eleven::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left: 58%;
}


.bar.twelve::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left: 60.1%;
}


.bar.thirteen::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: var(--main-blue);
    left: 62.7%;
}

.bar.end::after {
    content: "Done";
    position: absolute;
    width: 44px;
    height: 16px;
    left: 62.8%;
    margin-top: -1px;
    background: var(--main-blue);
    text-align: center;
    color: white;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.form{
    width: 100%;
    display: flex; 
    flex-direction: column; 
    justify-content: center; 
    align-items: center;
}

.form-div{
    display: flex;
    flex-direction: column;
}

.form_input{
    flex-grow: 1;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.errorlist{
    margin-bottom: 0%;
    color: brown;
}

.choice{
    width: 2em;
    height: 2em;
    margin-right: 0.6rem;
    display: inline-block;
}

.radio-label {
    font-size: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* padding-left: 1vw; */
    padding-right: 1vw;
    padding-top: 4px;
}
.radio-label.work {
    font-size: 15px;
    width:46%;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* padding-left: 1vw; */
    padding-right: 1vw;
    padding-top: 4px;
}
.radio-label.education {
    font-size: 15px;
    width:46%;
    display: flex;
    flex-direction: row;
    align-items: center;
    /* padding-left: 1vw; */
    padding-right: 1vw;
    padding-top: 4px;
}


.add-on{
    display: flex;
    justify-content: space-around;
    align-items: center;
    min-width: 30%;
    flex-direction: row;
    margin-top: 0.7rem;
    padding: 0.5rem;
    border: 1px var(--main-blue) solid;
    border-radius: 10px;
}

.number-input{
    width: fit-content;
    min-width: 3rem;
}

.multi-line-input{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

.multi-line-input .form-div{
    padding-bottom: 10px;
}


.multi-line-input .text-input, .multi-line-input select{
    height: 2rem;
}

.small-box{
    display: flex;
    flex-direction: row;
    border: 1px black solid;
    border-radius: 10px;
    padding: 30px 6px;
    height: 12rem;
    align-items: center;
    flex-wrap: wrap;
}
.small-box .label{
    flex-grow: 1;
    /* min-width: 60%; */
    padding-right: 3px;
    max-width: 100%;
}

.small-box .col-input{
    width: fit-content;
    height: 85%;
}

.form_input.col-input.language {
    height: 100%;
}

.col-input{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.small-box .row-input{
    min-width: 50%;
    max-width: 60%;
    height: 85%;
    flex-grow: 5;
}

.row-input{
    display: flex;
    flex-direction: row;
    justify-content:flex-start;
}

.row-input .radio-label{
    padding-top: 3px;
}

.errors-div{
    margin-top: 20px;
    width: 100%;
}

.date-input{
    width: 20vw;
}

.start-box{
    flex-wrap: wrap;
    max-width: 45%;
    min-width: 45%;
}

label.label.language{
    flex-grow: 1;
    padding-right: 3px;
    max-width: 66%;
}

@media screen and (max-width: 1920px) {
    .start-box {
        max-width: 55%;
        min-width: 55%;
    }
}

@media screen and (max-width: 1440px) {
    .start-box {
        max-width: 65%;
        min-width: 65%;
    }
}

@media screen and (max-width: 1024px) {
    .start-box {
        max-width: 75%;
        min-width: 75%;
    }
}

@media screen and (max-width: 768px) {
    .small-box .row-input{
        min-width: 100%;
        max-width: 100%;
        height: 85%;
        flex-grow: 5;
    }
    .inputs-div .radio-label, .inputs-div .add-on{
        font-size: 0.6rem;
    }
    .radio-label {
        font-size: 0.6rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* padding-left: 1vw; */
        padding-right: 1vw;
        padding-top: 4px;
        width: 100%;
    }
    .radio-label.education, .radio-label.work {
        font-size: 0.8rem;
        width: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* padding-left: 1vw; */
        padding-right: 1vw;
        padding-top: 4px;
    }

    .dyn-multi-box, .dyn-multi-box + .arrow-width {
        max-width: 95%;
        min-width: 95%;
    }
    .start-box {
        max-width: 85%;
        min-width: 85%;
    }
    .content-box{
        width: 100%; 
        display: flex; 
        flex-direction: column; 
        justify-content: space-between; 
        height: fit-content;
    }
    .bg-box {
        color: white;
        width: 88%;
        margin-top: 10px;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        padding: 26px 20px;
        border-radius: 15px;
    }

    .form_input {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: column !important;
        align-items: center;
    }
    .form_input.name {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: space-evenly;
        flex-wrap: wrap;
        flex-direction: column;
        width: 100%;
    }

    .form-div.add-on.work {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        width: 100% ;
    }
    .form-div {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        width: 100%;
    }
    .label {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        color: var(--main-blue);
        font-weight: bold;
        font-size: 20px;
        max-width: 100%;
        height: 70%;
    }

    .small-box {
        display: flex;
        flex-direction: column !important;
        border: 1px black solid;
        border-radius: 10px;
        padding: 30px 6px;
        height: 12rem;
        align-items: center;
        flex-wrap: wrap;
        width: 100% !important;
    }

    .multi-line-input {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .education-video{
        width: 100% !important;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .education-content{
        width:100% !important;
    }

    .choice {
        width: 2em;
        height: 2em;
        margin-right: 0.6rem;
        display: inline-block;
        font-size: 6px;
    }
    .work-video{
        width: 100% !important;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .work-content{
        width:100% !important;
    }

    .inputs-div {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 100%;
        flex-direction: column;
    }

    .submit-box{
        display: flex;
        flex-direction: column !important;
    }
    .choice-1,.choice-2{
        width:91% !important;
    }
    .acc-1, .acc-2{
        display: flex;
        flex-direction: column !important;
    }
    .form-div.add-on.work{
        padding-left:0px !important;

    }
    .form_input.row-input.work{
        min-width: 100%;
        max-width: 60%;
        height: 85%;
        flex-grow: 5;
    }
    .label-education1, label-education2{
        max-width: 100% !important;
    }
    .form_input.row-input.educationbox1{
        min-width: 69%;
    }
    .form_input.row-input.educationbox2{
        min-width: 29%;
    }
    .form_input.row-input.educationbox3{
        min-width: 29%;
    }

}

.dyn-multi-box, .dyn-multi-box + .arrow-width{
    flex-wrap: wrap;
    max-width: 65%;
    min-width: 65%;
}

@media screen and (max-width: 1920px) {
    .dyn-multi-box, .dyn-multi-box + .arrow-width{
        max-width: 80%;
        min-width: 80%;
    }
}

@media screen and (max-width: 1440px) {
    .inputs-div .radio-label, .inputs-div .add-on{
        font-size: 0.8rem;
    }
    .radio-label {
        font-size: 0.8rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* padding-left: 1vw; */
        padding-right: 1vw;
        padding-top: 4px;
    }
    .radio-label.education, .radio-label.work {
        font-size: 0.8rem;
        width: 46%;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* padding-left: 1vw; */
        padding-right: 1vw;
        padding-top: 4px;
    }

    .dyn-multi-box, .dyn-multi-box + .arrow-width {
        max-width: 93%;
        min-width: 93%;
    }
    .content-box{
        width: 100%; 
        display: flex; 
        flex-direction: column; 
        justify-content: space-between; 
        height: fit-content;
    }
    .bg-box {
        color: white;
        width: 88%;
        margin-top: 10px;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        padding: 26px 20px;
        border-radius: 15px;
    }

    .form_input {
        flex-grow: 1;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }
    .form-div.add-on.work {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        width: 100%;
    }
    .form-div {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        width: 100%;
    }
    .label {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        color: var(--main-blue);
        font-weight: bold;
        font-size: 20px;
        max-width: 100%;
        height: 70%;
    }

    .small-box {
        display: flex;
        flex-direction: row;
        border: 1px black solid;
        border-radius: 10px;
        padding: 30px 6px;
        height: 12rem;
        align-items: center;
        flex-wrap: wrap;
        width: 100% !important;
    }

    .multi-line-input {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .education-video{
        width: 100% !important;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .education-content{
        width:100% !important;
    }

    .choice {
        width: 2em;
        height: 2em;
        margin-right: 0.6rem;
        display: inline-block;
        font-size: 6px;
    }
    .work-video{
        width: 100% !important;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .work-content{
        width:100% !important;
    }


    .text-input {
        width: 100% !important;
        padding: 10px 20px;
        height: auto;
        /* border-radius: 0.5rem; */
    }



}

@media screen and (max-width: 1024px) {
    .small-box .row-input{
        min-width: 100%;
        max-width: 100%;
        height: 85%;
        flex-grow: 5;
    }
    .inputs-div .radio-label, .inputs-div .add-on{
        font-size: 0.7rem;
    }
    .radio-label {
        font-size: 0.7rem;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* padding-left: 1vw; */
        padding-right: 1vw;
        padding-top: 4px;
    }
    .radio-label.education,.radio-label.work {
        font-size: 0.8rem;
        width: 46%;
        display: flex;
        flex-direction: row;
        align-items: center;
        /* padding-left: 1vw; */
        padding-right: 1vw;
        padding-top: 4px;
    }


    .dyn-multi-box, .dyn-multi-box + .arrow-width {
        max-width: 95%;
        min-width: 95%;
    }

    .content-box{
        width: 100%; 
        display: flex; 
        flex-direction: column; 
        justify-content: space-between; 
        height: fit-content;
    }
    .bg-box {
        color: white;
        width: 88%;
        margin-top: 10px;
        min-height: 100%;
        display: flex;
        flex-direction: column;
        padding: 26px 20px;
        border-radius: 15px;
    }

    .form_input {
        flex-grow: 1;
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        align-items: center;
    }
    .form-div.add-on.work {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        width: 100%;
    }
    .form-div {
        display: flex;
        flex-direction: column;
        margin-top: 12px;
        width: 100%;
    }
    .label.language{
        max-width: 58% !important;
    }
    .label {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        color: var(--main-blue);
        font-weight: bold;
        font-size: 20px;
        max-width: 100% !important;
        height: 70%;
    }

    .small-box {
        display: flex;
        flex-direction: row;
        border: 1px black solid;
        border-radius: 10px;
        padding: 30px 6px;
        height: 12rem;
        align-items: center;
        flex-wrap: wrap;
        width: 100% !important;
    }

    .multi-line-input {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .education-video{
        width: 100% !important;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .education-content{
        width:100% !important;
    }

    .choice {
        width: 2em;
        height: 2em;
        margin-right: 0.6rem;
        display: inline-block;
        font-size: 6px;
    }
    .work-video{
        width: 100% !important;
        margin-bottom: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .work-content{
        width:100% !important;
    }

    .submit-box{
        display: flex;
        flex-direction: column !important;
    }

}




.inputs-div .radio-label, .inputs-div .add-on{
    font-size: 1rem;
}

@media screen and (max-width: 1920px) {
    .inputs-div .radio-label, .inputs-div .add-on{
        font-size: 0.9rem;
    }
}



.multi-line-input .text-input{
    font-size: 1rem;
}
