/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 20/01/2023, 03:50:56 PM
    Author     : Raymundo
*/
html{
    /*font-size: 62.5%;*/
}
body {
    /*font-size: calc(15px + 0.390625vw);*/
}
p, label, a, span {
    /*padding: 0;
    margin: 0;
    font-size: 1.6rem;*/
}
.grid-container{
    /*display: grid;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
    column-gap: 16px;

    height: fit-content;
    width: 100%;*/
}
.img-tohome{
    width: fit-content;
    height: fit-content;
    justify-self: center;
}
.main-steps-container {
    /*display: flex;
    flex-wrap: wrap;
    width: 100%;*/
}
.steps-container, .job-to-apply-container{
    margin-bottom: 40px;
}
.progressbar__bar {
    display: block;
    /*width: 100%;*/

    -webkit-appearance: none;
}
.progressbar__label, .step-label-info {
    margin: 12px 0;
    font-weight: 400;
    font-size: 1.6rem;
    line-height: 16px;
    color: var(--secondart-color-2);
}
.step-label-info{
    margin-bottom: 28px;
}
::-webkit-progress-bar {
    background-color: #eee;
}
::-webkit-progress-value {
    background-color: var(--secondary-color);
}


.form-panel-content__options--review {
    flex-direction: column;
}
.form-panel-content__options--data-container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem;
}

.form-panel-content__tiny-options{

    display: flex;
    gap: 28px;
    justify-content: flex-start;
    align-items: center;

    width: 100%;
}
.review-label {
    color: black;
    font-weight: 700;
    font-size: 18px;
}
.form-panel-content__resume-body{
    color: #979797;
    font-weight: bold;
    display: flex;
    flex-direction: column;

    margin: 8px 0 12px 0;
    width: 100%;
}
.form-panel-content__resume-body p, .form-panel-content__resume-body label{
    padding: 0;
    margin: 0;
    word-spacing: 4px;
}
.form-panel-content__resume-body label{
    font-weight: 400!important;
}
.form-panel-content__resume-data-list{
    width: 100%;

    display: flex;
    flex-wrap: wrap;
    gap: 6px;

}
.form-panel-content__icon-check{
    margin-left: auto;
    width: 18px;
    height: 18px;
    color: var(--primary-color);
}
.form-panel-content__label{
    margin: 0;
    padding: 0;

    font-size: 1.6rem;
    font-weight: 600;
    color: #434041;
}
.form-panel-content__label--disbale{
    color: #979797;
    font-weight: 400;
}

.form-panel-content__inputs {
    /*border: solid 1px var(--secondary-color);*/
}
.form-panel-content__button-previous {
    position: absolute;
    left: 24px;
    bottom: 4px;
}
.form-panel-content__button-next {
    position: absolute;
    right: 24px;
    bottom: 4px;
}
.form-panel-content__alert{
    color: red;
}

div.input-full {
    flex-basis: 100%;
}
.md-datepicker-input-container {
    width: 100%;
}

.job-to-apply-container {
    /*flex: 1;
    position: static;
    height: fit-content;
    padding: 12px 0;
    overflow: hidden;*/
}

.job-to-apply {
    height: 100%;
    border: 1px solid var(--secondary-color);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    background-color: white;
}
.job-to-apply a {
    color: var(--primary-color);
}
.job-to-apply__header {
    display: flex;
    flex-direction: column;
    position: relative;
    height: fit-content;
    padding: 24px 24px 24px 24px;
    border-bottom: 1px solid var(--secondary-color);
    font-size: 0.75rem;
}
.job-to-apply__card-title {
    font-weight: 700;
    font-size: 1.8rem;
    line-height: 16px;
    color: var(--black-2);
    margin-bottom: 6px;
}
.job-to-apply__details{
    width: 100%;
    overflow-y: scroll;
    padding: 16px 24px;
    flex: 1;
    color: var(--black-2);
    font-size: 1.6rem;
}

.end-step {
    grid-column: 2 / 12;
    height: 100vh;
    width: 100%;

    display: flex;
    gap: 12px;
    flex-direction: column;
    /*justify-content: center;*/
    align-items: center;
}
.end-step__img-container{
    position: relative;
    width: fit-content;
    height: fit-content;
}
.end-step__img-text{
    position: absolute;
    bottom: 18px;
    left: 50%;

    font-size: 28px;
    color: white;
    font-weight: 500;
    letter-spacing: 2px;
    transform: rotate(0deg) translateX(-50%);
}
.top-navbar {
    grid-column: 1 / 13;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 68px;
    margin-top: 58px;
    font-size: 1.6rem;
}
.top-navbar__left-items, .top-navbar__right-items{
    display: flex;
    gap: 38px;
    padding: 0;
    margin: 0;

    list-style: none;
}

.text{
    height: 15px;
    font-family: sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #292D32;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.icono{
    padding-bottom: 1px;
    padding-top: 1px;
    border-radius: 15px;
    background: #3B3D92;
}

.contenido{
    width: 100%;
    display: flex;
    gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.imagen{
    height: 150px; 
    width: 150px; 
    border-radius: 50%; 
    object-fit: cover; 
    border: 1px solid #3B3D92;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    padding-top: 10px;
}
@media screen and (min-width: 768px){
    .grid-container{
        /*grid-template-columns: repeat(12, 1fr);
        column-gap: 24px;*/
    }
    .img-tohome{
        grid-column: 2 / 12
    }
    /*.main-steps-container {
        grid-column: 2 / 12;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }*/
}
@media screen and (min-width: 1024px){
    .job-to-apply-container{
        /*flex: 1;
        position: sticky;
        top: 0;
        bottom: 0;
        height: 100vh;
        padding: 12px 0;
        overflow: hidden;*/
    }
}
