/* /Components/Form/PercentageCircle.razor.rz.scp.css */

  
  .dashboard[b-akalvx2phs] {
    display: flex;
  }
  
  svg[b-akalvx2phs] {
    width: 80px;
    height: 80px;
  }
  
  .bg[b-akalvx2phs] {
    fill: none;
    stroke-width: 9px;
    stroke: white;
  }
  
  .meter-1[b-akalvx2phs] {
    fill: none;
    stroke-width: 10px;
    stroke-linecap: round;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
    stroke-dasharray: 360;
    animation: progress-1 1s ease-out;
  }
  
/* /Components/Form/PercentagesHeader.razor.rz.scp.css */
*[b-nho4nzar64] {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    font-family: monospace;
  }
  
  .progress-bar[b-nho4nzar64] {
    height: 20px;
    box-shadow: 2px 14px 15px -7px rgba(30, 166, 250, 0.36);
    border-radius: 50px;
    transition: all 0.5s;
  }
  
  .container[b-nho4nzar64] {
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 22px;
    background: white;
    position: sticky;
    bottom: 0;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  }
  .container h2[b-nho4nzar64] {
    margin-bottom: 20px;
    padding: 20px;
  }
  .container .progress[b-nho4nzar64] {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: start;
    background: white;
  }
  
  .doc[b-nho4nzar64] {
    display: block;
    text-align: center;
    font-size: 20px;
    color: white;
    background: #263238;
    padding: 10px;
  }
/* /Components/Helpers/DateHelper.razor.rz.scp.css */
.date-picker-style[b-0ct04ov0ts] {
    border: none;
    border-bottom: solid 1px #d3d3d3;
    background: #f6f7fb;
    height: 40px;
    padding: 10px;
}

.errorLabel[b-0ct04ov0ts]{
    color: #ff0000;
    font-size: 10px;
}

.date-picker-style:disabled[b-0ct04ov0ts],
.date-picker-style[readonly][b-0ct04ov0ts] {
    background: #e9ecef;
    cursor: not-allowed !important;
    opacity: 0.8;
    color: #495057;
}

    .date-picker-style:disabled:hover[b-0ct04ov0ts],
    .date-picker-style[readonly]:hover[b-0ct04ov0ts] {
        cursor: not-allowed;
    }
/* /Components/Helpers/InputHelper.razor.rz.scp.css */

.input-container[b-01rlqx03pq]{
    position: relative;
    height: auto;
}

.input-bottom-line[b-01rlqx03pq]{
    position: absolute;
    bottom: 0;
    left: 50%;
    right: 50%;
    height: 1px;
    background-color: #3e87cb;
    transition: left 0.3s, right 0.3s;
}

.input-bottom-line.validated[b-01rlqx03pq]{
    background-color: #89d185;
    left: 0;
    right: 0;
}

.errorLabel[b-01rlqx03pq]{
    color: #ff0000;
    font-size: 10px;
}

.label[b-01rlqx03pq] {
    font-size: 1.1rem;
    color: #3e87cb;
    margin-bottom: 5px;
}

.input-style[b-01rlqx03pq] {
    border: none;
    border-bottom: solid 1px #d3d3d3;
    background: #f6f7fb;
    height: 40px;
    padding: 10px;
    font-size: 1.1rem;
}

.input-style:focus[b-01rlqx03pq] {
    outline: none;
    border: none;
}

.input-style:focus + .input-bottom-line[b-01rlqx03pq] {
    left: 0;
    right: 0;
}

    .input-style:disabled[b-01rlqx03pq],
    .input-style[readonly][b-01rlqx03pq] {
        background: #e9ecef;
        cursor: not-allowed !important;
        opacity: 0.8;
        color: #495057;
    }

        .input-style:disabled:hover[b-01rlqx03pq],
        .input-style[readonly]:hover[b-01rlqx03pq] {
            cursor: not-allowed;
        }

        .input-style:disabled + .input-bottom-line[b-01rlqx03pq],
        .input-style[readonly] + .input-bottom-line[b-01rlqx03pq] {
            background-color: #d3d3d3;
        }
