.d-flex-gap-2{
    display: flex;
    gap: 2px;
}

/* .table > thead > tr > th {
    padding: 3px !important;
} */

.width-70 {
    width: 70% !important;
}

.description-chart-person {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 0.4rem;
    margin-top: 16px;
}

.btn-blue-athena{
    background: #337ab7;
    border: #337ab7;
}

.background-grey-blue{
    background-color: #d3d3d338;
}

.description-overflow-discursive{
    overflow: auto;
    height: 460px;
}

.span-person {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 11px;
    background: #ffffff;
    box-shadow: -10px 10px 20px #ffffff24, 10px -10px 20px #ffffff24;
    padding: 6px;
    margin-bottom: 2px;
}

.container-comment{
    display: flex;
    align-items: baseline;
}

.textarea-comment{
    resize: none;
    width: 100%;
    border: 0;
    font-size: 18px;
}

.width-div-canva {
    width: 100% !important;
}

.width-canvas {
    width: 30% !important;
    background: #fbf9f9;
    box-shadow: -4px 7px 30px #5753ad8c, 10px -10px 30px #1db8b87d;
}

.borde-none {
    border: none !important;
}

.width-40 {
    width: 40% !important;
}

.div-description {
    /*border-left: 2px solid #102E4F;*/
    /*padding-left: 11px;*/
    border-radius: 2px;
}

.div-discursive-response-questions{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 20px;
}

h2 {
    font-size: 24px !important;
}

.div-title-result {
    display: flex;
    padding: 10px 0 10px 0;
    /*border-bottom: 2px solid #102E4F;*/
    border-radius: 2px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.title-event-form {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    padding: 0;
    margin: 0;
}

.color-context {
    color: #094259;
}

.chart-canvas-result{
    width: 450px!important;
    height: 450px!important;
    background: #fbf9f9;
    box-shadow: -4px 7px 30px #5753ad8c, 10px -10px 30px #1db8b87d;
    border-radius: 100%;
    padding: 0;
}

.div-topic-result {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #2670bd;
    margin-bottom: 20px;
    border-radius: 8px;
    background: linear-gradient(145deg, #f0f0f0, #cacaca);
    box-shadow: 6px 6px 30px #bebebe, -6px -6px 30px #ffffff;
}

.div-content-left {
    width: 100%;
    padding: 0 0 0 10px;
    color: white;
    border-radius: 8px 8px 0 0;
    background: linear-gradient(45deg, #2670bd, #5753AD);
}

.sub-item-info {
    text-transform: uppercase;
    font-size: 18px;
    padding-block: 12px;    
}

.sub-title-questions {
    display: flex;
    align-items: center;
    padding: 0;
    color: #094259;
    font-weight: 300;
    gap: 1rem;
}

.sub-title-questions-condition {
    padding: 1rem;
    color: white;
    display: flex;
    align-items: center;
    font-weight: 300;
    gap: 1rem;
}


.text-white{
    color: white!important;
}

.div-result-rigth-context {
    display: flex;
    flex-direction: column;
}


.display-off{
    display: none !important;
}

.stronks{
    color: green!important;
}

.not-stronks{
    color: red!important;
}


.fadeOut{
    transition: 0.5s;
    opacity: 0;
}

.appear{
    transition: 0.5s;
    opacity: 1;
}

.div-sub-result-context {
    display: flex;
    border-radius: 50px;
    background: linear-gradient(145deg, #5753ad, #807afa);
    /*box-shadow: 20px 20px 97px #bebebe, -20px -20px 97px #ffffff;*/
    flex-direction: column;
    padding-bottom: 15px;
}

.description-container-sub-question{
    gap: 20px;
    align-items: center;
}

.div-content-right {
    width: 100%;
    border-radius: 0 0 8px 8px;
    background: #fbf9f9;
    display: flex;
    padding: 0 20px 20px  20px;
    flex-direction: column;
}

.div-description-pai {
    display: flex;
    flex-direction: initial;
    justify-content: space-between;
    padding: 16px 0;
    align-items: center;
    position: sticky;
    top: 80px;
    background: #fff;
    z-index: 1;
    padding-inline: 16px;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 30px;
}

.main-content-white {
    background-color: #ffffff;
    box-shadow: 0 2px 5px 0 rgb(30 30 30 / 10%);
    border-radius: 10px;
    margin-top: 2rem;
}

.div-comment-topic{
    border-radius: 9px;
    background: #ffffff;
    box-shadow: -9px -9px 18px #286fbc85, 9px 9px 18px #5454ad7a;
    padding: 9px 0 9px 10px;
    margin: 18px 0 0 0;
}

.d-flex-column {
    display: flex;
    flex-direction: column;
}

.container-chart-description{
    display: flex !important;
    flex-direction: column-reverse !important;
    align-items: center;
}

@media (max-width: 768px) {
    .width-canvas {
        width: 100% !important;
    }

    .div-description-pai{
        display: flex;
        flex-direction: column-reverse;
    }

    .div-title-result {
        flex-direction: column;
        align-items: flex-start;
    }

    .container-chart-description{
        display: flex;
        flex-direction: column !important
        gap: 10px;
    }

    .chart-canvas-result {
        width: 100%!important;
        height: auto!important;
    }

    /*.div-content-left {*/
    /*    border-radius: 8px;*/
    /*}*/

    /*.div-content-right {*/
    /*    padding: 0 10px;*/
    /*}*/

    /*.main-content-white {*/
    /*    margin-top: 1rem;*/
    /*}*/
}