/* /Pages/ComentariosPage.razor.rz.scp.css */
/* /Pages/PersonalPropio/ServiciosAgenciaGrid.razor.rz.scp.css */
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-fomwuvssgt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-fomwuvssgt] {
    flex: 1;
}

.sidebar[b-fomwuvssgt] {
}

.top-row[b-fomwuvssgt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fomwuvssgt]  a, .top-row .btn-link[b-fomwuvssgt] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fomwuvssgt] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 767.98px) {
    .top-row:not(.auth)[b-fomwuvssgt] {
        display: none;
    }

    .top-row.auth[b-fomwuvssgt] {
        justify-content: space-between;
    }

    .top-row a[b-fomwuvssgt], .top-row .btn-link[b-fomwuvssgt] {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    .page[b-fomwuvssgt] {
        flex-direction: row;
    }

    .sidebar[b-fomwuvssgt] {
        width: 220px;
        height: 50vh;
        position: sticky;
        top: 0;
        margin-left: 20px;
        z-index: 1;
    }

        .sidebar .list-group[b-fomwuvssgt] {
            /* min-width: 400px; */
            background-color: #212529;
            min-height: 60vh;
        }

    .top-row[b-fomwuvssgt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-fomwuvssgt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ti9vvfuk1o] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ti9vvfuk1o] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ti9vvfuk1o] {
    font-size: 1.1rem;
}

.oi[b-ti9vvfuk1o] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ti9vvfuk1o] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ti9vvfuk1o] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ti9vvfuk1o] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ti9vvfuk1o]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-ti9vvfuk1o]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-ti9vvfuk1o]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }
/* /Shared/UCLMComponents/UCLMAlert.razor.rz.scp.css */
#uclm-alert .rz-alert[b-nhz6koqcs9] {
    color: #686868 !important;
}

    #uclm-alert .rz-alert .rz-alert-item .rz-alert-message .rz-alert-title[b-nhz6koqcs9] {
        color: #686868 !important;
    }

    #uclm-alert .rz-alert .rz-alert-item .rz-alert-message .rz-alert-content[b-nhz6koqcs9] {
        color: #686868 !important;
    }

    #uclm-alert .rz-alert .rz-alert-xs .rz-alert-item .rz-alert-message .rz-alert-content[b-nhz6koqcs9] {
        font-size: 0.9rem !important;
    }
    #uclm-alert .rz-alert .rz-alert-sm .rz-alert-item .rz-alert-message .rz-alert-content[b-nhz6koqcs9] {
        font-size: 0.95rem !important;
    }
    #uclm-alert .rz-alert .rz-alert-md .rz-alert-item .rz-alert-message .rz-alert-content[b-nhz6koqcs9] {
        font-size: 1rem !important;
    }
    #uclm-alert .rz-alert .rz-alert-lg .rz-alert-item .rz-alert-message .rz-alert-content[b-nhz6koqcs9] {
        font-size: 1.05rem !important;
    }

    #uclm-alert .rz-alert .rz-alert-content p[b-nhz6koqcs9] {
        margin-top: 0 !important;
        margin-bottom: 0.5rem !important;
    }
/* /Shared/UCLMComponents/UCLMAutocompleteResultView.razor.rz.scp.css */
/* Estilo discreto para la selección con icono */
.success-resultado-autocomplete[b-kwed22zz7d],
.info-resultado-autocomplete[b-kwed22zz7d],
.warning-resultado-autocomplete[b-kwed22zz7d],
.danger-resultado-autocomplete[b-kwed22zz7d] {
    font-size: 0.9em;
    color: #333;
    padding: 0.1rem;
    background-color: #f0f0f0;
    border-left: 0.35rem solid;
    border-right: 0.1rem solid;
    border-top: 0.1rem solid;
    border-bottom: 0.1rem solid;
    border-radius: 0.25rem;
    display: flex;
    align-items: center;
    font-weight: 600;
    white-space: normal;
    justify-content: space-between; /* Para alinear el texto y el botón de cancelar */
}

/* Bordes específicos para cada tipo */
.success-resultado-autocomplete[b-kwed22zz7d] {
    border-color: #4CAF50;
}

.info-resultado-autocomplete[b-kwed22zz7d] {
    border-color: #4cacf8;
}

.warning-resultado-autocomplete[b-kwed22zz7d] {
    border-color: #f8c44c;
}

.danger-resultado-autocomplete[b-kwed22zz7d] {
    border-color: #f84c4c;
}

    /* Icono a la izquierda */
    .success-resultado-autocomplete i[b-kwed22zz7d],
    .info-resultado-autocomplete i[b-kwed22zz7d],
    .warning-resultado-autocomplete i[b-kwed22zz7d],
    .danger-resultado-autocomplete i[b-kwed22zz7d] {
        margin-right: 0.25rem;
        font-size: 1.2em;
    }

/* Colores específicos para los iconos */
.success-resultado-autocomplete i[b-kwed22zz7d] {
    color: #4CAF50;
}

.info-resultado-autocomplete i[b-kwed22zz7d] {
    color: #4cacf8;
}

.warning-resultado-autocomplete i[b-kwed22zz7d] {
    color: #f8c44c;
}

.danger-resultado-autocomplete i[b-kwed22zz7d] {
    color: #f84c4c;
}

/* Botón de cancelar, alineado a la derecha */
.cancel-button[b-kwed22zz7d] {
    border: none;
    cursor: pointer;        
    margin-left: 10px;
}
    .cancel-button i[b-kwed22zz7d] {
        color: #cf0505;
        font-size: 1.5em;
    }
        .cancel-button i:hover[b-kwed22zz7d] {
            color: #e74c3c; /* Color rojo al hacer hover */
        }


