.block-style-three .list-item-success-feedback li:before {
    content: "\f633";
    font-family: bootstrap-icons!important;
    font-size: 13px;
    position: absolute;
    left: 4px;
    top: 2px;
    color: var(--prime-six);
}
.block-style-three .list-item-error-feedback li {
    color: var(--prime-six);
}
.block-style-three .list-item-error-feedback li:before {
    content: "\f33b";
    font-family: bootstrap-icons!important;
    font-size: 13px;
    position: absolute;
    left: 4px;
    top: 2px;
    color: var(--prime-six);
}

/** Botton de carga */

.el-loader {
    display: none;
}
.el-text-btn {
    display: block;
}

.loading-form .el-loader {
    display: inline-block;
}

.loading-form .el-text-btn {
    display: none;
}