.columna-prompt .wpas-radio-container{
	list-style: none;
    background-color: #ebf1f087;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: .9rem;
}
.columna-promt{
    list-style: none;
    background-color: #ebf1f087;
    margin-bottom: 5px;
    border-radius: 10px;
    padding: 2px 10px;
    font-size: .9rem;
}
.wpas-radio-container label {
    margin-left: 5px;
}
.columna-prompt .label-container label{
    font-size: 1rem;
    margin-bottom: 10px;
    font-weight: 600;
}
.pastilla{
    position: absolute;
    top: 10px;
    left: 10px;
}
.pastilla img{
	max-height:40px;
	max-width:40px;
}
.pastilla-fuera .pastilla-level>span{
    background-color: #ffffff;
    border-radius: 50px;
    border: 1px solid #31323a;
    padding: 2px 10px;
    font-size: .8rem;
    margin-right:3px;
	font-weight: 600;
    width: fit-content;
}
.pastilla-fuera .pastilla-type>span{
    background-color: #ffffff;
    border-radius: 50px;
    border: 1px solid #31323a;
    padding: 2px 10px;
    font-size: .8rem;
    font-weight: 600;
	margin-right:3px;
    width: fit-content;
}
.pastilla-level>span:before {
    content: "Nivel: ";
}