span.initial-text-style {
    display: block;
    max-width: 100%;
    max-height: 50px;
    height: 50px;
    padding-right: 10px;
    padding-left: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: .3em;
    border-radius: 4px;
    background: var(--secondary-color);
    color: #fff;
    font-size: 26px;
    overflow: hidden;
    line-height: 48px;
    font-family: var(--family-primary);
}

span.nd-initial-text-style {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 22px;
    background: var(--secondary-color-light);
    color: #fff;
    line-height: 22px;
    border-radius: 4px;
    margin-bottom: .3em;
    padding: 10px;
    width: 100%;
    font-weight: 400;
    text-shadow: 2px 2px 20px #000;
    font-family: var(--family-primary);
}

.resize_wizard_block_v2[steps-orientation="vertical"] div.wizard input:not([type="checkbox"], [type="radio"]) {
    height: 50px;
    border-radius: 5px;
    padding: 7px 10px;
    outline: none;
    color: var(--primary-color);
}

.resize_wizard_block_v2 .summary-detailed-view {
    font-size: 16px;
    font-weight: normal;
    font-family: var(--primary-color);
}

.resize_wizard_block_v2 .summary-item-name,
.resize_wizard_block_v2 .summary-item-value {
    font-size: 16px;
    font-weight: normal;
    font-family: var(--primary-color);
}

/* SPAN PARA NOTAS */
span.form-note {
    color: #cb6235;
    margin-top: 20px;
    font-family: var(--family-primary);
    font-size: 16px;
    font-weight: normal;
}

/* PESTAÑA RESUMEN */

#summary_detailed_view span.summary-item-name,
#summary-detailed-view span.summary-item-name {
    float: left;
    color: var(--primary-color);
    text-transform: uppercase;
}

#summary_detailed_view span.summary-item-value,
#summary-detailed-view span.summary-item-value {
    float: right;
    max-width: 55%;
}

/* BOTONES DE AL FINAL DEL FORMULARIO */

div.form-submit-button-container {
    display: flex;
    margin-top: 2em;
    justify-content: space-evenly;
}

div.form-submit-button-container>button {
    display: inline-flex;
    padding: 14px !important;
    border-radius: 5px;
    color: #fff;
    font-family: var(--family-primary);
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    cursor: pointer;
}

button.form-submit-button {
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
}

button.form-submit-button:hover {
    color: var(--primary-color);
    background: white;
}

button.form-preview-button {
    border: 1px solid var(--secondary-color);
    background: var(--secondary-color);
}

button.form-preview-button:hover {
    color: var(--secondary-color);
    background: white;
}

/* ???? */
select.custom-wpte-select.error,
select.selectpicker.form-control.error,
select.custom_select.error,
.selectr-selected.error {
    background: var(--secondary-color-light) !important;
    border: 2px solid red !important;
    color: #8a1f11 !important;
}

input[type="checkbox"].mega-checkbox {
    scale: 2.2;
    margin-right: 1em;
    align-self: center;
    text-align: left;
    accent-color: var(--primary-color);
}

/* SIDEBAR PERSONALIZADA */

.wizard-sidebar {
    position: absolute;
    top: 90px;
    right: 9px;
    width: 30%;
    height: max-content;
    border-radius: 5px;
    padding: 25px 20px 25px 20px;
    box-sizing: border-box;
    box-shadow: 0 0 12px rgba(0, 0, 0, 7%);
}