#start{
    background-color: #23C0E9;
    border: none;
    padding: 25px 25px;
    color: white;
    font-weight: 700;
    font-size: 3rem;
    margin:  10px auto;
    width: 50%;
    min-width: 200px;
    height: 100%;
    justify-content: center;
    align-content: center;
    border-radius: 10px;
}
#pregunta{
    display: inline-block;
    text-align: center;
    align-content: center;
    background-color: #23C0E9;
    color:white;
    font-weight: bold;
    font-size: 2rem;
    padding: 20px 30px;
    border-radius: 10px;
    width: 90%;
    margin:2px 5%;
    background: #FFFFFF;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #474747;
    background: #FFFFFF;
    box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    z-index: 99999999 !important;
}
#main{
    height: 100%
}
#cuestionario{
    width: 100%;
    padding: 50px 0px;
    height: 100%;
    min-height: 100vh;
    align-content: center;
}
#respuestas{
    text-align: center;
    align-content: center;
    width: 100%;  
    padding: 20px 10px;
    background-color: #fff;
    padding-top: 100px;
    margin-top: -30px;
    z-index: 1;
    border-radius: 15px; 
    background: #FFFFFF;
    box-shadow: 3px 4px 20px black;
    border-radius: 19px;
}
#respuestas input{
    display: none;
}
#respuestas label{
    background-color: #DDDDDD;
    padding: 10px 26px;
    margin: 2px;
    border-radius: 10px;
    font-family: Century Gothic;
    color: #000000;
    width: 100%;
    text-align: left;
    background: rgba(221, 221, 221, 0.14);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.12);
    border-radius: 7px;
}
#respuestas label:hover{
    background-color: #23293A;
    color: #ffff;
}
#apus-main-content{
background: linear-gradient(-13deg, #2925F2 11.54%, #66C8FF 100%);
box-shadow: 4px 2px 6px rgba(255, 255, 255, 0.31);   
}


.thanks{
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 2rem;
    line-height: 18px;
    color: #474747;
}
.results{
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(150, 175, 190, 0.38);
    border-radius: 24px;
    margin:15px 0px;
    padding: 25px;
}
.result{

font-family: 'Century Gothic';
font-style: normal;
font-size: 15px;
line-height: 18px;
color: #474747;
margin-bottom: 10px;
}
.atention-message{
    font-size: 2.5rem;
    background: linear-gradient(45deg, #2925F2 11.54%, #637fff 100%);
box-shadow: 4px 2px 6px rgba(255, 255, 255, 0.31);  
    padding: 25px 35px;
    color: orange;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    line-height : 30px;


}
.atention-message span{
    display: block;
    width: 50%;
    margin: 20px auto;
    text-align: center;
    white-space: nowrap;
    background-color: white;
    padding: 10px 15px;
    border-radius: 10px;
    min-width: 220px;
    font-size: smaller;
}
.chart-bar{
    background-color: red;
    width: 50%;
    min-width: 300px;
    height: 20px;
    border-radius: 10px;
    margin: 1px 0px 10px 0px;
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.31);
    background: rgba(228, 228, 228, 0.53);
    border-radius: 7px;
}
.chart-bar-fill{
    border-radius: 10px;
    background-color:black;
    height: 100%;
    background: rgba(228, 228, 228, 0.53);
    border-radius: 7px;
    background: linear-gradient(90deg, #2925F2 11.54%, #66C8FF 100%);
    box-shadow: 4px 2px 6px rgba(255, 255, 255, 0.31);
    border-radius: 7px;
}

#progresscontainer{
    width: 100%;
    height: 20px;
    background-color: #DDDDDD;
    border-radius: 10px;
    margin: 10px 0px;
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.31);
}
#progress{
    height: 100%;
    border-radius: 10px;
    box-shadow: 4px 2px 6px rgba(0, 0, 0, 0.31);
    /*add delay when width change*/
    transition: width 0.5s ease-in-out;
    background: linear-gradient(90deg, #2925F2 11.54%, #66C8FF 100%);
    box-shadow: 4px 2px 6px rgba(255, 255, 255, 0.31);
    border-radius: 5.5px;
}
#progresstext{
    font-family: 'Century Gothic';
    font-style: normal;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 18px;
    color: #ffffff;
    margin-bottom: 10px;
}