/* Estilos para alinear el contenido del resultado */
.resultado-content[b-kwed22zz7d] {
    display: flex;
    align-items: center;
}

    /* Espaciado entre el icono y el texto del resultado */
    .resultado-content i[b-kwed22zz7d] {
        margin-right: 0.5rem;
    }
/* /Shared/UCLMComponents/UCLMColorPicker.razor.rz.scp.css */
.custom-color-picker[b-g3o8pikixp] {
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    padding: 5px;
    /* border-radius: 6px;*/
    width: 60px;
    justify-content: space-between;
    /*background-color: #f9f9f9;*/
    position: relative;
}

.color-preview[b-g3o8pikixp] {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 0.01rem solid #ccc;
}

input[type="color"][b-g3o8pikixp] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

.arrow-down[b-g3o8pikixp] {
    font-size: 12px;
    color: #333;
}

.arrow-down i[b-g3o8pikixp] {
    pointer-events: none; /* Para evitar que interfiera en la selección del color */
}
/* /Shared/UCLMComponents/UCLMFieldset.razor.rz.scp.css */
/* /Shared/UCLMComponents/UCLMFormFilters.razor.rz.scp.css */
/* /Shared/UCLMComponents/UCLMGrid.razor.rz.scp.css */
/* /Shared/UCLMComponents/UCLMHistoricoTableStorage.razor.rz.scp.css */
.operation-details p[b-w36cu3lbbh] {
    margin: 5px 0;
}

.operation-details i[b-w36cu3lbbh] {
    color: #5D6D7E;
    margin-right: 6px;
}

strong[b-w36cu3lbbh] {
    font-weight: bold;
    color: #2C3E50; /* Azul oscuro */
}
/* /Shared/UCLMComponents/UCLMInputFile.razor.rz.scp.css */

.dropArea[b-a7fnvjto5t] {
    border: 4px dashed #424241;
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
    background-color: #efefef;
    color: #b30033;
    font-size: 16px;
    transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
    position: relative;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    font-weight: 600;
}

    .dropArea:not(.drag-over) .drop-here[b-a7fnvjto5t] {
        display: none;
    }

    .dropArea.drag-over .drag-here[b-a7fnvjto5t] {
        display: none;
    }

    .dropArea.drag-over .drop-here[b-a7fnvjto5t] {
        display: block;
        animation: zoomIn-b-a7fnvjto5t 0.5s ease-in-out infinite;
    }

.drop-message[b-a7fnvjto5t] {
    transition: opacity 0.3s ease-in-out;
    text-align: center;
}

    .drop-message i[b-a7fnvjto5t] {
        display: block; /* para asegurar que el icono esté por encima del texto */
        margin-bottom: 10px;
    }

/* Podrías querer ocultar el icono y texto inicialmente y solo mostrarlo cuando se arrastra un archivo */
.drag-here[b-a7fnvjto5t] {
    display: block;
}
/* Estilo cuando se arrastra un archivo sobre el área */
.drag-over[b-a7fnvjto5t] {
    background-color: #ffffff !important;
    border-color: #7f091f !important;
}

@keyframes zoomIn-b-a7fnvjto5t {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}

.dropArea.file-attached[b-a7fnvjto5t] {
    background-color: #e1ecff;
    border-color: #253aa5;
    color: #253aa5;
}
.custom-file-label.file-attached[b-a7fnvjto5t] {
    background-color: #e1ecff;
    border: 1px solid #253aa5;
    color: #253aa5;
}
.custom-file-label i[b-a7fnvjto5t] {
    margin-right: 5px;
}
.preview-container[b-a7fnvjto5t] {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.file-preview[b-a7fnvjto5t] {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    object-fit: cover;
}
/* /Shared/UCLMComponents/UCLMLoadingForm.razor.rz.scp.css */

.loading-bar-container[b-8siwcw991y] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
}

.loading-bar-background[b-8siwcw991y] {
    width: 80%;
    height: 20px;
    background-color: white;
    border: 2px solid #b30033;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.loading-bar-progress[b-8siwcw991y] {
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #b300337a, #d9d9db 50%, white 50%);
    background-size: 200% 100%;
    animation: progress-b-8siwcw991y 2s linear infinite;
}

@keyframes progress-b-8siwcw991y {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: -100% 0;
    }
}
/* /Shared/UCLMComponents/UCLMTooltip.razor.rz.scp.css */
.tooltip-wrapper[b-ic1zz6o9hl] {
    position: relative;
    display: inline-block;
    /*    border-bottom: 1px dotted black;
    cursor: help;*/
}

span[b-ic1zz6o9hl] {
    visibility: hidden;
    position: absolute;
    width: 350px;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    background-color: #363636;
    color: #fff;
    text-align: center;
    padding: 5px 5px;
    border-radius: 6px;
    z-index: 1002;
}

    span[b-ic1zz6o9hl]::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 10%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

/*.tooltip-wrapper:hover span {
    visibility: visible;
}*/

.tooltip-help-icon:hover ~ span[b-ic1zz6o9hl] {
    visibility: visible;
}

.tooltip-help-icon:hover span[b-ic1zz6o9hl] {
    visibility: visible;
}
/* /Shared/UCLMComponents/UCLMTree.razor.rz.scp.css */
/* treeComponentStyles.css */
.tree-list[b-iav2jpz3jc] {
    padding-left: 1rem;
}

.tree-item[b-iav2jpz3jc] {
    margin-bottom: 0.25rem;
}

.tree-icon[b-iav2jpz3jc] {
    margin-right: 0.25rem; /* Espacio entre el ícono y el texto */
    width: 1.5rem;
}