/* /Components/Helpers/SelectHelper.razor.rz.scp.css */
.select-style[b-zxyf30do1y] {
    border: none;
    border-bottom: solid 1px #d3d3d3;
    background: #f6f7fb;
    height: 40px;
    padding: 0px;
    position: relative;
    font-size: 1.1rem;

}

.label[b-zxyf30do1y] {
    font-size: 1.1rem;
    color: #3e87cb;
    margin-bottom: 5px;
}

.select-style:focus[b-zxyf30do1y] {
    outline: none;
    border: none;
    box-shadow: none;
}

.select-style *[b-zxyf30do1y] {
    background: #f6f7fb;
    padding: 10px;
    height: auto;
    border-radius: 0;
}

.select-style:hover[b-zxyf30do1y] {
    cursor: pointer;
}

.select-style.disabled[b-zxyf30do1y],
.select-style:disabled[b-zxyf30do1y] {
    background: #e9ecef;
    cursor: not-allowed !important;
    opacity: 0.8;
    color: #495057;
}

    .select-style.disabled *[b-zxyf30do1y],
    .select-style:disabled *[b-zxyf30do1y] {
        background: #e9ecef;
        cursor: not-allowed;
    }

    .select-style.disabled:hover[b-zxyf30do1y],
    .select-style:disabled:hover[b-zxyf30do1y] {
        cursor: not-allowed;
    }

.select-options[b-zxyf30do1y] {
    display: inline-block;
    position: absolute;
    width: 100%;
    z-index: 999;
    background: #f6f7fb;
    border: solid 1px #d3d3d3;
    border-top: none;
    padding: 0;
    height: fit-content;
    overflow-y: scroll;
}

.input-bottom-line[b-zxyf30do1y] {
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: #89d185;
    left: 0;
    right: 0;
    padding: 0;
}

.select-option:hover[b-zxyf30do1y] {
    background: #d9e7f7;
    cursor: pointer;
}

.hidden[b-zxyf30do1y] {
    display: none;
}

.selected-option[b-zxyf30do1y] {
    background: transparent;
    border: none;
    margin-bottom: 0px;
    height: auto;
    overflow-y: scroll;
}

.select-style.disabled .selected-option[b-zxyf30do1y],
.select-style:disabled .selected-option[b-zxyf30do1y] {
    opacity: 0.8;
    color: #495057;
}

.despliegueArriba[b-zxyf30do1y] {
    bottom: 45px;
    border-bottom:none;
    border-top: solid 1px #d3d3d3;
}

/* /Components/Unauthorized.razor.rz.scp.css */
.unauthorized-container[b-olxxm7xls1] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.unauthorized-card[b-olxxm7xls1] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    padding: 3rem 2rem;
    text-align: center;
    max-width: 500px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

    .unauthorized-card[b-olxxm7xls1]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #ff6b6b, #ffa726, #42a5f5, #ab47bc);
        background-size: 400% 400%;
        animation: gradient-b-olxxm7xls1 3s ease infinite;
    }

@keyframes gradient-b-olxxm7xls1 {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

.icon-container[b-olxxm7xls1] {
    margin-bottom: 2rem;
}

.lock-icon[b-olxxm7xls1] {
    width: 80px;
    height: 80px;
    color: #ff6b6b;
    animation: pulse-b-olxxm7xls1 2s infinite;
}

@keyframes pulse-b-olxxm7xls1 {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }

    100% {
        transform: scale(1);
    }
}

.title[b-olxxm7xls1] {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 1rem 0;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.message[b-olxxm7xls1] {
    font-size: 1.1rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 2.5rem;
}

.actions[b-olxxm7xls1] {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
}

.btn[b-olxxm7xls1] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border-radius: 12px;
    font-weight: 600;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 1rem;
    position: relative;
    overflow: hidden;
}

