.groupForm {
    margin-top: 30px;
}

.groupForm input,
.groupForm textarea,
.groupForm select {
    width: 100%;
    margin-top: 5px;
    padding: 8px;
}

.inputError {
    border: 2px solid red !important;
}

.frc-section h3 {
    font-size: 20px;
    margin-bottom: 5px;
}

.frc-alert {
    background: #ffe9e9;
    padding: 10px;
    border-left: 4px solid #ff3b3b;
    margin-bottom: 10px;
}

.frc-submit {
    margin-top: 30px;
    text-align: center;
}

.frc-submit button {
    padding: 12px 26px;
    font-size: 16px;
}

.modal {
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.show-modal {
    opacity: 1;
    pointer-events: auto;
}

.modal-contenido {
    background: white;
    width: 80%;
    margin: 15% auto;
    padding: 20px;
}


/* Wrap table in horizontal scroll */
.frc-table-wrapper {
    overflow-x: auto;
    margin-top: 20px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
}

/* Table should not force text to wrap vertically */
.frc-wide-table {
    table-layout: auto !important;
    white-space: nowrap;
}

/* Cells readable */
.frc-col {
    padding: 6px 10px;
    white-space: nowrap;
}

/* Header fixed and readable */
.frc-wide-table th {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 5;
    white-space: nowrap;
}
