
/*!*Estilos para subir documentos*!*/
/*.row-flex {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: space-between;*/
/*    gap: 50px;*/
/*    margin-bottom: 20px;*/
/*    padding-left: 12px;*/
/*}*/


/*.dropzone {*/
/*    border: 2px dashed rgb(55, 99, 160);*/
/*    border-radius: 5px;*/
/*    padding: 20px;*/
/*    text-align: center;*/
/*    cursor: pointer;*/
/*    margin-bottom: 10px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    width: 80%;*/
/*    background-color: white;*/
/*    position: relative;*/
/*}*/

/*.dropzone.dragover {*/
/*    border-color: rgb(55, 99, 160);*/
/*    background-color: rgba(55, 99, 160, 0.1);*/
/*}*/

/*.file-input {*/
/*    display: none;*/
/*}*/

/*.previews {*/
/*    display: flex;*/
/*    flex-wrap: wrap;*/
/*    justify-content: center;*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    align-items: center;*/
/*    overflow: hidden;*/
/*    z-index: 1;*/
/*}*/

/*.preview {*/
/*    position: relative;*/
/*    top: 50%;*/
/*    left: 50%;*/
/*    transform: translate(-50%, -50%);*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    overflow: hidden;*/

/*}*/

/*.preview .content {*/
/*    position: relative;*/
/*    z-index: 1; !* Asegura que el contenido esté sobre el degradado *!*/
/*}*/

/*.preview::before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: linear-gradient(to top, rgba(238, 237, 237, 0.5), rgba(0, 0, 0, 0)); !* Degradado de abajo hacia arriba *!*/
/*    pointer-events: none; !* Asegura que el degradado no interfiera con la interacción del usuario *!*/
/*    z-index: 1; !* Asegura que el degradado esté sobre el contenido de la vista previa *!*/
/*}*/

/*.preview span {*/
/*    display: block;*/
/*    margin-top: 5px;*/
/*    text-align: center;*/
/*}*/

/*.button-bar {*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 30px;*/
/*    background: white; !* Fondo blanco para la barra de botones *!*/
/*    display: flex;*/
/*    align-items: center;*/
/*    gap: 5px; !* Espacio mínimo entre botones *!*/
/*    padding: 0 10px;*/
/*    box-sizing: border-box;*/
/*    z-index: 3; !* Asegura que la barra de botones esté sobre el degradado *!*/
/*}*/

/*.button-bar button {*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    border: none;*/
/*    background-size: contain;*/
/*    cursor: pointer;*/
/*}*/


/*.file-name {*/
/*    flex: 1;*/
/*    text-align: center; !* Centra el nombre del archivo *!*/
/*    white-space: nowrap; !* Evita que el texto se divida en varias líneas *!*/
/*    overflow: hidden; !* Oculta el texto que se desborda *!*/
/*    text-overflow: ellipsis;*/
/*}*/


/*.browse-button {*/
/*    background-color: rgba(246, 251, 255, 255);*/
/*    color: rgb(55, 99, 160);*/
/*    border: 1.5px solid rgb(55, 99, 160);*/
/*    padding: 10px 20px;*/
/*    border-radius: 20px;*/
/*    cursor: pointer;*/
/*    font-size: 16px;*/
/*    font-weight: bold;*/
/*    margin-top: 10px;*/
/*}*/

/*.upload-container {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    gap: 10px;*/
/*}*/

/*.upload-container .form-group {*/
/*    flex: 1;*/
/*}*/

/*.pdf-preview, .docx-preview {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    border: 1px solid #ccc;*/
/*    margin-top: 10px;*/
/*}*/

/*.error-msg {*/
/*    position: absolute;*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background: white;*/
/*    color: red;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    font-size: 14px;*/
/*    text-align: center;*/
/*    padding: 10px;*/
/*    box-sizing: border-box;*/
/*    z-index: 1;*/
/*    border: 1px solid red;*/
/*    border-radius: 5px;*/
/*    overflow: hidden;*/
/*    position: relative;*/
/*}*/

/*.error-msg .remove-error {*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    right: 5px;*/
/*    background: url('../img/iconos/cerrar-portal.png') no-repeat center center;*/
/*    background-size: contain;*/
/*    border: none;*/
/*    width: 20px;*/
/*    height: 20px;*/
/*    cursor: pointer;*/
/*}*/