.btn-icon[b-olxxm7xls1] {
    width: 18px;
    height: 18px;
}

.btn-primary[b-olxxm7xls1] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

    .btn-primary:hover[b-olxxm7xls1] {
        transform: translateY(-2px);
        box-shadow: 0 10px 20px rgba(102, 126, 234, 0.4);
    }

.btn-secondary[b-olxxm7xls1] {
    background: #f8fafc;
    color: #64748b;
    border: 2px solid #e2e8f0;
}

    .btn-secondary:hover[b-olxxm7xls1] {
        background: #f1f5f9;
        border-color: #cbd5e1;
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    }

.btn[b-olxxm7xls1]::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s;
}

.btn:hover[b-olxxm7xls1]::before {
    left: 100%;
}

@media (max-width: 600px) {
    .unauthorized-container[b-olxxm7xls1] {
        padding: 5% 3%;
    }

    .unauthorized-card[b-olxxm7xls1] {
        padding: 1.5rem;
        max-width: 100%;
    }

    .title[b-olxxm7xls1] {
        font-size: 1.3rem;
    }

    .message[b-olxxm7xls1] {
        font-size: 0.95rem;
    }

    .actions[b-olxxm7xls1] {
        flex-direction: column;
        gap: 0.5rem;
    }

    .btn[b-olxxm7xls1] {
        width: 100%;
        min-width: auto;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-abwsc9dskq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-abwsc9dskq] {
    flex: 1;
}

.top-row[b-abwsc9dskq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-abwsc9dskq]  a, .top-row[b-abwsc9dskq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-abwsc9dskq]  a:hover, .top-row[b-abwsc9dskq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-abwsc9dskq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-abwsc9dskq] {
        justify-content: space-between;
    }

    .top-row[b-abwsc9dskq]  a, .top-row[b-abwsc9dskq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-abwsc9dskq] {
        flex-direction: row;
    }

    .sidebar[b-abwsc9dskq] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-abwsc9dskq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-abwsc9dskq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-abwsc9dskq], article[b-abwsc9dskq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.sidebar[b-5h3y8frfvo] {
    background: rgb(0,54,150);
    width: 280px;
}

.hide[b-5h3y8frfvo] {
    display: none;
}

.navbar-toggler[b-5h3y8frfvo] {
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-items[b-5h3y8frfvo] {
    overflow-y: scroll;
    padding: 30px;
    height: 100%;
    box-sizing: content-box;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.top-row[b-5h3y8frfvo] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5h3y8frfvo] {
    font-size: 1.1rem;
}

/* Estilos para las secciones normales */
.menu-section[b-5h3y8frfvo] {
    margin-bottom: 1rem;
    background: #d9e7f7;
    border-radius: 8px;
    padding: 1rem;
    margin: 1rem 0;
}

.section-title[b-5h3y8frfvo] {
    color: #003696;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.subsection-title[b-5h3y8frfvo] {
    color: black;
    font-size: 0.95rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

/* Estilos para los items del men� */
.nav-item[b-5h3y8frfvo] {
    font-size: 0.8rem;
    padding-bottom: 0.25rem;

}

    .nav-item .nav-link[b-5h3y8frfvo] {
        padding-left: 0.75rem !important;
    }

    .nav-item:first-of-type[b-5h3y8frfvo] {
        padding-top: 0.25rem;
    }

    .nav-item:last-of-type[b-5h3y8frfvo] {
        padding-bottom: 0.25rem;
    }

    .nav-item[b-5h3y8frfvo]  a {
        color: #333333;
        border-radius: 4px;
        height: 2.5rem;
        display: flex;
        align-items: center;
        line-height: 1.2;
        padding: 0.5rem 0.75rem;
        margin: 0.125rem 0;
        transition: all 0.2s ease;
    }

        .nav-item[b-5h3y8frfvo]  a.active {
            background-color: rgba(0, 54, 150, 0.1);
            color: #003696;
            font-weight: 500;
        }

        .nav-item[b-5h3y8frfvo]  a:hover {
            background-color: rgba(0, 54, 150, 0.05);
            color: #003696;
        }

/* Estilos espec�ficos para superuser */
.user-type-section[b-5h3y8frfvo] {
    margin-bottom: 1.5rem;
}

    .user-type-section > div[b-5h3y8frfvo] {
        color: white;
        padding: 1rem;
        margin-bottom: 1rem;
    }

    .user-type-section span.nav-item[b-5h3y8frfvo] {
        color: black;
    }

    .user-type-section .white-container[b-5h3y8frfvo] {
        background: #d9e7f7;
        border-radius: 8px;
        padding: 1rem;
        margin-top: 0.5rem;
    }

.divider[b-5h3y8frfvo] {
    height: 1px;
    background-color: #d9e7f7;
    margin: 0.5rem 0;
}

/* Iconos */
.bi[b-5h3y8frfvo] {
    display: inline-block;
    position: relative;
    width: 1.15rem;
    height: 1.15rem;
    margin-right: 0.5rem;
    top: -1px;
    background-size: cover;
}

.bi-list-nested-nav-menu[b-5h3y8frfvo] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item.logout[b-5h3y8frfvo]  a {
    color: white !important;
}

    .nav-item.logout[b-5h3y8frfvo]  a:hover {
        background-color: rgba(255, 255, 255, 0.1);
        color: white !important;
    }

/* Responsive */
@media (min-width: 641px) {
    .navbar-toggler[b-5h3y8frfvo] {
        display: none;
    }

    .collapse[b-5h3y8frfvo] {
        display: block;
    }

    .nav-scrollable[b-5h3y8frfvo] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/FormSections/PreguntasTipoFormulario.razor.rz.scp.css */
[b-u1or58fw9z] .custom-accordion .dxbs-accordion {
    border: 1px solid #ddd;
    border-radius: 8px;
}

.dxbl-group-control[b-u1or58fw9z] {
    border-radius: 8px !important;
}

[b-u1or58fw9z] .custom-accordion .dxbl-accordion-group-header {
    background: #006fdb !important;
    color: white !important;
    font-weight: bold;
    font-size: 1.50rem;
    padding: 30px 15px;
    border-radius: 10px;
    position: sticky;
    top: 25px;
    z-index: 1000;
}

[b-u1or58fw9z] .custom-accordion .dxbl-group {
    border-radius: 10px;
}

[b-u1or58fw9z] .custom-accordion .dxbs-accordion-item-content {
    padding: 15px;
}

[b-u1or58fw9z] .dynamic-form .form-group {
    margin-bottom: 15px;
}

[b-u1or58fw9z] .custom-accordion-item .dxbl-accordion-item-content {
    font-size: 1.3rem;
    height: 50px;
    border-radius: 8px;
    background: lightgray;
    border-bottom: 2px solid #e0e0e0;
    top: 0;
}

.data-treatment-section[b-u1or58fw9z] {
    display: flex;
    align-items: center;
}

[b-u1or58fw9z] .data-treatment-checkbox {
    margin-right: 15px;
    padding: 24px;
}

    [b-u1or58fw9z] .data-treatment-checkbox .dxbl-checkbox-text {
        font-weight: bold !important;
    }

[b-u1or58fw9z] .data-treatment-text {
    text-decoration: underline;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 20px;
    padding-bottom: 10px;
}

[b-u1or58fw9z] .data-treatment-section .dxbl-btn {
    background-color: #006fdb;
    color: white;
    border: none;
    padding-top: 50px !important;
    border-radius: 4px;
}

    [b-u1or58fw9z] .data-treatment-section .dxbl-btn:hover {
        background-color: #005cb2;
    }
