

/* Start:/local/components/laut/b24task.form/templates/nps_compani/style.css?17464460691580*/
.nps_comp{
    width: 100%;
    max-width: 600px;
    color: #3c3c3c;
    font-size: 14px;
}
.nps_comp__wrap{

}
.nps_comp__form{

}
.nps_comp .step{
    display: none;
}
.nps_comp .step.active{
    display: block;
}
.nps_comp .step__wrap{
    border: 2px solid rgb(161, 200, 26);
    border-radius: 25px;
    padding: 16px;
    display: flex;
    flex-direction: column;
    row-gap: 16px;
}
.nps_comp .text{
    font-size: 18px;
    font-weight: 600;
}
.nps_comp .input_block{
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}
.nps_comp .i_label{
    display: block;
    margin: 0;
    font-weight: 500;
    line-height: 1;
}
.nps_comp .i_input{
    border: 2px solid rgb(161, 200, 26);
    border-radius: 5px;
    padding: 3px 8px 4px 8px;
    font-size: 14px;
}
.nps_comp .i_star_block{
    display: flex;
    column-gap: 16px;
}
.nps_comp .i_star_block .star{
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.nps_comp .i_star_block .star svg{
    width: 100%;
    height: 100%;
    fill-opacity: 1;
    stroke: #3c3c3c;
    stroke-width: 1;
}
.nps_comp .i_star_block .star.active svg{
    fill: #a1c91a;
}
.nps_comp .i_textarea{

}
.nps_comp .button_block{
    display: flex;
    column-gap: 12px;
}
.nps_comp .btn-new{
    display: block;
    min-width: 150px;
    text-align: center;
}

.nps_comp .bottom{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.nps_comp .npsf__pagers{
    font-size: 16px;
    font-weight: 500;
}
/* End */
/* /local/components/laut/b24task.form/templates/nps_compani/style.css?17464460691580 */
