.nps-panel-lines-flex {
    display: flex;
}

.nps-panel {
    color: #000 !important;
    font-size: 12px;
    font-weight: 500;
    border-radius: 10px;
    background-color:  var(--grey) !important;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    width: 42rem !important;
}

.nps-panel-box-infos {
    border-radius: 25px;
    padding-top: 0.6rem;
    font-weight: 600;
    font-size: 15px;
}

.nps-panel-col-detractors {
    background-color: #FC3B56;
}

.nps-panel-col-passives {
    background-color: #ffc107;
}

.nps-panel-col-promoters {
    background-color: #20c997;
}

.nps-sub {
    font-size: 15px;
    font-weight: 800;
}

.nps-info-black {
    color: #000;
}

.nps-info-promoters {
    color: #20c997;
}

.nps-info-detractors {
    color: #FC3B56;
}    

.label-input-nps {
    margin-top: .5rem;
    font-weight: 650;
    width: 490px !important;
    margin-left: 4.4rem!important;
    /* margin-top: -3rem; */
    font-size: 11.5px;
}

.nps-box-tex-total {
    background-color: var(--secondary-color-tone-2) !important;
    border-radius: 50px;
    padding: 0.2rem;
    margin-bottom: 0.3rem;
    color: var(--grey) !important;
}

.nps-circle-number-total {
    background-color: var(--secondary-color-tone-2) !important;
    height: 75px; 
    width: 75px;
    border-radius: 100%; 
    padding-top: 1.7rem; 
    font-size: 15px !important; 
    color: var(--grey) !important;
    font-weight: 700;
}

.nps-porcent-total{
    font-size: 35px !important;
    color: var(--secondary-color-tone-2) !important;
    font-weight: 800;
    background-color: #fff;
    border: 5px solid var(--secondary-color-tone-2) !important;
    height: 120px;
    width: 120px;
    border-radius: 100%;
    line-height: 110px;
}

.nps-porcent-total:hover {
    background-color: var(--secondary-color-tone-2) !important;
    color: var(--grey) !important;

}

.nps-row-count-grade {
    margin-top: -3rem;
    font-weight: 700;
    width: 500px !important;
    margin-left: 4.5rem !important;
    /* margin-top: .5rem; */
}

.box-grade-count {
    width: 38px;
    margin-left: .75rem;
    border-radius: 15px;
    line-height: 20px;
    background-color: var(--secondary-color-tone-2) !important;
    color: var(--grey) !important;
    font-weight: 600;
    font-size: 10px;
}

.grade-detractors {
    border: 1px solid #FC3B56;
}

.grade-passive {
    border: 1px solid #ffc107;
}

.grade-promoter {
    border: 1px solid #20c997;
}
